/* ------------------------------
 common - width: all
------------------------------ */
/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
#contents main,
#contents article,
#contents section {
  display: block;
}
#contents * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contents body,
#contents div,
#contents dl,
#contents dt,
#contents dd,
#contents ul,
#contents ol,
#contents li,
#contents h1,
#contents h2,
#contents h3,
#contents h4,
#contents h5,
#contents h6,
#contents pre,
#contents code,
#contents form,
#contents fieldset,
#contents legend,
#contents input,
#contents textarea,
#contents p,
#contents blockquote,
#contents th,
#contents td {
  margin: 0;
  padding: 0;
}
#contents table {
  border-collapse: collapse;
  border-spacing: 0;
}
#contents fieldset,
#contents img {
  border: 0;
}
#contents {
  /*
  TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
  */
}
#contents address,
#contents caption,
#contents cite,
#contents code,
#contents dfn,
#contents em,
#contents strong,
#contents th,
#contents var {
  font-style: normal;
  font-weight: normal;
}
#contents ol,
#contents ul {
  list-style: none;
}
#contents caption,
#contents th {
  text-align: left;
}
#contents h1,
#contents h2,
#contents h3,
#contents h4,
#contents h5,
#contents h6 {
  font-size: 100%;
  font-weight: normal;
}
#contents q:before,
#contents q:after {
  content: "";
}
#contents abbr,
#contents acronym {
  border: 0;
  font-variant: normal;
}
#contents {
  /* to preserve line-height and selector appearance */
}
#contents sup {
  vertical-align: text-top;
}
#contents sub {
  vertical-align: text-bottom;
}
#contents input,
#contents textarea,
#contents select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
#contents {
  /*to enable resizing for IE*/
}
#contents input,
#contents textarea,
#contents select {
  *font-size: 100%;
}
#contents {
  /*because legend doesn't inherit in IE */
}
#contents legend {
  color: #000;
}
#contents {
  /* YUI CSS Detection Stamp */
}
#contents #yui3-css-stamp.cssreset {
  display: none;
}
#contents .cf:after {
  content: "";
  clear: both;
  display: block;
}
#contents .ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}
#contents a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#contents .pc {
  display: block !important;
}
#contents .sp {
  display: none !important;
}

/* ------------------------------
 common - width all
------------------------------ */
/* ------------------------------
 common - width < $width-2
------------------------------ */
@media screen and (max-width: 860px) {
  #contents .pc {
    display: none !important;
  }
  #contents .sp {
    display: block !important;
  }
}
/* ------------------------------
 width: all
------------------------------ */
#contents main {
  padding-bottom: 120px;
  background-image: url(../img/bg_main.jpg);
  background-size: 2010px auto;
  background-position: top calc(100vh - 130px) center;
  background-repeat: no-repeat;
}
#contents main section {
  padding-top: 100px;
  position: relative;
}
#contents main section.has_ttl.left_bar .wrapper .ttlbox::before {
  left: 0;
}
#contents main section.has_ttl.right_bar .wrapper .ttlbox::before {
  right: 0;
}
#contents main section.has_ttl .wrapper {
  padding-top: 80px;
  position: relative;
}
#contents main section.has_ttl .wrapper .ttlbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 10;
}
#contents main section.has_ttl .wrapper .ttlbox::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  width: 50%;
  background-color: #CC0000;
}
#contents main section.has_ttl .wrapper .ttlbox .ttl {
  width: 300px;
  margin: 0 auto;
  background-color: #fff;
  border: 3px solid #CC0000;
  border-radius: 50px;
  color: #CC0000;
  font-size: 28px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  padding: 11px 0;
  position: relative;
  z-index: 2;
}
#contents main section .idpoint {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
#contents main section.s01 {
  padding-top: 0;
}
#contents main section.s01 .wrapper {
  position: relative;
}
#contents main section.s01 .wrapper .gnav {
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  z-index: 10;
}
#contents main section.s01 .wrapper .gnav ul {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}
#contents main section.s01 .wrapper .gnav ul li {
  display: inline-block;
  vertical-align: top;
}
#contents main section.s01 .wrapper .gnav ul li + li {
  margin-left: 50px;
}
#contents main section.s01 .wrapper .gnav ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
#contents main section.s01 .wrapper .ttlbox {
  height: calc(100% - 65px);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#contents main section.s01 .wrapper .ttlbox h1 {
  width: calc(100% - 80px);
  display: block;
  margin: 0 auto;
  height: 70%;
  max-height: 700px;
}
#contents main section.s01 .wrapper .ttlbox h1 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#contents main section.s01 .wrapper .mvbox {
  width: 100%;
  height: calc(100vh - 120px);
}
#contents main section.s01 .wrapper .mvbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#contents main section.s01 .wrapper .schedule {
  position: relative;
  margin: 40px auto 60px;
  width: calc(100% - 80px);
  z-index: 10;
}
#contents main section.s01 .wrapper .schedule ul {
  max-width: 1200px;
  width: calc(100% - 80px);
  min-width: 980px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contents main section.s01 .wrapper .schedule ul li {
  display: inline-block;
}
#contents main section.s01 .wrapper .schedule ul li a.detail dl dd {
  padding-right: 60px;
  background-image: url(../img/icon_arrow01.png);
  background-size: 40px auto;
  background-position: center right 0;
  background-repeat: no-repeat;
}
#contents main section.s01 .wrapper .schedule ul li .detail {
  display: block;
  text-decoration: none;
  color: #000;
}
#contents main section.s01 .wrapper .schedule ul li .detail dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents main section.s01 .wrapper .schedule ul li .detail dl dt {
  font-size: 25px;
  line-height: 1;
  padding: 7px 10px 8px 0;
  color: #000;
  border-right: 10px solid #CC0000;
}
#contents main section.s01 .wrapper .schedule ul li .detail dl dd {
  text-align: left;
  padding-left: 10px;
  min-height: 40px;
}
#contents main section.s01 .wrapper .schedule ul li .detail dl dd .t01 {
  font-size: 11px;
  line-height: 1;
}
#contents main section.s01 .wrapper .schedule ul li .detail dl dd .t02 {
  font-size: 25px;
  line-height: 1;
  margin-top: 2px;
}
#contents main section.s01 .wrapper .schedule ul li .detail dl dd .t02 br {
  display: none;
}
#contents main section.s01 .wrapper .schedule ul li .detail dl dd .t02 span {
  font-size: 15px;
  padding: 0 5px;
}
#contents main section.s01 .wrapper .spsubmenu {
  display: none;
}
#contents main section.s02 .wrapper {
  height: 400px;
  background-image: url(../img/s0201.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 150px;
}
#contents main section.s02 .wrapper h2 {
  text-align: center;
  font-size: 87px;
  line-height: 100px;
  color: #fff;
}
#contents main section.s03 {
  padding: 100px 0 0;
}
#contents main section.s03 .wrapper .list01 {
  width: calc(100% - 80px);
  max-width: 1260px;
  margin: 70px auto 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 2.13%;
}
#contents main section.s03 .wrapper .list01 li {
  width: 23.4%;
}
#contents main section.s03 .wrapper .list01 li a {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

