@charset "utf-8";

:root {
	/* base */
	--cts-gutter: clamp(30px, -0.212rem + 8.91vw, 65px);/*375-768*/
	--cts-width: 1330px;

	/* font */
	--dp-font-jp: "Noto Sans JP", sans-serif;
	/* Noto Sans JP
	Noto Sans JP Thin 100
	Noto Sans JP Light 300
	Noto Sans JP Regular 400
	Noto Sans JP Medium 500
	Noto Sans JP Bold 600
	*/

	--cts-font: "Outfit", sans-serif;
	/* Outfit
	100 to 900
	*/

	--dp-h2-size: clamp(45px,calc(1.023rem + 3.97vw),75px);
	--dp-h3-size: clamp(15px,calc(.955rem + .73vw),22px);
	--dp-h4-size: clamp(1px,calc(.886rem + .48vw),20px);
	--dp-p-l-size: clamp(14px, 0.806rem + 0.3vw, 16px);/* 本文 Large */
	--dp-p-note-size: clamp(10px,calc(.597rem + .12vw),11px);/* 本文 Notes */
	--dp-price-s-size: clamp(16px,calc(.886rem + .48vw),20px);/* 価格 Small */
	--dp-price-tax-s-size: clamp(12px,calc(.693rem + .24vw),14px);/* 円・税 Small */

	--cts-font-size: clamp(12px, 0.636rem + 0.48vw, 16px);
	--cts-font-ls: .025em;/*letter-spacing*/

	/* color */
	--cts-color1: #FFFFFF;
	--cts-color2: #E3E3E3;
	--cts-color3: #808080;
	--cts-color4: #DBDE1B;
	--cts-color5: #CDDEFF;
	--cts-color6: #BBE0FF;
	--cts-color7: #00B4FA;
	--cts-color8: #0155B5;
	--cts-color9: #002063;
	--cts-color10: #E61E71;
	--cts-color11: #C8172F;
	--cts-color12: #DD6021;
	--cts-color13: #000000;
}

