@charset "UTF-8";

/*--------------------------
>>  mqcontents
--------------------------*/

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

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

body.is-fixed {
  position: fixed;
  width: 100%;
}

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

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

#mq_chanel2602 section {
  padding: 0 !important;
}

/*--------------------Common*/
#mq_chanel2602 {
	/*position: relative;*/
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
	line-height: 1;
	word-break: normal;
	line-break: strict;
  overflow: hidden;

  /* 白・黒 */
  --color-white: #fff;
  --color-black: #262626;
  --color-text: #404040;
  --color-text-sub: #666666;
  --color-gray: #969696;

	--color-blue: #506d8b;
	--color-orange: #f7af6f;
  color: var(--color-black);
}

#mq_chanel2602 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_chanel2602 p {
  font-size: 16px;
  line-height: 29px;
	font-weight: 400;
	color: var(--color-text);
}

#mq_chanel2602 a,
#mq_chanel2602 button {
  transition: all ease .25s;
}

/* #mq_chanel2602 a:hover,
#mq_chanel2602 button:hover,
#mq_chanel2602 button.fadeup.is-active:hover  {
  opacity: .5;
} */

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

#mq_chanel2602 .sup,
#mq_chanel2602 sup {
  font-size: 10px;
  vertical-align: top;
  position: relative;
  top: -0.2em;
}

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

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

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

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

#mq_chanel2602 br.is-sp {
  display: none;
}

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

/*--------------------Layout*/
#mq_chanel2602 .container {
	margin: 0 auto;
	width: 980px;
}

/*--------------------------------------------------------------------------------------
mq_chanel2602
-------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------- 共通スタイル */
#mq_chanel2602 .inner {
  width: 980px;
  margin: 0 auto;
}

#mq_chanel2602 .headings {
  font-size: 28px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: .05em;
	font-feature-settings: "palt";
	color: var(--color-black);
}

#mq_chanel2602 .sub-headings {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: .1em;
  font-feature-settings: "palt";
}

#mq_chanel2602 .lead {
  font-size: 20px;
  line-height: 44px;
  text-align: center;
}

#mq_chanel2602 .sub-lead {
  font-size: 16px;
  line-height: 24px;
	font-weight: 500;
	letter-spacing: .1em;
	font-feature-settings: "palt";
}

#mq_chanel2602 .main-text {
  font-size: 16px;
  line-height: 29px;
	padding-bottom: 15px;
}

#mq_chanel2602 .caption {
  font-size: 14px;
  line-height: 28px;
}

#mq_chanel2602 .copyright {
  font-size: 12px;
  line-height: 18px;
	color: var(--color-text-sub);
}

#mq_chanel2602 .caution {
  font-size: 12px;
  line-height: 18px;
	color: var(--color-text-sub);
}


/* ボタン */
#mq_chanel2602 .btn {
	width: 380px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
  font-size: 15px;
  position: relative;
}

#mq_chanel2602 .btn::after {
  position: absolute;
  display: block;
  content: "";
  background-size: contain;
	background-repeat: no-repeat;
  height: 14px;
  width: 9px;
  top: 50%;
	transform: translateY(-50%);
  right: 20px;
}

#mq_chanel2602 .btn.is-deactive {
  background-color: var(--color-gray);
  pointer-events: none;
	border: none!important;
	color: var(--color-white)!important;
}

#mq_chanel2602 .btn.is-hidden {
	display: none;
}

#mq_chanel2602 .btn.is-deactive::after {
  opacity: 0;
}

#mq_chanel2602 .img {
  position: relative;
}

#mq_chanel2602 .modal_open {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  border: none;
  background-size: contain;
  cursor: pointer;
}

#mq_chanel2602 .btn_blue {
  background-image: url('../img/btn_open_blue@2x.png');
}

#mq_chanel2602 .btn_blue:hover,
#mq_chanel2602 .btn_blue.is-active {
  background-image: url('../img/btn_open_blue_over@2x.png');
}

#mq_chanel2602 .btn_orange {
  background-image: url('../img/btn_open_orange@2x.png');
}

#mq_chanel2602 .btn_orange:hover,
#mq_chanel2602 .btn_orange.is-active {
  background-image: url('../img/btn_open_orange_over@2x.png');
}

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

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

#mq_chanel2602 .modal01 .sub-headings {
	color: var(--color-blue);
	margin-bottom: 30px;
}

