@charset "utf-8";
/* --------------------------------------------------------------------------------
	html & body
-------------------------------------------------------------------------------- */
html {}
body {
	margin: 0 auto;
	padding: 0;
	max-width: 800px;
	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;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
address {
	font-style: normal;
}
/* --------------------------------------------------------------------------------
	共通 リセット タグ等
-------------------------------------------------------------------------------- */
.common {
	text-align: left;
	font-size: 3.6vw;
}
.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: none;
}
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;
}
/********** プレースホルダー **********/ ::-webkit-input-placeholder, ::placeholder {
	color: #000;
}
/* --------------------------------------------------------------------------------
	デバイスごとの表示・非表示
-------------------------------------------------------------------------------- */
.device-sp {
	display: block;
}
.device-sp-inline {
	display: inline;
}
.device-pc {
	display: none;
}
.device-pc-inline {
	display: none;
}
/* ----------------------------------------
customer表示切り替え
---------------------------------------- */
/********** ログイン・ログアウトの表示切り替え：ログアウト時 **********/
.my-false .logout {
	display: block !important;
}
.my-false .login {
	display: none !important;
}
/********** ログイン・ログアウトの表示切り替え：ログイン時 **********/
.my-true .logout {
	display: none !important;
}
.my-true .login {
	display: block !important;
}
/* --------------------------------------------------------------------------------
	header
-------------------------------------------------------------------------------- */
a#pagetop {
	display: block;
}
#header-outer {
	display: block;
	position: fixed;
	width: 100%;
	z-index: 100;
	background: #fff;
	padding-top: 4.8vw;
}
#header-sp {}
/* ----------------------------------------
ヘッダーコンテンツ
---------------------------------------- */
#header-sp .h-contents {
	padding: 0 0 3vw;
	border-bottom: solid 1px #344b9b;
}
#header-sp .h-contents .h-contents-box {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	margin: 0 auto;
}
#header-sp .h-contents .h-contents-box .h-inner_wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 60%;
}
/********** ロゴ **********/
#header-sp .h-logo {
	width: 30%;
	/*margin-left: 3vw;*/
}
#header-sp .h-logo a {
	display: block;
}
#header-sp .h-logo img {
	display: block;
}
/********** グローバルナビ **********/
#header-sp .h-nav {
	margin: 1vh 1vw;
}
#header-sp .h-nav ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#header-sp .h-nav ul li {
	width: 33%;
	padding: 0.5vh 0.5vw;
	text-align: center;
	background: #344b9b;
	border-radius: 1vh;
}
#header-sp .h-nav ul li a {
	color: #fff;
}
/********** 検索 **********/
#header-sp .h-search {
	/*width: 37vw;*/
	margin: 1vh 1vw 0;
}
#header-sp .h-search form {
	/*width: 35vw;*/
	padding: 0 1vw;
	border-radius: 2vw;
	border: solid 1px #3c5398;
	overflow: hidden;
}
#header-sp .h-search form .h-search-box {
	display: flex;
	align-items: center;
	position: relative;
}
#header-sp .h-search form .h-search-box::after {
	position: absolute;
	right: 6.5vw;
	content: '';
	width: 1px;
	height: 20px;
	background: #3c5398;
}
#header-sp .h-search form input[type="text"] {
	display: block;
	border: none;
	/*width: 25vw;*/
	margin: 0 3vw 0 0;
	line-height: 1.5;
	border-radius: 0;
	font-size: 16px;
}
#header-sp .h-search form input[type="image"] {
	width: 3.5vw;
	height: 3.5vw;
	margin-right: 1.5vw;
}
/********** ボタン **********/
#header-sp .h-btn {
	width: 60%;
	padding: 0 2.8vw 0 0;
}
#header-sp .h-btn ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	/*padding: 3.8vw 0 0;*/
}
#header-sp .h-btn ul li {
	width: 33.333%;
	text-align: center;
}
#header-sp .h-btn ul li a {
	display: block;
	position: relative;
}
#header-sp .h-btn ul li a img {
	width: 7vw;
}
/* カート数量 */
#header-sp .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: 4vw;
	height: 4vw;
	padding: 0;
	border: none;
	border-radius: 5vw;
	font-size: 2vw;
	color: #fff;
	background: #b32a28;
	line-height: 1;
	z-index: 1;
}
/* ----------------------------------------
ハンバーガーメニュー
---------------------------------------- */
/********** メニューを開くボタン **********/
#header-sp .h-btn-menu {
	width: 8vw;
	/*padding: 3.2vw 0 0;*/
}
/********** h-menu **********/
#header-sp .h-menu {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 0 10vw;
	background: #eeeeef;
}
#header-sp .h-menu .h-menu-box {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #eeeeef;
	padding: 7vh 0 0;
	overflow: scroll;
}
/********** 閉じるボタン **********/
#header-sp .h-menu .h-btn-close {
	position: fixed;
	z-index: 1;
	right: 3.5vw;
	top: 3.5vw;
	width: 8vw;
	height: 8vw;
}
/********** 会員情報表示 **********/
#header-sp .h-menu .txt-greeting {
	display: none;
	padding: 8vw 7.5vw;
}
#header-sp .h-menu .txt-greeting .txt-greeting-wrapper {
	border-radius: 2.5vw;
	overflow: hidden;
}
#header-sp .h-menu .txt-greeting .txt-greeting-box {
	border-top: solid 2vw #344b9b;
	padding: 4vw 3vw 7vw;
	text-align: center;
	line-height: 1.75;
	font-size: 5.5vw;
	background: #fff;
}
/* アイコン */
#header-sp .h-menu .txt-greeting .h-icon-greeting {
	padding: 0 0 6vw;
}
#header-sp .h-menu .txt-greeting .h-icon-greeting img {
	display: block;
}
/* 会員様お名前 */
#header-sp .h-menu .txt-greeting .member-name {
	padding: 0 0 3vw;
}
/* ポイント */
#header-sp .h-menu .txt-greeting .point {
	padding: 0 0 5vw;
}
#header-sp .h-menu .txt-greeting .point .point-box {
	line-height: 1.2;
	font-weight: bold;
}
#header-sp .h-menu .txt-greeting .point .point-1 {
	font-size: 10vw;
	color: #195690;
}
#header-sp .h-menu .txt-greeting .point .point-2 {
	font-size: 5vw;
}
/* ライン */
#header-sp .h-menu .h-line-greeting img {
	display: block;
}
/********** カテゴリー **********/
#header-sp .h-menu .h-menu-category {}
#header-sp .h-menu .h-menu-category .heading {
	padding: 0 0 4vw;
}
#header-sp .h-menu .h-menu-category .heading h2 {
	font-size: 3.6vw;
	background: #344b9b;
	color: #ffffff;
	padding: 3.5vw;
	font-weight: bold;
}
#header-sp .h-menu .h-menu-category .h-menu-category-wrapper {}
#header-sp .h-menu .h-menu-category .h-menu-category-box {}
#header-sp .h-menu .h-menu-category ul li {
	margin: 0 0 3.5vw;
	padding: 0 3.5vw 3.5vw;
	border-bottom: 1px solid #344b9b;
}
#header-sp .h-menu .h-menu-category ul li:last-child {
	margin: 0;
}
#header-sp .h-menu .h-menu-category ul li a {
	display: block;
	font-size: 3.6vw;
	color: #344b9b;
	position: relative;
}
#header-sp .h-menu .h-menu-category ul li a::after {
	font-family: "fs-icon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #344b9b;
	content: "\e90c";
	font-size: 2.2rem;
	position: absolute;
	right: -2.5vw;
}
/********** SNS **********/
#header-sp .h-menu .h-menu-sns {
	padding: 0 0 8vw;
}
#header-sp .h-menu .h-menu-sns .heading {
	padding: 0 0 4vw;
}
#header-sp .h-menu .h-menu-sns ul {
	padding: 0 7.5vw;
}
#header-sp .h-menu .h-menu-sns ul li a {
	display: flex;
	align-items: center;
	padding: 2.5vw 0;
	font-size: 4vw;
	color: #7d7d7d;
}
#header-sp .h-menu .h-menu-sns ul li a .icon {
	padding: 0 0 0 2vw;
}
#header-sp .h-menu .h-menu-sns ul li a img {
	width: 11.2vw;
}
/********** INFORMATION **********/
#header-sp .h-menu .h-menu-information {}
#header-sp .h-menu .h-menu-information .heading {}
#header-sp .h-menu .h-menu-information .heading h2 {
	font-size: 3.6vw;
	color: #344b9b;
	padding: 3.5vw;
	font-weight: bold;
}
#header-sp .h-menu .h-menu-information .news-box1 {
	padding: 0 3.5vw 3.5vw;
	margin: 0 0 3.5vw;
	border-bottom: 1px solid #344b9b;
}
#header-sp .h-menu .h-menu-information .news-box1 ul li {
	font-size: 3.3vw;
}
#header-sp .h-menu .h-menu-information .news-box2 {
	margin: 3.5vw 0;
}
#header-sp .h-menu .h-menu-information .news-box2 ul {}
#header-sp .h-menu .h-menu-information .news-box2 ul li {
	margin: 0 0 3.5vw;
	padding: 0 3.5vw 3.5vw;
	border-bottom: 1px solid #344b9b;
}
#header-sp .h-menu .h-menu-information .news-box2 ul li:last-child {
	margin: 0;
	border: none;
}
#header-sp .h-menu .h-menu-information .news-box2 ul li a {
	display: block;
	font-size: 3.6vw;
	color: #7d7d7d;
	position: relative;
}
#header-sp .h-menu .h-menu-information .news-box2 ul li a::after {
	font-family: "fs-icon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #344b9b;
	content: "\e90c";
	font-size: 2.2rem;
	position: absolute;
	right: -2.5vw;
}
/********** MUSIC **********/
#header-sp .h-menu .h-menu-tel_bnr {
	height: 33vw;
}
/********** MUSIC **********/
#header-sp .h-menu .h-menu-category-music ul {
	padding: 0 0 6vw;
}
#header-sp .h-menu .h-menu-category-music ul li {
	padding: 0 0 3vw;
}
#header-sp .h-menu .h-menu-category-music .cat-heading {
	padding: 0 0 3.5vw;
	font-weight: bold;
	font-size: 4vw;
	color: #2d2d2b;
}
/* 音楽ソフト詳細検索ボタン */
#header-sp .h-menu .h-menu-category .btn-search-details {
	padding: 0 0 7vw;
}
#header-sp .h-menu .h-menu-category .btn-search-details a {
	display: block;
	padding: 1.25vh 10vw;
	border-radius: 50vw;
	text-decoration: none;
	letter-spacing: 0.02em;
	font-size: 5vw;
	color: #fff;
	background: #b32a28 url("../images/common/s1-icon-music-search.png") no-repeat calc(100% - 20px) 0.85em;
	background-size: 5vw auto;
}
/* ----------------------------------------
電話ボタン
---------------------------------------- */
#header-sp .h-tel {
	/* padding: 0 7vw 10vh; */
	padding: 0 0 7vh;
}
#header-sp .h-tel a {
	/*
	display: block;
	padding: 8vw 0 6vw 0;
	border-radius: 2.5vw;
	text-align: center;
	font-size: 6.5vw;
	color: #fff;
	background: #344b9b;
	*/
}
#header-sp .h-tel .h-tel-box {
	line-height: 1.2;
}
#header-sp .h-tel .tel-heading {
	padding: 0 0 4vw;
	font-weight: bold;
	font-size: 6.5vw;
}
#header-sp .h-tel .tel-num {
	margin: 0 0 1vw;
	padding: 0 0 0 10vw;
	letter-spacing: -0.2vw;
	font-size: 8.5vw;
	font-weight: bold;
	background: url("../images/common-device/h-icon-tel.png") no-repeat 3vw 40%;
	background-size: 8.5vw auto;
}
#header-sp .h-tel .txt-tel-hours {
	text-align: center;
	letter-spacing: 0.02em;
	font-size: 4.7vw;
}
/* ----------------------------------------
customer表示切り替え
---------------------------------------- */
/********** ログイン・ログアウトの表示切り替え：ログアウト時 **********/
.my-false .point {
	display: none;
}
.my-true .point {
	display: block;
}
.my-false .member-name br {
	display: none;
}
#header-sp .my-false .h-menu .txt-greeting .member-name {
	padding: 0 0 5vw;
}
/********** ログイン・ログアウトの表示切り替え：ログイン時 **********/
.my-false .point {
	display: none;
}
.my-true .point {
	display: block;
}
/* ----------------------------------------
アコーディオンメニュー
---------------------------------------- */
/* アコーディオンメニュー：通常時 */
#header-sp .h-menu-category .open-close-contents {
	display: none;
}
/* アコーディオンメニュー：開いたとき */
#header-sp .h-menu-category .h-menu-category-box.active .sheading {
	background-image: url("../images/common-device/h-icon-arr-up.png");
}
#header-sp .h-menu-category .h-menu-category-box.active ul {}
/* --------------------------------------------------------------------------------
	container
-------------------------------------------------------------------------------- */
#container {}
/* --------------------------------------------------------------------------------
	header-sp
-------------------------------------------------------------------------------- */
#header-sp {}
/* ----------------------------------------

---------------------------------------- */
#header-sp-sp .xxx {}
/* --------------------------------------------------------------------------------
	footer-sp
-------------------------------------------------------------------------------- */
#footer-sp {
	font-size: 3.6vw;
}
/* ---------------------------------------
	Amazonバナー
------------------------------------------- */
#footer-sp .bnr-amazon {
	margin: 0;
	padding: 0 7vw 7vw;
}
#footer-sp .bnr-amazon a {
	display: block;
}
/* ----------------------------------------
フッターコンテンツ
---------------------------------------- */
#footer-sp .f-contents {
	padding: 0 11vw 2vw;
	color: #000;
	background: #eeeeef;
}
#footer-sp .f-contents a {
	color: #000;
}
#footer-sp .f-contents .f-contents-box {
	margin: 0 auto;
	padding: 12vw 0 5vw;
}
/********** カラム **********/
#footer-sp .col {
	padding: 0 0 13vw;
}
/********** 見出し **********/
#footer-sp .f-contents .heading {
	position: relative;
	margin: 0 0 4vw;
	padding: 0 0 1vw;
	border-bottom: solid 1px #b9b9ba;
	font-size: 3.7vw;
	color: #000;
	background: url("../images/common-device/f-icon-arr-down.jpg") no-repeat 100% 50%;
	background-size: 3vw auto;
}
#footer-sp .f-contents .heading.active {
	background-image: url("../images/common-device/f-icon-arr-down.jpg");
}
/********** 決済方法 **********/
#footer-sp .f-contents .pay-list {
	padding: 0 0 2vw;
}
#footer-sp .f-contents .pay-list ul li {
	text-indent: -1em;
	padding: 0 0 2vw 1em;
}
#footer-sp .f-contents .btn-pay a {
	display: inline-block;
	padding: 0 5vw 0 0;
	background: url("../images/common/f-btn-arr.png") no-repeat 100% 4px;
	background-size: 3.8vw auto;
}
/********** 決済方法-1 **********/
#footer-sp .f-contents .delivery-1 {
	padding: 0 0 13vw;
}
#footer-sp .f-contents .delivery-1 .delivery-box {}
#footer-sp .f-contents .delivery-1 .delivery-box p {
	line-height: 1.9;
}
/********** 決済方法-2 **********/
#footer-sp .f-contents .delivery-2 .delivery-box {
	padding: 0;
}
#footer-sp .f-contents .delivery-2 .delivery-box p {
	padding: 0 0 2vw;
	line-height: 1.9;
}
#footer-sp .f-contents .delivery-2 .delivery-box .txt-att {
	font-size: 3vw;
}
/********** 送料 **********/
#footer-sp .f-contents .shipping {
	padding: 0 0 13vw;
}
#footer-sp .f-contents .shipping p {
	line-height: 1.9;
}
#footer-sp .f-contents .shipping .txt-att {
	padding: 0 0 3vw;
	font-size: 3vw;
}
#footer-sp .f-contents .shipping .shipping-price {
	padding: 0 0 3vw;
}
#footer-sp .f-contents .shipping .btn-shipping a {
	display: inline-block;
	padding: 0 5vw 0 0;
	background: url("../images/common/f-btn-arr.png") no-repeat 100% 4px;
	background-size: 3.8vw auto;
}
/********** ポイントについて **********/
#footer-sp .f-contents .point {
	padding: 0 0 3vw;
}
#footer-sp .f-contents .point p {
	padding: 0 0 22px;
	line-height: 1.8;
}
#footer-sp .f-contents .point .btn-point a {
	display: inline-block;
	padding: 0 5vw 0 0;
	background: url("../images/common/f-btn-arr.png") no-repeat 100% 4px;
	background-size: 3.8vw auto;
}
/* ----------------------------------------
アコーディオン（展開）
---------------------------------------- */
/* 通常時 */
#footer-sp .open-close-contents {
	display: none;
}
/* アクティブ時 */
#footer-sp .open-close-contents.active {}
/* ----------------------------------------
バナー/SNS
---------------------------------------- */
#footer-sp .bnr-sns {
	padding: 11vw 0;
}
/********** バナー **********/
#footer-sp .bnr-sns .f-bnr ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0 7vw;
}
#footer-sp .bnr-sns .f-bnr ul li {
	width: 39vw;
}
/********** コピーライト **********/
#footer-sp .copyright {
	padding: 2vw;
	text-align: center;
	color: #fff;
	background: #344b9b;
}
#footer-sp .copyright small {
	font-size: 2.8vw;
}
/********** ページトップ **********/
#footer-sp .f-btn-pagetop {
	position: fixed;
	right: 1vw;
	bottom: 1vh;
	z-index: 90;
}
#footer-sp .f-btn-pagetop a {
	display: block;
	width: 11.4vw;
	height: 11.4vw;
}
/********** 電話番号バナー **********/
#fixed-tel_bnr {
	display: block;
	position: fixed;
	bottom: 0;
	z-index: 101;
}