/* 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.4rem;*/
    position: relative;
}

@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: #595757;
	font-family: "Zen Maru Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	/*font-family: 'Noto Serif JP', "游明朝",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: calc(28/16);
    font-weight: 400;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
    /*position: relative;*/
    width: 100%;
    text-align: center;
 	letter-spacing: 0;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

/*_:lang(x)::-ms-backdrop, body {
    font-family: "メイリオ", Meiryo, sans-serif;
} */

body {
}

/*	@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: 12.5px;*/
			/*-webkit-text-size-adjust: 100%;  フォントサイズ自動調整 */
		}
		#wrapper{
			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: #595757;
	text-decoration: none;
}
a:visited {
	color: #595757;
}
a:hover{
	text-decoration: none;
	color: #595757;
}
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;
}
*/


/* ローディング
----------------------------------------- */
/*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: 100%;
display: block;
background: #FFFFFF;
position: fixed;
top: 0px;
left: 0px;
z-index: 9999;
}

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

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

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

#top .loading span {
  display: block;
  opacity: 0;
  margin: 0;
  animation: loading2 3s ease-in-out alternate forwards;
}
@keyframes loading2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
body #wrapper {
min-width: 100%;
}
}


/* 画像、テキスト振り分け
----------------------------------------- */
.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-weight: 400;
	font-style: normal;
	letter-spacing: 0.03em;
/*
Light 300
・Regular 400
Medium 500
Semi-bold 600
・Bold 700
*/  
}

.fSora{
    font-family: "解ミン 宙 B", "Kaimin Sora Bold", sans-serif;
}

.fMin{
	font-family: "游明朝",Yu Mincho,'Noto Serif',"ヒラギノ明朝 ProN W3","HiraMinProN-W3","ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}
.fGot{
	font-family: "Zen Maru Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "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;
}

.red {
    color: #fb2501 !important;
	font-weight: bold;
}



/* 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: 32%;
}
.flexCover.colum3::after{
  content:"";
  display: block;
  width: 32%;
}

.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: 10rem;
	background-color: rgba(255,255,255,0.90);
    position: fixed;
	top: 0;
	left: 0;
    z-index: 102;
	-webkit-transition: all .6s;
	transition: all .6s;
}

#g_navi_wrap.is_show {
    height: 9rem;
    background-color: rgba(255,255,255,0.85);
}

#g_navi_wrap .inner {
    width: 100%;
	height: 100%;
	 display: flex;
	align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#g_navi_wrap .logo {
    width: 23.6rem;
    margin-left: calc(50 / 1366 * 100%);
	height: auto;
    transition: all .6s;
}
#g_navi_wrap.is_show .logo {
    width: 20.5rem;
}
#g_navi_wrap .logo a {
    display: block;
}
#g_navi_wrap .logo img {
    width: 100%;
    height: auto;
    transition: all .6s;
}

#g_navi_wrap .navi {
	text-align: right;
    margin-right: calc(45 / 1366 * 100%);
	width: 100%;
	max-width: 70rem;
    height: 100%;
	display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
    align-content: flex-end;
}
#g_navi_wrap .tel_wrap {
	display: inline-flex;
	align-items: center;
    gap: 0 1rem;
}
#g_navi_wrap .tel_wrap > div {
    display: flex;
    align-items: center;
    height: 3.5rem;
    padding: 0 1.8rem;
    position: relative;
    z-index: 1;
}
#g_navi_wrap .tel_wrap > div::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url("../images/line_01.svg") no-repeat center center / 100%;
    
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
#g_navi_wrap .tel_wrap > .mail::after {
    background: url("../images/line_02.svg") no-repeat center center / 100%;
}
#g_navi_wrap .tel_wrap .tel {
	display: flex;
	align-items: center;
    gap: 0 1rem;
}
#g_navi_wrap .tel_wrap .tel .ttl {
	font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1;
	font-weight: 400;
}
#g_navi_wrap .tel_wrap .tel a {
	font-size: 1.8rem;
    letter-spacing: 0.04em;
    line-height: 1;
	font-weight: 500;
}
#g_navi_wrap .tel_wrap .mail {
	display: flex;
	align-items: center;
    justify-content: center;
}
#g_navi_wrap .tel_wrap .mail a {
	display: flex;
}

#g_navi_wrap .navigation {
	align-items: center;
	justify-content: center;
	padding-right: 2rem;
    transition: all .6s;
}

#g_navi_wrap .navigation > li {
	height: 100%;
	padding-left: 1.2rem;
    padding-right: 1.2rem;
	padding-top: 1rem;
	padding-bottom: 2.4rem;
	margin-bottom: 0;
	display: flex;
	align-items: flex-start;
	-webkit-transition: all .6s;
    transition: all .6s;
}
#g_navi_wrap.is_show .navigation > li {
	padding-bottom: 1.4rem;
}
#g_navi_wrap .navigation > li:last-child {
    padding-right: 0;
	margin-bottom: 0;
}
#g_navi_wrap .navigation > li a {
	display: flex;
	text-align: center;
    font-size: 1.5rem;
	line-height: 1;
	position: relative;
}
#g_navi_wrap .navigation > li a:hover {
	/*opacity: 1;*/
}
/*#g_navi_wrap .navigation > li a::after {
	content: "";
	display: block;
	width: 1.5rem;
	height: 0.2rem;
	background-color: #000000;
	position: absolute;
	bottom: -1rem;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	 -webkit-transition: all .6s;
    transition: all .6s;
	opacity: 0;
}
#g_navi_wrap .navigation > li a:hover::after {
	opacity: 1;
}
#g_navi_wrap .navigation > li.current > a::after {
	opacity: 1;
}*/

