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

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

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

body {
	letter-spacing: 0.09em;
	margin: 0;
}

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

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 {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
}

button {
	color: inherit;
}

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

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

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

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

:root {
	--font-family-base: "Noto Sans JP", sans-serif;
	--font-family-second: "Century Gothic", "Montserrat", "Helvetica", sans-serif;
}

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

:root {
	--black: #000;
	--white: #fff;
	--bg-color: #fff;
}

:root {
	--z-index-header: 100;
	--z-index-to-top: 200;
	--z-index-drawer: 1000;
	--z-index-modal: 10000;
}

body {
	color: #000;
	color: var(--black);
	font-family: "Noto Sans JP", sans-serif;
	font-family: var(--font-family-base);
}

.u-desktop {
	display: none;
}

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

.onlineshop_nav.onlineshop_nav--aw {
	position: relative;
	z-index: 1;
}

/* ===============================================
# マックス幅ラッパー
=============================================== */

/* ===============================================
# 3カラムレイアウト
=============================================== */

.three-column-layout__column {
	height: 100vh;
	width: var(--third-width);
}

.three-column-layout__column--center {
	margin-left: auto;
	margin-right: auto;
}

.three-column-layout__column--left,
.three-column-layout__column--right {
	position: fixed;
	top: 0;
}

.three-column-layout__column--left {
	background: url("../../assets25aw/images/25aw_db/25awdb-sidebar_left-bg.webp") no-repeat center bottom/cover;
	left: 0;
}

.three-column-layout__column--left.--mh {
	background: url("../../assets25aw/images/25aw_mh/25awmh-sidebar_left-bg.webp") no-repeat center bottom/cover;
}

.three-column-layout__column--right {
	right: 0;
}

/* ===============================================
# 左側：ナビゲーションメニュー
=============================================== */

.sidebar {
	height: 100%;
	padding-bottom: 30px;
	padding-top: 129px;
}

.sidebar__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	padding-left: 30px;
	padding-right: 30px;
}

.sidebar__breadcrumb {
	transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
	visibility: visible;
}

.sidebar__breadcrumb.is-active {
	opacity: 0;
	visibility: hidden;
}

a:not(.button).sidebar__breadcrumb-link,
.sidebar__breadcrumb-separator,
.sidebar__breadcrumb-current {
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 0.04em;
	line-height: 1.58333;
	opacity: 0.8;
}

a:not(.button).sidebar__breadcrumb-link,
.sidebar__breadcrumb-separator {
	font-weight: 500;
	margin-left: 3px;
	margin-right: 3px;
}

.sidebar__breadcrumb-current {
	font-weight: 700;
}

