@charset "utf-8";
/* CSS Document -----------------------------

 2025.06.24

--------------------------------------------*/
/* Mukta Malar */
@import url("https://use.typekit.net/aiy5zuv.css");
/* Poppins */
@import url("https://use.typekit.net/cre2gej.css");
/* ----------------------------------------------

 * タグの設定

---------------------------------------------- */
a {
	display: inline-block;
	outline:none;
	color: #222;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
    transition: all .3s ease;
}
a.link {position: absolute;top: 0;left: 0;z-index: 2;width: 100%;height: 100%;}
input,
input[type="submit"],
input[type="button"],
input[type="text"],
button {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	outline: none;
	font-style: normal;
	font-weight: 400;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",  "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
   -webkit-appearance: none;
   appearance: none;
}
select {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",  "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
    -webkit-appearance: none;
	 -moz-appearance: none;
    appearance: none;
}
select::-ms-expand{
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",  "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
	display: none;
}
/*------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #222;
	font-style: normal;
	font-weight: 400;
	font-size: 62.5%;
	line-height: 1.7;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",  "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
	-webkit-font-smoodting: antialiased;
	-moz-osx-font-smoodting: grayscale;
	word-break: break-all;
}
body {font-size: clamp(14px, calc(14px + 2 * ((100vw - 375px) / 1545)), 16px);line-height: 1.7;}
h3,h4,h5 {line-height: 1.4;}
p {font-size: clamp(14px, calc(14px + 2 * ((100vw - 375px) / 1545)), 16px);line-height: 1.7;}
ul,li,th,td,dt,dd,figcaption {line-height: 1.7;}
main {position: relative;z-index: 1;overflow: hidden;background: #fff;}
section {position: relative;}
.bg {position: absolute;z-index: -1;transform: translate(-50%, -50%);}
.inner {width: 90%;max-width: 1152px;margin: 0 auto;}
.blank {padding-top: clamp(100px, calc(100px + 60 * ((100vw - 375px) / 1545)), 160px);}
.flexbox {display: flex;flex-wrap: wrap;justify-content: space-between;}
.FOT_TsukuARdGothicStdR {font-family: fot-tsukuardgothic-std, sans-serif;font-style: normal;font-weight: 400;}
.FOT_TsukuARdGothicStdBD {font-family: fot-tsukuardgothic-std, sans-serif;font-style: normal;font-weight: 700;}
.MuktaMalarM {font-family: "mukta-malar", sans-serif;font-weight: 500;font-style: normal;}
.MuktaMalarBD {font-family: "mukta-malar", sans-serif;font-weight: 700;font-style: normal;}
.PoppinsM {font-family: "poppins", sans-serif;font-weight: 500;font-style: normal;}
.title {margin-bottom: clamp(40px, calc(40px + 10 * ((100vw - 375px) / 1545)), 50px);text-align: center;}
.title h2 {
	display: block;
	font-size: clamp(30px, calc(30px + 20 * ((100vw - 375px) / 1545)), 50px);
	line-height: 1.2;
	letter-spacing: .1em;
	text-align: center;
}
.title p {
	position: relative;
	max-width: clamp(150px, calc(150px + 50 * ((100vw - 375px) / 1545)), 200px);
	margin: 0 auto;
	padding: 5px 0;
	color: #FC9000;
	line-height: 1;
	letter-spacing: .1em;
	text-align: center;
	transition: .3s;
}
.title p.isActive {background: #FC9000;color:#fff;transition-delay: .5s;}
.title p::before,
.title p::after {content: '';position: absolute;background :#FC9000;width: 0;height: 2px;transition: all .2s linear;}
.title p::before {right: 0;bottom: 0;}
.title p::after {left: 0;top: 0;}
.title p span::before,
.title p span::after {content: '';position: absolute;background: #FC9000;width: 2px;height: 0;transition: all .2s linear;}
.title p span::before {left: 0;bottom: 0;}
.title p span::after {right: 0;top: 0;}
.title p.isActive::after {transition-delay: 0s;width: 100%;}
.title p.isActive::before {transition-delay: 0.3s;width: 100%;}
.title p.isActive span::before {transition-delay: 0.5s;height: 100%;}
.title p.isActive span::after {transition-delay: 0.2s;height: 100%;}
a[href^="tel:"] {pointer-events: none;}
.pc,.pc2 {display: block;}
.sp,.sp2 {display: none;}
@media only screen and ( max-width : 1024px ) {
	.pc2 {display: none;}
	.sp2 {display: block;}
}
@media only screen and ( max-width : 767px ) {
	a[href^="tel:"] {pointer-events: visible;}
	.pc {display: none;}
	.sp {display: block;}
}
/*--------------------------------------------------

    header .header_box

--------------------------------------------------*/
header {
	position: fixed;
	top: clamp(10px, calc(10px + 5 * ((100vw - 375px) / 1545)), 15px);
	right: clamp(10px, calc(10px + 5 * ((100vw - 375px) / 1545)), 15px);
	left: clamp(10px, calc(10px + 5 * ((100vw - 375px) / 1545)), 15px);
	z-index: 15;
	padding: .5vw 2vw;
	border-radius: 3em;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
	background: #fff;
	transition: .3s;
}
header .header_box {display: flex;align-items: center;height: 100%;}
header .header_box .logo {position: relative;z-index: 1;width: 15vw;}
header .header_box nav {display: flex;justify-content: flex-end;width: 100%;}
header .header_box nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
header .header_box nav ul li {margin-left: 2%;}
header .header_box nav ul li a {position: relative;font-size: .6vw;text-align: center;}
header .header_box nav ul li a::after {	
	content: '';
	position: absolute;
	left: 0;
	bottom: -.5vw;
	width: 0;
	height: 2px;
	transition: all .6s ease 0s;
}
header .header_box nav ul li a.link-current::after {width: 100%;background: #FF0000;}
header .header_box nav ul li a:hover {color: #FF0000;}
header .header_box nav ul li a span {display: block;margin-top: .4vw;font-size: 1.334em;letter-spacing: .1em;text-align: center;}
header .header_box nav ul li a span img {width: .9vw;margin-left: .5vw;vertical-align: text-top;}
header .header_box nav p {display: flex;align-items: center;gap: 1vw;}
header .header_box nav p a.entry {
	position: relative;
	z-index: 1;
	padding: 1vw 3em;
	overflow: hidden;
	border: 1px solid #FC9000;
	border-radius: 40px;
	background: #FC9000;
	color: #fff;
	font-size: 1.2vw;
	letter-spacing: .1em;
	text-align: center;
}
header .header_box nav p a.entry:hover {background-position: 99% 50%;color: #FC9000;}
header .header_box nav p a.entry::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -5;
	transform-origin: left top;
	transform: scale(0, 1);
	background: #fff;
	transition: transform .3s;
}
header .header_box nav p a.entry:hover::before {transform-origin: left top;transform: scale(1, 1);}
#sp-menu {display: none;}
@media only screen and ( max-width : 1024px ) {
	#js-black-bg {
		display: block;
		opacity: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background: rgba(237, 0, 0, 40%);
		visibility: hidden;
		transition: opacity 0.4s, visibility 0.4s;
		cursor: pointer;
		user-select: none;
	}
	#js-black-bg.clicked {opacity: 1;visibility: visible;}
	header {right: 20px;left: 20px;height: 60px;padding: 20px;}
	header .header_box .logo {width: clamp(140px, calc(140px + 30 * ((100vw - 375px) / 1545)), 170px);}
	header .header_box nav {
		display: block;
		position: absolute;
		top: 80px;
		right: -100vw;
		z-index: 10;
		width: 80%;
		max-width: 400px;
		padding: 50px 20px;
		border-radius: 20px;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
		background: #fff;
		text-align: center;
		transition: all .5s linear;
	}
	header .header_box nav.clicked {right: 0;}
	header .header_box nav ul {display: block;position: initial;transform: none;}
	header .header_box nav ul li {margin-bottom: 20px;text-align: center;}
	header .header_box nav.clicked ul li,
	header .header_box nav.clicked p {opacity: 0;animation: fadeRigth .5s ease forwards;}
	@keyframes fadeRigth {
		from {
			opacity: 0;
			-webkit-transform: translate3d(50px, 0, 0);
			transform: translate3d(50px, 0, 0);
		}
		to {
			opacity: 1;
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
	}
	header .header_box nav.clicked ul li:nth-of-type(1) {animation-delay: .35s;}
	header .header_box nav.clicked ul li:nth-of-type(2) {animation-delay: .4s;}
	header .header_box nav.clicked ul li:nth-of-type(3) {animation-delay: .45s;}
	header .header_box nav.clicked ul li:nth-of-type(4) {animation-delay: .5s;}
	header .header_box nav.clicked ul li:nth-of-type(5) {animation-delay: .55s;}
	header .header_box nav.clicked ul li:nth-of-type(6) {animation-delay: .6s;}
	header .header_box nav.clicked ul li:nth-of-type(7) {animation-delay: .65s;}
	header .header_box nav.clicked p {animation-delay: .7s;}
	header .header_box nav ul li a {font-size: 1.2rem;}
	header .header_box nav ul li a span img {width: 18px;}
	header .header_box nav p {justify-content: center;}
	header .header_box nav p a.entry {padding: 10px 40px;font-size: 1.6rem;}
	#sp-menu {
		display: flex;
		justify-content: center;
		align-items: center;
		position: fixed;
		top: 21px;
		right: 40px;
		z-index: 20;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: #FC9000;
		cursor: pointer;
	}
	#sp-menu a {display: block;position: relative;width: 20px;height: 14px;}
	#sp-menu span {
		display: inline-block;
		position: absolute;
		left: 0;
		z-index: 2;
		width: 100%;
		height: 2px;
		background: #fff;
		transition: all .4s;
	}
	#sp-menu span:nth-child(1) {top: 0;}
	#sp-menu span:nth-child(2) {top: 6px;}
	#sp-menu span:nth-child(3) {bottom: 0;}
	#sp-menu span:nth-child(2)::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background: #fff;
		transition: all .4s;
	}
	#sp-menu.clicked span:nth-child(2) {transform: rotate(-45deg);}
	#sp-menu.clicked span:nth-child(2)::after {transform: rotate(90deg);}
	#sp-menu.clicked span:nth-child(1) {transform: translateY(20px) scale(0);}
	#sp-menu.clicked span:nth-child(3) {transform: translateY(-20px) scale(0);}
}
@media only screen and ( min-width : 1024px ) {
	#js-black-bg {display: none;}
}
/*--------------------------------------------------

    footer

--------------------------------------------------*/
footer {padding: 30px 0 20px;background: #FEE9D9;}
footer .logo {display: block;width: clamp(167px, calc(167px + 100 * ((100vw - 375px) / 1545)), 267px);margin: 0 auto 25px;}
footer ul {display: flex;justify-content: center;margin-bottom: 25px;}
footer ul li:nth-child(1) {padding-right: 30px;border-right: 1px solid #222;}
footer ul li:nth-child(2) {padding-left: 30px;}
footer ul li a {font-weight: 300;font-size: 1.4rem;}
footer ul li a:hover {color: #FC9000;}
footer small {display: block;font-weight: 300;font-size: 1.3rem;text-align: center;}
/*--------------------------------------------------

　   back top

--------------------------------------------------*/
.wrapper {position: relative;}
.page_top {
	display: block;
	position: fixed;
	bottom: 5%;
	right: 2%;
	z-index: 10;
	font-size: clamp(14px, calc(14px + 2 * ((100vw - 375px) / 1545)), 16px);
	letter-spacing: .14em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.page_top #goToTop:after {
	content: '';
	display: block;
	position: absolute;
	top: -55px;
	left: 50%;
	transform: translateX(-50%);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #FC9000;	
	transition: .3s ease all;
}
.page_top #goToTop:before {
	content: '';
	display: block;
	position: absolute;
	top: -44px;
	left: 49.5%;
	width: 1px;
	height: 38px;
	background: #FC9000;
	transition: .3s ease all;
}
.page_top #goToTop:hover:after {top: -60px;}
.page_top #goToTop:hover:before {height: 43px;top: -50px;}