@charset "utf-8";
* {
  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 {
  -webkit-text-size-adjust: none;
  background: transparent;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  font-family:  "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  line-height: 1.8;
  letter-spacing: 0.08ex;
  word-break: break-all;
  position: relative;
	background-color: #222126;
	color: #fff;
}
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;
}
img {
  -webkit-touch-callout: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  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;
  color: #000000;
}
a:active, a:hover, a:focus {
  outline: none;
}
a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .6;
}
a.link {
  text-decoration: underline;
  color: #09f;
}
table {
  border-collapse: collapse;
}
.pc-only {
  display: block;
}
.smp-only {
  display: none;
}
.br_pc {
  display: block;
}
.br_sp {
  display: none;
}

.br_sp_480 {
  display: none;
}

.mv_smp {
  display: none;
}
section {
  padding-bottom: 5rem;
}
section:first-child {
  margin-top: 3rem;
}
h2.heading {
  font-size: 3.5rem;
  line-height: 1.2;
  transition: .5s;
  letter-spacing: 0.02ex;
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  position: relative;
  padding: 60px 0 0;
}
h2.heading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  height: 40px;
  background: url(../images/common/icon_h2.webp) no-repeat;
  background-position: center;
  background-size: 40px auto;
}
h2.heading span {
  display: block;
  font-size: 0.95rem;
  letter-spacing: 0.2ex;
}
h3.heading {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.4;
  padding-left: 0.5rem;
}
.ttl {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
}
.txt_box {
  margin-top: 2rem;
}
/*--------------------------------------
 * popup
 * ---------------------------------------*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 1.5rem;
  background-color: #fff;
  z-index: 2;
  height: 95%;
  overflow-y: auto;
  overflow-y: scroll;
}
.popup-inner img {
  width: 100%;
}
.popup-close-btn {
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}
.popup-textbox {
  border: 5px solid #cc5088;
  padding: 1.5rem;
  line-height: 1.8;
}
.popup-inner .credit {
  margin-top: 1rem;
}
.popup-wrap {
  position: relative;
  height: 100%;
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
}
.popup-img {
  position: absolute;
  bottom: 20px;
  right: -112px;
  z-index: 2;
}
.popup-img img {
  width: 180px;
}
.popup-close-btn i {
  font-size: 30px;
  color: #cc5088;
}
.black-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 1;
  cursor: pointer;
}
/*--------------------------------------
 * CONTENTS
 * ---------------------------------------*/
.wrapper {
  overflow: hidden;
}
.container {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-top: 4rem;
}
.contents {
  margin-top: 1.5rem;
}
.inner {
  margin-top: 3.5rem;
}
.inner-960 {
  max-width: 960px;
  margin: 3rem auto 0;
}
p {
  word-break: break-all;
  line-height: 1.6;

}
/*--------------------------------------
 * mainvisual
 * ---------------------------------------*/
.main_visual{
	background: #edf1fc;
	transition: .2s;
	/*padding-top: 10px;*/
}
.main_visual.pc {
  display: block;
}
.main_visual.smp {
  display: none;
}
@media screen and (max-width: 1200px) {
	.main_visual{
		/*padding-top: 50px;*/
}
}
/*--------------------------------------
 * pc_header
 * ---------------------------------------*/
header {
  position: fixed;
  width: 100%;
  z-index: 10;
}
header .nav_container {
  position: relative;
}
.header_flexbox {
  display:
    -webkit-box;
  display:
    -ms-flexbox;
  display:
    flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
	padding-top: 30px;
}
.global-nav {
  width: 100%;
}
h1.logo {
  max-width: 272px;
  padding-right: 2rem;
}
header .logo img {
  vertical-align: middle;
}
header h1 img {}
.heading_menu {
  display: block;
	margin-left: 30px;
}
.heading_menu > li {
  margin-right: 4%;
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.5px;
  font-size: 2rem;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  display: inline-block;
  line-height: 1.4;
}
.heading_menu > li:last-of-type {
  margin-right: 0;
}
.heading_menu li.active {
  color: #cc5088;
  font-size: 1.4rem;
}
.heading_menu > li.menu a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  margin: 5px 0;
  background-color: #fff494;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.2s ease-in-out 0s;
  display: block;
}
.heading_menu > li.menu a:hover {
  opacity: 1;
/*  color: #cc5088;*/
	color:#fff494;
}
.heading_menu > li.menu a:hover:before {
  visibility: visible;
  transform: scaleX(1);
}
header .sns {
  display:
    -webkit-box;
  display:
    -ms-flexbox;
  display:
    flex;
  font-size: 2rem;
  max-width: 300px;
  justify-content: inherit;
}
header .sns li {
  margin-right: 1.5rem;  font-size: 1.8rem;
}
header .sns li:last-child {
  margin-right: 1rem;
}
header .sns a:hover {
  opacity: 1;
  color: #fff494;
}

