@charset "utf-8";

:root {
	/* base */
	--cts-gutter: clamp(30px, -0.212rem + 8.91vw, 65px);/*375-768*/
	--cts-width: 1200px;

	/* 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: 'Saira Extra Condensed', sans-serif;

	--cts-font-02: 'Outfit', sans-serif;
	/* Outfit
	Outfit Medium 500
	Outfit bold 700
	*/

	--cts-font-03: 'raleway', sans-serif;
	/* Raleway
	Raleway Black 900
	*/

	--cts-font-04: 'Zen Kaku Gothic New', sans-serif;
	/* Zen Kaku Gothic New
	Zen Kaku Gothic New Bold 700
	*/

	--dp-h1-size: clamp(24px,calc(1.159rem + 1.45vw),36px);
	--dp-h2-size: clamp(20px,calc(1.023rem + .97vw),28px);
	--dp-h3-size: clamp(18px,calc(.955rem + .73vw),24px);
	--dp-h4-size: clamp(16px,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 */
	--dp-color: #000;
	--dp-color-price: #e43344;
	--cts-color: #DCCC80;
	--cts-bg: #000;
	--cts-bg2: #000D0C;
  --cts-color-intel: #0D8689;
  --cts-color-amd: #D83030;
}


/* 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: url(img/valorant_championstour/2025/bg.webp) repeat center top/cover fixed;
	font-size: var(--cts-font-size);
	font-family: var(--dp-font-jp);
	color: #fff;
	overflow: hidden;
  position: relative;
}
.contents__wrap img {
	max-width: 100%;
}
.line-decoration{
  position: relative;
}
.line-decoration::before{
  content: "";
  width: 35px;
  height: 100%;
  background: url(img/valorant_championstour/2025/line-decoration.webp) repeat center top/contain;
  position: absolute;
  top: 0;
  left: 20px;
  display: block;
}
.line-decoration::after{
  content: "";
  width: 35px;
  height: 100%;
  background: url(img/valorant_championstour/2025/line-decoration.webp) repeat center top/contain;
  position: absolute;
  top: 0;
  right: 20px;
  display: block;
}
.sp {
	display: none;
}
.flash:hover {
	animation-name: hover-flash;
	animation-duration: 1s;
	opacity: .85;
}
@keyframes hover-flash {
	0% {
		opacity: .3;
	}
	100% {
		opacity: .85;
	}
}
.contents__inner {
	width: 100%;
	margin-inline: auto;
	padding-inline: var(--cts-gutter);
	box-sizing: border-box;
}
.contents__wrap .link__inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-block: clamp(5px,0.236rem + 1.38vw,12px);
	padding-inline: clamp(25px,0.737rem + 2vw,40px);
	margin-top: 10px;
	min-height: 50px;
	background: var(--dp-color);
	font-size: clamp(15px, 0.545rem + 1.61vw, 18px);
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	letter-spacing: var(--cts-font-ls);
	box-sizing: border-box;
	overflow: hidden;
	z-index: 1;
	border-radius: 4px;
	width: 100%;
}
.link__inner::before {
	position: absolute;
	content: "";
	width: 150%;
	height: 100%;
	top: 0;
	left: -168%;
	background: #fff;
	transform: skewX(-18deg);
	opacity: .3;
	z-index: -1;
}
.link__inner::after {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right: 24px;
	width: 6px;
	height: 6px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	border-color: #fff;
	transform: rotate(-45deg);
}
.link--over::before {
	animation: link-over ease-out .4s both;
}
.link--out::before {
	animation: link-out ease-in .4s both;
}
@keyframes link-over {
	0% {
		left: -168%;
	}
	100% {
		left: -18%;
	}
}
@keyframes link-out {
	0% {
		left: -18%;
	}
	100% {
		left: 168%;
	}
}
.ttl-decoration--left::before{
  content: "";
  height: 100%;
  aspect-ratio: 28/230;
  display: block;
  height: 100%;
  background: url(img/valorant_championstour/2025/title-decoration.webp) no-repeat top center/contain;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-300%);
}
.ttl-decoration--right::after{
  content: "";
  height: 100%;
  aspect-ratio: 28/230;
  display: block;
  height: 100%;
  background: url(img/valorant_championstour/2025/title-decoration.webp) no-repeat top center/contain;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(300%);
}
.subttl-decoration{
  margin-bottom: 40px;
  padding: 5em 0 0 1em;
  font-size: 28px;
  font-weight: 700;
  position: relative;
}
.subttl-decoration span{
  position: relative;
}
.subttl-decoration::before{
  content: "";
  display: block;
  aspect-ratio: 434/234;
  height: 4em;
  background: url(img/valorant_championstour/2025/subtitle-decoration.webp) no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0;
}
.subttl-decoration span::before{
  content: "";
  display: block;
  width: 0.5em;
  aspect-ratio: 29/24;
  background: url(img/valorant_championstour/2025/subtitle-icon.webp) no-repeat center/cover;
  position: absolute;
  left: -1em;
  top: 0.5em;
}

/* コンテンツ
____________________*/
.contents__wrap {
	padding-block-end: 0;
}
.contents__ttl {
	font-size: 45px;
	font-family: var(--cts-font-02);
	text-align: center;
	letter-spacing: .06em;
}
.contents__ttl--about {
	font-size: 20px;
	text-align: left;
	letter-spacing: .03em;
}
.contents__ttl-inner {
	display: block;
	margin-block-start: 9px;
	font-size: 18px;
	font-family: var(--cts-font);
	letter-spacing: 0;
}
.contents__wrap .link__inner {
	font-size: clamp(16px, 0.545rem + 1.61vw, 21px);
	font-weight: 400;
	background: #1A1A1A;
	border: 1px solid var(--cts-color-intel);
	border-radius: 0;
	padding-block:0;
    padding-inline: 0;
	margin-top: 20px;
}
.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%;
  text-align: center;
}
.contents__wrap .link__inner span::after {
	content: "";
	position: absolute;
    top: calc(50% - 15px);
    right: 11px;
	width: 30px;
	height: 30px;
	background: #333333;
	border: 1px solid var(--cts-color-intel);
	border-radius: 15px;
	z-index: -2;
}

