@charset "utf-8";

body {
	color: #333333;
	letter-spacing: 0.08em;
	font-family: shippori-mincho, "YuMincho Medium", "Yu Mincho Regular",
		"游明朝 Regular", "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP",
		"ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-style: normal;
	font-weight: 500;
	padding-top: 125px;
	background: #f7f2e9;
	line-height: 2.2;
	font-size: 17px;
	letter-spacing: 0.05em;
}
body.top {
	padding-top: 0;
}

/* Minion Pro Regular */
.e {
	font-family: YuMincho Medium, serif;
}
/* Minion Pro Medium */
.ja {
	font-family: YuMincho Medium, serif;
	font-size: 20px;
	letter-spacing: 0.25em;
	text-align: center;
}
a {
	transition: all 0.4s;
	opacity: 1;
}
a:hover {
	opacity: 0.45;
}

br.sp {
	display: none;
}
img.sp {
	display: none;
}
img.fit {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pcshow {
	display: block;
}
.spshow {
	display: none;
}

header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 50000;
	width: 100%;
	transition: all 0.4s;
}
body.top header {
	background-color: rgba(255, 255, 255, 0);
}
header .inner {
	position: relative;
	width: 1200px;
	margin: auto;
}
header .inner h1 {
	position: absolute;
	left: 0;
	top: 40px;
	transition: all 0.4s;
}
body.top header .inner h1 {
	opacity: 0;
}
header .inner h1 a {
	display: inline-block;
	font-size: 0;
}

.menu_btn {
	position: absolute;
	right: 0;
	top: 54px;
	z-index: 60001;
	transition: all 0.4s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-line {
	display: flex;
	align-items: center;
	color: #fff;
	background: #5e8958;
	border-radius: 100px;
	height: 52px;
	padding: 0 20px;
	margin-right: 15px;
	letter-spacing: 0.1em;
	line-height: 1.1;
	font-size: 18px;
	font-weight: 600;
	font-family: "Poppins", "游ゴシック体", YuGothic, sans-serif;
}
.btn-line span {
	font-size: 15px;
}
.btn-vacancy {
	display: flex;
	align-items: center;
	color: #fff;
	background: #0088B9;
	border-radius: 100px;
	height: 52px;
	padding: 0 20px;
	margin-right: 15px;
	letter-spacing: 0.1em;
	line-height: 1.1;
	font-size: 18px;
	font-weight: 600;
	font-family: "Poppins", "游ゴシック体", YuGothic, sans-serif;
}
.btn-vacancy span {
	font-size: 15px;
}
header.mini .menu_btn {
	top: 24px;
}
.menu-trigger,
.menu-trigger div {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	z-index: 10;
	width: 52px;
	height: 52px;
	background: #333;
	border-radius: 100px;
}
.menu-trigger:hover {
	opacity: 1;
}
.menu-trigger div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 40%;
	height: 1px;
	background-color: #fff;
	border-radius: 4px;
}
body.top .menu-trigger div {
	background-color: #fff;
}
.menu-trigger div:nth-of-type(1) {
	top: 20px;
}
.menu-trigger div:nth-of-type(2) {
	top: 25px;
}
.menu-trigger div:nth-of-type(3) {
	top: 30px;
}
.menu-trigger.active div {
	background-color: #fff;
}
.menu-trigger.active div:nth-of-type(1) {
	-webkit-transform: translateY(5px) rotate(-45deg);
	transform: translateY(5px) rotate(-45deg);
}
.menu-trigger.active div:nth-of-type(2) {
	display: none;
}
.menu-trigger.active div:nth-of-type(3) {
	width: 40%;
	-webkit-transform: translateY(-5px) rotate(45deg);
	transform: translateY(-5px) rotate(45deg);
}

