/** Shopify CDN: Minification failed

Line 1039:0 "@charset" must be the first rule in the file
Line 1040:0 All "@import" rules must come first

**/
@charset "UTF-8";
/*--------------------------------
 initialize
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

ol, ul, li {
  list-style: none;
}

img {
  height: auto;
}

/*--------------------------------
  common
*/
body {
  background: #fff;
  font-family: メイリオ, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, sans-serif;
  font-size: 16px;
  color: #3e3a39;
  -webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #3e3a39;
  text-decoration: none;
}

a img {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

a:hover > img, a:active > img {
  opacity: 0.6;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* class setting
----------------------------------------------- */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.container {
  max-width: 875px;
  width: 96.5%;
  margin: 0 auto;
}

.site-contents {
  padding-top: 85px;
}
.wrapper {
  position: relative;
  overflow-x: hidden;
}
.center {text-align: center;}

/* site-header
----------------------------------------------- */
.site-header {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 9999;
  border-bottom: 1px solid #9fa0a0;
}
.site-header .site-title_box {
  position: relative;
  padding-bottom: 3px;
}
.site-header .site-title {
  position: absolute;
  bottom: 3px;
  left: 0px;
  font-size: 8px;
  line-height: 1;
}
.site-header .header-area-contents {
  height: 85px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.site-header .header-area-contents .header-block:first-of-type {
  width: 540px;
  max-width: 60%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;

}

.site-header .header-area-contents .header-block:nth-child(2) {
  width: 40%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: flex-end;
}

.site-header .header-area-contents .header-block .header-button:first-child {
	margin-right: 5%;
}
.site-header .header-area-contents .logo {
  width: 56.1%;
  margin-right: 2%;
}

.site-header .header-area-contents .logo a {
  display: flex;
  align-items: center;
}
.site-header .header-area-contents .logo img {
	width: 100%;
}
.site-header .header-area-contents .logo .logo-health {
	width: 142px;
	height: 100%;
}
.site-header .header-area-contents .logo .logo-iso_support {
	width: 70px;
	height: auto;
	margin-left: 6.5%;
}
.site-header .header-area-contents .g-nav {
  /* width: 35.38%; */
  width: 85.38%;
  text-align: right;
}
.site-header .header-area-contents .g-nav ul{
  display: flex;
  flex-wrap: wrap;
}

.site-header .header-area-contents .g-nav ul li:first-child a{
  border-right:none;
  padding:0 32px;
}
.site-header .header-area-contents .g-nav ul li:nth-child(2) a{
  border:none;
}

.site-header .header-area-contents .g-nav ul li a {
  display: inline-block;
  padding:0;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  text-align: center;
  border-right: 1px solid #9fa0a0;
  border-left: 1px solid #9fa0a0;
}

.site-header .header-area-contents .header-button {
  display: block;
  width: 45%;
  max-width: 160px;
  padding: 10px 5px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  border-radius: 6px;
  letter-spacing: .05em;
}
.site-header .header-area-contents .trial-button {
  background: #f08500;
}
.site-header .header-area-contents .buy-button {
  position: relative;
  padding-left: 35px;
  background: #00aadd;
}

.site-header .header-area-contents .buy-button:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  width: 28px;
  height: 28px;
  vertical-align: text-bottom;
  transform: translateY(-50%);
  background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_buy.png?v=1679494113) no-repeat;
  background-size: 100% auto;
}

/* site-footer
----------------------------------------------- */
.site-footer {
  position: relative;
  padding-top: 15px;
  padding-bottom: 20px;
  background-color: #424142;
}

.site-footer .footer-contents-area {
  display: -ms-flexbox;
  display: flex;
}

.site-footer .footer-contents-area .footer-contents-head {
  width: 190px;
}

.site-footer .footer-contents-area .footer-contents-head .footer-logo {
  margin-top: 4px;
}

.site-footer .footer-contents-area .footer-contents-head .footer-logo img {
  width: 150px;
}

.site-footer .footer-contents-area .footer-social-area {
  position: relative;
  width: auto;
}

.site-footer .footer-contents-area .footer-social-area .social-list {
  margin-bottom: 5px;
  text-align: left;
  letter-spacing: -0.4em;
}

.site-footer .footer-contents-area .footer-social-area .social-list li {
  display: inline-block;
  width: 105px;
  margin-left: 10px;
  letter-spacing: normal;
  line-height: 1;
}

.site-footer .footer-contents-area .footer-social-area .social-list li:first-child {
  margin-left: 0;
}

.site-footer .footer-contents-area .footer-nav-list li {
  display: inline-block;
  margin-left: 20px;
}

.site-footer .footer-contents-area .footer-nav-list li:first-child {
  margin-left: 0;
}

.site-footer .footer-contents-area .footer-nav-list li .footer-nav-link {
  color: #fff;
  font-size: 11px;
}


/* breadcrumb
----------------------------------------------- */
.breadcrumb .page-links {
  padding: 6px 0;
}

.breadcrumb .type-secondary {
  padding-bottom: 0;
}

.breadcrumb .page-links li {
  display: inline-block;
  font-size: 10px;
  color: #9fa0a0;
  vertical-align: middle;
}

.breadcrumb .type-secondary li {
  vertical-align: top;
}

.breadcrumb .page-links li a, .breadcrumb .page-links li span {
  color: #9fa0a0;
}

.breadcrumb .page-links li a::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 5px 0 4px;
  border-top: 1px solid #c9caca;
  border-right: 1px solid #c9caca;
  vertical-align: middle;
  transform: rotate(45deg);
}


.breadcrumb .page-links li:last-child a::after{
  display: none;
}

.breadcrumb .page-links .sub-breadcrumb {
  position: relative;
  margin-left: -22px;
  padding: 5px 0;
}

.breadcrumb .page-links .sub-breadcrumb li a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0px 12px 0 2px;
  border-top: 1px solid #c9caca;
  border-right: 1px solid #c9caca;
  vertical-align: middle;
  transform: rotate(45deg);
}

.breadcrumb .page-links .sub-breadcrumb li a::after {
  display: none;
}

.breadcrumb .sns-links {
  padding-bottom: 14px;
  text-align: right;
  line-height: 1;
}
.breadcrumb .sns-links li {
  display: inline-block;
  margin-left: 5px;
  width: 86px;
}



/* modal
----------------------------------------------- */
.modal-area {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.modal-area.opened {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

.modal-area .modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.modal-area .modal-content {
  position: absolute;
  top: 53%;
  left: 50%;
  width: 95%;
  max-width: 640px;
  /*padding: 32px 36px 43px;*/
  padding: 47px 0 10px;
  padding-top: 100px;
  background: #fff;
  transform: translate(-50%, -50%);
}

/*モーダルPC windowの高さがない時に商品パッケージが切れてしまう対応*/
@media only screen and (max-height: 690px){
  .modal-area .modal-content {
    padding-top: 220px;
  }
}
@media only screen and (max-height: 600px){
  .modal-area .modal-content {
    padding-top: 270px;
  }
}
/*モーダルPC windowの高さがない時に商品パッケージが切れてしまう対応*/


.modal-area .modal-content-product {
  display: flex;
  flex-flow:row wrap;
  /*align-items: baseline;*/
  /*align-items: flex-end;*/
  justify-content: center;
}

.modal-area .modal-content-product::before{
  order: 1;
}

.modal-area .modal-content-product::before,.modal-area .modal-content-product::after {
  display: block;
  content: "";
  width: 32%;
}


.modal-area .modal-product-item {
  width: 47%;
  border: none;
  font-size: 14px;
}

.modal-area .modal-product-item:first-child {
  /*padding-right: 40px;*/
}

.modal-area .modal-product-item:nth-child(2){
  margin-top: calc(-63% / 9.6);
  padding-left: 10px;
}

.modal-area .modal-product-item:nth-child(3){
  margin-top: calc(-10% / 9.6);
}

.modal-area .modal-product-item:nth-child(n + 4){
  margin-top: calc(20% / 9.6);
}

.modal-area .modal-product-item:nth-child(3) .product-item-pic img{
  margin-right: calc(-23% / 3.0719);
}

.modal-area .modal-product-item:last-child {
  /*padding-left: 40px;*/
  /*margin-top: calc(-55% / 9.6);*/
}

.modal-area .product-item-pic {
  text-align: center;
}

.modal-area .product-item-pic .img1 {
  width: 27%;
}

.modal-area .product-item-pic .img2 {
  width: 32%;
}

.modal-area .product-item-pic .img3 {
  width: 22%;
}

.modal-area .product-item-pic .img4 {
  width: 28%;
}

.modal-area .product-item-name {
  /*margin: 20px 0 17px;*/
  margin: calc(10% /3.0719) 0 calc(10% /3.0719);
  font-size: calc(14em / 14);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0;
}
@media only screen and (max-width: 960px){
  .modal-area .product-item-name{
    font-size: calc(14vw / 9.6);
  }
}

.modal-area .product-item-btn-box {
  display: flex;
  flex-flow:row wrap;
}

.modal-area .product-item-btn-box > div {
  width: 50%;
  /*margin-bottom: 8px;*/
  margin-bottom: calc(4% / 3.0719);
/*   padding-left: 10px; */
  font-size: 11px;
}

@media only screen and( max-width: 960px){
  .modal-area .product-item-btn-box > div{
    font-size: calc(11vw / 9.6);
  }
}

.modal-area .product-item-btn {
  position: relative;
  display: block;
  /*padding: 14px 15px 13px 5px;*/
  padding: calc(10%/ 1.3794) calc(15%/ 1.3794) calc(10%/ 1.3794) calc(5%/ 1.3794);
  color: #fff;
  font-size: calc(10.5em / 11);
  /*text-align: center;*/
  line-height: 1.3;
  transition: 0.2s;
  backface-visibility: hidden;
}



.modal-area .product-item-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 13px;
  height: 13px;
  margin-top: -8px;
  border-top: 1px solid rgba(255,255,255,0.6);
  border-right: 1px solid rgba(255,255,255,0.6);
  transform: rotate(45deg);
}

@media only screen and ( max-width: 840px){
  /*tabletの矢印対応*/
  .modal-area .product-item-btn:after{
    right: 3px;
    width: calc(10% / 1.5);
    height: 0;
    padding-bottom: calc(10% / 1.5);
    margin-top: calc(-4% / 1.5);
  }
}

@media only screen and ( max-width: 767px){
  .modal-area .product-item-btn:after{
    right: 10px;
    width: 13px;
    height: 13px;
    margin-top: -8px;
    padding-bottom: 0;
    height: 13px;
  }
}

.modal-area .product-item-btn:hover {
  opacity: 0.8;
}

.modal-area .product-item-btn.onlineshop {
  background-color: #6cbfde;
}

.modal-area .product-item-btn.amazon {
  background-color: #f39f22;
}

.modal-area .product-item-btn.rakuten {
  background-color: #b31e23;
}

.modal-area .product-item-btn.yahoo {
  padding: 7px 30px 5px 5px;
  /*padding: calc(7%/ 1.3794) 0 calc(5%/ 1.3794) calc(5%/ 1.3794);*/
  padding: calc(3.5%/ 1.3794) 0 calc(3.5%/ 1.3794) calc(5%/ 1.3794);

  /*font-size: 15px;*/
  background-color: #ff002b;
}

.modal-area .product-item-btn.payPay{
  background-color: #ff002b;
}

.modal-area .product-item-btn.auPay{
  background-color: rgb(255, 87, 34);
}

.modal-area .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  transition: 0.2s;
  backface-visibility: hidden;
}

.modal-area .modal-close::before, .modal-area .modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 33px;
  height: 2px;
  background: #7f7f7f;
}

.modal-area .modal-close::before {
  transform: rotate(45deg);
}

.modal-area .modal-close::after {
  transform: rotate(-45deg);
}

.modal-area .modal-close::hover {
  opacity: 0.8;
}

/* -----------------------------------------------
 tb
----------------------------------------------- */
@media screen and (max-width: 979px) and (min-width: 768px) {


  .site-header .header-area-contents .header-block:first-of-type {
    width: 405px;
    max-width: 55%;
  }
  .site-header .header-area-contents .g-nav ul li:first-child a{
    padding: 0px 15px;
  }
  .site-header .header-area-contents .g-nav ul li a {
    padding: 0px;
  }
  .site-header .header-area-contents .header-block:nth-child(2) {
    width: 45%;
    
  }
}






