@charset "UTF-8";

body,
html {
  height: 100%;
  margin: 0 auto;
  letter-spacing: 2px;
  min-height: 100%; /* 最小の高さ */

}


html {
  font-size:62.5%;
}
body {
  font-size:1.4rem;
  background:#f7f7f7;
  height:100%;
}
*{
	padding:0;
	margin:0;
}
*, *::before, *::after {
  box-sizing:border-box;
}
.clearfix::after {
  content:'';
  display:block;
  clear:both;
}

/*====年齢確認=====*/
.modal {
	position:fixed;
	display:none;
	z-index:9999;
	top:40%;
	left:50%;
	width:500px;
	height:280px;
	margin:-120px 0 0 -220px;
	padding:20px;
	text-align:center;
	color:#fff;
	background:#1f1f1f;
}
.modal p {
	margin-bottom:40px;

}
.modal a {
	cursor:pointer;
	background:#6b6b6b;
	padding:10px;
	border-radius:10px;
	font-weight:bold;
	transition : all 0.5s ease 0s;
	color:#fff;
	text-decoration:none;
}
.modal a:hover {
	background:#a3a3a3;
}
.material-icons.md-48 { font-size: 48px; }

@media (max-width: 640px) {
	.modal {
	position:fixed;
	display:none;
	z-index:9999;
	top:40%;
	left:50%;
	width:100%;
	height:auto;
	margin:-120px 0 0 -220px;
	padding:20px;
	text-align:center;
	color:#fff;
	background:#1f1f1f;
}
}
/*===============
トップページ
=============*/
#content_top {

}

.slider{
    width: 98%;
	margin:10px;
}
.slider img{
    height: auto;
    
	text-align:center;
	margin:0 auto;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

/* ===============メニュースタイル ===============*/
#m_menu {display:none;}
#top_header{
    background:#000;
	width: 100%;
	height:90px;
    font-family: 'Kosugi Maru', sans-serif;
	
	display:flex;
	/*background:#ddd;*/
	
}
.toplogo {
	width:10%;
    /*float: left;*/
	/*background:blue;*/
}
.toplogo img{
	max-width:150px;
}

.topnav {
	/*background:red;*/
	margin-left: auto;   width: 90%;
}
ul.nav_g {

  
  /*background:green;*/
 /*float: right;*/
 text-align:right;
	/*background:#9e319e;*/
  padding:0;
  z-index:3;


}

ul.nav_g li {
  width:15%;
  padding:20px 0;
  /*border:1px solid black;*/
  display: inline-block;
  text-align:center;
  font-size:14px;
  /*background:#111;*/
  border-right: 1px solid #ddd;
  margin-top:20px;
  font-weight:bold;
  white-space: nowrap;
}

ul.nav_g li:last-child {
    border-right: none;
}

ul.nav_g li a {
  display: block;
  text-decoration:none;
  color:#ddd;
  transition: .3s;
}
ul.nav_g li a:hover {
	color:#ff4fff;
	transform: rotate(5deg);
}

@media (max-width: 870px) {
	/*ul.nav_g{display:none;}*/
	#m_menu {display:inline;}

	.toplogo {
		width:100%;
		margin: auto;
		text-align: center;
	}
	.toplogo img {width: 100px;}

	#top_header{
		height:auto;
		display: block;
	}
	.topnav{
		width: 100%;
	}
	.nav_g{
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}
	ul.nav_g li {
		width:33%;
		padding: 0;
		white-space: wrap;
		font-size:12px;
	}
	.slider img{width:100%;}

	/*　ハンバーガーボタン　*/
	.hamburger {
		display : block;
		position: fixed;
		z-index : 3;
		right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #e68cff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #363636;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#757575;
  	color:#ff4fff;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #ededed;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
}
/*==========トップスライド===============*/
#top_slide {
  background-image: url('../img/bg/bg_top2.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	height:auto;
}
#top_slide img{

}
.slide_image {
	text-align:center;
	padding:20px;
}
.slide_image li img{
	max-width:1000px;
	width:100%;
	}
@media (max-width: 900px) {
	#top_slide {
		height:auto;
	}
}
@media (max-width: 640px) {
	#top_slide {
		height:auto;
	}
	#top_slide img{
		width:100%;
	}
	.slide_image {
		text-align:center;
		padding:20px;
	}

}
.slick-arrow {
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin: auto;
}
.prev-arrow {
  left: 0;
  z-index: 10;
  max-width:20px;
}

