@charset "UTF-8";
/**
 * _init.scss
 */
/* reset
--------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  border: none;
}

/* img */
img,
div, p, blockquote,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
form, fieldset, textarea,
address,
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  text-decoration: none;
  list-style-type: none;
}

/* html5 */
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* heading */
h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
}

/* table */
table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
  vertical-align: top;
}

caption {
  text-align: left;
}

/* a */
a, a:focus, a:hover, a:active {
  outline: none;
}

/* form */
input, input:focus, input:hover, input:active,
textarea, textarea:focus, textarea:hover, textarea:active {
  outline: none;
}

/* img */
img {
  vertical-align: top;
}

/* utility
--------------------------------------------------*/
/* clearfix */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.mainVisual {
  overflow: hidden;
  background: url(../imgs/top/gif-load.gif) no-repeat center center, #fff;
}
.preload .mainVisual *,
body.preload .mainVisual::before,
body.preload .mainVisual::after {
  opacity: 0;
}
.preload .mainVisual * {
  transition: 0.3s ease;
}
.preload .mainVisual {
  height: 42.96875vw;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .preload .mainVisual {
    height: 440px;
  }
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.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;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}

#swipebox-slider::after {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 999;
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-slider .slide-loading {
  background: url(../imgs/common/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  display: none;
  bottom: -50px;
}

#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../imgs/common/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  right: 0;
/*  top: 50%;
  right: 50%;
  -webkit-transform: translate(650%, -608%);
  -ms-transform: translate(650%, -608%);
  transform: translate(650%, -608%);*/
  background-image: url(../imgs/common/icon_close.png);
  position: absolute;
  z-index: 9999;
  width: 80px;
  height: 80px;
  background-position: center;
  background-color: #000;
}
@media screen and (max-height: 640px) {
  #swipebox-close {
    position: fixed;
    top: auto;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 649px) {
  #swipebox-close {
    right: 0;
  }
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@media screen and (min-width: 800px) {
  #swipebox-close {
    /* right: 10px; */
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}

/* Skin
--------------------------*/
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.8);
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

/**
 * _common.scss
 */
/* html, body
--------------------------------------------------*/
html {
  font-size: 10px;
}

body {
  color: #111111;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, -apple-system, blinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.72;
  -webkit-text-size-adjust: 100%;
}
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

@media only screen and (max-width: 1023px) {
  html {
    font-size: 0.98vw;
  }
}

@media only screen and (max-width: 639px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.2rem;
    line-height: 1.84;
  }
}

/* style
--------------------------------------------------*/
/* a */
a {
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transition-property: color, border-color, background;
  transition-property: color, border-color, background;
  color: #111111;
  text-decoration: underline;
}

html.notouch a:hover {
  color: #e4030a;
  text-decoration: none;
}

a.ov-hilight {
  display: block;
  background: #ffffff;
}

a.ov-hilight img {
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

html.notouch a.ov-hilight:hover img {
  opacity: 0.75;
}

a.arw-link {
  display: inline-block;
  position: relative;
  padding-left: 1.5rem;
  text-decoration: none;
}

a.arw-link:before {
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-right: #111111 solid 1px;
  border-bottom: #111111 solid 1px;
}

html.notouch a.arw-link:hover:before {
  border-right-color: #e4030a;
  border-bottom-color: #e4030a;
}

a.btn-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  min-width: 17rem;
  padding: 0.9rem 0.5rem;
  border: #333333 solid 1px;
  border-radius: 0.3rem;
  background: #333333;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

html.notouch a.btn-link:hover {
  border-color: #cfcfcf;
  background: #ffffff;
  color: #e4030a;
}

a.btn-link.-small {
  min-width: 13rem;
  padding: 0.5rem;
  font-size: 1.4rem;
}

@media only screen and (max-width: 639px) {
  a.arw-link {
    min-width: 13.7rem;
    padding: 0.4rem 0;
    border-bottom: #000000 solid 2px;
    border-radius: 3px;
    background: #444444;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
  }
  a.arw-link:before {
    display: none;
  }
  a.btn-link {
    min-width: 14rem;
    padding: 0.8rem 0.5rem;
    font-size: 1.2rem;
  }
  a.btn-link.-small {
    min-width: 14rem;
    padding: 0.8rem 0.5rem;
    font-size: 1.2rem;
  }
}

/* hidden */
.pc-hidden,
.pctb-hidden {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .pc-hidden {
    display: block;
  }
  br.pc-hidden {
    display: inline-block;
  }
  .tbsp-hidden {
    display: none;
  }
}

@media only screen and (max-width: 639px) {
  .sp-hidden {
    display: none;
  }
  .pctb-hidden {
    display: block;
  }
  br.pctb-hidden {
    display: inline-block;
  }
}

/* inlineblock */
.inlineblock {
  display: inline-block;
}

/* content
--------------------------------------------------*/
/* wrapper */
#wrapper {
  overflow: hidden;
  padding-top: 103px;
}

@media only screen and (max-width: 1023px) {
  #wrapper {
    padding-top: 0;
  }
}

/* content */
.content {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}

.content img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 639px) {
  .content {
    padding-bottom: 60px;
  }
}

/* breadcrumbs */
.breadcrumbs {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  zoom: 1;
  padding-top: 1rem;
  padding-bottom: 5rem;
  font-size: 1rem;
  line-height: 1.3;
}

.breadcrumbs:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.breadcrumbs > li {
  float: left;
}

.breadcrumbs > li:after {
  content: '>';
  padding: 0 1rem;
}

.breadcrumbs > li:last-child {
  overflow: hidden;
  float: none;
}

.breadcrumbs > li:last-child:after {
  display: none;
}

@media only screen and (max-width: 639px) {
  .breadcrumbs {
    padding-top: 0.8rem;
    padding-bottom: 2.5rem;
  }
}

/* section */
.section {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.section .right {
  text-align: right;
}

/* mod-image */
.mod-image__img {
  background: #ffffff;
  overflow: hidden;
  text-align: center;
}

.mod-image__img.adjust {
  background: none;
}

.mod-image__img img {
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

html.notouch a:hover .mod-image__img img {
  opacity: 0.75;
}

.mod-image__img a.ov-hilight {
  display: inline;
}

.mod-image__caption {
  margin-top: 0.5rem;
  color: #666666;
  font-size: 1rem;
  line-height: 1.2;
}

#top .mod-image__caption {
	text-align : left;
}

/* mod-sns */
.mod-sns {
  display: table;
}

.mod-sns > li {
  display: table-cell;
  vertical-align: top;
}

.mod-sns > li a {
  display: block;
  overflow: hidden;
  text-indent: -5260px;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  text-decoration: none;
}

.mod-sns > li a:before, .mod-sns > li a:after {
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.mod-sns > li a:before {
  border-radius: 4px;
  background: #ffffff;
}

.mod-sns > li a:after {
  border-radius: 3px;
}

html.notouch .mod-sns > li a:hover:after {
  opacity: 0.75;
}

.mod-sns > li a.facebook:after {
  background-image: url(../imgs/common/facebook.png);
}

.mod-sns > li a.twitter:after {
  background-image: url(../imgs/common/twitter.png);
}

.mod-sns > li a.instagram:after {
  background-image: url(../imgs/common/instagram.png);
}

/* mod-tab */
.mod-tab {
  position: relative;
  padding-bottom: 1px;
}

.mod-tab:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e4030a;
}

.mod-tab__list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  table-layout: fixed;
  margin: 0 auto;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}

.mod-tab__list > .tab {
  display: table-cell;
  vertical-align: top;
}

.mod-tab__list > .tab + .tab {
  padding-left: 2.4rem;
}

