@charset "utf-8";

/*
Theme Name: park
Theme URI: https://www.park-harajuku.com/
Author: kazuki kanayama
Description: park
Version: 1.0.0
License: Copyright (C) park All Rights Reserved.
*/

@import url(reset.css);
@import url(normalize.css);
@import url(tokyoemo.css);
@import url(kokumin.css);
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p');
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);


/*-----------------------------
	ローディングアニメーション

#load {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 1;
	animation: fade-out 1s ease 4s 1 normal ;
	-moz-animation: fade-out 1s ease 4s 1 normal ;
	-webkit-animation: fade-out 1s ease 4s 1 normal ;
	-ms-animation: fade-out 1s ease 4s 1 normal ;
	-o-animation: fade-out 1s ease 4s 1 normal ;
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	z-index: 99999;
}

.load_01,
.load_02,
.load_03 {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 600px;
	margin-top: -300px;
	margin-left: -300px;
	opacity: 0;
	z-index: 99999;
}
.load_01 {
	animation: fade-in 1s ease 1s 1 normal ;
	-moz-animation: fade-in 1s ease 1s 1 normal ;
	-webkit-animation: fade-in 1s ease 1s 1 normal ;
	-ms-animation: fade-in 1s ease 1s 1 normal ;
	-o-animation: fade-in 1s ease 1s 1 normal ;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	-ms-animation-fill-mode:forwards;
	-o-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}
.load_02 {
	animation: fade-in 1s ease 2s 1 normal ;
	-moz-animation: fade-in 1s ease 2s 1 normal ;
	-webkit-animation: fade-in 1s ease 2s 1 normal ;
	-ms-animation: fade-in 1s ease 2s 1 normal ;
	-o-animation: fade-in 1s ease 2s 1 normal ;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	-ms-animation-fill-mode:forwards;
	-o-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}
.load_03 {
	animation: fade-in 1s ease 3s 1 normal ;
	-moz-animation: fade-in 1s ease 3s 1 normal ;
	-webkit-animation: fade-in 1s ease 3s 1 normal ;
	-ms-animation: fade-in 1s ease 3s 1 normal ;
	-o-animation: fade-in 1s ease 3s 1 normal ;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	-ms-animation-fill-mode:forwards;
	-o-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}

@keyframes fade-out {
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-ms-keyframes fade-out {
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-o-keyframes fade-out {
	0% {opacity: 1;}
	100% {opacity: 0;}
	}
}
@-moz-keyframes fade-out {
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-webkit-keyframes fade-out {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes fade-in {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-ms-keyframes fade-in {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-o-keyframes fade-in {
	0% {opacity: 0;}
	100% {opacity: 1;}
	}
}
@-moz-keyframes fade-in {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes fade-in {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.load_01 img,
.load_02 img,
.load_03 img {
	width: 100%;
}

------------------------------*/

.none {
	display: none;
}


/*-----------------------------
	animation
------------------------------*/

#container,#nav {-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;-webkit-animation-delay:1s;-moz-animation-delay:1s;-ms-animation-delay:1s;-o-animation-delay:1s;animation-delay:1s;-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn;}
@-webkit-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}
@-moz-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}
@-o-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}
@keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}

.animation {
	visibility: hidden;
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}



/*-----------------------------
	初期設定
------------------------------*/

html,body {
	width: 100%;
	background: #fff;
	margin: 0 auto;
	font-family: "Rounded Mplus 1c", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	z-index: -9999;
}

