@charset "UTF-8";

/* --------------------------------------------------
		LP基本スタイル
-------------------------------------------------- */
html {
    font-size: 62.5%
}
body {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    color: #595959;
    letter-spacing: .1em;
}
p {
    font-size: 2rem;
    line-height: 1.8em;
    margin: 0 0 16px;
    text-align: justify;
}
p strong {
    color: #005bab;
    font-weight: bold;
    background: linear-gradient(transparent 70%, #fdff3d 30%);
}
p em {
    color: #000;
    font-weight: bold;
    font-style: normal;
    color: #00a3e0;
}
.notice {
    font-size: 1.5rem;
    color: #ff002b;
    text-align: center;
}
p.description {
    text-align: center;
}
p.description>span {
    font-size: 1.5rem;
}
p.description>span.center__box {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    display: inline-block;
    text-align: left;
    margin: auto;
}
p.description.add {
    font-size: 1.5rem;
    margin: 0 0 40px;
}
p.description.add>em {
    font-size: 2rem;
}
p.addition {
    font-size: 1.5rem;
    text-align: right;
    margin: 0;
}
a {
    color: #00a3e0;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.br__sp {
    display: none;
}
.js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: opacity 1s,visibility 1s,transform 1s;
}
.js-fade--order {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: opacity 1s,visibility 1s,transform 1s;
}
.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.bold {
    font-weight: bold;
}
.bold_bk {
    font-weight: bold;
    color: #000;
}
.ancher {
    padding-top: 80px !important;
    margin-top: -80px !important;
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
@media screen and (max-width: 480px) {
    p {
        font-size:1.7rem;
        line-height: 1.3em
    }
    p.description {
        font-size: min(4.5vw, 1.7rem);
        line-height: normal;
    }
    .notice {
        line-height: 1.5em
    }
    p.addition {
        font-size: 1.5rem;
        text-align: left;
        margin: 0 0 8px
    }
    .br__sp {
        display: block
    }
}
/* --------------------------------------------------
		layout - main
-------------------------------------------------- */

/*main__wrapper
---------------------------*/
.main__wrapper {
    margin: 80px 0 0 0;
}
/*section__wrapper*/
.section__wrapper {
    width: 100%;
    height: auto;
}
.section__wrapper .section__inner {
    width: /*96*/92%;
    max-width: 1060px;
    height: auto;
    margin: 0 auto;
    padding: 80px 0;
}
.section__wrapper .section__inner h2:first-child {
    margin: 0 0 24px;
}
@media screen and (max-width: 480px) {
    .section__wrapper .section__inner {
        padding: 40px 0
    }
    .section__wrapper .section__inner h2:first-child {
        margin: 0 0 24px
    }
}
/*section__title*/
.section__title {
    font-size: 4rem;
    color: #333333;
    text-align: center;
    margin: 80px 0 24px;
}
.section__title>span {
    position: relative;
}
.section__title>span::before {
    content: "/";
    font-size: 5rem;
    font-weight: normal;
    color: #ff5500;
    position: absolute;
    top: -6px;
    left: -40px;
}
.section__title>span::after {
    content: "/";
    font-size: 5rem;
    font-weight: normal;
    color: /*#005bab*/#00a3e0;
    position: absolute;
    top: -6px;
    left: -32px;
}
@media screen and (max-width: 480px) {
    .section__title {
        font-size: 2.5rem;
        margin: 40px 0 8px
    }
    .section__title>span::before {
        content: "/";
        font-size: 4rem;
        font-weight: normal;
        color: #00a3e0;
        position: absolute;
        top: -6px;
        left: -30px
    }
    .section__title>span::after {
        content: "/";
        font-size: 4rem;
        font-weight: normal;
        color: #00a3e0;
        position: absolute;
        top: -6px;
        left: -22px
    }
}

/*メインビジュアル
---------------------------*/
.visual__title {
    width: 100%;
    height: /*450px*/auto;
    display: flex;
    justify-content: center;
    background-color: #fdf100;;
    overflow: hidden;
}
.visual__title>img {
    width: 100%;
    max-width: 900px;
}
/*introduction*/
#introduction {
    background-image: url("../img/bg_intro.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: min(22vw, 300px) auto;
    max-width: 1300px;
    margin: auto;
}
#introduction .section__inner {
    padding-bottom: 0;
}
#introduction .section__inner .section__description.lead {
    font-size: 2rem;
    font-size: min(2.28vw, 2rem);
    text-align: center;
    line-height: 2em
}
@media screen and (max-width: 767px) {
    #introduction {
        background-image: none;
    }
    #introduction .section__inner .section__description.lead {
        font-size: min(2rem);
        text-align: left;
    }
}
@media screen and (max-width: 480px) {
    #introduction .section__inner .section__description.lead {
        font-size: 1.7rem;
        line-height: 1.7em
    }
}