/* -----------------------------------------------
 SP
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .container {
    width: 93.33333%;
  }
  .wrapper {
    min-width: 320px;
  }
  .site-contents {
    padding-top: 75px;
  }

  /* site-header
  ----------------------------------------------- */
  .site-header {
    height: auto;
    padding: 8px 0 0;
    border-bottom: none;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    z-index: 1000;
  }
  .site-header .site-title_box {
    padding-bottom: 1.5em;
  }
  .site-header .site-title {
    bottom: 2px;
    left: 2px;
  }
  .site-header .header-area-contents {
    height: auto;
  }
  .site-header .header-area-contents .header-block:first-of-type {
    display: block;
    height: 40px;
    width: 48%;
  }
  .site-header .header-area-contents .header-block:nth-child(2) {
    width: 50%;
    box-sizing: border-box;
    justify-content: flex-end;
    align-items: center;
  }
  .site-header .header-area-contents .logo {
    padding-top: .75vw;
    width: 100%;
  }
  .site-header .header-area-contents .logo .logo-health {
    width: 58vw;
    max-width: 120px;
  }
  .site-header .header-area-contents .logo .logo-iso_support {
    width: 33vw;
    max-width: 66px;
    margin-left: 5%;
  }
  .site-header .header-area-contents .g-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: -4%;
    width: 108%;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 1);
    z-index: 1000;
    border-top: 1px solid #ccc;
    box-shadow: 2px 2px 2px #ccc;
  }
  .site-header .header-area-contents .g-nav ul {
    position: relative;
    margin-left: 0;
    overflow: hidden;
    width: 100%;
  }
  .site-header .header-area-contents .g-nav ul li {
    padding: 5px 0;
    text-align: left;
  }
  .site-header .header-area-contents .g-nav ul li.product-link {
    display: inline-block;
    height: auto;
  }
  .site-header .header-area-contents .g-nav ul li.product-link a {
    width: 100%;
    height: auto;
    line-height: 1.4;
    border: none;
  }
  .site-header .header-area-contents .g-nav ul li a {
    display: inline;
    padding: 0 32px;
    position: relative;
    font-size: 12px;
    text-align: left;
  }
  .site-header .header-area-contents .g-nav ul li a:after {
    content:'';
    position: absolute;
    top: 0;
    right: 0em;
    width: 16px;
    height: 16px;
    background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_arrow_0687cc63-42cf-47b0-8b57-98684e84afe3.png?v=1679449712) no-repeat center left;
    background-size: 100%;
  }
  .site-header .header-area-contents .header-block .header-button:first-child {
    margin-right: 5%;
  }
  .site-header .header-area-contents .trial-button {
    display: block;
    width: 48px;
    height: 42px;
    padding: 6px 2px;
    border: none;
    line-height: 1.4;
    font-size: 11px;
    border-radius: 4px;
    text-align: center;
  }
  .site-header .header-area-contents .buy-button {
    display: block;
    width: 48px;
    height: 42px;
    padding: 0;
    border: none;
    border-radius: 4px;
    line-height: 1;
    text-align: center;
  }
  .site-header .header-area-contents .buy-button:before {
    width: 26px;
    height: 26px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .site-header .header-area-contents .buy-button span {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .site-header .header-area-contents .menu-button {
    width: 48px;
    height: 42px;
    margin-left: 5%;
    border-radius: 4px;
    text-align: center;
    background: #6fba2c url(../img/common/menu_button.png) no-repeat center center;
  }
  .site-header .header-area-contents .menu-button.active  {
    background-image: url(../img/common/menu_button_close.png);
  }
  /* site-footer
  ----------------------------------------------- */
  .site-footer .footer-contents-area .footer-contents-head {
    width: 185px;
  }
  .site-footer .footer-contents-area .footer-contents-head .footer-logo {
    margin-top: 0;
  }
  .site-footer .footer-contents-area .footer-contents-head .footer-logo img {
    width: 120px;
  }
  .site-footer .footer-contents-area .footer-social-area {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .site-footer .footer-contents-area .footer-social-area .social-list li {
    width: 30.93%;
    text-align: center;
  }
  .site-footer .footer-contents-area .footer-social-area .social-list li img {
    width: 100%;
  }
  .site-footer .footer-contents-area .footer-nav-list li {
    display: block;
    margin-left: 0;
  }
  .site-footer .footer-contents-area .footer-nav-list li .footer-nav-link {
    color: #fff;
    font-size: 11px;
  }

  /* breadcrumb
  ----------------------------------------------- */
  .breadcrumb .sns-links {
    display: none;
  }
  .breadcrumb .page-links .sub-breadcrumb {
    margin-left: 0;
  }
  .breadcrumb .page-links li {
    display: inline;
  }
  .breadcrumb .page-links li a {
    text-decoration: underline;
  }

  /* modal
  ----------------------------------------------- */
  .modal-area .modal-content {
    top: 0;
    max-width: 100%;
    margin: 40px 0;
    padding: 15px;
    padding-top: 10vw;
    transform: translate(-50%, 0);
  }
  .modal-area .modal-content-product {
    display: block;
  }
  .modal-area .modal-product-item {
    width: 100%;
    padding-bottom: 8vw;
  }
  .modal-area .modal-product-item:first-child {
    padding-right: 0;
    border: none;
  }

  .modal-area .modal-product-item:nth-child(2){
    margin-top: 0;
  }

  .modal-area .modal-product-item:nth-child(3){
    margin-top: 0;
  }
  .modal-area .modal-product-item:nth-child(n + 4){
    margin-top: 0;
  }
  .modal-area .modal-product-item:last-child {
    /*padding-top: 20px;*/
    margin-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    border-left: none;
  }
  .modal-area .product-item-pic .img1 {
    width: 120px;
  }
  .modal-area .product-item-pic .img2 {
    width: 145px;
  }
  .modal-area .product-item-pic .img3 {
    width: 110px;
  }
  .modal-area .product-item-name {
    font-size: 4vw;
    margin: 5px 0 6px;
  }
  .modal-area .product-item-btn-box{
    align-items: center;
    justify-content: space-between;
  }

  .modal-area .product-item-btn {
    /*padding: 4vw 5vw 4vw 2vw;*/
    font-size: 2vw;
    padding: 0;
    font-size: 2.8vw;
  }

  .modal-area .product-item-btn-box > div{
    height: 3.4em;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    width: 48%;
    /*background-color: red;*/
  }

  .modal-area .product-item-btn-box > div.product-item-btn-box--onlineshop{
    background-color: #6cbfde;
  }
  .modal-area .product-item-btn-box > div.product-item-btn-box--amazon{
    background-color: #f39f22;
  }
  .modal-area .product-item-btn-box > div.product-item-btn-box--rakuten{
    background-color: #b31e23;
  }
  .modal-area .product-item-btn-box > div.product-item-btn-box--yahoo{
    background-color: #ff002b;
  }
  .modal-area .product-item-btn-box > div.product-item-btn-box--payPay{
    background-color: #ff002b;
  }
  .modal-area .product-item-btn-box > div.product-item-btn-box--auPay{
    background-color: rgb(255, 87, 34);
  }
  .modal-area .product-item-btn-box > div:nth-child(n+ 3){
    margin-top: .5em;
  }


  .modal-area .product-item-btn-box > div a{
    width: 100%;
    padding-left: 1em;
    /*height: 100%;*/

  }
  .modal-area .product-item-btn:after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
  .modal-area .product-item-btn.yahoo {
    /*padding: 2.2vw 5vw 2.2vw 2vw;*/
    padding: 0;
    font-size: 2.8vw;
    padding-left: 1em;
    /*font-size: 12px;*/
  }
  .modal-area .modal-close {
    top: 10px;
    right: 10px;
  }
  .modal-area .modal-close::before, .modal-area .modal-close::after {
    width: 25px;
  }
}

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
sup {
	display: inline-block;
	vertical-align: super;
	font-size: 90%;
	transform: scale(-0.95) rotate(180deg);
}


/* home
----------------------------------------------- */

.home .mainvisual {
	position: relative;
	padding-top: 56.25%;
}

.home .mainvisual img {
	width: 100%;
}

.home .mainvisual .controls {
	position: relative;
	margin: 18px 0 33px;
}

.home .mainvisual .controls ul {
	font-size: 0;
	text-align: center;
}

.home .mainvisual .controls ul li {
	display: inline-block;
	width: 9px;
	height: 10px;
	margin: 0 8px;
}

.home .mainvisual .controls ul li button {
	display: block;
	width: 9px;
	height: 10px;
	padding: 0;
	border-radius: 5px;
	border: 3px solid #dde0e4;
	font-size: 0;
	line-height: 0;
	outline: 0;
	background: #fff;
	cursor: pointer;
}

.home .mainvisual .controls ul li.slick-active button {
	border-color: #6fba2c;
}

.home .mainvisual-wrap {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.home .mainvisual video {
	width: 100%;
	height: 100%;
	background: #fff;
}

.home .mainvisual .mainvisual-frame {
	position: relative;
	width: 100%;
	height: 100%;
	transition: all 3s;
}

.home .mainvisual .mainvisual-playBtn {
	position: absolute;
	bottom: 40px;
	right: 20px;
	padding: 5px 25px 5px 15px;
	color: #fff;
	font-size: 12px;
	border-radius: 6px;
	cursor: pointer;
	background: #b2b3b3 url(../../assets/img/home/mainvisual_more.png) no-repeat 95% center;
}

.home .campaign-area {
	padding-bottom: 50px;
}

.home .campaign-area a {
	display: block;
	line-height: 0;
}

.home .campaign-area a+a {
	margin-top: 18px;
}

.home .campaign-area.secondary {
	width: 89.71429%;
	max-width: 785px;
	margin-right: auto;
	margin-left: auto;
}

.home .intro-area {
	padding-bottom: 59px;
	padding-bottom: 0;
}

.home .intro-area h2 {
	margin-top: 25px;
	text-align: center;
}

.home .intro-area h2 img {
	width: 31.77143%;
	max-width: 278px;
}

.home .intro-area .intro-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.home .intro-area .intro-list.ver-secondary {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.home .intro-area .intro-list li {
	width: 31.72967%;
	max-width: 277px;
}

.home .intro-area .intro-list.ver-secondary li {
	margin-right: 22px;
}

.home .intro-area .intro-list li p {
	position: relative;
	margin-top: 14px;
	padding-left: 25px;
	font-size: 15px;
	color: #6fba2c;
}

.home .intro-area .intro-list li p::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	width: 16px;
	height: 16px;
	margin-right: 7px;
	background: url(../img/common/icon_leaf.png) no-repeat;
	background-size: cover;
}

.home .lineup-area {
	padding-bottom: 69px;
}

.home .lineup-area h2 {
	margin-bottom: 34px;
	text-align: center;
}

.home .lineup-area h2 img {
	width: 31.2%;
	max-width: 273px;
}

.home .secret-area h2 img {
	width: 47.77128%;
	max-width: 418px;
}

.home .lineup-area .lineup-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.home .lineup-area .lineup-list li {
	position: relative;
	width: 49.25544%;
	max-width: 430px;
}

.home .lineup-area .lineup-list li a {
	display: block;
}

.home .lineup-area .lineup-list li .catchcopy {
	display: inline-block;
	max-width: 140px;
	margin: 0 0 13px 18px;
	margin-left: 18px;
	font-size: 15px;
	line-height: 24px;
}

.home .lineup-area .lineup-list li .name {
	max-width: 215px;
	margin: 0 0 30px 18px;
	font-size: 23px;
	line-height: 31px;
}

.home .lineup-area .lineup-list li .product-img {
	position: absolute;
	top: 0;
	right: 0;
}

.home .lineup-area .lineup-list li .more-button {
	position: relative;
	display: block;
	height: 30px;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background-color: #8b8988;
}

.home .lineup-area .lineup-list li .more-button::after {
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	right: 13px;
	width: 6px;
	height: 9px;
	background: url(../img/common/lineup_icon_arrow.png) no-repeat;
	background-size: cover;
}

.home .lineup-area .lineup-list li.fiber-item .catchcopy {
	color: #6fba2c;
}

.home .lineup-area .lineup-list li.fiber-item .product-img {
	width: 46.74419%;
	max-width: 201px;
}

.home .lineup-area .lineup-list li.fiber-item a:hover .more-button {
	background-color: #6fba2c;
}

.home .lineup-area .lineup-list li.chokatsu-item .catchcopy {
	color: #f08500;
}

.home .lineup-area .lineup-list li.chokatsu-item .product-img {
	right: 24px;
	width: 14.18605%;
	max-width: 61px;
}

.home .lineup-area .lineup-list li.chokatsu-item a:hover .more-button {
	background-color: #f08500;
}


/******* 追加改修分 ********/

.home .page-title {
	white-space: nowrap;
	text-indent: -9999px;
	overflow: hidden;
	height: 0;
}

.home .page-lead_box {
	text-align: center;
}

.home .page-lead_box p {
	margin: 0 0 30px;
}

.home .page-lead {
	font-size: 22px;
	letter-spacing: .15em;
}

.home .page-lead span {
	font-size: 120%;
}

.home .mainvisual .mainvisual-frame img {
	width: 100%;
}

.home .lineup-btn {
	margin: 25px 0 0;
}

.home .lineup-btn a {
	position: relative;
	display: block;
	width: 360px;
	height: 42px;
	margin: 0 auto;
	padding: 12px 5px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #656161;
}

.home .lineup-btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 14px;
	width: 5px;
	height: 8px;
	margin-top: -4px;
	background: url(../img/common/lineup_icon_arrow.png) no-repeat;
	background-size: 100% auto;
}

.home .lineup-btn a:hover {
	opacity: 0.6;
}

.home .movie-btn {
	margin: 40px 0 50px;
}

.home .movie-btn a {
	position: relative;
	display: block;
	width: 360px;
	margin: 0 auto;
	padding: 14px 5px;
	font-size: 14px;
	color: #fff;
	border-radius: 6px;
	text-align: center;
	background: #00aadd;
}

.home .movie-btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 14px;
	width: 5px;
	height: 8px;
	margin-top: -4px;
	background: url(../img/common/lineup_icon_arrow.png) no-repeat;
	background-size: 100% auto;
}

.home .movie-btn a:hover {
	opacity: 0.85;
}

.home .intro-area {
	max-width: 700px;
	margin-top: 30px;
}

.home .intro-area .lead-text {
	padding: 15px 40px 15px;
	font-size: 10px;
	text-align: left;
	/*padding-bottom: 0;*/
	border: 1px solid #000000;
	margin-top: 2em;
}

.home .intro-area .lead-text + .lead-text{
	margin-top: 1.2em;
	padding-top: 0;
	border: none;
}

.home .recommend-area {
	margin-bottom: 20px;
	text-align: center;
}

.home .recommend-area .pc {
	display: inline-block !important;
}

.home .recommend-area .sp {
	display: none !important;
}

.home .recommend-area h2, .home .recommend-area h3 {
	margin-bottom: 10px;
	color: #ad7c38;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 8px;
}

.home .recommend-area h2 .ttl-small, .home .recommend-area h3 .ttl-small {
	font-size: 16px;
	letter-spacing: 4px;
}

.home .recommend-area h2 .ttl-medium, .home .recommend-area h3 .ttl-medium {
	font-size: 18px;
}

.home .recommend-area h2 .ttl-large, .home .recommend-area h3 .ttl-large {
	font-size: 32px;
}

.home .recommend-area h2 .ttl-xlarge, .home .recommend-area h3 .ttl-xlarge {
	font-size: 36px;
}

.home .recommend-area .next-arrow>img {
	display: block;
	margin: 0 auto;
}

.home .recommend-area .next-arrow .next-text {
	margin-bottom: 14px;
}

.home .recommend-area1 .next-arrow {
	margin-top: 22px;
}

.home .recommend-area2 .next-arrow {
	margin-top: 33px;
}

.home .recommend-area3 h3 span {
	display: inline-block;
}

.home .recommend-area3 h3 img {
	margin-top: -30px;
	margin-left: -80px;
}

.home .recommend-area3 .step-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
}

