@charset "utf-8";
/*
Theme Name:		ヒカリスポーツ ブログ
Version:		1.0
*/

* {
	box-sizing: border-box;
}
body {
	min-width: 1200px;
	
	color: #333;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	letter-spacing: 0.1em;
	line-height: 2.2em;
	margin: 0;
	padding: 115px 0 0 0;
}
h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dt, dd {
	font-weight: normal;
	list-style: none;
	margin: 0;
	padding: 0;
}

.common p {
	margin: 0;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	text-decoration: underline;
}
img {
	max-width: 100%;
	border: 0;
	vertical-align: bottom;
}
.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;
}




/* --------------------------------------------------------------------------------
	device
-------------------------------------------------------------------------------- */
.device-sp {
	display: none;
}
.device-sp-inline {
	display: none;
}
.device-pc {
	display: block;
}
.device-pc-inline {
	display: inline;
}


/*-------------------------------------------
  ヘッダー
-------------------------------------------*/
#header {
	background: #FFF;
	font-size: 1.0em;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
#header .header_box {
	margin: 0 auto;
	padding: 10px 0;
	width: 1200px;
}
#header .header_box h1, #header .header_box .shipment {
	float: left;
	height: 60px;
	margin-right: 20px;
}
#header .header_box .shipment iframe {
	border: none;
	height: 60px;
}
#header .header_box h1 img {
	height: 60px;
}
#header .header_box ul {
	float: right;
	display: flex;
	justify-content: space-between;
	width: 340px;
}
#header .header_box ul li a {
	background: #2D4B63;
	border-radius: 10px;
	color: #FFF;
	display: block;
	font-size: 0.7em;
	font-weight: bold;
	height: 60px;
	line-height: 2.0;
	letter-spacing: 0;
	position: relative;
	text-align: center;
	width: 60px;
}
#header .header_box ul li a img {
	display: block;
	margin: 0 auto;
	padding: 8px 0 0 0;
}
#header .header_box ul li a span {
	background: #D90000;
	border-radius: 10px;
	display: block;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	top: -5px;
	right: -5px;
	padding: 0 0 0 2px;
	position: absolute;
	text-align: center;
	width: 20px;
	z-index: 2;
}
#header .tab {
	position: relative;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	width: 1200px;
}
#header .tab li {
	text-align: center;
	cursor: pointer;
}
#header .tab li .title {
	background: url("images/common/bg_tab.png") right bottom no-repeat;
	background-size: auto 30px;
	border: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	cursor: pointer;
	color: #FFF;
	display: block;
	float: left;
	font-size: 0.8em;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	margin: 0 10px;
	text-align: center;
	transition: all 0.2s ease;
	width: 220px;
}
#header .tab li .title:hover {
	font-size: 0.9em;
	line-height: 37px;
}
#header .tab .mens .title {
	background-color: #065CC6;
	text-shadow:
		#065CC6 2px 0px, #065CC6 -2px 0px, #065CC6 0px -2px, #065CC6 0px 2px, #065CC6 2px 2px, #065CC6 -2px 2px, #065CC6 2px -2px, #065CC6 -2px -2px, #065CC6 1px 2px, #065CC6 -1px 2px, #065CC6 1px -2px, #065CC6 -1px -2px, #065CC6 2px 1px, #065CC6 -2px 1px, #065CC6 2px -1px, #065CC6 -2px -1px;
}
#header .tab .ladies .title {
	background-color: #FF336B;
	text-shadow:
		#FF336B 2px 0px, #FF336B -2px 0px, #FF336B 0px -2px, #FF336B 0px 2px, #FF336B 2px 2px, #FF336B -2px 2px, #FF336B 2px -2px, #FF336B -2px -2px, #FF336B 1px 2px, #FF336B -1px 2px, #FF336B 1px -2px, #FF336B -1px -2px, #FF336B 2px 1px, #FF336B -2px 1px, #FF336B 2px -1px, #FF336B -2px -1px;
}
#header .tab .boys .title {
	background-color: #1EBBFF;
	text-shadow:
		#1EBBFF 2px 0px, #1EBBFF -2px 0px, #1EBBFF 0px -2px, #1EBBFF 0px 2px, #1EBBFF 2px 2px, #1EBBFF -2px 2px, #1EBBFF 2px -2px, #1EBBFF -2px -2px, #1EBBFF 1px 2px, #1EBBFF -1px 2px, #1EBBFF 1px -2px, #1EBBFF -1px -2px, #1EBBFF 2px 1px, #1EBBFF -2px 1px, #1EBBFF 2px -1px, #1EBBFF -2px -1px;
}
#header .tab .girls .title {
	background-color: #FF7A33;
	text-shadow:
		#FF7A33 2px 0px, #FF7A33 -2px 0px, #FF7A33 0px -2px, #FF7A33 0px 2px, #FF7A33 2px 2px, #FF7A33 -2px 2px, #FF7A33 2px -2px, #FF7A33 -2px -2px, #FF7A33 1px 2px, #FF7A33 -1px 2px, #FF7A33 1px -2px, #FF7A33 -1px -2px, #FF7A33 2px 1px, #FF7A33 -2px 1px, #FF7A33 2px -1px, #FF7A33 -2px -1px;
}
#header .tab .goods .title {
	background-color: #FFCF0F;
	text-shadow:
		#FFCF0F 2px 0px, #FFCF0F -2px 0px, #FFCF0F 0px -2px, #FFCF0F 0px 2px, #FFCF0F 2px 2px, #FFCF0F -2px 2px, #FFCF0F 2px -2px, #FFCF0F -2px -2px, #FFCF0F 1px 2px, #FFCF0F -1px 2px, #FFCF0F 1px -2px, #FFCF0F -1px -2px, #FFCF0F 2px 1px, #FFCF0F -2px 1px, #FFCF0F 2px -1px, #FFCF0F -2px -1px;
}
#header .tab .tabcont {
	top: 35px;
	left: 0;
	max-height: 0;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	position: absolute;
	width: 1200px;
	z-index: 100;
}
#header .tab .tabcont .inner {
	background: #FFF;
	border: 2px solid;
}
#header .tab .mens .tabcont .inner {
	border-color: #065CC6;
}
#header .tab .ladies .tabcont .inner {
	border-color: #FF336B;
}
#header .tab .boys .tabcont .inner {
	border-color: #1EBBFF;
}
#header .tab .girls .tabcont .inner {
	border-color: #FF7A33;
}
#header .tab .goods .tabcont .inner {
	border-color: #FFCF0F;
}
.mens_tab_item {
	background: #FFF;
	border: 2px solid #065CC6;
	margin: 0 auto;
	width: 1200px;
}
#header .tab .tabcont .inner ul, .mens_tab_item ul {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.9em;
	padding: 10px 18px;
}
#header .tab .tabcont .inner ul li, .mens_tab_item ul li {
	margin: 5px 10px;
	width: 212px;
}
#header .tab .tabcont .inner ul li a, .mens_tab_item ul li a {
	background: #F2F2F2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #111;
	display: block;
	font-weight: 500;
	height: 80px;
	line-height: 80px;
	padding: 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 212px;
}
#header .tab .tabcont .inner ul li a::after, .mens_tab_item ul li a::after {
	content: "";
	left: 0;
	top: 0;
	height: 80px;
	position: absolute;
	width: 212px;
}
#header .tab .tabcont .inner ul li:hover a::after, .mens_tab_item ul li:hover a::after {
	content: "";
	left: 0;
	top: 0;
	height: 80px;
	position: absolute;
	width: 212px;
}
#header .tab .tabcont .inner ul li.mizuno a::after, .mens_tab_item ul li.mizuno a::after {
	background: url("images/common/tab_mizuno.png") 50% 50% no-repeat;
	background-size: auto 60px;
}
#header .tab .tabcont .inner ul li.mizuno:hover a::after, .mens_tab_item ul li.mizuno:hover a::after {
	background: url("images/common/tab_mizuno_wh.png") 50% 50% no-repeat;
	background-size: auto 60px;
}
#header .tab .tabcont .inner ul li.asics a::after, .mens_tab_item ul li.asics a::after {
	background: url("images/common/tab_asics.png") 50% 50% no-repeat;
	background-size: auto 60px;
}
#header .tab .tabcont .inner ul li.asics:hover a::after, .mens_tab_item ul li.asics:hover a::after {
	background: url("images/common/tab_asics_wh.png") 50% 50% no-repeat;
	background-size: auto 60px;
}
#header .tab .tabcont .inner ul li.arena a::after, .mens_tab_item ul li.arena a::after {
	background: url("images/common/tab_arena.png") 50% 50% no-repeat;
	background-size: auto 60px;
}
#header .tab .tabcont .inner ul li.arena:hover a::after, .mens_tab_item ul li.arena:hover a::after {
	background: url("images/common/tab_arena_wh.png") 50% 50% no-repeat;
	background-size: auto 60px;
}
#header .tab .tabcont .inner ul li.speedo a::after, .mens_tab_item ul li.speedo a::after {
	background: url("images/common/tab_speedo-s2.png") 50% 50% no-repeat;
	background-size: auto 60px;
}
#header .tab .tabcont .inner ul li.speedo:hover a::after, .mens_tab_item ul li.speedo:hover a::after {
	background: url("images/common/tab_speedo-s2_wh.png") 50% 50% no-repeat;
	background-size: auto 60px;
}
#header .tab .goods .tabcont .inner ul li {
	margin: 5px 10px;
	width: 270px;
}
#header .tab .goods .tabcont .inner ul li a {
	background: #F2F2F2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #111;
	display: block;
	font-weight: 500;
	height: 35px;
	line-height: 35px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 270px;
}
#header .tab .goods .tabcont .inner ul li a::after, #header .tab .goods .tabcont .inner ul li:hover a::after {
	background: none;
}
#header .tab li:hover .tabcont {
	max-height: 120px; /*開いたときの高さを指定*/
}
.mens_tab_item ul li a:hover, #header .tab .mens .tabcont .inner ul li a:hover {
	background: #065CC6;
	color: #FFF;
	opacity: 1.0;
}
#header .tab .ladies .tabcont .inner ul li a:hover {
	background: #FF336B;
	color: #FFF;
	opacity: 1.0;
}
#header .tab .boys .tabcont .inner ul li a:hover {
	background: #1EBBFF;
	color: #FFF;
	opacity: 1.0;
}
#header .tab .girls .tabcont .inner ul li a:hover {
	background: #FF7A33;
	color: #FFF;
	opacity: 1.0;
}
#header .tab .goods .tabcont .inner ul li a:hover {
	background: #FFCF0F;
	color: #FFF;
	opacity: 1.0;
}





