@charset "utf-8";
/* CSS Document */

/* fontの読み込み */

/* 源柔 */
/* medium */
/*
@font-face {
    font-family: 'GenJyuuGothicX';
    src: url(../assets/font/GenJyuuGothicX-Medium.ttf) format('truetype');
    font-weight: 400;
}
*/

/* bold */
/*
@font-face {
    font-family: 'GenJyuuGothicX';
    src: url(../assets/font/GenJyuuGothicX-Bold.ttf) format('truetype');
    font-weight: 700;
}
*/

/* Heavy */
/*
@font-face {
    font-family: 'GenJyuuGothicX';
    src: url(../assets/font/GenJyuuGothicX-Heavy.ttf) format('truetype');
    font-weight: 900;
}
*/

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-size: 1.6em;
    font-family: 'Hiragino Maru Gothic ProN','Yu Gothic', 'ヒラギノ角ゴ ProN W3', sans-serif;
/*    font-family: "GenJyuuGothicX";*/
    font-weight: 700;
    letter-spacing: 0.12em;
    overflow-x: hidden;
}

body img {
    max-width: 100%;
    height: auto;
}

main {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    overflow-x: hidden;
/*    background-image: repeating-linear-gradient(45deg, #47BDF0, #47BDF0 50px, #3FBAEF 50px, #3FBAEF 100px);*/

}

.responsive_logo,
.responsive_No1medal {
    display: none;
}

.responsive-wrap {
    position: relative;
    background-color: #fdfdfd;
    top:-50px;

}


@media screen and (min-width: 375px) {
    main::before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100vh;
        overflow: hidden;
         background-image: repeating-linear-gradient(45deg, #47BDF0, #47BDF0 50px, #3FBAEF 50px, #3FBAEF 100px);
/*        background-image: url(../assets/image/responsive_bg_600.png);*/
/*        background-size: cover;*/
    }

    .responsive-wrap {
        overflow-x: hidden;
        width: 37.5rem;
        margin: 0rem auto 5rem;
        border-radius: 3rem;
    }
}

@media screen and (min-width: 500px) {
    .responsive-wrap {
        width: 50rem;
    }
}

