@charset "UTF-8";
html {
  width: 100%;
}

* {
  --color01: #458F2A;
  --cate-color1: #067cb3;
  --cate-color2: #D17A59;
  --cate-color3: #d45a6a;
  --fontColor: #372D2D;
  box-sizing: border-box;
}

body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: #FFFEF2;
  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;
  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;
  height: auto;
  backface-visibility: hidden;
}

a img {
  vertical-align: bottom;
  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: 900px;
  padding: 0;
  overflow: hidden;
}
#main .inner {
  position: relative;
  max-width: none;
  height: 100%;
}
#main .inner video {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
#main .inner .fv_bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
#main .inner .fv_bg.sp {
  display: none;
}
#main .inner h1 {
  position: absolute;
  bottom: 60px;
  left: 40px;
  z-index: 10;
  width: 45%;
}
#main .inner h1 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#main .inner > img {
  position: absolute;
}
#main .inner > img:nth-of-type(1), #main .inner > img:nth-of-type(2) {
  top: 0;
  z-index: 2;
  zoom: 0.75;
}
#main .inner > img:nth-of-type(1) {
  left: 0;
}
#main .inner > img:nth-of-type(2) {
  right: 0;
}

@media screen and (max-width: 1600px) {
  #main {
    height: calc(100vh - 120px);
  }
  #main .inner > img:nth-of-type(1), #main .inner > img:nth-of-type(2) {
    width: 25%;
  }
}
@media screen and (max-width: 1200px) {
  #main .inner h1 {
    left: 10px;
    bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  #main {
    height: 480px;
  }
  #main .inner h1 {
    width: 48%;
  }
}
@media screen and (max-width: 560px) {
  #main {
    height: 500px;
  }
  #main .inner video {
    width: 125%;
    height: auto;
  }
  #main .inner .fv_bg {
    display: none;
  }
  #main .inner .fv_bg.sp {
    display: block;
    width: 100%;
    height: auto;
    bottom: 0;
    top: unset;
  }
  #main .inner > img:nth-of-type(1), #main .inner > img:nth-of-type(2) {
    width: 30%;
  }
  #main .inner h1 {
    width: 95%;
    bottom: 35px;
    left: 50%;
    translate: -50% 0;
  }
}
@media screen and (max-width: 430px) {
  #main {
    height: 430px;
  }
}
.wrap {
  display: grid;
  grid-template-columns: 240px calc(100% - 240px);
}

.sideNav {
  grid-column: 1;
}
.sideNav .inner {
  position: sticky;
  top: 150px;
  left: 0;
  z-index: 99;
}

.mainContents {
  grid-column: 2;
  margin-left: -240px;
}

/* sideNav
-----------------------------------------------*/
.sideNav {
  width: -moz-fit-content;
  width: fit-content;
}
.sideNav .inner {
  background: #fff;
  padding: 40px 24px;
  border-radius: 0 30px 30px 0;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  font-weight: bold;
}
.sideNav a {
  display: block;
  color: var(--fontColor);
  transition: opacity 0.15s ease-in-out;
}
.sideNav a:hover {
  opacity: 0.7;
}
.sideNav ul li {
  margin-bottom: 20px;
  font-size: 16px;
}
.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 .icon img {
  width: 100%;
}
.sideNav .side_btn {
  padding: 14px 32px;
  background: var(--color01);
  border-radius: 30px;
  color: #fff;
  text-align: center;
}
.sideNav.hidden {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 1390px) {
  .sideNav .inner {
    padding: 32px 16px;
  }
  .sideNav .side_btn {
    padding: 12px 16px;
  }
}
@media screen and (max-width: 1260px) {
  .sideNav {
    display: none;
  }
}
/* Countdown
-----------------------------------------------*/
.countDown {
  padding: 20px 20px 80px;
  font-family: "ab-kirigirisu", sans-serif;
}
.countDown .content {
  width: 550px;
  padding: 233px 0 40px;
  margin: auto;
  background: url(../img/countdown_bg.png) no-repeat center/100% auto;
  font-size: 40px;
  text-align: center;
  letter-spacing: -0.08em;
}
.countDown .content span {
  margin: 0 8px 0 10px;
  font-size: 96px;
  line-height: 1;
  letter-spacing: -0.2em;
  vertical-align: -5px;
}
@media screen and (max-width: 650px) {
  .countDown {
    padding: 0 20px 64px;
  }
  .countDown .content {
    width: 350px;
    padding: 140px 0 20px;
    font-size: 32px;
  }
  .countDown .content span {
    font-size: 80px;
  }
}

