@charset "UTF-8";

/*--------------------------
>>  mqcontents
--------------------------*/
/*--------------------Reset*/
* {
  margin: 0px;
  padding: 0px;
}

#commonFooter {
  margin-top: 0 !important;
}

#mq_chanel2604 section {
  padding: 0 !important;
}
html.is-load {
  position: fixed;
  width: 100%;
}

/*--------------------Common*/
#mq_chanel2604 {
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  word-break: normal;
  line-break: strict;
  overflow: hidden;
  /*position: relative;*/

	--color-white: #ffffff;
  --color-black: #000000;
  --color-text: #262626;
  --color-gray: #666666;

	--color-red: #e60012;
	--color-red1: #c1455a;
	--color-red2: #b66c5b;
	--color-red3: #a85659;
	--color-red4: #935a58;
	--color-red5: #af2c30;
}

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

#mq_chanel2604 p {
  font-size: calc(28/750*100vw);
  line-height: 1.57;
	font-weight: 400;
	color: var(--color-text);
}

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

#mq_chanel2604 .sup,
#mq_chanel2604 sup  {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.2em;
}

#mq_chanel2604 .is-pc {
  display: none;
}

#mq_chanel2604 .is-sp {
  display: block;
}

#mq_chanel2604 br.is-pc {
  display: none;
}

#mq_chanel2604 br.is-sp {
  display: inline-block;
}

/*Clearfix*/
#mq_chanel2604 .cf:before,
#mq_chanel2604 .cf:after {
  content: "";
  display: block;
  overflow: hidden;
}
#mq_chanel2604 .cf:afte {
  clear: both;
}
#mq_chanel2604 .cf {
  zoom: 1;
}
#mq_chanel2604 .clear {
  clear: both;
}

/*Layout*/
#mq_chanel2604 .container {
  width: 92vw;
  margin: 0 4vw;
}

/*--------------------------------------------------------------------------------------
mq_chanel2604
-------------------------------------------------------------------------------------- */
/*-------------------------------------------------------------------------------- mq_chanel2604 */
#mq_chanel2604 .inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#mq_chanel2604 .headings {
	font-size: calc(28 / 750 * 100vw);
	line-height: calc(42 / 750 * 100vw);
	font-weight: 500;
	letter-spacing: .05em;
	font-feature-settings: "palt";
	color: var(--color-black);
}

#mq_chanel2604 .sub-headings {
	font-size: calc(36 / 750 * 100vw);
	line-height: calc(54 / 750 * 100vw);
	font-weight: 500;
	letter-spacing: .05em;
	font-feature-settings: "palt";
}

#mq_chanel2604 .lead {
	font-size: calc(28 / 750 * 100vw);
	line-height: calc(56 / 750 * 100vw);
	text-align: center;
	color: var(--color-text);
}

#mq_chanel2604 .main_text {
	font-size: calc(28 / 750 * 100vw);
	line-height: calc(44 / 750 * 100vw);
	color: var(--color-text);
}

#mq_chanel2604 .sub_text {
	font-size: calc(24 / 750 * 100vw);
	line-height: calc(38 / 750 * 100vw);
	color: var(--color-text);
}

#mq_chanel2604 .credit {
	font-size: calc(20 / 750 * 100vw);
	line-height: calc(30 / 750 * 100vw);
	color: var(--color-gray);
}

/* ボタン */
#mq_chanel2604 .btn {
	border: 1px solid var(--color-black);
	overflow: hidden;
	z-index: 1;
	transition: color 0.3s ease;
	font-family: "Jost", sans-serif;
	width: calc(400 / 750 * 100vw);
	height: calc(100 / 750 * 100vw);
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-white);
	color: var(--color-black);
	font-size: calc(24 / 750 * 100vw);
	font-weight: 600;
	letter-spacing: .1em;
	position: relative;
	margin: 0 auto;
}
/*-------------------------------------------------------------------------------- pr */
#mq_chanel2604 .pr {
  width: 30px;
  height: 17px;
  z-index: 2;
  position: absolute;
  top: calc(15/750 * 100vw);
  right: calc(30/750 * 100vw);
	z-index: 3;
}

