@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@400;700&display=swap");
@charset "utf-8";

/*========= ローディング画面のためのCSS ===============*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000000;
	z-index: 9999999;
	text-align:center;
	color:#fff;
}

#splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}




/*========= 画面遷移のためのCSS ===============*/

/*画面遷移アニメーション*/

body{
    background:#000;/*遷移アニメーションと同じ色を指定*/
}

body.appear{
    background:#fff;/*画面を開いた後の背景色を指定*/

		background:url(../img/bg.jpg?v2);
	background-size: cover;
	background-attachment: fixed;
background-color: rgba(0,0,0,1);
background-blend-mode: darken;

}


@media screen and (max-width:767px){
	body.appear{
		background:none;
		margin:0;
	}
}



.splashbg{
    display: none;
	content: "";
	position:fixed;
	transform: scale(100); 
	background-color: #000;/*伸びる背景色の設定*/
	z-index: 999;
    /*丸のスタートの形状*/
    top:calc(50% - 1rem);/*50%から円の半径を引いた値*/
    left:calc(50% - 1rem);/*50%から円の半径を引いた値*/
	width: 2rem;
	height: 2rem;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg{
    display: block;
    border-radius: 50%;	
	animation-name:PageAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}

@keyframes PageAnime{
	0% {/*丸のスタート位置と形状*/
		transform: scale(100);
	
	}
	100% {/*丸の終了位置と形状*/
		transform: scale(0);
		display: none;/*終了時は消える*/
	}
}

/*画面遷移の後現れるコンテンツ設定*/
#container{
	opacity: 0;/*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #container{
	animation-name:PageAnimeAppear;
	animation-duration:1s;
	animation-delay: 0.8s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}






html {
  font-family: "Spartan", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
  font-weight: 500;
  line-height: 1.8;
  height: 100%;
  word-break: break-word;
  color: var(--color-text);
  background-color: var(--color-base);
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 1.6rem;
  _margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

::selection {
  color: #fff;
  background: var(--color-theme);
}

img {
  border: 0;
  margin: 0;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  /*color: var(--color-text);*/
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  appearance: none;
}

:focus:not(:focus-visible) {
  outline: 0;
  /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}

main {
  display: block;
}

.marker {
  background: linear-gradient(transparent 60%, #af0101 60%);
}

.l-inner {
  position: relative;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10rem;
}

/*    .l-section {
  border-top: 1px solid #eee;
}*/

.l-section .l-inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.c-temp {
  line-height: 1;
}

.c-temp .l-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.c-temp .text {
  font-size: 2.4rem;
  font-weight: bold;
}

.c-temp .button {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  width: 12rem;
  padding: 1.6rem 0 1.2rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 100px;
  background-color: var(--color-theme);
}

.c-footer .l-inner {
  padding-top: 0;
}

.c-footer .text {
  color: var(--color-gray);
}

.c-info {
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 4rem;
  margin-bottom: 6.4rem;
}

.c-info li {
  position: relative;
  padding-left: 16px;
  color: #fff;
}

.c-info li::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 2px;
  content: "";
  background-color: var(--color-gray);
}

.c-info li+li {
  margin-top: 0.8rem;
}

.c-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  display: inline-block;
  min-width: 32rem;
  margin-bottom: 6.4rem;
  vertical-align: top;
  color: #fff;
}

.c-title [class*=ico-] {
  font-size: 1.3rem;
  line-height: 1;
  display: block;
  width: 10rem;
  margin-bottom: 1.2rem;
  padding: 0.8rem 0 0.6rem;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: 100px;
  background-color: var(--color-theme-darken);
}

.c-title .ico-advanced {
  color: #fff;
  background-color: #333;
}

/* slider */
.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;



  filter: brightness(80%);

}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.splide {
  z-index: 0;
}

