@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,
body {
	height: 100%;
}

html {
	font-size: 62.5%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form,
input,
figure {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	text-align: left;
	color: #2C2B2B;
	letter-spacing: 1px;
	-webkit-text-size-adjust: 100%;
	text-align: justify;
	hanging-punctuation: allow-end;
}

a {
	text-decoration: none;
	color: #2C2B2B;
}

a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
input,
textarea,
button,
table,
tr,
th,
td,
article,
aside,
footer,
header,
hgroup,
nav,
section,
a,
span,
img,
figure {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	width: 100%;
	word-break: break-all;
	-webkit-appearance: none;
	-webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
p {
	text-align: justify;
	text-justify: distribute;
	line-height: 1.5;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: bottom;
}

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.wrap {
	max-width: 1200px;
	width: 90%;
	margin: auto;
}

.flex {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}

.flexwrap_wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexdirection_column {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.justifycontent_flexend {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.justifycontent_center {
	-webkit-justify-content: center;
	justify-content: center;
}

.justifycontent_spacebetween {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.justifycontent_spacearound {
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.aligncontent_spacebetween {
	-webkit-align-content: space-between;
	align-content: space-between;
}

.alignitems_center {
	-webkit-align-items: center;
	align-items: center;
}

.alignitems_flexend {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.alignitems_flexstart {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.mb1em {
	margin-bottom: 1em;
}

.mb2em {
	margin-bottom: 2em;
}

.mb3em {
	margin-bottom: 3em;
}

.mb4em {
	margin-bottom: 4em;
}

.tab_wide,
.sp {
	display: none;
}

.en {
	font-family: 'Josefin Sans', sans-serif;
}

.tel {
	font-family: 'Roboto', sans-serif;
}

.fadeup {
	opacity: 0;
}

.fadeup.on {
	animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeup {
	0% {
		transform: translateY(30px);
		opacity: 0;
	}

	80% {
		opacity: 1;
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@media screen and (min-width:840px) and (max-width:1024px) {
	.tab_wide {
		display: block;
	}
}

@media screen and (max-width: 840px) {
	.sp {
		display: block;
	}

	.pc {
		display: none !important;
	}

	.sp_flex {
		display: flex;
	}

	body {
		min-width: inherit;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	p {
		font-size: 1.2rem;
	}

	.txt {
		font-size: 1.2rem;
	}

	.alignright,
	.alignleft {
		float: none;
	}
}

/* ------------------------------
    clearfix
------------------------------ */

.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
	height: 1%;
}

.cf {
	display: block;
}

/* End Hack */

/* ------------------------------
    header
------------------------------ */
body.fixed,
body.noscroll {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	text-indent: -999em;
	z-index: 9;
	background-color: rgba(26, 26, 26, 0.4);
}

#header {
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
	background: #fff;
	z-index: 9999;
	transition: 0.5s;
}

#header.h_fixed,
body.fixed #header {
	height: 90px;
}

#header .logo {
	width: 180px;
	margin: 0 auto 0 0;
	transition: 0.5s;
}

#header #logo02 {
	display: none;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 100%;
	background: #01467F;
	transition: 0.5s;
}

#header .logo img {
	width: 100%;
}

#header.h_fixed .logo {
	display: none;
}

#header.h_fixed #logo02 {
	display: flex;
}

#header_in {
	width: calc(100% - 180px);
	height: 100%;
}

#header_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 90px;
	padding: 0 0 0 25px;
}

#header_top .catch {
	margin-right: auto;
	font-size: 1.4rem;
	font-weight: bold;
	transition: 0.5s;
}

#header.h_fixed #header_top .catch {
	display: none;
}

#header_top .btn-sellbuy-fixed {
	display: none;
	height: 100%;
	margin: 0 35px 0 auto;
	transition: 0.5s;
}

#header.h_fixed #header_top .btn-sellbuy-fixed {
	display: flex;
}

#header_top .btn-sellbuy-fixed li {
	position: relative;
	height: 100%;
	font-size: 1.4rem;
	font-weight: bold;
}

#header_top .btn-sellbuy-fixed li+li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 1.8em;
	margin: auto;
	background-image: -webkit-linear-gradient(top, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
	background-image: linear-gradient(to bottom, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
	background-repeat: repeat-y;
	background-position: right top;
	background-size: 1px 4px;
}

#header_top .btn-sellbuy-fixed li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 0 1.5em;
}

#header_top .btn-sellbuy-fixed li a:after {
	content: "";
	display: inline-block;
	height: 6px;
	width: 6px;
	margin-left: 15px;
	border-left: 2px solid #1A1A1A;
	border-bottom: 2px solid #1A1A1A;
	transform: rotate(-45deg) translateY(-6px);
	transition: all ease-in-out 0.25s;
}

#header_top .btn-sellbuy-fixed li.active a,
#header_top .btn-sellbuy-fixed li a:hover {
	color: #E10A1F;
	opacity: 1;
}

#header_top .btn-sellbuy-fixed li.active a:after,
#header_top .btn-sellbuy-fixed li a:hover:after {
	border-left: 2px solid #E10A1F;
	border-bottom: 2px solid #E10A1F;
	transform: rotate(135deg) translateY(0);
}

#header_top form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 240px;
	height: 42px;
	padding: 0 20px;
	background: #EBEBEB;
	border-radius: 20px;
}

#header_top form div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

#header_top input {
	width: 100%;
	font-size: 1.2rem;
}

#header_top input::placeholder {
	color: #767676;
}

#header_top input.submit {
	width: 11px;
	height: 11px;
	background: url(../img/common/icon_submit.svg) no-repeat center center;
	background-size: cover;
	cursor: pointer;
}

#header_top input.submit:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#header_top #header_subnav {
	display: flex;
	margin: 0 35px;
}

#header_top #header_subnav li {
	font-size: 1.4rem;
	font-weight: bold;
}

#header_top #header_subnav li+li:before {
	content: "/";
	margin: 0 1em;
}

#header_top #header_subnav li a:hover {
	color: #08467F;
	opacity: 1;
}

.btn_menu {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 90px;
	height: 90px;
	background: #08467F;
	cursor: pointer;
	z-index: 10;
}

.btn_menu.active,
.btn_menu:hover {
	background: #0057A0;
}

.btn_menu>span {
	content: "MENU";
	font-size: 1.2rem;
	color: #fff;
}

.toggle {
	position: relative;
	display: block;
	width: 36px;
	height: 20px;
	margin-bottom: 10px;
}

.toggle span {
	display: inline-block;
	transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 2px;
	margin: auto;
	background-color: #fff;
}

.toggle span:nth-of-type(1) {
	top: 0;
}

.toggle span:nth-of-type(2) {
	top: 0;
	bottom: 0;
}

.toggle span:nth-of-type(3) {
	bottom: 0;
}

.btn_menu.active .toggle span:nth-of-type(1) {
	transform: translateY(9px) rotate(140deg);
}

.btn_menu.active .toggle span:nth-of-type(2) {
	opacity: 0;
}

.btn_menu.active .toggle span:nth-of-type(3) {
	top: 0;
	bottom: auto;
	transform: translateY(9px) rotate(-140deg);
}

#header_bottom .btn-sellbuy {
	height: 90px;
	background: #fff;
	transition: 0.5s;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}

#header.h_fixed #header_bottom .btn-sellbuy {
	height: 0;
	opacity: 0;
}

#header .btn-sellbuy {
	transition: 0.5s;
}

#header.h_fixed .btn-sellbuy {
	display: none;
}

#header_bottom ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
}

#header_bottom ul li {
	width: 50%;
	height: 100%;
}

#header_bottom ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 3rem;
	font-weight: bold;
}

#header_bottom ul li a .en {
	margin-top: 0.8em;
	margin-left: 1em;
	font-size: 1.7rem;
	font-weight: 600;
	letter-spacing: 0.2em;
}

#header_bottom ul li.btn-sell {
	position: relative;
	border-right: 1px solid #E6E6E6;
}

/*#header_bottom ul li.btn-sell:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 60px;
	margin: auto;
	background-image: -webkit-linear-gradient(top, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
	background-image: linear-gradient(to bottom, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
	background-repeat: repeat-y;
	background-position: right top;
	background-size: 1px 4px;
}*/
#header_bottom ul li.active a,
#header_bottom ul li a:hover {
	color: #fff;
	opacity: 1;
}