.xIcon{
	width: 28px;
    height: 28px;
	border-radius: 4px;
    display: inline-block;
    background:#fff url("../images/common/x_icon_black.webp") center center /25px no-repeat;
    margin-bottom: -2px;

}

.xIcon:hover {
    background:#fff494 url(../images/common/x_icon_pink.png) center center /25px no-repeat;
	-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;
}


/*--------------------------------------
 * smp_nav
 * ---------------------------------------*/
.trigger {
  background: #cc5088;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 30;
}
.menu-trigger {
  position: fixed;
  z-index: 15;
}
.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  width: 35px;
  height: 40px;
  margin: 10px 13px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  top: 0;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 6px;
}
.menu-trigger span:nth-of-type(2) {
  top: 19px;
}
.menu-trigger span:nth-of-type(3) {
  top: 31px;
}
.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: 9px;
}
.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: 25px;
}
.smp-nav-list {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 1;
  background: #cc5088;
  transition: all 0.3s ease-in-out;
  display: none;
}
.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.fix_menu {
  display:
    -webkit-box;
  display:
    -ms-flexbox;
  display:
    flex;
  width: 100%;
  flex-wrap: wrap;
  align-content: center;
  height: 100%;
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
.smp-nav-list ul.fix_menu > li {
  width: 100%;
}
.smp-nav-list ul.fix_menu > li.menu a {
  transition: all 0.3s ease-in-out 0s;
  font-size: 2rem;
  display: block;
  padding: 0.5rem 1rem;
	line-height: 1.4;
}
.smp-nav-list ul.fix_menu > li.menu a:hover {
  color: #cc5088;
  opacity: 1;
}
.smp-nav-list ul.fix_menu > li.nav_sns {
  max-width: 100%;
  margin-top: 2rem;
  font-size: 2rem;
}
.smp-nav-list ul .nav_sns li {
  display: inline-block;
  margin-right: 2rem;
}
.smp-nav-list ul .nav_sns li:last-child {
  margin-right: 0;
}
.smp-nav-list ul .nav_sns a:hover {
  opacity: 1;
  color: #cc5088;
}

.xIconSp {
    width: 28px;
    height: 28px;
	border-radius: 3px;
    display: inline-block;
    background:#000 url(../images/common/x_icon_pink.webp) center center /20px no-repeat;
    margin-bottom: -2px;
}

.xIconSp:hover {
    background:#cc5088 url(../images/common/x_icon.webp) center center /20px no-repeat;
	-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;
}

/*--------------------------------------
 *top-news
 * ---------------------------------------*/
#news .news_list {
  margin-bottom: 1rem;
  transition: .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#news .news-data {
  letter-spacing: 0.1ex;
  font-size: 1.3rem;
  font-weight: 700;
  margin-right: 1rem;
  vertical-align: middle;
  color: #cc5088;
  width: 180px;
}
#news .news-title {
  position: relative;
  font-size: 1.2rem;
	width: 100%;
}
#news .news-title a {
  text-decoration: underline;
	color: #fff;
}
#news .news-lists {
  margin-top: 2rem;
}
#news .news_lists li:first-child {
  margin-top: 0;
}
#news .news_lists li {
  display: flex;
  margin-top: 1rem;
}
/*NEWS アーカイブ*/
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slide-down {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.slide-up {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
.archive_news {
  height: 70px;
  overflow: hidden;
  position: relative;
  margin: 0;
  transition: .5s;
}
.archive_news .news_lists {
  margin-top: 1rem;
}
.close-btn, .btn_news-more {
  display: block;
  cursor: pointer;
  width: 100%;
  padding: 21px 0 15px;
  position: absolute;
  bottom: 0;
  color: #ffffff;
  left: 0;
  text-align: right;
  background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%);
  background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
.btn_news-more p {
  line-height: 1;
  background: #cc5088;
  width: 300px;
  text-align: center;
  padding: 1rem;
  border-radius: 30px;
  margin: 0 auto;
  font-weight: bold;
}
.btn_news-more p.open:before {
  position: absolute;
  margin-left: -28px;
  content: '\f063';
  color: #ffffff;
  font-size: 1.3rem;
  font-family: "Font Awesome 5 Free";
  transition: .2s;
  top: 40%;
  line-height: 1;
  font-weight: 900;
}
.btn_news-more p.open:hover:before {
  top: 45%;
}
.btn_news-more p.close:before {
  position: absolute;
  margin-left: -28px;
  content: '\f062';
  color: #ffffff;
  font-size: 1.3rem;
  font-family: "Font Awesome 5 Free";
  transition: .2s;
  top: 40%;
  line-height: 1;
  font-weight: 900;
}
.btn_news-more p.close:hover:before {
  top: 35%;
}
.contents.news .btn_news-more .open {
  display: block;
}
.close-btn {
  background: none;
  transition: .5s;
}
.slide-up {
  padding-bottom: 0;
  overflow: hidden;
  transition: .5s;
}
.slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 50px;
  transition: .5s;
}
.close-btn {
  margin-bottom: 0;
  transition: .5s;
}
/*--------------------------------------
 * live
 * ---------------------------------------*/
#live {
	/*background-color:rgba(255,203,193,.5);
  background-image: url("../images/common/bg2.webp");*/
  padding: 6rem 1.5rem;
}
#live .container {
  background: #ffffff;
  padding: 3rem 2rem 5rem;
  max-width: 900px;
	color: #000;
}
#live .info_box {
    font-size: 1.5rem;
    text-align: center;
	margin-top: 2rem;
}
#live .live-title {
  font-size: 2rem;
  text-align: center;
  line-height: 1.6;
	margin-bottom: 1.2rem;
}

