@charset "UTF-8";

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

body.is-fixed {
    position: fixed;
}

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

#mq_chanel2602 section {
  padding: 0 !important;
}

/*--------------------Common*/
#mq_chanel2602 {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  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%;
  height: auto;
  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: 3.75vw;
  line-height: 1.5;
}

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

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

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

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

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

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

/*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 {
  width: 92vw;
  margin: 0 4vw;
}

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

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

#mq_chanel2602 .sub-headings {
  font-size: calc(32 / 750 * 100vw);
  line-height: calc(48 / 750 * 100vw);
  font-weight: 500;
  letter-spacing: .1em;
  font-feature-settings: "palt";
}

#mq_chanel2602 .lead {
  font-size: calc(28 / 750 * 100vw);
  line-height: calc(56 / 750 * 100vw);
}

#mq_chanel2602 .sub-lead {
  font-size: calc(28 / 750 * 100vw);
  line-height: calc(42 / 750 * 100vw);
  font-weight: 500;
  letter-spacing: .1em;
  font-feature-settings: "palt";
}

#mq_chanel2602 .main-text {
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(44 / 750 * 100vw);
  padding-bottom: calc(60 / 750 * 100vw);
}

#mq_chanel2602 .caption {
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(40 / 750 * 100vw);
}

#mq_chanel2602 .copyright {
  font-size: calc(16 / 750 * 100vw);
  line-height: calc(24 / 750 * 100vw);
  color: var(--color-text-sub);
}

#mq_chanel2602 .caution {
  font-size: calc(16 / 750 * 100vw);
  line-height: calc(24 / 750 * 100vw);
  color: var(--color-text-sub);
  text-align: center;
}

/*-------------------------------------------------------------------------ボタン */
#mq_chanel2602 .btn {
  width: calc(600 / 750 * 100vw);
  height: calc(100 / 750 * 100vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
  font-size: calc(26 / 750 * 100vw);
  position: relative;
}

#mq_chanel2602 .btn::after {
  position: absolute;
  display: block;
  content: "";
  background-size: contain;
	background-repeat: no-repeat;
  height: calc(22 / 750 * 100vw);
  width: calc(13 / 750 * 100vw);
  top: 50%;
  transform: translateY(-50%);
  right: calc(30 / 750 * 100vw);
}

#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 .btn_blue {
  background-image: url('../img/btn_open_blue_sp@2x.png');
}

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

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

/*-------------------------------------------------------------------------モーダル */
#mq_chanel2602 .modal_open {
  position: relative;
  display: block;
  width: calc(82 / 750 * 100vw);
  height: calc(82 / 750 * 100vw);
  border: none;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

#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: calc(60 / 750 * 100vw);
}

#mq_chanel2602 .modal04 .sub-headings {
	color: var(--color-orange);
	margin-bottom:	calc(60 / 750 * 100vw);
}

#mq_chanel2602 .modal_inner {
	width: calc(690 / 750 * 100vw);
  background-color: var(--color-white);
  opacity: .85;
  padding: calc(100 / 750 * 100vw) calc(30 / 750 * 100vw) calc(120 / 750 * 100vw);
}

#mq_chanel2602 .modal_close {
  width: calc(30 / 750 * 100vw);
  position: absolute;
  right: calc(30 / 750 * 100vw);
  bottom: calc(30 / 750 * 100vw);
}

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

#mq_chanel2602 .mv_wrapper {
  width: calc(750 / 750 * 100vw);
  height: calc(960 / 750 * 100vw);
  position: relative;
	overflow: hidden;
}

#mq_chanel2602 .mv_scroll {
	position: relative;
	width: calc(60 / 750 * 100vw);
	height: calc(50 / 750 * 100vw);
	margin: calc(30 / 750 * 100vw) auto calc(40 / 750 * 100vw);
}

#mq_chanel2602 .mv_scroll::before {
  position: absolute;
  display: block;
	text-align: center;
  content: "scroll";
  font-size: calc(28 / 750 * 100vw);
  font-family: "Jost", sans-serif;
  font-weight: 500;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
  color: #767676;
}

#mq_chanel2602 .mv_scroll::after {
  position: absolute;
  display: block;
  content: "";
  width: calc(24 / 750 * 100vw);
  height: calc(15 / 750 * 100vw);
  background-image: url(../img/scroll_blue_sp@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: calc(40 / 750 * 100vw);
	left: calc(20 / 750 * 100vw);
  animation: move-vertical 1.5s ease-in-out 1s infinite;
}