/*概要
---------------------------*/
.table {
    width: 100%;
    height: auto;
    border: /*#ffdf00*/#005bab 1px solid
}
.table .table__head {
    background-color: /*#fdf100*/#005bab;
    padding: 16px 0
}
.table .table__head>h3 {
    font-size: 2rem;
    line-height: normal;
    font-weight: bold;
    color: /*#005bab*/#fff;
    text-align: center;
}
.table .table__body {
    padding: /*16px*/2em;
}
.table .table__body p,
.table .table__body li {
    line-height: 1.6;
    text-align: left;
}
.table .table__list {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    /*padding: 0 0 0 40px;*/
    list-style-type: disc;
    /*list-style-position: inside;*/
    padding-left: 1.5em;
}
.table .table__list--item {
    /*margin: 8px 0;*/
    margin-bottom: 16px;
}
/*丸付き数字リスト*/
.table .number__list {
    font-size: 2rem;
    /*font-weight: bold;
    color: #000;
    padding: 0 0 0 40px;*/
    list-style: none;
    counter-reset: number;
}
.table .number__list li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 1.5em;
}
.table .number__list li::before {
    counter-increment: number;
    content: counter(number);
    position: absolute;
    top: 0.2em;
    left: 0;
    width: 1.2em;
    height: 1.2em;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 0.9em;
    text-align: center;
    line-height: 1.3;
}
@media screen and (max-width: 480px) {
    .table .table__head>h3 {
        font-size: 1.7rem
    }
    .table .table__body>p,
    .table .table__list,
    .table .number__list {
        font-size: 1.5rem;
    }
}

/*クーポン
---------------------------*/
#coupon .section__inner {
    padding-top: 0;
}
.coupon__area {
    background-color: /*#e3f6ff*/#fdf100;
    padding: 24px 0;
}
.coupon__area .coupon__code {
    font-size: 5rem;
    color: #00a3e0;
    text-align: center;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 480px) {
    .coupon__area {
        padding: 8px 0
    }
    .coupon__area .coupon__code {
        font-size: 4rem
    }
}
/*step*/
.step {
    width: 100%;
    height: auto
}
.step .step__box:last-child::after {
    background: none
}
.step .step__box {
    display: flex;
    align-items: center;
    border: #d5d5d5 1px solid;
    margin: 0 0 40px;
    padding: 16px 40px;
    position: relative
}
.step .step__box::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("../img/icon_step-arrow.svg");
    background-repeat: no-repeat;
    position: absolute;
    bottom: -32px;
    right: 0;
    left: 0;
    margin: 0 auto
}
.step .step__number {
    width: 80px;
    height: 80px;
    background-color: /*#00a3e0*/#ff5500;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
    color: #fff
}
.step .step__number>span {
    display: block;
    padding: 20px 0 0;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    line-height: .5em;
    color: #fdf100
}
.step .step__icon {
    flex-basis: 200px;
    flex-shrink: 0;
    height: auto;
    margin: 0 40px 0 40px
}
.step .step__icon>img {
    width: 100%
}
.step .step__text {
    height: auto;
    flex-grow: 1
}
.step .step__title {
    font-size: 3rem;
    color: /*#005bab*/#ff5500;
    margin: 0 0 16px
}
.step .step__description {
    font-size: 2rem
}
.step .step__description a {
    text-decoration: underline;
}
.step .step__description a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 767px) {
    .step .step__box {
        display: block;
        margin: 0 0 16px;
        padding: 16px
    }
    .step .step__box::after {
        display: block;
        width: 16px;
        height: 16px;
        bottom: -16px;
        right: 0;
        left: 0
    }
    .step .step__number {
        width: 56px;
        height: 56px;
        font-size: 2.5rem
    }
    .step .step__number>span {
        display: block;
        padding: 13px 0 0;
        font-size: 1rem
    }
    .step .step__icon {
        width: 160px;
        height: auto;
        margin: 0 auto
    }
    .step .step__title {
        font-size: 2rem;
        text-align: center
    }
    .step .step__description {
        font-size: 1.7rem;
        line-height: 1.5em
    }
}

