@charset "utf-8";

:root {
    --accent: #DA3B3E;
    --mincho: shippori-mincho, sans-serif;
    --gothic: hiragino-kaku-gothic-pron, sans-serif;
    --trajan: "trajan-pro-3", serif;
    --main_color: #191E52;
    --gold_color: #AA853A;
}

html {
    font-size: 3vw;
}

@media screen and (min-width:850px) {
    html {
        font-size: 25.5px;
    }
}

body {
    position: relative;
    margin: auto;
    width: 100%;
    background: #fafafa;
    color: #4E4E50;
    font-weight: 400;
    font-style: normal;
}

h1,
h2,
p,
small {
    display: block;
    text-align: center;
}

.content {
    max-width: 850px;
    margin: auto;
    -webkit-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.4);
}

/******************
header
*******************/

.header {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    left: 0;
    max-width: 850px;
    margin: auto;
    padding-top: .5rem;
    padding-left: 3%;
}

.header__img {
    width: 20%;
    aspect-ratio: 172/34;
    margin: 0;
}

/*=================
FV
==================*/

.fv {
    position: relative;
}

.fv__h1 {
    position: absolute;
    top: 3.6rem;
    right: 0;
    left: 0;
    margin: auto;
    width: 63%;
    padding-block: .2rem .8rem;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.4;
    font-family: var(--mincho);
    font-weight: 400;
    text-align: center;
    background: url(../img/FV/border.png) center top/contain no-repeat;
 }

 .fv__h1 span {
    font-family: var(--trajan);
    font-size: .66em;
 }

.fv__img {
    width: 100%;
    aspect-ratio: 850/1405;
}

/*=================
CTA
==================*/

.cta {
    padding: 2.8rem 6% 5rem;
    background: center top / cover no-repeat;
}

.cta__h2 {
    font-size: 2rem;
    line-height: 1.5;
    color: #fff;
    font-family: var(--mincho);
    font-weight: 400;
}

.ctaInner {
    position: relative;
    width: 100%;
    margin-block: 3rem 1.6rem;
    padding-block: 1.8rem 3.6rem;
    background-color: #ffffff;
}

.ctaInner:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: -.3rem;
    right: 0;
    left: 0;
    margin: auto;
    width: 8%;
    aspect-ratio: 1 / 1;
    background: url(../img/CTA/icon.jpg) center top/contain no-repeat;
}

.ctaInner__placentaImg {
    position: absolute;
    left: -4%;
    width: 78%;
    aspect-ratio: 587/334;
}

.ctaInner__top {
    float: right;
    width: 44%;
    margin: .6rem 2% 2.3rem 0;
    color: var(--main_color);
}

.ctaInner__top__text {
    color: #000;
    font-size: 1.2rem;
    line-height: 1.5;
    font-family: var(--mincho);
    font-weight: 400;
    text-align: left;
}

.ctaInner__top__text .s {
    font-size: .7em;
}

.ctaInner__top__name {
    margin: 1.2rem 0 .3rem 2%;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.2;
    font-family: var(--trajan);
}

.ctaInner__top__kana {
    margin-left: 2%;
    font-size: .77rem;
    font-family: var(--mincho);
    font-weight: 400;
    text-align: left;
}

.ctaInner__delivery {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 96%;
    height: 1.9rem;
    margin: .4rem auto 0;
    border: 1px solid var(--main_color);
    font-weight: 300;
    font-family: var(--gothic);
    background-color: #fff;
}

.ctaInner__delivery__title {
    width: 50%;
    height: 100%;
    padding-top: .13rem;
    color: #fff;
    font-size: 1.1rem;
    background-color: var(--main_color);
}

.ctaInner__delivery__p {
    position: relative;
    width: 49%;
    padding-left: 1%;
    font-size: .8rem;
    text-align: left;
}

.ctaInner__delivery__p .l {
    font-size: 1.7em;
}

.ctaInner__delivery__p:after {
    content: '(1ヶ月分)';
    position: absolute;
    top: .4rem;
    right: 7%;
    font-size: .34rem;
}

.ctaInner__center {
    position: relative;
    clear: right;
    margin-bottom: 1.3rem;
}

.ctaInner__center__p {
    width: 90%;
    padding: .3rem 0 .67rem 6%;
    color: #fff;
    font-size: 1.5rem;
    text-align: left;
    font-weight: 300;
    font-family: var(--gothic);
    letter-spacing: 0.3rem;
    background: left top/contain no-repeat;
}

