/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
共通
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Maru+Gothic:wght@700&display=swap');

/*
【Montserrat】
Thin	100
ExtraLight	200
Light	300
Regular	400
Medium	500
SemiBold	600
Bold	700
ExtraBold	800
Black	900
*/


html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
	height: 100%;
	font-size: 62.5%;
}

body {
	height: 100%;
	width: 100%;

	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.6;
	color: #000;
	-webkit-font-smoothing: antialiased;
}

body.s {
	min-width: 320px;
}

#page {
	position: relative;
}

.wrapper {
	min-height: 100vh;
	width: 100%;
	position: relative;
}
.mv_blue {
	background-color: #00bdff;
}
.mv_green {
	background-color: #00d300;
}
.mv_pink {
	background-color: #ff6a83;
}
.mv_top {
	background-color: #ff6a88;
}
.mv_yellow {
	background-color: #ffec00;
}
/* .wrapper div {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
} */

/* .s .wrapper {
	min-height: auto;
} */

a {
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	transition: 0.2s;
}

a:hover {
	text-decoration: none;
	opacity: 0.7;
}

a .pdf {
	background-color: #e60012;
	color: #231815;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	padding: 1px 14px;
	margin-left: 12px;
	vertical-align: middle;
}

.s a .pdf {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 1px 20px;
	margin-left: 0;
}

/* スマホ時画像長押し保存禁止 */
img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	touch-callout: none;
	user-select: none;
}

img {
	width: 100%;
}

ol,
ul,
li {
	list-style: none;
	padding: 0;
}

._pc {
	display: block;
}

.s ._pc {
	display: none;
}

._sp {
	display: none;
}

.s ._sp {
	display: block;
}

/* ============================
	その他装飾
============================ */
.common-line-bottom {
	border-bottom: 1px solid rgba(204, 204, 204, 1);
}

.s .s-common-line-bottom {
	border-bottom: 1px solid rgba(204, 204, 204, 1);
}

/* --------------------------------------
	Header
--------------------------------------- */
header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99;
	pointer-events: none;
}

.s header {
	border-bottom: none;
	margin-bottom: 0;
	height: 60px;
}

.header-area,
.menu,
.lang-switch,
.gnav {
	pointer-events: auto;
}
.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 25px;
	padding-right: 32px;
}

.s .header-inner {
	gap: 2.266vw;
	padding-right: 2.266vw;
}


.header-area {
	background-color: #fff;
	border-radius: 0 0 50px 0;
	margin-right: auto;
	position: relative;
	z-index: 9999;
}

.s .header-area {
	border-radius: 0 0 7vw 0;
	width: 32vw;
}

.header-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 20px 38px 20px 32px;
}

.s .header-logo {
	gap: 2.666vw;
	padding: 8%;
}

.header-area p {
	max-width: 60px;
}

.s .header-area p {
	max-width: 9.6vw;
}

/* ============================
	言語切り替えボタン
============================ */
.lang-switch {
	position: relative;
	display: inline-block;
	z-index: 9997;
	font-size: 1.3rem;
}

.s .lang-switch {
	position: relative;
	display: inline-block;
	z-index: 9997;
	font-size: 1.2rem;
	transform: translateY(-2px);
}

.lang-btn {
	width: 160px;
	padding: 10px 20px;
	border-radius: 50px;
	background: #000;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	border: none;
	cursor: pointer;
	z-index: 9997;
}

.s .lang-btn {
	width: 115px;
}

.lang-btn .lang-text {
	position: relative;
	padding: 0 25px;
}

.s .lang-btn .lang-text {
	position: relative;
	padding: 0 12.5px;
}

.lang-btn .lang-text::before {
	content: "";
	position: absolute;
	left: -10px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	background: url(../img/icon-globe-white.png) no-repeat center / contain;
}

.s .lang-btn .lang-text::before {
	content: "";
	position: absolute;
	left: -10px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	background: url(../img/icon-globe-white.png) no-repeat center / contain;
}

.lang-btn .lang-text::after {
	content: "";
	position: absolute;
	right: 0;
	top: -3px;
	bottom: 0;
	margin: auto;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(135deg);
}

.lang-menu {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	width: 160px;
	padding: 10px 20px;
	color: #fff;
	background-color: #000;
	border-radius: 20px;
	display: none;
	z-index: 100;
}