.home .recommend-area3 .step-list li {
	max-width: 200px;
	margin: 0 13px;
}

.home .recommend-area3 .step-list dt {
	margin-bottom: 4px;
	color: #ad7c38;
	font-size: 15px;
	letter-spacing: 1px;
}

.home .recommend-area3 .step-list dt img {
	width: 55%;
	margin: auto;
}

.home .recommend-area3 .step-list dd p {
	min-height: 85px;
	font-size: 12px;
	line-height: 1.6;
	text-align: left;
}

.home .recommend-area3 .next-arrow {
	margin: 29px 0 5px;
}

.home .recommend-area4 .component-list {
	width: 620px;
	padding: 20px 0 3px;
}

.home .recommend-area4 .component-list li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 110px;
	margin: auto;
	padding-left: 150px;
	color: #fff;
	font-size: 22px;
	text-align: left;
	letter-spacing: 4px;
	background: #cddce3 url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/component_img1.jpg?v=1679471253) no-repeat 25px center;
	background-size: 85px auto;
}

.home .recommend-area4 .component-list li:nth-child(2) {
	background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/component_img2.jpg?v=1679471253);
}

.home .recommend-area4 .component-list li:nth-child(3) {
	background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/component_img3.jpg?v=1679471253);
}

.home .recommend-area4 .component-list li:first-child span {
	color: #6bb939;
}

.home .recommend-area4 .component-list li:nth-child(2) span {
	color: #ff9400;
}

.home .recommend-area4 .component-list li:nth-child(3) span {
	color: #ad7c38;
}

.home .recommend-area4 .component-list li+li {
	margin-top: 10px;
}

.home .recommend-area4 .notes {
	max-width: 622px;
	margin: 5px auto 0;
	font-size: 12px;
	text-align: right;
}

.home .recommend-area4 .more-block {
	position: relative;
	padding: 40px 0;
	z-index: 1;
}

.home .recommend-area4 .more-block p {
	margin-bottom: 5px;
	font-size: 15px;
}

.home .recommend-area4 .more-block .more-btn a {
	position: relative;
	display: block;
	width: 390px;
	height: 66px;
	margin: 0 auto 27px;
	padding: 20px 10px;
	border: 1px solid #6bb939;
	border-radius: 8px;
	font-size: 19px;
	color: #6bb939;
	background: #fff;
}

.home .recommend-area4 .more-block .more-btn a::before {
	content: "";
	display: block;
	position: absolute;
	top: -20px;
	left: -17px;
	width: 58px;
	height: 59px;
	background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/lineup_mark.png?v=1680217832) no-repeat;
	background-size: 100% auto;
}

.home .recommend-area4 .more-block .more-btn a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/more_arrow.png?v=1680217887) no-repeat;
	background-size: 100% auto;
}

.home .recommend-area4 .more-block .more-btn a:hover {
	opacity: 0.6;
}

.home .recommend-area4 .lineup-block {
	margin-top: -50px;
	padding: 142px 0 10px;
	font-weight: bold;
	background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/lineup_block_bg.png?v=1679471018) no-repeat bottom center;
	background-size: 100% auto;
}

.home .recommend-area4 .lineup-block .lineup-inner {
	position: relative;
	width: 60%;
	max-width: 875px;
	margin: auto;
}

.home .recommend-area4 .lineup-block p {
	letter-spacing: 2px;
	position: absolute;
	font-size: 1.3vw;
	top: -3vw;
}

.home .recommend-area4 .lineup-block .lineup-diet {
	left: -20%;
}

.home .recommend-area4 .lineup-block .lineup-fiber {
	/* right: 53%; */
	right: 0;
	left: 0;
}

.home .recommend-area4 .lineup-block .lineup-plus {
	right: 5%;
}

.home .chokatsu-style .style-head {
	width: 100%;
	padding: 1vw 0 17vw;
	text-align: center;
	color: #fff;
	font-size: 3.2vw;
	font-weight: normal;
	line-height: 1.3;
	letter-spacing: 5px;
	background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/style_head_img.jpg?v=1679471401) no-repeat top center;
	background-size: cover;
}

.home .chokatsu-style .style-head .ttl-small {
	font-size: 1.5vw;
	letter-spacing: 1px;
}

.home .chokatsu-style .style-images {
	margin-bottom: 40px;
}

.home .chokatsu-style .style-images img {
	margin: 0 auto;
}

.home .lineup-fiber__wrap{
	position: relative;
}

.home .lineup-fiber__wrap__child{
	position: absolute;
	right: 10px;
	bottom: 6vw;
	width: calc(181% / 8.75);
}
@media only screen and (min-width: 1600px){
  .home .lineup-fiber__wrap__child{
    bottom: 8vw;
  }
}
@media only screen and (max-width: 767px){
	.home .lineup-fiber__wrap__child{
		bottom: auto;
		width: 30vw;
		top: 16vw;
		/*opacity: 0;*/
		right: 4.5vw;
	}
}

.home .lineup-fiber__wrap__child img{
	width: 100%;
}


/* lineup
----------------------------------------------- */

.lineup .mainvisual {
	margin-bottom: 77px;
}

.lineup-title_box {
	position: relative;
}

.lineup .lineup-title {
	position: absolute;
	top: 5vw;
	left: 0;
	color: #6fba2c;
	font-weight: normal;
	font-size: 2.4vw;
	letter-spacing: .16em;
}

.lineup .lineup-area {
	padding-bottom: 90px;
}

.lineup .lineup-area .lineup-list {
	display: -ms-flexbox;
	display: flex;
	/* -ms-flex-pack: justify;
	justify-content: space-between; */
	-ms-flex-pack: center;
	justify-content: center;
}

.lineup .lineup-area .lineup-list li {
	position: relative;
	width: 49.25544%;
	max-width: 430px;
}

.lineup .lineup-area .lineup-list li a {
	display: block;
}

.lineup .lineup-area .lineup-list li .catchcopy {
	display: inline-block;
	max-width: 140px;
	margin: 0 0 13px 18px;
	margin-left: 18px;
	font-size: 15px;
	line-height: 24px;
}

.lineup .lineup-area .lineup-list li .name {
	max-width: 230px;
	margin: 0 0 60px 18px;
	font-size: 21px;
	line-height: 31px;
}

.lineup .lineup-area .lineup-list li .product-img {
	position: absolute;
	top: 0;
	right: 0;
}

.lineup .lineup-area .lineup-list li .more-button {
	position: relative;
	display: block;
	height: 30px;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background-color: #8b8988;
}

.lineup .lineup-area .lineup-list li .more-button::after {
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	right: 13px;
	width: 6px;
	height: 9px;
	background: url(../img/common/lineup_icon_arrow.png) no-repeat;
	background-size: cover;
}

.lineup .lineup-area .lineup-list li.fiber-item .catchcopy {
	color: #6fba2c;
}

.lineup .lineup-area .lineup-list li.fiber-item .product-img {
	width: 41.74419%;
	max-width: 201px;
}

.lineup .lineup-area .lineup-list li.fiber-item a:hover .more-button {
	background-color: #6fba2c;
}

.lineup .lineup-area .lineup-list li.chokatsu-item .catchcopy {
	color: #f08500;
}

.lineup .lineup-area .lineup-list li.chokatsu-item .product-img {
	right: 24px;
	width: 14.18605%;
	max-width: 61px;
}

.lineup .lineup-area .lineup-list li.chokatsu-item a:hover .more-button {
	background-color: #f08500;
}

.lineup .intro-area {
	text-align: center;
}

.lineup .intro-area img {
	margin: 0 auto;
}

.lineup .solid-border-top {
	border-top: 1px solid #6fba2c;
}

.lineup .dashed-border-top {
	border-top: 1px dashed #6fba2c;
}

.lineup .sect-product {
	margin-bottom: 65px;
}

.lineup .sect-product_ttl {
	margin-bottom: -15px;
	text-align: center;
	font-size: 26px;
	font-weight: normal;
	color: #6fba2c;
	letter-spacing: .24em;
	line-height: 1.8;
}

.lineup .sect-product_ttl sup {
	font-size: 50%;
	width: 1em;
	margin-left: -.5em;
	vertical-align: 1em;
}

.lineup .sect-product_ttl .sect-product_ttl_lg {
	font-size: 38px;
	letter-spacing: .46em;
	vertical-align: -3px;
	font-weight: bold;
}

.lineup .sect-product .sub-lead {
	padding: 17px 0 20px;
	font-size: 12px;
}

.lineup .sect-product .images>img:nth-child(2) {
	margin-top: -22px;
	width: 90%;
	max-width: 1078px;
}

.lineup .sect-product .notification {
	padding: 45px 0 0;
	font-size: 12px;
	text-align: left;
}
.lineup .sect-product .notification .notification__txt{
	padding: 1em;
}
.lineup .sect-product .notification .notification__txt.u-border{
	border: 1px solid #000000;
}

.lineup .sect-about_ttl_box {
	background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/about_img.png?v=1679466630) no-repeat top left;
	background-size: 100% auto;
}

.lineup .sect-about_ttl {
	max-width: 1380px;
	margin: auto;
	padding: 1vw 10px 6vw;
	text-align: left;
	letter-spacing: .34em;
	color: #fff;
	font-size: 2vw;
	font-weight: normal;
	line-height: 1.2;
	text-shadow: 1px 0px 1px #666;
}

.lineup .sect-about .about-text_box {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 93.17143%;
	max-width: 789px;
	margin: 53px auto 65px;
}

.lineup .sect-about .about-text_box p {
	width: 47%;
}

.lineup .sect-about p.about-text {
	width: 52%;
	padding-left: 2%;
	padding-top: 7%;
	text-align: left;
	line-height: 2.2;
	font-size: 16px;
	letter-spacing: .07em;
}

.lineup .sect-about .about-text .about-text_bold {
	font-weight: bold;
	border-bottom: 1px solid #b39a4c;
}

.lineup .sect-cart {
	padding: 58px 0 59px;
}

.lineup .sect-cart_ttl {
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: .28em;
	color: #6fba2c;
}

.lineup .sect-cart h3 img {
	width: 43.82857%;
	max-width: 383.5px;
}

.lineup .sect-cart .cart-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	/*justify-content: space-between;*/
	/*-ms-flex-pack: center;*/
	justify-content: center;
}

.lineup .sect-cart .cart-list li {
	width: 32%;
	max-width: 425px;
	text-align: left;
}

.lineup .sect-cart .cart-list li:first-child{
	margin-right: 20px;
}


.lineup .sect-cart .cart-list li .top-block {
	position: relative;
	min-height: 166px;
	margin-bottom: 6px;
	padding: 35px 0 0 9px;
}

.lineup .sect-cart .cart-list li .top-block .name {
	font-size: 31px;
	line-height: 40px;
}

.lineup .sect-cart .cart-list li .top-block .name span {
	font-size: 27px;
}

