@charset "UTF-8";

/****************************************

          base

*****************************************/
* {
  margin: 0;
  padding: 0;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* 基本色 */
:root {
	--main-color: #;/* */
	--accent-color: #5C71FB;/*青パープル系*/
    --dark-color: #353A3D;/*ブラック */
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
area, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
html{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}
body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", 'Lexend',"Helvetica Neue",sans-serif;
    position: relative;
        color:#444A4E;
    line-height:1;
    font-weight: 400;
      background-color: #fff;
  margin: 0 auto;
  padding: 0;
  width: 100%;
      -webkit-text-size-adjust: 100%;
  margin-bottom: -300px;
  /* animation: fadeIn 2.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 2.5s ease 0s 1 normal;*/

}
h1, h2, h3, h4, h5 {font-weight: 500;line-height: 1.3}

p {margin: 0 0 1em; padding: 0;line-height: 2}

p.lead {margin: 0 0 2em; padding: 0;line-height: 1.6;font-size: 1.4rem; }



h2.en-font {
font-family: "Lexend","sans-serif";
font-size: 32px;
}



/* 基本設定： フォントサイズ */
@media screen and (max-width: 699px) {
	:root {
		font-size: 14px;
	}
}
@media screen and (min-width: 700px) and (max-width: 1199x){
:root {
font-size: 16px;
        }
    }
@media screen and (min-width: 1200px) {
	:root {
		font-size: 18px;
	}
}


a,
a:link {
outline: none;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
color:#3B4043;
text-decoration: none;
}
a:hover,
a:active{
color:#08c;
text-decoration: none;
}


/*
a[target="_blank"]:after {
  margin: 0 3px;
  font-family: FontAwesome;
  vertical-align: middle;
  content: '\f08e';
}
*/



li { list-style-type: none; }
dl,dt,dd { margin: 0; padding: 0; }

img {border: 0; line-height: 0; vertical-align: bottom;max-width: 100%;}

svg { vertical-align: bottom; }
em {font-weight: bold; font-style: normal;}
form { margin: 0; padding: 0; }
label { margin: 0; padding: 0;}
input.btn { margin: 0 0.5em; padding: 0 1em; }

 a:hover img {
  opacity:0.7;
  filter:alpha(opacity=70);
  -ms-filter: “alpha( opacity=70 )”;
}


img {
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}
nav ul {
    list-style:none;
}
ol {
  margin-left: 2em;
}

ul.dot li{
    list-style:disc;
    line-height: 1.4;
    margin:1em 0 1em 2em;
}
table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
.clear {
  clear: both;
}
/* 
clearfix
*/

.clearfix::after {content: "";display: table;clear: both;}

input{
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out;
}

.small {
  font-size: 0.75em;
}
.smaller {
  font-size: 0.9em;
}

.large {
  font-size: 1.8rem;
}
.red {color:#C63333;}

sup,
sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup { bottom: 1ex; }
sub { top: .5ex; }

p.mb5,
.mb5{margin-bottom: 5px;}
p.mb10,
.mb10 {margin-bottom: 10px;}
p.mb15,
.mb15 {margin-bottom: 15px;}
p.mb20,
.mb20 {margin-bottom: 20px;}
p.mb30,
.mb30 {margin-bottom: 30px;}
p.mb40,
.mb40 {margin-bottom: 40px;}
p.mb50,
.mb50 {margin-bottom: 50px;}
p.mb70,
.mb70 {margin-bottom: 70px;}
p.mb100,
.mb100 {margin-bottom: 100px;}

p.mt20,
.mt20 {margin-top: 20px;}

p.mt30,
.mt30 {margin-top: 30px;}


hr {
border : 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));  margin:20px 0;
}


@media screen and (min-width: 700px) {
	.sp-br {
		display: none;
	}
}

@media screen and (max-width: 699px) {
	.pc-br {
		display: none;
	}
}



.center {
text-align: center;
}