.mod-tab__list > .tab a {
  display: block;
  width: 33.4rem;
  padding: 1.4rem 0;
  border-radius: 0.6rem 0.6rem 0 0;
  background: #b8b8b8;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

.mod-tab__list > .tab.is-current a,
html.notouch .mod-tab__list > .tab a:hover {
  background: #e4030a;
  color: #ffffff;
}

@media only screen and (max-width: 639px) {
  .mod-tab {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .mod-tab__list {
    width: 100%;
    padding: 0 2rem;
    font-size: 1.7rem;
  }
  .mod-tab__list > .tab + .tab {
    padding-left: 1rem;
  }
  .mod-tab__list > .tab a {
    width: auto;
    padding: 1.2rem 0 1.1rem;
    border-radius: 0.5rem 0.5rem 0 0;
  }
}

/* mod-nextprev */
.mod-nextprev {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.mod-nextprev > li {
  display: table-cell;
  padding: 1rem 0;
  vertical-align: top;
}

.mod-nextprev > li a {
  display: inline-block;
  position: relative;
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
  border: #cfcfcf solid 1px;
  border-radius: 0.3rem;
  color: #111111;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.mod-nextprev > li a:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  width: 1rem;
  height: 1rem;
  border-bottom: #e4030a solid 1px;
}

html.notouch .mod-nextprev > li a:hover {
  color: #e4030a;
}

.mod-nextprev__prev a {
  padding-right: 1.4rem;
  padding-left: 2.8rem;
}

.mod-nextprev__prev a:after {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 1rem;
  border-left: #e4030a solid 1px;
}

.mod-nextprev__next {
  text-align: right;
}

.mod-nextprev__next a {
  padding-right: 2.8rem;
  padding-left: 1.4rem;
}

.mod-nextprev__next a:after {
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 1rem;
  border-right: #e4030a solid 1px;
}

@media only screen and (max-width: 639px) {
  .mod-nextprev > li a {
    font-size: 1.2rem;
  }
  .mod-nextprev > li a:after {
    width: 0.8rem;
    height: 0.8rem;
  }
  .mod-nextprev__prev a {
    padding-right: 1rem;
    padding-left: 2rem;
  }
  .mod-nextprev__prev a:after {
    left: 0.5rem;
  }
  .mod-nextprev__next a {
    padding-right: 2rem;
    padding-left: 1rem;
  }
  .mod-nextprev__next a:after {
    right: 0.5rem;
  }
}

/* mod-schedule */
.mod-schedule__carousel {
  overflow: hidden;
  height: 8.7rem;
}

.mod-schedule__carousel.slick-slider {
  overflow: visible;
  height: auto;
}

.mod-schedule__carousel.slick-slider .item {
  width: auto;
}

.mod-schedule__carousel .slick-list {
  z-index: 1;
  padding: 0 3.6rem;
}

.mod-schedule__carousel .item {
  position: relative;
  float: left;
  width: 10rem;
  padding-top: 2px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  outline: 0;
}

.mod-schedule__carousel .item.none {
  cursor: default;
}

.mod-schedule__carousel .item.none .item__date {
  background: #aaa;
}

.mod-schedule__carousel .item__date {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 8.5rem;
  margin-right: 1px;
  padding-top: 1.5rem;
  background: #222222;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.mod-schedule__carousel .item__date .week {
  display: block;
  margin-top: 0.5rem;
}

.mod-schedule__carousel .item__date.holiday .week {
  color: #ea3536;
}

.mod-schedule__carousel .item__date.saturday .week {
  color: #628ee0;
}

.mod-schedule__carousel .item__date .label {
  display: block;
  margin: 0.5rem 0.5rem 0;
  padding: 0.2rem 0 0.1rem;
  background: #cccccc;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
}

.mod-schedule__carousel .item__date .label.serviceday {
  background: #2f69d5;
}

.mod-schedule__carousel .item__date .label.ladiesday {
  background: #ea3568;
}

.mod-schedule__carousel .item.is-current:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 1px;
  left: 0;
  height: 2px;
  background: #e4030a;
}

.mod-schedule__carousel .item.is-current .item__date {
  background: #ffffff;
  color: #333333;
}

.mod-schedule__carousel .carousel-prev,
.mod-schedule__carousel .carousel-next {
  display: block;
  overflow: hidden;
  text-indent: -5260px;
  position: absolute;
  top: 0.8rem;
  bottom: 0.8rem;
  z-index: 2;
  width: 2.8rem;
  background: rgba(204, 204, 204, 0.95);
  text-decoration: none;
}

.mod-schedule__carousel .carousel-prev i,
.mod-schedule__carousel .carousel-next i {
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1.8rem;
  margin: -0.9rem 0 0 -0.5rem;
}

.mod-schedule__carousel .carousel-prev i:after,
.mod-schedule__carousel .carousel-next i:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  width: 1rem;
  height: 1rem;
  border-bottom: #000000 solid 1px;
}

html.notouch .mod-schedule__carousel .carousel-prev:hover i, html.notouch
.mod-schedule__carousel .carousel-next:hover i {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.mod-schedule__carousel .carousel-prev {
  left: 0;
}

.mod-schedule__carousel .carousel-prev i:after {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0;
  border-left: #000000 solid 1px;
}

.mod-schedule__carousel .carousel-next {
  right: 0;
}

.mod-schedule__carousel .carousel-next i:after {
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 0;
  border-right: #000000 solid 1px;
}

html.notouch .mod-schedule__carousel .carousel-next:hover:after {
  -webkit-transform: rotate(-45deg) scale(1.5);
          transform: rotate(-45deg) scale(1.5);
}

.mod-schedule__content {
  background: #ffffff;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}

.mod-schedule__openclose {
  display: none;
}

.mod-schedule__body {
  display: none;
}

.mod-schedule__body.is-current {
  display: block;
}

.mod-schedule__body .schedule-item {
  padding: 3rem;
}

.mod-schedule__body .schedule-item__dropdown {
  margin: 0 2rem;
  padding: 2rem 0;
  border-top: #888888 solid 1px;
}

.mod-schedule__body .schedule-item__dropdown:nth-of-type(1) {
  border-top: none;
}

.mod-schedule__body .schedule-item__dropdown .schedule-item__ttl,
.mod-schedule__body .schedule-item__dropdown .schedule-item__txt {
  float: right;
  width: 66.3%;
}

.mod-schedule__body .schedule-item__ttl {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.mod-schedule__body .schedule-item__ttl a {
  text-decoration: none;
}

.mod-schedule__body .schedule-item__img {
  float: left;
  width: 30.94%;
  text-align: center;
}

.mod-schedule__body .schedule-item__img a.ov-hilight {
  display: inline;
}

.mod-schedule__body .schedule-item__caption {
  color: #333333;
  font-size: 1.2rem;
  line-height: 1.67;
}

.mod-schedule__body .schedule-item__info {
  zoom: 1;
  margin-top: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
}

.mod-schedule__body .schedule-item__info:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.mod-schedule__body .schedule-item__info li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 12rem;
}

.mod-schedule__body .schedule-item__info li + li {
  margin-left: 1rem;
}

.mod-schedule__body .schedule-item__info li.time {
  padding: 0.4rem 0;
  border: #5a5a5a solid 1px;
  text-align: center;
}
.mod-schedule__body .schedule-item__info li.rating {
  padding: 0.4rem 0;
  border: #5a5a5a solid 1px;
  text-align: center;
  width: 5rem;
}

.mod-schedule__body .schedule-item__info li.mvtk {
  padding: 0.5rem 0 0.5rem 7.5rem;
  background: #f5c51e url(../imgs/common/icon_mvtk.jpg) no-repeat 0.3rem center;
  background-size: 7rem;
  color: #e72010;
}

.mod-schedule__body .schedule-item__info li.mvtk span {
  display: none;
}

.mod-schedule__body .schedule-item__btn {
  margin-top: 2rem;
}

.mod-schedule__body .schedule-item__screen {
  zoom: 1;
  clear: both;
  margin: 0 -0.2rem;
  padding-top: 2rem;
}

.mod-schedule__body .schedule-item__screen:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.mod-schedule__body .schedule-item__screen .screen {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 16.66%;
  padding: 3.6rem 0.2rem 0;
  font-weight: 700;
  line-height: 1;
}

.mod-schedule__body .schedule-item__screen .screen a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  height: 10.2rem;
  padding-top: 2rem;
  background: #f1f1f1;
  color: #111111 !important;
  text-align: center;
  text-decoration: none;
}

html.notouch .mod-schedule__body .schedule-item__screen .screen a[href]:hover {
  background: #d1d1d1;
}

.mod-schedule__body .schedule-item__screen .screen__time {
  font-size: 1.8rem;
}

.mod-schedule__body .schedule-item__screen .screen__time .end {
  display: block;
  margin-top: 0.5rem;
  color: #666666;
  font-size: 1.3rem;
}

.mod-schedule__body .schedule-item__screen .screen__time .label {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.4rem 0 0.3rem;
  background: #8c8c8c;
  color: #ffffff;
  font-size: 1rem;
}

.mod-schedule__body .schedule-item__screen .screen__num {
  position: absolute;
  top: -1.5rem;
  left: 0;
  font-size: 1.1rem;
}

.mod-schedule__body .schedule-item__screen .screen.__plusone .screen__num {
  top: -2.6rem;
}

@media screen and (min-width: 640px) {
  .mod-schedule__body .schedule-item__screen .screen.__plusone .screen__num span {
    display: block;
    width: 5.5rem;
  }
}

@media screen and (max-width: 639px) {
  .mod-schedule__body .schedule-item__screen .screen.__plusone .screen__num span {
    white-space: normal;
    padding: 0.4rem 1.3rem 0.3rem;
  }
}

@media screen and (max-width: 374px) {
  .mod-schedule__body .schedule-item__screen .screen.__plusone .screen__num span {
    padding: 0.4rem 0.8rem 0.3rem;
  }
}

.mod-schedule__body .schedule-item__screen .screen__seat {
  display: table;
  padding: 1rem 0 1rem 0rem;
  margin: 0 auto;
/*  background: url(../imgs/common/icon_circle.svg) no-repeat left center;*/
  background-size: 1.2rem auto;
  color: #2f69d5;
  font-size: 1.3rem;
}

.mod-schedule__body .schedule-item__screen .screen.is-finish .screen__time,
.mod-schedule__body .schedule-item__screen .screen.is-finish .screen__time .end,
.mod-schedule__body .schedule-item__screen .screen.is-finish .screen__seat {
  color: #aaaaaa !important;
}

.mod-schedule__body .schedule-item__screen .screen.is-finish .screen__seat {
  padding-left: 0;
  background: none;
}

.mod-schedule__body .schedule-item__screen .screen.is-few .screen__seat {
/*  background-image: url(../imgs/common/icon_triangle.svg);*/
  color: #e50618;
}

.mod-schedule__body .schedule-item__attention {
  margin-top: 3rem;
  color: #dc0303;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.84;
}

@media only screen and (max-width: 639px) {
  .mod-schedule {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .mod-schedule__carousel {
    height: 7.8rem;
  }
  .mod-schedule__carousel .slick-list {
    padding: 0 4rem;
  }
  .mod-schedule__carousel .item {
    width: auto;
    padding-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .mod-schedule__carousel .item__date {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 9.3rem;
    height: 7.8rem;
    padding-top: 1rem;
  }
  .mod-schedule__carousel .item__date .label {
    margin: 0.5rem 0.3rem 0;
    padding: 0.2rem 0;
  }
  .mod-schedule__carousel .item.is-current:before {
    height: 3px;
  }
  .mod-schedule__carousel .carousel-prev,
  .mod-schedule__carousel .carousel-next {
    top: 0;
    bottom: 0;
    width: 4rem;
  }
  .mod-schedule__carousel .carousel-prev i:after,
  .mod-schedule__carousel .carousel-next i:after {
    width: 1.2rem;
    height: 1.2rem;
  }
  .mod-schedule__content {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .mod-schedule__openclose {
    display: block;
    padding: 1.5rem 1rem;
  }
  .mod-schedule__openclose a {
    display: table;
    position: relative;
    margin-left: auto;
    padding: 0.5rem 3rem 0.4rem 1rem;
    border: #cfcfcf solid 1px;
    border-radius: 0.3rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
  }
  .mod-schedule__openclose a:before, .mod-schedule__openclose a:after {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: '';
    display: block;
    position: absolute;
    bottom: 50%;
    right: 1.5rem;
    width: 0.8rem;
    height: 0.8rem;
    border-right: #e4030a solid 1px;
    border-bottom: #e4030a solid 1px;
  }
  .mod-schedule__openclose a:before {
    margin-bottom: -0.1rem;
  }
  .mod-schedule__openclose a:after {
    margin-bottom: -0.5rem;
  }
  .mod-schedule__openclose a.close {
    display: none;
  }
  .mod-schedule__openclose a.close:before, .mod-schedule__openclose a.close:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .mod-schedule__openclose a.close:before {
    margin-bottom: 0.5rem;
  }
  .mod-schedule__openclose a.close:after {
    margin-bottom: 0.1rem;
  }
  .mod-schedule__body.is-allopen .mod-schedule__openclose a.open {
    display: none;
  }
  .mod-schedule__body.is-allopen .mod-schedule__openclose a.close {
    display: table;
  }
  .mod-schedule__body .schedule-item {
    padding: 2rem;
  }
  .mod-schedule__body .schedule-item__dropdown {
    margin: 0;
    padding: 0;
  }
  .mod-schedule__body .schedule-item__dropdown:nth-of-type(1) {
    border-top: #888888 solid 1px;
  }
  .mod-schedule__body .schedule-item__dropdown:last-child {
    border-bottom: #888888 solid 1px;
  }
  .mod-schedule__body .schedule-item__dropdown .schedule-item__ttl,
  .mod-schedule__body .schedule-item__dropdown .schedule-item__txt {
    float: none;
    width: auto;
  }
  .mod-schedule__body .schedule-item__dropdown .schedule-item__ttl {
    position: relative;
    margin-bottom: 0;
    padding: 2.4rem 5rem 2.4rem 2rem;
    cursor: pointer;
  }
  .mod-schedule__body .schedule-item__dropdown .schedule-item__ttl:before, .mod-schedule__body .schedule-item__dropdown .schedule-item__ttl:after {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: '';
    display: block;
    position: absolute;
    bottom: 50%;
    right: 2.5rem;
    width: 1rem;
    height: 1rem;
    border-right: #e4030a solid 1px;
    border-bottom: #e4030a solid 1px;
  }
  .mod-schedule__body .schedule-item__dropdown .schedule-item__ttl:before {
    margin-bottom: -0.8rem;
  }
  .mod-schedule__body .schedule-item__dropdown .schedule-item__ttl:after {
    margin-bottom: -0.2rem;
  }
  .mod-schedule__body .schedule-item__dropdown > dd {
    display: none;
    padding: 2rem;
    background: #f2f2f2;
  }
  .mod-schedule__body .schedule-item__dropdown .schedule-item__screen {
    padding-top: 0;
    padding-bottom: 0;
  }
  .mod-schedule__body .schedule-item__dropdown.is-open .schedule-item__ttl:before, .mod-schedule__body .schedule-item__dropdown.is-open .schedule-item__ttl:after {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .mod-schedule__body .schedule-item__dropdown.is-open .schedule-item__ttl:before {
    margin-bottom: 0.2rem;
  }
  .mod-schedule__body .schedule-item__dropdown.is-open .schedule-item__ttl:after {
    margin-bottom: 0.8rem;
  }
  .mod-schedule__body .schedule-item__dropdown.is-open > dd {
    display: block;
  }
  .mod-schedule__body .schedule-item__ttl {
    font-size: 1.4rem;
    line-height: 1.43;
  }
  .mod-schedule__body .schedule-item__img {
    display: none;
  }
    .mod-schedule__body .schedule-item__info {
    font-size: 1.2rem;
    letter-spacing: -0.4em;
  }
  .mod-schedule__body .schedule-item__info li {
    width: 12rem;
    display: inline-block;
    float: none;
    letter-spacing: normal;
  }
  .mod-schedule__body .schedule-item__info li.time {
    padding: 0.5rem 0;
  }
  .mod-schedule__body .schedule-item__info li.rating {
    padding: 0.5rem 0;
  }
  .mod-schedule__body .schedule-item__info li.mvtk {
    padding: 0.6rem 0 0.6rem 7.5rem;
    float: none;
    clear: both;
    display: block;
    margin-top: 1rem;
    margin-left: 0;
  }
  .mod-schedule__body .schedule-item__info li.mvtk span {
    display: none;
  }
  .mod-schedule__body .schedule-item__btn {
    margin-top: 1.5rem;
  }
  .mod-schedule__body .schedule-item__screen {
    margin: 3rem -2rem 0;
    padding: 2rem;
    background: #f2f2f2;
  }
  .mod-schedule__body .schedule-item__screen .screen {
    float: none;
    width: auto;
    padding: 0;
  }
  .mod-schedule__body .schedule-item__screen .screen + .screen {
    margin-top: 1rem;
  }
  .mod-schedule__body .schedule-item__screen .screen a {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: table;
    width: 100%;
    height: 5rem;
    padding-top: 0;
    border-bottom: #dddddd solid 2px;
    border-radius: 3px;
    background: #ffffff;
    text-align: left;
  }
  html.notouch .mod-schedule__body .schedule-item__screen .screen a[href]:hover {
    background: #ffffff;
  }
  .mod-schedule__body .schedule-item__screen .screen__time {
    display: table-cell;
    width: 36%;/*width: 40%;*/
    padding-left: 4.48%;
    vertical-align: middle;
    white-space: nowrap;
  }
  .mod-schedule__body .schedule-item__screen .screen__time .from {
    color: #b2b2b2;
  }
  .mod-schedule__body .schedule-item__screen .screen__time .end {
    display: inline;
    margin-top: 0;
    color: #b2b2b2;
    font-size: 1.2rem;
  }
  .mod-schedule__body .schedule-item__screen .screen__time .label {
    display: table;
    position: static;
    width: auto;
    margin-top: 0.5rem;
    padding: 0.2rem 0.5rem 0.1rem;
  }
  .mod-schedule__body .schedule-item__screen .screen__num {
    display: table-cell;
    position: static;
    color: #777777;
    vertical-align: middle;
    white-space: nowrap;
  }
  .mod-schedule__body .schedule-item__screen .screen__num span {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    width: 8.8rem;
    border: #777777 solid 1px;
    padding: 0.4rem 0 0.3rem;
    text-align: center;
  }
  .mod-schedule__body .schedule-item__screen .screen__seat {
    display: table-cell;
    width: 28%;
    padding: 0 0 0 1.5rem;
    margin: 0;
    /*background: url(../imgs/common/icon_circle.svg) no-repeat left center;*/
    background-size: 1.2rem auto;
    color: #2f69d5;
    font-size: 1.2rem;
    vertical-align: middle;
    white-space: nowrap;
  }
  .mod-schedule__body .schedule-item__screen .screen.is-finish .screen__time {
    opacity: 0.35;
    color: #111111 !important;
  }
  .mod-schedule__body .schedule-item__screen .screen.is-finish .screen__time .from,
  .mod-schedule__body .schedule-item__screen .screen.is-finish .screen__time .end {
    color: #b2b2b2 !important;
  }
  .mod-schedule__body .schedule-item__screen .screen.is-finish .screen__num {
    opacity: 0.35;
  }
  .mod-schedule__body .schedule-item__screen .screen.is-finish .screen__seat {
    padding-left: 1.5rem;
    color: #6a6969 !important;
  }
}

@media only screen and (max-width: 374px) {
  .mod-schedule__body .schedule-item__screen .screen__time {
    font-size: 1.6rem;
    width: 38%;
    padding-left: 0.5rem;
  }
  .mod-schedule__body .schedule-item__screen .screen__num span {
    width: 7.5rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .mod-schedule__body .schedule-item__screen .screen__seat {
    width: 7rem;
  }
}

/* modal */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.modal__container {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 20px;
}

.modal__content {
  max-width: 390px;
  margin: 0 auto;
  padding: 40px;
  background: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.47;
  text-align: left;
}

.modal__content .mod-btngroup {
  margin-top: 40px;
}

.modal__content .mod-btngroup::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

.modal__content .mod-btngroup li {
  float: right;
  width: 49.16%;
}

.modal__content .mod-btngroup li + li {
  float: left;
}

.modal__content .mod-btngroup .mod-btn {
  padding-bottom: 6px;
}

.modal__content .mod-btngroup .mod-btn a,
.modal__content .mod-btngroup .mod-btn button {
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  max-width: 390px;
  height: 45px;
  margin: 0 auto;
  padding: 0;
  border: #cccccc solid 2px;
  border-radius: 6px;
  background: #ffffff;
  color: #333333;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, -apple-system, blinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.34;
  text-decoration: none;
  -webkit-box-shadow: 0 6px 0px #cccccc;
          box-shadow: 0 6px 0px #cccccc;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html.notouch .modal__content .mod-btngroup .mod-btn a:hover, html.notouch
.modal__content .mod-btngroup .mod-btn button:hover {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  color: #ffffff;
  border-color: #cccccc;
  background: #cccccc;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.modal__content .mod-btngroup .mod-btn__inner {
  display: table;
  width: 100%;
  height: 100%;
}

.modal__content .mod-btngroup .mod-btn__txt {
  display: table-cell;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}

.modal__content .mod-btngroup .mod-btn.-primary a,
.modal__content .mod-btngroup .mod-btn.-primary button {
  border-color: #ff7108;
  background: #ff7108;
  color: #ffffff;
  -webkit-box-shadow: 0 6px 0px #aa3000;
          box-shadow: 0 6px 0px #aa3000;
}

html.notouch .modal__content .mod-btngroup .mod-btn.-primary a:hover, html.notouch
.modal__content .mod-btngroup .mod-btn.-primary button:hover {
  color: #ff7108;
  border-color: #ff7108;
  background: #ffffff;
}

.modal__message > dt {
  margin-bottom: 20px;
  font-size: 20px;
}

.modal__message > dt.icon {
  padding: 2px 0 2px 40px;
  background: url(../imgs/common/icon_attention.png) no-repeat left top;
  background-size: 33px auto;
}

.modal__message .caption {
  display: block;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.modal__message > dd {
  display: table;
}

.modal__message > dd .icon {
  display: table-cell;
  padding: 45px 5px 0;
  background: url(../imgs/common/icon_attention.png) no-repeat center top;
  background-size: 40px auto;
  color: #ea3536;
  font-size: 14px;
  white-space: nowrap;
  vertical-align: top;
}

.modal__message > dd .text {
  display: table-cell;
  padding-left: 10px;
  vertical-align: top;
}

.modal__message > dd .text .label {
  display: block;
  margin-bottom: 10px;
  padding: 4px 5px 3px;
  background: #ea3536;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}

@media only screen and (max-width: 639px) {
  .modal__container {
    padding: 0 10px;
  }
  .modal__content {
    padding: 20px;
    font-size: 13px;
  }
  .modal__content .mod-btngroup {
    margin-top: 20px;
  }
  .modal__content .mod-btngroup .mod-btn {
    padding-bottom: 3px;
  }
  .modal__content .mod-btngroup .mod-btn a,
  .modal__content .mod-btngroup .mod-btn button {
    width: 100%;
    max-width: none;
    height: 45px;
    border-width: 1px;
    font-size: 16px;
    -webkit-box-shadow: 0 3px 0px #cccccc;
            box-shadow: 0 3px 0px #cccccc;
  }
  html.notouch .modal__content .mod-btngroup .mod-btn a:hover, html.notouch
  .modal__content .mod-btngroup .mod-btn button:hover {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  .modal__content .mod-btngroup .mod-btn__txt {
    display: table-cell;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
  }
  .modal__content .mod-btngroup .mod-btn.-primary a,
  .modal__content .mod-btngroup .mod-btn.-primary button {
    height: 45px;
    -webkit-box-shadow: 0 3px 0px #aa3000;
            box-shadow: 0 3px 0px #aa3000;
  }
  .modal__message > dt {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .modal__message > dt.icon {
    padding: 3px 0 3px 40px;
  }
  .modal__message .caption {
    font-size: 10px;
  }
  .modal__message > dd .icon {
    font-size: 12px;
  }
  .modal__message > dd .text .label {
    margin-bottom: 5px;
    padding: 2px;
    font-size: 14px;
  }
}

.temp-ttl {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid #3b7ac2;
  color: #fff;
}

.temp-ttl span {
  background: #3b7ac2;
  display: inline-block;
  padding: 2px 5px;
  margin-bottom: 30px;
  margin-left: 15px;
}

.temp > div,
.temp > table {
  margin-bottom: 40px;
}

.temp .mod-tab {
  margin-bottom: auto;
}

.mod-text__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (max-width: 639px) {
  .mod-text__ttl {
    font-size: 1.4rem;
  }
}

.mod-text__txt {
  font-size: 1.4rem;
  line-height: 1.6666666;
}

@media screen and (max-width: 639px) {
  .mod-text__txt {
    font-size: 1.2rem;
  }
}

.mod-text__txt .hilight {
  color: #e4030a;
}

.mod-text__txt + .mod-text__frame {
  margin-top: 3rem;
}

@media screen and (max-width: 639px) {
  .mod-text__txt + .mod-text__frame {
    margin-top: 2rem;
  }
}

.mod-text__txt p, .mod-text__txt li {
  line-height: 1.9;
}

.mod-text__txt li {
  padding-left: 1.2em;
  position: relative;
}

.mod-text__txt li.square::before {
  content: '■';
  position: absolute;
  top: 0;
  left: 0;
}

.mod-text__txt .pcap {
  display: block;
  font-size: 1.2rem;
  color: #555555;
}

@media screen and (max-width: 639px) {
  .mod-text__txt .pcap {
    font-size: 1rem;
  }
}

.mod-text__frame {
  background: #f3f3f3;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  padding: 30px;
}

@media screen and (max-width: 639px) {
  .mod-text__frame {
    padding: 15px;
  }
}

.mod-text__frame .mod-text__txt {
  font-size: 1.2rem;
}

@media screen and (max-width: 639px) {
  .mod-text__frame .mod-text__txt {
    font-size: 1rem;
  }
}

.mod-text__cap {
  font-size: 1.2rem;
  font-weight: 100;
}

@media screen and (max-width: 639px) {
  .mod-text__cap {
    font-size: 1rem;
  }
}

.mod-text__cap .hilight {
  color: #e4030a;
}

.mod-text__image {
  margin-top: 40px;
  text-align: left;
}

@media screen and (max-width: 639px) {
  .mod-text__image {
    margin-top: 20px;
  }
}

.mod-text__image img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.h-ttl + .h-ttl {
  margin-top: auto;
}

.h-ttl + .mod-text__image {
  margin-top: auto;
}

.h1-ttl__A {
  font-size: 3rem;
  margin-bottom: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 639px) {
  .h1-ttl__A {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

.h1-ttl__A:first-child {
  margin-top: auto;
}

.h2-ttl__A {
  font-size: 1.8rem;
  margin: 3rem 0 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e4030a;
  font-weight: 700;
  line-height: 1.39;
}

@media screen and (max-width: 639px) {
  .h2-ttl__A {
    font-size: 1.5rem;
  }
}

.h2-ttl__A:first-child {
  margin-top: auto;
}

.h2-ttl__A span.ttlCap {
  font-size: 1rem;
  display: block;
  color: #333333;
}

.h2-ttl__A.__notext {
  margin-bottom: 2rem;
}

@media screen and (max-width: 639px) {
  .h2-ttl__A.__top {
    margin-top: 3.5rem;
  }
}

.h2-ttl__B {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

@media screen and (max-width: 639px) {
  .h2-ttl__B {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e4030a;
  }
}

.h2-ttl__B:first-child {
  margin-top: auto;
}

.h2-ttl__B .en {
  display: block;
  margin-top: 1rem;
  color: #e4030a;
  font-family: "Myriad Pro","游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,-apple-system,blinkMacSystemFont,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

@media screen and (max-width: 639px) {
  .h2-ttl__B .en {
    display: none;
  }
}

.h3-ttl__A {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 0.5rem;
  color: #e4030a;
}

.h3-ttl__A span {
  font-size: 1.6rem;
  font-weight: 400;
}

.h3-ttl__A.__black {
  color: #333;
}

@media screen and (max-width: 639px) {
  .h3-ttl__A {
    margin-top: 1rem;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }
  .h3-ttl__A span {
    font-size: 1.2rem;
    font-weight: 400;
  }
}

.h3-ttl__A:first-child {
  margin-top: auto;
}

.h4-ttl__A {
  font-size: 1.6rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

@media screen and (max-width: 639px) {
  .h4-ttl__A {
    font-size: 1.2rem;
  }
}

.h4-ttl__A:first-child {
  margin-top: auto;
}

.mod-table {
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  width: 100%;
}

.mod-table th {
  width: 130px;
  color: #fff;
  background: #888888;
  text-align: center;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  padding: 1rem;
  vertical-align: middle;
}

.mod-table th.start {
  background: #e4030a;
}

@media screen and (max-width: 639px) {
  .mod-table th {
    font-size: 1rem;
    padding: 1rem 1.5rem;
    width: 110px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.mod-table th:last-child {
  border-bottom: 1px solid #e7e7e7;
}

.mod-table td {
  padding: 1rem 2rem;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  vertical-align: middle;
}

@media screen and (max-width: 639px) {
  .mod-table td {
    font-size: 1rem;
    padding: 1rem 1.5rem;
  }
}

.mod-table02 {
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  width: 100%;
}

.mod-table02 th, .mod-table02 td {
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  vertical-align: middle;
  padding: 1rem 1.5rem;
}

.mod-table02 th {
  background: #888;
  color: #fff;
}

.mod-table02 td span.list {
  display: none;
}

.mod-table02 td .mod-dropdown {
  display: none;
}

.mod-table02 td a {
  color: #e4030a;
}

.mod-table02 td[colspan="7"] {
  text-align: left;
}

@media screen and (max-width: 639px) {
  .mod-table02 {
    /* border-top: none;
		border-left: none;
		tr {
			display: block;
			+ tr {
				margin-top: 2.5rem;
			}
		}
		th {
			display: none;
		}
		td {
			border-left: 1px solid #e7e7e7;
			display: table;
			width: 100%;
			text-align: left;
			box-sizing: border-box;
			&:first-child,
			&:last-child {
				border-left: none;
				border-right: none;
			}
			&:last-child {
				border-bottom: none;
			}
			.mod-dropdown {
				display: block;
			}
			.mod-modal__btn {
				display: none;
			}
			span {
				display: table-cell;
				vertical-align: middle;
				padding: 1rem 1.5rem;
				box-sizing: border-box;
				&.list {
					display: table-cell;
					text-align: center;
					background: #888;
					color: #fff;
					width: 115px;
					font-size: 1rem;
				}
				&.cont {
					font-size: 1rem;
				}
			}
			&.number {
				a {
					pointer-events: none;
					color: $main_color;
					text-decoration: none;
				}
			}
		} */
  }
  .mod-table02 th,
  .mod-table02 td {
    font-size: 1rem !important;
    /* width: 20%; */
    padding: 0.5rem 5px;
  }
  .mod-table02 th .h3-ttl__A,
  .mod-table02 td .h3-ttl__A {
    font-size: 1rem !important;
  }
  .mod-table02 br.sp {
    display: block;
  }
}

.section.tab {
  padding-left: 0;
  padding-right: 0;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.section + .section {
  margin-top: 5rem;
}

.mod-tab02 {
  padding: 0 10px;
  position: relative;
  text-align: center;
  margin-bottom: 5rem;
}

@media screen and (max-width: 639px) {
  .mod-tab02 {
    margin-bottom: 2.5rem;
  }
}

.mod-tab02 br.sp {
  display: block;
}

@media screen and (max-width: 639px) {
  .mod-tab02 br.sp {
    display: block;
  }
}

.mod-tab02::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e4030a;
}

.mod-tab02 a {
  text-decoration: none;
  height: 62px;
}

@media screen and (max-width: 639px) {
  .mod-tab02 a {
    height: 52px;
  }
}

.mod-tab__inner {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mod-tab__inner > div {
  display: inline-block;
  width: 60%;
  vertical-align: bottom;
}

.mod-tab__inner > div.mod-tab__upper {
  position: relative;
}

@media screen and (max-width: 639px) {
  .mod-tab__inner > div.mod-tab__upper::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: -10px;
    width: calc(100% + 20px);
    height: 2px;
    background: #e4030a;
  }
}

.mod-tab__inner > div > ul > li {
  width: 32%;
}

.mod-tab__inner > div > ul > li + li {
  margin-left: 2%;
}

.mod-tab__inner > div + div {
  width: 38.8%;
  margin-left: 1.2%;
}

.mod-tab__inner > div + div > ul > li {
  width: 48.451612903%;
  margin-right: auto;
}

.mod-tab__inner > div + div > ul > li + li {
  margin-left: 3.096774194%;
}

.mod-tab__inner > div > ul > li {
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
  border-radius: 7px 7px 0 0 / 7px 7px 0 0;
}

.mod-tab__inner > div > ul > li a {
  display: table;
  font-size: 1.8rem;
  color: #fff;
  padding: 1rem 0;
  background: #b8b8b8;
  line-height: 1.2;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 639px) {
  .mod-tab__inner > div > ul > li a {
    font-size: 1.4rem;
  }
}

.mod-tab__inner > div > ul > li a.active, .mod-tab__inner > div > ul > li a:hover {
  background: #e4030a;
  color: #fff;
}

.mod-tab__inner > div > ul > li a span {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 639px) {
  .mod-tab__inner > div {
    display: block;
    width: 100%;
  }
  .mod-tab__inner > div + div {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-top: 1.5rem;
  }
  .mod-tab__inner > div + div > ul > li {
    width: 32%;
  }
  .mod-tab__inner > div + div > ul > li + li {
    margin-left: 2%;
  }
}

.mod-tab03 {
  padding: 0 10px;
  position: relative;
  text-align: center;
  margin-bottom: 5rem;
}

@media screen and (max-width: 639px) {
  .mod-tab03 {
    margin-bottom: 2.5rem;
  }
}

.mod-tab03 br.sp {
  display: block;
}

@media screen and (max-width: 639px) {
  .mod-tab03 br.sp {
    display: block;
  }
}

.mod-tab03::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e4030a;
}

.mod-tab03 a {
  text-decoration: none;
  height: 62px;
}

@media screen and (max-width: 639px) {
  .mod-tab03 a {
    height: 52px;
  }
}

.mod-tab03 .mod-tab__inner {
  max-width: 750px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mod-tab03 .mod-tab__inner > div {
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}

.mod-tab03 .mod-tab__inner > div.mod-tab__upper {
  position: relative;
}

@media screen and (max-width: 639px) {
  .mod-tab03 .mod-tab__inner > div.mod-tab__upper::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: -10px;
    width: calc(100% + 20px);
    height: 2px;
    background: #e4030a;
  }
}

.mod-tab03 .mod-tab__inner > div > ul > li {
  width: 24%;
}

.mod-tab03 .mod-tab__inner > div > ul > li + li {
  margin-left: 1.333333333%;
}

.mod-tab03 .mod-tab__inner > div > ul > li {
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
  border-radius: 7px 7px 0 0 / 7px 7px 0 0;
}

.mod-tab03 .mod-tab__inner > div > ul > li a {
  display: table;
  font-size: 1.8rem;
  color: #fff;
  padding: 1rem 0;
  background: #b8b8b8;
  line-height: 1.2;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 639px) {
  .mod-tab03 .mod-tab__inner > div > ul > li a {
    font-size: 1.4rem;
  }
}

.mod-tab03 .mod-tab__inner > div > ul > li a.active, .mod-tab03 .mod-tab__inner > div > ul > li a:hover {
  background: #e4030a;
  color: #fff;
}

.mod-tab03 .mod-tab__inner > div > ul > li a span {
  display: table-cell;
  vertical-align: middle;
}

.mod-tab03 .mod-tab__inner > div > ul > li a span .sp {
  display: none;
}

@media screen and (max-width: 639px) {
  .mod-tab03 .mod-tab__inner > div > ul > li a span .sp {
    display: block;
  }
}

@media screen and (max-width: 639px) {
  .mod-tab03 .mod-tab__inner > div {
    display: block;
    width: 100%;
  }
  .mod-tab03 .mod-tab__inner > div + div {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-top: 1.5rem;
  }
  .mod-tab03 .mod-tab__inner > div + div > ul > li {
    width: 32%;
  }
  .mod-tab03 .mod-tab__inner > div + div > ul > li + li {
    margin-left: 2%;
  }
}

html.notouch .mod-linkBtn a:hover {
  background: #fff;
  border: 2px solid #c9c9c9;
}

.mod-linkBtn a {
  background: #333333;
  border: 2px solid #333333;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  line-height: 1;
  display: block;
  text-align: center;
}

.mod-linkBtn__A {
  max-width: 170px;
  width: 100%;
  font-size: 1.6rem;
}

.mod-linkBtn__A a {
  padding: 1rem;
}

@media screen and (max-width: 639px) {
  .mod-linkBtn__A {
    font-size: 1.2rem;
    width: 130px;
  }
}

.mod-linkBtn__B {
  max-width: 130px;
  width: 100%;
  font-size: 1.4rem;
}

.mod-linkBtn__B a {
  padding: 0.7rem;
}

@media screen and (max-width: 639px) {
  .mod-linkBtn__B {
    font-size: 1rem;
    width: 110px;
  }
}

.mod-linkBtn__C {
  font-size: 1.6rem;
  width: 100%;
  max-width: 350px;
}

@media screen and (max-width: 639px) {
  .mod-linkBtn__C {
    margin-left: auto;
    margin-right: auto;
  }
}

.mod-linkBtn__C a {
  padding: 2rem;
}

@media screen and (max-width: 639px) {
  .mod-linkBtn__C a {
    padding: 1.4rem;
    font-size: 1.4rem;
  }
}

.mod-linkBtn__D {
  font-size: 1.6rem;
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 639px) {
  .mod-linkBtn__D {
    margin-left: auto;
    margin-right: auto;
  }
}

.mod-linkBtn__D a {
  padding: 2rem;
}

@media screen and (max-width: 639px) {
  .mod-linkBtn__D a {
    padding: 1.4rem;
    font-size: 1.4rem;
  }
}

.mod-linkBtn__E {
  font-size: 1.6rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 639px) {
  .mod-linkBtn__E {
    margin-left: auto;
    margin-right: auto;
  }
}

.mod-linkBtn__E a {
  padding: 1rem;
}

@media screen and (max-width: 639px) {
  .mod-linkBtn__E a {
    padding: 0.7rem;
    font-size: 1.2rem;
  }
}

.mod-linkBtn__F {
  font-size: 1.6rem;
  width: 100%;
}

@media screen and (max-width: 639px) {
  .mod-linkBtn__F {
    margin-left: auto;
    margin-right: auto;
  }
}

.mod-linkBtn__F a {
  padding: 0.8rem;
  line-height: 1.4;
}

@media screen and (max-width: 639px) {
  .mod-linkBtn__F a {
    padding: 0.5rem;
    font-size: 1.2rem;
  }
}

.mod-news ul > li {
  border-bottom: 1px solid #e7e7e7;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
}

.mod-news ul > li td {
  vertical-align: top;
}

.mod-news ul > li .mod-news__inner__date {
  width: 120px;
}

.mod-news__wrap {
  max-width: 1024px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 639px) {
  .mod-news__wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.mod-news__wrap .section {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 1024px) {
  .mod-news__wrap .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.mod-news__wrap + .mod-news__wrap {
  border-top: none;
}

.mod-news__wrap .mod-text__txt a {
  color: #0033cc;
}

.mod-clm {
  letter-spacing: -0.4em;
}

.mod-clm__text {
  margin-top: 1rem;
}

.mod-clm > div {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

.mod-clm > div + div {
  margin-left: 2.34375%;
}

.mod-clm .mod-clm > div + div {
  margin-left: 4.6875%;
}

@media screen and (max-width: 639px) {
  .mod-clm .mod-clm > div + div {
    margin-left: 2.34375%;
  }
}

.mod-clm .mod-clm.__clm2 > div {
  width: 47.65625%;
}

@media screen and (max-width: 639px) {
  .mod-clm .mod-clm.__clm2 > div {
    width: 48.828125%;
  }
}

.mod-clm.__clm1 > div {
  display: block;
}

.mod-clm.__clm1 > div + div {
  margin-left: auto;
  margin-top: 2.34375%;
}

.mod-clm.__clm2 > div {
  width: 48.828125%;
}

.mod-clm.__clm2 > div .mod-text__image {
  margin-top: auto;
}

.mod-clm.__clm2 > div + div:nth-child(2n+1) {
  margin-left: auto;
}

.mod-clm.__clm2 > div + div:nth-child(n+3) {
  margin-top: 2.34375%;
}

@media screen and (max-width: 639px) {
  .mod-clm.__clm2.__break > div {
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .mod-clm.__clm2.__break > div + div {
    margin-left: auto;
    margin-top: 2.34375%;
  }
}

.mod-clm.__clm2.__float .fl {
  float: left;
}

@media screen and (max-width: 639px) {
  .mod-clm.__clm2.__float .fl {
    float: none;
  }
}

.mod-clm.__clm2.__float .fr {
  float: right;
}

@media screen and (max-width: 639px) {
  .mod-clm.__clm2.__float .fr {
    float: none;
  }
}

@media screen and (max-width: 639px) {
  .mod-clm.__clm2.__float > div {
    width: 100%;
  }
}

.mod-clm.__clm2.__float > div .mod-text__image {
  margin-top: auto;
}

@media screen and (max-width: 639px) {
  .mod-clm.__clm2.__float > div .mod-text__image {
    margin-top: 2rem;
  }
}

.mod-clm.__clm2.__float > div + div {
  margin-left: auto;
}

.mod-clm.__clm2.__table {
  display: table;
  width: 100%;
}

.mod-clm.__clm2.__table > div {
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 639px) {
  .mod-clm.__clm2.__table > div {
    display: block;
  }
}

.mod-clm.__clm2.__table > div.table__icon {
  width: 160px;
}

@media screen and (max-width: 639px) {
  .mod-clm.__clm2.__table > div.table__icon {
    width: 100%;
  }
}

.mod-clm.__clm2.__table > div.table__text {
  width: calc(100% - 160px);
  padding-left: 2.34375%;
}

@media screen and (max-width: 639px) {
  .mod-clm.__clm2.__table > div.table__text {
    width: 100%;
    padding-left: 0;
    margin-left: auto;
    margin-top: 1rem;
  }
}

.mod-clm.__clm3 > div {
  width: 31.77083%;
}

.mod-clm.__clm3 > div + div:nth-child(3n+1) {
  margin-left: auto;
}

.mod-clm.__clm3 > div + div:nth-child(n+4) {
  margin-top: 2.34375%;
}

@media screen and (max-width: 639px) {
  .mod-clm.__clm3 > div {
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .mod-clm.__clm3 > div + div {
    margin-left: auto;
    margin-top: 2.5rem;
  }
}

.mod-clm.__clm3 > div.__long {
  width: 65.88541%;
}

@media screen and (max-width: 639px) {
  .mod-clm.__clm3 > div.__long {
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .mod-clm.__clm3.__half > div {
    width: 48.828125%;
  }
  .mod-clm.__clm3.__half > div + div {
    margin-left: 2.34375%;
  }
  .mod-clm.__clm3.__half > div + div:nth-child(2) {
    margin-top: auto;
  }
  .mod-clm.__clm3.__half > div + div:nth-child(2n+1) {
    margin-left: auto;
  }
}

@media screen and (min-width: 640px) and (max-width: 959px) {
  .mod-clm.__clm3.__half02 > div {
    width: 48.828125%;
  }
  .mod-clm.__clm3.__half02 > div + div:nth-child(3n+1) {
    margin-left: 2.34375%;
  }
  .mod-clm.__clm3.__half02 > div + div:nth-child(2n+1) {
    margin-left: auto;
  }
  .mod-clm.__clm3.__half02 > div + div:nth-child(n+3) {
    margin-top: 2.34375%;
  }
}

.mod-clm.__clm4 > div {
  width: 23.2421875%;
}

@media screen and (max-width: 639px) {
  .mod-clm.__clm4 > div {
    width: 48.828125%;
  }
}

.mod-clm.__clm4 > div + div:nth-child(4n+1) {
  margin-left: auto;
}

.mod-clm.__clm4 > div + div:nth-child(n+5) {
  margin-top: 2.34375%;
}

@media screen and (max-width: 639px) {
  .mod-clm.__clm4 > div + div:nth-child(2n+1) {
    margin-left: auto;
  }
  .mod-clm.__clm4 > div + div:nth-child(n+3) {
    margin-top: 2.34375%;
  }
}

@media screen and (max-width: 639px) {
  .tab + .food, .tab + .chara, .tab + .discount, .tab + .wheelchair, .tab + .caution {
    margin-top: 3rem;
  }
}

.food {
  padding-left: 1rem;
  padding-right: 1rem;
}

.food .mod-clm {
  margin-bottom: 4rem;
}

@media screen and (max-width: 639px) {
  .food .mod-clm {
    margin-bottom: 2rem;
  }
}

.food .mod-clm > div {
  border: 1px solid #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.food .theater__carousel {
  position: relative;
}

.food .theater__carousel img {
  outline: 0;
}

.food .theater__carousel .btn_prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9999;
  width: 40px;
  height: 250px;
  background: rgba(0, 0, 0, 0.75);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-radius: 0 5px 5px 0 / 0 5px 5px 0;
}

@media screen and (max-width: 639px) {
  .food .theater__carousel .btn_prev {
    height: 100%;
    border-radius: 0;
    width: 30px;
  }
}

.food .theater__carousel .btn_prev:hover {
  opacity: 0.6;
}

.food .theater__carousel .btn_prev::after {
  content: '';
  width: 15px;
  height: 15px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-30%, -50%) rotate(45deg);
          transform: translate(-30%, -50%) rotate(45deg);
}

@media screen and (max-width: 639px) {
  .food .theater__carousel .btn_prev::after {
    width: 10px;
    height: 10px;
  }
}

.food .theater__carousel .btn_next {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9999;
  width: 40px;
  height: 250px;
  background: rgba(0, 0, 0, 0.75);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-radius: 5px 0 0 5px / 5px 0 0 5px;
}

@media screen and (max-width: 639px) {
  .food .theater__carousel .btn_next {
    height: 100%;
    border-radius: 0;
    width: 30px;
  }
}

.food .theater__carousel .btn_next:hover {
  opacity: 0.6;
}

.food .theater__carousel .btn_next::after {
  content: '';
  width: 15px;
  height: 15px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-80%, -50%) rotate(45deg);
          transform: translate(-80%, -50%) rotate(45deg);
}

@media screen and (max-width: 639px) {
  .food .theater__carousel .btn_next::after {
    width: 10px;
    height: 10px;
  }
}

.theater__carousel {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 639px) {
  .theater__carousel {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.chara .mod-clm {
  margin-top: 4rem;
}

@media screen and (max-width: 639px) {
  .chara .mod-clm {
    margin-top: 2rem;
  }
}

.about .mod-text__image.left {
  text-align: left;
}

.about .mod-text__image.left img {
  width: 16rem;
  max-width: 100%;
  height: auto;
}

.about .mod-text__image + .h-ttl {
  margin-top: 1.25rem;
}

.about + .about {
  margin-top: 6rem;
}

@media screen and (max-width: 639px) {
  .about + .about {
    margin-top: 4rem;
  }
}

.about.tab + .about {
  margin-top: 5rem;
}

@media screen and (max-width: 639px) {
  .about.tab + .about {
    margin-top: auto;
  }
}

.about .mod-text__txt + .mod-linkBtn__C {
  margin-top: 1.25rem;
}

.about .mod-text__txt + .mod-clm.__clm2 {
  margin: 1.25rem auto;
}

.about .mod-text__txt + .mod-text__image {
  margin-top: 1.25rem;
}

.about.auto .mod-clm.__clm2.__table > div {
  width: auto;
  padding-left: 2.390438247%;
}

.about.auto .mod-clm.__clm2.__table > div.table_image {
  width: 19.123505976%;
  padding-left: 0;
}

@media screen and (max-width: 639px) {
  .about.auto .mod-clm.__clm2.__table > div {
    display: table-cell;
  }
  .about.auto .mod-clm.__clm2.__table > div.table_image {
    width: 27.042253521%;
    padding-left: 0;
  }
}

.theater .shield {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 0;
  right: 10px;
  display: none;
  z-index: 99999;
}

.theater #slider {
  width: 100%;
  margin: 0 auto 2rem;
}

.theater .slide-item img {
  width: 100%;
}

.theater #thumbnail-list {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.theater .thumbnail-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border: 2px solid #e3e3e3;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.theater .thumbnail-item img {
  opacity: 0.5;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.theater .thumbnail-item.thumbnail-current {
  border: 2px solid #e4030a;
}

.theater .thumbnail-item.thumbnail-current img {
  opacity: 1;
}

.theater .thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}

.theater .mod-text__image {
  text-align: center;
}

.theater .mod-text__image:first-child {
  margin-top: auto;
}

.theater .mod-text__image .image.__frame {
  display: inline-block;
  border: 1px solid #e3e3e3;
}

.theater .section .sectionInner + .sectionInner {
  margin-top: 6.5rem;
}

@media screen and (max-width: 639px) {
  .theater .section .sectionInner + .sectionInner {
    margin-top: 3rem;
  }
}

.theater .section.tab + section {
  margin-top: 5rem;
}

@media screen and (max-width: 639px) {
  .theater .section.tab + section {
    margin-top: auto;
  }
}

.theater.screen .mod-theater__btnArea {
  margin-top: 1.5rem;
}

.theater.screen .mod-theater__btnArea .mod-dropdown {
  display: none;
  margin-top: auto;
}

@media screen and (max-width: 639px) {
  .theater.screen .mod-theater__btnArea {
    margin-top: 1.5rem;
  }
  .theater.screen .mod-theater__btnArea .mod-dropdown {
    display: block;
  }
  .theater.screen .mod-theater__btnArea .mod-modal__btn {
    display: none;
  }
}

.theater.screen.content .mod-table img {
  width: 80px;
}

.theater.screen .swipebox-arrows {
  display: none;
}

.theater.screen table th.sp {
  display: none;
}

.theater.screen table .sp {
  display: none;
}

@media screen and (max-width: 639px) {
  .theater.screen table .sp {
    /* display: block; */
  }
}

.theater.screen table br.sp {
  display: none;
}

@media screen and (max-width: 639px) {
  .theater.screen table br.sp {
    display: block;
  }
}

.price .h2-ttl__A .mod-text__cap {
  margin-left: 1rem;
}

@media screen and (max-width: 639px) {
  .price .h2-ttl__A .mod-text__cap {
    margin-left: auto;
    display: block;
  }
}

.price .mod-floatBox {
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.price .mod-floatBox .mod-linkBtn {
  margin-top: 3rem !important;
}

@media screen and (max-width: 639px) {
  .price .mod-floatBox .mod-linkBtn {
    margin-top: 1.5rem !important;
  }
}

@media screen and (max-width: 639px) {
  .price .mod-floatBox.__last {
    padding-bottom: 0;
  }
}

.price .mod-floatBox .mod-text__txt .hilight span {
  font-weight: 700;
  font-size: 2rem;
}

@media screen and (max-width: 639px) {
  .price .mod-floatBox .mod-text__txt .hilight span {
    font-size: 1.4rem;
  }
}

.price .mod-floatBox .fl {
  float: left;
}

.price .mod-floatBox .fl .mod-text__txt {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}

@media screen and (max-width: 639px) {
  .price .mod-floatBox .fl .mod-text__txt {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

.price .mod-floatBox .fr {
  float: right;
}

.price .mod-floatBox + .mod-floatBox {
  padding-top: 0.6rem;
  border-top: 1px solid #e7e7e7;
}

.price .mod-floatBox .clear {
  clear: both;
  padding-left: 1.3em;
  position: relative;
}

.price .mod-floatBox .clear::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 639px) {
  .price .mod-floatBox {
    padding-bottom: 1rem;
  }
  .price .mod-floatBox + .mod-floatBox {
    padding-top: 0.7rem;
  }
}

.price .mod-clm.__clm2.__break div + div {
  margin-top: auto;
}

.price .mod-clm.__clm2.__break div + div .mod-floatBox:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 639px) {
  .price .mod-clm.__clm2.__break div + div .mod-floatBox {
    padding-top: 1rem;
    border-top: 1px solid #e7e7e7;
  }
}

.price .section + .section {
  margin-top: 6.5rem;
}

@media screen and (max-width: 639px) {
  .price .section + .section {
    margin-top: 3.5rem;
  }
}

.price .section.tab + .section {
  margin-top: 5rem;
}

@media screen and (max-width: 639px) {
  .price .section.tab + .section {
    margin-top: auto;
  }
}

.price .mod-linkBtn__C {
  margin-top: 3rem;
}

@media screen and (max-width: 639px) {
  .price .mod-linkBtn__C {
    margin-top: 1.5rem;
  }
}

.discount .h1-ttl__A {
  margin-bottom: auto;
}

.discount .mod-table + .mod-text__cap {
  margin-top: 1.5rem;
}

@media screen and (max-width: 639px) {
  .discount .mod-table + .mod-text__cap {
    margin-top: 0.5rem;
  }
}

.discount .mod-table.__application {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 639px) {
  .discount .mod-table.__application {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.discount .mod-table.__application p + p {
  margin-top: 1.5rem;
}

.discount .mod-table.__application .udl {
  color: #e4030a;
}

.discount .mod-text__cap + .mod-text__txt {
  margin-top: 1.5rem;
}

@media screen and (max-width: 639px) {
  .discount .mod-text__cap + .mod-text__txt {
    margin-top: 0.5rem;
  }
}

.discount .mod-text__txt.__cautionTtl {
  margin-top: 1.5rem;
}

.discount .mod-text__txt li.num {
  padding-left: 1.5em;
  position: relative;
}

.discount .mod-text__txt li.num::after {
  position: absolute;
  top: 0;
  left: 0;
}

.discount .mod-text__txt li.num.num01::after {
  content: '(1)';
}

.discount .mod-text__txt li.num.num02::after {
  content: '(2)';
}

.discount .mod-text__txt li.num.num03::after {
  content: '(3)';
}

.discount .mod-text__txt li.num.num04::after {
  content: '(4)';
}

.discount ul.caution li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 1.2rem;
}

.discount ul.caution li::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.discount ul.caution li + li {
  margin-top: 0.25rem;
}

.wheelchair .mod-text__txt + .mod-table {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 639px) {
  .wheelchair .mod-text__txt + .mod-table {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

.wheelchair .mod-text__txt + .mod-table th {
  width: 180px;
  text-align: left;
}

@media screen and (max-width: 639px) {
  .wheelchair .mod-text__txt + .mod-table th {
    width: 151px;
  }
}

.wheelchair .mod-text__txt + .mod-text__txt {
  margin-top: 2rem;
}

@media screen and (max-width: 639px) {
  .wheelchair .mod-text__txt + .mod-text__txt {
    margin-top: 1em;
  }
}

.wheelchair .mod-text__txt + .mod-text__cap {
  margin-top: 0.5rem;
}

.wheelchair .mod-text__image {
  text-align: center;
  margin: 2.5rem;
}

.wheelchair .mod-text__cap + .mod-table {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 639px) {
  .wheelchair .mod-text__cap + .mod-table {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}

.wheelchair .mod-text__cap + .mod-text__txt {
  margin-top: 1.5rem;
}

.wheelchair .h1-ttl__A {
  margin-bottom: 0;
}

@media screen and (max-width: 639px) {
  .wheelchair .h1-ttl__A {
    margin-bottom: 0;
  }
}

.caution .mod-clm.__clm2 > div {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 2.34375%;
}

.caution .mod-clm.__clm2 > div:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

@media screen and (min-width: 640px) {
  .caution .mod-clm.__clm2 > div.low {
    border-bottom: none;
  }
}

.caution .mod-clm.__clm2.__table {
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.caution .mod-clm.__clm2.__table > div {
  border-bottom: none;
  padding-bottom: 0;
}

@media screen and (max-width: 639px) {
  .caution .mod-clm.__clm2.__table > div {
    display: table-cell;
  }
}

.caution .mod-clm.__clm2.__table > div.table__icon {
  width: 94px;
}

@media screen and (max-width: 639px) {
  .caution .mod-clm.__clm2.__table > div.table__icon {
    width: 94px;
  }
}

.caution .mod-clm.__clm2.__table > div.table__text {
  width: calc(100% - 94px);
  padding-left: 2.34375%;
}

@media screen and (max-width: 639px) {
  .caution .mod-clm.__clm2.__table > div.table__text {
    width: calc(100% - 94px);
    padding-left: 2.34375%;
    margin-left: auto;
    margin-top: 1rem;
  }
}

.information .mod-text__txt {
  margin-bottom: 40px;
}

.access + .shield {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 0;
  right: 10px;
  display: none;
  z-index: 999;
}

.access .anchor {
  text-align: center;
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.access .anchor li {
  display: inline-block;
  vertical-align: top;
  width: 33.3333333333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}

.access .anchor li:nth-child(1) {
  border-left: 1px solid #cfcfcf;
}

.access .anchor li:nth-child(2) {
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}

.access .anchor li:nth-child(3) {
  border-right: 1px solid #cfcfcf;
}

.access .anchor li a {
  text-decoration: none;
  display: block;
  position: relative;
  padding: 10px 0 20px;
}

.access .anchor li a::after {
  content: '';
  width: 10px;
  height: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #e4030a;
  border-bottom: 1px solid #e4030a;
  position: absolute;
  left: 50%;
  bottom: 5px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.access .anchor li a span {
  display: inline-block;
  line-height: 1.5;
}

@media screen and (max-width: 639px) {
  .access .anchor li a span {
    display: block;
  }
}

.access.section .sectionInner + .sectionInner {
  margin-top: 5rem;
}

@media screen and (max-width: 639px) {
  .access.section .sectionInner + .sectionInner {
    margin-top: 3rem;
  }
}

.access.section .sectionInner.num01 .mod-text__txt + .mod-text__image {
  margin-top: 1.5rem;
}

.access.section .sectionInner.num01 .mod-text__image {
  margin-top: 0;
  text-align: center;
  position: relative;
  border: 1px solid #e3e3e3;
}

.access.section .sectionInner.num01 .mod-text__image .acap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
}

.access.section .sectionInner.num01 .mod-text__image + .mod-clm {
  margin-top: 2rem;
}

.access.section .sectionInner.num01 .mod-text__cap {
  margin-top: 1rem;
}

.access.section .sectionInner.num01 .mod-clm + .mod-table {
  margin-top: 3rem;
}

.access.section .sectionInner.num01 .mod-clm + .mod-table .cap {
  font-size: 1.2rem;
}

.access.section .sectionInner.num01 .mod-clm + .mod-table .cap .hilight {
  color: #e4030a;
}

.access.section .sectionInner.num01 .mod-clm + .mod-clm {
  margin-top: 1.5rem;
}

.access.section .sectionInner.num01 .mod-clm.__break + .mod-clm.__clm2.__break {
  margin-top: 1.5rem;
}

@media screen and (max-width: 639px) {
  .access.section .sectionInner.num01 .mod-clm.__break + .mod-clm.__clm2.__break {
    margin-top: 1rem;
  }
}

.access.section .sectionInner.num01 .mod-table + .mod-text__cap {
  margin-top: 1rem;
}

.access.section .sectionInner.num01 .mod-linkBtn {
  margin: 2rem auto;
}

.access.section .sectionInner.num01 .mod-text__cap + .mod-text__txt {
  margin-top: 1rem;
}

.access.section .sectionInner .mod-clm + .mod-clm {
  margin-top: 3rem;
}

.access.section .sectionInner .mod-clm.__break + .mod-clm.__break {
  margin-top: 3rem;
}

@media screen and (max-width: 639px) {
  .access.section .sectionInner .mod-clm.__break + .mod-clm.__break {
    margin-top: 1rem;
  }
}

.access #images02 + .mod-text__txt {
  margin-top: 1rem;
}

.access #images01,
.access #images02 {
  position: relative;
}

.access #images01 li,
.access #images02 li {
  position: absolute;
  -webkit-transition: ease .5s;
  transition: ease .5s;
  opacity: 0;
  z-index: 3;
  top: 0;
  width: 100%;
}

.access #images01 li.active,
.access #images02 li.active {
  opacity: 1;
}

.access #images01 li.img00,
.access #images02 li.active {
  position: static;
  z-index: 2;
}

.access #tab01 .btnAreaTab,
.access #tab02 .btnAreaTab {
  margin-top: 20px;
  background: #fce5d9;
  padding: 20px;
}

.access #tab01 .btnAreaTab li,
.access #tab02 .btnAreaTab li {
  cursor: pointer;
  display: table;
  float: left;
  width: 48.33333333%;
  background: #fff;
  font-size: 13px;
  text-align: center;
  margin-top: 20px;
  padding: 10px 0;
  border-radius: 3px;
  color: #cd0035;
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
}

.access #tab01 .btnAreaTab li:hover,
.access #tab01 .btnAreaTab li.active,
.access #tab02 .btnAreaTab li:hover,
.access #tab02 .btnAreaTab li.active {
  color: #fff;
  background: #cd0035;
}

.access #tab01 .btnAreaTab li:nth-child(2n),
.access #tab02 .btnAreaTab li:nth-child(2n) {
  margin-left: 3.333333%;
}

.access #tab01 .btnAreaTab li:nth-child(1),
.access #tab01 .btnAreaTab li:nth-child(2),
.access #tab02 .btnAreaTab li:nth-child(1),
.access #tab02 .btnAreaTab li:nth-child(2) {
  margin-top: 0;
}

.access #tab01 .btnAreaTab li span,
.access #tab02 .btnAreaTab li span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .access #tab01 .btnAreaTab li,
  .access #tab02 .btnAreaTab li {
    cursor: pointer;
    display: table;
    float: none;
    width: 100%;
    background: #fff;
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
    padding: 10px 0;
    border-radius: 3px;
    color: #cd0035;
    -webkit-transition: color 0.2s ease, background 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease;
  }
  .access #tab01 .btnAreaTab li:nth-child(2n),
  .access #tab02 .btnAreaTab li:nth-child(2n) {
    margin-left: 0%;
  }
  .access #tab01 .btnAreaTab li:nth-child(2),
  .access #tab02 .btnAreaTab li:nth-child(2) {
    margin-top: 10px;
  }
}

.access .btnAreaTab {
  border-radius: 5px;
  overflow: hidden;
  margin-top: 1.5rem;
}

.access .btnAreaTab.btn02 {
  margin-top: auto;
}

.access .btnAreaTab li {
  background: #b8b8b8;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  padding: 10px 10px;
  cursor: pointer;
}

.access .btnAreaTab li.active {
  background: #e4030a;
}

.access .btnAreaTab li + li {
  border-top: 1px solid #fff;
}

.access .result01 > li {
  border: 1px solid #e3e3e3;
}

.access .result02 .image {
  border: 1px solid #e3e3e3;
}

.access .result02 .text {
  margin-top: 1rem;
  font-size: 1.6rem;
}

@media screen and (max-width: 639px) {
  .access .result02 .text {
    font-size: 1.4rem;
  }
}

/* mod-dropdown */
.mod-dropdown {
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  margin-top: 30px;
  border: #bbbbbb solid 1px;
  border-radius: 6px;
  background: #eaeaea;
  color: #111111;
}

.mod-dropdown > dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  position: relative;
  width: 100%;
  height: 46px;
  padding: 0 64px 0 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.34;
  cursor: pointer;
}

.mod-dropdown > dt .txt {
  display: table-cell;
  vertical-align: middle;
}

.mod-dropdown > dt .arw {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  width: 12px;
  height: 100%;
}

.mod-dropdown > dt .arw:before, .mod-dropdown > dt .arw:after {
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  right: 50%;
  width: 10px;
  height: 10px;
  border-color: #333333;
  border-style: solid;
  border-width: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
}

.mod-dropdown > dt .arw:before {
  margin-bottom: -2px;
}

.mod-dropdown > dt .arw:after {
  margin-bottom: -7px;
}

.mod-dropdown > dd {
  display: none;
  padding: 0 20px 20px;
  font-size: 12px;
  line-height: 1.84;
}

.mod-dropdown__child {
  zoom: 1;
  padding-left: 40px;
}

.mod-dropdown__child:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.mod-dropdown__child > dl {
  float: left;
  width: 50%;
  margin-left: 40px;
}

.mod-dropdown__child > dl:first-child {
  margin-left: -40px;
}

.mod-dropdown__child > dl > dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  width: 100%;
  height: 40px;
  border-bottom: #bbbbbb solid 1px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.34;
}

.mod-dropdown__child > dl > dt .txt {
  display: table-cell;
  vertical-align: top;
}

.mod-dropdown__child > dl > dt .arw {
  display: none;
}

.mod-dropdown__child > dl > dd {
  padding-top: 15px;
}

html.notouch .mod-dropdown:hover {
  background: #f3f3f3;
}

.mod-dropdown.is-open {
  background: #f3f3f3;
}

.mod-dropdown.is-open > dt .arw {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.mod-dropdown.is-open > dd {
  display: block;
}

.mod-dropdown.-seat {
  margin: 40px 0 30px;
}

.mod-dropdown.-change {
  margin-bottom: 40px;
}

.mod-dropdown.-universal {
  border-color: #2d4c7c;
  background: #4069a7;
  color: #ffffff;
}

.mod-dropdown.-universal > dt .arw:before, .mod-dropdown.-universal > dt .arw:after {
  border-color: #ffffff;
}

.mod-dropdown.-universal > dd a {
  color: #ffffff;
  font-size: 14px;
}

html.notouch .mod-dropdown.-universal:hover, .mod-dropdown.-universal.is-open {
  border-color: #2d4c7c;
  background: #4069a7;
}

@media only screen and (max-width: 639px) {
  .mod-dropdown {
    margin-top: 20px;
  }
  .mod-dropdown + .mod-btn {
    margin-top: 40px;
  }
  .mod-dropdown > dt {
    height: 52px;
    padding: 0 30px;
    font-size: 14px;
    text-align: center;
  }
  .mod-dropdown > dd {
    line-height: 1.67;
  }
  .mod-dropdown__child {
    padding-left: 0;
  }
  .mod-dropdown__child > dl {
    float: none;
    width: auto;
    margin-left: 0;
    border-top: #bbbbbb solid 1px;
  }
  .mod-dropdown__child > dl:first-child {
    margin-left: 0;
  }
  .mod-dropdown__child > dl > dt {
    position: relative;
    height: 52px;
    padding-right: 44px;
    border-bottom: none;
    font-size: 12px;
    cursor: pointer;
  }
  .mod-dropdown__child > dl > dt .txt {
    vertical-align: middle;
  }
  .mod-dropdown__child > dl > dt .arw {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 100%;
  }
  .mod-dropdown__child > dl > dt .arw:before, .mod-dropdown__child > dl > dt .arw:after {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: '';
    display: block;
    position: absolute;
    bottom: 50%;
    right: 50%;
    width: 10px;
    height: 10px;
    border-color: #333333;
    border-style: solid;
    border-width: 0;
    border-right-width: 1px;
    border-bottom-width: 1px;
  }
  .mod-dropdown__child > dl > dt .arw:before {
    margin-bottom: -2px;
  }
  .mod-dropdown__child > dl > dt .arw:after {
    margin-bottom: -7px;
  }
  .mod-dropdown__child > dl > dd {
    display: none;
    padding: 10px 0 20px;
  }
  .mod-dropdown__child > dl:last-child dd {
    padding-bottom: 0;
  }
  .mod-dropdown__child > dl.is-open > dt .arw {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .mod-dropdown__child > dl.is-open > dd {
    display: block;
    border-top: #bbbbbb solid 1px;
  }
  .mod-dropdown.-seat {
    margin: 20px 0;
  }
  .mod-dropdown.-change {
    margin-bottom: 30px;
  }
}

.register .arrow img {
  width: 14px;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

@media screen and (max-width: 639px) {
  .register .mod-clm .mod-text__txt {
    padding-bottom: 14px;
  }
}

.register table.discount {
  width: 100%;
  table-layout: fixed;
}

.register table.discount td {
  padding: 0 0 10px;
}

.register table.discount td.date {
  width: 27%;
  padding-left: 1rem;
}

.register table.discount td.cont {
  width: 100%;
  padding-right: 1rem;
}

.register table.discount td.cont .mod-text__txt {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.register table.discount td > div {
  display: inline-block;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.register table.discount td > div + div {
  margin-left: 8.5%;
}

.register table.discount td .normal {
  /* width: 100px; */
}

.register table.discount td .arrow {
  /* width: 40px; */
}

.register table.discount td .newprice {
  /* width: 70px; */
  color: #e4030a;
}

.register table.discount td .newprice span {
  font-weight: 700;
  font-size: 1.8rem;
}

.register table.discount td .dwide {
  /* width: 64px; */
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.register table.discount td .dwide span {
  background: #e4030a;
  color: #fff;
  padding: 5px 3px;
}

@media screen and (max-width: 639px) {
  .register table.discount td.date {
    width: 6rem;
    padding-left: 1rem;
  }
  .register table.discount td > div + div {
    margin-left: 7.7%;
  }
}

@media screen and (max-width: 374px) {
  .register table.discount td.date {
    width: 6rem;
    padding-left: 1rem;
  }
  .register table.discount td > div + div {
    margin-left: 1.4%;
  }
}

.register table.discount tr + tr {
  border-top: 1px solid #e7e7e7;
}

.register table.discount tr + tr td {
  padding: 10px 0;
}

.register .mod-text__txt.__inner {
  padding-left: 1rem;
  padding-right: 1rem;
}

.register .mod-text__txt span.font-big {
  font-weight: 700;
  font-size: 1.8rem;
}

.register .section + .section {
  margin-top: 3rem;
}

.register .section + .section .mod-clm + .mod-text__txt {
  margin-top: 3rem;
}

.register .section + .section .mod-clm + .mod-text__txt + .mod-text__txt {
  margin-bottom: 2rem;
}

.register .section + .section .mod-text__cap + .mod-clm > div + div {
  margin-top: auto;
}

@media screen and (max-width: 639px) {
  .register .section + .section {
    margin-top: 1.5rem;
  }
  .register .section + .section .mod-clm + .mod-text__txt {
    margin-top: 1.5rem;
  }
}

.register .mod-dropdown ul li {
  padding-left: 1.1em;
  position: relative;
  list-style: none;
}

.register .mod-dropdown ul li::before {
  position: absolute;
  top: 0;
  left: 0;
}

.register .mod-dropdown ul.caution li::before {
  content: '※';
}

.register .mod-dropdown ul.caution.small {
  font-size: 1.0rem;
}

.register .mod-dropdown ul.num li:nth-child(1)::before {
  content: '1.';
}

.register .mod-dropdown ul.num li:nth-child(2)::before {
  content: '2.';
}

.register .mod-dropdown ul.num li:nth-child(3)::before {
  content: '3.';
}

.register .mod-dropdown ul.dot li::before {
  content: '・';
}

.register .mod-dropdown ul + ul {
  margin-top: 0.5rem;
}

.register .mod-dropdown .title {
  font-size: 1.3rem;
  margin-top: 1.2rem;
}

.register .mod-dropdown .mod-text__txt {
  font-size: 1.2rem;
}

.register .mod-dropdown .mod-linkBtn {
  margin-top: 1.5rem;
}

.register .h3-ttl__A span.font-big {
  display: inline;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 1rem;
  color: #e4030a;
  font-size: 2.3rem;
}

.mail .section .h2-ttl__A.ontab {
  margin-bottom: 1rem;
}

.mail .section > .mod-linkBtn {
  margin-top: 0.5rem;
}

.mail .section + .section {
  margin-top: 3rem;
}

@media screen and (max-width: 639px) {
  .mail .section + .section {
    margin-top: 2rem;
  }
}

.mail .section ul li {
  position: relative;
  padding-left: 1em;
}

.mail .section ul.dot li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.mail .section .mod-linkBtn + .mod-text__txt {
  margin-top: 0.5rem;
}

.mail .section .mod-text__txt + .mod-text__txt {
  margin: 0.6rem auto 1rem;
}

.mail .section .mod-archive__frame {
  height: 500px;
  overflow-y: scroll;
  background: #f3f3f3;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 4rem;
}

@media screen and (max-width: 639px) {
  .mail .section .mod-archive__frame {
    padding: 2rem;
    height: 300px;
  }
}

.mail .section .mod-archive__frame .titleArea {
  padding: 0 0 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #cccccc;
  font-size: 1.4rem;
}

@media screen and (max-width: 639px) {
  .mail .section .mod-archive__frame .titleArea {
    font-size: 1.2rem;
    padding: 0 0 1rem;
    margin-bottom: 1rem;
  }
}

.mail .section .mod-archive__frame .titleArea .title__date {
  color: #e4030a;
  margin-bottom: 1rem;
}

.mail .section .mod-archive__frame .titleArea .title__name {
  font-weight: bold;
}

.mail .section .mod-archive__frame .mod-text__txt p + p {
  margin-top: 1.5rem;
}

.mail .section .mod-archive__frame .autherArea {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #cccccc;
}

@media screen and (max-width: 639px) {
  .mail .section .mod-archive__frame .autherArea {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}

.mail .section .mod-archive__frame .autherArea .auther__name {
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.mail .section .mod-archive__frame .mod-linkBtn {
  margin-top: 3rem;
}

@media screen and (max-width: 639px) {
  .mail .section .mod-archive__frame .mod-linkBtn {
    margin-top: 1.5rem;
  }
}

.mail .section .mod-archive__frame + .mod-linkBtn {
  margin-top: 2.5rem;
}

.mail .section .js-tab > ul li {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  padding-left: 0;
}

.mail .section .js-tab > ul li.active, .mail .section .js-tab > ul li:hover {
  background: #f5e0e0;
}

.mail .section .js-tab_content {
  display: none;
}

.mail .section .js-tab_content.active {
  display: block;
}

br.sp {
  display: none;
}

@media screen and (max-width: 639px) {
  br.sp {
    display: block;
  }
}

.faq br.moresp {
  display: none;
}

@media screen and (max-width: 374px) {
  .faq br.moresp {
    display: block;
  }
}

.faq .sectionInner {
  margin-top: 3rem;
}

@media screen and (max-width: 639px) {
  .faq .sectionInner {
    margin-top: 2rem;
  }
}

.faq .sectionInner.__step {
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid #b3b3b3;
}

@media screen and (max-width: 639px) {
  .faq .sectionInner.__step {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}

.faq .sectionInner.__step.__phone {
  padding-top: 3rem;
}

@media screen and (max-width: 639px) {
  .faq .sectionInner.__step.__phone {
    padding-top: 3rem;
  }
}

.faq .sectionInner.__btn {
  margin-top: 5rem;
}

@media screen and (max-width: 639px) {
  .faq .sectionInner.__btn {
    margin-top: 3rem;
  }
}

.faq a#anchor00_2 {
  display: block;
  width: 0;
  height: 0;
}

.faq .section > .mod-dropdown {
  margin-top: 2rem;
}

.faq .section > .mod-dropdown:first-child {
  margin-top: auto;
}

@media screen and (max-width: 639px) {
  .faq .section > .mod-dropdown {
    margin-top: 2.34375%;
  }
}

@media screen and (max-width: 639px) {
  .faq .section > .mod-dropdown dt {
    padding: 0 30px 0 10px;
    text-align: left;
    font-size: 1.2rem;
  }
}

.faq .section > .mod-dropdown dd.long {
  padding-top: 1rem;
}

@media screen and (max-width: 639px) {
  .faq .section > .mod-dropdown dd.long {
    padding-top: 1rem;
  }
}

@media screen and (max-width: 374px) {
  .faq .section > .mod-dropdown dd.morelong {
    padding-top: 1rem;
  }
}

.faq .section > .mod-dropdown dd li {
  font-size: 1.4rem;
}

@media screen and (max-width: 639px) {
  .faq .section > .mod-dropdown dd li {
    font-size: 1.2rem;
  }
}

.faq .section .mod-clm {
  margin-top: 2rem;
}

@media screen and (max-width: 639px) {
  .faq .section .mod-clm {
    margin-top: 1rem;
  }
}

.faq .section .mod-clm.__clm2 > div + div:nth-child(n+3) {
  margin-top: 2rem;
}

@media screen and (max-width: 639px) {
  .faq .section .mod-clm.__clm2 > div + div:nth-child(n+3) {
    margin-top: 2.34375%;
  }
}

.faq .section .mod-clm + .mod-clm {
  margin-top: 3rem;
}

@media screen and (max-width: 639px) {
  .faq .section .mod-clm + .mod-clm {
    margin-top: 3rem;
  }
}

.faq .section .mod-clm + ul {
  margin-top: 2rem;
}

@media screen and (max-width: 639px) {
  .faq .section .mod-clm + ul {
    margin-top: 1rem;
  }
}

.faq .section ul li {
  position: relative;
  padding-left: 1.1em;
}

.faq .section ul li::before {
  position: absolute;
  top: 0;
  left: 0;
}

.faq .section ul.square li::before {
  content: '■';
}

.faq .section ul.caution li::before {
  content: '※';
}

.faq .section ul.dot li::before {
  content: '・';
}

.faq .section .mod-text__txt + ul,
.faq .section .mod-text__txt + .mod-text__txt {
  margin-top: 1rem;
}

.faq .section .mod-text__txt + .mod-text__cap {
  margin-top: 0.5rem;
}

.faq .section .mod-text__cap + .mod-text__txt {
  margin-top: 1rem;
}

.faq .section .imageFrame {
  border: 1px solid #e3e3e3;
  padding: 5px;
}

.faq .section .imageFrame + .imageFrame {
  margin-top: 3rem;
}

@media screen and (max-width: 639px) {
  .faq .section .imageFrame + .imageFrame {
    margin-top: 1.5rem;
  }
}

.faq .section .anchor {
  text-align: center;
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.faq .section .anchor li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  padding-left: 0;
}

@media screen and (max-width: 639px) {
  .faq .section .anchor li {
    width: 33.333333%;
  }
}

.faq .section .anchor li:nth-child(1) {
  border-left: 1px solid #cfcfcf;
}

.faq .section .anchor li:nth-child(2) {
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}

.faq .section .anchor li:nth-child(3) {
  border-right: 1px solid #cfcfcf;
}

.faq .section .anchor li:nth-child(4) {
  border-right: 1px solid #cfcfcf;
}

@media screen and (max-width: 639px) {
  .faq .section .anchor li:nth-child(4) {
    margin-top: 20px;
    border-left: 1px solid #cfcfcf;
  }
}

.faq .section .anchor li:nth-child(5) {
  margin-top: 20px;
  border-left: 1px solid #cfcfcf;
}

@media screen and (max-width: 639px) {
  .faq .section .anchor li:nth-child(5) {
    margin-top: 20px;
    border-left: none;
    border-right: 1px solid #cfcfcf;
  }
}

.faq .section .anchor li:nth-child(6) {
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  margin-top: 20px;
}

@media screen and (max-width: 639px) {
  .faq .section .anchor li:nth-child(6) {
    margin-top: 20px;
    border-left: none;
  }
}

.faq .section .anchor li:nth-child(7) {
  border-right: 1px solid #cfcfcf;
  margin-top: 20px;
}

@media screen and (max-width: 639px) {
  .faq .section .anchor li:nth-child(7) {
    border-left: 1px solid #cfcfcf;
    margin-top: 20px;
  }
}

.faq .section .anchor li:nth-child(8) {
  border-right: 1px solid #cfcfcf;
  margin-top: 20px;
}

@media screen and (max-width: 639px) {
  .faq .section .anchor li:nth-child(8) {
    margin-top: 20px;
  }
}

.faq .section .anchor li a {
  text-decoration: none;
  display: block;
  position: relative;
  padding: 10px 0 20px;
}

.faq .section .anchor li a::after {
  content: '';
  width: 10px;
  height: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #e4030a;
  border-bottom: 1px solid #e4030a;
  position: absolute;
  left: 50%;
  bottom: 5px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.faq .section .anchor li a.small span {
  padding-top: 3%;
}

@media screen and (max-width: 639px) {
  .faq .section .anchor li a.small span {
    padding-top: 0;
  }
}

@media screen and (max-width: 639px) {
  .faq .section .anchor li a.moresmall span {
    padding-top: 10px;
  }
}

@media screen and (max-width: 639px) {
  .faq .section .anchor li a br {
    display: none;
  }
}

.faq .section .anchor li a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
}

@media screen and (max-width: 639px) {
  .faq .section .anchor li a span {
    display: block;
  }
}

.faq .mod-linkBtn > a {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 639px) {
  .faq .mod-linkBtn > a {
    height: 46px;
  }
}

.faq .mod-linkBtn > a span {
  display: table-cell;
  vertical-align: middle;
}

.faq .mod-linkBtn.height a {
  height: 64px;
}

@media screen and (max-width: 639px) {
  .faq .mod-linkBtn.height a {
    height: 46px;
  }
}

.hour .mod-schedule__content {
  padding: 3rem 10px;
}

@media screen and (max-width: 639px) {
  .hour .mod-schedule__content {
    padding: 2rem 10px;
  }
}

/* ----------------------------------------------------------
corporate/*.html
---------------------------------------------------------- */
.corporate .section + .section {
  margin-top: 3rem;
}

@media screen and (max-width: 639px) {
  .corporate .section + .section {
    margin-top: 2rem;
  }
}

.corporate .link-list {
  margin-top: -1rem;
}

.corporate .link-list li {
  cursor: pointer;
  border-bottom: 1px solid #e7e7e7;
  padding: 1rem;
  -webkit-transition: all .25s ease-in-out 0s;
  transition: all .25s ease-in-out 0s;
  -webkit-transition-property: color, border-color, background;
  transition-property: color, border-color, background;
}

.corporate .link-list li a {
  display: block;
  position: relative;
  text-decoration: none;
}

.corporate .link-list li a:before {
  content: "";
  position: absolute;
  top: calc(50%);
  right: 0px;
  height: 8px;
  width: 8px;
  border: 1px solid #e4030a;
  border-left-width: 0;
  border-top-width: 0;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}

.corporate .link-list li:hover {
  background-color: #e7e7e7;
}

.corporate .link-list li:hover a {
  color: #e4030a;
}

.corporate .tbsp-hidden .mod-tab__list > .tab a {
  width: 20rem;
}

.corporate .pc-hidden .mod-tab + .mod-tab {
  margin-top: 1.5rem;
}

.corporate ul > li {
  position: relative;
}

.corporate ul.dot li {
  padding-left: 1.5rem;
}

.corporate ul.dot li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.corporate .mod-tab03 a {
  height: 42px;
}

@media screen and (max-width: 639px) {
  .corporate .mod-tab03 a {
    height: 52px;
  }
}

@media screen and (min-width: 640px) {
  .corporate-outline .mod-table th {
    width: 160px;
  }
}

.corporate-ir .ir-list {
  margin-top: -1rem;
}

.corporate-ir .ir-list table {
  width: 100%;
}

.corporate-ir .ir-list th,
.corporate-ir .ir-list td {
  border-bottom: 1px solid #e7e7e7;
  padding: 1rem;
  font-weight: normal;
}

.corporate-ir .ir-list td {
  width: 10.5em;
  padding-right: 0;
}

.corporate-ir .ir-list a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.corporate-ir .ir-list a:hover {
  text-decoration: underline;
}

.corporate-ir .ir-list a:before {
  width: 20px;
  height: 13px;
  content: "";
  display: inline-block;
  background: url(../imgs/corporate/icon-pdf.png) center center no-repeat;
  background-size: 10px 13px;
}

/* ----------------------------------------------------------
recruit/index.html
---------------------------------------------------------- */
.recruit .section + .section {
  margin-top: 3rem;
}

@media screen and (max-width: 639px) {
  .recruit .section + .section {
    margin-top: 2rem;
  }
}

.recruit .mod-text__txt + .mod-table {
  margin-top: 2rem;
}

.recruit .mod-text__cap {
  padding-left: 1.3em;
  position: relative;
}

.recruit .mod-text__cap::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.recruit .h1-ttl__A {
  margin-bottom: 0;
}

/* ----------------------------------------------------------
files/sitepolicy/index.html
---------------------------------------------------------- */
.files-sitepolicy .section + .section {
  margin-top: 3rem;
}

@media screen and (max-width: 639px) {
  .files-sitepolicy .section + .section {
    margin-top: 2rem;
  }
}

.files-sitepolicy .mod-text__txt + .mod-linkBtn {
  margin-top: 1rem;
}

/* ----------------------------------------------------------
files/environment/index.html
---------------------------------------------------------- */
.files-environment .section + .section {
  margin-top: 3rem;
}

@media screen and (max-width: 639px) {
  .files-environment .section + .section {
    margin-top: 2rem;
  }
}

.files-environment .section .mod-text__txt + .mod-text__txt {
  margin-top: 3rem;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 639px) {
  .files-environment .section .mod-text__txt + .mod-text__txt {
    margin-top: 1rem;
  }
}

/* ----------------------------------------------------------
trunk/trade/index.html
---------------------------------------------------------- */
.trade .section .sectionInner + .sectionInner {
  margin-top: 3rem;
}

@media screen and (max-width: 639px) {
  .trade .section .sectionInner + .sectionInner {
    margin-top: 2rem;
  }
}

.trade .section.__mt0 {
  margin-top: 0;
}

@media screen and (max-width: 639px) {
  .trade .section.__mt0 {
    margin-top: 0;
  }
}

.trade .section .h1-ttl__A {
  margin-bottom: 0;
}

.trade .mod-text__txt + .mod-table {
  margin-top: 2rem;
}

.trade ol.level1 {
  margin: 1rem 0 1rem 0;
}

.trade ol.level1 > li {
  position: relative;
  counter-increment: number;
  padding-left: 1.5em;
  margin-bottom: 1rem;
}

.trade ol.level1 > li:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "" counter(number) ") ";
}

.trade ol.level1 > li ul {
  margin-left: -1em;
}

.trade ol.level2 {
  margin: 1rem 0 1rem 0;
  counter-reset: number;
}

.trade ol.level2 > li {
  position: relative;
  counter-increment: number;
  padding-left: 1.3em;
}

.trade ol.level2 > li:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "" counter(number) ") ";
}

.trade ol.level2 > li ul {
  margin-left: -1em;
}

/* ----------------------------------------------------------
privacypolicy/index.html
---------------------------------------------------------- */
.privacypolicy .section .sectionInner + .sectionInner {
  margin-top: 3rem;
}

@media screen and (max-width: 639px) {
  .privacypolicy .section .sectionInner + .sectionInner {
    margin-top: 2rem;
  }
}

.privacypolicy .section .h1-ttl__A {
  margin-bottom: 0;
}

.privacypolicy .section .h3-ttl__A.__num {
  margin-left: 1em;
  text-indent: -1em;
}

.privacypolicy .section ol.level1 {
  margin-top: 1rem;
}

.privacypolicy .section ol.level1 > li {
  position: relative;
  counter-increment: number;
  padding-left: 2em;
  margin-bottom: 1rem;
}

.privacypolicy .section ol.level1 > li:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "(" counter(number) ") ";
}

.privacypolicy .section ol.level1 > li ul {
  margin-left: -1em;
}

.privacypolicy .section ul > li {
  position: relative;
  padding-left: 1em;
}

.privacypolicy .section ul.dot li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

@media print {
  .header {
    position: static !important;
  }
}

/**
 * _header.scss
 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 103px;
}

.header .h-logo {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  z-index: 5;
  padding-right: 0;
  padding-left: 0;
}

.header .h-logo__logo {
  position: absolute;
  top: 0;
  left: 0;
}

.header .h-logo__logo a {
  width: 169px;
  height: 50px;
  -webkit-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
  display: block;
  overflow: hidden;
  text-indent: -5260px;
  background: url(../imgs/common/logo.png) no-repeat center center;
  background-size: 90% auto;
  text-decoration: none;
}

.header .h-logo__menu {
  /* display: none; */
  display: block;
  overflow: hidden;
  text-indent: -5260px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 55px;
  height: 50px;
  color: #222222;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background: #f9f9f9;
}

.header .h-logo__menu .line1,
.header .h-logo__menu .line2,
.header .h-logo__menu .line3 {
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 3px;
  margin-left: -13px;
  background: #666666;
}

.header .h-logo__menu .line1 {
  top: 6px;
}

.header .h-logo__menu .line2 {
  top: 14px;
}

.header .h-logo__menu .line3 {
  top: 22px;
}

.header .h-logo__menu:after {
  content: 'メニュー';
  display: block;
  position: absolute;
  overflow: visible;
  top: 28px;
  left: 0;
  width: 100%;
  text-indent: 0;
}

html.notouch .header .h-logo__menu:hover {
  color: #222222;
}

.header .h-account {
  display: none;
}

.header .h-utility {
  position: relative;
  z-index: 1;
  background: #f9f9f9;
}

.header .h-utility__inner {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  zoom: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
.header .h-utility__inner br.pc-hidden {
  display: block !important;
}
.header .h-utility__inner:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.header .h-utility__nav {
  padding-right: 55px;
  float: right;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.16;
}
.header .h-utility__nav br.pc-hidden {
  display: block !important;
}

.header .h-utility__nav ul {
  display: table;
}

.header .h-utility__nav ul > li {
  display: table-cell;
  border-right: #c9c9c9 solid 1px;
  vertical-align: top;
}

.header .h-utility__nav ul > li.is-current a {
  color: #e4030a;
}

.header .h-utility__nav ul > li:first-child {
  border-left: #c9c9c9 solid 1px;
}

.header .h-utility__nav ul > li > a {
  display: table;
  height: 50px;
  padding: 0 19px;
  text-decoration: none;
}

.header .h-utility__nav ul > li > a.icon:before {
  content: '';
  display: table-cell;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
}

.header .h-utility__nav ul > li > a.icon .txt {
  padding-left: 8px;
}

.header .h-utility__nav ul > li > a .txt {
  display: table-cell;
  vertical-align: middle;
}

.header .h-utility__nav ul > li.reserve > a.icon:before {
  width: 18px;
  background-image: url(../imgs/common/icon_reserve.svg);
}

.header .h-utility__nav ul > li.reserve > a .dot:before {
  content: '・';
}

.header .h-utility__nav ul > li.buy > a.icon:before {
  width: 17px;
  background-image: url(../imgs/common/icon_seat.svg);
}

.header .h-utility__nav ul > li.buy > a .dot:before {
  content: '・';
}

.header .h-utility__nav ul > li.register > a.icon:before {
  width: 18px;
  background-image: url(../imgs/common/icon_register.svg);
}

.header .h-utility__nav ul > li.login > a.icon:before {
  width: 16px;
  background-image: url(../imgs/common/icon_login.svg);
}

.header .h-utility__nav ul > li.logout > a.icon:before {
  width: 21px;
  background-image: url(../imgs/common/icon_logout.svg);
}

.header .h-utility__nav ul > li.building > a.icon:before {
  width: 17px;
  background-image: url(../imgs/common/icon_building.svg);
}

.header .h-utility__account {
  display: table;
  float: right;
  height: 50px;
  min-width: 100px;
  font-size: 13px;
  line-height: 1.39;
  padding-right: 10px;
}

.header .h-utility__account .txt {
  display: table-cell;
  vertical-align: middle;
}

.header .h-nav {
  border-bottom: #e4030a solid 3px;
  background: #222222;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.header .h-nav__inner {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  padding-right: 0;
  padding-left: 0;
}

.header .h-nav__nav {
  zoom: 1;
  display: table;
  margin-left: auto;
  font-size: 13px;
  line-height: 1.39;
  width: 100%;
}

.header .h-nav__nav:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.header .h-nav__nav > ul {
  display: table;
  float: left;
  width: 50%;
}

.header .h-nav__nav > ul > li {
  display: table-cell;
  padding-left: 1px;
  vertical-align: top;
  width: 25%;
}

.header .h-nav__nav > ul > li > a {
  display: table;
  position: relative;
  width: 100%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  color: #ffffff;
  text-decoration: none;
}

.header .h-nav__nav > ul > li > a:before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: -1px;
  width: 1px;
  height: 28px;
  background: #6f6f6f;
}

.header .h-nav__nav > ul > li > a span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.header .h-nav__nav > ul > li.is-current,
html.notouch .header .h-nav__nav > ul > li a:hover {
  background: #e4030a;
  color: #ffffff;
}

.header .h-nav__nav > ul:last-child > li:last-child {
  padding-right: 1px;
}

.header .h-nav__nav > ul:last-child > li:last-child > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  right: -1px;
  width: 1px;
  height: 28px;
  background: #6f6f6f;
}

.header .h-spNav {
  /* display: none; */
  -webkit-transition: transform 0.25s ease-in-out 0s;
  -webkit-transition: -webkit-transform 0.25s ease-in-out 0s;
  transition: -webkit-transform 0.25s ease-in-out 0s;
  transition: transform 0.25s ease-in-out 0s;
  transition: transform 0.25s ease-in-out 0s, -webkit-transform 0.25s ease-in-out 0s;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 4;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background: #222222;
  -webkit-overflow-scrolling: touch;
}

.header .h-spNav__head {
  padding: 15px 20px;
  background: #2d2d2d;
  /* margin-bottom: 40px; */
}

.header .h-spNav__time {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 100%;
  margin-right: -120px;
  padding-right: 150px;
}

.header .h-spNav__time a {
  display: block;
  padding: 10px 0 9px;
  border-radius: 3px;
  background: #eeeeee;
  color: #222222;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.header .h-spNav__time a .txt {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}

.header .h-spNav__time a .txt:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../imgs/common/icon_time.svg) no-repeat center center;
  background-size: contain;
}

.header .h-spNav .mod-sns {
  margin-right: auto;
  margin-left: auto;
}

.header .h-spNav .mod-sns > li {
  width: 32px;
}

.header .h-spNav .mod-sns > li + li {
  padding-left: 12px;
}

.header .h-spNav__block {
  /* padding-top: 40px; */
  color: #ffffff;
  border-top: #e4030a solid 3px;
}

.header .h-spNav__block.guide {
  border-top: none;
  margin-top: 60px;
  padding: 0 0 40px;
  border-top: #e4030a solid 3px;
}

.header .h-spNav__label {
  margin-top: -30px;
  padding: 0 20px 15px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.header .h-spNav__label .en {
  float: right;
  padding-top: 2px;
  color: #e4030a;
  font-family: "Myriad Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, -apple-system, blinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.header .h-spNav__list {
  padding-left: 20px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.header .h-spNav__list > li {
  border-bottom: rgba(111, 111, 111, 0.7) solid 1px;
}

.header .h-spNav__list > li.building {
  margin-top: 30px;
  margin-left: -20px;
  border-top: rgba(111, 111, 111, 0.7) solid 1px;
}

.header .h-spNav__list > li.building > a {
  padding-left: 20px;
}

.header .h-spNav__list > li > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  position: relative;
  width: 100%;
  height: 55px;
  padding-right: 40px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
}

.header .h-spNav__list > li > a:after {
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  width: 10px;
  height: 10px;
  border-right: rgba(183, 174, 174, 0.7) solid 1px;
  border-bottom: rgba(183, 174, 174, 0.7) solid 1px;
}

.header .h-spNav__list > li > a:after {
  right: 18px;
}

.header .h-spNav__list > li > a.blank:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  width: 16px;
  height: 13px;
  margin-bottom: -6px;
  border-right: none;
  border-bottom: 0;
  background: url(../imgs/common/icon_blank.png) no-repeat center center;
  background-size: contain;
}

.header .h-spNav__list > li > a .txt {
  display: table-cell;
  vertical-align: middle;
}

.header .h-spNav__close {
  padding: 30px 20px;
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.header .h-spNav__close a {
  display: block;
  padding: 16px 0 15px;
  border-radius: 3px;
  background: #eeeeee;
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.header .h-spNav__close a .txt {
  display: inline-block;
  position: relative;
  padding-left: 33px;
}

.header .h-spNav__close a .txt:before, .header .h-spNav__close a .txt:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 3px;
  margin-top: -2px;
  background: #666666;
}

.header .h-spNav__close a .txt:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header .h-spNav__close a .txt:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header.is-scroll .h-logo__logo a {
  width: 169px;
  height: 50px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header.is-open .h-logo__menu .line1 {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 14px;
}

.header.is-open .h-logo__menu .line2 {
  opacity: 0;
}

.header.is-open .h-logo__menu .line3 {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 14px;
}

.header.is-open .h-logo__menu:after {
  content: '閉じる';
}

@media screen and (min-width: 1024px) {
  .header.is-open .h-logo__logo {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
  }
}

.header.is-open .h-spNav {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@-webkit-keyframes nav-open {
  0% {
    position: fixed;
    height: 100%;
  }
  100% {
    position: fixed;
    height: 100%;
  }
}

@keyframes nav-open {
  0% {
    position: fixed;
    height: 100%;
  }
  100% {
    position: fixed;
    height: 100%;
  }
}

@-webkit-keyframes nav-close {
  0% {
    position: fixed;
    height: 100%;
  }
  99.9% {
    position: fixed;
    height: 100%;
  }
  100% {
    position: relative;
    height: auto;
  }
}

@keyframes nav-close {
  0% {
    position: fixed;
    height: 100%;
  }
  99.9% {
    position: fixed;
    height: 100%;
  }
  100% {
    position: relative;
    height: auto;
  }
}

@media only screen and (max-width: 1023px) {
  .header {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    height: auto;
  }
  .header .h-logo__logo {
    position: relative;
    top: auto;
    left: auto;
    z-index: 2;
    background: #ffffff;
  }
  .header .h-logo__logo a {
    width: 180px !important;
    height: 45px !important;
    margin: 0 auto;
    background-color: transparent;
    background-size: 100% auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header .h-logo__menu {
    display: block;
    overflow: hidden;
    text-indent: -5260px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 55px;
    height: 45px;
    color: #222222;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
  .header .h-logo__menu .line1,
  .header .h-logo__menu .line2,
  .header .h-logo__menu .line3 {
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 3px;
    margin-left: -13px;
    background: #666666;
  }
  .header .h-logo__menu .line1 {
    top: 6px;
  }
  .header .h-logo__menu .line2 {
    top: 14px;
  }
  .header .h-logo__menu .line3 {
    top: 22px;
  }
  .header .h-logo__menu:after {
    content: 'メニュー';
    display: block;
    position: absolute;
    overflow: visible;
    top: 28px;
    left: 0;
    width: 100%;
    text-indent: 0;
  }
  html.notouch .header .h-logo__menu:hover {
    color: #222222;
  }
  .header .h-account {
    display: block;
    padding: 3px 10px 2px;
    background: #666666;
    color: #ffffff;
    font-size: 10px;
    line-height: 1.5;
  }
  .header .h-navArea {
    position: relative;
    z-index: 3;
    height: 145px;
  }
  .header .h-navArea__inner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
  }
  .header .h-navArea.is-fixed .h-navArea__inner {
    position: fixed;
  }
  .header .h-utility {
    position: relative;
    z-index: 3;
    background: none;
  }
  .header .h-utility__inner {
    height: 100%;
  }
  .header .h-utility__nav {
    padding-right: 0;
    float: none;
    background: #f8f8f8;
    border-top: #c9c9c9 solid 1px;
    border-bottom: #e4030a solid 2px;
    font-size: 11px;
  }
  .header .h-utility__nav ul {
    table-layout: fixed;
    width: 100%;
  }
  .header .h-utility__nav ul .is-current {
    color: #e4030a;
  }
  .header .h-utility__nav ul > li:first-child {
    border-left: none;
  }
  .header .h-utility__nav ul > li:last-child {
    border-right: none;
  }
  .header .h-utility__nav ul > li > a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table;
    position: relative;
    width: 100%;
    height: 58px;
    padding: 0;
    text-align: center;
  }
  .header .h-utility__nav ul > li > a.icon {
    padding-top: 25px;
  }
  .header .h-utility__nav ul > li > a.icon:before {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    height: 30px;
  }
  .header .h-utility__nav ul > li > a.icon .txt {
    padding-left: 0;
  }
  .header .h-utility__nav ul > li > a .txt {
    display: table-cell;
    vertical-align: middle;
  }
  .header .h-utility__nav ul > li.reserve > a.icon:before {
    width: 15px;
  }
  .header .h-utility__nav ul > li.reserve > a .dot {
    display: block;
  }
  .header .h-utility__nav ul > li.reserve > a .dot:before {
    display: none;
  }
  .header .h-utility__nav ul > li.buy > a.icon:before {
    width: 15px;
  }
  .header .h-utility__nav ul > li.buy > a .dot {
    display: block;
  }
  .header .h-utility__nav ul > li.buy > a .dot:before {
    display: none;
  }
  .header .h-utility__nav ul > li.register > a.icon:before {
    width: 17px;
  }
  .header .h-utility__nav ul > li.login > a.icon:before {
    width: 15px;
  }
  .header .h-utility__nav ul > li.logout > a.icon:before {
    width: 20px;
  }
  .header .h-utility__nav ul > li.building > a.icon:before {
    width: 15px;
  }
  .header .h-utility__account {
    display: none;
  }
  .header .h-nav {
    position: relative;
    z-index: 3;
    border-bottom-width: 2px;
  }
  .header .h-nav__nav {
    display: block;
    font-size: 12px;
    line-height: 1.25;
  }
  .header .h-nav__nav > ul {
    table-layout: fixed;
    float: none;
    width: 100%;
  }
  .header .h-nav__nav > ul + ul {
    border-top: #e4030a solid 2px;
  }
  .header .h-nav__nav > ul > li > a {
    position: relative;
    width: 100%;
    height: 40px;
    padding: 0;
  }
  .header .h-nav__nav > ul > li > a:before {
    top: 10px;
    height: 20px;
  }
  .header .h-nav__nav > ul > li:first-child {
    padding-left: 0;
  }
  .header .h-nav__nav > ul > li:first-child > a:before {
    display: none;
  }
  .header .h-nav__nav > ul:last-child > li:last-child {
    padding-right: 0;
  }
  .header .h-nav__nav > ul:last-child > li:last-child > a:after {
    display: none;
  }
  .header .h-spNav {
    -webkit-transition: transform 0.25s ease-in-out 0s;
    -webkit-transition: -webkit-transform 0.25s ease-in-out 0s;
    transition: -webkit-transform 0.25s ease-in-out 0s;
    transition: transform 0.25s ease-in-out 0s;
    transition: transform 0.25s ease-in-out 0s, -webkit-transform 0.25s ease-in-out 0s;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    overflow: auto;
    position: absolute;
    top: 0;
    right: -100%;
    z-index: 4;
    width: 100%;
    height: 100%;
    padding-top: 45px;
    background: #222222;
    -webkit-overflow-scrolling: touch;
  }
  .header .h-spNav__head {
    padding: 15px 20px;
    background: #2d2d2d;
  }
  .header .h-spNav__time {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    width: 100%;
    margin-right: -120px;
    padding-right: 150px;
  }
  .header .h-spNav__time a {
    display: block;
    padding: 10px 0 9px;
    border-radius: 3px;
    background: #eeeeee;
    color: #222222;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
  }
  .header .h-spNav__time a .txt {
    display: inline-block;
    position: relative;
    padding-left: 25px;
  }
  .header .h-spNav__time a .txt:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url(../imgs/common/icon_time.svg) no-repeat center center;
    background-size: contain;
  }
  .header .h-spNav .mod-sns {
    margin-right: auto;
    margin-left: auto;
  }
  .header .h-spNav .mod-sns > li {
    width: 32px;
  }
  .header .h-spNav .mod-sns > li + li {
    padding-left: 12px;
  }
  .header .h-spNav__block {
    /* padding-top: 40px; */
    color: #ffffff;
    border-top: none;
  }
  .header .h-spNav__block.guide {
    border-top: none;
  }
  .header .h-spNav__label {
    margin-top: -10px;
    padding: 0 20px 5px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
  }
  .header .h-spNav__label .en {
    float: right;
    padding-top: 2px;
    color: #e4030a;
    font-family: "Myriad Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, -apple-system, blinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 11px;
    font-weight: 400;
  }
  .header .h-spNav__list {
    padding-left: 20px;
    border-top: #e4030a solid 3px;
  }
  .header .h-spNav__list > li {
    border-bottom: rgba(111, 111, 111, 0.7) solid 1px;
  }
  .header .h-spNav__list > li.building {
    margin-top: 30px;
    margin-left: -20px;
    border-top: rgba(111, 111, 111, 0.7) solid 1px;
  }
  .header .h-spNav__list > li.building > a {
    padding-left: 20px;
  }
  .header .h-spNav__list > li > a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table;
    position: relative;
    width: 100%;
    height: 55px;
    padding-right: 40px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
  }
  .header .h-spNav__list > li > a:after {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: '';
    display: block;
    position: absolute;
    bottom: 50%;
    width: 10px;
    height: 10px;
    border-right: rgba(183, 174, 174, 0.7) solid 1px;
    border-bottom: rgba(183, 174, 174, 0.7) solid 1px;
  }
  .header .h-spNav__list > li > a:after {
    right: 18px;
  }
  .header .h-spNav__list > li > a.blank:after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    width: 16px;
    height: 13px;
    margin-bottom: -6px;
    border-right: none;
    border-bottom: 0;
    background: url(../imgs/common/icon_blank.png) no-repeat center center;
    background-size: contain;
  }
  .header .h-spNav__list > li > a .txt {
    display: table-cell;
    vertical-align: middle;
  }
  .header .h-spNav__close {
    padding: 30px 20px;
  }
  .header .h-spNav__close a {
    display: block;
    padding: 16px 0 15px;
    border-radius: 3px;
    background: #eeeeee;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
  }
  .header .h-spNav__close a .txt {
    display: inline-block;
    position: relative;
    padding-left: 33px;
  }
  .header .h-spNav__close a .txt:before, .header .h-spNav__close a .txt:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 3px;
    margin-top: -2px;
    background: #666666;
  }
  .header .h-spNav__close a .txt:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header .h-spNav__close a .txt:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header.is-open .h-logo__menu .line1 {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    top: 14px;
  }
  .header.is-open .h-logo__menu .line2 {
    opacity: 0;
  }
  .header.is-open .h-logo__menu .line3 {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    top: 14px;
  }
  .header.is-open .h-logo__menu:after {
    content: '閉じる';
  }
  .header.is-open .h-spNav {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .header.is-spnav-show {
    position: fixed;
    height: 100%;
  }
}

@media only screen and (max-width: 374px) {
  .header .h-nav__nav {
    letter-spacing: -1px;
  }
}

/**
 * _footer.scss
 */
.footer {
  position: relative;
  z-index: 2;
}

.footer__pagetop {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  z-index: 2;
  max-width: 1024px;
  width: 100%;
}

.footer__pagetop a {
  display: block;
  overflow: hidden;
  text-indent: -5260px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  visibility: hidden;
  position: relative;
  width: 7.8rem;
  height: 7.2rem;
  text-decoration: none;
  opacity: 0;
  margin-left: auto;
  margin-right: 0;
}

.footer__pagetop a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../imgs/common/pagetop.png) no-repeat center center;
  background-size: contain;
}

html.notouch .footer__pagetop a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.footer__pagetop.is-show a {
  visibility: visible;
  opacity: 1;
}

.footer__pagetop.is-bottom {
  position: absolute;
  top: -3.2rem;
  bottom: auto;
}
@media screen and (min-width: 640px) {
  .footer__pagetop {
    position: absolute !important;
    top: -3.2rem !important;
    bottom: auto !important;
  }
}

.footer__links {
  border-top: #e4030a solid 2px;
  border-bottom: #e4030a solid 2px;
  background: #1a1a1a url(../imgs/common/bg_footer.jpg) no-repeat right bottom;
}

.footer .f-links {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  z-index: 1;
}

.footer .f-sitemap {
  zoom: 1;
  padding: 3rem 0 2rem;
}

.footer .f-sitemap:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.footer .f-sitemap li {
  padding: 0.3rem 0;
}

.footer .f-sitemap li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.footer .f-sitemap li a:before {
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e4030a;
  opacity: 0;
}

.footer .f-sitemap li.is-current a:before,
html.notouch .footer .f-sitemap li a:hover:before {
  opacity: 1;
}

.footer .f-sitemap__main {
  float: left;
  display: table;
  margin-right: 4rem;
}

.footer .f-sitemap__main a {
  color: #ffffff !important;
}

.footer .f-sitemap__main a.blank:after {
  content: '';
  display: inline-block;
  width: 1.5rem;
  height: 1.3rem;
  margin-left: 1rem;
  background: url(../imgs/common/icon_blank.png) no-repeat center center;
  background-size: contain;
}

.footer .f-sitemap__main > ul {
  display: table-cell;
  vertical-align: top;
}

.footer .f-sitemap__main > ul + ul {
  padding-left: 4rem;
}

.footer .f-sitemap__sub {
  float: left;
}

.footer .f-sitemap__sub a {
  color: #c8c8c8 !important;
}

.footer .f-banner {
  padding: 2rem 0;
  border-top: rgba(255, 255, 255, 0.5) solid 1px;
}

.footer .f-banner > ul {
  zoom: 1;
}

.footer .f-banner > ul:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.footer .f-banner > ul > li {
  float: left;
  width: 19.44%;
  margin-left: 0.7%;
}

.footer .f-banner > ul > li:first-child {
  margin-left: 0;
}

.footer .f-banner > ul > li img {
  width: 100%;
  height: auto;
}

.footer .f-sns {
  position: absolute;
  top: 8rem;
  right: 1rem;
}

.footer .f-sns .mod-sns > li {
  width: 4rem;
}

.footer .f-sns .mod-sns > li + li {
  padding-left: 2rem;
}

.footer__copyright {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  zoom: 1;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}

.footer__copyright:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.footer .f-logo {
  float: left;
}

.footer .f-logo a {
  display: block;
  overflow: hidden;
  text-indent: -5260px;
  width: 20rem;
  height: 3.4rem;
  background: url(../imgs/common/logo.png) no-repeat center center;
  background-size: contain;
  text-decoration: none;
}

.footer .f-copyright {
  text-align: right;
  color: #666666;
  font-size: 1rem;
  line-height: 1;
}

@media only screen and (max-width: 1023px) {
  .footer__pagetop {
    right: 4rem;
    margin-right: 0;
  }
}

@media only screen and (max-width: 639px) {
  .footer__pagetop {
    right: 0;
    margin-right: 0;
  }
  .footer__pagetop a {
    width: 6rem;
    height: 5.5rem;
  }
  .footer__links {
    border-top: none;
    border-bottom: none;
    background: none;
  }
  .footer__links.is-bottom {
    top: -3.5rem;
  }
  .footer .f-links {
    position: static;
  }
  .footer .f-sitemap {
    margin: 0 -1rem;
    padding: 0;
    background: url(../imgs/common/bg_footer_sp.jpg) no-repeat center bottom;
    background-size: auto 100%;
  }
  .footer .f-sitemap li {
    padding: 0;
  }
  .footer .f-sitemap li a:after {
    display: none;
  }
  .footer .f-sitemap__main {
    zoom: 1;
    float: none;
    display: block;
    margin-right: 0;
    margin-bottom: -1px;
  }
  .footer .f-sitemap__main:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .footer .f-sitemap__main a.blank:after {
    width: 1.3rem;
    height: 1.2rem;
    margin-left: 0.5rem;
  }
  .footer .f-sitemap__main > ul {
    display: block;
  }
  .footer .f-sitemap__main > ul + ul {
    padding-left: 0;
  }
  .footer .f-sitemap__main > ul > li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table;
    float: left;
    width: 50%;
    height: 5.5rem;
    border-right: #6f6f6f solid 1px;
    border-bottom: #6f6f6f solid 1px;
  }
  .footer .f-sitemap__main > ul > li:nth-child(even) {
    border-right: none;
  }
  .footer .f-sitemap__main > ul > li a {
    display: table-cell;
    padding-left: 2rem;
    vertical-align: middle;
  }
  .footer .f-sitemap__main > ul > li.is-current a,
  html.notouch .footer .f-sitemap__main > ul > li a:hover {
    background: #e4030a;
  }
  .footer .f-sitemap__sub {
    float: none;
    padding: 1.5rem 0;
    border-top: #6f6f6f solid 1px;
    font-size: 1.1rem;
    text-align: center;
  }
  .footer .f-sitemap__sub ul + ul {
    margin-top: 0.5rem;
  }
  .footer .f-sitemap__sub li {
    display: inline-block;
  }
  .footer .f-sitemap__sub li + li:before {
    content: '｜';
    padding: 1em;
    color: #c8c8c8;
  }
  .footer .f-banner {
    margin-top: 2rem;
    padding: 0;
    border-top: none;
    font-size: 0;
    line-height: 0;
  }
  .footer .f-banner > ul {
    text-align: center;
  }
  .footer .f-banner > ul > li {
    display: inline-block;
    float: none;
    width: 30.14%;
    padding: 0.3rem 0.1rem;
    vertical-align: top;
  }
  .footer .f-sns {
    top: auto;
    right: 0;
    bottom: 7.7rem;
    left: 0;
  }
  .footer .f-sns .mod-sns {
    margin: 0 auto;
  }
  .footer .f-sns .mod-sns > li {
    width: 3.6rem;
  }
  .footer .f-sns .mod-sns > li + li {
    padding-left: 1.5rem;
  }
  .footer__copyright {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
  .footer .f-logo {
    float: none;
    margin-bottom: 9.5rem;
  }
  .footer .f-logo a {
    margin: 0 auto;
  }
  .footer .f-copyright {
    text-align: center;
  }
}

@media only screen and (max-width: 374px) {
  .footer .f-sitemap__main > ul > li a {
    padding-left: 1rem;
    font-size: 1rem;
  }
}

/**
 * _top.scss
 */
body#top {
  /* content */
  /* mainVisual */
  /* top-content */
  /* top-section */
  /* news-sec */
  /* schedule-sec */
  /* ranking-sec */
  /* commingsoon-sec */
}

body#top .content {
  background: #eeeeee;
}

@media only screen and (max-width: 639px) {
  body#top .content {
    background: none;
  }
}


body#top .top-content {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  zoom: 1;
}

body#top .top-content:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

body#top .top-content__main {
  float: left;
  width: 74.61%;
}

body#top .top-content__sub {
  float: right;
  width: 23.44%;
}

@media only screen and (max-width: 639px) {
  body#top .top-content__main {
    float: none;
    width: auto;
  }
  body#top .top-content__sub {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    float: none;
    width: auto;
    margin-top: 4rem;
  }
}

body#top .top-section + .top-section {
  padding-top: 5rem;
}

body#top .top-section__ttl {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

body#top .top-section__ttl .en {
  display: block;
  margin-top: 1rem;
  color: #e4030a;
  font-family: "Myriad Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, -apple-system, blinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

body#top .top-section__banner > li + li {
  margin-top: 1rem;
}

@media only screen and (max-width: 639px) {
  body#top .top-section + .top-section {
    padding-top: 4rem;
  }
  body#top .top-section__ttl {
    margin-bottom: 2rem;
    padding-bottom: 0.8rem;
    border-bottom: #e4030a solid 2px;
    font-size: 1.8rem;
  }
  body#top .top-section__ttl .en {
    float: right;
    margin-top: 0;
    padding-top: 0.5rem;
    font-size: 1.2rem;
  }
  body#top .top-section__banner {
    zoom: 1;
    padding-left: 0.5rem;
  }
  body#top .top-section__banner:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  body#top .top-section__banner > li {
    float: left;
    width: 50%;
    margin: 0.5rem 0 0 0.5rem;
  }
  body#top .top-section__banner > li:nth-child(odd) {
    margin-left: -0.5rem;
  }
  body#top .top-section__banner > li:nth-child(-n+2) {
    margin-top: 0;
  }
  body#top .top-section__banner > li + li {
    margin-top: 0.5rem;
  }
}

