@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

.lity-active, .lity-active body {
  overflow: hidden;
}

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 90%;
  max-height: 90%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-closed .lity-content, .lity-loading .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close, .lity-close:active, .lity-close:focus, .lity-close:hover, .lity-close:visited {
  z-index: 9994;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  font-size: 0;
  border: 0;
  background: none;
  transition: 0.5s;
}
.lity-close:before, .lity-close:after, .lity-close:active:before, .lity-close:active:after, .lity-close:focus:before, .lity-close:focus:after, .lity-close:hover:before, .lity-close:hover:after, .lity-close:visited:before, .lity-close:visited:after {
  position: absolute;
  content: "";
  background: #fff;
  height: 100%;
  width: 1px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.lity-close:before, .lity-close:active:before, .lity-close:focus:before, .lity-close:hover:before, .lity-close:visited:before {
  transform: rotate(45deg);
}
.lity-close:after, .lity-close:active:after, .lity-close:focus:after, .lity-close:hover:after, .lity-close:visited:after {
  transform: rotate(-45deg);
}
.lity-close:hover, .lity-close:active:hover, .lity-close:focus:hover, .lity-close:hover:hover, .lity-close:visited:hover {
  transform: rotate(90deg);
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container {
  width: 90%;
  max-width: 1500px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/* Slider */
.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;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .slick-prev, .slick-next {
    bottom: 0;
  }
}

.slick-prev {
  right: 51px;
}

.slick-next {
  right: 0;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.5;
}

.slick-prev:before, .slick-next:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s;
}

.slick-prev:before {
  background: url(../images/slide_l.svg) no-repeat;
}

.slick-next:before {
  background: url(../images/slide_r.svg) no-repeat;
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 36%;
  padding-right: 120px;
  margin: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    width: calc(100% - 120px);
    padding-right: 0;
    right: auto;
    left: 0;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  cursor: pointer;
  margin-right: 10px;
}
.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 13px;
  height: 13px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  content: "";
  background: #fff;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background: #000;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(10% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*=lightcase-icon-]:before {
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: "\e800";
}

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: "\e801";
}

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: "";
}

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: "\e803";
}

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: "\e804";
}

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: "\e805";
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@keyframes lightcase-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  /* line 23, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}
/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 767px) and (min-width: 641px) {
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}
/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 767px) {
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa;
  }
}
@media screen and (min-width: 641px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333;
  }
}
/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 767px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}
/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open body {
  overflow: hidden;
}

/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 1em;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 1.3em;
  margin-bottom: 0.5em;
  color: #373737;
  text-align: center;
}

@media screen and (max-width: 767px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    font-size: 4.5vw;
  }
}
/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #fff;
}

/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 767px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}
/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  animation: lightcase-spin 0.5s infinite linear;
}

/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  transition: color, opacity, ease-in-out 0.25s;
}

/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 2, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

/* line 20, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-], a[class*=lightcase-icon-]:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  transition: color, opacity, ease-in-out 0.25s;
}

/* line 32, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-] > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 49, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-]:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*=lightcase-icon-]:hover {
  color: #aaa;
  text-shadow: none;
}

/* line 17, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

/* line 28, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-prev {
  left: 15px;
}

/* line 33, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-next {
  right: 15px;
}

/* line 38, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-]:hover, #lightcase-case:hover ~ a[class*=lightcase-icon-] {
    opacity: 1;
  }
}
/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #040000;
}

@media screen and (max-width: 767px) {
  #lightcase-overlay {
    opacity: 1 !important;
  }
}
a[class*=lightcase-icon-].lightcase-icon-close {
  top: 70px;
  right: 70px;
  width: 50px;
  height: 50px;
  transition: 0.8s ease;
}
@media screen and (max-width: 767px) {
  a[class*=lightcase-icon-].lightcase-icon-close {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
  }
}

a[class*=lightcase-icon-].lightcase-icon-close:before {
  content: "";
  display: block;
  background: url(../images/icon_close.svg);
  width: 50px;
  height: 50px;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  a[class*=lightcase-icon-].lightcase-icon-close:before {
    width: 40px;
    height: 40px;
  }
}

a[class*=lightcase-icon-].lightcase-icon-close:hover {
  transform: rotate(90deg);
}

@font-face {
  font-family: "googlesans";
  src: url("../fonts/GoogleSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "googlesans";
  src: url("../fonts/GoogleSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "googlesans";
  src: url("../fonts/GoogleSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*
0:セット
------------------------------------------------------------
*/
html {
  width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.win body {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.pc {
  display: inherit;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

/*
//ベース
------------------------------------------------------------
*/
#container_wrap {
  overflow: hidden;
  min-width: 1050px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

#container {
  background-image: url(../images/bg.jpg);
  background-repeat: repeat-y;
  background-position-x: center;
  background-size: 100% auto;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #container {
    padding: 90px 0 40px;
  }
}

.inner {
  max-width: calc(1285px + 13vw);
  margin: 0 auto;
  padding: 0 6.5vw;
}
.inner::after {
  content: "";
  display: block;
  clear: both;
}
.inner_vw {
  padding: 0 5vw;
}
.inner_118 {
  max-width: calc(1180px + 13vw);
  margin: 0 auto;
  padding: 0 6.5vw;
}
.inner_118::after {
  content: "";
  display: block;
  clear: both;
}
.inner_100 {
  max-width: calc(1000px + 13vw);
  margin: 0 auto;
  padding: 0 6.5vw;
}

.section {
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section {
    margin-bottom: 20%;
  }
}

.section_02 {
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_02 {
    margin-bottom: 10%;
  }
}

.section_id {
  padding-top: 100px;
  margin-top: -100px;
}

.secound {
  height: 100vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .secound {
    height: 90vh;
  }
}
.secound.access {
  background-image: url(../images/access_main.jpg);
}
.secound.ticket, .secound.ticket_test {
  background-image: url(../images/ticket_main.jpg);
}
.secound.event {
  background-image: url(../images/event_main.jpg);
}
.secound.stay-info, .secound.how-to {
  background-image: url(../images/stay_main.jpg);
}
.secound.winter-night-tour {
  background-image: url(../images/winter_main_2019.jpg);
}
.secound.unkai {
  background-image: url(../images/unkai_main.jpg);
}
.secound.night_tour, .secound.night_tour_test {
  background-image: url(../images/night_2021_main.jpg);
}
.secound.night_tour-2022 {
  background-image: url(../images/night_2022_main.jpg);
}
.secound.night_tour_2023 {
  background-image: url(../images/night_2023_main.jpg);
}
.secound.night_tour_2024, .secound.night_tour {
  background-image: url(../images/night_2025_main.jpg);
}
.secound.night_tour_collaboration, .secound.googlepixeltour {
  background-image: url(../images/night_tour_new_main.jpg);
}
.secound.night_tour_collaboration .img_ttl_night, .secound.googlepixeltour .img_ttl_night {
  width: 600px;
}
.secound.mystery {
  background-image: url(../images/nazotoki_main.jpg);
}
.secound.night_tour_winter, .secound.night_tour_winter_test {
  background-image: url(../images/night_winter_main.jpg);
}
.secound.kadokawa { /* 202501 add */
  background-image: url(../images/kadokawa_collaboration_main.jpg);
}
.secound.kadokawa .img_ttl_kadokawa {
  width: 600px;
}
.secound.idolmaster { /* 202511 add */
  background-image: url(../images/idlemaster_collaboration_main.jpg);
}
@media screen and (max-width: 767px) {
  .secound.idolmaster {
    background-image: url(../images/idlemaster_collaboration_main_sp.jpg);
    height: 100vh;
  }
}
.secound.event_single {
  z-index: -1;
}
.secound.event_single:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .secound.event_single.twinkle-krakira-live {
    background-image: url(/2020/wp-content/uploads/2023/07/kikilala_main_sp.jpg) !important;
    height: auto;
    aspect-ratio: 750/1472;
  }
}
.secound.covid-19 {
  background-image: url(../images/bg.jpg);
}
@media screen and (max-width: 767px) {
  .secound.ultraman2020 {
    background-image: url(../images/ultraman2020_bg_sp.jpg) !important;
  }
}
.secound.ultraman2020:after {
  background: none;
}
@media screen and (max-width: 767px) {
  .secound.ultraman2020 .img_ttl {
    top: 65%;
  }
}
.secound.kaidan-night {
  background-position: center right;
}

img.secound_cider-fes-2021 {
  margin-top: 103px;
}
@media screen and (max-width: 767px) {
  img.secound_cider-fes-2021 {
    margin-top: 0;
  }
}

.secound_cat {
  padding-top: 120px;
  position: relative;
}
.secound_cat .main_ttl {
  margin-bottom: 2em;
}

.section_wrap {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    margin-bottom: 20%;
  }
}

/*
//ヘッダー
------------------------------------------------------------
*/
header {
  margin: 0 auto 30px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1050px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  header {
    min-width: 1px;
    opacity: 0;
    transition: 0.5s;
  }
}
@media screen and (max-width: 767px) {
  header.short_header {
    opacity: 1;
  }
}
header.short_header .header_box {
  padding: 20px 3vw 15px;
}
@media screen and (max-width: 767px) {
  header.short_header .header_box {
    padding: 10px 3vw;
  }
}
header.short_header .menu-trigger {
  top: 30px;
}
@media screen and (max-width: 767px) {
  header.short_header .menu-trigger {
    top: 21px;
  }
}
header.short_header .header_ttl img.logo {
  width: 160px;
  height: 49px;
}
@media screen and (max-width: 1370px) {
  header.short_header .header_ttl img.logo {
    width: 140px;
    height: 43px;
  }
}

.header_box {
  display: flex;
  padding: 30px 3vw 15px;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .header_box {
    padding: 15px 3vw;
  }
}

.header_ttl img.logo {
  width: 190px;
  height: 58px;
  margin-right: 3vw;
}
@media screen and (max-width: 1370px) {
  .header_ttl img.logo {
    width: 140px;
    height: 43px;
  }
}

#header_left {
  display: flex;
  align-items: center;
}

#header_right {
  padding-right: 60px;
}

#gnavi ul {
  display: flex;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
  letter-spacing: 2px;
}
@media screen and (max-width: 1370px) {
  #gnavi ul {
    font-size: 1em;
  }
}
@media screen and (max-width: 1200px) {
  #gnavi ul {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  #gnavi ul {
    display: none;
  }
}
#gnavi ul li {
  margin-right: 1.5em;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 1370px) {
  #gnavi ul li {
    margin-right: 1em;
  }
}
#gnavi ul li:last-child {
  margin-right: 0;
}
#gnavi ul li:hover .sub_navi {
  padding: 0.5em 1.5em 2em;
  opacity: 1;
  z-index: 1;
  height: auto;
  overflow: inherit;
}
#gnavi ul li:hover .sub_navi p a {
  display: block;
}
#gnavi ul li.current {
  position: relative;
  transition: 0.5s;
}
#gnavi ul li.current:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 9px;
  height: 9px;
  left: 0;
  right: 0;
  top: -11px;
  border-radius: 50%;
  margin: auto;
}
#gnavi ul li a {
  display: block;
}
#gnavi ul li a:hover {
  text-shadow: 0 0 3px #fff;
}

.sub_navi {
  background: rgba(255, 255, 255, 0.7);
  width: 333px;
  text-align: left;
  padding: 0;
  font-size: 0.8em;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  top: 40px;
  left: 0;
  opacity: 0;
  z-index: -1;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
}
.sub_navi:before {
  position: absolute;
  content: "";
  top: -10px;
  left: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent rgba(255, 255, 255, 0.7) transparent;
}
.sub_navi p {
  border-bottom: 1px solid #000;
}
.sub_navi p a {
  color: #000;
  position: relative;
  display: none;
  width: 100%;
  padding: 1em 0;
}
.sub_navi p a:after {
  position: absolute;
  content: "";
  background: url(../images/right_b.svg) no-repeat;
  width: 4px;
  height: 6px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.header_navi {
  float: right;
  display: flex;
  justify-content: space-between;
  width: 160px;
}
@media screen and (max-width: 1370px) {
  .header_navi {
    width: 120px;
  }
}
.header_navi li {
  margin-right: 20px;
  border-radius: 50%;
  transition: 0.3s;
  width: 30%;
}
@media screen and (max-width: 1370px) {
  .header_navi li {
    margin-right: 10px;
  }
}
.header_navi li:hover {
  box-shadow: 0 0 5px #fff;
}
.header_navi li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .header_navi.pc {
    display: none;
  }
}