/*-------------------------------------------------------------------------------- loading */
#mq_chanel2604 .loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-white);
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color .5s ease;
}

#mq_chanel2604 .is-show {
  background:rgba(255,255,255,.6);
}

#mq_chanel2604 .loading_inner {
	position: relative;
	display: flex;
	width: 92vw;
}

#mq_chanel2604 .loading_title svg {
	width: calc(272 / 750 * 100vw);
	position: absolute;
  top: calc(-155 / 750 * 100vw);
  left: calc(62 / 750 * 100vw);
  transform: rotate(-15deg);
}

#mq_chanel2604 .loading_title {
	width: 100vw;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  opacity: 0;
}

#mq_chanel2604 .loading.is-show .loading_title {
  opacity: 1;
}

#mq_chanel2604 .loading_text {
	text-align: center;
	font-family: "Jost", sans-serif;
	font-size: calc(60 / 750 * 100vw);
	line-height: calc(100 / 750 * 100vw);
	font-weight: 600;
}

/*-------------------------------------------------------------------------------- mv */
#mq_chanel2604 .mv {
	position: relative;
	filter: blur(20px);
	transition: filter 1s ease, opacity 1s ease;
	position: relative;
	padding-bottom: calc(170 / 750 * 100vw);
	filter: blur(20px);
  transition: filter 1s ease;
}

#mq_chanel2604 .mv.is-show {
  filter: blur(0);
}

#mq_chanel2604 .mv .container {
	width: 100vw;
	margin: 0;
	padding: 0;
}

#mq_chanel2604 .mv_title {
	position: relative;
  z-index: 2;
}

#mq_chanel2604 .mv_title_sub {
	position: relative;
	font-size: calc(32 / 750 * 100vw);
	line-height: calc(48 / 750 * 100vw);
	font-weight: 500;
	text-align: center;
	margin-top: calc(-60 / 750 * 100vw);
	margin-bottom: calc(30 / 750 * 100vw);
	z-index: 2;
}

#mq_chanel2604 .mv_img {
	padding-top: calc(30/750 * 100vw);
	margin-bottom: calc(-130 / 750 * 100vw);
}

#mq_chanel2604 .mv h1 {
	font-size: calc(60 / 750 * 100vw);
	line-height: calc(82 / 750 * 100vw);
	font-weight: 500;
	text-align: center;
	margin-bottom: calc(40 / 750 * 100vw);
}

#mq_chanel2604 .mv h1 span {
	color: var(--color-red);
}

#mq_chanel2604 .mv .lead {
	margin-bottom: calc(30 / 750 * 100vw);
}

#mq_chanel2604 .mv .credit {
	width: calc(680 / 750 * 100vw);
	margin: 0 auto;
}

/* 共通演出 */
#mq_chanel2604 .main_wrapper {
	position: relative;
}

#mq_chanel2604 .main_ph {
	position: relative;
	width: 100%;
}

#mq_chanel2604 .main_bg {
	position: absolute;
	overflow: hidden;
}

#mq_chanel2604 .main_bg::before {
	content: "";
	position: absolute;
	inset: 0;
	transform: translateY(-100%);
	transition: transform 0.6s ease;
	transition-delay: .6s;
}

#mq_chanel2604 .is-active .main_bg::before {
	transform: translateY(0);
}

#mq_chanel2604 .main_ph_ph1,
#mq_chanel2604 .main_ph_ph2 {
	position: absolute;
	overflow: hidden;
}

#mq_chanel2604 .main_ph_ph1 img,
#mq_chanel2604 .main_ph_ph2 img {
	width: 100%;
	transform: translateX(-100%) scale(1.1);
	opacity: 0;
	transition: transform 0.6s ease, opacity 0.6s ease;
}

#mq_chanel2604 .is-active .main_ph_ph1 img,
#mq_chanel2604 .is-active .main_ph_ph2 img {
	transform: translateX(0) scale(1);
	opacity: 1;
}

