@charset "UTF-8";
/**
 * style.css 1.1.1
 * Released on: 01,2025
 */
/* Icons */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------
flex
---------------------------------*/
.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap; /* 折返し指定 */
}
.flex_list{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap; /* 折返し指定 */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

body, html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-size: 1em;
}

blockquote, q {
  quotes: none;
}

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

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

a img {
  border: none;
}

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

/* iOSでのデフォルトスタイルをリセット */
input[type=button], input[type=text], input[type=tel], input[type=email], input[type=submit], input[type=image], textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

input[type=radio] {
  display: none;
}

input[type=radio]:checked + label {
  background: #5f5f5f;
}

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

figure img {
  vertical-align: bottom;
}

video {
  -webkit-filter: drop-shadow(0px 0px #000);
          filter: drop-shadow(0px 0px #000);
  outline: none;
  border: none;
}

em {
  font-style: normal;
}

img {
  max-width: 100%;
}

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

a {
  text-decoration: none;
  color: #000;
}

p {
  word-wrap: break-word;
}

p img {
  vertical-align: bottom;
  max-width: 100%;
}

/* MEDIA QUERY */
@media screen and (min-width: 1025px) {
  .lt-tbltNone {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .st-tbltNone {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .lt-spNone {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .st-spNone {
    display: none !important;
  }
}
/***********************************
* HOVER
***********************************/
/*--------------------------
* General
*--------------------------*/
html {
  color: #333333;
}

body {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

:root {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1025px) {
  :root {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    font-size: 0.9765625vw;
  }
}
@media screen and (max-width: 768px) {
  :root {
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 640px) {
  :root {
    font-size: 2.6666666667vw;
  }
}

.cmn__inner {
  max-width: calc(144rem);
  width: calc(100% - (10rem * 2));
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .cmn__inner {
    width: calc(100% - (5rem * 2));
  }
}
@media screen and (max-width: 640px) {
  .cmn__inner {
    width: calc(100% - (3.5rem * 2));
  }
}

#wrap {
  position: relative;
  max-width: 37.5rem;
  width: 100%;
  margin: 0 max(23.75vw, 23.75rem) 0 auto;
  min-height: 100vh;
  background: #DAE7DE;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #wrap {
    margin-right: 0;
    max-width: min(500px, 50rem);
  }
}
@media screen and (max-width: 640px) {
  #wrap {
    max-width: 100%;
    margin: 0;
  }
}

#wrap.is-top {
  max-width: 100%;
}

@media screen and (min-width: 641px) {
  #wrap:not(.is-top) {
    -webkit-box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.25);
  }
}

.igBtn .img {
  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;
}
.igBtn .img img {
  width: 2.664rem;
}
@media screen and (max-width: 1024px) {
  .igBtn .img img {
    width: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .igBtn .img img {
    width: 3rem;
  }
}
.igBtn .txt {
  font-family: "futura-pt-condensed", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.1312rem;
  margin-left: 1.332rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .igBtn .txt {
    font-size: 1.6rem;
  }
}

/*--------------------------
* PC SideArea
*--------------------------*/
@media (any-hover: hover) {
  .parco {
    -webkit-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .parco:hover {
    opacity: 0.65;
  }
}

@media screen and (min-width: 641px) {
  .pcSideArea .parco {
    width: 8.658rem;
    z-index: 1;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .pcSideArea .parco {
    width: 13rem;
  }
}
@media screen and (min-width: 641px) and (max-width: 640px) {
  .pcSideArea .parco {
    width: 8rem;
  }
}
@media screen and (min-width: 641px) {
  .pcSideArea .parco img {
    width: 100%;
  }
  .pcSideArea .igBtn {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
    -webkit-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .pcSideArea .igBtn:hover {
    opacity: 0.65;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .pcSideArea__top {
    display: none;
    height: 0;
  }
}
@media screen and (min-width: 641px) {
  .pcSideArea__top .parco {
    position: absolute;
    top: min(12vh, 5.994rem);
    left: 3.996rem;
  }
  .pcSideArea__top .igBtn {
    top: min(11.5vh, 5.328rem);
    right: 2.664rem;
  }
  .pcSideArea__main {
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100vw - max(23.75vw, 23.75rem) - 37.5rem);
	height: 100%;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-image: url(../images/common/bg_image_pc_01.jpg);
	background-size: cover;
  }
  .pcSideArea__main__inner {
    height: 100%;
    padding-top: min(12vh, 6.66rem);
    padding-bottom: min(6vh, 3.33rem);
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .pcSideArea__main {
    width: calc(100vw - min(500px, 50rem));
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .pcSideArea__main {
    width: calc(100% - min(500px, 50rem));
    left: 0;
  }
}
@media screen and (min-width: 641px) {
  .pcSideArea__main .parco {
    position: absolute;
    top: min(6vh, 2.997rem);
    left: 3.33rem;
  }
  .pcSideArea__main .copy {
    position: absolute;
    right: 3.33rem;
    top: min(4.5vh, 1.998rem);
  }
  .pcSideArea__main .copy img {
    width: 15.318rem;
  }
  .pcSideArea__main .kv {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    position: relative;
  }
  .pcSideArea__main .kv img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
  }
  .pcSideArea__aside {
	position: fixed;
	top: 0;
	right: 0;
	width: max(23.75vw, 23.75rem);
	height: 100%;
	background-color: #f5e8e8;
	background-image: url(../images/common/bg_image_pc_03.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .pcSideArea__aside {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .pcSideArea__aside__inner {
    height: 100%;
    padding-bottom: min(6vh, 3.33rem);
  }
  .pcSideArea__aside .igBtn {
    left: 2.664rem;
    top: min(6vh, 2.997rem);
    z-index: 99;
  }
  .pcSideArea__aside__menu {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
  }
  .pcSideArea__aside__menu .guestcity {
    position: relative;
    width: calc(100% - 5.328rem);
    margin: 0 auto min(7vh, 4.662rem);
  }
  .pcSideArea__aside__menu .guestcity__inner {
    position: relative;
    z-index: 1;
    padding-bottom: 2.331rem;
  }
  .pcSideArea__aside__menu .guestcity::before {
    content: "";
    display: block;
    background: #fff;
    border-radius: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 2.331rem);
  }
}
@media screen and (min-width: 641px) and (max-width: 640px) {
  .pcSideArea__aside__menu .guestcity::before {
    border-radius: 10px;
  }
}
@media screen and (min-width: 641px) {
  .pcSideArea__aside__menu .guestcity .contbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: -1.332rem
  }
  .pcSideArea__aside__menu .guestcity .contbox .img {
    width: 9.324rem;
    margin-right: 0.333rem;
  }
  .pcSideArea__aside__menu .guestcity .contbox .ttl {
    margin-bottom: 1.332rem;
  }
  .pcSideArea__aside__menu .guestcity .contbox .ttl img {
    display: block;
    margin-bottom: 0.5em;
  }
  .pcSideArea__aside__menu .guestcity .contbox .ttl span {
    font-family: "zen-kaku-gothic-new", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #008A69;
    font-weight: 700;
  }
  .pcSideArea__aside__menu .guestcity .date {
    margin: 0.999rem 0;
    display: block;
  }
  .pcSideArea__aside__menu .guestcity .date img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .pcSideArea__aside__menu .guestcity .cmn__btn01 {
    position: absolute;
    bottom: -1.998rem;
    right: -1.332rem;
  }
  .pcSideArea__aside__menu .guestcity.item01 .contbox .img {
    margin-right: 0.666rem;
  }
  .pcSideArea__aside__menu .guestcity.item01 .contbox .ttl img {
    width: 6.5268rem;
  }
  .pcSideArea__aside__menu .guestcity.item01 .date img {
    max-width: 14.5188rem;
  }
  .pcSideArea__aside__menu .guestcity.item02 .contbox .ttl img {
    width: 4.8618rem;
  }
  .pcSideArea__aside__menu .guestcity.item02 .date img {
    max-width: 17.4492rem;
  }
  .pcSideArea__aside__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(2vh, 1.332rem);
    padding: 0 3.996rem;
  }
  .pcSideArea__aside__menu ul a {
    font-family: "futura-pt-condensed", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    font-weight: 500;
    font-style: normal;
    width: 100%;
    color: #E84D15;
	font-size: 20px;
	line-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .pcSideArea__aside__menu ul a::before {
    content: "";
    width: 0.7992rem;
    height: 0.7992rem;
    background: #E84D15;
    display: block;
    border-radius: 50%;
    margin-right: 0.75em;
    -webkit-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
@media screen and (min-width: 641px) and (any-hover: hover) {
  .pcSideArea__aside__menu ul li:nth-of-type(odd) a:hover {
    color: #008A69;
  }
  .pcSideArea__aside__menu ul li:nth-of-type(odd) a:hover::before {
    background: #008A69;
  }
  .pcSideArea__aside__menu ul li:nth-of-type(even) a:hover {
    color: #694632;
  }
  .pcSideArea__aside__menu ul li:nth-of-type(even) a:hover::before {
    background: #694632;
  }
}
@media screen and (max-width: 640px) {
  .pcSideArea {
    display: none !important;
  }
}

/*--------------------------
* Intro
*--------------------------*/
/*--------------------------
* Header
*--------------------------*/
.headerTicker {
	background-color: #FFFFFF;
	color: #fff;
	font-size: 1.332rem;
	line-height: 2;
	letter-spacing: 0.05em;
	white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .headerTicker {
    font-size: 1rem;
    line-height: 3;
    -webkit-text-size-adjust: 100%;
  }
}
.headerTicker p {
  display: inline-block;
}
.headerTicker.is-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  .headerTicker.is-bottom {
    display: none;
  }
}

.header {
  position: sticky;
  z-index: 100;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .header {
    display: none;
    height: 0;
  }
}
@media screen and (max-width: 640px) {
  .header {
    padding: 0;
  }
}

#wrap.is-top .header {
  top: 0.5rem;
  left: 0;
}
#wrap.is-top .header .parco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 2.2rem;
  top: 1.5rem;
  z-index: 100;
}
@media screen and (max-width: 640px) {
  #wrap.is-top .header .parco {
    top: 2rem;
  }
}
#wrap.is-top .header .parco img {
  width: 12rem;
}
@media screen and (max-width: 640px) {
  #wrap.is-top .header .parco img {
    width: 8rem;
  }
}
#wrap.is-top .header .igBtn {
  position: absolute;
  right: 2.2rem;
  top: 1.5rem;
}
@media screen and (max-width: 640px) {
  #wrap.is-top .header .igBtn {
    top: 1.75rem;
  }
}

#wrap:not(.is-top) .header__nav {
	position: fixed;
	opacity: 0;
	width: 100%;
	height: 100vh;
	padding: 3rem 0 5rem;
	background: #DAE7DE;
	bottom: 0;
	right: 0;
	z-index: -1;
	pointer-events: none;
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	will-change: opacity, clip-path;
	-webkit-transition: opacity ease 400ms 100ms, -webkit-clip-path ease-in-out 400ms;
	transition: opacity ease 400ms 100ms, -webkit-clip-path ease-in-out 400ms;
	transition: opacity ease 400ms 100ms, clip-path ease-in-out 400ms;
	transition: opacity ease 400ms 100ms, clip-path ease-in-out 400ms, -webkit-clip-path ease-in-out 400ms;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;
}
@media screen and (max-width: 1024px) {
  #wrap:not(.is-top) .header__nav {
    max-width: min(500px, 50rem);
  }
}
@media screen and (max-width: 640px) {
  #wrap:not(.is-top) .header__nav {
    max-width: 100%;
  }
}
#wrap:not(.is-top) .header__nav.is-active {
  opacity: 1;
  pointer-events: auto;
  -webkit-clip-path: inset(0 0 0%);
          clip-path: inset(0 0 0%);
  -webkit-transition: opacity ease 400ms 0ms, -webkit-clip-path ease-in-out 400ms;
  transition: opacity ease 400ms 0ms, -webkit-clip-path ease-in-out 400ms;
  transition: opacity ease 400ms 0ms, clip-path ease-in-out 400ms;
  transition: opacity ease 400ms 0ms, clip-path ease-in-out 400ms, -webkit-clip-path ease-in-out 400ms;
}
@media screen and (max-height: 680px) {
  #wrap:not(.is-top) .header__nav.is-active {
    overflow-y: scroll;
  }
}
@media screen and (min-width: 1025px) {
  #wrap:not(.is-top) .header__nav {
    display: none !important;
  }
}
#wrap:not(.is-top) .header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
  margin-bottom: 6rem;
}
@media screen and (max-width: 640px) {
  #wrap:not(.is-top) .header__nav ul {
    margin-bottom: min(3rem, 4vh);
  }
}
#wrap:not(.is-top) .header__nav ul a {
  font-family: "futura-pt-condensed", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  color: #E84D15;
	font-size: 20px;
  letter-spacing: 0.075em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.5em;
  -webkit-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