#menu {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 60000;
	color: #5f6264;
	width: 100%;
	height: 100vh;
	background-color: #f7f6f3;
	transition: all 0.4s;
	opacity: 0;
	pointer-events: none;
}
#menu.open {
	opacity: 1;
	pointer-events: auto;
	background: #f7f2e9;
}
#menu .list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 1040px;
	padding: 105px 0 0 485px;
	margin: auto;
	justify-content: space-between;
}
#menu .list .l1 {
	width: 205px;
	margin-right: 95px;
}
#menu .list .l2 {
	width: 15 0px;
	padding-top: 200px;
	font-size: 14px;
}
#menu .list .l2 .insta a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	margin-top: 40px;
	font-size: 12px;
}
#menu .list .l2 .insta img {
	width: 22px;
	height: auto;
	margin-right: 13px;
}
#menu .list .l4 {
	position: relative;
	width: 100%;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
	line-height: 1.5em;
}
#menu .list .l4::before {
	content: "";
	position: absolute;
	top: -30px;
	left: 0;
	border-top: 1px solid #a26a2b;
	width: 37px;
}
#menu .list .l4 .contact-ttl {
	width: 100%;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-align: left;
}
#menu .list .l4 .contact-ttl .en {
	font-size: 24px;
	padding-bottom: 5px;
}
#menu .list .l4 .contact-ttl .ja {
	font-size: 14px;
	text-align: left;
	letter-spacing: 0.1em;
}
#menu .list .l4 .contact-txt {
	font-size: 14px;
}
#menu .list .l1 li {
	margin-bottom: 20px;
}
#menu .list .l1 .eb {
	font-size: 24px;
	letter-spacing: 0.1em;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	line-height: 1;
}
#menu .list .l1 .j {
	font-size: 14px;
	letter-spacing: 0.25em;
	display: block;
}

#menu .list .l3 ul li a {
	display: block;
	height: 64px;
	padding: 10px 30px 0 80px;
	background-color: #fff;
}

.header-wrap {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.header-nav {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
	max-width: 602px;
	margin-left: 70px;
	font-size: 14px;
	font-family: "Poppins medium", sans-serif;
	font-weight: 500px;
}
.header-nav li {
	display: inline-block;
	padding: 0.382rem 24px;
}

footer {
	position: relative;
	width: 100%;
	background: #333333;
	font-family: "Poppins", sans-serif;
}
footer .flex {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 980px;
	margin: 0 auto;
	color: #fff;
}
footer a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	margin: 20px 0 0;
}
footer .insta {
	display: flex;
	align-items: center;
	font-size: 16px;
}
footer .insta img {
	width: 22px;
	height: auto;
	margin-left: 10px;
}
footer a.totop {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100px;
	height: 100%;
	background: #565554;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer a.totop img {
	width: 35px;
	height: auto;
}

.copy {
	text-align: center;
	color: #fff;
	font-size: 10px;
	padding-bottom: 20px;
}

h2.midashi {
	position: relative;
	font-weight: 600;
	font-size: 46px;
	line-height: 1em;
	letter-spacing: 0.12em;
	text-align: center;
	font-family: Poppins Medium;
	padding-bottom: 30px;
}

a.btn {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	width: 210px;
	height: 55px;
	padding-top: 20px;
	background-color: #5f6264;
}

.slide .swiper-container,
.slide .swiper-container .slide-img {
	width: 100% !important;
	height: 100% !important;
}

.header-logo {
	margin: 40px 0 0 70px;
	width: 226px;
	height: 113px;
}