#mq_chanel2604 .main_ph_ph1::before,
#mq_chanel2604 .main_ph_ph2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-white);
	z-index: 3;
	transform: translateX(0);
	transition: transform 0.8s ease;
}

#mq_chanel2604 .is-active .main_ph_ph1::before,
#mq_chanel2604 .is-active .main_ph_ph2::before {
	transform: translateX(100%);
}

#mq_chanel2604 .main_ph_ph1.left,
#mq_chanel2604 .main_ph_ph2.left {
	transform: translateX(-100%);
}

#mq_chanel2604 .main_ph_ph1.right,
#mq_chanel2604 .main_ph_ph2.right {
	transform: translateX(100%);
}
#mq_chanel2604 .main_bg.left,
#mq_chanel2604 .main_bg.right,
#mq_chanel2604 .main_bg.top,
#mq_chanel2604 .main_ph_ph1.top,
#mq_chanel2604 .main_ph_ph2.top {
	transform: translateY(-100%);
}

#mq_chanel2604 .is-active .main_bg,
#mq_chanel2604 .is-active .main_ph_ph1,
#mq_chanel2604 .is-active .main_ph_ph2 {
	transform: translate(0,0);
	opacity: 1;
}

#mq_chanel2604 .is-active .main_ph_ph1,
#mq_chanel2604 .is-active .main_ph_ph2 {
	overflow: hidden;
}

#mq_chanel2604 .main_ph_ph1 img,
#mq_chanel2604 .main_ph_ph2 img {
	width: 100%;
	transform: scale(1.1);
	transition: transform .5s ease .6s;
}

#mq_chanel2604 .is-active .main_ph_ph1 img,
#mq_chanel2604 .is-active .main_ph_ph2 img {
	transform: scale(1);
}

#mq_chanel2604 .main_item {
	opacity: 0;
	transition: opacity .6s ease .6s;
}

#mq_chanel2604 .is-active .main_item {
	opacity: 1;
}

/* テキスト */
#mq_chanel2604 .item_label {
	font-family: "Jost", sans-serif;
	font-weight: 700;
	display: inline-block;
	overflow: hidden;
}

#mq_chanel2604 .item_label .label-wrap {
	display: flex;
}

#mq_chanel2604 .item_label.label_vertical .label-no,
#mq_chanel2604 .item_label .label-no {
	font-size: calc(48 / 750 * 100vw);
	align-self: flex-end;
}

#mq_chanel2604 .item_label.label_vertical .label-sub,
#mq_chanel2604 .item_label .label-sub {
	font-size: calc(30 / 750 * 100vw);
	letter-spacing: .05em;
}

#mq_chanel2604 .item_label.label_vertical .label-main,
#mq_chanel2604 .item_label .label-main {
	font-size: calc(120 / 750 * 100vw);
	line-height: 0.8;
}

#mq_chanel2604 .item_label .char {
	display: inline-block;
	opacity: 0;
	transform: translateY(100%);
	transition: transform 0.6s ease, opacity 0.6s ease;
}

#mq_chanel2604 .item_label.is-animate .char {
	transform: translateY(0);
	opacity: 1;
}

#mq_chanel2604 .item_label.is-animate .char {
  transform: translateY(0);
  opacity: 1;
}
/*------------------------------------------------------------------------------- block01 */
#mq_chanel2604 .block01 {
	position: relative;
	padding-bottom: calc(200 / 750 * 100vw);
}

#mq_chanel2604 .block01 .img {
	position: relative;
	width: calc(750 / 750 * 100vw);
	margin: 0 auto;
}

#mq_chanel2604 .block01 .headings_wrapper {
	position: absolute;
	display: inline-block;
	top: calc(-30 / 750 * 100vw);
	left: 0;
	z-index: 2;
}

#mq_chanel2604 .block01 .headings_wrapper .headings_line {
	display: block;
	overflow: hidden;
	line-height: calc(100 / 750 * 100vw);
	height: calc(100 / 750 * 100vw);
	margin-bottom: 0px;
}

