@charset "UTF-8";
/*--------------------------
>>  mqcontents
--------------------------*/
/*--------------------Reset*/
* {
  margin: 0px;
  padding: 0px;
}

body {
  padding-top: 55px!important;
	overflow-x: clip;
}

#mqWrapper {
	width: 100%;
	position: static;
}

#mqWrapper main {
	width: 100%;
	margin: 0;
	padding-bottom: 0;
}

#mq_chanel2609 section {
  padding: 0 !important;
}

/*--------------------Common*/
#mq_chanel2609 {
	/*position: relative;*/
	width: 100%;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
	word-break: normal;
	line-break: strict;

	--color-bg: #f6f6f6;
	--color-white: #ffffff;
  --color-black: #000000;
	--color-gray: #666666;
	--color-red: #c24142;
	--color-pink1: #e08b89;
	--color-pink2: #b04451;

	--color-item1: #edacb6;
	--color-item2: #ec8593;
	--color-item3: #b04552;
	--color-item4: #c24142;
	--color-item5: #b93a35;
	--color-item6: #c46d5f;

	--color-430: #ffc0c2;
	--color-432: #fa9ca5;
	--color-434: #e394b2;
	--color-436: #ff454a;
	--color-438: #ff8691;
	--color-442: #cf7a64;
	--color-443: #c3604e;
	--color-445: #ba4f48;
	--color-446: #b04051;
	--color-447: #ab4848;
	--color-448: #c63434;
	--color-450: #724558;

	--color-40: #c66369;
	--color-47: #ac0c23;
	--color-48: #b44952;
	--color-69: #c0736e;
	--color-144: #c04747;
	--color-148: #d36451;
	--color-156: #b42c35;
	--color-160: #ab5149;
	--color-174: #c75d61;
	--color-182: #994340;
	--color-186: #c2736a;
	--color-188: #ba6958;
	--color-192: #db5754;
	--color-196: #7f2d20;

	--font-serif: "Noto Serif JP", serif;
	--font-roboto: "Roboto", sans-serif;
}

#mq_chanel2609 img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
  width: 100%;
  backface-visibility: hidden;/* animation時のにじみ防止 */
  -webkit-backface-visibility: hidden;/* animation時のにじみ防止 */
  -webkit-font-smoothing: antialiased;/* animation時の文字にじみ防止 */
  -moz-osx-font-smoothing: grayscale;/* animation時の文字にじみ防止 */
}

#mq_chanel2609 .bold {
  font-weight: bold;
}

#mq_chanel2609 .u-roboto {
	font-weight: bold;
  font-family: var(--font-roboto)!important;
}

#mq_chanel2609 sup {
  font-size: 8px;
  vertical-align: top;
  position: relative;
  top: 0.5em;
}

#mq_chanel2609 a:hover img {
  opacity: .6;
  transition: all ease .6s;
}

#mq_chanel2609 .is-pc {
  display: block;
}

#mq_chanel2609 .is-sp {
  display: none;
}

#mq_chanel2609 br.is-pc {
  display: inline-block;
}

#mq_chanel2609 br.is-sp {
  display: none;
}
/*--------------------Clearfix*/
#mq_chanel2609 .cf:before,
#mq_chanel2609 .cf:after {
	content: "";
	display: block;
	overflow: hidden;
}
#mq_chanel2609 .cf:after {
	clear: both;
}
#mq_chanel2609 .cf {
	zoom: 1;
}
#mq_chanel2609 .clear {
	clear: both;
}


/*--------------------Layout*/
#mq_chanel2609 .inner {
	position: relative;
	margin: 0 auto;
	width: 980px;
}

/*--------------------リンク・ボタン*/
#mq_chanel2609 a {
  display: block;
  width: 100%;
  height: 100%;
}

#mq_chanel2609 a:hover {
  cursor: pointer;
}

#mq_chanel2609 a.gtm-pr-cv-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

#mq_chanel2609 .btn {
  width: fit-content;
  margin: 0 auto;
}

#mq_chanel2609 .btn:hover {
  cursor: pointer;
}

#mq_chanel2609 a img {
  z-index: 2;
}

#mq_chanel2609 a img.hover {
  opacity: 0;
  z-index: 3;
  transition: all ease .15s;
  background-color: var(--color-white);
}

#mq_chanel2609 a:hover img.hover {
  opacity: 1;
}

#mq_chanel2609 .btn_black a,
#mq_chanel2609 .btn_detail .btn_item {
	margin: 0 auto;
	color: var(--color-white);
	width: 380px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  position: relative;
  background-image: linear-gradient(var(--color-white), var(--color-white));
  background-position: left center;
  background-size: 0% 100%;
  transition: background-size 0.4s ease;
  background-repeat: no-repeat;
}

#mq_chanel2609 .btn_black a span,
#mq_chanel2609 .btn_detail .btn_item span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

#mq_chanel2609 .btn_black a span::after,
#mq_chanel2609 .btn_detail .btn_item span::after {
  background-image: url(../img/btn_atrow_white@2x.png);
  position: absolute;
  display: block;
  content: "";
  background-size: contain;
	background-repeat: no-repeat;
  height: 14px;
  width: 9px;
  top: 50%;
	transform: translateY(-50%);
  right: 30px;
}

#mq_chanel2609 .btn_black a:hover,
#mq_chanel2609 .btn_detail .btn_item:hover {
  background-size: 100% 100%;
	color: var(--color-black);
}

#mq_chanel2609 .btn_black a:hover span::after,
#mq_chanel2609 .btn_detail .btn_item:hover span::after {
	background-image: url(../img/btn_atrow_black@2x.png);
}


/*--------------------------------------------------------------------------------------
mq_chanel2609
-------------------------------------------------------------------------------------- */
#mq_chanel2609 .item_number {
	font-size: 120px;
}

/*-------------------------------------------------------------------------------- pr */
#mq_chanel2609 .pr {
	position: absolute;
  width: 30px;
  height: 17px;
  right: 20px;
  top: 20px;
}


/*-- mv ---------------------------------------------------------------------------------------- */
#mq_chanel2609 .mv {
	overflow: hidden;
	padding-bottom: 120px;
}

#mq_chanel2609 .mv .container {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#mq_chanel2609 .mv .headings {
  font-family: var(--font-roboto);
  font-weight: bold;
  font-size: 44px;
  line-height: 1.04;
}

#mq_chanel2609 .mv-pc .mv_wrap {
	position: relative;
}

#mq_chanel2609 .mv-pc {
	display: flex;
	justify-content: center;
	position: relative;
}