#header_bottom ul li.btn-sell.active a,
#header_bottom ul li.btn-sell a:hover {
	background: #CE1223;
}

#header_bottom ul li.btn-buy.active a,
#header_bottom ul li.btn-buy a:hover {
	background: #0057A0;
}

.w1000 {
	max-width: 1000px;
	margin: 0 auto;
}

.nav-sellbuy-wrap .nav-box {
	background: #FFF;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	min-width: 100%;
	padding: 20px 0 30px;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.25s;
	z-index: 9999;
}

.nav-sellbuy-wrap .nav-box.is-open,
.nav-sellbuy-wrap .nav-box.on {
	opacity: 1;
	visibility: visible;
}

.nav-sellbuy-wrap .nav-box.nav-sell .w1000 {
	max-width: 900px;
}

.nav-sellbuy-wrap .nav-box.nav-buy .w1000 {
	max-width: 740px;
}

#header_bottom .nav-sellbuy-wrap .nav-box ul {
	display: flex;
	justify-content: space-between;
}

#header_bottom .nav-sellbuy-wrap .nav-box ul li a:hover {
	opacity: 0.5;
}

#header_bottom .nav-sellbuy-wrap .nav-box ul li a:hover span {
	color: #2C2B2B;
}

#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-primary {
	padding-bottom: 30px;
	border-bottom: 1px solid #E3E3E3;
}

#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-primary li {
	position: relative;
	width: calc(100% / 5);
}

#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-primary li:before,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-primary li:before,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-primary li:last-child:after,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-primary li:last-child:after,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-secondary li:before,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-secondary li:last-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background-image: -webkit-linear-gradient(top, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
	background-image: linear-gradient(to bottom, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
	background-repeat: repeat-y;
	background-position: right top;
	background-size: 1px 4px;
}

#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-primary {
	justify-content: flex-start;
	padding-bottom: 30px;
	border-bottom: 1px solid #E3E3E3;
}

#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-primary li,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-secondary li,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-secondary li {
	position: relative;
	width: calc(100% / 4);
}

#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-primary li:last-child:after,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-primary li:last-child:after,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-secondary li:last-child:after {
	right: 0;
	left: auto;
}

#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-primary li a,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-primary li a,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-secondary li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0 20px;
}

#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-primary li a img,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-primary li a img,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-secondary li a img {
	width: 100%;
}

#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-primary li a span,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-primary li a span,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-secondary li a span {
	margin-top: 0.7em;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
}

#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-secondary {
	padding-top: 30px;
}

#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-secondary {
	justify-content: center;
}

#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li {
	width: calc(96% / 3);
}

#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li a {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 88px;
	padding: 0 16px;
	font-size: 2rem;
	border: 2px solid #181818;
	border-radius: 5px;
}

#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li:nth-child(1) a {
	background: #FF969C;
}

#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li:nth-child(2) a {
	background: #79C4FC;
}

#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li:nth-child(3) a {
	background: #B1E34A;
}

#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li a figure {
	width: 30%;
	margin: 0 20px 0 0;
	text-align: center;
}

#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li:nth-child(1) a img {
	width: 62px;
}

#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li:nth-child(2) img {
	width: 72px;
}

#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li:nth-child(3) a img {
	width: 43px;
}

#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li a:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(../img/common/icon_btn_arrow01.svg) no-repeat center center #181818;
}

#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li a span {
	line-height: 1.4;
}

#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li a span .en {
	font-size: 1.4rem;
}

#header #tel_nav {
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(8, 70, 127, 0.95);
	z-index: 2;
}

body.fixed .btn_menu {
	z-index: 0;
}

body.fixed #side-menu {
	right: 0;
}

#header #tel_nav.on {
	display: flex;
}

#header #tel_nav .box {
	max-width: 330px;
	margin: 0 auto 15px;
}

#header #tel_nav .box a {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 16px;
	background: #fff;
	border-radius: 5px;
}

#header #tel_nav .box>p {
	width: 40px;
}

#header #tel_nav .box .in {
	padding-left: 15px;
	margin-left: 18px;
	border-left: 1px solid #D6D6D6;
}

#header #tel_nav .box .in p {
	font-size: 1.5rem;
	font-weight: bold
}

#header #tel_nav .box .in p+p {
	font-size: 2.6rem;
}

#header #tel_nav .box .in p+p+p {
	font-size: 1.4rem;
	font-weight: normal;
}

#header #tel_nav .btn_close {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: 1em auto 0;
	font-size: 2.3rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	cursor: pointer;
}

#header #tel_nav .btn_close:before {
	content: "";
	display: block;
	margin-right: 1em;
	width: 1em;
	height: 1em;
	margin-bottom: 0.2em;
	background: url(../img/common/icon_close.svg) no-repeat center center;
	background-size: cover;
}

#gnav {
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 180px 0;
	background: #08467F;
	transform-origin: top;
	transform: scaleY(0);
	transition: transform .25s;
}

#gnav .w1000 {
	max-width: 1078px;
}

#gnav.on {
	transform: scaleY(1);
}

#gnav #menu_logo {
	position: absolute;
	top: 1%;
	left: 1%;
}

#gnav #gnav_top {
	justify-content: space-between;
	margin-bottom: 5%;
}

#gnav #gnav_top .in {
	width: 25%;
}

#gnav #gnav_top .in:nth-child(1),
#gnav #gnav_top .in:nth-child(2) {
	margin-right: 4%;
}

#gnav #gnav_top .in:nth-child(3),
#gnav #gnav_top .in:nth-child(4) {
	padding: 0 2% 0 5%;
	border-left: 1px solid #0E599D;
}

#gnav #gnav_top .in h2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 0.2em;
	margin-bottom: 1.5em;
	font-size: 2.7rem;
	color: #fff;
	font-weight: 600;
	border-bottom: 1px solid #0E599D;
}

#gnav #gnav_top .in h2 .en {
	font-size: 1.7rem;
}

#gnav #gnav_top .in li {
	margin-bottom: 1em;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
}

#gnav #gnav_top .in:nth-child(3) li,
#gnav #gnav_top .in:nth-child(4) li {
	font-size: 1.6rem;
}

#gnav #gnav_top .in li a {
	color: #fff;
}

#gnav #gnav_top .in li a span {
	font-size: 1.2rem;
}

#gnav #gnav_bottom,
#gnav #gnav_bottom .flex {
	justify-content: space-between;
}

#gnav #gnav_bottom .half {
	display: flex;
	align-items: center;
	/*width: 50%;
	margin-top: 120px;*/
}

/*#gnav #gnav_bottom #gnav_logo{
	margin-right: 8%;
}*/
#gnav #gnav_bottom .in h2 {
	margin-bottom: 1em;
	font-size: 1.4rem;
	color: #fff;
}

#gnav #gnav_bottom .in ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

#gnav #gnav_bottom .in ul li+li {
	margin-left: 18px;
}

#gnav #gnav_bottom .in ul li a {
	display: block;
}

#gnav #gnav_bottom .gnav_bottom_banner {
	justify-content: space-between;
	width: 100%;
	max-width: 814px;
	text-align: center;
}

#gnav #gnav_bottom .gnav_bottom_banner p {
	width: 100%;
	max-width: 196px;
}

#gnav #gnav_bottom .gnav_bottom_banner p+p {
	margin-left: 1%;
}