#mq_chanel2604 .block01 .headings_wrapper .headings {
	font-family: "Jost", sans-serif;
	font-weight: 600;
	letter-spacing: -.03em;
	font-size: calc(120 / 750 * 100vw);
	line-height: calc(100 / 750 * 100vw);
	color: var(--color-black);
	display: inline-block;
	margin-left: calc(10 / 750 * 100vw);
}

#mq_chanel2604 .block01 .headings_wrapper .headings .char {
	display: inline-block;
	opacity: 0;
	transform: translateY(100%);
	transition: transform 0.6s ease, opacity 0.6s ease;
}

#mq_chanel2604 .block01 .headings_wrapper .headings.is-animate .char {
	transform: translateY(0);
	opacity: 1;
}

#mq_chanel2604 .block01 .item {
	position: absolute;
	width: 100%;
	top: calc(750 / 750 * 100vw);
	left: 0;
	z-index: 2;
}

#mq_chanel2604 .block01 .item_img {
	width: calc(466 / 750 * 100vw);
	position: absolute;
	top: calc(100 / 750 * 100vw);
	left: calc(48 / 750 * 100vw);
	z-index: 2;
}

#mq_chanel2604 .block01 .item_text {
	position: absolute;
	top: calc(350 / 750 * 100vw);
	left: calc(260 / 750 * 100vw);
}

#mq_chanel2604 .block01 .text {
	width: calc(680 / 750 * 100vw);
	margin: 0 auto;
}

#mq_chanel2604 .block01 .main_text {
	margin: calc(60 / 750 * 100vw) auto calc(30 / 750 * 100vw);
}

#mq_chanel2604 .block01 .credit,
#mq_chanel2604 .block01 .caution {
	color: var(--color-text);
}

#mq_chanel2604 .block01 .caution {
	font-size: calc(20 / 750 * 100vw);
  line-height: calc(30 / 750 * 100vw);
}

#mq_chanel2604 .block01 .credit {
	font-size: calc(24 / 750 * 100vw);
	line-height: calc(36 / 750 * 100vw);
	margin-bottom: calc(20 / 750 * 100vw);
}

/*------------------------------------------------------------------------------- block02 */
#mq_chanel2604 .block02 {
	position: relative;
	padding-bottom: calc(200 / 750 * 100vw);
}

#mq_chanel2604 .block02 .img {
	position: relative;
	margin: 0 auto calc(80 / 750 * 100vw);
}

#mq_chanel2604 .block02 .img_main {
	width: calc(750 / 750 * 100vw);
	margin: 0 auto;
	position: relative;
}

#mq_chanel2604 .block02 .img_sub {
	width: calc(114 / 750 * 100vw);
	position: absolute;
	bottom: calc(-85 / 750 * 100vw);
	right: calc(40 / 750 * 100vw);
	z-index: 2;
}

#mq_chanel2604 .block02 .sub_left {
	position: absolute;
	top: calc(20 / 750 * 100vw);
	right: calc(20 / 750 * 100vw);
	display: flex;
	flex-direction: column;
}

#mq_chanel2604 .block02 .item_label {
	position: relative;
}

#mq_chanel2604 .block02 .item_label .char {
  transform: translateX(-0.5em);
}

#mq_chanel2604 .block02 .item_label.is-animate .char {
  transform: translateX(0);
}

#mq_chanel2604 .block02 .item_label.label_vertical {
	display: flex;
	align-items: center;
	writing-mode: vertical-rl;
	color: var(--color-red1);
}

#mq_chanel2604 .block02 .item_label.label_vertical .label-no {
	font-size: calc(48 / 750 * 100vw);
}

#mq_chanel2604 .block02 .item_label.label_vertical .label-sub {
	align-self: flex-start;
	padding-top: calc(10 / 750 * 100vw);
}

#mq_chanel2604 .block02 .text {
	width: calc(680 / 750 * 100vw);
	margin: 0 auto;
}

#mq_chanel2604 .block02 .sub-headings,
#mq_chanel2604 .block02 .main_text,
#mq_chanel2604 .block02 .sub_text {
	margin-bottom: calc(20 / 750 * 100vw);
}

#mq_chanel2604 .block02 .sub_text {
	margin-bottom: calc(10 / 750 * 100vw);
}

