@charset "UTF-8";


/* body
----------------------------------------------------------------------------------------------------*/
body {
	color: var(--txt-color);
	font-family: "Sawarabi Gothic", sans-serif;
	font-weight: 400;
	overflow-x: hidden;
}

i{
	font-style: normal;
}
strong{
	background: linear-gradient(transparent 0%, #FEF263 0%);
	font-weight: normal;
}
li{
	list-style: none;
}
img{
	vertical-align: bottom;
	width: 100%;
}

.fuwa{
	opacity: 0;
}


/* リンク
----------------------------------------------------------------------------------------------------*/
a {
	color: var(--txt-color);
}


/* ボタン
----------------------------------------------------------------------------------------------------*/
.btn_wrap{
	display: flex;
	justify-content: center;
	user-select: none;
}
.btn_wrap a{
	background: var(--txt-color);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 64px;
	line-height: 1.1;
	margin-left: 12px;
	margin-right: 12px;
	position: relative;
	text-decoration: none;
	transition: var(--trans-basis);
	width: calc(320px - 24px);
	z-index: 1;
}
.btn_wrap a::before,
.btn_wrap a::after{
	background: var(--txt-color);
	content: '';
	display: inline-block;
  height: 64px;
	position: absolute;
	top: 0;
	transition: var(--trans-basis);
  width: 12px;
}
.btn_wrap a::before{
  clip-path: polygon(100% 0, 100% 100%, 0 45%);
	left: -12px;
}
.btn_wrap a::after{
  clip-path: polygon(100% 0, 100% 100%, 0 55%);
	transform: scaleX(-1);
	right: -12px;
}

.btn_wrap.none a{
	text-align: center;
}
.btn_wrap.none a i{
	font-size: var(--fs-12);
}
.btn_wrap.none a span{
	background: none;
	padding-right: 0;
}


.btn_wrap a:hover{
	background: var(--key-color);
}
.btn_wrap a:hover::before,
.btn_wrap a:hover::after{
	background: var(--key-color);
}
.btn_wrap a span{
	background: url("../img/common/icon_arrow.svg") no-repeat;
	background-size: 18px 18px;
	background-position: center right;
	padding-right: calc(12px + 18px);
}

@media screen and (max-width: 800px) {
	.btn_wrap a{
		max-width: 320px;
		width: 80%;
	}
}

.btn_wrap + .ttl_anim{
	margin-top: 48px;
}

p + .btn_wrap{
	margin-top: 24px;
}


/* loading
----------------------------------------------------------------------------------------------------*/
.loading {
	background: var(--grad-color);
	height: 100svh;
	inset: 0;
	position: fixed;
	z-index: 10;
}

.loading_inner {
	display: grid;
	height: inherit;
	place-content: center;
	row-gap: 10px;
	width: 100%;
}

.loading_text,
.loading_logo {
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
	text-align: center;
}
.loading_text{
	font-size: var(--fs-20);
	font-family: var(--font-ja2);
	line-height: 1.4;
}

.loading_logo {
/*font-family: var(--font-en1);
	font-size: var(--fs-32);*/
	margin: 0 auto;
	height: 80px;
	width: 80px;
}
.loading_logo div{
	position: relative;
	height: 80px;
	width: 80px;
}
.loading_logo div img{
	position: absolute;
	top: 0;
	left: 0;
}


/* wrapper
----------------------------------------------------------------------------------------------------*/
.wrapper{
opacity: 0;
visibility: hidden;
	position: relative;
	width: 100%;
height: 100svh;
}
.wrapper > header,
.wrapper > nav{
	height: 100svh;
	position: fixed;
}
.wrapper > header{
	top: 0;
	left: 0;
	width: calc(100% - (480px + 400px));
}
.main_container{
	margin-left: calc(100% - (480px + 400px));
	width: 480px;
}
.wrapper > nav{
	background: var(--grad-color);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	top: 0;
	right: 0;
	width: 400px;/* 上と合わせる */
}
.wrapper > nav div{
	display: flex;
	justify-content: center;
	position: relative;
	height: 100%;
	padding: 80px;
	width: 100%;
}
.wrapper > nav div::before{
	background: url("../img/common/bg_nav.png") no-repeat;
	background-size: 261px 178px;
	background-position: right bottom;
	content: '';
	display: inline-block;
	height: 178px;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 261px;
}

.wrapper > nav div menu{
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.wrapper > nav li:last-of-type a{
	padding-bottom: 0;
}

@media screen and (max-width: 1160px) {
	.wrapper > header{
		width: calc(100% - 480px);
	}
	.main_container{
		margin-left: calc(100% - 480px);
	}
	.wrapper > nav{
		display: none;
	}
}
@media screen and (max-width: 800px) {
	.wrapper > header,
	.wrapper > nav{
		height: auto;
		position: static;
		width: 100%;
	}
	.main_container{
		margin-left: 0;
		position: static;
		width: 100%;
	}
}


.wrapper > nav li:first-of-type{
	position: relative;
}
.wrapper > nav li:first-of-type::before{
	background: var(--txt-color);
	content: 'サイトメニュー';
	color: #fff;
	display: inline-block;
	font-size: var(--fs-12);
	padding-left: 0.1em;
	padding-right: 0.1em;
	position: absolute;
	top: -3.2em;
}
.wrapper > nav li a{
	color: var(--txt-color);
	display: inline-block;
	font-size: var(--fs-24);
	text-decoration: none;
	transition: var(--trans-basis);
	user-select: none;
	line-height: 1;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.wrapper > nav li a i::before{
	background: #fff;
	content: '';
	display: inline-block;
	height: 2em;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-100%, 0);
	transition: var(--trans-basis);
	width: 100%;
	z-index: -1;
}
.wrapper > nav li a:hover i::before{
	transform: translate(0, 0);
}

.wrapper > nav li:last-of-type a i{
	padding-right: 20px;
	position: relative;
}
.wrapper > nav li:last-of-type a i::after{
	background: url("../img/common/icon_window.svg") no-repeat;
	background-size: 18px 18px;
	content: '';
	display: inline-block;
	height: 18px;
	position: absolute;
	right: 0;
	bottom: 4px;
	width: 18px;
}

.wrapper > nav li + li {
	margin-top: 1.6em;
}


/* h1
----------------------------------------------------------------------------------------------------*/
.wrapper > h1{
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 40px;
	left: 40px;
	user-select: none;
	z-index: 2;
}
.wrapper > h1 div:nth-of-type(1){
	font-family: var(--font-en1);
	font-weight: 300;
	line-height: 1;
}
.wrapper > h1 div:nth-of-type(1) span{
	font-size: var(--fs-32)!important;
}
.wrapper > h1 div:nth-of-type(2){
	font-family: var(--font-en2);
	font-weight: 400;
	line-height: 1;
	margin-top: -8px;
	margin-left: auto;
}
.wrapper > h1 div:nth-of-type(2) span{
	font-size: var(--fs-14)!important;
}

@media screen and (max-width: 800px) {
	.wrapper > h1{
		display: none;
		color: #fff;
		position: absolute;
		top: 24px;
		left: 24px;
		text-shadow: 0px 0px 8px rgba(0,0,0, 0.4);
	}
}


/* .ttl_anim
----------------------------------------------------------------------------------------------------*/
.ttl_anim > span{
	display: inline-block;
	font-size: var(--fs-16);
	overflow: hidden;
}
.ttl_anim > span span,
.ttl_anim > span i{
	display: inline-block;
	transform: translateY(110%);
	transition: transform 1.4s cubic-bezier(0.14,1,0.34,1),
              opacity 1.4s cubic-bezier(0.14,1,0.34,1);
}

@media screen and (max-width: 400px) {
	.ttl_anim > span{
		font-size: var(--fs-18);
	}
}


/* ヘッダー
----------------------------------------------------------------------------------------------------*/
header{
	overflow: hidden;
	user-select: none;
}


#kv_slide .swiper-slide figure{
	overflow: hidden;
}
#kv_slide .swiper-slide figure img{
	object-fit: cover;
	object-position: center;
	height: 100svh;
}

