@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700;800&display=swap');
* {
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: left;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.2rem;
  font-family: 'Noto Sans JP', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  line-height: 1.8;
  font-weight: 500;
  color: #000000;
  position: relative;
  word-wrap: break-all;
  letter-spacing: 0.08ex;
  font-weight: 700;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
  background: url("../images/common/bg.jpg");
  background-size: 101%;
  background-position: center center;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
p {
  padding: 0;
  margin: 0;
  word-wrap: break-all;
}
img {
  -webkit-touch-callout: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: underline;
}
a:active, a:hover, a:focus {
  outline: none;
}
a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .6;
}
table {
  border-collapse: collapse;
}
.link {
  text-decoration: underline;
  color: #e687ff;
}
.fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}
.fadeIn.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/*  SNS  */
#sns {
  min-width: 270px;
  margin: 1rem auto 0;
}
ul.snsBtn {
  display: flex;
  justify-content: center;
}
ul.snsBtn li {
  float: left;
  width: auto;
}
ul.snsBtn li:last-child {
  margin-left: 10px;
  /* margin-right: 20px; */
}


.btn-link a{
  background: none;
  color: #000000 !important;
  padding: 11px 30px 11px 20px;
  border-radius: 42px;
  text-decoration: none;
  text-align: center;
  display: block;
  border: 4px solid #be0a32;
  width: 85%;
  line-height: 1.4;
  letter-spacing: 0.02ex;
  background: #ffffff;
  margin: 0 auto;
  font-size: 1.3rem;
  position: relative;
}
.btn-link a:hover {
  background: #f20f4b;
  color: #ffffff !important;
  opacity: 1;
  border: #f20f4b 4px solid;
}
.btn-link a:after {
  content: "";
  display: block;
  width: 12px;
  height: 14px;
  background: url("../images/common/arrow_b.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 46%;
  margin-top: -4px;
}
.btn-link a:hover:after {
  background: url("../images/common/arrow_w.svg") no-repeat center;
}

hr.del {
	border: none;
    border-top: 4px dotted #be0a32;
	margin-bottom: 3rem;
}
/*--------------------------------------
 * コンテンツ
 * ---------------------------------------*/
.wrapper, .nav_wrapper {
  position: relative;
  transition: left .25s ease-in-out;
  left: 0;
}
.container {
  max-width: 75rem;
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.container.ptb0 {
  padding: 0;
}
.inner {
  /* margin-top: 1rem; */
  padding-bottom: 3rem;
}
.box {
  margin-top: 1rem;
}
.container.flexbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 2rem 1fr;
  grid-template-columns: 200px 1fr;
  gap: 1rem;
}
.container.flexbox .ttl_icon {
  display: flex;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
  justify-content: center;
  margin-right: 1rem;
}
.container.flexbox .ttl_icon img {
  height: 130px;
  width: auto;
}
h2 {
  font-size: 2rem;
  font-weight: 800;
}
h2.heading {
  position: relative;
  line-height: 1.4;
}
h3 {
  font-size: 1.6rem;
  font-weight: 800;
}
h3.heading {
  background: #be0a32;
  padding: 10px;
  letter-spacing: 3px;
  margin-top: 3rem;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.4;
  color: #ffffff;
  border-radius: 10px;
  font-size: 2rem;
}
h4 {
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 800;
  color: #be0a32;
}
.ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 800;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.ttl:first-child {
  margin-top: 0;
}
.ttl .large {
  font-size: 120%;
}
.ttl .sub {
  display: inline-block;
  padding-right: 1rem;
}
.sub_ttl {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.4;
}
.sub_ttl .small {
  font-size: 90%;
}
.-red {
  color: #be0a32;
}
p {
  word-break: break-all;
  line-height: 1.6;
}
.smp-only {
  display: none !important;
}
.br_pc {
  display: block;
}
.br_sp {
  display: none;
}
.only_max480 {
	display: none;
}
.bdr {
  border-bottom: solid 7px #000000;
  position: relative;
}
.bdr:before {
  content: "";
  border-bottom: solid 7px #be0a32;
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 0;
}
.bdr:after {
  content: "";
  border-bottom: solid 7px #be0a32;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -19px;
  height: 0;
}
/*--------------------------------------
 * HEADER
 * ---------------------------------------*/
#header {
  position: relative;
  width: 100%;
  z-index: 12;
  top: 0px;
  left: 0px;
  font-size: 1.2em;
  letter-spacing: 1.2;
  font-weight: 800;
  color: #101d0c;
}
#header .nav_container {
  margin: 0 auto;
  position: relative;
  max-width: 75rem;
}
#header .nav_container img {
  max-height: 45px;
  width: auto;
}
#header .nav_container a {
  position: relative;
  display: block;
  text-decoration: none;
}
#header .global-nav {
  width: 100%;
  z-index: 20;
  background: rgba(190, 10, 50, 0.5);
  margin: 0 auto;
  transition: .6s;
  position: absolute;
  bottom: 0px;
}
#header.scroll .global-nav {
  position: fixed;
  background: #be0a32;
  animation-name: anime;
  animation-duration: 0.3s;
  top: 0;
  height: 80px;
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.nav_wrapper {
  width: 100%;
}
.global-nav .nav_container {
  width: 1040px;
  margin: 0 auto;
}
.global-nav .nav_container > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.global-nav .nav_container > ul li {}
.global-nav .nav_container > ul li:last-child {
  padding-right: 0;
}
.contents .text .text-title a:link {
  border-bottom: 0px solid;
}
.trigger {
  background: #be0a32;
  width: 60px;
  height: 60px;
  left: 5px;
  top: 5px;
  position: fixed;
  z-index: 30;
  border-radius: 50%;
}
.menu-trigger {
  position: fixed;
  z-index: 15;
}
.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  left: 5px;
  top: 5px;
}
.menu-trigger {
  width: 30px;
  height: 30px;
  margin: 15px 15px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
}
.menu-trigger span:nth-of-type(1) {
  top: 5px;
}
.menu-trigger span:nth-of-type(2) {
  top: 14px;
}
.menu-trigger span:nth-of-type(3) {
  top: 23px;
}
.menu-trigger.active {
  height: 35px;
}
.menu-trigger.active span {}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
  left: 0;
  top: 6px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(-90deg);
  transform: translateY(-8px) rotate(-45deg);
  top: 22px;
}
.smp-nav-list {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 1;
  background-color: rgba(190, 10, 50);
  transition: all 0.3s ease-in-out;
  display: none;
  overflow: scroll;
}
.smp-nav-list > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.smp-nav-list img {
  max-height: 55px;
  width: auto;
  margin: 0 auto;
}
.smp-nav-list.active {
  display: block;
  right: 0;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.smp-nav-list ul {}
.smp-nav-list ul li {
  list-style-type: none;
  width: 100%;
}
.smp-nav-list ul li a {
  font-size: 1.2rem;
  letter-spacing: 0.3ex;
  font-weight: 800;
  position: relative;
  line-height: 1.6;
  display: block;
  margin-bottom: 2rem;
  text-decoration: none;
}
a.disabled {
  pointer-events: none;
}
/*--------------------------------------
 * mainvisual
 * ---------------------------------------*/
.main_visual {
  align-items: center;
}
.main_visual .img {
  background-size: cover !important;
  background-position: center top !important;
  position: relative;
}
.main_visual .img img {
  display: block;
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.main_visual .text {
  width: 45vw;
  padding: 1rem;
}
@media screen and (max-width: 900px) {
  .main_visual .text {
    width: 50vw;
  }
}
/*--------------------------------------
 * top_notice
 * ---------------------------------------*/
#top_notice .link_notice {
  background: #e687ff;
}
#top_notice .link_notice a {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#top_notice .link_notice_lists {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 2rem;
}
#top_notice .link_notice_lists .sub_ttl {
  width: 100%;
  text-align: center;
}
#top_notice .link_notice_lists ul {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 90%;
  flex-wrap: wrap;
  margin-top: 1rem;
}
#top_notice .link_notice_lists ul li {
  margin-right: 10px;
}
#top_notice .link_notice_lists ul li:last-child {
  margin-right: 0;
}
#top_notice .link_notice_lists ul li a {}
#top_notice .fa {
  font-size: 70%;
}
/*--------------------------------------
 * catch
 * ---------------------------------------*/