/* LP共通汎用
____________________*/
#container a, #container a span {
    color: inherit;
    text-decoration: none;
}
.pagetop {
	display: none;	
}
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #333;
	border-radius: 5px;
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}
figure {
	margin: 0;
	text-align: center;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
.c-breadcrumb--gray {
	display: flex;
	align-items: center;
}
.bnr_link_win11_wrap {
    margin: 0 auto;
}
.bnr_link_win11 img {
    transition: opacity 0.3s;
    width: 300px;
}
.bnr_link_win11 img:hover {
	opacity: 0.75;
}
@media screen and (min-width: 768px), print and (min-width: 768px) {
	.c-breadcrumb__list.u-pc-width,
	.bnr_link_win11_wrap.u-pc-width {
		padding-inline: 30px;
	}
	.bnr_link_win11_wrap.u-pc-width {
		width: auto;
	}
}
@media screen and (max-width: 1000px) {
	.c-breadcrumb--gray {
		display: inherit;
	}
	.bnr_link_win11_wrap {
		width: 100%;
		margin: 10px auto 0;
		padding-block-end: 10px;
	}
	.bnr_link_win11 {
		width: 100%;
		margin-top: 0;
		text-align: center;
	}
}
.contents__wrap {
	width: 100%;
	margin-inline: auto;
	/* background: var(--cts-bg); */
	font-size: var(--cts-font-size);
	font-family: var(--dp-font-jp);
	color: #fff;
	overflow: hidden;
}
.contents__wrap img {
	max-width: 100%;
	vertical-align: bottom;
}
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
.flash:hover {
	animation-name: hover-flash;
	animation-duration: 1s;
	opacity: .85;
}
@keyframes hover-flash {
	0% {
		opacity: .3;
	}
	100% {
		opacity: .85;
	}
}
.contents__inner {
	width: 100%;
	max-width: var(--cts-width);
	margin-inline: auto;
	padding-inline: var(--cts-gutter);
	box-sizing: border-box;
	position: relative;
}
.contents__inner .area_nav {
	color: var(--cts-color);
	font-family: var(--cts-font);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 4px;
	display: flex;
	align-items: center;
	gap: 30px;
	position: absolute;
	left: -60px;
	top: 190px;
	writing-mode: vertical-rl;
	z-index: 5;
}
.contents__inner .area_nav::after {
	content: "";
	width: 2px;
	height: 50px;
	background: var(--cts-color);
	position: relative;;
}


/* コンテンツ
____________________*/
::selection {
	background-color: var(--cts-color10);
  }
.contents__wrap {
	padding-block-end: 0;
}
.contents__wrap .link__inner {
	font-size: clamp(14px, 0.852rem + 0.36vw, 17px);
	font-weight: 700;
	color: var(--cts-color3);
	background: var(--dp-color2);
	border-radius: 50px;
	padding-block:0;
    padding-inline: 0;
	margin-top: 20px;
	max-width: 255px;
}
.link__inner::before {
	background: var(--cts-color2);
}
.link__inner::after {
	border-color: var(--cts-color3);
}
.contents__wrap .link__inner span {
	position: relative;
	padding-block: clamp(5px,0.236rem + 1.38vw,14px);
    padding-inline: clamp(25px,0.737rem + 2vw,40px);
	width: 100%;
	height: 100%;
}
.contents__wrap .contents {
	position: relative;
}
.ttl_set {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 25px;
}
.ttl_icon {
	width: 69px;
	flex: none;
}
.bbl-ttl {
	font-family: var(--cts-font);
	font-size: clamp(54px, 1.852rem + 4.36vw, 85px);
	font-weight: 600;
	color: var(--cts-color4);
}
.bbl-subttl {
	font-size: clamp(18px, -0.145rem + 3.61vw, 20px);
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.4;
}
.blue-1 {
	color: var(--cts-color5);
}
.yellow-1 {
	color: var(--cts-color4);
}
.under-line {
	text-decoration: underline;
}
.normal_btn {
	color: var(--cts-color1);
	font-size: clamp(14px, -0.145rem + 1.61vw, 15px);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
	width: 100%;
	max-width: 270px;
	height: 60px;
	border-radius: 9999px;
	background: var(--cts-color9);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px auto 0;
	position: relative;
	transition: all .3s;
	border: 1px solid var(--cts-color9);
}
.normal_btn.type2 {
	background: var(--cts-color10);
	border-color: var(--cts-color10);
}
.normal_btn.type3 {
	background: none;
	border-color: var(--cts-color1);
}
.normal_btn.type4 {
	background: none;
	border-color: var(--cts-color7);
}
.normal_btn.type5 {
	background: none;
	border-color: var(--cts-color12);
}
.normal_btn.none {
	background: var(--cts-color3);
	border-color: #00B4FA;
	pointer-events: none;
}
.normal_btn .dli-caret-circle-fill-right {
	position: absolute;
	right: 15px;
}
.normal_btn:hover {
	color: var(--cts-color9);
	background: var(--cts-color1);
	border: 1px solid var(--cts-color9);
}
.normal_btn:hover .dli-caret-circle-fill-right {
	opacity: 0;
	transition: all .3s;
	animation: zoom-t .3s;
}
.normal_btn.type2:hover {
	color: var(--cts-color10);
	border-color: var(--cts-color10);
}
.normal_btn.type3:hover {
	color: var(--cts-color8);
	border-color: var(--cts-color1);
}
.normal_btn.type4:hover {
	color: var(--cts-color7);
	border-color: var(--cts-color7);
}
.normal_btn.type5:hover {
	color: var(--cts-color12);
	border-color: var(--cts-color12);
}
@keyframes zoom-t {
	50% {
		transform: scale(1.15);
	}
}
.dli-caret-circle-fill-right {
	display: inline-block;
	vertical-align: middle;
	color: var(--cts-color1);
	line-height: 1;
	position: relative;
	width: 30px;
	height: 30px;
	border: 0.14em solid currentColor;
	background: currentColor;
	border-radius: 50%;
	box-sizing: content-box;
}
.normal_btn.type5 .dli-caret-circle-fill-right {
	background: var(--cts-color12);
	border-color: var(--cts-color12);
}
.dli-caret-circle-fill-right::before {
	content: '';
	color: var(--cts-color9);
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 5px 10px;
	border-left-color: currentColor;
	border-right: 0;
	transform: translateX(15%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.type2 .dli-caret-circle-fill-right::before {
	color: var(--cts-color10);
}
.type3 .dli-caret-circle-fill-right::before {
	color: var(--cts-color8);
}
.type4 .dli-caret-circle-fill-right::before {
	color: var(--cts-color8);
}
.type5 .dli-caret-circle-fill-right::before {
	color: var(--cts-color8);
} 
/* sub_nav
____________________*/
.sub_nav_wrap {
	display: none;
	background: none;
}
.sub_nav_wrap.fixed {
	position: fixed;
	top: 0;
	padding: 0;
	width: 100%;
	z-index: 999;
}
.sub_nav__inner {
	padding: 0;
}
.submenu__list {
	display: flex;
	justify-content: center;
	gap: 21px;
	padding: 18px 0;
}
.submenu__list .menu__item a {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 284px;
    bottom: 0;
    padding: clamp(18px, 0.926rem + 0.85vw, 23px) 1em;
    color: var(--cts-color9);
    background: var(--cts-color1);
    border-radius: 50px;
    font-size: clamp(12px, 0.652rem + 0.36vw, 14px);
    font-weight: 900;
    letter-spacing: .08em;
    transition: all .3s;
    text-align: center;
	text-decoration: none;
}
.submenu__list .menu__item.current a {
	color: var(--cts-color9);
	background: var(--cts-color4);
}
.submenu__list .menu__item a::before, .submenu__list .menu__item a::after {
    content: "";
    position: absolute;
}
.submenu__list .menu__item a::before {
	width: 28px;
    height: 28px;
    bottom: -15px;
    border-radius: 50%;
    background: var(--cts-color10);
}
.submenu__list .menu__item a::after {
    width: 7px;
    height: 7px;
    bottom: -7px;
    left: 50%;
    border-top: 2px solid var(--cts-color1);
    border-right: 2px solid var(--cts-color1);
    transform: translate(-50%, -50%) rotate(135deg);
}
.submenu__list .menu__item a:hover {
    bottom: -7px;
    box-shadow: 0 0 0 var(--cts-color3);
}
.submenu-btn {
	display: none;
}
/* スライダー */
.slider {
	width: 100%;
	overflow: hidden; /* スライド外の要素を隠す */
	position: relative;
}
.slider.section-slide {
	width: 100%;
	position: absolute;
	top: 120px;
	left: 0;
}
.slider.present-slide {
	margin: 60px 0;
}
.slider-track-left {
	display: flex;
	justify-content: center;
	width: calc(200%); /* スライド全体の幅を2倍に設定 */
	animation: slide-left 80s linear infinite; /* ここでスピード調整 (10s -> 速度調整) */
}
.slider-track-right {
	display: flex;
	justify-content: center;
	width: calc(200%); /* スライド全体の幅を2倍に設定 */
	animation: slide-right 80s linear infinite; /* ここでスピード調整 (10s -> 速度調整) */
}
.contents--about .slider.section-slide {
	position: relative;
	top: 0;
}
.contents--about .slider.section-slide.second {
	margin-top: 100px;
}
.contents--about .slider.section-slide .slide {
	position: relative;
	flex: 0 0 27.5%; /* 各スライドの幅を20%に調整（5枚で100%） */
	margin: 0;
	padding: 0;
	line-height: 0;
}
.contents--campaign .slider.section-slide .slide {
	flex: 0 0 43.2%; /* 各スライドの幅を20%に調整（5枚で100%） */
	margin: 0;
	padding: 0;
	line-height: 0;
}
.contents--movie .slider.section-slide .slide {
	flex: 0 0 23.4%; /* 各スライドの幅を20%に調整（5枚で100%） */
	margin: 0;
	padding: 0;
	line-height: 0;
}
.slider.present-slide .slide {
	flex: 0 0 0 5.08%; /* 各スライドの幅を20%に調整（5枚で100%） */
	margin: 0;
	padding: 0;
	line-height: 0;
}
.slide img {
	display: block; /* インラインスペースを削除 */
	width: 100%; /* スライド内で画像をぴったり配置 */
	height: auto;
	border: none;
}
/* 左にスライドするアニメーション */
@keyframes slide-left {
from {
	transform: translateX(0);
}
to {
	transform: translateX(-100%);
}
}
/* 右にスライドするアニメーション */
@keyframes slide-right {
from {
	transform: translateX(-50%);
}
to {
	transform: translateX(0);
}
}
/* mv
____________________*/
.contents--mv {
	width: 100%;
	padding: 0;
	position: relative;
	border-bottom: 3px solid var(--cts-color1);
}
.contents--mv img {
	width: 100%;
	padding: 0;
	position: relative;
	vertical-align: bottom;
}
/* about
____________________*/
.contents--about {
	padding-top: 120px;
	padding-bottom: 180px;
	background: var(--cts-color9) url(../../gamepc/img/and-galleria-winter-camp-2024/bg_otoku.webp) repeat center top/contain;
	position: relative;
}
.contents--about::after {
	content: "";
	width: 912px;
	height: 177px;
	background: url(../../gamepc/img/and-galleria-winter-camp-2024/bg_snow_right.webp) no-repeat right bottom/contain;
	position: absolute;
	bottom: 0;
	right: -4px;
	z-index: +1;
}
.about {
	position: relative;
	z-index: 1;
	margin-top: 140px;
}
.about::after {
	content: "";
	background: url(../../gamepc/img/and-galleria-winter-camp-2024/otoku_big.webp) no-repeat center center/cover;
	width: 30.4vw;
	height: 30.4vw;
	position: absolute;
	top: 0;
	right: -7vw;
	z-index: -1;
}
.about.otoku-none::after {
	content: none;
}
.about_block {
	width: 100%;
	max-width: 730px;
}
.cp_ttl {
	width: 100%;
	max-width: 477px;
}
.about_txt {
	font-size: clamp(22px, -0.145rem + 3.61vw, 35px);
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.7;
	margin: 70px 0 0;
}
.about_txt_2 {
	font-size: clamp(20px, -0.145rem + 3.61vw, 30px);
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.7;
	margin: 50px 0 0;
}
.about_txt_3 {
	font-size: clamp(20px, -0.145rem + 3.61vw, 35px);
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.7;
	margin: 30px 0 0;
}
.about_note {
	font-size: clamp(13px, -0.145rem + 2.61vw, 18px);
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.7;
	margin: 10px 0 0;
}
.date {
	width: 100%;
	max-width: 420px;
	margin: 35px 0 0;
}
.otoku-bnr {
	width: 100%;
	margin: 60px 0 0;
}
.about .bbl-ttl_wrap {
	margin: 70px 0 0;
}
.about .bbl-ttl {
	color: var(--cts-color1);
	font-family: var(--dp-font-jp);
	font-size: clamp(26px, -0.145rem + 3.61vw, 37px);
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.4;
}
.postage-bnr_wrap {
	width: 100%;
	max-width: 1000px;
	margin: 40px auto 0;
}
.model_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
	margin: 45px auto 0;
}
.model_item {
	width: 100%;
	max-width: 380px;
	color: var(--cts-color9);
	padding: 39px 29px;
	background: var(--cts-color1);
	border-radius: 10px;
	box-sizing: border-box;
}
.model_image_block {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}
.model_image_block .model_image {
	width: 234px;
	margin-left: 30px;
	position: relative;
	z-index: 2;
}
.model_image_block .otoku_icon {
	width: 115px;
	height: 116px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.model_name {
	font-size: clamp(17px, -0.145rem + 3.61vw, 22px);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
	margin-top: 10px;
}
.model_spec {
	font-size: clamp(13px, -0.145rem + 3.61vw, 16px);
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 15px;
}
.model_price {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 10px;
}
.model_price .tax {
	font-size: 18px;
}
/* campaign
____________________*/
.contents--campaign {
	padding-top: 170px;
	padding-bottom: 180px;
	background: var(--cts-color8) url(../../gamepc/img/and-galleria-winter-camp-2024/bg_otoku.webp) repeat center top/contain;
	position: relative;
}
.contents--campaign::after {
	content: "";
	width: 912px;
	height: 177px;
	background: url(../../gamepc/img/and-galleria-winter-camp-2024/bg_snow_left.webp) no-repeat right bottom/contain;
	position: absolute;
	bottom: 0;
	left: -4px;
	z-index: +1;
}
.cp-nav-wrap {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
	margin: 95px 0 0;
}
.cp-nav_1,.cp-nav_2 {
	padding: 9px 20px;
	border: 1px solid var(--cts-color4);
	border-radius: 9999px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cp-nav_1 {
	color: var(--cts-color8);
	background: var(--cts-color4);
}
.cp-nav_2 {
	border-color: var(--cts-color1);
}
.nav-inner {
	font-size: clamp(15px, -0.145rem + 1.61vw, 20px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-indent: 1em;
	margin-left: -1em;
}
.cp-bnr {
	width: 100%;
	margin: 30px 0 0;
	display: block;
}
.cp-detail-wrap {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 50px;
	margin: 50px auto 0;
}
.cp-detail-left {
	width: calc(100% - 430px);
}
.cp-detail-txt {
	font-size: clamp(18px, -0.145rem + 2.61vw, 24px);
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.8;
}
.cp-detail-right {
	width: 380px;
	flex: none;
}
.cp-detail-right .normal_btn {
	max-width: inherit;
}
.cp-detail-wrap .normal_btn {
	font-size: clamp(14px, -0.145rem + 1.61vw, 17px);
	height: 80px;
}
.cp-detail-wrap .normal_btn:first-of-type {
	margin-top: 0;
}
.cp-detail-wrap .dli-caret-circle-fill-right {
	width: 39px;
	height: 39px;
}
.cp-detail-wrap .dli-caret-circle-fill-right::before {
	border-width: 7px 12px;
}
/* swiper */
.campaign .swiper-container {
	width: 100%;
	margin: 50px auto 0;
	position: relative;
	overflow: visible;
}
.campaign .swiper-container .swiper-wrapper {
	padding: 0;
}
.campaign .swiper-container .swiper-wrapper .swiper-slide {
	width: 380px;
	background: var(--cts-color13);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.campaign .swiper-button-next, .campaign .swiper-button-prev {
	width: 35px;
	height: 35px;
	box-sizing: border-box;
	background: var(--cts-color6);
	border-radius: 50%;
}
.campaign .swiper-button-next.color-b, .campaign .swiper-button-prev.color-b {
	background: var(--cts-color1);
	box-shadow: 0px 0px 10px 2px rgba(1, 85, 181, 0.7);
}
.campaign .swiper-button-next:after, .campaign .swiper-button-prev:after {
	content: "";
	display: block;
    height: calc(13px / 2* tan(60deg));
    width: 13px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	background: var(--cts-color8);
}
.campaign .swiper-button-prev:after {
	transform: rotate(-90deg);
}
.campaign .swiper-button-next:after {
	transform: rotate(90deg);
}
.campaign .swiper-button-prev, .campaign .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -100px);
    right: auto;
}
.campaign .swiper-button-next, .campaign .swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, -40px);
    left: auto;
}
.campaign .swiper-button-next.swiper-button-disabled, .campaign .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}
.other_cp_list {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 30px;
	margin: 50px auto 0;
}
.other_cp_list_item {
	width: 100%;
	max-width: 380px;
}
.cp_category_anchor_list {
	display: flex;
	justify-content: center;
	align-items: center;
	display: flex;
	gap: 30px;
	margin: 70px auto 0;
}
.cp_category_acnhor_item {
	width: 100%;
	max-width: 380px;
}
.cp_category_acnhor_item a {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: 0;
    padding: clamp(18px, 0.926rem + 0.85vw, 23px) 1em;
    color: var(--cts-color1);
	font-size: clamp(15px, -0.145rem + 1.61vw, 17px);
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	text-align: center;
	border: 3px solid var(--cts-color1);
	border-radius: 9999px;
    transition: all .3s;
    text-align: center;
}
.cp_category_acnhor_item a:hover {
    bottom: -10px;
}
.cp_category_acnhor_item a::before,
.cp_category_acnhor_item a::after {
	content: "";
	position: absolute;
}
.cp_category_acnhor_item a::before {
    width: 24px;
    height: 24px;
    bottom: -15px;
    border-radius: 50%;
    background: var(--cts-color4);
}
.cp_category_acnhor_item a::after {
    width: 7px;
    height: 7px;
    bottom: -9px;
    left: 50%;
    border-top: 2px solid var(--cts-color8);
    border-right: 2px solid var(--cts-color8);
    transform: translate(-50%, -50%) rotate(135deg);
}
.cp_category_ttl_wrap {
	font-family: var(--cts-font);
	font-weight: 700;
	padding: 65px 0 0;
	position: relative;
}
.category_anchor {
	position: absolute;
    top: -100px;
    height: 1px;
    display: block;
}
.cp_category_ttl {
	font-size: clamp(44px, 1.852rem + 4.36vw, 65px);
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
}
.cp_category_subttl {
	font-family: var(--dp-font-jp);
	font-size: clamp(16px, -0.145rem + 1.61vw, 20px);
	font-weight: 500;
	letter-spacing: 0.08em;
	text-align: center;
	margin-top: 10px;
}
.cp_list_wrap {
	display: flex;
	justify-content: center;
	gap: 60px;
	margin-top: 50px;
}
.cp_list_wrap.re {
	flex-direction: row-reverse;
}
.cp_list_btn_block {
	width: 348px;
	flex: none;
}
.js-fixed-area {
	position: relative;
}
.js-fixed-elm {
	position: absolute;
	top: 0;
}
.js-fixed-elm.is-fixed {
	position: fixed;
	top: 140px;
}
.cp_list_btn_block .normal_btn {
	width: 348px;
	height: 72px;
	max-width: inherit;
	position: relative;
}
.cp_list_btn_block .normal_btn:first-of-type {
	margin-top: 0;
}
.cp_list_btn_block .normal_btn .normal_btn_icon {
	width: 52px;
	height: 52px;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translate(-5%,-50%);
}
.cp_list_content_block {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.cp_list_content_item {
	background: var(--cts-color1);
	border-radius: 10px;
	padding: 40px;
	box-sizing: border-box;
	position: relative;
}
.cp_list_content_item.ryzen {
	background: rgb(207,28,36);
	background: linear-gradient(0deg, rgba(207,28,36,1) 0%, rgba(221,97,33,1) 100%);
}
.cp_list_content_item:nth-of-type(n+2)::before {
	content: "";
	background: var(--cts-color7);
	width: 100%;
	height: 1px;
	position: absolute;
	top: -20px;
	left: 0;
}
.cp_list_content_item .anchor-link {
	position: absolute;
	top: -120px;
	height: 1px;
	display: block;
}
.cp_list_content_item .cp-nav-wrap {
	margin: 0;
	justify-content: space-between;
}
.cp_list_content_item .nav-inner {
	font-size: 13px;
}
.cp_list_content_item .cp-nav_1, .cp_list_content_item .cp-nav_2 {
	padding: 5px 15px;
}
.cp_list_content_item .cp-nav_1 {
	color: var(--cts-color1);
	background: var(--cts-color8);
	border: none;
}
.cp_list_content_item.ryzen .cp-nav_1 {
	color: var(--cts-color1);
	background: none;
	border: 1px solid var(--cts-color1);
}
.cp_list_content_item.ryzen .cp-nav_2 {
	color: var(--cts-color12);
	background: var(--cts-color1);
	border: 1px solid var(--cts-color1);
}
.cp_list_content_item .cp-nav_2 {
	color: var(--cts-color8);
	border-color: var(--cts-color7);
}
.cp_list_content_item .cp-nav_2 .nav-inner {
	font-size: 16px;
}
.cp_list_content_item .cp-bnr {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: 0 auto;
}
.cp_list_content_item .cp-nav-wrap + .cp-bnr {
	margin: 20px auto 0;
}
.cp_list_content_item .cp_list_content_item {
	gap: 30px;
    margin: 25px auto 0;
}
.cp_list_content_item .cp-detail-wrap {
	margin: 25px 0 0;
	gap:40px ;
}
.cp_list_content_item .cp-detail-left {
	width: calc(100% - 278px);
}
.cp_list_content_item .cp-detail-right {
	width: 278px;
}
.cp_list_content_item .cp-detail-txt {
	color: var(--cts-color13);
	font-size: clamp(16px, -0.145rem + 1.61vw, 17px);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7;
}
.cp_list_content_item.ryzen .cp-detail-txt {
	color: var(--cts-color1);
}
.cp_list_content_item .cp-detail-wrap .normal_btn {
	height: 60px;
}
.cp_list_content_item.ryzen .cp-detail-wrap .normal_btn {
	color: var(--cts-color12);
	background: var(--cts-color1);
	border-color: var(--cts-color12);
}
.cp_list_content_item.ryzen .cp-detail-wrap .normal_btn:hover {
	color: var(--cts-color1);
	background: var(--cts-color12);
	border-color: var(--cts-color1);
}
.cp_list_content_item .cp-detail-wrap .dli-caret-circle-fill-right {
	width: 28px;
	height: 28px;
}
.cp_list_content_item.ryzen .cp-detail-wrap .dli-caret-circle-fill-right {
	background: var(--cts-color12);
}
.cp_list_content_item .cp-detail-wrap .dli-caret-circle-fill-right::before {
	border-width: 5px 10px;
}
.cp_list_content_item.ryzen .cp-detail-wrap .dli-caret-circle-fill-right::before {
	color: var(--cts-color1);
}
.recommend-wrap {
	border-top: 1px solid var(--cts-color2);
	padding-top: 20px;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	gap: 15px;
}
.recommend-left {
	color: #000000;
	width: calc(100% - 270px);
}
.recommend-nav {
	color: var(--cts-color4);
	background: var(--cts-color9);
	display: inline-block;
	border-radius: 9999px;
	padding: 6px 10px;
}
.recommend-nav .nav-inner {
	font-size: 13px;
	text-indent: inherit;
	margin-left: 0;
}
.cp_list_content_item .model_name {
	font-size: clamp(17px, -0.145rem + 1.61vw, 21px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: left;
}
.model_inner_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 10px;
}
.model_inner_flex_right {
    min-width: 190px;
}
.cp_list_content_item .model_spec {
	font-size: clamp(13px, -0.145rem + 3.61vw, 14px);
	text-align: left;
	align-items: flex-start;
	margin: 0;
}
.cp_list_content_item .model_price {
	font-size: 23px;
}
.cp_list_content_item .model_price .tax {
	font-size: 18px;
}
.recommend-right {
	width: 270px;
	flex: none;
	margin-inline: auto;
}
.cp_list_content_item .model_image_block .otoku_icon {
	width: 115px;
	height: 115px;
}
.cp_list_content_item .model_image_block .model_image {
	margin-left: 65px;
	width: 240px;
}
/* movie
____________________*/
.contents--movie {
	padding-top: 150px;
	padding-bottom: 180px;
	background: var(--cts-color4) url(../../gamepc/img/and-galleria-winter-camp-2024/bg_otoku.webp) repeat center top/contain;
	position: relative;
}
.contents--movie::after {
	content: "";
	width: 912px;
	height: 177px;
	background: url(../../gamepc/img/and-galleria-winter-camp-2024/bg_snow_right.webp) no-repeat right bottom/contain;
	position: absolute;
	bottom: 0;
	right: -4px;
	z-index: +1;
}
.movie .bbl-ttl {
	color: var(--cts-color9);
}
.movie .bbl-subttl {
	color: var(--cts-color9);
}
.movie_list {
	margin: 100px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px 60px;
}
.movie_list-item {
	width: 100%;
	max-width: 570px;
}
.movie_list-item .movie-wrap {
	aspect-ratio: 16 / 9;
}
.movie_list-item iframe {
	width: 100%;
	height: 100%;
}
.movie-date {
	color: var(--cts-color3);
	font-size: 14px;
	font-weight: 500;
	margin-top: 15px;
}
.movie-name {
	color: var(--cts-color9);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 5px;
}
/* top-anchor
____________________*/
.contents--top-anchor {
	position: fixed !important;
	padding: 0;
	bottom: max(2.5vw,30px);
	right: max(2.5vw,30px);
	z-index: 10;
	transition: all .3s;
}
.contents--top-anchor.is-active-anc {
	opacity: 1;
	visibility: visible;
}
.top-anchor {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(65px, 1.978rem + 5.56vw, 126px);
    height: clamp(65px, 1.978rem + 5.56vw, 126px);
    top: 0;
    background: var(--cts-color4);
    border-radius: 50%;
	box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0.7);
    transition: all .3s;
}
.dli-chevron-up {
    display: inline-block;
    vertical-align: middle;
    color: var(--cts-color9);
    line-height: 1;
    width: 1.5em;
    height: 1.5em;
    border: 0.2em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(25%) rotate(-45deg);
}
.top-anchor:hover {
	top: -10px;
}
/* CP終息
____________________*/
.cp_end_wrap {
	position: relative;
}
.cp_end_wrap::before {
	content: "本キャンペーンは終了しました";
	color: var(--cts-color1);
	font-family: var(--dp-font-jp);
    font-size: 37px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: +2;
}
.cp_end_wrap::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: +1;
	transform: translate(-50%,-50%);
	width: calc(100% + 50px);
	height: calc(100% + 50px);
	background: rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {/*375-768*/
/* コンテンツ
____________________*/
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.ttl_set {
	flex-direction: column;
	gap: 15px;
}
.bbl-subttl {
	line-height: 1.8;
	text-align: center;
}
.normal_btn {
	height: 50px;
	margin-top: 10px;
}
.dli-caret-circle-fill-right {
	width: 25px;
	height: 25px;
}
.dli-caret-circle-fill-right::before {
	border-width: 4px 7px;
}
/* sub_nav
____________________*/
.sub_nav_wrap {
	/* background: var(--cts-color1); */
}
.sub_nav__inner {
	position: relative;
	z-index: 10;
	height: 50px;
}
.sub_nav__inner::after {
	content: '';
    position: absolute;
	z-index: -1;
	top: 35px;
	left: 50%;
    transform: translate(-50%,-50%);
	width: 120px;
	height: 64px;
}
.header__menu {
	position: absolute;
	z-index: 5;
	top: 48px;
	width: 100%;
	height: calc(100vh - 50px);
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s ease;
}
.sub_nav__inner.active .header__menu {
	opacity: 1;
	visibility: visible;
	background: var(--cts-color9);
}
.submenu__list {
	flex-direction: column;
	gap: 20px;
	border-top: 1px solid #fff;
	padding-top: 21px;
	padding-inline:var(--cts-gutter) ;
}
.submenu__list .menu__item a {
	color: var(--dp-color2);
	background: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #fff;
	border-radius: 9999px;
	width: 100%;
	min-height: 53px;
	padding: inherit;
	position: relative;
}
.submenu__list .menu__item a::before {
	content: none;
}
.submenu__list .menu__item a::after {
	content: "";
    position: absolute;
    top: calc(50% - 10px);
    right: 20px;
	left: inherit;
    width: 10px;
    height: 10px;
    border-right: 2px solid;
    border-top: 2px solid;
    border-color: #fff;
	transform: rotate(135deg);
    z-index: 10;
}
.submenu__list .menu__item.current a::after {
	border-color: var(--cts-color9);
}
.submenu-btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 5px;
	cursor: pointer;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.7);
}
.active .submenu-btn {
	background: var(--cts-color9);
}
.submenu-btn span:nth-child(-n+3) {
	position: absolute;
	display: block;
	width: 33px;
	height: 2px;
	background: var(--cts-color9);
}
.submenu-btn span:nth-child(1) {
	top: 10px;
	transition: all .2s ease;
}
.sub_nav__inner.active .submenu-btn span:nth-child(1) {
	background: var(--cts-color1);
	top: 20px;
	transform: rotate(30deg);
}
.submenu-btn span:nth-child(2) {
	top: 18px;
	transition: opacity .2s ease;
}
.sub_nav__inner.active .submenu-btn span:nth-child(2) {
	opacity: 0;
}
.submenu-btn span:nth-child(3) {
	top: 26px;
	transition: all .2s ease;
}
.sub_nav__inner.active .submenu-btn span:nth-child(3) {
	background: var(--cts-color1);
	top: 20px;
	transform: rotate(-30deg);
}
.submenu-btn span:nth-child(4) {
	font-size: 10px;
	color: #fff;
	display: block;
	margin: 25px 0 0;
}
.submenu-btn span:nth-child(4):after {
	color: var(--cts-color9);
	content: "MENU";
	font-size: 11px;
	letter-spacing: 1.5px;
}
.sub_nav__inner.active .submenu-btn span:nth-child(4):after {
	content: "CLOSE";
	color: var(--cts-color1);
	letter-spacing: normal;
}
/* slide */
.slider.section-slide {
	top: 65px;
}
.contents--about .slider.section-slide.second {
	margin-top: 50px;
}
.contents--about .slider.section-slide .slide {
    flex: 0 0 92%;
}
.contents--campaign .slider.section-slide .slide {
    flex: 0 0 110%;
}
.contents--movie .slider.section-slide .slide {
	flex: 0 0 66.9%;
}
.slider.present-slide {
	margin: 25px 0;
}
.slider.present-slide .slide {
	flex: 0 0 15%;
}
.slider-track-left {
	animation: slide-left 30s linear infinite;
}
.slider-track-right {
	animation: slide-right 30s linear infinite;
}
/* mv
____________________*/
.contents--mv {
	border-bottom: 2px solid var(--cts-color1);
}
/* about
____________________*/
.contents--about {
	padding-top: 60px;
	padding-bottom: 100px;
	position: relative;
	background: var(--cts-color9);
}
.contents--about::after {
	width: 100%;
	height: 80px;
	right: 0;
}
.about {
	margin-top: 60px;
}
.about::after {
	content: none;
}
.about_txt {
	margin: 20px 0 0;
}
.about_txt_3 {
	margin: 20px 0 0;
}  
.date {
	margin: 15px 0 0;
}
.otoku-bnr {
	max-width: 464px;
	margin: 20px auto 0;
}
.about .bbl-ttl {
	line-height: 1.8;
	text-align: center;
}
.postage-bnr_wrap {
	max-width: 464px;
}
.model_wrap {
	margin: 30px auto 0;
}
.model_item {
	padding: 25px;
}
.model_image_block .otoku_icon {
	width: 97px;
	height: 98px;
}
.model_image_block .model_image {
	width: 198px;
}
/* campaign
____________________*/
.contents--campaign {
	padding-top: 70px;
    padding-bottom: 100px;
	background: var(--cts-color8);
}
.contents--campaign::after {
	width: 100%;
	height: 80px;
	left: 0;
}
.other_cp_list {
	flex-direction: column;
}
.cp_category_anchor_list {
	flex-direction: column;
}
.cp-nav_1, .cp-nav_2 {
	padding: 9px 15px;
}
.nav-inner {
	text-align: center;
	letter-spacing: 0.01em;
}
.cp-nav-wrap {
	flex-direction: column;
	margin: 30px 0 0;
}
.cp-bnr {
	max-width: 464px;
	margin: 20px auto 0;
}
.cp-detail-wrap {
	flex-direction: column;
	gap: 25px;
	margin: 25px auto 0;
}
.cp-detail-left {
	width: 100%;
}
.cp-detail-right {
	width: 100%;
}
.cp-detail-wrap .normal_btn {
	height: 60px;
}
.cp_list_wrap,
.cp_list_wrap.re {
	flex-direction: column;
	gap: 40px;
	margin-top: 25px;
}
.cp_list_btn_block {
	width: 100%;
}
.cp_list_btn_block .normal_btn {
	width: 100%;
}
.js-fixed-elm {
	position: relative;
}
.cp_list_btn_block .normal_btn .normal_btn_icon {
	width: 50px;
	height: 50px;
}
.cp_list_content_item {
	padding: 30px 15px;
}
.cp_list_content_item::before {
	content: "";
    background: var(--cts-color7);
    width: 100%;
    height: 1px;
    position: absolute;
    top: -20px;
    left: 0;
}
.cp_list_content_item .anchor-link {
	top: -100px;
}
.cp_list_content_item .cp-bnr {
	width: 100%;
	max-width: 250px;
	margin: 0 auto 0;
}
.cp_list_content_item .cp-nav-wrap {
	gap: 10px;
}
.cp_list_content_item .cp-nav-wrap + .cp-bnr {
	margin: 15px auto 0;
}
.cp_list_content_item .cp-bnr.flex2 img {
	width: 50%;
}
.cp_list_content_item .cp-detail-wrap {
	margin: 15px auto 0;
	gap: 15px;
}
.cp_list_content_item .cp-detail-left {
	width: 100%;
}
.cp_list_content_item .cp-detail-wrap .normal_btn {
	height: 55px;
}
.recommend-wrap {
	flex-direction: column-reverse;
}
.recommend-left {
	width: 100%;
}
.recommend-nav-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.model_inner_flex {
	flex-direction: column;
	align-items: center;
}
.model_inner_flex_right {
    min-width: 190px;
}
.cp_list_content_item .model_name {
	text-align: center;
}
.cp_list_content_item .model_spec {
	text-align: center;
	align-items: center;
}
/* swiper */
.campaign  .swiper-container {
	width: 100%;
	max-width: 309px;
	margin: 20px auto 0;
	box-sizing: border-box;
}
.campaign  .swiper-container .swiper-wrapper {
	gap: 0;
}
.campaign  .swiper-container .swiper-wrapper .swiper-slide {
	width: 309px;
}
.campaign  .swiper-button-prev, .campaign  .swiper-rtl .swiper-button-next, .campaign  .swiper-button-next, .campaign  .swiper-rtl .swiper-button-prev {
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	background: var(--cts-color4);
	border-radius: 50%;
}
.campaign  .swiper-button-prev, .campaign  .swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, -20px);
	right: auto;
}
.campaign  .swiper-button-next, .campaign  .swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, -20px);
	left: auto;
}
.campaign  .swiper-button-next:after, .campaign  .swiper-button-prev:after {
	font-weight: 400;
}
/* movie
____________________*/
.contents--movie {
	padding-top: 70px;
	padding-bottom: 90px;
	background: var(--cts-color4);
}
.contents--movie::after {
	width: 100%;
	height: 80px;
	right: 0;
}
.movie_list {
	margin: 30px auto 0;
	gap: 30px;
}
/* top-anchor
____________________*/
.contents--top-anchor {
	bottom: max(2.5vw,20px);
	right: max(2.5vw,20px);
}

