@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

.noto-serif-jp{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  
.right {
    right: 10px;
    top: 0;
    max-width: 110px;
}
.midashi {
    background:url(./images/cta_01.jpg) no-repeat top center;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 860 / 262;
    position: relative;
}
.midashi h2 {
    color: #fff;
    font-weight: 500;
    position: absolute;
    font-size: 30px;
    text-align: center;
    position: absolute;
    top: 38px;
    width: 100%;
    line-height: 1.4;
    letter-spacing: 1px;
}
.midashi h2 span {
    font-size: 24px;
    font-weight: 500;
}
.midashi2 {
    background:url(./images/cta_02.jpg) no-repeat top center;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 860 / 867;
    position: relative;
    text-align: center;
}
.midashi2 .t01 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 29px;
    color: #d70067;
    font-family: "Noto Serif JP", serif;
    font-size: 26px;
}
.midashi2 .t02 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 73px;
    color: #fff;
    font-size: 18px;
}
.midashi2 .t03 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 144px;
    color: #d70067;
    font-family: "Noto Serif JP", serif;
    font-size: 26px;
}
.midashi2 .t04 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 188px;
    color: #fff;
    font-size: 18px;
}
.midashi2 .t05 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 258px;
    color: #d70067;
    font-family: "Noto Serif JP", serif;
    font-size: 26px;
}
.midashi2 .t06 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 302px;
    color: #fff;
    font-size: 18px;
}
.midashi2 .t07 {
    width: 100%;
    padding: 0 60px;
    text-align: left;
    position: absolute;
    top: 350px;
    font-size: 16px;
    font-weight: 500;
}
.button {
    background:url(./images/cta_03.jpg) no-repeat top center;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 860 / 1047;
    position: relative;
}
.button > div {
    position: absolute;
    width: 100%;
    top: 295px;
}
.cta-new {
    background: #f6efa9;
    text-align: center;
    padding: 0;
}
.cta-new a {
    display: block;
    width: 90%;
    max-width: 500px;
    margin: 20px auto;
    transition: all 0.3s ease;
}
.cta-new a:hover {
    filter: brightness(1.1);
}
.kouka-head {
    background:url(./images/bg2.jpg) no-repeat top center;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 1500 / 1842;
    position: relative;
    font-family: "Noto Serif JP", serif;
}
.kouka-head h3 {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 38px;
    transform: translateX(-50%);
    font-size: 32px;
    line-height: 1.4;
    color: #d70067;
    margin-left: 18px;
}
.kouka img {
    width: 20px;
    margin-bottom: 8px;
}
.kouka .e1 {
    position: absolute;
    left: 45px;
    top: 230px;
    font-size: 120%;
    line-height: 1.4;
}
.kouka .e2 {
    position: absolute;
    left: 170px;
    top: 230px;
    font-size: 120%;
    line-height: 1.4;
}
.kouka .e3 {
    position: absolute;
    left: 290px;
    top: 230px;
    font-size: 120%;
    line-height: 1.4;
}
.kouka .e4 {
    position: absolute;
    left: 85px;
    top: 342px;
    font-size: 120%;
    line-height: 1.4;
}
.kouka .e5 {
    position: absolute;
    left: 227px;
    top: 342px;
    font-size: 120%;
    line-height: 1.4;
}
.kouka .e6 {
    position: absolute;
    width: 100%;
    top: 465px;
    padding: 0 20px;
    font-size: 80%;
    line-height: 1.4;
}

.ldm {
    padding: 40px 18px;
    background:url(./images/bg.jpg) no-repeat top center;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
}
.ldm dl {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    align-self: stretch;
    align-content: flex-start;
    flex-wrap: wrap;
    border: 2px solid #d70067;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 6px 0px rgba(207, 41, 98, 0.3);
}
.ldm dl dt {
    width: 100%;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 36px;
    background: #d70067;
    color: #fff;
    padding: 10px 0 15px;
    margin-bottom: 0;
}
.ldm dl dd {
    width: 100%;
    margin: 5px 0;
    background: #fff;
    padding: 20px 20px 30px;
    text-align: center;
}
.ldm dl dd p {
    margin: 0 0 30px;
    line-height: 1.8;
}
.kouka-text ul {
    margin: 40px 0 -20px;
    padding: 0;
    width: 100%;
}
.kouka-text ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: self-start;
    align-content: flex-start;
    list-style: none;
    text-align: left;
}
.kouka-text ul li picture {
    width: 26%;
    max-width: 110px;
    height: 110px;
    margin-right: 15px;
    vertical-align: middle;
}
.kouka-text ul li > div {
    width: 72%;
}
.kouka-text ul li h5 {
    color: #d70067;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
}
.kouka-text ul li p {
    font-size: 100%;
}