#catch .container {
  font-size: 1.5rem;
}
#catch .ate {
  font-size: 140%;
  color: #be0a32;
}
/*--------------------------------------
 *report
 * ---------------------------------------*/
#report .report_link{
	margin-top: 2rem;
	color: #be0a32;
}
#report .report_link:nth-child(1){
	margin-top: 0;
}
#report .report_link a{
	color: #000;
}
#report .report_link span{
    display: inline-block;
    width: 12px;
    height: 14px;
    background: url(../images/common/arrow_b.svg) no-repeat center;
    background-size: contain;
}


/*--------------------------------------
 *news
 * ---------------------------------------*/
#news .news-data {
  letter-spacing: 0.02ex;
  vertical-align: top;
  color: #be0a32;
  font-size: 1.8rem;
}
#news .news-title {
  display: inline-block;
  width: 100%;
}
#news .news-title a {
  transition: .2s;
}
#news .news-title :hover {
  opacity: 1;
  text-decoration: underline;
}
#news .news-lists {
  margin-top: 2rem;
}
#news .news_lists li:first-child {
  margin-top: 0;
}
#news .news_lists li {
  margin-top: 1rem;
  padding-bottom: 1rem;
}
.hide-text {
  display: none;
}
button.readmore {
  position: relative;
  height: 80px;
  width: auto;
  margin: 2rem auto 0;
  display: block;
  background-color: transparent;
  color: #be0a32;
  padding-bottom: 40px;
  border: none;
  outline: 0;
  transition: .2s;
  -erbkit-transition: .5s;
  font-size: 1rem;
  font-weight: bold;
}
button.readmore::after {
  content: " ";
  position: absolute;
  width: 35px;
  height: 35px;
  border-top: solid 3px #be0a32;
  border-right: solid 3px #be0a32;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  right: 3px;
  top: 25px;
  transition: .5s;
  -erbkit-transition: .5s;
}
button.readmore:hover::after {
  top: 40px;
}
.on-click {
  color: transparent !important;
}
.on-click {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
/*--------------------------------------
 * about
 * ---------------------------------------*/
#about h3.ttl {
  font-size: 2rem;
  line-height: 1.4;
}
#about dl.table {
  display: flex;
  flex-wrap: wrap;
  transition: .2s;
  padding: 2rem 0;
  border-top: 4px dotted #be0a32;
  align-items: center;
}
#about dl.table:last-child {
  border-bottom: 4px dotted #be0a32;
}
#about .box {
  margin-top: 2rem;
}