body#top .news-sec__inner {
  border: #c0c0c0 solid 1px;
  background: #ffffff;
}

body#top .news-sec__list {
  margin: 0 2rem;
  padding-top: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

body#top .news-sec__list > li {
  padding: 1rem 0;
  border-bottom: #cfcfcf solid 1px;
}

body#top .news-sec__list > li a {
  text-decoration: none;
}

body#top .news-sec__list > li .category {
  display: inline-block;
  margin-right: 1em;
}

body#top .news-sec__more {
  padding: 1.5rem 2rem;
  text-align: right;
}

@media only screen and (max-width: 639px) {
  body#top .news-sec {
    padding-bottom: 4rem;
  }
  body#top .news-sec .top-section__ttl {
    margin-bottom: 0;
  }
  body#top .news-sec__inner {
    border: none;
  }
  body#top .news-sec__list {
    margin: 0;
  }
  body#top .news-sec__list > li {
    padding: 1rem;
  }
  body#top .news-sec__more {
    padding: 1rem 0 0;
  }
}

body#top .schedule-sec {
  position: relative;
}

body#top .schedule-sec__links {
  zoom: 1;
  position: absolute;
  top: 5.5rem;
  right: 0;
}

body#top .schedule-sec__links:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

body#top .schedule-sec__links > li {
  float: left;
}