*/
* {
    margin:0;
    padding:0;
}
a,
a:active,
a:visited,
a:focus  {
	color: #666;
	text-align: justify;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #666;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

a.catch,
a.catch:active,
a.catch:visited  {
	color: #fff;
	text-align: center;
	text-decoration: none;
}

::selection {
background: #ccc;
}
::-moz-selection {
background: #ccc;
}
img {
	border: none;
}
img a {
	border: none;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "Rounded Mplus 1c", sans-serif;
	font-size: 13px;
	color: #666;
	text-align: left;
	font-weight: 300;
}
h1,h2 {
	font-family: "Rounded Mplus 1c", sans-serif;
	font-size: 24px;
	color: #333;
	margin: 20px 0;
	font-weight: bold;
}
h3 {
	font-family: "Rounded Mplus 1c", sans-serif;
	font-size: 16px;
	color: #666;
	text-align: inherit;
	font-weight: 600;
}
h4 {
	margin: 0 !important;
}
p {
	font-family: "Rounded Mplus 1c", sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 2.2em;
	text-align: inherit;
	font-weight: 400;
}
.mincho {
	font-family:"Times New Roman","游明朝",serif;
}
img.link {
	margin: 8px 0 0 5px;
}

.box-width {
	width: 90%;
	max-width: 960px;
	height: auto;
	margin: 0 auto;
}

.box-width-100 {
	width: 100%;
	max-width: 960px;
	height: auto;
	margin: 0 auto;
}

.box-width-max {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.button {
	display: block;
	font-size: 14px;
	font-weight: 300;
	width: 120px;
	height: 42px;
	margin: 0 auto;
	margin-top: 40px;
	text-align: center !important;
	text-decoration: none;
	outline: none;
	line-height: 42px;
	background-color: #666;
	border: 1px solid #666;
	color: #fff;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button:active,
.button:visited  {
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.button:hover {
	background-color: #f9f9f9;
	border-color: #666;
	color: #666;
	text-decoration: none;
}

.bg_gray {
	background: #f9f9f9;
}



/*-----------------------------
	共通
------------------------------*/

#header {
	width: 100%;
	height: 100%;
	background: center top no-repeat;
	background-size: cover;
	position: relative;
}
.shadow::before{
	/* 透過した黒を重ねる */
	background-color: rgba(0,0,0,0.2);
	/* どの範囲に重ねるかを指定 */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}

#container {
	width: 100%;
	height: 100%;
	padding-top: 60px;
}

#maincontents {
	padding-top: 20px;
}

.content_box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 60px 0;
}




/* ナビゲーション */

#nav {
	width: 100%;
	height: 60px;
	background-color:rgba(255,255,255,0.9);
	position: fixed;
	z-index: 9998;
}

#nav.fixed {
	position: fixed;
	top: 0;
}



/* トップページコンセプト */
.concept h3 {
	text-align: center;
	color: #666;
	font-family: "M plus 1p", serif;
	font-size: 30px;
	font-weight: 100;
	letter-spacing: 0.6em;
	line-height: 1.1em;
	margin-left: 0.6em;
	margin-bottom: 40px;
}




/* トップページ切り替えタブ */

#top_news {
	width: 100%;
	height: auto;
	margin: 0 auto;
	float: left;
}



/* トップキャラクター一覧 */

.chara_thumb {
	width: 100%;
	margin: 20px 0;
	border-radius: 50%;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	overflow: hidden;
}
.chara_thumb img {
	width: 100%;
    -moz-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.chara_thumb img:hover {
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
}
.chara_info {
	width: 100%;
}
.chara_info h3.chara_name,
.chara_info h3.chara_name a,
.chara_info h3.chara_name a:active,
.chara_info h3.chara_name a:visited  {
	font-weight: bold;
	color: #666;
	text-align: center;
}

.chara_text {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}



/* ニュース一覧 */

.news_thumb {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.news_thumb img {
	width: 100%;
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.news_thumb img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.news_info {
	width: 100%;
}
.news_info p.news_date {
	font-size: 12px;
	font-weight: bold;
}
.news_info h3.news_title,
.news_info h3.news_title a,
.news_info h3.news_title a:active,
.news_info h3.news_title a:visited  {
	font-weight: bold;
	color: #666;
}
.news_info p.news_caption {
	margin-top: 10px;
	font-size: 14px;
	line-height: 22px;
}

.slider .news_box {
	margin-top: 0;
}



/* アイテム一覧 */

.news_info h3.item_title,
.news_info h3.item_title a,
.news_info h3.item_title a:active,
.news_info h3.item_title a:visited  {
	font-weight: bold;
	color: #666;
}
.news_info p.item_price {
	margin-top: 10px;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}



/* 見出し */

.ttl {
	text-align: center;
}

.ttl h2 {
	color: #2ce293;
	font-family: 'Montserrat', "M plus 1p", sans-serif;
	font-style: italic;
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 40px
}



/* インスタグラムスクロール */

#instagram {
	width: 100%;
	height: auto;
	padding: 60px 0 40px 0;
}

#insta_list {
	width: 100%;
	height: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content:space-around;
    justify-content:space-around;
}

#insta_list .trim {
	width: 26%;
	height: auto;
	margin-bottom: 20px;
	background: center center;
	background-size: cover;
	border: 1px solid #ccc;
}

#insta_list .trim a {
	position: relative;
	display: block;
    width: 100%;
	overflow: hidden;
}

#insta_list .trim a:before {
    content:"";
    display: block;
    padding-top: 100%;
}

#insta_list .trim a {
    -moz-transition: background-color 0.3s linear;
    -webkit-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    -ms-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
#insta_list .trim a:hover {
	background-color: rgba(255,255,255,0.5);
}

.instafollow {
	width: 100%;
	text-align: center;
	margin-top: -20px;
	margin-bottom: 20px;
}
.instafollow i {
	font-size: 20px;
}




/* インスタグラムスクロール */
.event_calendar {
	background: #f9f9f9;
}



