@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap&subset=japanese");
/*==================================================
	Universal Reset
	Default Style
	hasLayout
==================================================*/
/*==================================================
	Base Layout
	Header Area
	Global Navigation
	Main Visual
	Contents Area
	Main Area
	Aside Area
	Footer Area
==================================================*/
/*==================================================
	Heading
	Text
	Unorderd List
	Orderd List
	Difinision List
	Link
	Table
	Form
	Layout
	Option
	Clear Fix
==================================================*/
/*--------------------------------------------------
	Universal Reset
--------------------------------------------------*/
* {
  box-sizing: border-box;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, del, ins, em, img, hr, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ul, ol {
  list-style: none;
}

table, th, td {
  border: 0 none;
}

th {
  font-weight: normal;
  text-align: left;
}

caption {
  text-align: left;
}

strong {
  font-weight: normal;
}

em {
  font-style: normal;
}

img {
  border: 0;
  vertical-align: top;
}

dt {
  font-weight: normal;
}

fieldset {
  border: 0 none;
}

legend {
  display: none;
}

textarea {
  font-size: 1em;
}

input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*--------------------------------------------------
	Default Style
--------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
	color:#313131;
  font-size: 1.6em;
  /*font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font: 1.6em / 1.4 fot-cezanne-pron , "Noto Sans JP", sans-serif;*/
  font-family:fot-tsukuardgothic-std,"メイリオ",sans-serif,"Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
  font-weight:bold;
  margin-bottom: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

a {
  color: #313131;
}

a:link {
  color: #313131;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

/* a:visited{
} */
p, ul, ol, dl, table {
  margin-bottom: 0;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: baseline;
}

/*--------------------------------------------------
	hasLayout
--------------------------------------------------*/
div, ul, dl, dt, dd, p, h1, h2, h3, h4, h5, h6 {
  zoom: 1;
}

article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/*--------------------------------------------------
	Base Layout
--------------------------------------------------*/
body {
  width: 100%;
  min-width: 1280px;
}

a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 750px) {
  body {
    width: 100%;
    min-width: 100%;
  }
}

/*--------------------------------------------------
	Header Area
--------------------------------------------------*/
#section_top{
  background-color: #fff;
}
.header_inner {
  width: 1280px;
  height: 115px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_logo_area {
  display: flex;
  align-items: center;
}

.header_logo_area img {
  width: 215px;
}

.header_connection_area {
  display: flex;
  align-items: center;
}

.header_connection_area li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 16px;
}
.header_connection_area li.gustshop{
	width: 215px;
}
.header_connection_area li.gaemcity{
	width: 118px;
}
.header_connection_area li img{
	width:100%;
}

@media only screen and (max-width: 750px) {
  header {
    display: block;
    position: relative;
    /* z-index: -1; */
  }
  .header_inner {
    width: 100%;
    height: 14vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .header_logo_area {
    display: flex;
    align-items: center;
    width: 140px;
  }
  .header_logo_area img {
    width: 100%;
  }
  .header_connection_area {
    position: absolute;
    width: 30vw;
    height: auto;
    right: 0;
    top: 2vw;
    margin-top: 0;
    margin-right: 15px;
  }
  .header_connection_area li {
    width: 20px;
    height: 20px;
    margin-left: 10px;
	}
  .header_connection_area li img {
    height: 100%;
  }
}

/*--------------------------------------------------
	nav
--------------------------------------------------*/
.global_nav{
	width:100%;
	height:122px;
	color:#fff;
	font-size:1.2em;
	background-color:#655c4d;
	display: flex;
    align-items: center;

}
ul.menu_item{
	width:1188px;
	margin:0 auto 0;
	padding-top:26px;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
ul.menu_item a{
	color:#fff;
	text-decoration:none;
}
ul.menu_item a:visited{
	color:#fff;
}


@media only screen and (max-width: 750px) {
}

/*--------------------------------------------------
	ハンバーガーメニュー
--------------------------------------------------*/
.menu {
  position: fixed;
  top: 56px;
  right: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  transition: transform 250ms ease;
  cursor: pointer;
  z-index: 200;
  border:2px solid #655c4d;
}
.menu span {
  position: relative;
  display: block;
  width: 50%;
  height: 2px;
  background-color: #d6ac62;
  float: left;
  transform-origin: center center;
  transition: transform 250ms ease;
  z-index: 200;
}
.menu span:nth-of-type(1) {
  transform: translateY(-5px);
}
.menu span:nth-of-type(3) {
  transform: translateY(5px);
}
.disp_none{
	display: none;
}

#menu {
  display: none;
}
#menu:checked ~ .menu {
  /*background-color: transparent;*/
  transform: rotate(360deg);
  transition: transform 250ms ease;
}
#menu:checked ~ .menu span {
  background-color: #d6ac62;
  transition: transform 250ms ease;
}
#menu:checked ~ .menu span:nth-of-type(1) {
  transform: translateY(1px) rotate(45deg);
}
#menu:checked ~ .menu span:nth-of-type(2) {
  display: none;
}
#menu:checked ~ .menu span:nth-of-type(3) {
  transform: translateY(-1px) rotate(-45deg);
}
#menu:checked ~ .nav {
  left: 0px;
  transition: left 500ms ease;
}
#menu:checked ~ main {
  transform: translateX(250px);
  transition: transform 500ms ease;
}

