@charset "UTF-8";
html {
  width: 100%;
}
* {
  --color01: #E3C100;
  --fontColor: #543F3F;
  box-sizing: border-box;
}
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: #FCFCED;
  color: var(--fontColor);
  font-size: 16px;
  line-height: 1.2;
  font-family: "fot-tsukuardgothic-std", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
  -webkit-text-size-adjust: 100%;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
h1, h2, h3, h4, h5, p, ul, ol, li, img, table, th, td, dl, dt, dd {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}
li {
  list-style-type: none;
}
table {
  border-collapse: collapse;
}
a {
  cursor: pointer;
  color: var(--fontColor);
  text-decoration: none;
  transition: opacity 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:visited, a:link {
  color: var(--fontColor);
}
a:hover {
  text-decoration: none;
}
a {
  -webkit-tap-highlight-color: transparent;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
a img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
input, textarea, select, button, label {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
:focus {
  outline: 0;
  border-color: orange;
}
.spOnly {
  display: none;
}
@media screen and (max-width: 750px) {
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
}
/* 共通
-----------------------------------------------*/
section {
  padding: 80px 40px;
}
section .inner {
  margin: 0 auto;
  max-width: 1000px;
}
.ttl {
  text-align: center;
}
.ttl .subTtl {
  margin-bottom: 5px;
  font-size: 20px;
  color: var(--color01);
  font-family: 'Roboto';
  letter-spacing: 0.08em;
}
.ttl h2 {
  font-size: 40px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  section {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 750px) {
  section {
    padding: 60px 16px;
    overflow: hidden;
  }
  .ttl .subTtl {
    margin-bottom: 0;
    font-size: 14px;
  }
  .ttl h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 740px) {
  #msContact {
    margin-top: 0;
  }
}
/* main
-----------------------------------------------*/
#main {
  position: relative;
  height: 57vw;
  padding: 0;
  overflow: hidden;
}
#main .fv {
  position: relative;
  width: 100%;
}
#main .inner {
  position: relative;
  max-width: none;
  height: 100%;
  background: url("../img/fv_bg.jpg") no-repeat center bottom / cover;
  border-bottom-left-radius: 1000px 200px;
  border-bottom-right-radius: 1000px 200px;
  margin: 0 -100px;
  padding: 0 100px;
}
#main h1, #main img {
  position: absolute;
}
#main h1 {
  top: 96px;
  left: 50%;
  z-index: 2;
  width: 47%;
  transform: translate(-50%,0);
}
#main h1 img {
  object-fit: contain;
}
#main .inner > img:nth-of-type(1) {
  top: 0;
  left: 100px;
  width: 35%;
}
#main .inner > img:nth-of-type(2) {
  top: 0;
  right: 100px;
  width: 38%;
}

@media screen and (max-width: 960px) {
  #main {
    height: 68vw;
  }
  #main h1 {
    top: 54px;
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  #main {
    height: 480px;
  }
  #main .inner {
    /* background: url(../img/fv_bg.jpg) no-repeat 12px bottom / cover; */
    border-bottom-left-radius: 1000px 300px;
    border-bottom-right-radius: 1000px 300px;
    margin: 0px -80px;
    padding: 0 80px;
  }
  #main .inner > img:nth-of-type(3) {
    width: 75%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #main h1 {
    top: 95px;
    width: 67%;
  }
}