#visual {
	background: url(../img/bg-star.svg) center 70px no-repeat;
	background-size: 1120px;
	position: relative;
}
#visual .inner {
	position: relative;
	width: 740px;
	min-height: 588px;
	margin: auto;
}
.kv-txt {
	width: 73px;
	height: auto;
	position: absolute;
	right: -140px;
	top: 140px;
}
.kv-txt2 {
	width: 104px;
	height: auto;
	position: absolute;
	left: -140px;
	top: 140px;
	text-align: center;
}
.kv-txt2 img.txt {
	width: 44px;
	margin-bottom: 30px;
}
#visual .swiper-container {
	max-width: 740px;
	height: 496px;
	margin: 0 auto;
	clip-path: inset(10px 20px round 200px 200px 0 0);
}
#visual #mask {
	position: absolute;
	right: 0;
	bottom: -40px;
	z-index: 100;
}
#top_news {
	width: 100%;
	width: 800px;
	margin: 100px auto;
}
#top_news dl {
	display: flex;
    flex-wrap: wrap;
	border-top: 1px solid #ddd;
}
#top_news dl dt,
#top_news dl dd {
	border-bottom: 1px solid #ddd;
	padding-bottom: 40px;
	margin-top: 20px;
}
#top_news dl dt {
	display: flex;
	width: 150px;
    padding-bottom: 10px;
}
#top_news dl dd {
	width: calc(100% - 150px);
	padding-bottom: 10px;
	word-break: break-all;
	line-height: 1.8em;
}
#top_calendar {
	text-align: center;	
	margin-bottom: 30px;
	margin-top: 30px;
}
#top_concept {
	overflow: hidden;
}
#top_concept h2 {
	font-size: 24px;
	letter-spacing: 0.25em;
	padding: 78px 0;
}
#top_concept .inner,
#top_concept2 .inner {
	position: relative;
	width: 1100px;
	min-height: 730px;
	margin: 40px auto 100px;
}
#top_concept .inner .i02 {
	position: absolute;
	right: calc(((100vw - 1100px) / 2) * -1);
	top: 0;
	width: 540px;
	height: 380px;
}
#top_concept .inner .i03 {
	position: absolute;
	left: 772px;
	top: 450px;
	width: 278px;
	height: 190px;
}
#top_concept .inner .i04 {
	position: absolute;
	left: 530px;
	top: 450px;
	width: 190px;
	height: 278px;
}
#top_concept2 .inner .i05 {
	position: absolute;
	left: -100px;
	top: 0;
	width: 540px;
	height: 380px;
}
#top_concept2 .inner .i06 {
	position: absolute;
	left: 270px;
	top: 459px;
	width: 278px;
	height: 190px;
}
#top_concept2 .inner .i07 {
	position: absolute;
	left: 31px;
	top: 459px;
	width: 190px;
	height: 278px;
}
#top_concept .inner .t1 {
	position: absolute;
	right: 30px;
	top: 140px;
}
#top_concept .inner .t1 p {
	font-size: 24px;
	line-height: 2.1em;
	letter-spacing: 0.5em;
	writing-mode: vertical-rl;
}
#top_concept2 .inner .t2 {
	position: absolute;
	right: 30px;
	top: 90px;
	width: 420px;
}
#top_concept2 .inner .t2 h2 {
	font-size: 24px;
	letter-spacing: 0.25em;
	padding: 0 0 78px;
}
#top_concept2 .inner .t2 p {
	line-height: 2.1em;
	letter-spacing: 0.05em;
}

#flow {
	background: #fff;
	padding: 170px 0;
	overflow: hidden;
	clip-path: inset(0 0 round 0 400px 0 0);
}
#flow h3 {
	margin-bottom: 170px;
}
#flow .inner {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
	width: auto;
	max-width: 914px;
	margin: 0 auto 25px;
}
.step {
	position: relative;
}
.step dl {
	width: calc(10% + 30px);
	text-align: center;
	position: relative;
}
.step dl dt {
	font-family: "Poppins Medium", sans-serif;
}
.step dl dd {
	font-family: "Poppins", sans-serif;
	font-weight: bold;
	line-height: 1;
}
.step dl dt {
	font-size: 13px;
}
.step dl dd {
	font-size: 43px;
}

.step .bg-line {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 4px;
	height: ;
	background: url(../img/bg-line.png);
	z-index: 0;
}
.step1 {
	padding-bottom: 110px;
}
.step1 .bg-line {
	height: 447px;
	z-index: 0;
}
.step2 {
	padding-bottom: 80px;
}
.step2 .bg-line {
	height: 95px;
}
.step3 {
	padding-bottom: 30px;
}
.step3 .bg-line {
	height: 160px;
}

.flow-contents {
	width: 82%;
}
.flow-contents .flow-contents_ttl {
	font-size: 20px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 700;
	padding-top: 30px;
	margin-bottom: 20px;
	line-height: 1.5em;
	letter-spacing: 0.15em;
}
.attention {
	text-indent: -1em;
	padding-left: 1.2em;
	color: #a26a2b;
	font-size: 14px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック", "Yu Gothic", sans-serif;
}

#flow .line {
	width: 620px;
	height: auto;
	margin-top: 40px;
}

#use {
	background: #fff;
	padding-bottom: 160px;
}
#use .ja {
	padding-bottom: 80px;
}
#use .use-inner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 200px 100px 165px;
	background: url(../img/bg-smake.jpg) top center;
	background-size: cover;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.flex .box {
	width: calc((100% - 80px) / 3);
	text-align: center;
	padding: 80px 40px 70px;
	margin-bottom: 35px;
	filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.1));
	position: relative;
}
.flex .box::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #fff;
	clip-path: inset(0 0 round 500px 500px 0 0);
}
.flex .box img {
	width: auto;
	height: 118px;
	margin: 0 auto 30px;
}
#use .ttl {
	font-size: 20px;
	padding-bottom: 50px;
	margin-top: 40px;
	height: 60px;
	line-height: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
}
#use p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック", "Yu Gothic", sans-serif;
	font-size: 15px;
	text-align: left;
	font-weight: 500;
}

