@charset "UTF-8";


html, body {
  /*overflow-x: hidden;*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  background-color: #ffffff;
}

body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0;
  color: #000;
}

a {
  color: #4b16e6 !important;
  outline: 0;
}

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }
  a img:hover {
    /*@include opacity(0.7);*/
  }
}
ul, ol {
  list-style-type: none;
}

ul li:first-child {
  /*margin-left: 0;*/
}

/*-----------------------------------------------------------
font
-------------------------------------------------------------*/
@font-face {
  font-family: "bestten";
  src: url("../font/best_ten_dot.woff") format("woff");
}
.noto-sans-jp-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/*-----------------------------------------------------------
layout
-------------------------------------------------------------*/
html {
  position: relative;
  min-height: 100%;
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body {
  position: relative;
  
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: bestten;
  font-size: 30px;
  font-size: 3rem;
  overflow-x: hidden;
}

.wrap {
  width: 100%;
  overflow: hidden;
}
.wrap--fullwindow {
  position: absolute;
  height: 100svh;
  min-height: 100%;
}

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

@media only screen and (min-width: 64.063em) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
.anchor {
  margin-top: 0px;
  padding-top: 0px;
  pointer-events: none;
}

.animated {
  visibility: visible !important;
}

/* main */
.l-main {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  box-sizing: border-box;
}


.l-main--fullwindow {
  position: absolute;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  top: 0;
}
.l-main__content {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.l-block {
  position: relative;
  /* ブラウザのスクロールバーの幅を考慮 */
}
.l-block:after {
  display: table;
  content: "";
  clear: both;
}
.l-block--breaking-mg {
  margin-right: -webkit-calc(50% - 50vw);
  margin-left: -webkit-calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.l-block--breaking-pd {
  padding-right: -webkit-calc(50vw - 50%);
  padding-left: -webkit-calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}
.l-block__inner {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.l-flex {
  position: relative;
  width: 100%;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.l-flex--wrap {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}
.l-flex--left {
  justify-content: flex-start;
}
.l-flex--right {
  justify-content: flex-end;
}
.l-flex--center {
  flex-direction: row;
  justify-content: center;
}
.l-flex--spb {
  justify-content: space-between;
}
.l-flex--spa {
  justify-content: space-around;
}
.l-flex--v-top {
  align-items: flex-start;
}
.l-flex--v-center {
  align-items: center;
}
.l-flex--v-bottom {
  align-items: flex-end;
  align-items: flex-end;
}
.l-flex--reverse { /*--- Androidブラウザ用 ---*/ /*--- safari（PC）用 ---*/
  flex-direction: row-reverse;
}
.l-flex__elem, .l-flex__elem--blank {
  position: relative;
  /*
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  */
  -ms-flex-basis: 0;
  flex-basis: 0;
  flex-grow: 1;
  min-width: 1px;
  max-width: 100%;
}
.l-flex__elem-inline {
  position: relative;
  /*
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  */
  -ms-flex-basis: 0;
  flex-basis: 0;
  flex-grow: 1;
  min-width: 1px;
  max-width: 100%;
}
.l-flex__elem--sep {
  width: 100% !important;
}

/* --------------------------- */
/* text */
.c-txt {
  line-height: 1.8em;
}
.c-txt--large {
  font-size: 18px;
  font-size: 1.8rem;
}
.c-txt--base {
  font-size: 16px;
  font-size: 1.6rem;
}
.c-txt--small {
  font-size: 14px;
  font-size: 1.4rem;
}

.c-txt + .c-txt {
  margin-top: 2em;
}


/* ------------------------------ */
/* -- FONT -- */
/* ------------------------------ */
/* -- Function -- */
/* --------------------------- */
/* media */
.c-media {
  line-height: 0;
}
.c-media--mw100 {
  max-width: 100%;
}
.c-media__image {
  /* -- img tags -- */
  width: 100%;
}
.c-media--video {
  position: relative;
  line-height: 0;
}
.c-media--video:before {
  display: block;
  content: "";
  padding-top: 56.25%;
  pointer-events: none;
}
.c-media--video__vid {
  /* -- video tags and Youtube iframe -- */
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/*====================================*/

.p-scene01__bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 35vw;
  height: 35vw;
}

.p-idxBackground {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
/*
1400 : 489
*/
.p-idxBackground__elem {
  position: absolute;
  transform: translate(-34.92vw, 0);
}
.p-idxBackground__elem img {
  position: absolute;
  width: 20.64vw !important;
  height: 20.64vw !important;
  transform: translate(-50%, -50%);
}

.p-scene01 {
  margin-bottom: 178px;
  position: relative;
  z-index: 1;
}

.p-scene02 {
  position: relative;
  padding-top: 190px;
}

.p-scene02__content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.p-scene02__head {
  position: relative;
  display: inline-block;
}

.p-scene02__bg {
  position: absolute;
  left: calc((100% - 1320px) / 2 * -1);
  top: 36dvh;
  margin-left: 50%;
  width: 100vw;
  height: 25.66vw;
  transform: translateX(-50%);
}

@media screen and (min-width: 1320px) {
	.p-scene02__bg {
		left: -1.5rem;
	}
}
@media screen and (max-width: 1320px) {
	.p-scene02__bg {
		left: -2.5rem;
	}
}

.p-scene02__anchor {
  margin-bottom: 100px;
}

.p-sceneBlock02 {
  position: fixed;
  left: 0;
  top: 35dvh;
  width: 100vw;
  height: 25.66vw;
  z-index: 3;
}

.p-sceneBlock02__elem {
  position: absolute;
  
}

.p-sceneBlock02__mainThumbnail {
  position: absolute;
  width: 360px !important;
  height: 360px !important;
  transform: translate(-50%, -50%);
}

.p-sceneBlock02__subBlock {
  margin-top: 22vh;
  transform: translateX(-50%);
  transition: visibility 0.5s ease, opacity 0.5s ease;
  transition-delay: 0s, 0s;
}

.p-sceneBlock02__sub {
  position: relative;
  width: 253px;
  margin: 0 10px;
}

.p-sceneBlock02__subThumb {
  width: 100%;
  margin-bottom: 12px;
}

.p-sceneBlock02__caption {
  font-size: 14px;
}

.hidden {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease, visibility 0.5s ease;
  transition-delay: 0s, 0.25s; 
}

@media screen and (max-width: 768px) {
  
  .p-scene01__bg {
    width: 50.13vw;
    height: 50.13vw;
  }

  .p-idxBackground__elem {
    position: absolute;
    transform: translate(-34.92vw, 0);
  }
  .p-idxBackground__elem img {
    width: 29.86vw !important;
    height: 29.86vw !important;
  }

  .p-scene01 {
    margin-bottom: 26.13vw;
  }

  .p-scene02 {
    padding-top: 190px;
  }

  .p-scene02__content {
    position: absolute;
    left: 0;
    top: 0;
  }

  .p-scene02__head {
    position: relative;
    margin-bottom: 38.4vw;
  }

  .p-scene02__bg {
    position: absolute;
    left: 0;
    margin-left: 50%;
    width: 100vw;
    height: 25.66vw;
    transform: translateX(-50%);
    
  }
  
  .p-scene02__anchor {
    margin-bottom: 100px;
  }

  .p-sceneBlock02 {
    position: fixed;
    left: 0;
    top: 51dvh;
    width: 100vw;
    height: 25.66vw;
    z-index: 3;
  }

  .p-sceneBlock02__mainThumbnail {
    width: 58.66vw !important;
    height: 58.66vw !important;
  }

  .p-sceneBlock02__subBlock {
    margin-top: 39.2vw;
	transform: translateX(-50%) scale(0.7);
  }

  .p-sceneBlock02__sub {
    position: relative;
    width: 44vw;
    margin: 0 2vw;
  }

  .p-sceneBlock02__subThumb {
    width: 100%;
    margin-bottom: 2.1vw;
  }

  .p-sceneBlock02__caption {
    font-size: 14px;
  }
}