.list_fix {
  position: fixed;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 180px;
  width: 120px;
  margin: auto;
  font-size: 1.1875em;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_fix {
    top: auto;
    width: 100px;
    height: auto;
    font-size: 1em;
    left: 5px;
    bottom: 100px;
    right: auto;
  }
}
.list_fix:after {
  position: absolute;
  content: "";
  background: #fff;
  height: 20px;
  width: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .list_fix:after {
    background: none;
  }
}
.list_fix li:first-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .list_fix li:first-child {
    margin-bottom: 5px;
  }
}
.list_fix li .modal {
  font-size: 1rem;
}
.list_fix li .modal a.js-modal-close {
  background: none;
  padding: 0;
}
.list_fix li .modal a.js-modal-close:before, .list_fix li .modal a.js-modal-close:after {
  background: none;
}
.list_fix li .modal a.button {
  padding: 1em 2em;
  border-radius: 30px;
}
.list_fix li .modal a.button:after {
  width: 5px;
  height: 9px;
  right: 1em;
}
.list_fix li a {
  display: block;
  border-radius: 10px;
  background: linear-gradient(to right, #52a0fd, #1d1931);
  padding: 0.7em;
  position: relative;
  overflow: hidden;
}
.list_fix li a:before, .list_fix li a:after {
  position: absolute;
  content: "";
}
.list_fix li a:before {
  background: rgba(255, 255, 255, 0.3);
  height: 120px;
  left: -75px;
  opacity: 0.2;
  top: -25px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}
.list_fix li a:after {
  background: url(../images/right_w.svg) no-repeat;
  height: 6px;
  width: 3px;
  right: 8px;
  bottom: 0;
  top: 0;
  margin: auto;
}
.list_fix li a:hover:before {
  left: 120%;
}
.list_fix li span {
  display: block;
  font-size: 0.5em;
  letter-spacing: 1px;
}

.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
}

.menu-trigger {
  position: fixed;
  top: 40px;
  right: 3vw;
  width: 35px;
  height: 22px;
  z-index: 3;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    top: 30px;
    right: 5vw;
  }
}
.menu-trigger:hover span:nth-of-type(1), .menu-trigger:hover span:nth-of-type(2), .menu-trigger:hover span:nth-of-type(3) {
  animation: none;
}
.menu-trigger:hover span:nth-of-type(3) {
  width: 100%;
}
.menu-trigger span {
  position: absolute;
  z-index: 4;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  margin: auto;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
  animation: slide_line 3s ease-in-out 0s infinite;
}
.menu-trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  animation: slide_line 3s ease-in-out 0.15s infinite;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
  width: 80%;
  animation: slide_line 3s ease-in-out 0.3s infinite;
}
.menu-trigger.active {
  overflow: inherit;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(20px) rotate(-45deg);
  top: -9px;
  animation: none;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
  animation: none;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-20px) rotate(45deg);
  bottom: -10px;
  width: 100%;
  animation: none;
}

#overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.9);
  padding: 70px 5vw 10%;
  overflow-y: scroll;
}
#overlay .sp_nav {
  font-size: 1.3125em;
  max-width: 655px;
  margin: 0 auto 4%;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  #overlay .sp_nav {
    margin-bottom: 10%;
    font-size: 1.1em;
  }
}
#overlay .sp_nav li {
  margin-bottom: 1px;
  border-bottom: 1px solid #fff;
  position: relative;
}
#overlay .sp_nav li:nth-child(2) a:after, #overlay .sp_nav li:nth-child(5) a:after {
  transform: rotate(90deg);
}
#overlay .sp_nav li span {
  font-size: 0.66em;
  font-family: "Lato", sans-serif;
  position: absolute;
  left: 180px;
  top: 30px;
  height: 1.8em;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  #overlay .sp_nav li span {
    left: 130px;
    top: 22px;
  }
}
#overlay .sp_nav li a.js-modal-close {
  padding: 0;
  position: absolute;
}
#overlay .sp_nav li a.js-modal-close:after {
  background: none;
}
#overlay .sp_nav li a.button:after {
  background: url(../images/right_w.svg) no-repeat;
  width: 5px;
  height: 9px;
  right: 1em;
  transform: none;
  top: 0;
}
#overlay .sp_nav li a {
  cursor: pointer;
  display: block;
  position: relative;
  padding: 1em 1.5em;
}
#overlay .sp_nav li a:after {
  position: absolute;
  content: "";
  background: url(../images/right_blue.svg) no-repeat;
  width: 22px;
  height: 14px;
  right: 0;
  top: 33px;
}
#overlay .sp_nav li a:hover {
  text-shadow: 0 0 3px #fff;
}
#overlay .sp_nav li .sp_sub_navi {
  font-size: 0.8em;
  margin-bottom: 1em;
  display: none;
}
#overlay .sp_nav li .sp_sub_navi p a {
  padding: 0 3em 1em;
}
#overlay .sp_nav li .sp_sub_navi p a:after {
  background: none;
}
#overlay .sp_nav li.current {
  position: relative;
}
#overlay .sp_nav li.current:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 9px;
  height: 9px;
  left: 10px;
  top: 38px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #overlay .sp_nav li.current:before {
    left: 5px;
    top: 30px;
  }
}
#overlay .header_navi {
  float: none;
  margin: 0 auto;
  width: 160px;
}

img.menu_logo {
  width: 190px;
  height: 58px;
  margin: 0 auto 3%;
  display: block;
}
@media screen and (max-width: 767px) {
  img.menu_logo {
    margin-bottom: 10%;
  }
}

/*
//フッター
------------------------------------------------------------
*/
#footer {
  max-width: calc(1285px + 13vw);
  margin: 0 auto;
  padding: 0 6.5vw;
  text-align: center;
  font-size: 0.9375em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #footer {
    font-size: 3vw;
  }
}

.copy {
  margin-top: 2em;
  font-size: 0.86em;
}

/*
5:side
------------------------------------------------------------
*/
/*
5:div
------------------------------------------------------------
*/
.blog_wrap {
  padding-top: 130px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .blog_wrap {
    padding-top: 0;
    margin-bottom: 20%;
  }
}

.blog_wrap2 {
  padding-top: 130px;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .blog_wrap2 {
    padding-top: 0;
    margin-bottom: 20%;
  }
}

.main_img {
  height: 100vh;
  position: relative;
  background: url(../images/main_img_01.jpg) no-repeat center/cover;
  min-height: 920px;
}
@media screen and (max-width: 767px) {
  .main_img {
    height: 90vh;
    min-height: 1px;
  }
}
.main_img .main_inner {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .main_img .main_inner {
    width: 100%;
    top: 65%;
    position: relative;
    z-index: 1;
    height: 63vh;
  }
}
.main_img .main_inner img.main_logo {
  width: 600px;
  height: 182px;
  display: block;
  margin: 0 auto 5%;
}
@media screen and (max-width: 767px) {
  .main_img .main_inner img.main_logo {
    width: 250px;
    height: 77px;
    margin: 0 auto 10%;
  }
}
.main_img a.bnr_now {
  position: absolute;
  right: 3vw;
  bottom: 2vw;
  width: 273px;
  height: 273px;
  border-radius: 50%;
  display: block;
}
@media screen and (max-width: 767px) {
  .main_img a.bnr_now {
    bottom: auto;
    width: 143px;
    height: 143px;
    top: 10px;
    right: 6.5vw;
  }
}
.main_img a.bnr_now:after {
  position: absolute;
  content: "";
  background: url(../images/frame_border.svg) no-repeat;
  width: 299px;
  height: 299px;
  top: -13px;
  left: -13px;
  border-radius: 50%;
  animation: spin 5s linear infinite;
}
@media screen and (max-width: 767px) {
  .main_img a.bnr_now:after {
    width: 159px;
    height: 159px;
    top: -8px;
    left: -8px;
  }
}
.main_img a.bnr_now:hover img {
  transform: scale(1.05);
}
.main_img a.bnr_now img {
  border-radius: 50%;
  transition: 0.3s;
}

.box {
  padding: 2em;
  border: 1px solid #fff;
  max-width: 860px;
  margin: 0 auto 5%;
  font-size: 0.875em;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .box {
    margin-bottom: 10%;
    text-align: left;
  }
}

.box2 {
  padding: 2em;
  border: 1px solid #fff;
  margin: 0 auto 5%;
  font-size: 0.875em;
  letter-spacing: 2px;
}

.box3 {
  padding: 2em;
  margin: 0 auto 5%;
  font-size: 0.875em;
  letter-spacing: 2px;
  background: #fff;
  color: #000;
}

.box4 {
  padding: 2em;
  font-size: 0.9375em;
  background: rgba(0, 0, 0, 0.52);
}

.stay_hirugami {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9375em;
}
.stay_hirugami img {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .stay_hirugami img {
    width: 100%;
    margin-bottom: 5%;
  }
}
.stay_hirugami div {
  width: 37%;
}
@media screen and (max-width: 767px) {
  .stay_hirugami div {
    width: 100%;
  }
}
.stay_hirugami div img {
  margin-bottom: 20px;
  max-width: 388px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .stay_hirugami div img {
    width: 200px;
  }
}
.stay_hirugami div a.button {
  margin-top: 20px;
}

.tour_movie {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
}
.tour_movie a.icon_movie {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.calendar_wrap {
  background: #fff;
  color: #000;
  padding: 5%;
}
@media screen and (max-width: 767px) {
  .calendar_wrap {
    margin: 0 -6.5vw;
  }
}
.calendar_wrap a {
  color: #000;
}
.calendar_wrap .calendar_box {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  margin-bottom: -4%;
}
@media screen and (max-width: 767px) {
  .calendar_wrap .calendar_box {
    margin-bottom: -5%;
  }
}
.calendar_wrap .calendar_box .calendar {
  width: 48%;
  border: 1px solid #1d1931;
  padding: 2em 2em 1em;
  margin-bottom: 4%;
}
@media screen and (max-width: 767px) {
  .calendar_wrap .calendar_box .calendar {
    width: 100%;
    padding: 5%;
    margin-bottom: 5%;
  }
  .calendar_wrap .calendar_box .calendar:first-child {
    margin-bottom: 5%;
  }
}
.calendar_wrap .calendar_box .calendar p.month {
  text-align: center;
  font-size: 1.3em;
  background: linear-gradient(to right, #52a0fd, #1d1931);
  color: #fff;
  margin-bottom: 1em;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 10px;
  padding: 0.3em;
  border-radius: 5px;
}
.calendar_wrap .calendar_box .calendar #wp-calendar {
  width: 100%;
  text-align: center;
}
.calendar_wrap .calendar_box .calendar #wp-calendar th {
  padding-bottom: 0.5em;
  font-weight: normal;
  line-height: 2em;
}
.calendar_wrap .calendar_box .calendar #wp-calendar td {
  padding-bottom: 0.5em;
  line-height: 2em;
}
.calendar_wrap .calendar_box .calendar #wp-calendar td a {
  background: #1d1931;
  border-radius: 50%;
  width: 55%;
  display: block;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .calendar_wrap .calendar_box .calendar #wp-calendar td a {
    width: 90%;
  }
}

.box_event {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  font-size: 0.9375em;
}
.box_event .event_l {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .box_event .event_l {
    width: 100%;
  }
}
.box_event .event_r {
  width: 50%;
  margin-top: 5%;
}
@media screen and (max-width: 767px) {
  .box_event .event_r {
    width: 100%;
    margin-top: 20px;
  }
}
.box_event .event_r .title {
  font-size: 2.46em;
  margin-bottom: 1em;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .box_event .event_r .title {
    font-size: 1.8em;
    margin-bottom: 0.5em;
  }
}
.box_event .event_r .title span {
  display: block;
  font-size: 0.4em;
}
.box_event .event_r a.button_low {
  display: inline-block;
  margin: 5% 5% 0 0;
}
.box_event .event_r a.button_low:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .box_event .event_r a.button_low {
    margin: 5% auto 0;
    display: block;
  }
  .box_event .event_r a.button_low:last-child {
    margin: 5% auto 0;
  }
}

.section_txt {
  font-size: 0.9375em;
}
.section_txt p.date {
  font-size: 0.9375em;
  text-align: center;
  margin: -1.5em 0 5%;
  font-family: "Lato", sans-serif;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .section_txt p.date {
    font-size: 0.8em;
  }
}
.section_txt img {
  margin: 3% auto;
  display: block;
  max-height: 500px;
  width: auto;
}
.section_txt .box_txt {
  background: #fff;
  padding: 5%;
  color: #000;
}
@media screen and (max-width: 767px) {
  .section_txt .box_txt {
    padding: 8vw 5vw 10vw;
  }
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  text-align: left;
  letter-spacing: 1px;
}

.modal__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 3;
  cursor: pointer;
}

.modal__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 13vw);
  max-width: 800px;
  padding: 50px;
  background-color: #fff;
  z-index: 4;
  color: #042231;
  line-height: 2;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .modal__content {
    padding: 50px 5vw 40px;
  }
}
.modal__content a.button {
  margin-top: 1em;
  width: 100%;
}
.modal__content a.js-modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 42px;
  height: 42px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal__content a.js-modal-close {
    width: 30px;
    height: 30px;
  }
}
.modal__content .title {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 0.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal__content .title {
    font-size: 1.3em;
  }
}

.section_hoshitabi {
  max-width: 860px;
  margin: 0 auto;
}
.section_hoshitabi a.button_clear {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section_hoshitabi a.button_clear {
    margin-bottom: 5vw;
  }
}
.section_hoshitabi p {
  margin-bottom: 1em;
  font-size: 0.875em;
}
.section_hoshitabi p:last-child {
  margin-bottom: 0;
}