@media (hover: hover) and (pointer: fine) {
  #contents main section.s03 .wrapper .list01 li a:hover {
    opacity: 1;
    -webkit-box-shadow: 0 0 0 #5A5A5A !important;
            box-shadow: 0 0 0 #5A5A5A !important;
    -webkit-transform: translate(6px, 6px);
            transform: translate(6px, 6px);
    -webkit-transition: 0.4s;
    		transition: 0.4s;
  }
}

#contents main section.s03 .wrapper .list01 li a::before {
  content: "";
  display: block;
  width: 47.5%;
  height: 65px;
  position: absolute;
  right: 6px;
  bottom: 6px;
  background-image: url(../img/icon_info.svg);
  background-size: contain;
  background-position: right 0 bottom 0;
  background-repeat: no-repeat;
}
#contents main section.s03 .wrapper .list01 li .detail {
  position: relative;
  padding: 13px 17px 45px;
  background-image: url(../img/s0301.jpg);
  background-size: 100% 100%;
  display: block;
  text-decoration: none;
  color: #4A4A4A;
  -webkit-box-shadow: 8px 8px 0 #5A5A5A;
          box-shadow: 8px 8px 0 #5A5A5A;
  border: 1px solid #4A4A4A;
}
#contents main section.s03 .wrapper .list01 li .detail.bg02 {
  background-image: url(../img/s0302.jpg);
}
#contents main section.s03 .wrapper .list01 li .detail.bg02 .t01 {
  color: #fff;
}
#contents main section.s03 .wrapper .list01 li .detail .t01 {
  font-size: 15px;
  text-align: center;
  line-height: 20px;
  height: 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents main section.s03 .wrapper .list01 li .detail .t01 span {
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
}
#contents main section.s03 .wrapper .list01 li .detail .tmb {
  margin-top: 13px;
}
#contents main section.s03 .wrapper .list01 li .detail .tmb img {
  width: 100%;
  display: block;
}
#contents main section.s03 .wrapper .list01 li .detail .icon_e {
  width: 27.2%;
  max-width: 80px;
  position: absolute;
  bottom: 7px;
  right: 7px;
}
#contents main section.s03 .wrapper .toggle_contents {
  display: block;
  margin-top: 30px;
}
#contents main section.s03 .wrapper .toggle_contents .list01 {
  margin-top: 0;
}
#contents main section.s04 .wrapper .box01 {
  margin-top: 30px;
  padding: 60px 0 65px;
  background-image: url(../img/s0401.jpg);
  background-size: cover;
  background-position: center center;
}
#contents main section.s04 .wrapper .box01 .list02 {
  max-width: calc(100% - 80px);
  margin: 0 auto;
  width: 820px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
#contents main section.s04 .wrapper .box01 .list02 li {
  width: 390px;
  border: 1px solid #fff;
  padding: 12px 25px;
}
#contents main section.s04 .wrapper .box01 .list02 li .t01 {
  font-size: 18px;
  text-align: center;
  line-height: 22px;
  height: 44px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents main section.s04 .wrapper .box01 .list02 li .t01 span {
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #C00;
}
#contents main section.s04 .wrapper .box01 .list02 li .t02 {
  color: #fff;
  font-size: 18px;
  line-height: 2.3;
}
#contents main section.s04 .wrapper .box01 .btn_box {
  margin-top: 40px;
  text-align: center;
}
#contents main section.s04 .wrapper .box01 .btn_box .btn_modal_schedule {
  display: inline-block;
  cursor: pointer;
  font-size: 28px;
  line-height: 45px;
  color: #fff;
}
#contents main section.s04 .wrapper .box01 .btn_box .btn_modal_schedule img {
  width: 45px;
  vertical-align: top;
  margin-left: 20px;
}
#contents main section.s04 .wrapper .box01 .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  padding: 40px;
}
#contents main section.s04 .wrapper .box01 .modal-overlay.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#contents main section.s04 .wrapper .box01 .modal-content {
  position: relative;
  max-width: 1200px;
  width: 100%;
  line-height: 0;
}
#contents main section.s04 .wrapper .box01 .modal-content .modal-close-btn {
  position: fixed;
  top: 40px;
  right: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 45px;
  height: 45px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#contents main section.s04 .wrapper .box01 .modal-content .modal-close-btn img {
  width: 100%;
  height: auto;
}
#contents main section.s04 .wrapper .box01 .modal-figure img {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 80px);
  -o-object-fit: contain;
     object-fit: contain;
}
#contents main section.s04 .wrapper .box01 .coming-soon {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}
#contents main section.s05 .wrapper .t01 {
  margin-top: 10px;
  text-align: center;
  font-size: 28px;
}
#contents main section.s05 .wrapper .map {
  width: 90%;
  display: block;
  margin: 30px auto 0;
}
#contents main section.s06 .wrapper .t01 {
  margin-top: 10px;
  text-align: center;
  font-size: 28px;
}
#contents main section.s06 .wrapper .snslist {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  margin-top: 40px;
}
#contents main section.s06 .wrapper .snslist li {
  width: 98px;
  display: inline-block;
  vertical-align: top;
}
#contents main section.s06 .wrapper .snslist li + li {
  margin-left: 40px;
}
#contents main section.s06 .wrapper .snslist li a {
  width: 100%;
  display: block;
}
#contents main section.s06 .wrapper .snslist li a img {
  width: 100%;
  display: block;
}
#contents main section.s07 .wrapper .swiper-area01 {
  margin-top: 50px;
}
#contents main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper {
  position: relative;
}
#contents main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide {
  width: 387px;
  padding-bottom: 12px;
}
#contents main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .detail {
  position: relative;
  padding: 22px 22px 100px;
  background-image: url(../img/s0301.jpg);
  background-size: 100% 100%;
  display: block;
  text-decoration: none;
  color: #4A4A4A;
  -webkit-box-shadow: 12px 12px 0 #5A5A5A;
          box-shadow: 12px 12px 0 #5A5A5A;
  border: 1px solid #4A4A4A;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