@media screen and (max-width: 800px) {
	header{
		display: none;
	}
}


/* #kv
----------------------------------------------------------------------------------------------------*/
#kv_sticky{
	height: 974px;
	position: sticky;
	top: 0;
	z-index: -1;
	width: 100%;/*480*/
}
#kv_sticky figure{
	background: url("../img/common/kv.jpg") no-repeat;
	background-size: contain;
	background-position: top center;
	height: 100%;
	margin-left: 8px;
	margin-right: 8px;
	position: relative;
}

.smartphone{
opacity: 0;
	background: url("../img/common/kv.svg") no-repeat;
	display: inline-block;
	height: 84.7435897436%;/*661/780*/
	position: absolute;
	left: 8px;
	bottom: 80px;
	width: 96.6666666667%;/*464/480*/
}

@media screen and (max-width: 800px) {
	#kv_sticky{
		background: var(--grad-color);
	}
	#kv_sticky figure{
		background-size: cover;
		background-position: top center;
		margin-left: auto;
		margin-right: auto;
		max-width: 480px;
		overflow: hidden;
		position: relative;
	}
	.smartphone{
		left: 0!important;
		bottom: 24px!important;
	}
}
@media screen and (max-width: 500px) {
	#kv_sticky,
	#kv_sticky figure{
		height: 100svh;
	}
	#kv_sticky figure{
		background-position: bottom center;
		max-width: 100%;
		width: 100%;
	}
	.smartphone{
		aspect-ratio: 11 / 17;
		height: auto;
		width: 100%;
	}
}
@media screen and (max-width: 800px) and (max-height: 940px) {
	.smartphone{
		bottom: 16vh!important;
	}
}
@media screen and (max-width: 800px) and (max-height: 900px) {
	.smartphone{
		bottom: 12vh!important;
	}
}
@media screen and (max-width: 800px) and (max-height: 680px) {
	.smartphone{
		bottom: 4vh!important;
	}
}