/* 人物スライド */
#mq_chanel2609 .mv-pc .mv-pc_ph {
  position: relative;
  width: 420px;
  overflow: hidden;
	line-height: 0;
}

#mq_chanel2609 .mv-pc .mv_wrap1 .mv-pc_ph {
	margin-top: 30px;
}

#mq_chanel2609 .mv-pc .mv_wrap2 .mv-pc_ph {
	margin-bottom: 30px;
}

#mq_chanel2609 .mv-pc .mv-pc_ph::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
	width: calc(100% - 1px);
  background-color: var(--color-144);
  transform: translateX(-100%);
  z-index: 1;
}

#mq_chanel2609 .mv-pc .mv_wrap2 .mv-pc_ph::before {
  background-color: var(--color-432);
}

#mq_chanel2609 .mv-pc .mv-pc_ph .slidein_inner {
  position: relative;
  width: 420px;
  z-index: 2;
  clip-path: inset(0 100% 0 0);
}

#mq_chanel2609 .mv-pc .mv-pc_ph .slidein_inner img {
  width: 420px;
	height: auto;
  display: block;
	vertical-align: top;
}

#mq_chanel2609 .mv-pc.is-active .mv-pc_ph::before {
  animation: phBgIn 0.6s ease forwards;
}

#mq_chanel2609 .mv-pc.is-active .mv-pc_ph .slidein_inner {
  animation: phImageIn 0.6s ease 0.3s forwards;
}

/* アイテム */
#mq_chanel2609 .mv-pc .mv-pc_item {
	position: absolute;
	z-index: 2;
}

#mq_chanel2609 .mv-pc .mv_wrap1 .mv-pc_item {
  width: 173.5px;
	bottom: -30px;
	left: -135px;
}

#mq_chanel2609 .mv-pc .mv_wrap2 .mv-pc_item {
  width: 161px;
	top: 141px;
	right: -125px;
}

/* テキスト */
#mq_chanel2609 .mv-pc .mv_wrap2 .headings {
	text-align: right;
}

#mq_chanel2609 .mv-pc .mv-pc_item,
#mq_chanel2609 .mv-pc .headings {
  opacity: 0;
	-webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 20px);
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translate(0, 20px);
  transform-style: preserve-3d;
  -webkit-transition: all .8s ease .5s;
  -ms-transition: all .8s ease .5s;
  -moz-transition: all .8s ease .5s;
  transition: all .8s ease .5s;
}

#mq_chanel2609 .mv-pc.is-active .mv-pc_item,
#mq_chanel2609 .mv-pc.is-active .headings {
  -webkit-transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  transform: translate(0, 0);
}
/*
#mq_chanel2609 .mv-pc.is-active .mv_wrap1 .headings {
  animation: mvFadeIn 0.5s ease 1.1s forwards;
}

#mq_chanel2609 .mv-pc.is-active .mv_wrap2 .headings {
  animation: mvFadeIn 0.5s ease 1.3s forwards;
} */

/* 線 */
#mq_chanel2609 .mv-pc .line {
  position: absolute;
  z-index: 3;
  display: block;
  background-color: #000;
}

#mq_chanel2609 .mv-pc .line--top {
  top: 0;
  left: -70px;
  width: 20px;
  height: 250px;
  transform: scaleY(0);
  transform-origin: 0 0;
}

#mq_chanel2609 .mv-pc .line--right {
  bottom: 5px;
	right: calc((840px - 100vw) / 2);
	width: calc((100vw - 840px) / 2 - 30px);
  height: 20px;
  transform: scaleX(0);
  transform-origin: right center;
}

#mq_chanel2609 .mv-pc.is-active .mv_wrap1 .line--top {
  animation: lineTop 0.8s ease 0.7s forwards;
}

#mq_chanel2609 .mv-pc.is-active .mv_wrap2 .line--right {
  animation: lineRight 0.8s ease 0.9s forwards;
}

/*-- block01 ---------------------------------------------------------------------------------------- */
#mq_chanel2609 .block01 {
	position: relative;
}

#mq_chanel2609 .mv_title-sub {
	text-align: center;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.48;
	letter-spacing: 0.08em;
}

#mq_chanel2609 .mv_title {
	text-align: center;
	font-weight: 500;
	font-size: 50px;
	line-height: 1.48;
	letter-spacing: 0.07em;
	margin-top: 20px;
}

#mq_chanel2609 .block01 .u-red {
	color: var(--color-red);
}

#mq_chanel2609 .block01 .lead {
	text-align: center;
	font-size: 20px;
	line-height: 2.2;
	margin-top: 40px;
}

#mq_chanel2609 .block01 .line {
  position: absolute;
  z-index: 3;
  display: block;
  background-color: #000;
}

#mq_chanel2609 .block01 .line--left {
  bottom: -140px;
  left: 0;
  width: calc((100vw - 980px) / 2 + 170px);
  height: 20px;
  transform: scaleX(0);
  transform-origin: left center;
}

#mq_chanel2609 .block01 .line.is-active.line--left {
  animation: lineLeft 0.8s ease 0.4s forwards;
}

/*-- block02 ---------------------------------------------------------------------------------------- */
#mq_chanel2609 .block02 {
	margin-top: 240px;
		overflow: hidden;
}

#mq_chanel2609 .block02 .headings-sub {
	text-align: center;
	font-size: 24px;
	line-height: 2;
	letter-spacing: 0.05em;
}

#mq_chanel2609 .block02 .headings {
	text-align: center;
	font-size: 36px;
	line-height: 1.6;
	margin-top: 10px;
	letter-spacing: 0.05em;
	font-weight: 500;
}

#mq_chanel2609 .block02 .u-red {
	color: var(--color-red);
}

#mq_chanel2609 .block02 .lead {
	width: 560px;
	margin: 50px auto 0;
	font-size: 16px;
	line-height: 1.875;
}

/*-- block03 ---------------------------------------------------------------------------------------- */
#mq_chanel2609 .block03 {
	margin-top: 150px;
	overflow: hidden;
}

#mq_chanel2609 .block03 .txt-slidein {
	position: relative;
	height: 100px;
}

#mq_chanel2609 .block03 .txt-slidein > div {
	position: absolute;
	overflow: hidden;
	width: fit-content;
	height: 40px;
}

#mq_chanel2609 .block03 .headings {
	position: relative;
	font-size: 24px;
	font-weight: 500;
	line-height: 40px;
	color: var(--color-white);
	margin-left: 225px;
}