#mq_chanel2604 .block02 .credit {
	margin-bottom: calc(50 / 750 * 100vw);
}

#mq_chanel2604 .block02 .btn {
	margin: 0 auto;
}

#mq_chanel2604 .block02 .btn::after {
	background: var(--color-red1);
}

/*------------------------------------------------------------------------------- block03 */
#mq_chanel2604 .block03 {
	position: relative;
	padding-bottom: calc(200 / 750 * 100vw);
}

#mq_chanel2604 .block03 .main_wrapper {
	margin-bottom: calc(120 / 750 * 100vw);
}

#mq_chanel2604 .block03 .main_bg::before {
	background: var(--color-red2);
}

#mq_chanel2604 .block03 .main_bg {
	background-size: cover;
	position: absolute;
	width: calc(560 / 750 * 100vw);
	height: calc(710 / 750 * 100vw);
	top: calc(125 / 750 * 100vw);
	left: calc(135 / 750 * 100vw);
}

#mq_chanel2604 .block03 .main_ph {
	position: relative;
	height: calc(1430 / 750 * 100vw);
}

#mq_chanel2604 .block03 .main_item {
	width: calc(114 / 750 * 100vw);
	position: absolute;
	top: calc(915 / 750 * 100vw);
	right: calc(40 / 750 * 100vw);
	z-index: 2;
}

#mq_chanel2604 .block03 .main_ph_ph1,
#mq_chanel2604 .block03 .main_ph_ph2 {
	width: calc(560 / 750 * 100vw);
	overflow: hidden;
}

#mq_chanel2604 .block03 .main_ph_ph1 {
	top: 0;
	right: 0;
}

#mq_chanel2604 .block03 .main_ph_ph2 {
	top: calc(709 / 750 * 100vw);
	left: 0;
}

#mq_chanel2604 .block03 .sub_wrapper {
	position: relative;
	margin-bottom: calc(80 / 750 * 100vw);
}

#mq_chanel2604 .block03 .sub_left {
	position: absolute;
	top: calc(-170 / 750 * 100vw);
	right: calc(35 / 750 * 100vw);
}

#mq_chanel2604 .block03 .sub_left .item_label {
	color: var(--color-red2);
	display: flex;
	flex-direction: column;
}

#mq_chanel2604 .block03 .sub_left .item_label .label-sub {
	padding-left: calc(115 / 750 * 100vw);
}

#mq_chanel2604 .block03 .sub_right {
	width: calc(680 / 750 * 100vw);
	margin: 0 auto;
}

#mq_chanel2604 .block03 .btn::after {
	background: var(--color-red2);
}

#mq_chanel2604 .block03 .main_text {
	margin: calc(50 / 750 * 100vw) auto calc(40 / 750 * 100vw);
}

/*------------------------------------------------------------------------------- block04 */
#mq_chanel2604 .block04 {
	position: relative;
	padding-bottom: calc(200 / 750 * 100vw);
}

#mq_chanel2604 .block04 .main_wrapper {
	margin-bottom: calc(150 / 750 * 100vw);
}

#mq_chanel2604 .block04 .main_bg::before {
	background: var(--color-red3);
}

#mq_chanel2604 .block04 .main_bg {
	background-size: cover;
	position: absolute;
	width: calc(560 / 750 * 100vw);
	height: calc(716 / 750 * 100vw);
  top: calc(594 / 750 * 100vw);
  right: calc(0 / 750 * 100vw);

}

#mq_chanel2604 .block04 .main_ph {
	position: relative;
	height: calc(1433 / 750 * 100vw);
}

#mq_chanel2604 .block04 .main_item {
	width: calc(114 / 750 * 100vw);
	position: absolute;
	top: calc(900 / 750 * 100vw);
	left: calc(50 / 750 * 100vw);
	z-index: 2;
}

#mq_chanel2604 .block04 .main_ph_ph1,
#mq_chanel2604 .block04 .main_ph_ph2 {
	width: calc(560 / 750 * 100vw);
	overflow: hidden;
}

#mq_chanel2604 .block04 .main_ph_ph1 {
	top: 0;
	left: 0;
}

