@charset "UTF-8";
@import url("grid.css");

:root { /* 色変更される場合は、#以降のカラーコードを変更してください IE非対応 */
    --base-color: #1f303c;
    --link-color: #666;
    --linkhover-color: #999;
    --back-color: #f7f7f7;
    --border-color: #ccc;
    --white-color: #fff;
}

img {
	max-width:100%;
	height: auto;/*高さ自動*/
    display: block;
}
a {
    color: var(--link-color);
    text-decoration-line: none;
}
a:hover { 
    color: var(--linkhover-color);
}

/*ヘッダー
-------------------------------------*/
.header {
	display: flex;
    flex-direction: column;
    padding: 2rem 0 0 0;
    margin-bottom: 10px;
}
.header-box {
	display: none !important;
}
.header #open,#close {
    position: absolute;
    top: 20px;
    right: 12px;
}
nav ul {
	flex-direction: column;
}
.header li {
	padding-top: 0;
}
#open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
#close  {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
#navi {
    display: none;
}
nav ul {
	display: flex;
    flex-direction: column;
    justify-content: space-around;
    list-style: none;
	margin: 1rem 0 0 0;
}
nav li {
	flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}
nav a:hover {
    background-color: var(--back-color);   
}
nav a {
    padding: 0.5rem;
}

@media screen and (min-width: 768px){
.header {
    flex-direction: row;
    margin-bottom: 0;
}
.header-box {
    display: block !important;
	margin-left: auto;
	margin-top: 8px;
}
.contact-button {
	padding: 1rem;
	border: 2px solid var(--base-color);
}
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}
#navi {
    display: block !important;
}
nav ul {
	flex-direction: row;
}
}


    
/*メイン画像
-------------------------------------*/
.mainimg img {
    width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
.section-wrap{
    padding: 14.49vw 0;
}
.gray-back {
	background-color: var(--back-color);
}

@media screen and (min-width: 768px){
    .section-wrap{
        padding: 80px 0;
    }
}

@media screen and (min-width: 1080px){
    .section-wrap{
        padding: 100px 0;
    }
}

/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
}
.catch h2 {
    padding-bottom: 1rem;
}
.under {
    border-bottom: 0.4rem solid var(--base-color);
    padding:0 1rem 1rem 1rem;
}
.center {
	text-align: center;
	margin-bottom: 4rem;
}

/*申し込みの流れ
-------------------------------------*/
.flow.row {
	margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #f3f0ef; 
    padding: 3rem 0;
}
footer h4 {
    border-bottom: 3px solid var(--border-color);
}

/*お問い合わせ
-------------------------------------*/
.contact-box {
	border: 1px solid var(--border-color);
	text-align: center;
	padding: 2rem 0;
}
.table {
	margin: 4rem 0;
}
.table th {
	width: 100%;
	display: block;
}	
.table td {
	display: block;
}

@media screen and (min-width: 768px){
    .table th {
        width: 250px;
        display: table-cell;
    }
    .table td {
        display: table-cell;
    }
}

/*コピーライト
-------------------------------------*/
.copyright {
    color: #000;
    text-align: center;
    padding: 1rem 0;
    background: #f3f0ef;
}
.copyright a {
    color: #000;
    text-decoration: none;
	display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    line-height: 1.1;
    z-index: 20;
}
#pagetop a {
    width: 60px;
    height: 60px;
    display: block;
    background-color: #333;
    border-radius: 50%;
    opacity: 0.9;
    transition: 0.3s;
}
#pagetop a:hover,
#pagetop a:active,
#pagetop a:focus{
    opacity: 0.6;
}
#pagetop a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 25px;
    height: 25px;
    margin: auto;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    font-size: 25px;
    text-align: center;
}





/*
# =================================================================
# カスタマイズ
# =================================================================
*/

body{
    color: #000;
}

.sp{
    display: block!important;
}

.pc{
    display: none!important;
}

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

.flex-box.align-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-box.align-fe {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

.flex-box.row-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
}

.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
  &.fadein-left{
      transform: translate(-30px,0);
  }
  &.fadein-right{
      transform: translate(30px,0);
  }
  &.fadein-up{
      transform: translate(0,-30px);
  }
  &.fadein-bottom{
      transform: translate(0,30px);
  }
  &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}

picture{
    display: block;
    line-height: 1;
}

.b{
    font-weight: 700;
}

.red{
    color: #c8161d;
}

.u-line{
    text-decoration: underline;
}

header{
    display: block;
    padding: 0;
    margin: 0;
    background-color: #000000;
    background-image: url(../images/mv_sp.webp), url(../images/noise-pattern-with-subtle-cross-lines.png);
    background-position: center top;
    background-repeat: no-repeat, repeat;
    background-size: contain, 240px 240px;
}