#mq_chanel2609 .block03 .headings1 {
	padding-left: 15px;
	top: 0;
	left: 0;
}

#mq_chanel2609 .block03 .headings2 {
	padding: 0 15px;
	top: 50px;
	left: 260px;
}


#mq_chanel2609 .block03 .headings1::before,
#mq_chanel2609 .block03 .headings2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color-pink1);
  z-index: 1;
  clip-path: inset(0 100% 0 0);
}

#mq_chanel2609 .block03 .txt-slidein span {
	position: relative;
	display: block;
	z-index: 2;
	clip-path: inset(0 100% 0 0);
}

#mq_chanel2609 .block03 .txt-slidein.is-active .headings1::before {
  animation: txtBgIn 0.5s ease forwards;
}

#mq_chanel2609 .block03 .txt-slidein.is-active .headings1 span {
  animation: txtIn 0.5s ease forwards;
}

#mq_chanel2609 .block03 .txt-slidein.is-active .headings2::before {
  animation: txtBgIn 0.5s ease 0.7s forwards;
}

#mq_chanel2609 .block03 .txt-slidein.is-active .headings2 span {
  animation: txtIn 0.5s ease 0.7s forwards;
}

#mq_chanel2609 .block03 .content {
	margin: 60px auto 0;
}

#mq_chanel2609 .block03 .text {
	position: relative;
	margin-top: 60px;
	margin-left: 240px;
}

#mq_chanel2609 .block03 .item_headings {
	font-size: 20px;
	line-height: 1.7;
	font-weight: bold;
}

#mq_chanel2609 .block03 .text .caption {
	font-size: 14px;
	line-height: 2;
	width: 553px;
	margin-top: 25px;
}

#mq_chanel2609 .block03 .ph_slide {
  width: 1070px;
  flex-shrink: 0;
  position: relative;
  right: -120px;
}

#mq_chanel2609 .block03 .ph_slide-inner {
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.8s cubic-bezier(.16, 1, .3, 1);
}

#mq_chanel2609 .block03.is-animate .ph_slide-inner {
  clip-path: inset(0);
}

#mq_chanel2609 .block03 .ph_slide img {
  display: block;
  width: 100%;
  height: auto;
}

#mq_chanel2609 .block03 .ph_slide img {
  display: block;
  width: 100%;
  height: auto;
}

/* 縦書きテキスト */
#mq_chanel2609 .vertical-text {
  font-family: var(--font-roboto);
  font-weight: bold;
  height: fit-content;
  line-height: 1.04;
  position: fixed;
  top: calc(50px + 5svh);
  left: calc((100vw - 980px) / 2);
  z-index: 1;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  transition: clip-path 0.8s ease, opacity 0.25s ease;
  pointer-events: none;
}

#mq_chanel2609 .vertical-text img {
  max-width: 51px;
  max-height: calc(90svh - 50px);
  height: auto;
  width: auto;
}

#mq_chanel2609 .vertical-text.is-active {
  clip-path: inset(0);
  opacity: 1;
}

#mq_chanel2609 .vertical-text.is-hide {
  opacity: 0;
}

/*-- block04 ---------------------------------------------------------------------------------------- */
#mq_chanel2609 .block04 {
	margin-top: 160px;
  position: relative;
}

#mq_chanel2609 .block04 .inner {
	position: relative;
}

#mq_chanel2609 .block04 .item_wrapper {
  position: relative;
  width: 700px;
  height: 1170px;
  margin-right: 0;
  margin-left: auto;
}

#mq_chanel2609 .block04 .flex_wrapper {
	position: relative;
}

#mq_chanel2609 .block04 .ph_slide {
	position: relative;
	width: 700px;
	overflow: hidden;
	margin: 0 auto;
}

#mq_chanel2609 .block04 .ph_slide::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: var(--color-item1);
	transform: translateX(-100%);
	z-index: 1;
}

#mq_chanel2609 .block04 .ph_slide-inner {
	position: relative;
	width: 700px;
	z-index: 2;
	clip-path: inset(0 100% 0 0);
}

#mq_chanel2609 .block04 .ph_slide-inner img {
	display: block;
	width: 700px;
}

#mq_chanel2609 .block04 .ph_slide.is-active::before {
	animation: phBgIn 0.6s ease forwards;
}

#mq_chanel2609 .block04 .ph_slide.is-active .ph_slide-inner {
	animation: phImageIn 0.6s ease 0.3s forwards;
}

#mq_chanel2609 .block04 .ph_slide,
#mq_chanel2609 .block04 .ph_slide-inner {
  position: relative;
}

#mq_chanel2609 .block04 .item {
	position: absolute;
	top: 478px;
	left: -100px;
	z-index: 2;
}

#mq_chanel2609 .block04 .u-color {
	color: var(--color-item1);
}

#mq_chanel2609 .block04 .item_number {
	margin-left: 200px;
  width: fit-content;
}

#mq_chanel2609 .block04 .item_img {
	width: 220px;
}

#mq_chanel2609 .block04 .item_headings {
	position: absolute;
	top: 260px;
	left: -40px;
}

#mq_chanel2609 .block04 .item_catch {
	font-size: 20px;
	line-height: 2;
	font-weight: 500;
	writing-mode: vertical-rl;
}

#mq_chanel2609 .block04 .item_btn-wrap {
	position: absolute;
	bottom: -155px;
	left: 90px;
	width: 120px;
	height: 120px;
	z-index: 2;
}

#mq_chanel2609 .block04 .item_btn button {
  width: 120px;
  height: 120px;
  text-align: center;
  border: 1px solid var(--color-black);
  color: var(--color-black);
	background-color: var(--color-white);
  border-radius: 50%;
  font-family: var(--font-roboto);
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

#mq_chanel2609 .block04 .item_btn button:hover {
  border: none;
  background-color: var(--color-item1);
  color: var(--color-white);
  transform: scale(1.05);
}

#mq_chanel2609 .block04 .item_btn-wrap:hover {
  animation-play-state: paused;
}

#mq_chanel2609 .block04 .item_text-wrap {
	width: 360px;
	position: absolute;
	bottom: -140px;
	right: 0;
	z-index: 2;
}

#mq_chanel2609 .block04 .main_text {
	font-size: 14px;
	line-height: 2;
}

/* modal */
#mq_chanel2609 .modal_open {
  position: relative;
  display: block;
	width: 120px;
	height: 120px;
  border: none;
  background-size: contain;
  cursor: pointer;
}

#mq_chanel2609 .modal_open::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}

#mq_chanel2609 .modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
}