.next-arrow {
  right: 0;
    max-width:20px;
}
/*==========トップニュース===============*/
#top_info {
	background:#f7f7f7;
	width:100%;
	height:100%;
	margin-bottom:20px;
}
.info_title {
	font-size:28px;
	color:#3c3c3c;
	text-align:center;
	padding:20px;
	background:#dedede;
}
.news_area {
	max-width:900px;
	height:400px;
	/*background:green;*/
	margin:auto;
	margin-top:10px;
	display:flex;
	justify-content:space-around;
	
}
.news_title {
	padding: 1rem 2rem;
	background:#4a4a4a;
	box-shadow: 5px 5px 0px 0px #000;
	color:#fff;
	font-size:18px;
	margin-bottom: 5px;
}
.top_news {
	width:550px;
	/*float:left;*/
	height:500px;
}
.area_n {
    padding:20px;
	display: flex;
	font-size: 12px;
}
.goodscolor {
	background-color:rgb(255, 187, 0);
	color:#f5f5f5;
	padding: 2px;
	font-size: 10px;
	border-radius: 5px;
}
.othercolor {
	background-color:rgb(106, 106, 106);
	color:#f5f5f5;
	padding: 2px;
	font-size: 10px;
	border-radius: 5px;
}
.gamecolor {
	background-color:rgb(235, 0, 223);
	color:#f5f5f5;
	padding: 2px;
	font-size: 10px;
	border-radius: 5px;
}
.mailcolor {
	background-color:rgb(0, 121, 235);
	color:#f5f5f5;
	padding: 2px;
	font-size: 10px;
	border-radius: 5px;
}
.area_n a {color:#c106c1;}
.area_n a:hover {color:#ff4fff;}
.area_n img {
	width:80px;
}
.news_text {
	padding:0 20px;
}
.t_line {
	width:300px;
}
.news_oldicon {
	margin:auto;
	text-align:center;
}
.news_oldicon a{
	width:155px;
	font-size:12px;
	color:#737373;
	background:#fff;
	border:2px solid #737373;

	padding:5px 20px;
	border-radius:10px;
	text-decoration:none;
}


.news_oldicon a:hover {
	color:#fff;
	background:#737373;
	transition: 0.5s;
}
.news_scr {
	height:400px;
	overflow: scroll;
	overflow-x: hidden;
	/*background:#ebebeb;*/
	border: 2px solid #ddd;
}

/*追加　pickup*/
.pickupbox {
	display: flex;
	justify-content: center;
	gap:0 20px;
	flex-wrap: wrap;
}
.bnrbox img{width:300px;}

@media (max-width: 1350px) {
	.bnrbox {width:48%;}
	.bnrbox img{width:98%;}
}

@media (max-width: 1170px) {
	.news_area {
	max-width:100%;
	width:800px;
	height:auto;
	/*background:green;*/
	margin:auto;
	margin-top:10px;
	}
	.top_news {
	width:100%;
	/*background:#ddd;*/
	height:auto;
	}
	.twitter-timeline {
		width:100%;
	}
}
@media (max-width: 840px) {
	.news_area {
		display:inline-block;
		width:98%;
	}
	.top_news {
		width:100%;		
	}

	.news_title {
		margin-top:20px;
	}
	.t_line {
		width:100%;
	}

	/*追加　pickup*/
	.pickupbox {
		display: block;
		margin: auto;
		text-align: center;
	}
	.bnrbox {width:100%;}
	.bnrbox img{width:95%;}
}

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

ブランド

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

#top_brand {
	width:100%;
	text-align:center;
    /*background:url('../img/blogo_bg.png'),#f7f7f7;
	background-repeat:no-repeat;
	background-position:right bottom;*/
	background:#f7f7f7;
	height:100%;
	padding:50px 10px;
}
.b_text {
	color:#3c3c3c;
	font-size:20px;
	margin-top:40px;
	line-height:40px;
}

footer {
	text-align:center;
	font-size:10px;
	color:#fff;
	background:#363636;
	padding:20px 0;
}

#shop_top {
	background:#914747;
	width:100%;
	height:100%;
	position: relative;
	text-align:center;
}
.s_box {
	background:#f5f5f5;
	width:65%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	padding:50px;
	line-height:22px;
	border-radius:10px;
}
.boxlogo {text-align:center;}
.sboxtext1 {text-align:center;}
.sboxtext2 {
	text-align:center;
	font-weight:bold;
	font-size:20px;
	color:#a60000;
}
.sboxtext3 {
	text-align:center;
	margin:0 auto;
}
.sboxtext3 li{	

}
.sboxtext3 li{
	background:#5d3131;

	padding:10px 20px;
	color:#fff;
	font-weight:bold;
	border-radius:5px;
		display: inline-block;
}
.sboxtext3 a{
	color:#fff;
	text-decoration:none;
	display: block;
}