@media (min-width: 700px) {

.alignright {
  float: right;
  margin-left: 12px;
  margin-bottom: 12px;
}

.alignleft {
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}

.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
}


/****************************************

          loadWrap

*****************************************/


.loadWrap{
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20001;
}
.loadWrap img{
	width: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}


/****************************************

          header

*****************************************/
#header {
  top: -00px;
  position: absolute;
  width: 100%;
  margin: 00px auto 0;
  padding: 20px 0 0;
  line-height: 1;
  z-index: 999 !important;
  margin-bottom: 00px;
}


#header a, #header {
  color: #000000;
  text-decoration: none;
}
.inner {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.inner a {
  position: relative;
  z-index: 2 !important;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}

#header .logo {
  float: left;
  font-style: normal;
  padding-left: 20px;
 
}
#header .logo a {
  position: relative;
  
}



#global-nav ul {
  list-style: none;
  position: absolute;
  top: 15px;/*navメニューの位置*/
  right: 0;
  font-size: 16px;
}
#global-nav ul li {
  float: left;
      font-family: "Lexend",sans-serif;
        letter-spacing: .1rem;
        text-shadow: 1px 1px 1px rgba(255,255,255,0.70);
        
   
}

.awards #global-nav ul li {
        text-shadow: none;
}
.awards #header a, 
.awards #header {
  color: #fff;
}



.awards #header {
  background:url("../images/awards-bg.png") repeat-x center top;
}


#global-nav ul li a {
  padding: 0 20px;
}



/* Fixed スクロール後 */
#header.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding: 10px 0;
  height: 60px;

  background: rgba(255, 255, 255, .3);/*head bg  */
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}

.awards  #header.fixed {


  background: rgba(200, 200, 200, .5);/*head bg  */

}



#header.fixed .logo {
  font-size: 24px;
  color: #333;
}

  #header.fixed .logo img,
  #header .logo img{
  width: 280px;/*1200px以上のロゴサイズ*/
  margin-bottom: 15px;
  }

#header.fixed #global-nav ul li a {
  color: #333;
  padding: 0 20px;
  
}

.awards #header.fixed #global-nav ul li a {
  color: #fff;
  
}



/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #666;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

.awards #nav-toggle span {
  background: #eee;
}


#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}






/****************************************

       メディアクエリ

*****************************************/

@media screen and (max-width: 1199px) {
  #header, 
  .inner {
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  #header {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  /* Fixed reset */
  #header.fixed {
    padding-top: 0;
    background: transparent;
  }
  
  
  #mobile-head {
    background: rgba(255, 255, 255, .3);/*head bg  */
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
  
  
  #header.fixed .logo, #header .logo {
    position: absolute;
    left: 13px;
    top: 13px;
      max-width: 1000px;
  height: auto;
  }
  
  
  #header.fixed .logo img,
  #header .logo img{
  width: 240px;/*1199px以下のロゴサイズ*/
  }

  
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #333;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 99;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #header #global-nav ul li a, 
    #header.fixed 
    #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
    background: #333;
  }
    #header #global-nav ul li a:hover, 
    #header.fixed 
    #global-nav ul li a a:hover {
    background: #666;
  }
  
  #nav-toggle {
    display: block;
    z-index: 100;
  }
  

  
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  
  
  
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }

}

@media screen and (max-width: 414px) {
  #header.fixed .logo img,
  #header .logo img{
  width: 200px;/*1199px以下のロゴサイズ*/
  }


}

/****************************************

       main

*****************************************/

#main {
  width: 100%;
  position: relative;
}




/****************************************

       home video

*****************************************/
.home .video-container {
  margin: 0 auto;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
    position: relative;
}

.home .video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(../images/chocotte.jpg) no-repeat center center/cover;
}

.home video {
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
}

.home .video-container h2.tit {
  position: absolute;
  width:300px; 
    height:63px;
  left: 50%;
  top: 47%;
transform: translateX(-150px);

}