#about dl.table.boder_b {
  border-bottom: 5px dotted #be0a32;
}
#about .special dl.table {
  border: none;
  padding: 0;
}
#about dl.table dt {
  font-weight: 800;
  width: 14%;
  align-items: center;
  padding-right: 2%;
  font-size: 1.8rem;
  color: #be0a32;
}
#about dl.table dd {
  line-height: 1.6;
  width: 80%;
  padding-left: 2rem;
}
#about .tour .ttl {
  margin-bottom: 1rem;
}
#about .tour dl dt {
  text-align-last: justify;
  font-weight: 800;
  position: relative;
}
#about .tour dl dt .soldout {
  position: absolute;
  background: #F210F5;
  padding: 5px 10px;
  border-radius: 6px;
  top: 58px;
  display: block;
  line-height: 1.25;
  font-size: 1.1rem;
  letter-spacing: 0px;
  z-index: 1;
  transition: .2s;
  left: 2%;
  transition: .2s;
  color: #ffffff;
  text-align-last: center;
  width: auto;
}
#about .tour dd {
  font-size: 1rem;
}
#about .special {
  margin: 2rem 0;
}
#about .special_icn {
  display: inline-block;
  background: #be0a32;
  color: #ffffff;
  font-size: 1.2rem;
  padding: 6px 15px;
  border-radius: 25px;
  margin-bottom: 5px;
}
#about .band {
  line-height: 1.4;
  margin-top: 2rem;
}
#about .band .ttl {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
#about .credit {
  line-height: 1.6;
  font-size: 1rem;
}
#about .ttl .small {
  font-size: 80%;
  margin: 0 3px;
}
#about .ishou {
	margin-top: 2rem;
	font-size: 1.1rem;
}
#about .ishou strong{
	font-size: 1.3rem;
}
#about .ishou span{
	font-size: 0.9rem;
}
/*--------------------------------------
 * youtube
 * ---------------------------------------*/
