@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}

/*-----------------------------------------------------------------------------------------
00000 ROOTなど
00001 INITIAL VALUE
00002 LAYOUT
00003 SPACER
00004 TYPOGRAPHY - default
00005 Aタグ
00006 table


10000 ----------
10001 header
10002 nav.global
10003 Humberger
10004 footer


20000 ----------
20001 main TYPO
20002 ol - リストスタル


30000 ----------
30001 ぱんくず
30002 .page-title
30003 area-hero
30004 btn-more
30005 fixed-btn
30006 event-day
30007 dl.program-btn
30008 ul.name
30009 main LAYOUT
30009 blockquote

----------------------------------------------------------------------------------------- */









/*-----------------------------------------------------------------------------------------
00000 ROOTなど
----------------------------------------------------------------------------------------- */
:root {
	--font-oxanium: 'Oxanium', 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
	--color-test: olive;
	--color-font: rgba(255, 255, 255, 0.9);
	--color-font-usui: rgba(255, 255, 255, 0.7);
	--color-font-usui-motto: rgba(255, 255, 255, 0.5);
	--color-key: #4C9ED3;
	--color-blue: #4C9ED3;
	--color-blue-lite: #81BED4;
	--color-blue-dark: #0281D0;
	--color-red: red;
	--color-green: green;
	--color-orange: orange;
	--color-navy: navy;
	--color-gradi: linear-gradient(90deg, rgba(2, 129, 208, 0.9) 0%, rgba(0, 85, 137, 0.9) 100%);
	--color-gradi-text: linear-gradient(90deg, #81BED4 0%, #4C9ED3 50%, #0281D0 100%);
	--color-gradi-btn: linear-gradient(180deg, #458BAE 0%, #206183 100%);
	--color-gradi-btn-lite: linear-gradient(180deg, #7DA7B6 0%, #577F8D 100%);
	--color-gradi-btn-dark: linear-gradient(180deg, #227BB2 0%, #025185 100%);
	--color-gradi-btn-white: linear-gradient(180deg, #EAEAE9 0%, #CBC9C9 100%);
}

.memo {
	position: fixed;
	z-index: 10000000000;
	bottom: 50%;
	right: 0;
	font-size: 12px;
	background: olive;
	color: white;
	line-height: 1;
	padding: 0.5em 1em;
	display: none;
}

.memo.top {
	bottom: 70%;
}

.memo.bottom {
	bottom: 10%;
}

.sample {
	color: olive !important;
}

.btn-logo span {
	display: none;
}

.shadow {
	box-shadow: 1.0rem 1.0rem 1.5rem rgba(0, 0, 0, 0.2)
}

.swiper-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}









/*-----------------------------------------------------------------------------------------
00001 INITIAL VALUE
----------------------------------------------------------------------------------------- */
html {
	padding: 0px;
	margin: 0px;
	background: #333;
	font-size: 62.5%;
	scroll-behavior: smooth;
	scroll-padding-top: calc(90px + 2.5vw);
}

body {
	width: 100%;
	height: auto;
	min-width: 1200px;
	height: 100%;
	font-weight: 300;
	font-size: 1.0rem;
	line-height: 1;
	position: relative;
	color: var(--color-font);
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
	background-color: black;
	background-image: url('../img/common/BG-50.png');
	background-position-x: center;
	background-position-y: 120px;
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-size: cover;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

main {
	display: block;
	padding: 90px 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	position: relative;
	z-index: 1;
}

article,
section,
aside,
header,
footer {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	border: 0px solid #42985B;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

img {
	width: 100%;
	height: auto;
	display: block;
	padding: 0;
	margin: 0 auto;
	vertical-align: bottom;
	image-rendering: -webkit-optimize-contrast;
	transition: 0.5s
}

figure {
	border: 0px solid olive;
	width: 100%;
	padding: 0;
	margin-bottom: 0;
}

.clearfix::after,
.row::after {
	content: '';
	display: block;
	clear: both;
}

iframe {
	width: 100%;
	vertical-align: bottom;
	margin: 0 auto;
}

ruby>rt {
	font-size: 0.3em;
	font-weight: 300;
}

hr {
	margin: 3.0rem auto;
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	border-top: 2px solid var(--color-font);
}

hr.thin {
	margin: 3.0rem auto;
	border-top: 1px solid var(--color-font);
}

hr.narrow {
	margin: 5vw auto;
	width: calc(15% - 1.5rem - 1.5rem);
	border-top: 10px dotted var(--color-font);
	opacity: 1;
}

hr.narrow.line {
	margin: 10vw auto;
	width: calc(100% / 12 * 4);
	border-top: 1px solid var(--color-font);
	opacity: 0.7;
}

hr.narrow.line.little {
	margin: 6.0rem 0;
	width: calc(100% / 12 * 2);
	min-width: 120px;
	border-top: 1px solid var(--color-font);
	opacity: 0.7;
}



i {
	font-weight: 600;
}

em {
	font-style: italo;
}

.none {
	display: none;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.swiper-container li {
	list-style: none;
}

.full {
	width: 100% !important;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1200px) {
	html {
		font-size: calc(62.5% * 0.95);
	}

	body {
		min-width: 100%;
	}

	main {
		padding-top: 60px;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

@media screen and (max-width: 840px) {
	html {
		font-size: calc(62.5% * 0.85);
	}
}

@media screen and (max-width: 670px) {
	html {
		font-size: calc(62.5% * 0.80);
	}

	body {
		background-image: url('../img/common/BG-50.png');
		background-position-x: center;
		background-position-y: 100vh;
		background-repeat: repeat-y;
		background-attachment: scroll;
		background-size: 250%;
	}
}

@media screen and (max-width: 500px) {
	html {
		font-size: calc(62.5% * 0.75);
	}
}

@media screen and (max-width: 400px) {
	html {
		font-size: calc(62.5% * 0.70);
	}
}









/*-----------------------------------------------------------------------------------------
00002 LAYOUT
----------------------------------------------------------------------------------------- */
.container-fluid {
	border: 0pt dashed purple;
	width: 100%;
	min-width: 1200px;
	padding: 0;
	margin: 0 auto;
	background: transparent;
}

.container {
	border: 0pt double orange;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	background: transparent;
}

.container.narrow {
	border: 0pt solid darkred;
	max-width: calc(1200px / 12 * 10)
}

.container.narrow-narrow {
	border: 0pt solid red;
	max-width: calc(1200px / 12 * 8)
}

.container.narrow-narrow-narrow {
	border: 0pt solid pink;
	max-width: calc(1200px / 12 * 6)
}

.row {
	clear: both;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.row.reverse {
	flex-direction: row-reverse;
}

.flexbox {
	width: 100%;
	clear: both;
	display: flex !important;
	flex-wrap: wrap !important;
}

.col-01,
.col-02,
.col-03,
.col-04,
.col-05,
.col-06,
.col-07,
.col-08,
.col-09,
.col-10,
.col-11,
.col-12,
.col-20 {
	border: 0pt solid olive;
	padding: 1.5rem;
	display: block;
	float: none;
	position: relative;
	height: auto;
	list-style: none;
}

.container-fluid .col-01,
.container-fluid .col-02,
.container-fluid .col-03,
.container-fluid .col-04,
.container-fluid .col-05,
.container-fluid .col-06,
.container-fluid .col-07,
.container-fluid .col-08,
.container-fluid .col-09,
.container-fluid .col-10,
.container-fluid .col-11,
.container-fluid .col-12,
.container-fluid .col-20 {
	padding: 0;
}

.col-01 {
	width: calc(100% / 12 * 1);
}

.col-02 {
	width: calc(100% / 12 * 2);
}

.col-03 {
	width: calc(100% / 12 * 3);
}

.col-04 {
	width: calc(100% / 12 * 4);
}

.col-05 {
	width: calc(100% / 12 * 5);
}

.col-06 {
	width: calc(100% / 12 * 6);
}

.col-07 {
	width: calc(100% / 12 * 7);
}

.col-08 {
	width: calc(100% / 12 * 8);
}

.col-09 {
	width: calc(100% / 12 * 9);
}

.col-10 {
	width: calc(100% / 12 * 10);
}

.col-11 {
	width: calc(100% / 12 * 11);
}

.col-12 {
	width: calc(100% / 12 * 12);
}

.col-20 {
	width: 20%;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1200px) {
	.container-fluid {
		min-width: 100%;
	}

	container {
		padding: 0 2.5vw;
	}

	.container-fluid,
	.container {
		border: 0pt solid olive;
		max-width: 100%;
		min-width: 100%;
		width: 100%;
		padding-left: 5vw;
		padding-right: 5vw;
	}

	.col-01,
	.col-02,
	.col-03,
	.col-04,
	.col-05,
	.col-06,
	.col-07,
	.col-08,
	.col-09,
	.col-10,
	.col-11,
	.col-12,
	.col-20 {
		padding: 1.0rem;
	}
}

@media screen and (max-width: 840px) {
	.container-fluid {
		min-width: 100%;
	}

	.container-fluid,
	.container {
		border: 0pt solid yellowgreen;
		max-width: 100%;
		min-width: 100%;
		width: 100%;
		padding-left: 5vw;
		padding-right: 5vw;
	}

	.col-01,
	.col-02,
	.col-03,
	.col-04,
	.col-05,
	.col-06,
	.col-07,
	.col-08,
	.col-09,
	.col-10,
	.col-11,
	.col-12,
	.col-20 {
		padding: 1.0rem;
		border: 0pt solid yellowgreen;

	}

	.col-01 {
		width: calc(100% / 12 * 1);
	}

	.col-02 {
		width: calc(100% / 12 * 2);
	}

	.col-03 {
		width: calc(100% / 12 * 6);
	}

	.col-04 {
		width: calc(100% / 12 * 6);
	}

	.col-05 {
		width: calc(100% / 12 * 6);
	}

	.col-06 {
		width: calc(100% / 12 * 6);
	}

	.col-07 {
		width: calc(100% / 12 * 6);
	}

	.col-08 {
		width: calc(100% / 12 * 8);
	}

	.col-09 {
		width: calc(100% / 12 * 9);
	}

	.col-10 {
		width: calc(100% / 12 * 10);
	}

	.col-11 {
		width: calc(100% / 12 * 11);
	}

	.col-12 {
		width: calc(100% / 12 * 12);
	}
}

@media screen and (max-width: 670px) {
	container {
		padding: 0 0;
	}

	.container-fluid,
	.container {
		border: pt solid yellow;
		padding-left: 2.5vw;
		padding-right: 2.5vw;
	}
}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}









/*-----------------------------------------------------------------------------------------
00003 SPACER
----------------------------------------------------------------------------------------- */
.margin-top-none,
.mt-none {
	margin-top: 0 !important;
}

.margin-bottom-none,
.mb-none {
	margin-top: 0 !important;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}









/*-----------------------------------------------------------------------------------------
00004 TYPOGRAPHY - default
----------------------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dt,
dd {
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dt,
dd,
li {
	line-height: 1.2;
	font-weight: 300;
	font-style: normal;
	color: var(--color-test);
	font-size: 3.0rem;
	letter-spacing: 0.05em;
	word-break: break-all; //英単語の途中でも折り返し可能にする
	overflow-wrap: break-word; //単語の途中で折り返す（幅が狭い時）
	line-break: anywhere; //日本語の行のどこでも改行を許可（比較的新しい指定）
}

strong,
b {
	font-weight: 600 !important;
}

span {
	font-weight: inherit;
}

small {
	font-size: 0.8em;
	font-weight: inherit;
}

ul li {
	list-style: none;
}

.txt-font {
	color: var(--color-font);
}

.txt-key {
	color: var(--color-key);
}

.txt-red {
	color: var(--color-red);
}

.txt-blue {
	color: var(--color-blue);
}

.txt-green {
	color: var(--color-green);
}

.txt-orange {
	color: var(--color-orange);
}

.txt-navy {
	color: var(--color-navy);
}

.txt-caution {
	color: var(--color-red);
}


.txt-center {
	text-align: center !important;
}

.txt-right {
	text-align: right !important;
}

.txt-left {
	text-align: left !important;
}

.txt-large {
	font-size: 1.15em !important;
	font-weight: inherit
}

.txt-xlarge {
	font-size: 1.3em !important;
	font-weight: inherit
}

.txt-xxlarge {
	font-size: 1.6em !important;
	font-weight: inherit
}

.txt-xxxlarge {
	font-size: 1.8em !important;
	font-weight: inherit
}

.txt-xxxxlarge {
	font-size: 2.0em !important;
	font-weight: inherit
}

.txt-xxxxxlarge {
	font-size: 2.2em !important;
	font-weight: inherit
}

.txt-xxxxxxlarge {
	font-size: 2.4em !important;
	font-weight: inherit
}


.txt-small {
	font-size: 0.9em !important;
	font-weight: inherit
}

.txt-xsmall {
	font-size: 0.8em !important;
	font-weight: inherit
}

.txt-xxsmall {
	font-size: 0.7em !important;
	font-weight: inherit
}

.txt-xxxsmall {
	font-size: 0.6em !important;
	font-weight: inherit
}

.txt-xxxxsmall {
	font-size: 0.5em !important;
	font-weight: inherit
}

.txt-xxxxxsmall {
	font-size: 0.4em !important;
	font-weight: inherit
}

.txt-xxxxxxsmall {
	font-size: 0.3em !important;
	font-weight: inherit
}

.caution {
	color: var(--color-red);
	font-size: 1.3rem;
	line-height: 1.5;
	font-weight: 300;
}

.nothing {
	color: var(--color-key);
	font-size: 1.6rem;
	font-weight: 600;
	padding: 0;
	margin: 1em;
}

.nothing::before {
	content: '※'
}

.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.signature {
	margin-top: 2.5em !important;
	text-align: right !important;
	line-height: 1.7 !important;
	letter-spacing: 0 !important;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}









/*-----------------------------------------------------------------------------------------
00005 Aタグ
----------------------------------------------------------------------------------------- */
a {
	color: var(--color-blue);
	text-decoration: none;
	transition: 0.3s;
	display: inline-block;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
	opacity: 0.6;
	color: var(--color-font);
}

a:visited {}

a:active {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}









/*-----------------------------------------------------------------------------------------
00006 table
----------------------------------------------------------------------------------------- */
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1.0rem auto;

}

table th,
table td {
	font-size: 1.6rem;
	line-height: 1.7;
	padding: 0.75em 1.5em;
	text-align: left;
	vertical-align: middle;
	font-weight: 300;
	color: var(--color-font);
	letter-spacing: 0.01em;
}

table th {
	white-space: nowrap;
}

.frame-table {
	overflow: auto;
	margin: 1.0rem 0;
	border: 2pt solid var(--color-font);
}

.frame-table table {
	width: 100%;
	min-width: 670px;
	margin: 0 !important
}

.frame-table.narrow table {
	min-width: 500px;
}

.frame-table.narrow-narrow table {
	min-width: 400px;
}

.frame-table-txt {
	font-size: 1.2rem;
	color: var(--color-red);
	line-height: 1;
	display: block;
	padding: 0;
	margin: 0.5em;
	display: none;
	font-weight: 600;
}

.frame-table-txt::before {
	content: '※横にスクロール出来ます'
}


@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1200px) {

	table th,
	table td {
		letter-spacing: 0;
	}
}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {

	table th,
	table td {
		letter-spacing: 0;
	}

	.frame-table {
		border: 2pt solid var(--color-font);
		border-right: none;
	}

	.frame-table-txt {
		display: block;
		margin: 3.0rem 0 0.5rem 0;
	}
}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}





table.dafault {
	border-top: 4px solid var(--color-font-usui);
	margin: 1.5rem 0;
	width: 100%;
}

table.dafault th,
table.dafault td {
	border-bottom: 1px solid var(--color-font-usui-motto);
	background: rgba(255, 255, 255, 0.0);
	padding: 1.5em 2.0em
}

table.dafault th {
	width: 30%;
	min-width: 15em;
	background: rgba(255, 255, 255, 0.1);
	font-weight: 600;
	letter-spacing: 0.1em;
	vertical-align: top;
}


table.dafault.center th,
table.dafault.center td {
	text-align:center;
}



@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {
	table.dafault {
		border-top: none;
		width: auto;
		min-width: 100%
	}

	table.dafault th,
	table.dafault td {
		display: block;
		width: 100%;
		padding:1.0em 0.5em;
	}

	table.dafault th {
		border-top: 4px solid var(--color-font-usui);
	}

	table.dafault br {
		display:none;
	}

	table.dafault small {
		font-size:1em;
		margin-right:0.5em;
	}
}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}



table.dafault.zuttotable th,
table.dafault.zuttotable td {
	display: table-cell;
	width:auto;
	border-top: 1px solid var(--color-font-usui);
	padding: 1.0em;
}


.bg-white {
	background:rgba(255, 255, 255, 0.1) !important
}






/*-----------------------------------------------------------------------------------------
10001 header
----------------------------------------------------------------------------------------- */
header {
	background: rgba(0, 0, 0, 0.8);
	padding: 0;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	z-index: 10;
}

header dl {
	background: transparent;
	width: 100%;
	height: 100%;
	padding: 0 3.0rem;
	margin: 0;
	justify-content: space-between;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

header dl dt {
	width: 20.0rem;
	padding: 0;
	margin: 0;
}

header dl dd {
	width: calc(100% - 20.0rem);
	padding: 0 0 0 3.0rem;
	margin: 0;
}

header .btn-logo {
	width: 18.0rem;
	padding: 0;
	margin: 0 0;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1200px) {
	header {
		height: 60px;
	}

	header dl dt {
		width: 100%;
	}

	header dl dd {
		width: 0;
	}

	header .btn-logo {
		width: 15.0rem;
	}
}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}









/*-----------------------------------------------------------------------------------------
10002 nav.global
----------------------------------------------------------------------------------------- */
nav.global {
	justify-content: flex-end;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	background: transparent;
}

nav.global ul {
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: flex-end;
	align-items: center;
	display: flex;
}

nav.global li {
	position: relative;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.1;
	padding: 0 1em;
}

nav.global li:last-child {
	padding-right: 0;
}

nav.global a,
nav.global .dropbtn {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	display: block;
	color: var(--color-font);
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: transparent;
	cursor: pointer;
	border: none;
	position: relative;
}

nav.global .dropbtn {
	margin-top: -0.1em;
}

nav.global .dropbtn i {
	margin-left: 0.5em;
	font-size: 1.2em;
	transition: transform 0.5s ease;
	color: var(--color-blue);
}

nav.global .has-dropdown.active .dropbtn i {
	transform: rotate(180deg);
	color: var(--color-red);
}

nav.global .dropdown-content {
	position: absolute;
	top: 100%;
	left: 0;
	background: transparent;
	min-width: 15em;
	z-index: 10;
	transform: translate(-25%, 0%) scaleY(0);
	transform-origin: top;
	opacity: 0;
	visibility: hidden;
	padding: 10px;
	margin: 0;
	transition: transform 0.4s ease, opacity 0.4s ease;
}

nav.global .has-dropdown.active .dropdown-content {
	transform: translate(-25%, 0%) scaleY(1);
	opacity: 1;
	visibility: visible;
}

nav.global .dropdown-content li {
	padding: 0;
	margin: 0 0 2px 0;
	border: none;
}

nav.global .dropdown-content li a {
	padding: 0.75em;
	display: block;
	background: rgba(245, 245, 245, 0.7);
	color: #333;
	transition: 0.2s;
	font-size: 1.6rem;
	line-height: 1.3;
}

nav.global .dropdown-content li a:hover {
	background: #333;
	color: var(--color-font);
	opacity: 1;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1200px) {
	nav.global {
		border: 0pt double red;
		background: var(--color-gradi);
		background: rgba(0, 0, 0, 0.9);
		opacity: 1;
		visibility: hidden;
		transition: all 0.5s ease-out;
		position: fixed;
		top: 0;
		right: -100%;
		z-index: 1002;
		width: 100%;
		height: 100vh;
		overflow-x: none;
		overflow-y: auto;
		justify-content: center;
		align-items: center;
		display: flex;
		flex-wrap: wrap;
	}

	nav.global.blocker {
		opacity: 1;
		visibility: visible;
		right: 0;
	}

	nav.global ul {
		flex-direction: column;
		justify-content: center;
		align-items: stretch;
		display: flex;
		border: none;
		border-top: 8px solid var(--color-font-usui);
		border-bottom: 1px solid var(--color-font-usui);
		width: 80%;
		max-width: 500px;
		min-width: 300px;

	}

	nav.global li {
		font-size: 2.4rem;
		padding: 0;
		border: 0px solid var(--color-font) !important;
	}

	nav.global a,
	nav.global .dropbtn {
		width: 100%;
		text-align: left;
		border-top: 1px solid var(--color-font-usui);
		letter-spacing: 0.4em;
		padding: 1.0em 0.3em;
		margin: 0;
		color: var(--color-font) !important;
	}

	nav.global .dropbtn i {
		position: absolute;
		right: 0;
		font-size: 1em;
		color: var(--color-font) !important;
	}

	nav.global .has-dropdown.active .dropbtn i {
		transform: scaleY(-1);
	}

	nav.global .dropdown-content {
		overflow: hidden;
		max-height: 0;
		transition: max-height 0.5s ease;
		padding: 0;
		background: transparent;
		position: static;
		transform: none;
		display: block;
		transform: translate(0%, 0%) scaleY(0);
	}

	nav.global .has-dropdown.active .dropdown-content {
		transform: translate(0%, 0%) scaleY(1);
	}

	nav.global .dropdown-content li {
		margin: 0;
	}

	nav.global .dropdown-content li a {
		border-top: 1px dotted var(--color-font-usui);
		padding: 1em 1em 1em 2em;
		background: transparent;
		font-size: 2.0rem;
		letter-spacing: 0.1em;
	}

	nav.global .dropdown-content li a:hover {
		background: inherit;
		color: inherit;
		opacity: 0.6;
	}
}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}









/*-----------------------------------------------------------------------------------------
10003 Humberger
----------------------------------------------------------------------------------------- */
.hamburger,
.hamburger span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}

.hamburger {
	position: fixed;
	top: 17px;
	right: 15px;
	width: 30px;
	height: 28px;
	z-index: 1001;
	background: transparent;
	display: none;
}

.hamburger.active {
	z-index: 1003;
}

.hamburger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: var(--color-font);
	border-radius: 4px;
}

.hamburger span:nth-of-type(1) {
	top: 0;
}

.hamburger span:nth-of-type(2) {
	top: 12px;
}

.hamburger span:nth-of-type(3) {
	bottom: 0;
}

.hamburger.active span {
	background-color: var(--color-font);
}

.hamburger.active span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-225deg);
	transform: translateY(12px) rotate(-225deg);
}