#mq_chanel2604 .block04 .main_ph_ph2 {
	top: calc(715 / 750 * 100vw);
	left: calc(128 / 750 * 100vw);
}

#mq_chanel2604 .block04 .sub_wrapper {
	position: relative;
	margin-bottom: calc(60 / 750 * 100vw);
}

#mq_chanel2604 .block04 .sub_left {
	position: absolute;
	top: calc(-200 / 750 * 100vw);
	left: calc(30 / 750 * 100vw);
}

#mq_chanel2604 .block04 .sub_left .item_label {
	color: var(--color-red3);
	display: flex;
	flex-direction: column;
}

#mq_chanel2604 .block04 .sub_right {
	width: calc(680 / 750 * 100vw);
	margin: 0 auto;
}

#mq_chanel2604 .block04 .btn::after {
	background: var(--color-red3);
}

#mq_chanel2604 .block04 .main_text {
	margin: calc(50 / 750 * 100vw) auto calc(40 / 750 * 100vw);
}

/*------------------------------------------------------------------------------- block05 */
#mq_chanel2604 .block05 {
	position: relative;
	padding-bottom: calc(200 / 750 * 100vw);
}

#mq_chanel2604 .block05 .main_wrapper {
	margin-bottom: calc(85 / 750 * 100vw);
}

#mq_chanel2604 .block05 .main_bg::before {
	background: var(--color-red4);
	transition-delay: .5s;
}

#mq_chanel2604 .block05 .main_bg {
	background-size: cover;
	position: absolute;
	width: calc(360 / 750 * 100vw);
	height: calc(960 / 750 * 100vw);
	top: calc(55 / 750 * 100vw);
	left: 0;
}

#mq_chanel2604 .block05 .main_ph {
	position: relative;
	height: calc(1050 / 750 * 100vw);
}

#mq_chanel2604 .block05 .main_item {
	width: calc(114 / 750 * 100vw);
	position: absolute;
	bottom: calc(0 / 750 * 100vw);
	right: calc(40 / 750 * 100vw);
	z-index: 2;
}

#mq_chanel2604 .block05 .main_ph_ph1 {
	width: calc(640 / 750 * 100vw);
	top: calc(157 / 750 * 100vw);
	overflow: hidden;
}

#mq_chanel2604 .block05 .sub_wrapper {
	position: relative;
	margin-bottom: calc(60 / 750 * 100vw);
}

#mq_chanel2604 .block05 .sub_left {
	position: absolute;
	top: 0;
	right: calc(35 / 750 * 100vw);
}

#mq_chanel2604 .block05 .item_label {
	color: var(--color-red4);
	display: flex;
	flex-direction: column;
	text-align: right;
}

#mq_chanel2604 .block05 .sub_right {
	width: calc(680 / 750 * 100vw);
	margin: 0 auto;
}

#mq_chanel2604 .block05 .sub-headings {
	margin-bottom: calc(30 / 750 * 100vw);
	letter-spacing: -0.05em;
}

#mq_chanel2604 .block05 .main_text {
	margin-bottom: calc(20 / 750 * 100vw);
}

#mq_chanel2604 .block05 .btn::after {
	background: var(--color-red4);
}

#mq_chanel2604 .block05  .main_text {
	margin: calc(50 / 750 * 100vw) auto calc(40 / 750 * 100vw);
}

/*------------------------------------------------------------------------------- block06 */
#mq_chanel2604 .block06 {
	position: relative;
	padding-bottom: calc(120 / 750 * 100vw);
}

#mq_chanel2604 .block06 .img {
	position: relative;
}

#mq_chanel2604 .block06 .img_main {
	position: relative;
	width: calc(750 / 750 * 100vw);
	margin: 0 auto;
}

#mq_chanel2604 .block06 .img_sub {
	width: calc(113 / 750 * 100vw);
	position: absolute;
	top: calc(567 / 750 * 100vw);
	left: calc(30 / 750 * 100vw);
	z-index: 2;
}