#mq_chanel2602 .modal04 .sub-headings {
	color: var(--color-orange);
	margin-bottom: 30px;
}

#mq_chanel2602 .modal_inner {
	background-color: var(--color-white);
	opacity: .85;
	padding: 80px 40px 100px;
}

#mq_chanel2602 .modal_close {
	width: 16px;
	position: absolute;
	right: 40px;
	bottom: 40px;
}

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

/*-------------------------------------------------------------------------------- pr */
#mq_chanel2602 .pr {
  width: 30px;
  height: 17px;
  right: calc(50% - 490px);
  top: 20px;
  position: absolute;
  z-index: 2;
}

/*-------------------------------------------------------------------------------- mv */
#mq_chanel2602 .mv {
  position: relative;
}

#mq_chanel2602 .mv_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

#mq_chanel2602 .mv_wrapper {
  width: 555px;
  height: 750px;
  position: relative;
}

#mq_chanel2602 .mv .scroll-zoom.mv_img {
	width: 555px;
	height: 750px;
  position: relative;
	visibility: hidden;
}

#mq_chanel2602 .mv .scroll-zoom.is-animate {
  visibility: visible;
}

#mq_chanel2602 .mv_img .copyright {
	margin-top: 5px;
  display: block;
	color: var(--color-text-sub);
}

#mq_chanel2602 .mv_title {
	font-size: 48px;
  line-height: 66px;
  font-weight: 500;
  letter-spacing: .05em;
  padding-left: 40px;
}

#mq_chanel2602 .mv_title_sub {
	color: var(--color-blue);
	font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: .1em;
	font-feature-settings: "palt";
	margin-bottom: 25px;
}

#mq_chanel2602 .mv_title > * {
  opacity: 0;
  transform: translateY(20px);
  transition: .8s ease;
}

#mq_chanel2602 .mv_title.is-active > * {
  opacity: 1;
  transform: translateY(0);
}

#mq_chanel2602 .mv_title.is-active > *:nth-child(1) {
	transition-delay: .2s;
	}

#mq_chanel2602 .mv_title.is-active > *:nth-child(2) {
	transition-delay: .6s;
}

#mq_chanel2602 .mv_title span {
	color: var(--color-blue);
}

#mq_chanel2602 .mv_title h1 span {
	padding-left: 120px;
}

#mq_chanel2602 .mv .lead {
	font-size: 18px;
	margin: 150px auto 0;
}

/*------------------------------------------------------------------------------- block01 */
#mq_chanel2602 .block01 {
  padding-top: 150px;
}

#mq_chanel2602 .block01 .main {
  position: relative;
}

#mq_chanel2602 .block01 .heading_wrapper {
	position: relative;
}

#mq_chanel2602 .block01 .line {
  position: absolute;
  left: 87px;
  top: 0px;
  width: 1px;
  height: 246px;
  background-color: var(--color-blue);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.8s ease-out;
	z-index: 2;
}

#mq_chanel2602 .block01 .line.is-active {
  transform: scaleY(1);
}

#mq_chanel2602 .block01 .headings {
  position: absolute;
  top: 120px;
  left: 130px;
	z-index: 2;
  opacity: 1;
  overflow: hidden;
  display: inline-block;
  width: 0;
  white-space: nowrap;
  transition: width 1.5s ease-out;
}

#mq_chanel2602 .block01 .headings.is-animate {
  width: 100%;
}

#mq_chanel2602 .block01 .img .modal_open {
  position: absolute;
  bottom: 130px;
  right: 85px;
  cursor: pointer;
}

#mq_chanel2602 .block01 .btn {
	margin: 110px auto 0;
}

#mq_chanel2602 .block01 .btn {
	margin: 100px auto 0;
	color: var(--color-blue);
	border: 1px solid var(--color-blue);
}

#mq_chanel2602 .block01 .btn:hover {
	color: var(--color-white);
  background-color: var(--color-blue);
}

#mq_chanel2602 .block01 .btn::after {
	background-image: url(../img/btn_atrow_blue@2x.png);
}

/*------------------------------------------------------------------------------- block02 */
#mq_chanel2602 .block02 {
	padding-top: 200px;
}

#mq_chanel2602 .block02 .sub-headings {
	color: var(--color-blue);
	margin-bottom: 10px;
}