/* sideNav
-----------------------------------------------*/
.wrapInner {
  display: flex;
}
.wrapInner .sideNav {
  width: 15%;
  margin-top: -100px;
  background: #fff;
}
.wrapInner .mainContents {
  width: calc(100% - 15%);
}
.sideNav .inner {
  position: sticky;
  top: 0;
  left: 0;
  padding: 160px 8% 40px;
  font-weight: bold;
}
.sideNav a {
  display: block;
  color: var(--fontColor);
  transition: opacity .15s ease-in-out;
}
.sideNav a:hover {
  opacity: .7;
}
.sideNav ul li {
  margin-bottom: 24px;
  font-size: 20px;
}
.sideNav ul li:last-of-type {
  margin-bottom: 32px;
}
.sideNav ul li a.cs {
  pointer-events: none;
  color: #a0a0a0;
}
.sideNav ul li span {
  font-size: 16px;
  color: #a0a0a0;
}
.sideNav .icon {
  width: 52px;
  height: 52px;
  margin-bottom: 32px;
}
.sideNav .side_btn {
  max-width: 230px;
  padding: 16px 0;
  background: var(--color01);
  border-radius: 30px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .sideNav ul li {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .sideNav ul li:last-of-type {
    margin-bottom: 24px;
  }
  .sideNav .icon {
    width: 47px;
    height: 47px;
    margin-bottom: 24px;
  }
  .sideNav .side_btn {
    padding: 16px 0;
    border-radius: 30px;
    font-size: 13px;
  }
  .mainContents {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .sideNav {
    display: none;
  }
  .wrapInner .mainContents {
    width: 100%;
  }
}

/* lead
-----------------------------------------------*/
#lead {
  position: relative;
  padding: 80px 0 176px;
  text-align: center;
  background: url(../img/lead_deco_03.png) no-repeat center bottom / 100% auto;
  overflow: hidden;
}
#lead::before, #lead::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  width: 360px;
  height: 240px;
}
#lead::before {
  background: url("../img/lead_deco_01.png")no-repeat center / 100% auto;
  top: 70px;
  left: calc(50% - 610px);
}
#lead::after {
  background: url("../img/lead_deco_02.png")no-repeat center / 100% auto;
  top: 70px;
  right: calc(50% - 617px);
}
#lead h2 {
  position: relative;
  color: var(--color01);
  font-size: 48px;
}
#lead h2 span {
  display: block;
  font-size: 24px;
  margin: 16px 0;
  color: var(--fontColor);
}
#lead .inner > div {
  max-width: 456px;
  width: 100%;
  padding: 12px 30px;
  margin: 0 auto;
  background: var(--color01);
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  font-feature-settings: "palt";
}
#lead p {
  max-width: 455px;
  margin: 0 auto 24px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  #lead::before, #lead::after {
    width: 300px;
    height: 200px;
    top: 100px;
  }
  #lead::before {
    left: calc(50% - 500px);
  }
  #lead::after {
    right: calc(50% - 525px);
  }
}
@media screen and (max-width: 960px) {
  #lead {
    padding: 60px 0 120px;
  }
  #lead::before, #lead::after {
    width: 260px;
  }
  #lead::after {
    right: calc(50% - 500px);
  }
}
@media screen and (max-width: 750px) {
  #lead {
    padding: 40px 15px 60px;
  }
  #lead::before,
  #lead::after {
    top: 30px;
    width: 210px;
    height: 200px;
  }
  #lead::before {
    left: calc(50% - 257px);
  }
  #lead::after {
    right: calc(50% - 250px);
    transform: scale(-1, 1)
  }
  #lead h2 {
    font-size: 32px;
  }
  #lead h2 span {
    font-size: 17px;
    margin: 5px 0 0;
  }
  #lead .inner > div {
    padding: 12px 16px;
    margin-top: 12px;
    font-size: 14px;
  }
  /* #lead p {
    font-size: 14px;
    padding: 5px 0;
    margin: 10px auto 5px;
    box-sizing: border-box;
  } */
}

/* news
-----------------------------------------------*/
#news .inner{
	max-width: 980px;
	margin: 0 auto;
}
#news .inner > table{
	margin-top: 30px;
	border-top: 1px solid #e4e4e4;
}
#news table{
	width: 100%;
	border-collapse: collapse;
  text-align: left;
}
#news .box{
	display: none;
}
#news table th,
#news table td{
  padding: 20px 40px;
	border-bottom: 1px solid #e4e4e4;
	font-size: 16px;
  font-weight: bold;
	vertical-align: top;
	line-height: 1.5;
}
#news table th{
	white-space: nowrap;
}
#news table td{
	width: 100%;
}
#news .btn{
	text-align: center;
	margin-top: 15px;
}
#news .btn span{
	font-weight: bold;
	cursor: pointer;
}
/* #news .btn span::before{
  content: "もっと見る";
} */
#news .btn.active span::before{
  content: "閉じる";
}

@media screen and (max-width: 740px) {
  #news{
    padding-top: 60px;
  }
  #news .inner > table{
    margin-top: 20px;
  }
  #news table th,
  #news table td{
    font-size: 14px;
    padding: 15px 15px;
  }
  #news table td{
    padding-left: 0;
  }
  #news .btn span{
    font-size: 14px;
  }
  #news .btn span::after{
    top: 4px;
  }
  #news .btn.active span::after{
    top: 10px;
  }
}