#wrap:not(.is-top) .header__nav ul a::before {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  background: #E84D15;
  display: block;
  border-radius: 50%;
  margin-right: 0.5em;
  -webkit-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (any-hover: hover) {
  #wrap:not(.is-top) .header__nav ul li:nth-of-type(odd) a:hover {
    color: #008A69;
  }
  #wrap:not(.is-top) .header__nav ul li:nth-of-type(odd) a:hover::before {
    background: #008A69;
  }
  #wrap:not(.is-top) .header__nav ul li:nth-of-type(even) a:hover {
    color: #694632;
  }
  #wrap:not(.is-top) .header__nav ul li:nth-of-type(even) a:hover::before {
    background: #694632;
  }
}
#wrap:not(.is-top) .header__nav .guestcity {
  position: relative;
  width: 24rem;
}
#wrap:not(.is-top) .header__nav .guestcity__inner {
  position: relative;
  z-index: 1;
  padding-bottom: 1.75rem;
}
#wrap:not(.is-top) .header__nav .guestcity::before {
  content: "";
  display: block;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 1.75rem);
}
@media screen and (max-width: 640px) {
  #wrap:not(.is-top) .header__nav .guestcity::before {
    border-radius: 10px;
  }
}
#wrap:not(.is-top) .header__nav .guestcity .contbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -1.4rem;
}
#wrap:not(.is-top) .header__nav .guestcity .contbox .img {
  width: 8.4rem;
  margin-right: 0.35rem;
}
#wrap:not(.is-top) .header__nav .guestcity .contbox .ttl {
  margin-bottom: 1.4rem;
}
#wrap:not(.is-top) .header__nav .guestcity .contbox .ttl img {
  display: block;
  margin-bottom: 0.5em;
}
#wrap:not(.is-top) .header__nav .guestcity .contbox .ttl span {
  font-family: "zen-kaku-gothic-new", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #008A69;
	font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
