@charset "UTF-8";

/* -----------------------------------------------
FileName:store.css
----------------------------------------------- */


/* メインコンテンツ
------------------------------------------------*/
/* h1タイトル */
div.main h1 {
	margin-top:20px;
}
/* h2タイトル */
div.main h2 {
	margin-top:20px;
}
div.main div.h2_idx {
	position:relative;
}
div.main div.h2_idx p {
	position:absolute;
	left:15px;
	top:20px;
}
div.main div.h2_idx.h2_pc {
	margin-top: 30px;
	padding:  0.65em;
	border-left: 7px solid #b60081;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
div.main div.h2_idx.h2_pc h2 {
	margin-top: 0;
}


/*-------------------------------------
 アンカーリンク
 anker__link, anker__link__btn
-------------------------------------*/
.anker__link {
  margin: 20px 0 0;
}
.anker__link__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.anker__link__list > * {
  position: relative;
  box-sizing: border-box;
}
.anker__link__list a {
  position: relative;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.anker__link__list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: -2px;
  border-left: 2px solid #333333;
  border-top: 2px solid #333333;
  transform: translateY(-50%) rotate(225deg);
}
.anker__link__btn {
}
.anker__inner {
	margin: 0 auto;
	box-sizing: border-box;
}
.anker__link__btn .anker__link__list {
  margin:  0 0 0 -10px;
}
.anker__link__btn .anker__link__list > * {
  flex-basis: 295px;
  margin: 10px 0 0 10px;
}
.anker__link__btn .anker__link__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #e3e3e3;
  color: #b60081;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
  padding: 14px 30px 14px 10px;
  text-align: center;
  transition: all .2s;
}
.anker__link__btn .anker__link__list a:hover {
  background-color: #cc45a3;
  color: #ffffff;
}
.anker__link__btn .anker__link__list a::after {
  border-left: 2px solid #b60081;
  border-top: 2px solid #b60081;
  transition: all .2s;
}
.anker__link__btn .anker__link__list a:hover::after {
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
}

/* ナビリンク */
div.main ul.navi_links {
	margin:15px 0 0 10px;
}
div.main ul.navi_links li {
	margin-right:10px;
	padding-right:10px;
	background:transparent url(../images/navi_pause.gif) no-repeat 100% 50%;
	color:#ff6600;
	display:inline;
}
div.main ul.navi_links li.end {
	background:none;
}

/* 期間限定商品 */
.disclaimer p{
	font-size:10px;
	margin-left:10px;
	margin-top:7px;
}

.special{
	margin-top:30px;
	width:605px;
	}

.special .special_block-left{
	width: 50%;
	float: left;
}

.special .special_block .special_img{
	padding: 2px;
}
.special .special_block .special_link{
	margin-top: 10px;
}
.special .special_block .special_link.note {
	text-indent: -1.25em;
  padding-left: 1.25em;
}
.special .special_block .special_link a{
	display: block;
	padding-left: 18px;

}
.special .special_block .special_img{
	background: #000000;
}
.special .special_block .special_link a,
.special .special_block .special_link a:visited,
.special .special_block .special_link a:active{
	background: url(/common/images/contents_common_blt_01_l.gif) no-repeat;
}


.special .special_block-left .special_inner{
	padding-right: 20px;
	padding-left:20px;
}

/* flexbox */
.flexbox {
	display: flex;
	flex-wrap: wrap;
}
/* ----------------------------------------------------------
 スマホ対応 PC表示
---------------------------------------------------------- */

.navi_Anchor, .sp {
	display: none;
}

.special .special_block-left .special_inner.sp_mt:last-child{
	margin-bottom:40px;
}

ul#breadcrumbList li.current_sp {
	display: none;
}


/* ----------------------------------------------------------
 ナビ部分
---------------------------------------------------------- */

div.main ul.navi_list{
	margin-top: 16px;
	border-bottom: 2px solid #e85d00;
	margin-right: 3px;
}
div.main ul.navi_list li{
	float: left;
	width: 200px;
	margin-right: 2px;
	margin-top: 10px;
}
div.main ul.navi_list li.on{
	margin-top: 0;
}
div.main ul.navi_list li:nth-child(3){
	margin-right: 0;
}


/* ----------------------------------------------------------
 230215追加
---------------------------------------------------------- */
/***** font *****/
div.main * {
	font-family: "Noto Sans JP", "Noto Sans CJK JP", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

div.main {
	color: #333;
}


/***** パンくず *****/
#breadcrumbList .current strong {
	font-weight: 500;
}


/***** TAB *****/
ul.tab_menu {
	display: flex;
	justify-content: space-between;
	width: 605px;
	border-bottom: #333 solid 4px;
	margin-top: 16px;
}

ul.tab_menu li {
	width: 33%;
	text-align: center;
	margin-top: 10px;
}

ul.tab_menu li:nth-child(2) {
	margin: 10px 0.5% 0;
}