#g_navi_wrap .navigation > li.pd_menu {
  position: relative;
}

#g_navi_wrap .navigation > li.pd_menu .pd_btn {
  cursor: pointer;
}

#g_navi_wrap .navigation > li.pd_menu .sub_cat {
    display: none;
    position: absolute;
    top: 5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
#g_navi_wrap.is_show .navigation > li.pd_menu .sub_cat {
    top: 4rem;
}

#g_navi_wrap .navigation > li.pd_menu .sub_cat {
    background:rgba(255,255,255,.90);
    border-radius: 0 0 1.5rem 1.5rem;
    /*padding-top: 2.7rem;*/
}
#g_navi_wrap.is_show .navigation > li.pd_menu .sub_cat {
    /*padding-top: 1.7rem;*/
}

#g_navi_wrap .navigation > li.pd_menu .sub_cat_list {
    padding-bottom: 1rem;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}
#g_navi_wrap .navigation > li.pd_menu .sub_cat_list > li {
    display: block;
	padding: 0.5rem 2rem;
	text-align: left;
}
#g_navi_wrap .navigation > li.pd_menu .sub_cat_list > li:last-child {
    margin-bottom: 0;
}
#g_navi_wrap .navigation > li.pd_menu .sub_cat_list > li a {
	display: block;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.4;
}
#g_navi_wrap .navigation > li.pd_menu .sub_cat_list > li a::before {
	content: "- ";
}

#g_navi_wrap .navigation > li.pd_menu .sub_cat_list > li a:hover {
}

.drawer--right .drawer-hamburger {
    top: 4rem;
    right: 3rem;
    width: 4rem;
    height: 4rem;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
    align-content: center;
    /*background-color: #FFFFFF;*/
    flex-wrap: wrap;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
	
	/*filter: drop-shadow(0 0 0.5rem rgb(0,0,0,0.2));*/
	
	display: none;
}

.drawer--right.drawer-open .drawer-hamburger {
	right: 3rem;
}

.drawer--right.is_show .drawer-hamburger {
	top: 2rem;
}

/*.drawer--right .drawer-hamburger {
    display: none;
}*/

