/* CSS Document */

/*----------------------------------------------------
 basic
----------------------------------------------------*/
html , body{
	width: 100%;
	height:100%;
}
html {
	/*font-size: 62.5%;*/
    font-size: 10px;
    /*16÷1000×100*/
    /*font-size: 0.714285714285714vw;*/
}
#wrapper {
    /*font-size: 1.6rem;*/
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
html {
    font-size: 0.78125vw;
}
}

body {
	/*font-feature-settings: "palt";*/
    -webkit-font-smoothing: antialiased;
	color: #313131;
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, 'Zen Kaku Gothic New', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	/*font-family: 'Zen Old Mincho', "游明朝",Yu Mincho,'Noto Serif',"ヒラギノ明朝 ProN W3","HiraMinProN-W3","ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;*/
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
    font-weight: 600;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
    /*position: relative;*/
    width: 100%;
    text-align: left;
 	letter-spacing: 0;
	word-wrap : break-word;
	overflow-wrap : break-word;
	
    /*background: url("../images/body_bg.jpg") repeat-y center top;
    background-size: 100%;*/
    
    background-color: #F5F4F0;
}
/*_:lang(x)::-ms-backdrop, body {
    font-family: "メイリオ", Meiryo, sans-serif;
} */

:root {
    --spacing: 0;
}

* {
   letter-spacing: var(--spacing);
}

body {
}
body.fade {
	overflow: hidden;
}

/*	@media screen and (min-width: 769px) {
			body{
				min-width: 1024px;
		}
	}*/
	@media screen and (max-width: 768px) {
        html {
	/*font-size: 62.5%;*/
    font-size: 2.6667vw;
}
		body{
			/*font-size: 14px;*/
			/*-webkit-text-size-adjust: 100%;  フォントサイズ自動調整 */
		}
		#wrapper{
            font-size: 1.5rem;
			z-index: 1;
			-webkit-transition: 0.2s ease-in-out;  
			   -moz-transition: 0.2s ease-in-out;  
			     -o-transition: 0.2s ease-in-out;  
			        transition: 0.2s ease-in-out; 
		}
		#wrapper.closeCon{
			border-right: 1px solid #ccc;
			-webkit-transform: translate(-280px);
			   -moz-transform: translate(-280px);
			    -ms-transform: translate(-280px);
			     -o-transform: translate(-280px);
			        transform: translate(-280px);
		}
	}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


a:link {
	color: #313131;
	text-decoration: none;
}
a:visited {
	color: #313131;
}
a:hover{
	text-decoration: none;
	color: #313131;
}
a:focus { outline:none;}



a {
	-webkit-tap-highlight-color: rgba(200,200,200,.6);
}
a { 
    outline: none; 
    -webkit-transition: all .6s;
    transition: all .6s;
}
/*a {
	-moz-transition: all 0.4s ease-in-out, color 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out, color 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out, color 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out, color 0.4s ease-in-out;
	transition: all 0.4s ease-in-out, color 0.4s ease-in-out;
}*/


a.nolink {
    cursor: none;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
	vertical-align: top;
}

svg {
    width: auto;
    max-width: 100%;
    height: auto;
}

img:not([width]) {
	/*zoom: .5; /* Retinaディスプレイ対応のためimg要素は半分の大きさに */
}

p, dl, ol, ul {
	margin:0;
	list-style:none outside;
}
em{
	font-style: normal;
}
ul{
text-align: left;
}

li {
	margin:0;
	list-style:none outside;
}


h1,h2,h3,h4,p.txt,ul,dl{
	text-align: left;
}
h1,h2,h3,h4{
font-weight: 600;
}
p.ttl{
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0.3em;
}
p.txt{
	margin-bottom: 2em;
	font-size: 100%;
}
p.img{
	margin-bottom: 2em;
}

	@media screen and (max-width: 768px) {
		* {
		   -webkit-appearance: none;
		}
	}
a:hover {  
    opacity: 0.6;  
    filter: alpha(opacity=60);  
	-ms-filter: "alpha( opacity=60 )";
	/*
    -webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out; 
	*/
}
	@media screen and (max-width: 768px) {
		a:hover {  
		    opacity: 1;  
		    filter: alpha(opacity=100);  
			-ms-filter: "alpha( opacity=100 )";
		} 
}


/*アニメーション*/
/*
*::before,
*::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
*/