#wrap:not(.is-top) .header__nav .guestcity .date {
  margin: 0.75rem 0;
  display: block;
}
#wrap:not(.is-top) .header__nav .guestcity .date img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#wrap:not(.is-top) .header__nav .guestcity .cmn__btn01 {
  position: absolute;
  bottom: -2.1rem;
  right: -1.4rem;
}
#wrap:not(.is-top) .header__nav .guestcity.item01 .contbox .img {
  margin-right: 0.7rem;
}
#wrap:not(.is-top) .header__nav .guestcity.item01 .contbox .ttl img {
  width: 6.86rem;
}
#wrap:not(.is-top) .header__nav .guestcity.item01 .date img {
  max-width: 15.26rem;
}
#wrap:not(.is-top) .header__nav .guestcity.item02 .contbox .ttl img {
  width: 5.11rem;
}
#wrap:not(.is-top) .header__nav .guestcity.item02 .date img {
  max-width: 18.34rem;
}
#wrap:not(.is-top) .header__inner {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #DAE7DE;
  padding: 0 2.5rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #wrap:not(.is-top) .header__inner {
    max-width: min(500px, 50rem);
  }
}
@media screen and (max-width: 640px) {
  #wrap:not(.is-top) .header__inner {
    max-width: 100%;
  }
}
#wrap:not(.is-top) .header__toggleNav {
  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;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  #wrap:not(.is-top) .header__toggleNav {
    top: 0.75rem;
  }
}
#wrap:not(.is-top) .header__toggleNav .icon {
  width: 2.5rem;
  height: 1em;
  display: block;
  position: relative;
}
#wrap:not(.is-top) .header__toggleNav .icon::before, #wrap:not(.is-top) .header__toggleNav .icon::after,
#wrap:not(.is-top) .header__toggleNav .icon span {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  top: calc(50% - 1px);
  left: 0;
  border-radius: 100vmax;
  background: #694632;
  position: absolute;
  -webkit-transition: opacity 400ms, top ease 200ms 200ms, -webkit-transform ease 200ms;
  transition: opacity 400ms, top ease 200ms 200ms, -webkit-transform ease 200ms;
  transition: opacity 400ms, transform ease 200ms, top ease 200ms 200ms;
  transition: opacity 400ms, transform ease 200ms, top ease 200ms 200ms, -webkit-transform ease 200ms;
  border-radius: 100vh;
}
#wrap:not(.is-top) .header__toggleNav .icon::before {
  top: calc(50% - 10px);
}
#wrap:not(.is-top) .header__toggleNav .icon::after {
  top: calc(50% + 8px);
}
#wrap:not(.is-top) .header__toggleNav.is-open .icon::before, #wrap:not(.is-top) .header__toggleNav.is-open .icon::after {
  top: calc(50% - 1px);
  -webkit-transition: top ease 200ms, -webkit-transform ease 200ms 200ms;
  transition: top ease 200ms, -webkit-transform ease 200ms 200ms;
  transition: transform ease 200ms 200ms, top ease 200ms;
  transition: transform ease 200ms 200ms, top ease 200ms, -webkit-transform ease 200ms 200ms;
}
#wrap:not(.is-top) .header__toggleNav.is-open .icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#wrap:not(.is-top) .header__toggleNav.is-open .icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#wrap:not(.is-top) .header__toggleNav.is-open .icon span {
  opacity: 0;
}
#wrap:not(.is-top) .header .igBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wrap:not(.is-top) .header .igBtn .img {
	width: 20rem;
}
#wrap:not(.is-top) .header .igBtn .img img{
	width: 100%;
}
#wrap:not(.is-top) .header .igBtn .txt {
  color: #694632;
  margin-left: 0.5em;
}

/*--------------------------
 * Foot
*--------------------------*/
.footarea {
  padding-top: 6rem;
  background: #E7E5DA;
}
@media screen and (max-width: 1024px) {
  .footarea {
    padding-bottom: 5rem;
  }
}

.sponsors {
  padding: 0 2.5rem 4rem;
}
.sponsors__ttl {
  text-align: center;
  margin-bottom: 3.5rem;
}
.sponsors__ttl img {
  width: 25.6rem;
}
.sponsors__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.4rem 1.8rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sponsors__list__item {
  width: calc(33.3% - 2.5rem);
}
.sponsors__list img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1025px) {
  .sponsors__list a {
    -webkit-transition: ease 200ms;
    transition: ease 200ms;
  }
  .sponsors__list a:hover {
    opacity: 0.6;
  }
}

.organiser {
  padding: 0 2.5rem 5rem;
}
.organiser__ttl {
  text-align: center;
  margin-bottom: 2rem;
}
.organiser__ttl img {
  width: 21.1rem;
}
.organiser__list {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.75;
}

.footer {
  background: #8FA395;
  padding: 1.25rem 0 1.5rem;
}
.footer__logo {
  margin-bottom: 0.5rem;
}
.footer__logo img {
  width: 100%;
}
.footer .txt {
  color: #fff;
  text-align: center;
  font-size: 1rem;
}

