@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;
padding-left: 30px;
padding-right: 30px;
}
.media_sp {
display: none !important;
}
/*<-----resetcss*/
html{
font-size: 62.5%;
}
body{
font-family:"Yu Gothic", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", "sans-serif";
color: #313131;
font-size: 1.6em;
background-color: #fff;
overflow-x: hidden;
}
img {
max-width: 100%;
height: auto;
}
.area-body section {
margin: 0 auto;
padding: 0 0 30px;
box-sizing: border-box;
text-align: center;
}
.area-wrapper {
margin: 0 auto;
padding-bottom: 0;
background-color: #fff;
text-align: center;
color: #333;
line-height: 1.7;
    font-family: 'minion-pro', sans-serif , "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", 'YuGothic';
overflow: hidden;
}
.area-body .header-text {
font-family: "andale-mono",sans-serif,times;
padding: 100px 0 30px;
text-align: center;
margin: 0 auto;
display: inline-block;
    line-height: 2;
    font-weight: 700;
    font-size: 18px;
}
a {
    text-decoration: none;
    color: #333;
}
.contents_inner {
    max-width: 1080px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
}
h2{
    font-family: 'minion-pro', sans-serif;
}
h3{
    font-family: 'minion-pro', sans-serif;
    margin: 64px auto 0px;
    font-size:28px;
}
.pane-footer , .feature-wap {
    background-color: #f8f8f8;
}
.reservation {
    font-family: "andale-mono",sans-serif,times;
    display: block;
     background-color: rgb(240,231,216);
    width: 300px;
    height: 70px;
    margin: 20px auto;
    line-height: 70px;
    font-size: 16px;
    font-weight: 600;
    }
