:root {
	--cq-ref-mobile: 375;
	--cq-ref: 1440;
	--fluid-basis-mobile: (100vw - 320px) / (375 - 320);
	--fluid-basis: (100vw - 768px) / (1440 - 768);
	--fluid-basis-2: (100vw - 1440px) / (1800 - 1440);
}

body {
	font-family: "Noto Sans JP", sans-serif;
}

:root {
	--font-weight-regular: 400;
	--font-weight-normal: 500;
	--font-weight-bold: 700;
}

:root {
	--black: #000;
	--white: #fff;
	--accent-color: #F1BF70;
	--accent-color02: #FCEE21;
	--accent-color03: #002969;
	--accent-color04: #172A88;
}

body {
	color: #000;
	color: var(--black);
}

.u-desktop {
	display: none;
}

.u-desktop-inline {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

/* グローバルリセット */

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

/* テキストサイズの調整をリセット */

html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	scroll-behavior: smooth;
}

/* ボディの基本設定 */

body {
	word-wrap: anywhere;
	line-break: strict;
	line-height: 1.5;
	margin: 0;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
	word-break: normal;
}

/* デフォルトの余白とパディングを削除 */

ul,
ol,
button,
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
time,
small {
	margin: 0;
	padding: 0;
}

/* リストスタイルのリセット */

ul,
ol {
	list-style: none;
}

/* クラスなしのaタグにデフォルトのスタイルを適用 */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* インラインブロック要素 */

a,
span,
button {
	display: inline-block;
}

/* フォントとマージンのリセット */

small,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

address {
	font-style: normal;
}

/* 画像の調整 */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* 記事内の自然な余白を設定 */

article > * + * {
	margin-top: 1em;
}

/* フォーム要素のフォント継承 */

input,
button,
textarea,
select {
	font: inherit;
}

/* フォームのリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	outline: none;
}

textarea {
	resize: vertical;
}

/* チェックボックスとラジオボタンを非表示 */

input[type=checkbox],
input[type=radio] {
	display: none;
}

/* ボタンやラベルにカーソルを設定 */

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

/* IE用の選択ボックスアイコンを非表示 */

select::-ms-expand {
	display: none;
}

/* aタグのスタイルとトランジション */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: 0.3s;
}

button {
	color: inherit;
}

/* ホバー時のカーソル設定 */

/* PCでtelリンクを無効化 */

/* タップ時のハイライトを透明に設定 */

a {
	-webkit-tap-highlight-color: transparent; /* リンクのハイライトを透明に */
}

button {
	-webkit-tap-highlight-color: transparent; /* ボタンのハイライトも透明に */
}

.booth-specs {
	background-image: url("../images/common/booth-specs_bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 5rem;
	padding-top: 3.75rem;
}

.booth-specs__content {
	background-color: rgba(255, 255, 255, 0.705);
	border-radius: 15px;
	margin-left: auto;
	margin-right: auto;
	max-width: 62.5rem;
	padding: 2rem 0.9375rem;
}

.booth-specs__lead {
	font-feature-settings: "palt";
	font-size: 0.75rem;
	font-weight: 500;
	font-weight: var(--font-weight-normal);
	margin-top: 1.5rem;
	text-align: center;
}

.booth-specs__block {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
}

.booth-specs__block-title {
	font-feature-settings: "palt";
	font-size: 0.75rem;
	font-weight: 700;
	font-weight: var(--font-weight-bold);
}

.booth-specs__block-lead {
	font-feature-settings: "palt";
	font-size: 0.75rem;
	font-weight: 500;
	font-weight: var(--font-weight-normal);
	line-height: 1.9;
	margin-top: 0.3125rem;
	text-align: left;
}

.booth-specs__list {
	display: flex;
	flex-direction: column;
}

.booth-specs__item {
	font-feature-settings: "palt";
	font-size: 0.75rem;
	font-weight: 500;
	font-weight: var(--font-weight-normal);
	line-height: 1.9;
}

.booth-specs__item--note {
	font-feature-settings: "palt";
	font-size: 0.75rem;
	font-weight: 500;
	font-weight: var(--font-weight-normal);
	line-height: 1.9;
}

.company {
	padding-top: 5rem;
}

.company__content {
	margin-top: 2.5rem;
}

.company__item {
	font-feature-settings: "palt";
	display: grid;
	font-size: 0.75rem;
	grid-template-columns: 4.375rem auto;
	letter-spacing: 0.04em;
	line-height: 1.6;
	padding-bottom: 1.125rem;
	padding-top: 1.125rem;
}

.company__item:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5019607843);
}