/* CP終息
____________________*/
.cp_end_wrap::before {

}
.cp_end_wrap::after {
	width: calc(100% + 30px);
    height: calc(100% + 30px);
}
}
@media (max-width: 479px) {
	.contents--mv .pc {
		display: none;
	}
	.contents--mv .sp {
		display: block;
	}
}

/*　アニメーション
____________________*/
.fade-in { opacity: 0; transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in-center { transform: translate(0, 0); }      /* 位置変更なし */
.fade-in-top { transform: translateY(-200px); }      /* 上から */
.fade-in-bottom { transform: translateY(200px); }    /* 下から */
.fade-in-right { transform: translateX(200px); }     /* 右から */
.fade-in-left { transform: translateX(-200px); }     /* 左から */
.fade-in-zoom-in { transform: scale(0.2); }          /* ズームイン：最初は小さく表示される */
.fade-in-zoom-out { transform: scale(1.6); }         /* ズームアウト：最初は大きく表示される */
.fade-in.is-visible { opacity: 1; transform: translate(0, 0); } /* 元の位置に戻る */


/*　フッター追加要素
____________________*/
.container {
    max-width: 1130px;
    margin: 0 auto 80px;
    padding-left: 15px;
    padding-right: 15px;
}
#about-gaming-pc {
	padding-bottom: 80px;
}
#about-gaming-pc h2 {
font-size: 1.875rem;
line-height: 1.8em;
font-weight: 700;
letter-spacing: 0em;
color: #333333;
font-style: normal;
text-align: center;
padding: 40px 0;
margin-bottom: 70px;
background-color: #d8dcdc;
}
#about-gaming-pc .about-item-wrap {
display: flex;
}
#about-gaming-pc .about-item-image {
width: 46%;
}
#about-gaming-pc .about-item-image img {
width: 100%;
}
#about-gaming-pc .about-item-text {
width: 54%;
}
#about-gaming-pc .about-item-text {
margin: 0 auto;
}
#about-gaming-pc .about-item-text h3 {
font-size: 1.375rem;
font-weight: 600;
line-height: 1.7em;
letter-spacing: 0.2em;
color: #103481;
padding: 40px 0 30px 36px;
border-top: 4px solid #103481;
background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(217, 217, 217) 65%, rgb(181, 180, 180) 100%);
}
#about-gaming-pc .about-item-text p {
font-size: 1rem;
font-weight: 600;
line-height: 1.8em;
letter-spacing: 0.1em;
color: #231814;
padding: 36px 0 0 36px;
}
#about-gaming-pc .about-btn {
margin-top: 60px;
text-align: center;
}
#about-gaming-pc .about-btn a {
font-size: 1.375rem;
font-weight: 600;
line-height: 1.8em;
letter-spacing: 0.1em;
color: #103481;
display: inline-block;
padding: 14px 40px;
border: 4px solid #103481;
}
#about-gaming-pc .about-btn a:hover {
background-color: #103481;
color: #fff;
transition: 0.3s;
}
#about-gaming-pc .about-btn a::before {
content: "\f077";
display: inline-block;
font-family: "Font Awesome 5 Free";
font-weight: 600;
margin-right: 20px;
transform: rotate(90deg);
font-size: 1.375rem;
}

