@charset "UTF-8";

header {
    display: block;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    font-family: "yu-gothic-pr6n", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    color: #231815;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    min-width: 100%;
    margin: 0;
    padding-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ul,
ol,
li,
p {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

#l-contener * {
    box-sizing: border-box;
}

#l-contener img {
    height: auto;
    opacity: 1;
    width: 100%;
}

a {
    color: #454643;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

sup {
    font-size: 60%;
    vertical-align: super;
}

picture {
    display: block;
}

/* --------------------------------------------------------------------- */
/* PC */
/* --------------------------------------------------------------------- */
.contener-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background: url(../img/reinca/pc/bg.jpg) center center / cover no-repeat;
}

/*---- MV ----*/
#mv .mv-logo {
    position: absolute;
    top: 8%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 15.1%;
}

#mv .mv-title {
    position: absolute;
    top: 62.2%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32%;
}

#mv .l-inner {
    position: relative;
    max-width: 100%;
}

#mv .mv-img {
    width: 100%;
    margin: 0;
    line-height: 0;
}

.notes {
    font-size: 1.2rem;
    text-align: left;
    letter-spacing: 0.01em;
}

/*---- introduction ----*/
#introduction {
    position: relative;
    max-width: 120rem;
    width: 100%;
    padding: 0 50px;
    margin: -29.5% auto 17.8rem;
    text-align: center;
}

.introduction-wrap {
    background-color: #fff;
}

#introduction .content01 {
    padding: 10.9rem 10rem 1rem;
}

#introduction .content02,
#introduction .content03 {
    padding: 1.2rem 13rem 4rem;
}

#introduction .content04 {
    padding: 0.8rem 7rem 6rem;
}

#introduction .content01 .a-text {
    font-size: 2.2rem;
    line-height: 1.8;
    margin-bottom: 4.1rem;
}

#introduction .content02 .wrap {
    padding: 5.9rem 0 5rem;
}

#introduction .content02 img {
    width: 96%;
}

#introduction .content02 .title {
    font-size: 3.2rem;
    margin-bottom: 5.4rem;
}

#introduction .content03 .wrap {
    border-top: 2px solid #ECD9C7;
    border-bottom: 2px solid #ECD9C7;
    padding: 9.7rem 0 9rem;
}

#introduction .content03 .wrap p {
    font-size: 2.2rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

#introduction .content03 .wrap p:first-of-type {
    margin: 2.985rem 0 4.15rem;
}

#introduction .content03 .title {
    font-size: 3.2rem;
}

#introduction .content04 .content-box {
    background-image: url(../img/reinca/pc/img01.png);
    background-position: right 7% bottom 3%;
    background-repeat: no-repeat;
    background-size: 56% auto;
    text-align: left;
    margin-bottom: 10.7rem;
}

#introduction .content04 .content-box .inner-block {
    padding: 9.3rem 3.5rem 12rem;
    width: 100%;
}

#introduction .content04 .content-box .title {
    font-size: 2.4rem;
    margin-bottom: 2.6rem;
}

#introduction .content04 .content-box .a-text {
    font-size: 1.9rem;
    line-height: 2.1;
}

/*---- 幹細胞エキスとは ----*/
#introduction .content04 .explanation-box {
    border: 2px solid #231815;
    padding: 4.2rem 4.2rem;
    margin-bottom: 7.6rem;
}

#introduction .content04 .explanation-content .item-area {
    text-align: center;
}

/* product link */
#product-item-link {
    padding: 7rem 0 3.5rem;
    background: rgba(238, 236, 235, 0.55);
}

#product-item-link .l-inner {
    max-width: 120rem;
    width: 100%;
    padding: 0 50px;
    margin: 0 auto;
}

#product-item-link .line-up-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem 5.8rem;
}

#product-item-link .line-up-wrap .logo {
    width: 15%;
}

#product-item-link .line-up-wrap .line-up-text {
    position: relative;
    font-size: 2.8rem;
    font-weight: normal;
    letter-spacing: 0.1em;
}

#product-item-link .line-up-wrap .line-up-text::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -17%;
    width: 1px;
    height: 40px;
    background-color: #231815;
}