#mq_chanel2602 .block02 sup {
	font-size: 14px;
}

#mq_chanel2602 .block02 .headings_wrapper {
	position: relative;
  display: table;
  margin-bottom: 80px;
	margin-left: 125px;
  text-align: left;
}

#mq_chanel2602 .block02 .line {
  position: absolute;
  left: -40px;
  top: -50px;
  width: 1px;
  height: 286px;
  background-color: var(--color-blue);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.8s ease-out;
	z-index: 3;
}

#mq_chanel2602 .block02 .line.is-active {
  transform: scaleY(1);
}

#mq_chanel2602 .block02 .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

#mq_chanel2602 .block02 .img .bg,
#mq_chanel2602 .block02 .img picture img {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}

#mq_chanel2602 .block02 .img.is-animate .bg {
  opacity: 1;
}

#mq_chanel2602 .block02 .img.is-animate picture img {
  opacity: 1;
  transition-delay: 0.5s;
}

#mq_chanel2602 .block02 .img {
  position: relative;
}

#mq_chanel2602 .block02 .img .bg {
  position: absolute;
  top: 40px;
  left: -40px;
  width: 470px;
  height: 704px;
  background: url('../img/block02_ph_bg@2x.png') no-repeat center/cover;
  z-index: 1;
}

#mq_chanel2602 .block02 .img picture,
#mq_chanel2602 .block02 .img img {
  position: relative;
  z-index: 2;
  display: block;
  width: 470px;
  height: auto;
}

#mq_chanel2602 .block02 .img .modal_open {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3;
}

#mq_chanel2602 .block02 .text {
	width: 400px;
	margin-left: 40px;
}

#mq_chanel2602 .block02 .btn {
	margin: 100px auto 0;
	color: var(--color-blue);
	border: 1px solid var(--color-blue);
}

#mq_chanel2602 .block02 .btn:hover {
	color: var(--color-white);
  background-color: var(--color-blue);
}

#mq_chanel2602 .block02 .btn::after {
	background-image: url(../img/btn_atrow_blue@2x.png);
}

#mq_chanel2602 .block02 .main-text {
  width: 380px;
  margin-bottom: 43px;
  margin-top: 37px;
}

#mq_chanel2602 .block02 .text_box {
	width: 640px;
	margin: 140px auto 0;
	border: 1px solid var(--color-blue);
	padding: 60px 40px;
}

#mq_chanel2602 .block02 .sub-lead {
	color: var(--color-blue);
	margin-bottom: 15px;
}

#mq_chanel2602 .block02 .sub-lead sup {
	font-size: 10px;
}

#mq_chanel2602 .block02 .caption sup {
	font-size: 8px;
}

/*------------------------------------------------------------------------------- block03 */
#mq_chanel2602 .block03 {
	padding-top: 200px;
}

#mq_chanel2602 .block03 .sub-headings {
	color: var(--color-blue);
	margin-bottom: 10px;
}

#mq_chanel2602 .block03 .headings_wrapper {
	position: relative;
  display: table;
  margin-bottom: 80px;
	margin-right: 125px;
  text-align: right;
	margin-left: auto;
}

#mq_chanel2602 .block03 .slidein {
  position: relative;
  opacity: 0;
  transition: opacity 1s ease-out;
}

#mq_chanel2602 .block03 .slidein.is-animate {
  opacity: 1;
}

#mq_chanel2602 .block03 .slidein_inner {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  z-index: 2;
  transition: transform 1s ease-out;
	transform: translateX(-100%);
}

#mq_chanel2602 .block03 .slidein.is-animate .slidein_inner {
  transform: translateX(0);
}

#mq_chanel2602 .block03 .line {
  position: absolute;
  right: -40px;
  top: -50px;
  width: 1px;
  height: 286px;
  background-color: var(--color-blue);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.8s ease-out;
	z-index: 3;
}

#mq_chanel2602 .block03 .line.is-active {
  transform: scaleY(1);
}

#mq_chanel2602 .block03 .flex {
  display: flex;
	flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}

#mq_chanel2602 .block03 .img .bg,
#mq_chanel2602 .block03 .img picture img {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}

#mq_chanel2602 .block03 .img.is-animate .bg {
  opacity: 1;
}

#mq_chanel2602 .block03 .img.is-animate picture img {
  opacity: 1;
  transition-delay: 0.5s;
}