body#top .schedule-sec__links > li + li {
  margin-left: 1rem;
}

body#top .schedule-sec__links > li a {
  display: block;
  padding: 0.9rem 1.5rem 0.8rem 4rem;
  border: #cfcfcf solid 1px;
  border-radius: 0.3rem;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: 1.9rem auto;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

body#top .schedule-sec__links > li a.mounthly {
  background-image: url(../imgs/common/icon_mounthly.svg);
}

body#top .schedule-sec__links > li a.weekly {
  background-image: url(../imgs/common/icon_weekly.svg);
}

@media only screen and (max-width: 639px) {
  body#top .schedule-sec {
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 10px;
    padding-left: 10px;
    background: #eeeeee;
  }
  body#top .schedule-sec__links {
    position: static;
    margin-bottom: 15px;
    padding-left: 10px;
  }
  body#top .schedule-sec__links > li {
    width: 50%;
  }
  body#top .schedule-sec__links > li:first-child {
    margin-left: -10px;
  }
  body#top .schedule-sec__links > li a {
    display: block;
    padding: 0.6rem 0.5rem 0.5rem 2.5rem;
    background-position: 0.5rem center;
    background-size: 1.5rem auto;
  }
}

body#top .ranking-sec__list {
  zoom: 1;
  padding: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}