/*---- product line up遷移ボタン ----*/
#product-item-link .anchor-link-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.3rem;
    justify-content: center;
    align-items: center;
    padding: 3.6rem 0;
}

#product-item-link .anchor-list-item {
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
    width: 19%;
}

#product-item-link .anchor-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 2.2rem 0.8rem 4.3rem;
    background-color: #fff;
    border-bottom: 3px solid #ECD9C7;
    transition: background-color 500ms 150ms cubic-bezier(0, 0.61, 0.02, 0.99);
}


/*画像矢印*/
.anchor-link::after {
    position: absolute;
    bottom: 9%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    width: 38px;
    height: 14px;
    content: "";
    background: url(../img/icon_link_arrow.svg) no-repeat center;
    background-size: contain;
    transition: transform 500ms 150ms cubic-bezier(0, 0.61, 0.02, 0.99);
}

/*---- product ----*/
#product {
    max-width: 120rem;
    width: 100%;
    padding: 0 50px;
    margin: 17.5rem auto 2rem;
}

#product .content01,
#product .content02,
#product .content03,
#product .content04,
#product .content05 {
    position: relative;
    background: #FDF8F4;
    padding: 6rem 3rem 1rem;
    margin-bottom: 5.5rem;
}

#product .content01 .content-box {
    width: 100%;
    text-align: left;
}

#product .content-box .inner {
    padding: 8rem 2.6rem 0;
}

#product .label-number-wrap {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 5%;
}

#product .label-number-wrap .label-number {
    position: relative;
    height: 6.5rem;
    width: 6.5rem;
    padding: 8px;
    background: #FAEDEC;
}

#product .label-number-wrap .label-number span {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    font-family: "DIN Alternate", sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 0.96;
}

#product .label-text-wrap {
    display: flex;
    align-items: center;
    position: absolute;
    top: 1%;
    left: 10.5%;
}

#product .label-text-wrap .label-name {
    display: block;
    padding: 0.6rem 2rem;
    font-size: 2rem;
    letter-spacing: 0.04em;
}

#product .label-text-wrap .label-type {
    display: block;
    padding: 0.4rem 1rem;
    background-color: #FAEDEC;
    font-size: 1.2rem;
    font-family: "YuGothic";
}

#product .outer-wrap .flex-item {
    margin: 3.8rem 0;
}

#product .content01 .product-item-wrap {
    margin-top: 7.5rem;
}

#product .content02 .product-item-wrap {
    margin-top: 8.5rem;
}

#product .content03 .item-info .outer-wrap {
    background-image: url(../img/reinca/pc/img04.png);
    background-position: left 48% top 17%;
    background-repeat: no-repeat;
    background-size: 26% auto;
    padding-top: 3%;
}

#product .content03 .item-info .feature {
    margin: 5rem 0 7.8rem;
}

#product .content04 .item-info .outer-wrap {
    background-image: url(../img/reinca/pc/img05.png);
    background-position: left 41% top 6%;
    background-repeat: no-repeat;
    background-size: 19% auto;
    margin-top: 5rem;
}

#product .content04 .item-info .feature {
    margin: 0 0 4.8rem;
}

#product .content05 {
    margin-bottom: 12rem;
}

#product .content05 .item-info .outer-wrap {
    background-image: url(../img/reinca/pc/img06.png);
    background-position: left 33% top 22%;
    background-repeat: no-repeat;
    background-size: 20% auto;
    padding-top: 3%;
}

#product .content05 .item-info .feature {
    margin: 0 0 17rem;
}

#product .item-info .item-summary {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 2.4rem;
}

#product .item-info .item-name {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.4;
}

#product .item-info .item-price {
    display: flex;
    font-size: 2.2rem;
    line-height: 0.77;
    letter-spacing: 0.02em;
    font-weight: 600;
    margin: 2.5rem 0 1.5rem;
}

#product .item-info .item-price p {
    margin-right: 2.5rem;
}

#product .product-item-wrap .item-price span {
    position: relative;
    padding-left: 2.2rem;
}



#product .product-item-wrap .item-price span::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4%;
    width: 0.8%;
    height: 2.1rem;
    background-color: #231815;
}