.company__term {
	font-weight: 700;
	font-weight: var(--font-weight-bold);
}

.company__desc {
	font-weight: 500;
	font-weight: var(--font-weight-normal);
}

.contact {
	background-color: #002969;
	background-color: var(--accent-color03);
	padding-bottom: 2.5rem;
	padding-top: 4.375rem;
}

.contact__form-wrap {
	margin-top: 2.5rem;
}

.contact__form-text {
	font-feature-settings: "palt";
	font-size: 0.75rem;
	font-weight: 500;
	font-weight: var(--font-weight-normal);
	margin-bottom: 1.875rem;
}

.contact__form-thanks {
	font-feature-settings: "palt";
	font-size: 0.875rem;
	font-weight: 500;
	font-weight: var(--font-weight-normal);
	letter-spacing: 0.02em;
	margin-top: 0.875rem;
	text-align: center;
}

/* ===============================================
# form.scss
=============================================== */

.form__wrap + .form__wrap {
	margin-top: 1rem;
}

.form__label {
	font-size: 0.75rem;
	font-weight: 700;
	font-weight: var(--font-weight-bold);
	line-height: 1;
}

.form__wrap.form__wrap--textarea .form__label span {
	font-size: 0.625rem;
	font-weight: 500;
	line-height: 2;
}

.form__wrap.form__wrap--address .form__label::after {
	content: none;
}

.form__label::after {
	color: #FF0000;
	content: "*";
	font-size: 0.875rem;
	padding-left: 0.1875rem;
}

.form__input,
.form__textarea {
	margin-top: 0.625rem;
	width: 100%;
}

.form__input span,
.form__textarea span {
	display: block;
}

.form__submit {
	margin-top: 2.5rem;
	text-align: center;
}

.form__submit .wpcf7-spinner {
	display: none;
}

.form__wrap.form__wrap--textarea {
	margin-top: 2.5rem;
}

.wpcf7-response-output {
	margin-left: auto !important;
	margin-right: auto !important;
}

.wpcf7-response-output {
	width: -moz-fit-content;
	width: fit-content;
}

/* ===============================================
# form-input.scss
=============================================== */

.form-input input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	font-size: 0.625rem;
	line-height: 1;
	padding: 0.6875rem 0.9375rem;
	width: 100%;
}

.form-input input:focus {
	box-shadow: none;
	outline: none;
}

/* ===============================================
# form-textarea.scss
=============================================== */

.form-textarea textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	font-size: 0.625rem;
	height: 11.25rem;
	padding: 0.5rem 0.9375rem;
	width: 100%;
}

.form-textarea textarea:focus {
	box-shadow: none;
	outline: none;
}

/* ===============================================
# form-submit.scss
=============================================== */

.form-submit input {
	background-color: #ffb338;
	border-radius: 10px;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 1.25rem 7.5rem;
	transition: color 0.3s, background-color 0.3s;
}

