@charset "UTF-8";
/* bs site CSS (main.css) */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #F2155E;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
ul, ol {
  list-style: none;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a, strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

div {
  margin: 0;
  padding: 0;
}

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

img, a img {
  border: none;
}

table {
  letter-spacing: 1px;
}

iframe {
  border: none;
}

strong {
  font-weight: bold;
}

/* ============================================
 base
============================================ */
html {
  overflow-y: scroll;
}

html, body {
  width: 100%;
  height: auto;
  color: #fff;
  min-width: 320px;
  letter-spacing: -0.1px;
  font-size: 11px;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  background: #000;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.clearfix:before, .chronology dl:before, .clearfix:after, .chronology dl:after {
  content: "";
  display: table;
}

.clearfix:after, .chronology dl:after {
  clear: both;
}

#exterior_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.wrapper {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.nosp {
  display: none;
}

.lity {
  background: rgba(0, 0, 0, 0.7);
}

header {
  position: fixed;
  webkit-transform: translateZ;
  top: 0;
  height: 75px;
  width: 100%;
  z-index: 10000011000;
  transform: translateY(0);
  opacity: 1;
}

header a :hover {
  text-decoration: none !important;
}

header .head_left {
  float: left;
  width: 47%;
  max-width: 160px;
}

header .logo {
  margin-right: 0;
  overflow: hidden;
}
header .logo img {
  width: 120%;
  max-width: 120%;
}

header .logo a :hover {
  text-decoration: none !important;
}

header .head_right {
  padding-top: 5px;
  padding-right: 30px;
}

/*-----------------------------------------------------------------
  ハンバーガーメニュー
------------------------------------------------------------------*/
.menu_button, .menu_button span {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.menu_button {
  z-index: 100000000;
  position: absolute;
  left: 50%;
  margin-left: -43px;
  top: 10px;
  width: 85px;
  height: 55px;
  padding: 16px 12px;
  cursor: pointer;
  background: transparent;
}
.menu_button > div {
  position: relative;
  width: 100%;
  height: 100%;
}

.menu_button:hover {
  text-decoration: none;
}

.menu_button span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #f01760;
}

.menu_button span:nth-of-type(1) {
  top: 0;
}

.menu_button span:nth-of-type(2) {
  top: 9.5px;
}

.menu_button span:nth-of-type(3) {
  bottom: 0;
}

/*-----------  active  ------------*/
.menu_button.active span {
  background: #fff;
}

.menu_button.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.menu_button.active span:nth-of-type(2) {
  opacity: 0;
}

.menu_button.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}

/*-----------------------------------------------------------------
  dropdown nav
------------------------------------------------------------------*/
nav.left_nav {
  z-index: 101006000;
  width: 100%;
  height: 100%;
  padding-top: 75px;
  background: rgb(249, 202, 211);
  background: linear-gradient(189deg, rgba(0, 0, 0, 0.81) 78%, rgba(142, 11, 55, 0.65) 100%);
  position: fixed;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  transition: all 0.5s;
}
nav.left_nav .nav_logo {
  width: 80%;
  margin: 0 auto 10px;
  text-align: center;
}
nav.left_nav .nav_logo img {
  width: 45%;
}

nav.left_nav.open {
  transform: translateZ(0);
}

nav.left_nav ul {
  width: 44%;
  margin: 0 auto;
}

nav.left_nav li {
  text-align: center;
  padding: 0px 0px 0px 0px;
  /* font-size: 24px; */
  /* font-size: 2rem; */
  color: #fff;
  font-weight: 700;
  font-style: normal;
  margin: 23px auto;
}
nav.left_nav li a {
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-weight: 800;
  font-style: normal;
  text-decoration: none;
  font-size: 20px;
  font-size: 5.3333333333vw;
  color: #fff;
  white-space: nowrap;
  padding: 10px 0;
  letter-spacing: 1px;
}
nav.left_nav li > img {
  width: 100%;
}
nav.left_nav li svg {
  fill: #fff;
}

nav.left_nav.open {
  transform: translateZ(0);
}

nav.right_nav {
  z-index: 10000042;
  width: 105px;
  height: 100%;
  padding-top: 70px;
  text-align: right;
  padding-right: 18px;
  position: fixed;
  top: 0;
  right: 0;
  transform: translate(110px);
  transition: all 0.5s;
}
nav.right_nav li {
  margin: 10px auto;
}

nav.right_nav.open {
  transform: translateZ(0);
}

.overlay {
  z-index: 101000;
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.7s;
}

.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.nav_close {
  position: absolute;
  top: 10px;
  right: 24px;
  width: 30px;
}

/*-----------------------------------------------------------------
  dropdown nav
------------------------------------------------------------------*/
nav.right_nav {
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.82);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100000;
  transform: translateY(-100%);
  transition: all 0.3s;
}
nav.right_nav .menu_ico {
  margin-top: 20px;
  text-align: center;
}
nav.right_nav .menu_ico img {
  width: 12%;
  margin-left: 2%;
}
nav.right_nav p {
  margin: 10px auto;
  text-align: center;
}
nav.right_nav p a {
  display: inline-block;
  margin: 0 10px;
  font-weight: lighter;
  letter-spacing: 2px;
  color: #fff;
  font-size: 15px;
  font-size: 4vw;
}

