/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
    margin:0;
    padding:0;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/*全体*/
body{
    background-color:#f0f0eb;
}

.wrap_original{
    overflow: hidden;
    padding: 0 4% 4% 4%;
}

p{
    font-family:"Noto Sans JP";
    line-height: 1.7;
}

#top{
    max-width:1200px; 
    margin:0 auto;
}

#top img{
    margin:0 auto;
}

#top .top_pc{
    display:block!important;
}

#top .top_sp{
    display:none!important;
}

/*スマホ調整*/
@media screen and (max-width: 480px) {
    #top .top_pc{
    display:none!important;
}

#top .top_sp{
    display:block!important;
}
}

.atention{
    max-width: 1200px;
    margin: auto;
    padding-left: 0.5em;
    color: #4e3211;
    font-weight: 400;
}

@media screen and (max-width: 768px){
.br-pc {display: none; }
}

/*カード*/
/* カードレイアウト部分をラッピングし、
Flexboxを指定"space-between"で各アイテムを均等に配置し、
最初と最後のアイテムを端に寄せます。*/
#cardlayout-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background: -webkit-gradient(linear , left top, left bottom , color-stop(50%, #fff) , color-stop(50%, #f0f0eb));
    background: -o-linear-gradient(#fff 50% , #f0f0eb 50%);
    background: linear-gradient(#fff 50% , #f0f0eb 50%);
}

/* リンクテキストの下線を非表示 */
/*a.card-link {
    text-decoration: none;
}

/* カードレイアウト内の画像を幅いっぱいに表示 */
/*#cardlayout-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
}

/*.card-figure {
    margin: 0;
    padding: 0;
}

/* カードレイアウトのタイトル部分 */
.card-title {
    margin: 0.6em 0.6em 1.2em 0.6em;
    color: #4e3211;
    text-align: left;
    font-size: 1.4em;
    font-family: "Noto Sans JP";
    font-weight: 400;
    line-height: 1.5;
}

.card-title:after{
    content: 'マンダリン＆イランイラン／無香料(150ml)';
    font-family: "Noto Sans JP";
    font-size: 0.7em;
    font-weight: 400;
}

/* カードレイアウトの説明文部分 */
.card-text-tax {
    margin: 0;
    color: #4e3211;
    font-family: "Noto Sans JP";
    font-size: 1.1em;
    font-weight: 400;
    
}

.card-text-tax:before{
    content:'―――';
}




/* カードレイアウトを1カラムで配置 */
.card-list {
    margin: 0 auto;
    padding: 1em;
    width: 100%;
    background: #f0f0f0;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.card-list img{
    max-width: 15vw;
    margin: 1em auto;
}

.cl01{
    background:#eae3d3;
}

.cl02{
    background:#e3e3e3;
}

.cl03{
    background:#dee7e6;
}

/* 画面幅768px以上の場合カードレイアウトを2カラムで配置 */
@media all and (min-width: 768px) {
    .card-list {
        margin: 0;
        width: calc(96% / 3); /* 100%幅を2で割るという指定 */
    }
}

/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */
@media all and (min-width: 992px) {
    .card-list {
        width: calc(96% / 3); /* 100%幅を3で割るという指定 */
    }
    
/* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
    #cardlayout-wrap::after{
        content: "";
        display: block;
        width: calc(96% / 3);
    }
}


/*購入ボタン*/
/* 001 */
.button001 a {
    background: #82bdb9;
    border-radius: 3px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1.3em auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    text-decoration: none;
    padding:1.2em;
}

.button001 a:hover {
    background: #eee;
    color: #634c31;
}
.button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
    border-color: #FFF;
}

/*スマホ調整*/
@media screen and (max-width: 768px) {
    .card-list{
        margin: 1em 2em;
    padding: 1.2em
    }
    
    .card-title {
    font-size: 1.2em;
    padding: 0;
    margin: 0;
}
    .card-text-tax {
    margin: 0;
    padding: 0;
    font-size: 1em;
    margin-bottom: 0.5em;
}
    
    #cardlayout-wrap{
        background:#fff;
    }
}