.ctaInner__center__free {
    position: absolute;
    right: 2.4%;
    bottom: -3.7rem;
    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;
    width: 19%;
    aspect-ratio: 1 / 1;
    color: var(--main_color);
    font-size: 1.6rem;
    line-height: 1;
    font-family: var(--mincho);
    font-weight: 400;
    background-color: #fff;
    border: 1px solid var(--main_color);
    border-radius: 360px;
}

.ctaInner__bottom {
    position: relative;
    padding: 0 5% .3rem;
}

.ctaInner__bottom:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin: auto;
    width: 88%;
    height: 1px;
    background-color: var(--gold_color);
}

.ctaInner__bottom__regular {
    color: #231815;
    font-size: .8rem;
    text-align: left;
}

.ctaInner__bottom__regular .l {
    font-size: 2em;
    font-family: var(--mincho);
    font-weight: 400;
}

.ctaInner__bottom__regular .s {
    font-size: .7em;
}

.ctaInner__61off {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-block: 1rem .6rem;
}

.ctaInner__61off__p {
    position: relative;
    width: 36%;
    padding: .1rem 0 .4rem 2.4%;
    color: #fff;
    font-size: 1.4rem;
    line-height: .94;
    font-weight: 400;
    font-family: var(--mincho);
    background-color: var(--gold_color);
}

.ctaInner__61off__p .s {
    font-size: .84rem;
    font-weight: 300;
    font-family: var(--gothic);
    text-align: left;
}

.ctaInner__61off__p .l {
    font-size: 2.2em;
}

.ctaInner__61off__p:before {
    content: '';
    position: absolute;
    bottom: .4rem;
    width: 88%;
    height: 1px;
    background-color: #fff;
}

.ctaInner__61off__p:after {
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    width: 0;
    height: 0;
    border-left: 1.2rem solid var(--gold_color);
    border-top: 1.7em solid transparent;
    border-bottom: 1.7em solid transparent;
}

.ctaInner__61off__price {
    width: 59%;
    font-size: 6rem;
    line-height: .7;
    letter-spacing: -.6rem;
    color: var(--gold_color);
    font-weight: 400;
    font-family: var(--mincho);
    text-align: left;
}

.ctaInner__61off__price .s {
    position: relative;
    font-size: .5em;
    margin-left: 3%;
}

.ctaInner__61off__price .s:after {
    content: '(税込)';
    position: absolute;
    bottom: 100%;
    right: 0;
    left: 0;
    display: block;
    width: 120%;
    font-size: .8rem;
    line-height: normal;
    text-align: center;
    letter-spacing: normal;
}

.ctaInner__small {
    margin-block: 0.3rem 1.7rem;
    font-size: .86rem;
}

.ctaInner__btn img {
    width: 77%;
    aspect-ratio: 618/179;
}

.cta__p {
    margin-bottom: .5rem;
    color: #fff;
    font-size: 1.7rem;
    line-height: 2.1;
    font-family: var(--mincho);
    font-weight: 400;
    background-color: var(--gold_color);
}

.cta__p .s {
    font-size: .5em;
}

.cta__ul {
    margin-top: 1rem;
}

.cta__ul__li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 104%;
    margin-bottom: .1rem;
    color: #fff;
    font-size: .868rem;
    font-weight: 400;
    font-family: var(--mincho);
    text-align: left;
}

.cta__ul__li:before {
    content: '※';
    margin-right: .1em;
}

.cta__ul__li__small {
    line-height: 1.2;
    text-align: left;
}

/*=================
成分・製法・製...
==================*/

.intro {
    padding-top: 4.3rem;
}

.intro__p {
    position: relative;
    font-size: 1.5rem;
    line-height: 1.55;
    font-weight: 400;
    font-family: var(--mincho);
} 

.intro__text {
    width: 76%;
    aspect-ratio: 639/177;
    margin-block: 1.7rem 7rem;
}

.intro__p:after {
    position: absolute;
    content: '';
    top: calc(100% + 10rem);
    right: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 10rem;
    background-color: #828282;
}

.intro__main {
    width: 100%;
    aspect-ratio: 850/1368;
}