/* map
-----------------------------------------------*/
#map {
  position: relative;
  padding-bottom: 0;
  background: url("../img/sec_bg.png") no-repeat center top / 100% 100%;
}
#map .inner {
  position: relative;
}
#map .mapArea {
  position: relative;
}
#map .mapArea img {
  max-width: 100%;
  height: auto;
  position: relative;
  top: 80px;
}
#map .mapArea ul, #map .mapArea li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#map .mapArea ul li {
  position: absolute;
  width: 200px;
  height: 200px;
  transform: translate(-50%, 0);
}
#map .mapArea ul li.map01 {
  left: 78%;
  bottom: 61%;
}
#map .mapArea ul li.map02 {
  left: 58%;
  bottom: 11%;
}
#map .mapArea ul li.map03 {
  left: 15%;
  bottom: 36%;
}
#map .mapArea ul li.map04 {
  left: 42%;
  bottom: 65%;
}
#map .mapArea ul li.noClick {
  pointer-events: none;
}
#map .mapArea ul li a {
  position: relative;
  display: table;
  width: 200px;
  height: 200px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 5px 0 0 0;
  border: 10px solid #fff;
  cursor: pointer;
  transform: scale(1);
  transition: background .3s cubic-bezier(.210, .60, .350, 1);
}
#map .mapArea ul li.noClick a {
  background: #acacac !important;
}
#map .mapArea ul li.map01 a {
  background: #749aa8;
}
#map .mapArea ul li.map02 a {
  background: #9DC744;
}
#map .mapArea ul li.map03 a {
  /* background: #c97a59; */
  background: #a0a0a0;
  pointer-events: none;
}
#map .mapArea ul li.map04 a {
  background: #CBA73A;
}
#map .mapArea ul li a:hover {
  text-decoration: none;
  opacity: 1;
  background: #c4c4c4;
}
#map .mapArea ul li.noClick a:hover {
  background: #c4c4c4 !important;
}
#map .mapArea ul li.map01 a:hover {
  background: #8fc3d1;
}
#map .mapArea ul li.map02 a:hover {
  background: #c8f45b;
}
#map .mapArea ul li.map03 a:hover {
  background: #ed8e6e;
}
#map .mapArea ul li.map04 a:hover {
  background: #efc44b;
}
#map .mapArea ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 190px;
  transform: translateX(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) rotate(-90deg);
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 12px solid transparent;
  border-right: 20px solid #fff;
}
/* #map .mapArea ul li.map01 a::before {
  left: 40px;
  top: 180px;
  transform: translateX(-50%) rotate(-65deg);
  -ms-transform: translateX(-50%) rotate(-65deg);
} */
#map .mapArea ul li.map02 a::before {
  left: 0;
  top: 30px;
  transform: translateX(-50%) rotate(-80deg);
  -ms-transform: translateX(-50%) rotate(-80deg);
}
#map .mapArea ul li.map03 a::before {
  left: 175px;
  top: 130px;
  transform: translateX(-50%) rotate(-35deg);
  -ms-transform: translateX(-50%) rotate(-35deg);
}
#map .mapArea ul li a span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  #map .mapArea ul li {
    width: 150px;
    height: 150px;
  }
  #map::before {
    top: -90px;
    left: 10px;
  }
  #map::after {
    top: -55px;
    left: 45px;
  }
  /* #map .mapArea ul li.map01 {
    left: 78%;
    bottom: 62%;
  }
  #map .mapArea ul li.map02 {
    left: 58%;
    bottom: 10%;
  }
  #map .mapArea ul li.map03 {
    left: 11%;
    bottom: 39%;
  }
  #map .mapArea ul li.map04 {
    left: 18%;
    bottom: 65%;
  } */
  #map .mapArea ul li a {
    width: 150px;
    height: 150px;
    font-size: 14px;
    border: 6px solid #fff;
  }
  #map .mapArea ul li a::before {
    top: 145px;
  }
  /* #map .mapArea ul li.map01 a::before {
    left: 40px;
    top: 140px;
  } */
  #map .mapArea ul li.map02 a::before {
    left: 2px;
    top: 20px;
  }
  #map .mapArea ul li.map03 a::before {
    left: 128px;
    top: 100px;
  }
  #map .inner::before {
    right: 10px;
  }
}
@media screen and (max-width: 960px) {
  #map .mapArea img {
    top: 50px;
  }
  #map .mapArea ul li.map02 {
    left: 62%;
    bottom: 6%;
  }
  #map .mapArea ul li.map03 {
    left: 11%;
    bottom: 33%;
  }
  #map .mapArea ul li.map04 {
    left: 41%;
    bottom: 65%;
}
}
@media screen and (max-width: 750px) {
  #map {
    padding-bottom: 40px;
    background-size: auto 100%;
  }
  #map::before {
    width: 30px;
    height: 57px;
    top: -60px;
    left: 10px;
  }
  #map::after {
    width: 91px;
    height: 100px;
    top: -55px;
    left: 45px;
  }
  #map .inner {
    padding-bottom: 80px;
  }
  #map .inner::before {
    width: 70px;
    height: 100px;
    top: -30px;
  }
  #map .inner::after {
    width: 90px;
    height: 98px;
    bottom: -60px;
    right: 0;
  }
  #map .mapArea img {
    right: -20px;
  }
  #map .mapArea ul li {
    width: 100px;
    height: 100px;
  }
  #map .mapArea ul li.map01 {
    left: 81%;
    bottom: 59%;
  }
  #map .mapArea ul li.map02 {
    left: 59%;
    bottom: 14%;
  }
  #map .mapArea ul li.map03 {
    left: 19%;
    bottom: 39%;
  }
  #map .mapArea ul li.map04 {
    left: 46%;
    bottom: 63%;
  }
  #map .mapArea ul li a {
    width: 100px;
    height: 100px;
    font-size: 10px;
    padding: 2px 0 0 0;
    border: 3px solid #fff;
  }
  #map .mapArea ul li a::before {
    top: 98px;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-right: 10px solid #fff;
  }
  /* #map .mapArea ul li.map01 a::before {
    left: 15px;
    top: 87px;
  } */
  #map .mapArea ul li.map02 a::before {
    left: 10px;
    top: 10px;
  }
  #map .mapArea ul li.map03 a::before {
    left: 88px;
    top: 70px;
  }
  /* #map .mapArea ul li.map04 a::before {
    left: 78px;
    top: 80px;
    transform: translateX(-50%) rotate(-20deg);
    -ms-transform: translateX(-50%) rotate(-20deg);
  } */
  @-moz-document url-prefix() {
    #map .mapArea ul li a::before {
      top: 99px;
    }
    #map .mapArea ul li.map01 a::before {
      left: 15px;
    }
    #map .mapArea ul li.map02 a::before {
      left: 17px;
    }
    #map .mapArea ul li.map03 a::before {
      left: 92px;
    }
    #map .mapArea ul li.map04 a::before {
      left: 84px;
    }
  }
}
@media screen and (max-width: 650px) {
  #map .mapArea ul li.map01 {
    left: 81%;
    bottom: 59%;
  }
  /* #map .mapArea ul li.map02 {
    left: 55%;
    bottom: 14%;
  } */
  /* #map .mapArea ul li.map03 {
    left: 11%;
    bottom: 36%;
  } */
  #map .mapArea ul li.map05 {
    left: 45%;
    bottom: 71%;
  }
}
@media screen and (max-width: 400px) {
  #map .mapArea ul li.map01 {
    left: 81%;
    bottom: 52%;
  }
  #map .mapArea ul li.map02 {
    left: 66%;
    bottom: -5%;
  }
  #map .mapArea ul li.map03 {
    left: 16%;
    bottom: 30%;
  }
  #map .mapArea ul li.map04 {
    left: 46%;
    bottom: 56%;
  }
}
/* overview
-----------------------------------------------*/
#overview {
  position: relative;
  padding: 120px 40px 100px;
}
#overview:before,
#overview:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 400px;
  height: 400px;
}
#overview:before {
  top: 0;
  right: 0;
  background: url(../img/overview_bg_01.svg) no-repeat top right / contain;
}
#overview:after {
  bottom: 0;
  left: 0;
  background: url(../img/overview_bg_02.svg) no-repeat bottom left / contain;
}
#overview .box {
  margin-top: 80px;
  position: relative;
}
#overview .box .batch {
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: 10;
  width: 165px;
}
#overview .box .inner {
  display: flex;
  align-items: stretch;
  gap: 50px;
  width: 100%;
}
#overview .box:nth-of-type(odd) .inner {
  flex-direction: row-reverse;
}
#overview .box + .box {
  margin-top: 80px;
}
#overview .box .img {
  overflow: hidden;
  width: 50%;
}
#overview .box .img p {
  margin-top: 50px;
  line-height: 1.5;
  text-align: center;
}
#overview .box .img img {
  width: 100%;
}
#overview .box .img p br {
  display: none;
}
#overview .box .txt {
  width: 50%;
  box-sizing: border-box;
  padding-top: 10px;
  display: table;
  position: relative;
  z-index: 1;
  text-align: left;
}
#overview .box .txt::before {
  position: absolute;
  display: block;
  content: "";
  background-size: cover;
}
#overview .box:first-of-type .txt::before {
  bottom: 0;
  right: -15px;
  background: url("../img/img_illust_05.svg")no-repeat;
  width: 122px;
  height: 175px;
}
#overview .box .txt h3 {
  font-size: 32px;
  position: relative;
  margin-bottom: 24px;
}
#overview .box .txt h4 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}
#overview .box .txt p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 2;
}
#overview .box:nth-of-type(2) .txt div:nth-of-type(1) {
  padding-left: 7em;
  margin-bottom: 5px;
  text-indent: -7em;
  line-height: 1.5;
}
#overview .box .txt p span {
  font-weight: bold;
}
#overview .box .txt p:last-of-type {
  font-weight: bold;
}
#overview .box .txt p a {
  text-decoration: underline;
}
#overview .box .txt p a:hover {
  text-decoration: none;
}
#overview .box .txt .btn a {
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  padding: 0 64px;
  background: var(--color01);
  display: inline-block;
  font-weight: bold;
  border-radius: 35px;
  margin-bottom: 30px;
}
#overview .box .txt .btn a:hover {
  background: #CD9506;
}
#overview .box .txt .btn a.noLink {
  background: #acacac;
  pointer-events: none;
}
#overview .box .txt h5 {
  font-size: 20px;
  color: var(--color01);
}