ul.tab_menu li.current {
	background-color: #333;
	color: #fff;
	font-size: 16px;
	border-radius: 3px 3px 0 0;
	padding: 12px 0 6px;
	margin-top: 0;
}

ul.tab_menu li a {
	display: block;
	color: #333;
	text-decoration: none;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-radius: 3px 3px 0 0;
	padding: 5px 0;
}

ul.tab_menu li a:hover {
	background-color: #333;
	color: #fff;;
}

ul.tab_menu li span {
	position: relative;
	padding: 0 20px;
}

ul.tab_menu li span::before {
	position: absolute;
	left: 0;
	top: 7px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8.7px 5px 0 5px;;
	border-color: #b60082 transparent transparent transparent;
}

ul.tab_menu li.current span::before {
	top: 10px;
}

.for-sp {
	display: none;
}


/***** 一覧 *****/
.special .special_block .special_link a {
	position: relative;
	background: none;
	color: inherit;
	font-size: 16px;
	line-height: 1.5;
}

.special .special_block .special_link a::before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-top: 1px;
	border-left: 2px solid #b60081;
	border-top: 2px solid #b60081;
	transform: translateY(-50%) rotate(135deg);
}

h2.special_ttl {
	background-color: #333;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	border-left: 8px solid #b60081;
	border-radius: 5px;
	padding: 15px 10px 15px 12px;
}

.special .disclaimer p {
	font-size: 14px;
	line-height: 1.5;
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 0;
}


/***** 商品詳細ページ *****/
.recommend_area {
	position: relative;
	width: 100%;
}

.recommend_area div.recommend_img {
	width: 100%;
	height: 100%;
}

.recommend_area div.recommend_img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.recommend_area div.recommend_txt {
	width: 100%;
}

.recommend_area h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	margin: 30px 0 0;
	padding: 0 10px;
}

.recommend_area .recommend_description {
	margin-top: 20px;
	padding: 0 10px;
}

.recommend_area .recommend_txt ul.note {
	margin-top: 30px;
}

.recommend_description {
	justify-content: space-between;
	align-items: flex-start;
	line-height: 1.5;
	padding: 0 18px;
	margin-top: 30px;
}

img.recommend_img {
	width: 260px;
	height: auto;
}

.recommend_txt {
	width: 290px;
}

.recommend_txt h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 20px;
}

.recommend_txt.amaou_txt h3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
	line-height: 1.2;
	margin-bottom: 0;
}

.recommend_txt.amaou_txt h3 span {
	margin-bottom: 20px;
}

.recommend_txt.amaou_txt h3 span:first-child {
	width: 100%;
	margin-bottom: 8px;
}

.recommend_txt.amaou_txt h3 sub {
	display: inline-block;
	margin-bottom: 12px;
}

.recommend_txt .feature {
	font-size: 16px;
	margin-bottom: 20px;
}

.recommend_txt .feature p + p {
	margin-bottom: 10px;
}

.recommend_txt .price {
	font-size: 14px;
}

.recommend_txt .price span {
	font-size: 24px;
	font-weight: 700;
}

.recommend_txt ul.note,
.recommend_txt div.note {
	font-size: 14px;
	margin-top: 20px;
}

.recommend_txt div.note p {
	word-break: break-all;
}

.recommend_txt ul.note a {
	color: #333;
}

.recommend_txt ul.type {
	font-size: 16px;
	margin: 20px 0;
}

.recommend_txt ul.note li,
.recommend_txt ul.type li {
	text-indent: -1em;
	margin-left: 1em;
}

.recommend_txt .indent {
	text-indent: -1em;
	margin-left: 1em;
}

.related_movie {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	background-color: #f2f2f2;
	padding: 20px;
	margin-top: 50px;
}

.related_movie img {
	width: 180px;
	height: auto;
}

.related_movie_txt {
	width: calc(100% - 200px);
}

.related_movie_txt .ttl {
	font-size: 16px;
	font-weight: 700;
}

.related_movie_txt .txt {
	font-size: 14px;
	margin-top: 15px;
}

.related_movie_txt a {
	position: relative;
	display: inline-block;
	color: inherit;
	padding-right: 18px;
	margin-top: 15px;
}

.related_movie_txt a:hover {
	text-decoration: none;
}

.related_movie_txt a::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	border-left: 2px solid #b60081;
	border-top: 2px solid #b60081;
	transform: translateY(-50%) rotate(135deg);
}

.back_btn {
	text-align: center;
	padding: 0 20px;
	margin-top: 70px;
}

.back_btn a {
	position: relative;
	display: inline-block;
	background-color: #e3e3e3;
	color: inherit;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	border-radius: 8px;
	padding: 20px 50px;
	transition: all .2s;
}

.back_btn a:hover {
	background-color: #cc45a3;
	color: #fff;
}

.back_btn a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 30px;
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-top: 1px;
	border-left: 2px solid #b60081;
	border-top: 2px solid #b60081;
	transform: translateY(-50%) rotate(-45deg);
	transition: all .2s;
}

.back_btn a:hover::before {
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
}
