@charset "UTF-8";
/* CSS INDEX for TOP page */


/*--------------------------------------------------------------------------------------------*/

/* ボタン幅指定
--------------------------------------------------------------------------------------------*/

.btn_area_pc {
	float: right;
	width: 200px
		/*34%*/
	;
}

/*--------------------------------------------------------------------------------------------*/

/* パンくずの余白
--------------------------------------------------------------------------------------------*/
#breadCrumb_style {
	padding-top: 16px;
	margin: 0 auto 30px !important;
	box-sizing: content-box;
}

/*--------------------------------------------------------------------------------------------*/

/* PC表示・SP表示切り替え
--------------------------------------------------------------------------------------------*/
.SpOnly {
	display: none;
}

@media screen and (max-width: 869px) {
	.PcOnly {
		display: none;
	}

	.SpOnly {
		display: block;
	}
}

/*--------------------------------------------------------------------------------------------*/

/* アクセサリーインフォメーション
--------------------------------------------------------------------------------------------*/
.accessory-info {
	width: 60%;
	border: 1px solid var(--black);
	background: var(--white);
	padding: 20px;
	margin: 40px auto 0 auto;
	font-size: 14px;
	font-weight: 800;
	line-height: 130%;
	text-align: center;
}

.accessory-info span {
	display: inline-block;
	margin-top: 2em;
}

/*--------------------------------------------------------------------------------------------*/

/* スペーサー
--------------------------------------------------------------------------------------------*/
.mt-10 {
	margin-top: 10px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mb-120 {
	margin-bottom: 120px !important;
}

/* 注釈
--------------------------------------------------------------------------------------------*/
.annotation {
	font-size: 12px;
	margin: 0 auto 0 10px;
	color: var(--black);
}

.annotation li {
	text-indent: -32px;
	margin-left: 30px;
	text-align: justify;
	text-align-last: left;
	text-justify: inter-ideograph;
	line-height: 160%;
}

.annotation li span {
	padding-right: 10px;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
	/*横幅94%で左右に余白を持たせて中央寄せ*/
	width: 94%;
	margin: 0 auto;
}

.slider img {
	width: auto;
	/*スライダー内の画像を横幅100%に*/
	height: 150px;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
	margin: 0 0px;
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
	position: absolute;
	/*絶対配置にする*/
	top: 42%;
	cursor: pointer;
	/*マウスカーソルを指マークに*/
	outline: none;
	/*クリックをしたら出てくる枠線を消す*/
	border-top: 1px solid #666;
	/*矢印の色*/
	border-right: 1px solid #666;
	/*矢印の色*/
	height: 15px;
	width: 15px;
}

.slick-prev {
	/*戻る矢印の位置と形状*/
	left: -1.5%;
	transform: rotate(-135deg);
	z-index: 2;
}

.slick-next {
	/*次へ矢印の位置と形状*/
	right: -1.5%;
	transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
	text-align: center;
	margin: 0 0 20px 0;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.slick-dots button {
	color: transparent;
	outline: none;
	width: 15px;
	/*ドットボタンのサイズ*/
	height: 15px;
	/*ドットボタンのサイズ*/
	display: block;
	border-radius: none;
	background: var(--white);
	/*ドットボタンの色*/
}

.slick-dots .slick-active button {
	background: var(--black);
	/*ドットボタンの現在地表示の色*/
}

/* スライダーのドットデザイン------------- */
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 30px;
	height: 6px;
	padding: 1px;
	cursor: pointer;
	color: transparent;
	border: 0.5px solid var(--black);
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: var(--white);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: var(--black);
}

/* --------------------------------------------------------------------------------------------*/

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

#accessoryContainer h1 {
	font-size: 42px;
	line-height: 54px;
	font-weight: bold;
}

.accessory_main_title {
	width: 100%;
	min-width: 920px;
	height: 335px;
	background-color: #f6f6f6;
}

.accessory_main_title_container {
	position: relative;
	width: 920px;
	margin: 0 auto;
}