body#top .ranking-sec__list:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

body#top .ranking-sec__list .item {
  width: 48.35%;
  margin-top: 3rem;
}

body#top .ranking-sec__list .item:nth-child(odd) {
  float: left;
  clear: both;
}

body#top .ranking-sec__list .item:nth-child(even) {
  float: right;
}

body#top .ranking-sec__list .item:nth-child(-n+2) {
  margin-top: 0;
}

body#top .ranking-sec__list .item a {
  display: block;
  position: relative;
  text-decoration: none;
}

html.notouch body#top .ranking-sec__list .item a:hover .item__ttl {
  color: #e4030a;
}

body#top .ranking-sec__list .item__label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: -1rem;
  left: 1rem;
  z-index: 2;
  width: 4.4rem;
  height: 6rem;
  padding-top: 3rem;
  background: #b3a39a url(../imgs/common/icon_ranking.svg) no-repeat center 0.6rem;
  background-size: 2.3rem auto;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

body#top .ranking-sec__list .item__label:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1rem;
  border-right: #b3a39a solid 2.2rem;
  border-bottom: transparent solid 1.1rem;
  border-left: #b3a39a solid 2.2rem;
}

body#top .ranking-sec__list .item:nth-child(1) .item__label {
  background-color: #c8a631;
}