/*アニメーション*/
.anim {
  opacity: 0;
	-ms-filter: blur(1rem);
      filter: blur(1rem);
  transform: translateY(5rem);
  -webkit-transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  -moz-transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -moz-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
	 /*-webkit-transition: all .6s;
    transition: all .6s;*/
}
.anim.po_x {
  transform: translateX(-5rem);
}
.anim.po_x2 {
  transform: translateX(5rem);
}
.anim.size_l-m {
  transform: translateY(0) scale(1.3);
}
.anim._do_anim {
  opacity: 1;
  filter: none;
  transform: none !important;
}
@media print {
  .anim {
    opacity: 1;
    transform: none;
	filter: none;
  }
}

.anim_img_l {
    display: block;
    width: 100%;
    /*height: 100%;*/
    overflow: hidden;
}
.anim_img_l.round {
    border-radius: 0.5rem;
}
.anim_img_l .img_wrap {
    -webkit-transition: all .6s;
    transition: all .6s;
}
.anim_img_l:hover .img_wrap{
    transform: scale(1.08);
}

/* layout
----------------------------------------- */
main {
	display: block;
}

#conWrap {
	clear: both;
    padding: 0;
    position: relative;
    z-index: 1;
	overflow: hidden;
	padding-top: 0;
}

#top #conWrap {
	padding-top: 0;
}

#conWrap > section {
	position: relative;
}

#conWrap .inner {
    width: 100%;
	max-width: calc(1166 / 1366 * 100%);
    /*max-width: 114rem;*/
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.blue_bg {
    background: url(../images/blue_bg.jpg) repeat-y center top / 100%;
}

@media screen and (max-width: 768px) {
#layout {
    padding-right: 0;
}
#layout::after {
    display: none;
}
main {
    width: 100%;
}
#conWrap {
	padding-top: 0;
}
#conWrap .inner {
	width: 31.5rem;
    max-width: none;
} 
}



/* ローディング
----------------------------------------- */
/*body #loader {
width: 292px;
height: 26px;
display: block;
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 100;
background: url(../images/loading.svg) no-repeat;
-webkit-background-size: 292px;
-moz-background-size: 292px;
background-size: 292px;
}*/

body #fade {
width: 100%;
height: 100vh;
display: block;
background: #ffffff;
position: fixed;
top: 0px;
left: 0px;
z-index: 1000;
}

body#top #fade {
background: #F5F4F0;
}
body#top #fade .concept_txt {
    color: #313131;
    display: flex;
    flex-flow: column;
    justify-content: center;

    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-font-feature-settings: 'pkna';
    -webkit-font-feature-settings: 'pkna';
    font-feature-settings: 'pkna';
}
body#top #fade .concept_txt .fMin {
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.35em;
    white-space: nowrap;
    
    opacity: 0;
    filter: blur(1rem);
    transform: scale(0.9);
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    
    animation-name: fade_concept_txt;
    animation-duration: 2.0s;
    animation-fill-mode: forwards;
    animation-delay: 1.3s;
}
@keyframes fade_concept_txt {
0% { filter: blur(1rem); transform: scale(0.9); opacity: 0;}
100% { filter: none; transform: none; opacity: 1;}
}

/*wrapper ローディング用*/
body #wrapper {
width: 100%;
/*min-width: 100rem;*/
margin: auto;
/*overflow: auto;*/
/*opacity: 0;*/
filter: alpha(opacity=0);  
-ms-filter: "alpha( opacity=0 )";
-webkit-transition: all .6s;
transition: all .6s;
}

.loading {
display: flex;
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.loading span.logo {
  display: block;
  opacity: 0;
  margin: 0;
  animation: loading 1.2s infinite ease-in-out alternate;
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}


.loading.top div.con {
	position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.loading.top div.txt {
	font-size: 3rem;
	letter-spacing: 0.38em;
	white-space: nowrap;
	color: #FFFFFF;
	text-align: center;
	animation: loading_txt 1s 1 ease-in-out forwards alternate;
	opacity: 0;
}
@keyframes loading_txt {
  0% {
	  -ms-filter: blur(1rem);
      filter: blur(1rem);
    opacity: 0;
  }
  100% {
	filter: none;
    opacity: 1;
  }
}

.loading.top div.logo {
	width: 47.5rem;
	text-align: center;
	animation: loading_logo 1.0s 1 ease-in-out forwards alternate;
	opacity: 0;
	margin-top: 6rem;
}
@keyframes loading_logo {
  0% {
	-ms-filter: blur(1rem);
      filter: blur(1rem);
    opacity: 0;
  }
  100% {
	filter: none;
    opacity: 1;
  }
}


@media screen and (max-width: 768px) {
body #wrapper {
    min-width: 100%;
}
	
.loading.top div.txt {
	width: 31rem;
    font-size: 1.6rem;
}
	
.loading.top div.logo {
	width: 16.2rem;
	margin: auto;
    margin-top: 4rem;
}
	
body #fade {
z-index: 1000;
}
    
body#top #fade .concept_txt .fMin {
    font-size: 2.6rem;
}
}