@media only screen and (max-width: 699px) {
.home .video-container h2.tit {
transform: translateX(-105px);


}
.home .video-container h2.tit {
width:210px; height:44px;

}
}

/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  .home video {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}

/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 16/9) {
  .home video {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}


/****************************************

      area

*****************************************/


.main-visual  {
       position: relative;
}
.main-visual p.slide-ti{
  position: absolute;
  top:50vh;
  left: 2%;
  z-index: 10000;

}


section  {
      width:100%;
    padding: 90px 0;
}
#footer .area,  
section .area {
      width:100%;
    max-width: 1200px;
    margin:0 auto;
    padding: 0 15px;
  }

section.top-cocept {
background: #ddd;
  }


section.top-cocept .area {
padding: 20px;}





@media screen and (min-width: 769px){
section  {
    padding: 50px 0;
}
section .area {
    padding:0px 30px;
  }
}
@media screen and (min-width:481px) and ( max-width:768px){
section  {
    padding:40px 0;
}
section .area {
    padding: 0px 20px;
  }
}

@media screen and  ( max-width:480px){
section  {
    padding: 30px 0;
}
section .area {
    padding: 0px 20px;
  }
}


/****************************************

       レイアウト

*****************************************/

@media screen and (min-width: 700px) {

.half {
display: flex;
}
.half div{
flex: 0 0 50%;
}


.reverse .half {
display: flex;
flex-direction: row-reverse;
}
}


.figure,
.text-box{
padding:20px;
}

.text-box h2{
font-size:1.2em;
font-weight: 500;
margin-bottom: 20px;
}

.text-box p{
font-size:1em;
font-weight: 400;
margin-bottom: 15px;
}



/****************************************

      introduction

*****************************************/
section.introduction {
padding:150px 0;

}

.introduction h2 {
position: relative;
font-family: "Lexend","sans-serif";
font-size:36px;
margin-bottom: 20px;
text-align: center;
line-height: 1.2;
}
.introduction p {
position: relative;
font-size:20px;
margin-bottom: 50px;
text-align: center;
line-height: 1.2;
}
.introduction img {
width:100%;
height:auto;
}

.top-cocept .half div,
.introduction .half div {margin: 0 0 10px;}


@media screen and (max-width: 699px) {

section.introduction {
padding:30px 0 0;
}

}





/****************************************

      top-cocept

*****************************************/

.top-cocept h2 {
position: relative;
font-size:1.5em;
margin-bottom: 60px;
text-align: center;
line-height: 1.2;
}
.top-cocept h3 {
font-size:1.2em;
margin-top: 30px;
margin-bottom: 20px;
line-height: 1.2;
}

.top-cocept .text-box{
padding:50px;
background: #000;
color: #fff;
}





.top-cocept　.text-box h2{
font-size:1.2em;
margin-bottom: 30px;
}
.top-cocept　.text-box h3{
font-size:1.1em;
margin-bottom: 20px;
font-weight: 600;
}

@media screen and (min-width: 1200px){
.top-cocept .text-box p{
font-size: 20px;
line-height: 3em;
}

}

@media only screen and (min-width: 900px) and (max-width: 1199px) {


.top-cocept .text-box p{
font-size: 18px;
line-height: 1.9em;
}

}

@media only screen and (min-width: 700px) and (max-width: 899px) {


.top-cocept .text-box p{
font-size: 16px;
line-height: 1.2em;
}

}




@media screen and (max-width: 699px){

.top-cocept h2 {
font-size:1.4em;
}
.top-cocept　.text-box h2 {
font-size:1.2em;
}
.top-cocept h3 {
font-size:1.3em;
}
.top-cocept .text-box{
padding:20px;
background: #000;
color: #fff;
}

.top-cocept .text-box p{
font-size: 16px;
line-height: 2em;
}


}


/****************************************

      top-shop

*****************************************/

section.top-shop {background: rgba(200,200,200,1.00)}

.top-shop .half div{
flex:46%;
margin: 0 2% 20px;
}



.top-shop .half div div{
padding:40px;
border: 1px solid #ccc;
text-align: center;
width:70%;
margin: 0 auto;
background: #fff;
}

.top-shop .half div div img{
width:80%;
margin-bottom: 30px;
}



@media screen and (max-width: 699px){

.top-shop .half div div{
padding:10px;
background: #fff;
border: 1px solid #ccc;
text-align: center;
width:100%;
margin: 0 auto 30px;
}
.top-shop .half div div img{
width:80%;
margin-bottom: 10px;
}

}



/****************************************

       フッター

*****************************************/

#footer {
clear: both;
	padding: 80px 0  0;
    background-color: #464646;
        color:#fff;
}
#footerr .inner{
width:100%;
		max-width: 1200px;
        margin:0 auto;
}