body#top .ranking-sec__list .item:nth-child(1) .item__label:after {
  border-right-color: #c8a631;
  border-left-color: #c8a631;
}

body#top .ranking-sec__list .item:nth-child(2) .item__label {
  background-color: #a8a7a7;
}

body#top .ranking-sec__list .item:nth-child(2) .item__label:after {
  border-right-color: #a8a7a7;
  border-left-color: #a8a7a7;
}

body#top .ranking-sec__list .item:nth-child(3) .item__label {
  background-color: #c6823f;
}

body#top .ranking-sec__list .item:nth-child(3) .item__label:after {
  border-right-color: #c6823f;
  border-left-color: #c6823f;
}

body#top .ranking-sec__list .item .mod-image {
  position: relative;
  z-index: 1;
}

body#top .ranking-sec__list .item__ttl {
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  margin-top: 0.5rem;
  color: #333333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

@media only screen and (max-width: 639px) {
  body#top .ranking-sec__list {
    padding: 1rem 1rem 0 2rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  body#top .ranking-sec__list .item {
    width: 50%;
    margin-top: 2rem;
  }
  body#top .ranking-sec__list .item:nth-child(odd) {
    margin-left: -1rem;
  }
  body#top .ranking-sec__list .item__label {
    top: -0.8rem;
    left: 0.8rem;
    width: 2.8rem;
    height: 3.5rem;
    padding-top: 1.7rem;
    background-position: center 0.4rem;
    background-size: 1.2rem auto;
    font-size: 1.2rem;
  }
  body#top .ranking-sec__list .item__label:after {
    bottom: -0.5rem;
    border-right-width: 1.4rem;
    border-bottom-width: 0.6rem;
    border-left-width: 1.4rem;
  }
  body#top .ranking-sec__list .item__ttl {
    font-size: 1.2rem;
  }
}