/* 画像、テキスト振り分け
----------------------------------------- */
.pcShow{
}
.spShow{
	display: none !important;
}

	@media screen and (max-width: 768px) {
		.pcShow{
			display: none !important;
		}
		.spShow{
			display: block !important;
		}
		.spShow.br{
			display: inline;
		}
	}
.pcShow_tw{
}
.twShow{
	display: none;
}
	@media screen and (max-width: 768px) {
		.pcShow_tw{
			display: none;
		}
		.twShow{
			display: block;
		}
	}
.dsnone{
	display: none;
}

/* スペース
----------------------------------------- */
.mb0{
	margin-bottom: 0 !important;
}
.mb1em{
	margin-bottom: 1em !important;
}
.mb2em{
	margin-bottom: 2em !important;
}
.mb3em{
	margin-bottom: 3em !important;
}
.mb4em{
	margin-bottom: 4em !important;
}
.mt1em{
	margin-top: 1em !important;
}
.mt2em{
	margin-top: 2em !important;
}
.mt3em{
	margin-top: 3em !important;
}
.mt4em{
	margin-top: 4em !important;
}
/* フォント
----------------------------------------- */
.fAbc {
    font-family: "Jost", "Zen Kaku Gothic New", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
    font-style: normal;
    
/*
Light 300
Regular 400
Medium 500
Semi-bold 600
Bold 700
ExtraBold 800
Black 900
*/  
}

.fMin{
    font-family: "游明朝",Yu Mincho,'Noto Serif',"ヒラギノ明朝 ProN W3","HiraMinProN-W3","ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
    font-weight: 500;
    font-style: normal;
}
.fGot{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'Zen Kaku Gothic New', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
}


/* 文字
----------------------------------------- */
.bold{
	font-weight: bold;
}
.fwNormal{
	font-weight: normal;
}
.fs12{
	font-size: 1.2rem;
}
.fs13{
	font-size: 1.3rem;
}
.fs14{
	font-size: 1.4rem;
}
.fs15{
	font-size: 1.5rem;
}
.fs16{
	font-size: 1.6rem;
}
.fs17{
	font-size: 1.7rem;
}
.fs18{
	font-size: 1.8rem;
}
.fs19{
	font-size: 1.9rem;
}
.fs21{
	font-size: 2.1rem;
}
.fs22{
	font-size: 2.2rem;
}
.fs24{
	font-size: 2.4rem;
}
.fs26{
	font-size: 2.6rem;
}
.fs28{
	font-size: 2.8rem;
}

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

	}

.txtC{
	text-align: center !important;
}
.txtL{
	text-align: left !important;
}
.txtR{
	text-align: right !important;
}
/*float*/
.fL{
	float: left;
}
.fR{
	float: right;
}

.fc_pink{
	color: #e7243e;
}

.fRed {
    color: #000000 !important;
}
.fRed a {
    color: #000000 !important;
}



/* flexCover
----------------------------------------- */
.flexCover{
	/*overflow: hidden;*/
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: space-between;
}
.flexCover.colum2 > li{
	width: 48%;
}
.flexCover.colum73 > li.txt {
	width: 68%;
}
.flexCover.colum73 > li.img {
	width: 30%;
}
.flexCover.colum3 > li{
	width: 30%;
}
.flexCover.colum3::after{
  content:"";
  display: block;
  width: 30%;
}

.flexCover.colum4 > li{
	width: 23.5%;
}
.flexCover.colum4::before{
  content:"";
  display: block;
  width: 23.5%;
	order:1;
}
.flexCover.colum4::after{
  content:"";
  display: block;
  width: 23.5%;
}

.flexCover.colum5 > li{
	width: 20%;
}

.flexCover.colum6 > li{
	width: 15%;
}