nav.right_nav.open {
  transform: translateZ(0);
}

nav.right_nav ul {
  padding-top: 60px;
}

nav.right_nav li {
  color: #fff;
  text-align: center;
  padding: 7px 10px;
}
nav.right_nav li a {
  font-size: 14px;
  font-size: 3.7333333333vw;
  letter-spacing: 2px;
  color: #fff;
}
nav.right_nav li.lang {
  position: relative;
  top: auto;
  right: auto;
  width: 80px;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  background: transparent;
  padding: 0 4px;
  margin: 0 auto 30px;
}
nav.right_nav li.lang a, nav.right_nav li.lang span {
  color: #fff;
  font-size: 13px;
  font-size: 3.4666666667vw;
  display: inline-block;
}
nav.right_nav li.lang span {
  border-bottom: #fff 2px solid;
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s;
}

.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.nav_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 37px;
}

/* ============================================
 contents
============================================ */
#content_area {
  position: relative;
  padding-top: 0;
  margin: 0 auto;
}

#bg {
  position: fixed;
  top: 0;
  left: 0;
  background: url("https://d20dfxyuz7q532.cloudfront.net/edp/banmeshi2025/bg-sp.jpg") repeat center;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.event-nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.event-nav .button-group {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.event-nav .button-group img {
  width: 50%;
}
.event-nav .button-group:first-child {
  background: #000;
  border: solid 2px #fff;
}
.event-nav .button-group:last-child {
  background: #f0175f;
  border: solid 2px #000;
}
.event-nav .button-group:last-child img {
  position: relative;
  left: -7%;
  top: -4%;
  width: 60%;
}

section {
  margin-top: 0;
  padding: 50px 0;
}
section h2 {
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.5px;
  font-size: 17px;
  font-size: 4.5333333333vw;
  margin: 20px auto 45px;
  color: #F2155E;
}

@keyframes openingAnim {
  0% {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*-----------  top image  ------------*/
#top_image {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  padding-top: 70px;
  background-size: cover;
  border: solid 4px #f0175f;
}
#top_image .copy {
  position: absolute;
  right: 3%;
  bottom: 3%;
  width: 8%;
}
#top_image .top_image_inner {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#top_image .top_image_inner img {
  position: relative;
  width: 100%;
}
#top_image .sp_logo {
  background: url("../images/sp_haikei.png") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  text-align: center;
  padding: 10% 0;
}
#top_image .sp_logo img {
  width: 84%;
}
#top_image .main_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top_image .info01 {
  display: inline-block;
  width: 94%;
  max-width: 900px;
  text-align: center;
  margin-bottom: 8%;
}
#top_image .info01 img {
  width: 70%;
  margin-bottom: 10px;
}
#top_image .date {
  display: inline-block;
  width: 94%;
  max-width: 1000px;
  text-align: center;
}
#top_image .date img {
  width: 82%;
}

.goods_big {
  margin: 40px auto;
  width: 80%;
  max-width: 940px;
}

.btn_buy {
  text-align: center;
}
.btn_buy img {
  width: 50%;
}

.sepa {
  background-size: contain;
  width: 80%;
  margin: 40px auto;
  height: 1px;
  background: #fff;
}

#info {
  position: relative;
  padding-bottom: 100px;
}
#info .catchy {
  font-size: 10px;
  font-size: 2.6666666667vw;
  text-align: center;
  line-height: 1.7;
  position: relative;
  left: -4%;
  width: 99%;
  margin: 0 auto 60px;
  color: #fff;
}
#info .cast {
  text-align: center;
}
#info .cast img {
  width: 76%;
}
#info .guest {
  text-align: center;
  margin-top: 80px;
}
#info .guest img {
  width: 35%;
}
#info h1 {
  width: 65%;
  margin: 5% auto 0%;
}
#info .date {
  width: 25%;
  margin: 0% auto 5%;
}
#info .bg_img01 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
}

#cast {
  background: url("../images/sp_haikei.png") no-repeat;
  background-size: cover;
  background-position: center;
}
#cast h2 {
  color: #595045;
}
#cast .cast {
  text-align: center;
  font-size: 28px;
  font-size: 7.4666666667vw;
  line-height: 1.3;
  margin-bottom: 30px;
  font-weight: bold;
}
#cast .cast small {
  font-size: 10px;
  font-size: 2.6666666667vw;
}
#cast .support {
  font-size: 28px;
  font-size: 7.4666666667vw;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
}
#cast .support small {
  font-size: 16px;
  font-size: 4.2666666667vw;
}