@media screen and (max-width: 960px) {
  #overview:before,
  #overview:after {
    width: 300px;
    height: 300px;
  }
  #overview .box .batch {
    position: absolute;
    top: -35px;
    left: -35px;
    z-index: 10;
    width: 130px;
  }
  #overview .box .inner {
    gap: 30px;
  }
  #overview .box + .box {
    margin-top: 40px;
  }
  #overview .box .txt h3 {
    margin-bottom: 12px;
    font-size: 28px;
  }
  #overview .box .txt h4 {
    font-size: 18px;
  }
  #overview .box .txt p {
    font-size: 14px;
    margin-bottom: 12px;
  }
  #overview .box .txt .btn a {
    line-height: 47px;
    padding: 0px 40px;
    margin-bottom: 12px;
  }
  #overview .box .txt h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #overview {
    padding: 60px 15px;
  }
  #overview:before {
    width: 200px;
  }
  #overview:after {
    width: 250px;
  }
  #overview .box,
  #overview .box + .box {
    margin-top: 40px;
  }
  #overview .box .batch {
    top: -35px;
    left: -30px;
    width: 140px;
  }
  #overview .inner {
    flex-wrap: wrap;
  }
  #overview .box .inner {
    gap: 16px;
  }
  #overview .box .img {
    width: 100%;
  }
  #overview .box .img p {
    margin-top: 30px;
  }
  #overview .box .txt {
    width: 100%;
    padding: 0;
  }
  #overview .box .txt h3 {
    font-size: 24px;
    text-align: center;
  }
  #overview .box .txt .btn {
    text-align: center;
  }
  #overview .box .txt h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #overview .box .txt p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.7;
  }
  #overview .box .txt .btn a {
    font-size: 16px;
    line-height: 50px;
    padding: 0 40px;
    margin-bottom: 10px;
  }
}