.award__img {
    width: 100%;
    aspect-ratio: 850/1164;
}

/*=================
こんなお悩みはあり...
==================*/

.worry {
    font-weight: 400;
    font-family: var(--mincho);
    background-color: #fff;
}

.worry__top {
    padding-top: 4.3rem;
    background: center top/cover no-repeat;
}

.worry__center {
    padding-bottom: 26.7rem;
    background: center bottom/cover no-repeat;
}

.worry__bottom {
    background: center bottom/contain no-repeat;
}

.worry__p1 {
    color: #fff;
    font-size: 1.9rem;
}

.worry__p1 .l {
    font-size: 1.3em;
}

.worry__ul {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 3rem auto 14rem;
}

.worry__ul:after {
    position: absolute;
    content: '';
    top: calc(100% + 2.3rem);
    right: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 8rem;
    background-color: #fff;

}

.worry__ul__li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
}

.worry__ul__li:before {
    content: '';
    width: 1em;
    aspect-ratio: 1 / 1;
    margin-right: .4rem;
    background: url(../img/worry/check.png) center top/contain no-repeat;
}

.worry__p2 {
    font-size: 1.8rem;
}

.worry__p3 {
    margin-block: 2rem;
    font-size: 3rem;
    color: #154E86;
}

.worry__h2 {
    width: 84%;
    aspect-ratio: 715/161;
    margin: auto;
    color: var(--gold_color);
    font-size: 1.7rem;
    line-height: 1.5;
    font-weight: 300;
    padding-top: .7rem;
    background: left top/contain no-repeat;
}

.worry__h2 + p {
    margin-block: .8rem 5rem;
    font-weight: 300;
    font-family: var(--gothic);
    line-height: 1.4;
}

.worry__h2 + p span {
    font-size: 1.2em;
    color: var(--gold_color);
}

.worry__bottom {
    width: 100%;
    margin-top: -4rem;
    padding-top: 0rem;
    padding-bottom: 38.5rem;
}

.worry__bottom__p {
    font-size: 2rem;
    font-weight: 400;
    font-family: var(--mincho);
}

.worry__bottom__p .l {
    font-size: 1.8em;
    line-height: 2;
}

/*=================
特徴
==================*/

.quality {
    width: 100%;
    padding: 5rem 6% 2.6rem;
    background: center top/contain no-repeat;
    background-color: #0D467E;
}

.quality__h2 {
    padding-bottom: 31rem;
    font-size: 1.3rem;
    line-height: .8;
    font-family: var(--trajan);
    font-weight: 400;
    letter-spacing: .2rem;
}

.quality__h2 span:nth-of-type(1) {
    display: block;
    margin-bottom: 1.2rem;
    font-size: 2.4em;
}

.quality__h2 span:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.quality__h2 span:nth-of-type(2):before,
.quality__h2 span:nth-of-type(2):after {
    content: '';
    width: 1%;
    height: 1px;
    margin-inline: 2%;
    background-color: #000;
}

/*=================
特徴1
==================*/

.quality1 {
    width: 100%;
    aspect-ratio: 748/1435;
    margin-top: -6.4rem;
    background: center top/contain no-repeat;
    background-color: #fff;
}

.quality__h3 {
    padding-top: 3rem;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 400;
    font-family: var(--trajan);
}

.quality__h3__number {
    position: relative;
    display: block;
    margin-bottom: 3.5rem;
}

.quality__h3__number:before,
.quality__h3__number:after {
    content: '';
    position: absolute;
    bottom: calc(100% + .7rem);
    right: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 5.3rem;
    background-color: #000;
}

.quality__h3__number:after {
    bottom: inherit;
    top: calc(100% + .3rem);
    height: 2.4rem;
}

.quality__h3__number .l {
    font-size: 1.3em;
}

.quality__h3__text {
    color: #C1850D;
    font-size: 1.7rem;
    line-height: 1.8;
    font-weight: 400;
    font-family: var(--mincho);
}

.quality1__img {
    width: 89%;
    aspect-ratio: 669/731;
}

.quality__p {
    line-height: 2;
    color: #161616;
}

/*=================
特徴2
==================*/

.quality2 {
    width: 100%;
    aspect-ratio: 749/1203;
    background: center top/cover no-repeat;
}

.quality2 .quality__p {
    margin-top: 1rem;
}

/*=================
特徴3
==================*/

