/*
Theme Name: moorworks
Description: moorworks theme
Theme URI: moorworks.com
Author: moorworks
Version: vol.1
*/


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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
	background-color: #f1f3f5;
	    font-family: "Noto Sans Japanese","Helvetica Neue",Helvetica,Arial,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"Helvetica Neue",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	    overflow-x: hidden;
}

.frame {
    border: 10px solid #98fb98;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
        pointer-events: none;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}


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

figure {
	margin: 0;
}

.center {
	text-align: center;
}

.green {
	color: #98fb98;
}

.big {
	font-size: 80px;
	margin: 0;
}

.photo img {
	width: 100%;
	height: auto;
}

h1 span {
    font-size: 13px;
    font-weight: normal;
    display: block;
    margin-top: 10px;
    color: #666;
}

/* a */

a:focus {
    outline: none;
}
.tour-list a,
.release-list li a {
	color: #FFF;
}

.tour-list a:hover,
.tour-single a:hover,
.release-single-list li a:hover {
color: #98fb98;
}

.tour-single a,
.news li a,
.release-single-list li a  {
	color: #000;
	text-decoration: none;
}


/* header */

header {
    position: relative;
	width: 100%;
    min-width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(0,0,0,.05);
    box-shadow: 0 0.25rem 0.125rem 0 rgba(0,0,0,.05);
    background-color: #98fb98;
    color: #fff;
}

.head-bg {
    width: 1080px;
	display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin: 0 auto;
}

.logo {
  text-align: center;
  margin: 20px auto 0;
}

.logo a {
	text-decoration: none;
}

.logo a,
a.one-btn {
	color: #fff;
}

.head-menu {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin: 0 auto;
}


.sp-menu {
	display: none;
}

#menu li {
	    display: inline-block;
    white-space: nowrap;
    font-size: 115%;
}

#menu li a {
	display: block;
	 padding: 1.8rem .6rem;
	 color: #fff;
	 position:relative;
	 text-decoration: none;
}

#menu li a:hover {
  color: #eee;
}

#menu li a:after{
	content:'';
	width:0%;
	transition:all 0.3s ease;
	left:50%;
}

#menu li a:before{
	content:'';
	width:0%;
	transition:all 0.3s ease;
	left:50%;
}

#menu li a:hover:after{
	content:'';
	position:absolute;
	bottom:0px;
	left:50%;
	background:#FFDA00;
	height:3px;
	width:50%;
}

#menu li a:hover:before{
	content:'';
	position:absolute;
	bottom:0px;
	left:0px;
	background:#FFDA00;
	height:3px;
	width:50%;
}

/* Search Form*/

@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700);
@import url(https://raw.github.com/FortAwesome/Font-Awesome/master/docs/assets/css/font-awesome.min.css);


.search-wrap {
  margin: -20 auto 0;
  display: inline-block;
  position: relative;
  height: 25px;
  width: 40px;
  padding: 5px 0 0;
  position: relative;
}

.search-wrap input[type="text"] {
  height: 25px;
  font-size: 18px;
  display: inline-block;
  font-family: "Lato";
  font-weight: 100;
  border: none;
  outline: none;
  color: #555;
  padding: 3px;
  padding-right: 30px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}

.search-wrap input[type="text"]:focus:hover {
  border-bottom: 1px solid #BBB;
  background: rgba(255,255,255,0.71);
  }

.search-wrap input[type="text"]:focus {
  width: 200px;
  z-index: 1;
  border-bottom: 1px solid #BBB;
  cursor: text;
}
.search-wrap input[type="submit"] {
  height: 35px;
  width: 30px;
  display: inline-block;
  color:red;
  float: right;
  background: url("https://moorworks.com/image/s-icon.png") center center no-repeat;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity .4s ease;
}

.search-wrap input[type="submit"]:hover {
  opacity: 0.8;
}


/* container */

section {
	margin: 0px 0px 40px ;
	width: 100%;
}

.container-bg {
	background: #fff;
	width: 100%;
	padding: 20px 0 0;
	}

.container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 0;
	overflow: hidden;
}

.container h2 {
	margin-bottom: 40px;
	font-size: 20px;
	padding: 20px;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	font-weight: bold;
	line-height: 180%;
}

.side {
float: right;
	width: 340px;
  
}

.sticky {
position: -webkit-sticky; /* Safariに対応する */
    position: sticky; /* 要素を固定/解除する */
    top: 0;
    left: 0;
    }


/* slider */

.slider {
	width: 1200px;
	margin: 20px auto 0;
	position: relative;
	overflow: hidden;
}

.swiper-slide {
  cursor: pointer;
  height: 420px;
}

.swiper-slide img {
	width: 100%;
}

.sample03 .swiper-button-prev,
.sample03 .swiper-button-next {
  display: none;
}