/*問題提起*/
#problem{
    max-width: 1200px;
    margin: 4.2em auto 0 auto;
}

#problem h2{
    font-size: 2.7em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 300;
    line-height: 1.5em;
    background-image: url(/img/hand.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    min-height: 196px;
    padding:0.5em;
    color:#4e3211;
}

#ploblem_li{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

#ploblem_li div{
    padding: 1em;
    border: 1px solid #695b55;
    font-family: 'Noto Sans JP';
    color: #695b55;
    font-size: 1.2em;
    width: calc(90% / 2);
    margin: 0.5em auto;
}


/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */
@media all and (min-width: 992px) {
    #ploblem_li div{
        width: calc(90% / 3); /* 100%幅を3で割るという指定 */
        font-size:1.5em; 
    }
    
/* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
    #ploblem_li::after{
        content: "";
        display: block;
        width: calc(90% / 3);
    }
}



/*こだわり*/
#kodawari{
    max-width: 1200px;
    margin: 4.2em auto 0 auto;
}

.kodawari_sp{
    display:none!important;
}

.kodawari.pc{
    display:block!important;
}

/*特徴リスト*/
.container {
    margin-top:0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    counter-reset: list;
    list-style-type: none;
    font: 1.2em/1.6 'Noto sans JP';
    padding: 0;
    
}
.column {
position: relative;
    margin: 0 0 1px 0px;
    padding-left: 2.4em;
    font-weight: 300;
    font-size: 1.188em;
    line-height: 2em;
    border: 1px solid #f0f0eb;
    color: #fff;
    background-color: #91d1cf;
    width: 100%;
}

.column:before{    
counter-increment: list;
    content: counter(list);
    position: absolute;
    left: 0px;
    width: 2.5em;
    height: 70%;
    text-align: center;
    color: #fff;
    line-height: 1.8em;
    background: #91d1cf;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* transform: translateY(-50%); */
    border-right: #fff 2px solid;
    font-size: 1.3rem;
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

@media (min-width: 1024px) {
  .column {
    width: 50%;
  }
}

/*スマホ調整*/
@media screen and (max-width: 480px) {
    
    #kodawari{
    margin: 2em auto 0 auto;
}
    
    .kodawari_pc{
        display:none!important;
    }
    
    .kodawari_sp{
        display:block!important;
    }
    
    #problem h2{
        font-size:1.8em;
    }  
    
  #ploblem_li div{
    font-size:1em;
    }
    
    .container {
    margin-top:0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    counter-reset: list;
    list-style-type: none;
    font: 1em/1.5 'Noto sans JP';
    padding: 0;
    
}
    
    .column {
    position: relative;
    padding-left: 2em;
    font-weight: 300;
    font-size: 1em;
    line-height: 2em;
    border: 1px solid #f0f0eb;
    color: #fff;
    background-color: #91d1cf;
    width: 100%;
}
    .column:before {
    counter-increment: list;
    content: counter(list);
    position: absolute;
    left: 0px;
    width: 1.7em;
    height: 70%;
    text-align: center;
    color: #fff;
    line-height: 1.2em;
    background: #91d1cf;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* transform: translateY(-50%); */
    border-right: #fff 2px solid;
    font-size: 1rem;
    }
}


/*正直な表示成分*/
#secA{
    max-width:1200px;
    margin:6em auto 0 auto;
    font-family:'Noto sans JP';    
    /*background-image: url(/img/secA_t.jpg);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    min-height: 508px;*/
}

#secA .box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    background: #fff
}

#secA .boximg{
padding:0.5em;    
}

#secA p{
    font-size: 1.094em;
    line-height:1.7em;
    font-weight:400;
    padding:0 1em ;
    color: #695b55;
}