/*-----------  ticket  ------------*/
#ticket {
  position: relative;
}
#ticket .ticket_img01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
}
#ticket .ticket_img02 {
  position: absolute;
  bottom: 0;
  right: -20%;
  width: 60%;
}
#ticket h2 span:before {
  background-color: #595045;
}
#ticket h2 span:after {
  background-color: #595045;
}
#ticket .ticket_detail {
  position: relative;
  text-align: center;
}
#ticket .ticket_detail a {
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#ticket .ticket_detail a:hover {
  opacity: 0.7;
}
#ticket .ticket_detail img {
  width: 86%;
}
#ticket .box_tujo {
  margin-top: 50px;
}
#ticket .box_tujo h4 {
  text-align: left;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-size: 4.8vw;
  background: #fff;
  color: #F2155E;
  line-height: 1.3;
  padding: 10px;
  border: solid 1px #000;
  border-bottom: none;
}
#ticket .box_tujo .tujo_detail {
  border: solid 1px #fff;
  padding: 15px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  font-size: 3.7333333333vw;
}
#ticket .box_tujo p {
  font-size: 13.5px;
  font-size: 3.6vw;
  text-align: left;
  font-weight: 500;
  color: #F2155E;
}
#ticket .box_tujo p a {
  font-weight: bold;
}
#ticket .box_tujo .attention {
  margin-top: 20px;
  font-size: 10px;
  font-size: 2.6666666667vw;
  text-align: left;
  color: #fff;
  font-weight: 400;
}
#ticket .box_ticket {
  position: relative;
  margin-bottom: 50px;
  color: #000;
}
#ticket .box_ticket h3 {
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  text-align: center;
  padding: 10px 0;
  line-height: 1.2;
  font-size: 17px;
  font-size: 4.5333333333vw;
  letter-spacing: -0.2px;
  background: #F2155E;
  color: #fff;
}
#ticket .box_ticket h3 span {
  font-weight: normal;
  display: block;
  width: 100%;
  text-align: center;
  bottom: -2.5em;
  position: absolute;
  font-size: 10px;
  font-size: 2.6666666667vw;
}
#ticket .box_ticket h3 img {
  width: 30%;
}
#ticket .box_ticket .detail {
  border: solid 1px #fff;
  background: #fff;
  color: #F2155E;
  padding: 15px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  font-size: 3.7333333333vw;
}
#ticket .box_ticket .detail span {
  margin: 10px auto;
  display: inline-block;
  font-weight: 500;
}
#ticket .box_ticket .detail small {
  color: #000;
  display: inline-block;
}
#ticket .sepa {
  background-image: linear-gradient(to right, #FEB4C0, #FEB4C0 6px, transparent 6px);
  background-size: 10px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  width: 100%;
  margin: 50px auto;
}
#ticket .contact h5 {
  margin-top: 40px;
  font-size: 13px;
  font-size: 3.4666666667vw;
  text-align: center;
  font-weight: bold;
}
#ticket .contact p {
  text-align: center;
  font-size: 9px;
  font-size: 2.4vw;
  font-weight: bold;
}
#ticket .contact p span {
  font-weight: normal;
  font-size: 7px;
  font-size: 1.8666666667vw;
}
#ticket .contact p a {
  font-weight: bold;
}

/*-----------  goods  ------------*/
#goods {
  position: relative;
}
#goods .btn-goods {
  display: flex;
  margin: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #fff;
  background: #f57b90;
  border-radius: 20px;
  padding: 12px;
}
#goods .wrapper {
  text-align: center;
  margin-bottom: 40px;
}
#goods .wrapper h3 {
  letter-spacing: -0.2px;
  font-size: 26px;
  font-size: 6.9333333333vw;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 10px;
  color: #595045;
}
#goods .wrapper h4 {
  letter-spacing: -0.2px;
  font-size: 18px;
  font-size: 4.8vw;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  color: #595045;
}
#goods .wrapper .cs {
  font-size: 18px;
  font-size: 4.8vw;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
#goods .wrapper .cs a {
  font-size: 14px;
  font-size: 3.7333333333vw;
  background: #595045;
  border-radius: 20px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  width: 60%;
  margin: 0 auto;
}
#goods .wrapper .cs img {
  width: 50%;
}
#goods h2 {
  margin-bottom: 20px;
}
#goods .paseri_inner {
  padding: 25px;
  border: 1px solid #fff;
}
#goods .paseri_tit {
  margin-bottom: 20px;
}
#goods p.paseri_info {
  margin: 0 auto;
  text-align: left;
  padding: 0px 0;
  font-weight: lighter;
  color: #fff;
  letter-spacing: -0.2px;
  font-size: 8px;
  font-size: 2.1333333333vw;
}
#goods p.paseri_info a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  font-weight: bold;
  color: #ff0097;
  border-bottom: solid 1px #ff0097;
}

#access {
  position: relative;
}
#access .ac_img01 {
  position: absolute;
  top: 0;
  left: -5%;
  width: 40%;
  transform: rotate(-180deg);
}
#access .ac_img02 {
  position: absolute;
  bottom: 0;
  right: -20%;
  width: 80%;
}
#access h2 span:before {
  background-color: #595045;
}
#access h2 span:after {
  background-color: #595045;
}
#access .ggmap {
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}
#access .wrapper {
  text-align: center;
  margin-bottom: 20px;
}
#access .wrapper img {
  width: 80%;
}
#access h3 {
  letter-spacing: -0.2px;
  font-size: 26px;
  font-size: 6.9333333333vw;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 10px;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#access h4 {
  letter-spacing: -0.2px;
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.3;
  text-align: center;
}
#access h4 a {
  color: #F2155E;
}
#access .sub {
  letter-spacing: 2px;
  font-size: 14px;
  font-size: 3.7333333333vw;
  text-align: center;
  margin-bottom: 20px;
}
#access .access_info {
  font-size: 9px;
  font-size: 2.4vw;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}
