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

:root {
  --f-family-sans: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	--f-family-serif: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  --f-family-en: "RockfordSans", RockfordSans, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	--color-gy-01: #616161;
	--color-gy-02: #919191;
	--color-gy-03: #999;
	--color-gy-04: #ccc;
	--color-gy-05: #dadada;
}

/* ==========================================================
 b2b
========================================================== */
* {
	box-sizing: border-box;
}
@media screen and (max-width: 799px) {
	.only-pc, .no-sp
	{ display: none !important; }
	.only-sp, .no-pc
	{ display: block !important; }
	img.only-sp, img.no-pc
	{ display: inline-block !important; }
}

body {
	position: relative;
	width: 100%;
	word-wrap: break-word;
  overflow-wrap: break-word;
	line-height: 1.7;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	font-family: var(--f-family-sans);
	text-align: justify;
}
svg,
img[src$=".svg"] {
	display: block;
	width: 100%;
}
img {
	max-width: 100%;
	max-height: 100%;
}
strong {
	font-weight: 700;
}

/* ==========================================================
 header / footer
========================================================== */
.header .logo,
.header .logo *,
.footer .logo,
.footer .logo * {
  display: block;
}
.header {
	position: relative;
	padding: 130px 0 80px;
	background: url("../img/main_bg.jpg") #62b7ab;
	background-size: 50%;
}
.header .main {
	max-width: 1160px;
	margin: 0 auto;
}
.header .logo {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 246px;
	height: 70px;
}
.header .main {
	width: min(1160px, 90%);
	margin: 0 auto;
}

.footer {
	padding: 140px 0 30px;
}
.footer .logo {
	width: 168px;
  height: 100px;
  margin: 0 auto 50px;
}
.footer .footer-copy {
	display: block;
	color: var(--color-gy-01);
	font-size: 14px;
	text-align: center;
}

/* ==========================================================
 汎用パーツ
========================================================== */
.en {
	font-family: var(--f-family-en);
}

.fade-pc,
.fade-sp {
	position: relative;
}
.fadeon {
	top: auto !important;
	opacity: 1 !important;
	transform: none !important;
}

section.round {
	border-radius: 30px;
}
.sec-cmn-01,
.sec-cmn-02,
.sec-cmn-03,
.sec-cmn-04 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.sec-cmn-01 {
	width: min(1300px, calc(100% - 100px));
}
.sec-cmn-02 {
	width: min(1100px, calc(100% - 100px));
}
.sec-cmn-03 {
	width: min(980px, calc(100% - 100px));
}
.sec-cmn-04 {
	width: min(820px, calc(100% - 100px));
}

.ttl-cmn-01 {
	margin: 80px 0 30px;
	color: var(--color-gy-04);
	font-size: 40px;
	font-weight: 700;
	font-family: var(--f-family-en);
	text-align: center;
}

.link-tel {
	text-decoration: none;
}
.btn-01,
.btn-02 {
	display: -ms-flexbox;
  display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 52px;
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	background: #fff;
	border-radius: 10px;
	transition: opacity 0.2s;
}
a.btn-01:hover,
a.btn-02:hover {
	opacity: 0.8;
}
span.btn-01 {
	pointer-events: none;
	opacity: 0.4;
}
.list-line-01 {
	padding-left: 1em;
}
.list-line-01 li::before {
	display: inline-block;
	content: "-";
	width: 1em;
	margin-left: -1em;
}

.dlist-cmn-01,
.dlist-cmn-02 {
	display: -ms-flexbox;
  display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid;
}
.dlist-cmn-01 .ttl,
.dlist-cmn-01 .detail,
.dlist-cmn-02 .ttl,
.dlist-cmn-02 .detail {
	border-bottom: 1px solid;
}
.dlist-cmn-01 .ttl,
.dlist-cmn-02 .ttl {
	font-size: 14px;
	font-weight: 400;
}

.dlist-cmn-01 {
	border-top-color: var(--color-gy-05);
}
.dlist-cmn-01 .ttl,
.dlist-cmn-01 .detail {
	border-bottom-color: var(--color-gy-05);
}
.dlist-cmn-01 .ttl {
	width: 120px;
	padding: calc(22px + 0.5em) 0 22px;
}
.dlist-cmn-01 .detail {
	width: calc(100% - 120px);
	padding: 22px 0;
}
.dlist-cmn-02 .ttl {
	width: 60px;
	padding: calc(15px + 0.4em) 0 15px;
}
.dlist-cmn-02 .detail {
	width: calc(100% - 60px);
	padding: 15px 0;
	font-size: 18px;
}
.dlist-cmn-02 .detail .sub {
	font-size: 80%;
}