.movie {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}
.movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section_enjoy {
  position: relative;
  padding-bottom: 120px;
}
.section_enjoy.last {
  padding-bottom: 0;
}
.section_enjoy.last:after {
  border: none;
}
.section_enjoy:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 9px 0 9px;
  border-color: #ffffff transparent transparent transparent;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: auto;
}
.section_enjoy .title {
  background: #fff;
  font-size: 1.5625em;
  color: #050f41;
  padding: 0 2em;
  margin-bottom: 1em;
  display: table;
  margin: 0 auto 1em;
  line-height: 1.5;
}
.section_enjoy .time {
  text-align: center;
  font-size: 1.5625em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .section_enjoy .time {
    font-size: 1.3em;
  }
}

.gondola {
  max-width: 480px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 1.625em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .gondola {
    padding: 1em;
    font-size: 1.2em;
  }
}
.gondola img {
  width: 62px;
  height: 77px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .gondola img {
    width: 31px;
    height: 38.5px;
    margin-right: 15px;
  }
}

.bnr {
  background: url(../images/bg_bnr.jpg) no-repeat center/cover;
  max-width: 855px;
  margin: 0 auto 1.2em;
  font-size: 1.5625em;
  font-weight: bold;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .bnr {
    font-size: 4.5vw;
    text-align: center;
  }
}
.bnr:last-child {
  margin-bottom: 0;
}
.bnr a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5em;
  flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  .bnr a {
    padding: 10vw 6.5vw;
  }
}
.bnr a .title {
  font-size: 1.28em;
  letter-spacing: 3px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .bnr a .title {
    margin-bottom: 0.8em;
    font-size: 6.5vw;
  }
}
.bnr a .txt {
  border-left: 1px solid #fff;
  padding: 0.5em 0 0.5em 2em;
  margin-left: 2em;
  line-height: 1.68;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .bnr a .txt {
    padding: 0;
    border-left: none;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .bnr a.nowrap {
    pointer-events: none;
    cursor: text;
    flex-wrap: nowrap;
  }
  .bnr a.nowrap .title {
    white-space: nowrap;
    flex-shrink: 0;
  }
}
.bnr a.nowrap .txt {
  font-size: 0.65em;
}

.night_tour_2023_map,
.night_tour_2025_map {
  margin-bottom: 9.375em;
}
@media screen and (max-width: 767px) {
  .night_tour_2023_map,
  .night_tour_2025_map {
    margin-bottom: 5em;
  }
}
.night_tour_2023_map img,
.night_tour_2025_map img {
  display: block;
  margin: auto;
}

.border_ttl {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 1.875em;
  font-weight: 500;
  text-align: center;
  font-family: "Lato", sans-serif;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 767px) {
  .border_ttl {
    font-size: 1.3em;
  }
}
.border_ttl.ja {
  font-family: "Noto Sans JP", sans-serif;
}

.night_contents {
  display: flex;
  flex-wrap: wrap;
  gap: 90px 60px;
  margin-bottom: 8.75em;
}
@media screen and (max-width: 767px) {
  .night_contents {
    gap: 60px;
    margin-bottom: 5em;
  }
}
.night_contents:last-child {
  margin-bottom: 0;
}
.night_contents .item {
  width: calc(33.33333% - 40px);
}
@media screen and (max-width: 767px) {
  .night_contents .item {
    width: 100%;
  }
}
.night_contents .item.winter_event {
  position: relative;
}
.night_contents .item.winter_event::before {
  content: "";
  position: absolute;
  width: 80px;
  aspect-ratio: 1/1;
  background: url(../images/icon_winter.svg) no-repeat center/contain;
  top: -30px;
  right: -30px;
  transform: rotate(25deg);
}
.night_contents .item img {
  display: block;
  margin: 0 auto 20px;
}
.night_contents .item p {
  font-size: 1.0625em;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 1em;
}
.night_contents .item p span {
  display: block;
  font-size: 0.82em;
}
.night_contents .item a {
  width: 100%;
  max-width: 100%;
}

.modal_bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll;
  width: 1280px;
  max-width: calc(100% - 60px);
  max-height: 80%;
  background-color: #fff;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .modal_content {
    padding: 25px 10px;
  }
}
.modal_content a.js_modal_close {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  background-color: #333;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .modal_content a.js_modal_close {
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
  }
}
.modal_content a.js_modal_close::before, .modal_content a.js_modal_close::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  transform: rotate(45deg);
  top: calc(50% - 1.5px);
  left: calc(50% - 13px);
}
@media screen and (max-width: 767px) {
  .modal_content a.js_modal_close::before, .modal_content a.js_modal_close::after {
    width: 20px;
    left: calc(50% - 10px);
  }
}
.modal_content a.js_modal_close::after {
  transform: rotate(-45deg);
}
.modal_content .modal_tour {
  display: flex;
  flex-wrap: wrap;
}
.modal_content .modal_tour .image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .modal_content .modal_tour .image {
    width: 100%;
    margin-bottom: 30px;
  }
}
.modal_content .modal_tour .image img {
  display: block;
  margin-top: 20px;
}
.modal_content .modal_tour .image img:first-of-type {
  margin-top: 0;
}
.modal_content .modal_tour .text {
  width: 50%;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .modal_content .modal_tour .text {
    width: 100%;
    padding: 0;
  }
}
.modal_content .modal_tour .text h2 {
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .modal_content .modal_tour .text h2 {
    font-size: 1.3em;
  }
}
.modal_content .modal_tour .text h2 span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em 10px;
  font-size: 0.53em;
  margin-top: 15px;
}
.modal_content .modal_tour .text p {
  color: #333;
}
@media screen and (max-width: 767px) {
  .modal_content .modal_tour .text p {
    font-size: 14px;
  }
}
.modal_content .modal_tour .text p small {
  display: inline-block;
  font-feature-settings: "palt";
  line-height: 1.8;
}
.modal_content .modal_tour .text hr {
  border-color: #000;
  margin: 20px 0;
}
.modal_content .modal_tour .text a.button {
  margin: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .modal_content .modal_tour .text a.button {
    margin-left: auto;
    margin-right: auto;
  }
}

.mystery_play {
  width: 920px;
  max-width: 100%;
  margin: 0 auto;
}
.mystery_play h3 {
  text-align: center;
  overflow: hidden;
  margin-bottom: 2.5em;
}
.mystery_play h3 span {
  display: inline-block;
  position: relative;
  font-size: 1.5625em;
  padding: 0 1.5em;
}
.mystery_play h3 span::before, .mystery_play h3 span::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: #fff;
  top: calc(50% - 0.5px);
  left: 100%;
}
.mystery_play h3 span::after {
  left: auto;
  right: 100%;
}
.mystery_play ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 3.125em;
  border-bottom: 1px solid #fff;
}
.mystery_play ul li {
  width: 25%;
  padding: 0 15px;
  border-right: 2px dotted #fff;
}
@media screen and (max-width: 767px) {
  .mystery_play ul li {
    width: 100%;
    padding: 15px;
    border: 0 none;
    border-bottom: 2px dotted #fff;
  }
}
.mystery_play ul li:last-child {
  border-right: 0 none;
}
.mystery_play ul li h4 {
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 15px;
}
.mystery_play ul li figure {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 85px;
}
@media screen and (max-width: 767px) {
  .mystery_play ul li figure {
    height: auto;
    margin-bottom: 15px;
  }
}
.mystery_play ul li figure img {
  width: auto;
}

.mystery_point {
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
}
.mystery_point dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.875em;
}
.mystery_point dl:last-child {
  margin-bottom: 0;
}
.mystery_point dl dt {
  width: 100px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .mystery_point dl dt {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
    border: 0 none;
  }
}
.mystery_point dl dt span {
  display: block;
  font-size: 2.8125em;
  font-weight: 700;
  line-height: 1;
  font-family: "Lato", sans-serif;
}
.mystery_point dl dd {
  width: calc(100% - 100px);
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .mystery_point dl dd {
    width: 100%;
    padding: 0;
  }
}
.mystery_point dl dd strong {
  display: block;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}

/*
6:ul
------------------------------------------------------------
*/
.list_series {
  display: flex;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_series {
    flex-flow: wrap;
  }
}
.list_series li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .list_series li {
    width: 100%;
    margin-bottom: 10%;
    padding: 0 6.5vw;
  }
  .list_series li:last-child {
    margin-bottom: 0;
  }
}
.list_series li:hover .ttl_img .mask {
  opacity: 1;
}
.list_series li a {
  height: 100%;
  display: block;
}
.list_series li .ttl_img {
  position: relative;
  margin-bottom: 5%;
  overflow: hidden;
}
.list_series li .ttl_img img {
  width: 100%;
}
.list_series li .ttl_img .mask {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 0.8em;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  line-height: 2;
  opacity: 0;
  transition: 0.5s;
  text-align: left;
}
.list_series li .date {
  font-size: 1.875em;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  padding: 0 1vw;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .list_series li .date {
    font-size: 6vw;
  }
}
.list_series li .date span {
  display: block;
  font-size: 0.46em;
  letter-spacing: 1px;
}
.list_series li .date p {
  font-size: 0.466em;
  text-align: left;
}

.list_series2 {
  display: flex;
  flex-flow: wrap;
  text-align: center;
  justify-content: center;
}
.list_series2 li {
  width: 33.333%;
}
@media screen and (max-width: 767px) {
  .list_series2 li {
    width: 100%;
    margin-bottom: 10%;
    padding: 0 6.5vw;
  }
  .list_series2 li:last-child {
    margin-bottom: 0;
  }
}
.list_series2 li:hover .ttl_img .mask {
  opacity: 1;
}
.list_series2 li a:not(.button) {
  height: 100%;
  display: block;
}
.list_series2 li .ttl_img {
  margin-bottom: 5%;
}
.list_series2 li .ttl_img img {
  width: 100%;
}
.list_series2 li .date {
  padding: 0 1vw;
}
.list_series2 li .date h3 {
  font-size: 1.875em;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  letter-spacing: 3px;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .list_series2 li .date h3 {
    font-size: 6vw;
  }
}
.list_series2 li .date p {
  text-align: left;
  font-size: 0.875em;
}

.list_series3 {
  display: flex;
  flex-flow: wrap;
  text-align: center;
  justify-content: center;
  margin-bottom: -4%;
}
@media screen and (max-width: 767px) {
  .list_series3 {
    margin-bottom: 0;
  }
}
.list_series3 li {
  width: 48%;
  margin: 0 4% 4% 0;
}
@media screen and (max-width: 767px) {
  .list_series3 li {
    width: 100%;
    margin-bottom: 10%;
  }
  .list_series3 li:last-child {
    margin-bottom: 0;
  }
}
.list_series3 li:nth-child(2n), .list_series3 li:last-child {
  margin-right: 0;
}
.list_series3 li:hover .ttl_img .mask {
  opacity: 1;
}
.list_series3 li a {
  height: 100%;
  display: block;
}
.list_series3 li .ttl_img {
  margin-bottom: 5%;
}
.list_series3 li .ttl_img img {
  width: 100%;
}
.list_series3 li .date h3 {
  font-size: 1.6em;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  letter-spacing: 3px;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .list_series3 li .date h3 {
    font-size: 1.3em;
  }
}
.list_series3 li .date p {
  font-size: 0.875em;
}

.list_event {
  position: relative;
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .list_event {
    padding-bottom: 60px;
  }
}
.list_event li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-flow: wrap;
}
.list_event li a div:first-child {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .list_event li a div:first-child {
    width: 100%;
    margin-bottom: 5%;
  }
}
.list_event li a div:last-child {
  width: 36%;
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  .list_event li a div:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}
.list_event li a div:last-child h3 {
  font-size: 1.28em;
  font-weight: bold;
}

.list_blog {
  display: flex;
  flex-flow: wrap;
  font-size: 0.875em;
  margin-bottom: 5%;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .list_blog {
    margin-bottom: 10%;
  }
}
.list_blog li {
  width: 30%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .list_blog li {
    width: 100%;
    padding: 0 0 60px;
    margin: 0;
  }
}
.list_blog li:last-child {
  margin-right: 0;
}
.list_blog li a {
  display: block;
  height: 100%;
}
.list_blog li:hover .fit {
  transform: scale(1.03);
}
.list_blog .blog_thumnail {
  height: 250px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1460px) {
  .list_blog .blog_thumnail {
    height: 17vw;
  }
}
@media screen and (max-width: 767px) {
  .list_blog .blog_thumnail {
    height: 57vw;
  }
}
.list_blog .blog_content h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
}

.list_slide {
  display: flex;
  margin-bottom: 2%;
}
.list_slide li {
  width: 12.5%;
  margin-right: 2%;
}
.list_slide li:last-child {
  margin-right: 0;
}