#mq_chanel2609 .modal_inner {
	background-color: var(--color-white);
	padding: 70px;
}

#mq_chanel2609 .modal .sub-headings {
	font-family: var(--font-roboto);
	font-size: 20px;
	line-height: 2;
	font-weight: bold;
}

#mq_chanel2609 .modal .caption {
	font-size: 16px;
	line-height: 2;
}

#mq_chanel2609 .modal_close {
	width: 57px;
	position: absolute;
	right: 15px;
	top: 15px;
}

#mq_chanel2609 #modal_overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  z-index: 1000;
}

/*-- block05 ---------------------------------------------------------------------------------------- */
#mq_chanel2609 .block05 {
	margin-top: 135px;
}

#mq_chanel2609 .block05 .item_wrapper {
	position: relative;
	width: 510px;
	height: 855px;
  margin-left: 165px;
}

#mq_chanel2609 .block05 .flex_wrapper {
	position: relative;
}

#mq_chanel2609 .block05 .ph_zoom {
  position: relative;
  width: 510px;
  overflow: hidden;
  margin: 0 auto;
}

#mq_chanel2609 .block05 .ph_zoom-inner {
  width: 510px;
}

#mq_chanel2609 .block05 .ph_zoom-inner img {
  display: block;
  width: 510px;
  transform: scale(1.2);
  transform-origin: center center;
  transition: transform 1.8s cubic-bezier(.16,1,.3,1);
}

#mq_chanel2609 .block05 .ph_zoom.is-active .ph_zoom-inner img {
  transform: scale(1);
}

#mq_chanel2609 .block05 .item {
	position: absolute;
	top: 210px;
	right: -295px;
	z-index: 2;
}

#mq_chanel2609 .block05 .u-color {
	color: var(--color-item2);
}

#mq_chanel2609 .block05 .item_number {
	margin-left: 600px;
}

#mq_chanel2609 .block05 .item_img {
	width: 258px;
}

#mq_chanel2609 .block05 .item_headings {
	position: absolute;
	top: 260px;
	left: -40px;
}

#mq_chanel2609 .block05 .item_catch {
	font-size: 20px;
	line-height: 2;
	font-weight: 500;
	writing-mode: vertical-rl;
}

#mq_chanel2609 .block05 .item_btn-wrap {
	position: absolute;
	top: 115px;
	right: -225px;
	width: 120px;
	height: 120px;
	z-index: 2;
}

#mq_chanel2609 .block05 .item_btn button {
  width: 120px;
  height: 120px;
  text-align: center;
  border: 1px solid var(--color-black);
  color: var(--color-black);
	background-color: var(--color-white);
  border-radius: 50%;
  font-family: var(--font-roboto);
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

#mq_chanel2609 .block05 .item_btn button:hover {
  border: none;
  background-color: var(--color-item2);
  color: var(--color-white);
  transform: scale(1.05);
}

#mq_chanel2609 .block04 .item_btn-wrap:hover {
  animation-play-state: paused;
}

#mq_chanel2609 .block05 .item_text-wrap {
  width: 510px;
	text-align: right;
	position: absolute;
	bottom: -90px;
	right: 0;
	z-index: 2;
}

#mq_chanel2609 .block05 .main_text {
	font-size: 14px;
	line-height: 2;
}
/*-- block06 ---------------------------------------------------------------------------------------- */
#mq_chanel2609 .block06 {
	position: relative;
	margin-top: 124px;
}

#mq_chanel2609 .block06 .item_wrapper {
	position: relative;
	margin-left: 350px;
}

#mq_chanel2609 .block06 .flex_wrapper {
	position: relative;
}

#mq_chanel2609 .block06 .ph_zoom {
  position: relative;
  width: 510px;
  overflow: hidden;
}

#mq_chanel2609 .block06 .ph_zoom-inner {
  width: 510px;
}

#mq_chanel2609 .block06 .ph_zoom-inner img {
  display: block;
  width: 510px;
  transform: scale(1.2);
  transform-origin: center center;
  transition: transform 1.8s cubic-bezier(.16,1,.3,1);
}

#mq_chanel2609 .block06 .ph_zoom.is-active .ph_zoom-inner img {
  transform: scale(1);
}

#mq_chanel2609 .block06 .item {
	position: absolute;
	top: 295px;
	left: -195px;
	z-index: 2;
}

#mq_chanel2609 .block06 .u-color {
	color: var(--color-item3);
}

#mq_chanel2609 .block06 .item_number {
	margin-left: 200px;
}

#mq_chanel2609 .block06 .item_img {
	width: 90px;
}

#mq_chanel2609 .block06 .item_headings {
	position: absolute;
	top: 260px;
	left: -40px;
}

#mq_chanel2609 .block06 .item_catch {
	font-size: 20px;
	line-height: 2;
	font-weight: 500;
	writing-mode: vertical-rl;
}

#mq_chanel2609 .block06 .item_btn-wrap {
	position: absolute;
	top: 130px;
	left: -198px;
	width: 120px;
	height: 120px;
	z-index: 2;
}

#mq_chanel2609 .block06 .item_btn button {
  width: 120px;
  height: 120px;
  text-align: center;
  border: 1px solid var(--color-black);
  color: var(--color-black);
	background-color: var(--color-white);
  border-radius: 50%;
  font-family: var(--font-roboto);
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

#mq_chanel2609 .block06 .item_btn button:hover {
  border: none;
  background-color: var(--color-item3);
  color: var(--color-white);
  transform: scale(1.05);
}

#mq_chanel2609 .block06 .item_text-wrap {
  width: 510px;
	text-align: right;
	position: absolute;
	bottom: -100px;
	right: 120px;
	z-index: 2;
}

#mq_chanel2609 .block06 .main_text {
	font-size: 14px;
	line-height: 2;
}

#mq_chanel2609 .block06 .btn_detail {
	margin-top: 230px;
}

#mq_chanel2609 .block06 .line {
  display: block;
  background-color: #000;
	z-index: 2;
}

#mq_chanel2609 .block06 .line--right {
  position: absolute;
  bottom: -125px;
  right: 0;
  width: 380px;
  height: 20px;
	background-color: #000;
  transform: scaleX(0);
  transform-origin: right center;
}

#mq_chanel2609 .block06 .line.is-active.line--right {
  animation: lineRight 0.8s ease 0.4s forwards;
}

/*-- block07 ---------------------------------------------------------------------------------------- */
#mq_chanel2609 .block07 {
	margin-top: 340px;
	overflow-x: visible;
}