.quality3 {
    width: 100%;
    aspect-ratio: 749/1507;
    background: center top/cover no-repeat;
}

.quality3 .quality__p {
    margin-top: 2rem;
}

.quality__h3__text__rt {
    font-size: .7rem;
    letter-spacing: -.9rem;
}

/*=================
特徴4
==================*/

.quality4 {
    width: 100%;
    aspect-ratio: 749/1180;
    background: center top/cover no-repeat;
}

.quality4__img {
    width: 85%;
    aspect-ratio: 645 / 385;
    margin-top: 2.5rem;
}

.quality4 .quality__p {
    margin-top: 2.2rem;
}

/*=================
安心・安全の取り組み
==================*/

.feature__imgTop {
    width: 100%;
    aspect-ratio: 850/1287;
}

.feature__div {
    width: 100%;
    padding-block: 9.5rem 6.5rem;
    margin-top: -7rem;
    background: center top/contain repeat-y;
}

.feature__h2 {
    width: 91%;
    margin: auto;
    color: #fff;
    font-size: 1.7rem;
    line-height: 1.45;
    font-weight: 400;
    font-family: var(--mincho);
    letter-spacing: .1rem;
    background-color: #073E70;
}

.feature__h2 + p {
    margin-top: 1.2rem;
    line-height: 1.8;
}

.feature__h3 {
    width: 70%;
    margin: 2.8rem auto 1.5rem;
    padding-bottom: .7rem;
    color: var(--main_color);
    font-size: 2rem;
    font-weight: 400;
    font-family: var(--mincho);
    text-align: center;
    background: center bottom/contain no-repeat;
}

.feature__h3:last-of-type {
    margin-top: 3.5rem;
}

.feature__imgKapsel {
    width: 100%;
    aspect-ratio: 849/626;
}

.feature__pKapsel {
    position: relative;
    width: 69%;
    margin: -5rem 0 0;
    padding: 1rem 0 1rem 8%;
    line-height: 1.65;
    text-align: left;
    background-color: #ffffffbf;
}

.feature__imgOrigin {
    width: 100%;
    aspect-ratio: 849/464;
}

.feature__imgAdd {
    width: 100%;
    aspect-ratio: 850/570;
}

.feature__h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 87%;
    aspect-ratio: 736 / 78;
    margin: 3.1rem auto 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.32rem;
    font-weight: 400;
    font-family: var(--mincho);
    background: center top/contain no-repeat;
}

.feature__h4:last-of-type {
    margin-top: 4.3rem;
}

.feature__h4 + p {
    line-height: 1.6;
}

.feature__h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2rem 0 0 22%;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: var(--mincho);
    text-align: left;
}

.feature__h5:nth-of-type(2) {
    margin-top: .3rem;
}

.feature__h5:before {
    content: '';
    width: .9rem;
    aspect-ratio: 1/1;
    margin-right: .7rem;
    background-color: #000;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

/*=================
MADE IN JAPAN
==================*/

.made__top {
    position: relative;
}

.made__top__img {
    width: 100%;
    aspect-ratio: 850/1298;
}

.made__top__p {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 3.8rem;
    z-index: 2;
    color: #fff;
    font-size: 1.44rem;
    line-height: 1.7;
    font-weight: 400;
    text-align: center;
    font-family: var(--mincho);
}

.made__h2 {
    margin-block: 5rem 2rem;
    color: var(--main_color);
    font-size: 2rem;
    line-height: .7;
    font-weight: 400;
    text-align: center;
    font-family: var(--mincho);
}

.made__h2 .l {
    display: block;
    width: 66%;
    margin: auto;
    padding-bottom: 1rem;
    font-size: 1.9em;
    background: center bottom / contain no-repeat;
}

.made__imgFactory {
    width: 100%;
    aspect-ratio: 850/977;
}

.made__pFactory {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 300;
    font-family: var(--gothic);
    text-align: left;
    margin: 1rem auto 3rem;
}

.made__imgPack {
    width: 100%;
    aspect-ratio: 850/994;
}

/*=================
最高級のインナーケア
==================*/

.last {
    position: relative;
    padding-block: 7rem 3rem;
    background: center top/cover no-repeat;
}

.last:before {
    content: '';
    position: absolute;
    top: 4.1rem;
    right: 0;
    left: -2rem;
    margin: auto;
    width: 6%;
    aspect-ratio: 47 / 59;
    background: url(../img/last/icon.png) center top/contain no-repeat;
}

.last__p {
    margin-bottom: 3rem;
    font-size: 1.7rem;
    line-height: 1.47;
    font-weight: 400;
    font-family: var(--mincho);
}

.last__p .l {
    color: #004892;
    font-size: 1.56em;
}

#sec5 .cta {
    padding-bottom: 1rem;
}