.list_sns {
  width: 130px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.list_sns li {
  width: 37%;
  border-radius: 50%;
  transition: 0.3s;
}
.list_sns li:hover {
  box-shadow: 0 0 5px #fff;
}

.list_bnr {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-bottom: 8%;
}
.list_bnr li {
  background: #fff;
  width: 18.5%;
  margin: 0 1.875% 1.875% 0;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.list_bnr li:nth-child(5n), .list_bnr li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_bnr li:nth-child(5n), .list_bnr li:last-child {
    margin-right: 2%;
  }
}
.list_bnr li:hover {
  box-shadow: 0 0 5px #fff;
}
@media screen and (max-width: 767px) {
  .list_bnr li {
    width: 49%;
    margin: 0 2% 2% 0;
    height: 70px;
  }
  .list_bnr li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_bnr li img {
  max-width: 80%;
  margin: 0 auto;
  height: 65px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .list_bnr li img {
    max-width: 70%;
    height: 50px;
  }
}
.list_bnr li a {
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
}

.list_access {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.list_access li {
  width: 48%;
}
.list_access li:first-child {
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .list_access li:first-child {
    margin: 0 0 10%;
  }
}
@media screen and (max-width: 767px) {
  .list_access li {
    width: 100%;
  }
}
.list_access li img {
  margin-bottom: 7%;
}
.list_access li h3 {
  text-align: center;
  font-size: 1.875em;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  letter-spacing: 3px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .list_access li h3 {
    font-size: 6.5vw;
  }
}
.list_access li h3 span.jp {
  display: block;
  font-size: 0.46em;
  letter-spacing: 1px;
}
.list_access li div {
  background: rgba(0, 0, 0, 0.5);
  padding: 7%;
}

.list_access2 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  max-width: 860px;
  margin: 0 auto 5%;
}
.list_access2 li {
  width: 30%;
  margin-right: 5%;
}
.list_access2 li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_access2 li {
    width: 100%;
    margin: 0 0 10%;
  }
}
.list_access2 li h3 {
  text-align: center;
  font-size: 1.875em;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  letter-spacing: 3px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .list_access2 li h3 {
    font-size: 6.5vw;
  }
}
.list_access2 li h3 span.jp {
  display: block;
  font-size: 0.46em;
  letter-spacing: 1px;
}

.list_access3 {
  display: flex;
  flex-flow: wrap;
  text-align: center;
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .list_access3 {
    text-align: left;
  }
}
.list_access3 li {
  width: 33.333%;
  background: rgba(29, 25, 49, 0.7);
  padding: 5% 2em;
}
@media screen and (max-width: 767px) {
  .list_access3 li {
    padding: 10% 6.5vw;
    width: 100%;
  }
}
.list_access3 li:nth-child(2) {
  background: rgba(65, 62, 84, 0.7);
}
.list_access3 li img {
  max-width: 56px;
  height: 47px;
  display: block;
  margin: 0 auto 25px;
}
.list_access3 li a.button_clear {
  margin: 1em auto 0;
}
@media screen and (max-width: 767px) {
  .list_access3 li a.button_clear {
    text-align: center;
  }
}

.list_pickup {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 7%;
}
.list_pickup li {
  width: 25%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_pickup li {
    width: 50%;
  }
}
.list_pickup li a {
  position: relative;
  display: block;
}
.list_pickup li a:after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
  top: 0;
  left: 0;
}
.list_pickup li a:hover {
  transform: scale(1.02);
}
.list_pickup li a:hover:after {
  opacity: 1;
}

.list_button {
  font-size: 1.125em;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .list_button {
    margin-top: 1em;
  }
}
.list_button li {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .list_button li {
    width: 100%;
    margin-bottom: 1em;
  }
  .list_button li:last-child {
    margin-bottom: 0;
  }
}

.list_ticket li {
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .list_ticket li {
    margin-bottom: 2em;
  }
}
.list_ticket li:last-child {
  margin-bottom: 0;
}

