/* 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;
	font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
	/*font-family: 'Shippori 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: 1.75;
    font-weight: 400;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
    /*position: relative;*/
    width: 100%;
    text-align: left;
 	letter-spacing: 0;
	word-wrap : break-word;
	overflow-wrap : break-word;
	
	background-color: #f5f5f5;
}


body .ls100 {
    letter-spacing: 0.1em;
}

body .ls50 {
    letter-spacing: 0.05em;
}

/*_: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.25rem;
			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: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
}
a:hover{
	text-decoration: none;
	/*color: #0d793b;*/
}
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;
}*/


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

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: normal;
}
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);
}


/* ローディング
----------------------------------------- */
/*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: #f5f5f5;
position: fixed;
top: 0px;
left: 0px;
z-index: 1000;
}

body#top #fade {
background: #f5f5f5;
}

/*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 {
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;
}
}


/* 画像、テキスト振り分け
----------------------------------------- */
.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: 'Akshar', 'Zen Kaku Gothic New', 'Noto Sans JP', "Arial", 'ヒラギノ角ゴ ProN', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 600;
	font-style: normal;
/*
Light 300
Regular 400
Medium 500
Semi-bold 600
Bold 700
ExtraBold 800
Black 900
*/  
}

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


/* 文字
----------------------------------------- */
.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%;
	height: 14rem;
    position: fixed;
	top: 0;
	left: 0;
    z-index: 104;
	transform: translateY(0);
	-webkit-transition: all .6s;
	transition: all .6s;
}
#g_navi_wrap.is_show {
    position: fixed;
	height: 10rem;
    background-color: rgba(255,255,255,0.90);
    /*animation : g_navi 0.6s;*/
}
@keyframes g_navi {
0% { transform: translateY(-100%)}
100% { transform: translateY(0)}
}

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

#g_navi_wrap .inner {
    width: 100%;
	height: 100%;
	padding: 0;
    padding-right: 7.5rem;
	display: flex;
	align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

#g_navi_wrap .logo {
    width: 25rem;
    position: absolute;
    top: 50%;
    left: 7.5rem;
    transform: translate(0,-50%);
	margin-top: 0;
	 -webkit-transition: all .6s;
    transition: all .6s;
}
#g_navi_wrap .logo a {
	display: flex;
    /*filter: drop-shadow(0px 0px 6px rgba(51,51,51,0.20));*/
}
body.is_show #g_navi_wrap .logo {
    width: 20rem;
    /*left: 5rem;*/
}
#g_navi_wrap .logo a svg {
	width: 100%;
    height: auto;
}
#g_navi_wrap .logo a svg path,
#g_navi_wrap .logo a svg polygon {
	transition: all .6s;
}

#g_navi_wrap .navigation {
	align-items: center;
}
.drawer-open #g_navi_wrap .navigation {
	opacity: 0;
    z-index: -1;
}
#g_navi_wrap .navigation > li {
	line-height: 1;
}
#g_navi_wrap .navigation > li:not(:last-child) {
	margin-right: 4.5rem;
}
/*#g_navi_wrap .navigation > li.contact #mail_svg .cls-2{transition: all .6s;}
#g_navi_wrap .navigation > li.contact a:hover #mail_svg .cls-2{fill:#0d793b;}*/

#g_navi_wrap .navigation > li.contact {
	width: 18.5rem;
    position: relative;
}
#g_navi_wrap .navigation > li.contact .contact_ttl {
	width: 100%;
    height: 5rem;
    border: 1px solid #000000;
    border-radius: 10rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    
    font-size: 1.2rem;
    letter-spacing: 0.05em;
	line-height: calc(20/12);
    font-weight: 500;
    text-align: center;
    
    transition: all .3s;
}
#g_navi_wrap .navigation > li.contact .contact_ttl.open {
	background-color: #F5F5F5;
    border-radius: 1.25rem 1.25rem 0 0;
    border-bottom: none;
}
#g_navi_wrap .navigation > li.contact .contact_ttl span {
	font-size: 1rem;
}
#g_navi_wrap .navigation > li.contact .contact_list {
    width: 100%;
    padding: 0 1.5rem;
	display: none;
    position: absolute;
    background-color: #F5F5F5;
    border: 1px solid #000000;
    border-top: none;
    border-radius: 0 0 1.25rem 1.25rem;
}
#g_navi_wrap .navigation > li.contact .contact_list .list {
    width: 100%;
	display: flex;
    flex-flow: column;
   /* margin-top: 1rem;*/
}
#g_navi_wrap .navigation > li.contact .contact_list .list li {
    width: 100%;
    padding: 1rem 0;
    border-top: 1px solid #D3D2D0;
}
#g_navi_wrap .navigation > li.contact .contact_list .list li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    font-size: 1.2rem;
    letter-spacing: 0.05em;
	line-height: calc(25/12);
    font-weight: 500;
}
#g_navi_wrap .navigation > li.contact .contact_list .list li a::after {
    content: "";
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    background: url("../images/contact_arrow.svg") no-repeat center center / contain;
}
#g_navi_wrap .navigation > li.contact .contact_list .list li a:hover {
    opacity: .6;
}


#g_navi_wrap .navigation > li a {
	display: inline-block;
	position: relative;
    transition: all .6s;
}

#g_navi_wrap .navigation > li a .jp {
	font-size: 1.4rem;
    letter-spacing: 0.1em;
	line-height: 1;
    font-weight: 500;
    transition: all .6s;
    position: relative;
}
#g_navi_wrap .navigation > li a .jp::after {
	content: '';
    display: block;
    width: 100%;
    height: 0.1rem;
    background-color: rgba(0,0,0,0.00);
    transition: all .6s;
    
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(0);
}
#g_navi_wrap .navigation > li a .en {
    display: block;
	font-size: 1.0rem;
    letter-spacing: 0.1em;
	line-height: 1;
    font-weight: 600;
    margin-top: 1rem;
    transition: all .6s;
}

#g_navi_wrap .navigation a:hover {
	opacity: 1;
    color: #000000;
}
#g_navi_wrap .navigation a:hover .jp::after  {
	background-color: rgba(0,0,0,1.00);
    
}
#g_navi_wrap .navigation > li.current a .jp::after  {
    background-color: rgba(0,0,0,1.00);
}