/* 前へ / 次へボタン */
.splide__arrow--prev,
.splide__arrow--next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  transition: var(--transition);
  background-color: var(--color-theme-darken);
  border-radius: 50%;
}

.splide__arrow--prev::after,
.splide__arrow--next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}

.splide__arrow--prev::after {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}

.splide__arrow--next::after {
  margin-right: 0.4rem;
  transform: rotate(45deg);
}

.splide__arrow:disabled {
  pointer-events: none;
  opacity: 0;
}

.splide__arrow:focus-visible {
  outline: 3px solid rgba(180, 233, 0, 0.8);
  outline-offset: 3px;
  z-index: 1;
  transition: none;
}

.splide__pagination {
  font-size: 0;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid rgba(180, 233, 0, 0.8);
  outline-offset: 3px;
  z-index: 1;
  transition: none;
}

.splide__slide:focus-visible {
  outline: 3px solid rgba(180, 233, 0, 0.8);
  outline-offset: 3px;
  z-index: 1;
  transition: none;
}

.splide-wrapper {
  position: relative;
}

.splide__arrow>svg {
  display: none;
}

.mv01 {
  margin-bottom: 16rem;
}

.mv01 .l-inner {
  padding-bottom: 0;
}

.mv01 .splide-fade .splide__slide {
  pointer-events: none;
}

.mv01 .splide__track--fade .splide__slide.is-active {
  pointer-events: auto;
}

.mv01 .splide__pagination {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 3.2rem;
  height: max-content;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.mv01 .splide__pagination__page {
  display: block;
  width: 3px;
  height: 4rem;
  cursor: pointer;
  transition: var(--transition);
  background-color: rgba(255, 255, 255, 0.4);
}

.mv01 .splide__pagination>li:not(:first-child) {
  margin-top: 0.8rem;
}

.mv01 .splide__pagination__page.is-active {
  background-color: #b4e900 ; /*var(--color-theme);*/
}

.mv01 .slide-media {
  /*height: 1000px;*/
  height: 90vh;
}

.mv01 .slide-media img {
  transition: 7s 1s ease-out;
}

.mv01 .slide-title {
  font-size: 4rem;
  font-weight: normal;
  line-height: 1.6;
  position: absolute;
  left: 0;
  top: 10%;
  margin-left: 3rem;
  text-align: left;
  color: #fff;

font-family: "Shippori Mincho", serif;
font-weight: 400;
font-style: normal;




/*  color: #fff;
text-shadow:1px 1px 0 #666, -1px -1px 0 #666,
          -1px 1px 0 #666, 1px -1px 0 #666,
          0px 1px 0 #666,  0-1px 0 #666,
          -1px 0 0 #666, 1px 0 0 #666;
*/

/*      font-size: 4rem;
  font-weight: normal;
  line-height: 1.6;
  position: absolute;
  right: 8rem;
  bottom: 15%;
  margin-left: 16rem;
  text-align: right;
  color: #fff;*/
}

.mv01 .splide__slide[class*=-active] .slide-media img {
  transition-delay: 0s;
  transform: scale(1.05);
}

.mv01 .splide__slide[class*=-active] .slide-title {
  animation: mv01-fadeIn 2s 0.5s var(--easing) both;
}

@keyframes mv01-fadeIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
    filter: blur(300px);
  }

  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}


@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }

  .l-inner {
    padding: 0 4rem;
  }

  .pc {
    display: none !important;
  }

  .mv01 {
    margin-bottom: 8rem;
  }

  .mv01 .slide-media {
    height: max(90vh, 70vw);
  }

}

@media only screen and (max-width: 599px) {
  html {
    font-size: 50%;
  }

  .pc-tab {
    display: none !important;
  }

}

@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }

  .splide__arrow--prev::before,
  .splide__arrow--next::before {
    transition: var(--transition);
  }

  .splide__arrow--prev:hover::before,
  .splide__arrow--next:hover::before {
    transform: scale(1.2);
  }
}


@media only screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