/* --------------------------------------------------------------------------------
	wrapper
-------------------------------------------------------------------------------- */
#wrapper {
	
}

/********** breadcrumb **********/
#wrapper .breadcrumb {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0 0;
	font-size: 12px;
}

/********** wrapper-inner **********/
#wrapper .wrapper-inner {
	display: flex;
	justify-content: space-between;
	
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0 0;
}


/* --------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- */
#main {
	width: 880px;
}
#main .entry-date {
	display: block;
	padding: 0 0 15px;
	font-weight: bold;
	font-size: 14px;
	color: #a0a0a0;
}
#main .entry {
	margin: 0 0 60px;
	line-height: 2;
	border-bottom: dotted 1px #a0a0a0;
}
#main .entry:last-child {
	margin-bottom: 40px;
}
#main .entry .entry-body {
	padding: 0 0 45px;
}
#main .entry .wp-block-image {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0;
}
#main .entry .wp-block-image:last-child {
	padding-bottom: 0;
}
#main .entry .post-meta {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 10px;
	font-size: 13px;
}
#main .entry .post-meta .category {
	display: flex;
}
#main .entry .post-meta .category .heading {
	white-space: nowrap;
}
/********** wp-pagenavi **********/
#main .wp-pagenavi {
	word-break: break-all;
	
	text-align: center;
	padding: 50px 0;
	line-height: 1.5;
	font-size: 16px;
}
#main .wp-pagenavi .pages {
	margin: 0 2px;
	padding: 0 5px;
	border: solid 1px #646464;
	color: #333;
	background: #fff;
}
#main .wp-pagenavi .current {
	margin: 0 2px;
	padding: 0 5px;
	border: solid 1px #2d4b63;
	color: #fff;
	font-weight: normal;
	background: #2d4b63;
}
#main .wp-pagenavi .extend {
	margin: 0 2px;
	padding: 0 5px;
	border: solid 1px #646464;
	color: #333;
	background: #fff;
}
#main .wp-pagenavi a {
	margin: 0 2px;
	padding: 0 5px;
	border: solid 1px #646464;
	color: #333;
	background: #fff;
}