#mq_chanel2602 .mv_img {
  width: calc(750 / 750 * 100vw);
  height: calc(960 / 750 * 100vw);
  position: relative;
  overflow: hidden;
}

#mq_chanel2602 .mv .scroll-zoom.mv_img {
	visibility: hidden;
}

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

#mq_chanel2602 .mv .copyright {
	margin-top: calc(5 / 750 * 100vw);
	margin-right: calc(10 / 750 * 100vw);
  display: block;
	text-align: right;
	color: var(--color-text-sub);
}

#mq_chanel2602 .mv_img img.is-loaded {
  opacity: 1;
}

#mq_chanel2602 .mv_title {
	font-size: calc(68 / 750 * 100vw);
  line-height: calc(88 / 750 * 100vw);
  font-weight: 500;
  letter-spacing: .05em;
}

#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 h1 {
	padding-left: calc(60 / 750 * 100vw);
}

#mq_chanel2602 .mv_title h1 span {
	padding-left: calc(230 / 750 * 100vw);
}

#mq_chanel2602 .mv_title_sub {
	text-align: center;
	color: var(--color-blue);
	font-size: calc(32 / 750 * 100vw);
  line-height: calc(40 / 750 * 100vw);
  font-weight: 500;
  letter-spacing: -.02em;
	margin-bottom: calc(30 / 750 * 100vw);;
}

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

#mq_chanel2602 .mv .lead {
	width: calc(690 / 750 * 100vw);
	margin: calc(100/750 * 100vw) auto 0;
}

/*-------------------------------------------------------------------------------- pr */
#mq_chanel2602 .pr {
  width: 30px;
  height: 17px;
  z-index: 2;
  position: absolute;
  top: calc(16/750 * 100vw);
  right: calc(30/750 * 100vw);
}

/*-------------------------------------------------------------------------block01 */
#mq_chanel2602 .block01 {
  padding-top: calc(112 / 750 * 100vw);
}

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

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

#mq_chanel2602 .block01 .line {
  position: absolute;
  left: calc(60 / 750 * 100vw);
  top: 0;
  width: calc(2 / 750 * 100vw);
  height: calc(352 / 750 * 100vw);
  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: calc(80 / 750 * 100vw);
  left: calc(90 / 750 * 100vw);
  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: calc(30 / 750 * 100vw);
  right: calc(30 / 750 * 100vw);
  cursor: pointer;
}

#mq_chanel2602 .block01 .btn {
  margin: calc(100 / 750 * 100vw) auto 0;
}

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

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

/*-------------------------------------------------------------------------block02 */
#mq_chanel2602 .block02 {
  padding-top: calc(200 / 750 * 100vw);
}

#mq_chanel2602 .block02 .sub-headings {
	margin-bottom: calc(20 / 750 * 100vw);
	color: var(--color-blue);
}

#mq_chanel2602 .block02 .headings sup {
	font-size: calc(24 / 750 * 100vw);
}

#mq_chanel2602 .block02 .headings_wrapper {
	position: absolute;
	top: calc(80 / 750 * 100vw);
	left: calc(120 / 750 * 100vw);
	z-index: 5;
}

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

#mq_chanel2602 .block02 .line {
  position: absolute;
  left: calc(-30 / 750 * 100vw);
  top: calc(-115 / 750 * 100vw);
  width: calc(2 / 750 * 100vw);
  height: calc(458 / 750 * 100vw);
  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 .img {
  position: relative;
  margin-left: calc(60 / 750 * 100vw);
}

#mq_chanel2602 .block02 .img .bg,
#mq_chanel2602 .block02 .img picture img {
  opacity: 0;
  transition: opacity 0.8s ease .5s;
  will-change: opacity;
}

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

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

#mq_chanel2602 .block02 .img .bg {
  position: absolute;
  top: calc(60 / 750 * 100vw);
  left: calc(-60 / 750 * 100vw);
  width: calc(690 / 750 * 100vw);
  height: calc(1104 / 750 * 100vw);
  background: url('../img/block02_ph_bg_sp@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: calc(690 / 750 * 100vw);
  height: auto;
}