#mq_chanel2609 .block07 .txt-slidein {
	position: relative;
	height: 100px;
}

#mq_chanel2609 .block07 .txt-slidein > div {
	position: absolute;
	overflow: hidden;
	width: fit-content;
	height: 40px;
}

#mq_chanel2609 .block07 .headings {
	position: relative;
	font-size: 24px;
	font-weight: 500;
	line-height: 40px;
	color: var(--color-white);
}

#mq_chanel2609 .block07 .headings1 {
	top: 0;
	left: 215px;
}

#mq_chanel2609 .block07 .headings2 {
	top: 50px;
	left: 450px;
}

#mq_chanel2609 .block07 .headings1,
#mq_chanel2609 .block07 .headings2 {
	padding: 0 10px;
}

#mq_chanel2609 .block07 .headings1::before,
#mq_chanel2609 .block07 .headings2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
	background-color: var(--color-pink2);
	z-index: 1;
	clip-path: inset(0 100% 0 0);
}

#mq_chanel2609 .block07 .txt-slidein span {
	position: relative;
	display: block;
	z-index: 2;
	clip-path: inset(0 100% 0 0);
}

#mq_chanel2609 .block07 .txt-slidein.is-active .headings1::before {
  animation: txtBgIn 0.5s ease forwards;
}

#mq_chanel2609 .block07 .txt-slidein.is-active .headings1 span {
  animation: txtIn 0.5s ease forwards;
}

#mq_chanel2609 .block07 .txt-slidein.is-active .headings2::before {
  animation: txtBgIn 0.5s ease 0.7s forwards;
}

#mq_chanel2609 .block07 .txt-slidein.is-active .headings2 span {
  animation: txtIn 0.5s ease 0.7s forwards;
}

#mq_chanel2609 .block07 .content {
	margin: 60px auto 0;
}

#mq_chanel2609 .block07 .text {
	position: relative;
	margin-top: 60px;
	margin-left: 120px;
}

#mq_chanel2609 .block07 .item_headings {
	font-size: 20px;
	line-height: 1.7;
	font-weight: bold;
}

#mq_chanel2609 .block07 .text .caption {
	font-size: 14px;
	line-height: 2;
	width: 553px;
	margin-top: 25px;
}

#mq_chanel2609 .block07 .ph_slide {
  width: 1070px;
  flex-shrink: 0;
  position: relative;
  left: -212px;
}

#mq_chanel2609 .block07 .ph_slide-inner {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.8s cubic-bezier(.16, 1, .3, 1);
}

#mq_chanel2609 .block07.is-animate .ph_slide-inner {
  clip-path: inset(0);
}

#mq_chanel2609 .block07 .ph_slide img {
  display: block;
  width: 100%;
  height: auto;
}

#mq_chanel2609 .block07 .vertical-text {
  left: auto;
  right: calc((100vw - 980px) / 2);
  clip-path: inset(0 0 0 100%);
}

#mq_chanel2609 .block07 .vertical-text.is-active {
  clip-path: inset(0);
}

/*-- block08 ---------------------------------------------------------------------------------------- */
#mq_chanel2609 .block08 {
	margin-top: 150px;
	position: relative;
}

#mq_chanel2609 .block08 .inner {
	position: relative;
}

#mq_chanel2609 .block08 .item_wrapper {
	position: relative;
	width: 700px;
	height: 1080px;
}

#mq_chanel2609 .block08 .flex_wrapper {
	position: relative;
}

#mq_chanel2609 .block08 .ph_slide {
	position: relative;
	width: 700px;
	overflow: hidden;
	margin: 0 auto;
}

#mq_chanel2609 .block08 .ph_slide::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: var(--color-item4);
	transform: translateX(-100%);
	z-index: 1;
}

#mq_chanel2609 .block08 .ph_slide-inner {
	position: relative;
	width: 700px;
	z-index: 2;
	clip-path: inset(0 100% 0 0);
}

#mq_chanel2609 .block08 .ph_slide-inner img {
	display: block;
	width: 700px;
}

#mq_chanel2609 .block08 .ph_slide.is-active::before {
	animation: phBgIn 0.6s ease forwards;
}

#mq_chanel2609 .block08 .ph_slide.is-active .ph_slide-inner {
	animation: phImageIn 0.6s ease 0.3s forwards;
}

#mq_chanel2609 .block08 .item {
	position: absolute;
	top: 440px;
	right: -130px;
	z-index: 2;
}

#mq_chanel2609 .block08 .u-color {
	color: var(--color-item4);
}

#mq_chanel2609 .block08 .item_number {
	margin-left: 580px;
  width: fit-content;
}

#mq_chanel2609 .block08 .item_img {
	width: 265px;
}

#mq_chanel2609 .block08 .item_headings {
	position: absolute;
	bottom: -180px;
	right: -150px;
  width: 80px;
}

#mq_chanel2609 .block08 .item_catch {
	font-size: 20px;
	line-height: 2;
	font-weight: 500;
	writing-mode: vertical-rl;
}

#mq_chanel2609 .block08 .item_btn-wrap {
	position: absolute;
	bottom: -155px;
	right: 100px;
	width: 120px;
	height: 120px;
	z-index: 2;
}

#mq_chanel2609 .block08 .item_btn button {
  width: 120px;
  height: 120px;
  text-align: center;
  border: 1px solid var(--color-black);
  color: var(--color-black);
	background-color: var(--color-white);
  border-radius: 50%;
  font-family: var(--font-roboto);
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

#mq_chanel2609 .block08 .item_btn button:hover {
  border: none;
  background-color: var(--color-item4);
  color: var(--color-white);
  transform: scale(1.05);
}

#mq_chanel2609 .block08 .item_text-wrap {
	width: 380px;
	position: absolute;
	bottom: -150px;
	left: 0;
	z-index: 2;
}

#mq_chanel2609 .block08 .main_text {
	font-size: 14px;
	line-height: 2;
}


/*-- block09 ---------------------------------------------------------------------------------------- */
#mq_chanel2609 .block09 {
	margin-top: 150px;
}

#mq_chanel2609 .block09 .item_wrapper {
	position: relative;
	width: 510px;
  margin-left: 280px;
}

#mq_chanel2609 .block09 .ph_zoom {
  position: relative;
  width: 510px;
  overflow: hidden;
  margin: 0 auto;
}

#mq_chanel2609 .block09 .ph_zoom-inner {
  width: 510px;
}