#price {
	background: #fff;
	padding-bottom: 100px;
}
#price .inner {
	max-width: 890px;
	margin: 0 auto;
}
#price .ja {
	padding-bottom: 150px;
}
.price-img {
	width: 404px;
	height: auto;
	margin-top: 30px;
}
#price .kiyaku p {
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.05em;
}
#price .kiyaku p span {
	color: #a26a2b;
	margin-right: 0.1em;
}
.btm-gray a {
	background: #333333;
	color: #fff;
	font-size: 20px;
	padding: 20px 120px;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	display: block;
}
.notes {
	background: #f2f2f2;
	padding: 70px 90px;
	border-radius: 6px;
	width: 100%;
}
.notes li {
	position: relative;
	list-style-type: none !important; /*ポチ消す*/
	text-indent: -1em;
	padding-left: 1em;
}
.notes li::before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 0.5em;
	height: 0.5em;
	background: #a26a2b;
	border-radius: 50%;
	margin-right: 8px;
}
.car-space {
	max-width: 220px;
	margin-top: 10px;
}
.pt50 {
	padding-top: 50px;
}
#insta {
	background: #fff;
}
#insta .inner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 200px 100px 165px;
	background: #f2ecde;
	clip-path: inset(0 0 round 560px 560px 0 0);
}
#insta .insta-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 98px auto 0;
	padding: var(--ooo-instagram-grid-gutter) 0;
	grid-gap: var(--ooo-instagram-grid-gutter);
	gap: var(--ooo-instagram-grid-gutter);
	column-gap: 40px;
	row-gap: 30px;
}
#insta .insta-list li {
}
#insta .insta-list li img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}
.btm-kadomaru a {
	background: #565554;
	border-radius: 100px;
	padding: 20px;
	margin: 90px auto;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: Poppins Medium;
	width: 260px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btm-kadomaru a img {
	margin-left: 14px;
	width: 22px;
	height: auto;
}

.nami {
	width: 100%;
	max-width: 1395px;
	margin: 0 auto;
	position: relative;
	position: absolute;
	top: -150px;
	left: 0;
	right: 0;
}

#access {
	background: #fff;
	position: relative;
	padding: 100px 20px 0;
}
#access .ja {
	padding-bottom: 120px;
}
#access .inner {
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin: auto;
}
#access .slide {
	width: 500px;
	height: 600px;
}
#access .text {
	position: relative;
	width: 570px;
	margin-left: 80px;
}
#access .text h3 {
	font-size: 0;
	line-height: 1em;
	margin-bottom: 40px;
}
#access .text h3 img {
	width: auto;
	height: 20px;
}
#access .text dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#access .text dt,
#access .text dd {
	font-size: 15px;
	line-height: 2.26em;
	padding-bottom: 10px;
	letter-spacing: 0.2em;
}
#access small {
	display: block;
	font-size: 14px;
	line-height: 1.5em;
}
#access .text dt {
	width: 120px;
}
#access .text dd {
	width: calc(100% - 120px);
}
#access .text table {
	width: 100%;
	margin-top: 10px;
}
#access .text td {
	line-height: 1em;
	padding-bottom: 15px;
}
#access .text tr td:nth-of-type(1) {
	width: 35%;
}
#access .text tr td:nth-of-type(2) {
	width: 65%;
	padding-left: 35px;
	border-left: 1px solid #afafaf;
}
#access .text tr:last-of-type td {
	padding-bottom: 0;
}
#access .text .map {
	position: absolute;
	left: 0;
	bottom: -130px;
	font-size: 0;
	filter: grayscale(100%);
	transition: all 0.4s ease;
}
#access .text .map:hover {
	filter: grayscale(0%);
}