@media screen and (max-width: 840px) {
	.overlay {
		top: 120px;
	}

	#header {
		height: 60px;
	}

	#header.h_fixed,
	body.fixed #header {
		height: 60px;
	}

	#header_in {
		width: 100%;
	}

	#header_top {
		height: 100%;
		padding: 10px 0;
		background: #08467F;
	}

	#header .logo {
		display: block;
		width: auto;
		margin: 0;
	}

	#header.h_fixed .logo {
		display: block;
		height: auto;
	}

	#header .logo img {
		width: auto;
		max-height: 100%;
	}

	#header_subnav_sp {
		display: flex;
		justify-content: space-between;
	}

	#header_subnav_sp {
		width: 60%;
	}

	#header_subnav_sp li {
		width: calc(100% / 3);
		border-right: 1px solid #254D9E;
	}

	#header_subnav_sp li a {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: 100%;
		font-size: 1rem;
		color: #fff;
	}

	#header_subnav_sp li:nth-child(1) a img {
		height: 21.5px;
	}

	#header_subnav_sp li:nth-child(2) a img {
		height: 23.2px;
	}

	#header_subnav_sp li:nth-child(3) a img {
		height: 20.5px;
	}

	#header_subnav_sp li a span {
		margin-top: 0.5em;
	}

	.btn_menu {
		justify-content: flex-end;
		width: 16%;
		height: 100%;
		padding-bottom: 0.1em;
	}

	.btn_menu.active,
	.btn_menu:hover {
		background: #08467F;
	}

	.toggle {
		width: 18.5px;
		height: 13.56px;
	}

	.toggle span {
		width: 18.5px;
	}

	.btn_menu>span {
		font-size: 1rem;
	}

	#header_bottom {
		height: 60px
	}

	#header.h_fixed #header_bottom {
		height: 0
	}

	#header_bottom ul li a {
		font-size: 2rem;
	}

	#header_bottom ul li a .en {
		display: none;
	}

	#header_bottom ul li.btn-sell:after {
		background: #E7EDF3;
	}

	#header_bottom ul li a:after {
		content: "";
		display: inline-block;
		height: 10px;
		width: 10px;
		margin-left: 1em;
		border-left: 2px solid #000;
		border-bottom: 2px solid #000;
		transform: rotate(-45deg) translateY(-6px);
		transition: all ease-in-out 0.25s;
	}

	#header_bottom ul li.active a {
		color: #fff;
	}

	#header_bottom ul li.active a:after {
		border-left: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}

	.nav-sellbuy-wrap .nav-box {
		top: 120px;
		-webkit-overflow-scrolling: touch;
		overflow-y: scroll;
	}

	.nav-sellbuy-wrap .nav-box.nav-sell {
		height: 100vh;
		padding: 5% 5% 50%;
		background: #CE1223;
	}

	.nav-sellbuy-wrap .nav-box.nav-buy {
		height: 100vh;
		padding: 5% 5% 50%;
		background: #0057A0;
	}

	#header_bottom .w1000 {
		padding: 5%;
		background: #fff;
		border-radius: 5px;
	}

	#header_bottom .btn-sellbuy {
		height: 100%;
	}

	#header_bottom ul {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-primary {
		justify-content: space-between;
	}

	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-primary li,
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-primary li,
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-secondary li {
		width: 48%;
		border-left: none;
		margin-bottom: 5%;
	}

	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-primary,
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-primary {
		padding-bottom: 0;
		border-bottom: none;
	}

	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-primary li:before,
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-primary li:before,
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-primary li:last-child:after,
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-primary li:last-child:after,
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-secondary li:before,
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-secondary li:last-child:after {
		display: none;
	}

	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-primary li a,
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-primary li a,
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-secondary li a {
		padding: 0;
	}

	#header_bottom .nav-sellbuy-wrap .nav-box ul li a:after {
		display: none;
	}

	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-primary li a span,
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-primary li a span,
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-secondary li a span {
		font-size: 1.3rem;
	}

	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary {
		padding-top: 0;
	}

	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li {
		width: 100%;
		margin-bottom: 5%;
	}

	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li span.en {
		display: block;
	}

	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li:nth-child(2) a img {
		max-width: 60px;
	}

	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li a:after {
		transform: rotate(0) translateY(0);
	}

	#header #tel_nav {
		display: none;
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		height: 100vh;
		padding: 90px 5% 50%;
		background: rgba(8, 70, 127, 0.95);
		-webkit-overflow-scrolling: touch;
		overflow-y: scroll;
	}

	#header #tel_nav.on {
		display: block;
	}

	#header #tel_nav .box {
		margin-bottom: 15px;
	}

	#header #tel_nav .box a {
		display: flex;
		align-items: center;
		width: 100%;
		padding: 20px 5%;
		background: #fff;
		border-radius: 5px;
	}

	#header #tel_nav .box>p {
		width: 40px;
	}

	#header #tel_nav .box .in {
		padding-left: 5%;
		margin-left: 5%;
		border-left: 1px solid #D6D6D6;
	}

	#header #tel_nav .box .in p {
		font-size: 1.5rem;
		font-weight: bold
	}

	#header #tel_nav .box .in p+p {
		font-size: 2.6rem;
	}

	#header #tel_nav .box .in p+p+p {
		font-size: 1.4rem;
		font-weight: normal;
	}

	#header #tel_nav .btn_close {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 1em auto 0;
		font-size: 2.3rem;
		color: #fff;
		font-weight: bold;
		text-align: center;
	}

	#header #tel_nav .btn_close:before {
		content: "";
		display: block;
		margin-right: 1em;
		width: 1em;
		height: 1em;
		margin-bottom: 0.2em;
		background: url(../img/common/icon_close.svg) no-repeat center center;
		background-size: cover;
	}

	#gnav {
		top: 60px;
		padding: 5% 5% 50%;
		-webkit-overflow-scrolling: touch;
		overflow-y: scroll;
	}

	#gnav #gnav_top {
		flex-wrap: wrap;
		margin-bottom: 10%;
	}

	#gnav #gnav_top .in {
		width: 100%;
		margin-bottom: 10px;
		border-radius: 5px;
		overflow: hidden;
	}

	#gnav #gnav_top .in:nth-child(1),
	#gnav #gnav_top .in:nth-child(2) {
		margin-right: 0;
	}

	#gnav #gnav_top .in h2 {
		position: relative;
		width: 100%;
		height: 3em;
		padding: 0 5%;
		margin-bottom: 0;
		font-size: 1.5rem;
		color: #000;
		font-weight: bold;
		background: #fff;
		border-bottom: none;
	}

	#gnav #gnav_top .in h2:after {
		content: "";
		display: inline-block;
		height: 8px;
		width: 8px;
		margin-left: 1em;
		border-left: 2px solid #1E3F7B;
		border-bottom: 2px solid #1E3F7B;
		transform: rotate(-45deg) translateY(-6px);
		transition: all ease-in-out 0.25s;
	}

	#gnav #gnav_top .in h2.acc_active:after {
		transform: rotate(135deg) translateY(0);
	}

	#gnav #gnav_top .in h2 .en {
		display: none;
	}

	#gnav #gnav_top .in h2+ul {
		display: none;
		background: #F4F4F4
	}

	#gnav #gnav_top .in h2+ul.acc {
		display: block;
	}

	#gnav #gnav_top .in:nth-child(3),
	#gnav #gnav_top .in:nth-child(4) {
		padding: 0;
		margin-bottom: 0;
		background: #fff;
		border-left: none;
	}

	#gnav #gnav_top .in:nth-child(3) {
		border-radius: 5px 5px 0 0;
	}

	#gnav #gnav_top .in:nth-child(4) {
		border-radius: 0 0 5px 5px;
	}

	#gnav #gnav_top .in li {
		margin-bottom: 0;
	}

	#gnav #gnav_top .in li a {
		display: block;
		padding: 1em 5%;
		font-size: 1.5rem;
		color: #000;
		font-weight: bold;
	}

	#gnav #gnav_top .in h2+ul li a {
		padding: 1em 5%;
		font-size: 1.4rem;
		font-weight: normal;
	}

	#gnav #gnav_top .in:nth-child(3) li+li,
	#gnav #gnav_top .in:nth-child(4) li+li {
		border-top: 1px solid #E2E2E2;
	}

	#gnav #gnav_top .in:nth-child(3) li+li {
		border-bottom: 1px solid #E2E2E2;
	}

	#gnav #gnav_bottom .half {
		display: none;
		justify-content: center;
		width: 100%;
		margin-top: 0;
	}

	#gnav #gnav_bottom .in h2 {
		text-align: center;
	}

	#gnav #gnav_bottom .gnav_bottom_banner {
		display: flex;
		justify-content: space-between;
		width: 100%;
		gap: 10px;
	}

	#gnav #gnav_bottom .gnav_bottom_banner p {
		width: calc((100% - 10px) / 2);
		max-width: none;
	}

	#gnav #gnav_bottom .gnav_bottom_banner p+p {
		margin-left: 0;
	}
}

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