#g_navi_wrap .navigation > li.contact a {
	width: 6rem;
    display: flex;
}
#g_navi_wrap .navigation > li.contact svg {
	width: 100%;
    height: auto;
}

#g_navi_wrap .icon_navi {
    margin-left: 4rem;
    display: flex;
}
#g_navi_wrap .icon_navi > li:not(:last-child) {
    margin-right: 2rem;
}
#g_navi_wrap .icon_navi > li a {
    display: flex;
    width: 3.6rem;
}
.drawer-open #g_navi_wrap .icon_navi {
	opacity: 0;
    z-index: -1;
}

#g_navi_wrap .contact_us {
    width: 13rem;
    position: absolute;
    top: 63rem;
    right: 4rem;
}
#g_navi_wrap .contact_us svg {
    width: 100%;
    height: auto;
}


.drawer--left .drawer-hamburger {
	position: fixed;
    top: 0.5rem;
    right: 2rem;
	bottom: auto;
    left: auto;
    width: 8rem;
    height: 8rem;
    padding: 0;
    margin: 0;
	box-sizing: border-box;
    align-items: center;
    justify-content: center;
    align-content: center;
    /*background-color: #FFFFFF;*/
    flex-wrap: wrap;
    /*-webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);*/
	padding-bottom: 0;
	 -webkit-transition: all .6s;
    transition: all .6s;
	
	z-index: 106;
	display: none;
	/*filter: drop-shadow(0 0 0.5rem rgb(0,0,0,0.2));*/
}

.drawer--left.is_show .drawer-hamburger {
	top: 0;
}

.drawer--left .drawer-hamburger .btn_wrap {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 4.8rem;
    height: 3.6rem;
    border-radius: 50%;
    border: 0.1rem solid #cac9c9;
	box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
	 -webkit-transition: all .6s;
    transition: all .6s;
}

.drawer--left.is_show .drawer-hamburger {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
	height: 8rem;
}

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

.drawer--left .drawer-hamburger .txt {
    width: 100%;
    text-align: center;
    margin-top: 1.2rem;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.drawer--left .drawer-hamburger .txt span {
    display: block;
    font-size: 1.0rem;
    line-height: 1.3;
}
.drawer--left .drawer-hamburger .txt span.en {
    font-size: 1.2rem;
}
.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 {
    /*right: 1.5rem;*/
    left: auto;
	-webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.drawer .drawer-hamburger-icon,
.drawer .drawer-hamburger-icon:before,
.drawer .drawer-hamburger-icon:after {
    width: 100%;
    max-width: 3.2rem;
    display: block;
    height: 0.2rem;
	border-radius: 0.1rem;
    margin-top: 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(30deg);
    transform: rotate(30deg);
}
.drawer.drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
	
.drawer .drawer-hamburger-icon {
    background-color: #000000;
}
.drawer .drawer-hamburger-icon:before {
    background-color: #000000;
}
.drawer .drawer-hamburger-icon:after {
    background-color: #000000;
}
.drawer.is_show .drawer-hamburger-icon {
    background-color: #000000;
}
.drawer.is_show .drawer-hamburger-icon:before {
    background-color: #000000;
}
.drawer.is_show .drawer-hamburger-icon:after {
    background-color: #000000;
}
.drawer.drawer-open .drawer-hamburger-icon {
    background-color: transparent;
}
.drawer.drawer-open .drawer-hamburger-icon:before {
    background-color: #FFFFFF;
}
.drawer.drawer-open .drawer-hamburger-icon:after {
    background-color: #FFFFFF;
}

.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;
}

.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-open .drawer-hamburger .btn_wrap {
    background-color: #000000;
    border: 0.1rem solid #000000;
}

.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;*/
    height: 100vh;
    /*overflow: scroll;*/
    box-sizing: border-box;
	display: flex;
	align-items: center;
	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: rgba(102,102,103,0.90);
    /*mix-blend-mode: Multiply;*/
    z-index: -1;
}
.drawer--left .drawer-nav::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: -2;
}
.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;
    background-color: transparent;
}

.drawer--left .drawer-nav .navi_wrap {
	width : 100%;
    margin: auto;
    padding: 12rem 0;
	padding-top: 12rem;
	/*margin-bottom: 8rem;*/
    height: auto;
}

.drawer--left .drawer-nav .navi_wrap .navi_layout {
    flex-wrap: nowrap;
	width: 100%;
	max-width: 124rem;
	margin: auto;
}

.drawer-nav .navigation {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.drawer-nav .navigation td {
    padding: 2rem 4rem;
}

.drawer-nav .navigation .btn.arrow {
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 4rem;
    position: relative;
}
.drawer-nav .navigation .btn::before {
    content: '';
    display: block;
    width: 100%;
    height: 0.5rem;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.drawer-nav .navigation .btn .ttl .en {
    font-size: 5.5rem;
	line-height: 1;
    font-weight: 600;
}
.drawer-nav .navigation .btn .ttl .jp {
    display: block;
    font-size: 1.8rem;
	line-height: 1;
    font-weight: 700;
    margin-top: 0.5rem;
}


.drawer-nav .navigation a:hover {
	opacity: 1;
}
.drawer-nav .navigation a span {
    transition: all .6s;
}
.drawer-nav .navigation a:hover span {
    color: #0d793b;
}


.drawer-nav .navi_bottom {
    width: 100%;
    max-width: 111rem;
    margin: auto;
    margin-top: 8rem;
}

.drawer-nav .p_navi {
    justify-content: flex-start;
}
.drawer-nav .p_navi > li:not(:last-child) {
    margin-right: 4rem;
}

.drawer-nav .p_navi .en {
    font-size: 3rem;
	line-height: 1;
    font-weight: 600;
}
.drawer-nav .p_navi .jp {
    display: block;
    font-size: 1.6rem;
	line-height: 1;
    font-weight: 700;
    margin-top: 2rem;
}

.drawer-nav .p_navi a:hover {
	opacity: 1;
}
.drawer-nav .p_navi a span {
    transition: all .6s;
}
.drawer-nav .p_navi a:hover span {
    color: #0d793b;
}


.drawer-nav .sns_navi {
    justify-content: flex-end;
}
.drawer-nav .sns_navi > li:not(:last-child) {
    margin-right: 5rem;
}
.drawer-nav .sns_navi > li a {
    display: flex;
    width : 4.5rem;
	height: 4.5rem;
	-webkit-transition: all .6s;
	transition: all .6s;
}
.drawer-nav .ec_navi > li a:hover{
    opacity: .6;
}
.drawer-nav .ec_navi > li a img {
    width: 100%;
    height: auto;
}

.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;*/
}

#g_navi_wrap .logo #logo_svg .cls-3{transition: all .6s;}
.drawer-open #g_navi_wrap .logo #logo_svg .cls-3{fill:#FFFFFF;}


@media screen and (max-width: 768px) {
header {
    width: 100%;
    padding-top: 0;
}
#g_navi_wrap {
    width: 100%;
	height: 6.75rem;
}
#g_navi_wrap .inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
	padding: 0 2rem;
}
#g_navi_wrap .logo {
    width: 17.5rem;
    left: 2rem;
}
body.is_show #g_navi_wrap .logo {
    width: 17.5rem;
    left: 2rem;
}
    