/* aside
----------------------------------------------------------------------------------------------------*/
aside{
	text-align: center;
}

aside article,
aside figure{
	background: rgba(255,255,255, .92);
	backdrop-filter: blur(4px);
}
aside article{
	padding: 88px 64px 64px;
}
aside p span{
	display: block;
	font-size: var(--fs-18);
	line-height: 1.8;
}
aside p i{
	color: var(--key-color);
}
aside p + p{
	margin-top: 1.6em;
}

aside figure{
	margin: auto;
	user-select: none;
}
aside figure img{
	margin-bottom: -40px;
	max-width: 258px;
	width: 64%;
}

.header{
	padding-top: 64px;
}

/*@media screen and (max-width: 800px) {
	.header{
	padding-top: calc(40px + 64px);
	}
}*/


/* .header
----------------------------------------------------------------------------------------------------*/
.header{
	background: #EEDBD4;
}
.header h1{
	user-select: none;
}
.header h1 > span{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.header h1 > span span{
	display: inline-block;
	font-family: var(--font-en2);
	font-size: var(--fs-15);
	font-weight: 400;
/*	line-height: 1;*/
}
.header h1 > span i{
	display: inline-block;
	font-family: var(--font-en1);
	font-size: var(--fs-32);
	font-weight: 300;
	line-height: 1;
	margin-top: 12px;
}
.header figure{
	margin-top: 40px;
	user-select: none;
}
.header figure img{
	vertical-align: bottom;
	width: 100%;
}


@media screen and (max-width: 800px) {
	.header h1 > span span{
		font-size: var(--fs-20);
	}
	.header h1 > span i{
		font-size: var(--fs-40);
	}
}


/* main
----------------------------------------------------------------------------------------------------*/
main{
	display: inline-block;/*margin相殺対策*/
	background: #fff url("../img/common/noise_10p.png") repeat;
	width: 100%;
}
main > .qr_wrap{
	margin-top: -40px;
}

main section h2{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 32px;
}
main section h2 > span:nth-of-type(2){
	display: block;
	padding-bottom: calc(0.16em + 1px);/* 下と合わせる */
}
main .section_work section h2 > span:nth-of-type(2){
	padding-bottom: 0;
}
main section h2 u{
	font-size: var(--fs-20);
	margin-right: 0.24em;
	padding-bottom: 0.16em;/* 上と合わせる */
	position: relative;
	text-decoration: none;
}
main section h2 u::before{
	border-top: dashed 1px var(--txt-color);
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
}
main section .en{
	background: transparent;
	color: var(--key-color);
	font-size: var(--fs-16);
	font-family: var(--font-en2);
	margin-bottom: 8px;
	text-align: center;
	display: block;
}

@media screen and (max-width: 400px) {
	main section h2 u{
		font-size: var(--fs-24);
	}
}


/* .circle_wrap
----------------------------------------------------------------------------------------------------*/
.circle_wrap{
	padding-top: 136px;
}

.circle_top{
	user-select: none;
}
.circle_top.bottom{
	transform: rotate(180deg);
}

.circle_wrap > section{
	background: #F9F4EF;
	display: block;
	padding: 16px 32px 40px;
	position: relative;
}


/* .section_about
----------------------------------------------------------------------------------------------------*/
.section_about.circle_wrap{
	padding-top: 64px;
}
.bubble{
	background: url("../img/common/kazari_bubble_1.svg") no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	color: #fff;
	display: flex;
	font-size: var(--fs-14);
	justify-content: center;
	height: 53px;
	line-height: 3.1;
	position: absolute;
	text-decoration: none;
	transform: rotate(10deg);
	user-select: none;
	width: 134px;
	z-index: 222;
}
.section_about .bubble{
	top: -53px;
	right: 32px;
}
@media screen and (max-width: 400px) {
	.bubble{
		height: 48px;
		width: 121px;
	}
	.section_about .bubble{
		top: -48px;
	}
}


.section_about h2 u{
	color: var(--key-color);
}
.section_about h2 u::before{
	border-color: var(--key-color);
}


/* .mobile_box
----------------------------------------------------------------------------------------------------*/
.mobile_box{
	display: flex;
	flex-direction: column;
	gap: 16px 0;
}
.mobile_box > li{
	background: var(--txt-color);
	border-radius: 8px;
	padding: 56px 40px 32px;
	position: relative;
	z-index: 1;
}
.mobile_box > li i{
	background: var(--txt-color);
	border-radius: 0 0 8px 8px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-en1);
	font-size: var(--fs-12);
	height: 24px;
	line-height: 1;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	user-select: none;
	width: 104px;
}