#secA h2{
    font-size: 2.7em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 300;
    line-height: 1.5em;
    padding:0.5em;
    color:#4e3211;
    margin:0;
}

/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */
@media screen and (max-width: 992px) {
  #secA .box{
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 480px) {
  #secA .box{
    width:100%;/*全体の幅を90%に*/
    }
}

/*スマホ調整*/
@media screen and (max-width: 480px) {
    #secA {
    margin: 0em auto;
}
    
    #secA h2 {
        font-size: 1.8em;
    }
    
    #secA p {
    font-size: 0.9em;
        margin-top:0;
}
}
    
    
/*特徴２*/
    #secB{
    max-width: 1200px;
    margin: 4em auto;
    position: relative;
    display: block;
    background: url(/img/secB_bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 2em 0 10em 0;
}

#secB::after{
    content: '';
    position: absolute;
    background: #eaf0ef;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -9999999;
}

#secB .bbox{    
    display: -webkit-box;    
    display: -ms-flexbox;    
    display: flex;
    width: 90%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    color: #4e3211;
    font-family: 'Noto sans JP';
    margin: 0 auto;
    font-weight:300;
}

#secB .box{
    width:calc(90% / 5);
    margin:0 auto;
}

#secB .box_child{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2em auto;
}

#secB .box_child img{
    max-width: 90%;
    margin: 0 auto
}

#secB .box_child h3{
    font-size:1.267em;
    line-height:1.4em;
    font-weight: 600;
}

#secB .box_child p{
    font-size:1.125em;
    text-align:left;
    margin: 0.5em auto;
    max-width:90%;
}

#secB p.atention{
    text-align: left;
    font-size: 1.1em;
    margin: 0 auto;
    max-width: 85%;
    padding: 2em 0;
    font-weight: 300;
    color: #4e3211;
    line-height:1.5em;
}

/*#secB .box_hand{
    display: flex;
    width: 85%;
    margin: 0 auto;
    color: #4e3211;
    font-family: 'Noto sans JP';
    align-items: center;
}

#secB .box_hand div{
    padding:2em;
}

#secB .box_hand h3{
    font-size: 1.267em;
    line-height: 1.4em;
    font-weight: 600;
    
}

#secB .box_hand p{
    font-size: 1.125em;
    text-align: left;
    margin: 0.5em auto;
    font-weight: 300;
}*/

@media screen and (max-width: 992px) {
  #secB .bbox{
    width:95%;/*全体の幅を90%に*/
    }
    
    #secB .box{
    width:calc(95% / 3);
        padding:0.5em 0;
    }
    
    #secB .bbox::after{
        content: "";
        display: block;
        width: calc(95% / 3);
    }
    
    #secB .bbox::before{
  content:"";
  display: block;
  width:calc(95% / 3);
  order:1;
}
}


@media screen and (max-width: 480px) {
  #secB .bbox{
    width:95%;/*全体の幅を90%に*/
    }
    
    #secB .box{
    width:calc(95% / 2);
    margin:0 auto;
        
        
}
    
    /*#secB .box_hand{
        width:85%;
    }
    
    #secB .box_hand h3{
    font-size: 1.1em;
    
}
    
    #secB .box_hand p{
        font-size: 0.9em;
    }*/
    
    /* 最後の行が2列より少ない場合左寄せにレイアウトさせる */
    #secB .bbox::after{
        content: "";
        display: block;
        width: calc(85% / 2);
    }
    
    #secB .box_child{
    max-width: 140px;
    margin: 2em auto;
}
    
    #secB .box_child img , #secB .box_hand img{
    max-width: 110px;
    margin: 0 auto
}
}