.nav {
  position: fixed;
  top: 0;
  left: -410px;
  width: 300px;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #655c4d;
  transition: left 500ms ease;
  z-index: 300;
}
.nav ul {
  position: relative;
  list-style-type: none;
  margin: 100px 0;
  padding: 0;
}
.nav ul li {
  position: relative;
  display: block;
  border-bottom: 5px solid white;
}
.nav ul li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 15px 20px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
}
.nav ul li a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: width 250ms ease;
  z-index: -1;
}
.nav ul li a:hover {
  color: #444;
}
.nav ul li a:hover:before {
  width: 100%;
  height: 100%;
  background-color: white;
  transition: width 250ms ease;
}

.nav_title{
	margin-top:5px;
	font-size: 14px;
	color:#fff;
	text-indent:1.3em;
	display:block;
}

/*--------------------------------------------------
	検索フォーム
--------------------------------------------------*/
.search_container{
  box-sizing: border-box;
  position: relative;
  border: 1px solid #fff;
  display: block;
  padding: 3px 10px;
  border-radius: 30px;
  height: 3.2em;
  width: 360px;
  overflow: hidden;
  background-color:#fff;
}
.search_container input[type="text"]{
  border: none;
  font-size:0.8em;
  line-height:3.2em;
  text-indent:1em;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #313131;
  position: absolute;
  width: 2.5em;
  line-height:3.2em;
  right: 0;
  top: -10px;
  outline : none;
}
.search_container input:-webkit-autofill{
	box-shadow: 0 0 0px 1000px white inset;
}

@media only screen and (max-width: 750px) {
	.global_nav2{
		width:100%;
		height:18vw;
		margin:0;
		padding:0;
		color:#fff;
		font-size:1.2em;
		background-color:#655c4d;
		display: flex;
		align-items: center;
		border:1px solid #655c4d;
	}
	.fix{
		position:fix;
		top:0;
	}
	ul.menu_item2{
		width:96%;
		margin:16px auto 16px;
		padding:0;
		display:flex;
		justify-content: space-between;
		align-items: center;
	}
	ul.menu_item2 li{
		width:100%;
	}
	ul.menu_item2 a{
		color:#fff;
		text-decoration:none;
	}
	ul.menu_item2 a:visited{
		color:#fff;
	}
	.search_container{
		height: 1.8em;
		line-height:1.8em;
		width: 100%;
		padding: 0 10px;
		position: relative;
		right:0;
		bottom:0;
	}
	.search_container input[type="text"]{
		margin:0;
		padding:0;
		font-size:0.8em;
		line-height:1.2em;
	}
	.search_container input[type="submit"]{
		line-height:2.1em;
	}
}