.mobile_box > li h3{
	font-size: var(--fs-18);
	line-height: 1;
	margin-bottom: 16px;
	text-align: center;
}
.mobile_box > li p{
	line-height: 1.8;
	text-align: justify;
}

.mobile_box > li > div::before{
	background: #fff;
	border: solid 1px var(--txt-color);
	border-radius: 24px;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}


/* .normal_wrap
----------------------------------------------------------------------------------------------------*/
.normal_wrap > section{
	display: block;
	padding-top: 80px;
	margin-left: 32px;
	margin-right: 32px;
}


/* .section_scene
----------------------------------------------------------------------------------------------------*/
.section_scene ul{
	display: flex;
	flex-direction: column;
	gap: 40px 0;
}
.section_scene ul li h3{
	font-size: var(--fs-18);
	line-height: 1.32;
	padding-left: 80px;
	position: relative;
}
.section_scene ul li h3 i{
	background: url("../img/common/kazari_bubble_2.svg") no-repeat;
	background-size: 71px 62px;
	background-position: center center;
	color: #fff;
	font-size: var(--fs-18);
	font-family: var(--font-en1);
	font-weight: 300;
	display: flex;
	justify-content: center;
	height: 62px;
	line-height: 2.7;
	position: absolute;
	top: -2px;
	left: 0;
	user-select: none;
	width: 71px;
}
.section_scene ul li h3 span{
	display: block;
}
.section_scene ul li figure{
	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
	max-width: 480px;
	user-select: none;
	width: 80%;
}
.section_scene ul li > div{
	background: var(--txt-color);
	border-radius: 8px;
	margin-top: 24px;
	padding: 16px 40px;
	position: relative;
	z-index: 1;
}
.section_scene ul li > div::before{
	background: #fff;
	border: solid 1px var(--txt-color);
	border-radius: 24px;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.section_scene ul li > div p{
	text-align: center;
}
.section_scene ul li > div p span{
	display: inline-block;
}


/* .section_work
----------------------------------------------------------------------------------------------------*/
.section_work section{
	padding-top: 64px;
}

.section_work h2{
	padding: 12px 0 24px;
	position: relative;
}
.section_work h2::before,
.section_work h2::after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
}
.section_work h2::before{
	background: url("../img/common/kazari_work_top.svg") no-repeat;
	background-size: 100% 100%;
	height: 16px;
	top: 0;
	width: 100%;
}
.section_work h2::after{
	background: url("../img/common/kazari_work_bottom.svg") no-repeat;
	background-size: 100% 100%;
	height: 16px;
	bottom: 0;
	width: 100%;
}


#work_slide,
#temp_slide{
	margin: auto;
	overflow: hidden;
	padding-bottom: 40px;
	position: relative;
	width: calc(480px - 64px);
}

.swiper-pagination {
    display: flex;
    gap: 0 8px;
	left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    width: 40%!important;
}

.swiper-pagination-bullet {
    border-radius: 0!important;
    margin: 0!important;
    height: 3px!important;
    opacity: 1;
    background: #ccc;
    width: auto!important;
    flex: 0.8; /* 基本は「比率0.8」の幅 */
    transition: flex 0.3s ease, background 0.3s ease;
}

.swiper-pagination-bullet-active {
    flex: 2; /* アクティブ時は「比率2」の幅 */
    background: var(--key-color) !important;
}

.section_work section{
	text-decoration: none;
	transition: var(--trans-fast);
}
.section_work a{
	text-decoration: none;
}
.section_work a:hover{
	opacity: 0.64;
}
.section_work article time,
.section_work article span,
.section_work article div i{
	font-size: var(--fs-12);
}
.section_work article div{
	display: flex;
	margin-top: 12px;
	margin-bottom: 8px;
	user-select: none;
}
.section_work article time{
	line-height: 1;
	padding: 4px 0;
}
.section_work article span{
	border: solid 1px var(--txt-color);
	border-radius: 16px;
	line-height: 1;
	margin-left: 1em;
	margin-right: 1em;
	padding: 4px 1em;
}
.section_work article div i{
	line-height: 1;
	padding: 4px 0;
}
.section_work article div i::before{
	content: '#';
}
.section_work article div i + i{
	margin-left: 1em;
}
.section_work article p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
	text-align: justify;
}


