@charset "UTF-8";
/*reset css -->*/
*,
*::before,
*::after {
    box-sizing: border-box;
}
*  {
    min-height: 0;
    min-width : 0;
}
html,body,div,span,p,
h1,h2,h3,h4,h5,h6,dl,dt,dd,ol,ul,li,
table,tbody,tfoot,thead,tr,th,td,
article,aside,footer,header,nav,main,section,
manu,figure,figblock-event--day-name {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
article,aside,footer,header,menu,nav,section {
    display: block;
}
ol,ul {
    list-style: none;
    list-style-type: none;
}
.media_pc {
    display: inline-block;
}
.media_sp {
    display: none !important;
}
/*<-----resetcss*/
html{
    font-size: 62.5%;
}
body{
    font-family: "source-han-sans-japanese", sans-serif , "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
    color: #333;
    font-size: 1.6em;
    background-color: #fff;
    overflow-x: hidden;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align:middle;
}
a {
    cursor: pointer;
    color: #000;
}
.area-wrapper{
    overflow: hidden;
    background: #fff;
}
.wrapper{
    background: #fff;
}
.area-header img {
    width: 100%;
}
/*<-----resetcss*/

/*fadein
.fade_in {
    opacity: 0;
}*/
.effect-fade {
    opacity: 0;
    transform: translate(0, 0px); /*fadein X,Y,*/
    transition: all 1600ms; /*fadein_time*/
}
.effect-scroll {
    opacity: 1;
    transform: translate(0, -20px);
}
.area-body{
    max-width: 1000px;
    margin: 0 auto;
}
.main_lead{
    font-size: 14px;
    margin: 80px auto;
}
.main_lead_ttl{
    width: 70%;
    line-height: 1.7;
    margin: 0px auto;
    font-size: 16px;
}
.main_lead img{
    margin: 0 0 0 10%;
    width: 20%;
}
.main_lead_ttl span{
    font-weight: 600;
    font-size: 18px;
    display: block;
    line-height: 2;
    margin-bottom: 20px;
    color: #1d2856;
}
.russel_index{
    background: #e4e4e4;
    padding: 60px 0;
}
.index_inner{
    max-width: 690px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.index_inner a{
    transition: .4s;
    width: 33%;
}
.index_inner a:hover{
    transform: translate(0px,5px);
}
.index_ttl{
    text-align: center;
    font-size: 50px;
    font-family: neue-haas-grotesk-display,sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0px auto 70px;
    color: #1d2856;
}
section{
    padding: 130px 0 100px;
}
.item_wrap{
    text-align: center;
    position: relative;
    max-width: 690px;
    margin: 0 auto;
}
.item_ttl{
    position: absolute;
    top: -20px;
    right: -85px;
}
.color_slider{
    width: 600px;
    margin: 70px auto;
}
.color_slider .slick-arrow{
    display: block!important;
    position: absolute;
    width: 30px;
    z-index: 9;
    cursor: pointer;
}
.color_slider .slick-arrow{
    display: block!important;
    position: absolute;
}
.color_slider .prev-arrow {
    top: 45%;
    left: -50px;
}
.color_slider .next-arrow {
    top: 45%;
    right: -50px;
}
.color_slider ul.slick-dots li{
    margin: 5px;
}
.color_slider ul.slick-dots li button {
    width: 28px;
    height: 4px;
    background: #ccc;
    border: 0px;
    text-indent: -99999px;
    cursor: pointer;
    overflow: hidden;
    line-height: 1;
    padding: 0;
    border-radius:0;
}
.color_slider ul.slick-dots li.slick-active button {
    background: #1d2856;
}
.color_slider ul.slick-dots{
    position: relative;
    top: 30px;
    display: flex;
    width: 200px;
    margin: 0 auto;
    column-gap: 10px;
}
.credit_ttl{
    font-size: 50px;
    font-family: neue-haas-grotesk-display,sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #1d2856;
    border-bottom: solid 2px #1d2856;
    margin: 90px auto 40px;
    padding-bottom: 20px;
}
.credit_ttl span{
    display: block;
    color: #ccc;
    font-size: 16px;
    font-weight: 400;
}
.credit_area{
        width: 690px;
        margin: 0 auto;
}
.credit_area span{
    font-size: 16px;
    font-family: neue-haas-grotesk-display,sans-serif;
    font-weight: 400;
    font-style: normal;
}
.credit_area ul{
    line-height: 2;
}
.credit_area ul span{
font-weight: 600;
    font-size: 14px;
}
.color_chip{
    position: relative;
    padding-left: 22px;
    margin-left: 5px;
}
.color_white::before{
    border-color: #cccccc;
    background-color: #ffffff;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    width: 16px;
    height: 16px;
    margin: auto;
    border-radius: 50%;
    border: 1px solid;
}
.color_green::before{
    border-color: #027250;
    background-color: #027250;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    width: 16px;
    height: 16px;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #027250;
}
.color_navy::before{
    border-color: #001E5A;
    background-color: #001E5A;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    width: 16px;
    height: 16px;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #001E5A;
}
.price_area .price_main{
     margin-right: 10px;
}
.item_text{
     max-width: 690px;
    margin: 60px auto;
    font-size: 16px;
    line-height: 1.8;
}
#kids_t{
    position: relative;
}
#kids_t::before{
        content: '';
        width: 690px;
        height: 1px;
        display: inline-block;
    background-color: #e4e4e4;
        position: absolute;
        top: -20px;
    right: calc(50% - 345px);
}
#womens_op{
    position: relative;
}
#womens_op::before{
    content: '';
    width: 690px;
    height: 1px;
    display: inline-block;
    background-color: #e4e4e4;
    position: absolute;
    top: -20px;
    right: calc(50% - 345px);
}
a.view_more_btn{
    font-size: 16px;
    font-family: neue-haas-grotesk-display,sans-serif;
    font-weight: 600;
    color: #fff;
    background: #001E5A;
    display: block;
    width: 460px;
    padding: 26px 0;
    text-align: center;
    margin: 70px auto;
    text-decoration: none;
    border-radius: 40px;
    transition: .4s;
    letter-spacing: 1.5px;
}
a.view_more_btn:hover{
    transform: translate(0px,5px);
}
.arrow_box_arrow{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

/*video*/
.video_wrap{
    text-align: center;
}
.video_wrap{
    max-width: 1000px;
    aspect-ratio: 16 / 9;
    margin: 60px auto 120px;
}
.video_wrap iframe {
    width: 100%;
    height: 100%;
}
.view_all_items {
    width: 100%;
    background-color: #e4e4e4;
}
.view_all_inner{
    width: 1000px;
    margin: 0px auto 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 110px 0;
}
.view_all_inner img{
    width: 50%;
}
.view_all_ttl{
    display: block;
    font-size: 36px;
    font-family: neue-haas-grotesk-display,sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #1d2856;
    margin: 0 auto 0 40px;
}
a.view_all_btn{
font-size: 16px;
font-family: neue-haas-grotesk-display,sans-serif;
font-weight: 600;
color: #fff;
background: #001E5A;
display: block;
width: 460px;
padding: 26px 0;
text-align: center;
margin: 40px auto;
text-decoration: none;
border-radius: 40px;
transition: .4s;
    text-decoration: none;
    letter-spacing: 1.5px;
}
a.view_all_btn:hover{
    transform: translate(0px,5px);
}
@media screen and  (min-width:896px){
}
@media screen and (min-width:769px){
}
/*<<<--max896px------*/
@media screen and (max-width: 896px){
    .media_pc {
        display: none !important;
    }
    .media_sp {
        display: block !important;
    }
    .bodyWrap{
        width:100%;
        margin: auto;
    }
    .area-body{
        margin: 0 auto;
        box-sizing: border-box;
        text-align: left;
        width: 100%;
        max-width: 100%;
    }
    .main_lead_ttl{
        font-size: 14px;
        width: 84%;
        margin: 0 auto;
        font-weight: 600;
    }
    .main_lead_ttl{
        font-size: 13px;
        
    }
    .main_lead_ttl span{
        font-size: 15px;
    }
    .main_lead_ttl span{
        line-height: 1.6;
    }
    .index_ttl{
        font-size: 32px;
        margin: 0px auto 40px;
    }
    .index_inner {
        padding: 0 10px;
    }
    .item_wrap{
        padding: 0 50px;
    }
    .item_ttl{
        width: 15%;
        right: 20px;
        bottom: 0;
    }
    .color_slider{
        width: 100%;
        padding: 0 24px;
        margin: 80px auto;
    }
    .color_slider .prev-arrow{
        width: 20px;
        left: 10px;
    }
    .color_slider .next-arrow{
        width: 20px;
        right: 10px;
    }
    .credit_area{
        padding: 0 24px;
        width: 100%;
    }
    .credit_ttl{
        font-size: 29px;
        margin: 0px auto 10px;
    }
    .credit_area span{
        font-size: 13px;
    }
    .item_text{
        padding: 0 24px;
        font-size: 13px;
    }
    a.view_more_btn{
        width: 80%;
        margin: 0  auto;
        padding: 16px 0;
        font-size: 13px;
    }
    .main_lead img {
        margin: 50px auto;
        width: 40%;
    }
    .index_inner a{
        width: 100%;
    }
    .view_all_inner{
        width: 80%;
        flex-wrap: wrap;
        margin: 0 auto 110px;
}
    .view_all_ttl{
        font-size: 28px;
        margin: 0px auto 40px;
    }
    .view_all_inner img{
        width: 100%;
        margin: 0 auto;
    }
    a.view_all_btn{
        width: 100%;
        margin: 40px auto 0;
        padding: 16px 0;
        font-size: 13px;
}
}
@media screen and (min-width:360px) and (max-width: 896px){}
@media screen and (min-width:360px) and (max-width: 767px){}
/*iphone5.6.7*/
@media screen and (max-width:359px){}