#product .item-info .item-detail {
    font-size: 1.9rem;
    line-height: 1.84;
}

#product .item-usage-rules {
    width: 100%;
    margin-top: 4rem;
    font-size: 1.7rem;
    line-height: 1.76;
}

#product .content01 .item-usage-rules {
    width: 60%;
}

#product .item-usage-rules span {
    font-weight: 600;
}

#product .item-info .outer-wrap .a-title {
    font-weight: 600;
    font-size: 1.9rem;
    margin-bottom: 1rem;
}

#product .item-info .outer-wrap .a-text {
    font-size: 1.9rem;
    line-height: 1.5;
}

#product .outer-wrap .flex-item div.item-wrap:nth-child(2) {
    margin-top: 2rem;
}

#product .item-img-wrap {
    width: 48%;
    text-align: center;
}

#product .item-img-sub {
    padding: 2rem 0 0 16rem;
}

#product .ingredient {
    font-size: 1.2rem;
    border-top: 1px solid #ECD9C7;
    margin-top: 1.6rem;
    padding: 3rem 2.5rem;
}

#product a.btn {
    display: inline-block;
    width: 38rem;
    margin: 2rem auto;
    padding: 2.2rem 4rem;
    text-align: center;
    text-decoration: none;
    font-size: 2.2rem;
    font-weight: 500;
    color: #fff;
    background: #231815;
    border: 1px solid #231815;
    border-radius: 100vh;
    transition: 0.5s;
}

#product a.btn:hover {
    color: #231815;
    background: #fff;
    border: 1px solid #231815;
}

#order-of-use {
    max-width: 120rem;
    padding: 0 50px;
    margin: 2rem auto 0;
}

#order-of-use .inner {
    padding: 2rem 3.8rem;
}

#order-of-use .item-detail span {
    font-size: 2.8rem;
    font-family: 'yu-gothic';
    padding-right: 2rem;
}

#order-of-use .item-detail {
    font-size: 2.2rem;
}

/* ---- バナーエリア ----*/
#banner-area {
    max-width: 120rem;
    padding: 0 50px;
    margin: 14rem auto 0;
    text-align: center;
}


/* ---- Footer その他 ----*/
#footer-other-area {
    max-width: 120rem;
    padding: 0 50px;
    margin: 20rem auto 8rem;
}

.footer-other-list {
    display: flex;
    justify-content: center;
}

.footer-other-list a {
    font-size: 1.4rem;
    font-family: "YuGothic";
    color: #2F2725;
}

.footer-other-list-item:not(:first-of-type)::before {
    content: "｜";
    display: inline-block;
    margin-left: 0.2rem;
}

/* ---- Footer ----*/
#footer-wrap {
    position: relative;
    background: #231815;
}

footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    padding: 1.2rem 0;
    text-align: center;
    line-height: 2.12;
    background-color: #231815;
}

footer .copyright {
    font-size: 1.7rem;
    text-align: center;
    color: #ffffff;
}

/* ---- アニメーション ----*/
.fadein {
    opacity: 0;
    transition: opacity 1s;
}

.fadein.fade-active {
    opacity: 1;
}

.fadeup {
    opacity: 0;
    transform: translateY(4rem);
    transition: opacity 1.8s 0s, transform 1.8s 0s;
}

.fadeup.fade-active {
    opacity: 1;
    transform: translateY(0) translateZ(0);
    transition: opacity 1.8s 0s, transform 1.8s 0s;
}

.fadeup-load {
    opacity: 0;
    transform: translateY(5rem) translateZ(0);
    transition: opacity 1.3s 0s, transform 1.3s 0s;
}

.fadeup-load.fade-active {
    opacity: 1;
    transform: translateY(0) translateZ(0);
    transition: opacity 1.3s 0s, transform 1.3s 0s;
}

.fadein-load {
    opacity: 0;
}

.fadein-load.fade-active {
    opacity: 1;
    transition: all 2.8s;
}

.fadeup-load {
    opacity: 0;
    transform: translateY(5rem) translateZ(0);
    transition: opacity 1.3s 0s, transform 1.3s 0s;
}