#mq_chanel2604 .block06 .sub_left {
	position: absolute;
	top: calc(15 / 750 * 100vw);
	left: calc(30 / 750 * 100vw);
	z-index: 2;
	display: flex;
	flex-direction: column;
}

#mq_chanel2604 .block06 .item_label {
	position: relative;
}

#mq_chanel2604 .block06 .item_label .char {
  transform: translateX(-0.5em);
}

#mq_chanel2604 .block06 .item_label.is-animate .char {
  transform: translateX(0);
}

#mq_chanel2604 .block06 .item_label.label_vertical {
	color: var(--color-red5);
	display: flex;
	align-items: center;
	writing-mode: vertical-rl;
}

#mq_chanel2604 .block06 .item_label.label_vertical .label-no {
	font-size: calc(48 / 750 * 100vw);
}

#mq_chanel2604 .block06 .item_label.label_vertical .label-sub {
	align-self: flex-end;
	padding-top: calc(10 / 750 * 100vw);
}

#mq_chanel2604 .block06 .text {
	width: calc(652 / 750 * 100vw);
	margin: calc(80 / 750 * 100vw) auto;
}

#mq_chanel2604 .block06 .sub-headings {
	margin-bottom: calc(30 / 750 * 100vw);
}

#mq_chanel2604 .block06 .main_text {
	margin-bottom: calc(20 / 750 * 100vw);
}

#mq_chanel2604 .block06 .sub_text {
	margin-bottom: calc(10 / 750 * 100vw);
}

#mq_chanel2604 .btn::after {
	background: var(--color-red5);
}

/*------------------------------------------------------------------------------- block07 */
#mq_chanel2604 .block07 {
	position: relative;
	margin-bottom: calc(120 / 750 * 100vw);
	background: #fafafa;
	padding: calc(60 / 750 * 100vw) 0 calc(220 / 750 * 100vw);
}

#mq_chanel2604 .block07 .sub-headings {
	color: var(--color-red1);
	margin-bottom: calc(30 / 750 * 100vw);
}

#mq_chanel2604 .block07 .text {
	width: calc(680 / 750 * 100vw);
	margin: 0 auto calc(80 / 750 * 100vw);
}

#mq_chanel2604 .block07 .text .main_text {
	margin: 0 auto calc(20 / 750 * 100vw);
}

/*------------------------------------------------------------------------------- スライダー */
#mq_chanel2604 .splide * {
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
}

#mq_chanel2604 .splide_main {
	position: relative;
	max-width: calc(980 / 750 * 100vw);
	margin: 0 auto;
	z-index: 1;
}

#mq_chanel2604 .splide_main .splide__arrows,
#mq_chanel2604 .splide_main .pagination {
	top: calc(335 / 750 * 100vw);
}

#mq_chanel2604 .splide_main .slide_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: calc(40 / 750 * 100vw);
}

#mq_chanel2604 .splide_main .slide_left,
#mq_chanel2604 .splide_main .slide_right {
	flex: none;
	width: 100%;
	max-width: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
}

#mq_chanel2604 .splide .item_img img {
	width: 100%;
	max-width: calc(750 / 750 * 100vw);
	height: auto;
	display: block;
}

#mq_chanel2604 .splide .item_name {
	font-family:"Zen Kaku Gothic New","Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
	font-size: calc(32 / 750 * 100vw);
	line-height: calc(48 / 750 * 100vw);
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: calc(15 / 750 * 100vw);
	color: var(--color-black);
	transform: translate3d(0,0,0);
	will-change: transform;
	-webkit-font-smoothing: antialiased;
}

#mq_chanel2604 .splide__slide {
  backface-visibility: hidden;
}

#mq_chanel2604 .splide .item_text {
	font-size: calc(28 / 750 * 100vw);
	line-height: calc(44 / 750 * 100vw);
	margin-bottom: calc(60 / 750 * 100vw);
	color: var(--color-text);
}

#mq_chanel2604 .splide .btn {
	border: 1px solid var(--color-black);
	overflow: hidden;
	z-index: 1;
	transition: color 0.3s ease;
	font-family: "Jost", sans-serif;
	width: calc(400 / 750 * 100vw);
	height: calc(100 / 750 * 100vw);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-white);
	color: var(--color-black);
	font-size: calc(24 / 750 * 100vw);
	font-weight: 600;
	letter-spacing: .1em;
	position: relative;
}