/*スマホ調整*/
@media screen and (max-width: 480px) {
#secB {
    margin: 0 auto;
    padding: 1em 0 2em 0;
    }
    #secB .box_child h3 {
        font-size: 1.1em;
    }
    #secB .box_child p {
    font-size: 0.9em;
}
    #secB p.atention {
        font-size: 0.9em;
        padding: 1em 0 0 0 ;
    }}


/*保湿成分*/
#secC{
    max-width:1200px;
    margin:6em auto 0 auto;
    font-family:'Noto sans JP';    
    /*background-image: url(/img/secA_t.jpg);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    min-height: 508px;*/
}

#secC .box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    background: #fff
}

#secC p{
    font-size: 1.094em;
    line-height: 1.7em;
    font-weight: 400;
    color: #695b55;
}

#secC .bg{
    background-image: url(/img/secC_bg.png);
    position: relative;
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten;
}

*#secC .box2{
    background-color: rgb(235, 239, 240,0.5);
    padding:2em;
    
}

#secC .tsumi{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}


#secC .box3{
    background-color: rgb(222, 231, 230, 0.5);
    padding:2em;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

#secC .box4{
    background-color: rgb(243, 239, 229 , 0.5);
    padding:2em;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

#secC h2{
    font-size: 2.7em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 300;
    line-height: 1.5em;
    color:#4e3211;
}

/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */
@media screen and (max-width: 992px) {
  #secC .box{
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

}
@media screen and (max-width: 480px) {
  #secC .box{
    width:100%;/*全体の幅を90%に*/
    }
}

/*スマホ調整*/
@media screen and (max-width: 480px) {
    #secC {
    margin: 0em auto;
}
    
    #secC h2 {
        font-size: 1.8em;
    }
    
    #secC p {
    font-size: 0.9em;
    /* padding: 0 1em; */
    margin: 1em 0;
}
    #secC .bg{
        background-image:none;
    }
}

#buy {
    max-width: 1200px;
    margin: 0 auto;
    font-family:'Noto Sans JP';
    color:#4e3211;
    font-weight:400;
    padding: 3em 0;
}

#buy .box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 2em auto;
}

#buy .box_child{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: #fff;
    padding: 2.5em;    
    margin: 0.5em;
    flex:1;
}

#buy .box_child img{
    margin:0 auto;
    width:100%;
}

#buy h3{
    font-size:1.363em;
    font-weight:500;
}

#buy h2{
    color: #695b55;
    font-size: 1.861em;
    font-family: 'Noto sans JP';
    font-weight: 400;
    text-align: center;
    line-height: 1.6;
}

#buy .osusume{
    font-size: 1.2em !important;
    font-weight: 700;
}

#buy ul{
    list-style-type: none;
    position: relative;
    padding: 0;
}

#buy li.one:before{
    content: '';
    background-image: url(/img/01.png);
    background-repeat: no-repeat;
    background-size: auto 25px;
    padding-left: 32px;
    line-height: 2.5em;
    background-position: top left;
}

#buy li.two:before{
    content: '';
    background-image: url(/img/02.png);
    background-repeat: no-repeat;
    background-size: auto 25px;
    padding-left: 32px;
    line-height: 2.5em;
    background-position: top left;
}

#buy li.three:before{
    content: '';
    background-image: url(/img/03.png);
    background-repeat: no-repeat;
    background-size: auto 25px;
    padding-left: 32px;
    line-height: 2.5em;
    background-position: top left;
}

#buy li.none:before{
    content: '';
    background-image: url(/img/none.png);
    background-repeat: no-repeat;
    background-size: auto 25px;
    padding-left: 32px;
    line-height: 2.5em;
    background-position: top left;
}

#buy .pro{
    background: #e3e3e3;
    max-width: 70%;
    margin: 2em auto;
    padding: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#buy .pro p{    
    font-size: 1.791em;
    font-family: 'Noto Sans JP';
    color: #4e3211;  
    margin:1em 0;
}

#buy .price{
    font-family:'Helvetica','Arial','sans-serif';
    font-size:3.563em;
    margin:0;
} 
#buy .price::before{
    content:'¥';    
}

