@charset "UTF-8";
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}li{list-style:none}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}li {list-style:none;}

/* CSS Document */
html {
    font-size: 62.5%;
    font-weight: 500;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
	list-style: none;
}
body {
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    font-size: 1.6rem; /*16px*/
    line-height: 1.5;
    color: #000;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    background-color: #fff;
    position: relative;
}
.dispNon--pc, .dispNon--pctab, .dispNon--pcsp  {display: none;}
.dispNon--tab, .dispNon--sp, .dispNon--tabsp {display: block;}
a {
    text-decoration: none;
    color: #000;
    display: block;
}
a, img {
    width: 100%;
    display: block;
    vertical-align: bottom;
    transition: all .3s ease;
}
a:hover, a:hover img {
    transition: all .3s ease;
}
.posi--center {
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%); 
}
.fadeIn {
    transition: all .3s ease;
    transition-delay: .3s;
}
.fadeUp {
    transition: all .3s ease;
    transition-delay: .3s;
}
.fadeLeft,
.fadeRight {
    transition: all .3s ease;
    transition-delay: .3s;
}
.txtalign__r {
    text-align: right;
}
.txtalign__l {
    text-align: left;
}
.txtalign__j {
    text-align: justify;
}
.inner {
    width: min(100%, 1160px);
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    position: relative;
}
.flex {
    display: flex;
}
.js-fade {
    opacity: 0;
}
.loading {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 102;
    background-color: #fff;
    transition: all .3s ease;
}
.loading.opacitynone {
    display: none;
}
.loading__img {
    color: #00478a;
    font-size: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-indent: -9999em;
    -webkit-animation: load4 2s infinite linear;
            animation: load4 2s infinite linear;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}
@keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}
@-webkit-keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}
@-moz-keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