.s .lang-menu {
	font-size: 1.2rem;
	width: 130px;
	padding: 6px 12px;
}

.lang-menu li {
	cursor: pointer;
	font-family: "Montserrat", sans-serif;
	text-align: center;

}

.lang-menu li:first-child {
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.lang-menu li span {
	display: block;
	border-radius: 50px;
	padding: 5px 10px;
	transition: 0.3s;
}

.lang-menu li span:hover {
	background: #fff;
	color: #000;
}

.lang-menu ._selected span {
	background: #fff;
	color: #000;
	font-weight: 700;
}


.lang-menu ._selected {
	cursor: default;
	pointer-events: none;
}


/*------- ハンバーガーメニュー開時 -------*/
.lang-switch.active .lang-btn {
	background: #fff;
	color: #000;
}

.lang-switch.active .lang-btn .lang-text::before {
	background: url(../img/icon-globe.png) no-repeat center / contain;
}

.lang-switch.active .lang-btn .lang-text::after {
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}

.lang-switch.active .lang-menu {
	color: #000;
	background-color: #fff;
}

.lang-switch.active .lang-menu ._selected {
	pointer-events: none;
}

.lang-switch.active .lang-menu li:first-child {
	border-bottom: 1px solid #cccccc;
}

.lang-switch.active .lang-menu li span:hover {
	background: #e5e5e5;
	color: #000000;
}

.lang-switch.active .lang-menu ._selected span {
	background: #e5e5e5;
	color: #000000;
}


.lang-switch.active .lang-menu ._selected {
	cursor: default;
	pointer-events: none;
}


/* ============================
	ハンバーガーメニュー
============================ */
.menu {
	width: 59px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	z-index: 9998;
}

.s .menu {
	width: 40px;
}

.menu:hover {
	opacity: 1;
}

/*------- ナビ中身 -------*/
.gnav {
	background: rgba(0, 0, 0, 1);
	display: none;
	top: 0;
	left: 0;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 90;
	overflow-y: scroll;
	z-index: 999;
}

.gnav-wrap {
	max-width: 1220px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: clamp(50px, 6.5vw, 120px);
	padding: 120px 10px 90px 10px;
}

.s .gnav-wrap {
	flex-direction: column;
	align-items: center;
	padding: 100px 0 50px;
}

.gnav-logo {
	width: clamp(220px, 28.6vw, 352px);
	transform: translateY(20px);
}

.s .gnav-logo {
	width: 48vw;
	transform: translateY(0);
}

.gnav-area {
	flex: 0 1 650px;
}

.gnav-area {
	flex: auto;
	width: 100%;
}

.gnav-menu {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: start;
}

.s .gnav-menu {
	grid-template-columns: 1fr;
	gap: 0;
}

.gnav-menu>li {
	position: relative;
	font-size: clamp(2.4rem, 3.12vw, 4.4rem);
	font-weight: bold;
	border-bottom: 1px solid #fff;
	font-family: "Montserrat", sans-serif;
	line-height: 1.4;
	padding-bottom: 5px;
}

.s .gnav-menu>li {
	font-size: 2rem;
	padding-bottom: 0;
}

.s .gnav-menu>li:nth-of-type(1) {
	border-top: 1px solid #fff;
}

.gnav-menu>li span {
	font-size: clamp(1.4rem, 1.82vw, 1.8rem);
	font-family: "Zen Kaku Gothic New", sans-serif;
	display: block;
}

.gnav-menu>li a,
.gnav-menu>li div {
	color: #fff;
	text-decoration: none;
	position: relative;
	display: block;
	cursor: pointer;
}

.s .gnav-menu>li a,
.s .gnav-menu>li div {
	padding: 16px;
}


.gnav-menu>li a::after {
	content: "";
	display: inline;
	position: absolute;
	top: 0;
	bottom: 0;
	right: clamp(2px, 0.26vw, 20px);
	margin: auto;
	width: clamp(12px, 1.56vw, 21px);
	height: clamp(6px, 0.78vw, 10px);
	display: block;
	background-image: url(../img/icon-arrow-menu.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.s .gnav-menu>li a::after {
	right: 16px;
}

.gnav-menu>li div {
	position: relative;
	cursor: pointer;
}

.gnav-menu>li div::before,
.gnav-menu>li div::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 6px;
	width: 20px;
	height: 2px;
	background-color: #fff;
	transition: transform .3s ease, opacity .3s ease;
}

.s .gnav-menu>li div::before,
.s .gnav-menu>li div::after {
	right: 16px;
	width: 12px;
}

.gnav-menu>li div::before {
	transform: rotate(90deg);
}

.gnav-menu>li.is-open div::before {
	transform: rotate(180deg);
}

.gnav-menu>li div.open::after {
	opacity: 0;
}

/*------- 「プロジェクト」用トグル -------*/
.gnav-menu>li.has-toggle {
	position: relative;
}

.gnav-menu>li.has-toggle.is-open {
	border-bottom: none;
}

.gnav-toggle {
	font-size: 1.6rem;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	display: block;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: opacity 0.25s ease, transform 0.4s ease;
	z-index: 5;
	padding-top: 15px;
}

.s .gnav-toggle {
	font-size: 1.5rem;
	padding-top: 0;
	padding: 0 0 20px 0;
}

.gnav-toggle.is-open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	border-bottom: 1px solid #fff;
}

.gnav-toggle li {
	padding-bottom: 25px;
}

.s .gnav-toggle li {
	padding-bottom: 0;
}

.s .gnav-toggle li a {
	position: relative;
	padding: 10px 16px 10px 30px;
	;
}

.gnav-toggle li a::after {
	content: "";
	display: inline;
	position: absolute;
	top: 0;
	bottom: 0;
	right: clamp(2px, 0.26vw, 20px);
	margin: auto;
	width: clamp(12px, 1.56vw, 21px);
	height: clamp(6px, 0.78vw, 10px);
	display: block;
	background-image: url(../img/icon-arrow-menu.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.gnav-link {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: min(27px, 1.875vw);
	padding-top: 50px
}

.s .gnav-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	padding: 30px 16px 60px 16px;
}

.s .gnav-link>li:nth-of-type(2) {
	flex-basis: 100%;
}


/*------- リンクボタン -------*/
header .common-btn {
	margin: unset;
}

.s header .common-btn {
	max-width: calc(50% - 10px);
}

header .common-btn a {
	background: #fff;
	color: #000;
	font-size: min(1.56vw, 1.6rem);
}

.s header .common-btn a {
	background: #fff;
	color: #000;
	font-size: 1.3rem;
}

header .common-btn a::after {
	background-image: url(../img/icon-arrow.png);
	right: min(1.666vw, 24px);
	width: min(1.111vw, 16px);
	height: min(0.555vw, 8px);
}

.s header .common-btn a::after {
	background-image: url(../img/icon-arrow.png);
	right: 12px;
	width: 12px;
	height: 6px;
}

/*------- SNS -------*/

.gnav-sns {
	display: flex;
	justify-content: center;
	gap: 15px;
	padding-left: 18px;
}

.s .gnav-sns {
	margin: 0 auto;
	gap: 20px;
	padding-top: 10px
}

.gnav-sns div {
	width: 36px;
}

/* --------------------------------------
	FadeIn
--------------------------------------- */
.fadein {
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.8s ease;
}

.fadein.show {
	opacity: 1;
	transform: translateY(0);
}

/* --------------------------------------
	Layout
--------------------------------------- */
.center {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1240px;
	position: relative;
}

/* ============================
	外部リンクアイコン
============================ */
.external {
  padding-right: 15px;
  background: url(../img/icon_external_black.png) top right no-repeat;
}

/* ============================
	汎用ボックス
============================ */
.common-box {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 20px;
}

/* ============================
	汎用リスト
============================ */
.common-list {
	max-width: clamp(510px, 66.319vw, 760px);
	margin: 0 auto;
}

.s .common-list {
	max-width: 100%;

}

.common-list li {
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}

.s .common-list li {
	margin-bottom: 20px;
}

.common-list li::after {
	content: "";
	display: inline;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	width: 16px;
	height: 8px;
	display: block;
	background-image: url(../img/icon-arrow.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.s .common-list li::after {
	right: 15px;
	top: auto;
	bottom: 7.66vw;
	margin: auto;
	width: 13.5px;
	height: 7px;
}

.common-list li._nolink::after {
	content: "";
	display: inline;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	width: 16px;
	height: 8px;
	display: block;
	background-image: none;
	background-size: 100%;
	background-repeat: no-repeat;
}


.common-list li:last-child {
	margin-bottom: 40px;
}

.s .common-list li:last-child {
	margin-bottom: 30px;
}

.common-list li a {
	width: 100%;
	background-color: rgba(255, 241, 0, 1);
	font-size: 1.6rem;
	border-radius: 1vw;
	padding: 20px 80px 20px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	word-break: break-all;
}

.s .common-list li a {
	align-items: flex-start;
	flex-direction: column;
	padding: 20px 38px 20px 20px;
}

.common-list li div {
	width: 100%;
	background-color: rgba(255, 241, 0, 1);
	font-size: 1.6rem;
	border-radius: 1vw;
	padding: 20px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	word-break: break-all;
}

.s .common-list li div {
	align-items: flex-start;
	flex-direction: column;
	padding: 20px;
}

/*------- 日付ありリスト -------*/
.common-list li._days a,
.common-list li._days div {
	justify-content: flex-start;
	gap: 40px;
}


.s .common-list li._days a,
.s .common-list li._days div {
	justify-content: flex-start;
	gap: 5px;
}

.common-list-days {
	font-family: "Montserrat", sans-serif;
	flex: 0 0 70px;
	font-size: 3rem;
	line-height: 1.2;
	font-weight: 600;
}

.s .common-list-days {
	flex: unset;
	font-size: 2.8rem;
}

.common-list-days span {
	font-size: 1.4rem;
}

.s .common-list-days span {
	font-size: 1.6rem;
}

/*------- PDF用リスト -------*/
.common-list ._pdf .common-list-title {
	display: inline-block;
	position: relative;
}

.common-list ._pdf .common-list-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	top: 0;
	right: -43px;
	margin: auto;
	height: 16px;
	width: 30px;
	background: url(../img/icon-pdf.png) 0 no-repeat;
	background-size: 100%;
}

.s .common-list ._pdf .common-list-title:after {
	right: -18%;
	margin: auto;
	height: 13px;
	width: 24px;
}

/* ============================
	汎用ボタン
============================ */
.common-btn {
	max-width: 220px;
	width: 100%;
	margin: 0 auto;
}

.common-btn a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: rgba(0, 0, 0, 1);
	color: #fff;
	border-radius: 50vw;
	font-size: 1.6rem;
	padding: 20px 30px 20px 20px;
}

.s .common-btn a {
	padding: 16px 15px 16px 0;
}

.common-btn a::after {
	content: "";
	display: inline;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 24px;
	margin: auto;
	width: 16px;
	height: 8px;
	display: block;
	background-image: url(../img/icon-arrow-white.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

/* ============================
	汎用テキスト
============================ */
.common-bold {
	font-size: 1.8rem;
	font-weight: 700;
}

.common-text {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: -0.8px;
}

.common-note {
	font-size: 1.2rem;
	padding-top: 15px;
	font-weight: 400;
}

.s .common-note {
	font-size: 1.4rem;
}

.common-note li {
	text-indent: -1em;
	padding-left: 1em;
}

._vertical {
	writing-mode: vertical-rl;
	text-orientation: upright;
}

.s ._vertical {
	writing-mode: horizontal-tb;
	text-orientation: unset;
}

._vertical span {
	text-orientation: mixed;
	vertical-align: middle;
}

._subfont {
	font-family: "Montserrat", sans-serif;
}

/* ============================
	タグ
============================ */
.common-tag {
	background-color: rgba(204, 204, 204, 1);
	color: rgba(0, 0, 0, 1);
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	padding: 6px 0;
	width: 70px;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 10px;
}

.common-tag._special {
	background-color: rgba(0, 161, 255, 1);
}

.common-tag._thematic {
	background-color: rgba(255, 241, 0, 1);
}

.common-tag._ac {
	background-color: rgba(0, 215, 0, 1);
}

.common-tag._others {
	background-color: rgba(255, 106, 136, 1);
}

/* ============================
	下層背景
============================ */
.common-bg {
	width: 100%;
	position: relative;
	padding: 100px 0 200px;
	background: inherit;
	background-size: 100%;
}

.s .common-bg {
	padding: 60px 0 100px;
}

.common-bg._white {
	background-color: white;
}

.common-bg._green {
	background: #00d700 url(../img/bg-green.png) top center / 100% no-repeat;
}

.common-bg._yellow {
	background: #fff100 url(../img/bg-yellow.png)top center / 100% no-repeat;
}

.common-bg._blue {
	background: #01a1ff url(../img/bg-blue.png) top center / 100% no-repeat;
}

/* ============================
	下層mv
============================ */
.common-mv {
	width: 100%;
	aspect-ratio: 1440 / 800;
	height: 55vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.s .common-mv {
	aspect-ratio: 750 / 1100;
	height: 60vh;
}

.common-mv h1 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	max-width: 1440px;
	margin: 0 auto;
}

.common-mv h1 img {
	display: block;
	width: 94%;
	max-width: 274px;
	height: 23vh;
	object-fit: contain;
	margin: 0 auto;
}
.s .common-mv h1 img {
	display: block;
	width: 78%;
	max-width: none;
}
#about .common-mv h1 {
	margin-top: 7vh;
}

.s#about .common-mv h1 {
	margin-top: 0;
}
.common-mv h2 {
	position: absolute;
	top: 0;
	right: 0;
	max-width: min(60px, 4.166vw);
}

.s .common-mv h2 {
	display: none;
}

.common-mv h3 {
	position: absolute;
	top: 0;
	left: 0;
}

.s .common-mv h3 {
	position: absolute;
	top: auto;
	bottom: 0;
	padding-bottom: 0
}

.common-mv-inner {
	position: absolute;
	inset: 140px 30px;
}

.s .common-mv-inner {
	position: absolute;
	inset: 5.333vw;
}


#news .common-mv {
	background: url(../img/mv-pink.png) center / auto 100% no-repeat;
}
.s#news .common-mv {
	background: url(../img/mv-pink-sp.png) center / cover no-repeat
}