.hamburger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 0.8s forwards;
	animation: active-menu-bar02 0.8s forwards;
}

.hamburger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(225deg);
	transform: translateY(-12px) rotate(225deg);
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1200px) {
	.hamburger {
		display: block
	}
}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}









/*-----------------------------------------------------------------------------------------
10004 footer
----------------------------------------------------------------------------------------- */
footer {
	padding: 12.0rem 0 6.0rem;
	background: rgba(0, 0, 0, 0.7);
}

footer dl {
	background: transparent;
	width: 100%;
	height: 100%;
	padding: 0 3.0rem;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

footer dl dt {
	width: 16.0rem;
	padding: 0;
	margin: 0;
}

footer dl dd {
	width: calc(100% - 16.0rem);
	padding: 0 0 0 6.0rem;
	margin: 0;
}

footer .btn-logo {
	width: 100%;
	padding: 0;
	margin: 0 0;
}

footer address {
	font-size: 1.45rem;
	line-height: 1.8;
	color: white;
	padding: 0;
	margin: 1em 0 0 0;
	letter-spacing: 0.05em;
}

footer address span {
	font-size: 2.1rem;
	line-height: 1.5;
	color: white;
	padding: 0;
	margin: 0 0 0.5em 0;
	display: block;
}

.copyright {
	font-size: 2.1rem;
	line-height: 1.8;
	color: white;
	padding: 0;
	margin: 4em 0 0 0;
	letter-spacing: 0.05em;
}

footer address,
.copyright {
	opacity: 0.9;
}


@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 840px) {
	footer {
		padding: 6.0rem 0;
	}

	footer dl dt,
	footer dl dd {
		width: 100%;
		padding: 1.5rem 0;
	}

	footer .btn-logo {
		width: 25%;
		min-width: 15.0rem
	}
}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}