.drawer .drawer-hamburger-icon,
.drawer .drawer-hamburger-icon:before,
.drawer .drawer-hamburger-icon:after {
    width: 100%;
    max-width: 2.5rem;
    display: block;
    height: 2px;
	background: url("../images/drawer_line.svg") no-repeat center center / contain;
    -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-hamburger-icon {
    background-color: transparent;
	margin-top: 0;
}
.drawer .drawer-hamburger-icon:before {
    background-color:  transparent;
}
.drawer .drawer-hamburger-icon:after {
    background-color:  transparent;
}
   
.drawer.drawer-open .drawer-hamburger-icon {
    background-color: transparent;
    background: none;
}
.drawer.drawer-open .drawer-hamburger-icon:before,
.drawer.drawer-open .drawer-hamburger-icon:after {
}

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

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

.drawer--right .drawer-hamburger:hover {
    opacity: 1;
}

.drawer--right .drawer-hamburger .menu_txt {
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    margin-top: 1.8rem;
}

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

.drawer--right .drawer-nav {
    width: 53rem;
    right: -53rem;
    -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    /*display: flex;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;*/
    padding: 0;
    height: 100vh;
    overflow: scroll;
    background: rgba(255,255,255,1.00);
    box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.drawer--right .drawer-nav .navi_wrap {
    margin: auto;
    height: auto;
    display: block;
}

.drawer--right .drawer-nav .navi_wrap .logo_wrap {
	width: 24rem;
    margin: auto;
	margin-bottom: 0;
}

.drawer-nav .navigation {
}
.drawer-nav .navigation > li {
    width: 100%;
    text-align: center;
    margin-bottom: 2.5rem;
}
.drawer-nav .navigation > li:last-child {
    margin-bottom: 0;
}
.drawer-nav .navigation > li > a {
    font-size: 1.5rem;
	letter-spacing: 0.05em;
    line-height: 1;
	font-weight: 400;
}

.drawer-nav .foot_navigation {
    margin-top: 4rem;
}
.drawer-nav .foot_navigation > li {
    margin-bottom: 1rem;
}
.drawer-nav .foot_navigation > li:last-child {
    margin-bottom: 0;
}

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


@media screen and (max-width: 1020px) {
#g_navi_wrap .navi {
	display: none;
}
.drawer--right .drawer-hamburger {
    display: flex;
    align-items: center;
    justify-content: center
}
}

@media screen and (max-width: 768px) {
header {
    width: 100%;
    padding-top: 0;
}
#g_navi_wrap {
	height: 6rem;
}
#g_navi_wrap.is_show {
    height: 6rem;
}
	
#g_navi_wrap .logo {
    width: 12.5rem;
}
#g_navi_wrap.is_show .logo {
    width: 12.5rem;
}
#g_navi_wrap .navigation.spShow {
    border-radius: 0 0 0 1.5rem;
    padding: 0;
	justify-content: center;
	min-width: 11rem;
	display: flex !important;
}
#g_navi_wrap .navigation > li {
    margin-right: 2rem;
	padding: 1rem 0;
}
	
}


