@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;
}
.slider{
    width: 450px;
}
.pc { display: block !important;
 width: 100%;
}
.sp {
    display: block !important;
}

.gnavi{
    display: flex;

    margin:0 0 50px 0;
    list-style: none;
}

.gnavi li a{
    display: block;
   padding:10px 30px;
    text-decoration: none;
    color: #333;
}

.gnavi li{
    margin-bottom:20px;
}

/*==================================================
　5-3-1 中心から外に線が伸びる（下部）
===================================*/

.gnavi multiple a{
    /*線の基点とするためrelativeを指定*/
position: relative;
}

.gnavi multiple.current a,
.gnavi multiple a:hover{
color:#0481A2;
}

.gnavi multiple a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 10%;
    /*線の形状*/
    width: 80%;
    height: 2px;
    background:#0481A2;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
}

/*現在地とhoverの設定*/
.gnavi multiple.current a::after,
.gnavi multiple a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}







article,aside,footer,header,menu,nav,section {
    display: block;
}
ol,ul {
    list-style: none;
    list-style-type: none;
}
.media_pc {
    display: inline-block;
    width: 100%;
}
.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: white;
    overflow-x: hidden;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

a {
    cursor: pointer;
    color: #000;
}
.area-wrapper{
    overflow: hidden;
    background: white;
}
.wrapper{
    background: white;
}
/*<-----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;
}
.area-body{

    margin: 0 auto;
}

.logo {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
}
.main_lead{
    max-width: 880px;
    margin: 80px auto;
}
.main_lead_ttl{
    
    text-align: center;
}
.main_title{
    font-weight: 800;
    font-size: 40px;
    font-family: 'Bebas Neue', cursive;
}
.main_title_2{
    font-weight: 300;
    font-size: 25px;
    font-family: 'Bebas Neue', cursive;
    padding-top: 50px;
    padding-bottom: 30px;
}
.sec_ttl{
    FONT-WEIGHT: 300;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Zen Antique', serif;
    padding-top: 50px;
}


    
/* レイアウトや見た目のスタイル */
/* ---------------------------- */

.single-item + .single-item{
    margin-top: 80px;
}

/* アニメーションスタイル */
/* ---------------------------- */

