@charset "utf-8";
/* CSS Document -----------------------------

 2024.08.07

--------------------------------------------*/
/* Mukta Malar */
@import url('https://fonts.googleapis.com/css2?family=Mukta+Malar:wght@200;300;400;500;600;700;800&family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&display=swap');
/* ----------------------------------------------

 * タグの設定

---------------------------------------------- */
a {
	display: inline-block;
	outline:none;
	color: #222;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
    transition: all .3s ease;
}
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","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","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","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","BIZ UDPGothic",Meiryo,sans-serif;
	-webkit-font-smoodting: antialiased;
	-moz-osx-font-smoodting: grayscale;
	word-break: break-all;
}
body {font-size: calc(14px + 2 * ((100vw - 375px) / 1545));line-height: 1.7;}
h2,h3,h4,h5 {line-height: 1.5;}
p {font-size: calc(14px + 2 * ((100vw - 375px) / 1545));line-height: 1.7;}
ul,li,th,td,dt,dd,figcaption {line-height: 1.7;}
main {position: relative;z-index: 1;background: #fff;}
section {position: relative;z-index: 1;overflow: hidden;}
.inner {max-width: 1536px;margin: 0 auto;padding: 0 20px;}
.blank {padding-top: calc(70px + 30 * ((100vw - 375px) / 1545));padding-bottom: 50px;}
.blank2 {padding-top: calc(70px + 30 * ((100vw - 375px) / 1545));padding-bottom: calc(70px + 80 * ((100vw - 375px) / 1545));}
.flexbox {display: flex;flex-wrap: wrap;justify-content: space-between;}
.MuktaMalarR {font-family: "Mukta Malar", sans-serif;font-weight: 400;font-style: normal;}
.MuktaMalarM {font-family: "Mukta Malar", sans-serif;font-weight: 500;font-style: normal;}
.MuktaMalarBD {font-family: "Mukta Malar", sans-serif;font-weight: bold;font-style: normal;}
.title {margin-bottom: calc(40px + 10 * ((100vw - 375px) / 1545));text-align: center;}
.title2 {text-align: center;}
.title h2,
.title2 h2 {
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: calc(30px + 10 * ((100vw - 375px) / 1545));
	line-height: 1.2;
	letter-spacing: .1em;
	text-align: center;
}
.title2 h2 {color: #fff;font-size: 2vw;}
.title h2 span,
.title2 h2 span {text-align: center;}
.title p,
.title2 p {
	position: relative;
	width: calc(180px + 20 * ((100vw - 375px) / 1545));
	margin: 0 auto;
	padding: .8em 0 .6em;
	background: linear-gradient(90deg, #ED0000, #FF7D39);
	color: #fff;
	font-size: calc(12px + 2 * ((100vw - 375px) / 1545));
	letter-spacing: .1em;
	transition: .3s;
}
.title2 p {width: 67%;background: #fff;color: #ED0000;font-size: .8vw;}
.title p span,
.title2 p span {display: block;text-align: center;}
a[href^="tel:"] {pointer-events: none;}
.pc,.pc2 {display: block;}
.sp,.sp2 {display: none;}
@media only screen and ( max-width : 1024px ) {
	.title2 h2 {font-size: 4vw;}
	.title2 p {font-size: 1.5vw;}
	.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;}
}
@media only screen and ( max-width : 500px ) {
	.title2 h2 {font-size: 7.5vw;}
	.title2 p {font-size: 3vw;}
}
/*--------------------------------------------------

    header

--------------------------------------------------*/
header {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 15;
	width: 100%;
	border-top: 10px solid #ED0000;
	background: #fff;
	transition: .3s;
}
header .header_box {display: flex;align-items: center;height: 100%;}
header .header_box .logo {position: relative;z-index: 10;padding: 10px 2em 20px;border-bottom-right-radius: 20px;background: #ED0000;}
header .header_box .logo img {width: 137px;}
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: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
header .header_box nav ul li {margin-left: 2%;}
header .header_box nav ul li:last-child {display: none;}
header .header_box nav ul li a {
	position: relative;
	font-size: calc(10px + 2 * ((100vw - 375px) / 1545));
	text-align: center;
}
header .header_box nav ul li a::after {	
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 0;
	height: 2px;
	transition: all .6s ease 0s;
}
header .header_box nav ul li a.link-current::after {width: 100%;background: #ED0000;}
header .header_box nav ul li a:hover {color: #ED0000;}
header .header_box nav ul li a span {
	display: flex;
	align-items: baseline;
	margin-top: .3em;
	font-size: 1.334em;
	letter-spacing: .1em;
	text-align: center;
}
header .header_box nav ul li a span img {width: 10%;margin-left: calc(5px + 5 * ((100vw - 375px) / 1545));}
header .header_box nav p {display: flex;align-items: center;gap: calc(10px + 10 * ((100vw - 375px) / 1545));}
header .header_box nav p a.insta {position: fixed;right: 12em;width: calc(15px + 10 * ((100vw - 375px) / 1545));}
header .header_box nav p a.entry {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	padding: 20px 2em;
	overflow: hidden;
	border: 1px solid #ED0000;
	border-bottom-left-radius: 20px;
	background: #ED0000;
	color: #fff;
	font-size: calc(18px + 6 * ((100vw - 375px) / 1545));
	letter-spacing: .1em;
	text-align: center;
}
header .header_box nav p a.entry:hover {padding: 30px 2em;}
#sp-menu {display: none;}
@media only screen and ( max-width : 1350px ) {
	header .header_box nav ul li a {font-size: .8vw;}
}
@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 {position: fixed;height: 70px;}
	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: 20px;}
	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 {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 ul li:nth-of-type(8) {animation-delay: .7s;}
	header .header_box nav.clicked p {animation-delay: .7s;}
	header .header_box nav ul li {margin-left: 0;}
	header .header_box nav ul li a {font-size: 1.2rem;}
	header .header_box nav ul li:last-child {display: flex;justify-content: center;align-items: center;gap: 20px;margin-bottom: 0;}
	header .header_box nav ul li:last-child a.entry {
		padding: 1em 3em;
		border: 1px solid #ED0000;
		border-radius: 20px;
		background: #ED0000;
		color: #fff;
		text-align: center;
	}
	header .header_box nav ul li:last-child a.entry:hover {background: #fff;color: #ED0000;}
	header .header_box nav p {display: none;}
	#sp-menu {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 20px;
		z-index: 20;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: #ED0000;
		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 {margin-top: calc(50px + 50 * ((100vw - 375px) / 1545));padding: 30px 0 20px;background: #F7F7F7;}
footer .logo {display: block;width: calc(200px + 67 * ((100vw - 375px) / 1545));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-size: 1.4rem;}
footer ul li a:hover {color: #ED0000;}
footer small {display: block;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: 1.4rem;
	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: #ED0000;	
	transition: .3s ease all;
}
.page_top #goToTop:before {
	content: '';
	display: block;
	position: absolute;
	top: -44px;
	left: 49.5%;
	width: 1px;
	height: 38px;
	background: #ED0000;
	transition: .3s ease all;
}
.page_top #goToTop:hover:after {top: -60px;}
.page_top #goToTop:hover:before {height: 43px;top: -50px;}