#live .soldout {
	display: block;
	color:#fff;
	font-size: .7rem;
	background: #d23030;
	line-height: 1.8;
	width: 85px;
	border-radius: 5px;
	margin: 0 auto;
}


#live .soldout_shitei {
	display: block;
	color:#d23030;
	font-size: 1rem;
font-weight: bold;
	line-height: 1.8;
	margin: 0 auto;
}

#live .live-title-sub {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.6;

}

#live .live-title-sub:last-of-type {
margin-top: 5rem;	
}

#live dl {

	margin-bottom: 2rem;
  text-align: center;
}

#live dl .small {
  font-size: 73%;
	
}

#live dl .small .ate{
	vertical-align: middle;
}
#live dt {
  color: #cc5088;
  font-size: 1.1rem;
  font-weight: 500;
}
#live dd {
  font-size: 2rem;
  margin-top: 0.5rem;
  line-height: 1.4;
}
#live dd a {
  text-decoration: underline !important;
}
#live .credit {
  margin-top: 5rem;
	text-align: center;
  /* font-size: 90%; */
}
#live .credit a {
  color: #cc5088;
  text-decoration: underline;
}
#live .ate_box {
  font-size: 85%;
  margin-top: 1rem;
  padding: 1rem;
  background: #eeeeee;
}
#live .ate_box li {
  list-style: disc;
  list-style-position: inside;
}
.live_attention {
	margin-top: 2rem;
    text-align: center;
	font-size: 1rem;
}

#live .live_ticket .ttl {
	    background: #cc5088;
    padding: 0.5rem 1rem;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    font-size: 1.5rem;
    margin-top: 3.5rem;
}

#live .live_ticket .kikan {
	margin-top: 1rem;
}

#live .live_ticket .kikan span {
	    color: #cc5088;
	    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.4;
}

#live .live_ticket {
	margin: 4rem 0 4rem;
}

#live .live_ticket .btn-link a {
	color: #cc5088;
    padding: 11px 20px;
    border-radius: 42px;
    text-decoration: none;
    text-align: center;
    display: block;
    border: 3px solid #cc5088;
    width: 70%;
    line-height: 1.4;
    letter-spacing: 0.02ex;
    background: #ffffff;
    font-size: 1.3rem;
    margin: 0 auto;
    font-weight: 500;
	margin-top: 1rem;
}