/* .drawer カスタマイズ
----------------------------------------- */
@media screen and (max-width: 768px) {
.drawer--right .drawer-hamburger {
	display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    width: 6rem;
    height: 6rem;
}
.drawer--right.is_show .drawer-hamburger {
	top: 0;
}
.drawer--right.drawer-open .drawer-hamburger {
    right: 0;
}
.drawer--right .drawer-nav {
    width: 100%;
    right: -100%;
    height : 100vh ;
    /*height : calc(var(--vh, 1vh) * 100);*/
	/*background: rgba(255,255,255,0.90);*/
    background: url(../images/bg_pattern.jpg) no-repeat center center / cover;
    z-index: 103;
}
.drawer--right .drawer-nav .navi_wrap {
    width: 100%;
    height: 100%;
    padding-top: 5rem;
}
    
.drawer--right .logo_wrap {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
}
.drawer--right .logo_wrap > a {
    width: 10rem;
}  
.drawer-nav .navigation {
    width: 28.5rem;
	margin: auto;
    margin-top: 4rem;
}
.drawer-nav .navigation > li {
    margin-bottom: 2rem;
	text-align: left;
    line-height: 1;
}
.drawer-nav .navigation > li > a {
    font-size: 1.5rem;
}
	
.drawer-nav .navigation > li.pd_menu .pd_btn {
	display: flex;
	align-items: center;
}
.drawer-nav .navigation > li.pd_menu .pd_btn::after {
    content: "";
    display: block;
	width: 1.3rem;
    height: 0.5rem;
    margin-left: 1rem;
    background: url(../images/navi_arrow.svg) no-repeat center center;
    background-size: contain;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.drawer-nav .navigation > li.pd_menu .pd_btn.open::after {
    -webkit-transform: translate(0, 0) rotateZ(180deg);
    transform: translate(0, 0) rotateZ(180deg);
}

.drawer-nav .navigation > li.pd_menu .sub_cat {
    margin-top: 1rem;
}
.drawer-nav .navigation > li .sub_cat_list {
    margin-left: 2rem;
    margin-top: 1.5rem;
}
.drawer-nav .navigation > li .sub_cat_list > li {
    display: block;
    margin-bottom: 1.5rem;
    line-height: 1;
}
.drawer-nav .navigation > li .sub_cat_list > li:last-child {
    margin-bottom: 0;
}
.drawer-nav .navigation > li .sub_cat_list > li a {
    font-size: 1.3rem;
}
.drawer-nav .navigation > li .sub_cat_list > li a:hover {
    opacity: .6;
}
	
	
.drawer-nav .icon_navi {
    width: 30rem;
	margin: auto;
	margin-top: 3.5rem;
	align-items: center;
	justify-content: flex-start;
}
.drawer-nav .icon_navi > li {
    margin-right: 3.5rem;
}
.drawer-nav .icon_navi > li:last-child {
    margin-right: 0;
}
.drawer-nav .icon_navi > li a {
    display: flex;
}
	
.drawer-nav .tel_wrap {
    width: 28.5rem;
    margin: auto;
	display: flex;
	align-items: center;
    flex-wrap: wrap;
    gap: 2rem 2rem;
    position: relative;
    z-index: 1;
    padding-top: 0;
    margin-top: 4rem;
}
.drawer-nav .tel_wrap::before {
    display: none;
}
.drawer-nav .tel_wrap > div {
    display: flex;
    align-items: center;
    
}
.drawer-nav .tel_wrap .tel {
	display: contents;
}
.drawer-nav .tel_wrap .tel .ttl {
    width: 100%;
    display: flex;
    flex-flow: column;
	align-items: flex-start;
    gap: 0 2rem;
	font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1;
	font-weight: 400;
    position: relative;
    z-index: 1;
}
.drawer-nav .tel_wrap .tel .ttl::before {
    content: "";
    display: block;
    width: 21rem;
    height: 1px;
    background: url("../images/foot_line_sp.svg") no-repeat center center / 100%;
    
    position: absolute;
    bottom: -1rem;
    left: -1rem;
    z-index: -1;
}
.drawer-nav .tel_wrap .tel a {
	font-size: 1.8rem;
    margin-top: -0.1em;
}
    
.drawer-nav .tel_wrap .mail {
	display: flex;
	align-items: center;
    justify-content: center;
}
.drawer-nav .tel_wrap .mail a {
	display: flex;
}
}


/* .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;
	padding-top: 11rem;
    padding-bottom: 2rem;
    overflow: hidden;
}

#top main {
	padding-top: 0;
}

#conWrap {
	clear: both;
    padding: 0px;
    position: relative;
}

#conWrap section {
	position: relative;
}

#conWrap .inner {
    width: 100%;
    max-width: 100rem;
	margin-left: auto;
	margin-right: auto;
	transition: all .6s;
}

.akinashi {
    letter-spacing: -0.05em;
}

.kakko {
  margin-left: -0.5em;
}

.f_red {
	font-size: 3.8rem;
	font-weight: bold;
	color: #c36363;
}
.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;
}

#foot_con_navi_wrap {
	padding-top: 12rem;
}

#foot_con_navi_wrap .foot_con_navi_list {
}
#foot_con_navi_wrap .foot_con_navi_list > li {
	width: -webkit-calc(507 / 1080 * 100%);
    width : calc(507 / 1080 * 100%);
}
#foot_con_navi_wrap .foot_con_navi_list > li a {
	width: 100%;
	height: 33rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
#foot_con_navi_wrap .foot_con_navi_list > li a.online_store_navi {
	background-image: url(../images/online_store_bg.svg);
}
#foot_con_navi_wrap .foot_con_navi_list > li a.contact_navi {
	background-image: url(../images/contact_bg.svg);
}

#foot_con_navi_wrap .foot_con_navi_list > li .navi_wrap {
	margin-top: 4.5rem;
}
#foot_con_navi_wrap .foot_con_navi_list > li .navi_wrap h2 {
	font-size: 3.0rem;
	color: #FFFFFF;
	text-align: center;
}
#foot_con_navi_wrap .foot_con_navi_list > li .navi_wrap .icon_wrap {
	height: 15rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#foot_con_navi_wrap .foot_con_navi_list > li .navi_wrap .txt_wrap {
	color: #FFFFFF;
	text-align: center;
}


@media screen and (max-width: 768px) {
#layout {
    padding-right: 0;
}
#layout::after {
    display: none;
}
main {
    width: 100%;
	padding-top: 6rem;
}
    
#conWrap .inner{
	width: 32.5rem;
}
section .con_ttl {
    font-size: 2.2rem;
    line-height: 1.4;
    margin-bottom: 4rem;
}
	
#foot_con_navi_wrap {
	padding-top: 6rem;
}

#foot_con_navi_wrap .foot_con_navi_list > li {
	width: 100%;
	margin-bottom: 2rem;
}
#foot_con_navi_wrap .foot_con_navi_list > li:last-child {
	margin-bottom: 0;
}
#foot_con_navi_wrap .foot_con_navi_list > li a {
	width: 100%;
	height: 21.2rem;
	background-size: contain;
}
#foot_con_navi_wrap .foot_con_navi_list > li a.online_store_navi {
	background-image: url(../images/online_store_bg.svg);
}
#foot_con_navi_wrap .foot_con_navi_list > li a.contact_navi {
	background-image: url(../images/contact_bg.svg);
}

#foot_con_navi_wrap .foot_con_navi_list > li .navi_wrap {
	margin-top: 4.0rem;
}
#foot_con_navi_wrap .foot_con_navi_list > li .navi_wrap h2 {
	font-size: 2.0rem;
}
#foot_con_navi_wrap .foot_con_navi_list > li .navi_wrap .icon_wrap {
	height: 8rem;
}
#foot_con_navi_wrap .foot_con_navi_list > li .navi_wrap .icon_wrap img {
	height: 6rem;
}
#foot_con_navi_wrap .foot_con_navi_list > li .navi_wrap .txt_wrap {
	font-size: 1.2rem;
}
}


/* #page_ttl
----------------------------------------- */
#page_ttl {
}
#page_ttl .inner {
    padding-top: 5rem;
	padding-bottom: 5rem;
}
#page_ttl .page_ttl {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 2rem 0;
    font-size: 3rem;
    letter-spacing: 0.05em;
    line-height: calc(37/30);
    font-weight: 500;
    color: #4c4948;
    text-align: center;
}
#page_ttl .page_ttl::after {
    content: "";
    display: block;
    width: 6rem;
    height: 0.9rem;
    background: url(../images/sec_ttl.svg) no-repeat center center / contain;
}