.flexCover.colum1 > li{
	width: 100%;
}
/*.flexCover li img,
.flexCover li.txt{
	width: 100%;
	height: auto;
}*/
.flexCover.flexS{
  justify-content: flex-start;
}

	@media screen and (max-width: 768px) {
		.flexCover.colum2 > li{
			width: 100%;
			margin-bottom: 2rem;
		}
		.flexCover.colum3 > li{
			width: 100%;
			margin-bottom: 2rem;
		}
		.columBox.colum2 > li{
			width: 100%;
		}
		.flexCover.colum4 > li{
			width: 48%;
			margin-bottom: 3rem;
		}
		.flexCover.colum6 > li{
			width: 48%;
			margin-bottom: 3rem;
		}
        .flexCover.colum73 > li.txt {
	width: 100%;
    margin-bottom: 3rem;
}
.flexCover.colum73 > li.img {
	width: 100%;
    margin-bottom: 3rem;
}
}


.column2_wrap > li.left_navi {
	width: 100%;
	max-width: 175px;
}

.column2_wrap > li.main_con {
	width: 100%;
	max-width: 680px;
}

.column2_wrap > li.left_navi h3 {
	font-size: 1.4rem;
	border-bottom: 1px solid #404040;
	padding-bottom: 1em;
	margin-bottom: 2em;
}

.column2_wrap > li.left_navi .categories li {
    font-size: 1.4rem;
    margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
	.column2_wrap > li.left_navi {
	width: 100%;
	max-width: 100%;
		margin-bottom: 40px;
}

.column2_wrap > li.main_con {
	width: 100%;
	max-width: 100%;
}
}



/* header .fixed
----------------------------------------- */
/*header .fixed{
	position: fixed;
	width: 100%;
}
	@media screen and (max-width: 768px) {
		header .fixed{
			position: static;
		}
	}*/


/* header
----------------------------------------- */
header {
    width: auto;
	position: relative;
}

#g_navi_wrap {
    width: 100%;
    max-width: calc(100% - 6rem);
    padding-top: 3rem;
    position: fixed;
	top: 0;
	left: 50%;
    z-index: 104;
	transform: translateX(-50%);
	-webkit-transition: all .6s;
	transition: all .6s;
}
#g_navi_wrap.is_show {
    /*background-color: rgba(255,255,255,0.80);*/
    /*height: 9rem;*/
}

body#top #g_navi_wrap {
    transform: translateX(-50%) translateY(-100%);
}
body#top #g_navi_wrap.is_show {
    transform: translateX(-50%) translateY(0);
}

.drawer-open #g_navi_wrap.is_show,
.drawer-open #g_navi_wrap {
    /*transform: translateY(0);*/
	/*background-color: rgba(210,230,230,0);*/
	z-index: 106;
}

#g_navi_wrap .inner {
    width: 100%;
	height: 5.4rem;
	padding: 0 4.8rem;
    background-color: #FFFFFF;
    border-radius: 10rem;
	display: flex;
	align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#g_navi_wrap .logo {
    width: 19.6rem;
	 -webkit-transition: all .6s;
    transition: all .6s;
}

/*body.show #g_navi_wrap .logo {
    animation-name: g_navi_anim;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    animation-delay: 0;
}
@keyframes g_navi_anim {
0% { transform: translate(0,-80%); opacity: 0;}
100% { transform: translate(0,-50%); opacity: 1;}
}*/


#g_navi_wrap .logo a {
	display: flex;
    align-items: center;
    /*filter: drop-shadow(0px 0px 6px rgba(51,51,51,0.20));*/
}

#g_navi_wrap .inner > nav {
    height: 100%;
}
#g_navi_wrap .navigation {
    height: 100%;
	justify-content: flex-end;
    grid-gap: 0 3.5rem;
}
#g_navi_wrap .navigation > li {
    display: flex;
    flex-flow: column;
    justify-content: center;
}
#g_navi_wrap .navigation > li a {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.1em;
}
#g_navi_wrap .navigation > li a span {
}