/* --------------------------------------------------------------------------------
	sub1
-------------------------------------------------------------------------------- */
#sub1 {
	width: 280px;
	line-height: 1.5;
}

#sub1 .sub1-outer {
	padding: 15px 15px 75px;
	background: #f2f2f2;
}

/********** 見出し **********/
#sub1 .heading {
	margin: 0 0 15px;
	padding: 12px 0;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	background: #2d4b63;
}

/********** cat-list **********/
#sub1 .cat-list {
	padding: 0 0 40px;
	font-size: 14px;
}
#sub1 .cat-list ul li {
	padding: 0 0 5px;
	line-height: 1.7;
}
#sub1 .cat-list ul li a {
	display: block;
	color: #333;
}

/********** posts-faq **********/
#sub1 .posts-faq {
	padding: 0 0 40px;
	font-size: 14px;
}
#sub1 .posts-faq ul li {
	padding: 0 0 5px;
	line-height: 1.7;
}
#sub1 .posts-faq ul li a {
	display: block;
	color: #333;
}

/********** popular-posts **********/
#sub1 .popular-posts ul {
	padding: 5px 0 0;
}
#sub1 .popular-posts ul li {
	padding: 0 0 30px;
}

/* リンク */
#sub1 .popular-posts ul li a {
	display: block;
	text-decoration: none !important;
}