@media screen and (max-width: 800px) {
	#work_slide,
	#temp_slide{
		max-width: 360px;
		width: 100%;
	}
}

#temp_slide figure{
	text-align: center;
}
#temp_slide .template img{
	max-width: 240px;
}

#temp_slide .code{
	margin-top: 16px;
}
#temp_slide .code img{
	max-width: 120px;
}
#temp_slide .code figcaption{
	margin-top: 8px;
	font-size: var(--fs-14);
}

#temp_slide a{
	text-decoration: none;
}
#temp_slide article{
	margin-top: 24px;
}


/* .section_flow
----------------------------------------------------------------------------------------------------*/
.section_flow{
	background: url(../img/common/bg_flow.jpg) no-repeat;
	background-size: 100% 100%;
	border-radius: 48px 48px 0 0;
	margin-top: /*136px*/104px;
	overflow-x: hidden;
}
.section_flow section{
	margin-top: 0;
	margin-bottom: 0;
	padding: 80px 32px;
}
.section_flow section > figure{
	text-align: center;
	user-select: none;
}
.section_flow section > figure img{
	max-width: 303px;
	width: 80%;
}

.section_flow ul{
	margin-top: 24px;
}

.section_flow h3{
	background: var(--txt-color);
	border: solid 1px var(--txt-color);
	color: #fff;
	font-size: var(--fs-18);
	line-height: 1.2;
	padding: 16px 32px;
	position: relative;
}
.section_flow h3::before{
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 12px solid var(--txt-color);
  border-bottom: 0;
	content: '';
  height: 8px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -12px;
	margin: auto;
  width: 0;
}
.section_flow li h3{
	padding-left: calc(32px + 2em);
}
.section_flow li h3 span{
	margin-left: -2em;
}
.section_flow li h3 span::before{
	display: inline;
}
.section_flow li:nth-of-type(1) h3 span::before{
	content: '１．';
}
.section_flow li:nth-of-type(2) h3 span::before{
	content: '２．';
}
.section_flow li:nth-of-type(3) h3 span::before{
	content: '３．';
}
.section_flow li:nth-of-type(4) h3 span::before{
	content: '４．';
}
.section_flow li:nth-of-type(5) h3 span::before{
	content: '５．';
}
.section_flow li:nth-of-type(6) h3 span::before{
	content: '６．';
}
.section_flow li:first-of-type h3{
	border-radius: 8px 8px 0 0;
}


.section_flow p{
	background: #fff;
	border: solid 1px var(--txt-color);
	padding: 24px 32px;
	text-align: justify;
}
.section_flow p span{
	display: block;
	margin-top: 0.4em;
}
.section_flow li:last-of-type p{
	border-radius: 0 0 8px 8px;
}


/* .section_plan
----------------------------------------------------------------------------------------------------*/
.section_plan.normal_wrap > section{
	padding-top: 96px;
}

.section_plan .mobile_box{
	margin-top: 100px;
}
.section_plan .mobile_box > li{
	padding: 44px 40px 32px;
}
.section_plan .mobile_box > li::before{
	background: url("../img/common/illust_3.svg") no-repeat;
	background-size: 76px 106px;
	content: '';
	display: inline-block;
	height: 106px;
	position: absolute;
	top: -88px;
	left: 32px;
	width: 76px;
	z-index: 222;
}
.section_plan .mobile_box > li + li{
	margin-top: 32px;
}
.section_plan .mobile_box > li + li::before{
	display: none;
}
.section_plan .mobile_box .bubble{
	top: -24px;
	right: -16px;
}

.section_plan .mobile_box > li p{
	line-height: 1;
	text-align: center;
}
.section_plan .mobile_box > li p + p{
	margin-top: 16px;
}

.section_plan .mobile_box > li i{
	font-family: var(--font-ja);
	width: 120px;
}

.section_plan .mobile_box .fuwa{
	transform: none!important;
}

.mobile_box + p {
	margin-top: 24px;
}

@media screen and (max-width: 400px) {
	.mobile_box > li h3{
		font-size: var(--fs-22);
		line-height: 1.2;
	}
	.mobile_box > li h3 span{
		display: block;
	}
}