/*=================
button animation
==================*/

.button__animation {
    position: relative;
    overflow: hidden;
}

.button__animation:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fbfbfb;
    -webkit-animation: btn_animation 2.5s ease-in-out infinite;
    animation: btn_animation 2.5s ease-in-out infinite;
}

@-webkit-keyframes btn_animation {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

@keyframes btn_animation {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
                transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
                transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
                transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
                transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}


/* 全体レイアウト */
.product-seibun, .footer-main p {
    width: 100%;
    max-width: 850px;
    margin: 1rem auto 0;
    padding: 1rem;
    text-align:left!important;
}

/* 商品詳細 */
.product-title {
    font-size: 1.8rem;
    margin: 2rem 0 1rem;
    color: #333;
    text-align: center;
}

.product-box {
    margin-bottom: 1.5rem;
    padding: 1rem;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.product-box-title {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.product-box-inner {
    font-size: 1rem;
}

/* フッターインフォメーション */
.footer-main {
    margin-top: 2rem;
    padding: 0 1rem;
}

.footer-attention, .footer-info {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    padding: 1rem;
    border: 1px solid #ddd;
}

.footer-attention-title, .footer-info-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.footer-info-box {
    background-color: #fffbea;
    border: 2px solid #ffd700;
    padding: 1rem;
    margin: 1rem 0;
    border-radius: 8px;
}

.footer-info-warning {
    color: #d9534f;
    font-weight: bold;
    margin-top: 0.5rem;
}

.footer-info-contact p {
    margin: 0.5rem 0;
}

.footer-info-tel {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
}
/* お支払いセクション */
.footer-info-payment {
    margin-bottom: 1.5rem;
    text-align: left;
    line-height: 1.6;
}

.footer-info-payment h4 {
    font-size: 1.2rem;
    margin: 0.5rem 0;
    font-weight: bold;
    color: #333;
}

.footer-info-payment p {
    margin: 0.5rem 0;
}

.payment-img {
    max-width: 100%;
    height: auto;
    margin: 0.5rem 0;
}

.payment-link {
    color: red;
    font-weight: bold;
    text-decoration: underline;
}

.highlight {
    color: red;
    font-weight: bold;
}
/* 返品セクション */
.footer-info-return {
    margin-bottom: 1.5rem;
    text-align: left;
    line-height: 1.6;
}

.footer-info-subtitle {
    font-size: 1.2rem;
    margin: 0.8rem 0 0.5rem;
    font-weight: bold;
    color: #333;
}

.footer-info-warning {
    color: #d9534f;
    font-weight: bold;
    margin: 0.5rem 0;
}



.footer-info-text, .footer-attention-text {
    margin: 0.5rem 0;
}

/* フッター */
.footer-new {
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 2rem 1rem;
    text-align: center;
}

.footer-new-title {
    font-size: 1.2rem;
    margin: 0.5rem 0;
}

.footer-logo img {
    max-width: 200px;
}

.footer-links {
    margin: 1rem 0;
    text-align: center;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    margin: 0 0.5rem;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-copy {
    font-size: 0.8rem;
    margin-top: 1rem;
}

/* PCスタイル */
@media (min-width: 851px) {
    .product-seibun, .footer-main {
        padding: 2rem;
    }

    .product-title {
        font-size: 2.2rem;
    }

    .product-box {
        padding: 1.5rem;
    }

    .footer-attention-title, .footer-info-title {
        font-size: 1.8rem;
    }

    .footer-info-text, .footer-attention-text {
        font-size: 1.2rem;
    }

    .footer-info-box {
        padding: 1.5rem;
    }

    .footer-new {
        padding: 2.5rem 0;
    }

    .footer-new-title {
        font-size: 1.5rem;
    }

    .footer-links {
        margin: 1.5rem 0;
    }

    .footer-copy {
        font-size: 1rem;
    }
}