/******************************************************************
Theme Name: CUBE GAMMA THEME
Theme URI: http://cube096.com
Description: CUBEが自信をもってお届けするレスポンシブウェブデザインテーマ
Author: CUBE CO.,LTD.
Author URI: http://cube096.com
Version: beta
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support
*/
*, *::before, *::after {
	box-sizing: border-box;
}
* {
	margin: 0;
}
html, body {
	height: 100%;
}
img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
}
input, button, textarea, select {
	font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
	overflow-wrap: break-word;
}
#root, #__next {
	isolation: isolate;
}
ol, ul {
	list-style-type:none;
	margin:0;
}
legend, menu, ol, ul {
	padding:0
}
a {
	text-decoration:none;
	color: #5F3700;
}
p {
	overflow-wrap: break-word;
	text-align: justify;
}
body {
	/*--- ▼ゴシック ---*/
	font-family:"Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	
	/*--- ▼明朝 ---*/
	/*font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";*/
	
	line-height: 2;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	color: #5F3700;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	background-color: #FEEFD9;
}
body img {
	max-width:100%;
	height:auto;
}
h1,h2,h3,h4,h5,h6{
	/*--- ▼英字見出し、数字 ---*/
	/*font-family: 'Cinzel', serif;*/	
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-family: 'Lato', sans-serif;*/
	/*font-family: 'Gilda Display', serif;*/
	/*font-family: 'Cinzel', serif;*/
	
	/*--- ▼日本語見出し ---*/
	/*font-family: 'Noto Sans JP', sans-serif;*/
    /*font-family: 'Noto Serif JP', serif;*/
	/*font-family: 'Zen Maru Gothic', sans-serif;*/
	/*font-family: 'Zen Old Mincho', serif;*/
	
	font-weight: 400;
	line-height: 1.3;
	font-style: normal;
}
table{
	border-collapse: collapse;
}
/* recaptcha badge
----------------------------------------------------------- */
.grecaptcha-badge{
    z-index:10000;
	bottom: 75px !important;
}
/* ページネーション
----------------------------------------------------------- */
/*アーカイブ用*/
.nav-links{
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.nav-links .page-numbers{
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #fff;
	transition: all ease 0.5s;
	border-radius: 3px;
	border: 1px solid #D5D5D5;
	margin: 0 5px;
}
.nav-links .page-numbers.current,
.nav-links .page-numbers:hover{
	background-color: #F2F2F2;
}
.nav-below {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.next.page-numbers,.prev.page-numbers{
	padding: 0 5px;
}
/*シングル用*/
.single .nav-below {
	display: inherit;
	margin-top: 45px;
}
.single .nav-below:after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.single .nav-below a {
	background-color: #FFF;
	text-decoration: none;
	padding: 5px;
	font-size: 0.8em;
	line-height: 1.5;
	transition: all ease 0.5s;
	border: 1px solid #D5D5D5;
}
.single .nav-below a:hover {
	background-color: #fff8f0;
}
.single .nav-below #prev {
	padding-left: 65px;
	position: relative;
}
.single .nav-below #next {
	padding-right: 65px;
	position: relative;
}
.single .nav-below #prev::before,
.single .nav-below #next::before{
	content: "";
	width: 40px;
	height: 40px;
	background-color: #FF8F00;
	border-radius: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.single .nav-below #prev::before{
	left: 10px;
}
.single .nav-below #next::before{
	right: 10px;
}
.single .nav-below #prev::after,
.single .nav-below #next::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.single .nav-below #prev::after{
	left: 25px;
	border-right: 7px solid #fff;
	border-left: 0;
}
.single .nav-below #next::after{
	right: 25px;
	border-left: 7px solid #fff;
	border-right: 0;
}
#prev {
	width: 48%;
	float: left;
}
#next {
	width: 48%;
	float: right;
	text-align: right;
}
#next p{
	text-align: right;
}
#next p,
#prev p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1;
	margin-top: 5px;
}
#prev img {
	float: left;
	margin-right: 10px;
}
#next img {
	float: right;
	margin-left: 10px;
}
#prevAndNextLeft a:before {
	content: "\f053";
	margin-right: 5px;
	font-family: FontAwesome;
}
#prevAndNextRight a:after {
	content: "\f054";
	margin-left: 10px;
	font-family: FontAwesome;
}
#prevAndNextLeft {
	width: 50%;
	float: left;
}
#prevAndNextRight {
	width: 50%;
	float: left;
}
#prevAndNextLeft {
	text-align: left;
}
#prevAndNextRight {
	text-align: right;
}
/* 
 animation
----------------------------------------------------------- */  
.fadein {
	opacity:0.1;
	transition:all ease 1s;
	-webkit-transition:all ease 1s;
	-moz-transition:all ease 1s;
}
.on .fadein,
.on.fadein {
	opacity:1;
}
.totop{
	opacity:0.1;
	transform: translateY(30px);
	transition: all 1s;
}
.on .totop,
.on.totop{
	opacity: 1;
	transform: translateY(0);
}
.fadeinleft {
	opacity:0.1;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
}
.on .fadeinleft,
.on.fadeinleft {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.fadeinright {
	opacity:0.1;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
}
.on .fadeinright,
.on.fadeinright {
	opacity: 1;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.no2{
	transition-delay: .3s;
}
.no3{
	transition-delay: 0.6s;
}
.no4{
	transition-delay: 0.9s;
}
.no5{
	transition-delay: 1.2s;
}
/* 
 Head
----------------------------------------------------------- */  
.header {
	width:100%;
}
/* 
 gNavi
----------------------------------------------------------- */ 
.navwrap {
	width:100%;
	background-color: #FEEFD9;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
	position:fixed;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items: center;
	top:0;
	left:0;
	z-index:998;
	transition:all ease 0.5s;
	padding: 0 clamp(20px, 2.6vw, 50px);
}
.navwrap p img{
	height: clamp(40px, 2.8vw, 53px);
	width: auto;
}
.navwrap div > ul {
	display:flex;
	justify-content:flex-end;
	flex-wrap:wrap;
	align-items: center;
}
.navwrap div > ul > li{
	/*position: relative;*/
	text-align: center;
	transition:all ease 0.5s;
	line-height: 1.3;
}
.navwrap div > ul > li:hover > a{
	color: #FF8F00;
}
.navwrap div > ul > li i{
	margin-right: clamp(5px, 0.83vw, 16px);
}
.navwrap div > ul > li a{
	padding: clamp(10px, 1vw, 20px) 0;
	display: block;
}
.navwrap div > ul:nth-child(1) li > a{
	padding-bottom: 8px;
}
.navwrap div > ul:nth-child(1) li:last-child{
	font-family: "Roboto", sans-serif;
	font-size: clamp(16px, 1.1vw, 22px);
	font-weight: 400;
}
.navwrap div > ul:nth-child(1) > li:not(:first-child){
	padding-left: clamp(15px, 1.3vw, 25px);
	margin-left: clamp(15px, 1.3vw, 25px);
	position: relative;
	z-index: 1;
}
.navwrap div > ul:nth-child(1) > li:not(:first-child)::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 1em;
	background-color: #5F3700;
}
.navwrap div > ul:nth-child(2) > li{
	font-weight: 600;
	margin-left: clamp(20px, 2.6vw, 50px);
}
.navwrap div > ul:nth-child(2) > li:nth-last-child(-n+2) a{
	display: block;
	padding: 5px clamp(20px, 3.4vw, 65px);
	border-radius: 5px;
	background-color: #FF8F00;
	border: 1px solid #FF8F00;
	color: #fff;
}
.navwrap div > ul:nth-child(2) > li:nth-last-child(-n+2) a:hover{
	background-color: transparent;
	color: #FF8F00;
}
.navwrap div > ul:nth-child(2) > li:nth-last-child(1){
	margin-left: clamp(10px, 1.3vw, 25px);
}
.navwrap div > ul:nth-child(2) > li:nth-last-child(1) a{
	background-color: #5F3700;
	border: 1px solid #5F3700;
}
.navwrap div > ul:nth-child(2) > li:nth-last-child(1) a:hover{
	background-color: transparent;
	color: #5F3700;
}
.navwrap * {
	transition:all ease 0.5s;
}
#top_back{
	height: 45px;
	width: 45px;
	border-radius: 25px;
	background-color: #FF8F00;
	position: fixed;
	right: 15px;
	bottom: 15px;
	display: grid;
	place-content: center;
	z-index: 10000;
	opacity: 0;
	transition:all ease 0.5s;
}
#top_back.view{
	opacity: 1;
}
#top_back img{
	height: 13px;
	width: auto;
}
/* パンくずリスト
----------------------------------------------------------- */
.breadcrumb__list {
    display: flex;
	width: min(90%,1200px);
    margin-inline: auto;
    flex-wrap: wrap;
	font-size: 14px;
}
.breadcrumb__item:not(:last-child)::after {
    content: '/';
    margin: 0 0.3rem;
}
.breadcrumb__item a {
    color: #9D9D9D;
}
.breadcrumb__item:last-child a {
    color: #222;
}
/* 
共通
----------------------------------------------------------- */ 
.pc {
	display:block;
}
br.pc{
	display: inherit;
}
.sp {
	display:none;
}
br.sp{
	display: none;
}
.pc1100{
	display: block;
}
br.pc1100{
	display: inherit;
}
.sp1100{
	display: none;
}
br.sp1100{
	display: none;
}
.pc640{
	display: block;
}
br.pc640{
	display: inherit;
}
.sp640{
	display: none;
}
br.sp640{
	display: none;
}
.inner{
	width: min(90%,1200px);
	margin-inline:auto;
	padding: clamp(50px, 6.8vw, 130px) 0;
}
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex .img img{
	width: 100%;
	height: auto;
}
#main{
	overflow: hidden;
}
.more_btn{
	padding: 10px clamp(15px, 1vw, 20px) 10px clamp(15px, 1.3vw, 25px);
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #EB7222;
	position: relative;
	font-weight: 600;
	border-radius: 40px;
	width: min(100%,280px);
	text-align: center;
	transition:all ease 0.5s;
}
.more_btn.white{
	color: #FF8F00;
	border: 1px solid #fff;
	background-color: #fff;
}
.more_btn::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition:all ease 0.5s;
	background-image: linear-gradient(to right, #FF8F00, #EB7222);
	z-index: -1;
	border-radius: 40px;
}
.more_btn.white::before{
	display: none;
}
.more_btn i{
	font-size: 1.5em;
	color: #fff;
	transition:all ease 0.5s;
}
.more_btn.white i{
	color: #FF8F00;
}
@media (any-hover: hover) {
	.more_btn:hover{
		color: #EB7222;
	}
	.more_btn.white:hover{
		color: #fff;
		border: 1px solid #FF8F00;
		background-color: #FF8F00;
	}
	.more_btn:hover::before{
		opacity: 0;
	}
	.more_btn:hover i{
		color: #EB7222;
	}
	.more_btn.white:hover i{
		color: #fff;
	}
}
.anchor{
	padding-top: clamp(80px, 9.4vw, 180px);
    margin-top: calc(clamp(80px, 9.4vw, 180px) * -1);
}
.tac{
	text-align: center;
}
.tal{
	text-align: left;
}
.tar{
	text-align: right;
}
.taj{
	text-align: justify;
}
.linkbox{
	position: relative;
	z-index: 5;
}
.linkbox.tac a{
	margin: 0 auto;
}
.linkbox.tar a{
	margin: 0 0 0 auto;
}
.no_link{
	pointer-events: none !important;
}
.pt0{
	padding-top: 0 !important;
}
.pb0{
	padding-bottom: 0 !important;
}
.txt_only{
	width: 100% !important;
}
.txt_link{
	text-decoration: underline;
	transition: all ease 0.5s;
}
.txt_link:hover{
	opacity: 0.7;
}
.img_hover {
	overflow: hidden;
}
.img_hover img{
	transition:all ease 0.5s;
}
.img_hover:hover img{
	transform:scale(1.2,1.2);
}
.accordion > li{
	position: relative;
}
.accordion > li .ttl{
	position: relative;
}
.accordion > li .btn{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 1;
}
.accordion .ttl::before,
.accordion .ttl::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 50px;
	transform: translateY(-50%);
	transition: all ease 0.3s;
	background-image: url("./library/images/qa_open.svg");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 5px;
}
.accordion .ttl::after {
	background-image: url("./library/images/qa_close.svg");
	opacity: 0;
}
.accordion .open .ttl::before {
	opacity: 0;
}
.accordion .open .ttl::after {
	opacity: 1;
}
.accordion .box {
	display: none;
}
.bg_y{
	background-color: #FFFAE5;
}
.bg_o{
	background-color: #FEEFD9;
}
/* 
 TOP
----------------------------------------------------------- */
.top_h2{
	font-size: clamp(25px, 1.8vw, 35px);
	font-weight: 600;
	margin-bottom: clamp(23px, 2.6vw, 50px);
}
.top_h2 span{
	display: block;
	color: #FF8F00;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}
.arrow_list li a{
	height: 100%;
	width: 100%;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: clamp(15px, 1.6vw, 30px) clamp(15px, 1vw, 20px);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
	border-radius: 50px;
	transition: all ease 0.5s;
}
.arrow_list li a i{
	font-size: 1.5em;
	color: #FF8F00;
}
@media (any-hover: hover) {
	.arrow_list li a:hover{
		color: #fff;
		background-color: #FF8F00;
	}
	.arrow_list li a:hover i{
		color: #fff;
	}
}
#fv{
	width:100%;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#fv .txt{
	width: 18.5%;
	position: relative;
	writing-mode: vertical-rl;
	padding: 0 clamp(20px, 3.4vw, 65px);
	background-image: url('library/images/fv_txt_bg.png');
	background-position: bottom 8% left;
	background-size: clamp(60px, 7vw, 135px) auto;
	background-repeat: no-repeat;
	margin-top: 120px;
}
#fv .txt h1{
	font-weight: 600;
	font-size: clamp(24px, 2.6vw, 50px);
	margin-left: clamp(20px, 2vw, 40px);
	letter-spacing: 0.15em;
	width: fit-content;
	height: fit-content;
	margin-top: auto;
}
#fv .txt p{
	margin-top: auto;
	letter-spacing: 0.15em;
	width: fit-content;
	height: fit-content;
}
.scroll{
	position: absolute;
	left: 5%;
	bottom: 0;
	font-family: "Roboto", sans-serif;
	padding-bottom: clamp(80px, 9.4vw, 180px);
	font-size: clamp(16px, 1vw, 19px);
}
.scroll::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: clamp(60px, 8.3vw, 160px);
	background: #5F3700;
	animation: fv_scroll_ani 1.5s cubic-bezier(1, 0, 0, 1) infinite;
	-webkit-animation: fv_scroll_ani 1.5s cubic-bezier(1, 0, 0, 1) infinite;
	-moz-animation: fv_scroll_ani 1.5s cubic-bezier(1, 0, 0, 1) infinite;
	-ms-animation: fv_scroll_ani 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes fv_scroll_ani {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	50.1% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}

}
.fv_slider{
	width: 81.5%;
	height: auto;
	margin-left: auto;
	margin-bottom: 0 !important;
	position: relative;
	z-index: -1;
}
.fv_slider .slick-list,
.fv_slider .slick-track{
	height: 100%;
}
.fv_slider .slick-slide{
	overflow: hidden;
	border-radius: clamp(15px, 1.6vw, 30px);
	height: 100%;
}
.fv_slider .slick-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top_menu{
	position: relative;
	z-index: 1;
}
#top_menu::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: clamp(100px, 7.8vw, 150px);
	width: 100%;
	background-image: url("./library/images/top_menu_txt.png");
	background-position: center right;
	background-repeat: repeat-x;
	background-size: auto 100%;
	animation: move_txt 60s infinite linear;
	z-index: -1;
}
@keyframes move_txt {
	0% {
		background-position: center right;
	}
	100% {
		background-position: center right 3000px;
	}
}
#top_menu .inner{
	padding: clamp(50px, 4.9vw, 95px) 0;
}
#top_menu .flex > ul{
	display: grid;
	gap: clamp(20px, 1.6vw, 30px);
	grid-template-columns: repeat(2, 1fr);
	width: 50%;
}
#top_menu .flex .slider{
	width: 47%;
	display: flex;
	flex-direction: column;
}
#top_menu .flex > ul li{
	border-radius: 10px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
}
#top_menu .flex > ul li a{
	width: 100%;
	padding: clamp(15px, 1.3vw, 25px);
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 100%;
	display: grid;
	place-content: center;
	place-items: center center;
}
#top_menu .flex > ul li a::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(0,0);
	transition: transform .5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	background-color: #FFFAE5;
	width: 400px;
	height: 400px;
	border-radius: 200px;
	z-index: -1;
}
#top_menu .flex > ul li:hover a::before{
	transform: translate(-50%,-50%) scale(1,1);
}
#top_menu .flex > ul li i{
	position: absolute;
	right: clamp(10px, 0.83vw, 16px);
	bottom: clamp(10px, 1vw, 20px);
	font-size: 1.5em;
}
#top_menu .flex > ul li:nth-child(1) i{
	color: #E05C5C;
}
#top_menu .flex > ul li:nth-child(2) i{
	color: #FF8F00;
}
#top_menu .flex > ul li:nth-child(3) i{
	color: #3E9A3B;
}
#top_menu .flex > ul li:nth-child(4) i{
	color: #3699D5;
}
#top_menu .flex > ul li p{
	text-align: center;
}
#top_menu .flex > ul li img{
	margin: 0 auto;
	width: clamp(60px, 6.8vw, 130px);
	height: auto;
}
#top_menu .flex .slider .box{
	padding: clamp(20px, 1.7vw, 33px) 0;
	background-color: rgba(255,250,229,0.7);
	border: 3px solid #FEEFD9;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	margin-bottom: clamp(15px, 1.7vw, 33px);
}
#top_menu .flex .slider .slick-slider{
	display: flex;
	flex-direction: column;
}
#top_menu .flex .slider .slick-track {
	display: flex;
}
#top_menu .flex .slider .slick-slide{
	display: flex;
	flex-direction: column;
	height: auto !important;
	margin: 0 clamp(20px, 1.7vw, 33px);
}
#top_menu .flex .slider .slick-slide h3{
	padding-left: clamp(15px, 1.3vw, 25px);
	margin-bottom: clamp(10px, 1vw, 20px);
	position: relative;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: clamp(10px, 1vw, 20px);
}
#top_menu .flex .slider .slick-slide h3::before{
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 11px;
	height: 11px;
	background-color: #FF8F00;
}
#top_menu .slick-dots li.slick-active button:before {
	color:#5F3700;
	opacity: 1;
}
#top_menu .slick-dots li button:before {
	color:rgba(95,55,0,0.5);
	opacity: 1;
}
#top_menu .slick-dots {
	bottom: -35px;
}
#top_menu .slick-dots li {
	margin:0 !important;
}
#top_menu .flex .slider .box ul li > div{
	background-color: #fff;
	border-radius: 10px;
	padding: clamp(15px, 1.3vw, 25px);
	height: 100%;
}
#top_menu .flex .slider .time {
	font-size: clamp(20px, 1.5vw, 28px);
	font-weight: 700;
	color: #FF8F00;
	line-height: 1.3;
	margin-bottom: 5px;
}
#top_menu .flex .slider p {
	text-align: left;
}
#top_menu .flex .slider .time_tag {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 8px;
	font-weight: 600;
}
#top_menu .flex .slider .time_tag span{
	display: block;
	width: fit-content;
	background-color: #ED6D00;
	border-radius: 7px;
	padding: 2px 7px;
	line-height: 1.3;
	color: #fff;
	margin-right: 10px;
}
#top_menu .flex .slider a{
	margin: 0 auto;
	display: block;
	width: min(100%,320px);
	background-color: #FF8F00;
	border: 1px solid #FF8F00;
	transition: all ease 0.5s;
	padding: 5px 15px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	border-radius: clamp(15px, 1.6vw, 30px);
}
#top_menu .flex .slider a:hover{
	background-color: transparent;
	color: #FF8F00;
}
#top_menu .inner > ul{
	margin-top: clamp(25px, 2.6vw, 50px);
	display: grid;
	gap: clamp(20px, 1.6vw, 30px);
	grid-template-columns: repeat(4, 1fr);
}
#top_news .flex {
	margin-bottom: clamp(25px, 2.6vw, 50px);
	align-items: center;
}
#top_news .flex .linkbox{
	width: min(100%,280px);
}
#top_news .flex .top_h2{
	margin-bottom: 0;
}
#top_news ul li{
	border-bottom: 1px dotted #5F3700;
	padding: clamp(15px, 1.3vw, 25px) 0;
	position: relative;
}
#top_news ul li:first-child{
	border-top: 1px dotted #5F3700;
}
#top_news ul li > a{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}
#top_news ul li dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
#top_news ul li dt{
	width:17%;
	border: 1px solid rgba(95,55,0,0.5);
}
#top_news ul li dt img{
	width:100%;
	height: 100%;
	object-fit: cover;
}
#top_news ul li dd{
	width:78%;
}
#top_news .news_info{
	margin-bottom: clamp(5px, 0.8vw, 15px);
}
#top_news ul li h3{
	font-size: 18px;
	font-weight: 600;
	transition: all ease 0.5s;
}
#top_news ul li:hover h3{
	color: #FF8F00;
}
#top_symptoms{
	position: relative;
	z-index: 1;
}
#top_symptoms::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	height: 100%;
	width: 90vw;
	border-radius: clamp(15px, 1.6vw, 30px);
	background-color: #FEEFD9;
	z-index: -2;
}
#top_symptoms::after{
	content: "";
	position: absolute;
	right: 5vw;
	top: clamp(60px, 8vw, 155px);
	height: clamp(70px, 8.6vw, 165px);
	width: 90vw;
	background-image: url("./library/images/top_symptoms_txt.png");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