#footer h2 img {
width:250px;
height:auto;
margin-bottom: 15px;
}

#footer h3 {
font-size:14px;
font-weight: 400;
	margin-bottom: 10px;
    color:#fff;

}
#footer p {
font-size:14px;
font-weight: 400;
margin-bottom: 10px;
color:#fff;
}


@media screen and (max-width: 699px) {
#footer {
text-align: center;
}}



#footer p.phone {
	font-size:1.5rem;
    line-height: 1.5;
    margin-bottom: 10px;
     font-weight: bold;
}

#footer p.phone a,
#footer p.phone a:link {
color:#eee;
}
#footer p.phone a:hover,
#footer p.phone a:active{
    color:#fff;
}

#footer .top-contact{
text-align: center;
}


/* フッターC： コピーライト */
.foot-copyright {
padding:30px 0 20px;
	font-size: 12px;
	text-align: center;
    color:  #fff;
    background: #000;/*blackカラー  */
    margin-top: 50px;
}

/****************************************

       ボタン

*****************************************/


.button {
    width:80%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.button a{
  display:block;
    font-weight: 600;
    font-size: 16px;
text-decoration: none;
color:#fff;
padding: 0.3em 1em;
  background-color: #5C71FB;/*・supper dark gray  */
  border: 1px solid #5C71FB;
    border-radius: 5px;
}

.button a:hover{
  background-color: #8494FF;
   border: 1px solid #ccc;

}


#footer .button {
    width:280px;
}
#footer .button a{
text-decoration: none;
color:#fff;
padding: 0.3em 1em;
  background-color: #5C71FB;
  border: 1px solid #fff;
    border-radius: 18px;

}
#footer .button a:hover{
  background-color: #8494FF;
}

.catalog-zone {
    text-align: center;
    margin: 50px 20px 0;
}
.spec-zone p.button {
    width:280px;
}
@media screen and (max-width: 699px) {
.spec-zone p.button {
    width:80%;
}
}

/****************************************

       pagescroll

*****************************************/

.pagescroll {
position: fixed;
bottom: 10px;
right: 10px;
z-index: 20;
background-color: #D6006C;
z-index: 200;
}
.pagescroll a:link,
.pagescroll a:visited{
	display: block;
	font-size: 1em;
	text-align: center;
	text-decoration: none;
	line-height: 38px;
	width: 40px;
	height: 40px;
	color: #fff;
		background-color:  #333;/*・D gray  */
        border: 1px solid #fff;

}
.pagescroll a:hover,
.pagescroll a:active{
color: #fff;
background-color: #666;/*・gray  */
}

/****************************************

      chocotte page

*****************************************/
section.html5-video  {
text-align: center;


}


section.html5-video video {
width: 100%;
max-width: 1000px;
height: auto;
margin: 20px auto 40px;
}






section.video-zone {
margin: 0;
text-align: center;
}

section.video-zone h2{
margin: 0 0 50px;
text-align: center;
}