#about-windows11 {
padding-bottom: 60px;
border-bottom: 1px solid #cecece;
}
#about-windows11 h2 {
font-size: 1.875rem;
line-height: 1.8em;
font-weight: 700;
letter-spacing: 0em;
color: #ffffff;
font-style: normal;
text-align: center;
padding: 40px 0;
margin-bottom: 70px;
background-color: #0078d3;
}
#about-windows11 .about-item-wrap {
display: flex;
margin-bottom: 60px;
}
#about-windows11 .about-item-wrap:nth-last-of-type(1) {
margin-bottom: 0px;
}
#about-windows11 .about-item-image {
width: 46%;
}
#about-windows11 .about-item-image img {
width: 100%;
}
#about-windows11 .about-item-text {
width: 54%;
}
#about-windows11 .about-item-text {
margin: 0 auto;
}
#about-windows11 .about-item-text h3 {
font-size: 1.375rem;
font-weight: 600;
line-height: 1.7em;
letter-spacing: 0.2em;
color: #103481;
padding: 40px 0 30px 36px;
border-top: 4px solid #103481;
background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(217, 217, 217) 65%, rgb(181, 180, 180) 100%);
}
#about-windows11 .about-item-text p {
font-size: 1rem;
font-weight: 600;
line-height: 1.8em;
letter-spacing: 0.1em;
color: #231814;
padding: 36px 0 0 36px;
}