.list_stay {
  display: flex;
  flex-flow: wrap;
  margin-bottom: -2.66%;
}
.list_stay li {
  width: 23%;
  margin: 0 2.66% 2.66% 0;
  height: 250px;
  transition: 0.3s;
}
.list_stay li:nth-child(4n) {
  margin-right: 0;
}
.list_stay li:hover {
  box-shadow: 0 0 5px #fff;
}
@media screen and (max-width: 767px) {
  .list_stay li {
    width: 49%;
    margin: 0 2% 2% 0;
    height: 150px;
  }
  .list_stay li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_stay li a {
  position: relative;
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.list_stay li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.list_stay2 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  font-size: 0.9375em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_stay2 {
    text-align: left;
    font-size: 3.5vw;
  }
}
.list_stay2 li {
  width: 48%;
}
.list_stay2 li:first-child {
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .list_stay2 li:first-child {
    margin: 0 0 10%;
  }
}
.list_stay2 li:hover img {
  transform: scale(1.02);
}
@media screen and (max-width: 767px) {
  .list_stay2 li {
    width: 100%;
  }
}
.list_stay2 li h3 {
  font-size: 1.66em;
  margin-bottom: 0.5em;
}
.list_stay2 li img {
  margin-bottom: 5%;
  transition: 0.3s;
}

.list_stay3 {
  display: flex;
  flex-flow: wrap;
  margin-bottom: -2.6%;
}
@media screen and (max-width: 767px) {
  .list_stay3 {
    margin-bottom: -8%;
    font-size: 0.85em;
  }
}
.list_stay3 li {
  width: 23%;
  margin: 0 2.6% 2.6% 0;
}
@media screen and (max-width: 767px) {
  .list_stay3 li {
    width: 48%;
    margin: 0 4% 8% 0;
  }
}
.list_stay3 li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_stay3 li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_stay3 li img {
  margin-bottom: 10px;
}
.list_stay3 li .txt {
  font-size: 0.8125em;
}

.list_hotel {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.list_hotel li {
  width: calc(25% - 22.5px);
}
@media screen and (max-width: 767px) {
  .list_hotel li {
    width: 100%;
  }
}
.list_hotel li img {
  display: block;
  margin: 0 auto 10px;
}
.list_hotel li h3 {
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
}
.list_hotel li p {
  text-align: center;
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
.list_hotel li > a:not([class]) {
  display: block;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 10px;
  font-size: 1.1em;
}
.list_hotel li > a:not([class]):hover {
  text-decoration: none;
}
.list_hotel li .button_clear {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .list_winter {
    display: flex;
    margin-bottom: -10%;
    flex-flow: wrap;
    align-items: flex-start;
  }
}
.list_winter li {
  display: flex;
  width: 100%;
  margin-bottom: 5%;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875em;
}
.list_winter li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list_winter li {
    flex-flow: wrap;
    width: 48%;
    margin: 0 4% 10% 0;
    align-items: flex-start;
  }
  .list_winter li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_winter li img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .list_winter li img {
    width: 100%;
    margin-bottom: 5%;
  }
}
.list_winter li div {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .list_winter li div {
    width: 100%;
  }
}
.list_winter li div h4 {
  font-size: 2em;
  margin-bottom: 0.5em;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .list_winter li div h4 {
    font-size: 5vw;
    line-height: 1.5;
  }
}
.list_winter li div a.button_low {
  margin: 1.5em 0 0;
}
@media screen and (max-width: 767px) {
  .list_winter li div a.button_low {
    width: 100%;
    font-size: 0.85em;
  }
}

.list_calender {
  margin-top: 5%;
}
@media screen and (max-width: 767px) {
  .list_calender {
    font-size: 0.9em;
  }
}
.list_calender li {
  width: 100%;
  margin-bottom: 5%;
  font-size: 0.875em;
}
.list_calender li:last-child {
  margin-bottom: 0;
}
.list_calender li:hover a .calender_l img {
  transform: scale(1.04);
}
.list_calender li a {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-right: 20px;
}
.list_calender li a:after {
  position: absolute;
  content: "";
  background: url(../images/right_g.svg) no-repeat;
  width: 12px;
  height: 22px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.list_calender li a .calender_l {
  width: 20%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_calender li a .calender_l {
    width: 35%;
  }
}
.list_calender li a .calender_l img {
  transition: 0.5s;
}
.list_calender li a .calender_r {
  width: 77%;
}
@media screen and (max-width: 767px) {
  .list_calender li a .calender_r {
    width: 60%;
  }
}
.list_calender li a .calender_r .title {
  font-size: 1.3em;
  font-weight: bold;
}
.list_calender li a .calender_r .day {
  margin-bottom: 0.5em;
}

.list_tour {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: 5%;
}
.list_tour li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .list_tour li {
    width: 100%;
  }
  .list_tour li:first-child {
    margin-bottom: 5%;
  }
}
.list_tour li dl {
  font-size: 0.9375em;
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  .list_tour li dl {
    font-size: 0.85em;
    margin-bottom: 7%;
  }
}
.list_tour li dl:last-child {
  margin-bottom: 0;
}
.list_tour li dl dt {
  font-size: 1.2em;
  border-bottom: 1px solid #fff;
  padding: 0 1em 0.5em;
  margin-bottom: 0.8em;
}
.list_tour li dl dd {
  padding: 0 1em;
}

.list_photo {
  display: flex;
  flex-flow: wrap;
  margin-bottom: -2%;
}
.list_photo li {
  width: 32%;
  margin: 0 2% 2% 0;
  overflow: hidden;
}
.list_photo li:nth-child(3n) {
  margin-right: 0;
}
.list_photo li:hover img {
  transform: scale(1.03);
}
@media screen and (max-width: 767px) {
  .list_photo li {
    width: 49%;
  }
  .list_photo li:nth-child(3n) {
    margin-right: 2%;
  }
  .list_photo li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_photo li img {
  transition: 0.5s;
}

.list_event__low {
  display: flex;
  margin-bottom: -5%;
  font-size: 0.875em;
  flex-flow: wrap;
}
.list_event__low li {
  width: 30%;
  margin: 0 5% 5% 0;
  border-top: 1px solid #fff;
  padding-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .list_event__low li {
    width: 100%;
    margin: 0 0 10% 0;
    padding-top: 10%;
  }
}
.list_event__low li:nth-child(3n) {
  margin-right: 0;
}
.list_event__low li.empty {
  border-top: none;
  padding-top: 0;
  text-align: center;
  width: 100%;
  margin: 0 0 5%;
}
.list_event__low li a {
  height: 100%;
  display: block;
}
.list_event__low li a:hover .event_img img {
  transform: scale(1.03);
}
.list_event__low li a .sub {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.6;
}
.list_event__low li a h3 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.6;
}
.list_event__low li a .event_img {
  overflow: hidden;
}
.list_event__low li a .event_img img {
  transition: 0.5s;
  margin-bottom: 5%;
}

.list_info_cat {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: center;
  padding: 1em;
  font-size: 1.125em;
  margin: 7% 0;
  line-height: 1;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}
.list_info_cat li {
  border-left: 1px solid #fff;
  padding: 0 1.5em;
}
.list_info_cat li:last-child {
  border-right: 1px solid #fff;
}
.list_info_cat li a:hover {
  text-shadow: 0 0 5px #fff;
}

.list_blog__low {
  display: flex;
  flex-flow: wrap;
  font-size: 0.875em;
  letter-spacing: 2px;
  margin-bottom: -7%;
}
.list_blog__low li {
  width: 30%;
  margin: 0 5% 7% 0;
}
@media screen and (max-width: 767px) {
  .list_blog__low li {
    width: 100%;
    margin: 0 0 10%;
  }
}
.list_blog__low li:nth-child(3n) {
  margin-right: 0;
}
.list_blog__low li a {
  display: block;
  height: 100%;
}
.list_blog__low li:hover .fit {
  transform: scale(1.03);
}
.list_blog__low .blog_thumnail {
  height: 250px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1460px) {
  .list_blog__low .blog_thumnail {
    height: 17vw;
  }
}
@media screen and (max-width: 767px) {
  .list_blog__low .blog_thumnail {
    height: 57vw;
  }
}
.list_blog__low .blog_content h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
}

.list_47 {
  max-width: 1160px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .list_47 {
    margin: 0 auto 10vw;
  }
}
.list_47 li {
  position: relative;
  padding: 50px 20px 0;
}
.list_47 li .prefectures_p {
  background: url(../images/bg_prefectures.svg) no-repeat center/cover;
  width: 90px;
  height: 100px;
  text-align: center;
  font-size: 0.9375em;
  padding-top: 28px;
  line-height: 1.5;
  color: #000;
  position: absolute;
  left: 35px;
  top: 0;
  z-index: 1;
}
.list_47 li .prefectures_p span {
  font-size: 0.6em;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.list_47 .slick-prev {
  right: auto;
  left: -50px;
  top: 20%;
  margin: auto;
  width: 28px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .list_47 .slick-prev {
    width: 20px;
    height: 15px;
    left: -3vw;
  }
}
.list_47 .slick-prev:before {
  background: url(../images/slide_l_02.svg) no-repeat;
  width: 28px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .list_47 .slick-prev:before {
    width: 20px;
    height: 15px;
  }
}
.list_47 .slick-next {
  right: -50px;
  top: 20%;
  margin: auto;
  width: 28px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .list_47 .slick-next {
    width: 20px;
    height: 15px;
    right: -3vw;
  }
}
.list_47 .slick-next:before {
  background: url(../images/slide_r_02.svg) no-repeat;
  width: 28px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .list_47 .slick-next:before {
    width: 20px;
    height: 15px;
  }
}

.list_enjoy {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: -1.3%;
}
@media screen and (max-width: 767px) {
  .list_enjoy {
    margin-bottom: -5vw;
  }
}
.list_enjoy li {
  width: 24%;
  margin: 0 1.3% 1.3% 0;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 40px 30px;
  display: flex;
  flex-flow: wrap;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .list_enjoy li {
    width: 48%;
    margin: 0 4% 5vw 0;
    padding: 5vw;
  }
}
.list_enjoy li:nth-child(4n), .list_enjoy li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_enjoy li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_enjoy li.opa {
  border: none;
  background: rgba(255, 255, 255, 0.15);
}
.list_enjoy li img {
  display: block;
  margin: 0 auto 10px;
  max-height: 130px;
  max-width: 205px;
}
@media screen and (max-width: 767px) {
  .list_enjoy li img {
    max-height: 60px;
    max-width: 80%;
  }
}
.list_enjoy li p {
  width: 100%;
  font-size: 1.625em;
}
@media screen and (max-width: 767px) {
  .list_enjoy li p {
    font-size: 1em;
    line-height: 1.5;
  }
}
.list_enjoy li p span {
  display: block;
  font-size: 0.5em;
}
@media screen and (max-width: 767px) {
  .list_enjoy li p span {
    margin-top: 1em;
  }
}

.list_enjoy_02 {
  display: flex;
  flex-flow: wrap;
  text-align: center;
  font-size: 0.875em;
}
.list_enjoy_02 li {
  width: 31%;
  margin-right: 3.5%;
}
@media screen and (max-width: 767px) {
  .list_enjoy_02 li {
    width: 100%;
    margin: 0 0 8vw;
  }
}
.list_enjoy_02 li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_enjoy_02 li:last-child {
    margin-bottom: 0;
  }
}
.list_enjoy_02 li img {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .list_enjoy_02 li img {
    margin-bottom: 5vw;
  }
}
.list_enjoy_02 li .title_02 {
  font-size: 1.85em;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .list_enjoy_02 li .title_02 {
    font-size: 1.5em;
  }
}

.list_enjoy_03 {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  text-align: center;
  font-size: 0.875em;
  margin-top: 3em;
}
.list_enjoy_03 li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .list_enjoy_03 li {
    width: 100%;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .list_enjoy_03 li:last-child {
    margin-bottom: 0;
  }
}
.list_enjoy_03 li img {
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .list_enjoy_03 li img {
    margin-bottom: 5vw;
  }
}
.list_enjoy_03 li .title_02 {
  font-size: 1.85em;
  margin-bottom: 0.5em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .list_enjoy_03 li .title_02 {
    font-size: 1.5em;
  }
}

.list_covid {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  .list_covid {
    margin-bottom: 5vw;
  }
}
.list_covid li {
  margin: 0 25px;
}
@media screen and (max-width: 767px) {
  .list_covid li {
    margin: 0 10px;
  }
}
.list_covid li img {
  max-height: 92px;
  max-width: 101px;
}
@media screen and (max-width: 767px) {
  .list_covid li img {
    max-height: 46px;
    max-width: 50px;
  }
}

.list_cider {
  display: flex;
  flex-flow: wrap;
  font-size: 0.875em;
  margin-bottom: -4%;
}
@media screen and (max-width: 767px) {
  .list_cider {
    font-size: 0.8em;
  }
}
.list_cider li {
  width: 48%;
  margin: 0 4% 4% 0;
  border-left: 10px solid #60b630;
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .list_cider li {
    width: 100%;
    margin: 0 0 8vw;
  }
}
.list_cider li:nth-child(2n) {
  margin-right: 0;
}
.list_cider li .title {
  font-weight: bold;
  background: #60b630;
  color: #fff;
  padding: 0.5em;
  margin-bottom: 1em;
  width: 100%;
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .list_cider li .title {
    font-size: 1.3em;
  }
}
.list_cider li .cider_l {
  width: 10%;
  margin: 0 5%;
}
.list_cider li .cider_r {
  width: 80%;
}
.list_cider li .cider_r .sub_title {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .list_cider li .cider_r .sub_title {
    font-size: 1.2em;
  }
}
.list_cider li .cider_r .txt {
  margin-bottom: 0.5em;
}

.list_luxe {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.list_luxe li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .list_luxe li {
    width: 100%;
    margin-bottom: 30px;
  }
  .list_luxe li:last-child {
    margin-bottom: 0;
  }
}
.list_luxe li img {
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .list_luxe li img {
    margin-bottom: 10px;
  }
}
.list_luxe li .title {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .list_luxe li .title {
    font-size: 1.2em;
    margin-bottom: 5px;
  }
}

/*
7:dl
------------------------------------------------------------
*/
.dlist_ticket {
  font-size: 0.9375em;
}
@media screen and (max-width: 767px) {
  .dlist_ticket {
    font-size: 0.85em;
  }
}
.dlist_ticket dt {
  background: #1d1931;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  padding: 1em 2em;
}
@media screen and (max-width: 767px) {
  .dlist_ticket dt {
    padding: 1em;
  }
}
.dlist_ticket dd {
  background: #fff;
  padding: 2em 2em 3em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .dlist_ticket dd {
    padding: 1em 1em 2em;
  }
}
.dlist_ticket dd > .title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.dlist_ticket dd a {
  color: #000;
}
.dlist_ticket dd a.button {
  color: #fff;
}

.dlist_date {
  display: flex;
  align-items: center;
  margin-bottom: 5%;
  font-size: 0.9375em;
}
@media screen and (max-width: 767px) {
  .dlist_date {
    flex-flow: wrap;
    margin-bottom: 10%;
  }
}
.dlist_date dt {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 200px;
  position: relative;
  margin-right: 8%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .dlist_date dt {
    width: 100%;
    border-right: 1px solid #fff;
    margin: 0 auto 30px;
  }
}
.dlist_date dt:after {
  position: absolute;
  content: "";
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  height: 35px;
  width: 35px;
  right: -17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .dlist_date dt:after {
    width: 20px;
    height: 20px;
    transform: rotate(135deg);
    right: 0;
    left: 0;
    bottom: -11px;
    top: auto;
  }
}
@media screen and (max-width: 767px) {
  .dlist_date dd {
    width: 100%;
  }
}

.dlist_note {
  font-size: 0.9375em;
}
@media screen and (max-width: 767px) {
  .dlist_note {
    font-size: 0.85em;
  }
}
.dlist_note dt {
  background: #efea3a;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
  padding: 1em 2em;
}
@media screen and (max-width: 767px) {
  .dlist_note dt {
    padding: 1em;
  }
}
.dlist_note dd {
  background: #fff;
  padding: 2em 2em 3em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .dlist_note dd {
    padding: 1em 1em 2em;
  }
}
.dlist_note dd .title {
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

.dlist_news {
  background: linear-gradient(to left, #52a0fd, #1d1931);
  display: flex;
  padding: 1.5em 2em;
  min-width: 800px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .dlist_news {
    min-width: 1px;
    width: 90%;
    margin: 0 auto;
    flex-flow: wrap;
    line-height: 1.5;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 3.5vw;
  }
}
.dlist_news dt {
  margin-right: 2em;
  padding-right: 2em;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .dlist_news dt {
    margin: 0 0 1em;
    border-right: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding: 0 0 1em;
  }
}
@media screen and (max-width: 767px) {
  .dlist_news dd {
    max-height: 5em;
    overflow: hidden;
  }
}
.dlist_news dd span {
  margin-right: 1.5em;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .dlist_news dd span {
    display: block;
    margin: 0 0 0.5em;
    font-size: 0.85em;
  }
}

.dlist_time dt {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.2em;
}
.dlist_time dd {
  border-left: 1px solid;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  padding: 2em 0 5% 5%;
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .dlist_time dd {
    padding: 1em 0 2em 2em;
  }
}
.dlist_time dd .time_l {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .dlist_time dd .time_l {
    width: 100%;
    margin-bottom: 5%;
  }
}
.dlist_time dd .time_r {
  width: 50%;
  font-size: 0.9375em;
}
@media screen and (max-width: 767px) {
  .dlist_time dd .time_r {
    width: 100%;
    font-size: 0.85em;
  }
}
.dlist_time dd .time_r .title {
  font-size: 1.5em;
  margin-bottom: 1em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .dlist_time dd .time_r .title {
    margin-bottom: 0.5em;
  }
}

/*
8:table
------------------------------------------------------------
*/
.basicTable {
  width: 100%;
}
.basicTable tr {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .basicTable tr {
    display: block;
    width: 100%;
    margin: 0 0 1em;
  }
}
.basicTable tr th {
  padding: 1em 1em 1em 0;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .basicTable tr th {
    display: block;
    width: 100%;
    padding: 0 1em 0.5em;
  }
}
.basicTable tr td {
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .basicTable tr td {
    display: block;
    width: 100%;
    padding: 0 1em 1em;
  }
}

.table_calender {
  text-align: center;
  width: 100%;
}
.table_calender tr.event_title {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
  font-size: 0.7em;
}
.table_calender tr.event_title td {
  padding: 1em 0;
}
.table_calender tr.event_title td span {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
}
.table_calender tr.event_title td span:before, .table_calender tr.event_title td span:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #444;
  display: block;
}
.table_calender tr.event_title td span:before {
  margin-right: 0.5em;
}
.table_calender tr.event_title td span:after {
  margin-left: 0.5em;
}
.table_calender tr th {
  width: 14.285%;
  font-weight: normal;
  text-align: center;
}
.table_calender tr th.week {
  padding-bottom: 0.5em;
}
.table_calender tr td {
  width: 14.285%;
}
.table_calender tr td.mark a {
  background: #2a3b65;
  border-radius: 50%;
  width: 35px;
  display: block;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .table_calender tr td.mark a {
    width: 30px;
  }
}
.table_calender tr td.mark a:hover {
  opacity: 0.8;
}
.table_calender tr td.mark.short_film a {
  background: #75181d;
}
.table_calender tr td.mark.ultraman a {
  background: #d71d18;
}
.table_calender tr td.mark.enra a {
  background: #209ece;
}
.table_calender tr td.mark.vixen a {
  background: #517ab0;
}
.table_calender tr td.mark.hoshini a {
  background: #192336;
}
.table_calender tr td.mark.unkai a {
  background: #9fbdd9;
}
.table_calender tr td.mark.winter a {
  background: #5988b7;
}
.table_calender tr td.mark.fes a {
  background: #cec603;
}

.calender_price {
  width: 100%;
  border-collapse: separate;
  min-width: 800px;
}
.calender_price tr {
  text-align: center;
}
.calender_price tr.blue {
  background: #50AAD8;
}
.calender_price tr.red {
  background: #ED7B8C;
}
.calender_price tr.premium {
  background: #c1c26a;
}
.calender_price tr.summertime {
  background: #e4904d;
}
.calender_price tr.gray {
  background: #535353;
}
.calender_price tr.price_title th {
  padding: 0.5em 0;
  background: #1b1935;
}
.calender_price tr.price_title th:nth-child(n+5) {
  font-size: 0.8em;
}
.calender_price tr.price_part th {
  padding: 0.5em 0 0;
  background: #1b1935;
}
.calender_price tr th {
  font-weight: normal;
}
.calender_price tr td {
  padding: 0.5em 0;
}

/*
9:タイトル
------------------------------------------------------------
*/
#ttl {
  /*&.low_main_ttl {
  	span {
  		&:nth-child(1) {
  			animation: ttl_opacity .8s ease-in-out 0s forwards;
  		}
  		&:nth-child(2) {
  			animation: ttl_opacity 1.6s ease-in-out 0s forwards;
  		}
  		&:nth-child(3) {
  			animation: ttl_opacity 2.4s ease-in-out 0s forwards;
  		}
  		&:nth-child(4) {
  			animation: ttl_opacity 3.2s ease-in-out 0s forwards;
  		}
  		&:nth-child(5) {
  			animation: ttl_opacity 4s ease-in-out 0s forwards;
  		}
  		&:nth-child(6) {
  			animation: ttl_opacity 4.8s ease-in-out 0s forwards;
  		}
  		&:nth-child(7) {
  			animation: ttl_opacity 5.6s ease-in-out 0s forwards;
  		}
  		&:nth-child(8) {
  			animation: ttl_opacity 6.4s ease-in-out 0s forwards;
  		}
  		&:nth-child(9) {
  			animation: ttl_opacity 7.2s ease-in-out 0s forwards;
  		}
  		&:nth-child(10) {
  			animation: ttl_opacity 5.6s ease-in-out 0s forwards;
  		}
  		&:nth-child(11) {
  			animation: ttl_opacity 6.4s ease-in-out 0s forwards;
  		}
  		&:nth-child(12) {
  			animation: ttl_opacity 8s ease-in-out 0s forwards;
  		}
  		&:nth-child(13) {
  			animation: ttl_opacity 8.8s ease-in-out 0s forwards;
  		}
  		&:nth-child(14) {
  			animation: ttl_opacity 9.6s ease-in-out 0s forwards;
  		}
  		&:nth-child(15) {
  			animation: ttl_opacity 10.4s ease-in-out 0s forwards;
  		}
  	}
  }*/
}
#ttl span {
  opacity: 0;
}
#ttl span:nth-child(1) {
  transition: 0.8s;
}
#ttl span:nth-child(2) {
  transition: 1.6s;
}
#ttl span:nth-child(3) {
  transition: 2.4s;
}
#ttl span:nth-child(4) {
  transition: 3.2s;
}
#ttl span:nth-child(5) {
  transition: 4s;
}
#ttl span:nth-child(6) {
  transition: 4.8s;
}
#ttl span:nth-child(7) {
  transition: 5.6s;
}
#ttl span:nth-child(8) {
  transition: 6.4s;
}
#ttl span:nth-child(9) {
  transition: 7.2s;
}
#ttl span:nth-child(10) {
  transition: 8s;
}
#ttl span:nth-child(11) {
  transition: 8.8s;
}
#ttl span:nth-child(12) {
  transition: 9.6s;
}
#ttl span:nth-child(13) {
  transition: 10.4s;
}
#ttl span:nth-child(14) {
  transition: 11.2s;
}
#ttl span:nth-child(15) {
  transition: 13s;
}
#ttl span:nth-child(16) {
  transition: 13.8s;
}
#ttl span:nth-child(17) {
  transition: 14.6s;
}
#ttl span:nth-child(18) {
  transition: 15.4s;
}
#ttl span:nth-child(19) {
  transition: 16.2s;
}
#ttl span:nth-child(20) {
  transition: 18s;
}
#ttl.inv-ttl span {
  opacity: 1;
}