/* アーカイブ */

#archive,
#category {
	padding-top: 60px;
}
 #page_nav {
	 width: 100%;
	 margin-top: 20px;
	 text-align: center;
}



/* シングル記事 */

#single_article {
	
}

#single_article .ttl {
	padding-top: 40px;
}

#post_date {
	font-size: 11px;
	font-weight: 600;
	margin-bottom: 20px;
}

#single_article p a {
	color: #1ed083;
	text-decoration: underline;
}

#single_article img {
	max-width: 100%;
}

.eo-event-meta li {
	margin: 0;
}




/* Youtubeレスポンシブ埋め込み */
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


/* イベントレポート */
.report_list {
	width: 100%;
	border-top: 1px solid #ddd;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.report_box {
	width: 48%;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	margin-top: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.report_thumb {
	width: 16%;
}
.report_thumb img {
	width: 100%;
}
.report_info {
	width: 80%;
}
.report_ttl {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 7px;
	font-weight: bold;
	padding: 0 3px;
	margin-bottom: 3px;
	background: #666;
}
.report_title {
	font-weight: bold;
	color: #666;
}
.report_date {
	font-size: 10px;
}



/* ラインナップ */
#lineup {
	width: 100%;
	height: auto;
	margin: 20px 0;
}
#lineup .lineup {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#lineup .lineup div {
	width: 9.1%;
	margin: 10px 1%;
}
#lineup .lineup div img {
	width: 100%;
	border-radius: 50%;
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2));
}
#lineup .lineup div p {
	font-size: 12px;
	margin-top: 10px;
	color: #666;
	line-height: 1.2em;
	font-weight: 400;
	text-align: left;
}

.lineup_thumb {
	width: 100%;
	text-align: center;
}
.lineup_thumb img {
	width: 40%;
	min-width: 200px;
	border-radius: 50%;
    margin-bottom: 20px;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.2));
}



/* 問い合わせページ */
.wpcf7-form {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
	width: 96%;
	font-size: 120%;
	letter-spacing: 0.2em;
	line-height: 1.6em;
	padding: 5px 2%;
	background: #fcfcfc;
}
.wpcf7-form-control-wrap input[type="file"] {
	font-size: 100%;
	letter-spacing: 0;
	line-height: 1em;
	padding: 0;
	background: #fff;
}
.wpcf7-submit {
	padding: 10px 20px !important;
	font-weight: bold;
}
div.wpcf7 .ajax-loader {
	display: block;
}
.must {
	background: #c00;
}
.free {
	background: #999;
}
.must,
.free {
	color: #FFF;
	border-radius: 3px;
	font-size: 80%;
	font-weight: bold;
	margin-right: 8px;
	padding: 2px 5px;
	letter-spacing: 0.2em;
}



/* サイトマップ */

#information {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 60px 0;
	background: #f3f3f3;
	float: left;
}

.info_list p {
	font-size: 14px;
	line-height: 2.6em;
}

.info_list img {
	margin-bottom: 10px;
}

.info_sns {
	width: 100px;
	height: 20px;
	margin-bottom: 10px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;	
}

#pageplugin {
	margin-top: 20px;
    width: 100% !important;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}
#foot_twitter {
	margin-top: 20px;
    width: 100% !important;
}
#foot_twitter iframe {
	border: 1px solid #ccc !important;
	box-sizing:border-box;
}
#document.timeline-Widget {
	max-width: 100% !important;
	width: 100% !important;
}
div.timeline-Widget {
	max-width: 100% !important;
	width: 100% !important;
}
.timeline {
	max-width: 100% !important;
	width: 100% !important;
}
.SandboxRoot.env-bp-970 .timeline-Tweet-text {
	font-size: 10.5pt !important;
	line-height: 14pt!important;
}
.SandboxRoot.env-bp-820 .timeline-Tweet-text {
	font-size: 10.5pt !important;
	line-height: 14pt!important;
}

.zazzle_bn {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 30px;
}


/* フッター */

#footer {
	width: 100%;
	height: auto;
	background: #666;
	padding: 40px 0;
}

.foot_sns {
	width: 100px;
	height: 20px;
	margin: 20px auto;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.foot_content {
	width: 90%;
	max-width: 960px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

p#copyright {
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.1em;
	width: 100%;
	height: auto;
	text-align: center;
}










/*-----------------------------
	PC設定
------------------------------*/

@media screen and (min-width: 961px)
{

.smp {
	display: none !important;
}




/* ウェブストアリンク */

#webstore {
	width: 120px;
	height: 120px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    display: none;
}
#webstore a img {
	width: 100%;
}




/* トップページヘッダー */

