@charset "utf-8";

/**
 * ---------------------------------------------------
 * luckybag
 * ---------------------------------------------------
 */
html {
    font-size: 62.5%;
}
@media only screen and (min-width: 769px) {
    .pcDspNone {
        display: none !important;
    }
}
@media only screen and (max-width: 768px) {
    .spDspNone {
        display: none !important;
    }
}
.font_en {
    font-family: "Roboto", sans-serif;
}
.custom_desc, .custom_note, .custom_space, .order_desc {
    overflow: visible;
}
.luckybag {
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
	position: relative;
    color: #404040;
    font-feature-settings: "palt";
}
.luckybag .notice.notice01 {
    display: inline-block;
    font-size: 1.3rem;
    color: #8E8E8E;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.6;
    position: relative;
    padding: 0 0 0 1.5rem;
}
.luckybag .notice.notice01::before {
    content: "＊";
    position: absolute;
    top: 0;
    left: 0;
}
/* .main_area */
.luckybag .main_area {
    width: 100%;
}
.luckybag .main_area .inner {
    height: 348px;
    background: rgba(128, 174, 213, 0.1);
    border-radius: clamp(10px, calc(100vw * 26 / 1400), 26px);
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.luckybag.child_book .main_area .inner figure {
    width: 479px;
    height: 100%;
}
.luckybag.monthly_book .main_area .inner figure {
    width: 405px;
    height: 100%;
}
.luckybag .main_area .inner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.luckybag .main_area .inner .element {
    display: flex;
    justify-content: center;
    align-items: center;
}
.luckybag.child_book .main_area .inner .element {
    width: calc(100% - 479px);
}
.luckybag.monthly_book .main_area .inner .element {
    width: calc(100% - 405px);
}
.luckybag .main_area .inner .element .item h3 {
    display: inline;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.6;
    background:linear-gradient(transparent 60%, #FFF8B7 0%);
}
.luckybag .main_area .inner .element .item p {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin: 30px 0 0 0;
}
.luckybag .main_area .notice_area {
    margin: 15px 0 0 0;
    display: flex;
    justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
    .luckybag .main_area .inner {
        height: auto;
        background: none;
        border-radius: 0;
        display: block;
    }
    .luckybag.child_book .main_area .inner figure {
        width: 100%;
        height: auto;
        aspect-ratio: 278 / 202;
        overflow: hidden;
        border-radius: 14px;
    }
    .luckybag.monthly_book .main_area .inner figure {
        width: 100%;
        height: auto;
        aspect-ratio: 278 / 202;
        overflow: hidden;
        border-radius: 14px;
    }
    .luckybag .main_area .inner .element {
        display: block;
        margin: 0 0 20px 0;
    }
    .luckybag.child_book .main_area .inner .element {
        width: 100%;
    }
    .luckybag.monthly_book .main_area .inner .element {
        width: 100%;
    }
    .luckybag .main_area .inner .element .item h3 {
        font-size: 1.9rem;
        background:linear-gradient(transparent 70%, #FFF8B7 0%);
    }
    .luckybag .main_area .inner .element .item p {
        font-size: 1.6rem;
        letter-spacing: 0.05em;
        line-height: 1.6;
        margin: 10px 0 0 0;
        text-align: justify;
    }
    .luckybag .main_area .notice_area {
        margin: 10px 0 0 0;
        display: block;
        text-align: justify;
    }
}
/* common_title */
.common_title {
    font-size: 2.3rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: center;
    position: relative;
}
.common_title.blue {
    color: #80AED5;
}
.common_title.orange {
    color: #F0885A;
}
.common_title.black {
    color: #404040;
}
.common_title span {
    position: relative;
    z-index: 1;
}
.common_title span::before {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.common_title.blue span::before {
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(128, 174, 213, .1),
        rgba(128, 174, 213, .1) 3px,
        rgba(128, 174, 213, 0) 3px,
        rgba(128, 174, 213, 0) 6px
    );
}
.common_title.orange span::before {
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(240, 136, 90, .1),
        rgba(240, 136, 90, .1) 3px,
        rgba(240, 136, 90, 0) 3px,
        rgba(240, 136, 90, 0) 6px
    );
}
.common_title.black span::before {
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, .1),
        rgba(0, 0, 0, .1) 3px,
        rgba(0, 0, 0, 0) 3px,
        rgba(0, 0, 0, 0) 6px
    );
}
@media only screen and (max-width: 768px) {
    .common_title {
        font-size: 1.8rem;
        text-align: left;
    }
    .common_title span {
        display: block;
    }
}
/* btn_element */
.btn_element {
    text-align: center;
}
.btn_element a {
    display: inline-block;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-weight: 400;
    border: 1px solid #404040;
    border-radius: 300px;
    position: relative;
    padding: 15px 50px 15px 20px;
    transition: all .3s ease;
}
.btn_element a svg {
    width: 27px;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}