.lineup .sect-cart .cart-list li .top-block .amount {
	padding-top: 10px;
	font-size: 17px;
}

.lineup .sect-cart .cart-list li .top-block .product-img {
	position: absolute;
}

.lineup .sect-cart .cart-list li .top-block:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -1.5em;
	left: 50%;
	width: 41px;
	height: 16px;
	margin-left: -16px;
}

.lineup .sect-cart .cart-list li .cart-buttons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
}

.lineup .sect-cart .cart-list li .cart-buttons a {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	width: 48%;
	height: 32px;
	margin: 0 0 10px;
	padding-left: 26px;
	border-radius: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	vertical-align: top;
}

.lineup .sect-cart .cart-list li .cart-buttons a:nth-child(odd) {
	margin-right: 10px;
}

.lineup .sect-cart .cart-list li .cart-buttons a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	width: 10px;
	height: 10px;
	/* margin-top: -8px; */
	border-top: 1px solid rgba(255,255,255,1);
	border-right: 1px solid rgba(255,255,255,1);
	transform: rotate(45deg);
	margin: auto;
}

.lineup .sect-cart .cart-list li .cart-buttons a.nestle-button {
	background-color: #6cbfde;
}

.lineup .sect-cart .cart-list li .cart-buttons a.amazon-button {
	/*background-color: #e09532;*/
	background-color: #f39f22;
}

.lineup .sect-cart .cart-list li .cart-buttons a.rakuten-button {
	background-color: #b31e23;
}

.lineup .sect-cart .cart-list li .cart-buttons a.yahoo-button {
	padding-left: 15px;
	background-color: #ff002b;
}
.lineup .sect-cart .cart-list li .cart-buttons a.PayPay-button {
	padding-left: 11px;
	background-color: #ff002b;
}

.lineup .sect-cart .cart-list li .cart-buttons a.auPay-button {
	/*background-color: #e09532;*/
	background-color: rgb(255, 87, 34);
}

.lineup .sect-cart .cart-list .fiber-item .top-block .product-img {
	top: 22%;
	right: 9%;
	width: 23.69794%;
	max-width: 156px;
}
.lineup .sect-cart .cart-list .fiber-item:first-child .top-block .product-img{
	width: 20%;
}

.lineup .sect-cart .cart-list .fiber-item .top-block .product-img.u-marginFix{
	margin-top: 7%;
}

.fiber-item__productInfo{
	width: 100%;
	margin-top: .5em;
	font-size: 13px;
	margin-bottom: 3em;
}
.fiber-item__productInfo__dl{
	display: flex;
	align-items: center;
}
.fiber-item__productInfo__dl__dt{
	border: 1px solid #000000;
	padding: 0 .5em;
	margin-right: 1em;

}

.fiber-item__productInfo__dl__dd{

}

@media only screen and (max-width: 678px){
	.fiber-item__productInfo{
		font-size: 10px;
	}
}

.lineup .sect-cart .cart-list .fiber-item .top-block:after {
	background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/cart_arrow1.png?v=1680218932) no-repeat;
	background-size: cover;
}

.lineup .sect-cart .cart-list .chokatsu-item .top-block .product-img {
	top: 0;
	right: 21px;
	width: 26.20137%;
	max-width: 114.5px;
}

.lineup .sect-cart .cart-list .chokatsu-item .top-block:after {
	background: url(../img/lineup/cart_arrow2.png) no-repeat;
	background-size: cover;
}

.lineup .sect-trouble {
	padding: 68px 0 82px;
}

.lineup .sect-trouble_ttl {
	margin-bottom: 43px;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: .22em;
	color: #6fba2c;
}

.lineup .sect-trouble .trouble-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 45px;
}

.lineup .sect-trouble .trouble-list li {
	width: 28.17143%;
	max-width: 246.5px;
}

.lineup .sect-trouble .trouble-list li p {
	padding-top: 20px;
	font-size: 21px;
	line-height: 33px;
}

.lineup .sect-trouble .sect-trouble_subttl {
	margin-bottom: 60px;
	text-align: center;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: .34em;
	line-height: 2.5;
	color: #6fba2c;
}

.lineup .sect-trouble .sect-trouble_subttl span {
	font-size: 38px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: .38em;
	vertical-align: -4px;
	color: #6fba2c;
}

.lineup .sect-trouble .illustration {
	width: 42.85714%;
	max-width: 375px;
}

.lineup .sect-result {
	padding: 37px 0 72px;
}

.lineup .sect-result img {
	display: inline-block;
}

.lineup .sect-result .title1 {
	margin-bottom: 0.4em;
	font-size: 30px;
	font-weight: normal;
	color: #6fba2c;
	letter-spacing: 0.45em;
}

.lineup .sect-result .title1 span {
	display: block;
	width: 62px;
	margin: 0 auto 20px;
}

.lineup .sect-result .title1-text {
	margin-bottom: 72px;
	font-size: 18px;
	line-height: 2;
}

.lineup .sect-result .title2 {
	margin-bottom: 56px;
}

.lineup .sect-result .title2 img {
	width: 67.54286%;
	max-width: 591px;
}

.lineup .sect-result .image1 img {
	width: 85.42857%;
	max-width: 747.5px;
}

.lineup .sect-result .image1-text {
	width: 690px;
	text-align: left;
	margin: auto;
	margin-top: -38px;
	font-size: 20px;
	letter-spacing: .28em;
}

.lineup .sect-result .image2-text {
	width: 420px;
	text-align: center;
	margin: auto;
	font-size: 21px;
	color: #7d7e7e;
	letter-spacing: .01em;
	margin-left: 140px;
}

.lineup .sect-result .image2 {
	margin-top: 59px;
	padding-top: 19px;
}

.lineup .sect-result .image2 img {
	width: 100%;
	max-width: 943.5px;
}

.lineup .sect-result .image3 {
	padding: 34px 0 37px;
}

.lineup .sect-result .image3-title {
	margin-bottom: .7em;
	letter-spacing: .16em;
	font-size: 26px;
	text-align: left;
	color: #6fba2c;
}

.lineup .sect-result .image3-box {
	padding-top: 10px;
	padding-left: 100px;
	background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/result_img3_bg01.png?v=1680219080) no-repeat left 10px / 80px auto, url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/result_img3_bg02.png?v=1680219080) no-repeat 83% 0 / 55px auto;
}

.lineup .sect-result .image3-text {
	line-height: 1.8;
	text-align: left;
	font-size: 16px;
	margin-bottom: 50px;
}

.lineup .sect-result .image3 img {
	width: 100%;
	max-width: 881px;
}

.lineup .sect-result .image4 img {
	width: 100%;
	max-width: 830.5px;
}

.lineup .description-item-area h2 {
	padding: 8px 0;
	margin-bottom: 38px;
	font-size: 20px;
	font-weight: normal;
}

.lineup .description-item-area h2 span {
	display: block;
	padding-left: 60px;
	color: #fff;
	background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_leave.png?v=1679466775) no-repeat left center / 40px auto;
}

.lineup .fiber-area h2 {
	background-color: #6fba2c;
}

.lineup .fiber-area h2 img {
	width: 39.94286%;
	max-width: 349.5px;
}

.lineup .fiber-area .product-desc {
	margin-bottom: 60px;
}

.lineup .fiber-area .product-desc .desc1 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.lineup .fiber-area .product-desc .desc1-text {
	width: 52%;
	padding-top: 60px;
}

.lineup .fiber-area .product-desc .desc1-text dl {
	min-height: 11em;
	padding-top: 50px;
}

.lineup .fiber-area .product-desc .desc1-text .desc1-text1 {
	background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_face.png?v=1679466980) no-repeat left 50px / 34px auto, url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/fiber_img1_text1.png?v=1679466980) no-repeat right 15px / 28.5% auto;
}

.lineup .fiber-area .product-desc .desc1-text .desc1-text2 {
	background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_face.png?v=1679466980) no-repeat left 50px / 34px auto, url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/fiber_img1_text2.png?v=1679467064) no-repeat right 15px / 28.5% auto;
}

.lineup .fiber-area .product-desc .desc1-text dt {
	padding-left: 48px;
	font-size: 20px;
	letter-spacing: .2em;
}

.lineup .fiber-area .product-desc .desc1-text dt span {
	font-size: 26px;
	color: #6fba2c;
}

.lineup .fiber-area .product-desc .desc1-text dt small {
	font-size: 13px;
	font-family: Arial;
}

.lineup .fiber-area .product-desc .desc1-text dd {
	padding-left: 48px;
	font-size: 10px;
	color: #8b8a88;
}

.lineup .fiber-area .product-desc .desc1-img {
	width: 46%;
}

.lineup .fiber-area .product-desc .desc1 img {
	width: 100%;
	max-width: 884px;
}

.lineup .fiber-area .product-desc .desc2 {
	padding-top: 59px;
}

.lineup .fiber-area .product-desc .desc2-title {
	margin-left: 45px;
	margin-bottom: 50px;
	font-size: 26px;
	color: #6fba2c;
	text-align: center;
	letter-spacing: .4em;
	line-height: 1.6;
}

.lineup .fiber-area .product-desc .desc2-list {
	padding: 8px 0 1px 498px;
	padding-bottom: 1px;
	background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/fiber_img2.png?v=1679467261) no-repeat left top / 470px auto;
}

.lineup .fiber-area .product-desc .desc2-list li {
	margin-bottom: 68px;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: .15em;
}

.lineup .fiber-area .product-desc .desc2 img {
	width: 100%;
	max-width: 817.5px;
}

.lineup .usage-list .items-title {
	margin-bottom: 26px;
	padding-left: 60px;
	font-size: 26px;
	letter-spacing: .1em;
	line-height: 1.7;
}

.lineup .usage-list .items {
	margin-bottom: 80px;
}

.lineup .usage-list .items-text {
	margin-bottom: 30px;
	margin-left: 60px;
	font-size: 18px;
	line-height: 1.6;
}

.lineup .usage-list .items-subLead {
	margin-top: 50px;
	margin-left: 80px;
	font-size: 18px;
}

.lineup .usage-list .items-subLead span {
	margin-left: 1em;
	font-size: 16px;
}

.lineup .usage-list .items-subLead dt {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
}

.lineup .fiber-area .usage-list {
	width: 94.85714%;
	max-width: 830px;
}

.lineup .fiber-area .usage-list .items-title {
	background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_leaveBalloon.png?v=1679467369) no-repeat left top / 42px auto;
}

.lineup .fiber-area .usage-list .item3 {
	margin-bottom: 60px;
}

.lineup .fiber-area .usage-list .item3 .notes {
	margin-top: 17px;
	margin-left: 60px;
	padding: 16px;
	font-size: 16px;
	line-height: 28px;
}

.lineup .fiber-area .usage-list .item1 .items-title {
	line-height: 1.5em;
}

.lineup .fiber-area .usage-list .item1 {
	background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/fiber_list_text1.png?v=1679467436) no-repeat right center / 220px auto;
}

.lineup .fiber-area .usage-list .item2 {
	padding: 1% 0;
	background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/fiber_list_text2.png?v=1679467502) no-repeat right center / 45% auto;
}

.lineup .fiber-area .usage-list .item3 .notes li {
	padding-left: 1em;
	text-indent: -1em;
}

.lineup .fiber-area .usage-list .item3 .notes.bg-gray {
	background-color: #f7f8f8;
}

.lineup .fiber-area .usage-list .item4 {
	padding-bottom: 20px;
}

.lineup .fiber-area .usage-list .item4 table {
	margin: 16px 0 20px 60px;
	table-layout: fixed;
	width: 89.27711%;
	border-right: 1px solid #6fba2c;
	border-bottom: 1px solid #6fba2c;
}

.lineup .fiber-area .usage-list .item4 table th, .lineup .fiber-area .usage-list .item4 table td {
	border-top: 1px solid #6fba2c;
	border-left: 1px solid #6fba2c;
	font-size: 20px;
	vertical-align: middle;
}

.lineup .fiber-area .usage-list .item4 table th {
	padding: 15px 5px;
	font-weight: normal;
	text-align: center;
	background-color: #f7f8f8;
}

.lineup .fiber-area .usage-list .item4 table td {
	padding: 9px 30px;
}

.lineup .fiber-area .usage-list .item4 table .head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.lineup .fiber-area .usage-list .item4 table .head span {
	display: block;
}

.lineup .fiber-area .usage-list .item4 table .unit {
	font-family: 'Open Sans', sans-serif;
}

.lineup .fiber-area .usage-list .item4 table .gram {
	text-align: center;
}

.lineup .fiber-area .usage-list .item4 .table-caption {
	margin-left: 60px;
	font-size: 19px;
}

.lineup .fiber-area .usage-list .item4 .table-caption .unit {
	font-family: 'Open Sans', sans-serif;
}

.lineup .chokatsu-area h2 {
	background-color: #f08500;
}

.lineup .chokatsu-area h2 img {
	width: 40.68571%;
	max-width: 356px;
}

.lineup .chokatsu-area .product-desc {
	margin-bottom: 70px;
}