#mq_chanel2602 .block03 .img {
  position: relative;
}

#mq_chanel2602 .block03 .img .bg {
  position: absolute;
  top: 40px;
  right: 0;
  width: 470px;
  height: 704px;
  background: url('../img/block03_ph_bg@2x.png') no-repeat center/cover;
  z-index: 1;
}

#mq_chanel2602 .block03 .img picture,
#mq_chanel2602 .block03 .img img {
  position: relative;
  z-index: 2;
  display: block;
  width: 470px;
  height: auto;
}

#mq_chanel2602 .block03 .img .modal_open {
  position: absolute;
  bottom: 20px;
  right: 62px;
  z-index: 3;
}

#mq_chanel2602 .block03 .main {
	flex: 1;
	margin-left: 70px;
}

#mq_chanel2602 .block03 .text {
	width: 400px;
}

#mq_chanel2602 .block03 .text_wrapper {
	width: 400px;
}

#mq_chanel2602 .block03 .btn {
	margin-top: 100px;
	color: var(--color-blue);
	border: 1px solid var(--color-blue);
}

#mq_chanel2602 .block03 .btn:hover {
	color: var(--color-white);
  background-color: var(--color-blue);
}

#mq_chanel2602 .block03 .btn::after {
	background-image: url(../img/btn_atrow_blue@2x.png);
}

#mq_chanel2602 .block03 .main-text {
  width: 380px;
  margin-bottom: 43px;
}

#mq_chanel2602 .block03 .main-text {
  margin-top: 37px;
}

#mq_chanel2602 .block03 .text_box {
	width: 640px;
	margin: 140px auto 0;
	border: 1px solid var(--color-blue);
	padding: 60px 40px;
}

#mq_chanel2602 .block03 .sub-lead {
	color: var(--color-blue);
	margin-bottom: 15px;
}

/*------------------------------------------------------------------------------- block04 */
#mq_chanel2602 .block04 {
	padding-top: 200px;
}

#mq_chanel2602 .block04 .main {
	width: 640px;
	margin: 0 auto;
}

#mq_chanel2602 .block04 .wrapper {
	width: 640px;
  height: 820px;
  position: relative;
	overflow: hidden;
}

#mq_chanel2602 .block04 .img {
	width: 640px;
  height: 820px;
  position: relative;
  overflow: hidden;
}

#mq_chanel2602 .block04 .copyright {
	margin-top: 5px;
	text-align: right;
	color: var(--color-text-sub);
}

/*------------------------------------------------------------------------------- block05 */
#mq_chanel2602 .block05 {
	padding-top: 130px;
}

#mq_chanel2602 .block05 .sub-headings {
	color: var(--color-orange);
	margin-bottom: 10px;
}

#mq_chanel2602 .block05 .headings_wrapper {
	position: relative;
  display: table;
  margin-bottom: 80px;
	margin-left: 125px;
  text-align: left;
}

#mq_chanel2602 .block05 .line {
  position: absolute;
  left: -40px;
  top: -50px;
  width: 1px;
  height: 286px;
  background-color: var(--color-orange);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.8s ease-out;
	z-index: 3;
}

#mq_chanel2602 .block05 .line.is-active {
  transform: scaleY(1);
}

#mq_chanel2602 .block05 .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

#mq_chanel2602 .block05 .img .bg,
#mq_chanel2602 .block05 .img picture img {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}

#mq_chanel2602 .block05 .img.is-animate .bg {
  opacity: 1;
}

#mq_chanel2602 .block05 .img.is-animate picture img {
  opacity: 1;
  transition-delay: 0.5s;
}

#mq_chanel2602 .block05 .img {
  position: relative;
	width: 470px;
  height: 704px;
}

#mq_chanel2602 .block05 .img .bg {
  position: absolute;
  top: 40px;
  right: -40px;
  width: 470px;
  height: 704px;
  background: url('../img/block05_ph_bg@2x.png') no-repeat center/cover;
  z-index: 1;
}

#mq_chanel2602 .block05 .img picture,
#mq_chanel2602 .block05 .img img {
  position: relative;
  z-index: 2;
  display: block;
  width: 470px;
  height: auto;
}

#mq_chanel2602 .block05 .img .modal_open {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3;
}

#mq_chanel2602 .block05 .text {
	flex: 1;
	margin-left: 85px;
}

