@charset "utf-8";

/* ===================================================================
SETTING
=================================================================== */

/* RESET
--------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	background: transparent;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="submit"],
input[type="button"],
input[type="email"],
input[type="tel"],
input[type="date"],
button, 
textarea, 
select {
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none; 
	text-overflow: '';
	border-radius: 0;
	border: none; 
	outline: none;
	resize: none;
	font: unset;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

select::-ms-expand {
	display: none;
}

* a {
	text-decoration: none;
	color: inherit;
	font-size: inherit; 
	font-weight: inherit;
	font-family: inherit;
	text-align: inherit;
	line-height: inherit;
	outline: none;
	cursor: pointer;
}

* a img {
	border-style: none;
	outline: none;
	cursor: pointer;
}

img {
	vertical-align: middle;
	width: 100%;
	max-width: 100%;
}

.cf:after {
	content: "";
	display: block;
	clear: both;
}

/* HTML
--------------------*/

html {
	position: relative;
	overflow-x: hidden;
}

html.fixed {
	overflow: hidden;
}

/* BODY
--------------------*/

body {
	position: relative;
	display: block;
	font-size: 1.4rem;
	line-height: 1.714;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	overflow-x: hidden;
}

/* DISPLAY
--------------------*/

.sp {
	display: none !important;
}

.pc {
	display: block !important;
}

.br-sp {
	display: none !important;
}

.br-pc {
	display: inline !important;
}

.in-sp {
	display: none !important;
}

.in-pc {
	display: inline !important;
}

/* WRAPPER, MAIN
--------------------*/

.wrapper,
main {
	position: relative;
	display: block;
	width: 100%;
}

/* CONTAINER
--------------------*/

.container-all {
	position: relative;
	width: 100%;
}

.container-1500,
.container-1000 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

.container-1500 {
	max-width: 1520px;
}

.container-1000 {
	max-width: 1020px;
}

/* SECTION
--------------------*/

section {
	padding: 35px 0;
}

section.pc-m10 {
	margin: 0 0 10px;
}

section.pc-p0 {
	padding: 0;
}

/* PLACEHOLDER
--------------------*/

::placeholder {
	color: rgba(0, 0, 0, .16);
	font-size: 14px; /* 固定 */
  }

@media screen and (min-width: 1001px) and (max-width: 1500px) {

	/* ===================================================================
	SETTING
	=================================================================== */

	/* CONTAINER
	--------------------*/

	.container-1500 {
		max-width: 1020px;
	}

}

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

	/* ===================================================================
	SETTING
	=================================================================== */

	/* DISPLAY
	--------------------*/

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}

	.br-sp {
		display: inline !important;
	}
	
	.br-pc {
		display: none !important;
	}

	.in-sp {
		display: inline !important;
	}
	
	.in-pc {
		display: none !important;
	}

	/* CONTAINER
	--------------------*/

	.container-1000,
	.container-1500 {
		max-width: 420px;
	}

	/* SECTION
	--------------------*/

	section {
		padding: 30px 0;
	}

	section.sp-p0 {
		padding: 0;
	}

}

/* ===================================================================
Swiper
=================================================================== */

/* COMMON BUTTON
--------------------*/

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
    top: 50%;
	transform: translate(0, -50%);
	display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0;
	color: #009B95;
	background: #FFF;
	border-radius: 10px;
    z-index: 10;
    cursor: pointer;
	transition: background-color .2s ease-out 0s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	color: #FFF;
	background: #009B95;
}

.swiper-button-next > i,
.swiper-button-prev > i {
	position: relative;
	font-size: 24px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: none;
}

/* COMMON PAGENATION
--------------------*/

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #FFF;
	border: 1px solid #009B95;
	opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}

.swiper-pagination-bullet-active {
    background: #009B95;
}

/* TOP KV BANNER
--------------------*/

.top-kv-banner {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	width: 100%;
}

.top-kv-banner .swiper-slide {
	width: calc(400 / 1500 * 100%);
	max-width: 400px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, .16);
}

/* TOP BOTTOM BANNER
--------------------*/

.top-bottom-banner {
	position: relative;
	padding: 0 75px;
}

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

	/* ===================================================================
	Swiper
	=================================================================== */

	/* TOP KV BANNER
	--------------------*/

	.top-kv-banner {
		position: relative;
		bottom: 0;
		padding: 25px 0;
	}

	.top-kv-banner .swiper-slide {
		width: 75%;
		max-width: 280px;
	}

	.top-kv-banner div[class^=swiper-button-] {
		display: none;
	}

	/* TOP MAIN TOPICS
	--------------------*/

	.top-main-topics {
		position: relative;
		padding: 0 0 30px;
	}

	.top-main-topics .swiper-slide {
		padding: 0 3px 0 0; /* box-shadowを表示するため */
	}

	/* TOP BOTTOM BANNER
	--------------------*/

	.top-bottom-banner {
		padding: 0;
	}

	.top-bottom-banner .swiper-slide {
		width: 50%;
	}

	.top-bottom-banner div[class^=swiper-button-] {
		display: none;
	}

}