/* lead
-----------------------------------------------*/
#lead {
  position: relative;
  padding: 80px 40px 340px;
  text-align: center;
  background: url(../img/lead_bg.png) no-repeat center top/100% 100%;
  overflow: hidden;
}
#lead h2 {
  color: #fff;
  font-size: 48px;
}
#lead h2 span {
  display: block;
  font-size: 24px;
  margin: 16px 0;
}
#lead .inner > div {
  max-width: 456px;
  width: 100%;
  padding: 12px 30px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  color: var(--fontColor);
  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: 1260px) {
  #lead {
    padding: 80px 20px 240px;
  }
}

@media screen and (max-width: 750px) {
  #lead {
    padding: 64px 20px 160px;
    background: url(../img/lead_bg_sp.png) no-repeat center top/100% 100%;
  }
  #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;
  }
}
/* news
-----------------------------------------------*/
#news {
  padding: 300px 40px 160px;
  margin-top: -260px;
  background: url(../img/bg_01.jpg) repeat-y center top/100% auto;
  /* .btn span::before{
    content: "もっと見る";
  } */
}
#news .inner {
  max-width: 980px;
  margin: 0 auto;
}
#news .inner > table {
  margin-top: 30px;
  border-top: 1px solid #989898;
}
#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 #989898;
  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.active span::before {
  content: "閉じる";
}
@media screen and (max-width: 750px) {
  #news {
    padding: 200px 40px 80px;
    margin-top: -165px;
    background-size: auto 100%;
  }
  #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;
  }
}
@media screen and (max-width: 560px) {
  #news {
    padding: 260px 40px 80px;
    margin-top: -224px;
  }
}

/* comingsoon
-----------------------------------------------*/
#info {
  padding: 100px 40px;
  background: url(../img/bg_deco01.png) repeat-x left top, url(../img/bg_deco02.png) repeat-x left bottom;
}
#info .comingsoon {
  max-width: 900px;
  padding: 56px 16px;
  margin: 64px auto 0;
  background: rgba(255, 255, 255, 0.4);
  border: solid 4px var(--color01);
  border-style: dashed;
  color: var(--fontColor);
  text-align: center;
}
#info .comingsoon h3 {
  margin-bottom: 24px;
  font-size: 36px;
  font-family: "Roboto", san-serif;
}
#info .comingsoon h3, #info .comingsoon p {
  opacity: 0.6;
}
#info .comingsoon p {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 560px) {
  #info .comingsoon {
    padding: 32px 16px;
    margin: 40px 0 0;
  }
  #info .comingsoon h3 {
    margin-bottom: 12px;
    font-size: 24px;
  }
}