/* castInfo
-----------------------------------------------*/
#castInfo {
  background: url("../img/sec_bg.png") no-repeat center top / 100% 100%;
  position: relative;
}
#castInfo .col3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
  row-gap: 60px;
  margin-top: 80px;
}
#castInfo .col3 .col {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}
#castInfo .col3 .col img {
  border-top-right-radius: 10px;
  width: 100%;
}
#castInfo .col3 .col .img {
  position: relative;
}
#castInfo .col3 .col .img span {
  position: absolute;
  display: block;
  content: "";
  background: var(--color01);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 6px 24px;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
}
#castInfo .col3 .col .txt {
  padding: 30px;
}
#castInfo .col3 .col .txt h3 {
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
}
#castInfo .col3 .col .txt p {
  position: relative;
  font-size: 16px;
  padding-bottom: 20px;
  text-align: left;
  line-height: 2;
}
#castInfo .col3 .col .txt p:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: url(../img/dots_line.svg) repeat-x;
}
#castInfo .col3 .col .txt ul {
  padding-top: 20px;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  line-height: 1.7;
}
#castInfo .col3 .col .txt ul a {
  color: #4f4037;
  text-decoration: underline;
}
#castInfo .inner > p {
  margin-top: 16px;
}
@media screen and (max-width: 960px) {
  #castInfo .col3 {
    column-gap: 30px;
    row-gap: 40px;
  }
  #castInfo .col3 .col .txt {
    padding: 20px;
  }
}
@media screen and (max-width: 840px) {
  #castInfo .col3 {
    grid-template-columns: 1fr;
    width: 80%;
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 750px) {
  #castInfo {
    background-size: auto 100%;
  }
  #castInfo .col3 {
    width: 100%;
    margin: 40px auto 0;
  }
  #castInfo .col3 .col .txt {
    padding: 20px;
  }
  #castInfo .col3 .col .img span {
    font-size: 14px;
  }
  #castInfo .col3 .col .txt h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #castInfo .col3 .col .txt p {
    font-size: 14px;
    line-height: 1.5;
  }
  #castInfo .col3 .col .txt ul {
    padding-top: 10px;
  }
}
/* store
-----------------------------------------------*/
#store {
  position: relative;
}
#store::before, #store::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  background-size: cover;
}
#store::before {
  background: url("../img/store_bg_01.svg")no-repeat right top / 100%;
  top: 0;
  right: 0;
  width: 540px;
  height: 147px;
}
#store::after {
  background: url("../img/store_bg_02.svg")no-repeat left bottom / 100%;
  bottom: 0;
  left: 0;
  width: 600px;
  height: 170px;
}
#store .inner h2::before {
  background-color: #e8d47d;
}
#store .inner h3 {
  position: relative;
  padding-left: 25px;
  margin: 60px 0 30px;
  font-size: 24px;
}
#store .inner h3::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background: var(--color01);
  border-radius: 50%;
  transform: translateY(-40%);
}
#store .col3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 50px;
}
#store .col3.handmade {
  margin-top: 50px;
}
#store .col3 .col {
  max-width: 373px;
}
#store .col3 .col img {
  width: 100%;
  border-radius: 0 60px 0 60px;
}
#store .col3 .col .img {
  position: relative;
}
#store .col3 .col .img span {
  position: absolute;
  background: var(--color01);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 6px 16px;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
}
#store .col3.handmade .col .img span {
  background: #D17A59;
}
#store .col3 .col .bold {
  font-weight: bold;
}
#store .col3 .col .txt {
  padding-top: 20px;
}
#store .col3 .col .txt h4 {
  font-size: 20px;
  margin-bottom: 16px;
  text-align: center;
}
#store .col3 .col .txt p {
  position: relative;
  font-size: 16px;
  padding-bottom: 20px;
  text-align: left;
  line-height: 1.5;
}
#store .col3 .col .txt p:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: url(../img/dots_line.svg) repeat-x;
}
#store .col3 .col .txt ul {
  padding-top: 16px;
  text-align: left;
  line-height: 1.5;
}
#store .col3 .col .txt ul li {
  font-size: 16px;
  font-weight: bold;
}
#store .col3 .col .txt ul a {
  color: #4f4037;
  text-decoration: underline;
}
#store .note {
  font-size: 14px;
  margin-top: 40px;
}
@media screen and (max-width: 1180px) {
  #store::before,
  #store::after {
    width: 480px;
  }
  #store .col3 .col img {
    border-radius: 0 40px 0 40px;
  }
}
@media screen and (max-width: 960px) {
  #store .col3 {
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
  }
}
@media screen and (max-width: 750px) {
  #store::before {
    width: 300px;
    right: -40px;
  }
  #store::after {
    width: 320px;
  }
  #store .inner h3 {
    padding-left: 20px;
    margin: 30px 0 20px;
    font-size: 20px;
  }
  #store .inner h3::before {
    width: 16px;
    height: 16px;
  }
  #store .col3 {
    grid-template-columns: 1fr;
  }
  #store .col3 .col {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
  #store .col3 .col .img span {
    font-size: 14px;
  }
  #store .col3 .col .txt p {
    font-size: 14px;
  }
  #store .col3 .col .txt ul li {
    font-size: 14px;
  }
  #store .note {
    font-size: 14px;
    margin-top: 30px;
  }
}
/* access
-----------------------------------------------*/
#access {
  background: url("../img/sec_bg.png") no-repeat center top / 100% 100%;
  position: relative;
}
#access .box {
  display: grid;
  grid-template-columns: 2fr 3fr;
  column-gap: 60px;
  margin-top: 60px;
  align-items: center;
}
#access .box .img {
  border-radius: 10px
}
#access .box .img img {
  border-radius: 10px;
}
#access .box .txt {
  text-align: left;
  font-feature-settings: "palt";
}
#access .box .txt td {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}
#access .box .txt h3 {
  font-size: 18px;
  margin: 30px 0 0;
}
#access .box .txt p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
}
#access .box .txt .btn a {
  display: inline-block;
  padding: 0 40px;
  margin-top: 24px;
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  background: var(--color01);
  font-weight: bold;
  border-radius: 35px;
}
#access .box .txt .btn a:hover {
  background: #CD9506;
}
#access .box .txt .btn a.noLink {
  background: #acacac;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  #access .box {
    column-gap: 40px;
  }
  #access .box .txt td {
    font-size: 16px;
    line-height: 2;
  }
  #access .box .txt h3 {
    font-size: 16px;
  }
  #access .box .txt .btn a {
    line-height: 47px;
  }
}
@media screen and (max-width: 820px) {
  #access .box {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
  #access .box .img,
  #access .box .txt {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  #access {
    background-size: auto 100%;
  }
  #access .box {
    margin-top: 40px;
  }
  #access .box .img {
    width: 100%;
  }
  #access .box .txt {
    width: 100%;
    padding-left: 0;
  }
  #access .box .txt td,
  #access .box .txt p {
    font-size: 14px;
  }
  #access .box .txt p span {
    display: inline-block;
  }
  #access .box .txt p span::before {
    bottom: -2px;
  }
  #access .box .txt h3 {
    font-size: 14px;
    margin: 20px 0 5px;
  }
  #access .box .txt .btn a {
    padding: 0 40px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 47px;
  }
}