/*--------------------------------------------------
	作品名検索
--------------------------------------------------*/
section#search_name_area{
	width:100%;
	margin:0 auto 0;
	/*padding-top:40px;*/
	background-color:rgba(238,237,233,0.8);
	/*background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, #f1edea 50%, #f1edea 100%);*/
	box-shadow: 0px 4px 10px -3px rgba(0,0,0,0.6);
	visibility: hidden;
	/*display:none;
	position: relative;*/
	position: absolute;
	top:236px;
	z-index:100;
}
.fadein{
	display:block;
}
.search_name_box{
	width:900px;
	margin:0 auto 0;
	position: relative;
}
ul.search_name_list{
	width:100%;
	margin:0 auto 0;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.search_name_list li{
	margin:30px auto 30px;
}
img.search_triangle{
	width:28px;
	position: absolute;
	top: -36px;
	left:200px;
}

/*--------------------------------------------------
	Key Visual
--------------------------------------------------*/
section#kv{
	width:100%;
	max-width:1280px;
	margin:30px auto 0;
}
ul.kv_image{
	width:100%;
	margin:0 auto 0;
}
ul.kv_image li{
	/*width:100%;*/
}
ul.kv_image li a{
	width:100%;
}
ul.kv_image li a:hover{
	opacity:1;
}
ul.kv_image li a img{
	width:100%;
}

/*==// ここからdots //==*/
.slick-dots{
	/*画像の下部へ配置
	position:absolute;*/
	display:none;
	bottom:-20px;
	z-index:100;
}
.slick-dots li{
	margin:0 10px;
}
.slick-dots li button:before{
	background-color:#fff;
	opacity:1;
	font-size:50px!important;
}
.slick-dots li.slick-active button:before{
	color:#11cfff; opacity:1;
}
.slick-slide img{
	width:100%;
}

/*--------------------------------------------------
	新着エリア
--------------------------------------------------*/
section#new_item{
	width:100%;
	margin:130px auto 0;
	border-bottom:2px solid #937946;
}
section#new_item h3{
	width:5em;
	margin:0 auto 0;
	font-size:1.7em;
	font-weight:600;
	background-image : linear-gradient(to right, #655c4d 2px, transparent 2px);
	background-size: 8px 2px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
ul.new_item_list{
	width:1188px;
	margin:65px auto 0;
	display:flex;
	justify-content: center;
	column-gap:130px;
}
ul.new_item_list li{
	width:26%;
	text-align:center;
}
.item_thumb{
	width:100%;
}
.item_thumb img{
	width:100%;
}
.item_icon{
	width:6.2em;
	margin:44px auto 0;
	color:#937946;
	border:2px solid #937946;
	border-radius: 30px 30px 30px 30px / 30px 30px 30px 30px;
}
.item_name{
	margin:30px auto 0;
	color:#000;
	line-height:1.4em;
}
.item_price{
	color:#fe3501;
	font-size:1.6em;
}
.item_price span{
	font-size:0.6em;
}
.btn_new_item_list{
	width:13em;
	margin:75px auto 138px;
	font-size:1.6em;
	text-align:center;
	line-height:2.4em;
	background-color:#eb6355;
	border-radius: 30px 30px 30px 30px / 30px 30px 30px 30px;
}
.btn_new_item_list a{
	color:#fff;
}

@media only screen and (max-width: 750px) {
	section#new_item{
		margin:60px auto 0;
	}

	ul.new_item_list{
		width:96%;
		margin:65px auto 0;
		display:flex;
		justify-content: space-between;
		flex-wrap: wrap;
		row-gap:60px;
	}

	ul.new_item_list li{
		width:100%;
	}

}