/* サムネイル */
#sub1 .popular-posts ul li .eye-catch-image {
	padding: 0 0 10px;
}
#sub1 .popular-posts ul li .eye-catch-image img {
	display: block;
	width: 100%;
	height: 140px;
	object-fit: cover;
}

/* 公開日・更新日 */
#sub1 .popular-posts ul li .datetime {
	display: flex;
	
	width: 100%;
	padding: 0 0 6px;
	font-size: 11px;
	white-space: nowrap;
}
#sub1 .popular-posts ul li .datetime .datetime-release {
	padding: 0 1em 0 0;
}
#sub1 .popular-posts ul li .datetime .datetime-value {
	letter-spacing: 0.1em;
}

/* 記事タイトル */
#sub1 .popular-posts ul li .title {
	font-size: 14px;
	font-weight: bold;
}





/*-------------------------------------------
  フッター
-------------------------------------------*/
#footer {
	background: #2D4B63;
	color: #FFF;
	font-size: 1.2em;
	margin-top: 50px;
	padding: 12px 0;
	width: 100%;
}
#footer .red {
	color: #F00;
}
#footer .ft_marT {
	margin-top: 50px !important;
}
#footer .ft_inner {
	font-size: 0.8em;
	font-weight: 500;
	line-height: 1.8;
	margin: 0 auto;
	width: 1200px;
}
#footer .ft_inner .ft_title {
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0.5em 0;
	position: relative;
}
#footer .ft_inner .ft_title span {
	display: block;
	font-size: 20px;
	line-height: 1.0;
	height: 30px;
	right: 10px;
	top: calc(50% - 10px);
	position: absolute;
	text-align: center;
	width: 30px;
}
#footer .ft_inner .ft_half {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto 0 auto;
	width: 1160px;
}
#footer .ft_inner .ft_half li {
	width: 560px;
}
#footer .ft_inner .ft_mar0 {
	width: 1200px !important;
}
#footer .ft_inner .ft_mar0 li {
	width: 580px !important;
}
#footer .ft_inner .ft_half li .ft_title_ico {
	background: #FFF;
	color: #2D4B63;
	font-size: 1.2em;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin: 0 0 15px 0;
	position: relative;
	padding-left: 10px;
}
#footer .ft_inner .ft_half li .ft_title_ico span {
	display: block;
	font-size: 20px;
	line-height: 1.0;
	height: 30px;
	right: 10px;
	top: calc(50% - 10px);
	position: absolute;
	text-align: center;
	width: 30px;
}
#footer .ft_inner .ft_half li .ft_sub_title {
	font-size: 0.9em;
	font-weight: bold;
}
#footer .ft_inner .ft_half li p {
	margin: 0 0 1.5em 1.0em;
}
#footer .ft_inner .ft_half li .card {
	background: #FFF;
	margin: 0.5em 1.0em;
	text-align: center;
	width: 350px;
}
#footer .ft_inner .ft_half li .card img {
	height: 40px;
	margin: 10px 5px;
}
#footer .ft_inner .ft_half li .shipping_free {
	font-size: 1.5em;
	font-weight: bold;
}
#footer .ft_inner .ft_half li.shipping_table table {
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
#footer .ft_inner .ft_half li.shipping_table table td {
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	font-size: 0.85em;
	font-weight: bold;
	line-height: 1.5;
	padding: 5px 0;
	text-align: center;
	min-width: 50px;
}
#footer .ft_inner .ft_half li.shipping_table table .mini td {
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.2;
}
#footer .ft_inner .ft_half li .ft_faq {
	display: flex;
	justify-content: space-between;
	margin: 0 1.0em 40px 1.0em;
}
#footer .ft_inner .ft_half li .ft_faq li {
	line-height: 3.0;
	width: 48%;
}
#footer .ft_inner .ft_half li .ft_faq li b {
	border-bottom: 1px solid #FFF;
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 2.0;
	margin-bottom: 10px;
	padding: 0 0 7px 0;
}
#footer .ft_inner .ft_half li .ft_faq li a {
	color: #FFF;
}
#footer .ft_inner .ft_text {
	margin: 20px auto;
	width: 1160px;
}
#footer .ft_inner .include {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 1160px;
}
#footer .ft_inner .include dt {
	background: #FFF;
	color: #2D4B63;
	font-size: 1.0em;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	margin: 15px 0;
	padding: 0 10px;
	position: relative;
	width: calc(100% - 20px);
}
#footer .ft_inner .include dt a {
	color: #2D4B63;
	display: block;
}
#footer .ft_inner .include dd {
	margin: 0 25px 15px 0;
	width: 370px;
}
#footer .ft_inner .include dd:nth-child(3n+1) {
	margin-right: 0 !important;
}
#footer .ft_inner .include dd a {
	border: 1px solid #FFF;
	color: #FFF;
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	position: relative;
	width: 350px;
}
#footer .ft_inner .include dt span, #footer .ft_inner .include dd a span {
	display: block;
	font-size: 30px;
	line-height: 1.0;
	height: 30px;
	right: 10px;
	top: calc(50% - 15px);
	position: absolute;
	text-align: center;
	width: 40px;
}
#footer .ft_inner .sns {
	display: flex;
	justify-content: center;
}
#footer .ft_inner .sns li {
	margin: 0 10px;
}
#footer .ft_inner .sns li a {
	color: #FFF;
	font-size: 2.0em;
}
#footer .ft_inner .info {
	background: #FFF;
	margin: 30px auto;
	width: 1160px;
}
#footer .ft_inner .info ul {
	display: flex;
	justify-content: space-between;
	padding: 30px;
}
#footer .ft_inner .info ul li:first-child {
	width: 250px;
}
#footer .ft_inner .info ul li:first-child img {
	height: 60px;
}
#footer .ft_inner .info ul li:nth-child(2) {
	color: #2D4B63;
	width: 400px;
	line-height: 1.9;
	font-size: 13px;
}
#footer .ft_inner .info ul li:nth-child(2) span {
	font-size: 1.2em;
	font-weight: bold;
	padding-right: 1.0em;
}
#footer .ft_inner .info ul li:nth-child(2) span i {
	padding-right: 5px;
}




/* ボタン */
#footer .ft_inner .info ul li.f-shopping-contact {
	display: flex;
	justify-content: space-between;
	width: 420px;
}
#footer .ft_inner .info ul li.f-shopping-contact a {
	background: #2D4B63;
	color: #FFF;
	display: block;
	font-size: 1.14em;
	font-weight: bold;
	height: 80px;
	line-height: 80px;
	text-align: left;
	width: 200px;
	padding: 0 0 0 15px;
}
#footer .ft_inner .info ul li.f-shopping-contact a i {
	padding-right: 5px;
}
#footer .ft_inner .info ul li.f-shopping-contact .f-btn-shopping a {
	letter-spacing: 0;
}
#footer .ft_inner .info ul li.f-shopping-contact .f-btn-shopping a i {
	padding-right: 8px;
	font-size: 14px;
}
#footer .ft_inner .info ul li.f-shopping-contact .f-btn-contact a {
	padding: 0 0 0 30px;
}

/* コピーライト */
#footer .ft_inner .copyright {
	font-size: 8px;
	text-align: center;
}