/*-----------------------------------------------------------------------------------------
20001 main TYPO
----------------------------------------------------------------------------------------- */
main h1 {}

main h2 {}

main h3 {
	font-size: 10.0rem;
	font-weight: 200;
	letter-spacing: 0;
	background: var(--color-gradi-text);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	display: inline-block;
	border: 0pt solid white;
	font-family: var(--font-oxanium);

}

main .tate h3 {
	border: 0pt solid orange;
	writing-mode: vertical-rl;
	white-space: nowrap;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: 0;
	left: 0;
}

main .tate.reverse h3 {
	left: auto;
	right: 0;
}


main h4 {
	font-size: 2.4rem;
	line-height: 1.6;
	color: white;
	font-weight: 300;
	font-family: var(--font-oxanium);
}

main h5 {
	color: white;
	font-size: 2.1rem;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 0.75em
}

main h5 i {
	margin-right: 0.25em;
}

main h6 {
	color: white;
	font-size: 4.0rem;
	letter-spacing: 0;
	justify-content: space-between;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-family: var(--font-oxanium);
	margin: 1.75em 0 0.5em
}

main p {
	font-size: 1.6rem;
	line-height: 1.9;
	color: var(--color-font);
	margin-bottom: 0.75em;
}

main dl dt,
main dl dd {
	font-size: 1.6rem;
	line-height: 1.9;
	color: var(--color-font);
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1200px) {
	main h6 {
		justify-content: flex-start;
	}

	main h6 span {
		width: 100%;
		display: block;
	}
}