@media screen and (min-width: 600px) {
    main::before {
        background-image: url(../assets/image/responsive_bg_768.png),
                          repeating-linear-gradient(45deg, #47BDF0, #47BDF0 50px, #3FBAEF 50px, #3FBAEF 100px);
        background-size: cover;
    }
}

@media screen and (min-width: 1000px) {
    main::before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100vh;
        background-image: url(../assets/image/responsive_bg_1920.png),
                          repeating-linear-gradient(45deg, #47BDF0, #47BDF0 50px, #3FBAEF 50px, #3FBAEF 100px);
        background-size: cover;
        background-position: center 45%;

    }

    .responsive_logo,
    .responsive_No1medal {
        display: block;
    }

    .responsive_logo {
        position: fixed;
        top: 11rem;
        width: 20rem;
        margin-left: 2rem;
    }

    .responsive_No1medal {
        position: fixed;
        bottom: 3rem;
        width: 20rem;
        margin-left: 2rem;
    }
}

@media screen and (min-width: 1336px) {
    .responsive_logo {
        position: fixed;
        top: 11rem;
        width: 26rem;
        margin-left: 8rem;
    }

    .responsive_No1medal {
        position: fixed;
        bottom: 3rem;
        width: 28rem;
        margin-left: 7rem;
    }
}

.section_FV {
    height: 115.5rem;
}

.section_FV_bg {
    position: relative;
    min-height: 60rem;
    background-image: url(../assets/image/FV_background.png);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 3rem;
}

.section_FV_bg_school-bag {
    min-height: 50rem;
    background-image: url(../assets/image/FV_school-bag.png);
    background-size: 126%;
    background-repeat: no-repeat;
    background-position: right 40% top 35%;
}

.section_FV_bg_No1medal_sp {
    position: absolute;
    top: 2%;
    left: 1%;
    width: 45%;
}

.section_FV_bg_No1medal_pc {
    display: none;
}

@media screen and (min-width: 500px) {
    .section_FV_bg_No1medal_pc {
        display: none;
        width: 30rem;
    }
}

/* ふきだし */
.section_FV_wrap_ballon {
    box-sizing: border-box;
    position: relative;
    left: 50%;
    right: 50%;
    bottom: -4%;
    display: inline-block;
    width: 150%;
    height: 27.5rem;
    padding: 80px;
    background-color: #1D4A99;
    text-align: center;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.section_FV_wrap_ballon_logo {
    width: 20rem;
    position: absolute;
    top: -2%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section_FV_wrap_ballon_logo img {
    width: 100%;
}

.section_FV_wrap_ballon p {
    color: #fff;
    line-height: 2;
    letter-spacing: 0.12em;
    font-size: clamp(17px,0.818rem + 0.91vw ,1rem)
}

.section_FV_wrap_ballon::before {
    content: '';
    position: absolute;
    bottom: -9%;
    right: 34%;
    margin-left: 0;
    display: block;
    width: 6.5rem;
    height: 4rem;
    background-color: #1D4A99;
    border-radius: 0 100% 0 100%;
    z-index: -1;
    transform: rotate(174deg);
}

.section_FV_wrap_ballon::after {
    content: '';
    position: absolute;
    bottom: -15%;
    right: 28%;
    margin-left: 0;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #fdfdfd;
    border-radius: 0 80% 0 80%;
    z-index: -1;
    transform: rotate(351deg);
}

.section_FV_kids {
    position: relative;
    top: -12%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.section_FV_kids img {
    width: 30%;
}

.section_video_wrap {
    position: relative;
    top: -10%;
    height: 29rem;
}

/* 本 */
.section_video_book_cover {
    position: relative;
    height: 29rem;
    background-color: #87C3DB;
}

.section_video_book_cover img {
    position: absolute;
    top: 39%;
    left: 50%;
    right: 50%;
    width: 108%;
    transform: translate(-50%, -50%);
}

.section_video {
    position: relative;
    width: 95%;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
}

.section_video iframe {
    width: 100%;
    height: 100%;
    margin-top: 1rem;
}

@media screen and (min-width: 500px) {
    .section_FV {
        height: 129.5rem;
    }

    .section_FV_bg {
        min-height: 85rem;
        border-radius: 3rem;
    }

    .section_FV_bg_school-bag {
        min-height: 70rem;
        background-position: right 40% top 25%;
    }

    /* ふきだし */
    .section_FV_wrap_ballon {
        height: 37rem;
        padding: 12rem;
    }

    .section_FV_wrap_ballon p {
        font-size: 2rem;
    }

    .section_FV_wrap_ballon::before {
        bottom: -6%;
        right: 35%;
    }

    .section_FV_wrap_ballon::after {
        bottom: -10.7%;
        right: 30%;
        transform: rotate(350deg);
    }

    .section_FV_kids {
        top: -11%;
    }

    .section_video_wrap {
        top: -9.5%;
    }

    /* 本 */
    .section_video_book_cover {
        height: 37rem;
    }
}

/* アイテム */

.section_item {
/*    height: 107rem;*/
}

.section_item_curve {
    top:-1em;
    position: relative;
    height: 25rem;
    margin: 0 -100px;
    padding: 0 100px;
    border-top-left-radius: 70% 70%;
    border-top-right-radius: 70% 70%;
    background-color: #fdfdfd;
    background-image: url(../assets/image/dot.png);
    background-size: 70%;
    background-position: 42% 52%;
}

.section_item_icon {
    position: relative;
    height: 20rem;

}
.section_item_new{
/*
    position: relative;
    top:8rem;
*/
    width:150px;
}
.section_item_icon h3 {
    text-align: center;
    position: relative;
    top: 70%;
    margin: 0 auto;
    width: 34%;
}

.section_item_icon h3 img {
    width: 100%;
    padding-bottom: 1em;
}

.section_item_icon_half-circle {
    position: absolute;
    top: 10%;
    right: -8%;
    width: 24%;
}

.section_item_icon_triangle {
    position: absolute;
    top: 35%;
    left: -6%;
    width: 24%;
}

.section_item_icon_wavy {
    position: absolute;
    bottom: -34%;
    right: -6%;
    width: 20%;
}

.section_item_bg {
    position: relative;
    top: -8.3%;
/*    height: 110em;*/
    background-color: #fdfdfd;
    background-image: url(../assets/image/dot.png);
    background-size: 100%;
    background-position: bottom;
}

.section_item_list {
    width: 90%;
    margin: 4.5rem auto;
    padding-top: 1rem;
}

.section_item_list img {
    width: 100%;
}

.section_item_standard,
.section_item_single,
.section_item_kurutto,
.section_item_design,
.section_item_gigatect,
.section_item_eco,
.section_item_next,
.section_item_mite
{
    display: block;
    margin-bottom: 2rem;
}

.timetable_link{
    display: flex;
    padding:1em 1em;
    margin:0 auto;
    justify-content: center;
    background-color:#47D5BF;
    color:#FFFFFF;
    font-weight: 800;
    font-size: calc(14px + 0.3vw)
;    position: relative;
    text-align: center;
    width:80%;
    max-width: 350px;
    top:2rem;
    left: 7rem;
    border-radius: 50px;
    align-items: center;
    filter: drop-shadow(0 5px 0 #2A8E7F);
}
.timetable_link img{
    max-width: clamp(3rem, 3vw, 4rem);
    height: 100%;
    margin-right: 0.5em;
}

@media screen and (min-width: 500px) {
    .section_item {
        padding-top: 12em;
/*        height: 137rem;*/
    }

    .section_item_curve {
        background-size: 80%;
        top:-80px;
    }

    .section_item_icon {
/*        height: 124rem;*/
        
    }

    .section_item_bg {
        top: -1%;
/*        height: 122rem;*/
        background-size: 100%;
        background-position: top;
    }

    .section_item_list {
        padding-top: 1rem;
    }
}

/* No1 */

.section_No1 {
/*    height: 137rem;*/
    
}

.section_No1_rainbow {
    height: 20rem;
}

.section_No1_rainbow_red,
.section_No1_rainbow_yellow,
.section_No1_rainbow_green,
.section_No1_rainbow_blue {
    position: relative;
    height: 25rem;
    margin: 0 -100px;
    padding: 0 100px;
    border-top-left-radius: 70% 70%;
    border-top-right-radius: 70% 70%;
}

.section_No1_rainbow_red {
    background-color: #EB6B6B;
}

.section_No1_rainbow_yellow {
    background-color: #FFEF6E;
    margin-top: -62%;
}

.section_No1_rainbow_green {
    background-color: #53E85E;
    margin-top: -62%;
}

.section_No1_rainbow_blue {
    background-color: #38B8EF;
    margin-top: -62%;
}
.section_No1_200{
    width:100%;
    height: auto;
    margin-bottom: 5em;
}
.section_No1_bg {
    height: 110rem;
    background-color: #38B8EF;
}

.section_No1_description {
    position: relative;
    top: -10%;
}

.section_No1_description_title {
    width: 60%;
    margin-left: auto;
    margin-right: 3%;
}

.section_No1_description_title h4 {
    font-size: 2.0rem;
    padding-left: 2.5rem;
    color: #fdfdfd;
    margin-bottom: -6%;
}

.section_No1_description_flex {
    display: flex;
    flex-wrap: nowrap;
}

.section_No1_description_package {
    width: 95%;
    margin-top: -22%;
}

.section_No1_description_package img {
    filter: drop-shadow(3px 5px 8px rgba(58, 70, 146, .4));
}

.section_No1_description_stripe {
    height: 27.5rem;
    margin-top: 3%;
    background: repeating-linear-gradient(125deg, #fdfdfd 0, #fdfdfd 30px, #FFEF6E 30px, #ffef6e 60px, #fdfdfd 60px, #fdfdfd 90px, #cde3ef 90px, #CDE3EF 120px);
}

.section_No1_description_text {
    padding: 1.5rem 1.5rem 0;
    margin-top: 10%;
    font-size: 1.2rem;
    background-color: #Fdfdfd;
    border-top: 1rem solid #FFE32E;
    border-bottom: 1rem solid #FFE32E;
}

.section_No1_description_text span {
    font-size: 1.8rem;
    color: #EB6D6D;
}

.section_No1_description_text01,
.section_No1_description_text02 {
    line-height: 1.2;
}

.section_No1_description_text01 {
    margin-bottom: 3rem;
}

.section_No1_description_text02 {
    margin-bottom: 1rem;
}

.section_No1_description_text03 {
    display: block;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: normal;
    transform: scale(0.7);
    transform-origin: right center;
}

.section_No1_slider {
    position: relative;
    top: -9rem;
}

.section_No1_slider img {
    width: 100%;
    filter: drop-shadow(4px 2px 3px rgba(0, 0, 0, .15));
}

.section_No1_graph {
    text-align: center;
    width: 95%;
    margin: -6rem auto 0;
}

.section_No1_graph .cloud {
    width: 82%;
    margin-bottom: 2rem;
}

.section_No1_graph .graph {
    margin-left: 0.5rem;
}

.section_No1_graph_bridge {
    width: 100%;
    height: 25rem;
    margin-top: -2%;
    background-color: #004B9E;
}

@media screen and (max-width: 361px) {
    .section_No1_description {
        top: -7%;
        margin-bottom: 15%;
    }

    .section_No1_description_title h4 {
        font-size: 1.8rem;
    }

    .section_No1_description_text {
        margin-top: 7%;
    }

    .section_No1_slider {
        top: -12rem;
    }
}

@media screen and (min-width: 500px) {
    .section_No1 {
/*        height: 179rem;*/
        margin-top: 0em;
        margin-bottom: 30em;
    }

    .section_No1_rainbow {
        height: 20rem;
    }

    .section_No1_rainbow_yellow {
        margin-top: -46%;
    }

    .section_No1_rainbow_green {
        margin-top: -46%;
    }

    .section_No1_rainbow_blue {
        margin-top: -46%;
    }

    .section_No1_bg {
        height: 157rem;
    }

    .section_No1_description {
        top: -7%;
    }

    .section_No1_description_title {
        width: 62%;
        margin-right: 1%;
    }

    .section_No1_description_title h4 {
        font-size: 2.5rem;
    }

    .section_No1_description_package {
        width: 119%;
    }

    .section_No1_description_package img {
        filter: drop-shadow(13px 7px 8px rgba(58, 70, 146, .4));
    }

    .section_No1_description_stripe {
/*        height: 42.5rem;*/
    }

    .section_No1_description_text {
        font-size: 1.6rem;
        padding: 2.5rem 2.5rem 2rem;
    }

    .section_No1_description_text span {
        font-size: 2.5rem;
    }

    .section_No1_description_text02 {
        margin-bottom: 2rem;
    }

    .section_No1_description_text03 {
        width: 120%;
        font-size: 1.4rem;
        transform-origin: 70% center;
    }

    .section_No1_slider {
        position: relative;
        top: -9rem;
    }
}

/* 口コミ　*/

.section_reviews {
/*    height: 200rem;*/
    margin-top: 0em;
}
.section_reviews_curve {
    position: relative;
    height: 25rem;
    margin: 0 -100px;
    padding: 0 100px;
    border-top-left-radius: 70% 70%;
    border-top-right-radius: 70% 70%;
    background-color: #fdfdfd;
}

.section_reviews_icon {
    position: relative;
    top: 25%;
}

.section_reviews_icon h3 {
    text-align: center;
    margin: 0 auto;
    width: 60%;
}

/*  口コミ１ */
.section_reviews_wrap {
    padding-top: 3rem;
}

.section_reviews_01,
.section_reviews_02 {
    position: relative;
    width: 90%;
    margin: 0 auto 9rem;
    padding: 0 4rem 0;
    border: 1px solid #134D99;
    border-radius: 1.5rem;
    text-align: center;
    background-color: #fdfdfd;
}

.section_reviews_01_note,
.section_reviews_02_note {
    /*
    background-image: linear-gradient(180deg, rgba(56, 184, 239, .65), 1px, transparent 1px);
    background-size: 100% 1.05em;
    line-height: 1.05em;
*/
}

.section_reviews_01 .section_reviews_01_clip,
.section_reviews_02 .section_reviews_02_clip {
    position: absolute;
    top: -7.2%;
    right: 5%;
    width: 25%;
}

.section_reviews_01 h4,
.section_reviews_02 h4 {
    width: 100%;
    padding: 2rem 0 1rem 0;
    margin-bottom: 4rem;
    color: #fff;
    text-align: center;
    letter-spacing: initial;
    background-color: #38B8EF;
    box-shadow: 3px 3px rgba(0, 0, 0, .12);
}

.section_reviews_01 p,
.section_reviews_02 p {
    margin-bottom: 3rem;
    color: #333;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: left;
    line-height: 2;
    letter-spacing: initial;
}

.obj05,
.obj06,
.obj07,
.obj08,
.obj09,
.obj10,
.obj11,
.obj12,
.obj13,
.obj14 {
    position: absolute;
}

.obj05 {
    top: -3%;
    left: -16%;
    width: 29%;
}
    
.obj06 {
    top: 16%;
    right: -14%;
    width: 23%;
}

.obj07 {
    top: 34%;
    left: -22%;
    width: 32%;
}

.obj08 {
    top: 54%;
    right: -13%;
    width: 27%;
    transform: rotate(246deg);
}

.obj09 {
    bottom: -8%;
    left: -8%;
    width: 30%;
}

.boy02 {
    margin-left: 2rem;
}

.section_reviews_line {
    width: 90%;
    margin: 0 auto;
    height: 3px;
    background-size: 27px 3px;
    background-image: linear-gradient(to right, #5BB7EA, #5BB7EA 10px, transparent 10px, transparent 17px);
}

/* 口コミ２ */
.section_reviews_02 {
    margin-top: 9rem;
    border: 1px solid #D2347D;
}

.section_reviews_02_note {
/*    background-image: linear-gradient(180deg, rgba(240, 156, 162, 1), 1px, transparent 1px);*/
}

.section_reviews_02 .section_reviews_02_clip {
    top: -7.2%;
}

.section_reviews_02 h4 {
    background-color: #FA8D95;
}

.obj10 {
    top: 0%;
    left: -16%;
    width: 29%;
}

.obj11 {
    top: 18%;
    right: -11%;
    width: 25%;
}

.obj12 {
    top: 37%;
    left: -30%;
    width: 54%;
}

.obj13 {
    bottom: 19%;
    right: -10%;
    width: 30%;
}

.obj14 {
    bottom: -5%;
    left: -12%;
    width: 37%;
}

.girl02 {
    width: 70%;
}

@media screen and (min-width: 500px) {
    .section_reviews {
        margin-top: -30em;
    }

    .section_reviews_icon {
        top: 20%;
    }

    /*  口コミ１ */
    .section_reviews_wrap {
        padding-top: 12rem;
    }

    .section_reviews_01,
    .section_reviews_02 {
        padding: 0 5rem 0;
    }

    .section_reviews_01_note,
    .section_reviews_02_note {
        background-size: 100% 1.97em;
        line-height: 1.97em;
    }

    .section_reviews_01 .section_reviews_01_clip,
    .section_reviews_02 .section_reviews_02_clip {
        top: -9.2%;
        right: 2%;
    }

    .section_reviews_01 h4,
    .section_reviews_02 h4 {
        font-size: 2rem;
    }

    .section_reviews_01 p,
    .section_reviews_02 p {
        font-size: 1.6rem;
    }

    .obj05,
    .obj06,
    .obj07,
    .obj08,
    .obj09,
    .obj10,
    .obj11,
    .obj12,
    .obj13,
    .obj14 {
        position: absolute;
    }

    .obj05 {
        top: -7%;
        left: -18%;
    }

    .obj06 {
        top: 18%;
    }

    .obj07 {
        top: 31%;
    }

    .obj08 {
        top: 47%;
        right: -15%;
    }

    .obj09 {
        bottom: -6%;
    }

    .boy02 {
        width: 90%;
        margin-left: 4rem;
    }

    /* 口コミ２ */

    .section_reviews_02 .section_reviews_02_clip {
        top: -9.2%;
    }

    .section_reviews_02 h4 {
        font-size: 2rem;
    }

    .obj10 {
        top: -3%;
        left: -18%;
    }

    .obj12 {
        top: 33%;
        width: 51%;
    }

    .girl02 {
        width: 62%;
    }
}

/* 特徴 */

.section_feature {
    height: 403rem;
}

.section_feature_curve {
    position: relative;
    height: 25rem;
    margin: 0 -100px;
    padding: 0 100px;
    border-top-left-radius: 70% 70%;
    border-top-right-radius: 70% 70%;
    background-color: #6F9BD6;
    background-image: url(../assets/image/stationary_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.section_feature_bg {
    position: relative;
    top: -0.1%;
    background-color: #6F9BD6;
    background-image: url(../assets/image/stationary_bg.png);
    background-repeat-X: no-repeat;
    background-repeat-Y: repeat;
    background-size: 90%;
    background-position: 30% 0%;
}

.section_feature_icon {
    position: relative;
    top: 36%;
}

.section_feature_icon h3 {
    text-align: center;
    margin: 0 auto;
    width: 52%;
}

.section_feature_point01,
.section_feature_point02,
.section_feature_point03 {
    text-align: center;
}

.section_feature_point01 {
    height: 156rem;
}

.section_feature_point02 {
    height: 106rem;
}

.section_feature_point03 {
    height: 120rem;
}

.section_feature_point01 h3,
.section_feature_point02 h3,
.section_feature_point03 h3 {
    width: 90%;
    margin-left: auto;
    margin-right: 2%;
}

.section_feature_point01 h4,
.section_feature_point02 h4,
.section_feature_point03 h4 {
    letter-spacing: initial;
    text-align: left;
    font-size: 3.5rem;
    color: #fff;
    display: inline-block;
    margin-bottom: 7rem;
}

.section_feature_point01 h4 small,
.section_feature_point02 h4 small,
.section_feature_point03 h4 small {
    font-size: 1.6rem;
}

.section_feature_point01 h4 span,
.section_feature_point02 h4 span,
.section_feature_point03 h4 span {
    background: linear-gradient(transparent 75%, #FFE32E 75%);
}

.section_feature_point01_card,
.section_feature_point02_card,
.section_feature_point03_card {
    width: 93%;
    padding: 1.5rem 1.5rem 3rem;
    background-color: #fdfdfd;
    margin: 0 auto 4rem;
    border-radius: 4%;
}

.section_feature_point01_card h4,
.section_feature_point02_card h4,
.section_feature_point03_card h4 {
    width: 100%;
    height: 20rem;
    background-color: #EEEEEE;
    border-radius: 4%;
    margin-bottom: 2rem;
    text-align: center;
}

.section_feature_point01_card h4,
.section_feature_point03_card h4 {
    padding-top: 4%;
}

.section_feature_point01_card h4 img {
    width: 75%;
}

.section_feature_point02_card h4 img {
    width: 95%;
}

.section_feature_point03_card h4 img {
    width: 88%;
}

.section_feature_point03_card h4 .pencil-sharpener {
    width: 92%;
    padding-top: 8%;
}

.section_feature_point01_card h4 .school-bag {
    position: relative;
    display: block;
    top: -12%;
    width: 93%;
    left: 3%;
}

.section_feature_point01_card h5,
.section_feature_point02_card h5,
.section_feature_point03_card h5 {
    width: 91%;
    margin: 0 auto 2rem;
    background-color: #DB5B5A;
    padding: 1rem;
    border-radius: 1.2rem;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 900;
}

.section_feature_point01_card p,
.section_feature_point02_card p,
.section_feature_point03_card p {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.section_feature_point01_card .timetable_small,
.section_feature_point03_card .timetable_small{
    padding-top: 2rem;
    font-size: 1.2rem;
}

.section_feature_point02_contents {
    width: 93%;
    margin: 0 auto;
}

@media screen and (min-width: 500px) {
    .section_feature {
        height: 506rem;
    }

    .section_feature_curve {
        z-index: 1;
        background-size: 72%;
        background-position: bottom;
    }

    .section_feature_bg {
        background-size: 100%;
        background-position: bottom;
    }

    .section_feature_icon {
        top: 48%;
    }

    .section_feature_icon h3 {
        width: 51%;
    }

    .section_feature_point01 {
        padding-top: 7rem;
        height: 201rem;
    }

    .section_feature_point02 {
        height: 134rem;
    }

    .section_feature_point03 {
        height: 160rem;
    }

    .section_feature_point01 h4 small,
    .section_feature_point02 h4 small,
    .section_feature_point03 h4 small {
        display: inline-block;
        margin-bottom: 1.5rem;
        font-size: 2.5rem;
    }

    .section_feature_point01_card,
    .section_feature_point02_card,
    .section_feature_point03_card {
        padding: 2.5rem 2.5rem 3rem;
    }

    .section_feature_point01_card h4,
    .section_feature_point02_card h4,
    .section_feature_point03_card h4 {
        height: 26rem;
    }

    .section_feature_point03_card h4 img {
        width: 88%;
    }

    .section_feature_point01_card h5,
    .section_feature_point02_card h5,
    .section_feature_point03_card h5 {
        padding: 1.5rem;
        font-size: 2.3rem;
    }

    .section_feature_point01_card p,
    .section_feature_point02_card p,
    .section_feature_point03_card p {
        font-size: 1.6rem;
    }

    .section_feature_point03_card .timetable_small {
        padding-top: 2rem;
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 361px) {

    .section_feature_point01_card h5,
    .section_feature_point02_card h5,
    .section_feature_point03_card h5 {
        font-size: 1.6rem;
    }

    .section_feature_point01_card h4,
    .section_feature_point03_card h4 {
        padding-top: 7%;
    }
}

/* ラインナップ */

.section_line-up {
/*    height: 625rem;*/
}

.section_line-up_curve {
    position: relative;
    height: 25rem;
    margin: 0 -100px;
    padding: 0 100px;
    border-top-left-radius: 70% 70%;
    border-top-right-radius: 70% 70%;
    background-color: #fdfdfd;
}

.section_line-up_icon {
    position: relative;
    top: 36%;
}

.section_line-up_icon h3 {
    text-align: center;
    margin: 0 auto;
    width: 46%;
}

.section_line-up_flame01,
.section_line-up_flame02,
.section_line-up_flame03,
.section_line-up_flame04,
.section_line-up_flame05,
.section_line-up_flame06,
.section_line-up_flame07,
.section_line-up_flame08,
.section_line-up_flame09,
.section_line-up_flame10{
    width: 90%;
    margin: 2rem auto 4rem;
    border-radius: 1.5rem;
}

.section_line-up_flame01 {
    border: 5px solid #004B9E;
}

.section_line-up_flame02 {
    border: 5px solid #38B8EF;
}

.section_line-up_flame03 {
    margin-bottom: 9rem;
    border: 5px solid #F1B2D2;
}

.section_line-up_flame04 {
    margin-top: 0;
    border: 5px solid #CDA6CC;
}

.section_line-up_flame05 {
    border: 5px solid #EAD783;
}

.section_line-up_flame06 {
    border: 5px solid #12345B;
}

.section_line-up_flame07 {
    border: 5px solid #4E4E4E;
}

.section_line-up_flame08 {
    border: 5px solid #A0D9B4;
}
.section_line-up_flame09 {
    border: 5px solid #A9C8E9;
}
.section_line-up_flame10 {
    border: 5px solid #62A1D7;
}

.section_line-up_flame04,
.section_line-up_flame05,
.section_line-up_flame06,
.section_line-up_flame07,
.section_line-up_flame08,
.section_line-up_flame09,
.section_line-up_flame10{
    background-color: #fafafa;
}

.section_line-up_flame01_band,
.section_line-up_flame02_band,
.section_line-up_flame03_band,
.section_line-up_flame04_band,
.section_line-up_flame05_band,
.section_line-up_flame06_band,
.section_line-up_flame07_band,
.section_line-up_flame08_band,
.section_line-up_flame09_band,
.section_line-up_flame10_band{
    height: 6rem;
}

.section_line-up_flame01_band {
    background-color: #004B9E;
}

.section_line-up_flame02_band {
    background-color: #38B8EF;
}

.section_line-up_flame03_band {
    background-color: #F1B2D2;
}

.section_line-up_flame04_band {
    background-color: #CDA6CC;
}

.section_line-up_flame05_band {
    background-color: #EAD783;
}

.section_line-up_flame06_band {
    background-color: #12345B;
}

.section_line-up_flame07_band {
    background-color: #4E4E4E;
}
.section_line-up_flame08_band {
    background-color: #A0D9B4;
}
.section_line-up_flame09_band {
    background-color: #A9C8E9;
}
.section_line-up_flame10_band {
    background-color: #62A1D7;
}

.section_line-up_inner {
    padding: 4rem 2.5rem 6rem;
}

.section_line-up_standard,
.section_line-up_single,
.section_line-up_kurutto,
.section_line-up_ramekira,
.section_line-up_ricamo,
.section_line-up_trad {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 2rem;
}

.section_line-up_standard .logo,
.section_line-up_single .logo,
.section_line-up_kurutto .logo,
.section_line-up_ramekira .logo,
.section_line-up_ricamo .logo,
.section_line-up_trad .logo {
    width: 40%;
}

.section_line-up_standard .standard,
.section_line-up_single .single,
.section_line-up_kurutto .kurutto,
.section_line-up_ramekira .ramekira,
.section_line-up_ricamo .ricamo,
.section_line-up_trad .trad,
.section_line-up_gigatect .gigatect,
.section_line-up_gigatect .eco {
    width: 57%;
}

.section_line-up_introduction {
    margin-bottom: 5rem;
}

.section_line-up_introduction p {
    font-size: 1.4rem;
    font-weight: 400;
}

.section_line-up_feature_circle01,
.section_line-up_feature_circle02,
.section_line-up_feature_circle03,
.section_line-up_feature_circle04,
.section_line-up_feature_circle05,
.section_line-up_feature_circle06,
.section_line-up_feature_circle07,
.section_line-up_feature_circle08 {
    width: 13rem;
    height: 13rem;
    border-radius: 50%;
    margin: 0 -1rem 0 auto;
}

.section_line-up_feature_circle01,
.section_line-up_feature_circle02 {
    background-color: #D0EDFF;
}

.section_line-up_feature_circle03 {
    background-color: #FEFDEE;
}

.section_line-up_feature_circle04,
.section_line-up_feature_circle05,
.section_line-up_feature_circle06,
.section_line-up_feature_circle07,
.section_line-up_feature_circle08 {
    background-color: #fff;
}

.section_line-up_feature .sticky-note {
    width: 50%;
    float: left;
    padding-top: 2rem;
}

.section_line-up_feature .sticky-note_3 {
    padding-top: 0;
}

.section_line-up_feature .sticky-note li {
    padding: 1.2rem 0 1.2rem 2.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    color: #fff;
}

.sticky-note .small {
    width: 8rem;
    height: 3.5rem;
    background-size: cover;
    white-space: nowrap;
}

.sticky-note .big {
    width: 13rem;
    height: 3.5rem;
    background-size: cover;
}

.sticky-note .color {
    letter-spacing: initial;
}

.section_line-up_flame01 .small {
    background-image: url(../assets/image/sticky-note_standard01.png);
}

.section_line-up_flame01 .big {
    background-image: url(../assets/image/sticky-note_standard02.png);
}

.section_line-up_flame02 .small {
    background-image: url(../assets/image/sticky-note_single01.png);
}

.section_line-up_flame02 .big {
    background-image: url(../assets/image/sticky-note_single02.png);
}

.section_line-up_flame03 .small {
    background-image: url(../assets/image/sticky-note_kurutto01.png);
}

.section_line-up_flame03 .big {
    background-image: url(../assets/image/sticky-note_kurutto02.png);
}

.section_line-up_flame04 .small {
    background-image: url(../assets/image/sticky-note_ramekira01.png);
}

.section_line-up_flame04 .big {
    background-image: url(../assets/image/sticky-note_ramekira02.png);
}

.section_line-up_flame05 .small {
    background-image: url(../assets/image/sticky-note_ricamo01.png);
}

.section_line-up_flame05 .big {
    background-image: url(../assets/image/sticky-note_ricamo02.png);
}

.section_line-up_flame06 .small {
    background-image: url(../assets/image/sticky-note_trad01.png);
}

.section_line-up_flame06 .big {
    background-image: url(../assets/image/sticky-note_trad02.png);
}

.section_line-up_flame07 .small {
    background-image: url(../assets/image/sticky-note_gigatect01.png);
}

.section_line-up_flame07 .big {
    background-image: url(../assets/image/sticky-note_gigatect02.png);
}

.section_line-up_flame08 .small {    
    background-image: url(../assets/image/sticky-note_eco01.png);
}

.section_line-up_flame08 .big {
    background-image: url(../assets/image/sticky-note_eco02.png);
}
.section_line-up_flame09 .small {
    background-image: url(../assets/image/sticky-note_next01.png);
}

.section_line-up_flame09 .big {
    background-image: url(../assets/image/sticky-note_next02.png);
}

.section_line-up_flame10 .small {    
    background-image: url(../assets/image/sticky-note_mite01.png);
}

.section_line-up_flame10 .big {
    background-image: url(../assets/image/sticky-note_mite02.png);
}


.section_line-up_feature_slide li img {
    width: 13.5rem;
    height: 10rem;
    object-fit: contain;
}

.section_line-up_ramekira_description {
    margin-bottom: 2rem;
}

/* 商品情報 */
.section-line-up {
/*    height: 625rem;*/
    height: auto;
}

.section_line-up_item {
        clear: both;
}

.section_line-up_item ul {
    display: flex;
    flex-wrap: wrap;
    width: 93%;
    margin: 0 auto;
    justify-content: space-between;
}

.section_line-up_item li {
    width: 48%;
    margin-bottom: 4rem;
}

.section_line-up_item li img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.section_line-up_item h5 {
    padding-top: 1rem;
    font-size: 1.4rem;
    letter-spacing: initial;
}

.section_line-up_item h5 span {
    letter-spacing: -0.1em;
}

.slick-slide {
    padding-top: 2rem !important;
}

/* デザインシリーズ */
.section_line-up_design {
    height: auto;
    padding: 9rem 0 5rem 0;
    background-color: #ebebeb;
}

/* もっとみるボタン */
.section_line-up a {
    display: block;
    width: 14rem;
    height: 4rem;
    padding: 1rem;
    margin: 6rem auto;
    background-color: #C32323;
    color: #fff;
    text-align: center;
}

@media screen and (min-width: 500px) {
    .section_line-up {
/*        height: 709rem;*/
    }

    .section_line-up_icon {
        top: 48%;
    }

    .section_line-up_flame01 {
        margin: 12rem auto 4rem;
    }

    .section_line-up_inner {
        padding: 4rem 3.5rem 8rem;
    }

    .section_line-up_introduction p {
        font-size: 1.6rem;
    }

    .section_line-up_feature_circle01,
    .section_line-up_feature_circle02,
    .section_line-up_feature_circle03,
    .section_line-up_feature_circle04,
    .section_line-up_feature_circle05,
    .section_line-up_feature_circle06 {
        width: 16rem;
        height: 16rem;
    }

    .section_line-up_feature .sticky-note li {
        padding: 1.5rem 0 1.2rem 3.5rem;
        font-size: 1.6rem;
    }

    .sticky-note .small {
        width: 10.5rem;
        height: 4.5rem;
    }

    .sticky-note .big {
        width: 18rem;
        height: 4.5rem;
    }

    .section_line-up_feature_slide li img {
        width: 16rem;
        height: 13rem;
        object-fit: contain;
    }

    /* 商品情報 */

    .section_line-up_item li img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .section_line-up_item h5 {
        padding-top: 1.2rem;
        font-size: 1.8rem;
    }

    /* もっとみるボタン */
    .section_line-up a {
        width: 19rem;
        height: 5rem;
        padding: 1.5rem;
        border-radius: 2rem;
        font-size: 1.8rem;
    }
}

.modaal-content-container {
    padding: 0 !important;
    border-radius: 1.5rem !important;
}

.standard_modal_content,
.single_modal_content,
.kurutto_modal_content,
.ramekira_modal_content,
.ricamo_modal_content,
.trad_modal_content {
    position: fixed;
    top: 10%;
    left: 50%;
    width: 88%;
    height: 80%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #fff;
    border-radius: 1.5rem;
}

.standard_modal_content_top-band,
.single_modal_content_top-band,
.kurutto_modal_content_top-band,
.ramekira_modal_content_top-band,
.ricamo_modal_content_top-band,
.trad_modal_content_top-band {
    position: fixed;
    top: 0;
    width: 100%;
    height: 8rem;
    border-radius: 1.5rem 1.5rem 0 0;
    border: 4px solid #fff;
}

.standard_modal_content_bottom-band,
.single_modal_content_bottom-band,
.kurutto_modal_content_bottom-band,
.ramekira_modal_content_bottom-band,
.ricamo_modal_content_bottom-band,
.trad_modal_content_bottom-band {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 8rem;
    border-radius: 0 0 1.5rem 1.5rem;
    border: 4px solid #fff;
}

.standard_modal_content_top-band,
.standard_modal_content_bottom-band {
    background-color: #004B9E;
}

.single_modal_content_top-band,
.single_modal_content_bottom-band {
    background-color: #38B8EF;
}

.kurutto_modal_content_top-band,
.kurutto_modal_content_bottom-band {
    background-color: #F1B2D2;
}

.ramekira_modal_content_top-band,
.ramekira_modal_content_bottom-band {
    background-color: #CDA6CC;
}

.ricamo_modal_content_top-band,
.ricamo_modal_content_bottom-band {
    background-color: #EAD783;
}

.trad_modal_content_top-band,
.trad_modal_content_bottom-band {
    background-color: #12345B;
}

.scroll {
    overflow: scroll;
    height: 80vh;
}

.modal_content_inner h4 {
    width: 50%;
    margin: 0 auto;
    padding-top: 10rem;
    margin-bottom: 3rem;
}

.modal_content_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.modal_content_list ul li {
    width: 25%;
    margin: 0 1rem 4rem;
}

.kurutto_modal_content .modal_content_list ul li {
    width: 28%;
    margin: 0 1rem 4rem;
}

.modal_content_list a {
    display: block;
    width: 14rem;
    height: 4.5rem;
    padding: 1.5rem;
    margin: 2rem auto 4rem;
    background-color: #C32323;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.modal_content_list p {
    display: block;
    width: 26rem;
    margin: 0 auto 12rem;
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: initial;
}

@media screen and (min-width: 500px) {

    .standard_modal_content,
    .single_modal_content,
    .kurutto_modal_content,
    .ramekira_modal_content,
    .ricamo_modal_content,
    .trad_modal_content {
        position: fixed;
        top: 5%;
        left: 50%;
        width: 50%;
        height: 90%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        background-color: #fff;
        border-radius: 1.5rem;
    }

    .scroll {
        overflow: scroll;
        height: 90%;
    }

    .modal_content_inner h4 {
        width: 50%;
        margin: 0 auto;
        padding-top: 10rem;
        margin-bottom: 3rem;
    }

    .modal_content_list ul {
        justify-content: space-evenly;
    }

    .modal_content_list ul li {
        width: 19rem;
        margin: 0 0 6rem 0;
    }

    .modal_content_list a {
        width: 20rem;
        font-size: 2rem;
        padding: 2rem;

    }

    .modal_content_list p {
        display: block;
        width: 26rem;
        margin: 0 auto 12rem;
        font-size: 0.7rem;
        font-weight: 400;
        letter-spacing: initial;
    }
}

.other-products {
/*    height: 23rem;*/
    padding: 8rem 0;
}

.other-products a {
    display: block;
    width: 90%;
    margin: 0 auto;
}

@media screen and (min-width: 500px) {
    .other-products {
        margin-bottom: 15rem;
/*        height: 23rem;*/
    }

    .other-products a {
        margin-top: 5rem;
    }
}

#standard,
#single,
#kurutto,
#design {}

.header-wrapper {
    position: fixed !important;
    background-color: #fff;
    z-index: 1000;
    font-family: noto sans jp, sans-serif;
    box-shadow: 0 3px 6px 3px rgb(0 0 0 / 5%);
    letter-spacing: 0;
}

main {
    padding-top: 80px;
    margin:20px auto;
        text-align: center;
    font-size: 30px;
}

.item_desc {
    font-size: 0.9rem;
    padding: 10px 8px 20px 8px;
    line-height: 1.5rem;
}
.new_hyouji{
    display: flex;
    align-items: baseline;
}

.new{
    background-color: #00A025;
    border-radius: 50px;
    text-align: center;
    align-items: baseline;
    width:60px;
    padding:2px;
    margin:1px 5px;
    color:white;
    font-size: 14px;
}


/*-------------------------modal-------------------------*/
.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.4);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 90%;
  max-width: 500px;
  background-color: #fff;
}

.closeModal {
  position: absolute;
  top: 1rem;
  right: 2rem;
  cursor: pointer;
}

#openModal {
  cursor: pointer;
}


/*-------------------------timetable-------------------------*/
.timetable{
    padding:0 1em;
}
.pdf-container {
  text-align: center;
    display: flex;
    padding:3rem;
    max-width: 1200px;
    justify-content: center;
    margin:0 auto;
    margin-bottom: 5rem;
}
@media screen and (max-width: 728px) {
.pdf-container {
    display: block;
    padding:3rem 0 0rem;
    }}
.timetable h1{
    text-align: center;
    justify-content: center;
    margin:2em auto 0.5em;
    display: block;
    color:#FFFFFF;
    max-width: 700px;
    background-color: #C2BBDC;
    border-radius: 50px;
    padding:1rem 2rem;
}
.pdf-link {
  padding: 10px auto;
  color: white;
  text-decoration: none;
}

.pdf-thumbnail {
    width: 70%;
  height: auto;
  object-fit: cover;
    filter: drop-shadow(1px 1px 5px #ADB1CB);
}
@media screen and (max-width: 728px) {
.pdf-thumbnail {
    padding:3rem 0 0rem;
    }}

.tt_title, .tt_text{
    width: 90%;
    max-width: 500px;
}
.tt_text{
    padding:2rem 0 7rem;
}
.tt_useimg{
    width:100%;
    max-width: 800px;
    background-color: #1F72AF;
    padding:1em 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 auto;
    text-align: left;
    font-size: clamp(16px, 2.5vw, 23px);
    color:#FFFFFF;
    border-radius: 20px;
    flex-direction: row;
}
@media screen and (max-width: 728px) {
.tt_useimg{
    display: flex;
    flex-direction: column;

    }}
.tt_useimg p{
    order: 1;
}
.tt_useimg img{
    order: 2;
    width:10%;
    max-width: 200px;
    min-width: 90px;
}
@media screen and (max-width: 728px) {
.tt_useimg img{
    width:100%;
    flex-wrap: nowrap;
    order: 0;
    padding-bottom: 1em;
    }}
.tt_useimg span{
    font-size: clamp(14px, 2vw, 21px);
}
.tt_back_button{
    position:relative;
    text-align: center;
    justify-content: center;
    width: 70%;
    max-width: 400px;
    font-size: 18px;
    background-color: #FFD42C;
    padding:1rem 2rem;
    border-radius: 30px;
    color: #4A4A4A;
    margin:1em auto 3em;
}