.main_ttl {
  font-size: 2.6875em;
  text-align: center;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  letter-spacing: 5px;
  margin-bottom: 1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .main_ttl {
    font-size: 8vw;
  }
}

.sub_ttl {
  font-size: 1.4375em;
  text-align: center;
  margin-bottom: 1em;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .sub_ttl {
    font-size: 4vw;
  }
}

.vertical_ttl {
  writing-mode: vertical-rl;
  font-family: "Lato", sans-serif;
  font-size: 1.4375em;
  margin-left: -5.7vw;
  float: left;
}
@media screen and (max-width: 767px) {
  .vertical_ttl {
    writing-mode: unset;
    margin: 0 0 1em;
    float: none;
  }
}
.vertical_ttl span {
  position: relative;
  width: 64px;
  height: 164px;
  display: inline-block;
  line-height: 64px;
  writing-mode: initial;
  text-align: center;
  font-size: 1.56em;
}
@media screen and (max-width: 767px) {
  .vertical_ttl span {
    font-size: 1.3em;
    height: 50px;
    width: 50px;
    margin-right: 50px;
    line-height: 50px;
  }
}
.vertical_ttl span:before, .vertical_ttl span:after {
  position: absolute;
  content: "";
  margin: auto;
  left: 0;
  right: 0;
}
.vertical_ttl span:before {
  background: url(../images/frame_border_ttl.svg) no-repeat;
  width: 64px;
  height: 64px;
  top: 0;
  animation: spin 5s linear infinite;
}
@media screen and (max-width: 767px) {
  .vertical_ttl span:before {
    width: 50px;
    height: 50px;
  }
}
.vertical_ttl span:after {
  background: #fff;
  height: 75px;
  top: 75px;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .vertical_ttl span:after {
    height: 1px;
    width: 20px;
    top: 0;
    bottom: 0;
    right: -35px;
    left: auto;
  }
}

.low_main_ttl {
  font-size: 2.125em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Lato", sans-serif;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .low_main_ttl {
    width: 90%;
    font-size: 9vw;
    text-align: center;
  }
}

.low_main_ttl2 {
  font-size: 2.6875em;
  text-align: center;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  letter-spacing: 3px;
  margin-bottom: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .low_main_ttl2 {
    font-size: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .low_main_ttl2.jp_ttl {
    font-size: 6vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .low_main_ttl2.jp_ttl span.jp {
    font-size: 0.5em;
  }
}
.low_main_ttl2 span.jp {
  display: block;
  font-size: 0.3em;
  margin-top: 1em;
}

.low_main_ttl3 {
  font-size: 2.3125em;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .low_main_ttl3 {
    font-size: 6vw;
  }
}
.low_main_ttl3 span.en {
  display: block;
  font-size: 0.3em;
  font-family: "Lato", sans-serif;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .low_main_ttl3 span.en {
    font-size: 3vw;
  }
}

.img_ttl {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .img_ttl {
    width: 90%;
    font-size: 3vw;
  }
}
.img_ttl span {
  display: block;
  font-size: 3.1525em;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  letter-spacing: 5px;
  margin-top: 1em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .img_ttl span {
    font-size: 6vw;
    letter-spacing: 3px;
  }
}
.img_ttl span.sub {
  font-size: 2em;
  font-weight: 400;
  margin: 0;
  line-height: 1;
}
.img_ttl .img_ttl_winter {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .img_ttl .img_ttl_winter {
    width: 90%;
  }
}
.img_ttl .img_ttl_unkai {
  width: 627px;
}
@media screen and (max-width: 767px) {
  .img_ttl .img_ttl_unkai {
    width: 90%;
  }
}
.img_ttl .img_ttl_night {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .img_ttl .img_ttl_night {
    width: 90%;
  }
}
.img_ttl img.img_10th {
  width: 400px;
  height: 240px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .img_ttl img.img_10th {
    width: 140px;
    height: 84px;
  }
}

.calendar_ttl {
  margin-top: 5%;
  text-align: center;
  font-size: 1.7em;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .calendar_ttl {
    font-size: 6vw;
  }
}

.topics_ttl {
  text-align: center;
  font-size: 2em;
  margin-bottom: 1em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .topics_ttl {
    font-size: 6vw;
  }
}

.topics_sub_ttl {
  font-size: 1.6em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .topics_sub_ttl {
    font-size: 5vw;
  }
}

.center_ttl {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.2em;
}

.subheading_ttl {
  border-bottom: 1px solid #000;
  font-size: 1.6em;
  margin-bottom: 1em;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .subheading_ttl {
    font-size: 5.5vw;
  }
}

.subheading_ttl2 {
  font-size: 1.3em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .subheading_ttl2 {
    font-size: 5vw;
  }
}

.subheading_ttl3 {
  background: #000;
  color: #fff;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .subheading_ttl3 {
    font-size: 4.5vw;
  }
}

/*
10：装飾
------------------------------------------------------------
*/
.bg_white {
  background: #fff;
}

.txt_clr_black {
  color: #000;
}

.googlesans {
  font-family: "googlesans", sans-serif;
}

/*
11:ボタン系
------------------------------------------------------------
*/
a.icon_scroll {
  width: 32px;
  height: 48px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5vh;
  margin: auto;
  overflow: hidden;
}
a.icon_scroll:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -10px;
  margin: auto;
  background: url(../images/icon_scroll_line.svg) no-repeat;
  width: 2px;
  height: 10px;
  animation: bown 1.1s linear infinite;
}
a.button {
  padding: 1em 2em;
  position: relative;
  background: linear-gradient(to right, #52a0fd, #1d1931);
  max-width: 300px;
  width: 90%;
  margin: 0 auto;
  display: block;
  text-align: center;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
a.button:before, a.button:after {
  position: absolute;
  content: "";
  bottom: 0;
  top: 0;
  margin: auto;
}
a.button:before {
  background: rgba(255, 255, 255, 0.3);
  height: 120px;
  left: -75px;
  opacity: 0.2;
  top: 15px;
  transform: rotate(35deg);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}
a.button:after {
  background: url(../images/right_w.svg) no-repeat;
  width: 5px;
  height: 9px;
  right: 1em;
}
a.button:hover:before {
  left: 120%;
}
a.button.pdf:after {
  background: url(../images/icon_pdf.svg) no-repeat;
  width: 16px;
  height: 21px;
}
a.button_low {
  width: 200px;
  margin: 0 auto;
  display: block;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 10px;
  padding: 0.5em;
  font-size: 0.9375rem;
  position: relative;
  overflow: hidden;
}
a.button_low:before, a.button_low:after {
  position: absolute;
  content: "";
  bottom: 0;
  top: 0;
  margin: auto;
}
a.button_low:before {
  background: rgba(255, 255, 255, 0.3);
  height: 120px;
  left: -75px;
  opacity: 0.2;
  top: 15px;
  transform: rotate(35deg);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}
a.button_low:after {
  background: url(../images/right_w.svg) no-repeat;
  width: 5px;
  height: 9px;
  right: 1em;
}
a.button_low:hover:before {
  left: 120%;
}
@media screen and (max-width: 767px) {
  a.button_low.pc {
    display: none;
  }
}
a.button_low.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  a.button_low.sp {
    display: block;
  }
}
a.button_clear {
  border: 1px solid #fff;
  display: block;
  max-width: 300px;
  padding: 1.2em;
  font-size: 0.9375rem;
  width: 90%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
a.button_clear:before, a.button_clear:after {
  position: absolute;
  content: "";
  bottom: 0;
  top: 0;
  margin: auto;
}
a.button_clear:before {
  background: rgba(255, 255, 255, 0.3);
  height: 120px;
  left: -75px;
  opacity: 0.2;
  top: -5px;
  transform: rotate(35deg);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}
a.button_clear:after {
  background: url(../images/arrow_w.svg) no-repeat;
  width: 12px;
  height: 8px;
  right: 1em;
}
a.button_clear:hover:before {
  left: 120%;
}
a.button_clear.blank:after {
  background: url(../images/icon_link.svg) no-repeat;
  width: 14px;
  height: 14px;
}
a.button2 {
  padding: 1em 2em;
  position: relative;
  background: linear-gradient(to right, #0e405a, #3584a7);
  max-width: 480px;
  width: 90%;
  margin: 0 auto 3%;
  display: block;
  text-align: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  a.button2 {
    font-size: 3.5vw;
    margin-bottom: 10%;
  }
}
a.button2:before, a.button2:after {
  position: absolute;
  content: "";
  bottom: 0;
  top: 0;
  margin: auto;
}
a.button2:before {
  background: rgba(255, 255, 255, 0.3);
  height: 140px;
  left: -75px;
  opacity: 0.2;
  top: -20px;
  transform: rotate(35deg);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}
a.button2:after {
  background: url(../images/icon_link.svg) no-repeat;
  width: 14px;
  height: 14px;
  right: 1em;
}
a.button2:hover:before {
  left: 120%;
}
a.icon_movie {
  font-size: 1.0625em;
  text-align: center;
  font-family: "Lora", serif;
  display: block;
  margin: 0 auto 3%;
  width: 147px;
  letter-spacing: 2px;
  position: relative;
}
a.icon_movie:after {
  position: absolute;
  content: "";
  background: url(../images/icon_movie_arrow.svg) no-repeat;
  width: 15px;
  height: 17px;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
a.icon_movie img {
  margin-bottom: 5px;
  width: 85px;
  height: 74px;
  transition: 0.5s;
  animation: spin 8s linear infinite;
}
a.button_edit {
  position: absolute;
  right: 6.5vw;
  bottom: 0;
  font-size: 0.8em;
  border: 1px solid #fff;
  padding: 0 1em;
}
a.more {
  color: #000;
  border-bottom: 1px solid #000;
}
a .more_02 {
  border-bottom: 1px solid;
}

/*
12:その他パーツ
------------------------------------------------------------
*/
.top_p {
  font-size: 0.875em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_p {
    text-align: left;
  }
}

.partner_p {
  font-size: 0.875em;
  text-align: center;
  line-height: 2.2;
  margin-bottom: 10%;
}
@media screen and (max-width: 767px) {
  .partner_p {
    text-align: left;
  }
  .partner_p br {
    display: none;
  }
}
.partner_p a:hover {
  opacity: 0.7;
}

#list_breadcrumb {
  font-size: 0.75em;
  letter-spacing: 2px;
  text-align: right;
  position: absolute;
  top: 30px;
  right: 0;
  padding: 0 6.5vw;
}
@media screen and (max-width: 767px) {
  #list_breadcrumb {
    font-size: 2vw;
    text-align: left;
    top: 10px;
    padding: 0 6.5vw;
    line-height: 1.5;
  }
}
#list_breadcrumb br {
  display: none;
}

.secound_p {
  text-align: center;
  font-size: 0.9375em;
  line-height: 2;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .secound_p {
    text-align: left;
  }
}

.mini_p {
  text-align: center;
  font-size: 0.875em;
  margin-bottom: 2em;
  width: 100%;
}

.date_tour {
  text-align: center;
  font-size: 3.125em;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  letter-spacing: 5px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .date_tour {
    font-size: 6vw;
    margin-bottom: 1em;
  }
}
.date_tour span {
  display: block;
  font-size: 0.3em;
  letter-spacing: 2px;
}

.date_event {
  text-align: center;
  margin-top: 1em;
  font-size: 1.5em;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}

img.logo_winter {
  width: 357px;
  height: 138px;
  margin: 0 auto 20px;
  display: block;
}
@media screen and (max-width: 767px) {
  img.logo_winter {
    width: 250px;
    height: 97px;
  }
}

img.img_winter_map {
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  img.img_winter_map {
    margin-bottom: 10%;
  }
}

img.logo_unkai {
  width: 400px;
  height: 190px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  img.logo_unkai {
    width: 250px;
    height: 118px;
  }
}

img.img_unkai {
  margin-bottom: 3%;
}

img.img_unkai_root {
  display: block;
  margin: 5% auto 0;
}

img.logo_night {
  width: 400px;
  height: 212px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  img.logo_night {
    width: 200px;
    height: 106px;
  }
}

img.logo_night_pixel {
  width: 610px;
  height: 220px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  img.logo_night_pixel {
    width: 320px;
    height: 130px;
  }
}

img.event_logo {
  display: block;
  margin: 0 auto;
}

.simply-scroll-container {
  position: relative;
}

.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

.simply-scroll-list {
  overflow: hidden;
  margin-bottom: 5%;
}

.simply-scroll-list li {
  float: left;
  width: 150px;
  height: 150px;
  margin: 0 10px;
}

.icon_achi {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 206px;
  height: 206px;
  background: url(../images/icon_achi.svg) no-repeat center;
}
@media screen and (max-width: 767px) {
  .icon_achi {
    width: 103px;
    height: 103px;
    display: none;
  }
}
.icon_achi a {
  position: absolute;
  width: 350px;
  height: 100%;
  background: transparent;
  transform-origin: 100% 0;
  transform: rotate(45deg);
  left: -60%;
  bottom: -110%;
}
@media screen and (max-width: 767px) {
  .icon_achi a {
    width: 175px;
  }
}

.premium_p {
  margin-bottom: 1em;
  font-size: 0.9em;
  text-align: right;
}
.premium_p span {
  color: #c1c26a;
}

.summertime_p {
  margin-bottom: 1em;
  font-size: 0.9em;
  text-align: right;
}
.summertime_p span {
  color: #e4904d;
}

.bold {
  font-weight: bold;
}

.p_47 {
  text-align: center;
  font-size: 1.3125em;
  line-height: 1.8;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .p_47 {
    font-size: 4vw;
  }
}

.logo_47 {
  width: 192px;
  height: 287px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .logo_47 {
    width: 100px;
    height: 150px;
    margin: 0 auto 5vw;
  }
}

.enjoy_p {
  font-size: 0.875em;
  text-align: center;
  margin-bottom: 2em;
}

.txt_left {
  text-align: left;
}

.dot {
  padding-left: 15px;
  position: relative;
  text-align: left;
}
.dot:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 10px;
  height: 10px;
  top: 10px;
  left: 0;
  border-radius: 50%;
}

