@charset "UTF-8";
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sassを使用しているので、cssファイルを直接編集しないでください。
先祖返りの原因となります。
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* setting/_reset.scss
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  width: initial;
  height: initial;
  font-size: 100%;
  font: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: baseline;
  background: initial;
  border: 0;
}

hgroup, menu, aside, details,
header, footer, article, main, section, nav,
figcaption, figure, span, em {
  display: block;
}

html {
  font-size: 62.5%;
}

*:focus {
  outline: none;
}

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

ol, ul {
  list-style: none;
}

i, em {
  font-style: normal;
}

blockquote, q {
  quotes: none;
}

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

*:not(table), *:not(tbody), *:not(thead), *:not(tfoot), *:not(tr), *:not(th), *:not(td) {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* setting/_extend.scss
-------------------------------------------------- */
@media screen and (min-width: 769px) {
  .m-tour__schedule, .m-release, .m-mv__inner, .m-anchor {
    margin-left: auto;
    margin-right: auto;
    width: 1198px;
  }
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}

.m-tour__ttl, .m-tour__copy, .m-tour__schedule--ttl-data span, .m-ranking__ttl, .m-tieup__ttl, .m-release__ttl, .m-release__copy, .m-release__special--ttl, .m-mv__dtl--ttl {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
}

@media screen and (min-width: 769px) {
  .m-tour__schedule--ttl-buy:not(span):not(p), .m-nav__btn--link:not(span):not(p), .m-nav__sns--item:not(span):not(p), .m-youtube__btn--link:not(span):not(p), .m-anchor__dtl--bloc a:not(span):not(p) {
    transition: opacity 0.2s ease-in-out;
  }
  .m-tour__schedule--ttl-buy:not(span):not(p):hover, .m-nav__btn--link:not(span):not(p):hover, .m-nav__sns--item:not(span):not(p):hover, .m-youtube__btn--link:not(span):not(p):hover, .m-anchor__dtl--bloc a:not(span):not(p):hover {
    opacity: 0.6;
  }
}

.m-mv__slider--item img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
}

.m-tour__index, .m-ranking__index, .m-tieup__index, .m-release__index {
  font-size: 2rem;
}
.m-tour__index span:before, .m-ranking__index span:before, .m-tieup__index span:before, .m-release__index span:before {
  display: block;
  content: "";
  z-index: 0;
  background-color: #707070;
  position: absolute;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .m-tour__index, .m-ranking__index, .m-tieup__index, .m-release__index {
    letter-spacing: 1px;
  }
  .m-tour__index span, .m-ranking__index span, .m-tieup__index span, .m-release__index span {
    padding: 0 90px;
    width: 1198px;
    margin: 0 auto;
  }
  .m-tour__index span:before, .m-ranking__index span:before, .m-tieup__index span:before, .m-release__index span:before {
    width: 2000px;
    left: -1924px;
  }
}
@media screen and (max-width: 768px) {
  .m-tour__index span, .m-ranking__index span, .m-tieup__index span, .m-release__index span {
    text-align: right;
    padding-right: 21px;
  }
  .m-tour__index span:before, .m-ranking__index span:before, .m-tieup__index span:before, .m-release__index span:before {
    width: 700px;
    left: calc(100% - 830px);
  }
}

/* setting/_base.scss
-------------------------------------------------- */
body {
  line-height: 1;
  background-color: #2A2925;
  color: #fff;
  transition: opacity 0.8s ease 0.6s;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
    min-width: 1200px;
    padding-bottom: 134px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    padding-bottom: 92px;
  }
}
@media screen and (max-width: 420px) {
  body {
    padding-bottom: 83px;
  }
}
@media screen and (max-width: 375px) {
  body {
    padding-bottom: 78px;
  }
}
@media screen and (max-width: 360px) {
  body {
    padding-bottom: 78px;
  }
}
@media screen and (max-width: 320px) {
  body {
    padding-bottom: 74px;
  }
}

img,
svg {
  width: 100%;
  vertical-align: bottom;
}

svg {
  width: 100%;
  height: auto;
}

input, select, textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  overflow: auto;
  resize: none;
}