.accessory_main_title_mock {
	width: 920px;
	min-width: 920px;
	height: 335px;
	margin: 0 auto;
	background:
		url(../image/mock_caseWH.png) bottom -5px right 350px / 170px no-repeat,
		url(../image/mock_caseBK.png) bottom 0px right 250px / 120px no-repeat,
		url(../image/mock_caseBU.png) bottom 0px right 150px / 120px no-repeat,
		url(../image/mock_caseRD.png) bottom 0px right 50px / 120px no-repeat;
}

.accessory_main_title_mock-e22 {
	width: 920px;
	min-width: 920px;
	height: 335px;
	margin: 0 auto;
	background:
		url(../image/mock_e22new.png) top 50px right 20px / 400px no-repeat;
}

span.underline {
	background: linear-gradient(transparent 60%, rgba(255, 231, 0, .7) 40%);
}

h1.top-h {
	position: absolute;
	top: 50px;
	left: 50px;
	font-size: 49px;
	font-weight: 800;
	color: rgb(51, 51, 51);
	line-height: 120%;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meirzyo, メイリオ, sans-serif !important;
}

h2.top-h {
	font-size: 200%;
	font-weight: 800;
	color: rgb(51, 51, 51);
	line-height: 0px;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meirzyo, メイリオ, sans-serif !important;
	margin: 80px auto 60px auto;
	text-align: center;
}

#accessoryContainer {
	min-width: 920px;
}

#accessoryContainer .content-text {
	font-size: 14px;
	font-weight: bold;
	margin-top: 29px;
}

/* 旧ボタン */
.btn_area_pc a {
	display: block;
	color: var(--white);
	background-image: url(../../image/arrow_w.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-radius: 14px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 108%;
	padding-right: 8px;
	text-decoration: none;
	font-weight: bold;
}

.btn_area_pc a:hover,
.btn_area_phone a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
	color: var(--white);
	text-decoration: none;
}

.btn_area_pc .bg-gray {
	display: block;
	color: var(--white);
	border-radius: 14px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 108%;
	text-decoration: none;
	font-weight: bold;
}

.btn_area_phone a {
	width: 100%;
	display: block;
	color: var(--white);
	background-image: url(../../image/arrow_w.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-radius: 20px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 138.5%;
}

.btn_area_pc a:hover,
.btn_area_phone a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
	color: var(--white);
	text-decoration: none;
}

/* 旧ボタン */
/* 新ボタン */
.btn_area_pc-new a {
	display: block;
	position: relative;
	bottom: 10px;
	width: 95%;
	padding: 20px 0;
	margin: 25px auto 0 auto;
	background: var(--primary);
	color: var(--white);
	font-weight: bold;
	font-size: 16px;
	box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
	border: 2px solid var(--primary);
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	text-align: center;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	text-decoration: none;
}

.btn_area_pc-new a::before {
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 2px var(--white);
	border-right: solid 2px var(--white);
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%) translateX(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}

.btn_area_pc-new a:hover,
.btn_area_phone-new a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
	color: var(--white);
	text-decoration: none;
}

/* 新ボタン */

/* リリース日 ---------- */
.release-date {
	width: 70%;
	height: 15px;
	border: 1px solid #666;
	padding: 5px 20px;
	text-align: center;
	margin: 20px auto 10px auto;
}

/* リリース日 ---------- */
/* Amazonリンクボタン ---------- */
a {
	text-decoration: none !important;
}

.amazon-link {
	width: 70%;
	border: none;
	background-color: var(--secondary);
	color: var(--white);
	padding: 5px 20px;
	border-radius: 25px;
	text-align: center;
	font-weight: 800;
	vertical-align: middle;
	margin: 20px auto 10px auto;
	transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	text-decoration: none !important;
}

.amazon-link a {
	text-decoration: none !important;
	color: var(--white) !important;
}

.amazon-link:hover {
	background-color: #FF9540;
	cursor: pointer;
}

/* Amazonリンクボタン ---------- */

