@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Light.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Serif Japanese';
   font-style: normal;
   font-weight: 700;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Black.otf) format('opentype');
 }



*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }


html { box-sizing: border-box; } 
*, *:before, *:after { box-sizing: inherit; }


ul,li {
	padding: 0;
	margin: 0;
	list-style: none;
}

body {
	background-color: #fff;
	color: #000;
	font-size: 100%;
	line-height: 1.25;
	font-family: 'Noto Serif Japanese', serif;
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
        line-height: 1.4;
        }

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


.white {
	text-align: center;
	font-size: 15px;
	letter-spacing: 3px;
}

.w {
	color: #fff;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}


/* header */

.sp-menu {
	display: none;
}

nav {
	display: flex;          /* 2 */
    justify-content: center;/* 3 */
    align-items: center;    /* 4 */
    margin: 0 auto;
}

nav li {
    float: left;
	padding: 15px 20px;
	text-align: center;
	font-size: 17px;
}

nav li a {
	color: #fff;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	-ms-transition: .8s;
	transition: .8s;
}

nav li a:hover {
opacity: 0.8;
text-decoration: none;
color: #eee;
}

button {
    background-color: #fa4616;

    /* 1秒かけて背景色をアニメーションさせる */
    transition: background-color 1s;
}

button:hover {
    /* マウスオーバー時に背景色をグレーに変更 */
    background-color: #333;
}


header {
     z-index: 5;
	 margin: 0 auto;
	 width: 100%;
	 background: transparent;
	 height: 50px;
}

header .fixbar {
width: 100%;
  }

header.fixed .fixbar {
  position: fixed;
  margin: 0 auto; 
   z-index: 4;
   background-color: #b6e5f9;
   
     }
     
     
     
     /* .fixbar */
	
	header.fixed .fixbar { 
	margin-top: 0px;
		margin-bottom: 10px;
			}
	
	header.fixed .fixbar a {
		font-size: 16px;
		color: #fff;
	}
	
	
/* containaer */

.container {
	width: 100%;
	position: relative;
	background: url(../images/bg.png) center center no-repeat ;
	background-attachment: fixed;
	padding: 0;
	margin: 0;
}
	

/* top */


.sp-title {
	display: none;
}

.top {
	min-height: 100vh;
	width: 100%;
	position: relative;
	background: url(../images/top.jpg) center center no-repeat ;
	background-size:cover;
	background-color: #fff;
	font-family: 'Anton', sans-serif;
	letter-spacing: 2px;
}


h1 {
	margin: 0;
	padding: 210px 0 0 0;
	vertical-align: middle;
	font-size: 60px;
}

.pc-title h1 {
	padding-top: 280px;
}

.top h2 {
	margin: 0 0 10px;
}

.title img {
	width: 50%;
}

.anime {
  -webkit-animation-duration: 1.5s;
  animation-delay:1.5s;
}

.mini-txt {
	font-size: 12px !important;
	color: #333 !important;
	background-color: transparent !important;
	text-align: center !important;
	margin: 0 auto;
	width: 100%;
}



	
/* arrow */

.arrow {
	position: absolute;
	left: 50%;
	margin-left: -22px;
	width: 44px;
}

.arrow > .flash {
  animation: Flash1 1.3s infinite;
}

/* アニメーション */
@keyframes Flash1{
  50%{
    opacity: 0;
  }
}


/* -- */


.container {
	overflow: hidden;
}

a {
	color: rgba(0,0,0,0.4);
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #fff;
}


hr {
	border: none;
	padding: 0 0 80px;
	margin: 0 0 80px;
}

section {
    width: 100%;
	text-align: center;
	font-size: 1.5em;
}

.related > a {
	border: 3px solid rgba(0,0,0,0.4);;
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
	-webkit-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
}

.related a:hover {
	border-color: #fff;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.related a:hover img,
.related a:active img {
	opacity: 1;
}

.related a h3 {
	margin: 0;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: left;
	font-size: 0.75em;
}

/* section */

section h2 {
	margin-bottom: 30px;
	line-height: 150%;
	font-weight: normal;
	color: #333;
	font-size: 28px;
	letter-spacing: 1px;
}

/* read more */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -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;
}

.content-wrap {
width: 500px;
 
  margin: 0 auto 40px;
  overflow: hidden;
  position: relative;
  text-align: left;
  background-color: rgba(255,255,255,0.7);
  padding: 20px;
}





/* Video */

.mv {
	width: 70%;
	margin: 0 auto;
}

.youtube { /* continer (responsive) */
  position: relative;
  cursor: pointer;
  background: #ccc no-repeat center center / cover; 
  padding-bottom: 56.25%; /* 16:9 */
  height: 0px;
  clear:both;
}

.youtube::before { /* play bubble */
  content: '';
  background: rgba(255, 255, 255, .6);
  height: 80px;
  width: 80px;
  display:block;
  margin: -40px 0 0 -40px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 20px 3px rgba(51, 51, 51, .8);
  transition: all .1s ease;
  z-index:1;
}

.youtube:hover::before { /* play bubble hover */
  background: rgba(238, 238, 238, .8);
  box-shadow: 0 0 10px 3px rgba(51, 51, 51, .8);
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}

.youtube::after { /* Play Triangle */
  content: '';
  width: 0;
  height: 0;
  line-height:0px;
  display:block;
  border-style: solid;
  border-width: 20px 0 20px 40px;
  margin: -20px 0 0 -15px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
  z-index:2;
} 
.youtube iframe{ /* youtube embed (responsive) */
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:3;
}


/* video 2 */

.video-thumb {
	display: inline-block;
	width: 30%;
	margin: 0 10px 20px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #000;
   -webkit-transform: scale(1.0);
	transform: scale(1.0);
   -webkit-transition: 
		background-color 0.2s ease-out 0.05s,
		-webkit-transform 0.2s ease-out 0.05s;
	transition: 
		background-color 0.2s ease-out 0.05s,
		transform 0.2s ease-out 0.05s;
}
.video-thumb:hover {
	background-color: #9bd8ea;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	color: #fff;
	text-decoration: none;
}



/* Video Modal - Theater Mode
-------------------------------------------------------------------------------*/
.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 300;
}
.video-modal {
	overflow: hidden;
	position: fixed;
	opacity: 0.0;

    -webkit-transform: translate(500%,0%);
    transform: translate(500%,0%);

    -webkit-transition: -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s;


    /* using flexbox for vertical centering */

    /* Flexbox display */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;

    /* Horizontal alignment */
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    /* Vertical alignment */
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.video-modal .overlay {
    z-index: 0;
    background: #333; 
    opacity: 0.0;
    -webkit-transition: opacity 0.2s ease-out 0.05s;
    transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 1;
    height: auto;
    width: calc(100% - 200px);
	max-width: 1000px;
	max-height: calc(100% - 100px);
	margin: 0 auto;
    overflow-y: visible;
}


/* close button */
.close-video-modal {
	display: block;
    position: absolute;
    right: 0;
    top: -45px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

/* using a 16:9 image to resize the video frame */
.video-sizer {
	display: block;
	width: 100%;
	height: auto;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
    background: #fff;
	box-shadow: 0px 2px 16px rgba(0,0,0,0.5);
}

/* show the modal */
/* add class to the body */
.show-video-modal .video-modal {
	opacity: 1.0;
    transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	background: rgba(0,0,0,0.5);
}
.show-video-modal .video-modal .overlay {
	opacity: 1.0;
}
.show-video-modal .video-modal-content {
	transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
}


/* media */

.media-list li {
	border-bottom: solid 1px #eee;
	margin-bottom: 20px;
}

.media-list li:last-child {
	border-bottom: none;
}

.media-list li a {
	color: #333;
}

.media-type {
	background-color: #b6e5f9;
	padding: 1px 5px;
	display: inline-block;
	color: #fff;
	font-size: 11px;
	border-radius:3px;
	margin-left: 10px;
}

/* disco */


.disco {
	width: 75%;
	margin: 0 auto;
	overflow: hidden;
	font-size: 14px;
}

.disco li {
	width: 46%;
	float: left;
	text-align: left;
	margin-bottom: 20px;
}

.disco li:first-child {
	margin-right: 8%;
}

/* Button Styles */
.btn-container {
  width: 100%;
  max-width: 450px;
  margin: 0px auto 20px
}

.btn-container > a {
  float: left;
  font: 300 1.4rem/56px sans-serif;
  text-align: center;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  width: 450px;
  margin-top: -2px;
  cursor: pointer;
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

.btn-container > a:hover {
  background: rgba(0, 0, 0, 0);
  color: #000;
  text-decoration: none;
}

.ease {
  background: #fff;
  width: 0px;
  height: 56px;
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

.btn-container:hover .ease {
  background: #fff;
  border: 0;
  width: 450px;
}

.content-buy {
width: 75%;
margin: 0 auto;	
text-align: left;
background-color: rgba(255,255,255,0.7);
padding: 20px;
}

.content-buy h2 {
	margin: 0 0 20px;
	font-size: 18px;
	text-align: center;
}
.content-buy h3 {
	margin: 0 0 10px;
	font-size: 16px;
}

.content-buy span {
	background-color: #333;
	padding: 5px 10px;
	color: #fff;
	font-size: 10px;
	text-align: left;
	display: inline-block;
	margin-bottom: 10px;
}

.content-buy p {
	margin-bottom: 20px;
	line-height: 200%;
}

.content-buy ul {
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ddd;
}
.content-buy li {
	width: 20%;
	margin-right: 5%;
	float: left;
}
.content-buy li img {
	width: 100%;
}
.content-buy li:hover {
	opacity: 0.6;
}

.content-txt {
	font-size: 15px;
	line-height: 180%;
}

.mini {
	color: #333;
	font-size: 13px;
}


/* tracklist */

.tracklist {
width: 100%;
margin: 0 auto 30px;
overflow: hidden;
padding: 20px;
background-color: rgba(255,255,255,0.7);
}

.tracklist li {
	float: left;
	margin: 0;
}



/* tour */


.live {
	width: 800px;
	margin: 0 auto 30px;
	color: #000;
	border: solid 1px #fff;
	background-color: rgba(255,255,255,0.7);
	border: solid #eee 1px;
	padding: 0 0 25px;
}


.live h3 {
	font-size: 40px;
	margin: 0px;
	padding: 20px 0;
	line-height: 1;
}

small {
	font-size: 28px;
}

.live h4 {
	font-size: 30px;
	display: block;
	margin: 0 0 10px;;
}

.live p {
	font-size: 15px;
	margin: 0;
	line-height: 180%;
}

.live p a:hover {
	color: #eee;
}

#accordion {
	margin-bottom: 30px;
}

.live span {
	cursor: pointer;
}

.live-body {
	width: 800px;
	padding: 20px 150px;
	margin: 0px auto 30px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	text-align: left;
}

.live .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
    padding-right: 30px;
    font-size: 20px;
    margin-top: -50px;
}

.live .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.ticket {
	font-size: 18px;
	line-height: 180%;
}





/**
 * Animations
 */

.fromTopIn
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(0,0);
	opacity: 1.0;
}

.fromTopOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(0,-10px);
	opacity: 0.0;
}