@media screen and (min-width: 769px) {
  input, textarea {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  input, textarea {
    font-size: 1.4rem;
  }
}

input::-ms-clear {
  visibility: hidden;
}

select::-ms-expand {
  display: none;
}

[data-hidden] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  opacity: 0;
  transform: scale(0);
}

a {
  text-decoration: none;
}
a[href=""] {
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  [data-device=sp] {
    display: none !important;
  }

  a[href^=tel] {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  body {
    -webkit-overflow-scrolling: touch;
  }

  main {
    overflow: hidden;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  [data-device=pc] {
    display: none !important;
  }
}
/* status/_is.scss
-------------------------------------------------- */
.is-disable {
  pointer-events: none;
}
.is-lock {
  height: 100%;
  overflow: hidden;
}
/***************************************************
 * Generated by SVG Artista on 10/1/2021, 1:41:32 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .svg-elem-1 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .svg-elem-1 {
  fill: white;
}

svg .svg-elem-2 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.active .svg-elem-2 {
  fill: white;
}

svg .svg-elem-3 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

svg.active .svg-elem-3 {
  fill: white;
}

svg .svg-elem-4 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

svg.active .svg-elem-4 {
  fill: white;
}

svg .svg-elem-5 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}

svg.active .svg-elem-5 {
  fill: white;
}

svg .svg-elem-6 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

svg.active .svg-elem-6 {
  fill: white;
}

svg .svg-elem-7 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}

svg.active .svg-elem-7 {
  fill: white;
}

svg .svg-elem-8 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

svg.active .svg-elem-8 {
  fill: white;
}

svg .svg-elem-9 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

svg.active .svg-elem-9 {
  fill: white;
}

svg .svg-elem-10 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
}

svg.active .svg-elem-10 {
  fill: white;
}

svg .svg-elem-11 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}

svg.active .svg-elem-11 {
  fill: white;
}

svg .svg-elem-12 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
}

svg.active .svg-elem-12 {
  fill: white;
}

svg .svg-elem-13 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}

svg.active .svg-elem-13 {
  fill: white;
}

svg .svg-elem-14 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}

svg.active .svg-elem-14 {
  fill: white;
}

svg .svg-elem-15 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}

svg.active .svg-elem-15 {
  fill: white;
}

/* global/_header.scss
-------------------------------------------------- */
.g-header {
  position: absolute;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  width: 95vw;
}
.g-header__ttl {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .g-header {
    top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .g-header {
    top: 27px;
  }
}

/* global/_footer.scss
-------------------------------------------------- */
.g-footer {
  background-color: #AA9162;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .g-footer {
    font-size: 1.4rem;
    padding: 8px 30px;
  }
}
@media screen and (max-width: 768px) {
  .g-footer {
    font-size: 1.2rem;
    padding: 4px 20px;
  }
}

/* modules/_anchor.scss
-------------------------------------------------- */
.m-anchor__dtl--bloc {
  z-index: 50;
}
.m-anchor__dtl--bloc a {
  text-decoration: underline;
  color: #AA9162;
}
@media screen and (min-width: 769px) {
  .m-anchor {
    padding-top: 50px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
  }
  .m-anchor__dtl {
    margin-right: 182px;
  }
  .m-anchor__dtl--bloc {
    display: flex;
    align-items: center;
  }
  .m-anchor__dtl--bloc + .m-anchor__dtl--bloc {
    margin-top: 10px;
  }
  .m-anchor__dtl--bloc:nth-child(3) a {
    margin: 0 5px;
  }
  .m-anchor__dtl--bloc dt {
    text-align: right;
    min-width: 256px;
    margin-right: 15px;
  }
  .m-anchor__dtl--bloc a[href="tel:03-6258-0340"] {
    text-decoration: none;
    color: #fff;
  }
  .m-anchor__logo {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .m-anchor {
    padding: 20px 20px 50px;
  }
  .m-anchor__dtl {
    font-size: 1.6rem;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    margin-bottom: 50px;
  }
  .m-anchor__dtl--bloc + .m-anchor__dtl--bloc {
    margin-top: 38px;
  }
  .m-anchor__dtl--bloc:nth-child(3) a {
    display: inline-block;
    margin: 10px 0;
  }
  .m-anchor__dtl--bloc dt {
    margin-bottom: 11px;
  }
  .m-anchor__dtl--bloc dd {
    margin-left: 10px;
  }
  .m-anchor__logo {
    width: 136px;
  }
}

/* modules/_lede.scss
-------------------------------------------------- */
.m-lede {
  margin: 0 auto;
}
.m-lede__link {
  z-index: 50;
}
.m-lede__link iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.m-lede__link:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
@media screen and (min-width: 769px) {
  .m-lede {
    width: 1196px;
    padding-bottom: 150px;
  }
  .m-lede__note {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .m-lede {
    padding-bottom: 58px;
  }
  .m-lede__link {
    margin-bottom: 23px;
  }
  .m-lede__note {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 0 15px;
  }
}

/* modules/_youtube.scss
-------------------------------------------------- */
.m-youtube {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .m-youtube {
    width: 1196px;
    padding-bottom: 150px;
  }
  .m-youtube__note {
    margin-top: 20px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .m-youtube {
    padding-bottom: 58px;
  }
  .m-youtube__note {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.6;
    padding: 0 15px;
  }
}
@media screen and (min-width: 769px) {
  .m-youtube__slider__item {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .m-youtube__slider__item {
    padding: 0 5px;
  }
}
.m-youtube__slider__item__cont {
  width: 100%;
  padding-bottom: 56.2%;
  position: relative;
}
.m-youtube__slider__item__cont:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.m-youtube__slider__item__cont iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.m-youtube__slider__item:not(.slick-current) .m-youtube__slider__item__cont:after {
  opacity: 0.8;
  transition: opacity 0.2s ease-in-out;
}
.m-youtube__btn--link {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .m-youtube__btn--link {
    width: 312px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .m-youtube__btn--link {
    width: 206px;
    height: 35px;
  }
}

/* modules/_mv.scss
-------------------------------------------------- */
.m-mv__slider--item {
  width: 100%;
}
.m-mv__inner {
  position: absolute;
}
.m-mv__copy {
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
}
.m-mv__copy.active {
  opacity: 1;
}
.m-mv__dtl--ttl {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .m-mv__slider--item {
    height: 1082px;
  }
  .m-mv__inner {
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .m-mv__copy {
    position: absolute;
    width: 452px;
    bottom: 30%;
    left: 0;
  }
  .m-mv__dtl {
    position: absolute;
    left: 0;
    bottom: 72px;
  }
  .m-mv__dtl--ttl {
    font-size: 4rem;
    margin-bottom: 22px;
  }
  .m-mv__dtl--txt {
    font-size: 2rem;
    line-height: 1.7;
  }
  .m-mv__icn {
    width: 180px;
    height: 91px;
    position: absolute;
    bottom: 78px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .m-mv__inner {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 40px;
  }
  .m-mv__copy {
    width: 77%;
    margin: 0 auto 60px;
  }
  .m-mv__dtl {
    width: 100%;
    padding: 0 20px;
  }
  .m-mv__dtl--ttl {
    text-align: center;
    font-size: 3.3rem;
    margin-bottom: 33px;
    line-height: 1.2;
  }
  .m-mv__dtl--txt {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .m-mv__icn {
    width: 110px;
    height: 56px;
    position: absolute;
    bottom: 270px;
    right: 20px;
  }
}

/* modules/_nav.scss
-------------------------------------------------- */
.m-nav__inner {
  margin: 0 auto;
}
.m-nav__btn {
  display: flex;
  align-items: center;
}
.m-nav__btn--link {
  display: block;
}
.m-nav__sns--list {
  display: flex;
}
.m-nav__sns--item {
  width: 30px;
}
@media screen and (min-width: 769px) {
  .m-nav {
    background-color: rgba(42, 41, 37, 0.8);
    border-top: solid 2px #AA9162;
    border-bottom: solid 2px #AA9162;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
    padding: 30px;
  }
  .m-nav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 990px;
  }
  .m-nav__btn--link {
    width: 312px;
  }
  .m-nav__btn--link + .m-nav__btn--link {
    margin-left: 54px;
  }
  .m-nav__sns--list {
    align-items: center;
  }
  .m-nav__sns--item + .m-nav__sns--item {
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .m-nav__sp .m-nav__sns {
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 143px;
  }
  .m-nav__sp .m-nav__sns--list {
    display: flex;
    flex-direction: column;
  }
  .m-nav__sp .m-nav__sns--item {
    width: 30px;
  }
  .m-nav__sp .m-nav__sns--item + .m-nav__sns--item {
    margin-top: 20px;
  }
  .m-nav__sp .m-nav__btn {
    background-color: rgba(42, 41, 37, 0.8);
    border-top: solid 2px #AA9162;
    border-bottom: solid 2px #AA9162;
    justify-content: space-between;
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px;
    display: flex;
    align-items: center;
  }
  .m-nav__sp .m-nav__btn--link {
    display: block;
    width: 49%;
    max-width: 226px;
  }
}
/* modules/_release.scss
-------------------------------------------------- */
.m-release__ttl, .m-release__copy {
  text-align: center;
  color: #AA9162;
  font-weight: bold;
  letter-spacing: 1px;
}
.m-release__bloc--note .note__ttl {
  font-weight: bold;
}
.m-release__bloc--ttl {
  font-weight: bold;
}
.m-release__bloc--item:first-child {
  font-weight: bold;
}
.m-release__bloc--anchor {
  border-top: solid 1px #707070;
}
.m-release__bloc--anchor-txt em {
  font-weight: bold;
}
.m-release__special {
  background-color: #fff;
  color: #000;
}
.m-release__special--ttl {
  font-weight: bold;
  color: #AA9162;
}
.m-release__special--badge {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .m-release {
    padding-bottom: 206px;
  }
  .m-release__index {
    margin-bottom: 80px;
  }
  .m-release__ttl {
    font-size: 4rem;
    margin-bottom: 20px;
  }
  .m-release__copy {
    font-size: 3.6rem;
    margin-bottom: 80px;
  }
  .m-release__bloc {
    display: flex;
    justify-content: space-between;
    margin-bottom: 65px;
  }
  .m-release__bloc--img {
    width: 573px;
    margin-bottom: 40px;
  }
  .m-release__bloc--note {
    font-size: 1.5rem;
  }
  .m-release__bloc--note + .m-release__bloc--note {
    margin-top: 12px;
  }
  .m-release__bloc--note .note__ttl {
    margin-bottom: 12px;
  }
  .m-release__bloc--dtl {
    max-width: 574px;
  }
  .m-release__bloc--ttl {
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
  .m-release__bloc--item + .m-release__bloc--item {
    margin-top: 12px;
  }
  .m-release__bloc--item:first-child {
    font-size: 1.8rem;
  }
  .m-release__bloc--anchor {
    padding-top: 40px;
  }
  .m-release__bloc--anchor-txt {
    line-height: 1.7;
  }
  .m-release__bloc--anchor-txt + .m-release__bloc--anchor-txt {
    margin-top: 27px;
  }
  .m-release__special {
    padding: 38px 44px 30px;
  }
  .m-release__special--badge {
    width: 185px;
    top: -78px;
    left: -19px;
  }
  .m-release__special--ttl {
    text-align: right;
    font-size: 4rem;
    letter-spacing: 1px;
    padding-right: 44px;
    margin-bottom: 43px;
  }
  .m-release__special--txt {
    max-width: 468px;
    line-height: 1.7;
  }
  .m-release__special--img {
    width: 606px;
    position: absolute;
    right: 36px;
    bottom: -58px;
  }
}
@media screen and (max-width: 768px) {
  .m-release {
    padding-bottom: 50px;
  }
  .m-release__index {
    margin-bottom: 45px;
  }
  .m-release__ttl {
    font-size: 3rem;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .m-release__copy {
    font-size: 2rem;
    margin-bottom: 42px;
  }
  .m-release__bloc--ttl {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 29px;
  }
  .m-release__bloc--img {
    margin-bottom: 30px;
  }
  .m-release__bloc--dtl {
    padding: 0 20px;
  }
  .m-release__bloc--item {
    line-height: 1.3;
  }
  .m-release__bloc--item:first-child {
    font-size: 1.6rem;
  }
  .m-release__bloc--item + .m-release__bloc--item {
    margin-top: 7px;
  }
  .m-release__bloc--anchor {
    border-bottom: solid 1px #707070;
    padding-top: 40px;
    padding-bottom: 34px;
  }
  .m-release__bloc--anchor-txt {
    line-height: 1.75;
  }
  .m-release__bloc--anchor-txt + .m-release__bloc--anchor-txt {
    margin-top: 25px;
  }
  .m-release__bloc--note {
    margin-top: 37px;
  }
  .m-release__bloc--note .note__ttl {
    margin-bottom: 5px;
    line-height: 1.7;
  }
  .m-release__bloc--note + .m-release__bloc--note {
    margin-top: 30px;
  }
  .m-release__special {
    margin: 70px 20px 0;
    padding: 76px 13px 30px;
  }
  .m-release__special--badge {
    width: 113px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .m-release__special--ttl {
    font-size: 2.6rem;
    line-height: 1.4;
    margin-bottom: 19px;
  }
  .m-release__special--txt {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 13px;
  }
}

/* modules/_modal.scss
-------------------------------------------------- */
.m-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
.m-modal__btn {
  width: 100px;
  cursor: pointer;
}
.m-modal__btn__cont {
  text-align: right;
}
.m-modal.is-show {
  opacity: 1;
  visibility: visible;
}
.m-modal__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 90vh;
  max-width: 782px;
  background-color: #fff;
  overflow-y: scroll;
  z-index: 2;
}
.m-modal__inner img {
  width: 100%;
}
.m-modal__cont {
  width: 100%;
  height: 805px;
}
.m-modal__credit {
  display: flex;
  color: black;
}
.m-modal__credit__cont {
  width: 48%;
}
.m-modal__credit__cont > li > ul {
  margin-bottom: 30px;
}
.m-modal__credit__cont > li > ul > li {
  margin-bottom: 10px;
  line-height: 1.5;
}
.m-modal__credit__cont__ttl {
  font-weight: bold;
  font-size: 1.8rem;
}
.m-modal__credit__cont:last-child {
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin-bottom: 5px;
}
.m-modal__close {
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 0;
  top: 0;
}
.m-modal__close img {
  width: 20px;
  height: 20px;
}
.m-modal__bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .m-modal__inner {
    padding: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .m-modal__inner img {
    max-width: 500px;
  }
  .m-modal__credit {
    justify-content: space-between;
  }
  .m-modal__btn__cont {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .m-modal__inner {
    padding: 30px 20px;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
  }
  .m-modal__credit {
    flex-wrap: wrap;
    height: 1440px;
  }
  .m-modal__credit__cont {
    width: 100%;
  }
  .m-modal__btn__cont {
    margin-bottom: 41px;
  }
}

/* modules/_sec.scss
-------------------------------------------------- */
.m-sec__01, .m-sec__02 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .m-sec__01 {
    background: url(../img/bg01.jpg) no-repeat top center/cover;
  }
  .m-sec__02 {
    background: url(../img/bg02.jpg) no-repeat top center/cover;
  }
}
@media screen and (max-width: 768px) {
  .m-sec__01 {
    background-color: #000;
  }
  .m-sec__02 {
    background: url(../img/sp/bg02.jpg) no-repeat top center/cover;
  }
}

/* modules/_tieup.scss
-------------------------------------------------- */
.m-tieup {
  margin: 0 auto;
}
.m-tieup__ttl {
  text-align: center;
  font-weight: bold;
  color: #AA9162;
}
.m-tieup__list li {
  display: flex;
  margin-bottom: 10px;
}
.m-tieup__list li:before {
  content: "・";
}
@media screen and (min-width: 769px) {
  .m-tieup {
    width: 1196px;
    padding-bottom: 150px;
  }
  .m-tieup__index {
    margin-bottom: 80px;
  }
  .m-tieup__ttl {
    font-size: 4rem;
    margin-bottom: 20px;
  }
  .m-tieup__cont {
    display: flex;
    justify-content: space-between;
    font-size: 1.8rem;
    line-height: 3rem;
    margin-top: 81px;
  }
}
@media screen and (max-width: 768px) {
  .m-tieup {
    padding-bottom: 58px;
  }
  .m-tieup__index {
    margin-bottom: 50px;
  }
  .m-tieup__index span:before {
    left: calc(100% - 795px);
  }
  .m-tieup__ttl {
    font-size: 3rem;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .m-tieup__cont {
    padding: 0 20px;
    line-height: 2.5rem;
  }
}

/* modules/_ranking.scss
-------------------------------------------------- */
.m-ranking {
  margin: 0 auto;
}
.m-ranking__ttl {
  text-align: center;
  font-weight: bold;
  color: #AA9162;
}
.m-ranking__list li {
  display: flex;
}
.m-ranking__list li:before {
  content: "・";
}
@media screen and (min-width: 769px) {
  .m-ranking {
    width: 1196px;
    padding-bottom: 150px;
  }
  .m-ranking__index {
    margin-bottom: 80px;
  }
  .m-ranking__ttl {
    font-size: 4rem;
    margin-bottom: 20px;
  }
  .m-ranking__cont {
    display: flex;
    justify-content: space-between;
    font-size: 1.8rem;
    line-height: 3.5rem;
    margin-top: 81px;
  }
}
@media screen and (max-width: 768px) {
  .m-ranking {
    padding-bottom: 58px;
  }
  .m-ranking__index {
    margin-bottom: 50px;
  }
  .m-ranking__index span:before {
    left: calc(100% - 795px);
  }
  .m-ranking__ttl {
    font-size: 3rem;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .m-ranking__cont {
    padding: 0 20px;
    line-height: 3rem;
  }
}

/* modules/_tour.scss
-------------------------------------------------- */
.m-tour__ttl, .m-tour__copy {
  text-align: center;
  font-weight: bold;
  color: #AA9162;
}
.m-tour__schedule {
  background-color: #fff;
  color: #000;
}
.m-tour__schedule--bloc {
  border-bottom: solid 1px #707070;
  position: relative;
}
.m-tour__schedule--bloc.cancel:before, .m-tour__schedule--bloc.cancel:after {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.m-tour__schedule--bloc.cancel:before {
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 5px #ff0000;
  content: "";
  z-index: 5;
}
.m-tour__schedule--bloc.cancel:after {
  text-align: center;
  content: "中止";
  color: #FF0000;
  z-index: 6;
}
.m-tour__schedule-soldout {
  padding: 2px;
  width: 52px;
  background-color: #FF0000;
  display: inline-block;
  text-align: center;
  color: #fff;
}
.m-tour__schedule--ttl-data {
  display: flex;
  align-items: center;
}
.m-tour__schedule--ttl-data span {
  font-weight: bold;
}
.m-tour__schedule--ttl-name {
  font-weight: bold;
}
.m-tour__schedule--ttl-name i {
  display: block;
}
.m-tour__schedule--ttl-buy {
  display: inline-block;
  position: relative;
}
.m-tour__schedule--ttl-buy .m-tour__schedule--ttl-name {
  color: #AA9162;
}
.m-tour__schedule--ttl-buy:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 18px;
  background-image: url(../img/icn_link.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(150%, -50%);
}
.m-tour__schedule--dtl-time {
  display: flex;
  align-items: center;
}
.m-tour__schedule--dtl-price {
  display: flex;
}
.m-tour__schedule--dtl-price dl {
  display: flex;
  align-items: center;
}
.m-tour__schedule em {
  background-color: #AA9162;
  display: inline-block;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .m-tour {
    padding-top: 100px;
  }
  .m-tour__index {
    margin-bottom: 80px;
  }
  .m-tour__ttl {
    font-size: 4rem;
    margin-bottom: 20px;
  }
  .m-tour__copy {
    font-size: 3.6rem;
    margin-bottom: 81px;
  }
  .m-tour__lede {
    text-align: center;
    line-height: 1.7;
    margin-bottom: 66px;
  }
  .m-tour__schedule {
    padding: 50px;
  }
  .m-tour__schedule--bloc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
  }
  .m-tour__schedule--bloc + .m-tour__schedule--bloc {
    margin-top: 20px;
  }
  .m-tour__schedule--bloc.cancel:before {
    width: 1088px;
    height: 50px;
    top: -3px;
  }
  .m-tour__schedule--bloc.cancel:after {
    font-size: 42px;
    top: 6px;
  }
  .m-tour__schedule-soldout {
    position: absolute;
    top: 0;
    right: 0;
  }
  .m-tour__schedule--ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .m-tour__schedule--ttl-data {
    min-width: 248px;
    margin-right: 18px;
  }
  .m-tour__schedule--ttl-data span {
    min-width: 185px;
    font-size: 2.4rem;
    margin-right: 10px;
  }
  .m-tour__schedule--ttl-data i {
    font-size: 2rem;
  }
  .m-tour__schedule--ttl-data em {
    padding: 2px;
    width: 52px;
  }
  .m-tour__schedule--ttl-name {
    font-size: 2rem;
  }
  .m-tour__schedule--ttl-name i {
    font-size: 1.8rem;
    margin-top: 8px;
  }
  .m-tour__schedule :lang(x)::-moz-placeholder, .m-tour__schedule--ttl-data span {
    min-width: 192px;
  }
  .m-tour__schedule _:lang(x) + _:-webkit-full-screen-document, .m-tour__schedule--ttl-data span {
    min-width: 198px;
  }
  .m-tour__schedule--dtl {
    min-width: 478px;
  }
  .m-tour__schedule--dtl-price {
    align-items: center;
    margin-top: 10px;
  }
  .m-tour__schedule--dtl-price__box {
    display: flex;
    align-items: center;
  }
  .m-tour__schedule--dtl-price__box dl + dl {
    margin-left: 16px;
  }
  .m-tour__schedule--dtl em {
    width: 98px;
    padding: 3px 5px;
    margin-right: 12px;
  }
  .m-tour__schedule--note {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .m-tour__schedule--note p + p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .m-tour {
    padding-top: 50px;
  }
  .m-tour__index {
    margin-bottom: 50px;
  }
  .m-tour__index span:before {
    left: calc(100% - 795px);
  }
  .m-tour__ttl {
    font-size: 3rem;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .m-tour__copy {
    font-size: 2rem;
    line-height: 1.7;
    margin-bottom: 10px;
  }
  .m-tour__lede {
    line-height: 1.75;
    padding: 0 20px;
    margin-bottom: 45px;
  }
  .m-tour__schedule {
    margin: 0 20px;
    padding: 20px;
  }
  .m-tour__schedule em {
    font-size: 1.6rem;
  }
  .m-tour__schedule--bloc {
    padding-bottom: 20px;
  }
  .m-tour__schedule--bloc + .m-tour__schedule--bloc {
    margin-top: 20px;
  }
  .m-tour__schedule--bloc.cancel:before {
    width: calc(100% - 10px);
    height: 90%;
    top: -5px;
  }
  .m-tour__schedule--bloc.cancel:after {
    font-size: 3rem;
    top: 45%;
    transform: translate(-50%, -45%);
  }
  .m-tour__schedule-soldout {
    font-size: 1.6rem;
    position: absolute;
    bottom: 20px;
    right: 0;
  }
  .m-tour__schedule--ttl-data {
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .m-tour__schedule--ttl-data span {
    font-size: 2.4rem;
  }
  .m-tour__schedule--ttl-data em {
    padding: 2px;
    width: 52px;
  }
  .m-tour__schedule--ttl-buy:after {
    top: 0;
    transform: translate(150%, 0);
  }
  .m-tour__schedule--ttl-name {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .m-tour__schedule--ttl-name i {
    margin-top: 6px;
  }
  .m-tour__schedule--dtl {
    font-size: 1.6rem;
  }
  .m-tour__schedule--dtl-price {
    align-items: flex-start;
    margin-top: 10px;
  }
  .m-tour__schedule--dtl-price p {
    text-align: right;
  }
  .m-tour__schedule--dtl-price__box dl {
    margin-top: 4px;
  }
  .m-tour__schedule--dtl-price__box dl + dl {
    margin-top: 11px;
  }
  .m-tour__schedule--dtl-price__box dt {
    text-align: right;
    min-width: 52px;
  }
  .m-tour__schedule--dtl-price__box dd {
    text-align: right;
    min-width: 72px;
    margin-left: 5px;
  }
  .m-tour__schedule--dtl em {
    width: 98px;
    padding: 3px;
    margin-right: 12px;
  }
  .m-tour__schedule--note {
    font-size: 1.2rem;
    margin-top: 17px;
  }
  .m-tour__schedule--note p {
    line-height: 1.7;
    padding-left: 1em;
    text-indent: -1em;
  }
}