/* アニメーション前 */
.u-fade-type-up{
    transform: translateY(50px);
    opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.u-fade-type-up.is-active{
    transition: .6s;
    transform: translateY(0);
    opacity: 1;
}


.price {
    color:#000!important;
    padding: 15px;
    FONT-WEIGHT: 400;
    font-size: 20px;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
}



/* レイアウトや見た目のスタイル */
/* ---------------------------- */

.multiple-list{
    display: flex;
      justify-content: center;
    margin: 0 100px;
    padding-top: 10px;
    padding-bottom: 200px;
}

/*.multiple-item:nth-child(-n+2){
   margin-left: 0; 
}*/

.multiple-item {
    width: 100%;
    margin-left: 3%;
    }
.multiple-item:first-child{
   margin-left: 0; 
}

/* アニメーションスタイル */
/* ---------------------------- */

/* アニメーション前 */
.u-fade-type-up{
    transform: translateY(50px);
    opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.is-active .u-fade-type-up{
    transition: .6s;
    transform: translateY(0);
    opacity: 1;
}

.is-active .u-fade-type-up:nth-child(2){transition-delay: .4s;}
.is-active .u-fade-type-up:nth-child(3){transition-delay: .8s;}
.is-active .u-fade-type-up:nth-child(4){transition-delay: 1.2s;}



.example {/*親div*/
  position: relative;/*相対配置*/
  }

.example p {
  position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
  top: 0;
  left: 0;
  }

.example img {
  width: 100%;
  }


.line {
  display: block;
  position: relative;
}
.line::after {
  background: linear-gradient(to right, black 0%,#3b79cc 50%,#42d3ed 100%);
  content: '';
  display: block;
  height: 1px;
  width: 0;
  transform: translateX(-50%);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  bottom: 0;
  left: 50%;
}
.line.is-animated::after {
  width: 100%;
}
.title {
    /*margin-left: calc(-45vw + 50%);
    margin-right: calc(-45vw + 50%);*/
    margin: 0 80px;
    position: relative;
    FONT-WEIGHT: 400;
    font-size: 30px;
    text-align: center; 
font-family: 'Cormorant Garamond', serif;
    padding-top: 10px;
    padding-bottom: 20px;
}
.number {
    /*margin-left: calc(-45vw + 50%);
    margin-right: calc(-45vw + 50%);*/
    margin: 0 80px;
    position: relative;
    FONT-WEIGHT: 400;
    font-size: 35px;
    text-align: left; 
font-family: 'Josefin Slab', serif;
    padding-top: 100px;
    padding-bottom: 20px;
}



.name {
    
        FONT-WEIGHT: 800;
    font-size: 15px;
    text-align: center; 
    font-family: 'Cormorant Garamond', serif;
 
}

.name2 {
    
        FONT-WEIGHT: 800;
    font-size: 14px;
    text-align: center; 
    font-family: 'Cormorant Garamond', serif;
       padding-top: 40px;
}

 ul {
    display: flex;
    justify-content: center;
  }




item_photo {
    margin: auto;
    height: auto;    
}
.bodyWrap .img {
    width: 100%;
    height: auto;
    margin: auto;
}
.contents {
    max-width: 1000px;
    margin: auto;
}

.full-width {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}


.item_ttl{
	display: flex;
	flex-wrap:wrap;
    padding-bottom: 60px;
}
.item_ttl li {
	width: calc(100%/3);/*←画像を横に4つ並べる場合*/
	padding:70 20px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.item_ttl li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	
}

.emb{
    padding: 60px;
    padding-top: 20px;
}

    .emb_txt {
    text-align: center;
    font-family: 'Zen Antique', serif;
            font-size: 15px;
    padding-bottom: 20px;
    padding-top: 10x;
}

.relative {
    position: relative;
    width: 1000px;
    padding right: 50px;
    padding: 10px;
}
.absolute {
    position: absolute;
    bottom: 100px;
    color: #fff;
    background: rgba(0,0,0,.6);
    width: 80%;
    max-width: 600px;
    padding: 20 0;
}
.absolute p {
    margin: 0;
    padding: 0 0.18em;
    font-size: 150%;
    font-family: 'Bebas Neue', cursive;
    FONT-WEIGHT: 200;
    text-align: center;
}




.slider{
    width: 700px;
    margin: 100px auto;
}

.slick-prev::before,
.slick-next::before{
    color: black!important;
}

.color_variation{
    FONT-WEIGHT: 400;
    font-size: 40px;
    text-align: center;
    font-family: 'Zen Antique', serif;
    padding: 60px;
    padding-top: 20px;
}
.main_v{
    padding: 60px;
    padding-top: 20px;
}

.ttl_img{
 margin: auto;
    padding-top: 20px;
}

.color_name1{
    display: inline-block;
    padding-left: 160px;
    padding-top: 20px;
}
.color_name2{
    display: inline-block;
    padding-left: 328px;
}
.color_name3{
    display: inline-block;
    padding-left: 320px
}

.item_1 {
    text-align: center;
    font-family: 'Zen Antique', serif;
    padding-bottom: 10px;
    padding-top: 10px;
}


.view_more {
   display: block;
    background: white;
    color: black;
    font-size: 15px;
    font-weight: 200;

    margin: 2px auto 120px;
    text-align: center;
    text-decoration: none;
    transition: .5s;
}

.ttl_text {
    text-align: center;
    font-family: 'Zen Antique', serif;
    padding: 30px;
    padding-bottom: 100px;
}
.area-wrapper .slider{
    position: relative;
}
.area-wrapper .prev-arrow {
  display: block !important;
    position: absolute;
    z-index: 99;
}

.area-wrapper ul.slick-dots {
  margin: 0;
  bottom: -20px;
}

.area-wrapper ul.slick-dots li {
  width: 4px;
  height: 4px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.area-wrapper ul.slick-dots li button {
  width: 4px;
  height: 4px;
  margin: 0 10px;
  background: #ccc;
  border-radius: 8px;
}

.area-wrapper ul.slick-dots li button {
  background: #d1c7c3;
  border: 1px solid #d1c7c3;
}

.area-wrapper ul.slick-dots li.slick-active button {
  background: #3a3430;
  border: 1px solid #3a3430;
}

.area-wrapper ul.slick-dots li button:before {
  width: 5px;
  height: 5px;
  border: none;
}

.area-wrapper ul.slick-dots li.slick-active button:before {
  background: none;
}

@media screen and (max-width: 896px) {
    
 .pc { display: none !important; }
    .sp { display: block !important; }
}
  .area-wrapper {
    min-width: auto;
    font-size: 14px;
  }
  .area-wrapper ul.slick-dots {
    margin: 0;
    bottom: -20px;
  }
  .area-wrapper ul.slick-dots li {
    width: 4px;
    height: 4px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
  }
  .area-wrapper ul.slick-dots li button {
    width: 4px;
    height: 4px;
    margin: 0 5px;
    background: #ccc;
    border-radius: 8px;
  }
  .area-wrapper ul.slick-dots li button {
    background: #d1c7c3;
    border: 1px solid #d1c7c3;
  }
  .area-wrapper ul.slick-dots li.slick-active button {
    background: #3a3430;
    border: 1px solid #3a3430;
  }
}

.vertical {
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.contentA,.contentB{
  width: 50%;
  height: 100px;
  padding: 30px;
}

.main{
 display: flex;

}

@media screen and (max-width: 896px) {
  .area-wrapper {
    min-width: auto;
    font-size: 14px;
  }
  .area-wrapper ul.slick-dots {
    margin: 0;
    bottom: -20px;
  }
  .area-wrapper ul.slick-dots li {
    width: 4px;
    height: 4px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
  }
  .area-wrapper ul.slick-dots li button {
    width: 4px;
    height: 4px;
    margin: 0 5px;
    background: #ccc;
    border-radius: 8px;
  }
  .area-wrapper ul.slick-dots li button {
    background: #d1c7c3;
    border: 1px solid #d1c7c3;
  }
  .area-wrapper ul.slick-dots li.slick-active button {
    background: #3a3430;
    border: 1px solid #3a3430;
  }
}
.feature_content{
    width:90%;
    padding: 0;
}
 .feature_content li{
width: 48%;
     margin-bottom: 20px;
    }
.feature_content li a{
  font-size: 12px;
    }
.feature_content ul{
    padding: 0px;
    align-items: baseline;
    }
.mask_content{
        display: none;
    }
@keyframes slider{
	0%{
		opacity:0;
	}
	20.83%{
		opacity:1;
	}
	33.33%{
		opacity:1;
	}
	45.83%{
		opacity:0;
	}
	100%{
		opacity:0;
	}	
}


.item_image_text {
     width: 45%;
    text-align: center;
    margin-left: 5%;
    font-family: 'Zen Antique', serif;
    
}



@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;
        text-align: center;
   
    }
    .title {
    /*margin-left: calc(-45vw + 50%);
    margin-right: calc(-45vw + 50%);*/
    margin: 0 80px;
    position: relative;
    FONT-WEIGHT: 400;
    font-size: 18px;
    text-align: center; 
font-family: 'Cormorant Garamond', serif;
    padding-top: 10px;
    padding-bottom: 20px;
}    
    .name {
    
        FONT-WEIGHT: 800;
    font-size: 10px;
    text-align: center; 
    font-family: 'Cormorant Garamond', serif;
}

  .sp-list{
    display: flex;
      justify-content: center;
    margin: 0 1px;
padding: 5px;

}
.price {
    padding: 10px;
    FONT-WEIGHT: 400;
    font-size: 8px;
    text-align: center;
    font-family: 'Zen Antique', serif;
}
    .number {
    margin: 0 10px;
    position: relative;
    FONT-WEIGHT: 400;
    font-size: 30px;
    text-align: left;
font-family: 'Patua One', cursive;
    padding-top: 100px;
    padding-bottom: 20px;
}
   img {

    height: auto;
    margin: auto;
} 
    .main_title{
        font-size: 40px;
        
    }
    .item_image{
        display: block;
        padding: 0;
    }
    .item_1 {
    PADDING: 50;
    text-align: center;
}
    .ttl_text {
        font-size: 11px;
        padding: 30px;
    }
    
}
.view_more {
   display: block;
    background: white;
    color: black;
    font-size: 13px;
    font-weight: 200;

    margin: 2px auto 120px;
    text-align: center;
    text-decoration: none;
    transition: .5s;
}
@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){
.main_title{
    font-weight: 800;
    font-size: 25px;
    font-family: 'Bebas Neue', cursive;
}    
    
    .ttl_text {
        padding: 20px;
        font-size: 10px;
    }
    .relative {
    position: relative;
    width: 1000px;
    padding right: 50px;
}
    
.title {
    /*margin-left: calc(-45vw + 50%);
    margin-right: calc(-45vw + 50%);*/
    margin: 0 80px;
    position: relative;
    FONT-WEIGHT: 400;
    font-size: 15px;
    text-align: center; 
font-family: 'Cormorant Garamond', serif;
    padding-top: 10px;
    padding-bottom: 20px;
}    
    
.absolute {
    position: absolute;
    bottom: 50px;
    color: #fff;
    background: rgba(0,0,0,.6);
    width: 100%;
    max-width: 600px;
    padding: 1em 0;
}
.absolute p {
    margin: 0;
    padding: 0 0.18em;
    font-size: 10px;
    font-family: 'Bebas Neue', cursive;
    FONT-WEIGHT: 200;
    text-align: center;
}
.main_title_2{
    font-weight: 300;
    font-size: 20px;
    font-family: 'Bebas Neue', cursive;
    padding-top: 20px;
    padding-bottom: 20px;
}
.emb_txt{
    text-align: center;
    font-family: 'Zen Antique', serif;
            font-size: 12px;
    padding-bottom: 20px;
    padding-top: 10x;
}
.emb{
        width: 250px;
    padding: 00px;
    padding-top: 20px;
}

    .multipul-2
    
.number{
    position: relative;
    FONT-WEIGHT: 400;
    font-size: 15px;
    text-align: center;
    font-family: 'Bebas Neue', cursive;
     padding-top: 140px;
    padding-bottom: 140px;
}
    
.ttl_img{
    padding-top: 20px;
}
.sec_ttl{
    FONT-WEIGHT: 300;
    font-size: 13px;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Zen Antique', serif;
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
}
.price{
    padding: 20px;
    FONT-WEIGHT: 400;
    font-size: 14px;
    text-align: inherit;
    font-family: 'Zen Antique', serif;
} 
.item_1{
    font-size: 12px;
    text-align: center;
    padding: 20px;
    font-family: 'Zen Antique', serif;
    padding-bottom: 40px;
}   
    .slider{
    width: 270px;
    margin: 100px auto;
}
    .view_more {
   display: block;
    width: 200x;
    background: #000;
    color: #fff;
    font-size: 8px;
    font-weight: 400;
    padding: 18px 0;
    margin: 55px auto 120px;
    text-align: center;
    text-decoration: none;
    transition: .5s;
}
.relative {
    position: relative;
    width: 1000px;

    padding: 10px;
}
.absolute {
    position: absolute;
    color: #fff;
    background: rgba(0,0,0,.6);
    width: 80%;
    max-width: 600px;
    padding: 0 0;
}
.absolute p {
    margin: 0;
    padding: 0 0.18em;
    font-size: 150%;
    font-family: 'Bebas Neue', cursive;
    FONT-WEIGHT: 200;
    text-align: center;
}
    
}