#campaign_banner {
display: none;
padding-top: 60px;
}
#campaign_banner .wrap_border {
max-width: 1100px;
border-bottom: 1px solid #cecece;
padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
.container {
	margin: 0 auto 20px;
}
#campaign_banner .wrap_border {
	padding-bottom: 40px;
}
}
#campaign_banner .campaign_banner {
max-width: 678px;
margin: 0 auto;
}
#campaign_banner h2 {
margin-bottom: 40px;
font-size: 1.875rem;
font-family: "Noto Sans JP", sans-serif;
line-height: 1em;
text-align: center;
color: #333333;
font-weight: 700;
letter-spacing: 0.02em;
}
@media screen and (max-width: 480px) {
#campaign_banner h2 {
	margin-bottom: 20px;
	font-size: 1.125rem;
}
}
#campaign_banner .campaign_banner {
transition: 0.4s;
}
@media screen and (max-width: 768px) {
#campaign_banner .campaign_banner {
	padding-top: 20px;
}
}
#campaign_banner .campaign_banner:hover {
opacity: 0.6;
}
#campaign_banner .campaign_banner img {
width: 100%;
}

#banner {
padding-top: 60px;
padding-bottom: 60px;
}
#banner .container {
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
#banner {
	padding-top: 40px;
	padding-bottom: 0px;
}
}
#banner .banner-wrap {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
@media screen and (max-width: 768px) {
#banner .banner-wrap {
	flex-direction: column;
	row-gap: 40px;
}
}
#banner .sub-banner {
width: 32%;
transition: 0.4s;
}
@media screen and (max-width: 768px) {
#banner .sub-banner {
	width: 100%;
}
}
#banner .sub-banner img {
width: 100%;
}
#banner .sub-banner img:hover {
opacity: 0.6;
transition: 0.4s;
}