/* ==========================================================
 area-01 / intro
========================================================== */
.area-01 {
	margin: 50px 0;
}
.sec-intro {
	padding: 150px 100px 140px;
	background: #ff9134;
}
.sec-intro .sec-in {
	position: relative;
	z-index: 1;
}
.sec-intro::before,
.sec-intro .img {
	position: absolute;
	z-index: 0;
}
.sec-intro::before {
	content: "";
	display: block;
	top: 0;
	right: 0;
	width: min(850px, 70%);
	height: 645px;
	background: url("../img/img_intro_02.jpg") no-repeat 50% 50%;
	background-size: cover;
	border-radius: 0 30px 0 30px;
}
.sec-intro .ttl {
	width: 702px;
}
.sec-intro .txt-01 {
	margin: 50px 0 30px;
	line-height: 1.5;
	font-size: 48px;
	font-weight: 900;
}
.sec-intro .txt-02 {
	line-height: 1.78;
	font-size: 24px;
}
.sec-intro .img {
	right: -90px;
	bottom: 0;
	width: min(640px, 60%);
}

/* ==========================================================
 area-02 / event
========================================================== */
.area-02 {
	margin: 50px 0 80px;
}
.sec-event .sec-in,
.sec-eventinfo {
	display: -ms-flexbox;
  display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sec-event {
	padding: 175px 100px 90px;
	background: url("../img/img_event_bg.png") no-repeat 0 50% #2eb7ae;
	background-size: 50%;
}
.sec-event .ttl {
	width: 670px;
}
.sec-event .sec-in {
	margin-top: 70px;
}
.sec-event .sec-in div {
	width: calc(50% - 90px);
}
.sec-event .sec-in .txt-01 {
	width: 483px;
}
.sec-event .sec-in .txt-02 {
	margin-bottom: 30px;
	line-height: 1;
	font-size: 30px;
	font-weight: 900;
}
.sec-event .sec-in .txt-03 {
	line-height: 2;
}
.area-02 .sec-cmn-04 .dlist-cmn-01 .ttl {
	color: var(--color-gy-03);
}
.area-02 .sec-cmn-04 .dlist-cmn-01 .detail {
	color: var(--color-gy-01);
}

.sec-eventinfo {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 100px;
}
.sec-eventinfo-02,
.sec-eventinfo-03 {
	margin-top: 20px;
}
.sec-eventinfo .sec-in-01 {
	width: min(490px, calc(50% + 30px));
}
.sec-eventinfo .sec-in-02 {
	width: min(370px, calc(50% - 60px));
}
.sec-eventinfo .sec-in-03 {
	width: 100%;
	margin-top: 50px;
	padding: 40px;
	background: #353432;
	border-radius: 10px;
}
.sec-eventinfo .sec-in-01 > .ttl .en,
.sec-eventinfo .sec-in-01 > .ttl .ja {
	display: block;
}
.sec-eventinfo .sec-in-01 > .ttl .en {
	margin-bottom: 30px;
	letter-spacing: 0.08em;
	line-height: 1;
	font-size: 18px;
	font-weight: 700;
}
.sec-eventinfo .sec-in-01 > .ttl .ja {
	line-height: 1.36;
	font-size: 38px;
	font-weight: 900;
}
.sec-eventinfo .dlist-cmn-02 {
	margin: 40px 0;
}
.sec-eventinfo .txt {
	clear: both;
	overflow: hidden;
}
.sec-eventinfo .txt figure {
	float: left;
	overflow: hidden;
	width: 110px;
	margin: 0.3em 20px 20px 0;
	border-radius: 50%;
}
.sec-eventinfo .img {
	overflow: hidden;
	margin-bottom: 40px;
	border-radius: 10px;
}
.sec-eventinfo .btn-01 {
	width: 260px;
}
.sec-eventinfo:not(.sec-eventinfo-02) .dlist-cmn-02 {
	border-top-color: rgba(255, 255, 255, 0.2);
}
.sec-eventinfo:not(.sec-eventinfo-02) .dlist-cmn-02 .ttl,
.sec-eventinfo:not(.sec-eventinfo-02) .dlist-cmn-02 .detail {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}
.sec-eventinfo:not(.sec-eventinfo-02) .btn-01 {
	margin-left: auto;
}
.sec-eventinfo .close {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 700;
}

.sec-eventinfo-01 {
	background: #5b3aad;
}
.sec-eventinfo-01 .btn-01 {
	color: #5b3aad;
}

.sec-eventinfo-02 {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	background: #ff9100;
}
.sec-eventinfo-02 .btn-01 {
	margin-right: auto;
	color: #ff9100;
}
.sec-eventinfo-02 .dlist-cmn-02 {
	border-top-color: rgba(255, 255, 255, 0.3);
}
.sec-eventinfo-02 .dlist-cmn-02 .ttl,
.sec-eventinfo-02 .dlist-cmn-02 .detail {
	border-bottom-color: rgba(255, 255, 255, 0.3);
}

.sec-eventinfo-03 {
	background: #474340;
}
.sec-eventinfo-03 .sec-in-01 > .ttl .en,
.sec-eventinfo-03 .sec-in-01 > .ttl .ja {
	font-family: var(--f-family-serif);
}
.sec-eventinfo-03 .sec-in-01 > .ttl .en {
	letter-spacing: 0.12em;
	color: #f6c969;
	font-weight: 400;
}
.sec-eventinfo-03 .sec-in-01 > .ttl .ja {
	font-weight: 600;
}
.sec-eventinfo-03 .btn-01 {
	color: #474340;
}

/* ==========================================================
 area-03 / promo
========================================================== */
.area-03 {
	overflow: hidden;
	position: relative;
	padding: 210px 0 90px;
	background: #fffaef;
}
.area-03::before {
	content: "";
	display: block;
	position: absolute;
	top: 50px;
	width: 400vw;
	height: 103px;
	background: url("../img/img_promo_bg.svg") repeat-x 50% 0;
	background-size: contain;
	animation: 60s linear 0s infinite both loop;
}
@keyframes loop {
  0% {
		transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.sec-promo,
.list-location {
	display: -ms-flexbox;
  display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sec-promo {
	margin-bottom: 70px;
	padding: 80px 100px;
	background: #ff9134;
}
.sec-promo .ttl {
	line-height: 1.3;
	font-size: 72px;
	font-weight: 900;
}
.sec-promo .ttl span {
	font-size: 60px;
	vertical-align: bottom;
}
.sec-promo div {
	position: relative;
	width: 50%;
}
.sec-promo div p {
	line-height: 1.8;
	font-size: 22px;
}
.sec-promo div .btn-02 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 400px;
	color: #ff9134;
}
.list-location {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list-location .item {
	width: calc(50% - 20px);
	padding: 30px 0;
	border-bottom: 1px solid var(--color-gy-05);
}
.list-location .item:nth-of-type(-n+2) {
	border-top: 1px solid var(--color-gy-05);
}
.list-location .item h4 {
	margin-bottom: 5px;
	color: #ff9134;
	font-size: 22px;
	font-weight: 900;
}
.list-location .item p {
	line-height: 1.78;
	color: var(--color-gy-02);
	font-size: 18px;
}

@media screen and (min-width: 800px) {
	.fade-pc {
		top: 30vh;
		opacity: 0;
		transform: scale(0.8);
		transition: top 0.15s ease-in, opacity 0.2s ease-in, transform 0.2s ease-in;
	}
	.dlist-cmn-02 .detail .sub.only-pc {
		display: inline-block !important;
	}
}

@media screen and (max-width: 799px) {
	body {
		font-size: 4.25vw;
	}
	.sec-cmn-01,
	.sec-cmn-02,
	.sec-cmn-03,
	.sec-cmn-04 {
		width: calc(100% - 20px);
	}
	.area-01 {
		margin: 30px 0;
	}
	.area-02 {
    margin: 0 0 50px;
	}
	.area-03 {
		padding: 100px 0 50px;
	}
	.area-03::before {
    top: 30px;
		width: 600vw;
    height: 40px;
		animation: 30s linear 0s infinite both loop;
	}

	.fade-sp {
		top: 10vh;
		opacity: 0;
		transform: scale(0.8);
		transition: top 0.05s ease-in, opacity 0.2s ease-in, transform 0.2s ease-in;
	}

	.header {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 100svh;
		padding: 0 0 1svh;
	}
	.header .main {
		order: 2;
	}
	.header .logo {
		top: 30px;
		right: 30px;
    width: 180px;
    height: 52px;
    margin-bottom: 50px;
	}
	.footer {
		padding-top: 100px;
	}
	.footer .logo {
    width: 130px;
    height: 78px;
    margin-bottom: 30px;
	}
	.footer .footer-copy {
		font-size: 11px;
	}

	section.round {
    border-radius: 15px;
	}

	.ttl-cmn-01 {
    margin: 50px 0 20px;
    font-size: 8.5vw;
	}

	.dlist-cmn-01 .ttl,
	.dlist-cmn-02 .ttl {
		font-size: 3.5vw;
	}
	.dlist-cmn-01 .detail,
	.dlist-cmn-02 .detail {
		font-size: 4vw;
	}
	.dlist-cmn-01 {
		display: block;
	}
	.dlist-cmn-01 .ttl,
	.dlist-cmn-01 .detail {
		width: auto;
	}
	.dlist-cmn-01 .ttl {
    padding: 15px 20px 5px;
	}
	.dlist-cmn-01 .detail {
    padding: 0 20px 15px;
	}
	.area-02 .sec-cmn-04 .dlist-cmn-01 .ttl {
		border-bottom: none;
	}
	.area-02 .sec-cmn-04 .dlist-cmn-01 .detail {
		border-top: none;
	}
	.area-02 .sec-cmn-04 .dlist-cmn-01 .detail span {
		display: inline-block;
    margin: 0 -0.8em 0 -0.6em;
    letter-spacing: -0.04em;
	}
	.dlist-cmn-02 .detail .sub.only-sp {
		display: inline-block !important;
	}

	.dlist-cmn-02 .ttl {
    padding: 12px 0 0 10px;
	}
	.dlist-cmn-02 .detail {
		padding: 10px 0;
	}

	.btn-01,
	.btn-02 {
		height: 15vw;
		font-size: 4.5vw;
	}

	.sec-intro {
    padding: calc(30vh - 10px) 30px 50px;
	}
	.sec-intro::before {
		left: 0;
		right: auto;
    width: 100%;
    height: 30vh;
    border-radius: 15px 15px 0 0;
	}
	.sec-intro .ttl {
    width: 100%;
	}
	.sec-intro .txt-01 {
		margin: 40px -1em 20px 0;
		font-size: 6.5vw;
	}
	.sec-intro .txt-02 {
    font-size: inherit;
	}
	.sec-intro .img {
    right: -18vw;
	}
	.sec-event {
    padding: 60px 30px 40px;
		background-position: 0 10%;
		background-size: 85%;
	}
	.sec-event .ttl {
    width: 70%;
	}
	.sec-event .sec-in {
    display: block;
    margin-top: 30px;
	}
	.sec-event .sec-in .txt-01,
	.sec-event .sec-in div {
    width: auto;
	}
	.sec-event .sec-in .txt-02 {
    margin: 60px 0 25px;
    font-size: 6vw;
	}
	.sec-intro .txt-02,
	.sec-event .sec-in .txt-03 {
		line-height: 1.7;
	}
	.sec-eventinfo {
		overflow: hidden;
    display: block;
    padding: 0 30px 40px;
	}
	.sec-eventinfo-02,
	.sec-eventinfo-03 {
    margin-top: 10px;
	}
	.sec-eventinfo .sec-in-01,
	.sec-eventinfo .sec-in-02 {
		width: auto;
	}
	.sec-eventinfo .img {
    margin: 0 -30px 40px;
    border-radius: 0;
	}
	.sec-eventinfo .sec-in-01 > .ttl .en {
    margin-bottom: 15px;
    font-size: 3.5vw;
	}
	.sec-eventinfo .sec-in-01 > .ttl .ja {
    line-height: 1.5;
    font-size: 7vw;
	}
	.sec-eventinfo .btn-01 {
		width: 80%;
		margin: 30px auto 0 !important;
	}
	.sec-eventinfo .dlist-cmn-02 {
		margin-top: 25px;
	}
	.sec-eventinfo .sec-in-03 {
    width: calc(100% + 60px);
		margin: 50px -30px -40px;
		padding: 30px;
		border-radius: 0;
	}
	.sec-eventinfo .sec-in-03 .list-line-01 {
		margin-top: 10px;
		font-size: 3.75vw;
	}
	.sec-eventinfo .close {
    font-size: 3.75vw;
		text-align: center;
	}
	.sec-eventinfo .txt figure {
    width: 90px;
    margin: 0.3em 15px 0 0;
	}

	.sec-promo {
    display: block;
    margin-bottom: -10px;
    padding: 35px 30px 40px;
	}
	.sec-promo .ttl {
    font-size: 10vw;
	}
	.sec-promo .ttl span {
		font-size: 80%;
	}
	.sec-promo div {
		width: auto;
	}
	.sec-promo div p {
		margin: 20px 0 30px;
    line-height: 1.7;
    font-size: inherit;
	}
	.sec-promo div .btn-02 {
    position: static;
    width: 100%;
		height: auto;
		padding: 10px 0;
		line-height: 1.4;
	}
	.list-location .item {
    width: 100%;
    padding: 20px 30px;
	}
	.list-location .item:nth-of-type(2) {
		border-top: none;
	}
	.list-location .item h4 {
    font-size: inherit;
	}
	.list-location .item p {
    line-height: 1.7;
    font-size: 4vw;
	}
}