@media screen and (max-width: 840px) {
	main .tate h3 {
		writing-mode: horizontal-tb;
		display: inline-block;
		position: static;
		font-size: calc(10.0rem * 0.8);
	}

	main h4 {
		font-size: calc(2.4rem * 0.8);
	}
}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}









/*-----------------------------------------------------------------------------------------
20002 ol - リストスタル
----------------------------------------------------------------------------------------- */
main ol {
	padding: 0;
	margin: 0.5em 0;
	font-size: 1.6rem;
	line-height: 1.5;
	display: block;
	width: 100%;
}

main ol>li {
	list-style-type: none;
	font-size: inherit;
	line-height: inherit;
	padding: 0;
	margin: 0.3em 0 0.3em 1em;
	text-indent: -1em;
	position: relative;
	letter-spacing: 0.05em;
	color: var(--color-font);
}

main ol.caution>li {
	font-size: 1.3rem;
}

main ol.caution>li::before {
	content: '※'
}


main ol.numbering>li {
	list-style-type: decimal;
	margin: 1.0em 0 1.0em 1.5em;
	text-indent: 0;
	line-height: 1.7;
}

main ol.maru>li {
	list-style-type: disc;
	text-indent: 0;
	ine-height: 1.7;
	margin-left: 1.5em;
}