#mq_chanel2602 .block02 .img .modal_open {
  position: absolute;
  bottom: calc(30 / 750 * 100vw);
  right: calc(30 / 750 * 100vw);
  z-index: 3;
}

#mq_chanel2602 .block02 .text {
	margin-top: calc(140 / 750 * 100vw);
}

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

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

#mq_chanel2602 .block02 .main-text {
  width: calc(615 / 750 * 100vw);
  margin-top: calc(60 / 750 * 100vw);
}

#mq_chanel2602 .block02 .text_box {
	width: calc(690 / 750 * 100vw);
	margin: calc(100 / 750 * 100vw) auto 0;
	border: 1px solid var(--color-blue);
	padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw);
}

#mq_chanel2602 .block02 .sub-lead {
	color: var(--color-blue);
	margin-bottom: calc(40 / 750 * 100vw)
}

#mq_chanel2602 .block02 .sub-lead sup {
	font-size: calc(16 / 750 * 100vw)
}
/*-------------------------------------------------------------------------block03 */
#mq_chanel2602 .block03 {
  padding-top: calc(200 / 750 * 100vw);
}

#mq_chanel2602 .block03 .sub-headings {
	color: var(--color-blue);
	margin-bottom: calc(20 / 750 * 100vw);
}

#mq_chanel2602 .block03 sup {
	font-size: calc(16 / 750 * 100vw);
}

#mq_chanel2602 .block03 .headings_wrapper {
	position: absolute;
	top: calc(80 / 750 * 100vw);
	left: calc(90 / 750 * 100vw);
	z-index: 5;
}

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

#mq_chanel2602 .block03 .line {
  position: absolute;
  left: calc(-30 / 750 * 100vw);
  top: calc(-115 / 750 * 100vw);
  width: calc(2 / 750 * 100vw);
  height: calc(458 / 750 * 100vw);
  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 .img {
  position: relative;
}

#mq_chanel2602 .block03 .img .bg,
#mq_chanel2602 .block03 .img picture img {
  opacity: 0;
  transition: opacity 0.8s ease .5s;
  will-change: opacity;
}

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

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

#mq_chanel2602 .block03 .img .bg {
  position: absolute;
  top: calc(60 / 750 * 100vw);
  right: 0;
  width: calc(690 / 750 * 100vw);
  height: calc(1104 / 750 * 100vw);
  background: url('../img/block03_ph_bg_sp@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: calc(690 / 750 * 100vw);
  height: auto;
}

#mq_chanel2602 .block03 .img .modal_open {
  position: absolute;
  bottom: calc(30 / 750 * 100vw);
  right: calc(90 / 750 * 100vw);
  z-index: 3;
}

#mq_chanel2602 .block03 .text {
	margin-top: calc(200 / 750 * 100vw);
}

#mq_chanel2602 .block03 .btn {
	margin: calc(100 / 750 * 100vw) auto 0;
	color: var(--color-blue);
	border: 1px solid var(--color-blue);
}

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

#mq_chanel2602 .block03 .main-text {
  width: calc(615 / 750 * 100vw);
  margin-top: calc(60 / 750 * 100vw);
}

#mq_chanel2602 .block03 .text_box {
	width: calc(690 / 750 * 100vw);
	margin: calc(100 / 750 * 100vw) auto 0;
	border: 1px solid var(--color-blue);
	padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw);
}

#mq_chanel2602 .block03 .sub-lead {
	color: var(--color-blue);
	margin-bottom: calc(40 / 750 * 100vw)
}
/*-------------------------------------------------------------------------block04 */
#mq_chanel2602 .block04 {
  padding-top: calc(200 / 750 * 100vw);
}

#mq_chanel2602 .block04 .main {
  width: calc(690 / 750 * 100vw);
  margin: 0 auto;
}

#mq_chanel2602 .block04 .wrapper,
#mq_chanel2602 .block04 .img {
  width: calc(690 / 750 * 100vw);
  height: calc(900 / 750 * 100vw);
  position: relative;
  overflow: hidden;
}

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

/*-------------------------------------------------------------------------block05 */
#mq_chanel2602 .block05 {
  padding-top: calc(160 / 750 * 100vw);
}

#mq_chanel2602 .block05 .sub-headings {
	color: var(--color-orange);
	margin-bottom: calc(20 / 750 * 100vw);
}

#mq_chanel2602 .block05 sup {
	font-size: calc(16 / 750 * 100vw);
}