#mq_chanel2609 .block09 .ph_zoom-inner img {
  display: block;
  width: 510px;
  transform: scale(1.2);
  transform-origin: center center;
  transition: transform 1.8s cubic-bezier(.16,1,.3,1);
}

#mq_chanel2609 .block09 .ph_zoom.is-active .ph_zoom-inner img {
  transform: scale(1);
}

#mq_chanel2609 .block09 .item {
	position: absolute;
	top: 295px;
	left: -190px;
	z-index: 2;
}

#mq_chanel2609 .block09 .u-color {
	color: var(--color-item5);
}

#mq_chanel2609 .block09 .item_number {
	margin-left: 160px;
}

#mq_chanel2609 .block09 .item_img {
	width: 89px;
}

#mq_chanel2609 .block09 .item_btn-wrap {
	position: absolute;
	top: 130px;
	left: -194px;
	width: 120px;
	height: 120px;
	z-index: 2;
}

#mq_chanel2609 .block09 .item_btn button {
  width: 120px;
  height: 120px;
  text-align: center;
  border: 1px solid var(--color-black);
  color: var(--color-black);
	background-color: var(--color-white);
  border-radius: 50%;
  font-family: var(--font-roboto);
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

#mq_chanel2609 .block09 .item_btn button:hover {
  border: none;
  background-color: var(--color-item5);
  color: var(--color-white);
  transform: scale(1.05);
}

#mq_chanel2609 .block09 .item_text-wrap {
  width: 510px;
	position: absolute;
	bottom: -90px;
	left: 0;
	z-index: 2;
}

#mq_chanel2609 .block09 .main_text {
	font-size: 14px;
	line-height: 2;
}
/*-- block10 ---------------------------------------------------------------------------------------- */
#mq_chanel2609 .block10 {
	margin-top: 300px;

}

#mq_chanel2609 .block10 .item_wrapper {
	position: relative;
  width: 510px;
  margin-left: 100px;
}

#mq_chanel2609 .block10 .flex_wrapper {
	position: relative;
}

#mq_chanel2609 .block10 .ph_zoom {
  position: relative;
  width: 510px;
  overflow: hidden;
  margin: 0 auto;
}

#mq_chanel2609 .block10 .ph_zoom-inner {
  width: 510px;
}

#mq_chanel2609 .block10 .ph_zoom-inner img {
  display: block;
  width: 510px;
  transform: scale(1.2);
  transform-origin: center center;
  transition: transform 1.8s cubic-bezier(.16,1,.3,1);
}

#mq_chanel2609 .block10 .ph_zoom.is-active .ph_zoom-inner img {
  transform: scale(1);
}

#mq_chanel2609 .block10 .item {
	position: absolute;
	top: 272px;
	right: -196px;
	z-index: 2;
}

#mq_chanel2609 .block10 .u-color {
	color: var(--color-item6);
}

#mq_chanel2609 .block10 .item_number {
	margin-left: 565px;
	margin-bottom: -5px;
}

#mq_chanel2609 .block10 .item_img {
	width: 89px;
}

#mq_chanel2609 .block10 .item_btn-wrap {
	position: absolute;
	top: 110px;
	right: -222px;
	width: 120px;
	height: 120px;
	z-index: 2;
}

#mq_chanel2609 .block10 .item_btn button {
  width: 120px;
  height: 120px;
  text-align: center;
  border: 1px solid var(--color-black);
	background-color: var(--color-white);
  color: var(--color-black);
  border-radius: 50%;
  font-family: var(--font-roboto);
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

#mq_chanel2609 .block10 .item_btn button:hover {
  border: none;
  background-color: var(--color-item6);
  color: var(--color-white);
  transform: scale(1.05);
}

#mq_chanel2609 .block10 .item_text-wrap {
  width: 510px;
	position: absolute;
	bottom: -90px;
	right: 0;
	z-index: 2;
}

#mq_chanel2609 .block10 .main_text {
	font-size: 14px;
	line-height: 2;
}

#mq_chanel2609 .block10 .btn_detail {
	margin-top: 230px;
}
/*-- block11 ---------------------------------------------------------------------------------------- */
#mq_chanel2609 .block11 {
  position: relative;
  margin-top: 200px;
  background-image: url(../img/special_bg@2x.png);
  background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
  width: 100%;
  padding: 100px 0 135px;
}

#mq_chanel2609 .block11::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .5);
  z-index: -1;
}

#mq_chanel2609 .block11 > * {
  position: relative;
  z-index: 1;
}

#mq_chanel2609 .block11 .headings {
	font-size: 30px;
	line-height: 1.2;
	font-weight: bold;
	color: var(--color-white);
	font-family: var(--font-roboto);
	letter-spacing: 0.06em;
	text-align: center;
}

#mq_chanel2609 .block11 .movie {
  width: 360px;
  height: 640px;
  margin: 40px auto 0;
}

#mq_chanel2609 .block11 .movie iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/*-- block12 ---------------------------------------------------------------------------------------- */
#mq_chanel2609 .block12 {
	padding: 130px 0 0;
	background-color: var(--color-bg);
}

#mq_chanel2609 .block12 .headings {
	font-family: var(--font-roboto);
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	letter-spacing: 0.06em;
}

#mq_chanel2609 .block12 .item_headings {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 60px auto 0;
}

#mq_chanel2609 .block12 .catalog_slide01 {
	margin: 70px auto 0;
}

/*-- block13 ---------------------------------------------------------------------------------------- */
#mq_chanel2609 .block13 {
	position: relative;
	margin: 0 auto;
	padding: 260px 0 90px;
	background-color: var(--color-bg);
}

#mq_chanel2609 .block13 .line {
  display: block;
  background-color: #000;
	z-index: 2;
}

#mq_chanel2609 .block13 .line--left {
  position: absolute;
  top: 175px;
  left: 0;
  width: 380px;
  height: 20px;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: left center;
}

#mq_chanel2609 .block13 .is-active.line--left {
  animation: lineLeft 0.8s ease 0.4s forwards;
}

#mq_chanel2609 .block13 .item_headings {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 60px auto 0;
}

#mq_chanel2609 .block13 .catalog_slide02 {
	margin: 70px auto 0;
}

/*--------------------------------------------------------------------------------スライダー*/
#mq_chanel2609 .splide {
  width: 980px;
	margin: 0 auto;
}

#mq_chanel2609 .splide__slide {
  display: flex;
  justify-content: center;
	align-items: flex-end;
	height: 530px;
	gap: 40px;
}

#mq_chanel2609 .catalog_slide02 .splide__slide {
  flex-direction: row-reverse;
}