#top_symptoms .inner{
	width: min(80%,1200px);
	padding: clamp(20px, 6.8vw, 130px) 0;
	z-index: 1;
	position: relative;
}
#top_symptoms .flex {
	margin-bottom: clamp(25px, 2.6vw, 50px);
	align-items: center;
}
#top_symptoms .flex .linkbox{
	width: min(100%,280px);
}
#top_symptoms .flex .top_h2{
	margin-bottom: 0;
}
#top_symptoms ul{
	display: grid;
	gap: clamp(20px, 2vw, 40px);
	grid-template-columns: repeat(5, 1fr);
	position: relative;
	z-index: 1;
}
#top_symptoms ul li{
	border-radius: 10px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
	position: relative;
	z-index: 1;
}
#top_symptoms ul li::before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent #FF8F00 transparent;
	border-width: 0px 0px 15px 15px;
	position: absolute;
	inset: auto 8px 8px auto;
	border-radius: 3px;
	z-index: 2;
}
#top_symptoms ul li a{
	width: 100%;
	padding: clamp(5px, 0.8vw, 15px) clamp(15px, 1.3vw, 25px) clamp(15px, 1.6vw, 30px);
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 100%;
	display: grid;
	place-content: center;
	place-items: center center;
}
#top_symptoms ul li a::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(0,0);
	transition: transform .5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	background-color: #FFFAE5;
	width: 300px;
	height: 300px;
	border-radius: 200px;
	z-index: -1;
}
#top_symptoms ul li:hover a::before{
	transform: translate(-50%,-50%) scale(1,1);
}
#top_symptoms ul li img{
	width: clamp(70px, 7vw, 135px);
	height: auto;
	margin: 0 auto;
}
#top_symptoms ul li p{
	text-align: center;
	font-weight: 600;
	line-height: 1.5;
}
#top_products .flex {
	margin-bottom: clamp(25px, 2.6vw, 50px);
	align-items: center;
}
#top_products .flex .linkbox{
	width: min(100%,280px);
}
#top_products .flex .top_h2{
	margin-bottom: 0;
}
#top_products ul{
	display: grid;
	gap: clamp(20px, 2.6vw, 50px);
	grid-template-columns: repeat(3, 1fr);
}
#top_products ul li h3{
	font-size: 18px;
	font-weight: 600;
	width: fit-content;
	padding-bottom: 10px;
	border-bottom: 1px dotted #5F3700;
	margin-bottom: clamp(15px, 1.3vw, 25px);
	transition: all ease 0.5s;
}
#top_products ul li:hover h3{
	color: #FF8F00;
}
#top_products ul li .img{
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: clamp(8px, 0.8vw, 15px);
	background-color: #FEEFD9;
	transition: all ease 0.5s;
}
#top_products ul li:hover .img{
	opacity: 0.7;
}
#top_products ul li .img img{
	aspect-ratio: 5/3.5;
	object-fit: contain;
	width: 100%;
	height: 100%;
}
#top_products ul li:nth-child(even) .img{
	background-color: #FAF3D2;
}
#top_products ul li p.tar{
	width: fit-content;
	margin-left: auto;
	padding-left: clamp(15px, 1.3vw, 25px);
	position: relative;
	transition: all ease 0.5s;
}
#top_products ul li:hover p.tar{
	color: #FF8F00;
}
#top_products ul li p.tar::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 5px;
	background-image: url("./library/images/o_arrow.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#top_about{
	background-image: linear-gradient(to bottom, rgba(254,239,217,0.8), rgba(255,253,245,0.8));
}
#top_about::before{
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	height: 100vh;
	background-image: url('library/images/top_about_bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#top_about .box{
	background-color: #FFFAE5;
	border-radius: 10px;
	padding-bottom: clamp(25px, 3.4vw, 65px);
	background-image: url("./library/images/top_about_kumamoto.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
#top_about .box .txt{
	padding: clamp(25px, 3.4vw, 65px);
	width: 50%;
}
#top_about .box .linkbox{
	margin-top: clamp(25px, 2.6vw, 50px);
}
#top_about .img_slider{
	margin-bottom: 0 !important;
}
#top_about .slick-slide{
	margin: 0 clamp(8px, 1.7vw, 33px);
	border-radius: 10px;
	overflow: hidden;
}
#top_service{
	position: relative;
	z-index: 1;
	background-image: url('library/images/top_service_bg.png');
	background-position: bottom clamp(50px, 6.8vw, 130px) right;
	background-size: clamp(80px, 9.4vw, 180px) auto;
	background-repeat: no-repeat;
}
#top_service .flex {
	margin-bottom: clamp(25px, 2.6vw, 50px);
	align-items: center;
}
#top_service .flex .linkbox{
	width: min(100%,280px);
}
#top_service .flex .top_h2{
	margin-bottom: 0;
}
#top_service .txt_area{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#top_service .txt_area li{
	width: 100%;
	height: 100%;
}
#top_service .txt_area .img{
	width: 45vw;
	margin-left: calc(50% - 50vw);
	border-radius: 0 30px 30px 0;
	overflow: hidden;
}
#top_service .txt_area .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top_service .txt_area .txt{
	width: 50%;
}
#top_service .txt_area .img{
	position: relative;
	z-index: 1;
}
#top_service .txt_area .img li:not(:first-child){
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	margin:auto;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all ease 0.5s;
}
#top_service .txt_area .img li.view{
	opacity: 1;
}
#top_service .txt_area .arrow_list{
	margin-top: clamp(25px, 2.6vw, 50px);
	display: grid;
	column-gap: clamp(20px, 2.6vw, 50px);
	row-gap: clamp(15px, 1.7vw, 33px);
	grid-template-columns: repeat(2, 1fr);
}
#top_link ul{
	display: grid;
	gap: clamp(20px, 2.6vw, 50px);
	grid-template-columns: repeat(2, 1fr);
}
#top_link ul li{
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
}
#top_link ul li:nth-child(1){
	grid-column: 1/3;
	grid-row: 1/2;
}
#top_link ul li:nth-child(2){
	grid-column: 1/2;
	grid-row: 2/3;
}
#top_link ul li:nth-child(3){
	grid-column: 2/3;
	grid-row: 2/3;
}
#top_link ul li a{
	border-radius: 10px;
	display: block;
	overflow: hidden;
}
#top_link ul li .txt{
	background-color: #fff;
	padding: clamp(20px, 1.6vw, 30px) clamp(25px, 2vw, 40px);
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#top_link ul li .txt::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(0,0);
	transition: transform .5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	background-color: #FFFAE5;
	width: 650px;
	height: 650px;
	border-radius: 200px;
	z-index: -1;
}
#top_link ul li:hover .txt::before{
	transform: translate(-50%,-50%) scale(1,1);
}
#top_link ul li .img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#top_link ul li:nth-child(1) a{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}
#top_link ul li:nth-child(1) .img,
#top_link ul li:nth-child(1) .txt{
	width: 50%;
}
#top_link ul li:nth-last-child(-n+2) .top_h2{
	margin-bottom: 0;
}
#top_ig{
	position: relative;
	z-index: 1;
}
#top_ig::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	height: 100%;
	width: 90vw;
	border-radius: clamp(15px, 1.6vw, 30px);
	background-color: #FEEFD9;
	z-index: -2;
}
#top_ig::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	height: clamp(100px, 6.8vw, 130px);
	width: 90vw;
	background-image: url("./library/images/top_ig_txt.png");
	background-position: center right;
	background-repeat: repeat-x;
	background-size: auto 100%;
	animation: move_txt 60s infinite linear;
	z-index: -1;
	border-radius: 0 0 30px 30px;
}
#top_ig .inner{
	width: min(80%,1200px);
	padding: clamp(20px, 6.8vw, 130px) 0;
}
#top_ig .flex {
	padding-bottom: clamp(25px, 2.6vw, 50px);
	margin-bottom: clamp(15px, 1.3vw, 25px);
	align-items: center;
	border-bottom: 1px dotted #5F3700;
}
#top_ig .flex a svg{
	height: clamp(40px, 2.9vw, 55px);
	width: auto;
}
#top_ig .flex a path{
	transition: all ease 0.5s;
}
#top_ig .flex a:hover path{
	fill: #FF8F00;
}
#top_ig .flex .top_h2{
	margin-bottom: 0;
}
/* 
 subpage共通
----------------------------------------------------------- */
#sub_fv{
	position: relative;
	z-index: 1;
	background-color: #FEEFD9;
}
#sub_fv::before{
	content: "News";
	position: absolute;
	left: 0;
	top: 55%;
	transform: translateY(-50%);
	color: #FBE9CD;
	font-size: clamp(80px, 9.1vw, 175px);
	font-family: "Roboto", sans-serif;
	z-index: -1;
	line-height: 1;
}
#sub_fv .inner{
	padding: clamp(90px, 10.9vw, 210px) 0 clamp(50px, 6.8vw, 130px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: min(90%,1200px);
	margin-inline: auto;
}
#sub_fv h1 {
	font-size: clamp(28px, 2.2vw, 42px);
	font-weight: 600;
}
#sub_fv h1 span{
	display: block;
	font-size: clamp(18px, 1vw, 20px);
	color: rgba(95,55,0,0.5);
	font-weight: 400;
	font-family: "Roboto", sans-serif;
}
#sub_fv .img{
	height: clamp(180px, 25vw, 480px);
	background-image: url("./library/images/sub_fv.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 250px 0 0 250px;
	width: 61vw;
	margin-right: calc(50% - 50vw);
}
.bg_yellow{
	position: relative;
	margin-bottom: clamp(50px, 6.8vw, 130px);
	z-index: 1;
}
.bg_yellow::before{
	content: "";
	position: absolute;
	left: 5vw;
	top: 0;
	height: 100%;
	width: 95vw;
	margin-right: calc(50% - 50vw);
	background-color: #FFFAE5;
	border-radius: 30px 0 0 30px;
	z-index: -1;
}
.sub_bg{
	position: relative;
}
.sub_bg::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	width: clamp(120px, 11.7vw, 225px);
	height: calc(100% + clamp(50px, 6.8vw, 130px));
	background-image: url('library/images/sub_bg.png');
	background-repeat: repeat-y;
	background-position: top left;
	background-size: contain;
}
.subbg_img{
	position: relative;
}
.subbg_img::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	width: clamp(120px, 11.7vw, 225px);
	height: 100%;
	background-image: url('library/images/sub_bg.png');
	background-repeat: repeat-y;
	background-position: top left;
	background-size: contain;
}
.subbg_img::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -10;
	width: clamp(120px, 11.7vw, 225px);
	height: 100%;
	background-image: url('library/images/subbg_img.png');
	background-repeat: repeat-y;
	background-position: top right;
	background-size: contain;
}
.sub_h2{
	font-size: clamp(23px, 1.8vw, 35px);
	font-weight: 600;
	margin-bottom: clamp(25px, 2.6vw, 50px);
}
.sub_h2 span{
	display: block;
	color: #FF8F00;
	font-size: 18px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
}
.link_list,
.link_list > li > ul{
	display: flex;
	flex-wrap: wrap;
}
.link_list > li{
	margin-right: clamp(25px, 2.6vw, 50px);
}
.link_list > li > a{
	padding-left: clamp(15px, 1.3vw, 25px);
	position: relative;
	transition: all ease 0.5s;
}
.link_list > li > a:hover{
	color: #FF8F00;
}
.link_list > li > a::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	padding: 6px;
	background-image: url('library/images/link_list.svg');
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
}
.link_list > li > ul > li {
	margin-left: clamp(25px, 2.6vw, 50px);
}
.link_list > li > ul > li > a{
	color: rgba(95,55,0,0.5);
	transition: all ease 0.5s;
}
.link_list > li > ul > li > a:hover{
	color: rgba(255,143,0,0.5);
}
.txt_list > li{
	padding-top: clamp(30px, 6.5vw, 125px);
	margin-top: clamp(30px, 6.5vw, 125px);
	border-top: 1px dotted #5F3700;
}
.txt_list > li .sub_h2{
	margin-bottom: 0;
}
.txt_list > li > div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.txt_list > li .txt{
	width: 80%;
}
.txt_list > li .flex{
	align-items: flex-start;
}
.txt_list > li .flex .img{
	width: 33.5%;
	border-radius: 10px;
	overflow: hidden;
}
.txt_list > li .flex .text{
	width: 62.5%;
}
.square_list li{
	padding-left: clamp(15px, 1.3vw, 25px);
	position: relative;
}
.square_list li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	width: 11px;
	height: 11px;
	background-color: #FF8F00;
}
.square_list li:not(:last-child){
	margin-bottom: 10px;
}
.fc_o{
	color: #FF8F00 !important;
}
.point_list > li .box{
	border-radius: 10px 0 0 0;
	border-top: 1px solid #5F3700;
	border-left: 1px solid #5F3700;
	padding: clamp(25px, 2.6vw, 50px);
	margin-top: 20px;
	position: relative;
}
.point_list > li:not(:last-child) .box{
	margin-bottom: clamp(30px, 2.3vw, 45px);
}
.point_list > li .box > span{
	position: absolute;
	display: block;
	left: clamp(25px, 2.6vw, 50px);
	top: -20px;
	font-family: "Roboto", sans-serif;
	line-height: 1.5;
	padding: 5px clamp(15px, 1.3vw, 25px);
	background-color: #fff;
	border: 1px solid #5F3700;
	border-radius: 40px;
}
.point_list > li .box h3{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: clamp(15px, 1.3vw, 25px);
}
.point_list > li .box p{
	font-size: 16px;
}
.point_list > li .square_list{
	margin: clamp(15px, 1.6vw, 30px) 0;
}
.point_list > li .linkbox{
	margin-top: clamp(25px, 2.6vw, 50px);
}
.o_box{
	background-color: #FEEFD9;
	border-radius: 10px;
	padding: clamp(20px, 2.6vw, 50px);
}
.hyo{
	overflow-x: auto;
}
.hyo dl {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #5F3700;
}
.hyo dl dt {
	background-color: #FEEFD9;
	padding: clamp(10px, 0.73vw, 14px);
	display: grid;
	place-content: center;
	place-items: center center;
	width: clamp(150px, 14.6vw, 280px);
}
.hyo dl dd {
	padding: clamp(10px, 0.73vw, 14px) clamp(10px, 2.6vw, 50px);
	width: calc(100% - clamp(150px, 14.6vw, 280px));
}
.hyo2{
	overflow-x: auto;
}
.hyo2 dl {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid rgba(112,112,112,0.1);
	padding: clamp(10px, 1.3vw, 25px) 0;
}
.hyo2 dl:first-of-type {
	border-top: 1px solid rgba(112,112,112,0.1);
}
.hyo2 dl dt {
	width: clamp(120px, 9.4vw, 180px);
}
.hyo2 dl dd {
	width: calc(100% - clamp(120px, 9.4vw, 180px));
}
.tag_list{
	display: flex;
	flex-wrap: wrap;
}
.tag_list li{
	margin: 5px clamp(10px, 0.8vw, 15px) 5px 0;
	border: 1px solid #5F3700;
	border-radius: 25px;
	padding: 5px clamp(15px, 1.3vw, 25px);
	font-weight: 300;
	background-color: #fff;
	line-height: 1.3;
	white-space: nowrap;
}
.tag_list li:last-child{
	margin-right: 0 !important;
}
.js-accordion > li{
	position: relative;
}
.js-accordion > li .ttl{
	position: relative;
}
.js-accordion > li .btn{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 1;
}
.js-accordion .ttl::before,
.js-accordion .ttl::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 50px;
	transform: translateY(-50%);
	transition: all ease 0.3s;
	background-image: url("./library/images/qa_open.svg");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 5px;
}
.js-accordion .ttl::after {
	background-image: url("./library/images/qa_close.svg");
	opacity: 0;
}
.js-accordion .open .ttl::before {
	opacity: 0;
}
.js-accordion .open .ttl::after {
	opacity: 1;
}
.js-accordion .box {
	display: none;
}
.js-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10005;
    backface-visibility: hidden;
}
.js-modal .wrap {
    width: 100%;
    height: 100%;
}
.js-modal .wrap_box {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(57,53,42,0.7);
}
.js-modal .scloll_area {
	transform: scale(.5);
	transition: all ease 1s;
}
.js-modal.open .scloll_area {
	transform: scale(1);
}
.js-modal .content {
    width: 100%;
    height: auto;
    max-height: 85vh;
    padding: clamp(30px, 3.4vw, 65px);
    position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: rgba(255,250,229,0.95);
	border-radius: 10px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
.js-modal .js-sclollarea {
    width: min(90%, 1200px);
	margin: 30px;
    max-height: 90%;
	position: relative;
}
.js-modal .js-modalclose {
    cursor: pointer;
    z-index: 100000;
    position: absolute;
    top: clamp(15px, 1.3vw, 25px);
    right: clamp(15px, 1.3vw, 25px);
	width: 40px;
	height: 50px;
	background-image: url('./library/images/modal_close.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all ease 0.5s;
}
/* 
 symptoms
----------------------------------------------------------- */
.symptoms #sub_fv::before{
	content: "Symptoms";
}
.symptoms #sub_fv .img{
	background-image: url("./library/images/symptoms_fv.jpg");
}
.symptoms .sub_bg::before{
	display: none;
}
#symptoms_link h2{
	font-weight: 600;
	font-size: clamp(18px, 1vw, 20px);
	margin-bottom: clamp(15px, 1.3vw, 25px);
}
#symptoms_wrap .inner{
	padding-top: 0;
}
#symptoms_wrap .inner > ul{
	display: grid;
	gap: clamp(25px, 2.6vw, 50px);
	grid-template-columns: repeat(2, 1fr);
}
#symptoms_wrap .inner > ul > li .box{
	background-color: #FFFAE5;
	border-radius: 10px;
	padding: clamp(20px, 2.6vw, 50px);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
	height: 100%;
}
#symptoms_wrap .inner > ul > li .ttl{
	margin-bottom: clamp(10px, 2vw, 40px);
	padding-right: clamp(50px, 4.1vw, 80px);
	position: relative;
}
#symptoms_wrap .inner > ul > li .ttl::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: clamp(25px, 2vw, 40px);
	background-image: url('library/images/icn_body.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
#symptoms_wrap .inner > ul > li:nth-child(2) .ttl::before{
	background-image: url('library/images/icn_fatigue.svg');
}
#symptoms_wrap .inner > ul > li:nth-child(3) .ttl::before{
	background-image: url('library/images/icn_high.svg');
}
#symptoms_wrap .inner > ul > li:nth-child(4) .ttl::before{
	background-image: url('library/images/icn_cold.svg');
}
#symptoms_wrap .inner > ul > li:nth-child(5) .ttl::before{
	background-image: url('library/images/icn_sleep.svg');
}
#symptoms_wrap .inner > ul > li:nth-child(6) .ttl::before{
	background-image: url('library/images/icn_rhinitis.svg');
}
#symptoms_wrap .inner > ul > li:nth-child(7) .ttl::before{
	background-image: url('library/images/icn_vomiting.svg');
}
#symptoms_wrap .inner > ul > li:nth-child(8) .ttl::before{
	background-image: url('library/images/icn_anemia.svg');
}
#symptoms_wrap .inner > ul > li:nth-child(9) .ttl::before{
	background-image: url('library/images/icn_obesity.svg');
}
#symptoms_wrap .inner > ul > li:nth-child(10) .ttl::before{
	background-image: url('library/images/icn_gastrointestinal.svg');
}
#symptoms_wrap .inner > ul > li:nth-child(11) .ttl::before{
	background-image: url('library/images/icn_liver.svg');
}
#symptoms_wrap .inner > ul > li:nth-child(12) .ttl::before{
	background-image: url('library/images/icn_urine.svg');
}
#symptoms_wrap .inner > ul > li:nth-child(13) .ttl::before{
	background-image: url('library/images/icn_skin.svg');
}
#symptoms_wrap .inner > ul > li:nth-child(14) .ttl::before{
	background-image: url('library/images/icn_eye.svg');
}
#symptoms_wrap .inner > ul > li:nth-child(15) .ttl::before{
	background-image: url('library/images/icn_mouth.svg');
}
#symptoms_wrap .inner > ul > li:nth-child(16) .ttl::before{
	background-image: url('library/images/icn_woman.svg');
}
#symptoms_wrap .inner > ul > li:nth-child(17) .ttl::before{
	background-image: url('library/images/icn_lung.svg');
}
#symptoms_wrap .inner > ul > li:nth-child(18) .ttl::before{
	background-image: url('library/images/icn_tinnitus.svg');
}
#symptoms_wrap .inner > ul > li:nth-child(19) .ttl::before{
	background-image: url('library/images/icn_heart.svg');
}
#symptoms_wrap .inner > ul > li:nth-child(20) .ttl::before{
	background-image: url('library/images/icn_others.svg');
}
#symptoms_wrap .inner > ul > li .ttl span{
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	display: block;
}
#symptoms_wrap .inner > ul > li .ttl h3{
	font-size: clamp(20px, 1.3vw, 25px);
}
#symptoms_wrap .inner > ul > li .tag_list{
	margin-bottom: clamp(10px, 2vw, 40px);
}
/* 
 product
----------------------------------------------------------- */
.product #sub_fv::before{
	content: "Products";
}
.product #sub_fv .img{
	background-image: url("./library/images/product_fv.jpg");
}
.product_list li{
	padding-bottom: clamp(30px, 6.5vw, 125px);
	border-bottom: 1px dotted #5F3700;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	flex-direction: row-reverse;
}
.product_list li:not(:last-child){
	margin-bottom: clamp(50px, 6.5vw, 125px);
}
.product_list li .txt{
	width: 46%;
}
.product_list li .img{
	width: 50%;
	display: grid;
	place-content: center;
	place-items: center center;
	border-radius: 10px;
	background-color: #FEEFD9;
}
.product_list li .img img{
	width: auto;
	height: 100%;
	object-fit: contain;
}
.product_list li .txt h2{
	padding-left: clamp(30px, 2vw, 40px);
	position: relative;
	font-size: clamp(18px, 1vw, 20px);
	font-weight: 600;
	margin-bottom: clamp(15px, 1.7vw, 33px);
}
.product_list li .txt h2::before{
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	height: 7px;
	width: 24px;
	border-radius: 4px;
	background-color: #FF8F00;
}
.product_list dl{
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px dotted #5F3700;
	padding-bottom: clamp(10px, 1.8vw, 35px);
}
.product_list dl:not(:last-of-type){
	margin-bottom: clamp(10px, 1.8vw, 35px);
}
.product_list dl.seller dt{
	font-weight: 600;
	width: 85px;
}
.product_list dl.seller dd{
	width: calc(100% - 95px);
}
.product_list dl.effect dt{
	font-weight: 600;
	width: 100%;
	margin-bottom: clamp(5px, 1.3vw, 25px);
}
.product_list dl.effect dd{
	width: 100%;
}
.product_list dl.effect ul{
	display: flex;
	flex-wrap: wrap;
}
.product_list dl.effect ul li{
	margin: 3px clamp(20px, 2vw, 40px) 3px 0;
	border: 1px solid #5F3700;
	border-radius: 25px;
	padding: 5px clamp(15px, 1.3vw, 25px);
	font-weight: 300;
	background-color: #fff;
	line-height: 1.3;
	white-space: nowrap;
}
.product_list dl.effect ul li:last-child{
	margin-right: 0 !important;
}
/* 
 aboutus
----------------------------------------------------------- */
.aboutus #sub_fv::before{
	content: "About Us";
}
.aboutus #sub_fv .img{
	background-image: url("./library/images/aboutus_fv.jpg");
}
#aboutus_wrap .linkbox{
	margin-top: clamp(25px, 2.6vw, 50px);
}
#aboutus_wrap .txt_list li:first-child img,
#aboutus_wrap .txt_list li #possible img{
	width: 100%;
	height: auto;
	border-radius: 10px;
	margin-bottom: clamp(25px, 2.6vw, 50px);
}
#aboutus_wrap .txt_list li:first-child h2,
#aboutus_wrap .txt_list li #possible h3{
	width: 45%;
	font-size: clamp(23px, 1.7vw, 33px);
	font-weight: 600;
	line-height: 1.8;
}
#aboutus_wrap .txt_list li #possible h3{
	width: 32.5%;
}
#aboutus_wrap .txt_list li:first-child h2 span,
#aboutus_wrap .txt_list li #possible h3 span{
	background: linear-gradient(transparent 70%, #FBE9CD 70%, #FBE9CD 100%);
}
#aboutus_wrap .txt_list li:first-child .flex_txt{
	width: 50%;
}
#aboutus_wrap .txt_list li #possible .flex_txt{
	width: 62.5%;
}
#aboutus_wrap .txt_list li:first-child .sub_txt{
	text-align: right;
	color: rgba(95,55,0,0.5);
	margin-top: clamp(15px, 1.6vw, 30px);
	font-family: "Roboto", sans-serif;
}
#aboutus_wrap .txt_list li:first-child .sub_txt{
	text-align: right;
	color: rgba(95,55,0,0.5);
	margin-top: clamp(15px, 1.6vw, 30px);
	font-family: "Roboto", sans-serif;
}
#aboutus_wrap .txt_list #greeting .name {
	text-align: right;
	margin-top: clamp(15px, 2.6vw, 50px);
	font-weight: clamp(18px, 1vw, 20px);
	font-weight: 600;
}
#aboutus_wrap .txt_list #greeting .name span{
	display: block;
	font-weight: 400;
	font-size: 16px;
}
#aboutus_wrap .point_list li h3{
	padding-left: clamp(35px, 2.2vw, 42px);
	position: relative;
}
#aboutus_wrap .point_list li h3::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-image: url('library/images/icn_byoin.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	padding: 13px;
}
#aboutus_wrap .point_list li:nth-child(2) h3::before{
	background-image: url('library/images/icn_yakuzaishi.svg');
}
#aboutus_wrap .point_list li:nth-child(3) h3::before{
	background-image: url('library/images/icn_senji.svg');
}
#aboutus_wrap .txt_list #storelist .txt > ul > li{
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: clamp(20px, 2.6vw, 50px);
}
#aboutus_wrap .txt_list #storelist .txt > ul > li:not(:last-child){
	margin-bottom: clamp(30px, 3.4vw, 65px);
}
#aboutus_wrap .txt_list #storelist .txt > ul > li h3{
	font-size: clamp(18px, 1vw, 20px);
	font-weight: 600;
	padding-left: clamp(30px, 2vw, 40px);
	position: relative;
	margin-bottom: clamp(10px, 0.83vw, 16px);
}
#aboutus_wrap .txt_list #storelist .txt > ul > li h3::before{
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: clamp(18px, 1.1vw, 22px);
	height: clamp(18px, 1.1vw, 22px);
	background-color: #FF8F00;
	border-radius: 12px;
}
#aboutus_wrap .txt_list #storelist .txt > ul > li .img{
	width: 47.5%;
}
#aboutus_wrap .txt_list #storelist .txt > ul > li .flex_txt{
	width: 47.5%;
}
#aboutus_wrap .txt_list #storelist .txt > ul > li .img img{
	border-radius: 10px;
	margin-bottom: clamp(10px, 0.8vw, 15px);
}
#aboutus_wrap .txt_list #storelist .txt > ul > li .img .time {
	font-size: clamp(20px, 1.5vw, 28px);
	font-weight: 700;
	color: #FF8F00;
	line-height: 1.3;
	margin-bottom: 5px;
}
#aboutus_wrap .txt_list #storelist .txt > ul > li .img p {
	text-align: left;
}
#aboutus_wrap .txt_list #storelist .txt > ul > li .img .time_tag {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 8px;
	font-weight: 600;
}
#aboutus_wrap .txt_list #storelist .txt > ul > li .img .time_tag span{
	display: block;
	width: fit-content;
	background-color: #ED6D00;
	border-radius: 7px;
	padding: 2px 7px;
	line-height: 1.3;
	color: #fff;
	margin-right: 10px;
}
#aboutus_wrap .txt_list #storelist .txt > ul > li .flex_txt dl{
	padding-bottom: clamp(10px, 0.83vw, 16px);
	border-bottom: 1px dotted #5F3700;
}
#aboutus_wrap .txt_list #storelist .txt > ul > li .flex_txt dl:not(:last-of-type){
	margin-bottom: clamp(10px, 0.83vw, 16px);
}
#aboutus_wrap .txt_list #storelist .txt > ul > li .flex_txt dl dt{
	font-size: clamp(18px, 1vw, 20px);
	font-weight: 600;
	margin-bottom: 5px;
}
#aboutus_wrap .txt_list #storelist .txt > ul > li .flex_txt dl dd a{
	color: #FF8F00;
	text-decoration: underline;
}
/* 
 links
----------------------------------------------------------- */
.links #sub_fv::before{
	content: "Link collection";
}
.links #sub_fv .img{
	background-image: url("./library/images/links_fv.jpg");
}
#links_wrap .inner{
	padding-top: 0;
}
#links_wrap ul{
	display: grid;
	gap: clamp(25px, 2.6vw, 50px);
	grid-template-columns: repeat(2, 1fr);
}
#links_wrap ul li a{
	width: 100%;
	padding: clamp(25px, 2.6vw, 50px);
	background-color: #FFFAE5;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 100%;
	display: block;
	line-height: 1.3;
}
#links_wrap ul li a::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(0,0);
	transition: transform .5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	background-color: #fff;
	width: 600px;
	height: 600px;
	border-radius: 300px;
	z-index: -1;
}
#links_wrap ul li:hover a::before{
	transform: translate(-50%,-50%) scale(1,1);
}
#links_wrap ul li a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent #FF8F00 transparent;
	border-width: 0px 0px 15px 15px;
	position: absolute;
	inset: auto 8px 8px auto;
	border-radius: 3px;
	z-index: 2;
}
#links_wrap ul li h2 {
	font-size: clamp(20px, 1.3vw, 25px);
	margin-bottom: clamp(8px, 0.8vw, 15px);
}
#links_wrap ul li p i{
	color: rgba(95,55,0,0.5);
	padding-left: clamp(10px, 0.83vw, 16px);
}
/* 
 services
----------------------------------------------------------- */
.services #sub_fv::before{
	content: "Service";
}
.services #sub_fv .img{
	background-image: url("./library/images/services_fv.jpg");
}
#services_wrap .link_list > li:first-child{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#services_wrap .link_list > li:nth-last-child(-n+2){
	margin-top: clamp(15px, 1.3vw, 25px);
}
#services_wrap .txt_list li:nth-child(2) a,
#services_wrap .txt_list li:nth-child(3) a{
	display: block;
	width: fit-content;
	margin-top: clamp(25px, 2.6vw, 50px);
	font-weight: 600;
	color: #fff;
	padding: 5px clamp(15px, 1.8vw, 35px);
	border-radius: 5px;
	transition: all ease 0.5s;
	background-color: #FF8F00;
	line-height: 1.5;
	border: 1px solid #FF8F00;
}
#services_wrap .txt_list li:nth-child(3) a{
	margin-top: clamp(8px, 0.8vw, 15px);
}
#services_wrap .txt_list li:nth-child(2) a:hover,
#services_wrap .txt_list li:nth-child(3) a:hover{
	background-color: transparent;
	color: #FF8F00;
}
#services_wrap .txt_list li:nth-child(3) .link{
	margin-top: clamp(15px, 1.7vw, 33px);
	color: rgba(95,55,0,0.5);
}
#services_wrap .txt_list .square_list{
	margin: clamp(15px, 1.6vw, 30px) 0;
}
/* 
 contact
----------------------------------------------------------- */ 
.contact #sub_fv::before{
	content: "Contact";
}
.contact #sub_fv .img{
	background-image: url("./library/images/contact_fv.jpg");
}
#contact_wrap.bg_yellow::before {
	width: min(95%,1200px);
	margin-right: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 30px;
}
#contact_wrap .inner{
	width: min(90%,800px);
}
#contact_wrap p.tac{
	margin-bottom: clamp(25px, 2.6vw, 50px);
}
#contact_wrap p.tac span{
	color: #FF8F00;
}
#contact_wrap p.tac span a{
	text-decoration: underline;
	color: #FF8F00;
}
.wpcf7 dl, .mw_wrap dl {
	width:100%;
	margin-bottom:30px;
}
.wpcf7 dt, .mw_wrap dt {
	width:100%;
	margin-bottom: 3px;
}
.wpcf7 dt span, .mw_wrap dt span {
	color:#E43836;
	padding-left: 1em;
	font-size: 12px;
}
.wpcf7 dd, .mw_wrap dd {
	width:100%;
}
.wpcf7 dl.form_sub, .mw_wrap dl.form_sub {
	margin-bottom:10px;
}
.wpcf7 dl.form_sub dt p, .mw_wrap dl.form_sub dt p {
	font-size: 16px;
}
.wpcf7 dt.form_sub_ttl, .mw_wrap dt.form_sub_ttl {
	margin-bottom: 5px;
}
.wpcf7-list-item{
	margin: 0 1em 0 0;
	display: block;
	margin-bottom: 5px;
}
.wpcf7-date{
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	padding:5px;
	font-size:0.9rem;
	min-height: 38px;
}
.wpcf7 .subbtn, .mw_wrap .subbtn {
	width: fit-content;
	margin:30px auto 0;
}
.wpcf7 .flex, 
.mw_wrap .flex {
	justify-content: center;
}
.wpcf7 .flex .subbtn, 
.mw_wrap .flex .subbtn {
	margin:30px 15px 0;
}
.subbtn input {
	width:300px;
	padding:10px;
	color: #FFF;
	border-style: none;
	background-color:#FF8F00;
	border-radius: 5px;
	transition:all ease 0.5s;
}
.subbtn input:hover {
	opacity: 0.7;
}
.wpcf7 .flex .subbtn:first-of-type input, 
.mw_wrap .flex .subbtn:first-of-type input {
	background-color:#fff8f0;
	color: #222;
}
.wpcf7-text, .mw_txt {
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	padding:5px;
	font-size:0.9rem;
	min-height: 38px;
}
.wpcf7-text:focus, .wpcf7-textarea:focus {
	background-color:#fafeff;
}
.wpcf7-select, .mw_select,
.wpcf7-file, .me_file{
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	padding:5px 10px;
	font-size:0.9rem;
	min-height: 38px;
}
.wpcf7-textarea, .mw_area {
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	padding:5px;
	font-size:0.9rem;
}
.wpcf7 dd .sub, .mw_wrap dd .sub {
	font-size:14px;
}
.shonin .wpcf7-list-item{
	margin: 15px auto 0;
	text-align: center;
	display: block;
	font-size: 14px;
}
.wpcf7 .flex, 
.mw_wrap .flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.wpcf7 .flex .subbtn, 
.mw_wrap .flex .subbtn {
	margin:30px 15px 0;
}
.wpcf7 .flex .subbtn:first-of-type input, 
.mw_wrap .flex .subbtn:first-of-type input {
	background-color:#cccccc;
}
.priva {
	font-size: 14px;
}
.priva p {
	text-align:left;
}
.priva h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}
.priva h3 span {
	font-size:14px;
	margin-left:15px;
	display:inline-block;
}
.priva ul {
	width:100%;
	overflow-y:scroll;
	height:250px;
	border: 1px solid #D9E2E9;
	background:#FFF;
	padding: 20px;
}
.priva li:not(:last-child) {
	margin-bottom: 20px;
}
.priva li h4 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom:1px solid #2B1A02;
	font-size:14px;
	font-weight: 500;
}
.privabtn {
	text-align:center;
	margin-top:30px;
	font-weight:bold;
}
/* 
 エントリー
----------------------------------------------------------- */
.entry #sub_fv::before{
	content: "Entry Form";
}
.entry #sub_fv .img{
	background-image: url("./library/images/entry_fv.jpg");
} 
.entry_area{
	position: relative;
	z-index: 1;
}
.entry_area::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	width: clamp(120px, 11.7vw, 225px);
	height: 100%;
	background-image: url('library/images/entry_area_l.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
}
.entry_area::after{
	content: "";
	display: block;
	position: absolute;
	bottom: calc(clamp(50px, 6.8vw, 130px) * -1);
	right: 0;
	z-index: -10;
	width: clamp(120px, 11.7vw, 225px);
	height: 100%;
	background-image: url('library/images/entry_area_r.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;
}
.entry_area .inner{
	background-color: #FFFAE5;
	border-radius: 30px;
	margin-bottom: clamp(50px, 6.8vw, 130px);
}
.entry_area p.tac{
	margin-bottom: clamp(25px, 2.6vw, 50px);
}
.entry_fi {
	width: min(100%,800px);
	margin-inline: auto;
}
.entry_fi .wpcf7{
	width:auto;
	margin:0;
	max-width:100%;
}
.entry_fi .wpcf7 dt p, 
.entry_fi .mw_wrap dt p,
.entry_fi .address p{
	font-size: 15px;
}
.entry_fi .address > div > p,
.wpcf7 .sub_ttl p,
.mw_wrap .sub_ttl p{
	font-size: 15px;
}
.entry_fi .wpcf7-list-item{
	display: inline-block;
}
.entry_fi .birth > p{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.entry_fi .birth > p .wpcf7-select{
	width: 150px;
}
.entry_fi .birth > p small{
	padding: 0 10px;
}
.entry_fi .address,
.entry_fi .check .wpcf7-checkbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.entry_fi .address > div{
	width: 49%;
}
.entry_fi .address > div .wpcf7-select{
	width: 100%;
}
.entry_fi .check .wpcf7-list-item{
	width: 49%;
	display: block;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	font-size: 0.9rem;
	margin-right: 0;
}
.entry_fi .check .wpcf7-list-item label{
	width: 100%;
	height: 100%;
	display: block;
	padding: 5px 10px;
}
.entry_fi .file .sub{
	font-size: 14px;
}
.entry_fi .wpcf7-file{
	width: 100%;
	margin-bottom: 5px;
}
.shonin > p{
	text-align: center;
}
/* 
 news index-archives page（サイドバー無し）
----------------------------------------------------------- */
.news.list .bg_yellow::before {
	width: min(95%,1200px);
	margin-right: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 30px;
}
.news.list .inner{
	width: min(90%,1000px);
	padding: clamp(50px, 4.9vw, 95px) 0;
}
.news_info{
	margin-bottom: 30px;
}
.news_info span:first-of-type{
	margin-right: clamp(5px, 0.8vw, 15px);
	font-size: 14px;
}
.cat a{
	padding:5px clamp(15px, 1.3vw, 25px);
	font-size:16px;
	white-space: nowrap;
	margin: 3px 5px 3px 0;
	font-weight: normal;
	transition: all ease 0.5s;
	display: inline-block;
	line-height: 1.3;
	background-color: #FEEFD9;
	border-radius: clamp(15px, 1.6vw, 30px);
	line-height: 1;
}
.cat a:hover{
	background-color: #5F3700;
	color:#fff;
}
.news .cat a{
	padding:5px 10px;
	font-size:12px;
	background-color: #FF8F00;
	border-radius: 5px;
	border: 1px solid #FF8F00;
	color: #fff;
}
.news .cat a:hover{
	color: #FF8F00;
	background-color: #fff;
}
.ttl_maru{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #FF8F00;
	position: relative;
	padding-left: 23px;
}
.ttl_maru::before{
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	padding: 5px;
	border-radius: 10px;
	background-color: #fff;
	border: 4px solid #FF8F00;
}
#wrap{
	display:flex;
    justify-content:flex-start;
	flex-wrap:wrap;
}
#l_cotent{
	width:70%;
	margin-right:5%;
}
.news_list{
	margin-bottom: 45px;
}
.news_list > li{
	background-color: #fff;
	padding: 20px;
	border: 1px solid #ccc;
	border-left: 9px solid #FF8F00;
	margin-bottom:20px;
	position: relative;
	transition:all ease 0.5s;
}
.news_list > li:hover{
	background-color: #fff8f0;
}
.news_list > li > a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.news_list .news_info{
	margin-bottom: 0;
}
/*アイキャッチなしの場合は削除*/
.news_list > li dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news_list > li dt{
	width:30%;
}
.news_list > li dt img{
	width:100%;
	height: 100%;
	object-fit: cover;
}
/*アイキャッチなしの場合は削除 ここまで*/
.news_list > li dd{
	width:67%;
	/*▼アイキャッチなしの場合*/
	/*width: 100%;*/
}
.news_list > li dd a:hover{
	opacity: 0.7;
}
.news_list > li dd .news_info{
	padding-top: 5px;
	border-top: 1px solid #ccc;
	margin-bottom: 0;
}
.news_list > li dd h3{
	font-size:20px;
	background: none;
	padding-left: 0;
	text-align: justify;
	margin-bottom: 5px;
}
.news_list > li dd p{
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.5;
}
#sidebar {
	width: 25%;
}
.widgettitle {
	padding:0 0 5px 12px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	position: relative;
	padding-left: 15px;
}
.widgettitle::before{
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	padding: 5px;
	border-radius: 6px;
	background-color: #FF8F00;
}
.widget ul:not(.children) {
  margin-bottom: 30px;
}
.widget ul li:not(:last-child) a {
	margin-bottom: 10px;
}
.widget ul li a {
	width: 100%;
	font-size: 0.9rem;
	display: block;
	padding-left: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position:relative;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
}
.widget ul li a::before{
	content:"▶";
	font-size:10px;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);	
}
.widget ul li a:hover{
	color: #FF8F00;
}
#archives-dropdown-2 {
	width: 100%;
	font-size: 0.9rem;
	padding: 10px 15px;
	border: 0px;
	background-color: #F0F0F0;
}
.archivetitle{
	width:100%;
	margin-bottom:30px;
	font-weight:500;
}
/* news single page
----------------------------------------------------------- */
.stitle {
	font-size:clamp(22px, 1.3vw, 25px);
	font-weight: 700;
	line-height: 1.3;
	color: #FF8F00;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	position: relative;
	text-align: justify;
}
.stitle::before{
	content: "";
	background-color: #FF8F00;
	bottom:-1px;
	position: absolute;
	left:0;
	width: 50px;
	height: 1px;
}
.singlecont a {
	text-decoration: underline;
	color: inherit;
	font-weight: inherit;
}
.singlecont h1,
.singlecont h2,
.singlecont h3,
.singlecont h4,
.singlecont h5,
.singlecont h6{
	line-height: inherit;
	font-weight: bold;
}
/* 
 err
----------------------------------------------------------- */
.err #sub_fv::before{
	content: "404 Not Found";
}
/* 
 foot
----------------------------------------------------------- */
#footer a{
	transition:all ease 0.5s;
}
#footer a:hover{
	opacity: 0.7;
}
#footer .inner {
	padding:clamp(50px, 6.8vw, 130px) 0 clamp(15px, 1.3vw, 25px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#footer .info {
	width: 50%;
}
#footer .info > img{
	height: clamp(40px, 2.6vw, 50px);
	width: auto;
	margin-bottom: clamp(15px, 1.7vw, 33px);
}
#footer .info ul{
	margin-top: clamp(15px, 1.3vw, 25px);
	display: flex;
}
#footer .info ul li{
	margin-right: clamp(10px, 0.8vw, 15px);
}
#footer .info ul li img{
	width: clamp(30px, 2vw, 40px);
	height: auto;
}
#footer .sitemap {
	width: 50%;
}
#footer .sitemap .flex{
	justify-content: flex-end;
}
#footer .sitemap .flex > ul:not(:last-child){
	margin-right: clamp(30px, 2.9vw, 55px);
}
#footer .sitemap .flex > ul > li:not(:last-child){
	margin-bottom: clamp(5px, 1vw, 20px);
}
#footer .sitemap .flex > ul > li > a{
	padding-left: clamp(15px, 1.3vw, 25px);
	position: relative;
	transition: all ease 0.5s;
}
#footer .sitemap .flex > ul > li > a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 5px;
	background-image: url("./library/images/o_arrow.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#footer .sitemap .flex > ul > li:hover > a{
	color: #FF8F00;
}
#footer .sitemap .flex > ul > li > ul{
	margin-left: 1em;
}
#footer .sitemap .flex > ul > li > ul > li{
	margin-top: clamp(5px, 0.8vw, 15px);
}
#footer .sitemap .flex > ul > li > ul > li > a{
	color: rgba(95,55,0,0.5);
}
#footer .sitemap .flex > ul > li > ul > li:hover > a{
	color: rgba(255,143,0,0.5);
}
#footer .sitemap .flex > ul > li i{
	padding-left: clamp(8px, 0.8vw, 15px);
	color: rgba(95,55,0,0.5);
}
.copy {
	width: 100%;
	padding-top: clamp(15px, 1.1vw, 22px);
	border-top: 1px dotted #5F3700;
	margin-top: clamp(30px, 3.4vw, 65px);
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
}
/* 
 smartphone menu btn
----------------------------------------------------------- */
#spnavbtn {
	position:fixed;
	top:4%;
	right:2%;
	z-index:999;
	text-align:center;
	padding:12px 10px 5px 11px;
	cursor:pointer;
	display:none;
}
.nav-trigger, .nav-trigger span {
	display: inline-block;
	transition: all ease 0.5s;
	box-sizing: border-box;
}
.nav-trigger {
	position: relative;
	width: 30px;
	height: 18px;
}
.nav-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #5F3700;
	border-radius: 20px;
}
.nav-trigger span:nth-of-type(1) {
	top: 0;
}
.nav-trigger span:nth-of-type(2) {
	top: 8px;
}
.nav-trigger span:nth-of-type(3) {
	bottom: 0;
}
/* 
 smartphone menu btn click
----------------------------------------------------------- */
#spnavbtn .activete {
	font-size:0.9em;
	opacity:0;
}
#spnavbtn .activete:before {
	content:"";
}
.nav-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.nav-trigger.active span:nth-of-type(2) {
	left: 60%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.nav-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
/* 
 smartphone menu btn click area
----------------------------------------------------------- */
#spnav {
	position:relative;
	z-index:999;
}
#container{
	position: relative;
}
#sp_close{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	z-index: 998;
	display: none;
}
#sp_close.open{
	display: inherit;
}
#spnav .trigger {
	width:300px;
	height:100%;
	transition:all ease 0.5s;
	position:fixed;
	top:0;
	left:-300px;
	color:rgba(255,255,255,0);
	overflow-y:scroll;
}
#spnav .open {
	width:300px;
	max-width:80%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	color:rgba(150,150,150,1);
	overflow-y:scroll;
	-webkit-backdrop-filter: saturate(140%) blur(20px) brightness(130%);
	backdrop-filter: saturate(140%) blur(20px) brightness(130%);
	background: rgba(255,255,255,0.7);
}
#spnav .trigger > p {
	width:100%;
	padding:15px;
	text-align:center;
}
#spnav .trigger > p img {
	height: 40px;
	width: auto;
	margin:0 auto;
}
#spnav .trigger > ul > li {
	border-bottom:1px solid rgba(255,143,0,0.5);
	text-align:center;
	color: #231815;
	font-size:0.9rem;
	transition:all ease 0.5s;
}
#spnav .trigger > ul > li:last-child {
	border-bottom:1px solid rgba(255,143,0,0.5);
}
#spnav ul li a {
	display:flex;
	align-items: center;
	justify-content: center;
	text-decoration:none;
	padding:0 10px;
	height:48px;
	transition:all ease 0.5s;
	line-height: 1.2;
}
#spnav ul li a i{
	margin-right: 5px;
}
#spnav ul li a:hover, #spnav .navright:hover {
	background:#fff;
	color:#969696;
}
#spnav ul li.open_btn p{
	cursor:pointer;
	padding: 12px 0;
	text-align: center;
	font-size: 0.9rem;
}
#spnav ul li.open_btn span{
	font-size: 0.7em;
	position: relative;
	top: -1px;
	padding: 1em 0 1em 1em;
	color: #FF8F00;
}
#spnav ul li ul {
	display: none;
}
#spnav ul li ul li {
	border-top:1px solid rgba(255,143,0,0.2);
}
#spnav ul li ul li:last-child {
	border-bottom:none;
}
@media screen and (max-width: 1600px) {
	/* 
	 header
	----------------------------------------------------------- */
	.navwrap div > ul:nth-child(2) > li{
		margin-left: 20px;
	}
	.navwrap div > ul:nth-child(2) > li:nth-last-child(-n+2) a{
		padding: 5px 20px;
	}
}
@media screen and (max-width: 1400px) {
	/* 
	 sub
	----------------------------------------------------------- */
	.bg_yellow::before{
		left: 0;
		width: 100vw;
	}
}
@media screen and (max-width: 1200px) {
	/* 
	 header
	----------------------------------------------------------- */
	.navwrap div > ul:nth-child(2) > li{
		margin-left: 10px;
	}
	.navwrap div > ul:nth-child(2) > li:nth-last-child(-n+2) a{
		padding: 5px 10px;
	}
}
@media screen and (max-width: 1100px) {
	.pc1100{
		display: none;
	}
	br.pc1100{
		display: none;
	}
	.sp1100{
		display: block;
	}
	br.sp1100{
		display: inherit;
	}
	/* 
	 header
	----------------------------------------------------------- */ 
	.navwrap{
		padding: 10px clamp(20px, 2.6vw, 50px); 
	}
	.navwrap > div > ul{
		display: none;
	}
	/* 
	 top
	----------------------------------------------------------- */ 
	#fv{
		background-image: url('library/images/fv_txt_bg.png');
		background-position: bottom 8% left;
		background-size: 100px auto;
		background-repeat: no-repeat;
	}
	.fv_slider{
		width: 95%;
	}
	.fv_slider .slick-slide{
		border-radius: clamp(15px, 1.6vw, 30px) 0 0 clamp(15px, 1.6vw, 30px);
	}
	#fv .txt{
		writing-mode: inherit;
		width: 100%;
		margin-bottom: 20px;
		margin-top: 90px;
		background-image: none;
		padding: 0 5%;
	}
	#fv .txt h1{
		margin-bottom: 10px;
		margin-left: 0;
	}
	#fv .scroll{
		display: none;
	}
	#top_symptoms ul{
		grid-template-columns: repeat(4, 1fr);
	}
	/* 
	 subpage共通
	----------------------------------------------------------- */ 
	.txt_list > li .txt{
		width: 100%;
		margin-top: 25px;
	}
	/* 
	 aboutus
	----------------------------------------------------------- */ 
	#aboutus_wrap .txt_list li:first-child h2{
		width: 35%;
	}
	#aboutus_wrap .txt_list li:first-child .flex_txt{
		width: 60%;
	}
	/* 
	 news
	----------------------------------------------------------- */ 
	.news_list > li dd h3{
		font-size:18px;
	}
	.news_list > li dd p{
		margin-bottom: 15px;
	}
	.news_list > li dd .info{
		padding-top: 15px;
	}
	/* 
	 smartphone menu btn
	----------------------------------------------------------- */
	#spnavbtn {
		top:7px;
		right:10px;
		padding:10px 10px 5px 11px;
		display:block;
	}
	.nav-trigger {
		width: 30px;
	}
	/* 
	 エントリー
	----------------------------------------------------------- */ 
	.entry_area .inner{
		padding: 70px 0;
	}
	.entry_fi {
		padding: 40px 50px;
	}
	/* 
	 footer
	----------------------------------------------------------- */
	#footer .info {
		width: 100%;
		margin-bottom: 20px;
	}
	#footer .sitemap {
		width: 100%;
	}
}
@media screen and (max-width:820px) {
	.pc {
		display:none;
	}
	br.pc{
		display: none;
	}
	.sp {
		display:block;
	}
	br.sp{
		display: inherit;
	}
	.flex-prev {
		display:none!important;
	}
	.flex-next {
		display:none!important;
	}
	body{
		font-size: 16px;
	}
	/* 
	 top
	----------------------------------------------------------- */
	#top_menu .flex > ul{
		width: 100%;
		margin-bottom: 25px;
	}
	#top_menu .flex .slider{
		width: 100%;
	}
	#top_menu .inner > ul{
		grid-template-columns: repeat(2, 1fr);
	}
	#top_news ul li dt{
		width:25%;
	}
	#top_news ul li dd{
		width:72%;
	}
	#top_symptoms ul{
		grid-template-columns: repeat(3, 1fr);
	}
	#top_about .box .txt{
		width: 70%;
	}
	#top_service .txt_area .img{
		width: 95vw;
		margin-bottom: 20px;
	}
	#top_service .txt_area .txt{
		width: 100%;
	}
	/* 
	 product
	----------------------------------------------------------- */ 
	.product_list li{
		padding-bottom: 0;
		border-bottom: none;
	}
	.product_list li .txt{
		width: 100%;
	}
	.product_list li .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.product_list dl dt,
	.product_list dl dd{
		width: 100% !important;
	}
	.product_list dl:not(.seller) dd{
		width: 100%;
		text-align: right;
	}
	.product_list dl.effect ul li{
		margin: 3px 10px 3px 0;
	}
	/* 
	 aboutus
	----------------------------------------------------------- */ 
	#aboutus_wrap .txt_list li:first-child h2,
	#aboutus_wrap .txt_list li #possible h3{
		width: 100%;
		margin-bottom: 20px;
	}
	#aboutus_wrap .txt_list li:first-child .flex_txt,
	#aboutus_wrap .txt_list li #possible .flex_txt{
		width: 100%;
	}
	/* 
	 links
	----------------------------------------------------------- */ 
	#links_wrap ul{
		grid-template-columns: repeat(1, 1fr);
	}
	#links_wrap ul li h2 {
		font-size: clamp(18px, 1.3vw, 25px);
	}
	/* 
	 エントリー
	----------------------------------------------------------- */ 
	.entry_area .inner{
		padding: 50px 0;
	}
	.entry_fi {
		padding: 30px;
	}
	.entry_fi .birth > p .wpcf7-select{
		width: 130px;
	}
	/* 
	 news index-archives page
	----------------------------------------------------------- */
	.archivetitle {
	  font-size: 25px;
	  margin: 0 auto 15px;
	}
	.archivetitle span {
	  font-size: 15px;
	  padding-right: 5px;
	}
	.cate_list {
	  background-color: #291F12;
	  padding: 5px 10px 10px;
	  font-size: 15px;
	  line-height: 1.3;
	  margin-bottom: 30px;
	}
	.cate_list a {
	  margin-right:5px;
	  padding: 0 5px 2px;
	  font-size: 0.8rem;
	}
	.bcontwrap ul::before,
	.bcontwrap ul::after{
		width: 47.5% !important;
	}
	.bcontwrap ul li {
	  width: 47.5%;
	  margin-bottom: 30px;
	}
	.bcontwrap li .news_info {
	  font-size: 15px;
	}
	.bcontwrap li .news_info a {
	  padding: 1px 10px;
	  margin: 0 0 0 5px;
	  font-size: 12px;
	}
	/* news single page
	----------------------------------------------------------- */
	#l_cotent {
		width: 100%;
		margin: 0;
	}
	#sidebar {
		width: 100%;
		margin-top: 40px;
	}
	.news_list{
		margin-bottom: 30px;
	}
	/* 
	 ページネーション
	----------------------------------------------------------- */
	#prev, #next {
		width:100%;
		margin:0 0 5px;
	}
	#next {
		float:right;
	}
	.single .nav-below {
		margin-top: 40px;
	}
	/* 
	 contact
	----------------------------------------------------------- */
	#cont_list {
		margin-bottom: 30px;
	}
	#cont_list li {
		font-size: 0.9rem;
		padding: 5px;
		line-height: 25px;
	}
	.wpcf7 dl, .mw_wrap dl {
		width:100%;
		display:block;
		border-top:0px dashed #CCC;
		margin-bottom:15px;
	}
	.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
		display: inline-block;
		width: 26%;
	}
	.priva ul {
		font-size:0.9rem;
	}
	.priva li p,
	.priva li h4{
		font-size:0.9rem !important;
	}
	/* 
	 foot
	----------------------------------------------------------- */
	#footer .info {
		width: 100%;
	}
	#footer .sitemap {
		width: 100%;
	}
	#footer .flex {
		display: none;
	}
}
@media screen and (max-width:640px) {
	.pc640{
		display: none;
	}
	br.pc640{
		display: none;
	}
	.sp640{
		display: block;
	}
	br.sp640{
		display: inherit;
	}
	#top_back{
		display: none;
	}
	/* 
	 top
	----------------------------------------------------------- */
	#top_menu .flex > ul li i{
		right: 5px;
		bottom: 5px;
		font-size: 1em;
	}
	#top_news .flex .linkbox,
	#top_symptoms .flex .linkbox,
	#top_products .flex .linkbox,
	#top_service .flex .linkbox{
		width: 100%;
	}
	#top_news .flex .linkbox a,
	#top_symptoms .flex .linkbox a,
	#top_products .flex .linkbox a,
	#top_service .flex .linkbox a{
		margin: 0 auto;
	}
	#top_news .flex .top_h2,
	#top_symptoms .flex .top_h2,
	#top_products .flex .top_h2,
	#top_service .flex .top_h2{
		width: 100%;
		margin-bottom: clamp(25px, 2.6vw, 50px);
	}
	#top_news ul li dt{
		width:100%;
		margin-bottom: 15px;
	}
	#top_news ul li dd{
		width:100%;
	}
	#top_symptoms ul{
		grid-template-columns: repeat(2, 1fr);
	}
	#top_products ul{
		grid-template-columns: repeat(1, 1fr);
	}
	#top_about .box .txt{
		width: 100%;
	}
	#top_about .box{
		background-position: top right 20%;
		background-size: auto 70%;
	}
	#top_about .box .linkbox a{
		margin-inline: auto;
	}
	#top_service .txt_area .img li:not(:first-child){
		display: none !important;
	}
	#top_link ul li:nth-child(2){
		grid-column: 1/3;
		grid-row: 2/3;
	}
	#top_link ul li:nth-child(3){
		grid-column: 1/3;
		grid-row: 3/4;
	}
	#top_link ul li:nth-child(1) .img,
	#top_link ul li:nth-child(1) .txt{
		width: 100%;
	}
	/* 
	 subpage共通
	----------------------------------------------------------- */ 
	#sub_fv .img{
		width: 95vw;
		margin-top: 15px;
	}
	#sub_fv::before{
		top: 30%;
	}
	.txt_list > li .flex .img{
		width: 100%;
	}
	.txt_list > li .flex .img img{
		max-width: 320px;
		height: auto;
		margin: 0 auto;
	}
	.txt_list > li .flex .text{
		width: 100%;
		margin-top: 25px;
	}
	.hyo dl dt,
	.hyo2 dl dt {
		width: 100%;
	}
	.hyo2 dl dt{
		font-weight: 600;
	}
	.hyo dl dd,
	.hyo2 dl dd {
		width: 100%;
	}
	/* 
	 symptoms
	----------------------------------------------------------- */
	#symptoms_wrap .inner > ul{
		grid-template-columns: repeat(1, 1fr);
	}
	/* 
	 aboutus
	----------------------------------------------------------- */ 
	#aboutus_wrap .txt_list #storelist .txt > ul > li .img{
		width: 100%;
		margin-bottom: 15px;
	}
	#aboutus_wrap .txt_list #storelist .txt > ul > li .flex_txt{
		width: 100%;
	}
	/* 
	 contact
	----------------------------------------------------------- */ 
	#contact_wrap p.tac{
		text-align: justify;
	}
	/* 
	 エントリー
	----------------------------------------------------------- */ 
	.entry_area .inner{
		padding: 40px 0;
	}
	.entry_fi {
		padding: 20px;
	}
	.entry_fi .birth > p small{
		padding: 0 5px;
	}
	.entry_fi .birth > p .wpcf7-select{
		width: 75px;
	}
	.entry_fi .check .wpcf7-list-item{
		width: 100%;
	}
	/* 
	 news
	----------------------------------------------------------- */
	#g_list {
		margin:0 auto 30px;
	}
	.bcontwrap ul li {
	  width: 100%;
	}
	.news_list > li dd h3 {
	  font-size: 17px;
	}
	.news_list > li{
		padding: 15px;
	}
	.news_list > li dt {
		width: 100%;
		margin: 0 auto 15px;
	}
	.news_list > li dd {
		width: 100%;
	}
	.news_list > li dd p{
		margin-bottom: 10px;
	}
	.news_list > li dd .info{
		padding-top: 10px;
	}
	/* 
	 foot
	----------------------------------------------------------- */
}