section.video-zone .video-box{
width:100%;
max-width: 1000px;
height: auto;
margin: 0 auto;
}


section.spec-zone {
margin: 0;
}

section.spec-zone h2{
margin: 0 0 50px;
text-align: center;
font-family: "Lexend",sans-serif;
font-weight: 400;
font-size: 40px;
}

@media screen and (max-width: 480px) {

section.spec-zone h2{
margin: 0 0 10px;
}
}




/****************************************

      drieasypage

*****************************************/

.drieasy-slider {
position: relative;
top:0;
left:0;

}



h2.tit-drieasy{
position: absolute;
left:50%;
top:50%;
transform: translateX(-125px);
}


.w-logo{
fill: #fff;
width:250px;
height:70px; 
}

@media screen and (max-width: 700px) {

h2.tit-drieasy{
transform: translateX(-75px);
}
.w-logo{
width:150px;
height:42px; 
}
}

@media screen and (min-width: 700px) {


section.drieasy-zone-ti h1{
margin: 0 0 20px;
text-align: center;
}
section.drieasy-zone-ti p{
font-weight: 400;
font-size: 1rem;
text-align: center;
margin: 0px;
}


section.drieasy-zone h2{
margin: 0 0 20px;
text-align: center;
}

section.drieasy-zone h3{
margin: 0 0 25px;
font-size: 1.2rem;
font-weight: 500;
}
section.drieasy-zone p{
font-weight: 400;
font-size: 0.85rem;
line-height: 3;
}

section.drieasy09,
section.drieasy08,
section.drieasy07,
section.drieasy06,
section.drieasy05,
section.drieasy04,
section.drieasy03,
section.drieasy02,
section.drieasy01{
    background-image:url("../drieasy/images/drieasy-01.jpg") ;
    background-repeat: no-repeat;
     background-position: center center;
    background-size:  cover; 
}


section.drieasy02{
    background-image:url("../drieasy/images/drieasy-02.jpg") ;
}
section.drieasy03{
    background-image:url("../drieasy/images/drieasy-03.jpg") ;
}
section.drieasy04{
    background-image:url("../drieasy/images/drieasy-04.jpg") ;
}
section.drieasy05{
    background-image:url("../drieasy/images/drieasy-05.jpg") ;
}
section.drieasy06{
    background-image:url("../drieasy/images/drieasy-06.jpg") ;
}
section.drieasy07{
    background-image:url("../drieasy/images/drieasy-07.jpg") ;
}
section.drieasy08{
    background-image:url("../drieasy/images/drieasy-08.jpg") ;
}
section.drieasy09{
    background-image:url("../drieasy/images/drieasy-09.jpg") ;
}


section.drieasy10{
    background-image:url("../drieasy/images/drieasy-10.jpg") ;
    background-repeat: no-repeat;
     background-position: center top;
    background-size:  cover; 
}



.drieasy-zone .half div{padding:100px 15px;
background: rgba(255,255,255,0.07);}


}