#access .access_info a {
  color: #FEB2BF;
  font-weight: bold;
}

.goraijou {
  margin-top: 60px;
  padding: 0 10px;
  text-align: left;
  color: #595045;
}
.goraijou h5 {
  margin-top: 40px;
  font-size: 13px;
  font-size: 3.4666666667vw;
  text-align: center;
  font-weight: bold;
}
.goraijou ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin: 5px auto;
  line-height: 1.3;
  color: #595045;
  text-align: left;
  font-size: 9px;
  font-size: 2.4vw;
}
.goraijou h4 {
  color: #595045;
  text-align: center;
  font-size: 12px;
  font-size: 3.2vw;
  margin-top: 10px;
  font-weight: bold;
  margin-bottom: 15px;
}
.goraijou h4 img {
  width: 30%;
}
.goraijou h4 span {
  padding: 0 1em 0;
  display: inline-block;
  border-bottom: 2px solid #595045;
}
.goraijou p {
  color: #595045;
  text-align: left;
  font-size: 9px;
  font-size: 2.4vw;
  line-height: 1.3;
}
.goraijou p strong {
  font-size: 12px;
  font-size: 3.2vw;
}

.s_06 .accordion_one {
  max-width: 1024px;
  margin: 20px auto 0;
}

.s_06 .accordion_one .accordion_header {
  background-color: #f57b90;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
}

.s_06 .accordion_one:nth-of-type(2) .accordion_header {
  background-color: #f57b90;
}

.s_06 .accordion_one:nth-of-type(3) .accordion_header {
  background-color: #f57b90;
}

.s_06 .accordion_one .accordion_header:hover {
  opacity: 0.8;
}

.s_06 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.s_06 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.s_06 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.s_06 .accordion_one .accordion_header .i_box .one_i:before, .s_06 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

.s_06 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}

.s_06 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}

.s_06 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.s_06 .accordion_one > .accordion_inner {
  display: none;
  padding: 15px 15px;
  border-left: 2px solid #f57b90;
  border-right: 2px solid #f57b90;
  border-bottom: 2px solid #f57b90;
  box-sizing: border-box;
}

.s_06 .accordion_one .accordion_inner .box_one {
  min-height: 100px;
}

.s_06 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

.s_06 .accordion_one .accordion_inner .closeArea {
  width: 180px;
  margin: 0 auto;
}

.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f57b90;
  padding: 15px 15px 15px 20px;
  text-decoration: none;
  line-height: 1.3;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
}

.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
  opacity: 0.8;
}

.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 18px;
  height: 18px;
}

.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before, .s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:after {
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(45deg);
  transform-origin: center center;
}

.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}

@media screen and (max-width: 1024px) {
  .s_06 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_06 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .s_06 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}
/*-----------  notice  ------------*/
#notice {
  position: relative;
  padding: 1px 0;
}
#notice h3 {
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #F2155E;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-size: 3.4666666667vw;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 15px;
}
#notice .notice-info {
  margin: 30px auto;
  text-align: center;
  color: #F2155E;
}
#notice .notice_link {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #a6a6a6;
}
#notice .notice_link div {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#notice .notice_link div p {
  font-size: 12px;
  font-size: 3.2vw;
  margin-top: 15px;
  margin-bottom: 10px;
}
#notice .notice_link div img {
  height: 6vw;
}
#notice .attention {
  padding: 0 10px;
}
#notice .attention:last-child {
  border-bottom: none;
}
#notice .attention h4 {
  color: #fbe479;
  font-size: 10px;
  font-size: 2.6666666667vw;
}
#notice .attention p {
  font-size: 9px;
  font-size: 2.4vw;
  margin: 15px auto;
}
#notice .attention p img {
  height: 6vw;
}
#notice .attention ul li {
  font-size: 10px;
  font-size: 2.6666666667vw;
  text-indent: -1em;
  padding-left: 1em;
  margin: 7px auto;
}

.lity-content:after {
  display: none;
}

.fancybox-infobar {
  display: none !important;
}

/* ============================================
 footer
============================================ */
footer {
  padding-top: 40px;
  padding-bottom: 0;
  color: #a0a0a0;
}
footer p {
  font-weight: bold;
  margin: 10px auto;
  text-align: center;
  line-height: 2;
  font-size: 10px;
  font-size: 2.6666666667vw;
}
footer p.copyrights {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
  font-size: 8px;
  font-size: 2.1333333333vw;
}

#page_top {
  display: none;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 5%;
  bottom: 15px;
  cursor: pointer;
}

