@charset "UTF-8";

/*------------------------------------------------------------------------*/
/* 初期設定 */
/*------------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 1.8em;
	min-width: 1250px;
}

* {
	margin: 0;
	padding: 0;
}

p {
	text-align: justify;
}

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

ul li {
	list-style-type: none;
}

img {
	border: 0;
	vertical-align: bottom;
}

a:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}


/*------------------------------------------------------------------------*/
/* 共通パーツ */
/*------------------------------------------------------------------------*/

.content {
	width: 1200px;
	margin: 0 auto;
}

.ttl_01 {
	background-image: url("../images/common/ttl_01.png");
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 30px;
	text-align: left;
	padding: 0 0 0 20px;
	display: inline-block;
	margin-bottom: 20px;
	line-height: 1.3em;
}

.ttl_01 span {
	display: block;
	line-height: 1em;
	font-size: 14px;
	font-weight: normal;
}

.ttl_02 {
	background-image: url("../images/common/ttl_bg_01.png");
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 30px;
	color: #fff;
	width: 706px;
	display: inline-block;
	margin-bottom: 20px;
	line-height: 1.3em;
}

.ttl_02 span {
	line-height: 1em;
	font-size: 14px;
	margin-left: 10px;
	font-weight: normal;
}

.ttl_03 {
	border-bottom: 1px solid #08219B;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 35px;
}

.ttl_03 span {
	background-color: #08219B;
	width: 380px;
	display: block;
	padding: 8px 10px 6px 15px;
	border-radius: 20px 20px 0 0 / 20px 20px 0 0;
}

.ttl_03 span strong {
	font-family: Century Gothic, arial, sans-serif;
	font-style: oblique;
	font-size: 37px;
	margin-right: 5px;
}

.ttl_04 {
	background-image: url("../images/common/ttl_01.png");
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 20px;
	text-align: left;
	padding: 3px 0 3px 15px;
	display: inline-block;
	margin-bottom: 16px;
	line-height: 1.3em;
}

.ttl_05 {
	font-weight: bold;
	font-size: 20px;
	color: #000;
}




/**** 
*******************************************/
.top_cont {
	text-align: center;
}

.top_cont > h3 {
	text-align: center;
	margin-bottom: 20px;
}

.top_cont p {
	text-align: center;
}


/**** 
*******************************************/
.point_box_01 {
	display: flex;
	align-items: center;
	height: 50px;
	background-color: #E0F9FD;
	margin-top: 20px;
	line-height: 1.3em;
}

.point_box_01 .point_ttl {
	background-color: #08219B;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	width: 56px;
	text-align: center;
	padding: 14px 0;
	margin-right: 10px;
}

/**** テーブル
*******************************************/
.table_01 {
	border-collapse: collapse;
	border: 1px solid #C7B299;
	width: 630px;
	margin: 0 auto;
}

.table_01 th {
	font-size: 16px;
	font-weight: bold;
	background-color: #FFF39F;
	border-bottom: 1px solid #fff;
	padding: 6px 15px;
}

.table_01 td {
	font-weight: normal;
	border-bottom: 1px solid #C7B299;
	border-left: 1px solid #C7B299;
	padding: 6px 15px 6px 20px;
	text-align: left;
}

.no_line {
	border-bottom: 0 !important;
}

/**** 青ボーダーボックス
*******************************************/

.blue_box {}

.blue_box > .ttl {
	color: #fff;
	background-color: #08219B;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	border-radius: 20px 20px 0 0 / 20px 20px 0 0;
	padding: 10px 20px;
	display: inline-block;
}

.blue_box_inner {
	border: 1px solid #08219B;
	border-radius: 0 20px 20px 20px / 0 20px 20px 20px;
	padding: 30px 40px 5px;
}



/***   ***/
.blue_box02 {
	width: 440px;
	margin-top: 20px;
}

.blue_box02 > .ttl {
	color: #fff;
	background-color: #08219B;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	padding: 5px 20px;
	line-height: 1.2em;
}

.blue_box2_inner {
	border: 1px solid #08219B;
	border-radius: 0 0 10px 10px / 0 0 10px 10px;
	padding: 10px 20px 8px;
}

.blue_box2_inner p {
	font-size: 14px;
	line-height: 1.7em;
}



/***   ***/

.red_box {}

.red_box > .ttl {
	color: #fff;
	background-color: #ff0000;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	border-radius: 20px 20px 0 0 / 20px 20px 0 0;
	padding: 10px 20px;
}