/*--------------------------------------------------
	NEW TOPIC
--------------------------------------------------*/
section#new_topics{
	width:100%;
	margin:130px auto 0;
	border-bottom:2px solid #937946;
}
section#new_topics h3{
	width:6em;
	margin:0 auto 0;
	font-size:1.7em;
	font-weight:600;
	background-image : linear-gradient(to right, #655c4d 2px, transparent 2px);
	background-size: 8px 2px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
a.btn_topic{
	width:5em;
	margin:43px auto 0;
	color:#fff;
	font-size:1em;
	text-align:center;
	line-height:1.4em;
	background-color:#947846;
	border-radius: 30px 30px 30px 30px / 30px 30px 30px 30px;
	display:block;
}
.news-container{
	width:730px;
	height:180px;
	margin:50px auto 138px;
	overflow-y:scroll;
}
.news-container dl{
	width:100%;
	display:flex;
	flex-wrap: wrap;
}
.news-container dl dt{
	width:16%;
	font-weight:600;
}

@media only screen and (max-width: 750px) {
	.news-container{
		width:96%;
		height:180px;
		margin:50px auto 138px;
	}

	.news-container dl{
		margin-bottom:5vw;
	}

	.news-container dl dt{
		width:100%;
	}

	.news-container dl dd{
		line-height:1.2em;
	}
}

/*--------------------------------------------------
	BRAND INFO
--------------------------------------------------*/
section#brand_info{
	width:1188px;
	margin:130px auto 0;
}
.brand_explanation{
	width:100%;
	margin:0 auto 0;
	padding-top:80px;
	padding-bottom:130px;
	text-align:center;
	background-color:#f2efea;
}
.brand_explanation h4{
	margin:0 auto 0;
	font-size:1.6em;
	line-height:2.2em;
	font-weight:600;
}
span.emphasis{
	font-size:1.6em;
	color:#f16e42;
}
img.brand_logo{
	width:550px;
	margin:100px auto 100px;
	display:block;
}
.brand_explanation p{
	margin:0 auto 0;
	font-size:1.3em;
	line-height:2.3em;
}
.brand_explanation p span{
	color:#f16e42;
}
.banner_area{
	width:100%;
	margin:160px auto 0;
}
.banner_area h5{
	width:100%;
	font-size:1.5em;
	font-weight:600;
	text-align:center;
}
a.banner_ktspot{
	width:824px;
	margin:50px auto 0;
	display:block;
}
a.banner_ktspot img{
	width:100%;
}
ul.connection_banner{
	width:100%;
	margin:30px auto 195px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.connection_banner li{
	width:31%;
	margin-bottom:45px;
}
ul.connection_banner li a{
	width:100%;
}
ul.connection_banner li a img{
	width:100%;
}


@media only screen and (max-width: 750px) {
	section#kv{
		margin:0 auto 0;
	}
	section#brand_info{
		width:96%;
		margin:130px auto 0;
	}

	.brand_explanation{
		padding-top:40px;
		padding-bottom:90px;
	}

	.brand_explanation h4{
		font-size:1.3em;
		line-height:1.8em;
	}

	img.brand_logo{
		width:80%;
		margin:30px auto 30px;
	}

	.brand_explanation p{
		font-size:1.1em;
		line-height:1.8em;
	}

	.banner_area{
		margin:60px auto 0;
	}
	a.banner_ktspot{
		width:90%;
		margin:50px auto 0;
		display:block;
	}

	ul.connection_banner{
		width:100%;
		margin:30px auto 60px;
		display:flex;
		justify-content: center;
		flex-wrap: wrap;
		gap:30px 30px;
	}
	ul.connection_banner li{
		width:44%;
		margin-bottom:0;
	}

}

/*--------------------------------------------------
	footer_area
--------------------------------------------------*/
.footer_area .footer_head {
	width:1008px;
	margin:85px auto 85px;
}
.footer_area .footer_head .bnr_item{
	width:494px;
	display:block;
}
.footer_area .footer_head .bnr_item img{
	width:100%;
}
.footer_area .footer_head .bnr_block {
	text-align: center;
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 750px) {
  .footer_area .footer_head {
	width:100%;
    padding-bottom: 0;
	margin:0 auto 40px;
  }
  .footer_area .footer_head .bnr_block {
    width: 100%;
    padding: 0 25px;
	flex-wrap: wrap;
    box-sizing: border-box;
  }
  .footer_area .footer_head .bnr_block a{
	text-align:left;
	display:block;
	margin-bottom:30px;
  }
  .footer_area .footer_head .bnr_item02{
	width:100%;
  }
  .footer_area .footer_head .bnr_block img {
    width: 100%;
	display:block;
	margin:0;
  }
}

.page-anchor {
  flex-direction: column;
  display: flex;
  align-items: center;
  position: fixed;
  right: 30px;
  bottom: 90px;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s;
  /*margin-bottom:-70px;*/
}


/* page top */
.top-anchor {
  position: absolute;
  right: 20px;
  margin: -20px auto 0;
  text-align: right;
  transform: translate(0, -100%);
  transition: opacity .2s;
  z-index:10;
}