#mq_chanel2602 .block05 .headings_wrapper {
	position: absolute;
	top: calc(80 / 750 * 100vw);
	left: calc(150 / 750 * 100vw);
	z-index: 5;
}

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

#mq_chanel2602 .block05 .line {
  position: absolute;
  left: calc(-30 / 750 * 100vw);
  top: calc(-115 / 750 * 100vw);
  width: calc(2 / 750 * 100vw);
  height: calc(458 / 750 * 100vw);
  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 .img .bg,
#mq_chanel2602 .block05 .img picture img {
  opacity: 0;
  transition: opacity 0.8s ease;
}

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

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

#mq_chanel2602 .block05 .img {
  position: relative;
  margin-left: calc(60 / 750 * 100vw);
}

#mq_chanel2602 .block05 .img .bg {
  position: absolute;
  top: calc(60 / 750 * 100vw);
  left: calc(-60 / 750 * 100vw);
  width: calc(690 / 750 * 100vw);
  height: calc(1104 / 750 * 100vw);
  background: url('../img/block05_ph_bg_sp@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: calc(690 / 750 * 100vw);
  height: auto;
}

#mq_chanel2602 .block05 .img .modal_open {
  position: absolute;
  bottom: calc(30 / 750 * 100vw);
  right: calc(30 / 750 * 100vw);
  z-index: 3;
}

#mq_chanel2602 .block05 .text {
	margin-top: calc(200 / 750 * 100vw);
}

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

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

#mq_chanel2602 .block05 .main-text {
  width: calc(615 / 750 * 100vw);
  margin-top: calc(60 / 750 * 100vw);
}

#mq_chanel2602 .block05 .text_box {
	width: calc(690 / 750 * 100vw);
	margin: calc(100 / 750 * 100vw) auto 0;
	border: 1px solid var(--color-orange);
	padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw);
}

#mq_chanel2602 .block05 .sub-lead {
	color: var(--color-orange);
	margin-bottom: calc(40 / 750 * 100vw)
}
/*-------------------------------------------------------------------------block06 */
#mq_chanel2602 .block06 {
  padding-top: calc(200 / 750 * 100vw);
  padding-bottom: calc(200 / 750 * 100vw);
}

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

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

#mq_chanel2602 .block06 .img .ph1 {
	position: absolute;
	top: calc(80 / 750 * 100vw);
	left: calc(60 / 750 * 100vw);
	width: calc(360 / 750 * 100vw);
	z-index: 2;
}

#mq_chanel2602 .block06 .img .ph2 {
	position: relative;
	width: calc(750 / 750 * 100vw);
}

#mq_chanel2602 .block06 .copyright {
	position: absolute;
	writing-mode: vertical-rl;
	top: calc(78 / 750 * 100vw);
	left: calc(30 / 750 * 100vw);
	z-index: 2;
	color: var(--color-text-sub);
}

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

#mq_chanel2602 .block06 .text {
	margin-top: calc(140 / 750 * 100vw);
}

#mq_chanel2602 .block06 .main-text {
  width: calc(612 / 750 * 100vw);
}

/*-------------------------------------------------------------------------block07 */
#mq_chanel2602 .block07 {
  border-top: calc(1 / 750 * 100vw) solid var(--color-blue);
  border-bottom: calc(1 / 750 * 100vw) solid var(--color-blue);
  background: #f5f7fa;
  padding: calc(160 / 750 * 100vw) 0;
}

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

#mq_chanel2602 .block07 .catalog_img {
	position: relative;
  width: 100%;
  max-width: calc(600 / 750 * 100vw);
  box-sizing: border-box;
	margin: 0 auto calc(90 / 750 * 100vw);
}

#mq_chanel2602 .block07 .catalog_item {
	text-align: center;
  width: 100%;
  max-width: calc(600 / 750 * 100vw);
  box-sizing: border-box;
	color: var(--color-blue);
	font-size: calc(28 / 750 * 100vw);
  line-height: calc(42 / 750 * 100vw);
  font-weight: 500;
  letter-spacing: .05em;
	margin-bottom: calc(40 / 750 * 100vw);
}

#mq_chanel2602 .block07 .catalog_text {
  width: 100%;
  max-width: calc(600 / 750 * 100vw);
  box-sizing: border-box;
	font-size: calc(20 / 750 * 100vw);
  line-height: calc(40 / 750 * 100vw);
}