/* ------------------------------
    footer
------------------------------ */
#footer {
	padding: 70px 0 30px;
	background: #08467F;
}

#footer .wrap {
	padding-left: 70px;
}

#footer #footer_top {
	justify-content: space-between;
	margin-bottom: 50px;
}

#footer #footer_top .in {
	width: 25%;
}

#footer #footer_top .in:nth-child(1),
#footer #footer_top .in:nth-child(2) {
	width: 28%;
	margin-right: 4%;
}

#footer #footer_top .in:nth-child(3),
#footer #footer_top .in:nth-child(4) {
	width: 22%;
	padding: 0 2% 0 5%;
	border-left: 1px solid #0E599D;
}

#footer #footer_top .in h2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 0.2em;
	margin-bottom: 1.5em;
	font-size: 2.7rem;
	color: #fff;
	font-weight: 600;
	border-bottom: 1px solid #0E599D;
}

#footer #footer_top .in h2 .en {
	font-size: 1.7rem;
	font-weight: 600;
}

#footer #footer_top .in li {
	margin-bottom: 1em;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
}

#footer #footer_top .in:nth-child(3) li,
#footer #footer_top .in:nth-child(4) li {
	font-size: 1.5rem;
}

#footer #footer_top .in li a {
	color: #fff;
}

#footer #footer_top .in li a span {
	font-size: 1rem;
}

#footer #footer_bottom,
#footer #footer_bottom .flex {
	justify-content: space-between;
}

#footer #footer_bottom .half {
	display: flex;
	align-items: center;
	/*	width: 50%;*/
	order: 1;
}

/*#footer #footer_bottom #footer_logo{
	margin-right: 8%;
}*/
#footer #footer_bottom #footer_logo img {
	width: 100%;
}

#footer #footer_bottom .in h2 {
	margin-bottom: 1em;
	font-size: 1.4rem;
	color: #fff;
}

#footer #footer_bottom .in ul {
	display: flex;
	align-items: center;
}

#footer #footer_bottom .in ul li {
	margin-right: 18px;
}

#footer #footer_bottom .in ul li a {
	display: block;
}

#footer #footer_bottom .footer_bottom_banner {
	display: flex;
	justify-content: space-between;
	/*	width: 50%;*/
	text-align: center;
	order: 2;
	max-width: 812px;
	width: 100%;
}

#footer #footer_bottom .footer_bottom_banner p {
	/*	width: 45%;*/
	max-width: 196px;
	width: 100%;
}

#footer #footer_bottom .footer_bottom_banner p+p {
	margin-left: 1%;
}

#footer #footer_bottom .footer_bottom_banner img {
	width: 100%;
	max-width: 320px;
}

#footer .footer_subnav {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

#footer .footer_subnav li {
	padding: 0 1em;
	font-size: 1.3rem;
	border-right: 1px solid #fff;
}

#footer .footer_subnav li:last-child {
	border-right: none;
}

#footer .footer_subnav li a {
	color: #fff;
}

#footer .copy {
	margin-top: 1em;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 840px) {
	#footer {
		padding: 60px 0 25px;
	}

	#footer .wrap {
		padding-left: 0;
	}

	#footer #footer_top {
		flex-wrap: wrap;
		margin-bottom: 30px;
	}

	#footer #footer_top .in {
		width: 48%;
	}

	#footer #footer_top .in:nth-child(1),
	#footer #footer_top .in:nth-child(2) {
		width: 100%;
		margin-right: 0;
	}

	#footer #footer_top .in:nth-child(1) {
		margin-bottom: 10%;
	}

	#footer #footer_top .in:nth-child(3),
	#footer #footer_top .in:nth-child(4) {
		width: 50%;
		margin-top: 5%;
		padding: 5% 0 0;
		border-left: none;
		border-top: 1px solid #0E599D;
	}

	#footer #footer_top .in h2 {
		justify-content: flex-start;
		align-items: flex-end;
		font-size: 2rem;
	}

	#footer #footer_top .in h2 .en {
		margin-left: 1em;
		font-size: 1.3rem;
	}

	#footer #footer_top .in li {
		font-size: 1.4rem;
	}

	#footer #footer_bottom,
	#footer #footer_bottom .flex {
		flex-wrap: wrap;
	}

	#footer #footer_bottom .half {
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		margin: 10% 0 0;
	}

	#footer #footer_bottom #footer_logo {
		width: 60%;
		margin: 0 auto 5%;
	}

	#footer #footer_bottom .in {
		width: 100%;
		order: 2;
	}

	#footer #footer_bottom .in h2 {
		text-align: center;
	}

	#footer #footer_bottom .in ul {
		justify-content: center;
	}

	#footer #footer_bottom .in ul li {
		margin: 0 9px;
	}

	#footer #footer_bottom .footer_bottom_banner {
		justify-content: space-between;
		gap: 10px;
		width: 100%;
		margin: auto;
		order: 1;
	}

	#footer #footer_bottom .footer_bottom_banner p {
		width: calc((100% - 10px)/2);
	}

	#footer #footer_bottom .footer_bottom_banner p+p {
		margin-left: 0;
	}

	#footer .footer_subnav {
		flex-wrap: wrap;
		margin-top: 30px;
	}

	#footer .footer_subnav li+li {
		margin-top: 1em;
	}

	#footer .copy {
		margin-top: 1.5em;
	}
}

/*==================================================================
  Side menu setting
===================================================================*/
#side-menu {
	position: fixed;
	right: -120px;
	top: 15%;
	width: 90px;
	background: #FFF;
	border-radius: 5px 0 0 5px;
	transition: all ease-in-out 0.25s;
	z-index: 9999;
	overflow: hidden;
}

#side-menu.fixed {
	right: 0;
}

#side-menu li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 90px;
	text-align: center;
	background: #0057A0;
	transition: all ease-in-out 0.25s;
}

#side-menu li a:hover {
	background: #08467F;
	opacity: 1;
}

#side-menu li a img {
	max-width: 52px;
}

#side-menu li a span {
	display: block;
	margin-top: 1em;
	font-size: 1.4rem;
	color: #fff;
	font-weight: bold;
}

@media screen and (max-width: 840px) {
	#side-menu {
		display: none;
	}
}


/* ------------------------------
    common
------------------------------ */
#main_content {
	margin-top: 180px;
}

#bottom {
	display: flex;
	align-items: center;
	width: 100%;
	height: 3em;
	font-size: 1.9rem;
	background: #FFD14D;
	overflow: hidden;
}

#bottom p {
	font-size: 1.9rem;
	font-weight: bold;
	white-space: nowrap;
	animation: flowing 100s linear infinite;
}

@keyframes flowing {
	100% {
		transform: translateX(-100%);
	}
}

#pagetop {
	position: fixed;
	bottom: 2%;
	right: 2%;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	opacity: 0;
	cursor: pointer;
}

#pagetop:before {
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	content: "";
	display: inline-block;
	height: 22px;
	width: 22px;
	margin: auto;
	border-left: 3px solid #2D2D2D;
	border-bottom: 3px solid #2D2D2D;
	transform: rotate(135deg);
}

#pagetop.active {
	opacity: 1;
}

#pagetop:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.title_area .en {
	font-size: 2.2rem;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}

.title_area h2 {
	margin-bottom: 0.5em;
	font-size: 5.5rem;
	font-weight: bold;
	text-align: center;
}

.title_area h2 span {
	color: #1E3F7B;
}

#main_title_area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 300px;
	background: url(../img/common/bg_main_title_area.jpg) repeat-x center top;
	background-size: auto 100%;
}

#main_title_area p.en {
	margin-top: 0;
	font-size: 2.2rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

#main_title_area h1,
#main_title_area .main_title {
	margin-top: 0;
	font-size: 6.5rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#main_title_area p {
	margin-top: 1em;
	font-size: 2rem;
	color: #fff;
	text-align: center;
	font-weight: 500;
}

#main_title_area ul {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 975px;
	width: 100%;
	margin: 37px auto 0;
}