.top-anchor.is-fixed {
  position: fixed;
  bottom: -30px;
}

.top-anchor.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.top-anchor a {
  width:62px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 3px #fff;
  transition: opacity .2s;
  cursor: pointer;
}

.top-anchor a:hover {
  opacity: .8;
}

.top-anchor img {
  width:100%;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 0 3px #fff);
}



/* footer */
.main-footer {
  position: relative;
  z-index: 2;
  min-width: 1280px;
  background: url("../img/footer_bg.jpg") 50% 0;
}


.footer-bottom {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  width: 1128px;
  margin: 0 auto;
  height: 105px;
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 0 0 2px #000;
}

.footer-bottom .footer-logo {
	width:120px;
	margin-right: 60px;
}

.footer-bottom .footer-logo img {
	width:100%;
  display: block;
}

.footer-bottom-links {
  display: flex;
  margin-bottom: 12px;
}

.footer-bottom-links li {
  margin-right: 18px;
  padding-right: 18px;
  line-height: 1;
  border-right: 1px solid #fff;
}

.footer-bottom-links li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.footer-bottom-links a {
  display: inline-block;
  font-size:1.2em;
  color: #fff;
  text-decoration: none;
}

.footer-bottom-links a:hover {
  text-decoration: underline;
}

/*.footer-bottom-links a[target="_blank"] {
  padding-left: 16px;
  background: url("../img/icon_blank_w.svg") no-repeat 0 50%/11px auto;
}*/


@media screen and (max-width: 1800px) {
  .footer-grid {
    width: 60%;
    margin: 0 0 0 7.5%;
  }
  .footer-bottom {
    margin: 0 0 0 7.5%;
  }
}

.spcam_war{
	font-size: 0.9em;
	line-height: 1.2em;
	border: #979797 2px double;
	padding: 5px;
	margin-top: -20px;
	margin-bottom: 10px;
}
.spcam_war_title{
	background: #E47678;
	padding: 10px;
	font-size: 1.5em;
	text-align: center;
}

@media only screen and (max-width: 750px) {

.spcam_war{
	font-size: 2.5vw;
	line-height: 3.5vw;
	border: #979797 2px double;
	padding: 5px;
	margin-top: -20px;
	margin-bottom: 10px;
}
.spcam_war_title{
	background: #E47678;
	padding: 10px;
	font-size: 4vw;
	text-align: center;
}


	/* footer */
  .main-footer {
    z-index: auto;
    min-width: 0;
    background-size: auto 300px;
    padding-top: 30px;
  }
  .main-footer::after {
    display: none;
  }
  .footer-grid {
    display: none;
  }
  .footer-bottom {
    flex-direction: column;
    width: auto;
    height: auto;
    margin: 0;
    text-shadow: none;
  }
  .footer-bottom .footer-logo {
    order: 2;
    width: 30%;
    margin: 0;
    padding: 40px 0 40px;
    border-top: 0.5px solid rgba(255, 255, 255, 0.05);
  }
  .footer-bottom .footer-logo img {
    margin: 0 auto;
  }
  .footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 0 0 25px;
  }
  .footer-bottom-links li {
    width: calc(50% - 25px);
    margin: 0 25px 30px 0 !important;
    padding: 0;
    border: none;
    font-size: 1.2rem;
  }
  .footer-bottom .footer-copy {
    position: relative;
    top: 100px;
    padding: 0 25px;
    font-size: 10.5px;
    text-align: center;
  }
  /* footer */
  .footer-bottom .footer-logo {
    margin-top: -50px;
    padding-bottom: 50px;
  }
  .footer-bottom .footer-copy {
    top: 120px;
  }
  .footer-bottom .footer-copy img {
    filter: none;
  }

}

/*--------------------------------------------------
	Base Layout
--------------------------------------------------*/
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}

@media only screen and (max-width: 750px) {
  body {
    width: 100%;
    min-width: 100%;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}

/*--------------------------------------------------
	Option
--------------------------------------------------*/
.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-00 {
  margin-bottom: 0 !important;
}

.align-l {
  text-align: left !important;
}

.align-c {
  text-align: center !important;
}

.align-r {
  text-align: right !important;
}

.clrFix::after {
  display: block;
  clear: both;
  content: "";
}