body#top .commingsoon-sec {
  margin: 8rem 0 -80px;
  padding: 3rem 0 7rem;
  border-top: #e4030a solid 3px;
  background: #ffffff;
}

body#top .commingsoon-sec .top-section__ttl {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

body#top .commingsoon-sec .top-section__ttl .en {
  margin: 0 0 1rem;
}

body#top .commingsoon-sec__carousel {
  margin-top: 3rem;
}

body#top .commingsoon-sec__carousel .slick-list {
  z-index: 1;
}

body#top .commingsoon-sec__carousel .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 28rem;
  padding: 0 0.5rem;
  outline: 0;
}

body#top .commingsoon-sec__carousel .item a {
  display: block;
  text-decoration: none;
}

html.notouch body#top .commingsoon-sec__carousel .item a:hover .item__ttl {
  color: #e4030a;
}

body#top .commingsoon-sec__carousel .item__ttl {
  margin-top: 0.5rem;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}

body#top .commingsoon-sec__carousel .item__time {
  margin-top: 1.5rem;
  color: #666666;
  font-size: 1.2rem;
  line-height: 1.5;
}

body#top .commingsoon-sec__carousel .carousel-prev,
body#top .commingsoon-sec__carousel .carousel-next {
  display: block;
  overflow: hidden;
  text-indent: -5260px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 4rem;
  background: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