#live .live_ticket .btn-link a:hover {
	    background: #cc5088;
    color: #ffffff;
    opacity: 1;
    border: #cc5088 3px solid;
}

#live .data {
	margin-top: 2rem;
	font-size: 1.4rem;
}

#live .data li:last-of-type{
	font-size: 1.2rem;
	text-decoration: underline !important;
}
 
#live .live_pic {
		width: 40%;
		margin: 0 auto;
	}

#live .live_container {
	margin-top: 2rem;
}

#live #live_himeji .fin{
	font-size: .9rem;
	margin-top: 2.8rem;
}

#live .ot_day {
	margin-top: 2rem;
}

.event {
	text-align: center;
}

.event .copy{
	font-size: 1.4rem;
}

.event .ticket{
	margin-top: 2rem;
	line-height: 1;
}


.event .ttl{
	color:#cc5088;
}


 

/*--------------------------------------
 * ticket
 * ---------------------------------------*/

#ticket dl {
  margin-top: 2rem;
	margin-bottom: 2rem;
}

#live #ticket dd {
  font-size: 1.8rem;
}
#ticket {
  margin-top: 5rem;
}
#ticket a{
	color: #cc5088;
	text-decoration: underline;
}
#ticket h3.ttl {
  background: #cc5088;
  padding: 0.5rem 1rem;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  font-size: 1.5rem;
  margin-top: 3.5rem;
	border-radius: 30px;
}

#ticket h4 {
  padding: 0.5rem 0 0;
  font-weight: 500;
  color: #000;
  font-size: 1.2rem;
}

#ticket h4:first-of-type {
	margin-top: 2rem;
}

#ticket .kikan {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

#ticket .kikan .ttl {
  color: #cc5088;
}

#live_himeji .kikan .ttl {
  color: #cc5088;
}




#ticket .btn-link {
  margin-top: 2rem;
}
#ticket .btn-link a {
  background: none;
  color: #cc5088;
  padding: 11px 20px;
  border-radius: 42px;
  text-decoration: none;
  text-align: center;
  display: block;
  border: 3px solid #cc5088;
  width: 70%;
  line-height: 1.4;
  letter-spacing: 0.02ex;
  background: #ffffff;
  font-size: 1.3rem;
  margin: 0 auto;
  font-weight: 500;
}
#ticket .btn-link a:hover {
  background: #cc5088;
  color: #ffffff;
  opacity: 1;
  border: #cc5088 3px solid;
}
#ticket .playguide_lists {
  margin-top: 3.5rem;
}
#ticket .playguide_lists li {
  transition: .5s;
  display:
    -webkit-box;
  display:
    -ms-flexbox;
  display:
    flex;
  align-items: center;
}
#ticket .playguide_lists .name {
  letter-spacing: 0.1ex;
  font-size: 1.3rem;
  font-weight: 700;
  margin-right: 1rem;
  vertical-align: middle;
  color: #cc5088;
  width: 200px;
}
#ticket .playguide_lists .url {
  font-weight: 500;
  font-size: 1.1rem;
  cursor: pointer;
  position: relative;
  text-decoration: underline;
}

#ticket .ttlHead {
	font-size: 1.2rem;
	margin-top:1rem;
	text-align: center;
	font-weight: 500;
}

/*--------------------------------------
 * onlinelive
 * ---------------------------------------*/

#ticket #onlinelive {
	margin-top: 10rem;
}

.onlinelive_category {
	font-weight: 700;
	margin-top: 1rem;
}

#ticket .onlinelive_txt p {
	margin-top: 20px;
}



/*--------------------------------------
 * notice
 * ---------------------------------------*/

#notice .ate_box {
  font-size: 85%;
  margin-top: 1rem;
  padding: 1rem;
  border: 4px #cc5088 double;
}
#notice .ate_box.mt3{
	margin-top: 3rem;
}
#notice .ate_box .ttl{
	margin-bottom: 0.75rem;
	font-size: 1.1rem;
}
#notice .ate_box li {
  list-style: disc;
  list-style-position: inside;
}
/*--------------------------------------
 * youtube
 * ---------------------------------------*/