.btn_element a svg .bg {
    fill: #404040;
    transition: all .3s ease;
}
.btn_element a svg .arrow {
    fill: #fff;
    transition: all .3s ease;
}
.btn_element a:hover {
    text-decoration: none;
    background: #404040;
    color: #fff;
}
.btn_element a:hover svg .bg {
    fill: #fff;
}
.btn_element a:hover svg .arrow {
    fill: #404040;
}
@media only screen and (max-width: 768px) {
    .btn_element a {
        font-size: 1.4rem;
        padding: 15px 40px 15px 15px;
    }
    .btn_element a svg {
        width: 22px;
        height: 22px;
        right: 6px;
    }
    .btn_element a:hover {
        background: #fff;
        color: #404040;
    }
    .btn_element a:hover svg .bg {
        fill: #404040;
    }
    .btn_element a:hover svg .arrow {
        fill: #fff;
    }
}
/* about_area */
.about_area {
    margin: 125px 0 0 0;
}
.about_area .inner .introduction_box {
    width: 830px;
    margin: 65px auto 0 auto;
}
.about_area .inner .introduction_box h4 {
    text-align: center;
    color: #80AED5;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.15em;
}
.about_area .inner .introduction_box h4 span {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.125em;
    margin: 0 0 5px 0;
}
.about_area .inner .introduction_box h5 {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
    margin: 50px 0 0 0;
}
.about_area .inner .introduction_box p.lead {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    margin: 20px 0 0 0;
}
.about_area .inner .introduction_box .img_box {
    margin: 45px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about_area .inner .introduction_box .img_box p.txt {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    background: #f7f7f7;
    border-radius: 6px;
    padding: 10px;
    margin: 0 0 20px 0;
}
.about_area .inner .introduction_box .img_box figure {
    width: 400px;
    overflow: hidden;
    border-radius: clamp(10px, calc(100vw * 20 / 1400), 20px);
}
.about_area .inner .introduction_box .img_box span.notice {
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
}
.about_area .inner .product_contents {
    width: 830px;
    margin: 65px auto 0 auto;
}
.about_area .inner .product_contents dl dt {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.about_area .inner .product_contents dl dd {
    margin: 10px 0 0 0;
}
.about_area .inner .product_contents dl dd ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
.about_area .inner .product_contents dl dd ul li {
    background: #f2f2f2;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.4;
}
.about_area .inner p.txt01 {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    font-weight: 400;
    margin: 65px 0 0 0;
    display: flex;
    justify-content: center;
}
.about_area .inner .previous_owner {
    width: 830px;
    margin: 85px auto 0 auto;
    border-top: 1px solid #E8E8E8;
    padding: 65px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.about_area .inner .previous_owner dl {
    width: calc(100% - 322px);
    padding: 0 65px 0 0;
}
.about_area .inner .previous_owner dl dt {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.6;
}
.about_area .inner .previous_owner dl dd {
    margin: 15px 0 0 0;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: justify;
}
.about_area .inner .previous_owner figure {
    width: 322px;
    border-radius: clamp(10px, calc(100vw * 20 / 1400), 20px);
    overflow: hidden;
}
.about_area .inner .previous_owner .notice_area {
    display: block;
    margin: 15px 0 0 0;
}
@media only screen and (max-width: 768px) {
    .about_area {
        margin: 65px 0 0 0;
    }
    .about_area .inner .introduction_box {
        width: 100%;
        margin: 45px auto 0 auto;
    }
    .about_area .inner .introduction_box h4 {
        text-align: left;
        font-size: 2rem;
        line-height: 1.4;
    }
    .about_area .inner .introduction_box h4 span {
        font-size: 1.3rem;
    }
    .about_area .inner .introduction_box h5 {
        font-size: 1.6rem;
        text-align: left;
        margin: 30px 0 0 0;
    }
    .about_area .inner .introduction_box p.lead {
        font-size: 1.4rem;
        text-align: justify;
        margin: 10px 0 0 0;
    }
    .about_area .inner .introduction_box .img_box {
        margin: 30px 0 0 0;
        display: block;
    }
    .about_area .inner .introduction_box .img_box p.txt {
        font-size: 1.4rem;
        margin: 0 0 15px 0;
    }
    .about_area .inner .introduction_box .img_box figure {
        width: 100%;
        border-radius: 10px;
    }
    .about_area .inner .introduction_box .img_box figure:not(:first-child) {
        margin: 5px 0 0 0;
    }
    .about_area .inner .product_contents {
        width: 100%;
        margin: 45px auto 0 auto;
    }
    .about_area .inner .product_contents dl dt {
        font-size: 1.6rem;
    }
    .about_area .inner .product_contents dl dd ul {
        gap: 5px;
    }
    .about_area .inner .product_contents dl dd ul li {
        padding: 6px 10px;
        font-size: 1.4rem;
    }
    .about_area .inner p.txt01 {
        font-size: 1.3rem;
        margin: 30px 0 0 0;
    }
    .about_area .inner .previous_owner {
        width: 100%;
        margin: 45px auto 0 auto;
        border-top: none;
        padding: 0;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column-reverse;
    }
    .about_area .inner .previous_owner dl {
        width: 100%;
        padding: 0;
        margin: 20px 0 0 0;
    }
    .about_area .inner .previous_owner dl dt {
        font-size: 1.5rem;
        letter-spacing: 0.05em;
    }
    .about_area .inner .previous_owner dl dd {
        margin: 10px 0 0 0;
        font-size: 1.3rem;
    }
    .about_area .inner .previous_owner dd.notice_area {
        margin: 10px 0 0 0;
    }
    .about_area .inner .previous_owner figure {
        width: 100%;
        border-radius: 14px;
    }
}
/* present_area */
.present_area {
    margin: 125px 0 0 0;
    padding: 125px 0;
    position: relative;
}
.present_area::before {
    content: "";
    width: calc(100% + 110px);
    height: 100%;
    background: rgba(240, 136, 90, .08);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.present_area .inner {
    position: relative;
    z-index: 1;
}
.present_area .inner::before {
    content: "";
    width: 200px;
    height: 189px;
    background-image: url(/data/kodomofuruhonten/image/pro_luckybag/present_img01.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -200px;
    right: 50px;
}
.present_area .inner p.lead {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 65px 0 0 0;
    font-weight: 400;
}
.present_area .inner .img_box {
    width: 830px;
    margin: 65px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.present_area .inner .img_box figure {
    width: 400px;
    overflow: hidden;
    border-radius: clamp(10px, calc(100vw * 20 / 1400), 20px);
}
.present_area .inner .img_box .notice_area {
    width: 100%;
    margin: 10px 0 0 0;
    display: flex;
    justify-content: flex-end;
}
.present_area .inner .present_box {
    width: 830px;
    margin: 65px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.present_area .inner .present_box figure {
    width: 410px;
    overflow: hidden;
    border-radius: clamp(10px, calc(100vw * 20 / 1400), 20px);
}
.present_area .inner .present_box .item {
    width: calc(100% - 410px - 50px);
}
.present_area .inner .present_box .item p {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: justify;
}
.present_area .inner .present_box .item span.notice {
    display: block;
    margin: 10px 0 0 0;
}
.present_area .inner .option_box {
    width: 830px;
    margin: 50px auto 0 auto;
    border-top: 1px solid #F0885A;
    border-bottom: 1px solid #F0885A;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 45px 30px;
}
.present_area .inner .option_box dt {
    font-size: 1.8rem;
    color: #F0885A;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.6;
}
.present_area .inner .option_box dd {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
.present_area .inner .option_box dd span {
    background:linear-gradient(transparent 60%, #FFE500 0%);
}
.present_area .inner .notice_area_last {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 65px 0 0 0;
}
@media only screen and (max-width: 768px) {
    .present_area {
        margin: 65px 0 0 0;
        padding: 65px 0;
    }
    .present_area::before {
        width: calc(100% + 60px);
    }
    .present_area .inner::before {
        width: 98px;
        height: 93px;
        top: -120px;
        right: 0;
    }
    .present_area .inner p.lead {
        font-size: 1.4rem;
        margin: 45px 0 0 0;
        line-height: 1.6;
        text-align: justify;
    }
    .present_area .inner .img_box {
        width: 100%;
        margin: 45px auto 0 auto;
        display: block;
    }
    .present_area .inner .img_box figure {
        width: 100%;
        border-radius: 14px;
    }
    .present_area .inner .img_box figure:not(:first-child) {
        margin: 10px 0 0 0;
    }
    .present_area .inner .img_box .notice_area {
        display: block;
    }
    .present_area .inner .present_box {
        width: 100%;
        margin: 45px auto 0 auto;
        display: block;
    }
    .present_area .inner .present_box figure {
        width: 100%;
        overflow: hidden;
        border-radius: 14px;
    }
    .present_area .inner .present_box .item {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .present_area .inner .present_box .item p {
        font-size: 1.4rem;
    }
    .present_area .inner .option_box {
        width: 100%;
        margin: 45px auto 0 auto;
        display: block;
        padding: 25px 0;
    }
    .present_area .inner .option_box dt {
        font-size: 1.6rem;
        letter-spacing: 0.05em;
    }
    .present_area .inner .option_box dd {
        font-size: 1.4rem;
        margin: 10px 0 0 0;
    }
    .present_area .inner .option_box dd span {
        background:linear-gradient(transparent 70%, #FFE500 0%);
    }
    .present_area .inner .notice_area_last {
        display: block;
        margin: 20px 0 0 0;
    }
}
/* recommend_area */
.recommend_area {
    margin: 125px 0 0 0;
}
.child01_03 .recommend_area .inner ul {
    width: 500px;
    margin: 0 auto;
}
.child04_06 .recommend_area .inner ul {
    width: 800px;
    margin: 0 auto;
}
.child_book .recommend_area .inner ul li:not(:first-child) {
    margin: 20px 0 0 0;
}
.child_book .recommend_area .inner ul li {
    border-radius: clamp(10px, calc(100vw * 14 / 1400), 14px);
    overflow: hidden;
}
.monthly_book .recommend_area .inner ul {
    margin: 65px 0 0 0;
}
.monthly_book .recommend_area .inner ul li {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
.monthly_book .recommend_area .inner ul li span {
    display: inline;
    background: linear-gradient(transparent 60%, rgba(128, 174, 213, .1) 0%);
}
.monthly_book .recommend_area .inner ul li:not(:first-child) {
    margin: 35px 0 0 0;
}
.monthly_book .recommend_area .inner dl {
    width: 900px;
    margin: 65px auto 0 auto;
    background-color: rgba(128, 174, 213, .1);
    border-radius: clamp(10px, calc(100vw * 20 / 1400), 20px);
    padding: 65px 0;
    text-align: center;
}
.monthly_book .recommend_area .inner dl dt {
    font-size: 2.3rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #80AED5;
}
.monthly_book .recommend_area .inner dl dd {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin: 35px 0 0 0;
}
@media only screen and (max-width: 768px) {
    .recommend_area {
        margin: 65px 0 0 0;
    }
    .child01_03 .recommend_area .inner ul {
        width: 100%;
    }
    .child04_06 .recommend_area .inner ul {
        width: 100%;
    }
    .child_book .recommend_area .inner ul li:not(:first-child) {
        margin: 10px 0 0 0;
    }
    .child_book .recommend_area .inner ul li {
        border-radius: 10px;
    }
    .monthly_book .recommend_area .inner ul {
        margin: 45px 0 0 0;
    }
    .monthly_book .recommend_area .inner ul li {
        text-align: left;
        font-size: 1.4rem;
        position: relative;
        padding: 0 0 0 2rem;
    }
    .monthly_book .recommend_area .inner ul li::before {
        content: "";
        width: 1rem;
        height: 1rem;
        background: rgba(128, 174, 213, .3);
        border-radius: 50%;
        position: absolute;
        top: 0.7rem;
        left: 0;
    }
    .monthly_book .recommend_area .inner ul li span {
        display: inline-block;
        background: none;
    }
    .monthly_book .recommend_area .inner ul li:not(:first-child) {
        margin: 15px 0 0 0;
    }
    .monthly_book .recommend_area .inner dl {
        width: 100%;
        margin: 45px auto 0 auto;
        border-radius: 10px;
        padding: 30px;
        text-align: left;
    }
    .monthly_book .recommend_area .inner dl dt {
        font-size: 1.6rem;
        letter-spacing: 0.05em;
    }
    .monthly_book .recommend_area .inner dl dd {
        font-size: 1.4rem;
        line-height: 1.6;
        text-align: justify;
        margin: 20px 0 0 0;
    }
}
/* charm_area */
.charm_area {
    margin: 125px 0 0 0;
}
.charm_area .inner .list {
    margin: 65px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.charm_area .inner .list .item {
    width: 219px;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #80AED5;
}
.charm_area .inner .list .item .num_wrap {
    display: flex;
    align-items: center;
    gap: 1em;
}
.charm_area .inner .list .item .num_wrap p.num {
    white-space: nowrap;
    font-family: "Roboto", sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
    color: #80AED5;
}
.charm_area .inner .list .item .num_wrap span.line {
    flex: 1;
    height: 1px;
    background: #80AED5;
}
.charm_area .inner .list .item h4 {
    color: #80AED5;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin: 20px 0 0 0;
    text-align: center;
}
.charm_area .inner .list .item p.txt {
    text-align: justify;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin: 10px 0 0 0;
}
@media only screen and (max-width: 768px) {
    .charm_area {
        margin: 65px 0 0 0;
    }
    .charm_area .inner .list {
        margin: 45px 0 0 0;
        display: block;
    }
    .charm_area .inner .list .item {
        width: 100%;
        padding: 0 0 30px 0;
        border-bottom: none;
    }
    .charm_area .inner .list .item .num_wrap p.num {
        font-size: 3rem;
    }
    .charm_area .inner .list .item h4 {
        margin: 15px 0 0 0;
    }
    .charm_area .inner .list .item p.txt {
        font-size: 1.4rem;
    }
}
/* voice_area */
.voice_area {
    margin: 125px 0 0 0;
}
.voice_area .inner {
    width: 900px;
    margin: 0 auto;
}
.voice_area .inner .element {
    margin: 65px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.voice_area .inner .element.column02 .item {
    width: calc(100% / 2 - 20px);
}
.voice_area .inner .element.column03 .item {
    width: calc(100% / 3 - 26px);
}
.voice_area .inner .element .item {
    background: rgba(128, 174, 213, .1);
    border-radius: clamp(10px, calc(100vw * 20 / 1400), 20px);
    padding: 50px;
}
.voice_area .inner .element .item figure {
    width: 105px;
    margin: 0 auto;
}
.voice_area .inner .element .item p {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin: 30px 0 0 0;
    text-align: justify;
}
.voice_area .inner .customer {
    margin: 85px 0 0 0;
}
.voice_area .inner .customer p.lead {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: center;
}
.voice_area .inner .customer p.btn_element {
    margin: 25px 0 0 0;
}
.voice_area .inner .customer p.notice_area {
    display: flex;
    justify-content: center;
    margin: 25px 0 0 0;
}
@media only screen and (max-width: 768px) {
    .voice_area {
        margin: 65px 0 0 0;
    }
    .voice_area .inner {
        width: 100%;
    }
    .voice_area .inner .element {
        margin: 45px 0 0 0;
        display: block;
    }
    .voice_area .inner .element.column02 .item {
        width: 100%;
    }
    .voice_area .inner .element.column03 .item {
        width: 100%;
    }
    .voice_area .inner .element .item {
        background: none;
        border-radius: 0;
        padding: 0;
    }
    .voice_area .inner .element .item:not(:first-child) {
        margin: 45px 0 0 0;
    }
    .voice_area .inner .element .item p {
        margin: 20px 0 0 0;
    }
    .voice_area .inner .customer {
        margin: 65px 0 0 0;
    }
    .voice_area .inner .customer p.btn_element {
        margin: 20px 0 0 0;
    }
    .voice_area .inner .customer p.notice_area {
        display: block;
        margin: 20px 0 0 0;
        font-size: 1.2rem;
    }
}
/* message_area */
.message_area {
    margin: 125px 0 0 0;
    padding: 125px 0;
    position: relative;
}
.message_area::before {
    content: "";
    width: calc(100% + 110px);
    height: 100%;
    background: rgba(230, 240, 90, .05);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.message_area .inner {
    position: relative;
    z-index: 1;
}
.message_area .inner ul {
    margin: 85px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.message_area .inner ul li {
    width: 298px;
    border-radius: 50%;
    overflow: hidden;
}
.message_area .inner p {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin: 45px 0 0 0;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .message_area {
        margin: 65px 0 0 0;
        padding: 65px 0;
    }
    .message_area::before {
        width: calc(100% + 60px);
    }
    .message_area .inner ul {
        margin: 65px 0 0 0;
        gap: 10px;
    }
    .message_area .inner ul li {
        width: calc(100% / 2 - 5px);
    }
    .message_area .inner p {
        font-size: 1.4rem;
        margin: 30px 0 0 0;
        text-align: justify;
    }
}
/* faq_area */
.faq_area {
    padding: 125px 0;
    position: relative;
}
.faq_area::before {
    content: "";
    width: calc(100% + 110px);
    height: 100%;
    background: rgba(128, 174, 213, .05);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.faq_area .inner {
    position: relative;
    z-index: 1;
}
.faq_area .inner .faq_list {
    width: 900px;
    margin: 65px auto 0 auto;
}
.faq_area .inner .faq_list .faq_item:not(:first-child) {
    margin: 10px 0 0 0;
}
.faq_area .inner .faq_list .faq_item summary::-webkit-details-marker {
    display: none;
}
.faq_area .inner .faq_list .faq_item summary {
    display: block;
    width: 100%;
    padding: 25px 50px 25px 80px;
    background: #fff;
    border-radius: 10px;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    position: relative;
    transition: all .3s ease;
}
.faq_area .inner .faq_list .faq_item summary::before {
    content: "Q";
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    color: #80AED5;
    font-size: 3.4rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}
.faq_area .inner .faq_list .faq_item summary svg {
    width: 24px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    transition: all .3s ease;
}
.faq_area .inner .faq_list .faq_item summary svg .bg {
    fill: #80AED5;
    transition: all .3s ease;
}
.faq_area .inner .faq_list .faq_item summary svg .arrow {
    stroke: #fff;
    transition: all .3s ease;
}
.faq_area .inner .faq_list .faq_item[open] summary svg {
    transform: translateY(-50%) rotate(180deg);
}
.faq_area .inner .faq_list .faq_item summary:hover {
    background-color: #80AED5;
    color: #fff;
}
.faq_area .inner .faq_list .faq_item summary:hover::before {
    color: #fff;
}
.faq_area .inner .faq_list .faq_item summary:hover svg .bg {
    fill: #fff;
}
.faq_area .inner .faq_list .faq_item summary:hover svg .arrow {
    stroke: #80AED5;
}
.faq_area .inner .faq_list .faq_item .ans {
    max-height: 0;
    overflow: hidden;
    position: relative;
    transition: max-height .3s ease;
}
.faq_area .inner .faq_list .faq_item .ans::before {
    content: "A";
    position: absolute;
    top: 30px;
    left: 30px;
    color: #989898;
    font-size: 3.4rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}
.faq_area .inner .faq_list .faq_item .ans p {
    padding: 0 0 0 80px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 1.6;
}
.faq_area .inner .faq_list .faq_item .ans p:first-child {
    margin: 30px 0 0 0;
}
.faq_area .inner .faq_list .faq_item .ans p:not(:first-child) {
    margin: 10px 0 0 0;
}
.faq_area .inner .faq_list .faq_item .ans p:last-child {
    padding: 0 0  45px 80px;
}
.faq_area .inner .faq_list .faq_item .ans p a {
    color: #F0885A;
    transition: all .3s ease;
}
.faq_area .inner .faq_list .faq_item .ans p a:hover {
    opacity: .6;
    text-decoration: none;
}
@media only screen and (max-width: 768px) {
    .faq_area {
        padding: 65px 0;
    }
    .faq_area::before {
        width: calc(100% + 60px);
    }
    .faq_area .inner .faq_list {
        width: 100%;
        margin: 45px auto 0 auto;
    }
    .faq_area .inner .faq_list .faq_item:not(:first-child) {
        margin: 5px 0 0 0;
    }
    .faq_area .inner .faq_list .faq_item summary {
        padding: 15px 40px 15px 50px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .faq_area .inner .faq_list .faq_item summary::before {
        left: 20px;
        font-size: 2rem;
    }
    .faq_area .inner .faq_list .faq_item summary svg {
        width: 18px;
        right: 15px;
    }
    .faq_area .inner .faq_list .faq_item summary:hover {
        background-color: #fff;
        color: #404040;
    }
    .faq_area .inner .faq_list .faq_item summary:hover::before {
        color: #80AED5;
    }
    .faq_area .inner .faq_list .faq_item summary:hover svg .bg {
        fill: #80AED5;
    }
    .faq_area .inner .faq_list .faq_item summary:hover svg .arrow {
        stroke: #fff;
    }
    .faq_area .inner .faq_list .faq_item .ans::before {
        top: 25px;
        left: 20px;
        font-size: 2rem;
    }
    .faq_area .inner .faq_list .faq_item .ans p {
        padding: 0 0 0 50px;
        font-size: 1.4rem;
        text-align: justify;
    }
    .faq_area .inner .faq_list .faq_item .ans p:first-child {
        margin: 20px 0 0 0;
    }
    .faq_area .inner .faq_list .faq_item .ans p:last-child {
        padding: 0 0 30px 50px;
    }
    .faq_area .inner .faq_list .faq_item .ans p a:hover {
        opacity: 1;
    }
}
/* flow_area */
.flow_area {
    margin: 125px 0 0 0;
}
.flow_area .inner .flow_list {
    margin: 65px 0 0 0;
}
.flow_area .inner .flow_list .flow_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flow_area .inner .flow_list .flow_item:not(:first-child) {
    margin: 85px 0 0 0;
}
.flow_area .inner .flow_list .flow_item dl {
    width: calc(100% - 380px);
    padding: 0 65px 0 0;
}
.flow_area .inner .flow_list .flow_item dl dt {
    font-size: 1.8rem;
    font-weight: 600;
    color: #80AED5;
    letter-spacing: 0.1em;
    line-height: 1.6;
    position: relative;
    padding: 0 0 0 50px;
}
.flow_area .inner .flow_list .flow_item dl dt::before {
    content: "";
    width: 18px;
    height: 18px;
    background: #80AED5;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.flow_area .inner .flow_list .flow_item dl dd {
    margin: 20px 0 0 0;
    padding: 0 0 0 50px;
}
.flow_area .inner .flow_list .flow_item dl dd p {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: justify;
}
.flow_area .inner .flow_list .flow_item dl dd p:not(:first-child) {
    margin: 15px 0 0 0;
}
.flow_area .inner .flow_list .flow_item figure {
    width: 380px;
    border-radius: clamp(10px, calc(100vw * 14 / 1400), 14px);
    overflow: hidden;
}
.flow_area .inner .flow_list .flow_item figure figcaption {
    margin: 10px 0 0 0;
}
.flow_area .inner .flow_list {
    --dot-size: 18px;
    --gap-between: 85px;
    --line-width: 2px;
    --line-color: #80AED5;
}
.flow_area .inner .flow_list .flow_item {
    position: relative;
}
.flow_area .inner .flow_list .flow_item::after{
    content: "";
    position: absolute;
    left: 8px;
    width: var(--line-width);
    background: var(--line-color);
    top: calc( (1.8rem * 1.6) / 2 );
    bottom: calc(-1 * var(--gap-between) - (var(--dot-size) / 2));
}
.flow_area .inner .flow_list .flow_item:last-child::after{
    content: none;
}
.flow_area .inner .notes {
    margin: 85px 0 0 0;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    padding: 50px 40px;
}
.flow_area .inner .notes h4 {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
}
.flow_area .inner .notes ul {
    margin: 25px 0 0 0;
}
.flow_area .inner .notes ul li {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    font-weight: 400;
    position: relative;
    padding: 0 0 0 1.5rem;
}
.flow_area .inner .notes ul li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}
.flow_area .inner .notes ul li:not(:first-child) {
    margin: 10px 0 0 0;
}
@media only screen and (max-width: 768px) {
    .flow_area {
        margin: 65px 0 0 0;
    }
    .flow_area .inner .flow_list {
        margin: 45px 0 0 0;
    }
    .flow_area .inner .flow_list .flow_item {
        display: block;
    }
    .flow_area .inner .flow_list .flow_item:not(:first-child) {
        margin: 50px 0 0 0;
    }
    .flow_area .inner .flow_list .flow_item dl {
        width: 100%;
        padding: 0;
    }
    .flow_area .inner .flow_list .flow_item dl dt {
        font-size: 1.6rem;
        padding: 0 0 0 20px;
    }
    .flow_area .inner .flow_list .flow_item dl dt::before {
        width: 1rem;
        height: 1rem;
    }
    .flow_area .inner .flow_list .flow_item dl dd {
        margin: 5px 0 0 0;
        padding: 0 0 0 20px;
    }
    .flow_area .inner .flow_list .flow_item dl dd p {
        font-size: 1.4rem;
    }
    .flow_area .inner .flow_list .flow_item dl dd p:not(:first-child) {
        margin: 10px 0 0 0;
    }
    .flow_area .inner .flow_list .flow_item figure {
        width: calc(100% - 20px);
        border-radius: 10px;
        margin: 20px 0 0 auto;
    }
    .flow_area .inner .flow_list .flow_item::after{
        content: none;
    }
    .flow_area .inner .notes {
        margin: 50px 0 0 0;
        padding: 20px 10px;
    }
    .flow_area .inner .notes h4 {
        font-size: 1.6rem;
    }
    .flow_area .inner .notes ul {
        margin: 15px 0 0 0;
    }
    .flow_area .inner .notes ul li {
        font-size: 1.4rem;
    }
}
/* bulk_area */
.bulk_area {
    margin: 125px 0 0 0;
    padding: 125px 0;
    position: relative;
}
.bulk_area::before {
    content: "";
    width: calc(100% + 110px);
    height: 100%;
    background: rgba(240, 136, 90, .08);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.bulk_area .inner {
    position: relative;
    z-index: 1;
}
.bulk_area .inner h4 {
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 85px 0 0 0;
}
.bulk_area .inner h4 span {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    display: block;
    margin: 0 0 5px 0;
}
.bulk_area .inner .element {
    margin: 65px 0 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}
.bulk_area .inner .element p {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.6;
    padding: 30px 50px;
    border-top: solid 1px rgba(0, 0, 0, .3);
    border-bottom: solid 1px rgba(0, 0, 0, .3);
}
.bulk_area .inner p.lead {
    margin: 65px 0 20px 0;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
    .bulk_area {
        margin: 65px 0 0 0;
        padding: 65px 0;
    }
    .bulk_area::before {
        width: calc(100% + 60px);
    }
    .bulk_area .inner h4 {
        font-size: 2.7rem;
        margin: 65px 0 0 0;
    }
    .bulk_area .inner h4 span {
        font-size: 1.3rem;
    }
    .bulk_area .inner .element {
        margin: 50px 0 0 0;
        display: block;
    }
    .bulk_area .inner .element p {
        padding: 20px 10px;
    }
    .bulk_area .inner .element p:first-child {
        border-bottom:  none;
    }
    .bulk_area .inner p.lead {
        margin: 45px 0 15px 0;
    }
}
/* .detail_page_body .detail_desc */
.detail_page_body .detail_desc {
    padding: 40px 40px 0 40px;
}
.item_desc {
    padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .detail_page_body .detail_desc {
        padding: 30px 20px 0 20px;
    }
}