.fromBottomIn
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(0,0);
	opacity: 1.0;
}

.fromBottomOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(0,10px);
	opacity: 0.0;
}

.fromLeftIn
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(0,0);
	opacity: 1.0;
}

.fromLeftOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(-10px,0);
	opacity: 0.0;
}

.fromRightIn
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(0,0);
	opacity: 1.0;
}

.fromRightOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(10px, 0);
	opacity: 0.0;
}

.scaleUpIn
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: scale(1.0,1.0);
	opacity: 1.0;
}

.scaleUpOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: scale(1.3,1.3);
	opacity: 0.0;
}

.scaleDownIn
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: scale(1.0,1.0);
	opacity: 1.0;
}

.scaleDownOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: scale(0.7,0.7);
	opacity: 0.0;
}


.spin {
	display: none;
}


/* footer */

footer {
	padding: 40px 0 20px;
	margin: 0 auto;
	overflow: hidden;
}


.copy {
	text-align: center;
	font-size: 12px;
	margin: 0 auto;
}


/* ///////////////////////////////// スマホ ////////////////////////////////////// */

@media (max-width: 768px) {

.pc-title {
	display: none;
}
.sp-title {
	display: inherit;
}

.container {
margin-top: -20px;
background-image: none;
background-color: #F5F5F5;
}




.top {
background: url(../images/sp-bg.jpg) center center no-repeat ;
	background-size:cover;
}

.top h1 {
padding-top: 60px;
font-size: 50px;
}

.title img {
	width: 70%;
}

.arrow {
	bottom:30px;
}
/* header */

header {
	display: none;
}

/* menu */

.sp-menu {
	display: inherit;
}

.button_container {
  position: fixed;
  top: 3%;
  right: 3%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top-menu {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #9bd8ea;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #b6e5f9;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}
.overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
  z-index: 99;
}
.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 50px;
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 15%;
  min-height: 50px;
  position: relative;
  opacity: 0;
  float: none;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
  font-family: 'Carme', sans-serif;
}


.overlay ul li.sns a {
	display: initial;
	padding: 0 15px;
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  -webkit-transition: .35s;
  transition: .35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}


/* video */

.mv {
    width: 90%;
    }
    
.video-thumb {
    display: inline-block;
    width: 90% ;
    margin: 0 2% 10px;
    }

.v-content {
	width: 100%;
}

.spin {
	display: inherit;
}

hr {
	
}

/* disco */

.disco {
	width: 90%;
}
.content-wrap {
	width: 90%;
}


.disco li {
	width: 100%;
	float: left;
	text-align: left;
}

.ticket {
	font-size: 15px;
}

.tracklist {
width: 100%;
}

.tracklist li {
	float: none;
	width: 100% !important;
	margin: 0 auto !important;
}
.tracklist li:nth-child(3) {

}

/* buy */

.content-buy {
width: 90%;
margin: 0 5%;
padding: 10px;
text-align: center;
}

.content-buy li {
	width: 50%;
	margin-right: 0;
	float: left;
}
.content-buy li:nth-child(2n) {
}

.content-buy span {
	margin-bottom: 20px;
	border-radius: 5px;
}

/* tour */

.live  {
	width: 90%;
	margin: 0 auto 20px;
	padding: 5px 0 15px;
}

.live h3 {
	font-size: 25px;
	}

small {
	font-size: 14px;
	color: #000;
}

.live h4 {
	font-size: 18px;
	display: block;
	margin: 0 0 10px;
}

.live p {
font-size: 12px;
	margin: 0;
}

.live-body {
	width: 90%;
	margin: 0 auto;
	padding: 20px;
}

.live .accordion-toggle:after {
    padding-right: 10px;
    font-size: 14px;
    margin-top: -45px;
}


/* sns */

.sns {
	width: 290px;
    margin: 10px auto -10px;
}
.sns li {
	float: left;
	font-size: 22px;
	text-align: center;
	padding: 10px;
}

.sns li:first-child {
	width: 140px;
	font-size: 18px;
	margin-top: 3px;
	font-family: 'Anton', sans-serif;
}

.sns li a:hover {
	text-decoration: none;
	opacity: 0.6;
}

.btn-container {
    width: 80%;
    max-width: 100%;
    margin: 10px 10%;
}

small {
	font-size: 22px;
color: #000 !important;
}

.tour {
	width: 96%;
	padding: 0 2%;
	margin: 0 auto;
	}
	



.btn-container > a,
.btn-container:hover .ease {
	width: 100%;
	font-size: 15px;
}

}

@media (max-width: 640px) {
	.video-modal-content {
		width: calc(100% - 16px);
	}
}