#mq_chanel2609 .splide__slide .slider_img {
	position: relative;
  width: 530px;
}

#mq_chanel2609 .splide__slide .copyright {
  font-size: 12px;
	color: var(--color-gray);
  position: absolute;
  right: 10px;
  bottom: 10px;
}

#mq_chanel2609 .splide__slide .slider_text {
  width: 380px;
  position: relative;
	text-align: center;
}

#mq_chanel2609 .splide__slide .slider_text .slider_name {
	font-size: 20px;
	font-weight: 700;
	line-height: 2.1;
  margin-bottom: 20px;
}

#mq_chanel2609 .splide__slide .slider_text .caption {
  margin-bottom: 20px;
	font-size: 14px;
	line-height: 2;
	 margin-bottom: 40px;
}

/* スライダー ボタン部分 */
#mq_chanel2609 .splide__slide .slider_text .gtm-pr-cv-link {
  width: 100%;
  height: 60px;
  font-size: 15px;
  position: relative;
	margin: 0 auto;
}

/* スライダー　ページネーション */
#mq_chanel2609 .slider_pagination .slider_page {
  color: var(--color-black)!important;
  border-color: var(--color-black)!important;
  -webkit-text-fill-color: var(--color-black)!important;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

#mq_chanel2609 .slider_pagination {
  display: grid;
  gap: 48px 42px;
  width: auto;
  position: absolute;
  top: 5px;
  right: 48px;
  z-index: 3;
}

#mq_chanel2609 .catalog_slide01 .slider_pagination {
  grid-template-columns: repeat(4, 48px);
}

#mq_chanel2609 .catalog_slide02 .slider_pagination {
  grid-template-columns: repeat(5, 48px);
}

#mq_chanel2609 .catalog_slide02 .slider_pagination {
	left: 0px;
	right: auto;
}

#mq_chanel2609 .slider_pagination li {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mq_chanel2609 .slider_page {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  box-sizing: border-box;
  background-size: 48px 48px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}

#mq_chanel2609 .splide .btn_black {
  width: 100%;
}

/* ページネーション色 */
#mq_chanel2609 .catalog_slide01 .slider_pagination li:nth-child(1) .slider_page {
  background-color: var(--color-430);
}
#mq_chanel2609 .catalog_slide01 .slider_pagination li:nth-child(2) .slider_page {
  background-color: var(--color-432);
}
#mq_chanel2609 .catalog_slide01 .slider_pagination li:nth-child(3) .slider_page {
  background-color: var(--color-434);
}
#mq_chanel2609 .catalog_slide01 .slider_pagination li:nth-child(4) .slider_page {
  background-color: var(--color-436);
}
#mq_chanel2609 .catalog_slide01 .slider_pagination li:nth-child(5) .slider_page {
  background-color: var(--color-438);
}
#mq_chanel2609 .catalog_slide01 .slider_pagination li:nth-child(6) .slider_page {
  background-color: var(--color-442);
}
#mq_chanel2609 .catalog_slide01 .slider_pagination li:nth-child(7) .slider_page {
  background-color: var(--color-443);
}
#mq_chanel2609 .catalog_slide01 .slider_pagination li:nth-child(8) .slider_page {
  background-color: var(--color-445);
}
#mq_chanel2609 .catalog_slide01 .slider_pagination li:nth-child(9) .slider_page {
  background-color: var(--color-446);
}
#mq_chanel2609 .catalog_slide01 .slider_pagination li:nth-child(10) .slider_page {
  background-color: var(--color-447);
}
#mq_chanel2609 .catalog_slide01 .slider_pagination li:nth-child(11) .slider_page {
  background-color: var(--color-448);
}
#mq_chanel2609 .catalog_slide01 .slider_pagination li:nth-child(12) .slider_page {
  background-color: var(--color-450);;
}

/* slide02*/
#mq_chanel2609 .catalog_slide02 .slider_pagination li:nth-child(1) .slider_page {
  background-color: var(--color-40);
}
#mq_chanel2609 .catalog_slide02 .slider_pagination li:nth-child(2) .slider_page {
  background-color: var(--color-47);
}
#mq_chanel2609 .catalog_slide02 .slider_pagination li:nth-child(3) .slider_page {
  background-color: var(--color-48);
}
#mq_chanel2609 .catalog_slide02 .slider_pagination li:nth-child(4) .slider_page {
  background-color: var(--color-69);
}
#mq_chanel2609 .catalog_slide02 .slider_pagination li:nth-child(5) .slider_page {
  background-color: var(--color-144);
}
#mq_chanel2609 .catalog_slide02 .slider_pagination li:nth-child(6) .slider_page {
  background-color: var(--color-148);
}
#mq_chanel2609 .catalog_slide02 .slider_pagination li:nth-child(7) .slider_page {
  background-color: var(--color-156);
}
#mq_chanel2609 .catalog_slide02 .slider_pagination li:nth-child(8) .slider_page {
  background-color: var(--color-160);
}
#mq_chanel2609 .catalog_slide02 .slider_pagination li:nth-child(9) .slider_page {
  background-color: var(--color-174);
}
#mq_chanel2609 .catalog_slide02 .slider_pagination li:nth-child(10) .slider_page {
  background-color: var(--color-182);
}
#mq_chanel2609 .catalog_slide02 .slider_pagination li:nth-child(11) .slider_page {
  background-color: var(--color-186);;
}
#mq_chanel2609 .catalog_slide02 .slider_pagination li:nth-child(12) .slider_page {
  background-color: var(--color-188);
}
#mq_chanel2609 .catalog_slide02 .slider_pagination li:nth-child(13) .slider_page {
  background-color: var(--color-192);;
}
#mq_chanel2609 .catalog_slide02 .slider_pagination li:nth-child(14) .slider_page {
  background-color: var(--color-196);
}

/* 選択中のページネーション */
#mq_chanel2609 .slider_page.is-active::after {
  width: 59px;
  height: 59px;
  border: 1px solid var(--color-black);
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  content: '';
  z-index: -2;
}

/* アクティブ時 */
#mq_chanel2609 .catalog_slide01 .slider_pagination li:nth-child(1) .slider_page.is-active::after {
  animation: pulse1 1.8s linear infinite;
}

#mq_chanel2609 .catalog_slide01 .slider_pagination li:nth-child(2) .slider_page.is-active::after {
  animation: pulse2 1.8s linear infinite;
}

#mq_chanel2609 .catalog_slide01 .slider_pagination li:nth-child(3) .slider_page.is-active::after {
  animation: pulse3 1.8s linear infinite;
}