#g_navi_wrap .navigation > li.pd {
	position: relative;
}
#g_navi_wrap .navigation > li.pd > a {
    display: flex;
    height: 100%;
}
#g_navi_wrap .navigation > li.pd > a > span {
    display: flex;
    align-items: center;
}
#g_navi_wrap .navigation > li.pd > a > span::after {
	content: '';
    display: block;
    width: 1.2rem;
    height: 0.7rem;
    background: url("../images/pd.svg") no-repeat;
    background-size: contain;
    margin-left: 0.5rem;
    transition: all .6s;
}
#g_navi_wrap .navigation > li.pd.open > a > span::after {
	transform: rotate(180deg);
}
#g_navi_wrap .navigation > li.pd .sub {
	position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFFFFF;
    border-radius: 0 0 1.7rem 1.7rem;
    display: none;
}
#g_navi_wrap .navigation > li.pd .sub a {
    white-space: nowrap;
	display: block;
    text-align: center;
    line-height: calc(20/14);
}
#g_navi_wrap .navigation > li.pd .sub .child_list > li {
    padding: 1.5rem;
    border-top: 1px solid #E5E5E5;
}


.drawer--left .drawer-hamburger {
    background-color: #E1DFD6;
    border-radius: 50%;
	position: fixed;
    top: 0;
    right: 0;
	bottom: auto;
    left: auto;
	box-sizing: border-box;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    transition: all .6s;
    opacity: 1;
    
    display: none;
	
	z-index: 106;
	/*filter: drop-shadow(0 0 0.5rem rgb(0,0,0,0.2));*/
}

/*body.drawer.show .drawer-hamburger  {
    animation-name: g_navi_hamburger;
    animation-duration: 1.6s;
    animation-fill-mode: forwards;
    animation-delay: 0.6s;
}
@keyframes g_navi_hamburger {
0% { transform: translate(0,-20%); opacity: 0;}
100% { transform: translate(0,0); opacity: 1;}
}*/

.drawer--left.is_show .drawer-hamburger {
	height: 12rem;
}

.drawer--left .drawer-hamburger .btn_wrap {
    width: 100%;
    height: 100%;
	box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
	 -webkit-transition: all .6s;
    transition: all .6s;
    
    border: 0;
    outline: 0;
    background-color: transparent;
    margin: auto;
}
.drawer--left .drawer-hamburger .btn_wrap:hover {
    cursor: pointer;
}

/*.drawer--left.is_show .drawer-hamburger {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

#top.drawer--left .drawer-hamburger {
	-webkit-transform: translate(0,0);
    transform: translate(0,0);
}*/

.drawer--left .drawer-hamburger .txt {
    display: block;
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    margin-top: 2.3rem;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.drawer--left .drawer-hamburger .txt.close {
    display: none;
}
.drawer--left.drawer-open .drawer-hamburger .txt.menu {
    display: none;
}
.drawer--left.drawer-open .drawer-hamburger .txt.close {
    display: block;
}

.drawer--left.drawer-open .drawer-hamburger {
    left: auto;
}

.drawer .drawer-hamburger-icon,
.drawer .drawer-hamburger-icon:before,
.drawer .drawer-hamburger-icon:after {
    width: 100%;
    max-width: 1.52rem;
    display: block;
    height: 1px;
	border-radius: 0;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer.drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.drawer.drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
	
.drawer-hamburger-icon {
    margin-top: 0;
}

.drawer .drawer-hamburger-icon {
    background-color: transparent;
}
.drawer .drawer-hamburger-icon:before {
    background-color: #0A4F7F;
}
.drawer .drawer-hamburger-icon:after {
    background-color: #0A4F7F;
}
.drawer.is_show .drawer-hamburger-icon {
    background-color: transparent;
}
.drawer.is_show .drawer-hamburger-icon:before {
    background-color: #0A4F7F;
}
.drawer.is_show .drawer-hamburger-icon:after {
    background-color: #0A4F7F;
}
.drawer.drawer-open .drawer-hamburger-icon {
    background-color: transparent;
}
.drawer.drawer-open .drawer-hamburger-icon:before {
    background-color: #0A4F7F;
}
.drawer.drawer-open .drawer-hamburger-icon:after {
    background-color: #0A4F7F;
}

.drawer.is_show .drawer-hamburger-icon:before {
    background-color: #0A4F7F;
}
.drawer.is_show .drawer-hamburger-icon:after {
    background-color: #0A4F7F;
}
.drawer.is_show.drawer-open .drawer-hamburger-icon:before {
    background-color: #0A4F7F;
}
.drawer.is_show.drawer-open .drawer-hamburger-icon:after {
    background-color: #0A4F7F;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -0.6rem;
  left: 0;
  content: ' ';
}

.drawer-hamburger-icon:after {
  top: 0.6rem;
}

.drawer--left .drawer-hamburger:hover {
    opacity: 1;
    cursor: auto;
}

.drawer--left .drawer-nav .drawer-hamburger {
    display: none;
}
.drawer--left.drawer-open .drawer-nav .drawer-hamburger {
    display: block;
}

/*.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
}*/

.drawer--left .drawer-nav {
    width: 100%;
	left: 0;
	opacity: 0;
	transform: translateY(0);
    -webkit-transition: all .6s;
	transition: all .6s;
    /*display: flex;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;*/
    padding: 0;
    height: 100vh;
    /*overflow: scroll;*/
    background-color: #FFFFFF;
    box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	z-index: -1;
}

.drawer--left .drawer-nav::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #c4d7d5;
    background: url(../images/blue_bg.jpg) repeat-y center top / 100%;
    /*mix-blend-mode: Multiply;*/
    z-index: -1;
}

.drawer--left.is_show .drawer-nav {
   /*padding-top: 8rem;*/
}
.drawer--left.drawer-open .drawer-nav {
	transform: translateY(0);
    z-index: 105;
    right: 0;
    opacity: 1;
}

.drawer--left .drawer-nav .navi_wrap .navi_layout {
    width: 100%;
}

.drawer-overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.drawer-open {
	overflow: hidden;
    /*padding-right: 1.5rem;*/
}


header .sns_icon {
    display: none;
}

@media screen and (max-width: 768px) {
header {
    width: 100%;
    padding-top: 0;
}
#g_navi_wrap {
    width: 100%;
    max-width: 36rem;
    padding-top: 0.7rem;
}
#g_navi_wrap .inner {
    width: 100%;
	height: 5.4rem;
	padding: 0 1.7rem;
    padding-right: 6rem;
}

