@charset "UTF-8";
/*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 {
    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;
}
/*<-----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);
}
.area-body{
    max-width: 1160px;
    margin: 0 auto;
}
.area-title {
    text-align: center;
}
.main_lead{
    max-width: 880px;
    margin: 80px auto;
}
.main_lead_ttl{
    font-weight: 600;
    text-align: center;
}
.sec_ttl{
     text-align: center;
    font-style: normal;
    margin: 60px auto;
}
 span.item_ttl{
     font-family: jinky, sans-serif;
     font-weight: 400;
    font-size: 68px;
    display: block;
}
.price {
    font-weight: 600;
    margin: 10px auto;
    letter-spacing:.5px;
    color: #000;
}
.item_lead {
    width: 566px;
    margin: 24px auto;
    font-size: 14px;
    text-align: center;
}
.item_img_1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 40px auto;
}
.sec01 .img_1 ,.sec03 .img_1 {
    width: 40%;
    margin-left: 5%;
}
.sec01 .img_2 ,.sec03 .img_2 {
    width: 45%;
    margin: 0 5%;
}
.sec01 .img_3 , .sec03 .img_3{
    width: 45%;
    margin: 0 5%;
}
.sec01 .img_4 , .sec03 .img_4{
    width: 40%;
    margin-left: 5%;
}
.sec02 .img_1 ,.sec04 .img_1 {
    width: 45%;
    margin: 0 5%;
}
.sec02 .img_2 ,.sec04 .img_2{
    width: 40%;
    margin-left: 5%;
}
.sec02 .img_3 ,.sec04 .img_3{
    width: 40%;
    margin-left: 5%;
}
.sec02 .img_4 ,.sec04 .img_4 {
    width: 45%;
    margin: 0 5%;
}
a.view_more{
    display: block;
    width: 330px;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 18px 0;
    margin: 55px auto 120px;
    text-align: center;
    text-decoration: none;
    transition: .5s;
}
a.view_more:hover{
    opacity: 0.6;
}
/*ここからスマホ*/
@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: 12% auto;
    }
    .main_lead_ttl{
        font-size: 14px;
        margin: 0 auto;
        font-weight: 600;
        text-align: center;
        width: 86%;
    }
    span.item_ttl{
        font-size: 10vw;
        line-height: normal;
        margin: 10px auto;
    }
    .sec_ttl{
        font-size: 14px;
        margin: 16% auto 12%;
            width: 86%;
    }
    .price{
        font-size: 12px;
    }
    .item_lead{
        width: 100%;
        font-size: 12px;
        margin: 5% auto;
    }
    .item_img_1{
    margin:  0 auto;
    }
    .sec01 .img_1, .sec03 .img_1, .sec01 .img_2, .sec03 .img_2, .sec01 .img_3, .sec03 .img_3 ,.sec01 .img_4, .sec03 .img_4 ,.sec02 .img_4, .sec04 .img_4{
        width: 86%;
        margin: 0 auto 12%;
    }
    .sec02 .img_1, .sec04 .img_1 ,.sec02 .img_2, .sec04 .img_2 ,.sec02 .img_3, .sec04 .img_3{
        width: 86%;
        margin: 0 auto 12%;
    }
    a.view_more{
        width: 86%;
        font-size: 12px;
        padding: 14px 0;
        margin: 0 auto 20%;
    }
}
@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){}