#mq_chanel2609 .slider_page::before {
  position: absolute;
  bottom: -30px;
  left: 50%;
  display: block;
  transform: translateX(-50%);
  background-size: contain;
	font-size: 16px;
	font-family: var(--font-roboto);
	letter-spacing: 0.04em;
	font-weight: 700;
  content: '';
}

/* 品番 スライド１ */
#mq_chanel2609 .catalog_slide01 .slider_pagination li:nth-child(1) .slider_page::before {
	content: '430';
}

#mq_chanel2609 .catalog_slide01 .slider_pagination li:nth-child(2) .slider_page::before {
	content: '432';
}

#mq_chanel2609 .catalog_slide01 .slider_pagination li:nth-child(3) .slider_page::before {
	content: '434';
}

#mq_chanel2609 .catalog_slide01 .slider_pagination li:nth-child(4) .slider_page::before {
	content: '436';
}

#mq_chanel2609 .catalog_slide01 .slider_pagination li:nth-child(5) .slider_page::before {
	content: '438';
}

#mq_chanel2609 .catalog_slide01 .slider_pagination li:nth-child(6) .slider_page::before {
	content: '442';
}

#mq_chanel2609 .catalog_slide01 .slider_pagination li:nth-child(7) .slider_page::before {
	content: '443';
}

#mq_chanel2609 .catalog_slide01 .slider_pagination li:nth-child(8) .slider_page::before {
	content: '445';
}

#mq_chanel2609 .catalog_slide01 .slider_pagination li:nth-child(9) .slider_page::before {
	content: '446';
}

#mq_chanel2609 .catalog_slide01 .slider_pagination li:nth-child(10) .slider_page::before {
	content: '447';
}

#mq_chanel2609 .catalog_slide01 .slider_pagination li:nth-child(11) .slider_page::before {
	content: '448';
}

#mq_chanel2609 .catalog_slide01 .slider_pagination li:nth-child(12) .slider_page::before {
	content: '450';
}

/* 品番 スライド２ */
#mq_chanel2609 .catalog_slide02 .slider_pagination li:nth-child(1) .slider_page::before {
	content: '40';
}

#mq_chanel2609 .catalog_slide02 .slider_pagination li:nth-child(2) .slider_page::before {
	content: '47';
}

#mq_chanel2609 .catalog_slide02 .slider_pagination li:nth-child(3) .slider_page::before {
	content: '48';
}

#mq_chanel2609 .catalog_slide02 .slider_pagination li:nth-child(4) .slider_page::before {
	content: '69';
}

#mq_chanel2609 .catalog_slide02 .slider_pagination li:nth-child(5) .slider_page::before {
	content: '144';
}

#mq_chanel2609 .catalog_slide02 .slider_pagination li:nth-child(6) .slider_page::before {
	content: '148';
}

#mq_chanel2609 .catalog_slide02 .slider_pagination li:nth-child(7) .slider_page::before {
	content: '156';
}

#mq_chanel2609 .catalog_slide02 .slider_pagination li:nth-child(8) .slider_page::before {
	content: '160';
}

#mq_chanel2609 .catalog_slide02 .slider_pagination li:nth-child(9) .slider_page::before {
	content: '174';
}

#mq_chanel2609 .catalog_slide02 .slider_pagination li:nth-child(10) .slider_page::before {
	content: '182';
}

#mq_chanel2609 .catalog_slide02 .slider_pagination li:nth-child(11) .slider_page::before {
	content: '186';
}

#mq_chanel2609 .catalog_slide02 .slider_pagination li:nth-child(12) .slider_page::before {
	content: '188';
}

#mq_chanel2609 .catalog_slide02 .slider_pagination li:nth-child(13) .slider_page::before {
	content: '192';
}

#mq_chanel2609 .catalog_slide02 .slider_pagination li:nth-child(14) .slider_page::before {
	content: '196';
}
/*-------------------------------------------------------------------------------- ページ下部　ボタン類 */
#mq_chanel2609 .btn_list {
  margin: 100px auto
}

#mq_chanel2609 .btn.btn_detail .gtm-pr-cv-link {
  width: 470px;
  height: 60px;
  font-size: 15px;
  color: var(--color-black);
  background-image: linear-gradient(var(--color-black), var(--color-black));
}

#mq_chanel2609 .btn.btn_detail .gtm-pr-cv-link span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}


#mq_chanel2609 .btn.btn_detail .gtm-pr-cv-link span::after {
	background-image: url(../img/btn_atrow_black@2x.png);
  position: absolute;
  display: block;
  content: "";
  background-size: contain;
	background-repeat: no-repeat;
  height: 14px;
  width: 9px;
  top: 50%;
	transform: translateY(-50%);
  right: 20px;
}

#mq_chanel2609 .btn.btn_detail .gtm-pr-cv-link:hover {
  color: var(--color-white);
}

#mq_chanel2609 .btn.btn_detail .gtm-pr-cv-link:hover span::after {
	background-image: url(../img/btn_atrow_white@2x.png);
}

#mq_chanel2609 .btn_list .btn:not(:last-child) {
  margin-bottom: 40px;
}

/*----------------------------------------------------------------------------contact/credit/share */
#mq_chanel2609 .footer_inner {
	margin: 080px auto 0;
}

#mq_chanel2609 .contact {
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  margin: 80px auto 50px;
}

#mq_chanel2609 .credit {
	color: var(--color-gray);
  font-size: 12px;
  line-height: 18px;
  text-align: center;
	margin-bottom: 20px;
}

#mq_chanel2609 .caution {
	width: 610px;
	color: var(--color-gray);
  font-size: 12px;
  line-height: 18px;
  margin: 0 auto 100px;
}

#mq_chanel2609 .staff_credit {
	color: var(--color-gray);
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
}

#mq_chanel2609 .credit {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

#mq_chanel2609 .share {
  margin: 100px auto 120px;
  text-align: center;
}

#mq_chanel2609 .share_headings {
  font-size: 22px;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

#mq_chanel2609 .share_list {
  text-align: center;
}

#mq_chanel2609 .share_item {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin: 0 20px;
  position: relative;
}

#mq_chanel2609 .share_item a img {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#mq_chanel2609 .share_item a:hover {
  opacity: 1;
}

#mq_chanel2609 .share_item a img.hover {
  opacity: 0;
  z-index: 3;
  transition: all ease .15s;
  background-color: white;
  border-radius: 50%;
}

#mq_chanel2609 .share_item a:hover img.hover {
  opacity: 1;
}