#g_navi_wrap .navigation {
    /*display: none;;*/
}
    
#g_navi_wrap .navigation > li {
    line-height: 1;
    margin-right: 1.5rem;
}
#g_navi_wrap .navigation > li.navi {
	display: none;
}
/*#g_navi_wrap .navigation > li.contact {
	display: block;
    margin-right: 6rem;
}
#g_navi_wrap .navigation > li.contact a {
	width: 4.8rem;
}*/
#g_navi_wrap .navigation > li.navi.contact svg {
	width: 100%;
    height: auto;
}
.drawer-open #g_navi_wrap .navigation > li.navi.contact {
    display: none;
}
    
#g_navi_wrap .icon_navi {
    margin-left: 0;
    margin-right: 4.5rem;
}
#g_navi_wrap .icon_navi > li:not(:last-child) {
    margin-right: 0;
}
#g_navi_wrap .icon_navi .ig {
    display: none;
}
    
#g_navi_wrap .icon_navi > li a {
    width: 2.5rem;
}

#g_navi_wrap.is_show {
	height: 6.75rem;
    transform: translateX(0);
}
    
.drawer-open #g_navi_wrap.is_show,
.drawer-open #g_navi_wrap {
    transform: translateX(0);
}
#top #g_navi_wrap {
    transform: translateX(0);
	transform: translateY(0);
}
#top #g_navi_wrap.is_show {
    transform: translateX(0);
	transform: translateY(0);
}
#top.drawer-open #g_navi_wrap.is_show {
    transform: translateX(0);
	transform: translateY(0);
}
    
#g_navi_wrap .contact_us {
    width: 8.8rem;
    position: absolute;
    top: 33rem;
    right: 1.8rem;
}

}


/* .drawer カスタマイズ
----------------------------------------- */
@media screen and (max-width: 768px) {
	
.drawer .drawer-hamburger-icon, .drawer .drawer-hamburger-icon:before, .drawer .drawer-hamburger-icon:after {
    max-width: 1.6rem;
    height: 0.1rem;
}
    
.drawer--left .drawer-nav .navi_wrap .navi_layout {
	width: 33.5rem;
    flex-wrap: wrap;
}
.drawer--left .drawer-nav .navi_wrap .navi_layout > li.con_logo {
    display: none;
}
.drawer--left .drawer-nav .navi_wrap .navi_layout > li.con_navi {
    width: 100%;
}
    
.drawer-nav .navigation {
    width: 100%;
}

.drawer-nav .navigation tr {
    display: block;
}
.drawer-nav .navigation td {
    display: block;
    padding: 1rem 0 0;
}

.drawer-nav .navigation .btn.arrow {
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 2rem;
    position: relative;
}
.drawer-nav .navigation .btn::before {
    content: '';
    display: block;
    width: 100%;
    height: 0.5rem;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.drawer-nav .navigation .btn .ttl {
    display: flex;
    align-items: center;
}
.drawer-nav .navigation .btn .ttl .en {
    font-size: 2.75rem;
}
.drawer-nav .navigation .btn .ttl .jp {
    display: block;
    font-size: 1.3rem;
    line-height: 1.3;
    margin-top: 0;
    margin-left: 1rem;
}


.drawer-nav .btn_wrap {
    display: flex;
    justify-content: center;
}
.drawer-nav .btn_wrap .btn.blk {
    width: 26rem;
    height: 52,5rem;
}
.drawer-nav .btn_wrap .btn.blk {
    width: 26rem;
    height: 52,5rem;
}
.drawer-nav .btn_wrap .btn.blk img {
    width: 2rem;
    margin-right: 2rem;
}
.drawer-nav .btn_wrap .btn.blk .txt {
    font-size: 1.5rem;
}
    
.drawer--left .drawer-hamburger {
	display: flex;
	top: 0;
    left: auto;
	right: 2rem;
    width: 4.8rem;
    height: 6.75rem;
	padding-bottom: 0;
}
.drawer--left.is_show .drawer-hamburger {
    top: 0;
    left: auto;
	right: 2rem;
    width: 4.8rem;
    height: 6.75rem;
	padding-bottom: 0;
	/*background-color: #FFFFFF;*/
}
    
.drawer--left .drawer-hamburger .txt {
    margin-top: 1.0rem
}
	
.drawer--left .drawer-hamburger .txt span {
    font-size: 0.8rem;
}
.drawer--left .drawer-hamburger .txt span.en {
    font-size: 1.0rem;
}
    
    
#top.drawer--left .drawer-hamburger {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
	
.drawer-hamburger-icon {
    margin-top: 0;
}
.drawer--left.drawer-open .drawer-hamburger {
    /*top: 0;
    left: auto;
	right: 0;
	background-color: transparent;*/
}

	
.drawer--left .drawer-nav .navi_wrap {
    width: 100%;
    /*height: 100%;*/
    padding: 12rem 0;
    padding-bottom: 12rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-content: flex-start;
    flex-wrap: wrap;
	overflow-y: scroll;
}

.drawer--left .drawer-hamburger .menu_txt {
	display: none;
}

.drawer--left .drawer-nav {
    /*padding: 3rem 0;*/
    /*padding-top: 16rem;*/
}
    
.drawer--left .drawer-nav .navi_wrap .navi_layout > a.top {
    font-size: 1.8rem;
    margin-bottom: 3rem;
}
.drawer-nav .navigation > li {
    width: 50%;
    margin-bottom: 4rem;
}
.drawer-nav .navigation > li:not(:last-child) {
    /*margin-bottom: 4rem;*/
}
/*.drawer-nav .navigation > li a:not(:last-child) {
    margin-bottom: 2.5rem;
}*/
   
.drawer-nav .navigation > li a {
    color: #FFFFFF;
}
.drawer-nav .navigation > li a .jp {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1;
}
.drawer-nav .navigation > li a .en {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    font-weight: 300;
    /*margin-top: 1rem;*/
}
    
.drawer-nav .recruit_wrap {
    margin-top: 3rem;
    justify-content: space-between;
}
.drawer-nav .recruit_wrap .btn_wrap:not(:last-child) {
    margin-right: 0;
}
.drawer-nav .recruit_wrap .btn_wrap .btn {
    width: 15.5rem;
    height: 6.75rem;
    padding: 0.5rem 1rem;
}
.drawer-nav .recruit_wrap .btn_wrap .btn.arrow.size_m > .arrow {
    width: 3.2rem;
    height: 3.2rem;
}

.drawer-nav .recruit_wrap .btn_wrap .btn .ttl .en {
    font-size: 1.6rem;
}
.drawer-nav .recruit_wrap .btn_wrap .btn .ttl .jp {
    font-size: 1.2rem;
    margin-top: 0.5rem;
}


.drawer-nav .navi_bottom {
    margin-top: 6rem;
}

.drawer-nav .p_navi {
    justify-content: flex-start;
}
.drawer-nav .p_navi > li:not(:last-child) {
    margin-right: 2rem;
    margin-bottom: 3rem;
}

.drawer-nav .p_navi .en {
    font-size: 2.4rem;
	line-height: 1;
    font-weight: 600;
}
.drawer-nav .p_navi .jp {
    font-size: 1.45rem;
    margin-top: 1rem;
}

.drawer-nav .sns_navi {
    width: 100%;
    margin-top: 0;
    justify-content: flex-end;
}
.drawer-nav .sns_navi > li:not(:last-child) {
    margin-right: 3rem;
}
.drawer-nav .sns_navi > li a {
    display: flex;
    width : 3rem;
	height: 3rem;
	-webkit-transition: all .6s;
	transition: all .6s;
}
}

/* .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%;
}


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

#conWrap {
	clear: both;
    padding: 0;
    position: relative;
	overflow: hidden;
	/*padding-top: 9rem;*/
}