#buy .price::after{
    content:'(税込)';
    font-size:0.3em;
}

#buy .button001 a{
    margin:0;
} 

@media screen and (max-width: 480px) {
    #buy{
        padding:4%;
    }
    
    #buy .pro{
       margin: 0;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    }
    
    #buy .box , .pro{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1em;
}
    
    #buy .box_child , .pro_child{
    min-width:100%;
        margin: 0.5em auto;
}
    
    #buy h2{
        font-size: 1.5em;
    line-height: 1.5em;
    }
    
    #buy .pro_child p{
        font-size:1.363em;
    }
    
    .pro_child .button001{
        margin-top:1em;
    }
    
    #buy .atention{
        font-size:0.9em;
    }
}

#secD{
    max-width: 1200px;
    margin: 2.5em auto;
    background: #fff;
    padding: 2em;
}

#secD h2{
    font-size: 2.7em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 300;
    line-height: 1.5em;
    color: #4e3211;
}

#secD p{
    font-size: 1.094em;
    padding: 1em;
    font-weight: 400;
    color: #695b55;
}

#secD .box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}

@media screen and (max-width: 480px) {
    #secD{
        /*padding:4%;*/
    }
    
    #secD h2{
    font-size:1.8em;
    }
    
    #secD p{
        padding:0;
        font-size:0.9em;
    }
    
    #secD .box{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
}

#secE{
    max-width: 1200px;
    margin: 0 auto;
    background: #dee7e6;
    padding: 2em;
}

#secE .box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

#secE .box_child{
    background: #fff;
    padding: 2%;
    margin: 0.5em;
    width: 48%;
}

#secE h2{
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 1.861em;
    color: #695b55;
    line-height: 1.3;
    padding-left: 148px;
    position: relative;
}

#secE h2.one::before{
    content: url(/img/secE_at.png);
    display: block;
    position: absolute;
    left: 0px;
    width: 146px;
    height: 116px;
}

#secE h2.two::before{
    content: url(/img/secE_bt.png);
    display: block;
    position: absolute;
    left: 0px;
    width: 146px;
    height: 116px;
}

#secE h2.three::before{
    content: url(/img/secE_ct.png);
    display: block;
    position: absolute;
    left: 0px;
    width: 146px;
    height: 116px;
}

#secE h2.four::before{
    content: url(/img/secE_dt.png);
    display: block;
    position: absolute;
    left: 0px;
    width: 146px;
    height: 116px;
}

#secE h2.five::before{
    content: url(/img/secE_et.png);
    display: block;
    position: absolute;
    left: 0px;
    width: 146px;
    height: 116px;
}

#secE h2.six::before{
    content: url(/img/secE_ft.png);
    display: block;
    position: absolute;
    left: 0px;
    width: 146px;
    height: 116px;
}

#secE h2.seven::before{
    content: url(/img/secE_gt.png);
    display: block;
    position: absolute;
    left: 0px;
    width: 146px;
    height: 116px;
}

#secE h2.eight::before{
    content: url(/img/secE_ht.png);
    display: block;
    position: absolute;
    left: 0px;
    width: 146px;
    height: 116px;
}


#secE p{
    color: #4e3211;
    font-size: 1.094em;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    margin: 1.2em 0;
}

#secE .video_box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

#secE .video_box div{
    margin:0.5em;
    width: calc(96% / 4);
}

@media screen and (max-width: 480px) {
    #secE{
        padding:0;
    }
    
    #secE .box_child{
        width: 95%;
    padding: 1em;
    }
 
    
    #secE p{
        font-size: 0.9em;
    }
    
    #secE .atention{
    padding:1em;
}
    
     
    
      #secE h2{
        padding-left:0!important;;
        font-size:1.4em!important;
        line-height:1.5!important;;
    }
    
    #secE .box_child{
        width: 95%!important;
    padding: 1em!important;
        margin: 0.5em auto !important;
    }
}

