car@charset "utf-8";
/* --------------------------------------------------------------------------------
	タグ
-------------------------------------------------------------------------------- */
html {}
body {
	margin: 0;
	padding: 0;
	min-width: 1200px;
	line-height: 1.5;
	text-size-adjust: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: 400;
	color: #2d2d2b;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
address {
	font-style: normal;
}
/* --------------------------------------------------------------------------------
	共通
-------------------------------------------------------------------------------- */
.common {
	text-align: left;
	font-size: 17px;
}
.common * {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.common h1, .common h2, .common h3, .common h4, .common h5, .common h6 {
	font-size: 1em;
}
.common ol, .common ul {
	list-style: none;
}
.common table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
}
.common a, .common a:link, .common a:visited {
	text-decoration: none;
	color: #2d2d2b;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
	tap-highlight-color: rgba(0, 0, 0, 0.8);
}
.common a:hover, .common a:active {
	text-decoration: underline;
}
input, select, textarea {
	outline: none !important;
	box-shadow: none !important;
}
/* --------------------------------------------------------------------------------
	共通クラス
-------------------------------------------------------------------------------- */
.clear {
	clear: both;
}
br.clear {
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	height: 0;
	border: none;
	visibility: hidden;
	font-size: 0;
}
.clearfix::after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1%;
}
* html .clearfix {
	height: 1%;
	/*\*/ /*/
	height:auto;
	overflow:hidden;
	/**/
}
.font-mincho, .font-mincho * {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 400;
}
/* --------------------------------------------------------------------------------
	デバイスごとの表示・非表示
-------------------------------------------------------------------------------- */
.device-sp {
	display: none;
}
.device-sp-inline {
	display: none;
}
.device-pc {
	display: block;
}
.device-pc-inline {
	display: inline;
}
/* --------------------------------------------------------------------------------
	container
-------------------------------------------------------------------------------- */
#container {}
/* --------------------------------------------------------------------------------
	header
-------------------------------------------------------------------------------- */
a#pagetop{
	display: block;
}
#header-outer {
	display: block;
	position: fixed;
	width: 100%;
	z-index: 100;
	background: #fff;
	padding-top: 21px;
}
#header {}
/* ----------------------------------------
ヘッダーコンテンツ
---------------------------------------- */
#header .h-contents {
	border-bottom: solid 1px #344b9b;
}
#header .h-contents .h-contents-box {
	display: flex;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 12px;
}
/********** ロゴ **********/
#header .h-logo {
	width: 20%;
}
#header .h-logo a {
	display: block;
}
#header .h-logo img {
	display: block;
}
/********** 検索 **********/
#header .h-search {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	/*padding: 23px 1em 0;*/
}
#header .h-search form {
	width: 30em;
	margin-right: 2em;
	padding: 2px 4px;
	border-radius: 10px;
	border: solid 1px #3c5398;
}
#header .h-search form .h-search-box {
	display: flex;
	align-items: center;
	position: relative;
	padding: 0.2em;
}
#header .h-search form .h-search-box::after {
	position: absolute;
	right: 40px;
	content: '';
	width: 1px;
	height: 20px;
	background: #3c5398;
}
#header .h-search form input[type="text"] {
	display: block;
	border: none;
	/*width: 215px;*/
	height: auto;
	margin: 0 10px 0 0;
	line-height: 1.5;
	border-radius: 0;
}
#header .h-search form input[type="image"] {
	width: 19px;
	height: 20px;
	margin-right: 0.5em;
}
/********** ボタン **********/
#header .h-btn {
	width: 20%;
}
#header .h-btn ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	/*padding: 20px 0 0;*/
}
#header .h-btn ul li {
	width: 33.333%;
	text-align: center;
}
#header .h-btn ul li a {
	position: relative;
	display: block;
}
/* カート数量 */
#header .h-btn ul li a .fs-client-cart-count {
	position: absolute;
	top: -0.5vh;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.75em;
	height: 1.75em;
	padding: 0;
	border: none;
	border-radius: 2em;
	font-size: 12px;
	color: #fff;
	background: #b32a28;
	line-height: 1;
	z-index: 1;
}
/********** h-nav-tel **********/
#header .h-nav-tel {
	border-bottom: solid 1px #3c5398;
}
#header .h-nav-tel .h-nav-tel-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
}
/********** h-nav **********/
#header .h-nav {}
#header .h-nav .h-nav-box {
	width: 658px;
	padding: 21px 0;
}
#header .h-nav .h-nav-box ul {
	display: flex;
	width: 100%;
}
#header .h-nav .h-nav-box ul li {
	position: relative;
}
#header .h-nav .h-nav-box ul li::before, #header .h-nav .h-nav-box ul li:last-child::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin: -17px 0 0;
	display: block;
	width: 2px;
	height: 35px;
	background: #3c5398;
}
#header .h-nav .h-nav-box ul li:last-child::after {
	left: auto;
	right: 0;
}
#header .h-nav .h-nav-box ul li a {
	display: block;
	width: 162px;
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
	color: #344b9b;
}
#header .h-nav .h-nav-box ul li a .label-ja {
	font-size: 18px;
}
#header .h-nav .h-nav-box ul li a .label-en {
	font-size: 14px;
}
/********** h-tel **********/
#header .h-tel {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	width: 500px;
	padding: 0 65px 0 0;
	color: #344b9b;
}
#header .h-tel::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	margin: -17px 0 0;
	display: block;
	width: 2px;
	height: 35px;
	background: #3c5398;
}
#header .h-tel .h-tel-box {
	display: flex;
	align-items: center;
	line-height: 1.2;
}
#header .h-tel .tel-heading {
	font-size: 18px;
}
#header .h-tel .tel-num {
	margin: 0 0 0 18px;
	padding: 0 0 0 30px;
	font-size: 22px;
	font-weight: bold;
	background: url("../images/common/h-icon-tel.png") no-repeat 0 40%;
}
#header .h-tel .txt-tel-hours {
	position: relative;
	left: 4px;
	letter-spacing: 0.02em;
	font-size: 14px;
}
/* --------------------------------------------------------------------------------
	sub1
-------------------------------------------------------------------------------- */
#sub1 {
	width: 260px;
	/*background: #eeeeef;*/
}
#sub1 .heading {
	display: none;
}
#sub1 .heading h2 {
	padding: 0.5vh 0;
	text-align: center;
	font-size: 1.3em;
	color: #344B9B;
	/*font-weight: normal;*/
	border: #344b9b;
	border-bottom: 0.01em solid;
	border-left: 0.1em solid;
}
/********** 会員情報表示 **********/
#sub1 .txt-greeting {
	display: none;
	padding: 33px 20px 35px;
}
#sub1 .txt-greeting .txt-greeting-wrapper {
	border-radius: 5px;
	overflow: hidden;
}
#sub1 .txt-greeting .txt-greeting-box {
	border-top: solid 5px #344b9b;
	padding: 21px 10px 17px;
	text-align: center;
	line-height: 1.4;
	font-size: 16px;
	background: #fff;
}
/* アイコン */
#sub1 .txt-greeting .s1-icon-greeting {
	padding: 0 0 22px;
}
#sub1 .txt-greeting .s1-icon-greeting img {
	display: block;
}
/* 会員様お名前 */
#sub1 .txt-greeting .member-name {
	padding: 0 0 25px;
}
/* ポイント */
#sub1 .txt-greeting .point {
	padding: 0 0 5px;
}
#sub1 .txt-greeting .point .point-box {
	line-height: 1.2;
	font-weight: bold;
}
#sub1 .txt-greeting .point .point-1 {
	font-size: 30px;
	color: #195690;
}
#sub1 .txt-greeting .point .point-2 {
	font-size: 20px;
}
/* ライン */
#sub1 .txt-greeting .s1-line-greeting {}
#sub1 .txt-greeting .s1-line-greeting img {
	display: block;
}
/********** カテゴリー **********/
#sub1 .s1-menu-category {}
#sub1 .s1-menu-category .heading {
	padding: 0 0 20px;
}
#sub1 .s1-menu-category .heading img {
	display: block;
}
#sub1 .s1-menu-category .s1-menu-category-wrapper, #sub1 .s1-menu-news .s1-menu-news-wrapper {
	padding: 0 20px;
}
#sub1 .s1-menu-category .s1-menu-category-box {
	padding: 0 0 15px;
}
#sub1 .s1-menu-category .sheading, #sub1 .s1-menu-news .sheading {
	margin: 0 0 22px;
	padding: 1vh 30px 1vh 0;
	border-top: solid 1px #344b9b;
	border-bottom: solid 1px #344b9b;
	font-weight: bold;
	font-size: 18px;
	color: #344b9b;
	/*background: url("../images/common/s1-icon-arr-down.png") no-repeat calc(100% - 5px) 0.5em;*/
	cursor: pointer;
}
#sub1 .s1-menu-category-book .sheading {
	border-top: none;
}
#sub1 .s1-menu-category ul li {
	padding: 0 0 11px;
}
#sub1 .s1-menu-category ul li a {
	display: block;
	padding: 2px 0;
	font-size: 15px;
	color: #414141;
}
#sub1 .s1-menu-news .news_wrapper {
	font-size: 14px;
}
/********** MUSIC **********/
#sub1 .s1-menu-category-music ul {
	padding: 0 0 10px;
}
#sub1 .s1-menu-category-music .cat-heading {
	padding: 0 0 6px;
	font-size: 15px;
	font-weight: bold;
	color: #2d2d2b;
}
#sub1 .s1-menu-category-music ul li {
	padding: 0 0 5px;
}
/* 音楽ソフト詳細検索ボタン */
#sub1 .s1-menu-category-music .btn-search-details {
	padding: 0 0 20px;
}
#sub1 .s1-menu-category-music .btn-search-details a {
	display: block;
	padding: 8px 0 8px 23px;
	border-radius: 50px;
	text-decoration: none;
	letter-spacing: 0.02em;
	font-size: 16px;
	/*font-weight: bold;*/
	color: #fff;
	background: #b32a28 url("../images/common/s1-icon-music-search.png") no-repeat calc(100% - 20px) 0.85em;
}
/********** アコーディオンメニュー **********/
/* アコーディオンメニュー：通常時 */
/*
#sub1 .s1-menu-category .open-close-contents {
	display: none;
}
*/
/* アコーディオンメニュー：開いたとき */
#sub1 .s1-menu-category .s1-menu-category-box.active .sheading {
	background-image: url("../images/common/s1-icon-arr-up.png");
}
#sub1 .s1-menu-category .s1-menu-category-box.active ul {}
/********** SNS **********/
#sub1 .s1-menu-sns {
	padding: 0 0 20px;
}
#sub1 .s1-menu-sns .heading {
	padding: 0 0 10px;
}
#sub1 .s1-menu-sns ul {
	padding: 0 20px;
}
#sub1 .s1-menu-sns ul li {
	padding: 0 0 2px;
}
#sub1 .s1-menu-sns ul li a {
	display: flex;
	align-items: center;
	padding: 8px 20px 8px 0;
	font-size: 15px;
	color: #7d7d7d;
}
#sub1 .s1-menu-sns ul li a .icon {}
#sub1 .s1-menu-sns ul li a img {
	margin: 0 19px 0 0;
}
/********** INFORMATION **********/
#sub1 .s1-menu-information {
	padding: 0 0 30px;
}
#sub1 .s1-menu-information .heading {
	padding: 0 0 18px;
}
#sub1 .s1-menu-information .heading img {
	display: block;
}
#sub1 .s1-menu-information ul {}
#sub1 .s1-menu-information ul li {
	display: block;
	padding: 3px 20px;
	margin: 0 0 4px;
	font-size: 15px;
	color: #7d7d7d;
}
/* ----------------------------------------
customer表示切り替え
---------------------------------------- */
/********** ログイン・ログアウトの表示切り替え：ログアウト時 **********/
#sub1 .my-false .logout {
	display: block !important;
}
#sub1 .my-false .login {
	display: none !important;
}
/********** ログイン・ログアウトの表示切り替え：ログイン時 **********/
#sub1 .my-true .logout {
	display: none !important;
}
#sub1 .my-true .login {
	display: block !important;
}
/********** ログイン・ログアウトの表示切り替え：ログイン時 **********/
#sub1 .my-false .point {
	display: none;
}
#sub1 .my-true .point {
	display: block;
}
/* --------------------------------------------------------------------------------
	footer
-------------------------------------------------------------------------------- */
#footer {}
/* ------------------------------
	Amazonバナー
---------------------------------- */
#footer .bnr-amazon {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 75px;
}
#footer .bnr-amazon a {
	display: block;
}
/* ----------------------------------------
フッターコンテンツ
---------------------------------------- */
#footer .f-contents {
	padding: 0 0 20px;
	color: #000;
	background: #eeeeef;
}
#footer .f-contents a {
	color: #000;
}
#footer .f-contents .f-contents-box {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
	padding: 46px 0 40px;
}
/********** カラム **********/
#footer .col {
	width: 332px;
}
/********** 見出し **********/
#footer .f-contents .heading {
	position: relative;
	margin: 0 0 18px;
	padding: 0 0 5px 13px;
	border-bottom: solid 2px #b9b9ba;
	color: #000;
}
#footer .f-contents .heading::before {
	position: absolute;
	left: 0;
	top: 50%;
	content: '';
	display: block;
	margin: -10px 0 0;
	width: 6px;
	height: 13px;
	background: #000;
}
/********** 決済方法 **********/
#footer .f-contents .pay-list {
	padding: 0 0 8px;
}
#footer .f-contents .pay-list ul li {
	text-indent: -1em;
	padding: 0 0 10px 1em;
}
#footer .f-contents .btn-pay a {
	display: inline-block;
	padding: 0 30px 0 0;
	background: url("../images/common/f-btn-arr.png") no-repeat 100% 4px;
}
/********** 決済方法-1 **********/
#footer .f-contents .delivery-1 .delivery-box {
	padding: 0 0 35px;
}
#footer .f-contents .delivery-1 .delivery-box p {
	line-height: 1.8;
}
/********** 決済方法-2 **********/
#footer .f-contents .delivery-2 .delivery-box {
	padding: 0;
}
#footer .f-contents .delivery-2 .delivery-box p {
	padding: 0 0 6px;
	line-height: 1.8;
}
#footer .f-contents .delivery-2 .delivery-box .txt-att {
	font-size: 14px;
}
/********** 送料 **********/
#footer .f-contents .shipping {
	padding: 0 0 35px;
}
#footer .f-contents .shipping p {
	line-height: 1.8;
}
#footer .f-contents .shipping .txt-att {
	padding: 0 0 12px;
	font-size: 14px;
}
#footer .f-contents .shipping .shipping-price {
	padding: 0 0 23px;
}
#footer .f-contents .shipping .btn-shipping a {
	display: inline-block;
	padding: 0 30px 0 0;
	background: url("../images/common/f-btn-arr.png") no-repeat 100% 4px;
}
/********** ポイントについて **********/
#footer .f-contents .point {
	padding: 0 0 35px;
}
#footer .f-contents .point p {
	padding: 0 0 22px;
	line-height: 1.8;
}
#footer .f-contents .point .btn-point a {
	display: inline-block;
	padding: 0 30px 0 0;
	background: url("../images/common/f-btn-arr.png") no-repeat 100% 4px;
}
/* ----------------------------------------
バナー/SNS
---------------------------------------- */
#footer .bnr-sns {
	display: flex;
	width: 950px;
	margin: 0 auto;
	padding: 60px 0;
}
/********** バナー **********/
#footer .bnr-sns .f-bnr ul {
	display: flex;
}
#footer .bnr-sns .f-bnr ul li {
	padding: 0 73px 0 0;
}
#footer .bnr-sns .f-bnr ul li:nth-of-type(2) {
	padding: 0 63px 0 0;
}
/********** SNS **********/
#footer .bnr-sns .f-sns {
	padding: 26px 0 0;
}
#footer .bnr-sns .f-sns ul {
	display: flex;
}
#footer .bnr-sns .f-sns ul li {
	padding: 0 20px 0 0;
}
#footer .bnr-sns .f-sns ul li:last-child {
	padding: 0;
}
/********** フッターナビゲーション **********/
#footer .f-nav {
	display: flex;
	justify-content: center;
	padding: 0 0 18px;
}
#footer .f-nav a {
	display: inline-block;
	padding: 0 10px;
}
/********** コピーライト **********/
#footer .copyright {
	padding: 25px;
	text-align: center;
	font-size: 19px;
	color: #fff;
	background: #344b9b;
}
#footer .copyright small {
	font-size: 1em;
}
/********** ページトップ **********/
#footer .f-btn-pagetop {
	position: fixed;
	right: 36px;
	bottom: 36px;
	z-index: 100;
}