@charset "utf-8";

/* ===================================================================

2020
 
=================================================================== */

/*----------------------------------------------------
	全体
----------------------------------------------------*/

html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}
body {
	font-family:-apple-system, 'Raleway', "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, Avenir, Verdana, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Roboto, Meiryo, sans-serif;
	font-weight:500;
	background-color:#2D2D2D;
	font-size: 14px;
	line-height: 2.0em;
	color: #EFEFEF;
	position: relative;
	-webkit-text-size-adjust: none;
	/* word-break:break-all; */
}

/* clerfix */
.clearfix { /zoom : 1; }
.clearfix:after{ content : ''; display : block; clear : both; }

ul, li { list-style:none; }

body *{ text-shadow: none;}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.5em;
	font-weight: 500;
	margin: 10px 0;
}

img { max-width:100%;}

.tC { text-align: center;}
.tL { text-align: left;}
.tR { text-align: right;}

.f_left { float:left;}
.f_right { float:right;}

*{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/*----------------------------------------------------
	テキスト
----------------------------------------------------*/

/* h2, h3, h4, h5{ font-family: 'Overpass', sans-serif; font-weight: bold;} */
h2, h3, h4, h5{ font-family: 'Raleway', sans-serif;}

h1 {
	padding: 0;
	margin:0;
}
h2{
	font-size: 20px;
	margin-bottom: 2em;
	letter-spacing: 2px; 
    display: inline-block;
    position: relative;
	text-align: center;
}

h2::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 0;
	width: 40px;
	margin-left: -20px;
    border-bottom: 2px solid #d65e6a;
}
h2::after {
   bottom: -15px;
}

h3{
	font-size: 24px;
	letter-spacing: 1.5px;
	text-align: center;
	margin-bottom: 1em;
	padding: 2em 0 1em;
}
/* flexbox pattern */
h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
}
h3:before,
h3:after {
    border-top: 1px solid;
    content: "";
    display: inline; /* for IE */
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
}
h3:before {
    margin-right: 0.8em;
}
h3:after {
    margin-left: 0.8em;
}

h4{
	font-size: 18px;
	padding:0 0 0.5em 0;
}
h5{
	font-size: 15px;
}
p{ margin: 10px 0;}

a, a:link, a:active, a:hover{
	color: inherit;
	text-decoration: underline;
	-webkit-tap-highlight-color: rgba(255,255,255,0.6);
}

a, a:link{
	color: #F39800;
}
a:hover{
	color: #4D4D4D;
	text-decoration: none;
}
.text12 { font-size: 12px;}
.text_s-pink { font-size: 90%; color: #d65e6a;}

.icon-icon_link { padding-left: 3px;}


/*----------------------------------------------------
	共通
----------------------------------------------------*/
#wrapper{
	width: 100%;
	margin:0;
	background: #2D2D2D;
}
#container {
	width: 1080px;
	padding: 0 40px;
	margin:0 auto;
	padding-top: 120px;
}
article {}
section {
	padding: 0.5em 0;
	margin-bottom: 1.5em;
	/zoom : 1;
}
section:after{ content : ''; display : block; clear : both; }
.contents{
	margin:0 auto;
	padding: 0 0 1.5em 0;
}

.sp-head,.sp-text,.sp-img {
    display: none !important ;
}
.pc-head,.pc-text,.pc-img  {
    display: inherit !important;
}

.sp-title {
    display: none !important ;
}
.pc-title  {
    display: flex !important;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
}

/*	カラム
----------------------------------------------------*/

.row { /zoom : 1; }
.row:after{ content : ''; display : block; clear : both; }
.col-3,.col-4,.col-5,.col-6 { float:left;}
.col-2{ width: 50%;}
.col-2a{ width: 40%;}
.col-2b{ width: 56%;}
.col-3{ width: 33.3333333%;}
.col-4{ width: 25%;}
.col-5{ width: 20%;}
.col-6{ width: 16.6666667%;}


/*	余白
----------------------------------------------------*/

.m10 { margin: 1em;}
.m05b { margin-bottom: 0.5em;}
.m10b { margin-bottom: 1em;}
.m15b { margin-bottom: 1.5em;}
.m20b { margin-bottom: 2em;}
.p10 { padding: 0 1em;}
.p15t { padding-top: 1.5em;}


/*	リスト
----------------------------------------------------*/

ul.def_type, ol.def_type{
	margin-left: 20px;
	margin-bottom: 20px;
}
ul.def_type li {
	margin: 5px 0;
	padding-left: 5px;
	list-style-type: disc;
	border:none;
}
ol.def_type li {
	margin: 5px 0;
	padding-left: 5px;
	list-style-type: decimal;
	border:none;
}

/*	ボタン
----------------------------------------------------*/

.btn_waku {
	width: 280px;
	margin: 1.5em auto;
	display: block;
	text-align: center;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", sans-serif;
}
.btn_waku a {
	display: block;
	padding: 0.5em 1em;
	text-decoration:none;
	color:#FFF;
	background: #F39800;
}
.btn_waku a:hover {
	text-decoration:none;
	background: #F39800;
	opacity: .6;
}

.btn_waku.tR {
	margin: 1.5em 0 1.5em auto;
}