.price{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
.price span:not(.yen){
	font-family: var(--font-en2);
	font-size: var(--fs-32);
}
.price span:nth-of-type(1){
	font-family: var(--font-ja);
	font-size: var(--fs-14);
}
.price span:nth-of-type(2){
	margin-left: 8px;
	margin-right: 4px;
}
.price span.yen{
	font-family: var(--font-ja);
	font-size: var(--fs-14);
	color: var(--txt-color);
}

@media screen and (max-width: 400px) {
	.price{
		margin-top: 16px;
	}
}


.com{
	font-size: var(--fs-12);
	line-height: 1.2;
	margin-left: 1em;
	margin-top: 16px;
}
.com li::before{
	content: '※';
	margin-left: -1em;
}
.com li + li{
	margin-top: 0.4em;
}
.com a:hover{
	color: var(--key-color);
	text-decoration: none;
}

.option{
	display: flex;
	flex-wrap: wrap;
	font-size: var(--fs-12);
	line-height: 1.2;
	margin-left: 1em;
	margin-top: 8px;
}
.option li{
	font-size: var(--fs-14);
	margin: 0.4em 1em;
}
.option li::before{
	content: '・';
	margin-left: -1em;
}


.section_plan .mobile_box.supplement{
	margin-top: 16px;
}
/*.section_plan .mobile_box.supplement::before{
	content: '+';
	font-size: var(--fs-40);
	font-family: var(--font-en2);
	font-weight: 300;
	text-align: center;
}*/
.section_plan .mobile_box.supplement h3{
	margin-top: 16px;
}
.section_plan .mobile_box.supplement > li{
	padding: 32px 40px;
}
.section_plan .mobile_box.supplement > li::before{
	background: none;
}
.supplement + .btn_wrap{
	margin-top: 40px;
}

@media screen and (max-width: 400px) {
	.section_plan .mobile_box > li,
	.section_plan .mobile_box.supplement > li{
		padding: 32px 24px;
	}
}



/* .section_faq
----------------------------------------------------------------------------------------------------*/
.section_faq.normal_wrap > section{
	padding-top: 80px;
	margin-left: 0;
	margin-right: 0;
}

.section_faq h2{
	background: url("../img/common/bg_faq.svg") no-repeat;
	background-size: 227px 228px;
	background-position: center 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: calc(228px + 16px);
}


/* accordion
----------------------------------------------------------------------------------------------------*/
.accordion_wrap.circle_wrap{
	padding-top: 0;
}

.accordion_wrap > section{
	display: flex;
	flex-direction: column;
	padding: 35px 32px;
	gap: 16px 0;
}
.accordion_wrap{
	position: relative;
}
.accordion_wrap::before{
	background: url("../img/common/illust_4.svg") no-repeat;
	background-size: 94px 171px;
	content: '';
	display: inline-block;
	height: 171px;
	position: absolute;
	top: -136px;
	left: auto;
	right: 80px;
	width: 94px;
	z-index: 1;
}

summary,
details[open] summary:hover{
	background: var(--txt-color) url("../img/common/icon_arrow1.svg") no-repeat;
	background-size: 10px 8px;
	background-position: center right 16px;
	border: solid 1px var(--txt-color);
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	line-height: 1;
  list-style: none;
	padding: 16px 40px 16px calc(2em + 1.4em);
	position: relative;
	transition: var(--trans-fast);
	user-select: none;
}
details[open] summary:hover{
	cursor: default;
}
details[open] summary{
	pointer-events: none;
}

summary:hover{
	background: var(--key-color) url("../img/common/icon_arrow1.svg") no-repeat;
	background-size: 10px 8px;
	background-position: center right 16px;
	border: solid 1px var(--key-color);
}
details[open] summary,
details[open] summary:hover{
	background: var(--txt-color);
	border-radius: 8px 8px 0 0;
}

summary::-webkit-details-marker{
	display:none;
}
summary:focus-visible {
    /* Tabキーで選択した時だけ枠線を出す */
    outline: 2px solid var(--key-color, #000); 
    outline-offset: 4px;
    border-radius: 4px;
}

summary h3{
	font-size: var(--fs-16);
	position: relative;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}
summary h3::before{
	content: 'Q.';
	font-family: var(--font-en2);
	font-size: var(--fs-16);
	letter-spacing: 0.24em;
	position: absolute;
	top: 0.1em;
	left: -1.4em;
}

.accordion_contents > section{
	background: var(--txt-color);
	border: solid 1px var(--txt-color);
	border-radius: 0 0 8px 8px;
	margin: 0;
	padding: 24px 40px;
	position: relative;
	text-align: justify;
	z-index: 1;
}
.accordion_contents > section::before{
	background: #fff;
	border-radius: 0 0 24px 24px;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.accordion_contents > section p + p{
	margin-top: 0.4em;
}

.accordion_contents h4{
	font-size: var(--fs-18);
	margin-bottom: 8px;
}
.accordion_contents h4::before{
	content: 'A.';
	font-family: var(--font-en2);
	font-size: var(--fs-18);
	letter-spacing: 0.24em;
}
.accordion_contents > section table{
	margin: 16px 0;
}
.accordion_contents > section table th,
.accordion_contents > section table td{
	border: solid 1px #ddd;
	display: block;
	font-size: var(--fs-14);
	padding: 0.4em 1em;
}
.accordion_contents > section table th{
	background: #ddd;
}
.accordion_contents > section table th::before{
	content: '・';
}
.accordion_contents > section table .com{
	font-size: var(--fs-12);
	display: block;
	margin: 1em 0 0.24em;
	padding: 0;
}
.accordion_contents > section p a:hover{
	color: var(--key-color);
}


/* .section_inquiry
----------------------------------------------------------------------------------------------------*/
.section_inquiry{
	padding-top: 96px;
}
.section_inquiry h2 strong,
.section_inquiry h2 span{
	line-height: 1;
}
.section_inquiry h2 strong{
	background: transparent;
	font-size: var(--fs-16);
	margin-bottom: 16px;
	position: relative;
}
.section_inquiry h2 strong::before,
.section_inquiry h2 strong::after{
	content: '';
	height: 18px;
	position: absolute;
	top: 0;
	width: 16px;
}
.section_inquiry h2 strong::before{
	background: url("../img/common/kazari_inquiry.svg") no-repeat;
	background-size: 16px 18px;
	left: -28px;
}
.section_inquiry h2 strong::after{
	background: url("../img/common/kazari_inquiry.svg") no-repeat;
	right: -24px;
	transform: scale(-1, 1)
}

.section_inquiry h2 span:nth-of-type(1),
.section_inquiry h2 span:nth-of-type(2){
	font-size: var(--fs-20);
}
.section_inquiry h2 span:nth-of-type(2){
	margin-top: 4px;
}

.section_inquiry section figure{
	text-align: center;
	margin-bottom: 32px;
}
.section_inquiry section figure img{
	max-width: 230px;
	user-select: none;
	width: 64%;
}


/* footer
----------------------------------------------------------------------------------------------------*/
footer{
	background: #fff url("../img/common/noise_10p.png") repeat;
	text-align: center;
	padding-top: 64px;
}
footer figure{
	margin-bottom: 24px;
	text-align: center;
}
footer figure img{
	height: auto;
	max-width: 249px;
	width: 64%;
}
footer p{
	font-size: var(--fs-13);
	margin: auto;
	max-width: 249px;
	width: 64%;
}
footer p span{
	display: block;
}

small{
	display: block;
	font-family: var(--font-en2);
	font-size: var(--fs-12);
	margin-top: 40px;
	padding-bottom: 24px;
}


.tel-wrap{
	font-family: var(--font-en2);
	font-size: var(--fs-14);
	margin-top: 36px;
}
.tel-wrap span{
	font-size: var(--fs-24);
}

@media screen and (max-width: 400px) {
	.section_inquiry h2 span:nth-of-type(1),
	.section_inquiry h2 span:nth-of-type(2){
		font-size: var(--fs-24);
	}
	.tel-wrap{
		margin-top: 16px;
	}
	small{
		padding-bottom: 48px;
	}
}


/* 問合せバナー
----------------------------------------------------------------------------------------------------*/
.bnr_inq{
	background: url("../img/common/bnr_inq.jpg") no-repeat;
	background-size: 100% 100%;
	display: block;
	height: 184px;
	width: 230px;
	position: fixed;
	left: 24px;
	bottom: 24px;
	transition: var(--trans-basis);
	z-index: 888;
}
.bnr_inq:hover{
	opacity: 0.8;
}

.bnr_inq div{
	display: block;
	height: 100%;
	position: relative;
	z-index: 2;
}
.bnr_inq a{
	display: block;
	height: 100%;
	z-index: 3;
}

/* ×ボタン */
.bnr_inq_close{
	display: none;
	background: #888;
	border-radius: 50%;
	cursor: pointer;
	height: 26px;
	position: absolute;
	top: -12px;
/*	right: -13px;*/
	left: 0;
	transition: var(--trans-basis);
	width: 26px;
	z-index: 777;
}
.bnr_inq_close:hover{
	background: var(--key-color);
}
@media screen and (max-width: 800px) {
	.bnr_inq_close{
		display: block;
		left: -12px;
	}
}
.bnr_inq_close i{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: relative;
	height: 100%;
	width: 100%;
}
.bnr_inq_close i::before{
	background: url("../img/common/bnr_inq_close.svg") no-repeat;
	content: '';
	display: inline-block;
	height: 9px;
	width: 9px;
}

/* 左下のバナー（×を押したら消える） */
.bnr_inq{
	opacity: 1;
	transition: var(--trans-basis);
	visibility: visible;
}
.bnr_inq.hidden{
	opacity: 0;
	pointer-events: none;
	visibility: none;
}

@media screen and (max-width: 800px) {
	.bnr_inq{
		height: auto;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 400px;
		width: calc(100% - 48px);
	}
}


/* totop
----------------------------------------------------------------------------------------------------*/
#totop{
	transform: none!important;
}
#totop a{
	background: url("../img/common/totop.svg") no-repeat;
	background-size: 100% 100%;
	height: 56px;
	position: absolute;
	left: 16px;
	bottom: 16px;
	transition: var(--trans-basis);
	width: 48px;
}
#totop a:hover{
	background: url("../img/common/totop_hover.svg") no-repeat;
}


