﻿@charset "UTF-8";

/* ----ヘッダー(パターン1)---- */

.header-pt1 #header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 128px;
	background-color: #ffffff;
	z-index: 100;
}
.header-pt1 .pane-header.active#header {
	height: 100px;
}
.header-pt1#customer-header #header {
	position: static;
	height: 70px;
	border-bottom: 1px #e4e4e4 solid;
}
.header-pt1#customer-header #header.active {
	height: 70px;
}
.header-pt1 #header .container {
	display: flex;
}
.header-pt1 #header.active .container {
	height: 55px;
}
.header-pt1#customer-header #header.active .container {
	height: 70px;
}
.header-pt1 .block-header-logo {
	width: 300px;
	font-size: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header-pt1 .pane-header.active .block-header-logo {
	width: 250px;
}
.header-pt1#customer-header #header.active .block-header-logo {
	width: 300px !important;
}
.header-pt1 .block-header-logo a {
	display: block;
	padding: 10px 0;
}
.header-pt1 .block-header-logo--img {
	width: 100%;
}
.header-pt1 .block-headernav {
	width: 100%;
	text-align: right;
}
.header-pt1 .block-headernav--item-list {
	display: inline-block;
	padding-left: 40px;
}
.header-pt1 .block-headernav--item-list li {
	position: relative;
	display: inline-block;
	text-align: center;
}
.header-pt1 .block-headernav--item-list li.block-headernav--login {
	padding-right: 60px;
}
.header-pt1 .block-headernav--item-list li.block-headernav--login:after {
	content: "";
	display: block;
	position: absolute;
	right: 18px;
	top: 50%;
	width: 25px;
	height: 1px;
	background-color: #444;
	transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
}
.header-pt1 .block-headernav--item-list li.block-headernav--entry {
	padding-right: 40px;
}
.header-pt1 .block-headernav--item-list li i.fa {
	position: relative;
	display: block;
	font-size: 22px;
	z-index: 1;
	transform: scale(-1, 1);
}
.header-pt1 .block-headernav--item-list li a {
	display: block;
	text-decoration: none;
	line-height: 40px;
}
.header-pt1 .block-headernav--item-list li a:hover {
}
.header-pt1 .block-headernav--cart-count {
	display: none;
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: #fff;
	border-radius: 10px;
	top: -8px;
	left: -15px;
	z-index: 2;
}
.header-pt1 .block-headernav--item-list li.block-headernav--user {
	margin-right: 30px;
	padding-right: 30px;
	position: relative;
}
.header-pt1 .block-headernav--item-list li.block-headernav--user:before {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	bottom: auto;
	left: auto;
	margin-top: -7px;
	width: 8px;
	height: 8px;
	border-right: 2px #444 solid;
	border-bottom: 2px #444 solid;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header-pt1 .block-headernav--item-list li.block-headernav--user:hover:before {
	margin-top: -3px;
	transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
}
.header-pt1 .block-headernav--item-list li.block-headernav--user span {
	display: block;
	line-height: 40px;
}
.header-pt1 .block-headernav--item-list li.block-headernav--user span:hover {
	cursor: pointer;
}
.header-pt1 .block-headernav--item-list li.block-headernav--user span i {
	display: inline;
	font-size: 12px;
	padding-left: 10px;
}
.header-pt1 .block-headernav--item-list li.block-headernav--user ul {
	display: none;
	position: absolute;
	top: 40px;
	right: 0;
	background-color: #ffffff;
	z-index: 101;
	border-bottom: 1px #ccc solid;
}
.header-pt1 .block-headernav--item-list li.block-headernav--user ul li {
	position: static;
	display: block;
	width: 10em;
}
.header-pt1 .block-headernav--item-list li.block-headernav--user ul li a {
	display: block;
	border: 1px #ccc solid;
	font-size: 13px;
	padding: 6px 10px;
	border-bottom: none;
}
.header-pt1 .block-headernav--item-list li.block-headernav--user:hover ul {
	display: block;
	opacity: 1;
	animation-duration: 0.5s;
	animation-name: fade-in;
}

/* ----ヘッダー(パターン2)---- */