#about .common-mv,
#timeline .common-mv {
	background: url(../img/mv-green.png) center / auto 100% no-repeat;
}
.s#about .common-mv,
.s#timeline .common-mv {
	background: url(../img/mv-green-sp.png) center / cover no-repeat;
}

#project .common-mv {
	background: url(../img/mv-blue.png) center / auto 100% no-repeat;
}
.s#project .common-mv {
	background: url(../img/mv-blue-sp.png) center / cover no-repeat;
}

#press .common-mv {
	background: url(../img/mv-yellow.png) center / auto 100% no-repeat;
}
.s#press .common-mv {
	background: url(../img/mv-yellow-sp.png) center / cover no-repeat;
}

/* --------------------------------------
	Title
--------------------------------------- */
h1 span {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

h2 {
	position: absolute;
	right: 50px;
}


.s h2 {
	position: relative;
	padding-bottom: 32px;
	top: 0;
	left: 3px;
	right: auto;
}

h3 {
	font-family: "Montserrat", sans-serif;
	position: relative;
	font-size: 3.6rem;
	line-height: 1.4;
	padding-bottom: 28px;
	display: inline-block;
}

.s h3 {
	font-size: 3.2rem;
}

h3 span {
	font-size: 2.2rem;
}

.s h3 span {
	font-size: 1.9rem;
}

h4 {
	font-family: "Montserrat", sans-serif;
	position: relative;
	font-size: 2.4rem;
	line-height: 1.4;
	padding-bottom: 16px;
}

.s h4 {
	font-family: "Montserrat", sans-serif;
	position: relative;
	font-size: 2rem;
}



.s .common-title-area {
	display: flex;
	flex-direction: column;
}

.s .common-title-area h2 {
	order: 2;
}

.s .common-title-area h3 {
	order: 1;
	padding-bottom: 10px;
}


/* --------------------------------------
	パンくず
--------------------------------------- */
.breadcrumb ul {
	position: absolute;
	top: 40px;
	left: 250px;
	z-index: 96;
}

.s .breadcrumb ul {
	top: 21.333vw;
	left: 5.333vw;
}

.breadcrumb ul {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	gap: 30px;
}

.s .breadcrumb ul {
	font-size: 1.6rem;
}

.breadcrumb ul li {
	position: relative;
}

.breadcrumb ul li:nth-of-type(1)::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -17px;
	margin: auto;
	width: 6px;
	height: 8px;
	display: block;
	background-image: url(../img/icon-breadclumb-arrow.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.breadcrumb a:hover {
	cursor: pointer;
	text-decoration: underline;
	opacity: 1;
}

/* --------------------------------------
	Footer
--------------------------------------- */
footer {
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-style: normal;
	padding: 15px 25px;
	background-color: #000000;
	color: #fff;
	padding: 0;
	margin-top: auto;
}



footer a {
	text-decoration: none;
}

.footer-area {
	max-width: 1440px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
}

.s .footer-area {
	padding: 10px 20px;
}

.footer-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.s .footer-flex {
	display: block;
}

.footer-info {
	display: flex;
	align-items: center;
	gap: clamp(0px, calc((100vw - 769px) * 30 / (1440 - 769)), 30px);
}

.s .footer-info {
	justify-content: space-between;
	flex-wrap: wrap;
}

footer ._site {
	font-size: clamp(1rem, 1.4vw, 1.2rem);
	text-align: right;
}

.s footer ._site {
	font-size: 1.2rem;
	display: block;
	padding: 0;
}

footer ._site li {
	text-decoration: none;
}

footer ._site li a {
	position: relative;
	padding: 2px 20px 2px 5px;
	display: inline-block;
}

@media screen and (min-width:768px) and (max-width:1000px) {
	footer ._site li a {
		padding: 2px 20px 2px 10px;
	}
}

.s footer ._site li a {
	padding: 1px 20px 1px 0;
}

.sns-box {
	display: flex;
	align-items: center;
	padding: 0 15px;
}

.s .sns-box {
	display: none;
}

.sns-box .sns {
	padding-right: 15px;
}


footer ._site li a:after {
	content: "";
	width: 6px;
	height: 6px;
	border: 0;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 5px;
}

footer ._site li a:hover {
	opacity: 0.5;
	cursor: pointer;
}

footer .tobi-logo {
	width: 207px;
	margin-right: 10px;
}

@media screen and (min-width:768px) and (max-width:1000px) {
	footer .tobi-logo {
		width: 150px;
		margin-right: 5px;
	}
}

.s footer .tobi-logo {
	max-width: 160px;
	width: 100%;
}

footer .copyright {
	width: 40%;
	font-size: 1.2rem;
	font-weight: 600;
	bottom: 28px;
	right: 20px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.05em;
	text-align: right;
}

@media screen and (min-width:768px) and (max-width:1000px) {
	footer .copyright {
		font-size: 1.0rem;
	}
}

.s footer .copyright {
	width: 100%;
	text-align: center;
	position: relative;
	font-size: 1.0rem;
	bottom: auto;
	right: auto;
	padding-top: 12px;
}

.s .footer-sns {
	width: 100%;
	margin-top: 24px;
}

.footer-sns li {
	display: inline-block;
	padding: 0 5px;
}

.s .footer-sns li {
	padding: 0 15px;
}

.footer-sns li a {
	display: block;
	width: 36px;
	border-radius: 50%;
	opacity: 1;
	transition: .2s;
}

@media screen and (min-width:768px) and (max-width:1000px) {
	.footer-sns li a {
		width: 32px;
	}
}

.footer-sns li a:hover {
	opacity: 0.8;
	transition: .2s;
}

/* iPhone SE時改行 */
.s .s-320-block {
	display: none;
}

@media screen and (max-width:320px) {
	.s .s-320-block {
		display: block;
	}
}

/* --------------------------------------
	PageTop
--------------------------------------- */
.ui-pagetop {
	position: fixed;
	right: 50px;
	z-index: 10;
	width: 80px;
}

.s .ui-pagetop {
	right: 4.266vw;
	width: 60px;
}

.ui-pagetop a {
	cursor: pointer;
}

.ui-pagetop a:hover {
	opacity: 1;
}

.ui-pagetop a img {
	transition: 0.3s;
	opacity: 1;
}

.ui-pagetop a:hover img {
	opacity: 1;
	transition: 0.3s;
	transform: scale(1.05);
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* --------------------------------------
	mv
--------------------------------------- */
.mv {
	width: 100%;
}

.mv-slider {
	width: auto;
	max-height: 85vh;
	aspect-ratio: 72 / 35;
	margin: 0 auto;
}
.s .mv-slider {
	aspect-ratio: unset;
}
.mv-slider .slick-prev,
.mv-slider .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	background: none;
	border: none;
	padding: 0;
}

.mv-slider .slick-prev {
	left: 0;
}

.mv-slider .slick-next {
	right: 0;
}

.mv-slider .slick-prev img,
.mv-slider .slick-next img {
	width: 69px;
}

.s .mv-slider .slick-prev img,
.s .mv-slider .slick-next img {
	width: 9.3333vw;
}

.mv-dots {
	display: flex;
	justify-content: center;
	padding-top: 25px;
}

.s .mv-dots {
	padding-top: 16px;
}

.mv-dots li {
	width: 30px;
	height: 4px;
	margin: 0 6px;
	background: #cccccc;
	cursor: pointer;
}

.s .mv-dots li {
	width: 20px;
	height: 5px;
	margin: 0 5px;

}

.mv-dots li:hover,
.mv-dots li.slick-active {
	background: #000000;
}

.mv-dots li button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	border: none;
	background-color: transparent;
}

/* --------------------------------------
	news
--------------------------------------- */
.news {
	padding: 75px 0 100px;
}

.s .news {
	padding: 40px 0 60px;
}

.news h2 {
	max-width: min(54px, 5.16vw);
}

.s .news h2 {
	max-width: 71px;
}

/* --------------------------------------
	message
--------------------------------------- */

.message .common-box {
	padding: 75px 70px;
}

.s .message .common-box {
	padding: 30px 20px;
}

.message h2 {
	max-width: min(136px, 13vw);
	right: 50px;
	/* position: relative; */
}

.s .message h2 {
	max-width: 124px;
	right: 0;
}

.message h3 {
	position: relative;
	padding-bottom: 0;
}

@media screen and (min-width: 769px) and (max-width: 1230px) {
	.message h3 {
		font-size: 2.6vw;
		/* transform: translate(0, -3.892vw); */
	}
}

.s .message h3 {
	font-size: 2.9rem;
	position: relative;
	transform: translate(0);
}

/* .message-bg {
	width: 100%;
	height: 100%;
	aspect-ratio: 2116 / 1562;
	max-width: 1058px;
	background: url(../img/message-bg.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
	justify-content: center;
	gap: 60px;
	transform: translateX(-10px);
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: clamp(100px, 13vw, 120px);
}

.s .message-bg {
	aspect-ratio: unset;
	background: none;
	position: relative;
	display: block;
	gap: 0;
	transform: translateX(0);
	margin-bottom: 0;
	padding-top: 0;
} */

.message-text-area {
	display: flex;
	justify-content: center;
}


.message-text {
	font-size: min(2rem, 2.08vw);
	line-height: 1.8;
}

.s .message-text {
	font-size: 1.6rem;
	padding-bottom: 30px;
	letter-spacing: -1px;
}




/* --------------------------------------
	project
--------------------------------------- */
.project {
	padding-top: 100px
}

.s .project {
	padding-top: 60px
}

.project h2 {
	max-width: min(54px, 5.16vw);
	right: 50px;
}

.s .project h2 {
	max-width: 113px;
	top: 0;
	left: 3px;
	right: auto;
}

.project .common-box {
	padding-top: 75px;
	padding-bottom: 80px;
	overflow: hidden;
	position: relative;
}

.s .project .common-box {
	padding-top: 30px;
	padding-bottom: 30px;
}

.project .common-box::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	display: block;
	aspect-ratio: 1788 / 1578;
	max-width: 894px;
	background: url(../img/gradation-green.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 0;
	transform: translate(-4%, -6%);
	pointer-events: none;
}

.s .project .common-box::after {
	transform: translate(0%, -10%);
	background-size: 180%;
}


.project .common-text {
	padding-bottom: 150px;
	position: relative;
	z-index: 2;
}

.s .project .common-text {
	padding-bottom: 11.733vw;
}

.project-box {
	padding: 0 70px;
}

.s .project-box {
	padding: 0 20px;
}

/*------- スライダー -------*/
.common-slider-area {
	position: relative;
	width: 100%;
	z-index: 1;
}

.s .common-slider-area {
	padding: 0 24px;
}

.common-slider-area a:hover {
	opacity: 1;
}

.common-slider .slick-track {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 40px;
	z-index: 1;
	margin-bottom: 50px;
}

.s .common-slider .slick-track {
	gap: 16px;
}

.common-slider .slick-list {
	overflow: visible;
	height: 520px;
}

.s .common-slider .slick-list {
	overflow: hidden;
	padding: 0 !important;
	height: 143vw;
}

.common-slider-item {
	max-width: min(300px, 48vw);
}

.s .common-slider-item {
	max-width: none;
	width: auto;
	padding-bottom: 0;
}

.common-slider-item {
	padding: 0 20px;
	display: block;
	position: relative;
	transform-origin: bottom center;
}

.s .common-slider-item {
	padding: 0;
	transform-origin: unset;
}

.common-slider-item img {
	transform: scale(0.95);
}

.s .common-slider-item img {
	transform: scale(1);
}

.slick-center.common-slider-item img {
	transform: scale(1.2);
}

.s .slick-center.common-slider-item img {
	transform: scale(1);
}

.common-slider-item-inner {
	transition: transform 0.45s ease;
	will-change: transform;
}


.common-slider-item.slick-center .common-slider-item-inner {
	transform: translateY(-90px);
	display: block;
}

.s .common-slider-item.slick-center .common-slider-item-inner {
	transform: translateY(0);
	display: flex;
	justify-content: center;
	flex-direction: column;
}


.common-slider-img {
	width: 100%;
	display: block;
	position: relative;
}


.common-slider-title {
	padding-top: 20px;
	font-size: 1.8rem;
	line-height: 1.4;
	letter-spacing: -1px;
	display: block;
	position: relative;
}

.s .common-slider-title {
	font-size: 1.6rem;
}

.common-slider-title ._icon {
	width: 16px;
	margin-top: 18px;
	display: inline-block;
}

.common-slider-item.slick-center .common-slider-title {
	padding-top: 70px;
	font-size: 2rem;
	line-height: 1.2;
	margin: 0 -14px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	font-weight: 700;
	/* height: 105px; */
	height: auto;
	transform: translateX(5%);
}

.s .common-slider-item.slick-center .common-slider-title {
	padding-top: 20px;
	font-size: 1.9rem;
	margin: 0 auto;
	line-height: 1.4;
	height: auto;
	transform: translateX(0);
	letter-spacing: -1.4px;
}

.common-slider-item.slick-center .common-slider-title span {
	font-size: 1.8rem;
}

.common-slider-btn-area {
	position: relative;
}

.s .common-slider-btn-area {
	position: unset;
}

.common-slider-btn {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: flex-end;
	gap: 24px;
	padding: 0 20px;
}

.s .common-slider-btn {
	position: static;
}

.common-slider-btn .slick-prev,
.common-slider-btn .slick-next {
	z-index: 2;
	background: none;
	border: none;
	padding: 0;
}

.s .common-slider-btn .slick-prev,
.s .common-slider-btn .slick-next {
	position: absolute;
	transform: translateY(-50%);
}

.s .common-slider-btn .slick-prev {
	left: 1vw;
}

.s .common-slider-btn .slick-next {
	right: 1vw;
}


.common-slider-btn .slick-prev:hover,
.common-slider-btn .slick-next:hover {
	cursor: pointer;
}

.common-slider-btn .slick-prev img,
.common-slider-btn .slick-next img {
	width: 48px;
	height: 48px;
}

/* --------------------------------------
	History
--------------------------------------- */
.history {
	padding: 100px 0 188px;
	position: relative;
}

.history::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	display: block;
	aspect-ratio: 1526 / 1780;
	max-width: 763px;
	background: url(../img/gradation-blue.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	transform: translate(-4%, -6%);
	pointer-events: none;
	z-index: -1;
}

.s .history::after {
	transform: translate(0, -5%);
	background-size: 130%;
}

.s .history {
	padding: 60px 0 150px;
}

.history h2 {
	max-width: min(48px, 4.19vw);
}

.s .history h2 {
	max-width: 86px;

}

.history-img {
	max-width: 1098px;
	margin: -60px auto 30px auto;
}

.s .history-img {
	margin: 0 auto 30px auto;
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プレス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.press-content {
	padding: 75px 0 175px;
}

.s .press-content {
	padding: 40px 0 150px;
}