.elem-text{
    text-align: left;
    font-size: 1.1em;
    display: inline-block;
    max-width: 900px;
    margin: 70px auto 90px;
    font-weight: 600;
}
.contents_inner {
    box-sizing: boder-box;
    max-width: 1050px;
}
.flex{
    justify-content:space-between;
}
.main-photo1{
    width: 48%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
.main-photo2{
    width:100%;
    margin-bottom: 80px;
}
.main-photo1,.main-photo2{
    position: relative;
}
.sw_color{
    font-family: "andale-mono",sans-serif,times;
    display: inline-block;
    margin-bottom: 15px;
    bottom:-28px;
    right: 5px;
    font-weight: 600;
    border-left: .3rem solid;
    padding-left: 1em;
}
.brand-img{
    margin-bottom: 90px;
    margin-top: -130px;
    width: 350px;
    margin-left: 90px;
}
.brand-img2{
    margin-bottom: 90px;
    margin-top: -130px;
    width: 350px;
    margin-left: 494px;
}
.brand-img3{
    margin-bottom: 90px;
    margin-top: -130px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
}
.brand-img4{
    margin-bottom: -45px;
    margin-top: 50px;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
}
.view-btn{
    display: inline-block;
    margin: 40px 0 0;
    text-decoration: none;
    color: #222;
    font-weight: 600;
    padding: 5px 10px;
    border: solid 2px #222;
    font-size: 12px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
}
.view-btn a{
    text-decoration: none!important;
}
.view-btn:hover {
   background-color: #000;
    color: #fff;
    text-decoration: none;
}
.viewmore_brand_btn {
    margin-top: 30px;
    text-align: center;
    display: block;
    background-color: #000;
    color: #fff;
    width: 390px;
    padding: 22px;
    font-size: 20px;
    text-decoration: none;
    font-family: program, sans-serif;
    margin: 0 auto;
    letter-spacing: 2px;
    text-decoration: none!important;
}
.restock {
    padding-top: 20px;
    }
/*mask*/
.mask_ {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    background-color:	rgba(0,0,0,0.4);
    -webkit-transition:	all 0.6s ease;
    transition:	all 0.6s ease;
}
.main-photo1:hover .mask_ {
    opacity:1;
}
.main-photo2:hover .mask_ {
    opacity:1;
}
.mask_text{
    letter-spacing: .5px;    
    font-size: 1.3rem;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%
}
.mask_text a {
    position: relative;
    transition: 0.2s;
    color: #ffffff;
    margin: 1% auto;
    display: table;
    text-decoration: none;
}
.mask_text a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    border-bottom: solid 1px #ffffff;
    transition: 0.2s;
}
.mask_text a:hover::after {
    width: 100%;
}
.credit{
    font-size: 22px;
}
.en{
    display: inline-block;
    padding-left: 1em;
    font-size: 14px;
}
.mask_view{
    display: inline-block;
    padding: 0 5px;
    background-color: #fff;
    color: #777;
    font-size: 12px;
    margin-top: 5px;
}
/*color*/
.sw_ttl{
    font-family: 'minion-pro', sans-serif;
    font-weight: 700;
    font-size: 60px;
    margin: 0px auto 60px;
    border-top: solid 1px #777;
    padding-top: 110px;
}
.color_flex .color_image{
    position: relative;
    width: 300px;
    text-align: center;
    margin-left: 60px;
    margin-top: 30px;
}
.color_image a:hover{
}
.color_flex .color_image:nth-of-type(1){
    margin-left: 0;
}
.color_flex .color_image:nth-of-type(4){
    margin-left: 0;
}
.color_flex{
    max-width: 1050px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.color_flex .color_image .sw_color2{
    display: block;
    position: absolute;
    bottom: 0px;
    left: -.6em;
    font-size: 22px;
    line-height: 1.3;
    border: none;
    padding: 0;
}
/*credit_area*/
.credit_area{
    width: 700px;
    margin: 80px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.name{
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    margin-right: 68px;
    display: inline-block;
    /*font-family: "Yu Gothic", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", "sans-serif";*/
}
.item-name{
    margin-top: -30px;
    font-family: "andale-mono",sans-serif,times;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
}
.item-info{
    font-weight: 600;
    padding-top: 45px;
    padding-bottom: 200px;
}
.glay-text{
    color:#777;
    font-size: 14px;
    font-weight: 600;
}
.btn_area{
    display: inline-block;
    position: relative;
}
.sw_btn{
    background-color: rgb(240,231,216);
    border: 1px solid;
    padding: 16px 98px 16px 50px;
}
.sw_btn:hover{
text-decoration: none;
    opacity: .7;
}
.btn_arrow {
    background-color: #1b1b1b;
    bottom: 10px;
    height: 1px;
    position: absolute;
    right: 40px;
    transition: all .5s ease;
    width: 35px;
}
.btn_arrow:before {
    -webkit-transform: rotate(40deg);
    background-color: #1b1b1b;
    bottom: 3px;
    content: "";
    height: 1px;
    position: absolute;
    right: -1px;
    transform: rotate(40deg);
    transition: all .5s ease;
    width: 10px;
}
.sw_btn:hover .btn_arrow{
    right: 20px;
}
@media screen and (min-width:769px){
}
/*<<<--max896px------*/
@media screen and (max-width: 896px){
.media_pc {
display: none !important;
}
.media_sp {
display: block !important;
padding-left: 20px;
padding-right: 20px;
}
.bodyWrap{
width: 89.33333%;
margin: auto; 
}  
.mask_{
display: none;
    }
.area-body section {
width: 100%;
margin: 0 auto;
padding: 0 0 35px;
box-sizing: border-box;
text-align: center;
}
.area-body .header-text {
        padding-top: 60px;
        font-size: 16px;
    }
.reservation{
width: 80%;
    height: 55px;
    line-height: 55px;
    font-size: 13px;
    }
.elem-text {
        text-align: left;
        font-size: 15px;
        margin: 30px auto 50px;
    } 
.flex_none{
display: block;        
    }  
.main-photo1 {
        width: 100%;    
    } 
.credit_area {
    width: 100%;
    display: block;
    margin: 80px auto 20px;
    } 
.name {
    text-align: right;
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin:0 auto;
}
.item-info {
    padding-top: 45px;
    padding-bottom: 90px;
    text-align: left;
}
.brand-img{
    margin-bottom: 65px;
    margin-top: -70px;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
}
.brand-img2{
    margin-bottom: 65px;
    margin-top: -40px;
    width: 230px;
    margin-left: auto;
    margin-right: auto;
}
.brand-img3{
    margin-bottom: 65px;
    margin-top: -50px;
    width: 210px;
    margin-left: auto;
    margin-right: auto;
}
.brand-img4 {
    margin-bottom: 0px;
    margin-top: 25px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}
.viewmore_brand_btn {
    margin-top: 30px;
    text-align: center;
    display: block;
    background-color: #000;
    color: #fff;
    width: 320px;
    padding: 22px;
    font-size: 20px;
    text-decoration: none;
    font-family: program, sans-serif;
    margin: 0 auto;
    letter-spacing: 2px;
    text-decoration: none!important;
    /* margin-left: -33px; */
    /* margin-right: 25px; */
}
.btn_area {
    margin: 40px auto;
    }
.sw_ttl {
    padding-top: 60px;
    font-size: 30px;
    margin: 0 auto;
}
    
.restock {
    padding-top: 20px;
    }
/*sp color*/
.color_flex .color_image{
        position: relative;
        width: 48%;
        text-align: center;
        margin-left: 4%;
        margin-top: 15px;
    }
.color_image a:hover{
    }
.color_flex .color_image:nth-of-type(1){
        margin-left: 0;
    }
.color_flex .color_image:nth-of-type(3){
        margin-left: 0;
    }
.color_flex .color_image:nth-of-type(4){
        margin-left: 4%;
    }    
.color_flex .color_image:nth-of-type(5){
        margin-left: 0;
    }    
.color_flex{
        max-width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
 }
.color_flex .color_image .sw_color2{
        bottom: -6px;
        font-size: 18px;
    } 
.media_sp .en{
    color: #777;
    font-size: 12px;
    /*font-family: "Yu Gothic", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", "sans-serif";*/
    }
.sp_view{
    display: inline-block;
    padding: 0 5px;
    background-color: #333;
    color: #fff;
    font-size: 12px;
    margin-left: 10px; 
    /*font-family: "Yu Gothic", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", "sans-serif";*/
    } 
.block-feature-content-item .block-event--day-name{
        font-family: "Hiragino Kaku Gothic ProN", Osaka, "MS PGothic", sans-serif;
    }    

@media screen and (min-width:768px) and (max-width: 896px){  
     
}
@media screen and (min-width:360px) and (max-width: 767px){  
    
}
@media screen and (max-width:359px){

}