#main_title_area ul li {
	width: calc(98% / 3);
	height: 90px;
	font-size: 2.1rem;
	font-weight: bold;
}

#main_title_area ul li+li {
	margin-left: 1%;
}

#main_title_area li a {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 20px;
	border: 2px solid #181818;
	border-radius: 5px;
}

#main_title_area li.yellow a {
	background: #FFD14D;
}

#main_title_area li.green a {
	background: #B1E34A;
}

#main_title_area li.blue a {
	background: #79C4FC;
}

#main_title_area li.pink a {
	background: #FF969C;
}

#main_title_area li a figure {
	width: 18%;
	margin: 0 15px 0 0;
	text-align: center;
}

#main_title_area li.yellow figure img {
	width: 44px;
}

#main_title_area li.green figure img {
	width: 36px;
}

#main_title_area li.blue figure img {
	width: 73px;
}

#main_title_area li.pink figure img {
	width: 40px;
}

#main_title_area li a:after {
	position: absolute;
	top: 0;
	right: -1px;
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(../img/common/icon_btn_arrow03.svg) no-repeat center center #181818;
}

#breadcrumb {
	padding: 18px 5%;
	background: #000;
}

#breadcrumb ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#breadcrumb ul li {
	font-size: 1.5rem;
	color: #fff;
	line-height: 1.6;
}

#breadcrumb ul li a {
	color: #fff;
}

#breadcrumb ul li+li:before {
	content: "";
	display: inline-block;
	width: 0.4em;
	height: 0.4em;
	margin: 0 1em 0.1em;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(225deg);
}

.under_title_area {
	margin-bottom: 60px;
}

.under_title_area h2 {
	font-size: 5.5rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}

.under_title_area h2 .red {
	color: #CE1223;
}

.under_title_area h2 .fukidashi {
	position: relative;
	display: table;
	margin: auto;
	font-size: 2.2rem;
}

.under_title_area h2 .fukidashi:before {
	position: absolute;
	bottom: 0.2em;
	left: -1em;
	content: "";
	width: 3px;
	height: 1.2em;
	background: #000;
	transform: rotate(-30deg);
}

.under_title_area h2 .fukidashi:after {
	position: absolute;
	bottom: 0.2em;
	right: -1em;
	content: "";
	width: 3px;
	height: 1.2em;
	background: #000;
	transform: rotate(30deg);
}

.btn a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 320px;
	height: 3.76em;
	margin: 50px 0 0;
	font-size: 1.7rem;
	color: #08467F;
	font-weight: bold;
	background: #fff;
	border: 2px solid #08467F;
	border-radius: 32px;
	box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.btn a:hover {
	color: #fff;
	background: #08467F;
	opacity: 1;
}

.btn a:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 5%;
	bottom: 0;
	width: 14.5px;
	height: 9.32px;
	margin: auto;
	background: url(../img/common/icon_btn_arrow02_on.svg) no-repeat center center;
	background: url(../img/common/icon_btn_arrow02.svg) no-repeat center center;
	background-size: cover;
	z-index: 9;
}

.btn a:hover:before {
	background: url(../img/common/icon_btn_arrow02_on.svg) no-repeat center center;
	background-size: cover;
}

.tit_slider {
	position: absolute;
	top: 270px;
	left: 0;
	width: 100%;
	display: flex;
	overflow: hidden;
	z-index: -1;
}

.tit_slider_item {
	min-width: auto;
	min-height: auto;
	padding-right: 0.5em;
	font-size: 16rem;
	color: transparent;
	-webkit-text-stroke: 1px #668DB1;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
	transform: translateX(0);
	animation: flowing 40s linear infinite;
	font-family: 'Roboto', sans-serif;
}

@keyframes flowing {
	100% {
		transform: translateX(-100%);
	}
}

@media screen and (max-width: 840px) {
	#main_content {
		margin-top: 120px;
	}

	#bottom {
		height: 3.5em;
		font-size: 1.8rem;
	}

	#bottom p {
		font-size: 1.8rem;
	}

	#pagetop {
		display: none;
	}

	.title_area .en {
		margin-bottom: 0;
		font-size: 1.7rem;
	}

	.title_area h2 {
		margin-bottom: 1em;
		font-size: 3rem;
	}

	#main_title_area {
		height: 260px;
	}

	#main_title_area p.en {
		font-size: 1.4rem;
	}

	#main_title_area h1,
	#main_title_area .main_title {
		font-size: 2.8rem;
	}

	#main_title_area p {
		font-size: 1.2rem;
	}

	#main_title_area ul {
		display: block;
		max-width: none;
		width: 85%;
		margin: 5% auto 0;
	}

	#main_title_area ul li {
		width: 100%;
		height: 88px;
		font-size: 2rem;
	}

	#main_title_area ul li+li {
		margin-top: 2%;
		margin-left: 0;
	}

	#main_title_area li a:after {
		position: absolute;
		top: -1px;
		right: -1px;
		content: "";
		display: block;
		width: 40px;
		height: calc(100% + 2px);
		background: url(../img/common/icon_btn_arrow01.svg) no-repeat center center #181818;
	}

	#breadcrumb {
		padding: 12px 5%;
	}

	#breadcrumb ul li {
		font-size: 1.1rem;
	}

	.under_title_area {
		margin-bottom: 1.5em;
	}

	.under_title_area h2 {
		font-size: 2.6rem;
	}

	.under_title_area h2 .fukidashi {
		font-size: 1.4rem;
	}

	.under_title_area h2 .fukidashi:before,
	.under_title_area h2 .fukidashi:after {
		width: 2px;
	}

	.btn a {
		width: 90%;
		height: 3.76em;
		margin: 5% auto 0;
		font-size: 1.6rem;
		color: #fff;
		font-weight: bold;
		background: #254D9E;
		border-radius: 30px;
	}

	.btn a:before {
		right: 8%;
		background: url(../img/common/icon_btn_arrow02_on.svg) no-repeat center center;
		background-size: cover;
	}
}

/*service*/
.service {
	position: relative;
	padding: 100px 0 80px;
	background-image: url("../img/index/bg05.jpg");
	background-size: 150px 150px;
	animation: bgiLoop 5s linear infinite;
	border-bottom: 3px solid #181818;
}

@keyframes bgiLoop {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 150px -150px;
	}
}

.service * {
	color: #000;
}

.service .title_area .en {
	margin-bottom: 0;
}

.service .wrap>p {
	margin-bottom: 1.5em;
	font-size: 2.5rem;
	text-align: center;
	font-weight: bold;
}

.service .service_top {
	display: flex;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto 50px;
}

.service .service_top .box {
	width: calc(95% / 3);
	margin-top: 10px;
	border: 3px solid #1A1A1A;
	border-radius: 5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.16);
}

.service .service_top .box.pink {
	background: #FF969C;
}

.service .service_top .box.blue {
	background: #79C4FC;
}

.service .service_top .box.green {
	background: #B1E34A;
}

.service .service_top .box a {
	display: block;
	padding: 40px 20px 30px;
	transition: all .3s;
}

.service .service_top .box:hover {
	margin-top: 0;
	margin-bottom: 10px;
}

.service .service_top .box a:hover {
	opacity: 1;
}

.service .service_top .box .title h4 {
	margin-bottom: 0.2em;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}

.service .service_top .box .title p {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}

.service .service_top .box .image {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 115px;
	margin: 20px auto 15px;
	text-align: center;
}

.service .service_top .box .image.sp {
	display: none;
}

.service .service_top .box.pink .image img {
	width: 100px;
}

.service .service_top .box.blue .image img {
	width: 128px;
}

.service .service_top .box.green .image img {
	width: 77px;
}

.service .service_top .box p {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

.service .service_top .box .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 250px;
	height: 3.5em;
	margin: 3em auto 0;
	font-size: 1.4rem;
	color: #fff;
	font-weight: bold;
	background: #000;
	border-radius: 5px;
	margin-top: 1em;
	box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.1);
}

.service h3 {
	position: relative;
	display: table;
	padding: 0 0.4em;
	margin: 0 auto 1em;
	font-size: 3.1rem;
	text-align: center;
	font-weight: bold;
	z-index: 2;
}

.service h3:before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 0.5em;
	background: #FFE493;
	border-radius: 10px;
	z-index: -1;
}