/*	table
----------------------------------------------------*/
.table_block table {
	border-collapse: collapse;
	width: 100%;
}
.table_block table th,
.table_block table td {
	padding: 15px 10px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
}
.table_block table th {
	text-align: left;
	vertical-align: top;
	width: 30%;
	color:#d65e6a;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", sans-serif;
	font-weight: normal;
}
.table_block table td {
	font-size: 90%;
	color: #333;
}



hr {
	border-top: 1px dotted #666;
	margin: 2em 0;
}

/*----------------------------------------------------
	header
----------------------------------------------------*/
header {
	padding: 0.5em;
	height: auto;
	width:100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.header {
	width: 100%;
	position: relative;
	padding: 0 0.8em;
	/zoom : 1;
}
.header:after{ content : ''; display : block; clear : both; }
.header h1{
	position: absolute;
	top: 0.2em;
	left: 50%;
	margin-left: -100px;
}
.header .menu,
.icon-icon_close{
	float: right;
	position: relative;
	height: 50px;
	width: 40px;
	padding: 0;
}
.header .menu a,
.icon-icon_close a{
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 5px;
	left: 0;
	text-decoration: none;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	color:#CCC;
}
.header .social_btn a{
	color:#fff;
	text-decoration: none;
	margin: 3px;
}
.slide_nav .close_btn a { color:#000;}
.header .menu a:hover,
.header .social_btn a:hover,
.slide_nav .close_btn a:hover{
	color:#CCC;
}
.header .menu span.icon-icon_menu2,
.icon-icon_close{
	font-size: 36px;
}

.header .social_btn{
	float: left;
	position: relative;
	height: 50px;
	width: 180px;
	padding: 5px 0;
}
.header .social_btn span.icon-sc,
.header .social_btn span.icon-yt,
.header .social_btn span.icon-tw,
.header .social_btn span.icon-in{
	font-size: 30px;
	padding: 5px 0;
}

.slide_nav {
	position: fixed;
	margin: 0;
	padding: 1em;
	width:100%;
	height:100%;
	overflow: scroll;
	top: 0;
	left: 0;
	z-index:990;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#nav_typeA  {
	background:#FFF;
	opacity:0.95;
}

.slide_nav nav {
	clear: both;
	display: flex;
	justify-content: center;
	font-size: 110%;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
}
.slide_nav nav li {
	margin-bottom: 1.5em;
	text-align: center;
}
.slide_nav nav li a {
	color: #000;
	text-decoration: none;
}
.slide_nav nav li a:hover {
	color: #d65e6a;
	text-decoration: none;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
footer {
	background: #FFF;
	width: 100%;
	padding: 0.5em 40px;
	text-align: center;
	font-size: 14px;
}

footer .copyright{
	font-size: 85%;
	line-height: 1.7em;
	text-align: center;
	padding: 10px;
	color:#999;
	font-family: 'Raleway', sans-serif;
}

footer .col-2 { float: left;}

/* page-top */

#page-top {
	position: relative;
	text-align: center;
	font-size: 77%;
	margin: 3em auto;
}
#page-top a {
	margin: 0 auto;
}
#page-top a {
	background: #000;
	text-decoration: none;
	color: #fff;
	width: 50px;
	padding: 5px;
	text-align: center;
	display: block;
}
#page-top a:hover {
	text-decoration: none;
	background: #F39800;
}

/*----------------------------------------------------
	トップページ
----------------------------------------------------*/
#home-img{
	padding: 2em 1em;
	background: url(../../img/home_top-bg.jpg) no-repeat center center #000;
	background-size: cover;
}
.home-img_inner {
	height: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}

.home-img_inner h1 {
	margin: 0 auto;
	max-width: 500px;
}

.comment {
	text-align: center;
	padding: 2em;
}

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

.home-img_inner img { width: 100%;}

#container.home {
	padding: 1.5em 1em;
}


.blur {
	color: transparent;
	text-shadow: 0 0 2px #FFF;
}

.img-gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*----------------------------------------------------
	Grelly
----------------------------------------------------*/
.masonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}
.masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

.item {
    display: inline-block;
    background: #fff;
    padding: 0;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.insta {
	max-width: 200px;
}

.wrap {
	width: 320px;
	overflow: hidden;
	padding: 50px 0 0 0;
	margin-top:  -50px;
}
.box{
    background:#47BC66;
    color:#3D3D3D;
    transform:rotate(10deg);
	transform-origin: center;
    width:450px;
    min-height:300px;
    text-align:center;
    line-height:50px;
    font-size:30px;
	margin-left: -20%;
	margin-bottom: 1em;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
}
.box_inner {
  box-sizing: boder-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  color: #000;
  text-align: center;
  transform:rotate(-10deg);
	transform-origin: center;
}

.box2 {
  position: relative;
  overflow: hidden;
  margin: 10% 0;
  padding: 80px 0;
}

.box2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #CCC;
  
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}

.box2_inner {
  box-sizing: boder-box;
  width: 100%;
  max-width: 640px;
  height: 100%;
  margin: 0 auto;
  padding: 100px 10px 120px;
  color: #000;
  text-align: center;
}

.ticket {
	padding: 1em 1.5em;
	border:1px solid #CCC;
	font-size: 90%;
	line-height: 1.5;
}