#conWrap section {
	position: relative;
}

#conWrap .inner {
    /*width: -webkit-calc(1200 / 1400 * 100%);
    width: calc(1200 / 1400 * 100%);*/
	width: 100%;
    max-width: 120rem;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
    padding-bottom: 0;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.f_red {
	font-weight: bold;
	color: #ff0000;
}
.highlight {
	position: relative;
    z-index: 1;
}
.highlight::before {
	content: "";
	display: block;
	width: 100%;
	height: 1rem;
	background-color: #FFF000;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.fx_bg_sp {
  display: none;
}


.btn_wrap {
}
.btn_wrap .btn.blk {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 7rem;
    border-radius: 10rem;
    background-color: #000000;
    padding: 2rem;
    color: #FFFFFF;
}
.btn_wrap .btn.blk img {
    margin-right: 2.5rem;
}
.btn_wrap .btn.blk .txt {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}
.btn_wrap .btn.blk:hover {
    opacity: 1;
    background-color: #0d793b;
}


.btn_wrap .btn.arrow {
    display: flex;
    align-items: center;
    transition: all .6s;
}
.btn_wrap .btn.arrow span {
    display: block;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    position: relative;
}
.btn_wrap .btn.arrow span::after {
    content: '';
    display: block;
    width: 100%;
    height: 0.1rem;
    background-color: #d3d2d0;
    transition: all .6s;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(0);
}
.btn_wrap .btn.arrow .arrow {
    display: flex;
    width: 6rem;
    margin-left: 1.5rem;
}
.btn_wrap .btn.arrow .arrow svg {
    width: 100%;
    height: auto;
}
.btn_wrap .btn.arrow:hover {
    opacity: 1;
    color: #0d793b;
}
.btn_wrap .btn.arrow:hover span::after {
    /*background-color: #0d793b;*/
}
.btn_wrap .btn.arrow .arrow #arrow_svg .cls-2 {
    transition: all .6s;
}
.btn_wrap .btn.arrow:hover .arrow #arrow_svg .cls-2 {fill:#0d793b;}

.btn_wrap .btn.arrow.back {
    flex-flow: row-reverse;
}
.btn_wrap .btn.arrow.back .arrow {
    margin-left: 0;
    margin-right: 1.5rem;
    transform: scale(-1,1);
}
.btn_wrap .btn.arrow.back .arrow svg {
    width: 100%;
    height: auto;
}

.btn_wrap .btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28rem;
    height: 5rem;
    
    border: 1px solid #000000;
    border-radius: 10rem;
    
    position: relative;
    transition: all .6s;
}
.btn_wrap .btn2 span {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.btn_wrap .btn2:hover {
    opacity: 1;
    background-color: #000000;
    color: #FFFFFF;
}

.btn_wrap .btn2 .arrow {
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
}
.btn_wrap .btn2 .arrow #arrow2 .a{transition: all .6s;}
.btn_wrap .btn2:hover .arrow #arrow2 .a{fill:#FFFFFF;}

.btn_wrap .btn2 .arrow #blank_svg .a{transition: all .6s;}
.btn_wrap .btn2:hover .arrow #blank_svg .a{fill:#FFFFFF;}

.blank_btn {
    width: 100%;
    max-width: 42rem;
    height: auto;
    min-height: 6.75rem;
    padding: 1rem 0;
	display: flex;
    align-items: center;
    justify-content: center;
	z-index: 1;
    position: relative;
    clip-path: polygon(3rem 0%, 100% 0, 100% 100%, 0 100%, 0% 2.5rem);
    background-color: #42210b;
}

.blank_btn.led {
    background-color: #e83323;
}
.blank_btn.red {
    background-color: #e83323;
}
.blank_btn.org {
    background-color: #e8963e;
}

.blank_btn::after {
	content: "";
    display: block;
    width: 1.6rem;
    height: 1.4rem;
    background: url(../images/blank.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translateY(-50%);
}
.blank_btn span {
    font-size: 1.8rem;
    color: #FFFFFF;
    padding-right: 1.6rem;
    text-align: center;
}

.blank_btn.s_size {
    width: 100%;
    max-width: 41rem;
    min-height: 4.8rem;
}
.blank_btn.s_size span {
    font-size: 1.4rem;
}


.b_over {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.b_over::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.30);
	z-index: -1;
}

#page_ttl_wrap {
	width: 100%;
    position: relative;
    z-index: 1;
    height: 60.0rem;
}