.sidebar__category {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.sidebar__category-title {
	color: #FFF;
	font-family: "Century Gothic", "Montserrat", "Helvetica", sans-serif;
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: normal;
}

.sidebar__category-list {
	display: flex;
	flex-direction: column;
	gap: 21px;
}

.sidebar__category-item {
	display: inline-block;
}

.sidebar__category-link {
	align-items: center;
	display: flex;
	gap: 10px;
	transition: opacity 0.3s ease;
	width: -moz-fit-content;
	width: fit-content;
}

.sidebar__category-link:hover {
	opacity: 0.5;
}

.sidebar__category-link:hover .sidebar__category-link-text {
	border-bottom: 1px dotted #FFF;
}

.sidebar__category-link-line {
	background-color: #FFF;
	height: 1px;
	width: 13.5px;
}

.sidebar__category-list.--mh .sidebar__category-link-text {
	font-size: 13px;
}

.sidebar__category-link-text {
	border-bottom: 1px dotted transparent;
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-align: right;
	transition: border-bottom 0.3s ease;
}

.sidebar__language {
	display: flex;
	gap: 30px;
	margin-top: 40px;
}

.sidebar__language-link {
	align-items: center;
	display: flex;
	gap: 5px;
}

.sidebar__language-link-text {
	color: #FFF;
	font-family: "Century Gothic", "Montserrat", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.04em;
}

.sidebar__language-icon {
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
}

.sidebar__sns {
	margin-top: 40px;
}

.sidebar__sns-list {
	align-items: center;
	display: flex;
	gap: 20px;
}

.sidebar__sns-icon {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: auto;
	object-fit: contain;
	width: 100%;
}

/* ===============================================
# 右側：画像
=============================================== */

.right-column-images {
	height: 100%;
	position: relative;
}

.right-column-images__img {
	-o-object-fit: cover;
	aspect-ratio: 477/1024;
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 80px;
	transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
	visibility: hidden;
	width: 100%;
}

.right-column-images__img.is-active {
	opacity: 1;
	visibility: visible;
}

/* ===============================================
# 中央：メインビジュアル
=============================================== */

.center-column__mv {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100vh;
	justify-content: center;
	/*margin-top: -45px;*/
	position: relative;
}

.center-column__mv-img-wrap {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: var(--third-width);
}

.center-column__mv-img {
	-o-object-fit: cover;
	-webkit-clip-path: inset(100% 0% 0% 0%);
	clip-path: inset(100% 0% 0% 0%);
	height: auto;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.center-column__mv-img-wrap--top .center-column__mv-img {
	top: 20px;
}

.center-column__mv-img-wrap--top .center-column__mv-img.center-column__mv-top-img--04 {
    top: 80px !important;
}

.center-column__mv-img-wrap--bottom .center-column__mv-img {
	top: calc(var(--mv-catch-height) / 2);
}

.center-column__mv-img.active {
	animation: clipOpen 1.3s forwards cubic-bezier(0.24, 0.65, 0, 0.79);
}

.center-column__mv-img.closing {
	animation: clipClose 1.3s forwards cubic-bezier(0.24, 0.65, 0, 0.79);
}

.center-column__mv-catch {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	gap: 21px;
	padding: 20px;
	position: absolute;
	top: 55%;
	translate: 0 -55%;
	width: 100%;
	z-index: 3;
}

.center-column__mv-catch.--mh .center-column__mv-catch-logo {
	width: clamp(140px, 61.2307692308px + 7.6923076923vw, 172px);
}

.center-column__mv-catch.--mh .center-column__mv-catch-logo .center-column__mv-catch-logo-img {
	aspect-ratio: 172/30;
}

.center-column__mv-catch.--mh .center-column__mv-catch-title-pc {
	color: #E60012;
}

.center-column__mv-catch-logo {
	width: clamp(80px, -13.5384615385px + 9.1346153846vw, 118px);
}

.center-column__mv-catch-logo-img {
	-o-object-fit: contain;
	aspect-ratio: 118/30;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.center-column__mv-catch-title-pc {
	color: #722D2D;
	font-family: "Century Gothic", "Montserrat", "Helvetica", sans-serif;
	font-size: clamp(30px, 37px - (770px - 100vh) * 0.11, 37px);
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.09em;
	line-height: 1.05405;
}

.center-column__mv-catch-title-sp-img {
	-o-object-fit: contain;
	aspect-ratio: 347/117;
	height: auto;
	max-width: 400px;
	object-fit: contain;
	width: 83%;
}

/* ===============================================
# 　各コレクションレイアウト
=============================================== */

.db-section {
	margin-bottom: 50px;
	margin-top: 150px;
	min-height: 100vh;
}

.db-section__sticky-content {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: sticky;
	top: 0;
}

.db-section__sticky-content:not(:first-child) {
	margin-top: 480px;
	top: var(--db-section-header-height);
}

.db-section.--mh .db-section__sticky-content:not(:first-child) {
	top: var(--db-section-header-height);
}

.db-section__sticky-content--first {
	gap: 0;
}

.db-section__sticky-content:not(:first-child).db-section__sticky-content--second {
	margin-top: 480px;
}

.db-section__header {
	align-items: center;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	gap: clamp(5px, 15px - (1000px - 100vh) * 0.0952, 15px);
	justify-content: center;
	opacity: 0;
	padding: clamp(10px, 70px - (1000px - 100vh) * 0.2381, 70px) 50px clamp(10px, 70px - (1000px - 100vh) * 0.4211, 70px) 50px;
	transition: opacity 0.6s ease-in-out;
}

.db-section__header.is-fade-in {
	opacity: 1;
}

.db-section.--mh .db-section__header {
	gap: clamp(5px, 15px - (1000px - 100vh) * 0.0952, 15px);
	padding: clamp(10px, 70px - (1000px - 100vh) * 0.2381, 70px) 50px clamp(10px, 70px - (1000px - 100vh) * 0.4211, 70px) 50px;
}

.db-section .db-section__header {
    gap: clamp(5px, 15px - (1000px - 100vh) * 0.0952, 15px);
    padding: 105px 50px 20px 50px;
}

.db-section__header-logo {
	/*max-width: clamp(79px, 74.7014925373px + 0.5597014925vw, 85px);*/
    max-width: clamp(79px, 79px - (700px - 100vh) * 0.2, 130px);
	width: 100%;
}

.db-section__header-logo-img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.db-section__header-logo.--mh {
	max-width: clamp(90px, 130px - (700px - 100vh) * 0.2, 130px);
}

.db-section__header-text {
	color: #722D2D;
	font-family: "Century Gothic", "Montserrat", "Helvetica", sans-serif;
	font-size: clamp(10px, 10px - (700px - 100vh) * 0.02, 14px);
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.09em;
	line-height: normal;
	text-align: center;
}

.db-section__header-title-pc {
	color: #722D2D;
	font-family: "Century Gothic", "Montserrat", "Helvetica", sans-serif;
	font-size: clamp(22px, 22px - (700px - 100vh) * 0.05, 30px);
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.db-section__header-title-sp--dinosaur {
	max-width: 174px;
}

.db-section__header-title-sp--racing {
	max-width: 201px;
	width: 50%;
}

.db-section__header-title-sp--characters {
	max-width: 163px;
}

.db-section__header-title-sp--basic {
	max-width: 108px;
}

.db-section__header-title-sp--putchy-usako,
.db-section__header-title-sp--classic-bear,
.db-section__header-title-sp--silhouette-bear {
	height: 27px;
	max-width: 200px;
}

.db-section__header-title-sp--logo {
	height: 27px;
	max-width: 55px;
}

.db-section__header-title-sp-img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

/* ===============================================
# 各カードレイアウト
=============================================== */

.db-section__card {
	backface-visibility: hidden;
	box-shadow: 0px 20px 15px 0px rgba(100, 80, 40, 0.2);
	display: flex;
	flex-direction: column;
	margin-left: 70px;
	margin-right: 70px;
	position: relative;
	transform: rotate(0deg);
	transform: rotate(var(--rotate-angle, 0deg));
	transform-style: preserve-3d;
	will-change: transform;
}

.db-section.--mh .db-section__card {
	box-shadow: 0px 12px 10px rgba(100, 80, 40, 0.07);
}

.db-section__card--first {
	margin-top: 0;
	opacity: 0;
	transition: opacity 0.6s ease-in-out;
	transition-delay: 0.2s;
}

.db-section__card--first.is-fade-in {
	opacity: 1;
}

.db-section__card--large {
	margin-top: -35px;
	top: 35px;
}

.db-section__card-img {
	-o-object-fit: cover;
	aspect-ratio: 440/440;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.db-section__card-content {
	align-items: flex-start;
	background: url("../../assets25aw/images/25aw_db/25awdb-card-bg.webp") no-repeat center center/cover;
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-height: 197px;
	padding: 30px;
}

.db-section__card-content.db-section__card-content--long-text {
	gap: 10px;
}

.db-section.--mh .db-section__card-content {
	background: url("../../assets25aw/images/25aw_mh/25awmh-card-bg.webp") no-repeat center center/cover;
}

.db-section__card-content-title {
	align-items: flex-end;
	display: flex;
	gap: 6px;
}

.db-section__card-content-title-number {
	color: #FFF;
	flex-shrink: 0;
	font-family: "Century Gothic", "Montserrat", "Helvetica", sans-serif;
	font-size: 37px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}

.db-section__card-content-title-text {
	color: #FFF;
	font-family: "Century Gothic", "Montserrat", "Helvetica", sans-serif !important;
	font-family: var(--font-family-second);
	font-size: 11px;
	font-weight: 400;
	line-height: 1.81818;
}

.db-section__card-content-text {
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-family: var(--font-family-base);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.66667;
}

a:not(.button).db-section__card-content-text-link {
	color: #FFF;
}

a:not(.button):not([href="#"]).db-section__card-content-text-link {
	border-bottom: 1px dotted #FFF;
	transition: border-bottom 0.3s ease, opacity 0.3s ease;
}

a:not(.button):not([href="#"]).db-section__card-content-text-link:hover {
	border-bottom: transparent;
	opacity: 0.5;
}

a[href="#"].db-section__card-content-text-link {
	pointer-events: none;
}

/* ===============================================
# youtubeレイアウト
=============================================== */

.youtube-section {
	background: url("../../assets25aw/images/25aw_mh/youtube-section-bg.webp") no-repeat center center/cover;
	padding-bottom: clamp(160px, 57.1428571429px + 7.1428571429vw, 200px);
	padding-top: clamp(160px, 57.1428571429px + 7.1428571429vw, 200px);
}

.youtube-section__inner {
	padding-left: 10px;
	padding-right: 10px;
}

.youtube-section__video {
	width: 100%;
}

.youtube-thumbnail {
	cursor: pointer;
	position: relative;
	transition: filter 0.3s ease;
	width: 100%;
}

.youtube-thumbnail::before {
	aspect-ratio: 1;
	background: url("/assets25aw/images/25aw_mh/icn_youtube_play.svg") no-repeat center center/cover;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transition: background 0.3s ease;
	translate: -50% -50%;
	width: clamp(50px, -24.8051948052px + 7.3051948052vw, 95px);
}

.youtube-thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 460/309;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.youtube-modal {
	align-items: center;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	visibility: hidden;
	width: 100%;
	z-index: 9999;
}

.youtube-modal.show {
	opacity: 1;
	visibility: visible;
}

.youtube-modal__content {
	aspect-ratio: 16/9;
	margin: 5% auto;
	max-width: 1300px;
	position: relative;
	width: 80%;
}

.youtube-modal__content iframe {
	height: 100%;
	width: 100%;
}

.youtube-modal__close {
	color: white;
	cursor: pointer;
	font-size: clamp(30px, 15.1162790698px + 1.9379844961vw, 50px);
	position: absolute;
	right: -50px;
	top: -50px;
}

body.is-hidden {
	overflow: hidden;
}

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

/* フェード */

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

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

.language-selector {
	padding-bottom: 10px;
	padding-top: 10px;
}

.language-selector__list {
	align-items: center;
	display: flex;
	gap: 30px;
	justify-content: center;
}

.language-selector__link {
	align-items: center;
	display: flex;
	gap: 5px;
}

.language-selector__link-text {
	color: #000;
	font-family: "Century Gothic", "Montserrat", "Helvetica", sans-serif;
	font-family: var(--font-family-second);
	font-size: 12px;
	font-weight: 400;
	padding-bottom: 3px;
	position: relative;
}

.language-selector__link-text::after {
	background-color: #E60013;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	translate: -50% 0;
	width: 100%;
}

.language-selector__link-icon {
	color: #E60013;
	font-size: 12px;
	font-weight: 400;
}

.nav-menu-mobile {
	background: url("../../assets25aw/images/25aw_db/nav-menu-mobile-bg.webp") no-repeat center center/cover;
	padding: 190px 30px;
}

.nav-menu-mobile.--mh {
	background: url("../../assets25aw/images/25aw_mh/nav-menu-mobile-bg.webp") no-repeat center center/cover;
}

.nav-menu-mobile__inner {
	display: flex;
	flex-direction: column;
	gap: clamp(60px, -105.3333333333px + 51.6666666667vw, 122px);
}

.nav-menu-mobile__title {
	color: #FFF;
	font-family: "Century Gothic", "Montserrat", "Helvetica", sans-serif !important;
	font-family: var(--font-family-second);
	font-size: 39px;
	font-weight: 400;
	line-height: 1.25641;
}

.nav-menu-mobile__list {
	display: flex;
	flex-direction: column;
	gap: 34px;
}

.nav-menu-mobile__link {
	align-items: center;
	display: flex;
	gap: 4px;
}

.nav-menu-mobile__link-text {
	color: #FFF;
	font-family: "Century Gothic", "Montserrat", "Helvetica", sans-serif !important;
	font-family: var(--font-family-second);
	font-size: 20px;
	font-weight: 400;
}

.nav-menu-mobile__link-icon {
	color: #FFF;
	font-size: 27px;
	font-weight: 300;
}

.to-top {
	padding-bottom: 50px;
	padding-top: 50px;
}

.to-top__link {
	align-items: center;
	background: #FFFCF8;
	border: 1px solid #E0E0E0;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 250px;
	padding: 14px 20px 14px 20px;
}

.to-top__link-text {
	color: #808080;
	font-family: "Noto Sans JP", sans-serif;
	font-family: var(--font-family-base);
	font-size: 12px;
	font-weight: 400;
	padding-left: 10px;
	position: relative;
}

.to-top__link-text::before {
	-webkit-clip-path: polygon(50% 50%, 0% 100%, 100% 100%);
	background-color: #808080;
	clip-path: polygon(50% 50%, 0% 100%, 100% 100%);
	content: "";
	height: 12px;
	left: -10px;
	position: absolute;
	top: calc(50% - 2px);
	translate: 0 -50%;
	width: 12px;
}

@media (any-hover: hover) {

a:hover {
	cursor: pointer;
}

}

@media (hover: hover) {

.youtube-thumbnail:hover {
	filter: brightness(1.1);
}

.youtube-thumbnail:hover::before {
	background: url("/assets25aw/images/25aw_mh/icn_youtube_play_on.svg") no-repeat center center/contain;
}

}

@media (hover: none) {

.youtube-thumbnail:hover {
	filter: brightness(1.1);
}

.youtube-thumbnail:hover::before {
	background: url("/assets25aw/images/25aw_mh/icn_youtube_play_on.svg") no-repeat center center/contain;
}

}

@media (min-width: 767px) and (max-width: 1023px) {

.center-column__mv.--mh .center-column__mv-img-wrap--top .center-column__mv-top-img--03 {
	top: -120px;
}

.center-column__mv.--mh .center-column__mv-img-wrap--top .center-column__mv-top-img--03 {
	animation: clipClose 1.3s forwards cubic-bezier(0.24, 0.65, 0, 0.59);
	opacity: 0;
}

.center-column__mv.--mh .center-column__mv-img-wrap--top .center-column__mv-top-img--03.active {
	animation: clipOpen 1.3s forwards cubic-bezier(0.24, 0.65, 0, 0.59);
	opacity: 1;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.inner {
	max-width: 1170px;
	padding-left: 35px;
	padding-right: 35px;
}

}

@media (min-width: 1024px) {

.center-column__mv-img-wrap--top .center-column__mv-top-img--03 {
	animation: clipClose 1.3s forwards cubic-bezier(0.24, 0.65, 0, 0.79);
	margin-top: -30px;
	opacity: 0;
}

.center-column__mv-img-wrap--top .center-column__mv-top-img--03.active {
	animation: clipOpen 1.3s forwards cubic-bezier(0.24, 0.65, 0, 0.79);
	opacity: 1;
}

.center-column__mv-catch-title-sp {
	display: none;
}

.db-section__header-title-sp {
	display: none;
}

.db-section__card-content {
	padding: 30px clamp(15px, -21.9230769231px + 3.6057692308vw, 30px) 30px clamp(15px, -21.9230769231px + 3.6057692308vw, 30px);
}

.db-section__card-content.db-section__card-content--long-text {
	padding: 15px clamp(15px, -21.9230769231px + 3.6057692308vw, 30px) 15px clamp(15px, -21.9230769231px + 3.6057692308vw, 30px);
}

.language-selector {
	display: none;
}

.nav-menu-mobile {
	display: none;
}

.to-top {
	display: none;
}

}

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

.center-column__mv-catch-title-pc {
	font-size: 30px;
}

.center-column__mv-img-wrap img {
    width: 100% !important;
}

}

@media (min-width: 1024px) and (max-height: 700px) {

.db-section__card {
	margin-left: 50px;
	margin-right: 50px;
}

}

@media (min-width: 1024px) and (max-height: 750px) {

.db-section__card-content-title-number {
	font-size: clamp(25px, 37px - (700px - 100vh) * 0.1, 37px);
}

.db-section__card-content-text {
	font-size: clamp(10px, 12px - (700px - 100vh) * 0.02, 12px);
}

.youtube-modal__content {
	width: 60%;
}

}

@media (min-width: 1200px) and (max-height: 750px) {

.db-section__card-content {
	gap: 2px;
	min-height: 150px;
	padding: 5px clamp(15px, -21.9230769231px + 3.6057692308vw, 30px) 5px clamp(15px, -21.9230769231px + 3.6057692308vw, 30px);
}

}

@media (min-width: 1200px) and (max-height: 770px) {

.db-section__card-content.db-section__card-content--long-text {
	gap: 5px;
	padding: 10px clamp(10px, -14.6153846154px + 2.4038461538vw, 20px) 10px clamp(10px, -14.6153846154px + 2.4038461538vw, 20px);
}

}

@media (min-width: 1300px) and (max-height: 960px) {

.db-section.--mh .db-section__header-title-pc {
	line-height: 1;
}

}

@media (min-width: 1600px) and (max-height: 960px) {

.db-section__sticky-content:not(:first-child) {
	margin-top: 480px;
}

.db-section.--mh .db-section__header {
	gap: 10px;
}

}

@media (min-width: 1700px) {

.db-section__card {
	margin-left: 80px;
	margin-right: 80px;
}

}

@media (min-width: 1800px) {

.center-column__mv-catch-title-pc {
	font-size: clamp(37px, -23px + 3.3333333333vw, 57px);
}

}

@media (min-width: 2399px) {

.max-width-wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 2400px;
}

.three-column-layout__column {
	width: 800px;
}

.three-column-layout__column--left {
	background: url("../../assets25aw/images/25aw_db/25awdb-sidebar_left-bg.webp") no-repeat center 60%/cover;
}

.three-column-layout__column--left {
	left: calc(50% - 1200px);
	width: 800px;
}

.three-column-layout__column--left.--mh {
	background: url("../../assets25aw/images/25aw_mh/25awmh-sidebar_left-bg.webp") no-repeat center 60%/cover;
}

.three-column-layout__column--right {
	right: calc(50% - 1200px);
	width: 800px;
}

.center-column__mv-img-wrap {
	width: 800px;
}

}

@media (max-width: 1023px) {

.three-column-layout__column--center {
	width: 100%;
}

.three-column-layout__column--left,
.three-column-layout__column--right {
	display: none;
}

.center-column__mv {
	height: 100%;
	margin-top: 0;
}

.center-column__mv-img-wrap {
	aspect-ratio: 480/480;
	width: 100%;
}

.center-column__mv-img {
	aspect-ratio: 480/480;
}

.center-column__mv-img-wrap--top .center-column__mv-img {
	top: 0;
}

.center-column__mv-img-wrap--top .center-column__mv-img.center-column__mv-top-img--04 {
    top:80px !important;
}

.center-column__mv-catch.--mh .center-column__mv-catch-logo {
	max-width: 180px;
	width: 40%;
}

.center-column__mv-catch-logo {
	max-width: 160px;
	width: 30%;
}

.center-column__mv-catch-title-pc {
	display: none;
}

.db-section__sticky-content:not(:first-child) {
	margin-top: 125px;
}

.db-section__sticky-content--first {
	gap: 0;
}

.db-section__sticky-content:not(:first-child).db-section__sticky-content--second {
	margin-top: 480px;
}

.db-section__header {
	gap: clamp(5px, 15px - (900px - 100vh) * 0.0452, 15px);
	padding: clamp(20px, 70px - (900px - 100vh) * 0.2203, 70px) 0 clamp(20px, 100px - (900px - 100vh) * 0.4211, 100px) 0;
}

.db-section.--mh .db-section__header {
	gap: clamp(5px, 15px - (900px - 100vh) * 0.0452, 15px);
	padding: clamp(20px, 70px - (900px - 100vh) * 0.2203, 70px) 0 clamp(20px, 100px - (900px - 100vh) * 0.4211, 100px) 0;
}

.db-section__header-text {
	font-size: clamp(12px, -1.6px + 4vw, 14px);
}

.db-section__header-title-pc {
	display: none;
}

.db-section__card {
	box-shadow: 0px 20px 15px 0px rgba(100, 80, 40, 0.1);
	max-width: 550px;
}

.db-section.--mh .db-section__card {
	box-shadow: 0px 6px 5px rgba(100, 80, 40, 0.04);
}

.db-section__card-content {
	gap: clamp(10px, -16.6666666667px + 8.3333333333vw, 20px);
	min-height: clamp(150px, -169.6px + 94vw, 197px);
	padding: clamp(10px, -43.3333333333px + 16.6666666667vw, 30px) clamp(10px, -16.6666666667px + 8.3333333333vw, 20px);
}

.db-section__card-content.db-section__card-content--long-text {
	gap: clamp(5px, -8.3333333333px + 4.1666666667vw, 10px);
	padding: clamp(10px, -3.3333333333px + 4.1666666667vw, 15px) clamp(10px, -16.6666666667px + 8.3333333333vw, 20px);
}

.db-section__card-content.db-section__card-content--sp-long-text {
	gap: clamp(5px, -8.3333333333px + 4.1666666667vw, 10px);
	padding: clamp(10px, -3.3333333333px + 4.1666666667vw, 15px) clamp(10px, -16.6666666667px + 8.3333333333vw, 20px);
}

.db-section__card-content-title-number {
	font-size: clamp(24px, -10.6666666667px + 10.8333333333vw, 37px);
}

.db-section__card-content-text {
	font-size: clamp(9px, -11.4px + 6vw, 12px);
}

.youtube-section {
	padding-bottom: clamp(140px, 130.8961593172px + 2.8449502134vw, 160px);
	padding-top: clamp(140px, 130.8961593172px + 2.8449502134vw, 160px);
}

.youtube-thumbnail::before {
	width: clamp(50px, 36.3442389758px + 4.2674253201vw, 80px);
}

.youtube-modal__close {
	font-size: 26px;
	right: 0;
	top: -40px;
}

}

@media (max-width: 767px) {

.center-column__mv-img-wrap--bottom .center-column__mv-img {
	top: calc(var(--mv-catch-height) / 2 - 25px);
}

.center-column__mv-catch {
	top: calc(50% - 25px);
}

.db-section__header-logo.--mh {
	max-width: 100px;
}

.youtube-modal__content {
	width: 95%;
}

}

@media (max-width: 640px) {

.center-column__mv-catch {
	gap: 40px;
	padding: 40px;
}

.center-column__mv-catch.--mh .center-column__mv-catch-logo {
	max-width: 250px;
	width: 250px;
}

.center-column__mv-catch-logo {
	max-width: 180px;
	width: 180px;
}

.center-column__mv-catch-title-sp-img {
	max-width: 480px;
}

.db-section {
	margin-top: 200px;
}

.db-section__sticky-content:not(:first-child) {
	margin-top: 240px;
}

.db-section__header {
	gap: 20px;
	padding: 60px 0 80px 0;
}

.db-section.--mh .db-section__header {
	gap: 20px;
	padding: 50px 0;
}

.db-section__header-logo {
	max-width: 140px;
}

.db-section__header-logo.--mh {
	max-width: 160px;
}

.db-section__header-text {
	font-size: 24px;
}

.db-section__header-title-sp--dinosaur {
	max-width: 300px;
}

.db-section__header-title-sp--racing {
	max-width: 300px;
}

.db-section__header-title-sp--characters {
	max-width: 300px;
}

.db-section__header-title-sp--basic {
	max-width: 300px;
}

.db-section__header-title-sp--putchy-usako,
.db-section__header-title-sp--classic-bear,
.db-section__header-title-sp--silhouette-bear {
	height: 47px;
	max-width: 350px;
}

.db-section__header-title-sp--logo {
	height: 47px;
	max-width: 100px;
}

.db-section__card-content {
	gap: 20px;
	min-height: 320px;
	padding: 30px 30px;
}

.db-section__card-content.db-section__card-content--sp-long-text {
	gap: 20px;
	padding: 30px 30px;
}

.db-section__card-content-title {
	gap: 10px;
}

.db-section__card-content-title-number {
	font-size: 50px;
}

.db-section__card-content-title-text {
	font-size: 18px;
	line-height: 1.5;
}

.db-section__card-content-text {
	font-size: 20px;
}

.youtube-section {
	padding-bottom: 250px;
	padding-top: 250px;
}

.nav-menu-mobile {
	padding: 220px 60px;
}

.nav-menu-mobile__inner {
	gap: 130px;
}

.nav-menu-mobile__title {
	font-size: 65px;
}

.nav-menu-mobile__list {
	gap: 70px;
}

.nav-menu-mobile__link {
	gap: 10px;
}

.nav-menu-mobile__link-text {
	font-size: 34px;
}

.nav-menu-mobile__link-icon {
	font-size: 37px;
}

.to-top__link {
	max-width: 430px;
	padding: 20px 20px;
}

.to-top__link-text::before {
	height: 20px;
	left: -25px;
	top: calc(50% - 4px);
	width: 20px;
}

.to-top__link-text {
	font-size: 20px;
}

}

@media (max-width: 640px) and (max-height: 1270px) {

.db-section__header {
	gap: 10px;
	padding: 40px 0 40px 0;
}

}

@media (max-width: 640px) and (max-height: 1170px) {

.db-section.--mh .db-section__header {
	gap: 10px;
	padding: 30px 0;
}

}


@keyframes clipOpen {

from {
	-webkit-clip-path: inset(100% 0% 0% 0%);
	clip-path: inset(100% 0% 0% 0%);
}

to {
	-webkit-clip-path: inset(0% 0% 0% 0%);
	clip-path: inset(0% 0% 0% 0%);
}

}

@keyframes clipClose {

from {
	-webkit-clip-path: inset(0% 0% 0% 0%);
	clip-path: inset(0% 0% 0% 0%);
}

to {
	-webkit-clip-path: inset(0% 0% 100% 0%);
	clip-path: inset(0% 0% 100% 0%);
}

}

.footer__links-login {
    text-align: center;
    padding: 30px 0;
}

.footer__links-login svg {
    display: inline-block;
}