.service .service_bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1100px;
	margin: auto;
}

.service .service_bottom .box {
	width: calc(95% / 3);
	margin-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
}

.service .service_bottom .box h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 2.5em;
	font-size: 2.2rem;
	color: #fff;
	font-weight: bold;
	background: #000;
}

.service .service_bottom .box .in {
	padding: 18px 26px;
	background: #fff;
	border: 3px solid #000;
	border-top: none;
}

.service .service_bottom .box .in .tel {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
}

.service .service_bottom .box .in .tel img {
	height: 1em;
	margin-right: 0.5em;
}

.service .service_bottom .box .in .tel.sp {
	display: none;
}

.service .service_bottom .box .in .small {
	font-size: 1.4rem;
	text-align: center;
}

.service .service_bottom .box .in .flex {
	justify-content: space-between;
	align-items: center;
	margin-top: 18px;
	padding-top: 20px;
	border-top: 1px dashed #1A1A1A;
}

.service .service_bottom .box .in .txt {
	margin: 0 0.5em;
	font-size: 1.8rem;
}

.service .service_bottom .box .in .txt p {
	font-weight: bold;
}

.service .service_bottom .box .in .txt p+p {
	font-size: 1.2rem;
	font-weight: normal;
}

.service .service_bottom .box .in span img {
	max-width: 85px;
}

.service .service_bottom .box .in .flex>img {
	max-width: 45px;
}

.service .service_bottom .box .in .btn a {
	width: 100%;
	height: 3.2em;
	margin: 8px 0 0;
	font-size: 2rem;
	color: #fff;
	background: #35C756;
	border: none;
	border-radius: 5px;
	box-shadow: none;
}

.service .service_bottom .box .in .btn a:before {
	display: none;
}

.service .service_bottom .box .in .btn a:hover {
	background: #35C756;
	opacity: 0.5;
}

.service_top_ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1000px;
	width: 100%;
	margin: 34px auto 60px;
}

.service_top_ul li {
	width: calc(98% / 2);
	height: 140px;
	font-size: 3.3rem;
	font-weight: bold;
}

.service_top_ul li a {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 26px;
	border: 2px solid #181818;
	border-radius: 5px;
}

.service_top_ul li.green a {
	background: #B1E34A;
}

.service_top_ul li.blue a {
	background: #79C4FC;
}

.service_top_ul li.pink a {
	background: #FF969C;
}

.service_top_ul li a figure {
	width: 18%;
	margin: 0 20px 0 0;
	text-align: center;
}

.service_top_ul li.pink a img {
	width: 67px;
}

.service_top_ul li.green a img {
	width: 56px;
}

.service_top_ul li.blue a img {
	width: 97px;
}

.service_top_ul li a:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	display: block;
	width: 60px;
	height: calc(100% + 2px);
	background: url(../img/common/icon_btn_arrow01.svg) no-repeat center center #181818;
	background-size: 26px auto;
}

@media screen and (max-width: 840px) {
	.service {
		padding: 70px 0 40px;
	}

	.service .wrap>p {
		font-size: 1.5rem;
	}

	.service .service_top {
		display: block;
		margin: 0 auto 30px;
	}

	.service .service_top .box {
		width: 100%;
		margin-top: 20px;
	}

	.service .service_top .box a {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 16px 5%;
	}

	.service .service_top .box:hover {
		margin-top: 20px;
		margin-bottom: 0;
	}

	.service .service_top .box .title h4 {
		font-size: 2.2rem;
		text-align: left;
	}

	.service .service_top .box .title p {
		display: none;
	}

	.service .service_top .box a:after {
		position: absolute;
		top: -1px;
		right: -1px;
		content: "";
		display: block;
		width: 40px;
		height: calc(100% + 2px);
		background: url(../img/common/icon_btn_arrow01.svg) no-repeat center center #181818;
	}

	.service .service_top .box .image {
		width: 20%;
		height: auto;
		margin: 0;
	}

	.service .service_top .box .image.pc {
		display: none;
	}

	.service .service_top .box .image.sp {
		display: block;
	}

	.service .service_top .box.pink .image img {
		width: 65px;
	}

	.service .service_top .box.blue .image img {
		width: 66px;
	}

	.service .service_top .box.green .image img {
		width: 43px;
	}

	.service .service_top .box p {
		font-size: 1.2rem;
		text-align: left;
	}

	.service .service_top .box .flex_sp {
		width: 70%;
	}

	.service h3 {
		font-size: 2rem;
	}

	.service .service_bottom {
		gap: 10px;
		justify-content: center;
		align-items: center;
	}

	.service .service_bottom .box {
		width: 48%;
		margin-bottom: 10px;
	}

	.service .service_bottom .box h4 {
		height: 3em;
		font-size: 1.2rem;
	}

	.service .service_bottom .box .in {
		padding: 14px 5%;
	}

	.service .service_bottom .box .in .tel {
		font-size: 2.5rem;
	}

	.service .service_bottom .box .in .tel.sp {
		display: block;
	}

	.service .service_bottom .box .in .tel a {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.5rem;
	}

	.service .service_bottom .box .in .small {
		font-size: 0.9rem;
	}

	.service .service_bottom .box .in .flex {
		align-items: flex-start;
		justify-content: center;
		margin-top: 12px;
		padding-top: 12px;
		border-top: 1px dotted #1A1A1A;
	}

	.service .service_bottom .box .in .flex img {
		width: 18px;
	}

	.service .service_bottom .box .in .txt {
		margin: 0 0 0 0.5em;
		font-size: 1rem;
	}

	.service .service_bottom .box .in .txt+p {
		margin-top: 0.2em;
		font-size: 1rem;
		text-align: center
	}

	.service_top_ul {
		display: block;
		max-width: none;
		width: 90%;
		margin: 5% auto;
	}

	.service_top_ul li {
		width: 100%;
		height: 88px;
		font-size: 1.8rem;
	}

	.service_top_ul li+li {
		margin-top: 3%;
	}

	.service_top_ul li a {
		padding: 0 20px;
	}

	.service_top_ul li.pink a img {
		width: 55px;
	}

	.service_top_ul li.green a img {
		width: 43px;
	}

	.service_top_ul li.blue a img {
		width: 66px;
	}

	.service_top_ul li a:after {
		width: 40px;
		background-size: 14px auto;
	}

	.service .service_bottom .box .in .flex>img {
		max-width: 20px;
		margin-top: 2px;
		width: 100%;
	}

	.service .service_bottom .box .in .txt p {
		font-size: 1.5rem;
	}

	.service .service_bottom .box .in .txt+p {
		font-size: 1rem;
		margin-left: -20px;
	}

	.service .service_bottom .box .in .btn a {
		width: 90%;
		height: 1.5em;
		margin: 5% auto 0;
		font-size: 1.2rem;
	}
}

/*find*/
#find {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 2.7em;
	font-size: 4rem;
	background: #000;
}

#find p {
	color: #fff;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 840px) {
	#find {
		height: 3.2em;
		font-size: 1.6rem;
	}

	#find p {
		font-size: 1.6rem;
	}
}

/*shop*/
#shop {
	padding: 100px 0 150px;
	background: url("../img/index/bg06.jpg") no-repeat center top;
	background-size: cover;
}

#shop .title_area p,
#shop .title_area h2 {
	color: #fff;
}

#shop .title_area+p {
	margin-bottom: 2.5em;
	font-size: 2.5rem;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

#shop .flex {
	justify-content: space-between;
	max-width: 1100px;
	margin: auto;
}

#shop .box {
	position: relative;
	width: calc(95% / 3);
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 8px 0px rgba(0, 0, 0, 0.16);
	overflow: hidden;
}

#shop .box a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

#shop .box a:hover {
	opacity: 1;
}

#shop .box .area {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.5em;
	padding: 0 0.8em;
	font-size: 1.3rem;
	font-weight: bold;
	background: #FED63B;
}

#shop .box figure {
	margin: 10px 10px 0;
}

#shop .box .box_wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#shop .box .in {
	padding: 0 20px;
}

#shop .box h3 {
	margin: 1em 0;
	font-size: 2rem;
	font-weight: bold;
}