/* mv
____________________*/
.contents--mv {
	width: 100%;
	padding: 0;
	position: relative;
}
.contents--mv img {
	width: 100%;
	padding: 0;
	position: relative;
	vertical-align: bottom;
}
.contents--mv .scrolldown1 {
    position: absolute;
    bottom: 9%;
    left: 50%;
    transform: translateX(-50%);
    color: #eee;
    font-size: 15px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
	z-index: 10;
}
.contents--mv .scrolldown1::after {
    content: "";
    height: 108px;
    width: 1px;
    background: #fff;
    animation: scrollbar 2s infinite;
    position: absolute;
    bottom: -108px;
    left: 50%
}
@keyframes scrollbar {
    0% {
        height: 108px;
        bottom: -108px
    }

    50% {
        height: 0;
        bottom: -108px
    }

    51% {
        height: 0;
        bottom: 0
    }

    100% {
        bottom: -108px;
        height: 108px
    }
}

/* read
____________________*/
.contents--read {
	/*background: #000D0C;*/
	position: relative;
	z-index: 1;
  padding-block-start: 170px;
	padding-block-end: 150px;
}
.read .read__logo {
	margin: 0 auto;
	width: 100%;
	max-width: 400px;
	display: block;
}
.read .read__logo img {
	width: 100%;
	height: auto;
}
.read .read__txt {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1680px;
    width: 100%;
    margin: 0 auto;
	padding-top: 20px;
}
.read .read__txt p {
	color: #fff;
	font-size: clamp(15px, 0.345rem + 1.61vw, 23px);
	line-height: 1.7;
	letter-spacing: 0.2px;
	text-align: center;
}
.read .read__txt_2 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1680px;
    width: 100%;
    margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.read .read__txt_2 p {
	color: #fff;
	font-size: clamp(15px, 0.345rem + 1.61vw, 23px);
	line-height: 1.7;
	letter-spacing: 0.2px;
	text-align: center;
}
/* slider */
.contents--mv .read__slider {
	position: absolute;
	width: 100%;
	bottom: -5.5%;
	z-index: 10;
}
.contents--mv .read__slider .slick-slide {
	max-width: 687px;
}
.contents--mv .read__slider img {
    width:100%;
    height:auto;
}
.contents--mv .read__slider .slick-slide {
    margin:0 45px;
}