/* map
-----------------------------------------------*/
#map .inner {
  max-width: 1400px;
}
#map .mapArea {
  position: relative;
  margin: 80px 0 0 180px;
}
#map .mapArea img {
  max-width: 100%;
  height: auto;
}
#map .mapArea ul li {
  position: absolute;
  width: 200px;
  height: 200px;
  transform: translate(-50%, 0);
}
#map .mapArea ul li.map01 {
  top: 5%;
  left: 78%;
}
#map .mapArea ul li.map01 a:not(.txt) {
  background: #749aa8;
}
#map .mapArea ul li.map01 a:not(.txt):hover {
  background: #8fc3d1;
}
#map .mapArea ul li.map01 a:not(.txt)::before {
  left: 40px;
  top: 180px;
  transform: translateX(-50%) rotate(-65deg);
  -ms-transform: translateX(-50%) rotate(-65deg);
}
#map .mapArea ul li.map02 {
  left: 40%;
  bottom: 12%;
}
#map .mapArea ul li.map02 a:not(.txt) {
  background: #6eb9be;
}
#map .mapArea ul li.map02 a:not(.txt):hover {
  background: #8bccd0;
}
#map .mapArea ul li.map02 a:not(.txt)::before {
  left: 50%;
  top: -36px;
  transform: translateX(-50%) rotate(90deg);
}
#map .mapArea ul li.map03 {
  top: -80px;
  left: 22%;
}
#map .mapArea ul li.map03 a:not(.txt) {
  background: #de7b5a;
}
#map .mapArea ul li.map03 a:not(.txt):hover {
  background: #ed8e6e;
}
#map .mapArea ul li.map03 a:not(.txt)::before {
  left: 185px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
}
#map .mapArea ul li.map04 {
  left: 20%;
  bottom: 60%;
}
#map .mapArea ul li.map04 a:not(.txt) {
  background: #e3b623;
}
#map .mapArea ul li.map04 a:not(.txt):hover {
  background: #f8ce46;
}
#map .mapArea ul li.map04 a:not(.txt)::before {
  left: 185px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
}
#map .mapArea ul li.map06 {
  left: 16%;
  bottom: 36%;
}
#map .mapArea ul li.map06 a:not(.txt) {
  background: #42982f;
}
#map .mapArea ul li.map06 a:not(.txt):hover {
  background: #41b128;
}
#map .mapArea ul li.map06 a:not(.txt)::before {
  left: 170px;
  top: 20px;
  transform: rotate(-215deg);
}
#map .mapArea ul li.map05 {
  left: 87%;
  bottom: 44%;
  width: 120px;
  height: 120px;
}
#map .mapArea ul li.map05 a:not(.txt) {
  width: 120px;
  height: 120px;
  background: #989898;
  border: 5px solid #fff;
  pointer-events: none;
  cursor: auto;
}
#map .mapArea ul li.map05 a:not(.txt)::before {
  left: -34px;
  top: 50%;
  transform: translateY(-50%) rotate(0);
}
#map .mapArea ul li.map05 p {
  font-size: 12px;
}
#map .mapArea ul li.map05 p a.txt {
  font-size: 12px;
  text-decoration: underline;
}
#map .mapArea ul li.noClick {
  pointer-events: none;
}
#map .mapArea ul li a:not(.txt) {
  position: relative;
  display: table;
  width: 200px;
  height: 200px;
  padding: 5px 0 0 0;
  border: 10px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  box-sizing: border-box;
  cursor: pointer;
  transform: scale(1);
  transition: background 0.3s cubic-bezier(0.21, 0.6, 0.35, 1);
}
#map .mapArea ul li a:not(.txt):hover {
  text-decoration: none;
  opacity: 1;
  background: #c4c4c4;
}
#map .mapArea ul li a:not(.txt)::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 a:not(.txt) span {
  display: table-cell;
  vertical-align: middle;
}
#map .mapArea ul li.noClick a:hover {
  background: #c4c4c4 !important;
}
@media screen and (max-width: 1260px) {
  #map .mapArea {
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  #map {
    padding: 60px 0 0;
  }
  #map .mapArea {
    padding: 64px 10px;
  }
  #map .mapArea ul li {
    width: 120px;
    height: 120px;
  }
  #map .mapArea ul li a:not(.txt) {
    width: 120px;
    height: 120px;
    border: 5px solid #fff;
    font-size: 14px;
  }
  #map .mapArea ul li.map01 {
    top: 3%;
    left: unset;
    right: -20px;
  }
  #map .mapArea ul li.map01 a:not(.txt)::before {
    left: 50%;
    top: unset;
    bottom: -29px;
    transform: translateX(-50%) rotate(-90deg);
  }
  #map .mapArea ul li.map02 {
    left: 45%;
  }
  #map .mapArea ul li.map02 a:not(.txt)::before {
    top: -29px;
  }
  #map .mapArea ul li.map03 {
    top: -54px;
    left: 36%;
  }
  #map .mapArea ul li.map03 a:not(.txt)::before {
    left: 50%;
    top: unset;
    bottom: -29px;
    transform: translateX(-50%) rotate(-90deg);
  }
  #map .mapArea ul li.map04 {
    left: 40px;
    bottom: 52%;
  }
  #map .mapArea ul li.map04 a:not(.txt)::before {
    left: 110px;
  }
  #map .mapArea ul li.map06 {
    left: 13%;
    bottom: 27%;
  }
  #map .mapArea ul li.map06 a:not(.txt)::before {
    left: 95px;
    top: -5px;
    transform: rotate(-220deg);
  }
  #map .mapArea ul li.map05 {
    width: 100px;
    height: 100px;
    left: unset;
    right: -30px;
    bottom: 26%;
  }
  #map .mapArea ul li.map05 a:not(.txt) {
    width: 100px;
    height: 100px;
  }
  #map .mapArea ul li.map05 a:not(.txt)::before {
    left: 50%;
    top: -29px;
    transform: translateX(-50%) rotate(90deg);
  }
}