#shop .box p {
	margin-bottom: 0.8em;
	font-size: 1.4rem;
}

#shop .box .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1em;
	margin-bottom: 0;
	width: 100%;
	height: 3em;
	font-size: 1.4rem;
	color: #000;
	background: #F3F3F3;
	border: none;
	border-radius: 0;
	box-shadow: none;
	transition: 0.5s;
}

#shop .box a:hover .btn {
	color: #fff;
	background: #254D9E;
}

#shop .btn a {
	width: 400px;
	margin: 64px auto 0;
}

@media screen and (max-width: 840px) {
	#shop {
		padding: 60px 5% 100px;
		background: url("../img/index/bg06_sp.jpg") no-repeat center bottom;
		background-size: cover;
	}

	#shop .title_area+p {
		margin-bottom: 2em;
		font-size: 1.5rem;
	}

	#shop .flex {
		flex-wrap: wrap;
		justify-content: center;
		gap: 0 10px;
	}

	#shop .box {
		width: calc(97% / 2);
		margin-bottom: 5%;
		box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.16);
	}

	#shop .box .area {
		font-size: 1.1rem;
	}

	#shop .box .in {
		padding: 0 10px;
	}

	#shop .box h3 {
		margin: 1em 0 0.2em;
		font-size: 1.3rem;
	}

	#shop .box p {
		margin-bottom: 0.5em;
		font-size: 1.2rem;
	}

	#shop .box .btn {
		font-size: 1.1rem;
		color: #fff;
		background: #254D9E;
	}

	#shop .btn a {
		width: 85%;
		margin: 45px auto 0;
	}
}

.page_nav {
	display: flex;
	justify-content: space-between;
	margin-top: 45px;
}

.page_nav li {
	width: 100%;
	margin-right: 1.5%;
}

.page_nav li:last-child {
	margin-right: 0;
}

.page_nav li a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px 0 60px;
	font-size: 2.4rem;
	color: #1E3F7B;
	font-weight: bold;
	background: #fff;
	border: 2px solid #1E3F7B;
	border-radius: 5px;
}

.page_nav li a:after {
	content: "";
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	border-left: 4px solid #1E3F7B;
	border-bottom: 4px solid #1E3F7B;
	transform: rotate(-45deg);
	transition: 0.5s;
}

.page_nav li a:hover {
	color: #fff;
	background: #1E3F7B;
	opacity: 1;
}

.page_nav li a:hover:after {
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
}

@media screen and (max-width: 840px) {
	.page_nav {
		flex-wrap: wrap;
		justify-content: center;
		max-width: none;
		margin: 10% auto 0;
	}

	.page_nav li {
		width: 48%;
		margin-right: 0;
	}

	.page_nav li:nth-child(odd) {
		margin-right: 1%
	}

	.page_nav li:nth-child(even) {
		margin-left: 1%
	}

	.page_nav li:nth-child(n + 3) {
		margin-top: 2%;
	}

	.page_nav li a {
		padding: 1.5em 0 2.5em;
		font-size: 1.2rem;
		border: 1px solid #fff;
	}

	.page_nav li a:after {
		bottom: 1.2em;
		width: 0.5em;
		height: 0.5em;
		border-left: 2px solid #1E3F7B;
		border-bottom: 2px solid #1E3F7B;
	}

	.page_nav li a:hover:after {
		border-left: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}
}

/* ------------------------------
    pager
------------------------------ */
.pager {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 45px 0 0;
}

.pager li {
	margin: 0 0.5em;
	font-size: 1.4rem;
	font-family: 'Josefin Sans', sans-serif;
}

.pager li span,
.pager li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 2px solid #1E3F7B;
	border-radius: 50%;
}

.pager li span,
.pager li a:hover {
	color: #fff;
	background: #1E3F7B;
	opacity: 1;
}

.pager li a {
	color: #1E3F7B;
	background: #fff;
}

.pager li.prev a,
.pager li.next a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 47px;
	height: 47px;
	color: #1E3F7B;
	background: #fff;
	border: 2px solid #1E3F7B;
	border-radius: 50%;
}

.pager li.prev a:hover,
.pager li.next a:hover {
	color: #fff;
	background: #1E3F7B;
}

.pager li.prev a:after,
.pager li.next a:after {
	content: "";
	display: inline-block;
	height: 0.5em;
	width: 0.5em;
	border-left: 2px solid #1E3F7B;
	border-bottom: 2px solid #1E3F7B;
	transition: all ease-in-out 0.25s;
}

.pager li.prev a:hover:after,
.pager li.next a:hover:after {
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.pager li.prev a:after {
	margin-left: 0.2em;
	transform: rotate(45deg);
}

.pager li.next a:after {
	margin-right: 0.2em;
	transform: rotate(-135deg);
}

@media screen and (max-width: 840px) {
	.pager {
		margin: 10% 0 0;
	}

	.pager li {
		font-size: 1.2rem;
	}

	.pager li span,
	.pager li a {
		width: 35px;
		height: 35px;
	}

	.pager li.prev a,
	.pager li.next a {
		width: 40px;
		height: 40px;
	}
}

/* ------------------------------
    side
------------------------------ */
#side {
	max-width: 340px;
	width: 30%;
}

#side .search_area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 54px;
	padding: 0 20px;
	background: #fff;
	border: 2px solid #282828;
	border-radius: 27px;
}

#side .search_area form {
	width: 100%;
}

#side .search_area div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

#side .search_area input {
	width: 100%;
	font-size: 1.6rem;
}

#side .search_area input::placeholder {
	color: #A9A9A9;
}

#side .search_area input.submit {
	width: 18px;
	height: 18px;
	background: url(../img/common/icon_submit.svg) no-repeat center center;
	background-size: 100%;
	cursor: pointer;
}

#side .search_area input.submit:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#side .side_content {
	margin-top: 28px;
}

#side .side_content h2 {
	font-size: 2.5rem;
	font-weight: bold;
}

#side .side_content h2+p.en {
	font-size: 1.6rem;
	font-weight: normal;
}

#side .side_content .in {
	margin-top: 14px;
	padding: 10px 20px;
	background: #fff;
	border-radius: 5px;
}

#side .side_content .article_content {
	padding: 30px 0;
	border-bottom: 1px dotted #333;
}

#side .side_content .article_content a {
	display: flex;
	justify-content: space-between;
}

#side .side_content .article_content a:hover {
	opacity: 1;
}

#side .side_content .article_content:last-child {
	border-bottom: none;
}

#side .side_content .article_content .image {
	max-width: 120px;
	width: 40%;
	overflow: hidden;
}

#side .side_content .article_content .image img {
	height: auto;
	transition: transform .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	backface-visibility: hidden;
}

#side .side_content .article_content a:hover .image img {
	transform: scale(1.1);
}

#side .side_content .article_content .article_in {
	max-width: 166px;
	width: 56%;
}

#side .side_content .article_content .article_in .date {
	margin-bottom: 0.5em;
	font-size: 1.3rem;
	color: #C1C1C1;
	letter-spacing: 0;
	font-family: 'Josefin Sans', sans-serif;
}

#side .side_content .article_content .article_in h3 {
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0;
}

#side .side_cat ul li {
	padding: 1.5em 0;
	font-size: 1.6rem;
	border-bottom: 1px dotted #DED6C5;
}

#side .side_cat ul li:last-child {
	border-bottom: none;
}

#side .side_cat ul li a {
	position: relative;
	display: block;
	width: 100%;
}

#side .side_cat ul li a:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 11px;
	height: 8px;
	margin: auto;
	background: url(../img/common/icon_side_arrow.svg) no-repeat center center;
	background-size: cover;
}

#side .side_cat ul li a:hover {
	color: #0E599D;
	opacity: 1;
}