#content-footer {
padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
#content-footer {
	padding-bottom: 40px;
}
}
#content-footer .footer-logo-wrap {
padding: 0 70px;
margin-bottom: 40px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
@media screen and (max-width: 768px) {
#content-footer .footer-logo-wrap {
	padding: 0;
	padding-top: 40px;
}
}
#content-footer .footer-logo-wrap .footer-logo:nth-of-type(1) {
width: 220px;
}
@media screen and (max-width: 768px) {
#content-footer .footer-logo-wrap .footer-logo:nth-of-type(1) {
	width: 143px;
}
}
#content-footer .footer-logo-wrap .footer-logo:nth-of-type(1) img {
width: 100%;
}
#content-footer .footer-logo-wrap .footer-logo:nth-of-type(2) {
width: 200px;
}
@media screen and (max-width: 768px) {
#content-footer .footer-logo-wrap .footer-logo:nth-of-type(2) {
	width: 130px;
}
}
#content-footer .footer-logo-wrap .footer-logo img {
transition: 0.4s;
}
#content-footer .footer-logo-wrap .footer-logo img:hover {
opacity: 0.6;
}
#content-footer .company-name {
text-align: center;
font-size: 1.25rem;
letter-spacing: 0em;
font-weight: 600;
color: #333333;
line-height: 1em;
margin-bottom: 40px;
font-size: 1.125rem;
}
#content-footer .copy-right {
text-align: center;
font-size: 0.8125rem;
letter-spacing: 0em;
font-weight: 400;
color: #231814;
line-height: 1em;
font-size: 0.6875rem;
}