@media all and (max-width: 940px) {
       #secE h2.one::before , #secE h2.two::before , #secE h2.three::before , #secE h2.four::before , #secE h2.five::before , #secE h2.six::before , #secE h2.seven::before , #secE h2.eight::before{
        content:none;
    }
    
    #secE h2{
        padding-left: 0;
    font-size: 2em;
    line-height: 1.5;
    }
    
    #secE .box_child{
        width: 85%;
    padding: 1.5em;
    margin: 1.5em auto;
    }
     #secE .video_box {
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
         padding:0 1.5em
    }
    #secE .video_box div{
        width: calc(97% / 2);
        margin:0;
    }
}
    

/*プロの協力*/
#secF{
    max-width:1200px;
    margin:6em auto 0 auto;
    font-family:'Noto sans JP';    
    /*background-image: url(/img/secA_t.jpg);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    min-height: 508px;*/
}

#secF h2{
    font-size: 2.7em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 300;
    line-height: 1.5em;
    color:#4e3211;
}

#secF .box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align:stretch;
        -ms-flex-align:stretch;
            align-items:stretch;
    background: #fff;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

#secF .subbox{
    background: #e3e3e3;
    margin: 0 auto;
    padding: 1em 2.5em 3em;
    text-align: center;
}

#secF .box_child{
     width:calc(96% / 6);
}

#secF .box_child p{
    text-align:left;
    margin: 1.1em;
}

#secF .box_child img{
    display:inline-block;
    max-width:80%;
}

#secF .box_child h4{
    color:#695b55;
    margin: 0.5em
}

#secF p.subtxt{
    margin: 1em 0;
    max-width: 100% !important;
}

#secF p{
    font-size: 1.094em;
    line-height: 1.7em;
    font-weight: 400;
    color: #695b55;
    margin: 4em auto;
}

#secF .secF_2{
    background: #e3e3e3;
    margin: 0 auto;
    padding: 2em;
    text-align: center;
}

#secF .secF_2 h3{
    color:#695b55;
    font-size:1.861em;
font-family:'Noto sans JP';   
    font-weight:400;
    text-align:center;
}

#secF .secF_2 h4{
    color:#695b55;
    font-size:1.267em;
font-family:'Noto sans JP';   
    font-weight:700;
    text-align:center;
    line-height: 1.5;
}

#secF .secF_2 p.name{
    color:#695b55;
    font-size:1.094em;
font-family:'Noto sans JP';   
    font-weight:400;
    text-align:center;
    line-height: 1.5;
    margin:1em;
}

#secF .secF_2 div{
    margin: 2em auto;
    background: #fff;
    padding: 2em;
}

#secF .secF_2 img{
    display: inline-block;
    max-width:70%;
}

@media screen and (max-width: 600px) {
    #secF{
        margin: 2em auto 0 auto;
    }
    
    #secF h2{
        font-size:1.8em;
    }
    
    #secF .box{
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1em;
    }
    
    #secF .box_child {
        width: calc(90% / 2)!important;
    margin-top: 1em;
    }
    
    #secF .box_child p{
        font-size: 0.9em;
    /*margin: 0 0 1em 0;*/
    }
    
    #secF p{
        margin: 1em auto;
    font-size: 0.9em;
    max-width: 75%;
    }
    
    #secF .secF_2 div{
        padding:1em;
    }
    #secF .secF_2{
        padding: 1em;
    }
    
    #secF .secF_2 h3{
        font-size:1.1em;
    }
    
    #secF .secF_2 h4{
        font-size:0.9em;
        
    text-align: left;
    }
    
    #secF .secF_2 p.name{
        margin: 1em 0;
    font-size: 0.9em;
    text-align: left;
        max-width:100%;
    }
}