@media screen and (max-width: 768px) {
#page_ttl .inner {
    padding-top: 4rem;
	padding-bottom: 4rem;
}
#page_ttl .page_ttl {
    gap: 1rem 0;
    font-size: 2.1rem;
}
}


h2.sec_ttl {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 2rem 0;
    font-size: 3rem;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 500;
    color: #4c4948;
}
h2.sec_ttl .jp {
    font-size: 2.6rem;
    letter-spacing: 0.05em;
}
h2.sec_ttl::after {
    content: "";
    display: block;
    width: 6rem;
    height: 0.9rem;
    background: url(../images/sec_ttl.svg) no-repeat center center / contain;
}


.btn_wrap .btn {
    display: flex;
    align-items: center;
    gap: 0 2rem;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    line-height: 1;
    font-weight: 700;
    color: #1fb6c4;
    transition: all .6s;
}
.btn_wrap .btn::after {
    content: "";
    display: block;
    transition: all .6s;
}

.btn_wrap .btn.arrow::after {
    width: 5.5rem;
    height: 3rem;
    background: url(../images/arrow.svg) no-repeat center center / contain;
}

.btn_wrap .btn.arrow2 {
    gap: 0 1.5rem;
}
.btn_wrap .btn.arrow2::after {
    width: 3.7rem;
    height: 1.1rem;
    background: url(../images/arrow2.svg) no-repeat center center / contain;
}
.btn_wrap .btn:hover::after {
    transform: translateX(0.5rem);
}