/* header */
.header {
    width: 100%;
    height: 95px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.header .inner {
    height: 100%;
}
.header__logo {
    width: 240px;
    position: absolute;
    top: 50%;
    left: 42px;
    transform: translateY(-50%);
}
.nav--pc {
    position: absolute;
    top: 50%;
    right: 42px;
    transform: translateY(-50%);
}
.nav__list {
    display: flex;
}
.nav__list li {
    margin-right: 55px;
}
.nav__list li:last-child {
    margin-right: 0;
}
.nav__list li a {
    font-size: 23px;
    font-weight: 500;
}
.nav.nav--sp {
    display: none;
}

/* main */
.content {
    padding-top: 95px;
}
.sec__ttl {
    width: 440px;
    height: 60px;
    margin: 0 auto 20px;
    position: relative;
    text-align: center;
}
.sec__ttl::before, .sec__ttl::after {
    content: "";
    width: 50.5%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.sec__ttl::before {
    left: 0;
    background-color: #6e3913;
    border-top-left-radius: 100vw;
    border-bottom-left-radius: 100vw;
}
.sec__ttl::after {
    right: 0;
    background-color: #f27200;
    border-top-right-radius: 100vw;
    border-bottom-right-radius: 100vw;
}
.sec__ttl span {
    z-index: 2;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 34px;
    position: absolute;
    top: 48%;
    left: 49.5%;
    transform: translate(-50%,-50%);
}

/* fv */
.fv {
    width: 100%;
    position: relative;
    margin-bottom: 57px;
}
.fv__package {
    width: 19.6%;
    margin: -.5vw auto 0;
}
.fv__explanation {
    width: 31.4%;
    position: absolute;
    top: 64vw;
    left: 50%;
    margin-left: -45.5%;
}
.fv__productname {
    width: 29.6%;
    position: absolute;
    top: 63.5vw;
    left: 50%;
    margin-left: 14.6%;
}

/* 成分 */
.component {
    margin-bottom: 60px;
}
.component__wrap {
    width: 100%;
    position: relative;
    padding: 35px 0 30px;
}
.component__wrap::before, .component__wrap::after {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.component__wrap::before {
    left: 0;
    background-color: #6e3913;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.component__wrap::after {
    right: 0;
    background-color: #f27200;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.component__wrap .flex {
    position: relative;
    z-index: 2;
}
.component__l, .component__r {
    width: 50%;
    position: relative;
}
.component__l__ttl {
    width: 453px;
    margin: 0 0 30px 57px;
}
.component__r__ttl {
    width: 413px;
    margin: 0 0 26px 61px;
}
.component__l__img {
    width: 350px;
    margin: 0 0 0 68px;
}
.component__r__img {
    width: 325px;
    margin: 0 0 45px 105px;
}
.component__txt {
    text-align: center;
    font-size: 19px;
    line-height: 2em;
    color: #fff;
    letter-spacing: .12em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
}
.component__txt__note {
    font-size: .8em;
    line-height: 1.9em;
    color: #ffef00;
    letter-spacing: 0;
    display: inline-block;
}
.component__txt--l-column {
    margin-bottom: 10px;
}
.component__r .component__txt {
    line-height: 1em;
}
.component__txt--r-column {
    margin-bottom: 11.5px;
}
.component__txt--center {
    margin-top: 2em;
}
.component__txt--center, .component__txt--center02 {
    position: relative;
    z-index: 2;
    line-height: 1.3em;
}
.component__txt--center .component__txt__note {
    color: #fff;
}
.component__txt--center02 {
    margin-top: 1em;
}

/* 映像ギャラリー */
.gallery {
    margin-bottom: 95px;
}
.gallery__cm__ttl {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    margin-top: .5em;
    margin-bottom: 2em;
}
.gallery__cm__ttl:last-of-type {
    margin-bottom: 3em;
}
.gallery__song__ttl {
    width: 440px;
    height: 60px;
    margin: 0 auto 20px;
    position: relative;
    text-align: center;
    background-color: #f27200;
    border-radius: 100vw;
}
.gallery__song__ttl span {
    z-index: 2;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.gallery__song__thum {
    width: 93%;
    margin: -60px 0 0 4.3%;
}
.gallery__song__kashi {
    width: 44.3%;
    margin: -30px auto 70px;
    position: relative;
}
.gallery__song__L-ojisan, .gallery__song__R-ojisan {
    position: absolute;
}
.gallery__song__L-ojisan {
    width: 15.3%;
    top: 175px;
    left: -30%;
}
.gallery__song__R-ojisan {
    width: 15%;
    top: 120px;
    right: -27%;
}
.gallery__song__gakuhu {
    width: 97%;
    margin: 0 auto 100px;
}
.gallery__dl__btn {
    width: 440px;
    margin: 0 auto 20px;
    position: relative;
    text-align: center;
    background-color: #f27200;
    border-radius: 100vw;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    padding: 3.5px 0 5.5px;
    margin-bottom: 45px;
}
.gallery__dl__btn:hover {
    background-color: #805831;
}
.gallery__dl__txt {
    font-size: 23px;
    text-align: center;
    font-weight: 400;
    letter-spacing: -.015em;
}
.gallery__dl__l, .gallery__dl__r {
    position: absolute;
}
.gallery__dl__l {
    width: 248px;
    bottom: -40px;
    left: 50px;
}
.gallery__dl__r {
    width: 269px;
    bottom: 17px;
    right: 20px;
}
.gallery__dl__r::after {
    content: "クリック！";
    position: absolute;
    font-size: 21px;
    font-weight: 800;
    top: 40px;
    left: -50px;
    transform: rotate(-25deg);
}
.gallery__inner {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}
.gallery__inner.gallery__inner--tate {
    aspect-ratio: 9 / 16;
    width: 65%;
    margin: 0 auto;
}
.modal {
    display: none;
}
.gallery__inner iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* 製品情報 */
.information {
    margin-bottom: 100px;
}
.information .sec__ttl {
    margin-bottom: 50px;
}
.information .flex {
    margin: 0 auto;
    position: relative;
    justify-content: center;
}
.information__img {
    width: 33.8%;
    margin-right: 95px;
}
.information__name01 {
    width: 279px;
    margin-bottom: 20px;
}
.information__name02 {
    width: 464px;
    margin-bottom: 30px;
}
.information__catchphrase {
    font-size: 33.5px;
    line-height: 1.2em;
    text-align: justify;
    font-weight: 500;
    margin-bottom: 35px;
}
.information__catchphrase span {
    letter-spacing: .085em;
}
.information__price {
    width: 464px;
}
.information__price th, .information__price td {
    font-size: 21px;
    font-weight: 500;
    text-align: left;
}
.information__price .ttl {
    border-bottom: 1px solid #000;
}
.information__price .ttl th {
    padding: .5em 0;
}
.information__price td {
    padding: .3em 0;
}
.information__r {
    position: relative;
}
.information__link {
    width: 38%;
    margin: 0 auto;
    border: 1px solid #000;
    border-radius: 100vw;
    text-align: center;
    font-size: 17px;
    line-height: 1em;
    font-weight: 500;
    padding: 10px 0;
    margin-top: 25px;
}
.information__link span {
    padding-right: 1.2em;
    background: url("../img/information__arrow.svg") no-repeat right center;
    background-size: 15px;
    transition: all 0.3s ease;
}
.information__link:hover {
    border-color: #f27200;
    background-color: #f27200;
    color: #fff;
}
.information__link:hover span {
    background: url("../img/information__arrow--w.svg") no-repeat right center;
    background-size: 15px;
}

/* 購入 */
.buy__wrap {
    width: 100%;
    padding: 58px 0;
    background-color: #f27200;
}
.buy .flex {
    align-items: center;
    justify-content: space-between;
}
.buy__ttl {
    font-size: 35px;
    font-weight: 800;
    color: #fff;
}
.buy__l p {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3em;
    padding-top: .3em;
}
.buy__r {
    width: 59%;
    position: relative;
}
.buy__r__bn {
    width: calc((100% - 30px) / 2 );
    position: relative;
    background: url("../img/buy__bg__bn.png") no-repeat center center;
    background-size: 100% auto;
}
.buy__r__bn :hover img {
    opacity: .7;
}
.buy__r__bn:first-of-type {
    margin-right: 30px;
}
.buy__r__bn p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .05em;
    position: absolute;
    line-height: 1em;
    bottom: .5em;
    left: 50%;
    transform: translateX(-50%);
}
.buy__copy {
    width: 85%;
    margin: 0 auto;
}
.buy__mens {
    width: 57.5%;
    margin: -141px 0 0 20%;
}
.buybtn {
    width: 160px;
    height: 160px;
    border-radius: 100vw;
    position: fixed;
    bottom: 20px;
    right: -190px;
    background: url("../img/kouyu__arrow.svg") no-repeat center bottom 6% #d50000;
    background-size: 14.8% auto;
    z-index: 50;
    transition: right .3s ease;
}
.buybtn.active {
    right: 20px;
}
.buybtn span {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 21px;
    letter-spacing: .05em;
    font-weight: 700;
    line-height: 1.1em;
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
}
.buybtn::before {
    content: "";
    width: 48.4%;
    height: 100%;
    position: absolute;
    top: -37px;
    left: 50%;
    transform: translateX(-50%);
    background: url("../img/kouyu__img.png") no-repeat top center;
    background-size: 100% auto;
}
.buybtn:hover {
    background: url("../img/kouyu__arrow--hover.svg") no-repeat center bottom 6% #6e3913;
    background-size: 14.8% auto;
}

/* footer */
.footer {
    padding: 58px 0;
}
.footer .inner.flex {
    justify-content: space-between;
    align-items: center;
}
.footer__l {
    width: 16.3%;
}
.footer__nav {
    margin-bottom: 20px;
}
.footer__nav li {
    margin-right: 40px;
}
.footer__nav li:last-child {
    margin-right: 0;
}
.footer__nav li a {
    font-size: 14px;
    font-weight: 400;
}
.footer__copyright {
    font-size: 10px;
    letter-spacing: .1em;
    text-align: right;
    font-weight: 400;
    line-height: 2em;
}
.footer__copyright span {
    font-size: 1.9em;
    vertical-align: -webkit-baseline-middle;
}


/* ----------------------------------------------------------------------------------------------------*/
/* breakpoint TAB -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/


@media (max-width: 1159px) {
    html {
        font-size: .85vw;
    }
    body {
        font-size: 1rem;
    }
    .dispNon--tab, .dispNon--pctab, .dispNon--tabsp {display: none;}
    .dispNon--pc, .dispNon--sp, .dispNon--pcsp  {display: block;}
    
    /* header */
    .header {
        height: 80px;
    }
    .header__logo {
        width: 18vw;
        left: 4rem;
    }
    .nav--pc {
        right: 4rem;
    }
    .nav__list li {
        margin-right: 5rem;
    }
    .nav__list li a {
        font-size: 2.3rem;
    }

    /* main */
    .content {
        padding-top: 80px;
    }
    .sec__ttl {
        width: 38%;
        height: 5.17vw;
        margin: 0 auto 2rem;
    }
    .sec__ttl span {
        font-size: 3.4rem;
    }
    
    /* fv */
    .fv {
        margin-bottom: 7.6vw;
    }
    .fv__explanation {
        top: 72vw;
    }
    .fv__productname {
        top: 71.5vw;
    }


    /* 成分 */
    .component {
        margin-bottom: 6rem;
    }
    .component__wrap {
        padding: 3.5rem 0 3rem;
    }
    .component__wrap::before {
        border-top-left-radius: 2rem;
        border-bottom-left-radius: 2rem;
    }
    .component__wrap::after {
        border-top-right-radius: 2rem;
        border-bottom-right-radius: 2rem;
    }
    .component__l__ttl {
        width: 82.3%;
        margin: 0 0 3rem 5.7rem;
    }
    .component__r__ttl {
        width: 75.1%;
        margin: 0 0 2.6rem 6.1rem;
    }
    .component__l__img {
        width: 63.6%;
        margin: 0 0 0 6.8rem;
    }
    .component__r__img {
        width: 59.1%;
        margin: 0 0 4.5rem 10.5rem;
    }
    .component__txt {
        font-size: 1.9rem;
    }
    .component__txt--l-column {
        margin-bottom: 1rem;
    }
    .component__txt--r-column {
        margin-bottom: 1.15rem;
    }
    
    /* 映像ギャラリー */
    .gallery {
        margin-bottom: 9.5rem;
    }
    .gallery__cm__ttl {
        font-size: 3.4rem;
    }
    .gallery__song__ttl {
        width: 38%;
        height: 5.17vw;
        margin: 0 auto 2rem;
    }
    .gallery__song__ttl span {
        font-size: 3.4rem;
    }
    .gallery__song__thum {
        margin: -6rem 0 0 4.3%;
    }
    .gallery__song__kashi {
        margin: -4rem auto 7rem;
    }
    .gallery__song__L-ojisan {
        top: 17.5rem;
    }
    .gallery__song__R-ojisan {
        top: 12rem;
    }
    .gallery__song__gakuhu {
        margin: 0 auto 10rem;
    }
    .gallery__dl__btn {
        width: 38%;
        margin: 0 auto 2rem;
        font-size: 3.4rem;
        padding: .35rem 0 .55rem 0;
        margin-bottom: 4.5rem;
    }
    .gallery__dl__txt {
        font-size: 2.3rem;
    }
    .gallery__dl__l {
        width: 21.3%;
        bottom: -5rem;
        left: 6rem;
    }
    .gallery__dl__r {
        width: 23.1%;
        bottom: 1.5rem;
        right: 3.5rem;
    }
    .gallery__dl__r::after {
        font-size: 2.1rem;
        top: 4rem;
        left: -5rem;
    }
    .gallery__dl__btn:hover {
        background-color: #f27200;
    }

    /* 製品情報 */
    .information {
        margin-bottom: 10rem;
    }
    .information .sec__ttl {
        margin-bottom: 4.3vw;
    }
    .information__img {
        width: 33.8%;
        margin-right: 8.5%;
    }
    .information__r {
        width: 42%;
    }
    .information__name01 {
        width: 61%;
        margin-bottom: 2rem;
    }
    .information__name02 {
        width: 100%;
        margin-bottom: 3rem;
    }
    .information__catchphrase {
        font-size: 3.23rem;
        margin-bottom: 3.5rem;
    }
    .information__price {
        width: 100%;
    }
    .information__price th, .information__price td {
        font-size: 2.1rem;
    }
    .information__link {
        width: 38%;
        font-size: 1.7rem;
        padding: 1rem 0;
        margin-top: 2.5rem;
    }
    .information__link span {
        background: url("../img/information__arrow.svg") no-repeat right center;
        background-size: 1.5rem;
    }
    .information__link:hover {
        border-color: #000;
        background-color: #fff;
    }
    .information__link:hover span {
        background: url("../img/information__arrow.svg") no-repeat right center;
        background-size: 1.5rem;
        color: #000;
    }


    /* 購入 */
    .buy__wrap {
        padding: 5.8rem 0;
    }
    .buy__ttl {
        font-size: 3.5rem;
    }
    .buy__l p {
        font-size: 2.3rem;
    }
    .buy__r__bn {
        width: calc((100% - 3rem) / 2 );
    }
    .buy__r__bn:first-of-type {
        margin-right: 3rem;
    }
    .buy__r__bn :hover img {
        opacity: 1;
    }
    .buy__r__bn p {
        font-size: 1.4rem;
    }
    .buy__copy {
        width: 97.5%;
        margin: 2.3rem auto 0;
    }
    .buy__mens {
        width: 63%;
        margin: -13.5vw 0 0 17.5%;
    }
    .buybtn {
        width: 16rem;
        height: 16rem;
        bottom: 20px;
        right: -20rem;
    }
    .buybtn.active {
        right: 30px;
    }
    .buybtn span {
        font-size: 2.1rem;
    }
    .buybtn::before {
        top: -3.7rem;
    }
    .buybtn:hover {
        background-color: #d50000;
    }

    /* footer */
    .footer {
        padding: 5.8rem 0;
    }
    .footer__nav {
        margin-bottom: 2rem;
    }
    .footer__nav li {
        margin-right: 4rem;
    }
    .footer__nav li a {
        font-size: 1.4rem;
    }
    .footer__copyright {
        font-size: 1rem;
    }



}


/* ----------------------------------------------------------------------------------------------------*/
/* breakpoint SP -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {

    html {
        font-size: 1.32vw;
    }
	body {
		width: 100%;
		min-width: 320px;
		max-width: 100%;
        font-size: 1rem;
	}
    .dispNon--sp, .dispNon--pasp, .dispNon--pcsp, .dispNon--tabsp {display: none;}
    .dispNon--pc, .dispNon--tab, .dispNon--pctab {display: block;}   
    .inner {
        padding-left: 8.4vw;
        padding-right: 8.4vw;
    }
    
    /* header */
    .header {
        height: 50px;
    }
    .header .inner {
        padding: 0;
    }
    .header__logo {
        width: 24vw;
        left: 3.4vw;
    }
    .header__cart {
        width: 13.5vw;
        position: absolute;
        top: 50%;
        right: 12.4vw;
        transform: translateY(-50%);
    }
    .header__menubtn {
        width: 4.8vw;
        height: 4vw;
        position: absolute;
        top: 50%;
        right: 3.4vw;
        transform: translateY(-50%);
    }
    .header__menubtn span {
        width: 100%;
        height: 2px;
        background-color: #000;
        position: absolute;
        left: 0;
        transition: all 0.5s ease;
    }
    .header__menubtn span:first-child {
        top: 0;
    }
    .header__menubtn span:last-child {
        bottom: 0;
    }
    .header__menubtn span:nth-child(2) {
        top: 50%;
        margin-top: -1px;
    }
    .header__menubtn.active span:nth-child(2) {
        opacity: 0;
    }
    .header__menubtn.active span:nth-child(1) {
        transform: rotate(-45deg);
        top: 50%;
    }
    .header__menubtn.active span:nth-child(3) {
        transform: rotate(45deg);
        top: 50%;
    }
    .nav.nav--pc {
        display: none;
    }
    .nav.nav--sp {
        display: none;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        position: fixed;
        top: 50px;
        left: 0;
        background-color: #fff;
        padding-bottom: 10vw;
    }
    .nav__inner {
        background-color: #6e3913;
        position: relative;
        padding: 9.7vw 0 26vw;
        text-align: center;
    }
    .nav__inner::after {
        content: "";
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #f27200;
        z-index: 1;
    }
    .nav__list {
        display: inline-block;;
        text-align: center;
        position: relative;
        z-index: 2;
        border-bottom: 2px dashed #fff;
    }   
    .nav__list li {
        margin-right: 0;
    }
    .nav__list li a {
        font-size: 3.9rem;
        padding: 1em 0;
        color: #fff;
        border-top: 2px dashed #fff;
    }
    .nav__man01, .nav__man02 {
        position: absolute;
        z-index: 3;
    }
    .nav__man01 {
        width: 23.7vw;
        top: 13.1vw;
        left: 4.64vw;
    }
    .nav__man02 {
        width: 25.6vw;
        top: 8.8vw;
        right: 3.1vw;
    }
    .nav__bottm {
        padding: 16.4vw 0 8.2vw;
    }
    .nav__companylogo {
        width: 39.1vw;
        margin: 0 auto 11vw;
    }
    .nav__bottm__list {
        margin-bottom: 7vw;
    }
    .nav__bottm__list a {
        text-align: center;
        font-size: 2.7rem;
        color: #000;
        font-weight: 400;
        padding: .7em 0;
    }
    .nav__copyright {
        text-align: center;
        font-size: 2.5rem;
        font-weight: 400;
        line-height: 2em;
        letter-spacing: .1em;
    }
    .nav__copyright span {
        font-size: 1.9em;
        vertical-align: -webkit-baseline-middle;
    }

    /* main */
    .content {
        padding-top: 50px;
    }
    .sec__ttl {
        width: 58.6vw;
        height: 8vw;
        margin: 0 auto 3rem;
    }

    /* 成分 */
    .component {
        margin-bottom: 6.6rem;
    }
    .component__wrap {
        padding: 0;
    }
    .component__wrap .flex {
        display: block;
    }
    .component__wrap::before, .component__wrap::after {
        width: 100%;
        height: auto;
        display: none;
    }
    .component__wrap::before {
        border-top-left-radius: 2rem;
        border-top-right-radius: 2rem;
        border-bottom-left-radius: 0;
    }
    .component__wrap::after {
        border-top-right-radius: 0;
        border-bottom-right-radius: 2rem;
        border-bottom-left-radius: 2rem;
    }

    .component__l, .component__r {
        width: 100%;
    }
    .component__l {
        background-color: #6e3913;
        border-top-left-radius: 2rem;
        border-top-right-radius: 2rem;
        padding: 3.9rem 0 5rem;
    }
    .component__r {
        background-color: #f27200;
        border-bottom-right-radius: 2rem;
        border-bottom-left-radius: 2rem;
        padding: 3.9rem 0 5rem;
    }
    .component__l__ttl {
        width: 84.7%;
        margin: 0 auto 0;
    }
    .component__r__ttl {
        width: 77.2%;
        margin: 0 auto 0;
    }
    .component__l__img {
        width: 62.4%;
        margin: 0 0 0 16%;
    }
    .component__r__img {
        width: 58%;
        margin: 0 0 0 19%;
    }
    .component__txt {
        font-size: 2.15rem;
    }
    .component__txt__note {
        font-size: 2.15rem;
    }
    .component__r .component__txt__note,
    .component__r .component__txt--center span {
        font-size: 1.81rem;
    }
    .component__txt--l-column {
        margin-bottom: 1em;
    }
    .component__txt--r-column {
        margin-bottom: 1.2em;
    }
    .component__txt.component__txt--center {
        padding: 4rem 0 0 0;
        margin-top: 1.8em;
        position: relative;
    }
    .component__txt.component__txt--center::after {
        content: "";
        width: 92%;
        height: 1px;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 4%;
    }
    .component__txt.component__txt--center02 {
        margin-top: .5em;
    }
    

    /* 映像ギャラリー */
    .gallery {
        margin-bottom: 7rem;
    }
    .gallery__cm__ttl {
        font-size: 2.1rem;
    }
    .gallery__cm__ttl:last-of-type {
        margin-bottom: 4em;
    }
    .gallery__cm__thum .dispNon--pctab {
        width: 59%;
        margin: 0 auto;
    }
    .gallery__song__ttl {
        width: 58.6vw;
        height: 8vw;
        margin: 0 auto 3rem;
    }
    .gallery__song__ttl span {
        font-size: 3.4rem;
    }
    .gallery__song__thum {
        width: 93vw;
        margin: -7vw 0 0 -4.6vw;
    }
    .gallery__song__kashi {
        width: 66%;
        margin: 0 auto 6vw;
    }
    .gallery__song__gakuhu {
        width: 106%;
        margin: 0 0 13.3vw -3%;
    }
    .gallery__song__L-ojisan {
        width: 10.6vw;
        top: 19vw;
        left: -15vw;
    }
    .gallery__song__R-ojisan {
        width: 9.8vw;
        top: 13vw;
        right: -13vw;
    }
    .gallery__dl__btn {
        width: 58.6vw;
        margin: 0 auto 2rem;
        font-size: 3.4rem;
        padding: .35rem 0 .55rem 0;
        margin-bottom: 3.5vw;
    }
    .gallery__dl__txt {
        font-size: 1.5rem;
    }
    .gallery__dl__l {
        bottom: -2vw;
        left: 4.5vw;
    }
    .gallery__dl__r {
        bottom: 3.5vw;
        right: 1vw;
    }
    .gallery__dl__r::after {
        display: none;
    }
    .gallery__dl__btn:hover {
        background-color: #f27200;
    }
    .gallery__dl__l::after {
        content: "クリック！";
        position: absolute;
        font-size: 3.5vw;
        font-weight: 700;
        top: -6vw;
        left: -3vw;
        transform: rotate(-25deg);
    }

    /* 製品情報 */
    .information {
        margin-bottom: 12vw;
    }
    .information .sec__ttl {
        margin-bottom: 6.5vw;
    }
    .information .flex {
        display: block;
    }
    .information__img {
        width: 63.1%;
        margin: 0 auto 9.6vw;
    }
    .information__r {
        width: 100%;
    }
    .information__name01 {
        width: 57%;
        margin: 0 0 4.4vw 1.3%;
    }
    .information__name02 {
        width: 95%;
        margin: 0 0 5.4vw 1.3%;
    }
    .information__catchphrase {
        font-size: 4.25rem;
        margin: 0 0 3.5rem 1.3%;
    }
    .information__catchphrase span {
        letter-spacing: 0.08em;
    }
    .information__price {
        width: 95.53%;
        margin: 0 auto 4vw;
    }
    .information__price th, .information__price td {
        font-size: 2.7rem;
    }
    .information__price th:first-child {
        width: 53%;
    }
    .information__price td  {
        letter-spacing: .1em;
    }
    .information__link {
        width: 33vw;
        font-size: 2.4rem;
        padding: .7em 0;
        margin-top: 2.5rem;
    }
    .information__link span {
        padding-right: 3.3rem;
        background: url("../img/information__arrow.svg") no-repeat right center;
        background-size: 2.4rem auto;
    }
    .information__link:hover span {
        background: url("../img/information__arrow.svg") no-repeat right center;
        background-size: 2.4rem auto;
    }

    /* 購入 */
    .buy__wrap {
        padding: 2.76vw 0 7.54vw;
    }
    .buy .inner.flex {
        display: block;
    }
    .buy__ttl {
        font-size: 3.3rem;
        text-align: center;
    }
    .buy__l p {
        font-size: 2.2rem;
        text-align: center;
        padding-top: 0;
    }
    .buy__r {
        width: 100%;
        margin-top: 5.7vw;
    }
    .buy__r__bn {
        width: calc((100% - 4.2vw) / 2 );
    }
    .buy__r__bn:first-of-type {
        margin-right: 4.2vw;
    }
    .buy__r__bn p {
        font-size: 1.5rem;
        font-weight: 500;
    }
    .buy__copy {
        width: 113%;
        margin: 6vw 0 0 -6%;
    }
    .buy__mens {
        width: 77.46vw;
        margin: -14.3vw auto 0;
    }
    .buybtn.active {
        right: -19rem;
        display: none;
    }

    /* footer */
    .footer {
        padding: 16.2vw 0 7vw;
    }
    .footer .flex {
        display: block;
    }
    .footer__l {
        width: 39.16vw;
        margin: 0 auto 13.8vw;
    }
    .footer__nav {
        text-align: center;
        margin-bottom: 5rem;
    }
    .footer__nav li {
        margin-bottom: 2.2em;
        margin-right: 0;
    }
    .footer__nav li a {
        font-size: 2.53rem;
    }
    .footer__copyright {
        text-align: center;
        font-size: 2.4rem;
        line-height: 1.7em;
    }
    
}