/* lastyear
-----------------------------------------------*/
#lastyear .movie {
  width: 100%;
  margin: 60px 0 80px;
  overflow: hidden;
}
#lastyear .movie img {
  width: 100%;
}
#lastyear p {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
#lastyear a {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 32px;
  font-weight: bold;
  color: var(--color01);
  text-decoration: underline;
}
#lastyear a:hover {
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  #lastyear .movie {
    margin: 40px 0;
  }
  #lastyear p {
    font-size: 18px;
  }
  #lastyear a {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  #lastyear p {
    font-size: 16px;
  }
  #lastyear a {
    font-size: 18px;
  }
}

/* player
-----------------------------------------------*/
#player {
  background: url("../img/sec_bg.png") no-repeat center top / 100% 100%;
  position: relative;
}
#player .col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
  margin-top: 60px;
}
#player .col2 .col h3 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  background: url(../img/dots_line.svg) repeat-x left bottom;
  font-size: 28px;
  line-height: 1.2;
}
#player .col2 .col li {
  margin-bottom: 24px;
}
#player .col2 .col li a {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
}
#player .col2 .col li a:hover {
  text-decoration: none;
}
#player .col2 .col li a span {
  font-size: 16px;
}
#player .col2 .col li p {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  #player .col2 {
    grid-template-columns: 1fr;
    row-gap: 30px;
    margin-top: 40px;
  }
  #player .col2 .col h3 {
    font-size: 20px;
  }
  #player .col2 .col li {
    margin-bottom: 20px;
  }
  #player .col2 .col li a {
    font-size: 16px;
  }
  #player .col2 .col li a span {
    font-size: 12px;
  }
  #player .col2 .col li p {
    font-size: 14px;
  }
}