/*N-NOSEについて
---------------------------*/
#n-nose {
    position: relative
}
#n-nose::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e3f6ff;
    transform: skewY(-4deg);
    z-index: -1
}
#n-nose .section__inner .section__description.n-nose {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;
}
#n-nose .section__inner .section__description.n-nose>strong {
    color: #00a3e0;
    background: none;
}
@media screen and (max-width: 480px) {
    #n-nose .section__inner .section__description.n-nose {
        font-size: 2rem
    }
}
/*kit*/
.kit {
    width: 400px;
    height: auto;
    margin: 0 auto 16px
}
.kit>img {
    width: 100%
}
@media screen and (max-width: 480px) {
    .kit {
        width: 240px;
        height: auto;
        margin: 0 auto 16px
    }
    .kit>img {
        width: 100%
    }
}
/*feature*/
.feature {
    width: 100%;
    height: auto
}
.feature .feature__box {
    width: 100%;
    height: auto;
    margin: 0 0 16px;
    border: #00a3e0 1px solid;
    background-color: #fff
}
.feature .feature__box .feature__head {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    background-color: #00a3e0
}
.feature .feature__box .feature__head .feature__number {
    width: 80px;
    height: 80px;
    background-color: #00a3e0;
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
    color: #fff
}
.feature .feature__box .feature__head .feature__number>span {
    display: block;
    padding: 20px 0 0;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    line-height: .5em;
    color: #fdf100
}
.feature .feature__box .feature__head .feature__title {
    padding: 24px 0 0
}
.feature .feature__box .feature__head .feature__title>h3 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff228;
    line-height: .7em
}
.feature .feature__box .feature__head .feature__title>p {
    font-size: 2rem;
    color: #fff
}
.feature .feature__box .feature__body {
    padding: 16px
}
.feature .feature__box .feature__body div:last-child {
    margin-bottom: 0
}
.feature .feature__box .feature__body .feature__title02 {
    font-size: 2rem;
    font-weight: bold;
    color: #00a3e0;
    margin: 32px 0 8px;
    padding: 0 0 0 16px;
    border-left: #00a3e0 4px solid
}
.feature .feature__box .feature__body .feature__illust {
    width: 60%;
    height: auto;
    margin: 16px auto
}
.feature .feature__box .feature__body .feature__illust>img {
    width: 100%
}
.feature .feature__box .feature__body .feature__illust02 {
    width: 100%;
    height: auto;
    margin: 16px auto
}
.feature .feature__box .feature__body .feature__illust02>img {
    width: 100%
}
.feature .feature__box .feature__body .feature__list {
    display: flex;
    gap: 16px;
    justify-content: center
}
.feature .feature__box .feature__body .feature__list .feature__list--item {
    width: 160px;
    height: auto;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center
}
.feature .feature__box .feature__body .feature__list .feature__list--item>img {
    width: 100%;
    display: inline-block;
    margin: 0 0 8px
}
.feature__cancer-wrap {
    width: 886px;
    height: 717px;
    margin: 0 auto;
    padding: 16px 40px;
    background-image: url("../img/explanation_03.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    display: flex;
    align-content: center;
    align-items: center
}
.feature__cancer-wrap .feature__cancer {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center
}
.feature__cancer-wrap .feature__cancer>li {
    font-size: 1.7rem;
    font-weight: bold;
    color: #fff;
    margin: 0;
    padding: 8px 16px;
    background-color: rgba(4,32,97,.85);
    border: 1px solid #fff;
    border-radius: 40px
}
.feature__cancer-wrap .feature__cancer>li>span {
    color: #fdf100
}
.feature__cancer-wrap .note-list {
    font-size: 1.5rem;
    text-align: right;
    color: #fff;
    margin: 16px 0 0;
    position: absolute;
    bottom: 16px;
    right: 8px
}
.feature__cancer-wrap .note-list>span {
    padding: 4px;
    border-radius: 4px;
    background-color: rgba(4,32,97,.35)
}
@media screen and (max-width: 1024px) {
    .feature__cancer-wrap {
        width:100%;
        height: auto;
        padding: 160px 40px;
        background-image: url("../img/explanation_03.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover
    }
    .feature__cancer-wrap .feature__cancer {
        gap: 8px
    }
    .feature__cancer-wrap .feature__cancer>li {
        font-size: 1.7rem
    }
    .feature__cancer-wrap .feature__cancer>li>span {
        padding: 0 4px 0 0
    }
    .feature__cancer-wrap .note-list {
        font-size: 1.5rem;
        line-height: 2em
    }
}
@media screen and (max-width: 480px) {
    .feature .feature__box .feature__head {
        width: 100%;
        height: 56px
    }
    .feature .feature__box .feature__head .feature__number {
        width: 56px;
        height: 56px;
        font-size: 2.5rem
    }
    .feature .feature__box .feature__head .feature__number>span {
        display: block;
        padding: 14px 0 0;
        font-size: 1rem
    }
    .feature .feature__box .feature__head .feature__title {
        padding: 16px 0 0
    }
    .feature .feature__box .feature__head .feature__title>h3 {
        font-size: 2rem;
        line-height: 1em
    }
    .feature .feature__box .feature__head .feature__title>p {
        font-size: 1.5rem
    }
    .feature .feature__box .feature__body {
        padding: 16px
    }
    .feature .feature__box .feature__body div:last-child {
        margin-bottom: 0
    }
    .feature .feature__box .feature__body h4:first-child {
        margin-top: 0
    }
    .feature .feature__box .feature__body .feature__title02 {
        font-size: 2rem;
        margin: 32px 0 8px
    }
    .feature .feature__box .feature__body .feature__illust {
        width: 100%;
        margin: 32px auto
    }
    .feature .feature__box .feature__body .feature__illust02 {
        width: 100%;
        margin: 32px auto
    }
    .feature .feature__box .feature__body .feature__list {
        flex-wrap: wrap
    }
    .feature .feature__box .feature__body .feature__list .feature__list--item {
        width: 100px;
        font-size: 1.2rem
    }
    .feature__cancer-wrap {
        width: 100%;
        height: auto;
        padding: 16px 16px 100px 16px;
        background-image: url("../img/explanation_03.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover
    }
    .feature__cancer-wrap .feature__cancer {
        gap: 8px
    }
    .feature__cancer-wrap .feature__cancer>li {
        font-size: 1.3rem
    }
    .feature__cancer-wrap .feature__cancer>li>span {
        padding: 0 4px 0 0
    }
    .feature__cancer-wrap .note-list {
        font-size: 1.2rem;
        line-height: 2em
    }
}
/*mechanism*/
.mechanism {
    width: 100%;
    height: auto;
    margin: 80px 0 0
}
.mechanism .mechanism__title {
    font-size: 3rem;
    font-weight: bold;
    color: #00a3e0;
    text-align: center;
    margin: 0 0 16px
}
.mechanism .mechanism__title::after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    margin: 16px auto 0;
    background-color: #00a3e0
}
/*.mechanism .mechanism__wrap {
    display: flex;
    align-items: center
}*/
.mechanism .mechanism__wrap .mechanism__description {
    flex: 1;
    text-align: center;
    margin: 2em 0;
}
/*.mechanism .mechanism__wrap .mechanism__senchu {
    width: 120px;
    height: auto;
    margin: 0 0 0 16px
}
.mechanism .mechanism__wrap .mechanism__senchu>img {
    width: 100%
}*/
.mechanism .mechanism__column {
    width: 100%;
    height: auto;
    margin: -16px 0 0;
    padding: 16px;
    background-color: #fff
}
.mechanism .mechanism__column>p {
    font-size: 1.5rem;
    margin: 0
}
@media screen and (max-width: 480px) {
    .mechanism {
        width: 100%;
        height: auto;
        margin: 40px 0 0
    }
    .mechanism .mechanism__title {
        font-size: 2.5rem
    }
    .mechanism .mechanism__title::after {
        margin: 8px auto 0
    }
    .mechanism .mechanism__wrap {
        display: block
    }
    .mechanism .mechanism__wrap .mechanism__description {
        line-height: 1.5em
    }
    /*.mechanism .mechanism__wrap .mechanism__senchu {
        width: 80px;
        height: auto;
        margin: 0 auto 8px
    }
    .mechanism .mechanism__wrap .mechanism__senchu>img {
        width: 100%
    }*/
}

/*CTAボタン
---------------------------*/
.cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: flex-end;
    margin: 80px 0
}
.cta .cta__box {
    text-align: center;
    position: relative
}
.cta .cta__box .cta__copy {
    padding-bottom: .5rem;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    color: #595959;
    margin-bottom: 4px
}
.cta .cta__box .cta__copy::before,.cta .cta__box .cta__copy::after {
    position: absolute;
    top: .8rem;
    height: 1.8rem;
    content: ""
}
.cta .cta__box .cta__copy::before {
    border-left: solid 2px;
    left: 16px;
    transform: rotate(-30deg)
}
.cta .cta__box .cta__copy::after {
    border-right: solid 2px;
    right: 16px;
    transform: rotate(30deg)
}
.cta .cta__box .cta__copy--couponcode {
    position: relative;
    display: inline-block;
    margin: .25rem .5rem;
    padding: .25rem 1.5rem;
    background-color: #fff;
    border: solid .2rem #00a3e0;
    color: #00a3e0;
    font-size: 2rem;
    font-weight: bold
}
.cta .cta__box .cta__copy--couponcode.is-active {
    cursor: pointer;
    padding-right: 4rem;
    transition-property: color,background-color,opacity,transform;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}
.cta .cta__box .cta__copy--couponcode.is-active:hover {
    background-color: #fdf100
}
.cta .cta__box .cta__copy--couponcode.is-active::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    width: 2rem;
    height: 2rem;
    background-image: url("../img/external-copy.svg");
    background-repeat: no-repeat
}
@media(hover: hover) {
    .cta .cta__box .cta__copy--couponcode .is-active:hover {
        background-color:#fdf100
    }
}
.cta .cta__box .cta__button {
    display: inline-block;
    text-decoration: none;
    font-size: 2rem;
    font-weight: bold;
    padding: 16px 32px;
    text-align: center;
    transition: all .3s ease
}
.cta .cta__box .cta__button.cta__button--primary {
    color: #fff;
    padding: 16px 32px;
    border: 2px solid #aaa;
    background: linear-gradient(270deg, #877a8b 0%, #827f8a 25%, #7b8091 51%, #b6c0c3 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    transition: all .2s ease-out
}
.cta .cta__box .cta__button.cta__button--secondary {
    color: #00a3e0;
    border: 2px solid #00a3e0;
    background-color: rgba(0,0,0,0);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 4px center
}
.cta .cta__box .cta__button.cta__button--secondary:hover {
    background-color: #00a3e0;
    color: #fff
}
@media screen and (max-width: 480px) {
    .cta {
        display: block;
        margin: 40px 0
    }
    .cta .cta__box {
        margin: 32px 0
    }
    .cta .cta__box .cta__copy {
        margin-bottom: 0;
        padding-bottom: 1rem
    }
    .cta .cta__box .cta__copy::before {
        left: 80px;
        top: 0
    }
    .cta .cta__box .cta__copy::after {
        right: 80px;
        top: 0
    }
    .cta .cta__box .cta__copy--couponcode.is-active {
        margin-top: 1rem;
        margin-bottom: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem
    }
    .cta .cta__box .cta__button {
        width: 100%
    }
    .cta .cta__box .cta__button.cta__button--primary {
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.2rem
    }
}
/*CTAボタンNEW 楕円*/
.c-button--intro {
    position: relative;
    overflow: hidden;
    display: block;
    /*width: 510px;*/
    width: 14.2em;
    border: 4px solid #00a3e0;
    background: url(../img/icon_arrow_r_blue.svg),linear-gradient(to bottom, #ffff00, #ffd500);
    background-size: 32px auto, 100% 100%;
    background-repeat: no-repeat;
    background-position: right 24px center, center center;
    margin: 0 auto;
    box-shadow: 5px 10px 10px rgba(0, 0, 0, .2);
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2;
    color: #00a3e0;
    padding: 25px 0;
    border-radius: 60px 60px;
    text-align: center;
}
.c-button--intro:hover {
    text-decoration: none;
    background: url(../img/icon_arrow_r_white.svg), linear-gradient(to bottom, #00a3e0, #00a3e0);
    background-size: 32px auto, 100% 100%;
    background-repeat: no-repeat;
    background-position: right 24px center, center center;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .c-button--intro {
        border-width: 2px;
        background: url(../img/icon_arrow_r_blue.svg), linear-gradient(to bottom, #ffff00, #ffd500);
        background-size: 5.2% auto, 100% 100%;
        background-repeat: no-repeat;
        background-position: right 3.9% center, center center;
        box-shadow: .31rem .62rem .62rem rgba(0, 0, 0, .2);
        font-size: min(6vw, 3rem);
        padding: 4.4% 0;
        border-radius: 4.38rem 4.38rem;
    }
}