.header-pt2 #header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: #ffffff;
	z-index: 100;
}
.header-pt2 #header.active:after {
	content: "";
	position: fixed;
	top: 69px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e4e4e4;
	z-index: 99;
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
h1.optimaized-h1.container {
	position: fixed;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10%;
	top: 0;
	z-index: 9999;
}
h1.optimaized-h1.container + div#header-wrapper header {
	top: 12px;
	height: 113px;
}
h1.optimaized-h1.container + div#header-wrapper header:after {
	top: 84px;
}
h1.optimaized-h1.container + #header-wrapper.header-pt2 {
	height: 84px;
}
.header-pt2#customer-header #header {
	position: static;
	height: 70px;
	border-bottom: 1px #e4e4e4 solid;
}
.header-pt2 #header > .container {
	display: table;
	width: 1180px;
}
.header-pt2 .block-header-logo {
	display: table-cell;
	vertical-align: middle;
	width: 250px;
	font-size: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header-pt2 .block-header-logo a {
	display: block;
	padding: 10px 0;
}
.header-pt2 .block-header-logo--img {
	width: 100%;
}
.header-pt2 .block-headernav {
	width: 100%;
	text-align: right;
}
.header-pt2 .block-headernav--item-list {
	display: inline-block;
	padding-left: 40px;
}
.header-pt2 .block-headernav--item-list li {
	position: relative;
	display: inline-block;
	text-align: center;
}
.header-pt2 .block-headernav--item-list li.block-headernav--login {
	padding-right: 60px;
}
.header-pt2 .block-headernav--item-list li.block-headernav--login:after {
	content: "";
	display: block;
	position: absolute;
	right: 18px;
	top: 50%;
	width: 25px;
	height: 1px;
	background-color: #444;
	transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
}
.header-pt2 .block-headernav--item-list li.block-headernav--entry {
	padding-right: 40px;
}
.header-pt2 .block-headernav--item-list li i.fa {
	position: relative;
	display: block;
	font-size: 22px;
	z-index: 1;
	transform: scale(-1, 1);
}
.header-pt2 .block-headernav--item-list li a {
	display: block;
	text-decoration: none;
	line-height: 40px;
}
.header-pt2 .block-headernav--item-list li a:hover {
}
.header-pt2 .block-headernav--cart-count {
	display: none;
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: #fff;
	border-radius: 10px;
	top: 50%;
	margin-top: -23px;
	left: -5px;
	z-index: 2;
}
.header-pt2 .block-headernav--item-list li.block-headernav--user {
	padding-right: 40px;
	position: relative;
}
.header-pt2 .block-headernav--item-list li.block-headernav--user span {
	display: block;
	line-height: 40px;
}
.header-pt2 .block-headernav--item-list li.block-headernav--user span:hover {
	cursor: pointer;
}
.header-pt2 .block-headernav--item-list li.block-headernav--user span i {
	display: inline;
	font-size: 12px;
	padding-left: 10px;
}
.header-pt2 .block-headernav--item-list li.block-headernav--user ul {
	display: none;
	position: absolute;
	top: 37px;
	right: 40px;
	background-color: #ffffff;
	z-index: 101;
	border-bottom: 1px #ccc solid;
}
.header-pt2 .block-headernav--item-list li.block-headernav--user ul li {
	position: static;
	display: block;
	width: 10em;
}
.header-pt2 .block-headernav--item-list li.block-headernav--user ul li a {
	display: block;
	border: 1px #ccc solid;
	font-size: 13px;
	padding: 6px 10px;
	border-bottom: none;
}

/* ----ヘッダー(パターン3)---- */

.header-pt3 #header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	z-index: 100;
}
.header-pt3.fixedheader #header {
}
.header-pt3 .pane-header.active#header {
}
.header-pt3#customer-header #header {
}
.header-pt3#customer-header #header.active {
}
.header-pt3 #header .container {
}
.header-pt3 #header > .container {
	padding: 20px 0;
}
.header-pt3 #header .pane-globalnav .container {
}
.header-pt3.fixedheader #header .container {
}
.header-pt3 #header.active .container {
}
.header-pt3#customer-header #header .container {
}
.header-pt3 .block-header-logo {
	width: 214px;
	height: 100%;
	font-size: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header-pt3 .pane-header.active .block-header-logo {
}
.header-pt3#customer-header .pane-header.active .block-header-logo {
}
.header-pt3 .block-header-logo a {
	display: block;
}
.header-pt3 .block-header-logo--img {
	width: 100%;
}
.header-pt3 .block-headernav {
}
.header-pt3 .block-headernav--item-list {
	display: flex;
	align-items: center;
}
.header-pt3 .block-headernav--item-list li {
}
.header-pt3 .block-headernav--item-list li.block-headernav--login {
	padding-right: 40px;
}
.header-pt3 .block-headernav--item-list li.block-headernav--login:after {
	content: "";
	display: block;
	position: absolute;
	right: 7px;
	top: 50%;
	width: 25px;
	height: 1px;
	background-color: #444;
	transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
}
.header-pt3 .block-headernav--item-list li.block-headernav--search {
	padding-right: 30px;
}
.header-pt3 .block-headernav--item-list li.block-headernav--search > span {
	display: block;
	padding: 15px;
}
.header-pt3 .block-headernav--item-list li.block-headernav--search > span:hover {
	cursor: pointer;
}
.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-wrap {
	width: 350px;
	background: #eff2f7;
	transition: all 0.4s ease;
	border-radius: 18px;
	position: relative;
}
.header-pt3 .active .block-headernav--item-list li.block-headernav--search .block-headernav--search-wrap {
}
.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-inner {
}
.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-bg {
	display: none;
	position: fixed;
	left: 0;
	top: 140px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1000;
}
.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-bg:hover {
	cursor: pointer;
}
.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-close-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 56px;
}
.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-close-btn:hover {
	cursor: pointer;
}
.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-close-btn:before,
.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-close-btn:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: 8px;
	width: 40px;
	height: 2px;
	background: #000;
}
.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-close-btn:before {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-close-btn:after {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.header-pt3 .block-headernav--item-list li i.fa {
	position: relative;
	display: block;
	font-size: 22px;
	z-index: 1;
	transform: scale(-1, 1);
}
.header-pt3 .block-headernav--item-list li a {
	text-decoration: none;
	line-height: 1;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #000000;
	font-size: 12px;
	font-weight: 500;
}
.header-pt3 .block-headernav--item-list li a:hover {
}

.header-pt3 .block-headernav--menus {
	display: flex;
	align-items: center;
	gap: 20px;
}
.header-pt3 .block-headernav--menus-guide {
}
.header-pt3 .block-headernav--menus-mypage {
}
.header-pt3 .block-headernav--menus-cart {
	position: relative;
}
.header-pt3 .block-headernav--menus-cart-count {
	display: none;
	position: absolute;
	width: 22px;
	height: 17px;
	line-height: 17px;
	font-size: 12px;
	color: #fff;
	border-radius: 9px;
	top: -8px;
	left: 10px;
	z-index: 2;
	text-align: center;
	background-color: #ff4c4f;
}

/* ----ヘッダー検索(パターン1)---- */

.header-pt1 .block-global-search {
	display: inline-block;
}
.header-pt1 .block-global-search--keyword {
	width: 250px;
}
.header-pt1 .block-global-search form {
	border: 1px #ccc solid;
	padding: 0 7px 0 58px;
	position: relative;
}
.header-pt1 input.block-global-search--keyword:hover,
.header-pt1 input.block-global-search--keyword {
	border: none;
	background-color: transparent;
	line-height: 35px;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header-pt1 .pane-header.active input.block-global-search--keyword:hover,
.header-pt1 .pane-header.active input.block-global-search--keyword {
	height: 35px;
	line-height: 27px;
}
.header-pt1#customer-header .pane-header input.block-global-search--keyword:hover,
.header-pt1#customer-header .pane-header input.block-global-search--keyword {
	height: 43px;
	line-height: 35px;
}
.header-pt1 button.block-global-search--submit {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background-color: transparent;
	width: 25px;
	height: 100%;
	padding: 6px;
}
.header-pt1 .block-global-search--searchdetail {
	margin-left: 15px;
}

/* ----ヘッダー検索(パターン3)---- */

.header-pt3 .block-headernav--search-inner form {
	padding: 0 0 0 15px;
	position: relative;
	border-radius: 18px;
}
.header-pt3 input.block-global-search--keyword:hover,
.header-pt3 input.block-global-search--keyword {
	border: none;
	width: 100%;
	height: 37px;
	background-color: transparent;
	padding: 0;
	font-size: 12px;
	color: #000;
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header-pt3 input.block-global-search--keyword::placeholder {
	color: #000;
}
.header-pt3 button.block-global-search--submit {
	position: absolute;
	top: 50%;
	right: 6px;
	width: 25px;
	height: 25px;
	padding: 0;
	background-color: transparent;
	transform: translateY(-50%);
}

.header-pt3 .block-global-search--searchdetail {
	margin-left: 15px;
}

/* ----グローバルナビ(全パターン共通)---- */

@keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
@keyframes fade-in70 {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 0.7;
	}
}

/* ----グローバルナビ(パターン1)---- */

.header-pt1 .block-globalnav {
	width: 100%;
}
.header-pt1 .block-globalnav--item-list {
	display: table;
	width: 100%;
}
.header-pt1 .block-globalnav--item-list i {
	margin-right: 10px;
}
.header-pt1 .block-globalnav--item-list > li {
	display: table-cell;
	width: 20%;
	font-size: 16px;
	line-height: 1;
	text-align: center;
}
.header-pt1 .block-globalnav--item-list > li > a {
	position: relative;
	display: block;
	padding: 16px 0 26px 0;
	text-decoration: none;
}
.header-pt1 .pane-header.active .block-globalnav--item-list > li > a {
	padding-bottom: 18px;
}
.header-pt1 .block-globalnav--item-list > li > a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	z-index: 10;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header-pt1 .block-globalnav--item-list > li > a:hover:after {
	left: 10%;
	width: 80%;
}
.header-pt1 .block-globalnav--item-list > li > a:before {
}
.header-pt1 .block-globalnav--item-list .js-animation-hover > a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
	width: 6px;
	height: 6px;
	width: 0;
	height: 0;
	z-index: 10;
	border-style: solid;
	border-width: 0 6px 8px 6px;
	opacity: 0;
	border-color: transparent transparent #000000 transparent;
}
.header-pt1 .block-globalnav--item-list .js-animation-hover:hover > a:before {
	display: block;
	opacity: 0.7;
	animation-duration: 0.5s;
	animation-name: fade-in70;
}
.header-pt1 .block-globalnav--item-list .js-animation-hover:hover > div {
	display: block;
	opacity: 1;
	animation-duration: 0.5s;
	animation-name: fade-in;
}
.header-pt1 .block-globalnav--item-list .js-animation-hover > a:after {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	bottom: auto;
	left: auto;
	margin-top: -12px;
	width: 8px;
	height: 8px;
	border-right: 2px #444 solid;
	border-bottom: 2px #444 solid;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header-pt1 .active .block-globalnav--item-list .js-animation-hover a:after {
	margin-top: -8px;
}
.header-pt1 .block-globalnav--item-list .js-animation-hover:hover a:after {
	margin-top: -9px;
	transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
}
.header-pt1 .active .block-globalnav--item-list .js-animation-hover:hover a:after {
	margin-top: -6px;
}
.header-pt1 .block-globalnav--item-list > li:last-child > a:before {
}
.header-pt1 .block-globalnav--item-list > li > a.active {
	transition: color 0.2s linear 0;
	text-decoration: none;
}
.header-pt1 .block-globalnav-menu {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0.98;
	width: 100%;
	top: 58px;
	left: 0;
	padding: 40px 0;
	text-align: left;
	z-index: 10;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header-pt1 .pane-header.active .block-globalnav-menu {
	top: 50px;
}
.header-pt1 .block-globalnav-menu * {
	color: #fff;
}
.header-pt1 .block-globalnav-menu > div {
	width: 1200px;
	margin: auto;
}
.header-pt1 .block-globalnav-menu {
	display: none;
}
.header-pt1 .block-globalnav-menu .inner {
	display: flex;
}
.header-pt1 .block-globalnav-menu-main {
	width: 240px;
	padding: 0 10px;
}
.header-pt1 .block-globalnav-menu-main h2 {
	margin: 0 0 15px 0;
	font-size: 16px;
}
.header-pt1 .block-globalnav-menu-main figure {
	margin-bottom: 15px;
}
.header-pt1 .block-globalnav-menu-main figure a {
	display: block;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header-pt1 .block-globalnav-menu-main figure a:hover {
	opacity: 0.8;
}
.header-pt1 .block-globalnav-menu-main figure a img {
	display: block;
	width: 100%;
}
.header-pt1 .block-globalnav-menu-main figure figcaption {
	font-size: 13px;
	line-height: 180%;
}
.header-pt1 .block-globalnav-menu-list {
	width: 480px;
	padding: 0 10px 0 70px;
}
.header-pt1 .block-globalnav-menu-list h2 {
	margin: 0 0 17px 0;
	padding-bottom: 8px;
	font-size: 18px;
	border-bottom: 1px #ffffff solid;
}
.header-pt1 .block-globalnav-menu-main > ul,
.header-pt1 .block-globalnav-menu-list > ul {
}
.header-pt1 .block-globalnav-menu-main > ul li,
.header-pt1 .block-globalnav-menu-list > ul li {
	margin: 15px 0;
}
.header-pt1 .block-globalnav-menu-main > ul li a,
.header-pt1 .block-globalnav-menu-list > ul li a {
	padding-left: 20px;
	text-decoration: none;
	display: inline-block;
	position: relative;
}
.header-pt1 .block-globalnav-menu-main > ul li a:hover,
.header-pt1 .block-globalnav-menu-list > ul li a:hover {
	text-decoration: underline;
}
.header-pt1 .block-globalnav-menu-main > ul li a:before,
.header-pt1 .block-globalnav-menu-list > ul li a:before {
	content: "";
	display: block;
	top: 50%;
	left: 3px;
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 2px #ffffff solid;
	border-right: 2px #ffffff solid;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin: -3px 0 0 0;
}
.header-pt1 .block-globalnav-menu--freespace * {
	font-size: 14px;
}
.header-pt1 .block-globalnav-menu--freespace h3 {
	margin-top: 0;
}
.header-pt1 .block-globalnav-menu--freespace p {
	font-size: 12px;
	margin: 10px 10px 10px 0;
}
.header-pt1 .block-globalnav-menu--freespace ul {
	display: flex;
	align-items: center;
}
.header-pt1 .block-globalnav-menu--freespace ul li img {
	vertical-align: middle;
}

/* ----グローバルナビ(パターン2)---- */

.header-pt2 .pane-globalnav .container {
	width: auto;
}
.header-pt2 .block-globalnav {
	width: 100%;
}
.header-pt2 .block-globalnav--item-list {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.header-pt2 .block-globalnav--item-list .block-globalnav--cart i {
	font-size: 22px;
	transform: scale(-1, 1);
}
.header-pt2 .block-globalnav--item-list > li {
	font-size: 16px;
	line-height: 1;
	text-align: center;
	padding: 0 20px;
}
.header-pt2 .block-globalnav--item-list > li:hover {
}
.header-pt2 .block-globalnav--item-list > li:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #ffffff;
	z-index: 100;
	opacity: 0;
}
.header-pt2 .block-globalnav--item-list .js-animation-hover:hover:after {
	opacity: 1;
}
.header-pt2 .block-globalnav--item-list > li:first-child {
	padding-left: 0;
}
.header-pt2 .block-globalnav--item-list > li:last-child {
	padding-right: 0;
}
.header-pt2 .block-globalnav--item-list > li > a,
.header-pt2 .block-globalnav--item-list > li > span {
	position: relative;
	padding: 0 10px;
	display: block;
	line-height: 70px;
	text-decoration: none;
}
.header-pt2 .block-globalnav--item-list > li > a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	z-index: 102;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header-pt2 .block-globalnav--item-list > li > a:hover:after {
	left: -25%;
	width: 150%;
}
.header-pt2 .block-globalnav--item-list > li > a:before {
}
.header-pt2 .block-globalnav--item-list .js-animation-hover > a,
.header-pt2 .block-globalnav--item-list .js-animation-hover > span {
	padding-right: 25px;
}
.header-pt2 .block-globalnav--item-list .js-animation-hover:hover {
	cursor: default;
}
.header-pt2 .block-globalnav--item-list .js-animation-hover > a:after,
.header-pt2 .block-globalnav--item-list .js-animation-hover > span:after {
	content: "";
	display: block;
	position: absolute;
	right: 5px;
	top: 50%;
	bottom: auto;
	left: auto;
	margin-top: -6px;
	width: 8px;
	height: 8px;
	border-right: 2px #444 solid;
	border-bottom: 2px #444 solid;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header-pt2 .block-globalnav--item-list .js-animation-hover:hover a:after,
.header-pt2 .block-globalnav--item-list .js-animation-hover:hover span:after {
	margin-top: -3px;
	transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
}
.header-pt2 .block-globalnav--item-list > li:last-child > a:before {
}
.header-pt2 .block-globalnav--item-list > li > a.active {
	transition: color 0.2s linear 0;
	text-decoration: none;
}
.header-pt2 .block-globalnav--item-list .js-animation-hover:hover > div {
	display: block;
	opacity: 1;
	animation-duration: 0.5s;
	animation-name: fade-in;
}
.header-pt2 .block-globalnav--item-list > li.block-globalnav--login {
	position: relative;
	padding-left: 10px;
	z-index: 100;
}
.header-pt2 .block-globalnav--item-list > li.block-globalnav--login > a,
.header-pt2 .block-globalnav--item-list > li.block-globalnav--login div {
	color: #ffffff;
	padding: 0 20px;
	width: 5em;
	z-index: 101;
	line-height: 70px;
	height: 70px;
}
.header-pt2 .block-globalnav--item-list > li.block-globalnav--login div:hover {
	cursor: pointer;
}
.header-pt2 .block-globalnav--item-list > li.block-globalnav--login div i {
	font-size: 22px;
}
.header-pt2 .block-globalnav--item-list > li.block-globalnav--login ul {
	display: none;
	position: absolute;
	top: 69px;
	right: 0;
	background-color: #ffffff;
	z-index: 101;
	border-bottom: 1px #ccc solid;
}
.header-pt2 .block-globalnav--item-list > li.block-globalnav--login div:hover ul {
	display: block;
	opacity: 1;
	animation-duration: 0.5s;
	animation-name: fade-in;
}
.header-pt2 .block-globalnav--item-list > li.block-globalnav--login ul li {
	position: static;
	display: block;
	width: 10em;
}
.header-pt2 .block-globalnav--item-list > li.block-globalnav--login ul li a {
	display: block;
	border: 1px #ccc solid;
	font-size: 13px;
	padding: 6px 10px;
	border-bottom: none;
	line-height: 40px;
	text-decoration: none;
}
.header-pt2 .block-globalnav-menu {
	position: absolute;
	background-color: #ffffff;
	width: 100%;
	top: 70px;
	left: 0;
	padding: 20px 0 10px 0;
	text-align: left;
	z-index: 10;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header-pt2 .block-globalnav-menu:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 6px;
	left: 0;
	bottom: -6px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.2+0,0+100 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000', GradientType=0);
	/* IE6-9 */
}
.header-pt2 .block-globalnav-menu > div {
	width: 1200px;
	margin: auto;
}
.header-pt2 .block-globalnav-menu {
	display: none;
}
.header-pt2 .block-globalnav-menu-main {
}
.header-pt2 .block-globalnav-menu-main h2 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-left: 10px;
	margin-top: 0;
	margin-bottom: 40px;
}
.header-pt2 .block-globalnav-menu-main h2 span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-top: 3px;
	letter-spacing: 0em;
}
.header-pt2 .block-globalnav-menu-main ul {
	display: flex;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	margin-bottom: 40px;
}
.header-pt2 .block-globalnav-menu-main ul li {
	padding: 0 10px;
}
.header-pt2 .block-globalnav-menu-main ul li a {
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header-pt2 .block-globalnav-menu-main ul li a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.header-pt2 .block-globalnav-menu-main ul li a img {
	display: block;
	height: 130px;
	margin: 0 auto 10px auto;
}
.header-pt2 .block-globalnav-menu-main ul li a div {
	margin-top: 5px;
	text-align: center;
}
.header-pt2 .block-globalnav-menu-sub {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px 50px 10px;
}
.header-pt2 .block-globalnav-menu-sub h2 {
	width: 250px;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.header-pt2 .block-globalnav-menu-sub > ul {
	display: table;
	table-layout: fixed;
	width: 930px;
}
.header-pt2 .block-globalnav-menu-sub > ul > li {
	display: table-cell;
	padding-left: 50px;
}
.header-pt2 .block-globalnav-menu-sub > ul > li h3 {
	font-size: 18px;
	font-weight: bold;
}
.header-pt2 .block-globalnav-menu-sub > ul > li h3 span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-top: 3px;
	padding-bottom: 15px;
	border-bottom: 1px #dcdcdc solid;
	margin-bottom: 20px;
}
.header-pt2 .block-globalnav-menu-sub > ul > li ul li {
}
.header-pt2 .block-globalnav-menu-sub > ul > li ul li a {
	display: inline-block;
	padding: 10px 0 10px 20px;
	text-decoration: none;
	position: relative;
}
.header-pt2 .block-globalnav-menu-sub > ul > li ul li a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	background: #000;
	width: 6px;
	height: 1px;
}
.header-pt2 .block-globalnav-menu-sub > ul > li ul li a:hover {
	text-decoration: underline;
}
.header-pt2 .block-globalnav-menu--freespace * {
	font-size: 14px;
}
.header-pt2 .block-globalnav-menu--freespace h3 {
	margin-top: 0;
}
.header-pt2 .block-globalnav-menu--freespace p {
	font-size: 12px;
	margin: 10px 10px 10px 0;
}
.header-pt2 .block-globalnav-menu--freespace ul {
	display: flex;
	align-items: center;
}
.header-pt2 .block-globalnav-menu--freespace ul li img {
	vertical-align: middle;
}

/* ----グローバルナビ(パターン3)---- */

.header-pt3 .pane-globalnav > .container {
	width: 100%;
}
.header-pt3 .block-globalnav {
	width: 1180px;
	margin: 0 auto;
}
.header-pt3 .block-globalnav--item-list {
	display: flex;
	justify-content: space-between;
	width: 1180px;
	position: relative;
}
.header-pt3 .block-globalnav--item-list i {
	margin-right: 10px;
}
.header-pt3 .block-globalnav--item-list > li {
	font-size: 15px;
	line-height: 1;
	text-align: center;
	font-weight: 500;
	display: flex;
}
.block-globalnav--item-list > li:first-child::before,
.header-pt3 .block-globalnav--item-list > li::after {
	content: "";
	width: 1px;
	height: 20px;
	background: #dce1e4;
}
.header-pt3 .block-globalnav--item-list > li > a {
	position: relative;
	display: block;
	padding: 0;
	text-decoration: none;
	padding: 4px 38.5px;
	height: 20px;
}
.header-pt3 .pane-header.active .block-globalnav--item-list > li > a {
}
.header-pt3 .block-globalnav--item-list > li > a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	z-index: 10;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header-pt3 .block-globalnav--item-list .js-animation-hover {
}
.header-pt3 .block-globalnav--item-list .js-animation-hover > a {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	padding: 4px 30px 20px 31px;
}
.header-pt3 .block-globalnav--item-list .js-animation-hover > a:after {
	content: "";
	position: static;
	width: 8px;
	height: 8px;
	border-right: 2px #444 solid;
	border-bottom: 2px #444 solid;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-top: -3px;
}
.header-pt3 .active .block-globalnav--item-list .js-animation-hover > a:after {
}
.header-pt3 .block-globalnav--item-list .js-animation-hover:hover > a:after,
.header-pt3 .block-globalnav--item-list .js-animation-hover.is-hover > a:after {
	margin-top: 5px;
	transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	border-color: #3d62ad;
}
.header-pt3 .active .block-globalnav--item-list .js-animation-hover:hover > a:after {
}
.header-pt3 .block-globalnav--item-list .js-animation-hover .block-globalnav-menu a:after {
	display: none;
}
.header-pt3 .block-globalnav--item-list > li:last-child > a:before {
}
.header-pt3 .block-globalnav--item-list > li > a.active {
	transition: color 0.2s linear 0;
	text-decoration: none;
}
.header-pt3 .block-globalnav--item-list .js-animation-hover:hover > a:before {
	display: block;
	opacity: 0.7;
	animation-duration: 0.5s;
	animation-name: fade-in70;
}
.header-pt3 .block-globalnav--item-list .js-animation-hover:hover > div {
	display: block;
	opacity: 1;
	animation-duration: 0.5s;
	animation-name: fade-in;
}

.block-animation-menu {
	width: 1180px;
	position: absolute;
	top: 39px;
	left: 0;
	z-index: 1;
	display: none;
}

.block-dynamic-genre {
	width: 100%;
	background: #eff2f7;
	padding: 20px 17px 30px 30px;
	scrollbar-gutter: stable;
	overflow: auto;
	max-height: 594px;
}
.block-dynamic-genre--body {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.block-dynamic-genre--row {
}
.block-dynamic-genre--row a {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
	background: #fff;
	border: 1px solid #dce1e4;
	padding: 10px;
	border-radius: 5px;
	text-decoration: none;
	width: 272px;
	height: 72px;
	font-weight: 700;
}
.block-dynamic-genre--row a img {
	width: 52px;
	height: 52px;
}
.block-dynamic-genre--more {
	text-align: right;
}
.block-dynamic-genre--more a {
	color: #222;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: end;
}
.block-dynamic-genre--more a img {
	width: 14px;
	height: 14px;
	margin-left: 5px;
}

.header-pt3 .block-globalnav-menu {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0.98;
	width: 100%;
	top: 58px;
	left: 0;
	padding: 40px 0;
	text-align: left;
	z-index: 10;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header-pt3 .pane-header.active .block-globalnav-menu {
	top: 50px;
}
.header-pt3 .block-globalnav-menu * {
	color: #fff;
}
.header-pt3 .block-globalnav-menu > div {
	width: 1200px;
	margin: auto;
}
.header-pt3 .block-globalnav-menu {
	display: none;
}
.header-pt3 .block-globalnav-menu .inner {
	display: flex;
}
.header-pt3 .block-globalnav-menu-main {
	width: 240px;
	padding: 0 10px;
}
.header-pt3 .block-globalnav-menu-main h2 {
	margin: 0 0 15px 0;
	font-size: 16px;
}
.header-pt3 .block-globalnav-menu-main figure {
	margin-bottom: 15px;
}
.header-pt3 .block-globalnav-menu-main figure a {
	display: block;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header-pt3 .block-globalnav-menu-main figure a:hover {
	opacity: 0.8;
}
.header-pt3 .block-globalnav-menu-main figure a img {
	display: block;
	width: 100%;
}
.header-pt3 .block-globalnav-menu-main figure figcaption {
	font-size: 13px;
	line-height: 180%;
}
.header-pt3 .block-globalnav-menu-list {
	width: 480px;
	padding: 0 10px 0 70px;
}
.header-pt3 .block-globalnav-menu-list h2 {
	margin: 0 0 17px 0;
	padding-bottom: 8px;
	font-size: 18px;
	border-bottom: 1px #ffffff solid;
}
.header-pt3 .block-globalnav-menu-main > ul,
.header-pt3 .block-globalnav-menu-list > ul {
}
.header-pt3 .block-globalnav-menu-main > ul li,
.header-pt3 .block-globalnav-menu-list > ul li {
	margin: 15px 0;
}
.header-pt3 .block-globalnav-menu-main > ul li a,
.header-pt3 .block-globalnav-menu-list > ul li a {
	padding-left: 20px;
	text-decoration: none;
	display: inline-block;
	position: relative;
}
.header-pt3 .block-globalnav-menu-main > ul li a:hover,
.header-pt3 .block-globalnav-menu-list > ul li a:hover {
	text-decoration: underline;
}
.header-pt3 .block-globalnav-menu-main > ul li a:before,
.header-pt3 .block-globalnav-menu-list > ul li a:before {
	content: "";
	display: block;
	top: 50%;
	left: 3px;
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 2px #ffffff solid;
	border-right: 2px #ffffff solid;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin: -3px 0 0 0;
}
.header-pt3 .block-globalnav-menu--freespace * {
	font-size: 14px;
}
.header-pt3 .block-globalnav-menu--freespace h3 {
	margin-top: 0;
}
.header-pt3 .block-globalnav-menu--freespace p {
	font-size: 12px;
	margin: 10px 10px 10px 0;
}
.header-pt3 .block-globalnav-menu--freespace ul {
	display: flex;
	align-items: center;
}
.header-pt3 .block-globalnav-menu--freespace ul li img {
	vertical-align: middle;
}

/* ----フッター(全パターン共通)---- */

/*.block-footernav--sns-list li a.instagram{background-image: url(../../img/usr/ico_instagram.svg);}.block-footernav--sns-list li a.facebook{background-image: url(../../img/usr/ico_facebook.svg);}.block-footernav--sns-list li a.twitter{background-image: url(../../img/usr/ico_twitter.svg);}.block-footernav--sns-list li a.youtube{background-image: url(../../img/usr/ico_youtube.svg);}*/

.block-footernav--sns-list li a.instagram {
	background-image: url(../../img/usr/ico_instagram.png);
}
.block-footernav--sns-list li a.facebook {
	background-image: url(../../img/usr/ico_facebook.png);
}
.block-footernav--sns-list li a.twitter {
	background-image: url(../../img/usr/ico_twitter.png);
}
.block-footernav--sns-list li a.youtube {
	background-image: url(../../img/usr/ico_youtube.png);
}

/* ----フッター(パターン1)---- */

.footer-pt1 #pane-footer-link {
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 40px;
	background-color: #f3f3f3;
}
.footer-pt1 #pane-footer-link .container {
	overflow: hidden;
	width: 1000px;
}
.footer-pt1 #pane-footer-link .container .inner {
	margin-left: -10px;
	margin-bottom: 20px;
	display: table;
	table-layout: fixed;
	width: calc(100% + 20px);
	width: -moz-calc(100% + 20px);
	width: calc(100% + 20px);
}
.footer-pt1 #pane-footer-link .container .inner div {
	display: table-cell;
	padding: 0 10px;
}
.footer-pt1 #pane-footer-link .container .inner div a {
	width: 100%;
	height: 4.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px #bdbdbd solid;
	padding: 0 22px;
	position: relative;
	text-decoration: none;
}
.footer-pt1 #pane-footer-link .container .inner div a:before {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border-top: #444 1px solid;
	border-right: #444 1px solid;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.footer-pt1 #pane-footer-link .container .inner div a:hover:before {
	right: 6px;
}
.footer-pt1 #pane-footer-link .container .inner div a:hover {
	text-decoration: none;
}
.footer-pt1 footer .container {
	position: relative;
}
.footer-pt1 .block-footernav {
	margin-bottom: 30px;
	text-align: center;
}
.footer-pt1 .block-footernav li {
	padding: 0 1em;
	display: inline-block;
}
.footer-pt1 .block-footernav li a {
	color: #ffffff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-decoration: none;
}
.footer-pt1 .block-footernav li a:hover {
	opacity: 0.6;
}
.footer-pt1 .block-footernav--sns-list {
	margin-top: 30px;
}
.footer-pt1 .block-footernav--sns-list li {
	display: inline-block;
	padding: 0;
}
.footer-pt1 .block-footernav--sns-list li a {
	display: block;
	width: 40px;
	padding: 0 10px;
	height: 30px;
	text-indent: 300%;
	white-space: nowrap;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	-moz-background-size: 20px auto;
	-webkit-background-size: 20px auto;
}