/*--------------------------
* Animation settings
*--------------------------*/
/*--------------------------
* parts
*--------------------------*/
.cmn__btn01.coming a {
  pointer-events: none;
}
.cmn__btn01.coming span {
  margin-left: 0 !important;
}
.cmn__btn01 a {
  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;
  border-radius: 100vh;
  width: 13.32rem;
  height: 3.996rem;
  font-family: "zen-kaku-gothic-new", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #fff;
  font-size: 1.8648rem;
  position: relative;
  background: #E84D15;
  overflow: hidden;
}
@media (any-hover: hover) {
  .cmn__btn01 a {
    -webkit-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .cmn__btn01 a span::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-transition: 0.2s ease opacity, 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) -webkit-clip-path;
    transition: 0.2s ease opacity, 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) -webkit-clip-path;
    transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) clip-path, 0.2s ease opacity;
    transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) clip-path, 0.2s ease opacity, 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) -webkit-clip-path;
    background-size: 7px 2px;
    background-image: linear-gradient(to right, #fff 1px, transparent 2px);
    background-repeat: repeat-x;
    background-position: left bottom;
    bottom: -0.25rem;
    opacity: 0;
  }
  .cmn__btn01 a img {
    -webkit-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .cmn__btn01 a:hover span::after {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  .cmn__btn01 a:hover img {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media screen and (max-width: 1024px) {
  .cmn__btn01 a {
    width: 20rem;
    height: 6rem;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .cmn__btn01 a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .cmn__btn01 a {
    width: 10rem;
    height: 3rem;
    font-size: 1.4rem;
  }
}
.cmn__btn01 a span {
  position: relative;
  display: block;
  margin-left: 1.332rem;
}
@media screen and (max-width: 1024px) {
  .cmn__btn01 a span {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .cmn__btn01 a span {
    margin-left: 1rem;
  }
}
.cmn__btn01 a img {
  padding-top: 0.25em;
  margin-left: 1em;
  width: 1.332rem;
}
@media screen and (max-width: 1024px) {
  .cmn__btn01 a img {
    width: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .cmn__btn01 a img {
    width: 1rem;
  }
}

/*--------------------------
* KV
*--------------------------*/
@media screen and (min-width: 1025px) {
  .top {
    overflow: hidden;
  }
}
@media screen and (min-width: 1025px) {
  .top__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.4975rem 3.663rem 5.1615rem;
    height: calc(100vh - 2.664rem);
  }
}
@media screen and (max-width: 1024px) {
  .top__inner {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .top__inner {
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 1025px) {
  .topKv {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 46%;
    height: 100%;
    padding: 0 3.33rem 0 1.665rem;
  }
}
@media screen and (max-width: 1024px) {
  .topKv {
    width: 100%;
    max-width: 75rem;
    margin: 8rem auto 0;
  }
}
@media screen and (max-width: 640px) {
  .topKv {
    margin-top: 4rem;
  }
}
.topKv h1 {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
.topKv h1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.topKv h1 .topKv__end {
  display: block;
  width: 13.32rem;
  height: 13.32rem;
  position: absolute;
  left: 1.8315rem;
  bottom: 0.666rem;
  top: auto;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .topKv h1 .topKv__end {
    width: 20rem;
    height: 20rem;
  }
}
@media screen and (max-width: 640px) {
  .topKv h1 .topKv__end {
    width: 10rem;
    height: 10rem;
    left: 1.5rem;
    bottom: 1rem;
  }
}

.topInfo {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .topInfo {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 640px) {
  .topInfo {
    padding: 0 2.5rem;
    margin-top: -1rem;
  }
}
.topInfo__ttl {
  text-align: center;
  margin-bottom: 4.995rem;
}
@media screen and (max-width: 1024px) {
  .topInfo__ttl {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 640px) {
  .topInfo__ttl {
    margin-bottom: 4.5rem;
  }
}
.topInfo__ttl img {
  width: 29.97rem;
}
@media screen and (max-width: 1024px) {
  .topInfo__ttl img {
    width: 45rem;
  }
}
@media screen and (max-width: 640px) {
  .topInfo__ttl img {
    width: 22.5rem;
  }
}
.topInfo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.663rem;
}
@media screen and (max-width: 768px) {
  .topInfo__list {
    gap: 2px;
  }
}
.topInfo__list__item {
  position: relative;
  width: 50%;
  padding-bottom: 1.7982rem;
}
@media screen and (max-width: 1024px) {
  .topInfo__list__item {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .topInfo__list__item {
    padding-bottom: 1.5rem;
  }
}
.topInfo__list__item::before {
  content: "";
  display: block;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .topInfo__list__item::before {
    border-radius: 10px;
  }
}
.topInfo__list__item__inner {
  position: relative;
  z-index: 1;
}
.topInfo__list__item .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -2.1978rem;
  margin-bottom: 1.998rem;
}
@media screen and (max-width: 1024px) {
  .topInfo__list__item .date {
    margin-top: -2.6rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .topInfo__list__item .date {
    margin-top: -1.3rem;
    margin-bottom: 1rem;
  }
}
.topInfo__list__item .date img:first-child,
.topInfo__list__item .date img:last-child {
  width: 1.8648rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .topInfo__list__item .date img:first-child,
  .topInfo__list__item .date img:last-child {
    width: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .topInfo__list__item .date img:first-child,
  .topInfo__list__item .date img:last-child {
    display: none;
  }
}
.topInfo__list__item .contbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .topInfo__list__item .contbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .topInfo__list__item .contbox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: block;
    text-align: center;
  }
}
.topInfo__list__item .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .topInfo__list__item .img {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .topInfo__list__item .img {
    margin-bottom: 0.5rem;
  }
}
.topInfo__list__item .img img {
  width: 10.656rem;
}
@media screen and (max-width: 1024px) {
  .topInfo__list__item .img img {
    width: 14rem;
  }
}
@media screen and (max-width: 640px) {
  .topInfo__list__item .img img {
    width: 7rem;
  }
}
@media screen and (min-width: 769px) {
  .topInfo__list__item .cont {
    padding-bottom: 0.95rem;
  }
}
.topInfo__list__item .cont .ttl {
  margin-bottom: 1.332rem;
}
@media screen and (max-width: 1024px) {
  .topInfo__list__item .cont .ttl {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .topInfo__list__item .cont .ttl {
    margin-bottom: 0.75rem;
  }
}
.topInfo__list__item .cont .ttl img {
  display: block;
  margin-bottom: 0.4995rem;
}
@media screen and (max-width: 768px) {
  .topInfo__list__item .cont .ttl img {
    margin: 0 auto;
    margin-bottom: 0.5rem;
  }
}
.topInfo__list__item .cont .ttl span {
  font-family: "zen-kaku-gothic-new", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #008A69;
  font-size: 2.1312rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .topInfo__list__item .cont .ttl span {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 640px) {
  .topInfo__list__item .cont .ttl span {
    font-size: 1.6rem;
  }
}

.topInfo__list__item.item01 .date img:nth-child(2) {
  width: 19.1808rem;
}
@media screen and (max-width: 1024px) {
  .topInfo__list__item.item01 .date img:nth-child(2) {
    width: 26rem;
  }
}
@media screen and (max-width: 640px) {
  .topInfo__list__item.item01 .date img:nth-child(2) {
    width: 13rem;
  }
}
.topInfo__list__item.item01 .ttl img {
  width: 7.992rem;
}
@media screen and (max-width: 1024px) {
  .topInfo__list__item.item01 .ttl img {
    width: 12rem;
  }
}
@media screen and (max-width: 640px) {
  .topInfo__list__item.item01 .ttl img {
    width: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  .topInfo__list__item.item01 .img {
    margin-right: 1.1322rem;
    margin-left: -2.331rem;
  }
}
@media screen and (max-width: 1024px) {
  .topInfo__list__item.item01 .img {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .topInfo__list__item.item01 .img {
    margin-right: 0;
  }
}

.topInfo__list__item.item02 .date img:nth-child(2) {
  width: 22.4442rem;
}
@media screen and (max-width: 1024px) {
  .topInfo__list__item.item02 .date img:nth-child(2) {
    width: 31.2rem;
  }
}
@media screen and (max-width: 640px) {
  .topInfo__list__item.item02 .date img:nth-child(2) {
    width: 15.6rem;
  }
}
.topInfo__list__item.item02 .ttl img {
  width: 5.994rem;
}
@media screen and (max-width: 1024px) {
  .topInfo__list__item.item02 .ttl img {
    width: 9rem;
  }
}
@media screen and (max-width: 640px) {
  .topInfo__list__item.item02 .ttl img {
    width: 4.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .topInfo__list__item.item02 .img {
    margin-right: 0.666rem;
    margin-left: -1.8648rem;
  }
}
@media screen and (max-width: 1024px) {
  .topInfo__list__item.item02 .img {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .topInfo__list__item.item02 .img {
    margin-right: 0;
  }
}

/*--------------------------
 * Mv
*--------------------------*/
.mv__main {
	position: relative;
	padding: 0px;
	overflow: hidden;
}
.mv__main img{
  width: 100%;
}
.mv__main .mv__parts01 {
  position: absolute;
  width: 4rem;
  bottom: 6.5rem;
  left: 2.35rem;
}
.mv__main .mv__parts02 {
  position: absolute;
  width: 3.9rem;
  bottom: 9rem;
  left: 6.6rem;
}
.mv__main .mv__parts03 {
  position: absolute;
  width: 5.2rem;
  bottom: 14.5rem;
  left: -0.25rem;
}
.mv__main .mv__parts04 {
  position: absolute;
  width: 12.2rem;
  top: 12.8rem;
  left: -2.2rem;
}
.mv__main .mv__parts05 {
  position: absolute;
  width: 5.9rem;
  top: 8.6rem;
  left: 1.3rem;
}
.mv__main .mv__parts06 {
  position: absolute;
  width: 9.1rem;
  right: 1.2rem;
  bottom: 0;
}
.mv__main .mv__parts07 {
  position: absolute;
  width: 3.8rem;
  bottom: 10.5rem;
  right: 6rem;
}
.mv__main .mv__parts08 {
  position: absolute;
  width: 13.25rem;
  top: 11.5rem;
  right: -2.8rem;
}
.mv__main .mv__parts09 {
  display: block;
  width: 24.5rem;
  margin: 0 auto 2.5rem;
}
.mv__main .mv__parts10 {
  display: block;
  width: 15rem;
  margin: 0 auto;
}
.mv__main .mv__parts10.is-osaka {
  width: 12.7rem;
  margin-top: -0.85rem;
}
.mv__main .mv__parts__end {
  position: absolute;
  left: 0;
  top: 0;
  width: 15.4rem;
  opacity: 0;
}
.mv__inner{
	width: 100%;
	background-color: #fff;	
}
.mv__info {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.mv__info__date {
  width: 29.3rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-bottom: 2.75rem;
}
.mv__info__date.is-osaka {
  width: 30rem;
}
.mv__info__date img {
  width: 100%;
}
.mv__info__ticket {
  position: relative;
  z-index: 1;
  text-align: center;
}
.mv__info__ticket .bg {
  width: 33.8rem;
}
.mv__info__ticket .bg img {
  width: 100%;
}
.mv__info__ticket .cont {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 2.5rem;
  width: 30rem;
  font-family: "zen-kaku-gothic-new", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #694632;
}
.mv__info__ticket .cont .ttl {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 640px) {
  .mv__info__ticket .cont .ttl {
    font-size: 1.425rem;
  }
}
.mv__info__ticket .cont .ttl span {
  background-size: 7px 2px;
  background-image: linear-gradient(to right, #E84D15 3px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 0.25em;
}
.mv__info__ticket .cont .date {
  width: 25rem;
  margin-bottom: 1.5rem;
}
.mv__info__ticket .cont .date img {
  width: 100%;
}
.mv__info__ticket .cont .txt {
  text-align: left;
  font-size: 0.92rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .mv__info__ticket .cont .txt {
    font-size: 0.874rem;
  }
}
.mv__info__ticket .batch {
  position: absolute;
  width: 10rem;
  right: 1.25rem;
  bottom: -4rem;
}
.mv__info__fukidashi {
  position: relative;
  z-index: 1;
  margin-bottom: 0.3rem;
}
.mv__info__fukidashi .fukidashi {
  background: url(../images/lower-ticket-fukidashi-osaka.svg) center center no-repeat;
  background-size: contain;
  font-family: "zen-kaku-gothic-new", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  padding: 1.75rem 1.25rem 3rem 2rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .mv__info__fukidashi .fukidashi {
    font-size: 1.14rem;
  }
}
.mv__info .mv__info__ticket.is-osaka .cont {
  top: 3.5rem;
}
.mv__info .mv__info__ticket.is-osaka .ttl {
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 640px) {
  .mv__info .mv__info__ticket.is-osaka .ttl {
    font-size: 1.52rem;
  }
}
.mv__info .mv__info__ticket.is-osaka .ttl span {
  display: inline-block;
}
.mv__info .mv__info__ticket.is-osaka .batch {
  width: 7.6rem;
  top: -2rem;
  right: 2.5rem;
  bottom: auto;
}
.mv__info .mv__info__ticket.is-osaka + .note {
  margin-top: 1rem;
  margin-bottom: -0.5rem;
}
.mv__info .note {
  width: calc(100% - 7rem);
  margin: 1.5rem auto 0;
  position: relative;
  z-index: 1;
  font-family: "zen-kaku-gothic-new", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .mv__info .note {
    font-size: 0.95rem;
  }
}
.mv__info .parts01,
.mv__info .parts02 {
  position: absolute;
  left: 0;
  top: 0;
}
.mv__info .parts01 img,
.mv__info .parts02 img {
  width: 100%;
}
.mv__info .parts03 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.mv__info .parts03 img {
  width: 101%;
  max-width: none;
}

/*--------------------------
 * Concept
*--------------------------*/
.concept {
	background-color: #E7290F;
	background-size: 100% auto;
	padding-bottom: 6rem;
	padding-top: 2rem;
}
.concept__ttl {
  width: 28.7rem;
  margin-left: 2rem;
  position: relative;
  z-index: 3;
}
.concept__ttl img {
  width: 100%;
}
.concept__mov {
  margin-left: auto;
  margin-top: -4.4rem;
  width: 29.15rem;
  height: 20.75rem;
  position: relative;
  -webkit-clip-path: url(#svgPath);
  clip-path: url(#svgPath);
}
.concept__mov img {
  width: 100%;
}
.concept__mov video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
  opacity: 0.6;
}
.concept__mov .maskcover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.concept__mov .maskcover path {
  fill: #71604C;
}
@-moz-document url-prefix() {
  .concept__mov {
    -webkit-clip-path: none;
    clip-path: none;
  }
  .concept__mov .mask {
    -webkit-clip-path: url(#svgPath);
    clip-path: url(#svgPath);
  }
}
.concept__message {
  margin-top: -6.5rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.75;
  font-size: 1.4rem;
  padding-left: 3rem;
  margin-bottom: 5.5rem;
  position: relative;
  z-index: 1;
}
.concept__message p + p {
  margin-top: 1.75em;
}
.concept__list li {
  padding: 0 0.5rem;
}
.concept__list li figure {
  padding: 0.75rem;
  background: #fff;
}
.concept__list li img {
  aspect-ratio: 25/32;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept__deco {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: -8.5rem;
}
.concept__deco .img {
  width: 27rem;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.concept__deco .img img {
  width: 100%;
}
.concept__deco__txt__wrap {
  position: absolute;
  left: 0;
  bottom: 6rem;
}
.concept__deco .txt {
  font-size: 3.6rem;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1px #ABBDB1;
  padding-right: 0.75em;
}

/*--------------------------
 * movie/ShopInfo
*--------------------------*/
.movie {
  margin-top: -1.5rem;
}

.movielist {
	background-repeat: no-repeat;
	background-position: center top no-repeat;
	background-image: url(../images/common/bg_image_pc_05.jpg);
	background-size: cover;
	padding: 5rem 2.5rem 9rem;
}
.movielist__ttl {
  width: 18.3rem;
  margin: 0 auto 0rem;  color: #000000;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8), 0px 0px 10px rgba(255, 255, 255, 0.8);
}
.movielist__ttl img {
  width: 100%;
}
.movielist__desc {
	text-align: center;  color: #000000;
	font: bold 35px/1.75 YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  margin: 0 auto 0rem;
}
.movielist__txt{
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8), 0px 0px 10px rgba(255, 255, 255, 0.8);
}
.movielist__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.movie__desc{
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.movielist__anchor li {
  width: calc(50% - 1.25rem);
}
.movielist__anchor li.is-guest {
  --cl:#E84D15;
}
.movielist__anchor li.is-culture {
  --cl:#008A69;
}
.movielist__anchor li.is-rookie {
  --cl:#FEC128;
}
.movielist__anchor li.is-specialty {
  --cl:#694632;
}
.movielist__anchor li.is-relay {
  --cl: #DC542C;
}
.movielist__anchor li.is-relay a img {
  width: 4.45rem;
  margin-right: 1.05rem;
}
.movielist__anchor a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.movielist__anchor a span {
  font-family: "zen-kaku-gothic-new", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-size: 7px 2px;
  background-image: linear-gradient(to right, var(--cl) 1px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 1.4rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
}
.movielist__anchor a span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem 0.45rem 0 0.45rem;
  border-color: #333333 transparent transparent transparent;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 2px;
}
@media screen and (min-width: 641px) {
  .movielist__anchor a:hover {
    opacity: 0.7;
  }
  .movielist__anchor a:hover span:after {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
.movielist__anchor a img {
  width: 4rem;
  display: block;
  margin-right: 1.5rem;
}

/*--------------------------
 * movie/ShopInfo
*--------------------------*/
.customer {
  margin-top: -1.5rem;
}

.customer_bx {
	padding: 5rem 2.5rem 9rem;
	background-color: #FFFFFF;
}
.customer__ttl {
  width: 18.3rem;
  margin: 0 auto 0rem;
}
.customer__ttl img {
  width: 100%;
}
.customer__desc {
	text-align: center;
	font: bold 35px/1.75 YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  margin: 0 auto 0rem;
}
.customer__txt{
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
}
.customer__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.customer__desc{
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}


/*--------------------------
benefique

*--------------------------*/
.benefique {
  margin-top: -1.5rem;
}

.benefique_bx {
	background-repeat: no-repeat;
	background-position: center top no-repeat;
	background-image: url(../images/common/bg_image_pc_02.jpg);
	background-size: cover;
	padding: 5rem 2.5rem 9rem;
}
.benefique__ttl {
  width: 18.3rem;
  margin: 0 auto 0rem;
}
.benefique__ttl img {
  width: 100%;
}



.shopInfo {
  position: relative;
  overflow: hidden;
  margin-top: -11%;
  padding-bottom: calc(8rem + 11%);
}
.shopInfo.spguest {
  --theme-cl: #E84D15;
}
.shopInfo.guest {
  --theme-cl: #E84D15;
}
.shopInfo.culture {
  --theme-cl: #008A69;
}
.shopInfo.rookie {
  --theme-cl: #FEC128;
}
.shopInfo.specialty {
  --theme-cl: #694632;
}
.shopInfo.item {
  --theme-cl: #9AB2D4;
}
.shopInfo.bake {
  --theme-cl: #F5B499;
}
.shopInfo::before {
  content: "";
  aspect-ratio: 1/1;
  width: 238%;
  height: auto;
  display: block;
  position: absolute;
  background: var(--theme-cl);
  left: -69%;
  top: 0;
  border-radius: 50%;
}
.shopInfo::after {
  content: "";
  width: 100%;
  height: calc(100% - 11vw);
  display: block;
  position: absolute;
  background: var(--theme-cl);
  bottom: 0;
  left: 0;
}
.shopInfo__head {
  position: relative;
  z-index: 1;
  margin-bottom: 6rem;
}
.shopInfo__head__img {
  width: 15rem;
  margin: 0 auto 2rem;
}
.shopInfo__head__img img {
  width: 100%;
}
.shopInfo__head__ttl {
  width: 100%;
  margin: 0 auto 3rem;
}
.shopInfo__head__ttl img {
  width: 100%;
}
.shopInfo__head__sub {
  text-align: center;
  margin-bottom: 2.75rem;
}
.shopInfo__head__sub span {
  background-size: 7px 2px;
  background-image: linear-gradient(to right, #fff 1px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 1.2rem;
  color: #fff;
  padding-bottom: 0.75rem;
  font-weight: 700;
}
.shopInfo__head__txt {
  padding: 0 3rem;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
}
.shopInfo__main {
  position: relative;
  z-index: 1;
  padding: 0 3rem;
}
.shopInfo__coming {
  font-family: "futura-pt-condensed", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  font-size: 3.4rem;
  color: #fff;
  letter-spacing: 0.025em;
}

.shopInfo__lists__ttl {
  width: 26.4rem;
  height: 6.1rem;
  background: url(../images/lower-shop-guest-img02.png) center center no-repeat;
  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;
  background-size: contain;
  font-family: "futura-pt-condensed", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 800;
  font-size: 2.3rem;
  color: #fff;
  letter-spacing: 0.05em;
  margin: 0 auto 3rem;
  padding-bottom: 1.75rem;
  padding-left: 0.05em;
}

.shopInfo__list + .shopInfo__lists__ttl {
  margin-top: 6rem;
}

.shopInfo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
.shopInfo__list__item:nth-of-type(even) .cont {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.shopInfo__list__item .cont {
  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;
}
.shopInfo__list__item .img {
  width: 13rem;
  height: 13rem;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #fff;
  position: relative;
}
.shopInfo__list__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.shopInfo__list__item .img figcaption {
  font-family: "futura-pt-bold", "zen-kaku-gothic-new", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 0;
  background: #FEC128;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.25rem;
  border-radius: 0 0 3px 0;
}
.shopInfo__list__item .detail {
  position: relative;
  width: calc(100% - 15rem);
}
.shopInfo__list__item .detail .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "zen-kaku-gothic-new", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  width: 100%;
  padding-right: 3rem;
  color: #fff;
  margin-bottom: 1rem;
}
.shopInfo__list__item .detail .date .ttl {
  background: #FEC128;
  font-size: 1.2rem;
  padding: 0 0.5rem 0.25rem;
  border-radius: 3px;
  margin-right: 0.7rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.shopInfo__list__item .detail .date .txt {
  font-size: 1.4rem;
  padding-bottom: 0.15em;
}
.shopInfo__list__item .detail > .ttl .en {
  font-family: "futura-pt-bold", "zen-kaku-gothic-new", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.8rem;
  -webkit-filter: drop-shadow(1px 0 0px #FEC128) drop-shadow(0 1px 0px #FEC128) drop-shadow(-1px 0 0 #FEC128) drop-shadow(0 -1px 0 #FEC128);
          filter: drop-shadow(1px 0 0px #FEC128) drop-shadow(0 1px 0px #FEC128) drop-shadow(-1px 0 0 #FEC128) drop-shadow(0 -1px 0 #FEC128);
  padding: 0.5rem 0;
  display: block;
}
.shopInfo__list__item .detail > .ttl .en span {
  background: #fff;
  border-radius: 5px;
  padding: 0.5rem 0.75rem;
  line-height: 1.5;
  color: var(--theme-cl);
}
.shopInfo__list__item .detail > .ttl .ja {
  font-family: "zen-kaku-gothic-new", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  display: block;
  margin-top: 0.5rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
}
.shopInfo__list__item .insta {
  display: block;
  position: absolute;
  width: 2.4rem;
  right: 0;
  top: -0.75rem;
}
.shopInfo__list__item .insta .cls-1 {
  fill: white;
}
@media (any-hover: hover) {
  .shopInfo__list__item .insta {
    -webkit-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .shopInfo__list__item .insta:hover {
    opacity: 0.65;
  }
}
.shopInfo__list__item > .txt {
  margin-top: 1.5rem;
  background: #fff;
  border-radius: 5px;
  color: var(--theme-cl);
  padding: 1rem 1.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
}

.shopInfo.spguest .shopInfo__head__img {
  width: 100%;
  margin-bottom: 0.5rem;
}
.shopInfo.spguest .shopInfo__head__ttl {
  width: 26rem;
  margin-left: auto;
  margin-right: auto;
}

.shopInfo.guest .shopInfo__head {
  margin-bottom: 4rem;
}

.shopInfo.culture .shopInfo__head__ttl {
  width: 21.5rem;
}

.shopInfo.specialty .shopInfo__head__ttl {
  width: 27.8rem;
}

.shopInfo.rookie .shopInfo__head__ttl {
  width: 18.5rem;
}
.shopInfo.rookie .shopInfo__list__item .detail .date .ttl {
  background: #008A69;
}
.shopInfo.rookie .shopInfo__list__item .detail > .ttl .en {
  -webkit-filter: drop-shadow(1px 0 0px #008A69) drop-shadow(0 1px 0px #008A69) drop-shadow(-1px 0 0 #008A69) drop-shadow(0 -1px 0 #008A69);
          filter: drop-shadow(1px 0 0px #008A69) drop-shadow(0 1px 0px #008A69) drop-shadow(-1px 0 0 #008A69) drop-shadow(0 -1px 0 #008A69);
}

.shopInfo.relay {
  position: relative;
  padding-top: 7.5rem;
  padding-bottom: 8rem;
}
.shopInfo.relay::before {
  width: 100%;
  left: 0;
  background: url(../images/lower-shop-relay-bg.svg) center top no-repeat;
  background-size: 101% auto;
  border-radius: 0;
  top: 0;
}
.shopInfo.relay::after {
  content: "";
  display: block;
  background: #D9D6CC;
  position: absolute;
  width: 100%;
  height: calc(100% - 1.6rem);
  bottom: 0;
  left: 0;
}
.shopInfo.relay .shopInfo__head {
  color: #191919;
  margin-bottom: 4rem;
}
.shopInfo.relay .shopInfo__head__img {
  width: 15.3rem;
  margin-bottom: 4rem;
}
.shopInfo.relay .shopInfo__head__sub {
  margin-bottom: 1.5rem;
}
.shopInfo.relay .shopInfo__head__sub span {
  color: #191919;
  background-size: 7px 2px;
  background-image: linear-gradient(to right, #DC542C 1px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.shopInfo.relay .shopInfo__head__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
.shopInfo.relay .shopInfo__head__date .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "zen-kaku-gothic-new", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  padding-right: 1.5rem;
}
.shopInfo.relay .shopInfo__head__date .date .ttl {
  background: #DC542C;
  font-size: 1.2rem;
  padding: 0 0.5rem 0.25rem;
  margin-right: 0.7rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #fff;
}
.shopInfo.relay .shopInfo__head__date .date .txt {
  font-size: 1.4rem;
  padding-bottom: 0.15em;
}
.shopInfo.relay .shopInfo__head__date .insta {
  display: block;
  width: 2rem;
}
@media (any-hover: hover) {
  .shopInfo.relay .shopInfo__head__date .insta {
    -webkit-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .shopInfo.relay .shopInfo__head__date .insta:hover {
    opacity: 0.65;
  }
}
.shopInfo.relay .shopInfo__head__txt {
  color: #191919;
}
.shopInfo.relay .shopInfo__head__note {
  padding: 0 3rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 1em;
}
.shopInfo.relay .shopInfo__main {
  padding: 0 1.25rem;
}
.shopInfo.relay .shopInfo__main__inner {
  background: #fff;
  border-radius: 1.5rem;
  padding: 4rem 1.75rem;
}
.shopInfo.relay .shopInfo__list .txt {
  background: #D9D6CC;
  border-radius: 1rem;
}
.shopInfo.relay .shopInfo__list .ttl .en {
  -webkit-filter: none;
}
.shopInfo.relay .shopInfo__list .ttl .en span {
  background: #DC542C;
  color: #fff;
}
.shopInfo.relay .shopInfo__list .ttl .ja {
  color: #191919;
}
.shopInfo.relay .shopInfo__list .img {
  border: 1px solid #191919;
}
.shopInfo.relay .shopInfo__list .insta {
  position: relative;
  left: auto;
  top: auto;
  margin-bottom: 0.5rem;
  margin-left: 0.75rem;
}
.shopInfo.relay .shopInfo__list .insta .cls-1 {
  fill: #000;
}
.shopInfo.relay .shopInfo__coming {
  color: #DC542C;
}

/*--------------------------
 * Event
*--------------------------*/
.event {
  background: #F4BB30;
  padding: 5rem 0;
}
.event__head {
  padding: 0 3.5rem;
  margin-bottom: 2rem;
}
.event__head__ttl {
  width: 10rem;
  margin: 0 auto 4.5rem;
}
.event__head__shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.event__head__shop__l {
  width: 7.5rem;
}
.event__head__shop__r {
  margin-right: 1rem;
}
.event__head__shop__sub {
  background-size: 7px 2px;
  background-image: linear-gradient(to right, #D1542F 1px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
  font-family: "zen-kaku-gothic-new", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 900;
  padding-bottom: 0.6em;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 640px) {
  .event__head__shop__sub {
    font-size: 1.1875rem;
  }
}
.event__head__shop__sub span {
  color: #191919;
}
.event__head__shop__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.event__head__shop__date .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "zen-kaku-gothic-new", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  padding-right: 1.5rem;
}
.event__head__shop__date .date .ttl {
  background: #D1542F;
  font-size: 1.2rem;
  padding: 0 0.5rem 0.25rem;
  margin-right: 0.7rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #fff;
}
.event__head__shop__date .date .txt {
  font-size: 1.4rem;
  padding-bottom: 0.15em;
}
.event__head__shop__date .insta {
  display: block;
  width: 2rem;
}
@media (any-hover: hover) {
  .event__head__shop__date .insta {
    -webkit-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .event__head__shop__date .insta:hover {
    opacity: 0.65;
  }
}
.event__main {
  padding: 0 1.25rem;
}
.event__main__inner {
  background: #fff;
  border-radius: 1.5rem;
  padding: 2.5rem 1.75rem;
  position: relative;
}
.event__main__parts {
  width: 7rem;
  position: absolute;
  top: -0.75rem;
  right: 1.5rem;
}
.event__main__parts img {
  width: 100%;
}
.event__main__ttl {
  border-bottom: 1px solid #191919;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.event__main__ttl img {
  width: 18rem;
  display: block;
}
.event__main__ttl span {
  font-family: "zen-kaku-gothic-new", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.2rem;
  display: block;
  padding-top: 0.75em;
}
.event__list__ttl span {
  display: inline-block;
  background: #D1542F;
  color: #fff;
  font-family: "zen-kaku-gothic-new", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.5rem;
  border-radius: 0.5rem;
  padding: 0.5em 1em;
}
.event__price {
  margin-bottom: 2rem;
}
.event__price__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}
.event__price__info__l .txt {
  padding-top: 1em;
  font-size: 0.9rem;
  line-height: 1.5;
}
.event__price__info__l .txt span {
  font-family: "futura-pt-bold", "zen-kaku-gothic-new", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
}
.event__price__info__r {
  width: 17.5rem;
}
.event__price__txt {
  background: #D8D5CB;
  border-radius: 1rem;
  padding: 1.25rem 1.5rem;
  font-size: 1rem;
  line-height: 1.65;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .event__price__txt {
    font-size: 0.95rem;
  }
.movielist__desc {
	text-align: center;
	font: bold 24px/1.75 YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	margin: 0 auto 0rem;
}
}
.event__schedule {
  margin-bottom: 3rem;
}
.event__schedule__ttl {
  margin-bottom: 2rem;
  margin-left: 0.5rem;
}
.event__schedule__main {
  margin-left: 0.5rem;
}
.event__schedule__main div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: 7px 2px;
  background-image: linear-gradient(to right, #D1542F 1px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 1.25rem;
  font-family: "futura-pt-condensed", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 900;
  font-weight: 700;
}
.event__schedule__main div + div {
  padding-top: 2rem;
}
.event__schedule__main dt {
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 640px) {
  .event__schedule__main dt {
    font-size: 2.09rem;
  }
}
.event__schedule__main dd {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
  padding-right: 1.25rem;
}
@media screen and (max-width: 640px) {
  .event__schedule__main dd {
    font-size: 1.52rem;
  }
}
.event__schedule__main dd span {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.event__flow {
  position: relative;
  margin-bottom: 2.25rem;
}
.event__flow__ttl {
  margin-left: 0.5rem;
}
.event__flow__note {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
}
.event__flow__note span {
  font-family: "futura-pt-bold", "zen-kaku-gothic-new", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 0.9rem;
}
.event__flow__main {
  background: #D8D5CB;
  border-radius: 1rem;
  padding: 3rem 1.5rem;
  margin-top: -1rem;
  gap: 1.7rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.event__flow__main li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
  width: 36%;
}
.event__flow__main li:nth-child(2), .event__flow__main li:nth-child(5) {
  width: 28%;
}
.event__flow__main li span {
  background: #D1542F;
  color: #fff;
  border-radius: 50%;
  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;
  width: 2.2rem;
  height: 2.2rem;
  font-family: "zen-kaku-gothic-new", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 0.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.event__reserve__ttl {
  margin-left: 0.5rem;
  margin-bottom: 1.5rem;
}
.event__reserve__note {
  margin-left: 0.5rem;
  font-size: 1rem;
  line-height: 1.65;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .event__reserve__note {
    font-size: 0.95rem;
  }
}

/*--------------------------
 * Present
*--------------------------*/
/*--------------------------
 * MainVisual
*--------------------------*/

.header_logo{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 480px;
	width: 55%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.header_logo img{
	width: 100%;
	}

@media screen and (max-width: 640px) {
.header_logo{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 50%;
	padding-top: 15px;
	padding-bottom: 0px;
  }
}

/*--------------------------------------------------------------
coupon_btn
-------------------------------------------------------------*/
section .coupon_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #fff!important;
	font-size: 24px;
	width: 98%;
	margin: 0px auto 0px;
	padding: 25px 10px;
	position: relative;
	transition: 0.3s;
	font-weight: bold;
	cursor: pointer;
	background-color: #e7290f;
	border-radius: 5px;
}
@media screen and (max-width: 640px) {
section .coupon_btn{
	font-size: 20px;
}
}
@media screen and (max-width: 380px) {
section .coupon_btn{
	font-size: 18px;
}
}
section .coupon_btn a:link,
section .coupon_btn a:visited{
    color: #fff;
}
section .coupon_btn::before,
section .coupon_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 5px;
	transform-origin: 100% 50%;
	height: 1px;
	width: 6px;
	background-color: #fff;
	will-change: transform;
	transition: .3s;
	font-weight: normal;
}
section .coupon_btn:hover{
	background-color: #951100;
}


section .coupon_btn::before {
  transform: translateY(-50%) rotate(30deg);
}

section .coupon_btn::after {
  transform: translateY(-50%) rotate(-30deg);
}

section .coupon_btn:hover::before {
  transform: translate(2px, -50%) rotate(30deg);
  background-color: #fff;
}

section .coupon_btn:hover::after {
  transform: translate(2px, -50%) rotate(-30deg);
  background-color: #fff;
}

/*--------------------------------------------------------------
serum_btn
-------------------------------------------------------------*/
section .serum_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #e7290f!important;
	font-size: 24px;
	width: 98%;
	margin: 0px auto 0px;
	padding: 25px 10px;
	position: relative;
	transition: 0.3s;
	font-weight: bold;
	cursor: pointer;
	background-color: #fff;
	border-radius: 5px;
}
@media screen and (max-width: 640px) {
section .serum_btn{
	font-size: 20px;
}
}
@media screen and (max-width: 380px) {
section .serum_btn{
	font-size: 18px;
}
}

section .serum_btn a:link,
section .serum_btn a:visited{
    color: #e7290f;
}
section .serum_btn::before,
section .serum_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 5px;
	transform-origin: 100% 50%;
	height: 1px;
	width: 6px;
	background-color: #e7290f;
	will-change: transform;
	transition: .3s;
	font-weight: normal;
}
section .serum_btn:hover{
	background-color: #FFFD00;
}


section .serum_btn::before {
  transform: translateY(-50%) rotate(30deg);
}

section .serum_btn::after {
  transform: translateY(-50%) rotate(-30deg);
}

section .serum_btn:hover::before {
  transform: translate(2px, -50%) rotate(30deg);
  background-color: #e7290f;
}

section .serum_btn:hover::after {
  transform: translate(2px, -50%) rotate(-30deg);
  background-color: #e7290f;
}


section .shop_list{
	border: 4px solid #e7290f;
	width: 98%;
	margin: 30px auto 0px;
	border-radius: 10px;
}
section .shop_list ul{
	margin: 30px;
	
}
section .shop_list li{
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 10px;
}
.shop_list_title{
	color: #E7290F;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	margin-top: 25px;
}
.concept__inner{
	width: 90%;
	margin: 30px auto 0px;
}
.concept__inner img{
	width: 100%;
}
.movSection__moBox {
        width: auto;
        margin-right: -5.97015%;
    }

/*--------------------------------------------------------------
cosmecoupon
-------------------------------------------------------------*/

.cosmecoupon_title{
	text-align: center;
	font: bold 30px/40px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	margin: 30px auto 0;
}
.cosmecoupon_bg{
	background-color: #f8d6cc;
	margin-top: 30px;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	width: 100%;
}
.cosmecoupon_day{
	text-align: center;
	font: bold 30px/40px  YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	color: #e7290f;
}
.cosmecoupon_cap{
	text-align: center;
	line-height: 20px;
	font-weight: normal;
	font-size: 16px;
	margin-top: 10px;
	padding-bottom: 0px;
}
.cosmecoupon_btn_title{
	text-align: center;
	font: bold 20px/30px  YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	padding-bottom: 20px;
}
.cosmecoupon_txt{
	text-align: justify;
	line-height: 30px;
	font-weight: normal;
	font-size: 14px;
	margin-top: 10px;
	padding-bottom: 0px;
}
@media screen and (max-width: 640px) {
	
.cosmecoupon_title,
.cosmecoupon_day{
	font-size: 20px;
}
.cosmecoupon_cap{
	text-align: justify;
	font: 14px/20px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.cosmecoupon_txt{
	font: normal  12px/30px ;
	margin-top: 10px;
}
}
#button{
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	padding: 20px 10px;
		}
		#result_area{
	text-align: center;
		}
		.coupon_area{
	margin-top: 15px;
	border: 5px solid #E60101;
	width: 90%;
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
		}
		.coupon_area_bx{
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
		}
.txt_ok{
	color: #e7290f;
	font-size: 24px;
	font-weight: bold;
	background-color: #FFF900;
	padding: 20px 10px;
	border-radius: 10px;
}
.txt_end{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background-color: #262279;
	padding: 20px 10px;
	border-radius: 10px;
}