#contents main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .detail:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 0 #5A5A5A !important;
          box-shadow: 0 0 0 #5A5A5A !important;
  -webkit-transform: translate(8px, 8px);
          transform: translate(8px, 8px);
}

#contents main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .detail::before {
  content: "";
  display: block;
  width: 185px;
  height: 83px;
  position: absolute;
  right: 6px;
  bottom: 6px;
  background-image: url(../img/icon_info02.png);
  background-size: 100% auto;
  background-position: right 0 bottom 0;
  background-repeat: no-repeat;
}
#contents main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .detail .tmb img {
  width: 100%;
  display: block;
}
#contents main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .detail .txtbox {
  margin-top: 30px;
}
#contents main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .detail .txtbox .t01 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  height: 80px;
}
#contents main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .detail .txtbox .t02 {
  font-size: 20px;
  font-weight: bold;
}
#contents main section.s07 .wrapper .swiper-area01 .swiper-button-prev {
  display: block;
  width: 76px;
  height: 76px;
  background-image: url(../img/icon_prev.png);
  top: 350px !important;
  left: 60px !important;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#contents main section.s07 .wrapper .swiper-area01 .swiper-button-prev::after {
  display: none !important;
}
#contents main section.s07 .wrapper .swiper-area01 .swiper-button-next {
  display: block;
  width: 76px;
  height: 76px;
  background-image: url(../img/icon_next.png);
  top: 350px !important;
  right: 60px !important;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#contents main section.s07 .wrapper .swiper-area01 .swiper-button-next::after {
  display: none !important;
}

#contents main section.s07 .wrapper .banner-container {
  margin-top: 80px; /* swiper-area01の下に余白 */
  text-align: center;
}
#contents main section.s07 .wrapper .banner-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1200px; /* 全体の幅を制限 */
}
#contents main section.s07 .wrapper .banner-list li {
  flex: 1;
  margin: 0 10px; /* バナー間のスペース */
}
#contents main section.s07 .wrapper .banner-list li img {
  width: 320px;
  height: 64px;
  display: block;
}

#contents main section.s07 .wrapper .goods_box {
  padding-top: 30px;
}
#contents main section.s07 .wrapper .goods_box .t05 {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.8;
}
#contents main section.s07 .wrapper .goods_box .goods_bnr {
  width: 100%;
  display: block;
  margin-top: 50px;
}
#contents main section.s07 .wrapper .goods_box .goods_bnr img {
  width: 100%;
  display: block;
}
#contents main section.s07 .wrapper .goods_box .t06 {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.8;
  margin-top: 50px;
}
#contents main section.s07 .wrapper .goods_box .bnr {
  width: 50%;
  display: block;
  margin: 30px auto 0;
}
#contents main section.s07 .wrapper .goods_box .bnr img {
  width: 100%;
  display: block;
}
#contents main section.s07 .wrapper .goods_box .bnr_list {
  margin: 50px auto 0;
  width: 80%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contents main section.s07 .wrapper .goods_box .bnr_list li {
  width: 32%;
}
#contents main section.s07 .wrapper .goods_box .bnr_list li a {
  width: 100%;
  display: block;
}
#contents main section.s07 .wrapper .goods_box .bnr_list li a img {
  width: 100%;
  display: block;
}