#g_navi_wrap .navigation {
    display: none;
}
    
header .sns_icon {
    display: flex;
    position: fixed;
    top: 1.8rem;
    right: 6.7rem;
    z-index: 106;
    
    transition: all .6s;
}
    
}


/* .drawer カスタマイズ
----------------------------------------- */
@media screen and (max-width: 768px) {
	
.drawer .drawer-hamburger-icon, .drawer .drawer-hamburger-icon:before, .drawer .drawer-hamburger-icon:after {
    max-width: 1.52rem;
    height: 1px;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -0.3rem;
  left: 0;
  content: ' ';
}

.drawer-hamburger-icon:after {
  top: 0.3rem;
}
    
    
.drawer--left .drawer-hamburger {
	display: flex;
	top: 1.8rem;
    left: auto;
	right: 2.8rem;
    width: 3.2rem;
    height: 3.2rem;
    padding: 0;
}
.drawer--left.is_show .drawer-hamburger {
    height: 3.2rem
}
	
.drawer-hamburger-icon {
    margin-top: 0;
}
.drawer--left.drawer-open .drawer-hamburger {
    /*top: 0;
    left: auto;
	right: 0;*/
}
    
.drawer--left .drawer-hamburger .txt {
    font-size: 0.8rem;
    margin-top: 1.5rem;
}

	
.drawer--left .drawer-nav .navi_wrap {
    width: calc(100% - 5rem);
    height: 100%;
    padding: 4rem 0;
    padding-top: 10rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-content: flex-start;
    flex-wrap: wrap;
	overflow-y: scroll;
}

.drawer--left .drawer-nav .navi_wrap .navigation {
}
.drawer--left .drawer-nav .navi_wrap .navigation > li:not(:first-child) {
    margin-top: 1.5rem;
}
.drawer--left .drawer-nav .navi_wrap .navigation a {
    font-size: 1.6rem;
    /*color: #FFFFFF;*/
}
.drawer--left .drawer-nav .navi_wrap .navigation > li .child_list {
    padding-left: 1.5rem;
}
.drawer--left .drawer-nav .navi_wrap .navigation > li .child_list a {
    font-size: 1.4rem;
}
    
}

/* .pure-drawer カスタマイズ
----------------------------------------- */
.pure-drawer ul{
	padding: 20px;
	margin-top: 120px;
}

.pure-drawer li{
	padding-bottom: 20px;
}

.pure-drawer li img{
	width: auto;
	max-width: 100%;
}