#page_ttl_wrap .inner {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

#page_ttl_wrap .img_wrap {
    width: calc(950/1400*100%);
	height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

#page_ttl_wrap h1 {
    padding-bottom: 14rem;
}
#page_ttl_wrap h1 span {
	display: block;
    line-height: 1.3;
}
#page_ttl_wrap h1 .jp {
	font-size: 5rem;
    letter-spacing: 0.2em;
	font-weight: 500;
}
#page_ttl_wrap h1 .en {
	font-size: 1.8rem;
	font-weight: 700;
    letter-spacing: 0.1em;
    color: #adaba7;
    margin-top: 3rem;
}


#page_ttl_wrap.center {
    height: 45.0rem;
}
#page_ttl_wrap.center .inner {
    justify-content: center;
}
#page_ttl_wrap.center h1 {
    padding-bottom: 10rem;
    text-align: center;
}


h1.con_ttl {
    position: relative;
    padding-left: 6rem;
}
h1.con_ttl::before {
    content: '';
    display: block;
    width: 6rem;
    height: 6.7rem;
    background: url("../images/ttl_line.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}
h1.con_ttl span {
	display: block;
    letter-spacing: 0.05em;
}
h1.con_ttl .en {
	font-size: 4.5rem;
	font-weight: 700;
    line-height: 1;
    font-family: 'Akshar', 'Zen Kaku Gothic New', 'Noto Sans JP', "Arial", 'ヒラギノ角ゴ ProN', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
h1.con_ttl .jp {
	font-size: 1.4rem;
    font-weight: 400;
    padding-left: 1.5rem;
    padding-bottom: 0;
}

h2.con_ttl {
}
h2.con_ttl span {
	display: block;
}
h2.con_ttl.center {
	text-align: center;
}
h2.con_ttl .jp {
	font-size: 3rem;
    letter-spacing: 0.1em;
	font-weight: 500;
    line-height: 1;
}
h2.con_ttl .en {
	font-size: 1.5rem;
    letter-spacing: 0.1em;
	font-weight: 600;
    line-height: 1;
    margin-top: 2rem;
    color: #adaba7;
    font-family: 'Akshar', 'Zen Kaku Gothic New', 'Noto Sans JP', "Arial", 'ヒラギノ角ゴ ProN', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}


.swiper-button-next.d_non,
.swiper-button-prev.d_non {
    display: none;
}


@media screen and (max-width: 768px) {
#layout {
    padding-right: 0;
}
#layout::after {
    display: none;
}
main {
    width: 100%;
}
#conWrap {
	/*padding-top: 6rem;*/
}
#conWrap .inner {
	width: 33.5rem;
}
	
    
#page_ttl_wrap {
    margin-top: 6.75rem;
    height: 25.0rem;
}
#page_ttl_wrap .inner {
}
#page_ttl_wrap .img_wrap {
    width: 22rem;
}

#page_ttl_wrap h1 {
    padding-left: 2rem;
    padding-bottom: 5rem;
}
#page_ttl_wrap h1 .jp {
	font-size: 3.7rem;
}
#page_ttl_wrap h1 .en {
	font-size: 1.35rem;
    margin-top: 2rem;
}


#page_ttl_wrap.center {
    height: 29.0rem;
}
#page_ttl_wrap.center .inner {
    align-items: center;
    justify-content: center;
}
#page_ttl_wrap.center h1 {
    padding-bottom: 0;
    text-align: center;
    padding-left: 0;
}
    
#page_ttl_wrap h2 {
	font-size: 2.0rem;
    margin-top: 3rem;
}
    
#page_ttl_wrap .txt_wrap {
    font-size: 1.3rem;
    width: 30rem;
    margin: auto;
    margin-top: 3rem;
}

#page_ttl_wrap .lead {
	font-size: 1.3rem;
    width: 30rem;
    margin: auto;
    margin-top: 3rem;
}

    
#page_ttl_wrap .inner {
	width: 100%;
}
    
    
h1.con_ttl {
    margin-bottom: 3rem;
}
h1.con_ttl .en {
	font-size: 3.0rem;
}
h1.con_ttl .jp {
	font-size: 1.25rem;
}
    
h2.con_ttl {
}
h2.con_ttl .jp {
	font-size: 2.4rem;
}
h2.con_ttl .en {
	font-size: 1.2rem;
    margin-top: 1.5rem;
}
	
.fx_bg_sp {
  z-index: -1;
}
	
.attachment {
position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
}
	

	
.btn_wrap .btn.arrow span {
    font-size: 1.35rem;
}
.btn_wrap .btn.arrow .arrow {
    width: 5rem;
    margin-left: 1.2rem;
}
    
    
.blank_btn {
    min-height: 5rem;
    clip-path: polygon(2.2rem 0%, 100% 0, 100% 100%, 0 100%, 0% 1.8rem);
}

.blank_btn::after {
	width: 1.4rem;
    height: 1.2rem;
    right: 2rem;
}
.blank_btn span {
    font-size: 1.35rem;
    padding-right: 1.4rem;
}

.blank_btn.s_size {
    min-height: 4rem;
}
.blank_btn.s_size span {
    font-size: 1.2rem;
}
    
}



/* 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;
}
}


/* calendar_table
----------------------------------------- */
.calendar_wrap {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #000000;
    border-radius: 1rem;
}