#contents main section.s07 .wrapper .btn_return_box {
  margin-top: 100px;
  text-align: center;
}
#contents main section.s07 .wrapper .btn_return_box .btn_return {
  display: inline-block;
  text-decoration: none;
  color: #4A4A4A;
  font-size: 28px;
  line-height: 1.6;
}
#contents main section.s07 .wrapper .linklist {
  margin-top: 80px;
}
#contents main section.s07 .wrapper .linklist li {
  text-align: center;
}
#contents main section.s07 .wrapper .linklist li + li {
  margin-top: 10px;
}
#contents main section.s07 .wrapper .linklist li a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-size: 18px;
  color: #4A4A4A;
}
#contents main section .note {
  text-align: left;
  font-size: 14px;
  color: #4A4A4A;
  margin: 30px auto 0;
  max-width: 1260px;
  padding: 0 40px;
  width: calc(100% - 80px);
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 1024px) {
  #contents main {
    padding-bottom: 120px;
    background-image: url(../img/bg_main.jpg);
    background-size: 2010px auto;
    background-position: top calc(100vh - 130px) center;
    background-repeat: no-repeat;
  }
  #contents main section {
    padding-top: 100px;
    position: relative;
  }
  #contents main section.has_ttl.left_bar .wrapper .ttlbox::before {
    left: 0;
  }
  #contents main section.has_ttl.right_bar .wrapper .ttlbox::before {
    right: 0;
  }
  #contents main section.has_ttl .wrapper {
    padding-top: 80px;
    position: relative;
  }
  #contents main section.has_ttl .wrapper .ttlbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 10;
  }
  #contents main section.has_ttl .wrapper .ttlbox::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    width: 50%;
    background-color: #CC0000;
  }
  #contents main section.has_ttl .wrapper .ttlbox .ttl {
    width: 300px;
    margin: 0 auto;
    background-color: #fff;
    border: 3px solid #CC0000;
    border-radius: 50px;
    color: #CC0000;
    font-size: 28px;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    padding: 11px 0;
    position: relative;
    z-index: 2;
  }
  #contents main section .idpoint {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #contents main section.s01 {
    padding-top: 0;
  }
  #contents main section.s01 .wrapper {
    position: relative;
  }
  #contents main section.s01 .wrapper .gnav {
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    z-index: 10;
  }
  #contents main section.s01 .wrapper .gnav ul {
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
  }
  #contents main section.s01 .wrapper .gnav ul li {
    display: inline-block;
    vertical-align: top;
  }
  #contents main section.s01 .wrapper .gnav ul li + li {
    margin-left: 50px;
  }
  #contents main section.s01 .wrapper .gnav ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
  }
  #contents main section.s01 .wrapper .ttlbox {
    height: calc(100% - 65px);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  #contents main section.s01 .wrapper .ttlbox h1 {
    width: calc(100% - 80px);
    display: block;
    margin: 0 auto;
    height: 70%;
    max-height: 700px;
  }
  #contents main section.s01 .wrapper .ttlbox h1 img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  #contents main section.s01 .wrapper .mvbox {
    width: 100%;
  }
  #contents main section.s01 .wrapper .mvbox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  #contents main section.s01 .wrapper .schedule {
	position: relative;
    margin: 20px auto 40px;
    max-width: none;
    width: calc(100% - 40px);
    min-width: auto;
    z-index: 10;
  }
  #contents main section.s01 .wrapper .schedule ul {
    max-width: 1200px;
    width: calc(100% - 40px);
    min-width: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #contents main section.s01 .wrapper .schedule ul li {
    display: inline-block;
  }
  #contents main section.s01 .wrapper .schedule ul li a.detail dl dd {
    padding-right: 60px;
    background-image: url(../img/icon_arrow01.png);
    background-size: 40px auto;
    background-position: center right 0;
    background-repeat: no-repeat;
  }
  #contents main section.s01 .wrapper .schedule ul li .detail {
    display: block;
    text-decoration: none;
    color: #000;
  }
  #contents main section.s01 .wrapper .schedule ul li .detail dl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #contents main section.s01 .wrapper .schedule ul li .detail dl dt {
    font-size: 25px;
    line-height: 1;
    padding: 7px 10px 8px 0;
    color: #000;
    border-right: 10px solid #CC0000;
  }
  #contents main section.s01 .wrapper .schedule ul li .detail dl dd {
    text-align: left;
    padding-left: 10px;
    min-height: 40px;
  }
  #contents main section.s01 .wrapper .schedule ul li .detail dl dd .t01 {
    font-size: 11px;
    line-height: 1;
  }
  #contents main section.s01 .wrapper .schedule ul li .detail dl dd .t02 {
    font-size: 25px;
    line-height: 1;
    margin-top: 2px;
  }
  #contents main section.s01 .wrapper .schedule ul li .detail dl dd .t02 br {
    display: block;
  }
  #contents main section.s01 .wrapper .schedule ul li .detail dl dd .t02 span {
    font-size: 15px;
    padding: 0 5px;
  }
  #contents main section.s02 .wrapper {
    height: 400px;
    background-image: url(../img/s0201.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
  }
  #contents main section.s02 .wrapper h2 {
    text-align: center;
    font-size: 87px;
    line-height: 100px;
    color: #fff;
  }
  #contents main section.s03 {
    padding: 100px 0 0;
  }
  #contents main section.s03 .wrapper .list01 {
    width: calc(100% - 40px);
    max-width: 1260px;
    margin: 70px auto 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #contents main section.s03 .wrapper .list01 li a {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }

@media (hover: hover) and (pointer: fine) {
  #contents main section.s03 .wrapper .list01 li a:hover {
    opacity: 1;
    -webkit-box-shadow: 0 0 0 #5A5A5A !important;
            box-shadow: 0 0 0 #5A5A5A !important;
    -webkit-transform: translate(6px, 6px);
            transform: translate(6px, 6px);
    -webkit-transition: 0.4s;
    		transition: 0.4s;
  }
}

  #contents main section.s03 .wrapper .list01 li a::before {
    content: "";
    display: block;
    width: 47.5%;
    height: 65px;
    position: absolute;
    right: 6px;
    bottom: 6px;
    background-image: url(../img/icon_info.svg);
    background-size: contain;
    background-position: right 0 bottom 0;
    background-repeat: no-repeat;
  }
  #contents main section.s03 .wrapper .list01 li .detail {
    position: relative;
    padding: 10px 12px 45px;
    background-image: url(../img/s0301.jpg);
    background-size: 100% 100%;
    display: block;
    text-decoration: none;
    color: #4A4A4A;
    -webkit-box-shadow: 8px 8px 0 #5A5A5A;
            box-shadow: 8px 8px 0 #5A5A5A;
    border: 1px solid #4A4A4A;
  }
  #contents main section.s03 .wrapper .list01 li .detail.bg02 {
    background-image: url(../img/s0302.jpg);
  }
  #contents main section.s03 .wrapper .list01 li .detail.bg02 .t01 {
    color: #fff;
  }
  #contents main section.s03 .wrapper .list01 li .detail .t01 {
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    height: 40px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #contents main section.s03 .wrapper .list01 li .detail .t01 span {
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
  }
  #contents main section.s03 .wrapper .list01 li .detail .tmb {
    margin-top: 13px;
  }
  #contents main section.s03 .wrapper .list01 li .detail .tmb img {
    width: 100%;
    display: block;
  }
  #contents main section.s03 .wrapper .list01 li .detail .icon_e {
    width: 27.2%;
    max-width: 80px;
    position: absolute;
    bottom: 7px;
    right: 7px;
  }

#contents main section.s03 .wrapper .list01 li a:hover,
#contents main section.s03 .wrapper .list01 li .detail.bg02:hover {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: none;
  transition: none;
}