.sboxtext3 a:hover{
	color:#c63e3e;
}
.sboxtext4 {
	font-size:12px;
}
.br_0 a {
    cursor:pointer;
    color:#fff;
    background:#595757;
    padding:5px 30px;
    margin:20px;
	transition: 0.5s;
	border-radius:10px;
	font-weight:bold;
	text-decoration:none;

}
.br_0 a:hover {
    background:#e6e6e6;
	text-decoration: none;
	color:#6b6045;
}
@media (max-width: 640px) {
	.s_box {
	background:#f5f5f5;
	width:100%;
	position: relative;
	padding:20px;
	line-height:22px;
	border-radius:10px;
	}
}

.sub_title {
	text-align:center;
}
.sub_title img{
	width:700px;
}
.sub_title2 img{
	max-width:1000px;
	width:100%;
}
@media (max-width: 640px) {
	.sub_title img{
		width:98%;
	}
}
/*========================

サポート

/*=========================*/
#top_support {
	width:100%;
	text-align:center;
    /*background:url('../img/blogo_bg.png'),#f7f7f7;
	background-repeat:no-repeat;
	background-position:right bottom;*/
	background:#f7f7f7;
	height:100%;
	padding:50px 10px;
	font-size:0.9em;
}
.s_textbox {
	border:2px solid #4d454a;
	width:680px;
	margin:auto;
}
.sptitle {
	background:#4d454a;
	padding:10px 0;
	color:#ebe4e8;
}
.s_textboxin {
	text-align:left;
	padding:40px;
}
.s_textboxin ul {padding-left:30px;}
.s_textboxin ol {padding-left:30px;}

@media (max-width: 690px) {
	.s_textbox {
		border:2px solid #4d454a;
		width:98%;
		margin:auto;
	}
}


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

グッズ

/*=========================*/
#top_goods {
	width:100%;
	text-align:center;
    /*background:url('../img/blogo_bg.png'),#f7f7f7;
	background-repeat:no-repeat;
	background-position:right bottom;*/
	background:#f7f7f7;
	height:100%;
	padding:50px 10px;
}
.goods_box {
	border-bottom:3px dashed #ddd;
	width:800px;
	margin:auto;
	padding-bottom:8px;
}

.goods_list {
	display:flex;
	justify-content: center;
	align-items: flex-start;
	width:800px;
	margin:auto;
}
.goodslist_left {
	width:300px;
	font-size:0.8em;
}
.goodslist_left img{
	max-width:230px;
	border:2px #ddd solid;
}
.goodslist_right {
	width:500px;
	padding:0　20px;
}
.goodslist_title {
	font-weight:bold;
	font-size:1.2em;
	color:#7a72a1;
	background:#ddd;
	border-radius:5px;
}
.goodslist_text {
	text-align:left;
	padding:10px 20px;
}
.goodslist_text a {color:#7a72a1;}

@media (max-width: 840px) {
	.goods_box {
		width:100%;
	}
	
	.goods_list {
		display:block;
		width:100%;
		margin:auto;
	}
	.goodslist_left {
		width:95%;
		margin:auto;
		text-align:center;
	}
	.goodslist_left img{
		max-width:320px;
		border:2px #ddd solid;

	}
	
	.goodslist_right {
		width:95%;
		padding:0　20px;
		margin:auto;
	}
}

#official_bnr {text-align:center;}
#official_bnr img{max-width: 520px;}

@media screen and (max-width: 900px) {
	#official_bnr img{max-width: 90%;}
}

/*期間限定グッズバナー*/
.goodsbnr img{
	width:800px;
}
@media screen and (max-width: 900px) {
	.goodsbnr img{width:100%;}
}