.btn_wrap .btn.more_arrow {
    gap: 0 1.5rem;
}
.btn_wrap .btn.more_arrow::after {
    width: 5.5rem;
    height: 3rem;
    background: url(../images/more_arrow.svg) no-repeat center center / contain;
}
.btn_wrap .btn.more_arrow:hover::after {
    transform: translateX(0);
    transform: translateY(0.5rem);
}


.coming_soon {
    color: #FFFFFF;
    font-size: 2.1rem;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
    text-shadow: #000 1px 1px 0px, #000 -1px 1px 0px, #000 1px -1px 0px, #000 -1px -1px 0px;
	 -webkit-transition: all .6s;
    transition: all .6s;
}

#page_ttl_wrap {
	width: 100%;
    height: 53.0rem;
    margin: auto;
    background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#page_ttl_wrap.s_size {
	height: 18.5rem;
}

#page_ttl_wrap .inner h1 {
    position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 60%);
    transform: translate(-50%, 60%);
}


@media screen and (max-width: 768px) {
    #page_ttl_wrap {
    width: 35rem;
	margin: 1.25rem auto;
	height: 20rem;
    border-radius: 0.6rem;
}
	#page_ttl_wrap .inner h1 {
    width: 58.2rem;
	bottom: 2rem;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}
	#page_ttl_wrap.s_size {
	height: 13rem;
}
    
h2.sec_ttl {
    gap: 1rem 0;
    font-size: 2.1rem;
}
h2.sec_ttl .jp {
    font-size: 2.1rem;
}
h2.sec_ttl::after {
    content: "";
    display: block;
    width: 4.5rem;
    height: 0.65rem;
    background: url(../images/sec_ttl.svg) no-repeat center center / contain;
}
	
.btn_wrap .btn {
    gap: 0 1.5rem;
}
.btn_wrap .btn.arrow::after {
    width: 5.5rem;
    height: 3rem;
    background: url(../images/arrow.svg) no-repeat center center / contain;
}

.btn_wrap .btn.arrow2 {
    gap: 0 1.0rem;
}
.btn_wrap .btn.arrow2::after {
    width: 3.7rem;
    height: 1.1rem;
    background: url(../images/arrow2.svg) no-repeat center center / contain;
}
	
/*.btn[target="_blank"]::after {
    width: 1.3rem;
    height: 1.2rem;
	margin-left: 0.5rem;
}*/
}


/* modal
----------------------------------------- */
#item .remodal-wrapper {
    z-index: 999999;
}
.modal_con {
	width: 100%;
	max-width: 66rem;
	padding: 4rem;
	margin: auto;
	background-color: #FFFFFF;
}

.modal_con_list {
	width: 100%;
}
.modal_con_list > li.img {
	width: -webkit-calc(170 / 580 * 100%) ;
	width : calc(170 / 580 * 100%) ;
	text-align: center;
}
.modal_con_list > li.img img.fukuinoaji {
	width: 7.3rem;
	height: auto;
}
.modal_con_list > li.img img.smile_care {
	width: 12rem;
	height: auto;
}
.modal_con_list > li.txt {
	width: -webkit-calc(410 / 580 * 100%) ;
	width : calc(410 / 580 * 100%) ;
}
.modal_con_list h3 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
.modal_con_list .txt_wrap {
	font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
.modal_con {
	height: 70vh;
    overflow: auto;
}
.modal_con_list > li.img {
	width: 100%;
	text-align: center;
    margin-bottom: 2rem;
}
.modal_con_list > li.img img.fukuinoaji {
	width: 7.3rem;
	height: auto;
}
.modal_con_list > li.img img.smile_care {
	width: 12rem;
	height: auto;
}
.modal_con_list > li.txt {
	width: 100%;
}
#item .remodal-close {
    top: -50px;
}
}


