@charset "UTF-8";
/*----------------------------------
全体
----------------------------------*/
#ILACY {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    letter-spacing: 0.09em;
    word-break: break-all;
    text-size-adjust: none;
    font-feature-settings: "palt";
    color: #464646;
    font-size: 18px;
}

.wrapper {
    width: 1040px;
    margin: 0 auto;
    overflow: hidden;
}

img,
iframe {
    display: block;
}

img {
    width: 100%;
    margin: 0 auto;
}

a:hover img {
    opacity: 0.8;
}

sup {
    font-size: x-small;
}

.pc {
    display: block;
}

.mobi {
    display: none;
}

/*----------------------------------
汎用
----------------------------------*/
strong,
b,
.strong {
    font-weight: bold;
}

.red {
    color: #e62626;
}

.pink {
    color: #F0039E;
}

.blue {
    color: #606eb9;
}

.navy {
    color: #162c81;
}

.notes {
    font-size: 1.6rem;
}

.pt10 {
    padding-top: 1rem;
}

section {
    margin: 0 auto;
    box-sizing: border-box;
}

/*----------------------------------
FV・導入ブロック
----------------------------------*/
.fv,
.trial-intro,
.trial-intro__inner,
.trial-intro__content {
    box-sizing: border-box;
}

.fv {
    max-width: 1040px;
    margin: 0 auto;
}

.fv img {
    width: 100%;
    height: auto;
    display: block;
}

.trial-intro {
    max-width: 1040px;
    margin: 0 auto;
    padding: 50px;
    background: url("../img/0630/b-2-background.jpg") center / cover no-repeat;
    font-family: "Noto Serif JP", serif !important;
}

.trial-intro,
.trial-intro * {
    font-family: "Noto Serif JP", serif !important;
}

.trial-intro__inner {
    max-width: 980px;
    margin: auto;
    background: #fff;
    padding: 10px 0;
}

.trial-intro__line {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.trial-intro__line img {
    width: 100%;
    height: auto;
    display: block;
}

.trial-intro__content {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 20px 110px;
}

.trial-intro__photo,
.trial-intro__text {
    width: 50%;
}

.trial-intro__photo img {
    width: 100%;
    height: auto;
    display: block;
}

.trial-intro__text {
    text-align: center;
}

.trial-intro__heading {
    color: #473318;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 0 25px;
}

.trial-intro__heading span {
    color: #b88955;
    font-size: 36px;
    font-weight: 600;
}

.trial-intro__copy {
    line-height: 1.9;
}

/*----------------------------------
商品ブロック
----------------------------------*/
.item dt {
    color: #fff;
    background: #b06668;
    padding: 10px 2%;
}

.item dd {
    padding: 2% 2% 6%;
}

.item dt.trial-product__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-size: 3rem;
    line-height: 1.4;
}

.trial-product__title span {
    flex: 1;
}

.trial-product__title em {
    flex-shrink: 0;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 4px 18px;
    font-style: normal;
    font-size: 16px;
    margin: 10px;
}

.trial-product__lead {
    color: navy;
    font-family: "Noto Serif JP", serif !important;
    font-weight: bold;
    padding-bottom: 10px;
}

.trial-product__lead span {
    border-bottom: 1px solid navy;
    padding-bottom: 3px;
    font-size: 2.8rem;
}

.trial-product__lead strong {
    font-size: 2.5rem;
}

.trial-product__body {
    display: flex;
    align-items: flex-start;
    gap: 4rem;
}

.trial-product__image {
    width: 48%;
}

.trial-product__detail {
    width: 52%;
}

.trial-product__image img {
    width: 100%;
    height: auto;
    display: block;
}

/* セット内容 */
.trial-product__set ol {
    counter-reset: number;
    list-style: none;
    margin: 0;
    padding: 0;
}

.trial-product__set li {
    counter-increment: number;
    display: flex;
    gap: .5em;
    line-height: 1.6;
}

.trial-product__set li::before {
    content: counter(number);
    flex-shrink: 0;
    width: 1.4em;
    height: 1.4em;
    border: 1px solid #464646;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .8em;
    line-height: 1;
    margin-top: .2em;
}

/* 価格 */
.trial-product__regular {
    font-size: 16px;
    margin-top: 1.5rem;
}

.trial-product__regular s {
    font-size: 2rem;
}

.trial-product__regular small {
    font-size: 12px;
}

.price-through {
    color: #b06668;
    text-decoration: line-through;
}

.price-through span {
    color: #000;
}

.trial-product__price {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #b06668;
    margin-top:5px;
}

.trial-product__price-label {
    border: 1px solid #162c81;
    border-radius: 50%;
    color: #162c81;
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1.2;
}

.trial-product__price strong {
    font-size: 4.2rem;
    line-height: 1;
}

.trial-product__price em {
    font-style: normal;
    font-size: 1.6rem;
    position: relative;
    top: .4rem;
}

.trial-product__price b {
    background: #b06668;
    color: #fff;
    border-radius: 50%;
    width: 9rem;
    height: 9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    line-height: 1.25;
    text-align: center;
    padding: 1rem;
    box-sizing: border-box;
    white-space: nowrap;
}