@media all and (max-width: 992px) {
    #secF .box_child {
        width: calc(96% / 3); /* 100%幅を3で割るという指定 */
    }
    
/* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
    #secF .subbox::after{
        content: "";
        display: block;
        width: calc(96% / 3);
    }
}

#secG{
    max-width:1200px;
    margin:0 auto;
    background-image:url('/img/secG_bg.png');
    background-repeat:no-repeat;
    padding:2em;
}

#secG h2{
    font-size: 2.7em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 300;
    line-height: 1.5em;
    color: #4e3211;
}
#secG p{
    font-size: 1.044em;
    color: #4e3211;
    font-weight: 400;
    line-height: 1.7;
}

@media screen and (max-width: 600px) {
    
    #secG{
        padding:1em;
    }
    
    #secG p{
        font-size: 0.9em;
    }
    
    #secG h2{
        font-size: 1.8em;
    }
    
}

#component{
    max-width: 1200px;
    margin: 3.5em auto 0 auto;
}

#component .box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
}

@media screen and (max-width: 480px) {
    #component .box div{
        width: 100%;
    margin: 1em;
    }
}

#secH{
    max-width:1200px;
    margin:0 auto;
    padding:2em;
}
#secH h2{
    font-size: 2.7em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 300;
    line-height: 1.5em;
    color: #4e3211;
}

#secH h3.subt{
    font-size: 2em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 300;
    line-height: 0.8;
    color: #4e3211;
    margin: 0.6em 0 0 0;
}

@media screen and (max-width: 480px) {
    
    #secH{
        padding:1em;
    }
    #secH h2{
        font-size: 1.8em;
    }
    #secH h3.subt{
        font-size:1.4em;
        }    
}

#secI{
    margin: 2.5em auto 0 auto;
    padding: 2em;
    font-family: 'Noto Sans JP';
    background: #e5e5e5;
    color: #634c31;
}

#secI div{
    max-width:1200px;
    margin:0 auto;
}

/***追従するトップへ戻るボタン***/
.pagetop {
  height: 50px;
    width: 50px;
    position: fixed;
    right: 25px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #82bdb9;
    border-radius: 50%;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
    cursor: pointer;
}
.pagetop__arrow {
  display: block;
    height: 10px;
    width: 10px;
    border-top: 3px solid #82bdb9;
    border-right: 3px solid #82bdb9;
    -webkit-transform: translateY(20%) rotate(-45deg);
        -ms-transform: translateY(20%) rotate(-45deg);
            transform: translateY(20%) rotate(-45deg);
}

@media screen and (max-width: 480px) {
    .pagetop{
        right:0;
    }
}
/***トップへ戻るボタンここまで***/
/*サイドご購入ボタン*/
.fix-buybtn{
position: fixed;
    z-index: 1;
    right: 0;
    bottom: 105px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    background-color: #82bdb9;
    padding: 2em 1em;
    color: #fff;
    text-decoration: none;
    font-size: 1.6em;
    font-family: 'Noto Sans JP';
    font-weight: 300;
    border-radius: 10px 0 0 10px;
}

footer{
    background:#82bdb9;
    width:100%;
    font-family:'Noto Sans JP';
}

footer .box{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items:flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 1200px;
        margin:0 auto;
}

footer ul{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-family: 'Noto Sans JP';
    font-size: 1em;
    color: #fff;
    list-style-image: none;
    padding-left: 0;
}

footer ul li{
    padding: 1.2em;
    list-style: none;
}

footer a{
  text-decoration: none;
}

footer p{
    font-family: "Noto Sans JP";
    padding: 3em 0 8em 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    
}

@media screen and (max-width: 480px) {
    .fix-buybtn{
        font-size: 1.1em;
    }
    
    footer ul{
        font-size: 0.9em;
    flex-direction: column;
    margin: 1em;
    }
    
    footer ul li{
        padding: 0.5em;
    list-style: none;
    }
}