.red_box_inner {
	border: 1px solid #ff0000;
	border-radius: 0 0 20px 20px / 0 0 20px 20px;
	padding: 30px 40px 0px;
}

.red_box_inner p {
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 30px;
}


/**** 
*******************************************/
.bg_gray_ttl {
	background-color: #E6E6E6;
	font-size: 18px !important;
	font-weight: bold;
	padding: 5px 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}


/**** スポーツバックのことなら何でも
*******************************************/

.foot_contact {
	margin-top: 100px;
	background-color: #FEF9D7;
	padding-bottom: 28px;
}

.foot_contact .foot_ttl {
	margin-bottom: 40px;
}

.foot_contact ul {
	display: flex;
	justify-content: center;
}

.foot_contact ul > li {
	margin: 0 10px;
}

.foot_contact p {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}

.foot_contact p span {
	color: #fff;
	font-size: 17px;
	padding: 3px 6px 2px;
	line-height: 1.2em;
	background-color: #08219B;
	font-weight: bold;
	margin-right: 5px;
	width: 80px;
	height: 25px;
	display: inline-block;
}

@media all and (-ms-high-contrast:none) {
	.foot_contact p span {
		padding: 5px 6px 0;
	}
}

.foot_contact .btn_01 {
	margin-top: 15px;
}

.foot_contact .btn_01 a {
	margin-left: auto;
	margin-right: auto;
}






/*------------------------------------------------------------------------*/
/* ヘッダー */
/*------------------------------------------------------------------------*/

header {
	width: 100%;
	border-top: 5px solid #0f1e96;
	padding: 10px 0;
}

header .content {
	display: flex;
	justify-content: space-between;
}

.gnavi {
	width: 100%;
	min-width: 1200px;
	background: #ffec4a;
}

.gnavi .content {
	display: flex;
	justify-content: center;
}

.gnavi .content > li {
	border-left: 2px solid #e5d85f;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
	padding: 5px 0;
}

@media all and (-ms-high-contrast:none) {
	.gnavi .content > li {
		padding: 8px 0 3px;
	}
}

.gnavi .content > li > a {
	width: 198px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

.gnavi .content li:last-child {
	border-right: 2px solid #e5d85f;
}



/**** プルダウン
*******************************************/
.sub_hover {
	position: relative;
}

.pc_sub_nav {
	display: none;
	position: absolute;
	z-index: 1000;
	background-color: rgba(252, 242, 185, 0.95);
	left: -1px;
	top: 60px;
	width: 200px;
}

.pc_sub_nav > li {
	text-align: left !important;
	border-bottom: 2px solid #808080;
}

.pc_sub_nav > li:last-child {
	border-bottom: 0;
}

.pc_sub_nav > li > a:before {
	content: "\f0a9";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	font-weight: bold;
	left: 15px;

}

.pc_sub_nav > li > a {
	font-size: 14px;
	background-color: rgba(252, 242, 185, 0.95);
	display: block;
	width: 200px;
	padding: 15px 10px 15px 34px;
	color: #333333;
	font-weight: bold;

}

.pc_sub_nav > li > a:hover {
	background-color: #08219B;
	color: #fff;
}

/**** 
*******************************************/



.mv {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	text-align: center;
	display: flex;
	justify-content: center;
	background: #fff8c1;
	position: relative;
}

.mv img {
	position: relative;
	margin-left: -110%;
	margin-right: -110%;
}

.mv .main_ttl {
	font-size: 37px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	line-height: 1.2em;
}

.mv .main_ttl span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1em;
	margin-top: 8px;
}

.header_contact {
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
}

.header_contact div {
	margin-left: 12px;
}

.header_contact p {
	font-size: 12px;
}

.header_contact a {
	display: block;
	margin-bottom: 4px;
}

.header_contact p span {
	color: #fff;
	font-size: 12px;
	padding: 3px 6px;
	line-height: 1.2em;
	background-color: #08219B;
	font-weight: bold;
	margin-right: 5px;
	width: 60px;
	height: 20px;
	display: inline-block;
}

@media all and (-ms-high-contrast:none) {
	.header_contact p span {
		padding: 5px 6px 0;
	}
}

/*------------------------------------------------------------------------*/
/* メイン */
/*------------------------------------------------------------------------*/

.main {
	width: 1200px;
	margin: 55px auto 0;
	display: flex;
	justify-content: space-between;
}