.lineup .chokatsu-area .product-desc .desc1 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.lineup .chokatsu-area .product-desc .desc1-text {
	width: 57%;
	padding-top: 60px;
}

.lineup .chokatsu-area .product-desc .desc1-text dl {
	min-height: 11em;
	padding-top: 50px;
}

.lineup .chokatsu-area .product-desc .desc1-text .desc1-text1 {
	background: url(../img/lineup/icon_face_or.png) no-repeat left 50px / 34px auto, url(../img/lineup/chokatsu_img1_text1.png) no-repeat right 15px / 25.6% auto;
}

.lineup .chokatsu-area .product-desc .desc1-text .desc1-text2 {
	background: url(../img/lineup/icon_face_or.png) no-repeat left 50px / 34px auto, url(../img/lineup/chokatsu_img1_text2.png) no-repeat right 15px / 25.6% auto;
}

.lineup .chokatsu-area .product-desc .desc1-text dt {
	padding-left: 48px;
	font-size: 20px;
	letter-spacing: .2em;
}

.lineup .chokatsu-area .product-desc .desc1-text dt span {
	font-size: 26px;
	color: #6fba2c;
}

.lineup .chokatsu-area .product-desc .desc1-text dt small {
	font-size: 13px;
	font-family: Arial;
}

.lineup .chokatsu-area .product-desc .desc1-text dd {
	padding-left: 48px;
	font-size: 10px;
	color: #8b8a88;
}

.lineup .chokatsu-area .product-desc .desc1-img {
	width: 41%;
}

.lineup .chokatsu-area .product-desc .desc1 img {
	width: 100%;
	max-width: 896.5px;
}

.lineup .chokatsu-area .product-desc .desc2 {
	padding-top: 40px;
	text-align: center;
	border: 1px solid #f28f29;
}

.lineup .chokatsu-area .product-desc .desc2-title {
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	letter-spacing: .2em;
	font-size: 24px;
	color: #6fba2c;
	border-bottom: 1px solid #f28f29;
}

.lineup .chokatsu-area .product-desc .desc2-title:before {
	content: "";
	position: absolute;
	bottom: -19px;
	left: 50%;
	margin-left: 0px;
	border: 10px solid transparent;
	border-top: 10px solid #fff;
	z-index: 2;
}

.lineup .chokatsu-area .product-desc .desc2-title:after {
	position: absolute;
	border: 10px solid transparent;
	border-top-color: #f28f29;
	border-bottom-width: 0;
	bottom: -11px;
	content: "";
	left: 50%;
	z-index: 1;
}

.lineup .chokatsu-area .product-desc .desc2 img {
	width: 100%;
	max-width: 874px;
}

.lineup .chokatsu-area .usage-list {
	width: 94.85714%;
	max-width: 830px;
}

.lineup .chokatsu-area .usage-list .items-title {
	line-height: 2;
	background-size: 1.8em auto;
}

.lineup .chokatsu-area .usage-list .items-title {
	background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_leaveBalloon_or.png?v=1679467369) no-repeat left top / 42px auto;
}

.lineup .chokatsu-area .usage-list .items-title {
	line-height: 2;
	background-size: 1.8em auto;
}

.lineup .chokatsu-area .usage-list {
	background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/chokatsu_list_text1.png?v=1679467711) no-repeat right top / 160px auto;
}

.lineup .chokatsu-area .usage-list .item3 table {
	margin: 16px 0 20px;
	margin-left: 60px;
	table-layout: fixed;
	width: 89.27711%;
	border-right: 1px solid #f08500;
	border-bottom: 1px solid #f08500;
}

.lineup .chokatsu-area .usage-list .item3 table th, .lineup .chokatsu-area .usage-list .item3 table td {
	border-top: 1px solid #f08500;
	border-left: 1px solid #f08500;
	font-size: 20px;
	vertical-align: middle;
}

.lineup .chokatsu-area .usage-list .item3 table th {
	padding: 15px 5px;
	font-weight: normal;
	text-align: center;
	background-color: #f7f8f8;
}

.lineup .chokatsu-area .usage-list .item3 table td {
	padding: 9px 30px;
}

.lineup .chokatsu-area .usage-list .item3 table .head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.lineup .chokatsu-area .usage-list .item3 table .head span {
	display: block;
}

.lineup .chokatsu-area .usage-list .item3 table .unit {
	font-family: 'Open Sans', sans-serif;
}

.lineup .chokatsu-area .usage-list .item3 table .gram {
	text-align: center;
}

.lineup .chokatsu-area .usage-list .item3 .table-caption {
	margin-left: 60px;
	font-size: 19px;
}

.lineup .chokatsu-area .usage-list .item4>img {
	width: 32.04819%;
	max-width: 266px;
}

.lineup .chokatsu-area .usage-list .item4 .qa-list {
	margin: 28px 0 61px;
	padding: 34px 60px 1px 60px;
	font-size: 18px;
	background-color: #f7f8f8;
}

.lineup .chokatsu-area .usage-list .item4 .qa-list li {
	margin-bottom: 33px;
	padding: 26px 40px;
	background-color: #fff;
}

.lineup .chokatsu-area .usage-list .item4 .qa-list li .q-text {
	position: relative;
	padding-right: 25px;
	cursor: pointer;
}

.lineup .chokatsu-area .usage-list .item4 .qa-list li .q-text::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 19.5px;
	background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/qa_icon1.png?v=1679467776) no-repeat;
	background-size: cover;
	transform: translateY(-50%);
}

.lineup .chokatsu-area .usage-list .item4 .qa-list li .q-text.active::after {
	width: 19.5px;
	height: 4.5px;
	background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/qa_icon2.png?v=1679467776) no-repeat;
	background-size: cover;
}

.lineup .chokatsu-area .usage-list .item4 .qa-list li .a-text {
	display: none;
	margin-top: 22px;
}


/* sitemap
----------------------------------------------- */

.sitemap .mainvisual {
	margin-bottom: 77px;
}

.sitemap-title_box {
	position: relative;
}

.sitemap .sitemap-title {
	position: absolute;
	top: 5vw;
	left: 0;
	color: #6fba2c;
	font-weight: normal;
	font-size: 2.4vw;
	letter-spacing: .16em;
}

.sitemap .site-contents {
	min-height: calc(100vh - 85px);
}

.sitemap .sitemap-list li {
	margin-bottom: 20px;
}

.sitemap .sitemap-list a {
	width: 7em;
	display: inline-block;
	position: relative;
}

.sitemap .sitemap-list a:after {
	content: "";
	position: absolute;
	top: 2px;
	right: -2em;
	width: 16px;
	height: 16px;
	background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_arrow_0687cc63-42cf-47b0-8b57-98684e84afe3.png?v=1679449712) no-repeat center left;
	background-size: 100%;
}


/* column
----------------------------------------------- */

.column .mainvisual {
	position: relative;
	height: 0;
	padding-top: 24%;
	background: no-repeat top left;
	background-size: 100% auto;
}

#column01 .mainvisual {
	background-image: url(../../assets/img/column/mainvisual1.jpg);
}

#column02 .mainvisual {
	background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/mainvisual2_2e98ee32-73a8-4cc2-b456-f7a93222aaad.jpg?v=1679592609);
}

.column .mainvisual h1 {
	position: absolute;
	top: 20%;
	left: 16%;
	color: #fff;
	font-size: 24px;
	line-height: 2;
	letter-spacing: .3em;
}

.column .mainvisual h1 span {
	font-size: 80%;
}

.column .column-area {
	padding: 35px 0 64px;
}

.column .column-area h2 {
	display: inline-block;
	position: relative;
	font-size: 24px;
	margin-bottom: 22px;
	padding-right: 2.5em;
	line-height: 1.9;
	letter-spacing: .12em;
}

.column .column-area h2:after {
	content: '';
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0;
	right: 0;
	background: no-repeat center right;
	background-size: auto 45px;
}

#column01.column .column-area h2 {
	color: #397749;
}

#column01.column .column-area h2:after {
	background-image: url(../../assets/img/column/column1_title_icon.png);
}

#column02.column .column-area h2 {
	color: #47b2c2;
}

#column02.column .column-area h2:after {
	background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/column2_title_icon_79de190a-89e4-4fcc-a08d-f615a7e3e367.png?v=1679592475);
}

.column .column-area p {
	font-size: 16px;
	line-height: 1.6;
}

.column .column-area p sup {
	display: inline-block;
	font-size: 10px;
	vertical-align: super;
	transform: scale(-0.8) rotate(180deg);
}

.column .column-area .details {
	margin-top: 20px;
	padding-top: 44px;
	border-top: 1px solid #6EBA44;
}

.column .column-area .notes {
	padding-top: 32px;
	border-top: 1px solid #6EBA44;
	font-size: 13px;
	line-height: 18px;
	word-break: break-all;
}

.column .area-guargum {
	padding: 71px 0 52px;
}

.column .area-guargum .details h3 {
	max-width: 420px;
	margin: 0 auto 35px;
}

.column .area-guargum .details .figure:first-of-type img {
	width: 100%;
	max-width: 495px;
	margin: 0 auto 87px;
}

.column .area-guargum .details .figure:last-of-type img {
	width: 100%;
	max-width: 764px;
	margin: 0 auto;
}

.column .area-answer .details h3 {
	max-width: 685px;
	margin: 0 auto 35px;
}

.column .area-answer .details .figure img {
	width: 100%;
	max-width: 633px;
	margin: 0 auto;
}

.column .more-lineup {
	padding: 24px 0 20px;
	line-height: 1;
	background: #F7F8F8;
}

.column .more-lineup dl {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.column .more-lineup dt {
	width: 52.2%;
}

.column .more-lineup dt img {
	width: 100%;
	max-width: 457px;
}

.column .more-lineup dd {
	width: 47.8%;
	padding-top: 10px;
	padding-left: 9.3%;
}

.column .more-lineup dd .product-img {
	display: inline-block;
	max-width: 180px;
}

.column .more-lineup dd .more-btn {
	position: relative;
	display: inline-block;
	width: 130px;
	height: 28px;
	margin: 0 0 10px 18px;
	padding: 9px 17px;
	font-size: 12px;
	vertical-align: bottom;
	background: #fff;
}

.column .more-lineup dd .more-btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 5px;
	height: 8px;
	margin-top: -2px;
	background: url(../img/column/icon_arrow.png) no-repeat;
	background-size: 100% auto;
}

.column .page-banners {
	padding: 0 0 73px;
}

.column .page-banners ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.column .page-banners ul li {
	width: 49%;
	max-height: 140px;
	display: flex;
	font-size: 18px;
	margin-top: 15px;
	box-sizing: border-box;
}

.column .page-banners ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.column .page-banners ul li a img {
	width: 100%;
}

.column .page-banners ul li:not(:last-child) a {
	border: 1px solid #9fa0a0;
	box-shadow: 1px 1px 3px #bdbdbd;
}

.column .page-banners ul li:not(:last-child) .relation-list_img {
	width: 35%;
	height: 100%;
}

.column .page-banners ul li:not(:last-child) .relation-list_img img {
	width: 100%;
	height: 100%;
}

.column .page-banners ul li:not(:last-child) .relation-list_txt {
	padding: 10px 3%;
	width: 70%;
	box-sizing: border-box;
}

.column .page-banners ul li:nth-child(odd) {
	margin-right: 2%;
}


/* -----------------------------------------------
 Tablet
----------------------------------------------- */

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.lineup .chokatsu-area .usage-list .item4 .qa-list {
		padding: 30px 30px 1px 30px;
	}
}

@media screen and (max-width: 870px) and (min-width: 768px) {
	.lineup .chokatsu-area .product-desc .desc1-text dt {
		font-size: 117%;
	}
	.lineup .chokatsu-area .product-desc .desc1-text dt span {
		font-size: 120%;
	}
	.lineup .chokatsu-area .product-desc .desc1-text .desc1-text2 {
		background: url(../img/lineup/icon_face_or.png) no-repeat left 50px / 34px auto, url(../img/lineup/chokatsu_img1_text2.png) no-repeat right 15px / 23% auto;
	}
	.lineup .chokatsu-area .usage-list {
		background-position: right 40px;
	}
}

@media screen and (max-width: 835px) and (min-width: 768px) {
	.home .lineup-area .lineup-list {
		display: block;
	}
	.home .lineup-area .lineup-list li {
		margin: 0 auto 20px;
	}
	.lineup .lineup-area .lineup-list {
		display: block;
	}
	.lineup .lineup-area .lineup-list li {
		margin: 0 auto 20px;
	}
	.lineup .sect-cart .cart-list {
		/*display: block;*/
	}
	.lineup .sect-cart .cart-list li {
		margin: 0 auto 20px;
		width: 60%;
	}
	.column .more-lineup dd {
		padding-left: 2%;
	}
	.column .more-lineup dd .more-btn {
		margin-left: 10px;
	}
}


/* -----------------------------------------------
 SP
----------------------------------------------- */

