@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* --------------------------------------------------------------------
	common
--------------------------------------------------------------------- */
html {
	font-size: 100%;
	overflow-y: scroll;
	scroll-behavior: smooth;
}

body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
	font-size: 1.125rem;
	color: #000;
	background: fixed center/100vw url("../img/bg_br02.png");
}

a {
	text-decoration: none;
	color: #000;
}

img,
video {
	max-width: 100%;
	vertical-align: baseline;
}

#container {
	position: relative;
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
}

h2 {
	font-family: "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 auto 20px;
}

h2 .bor {
	min-width: 20rem;
	display: inline-block;
	color: #fff;
	text-shadow: 3px 3px 1px rgba(0,0,0,.75);
	background: #ff0000;
	box-shadow: inset 5px 5px 8px rgba(0,0,0,.5);
	padding: 10px 1rem;
}



/* --------------------------------------------------------------------
	header
--------------------------------------------------------------------- */
header {
	background: #000000;
	padding-top: 50px;
	text-align: center;
	opacity: 1;
}

header h1 {
	background: #000a6e;
}

nav {
	background: #ff0000;
	padding-top: 1rem;
}

nav ul {
	background: #be9664;
	display: flex;
	justify-content: center;
}

nav li {
	width: 20%;
	max-width: 200px;
}

nav li:hover {
	background: #000000;
}

nav li+li {
	margin-left: 5px;
}

nav li a {
	display: block;
	height: 0px;
	width: 100%;
	padding-top: 4rem;
	overflow: hidden;
}

nav .nav01 a {
	background: no-repeat center/80% url("../img/nav/about01.png");
}

nav .nav02 a {
	background: no-repeat center/80% url("../img/nav/items01.png");
}

nav .nav03 a {
	background: no-repeat center/80% url("../img/nav/new01.png");
}

nav .nav04 a {
	background: no-repeat center/80% url("../img/nav/pickup01.png");
}

nav .nav05 a {
	background: no-repeat center/80% url("../img/nav/news01.png");
}

nav .nav06 a {
	background: no-repeat center/80% url("../img/nav/mascot01.png");
}

nav .nav01 a:hover {
	background: no-repeat center/80% url("../img/nav/about02.png");
}

nav .nav02 a:hover {
	background: no-repeat center/80% url("../img/nav/items02.png");
}

nav .nav03 a:hover {
	background: no-repeat center/80% url("../img/nav/new02.png");
}

nav .nav04 a:hover {
	background: no-repeat center/80% url("../img/nav/pickup02.png");
}

nav .nav05 a:hover {
	background: no-repeat center/80% url("../img/nav/news02.png");
}

nav .nav06 a:hover {
	background: no-repeat center/80% url("../img/nav/mascot02.png");
}



/* --------------------------------------------------------------------
	main
--------------------------------------------------------------------- */
main {
	width: 80%;
	margin: 0 10%;
	background: repeat-y fixed center/100vw url("../img/body021.jpg");
}

main > img {
	max-width: 80%;
	min-width: 100vh;
}


/* --------------------------------------------------------------------
	contents
--------------------------------------------------------------------- */
#contents {
	text-align: center;
	opacity: 1;
}

.flx {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
}

/* --------------------------------------------------------------------
	section
--------------------------------------------------------------------- */
section {
	background: #000000;
}

section > div {
	padding: 3rem 5%;
	opacity: 1;
}

#info {
	padding-bottom: 3rem;
}

#bnr {
	background: none;
	padding: 3rem 0;
}

#link {
	padding: 3rem 0;
}



/* --------------------------------------------------------------------
	info
--------------------------------------------------------------------- */
#about {
	color: #ffffff;
}

#about p {
	text-align: left;
	margin: 0 3% 2rem;
}

#about dt {
	background: #ffffff;
	width: 13em;
	color: #000a6e;
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: 2px solid #000a6e;
	padding: 0 1rem;
	margin: 0 auto 20px;
}

#about dd ul {
	position: relative;
}

#about dd li:last-child {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: .875rem;
	padding-right: 1rem;
}

