@charset "UTF-8";


/*
===== CONTENTS ================================================================================

	Index:
  - Base Style
  - Layout
  
===============================================================================================
*/


/*
* Noto Sans Japanese (japanese) http://www.google.com/fonts/earlyaccess
fonts.googleapis.com/earlyaccess/notosansjapanese.css
*/

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 300;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format('opentype');
}
.fnNotoJP-L { font-family: 'Noto Sans Japanese', sans-serif; font-weight: 300;}



/* 1: Base Style Setting
----------------------------------------------------------------------------------------------*/

/* Base Setting
==========================================================*/

body { font: 15px/1.9  'Ubuntu', "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",  Helvetica, Arial, sans-serif; 
	 margin:0; padding: 0; background: #fff; color:#555555;  font-weight: 400;  letter-spacing:0.6px;  }


a       { text-decoration: none; color:#555555; }
a:hover { color:#999; }


.fn_Ubuntu{ font-family: 'Ubuntu', sans-serif;}

   


/* main-layout
==========================================================*/

body { }
#wrapper  { }
.wrap{ margin:0 auto; max-width:1100px; -webkit-box-sizing: border-box; box-sizing: border-box;  }
.wrap1000{margin:0 auto; max-width:1000px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.wrap900{margin:0 auto; max-width:900px; -webkit-box-sizing: border-box; box-sizing: border-box; }




/* header
==========================================================*/

#headerContainer { position: fixed; z-index:999; top: 0; left: 0; width:100%; height:100px; background: #ec640a;}
#header { display: flex;justify-content: space-between;align-items: center; height:100px;}
#logo{ line-height: 1;}

#g-menu{}
#g-menu a{color: #fff;display: block;margin: 0 12px;height: 100px;line-height: 100px;position: relative;overflow: hidden;}
#g-menu img{ vertical-align: middle;}
.globalNav{display: flex;}
.g-menu{display: flex;}
.sub-menu{display: flex;padding-left: 15px;}


/* footer
==========================================================*/
#footerContainer {  }
#footer {}
.buyicn_Inner{ display: flex; padding-top: 70px;}
.buyicn_Inner li{ width: 32%;}
.footermenu { display: flex; justify-content: center; padding-top: 75px; }
.footermenu li{ margin: 0 17px;}
.ft-Insta{ text-align: center; padding-top: 75px;}
#copyright{ padding: 100px 0 75px; text-align: center;}


/* content
==========================================================*/
#Container{overflow: hidden; } 
.bg_b{ background: #f8f3ed; }
.bg_g{ background: #eeeeee;}
.bg_Features{background: url('../images/ps918326474.jpg') center center ; background-size:cover; }

.pages{padding-bottom: 100px;}

/*timing-web.com/arc-border*/
.arc {
min-height: 300px;
border-bottom-right-radius: 2000px 300px;
border-bottom-left-radius: 2000px 300px;
margin-left: -5%;
margin-right: -5%;
padding-left: 5%;
padding-right: 5%;
}
.arc_bottom { margin-top: -300px; padding-top: 300px;}
.zind-a{ position: relative; z-index: 10;}
.zind-b{ position: relative; z-index: 11;}
.zind-c{ position: relative; z-index: 12;}


.betwlogo img, .betwlogo svg{ position: absolute; top: 70px; left: 50%; width: 228px; margin-left: -114px;}
#footer .betwlogo img{ position: absolute; top: -85px; left: 50%; }


#animlogo{stroke:#ec640a; stroke-width:1px; fill:transparent; stroke-dasharray:1425px; stroke-dashoffset:1425px; animation:anim 2s ease-in 0s forwards;}
@keyframes anim{
0%{stroke-dashoffset:1425px;}
30%{fill:transparent;}
60%{stroke-dashoffset:0;}
100%{stroke-dashoffset:0; fill:#ec640a;}
}


.scale { -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.scale:hover{-webkit-transform: scale(1.05); transform: scale(1.05); }

/* 2: layout
----------------------------------------------------------------------------------------------*/


/* pages
==========================================================*/

h2.ttl2{ text-align: center; color: #bc9369; font-size: 2em; margin-bottom: 70px;}
.ttl-line span{ position: relative;  }
.ttl-line span:after{position:absolute;display:block;content:''; background: #bc9369; width: 10px; height: 2px; left: -0.7em; top:50% ;}
.ttl-line span:before{position:absolute;display:block;content:''; background: #bc9369; width: 10px; height: 2px; right: -0.7em; top:50% ;}
.ttlposi{ padding-top: 170px; margin-top: -100px;}
.ttlposi2{ padding-top: 190px; margin-top: -100px;}
.ttl{ padding-top: 100px;}
.ttl_pt30{ padding-top: 30px;}



/* MAIN
-------------------*/
#Mainvisual{ background: url('../images/main_img.jpg') center center ;background-size:cover; width: 100%; height: 100vh; min-height: 500px; max-height: 1000px;position: relative; }
#MainCopy{ position: absolute; bottom: 12%; right: 10%; }


#Concept{ }
.Concept-wrap{ display: flex; justify-content: center; flex-wrap: wrap;　margin-top: -30px; padding-bottom: 50px;}
.Concept-wrap .col-a {width: 33.33%;  }
.Concept-wrap .col-a img{ position: relative; left: -50%; top: -5%; max-width: 130%;}
.Concept-wrap .col-b{ width: 33.33%; min-width: 380px; max-width: 380px; margin-bottom: 20px;}
.Concept-wrap .col-c{ width: 33.33%; text-align: center; align-self: flex-end;}
.Concept-wrap .col-c img{ margin-bottom: -0%; margin-right: 8%; max-width: 70%;}
.Concept-ttl{ font-size: 2.3em; line-height: 1.6; margin-bottom: 40px; }
.Concept-Inner{}

@media screen and (max-width: 1200px) {
.Concept-wrap .col-c img{ margin-bottom: -5%;}
}



#Features{}
.Features-Inner{ display: flex; margin-bottom: 50px;}
.Features-img{ width: 50%; }
.Features-img img{ border-radius: 4.5%;}
.Features-txt{ width: 45.4%; margin-right: -1%;}
.Features-txt dt{ font-size: 2.1em; line-height: 1.4; margin-bottom: 0.7em;}
.Features-Inner.f-left .Features-img{ order: 2;}
.Features-Inner.f-left .Features-txt{ order: 1;}

#Variation{}
#vSlider li{ padding: 0 30px; }
.Variation-Inner { display: flex; width: 100%; }
.Variation-Inner div{ width: 47%;}
.Variation-txt dl{ display: flex; margin-top: 35px;}
.Variation-txt dt{ width: 106px; color: #bc9369; font-size: 1.33em; line-height: 1.4;}

/* Slick Arrows */
.slick-prev,.slick-next{width:45px;height:101px}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none}
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}
.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}
.slick-prev{left:-45px;background:url(../images/arw_l.png) 0 center!important;background-size:45px auto}
.slick-prev:before{content:''}
.slick-next{right:-45px;background:url(../images/arw_r.png) right center!important;background-size:45px auto}
.slick-next:before{content:''}

.slick-dotted.slick-slider
{
    margin-bottom: 0px;
}

.slick-dots
{
    position: absolute;
    bottom: 25px;
    display: block;
    width: 100%;
    padding: 0 8px;
    margin: 0;
    list-style: none;
    text-align: left;
}
.slick-dots li
{
    width: 10px;
    height: 10px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    width:  10px;
    height: 10px;
    padding: 3px;

}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 7px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
}
.slick-dots li.slick-active button:before
{
    opacity: .8;
    color: #ec640a;
}
.slider{display: none;}
.slider.slick-initialized{display: block; }



.scene_bg{background:#eee url('../images/scene_main.jpg') center center ; background-size:cover; height: 50vw;display: flex; }
.scene_bg p{align-self: flex-end; font-size: 0.74em; line-height: 1.4; color: #fff; padding: 15px 20px;}

.scene-Inner{ display: flex; padding-top: 100px; flex-wrap: wrap; }
.scene-Inner li{ width: 30%;}
.scene-img{ line-height: 1; margin-bottom: 1.1em;} 
.scene-txt{ padding: 0 0 2em; line-height: 1.4;}
.scene-txt strong{ display: inline-block;padding: 0 0 10px;font-size: 1.2em; font-weight: bold;color: #f17904;}



#Spec{}
.Spec-Inner{ display: flex; }
.Spec-left{ width: 40%; margin-left: -4%; }
.Spec-left li{ line-height: 1; margin-bottom: 50px;}
.Spec-right{ width: 56.8%; }
.Spec-right .spec-list { margin-bottom: 70px;}
.Spec-right .spec-list li{ line-height: 1.4; margin-bottom: 0.8em; position:relative; padding-left: 1.2em; }
.Spec-right .spec-list li:before{ position: absolute; content: '・'; left: 0; }
.Spec-right .spec-list2 { margin-bottom: 70px;}
.Spec-right .spec-list2 li { display: flex; background: #fff; padding: 15px 20px; margin-bottom: 4px;}
.Spec-right .spec-list2 li .f-left{ width: 90px;}
.Spec-right .spec-list2 li .f-right{}


.price{ font-size: 1.2em;}
.price dl{display: flex; }
.price dt{ width: 90px;font-size: 138%; }
.price dd{}
.price span{ font-size: 138%; padding-left: 0.6em;}

.btn_cart { margin-top: 50px;}
.btn_cart a{ background: #ec640a; display: block; width: 320px; height: 96px; line-height: 96px; font-size: 1.6em; color: #fff; border-radius: 10px;
display: flex;align-items: center;  justify-content: center;}
.btn_cart img{ padding-right: 18px; }

.waveline{ line-height: 0; padding-top: 75px;}
.Speclogo{ position: absolute; right: 1%;top:  -100px;}





#FAQ{}
.FAQ-Inner{ }
#FAQ-Panel > dt { background: #FFF;cursor: pointer; padding: 25px  62px; font-size: 1.3em; line-height: 1.4; position: relative;  }
#FAQ-Panel > dt span.fnNotoJP-L{ position: absolute; font-size: 1.7em; line-height: 1; display: inline-block;top: 18px; left: 24px;}
#FAQ-Panel > dt span.arrow{ -webkit-transition: all .3s; transition: all .3s; display: inline-block;
    content:  '';
    width: 10px;
    height: 10px;
    display:  block;
    border-top: solid 2px;
    border-right: solid 2px;
    -webkit-transform: rotate(135deg);transform: rotate(135deg);
    position:  absolute;
    top: 50%; margin-top: -5px;
    right:  30px;
}
#FAQ-Panel > dt.active span.arrow{-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}

#FAQ-Panel > dd { margin-bottom: 6px;}
#FAQ-Panel > dd .dd-panel { background: #FFF; padding: 0 62px 50px;  display: none; }






/* 3: Responsive
----------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1150px) {
    /* ------------------- */
    .wrap{ padding: 0 25px; }
}
@media screen and (max-width: 1050px) {
    /* ------------------- */
    .wrap1000{padding: 0 25px;}
    .Speclogo{  width: 18%;}
}
@media screen and (max-width: 1000px) {
    /* ------------------- */
    .wrap900{padding: 0 25px;}
    #vSlider{ max-width: 90%; margin: 0 auto;}
    .Variation-txt dl{ display: block; margin-top: 0.75em; }
    .Variation-txt dt{ width: auto; margin-bottom: 0.5em;}
    .Speclogo{ position: absolute; right: auto; left: 5%;  top: -100px; width: 16%;}
}
@media screen and (max-width: 950px) {
    /* ------------------- */
    .wrap900{padding: 0 25px;}
    .Spec-left{ width: 38%; margin-left: -2%; }
    .Spec-right{ width: 60%; }
   
}

@media screen and (min-width: 769px) {
    /* ------------------- */
    #sp_menuBk { display: none !important;}
    #g-menu {display: block !important;}
    .sp-only{ display: none;}
    .sp-only-inline{ display: none; }
    .pc-only{ display: block; }
    .pc-only-inline{ display:inline-block; }
}



@media screen and (max-width: 768px) {
    /* ------------------- */
    body{ font-size: 13px; ; line-height: 1.75;}
    .sp-br-none br{ display: none;}
    .wrap,
    .wrap1000,
    .wrap900{padding: 0 6%;}
    .sp-only{ display: block;}
    .sp-only-inline{ display:inline-block; }
    .pc-only{ display: none;}
    .pc-only-inline{ display: none;}
    
    /* ------------------- */
    #sp_menu{ width: 20px; height: 12px;cursor:pointer; position: fixed; right: 25px;}
    #sp_menu span,
    #sp_menu span:before{position:absolute;height:2px;width:20px;background:#fff;display:block;content:'';}
    #sp_menu span:before{bottom:-12px}
    #sp_menu span:after{position:absolute;height:2px;width:20px;background:#fff;display:block;content:'';bottom:-6px}
    #sp_menu span:after{}
    
    #sp_menu_close{ width: 20px; height: 12px;cursor:pointer; position: fixed; right: 25px; display: none; }
    #sp_menu_close span{ background:none; }
    #sp_menu_close span:before,
    #sp_menu_close span:after{top:50%;left:0;position:absolute;height:2px;width:20px;background:#fff;display:block;content:'';cursor:pointer;-webkit-transition: all .3s ease;transition: all .3s ease;  }
    #sp_menu_close span:before{transform:skewY(-45deg)}
    #sp_menu_close span:after{transform:skewY(45deg)}
    
    #sp_menuBk {
      display: none;
      position: fixed;
      z-index: 20;
      top: 0; width: 100%; height: 100vh;
      left: 0;
      background: rgba(0,0,0,0.6); background: #ec640a; 
    }
    

    /* ------------------- */
    #headerContainer {height:50px; }
    #header { display: flex; justify-content: space-between; align-items: center; height:50px;}
    #logo{width: 80px;}

    #g-menu{position: fixed;top: 50px;left: 0;z-index: 21;width: 100%;padding: 0;font-size: 20px;text-align: center;display: none;overflow-y: scroll;height: calc(100vh - 50px);webkit-overflow-scrolling:touch;}
    #g-menu a{  margin-left: 0px; padding: 2.5% 4%;}
    .globalNav{display: block;padding: 80px 0;}
    .g-menu{ display: block; }
    .sub-menu{ display: flex; justify-content: center; padding: 8% 0 0;}
    .sub-menu img{ width: 40px;}
    .sub-menu li{ margin: 0 5%;}

    /* ------------------- */
    h2.ttl2{ margin-bottom:35px;}
    .ttlposi{ padding-top: 85px; margin-top: -50px;}
    .ttlposi2{ padding-top: 95px; margin-top: -50px;}
    .ttl{ padding-top: 50px;}
    .ttl_pt30{ padding-top: 15px;}
    
    .pages{padding-bottom: 50px;}
    .betwlogo img{  width: 170px; top: 20px; margin-left: -85px;}
    #footer .betwlogo img{ position: absolute; top: -42px; left: 50%;}

    /* MAIN
    -------------------*/
    #Mainvisual{ background: url('../images/main_img.jpg') 25% bottom ;background-size:cover; height: 75vh; min-height: auto; display: flex; justify-content: center; align-items: flex-end;}
    #MainCopy{ position: static; bottom: auto; right: auto; padding:5vh 15%; }

    .Concept-wrap{ margin-top: -15px; padding-bottom: 25px;}
    .Concept-wrap .col-a { width:35%; width: -moz-calc(100% - 380px); width: -webkit-calc(100% - 380px); width: calc(100% - 380px); }
    .Concept-wrap .col-a img{ position: relative; left: -45%; top: -0%; max-width: 130%; z-index: -1;}
    .Concept-wrap .col-b{ width: 380px; max-width: 380px; margin-bottom: 5%; }
    .Concept-wrap .col-c{ width: 100%; text-align: center; align-self: flex-end;}
    .Concept-wrap .col-c img{ margin-bottom: -0%; margin-right: 0%; width: 70%; max-width: 250px;}
    .Concept-ttl{ font-size: 2em;  margin-bottom: 20px; }
    .Concept-wrap .col-c img{ margin-bottom: 0%;}


    .Features-Inner{ display: block; max-width: 600px; margin: 0 auto 10%;}
    .Features-img{ width: 100%; }
    .Features-img img{ border-radius: 4.5%;margin-bottom: 0.5em; width: 100%;}
    .Features-txt{ width: 100%; margin-right: 0%;}
    .Features-txt dt{ font-size: 1.9em; line-height: 1.4; margin-bottom: 0.4em;}
    .Features-Inner.f-left .Features-img{ order: 1;}
    .Features-Inner.f-left .Features-txt{ order: 1;}
    
    .Spec-Inner{ display: block; }
    .Spec-left{ width: 100%; margin-left: 0%; }
    .Spec-left ul{ display:flex; justify-content: space-between;  }
    .Spec-left li{ margin-bottom: 25px; width: 47%;}
    .Spec-right{ width: 100%; }


    .btn_cart a{ width: 90%; max-width: 450px; margin: 0 auto 12%; }
    .btn_cart img{ padding-right: 18px; }

    .Speclogo{ position: absolute; right: -0.2%; left: auto; top: -12%; width: 17%;}

    #FAQ-Panel > dt { padding: 6% 50px; font-size: 1.2em; line-height: 1.4; position: relative;  }
    #FAQ-Panel > dt span.fnNotoJP-L{ font-size: 1.3em;  top: 27%; left: 20px;}
    #FAQ-Panel > dt span.arrow{ 
        width: 8px;
        height: 8px;
        top: 50%; margin-top: -4px;
        right:  20px;
    }
    #FAQ-Panel > dd .dd-panel { background: #FFF; padding: 0 20px 8%;  display: none; }

    
}


@media screen and (max-width: 650px) {

    .buyicn_Inner{ display: block; padding-top: 50px; width: 100%; max-width: 320px; margin: 0 auto;}
    .buyicn_Inner li{ width: 100%; margin-bottom: 3%;}
    .footermenu { display: block; justify-content: center; padding-top: 40px; }
    .footermenu li{ margin: 0 0px 15px; text-align: center;}
    .ft-Insta{ text-align: center; padding-top: 40px;}
    #copyright{ padding: 40px 0 60px; }

    /* ------------------- */
    .Variation-Inner { display:block; width: 100%; }
    .Variation-Inner div{ width: 100%; margin-bottom: 20px;}
    .Variation-txt dl{ margin-left: 25px; }
    .slick-prev,.slick-next{width:18px;height:40px}
    .slick-prev{left:-18px;background:url(../images/arw_l.png) 0 center!important;background-size:18px auto}
    .slick-next{right:-18px;background:url(../images/arw_r.png) right center!important;background-size:18px auto}

    .scene_bg{background:#eee url('../images/scene_main.jpg') 42% center ; background-size:cover; height: 74vw;}
    .scene_bg p{font-size: 10px; }


}


@media screen and (max-width: 450px) {
    .sp_disp450 { display: block;}
    /* ------------------- */
    #Concept.ttl2{ text-align: right; margin-right: 12%;}
    .Concept-wrap{ display: block; margin-top: -15px; padding-bottom: 25px;}
    .Concept-wrap .col-a { width: 42%; margin-top: -25%;  }
    .Concept-wrap .col-a img{ position: relative; left: -50%; top: -0%; max-width: 130%; z-index: -1;}
    .Concept-wrap .col-b{ width: 90%; min-width: auto; margin-bottom: 8%;  padding: 0 3% 0 7%;}
    .Concept-wrap .col-c img{ width: 60%; }

    #vSlider li{ padding: 0 40px; }
    
    .scene-Inner{ display: flex; flex-wrap: wrap;  padding-top: 6%; }
    .scene-Inner li{ width: 100%;display: flex;  align-items: center; justify-content: space-between; margin-bottom: 1%; }
    .scene-img{ width: 35%; }
    .scene-txt{ padding-top: 0; width: 60%; }
    .scene-Inner li:nth-child(even) .scene-img{ order: 2;}
    .scene-Inner li:nth-child(even) .scene-txt{ order: 1;}
    
    .Spec-left ul{ display:block; }
    .Spec-left li{ margin-bottom: 50px; width: 100%; text-align: center;}
    .Spec-right{ width: 100%; }
    .btn_cart a{ width: 100%; }
    
    
    .Spec-right .spec-list { margin-bottom: 50px;}
    .Spec-right .spec-list2 { margin-bottom: 50px;}
    .Spec-right .spec-list2 li { padding: 3% 3.5%; margin-bottom: 4px;}
    .Spec-right .spec-list2 li .f-left{ width: 75px;}


    .price dl{display: block; }
    .price dt{ width: 100%;}

}

/* 
----------------------------------------------------------------------------------------------*/