/* lineup
____________________*/
.contents--lineup {
	position: relative;
  padding-block-start: 0;
	padding-block-end: 150px;
}
.lineup--ttl{
  position: relative;
  margin: 0 auto 80px;
	width: 100%;
	max-width: 530px;
}
.lineup--ttl-blur{
  width: 100%;
  aspect-ratio: 1061/230;
  position: relative;
  background: rgba(255, 255, 255, 0.3); /* 透明な背景 */
  backdrop-filter: blur(30px); /* 背景のぼかし */
  -webkit-backdrop-filter: blur(30px); /* Safari対応 */
  mask-image: url(img/valorant_championstour/2025/lineup-title.webp); /* PNGの形にマスク */
  -webkit-mask-image: url(img/valorant_championstour/2025/lineup-title.webp); /* Safari対応 */
  mask-size: cover;
  -webkit-mask-size: cover;
}
.lineup--ttl-blur img{
  display: none;
}
.lineup--ttl-ol{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 33.3%;
  transform: translateX(-50%) translateY(-50%);
}
.lineup-tab{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
.lineup-tab__item{
  flex: 1;
}
.lineup-tab__item{
  padding: 0 1rem 1rem 1rem;
  border-bottom: 2px solid var(--cts-color-intel);
}
.lineup-tab__item:last-child{
  padding-right: 0;
}
.lineup-tab__item:first-child{
  padding-left: 0;
}
.lineup-tab__item a{
  padding: 1rem;
  display: block;
  text-align: center;
  border: 2px solid #B2B2B2;
  border-bottom: none;
  border-radius: 0.25rem 0.25rem 0 0;
}
.lineup-tab__item.is-open{
  padding: 1rem 1rem 0 1rem;
  border: 2px solid var(--cts-color-intel);
  border-bottom: none;
  border-radius: 0.5rem 0.5rem 0 0;
}
.lineup-tab__item.is-open a{
  background: var(--cts-color-intel);
  color: #fff;
  border: none;
  border-radius: 0.25rem;
}
.lineup-tab:has(.lineup-tab__item--amd.is-open) .lineup-tab__item{
  border-bottom: 2px solid var(--cts-color-amd);
}
.lineup-tab:has(.lineup-tab__item--amd.is-open) .lineup-tab__item.is-open{
  border: 2px solid var(--cts-color-amd);
  border-bottom: none;
}
.lineup-tab:has(.lineup-tab__item--amd.is-open) .lineup-tab__item.is-open a{
  background: var(--cts-color-amd);
}
.lineup--list {
	width: 100%;
	max-width: 1200px;
	margin: 40px auto;
	display: flex;
	justify-content: center;
  flex-wrap: wrap;
	gap: 30px;
}
.lineup--list .get_product_data {
	width: calc((100% - 30px - 30px) / 3);
	background: var(--cts-bg);
  border-radius: 0.5rem;
  border: 2px solid var(--cts-color-intel);
}
#lineup-tab--amd{
  display: none;
}
#lineup-tab--amd.lineup--list .get_product_data {
  border: 2px solid var(--cts-color-amd);
}
.lineup--list .get_product_data > div {
	height: 100%;
}
.lineup--list .get_product_data .lineinappear {
	padding: 45px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.lineup--list .get_product_data .model_catch {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.lineup--list .get_product_data .model_catch p {
	display: inline;
	color: #fff;
    font-size: clamp(17px, 0.545rem + 1.61vw, 25px);
    font-weight: 500;
    line-height: 1.9;
    padding: 0 5px;
	text-align: center;
    background: linear-gradient(transparent 0%, var(--cts-color-intel) 0%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
#lineup-tab--amd.lineup--list .get_product_data .model_catch p {
    background: linear-gradient(transparent 0%, var(--cts-color-amd) 0%);
}
.lineup--list .get_product_data .model_image {
	width: 313px;
	height: 313px;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lineup--list .get_product_data .model_image figure {
	max-width: 100%;
	position: relative;
	z-index: 100;
}
.lineup--list .get_product_data .model_image figure img {
	max-width: 94%;
	height: auto;
	vertical-align: bottom;
}
.lineup--list .get_product_data .model_image .model_image__bg {
	position: absolute;
	z-index: 10;
	height: auto;
}
.lineup--list .get_product_data .model__detail {
	width: 100%;
}
#lineup-tab--amd.lineup--list .get_product_data .link__inner {
	border: 1px solid var(--cts-color-amd);
}
#lineup-tab--amd.lineup--list .get_product_data .link__inner span::after {
	border: 1px solid var(--cts-color-amd);
}
.model__name {
	width: 100%;
/*
	color: var(--cts-color);
*/
	font-size: clamp(17px, 0.545rem + 1.61vw, 30px);
	letter-spacing: 0.5px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 15px;
}
.model__txt {
	margin-top: 15px;
	text-align: center;
}
.model__spec-list {
	color: #fff;
	font-size: clamp(14px, 0.245rem + 1.61vw, 15px);
	font-weight: 300;
	line-height: 1.6;
	letter-spacing: 0.8px;
}
.model__spec-list .model__spec-item .spec__data {
	display: inline-block;
}
.model__price_block {
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: left;
}
.model__price {
	color: #fff;
	font-size: clamp(25px, 0.545rem + 1.61vw, 30px);
	font-weight: 900;
}
.model__price .model__tax {
	font-size: clamp(15px, 0.545rem + 1.61vw, 20px);
}

/* benefit
____________________*/
.contents--benefit {
  position: relative;
  padding-block-start: 0;
  padding-block-end: 150px;
  z-index: 1;
}
.contents--benefit .contents__inner{
  width: 100%;
  max-width: 1200px;
  padding: 0 30px 0 0;
  background: url(img/valorant_championstour/2025/benefit-bg.webp) no-repeat top right / 295px;
  overflow: hidden;
}
.benefit--ttl {
  margin: 40px 0 40px auto;
  position: relative;
  width: 100%;
  max-width: 570px;
}
.benefit--ttl-blur{
  width: 100%;
  aspect-ratio: 1142/226;
  position: relative;
  background: rgba(255, 255, 255, 0.3); /* 透明な背景 */
  backdrop-filter: blur(30px); /* 背景のぼかし */
  -webkit-backdrop-filter: blur(30px); /* Safari対応 */
  mask-image: url(img/valorant_championstour/2025/benefit-title.webp); /* PNGの形にマスク */
  -webkit-mask-image: url(img/valorant_championstour/2025/benefit-title.webp); /* Safari対応 */
  mask-size: cover;
  -webkit-mask-size: cover;
}
.benefit--ttl-blur img{
  display: none;
}
.benefit--ttl-ol{
  position: absolute;
  top: 50%;
  left: 0;
  height: 33.3%;
  transform: translateY(-50%);
}
.contents--benefit__body{
  width: calc(100% - 295px - 60px);
}

/* overview
____________________*/
.contents--overview {
  position: relative;
  padding-block-start: 0;
  padding-block-end: 150px;
  z-index: 1;
}
.contents--overview .contents__inner{
  width: 100%;
  max-width: 1200px;
  padding: 0 0 0 30px;
  background: url(img/valorant_championstour/2025/overview-bg.webp) no-repeat top left / 295px;
  overflow: hidden;
}
.overview--ttl {
  margin: 40px auto 40px 0;
  position: relative;
  width: 100%;
  max-width: 770px;
}
.overview--ttl-blur{
  width: 100%;
  aspect-ratio: 1539/235;
  position: relative;
  background: rgba(255, 255, 255, 0.3); /* 透明な背景 */
  backdrop-filter: blur(30px); /* 背景のぼかし */
  -webkit-backdrop-filter: blur(30px); /* Safari対応 */
  mask-image: url(img/valorant_championstour/2025/overview-title.webp); /* PNGの形にマスク */
  -webkit-mask-image: url(img/valorant_championstour/2025/overview-title.webp); /* Safari対応 */
  mask-size: cover;
  -webkit-mask-size: cover;
}
.overview--ttl-blur img{
  display: none;
}
.overview--ttl-ol{
  position: absolute;
  top: 50%;
  right: 0;
  height: 33.3%;
  transform: translateY(-50%);
}
.contents--overview__body{
  width: calc(100% - 295px - 60px);
  margin: 0 0 0 auto;
}
.contents--overview__body p{
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.75;
  color: #BEBEBE;
}

@media (max-width: 768px) {/*375-768*/
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
  .contents--mv .pc {
		display: block;
	}
	.contents--mv .sp {
		display: none;
	}
	.contents__wrap {
		padding-block-end: 0;
    background: none;
    position: relative;
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
	}
  .contents__wrap::before {
    content: "";
    width: 100%;
    height: 100dvh;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: url(img/valorant_championstour/2025/bg.webp) center top / cover no-repeat;
    z-index: -1;
  }
  .line-decoration::before{
    width: 21px;
    left: 0;
  }
  .line-decoration::after{
    width: 21px;
    right: 0;
  }
	.link__inner::after {
		top: calc(50% - 2px);
		right: 14px;
		width: 5px;
		height: 5px;
		border-right: 1px solid;
		border-bottom: 1px solid;
	}
  .subttl-decoration{
    margin-bottom: 20px;
    padding: 4em 0 0 1em;
    font-size: 21px;
  }
  .subttl-decoration::before{
    height: 3em;
  }
  .contents__wrap .link__inner {
		min-height: 40px;
	}
	.contents__wrap .link__inner::after {
		right: 20px;
	}
	.contents__wrap .link__inner span {
		padding-block: clamp(5px,0.236rem + 1.38vw,14px);
		padding-inline: clamp(25px,0.737rem + 2vw,40px);
	}
	.contents__wrap .link__inner span::after {
		top: calc(50% - 11px);
		right: 11px;
		width: 21px;
		height: 21px;
	}
  
  /* mv */
  .contents--mv .read__slider {
    bottom: -3.3%;
  }
  
	/* read */
  .contents--read {
    padding-block-start: 50px;
    padding-block-end: 60px;
  }
	.read .read__txt {
		padding-top: 15px;
	}
	.read .read__txt p {
		text-align: center;
	}
	/* slide */
	.contents--read .read__slider .slick-slide {
		margin: 0 25px;
	}
	/* campaign_read */
	.contents--campaign_read {
		padding-block-start: 0;
		padding-block-end: 60px;
	}
	.campaign_read .logo_one {
    max-width: 160px;
		margin: 20px auto 0;
    }
	.campaign_read .lineinappear {
		padding: 40px 20px;
	}
	/* lineup */
  .contents--lineup{
    padding-block-end: 60px;
  }
  .lineup--ttl{
    margin: 0 auto 40px;
    width: 100%;
    max-width: 263px;
  }
  .lineup--ttl-ol{
    height: 50%;
  }
  .lineup-tab{
    flex-direction: column;
  }
  .lineup-tab__item{
    padding: 1em;
    border-bottom: none;
  }
  .lineup-tab__item:first-child{
    padding-left: 1em;
  }
  .lineup-tab__item:last-child{
    padding-right: 1em;
    padding-bottom: 0;
  }
  .lineup-tab__item.is-open{
    border: none;
    padding: 0;
  }
  .lineup-tab:has(.lineup-tab__item--amd.is-open) .lineup-tab__item.is-open{
    border: none;
  }
  .lineup-tab:has(.lineup-tab__item--amd.is-open) .lineup-tab__item{
    border-bottom: none;
  }
  .lineup-tab__item a{
    border: 1px #B2B2B2 solid;
    border-radius: 0.25rem;
  }
	.lineup--list .get_product_data {
		width: 100%;
	}
	.lineup--list .get_product_data .lineinappear {
		padding: 25px;
	}
	.lineup--list .get_product_data .model_image {
		width: 190px;
		height: 190px;
	}
	.lineup--list .get_product_data .model_image figure  {
		margin-left: auto;
		margin-right: auto;
		max-width: 190px;
	}
	.lineup--list .get_product_data .model_image figure img {
		max-width: 60%;
	}
	.lineup--list .get_product_data:nth-of-type(4) .model_image figure img {
		max-width: 85%;
	}
	.model__name {
		margin-bottom: 10px;
	}
	.model__name::after {
		width: 50px;
	}
	.model__txt {
		margin-top: 10px;
	}
	.model__spec-list {
		width: inherit;
	}
	.model__price_block {
		width: 100%;
		max-width: inherit;
		margin-top: 10px;
	}
	.model__price {
		text-align: center;
	}
	
  /*benefit*/
  .contents--benefit{
    padding-block-end: 60px;
  }
  .contents--benefit .contents__inner{
    padding: 0;
    background: url(img/valorant_championstour/2025/benefit-bg-sp.webp) no-repeat top right / 20.8vw;
  }
  .contents--benefit__body{
    width: 100%;
    padding-inline: var(--cts-gutter);
  }
  .benefit--ttl {
    margin: 10px 0 20px auto;
    max-width: 288px;
  }
  .benefit--ttl-ol{
    height: 50%;
  }
  /*overview*/
  .contents--overview{
    padding-block-end: 60px;
  }
  .contents--overview .contents__inner {
    padding: 0;
    background: url(img/valorant_championstour/2025/overview-bg-sp.webp) no-repeat top left / 20.8vw;
  }
  .overview--ttl {
    margin: 10px auto 20px 0;
    max-width: 324px;
  }
  .overview--ttl-ol{
    height: 50%;
  }
  .contents--overview__body{
    width: 100%;
    padding-inline: var(--cts-gutter);
    padding-left: calc(20.8vw + var(--cts-gutter));
  }
  .contents--overview__body--sp{
    width: 100%;
    padding-inline: var(--cts-gutter);
  }
  .contents--overview__body--sp .link__inner span{
    text-align: left;
  }
}
@media (max-width: 479px) {
	.contents--mv .pc {
		display: none;
	}
	.contents--mv .sp {
		display: block;
	}
}

/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
	transform: translateY(-100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}

/*==================================================
パタッ
===================================*/


/* 下へ */
.flipDown{
animation-name:flipDownAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipDownAnime{
  from {
    transform: perspective(2500px) rotateX(100deg);
 	opacity: 0;
  }

  to {
    transform: perspective(2500px) rotateX(0);
	opacity: 1;
  }
}


/* 左へ */
.flipLeft{
animation-name:flipLeftAnime;
animation-duration:1s;
animation-fill-mode:forwards;
perspective-origin:left center;
opacity:0;
}

@keyframes flipLeftAnime{
  from {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
 	opacity: 0;
  }

  to {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  opacity: 1;
  }
}


/* 左上へ */
.flipLeftTop{
animation-name:flipLeftTopAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipLeftTopAnime{
  from {
   transform: translate(-20px,80px) rotate(-15deg);
 	opacity: 0;
  }

  to {
   transform: translate(0,0) rotate(0deg);
	opacity: 1;
  }
}

/* 右へ */
.flipRight{
animation-name:flipRightAnime;
animation-duration:1s;
animation-fill-mode:forwards;
perspective-origin:right center;
opacity:0;
}

@keyframes flipRightAnime{
  from {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
 	opacity: 0;
  }

  to {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  opacity: 1;
  }
}

/* 右上へ */
.flipRightTop{
animation-name:flipRightTopAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipRightTopAnime{
  from {
   transform: translate(-20px,80px) rotate(25deg);
   opacity: 0;
  }

  to {
   transform: translate(0,1) rotate(0deg);
	opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.flipDownTrigger,
.flipLeftTrigger,
.flipLeftTopTrigger,
.flipRightTrigger,
.flipRightTopTrigger{
    opacity: 0;
}

/*==================================================
くるっ
===================================*/


/* X 軸（縦へ） */
.rotateX{
	animation-name:rotateXAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}

@keyframes rotateXAnime{
	from{
		transform: rotateX(0);
		opacity: 0;
		}
	to{
		transform: rotateX(-360deg);
		opacity: 1;
		}
}

/*　Y軸（横へ） */
.rotateY{
	animation-name:rotateYAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}

@keyframes rotateYAnime{
	from{
		transform: rotateY(0);
		opacity: 0;
		}
	to{
		transform: rotateY(-360deg);
		opacity: 1;
		}
}

/* Z 軸（左へ） */
.rotateLeftZ{
	animation-name:rotateLeftZAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}

@keyframes rotateLeftZAnime{
	from{
		transform: rotateZ(0);
		opacity: 0;
		}
	to{
		transform: rotateZ(-360deg);
		opacity: 1;
		}
}

/*　Z 軸（右へ） */
.rotateRightZ{
	animation-name:rotateRightZAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}

@keyframes rotateRightZAnime{
	from{
		transform: rotateZ(0);
		opacity: 0;
		}
	to{
		transform: rotateZ(360deg);
		opacity: 1;
		}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.rotateXTrigger,
.rotateYTrigger,
.rotateLeftZTrigger,
.rotateRightZTrigger{
    opacity: 0;
}

/*==================================================
ボンッ、ヒュッ
===================================*/

/* 拡大 */
.zoomIn{
	animation-name:zoomInAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
}

@keyframes zoomInAnime{
  from {
	transform: scale(0.6);
	opacity: 0;
  }

  to {
    transform: scale(1);
	opacity: 1;
  }
}

/* 縮小 */
.zoomOut{
	animation-name:zoomOutAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
}

@keyframes zoomOutAnime{
  from {
	transform: scale(1.2);
	opacity: 0;
  }

  to {
    transform:scale(1);
	opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.zoomInTrigger,
.zoomOutTrigger{
    opacity: 0;
}

/*==================================================
じわっ
===================================*/

/* ぼかしから出現 */
.blur{
	animation-name:blurAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
	opacity: 0;
  }

  to {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.blurTrigger{
    opacity: 0;
}

/*==================================================
にゅーん
===================================*/

/* 滑らかに変形して出現 */
.smooth{
	animation-name:smoothAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
  　transform-origin: left;
	opacity:0;
}

@keyframes smoothAnime{
  from {
  transform: translate3d(0, 100%, 0) skewY(12deg);
  opacity:0;
  }

  to {
  transform: translate3d(0, 0, 0) skewY(0);
  opacity:1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.smoothTrigger{
    opacity: 0;
}

/*==================================================
シャッ（背景色が伸びて出現）
===================================*/

/*背景色が伸びて出現（共通）*/
.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

/*左から*/
.bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666;/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

/*右から*/
.bgRLextend::before{
	animation-name:bgRLextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666;/*伸びる背景色の設定*/
}
@keyframes bgRLextendAnime{
	0% {
		transform-origin:right;
		transform:scaleX(0);
	}
	50% {
		transform-origin:right;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:left;
	}
	100% {
		transform-origin:left;
		transform:scaleX(0);
	}
}

/*下から*/
.bgDUextend::before{
	animation-name:bgDUextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666;/*伸びる背景色の設定*/
}
@keyframes bgDUextendAnime{
	0% {
		transform-origin:bottom;
		transform:scaleY(0);
	}
	50% {
		transform-origin:bottom;
		transform:scaleY(1);
	}
	50.001% {
		transform-origin:top;
	}
	100% {
		transform-origin:top;
		transform:scaleY(0);
	}
}

/*上から*/
.bgUDextend::before{
	animation-name:bgUDextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666;/*伸びる背景色の設定*/
}
@keyframes bgUDextendAnime{
	0% {
		transform-origin:top;
		transform:scaleY(0);
	}
	50% {
		transform-origin:top;
		transform:scaleY(1);
	}
	50.001% {
		transform-origin:bottom;
	}
	100% {
		transform-origin:bottom;
		transform:scaleY(0);
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger{
    opacity: 0;
}




/*==================================================
アニメーション設定
===================================*/

/* アニメーションの回数を決めるCSS*/

.count2{  
	animation-iteration-count: 2;/*この数字を必要回数分に変更*/
}

.countinfinite{  
	animation-iteration-count: infinite;/*無限ループ*/
}

/* アニメーションスタートの遅延時間を決めるCSS*/

.delay-time05{  
	animation-delay: 0.5s;
}

.delay-time1{  
	animation-delay: 1s;
}

.delay-time15{  
	animation-delay: 1.5s;
}

.delay-time2{  
	animation-delay: 2s;
}

.delay-time25{  
	animation-delay: 2.5s;
}

/* アニメーション自体が変化する時間を決めるCSS*/

.change-time05{  
	animation-duration: 0.5s;
}

.change-time1{  
	animation-duration: 1s;
}

.change-time15{  
	animation-duration: 1.5s;
}

.change-time2{  
	animation-duration: 2s;
}

.change-time25{  
	animation-duration: 2.5s;
}