#mq_chanel2602 .block05 .text_wrapper {
	width: 400px;
}

#mq_chanel2602 .block05 .btn {
	margin: 100px auto 0;
	color: var(--color-orange);
	border: 1px solid var(--color-orange);
}

#mq_chanel2602 .block05 .btn:hover {
	color: var(--color-white);
  background-color: var(--color-orange);
}

#mq_chanel2602 .block05 .btn::after {
	background-image: url(../img/btn_atrow_orange@2x.png);
}

#mq_chanel2602 .block05 .main-text {
  width: 380px;
  margin-bottom: 43px;
}

#mq_chanel2602 .block05 .main-text {
  margin-top: 37px;
}
/*------------------------------------------------------------------------------- block06 */
#mq_chanel2602 .block06 {
	padding-top: 320px;
	padding-bottom: 200px;
}

#mq_chanel2602 .block06 .flex {
  display: flex;
	flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}

#mq_chanel2602 .block06 .img {
	position: relative;
	width: 470px;
}

#mq_chanel2602 .block06 .img .ph1 {
	position: absolute;
	top: -80px;
	left: -60px;
	width: 276px;
	z-index: 2;
}

#mq_chanel2602 .block06 .img .ph2 {
	position: relative;
	width: 470px;
}

#mq_chanel2602 .block06 .main {
	position: relative;
	margin-left: 110px;
}

#mq_chanel2602 .block06 .copyright {
	color: var(--color-text-sub);
	position: absolute;
	writing-mode: vertical-rl;
	top: -80px;
	left: -80px;
}

#mq_chanel2602 .block06 .copyright span {
  display: inline-block;
  transform: rotate(90deg);
}

#mq_chanel2602 .block06 .headings_wrapper {
  margin-bottom: 80px;
}

#mq_chanel2602 .block06 .text {
  width: 380px;
}

#mq_chanel2602 .block06 .is-scroll {
	max-height: 215px;
}

#mq_chanel2602 .block06 .main-text {
	padding-bottom: 30px;
}

/*------------------------------------------------------------------------------- block07 */
#mq_chanel2602 .block07 {
	border-top: 1px solid var(--color-blue);
	border-bottom: 1px solid var(--color-blue);
	background: #f5f7fa;
	padding: 150px 0;
}

#mq_chanel2602 .block07 .catalog_headings {
  font-family: "Jost", sans-serif;
	font-size: 56px;
	line-height: 56px;
	letter-spacing: .05em;
	color: var(--color-blue);
	text-align: center;
	margin-bottom: 80px;
}

#mq_chanel2602 .block07 .catalog_img {
	position: relative;
  max-width: 470px;
  box-sizing: border-box;
	margin: 0 auto 60px;
}

#mq_chanel2602 .block07 .catalog_item {
  width: 100%;
  max-width: 470px;
  box-sizing: border-box;
	color: var(--color-blue);
	font-size: 21px;
	letter-spacing: .02em;
  line-height: 33px;
  font-weight: 500;
	text-align: center;
	margin: 0 auto 15px;
}

#mq_chanel2602 .block07 .catalog_text {
  width: 100%;
  max-width: 470px;
  box-sizing: border-box;
	font-size: 14px;
  line-height: 28px;
	margin: 0 auto;
}

#mq_chanel2602 .block07 .btn {
	width: 100%;
  max-width: 380px;
	margin: 40px auto 0;
	color: var(--color-blue);
	border: 1px solid var(--color-blue);
}

#mq_chanel2602 .block07 .btn:hover {
	color: var(--color-white);
  background-color: var(--color-blue);
}

#mq_chanel2602 .block07 .btn::after {
	background-image: url(../img/btn_atrow_blue@2x.png);
}

/*----------------------------------------------------------------------------スライダー */
#mq_chanel2602 .splide.splide_catalog {
	max-width: 470px!important;
	margin: 0 auto;
}

#mq_chanel2602 .splide.is-initialized {
  visibility: visible;
}

#mq_chanel2602 .splide__list {
  display: flex;
  align-items: flex-start;
}

#mq_chanel2602 .splide__track {
  overflow: visible;
}

#mq_chanel2602 .splide__slide {
	width: 470px;
  opacity: .4;
  transition: opacity .8s ease;
}

#mq_chanel2602 .splide__slide .slide_inner {
	transform: translateY(85px) scale(0.7);
  transform-origin: center top;
  transition: transform .8s ease;
	will-change: transform;
}

