@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;
}
.fbox {
    display: flex;
    gap: 1rem;
    justify-content: center;
}
/*----------------------------------
文字スタイル
----------------------------------*/
strong, b, .strong {
    font-weight: bold;
}
.red {
    color: #e62626;
}
.blue {
    color: #606eb9;
}
.b-line {
    background: linear-gradient(transparent 50%, rgba(95, 194, 188, 0.3) 30%);
}
.r-b {
    background: linear-gradient(transparent 50%, #ff0000 20%);
}
.notes {
    font-size: 0.8em;
}
.fnt-inter {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5em;
}
.border {
    border-top: 1px solid #d7d2cb;
    border-bottom: 1px solid #d7d2cb;
    padding: 4em 0;
}
.ptb15 {
    padding: 1.5rem 0;
}
.pt10 {
    padding-top: 1rem;
}
.midashi {
    position: relative;
    padding: 10px 72px 10px 50px;
    background: #00cbe4;
    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: 6rem 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;
}
.sec1 .fbox {
    display: flex;
    justify-content: space-between;
    width: 880px;
    margin: 2rem auto;
    gap : 2rem;
}
.sec2 .lead {
    position: relative;
}
.sec2 .lead::before {
    content: '';
    background: url("../img/karada.png")no-repeat;
    position: absolute;
    background-size: contain;
    width: 92px;
    height: 128px;
    display: block;
    right: 10%;
    top: -8%;
}

.fbox_al_start {
    align-items: flex-start;
}
.item {
    padding: 6%;
    box-sizing: border-box;
    border: 1px solid #00cbe4;
    margin: 4rem 0;
    
}
.item dt {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 600;
    color: #e73262;
}
.item figure {
    text-align: center;
}

.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;
}
.btn {
    width: 26vw;
    margin-top: 1rem;
    text-align: center;
    margin: 1rem auto;
}
.btn a {
    display: block;
    background: #00cbe4;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    padding: 6%;
    box-sizing: border-box;
    box-shadow: 0px 10px 9px -5px rgba(0, 0, 0, 0.2);
    font-size: 1.8rem;
}
.btn a:hover {
    opacity: 0.8;
    transition: .3s;
}
.btn a::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-left: 5px;
}
.item._02 .fbox {
    width: 780px;
    margin: 0 auto;
    gap: 5rem;
}
.item._02 .fbox figure {
    width: 260px;
}