header .container{
    height: 0;
    padding: 0;
    padding-bottom: calc(100%*770/414);
    position: relative;
}

header .mv-title{
    position: absolute;
    bottom: 13.4375rem;
    left: 0;
    right: 0;
    width: 21.875rem;
    line-height: 1;
    margin: auto;
    filter: drop-shadow(1px 1px 8px rgba(0,0,0,0.75));
}

header .mv-img{
    position: absolute;
    bottom: 2.1875rem;
    left: 0;
    right: 0;
    width: 15.4375rem;
    line-height: 1;
    margin: auto;
}

.section-wrap.section01{
    background-color: #f3f0ef;
    background-image: url(../images/sec01_back_sp.webp), url(../images/rocky-wall.png);
    background-position: center top;
    background-repeat: no-repeat, repeat;
    background-size: contain, 500px 500px;
}

h2.sec-title{
    line-height: 1;
    margin: 0 auto 3.125rem;
}

.section01 h2.sec-title{
    width: 16.375rem;
}

.section01 p{
    font-size: 1.125rem;
    line-height: 1.8;
    text-align: center;
    margin: 0;
}

.section01 p:nth-of-type(n+2){
    margin-top: 2rem;
}

.section01 .img-photo.img02{
    width: 15.625rem;
}

.section01 .img-photo{
    margin: 2.8125rem auto;
}

.section01 .img-photo:last-of-type{
    margin-bottom: 0;
}

.section02 h2.sec-title{
    width: 20.75rem;
}

.section02 p{
    font-size: 1.125rem;
    line-height: 1.8;
    text-align: center;
    margin: 0;
}

.section02 p:nth-of-type(n+2){
    margin-top: 2rem;
}

.section02 .img-photo{
    margin: 2.8125rem auto;
}

.section-wrap.section03{
    background-color: #000;
    background-image: url(../images/sec03_back_sp.webp), url(../images/noise-pattern-with-subtle-cross-lines.png);
    background-position: center top;
    background-repeat: no-repeat, repeat;
    background-size: contain, 240px 240px;
}

.section03 h2.sec-title{
    width: 13.9375rem;
}

.section03 .flex-box:nth-of-type(n+2){
    margin-top: 2.5rem;
}

.section03 .desire-img{
    width: 100%;
    margin: 0 0 -1.1875rem;
}

.section03 .desire-text{
    width: 100%;
    line-height: 1;
    text-align: center;
    margin: 0 auto;
}

.section03 .desire-text img{
    margin: 0 auto;
}

.section03 .desire01 .desire-text{
    width: 13.4375rem;
}

.section03 .desire02 .desire-text{
    width: 19.5625rem;
}

.section03 .desire03 .desire-text{
    width: 18.5rem;
}

.section03 .desire04 .desire-text{
    width: 17.4375rem;
}

.section03 .desire05 .desire-text{
    width: 20.0625rem;
}

.section03 .text-conts{
    margin-top: 3.75rem;
}

.section03 .text-conts p{
    font-size: 1.125rem;
    line-height: 1.8;
    color: #fff;
    text-align: center;
    margin: 0;
}

.section03 .text-conts p:nth-of-type(n+2){
    margin-top: 2rem;
}

.section03 ul{
    width: fit-content;
    margin: 0.9375rem auto -1.0625rem;
    list-style: none;
}

.section03 ul li{
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    margin: 0;
    padding: 0.625rem 0 0.625rem 1.875rem;
    border-bottom: 1px solid #666;
    background: url(../images/icon/check.svg) left 0.75rem no-repeat;
    background-size: 1.375rem 1.375rem;
}

.section03 ul li:first-child{
    border-top: 1px solid #666;
}

.section03 .symptoms-box{
    background: rgba(51,51,51,0.8);
    padding: 3.75rem 0.9375rem 1.5625rem;
    margin-bottom: 1.5625rem;
    position: relative;
}

.section03 .symptoms-box.symptoms01{
    margin-top: 2.5rem;
}