#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000000;
  background: #000616;
}
#loading .loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  background: #c91680;
  background: -moz-linear-gradient(left, #c91680 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #c91680 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #c91680 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #c91680 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #c91680 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
#loading .loader:before {
  width: 50%;
  height: 50%;
  background: #c91680;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
#loading .loader:after {
  background: #000;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#caution_popup {
  height: auto;
  padding: 30px;
}
#caution_popup .p_comment {
  border: solid 3px #000;
  padding: 10px 15px;
}
#caution_popup .popup_inner {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 720px;
  background: #fff;
  padding: 30px 20px;
  overflow-y: scroll;
}
#caution_popup h2 {
  font-size: 11.5px;
  font-size: 3.0666666667vw;
  text-align: center;
  color: #e60012;
  font-weight: bold;
  margin-bottom: 30px;
}
#caution_popup .btn {
  display: block;
  background: #e60012;
  color: #fff;
  font-size: 11px;
  font-size: 2.9333333333vw;
  text-align: center;
  width: 100%;
  padding: 5px;
  text-decoration: none;
  border-radius: 10px;
}
#caution_popup p {
  margin: 20px 0;
  font-size: 8.5px;
  font-size: 2.2666666667vw;
  letter-spacing: -0.2px;
  color: #000;
  word-break: break-word;
}
#caution_popup p a {
  text-decoration: underline;
  color: #e60012;
}