@media (min-width: 768px) {
  .sample03 .swiper-button-prev,
  .sample03 .swiper-button-next {
    display: block;
  }
}

.catch {
position: absolute;
padding: 5px 10px;
bottom : 40px;
left: 30px;
background-color: #fff;
}

.swiper-slide span {
	font-style: italic;
	position: absolute;
padding: 5px 10px;
bottom : 20px;
left: 30px;
background-color: red;
font-size: 12px;
}


/* news */

.news {
	/* width:calc(100% - 380px);
	float: left; */
	
	width: 100%;
}

.news article {
	margin: 0 0 60px;
}

.news h1 {
	margin-bottom: 0;
}

.news ul {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.news li {
	float: left;
    border-bottom: 1px solid #E5E5E5;
    width: 50%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    height: 150px;
}

.news li a {
	text-decoration: none;
}
.news li a.hover {
	text-decoration: underline;
}

.news li h3 {
	font-size: 14px;
	line-height: 150%;
}

.news li time {
	font-size: 12px;
}

.news li a {
display: inherit;
}

.news li a:hover {
color: #ddd;
opacity: 0.6;
}


.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    }
    
.shadow {
    -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(0,0,0,.05);
    box-shadow: 0 0.25rem 0.125rem 0 rgba(0,0,0,.05);
    border-radius: .25rem;
    margin-bottom: 40px;
}

.thum {
	width: 25%;
}

.news img {
	display: block;
}

.text {
	width: 75%;
	padding: 0px 15px;
}