.wpcf7-not-valid-tip {
	font-size: 0.625rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.lineup {
	background-color: #f2f2f2;
	margin-top: 2.5rem;
	padding-bottom: 3.75rem;
	padding-top: 4.375rem;
}

.lineup__intro {
	margin-top: 2.5rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	text-align: left;
}

.lineup__category-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.lineup__category-item {
	font-feature-settings: "palt";
	background-color: #002969;
	background-color: var(--accent-color03);
	border-radius: 15px;
	color: #fff;
	color: var(--white);
	font-size: 0.75rem;
	padding: 0.5rem 1rem;
}

.lineup__desc {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
}

.lineup__desc-text {
	font-feature-settings: "palt";
	font-size: 0.75rem;
	font-weight: 500;
	font-weight: var(--font-weight-normal);
	letter-spacing: 0.02em;
	line-height: 2;
}

.lineup__swiper .swiper-wrapper {
	margin-top: 2.5rem;
	transition-timing-function: linear;
}

.lineup__swiper .swiper-slide img {
	-o-object-fit: cover;
	aspect-ratio: 419/342;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.message {
	background-color: #f2f2f2;
	margin-top: 5.625rem;
	padding-bottom: 2.8125rem;
	padding-top: 4.375rem;
}

.message__content {
	margin-top: 2.1875rem;
}

.message__text-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

.message__text {
	font-feature-settings: "palt";
	font-size: 0.75rem;
	font-weight: 500;
	font-weight: var(--font-weight-normal);
	line-height: 1.8;
}

.message__text:not(:first-of-type) {
	margin-top: 1rem;
}

.message__name {
	font-size: 0.75rem;
	font-weight: 500;
	font-weight: var(--font-weight-normal);
	margin-top: 2rem;
	text-align: right;
}

.mv {
	height: auto;
	padding-top: 5rem;
}

.mv__inner {
	height: 100%;
	position: relative;
}

.mv__text-wrap {
	align-items: center;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	padding: 0 2.125rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

.mv__overlay {
	background-color: rgba(0, 0, 0, 0.2);
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.mv__title-picture {
	display: flex;
	max-width: 100%;
	width: 100%;
}

.mv__title-img {
	display: block;
	height: auto;
	max-width: 28.125rem;
	width: 86.5%;
}

.mv__lead {
	color: #fff;
	color: var(--white);
	font-size: clamp(9px, 16 * 100 / 375 * 1cqw, 30px);
	font-size: clamp(9px, 16 * 100 / var(--cq-ref-mobile) * 1cqw, 30px);
	line-height: 1.8;
	margin-top: 1rem;
	width: 100%;
}

.mv__swiper,
.mv__swiper .swiper-img {
	height: 100%;
}

.mv__swiper .swiper-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.mv__swiper .swiper-slide.swiper-slide-active .swiper-img,
.mv__swiper .swiper-slide.swiper-slide-duplicate-active .swiper-img,
.mv__swiper .swiper-slide.swiper-slide-prev .swiper-img {
	animation: scale 8s linear 0s normal both;
	transform-origin: center center;
	will-change: transform;
}

/* ===============================================
# スクロールダウン
=============================================== */

.scrolldown {
	animation: arrowmove 2s ease-in-out infinite;
	bottom: 1%;
	position: absolute;
	right: 4.375rem;
	z-index: 3;
}

.scrolldown span {
	bottom: 30px;
	color: #eee;
	font-size: 12px;
	font-weight: 400;
	font-weight: var(--font-weight-regular);
	left: -60px;
	letter-spacing: 0.05em;
	position: absolute;
	text-transform: uppercase;
	white-space: nowrap;
}

.scrolldown:before {
	background: #eee;
	bottom: 0;
	content: "";
	height: 10px;
	position: absolute;
	right: -3px;
	transform: skewX(-31deg);
	width: 1px;
}

.scrolldown:after {
	background: #eee;
	bottom: 0;
	content: "";
	height: 50px;
	position: absolute;
	right: 0;
	width: 1px;
}

.single {
	padding: 140px 0 100px 0;
}

.single__title {
	font-size: 20px;
	line-height: 1.5;
}

.single__content {
	margin-top: 30px;
}

.single__content h1 {
	font-size: 28px;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-top: 10px;
}

.single__content h2 {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-top: 10px;
}

.single__content h3 {
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-top: 10px;
}

.single__content h4 {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-top: 10px;
}

.single__content h5 {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-top: 10px;
}

.single__content p {
	font-size: 12px;
	font-weight: 500;
	line-height: 2;
	margin-bottom: 10px;
	margin-top: 10px;
}

.single__content a {
	-webkit-text-decoration: underline #0075C2;
	color: #0075C2;
	text-decoration: underline;
	text-decoration: underline #0075C2;
}

.single__content ul {
	margin-top: 16px;
}

.single__content ul li {
	font-size: 12px;
	line-height: 1.5;
	padding-left: 22px;
	text-indent: -18px;
}

.single__content ul li:not(:first-of-type),
.single__content ol li:not(:first-of-type) {
	margin-top: 10px;
}

.single__content ul li::before {
	background-color: #000;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 8px;
	margin-right: 5px;
	position: relative;
	top: -1px;
	width: 8px;
}

.single__content ol {
	counter-reset: number;
	margin-top: 32px;
}

.single__content ol li {
	font-size: 12px;
	line-height: 1.5;
	padding-left: 28px;
	text-indent: -12px;
}

.single__content ol li::before {
	color: #000;
	content: counter(number) ".";
	counter-increment: number;
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
}

.single__content figure {
	margin-top: 20px;
	width: 100%;
}

.single__content figure img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.single__content .single-case__link {
	margin-top: 60px;
	text-align: center;
}

.value {
	overflow: clip;
	padding-bottom: 2.5rem;
	padding-top: 3.4375rem;
}

.value__item {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.625rem;
	position: relative;
	z-index: 1;
}

.value__item-bg-img-wrap {
	-webkit-clip-path: polygon(0 26%, 0 80%, 100% 26%);
	clip-path: polygon(0 26%, 0 80%, 100% 26%);
	position: absolute;
	top: 58%;
	translate: 0 -50%;
	width: 100%;
	z-index: 1;
}

.value__item-bg-img-wrap--left {
	left: 0;
}

.value__item-bg-img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.value__item-bg-img-wrap::after {
	-webkit-clip-path: polygon(0 26%, 0 80%, 100% 26%);
	background-color: rgba(241, 192, 112, 0.7843137255);
	clip-path: polygon(0 26%, 0 80%, 100% 26%);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.value__item-bg-img-wrap.value__item-bg-img-wrap--reverse::after {
	background-color: rgba(252, 238, 33, 0.7843137255);
}

.value__item-content {
	display: flex;
	flex-direction: column;
}

.value__item-number {
	display: inline-block;
	width: 7.125rem;
}

.value__item-number--02,
.value__item-number--03 {
	width: 8.8125rem;
}

.value__item-number-img {
	-o-object-fit: contain;
	aspect-ratio: 160/170;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.value__item-title {
	font-family: "Noto Serif JP", serif;
	font-size: 1.1875rem;
	font-weight: 700;
	font-weight: var(--font-weight-bold);
}

.value__item-text {
	font-feature-settings: "palt";
	font-size: 0.75rem;
	font-weight: 500;
	font-weight: var(--font-weight-normal);
	line-height: 1.8;
	margin-top: 1.25rem;
}

.value__item-img {
	-o-object-fit: cover;
	aspect-ratio: 485/646;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* ===============================================
# フェードアニメーション：IntersectionObserver
=============================================== */

/* フェード */

.js-fade-in {
	opacity: 0;
	transition: opacity 2s ease-in-out;
}

.js-fade-in.is-active {
	opacity: 1;
}

.js-scaleImg {
	overflow: hidden;
}

.js-scaleImg img {
	opacity: 0;
	scale: 1.2;
	transition: scale 1.5s ease, opacity 1.5s ease;
}

.js-scaleImg.is-active img {
	opacity: 1;
	scale: 1;
}

.js-bg-text::before {
	opacity: 0;
	transition: opacity 1.5s ease-out;
	transition-delay: 0.6s;
}

.js-bg-text.is-active::before {
	opacity: 1;
}

:root {
	--delay-1: 0.2s;
	--delay-2: 0.4s;
	--delay-3: 0.6s;
	--delay-4: 0.8s;
}

.--delay-1 {
	transition-delay: 0.2s;
	transition-delay: var(--delay-1);
}

.--delay-2 {
	transition-delay: 0.4s;
	transition-delay: var(--delay-2);
}

.--delay-3 {
	transition-delay: 0.6s;
	transition-delay: var(--delay-3);
}

.--delay-4 {
	transition-delay: 0.8s;
	transition-delay: var(--delay-4);
}

.contact-btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #172A88;
	background-color: var(--accent-color04);
	bottom: 0.625rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	padding: 0.75rem 1.5rem;
	position: fixed;
	right: 0;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.2s ease, visibility 0.2s ease;
	visibility: hidden;
	width: 16.5625rem;
	z-index: 100;
}

.contact-btn.is-active {
	opacity: 1;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	visibility: visible;
}

.contact-btn__jp {
	color: #fff;
	color: var(--white);
	font-size: 0.9375rem;
	font-weight: 700;
	font-weight: var(--font-weight-bold);
	letter-spacing: 0.04em;
}

.contact-btn__en {
	color: #fff;
	color: var(--white);
	font-family: "Noto Serif JP", serif;
	font-size: 0.8125rem;
	font-weight: 500;
	font-weight: var(--font-weight-normal);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.footer {
	background-color: #fff;
	padding-bottom: 0.3125rem;
	padding-top: 1.875rem;
	position: relative;
}

.footer__to-top {
	position: absolute;
	right: 15px;
	top: -17px;
	width: 2.0625rem;
}

.footer__to-top-img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.footer__logo {
	margin-left: auto;
	margin-right: auto;
	width: 16.8125rem;
}

.footer__logo-img {
	-o-object-fit: contain;
	aspect-ratio: 248/61;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.footer__copyright {
	display: block;
	font-size: 0.625rem;
	letter-spacing: 0.06em;
	text-align: center;
}

html {
	scroll-padding-top: 5rem;
}

.header {
	background-color: transparent;
	background-color: #fff;
	background-color: var(--white);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	height: 5rem;
	left: 0;
	position: fixed;
	top: 0;
	transition: background-color 0.3s ease-in-out;
	width: 100%;
	z-index: 1000;
}

.header__inner {
	align-items: center;
	background-color: inherit;
	display: flex;
	height: inherit;
	justify-content: space-between;
}

.header__logo {
	height: inherit;
	margin-left: 1.25rem;
	width: 15.75rem;
}

.header__logo a {
	height: inherit;
	transition: opacity 0.3s;
}

.header__logo img {
	-o-object-fit: contain;
	aspect-ratio: 185/50;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__nav {
	display: none;
	height: inherit;
	position: relative;
}

.header__nav-items {
	display: flex;
	height: inherit;
}

.header__nav-item {
	align-items: center;
	display: flex;
	height: inherit;
	white-space: nowrap;
}

.header__nav-item a {
	align-items: center;
	color: #000;
	color: var(--black);
	display: flex;
	font-size: 0.9375rem;
	font-weight: 700;
	font-weight: var(--font-weight-bold);
	height: inherit;
	letter-spacing: 0.15em;
	line-height: 1.5;
	padding: 1.25rem;
}

.header__nav-title {
	text-align: center;
}

.header__nav-jptitle {
	position: relative;
}

.header__nav-en {
	font-size: 0.75rem;
	font-weight: 400;
	font-weight: var(--font-weight-regular);
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

#slide-line {
	background-color: #F1BF70;
	background-color: var(--accent-color);
	bottom: 0;
	height: 4px;
	position: absolute;
	transition: all 0.3s ease;
}

/* ===============================================
# ハンバーガーメニュー
=============================================== */

.header__hamburger {
	aspect-ratio: 1/1;
	background-color: #000;
	background-color: var(--black);
	border: none;
	border-radius: calc(infinity * 1px);
	cursor: pointer;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	width: 2.9375rem;
	z-index: 999;
}

.header__hamburger span {
	background-color: #fff;
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform-origin: center center;
	transition: transform 0.3s ease, width 0.3s ease;
	width: 1.25rem;
}

/* 閉じているとき：transform だけで上下に配置（top は触らない） */

.header__hamburger span:nth-of-type(1) {
	transform: translate(-50%, calc(-50% - 0.3125rem));
}

.header__hamburger span:nth-of-type(2) {
	transform: translate(-50%, calc(-50% + 0.3125rem));
}

/* 開いているとき：×マーク */

.header__hamburger.is-open span:nth-of-type(1) {
	transform: translate(-50%, -50%) rotate(45deg);
	width: 1.5625rem;
}

.header__hamburger.is-open span:nth-of-type(2) {
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 1.5625rem;
}

/* ===============================================
# ドロワーメニュー
=============================================== */

.header__drawer {
	background-color: #fff;
	background-color: var(--white);
	bottom: 0;
	height: 100dvh;
	left: 0;
	opacity: 0;
	overflow: auto;
	padding: 6.25rem 2.5rem 1.875rem 2.5rem;
	position: fixed;
	right: 0;
	scrollbar-width: none;
	top: 0;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	visibility: hidden;
	width: 100vw;
	z-index: -1;
}

.header__drawer.is-open {
	opacity: 1;
	visibility: visible;
}

.header__drawer-nav {
	margin: 0 auto;
	max-width: 25rem;
}

.header__drawer::-webkit-scrollbar {
	display: none;
}

.header__drawer-item a {
	-webkit-tap-highlight-color: transparent;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3176470588);
	display: block;
	display: flex;
	font-weight: 700;
	justify-content: space-between;
	line-height: 1;
	min-height: 2.75rem;
	padding: 1.25rem 0.3125rem 1.25rem 0.3125rem;
	touch-action: manipulation;
}

.header__drawer-text {
	align-items: center;
	display: flex;
	font-size: 0.75rem;
	font-weight: 700;
	font-weight: var(--font-weight-bold);
	letter-spacing: 0.04em;
}

.header__drawer-en {
	font-weight: 500;
	font-weight: var(--font-weight-normal);
	margin-left: 0.625rem;
	text-transform: uppercase;
}

.arrow-black {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	flex-shrink: 0;
	height: auto;
	object-fit: contain;
	width: 1rem;
}

.header__drawer-info {
	margin-top: 2.5rem;
	text-align: center;
}

.header__drawer-link {
	background-color: #172A88;
	background-color: var(--accent-color04);
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 1.1875rem 1.875rem;
}

.header__drawer-enlinktext {
	font-family: "Noto Serif JP", serif;
	font-size: 0.8125rem;
	font-weight: 500;
	font-weight: var(--font-weight-normal);
	text-transform: uppercase;
}

.header__drawer-copyright {
	display: block;
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	margin-top: 2.5rem;
	text-align: center;
}

body.is-open {
	overflow: hidden;
}

.section-title {
	text-align: center;
}

.section-title-jp {
	font-size: 1.875rem;
	font-weight: 700;
	font-weight: var(--font-weight-bold);
	letter-spacing: 0.04em;
}

.section-title-en {
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 700;
	font-weight: var(--font-weight-bold);
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.section-title--white .section-title-en {
	color: #fff;
}

.section-title--white .section-title-jp {
	color: #fff;
}

@media (any-hover: hover) {

a:hover {
	cursor: pointer;
}

.form-submit input:hover {
	background-color: #fff;
	color: #ffb338;
}

.contact-btn:hover {
	opacity: 0.9;
}

.footer__to-top:hover {
	top: 15px;
}

.header__logo a:hover {
	opacity: 0.7;
}

}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-desktop-inline {
	display: inline;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.5238095238vw;
}

.booth-specs {
	padding-bottom: 8.125rem;
	padding-top: 10rem;
}

.booth-specs__content {
	padding: 5.625rem 6.25rem 5rem 6.25rem;
}

.booth-specs__lead {
	font-size: 0.875rem;
	margin-top: 1.75rem;
}

.booth-specs__block {
	max-width: 37.5rem;
}

.booth-specs__block-title {
	font-size: 0.875rem;
}

.booth-specs__block-lead {
	font-size: 0.875rem;
}

.booth-specs__item {
	font-size: 0.875rem;
}

.booth-specs__item--note {
	font-size: 0.875rem;
}

.company {
	padding-top: 8.75rem;
}

.company__content {
	grid-gap: 3.75rem;
	display: grid;
	gap: 3.75rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.4375rem;
}

.company__list {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5019607843);
	border-top: 1px solid rgba(0, 0, 0, 0.5019607843);
}

.company__item {
	font-size: 0.875rem;
	grid-template-columns: 6.25rem auto;
}

.contact {
	padding-bottom: 9.375rem;
	padding-top: 9.375rem;
}

.contact__form-wrap {
	background-color: #fff;
	margin-top: 5rem;
	padding: 6.875rem 5.625rem 5.625rem 5.625rem;
}

.contact__form-text {
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	margin-bottom: 3.75rem;
	text-align: center;
}

.contact__form-thanks {
	margin-top: 1.875rem;
}

.form__wrap {
	align-items: center;
	display: grid;
	grid-template-columns: 8.125rem auto;
}

.form__wrap.form__wrap--textarea {
	align-items: flex-start;
}

.form__label {
	font-size: 0.875rem;
}

.form__wrap.form__wrap--textarea .form__label span {
	display: block;
	font-size: 0.75rem;
	line-height: 1.5;
	padding-top: 1rem;
}

.form__input,
.form__textarea {
	margin-top: 0;
}

.form__submit {
	margin-top: 5rem;
}

.form-input input {
	background-color: #e6e6e6;
	border: none;
	font-size: 0.875rem;
	padding: 0.625rem 0.9375rem;
}

.form-textarea textarea {
	background-color: #e6e6e6;
	border: none;
	font-size: 0.875rem;
	height: 12.5rem;
}

.form-submit input {
	border: 2px solid #ffb338;
	font-size: 0.9375rem;
	padding: 1.5625rem 8.75rem;
}

.wpcf7-not-valid-tip {
	font-size: 0.875rem;
}

.inner {
	max-width: 1140px;
	padding-left: 45px;
	padding-right: 45px;
}

.lineup {
	margin-top: 6.25rem;
	padding-bottom: 11.25rem;
	padding-top: 9.375rem;
}

.lineup__intro {
	text-align: center;
}

.lineup__category-item {
	font-size: 0.875rem;
	padding: 0.375rem 1.25rem;
}

.lineup__desc {
	margin-top: 2.5rem;
}

.lineup__desc-text {
	font-size: 0.875rem;
}

.lineup__swiper .swiper-wrapper {
	margin-top: 5.625rem;
}

.message {
	margin-top: 9.375rem;
	padding-bottom: 9.375rem;
	padding-top: 8.75rem;
}

.message__content {
	margin-top: 5rem;
}

.message__text-wrap {
	max-width: 62.375rem;
}

.message__text {
	font-size: 0.875rem;
	line-height: 2.1;
}

.message__text:not(:first-of-type) {
	margin-top: 1.5rem;
}

.message__name {
	font-size: 0.875rem;
	margin-top: 3rem;
}

.mv {
	height: max(810px, min(100vh, 970px));
	padding-top: 5.625rem;
}

.mv__text-wrap {
	padding: 0 2.5rem;
}

.mv__title-picture {
	justify-content: center;
}

.mv__title-img {
	max-width: 78.75rem;
	width: 90%;
}

.mv__lead {
	font-size: clamp(9px, 32 * 100 / 1440 * 1cqw, 36px);
	font-size: clamp(9px, 32 * 100 / var(--cq-ref) * 1cqw, 36px);
	margin-top: 1.5rem;
	text-align: center;
}

.single {
	padding: 200px 0 200px 0;
}

.value {
	padding-bottom: 6.25rem;
	padding-top: 8.125rem;
}

.value__item {
	margin-top: 5rem;
}

.value__item-bg-img-wrap {
	-webkit-clip-path: polygon(0 26%, 0 75%, 100% 26%);
	clip-path: polygon(0 26%, 0 75%, 100% 26%);
	height: 52.5rem;
	top: 60%;
	width: 80vw;
	z-index: -1;
}

.value__item-bg-img-wrap.value__item-bg-img-wrap--reverse {
	top: 53%;
}

.value__item-bg-img-wrap--reverse {
	right: -12.5rem;
}

.value__item-bg-img-wrap::after {
	-webkit-clip-path: polygon(0 26%, 0 75%, 100% 26%);
	clip-path: polygon(0 26%, 0 75%, 100% 26%);
}

.value__item-content {
	grid-gap: 5%;
	display: grid;
	gap: 5%;
	grid-template-columns: 56% 39%;
	margin-left: auto;
	max-width: 1140px;
}

.value__item-content-left {
	direction: ltr;
}

.value__item-content--reverse {
	direction: rtl;
}

.value__item-number {
	margin-left: 1.875rem;
	margin-top: 3.75rem;
	width: 9.125rem;
}

.value__item-number.value__item-number--reverse {
	display: block;
	margin-left: auto;
	margin-right: 2.1875rem;
	margin-top: 0;
}

.value__item-number--02,
.value__item-number--03 {
	width: 11.1875rem;
}

.value__item-text-wrap {
	margin-left: 5.5625rem;
	margin-top: 2.5rem;
}

.value__item-text-wrap--reverse {
	margin-left: 0;
	margin-right: 5.5625rem;
}

.value__item-title {
	font-size: clamp(20px, 0.179rem + 1.935vw, 30px);
	letter-spacing: 0.04em;
}

.value__item-text {
	font-size: 0.875rem;
	margin-top: 1.875rem;
}

.value__item-text-mt {
	margin-top: 2.5rem;
}

.js-scaleImg img {
	transition-delay: 0.2s;
}

.contact-btn {
	bottom: 3.125rem;
	gap: 0.25rem;
	padding: 1rem 2.5rem;
	width: 21.4375rem;
}

.contact-btn__jp {
	font-size: 1.25rem;
}

.contact-btn__en {
	font-size: 1.0625rem;
}

.footer {
	padding-bottom: 1.5625rem;
	padding-top: 2.8125rem;
}

.footer__to-top {
	right: 30px;
	top: 20px;
	transition: top 0.3s;
	width: 2.6875rem;
}

.footer__logo {
	width: 24rem;
}

.footer__copyright {
	margin-right: 1.875rem;
	text-align: right;
}

html {
	scroll-padding-top: 5.625rem;
}

.header {
	height: 5.625rem;
	width: 100%;
	z-index: 100;
}

.header__inner {
	gap: 1.25rem;
	padding-left: clamp(0rem, -5.714rem + 8.929vw, 3rem);
	padding-right: clamp(0rem, -5.714rem + 8.929vw, 3rem);
}

.header__logo {
	width: 23.9375rem;
}

.header__logo img {
	aspect-ratio: 248/62;
}

.header__nav {
	display: block;
}

.header__hamburger {
	display: none;
}

.arrow-black {
	width: 2.25rem;
}

.section-title-jp {
	font-size: 3.5625rem;
}

.section-title-en {
	font-size: 2.6875rem;
}

.section-title--small .section-title-en {
	font-size: 2rem;
}

.section-title--small .section-title-jp {
	font-size: 3.125rem;
}

}

@media (min-width: 768px) {

a[href*="tel:"] {
	-webkit-text-decoration: none;
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

.single__title {
	font-size: 32px;
}

.single__content {
	margin-top: 60px;
}

.single__content h1 {
	font-size: 32px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.single__content h2 {
	font-size: 28px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.single__content h3 {
	font-size: 26px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.single__content h4 {
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.single__content h5 {
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.single__content p {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.single__content ul {
	margin-top: 20px;
}

.single__content ul li {
	font-size: 16px;
}

.single__content ul li::before {
	margin-right: 10px;
}

.single__content ol {
	margin-top: 38px;
}

.single__content ol li {
	font-size: 16px;
}

.single__content ol li::before {
	margin-right: 10px;
}

.single__content figure {
	margin-top: 30px;
}

.single__content .single-case__link {
	margin-top: 100px;
}

}

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

.value__item-bg-img-wrap {
	height: 65rem;
}

}

@media (min-width: 1050px) {

html {
	font-size: 16px;
}

}

@media (min-width: 1250px) {

.value__item-content {
	gap: 6%;
	grid-template-columns: 55% 39%;
}

.value__item-number {
	margin-left: 0;
}

}

@media (min-width: 1440px) {

.value {
	padding-bottom: clamp(100px, 120 * 100 / 1440 * 1cqw, 200px);
	padding-bottom: clamp(100px, 120 * 100 / var(--cq-ref) * 1cqw, 200px);
}

.value__item-content {
	margin-left: auto;
	margin-right: auto;
}

}

@media (min-width: 1500px) {

.value__item-bg-img-wrap {
	top: 65%;
}

}

@media (min-width: 1800px) {

.value__item-bg-img-wrap {
	height: 1200px;
	top: 75%;
	width: 70vw;
}

}

@media (max-width: 768px) {

.--delay-1,
.--delay-2,
.--delay-3,
.--delay-4 {
	transition-delay: 0.2s;
}

}

@media (max-width: 767px) {

.booth-specs__inner {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.company__list--left {
	border-top: 1px solid rgba(0, 0, 0, 0.5019607843);
}

.company__list--right {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5019607843);
	border-top: 1px solid rgba(0, 0, 0, 0.5019607843);
}

.contact__form-text {
	color: #fff;
}

.contact__form-thanks {
	color: #fff;
}

.form__label {
	color: #fff;
}

.form-input input:focus {
	border: 1px solid #ccc;
}

.form-textarea textarea:focus {
	border: 1px solid #ccc;
}

.lineup__intro {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

.scrolldown {
	display: none;
}

.value__item-bg-img-wrap {
	max-width: 500px;
}

.value__item-bg-img-wrap--reverse {
	left: 0;
}

.value__item-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

.value__item-content-left {
	display: contents;
}

.value__item-number {
	margin-left: 1.875rem;
	order: 1;
	position: relative;
	z-index: 1;
}

.value__item-text-wrap {
	margin-top: -1.25rem;
	order: 3;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
	z-index: 1;
}

.value__item-img-wrap {
	margin-left: auto;
	margin-top: -10.5625rem;
	order: 2;
	width: 16.25rem;
}

.footer__copyright {
	margin-top: 0.9375rem;
}

.header__inner {
	padding-right: 1.25rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes scale {

0% {
	transform: scale(1.1);
}

100% {
	transform: scale(1);
}

}

@keyframes arrowmove {

0% {
	bottom: 1%;
}

50% {
	bottom: 3%;
}

100% {
	bottom: 1%;
}

}