@media screen and (max-width: 699px) {


section.drieasy-zone-ti {
margin: 0 ;
padding: 50px 0 0
}

section.drieasy-zone-ti h1{
margin: 0 30% 1%;
max-width: 40%;

}

section.drieasy-zone h2{
margin: 0 0 30px;
text-align: center;
}

section.drieasy-zone h3{
margin: 0 0 20px;
font-size: 1.3rem;
font-weight: 500;
}




section.drieasy-zone-ti p{
font-weight: 400;
font-size: 1rem;
text-align: center;
margin: 0 0 20px;
}

section.drieasy-zone p{
font-weight: 400;
font-size: 1rem;
}
section.drieasy10,
section.drieasy09,
section.drieasy08,
section.drieasy07,
section.drieasy06,
section.drieasy05,
section.drieasy04,
section.drieasy03,
section.drieasy02,
section.drieasy01{
    background-image:url("../drieasy/images/drieasy-01s.jpg") ;
    background-repeat: no-repeat;
     background-position: center top;
    background-size: contain;
    padding-top:68%;
}


section.drieasy02{
    background-image:url("../drieasy/images/drieasy-02s.jpg") ;
}
section.drieasy03{
    background-image:url("../drieasy/images/drieasy-03s.jpg") ;
}
section.drieasy04{
    background-image:url("../drieasy/images/drieasy-04s.jpg") ;
}
section.drieasy05{
    background-image:url("../drieasy/images/drieasy-05s.jpg") ;
}
section.drieasy06{
    background-image:url("../drieasy/images/drieasy-06s.jpg") ;
}
section.drieasy07{
    background-image:url("../drieasy/images/drieasy-07s.jpg") ;
}
section.drieasy08{
    background-image:url("../drieasy/images/drieasy-08s.jpg") ;
}
section.drieasy09{
    background-image:url("../drieasy/images/drieasy-09s.jpg") ;
}


section.drieasy10{
    background-image:url("../drieasy/images/drieasy-10s.jpg") ;
}



.drieasy-zone .half div {
padding:15px;
background: rgba(255,255,255,0.07);
}


}




/****************************************

       受賞歴

*****************************************/
section.title-zone{
	padding:60px 0 0;
	}
.title-zone{
	background-color: #000000;
	}

.title-zone h1{
color: #fff;
font-family: "Lexend","sans-serif";
font-size: 40px;
text-align: center;
margin: 50px auto 30px ;
font-weight: 400;
letter-spacing:0.4em;
padding-left:0.4em;
}

.title-zone p{
color: #fff;
font-size: 20px;
text-align: center;
margin: 0 auto;
font-weight: 400;
}







section.dia-award {
	padding:25px 0 30px;
	}
.dia-award {
	background-color: #000000;
	}

.dia-award figure img{
max-width:40%;
margin: 0 30% 5%;
}

.dia-award .half .figure img{
box-shadow: 0px 0px 5px 3px rgba(255,255,255,0.4);
}




.dia-award .area  h2,
.dia-award .area {
color:#ddd;
}


.dia-award .area p{
font-size:1em;
font-weight: 400;
margin-bottom: 15px;

}



@media screen and (max-width: 699px) {

.title-zone p {
font-size: 16px;
}
section.title-zone{
	padding:40px 0 0;
	}
    section.dia-award {
	padding:30px 0 30px;
	}
.title-zone h1{
font-size: 33px;
margin: 50px auto 23px ;
}
.dia-award figure img{
max-width:60%;
margin: 0 20% 5%;
}

}






/**************good-design******************/


.good-design {
	width: 100%;
	background-color: #000000;
	}