/* modal
----------------------------------------- */
.remodal {
    max-width: 100rem;
    padding: 0px;
}
.modal_con {
	width: 100%;
	padding: 8rem 8rem;
	border-radius: 1rem;
	margin: auto;
	background-color: #FFFFFF;
	position: relative;
}
.modal_con .remodal-close_btn {
	width: 4.1rem;
	height: 4.1rem;
	position: absolute;
	top: 0;
	right: -5rem;
	transform: translate(50%,-50%);
}
.remodal-is-locked .remodal-overlay {
    background: rgba(0, 0, 0, 0);
}
.modal_con section {
	max-height: 70vh;
    overflow-y: scroll;
}
.modal_con section .inner {
	padding-right: 5rem;
}
.modal_con h1 {
	width: 100%;
    font-size: 2.4rem;
    letter-spacing: 0.16em;
    font-weight: 700;
    color: #008bd6;
    line-height: 1;
    margin-bottom: 3rem;
}

.modal_con .layout {
	width: 100%;
}
.modal_con .layout > li.txt {
	width : calc(410 / 840 * 100%) ;
}
.modal_con .layout > li.img {
	width : calc(400 / 840 * 100%) ;
}

.modal_con .txt_wrap {
	font-size: 1.3rem;
	letter-spacing: 0.16em;
	line-height: 2.3;
	color: #008bd6;
}

.modal_con .txt_wrap.lead {
	font-size: 1.3rem;
	letter-spacing: 0.16em;
	line-height: 2.3;
	color: #008bd6;
	text-align: left;
	margin-bottom: 4rem;
}

.modal_con .layout:not(:last-child) {
	margin-bottom: 6rem;
}


@media screen and (max-width: 768px) {
#products .remodal {
    max-width: 100%;
    padding: 0px;
}
#products .remodal-wrapper {
    padding: 0;
    width: 100%;
}
.modal_con {
	width: 100%;
	padding: 3rem 3rem;
	border-radius: 0;
}
.modal_con .remodal-close_btn {
	width: 1.7rem;
	height: 1.7rem;
	position: absolute;
	top: 2rem;
	right: 1.5rem;
	transform: translate(0,0);
}
.remodal-is-locked .remodal-overlay {
    background: rgba(0, 0, 0, 0);
}
.modal_con section {
	max-height: 45rem;
    overflow-y: scroll;
}
.modal_con section .inner {
	padding-right: 2.5rem;
}
.modal_con h1 {
    font-size: 1.7rem;
    margin-bottom: 3rem;
}

.modal_con .layout {
	width: 100%;
}
.modal_con .layout > li.txt {
	width: 100%;
	margin-bottom: 2.5rem;
}
.modal_con .layout > li.img {
	width: 100%;
}

.modal_con .txt_wrap {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
}

.modal_con .txt_wrap.lead {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 3rem;
}

.modal_con .layout:not(:last-child) {
	margin-bottom: 6rem;
}
}



/* footer
----------------------------------------- */
footer {
	position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
}

footer .inner {
	width: 100%;
    max-width: calc(1166 / 1366 * 100%);
	margin: auto;
    padding: 0 5rem;
    padding-top: 11rem;
    padding-bottom: 9rem;
}

footer .layout {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    grid-gap: 0 9rem;
}

footer .layout .info_wrap {
}
footer .layout .info_wrap .logo { 
}
footer .layout .info_wrap .logo a {
    display: flex;
}
footer .layout .info_wrap .info_txt {
    margin-top: 2rem;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: calc(30/16);
}

footer .layout .info_wrap .sns_list {
    margin-top: 2rem;
    justify-content: flex-start;
}
footer .layout .info_wrap .sns_list > li:not(:first-child) {
    margin-left: 2rem;
}
footer .layout .info_wrap .sns_list > li a {
    display: flex;
}

footer .layout .navi_wrap {
}
footer .layout .navi_wrap .navigation {
    display: flex;
    flex-flow: column;
    grid-gap: 2.5rem 0;
}
footer .layout .navi_wrap .navigation > li {
    display: flex;
    flex-flow: column;
}
footer .layout .navi_wrap .navigation > li a {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1;
}
footer .layout .navi_wrap .navigation > li .child_list {
    margin-top: 2.5rem;
    display: flex;
    flex-flow: column;
    grid-gap: 1.5rem 0;
}
footer .layout .navi_wrap .navigation > li .child_list > li {
    display: flex;
    flex-flow: column;
}
footer .layout .navi_wrap .navigation > li .child_list > li a {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1;
}