/* ----フッター(パターン2)---- */

.footer-pt2 #pane-footer-link {
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 40px;
	background-color: #f3f3f3;
}
.footer-pt2 #pane-footer-link .container {
	overflow: hidden;
	width: 1000px;
}
.footer-pt2 #pane-footer-link .container .inner {
	margin-left: -10px;
	margin-bottom: 20px;
	display: table;
	table-layout: fixed;
	width: calc(100% + 20px);
	width: -moz-calc(100% + 20px);
	width: calc(100% + 20px);
}
.footer-pt2 #pane-footer-link .container .inner div {
	display: table-cell;
	padding: 0 10px;
}
.footer-pt2 #pane-footer-link .container .inner div a {
	width: 100%;
	height: 4.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px #bdbdbd solid;
	padding: 0 22px;
	position: relative;
	text-decoration: none;
}
.footer-pt2 #pane-footer-link .container .inner div a:before {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border-top: #444 1px solid;
	border-right: #444 1px solid;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.footer-pt2 #pane-footer-link .container .inner div a:hover:before {
	right: 6px;
}
.footer-pt2 #pane-footer-link .container .inner div a:hover {
	text-decoration: none;
}
.footer-pt2 footer .container {
	position: relative;
}
.footer-pt2 .block-footernav {
	margin-bottom: 50px;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.footer-pt2 .block-footernav > div {
	display: table-cell;
	vertical-align: top;
	padding: 0 20px;
}
.footer-pt2 .block-footernav > div h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px 0;
}
.footer-pt2 .block-footernav > div > div {
	margin: 7px 0;
}
.footer-pt2 .block-footernav > div a {
	color: #ffffff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-decoration: none;
}
.footer-pt2 .block-footernav div a:hover {
	opacity: 0.6;
}
.footer-pt2 .block-footernav > div > div a {
	display: inline-block;
	padding-left: 15px;
	position: relative;
}
.footer-pt2 .block-footernav > div > div a:before {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 6px;
	height: 6px;
	border-top: 1px #fff solid;
	border-right: 1px #fff solid;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.footer-pt2 .block-footernav--sns-list {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.footer-pt2 .block-footernav--sns-list li {
	display: inline-block;
	padding: 0;
}
.footer-pt2 .block-footernav--sns-list li a {
	display: block;
	width: 40px;
	padding: 0 10px;
	height: 30px;
	text-indent: 300%;
	white-space: nowrap;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	-moz-background-size: 20px auto;
	-webkit-background-size: 20px auto;
}