@media screen and (max-width: 768px) {
#about-gaming-pc .about-item-wrap,
#about-windows11 .about-item-wrap {
	display: block;
}
#about-gaming-pc .about-item-image,
#about-windows11 .about-item-image {
	width: 100%;
}
#about-gaming-pc .about-item-text,
#about-windows11 .about-item-text {
	width: 100%;
}
#about-gaming-pc .about-item-text h3,
#about-windows11 .about-item-text h3 {
	font-size: 1.125rem;
	line-height: 1.8em;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #051b57;
	font-style: normal;
	padding: 16px 0 24px 20px;
}
#about-gaming-pc .about-item-text p,
#about-windows11 .about-item-text p {
	font-size: 0.875rem;
	line-height: 2em;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #333;
	font-style: normal;
	padding: 16px 0 0 0;
}
#about-gaming-pc {
	padding-bottom: 0;
}
#about-gaming-pc .about-wrap {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 5%;
	padding-right: 5%;
	display: none;
}
#about-gaming-pc h2 {
	font-size: 1.25rem;
	line-height: 1.8em;
	font-weight: 700;
	letter-spacing: 0em;
	color: #001e60;
	font-style: normal;
	text-align: center;
	font-size: 1.15rem;
	padding: 40px 20px 40px 40px;
	margin-bottom: 0;
	text-align: left;
	position: relative;
	border-bottom: 1px solid #ffffff;
	box-sizing: border-box;
}
#about-gaming-pc h2:before {
	width: auto;
	height: auto;
	background-color: transparent;
	display: block;
	content: "＋";
	position: absolute;
	top: 35%;
	/*transform: translateY(-50%);*/
	left: 10px;
	transition: 0.3s;
}
#about-gaming-pc h2.active:before {
	transform: rotateZ(45deg);
}
#about-gaming-pc .about-btn a {
	font-size: 1rem;
	line-height: 1.8em;
	font-weight: 700;
	letter-spacing: 0em;
	color: #051b57;
	font-style: normal;
	display: inline-block;
	padding: 12px 0px;
	border: 4px solid #051b57;
	width: 100%;
}
#about-gaming-pc .about-btn a::before {
	content: "\f077";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-right: 12px;
	transform: rotate(90deg);
	font-size: 1.25rem;
}
#about-windows11 {
	padding-bottom: 0px;
}
#about-windows11 .about-wrap02 {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 5%;
	padding-right: 5%;
	display: none;
}
#about-windows11 h2 {
	font-size: 1rem;
	letter-spacing: 0em;
	margin-bottom: 0;
	padding: 40px 10px 40px 35px;
	text-align: left;
	position: relative;
	border-bottom: 1px solid #ffffff;
	box-sizing: border-box;
}
#about-windows11 h2:before {
	width: auto;
	height: auto;
	background-color: transparent;
	display: block;
	content: "＋";
	position: absolute;
	top: 37%;
	left: 10px;
	color: #ffffff;
	transition: 0.3s;
}
#about-windows11 h2.active:before {
	transform: rotateZ(45deg);
}
#about-windows11 .about-item-wrap {
	margin-bottom: 40px;
}
}