@charset "UTF-8";

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","游ゴシック","Yu Gothic",Meiryo,sans-serif;
	font-style: normal;
	font-size: 16px;
	letter-spacing: .06em;
	line-height: 2;
	padding:0;
	margin:0;
	-webkit-text-size-adjust: 100%;
}

div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fildset,p,blockquote,
figure,figcaption,picture {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-weight: inherit;
}
img {
	display: block;
    max-width: 100%;
    height: auto;
	margin: auto;
}
img.radi-50 {border-radius: 50%;}

table {
    font-size: inherit;
    font: 100%;
	border-collapse: separate;
	border-spacing: 0;
}
address{
	font-style: normal;
	line-height: 1.8;
	letter-spacing: .14em;
	word-break: keep-all;
	overflow-wrap: break-word;
}
ul{
	list-style:none;
}
ol {
    list-style-position: inside;
}
a{
	color: inherit;
	text-decoration: none;
	outline: 0;
	transition: color 0.4s, background-color 0.4s;
}
button {
	display: block;
	padding: 0;
	border: none;
	outline: none;
	font: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
}
cite {
	display: block;
	color: #abb3bb;
	font-size: 94%;
	font-style: normal;
	letter-spacing: .1em;
	line-height: 1.8;
	margin-top: 1em;
}
iframe {
	display: block;
}
i {font-weight: normal !important;}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*<group=style>*/
.fw_bold{font-weight: 700;}
.fw_reg {font-weight: 400;}
/*</group>*/

/*<group=text_align>*/
.txt_al_l{text-align:left;}
.txt_al_r{text-align:right;}
.txt_al_c{text-align:center;}
.sp_txt_l{text-align:center;}
/*</group>*/

/*<group=float>*/
.flt_l{float:left;}
.flt_r{float:right;}	
/*</group>*/

.blocklink,
.blocklink_out {
	cursor:pointer;
}

.img_max {
	width: 100% !important;
	max-width: initial !important;
}
.change_img img {margin-left: auto; margin-right: auto;}