@media screen and (max-width: 767px) {
	/* home
  ----------------------------------------------- */
	.home .mainvisual .controls {
		margin: 5px 0 20px;
	}
	.home .mainvisual .mainvisual-playBtn {
		right: 10px;
		bottom: 20px;
		padding: 5px 20px 5px 10px;
		font-size: 12px;
	}
	.home .mainvisual .controls ul li {
		width: 4px;
		height: 5px;
		margin: 0 8px;
	}
	.home .mainvisual .controls ul li button {
		width: 4px;
		height: 5px;
		padding: 0;
		border-radius: 5px;
		border: 1px solid #dde0e4;
	}
	.home .campaign-area {
		padding-bottom: 22.5px;
	}
	.home .campaign-area a+a {
		margin-top: 9px;
	}
	.home .campaign-area.secondary {
		width: 93.33333%;
		max-width: 93.33333%;
		padding-bottom: 55px;
	}
	.home .intro-area {
		padding-bottom: 20px;
	}
	.home .intro-area h2 {
		margin-bottom: 12.5px;
	}
	.home .intro-area h2 img {
		width: 39.71429%;
	}
	.home .intro-area .intro-list {
		display: block;
	}
	.home .intro-area .intro-list li {
		width: 100%;
		max-width: 100%;
	}
	.home .intro-area .intro-list li a {
		position: relative;
		width: 100%;
		max-width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 10px;
		background: -webkit-linear-gradient(0deg, white 75%, #f1f8ea 100%);
		background: -ms-linear-gradient(0deg, white 75%, #f1f8ea 100%);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F1F8EA' ,GradientType=0)";
		background: linear-gradient(90deg, white 75%, #f1f8ea 100%);
	}
	.home .intro-area .intro-list li a:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 11px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4.5px 0 4.5px 6px;
		border-color: transparent transparent transparent #6fba2c;
		transform: translateY(-50%);
	}
	.home .intro-area .intro-list li img {
		width: 36.42857%;
	}
	.home .intro-area .intro-list li p {
		margin-top: 0;
		margin-left: 15px;
		padding-left: 16.5px;
		padding-right: 25px;
		font-size: 10px;
	}
	.home .intro-area .intro-list li p::before {
		content: "";
		display: inline-block;
		position: absolute;
		left: 0;
		width: 10px;
		height: 10px;
		margin-right: 7px;
		background: url(../img/common/icon_leaf.png) no-repeat;
		background-size: cover;
	}
	.home .lineup-area {
		padding-bottom: 27px;
	}
	.home .lineup-area h2 {
		margin-bottom: 12.5px;
	}
	.home .lineup-area h2 img {
		width: 38.14286%;
		max-width: 273px;
	}
	.home .secret-area h2 img {
		width: 60.43478%;
		max-width: 418px;
	}
	.home .lineup-area .lineup-list {
		display: block;
	}
	.home .lineup-area .lineup-list li {
		width: 100%;
		max-width: 100%;
		margin-bottom: 5px;
	}
	.home .lineup-area .lineup-list li a {
		padding: 17px 15px 17px 0;
		min-height: 90px;
		border: 1px solid #cccccc;
	}
	.home .lineup-area .lineup-list li .catchcopy {
		display: block;
		max-width: 100%;
		margin: 0 0 8px 125px;
		font-size: 11px;
		line-height: 15px;
	}
	.home .lineup-area .lineup-list li .name {
		max-width: 100%;
		margin: 0 0 0 125px;
		font-size: 13px;
		line-height: 16px;
	}
	.home .lineup-area .lineup-list li .product-img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	.home .lineup-area .lineup-list li .more-button {
		display: none;
	}
	.home .lineup-area .lineup-list li.fiber-item .catchcopy {
		color: #6fba2c;
	}
	.home .lineup-area .lineup-list li.fiber-item .product-img {
		top: 7px;
		left: 5px;
		width: 108.5px;
		max-width: 201px;
	}
	.home .lineup-area .lineup-list li.fiber-item a:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 11px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4.5px 0 4.5px 6px;
		border-color: transparent transparent transparent #6fba2c;
		transform: translateY(-50%);
	}
	.home .lineup-area .lineup-list li.chokatsu-item .catchcopy {
		color: #f08500;
	}
	.home .lineup-area .lineup-list li.chokatsu-item .product-img {
		top: 12px;
		right: 0;
		left: 47px;
		width: 30px;
		max-width: 61px;
	}
	.home .lineup-area .lineup-list li.chokatsu-item a:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 11px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4.5px 0 4.5px 6px;
		border-color: transparent transparent transparent #f08500;
		transform: translateY(-50%);
	}
	/******* 追加改修分 ********/
	.home .page-lead_box p {
		margin: 0 0 20px;
	}
	.home .page-lead {
		font-size: 20px;
		letter-spacing: .1em;
	}
	.home .lineup-btn {
		margin: 14px 0;
	}
	.home .lineup-btn a {
		width: 69%;
		height: auto;
		padding: 10px 5px;
		font-size: 14px;
	}
	.home .lineup-btn a::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 14px;
		width: 5px;
		height: 8px;
		margin-top: -4px;
		background: url(../img/common/lineup_icon_arrow.png) no-repeat;
		background-size: 100% auto;
	}
	.home .lineup-btn a:hover {
		opacity: 1;
	}
	.home .movie-btn {
		margin: 20px 0;
	}
	.home .movie-btn a {
		width: 75%;
		height: auto;
		padding: 10px 5px;
		font-size: 14px;
	}
	.home .movie-btn a::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 8px;
		width: 5px;
		height: 8px;
		margin-top: -4px;
		background: url(../img/common/lineup_icon_arrow.png) no-repeat;
		background-size: 100% auto;
	}
	.home .movie-btn a:hover {
		opacity: 1;
	}
	.home .intro-area {
		max-width: 100%;
	}
	.home .intro-area .lead-text {
		padding: 9px 1em 10px;
	}
	.home .recommend-area {
		margin-bottom: 25px;
	}
	.home .recommend-area .pc {
		display: none !important;
	}
	.home .recommend-area .sp {
		display: inline-block !important;
	}
	.home .recommend-area h2, .home .recommend-area h3 {
		font-size: 20px;
		letter-spacing: 4px;
		line-height: 1.3;
	}
	.home .recommend-area h2 .ttl-small, .home .recommend-area h3 .ttl-small {
		font-size: 12px;
		letter-spacing: 2px;
	}
	.home .recommend-area h2 .ttl-medium, .home .recommend-area h3 .ttl-medium {
		font-size: 14px;
	}
	.home .recommend-area h2 .ttl-large, .home .recommend-area h3 .ttl-large {
		font-size: 24px;
	}
	.home .recommend-area h2 .ttl-xlarge, .home .recommend-area h3 .ttl-xlarge {
		font-size: 26px;
	}
	.home .recommend-area .next-arrow .next-text {
		margin-bottom: 16px;
	}
	.home .recommend-area1 h2 img {
		width: 86.9%;
		max-width: 226px;
	}
	.home .recommend-area1 .next-arrow {
		margin-top: 0;
	}
	.home .recommend-area1 .next-arrow .next-text {
		width: 25.7%;
	}
	.home .recommend-area2 h2 img {
		width: 85%;
		max-width: 221px;
	}
	.home .recommend-area2 .next-arrow {
		margin-top: 14px;
	}
	.home .recommend-area2 .next-arrow .next-text {
		width: 21.1%;
	}
	.home .recommend-area3 h3 span {
		margin-left: 20px;
	}
	.home .recommend-area3 h3 img {
		width: 80%;
		max-width: 450px;
		margin-top: -15px;
		margin-left: -30px;
	}
	.home .recommend-area3 .step-list {
		display: block;
	}
	.home .recommend-area3 .step-list li {
		max-width: 90%;
		margin: 0 auto;
	}
	.home .recommend-area3 .step-list li+li {
		margin-top: 12px;
	}
	.home .recommend-area3 .step-list li::after {
		content: "";
		display: block;
		width: 13px;
		height: 8px;
		margin: 11px auto 0;
		background: url(../img/home/recommend_step_arrow.png) no-repeat;
		background-size: 100% auto;
	}
	.home .recommend-area3 .step-list li:last-child::after {
		display: none;
	}
	.home .recommend-area3 .step-list dt {
		font-size: 16px;
	}
	.home .recommend-area3 .step-list dt img {
		width: 35%;
	}
	.home .recommend-area3 .step-list dd p {
		margin-bottom: 5px;
		min-height: 0;
	}
	.home .recommend-area3 .next-arrow {
		margin: 10px 0 0;
	}
	.home .recommend-area3 .next-arrow .next-text {
		width: 11.9%;
	}
	.home .recommend-area3 .image-box img {
		width: 84.3%;
	}
	.home .recommend-area4 h2 img {
		width: 74.6%;
		max-width: 194px;
	}
	.home .recommend-area4 .component-list {
		width: 93.33333%;
		padding: 15px 0 0;
	}
	.home .recommend-area4 .component-list li {
		height: 21vw;
		padding-left: 26%;
		font-size: 4.2vw;
		background-size: 16vw auto;
		background-position-x: 5%;
	}
	.home .recommend-area4 .component-list li+li {
		margin-top: 10px;
	}
	.home .recommend-area4 .notes {
		width: 93.33333%;
	}
	.home .recommend-area4 .more-block {
		padding: 40px 0;
	}
	.home .recommend-area4 .more-block p {
		font-size: 10px;
	}
	.home .recommend-area4 .more-block .more-btn a {
		width: 68%;
		height: auto;
		margin: 0 auto 16px;
		padding: 14px 5px;
		border-radius: 4px;
		font-size: 10px;
	}
	.home .recommend-area4 .more-block .more-btn a::before {
		top: -12px;
		left: -10px;
		width: 33px;
		height: 33px;
	}
	.home .recommend-area4 .more-block .more-btn a::after {
		right: 10px;
		width: 9px;
		height: 9px;
		margin-top: -5px;
	}
	.home .recommend-area4 .more-block .more-btn a:hover {
		opacity: 1;
	}
	.home .recommend-area4 .lineup-block {
		margin-top: 0;
		padding: 10px 0 10px;
		background: none;
	}
	.home .recommend-area4 .lineup-block .lineup-inner {
		width: 100%;
		max-width: 100%;
	}
	.home .recommend-area4 .lineup-block p {
		top: -5px;
		font-size: 3.2vw;
		line-height: 1.2;
	}
	.home .recommend-area4 .lineup-block .lineup-diet {
		display: block;
		position: relative;
		font-size: 3.2vw;
		left: 4%;
		text-align: left;
		margin: 15px 0;
	}
	.home .recommend-area4 .lineup-block .lineup-fiber {
		left: 0;
		right: 0;
		top: 30px;
	}
	.home .recommend-area4 .lineup-block .lineup-plus {
		right: 6%;
		top: 30px;
	}
	.home .recommend-area4 .lineup-block img {
		width: 100%;
	}
	.home .recommend-area4 .lineup-btn {
		margin-top: -20px;
	}
	.home .chokatsu-style .style-head {
		padding: 1vw 0 48vw 5vw;
		text-align: left;
		font-size: 8.2vw;
		letter-spacing: 3px;
		background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/style_head_img_sp.jpg?v=1679471400);
		background-size: contain;
	}
	.home .chokatsu-style .style-head .ttl-small {
		font-size: 4vw;
	}
	.home .chokatsu-style .style-images {
		padding-bottom: 32px;
		margin-bottom: 30px;
		border-bottom: 1px solid #6fba2c;
		width: 87%;
	}
	.home .chokatsu-style .style-images:last-of-type {
		border-bottom: none;
	}
	/* lineup
  ----------------------------------------------- */
	.lineup .mainvisual {
		margin-bottom: 10px;
	}
	.lineup .lineup-title {
		top: 4vw;
		font-size: 4.5vw;
	}
	.lineup .lineup-area {
		padding-bottom: 25px;
	}
	.lineup .lineup-area .lineup-list {
		display: block;
	}
	.lineup .lineup-area .lineup-list li {
		width: 100%;
		max-width: 100%;
		margin-bottom: 5px;
	}
	.lineup .lineup-area .lineup-list li a {
		padding: 17px 15px 17px 0;
		min-height: 90px;
		border: 1px solid #cccccc;
	}
	.lineup .lineup-area .lineup-list li .catchcopy {
		display: block;
		max-width: 100%;
		margin: 0 0 8px 125px;
		font-size: 11px;
		line-height: 15px;
	}
	.lineup .lineup-area .lineup-list li .name {
		max-width: 100%;
		margin: 0 0 0 125px;
		font-size: 13px;
		line-height: 16px;
	}
	.lineup .lineup-area .lineup-list li .product-img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	.lineup .lineup-area .lineup-list li .more-button {
		display: none;
	}
	.lineup .lineup-area .lineup-list li.fiber-item .catchcopy {
		color: #6fba2c;
	}
	.lineup .lineup-area .lineup-list li.fiber-item .product-img {
		top: 7px;
		left: 5px;
		width: 108.5px;
		max-width: 201px;
	}
	.lineup .lineup-area .lineup-list li.fiber-item a:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 11px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 4.5px 0 4.5px;
		border-color: #6fba2c transparent transparent transparent;
		transform: translateY(-50%);
	}
	.lineup .lineup-area .lineup-list li.chokatsu-item .catchcopy {
		color: #f08500;
	}
	.lineup .lineup-area .lineup-list li.chokatsu-item .product-img {
		top: 12px;
		right: 0;
		left: 47px;
		width: 30px;
		max-width: 61px;
	}
	.lineup .lineup-area .lineup-list li.chokatsu-item a:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 11px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 4.5px 0 4.5px;
		border-color: #f08500 transparent transparent transparent;
		transform: translateY(-50%);
	}
	.lineup .sect-product {
		margin-bottom: 17.5px;
	}
	.lineup .sect-product_ttl {
		margin-bottom: 0;
		font-size: 4.5vw;
		line-height: 1.6;
		letter-spacing: .3em;
	}
	.lineup .sect-product_ttl .sect-product_ttl_lg {
		font-size: 6.6vw;
		letter-spacing: .34em;
	}
	.lineup .sect-product .sub-lead {
		width: 93.33333%;
		margin: 0 auto;
		padding: 15px 0 7px;
		font-size: 7.5px;
		text-align: left;
	}
	.lineup .sect-product .images>img:nth-child(3) {
		margin-top: -12.5px;
		width: 92%;
		max-width: 92%;
	}
	.lineup .sect-product .notification {
		padding: 20px 0 0;
		font-size: 10px;
	}
	.lineup .sect-about_ttl_box {
		background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/about_img_sp.png?v=1679466628);
	}
	.lineup .sect-about_ttl {
		padding: 3vw 5px 5vw;
		letter-spacing: .28em;
		font-size: 2.6vw;
	}
	.lineup .sect-about .about-text_box {
		position: relative;
		flex-direction: column-reverse;
		margin: 3vw auto 2vw;
	}
	.lineup .sect-about .about-text_box::before, .lineup .sect-about .about-text_box::after {
		content: '';
		position: absolute;
		width: 5vw;
		height: 5vw;
		background: rgba(111, 186, 44, .6);
	}
	.lineup .sect-about .about-text_box::before {
		left: 0;
		bottom: 0;
	}
	.lineup .sect-about .about-text_box::after {
		right: 0;
		top: 0;
	}
	.lineup .sect-about p.about-text {
		width: 61%;
		margin-left: 39%;
		margin-top: -33vw;
		padding: 2vw 3vw;
		font-size: 2.4vw;
		letter-spacing: .02em;
		z-index: 9999;
		background: rgba(255, 255, 255, .5);
	}
	.lineup .sect-cart {
		padding: 20px 0 15px;
	}
	.lineup .sect-cart_ttl {
		font-size: 3.6vw;
		margin-bottom: 20px;
	}
	.lineup .sect-cart .cart-list {
		display: block;
	}
	.lineup .sect-cart .cart-list li {
		position: relative;
		width: 100%;
		max-width: 100%;
	}
	.lineup .sect-cart .cart-list li .top-block {
		position: static;
		min-height: 0;
		margin-bottom: 6px;
		padding: 0 0 0 105px;
	}
	.lineup .sect-cart .cart-list li .top-block .name {
		font-size: 14px;
		line-height: 20px;
	}
	.lineup .sect-cart .cart-list li .top-block .name span {
		font-size: 12px;
	}
	.lineup .sect-cart .cart-list li .top-block .amount {
		padding-top: 2px;
		font-size: 10px;
	}
	.lineup .sect-cart .cart-list li .top-block .product-img {
		margin: 0;
	}
	.lineup .sect-cart .cart-list li .top-block:after {
		content: "";
		display: none;
	}
	.lineup .sect-cart .cart-list li .cart-buttons {
		font-size: 0;
		padding-left: 105px;
	}
	.lineup .sect-cart .cart-list li .cart-buttons a {
		height: auto;
		min-height: 40px;
		margin: 0 0 8px;
		padding: 14px 10px 12px 14px;
		font-size: 10px;
		line-height: 1.2;
	}
	.lineup .sect-cart .cart-list li .cart-buttons a:nth-child(odd) {
		margin-right: 7px;
	}
	.lineup .sect-cart .cart-list li .cart-buttons a:after {
		/*content: "";*/
		/*display: block;*/
		/*position: absolute;*/
		/*top: 50%;*/
		/*right: 5px;*/
		/*width: 9px;*/
		/*height: 9px;*/
		/*margin-top: -5px;*/
		/*background: url(/nutrition/product/isocal-fiber/assets/img/lineup/icon_blank.png) no-repeat;*/
		/*background-size: cover;*/
	}
	.lineup .sect-cart .cart-list li .cart-buttons a.yahoo-button {
		padding: 9px 10px 7px 8px;
	}
	.lineup .sect-cart .cart-list .fiber-item {
		padding: 0 0 14px 0;
		border-bottom: 1px dashed #999999;
	}
	.lineup .sect-cart .cart-list .fiber-item .top-block .product-img {
		top: 50%;
		left: 10px;
		right: 0;
		width: 75px;
		max-width: 75px;
		transform: translateY(-50%);
	}
	.lineup .sect-cart .cart-list .fiber-item .top-block .product-img.u-marginFix{
		margin-top: 0;
	}

	.lineup .sect-cart .cart-list .chokatsu-item {
		padding: 14px 0;
	}
	.lineup .sect-cart .cart-list .chokatsu-item .top-block .product-img {
		top: 50%;
		left: 25px;
		right: 0;
		width: 49px;
		max-width: 49px;
		transform: translateY(-50%);
	}
	.lineup .sect-trouble {
		padding: 16px 0 30px;
	}
	.lineup .sect-trouble_ttl {
		font-size: 3.6vw;
		margin-bottom: 20px;
	}
	.lineup .sect-trouble .trouble-list {
		margin-bottom: 37.5px;
	}
	.lineup .sect-trouble .trouble-list li {
		width: 28.71429%;
		max-width: 28.71429%;
	}
	.lineup .sect-trouble .trouble-list li p {
		padding-top: 6px;
		font-size: 10px;
		line-height: 15px;
	}
	.lineup .sect-trouble h4 {
		margin-bottom: 26px;
	}
	.lineup .sect-trouble h4 img {
		width: 81.57143%;
		max-width: 81.57143%;
	}
	.lineup .sect-trouble .sect-trouble_subttl {
		margin-bottom: 6vw;
		font-size: 3.2vw;
	}
	.lineup .sect-trouble .sect-trouble_subttl span {
		font-size: 4.6vw;
		vertical-align: -.1em;
	}
	.lineup .sect-trouble .illustration {
		width: 54.28571%;
		max-width: 54.28571%;
	}
	.lineup .sect-result {
		padding: 17.5px 0;
	}
	.lineup .sect-result .title1 {
		font-size: 3.8vw;
	}
	.lineup .sect-result .title1 span {
		width: 8%;
		margin-bottom: 10px;
	}
	.lineup .sect-result .title1-text {
		display: block;
		width: 98.57143%;
		margin: 5px auto 18px;
		font-weight: normal;
		font-size: 2.6vw;
		line-height: 1.6;
	}
	.lineup .sect-result .title2 {
		margin-bottom: 56px;
	}
	.lineup .sect-result .title2 img {
		width: 67.54286%;
		max-width: 591px;
	}
	.lineup .sect-result .image1 img {
		width: 95.71429%;
		max-width: 95.71429%;
	}
	.lineup .sect-result .image1-text {
		width: 68%;
		margin-top: -9vw;
		margin-left: 7vw;
		letter-spacing: .18em;
		font-size: 3vw;
		text-align: center;
		line-height: 1.8;
	}
	.lineup .sect-result .image2-text {
		width: 100%;
		margin: 0 auto;
		padding-top: 4vw;
		font-size: 3vw;
		text-align: center;
		color: #3e3a39;
		letter-spacing: .05em;
		background: #f3f7ed;
	}
	.lineup .sect-result .image2 {
		margin-top: 17px;
		padding-top: 20px;
	}
	.lineup .sect-result .image2 img {
		width: 100%;
		max-width: 100%;
	}
	.lineup .sect-result .image3 {
		padding: 17px 0 0;
	}
	.lineup .sect-result .image3-box {
		background-size: 10vw auto, 7vw auto;
		background-position: 2% 0, 97% 0;
		padding: 0 10px;
	}
	.lineup .sect-result .image3-title {
		padding-left: 12vw;
		font-size: 3.6vw;
	}
	.lineup .sect-result .image3-text {
		font-size: 2.6vw;
		margin-bottom: 2.6vw;
	}
	.lineup .sect-result .image3 img {
		width: 100%;
		max-width: 881px;
	}
	.lineup .description-item-area h2 {
		margin-bottom: 0;
		padding: 0;
		font-size: 3.5vw;
		line-height: 1.5;
	}
	.lineup .description-item-area h2 span {
		padding: 0.3em 0 0.3em 9vw;
		background-size: 6.5vw auto;
	}
	.lineup .description-item-area img {
		margin: 0;
	}
	.lineup .fiber-area h2 img {
		width: 61.14286%;
		max-width: 61.14286%;
	}
	.lineup .fiber-area .product-desc {
		margin-bottom: 0;
	}
	.lineup .fiber-area .product-desc .desc1 {
		flex-direction: column-reverse;
		margin-bottom: 3vw;
	}
	.lineup .fiber-area .product-desc .desc1-text {
		width: 100%;
		padding-top: 0;
	}
	.lineup .fiber-area .product-desc .desc1-text dl {
		min-height: 20vw;
		margin-bottom: 1.4vw;
		padding: 2vw 6vw;
		border-radius: 1.275vw;
	}
	.lineup .fiber-area .product-desc .desc1-text .desc1-text1 {
		background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_face.png?v=1679466980) no-repeat 5vw center / 7vw auto, url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/fiber_img1_text1_sp.png?v=1679467128) no-repeat 90% 50% / 17vw auto;
		background-color: #f2f8ec;
	}
	.lineup .fiber-area .product-desc .desc1-text .desc1-text2 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_face.png?v=1679466980) no-repeat 5vw center / 7vw auto, url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/fiber_img1_text2_sp.png?v=1679467128) no-repeat 90% 50% / 17vw auto;
		background-color: #f2f8ec;
	}
	.lineup .fiber-area .product-desc .desc1-text dt {
		padding-left: 9vw;
		font-size: 3.6vw;
		letter-spacing: .1em;
		background-size: 7vw auto;
	}
	.lineup .fiber-area .product-desc .desc1-text dd {
		padding-left: 9vw;
		color: #3e3a39;
		font-size: 2.4vw;
	}
	.lineup .fiber-area .product-desc .desc1-text dt span {
		font-size: 4vw;
	}
	.lineup .fiber-area .product-desc .desc1-text dt small {
		font-size: 2vw;
	}
	.lineup .fiber-area .product-desc .desc1-img {
		width: 100%;
		margin: 6vw auto;
	}
	.lineup .fiber-area .product-desc .desc1 img {
		width: 100%;
		max-width: 100;
	}
	.lineup .fiber-area .product-desc .desc2 {
		padding-top: 20px;
	}
	.lineup .fiber-area .product-desc .desc2-title {
		margin-bottom: 4vw;
		margin-left: 0;
		font-size: 3.8vw;
		text-align: center;
		letter-spacing: .38em;
	}
	.lineup .fiber-area .product-desc .desc2-list {
		padding-top: 0;
		padding-left: 63vw;
		background-size: 65% auto;
	}
	.lineup .fiber-area .product-desc .desc2-list li {
		margin-bottom: 6.5vw;
		font-size: 2.8vw;
		line-height: 1.4;
		letter-spacing: .05em;
	}
	.lineup .fiber-area .product-desc .desc2 img {
		width: 100%;
		max-width: 100%;
	}
	.lineup .fiber-area .usage-list {
		width: 93.33333%;
		max-width: 93.33333%;
	}
	.lineup .usage-list .items {
		margin-bottom: 15vw;
	}
	.lineup .usage-list .items-title {
		margin-bottom: 2vw;
		padding-left: 2.3em;
		font-size: 3.1vw;
	}
	.lineup .usage-list .items-text {
		margin-left: 7vw;
		font-size: 2.6vw;
		margin-bottom: 3.5vw;
	}
	.lineup .usage-list .items-subLead {
		margin-left: 0.5em;
		margin-top: 0;
		font-size: 2.4vw;
	}
	.lineup .usage-list .items-subLead dt {
		font-size: 3vw;
	}
	.lineup .usage-list .items-subLead span {
		margin-left: .5em;
		font-size: 2.2vw;
	}
	.lineup .fiber-area .usage-list .items-title {
		line-height: 2;
		background-size: 1.8em auto;
	}
	.lineup .fiber-area .usage-list .item1 {
		background-size: 26vw auto;
	}
	.lineup .fiber-area .usage-list .item2 {
		padding: 0;
		background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/fiber_list_text2_sp.png?v=1679467502) no-repeat bottom right / 32vw auto;
	}
	.lineup .fiber-area .usage-list .item3 {
		margin-bottom: 2vw;
	}
	.lineup .fiber-area .usage-list .item3 .notes {
		margin-top: 8px;
		margin-left: 8.57143%;
		padding: 7px;
		font-size: 10px;
		line-height: 13px;
	}
	.lineup .fiber-area .usage-list .item4 {
		margin-bottom: 0;
		padding-bottom: 6vw;
	}
	.lineup .fiber-area .usage-list .item4 table {
		margin: 0 0 2vw 8.57143%;
	}
	.lineup .fiber-area .usage-list .item4 table th, .lineup .fiber-area .usage-list .item4 table td {
		font-size: 10px;
	}
	.lineup .fiber-area .usage-list .item4 table th {
		padding: 5px;
	}
	.lineup .fiber-area .usage-list .item4 table td {
		padding: 5px 6px;
	}
	.lineup .fiber-area .usage-list .item4 .table-caption {
		margin-left: 8.57143%;
		font-size: 10px;
	}
	.lineup .chokatsu-area h2 img {
		width: 67.57143%;
		max-width: 67.57143%;
	}
	.lineup .chokatsu-area .product-desc {
		margin-bottom: 0;
	}
	.lineup .chokatsu-area .product-desc .desc1 {
		flex-direction: column-reverse;
		margin-bottom: 3vw;
	}
	.lineup .chokatsu-area .product-desc .desc1-text {
		width: 100%;
		padding-top: 0;
	}
	.lineup .chokatsu-area .product-desc .desc1-text dl {
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 20vw;
		margin-bottom: 1.4vw;
		padding: 2vw 6vw;
		border-radius: 1.275vw;
	}
	.lineup .chokatsu-area .product-desc .desc1-text .desc1-text1 {
		background: url(../img/lineup/icon_face_or.png) no-repeat 5vw center / 7vw auto, url(../img/lineup/chokatsu_img1_text1_sp.png) no-repeat 90% 50% / 17vw auto;
		background-color: #fef6ed;
	}
	.lineup .chokatsu-area .product-desc .desc1-text .desc1-text2 {
		background: url(../img/lineup/icon_face_or.png) no-repeat 5vw center / 7vw auto, url(../img/lineup/chokatsu_img1_text2_sp.png) no-repeat 90% 50% / 17vw auto;
		background-color: #fef6ed;
	}
	.lineup .chokatsu-area .product-desc .desc1-text dt {
		padding-left: 9vw;
		font-size: 3.6vw;
		letter-spacing: .1em;
	}
	.lineup .chokatsu-area .product-desc .desc1-text dd {
		padding-left: 9vw;
		color: #3e3a39;
		font-size: 2.4vw;
	}
	.lineup .chokatsu-area .product-desc .desc1-text dt span {
		font-size: 4vw;
	}
	.lineup .chokatsu-area .product-desc .desc1-text dt small {
		font-size: 2vw;
	}
	.lineup .chokatsu-area .product-desc .desc1-img {
		width: 100%;
		margin: 6vw auto;
	}
	.lineup .chokatsu-area .product-desc .desc1 img {
		width: 100%;
		max-width: 100%;
	}
	.lineup .chokatsu-area .product-desc .desc2 {
		padding-top: 17.5px;
		margin: 7vw auto;
	}
	.lineup .chokatsu-area .product-desc .desc2-title {
		padding-bottom: 1vw;
		font-size: 3.4vw;
	}
	.lineup .chokatsu-area .product-desc .desc2-title:before {
		bottom: -10px;
		margin-left: 0px;
		border: 5px solid transparent;
		border-top: 5px solid #fff;
	}
	.lineup .chokatsu-area .product-desc .desc2-title:after {
		border: 5px solid transparent;
		border-top-color: #f28f29;
		border-bottom-width: 0;
		bottom: -6px;
	}
	.lineup .chokatsu-area .product-desc .desc2 img {
		width: 100%;
		max-width: 100%;
		margin-top: 3vw;
	}
	.lineup .chokatsu-area .usage-list {
		width: 100%;
		max-width: 100%;
		background-size: 20vw auto;
		background-position: 97% 0;
	}
	.lineup .chokatsu-area .usage-list .item1 {
		width: 93.33333%;
		margin: 2vw auto 0;
	}
	.lineup .chokatsu-area .usage-list .item1 img {
		width: 100%;
		max-width: 100%;
	}
	.lineup .chokatsu-area .usage-list .item2 {
		width: 93.33333%;
		margin: 0 auto;
		padding: 19px 0 0;
	}
	.lineup .chokatsu-area .usage-list .item2 img {
		width: 52.28571%;
		max-width: 100%;
	}
	.lineup .chokatsu-area .usage-list .item3 {
		width: 93.33333%;
		margin: 0 auto;
		padding: 19px 0 25px;
	}
	.lineup .chokatsu-area .usage-list .item3 img {
		width: 27.71429%;
		max-width: 27.71429%;
	}
	.lineup .chokatsu-area .usage-list .item3 table {
		margin: 6px 0 5px;
		margin-left: 8.57143%;
		width: 91%;
	}
	.lineup .chokatsu-area .usage-list .item3 table th, .lineup .chokatsu-area .usage-list .item3 table td {
		font-size: 10px;
	}
	.lineup .chokatsu-area .usage-list .item3 table th {
		padding: 5px;
	}
	.lineup .chokatsu-area .usage-list .item3 table td {
		padding: 5px 6px;
	}
	.lineup .chokatsu-area .usage-list .item3 .table-caption {
		margin-left: 8.57143%;
		font-size: 10px;
	}
	.lineup .chokatsu-area .usage-list .item4 {
		width: 93.33333%;
		margin: 0 auto;
	}
	.lineup .chokatsu-area .usage-list .item4>img {
		width: 35%;
		max-width: 35%;
		margin-left: 3.57143%;
	}
	.lineup .chokatsu-area .usage-list .item4 .qa-list {
		margin: 11px 0 52.5px;
		padding: 12.5px 12.5px 1px 12.5px;
	}
	.lineup .chokatsu-area .usage-list .item4 .qa-list li {
		margin-bottom: 7px;
		padding: 16px 17.5px;
	}
	.lineup .chokatsu-area .usage-list .item4 .qa-list li .q-text {
		position: relative;
		padding-right: 25px;
		font-size: 10px;
		line-height: 15px;
		cursor: pointer;
	}
	.lineup .chokatsu-area .usage-list .item4 .qa-list li .q-text::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: 10px;
		height: 10px;
		background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/qa_icon1.png?v=1679467776) no-repeat;
		background-size: cover;
		transform: translateY(-50%);
	}
	.lineup .chokatsu-area .usage-list .item4 .qa-list li .q-text.active::after {
		width: 10px;
		height: 2px;
		background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/qa_icon2.png?v=1679467776) no-repeat;
		background-size: cover;
	}
	.lineup .chokatsu-area .usage-list .item4 .qa-list li .a-text {
		display: none;
		margin-top: 20px;
		font-size: 10px;
		line-height: 15px;
	}
	/* sitemap
  ----------------------------------------------- */
	.sitemap .mainvisual {
		margin-bottom: 10px;
	}
	.sitemap .sitemap-title {
		top: 4vw;
		font-size: 4.5vw;
	}
	.sitemap .site-contents {
		min-height: calc(100vh - 130px);
	}
	.sitemap .sitemap-list li {
		margin: 2vw 0;
	}
	.sitemap .sitemap-list a {
		font-size: 14px;
	}
	/* column
  ----------------------------------------------- */
	.column .mainvisual {
		padding-top: 30%;
	}
	.column .mainvisual h1 {
		top: 50%;
		left: 5%;
		letter-spacing: .1em;
		line-height: 1.4;
		font-size: 6.5vw;
		transform: translateY(-50%);
	}
	#column01 .mainvisual {
		background-image: url(../../assets/img/column/mainvisual1_sp.jpg);
	}
	#column02 .mainvisual {
		background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/mainvisual2_sp_8ec34c2d-515c-4a69-9eb0-d768ed27619a.jpg?v=1679592609);
	}
	.column .column-area {
		padding: 43px 0 19px;
	}
	.column .column-area h2 {
		font-size: 22px;
		margin-bottom: 24px;
		padding-right: 0;
		line-height: 1.5;
		letter-spacing: .1em;
	}
	.column .column-area h2:after {
		display: none;
	}
	.column .column-area p {
		font-size: 18px;
	}
	.column .column-area .details {
		margin-top: 50px;
		padding-top: 39px;
	}
	.column .column-area .details .notes {
		margin-top: 24px;
		padding-top: 10px;
		font-size: 10px;
		line-height: 1.2;
	}
	.column .area-guargum {
		padding: 45px 0 30px;
	}
	.column .area-guargum .details h3 {
		width: 71.53623%;
		max-width: 71.53623%;
		margin: 0 auto 30px;
	}
	.column .area-guargum .details .figure:first-of-type {
		margin: 0 auto 43px;
		width: 85.21739%;
		max-width: 85.21739%;
	}
	.column .area-answer .details h3 {
		max-width: 100%;
		margin: 0 auto 30px;
	}
	.column .more-lineup {
		padding: 11px 0 15px;
	}
	.column .more-lineup dt {
		width: 100%;
	}
	.column .more-lineup dt img {
		width: 100%;
		max-width: 92.17%;
		margin: 0 auto;
	}
	.column .more-lineup dd {
		width: 100%;
		padding-top: 104x;
		padding-left: 0;
		text-align: center;
	}
	.column .more-lineup dd .product-img {
		width: 50.28%;
		max-width: 50.28%;
		vertical-align: middle;
	}
	.column .more-lineup dd .more-btn {
		width: auto;
		height: auto;
		margin: 0 0 0 16px;
		padding: 6px 17px 6px 8px;
		border-radius: 3px;
		font-size: 10px;
		color: #fff;
		vertical-align: middle;
		background: #6fba2c;
	}
	.column .more-lineup dd .more-btn::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 5px;
		width: 4px;
		height: 6px;
		margin-top: -3px;
		background: url(../img/column/icon_arrow_sp.png) no-repeat;
		background-size: 100% auto;
	}
	.column .page-banners {
		width: 86.95%;
		padding: 25px 0 57px;
		margin: 0 auto;
	}
	.column .page-banners ul li {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	.column .page-banners ul li {
		width: 100%;
		height: auto;
		margin-top: 0;
		padding: 10px 0;
		max-height: 100%;
		text-align-last: left;
		font-size: 16px;
		border-top: 1px solid #ccc;
	}
	.column .page-banners ul li:not(:last-child) .relation-list_img {
		border: 1px solid #ccc;
	}
	.column .page-banners ul li:nth-child(odd) {
		margin-right: 0;
	}
	.column .page-banners ul li:not(:last-child) a {
		width: 100%;
		height: 100%;
		border: none;
		box-shadow: none;
	}
}