a.route47 {
  position: fixed;
  left: 1vw;
  bottom: 206px;
  z-index: 2;
  width: 140px;
  height: 142px;
  margin: auto;
  filter: invert(1);
}
@media screen and (max-width: 767px) {
  a.route47 {
    left: auto;
    right: 1vw;
    bottom: 1vw;
    width: 100px;
    height: 101px;
  }
}

.route_cation {
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .route_cation {
    font-size: 1.1em;
  }
}

/*
13:コンタクトフォーム
------------------------------------------------------------
*/
.contactform {
  margin-bottom: 2em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contactform {
    margin-bottom: 1em;
  }
}
.contactform tr {
  border-bottom: 2px dotted #3D352F;
}
.contactform tr:last-child {
  border-bottom: none;
}
.contactform tr th {
  padding: 1.5em 1em 1em 0;
  color: #040000;
  text-align: left;
  vertical-align: top;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .contactform tr th {
    width: 100%;
    display: block;
    padding: 0 0 0.5em;
  }
}
.contactform tr td {
  width: 75%;
  padding: 1em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contactform tr td {
    width: 100%;
    display: block;
    padding: 0 0 1em;
  }
}

input, textarea, select {
  width: 100%;
  padding: 1em;
  border-radius: 5px;
  border: 1px solid #383838;
}

textarea {
  height: 250px;
}

span.mwform-tel-field input {
  width: 25% !important;
}

.submit, .backBtn {
  max-width: 340px;
  width: 90%;
  margin: 0 auto;
  padding: 1.5em;
  display: block;
  font-size: 1.125em;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: #231815 url(../images/right_w.svg) no-repeat center right 5%/5px 9px;
  transition: 0.3s;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}

.backBtn {
  background: #3F3F3F url(../images/right_w.svg) no-repeat center right 5%/5px 9px;
  margin-top: 1.5em;
}

.submit:hover, .backBtn:hover {
  opacity: 0.8;
}

.required {
  font-size: 0.75em;
  display: inline-block;
  margin-left: 1em;
  line-height: 1;
}

/*
14:ワードプレス
------------------------------------------------------------
*/
.wp-pagenavi {
  margin-top: 7%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-family: "Lato", sans-serif;
  padding: 1em 2em;
  font-size: 1.1em;
}
.wp-pagenavi a {
  display: inline-block;
  margin-right: 1.5em;
}
.wp-pagenavi a:hover {
  text-shadow: 0 0 5px #fff;
}
.wp-pagenavi span {
  display: inline-block;
  margin-right: 1.5em;
}
.wp-pagenavi span.current {
  text-shadow: 0 0 5px #fff;
}

/*
15:マージン・パディング
------------------------------------------------------------
*/
.m05em {
  margin-bottom: 0.5em;
}

.m0 {
  margin-bottom: 0 !important;
}

/*
16:Pagination
------------------------------------------------------------
*/
.list_pagination {
  width: 100%;
  margin: 7% auto 0;
  position: relative;
  display: flex;
  font-size: 0.9375em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .list_pagination {
    flex-flow: wrap;
    margin: 10% auto 0;
  }
}
.list_pagination li {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .list_pagination li {
    width: 100%;
  }
}
.list_pagination li.prev a {
  padding-left: 20px;
}
.list_pagination li.prev a:before {
  left: 0;
  transform: rotate(180deg);
}
.list_pagination li.middle {
  width: 10%;
  padding: 0 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_pagination li.middle {
    width: 100%;
    margin: 20px 0;
  }
}
.list_pagination li.middle img {
  width: 40px;
  height: 40px;
}
.list_pagination li.middle a:before {
  background: none;
}
.list_pagination li.next {
  text-align: right;
}
.list_pagination li.next a {
  padding-right: 20px;
}
.list_pagination li.next a:before {
  right: 0;
}
.list_pagination li a {
  position: relative;
  display: inline-block;
}
.list_pagination li a:before {
  position: absolute;
  content: "";
  background: url(../images/right_w.svg) no-repeat center;
  width: 5px;
  height: 10px;
  top: 7px;
}
.list_pagination li a:hover {
  text-shadow: 0 0 5px #fff;
}

/*
17:animation
------------------------------------------------------------
*/
@keyframes slide_line {
  0% {
    left: -100%;
    opacity: 0;
  }
  15% {
    left: 0;
    opacity: 1;
  }
  85% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bown {
  100% {
    top: 100%;
  }
}
@keyframes ttl_opacity {
  100% {
    opacity: 1;
  }
}
.fit {
  background-size: cover;
  background-position: center;
  height: 100%;
  transition: 0.5s;
}

.fadein {
  opacity: 0;
  transition: all 2s;
}

.fadein.scrollin {
  opacity: 1;
}

/*
2025.1 KADOKAWAコラボ
------------------------------------------------------------
*/
.kadokawa_container {
  padding: 0 0 100px !important;
}
@media screen and (max-width: 767px) {
  .kadokawa_container {
    padding: 0 0 40px !important;
  }
}

.kadokawa_bg {
  background-image: url(../images/bg_kadokawa.jpg);
  background-repeat: repeat-y;
  background-position-x: center;
  background-size: 100% auto;
  padding: 150px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kadokawa_bg {
    padding: 100px 0 0;
  }
}

.kadokawa_ttl1 {
  font-size: 2.25em;
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 0.7em;
  line-height: 1.5;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .kadokawa_ttl1 {
    font-size: 6vw;
  }
}

.kadokawa_ttl2 {
  width: 588px;
  margin: 0 auto 1em;
}
@media screen and (max-width: 767px) {
  .kadokawa_ttl2 {
    width: 90%;
    margin: 0 auto 2em;
  }
}

.kadokawa_ttl_collaboration {
  text-align: center;
  font-size: 1em;
  letter-spacing: 0.12em;
  line-height: 2;
  margin-bottom: 45px;
}
.kadokawa_ttl_collaboration::before {
  content: "";
  display: block;
  background: url(../images/kadokawa_ttl_collaboration_01.svg) no-repeat center/contain;
  width: 470px;
  height: 58px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  .kadokawa_ttl_collaboration::before {
    width: 235px;
    height: 29px;
  }
}

.kadokawa_ttl_collaborationnaiyo, .kadokawa_ttl_collaborationnaiyo_04, .kadokawa_ttl_collaborationnaiyo_03, .kadokawa_ttl_collaborationnaiyo_02, .kadokawa_ttl_collaborationnaiyo_01 {
  position: relative;
}
.kadokawa_ttl_collaborationnaiyo span, .kadokawa_ttl_collaborationnaiyo_04 span, .kadokawa_ttl_collaborationnaiyo_03 span, .kadokawa_ttl_collaborationnaiyo_02 span, .kadokawa_ttl_collaborationnaiyo_01 span {
  display: block;
  font-size: 1.875rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  font-family: "Noto Serif JP", sans-serif;
  max-width: 785px;
  margin: 0 0 45px auto;
}
@media screen and (max-width: 767px) {
  .kadokawa_ttl_collaborationnaiyo span, .kadokawa_ttl_collaborationnaiyo_04 span, .kadokawa_ttl_collaborationnaiyo_03 span, .kadokawa_ttl_collaborationnaiyo_02 span, .kadokawa_ttl_collaborationnaiyo_01 span {
    font-size: 1.375rem;
    max-width: 100%;
    margin: 0 0 30px auto;
  }
}
.kadokawa_ttl_collaborationnaiyo::before, .kadokawa_ttl_collaborationnaiyo_04::before, .kadokawa_ttl_collaborationnaiyo_03::before, .kadokawa_ttl_collaborationnaiyo_02::before, .kadokawa_ttl_collaborationnaiyo_01::before {
  position: absolute;
  content: "";
  width: 71px;
  height: 52px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .kadokawa_ttl_collaborationnaiyo::before, .kadokawa_ttl_collaborationnaiyo_04::before, .kadokawa_ttl_collaborationnaiyo_03::before, .kadokawa_ttl_collaborationnaiyo_02::before, .kadokawa_ttl_collaborationnaiyo_01::before {
    top: -54px;
    width: 44.375px;
    height: 32.5px;
  }
}
.kadokawa_ttl_collaborationnaiyo::after, .kadokawa_ttl_collaborationnaiyo_04::after, .kadokawa_ttl_collaborationnaiyo_03::after, .kadokawa_ttl_collaborationnaiyo_02::after, .kadokawa_ttl_collaborationnaiyo_01::after {
  position: absolute;
  content: "";
  width: 90px;
  height: 90px;
  top: 50px;
  left: 22px;
  background: url(../images/kadokawa_collaboration_ttl_dec.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .kadokawa_ttl_collaborationnaiyo::after, .kadokawa_ttl_collaborationnaiyo_04::after, .kadokawa_ttl_collaborationnaiyo_03::after, .kadokawa_ttl_collaborationnaiyo_02::after, .kadokawa_ttl_collaborationnaiyo_01::after {
    top: -48px;
    left: 44px;
    width: 45px;
    height: 45px;
  }
}

.kadokawa_ttl_collaborationnaiyo_01::before {
  background: url(../images/kadokawa_number_01.svg) no-repeat center/contain;
}

.kadokawa_ttl_collaborationnaiyo_02::before {
  background: url(../images/kadokawa_number_02.svg) no-repeat center/contain;
}

.kadokawa_ttl_collaborationnaiyo_03::before {
  background: url(../images/kadokawa_number_03.svg) no-repeat center/contain;
}

.kadokawa_ttl_collaborationnaiyo_04::before {
  background: url(../images/kadokawa_number_04.svg) no-repeat center/contain;
}

.kadokawa_line_star, .kadokawa_line_star_2 {
  position: relative;
}
.kadokawa_line_star::before, .kadokawa_line_star_2::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  height: 210px;
  left: 50%;
  bottom: -105px;
  z-index: 1;
}
.kadokawa_line_star::after, .kadokawa_line_star_2::after {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  background: url(../images/kadokawa_star.svg) no-repeat center/contain;
  left: calc(50% - 17px);
  bottom: 0;
  z-index: 2;
  animation: star_line 3s ease-in-out 0s infinite;
}

@keyframes star_line {
  0% {
    bottom: 105px;
  }
  30% {
    bottom: -105px;
  }
  100% {
    bottom: -105px;
  }
}
.kadokawa_line_star_2 {
  padding-bottom: 285px;
}
.kadokawa_line_star_2::before {
  bottom: 0;
}
.kadokawa_line_star_2::after {
  animation: star_line_2 3s ease-in-out 0s infinite;
}

@keyframes star_line_2 {
  0% {
    bottom: 210px;
  }
  30% {
    bottom: 0;
  }
  100% {
    bottom: 0;
  }
}
.list_kadokawa_collaboration_work, .list_kadokawa_collaboration_work_01 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .list_kadokawa_collaboration_work, .list_kadokawa_collaboration_work_01 {
    flex-wrap: wrap;
  }
}
.list_kadokawa_collaboration_work > li, .list_kadokawa_collaboration_work_01 > li {
  max-width: 190px;
  width: 100%;
  margin-right: 28px;
}
@media screen and (max-width: 767px) {
  .list_kadokawa_collaboration_work > li, .list_kadokawa_collaboration_work_01 > li {
    max-width: auto;
    width: 47%;
    margin-right: 6%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .list_kadokawa_collaboration_work > li:nth-of-type(2), .list_kadokawa_collaboration_work_01 > li:nth-of-type(2), .list_kadokawa_collaboration_work > li:nth-of-type(4), .list_kadokawa_collaboration_work_01 > li:nth-of-type(4) {
    margin-right: 0;
  }
}
.list_kadokawa_collaboration_work > li:last-of-type, .list_kadokawa_collaboration_work_01 > li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_kadokawa_collaboration_work > li:nth-last-of-type(1), .list_kadokawa_collaboration_work_01 > li:nth-last-of-type(1), .list_kadokawa_collaboration_work > li:nth-last-of-type(2), .list_kadokawa_collaboration_work_01 > li:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}
.list_kadokawa_collaboration_work > li a, .list_kadokawa_collaboration_work_01 > li a {
  position: relative;
  display: block;
}
.list_kadokawa_collaboration_work > li a::after, .list_kadokawa_collaboration_work_01 > li a::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background: url(../images/kadokawa_collaboration_zoom.svg) no-repeat center/contain;
  right: 12px;
  bottom: 13px;
  z-index: 2;
  transition: 0.3s;
}