@media screen and (max-width: 800px) {
	.sp_none{
		display: none;
	}
}


/* qr_wrap
----------------------------------------------------------------------------------------------------*/
.qr_wrap{
	margin-left: 32px;
	margin-right: 32px;
}
.qr_wrap figure{
	text-align: center;
}
.qr_wrap figure a{
	text-decoration: none;
	transition: var(--trans-fast);
}
.qr_wrap figure a:hover{
	opacity: 0.5;
}
.qr_wrap figcaption{
	margin-top: 0.8em;
}
.qr_wrap figcaption,
.qr_wrap p{
	font-size: var(--fs-14);
}
.qr_wrap img{
	max-width: 120px;
}
.qr_wrap + .btn_wrap{
	margin-top: 32px;
}

@media screen and (max-width: 400px) {
	.qr_wrap figcaption{
		font-size: var(--fs-16);
	}
	.qr_wrap figcaption span{
		display: block;
	}
}


/* swiper
----------------------------------------------------------------------------------------------------*/
.swiper-button-prev,
.swiper-button-next{
	color: var(--key-color)!important;
	top: calc(245px - 20px)!important;
	margin-top: 0!important;
}

.swiper-button-next:after,
.swiper-button-prev:after{
	display: none;
}
.swiper-button-next:before,
.swiper-button-prev:before{
	background: url("../img/common/swiper_arrow.svg") no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	width: 40px;
}
.swiper-button-prev:before{
	left: 0;
	transform: scale(-1);
}