/* ----フッター(パターン3)---- */

.footer-pt3 .block-footernav {
	text-align: center;
	display: flex;
	justify-content: space-between;
	padding: 50px 50px 0 50px;
	border-top: 1px #ffffff dotted;
}
.footer-pt3 .block-footernav ul {
}
.footer-pt3 .block-footernav li {
	padding: 0 1em;
	display: inline-block;
}
.footer-pt3 .block-footernav li:first-child {
	padding-left: 0;
}
.footer-pt3 .block-footernav li:last-child {
	padding-right: 0;
}
.footer-pt3 .block-footernav li a {
	color: #ffffff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-decoration: none;
	padding-left: 15px;
	position: relative;
	display: inline-block;
}
.footer-pt3 .block-footernav li a:before {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 6px;
	height: 6px;
	border-top: 1px #fff solid;
	border-right: 1px #fff solid;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.footer-pt3 .block-footernav li a:hover {
	opacity: 0.6;
}
.footer-pt3 .block-footernav--sns-list {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px #ffffff dotted;
	text-align: center;
}
.footer-pt3 .block-footernav--sns-list li {
	display: inline-block;
	padding: 0;
}
.footer-pt3 .block-footernav--sns-list li a {
	display: block;
	padding: 0 0 0 30px;
	margin-right: 50px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	-moz-background-size: 20px auto;
	-webkit-background-size: 20px auto;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.footer-pt3 .block-footernav--sns-list li a:hover {
	opacity: 0.6;
}
.footer-pt3 .block-footernav--sns-list li:last-child a {
	margin-right: 0;
}
.footer-pt3 .block-footernav--sns-list li a.instagram {
	background-image: url(../../img/usr/ico_instagram.png);
}
.footer-pt3 .block-footernav--sns-list li a.facebook {
	background-image: url(../../img/usr/ico_facebook.png);
}
.footer-pt3 .block-footernav--sns-list li a.twitter {
	background-image: url(../../img/usr/ico_twitter.png);
}
.footer-pt3 .block-footernav--sns-list li a.youtube {
	background-image: url(../../img/usr/ico_youtube.png);
}
.footer-pt3 .block-footernav--info {
	display: table;
	table-layout: fixed;
	width: 100%;
	width: calc(100% + 60px);
	width: -moz-calc(100% + 60px);
	width: -webkit-calc(100% + 60px);
	margin: 0 -30px 60px -30px;
}
.footer-pt3 .block-footernav--info .block-footernav--info-block {
	display: table-cell;
	padding: 10px 30px;
	position: relative;
}
.footer-pt3 .block-footernav--info .block-footernav--info-block:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #ffffff;
}
.footer-pt3 .block-footernav--info .block-footernav--info-block:last-child:after {
	display: none;
}
.footer-pt3 .block-footernav--info .block-footernav--info-block div {
	margin-bottom: 40px;
}
.footer-pt3 .block-footernav--info .block-footernav--info-block div:last-child {
	margin-bottom: 0;
}
.footer-pt3 .block-footernav--info .block-footernav--info-block div dl {
}
.footer-pt3 .block-footernav--info .block-footernav--info-block div dt {
	font-size: 16px;
	font-weight: bold;
	padding-left: 25px;
	margin-bottom: 10px;
	position: relative;
}
.footer-pt3 .block-footernav--info .block-footernav--info-block div dt:before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: #ffffff;
	position: absolute;
	top: 5px;
	left: 0;
}
.footer-pt3 .block-footernav--info .block-footernav--info-block div dd {
}
.footer-pt3 .block-footernav--info .block-footernav--info-block div dd p {
	line-height: 190%;
}
.footer-pt3 .block-footernav--info .block-footernav--info-block div dd strong {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 0.3em;
	display: inline;
}
.footer-pt3 .block-footernav--info .block-footernav--info-block div dd a {
	display: inline-block;
	max-width: 250px;
	padding: 12px 20px;
	margin: 15px 0;
	background: #ffffff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.footer-pt3 .block-footernav--info .block-footernav--info-block div dd a:hover {
	opacity: 0.8;
}

