@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;
}
.t-center {
    text-align: center;
}
.t-left {
    text-align: left;
}
.t-right {
    text-align: right;
}
.block {
    display: block;
}
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;
}
.notes {
    font-size: 0.7em;
}
.border {
    border-top: 1px solid #d7d2cb;
    border-bottom: 1px solid #d7d2cb;
    padding: 4em 0;
}
.f14 {
    font-size: 1.4rem;
}
.f30 {
    font-size: 3rem;
}
.f38 {
    font-size: 3.8rem;
}
.ptb15 {
    padding: 1.5rem 0;
}
.pt10 {
    padding-top: 1rem;
}
.midashi {
    position: relative;
    padding: 10px 72px 10px 50px;
    background: #a62429;
    font-size: 2.2rem;
    color: white;
    line-height: 1.3;
    z-index: -1;
    display: inline-block;
    margin-bottom: 3rem;
}
.midashi::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    border: none;
    border-right: solid 32px white;
    border-bottom: solid 50px transparent;
    z-index: -2
}
.text_link {
    font-size: 0.9em !important;
    padding-top: 2rem;
    border-bottom: 1px solid;
    display: inline-block;
}
/*----------------------------------
fv
----------------------------------*/
.fv_text {
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 2.4;
    text-align: center;
}
/*----------------------------------
メイン部分
----------------------------------*/
section {
    margin: 12rem auto;
    box-sizing: border-box;
}
section h2 {
    text-align: center;
    padding-bottom: 3rem;
    font-size: 3.2rem;
    font-feature-settings: "palt";
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 500;
}
section dl.lead {
    background: aliceblue;
    padding: 6% 8%;
    box-sizing: border-box;
}
section .lead dt {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 400;
    padding-bottom: 2rem;
}
section .lead dt span {
    font-size: 2rem;
}
section .lead dd {
    font-size: 16px;
    line-height: 1.85;
}
section .lead dd img {
    width: 280px;
    box-sizing: border-box;
    margin-left: 6rem;
}
.fbox {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    gap: 4rem;
    margin: 0 auto 0;
    padding-top: 1rem;
}
.fbox figure {
    width: 368px;
}
.fbox_text {
    width: calc(100% - 368px - 4rem);
}
.fbox_al_start {
    align-items: flex-start;
}
.item {
    padding: 5% 6%;
    box-sizing: border-box;
    border: 1px solid #999;
    margin: 8rem 0;
}
.item dt {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 600;
    color: #e73262;
    letter-spacing: 0;
}
.item dt span {
    display: block;
    font-size: 1.8rem;
    color: #444;
}
.item h3 {
    font-size: 3rem;
    text-align: left;
    font-feature-settings: "palt";
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.item .price {
    color: #e73262;
}
.item .price::before {
    content: "→";
    display: inline-block;
}
.item .price strong {
    font-size: 3rem;
}
.item .price sup {
    position: relative;
    top: 1em;
    vertical-align: top;
}
.item .price .off {
    font-weight: 600;
}
.fbox .fbox_text .ic {
    position: relative;
    padding-left: 90px;
}
.fbox .fbox_text .ic::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: url("../img/1201/ic.png")no-repeat;
    background-size: contain;
}
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);
    margin-top: 2rem;
    width: 328px;
    height: 68px;
    box-sizing: border-box;
    line-height: 68px;
}
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;
}
.fbox_text .notes {
    padding: 1rem 2rem;
    text-align: left;
}
.sec1 h2, .sec3 h2 {
    width: 186px;
    margin: 0 auto;
}
.sec3 dl {
    border: 1px solid #0e2f8f;
    margin: 6rem 0 2rem;
}
.sec3 dt {
    background: #0e2f8f;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    font-size: 2em;
    padding: 2%;
    font-weight: 500;
    letter-spacing: -0.009em;
    text-align: center;
}
.sec3 dd {
    display: grid;
    grid-template-columns: 52% 46%;
    padding: 4%;
    gap: 2%;
}
.sec3 dd .fv_text {
    line-height: 1.5;
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
    padding-bottom: 2%;
    text-align: left;
}
.sec3 a.btn {
    margin: 0 auto 12rem;
}

figcaption{
    font-size: 1.2rem;
}
@media(max-width: 1024px) {
    #ILACY {
        font-size: 16px;
    }
    .pc {
        display: none;
    }
    .mobi {
        display: block;
    }
    .wrapper {
        width: 100%;
    }
    .border {
        padding: 0;
    }
    .ptb15 {
        padding: 5px 0 15px;
        text-align: left;
    }
    .f14 {
        font-size: 1.2rem;
        line-height: 1.35;
        padding-top: 1rem;
    }
    .f30 {
        font-size: 2.6rem;
    }
    sup {
        font-size: 0.5em;
    }
    section {
        margin: 6rem auto;
    }
    section .lead dd img {
        margin: 0 auto 0 3rem;
    }
    .midashi {
        font-size: 1.5rem;
    }
    .fbox {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
        width: 100%;
        padding: 0;
    }
    .fv_text {
        padding: 5rem 2rem;
        line-height: 2;
    }
    .item {
        width: 94%;
        margin: 2rem auto;
        padding: 4rem 5%;
    }
    .item dt {
        font-size: 2.4rem;
    }
    .item dt span {
        font-size: 1.6rem;
    }
    .item h3 {
        padding-bottom: 0;
        font-size: 2.2rem;
        text-align: center;
    }
    .fbox_text {
        width: 100%;
    }
    
    .fbox_text .notes{
        font-size: 1rem;
        padding: 1rem 0 0;
    }
    .fbox figure {
        width: 90%;
        margin: 0 auto;
    }
    .item figcaption {
        font-size: 1rem;
    }
    h2 + div {
        width: 100%;
        margin: 0 auto;
    }
    .item .price {
        line-height: 1.35;
    }
    .item .price strong {
        font-size: 3.8rem;
    }
    .item .price .off {
        display: block;
    }
    section h2 {
        padding-bottom: 1rem;
        padding-top: 0;
        font-size: 2.4rem;
    }
    section dl.lead {
        padding: 10% 5%;
    }
    section .lead dt {
        padding-bottom: 1rem;
    }
    section .lead dd {
        font-size: 1.4rem;
    }
    a.btn {
        width: 342px;
        margin: 2rem auto 0;
    }
    .sec1 h2, .sec3 h2 {
        width: 130px;
        padding-bottom: 1rem;
    }
    .sec3 dl {
        margin: 2rem 3%;
    }
    .sec3 dt {
        font-size: 2rem;
        line-height: 1.3;
        padding: 4%;
    }
    .sec3 dd {
        display: flex;
        flex-direction: column-reverse;
    }
    .sec3 dd .fv_text {
        padding: 0;
        padding-top: 1rem;
        font-size: 1.6rem;
        line-height: 1.35;
    }
}