/* footer
----------------------------------------- */

footer {
	position: relative;
    z-index: 2;
    width: 100%;
    margin-top: -2rem;
}
footer::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width : 100%;
    height : 100%;
    background: url("../images/bg_pattern.jpg") no-repeat center center / cover;
    clip-path: url(#foot_clip);
    overflow: hidden;
}

footer .inner {
    width: 100%;
    max-width: 85rem;
    padding-top: 12rem;
    padding-bottom: 10rem;
	margin: auto;
    align-items: center;
}

footer .logo_wrap {
    width: 18rem;
}
footer .logo_wrap a {
	display: block;
}
footer .foot_layout .logo_wrap img {
    width: 100%;
    height: auto;
}

footer .navi_wrap {
    text-align: left;
    display: flex;
    flex-flow: column;
    color: #595757;
}
footer .navigation {
    display: grid;
    grid-template-columns: repeat(5,auto);
    gap: 2rem 2rem;
}
footer .navigation > li.pd_menu {
    grid-column: 1 / 6;
    display: flex;
    align-items: center;
}
footer .navigation > li.pd_menu > a {
    display: flex;
    align-items: center;
}
footer .navigation > li.pd_menu > a::after {
    content: "";
    display: block;
    width: 0.6rem;
    height: 1.1rem;
    background: url("../images/news_arrow.svg") no-repeat center center / contain;
    margin: 0 2rem;
    margin-top: 0.3rem;
}
footer .navigation > li.pd_menu .sub_cat .sub_cat_list {
    display: flex;
    align-items: center;
}
footer .navigation > li.pd_menu .sub_cat .sub_cat_list > li:not(:first-child)::before {
    content: "・";
}

footer .navigation > li {
    line-height: 1;
}
footer .navigation > li.mail,
footer .navigation > li.ig {
    display: inline-flex;
}
footer .navigation a {
	font-size: 1.5rem;
    line-height: 1;
	letter-spacing: 0;
    color: #595757;
	display: inline-flex;
}
footer .navigation a span {
	font-size: 1.1rem;
}


footer .tel_wrap {
	display: inline-flex;
	align-items: center;
    gap: 0 1rem;
    position: relative;
    z-index: 1;
    padding-top: 2rem;
    margin-top: 2rem;
}
footer .tel_wrap::before {
    content: "";
    display: block;
    width: 35rem;
    height: 2px;
    background: url("../images/foot_line.svg") no-repeat center center / 100%;
    
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
footer .tel_wrap > div {
    display: flex;
    align-items: center;
    
}
footer .tel_wrap .tel {
	display: flex;
	align-items: center;
    gap: 0 1rem;
    margin-top: -0.1em;
}
footer .tel_wrap .tel .ttl {
	font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1;
	font-weight: 400;
}
footer .tel_wrap .tel a {
	font-size: 2rem;
    letter-spacing: 0.02em;
    line-height: 1;
	font-weight: 500;
}
footer .tel_wrap .mail {
	display: flex;
	align-items: center;
    justify-content: center;
}
footer .tel_wrap .mail a {
	display: flex;
}


footer .copyright {
	display: inline-block;
	text-align: left;
	font-size: 1.1rem;
	letter-spacing: 0.07em;
	margin-top: 4rem;
}


#page_top {
	position: fixed;
	bottom: 3rem;
	right: 3rem;
    transform: translate(0, 0);
	z-index: 9999999;
}