/* ----ページトップに戻る---- */

.block-page-top {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 37px;
	height: 70px;
	width: 70px;
	border-radius: 100%;
}
.block-page-top a {
	display: block;
	height: 70px;
	width: 70px;
	background: #3d62ad;
	border-radius: 100%;
	background-image: url(../../img/usr/common/ic-pagetop.png);
	background-size: contain;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
}
.block-page-top a:hover {
	opacity: 0.8;
}

/* ----PC/スマホ切り替えスイッチ---- */

.block-switcher {
	width: 400px;
	text-align: center;
	margin: 0 auto 20px;
}
.block-switcher li {
	display: inline-block;
}
.block-switcher--switch {
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #444;
	color: #fff;
}
.block-switcher--switch:hover {
	text-decoration: none;
	background-color: #ccc;
}
.block-switcher--current {
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #ccc;
	color: #fff;
}
.block-switcher .fa {
	margin-right: 10px;
	vertical-align: middle;
}
.block-switcher .fa-mobile-phone {
	font-size: 22px;
}
.block-switcher .fa-desktop {
	font-size: 18px;
}

/* ----Copyright---- */

.block-copyright {
	font-size: 12px;
	text-align: center;
}

/* ----ブランド画面---- */

.block-brand-list {
	margin: 40px 0 60px;
}
.block-brand-list .block-topic-path {
	margin-bottom: 40px;
}
.block-brand-list--items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto;
}
.block-brand-list--item {
	flex-grow: 1;
	flex-basis: 390px;
	max-width: 390px;
	margin: 0 0 20px 15px;
}
.block-brand-list--item:nth-of-type(3n + 1) {
	margin-left: 0;
}
.block-brand-list--item-img {
	width: 390px;
	height: 240px;
}
.block-brand-list--item-name,
.block-brand-list--item-comment {
	border: #ddd 1px solid;
	border-top: none;
	border-bottom: none;
}
.block-brand-list--item-name {
	padding: 15px 35px 0;
}
.block-brand-list--item-comment {
	border-bottom: #ddd 1px solid;
	padding: 15px 35px 35px;
}
.block-brand-list--item-btn {
	display: block;
	text-decoration: none;
	text-align: center;
	width: 240px;
	height: 48px;
	line-height: 48px;
	color: #333;
	font-size: 14px;
	margin: 15px auto 0;
	background: #e5e5e5;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.block-brand-list--item-btn:hover {
	opacity: 0.7;
}
.block-brand-detail {
	width: 800px;
	margin: 0 auto 80px auto;
}
.block-brand-detail--header {
	text-align: center;
}
.block-brand-detail--image {
	margin-top: 40px;
}
.block-brand-detail--image img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.block-brand-detail--description {
	margin-bottom: 30px;
}