.bg_white {	background-color: #fff;}
a
.flex_box {
	display: flex;
}
.grid_box {
	display: grid;
}

.aster_list {
	margin-top: 1em;
}
.aster_txt,
.aster_list > li {
	position: relative;
	color: #737373;
	font-size: 93%;
	letter-spacing: .02em;
	line-height: 1.7;
}
.aster_list > li {
	text-indent: -1em;
    padding-left: 1em;
}

.red {color: #cc2d2d;}
.org {color: #fc822d;}
.yel {color: #ffff52;}
.grn {color: #6ccf00;}
.lgrn {color: #17c96f;}
.blu {color: #388cec;}
.ppl {color: #7e73bc;}

.ft_hkr {
	font-family: "ads-hikari", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .05em;
	line-height: 1.3;
}
.ft_neu {
	font-family: neulis-sans, sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: .05em;
	line-height: 1;
}

.com_txt_link {
	text-decoration: underline;
	text-underline-offset: .1em;
}
.com_txt_link:hover {
	text-decoration: none;
	color: var(--color_grn);
}

#wrapper {
	overflow: clip;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
body {
	font-size: 15px;
	letter-spacing: .02em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* スマホのときはビューポートを基準にサイズ調節する */
/* スマホ時：emまたは%で指定する */
/* スマホ以外でビューポート基準にするときは、その都度「vw」で指定する */
body {
	font-size: 4.1vw;
	letter-spacing: .02em;
	line-height: 1.8;
}
/*<group=text_align>*/
.sp_txt_l{text-align:left;}	
/*</group>*/

.aster_txt,
.aster_list > li {
	font-size: 80%;
	line-height: 1.6;
}

cite {
	font-size: 75%;
	letter-spacing: normal;
	line-height: 1.4;
	margin-top: 1em;
}
address {
	font-size: 85%;
	letter-spacing: .02em;
}

.ft_min {
	letter-spacing: .1em;
	line-height: 1.6;
}
}


/*---------------------------------------------------------
variable
---------------------------------------------------------*/
:root {
	--font_neu: normal normal 600 100%/1 neulis-sans,sans-serif;
	--font_hkr: normal normal 400 100%/1 "ads-hikari", sans-serif;

	--color_red: #cc2d2d;
	--color_org: #fc822d;
	--color_yel: #ffff52;
	--color_grn: #76c93f;
	--color_lgrn: #17c96f;
	--color_blu: #388cec;
	--color_ppl: #7e73bc;
}


/*---------------------------------------------------------
tel
---------------------------------------------------------*/
/* スマホで電話をかけるボタン：画像対応 */
.sp_tel_btn {
	position: relative;
}
.sp_tel_btn img {
	position: relative;
	z-index: 0;
}
.sp_tel_btn span,
.sp_tel_btn a {
	display: block;
}
.sp_tel_btn a {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
/* PC時はaタグ無効 */
@media(min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*---------------------------------------------------------
anchor
---------------------------------------------------------*/
.anchor-target {
	scroll-margin-top: min(15vw,200px);
}

/*---------------------------------------------------------
scroll
---------------------------------------------------------*/
.scl_area {
	position: relative;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.scl_area {
	padding-bottom: 8%;
}
}


/*---------------------------------------------------------
animation
---------------------------------------------------------*/
.anm_fade,
.fade_list > li {
	opacity: 0;
	transition: opacity 1.5s ease;
}
.anime_on .anm_fade,
.anime_on.anm_fade,
.fade_list.anime_on > li {
	opacity: 1;
}

.anm_up,
.fadeup_list > li {
	opacity: 0;
	translate: 0 20px;
	transition: all 1s .2s ease;
}
.anime_on .anm_up,
.anime_on.anm_up,
.fadeup_list.anime_on > li {
	opacity: 1;
	translate: 0 0;
}
.fade_list > li:nth-of-type(2) {transition-delay: .2s}
.fade_list > li:nth-of-type(3) {transition-delay: .4s}
.fade_list > li:nth-of-type(4) {transition-delay: .6s}
.fade_list > li:nth-of-type(5) {transition-delay: .8s}
.fade_list > li:nth-of-type(6) {transition-delay: 1.0s}
.fade_list > li:nth-of-type(7) {transition-delay: 1.2s}

.anm_zoom {
	opacity: 0;
	scale: 0.9;
	transition: all .7s .2s ease;
}
.anime_on .anm_zoom,
.anime_on.anm_zoom {
	opacity: 1;
	scale: 1;
}

.anm_pyon {
	opacity: 0;
}
.anime_on .anm_pyon,
.anime_on.anm_pyon {
	animation: pyonpyon 3s .2s forwards ease;
}
.anm_pyon:nth-of-type(2) {
	animation-delay: .3s;
}
@keyframes pyonpyon {
  0% {
	opacity: 0;
    translate: 0 0;
  }
  10% {
	opacity: 0;
    translate: 0 0;
  }
  20% {
	opacity: 1;
    translate: 0 -15px;
  }
  25% {
    translate: 0 0;
  }
  30% {
    translate: 0 -15px;
  }
  50% {
    translate: 0 0;
  }
  100% {
	opacity: 1;
    translate: 0 0;
  }
}
@keyframes fuwa1 {
    0% {margin-top: 20px;}
    100% {margin-top: 0;}
}
@keyframes fuwa2 {
    0% {margin-bottom: 20px;}
    100% {margin-bottom: 0;}
}
/*PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {
.fadeup:nth-of-type(2),
.anm_fade:nth-of-type(2) {transition-delay: .2s}
}


/*---------------------------------------------------------
slider
---------------------------------------------------------*/
.com_bx_wrap {
	position: relative;
}
.com_bx_wrap .slide_list li {
    display: none;
	margin-right: 30px;
}
.com_bx_wrap .bx-viewport .slide_list li {
    display: block;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_bx_wrap .slide_list li {
	margin-right: 4vw;
}
}
/*swiper
---------------------------------------------------------*/
/* .swiper { display: none;} */
.swiper-wrapper {z-index: auto !important;}
/* .swiper.swiper-initialized { display: block;} */
.swiper-fade .swiper-slide {
    transition-property: opacity !important;
}
.swip_ticker .swiper-wrapper {
	transition-timing-function: linear !important;
}
/*dot
---------------------------------------------------------*/
.swip_navi .swip-pagination {
	display: flex;
	justify-content: center;
	left: 0;
	right: 0;
	bottom: 100px;
	margin: 1.8em auto 0;
	z-index: 1;
}
.swip_navi .swip-pagination .swiper-pagination-bullet {
	position: relative;
	cursor: pointer;
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #17c96f;
	opacity: 1;
	box-sizing: border-box;
	margin: 0 .8em !important;
	transition: background-color 0.4s;
}
.swip_navi .swip-pagination .swiper-pagination-bullet-active,
.swip_navi .swip-pagination .swiper-pagination-bullet:hover {
	background-color: #FFF;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.swip_navi .swip-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 .6em !important;
}
}


/*---------------------------------------------------------
contact
---------------------------------------------------------*/
.com_ctc_list {
	display: flex;
	font-size: min(1.2vw,100%);
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_ctc_list {
	font-size: 100%;
}
}
/*contact:com_tel
---------------------------------------------------------*/
.com_tel dt {
	font-size: 143%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.3;
	white-space: nowrap;
	margin-bottom: .3em;
}
.com_tel_style {
	font: var(--font_neu);
	font-size: min(267%);
	letter-spacing: .08em;
	white-space: nowrap;
}
.com_tel_style::before {
	font-family: 'fontello';
	content: '\e803';
	letter-spacing: normal;
	color: var(--color_grn);
	font-weight: normal;
	font-size: 120%;
	vertical-align: -0.04em;
	margin-right: .2em;
}

header .com_tel_style {
	font-size: min(218%);
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_tel dt {
	font-size: 130%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_tel dt {
	font-size: 105%;
}
.com_tel_style {
	font-size: 8vw;
}
}
/*contact:com_ctc_btn
---------------------------------------------------------*/
.com_ctc_btn {
	margin: 0 .3em;
}
.com_ctc_btn > a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-width: 6.3em;
	height: 100%;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 168%;
	letter-spacing: .15em;
	line-height: 1.2;
	white-space: nowrap;
	background-color: #a4dc3f;
	transition: background-color 0.3s, filter 0.3s;
	box-sizing: border-box;
	padding: .8em .5em;
}
.com_ctc_btn > a::before {
	position: absolute;
	content: "";
	background-color: rgba(255,255,255,0.7);
	width: .4em;
	height: .4em;
	clip-path: polygon(0 100%, 100% 100%, 100% 0);
	right: 0;
	bottom: 0;
}
.com_ctc_btn > a > div {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding-left: 2em;
}
.com_ctc_btn > a > div::before {
	position: absolute;
	display: block;
	content: "";
	background-repeat: no-repeat;
	width: 1.8em;
	height: 1.8em;
	left: 0;
	top: 50%;
	translate: 0 -50%;
}
.com_ctc_btn > a span {
	display: block;
	font: var(--font_neu);
	font-size: 118%;
	letter-spacing: .05em;
}
.com_ctc_list .btn_tel a div::before {	background-image: url(../images/common/icon_tel.svg);}
.com_ctc_list .btn_web a {	background-color: #5996cc;}
.com_ctc_list .btn_web a div::before {	background-image: url(../images/common/icon_web.svg);}
.com_ctc_list .btn_mail a {	background-color: #ffc81e;}
.com_ctc_list .btn_mail a div::before {	background-image: url(../images/common/icon_mail.svg);}
.com_ctc_list .btn_line a {	background-color: #2cb033;}
.com_ctc_list .btn_line a div::before {	background-image: url(../images/common/icon_line.svg);}

.com_ctc_btn > a:hover {
	filter: brightness(1.05);
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_ctc_btn > a {
	font-size: 4.6vw;
}
}
/*contact:com_ctc_box
---------------------------------------------------------*/

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.com_ctc_box {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 2%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_ctc_box .com_tel {
	max-width: max-content;
	margin: 0 auto 8%;
}
.com_ctc_box .com_ctc_list {
	justify-content: center;
}
}



/*---------------------------------------------------------
schedule
---------------------------------------------------------*/
/*com_time_txt
---------------------------------------------------------*/
.com_time_txt {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 106%;
	font-weight: bold;
	line-height: 1.4;
	margin-top: .5em;
}
.com_time_txt > li {
	margin-right: 1em;
}
.com_time_txt > li:last-of-type {
	margin-right: 0;
}
header .com_time_txt {
	font-size: 87%;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_time_txt {
	font-size: 80%;
}
}


/*---------------------------------------------------------
header
---------------------------------------------------------*/
header {
	width: 100%;
	box-sizing: border-box;
	left: 0;
	top: 0;
	z-index: 500;
	transition: transform 0.5s, position 0.5s;
}
header h1 {
	color: #FFF;
	font-size: min(1.15vw,87%);
	line-height: 1.4;
	letter-spacing: .1em;
	margin-bottom: 1em;
}
header .h_logo {
	display: block;
	max-width: max-content;
}
header .com_ctc_list {
	width: 62vw;
	max-width: 860px;
	background-color: #fff;
	margin-left: auto;
}
header .com_ctc_list > li {
	width: 20%;
	margin: 0;
}
header .com_ctc_list > li.h_tel {
	width: 40%;
	text-align: center;
	padding: 1em;
}
header .com_ctc_btn > a {
	min-width: 0;
}
/* PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {
header .h_inbox {
	position: relative;
	display: flex;
	justify-content: space-between;
}
header .h_left {
	width: 32%;
	padding: 25px;
	padding-right: 0;
}
header .h_logo {
	width: 90%;
}
header .h_right {
	width: 65%;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
header .h_left {
	padding: 15px 0 20px 15px;
}
header h1 {
	letter-spacing: .05em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
header {
	padding: 4vw;
}
header .h_inbox {
	display: block;
}
header .h_logo {
	width: 55vw;
}
header h1 {
	font-size: 65%;
	letter-spacing: .1em;
}
header .h_right {
	display: none;
}
}
/*header:animation
---------------------------------------------------------*/
header.is-abs {
	position: absolute;
}
header.is-fixed {
	position: fixed;
	background-color: rgba(118,201,63,0.9);
	transform: translateY(-100%);
}
header.is-show {
	animation: sclAnimation 1.0s forwards;
}
@keyframes sclAnimation {
	from {	transform: translateY(-100%);}
	to {	transform: translateY(0);}
}

.contentpage header {
	position: relative !important;
	background-color: var(--color_grn);
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
header {
	background-color: transparent !important;
	position: absolute !important;
}
.contentpage header {
	background-color: var(--color_grn) !important;
}
}


/*---------------------------------------------------------
navigation
---------------------------------------------------------*/
.m_nav_area {
	box-sizing: border-box;
	padding: 30px 2% 0 0;
}
.m_nav_area .m_nav {
	justify-content: flex-end;
}
/*nav:m_nav
---------------------------------------------------------*/
.m_nav {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: min(1.3vw,1.12rem);
}
.m_nav > li {
	position: relative;
	margin: 0 1em;
}
.m_nav > li > a {
	position: relative;
	display: block;
	text-align: center;
	font-weight: bold;
	letter-spacing: .14em;
	line-height: 1.3;
	white-space: nowrap;
	padding: .2em 0;
}
.m_nav > li > a:hover {color: #ffff52;}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_nav > li {
	margin: 0 .7em;
}
}


/*---------------------------------------------------------
drawer
---------------------------------------------------------*/
#drawer .drw_nav {
	width: 80%;
	margin: 0 auto 15%;
}
#drawer .drw_nav > li {
	margin-bottom: .8em;
}
#drawer .drw_nav a {
	position: relative;
	display: block;
	min-width: 0;
	text-align: center;
	color: #FFF;
	font-size: 95%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5;
	padding: 1.4em 0;
	border-bottom: 1px solid currentColor;
}
#drawer .drw_nav a::before {
	position: absolute;
	content: "";
	background-color: #2cb033;
	width: 2.6em;
	height: 1px;
	left: 0;
	right: 0;
	bottom: -1px;
	margin: auto;
}
#drawer .drw_nav a::after {
	position: absolute;
	display: block;
	font-family: 'fontello';
	content: '\e800';
	font-weight: normal;
    text-align: center;
	color: var(--color_grn);
	background-color: #FFF;
    border-radius: 50%;
	font-size: 85%;
	letter-spacing: normal;
    width: 1.6em;
	line-height: 1.6;
	left: 50%;
	bottom: 0;
	translate: -50% 50%;
	transition: all .4s;
}

.drw_contact {
	text-align: center;
	background-color: #fff;
	padding: 8% 5%;
	border-radius: 3vw;
}
.drw_contact .com_ctc_list {
	justify-content: center;
	margin: 1em auto 0;
}
.drw_contact .com_ctc_list > li {
	margin: 0 .2em;
}
.drw_contact .com_ctc_btn > a {
	font-size: 4.4vw;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#drawer {
	display: none;
}
}


/*---------------------------------------------------------
link / btn
---------------------------------------------------------*/
.com_cclbtn {
	transition: scale .5s;
}
.com_cclbtn:hover {
	scale: 0.95;
}

/*com_arw
---------------------------------------------------------*/
.com_arw {
    position: relative;
	display: block;
    text-align: center;
	color: #FFF;
	background-color: var(--color_grn);
    border-radius: 50%;
	font-size: min(100%,16px);
	letter-spacing: normal;
    width: 2.5em;
	line-height: 2.5;
	transition: all .4s;
} 
.com_arw::before {
	display: block;
	font-family: 'fontello';
	content: '\e800';
	font-weight: normal;
	transition: all .4s;
}
.com_arw.ank::before {
    rotate: 90deg;
}
.com_arw.bdr {
	background-color: transparent;
	border: 1px solid currentColor;
}
a:hover .com_arw::before,
.hov_arw:hover .com_arw::before {
	translate: 5% 0;
}
a:hover .com_arw.bdr,
.hov_arw:hover .com_arw.bdr {
	color: var(--color_grn);
	background-color: #FFF;
	border-color: transparent;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_arw {
    font-size: 3vw;
}
}
/*com_link1
---------------------------------------------------------*/
.com_link1 {
	margin-top: 1.5em;
}
.com_link1 a {
	position: relative;
	display: inline-block;
	width: 18em;
	max-width: 96%;
	text-align: left;
	font-size: min(2vw,1rem);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.3;
	background-color: #fff;
	box-sizing: border-box;
	padding: 1.3em 4.5em 1.3em 3.5em;
	border-radius: 1.8em;
	border: 1px solid #6ccf00;
}
.com_link1 a::after {
	position: absolute;
	display: block;
	font-family: 'fontello';
	content: '\e800';
	color: #6ccf00;
	font-weight: normal;
	letter-spacing: normal;
	right: 3.5em;
	top: 50%;
	translate: 0 -50%;
	transition: all .5s;
}
.com_link1 a:hover {color: #FFF; background-color: #6ccf00;}
.com_link1 a:hover::after {color: #FFF;}
.com_link1.out a::after { rotate: -45deg; }

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_link1 a {
	letter-spacing: .08em;
	padding-left: 2.5em;
	padding-right: 3.5em;
}
.com_link1 a::after {
	right: 2.5em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_link1 {
	text-align: center;
	margin-top: 1em;
}
.com_link1 a {
	font-size: 3.5vw;
}
}
/*com_link2
---------------------------------------------------------*/
.com_link2 {
	margin-top: 1em;
}
.com_link2 a {
	position: relative;
	display: inline-block;
	text-align: left;
	font-size: min(2vw,1.18rem);
	letter-spacing: .1em;
	line-height: 1.3;
	box-sizing: border-box;
	padding-right: 2em;
}
.com_link2 a::before {
	position: absolute;
	display: inline-block;
	font-family: 'fontello';
	content: '\e800';
	color: #6ccf00;
	font-size: 110%;
	font-weight: normal;
	letter-spacing: normal;
	right: 0;
	top: 0;
}
.com_link2 a:hover {color: #6ccf00;}
.com_link2.out a::before { rotate: -45deg; }

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_link2 a { letter-spacing: .08em;}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_link2 a {
	font-size: 100%;
}
}
/*list
---------------------------------------------------------*/
.com_btnlist {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1em;
}
.com_btnlist.jus_c {
	justify-content: center;
}
.com_btnlist > li {
	margin-right: 1.5em;
	margin-top: .8em;
}
.com_btnlist > li:last-of-type {
	margin-right: 0;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_btnlist > li {
	margin-right: 1.5em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_btnlist {
	display: block;
	margin-top: .8em;
}
.com_btnlist > li {
	margin: .8em auto 0;
}
}


/*---------------------------------------------------------
 accordion
---------------------------------------------------------*/
.open_btn {
	cursor: pointer;
	transition: color .5s, background-color .5s;
}
.open_box {
	display: none;
}
/*icon_open*/
.icon_open {
	position: relative;
	letter-spacing: normal;
	line-height: 1.0em;
	display: inline-block;
	vertical-align: middle;
	margin-left: .8em;
	width: 1.2em;
	height: 1.2em;
	color: #FFF;
	background-color: #ffbe17;
	border-radius: 50%;
	translate: 0 -0.1em;
	transition: transform .4s;
}
.icon_open::before,
.icon_open::after {
	content: "";
	position: absolute;
	width: .5em;
	height: 1px;
	background: currentColor;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.icon_open::after {
	transform: rotate(90deg);
	transition: transform 0.4s;
}
.active .icon_open::after {
	transform: rotate(0deg);
}

/*---------------------------------------------------------
 list
---------------------------------------------------------*/
.com_marulist > li{
	position: relative;
	box-sizing: border-box;
	text-align: left;
	line-height: 1.6;
	padding-left: 1.2em;
	margin-top: .5em;
}
.com_marulist > li::before {
	position: absolute;
	content: "";
	background-color: #388cec;
	border-radius: 50%;
	width: .9em;
	height: .9em;
	left: 0;
	top: .35em;
}
.com_dotlist > li {
	position: relative;
	box-sizing: border-box;
	line-height: 1.6;
	padding-left: 1em;
	margin-top: .4em;
}
.com_dotlist > li::before {
	position: absolute;
	content: '・';
	left: 0;
	top: 0;
}


/*---------------------------------------------------------
 text_style
---------------------------------------------------------*/
/*com_style*/
.com_style1 > dt,
.com_style1_txt {/*30px*/
	font-size: min(187%,2.6vw);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5;
	word-break: keep-all;
	overflow-wrap: break-word;
}
.com_style2 > dt,
.com_style2_txt {/*35px*/
	font-size: min(218%,2.6vw);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5;
	word-break: keep-all;
	overflow-wrap: break-word;
}
.com_style1 > dt,
.com_style2 > dt {
	margin-bottom: .5em;
}
/* com_pick_txt */
.com_pick_txt {
	text-align: center;
	font-size: min(112%,1.6vw);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6;
	word-break: keep-all;
	overflow-wrap: break-word;
}
/*com_fuki*/
.com_fuki {
	position: relative;
	text-align: center;
	max-width: max-content;
	font-size: min(2.2vw,166%);
	letter-spacing: .12em;
	line-height: 1.3;
	margin: 0 auto 1.5em;
}
.com_fuki::before,
.com_fuki::after {
	position: absolute;
	display: inline-block;
	content: "";
	background-color: currentColor;
	width: 1px;
	height: 2em;
	bottom: -0.5em;
}
.com_fuki::before {
	rotate: -35deg;
	right: calc(100% + 1.8em);
}
.com_fuki::after {
	rotate: 35deg;
	left: calc(100% + 1.8em);
}
/*com_ccl_txt*/
.com_ccl_txt {
    position: relative;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1.4;
    width: min(7.2em);
    height: min(7.2em);
    box-sizing: border-box;
    background-color: var(--color_grn);
    border-radius: 50%;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*com_style*/
.com_style1 > dt,
.com_style1_txt,
.com_style2 > dt,
.com_style2_txt {
	letter-spacing: .06em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_style1 > dt,
.com_style1_txt {
	font-size: 130%;
	letter-spacing: .05em;
}
.com_style2 > dt,
.com_style2_txt {
	font-size: 135%;
	letter-spacing: .05em;
}
/* com_pick_txt */
.com_pick_txt {
	font-size: 105%;
	letter-spacing: .05em;
}
/*com_fuki*/
.com_fuki {
	font-size: 120%;
	letter-spacing: .1em;
}
.com_fuki::before {
	right: calc(100% + 1.2em);
}
.com_fuki::after {
	left: calc(100% + 1.2em);
}
}


/*---------------------------------------------------------
title
---------------------------------------------------------*/
/*com_title1*/
.com_title1 {
	position: relative;
	max-width: max-content;
	text-align: center;
	font-size: min(356%,4.5vw);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5;
	margin: 0 auto 1.2em;
}
.com_title1::before {
	position: absolute;
	content: "";
	background: url(../images/common/bbl_whi.svg) no-repeat;
	background-size: contain;
	width: 4.8em;
	height: 4.4em;
	left: -1.2em;
	top: -1.2em;
}
.com_title1 > * {
	position: relative;
}
.com_title1 .ft_hkr {
	font-size: 68%;
	letter-spacing: .05em;
	margin-bottom: .5em;
}
/* com_bbl_title */
.com_bbl_title {
	position: relative;
	text-align: center;
	font-size: min(187%,2.6vw);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5;
	word-break: keep-all;
	overflow-wrap: break-word;
	padding: .5em 2em;
	border-radius: 1.2em;
	max-width: max-content;
	margin: 0 auto 1em;
}
.com_bbl_title::before {
	position: absolute;
	content: "";
	background-color: inherit;
	width: .8em;
	height: .6em;
	left: 50%;
	top: 99%;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
/* com_deco_txt */
.com_deco_txt {
	font: var(--font_neu);
	font-size: min(9vw,673%);
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*com_title1*/
.com_title1 {
	font-size: 165%;
	letter-spacing: .1em;
}
/* com_bbl_title */
.com_bbl_title {
	padding: .5em 1em;
	font-size: 120%;
}
/* com_deco_txt */
.com_deco_txt {
	font: var(--font_neu);
	font-size: 13vw;
}
}


/*---------------------------------------------------------
object
---------------------------------------------------------*/
/* obj_wrap */
.obj_wrap {
	position: absolute;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -2;
}
.obj_wrap > li {
	width: min(870px,65vw);
	height: min(870px,65vw);
	background: radial-gradient(transparent 36%, #ffffcb 36%);
	border-radius: 50%;
}
.obj_wrap > li:nth-of-type(odd) {
	translate: -8% 0;
}
.obj_wrap > li:nth-of-type(even) {
	margin-left: auto;
	translate: 8% 0;
}
/* obj_s */
.obj_s {
	position: absolute;
	width: min(370px,25vw);
	height: min(370px,25vw);
	background: radial-gradient(transparent 36%, #ffff52 36%);
	border-radius: 50%;
	z-index: -2;
	scale: 0.8;
	opacity: 0;
	transition: all 1s .2s;

	animation: fuwa1 3s ease-in-out infinite alternate;
}

.anime_on .obj_s,
.obj_s.anime_on {
	scale: 1;
	opacity: 1;
}
.obj_s:nth-of-type(2) {transition-delay: .4s;}
.obj_s:nth-of-type(3) {transition-delay: .6s;}
.obj_s:nth-of-type(4) {transition-delay: .8s;}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.obj_wrap {
	row-gap: 120vw;
}
.obj_wrap > li {
	width: 90vw;
	height: 90vw;
}
.obj_wrap > li:nth-of-type(odd) {
	translate: -20% 0;
}
.obj_wrap > li:nth-of-type(even) {
	translate: 20% 0;
}
/* obj_s */
.obj_s {
	width: 40vw;
	height: 40vw;
}
}


/*---------------------------------------------------------
box
---------------------------------------------------------*/
.com_point {
	padding: 65px 5%;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_point {
	padding: 6% 5%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_point {
	padding: 8% 6% 10%;
}
}


/*---------------------------------------------------------
space
---------------------------------------------------------*/
.com_pdg {
	padding: 120px 0 150px;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_pdg {
	padding: 12% 0 15%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_pdg {
	padding: 15% 0 16%;
}
}


/*---------------------------------------------------------
 com_flt
---------------------------------------------------------*/
.com_flt {
	text-align: left;
}
.com_flt::after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.com_flt .img_l,
.com_flt .img_r {
	max-width: max-content;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.com_flt .img_l,
.com_flt .img_r {
	margin-bottom: .5em;
}
.com_flt .img_l {
	margin-right: 4%;
}
.com_flt .img_r {
	margin-left: 4%;
}
.com_flt .img_r,
.com_flt .txt_r {
	float: right;
}
.com_flt .img_l,
.com_flt .txt_l {
	float: left;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_flt .sp_img_w {
	width: 45%;
}
.com_flt .txt_l,
.com_flt .txt_r {
	width: 100% !important;
	float: none;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_flt .img_l,
.com_flt .img_r {
	width: 80%;
	margin: 0 auto 5%;
}
.com_flt .sp_img_w {
	width: 90%;
}
}


/*---------------------------------------------------------
footer
---------------------------------------------------------*/
footer .f_btm {
	color: #FFF;
	background-color: var(--color_grn);
	padding: 110px 5% 70px;
	border-radius: 70px 70px 0 0;
}
footer .copyright {
	display: block;
	text-align: right;
	font-size: 93%;
	line-height: 1.4;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
footer .f_btm  {
    display: flex;
	justify-content: space-between;
	align-items: flex-end;
	column-gap: 3%;
}
footer .f_bnr {
	display: flex
}
footer .f_bnr > li  {
    width: 25vw;
	max-width: max-content;
}
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
footer .f_btm  {
    display: flex;
	justify-content: space-between;
	align-items: flex-end;
	column-gap: 3%;
}
footer .f_bnr {
	display: flex
}
footer .f_bnr > li  {
    width: 28vw;
	max-width: max-content;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
footer .f_btm  {
    padding: 10% 4% 7%;
}
footer .copyright {
	font-size: 85%;
	margin-top: 5%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
footer .f_btm {
	padding: 12% 5% 22%;
	border-radius: 10vw 10vw 0 0;
}
footer .f_bnr > li  {
    width: 50vw;
	margin: 0 auto;
}
footer .copyright {
	text-align: center;
	font-size: 70%;
	margin-top: 2em;
}
}
/*sp_footer
---------------------------------------------------------*/
@media only screen and (min-width: 768px) {
#sp_footer {display: none !important;}
}
#sp_footer {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 500;
}
#sp_footer .com_ctc_list > li {
	width: 25%;
	margin: 0;
}
#sp_footer .com_ctc_btn > a {
	font-size: 4vw;
}


/*---------------------------------------------------------
max-width
---------------------------------------------------------*/
.max_1500 {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
.max_width,.w1500,
.w1400,
.w1380,.w1340,.w1300,
.w1290,.w1280,.w1240,.w1220,.w1200,
.w1100,.w1000 {
	width: 92%;
	padding: 0 4%;
	margin-left: auto;
	margin-right: auto;
}
.w1500 {max-width: 1500px;}
.w1454 {max-width: 1454px;}
.w1400 {max-width: 1400px;}
.w1380 {max-width: 1380px;}
.w1340 {max-width: 1340px;}
.w1300 {max-width: 1300px;}
.w1290 {max-width: 1290px;}
.w1280 {max-width: 1280px;}
.w1240 {max-width: 1240px;}
.w1220 {max-width: 1220px;}
.w1200 {max-width: 1200px;}
.w1100 {max-width: 1100px;}
.w1000 {max-width: 1000px;}


/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.max_width,.w1500,
.w1400,
.w1380,.w1340,.w1300,
.w1290,.w1280,.w1240,.w1220,.w1200,
.w1100,.w1000 {
	width: 90%;
	padding: 0 5%;
}
}

/*---------------------------------------------------------
margin
---------------------------------------------------------*/
.com_b_200 {margin-bottom: 200px;}
.com_b_150 {margin-bottom: 150px;}
.com_b_120 {margin-bottom: 120px;}
.com_b_110 {margin-bottom: 110px;}
.com_b_100 {margin-bottom: 100px;}
.com_b_90 {margin-bottom: 90px;}
.com_b_80 {margin-bottom: 80px;}
.com_b_70 {margin-bottom: 70px;}
.com_b_60 {margin-bottom: 60px;}
.com_b_50 {margin-bottom: 50px;}
.com_b_40 {margin-bottom: 40px;}
.com_b_30 {margin-bottom: 30px;}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_b_200 {margin-bottom: 16%;}
.com_b_150 {margin-bottom: 12%;}
.com_b_120 {margin-bottom: 10%;}
.com_b_110 {margin-bottom: 9%;}
.com_b_100 {margin-bottom: 8%;}
.com_b_90 {margin-bottom: 8%;}
.com_b_80 {margin-bottom: 7%;}
.com_b_70 {margin-bottom: 6%;}
.com_b_60 {margin-bottom: 5%;}
.com_b_50 {margin-bottom: 4%;}
.com_b_40 {margin-bottom: 4%;}
.com_b_30 {margin-bottom: 3%;}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_b_200 {margin-bottom: 16%;}
.com_b_150 {margin-bottom: 14%;}
.com_b_120 {margin-bottom: 13%;}
.com_b_110 {margin-bottom: 12%;}
.com_b_100 {margin-bottom: 12%;}
.com_b_90 {margin-bottom: 11%;}
.com_b_80 {margin-bottom: 10%;}
.com_b_70 {margin-bottom: 9%;}
.com_b_60 {margin-bottom: 8%;}
.com_b_50 {margin-bottom: 7%;}
.com_b_40 {margin-bottom: 6%;}
.com_b_30 {margin-bottom: 5%;}
}

/*---------------------------------------------------------
responsive
---------------------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1400px) and (min-aspect-ratio: 1024/600) {

}

/* PC
------------------------------------------*/
@media only screen and (min-width: 960px)  {
.tb_only{display:none !important;}
.sp_only{display:none !important;}
.sp_tb{display:none !important;}
.sp_pc{display:block !important;}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.pc_only{display:none !important;}
.sp_only{display:none !important;}
.sp_pc{display:none !important;}
.sp_pc{display:none !important;}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pc_only{display:none !important;}
.tb_only{display:none !important;}
.tb_pc{display:none !important;}
.sp_pc{display:block!important;}
}


/*準備中
---------------------------------------------------------*/
.tmp_txt,
.btn_line {
	position: relative;
	pointer-events: none;
}
.tmp_txt::after,
.btn_line::after {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	content: "準備中";
	text-align: center;
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.2;
	vertical-align: middle;
	white-space: nowrap;
	background-color: rgba(0,0,0,0.5);
	width: calc(100% - 15px);
	height: calc(100% - 15px);
	box-sizing: border-box;
	inset: 0;
	margin: auto;
	z-index: 1;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.tmp_txt::after,
.btn_line::after {
	font-size: 80%;
}
}