#page_top a {
	display: block;
    transition: all .6s;
}
#page_top a::before {
    content: "";
    display: block;
    width: 4rem;
    height: 5.4rem;
	margin: auto;
    background: url(../images/pagetop.svg) no-repeat center center;
    background-size: contain;
    transition: all .6s;
}


@media screen and (max-width: 768px) {
footer {
}
footer::before {
    clip-path: url(#foot_clip_sp);
}

footer .inner {
    max-width: 32.5rem;
    padding: 3rem;
    padding-top: 6rem;
    padding-bottom: 1.5rem;
}

footer .logo_wrap {
    width: 10rem;
    margin-right: 0;
    margin-left: auto;
}
footer .logo_wrap a {
	display: block;
}

footer .navi_wrap {
}
footer .navigation {
    display: flex;
    flex-flow: column;
    gap: 2.5rem 0;
}
footer .navigation > li.pd_menu {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}
footer .navigation > li.pd_menu > a {
    display: flex;
    align-items: center;
}
footer .navigation > li.pd_menu > a::after {
    display: none;
}
footer .navigation > li.pd_menu .sub_cat .sub_cat_list {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 1.5rem 0;
    margin-top: 1.5rem;
    padding-left: 2rem;
}
footer .navigation > li.pd_menu .sub_cat .sub_cat_list > li:not(:first-child)::before {
    content: "";
}
footer .navigation > li.pd_menu .sub_cat .sub_cat_list > li a {
	font-size: 1.3rem;
}
    
footer .navigation > li {
    line-height: 1;
}
footer .navigation > li.mail,
footer .navigation > li.ig {
    display: inline-flex;
}
footer .navigation a {
	font-size: 1.5rem;
    line-height: 1;
	letter-spacing: 0;
    color: #595757;
	display: inline-flex;
}
footer .navigation a span {
	font-size: 1.1rem;
}


footer .tel_wrap {
	display: flex;
	align-items: center;
    flex-wrap: wrap;
    gap: 2rem 2rem;
    position: relative;
    z-index: 1;
    padding-top: 0;
    margin-top: 4rem;
}
footer .tel_wrap::before {
    display: none;
}
footer .tel_wrap > div {
    display: flex;
    align-items: center;
    
}
footer .tel_wrap .tel {
	display: contents;
}
footer .tel_wrap .tel .ttl {
    width: 100%;
    display: flex;
    flex-flow: column;
	align-items: flex-start;
    gap: 0 2rem;
	font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1;
	font-weight: 400;
    position: relative;
    z-index: 1;
}
footer .tel_wrap .tel .ttl::before {
    content: "";
    display: block;
    width: 21rem;
    height: 1px;
    background: url("../images/foot_line_sp.svg") no-repeat center center / 100%;
    
    position: absolute;
    bottom: -1rem;
    left: -1rem;
    z-index: -1;
}
footer .tel_wrap .tel a {
	font-size: 1.8rem;
    margin-top: -0.1em;
}
    
footer .tel_wrap .mail {
	display: flex;
	align-items: center;
    justify-content: center;
}
footer .tel_wrap .mail a {
	display: flex;
}
	
footer .copyright {
    font-size: 1.1rem;
	margin-top: 3.5rem;
}
	
#page_top {
	bottom: 1.5rem;
	right: 1.5rem;
}
	
#page_top a::before {
    width: 3rem;
    height: 4rem;
}
}




/* #breadcrumbs
----------------------------------------- */
#breadcrumbs {
    /*display: flex;*/
    align-items: center;
    justify-content: flex-start;
    width: 120rem;
    max-width: 96%;
    margin: auto;
    margin-top: 1.5rem;
	
	display: none;
}

#breadcrumbs > span {
    /*font-weight: 500;*/
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    color: #887673;
    padding: 0px;
    text-align: left;
    -webkit-transition: all .6s;
    transition: all .6s;
}

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

#breadcrumbs a {
    color: #887673 !important;
}

@media screen and (max-width: 768px) {
    #breadcrumbs {
    width: 67rem;
	max-width: none;
    font-size: 2.6rem;
    margin-top: 2.5rem;
}
    #breadcrumbs > span {
    font-size: 2.6rem;
}
}