ol.yokonarabi {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}









/*-----------------------------------------------------------------------------------------
30001 ぱんくず
----------------------------------------------------------------------------------------- */
.pankuzu {
	width: 100%;
	padding: 0.75em 0;
	margin: 0 auto;
	font-size: 1.3rem;
	text-align: left;
	background: #111;
	color:var(--color-font);
}

.pankuzu span {
	font-size: inherit;
	color: inherit;
	line-height: 1.3;
	margin-right: 0.5em;
}

.pankuzu a {
	color: inherit;
	text-decoration: none;
}

.pankuzu .col-12 {
	padding-top: 0;
	padding-bottom: 0;
}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1200px) {
	.pankuzu {
		padding: 0.5em 0;
	}
}

@media screen and (max-width: 840px) {
	.pankuzu {
		font-size: 1.4rem;
		padding: 0.5em 0;
	}
}

@media screen and (max-width: 670px) {
	.pankuzu {
		padding: 0.5em 0;
	}
}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}









/*-----------------------------------------------------------------------------------------
30002 .page-title
----------------------------------------------------------------------------------------- */
.page-title {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 5vw 0;
	margin: 0;
}

.page-title::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/common/HERO.jpg') center center / cover no-repeat;
	filter: blur(3px);
	transform: scale(1.1);
	z-index: 0;
}

