@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*---------------------------------------------------------------
　　　common
---------------------------------------------------------------*/
html {
  min-height: 100vh;
  overflow-x: hidden;
  font-size: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.625vw;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 10px;
  }
}

/* 固定
html { font-size: 62.5%; }
*/
.forSP {
  display: block;
}
@media screen and (min-width: 768px) {
  .forSP {
    display: none;
  }
}

.forPC {
  display: none;
}
@media screen and (min-width: 768px) {
  .forPC {
    display: block;
  }
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

body {
  background: white;
  margin: 0;
  padding: 0;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  body {
    font-size: clamp(14px, 1.65vw, 24px);
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: clamp(14px, 1.65vw, 16px);
  }
}

/*---------------------------------------------------------------
header
---------------------------------------------------------------*/
header {
  width: 80%;
  margin: auto;
  max-width: 700px;
  padding: 6rem 0;
}
header .hoff {
  width: 70%;
  max-width: 350px;
  margin: 0 auto 10rem;
}
header .mv_img {
  position: relative;
}
header .mv_img h1 {
  width: 70%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
header p {
  text-align: center;
  font-weight: bold;
  padding-top: 1em;
  font-size: 1.3em;
}

/*---------------------------------------------------------------
    footer
---------------------------------------------------------------*/
footer {
  clear: both;
  text-align: center;
  background: #5eac95;
  color: white;
  padding: 30px 0;
  position: relative;
}
footer copyright {
  text-align: center;
}

/*---------------------------------------------------------------
    common
---------------------------------------------------------------*/
#contents {
  width: 100%;
  margin: auto;
  text-align: center;
  padding-bottom: 10rem;
}
#contents::after {
  content: "";
  display: block;
  width: 1.5em;
  aspect-ratio: 1/9;
  background: url(../img/left.png) no-repeat center/90%;
  position: fixed;
  left: 0;
  bottom: 5%;
  border-top: 5px solid #5eac95;
  z-index: 10;
}

.inner {
  width: 1130px;
  margin: auto;
}

p {
  text-align: left;
}

.tour {
  width: calc(95% - 2em);
  max-width: 880px;
  margin: auto auto auto 2em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .tour {
    width: 95%;
    margin: auto;
  }
}
.tour .month {
  font-size: 1.4em;
  font-weight: bold;
  background: #5eac95;
  color: #fff;
  padding: 0.2em 2rem;
  float: left;
}
.tour .icon {
  display: flex;
  line-height: 1;
  padding-left: 2em;
  align-items: center;
  transform: translateY(25%);
}
.tour .icon img {
  width: 1.5em;
  display: inline;
  vertical-align: baseline;
  margin: auto 0.5em;
}
.tour .schedule {
  clear: both;
  margin-top: 5rem;
}
.tour .schedule > li {
  margin-bottom: 2em;
  padding-bottom: 2em;
  position: relative;
  background: url(../img/dotted.svg) repeat-x bottom left;
  background-size: 2.9rem;
}
@media screen and (min-width: 768px) {
  .tour .schedule > li {
    margin-bottom: 4rem;
    display: flex;
    gap: 20px;
  }
}
.tour .schedule > li::before {
  content: "";
  display: block;
  width: 4rem;
  aspect-ratio: 1/1;
  background: url(../img/ho.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .tour .schedule > li::before {
    width: 3rem;
  }
}
.tour .schedule > li .date {
  width: 100%;
  font-weight: bold;
  white-space: nowrap;
  font-feature-settings: "palt";
  text-align: left;
  color: #5eac95;
  font-size: 1.5em;
  padding-left: 5rem;
}
@media screen and (min-width: 768px) {
  .tour .schedule > li .date {
    width: 17rem;
    font-size: 1.4em;
    padding-left: 4rem;
  }
}
.tour .schedule > li .text {
  width: calc(100% - 2em);
  margin-left: 2em;
}
@media screen and (min-width: 768px) {
  .tour .schedule > li .text {
    width: calc(100% - 12rem);
    margin-left: auto;
  }
}
.tour .schedule > li h3 {
  text-align: left;
  color: #5eac95;
  font-size: 1.5em;
}
@media screen and (min-width: 768px) {
  .tour .schedule > li h3 {
    font-size: 1.4em;
  }
}
.tour .schedule > li h3 img {
  width: 1em;
  display: inline;
}
.tour .schedule > li p {
  font-size: 1.1em;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .tour .schedule > li p {
    font-size: 0.9em;
  }
}
.tour .schedule > li .description {
  display: block;
  padding: 0 1em;
  border-left: 3px solid #ffab55;
  margin: 1em 0.5em;
}
.tour .schedule > li dl {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  .tour .schedule > li dl {
    font-size: 1.1em;
  }
}
.tour .schedule > li dl dt {
  width: 6em;
  padding: 0.4em;
  color: #5eac95;
  font-weight: bold;
}
.tour .schedule > li dl dt:nth-child(2n) {
  background: #ccc;
}
.tour .schedule > li dl dd {
  width: calc(100% - 6em);
  padding: 0.4em 0;
}
.tour .schedule > li dl dd em {
  display: inline-block;
  width: 1.5em;
  height: 1em;
  margin-bottom: -0.1em;
  background: url(../img/arrow.svg) no-repeat center center/contain;
}
.tour .schedule > li dl dd p.small {
  font-size: 0.9em;
  padding-top: 0.5em;
}
.tour .schedule > li dl dt:nth-of-type(odd),
.tour .schedule > li dl dt:nth-of-type(odd) + dd {
  background: #f7f7f7;
}
.tour .schedule > li.event::before {
  background: url(../img/i.svg) no-repeat center center/contain;
}
.tour .schedule > li.event .date,
.tour .schedule > li.event h3 {
  color: #ffab55;
}
.tour .schedule > li .ticket_box {
  display: flex;
  gap: 20px;
  padding: 0.5em 0;
}
.tour .schedule > li .link {
  margin-left: 0.8em;
}
.tour .schedule > li .link li {
  width: auto;
  font-weight: bold;
  list-style: circle;
  margin-bottom: 0.1em;
}
.tour .schedule > li .link li.release {
  list-style: none;
  margin-left: -1em;
}
.tour .schedule > li .link li a {
  background: yellow;
  color: #5eac95;
}

.ticket {
  text-align: center;
  padding: 4rem 0 10rem;
}
.ticket p {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .ticket p {
    font-size: 1.6em;
  }
}
.ticket p strong {
  color: #fff;
  display: inline-block;
  padding: 0 1em;
  line-height: 1.3;
  background: #5eac95;
  margin-right: 1em;
}