/**** サイドバー
*******************************************/
.side {
	width: 250px;
	margin-bottom: 50px;
}

.side_bnr {
	margin-bottom: 30px;
}

.side_bnr li {
	margin-bottom: 20px;
}

.side_menu {
	width: 250px;
	margin-bottom: 30px;
	background: #fff4a2;
	border: 2px solid #faaf46;
	position: relative;
	padding-top: 60px;
}

.side_menu_top {
	position: absolute;
	top: -2px;
	left: -2px;
}

.side_menu ul {
	width: 220px;
	margin: 0 auto;
}

.side_menu ul li {
	border-bottom: 2px solid #fec165;
	padding: 12px 0;
}

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

.side_menu ul li a {
	color: #363636;
	background: url("../images/common/side_m_order_b.png") left center no-repeat;
	padding-left: 25px;
	font-weight: bold;
	font-size: 14px;
	padding: 3px 0 3px 25px;
}

.side_order {
	position: relative;
	margin-bottom: 110px;
}

.order_link {
	position: absolute;
	bottom: 3px;
}


.side_contact {
	position: relative;
}

.s_contact_bnr {
	position: absolute;
	top: -88px;
}

.side_contact_inner {
	text-align: center;
	border-left: 2px solid #FBB03B;
	border-bottom: 2px solid #FBB03B;
	border-right: 2px solid #FBB03B;
	padding: 140px 3px 10px;
}

.side_contact_inner p {
	font-size: 11px;
	line-height: 1.3em;
	letter-spacing: -0.05em;
	font-weight: bold;
	text-align: center;
}

.side_contact_inner p span {
	color: #fff;
	font-size: 12px;
	padding: 3px 6px;
	line-height: 1.2em;
	background-color: #08219B;
	font-weight: bold;
	margin-right: 5px;
	width: 60px;
	height: 20px;
	display: inline-block;
}

@media all and (-ms-high-contrast:none) {
	.side_contact_inner p span {
		padding: 5px 6px 0;
	}
}

.side_contact_inner img {
	margin: 15px 0 10px;
}





.side_right {
	position: fixed;
	top: 350px;
	right: 15px;
}


/**** 
*******************************************/



.float_sb {
	display: flex;
	justify-content: space-between;
}

.float_sa {
	display: flex;
	justify-content: space-around;
}

.float_ce {
	display: flex;
	justify-content: center;
}

.float_ft {
	display: flex;
	justify-content: flex-start;
}

.float_en {
	display: flex;
	justify-content: flex-end;
}



/***   ***/
.btn_01 {
	margin-top: 50px;
}

.btn_01 a {
	background-image: url("../images/common/btn_01.png");
	text-align: center;
	width: 300px;
	color: #fff;
	padding: 12px 10px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	margin-left: auto;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.btn_01 a {
		background-image: url("../images/common/btn_01@2x.png");
		background-size: 299px 41px;
	}
}


.btn_02 a {
	background-image: url("../images/sports/link_btn.png");
	text-align: center;
	width: 420px;
	color: #fff;
	padding: 12px 10px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	margin-left: auto;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.btn_02 a {
		background-image: url("../images/sports/link_btn@2x.png");
		background-size: 419px 39px;
	}
}

/**** 
*******************************************/









.main_content {
	width: 900px;
}


/*------------------------------------------------------------------------*/
/* フッター */
/*------------------------------------------------------------------------*/

footer {
	background: #ffec4a;
	width: 100%;
	min-width: 1200px;
	margin-top: 130px;
}

footer .content {
	padding-top: 40px;
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.footer_info {
	font-size: 13px;
	line-height: 1.6em;
}

.footer_menu {
	width: 550px;
	text-align: right;
}

.footer_menu ul {
	margin: 0;
	padding: 0;
	line-height: 1;
	text-align: left;
}

.footer_menu li {
	display: inline-block;
	padding: 0 8px 0 3px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1;
	letter-spacing: -0.05em;
}

.footer_menu li:first-child {
	border-right: 1px solid #363636;
}

.footer_menu li:last-child {
	border-right: 0;
}

.footer_menu li + li {
	border-right: 1px solid #363636
}

/*** トップ  ***/


#page_top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 300;
}

/*** copy  ***/
.copy {
	width: 100%;
	min-width: 1200px;
	background: linear-gradient(90deg, #20cafd, #0f208c);
	text-align: center;
	color: #fff;
	font-size: 11px;
	letter-spacing: 2px;
	padding: 3px;
}