.fadeup-load.fade-active {
    opacity: 1;
    transform: translateY(0) translateZ(0);
    transition: opacity 1.3s 0s, transform 1.3s 0s;
}

@keyframes imgMove {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* --------------------------------------------------------------------- */
/* min-width:*/
/* --------------------------------------------------------------------- */
@media only screen and (min-width: 900px) {
    #introduction .content04 .explanation-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #introduction .content04 .explanation-content .item-area {
        width: 34%;
    }

    #introduction .content04 .explanation-content .text-title {
        font-size: 2.2rem;
        text-align: left;
        margin-bottom: 1rem;
    }

    #introduction .content04 .explanation-content .a-text {
        font-size: 1.9rem;
        line-height: 1.84;
        text-align: left;
    }

    #introduction .content04 .explanation-content .text-area {
        width: 66%;
        padding-left: 2.2rem;
    }

    #introduction .content04 .explanation-content .text-title {
        font-size: 2.2rem;
        text-align: left;
        margin-bottom: 1rem;
    }
}

@media only screen and (min-width: 767px) {
    #product .content01 .content-box {
        background-image: url(../img/reinca/pc/01-1_cleansing.png);
        background-position: right 10% top 48%;
        background-repeat: no-repeat;
        background-size: 55% auto;
    }

    #product .content02 .content-box {
        background-image: url(../img/reinca/pc/02_mussewash.png);
        background-position: right -1% top 11%;
        background-repeat: no-repeat;
        background-size: 60% auto;
    }

    #product .content03 .content-box {
        background-image: url(../img/reinca/pc/03_lotionserum.png);
        background-position: right -1% top 29%;
        background-repeat: no-repeat;
        background-size: 35% auto;
    }

    #product .content04 .content-box {
        background-image: url(../img/reinca/pc/04_repairserum.png);
        background-position: right 2% top 50%;
        background-repeat: no-repeat;
        background-size: 36% auto;
    }

    #product .content05 .content-box {
        background-image: url(../img/reinca/pc/05_needleserum.png);
        background-position: right -6% top 47%;
        background-repeat: no-repeat;
        background-size: 52% auto;
    }
}

/* --------------------------------------------------------------------- */
/* tablet */
/* --------------------------------------------------------------------- */
@media only screen and (min-width: 990px) and (max-width: 1140px) {
    #product-item-link .anchor-link-list {
        gap: 1rem 1rem;
    }

    #product-item-link .anchor-list-item {
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 800px) and (max-width: 980px) {
    #product .content03 .item-info .outer-wrap {
        background-position: left 59% top 17%;
    }
}


@media only screen and (min-width: 800px) and (max-width: 1084px) {
    #product .content04 .item-info .outer-wrap {
        background-position: left 55% top 6%;
    }
}


@media only screen and (min-width: 800px) and (max-width: 990px) {
    #product .content05 .item-info .outer-wrap {
        background-position: left 43% top 22%;
    }
}


/* max-width: 1200px) */
@media only screen and (max-width: 1200px) {
    #product .item-info .item-summary {
        font-size: calc(100vw / 40);
    }

    #product .item-info .item-name {
        font-size: calc(100vw / 44);
    }

    #product .label-text-wrap {
        margin-left: 1.5rem;
    }
}

/* max-width: 990px */
@media only screen and (max-width: 990px) {
    #introduction .content04 .content-box {
        background-size: 55% auto;
        margin-bottom: 3rem;
    }

    #product .content01 .content-box {
        background-position: right 0 top 38%;
        background-size: 42% auto;
    }

    #product .content02 .content-box {
        background-position: right -7% top 48%;
        background-size: 46% auto;
    }

    #product .content03 .content-box {
        background-position: right -3% top 56%;
        background-size: 33% auto;
    }

    #product .content04 .content-box {
        background-position: right 0 top 50%;
        background-size: 37% auto;
    }

    #product .content05 .content-box {
        background-position: right -8% top 56%;
        background-size: 47% auto;
    }

    #product .content03 .outer-wrap .item-img {
        width: 32%;
        margin: 3rem 0 0;
    }

    #product .content04 .outer-wrap .item-img {
        width: 19%;
        margin: 3rem 0 0;
    }

    #product .content05 .outer-wrap .item-img {
        width: 19%;
        margin: 3rem 0 0;
    }

    #product .content01 .item-usage-rules {
        width: 100%;
    }

    #product-item-link .anchor-list-item {
        width: 30%;
    }

    #product-item-link .anchor-link-list .anchor-list-item:nth-child(-n+3) {
        padding: 0 0 1.2rem;
    }

    #product-item-link .anchor-link-list .anchor-list-item:nth-child(n+4) {
        padding: 0;
    }

    #product-item-link .line-up-wrap .line-up-text {
        font-size: 2.5rem;
    }
}