/* 商品名 ---------- */
.accessory-name {
	width: 90%;
	margin: 10px auto 10px auto;
	text-align: center;
	font-size: 16px;
	font-weight: 800;
	line-height: 130%;
}

.accessory-name span {
	font-weight: 400;
}

/* 商品名 ---------- */

/* 商品コメント ---------- */
.accessory-text {
	width: 90%;
	height: 100px;
	margin: 15px auto 0 auto;
	text-align: center;
	font-size: 12px;
	font-weight: 200;
	line-height: 130%;
	text-align: justify;
	text-align-last: left;
	text-justify: inter-ideograph;
}

/* 商品コメント ---------- */

/* カラーバリエーション */
.color-var {
	width: 40%;
	margin: 0 auto;
	text-align: center;
	display: flex;
}

.maru {
	width: 100px;
	height: 10px;
	text-align: center;
}

.Hybrid-Case-WH {
	color: #000;
}

.Hybrid-Case-BK {
	color: #3D3D3D;
}

.Hybrid-Case-BU {
	color: #1F67FF;
}

.Hybrid-Case-RD {
	color: #FF4647;
}

.PU-Leather-Case-BK {
	color: #000;
}

.PU-Leather-Case-NV {
	color: #344454;
}

.PU-Leather-Case-WH {
	color: #e6e3db;
}

.PU-Leather-Case-RD {
	color: #d64d5c;
}

/* カラーバリエーション */



.accessory_index {
	float: none;
}

.accessory_index_btn {
	margin: 0 auto;
	width: 80%;
}

.caseList img {
	display: block;
	margin: 0 auto;
}

.caseList h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 0.8em;
}

.caseList p {
	line-height: 1.5em;
	margin-bottom: 0.8em;
}

.caseList .price {
	float: left;
}

.caseList-double {
	position: relative;
	width: 50%;
	padding: 20px;
	margin: 10px;
	background: var(--white);
	box-shadow: 0px 3px 15px rgb(0 0 0 / 10%);
	border: none;
	transition: .3s;
}

.caseList-double img,
.caseList-triple img {
	height: 280px;
}

.caseList-triple {
	position: relative;
	width: 27%;
	padding: 20px;
	margin: 10px;
	background: var(--white);
	box-shadow: 0px 3px 15px rgb(0 0 0 / 10%);
	border: none;
	transition: .3s;
}

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

.caseList-new {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 15px;
	text-align: center;
	font-weight: 800;
	background-color: #ffe700;
	padding: 10px;
	z-index: 99;
}

.rakuten_attention {
	margin: 10px 10px 10px 10px;
}

.ch_lead {
	min-height: 37px !important;
}

.accessory_lead {
	padding: 10px;
}

.through {
	text-decoration: line-through;
}

p strong {
	font-size: 16px;
	color: #ff0000;
}