.list_kadokawa_collaboration_work_01 {
  margin-top: 45px;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .list_kadokawa_collaboration_work_01 {
    margin-bottom: 20px;
  }
}

.list_kadokawa_collaboration_link_01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 105px;
}
@media screen and (max-width: 767px) {
  .list_kadokawa_collaboration_link_01 {
    flex-wrap: wrap;
    margin-bottom: 110px;
  }
}
.list_kadokawa_collaboration_link_01 > li {
  width: 22.5%;
}
@media screen and (max-width: 767px) {
  .list_kadokawa_collaboration_link_01 > li {
    width: 47%;
    margin-bottom: 1.4rem;
  }
}
.list_kadokawa_collaboration_link_01 > li > a {
  display: block;
  position: relative;
}
.list_kadokawa_collaboration_link_01 > li > a img {
  border-radius: 12px;
}
.list_kadokawa_collaboration_link_01 > li > a::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background: url(../images/kadokawa_icon_arrow.svg) no-repeat center/contain;
  left: calc(50% - 14px);
  bottom: -14px;
  z-index: 2;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .list_kadokawa_collaboration_link_01 > li > a::after {
    width: 18px;
    height: 18px;
    left: calc(50% - 9px);
    bottom: -9px;
  }
}
.list_kadokawa_collaboration_link_01 > li > a:hover {
  opacity: 0.6;
}
.list_kadokawa_collaboration_link_01 > li > a:hover::after {
  bottom: -22px;
}
@media screen and (max-width: 767px) {
  .list_kadokawa_collaboration_link_01 > li > a:hover::after {
    bottom: -18px;
  }
}

.kadokawa_sub_inner_01 {
  max-width: 920px;
  margin: auto;
}
.kadokawa_sub_inner_01 .kadokawa_txt_s {
  margin-bottom: 40px;
}

.kadokawa_sub_inner_02 {
  max-width: 785px;
  margin: 0 0 0 auto;
}
.kadokawa_sub_inner_02 img.kadokawa_collaboration_main_img {
  width: 100%;
  margin-bottom: 43px;
}

.kadokawa_table_01, .kadokawa_table_03, .kadokawa_table_02 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
  border-top: solid 1px #fff;
}
.kadokawa_table_01 tr, .kadokawa_table_03 tr, .kadokawa_table_02 tr {
  border-bottom: solid 1px #fff;
}
.kadokawa_table_01 tr th, .kadokawa_table_03 tr th, .kadokawa_table_02 tr th, .kadokawa_table_01 tr td, .kadokawa_table_03 tr td, .kadokawa_table_02 tr td {
  position: relative;
  letter-spacing: 0.12em;
  line-height: 1.75;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .kadokawa_table_01 tr th, .kadokawa_table_03 tr th, .kadokawa_table_02 tr th, .kadokawa_table_01 tr td, .kadokawa_table_03 tr td, .kadokawa_table_02 tr td {
    display: block;
    padding: 15px 15px;
  }
}
.kadokawa_table_01 tr th, .kadokawa_table_03 tr th, .kadokawa_table_02 tr th {
  width: 24.5%;
}
@media screen and (max-width: 767px) {
  .kadokawa_table_01 tr th, .kadokawa_table_03 tr th, .kadokawa_table_02 tr th {
    width: 100%;
    padding: 15px 15px 0 15px;
  }
}
.kadokawa_table_01 tr th::after, .kadokawa_table_03 tr th::after, .kadokawa_table_02 tr th::after {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .kadokawa_table_01 tr th::after, .kadokawa_table_03 tr th::after, .kadokawa_table_02 tr th::after {
    display: none;
  }
}
.kadokawa_table_01 tr td, .kadokawa_table_03 tr td, .kadokawa_table_02 tr td {
  width: 75.5%;
}

.kadokawa_table_02 {
  margin-bottom: 53px;
}

.kadokawa_table_03 {
  margin-top: 40px;
  margin-bottom: 0;
}

.kadokawa_txt_s {
  font-size: 0.875rem;
  letter-spacing: 0.12em;
}

.kadokawa_section_03 .kadokawa_sub_inner_01 {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .kadokawa_section_03 .kadokawa_sub_inner_01 {
    margin-bottom: 120px;
  }
}
.kadokawa_section_03 .kadokawa_sub_inner_01:last-of-type {
  margin-bottom: 130px;
}

.list_kadokawa_collaboration_menu {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .list_kadokawa_collaboration_menu {
    margin-bottom: 0;
  }
}
.list_kadokawa_collaboration_menu > li {
  width: 29.2%;
  margin-right: 6.2%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .list_kadokawa_collaboration_menu > li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .list_kadokawa_collaboration_menu > li:nth-of-type(3), .list_kadokawa_collaboration_menu > li:nth-of-type(6), .list_kadokawa_collaboration_menu > li:nth-of-type(9) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .list_kadokawa_collaboration_menu > li:nth-of-type(even) {
    margin-right: 0;
  }
}
.list_kadokawa_collaboration_menu > li:nth-last-of-type {
  margin-right: 0;
}
.list_kadokawa_collaboration_menu > li img {
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .list_kadokawa_collaboration_menu > li img {
    margin-bottom: 10px;
  }
}

.night_tour_2023_map,
.night_tour_2025_map {
  display: none;
}
.night_tour_2023_map.js-active,
.night_tour_2025_map.js-active {
  display: block;
}

.list_season {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  gap: 40px;
}
.list_season > li {
  width: 100%;
  max-width: 200px;
}
.list_season > li button {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.list_season > li button.js-active {
  background-color: #fff;
  color: #000;
}

.idol_sec_01 {
  margin-bottom: 80px;
}
.idol_sec_01 .lead {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .idol_sec_01 .lead {
    font-size: 26px;
  }
}
.idol_sec_01 .para {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .idol_sec_01 .para {
    text-align: left;
  }
}
.idol_sec_01 .para p {
  margin-bottom: 1em;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 2;
}
.idol_sec_01 .para p:last-child {
  margin-bottom: 0;
}

.idol_sec_02 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .idol_sec_02 {
    margin-bottom: 80px;
  }
}
.idol_sec_02 ul {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .idol_sec_02 ul {
    flex-direction: column;
    gap: 60px;
  }
}
.idol_sec_02 ul li {
  width: 100%;
  position: relative;
}
.idol_sec_02 ul li .image {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.idol_sec_02 ul li .ttl {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .idol_sec_02 ul li .ttl {
    font-size: 18px;
  }
}
.idol_sec_02 ul li .descr {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #fff;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .idol_sec_02 ul li .descr {
    font-size: 13px;
  }
}
.idol_sec_02 ul li .descr .group {
  display: flex;
}
.idol_sec_02 ul li .descr .group dt {
  flex-shrink: 0;
}
.idol_sec_02 ul li .descr .group dt:after {
  content: "：";
}
.idol_sec_02 ul li .descr .group dd {
  flex-grow: 1;
}
.idol_sec_02 ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 41px;
  position: absolute;
  top: -20px;
  left: 0;
  background: no-repeat center/contain;
}
.idol_sec_02 ul li:nth-child(1):after {
  background-image: url(../images/idol_sec_02_02.png);
}
.idol_sec_02 ul li:nth-child(2):after {
  background-image: url(../images/idol_sec_02_03.png);
}
.idol_sec_02 ul li:nth-child(3):after {
  background-image: url(../images/idol_sec_02_04.png);
}

.idol_sec_03 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .idol_sec_03 {
    margin-bottom: 100px;
  }
}
.idol_sec_03 .image + ul {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .idol_sec_03 .image + ul {
    margin-top: 70px;
  }
}
.idol_sec_03 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 54px 5.68%;
}
@media screen and (max-width: 767px) {
  .idol_sec_03 ul {
    flex-direction: column;
  }
}
.idol_sec_03 ul li {
  width: 47.16%;
}
@media screen and (max-width: 767px) {
  .idol_sec_03 ul li {
    width: 100%;
  }
}
.idol_sec_03 ul li .image {
  margin-bottom: 1em;
}
.idol_sec_03 ul li .text {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .idol_sec_03 ul li .text {
    flex-direction: column;
    align-items: unset;
  }
}
.idol_sec_03 ul li .text .name {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .idol_sec_03 ul li .text .name {
    font-size: 18px;
  }
}
.idol_sec_03 ul li .text .price {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .idol_sec_03 ul li .text .price {
    font-size: 16px;
    text-align: right;
    margin-top: 0.375em;
  }
}

.idol_sec_04 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .idol_sec_04 {
    margin-bottom: 100px;
  }
}
.idol_sec_04 h2 {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .idol_sec_04 h2 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.idol_sec_04 .layout {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  gap: 2.8%;
}
.idol_sec_04 .layout > li {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .idol_sec_04 .layout {
    flex-direction: column;
  }
  .idol_sec_04 .layout > li:first-child {
    margin-bottom: 36px;
  }
}
.idol_sec_04 dl dt {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.5;
  border-bottom: 1px solid #fff;
  padding: 0 0 0.75em 16px;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 767px) {
  .idol_sec_04 dl dt {
    padding-left: 0;
  }
}
.idol_sec_04 dl dd {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.75;
  padding-left: 16px;
}
.idol_sec_04 dl dd + dt {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .idol_sec_04 dl dd {
    padding-left: 0;
  }
  .idol_sec_04 dl dd .slash {
    display: none;
  }
}
.idol_sec_04 dl dd address {
  margin-top: 1em;
}
.idol_sec_04 dl dd .list_kome li {
  text-indent: -1em;
  padding-left: 1em;
}
.idol_sec_04 dl dd .list_kome li:before {
  content: "※";
}

.idol_sec_05 h2 {
  text-align: center;
  font-size: 37px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .idol_sec_05 h2 {
    font-size: 30px;
  }
}
.idol_sec_05 h2:after {
  content: attr(data-en);
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 0.5em;
}
.idol_sec_05 dl {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 55px;
}
.idol_sec_05 dl dt {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 1.44em;
  background-color: #1d1931;
}
.idol_sec_05 dl dd {
  background-color: #fff;
  color: #000;
  padding: 50px 5% 60px;
  font-size: 15px;
  letter-spacing: 0.1em;
}
.idol_sec_05 dl dd h3 {
  text-indent: -1em;
  padding-left: 1em;
}
.idol_sec_05 dl dd h3:before {
  content: "■";
}
@media screen and (max-width: 767px) {
  .idol_sec_05 dl dd p {
    padding-left: 1em;
  }
}
.idol_sec_05 dl dd p + h3 {
  margin-top: 2em;
}