.page-title::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.535);
	z-index: 1;
}

.page-title h2 {
	position: relative;
	z-index: 2;
	color: var(--color-font);
	font-size: 3.6vw;
	letter-spacing: 0.2em;
	line-height: 1.4;
	text-align: center;
	font-weight: 200;
	margin: 0;
	font-family: var(--font-oxanium);
}


.page-title h2 span,
.page-title h2 small {
	display: block;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: 0.2em;
	padding: 0;
	margin: 0.15em 0;
	text-transform: uppercase;
}

.page-title h2 small {
	font-size: 0.35em;
	font-weight: 300;
	font-family: 'Oswald';
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 840px) {
	.page-title {
		padding: 10vw 0;
	}

	.page-title h2 {
		font-size: calc(4.5vw * 1.5);
	}

}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {
	.page-title {
		padding: 12vw 0;
	}

	.page-title h2 {
		font-size: calc(4.5vw * 1.9);
	}

	.page-title h2 small {
		font-size: 0.5em;
	}
}









/*-----------------------------------------------------------------------------------------
30003 area-hero
----------------------------------------------------------------------------------------- */

.area-hero {
	display: none;
}

.home .area-hero {
	display: block;
}

.area-hero {
	border: 0pt solid red;
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100vh;
	height: 100dvh;

}

.swiper-container {
	border: 0pt solid green;
	width: 100%;
	height: 100%;
}

.swiper-wrapper {
	border: 0pt solid blue;
	width: 100%;
	height: 100%;
}

.swiper-wrapper li {
	border: 0pt solid orange;
	width: 100%;
	height: 100%;
}