body#top .commingsoon-sec__carousel .carousel-prev i,
body#top .commingsoon-sec__carousel .carousel-next i {
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 2.2rem;
  margin: -1.1rem 0 0 -0.8rem;
}

body#top .commingsoon-sec__carousel .carousel-prev i:after,
body#top .commingsoon-sec__carousel .carousel-next i:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  width: 1.5rem;
  height: 1.5rem;
  border-bottom: #ffffff solid 1px;
}

html.notouch body#top .commingsoon-sec__carousel .carousel-prev:hover i, html.notouch
body#top .commingsoon-sec__carousel .carousel-next:hover i {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

body#top .commingsoon-sec__carousel .carousel-prev {
  left: 0;
}

body#top .commingsoon-sec__carousel .carousel-prev i:after {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0;
  border-left: #ffffff solid 1px;
}

body#top .commingsoon-sec__carousel .carousel-next {
  right: 0;
}

body#top .commingsoon-sec__carousel .carousel-next i:after {
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 0;
  border-right: #ffffff solid 1px;
}

@media only screen and (max-width: 639px) {
  body#top .commingsoon-sec {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 4rem;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
  }
  body#top .commingsoon-sec .top-section__ttl {
    padding-right: 0;
    padding-left: 0;
  }
  body#top .commingsoon-sec .top-section__ttl .en {
    margin: 0;
  }
  body#top .commingsoon-sec__carousel {
    margin: 0 -1rem;
  }
  body#top .commingsoon-sec__carousel .item {
    width: 17.8rem;
    padding: 0 0.7rem;
  }
  body#top .commingsoon-sec__carousel .item__ttl {
    font-size: 1.2rem;
  }
  body#top .commingsoon-sec__carousel .item__time {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
  body#top .commingsoon-sec__carousel .carousel-prev i,
  body#top .commingsoon-sec__carousel .carousel-next i {
    width: 1.2rem;
    margin-left: -0.6rem;
  }
  body#top .commingsoon-sec__carousel .carousel-prev i:after,
  body#top .commingsoon-sec__carousel .carousel-next i:after {
    width: 1.2rem;
    height: 1.2rem;
  }
}

/**
 * movie.scss
 */
/* movie-list
--------------------------------------------------*/
.movie-list {
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}

.movie-list .item {
  zoom: 1;
  padding: 3rem 3.5rem 2rem;
}

.movie-list .item:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.movie-list .item + .item {
  border-top: #e6e6e6 solid 1px;
}

.movie-list .item__txt {
  float: right;
  width: 63.95%;
}

.movie-list .item__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}

.movie-list .item__ttl a {
  text-decoration: none;
}

.movie-list .item__info {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
  font-size: 1.2rem;
  line-height: 1.67;
}

.movie-list .item__info th,
.movie-list .item__info td {
  padding: 0.5rem 0;
  border-top: #e7e7e7 solid 1px;
  border-bottom: #e7e7e7 solid 1px;
  vertical-align: middle;
}

.movie-list .item__info th {
  width: 11rem;
  background: #888888;
  color: #ffffff;
  text-align: center;
}

.movie-list .item__info td {
  padding-left: 2rem;
}

.movie-list .item__img {
  float: left;
  width: 33.55%;
}

.movie-list .item__btn {
  float: right;
  width: 63.95%;
  margin-top: 2rem;
}

@media only screen and (max-width: 639px) {
  .movie-list {
    margin: 0 -1rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .movie-list .item {
    padding: 2rem;
    border-bottom: #e6e6e6 solid 1px;
  }
  .movie-list .item:first-child {
    border-top: #e6e6e6 solid 1px;
  }
  .movie-list .item:nth-child(odd) {
    background: #f6f6f6;
  }
  .movie-list .item + .item {
    border-top: none;
  }
  .movie-list .item__txt {
    float: none;
    width: auto;
  }
  .movie-list .item__ttl {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.36;
  }
  .movie-list .item__info {
    display: block;
    float: right;
    width: 50.75%;
    margin-top: 0;
  }
  .movie-list .item__info thead,
  .movie-list .item__info tbody,
  .movie-list .item__info tr {
    display: block;
    width: 100%;
  }
  .movie-list .item__info th,
  .movie-list .item__info td {
    display: block;
    padding: 0;
    border-top: none;
    border-bottom: none;
    vertical-align: middle;
  }
  .movie-list .item__info th {
    width: 9.5rem;
    margin: 1.5rem 0 0.5rem;
  }
  .movie-list .item__info td {
    width: 100%;
  }
  .movie-list .item__info tr:first-child th {
    margin-top: 0;
  }
  .movie-list .item__img {
    float: none;
    width: 44.78%;
  }
  .movie-list .item__btn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: none;
    width: 44.78%;
    margin-top: 0.5rem;
  }
  .movie-list .item__btn a {
    width: 100%;
    min-width: 0;
    padding-top: 0.9rem;
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 374px) {
  .movie-list .item__btn a {
    padding: 1rem 0 0.9rem;
    font-size: 0.9rem;
  }
}

/* movie-detail
--------------------------------------------------*/
.movie-detail__ttl {
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.39;
}

.movie-detail__sttl {
  margin: 3rem 0 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: #e4030a solid 1px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.39;
}

.movie-detail__sttl.__notext {
  margin-bottom: 2rem;
}

@media screen and (max-width: 639px) {
  .movie-detail__sttl.__notext {
    margin-bottom: 1.5rem;
  }
}

.movie-detail__sttl:first-child {
  margin-top: 0;
}

.movie-detail__main {
  zoom: 1;
}

.movie-detail__main:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.movie-detail__main + .movie-detail__main {
  margin-top: 80px;
}

.movie-detail__col {
  float: left;
  width: 48.44%;
}

.movie-detail__col:last-child {
  float: right;
}

.movie-detail__info {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.2rem;
  line-height: 1.67;
}

.movie-detail__info th,
.movie-detail__info td {
  padding: 0.5rem 0;
  border-top: #e7e7e7 solid 1px;
  border-bottom: #e7e7e7 solid 1px;
  vertical-align: middle;
}

.movie-detail__info th {
  width: 11rem;
  background: #888888;
  color: #ffffff;
  text-align: center;
}

.movie-detail__info td {
  padding-left: 2rem;
}

.movie-detail__schedule {
  margin-top: 5rem;
}

.movie-detail__schedule .mod-schedule {
  margin-top: 2rem;
}

.movie-detail .image-col {
  background: #dddddd;
}

.movie-detail .image-col .mod-image__caption {
  padding: 0 1rem;
  color: #111111;
}

.movie-detail .image-col__btns {
  zoom: 1;
  padding: 1rem;
}

.movie-detail .image-col__btns:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.movie-detail .image-col__btns li {
  float: left;
  width: 49.16%;
}

.movie-detail .image-col__btns li:last-child {
  float: right;
}

.movie-detail .image-col__btns li .btn-link {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 0;
}

.movie-detail .image-col__btns li .btn-link .txt {
  display: inline-block;
  padding: 1.3rem 0 1.3rem 3rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2.1rem auto;
}

.movie-detail .image-col__btns li .btn-link.movie .txt {
  background-image: url(../imgs/common/icon_movie.png);
}

.movie-detail .image-col__btns li .btn-link.site .txt {
  background-image: url(../imgs/common/icon_blank.png);
}

@media only screen and (max-width: 639px) {
  .movie-detail__ttl {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  .movie-detail__sttl {
    margin: 2.5rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom-width: 3px;
    font-size: 1.5rem;
  }
  .movie-detail__col {
    float: none !important;
    width: auto;
  }
  .movie-detail__col:last-child {
    margin-top: 2.5rem;
  }
  .movie-detail__body {
    margin: 0 1rem;
  }
  .movie-detail__info {
    font-size: 1rem;
    line-height: 1.67;
  }
  .movie-detail__info th,
  .movie-detail__info td {
    padding: 1rem 0;
  }
  .movie-detail__info th {
    width: 9.5rem;
  }
  .movie-detail__info td {
    padding-left: 1.5rem;
  }
  .movie-detail__schedule {
    margin-top: 2.5rem;
  }
  .movie-detail__schedule .mod-schedule {
    margin-top: 1.5rem;
  }
  .movie-detail .image-col {
    margin: 0 -1rem;
  }
  .movie-detail .image-col__btns {
    padding-left: 2rem;
  }
  .movie-detail .image-col__btns li {
    width: 50%;
  }
  .movie-detail .image-col__btns li:first-child {
    margin-left: -1rem;
  }
  .movie-detail .image-col__btns li .btn-link {
    font-size: 1.4rem;
  }
  .movie-detail .image-col__btns li .btn-link .txt {
    padding: 1.1rem 0 1.1rem 2rem;
    background-size: 1.5rem auto;
  }
}

/* emergency
--------------------------------------------------*/
.emergency_on {
  padding: 20px 10px;
}
.emergency_on .inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  border: 2px solid #e4030a;
  padding: 15px 2rem;
}
.emergency_on .inner .midashi {
  font-weight: bold;
}
.emergency_off {
  display: none;
}