#youtube {
  position: relative;
}
.youtube {
  max-width: 100％;
  margin: 0 auto;
}
.youtube h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: #be0a32;
}
.youtube div {
  position: relative;
  width: 100%;
  height: 100%;
}
.youtube a {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 56% 0 0;
  background-size: 100%;
  border-radius: 10px;
}
.youtube a img {
  width: 100%;
}
.youtube a:hover {
  opacity: 0.7;
}
.youtube a .play {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*--------------------------------------
 * ticket
 * ---------------------------------------*/
#ticket h3.heading {
  margin-bottom: 2rem;
}
#ticket .ankerflex{
	display: flex;
	justify-content: center;
	margin-bottom: 4rem;
}
#ticket .anker{
  width: 100%;
  border: 4px solid #be0a32;
  background: #be0a32;
  margin-right: 55px;
}
#ticket .anker:nth-child(3){
	margin-right: 0;
}
#ticket .anker a{
  position: relative;	
  height: 120px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.4;
  padding: 1rem;
  text-decoration: none;
}
#ticket .anker a:after {
    content: "";
    display: block;
    width: 16px;
    height: 20px;
    background: url(../images/common/arrow_w.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 7%;
	transform: rotate(90deg);
    margin-top: -4px;
}

#ticket .ticket_lists {}
#ticket .ticket_lists li {
  display: flex;
  margin-bottom: 3rem;
  align-items: center;
  font-size: 1.5rem;
}
#ticket .ticket_lists .t_ttl {
  position: relative;
  height: 90px;
  width: 50%;
  border-top: 4px solid #be0a32;
  border-bottom: 4px solid #be0a32;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-right: 55px;
  line-height: 1.4;
  padding: 1rem 0 1rem 1rem;
}
#ticket .ticket_lists .t_ttl::before, #ticket .ticket_lists .t_ttl::after {
  position: absolute;
  content: "";
}
#ticket .ticket_lists .t_ttl::before {
  top: 50%;
  right: -32px;
  z-index: -1;
  transform: translateY(-50%) scaleX(1) rotate(45deg);
  width: 59px;
  height: 59px;
  border: 4px solid #be0a32;
  border-left: none;
  border-bottom: none;
}
#ticket .ticket_lists .t_ttl::after {
  top: 0px;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  border: 4px solid #be0a32;
  border-right: none;
}
#ticket .ticket_lists.hover .t_ttl a {
  text-decoration: none;
}
#ticket .ticket_lists.hover .t_ttl:hover {
  color: #ffffff;
  background: #be0a32;
}
#ticket .ticket_lists.hover .t_ttl:hover::before {
  background: #be0a32;
}
#ticket .ticket_lists.hover .t_ttl::after {
  background: #be0a32;
}
#ticket .ticket_lists .t_ttl a:hover {
  text-decoration: none;
  opacity: 1;
}
#ticket .ticket_lists .price {
  line-height: 1.4;
}
#ticket .ticket_lists .price .small {
  font-size: 80%;
}
#ticket .ticket_lists .price .new {
  font-size: 80%;
  background: #be0a32;
  color: #fff;
  padding: 4px;
}
#ticket .ticket_btn {
  margin-top: 2rem;
}
#ticket .ticket_btn .btn-link {
  width: 80%;
  margin: 0 auto;
}
#ticket .ticket_btn .btn-link a {
  margin: 1rem auto 0;
  font-size: 1.3rem;
}
#ticket .credit {
  line-height: 1.8;
  font-size: 0.95rem;
  margin-top: 2rem;
}
#ticket .heading .small {
  font-size: 80%;
}
#ticket .ttl .small {
  font-size: 80%;
  margin: 0 3px;
}
#ticket .today h3.heading{
	background: #000;
}
#ticket .today .price {
	margin-top: 2rem;
	font-size: 1.5rem;
}
#ticket .today .credit {
	margin-top: 0;
}
#ticket .today .booking {
	margin-top: 2rem;
}
#ticket .today .text{
	margin-top: 2rem;
	font-size: 0.95rem;
}
@media screen and (max-width: 1040px) {
#ticket h3.heading {
    font-size: 1.3rem;
  }
  #ticket .ticket_lists li {
    display: block;
  }
  #ticket .ticket_lists .t_ttl {
    width: 85%;
    margin-bottom: 1rem;
  }
  #ticket .ticket_lists .price {
    padding: 0 1rem;
  }
  #ticket .ticket_btn .btn-link {
    width: 100%;
  }
}
/*--------------------------------------
 * goods
 * ---------------------------------------*/