.calendar_table {
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 1rem;
}
.calendar_table tr:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}
.calendar_table tr:first-child {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.calendar_table tr:first-child th{
    background-color: #000000;
}
.calendar_table tr:first-child th:first-child {
    border-radius: 1rem 0 0 0;
}
.calendar_table tr:first-child th:last-child {
    border-radius: 0 1rem 0 0;
}

/*.calendar_table tr:first-child::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 1rem 1rem 0 0;
    background-color: #000000;
    position: absolute;
    z-index: -1;
}*/
.calendar_table th {
    text-align: center;
    padding: 2rem;
    color: #FFFFFF;
}
.calendar_table td {
    padding: 2rem;
    position: relative;
}
.calendar_table td:not(:last-child) {
    border-right: 1px dashed #f0f0f0;
}
.calendar_table td .ttl {
    white-space: nowrap;
    font-weight: bold;
    padding-right: 6rem;
}
.calendar_table td .bar {
    width: 0;
    height: 2rem;
    background-color: #e9ddd6;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}
.calendar_table td .bar {
    width: 0;
    height: 2rem;
    background-color: #e9ddd6;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    cursor: pointer;
}
.calendar_table td:not(:last-child) .bar {
    /*width: calc(100% + 0.1rem);*/
    width: 0;
}
.calendar_table td:not(:last-child) .bar.start {
    left: auto;
    right: -0.1rem;
}

.calendar_table td .farmar {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,100%);
    z-index: 2;
    display: none;
    
    white-space: nowrap;
    
    padding: 2rem;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #000000;
}
.calendar_table td .farmar.block {
    display: block;
}
.calendar_table td .farmar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 4rem;
    transform: translateY(-100%);
    width: 3rem;
    height: 4rem;
    box-sizing: border-box;
    background-color: #000000;
    clip-path: polygon(28% 2%, 0% 100%, 100% 100%);
    z-index: 1;
}
.calendar_table td .farmar::after {
    content: "";
    position: absolute;
    top: 0;
    left: 4.1rem;
    transform: translateY(-100%);
    width: calc(3rem - 0.2rem);
    height: calc(4rem - 0.2rem);
    box-sizing: border-box;
    background-color: #FFFFFF;
    clip-path: polygon(28% 2%, 0% 100%, 100% 100%);
    z-index: 3
}


@media screen and (max-width: 768px) {
#calendar .calendar_wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
/*#calendar .calendar_wrap img {
  max-width: 100%;
  min-width: 78rem;
  vertical-align: top;
}*/
    
/*===========
scrollbar
===========*/
/*スクロールバー全体の高さ*/
.calendar_wrap::-webkit-scrollbar {
  width: 0.8rem;
  height: 0.8rem;
}
/*スクロールバー全体の背景*/
.calendar_wrap::-webkit-scrollbar-track {
  background: #eee;
}
/*スクロールバーの動く部分*/
.calendar_wrap::-webkit-scrollbar-thumb {
  background: #000000;
  border: none;
}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.calendar_wrap::-webkit-scrollbar-thumb:hover {
  background: #000000;
}
}



/* footer
----------------------------------------- */
footer {
	position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    background-color: #6a6966;
}

footer > .inner {
	width: 100%;
    max-width: 120rem;
	margin: auto;
	position: relative;
    padding-top: 4rem;
    padding-bottom: 2rem;
}

footer .foot_contact {
    width: 100%;
    min-height: 51rem;
    padding: 4.5rem 0;
    background: url("../images/contact_foot_bg.jpg") no-repeat center center;
    background-size: cover;
    background-color: #FFFFFF;
    color: #FFFFFF;
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
footer .foot_contact .ttl {
    width: calc(1100/1400*100%);
    height: 100%;
    margin: auto;
    align-items: center;
    justify-content: center;
}
footer .foot_contact .ttl h2 {
}
footer .foot_contact .ttl h2.con_ttl .jp {
    font-size: 3.7rem;
}
footer .foot_contact .ttl .lead {
    margin-left: calc(130/1100*100%);
}

footer .foot_contact .layout {
    width: calc(1100/1400*100%);
    height: 100%;
    margin: auto;
    justify-content: space-between;
}
footer .foot_contact .layout > div {
    width: calc(525/1100*100%);
    min-height: 22.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 0.1rem solid #FFFFFF;
    border-bottom: 0.1rem solid #FFFFFF;
    padding: 1rem 0;
}
footer .foot_contact .layout > div h3 {
    text-align: center;
    font-size: 2.3rem;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 3.5rem;
}
footer .foot_contact .layout > div h3 span {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0;
}

footer .foot_contact .layout .wrap {
    width: 100%;
}

footer .foot_contact .layout .wrap .btn_wrap {
    justify-content: center;
    flex-wrap: nowrap;
}

footer .foot_contact .layout > .contact {
}
footer .foot_contact .layout > .contact .btn_wrap .btn.blk {
    width: 100%;
    max-width: 34.5rem;
}
footer .foot_contact .layout > .contact .btn_wrap .btn.blk img {
    width: 2.5rem;
}

footer .foot_contact .layout > .tel {
}
footer .foot_contact .layout > .tel .btn_wrap .btn.blk {
    width: 100%;
    max-width: 34.5rem;
    /*max-width: 24.5rem;
    margin: 0 0.75rem;*/
}
footer .foot_contact .layout > .tel .btn_wrap .btn.blk:not(:last-child) {
}

footer .foot_contact .layout > .tel .btn_wrap .btn.blk img {
    width: 1.8rem;
}
footer .foot_contact .layout > .tel .btn_wrap .btn.blk .txt .number {
    display: block;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    margin: auto;
    /*margin-top: 0.5rem;*/
}
footer .foot_contact .layout > .tel .btn_wrap .btn.blk .txt {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}


footer .foot_contact .btn .ttl .en {
    font-size: 7rem;
    font-weight: 600;
    line-height: 1;
}
footer .foot_contact .btn .ttl .jp {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 5rem;
}



footer .layout.top {
    align-items: flex-start;
    padding-bottom: 2rem;
}

footer .logo_wrap {
    display: flex;
}
footer .logo_wrap .logo {
	width: 21.2rem;
}
footer .logo_wrap .logo img {
	width: 100%;
}

footer .logo_wrap a {
	display: flex;
}

footer .navigation {
    margin-left: auto;
    margin-right: 3rem;
    line-height: 1;
}

footer .navigation td {
	padding-right: 7rem;
    padding-bottom: 2rem;
}

footer .navigation a {
    line-height: 1;
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: 0.1em;
    position: relative;
}
footer .navigation a::after {
    content: '';
    display: block;
    width: 100%;
    height: 0.1rem;
    background-color: rgba(255,255,255,0.00);
    transition: all .6s;
    position: absolute;
    bottom: -0.3rem;
    left: 0;
    transform: translateY(0);
}

footer .navigation a:hover::after {
    background-color: rgba(255,255,255,1.00);
}

footer .sns {
}
footer .sns a {
    display: flex;
    width: 2.4rem;
}
footer .sns a:not(:last-child) {
    margin-right: 2.5rem;
}



footer .layout.bottom {
    align-items: center;
    padding-top: 2rem;
    color: #FFFFFF;
    position: relative;
}
footer .layout.bottom::before {
    content: '';
    display: block;
    width: 100vw;
    height: 0.1rem;
    background-color: #7f7e7a;
    position: absolute;
    top: 0;
    left: calc(calc(100vw - 120rem) / -2);
}

footer .layout.bottom .logo_wrap .logo {
    width: 13.8rem;
}

footer .living_space {
    align-items: center;
}
footer .living_space .logo_wrap {
}
footer .living_space .txt {
    font-size: 1.1rem;
    margin-left: 4rem;
}

footer .living_space .btn {
    font-size: 1.2rem;
    color: #FFFFFF;
    width: 23rem;
    height: 4rem;
    border: 0.1rem solid #FFFFFF;
    background-color: rgba(255,255,255,0.20);
    border-radius: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .management {
    align-items: center;
    font-size: 1.3rem;
}
footer .management .address {
    margin-left: 2rem;
}


footer .copyright {
	font-size: 1.0rem;
    font-weight: 300;
    text-align: left;
}

#page_top {
    position: absolute;
    top: 10rem;
    right: 0;
	-webkit-transition: all .6s;
    transition: all .6s;
}
#page_top:hover {
	transform: translateY(-0.5rem);
}
#page_top a {
	display: block;
}
#page_top span {
    display: block;
	/*-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: normal;*/
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    margin-top: 1.5rem;

}


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