@media screen and (max-width: 840px) {
	#side {
		max-width: none;
		width: 100%;
		margin-top: 15%;
	}

	#side .search_area {
		width: 100%;
		height: 45px;
		padding: 0 2em;
	}

	#side .search_area input {
		width: 100%;
		font-size: 1.2rem;
	}

	#side .side_content {
		margin-top: 8%;
	}

	#side .side_content h2 {
		font-size: 2rem;
	}

	#side .side_content h2+p.en {
		font-size: 1.4rem;
	}

	#side .side_content .in {
		margin-top: 5%;
		padding: 5%;
	}

	#side .side_content .article_content {
		padding: 5% 0;
	}

	#side .side_content .article_content .image {
		max-width: none;
	}

	#side .side_content .article_content .article_in {
		max-width: none;
		width: 55%;
	}

	#side .side_content .article_content .article_in .date {
		font-size: 1.2rem;
	}

	#side .side_content .article_content .article_in h3 {
		font-size: 1.4rem;
	}

	#side .side_cat ul li {
		font-size: 1.4rem;
	}
}

/*products*/
.products {
	position: relative;
	padding: 80px 0;
	background: url(../img/index/bg01.jpg) repeat center top;
	background-size: contain;
}

.products .title_area+p {
	font-size: 1.6rem;
	text-align: center;
}

.products .flex {
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 50px auto 0;
}

.products li {
	position: relative;
	width: calc(97% / 6);
	margin-right: 0.5%;
	margin-bottom: 0.5%;
}

.products li:nth-child(6n) {
	margin-right: 0;
}

.products li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 38px 0;
	background: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

.products li figure {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 10px;
}

.products li figure img {
	max-width: 163px;
	max-height: 112px;
	margin: 0 auto;
}

.products .btn a {
	margin: 40px auto 0;
}

.products .banner_cat_golf {
	max-width: 75rem;
	margin: 6rem auto 0;
}

@media screen and (max-width: 840px) {
	.products {
		padding: 60px 5% 80px;
	}

	.products .title_area+p {
		font-size: 1.5rem;
	}

	.products .flex {
		margin: 30px auto 0;
	}

	.products li {
		width: calc(97% / 3);
		margin-right: 1%;
		margin-bottom: 1%;
	}

	.products li:nth-child(7n) {
		margin-right: 1%;
	}

	.products li:nth-child(3n) {
		margin-right: 0;
	}

	.products li a {
		padding: 22px 0;
		font-size: 1.15rem;
	}

	.products li figure {
		margin: 0 auto 14px;
	}

	.products li figure img {
		max-width: 75px;
		max-height: 60px;
	}

	.products .banner_cat_golf {
		margin: 3rem auto 0;
	}
}

/*banner_area*/
#banner_area {
	padding: 50px 0;
}

#banner_area .wrap {
	max-width: 1230px;
}

#banner_area li {
	margin: 0 15px;
}

#banner_area li a {
	display: block;
}

#banner_area li h3 {
	margin: 1.5em 0 0.5em;
	font-size: 1.4rem;
	font-weight: bold;
}

#banner_area li p {
	font-size: 1.4rem;
}

#banner_area .slick-prev,
#banner_area .slick-next {
	display: block;
	top: 45%;
	width: 40px;
	height: 100px;
	background: #254D9E;
}

#banner_area .slick-prev {
	left: -60px;
}

#banner_area .slick-next {
	right: -60px;
}

#banner_area .slick-prev:hover,
#banner_area .slick-next:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#banner_area .slick-prev:before,
#banner_area .slick-next:before {
	content: "";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	opacity: 1;
}

#banner_area .slick-prev:before {
	margin-left: 5px;
	transform: rotate(45deg);
}

#banner_area .slick-next:before {
	margin-right: 5px;
	transform: rotate(225deg);
}

@media screen and (max-width: 840px) {
	#banner_area {
		padding: 30px 0 20px;
	}

	#banner_area li {
		margin: 0 25px;
	}

	#banner_area li h3 {
		margin: 1em 0;
	}

	#banner_area .slick-prev,
	#banner_area .slick-next {
		width: 30px;
	}

	#banner_area .slick-prev {
		left: -20px;
	}

	#banner_area .slick-next {
		right: -20px;
	}
}



/*searchform_marketprice*/
.searchform_marketprice {
	position: relative;
	padding: 80px 70px;
	background: #1A1A1A;
	border-radius: 20px;
}

.searchform_marketprice .deco {
	position: absolute;
	top: -38px;
	left: 50%;
	transform: translate(-50%, 0);
}

.searchform_marketprice .title_area h2 {
	position: relative;
	display: table;
	margin: auto;
	color: #fff;
}

.searchform_marketprice .title_area h2 span {
	color: #FFD14D;
}

.searchform_marketprice .title_area h2:after {
	content: "";
	position: absolute;
	top: 0;
	right: -150px;
	bottom: 0;
	width: 126px;
	height: 126px;
	margin: auto;
	background: url(../img/common/icon_search.svg) no-repeat center center;
	background-size: cover;
}

.searchform_marketprice form {
	max-width: 600px;
	padding: 0 25px;
	margin: 18px auto 0;
}

.searchform_marketprice form div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.searchform_marketprice form ul li:first-child {
	width: 100%;
	margin-bottom: 20px;
}

.searchform_marketprice input {
	width: 100%;
	padding: 1em;
	font-size: 1.4rem;
	background: #fff;
	border-radius: 5px;
}

.searchform_marketprice input::placeholder {
	color: #8E8E8E;
}

.searchform_marketprice form ul li:nth-child(2),
.searchform_marketprice form ul li:nth-child(3) {
	position: relative;
	width: 49%;
}

.searchform_marketprice form ul li:nth-child(2):after,
.searchform_marketprice form ul li:nth-child(3):after,
.searchform_marketprice form ul li:nth-child(4):after {
	content: "";
	position: absolute;
	top: 0;
	right: 5%;
	bottom: 0;
	display: inline-block;
	height: 6px;
	width: 6px;
	margin: auto;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: rotate(-45deg);
	transition: all ease-in-out 0.25s;
}

.searchform_marketprice form ul li:nth-child(4) {
	position: relative;
	width: 99%;
	margin-top: 10px;
}

.searchform_marketprice select {
	width: 100%;
	padding: 1em;
	font-size: 1.4rem;
	color: #000;
	font-weight: bold;
	background: #FFC31F;
	border-radius: 4px;
	cursor: pointer;
}

.searchform_marketprice select option.parent {
	font-weight: bold;
}

.searchform_marketprice form ul {
	display: flex;
	flex-wrap: wrap;
}

.searchform_marketprice form ul li {
	display: block;
	padding-right: 0;
	margin: auto;
}

.searchform_marketprice form ul li:nth-child(5) button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 400px;
	height: 3.76em;
	margin: 47px auto 0;
	font-size: 1.7rem;
	color: #fff;
	font-weight: bold;
	border: 2px solid #fff;
	background: none;
	border-radius: 32px;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.searchform_marketprice form ul li:nth-child(5) button:hover {
	color: #fff;
	border: 2px solid #08467F;
	background: #08467F;
	opacity: 1;
}

.searchform_marketprice form ul li:nth-child(5) button:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 5%;
	bottom: 0;
	width: 14.5px;
	height: 9.32px;
	margin: auto;
	background: url(../img/common/icon_btn_arrow02_on.svg) no-repeat center center;
	background-size: contain;
	z-index: 9;
}

@media screen and (max-width: 840px) {
	.searchform_marketprice {
		padding: 0;
	}

	.searchform_marketprice_in {
		padding: 70px 5% 40px;
	}

	.searchform_marketprice .deco {
		top: -8vw;
		width: 70%;
	}

	.searchform_marketprice .title_area h2:after {
		display: none;
	}

	.searchform_marketprice form {
		max-width: none;
		padding: 0;
		margin: 12px auto 0;
	}

	.searchform_marketprice form .c-search__keyword {
		margin-bottom: 10px;
	}

	.searchform_marketprice form .c-search__select {
		width: 100%;
		margin-bottom: 10px;
	}

	.searchform_marketprice form ul li:nth-child(2),
	.searchform_marketprice form ul li:nth-child(3) {
		width: 100%;
	}

	.searchform_marketprice form ul li:nth-child(4) {
		margin-top: 0;
	}

	.searchform_marketprice form ul li:nth-child(5) {
		width: 100%;
	}

	.searchform_marketprice form ul li:nth-child(5) button {
		width: 90%;
		height: 3.76em;
		margin: 15px auto 0;
		font-size: 1.6rem;
		background: #254D9E;
		border: none;
		border-radius: 30px;
	}
}