/* max-width: 900px */
@media only screen and (max-width: 900px) {

    #product .content03 .item-info .outer-wrap,
    #product .content04 .item-info .outer-wrap,
    #product .content05 .item-info .outer-wrap {
        background-image: none;
    }

    #product .content05 .item-info .outer-wrap .feature {
        margin: 1.5rem 0 2rem;
    }

    #introduction .content04 .explanation-content .text-title {
        font-size: calc(100vw / 23);
        text-align: center;
        margin-bottom: 1.3rem;
    }

    #introduction .content04 .explanation-content .a-text {
        font-size: calc(100vw / 30);
        margin-top: 3rem;
    }

    #introduction .content04 .explanation-box {
        padding: 1.2rem 1.3rem 2rem;
        line-height: 1.8;
        margin-bottom: 5.8rem;
    }

    #introduction .content04 .explanation-content img {
        margin: 0 auto;
        width: 80%;
    }
}

/* --------------------------------------------------------------------- */
/* sp */
/* --------------------------------------------------------------------- */
@media only screen and (max-width: 780px) {
    .footer-other-list {
        display: block;
        margin-left: 2.5rem;
    }

    .footer-other-list-item:not(:first-of-type)::before {
        content: none;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .notes {
        font-size: 1.1rem;
    }

    .contener_bg {
        background: url(../img/reinca/sp/bg.jpg) center center / cover no-repeat;
    }

    #introduction {
        padding: 0 2rem;
        margin: -17% auto 7rem;
    }

    #mv .mv-logo {
        top: 12%;
        width: 36%;
    }

    #mv .mv-title {
        top: 76%;
        width: 65%;
    }

    #introduction .content01,
    #introduction .content02,
    #introduction .content03 {
        padding: 5rem 2rem 0;
    }

    #introduction .content01 .a-text {
        font-size: calc(100vw / 30);
        margin-bottom: 2.2rem;
    }

    #introduction .content02 .wrap {
        padding: 0 0 4rem
    }

    #introduction .content02 .title,
    #introduction .content03 .title {
        font-size: calc(100vw / 21);
        margin-bottom: calc(100vw / 10);
    }

    #introduction .content02 img {
        width: 100%;
    }

    #introduction .content03 .wrap {
        padding: 5rem 0;
    }

    #introduction .content03 .wrap p {
        font-size: calc(100vw / 30);
        line-height: 1.85;
    }

    #introduction .content03 .wrap p:first-of-type {
        margin: 2.8rem 0;
    }

    #introduction .content04 .content-box .inner-block {
        padding: 4.5rem 0;
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    #introduction .content04 {
        padding: 1rem 2rem 6rem;
    }

    #introduction .content04 .content-box img {
        margin: 4rem auto 0;
    }

    #introduction .content04 .explanation-content .text-area {
        text-align: left;
    }

    #introduction .content04 .explanation-content img {
        width: 75%;
    }

    #introduction .content04 .content-box {
        background-image: none;
    }

    #introduction .content04 .content-box .title {
        font-size: calc(100vw / 21);
    }

    #introduction .content04 .content-box .a-text {
        font-size: calc(100vw / 30);
    }

    #product {
        padding: 0 2rem;
        margin: 7rem auto 2rem;
    }

    #product .content01,
    #product .content02,
    #product .content03,
    #product .content04 {
        padding: 6rem 2rem 1rem;
    }

    #product .label-number-wrap .label-number {
        height: 4rem;
        width: 4rem;
        ;
    }

    #product .label-number-wrap .label-number span {
        font-size: 1.6rem;
    }

    #product .label-text-wrap .label-name {
        font-size: calc(100vw / 30);
        padding: 0.2rem 2rem;
    }

    #product .label-text-wrap .label-type {
        font-size: 1rem;
    }

    #product .content01,
    #product .content02,
    #product .content03,
    #product .content04,
    #product .content05 {
        padding: 6rem 2rem 1rem;
    }

    #product .content01 .content-box .item-info,
    #product .content02 .content-box .item-info,
    #product .content03 .content-box .item-info,
    #product .content04 .content-box .item-info,
    #product .content05 .content-box .item-info {
        width: 100%;
    }

    #product-item-link .line-up-wrap {
        display: inline-block;
    }

    #product-item-link .line-up-wrap .logo {
        width: 38%;
    }

    #product-item-link .line-up-wrap .line-up-text {
        font-size: calc(100vw / 22);
        margin: 0 auto 2rem;
    }

    #product-item-link .line-up-wrap .line-up-text::before {
        content: none;
    }

    #product .item-info .item-summary {
        font-size: calc(100vw / 21);
        line-height: 1.6;
    }

    #product .item-info .item-detail {
        font-size: calc(100vw / 25);
        line-height: 1.6;
    }

    #product .item-info .item-name {
        font-size: calc(100vw / 21);
    }

    #product .item-info .item-price {
        font-size: calc(100vw / 29);
        margin: 1.5rem 0 1.5rem;
    }

    #product .item-info .is-sp-small img {
        width: 70%;
    }

    #product .ingredient {
        font-size: calc(100vw / 32);
        padding: 3rem 1rem;
        border-top: none;
    }

    #product .item-usage-rules {
        font-size: calc(100vw / 32);
        line-height: 1.7;
        background-color: #fff;
        padding: 1.2rem;
    }

    #product a.btn {
        width: 100%;
        font-size: calc(100vw / 25);
    }

    #product-item-link {
        padding: 5rem 0;
    }

    #product-item-link .anchor-link-list {
        padding: 0.4rem 0;
    }

    #product-item-link .anchor-link {
        height: 62px;
        padding: 2.2rem 0.8rem 2.8rem;
    }

    #product-item-link .anchor-link::after {
        width: 30px;
        height: 8px;
    }

    #product .content-box .inner {
        padding: 2rem 0 0;
    }

    #product-item-link .l-inner {
        padding: 0 10px;
        text-align: center;
    }

    #product-item-link .anchor-list-item {
        font-size: 1.2rem;
        line-height: 1.2;
    }

    #product .item-info .item-btn {
        text-align: center;
    }

    #product .item-info .outer-wrap {
        display: flex;
        flex-direction: column;
    }

    #product .content03 .item-info .outer-wrap,
    #product .content04 .item-info .outer-wrap,
    #product .content05 .item-info .outer-wrap {
        text-align: left;
    }

    #product .content02 .outer-wrap .flex-item:nth-child(1) {
        order: 2;
    }

    #product .content02 .item-info .outer-wrap .flex-item:nth-child(2) {
        order: 1;
    }

    #product .content02 .item-info .outer-wrap .flex-item:nth-child(3) {
        order: 3;
    }

    #product .content03 .outer-wrap .flex-item:nth-child(1) {
        order: 2;
    }

    #product .content03 .item-info .outer-wrap .flex-item:nth-child(2) {
        order: 1;
    }

    #product .content03 .item-info .outer-wrap .flex-item:nth-child(3) {
        order: 3;
    }

    #product .content04 .outer-wrap .flex-item:nth-child(1) {
        order: 2;
    }

    #product .content04 .item-info .outer-wrap .flex-item:nth-child(2) {
        order: 1;
    }

    #product .content04 .item-info .outer-wrap .flex-item:nth-child(3) {
        order: 3;
    }

    #product .content05 .outer-wrap .flex-item:nth-child(1) {
        order: 2;
    }

    #product .content05 .item-info .outer-wrap .flex-item:nth-child(2) {
        order: 1;
    }

    #product .content05 .item-info .outer-wrap .flex-item:nth-child(3) {
        order: 3;
    }

    #product .feature .a-title,
    #product .outer-wrap .feature .a-text {
        text-align: left;
        display: inline-block;
    }

    #product .product-item-wrap {
        text-align: center;
        display: block;
    }

    #product .content01 .product-item-wrap,
    #product .content02 .product-item-wrap {
        margin-top: 1rem;
    }

    #product .outer-wrap .flex-item {
        margin: 1.5rem 0;
    }

    #product .content04 .item-info .feature {
        margin: 1.5rem 0;
    }

    #product .item-info .item-name,
    #product .item-info .item-price,
    #product .item-usage-rules {
        text-align: left;
        display: inline-block;
    }

    #product .item-info .outer-wrap .a-text {
        font-size: calc(100vw / 25);
        line-height: 1.84;
        text-align: left;
        display: inline-block;
    }

    #product .item-info .outer-wrap .a-title {
        font-size: calc(100vw / 25);
        font-weight: 600;
        text-align: left;
        display: inline-block;
    }

    #product .item-info .item-img {
        margin: 2rem auto;
        width: 85%;
    }

    #product .content03 .item-info .outer-wrap .feature {
        margin: 1.5rem 0;
    }

    #product .content03 .outer-wrap .item-img {
        width: 80%;
        margin: 3rem auto 0;
    }

    #product .content04 .outer-wrap .item-img {
        width: 60%;
        margin: 2rem auto;
    }

    #product .content05 {
        margin-bottom: 7rem;
    }

    #product .content05 .outer-wrap .item-img {
        width: 60%;
        margin: 3rem auto 0;
    }

    #order-of-use {
        padding: 0 2rem;
        margin: 2rem auto 0;
    }

    #order-of-use .inner {
        padding: 2rem 2.4rem;
    }

    #order-of-use .item-detail span {
        font-size: calc(100vw / 26);
        padding-right: 1rem;
    }

    #order-of-use .item-detail {
        font-size: calc(100vw / 32);
    }

    /* ---- Footer その他----*/
    #footer-other-area {
        padding: 0 2rem;
        margin: 6rem auto 8rem;
    }


    .footer-other-list .footer-other-list-item:not(:last-child) {
        padding-bottom: 0.4rem
    }

    .footer-other-list a {
        font-size: calc(100vw / 39);
    }

    /* ---- バナーエリア----*/
    #banner-area {
        padding: 0 25px;
        margin: 10rem auto 0;
    }

    /* ---- Footer ----*/
    footer .copyright {
        font-size: calc(100vw / 32);
    }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
    #product .label-text-wrap {
        top: 0.2%;
    }
}