/* overview
-----------------------------------------------*/
#overview {
  position: relative;
  padding: 120px 40px 100px;
  background: url(../img/bg_dots.png);
}
#overview .inner > p {
  margin: 56px 0 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}

#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 {
  position: relative;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: bold;
  color: var(--color01);
}

#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.place {
  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 .inner > p {
    margin: 40px 0 0;
    font-size: 18px;
  }
  #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 > img {
  position: absolute;
}
#castInfo > img:nth-of-type(1) {
  top: calc(50% - 300px);
  right: 24px;
  width: 246px;
}
#castInfo > img:nth-of-type(2) {
  top: calc(50% + 300px);
  left: 24px;
  width: 300px;
}

#castInfo .col3 {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 50px;
       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 {
    -moz-column-gap: 30px;
         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 > img {
    display: none;
  }
  #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;
  padding: 80px 40px 0;
}
#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 .inner h3.outside_marche::before {
  background: var(--cate-color1);
}
#store .inner h3.inside_marche::before {
  background: var(--cate-color2);
}
#store .inner h3.workshop::before {
  background: var(--cate-color3);
}
#store .col3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 30px;
       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: 20px;
}
#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: 20px 0 10px 0;
}
#store h3.outside_marche + .col3 .col .img span {
  background: var(--cate-color1);
}
#store h3.inside_marche + .col3 .col .img span {
  background: var(--cate-color2);
}
#store h3.workshop + .col3 .col .img span {
  background: var(--cate-color3);
}
#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;
}
#store > img:not(:last-of-type) {
  position: absolute;
  z-index: -1;
  zoom: 0.75;
}
#store > img:nth-of-type(1) {
  top: 200px;
  right: 20px;
}
#store > img:nth-of-type(2) {
  top: 40%;
  left: 20px;
}
#store > img:nth-of-type(3) {
  bottom: 10%;
  right: 20px;
}
#store > img:last-of-type {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 100px auto 0;
}

@media screen and (max-width: 960px) {
  #store .col3 {
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
  }
}
@media screen and (max-width: 750px) {
  #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;
  }
  #store > img:not(:last-of-type) {
    zoom: 0.5;
  }
  #store > img:nth-of-type(1) {
    top: 240px;
    right: 0;
  }
  #store > img:nth-of-type(2) {
    left: 0;
  }
  #store > img:nth-of-type(3) {
    right: 0;
  }
  #store > img:last-of-type {
    margin: 40px auto 0;
  }
}
/* access
-----------------------------------------------*/
#access {
  background: url(../img/bg_01.jpg) repeat-y top center/100% auto;
}

#access .box {
  display: grid;
  grid-template-columns: 2fr 3fr;
  -moz-column-gap: 60px;
       column-gap: 60px;
  margin-top: 60px;
  align-items: center;
}