#mq_chanel2604 .splide_main .splide__arrows {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: calc(-150 / 750 * 100vw);
	display: flex;
	justify-content: space-between;
	width: calc(680 / 750 * 100vw);
	pointer-events: none;
}

#mq_chanel2604 .splide_main .splide__arrows button {
    pointer-events: auto;
}

#mq_chanel2604 .splide_main .splide__arrow--prev,
#mq_chanel2604 .splide_main .splide__arrow--next {
	width: calc(80 / 750 * 100vw);
	height: calc(80 / 750 * 100vw);
	background-image: url(../img/slider_arrow_sp@2x.png);
	background-size: calc(80 / 750 * 100vw) calc(80 / 750 * 100vw);
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}

#mq_chanel2604 .splide_main .splide__arrow--prev {
	transform: scale(-1,1);
}

#mq_chanel2604 .splide_main .splide__arrow--next {
	margin-left: calc(0 / 750 * 100vw);
}

#mq_chanel2604 .splide_main .pagination {
	position: absolute;
	left: 50%;
	top: calc(693 / 750 * 100vw);
	transform: translateX(-50%);
	font-family: "Jost", sans-serif;
	font-size: calc(28 / 750 * 100vw);
	line-height: calc(40 / 750 * 100vw);
	font-weight: 400;
}

#mq_chanel2604 .pagination sup {
	vertical-align: middle;
	padding: 0 calc(10 / 750 * 100vw);;
}

/*------------------------------------------------------------------------------- block08 */
#mq_chanel2604 .block08 {
	position: relative;
}

#mq_chanel2604 .btn_list {
	margin-top: calc(100 / 750 * 100vw);
	margin-bottom: calc(80 / 750 * 100vw);
}

#mq_chanel2604 .btn_list .btn {
	font-family: "Zen Kaku Gothic New", sans-serif;
	width: calc(500 / 750 * 100vw);
	height: calc(100 / 750 * 100vw);
	border: 1px solid var(--color-black);
	overflow: hidden;
	z-index: 1;
	transition: color 0.3s ease;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-white);
	color: var(--color-black);
	font-size: calc(24 / 750 * 100vw);
	font-weight: 700;
	letter-spacing: .05em;
	position: relative;
}

#mq_chanel2604 .btn_list .btn::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 200%;
	background: var(--color-black);
	z-index: -1;
	transition: width 0.3s ease;
}

#mq_chanel2604 .btn_list .btn:hover {
	color: var(--color-white);
}

#mq_chanel2604 .btn_list .btn:hover::after {
	width: 100%;
}

#mq_chanel2604 .btn_list .btn_item:not(:last-child) {
	margin-bottom: calc(40 / 750 * 100vw);
}

/*----------------------------------------------------------------------------contact/credit/share */

#mq_chanel2604 .block08 .contact {
  font-size: calc(28/750 * 100vw);
  line-height: calc(44/750 * 100vw);
  margin-bottom: calc(44/750 * 100vw);
}

#mq_chanel2604 .block08 .credit {
  font-size: calc(20/750 * 100vw);
  line-height: calc(30/750 * 100vw);
	color: var(--color-text);
}

#mq_chanel2604 .block08 .caution {
  font-size: calc(20/750 * 100vw);
  line-height: calc(30/750 * 100vw);
  margin-bottom: calc(95/750 * 100vw);
}


/*---------------------------------------------------------------------------------------- share */
#mq_chanel2604 .share {
  margin: 0 auto calc(160/750 * 100vw);
  text-align: center;
}

#mq_chanel2604 .share_headings {
  font-size: calc(32/750 * 100vw);
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: calc(38/750 * 100vw);
}

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

#mq_chanel2604 .share_item {
  width: calc(100/750 * 100vw);
  height: calc(100/750 * 100vw);
  display: inline-block;
  margin: 0 calc(40/750 * 100vw);
  position: relative;
}

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