#goods h3.heading{
	margin:0;
}
#goods .goods_lists {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
}
#goods .goods_lists li {
  width: 48%;
  margin-top: 2.5rem;
}
/*#goods .goods_lists li:nth-last-of-type(1),
#goods .goods_lists li:nth-last-of-type(2){
	margin-top: 4rem;
}*/
#goods .goods_lists li.w100 {
  width: 100%;
}
#goods h4 {
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 800;
  color: #be0a32;
  text-align: center;
}
#goods h4 span{
	font-size: .9rem;
}
#goods .goods_list .lead {
  margin-top: 2rem;
}
#goods .goods_list .sub_ttl {
  font-weight: 800;
  margin-top: 1rem;
  font-size: 1.1rem;
  line-height: 1.4;
}
#goods .goods_list a {
  color: #be0a32;
}
#goods .goods_list .thum {
  margin: 0 0 1.5rem;
}
#goods .goods_list .thum img {
  width: 100%;
}
#goods .goods_list .detail {
  margin-top: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.4;
}
#goods .goods_list .detail .price {
  margin-top: 1rem;
  font-size: 0.95rem;
}
#goods .goods_list .detail .attention {
  margin-top: 0.8rem;
  font-size: 0.85rem;
}
#goods .goods_list .btn-link a {
  margin: 3rem auto 0;
}
#goods .goods_list .thum img {
  height: auto;
  width: 100%;
  margin: 0 auto;
}
#goods .al_c {
  display: flex;
  align-items: center;
}
#goods .goods_icon {
	position: relative;
}
#goods .text {
	padding-top: 2.5rem;
	border-top: 3px dotted #be0a32;
}
#goods strong{
	font-size: 1.1rem;
}
/*#goods .goods_icon::before {
	content: "";
	position: absolute;
    background: url(../images/icon_goods_forum.png)no-repeat;
	background-size: contain;
    text-align: center;
    top: -14%;
    right: 0;
    width: 25%;
    height: 20%;
    z-index: 10;
}*/


/*--------------------------------------
 * release
 * ---------------------------------------*/
#release .release_list .ttl {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1rem;
}
#release .release_lists {
  margin-top: 2rem;
}
#release .release_lists li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: start;
  margin-top: 2rem;
  flex-wrap: wrap;
}
#release .release_lists li .release_thum {
  width: 40%;
}
#release .release_lists li .release_thum img {
  margin-bottom: 1rem;
}
#release .release_lists li .release_text {
  width: 58%;
}
#release .release_lists li .release_text .detail {
  margin-top: 1rem;
}
#release .release_lists li .release_text .detail a{
  color: #be0a32;
}
#release .btn-link a {
  margin: 3rem auto 0;
}
/*  youtube  */
.youthum {
  width: 80%;
  margin: 0 auto;
}
.youthum a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.youthum a::before {
  position: absolute;
  content: url(../images/common/btn_you.png);
  text-align: center;
  top: 45%;
  left: -5px;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.3s;
}
/*  footer  */
.ohplink {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  text-align: left;
}
.ohplink:first-child {
  margin-top: 0;
}
.ohplink a {
  text-decoration: none;
}
.ohplink a:first-letter {
  color: #e687ff !important;
}
.ohplink_main {
  background: #000000;
  text-align: center;
  color: #ffffff;
  font-size: 2rem;
}
.ohplink_main .container {
  padding: 2rem 1rem;
}
.ohplink_main a {
  text-decoration: none;
}
/*--------------------------------------
 * notice
 * ---------------------------------------*/