#access .box .img {
  border-radius: 10px;
}

#access .box .img img {
  width: 100%;
  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 {
    -moz-column-gap: 40px;
         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 {
  background: url(../img/bg_deco01.png) repeat-x left top, url(../img/bg_deco02.png) repeat-x left bottom;
}

#lastyear .movie {
  width: 100%;
  height: 562px;
  margin: 60px 0 80px;
  overflow: hidden;
}
#lastyear .movie iframe {
  width: 100%;
  height: 100%;
}

#lastyear p {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

#lastyear a {
  display: block;
  width: -moz-fit-content;
  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;
    height: 400px;
  }
  #lastyear p {
    font-size: 18px;
  }
  #lastyear a {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  #lastyear .movie {
    height: 240px;
  }
  #lastyear p {
    font-size: 16px;
  }
  #lastyear a {
    font-size: 18px;
  }
}
@media screen and (max-width: 410px) {
  #lastyear .movie {
    height: 200px;
  }
}
/* 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;
  -moz-column-gap: 50px;
       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: repeat(3, 1fr);
  -moz-column-gap: 48px;
       column-gap: 48px;
}

#information .col3 .col {
  max-width: 373px;
  padding: 32px 24px;
  border-radius: 20px;
  border: solid 3px var(--color01);
}

#information .col3 .col h2 {
  width: 100%;
  padding-bottom: 12px;
  border-bottom: dashed 3px var(--color01);
  color: var(--color01);
  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 {
    -moz-column-gap: 20px;
         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: 20px;
}

.slide .slick-list {
  border-radius: 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  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-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 {
  position: relative;
  float: left;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  min-height: 1px;
}

.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%;
  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 0.2s cubic-bezier(0.21, 0.6, 0.35, 1);
}

.slick-next::before {
  left: -8%;
  transform: rotate(135deg);
}

.slick-prev::before {
  left: 8%;
  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 0.4s cubic-bezier(0.21, 0.6, 0.35, 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;
  }
}
.slide {
  margin-top: -240px;
}
.slide .slick-slide {
  margin-left: 40px;
}
.slide .slick-slide img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 1260px) {
  .slide {
    margin-top: -180px;
  }
  .slide .slick-slider {
    height: 240px;
  }
  .slide .slick-slide {
    margin-left: 24px;
  }
}
@media screen and (max-width: 750px) {
  .slide {
    margin-top: -128px;
  }
}

/* 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 0.15s ease-in-out;
}

.pdfLink a .btn:hover {
  opacity: 0.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;
  }
}
.floating {
  display: none;
}

#rainInfo {
  margin: 24px 0;
}
#rainInfo .inner {
  max-width: 900px;
  padding: 40px 64px;
  margin: auto;
  background: #fff;
  border: solid 4px rgb(205, 0, 0);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
  text-align: center;
}
#rainInfo h2 {
  font-size: 24px;
  color: var(--cate-color2);
}
#rainInfo p {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.7;
}
#rainInfo a {
  display: inline-block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.7;
  text-decoration: underline;
}
#rainInfo a:hover {
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  #rainInfo {
    width: 100%;
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  #rainInfo {
    padding: 0 15px;
  }
  #rainInfo .inner {
    padding: 32px;
  }
  #rainInfo p {
    margin-top: 10px;
  }
}

.rain {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.rain section {
  max-width: 900px;
  margin: auto;
}
.rain h1 {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.rain h2 {
  font-size: 24px;
}
.rain h3 {
  font-size: 18px;
}
.rain p {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.7;
}
.rain p.note {
  margin-top: 16px;
  font-size: 12px;
}
.rain .container {
  margin: 32px 0 48px;
}
.rain .container .box {
  margin: 32px 0 0;
}
.rain .release-signature {
  margin-top: 48px;
}
.rain .release-signature p {
  line-height: 1;
  text-align: right;
}/*# sourceMappingURL=index.css.map */