* {
	padding: 0;
	margin: 0;
}
html {
    min-height: 100%;
    position: relative;
}

body{
	width: 100%;
	font-family: "メイリオ" , "Meiryo UI" , Meiryo ,Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 62.5%;
}

/* 共通 */

a{
	color: #F76F7E;
	word-break: break-all;
}
a:hover{
	text-decoration: underline;
}

.left{
	float: left;
}

.right{
	float: right;
}
.clear{
	clear: both;
}

.display_none{
	display: none;
}

  #sp_gnavi {
    width: 100%;
    position: absolute;
    top: 200px;
    left: 0;
    z-index: 9999;
    background-color: rgba(2, 22, 25, 0.9);
  }
  #sp_gnavi a {
    color: #b8b695;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  #sp_gnavi dl {
    border-top: 1px dotted #b8b695;
    margin-top: -1px;
  }
  #sp_gnavi dl:first-child {
    margin-top: 0;
    border-top: none;
  }
  #sp_gnavi dt {
    text-align: center;
    color: #b8b695;
    font-size: 20px;
    line-height: 1;
    padding: 15px;
    border-bottom: 1px solid #b8b695;
    letter-spacing: 5px;
  }
  #sp_gnavi ul {
    overflow: hidden;
    margin:0;
    padding:0;
    list-style: none;
  }
  #sp_gnavi ul li {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dotted #b8b695;
    font-size:18px;
    letter-spacing: 4px;
  }
  #sp_gnavi ul li:first-child, #sp_gnavi ul li:nth-child(2) {
    border-top: none;
  }
  #sp_gnavi ul li:nth-child(odd) {
    border-right: 1px dotted #b8b695;
  }
  #sp_gnavi ul a {
    position: relative;
    padding: 4px 10px 4px 25px;
    height: 50px;
    line-height: 1.4;
    font-size: 18px;
  }
  #sp_gnavi ul a span {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #sp_gnavi ul a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: 1px solid #b8b695;
    border-right: 1px solid #b8b695;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #sp_gnavi .close {
    border-top: 1px dotted #b8b695;
    text-align: center;
    padding: 15px 0;
    margin: -1px 0 0 0;
    font-size: 18px;
    letter-spacing: 4px;
  }
  #sp_gnavi .close a {
    display: inline-block;
  }

  .ac_Menu {
    display: block;
    padding:  0;
    clear:both;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: relative;
    width: 30px;
    height: 23px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 1px;
    background-color: #b8b695;
    color: #b8b695;
    border-radius: 1px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 5px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 11px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 17px;
  }

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
    top: 3px;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
    top: 28px;
  }


  svg[width="60"]{
    display: none !important;
  }


.spNavi{
position:absolute;
top:10px;
right:6px;
}




#header{
	width: 100%;
	margin: 20px auto;
}


#title {
    width: 90%;
    position: relative;
    margin:25px auto;
}

#title img {
    width: 100%;
}

#title_area{
min-width: 100%;
}

#wrapper {
min-width: 100%;
}


#logo{
	margin: 0 83px;
}
#lang {
    position: absolute;
    bottom: 20px;
    right: 0;
    left:0;
    top:initial;
    margin:0 auto;
}

#lang p{
}

.lang_jp span {

	width: 38px;
	height: 18px;
	display: inline-block;
	background-size: cover;
}

.lang_en span {

	width: 38px;
	height: 18px;
	display: inline-block;
	background-size: cover;
}
.lang_sla {
	width: 10px;
	height: 18px;
	display: inline-block;
	background-size: cover;
}
/* メニュー */

	/* PCメニュー非表示 */
ul#menu{
	display: none;
}
	/* PCメニュー非表示ここまで */


/* 本文 */

#content{
	width: 100%;
	text-align: center;
	background: url(../images/content_bg_sp.gif) top center repeat-y;
	margin-top:-1px;
}

#content_head{
background: url(../images/content_bg_head_sp.gif) top center no-repeat;
height:20px;
	width: 100%;
	margin: 0 auto;
}

#content_foot{
background: url(../images/content_bg_foot_sp.gif) top center no-repeat;
height:10px;
	width: 100%;
	margin: 0 auto;
}



#content_head,
#content_foot{
width: 100%;
background-size:contain;
}


.article{
	width: 280px;
	display: block;
	margin: 20px auto;
	text-align: left;
}

.article_title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0.8rem;
	line-height:1.4;
}

.breadcrumb {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.8em;
	color: #F76F7E;
}

.breadcrumb a {
	color: #55565A;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.8em;
}

.article_comment{
	font-size: 12px;
	line-height: 150%;
}

.more{
	width: 100%;
	font-size: 1.0rem;
	text-align: right;
	font-weight: bold;
}

#recent_articles {
    margin: 0 auto;
    max-width: 280px;
}

#recent_articles img {
    max-width: 250px;
}


/* フッター */
#footer{
}

#pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 5px;
    float: right;
}

.fan_red {
    color: #FF0000;
}

.fan_blue {
    color: #0000FF;
}

li img.fanclubImg {
    width:100%;
}

img.fanclubImg,img.fanclubPageImg {
    width:50%;
}

img.fanclubQrImg {
    width:200px;
}

#top_title {
text-align: left;
padding-left:5px;
}

#top_title img{
}


/* アクセス追加 */

#access{
width:100%;
margin:0 auto;
}

#access .access_block{
border:solid 2px #cdcab7;
padding:20px 10px;
box-sizing:border-box;
width:280px;
margin:0 auto 15px;
float:none;
text-align: center;
}

#access .access_block:nth-child(3n) {
    margin-right: auto;
}

#access.access_detail{
width:280px;
text-align: left;
}

.map_image img{
width:100%;
height:auto;
}

/* faq追加 */


#faq{
width:100%;
margin:0 auto;
}

ul#faq_header li:nth-child(1),
ul#faq_header li:nth-child(4),
ul#faq_header li:nth-child(7),
ul#faq_header li {
    border: solid 2px #cdcab7;
    box-sizing: border-box;
    width: 280px;
margin:0 auto 10px;
    float:none;
    text-align: center;
}

/* グッズ追加 */


#goods {
width:280px;
margin:0 auto;
}
#goods li a {
}
#goods a img {
width:145px;
height:auto;
}
#goods ul li{
    width: 100%;
    margin:10px auto;
    float: none;
    background:#fff;
    font-size:12px;
    text-align:center;
    padding:10px;
    box-sizing:border-box;
}

#goods ul li:nth-child(3n){
margin-right:auto;
}

#goods span.goods_name{
font-weight:bold;
display:block;
margin-bottom:5px;
}

p.btn_jtb img{
max-width:100%;
}