.good-design .area {
	padding:0 0 200px;
	background-image: url(../awards/images/good-design2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
    background-size: 50%;
}



.good-design figure img{
	max-width:50%;
    height:auto;
    margin: 0 25% 5%;
}



.good-design.area  h2,
.good-design .area {
color:#fff;
}


@media screen and (max-width: 699px) {

.good-design .area {
	padding:0 0 240px;
	background-position: center bottom;
    background-size: 70%;
}

}


/**************patent******************/


.patent {
	width: 100%;
    background-image: url(../awards/images/drieasy-03.jpg);
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	}



.patent  .area {
	
    padding:0 0 200px;
	}
    
.patent .figure img{
	max-width:50%;
    height:auto;
    margin: 0 25% 5%;
	}






@media screen and (max-width: 699px) {
.patent {

	background-position: -850px center;
    min-height:500px;

	}


}






/****************************************

       表 Table

*****************************************/





table  {width:100%; margin:0 auto 10px;}

table th{width:20%;vertical-align: top;text-align: left; padding:20px 5px 20px 10px; font-weight: 500; border-bottom: 1px #ccc dashed;font-size: 1rem;}

table td {width:80%;;vertical-align: top; padding:20px 5px 20px 20px; border-bottom: 1px #ccc dashed;font-size: 1rem;font-weight: 400;line-height: 1.5;}


/*
@media screen and (min-width: 700px) {

table th {float: none; width:inherit; width:20%;}
table td {float: none; width:inherit; width:80%;}
}
*/

/****************************************

       parallax

*****************************************/
.parallax-box .section-ti {
   color:#fff;
   margin-top: 100px;
   text-shadow: 1px 1px 1px rgba(0,0,0,0.70);
}

.parallax-box{
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.img-parallax {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  pointer-events: none
}
@media screen and (max-width: 699px) {

.parallax-box{
  height: 200px;

}
}

.parallax-box2{
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.img-parallax2 {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  pointer-events: none
}
@media screen and (max-width: 768px) {

.parallax-box2{
  height: 200px;

}
}

/****************************************

       contact

*****************************************/

section.lead{
	margin: 0 auto -100px;

}


.lead .area {
	padding:70px 0 0;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.lead .area h1 {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #5C71FB;
  margin: 0 15px 20px;
  	font-size: 1.5em;
  color:#fff;
}

.lead .area h1:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #555;
}

.lead .area p{
	font-size: 1.1em;
    	margin-bottom:70px;
}


/****************************************

       お問い合わせフォーム

*****************************************/

.contact-form h2{
text-align: center;
margin-bottom: 40px;
}



table#inquiry_form {
  max-width: 100%;
}

table#inquiry_form th {
  width: 30%;
  padding: 15px 5px;
}
.contact-us table#inquiry_form th {
  color:#3B4043;
}
table#inquiry_form td {
  width: 70%;
  padding: 15px 5px;
}

table#inquiry_form input,
table#inquiry_form textarea{
	font-size: 1em;
	border-radius: 0.3em;
	padding: 10px 10px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	line-height: 150%;
	border: 1px solid #ccc;
	width: 100%;
	box-sizing: border-box;
}



table#inquiry_form input.narrow{
	box-sizing: border-box;
	width: 20px;
    border: none;
    
    
}
table#inquiry_form select{
	font-size: 1em;
	border-radius: 0.3em;
	padding: 7px 10px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	line-height: 150%;
	border: 1px solid #ccc;
	width: 100%;
	box-sizing: border-box;
	color: #666;
	background-image: url(../images/serach_select.png);
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 15px;
}

table#inquiry_form .care{
	font-size: 0.8em;
	padding: 7px 0 3px;
	line-height: 1.34;
}

a.btn{
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 0.3em;
	padding: 0 30px;
	box-sizing: border-box;
	background-color: #eee;
}
a.btn:hover,
a.btn:active{
	text-decoration: none;
	opacity: 0.65;
    filter: alpha(opacity=65);
}

table#inquiry_form .contact_btn{
	text-align: center;
}
table#inquiry_form .contact_btn input{
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	color: #fff;
	background-color:  #C63333;
	border: 1px solid  #C63333;
	padding: 7px 50px;
	margin: 10px;
 	cursor: pointer;
 	border-radius: 0.3em;
 	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width:40%;
	display: inline-block;
}
table#inquiry_form .contact_btn input:hover,
table#inquiry_form .contact_btn input:active{
	background-color: #E83737;
}


table#inquiry_form .contact_btn input.reset{
	background-color: #2541FF;
	border: 1px solid #2541FF;
}
table#inquiry_form .contact_btn input.reset:hover,
table#inquiry_form .contact_btn input.reset:active{
background-color: #5C71FB;
}

/*  スマホサイズ */
@media screen and (max-width: 699px){

table#inquiry_form td,
table#inquiry_form th  {
	display: inline-block;
	width:100%;
}
table#inquiry_form .contact_btn input{
	width:100%;
}
}/*  スマホサイズ END*/