#contents main section.s03 .wrapper .list01 li .detail:active {
  opacity: 1;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

  #contents main section.s04 .wrapper .box01 {
    margin-top: 30px;
    padding: 60px 0 65px;
    background-image: url(../img/s0401.jpg);
    background-size: cover;
    background-position: center center;
  }
  #contents main section.s04 .wrapper .box01 .list02 {
    max-width: calc(100% - 80px);
    margin: 0 auto;
    width: 820px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
  #contents main section.s04 .wrapper .box01 .list02 li {
    width: calc(50% - 20px);
    border: 1px solid #fff;
    padding: 12px 25px;
  }
  #contents main section.s04 .wrapper .box01 .list02 li .t01 {
    font-size: 18px;
    text-align: center;
    line-height: 22px;
    height: 44px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #contents main section.s04 .wrapper .box01 .list02 li .t01 span {
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #C00;
  }
  #contents main section.s04 .wrapper .box01 .list02 li .t02 {
    color: #fff;
    font-size: 18px;
    line-height: 2.3;
  }
  #contents main section.s04 .wrapper .box01 .btn_box {
    margin-top: 40px;
    text-align: center;
  }
  #contents main section.s04 .wrapper .box01 .btn_box .btn_modal_schedule {
    display: inline-block;
    cursor: pointer;
    font-size: 28px;
    line-height: 45px;
    color: #fff;
  }
  #contents main section.s04 .wrapper .box01 .btn_box .btn_modal_schedule img {
    width: 45px;
    vertical-align: top;
    margin-left: 20px;
  }
  #contents main section.s04 .wrapper .box01 .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    padding: 40px;
  }
  #contents main section.s04 .wrapper .box01 .modal-overlay.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #contents main section.s04 .wrapper .box01 .modal-content {
    position: relative;
    max-width: 1200px;
    width: 100%;
    line-height: 0;
  }
  #contents main section.s04 .wrapper .box01 .modal-content .modal-close-btn {
    position: fixed;
    top: 40px;
    right: 40px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 45px;
    height: 45px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #contents main section.s04 .wrapper .box01 .modal-content .modal-close-btn img {
    width: 100%;
    height: auto;
  }
  #contents main section.s04 .wrapper .box01 .modal-figure img {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 80px);
    -o-object-fit: contain;
       object-fit: contain;
  }
	#contents main section.s04 .wrapper .box01 .coming-soon {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}
  #contents main section.s05 .wrapper .t01 {
    margin-top: 10px;
    text-align: center;
    font-size: 28px;
  }
  #contents main section.s05 .wrapper .map {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
  #contents main section.s06 .wrapper .t01 {
    margin-top: 10px;
    text-align: center;
    font-size: 28px;
  }
  #contents main section.s06 .wrapper .snslist {
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    margin-top: 40px;
  }
  #contents main section.s06 .wrapper .snslist li {
    width: 98px;
    display: inline-block;
    vertical-align: top;
  }
  #contents main section.s06 .wrapper .snslist li + li {
    margin-left: 40px;
  }
  #contents main section.s06 .wrapper .snslist li a {
    width: 100%;
    display: block;
  }
  #contents main section.s06 .wrapper .snslist li a img {
    width: 100%;
    display: block;
  }
  #contents main section.s07 .wrapper .swiper-area01 {
    margin-top: 50px;
  }
  #contents main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper {
    position: relative;
  }
  #contents main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide {
    width: 387px;
    padding-bottom: 12px;
  }
  #contents main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .detail {
    position: relative;
    padding: 22px 22px 100px;
    background-image: url(../img/s0301.jpg);
    background-size: 100% 100%;
    display: block;
    text-decoration: none;
    color: #4A4A4A;
    -webkit-box-shadow: 12px 12px 0 #5A5A5A;
            box-shadow: 12px 12px 0 #5A5A5A;
    border: 1px solid #4A4A4A;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }

#contents main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .detail:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 0 #5A5A5A !important;
          box-shadow: 0 0 0 #5A5A5A !important;
  -webkit-transform: translate(8px, 8px);
          transform: translate(8px, 8px);
}

  #contents main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .detail::before {
    content: "";
    display: block;
    width: 185px;
    height: 83px;
    position: absolute;
    right: 6px;
    bottom: 6px;
    background-image: url(../img/icon_info02.png);
    background-size: 100% auto;
    background-position: right 0 bottom 0;
    background-repeat: no-repeat;
  }
  #contents main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .detail .tmb img {
    width: 100%;
    display: block;
  }
  #contents main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .detail .txtbox {
    margin-top: 30px;
  }
  #contents main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .detail .txtbox .t01 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    height: 80px;
  }
  #contents main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .detail .txtbox .t02 {
    font-size: 20px;
    font-weight: bold;
  }
  #contents main section.s07 .wrapper .swiper-area01 .swiper-button-prev {
    display: block;
    width: 76px;
    height: 76px;
    background-image: url(../img/icon_prev.png);
    top: 350px !important;
    left: 60px !important;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #contents main section.s07 .wrapper .swiper-area01 .swiper-button-prev::after {
    display: none !important;
  }
  #contents main section.s07 .wrapper .swiper-area01 .swiper-button-next {
    display: block;
    width: 76px;
    height: 76px;
    background-image: url(../img/icon_next.png);
    top: 350px !important;
    right: 60px !important;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #contents main section.s07 .wrapper .swiper-area01 .swiper-button-next::after {
    display: none !important;
  }