/* ページトップ */

#pagetop {
	position: absolute;
	width: 60px;
	right: 20px;
	bottom: 109px;
	z-index: 999;
}

#pagetop svg {
	transition: opacity 0.15s linear;
}

#pagetop svg:hover {
	opacity: 0.6;
}


/*2020.12.14 add*/
.home .chokatsu-style .style-images {
	margin: 0 auto;
}
.chokatsu__wrap {
	position: relative;
}
.chokatsu__ttl {
	position: absolute;
	right: 10%;
	top: 20%;
	font-size: 50px;
	color: #399448;
	line-height: 1.3;
}
.chokatsu__txt {
	padding: 10px 0 40px;
	font-size: 16px;
	text-align: center;
}
.color-sec1 {
	color: #FF4E00;
}
.color-sec2 {
	color: #31B719;
}
.color-sec3 {
	color: #6C290C;
}
.chokatsu__msg {
	position: relative;
	width: 100%;
	height: 0;
	margin-bottom: 100px;
	/*padding-top: calc( 240 / 800 * 100%);*/
	padding-top: 362px;
	background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/style_img4_7178e207-4181-452f-8838-b2e3be14afb5.png?v=1679471545) no-repeat;
	background-size: 100% auto;
}
.chokatsu__msg__txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 24px;
	color: #66B830;
	text-align: center;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.chokatsu__ttl {
		font-size: 5.2vw;
	}
}

@media screen and (max-width: 767px) {
	.chokatsu__ttl {
		right: 5%;
		font-size: 5.2vw;
	}
	.chokatsu__txt {
		padding: 3% 0 5%;
		font-size: 12px;
	}
	.home .chokatsu-style .style-images {
		border-bottom: none;
		padding: 0;
	}
	.chokatsu__msg {
		margin-bottom: 13%;
		/*padding-top: calc( 209 / 387 * 100%);*/
		padding-top: 39vw;
		/*background: url(../img/home/style_img4_sp.png) no-repeat;*/
		background-size: 100% auto;
	}
	.chokatsu__msg__txt {
		width: 70%;
		font-size: 12px;
	}
}

.rte .sitemap ul {
  padding-left: 0;
}
.rte .lineup ul {
  padding-left: 0;
}

@media screen and (min-width: 750px) {
  .article-template>*:first-child:not(.article-template__hero-container) {
    margin-top: 0 !important;
  }
}

/* .breadcrumb {
  background-color: #0064a1 !important;
    padding: 20px 0 16px 0 !important;
    margin-bottom: 0 !important;
    color: #fff;
} */

.element-margin {
  display: none;
}

div:empty {
  display: block;
}