#notice .ttl {
  font-size: 1.5rem;
}
#notice2 .cover {
  background: #be0a32;
  color: #fff;
  padding: 1rem;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 4rem;
  text-align: center;
}
#notice2 .cover span {
  display: block;
  max-width: 900px;
  margin: 0 auto;
}
#notice2 .ohplink {
  text-align: center;
  padding-top: 2rem;
  font-weight: 800;
}
/*notice.html*/
#notice2 .container {
  text-align: left;
  padding-top: 0;
}
#notice2 ul {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
#notice2 ul li {
  list-style: disc;
  list-style-position: inside;
  line-height: 1.6;
  margin-bottom: 0.25rem;
}
#notice2 .sub_ttl {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 800;
  margin-bottom: 1rem;
}
#notice2 .bold {
  font-weight: 800;
  background: #35308b;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 1rem;
}
#notice2 a {
  color: #be0a32;
}
#notice2 .ohplink a {
  font-size: 1.5rem;
}
#notice2 .btn-top a {
  text-align: center;
  margin-top: 3rem;
  display: block;
  font-size: 110%;
}
/*--------------------------------------
 * FOOTER
 * ---------------------------------------*/
.ticket_info {
  position: fixed;
  bottom: 15px;
  right: 10px;
  font-size: 77%;
  z-index: 11;
  width: 130px;
  height: auto;
}
.ticket_info a {
  display: block;
}
footer {
  position: relative;
  background: #be0a32;
  color: #ffffff;
  height: 90px;
  display: flex;
  align-items: center;
}
.footer_container {
  width: 1040px;
  margin: 0 auto;
  text-align: center;
}
.copyright {
  font-size: 0.85rem;
  letter-spacing: 0.15ex;
}
/*--------------------------------------
 * 調整用
 * ---------------------------------------*/
/*--  float  --*/
.fl_l {
  float: left;
}
.fl_r {
  float: right;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.clearBoth {
  clear: both;
}
/*--  text-align  --*/
.ta_c {
  text-align: center;
  display: block;
}
.ta_l {
  text-align: left;
  display: block;
}
.ta_r {
  text-align: right;
  display: block;
}
/*--  text-weight  --*/
.bold {
  font-weight: 800;
}
/*--  margin-top  --*/
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
/*--  margin-right  --*/
.mr0 {
  margin-right: 0px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr50 {
  margin-right: 50px;
}
.mr60 {
  margin-right: 60px;
}
/*--  margin-left  --*/
.ml0 {
  margin-left: 0px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.ml60 {
  margin-left: 60px;
}
/*--  margin-bottom  --*/
.mb0 {
  margin-bottom: 0px !important;
}
.mb2r {
  margin-bottom: 2rem;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
/*--  padding-top  --*/
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
/*--  padding-right  --*/
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr40 {
  padding-right: 40px;
}
.pr50 {
  padding-right: 50px;
}
.pr60 {
  padding-right: 60px;
}
/*--  padding-left  --*/
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}
.pl50 {
  padding-left: 50px;
}
.pl60 {
  padding-left: 60px;
}
/*--  padding-bottom  --*/
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
/*--  font-size  --*/
.fs_bl {
  font-size: 125%;
}
.fs_l {
  font-size: 115%;
}
.fs_m {
  font-size: 92%;
}
.fs_ms {
  font-size: 80%;
}
.fs_s {
  font-size: 50%;
}