#contents main section.s07 .wrapper .banner-container {
  margin-top: 50px; /* モバイルでは余白を少し減らす */
}
#contents main section.s07 .wrapper .banner-list {
  flex-direction: column;
  align-items: center;
}
#contents main section.s07 .wrapper .banner-list li {
  margin: 10px 0; /* 縦並びのスペース */
  width: 100%; /* モバイルでフル幅 */
  max-width: 320px; /* 画像幅に制限 */
}
#contents main section.s07 .wrapper .banner-list li img {
  width: 100%;
  height: auto; /* モバイルでレスポンシブに調整 */
}

  #contents main section.s07 .wrapper .btn_return_box {
    margin-top: 100px;
    text-align: center;
  }
  #contents main section.s07 .wrapper .btn_return_box .btn_return {
    display: inline-block;
    text-decoration: none;
    color: #4A4A4A;
    font-size: 28px;
    line-height: 1.6;
  }
  #contents main section.s07 .wrapper .linklist {
    margin-top: 80px;
  }
  #contents main section.s07 .wrapper .linklist li {
    text-align: center;
  }
  #contents main section.s07 .wrapper .linklist li + li {
    margin-top: 10px;
  }
  #contents main section.s07 .wrapper .linklist li a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 18px;
    color: #4A4A4A;
  }
}
/* ------------------------------
 width < $width-2
------------------------------ */
@media screen and (max-width: 860px) {
  #contents main {
    padding-bottom: 0;
    background-image: none;
  }
  #contents main section {
    padding-top: 100px;
    position: relative;
  }
  #contents main section.has_ttl.left_bar .wrapper .ttlbox::before {
    left: 0;
  }
  #contents main section.has_ttl.right_bar .wrapper .ttlbox::before {
    right: 0;
  }
  #contents main section.has_ttl .wrapper {
    padding-top: 80px;
    position: relative;
  }
  #contents main section.has_ttl .wrapper .ttlbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 10;
  }
  #contents main section.has_ttl .wrapper .ttlbox::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    width: 50%;
    background-color: #CC0000;
  }
  #contents main section.has_ttl .wrapper .ttlbox .ttl {
    width: 300px;
    margin: 0 auto;
    background-color: #fff;
    border: 3px solid #CC0000;
    border-radius: 50px;
    color: #CC0000;
    font-size: 28px;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    padding: 11px 0;
    position: relative;
    z-index: 2;
  }
  #contents main section .idpoint {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #contents main section.s01 {
    padding-top: 0;
  }
  #contents main section.s01 .wrapper {
    position: relative;
  }
  #contents main section.s01 .wrapper .gnav {
    display: none;
  }
  #contents main section.s01 .wrapper .ttlbox {
    height: calc(100% - 185px);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  #contents main section.s01 .wrapper .ttlbox h1 {
    width: 80%;
    display: block;
    margin: 0 auto;
    height: 100%;
    max-height: 100%;
  }
  #contents main section.s01 .wrapper .ttlbox h1 img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  #contents main section.s01 .wrapper .mvbox {
    width: 100%;
    height: 100vh;
  }

  #contents main section.s01 .wrapper .mvbox picture {
    width: 100%;
    height: 100%;
    display: block;
  }

  #contents main section.s01 .wrapper .mvbox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  #contents main section.s01 .wrapper .schedule {
	position: relative;
    margin: 20px auto 40px;
    max-width: none;
    width: calc(100% - 40px);
    min-width: auto;
    z-index: 10;
  }
  #contents main section.s01 .wrapper .schedule ul {
    width: 355px;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  #contents main section.s01 .wrapper .schedule ul li {
    display: block;
    width: 100% !important;
  }
  #contents main section.s01 .wrapper .schedule ul li + li {
    margin-top: 20px;
  }
  #contents main section.s01 .wrapper .schedule ul li a.detail dl dd {
    padding-right: 40px;
    background-image: url(../img/icon_arrow01.png);
    background-size: 25px auto;
    background-position: center right 20px;
    background-repeat: no-repeat;
  }
  #contents main section.s01 .wrapper .schedule ul li .detail {
    display: block;
    text-decoration: none;
    color: #000;
  }
  #contents main section.s01 .wrapper .schedule ul li .detail dl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #contents main section.s01 .wrapper .schedule ul li .detail dl dt {
    width: 100px;
    text-align: right;
    font-size: 24px;
    line-height: 1;
    padding: 7px 15px 8px 0;
    color: #000;
    border-right: 10px solid #CC0000;
  }
  #contents main section.s01 .wrapper .schedule ul li .detail dl dd {
    width: calc(100% - 100px);
    text-align: left;
    padding-left: 15px;
    min-height: 40px;
  }
  #contents main section.s01 .wrapper .schedule ul li .detail dl dd .t01 {
    font-size: 11px;
    line-height: 1;
  }
  #contents main section.s01 .wrapper .schedule ul li .detail dl dd .t02 {
    font-size: 24px;
    line-height: 1;
    margin-top: 2px;
  }
  #contents main section.s01 .wrapper .schedule ul li .detail dl dd .t02 br {
    display: none;
  }
  #contents main section.s01 .wrapper .schedule ul li .detail dl dd .t02 span {
    font-size: 13px;
    padding: 0 2px;
  }
  #contents main section.s01 .wrapper .btn_spsubmenu {
    width: 45px;
    display: block;
    position: fixed;
    top: 80px;
    right: 15px;
    z-index: 100;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  #contents main section.s01 .wrapper .btn_spsubmenu.scrolled {
    top: 15px;
  }
  #contents main section.s01 .wrapper .spsubmenu {
    background-color: #444;
    width: 100%;
    height: 110%;
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    -webkit-transform: translateX(110vw);
            transform: translateX(110vw);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    opacity: 0;
    padding: 150px 30px 0;
  }
  #contents main section.s01 .wrapper .spsubmenu.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  #contents main section.s01 .wrapper .spsubmenu .btn_close_spsubmenu {
    width: 45px;
    display: block;
    position: absolute;
    top: 80px;
    right: 15px;
    z-index: 1000;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #contents main section.s01 .wrapper .spsubmenu ul li + li {
    margin-top: 25px;
  }
  #contents main section.s01 .wrapper .spsubmenu ul li a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
  }
  #contents main section.s02 {
    background-image: url(../img/bg_s02.jpg);
    background-position: top -50px center;
    background-repeat: no-repeat;
  }
  #contents main section.s02 .wrapper {
    height: auto;
    padding: 140px 0;
    background-image: url(../img/s0201_sp.jpg);
    background-size: cover;
    background-position: center center;
  }
  #contents main section.s02 .wrapper h2 {
    text-align: center;
    font-size: 40px;
    line-height: 54px;
    color: #fff;
  }
  #contents main section.s03 {
    padding: 90px 0 0;
    background-image: url(../img/bg_s02.jpg);
    background-position: top -470px center;
    background-repeat: no-repeat;
  }
  #contents main section.s03 .wrapper .list01 {
    width: calc(100% - 20px);
    max-width: 1260px;
    margin: 0px auto 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 10px;
  }
  #contents main section.s03 .wrapper .list01 li {
    width: calc(50% - 5px);
  }
  #contents main section.s03 .wrapper .list01 li a {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }

@media (hover: hover) and (pointer: fine) {
  #contents main section.s03 .wrapper .list01 li a:hover {
    opacity: 1;
    -webkit-box-shadow: 0 0 0 #5A5A5A !important;
            box-shadow: 0 0 0 #5A5A5A !important;
    -webkit-transform: translate(6px, 6px);
            transform: translate(6px, 6px);
    -webkit-transition: 0.4s;
    		transition: 0.4s;
  }
}

  #contents main section.s03 .wrapper .list01 li a::before {
    content: "";
    display: block;
    width: 140px;
    height: 63px;
    position: absolute;
    right: 6px;
    bottom: 6px;
    background-image: url(../img/icon_info.svg);
    background-size: contain;
    background-position: right 0 bottom 0;
    background-repeat: no-repeat;
  }
  #contents main section.s03 .wrapper .list01 li .detail {
    position: relative;
    padding: 13px 10px 45px;
    background-image: url(../img/s0301.jpg);
    background-size: 100% 100%;
    display: block;
    text-decoration: none;
    color: #4A4A4A;
    -webkit-box-shadow: 6px 6px 0 #5A5A5A;
            box-shadow: 6px 6px 0 #5A5A5A;
    border: 1px solid #4A4A4A;
  }
  #contents main section.s03 .wrapper .list01 li .detail.bg02 {
    background-image: url(../img/s0302.jpg);
  }
  #contents main section.s03 .wrapper .list01 li .detail.bg02 .t01 {
    color: #fff;
  }
  #contents main section.s03 .wrapper .list01 li .detail .t01 {
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    height: 36px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #contents main section.s03 .wrapper .list01 li .detail .t01 span {
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
  }
  #contents main section.s03 .wrapper .list01 li .detail .tmb {
    margin-top: 13px;
  }
  #contents main section.s03 .wrapper .list01 li .detail .tmb img {
    width: 100%;
    display: block;
  }
  #contents main section.s03 .wrapper .list01 li .detail .icon_e {
    width: 27.2%;
    max-width: 80px;
    position: absolute;
    bottom: 7px;
    right: 7px;
  }
  #contents main section.s03 .wrapper .btn_toggle_list01 {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    background-color: #C00;
    padding: 13px 0 13px 0;
    width: 330px;
    text-align: center;
    max-width: calc(100% - 20px);
    margin: 25px auto 0;
    border-radius: 12px;
    text-align: center;
    position: relative;
  }
  #contents main section.s03 .wrapper .btn_toggle_list01.is-active img {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  #contents main section.s03 .wrapper .btn_toggle_list01 img {
    width: 30px;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -15px;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  #contents main section.s03 .wrapper .toggle_contents {
    display: none;
    margin-top: 10px;
  }
  #contents main section.s03 .wrapper .toggle_contents .list01 {
    margin-top: 0;
  }
  #contents main section.s04 .wrapper .box01 {
    margin-top: 0;
    padding: 45px 20px;
    background-image: url(../img/s0401_sp.jpg);
    background-size: cover;
    background-position: center center;
  }
  #contents main section.s04 .wrapper .box01 .list02 {
    max-width: 100%;
    width: 100%;
    display: block;
  }
  #contents main section.s04 .wrapper .box01 .list02 li {
    width: 100%;
    border: 1px solid #fff;
    padding: 12px 25px 15px;
  }
  #contents main section.s04 .wrapper .box01 .list02 li + li {
    margin-top: 20px;
  }
  #contents main section.s04 .wrapper .box01 .list02 li .t01 {
    font-size: 18px;
    text-align: center;
    line-height: 22px;
    height: 44px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #contents main section.s04 .wrapper .box01 .list02 li .t01 span {
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #C00;
  }
  #contents main section.s04 .wrapper .box01 .list02 li .t02 {
    color: #fff;
    font-size: 18px;
    line-height: 2.3;
  }
  #contents main section.s04 .wrapper .box01 .btn_box {
    margin-top: 40px;
    text-align: center;
  }
  #contents main section.s04 .wrapper .box01 .btn_box .btn_modal_schedule {
    display: inline-block;
    cursor: pointer;
    font-size: 28px;
    line-height: 45px;
    color: #fff;
  }
  #contents main section.s04 .wrapper .box01 .btn_box .btn_modal_schedule img {
    width: 45px;
    vertical-align: top;
    margin-left: 20px;
  }
  #contents main section.s04 .wrapper .box01 .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    padding: 20px;
  }
  #contents main section.s04 .wrapper .box01 .modal-overlay.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #contents main section.s04 .wrapper .box01 .modal-content {
    position: relative;
    max-width: 1200px;
    width: 100%;
    line-height: 0;
  }
  #contents main section.s04 .wrapper .box01 .modal-content .modal-close-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 45px;
    height: 45px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #contents main section.s04 .wrapper .box01 .modal-content .modal-close-btn img {
    width: 100%;
    height: auto;
  }
  #contents main section.s04 .wrapper .box01 .modal-figure img {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 80px);
    -o-object-fit: contain;
       object-fit: contain;
  }
	#contents main section.s04 .wrapper .box01 .coming-soon {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}
  #contents main section.s05 {
    background-image: url(../img/bg_s05.jpg);
    background-position: top -70px center;
    background-repeat: no-repeat;
  }
  #contents main section.s05 .wrapper .t01 {
    margin-top: 10px;
    text-align: center;
    font-size: 28px;
  }
  #contents main section.s05 .wrapper .map {
    width: 100%;
    display: block;
    margin-top: 80px;
  }
  #contents main section.s06 .wrapper .t01 {
    margin-top: 10px;
    text-align: center;
    font-size: 28px;
  }
  #contents main section.s06 .wrapper .snslist {
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    margin-top: 40px;
  }
  #contents main section.s06 .wrapper .snslist li {
    width: 60px;
    display: inline-block;
    vertical-align: top;
  }
  #contents main section.s06 .wrapper .snslist li + li {
    margin-left: 20px;
  }
  #contents main section.s06 .wrapper .snslist li a {
    width: 100%;
    display: block;
  }
  #contents main section.s06 .wrapper .snslist li a img {
    width: 100%;
    display: block;
  }
  #contents main section.s07 {
    background-image: url(../img/bg_s07.jpg);
    background-position: top -90px center;
    background-repeat: no-repeat;
    padding-bottom: 100px;
  }
  #contents main section.s07 .wrapper .swiper-area01 {
    margin-top: 10px;
  }
  #contents main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper {
    position: relative;
  }
  #contents main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide {
    width: 360px;
    padding-bottom: 12px;
  }
  #contents main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .detail {
    position: relative;
    padding: 22px 22px 100px;
    background-image: url(../img/s0301.jpg);
    background-size: 100% 100%;
    display: block;
    text-decoration: none;
    color: #4A4A4A;
    -webkit-box-shadow: 12px 12px 0 #5A5A5A;
            box-shadow: 12px 12px 0 #5A5A5A;
    border: 1px solid #4A4A4A;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }

@media (hover: hover) and (pointer: fine) {
  .detail:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 0 #5A5A5A !important;
          box-shadow: 0 0 0 #5A5A5A !important;
  -webkit-transform: translate(8px, 8px);
          transform: translate(8px, 8px);
  }
}

  #contents main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .detail::before {
    content: "";
    display: block;
    width: 185px;
    height: 83px;
    position: absolute;
    right: 6px;
    bottom: 6px;
    background-image: url(../img/icon_info02.png);
    background-size: 100% auto;
    background-position: right 0 bottom 0;
    background-repeat: no-repeat;
  }
  #contents main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .detail .tmb img {
    width: 100%;
    display: block;
  }
  #contents main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .detail .txtbox {
    margin-top: 30px;
  }
  #contents main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .detail .txtbox .t01 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    height: 80px;
  }
  #contents main section.s07 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .detail .txtbox .t02 {
    font-size: 20px;
    font-weight: bold;
  }
  #contents main section.s07 .wrapper .swiper-area01 .swiper-button-prev {
    display: block;
    width: 55px;
    height: 55px;
    background-image: url(../img/icon_prev.png);
    top: 280px !important;
    left: 0 !important;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #contents main section.s07 .wrapper .swiper-area01 .swiper-button-prev::after {
    display: none !important;
  }
  #contents main section.s07 .wrapper .swiper-area01 .swiper-button-next {
    display: block;
    width: 55px;
    height: 55px;
    background-image: url(../img/icon_next.png);
    top: 280px !important;
    right: 0 !important;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #contents main section.s07 .wrapper .swiper-area01 .swiper-button-next::after {
    display: none !important;
  }

#contents main section.s07 .wrapper .banner-container {
  margin-top: 50px; /* モバイルでは余白を少し減らす */
}
#contents main section.s07 .wrapper .banner-list {
  flex-direction: column;
  align-items: center;
}
#contents main section.s07 .wrapper .banner-list li {
  margin: 10px 0; /* 縦並びのスペース */
  width: 100%; /* モバイルでフル幅 */
  max-width: 320px; /* 画像幅に制限 */
}
#contents main section.s07 .wrapper .banner-list li img {
  width: 100%;
  height: auto; /* モバイルでレスポンシブに調整 */
}

  #contents main section.s07 .wrapper .goods_box {
    padding-top: 10px;
  }
  #contents main section.s07 .wrapper .goods_box .t05 {
    width: 80%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
  }
  #contents main section.s07 .wrapper .goods_box .goods_bnr {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
  #contents main section.s07 .wrapper .goods_box .goods_bnr img {
    width: 100%;
    display: block;
  }
  #contents main section.s07 .wrapper .goods_box .t06 {
    width: 80%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
    margin-top: 30px;
  }
  #contents main section.s07 .wrapper .goods_box .bnr {
    width: 70%;
    display: block;
    margin: 30px auto 0;
  }
  #contents main section.s07 .wrapper .goods_box .bnr img {
    width: 100%;
    display: block;
  }
  #contents main section.s07 .wrapper .goods_box .bnr_list {
    margin: 30px auto 0;
    display: block;
  }
  #contents main section.s07 .wrapper .goods_box .bnr_list li {
    width: 100%;
  }
  #contents main section.s07 .wrapper .goods_box .bnr_list li + li {
    margin-top: 15px;
  }
  #contents main section.s07 .wrapper .goods_box .bnr_list li a {
    width: 100%;
    display: block;
  }
  #contents main section.s07 .wrapper .goods_box .bnr_list li a img {
    width: 100%;
    display: block;
  }

  #contents main section.s07 .wrapper .btn_return_box {
    margin-top: 60px;
    text-align: center;
  }
  #contents main section.s07 .wrapper .btn_return_box .btn_return {
    display: inline-block;
    text-decoration: none;
    color: #4A4A4A;
    font-size: 28px;
    line-height: 1.6;
  }
  #contents main section.s07 .wrapper .linklist {
    margin-top: 50px;
  }
  #contents main section.s07 .wrapper .linklist li {
    text-align: center;
  }
  #contents main section.s07 .wrapper .linklist li + li {
    margin-top: 10px;
  }
  #contents main section.s07 .wrapper .linklist li a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 18px;
    color: #4A4A4A;
  }
  #contents main section .note {
    text-align: left;
    font-size: 12px;
    margin: 20px auto 0;
    padding: 0 20px;
    width: calc(100% - 40px);
  }
}