#logo_head {
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding-top: 40px;
}
#logo_head img {
	position: absolute;
}
#catch {
	font-size: 60px;
	margin-top: -30px;
	-moz-text-shadow:0px 0px 10px #666;
	-webkit-text-shadow:0px 0px 10px #666;
	text-shadow:0px 0px 10px #666;
}




/* ナビゲーション */

.pc_nav {
	width: 960px;
	height: 60px;
	margin: 0 auto;
}
#nav .logo {
	width: 160px;
	height: 14px;
	margin: 23px 0;
	float: left;
}
#nav .logo img {
	margin-top: -16px;
}
#nav ul {
	width: 680px;
	height: 60px;
	text-align: right;
	float: right;
	display: flex;
	justify-content: space-between;
}
#nav ul li a {
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	color: #666;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	position: relative;
}

#nav ul li a:before,
#nav ul li a:after {
	position: absolute;
	top: 46px;
	content: "";
	display: inline-block;
	width: 0;
	height: 1px;
	background: #2ce293;
	transition: .3s;
}

#nav ul li a:before{
  left: 50%;
}

#nav ul li a:after{
  right: 50%;
}

#nav ul li a:hover:before,
#nav ul li a:hover:after{
  width: 50%;
}



/* ニュース一覧 */

.news_list {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.news_box {
	width: 27.33333%;
	margin: 0 3%;
	margin-bottom: 20px;
}




/* サイトマップ */
.info_list {
	width : 30%;
	margin-right: 3%;
	float: left;
}




/* 文章横幅 */

.text {
	width: 750px;
	height: auto;
	margin: 0 auto;
}

}






/*-----------------------------
	タブレットスマホ設定
------------------------------*/

@media screen and (max-width: 960px)
{

.pc {
	display: none;
}

.box-width {
	width: 90%;
	height: auto;
	margin: 0 auto;
}

.button {
	margin-top: 60px;
}




/* ローディング画像 */
.load_01,
.load_02,
.load_03 {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 320px;
	height: 320px;
	margin-top: -160px;
	margin-left: -160px;
	opacity: 0;
	z-index: 99999;
}




/* ウェブストアリンク */

#webstore {
	width: 80px;
	height: 80px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: none;
}
#webstore a img {
	width: 100%;
}




/* トップページヘッダー */

#catch {
	font-size: 40px;
	margin-top: -30px;
	-moz-text-shadow:0px 0px 10px #666;
	-webkit-text-shadow:0px 0px 10px #666;
	text-shadow:0px 0px 10px #666;
}

#logo_head {
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding-top: 20px;
}
#logo_head img {
	position: absolute;
}




/* ナビゲーション */

#logo {
	width: 160px;
	height: 14px;
	margin: 18px auto;
}

#nav ul {
	width: 100%;
	height: auto;
}
#nav ul li {
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: absolute;
	top: 25px;
	right: 20px;
	width: 30px;
	height: 20px;
	cursor: pointer;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #666;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 9px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.open .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
	background-color: #fff;
}
.open .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
.open .menu-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
	background-color: #fff;
}
.open .menu-trigger span {
	position: absolute;
	z-index: 9998;
}

.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
	z-index: 100;
}

.menu ul {
    display: table-cell;
    vertical-align: middle;
}

.menu li {
    width: 200px;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}

.menu li.menu_sns {
    width: 120px;
    height: 50px;
	margin: 0 auto;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.menu li a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.menu li a:hover {
    color: #999;
}

.open .menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}




/* ニュース一覧 */

.news_list {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.news_box {
	width: 48%;
	margin: 0 0.5%;
	margin-bottom: 40px;
}
.news_box:first-child {
	margin-top: 0px;
}



/* イベントレポート */
.report_box {
	width: 100%;
}



/* インスタグラムスクロール */

.instagoods {
	margin: 40px 0;
}

#insta_scroll .trim {
	overflow: hidden;
	width: 110px;
	height: 110px;
	position: relative;
}

#insta_scroll .trim img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}



/* ラインナップ */
#lineup .lineup div {
	width: 21%;
	margin: 15px 2%;
}
#lineup .lineup div p {
	font-size: 12px;
	margin-top: 10px;
	color: #666;
	text-align: left;
}



/* twitterタイムライン */
.info_list iframe {
	height: 300px !important;
	margin-top: 20px !important;
}

}






/*-----------------------------
	スマホ設定
------------------------------*/

@media screen and (max-width: 480px)
{

}





/* マージン用 */
.m20 {
	margin: 20px 0 !important;
}
.m40 {
	margin: 40px 0 !important;
}
.m60 {
	margin: 60px 0 !important;
}
.m80 {
	margin: 80px 0 !important;
}

.mt20 {
	margin-top: 20px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt80 {
	margin-top: 80px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}