footer > .inner {
    width: 33.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2rem;
}

footer .foot_contact {
    width: 100%;
    padding: 4.5rem 0;
    background: url("../images/contact_foot_bg.jpg") no-repeat center center;
    background-size: cover;
    background-color: #FFFFFF;
    color: #FFFFFF;
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
footer .foot_contact .ttl {
    width: 33.5rem;
    height: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
}
footer .foot_contact .ttl h2 {
}
footer .foot_contact .ttl h2.con_ttl .jp {
    font-size: 2.8rem;
}
footer .foot_contact .ttl .lead {
    margin-left: 0;
    margin-top: 2rem;
    padding: 0 1rem;
}

footer .foot_contact .layout {
    width: 33.5rem;
    height: auto;
    margin: auto;
    margin-top: 3rem;
    justify-content: space-between;
}
footer .foot_contact .layout > div {
    width: 100%;
    min-height: inherit;
    padding: 3.5rem 0;
}
footer .foot_contact .layout > div:last-child {
    border-top: none;
}
footer .foot_contact .layout > div h3 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
}
footer .foot_contact .layout > div h3 span {
    font-size: 1.0rem;
    line-height: 1;
    letter-spacing: 0;
}

footer .foot_contact .layout .wrap {
    width: 100%;
}

footer .foot_contact .layout .wrap .btn_wrap {
    justify-content: center;
    flex-wrap: wrap;
}

footer .foot_contact .layout > .contact {
}
footer .foot_contact .layout > .contact .btn_wrap .btn.blk {
    width: 100%;
    max-width: 26rem;
    height: 5.25rem;
}
footer .foot_contact .layout > .contact .btn_wrap .btn.blk img {
    width: 2rem;
    margin-right: 1.5rem;
}
footer .foot_contact .layout > .contact .btn_wrap .btn.blk .txt {
    font-size: 1.5rem;
}

footer .foot_contact .layout > .tel {
}
footer .foot_contact .layout > .tel .btn_wrap .btn.blk {
    width: 100%;
    max-width: 26rem;
    height: 5.25rem;
    /*margin: 0 0.75rem;*/
}
footer .foot_contact .layout > .tel .btn_wrap .btn.blk:not(:last-child) {
    margin-bottom: 1.25rem;
}

footer .foot_contact .layout > .tel .btn_wrap .btn.blk img {
    width: 1.4rem;
    margin-right: 2rem;
}
footer .foot_contact .layout > .tel .btn_wrap .btn.blk .txt .number {
    display: inline-block;
    font-size: 1.5rem;
    margin-top: 0;
    margin-left: 1.5rem;
}
footer .foot_contact .layout > .tel .btn_wrap .btn.blk .txt {
    font-size: 1.0rem;
    display: flex;
    align-items: center;
}



footer .layout {
	align-items: flex-start;
	justify-content: space-between;
    margin-top: 0;
}

footer .logo_wrap {
    margin-top: 0;
}
footer .logo_wrap .logo {
	width: 18.0rem;
}

footer .navigation {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 3rem;
}

footer .navigation tr.spShow {
    display: flex !important;
    flex-wrap: wrap;
}
footer .navigation td {
    display: block;
    width: 50%;
	padding-right: 0;
    padding-bottom: 2.5rem;
    text-align: center;
}
    
footer .navigation tr.top td:first-child {
    width: 50%;
    /*margin-right: 50%;*/
}
footer .navigation tr.bottom td.contact {
    width: 50%;
    margin-right: 50%
}

footer .navigation a {
    font-size: 1.35rem;
}

footer .sns {
    position: absolute;
    top: 3.5rem;
    right: 4rem;
}
footer .sns a {
    display: flex;
    width: 2.4rem;
}
footer .sns a:not(:last-child) {
    margin-right: 2.5rem;
}