/* ----商品詳細画面---- */

/*CSSによる商品詳細画面の項目の並び順変更用*/

.pane-goods-right-side form {
	display: flex;
	flex-flow: column wrap;
}
.page-goods .block-icon {
	order: 20;
}
.block-goods-name {
	order: 30;
	margin: 20px 0 0 0;
}
.block-goods-name h1 {
	margin: 0;
}
.block-goods-price {
	order: 40;
	margin: 10px 0 15px 0;
}
.block-goods-comment {
	order: 50;
	margin: 10px 0;
}
form .block-goods-comment1 {
	order: 55;
	margin: 10px 0;
}
.block-goods-code {
	order: 60;
}
.block-goods-item-code {
	order: 70;
}
.block-goods-item-code2 {
	order: 80;
}
.block-goods-item-code3 {
	order: 90;
}
.block-goods-release-dt {
	order: 100;
}
.block-goods-class1 {
	order: 110;
}
.block-goods-class2 {
	order: 120;
}
.block-goods-attr1 {
	order: 130;
}
.block-goods-attr2 {
	order: 140;
}
.block-goods-attr3 {
	order: 150;
}
.block-goods-size {
	order: 160;
}
.block-goods-color {
	order: 170;
}
.block-goods-point {
	order: 180;
}
.block-goods-postage {
	order: 190;
}
.block-goods-stock {
	order: 200;
}
.block-goods-sales-start-dt,
.block-goods-sales-end-dt {
	order: 205;
}
.block-goods-spec {
	order: 210;
}
.block-rules-comment {
	order: 215;
	margin: 10px 0;
}
.block-goods-sales-detail-append {
	order: 220;
}
.block-variation {
	order: 230;
	margin-top: 15px;
	padding: 3px 0 5px 0;
}
.block-variation > select {
	margin-top: 0;
	padding: 10px 0;
}
.block-variation > .block-variation {
	border-top: none;
	border-bottom: none;
}
.block-custom-order {
	order: 240;
}
.block-goods-set {
	order: 250;
}
.block-add-cart {
	order: 260;
}
.block-no-stock,
.block-outside-sales-period {
	order: 270;
}
.block-contact-about-goods {
	order: 280;
}
.block-arrival-notice {
	order: 290;
}
.block-goods-store-stock {
	order: 300;
}
.block-accessory-list {
	order: 310;
	margin-top: 100px;
}
.block-variation-back-order {
	order: 320;
}
.block-goods-favorite {
	order: 275;
}
.block-goods-link {
	order: 340;
}
.block-goods-sns {
	order: 350;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
}
.block-goods-sns li {
	padding-right: 10px;
}
.block-goods-sns li:last-child {
	padding-right: 0;
}
.pane-goods-right-side .block-variation .block-variation {
	margin: 30px 0 20px 0;
}
.pane-goods-right-side .block-variation .block-variation h2 {
	font-size: 16px;
	margin: 0 0 10px 0;
	padding-right: 1em;
}
.pane-goods-right-side .block-variation .block-variation .block-variation--selected-item {
	margin-bottom: 14px;
	font-size: 12px;
}
.pane-goods-right-side .block-variation .block-variation .block-variation--selected-item span {
	font-weight: normal;
	color: #888;
}
.pane-goods-right-side .block-custom-order {
	margin-bottom: 30px;
}
.block-goods-detail select {
	min-width: 400px;
}
@media all and (-ms-high-contrast: none) {
	.block-goods-detail-j--goods {
		flex-basis: calc((100% - 165px) / 5);
	}
}
.block-goods-set {
	margin-top: 20px;
}
.block-goods-set .legend {
	margin: 20px 0;
	font-size: 20px;
}
.block-goods-set .block-goods-set--header {
	border-bottom: none;
	margin: 10px 0 5px 0;
	font-size: 18px;
}
.block-goods-set .block-goods-set--item-list {
	margin-bottom: 60px;
	width: 100%;
}
.block-goods-set .block-goods-set--item-list th {
	text-align: center;
}
.block-goods-set .block-goods-set--item-list td.block-goods-set--item-name a {
	font-weight: bold;
}
.block-goods-set .block-goods-set--item-list td.block-goods-set--item-qty {
	text-align: center;
}
.block-goods-comment1,
.block-goods-comment2,
.block-goods-comment3,
.block-goods-comment4,
.block-goods-comment5 {
	margin: 30px 0;
}
.block-goods-comment5 {
	margin: 0 0 30px 0;
}
.pane-goods-center .block-top-event--header {
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.block-accessory-list--name {
	text-align: center;
	line-height: 140%;
	padding-bottom: 35px;
	margin-bottom: 50px;
	position: relative;
	letter-spacing: 0.1em;
}
.block-accessory-list--name:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 2em;
	margin-left: -1em;
	height: 2px;
	background-color: #444;
}
.pane-goods-right-side .block-accessory-list--name {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0;
}
.pane-goods-right-side .block-accessory-list--name:after {
	display: none;
}
.pane-goods-right-side .form-group {
	position: relative;
}
.pane-goods-right-side .form-group .constraint {
	position: absolute;
	width: 100px;
	right: 0;
	top: 0;
}
.pane-goods-right-side .block-accessory-list {
	margin-top: 40px;
}
.pane-goods-right-side .block-accessory-list .block-check-list-a--items {
	margin-bottom: 0;
}
.pane-goods-right-side .block-accessory-list .block-check-list-a--items li:last-child {
	margin-bottom: 0;
}
.pane-goods-right-side .block-accessory-list--name:after {
}
.block-goods-user-review {
	width: 1000px;
	margin: 0 auto 40px auto;
	padding: 30px 0;
}
.block-goods-footer-cart .block-variation {
	display: block;
	margin-bottom: 30px;
}
.block-goods-footer-cart .block-add-cart {
	margin: 30px auto 30px auto;
}
.block-switcher-container {
	float: left;
	padding: 0 0 10px 10px;
	width: 50%;
}
.block-switcher .block-switcher-container .block-switcher--switch .block-switcher--switch--inline .block-icon-image-small {
	background-size: 10px auto;
}
.block-switcher--switch--inline {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

/* ----買い物かご画面---- */
.block-cart--store-delivery {
	order: 3;
}

.block-cart--store-delivery-button-description {
	border-top: 1px solid #dcdcdc;
}

.block-cart--store-delivery-order-btn-store-delivery {
	font-size: 17px;
}

/* ----支払方法選択画面---- */
.block-order-method--store-delivery-store-search-btn {
	padding: 9px;
	margin: 1px 0 3px 0;
	height: 40px;
}

/*-- フッター --*/
.footer-original {
}

/* フッター内バナーエリア */
.footer-original-inner-bottom-bnr {
	max-width: 1180px;
	margin: 0 auto 80px auto;
	display: flex;
	flex-wrap: wrap;
	line-height: 1;
	gap: 17px;
}

.footer-original-inner.top {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	width: 1180px;
	margin: 0 auto;
	padding: 40px 0;
}
.footer-original-inner-inquiry,
.footer-original-inner-calender {
	width: 448px;
	background: #fff;
	padding: 25px 25px 68px;
	border-radius: 4px;
}
.footer-original-inner-inquiry {
	margin: 0 20px 0 0;
}
.footer-original-inner-inquiry a {
	color: #3d62ad;
	text-decoration: underline;
}
.footer-original-inner-inquiry-title,
.footer-original-inner-calender-title {
	font-size: 16px;
	font-weight: bold;
}
.footer-original-inner-inquiry-text,
.footer-original-inner-calender-text {
	margin: 0 0 15px;
}
.footer-original-inner-inquiry-text p,
.footer-original-inner-calender-text p {
	margin: 15px 0 0;
}
.footer-original-inner-inquiry-text-link {
	display: inline-block;
	margin: 10px 0 0;
}
.footer-original-inner-inquiry-button {
	margin: 0 0 10px;
}
.footer-original-inner-inquiry-button a {
	display: block;
	color: #fff;
	width: 100%;
	padding: 13px;
	text-align: center;
	background: #64b5b8;
	border-radius: 5px;
	text-decoration: none;
}
.footer-original-inner-inquiry-button a:hover {
	color: #fff !important;
}
.footer-original-inner-inquiry-button.other-shop a {
	color: #fff;
	background: #8ca4a4;
}
.footer-original-inner-calender {
	margin: 0 40px 0 0;
}
.footer-original-inner-bnr {
	width: 224px;
}
.footer-original-inner-bnr-item {
	line-height: 1;
}
.footer-original-inner-bnr-item:not(:last-of-type) {
	margin: 0 0 10px;
}

/*-- カレンダー --*/
:root {
	--calendar-color-normal: #222;
	--calendar-color-holiday: #fcbbbb;
	--calendar-color-holiday2: #fdcf74;
	--calendar-color-today: #fff;
	--calendar-color-head: #fff;
	--calendar-color-border: #ebe9e9;
	--calendar-color-border2: #fff;
	--calendar-background-color: #fff;
}

.calendar-wrapper-wrapper .calendar-title {
	text-align: center;
	margin: 0 0 8px 0;
}

.calendar-wrapper {
	background-color: var(--calendar-background-color);
}

.calendar-wrapper li {
	margin: 0;
	color: var(--calendar-color-normal);
}

.calendar-wrapper .cal_wrapper {
	border: 1px solid var(--calendar-color-border2);
	width: 100%;
}

.calendar-wrapper .cal_wrapper table {
	font-size: 0.75rem;
	line-height: 1.2;
	width: 100%;
	border-collapse: collapse;
	background-color: var(--calendar-background-color);
}

.calendar-wrapper .cal_wrapper table td {
	position: relative;
	vertical-align: middle;
	border: 1px solid var(--calendar-color-border);
	border-left: none;
	border-right: none;
}

.calendar-wrapper .cal_wrapper .headline {
	border-top: 1px solid var(--calendar-color-border);
}
.calendar-wrapper .cal_wrapper .headline th {
	color: var(--calendar-color-normal);
	font-size: 14px;
	text-align: center;
	padding: 4px 0;
}
.calendar-wrapper .cal_wrapper table td div {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100%;
	padding: 3px 0px;
	border: none;
	color: var(--calendar-color-normal);
	font-size: 15px;
}

.calendar-wrapper .cal_wrapper table td div span {
	display: none;
	position: absolute;
	bottom: 90%;
	left: 30%;
	z-index: 100;
	color: #fff;
	padding: 1px 5px;
	font-size: 1rem;
	line-height: 1.2;
	min-width: 10em;
	text-align: left;
}

.calendar-wrapper .cal_wrapper table td:hover div span {
	display: block;
}

.calendar-wrapper .cal_wrapper table .cal_ui {
	position: relative;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	background: var(--calendar-color-head);
	padding: 2px 0;
	font-weight: bold;
}

.calendar-wrapper .cal_wrapper table .cal_ui .disabled {
	display: none;
}

.calendar-wrapper .cal_wrapper table .cal_ui > p {
	font-size: 13px;
	color: var(--calendar-color-normal);
	margin: 0 0 0 46px;
}

.calendar-wrapper .cal_wrapper table .cal_ui ul {
	display: flex;
}

.calendar-wrapper .cal_wrapper table .cal_ui ul li a {
	padding: 0 5px;
	color: var(--calendar-color-normal);
	font-weight: bold;
	font-size: 13px;
}

.calendar-wrapper .cal_wrapper td div.Today {
	background-color: var(--calendar-color-today);
}

.calendar-wrapper .cal_wrapper td div.Holyday {
	background-color: var(--calendar-color-holiday);
}

.calendar-wrapper .cal_wrapper td div.HolydayWork {
	background-color: var(--calendar-color-holiday2);
}

.calendar-wrapper .cal_info {
	padding: 20px 0 0 0;
	font-size: 0.75rem;
	line-height: 1.2;
}

.calendar-wrapper .cal_info ul {
	display: flex;
	gap: 0 10px;
}

.calendar-wrapper .cal_info li:before {
	display: inline-block;
	margin: 0 7px 0 0;
	width: 10px;
	height: 10px;
	content: "";
	vertical-align: middle;
}

.calendar-wrapper .cal_info li.day--today:before {
	background: var(--calendar-color-today);
}

.calendar-wrapper .cal_info li.day--holiday:before {
	background: var(--calendar-color-holiday);
}

.calendar-wrapper .cal_info li.day--holidaywork:before {
	background: var(--calendar-color-holiday2);
}

.footer-original-inner.bottom {
	width: 1180px;
	margin: 0 auto;
	padding: 30px 0;
}
.footer-original-inner-sns-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 25px;
}
.footer-original-inner-sns-list li {
	width: 30px;
}
.footer-original-inner-link-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 14px;
}
.footer-original-inner-link-list li {
	padding: 0 15px;
}
.footer-original-inner-link-list li:not(:last-of-type) {
	border-right: 1px solid #dce1e4;
}
.footer-original-inner-copy {
	text-align: center;
}
.footer-original-inner-copy-text {
	margin: 29px 0 0 0;
	font-size: 12px;
	color: #6b8899;
}