footer .layout .btn_navi_wrap {
    display: flex;
    flex-flow: column;
    grid-gap: 2rem 0;
}
footer .layout .btn_navi_wrap .btn_wrap .btn {
    width: 32.8rem;
    height: 8rem;
    padding: 1rem 5rem 1rem 6.5rem;
}
footer .layout .btn_navi_wrap .btn_wrap .btn span {
    font-size: 2rem;
    letter-spacing: 0.1em;
}

#page_top {
    position: absolute;
    top: 4rem;
    right: 5.5rem;
    margin-top: auto;
}
#page_top a {
	display: flex;;
    transition: all .6s;
}
#page_top a:hover {
	transform: translateY(-1rem);
}


@media screen and (max-width: 768px) {
footer {
}

footer .inner {
	width: 100%;
    max-width: 28rem;
	margin: auto;
    padding: 0;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

footer .layout {
    flex-flow: column;
    grid-gap: 0 0;
}

footer .layout .info_wrap {
    display: contents;
}
footer .layout .info_wrap .logo {
    order: 1;
}
footer .layout .info_wrap .logo a {
    display: flex;
}
footer .layout .info_wrap .info_txt {
    margin-top: 4rem;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    white-space: nowrap;
    line-height: calc(25/14);
    
    order: 4;
}

footer .layout .info_wrap .sns_list {
    width: 100%;
    margin-top: 2rem;
    justify-content: center;
    
    order: 5;
}
footer .layout .info_wrap .sns_list > li:not(:first-child) {
    margin-left: 2rem;
}
footer .layout .info_wrap .sns_list > li a {
    display: flex;
}

footer .layout .navi_wrap {
    order: 2;
    margin-top: 4rem;
}
footer .layout .navi_wrap .navigation {
    display: flex;
    flex-flow: column;
    grid-gap: 2.5rem 0;
}
footer .layout .navi_wrap .navigation > li {
    display: flex;
    flex-flow: column;
}
footer .layout .navi_wrap .navigation > li a {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1;
}
footer .layout .navi_wrap .navigation > li .child_list {
    margin-top: 2.5rem;
    display: flex;
    flex-flow: column;
    grid-gap: 1.5rem 0;
}
footer .layout .navi_wrap .navigation > li .child_list > li {
    display: flex;
    flex-flow: column;
}
footer .layout .navi_wrap .navigation > li .child_list > li a {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1;
}

footer .layout .btn_navi_wrap {
    width: 100%;
    display: flex;
    flex-flow: column;
    grid-gap: 2rem 0;
    margin-top: 4rem;
    order: 3;
}
footer .layout .btn_navi_wrap .btn_wrap .btn {
    width: 100%;
    height: 6.8rem;
    padding: 1rem 3rem 1rem 3rem;
}
footer .layout .btn_navi_wrap .btn_wrap .btn span {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
}

#page_top {
    position: relative;
    top: auto;
    right: auto;
    margin: auto;
    margin-top: 3rem;
    
    order: 6;
}
#page_top a {
	display: flex;;
    transition: all .6s;
}
#page_top a:hover {
	transform: translateY(-1rem);
}
    
}




/* #breadcrumbs
----------------------------------------- */
#breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: auto;
    margin-right: 0;
    padding: 1.1rem 0;
}

body.single #breadcrumbs {
    background-color: transparent;
}

#breadcrumbs > span {
    /*width: -webkit-calc(1200 / 1400 * 100%);
    width: calc(1200 / 1400 * 100%);*/
    width: calc(100% - 16rem);
	margin: auto;
}

#breadcrumbs span {
    font-size: 1.2rem;
    font-weight: 500;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'Zen Kaku Gothic New', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #000000;
    padding: 0;
    text-align: left;
    -webkit-transition: all .6s;
    transition: all .6s;
}

#breadcrumbs span.arrow {
    padding: 0 0.5rem;
}
#breadcrumbs span.arrow::before {
	content: ">";
}

#breadcrumbs span.breadcrumb_last {
    color: #333333;
}

#breadcrumbs a {
    color: #000000 !important;
	-webkit-transition: all .6s;
    transition: all .6s;
}
#breadcrumbs a:hover {
    color: #333333 !important;
	opacity: 1;
}


@media screen and (max-width: 768px) {
    #breadcrumbs {
    padding-top: 0;
    max-width: none;
}
	body.single #breadcrumbs {
    padding-top: 0;
}
    #breadcrumbs > span {
	width: -webkit-calc(335 / 375 * 100%);
    width: calc(335 / 375 * 100%);
    margin: auto;
}
	#breadcrumbs span {
    font-size: 1.1rem;
}
}