@media screen and (max-width: 800px) {
	#temp_slide{
		max-width: 100%;
		width: 100%;
	}
	.swiper-button-next{
		right: 20vw!important;
	}
	.swiper-button-prev{
		left: 20vw!important;
	}
}
@media screen and (max-width: 640px) {
	.swiper-button-next{
		right: 0!important;
	}
	.swiper-button-prev{
		left: 0!important;
	}
}


/* 251209（テンプレート部分のサムネイル用：修正版）
----------------------------------------------------------------------------------------------------*/
#thumb_slide {
    box-sizing: border-box;
    width: 280px;
    max-width: 100%;
    margin: 24px auto;
}

#thumb_slide .swiper-wrapper {
    justify-content: center;
}

#thumb_slide .swiper-slide {
	border: solid 1px silver;
	padding-top: 24px;
	padding-bottom: 24px;
    width: 80px !important; 
    height: 80px !important;
    opacity: 0.4;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
#thumb_slide div:not(.swiper-slide-thumb-active).swiper-slide:hover{
	border: solid 1px var(--key-color);
	opacity: 1;
}
#thumb_slide div.swiper-slide-thumb-active{
	cursor: default;
}
#thumb_slide .swiper-slide:first-of-type{
	margin-left: 24px;
}

#thumb_slide .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* 枠内に画像をきれいに収める */
}

/* 選択されているサムネイルのスタイル */
#thumb_slide .swiper-slide-thumb-active {
    opacity: 1;
}

.thumb-txt{
	text-align: center;
}
.thumb-txt::before{
	content: '▼ 下の画像をクリックすると大きく表示されます ▼';
}
.sample_demo_txt::before{
	content: '▲ 上記の二次元コードをクリックしてサンプルを表示 ▲';
}
@media screen and (max-width: 640px) {
	.thumb-txt::before{
		content: '下の画像をタップすると、大きく表示されます';
	}
	.sample_demo_txt::before{
		content: '▲ 二次元コードをタップしてサンプルを表示 ▲';
	}
}