.section03 .symptoms-box h3{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    width: 15.5rem;
    margin: auto;
    padding: 0.375rem 0.9375rem 0.25rem;
    background: linear-gradient(135deg, #d4bf89 0, #b59046 100%);
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}

.section03 .symptoms-box .symptoms-img{
    width: 100%;
}

.section03 .symptoms-box ul{
    width: 100%;
    margin: 1.5625rem 0 0;
}

.section03 .symptoms-box ul li{
    padding: 0 0 0 1.875rem;
    border-bottom: none !important;
    background-position: left 0.125rem;
}

.section03 .symptoms-box ul li:first-child{
    border-top: none;
}

.section03 .symptoms-box ul li:nth-child(n+2){
    margin-top: 0.625rem;
}

.section03 .text-conts.text-conts02{
    margin-top: 2.8125rem;
}

.section-wrap.section04{
    background-color: #02224d;
    background-image: url(../images/sec04_back_sp.webp);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.section04 h2.sec-title{
    width: 14.6875rem;
    margin-bottom: 0.9375rem;
}

.section04 .phromon-img{
    width: 100%;
    max-width: 17.4375rem;
    margin: 0 auto 2.8125rem;
}

.section04 .phromon-text{
    width: 100%;
    max-width: 21.75rem;
    margin: 0 auto;
}

.section05 h2.sec-title{
    width: 100%;
    margin-bottom: 2.5rem;
}

.section05 .flex-box > .flex-col{
    width: 46.9%;
}

.section05 .flex-box > .flex-col:nth-child(n+3){
    margin-top: 2.5rem;
}

.section05 .flex-box > .flex-col:last-child{
    margin-left: auto;
    margin-right: auto;
}

.section05 .flex-box > .flex-col h3{
    line-height: 1;
    margin: 0 auto 0.625rem;
}

.section05 .ingredient01 h3{
    width: 11.1875rem;
}

.section05 .ingredient02 h3{
    width: 6.25rem;
}

.section05 .ingredient03 h3{
    width: 4.8125rem;
}

.section05 .ingredient04 h3{
    width: 5.75rem;
}

.section05 .ingredient05 h3{
    width: 11.0625rem;
}

.section05 .flex-box > .flex-col .ingredient-img{
    margin: 0 0 0.625rem;
}

.section05 .flex-box > .flex-col p{
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0;
}

.grey-back{
    background: #f3f0ef;
}

.section06 h2.sec-title{
    width: 18.875rem;
    margin-bottom: 1.875rem;
}

.section06 .phromon-img{
    margin: 0 auto 1.25rem;
    filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.3));
}

.section06 h3{
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin: 3.75rem 0 1.25rem;
}

.section06 h3 .text-l{
    display: block;
    font-size: 1.625rem;
}

.section06 .manufacturer-img{
    width: 100%;
    margin: 0 0 1.25rem;
}