#youtube {
  position: relative;
}
#youtube .inner.w900{
	max-width: 900px;
	margin: 3.5rem auto 0;
}
#youtube::after {
  content: '';
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  right: 0;
  background: url(../images/common/bg_n.webp) no-repeat;
  background-repeat: no-repeat;
  width: 50%;
  height: 100%;
  background-size: 100%;
  z-index: -1;
}

.youtube_s {
  margin-top: 1rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.youtube_s li {
  width: 49%;
  margin-bottom: 30px;
  margin-left: 1%;
}
.youtube_s h3{
	font-size: 85%;
	line-height: 1.4;
	margin-top: 10px;
	text-align: center
}
.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%;
}
.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%);
}
/*
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.youtube_s li:nth-child(odd) {
  margin-left: 0;
}*/
/*--------------------------------------
 *media
 * ---------------------------------------*/

#media .container{
	max-width: 900px;
}
#media .media_lists {
  position: relative;
}
#media .media_list {
  position: relative;
  width: 100%;
  transition: 0.3s;
  border: 1px solid  #cc5088;
  padding: 3rem 1.5rem;
  border-top: none;
}
#media .media_list:first-child{
	border-top:  1px solid  #cc5088;
}

#media .media_list .media-name {
  letter-spacing: 1.5px;
  line-height: 1.6;
  font-size: 1.5rem;
}


#media .media_list .iconR {
  background: #fde40a;
  font-size: .875rem;
  padding: 6px;
  display: inline-block;
  line-height: 1;
  color: #cc5088;
  margin-left: 13px;
}
#media .media_list .detail {
  width: 100%;
}
#media .media_list .media-ttl {
  font-size: 1.2rem;
  font-weight: 500;
}
#media .media_list  .detail .txt_all {
  margin-top: 20px;
  font-size: 0.9rem;
}
/* LIVE アコーディオン
============================== */
#media .media_list .excerpt {
  position: relative;
  cursor: pointer;
  padding-right: 20px;
  display: flex;
  align-items: center;
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
}
#media .media_list  .excerpt:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#media .media_list  .excerpt:after {
  border-top: solid 4px #cc5088;
  border-right: solid 4px #cc5088;
  top: 38%;
}
#media .media_list .excerpt.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  /*   .openクラスがついた時の要素の角度を指定 */
}
#media .media_list .media-contents{
	margin-top: 2rem;
	border-top: 1px dotted;
	padding-top: 2rem;
}
#media .media_list .media-contents:first-child{
	margin-top: 0;
	border: none;
}
#media .media_list .media-ttl {
  font-size: 1.3rem;
  line-height: 1.6;
}
#media .media_list .media-img {
  width: 60%;
	margin: 2rem auto 0;
}
#media .media_list .media-text {
  margin-top: 2rem;
}
#media .media_list .media-text a{
  color: #cc5088;
	text-decoration: underline;
}

/*--------------------------------------
 * goods
 * ---------------------------------------*/

#goods .comingsoon {
	text-align: center;
	font-size: 1.6rem;
	color:#aaa;
}

#goods .c_ttl {
  text-align: center;
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
}
#goods .goods_lists {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

#goods .goods_lists li:last-child {
    flex:0 0 49%;
	margin: 3.5rem auto;
}

#goods .goods_lists li {
  width: 49%;
  margin-top: 3.5rem;
}
#goods .goods_lists li.mt0 {
  margin-top: 0;
  width: 100%;
  text-align: center;
}
#goods .goods_list .goods_ttl {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 500;
  color: #cc5088;
  margin-top: 1rem;
  text-align: center;
}
#goods .goods_list .goods_detail {
  margin-top: 1rem;
  line-height: 1.6;
  font-size: 85%;
}
#goods .goods_list .goods_price {
  margin-top: 1rem;
  line-height: 1.4;
}
#goods .goods_list .goods_price a {
  color: #cc5088;
}
#goods span.small {
  font-size: 90%;
  display: block;
  line-height: 1.6;
  text-align: center;
}
#goods .goods_list .thum {
  margin: 0 auto;
}
#goods .goods_list .thum img {
  height: auto;
  margin: 0 auto;
  border: 2px solid #000;
}
#goods .txt_box {
    font-size: 1.1rem;
	text-align: center;
}
/*
#goods .txt_box:nth-child(1){
	font-size: 1.3rem;
	font-weight: 700;
}
*/