@media (max-width: 767px) {

	/* 注釈
	--------------------------------------------------------------------------------------------*/
	.annotation {
		font-size: 12px;
		margin: 0 12px;
	}

	.annotation li {
		text-indent: -32px;
		margin-left: 30px;
		text-align: justify;
		text-align-last: left;
		text-justify: inter-ideograph;
		line-height: 160%;
	}

	.tone-contents {
		padding: 0 10px !important;
	}

	.wrapper {
		overflow: hidden !important;
	}

	#accessoryContainer {
		min-width: 375px;
	}

	.accessory_main_title {
		width: 100%;
		min-width: 375px;
		height: 350px;
		background-color: #f6f6f6;
	}

	.accessory_main_title_mock {
		width: 100%;
		height: 350px;
		min-width: auto;
		margin: 0 auto;
		background:
			url(../image/mock_caseWH.png) bottom -5px left 30px / 110px no-repeat,
			url(../image/mock_caseBK.png) bottom 0px left 130px / 77px no-repeat,
			url(../image/mock_caseBU.png) bottom 0px left 210px / 77px no-repeat,
			url(../image/mock_caseRD.png) bottom 0px left 290px / 77px no-repeat;
	}

	.accessory_main_title_mock-e22 {
		width: 100%;
		min-width: 375px;
		height: 350px;
		margin: 0 auto;
		background: url(../image/mock_e22new.png) top 110px center / 250px no-repeat;
	}

	.accessory_main_title_container {
		position: relative;
		width: 375px;
		margin: 0 auto;
	}

	h1.top-h {
		position: absolute;
		margin: 0 auto;
		text-align: center;
		font-size: 24px;
		font-weight: 800;
		color: rgb(51, 51, 51);
		line-height: 120%;
		font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meirzyo, メイリオ, sans-serif !important;
	}

	h2.top-h {
		font-size: 25px;
		font-weight: 800;
		color: rgb(51, 51, 51);
		line-height: 120%;
		font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meirzyo, メイリオ, sans-serif !important;
		margin: 30px auto 20px auto;
		text-align: center;
	}

	.caseList-double {
		width: 45%;
		padding: 0px;
		background: transparent;
		box-shadow: none;
		border: none;
	}

	.caseList-double img,
	.caseList-triple img {
		height: 165px;
	}

	.caseList-new {
		width: 25px;
		height: 10px;
		padding: 5px;
		z-index: 99;
		font-size: 10px;
	}

	.amazon-link {
		width: 70%;
		border: none;
		background-color: #FF6043;
		color: var(--white);
		padding: 5px 20px;
		border-radius: 25px;
		text-align: center;
		font-weight: 800;
		margin: 20px auto 10px auto;
		transition: 0.2s ease-in-out;
		-webkit-transition: 0.2s ease-in-out;
		vertical-align: middle;
	}

	.accessory_index_btn {
		margin: 0 auto;
		width: 90%;
	}

	.btn_area_pc-new a {
		width: 100%;
		padding: 10px 0;
		border-radius: 3px;
	}

	.btn_area_pc-new a::before {
		width: 0px;
		height: 0px;
		border-top: solid 0px var(--white);
		border-right: solid 0px var(--white);
	}

	.accessory-text {
		width: 90%;
		height: 120px;
		margin: 15px auto 0 auto;
		text-align: center;
		font-size: 11px;
		font-weight: 200;
		line-height: 130%;
		text-align: justify;
		text-align-last: left;
		text-justify: inter-ideograph;
	}

	.accessory-name {
		width: 90%;
		margin: 10px auto 10px auto;
		text-align: center;
		font-size: 12px;
		font-weight: 800;
		line-height: 130%;
	}

	.accessory-name-e22 {
		width: 90%;
		height: 50px;
		margin: 10px auto;
		text-align: center;
		font-size: 12px;
		font-weight: 800;
		line-height: 130%;
	}

	.accessory-name-e22 span {
		display: block;
		font-weight: 200;
		margin: 5px;
	}

	.slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 20px;
		height: 6px;
		padding: 1px;
		cursor: pointer;
		color: transparent;
		border: 0.5px solid var(--black);
		outline: none;
		background: transparent;
	}

	.slick-next,
	.slick-prev {
		display: none !important;
	}

	/* アクセサリーページTOPここまで */

	.row-fluid, .fullwide h3 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.btn_area_pc .bg-gray {
		width: 60%;
	}

	#accessoryContainer h1 {
		font-size: 18px;
		line-height: 28px;
	}

	.btn_area_pc {
		margin-bottom: 45px;
	}

	.caseList01 {
		border-bottom: none;
		padding-bottom: 0;
	}

	.bm50 {
		margin-bottom: 0;
	}
}

/*2019.11.29 一時販売停止のお知らせ*/
.newsBox {
	color: #f00;
	font-size: 18px;
	line-height: 1.8;
	font-weight: bold;
	text-align: center;
	padding: 12px;
	margin: 0 auto 45px;
	border: 1.6px solid #ff0000;
}

@media (max-width: 767px) {
	.newsBox {
		font-size: 15px;
		margin: 0 auto 29px;
	}
}