.swiper-wrapper li img {
	border: 0pt solid pink;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.area-hero .logo {
	position: absolute;
	/* bottom: 50%;
	left: 50%; */
	z-index: 100;
	top:37%;
	left:50%;
	transform: translate(-50%, 0%);
	width: 33.33333%;
	min-width: 22.0rem;
	/* max-width: 37.5rem */

}

.area-hero .caption {
	color: white;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: clamp(14px, 1.8vw, 1000px);
	line-height: 1.2;
	z-index: 101;
	font-weight: 200;
	letter-spacing: 0.3em;
	padding: 0.5em;
	margin: 00;
	opacity: 0.4;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}









/*-----------------------------------------------------------------------------------------
30004 btn-more
----------------------------------------------------------------------------------------- */
ul.btn-more {
	padding: 0;
	margin: 0.5rem 0;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

ul.btn-more li {
	border: 0pt solid red;
	width: fit-content;
	padding: 0.25rem;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

ul.btn-more li a {
	font-size: 2.0rem;
	line-height: 1.2;
	text-align: center;
	padding: 0.25em 1.0em 0.15em;
	margin: 0;
	background: var(--color-gradi-btn);
	text-decoration: none;
	color: white;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	letter-spacing: 0;
	font-weight: 300;
	min-width: 24.0rem;
	font-family: var(--font-oxanium);
}

ul.btn-more li a.right {
	justify-content: flex-end;
}

ul.btn-more li a.left {
	justify-content: flex-start;
}

ul.btn-more li a.blue-lite {
	background: var(--color-gradi-btn-lite);
}

ul.btn-more li a.blue-dark {
	background: var(--color-gradi-btn-dark);
}

ul.btn-more li a.white {
	background: var(--color-gradi-btn-white);
	color: #333;
}

ul.btn-more li a.trans {
	background: transparent;
	color: var(--color-font);
	border: 0px solid var(--color-font);
	min-width: initial;
	padding: 0.25em 0;
}

ul.btn-more li a span,
ul.btn-more li a small {
	padding: 0 0.4em;
}

ul.btn-more.right {
	justify-content: flex-end;
}

ul.btn-more.left {
	justify-content: flex-start;
}

ul.btn-more.block {
	display: block;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}









/*-----------------------------------------------------------------------------------------
30005 fixed-btn
----------------------------------------------------------------------------------------- */
.fixed-btn {
	border: 10pt solid red;
	position: fixed;
	right: 0;
	top: 90vh;
	width: fit-content;
	z-index: 100;
	display:none;
}

.fixed-btn .btn-more li {
	padding: 0;
}

.fixed-btn .btn-more li a {
	width: auto;
	padding: 0.4em 2em 0.3em;
	min-width: initial;
}

.fixed-btn .btn-more li i {
	margin-left: 0.25em;
	margin-top: -0.2em;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {
	.fixed-btn .btn-more li a {
		padding: 0.5em 1em 0.4em;
	}
}

@media screen and (max-width: 400px) {}









/*-----------------------------------------------------------------------------------------
30006 event-day
----------------------------------------------------------------------------------------- */
.event-day {
	font-family: var(--font-oxanium);
	font-weight: 500;
	font-size: 6.0rem;
	line-height: 1.1;
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	color: var(--color-font);
	letter-spacing: -0.005em;
}

.event-day.center {
	justify-content: center !important;
}

.event-day.little {
	font-size: 5.0rem;
}

.event-day span,
.event-day small {
	display: block;
	padding: 0;
	margin: 0 0.1em 0 0;
}

.event-day small {
	font-size: 0.66666em;
	transform: translate(0%, -0.125em);

}

.event-day small.month {
	font-size: 0.66666em;
	transform: translate(0%, -0.5em);
	margin-left: 0.2em
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1200px) {
	.event-day {
		font-size: calc(6.0vw * 0.7);
	}
}

@media screen and (max-width: 840px) {
	.event-day {
		font-size: calc(6.0vw * 1.5);
	}
}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}









/*-----------------------------------------------------------------------------------------
30007 dl.program-btn
----------------------------------------------------------------------------------------- */
dl.program-btn {
	border: 1px solid var(--color-blue-lite);
	font-size: 2.3rem;
	line-height: 1.1;
	font-weight: 500;
	padding: 0;
	margin: 1.0rem 0;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	background: rgba(0, 0, 0, 0.1);
}

dl.program-btn dt,
dl.program-btn dd {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	color: var(--color-blue-lite);
	width: 14em;
	border: 0px solid orange
}

dl.program-btn dt {
	padding-left: 1.0em;
}

dl.program-btn dd {
	width: calc(100% - 14em);
}

dl.program-btn dd .btn-more {
	padding: 0.5rem;
	border: 0px solid pink;
	width: 100%;
	margin: 0;
}

dl.program-btn dd .btn-more li {
	padding: 0.5rem;
	width: 33.33333%;
}

dl.program-btn dd .btn-more li a {
	padding: 0.9em 0;
	min-width: initial;
	width: 100%;
	background: var(--color-gradi-btn-lite)
}

dl.program-btn dd .btn-more li a span {
	font-weight: 500;
}

dl.program-btn dd .btn-more li.current a {
	background: linear-gradient(180deg, #c52970 0%, #89122e 100%) !important;
	/* background: linear-gradient(180deg, #45c679 0%, #369e53 100%) !important; */
	pointer-events: none;
	opacity: 0.8;
	color: rgba(255, 255, 255, 0.8)
}

dl.program-btn.first {
	margin-top: 6.0rem
}

dl.program-btn.second {
	border: 1px solid var(--color-blue);
}

dl.program-btn.second dt {
	color: var(--color-blue);
}

dl.program-btn.second dd .btn-more li a {
	background: var(--color-gradi-btn)
}

dl.program-btn.third {
	border: 1px solid var(--color-blue-dark);
}

dl.program-btn.third dt {
	color: var(--color-blue-dark);
}

dl.program-btn.third dd .btn-more li a {
	background: var(--color-gradi-btn-dark)
}

dl.program-btn.zero {}

dl.program-btn.zero dt {
	width: 100%;
	padding: 0.5rem;
}

dl.program-btn.zero dd {
	width: 100%;
}

dl.program-btn.zero dt figure {
	padding: 0.5rem;
}

dl.program-btn.zero ul.btn-more li {
	width: 25%;
}

dl.program-btn.zero ul.btn-more li a span {
	font-weight: 300;
}

dl.program-btn.zero ul.btn-more li small {
	display: none;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1200px) {
	.area-program {
		padding: 6.0rem 0;
	}

	.area-program .row {
		min-height: calc(10.0rem * 5);
	}

	dl.program-btn {
		font-size: calc(2.3rem * 1.25);
		padding: 1.5rem 1.0rem 1.0rem 1.0rem;
		font-weight: 300;
		background: rgba(0, 0, 0, 0.5);
	}

	dl.program-btn dt,
	dl.program-btn dd {
		width: 100%;
		padding: 0.5rem;
		border: 0px solid orange;
		display: block;
	}

	dl.program-btn dt {
		text-align: center;
	}

	dl.program-btn dd .btn-more li {
		width: 100%;
	}

	dl.program-btn.zero ul.btn-more li {
		width: 50%;
	}
}

@media screen and (max-width: 840px) {
	dl.program-btn {
		font-size: calc(2.3rem * 1.25);
		padding: 1.0rem 0.5rem 0.5rem 0.5rem;
	}

	dl.program-btn.first {
		margin-top: 3.0rem
	}


}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {
	dl.program-btn.zero ul.btn-more li {
		width: 100%;
	}
}

@media screen and (max-width: 400px) {}









/*-----------------------------------------------------------------------------------------
30008 ul.name
----------------------------------------------------------------------------------------- */
ul.name {
	border: 0pt solid red;
	padding: 0;
	margin: 0;
}

ul.name li {
	border: 0pt solid green;
	padding: 0;
	margin: 1.5rem 0;margin:1rem 0;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

ul.name dl {
	border: 0pt solid blue;
	padding: 0;
	margin: 0;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 2.1rem;
	line-height: 1.4;
	font-weight: 300;
}

ul.name dl dt,
ul.name dl dd {
	border: 0pt solid pink;
	padding: 0;
	margin: 0;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	letter-spacing: 0.05em
}

ul.name small {
	border: 0pt solid yellow;
	min-width: 18em;min-width:22em;
	font-size: 0.6em;
	padding-right: 1em
}

ul.name small:nth-child(2) {
	border: 0pt solid green;
	min-width: 9em;min-width: 12em;
}

ul.name span {
	border: 0pt solid yellowgreen;
	min-width: 9em;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1200px) {
	ul.name dl {
		font-size: calc(2.1vw * 1.0);
		border: 0pt solid red;
	}
}

@media screen and (max-width: 840px) {
	ul.name dl {
		font-size: calc(2.1vw * 1.2);
		border-color: green;
	}
}

@media screen and (max-width: 670px) {
	ul.name dl {
		font-size: calc(2.1vw * 1.4);
		border-color: blue;
	}
}

@media screen and (max-width: 500px) {
	ul.name dl {
		border: 0pt solid pink;
		font-size: calc(2.1rem * 1.3);
		display: block;
		width: 100%;
		margin-bottom: 1em;
	}

	ul.name dl dt,
	ul.name dl dd {
		border: 0pt solid pink;
		width: 100%;
		padding: 0.1em 0
	}

	ul.name small {
		border: 0pt solid yellow;
		min-width: initial;
		font-size: 0.6em;
		letter-spacing: 0;
	}

	ul.name small:nth-child(2) {
		border: 0pt solid green;
		min-width: initial;
	}

	ul.name span {
		border: 0pt solid yellowgreen;
		min-width: initial;
	}
}

@media screen and (max-width: 400px) {}





.program ul.name li {
	justify-content: flex-end;
}

.program ul.name small {
	padding-right: 0;
	text-align: right;
}

.program ul.name span {
	text-align: right;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}









/*-----------------------------------------------------------------------------------------
30009 main LAYOUT
----------------------------------------------------------------------------------------- */
.layout-col.tate {
	border: 0pt solid olive;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative
}

.layout-col.reverse {
	flex-direction: row-reverse;
}

.layout-col .area-title {
	border: 0pt solid purple;
	width: calc(100% / 12 * 2);
	position: relative
}

.layout-col .area-contents {
	border: 0pt solid skyblue;
	width: calc(100% / 12 * 10);
	position: relative
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1200px) {
	.layout-col .area-title {
		width: calc(100% / 12 * 2.5);
	}

	.layout-col .area-contents {
		width: calc(100% / 12 * 9.5);
	}
}

@media screen and (max-width: 840px) {
	.layout-col.tate {
		border: 0pt solid olive;
		width: 100%;
		display: block;
	}

	.layout-col.reverse {
		flex-direction: initial
	}

	.layout-col .area-title {
		width: calc(100% / 12 * 12);
	}

	.layout-col .area-contents {
		width: calc(100% / 12 * 12);
	}
}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}









/*-----------------------------------------------------------------------------------------
300010 blockquote
----------------------------------------------------------------------------------------- */
blockquote.kakomi {
	border:1px solid var(--color-font-usui-motto);
	padding:1.5vw;
	margin:1.5vw 0;
	width:fit-content;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 840px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}