#contact {
	width: 100%;
	max-width: 707px;
	height: 56px;
	margin: 250px auto 117px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	line-height: 1.5em;
}
#contact .contact-ttl {
	width: 30%;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 5px 28px;
	margin-right: 50px;
}
#contact .contact-ttl .en {
	font-family: Poppins;
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 10px;
	text-align: center;
}
#contact .contact-ttl .ja {
	font-size: 15px;
	letter-spacing: 0.05em;
	padding: 0;
}
#contact .contact-form{
	color: #fff;
	background-color: #666;
	padding: 20px 120px;
}
.l4 .contact-form{
	color: #fff;
	background-color: #666;
	padding: 10px 50px;
}
#contact .contact-form .ja,
.l4 .contact-form .ja {
	font-size: 15px;
	letter-spacing: 0.2em;
	padding: 0;
}
#contact .contact-form .en,
.l4 .contact-form .en {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5em;
	letter-spacing: 0.2em;
	text-align: center;
	font-family: "Poppins", sans-serif;
}
.l4 .contact-form .ja{
	font-family: shippori-mincho, "YuMincho Medium", "Yu Mincho Regular",
	"游明朝 Regular", "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP",
	"ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-style: normal;
	font-size: 14px;
	line-height: 31px;
}
.l4 .contact-form .en {
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
}


.sa {
	opacity: 0 !important;
	transition: all 1s ease;
}

.sa.show {
	opacity: 1 !important;
	transform: none;
}
.sa--left {
	transform: translate(30px, 0);
}
.sa--right {
	transform: translate(-30px, 0);
}
.sa--up {
	transform: translate(0, 30px);
}
.sa--down {
	transform: translate(0, -30px);
}

img.sss.show {
	transform: translate(0, 0) scale(0.5) !important;
}
img.sss.sa--left {
	transform: translate(50px, 0) scale(0.5);
}
img.sss.sa--right {
	transform: translate(-50px, 0) scale(0.5);
}
img.sss.sa--up {
	transform: translate(0, 50px) scale(0.5);
}
img.sss.sa--down {
	transform: translate(0, -50px) scale(0.5);
}
img.sss {
	position: absolute;
	transform: translate(0, 0) scale(0.5);
	transform-origin: 0 100%;
}

.hide {
	opacity: 0 !important;
}

.md_transition {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s;
	z-index: 999999;
}
.md_transition::before {
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(hsla(0, 0%, 100%, 0)),
		color-stop(33.33333%, #fff),
		color-stop(66.66667%, #fff),
		to(hsla(0, 0%, 100%, 0))
	);
	background: -o-linear-gradient(
		bottom,
		hsla(0, 0%, 100%, 0) 0,
		#fff 33.33333%,
		#fff 66.66667%,
		hsla(0, 0%, 100%, 0) 100%
	);
	background: linear-gradient(
		0deg,
		hsla(0, 0%, 100%, 0),
		#fff 33.33333%,
		#fff 66.66667%,
		hsla(0, 0%, 100%, 0)
	);
	content: "";
	display: block;
	width: 100%;
	height: 300%;
	position: absolute;
	left: 0;
	top: -100%;
}
body.is_remove .md_transition {
	-webkit-animation: maskCloseTransition 0.6s
		cubic-bezier(0.47, 0, 0.745, 0.715) 0s 1 forwards;
	animation: maskCloseTransition 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0s 1
		forwards;
}
body:not(.is_fade) .md_transition {
	transform: translateY(-200%);
}
@-webkit-keyframes maskCloseTransition {
	0% {
		transform: translateY(200%);
	}
	to {
		transform: translate(0);
	}
}
@keyframes maskCloseTransition {
	0% {
		transform: translateY(200%);
	}
	to {
		transform: translate(0);
	}
}

/*SVGのサイズ*/
svg {
	max-width: 800px; /*SVGタグの横幅*/
	width: 100%; /* レスポンシブ対応にするため100%を指定*/
	height: auto;
}

/*========= 手書き風にするためのCSS ===============*/

/* マスクをするパスの設定*/
#mask .st0 {
	fill: none;
	stroke: #ffffff;
	stroke-width: 90; /*線の太さを指定する*/
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	stroke-dasharray: 1500; /* 線の間隔を指定する */
	stroke-dashoffset: 1500; /* 線の位置を指定する */
}



.special-event {
	display: block;
	background-color:#800000;
	text-align: center;
	color: #fff;
	font-family: "YuMincho Medium", "Yu Mincho Regular";
	font-style: normal;
	font-weight: 100;
	font-size: 13px;
	z-index: 99999;
}