.section06 .manufacturer-text{
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.section06 .flex-box.agency-flex{
    margin: 1.875rem 0 0;
}

.section06 .flex-box.agency-flex > .flex-col{
    width: 100%;
}

.section06 .flex-box.agency-flex > .flex-col:last-child{
    margin-top: 1.875rem;
}

.section06 .flex-box.agency-flex .agency-logo{
    margin: 0 0 0.9375rem;
}

.section06 .flex-box.agency-flex h4{
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 0.625rem;
}

.section06 .flex-box.agency-flex p{
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0;
}

.section-wrap.section07{
    background: #02224d;
}

.section07 h2.sec-title{
    width: 19.75rem;
    margin-bottom: 2.5rem;
}

.section07 .tga-img{
    width: 100%;
    max-width: 20rem;
    margin: 0 auto 1.5625rem;
}

.section07 .tga-text{
    width: 100%;
}

.section07 h3{
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    margin: 3.75rem 0 1.25rem;
}

.section07 .tga-text h3{
    width: 16.75rem;
    line-height: 1;
    margin: 0 auto 1.5625rem;
}

.section07 .tga-text p{
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    margin: 0;
}

.section07 .flex-box.text-flex > .flex-col{
    width: 30.7%;
    margin: 0;
}

.section07 .flex-box.text-flex > .flex-col:nth-child(n+4){
    margin-top: 3.95%;
}

.section07 .flex-box.text-flex > .flex-col:nth-child(7){
    margin-left: 17.325%;
}

.section07 .flex-box.text-flex > .flex-col:nth-child(8){
    margin-right: 17.325%;
}

.section-wrap.section08{
    background-color: #000;
    background-image: url(../images/noise-pattern-with-subtle-cross-lines.png);
    background-position: center top;
    background-repeat: repeat;
    background-size: 240px 240px;
}

.section08 h2.sec-title{
    width: 20.1875rem;
    margin-bottom: 2.5rem;
}

.section08 .secret-img{
    width: 100%;
    margin: 0 0 1.5625rem;
    position: relative;
}

.section08 .secret-img .phromon-img{
    position: absolute;
    bottom: -2.5rem;
    right: -0.375rem;
    width: 10.875rem;
    margin: auto;
    filter: drop-shadow(1px 1px 6px rgba(0,0,0,0.75));
}

.section08 .secret-text{
    width: 100%;
}

.section08 .secret-text ul{
    list-style: none;
    margin: 0;
}

.section08 .secret-text ul li{
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    margin: 0;
    padding: 0 0 0 1.375rem;
    background: url(../images/icon/circle.svg) left 0.3125rem no-repeat;
    background-size: 1rem 1rem;
}

.section08 .secret-text ul li:nth-child(n+2){
    margin-top: 0.9375rem;
}

.section09 h2.sec-title{
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 1.5625rem;
}

.table-scroll{
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-scroll::before {
    display: block;
    content: "※横にスクロールできます。";
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.section09 .hikaku-table{
    width: 52.5rem;
}

.section-wrap.section10{
    background-color: #412200;
    background-image: url(../images/sec10_back_sp.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

.section10 h2.sec-title{
    width: 100%;
    margin-bottom: 2.5rem;
}

.section10 .flex-box > .flex-col{
    width: 100%;
    background: #fff;
    border: 0.125rem solid #fff;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.3);
}

.section10 .flex-box > .flex-col:nth-child(n+2){
    margin-top: 1.875rem;
}

.section10 .flex-box > .flex-col p{
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    padding: 1.5625rem 0.9375rem 1.25rem;
    margin: 0;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.section10 .flex-box > .flex-col p .text-s{
    display: block;
    font-size: 1.125rem;
    margin-bottom: 0.1875rem;
}

.section-wrap.section11{
    background: url(../images/sec11_img02_sp.webp) center bottom no-repeat;
    background-size: contain;
    padding-bottom: 18.75rem;
}

.section11 h2.sec-title{
    width: 14.5625rem;
}

.section11 p{
    font-size: 1.125rem;
    line-height: 1.8;
    text-align: center;
    margin: 0;
}

.section11 p:nth-of-type(n+2){
    margin-top: 2rem;
}

.section11 .img-photo{
    margin: 2.8125rem auto;
}

.section11 .tyuui{
    font-size: 0.8125rem;
    margin-top: 0.5rem !important;
}

.section11 p .text-l{
    font-size: 1.5rem;
    line-height: 1.5;
}

.section-wrap.section12{
    background-color: #000;
    background-image: url(../images/sec12_back_sp.webp), url(../images/noise-pattern-with-subtle-cross-lines.png);
    background-position: center top;
    background-repeat: no-repeat, repeat;
    background-size: contain, 240px 240px;
}

.section12 h2.sec-title{
    width: 20.1875rem;
    margin-bottom: 2.5rem;
    filter: drop-shadow(1px 1px 6px rgba(0,0,0,0.75));
}

.section12 .phromon-img{
    width: 13.125rem;
    margin: 0 auto 2.1875rem;
}

.section12 .buy-btn{
    width: 20rem;
    line-height: 1;
    margin: 0 auto;
}

.section12 .buy-btn a{
    transition: 0.3s;
}

.section12 .buy-btn a:hover,
.section12 .buy-btn a:active,
.section12 .buy-btn a:focus{
    filter: brightness(1.1);
}

.section-wrap.section13{
    padding: 2.5rem 0;
}

.section13 h2.sec-title{
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 1.25rem;
}

.section13 .flex-box > .flex-col{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 18.375rem;
    background: #000;
    padding: 0.9375rem 1.25rem;
    margin: 0 auto;
    min-height: 6.25rem;
    position: relative;
}

.section13 .flex-box > .flex-col a{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    line-height: 1;
}

.section13 .flex-box > .flex-col:last-child{
    margin-top: 1.25rem;
}

.section13 .flex-box > .flex-col h3{
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin: 0;
}

.section13 .flex-box > .flex-col p{
    font-size: 1.125rem;
    line-height: 1.3;
    color: #fff;
    margin: 0;
}

.section13 .flex-box > .flex-col .line{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section13 .flex-box > .flex-col .line .line-qr{
    width: 4.375rem;
    margin-left: 0.9375rem;
}


footer {
    padding: 1.5625rem 0 0.625rem;
}

.footer-menu{
    margin: 0;
    text-align: center;
}

.footer-menu li{
    display: inline;
    list-style: none;
    font-size: 0.875rem;
    margin: 0;
    padding: 0 0.625rem;
    line-height: 1.3;
}

.footer-menu li:nth-child(n+2){
    border-left: 1px solid #000;
}

.footer-menu li a{
    text-decoration: none;
    color: #000;
}

.footer-menu li a:hover,
.footer-menu li a:active,
.footer-menu li a:focus{
    text-decoration: underline;
}

.copyright{
    padding: 1.25rem 0 0;
}

.copyright small{
    font-size: 0.875rem;
}


/* プライバシーポリシーページ */

.wrap{
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-columns: 100%;
    min-height: 100vh;
}

.privacy-sec h1.main-title{
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 2.5rem;
}

.privacy-sec p{
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0.625rem;
}

.privacy-sec h2{
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    color: #c8161d;
    margin-top: 1.875rem;
    margin-bottom: 0.625rem;
}

.privacy-sec ol li{
    margin-bottom: 0.625rem;
}

.privacy-sec ol ol{
    margin: 0.625rem 0 0 1.25rem;
    font-size: 100%;
}








@media (min-width : 768px){

    .sp{
		display: none!important;
	}

	.pc{
		display: block!important;
	}

    header{
        background-image: url(../images/mv_pc.webp), url(../images/noise-pattern-with-subtle-cross-lines.png);
        background-position: center top;
        background-repeat: no-repeat, repeat;
        background-size: 155.56vw 74.07vw, 240px 240px;
    }
    
    header .container{
        padding-bottom: calc(100%*800/1080);
    }

    header .mv-text{
        position: absolute;
        top: 11.11vw;
        right: 3.70vw;
        width: 49.81vw;
        margin: auto;
    }
    
    header .mv-title{
        position: static;
        width: 100%;
        margin: 0 auto 40px;
        filter: drop-shadow(1px 1px 10px rgba(0,0,0,0.75));
    }

    header .mv-img{
        position: static;
        width: 70.6%;
        margin: 0 auto;
    }
    
    .section-wrap.section01{
        background-image: url(../images/sec01_back_pc.webp), url(../images/rocky-wall.png);
        background-position: center top;
        background-repeat: no-repeat, repeat;
        background-size: contain, 500px 500px;
    }
    
    h2.sec-title{
        margin: 0 auto 65px;
    }

    .section01 h2.sec-title{
        width: 43.6%;
        max-width: 436px;
    }

    .section01 p{
        font-size: 1.8rem;
        line-height: 2.0;
    }
    
    .section01 p:nth-of-type(n+2){
        margin-top: 35px;
    }

    .section01 .img-photo{
        width: 75%;
        max-width: 750px;
        margin: 65px auto;
    }
    
    .section01 .img-photo.img02{
        width: 50%;
        max-width: 500px;
    }
    
    .section02 h2.sec-title{
        width: 58.6%;
        max-width: 586px;
    }

    .section02 p{
        font-size: 1.8rem;
        line-height: 2.0;
    }

    .section02 p:nth-of-type(n+2){
        margin-top: 35px;
    }

    .section02 .img-photo{
        width: 75%;
        max-width: 750px;
        margin: 65px auto;
    }

    .section-wrap.section03{
        background-image: url(../images/sec03_back_pc.webp), url(../images/noise-pattern-with-subtle-cross-lines.png);
        background-position: center top;
        background-repeat: no-repeat, repeat;
        background-size: contain, 240px 240px;
    }

    .section03 h2.sec-title{
        width: 39.4%;
        max-width: 394px;
    }

    .section03 .flex-box{
        position: relative;
        z-index: 0;
    }

    .section03 .flex-box:nth-of-type(n+2){
        margin-top: 65px;
    }

    .section03 .desire-img{
        width: 60%;
        margin: 0;
    }

    .section03 .desire-text{
        width: 48.2% !important;
        text-align: left;
        margin: 0;
        position: relative;
        z-index: 10;
    }

    .section03 .flex-box:nth-of-type(odd) .desire-text{
        margin-right: -8.2%;
    }

    .section03 .flex-box:nth-of-type(even) .desire-text{
        margin-left: -8.2%;
    }

    .section03 .desire-text img{
        margin: 0;
    }
    
    .section03 .desire01 .desire-text img{
        width: 67.0%;
    }

    .section03 .desire02 .desire-text img{
        width: 97.5%;
    }

    .section03 .desire03 .desire-text img{
        width: 92.1%;
    }
    
    .section03 .desire04 .desire-text img{
        width: 86.7%;
    }
    
    .section03 .desire05 .desire-text img{
        width: 100%;
    }
    
    .section03 .text-conts{
        margin-top: 80px;
    }
    
    .section03 .text-conts p{
        font-size: 1.8rem;
        line-height: 2.0;
    }
    
    .section03 .text-conts p:nth-of-type(n+2){
        margin-top: 35px;
    }
    
    .section03 ul{
        margin: 20px auto -15px;
    }
    
    .section03 ul li{
        font-size: 2.0rem;
        padding: 13px 0 9px 32px;
        background-position: left 15px;
        background-size: 22px 22px;
    }
    
    .section03 .symptoms-box{
        padding: 30px;
        margin-bottom: 40px;
    }
    
    .section03 .symptoms-box.symptoms01{
        margin-top: 55px;
    }
    
    .section03 .symptoms-box h3{
        font-size: 2.4rem;
        width: 61.5%;
        padding: 10px 50px 7px 20px;
        clip-path: polygon(0 0, 100% 0, calc(100% - 35px) 100%, 0 100%);
    }
    
    .section03 .symptoms-box .symptoms-img{
        width: 34.8%;
    }
    
    .section03 .symptoms-box ul{
        width: 62%;
        margin: 50px 0 0;
    }
    
    .section03 .symptoms-box ul li{
        padding: 0 0 0 32px;
        background-position: left 2px;
    }
    
    .section03 .symptoms-box ul li:nth-child(n+2){
        margin-top: 10px;
    }
    
    .section03 .text-conts.text-conts02{
        margin-top: 65px;
    }
    
    .section-wrap.section04{
        background: url(../images/sec04_back_pc.webp) center no-repeat;
        background-size: cover;
    }
    
    .section04 h2.sec-title{
        width: 82.3%;
        max-width: 823px;
        margin-bottom: 80px;
    }
    
    .section04 .phromon-img{
        width: 39.4%;
        max-width: 464px;
        margin: 0 -2.5% 0 0;
    }
    
    .section04 .phromon-text{
        width: 63.5%;
        max-width: 565px;
        margin: 0 -0.4% 0 0;
    }
    
    .section05 h2.sec-title{
        margin-bottom: 65px;
    }
    
    .section05 .flex-box > .flex-col{
        width: 29%;
        margin: 0 !important;
    }
    
    .section05 .flex-box > .flex-col:nth-child(n+4){
        margin-top: 6.5% !important;
    }
    
    .section05 .flex-box > .flex-col:nth-child(4){
        margin-left: 17.75% !important;
    }

    .section05 .flex-box > .flex-col:nth-child(5){
        margin-right: 17.75% !important;
    }
    
    .section05 .flex-box > .flex-col h3{
        margin: 0 auto 15px;
    }

    .section05 .ingredient01 h3{
        width: 99.7%;
    }

    .section05 .ingredient02 h3{
        width: 54.8%;
    }
    
    .section05 .ingredient03 h3{
        width: 39.3%;
    }
    
    .section05 .ingredient04 h3{
        width: 50.3%;
    }
    
    .section05 .ingredient05 h3{
        width: 97.2%;
    }
    
    .section05 .flex-box > .flex-col .ingredient-img{
        margin: 0 auto 15px;
    }
    
    .section05 .flex-box > .flex-col p{
        font-size: 1.6rem;
    }
    
    .section06 h2.sec-title{
        width: 53.3%;
        max-width: 533px;
        margin-bottom: 30px;
    }
    
    .section06 .phromon-img{
        width: 80%;
        max-width: 600px;
        margin: 0 auto 35px;
        filter: drop-shadow(1px 1px 8px rgba(0,0,0,0.3));
    }

    .section06 .phromon-ingredient{
        width: 80%;
        max-width: 580px;
        margin: 0 auto;
    }
    
    .section06 h3{
        font-size: 2.4rem;
        margin: 70px 0 30px;
    }
    
    .section06 h3 .text-l{
        font-size: 3.0rem;
    }
    
    .section06 .manufacturer-img{
        width: 40%;
        margin: 0;
    }
    
    .section06 .manufacturer-text{
        width: 55%;
        font-size: 1.8rem;
        line-height: 1.8;
    }
    
    .section06 .flex-box.agency-flex{
        margin: 40px 0 0;
    }
    
    .section06 .flex-box.agency-flex > .flex-col{
        width: 47%;
        margin: 0 !important;
    }
    
    .section06 .flex-box.agency-flex .agency-logo{
        margin: 0 0 15px;
    }
    
    .section06 .flex-box.agency-flex h4{
        font-size: 2.0rem;
        margin: 0 0 10px;
    }
    
    .section06 .flex-box.agency-flex p{
        font-size: 1.6rem;
    }
    
    .section07 h2.sec-title{
        width: 55.8%;
        max-width: 558px;
        margin-bottom: 50px;
    }
    
    .section07 .tga-img{
        width: 48%;
        max-width: 540px;
        margin: 0;
    }
    
    .section07 .tga-text{
        width: 46.3%;
    }
    
    .section07 h3{
        font-size: 3.0rem;
        line-height: 1.3;
        margin: 70px 0 25px;
    }
    
    .section07 .tga-text h3{
        width: 100%;
        margin: 0 auto 30px;
    }
    
    .section07 .tga-text p{
        font-size: 1.8rem;
    }
    
    .section07 .flex-box.text-flex > .flex-col{
        width: 22%;
        margin: 0 !important;
    }
    
    .section07 .flex-box.text-flex > .flex-col:nth-child(n+5){
        margin-top: 4% !important;
    }

    .section-wrap.section08{
        padding: 50px 0;
    }
    
    .section08 h2.sec-title{
        width: 100%;
        margin-bottom: 40px;
        filter: drop-shadow(1px 1px 10px rgba(0,0,0,0.85));
    }

    .section08 .flex-box{
        position: relative;
    }
    
    .section08 .secret-img{
        width: 52%;
        margin: 0;
    }
    
    .section08 .secret-img .phromon-img{
        position: absolute;
        bottom: 1.7%;
        right: -1.1%;
        width: 53.4%;
        filter: drop-shadow(1px 1px 8px rgba(0,0,0,0.75));
    }
    
    .section08 .secret-text{
        position: relative;
        width: 57%;
        margin: 0 -9% 0 0;
        z-index: 10;
    }

    .section08 .secret-text ul{
        width: 78%;
    }
    
    .section08 .secret-text ul li{
        font-size: 2.0rem;
        padding: 0 0 0 22px;
        background-position: left 5px;
        background-size: 16px 16px;
    }
    
    .section08 .secret-text ul li:nth-child(n+2){
        margin-top: 15px;
    }
    
    .section09 h2.sec-title{
        font-size: 3.6rem;
        margin: 0 0 25px;
    }
    
    .table-scroll::before {
        content: none;
    }
    
    .section09 .hikaku-table{
        width: 100%;
    }
    
    .section-wrap.section10{
        background: url(../images/sec10_back_pc.webp) center no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    
    .section10 h2.sec-title{
        width: 74.1%;
        max-width: 741px;
        margin-bottom: 50px;
    }
    
    .section10 .flex-box > .flex-col{
        width: 100%;
        max-width: 550px;
        margin: 0 auto;
        border: 3px solid #fff;
        box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
    }
    
    .section10 .flex-box > .flex-col:nth-child(n+2){
        margin-top: 50px;
    }
    
    .section10 .flex-box > .flex-col p{
        font-size: 2.8rem;
        padding: 25px 20px 20px;
    }
    
    .section10 .flex-box > .flex-col p .text-s{
        font-size: 2.0rem;
        margin-bottom: 3px;
    }
    
    .section-wrap.section11{
        background: url(../images/sec11_img02_pc.webp) center bottom no-repeat;
        background-size: 177.78vw 50.93vw;
        padding-bottom: calc(50.93vw + 80px)
    }
    
    .section11 h2.sec-title{
        width: 41.1%;
        max-width: 411px;
    }
    
    .section11 p{
        font-size: 1.8rem;
        line-height: 2.0;
    }

    .section11 p:nth-of-type(n+2){
        margin-top: 35px;
    }

    .section11 .img-photo{
        width: 75%;
        max-width: 750px;
        margin: 65px auto;
    }
    
    .section11 .tyuui{
        font-size: 1.4rem;
        margin-top: 5px !important;
    }
    
    .section11 p .text-l{
        font-size: 2.4rem;
        line-height: 1.5;
    }
    
    .section-wrap.section12{
        background-image: url(../images/sec12_back_pc.webp), url(../images/noise-pattern-with-subtle-cross-lines.png);
        background-position: center top;
        background-repeat: no-repeat, repeat;
        background-size: contain, 240px 240px;
    }
    
    .section12 h2.sec-title{
        width: 53.8%;
        max-width: 538px;
        margin-bottom: 45px;
        filter: drop-shadow(1px 1px 10px rgba(0,0,0,0.75));
    }
    
    .section12 .phromon-img{
        width: 35%;
        max-width: 350px;
        margin: 0 auto 55px;
    }

    .section12 .buy-btn{
        width: 55%;
        max-width: 550px;
    }
    
    .section-wrap.section13{
        padding: 50px 0;
    }
    
    .section13 h2.sec-title{
        font-size: 2.6rem;
        margin-bottom: 25px;
    }

    .section13 .flex-box{
        max-width: 680px;
        margin: 0 auto;
    }
    
    .section13 .flex-box > .flex-col{
        width: 48.5%;
        max-width: none;
        padding: 15px 25px;
        margin: 0 !important;
        min-height: 110px;
    }
    
    .section13 .flex-box > .flex-col h3{
        font-size: 2.2rem;
    }
    
    .section13 .flex-box > .flex-col p{
        font-size: 2.0rem;
    }
    
    .section13 .flex-box > .flex-col .line .line-qr{
        width: 80px;
        margin-left: 15px;
    }
    
    footer {
        padding: 30px 0 15px;
    }
    
    .footer-menu li{
        font-size: 1.6rem;
        padding: 0 15px;
    }
    
    .copyright{
        padding: 20px 0 0;
    }
    
    .copyright small{
        font-size: 1.4rem;
    }

    
    /* プライバシーポリシーページ */
    .privacy-sec .container{
        max-width: 930px;
    }

    .privacy-sec h1.main-title{
        font-size: 3.8rem;
        margin-bottom: 50px;
    }
    
    .privacy-sec p{
        font-size: 1.6rem;
        line-height: 1.8;
        margin-bottom: 15px;
    }
    
    .privacy-sec h2{
        font-size: 2.4rem;
        margin-top: 40px;
        margin-bottom: 15px;
    }
    
    .privacy-sec ol li{
        margin-bottom: 15px;
    }
    
    .privacy-sec ol ol{
        margin: 15px 0 0 20px;
    }





 
    
    




}




@media (min-width : 1080px){

    header{
        background-size: 1680px 800px, 240px 240px;
    }
    
    header .container{
        height: 800px;
        padding-bottom: 0;
    }

    header .mv-text{
        top: 120px;
        right: 40px;
        width: 538px;
    }

    h2.sec-title{
        margin: 0 auto 80px;
    }

    .section01 p{
        font-size: 2.0rem;
    }

    .section01 p:nth-of-type(n+2){
        margin-top: 40px;
    }

    .section01 .img-photo{
        margin: 80px auto;
    }

    .section02 p{
        font-size: 2.0rem;
    }

    .section02 p:nth-of-type(n+2){
        margin-top: 40px;
    }

    .section02 .img-photo{
        margin: 80px auto;
    }

    .section03 .flex-box:nth-of-type(n+2){
        margin-top: 80px;
    }

    .section03 .text-conts{
        margin-top: 100px;
    }

    .section03 .text-conts p{
        font-size: 2.0rem;
    }

    .section03 .text-conts p:nth-of-type(n+2){
        margin-top: 40px;
    }

    .section03 ul{
        margin: 25px auto -15px;
    }

    .section03 ul li{
        font-size: 2.4rem;
        padding: 13px 0 9px 40px;
        background-position: left 14px;
        background-size: 28px 28px;
    }

    .section03 .symptoms-box{
        padding: 40px;
    }

    .section03 .symptoms-box.symptoms01{
        margin-top: 70px;
    }

    .section03 .symptoms-box h3{
        font-size: 2.8rem;
        padding: 13px 50px 9px 20px;
    }

    .section03 .symptoms-box ul{
        margin: 60px 0 0;
    }

    .section03 .symptoms-box ul li{
        padding: 0 0 0 40px;
    }

    .section03 .text-conts.text-conts02{
        margin-top: 80px;
    }

    .section04 h2.sec-title{
        margin-bottom: 100px;
    }

    .section04 .phromon-img{
        width: 46.4%;
    }
    
    .section04 .phromon-text{
        width: 56.5%;
    }

    .section05 h2.sec-title{
        margin-bottom: 80px;
    }

    .section05 .flex-box > .flex-col h3{
        margin: 0 auto 20px;
    }
    
    .section05 .flex-box > .flex-col .ingredient-img{
        margin: 0 auto 20px;
    }

    .section06 h2.sec-title{
        margin-bottom: 40px;
    }

    .section06 h3{
        font-size: 2.8rem;
        margin: 90px 0 40px;
    }
    
    .section06 h3 .text-l{
        font-size: 3.6rem;
    }

    .section06 .manufacturer-img{
        width: 48%;
    }
    
    .section06 .manufacturer-text{
        width: 48%;
    }

    .section06 .flex-box.agency-flex{
        margin: 50px 0 0;
    }

    .section07 h2.sec-title{
        margin-bottom: 60px;
    }

    .section07 .tga-img{
        width: 54%;
    }
    
    .section07 .tga-text{
        width: 38.3%;
    }

    .section07 h3{
        font-size: 3.6rem;
        line-height: 1.3;
        margin: 90px 0 30px;
    }

    .section07 .tga-text h3{
        margin: 0 auto 40px;
    }
    
    .section07 .tga-text p{
        font-size: 2.0rem;
    }

    .section08 h2.sec-title{
        margin-bottom: 50px;
    }

    .section08 .secret-img{
        width: 54%;
    }
    
    .section08 .secret-text{
        width: 57%;
        margin: 0 -11% 0 0;
    }

    .section08 .secret-text ul{
        width: 76%;
    }

    .section08 .secret-text ul li{
        font-size: 2.4rem;
        padding: 0 0 0 28px;
        background-position: left 6px;
        background-size: 20px 20px;
    }

    .section09 h2.sec-title{
        font-size: 4.4rem;
        margin: 0 0 30px;
    }

    .section10 h2.sec-title{
        margin-bottom: 60px;
    }

    .section10 .flex-box > .flex-col{
        width: 47.5%;
        max-width: 475px;
        margin: 0 !important;
    }
    
    .section10 .flex-box > .flex-col:nth-child(n+3){
        margin-top: 5% !important;
    }

    .section10 .flex-box > .flex-col:last-child{
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .section-wrap.section11{
        background-size: contain;
        padding-bottom: calc(28.65vw + 100px);
    }

    .section11 p{
        font-size: 2.0rem;
    }

    .section11 p:nth-of-type(n+2){
        margin-top: 40px;
    }

    .section11 .img-photo{
        margin: 80px auto;
    }

    .section11 p .text-l{
        font-size: 2.6rem;
    }

    .section12 h2.sec-title{
        margin-bottom: 55px;
    }

    .section12 .phromon-img{
        margin: 0 auto 70px;
    }

    .section-wrap.section13{
        padding: 60px 0;
    }

    .section13 h2.sec-title{
        font-size: 3.0rem;
        margin-bottom: 30px;
    }


}