#mascot {
	background: rgba(255, 255, 255, 1);
	border-radius: 1.5rem;
	margin: 0 2rem;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
 }

#mascot:hover {
	background: rgba(255, 255, 255, .3);
	color: #ffffff;
}

#mascot dl {
	width: 60%;
}

#mascot dt {
	display: inline-block;
	line-height: 1.25;
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: solid 3px #ff0000;
	margin: 1rem 0;
	padding: 0 .5rem;
}

#mascot dd {
	text-align: left;
}

#mascot #drmp {
	width: 35%;
}

#mascot p a {
	background: #ffffff;
	display: inline-block;
	color: #000a6e;
	font-size: 1.5rem;
	font-weight: bold;
	border-radius: 1em;
	margin: 0 auto;
	padding: 1rem 1rem;
	opacity: .8;
	transition: all .5s;
}

#mascot p a:hover {
	color: #ff0000;
	box-shadow: 0 0 20px rgba(255, 255, 255, .9);
}



/* --------------------------------------------------------------------
	bnr
--------------------------------------------------------------------- */
.images {
	padding-bottom: 2rem;
}

.images ul {
	width: 100%;
}

.images li {
	display: inline-block;
	width: 30%;
	padding-bottom: 2rem;
}

.images li+li {
	margin-left: 3%;
}

.images li:nth-of-type(3n+1) {
	margin-left: 0;
}

.images li img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.images li img:hover {
	box-shadow: 0 0 20px rgba(255, 255, 255, .9);
}



/* --------------------------------------------------------------------
	link
--------------------------------------------------------------------- */
.items {
	background: #ffffff;
	border-radius: 1.5rem;
	margin: 0 2rem;
}

.first {
	margin-bottom: 50px;
}

.items ul {
	margin: 0 auto;
	padding-bottom: 50px;
}

.items li {
	padding: 0 10px;
	margin: 0 auto;
}

.items dd {
	font-weight: bold;
}

.items .sale {
	color: #ff0000;
}

.items .sale::before {
	content: url("../img/sale.png");
	margin-right: .2rem;
}

.items p a {
	background: #000a6e;
	display: inline-block;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: bold;
	border-radius: 1em;
	margin: 0 auto;
	padding: 1rem 3rem;
	opacity: 1;
	transition: all .5s;
}

.items p a:hover {
	opacity: .8;
	box-shadow: 0 0 20px rgba(0, 0, 255, .5);
}

#news dl {
	color: #ffffff;
	text-align: left;
}

#news dt {
	clear: both;
	float: left;
	font-size: .875rem;
	margin-top: .5rem;
	padding-left: 1rem;
}

#news dd {
	line-height: 2rem;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 10px;
	padding-left: 10rem;
}

#news dd a {
	color: #ffffff;
}



/* --------------------------------------------------------------------
	slick
--------------------------------------------------------------------- */
.slider {
    width: 70%;
    margin: 0 auto;
}

.slick-slide img {
	display: inline-block;
	margin: 0 auto;
}

.slick1,
.slick2 {
    width: 70%;
}

.slick1 .slick-slide,
.slick2 .slick-slide {
    margin: 10px;
}

/*slick setting*/

.slick1 .slick-slide:not(.slick-center),
.slick2 .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(70%);
    -moz-filter: opacity(70%);
    -o-filter: opacity(70%);
    -ms-filter: opacity(70%);
    filter: opacity(70%);
    transition: .2s linear;
}

/*slick setting*/

.slick-prev:before,
.slick-next:before {
    color: #000;
}

.slick-dots {
	display: none;
}



/* --------------------------------------------------------------------
	footer
--------------------------------------------------------------------- */
footer {
	background: #083291;
	width: 92%;
	display: flex;
	justify-content: space-between;
	color: #fff;
	align-items: center; 
	padding: 30px 4%;
}

footer a {
	color: #fff;
}

footer #flogo {
	width: 20%;
}

footer #fnav {
	width: 80%;
	padding-left: 60px;
}

footer #fnav li {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.5;
}

footer #fnav li::after {
	content: " | ";
	margin: 0 1rem;
}

footer #fnav li:last-child::after {
	content: none;
}

footer #fnav a:hover {
	text-decoration: underline;
}

