@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap);
/*reset css -->*/
*,
*::before,
*::after {
    box-sizing: border-box;
}
*  {
    min-height: 0;
    min-width : 0;
}
html,body,div,span,
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,p {
    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: "Noto Sans JP", 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: 0em;
    line-height: 1.6;
}
p{
    margin: 5px 0;
}
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, 30px); /*fadein_height*/
    transition: all 1600ms; /*fadein_time*/
}
.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}
.area-body{
    max-width: 982px;
    margin: 0 auto;
}
.bodyWrap{
    background: #fff;
}
.main_lead{
    max-width: 590px;
    margin: 0 auto 80px;
}
.main_lead_ttl{
    text-align: center;
    font-size: 30px;
    padding: 60px 0;
    border-bottom: solid 1px #000;
    font-weight: 700;
    line-height: 1.7;
    color: #151E49;
}
.area-title {
   text-align: center;
}
.logo_area{
    max-width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    column-gap: 36px;
    font-size: 30px;
    font-weight: 700;
}
.logo_area img{
    width: 130px;
}
.logo_text{
    text-align: center;
    font-size: 16px;
    margin: 40px auto 80px;
}
.line_up{
    max-width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding-bottom: 120px;
}
.line_up_inner{
    text-align: center;
    width: 49%;
}
.line_up_inner p{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.line_up a{
    display: block;
    font-family: "Georgia", sans-serif;
    background: #151E49;
    color: #fff;
    width: 200px;
    margin: 10px auto;
    padding: 10px 0;
    border: solid 2px #151E49;
    transition: .6s;
    text-decoration: none;
}
.line_up a:hover{
    background: #e7e9f1;
    color: #151e49;
}
.credit_area{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 20px auto 200px;
}
.check_btn{
    font-family: "Georgia", sans-serif;
    text-align: center;
    display: block;
    width: 400px;
    margin: 20px auto 0;
    background: #151E49;
    color: #fff;
    padding: 20px 0;
    transition: .6s;
    border: solid 2px #151E49;
    font-size: 16px;
}
a.check_btn{
    text-decoration: none!important;
}
a.check_btn:hover{
    background: black;
    border: solid 2px #151E49;
    color: #151E49;
}
.sec_00{
    padding: 80px 0 0;
    background: #E7E9F1;
}
.sec_01{
    background: black;
    padding: 120px 0;
}
.sec_02{
    background: black;
    padding: 120px 0;
}
.sec_06 a.check_btn:hover{
    background: black;
    border: solid 2px #151E49;
    color: #151E49;
}
.sec_inner{
    max-width: 982px;
    margin: 0 auto;
}
.detail_area{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
}
.detail_area a{
    font-size: 12px;
    text-decoration: underline;
    color: #151E49;
    transition: .6s;
}
.detail_area a:hover{
    opacity: .7;
}
.section_ttl{
    font-size: 16px;
    width: 700px;
    margin: 0 auto 68px;
}
.section_ttl_main1{
    display: block;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 34px;
    color: whitesmoke;
}
.section_ttl_main2{
    display: block;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 34px;
    color: black;
}
.detail_area{
    font-family: "Noto Sans JP", sans-serif , "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
}
.sec_01 .detai_img{
width: 975px;
}
.detail_img{
    width: 47%;
}
.detail_img p{
    text-align:center;
    margin: 5px 0 0;
    font-size: 12px;
}
.check_area{
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    margin: 20px 0 0 auto;
    font-weight: 600;
    width: 462px;
}
.check_area a{
    font-family: "Georgia", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    display: block;
    width: 200px;
    margin-left: 20px;
    background: #151E49;
    color: #fff;
    padding: 10px 0;
    border: solid 2px #151E49;
    transition: .6s;
    text-decoration: none;
}
.check_area a:hover{
    background: #E7E9F1;
    border: solid 2px #151E49;
    color: #151E49;
}
.sec_03 .check_area a:hover{
    background: #fff;
    border: solid 2px #151E49;
    color: #151E49;
}
.style_ttl{
    font-family: "Georgia", sans-serif;
    color: #151E49;
    font-size: 14px;
    font-weight: 600;
    margin-left: -30px;
    display: inline-block;
    margin-bottom: 5px;
}
.sec_02 .check_area a:hover{
    background: #E7E9F1;
}
.color1{
    font-family: "roboto", sans-serif;
    font-weight: 500;
    font-size: 22px;
    margin: 0;
    color: aliceblue;
}
.color2{
    font-family: "roboto", sans-serif;
    font-weight: 500;
    font-size: 22px;
    margin: 0;
}
.color3{
    font-family: "roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
            color: dimgrey;
}
.sec_03{
    background: #E7E9F1;
    padding: 120px 0;
}
.sec_04{
    background: #E7E9F1;
    padding: 60px 0;
    margin: 120px 0 0;
}
.sec_04 .sec_inner{
    margin: -120px auto 0;
    width: 350px;
    font-size: 14px;
    text-align: center;
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec_04 .sec_inner .name_detail_wrap{
}
.sec_05 {
    background: #fff;
    padding: 120px 0;
    text-align: center;
}
.sec_05 .ttl{
    font-family: "Georgia", sans-serif;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #151E49;
}
.sec_06{
    background: #E7E9F1;
    padding: 60px 0;
    margin: 120px 0 0;
}
.sec_06 .sec_inner{
    margin: -120px auto 0;
    font-size: 14px;
    text-align: center;
    position: relative;
    width: 680px;
}
.sec_06 .credit_area{
    margin:  60px auto 0px;
}
.snap_area{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap:10px;
}
.snap_area li{
    width:calc((100% / 3 ) - 10px) ;
}
.snap_area a{
    font-size: 12px;
    color: #151E49;
    transition: .6s;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.snap_area a:hover{
    opacity: .7;
    text-decoration: none;
}
.archive .ttl{
    font-family: "Georgia", sans-serif;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #151e49;
}
.archive{
    padding: 120px 0;
    text-align: center;
}
.archive_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.archive_list li{
    width:calc((100% / 4 ) - 10px) ;
    padding: 10px;
    background: #fff;
    font-family: 'Roboto', sans-serif;
}
.archive_list li p{
    margin: 5px 0 0;
    font-weight: 600;
}
.archive_list a{
  text-decoration: none;
    transition: .6s;
    color: #151E49;
}
.archive_list a:hover{
    opacity: .6;
}
/*<-----resetcss*/

/*fadein
.fade_in {
    opacity: 0;
}*/
.effect-fade {
    opacity: 0;
    transform: translate(0, 0px); /*fadein_height*/
    transition: all 1600ms; /*fadein_time*/
}
.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}
/* 2of400ms_delay */
.effect-fade:nth-of-type(2) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
}
/* 3pf800ms_delay*/
.effect-fade:nth-of-type(3) {
    -moz-transition-delay: 800ms;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
}
/* 4of1200ms_delay*/
.effect-fade:nth-of-type(4) {
    -moz-transition-delay: 1200ms;
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
}
/* 5of1600ms_delay*/
.effect-fade:nth-of-type(5) {
    -moz-transition-delay: 1600ms;
    -webkit-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    -ms-transition-delay: 1600ms;
}


.price {
    color:#000!important;
    FONT-WEIGHT: 400;
    font-size: 13px;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
}
.price2 {
    color:#000!important;
    padding: 15px;
    FONT-WEIGHT: 800;
    font-size: 13px;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
}
/* レイアウトや見た目のスタイル */
/* ---------------------------- */

.multiple-list{
    display: flex;
    text-align: center;
      justify-content: center;
    margin: auto;
    max-width: 1200px;
    padding-bottom: 60px;
}

/*.multiple-item:nth-child(-n+2){
   margin-left: 0; 
}*/
.multiple-item_line {

    margin-left: 2%;
    }
.multiple-item {

    margin-left: 2%;
        margin-right: 2%;
    }
.multiple-item:first-child{

}
@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 {
        margin: 40px auto;
    }
    .main_lead_ttl{
        font-size: 20px;
        margin: 0 auto;
        font-weight: 600;
        text-align: center;
        padding: 0px 0 40px;
}
    .logo_area{
        flex-flow: column;
        grid-gap: 10px;
        width: 33%;
    }
    .logo_text{
        font-size: 14px;
        line-height: 1.6;
        margin: 40px auto;
        width: 84%;
    }
    .line_up{
        width: 84%;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .credit_area{
        font-size: 12px;
        margin: 20px auto 16%;
    }
    .check_btn{
        width: 84%;
        padding: 14px 0;
    }
    .sec_00 {
        padding: 6%
    }
    .sec_01{
        padding: 16% 8%;
    }
    .sec_02{
        padding: 16% 8%;
    }
    .sec_03{
        padding: 16% 8% 19%;
    }
    .section_ttl{
        width: 100%;
        font-size: 14px;
        margin: 0 auto 30px;
    }
    .section_ttl_main{
        font-size: 20px;
        margin-bottom: 20px;
        text-align: left;
    }
    .detail_area{
        flex-wrap: wrap;
    }
    .detai_img{
        width: 100%;
        margin: 10px auto 0;
    }
    .detail_area a{
        margin-bottom: 10px;
        font-size: 12px
    }
    .check_area{
        font-size: 14px;
        margin:20px auto;
    }
    .color{
        font-size: 18px;
        margin: 10px 0 5px 0;
        display: inline-block;
    }
    .check_area a{
    width: 120px;
        font-size:12px;
        padding: 4px 0;
        margin: 10px auto 0;
    }
    .style_ttl{
        margin-left: 0;
    }
    .sec_04{
        margin:16% 0 0;
        padding:16% 0;
    }
    .sec_04 .sec_inner{
        width:  74%;
    }
    .sec_04 p{
        margin: 10px 0 0;
    }
    .sec_04 .sec_inner{
        display: block;
        text-align: center;
    }
    .sec_04 .sec_inner .name_detail_wrap{
        width: 100%;
    }
    .sec_04 .sec_inner .name_detail_wrap:first-child{
        margin-bottom: 5%;
    }
    .sec_04 .sec_inner .name_detail_wrap p{
        text-align: center;
        font-size: 12px;
    }
    .sec_05{
        padding: 16% 8%;
    }
    .sec_05 .ttl{
        font-size: 30px;
        margin-bottom: 40px;
    }
    .snap_area li {
        width: calc((100% / 2 ) - 5px);
    }
    .sec_06 .sec_inner{
        width: 100%;
        padding: 6%;
    }
    .sec_06{
        padding: 16% 0;
        margin: 16% 0 0;
    }
    .archive_list{
        flex-wrap: wrap;
    }
    .archive_list li {
        width: 40%;
        padding: 5px;
    }
    .archive{
        padding: 16% 0;
    }
    .archive_list li p{
        font-size: 11px;
    }
    .sec_06 .credit_area {
        margin: 40px auto 0px;
    }
    .check_area{
     display: block;
        text-align: right;
        margin: 0 0 0 auto;
        width: 84%;
        text-align: center;
        margin: 10px auto 0;
    }
    .snap_area{
        justify-content: center;
    }
    .style_ttl{
        display: block;
        text-align: center;
        margin: 0 auto 20px;
        font-size: 12px;
    }
    .detail_img{
        width: 100%;
    }
    .detail_img p{
        margin: 10px 0 20px;
    }
}
@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){}