#goods .txt_box_ttl {
	font-size: 1.3rem;
	font-weight: 700;
}

#goods .ate_box {
  font-size: 85%;
  margin-top: 1rem;
  padding: 1.5rem;
  background: #eeeeee;
}
#goods .ate_box li {
  list-style-position: inside;
	margin-bottom: 6px;
}
#goods .goods_img {
	width: 900px;
	margin: 1rem auto 0;
}

#goods .goods_present {
	width: 50%;
	margin: 0rem auto;
}

#goods .goods_present .thum img {
    height: auto;
    margin: 0 auto;
    border: 2px solid #cc5088;
}

#goods .goods_present .goods_ttl {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: 500;
    color: #cc5088;
    margin-top: 1rem;
    text-align: center;
}


/*--------------------------------------
 * profile
 * ---------------------------------------*/
#profile .credit{
	line-height: 1.4;
	margin-top: 10px;
	font-size: 80%;
}
#profile .profile_lists {
  margin-top: 3.5rem;
}
#profile .profile_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}
#profile .profile_list:last-child {
  margin-bottom: 0;
}
.profile_lists .img {
  margin-right: 2rem;
  width: 354px;
}
.profile_lists .img.w30 {
  width: 30%;
}
.profile_lists .img.thum {
  position: relative;
}
.profile_lists .img.thum:before {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: '\f2d2';
  color: #cc5088;
  font-size: 17px;
  z-index: 1;
  background: #fde40a;
  width: 28px;
  height: 28px;
  text-align: center;
}
.profile_lists .detail {
  width: 100%;
}
.profile_lists .name {
  font-size: 2rem;
}
.profile_lists .name span {
  font-size: 80%;
}
.profile_lists .name .smp-only {
  display: none !important;
}


.profile_lists .comment {}
.profile_lists .tw {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
/*  background: #00acee;*/
  margin-top: 1rem;
}

.profile_lists .tw a {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 59%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 56px;
  text-align: center;
  font-size: 1.8rem;
}

.profile_lists .xIcon {
	width: 32px;
    height: 34px;
	border-radius: 4px;
    display: inline-block;
    background:#cc5088 url(../images/common/x_icon.webp) center center /25px no-repeat;
    margin-bottom: -2px;
}

.profile_lists .xIcon:hover {
    background:#cc5088 url(../images/common/x_icon.webp) center center /25px no-repeat;
	-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;
}



/*--------------------------------------
 * FOOTER
 * ---------------------------------------*/
.pagetop {
  position: fixed;
  z-index: 8;
  right: 15px;
  bottom: 15px;
  transition: 0.3s transform;
  -webkit-transition: 0.3s transform;
  display: none;
}
.pagetop img {
  max-width: 140px;
  height: auto;
  vertical-align: sub;
  transition: .2s;
}
footer {
  position: relative;
  background: #222126;
}
.footer_container {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
  padding: 1.25rem 0;
  color: #ffffff;
}
.footer_container .sns {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: center;
}
.footer_container .sns li {
  display: inline-block;
  margin: 0 0.5rem;
}
.footer_container .sns li a {
  display: inline-block;
  color: #ffffff;
}
.footer_container .sns li a:hover {
  opacity: 1;
  color: #fff494;
}

.xIconFooter {
	width: 28px;
    height: 28px;
	border-radius: 4px;
    display: inline-block;
    background:#fff url("../images/common/x_icon_black.webp") center center /25px no-repeat;
    margin-bottom: -2px;
}

.xIconFooter:hover {
    background:#fff494 url(../images/common/x_icon_pink.webp) center center /25px no-repeat;
	-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;
}

.copyright {
  font-size: 85%;
  line-height: 1.4;
  padding: 1rem;

}


/*--------------------------------------
 * 調整用
 * ---------------------------------------*/
/*--  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: 500;
}
/*--  text-color  --*/
.red {
  color: red!important;
}
/*--  margin-top  --*/
.mt0 {
  margin-top: 0;
}
.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: 0;
}
.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: 0;
}
.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: 0;
}
.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: 140%;
}
.fs_it {
  font-style: italic;
}
.fs_l {
  font-size: 115% !important;
}
.fs_m {
  font-size: 95% !important;
}
.fs_ms {
  font-size: 70% !important;
}
.fs_s {
  font-size: 50% !important;
}