.trial-product__price b span {
    font-size: 1.8rem;
}

.trial-product__note {
    font-size: 12px;
    margin-top: .8rem;
}

.trial-product__labels {
    display: flex;
    justify-content: flex-end;
    gap: .6rem;
    margin-top: 1rem;
}

.trial-product__labels span {
    font-size: 1.5rem;
    padding: .4rem .9rem;
}

.trial-product__limit {
    border: 1px solid #b06668;
    color: #b06668;
    background: #fff;
}

.trial-product__free {
    border: 1px solid #b06668;
    background: #b06668;
    color: #fff;
}

a.btn {
    display: block;
    background: #65c8bf;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0px 8px 7px -5px rgba(0, 0, 0, 0.2);
    width: 438px;
    height: 68px;
    box-sizing: border-box;
    line-height: 68px;
    margin-top: 2rem;
}

a.btn:hover {
    opacity: 0.8;
    transition: .3s;
}

a.btn::after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-left: 5px;
}

/* SUNOT大容量画像 */
.trial-product-bnr {
    margin: 0 auto;
}

.trial-product-bnr img {
    width: 100%;
    height: auto;
    display: block;
}

/*----------------------------------
タブレット調整（768px〜1024px）
----------------------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
    #ILACY {
        font-size: 17px;
    }

    .wrapper {
        width: 100%;
        max-width: 1040px;
    }

    #ILACY .fv {
        margin-top: 18px;
    }

    .item dt.trial-product__title {
        font-size: 2.4rem;
        padding: 1rem 2rem;
    }

    .item dt.trial-product__title em {
        font-size: 2rem;
        padding: 4px 14px;
    }

    .trial-intro__content {
        gap: 10px;
        padding: 20px 30px;
    }

    .trial-intro__heading {
        font-size: 22px;
        line-height: 1.4;
    }

    .trial-intro__heading span {
        font-size: 29px;
    }

    .trial-intro__copy {
        font-size: 15px;
    }

    .trial-product__body {
        display: flex;
        align-items: flex-start;
        gap: 3rem;
    }

    .trial-product__image {
        width: 48%;
        margin-bottom: 0;
    }

    .trial-product__detail {
        width: 52%;
    }

    .trial-product__lead span {
        font-size: 20px;
    }

    .trial-product__lead strong {
        font-size: 18px;
    }

    .trial-product__price strong {
        font-size: 3.8rem;
    }

    .trial-product__price b {
        width: 9rem;
        height: 9rem;
        font-size: 1.7rem;
    }

    a.btn {
        width: 100%;
        max-width: 438px;
        font-size: 2.5rem;
    }
}

/*----------------------------------
スマホ調整（767px以下）
----------------------------------*/
@media (max-width: 767px) {
    #ILACY {
        font-size: 16px;
    }

    .pc {
        display: none;
    }

    .mobi {
        display: block;
    }

    .wrapper {
        width: 100%;
    }

    #ILACY .fv {
        margin-top: clamp(44px, 10vw, 120px);
    }

    #ILACY .fv,
    #ILACY .ttl,
    #ILACY .ttl h1,
    #ILACY .ttl picture,
    #ILACY .ttl img {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        display: block;
        box-sizing: border-box;
    }

    #ILACY .ttl {
        overflow: hidden;
    }

    section {
        margin: 0 auto;
    }

    .item {
        width: 100%;
        margin: 0 auto;
    }

    .item dt {
        line-height: 1.5;
        letter-spacing: -0.002em;
        font-size: 2rem!important;
    }

    .item dd {
        padding: 4% 4% 10%;
    }

    .notes {
        font-size: 1.1rem;
    }

    sup {
        font-size: 0.9em;
    }

    .trial-intro {
        width: 100%;
        max-width: none;
        padding: 20px;
    }

    .trial-intro__inner {
        padding: 10px 0;
    }

    .trial-intro__line {
        width: calc(100% - 20px);
    }

    .trial-intro__content {
        display: block;
        padding: 10px 44px;
    }

    .trial-intro__photo {
        width: 100%;
        margin: 0 auto 28px;
    }

    .trial-intro__text {
        width: 100%;
        margin-top: 1rem;
        text-align: center;
    }

    .trial-intro h2 {
        font-size: 26px;
    }

    .trial-product__body {
        display: block;
    }

    .trial-product__image,
    .trial-product__detail {
        width: 100%;
    }

    .trial-product__image {
        margin-bottom: 2rem;
    }

    .trial-product__lead span {
        font-size: 2rem;
    }

    .trial-product__lead strong {
        font-size: 1.8rem;
    }

    a.btn {
        width: 100%;
        font-size: 1.8rem;
        letter-spacing: 0.09em;
        margin-top: 3rem;
    }

    .trial-product-bnr {
        margin: 3rem auto 0;
    }
}

/*----------------------------------
小さいスマホ調整（472px以下）
----------------------------------*/
@media (max-width: 472px) {
    .trial-product__lead strong {
        display: block;
        margin-top: .5rem;
    }

    .trial-intro__content {
        padding: 10px 20px;
    }

    .trial-intro__heading {
        margin: 0 0 8px;
    }
}