/* ============================================
 Media Queries
============================================ */
/*---------------------------------------------  for PC  ----------------------------------------------*/
@media screen and (min-width: 768px) {
  .nopc {
    display: none;
  }
  .nosp {
    display: inline;
  }
  .lity-content {
    padding: 50px;
  }
  .event-nav {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
  .event-nav .button-group {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }
  .event-nav .button-group img {
    width: 90%;
  }
  .event-nav .button-group:first-child {
    background: #000;
    border: solid 2px #fff;
  }
  .event-nav .button-group:last-child img {
    position: relative;
    left: auto;
    top: auto;
    width: 40%;
  }
  /* ============================================
   base
  ============================================ */
  html {
    overflow-y: scroll;
  }
  #caution_popup {
    height: auto;
    padding: 0;
  }
  #caution_popup .p_comment {
    border: solid 3px #000;
    padding: 15px 20px;
  }
  #caution_popup .popup_inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 800px;
    background: #fff;
    padding: 70px 50px;
    overflow-y: scroll;
    color: #000;
  }
  #caution_popup h2 {
    font-size: 24px;
    font-size: 2rem;
    color: #e60012;
    font-weight: bold;
    margin-bottom: 30px;
  }
  #caution_popup .btn {
    display: block;
    background: #e60012;
    color: #fff;
    font-size: 16px;
    font-size: 1.3333333333rem;
    text-align: center;
    width: 100%;
    padding: 5px;
    text-decoration: none;
    border-radius: 10px;
  }
  #caution_popup p {
    margin: 30px 0;
    text-align: center;
    font-size: 15px;
    font-size: 1.25rem;
    line-height: 1.75;
    letter-spacing: 0;
    word-break: break-word;
  }
  #caution_popup p a {
    color: #e60012;
    text-decoration: underline;
  }
  #caution_popup p a:hover {
    text-decoration: none;
  }
  html, body {
    width: 100%;
    height: auto;
    min-width: 320px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    word-break: break-all;
  }
  .clearfix:before, .chronology dl:before, .clearfix:after, .chronology dl:after {
    content: "";
    display: table;
  }
  .clearfix:after, .chronology dl:after {
    clear: both;
  }
  #exterior_wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }
  .wrapper {
    position: relative;
    width: 92%;
    max-width: 680px;
    margin: 0 auto;
  }
  header {
    position: fixed;
    webkit-transform: translateZ;
    top: 0;
    height: 85px;
    width: 100%;
    z-index: 10000011;
    transform: translateY(0);
    opacity: 1;
  }
  header a :hover {
    text-decoration: none !important;
  }
  header .head_left {
    float: left;
    width: 47%;
    max-width: 160px;
  }
  header .logo {
    margin-right: 0;
    overflow: hidden;
  }
  header .logo img {
    width: 60%;
    max-width: 60%;
  }
  header .logo a :hover {
    text-decoration: none !important;
  }
  header .head_right {
    padding-top: 5px;
    padding-right: 30px;
  }
  /*-----------------------------------------------------------------
    ハンバーガーメニュー
  ------------------------------------------------------------------*/
  .menu_button, .menu_button span {
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
  .menu_button {
    display: none;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 55px;
    height: 55px;
    padding: 16px 12px;
    cursor: pointer;
    background: transparent;
  }
  .menu_button > div {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .menu_button:hover {
    text-decoration: none;
  }
  .menu_button span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #595045;
  }
  .menu_button span:nth-of-type(1) {
    top: 0;
  }
  .menu_button span:nth-of-type(2) {
    top: 9.5px;
  }
  .menu_button span:nth-of-type(3) {
    bottom: 0;
  }
  /*-----------  active  ------------*/
  .menu_button.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .menu_button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu_button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }
  /*-----------------------------------------------------------------
    dropdown nav
  ------------------------------------------------------------------*/
  html.wf-active nav.left_nav {
    z-index: 101006000;
    width: auto;
    height: auto;
    padding-top: 15px;
    position: fixed;
    display: flex;
    justify-content: flex-end;
    top: 0;
    right: 0;
    transform: translate(0);
    transition: all 0.5s;
  }
  nav.left_nav {
    background: transparent;
    z-index: 101006000;
    width: 100%;
    height: auto;
    padding-top: 15px;
    position: fixed;
    display: flex;
    flex-direction: row;
    top: 0;
    right: 0;
    transform: translate(0, -100%);
    transition: all 2s;
    transition-delay: 5000ms;
  }
  nav.left_nav .nav_logo {
    width: 80%;
    margin: 0 auto 10px;
    text-align: center;
  }
  nav.left_nav .nav_logo img {
    width: 45%;
  }
  nav.left_nav.open {
    transform: translateZ(0);
  }
  nav.left_nav ul {
    width: 100%;
    margin: 0;
    padding-right: 20px;
    display: flex;
    justify-content: flex-start;
  }
  nav.left_nav li {
    text-align: left;
    padding: 0px 0px 0px 0px;
    /* font-size: 24px; */
    /* font-size: 2rem; */
    color: #F1165E;
    font-weight: 700;
    font-style: normal;
    margin: 10px 12px;
  }
  nav.left_nav li a {
    text-decoration: none;
    font-size: 16px;
    font-size: 1.3333333333rem;
    white-space: nowrap;
    padding: 10px 0;
    color: #F1165E;
  }
  nav.left_nav li > img {
    width: 100%;
  }
  nav.left_nav li svg {
    fill: #fff;
  }
  /*-----------------------------------------------------------------
    dropdown nav
  ------------------------------------------------------------------*/
  nav.right_nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100000;
    transform: translateY(-100%);
    transition: all 0.3s;
  }
  nav.right_nav .menu_ico {
    margin-top: 30px;
    text-align: center;
  }
  nav.right_nav .menu_ico img {
    width: 12%;
    max-width: 70px;
    margin-left: 1.3%;
  }
  nav.right_nav p {
    margin: 10px auto;
    text-align: center;
  }
  nav.right_nav p a {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  nav.right_nav.open {
    transform: translateZ(0);
  }
  nav.right_nav ul {
    padding-top: 60px;
  }
  nav.right_nav li {
    color: #fff;
    text-align: center;
    padding: 13px 10px;
  }
  nav.right_nav li a {
    font-size: 20px;
    font-size: 1.6666666667rem;
    letter-spacing: 2px;
  }
  nav.right_nav li.lang {
    position: relative;
    top: auto;
    right: auto;
    width: 100px;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    background: transparent;
    padding: 0 4px;
    font-size: 18px;
    font-size: 1.5rem;
    margin: 0 auto 50px;
  }
  nav.right_nav li.lang a, nav.right_nav li.lang span {
    font-size: 18px;
    font-size: 1.5rem;
    letter-spacing: 2px;
    color: #fff;
    display: inline-block;
  }
  nav.right_nav li.lang span {
    border-bottom: #fff 3px solid;
  }
  .nav_close {
    position: absolute;
    right: 28px;
    top: 30px;
    width: 80px;
  }
  /* ============================================
   contents
  ============================================ */
  #content_area {
    position: relative;
    margin: 0 auto;
  }
  section {
    margin-top: 0px;
    padding: 120px 0;
  }
  section h2 {
    text-align: center;
    letter-spacing: 1.5px;
    font-size: 26px;
    font-size: 2.1666666667rem;
    margin: 20px auto 60px;
  }
  #bg {
    position: fixed;
    top: 0;
    left: 0;
    background: url("https://d20dfxyuz7q532.cloudfront.net/edp/banmeshi2025/bg-pc.jpg") repeat center;
    width: 100%;
    height: 100%;
    background-size: cover;
  }
  /*-----------  top image  ------------*/
  #top_image {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    background-size: cover;
    border: none;
  }
  #top_image .copy {
    position: absolute;
    right: 3%;
    bottom: 3%;
    width: 8%;
  }
  #top_image .top_image_inner {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #top_image .top_image_inner img {
    position: relative;
    width: 100%;
  }
  #top_image .main_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/2023/img_shadow.png") repeat-x center bottom;
    background-size: 34px 282px;
  }
  #top_image .cast {
    display: inline-block;
    width: 94%;
    max-width: 900px;
    text-align: center;
    margin-bottom: 8%;
    font-size: 25px;
    font-size: 2.0833333333rem;
  }
  #top_image .cast small {
    font-size: 15px;
    font-size: 1.25rem;
  }
  #top_image .info01 {
    display: inline-block;
    width: 94%;
    max-width: 900px;
    text-align: center;
    margin-bottom: 8%;
  }
  #top_image .info01 img {
    width: 70%;
    margin-bottom: 10px;
  }
  #top_image .date {
    display: inline-block;
    width: 94%;
    max-width: 1000px;
    text-align: center;
  }
  #top_image .date img {
    width: 82%;
  }
  #top_image .pc_logo {
    position: absolute !important;
    right: 3% !important;
    bottom: 2% !important;
    width: 33% !important;
  }
  .sp_logo {
    display: none;
  }
  .goods_big {
    margin: 40px auto;
    width: 80%;
    max-width: 940px;
  }
  .btn_buy {
    text-align: center;
  }
  .btn_buy img {
    width: 50%;
  }
  .sepa {
    background-size: contain;
    width: 80%;
    margin: 40px auto;
    height: 1px;
    background: #fff;
  }
  #info {
    position: relative;
  }
  #info .catchy {
    font-size: 20px;
    font-size: 1.6666666667rem;
    text-align: center;
    line-height: 1.7;
    letter-spacing: -0.1px;
    color: #fff;
    padding-top: 10%;
    margin-bottom: 110px;
  }
  #info .catchy img {
    width: 80%;
  }
  #info h1 {
    width: 70%;
    margin: 5% auto 0%;
    max-width: 440px;
  }
  #info .cast {
    text-align: center;
  }
  #info .cast img {
    width: 95%;
  }
  #info .guest {
    text-align: center;
    margin-top: 110px;
  }
  #info .guest img {
    width: 32%;
  }
  #cast .cast_logo {
    text-align: center;
    margin-bottom: 5px;
  }
  #cast .cast_logo img {
    width: 50%;
  }
  #cast .cast {
    text-align: center;
    font-size: 34px;
    font-size: 2.8333333333rem;
    line-height: 1.3;
    margin-bottom: 30px;
    font-weight: bold;
  }
  #cast .cast small {
    font-size: 12px;
    font-size: 1rem;
  }
  #cast .support {
    font-size: 28px;
    font-size: 2.3333333333rem;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
  }
  #cast .support small {
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  /*-----------  ticket  ------------*/
  #ticket {
    position: relative;
  }
  #ticket .ticket_img01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
  }
  #ticket .ticket_img02 {
    position: absolute;
    bottom: 0;
    right: -20%;
    width: 60%;
  }
  #ticket h2 span:before {
    background-color: #595045;
  }
  #ticket h2 span:after {
    background-color: #595045;
  }
  #ticket .ticket_detail {
    position: relative;
    text-align: center;
  }
  #ticket .ticket_detail a {
    display: block;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  #ticket .ticket_detail a:hover {
    opacity: 0.7;
  }
  #ticket .ticket_detail img {
    width: 86%;
  }
  #ticket .box_tujo {
    margin-top: 100px;
  }
  #ticket .box_tujo h4 {
    text-align: left;
    font-family: dnp-shuei-nmincho-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    font-size: 1.6666666667rem;
    line-height: 1.3;
    padding: 20px;
    border-bottom: none;
  }
  #ticket .box_tujo h4 span {
    font-size: 32px;
    font-size: 2.6666666667rem;
  }
  #ticket .box_tujo .tujo_detail {
    padding: 20px;
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.8333333333rem;
  }
  #ticket .box_tujo p {
    font-size: 20px;
    font-size: 1.6666666667rem;
    text-align: left;
    font-weight: 500;
  }
  #ticket .box_tujo p a {
    font-weight: bold;
  }
  #ticket .box_tujo .attention {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.1666666667rem;
    text-align: left;
    font-weight: 400;
  }
  #ticket .box_ticket {
    position: relative;
    margin-bottom: 100px;
  }
  #ticket .box_ticket h3 {
    font-family: dnp-shuei-nmincho-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    text-align: center;
    padding: 10px 0;
    line-height: 1.2;
    font-size: 26px;
    font-size: 2.1666666667rem;
    letter-spacing: -0.2px;
  }
  #ticket .box_ticket h3 span {
    font-weight: normal;
    display: block;
    width: 100%;
    text-align: center;
    bottom: -2.5em;
    position: absolute;
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  #ticket .box_ticket h3 img {
    width: 30%;
  }
  #ticket .box_ticket .detail {
    padding: 15px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  #ticket .box_ticket .detail span {
    margin: 10px auto;
    display: block;
    font-weight: 500;
    font-size: 24px;
    font-size: 2rem;
  }
  #ticket .box_ticket .detail small {
    display: inline-block;
  }
  #ticket .sepa {
    background-image: linear-gradient(to right, #FEB4C0, #FEB4C0 6px, transparent 6px);
    background-size: 10px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
    width: 100%;
    margin: 50px auto;
  }
  #ticket .contact h5 {
    margin-top: 40px;
    font-size: 13px;
    font-size: 3.4666666667vw;
    text-align: center;
    font-weight: bold;
  }
  #ticket .contact p {
    text-align: center;
    font-size: 9px;
    font-size: 2.4vw;
    font-weight: bold;
  }
  #ticket .contact p span {
    font-weight: normal;
    font-size: 7px;
    font-size: 1.8666666667vw;
  }
  #ticket .contact p a {
    font-weight: bold;
  }
  .sepa {
    max-width: 1000px;
  }
  /*-----------  goods  ------------*/
  #goods {
    padding-top: 0;
  }
  #goods .btn-goods {
    display: flex;
    margin: 20px auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 26px;
    font-size: 2.1666666667rem;
    max-width: 600px;
    font-weight: bold;
    color: #fff;
    background: #f57b90;
    border-radius: 20px;
    padding: 15px;
  }
  #goods .wrapper {
    text-align: center;
    margin-bottom: 40px;
  }
  #goods .wrapper h3 {
    letter-spacing: 1px;
    font-size: 32px;
    font-size: 2.6666666667rem;
    text-align: center;
  }
  #goods .wrapper h4 {
    letter-spacing: 1px;
    font-size: 20px;
    font-size: 1.6666666667rem;
    text-align: center;
  }
  #goods .wrapper .cs {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 30px;
    font-size: 2.5rem;
  }
  #goods .wrapper .cs a {
    font-size: 20px;
    font-size: 1.6666666667rem;
    background: #595045;
    border-radius: 20px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    width: 60%;
    margin: 0 auto;
  }
  #goods .wrapper .cs img {
    width: 40%;
    max-width: 320px;
  }
  #goods h2 {
    margin-bottom: 20px;
  }
  #goods .paseri_inner {
    padding: 25px;
    border: 1px solid #fff;
  }
  #goods .paseri_tit {
    margin-bottom: 20px;
  }
  #goods p.paseri_info {
    margin: 0 auto;
    text-align: left;
    padding: 0px 0;
    font-weight: lighter;
    color: #fff;
    letter-spacing: -0.2px;
    font-size: 8px;
    font-size: 2.1333333333vw;
  }
  #goods p.paseri_info a {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
    font-weight: bold;
    color: #ff0097;
    border-bottom: solid 1px #ff0097;
  }
  #access {
    padding-top: 100px;
    position: relative;
  }
  #access .ac_img01 {
    position: absolute;
    top: 0;
    left: -5%;
    width: 40%;
    transform: rotate(-180deg);
  }
  #access .ac_img02 {
    position: absolute;
    bottom: 0;
    right: -20%;
    width: 80%;
  }
  #access .ggmap {
    margin-bottom: 30px;
  }
  #access .wrapper {
    text-align: center;
    margin-bottom: 20px;
  }
  #access .wrapper img {
    width: 80%;
  }
  #access h3 {
    letter-spacing: 1px;
    font-size: 32px;
    font-size: 2.6666666667rem;
    text-align: center;
  }
  #access h4 {
    letter-spacing: 1px;
    font-size: 20px;
    font-size: 1.6666666667rem;
    text-align: center;
  }
  #access .sub {
    font-size: 20px;
    font-size: 1.6666666667rem;
    text-align: center;
    margin-bottom: 20px;
  }
  #access .access_info {
    font-size: 18px;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .goraijou {
    max-width: 750px;
    margin: 100px auto;
    padding: 0 10px;
    text-align: left;
  }
  .goraijou h5 {
    margin-top: 50px;
    font-size: 20px;
    font-size: 1.6666666667rem;
    text-align: center;
    font-weight: bold;
  }
  .goraijou ul li {
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  .goraijou h4 {
    font-size: 20px;
    font-size: 1.6666666667rem;
    text-align: left;
    margin-bottom: 20px;
  }
  .goraijou p {
    text-align: left;
    font-size: 12px;
    font-size: 1rem;
  }
  .goraijou p strong {
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  /*-----------  notice  ------------*/
  #notice {
    position: relative;
    padding: 1px 0;
  }
  #notice h3 {
    font-family: dnp-shuei-nmincho-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-size: 1.6666666667rem;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  #notice .notice-info {
    margin: 50px auto 80px;
    text-align: center;
    font-size: 22px;
    font-size: 1.8333333333rem;
  }
  #notice .notice_link {
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 1px #a6a6a6;
  }
  #notice .notice_link div {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  #notice .notice_link div p {
    font-size: 16px;
    font-size: 1.3333333333rem;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  #notice .notice_link div img {
    height: 6vw;
  }
  #notice .attention {
    padding: 0 10px;
  }
  #notice .attention:last-child {
    border-bottom: none;
  }
  #notice .attention h4 {
    color: #fbe479;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  #notice .attention p {
    font-size: 14px;
    font-size: 1.1666666667rem;
    margin: 15px auto;
  }
  #notice .attention p img {
    height: 6vw;
  }
  #notice .attention ul li {
    font-size: 16px;
    font-size: 1.3333333333rem;
    text-indent: -1em;
    padding-left: 1em;
    margin: 7px auto;
  }
  .lity-content:after {
    display: none;
  }
  .fancybox-infobar {
    display: none !important;
  }
  /* ============================================
   footer
  ============================================ */
  footer {
    padding-top: 40px;
    padding-bottom: 0;
    color: #a0a0a0;
  }
  footer > div img {
    max-width: 500px;
  }
  footer p {
    margin: 10px auto;
    text-align: center;
    line-height: 2;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  footer p.copyrights {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  .lity-content:after {
    display: none;
  }
  .fancybox-infobar {
    display: none !important;
  }
}

/*# sourceMappingURL=main.css.map */
