@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{
    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{
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN" , "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    overflow: hidden;
    background: #000;
    color: #fff;
}
.area-wrapper .wrapper{
    background: #000;
}
.area-header{
    max-width: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .9);
    color: #000;
}
/*<-----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: 1080px;
    margin: 0 auto;
}
.index{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin: 100px auto 120px;
}
.index a{
    transition: .6s;
}
.index a:hover{
    opacity: .7;
}
section{
    margin: 17% auto;
}
.main_lead{
    padding: 200px 80px 100px;
    margin: 80px auto;
}
.main_lead_ttl{
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    padding-top: 16px
}
.main_lead_ttl.border_top{
border-top: solid 1px #000;
}
.area-title {
   text-align: center;
    width: 100%;
    max-width: 100%;
}
.area-title img{
    width: 100%;
    max-width: 100%;
}
.main_lead img{
    width: 160px;
    padding-bottom: 16px;
}
.main_lead_ttl{
 text-align: left;
font-family: myriad-pro, sans-serif;
font-weight: 700;
}
.main_lead p{
    font-size: 14px;
}
.look{
    width: 340px;
    margin: 100px auto -250px;
    display: block
}
.sec_ttl{
    text-align: center;
    font-family: "Great Vibes", cursive;
    font-weight: 300;
    font-size: 52px;
    margin: 0 auto 20px;
    position: relative;
}
.num{
    position: absolute;
    top:-10px;
    left: 0px;
    opacity: .15;
      font-family: "Great Vibes", cursive;
    font-weight: 300;
    font-size: 100px;
    line-height: 1;
}
.tit{
    position: absolute;
    top:-60px;
    left: 0px;
    opacity: .15;
      font-family: "Great Vibes", cursive;
  font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 1;
}
.detail_slide1 ,.detail_slide2{
    width: 690px;
}
.detail_slide1{
    margin: 0 auto 50px 0;
}
.detail_slide2{
    margin: 0 0 60px auto;
}
.area-wrapper .slick-slider{
    text-align: right;
}
.area-wrapper .slick-dots {
    text-align: right;
}
.area-wrapper ul.slick-dots li {
    margin: 10px;
}
.area-wrapper ul.slick-dots li button {
       display: none;
    border-radius:0;
    width: 12px;
    height: 12px;
    background: #000!important;
    border: solid 1px #fff;  
}
ul.slick-dots li.slick-active button{
    background: #fff!important;
}
.credit_wrap{
  width: 740px;
}
.credit{
    display: flex;
    display: -webkit-flex;
    text-align: right;
    justify-content: space-between;
    align-items: center;
      font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.credit img{
    width: 148px;
    margin-right: 40px;
}
.credit_wrap p{
    font-size: 14px;
    line-height: 1.7;
    margin: 40px auto 20px;
    /* padding: 20px 0;
    border-bottom: solid 1px #fff;*/
}
.credit_lead{
    transition: .6s;
}
.credit_lead a{
    font-size: 16px;
    color: #fff;
    
      font-family: "Shippori Mincho", serif;
}
.kozaburo_price{
    display: block;
      font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
    font-size: 16px;
}
a.view_more{
      font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-weight: 200;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 20px auto;
    padding: 20px 0;
    width: 100%;
    border-bottom: solid 1px #fff;
    border-top: solid 1px #fff;
    text-decoration: none;
    transition: .6s;
    font-size: 18px;
}
a.view_more:hover{
background: #fff;
    color: #000;
    border-bottom: solid 1px #000;
    border-top: solid 1px #000;
}
#sec05{
    margin: 13% auto;
}
#sec05 a.view_more{
    padding: 40px 0;
    font-size: 26px;
}
.sec_01{
    margin-top: 140px;
}
@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: 16px;
        margin: 0 auto;
        font-weight: 600;
        padding-top: 5%;
    }
        .look{
            width: 40%;
            margin: 10% auto -70%;
    }
    .main_lead {
        padding: 40% 7% 13%;
        margin: 40% auto 13%;
    }
    .main_lead img {
        width: 36%;
        padding-bottom:5%;
    }
    .index{
        flex-wrap: wrap;
        width: 80%;
    }
    .index a{
        width: 50%;
    }
    .sec_ttl{
        text-align: left;
        font-size: 6vw;
    }
    section {
        width: 84%;
        margin: 34% auto;
    }
    #sec04{
        margin: 34% auto 13%;
    }
    #sec05{
        margin: 13% auto;
    }
    .detail_slide1 ,.detail_slide2{
    width: 84%;
    }
    .detail_slide1{
        margin: 0 auto 0 0;
    }
    .credit_wrap{
        width: 100%;
    }
    .credit_wrap p {
        font-size: 13px;
        line-height: 1.7;
        margin: 10% auto;
        width: 100%;
    }
    .credit img {
        width: 30%;
        margin-right: 10px;
    }
    .area-wrapper .detail_slide1{
        margin: 0 auto 0 0;
    }
    .area-wrapper ul.slick-dots li {
        float: left;
        margin: 10px;
    }
    .area-wrapper ul.slick-dots li button {
        display: none;
        border-radius: 0;
        width:0px;
        height: 0px;
    }
    .num{
        font-size: 12vw;
        top: -30px;
    }
    .credit_lead a{
        font-size: 16px;
         font-family: "Shippori Mincho", serif;
    }
    .credit{
        display: block;
    }
    a.view_more{
        font-size: 3.5vw;
        padding: 5% 0;
    }
    #sec05 a.view_more {
        padding: 7% 0;
        font-size: 5vw;
    }
    .area-wrapper{
        width: 100%;
        max-width: 100%;
    }
}
@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){}