.xerf {
    padding: 40px 18px;
    background:#fcebd1;
    width: 100%;
    height: auto;
}
.xerf dl {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    align-self: stretch;
    align-content: flex-start;
    flex-wrap: wrap;
    border: 2px solid #e0b967;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 6px 0px rgba(225, 196, 29, 0.3);
}
.xerf dl dt {
    width: 100%;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 36px;
    padding: 10px 0 15px;
    margin-bottom: 0;
}
.xerf dl dd {
    width: 100%;
    margin: 5px 0;
    background: #fff;
    padding: 20px 20px 30px;
    text-align: center;
}
.xerf dl dd p {
    margin: 0;
    line-height: 1.8;
}
.highlight {
    background: #ffff01;
    font-weight: 600;
    padding: 2px;
}
.highlight-underline {
    color: #000;
    text-decoration: underline;
    text-decoration-color: #ae9268;
    text-decoration-thickness: 0.1em;
    text-underline-offset: 0.4em;
}
.xerf .gold {
    background:url(./images/gold.jpg) no-repeat top center!important;
    background-size: 100% 100%;
    color: #fff;
    text-shadow: 0 0 10px rgba(142, 132, 61, 0.8);
}
.xerf .pink {
    color:#de3183;
    background: #f9dbe7;
    padding: 15px 0;
    font-size: 20px;
}
.xerf .pink2 {
    background:#de3183;
    color: #fff;
    padding: 15px 0;
    font-size: 20px;
}
.xerf ul.icon {
    display: flex;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.xerf ul.icon li {
    margin: 10px 2%;
    padding: 0;
    width: 29%;
    color: #d70067;
    font-family: "Noto Serif JP", serif;
    font-size: 15px;
    text-align: center;
}
.xerf ul.icon li p {
    margin: 5px 0 0;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}
.dot {
    color: #af9469;
}
.arr {
    width: 30%;
    margin: 20px auto;
}
.xerf .steps {
    display: flex;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.xerf .steps .info {
    width: 68%;
    margin: 0;
    padding: 0 4% 0 0;
}
.xerf .steps .image {
    width: 32%;
    margin: 0;
    padding: 0;
}
.xerf .steps h6 {
    color: #d70067;
    font-family: "Noto Serif JP", serif;
    font-size: 17px;
    text-align: left;
    padding: 0 0 0 30px;
    position: relative;
}
.xerf .steps h6.one::before {
    content:'';
    position: absolute;
    top: 3px;
    left: 0;
    width: 22px;
    height: 22px;
    background: url(./images/no1.jpg) center center no-repeat;
    background-size: contain;
}
.xerf .steps h6.two::before {
    content:'';
    position: absolute;
    top: 3px;
    left: 0;
    width: 22px;
    height: 22px;
    background: url(./images/no2.jpg) center center no-repeat;
    background-size: contain;
}
.xerf .steps h6.three::before {
    content:'';
    position: absolute;
    top: 3px;
    left: 0;
    width: 22px;
    height: 22px;
    background: url(./images/no3.jpg) center center no-repeat;
    background-size: contain;
}

.peel {
    padding: 40px 18px;
    background:url(./images/bg3.jpg) no-repeat top center;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
}
.peel dl {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    align-self: stretch;
    align-content: flex-start;
    flex-wrap: wrap;
    border: 2px solid #d70067;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 6px 0px rgba(207, 41, 98, 0.3);
}
.peel dl dt {
    width: 100%;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 36px;
    background: #d70067;
    color: #fff;
    padding: 10px 0 15px;
    margin-bottom: 0;
}
.peel dl dd {
    width: 100%;
    margin: 5px 0;
    background: #fff;
    padding: 20px 20px 30px;
    text-align: center;
}
.peel dl dd p {
    margin: 0 0 30px;
    line-height: 1.8;
}
.bpeel {
    margin: 10px 0;
    padding: 0;
    width: 100%;
}
.bpeel li {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-self: center;
    align-content: center!important;
}
.bpeel li picture {
    width: 35%;
    margin-right: 7%;
}
.peel dl dd .bpeel li p {
    width: 58%;
    margin-bottom: 0;
}
.peel .midashi {
    background:url(./images/peel_04.jpg) no-repeat top center;
    background-size: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 719 / 282;
    color: #fff;
    position: relative;
}
.peel .midashi h4 {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 17px;
    line-height: 1.6;
    position: absolute;
    right: 12px;
    top: 16px;
}
.peel .midashi h4 span {
    font-size: 25px;
}

/* mobile */
@media screen and (max-width: 420px) {
    .midashi h2 {
        top: calc(34 / 420 * 100vw);
    }
    .midashi h2 span {
        font-size: calc(21 / 420 * 100vw);
    }
    .midashi2 .t01 {
        top: calc(31 / 420 * 100vw);
        font-size: calc(24 / 420 * 100vw);
    }
    .midashi2 .t02 {
        top: calc(73 / 420 * 100vw);
        font-size: calc(16 / 420 * 100vw);
    }
    .midashi2 .t03 {
        top: calc(142 / 420 * 100vw);
        font-size: calc(24 / 420 * 100vw);
    }
    .midashi2 .t04 {
        top: calc(184 / 420 * 100vw);
        font-size: calc(16 / 420 * 100vw);
    }
    .midashi2 .t05 {
        top: calc(254 / 420 * 100vw);
        font-size: calc(24 / 420 * 100vw);
    }
    .midashi2 .t06 {
        top: calc(296 / 420 * 100vw);
        font-size: calc(16 / 420 * 100vw);
    }
    .midashi2 .t07 {
        padding: 0 calc(60 / 420 * 100vw);
        top: calc(340 / 420 * 100vw);
        font-size: calc(14 / 420 * 100vw);
    }
    .kouka .e1 {
        left: calc(45 / 420 * 100vw);
        top: calc(230 / 420 * 100vw);
        font-size: calc(16 / 420 * 100vw);
        line-height: 1.4;
    }
    .kouka .e2 {
        left: calc(170 / 420 * 100vw);
        top: calc(230 / 420 * 100vw);
        font-size: calc(16 / 420 * 100vw);
        line-height: 1.4;
    }
    .kouka .e3 {
        left: calc(290 / 420 * 100vw);
        top: calc(230 / 420 * 100vw);
        font-size: calc(16 / 420 * 100vw);
        line-height: 1.4;
    }
    .kouka .e4 {
        left: calc(85 / 420 * 100vw);
        top: calc(342 / 420 * 100vw);
        font-size: calc(16 / 420 * 100vw);
        line-height: 1.4;
    }
    .kouka .e5 {
        left: calc(227 / 420 * 100vw);
        top: calc(342 / 420 * 100vw);
        font-size: calc(16 / 420 * 100vw);
        line-height: 1.4;
    }
    .kouka .e6 {
        top: calc(450 / 420 * 100vw);
        padding: 0 20px;
        font-size: calc(12 / 420 * 100vw);
        line-height: 1.4;
    }
    .xerf dl dt,
    .ldm dl dt {
        font-size: calc(30 / 420 * 100vw);
    }
    .xerf .pink,
    .xerf .pink2 {
        font-size: calc(20 / 420 * 100vw);
    }
    .xerf .steps h6 {
        font-size: calc(16 / 420 * 100vw);
        margin-bottom: 5px;
    }
    .button > div {
        top: calc(290 / 420 * 100vw);
    }
    .peel .midashi h4 {
        font-size: calc(16 / 420 * 100vw);
        right: calc(12 / 420 * 100vw);
        top: calc(16 / 420 * 100vw);
    }
    .peel .midashi h4 span {
        font-size: calc(25 / 420 * 100vw);
    }
    .kouka {
        overflow-x: hidden;
    }
    .kouka-text ul li p {
        font-size: calc(16 / 420 * 100vw);
    }
    .ldm .big {
        font-size: calc(19 / 420 * 100vw);
    }
    .merit p {
        font-size: calc(14 / 420 * 100vw);
        margin-top: 5px;
    }
}
@media screen and (max-width: 390px) {
    .kouka-head h3,
    .ldm h3 {
        font-size: calc(30 / 390 * 100vw);
        
    }
    .kouka-text ul li h5 {
        font-size: calc(21 / 390 * 100vw);
    }
}