@media only screen and (max-width: 576px) {
    #product .label-text-wrap {
        top: 0.5%;
    }

    #product .product-item-wrap .item-price span::before {
        left: 6%;
        width: 0.4%;
        height: 1.5rem;
    }

    #footer-other-area {
        margin: 6rem auto 6.5rem;
    }
}


/* 表示切替 */

[data-view*=sp] {
    display: none
}

[data-view*=sp-inlineblock] {
    display: none
}

[data-view*=tablet] {
    display: none
}

[data-view*=tablet-inlineblock] {
    display: none
}

[data-view*=pc] {
    display: block
}

[data-view*=pc-inlineblock] {
    display: inline-block
}

@media screen and (max-width: 900px) {
    [data-view*=pc] {
        display: none
    }

    [data-view*=pc-inlineblock] {
        display: none
    }

    [data-view*=tablet] {
        display: block
    }

    [data-view*=tablet-inlineblock] {
        display: inline-block
    }
}

@media screen and (max-width: 767px) {
    [data-view*=pc] {
        display: none
    }

    [data-view*=pc-inlineblock] {
        display: none
    }

    [data-view*=tablet] {
        display: none
    }

    [data-view*=tablet-inlineblock] {
        display: none
    }

    [data-view*=sp] {
        display: block
    }

    [data-view*=sp-inlineblock] {
        display: inline-block
    }
}