#mq_chanel2602 .block07 .btn {
	width: 100%;
  max-width: calc(600 / 750 * 100vw);
	margin: calc(80 / 750 * 100vw) 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 {
  max-width: calc(690 / 750 * 100vw);
  margin: 0 auto;
  visibility: hidden;
}

#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: calc(540 / 750 * 100vw);
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  opacity: .4;
  transition: opacity 1.2s ease 0s, transform .8s ease 0s;
}

#mq_chanel2602 .splide__slide .slide_inner {
  transform: scale(0.9);
  transform-origin: center top;
  transition: transform .8s ease;
}

#mq_chanel2602 .splide__slide:not(.is-active) {
  transform: translateY(calc(30 / 750 * 100vw));
}

#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  .catalog_item,
#mq_chanel2602 .splide__slide  .catalog_text,
#mq_chanel2602 .splide__slide  .btn {
	margin-left: auto;
	margin-right: auto;
}

#mq_chanel2602 .splide__slide.is-active {
  width: calc(600 / 750 * 100vw);
  opacity: 1;
  z-index: 2;
}

#mq_chanel2602 .splide__slide.is-active .slide_inner {
  transform: scale(1);
  /* padding-right: calc(10 / 750 * 100vw); */
}

#mq_chanel2602 .splide__slide.is-active .catalog_img {
	box-shadow: 8px 8px 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: calc(80 / 750 * 100vw);
  height: calc(80 / 750 * 100vw);
  background-image: url(../img/slider_arrow@2x.png);
  background-size: calc(80 / 750 * 100vw) auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
	cursor: pointer;
}

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

#mq_chanel2602 .splide__arrow--prev {
	top: calc(260 / 750 * 100vw);
	left: 0;
}

#mq_chanel2602 .splide__arrow--next {
	top: calc(260 / 750 * 100vw);
	right: 0;
}

/*-------------------------------------------------------------------------block08 */
#mq_chanel2602 .block08 {
	padding-top: calc(80 / 750 * 100vw);
	width: calc(690 / 750 * 100vw);
  margin: 0 auto;
}

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

/*-------------------------------------------------------------------------スクロール */
#mq_chanel2602 .is-scroll {
  position: relative;
  width: 100%;
  max-height: calc(390 / 750 * 100vw);
  /* overflow: auto; */
}

#mq_chanel2602 .text {
	width: calc(690 / 750 * 100vw);
	margin: 0 auto;
}

#mq_chanel2602 .text_wrapper {
	width: calc(650 / 750 * 100vw);
  position: relative;
  z-index: 1;
}

#mq_chanel2602 .text_wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(80 / 750 * 100vw);
  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: calc(8 / 750 * 100vw);
  height: 100%;
  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: calc(28 / 750 * 100vw);
  transform: rotate(90deg);
  font-family: "Jost", sans-serif;
  font-weight: 500;
  bottom: calc(80 / 750 * 100vw);
  right: calc(-65 / 750 * 100vw);
  color: #767676;
}

#mq_chanel2602 .is-scroll::after {
  position: absolute;
  display: block;
  content: "";
  width: calc(24 / 750 * 100vw);
  height: calc(15 / 750 * 100vw);
  background-image: url(../img/scroll_blue_sp@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: calc(-45 / 750 * 100vw);
  bottom: calc(30 / 750 * 100vw);
  animation: move-vertical 1.5s ease-in-out 1s infinite;
}

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

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

#mq_chanel2602 .btn_list .btn {
  width: calc(600 / 750 * 100vw);
  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_item:not(:last-child) {
  margin-bottom: calc(40 / 750 * 100vw);
}

/*------------------------------------------------------------------------------contact/credit */
#mq_chanel2602 .contact {
  font-size: calc(28/750 * 100vw);
  line-height: calc(44/750 * 100vw);
  text-align: center;
  margin-bottom: calc(44/750 * 100vw);
}

#mq_chanel2602 .credit {
  font-size: calc(16/750 * 100vw);
  line-height: calc(24/750 * 100vw);
  text-align: center;
}

#mq_chanel2602 .caution {
  font-size: calc(16/750 * 100vw);
  line-height: calc(24/750 * 100vw);
  text-align: center;
  margin-bottom: calc(95/750 * 100vw);
}

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

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

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

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

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