footer .layout.bottom {
    align-items: center;
    padding-top: 1rem;
    color: #FFFFFF;
    position: relative;
}
footer .layout.bottom::before {
    content: '';
    display: block;
    width: 100vw;
    height: 0.1rem;
    background-color: #7f7e7a;
    position: absolute;
    top: 0;
    left: 0;
    left: calc(calc(100vw - 33.5rem) / -2);
}

footer .layout.bottom .logo_wrap .logo {
    width: 14.6rem;
}

footer .living_space {
    align-items: center;
    justify-content: center;
}
footer .living_space .logo_wrap {
}
footer .living_space .txt {
    font-size: 0.9rem;
    margin-left: 0;
    text-align: center;
    margin-top: 1rem;
}

footer .management {
    align-items: center;
    justify-content: center;
    font-size: 1.0rem;
    text-align: center;
}
footer .management .address {
    margin-left: 0;
    margin-top: 1rem;
    text-align: center;
    font-size: 1.0rem;
}


footer .copyright {
    width: 100%;
	font-size: 1.0rem;
    font-weight: 300;
    margin-top: 1rem;
    text-align: right;
}

}




/* #breadcrumbs
----------------------------------------- */
#breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 17rem;
    padding: 0 0;
    z-index: 2;
}

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

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

#breadcrumbs span {
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
	font-family: 'Akshar', 'Zen Kaku Gothic New', 'Noto Sans JP', "Arial", 'ヒラギノ角ゴ ProN', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    padding: 0;
    color: #000000;
    text-align: left;
    -webkit-transition: all .6s;
    transition: all .6s;
}

#breadcrumbs span.arrow {
    padding: 0 0.5rem;
	color: #adaba7;
}
/*#breadcrumbs span.arrow::before {
	content: "";
	display: block;
	width: 1rem;
	height: 0.1rem;
	background-color: #b3b3b3;
}*/

#breadcrumbs span.breadcrumb_last {
    color: #000000;
    font-size: 0.9rem;
}

#breadcrumbs a {
    color: #000000 !important;
    text-decoration: underline 0.1rem solid rgba(211,210,208,0.00);
    text-underline-offset: 0.5rem;
	-webkit-transition: all .6s;
    transition: all .6s;
}
#breadcrumbs a:hover {
    color: #000000 !important;
	opacity: 1;
    text-decoration: underline;
    text-decoration-thickness: 0.1rem;
    text-decoration-color: rgba(211,210,208,1.00);
    text-underline-offset: 0.5rem;
}


@media screen and (max-width: 768px) {
    #breadcrumbs {
    width: 100%;
    padding-top: 0;
    top: 10rem;
    /*max-width: 28rem;*/
}
	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: 0.9rem;
}
}



/* pagenation
----------------------------------------- */
#pagenation {
	text-align: center;
    margin: 10rem auto 0;
}
#pagenation #pagenation-list {
	display: inline-flex;
    align-items: center;
    justify-content: center;
	position: relative;
}

#pagenation #pagenation-list li {
    margin: 0 1.2rem;
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all .6s;
    transition: all .6s;
}

#pagenation #pagenation-list li.prev,
#pagenation #pagenation-list li.next {
    display: none;
}

#pagenation #pagenation-list a,
#pagenation #pagenation-list span {
    width: 5.3rem;
    height: 4rem;
    background-color: #000000;
    border: 0.1rem solid #000000;
    border-radius: 50%;
    display: flex;
	align-items: center;
    justify-content: center;
	font-family: 'Akshar', sans-serif;
	font-size: 2rem;
    letter-spacing: 0.1em;
	line-height: 1;
	font-weight: 300;
    color: #ffffff;
	font-style: normal;
	position: relative;
	box-sizing: border-box;
    z-index: 1;
    -webkit-transition: all .6s;
    transition: all .6s;
}
#pagenation #pagenation-list a:hover,
#pagenation #pagenation-list span:hover,
#pagenation #pagenation-list span.current {
	opacity: 1;
    color: #000000;
    background-color: transparent;
    border: 0.1rem solid #d3d2d0;
}

/*
#pagenation #pagenation-list a.next,
#pagenation #pagenation-list a.prev {
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #000000;
    -webkit-transition: all .6s;
    transition: all .6s;
}

#pagenation #pagenation-list a.next::before {
	content: "";
    background: url(../images/next.svg) no-repeat;
    background-size: contain;
    width: 1.0rem;
    height: 1.0rem;
    background-position: center center;
    -webkit-transition: all .6s;
    transition: all .6s;
}
#pagenation #pagenation-list a.prev::before {
	content: "";
    background: url(../images/prev.svg) no-repeat;
    background-size: contain;
    width: 1.0rem;
    height: 1.0rem;
    background-position: center center;
    -webkit-transition: all .6s;
    transition: all .6s;
}
#pagenation #pagenation-list a.next::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	opacity: 0;
    background: url(../images/next_w.svg) no-repeat;
    background-size: contain;
    width: 1.0rem;
    height: 1.0rem;
    background-position: center center;
    -webkit-transition: all .6s;
    transition: all .6s;
}
#pagenation #pagenation-list a.prev::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	opacity: 0;
    background: url(../images/prev_w.svg) no-repeat;
    background-size: contain;
    width: 1.0rem;
    height: 1.0rem;
    background-position: center center;
    -webkit-transition: all .6s;
    transition: all .6s;
}

#pagenation #pagenation-list a.next:hover,
#pagenation #pagenation-list a.prev:hover {
	background-color: #000000;
	color: #FFFFFF;
	opacity: 1;
}
#pagenation #pagenation-list a.next:hover::before,
#pagenation #pagenation-list a.prev:hover::before {
	opacity: 0;
	z-index: -1;
}
#pagenation #pagenation-list a.next:hover::after,
#pagenation #pagenation-list a.prev:hover::after {
	opacity: 1;
	z-index: 1;
}*/


#pagenation #pagenation-list .omit{
	font-size: 1.4rem;
	line-height: 1;
}


@media screen and (max-width: 768px) {
#pagenation {
	width: 100%;
    margin: 5rem auto 0;
}
#pagenation #pagenation-list li {
    margin: 0 1rem;
}
#pagenation #pagenation-list a,
#pagenation #pagenation-list span {
    font-size: 1.5rem;
}
}