/* information
-----------------------------------------------*/
#information {
  background: #fff;
}
#information .col3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
}
#information .col3 .col {
  max-width: 373px;
  padding: 24px 20px;
  background: #FCFCED;
  border-radius: 0 40px 0 40px;
}
#information .col3 .col h2 {
  content: "";
  width: 100%;
  font-size: 24px;
  text-align: center;
}
#information .col3 .col .txt {
  width: 100%;
  padding: 20px 0;
  text-align: left;
  font-size: 14px;
  line-height: 2;
  font-feature-settings: "palt";
  box-sizing: border-box;
}
#information .col3 .col .txt li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1070px) {
  #information .col3 {
    column-gap: 20px;
  }
  #information .col3 .col h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 840px) {
  #information .col3 {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
  #information .col3 .col {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  #information .col3 .col {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
  #information .col3 .col h2 {
    bottom: 55px;
    font-size: 20px;
  }
}
/* slider
-----------------------------------------------*/
.slick-list {
  overflow: hidden;
  border-radius: 0 60px 0 60px;
}
.slide .slick-list {
  border-radius: 0;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
}
.slick-list {
  position: relative;
  display: block;
  margin: 0;
  height: 100%;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  position: relative;
}
.slick-slide:focus {
  outline: none;
}
/* [dir='rtl'] .slick-slide {
  float: right;
} */
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-next, .slick-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  font-size: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  border: none;
  cursor: pointer;
}
.slick-next {
  right: 0;
}
.slick-prev {
  left: 0;
}
.slick-arrow::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transition: left .2s cubic-bezier(.210, .60, .350, 1);
}
.slick-next::before {
  left: -8%;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.slick-prev::before {
  left: 8%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slick-next:hover::before {
  left: -2%;
}
.slick-prev:hover::before {
  left: 2%;
}
.slick-dots {
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  font-size: 0;
  background-color: #c7c7c7;
  border: none;
  border-radius: 10px;
  padding: 0;
  cursor: pointer;
  transition: background .4s cubic-bezier(.210, .60, .350, 1);
}
.slick-dots li.slick-active button, .slick-dots li button:hover {
  background-color: #969696;
}
@media screen and (max-width: 750px) {
  .slick-dots {
    bottom: -20px;
  }
}

/* pdfLink
-----------------------------------------------*/
.pdfLink a {
	display: block;
	max-width: 600px;
	width: 100%;
	margin: 60px auto 0;
}
.pdfLink a .btn {
  position: relative;
	max-width: 600px;
	height: 96px;
	background: var(--color01);
	border-radius: 60px;
	color: #fff;
	text-align: center;
  transition: opacity .15s ease-in-out;
}
.pdfLink a .btn:hover {
	opacity: .8;
}
.pdfLink .btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px) {
  .pdfLink a {
    max-width: 540px;
  }
  .pdfLink a .btn {
    max-width: 540px;
	  height: 80px;
  }
  .pdfLink .btn span {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .pdfLink a {
    margin: 40px auto 0;
  }
  .pdfLink a .btn {
    height: 60px;
  }
  .pdfLink .btn span {
    font-size: 14px;
  }
}

.induction {
  position: absolute;
  bottom: calc(50% - 300px);
  left: 50%;
  translate: -50% 0;
  width: fit-content;
  padding: 48px 64px;
  background: #fff;
}
.induction p {
  color: red;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  white-space: nowrap;
}
.induction a {
  color: red;
  text-decoration: underline;
}
@media screen and (max-width: 1180px) {
  .induction {
    bottom: calc(50% - 250px);
  }
  .induction p {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .induction {
    bottom: 24px;
    padding: 24px 40px;
  }
}
@media screen and (max-width: 750px) {
  .induction {
    z-index: 10;
    width: 90%;
    bottom: 20px;
    padding: 24px;
  }
  .induction p {
    font-size: 16px;
    line-height: 1.5;
    white-space: wrap;
  }
}
@media screen and (max-width: 450px) {
  /* .induction {
    bottom: -60px;
  } */
  /* #lead {
    padding: 100px 0 60px;
  } */
}