.item._02 .fbox figure img{
    width: 100%;
    object-fit: contain;
    height: 100%;
}
.item._02 .fbox_text {
    width: calc(100% - 260px);
}
.item._02 .fbox_text img {
    width: 320px;
    margin: 0;
}
.item._02 .fbox_text .more strong {
    font-size: 2rem;
    color: #e73262;
}
.item._02 .fbox_text .cord {
    border: 1px solid;
    padding: 3%;
    display: inline-block;
    margin: 1rem 0;
}
.item._02 .fbox_text .cord strong {
    font-size: 2rem;
}
.item._02 .fbox .fbox_text div {
    position: relative;
    padding-left: 70px;
    margin-top: 10px;
    text-align: left;
}
.item._02 .fbox .fbox_text div._10off::before {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 70px;
    height: 70px;
    background: url("../img/icon_10off.png")no-repeat;
    background-size: contain;
}
.sec2 .item._02 .fbox .fbox_text div._20off::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background: url("../img/icon_20off.png")no-repeat;
    background-size: contain;
}
.sec2 .item._02 .fbox .fbox_text div._40off::before {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 70px;
    height: 70px;
    background: url("../img/icon_40off.png")no-repeat;
    background-size: contain;
}
.sec1 h2 {
    width: 186px;
    margin: 0 auto;
}
.sec1 .fbox_text {
    width: 24vw;
    margin: 0 auto;
    text-align: center;
}
.sec1 .item h3 {
    text-align: center;
    padding-top: 3rem;
}
a.btn {
    display: block;
    background: #00cbe4;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    padding: 4%;
    width:368px;
    margin-top: 1rem;
    box-shadow: 0px 8px 7px -5px rgba(0, 0, 0, 0.2);
    font-size: 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;
}
/*----------------------------------
footer
----------------------------------*/
footer {
    background: #F6F6F6;
    box-sizing: border-box;
    margin-top: 60px;
    padding-top: 40px;
}
.top-foot {
    padding-top: 0;
}
.foot-title {
    color: #0E2F90;
    font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, serif;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.foot-mini-title {
    display: block;
    font-size: 18px;
    line-height: 28px;
}
.foot-in {
    display: flex;
    gap: 1rem;
}
.foot-in ul {
    width: 510px;
}
.foot-in li {
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    line-height: 1.35;
}
.foot-in li:first-child {
    border-top: 1px solid #ccc;
}
.foot-in .left li:last-child {
    border-bottom: none;
}
.foot-in-title {
    color: #0E2F90;
    font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
}
.foot-in-text {
    font-size: 13px;
    line-height: 23px;
}
.foot-in-text p {
    margin-bottom: 20px;
}
.foot-in-text p:last-child {
    margin-bottom: 0;
}
.list-2 {
    width: 100% !important;
    list-style-type: disc;
    list-style: inside;
}
.list-2 li {
    border: 0 !important;
    padding: .3em .3em .3em 0;
    line-height: 1.35;
}
.list-2 li::marker {
    margin: 0;
    padding: 0;
}
.jpn {
    font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, serif;
}
.big {
    font-size: 30px;
    line-height: 40px;
}
.foot-link {
    color: #2f4597;
    text-decoration: none;
}
.copyright {
    box-sizing: border-box;
    padding: 40px 0;
    text-align: center;
}
.kome-text {
    padding-right: 10px;
    position: relative;
}
.kome {
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    top: 5px;
}
.mini-text {
    font-size: 15px;
    line-height: 25px;
}
.amazon-logo {
    line-height: 15px;
    text-align: center;
    width: 100px;
}
.amazon-logo img {
    height: auto;
    width: 100%;
}
#qanda {
    width: 820px;
    margin: 4rem auto;
}
.qanda-title {
    font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, serif;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.accordion {
    margin-bottom: 7px;
    background-color: #f2f2f2;
    border-radius: 5px;
}
.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.5;
}
.accordion summary::-webkit-details-marker {
    display: none;
}
.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #c2c2c2;
    border-right: 3px solid #c2c2c2;
    content: '';
    transition: transform .3s;
}
.accordion[open] summary::after {
    transform: rotate(225deg);
}
.accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
    line-height: 1.5;
}
.accordion[open] p {
    transform: none;
    opacity: 1;
    transition: 0.5s;
}
/*-------------
ページトップ
--------------*/
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 1px #0e2f8f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #0e2f8f;
    border-right: 3px solid #0e2f8f;
    transform: translateY(20%) rotate(-45deg);
}
@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;
    }
    sup {
        font-size: 0.5em;
    }
    section {
        margin: 6rem auto;
    }
    section .lead dd img{
            margin: 0 auto 0 3rem;
    }
    .midashi {
        font-size: 1.8rem;
    }
    .fbox {
        flex-direction: column;
        align-items: flex-start;
    }
    .fv_text {
        padding: 5rem 0;
        line-height: 2;
    }
    .item {
        width: 92%;
        margin: 4rem auto 0;
        padding: 4rem 2rem;
    }
    .item dt {
        font-size: 2rem;
        padding-bottom: 1rem;
    }
    .item h3 {
        padding-bottom: 0;
        font-size: 2.2rem;
        text-align: center;
    }
    .sec1 .fbox{
        width: 100%;
    }
    .sec1 .fbox_text {
        width: 100%;
    }
    .sec1 .item .fbox {
        flex-direction: row;
        width: 100%;
    }
    .item figcaption {
        font-size: 0.9rem;
    }
    .item._02 .fbox {
        flex-direction: column;
        width: 100%;
        gap: 1rem;
    }
    .item._02 .fbox_text {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .item._02 .fbox .fbox_text div {
        padding-left: 98px;
        margin-bottom: 8px;
    }
    .sec2 .item._02 .fbox .fbox_text div._20off::before, .sec2 .item._02 .fbox .fbox_text div._40off::before, .item._02 .fbox .fbox_text div._10off::before {
        width: 90px;
        height: 90px;
    }
    
    .item._02 .fbox_text .cord {
        width: 100%;
        text-align: center;
        font-size: 1.4rem;
    }
    .item._02 .fbox figure {
        margin: 0 auto;
        display: block;
    }
    .sec1 .item h3 {
        padding-top: 1rem;
    }
    .item .price .off {
        display: block;
    }
    .item._02 .fbox_text .more {
        font-size: 1rem;
    }
    .item._02 .fbox_text .more strong {
        font-size: 1.6rem;
    }
    
    section h2 {
        padding-bottom: 2rem;
        padding-top: 2rem;
    }
    section dl.lead {
        padding: 10% 5%;
    }
    section .lead dt {
        padding-bottom: 1rem;
    }
    section .lead dd {
        font-size: 1.4rem;
    }
    .sec2 .lead::before{
            width: 55px;
    height: 86px;
    display: block;
    right: 2rem;
    top: -1rem;
    }
    .btn{
        width:100%;
    }
    a.btn {
        width: 100%;
    }    
}