small {
	font-size: .75rem;
}

.sp {
	display: none;
}



/* --------------------------------------------------------------------
	break point
--------------------------------------------------------------------- */
@media (max-width: 1000px) {
	body {
		font-size: 1rem;
	}
	
	footer #fnav li {
		font-size: .875rem;
	}
}

@media (max-width: 800px) {
	body {
		font-size: .875rem;
	}
	
	#about dt {
		width: auto;
		font-size: 1rem;
	}
	
	.br {
		display: block;
		border: none;
	}
	
	#about dd li:last-child {
		position: static;
		text-align: right;
		font-size: .75rem;
		padding-right: 3rem;
	}
	
	.items dt {
		font-size: .75rem;
	}
	
	.items .sale::before {
		content: url("../img/sale_sp.png");
	}

	#mascot p a,
	.items p a {
		font-size: 1rem;
		padding: .5rem 1rem;
}

	.items p a {
		padding: .5rem 2rem;
	}
	
}

@media (max-width: 600px) {
	body {
		line-height: 2;
	}
	
	h2 {
		font-size: 1.25rem;
	}
	
	h2 .bor {
		min-width: 9rem;
		padding: 10px .5rem;
	}
	
	nav .nav01 a {
		background: no-repeat center/100% url("../img/nav/about01.png");
	}

	nav .nav02 a {
		background: no-repeat center/100% url("../img/nav/items01.png");
	}

	nav .nav03 a {
		background: no-repeat center/100% url("../img/nav/new01.png");
	}

	nav .nav04 a {
		background: no-repeat center/100% url("../img/nav/pickup01.png");
	}

	nav .nav05 a {
		background: no-repeat center/100% url("../img/nav/news01.png");
	}

	nav .nav06 a {
		background: no-repeat center/100% url("../img/nav/mascot01.png");
	}

	nav .nav01 a:hover {
		background: no-repeat center/100% url("../img/nav/about02.png");
	}

	nav .nav02 a:hover {
		background: no-repeat center/100% url("../img/nav/items02.png");
	}

	nav .nav03 a:hover {
		background: no-repeat center/100% url("../img/nav/new02.png");
	}

	nav .nav04 a:hover {
		background: no-repeat center/100% url("../img/nav/pickup02.png");
	}

	nav .nav05 a:hover {
		background: no-repeat center/100% url("../img/nav/news02.png");
	}

	nav .nav06 a:hover {
		background: no-repeat center/100% url("../img/nav/mascot02.png");
	}

	main {
	width: 100%;
	margin: 0;
	}
	
	#about .sp_bor {
		line-height: 2;
		border: 1px solid #2e3168;
		padding: 0 1rem;
	}
	
	.flx {
		display: block;
	}

	#mascot dl {
		width: 100%;
	}

	#mascot #drmp {
		width: 100%;
		margin-top: 2rem;
	}

	#mascot #drmp img {
		width: 50%;
		min-width: 150px;
	}

	#mascot p a {
		background: #000a6e;
		color: #ffffff;
		opacity: 1;
	}

	#mascot p a:hover {
		color: #ffffff;
	}

	.images li {
		display: inline-block;
		width: 47%;
		padding-bottom: 30px;
	}
	
	.images li+li {
		margin-left: 4%;
	}
	
	.images li:nth-of-type(3n+1) {
		margin-left: 4%;
	}
	
	.images li:nth-of-type(2n+1) {
		margin-left: 0;
	}
	
	#news dt {
		float: none;
	}
	
	#news dd {
		line-height: 1.5rem;
		padding-left: 1rem;
	}
	
	footer {
		width: 92%;
		display: block;
		text-align: center;
	}
	
	footer #flogo {
		width: 100%;
		margin-bottom: 1rem;
	}
	
	footer #fnav {
		width: 100%;
		padding-left: 0;
	}
	
	footer #fnav ul {
		margin-bottom: 1rem;
	}
	
	footer #fnav li {
		font-size: .75rem;
	}
	
	.pc {
		display: none;
	}
	
	.sp	{
		display: block;
	}
}

@media (max-width: 480px) {

}