/*  SE スマホサイズ */
@media screen and (max-width: 320px){
table#inquiry_form td input,
table#inquiry_form td textarea {
  max-width:280px;
}
}/*  SEスマホサイズ END*/


input[type="text"],
input[type="email"],
textarea {
    background: rgba(255,255,255,.5);
    border: 1px #fff solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
}
input[type="text"],
input[type="email"] {
    width: 100%;

}
textarea {
    width: 100%;
    height: 6rem;
}
input[type="submit"] {
    border: none;
    cursor: pointer;
    line-height: 1;
}


p.status_flow {
  padding: 5px 5px 5px 0;
  font-size:0.9em;
  margin-bottom: 1em;
  text-align: right;
}
p.status_flow.confirm,
p.status_flow.done {
  padding-left: 20px;
}
p.status_flow strong {
	background-color: #999;
	padding: 4px 15px;
	color: #ffffff;
}


/****************************************

       delighter

*****************************************/

.delighter.right { transform:translate(-100%); opacity:0; transition: all .75s ease-out; }
.delighter.right.started { transform:none; opacity:1; }

.delighter.left { transform:translate(100%); opacity:0; transition: all .75s ease-out; }
.delighter.left.started { transform:none; opacity:1; }

.delighter.bottom { transform:translatey(300%); opacity:0; transition: all .75s ease-out; }
.delighter.bottom.started { transform:none; opacity:1; }


.delighter li { opacity: 0; transform: translatey(400%); transition: all .7s ease-out; }
.delighter.started li { opacity: 1; transform: none; }
.delighter.started li:nth-child(1) { transition: all .7s ease-out .1s; }
.delighter.started li:nth-child(2) { transition: all .7s ease-out .3s; }
.delighter.started li:nth-child(3) { transition: all .7s ease-out .5s; }
.delighter.started li:nth-child(4) { transition: all .7s ease-out .7s; }
.delighter.started li:nth-child(5) { transition: all .7s ease-out .9s; }
.delighter.started li:nth-child(6) { transition: all .7s ease-out 1.1s; }
.delighter.started li:nth-child(7) { transition: all .7s ease-out 1.3s; }


.delighter.splash {
  transition: all 2s ease-out;
}
.delighter.splash.ended {
  background: #fff;
}

.box {
  position: relative;
  width: 50%; height: 30vh;
  background: #ec484d; margin: 10px; box-shadow: 0 0 10px rgba(0,0,0,.3);
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  padding: 10px;
}
.box:nth-child(2) { background: #f8c82d; }
.box:nth-child(3) { background: #0aba58; }



.delighter .box { transition: all 1s ease-out; }
.delighter .box:nth-child(1) { transform: translate(-100%, 0); }
.delighter .box:nth-child(2) { transform: translate(170%, -70%); }
.delighter .box:nth-child(3) { transform: translate(20%, 0%); }

.delighter.started .box:nth-child(1) { transform: translate(0, 0); }
.delighter.started .box:nth-child(2) { transform: translate(70%, -70%); }
.delighter.started .box:nth-child(3) { transform: translate(20%, -120%); }


/****************************************

       scroll-down
       
*****************************************/




.scroll-down a {
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  transform: translate(-14px, -50%);
  -webkit-transform: translate(-14px, -50%);
  text-decoration: none;
    font-size: 0.7em;
  padding-top: 15px;
}

.scroll-down a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}


.drieasy .scroll-down a,
.chocotte .scroll-down a {
  bottom: -15px;
}




.drieasy .scroll-down a,
.chocotte .scroll-down a {
  color:#fff;
}

.drieasy .scroll-down a:hover,
.chocotte .scroll-down a:hover {
  color:#15C2EC;
}

.drieasy .scroll-down a span,
.chocotte .scroll-down a span {
  border-left: 1px solid #15C2EC;
  border-bottom: 1px solid #15C2EC;
}

@media screen and (max-width: 699px){
p.scroll-down {
  display: none;
}}