.category {
	font-size: 11px;
    background-color: #98fb98;
    color: #fff;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}


/* tour news */

.tour li {
	padding: 0 5px;
	height: 400px;
}

.tour .thum {
	width: 100%;
}

.tour .text {
	width: 100%;
	padding: 0px;
	text-align: center;
}

.tour figure {
	width: 400px;
	height: 350px;
	overflow: hidden;
}

.tour-single h3 {
	text-align: center;
	margin: 0;
	
}

.tour-past h3 {
	padding-top: 10px;
}


/* release */

.release h1 {
	line-height: 150%;
}

.bg-release {
	background-color: #98fb98;
	padding: 40px 0;
	color: #fff;
}

.release-list {
	width: 1200px;
	display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin: 0 auto 40px;
}

.release-list li {
	width: 20%;
	padding: 2%;
}

.release-list h3 {
	text-align: center;
	font-size: 14px;
	margin: 10px 0;
}

.release-list time {
	font-size: 12px;
	text-align: center;
	    display: inherit;
}

.release-list img {
	width: 100%;
	height: auto;
}

/* artist */

.artists-release {
	  width: 100%;
}

.artists-release li {
	width: 50%;
	height: auto;
}

/* カスタム */

.wpb_wrapper h2 {
	line-height: 150%;
}

/* release 一覧 & single list */

.release-single-list {
position: relative;
overflow: hidden;
	
}

.release-single-list li {
	float: left;
	width: 25%;
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	height: 400px;
}

.release-single-list li img {
	width: 100%;
	height: auto;
	border: solid 1px #ddd;
}

.artists-single-list li a:hover {
	color: #ddd;
}

.artists-single-list img:hover {
	opacity: 0.6;
}

.release-single-list li h3 {
	border: none;
	padding: 0 10px;
	text-align: center;
	font-size: 15px;
}

.release-single-list li .text {
	width: 100%;
	padding: 0;
	bottom: 0px;
}

.release-single-list p {
	text-align: center;
	font-size: 13px;
}

/* artists-release */

.artists-release h3 {
	text-align: center;
}


/* artists 一覧 & single list */

.artists-single-list li {
	height: 280px;
	position: relative;
}

.artists-single-list h3 {
	font-size: 16px;
	font-weight: bold;
}

.artists-single-list span {
	font-size: 11px;
	line-height: 250%;
}

.artists-single-list img {
	width: 100%;
	height: auto;
}


/* instagram */

.insta {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.insta li {
	width: 100%;
	
}

/* footer */



footer {
	width: 100%;
	padding: 40px 0;
	background-color: #333;
}


/* components */


/* btn hover btn */

.list-btn {
	display: flex;
	width: 100%;
	overflow: hidden;
}

.list-btn li {
	width: 50%;
	margin: 0 auto;
}

.btn-hover {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* margin: 0.5rem; */
  background-color: transparent;
  border: 1px solid #fff;
  padding: 1.3rem 3rem;
  font-size: 0.9rem;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  }

.btn-hover .btn-text {
  transition: color .1s ease-in-out;
  transition-delay: .1s;
  position: relative;
  z-index: 1;
}


.btn-hover .wipe,
.btn-hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.btn-hover::after,
.btn-hover .wipe::before,
.btn-hover .wipe::after {
  transition: -webkit-transform 0.5s cubic-bezier(0.27, 0.16, 0.01, 0.99);
  transition: transform 0.5s cubic-bezier(0.27, 0.16, 0.01, 0.99);
  transition: transform 0.5s cubic-bezier(0.27, 0.16, 0.01, 0.99), -webkit-transform 0.5s cubic-bezier(0.27, 0.16, 0.01, 0.99);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}


.btn-hover:hover .btn-text,
a:hover {
  color: #FFF;
  text-decoration: none;
}


.btn-hover::after {
  content: "";
  position: absolute;
  background: #999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn--hori::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.btn--hori:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  transition-delay: 0s;
}



.one-btn {
	width: 500px;
	margin: 0 auto;
}

/* bg strips */

.bg-striped {
    background: repeating-linear-gradient(135deg,transparent,transparent 5px,hsla(0,0%,70%,.03) 0,hsla(0,0%,70%,.03) 10px) hsla(0,0%,70%,.03);
}

/* img big */

figure.thum img {
  max-width: 100%;
  vertical-align: top;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}


figure.thum:hover img,
figure.thum.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* dot hr */


hr.section-divider:before {
    --x-height-multiplier: 0.342;
    --baseline-multiplier: 0.22;
    font-family: medium-content-slab-serif-font,Georgia,Cambria,"Times New Roman",Times,serif;
    font-weight: 400;
    font-style: italic;
    font-size: 30px;
    letter-spacing: .6em;
}
hr.section-divider:before {
    content: '...';
    display: inline-block;
    margin-left: .6em;
    color: rgba(0,0,0,.68);
    position: relative;
    top: -30px;
}

hr.section-divider {
    margin-top: 52px;
    margin-bottom: 42px;
}

hr.section-divider {
    display: block;
    border: 0;
    text-align: center;
    overflow: visible;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

hr {
    display: block;
    unicode-bidi: isolate;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}



/* single post */

article p {
	line-height: 200%;
	margin: 0 0 20px;
	font-size: 15px;
}



/* tour */

article.tour {
	width: 70%;
	margin: 0 auto;
}

.tour img {
	width: 100%;
	height: auto;
}

.tour h2 {
	line-height: 180%;
	font-weight: normal;
}

.tour-entry {
	
	margin-bottom: 30px;
}

  .tour-entry h2 {
	    font-size: 16px;
    font-weight: bold;
    letter-spacing: 4px;
    border: none;
    padding: 20px;
    margin: 0 0 20px;
    background-color: #eee;
    text-align: center;
    
    }
.tour-entry img {
	width: 100%;
	height: auto;
}

.tour strong {
	font-size: 18px;
}

.tour-more {
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}

.tour-more h2 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 4px;
	border: none;
	padding: 20px;
	margin: 0 0 20px;
	background-color: #eee;
	text-align: center;
}

.tour .link {
	border-left: solid #eee 10px;
	padding: 0px 0px 10px 30px;
}

.tour .link h3 {
	padding: 20px 0 0;
	font-size: 16px;
	letter-spacing: 4px;
}

.tour-list {
	overflow: hidden;
	width: 100%;
}

.tour-list h2 {
	padding: 20px;
	background-color: #eee;
	margin-bottom: 20px;
}

.tour-list li {
	float: left;
	display: inline;
	width: 50%;
}

.tour-list .thum {
	
}

.left-five {
	width: 48%;
	float: left;
	margin-right: 10%;
}

.right-five {
	width: 40%;
	float: right;
}

/* ticket form */

.wpcf7 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

/* tour 一覧ページ */

.tour-page {
	width: 90%;
	margin: 0 auto 40px;
}

.tour-page figure {
    overflow: hidden;
}

.tour-page .tour-list li {
	position: relative;
	padding: 0 10px;
	margin-bottom: 20px;
}

.tour-page .thum {
	width: 100%;
	height: 300px;
}

.tour-page .text {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: rgba( 255 , 255 , 255 , 0.5);
}

.tour-page h3 {
	text-align: center;
}
/* past */

.tour-list-past li {
 width:33.3333%;
 float: left;
 padding: 0 10px;
 position: relative;
 margin-bottom: 20px;
}


.cover {
	width: 35%;
}

.cover-txt {
	width: 65%;
	padding: 0px 0 0px 40px;
}
.cover-txt p {
	margin-top:0;
	line-height: 180%;
}

/* release */

.release {
	width: 80%;
	margin: 0 auto;
}

.release-cover {
	width: 35%;
}

.release-cover img {
	width: 100%;
	height: auto;
}

.release time {
	text-align: center;
	display: inherit;
}

.release-entry {
	width: 65%;
	padding-left: 40px;
}

.release-txt {
	margin: 0 0 60px;
}

.release h3 {
	text-align: center;
	border-bottom: solid 1px #eee;
	border-top: solid 1px #eee;
	padding: 20px;
}

.buy {
	position: relative;
	overflow: hidden;
}

.buy li {
	width: 25%;
	text-align: center;
	background-color: #eee;
	margin-right: 2px;
	display: block;
}

.buy li a {
	display: block;
	padding: 20px;
}

.buy li a:hover {
	opacity: 0.6;
	background-color: #ddd;
}

.test {
	width: 100%;
	margin: 0 auto;
	position: relative;
}


.test .thum {
	width: 100%;
}

.test figure {
    height: 350px;
    overflow: hidden;
}

.test .text {
	bottom: 0px;
	left: 0px;
	padding: 20px;
	margin: 0;
	position: absolute;
	width: 100%;
	color: #fff;
}


.test span {
	background-color: red;
	color: #fff;
	font-size: 14px;
	padding: 5px 10px;
}

/* page */

.page-contact {
	height: 100vh;
}

/* contact */

.contact {
	margin: 0 auto 50px;
}


.contact p {
	line-height: 180%;
}

.contact h3 {
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
	display: block;
	width: 300px;
	margin: 0 auto 20px;
	padding: 10px;
}


.list {
	margin: 0 auto;
	justify-content:space-around;
}

.space {
	width: 100%;
	height: 40px;
	overflow: hidden;
}

.space-mini {
	width: 100%;
	height: 20px;
	overflow: hidden;
}



@media(max-width: 768px) {

/* sp menu */

.head-menu {
	display: none;
}

header,
.head-bg {
	min-width: 100%;
	width: 100%;
}

.logo {
	padding: 10px 0px;
    text-align: center;
    margin: 0 auto;
}

.sp-menu {
	display: inherit;
}

.sns-menu {
	display: flex !important;
	  -ms-flex-pack: distribute;
justify-content: space-around;
padding-top: 30px;
}

.sns-menu li {
	padding: 0 15px;
}

/* top */

.slider {
    width:100%;
    margin-top: 0px;
   }

.container-bg {
padding: 0px;
}

.container h2 {
    margin-bottom: 20px;
    }


.news ul {
    margin-bottom: 0px;
}


.release-list {
    width: 100%;
    }

.release-list li {
    width: 100%;
    padding: 20px;
}

.one-btn {
    width: 80%;
    padding: 20px 10%;
    }
    
    
/* search */

.search-wrap {
	width: 100%;
}

.search-wrap input[type="text"] {
    width: 200px !important;
    color: #fff;
    }

/* ed */
   
.button_container {
  position: fixed;
  top: 3.5%;
  right: 5%;
  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: #fff;
  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: #98fb98;
  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: 20px;
  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: 10%;
  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;
  }
}

/* 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;
}


.frame {
	border: none;
}
article.tour {
    width: 90%;
    }
    

.tour figure {
	height: auto;
}

/* single */

.news {
	width: 90%;
	margin: 0 auto;
	float: none;
}

.news h1 {
	font-size: 20px;
}

.side {
 float: none;
 width: 90%;
 margin: 0 auto;
}

.news li {
	width: 100%;
	height: auto;
}
.news li.flex {
	display: flex;
}

/* tour */

.flex {
  display: inherit;
}

.cover {
	width: 100%;
}

.cover-txt {
	width: 100%;
	padding: 20px 0;
	}

.tour-list li {
    width: 100%;
}

.tour-list-past li {
    width: 50%;
    float: left;
    }
.tour-list-past h3 {
	padding: 0;
	margin: 0;
}
.tour-list-past .text {
	position: inherit;
	padding: 0;
	font-size: 13px;
}


/* release page */

.release h1 {
font-size: 18px;
}

.release-txt h2 {
    font-size: 16px;
    line-height: 180%;
    padding: 15px 10px;
}

.release {
    width: 100%;
    padding: 0 15px;
    }
    
.release-cover {
	width: 100%;
}

.release-entry {
    width: 100%;
    padding: 0px;
}

/* artists-release */

.artists-release {
	position: relative;
	overflow: hidden;
}


.artists-release li {
	float: left;
	width: 50%;
}

/* リリース一覧 */

.release-single-list li {
	width: 50%;
	height: 350px;
	padding-right: 0px;
}

.release-single-list li:nth-child(2n) {
    padding-right: 10px;
}

/* .tour-page .thum */

.tour-page .thum  {
	height: auto;
}

.tour h1 {
	font-size: 1.6rem;
}

.tour-single h3 {
	padding-top: 10px;
}

.tour-past figure {
	height: 250px;
}

.tour-past h3 {
	padding: 10px;
}

.left-five {
	padding-bottom: 20px;
}
.right-five {
	text-align: center;
}
.left-five,
.right-five {
width: 100%;
margin: 0 auto;
}

}