#mq_chanel2602 .splide__slide.is-active {
  opacity: 1;
}

#mq_chanel2602 .splide__slide.is-active .slide_inner {
  transform: translateY(0) scale(1);
}

#mq_chanel2602 .splide__slide:not(.is-active) .catalog_item,
#mq_chanel2602 .splide__slide:not(.is-active) .catalog_text,
#mq_chanel2602 .splide__slide:not(.is-active) .btn {
	display: none;
	opacity: 0;
}

#mq_chanel2602 .splide__slide.is-active .catalog_img {
  box-shadow: 15px 15px 0 rgba(38,38,38,0.1);
	transition: box-shadow .5s ease;
}

#mq_chanel2602 .catalog_img img {
  width: 100%;
  height: auto;
  display: block;
}

#mq_chanel2602 .splide__arrow {
	position: absolute;
  width: 42px;
  height: 42px;
  background-image: url(../img/slider_arrow@2x.png);
  background-size: 42px auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
	cursor: pointer;
}

#mq_chanel2602 .splide__arrow:hover {
	background-image: url(../img/slider_arrow_over@2x.png);
}

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

#mq_chanel2602 .splide__arrow--prev {
	top: 214px;
	left: -12px;
}

#mq_chanel2602 .splide__arrow--next {
	top: 214px;
	right: -12px;
}
/*----------------------------------------------------------------------------block08 */
#mq_chanel2602 .block08 {
	padding-top: 80px;
	width: 470px;
  margin: 0 auto;
}

#mq_chanel2602 .block08 .caution {
	text-align: left;
}

/*-------------------------------------------------------------------------------- ページ下部　ボタン*/
#mq_chanel2602 .btn_list {
  margin-top: 100px;
  margin-bottom: 80px;
}

#mq_chanel2602 .btn_list .btn {
  width: 470px;
  margin: 0 auto;
	color: var(--color-black);
	border: 1px solid var(--color-black);
}

#mq_chanel2602 .btn_list .btn::after {
	background-image: url(../img/btn_atrow_black@2x.png);
}

#mq_chanel2602 .btn_list .btn:hover {
  opacity: 1;
	color: var(--color-white);
  background-color: var(--color-black);
}

#mq_chanel2602 .btn:hover::after {
  background-image: url(../img/btn_atrow_white@2x.png);
}

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

/*------------------------------------------------------------------------------contact/credit */
#mq_chanel2602 .contact {
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 50px;
}

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

#mq_chanel2602 .caution {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 96px;
}

/*---------------------------------------------------------------------------------------- share */
#mq_chanel2602 .share {
  margin: 0 auto 140px;
  text-align: center;
}

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

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

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

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

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

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

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

/*-------------------------------------------------------------------------スクロールバー */
#mq_chanel2602 .is-scroll {
  position: relative;
  width: 100%;
  max-height: 254px;
  /* overflow: auto; */
}

#mq_chanel2602 .text_wrapper {
  position: relative;
  z-index: 1;
}

#mq_chanel2602 .text_wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

#mq_chanel2602 .is-scroll::-webkit-scrollbar{
  display:none;
}

#mq_chanel2602 .simplebar-scrollbar::before {
  border-radius: 0;
  width: 9px;
  height: 100%;
  border-radius: 9px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
	background: var(--color-blue);
}

#mq_chanel2602 .block05 .simplebar-scrollbar::before {
	background: var(--color-orange);
}


#mq_chanel2602 .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

#mq_chanel2602 .simplebar-track {
  width: 4px !important;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ececec;
}

/* scroll+矢印 */
#mq_chanel2602 .is-scroll::before {
  position: absolute;
  display: block;
  content: "scroll";
  font-size: 20px;
  transform: rotate(90deg);
  font-family: "Jost", sans-serif;
  font-weight: 500;
  bottom: 60px;
  right: -38px;
  color: #767676;
}

#mq_chanel2602 .is-scroll::after {
  position: absolute;
  display: block;
  content: "";
  width: 17px;
  height: 11px;
  background-image: url(../img/scroll_blue@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -25px;
  bottom: 20px;
  animation: move-vertical 1.5s ease-in-out 1s infinite;
}

#mq_chanel2602 .block05 .is-scroll::after {
	background-image: url(../img/scroll_orange@2x.png);
}