@charset "UTF-8";
/* --------------------------------------------------------------------

 2023年3月～
 ムービック側でのCSS改修は全てこちらのファイルへ追記していってください。
 （他ファイルの更新不可）

-------------------------------------------------------------------- */

/* --------------------------------------------------------------------
	JPトップ改修　見出し改修　2023.03
--------------------------------------------------------------------- */
.pc_heading {
  position: relative;
  color: #404040;
  font-size: 16px;
  font-weight: bold;
  border-left: none;
  background: #ffffff;
  padding: 6px 12px;
  margin: 0 0 10px 0;
}

.pc_heading::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 4px;
  height: 16px;
  border-radius: 6px;
  background: #009fcc;
}

.topiclist_head_ {
  padding: 15px;
  background-color: white;
}

.topiclist_head_ .pc_heading {
  margin-bottom: 0;
}

/* --------------------------------------------------------------------
	JPトップ改修　一覧を見る改修　2023.03
--------------------------------------------------------------------- */
.pc_detail {
  display: block;
  border: 2px solid #009fcc;
  border-radius: 5px;
  padding: 0;
  width: 196px;
  height: 36px;
  margin: 15px auto 0;
  color: #009fcc;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  text-decoration: none !important;
}

.pc_detail:hover {
  opacity: 0.5;
}

.pc_detail:link {
  color: #009fcc;
  text-decoration: none !important;
}

.pc_detail:visited {
  color: #009fcc;
  text-decoration: none !important;
}

div.goods_ {
  margin-bottom: 0px;
}

.topiclist_foot_ {
  background-color: white;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

.topiclist_foot_ .pc_detail {
  margin-top: 0px;
}

/* --------------------------------------------------------------------
	JPトップ改修　事前・事後・イベント追加　2023.03
--------------------------------------------------------------------- */
.top_event {
  margin-bottom: 25px;
}

.top_event .top_event_body {
  background-color: #fff;
  padding: 15px;
}

.top_event .top_event_body ul {
  display: flex;
}

.top_event .top_event_body ul li {
  margin-right: 15px;
  width: 168px;
}

.top_event .top_event_body ul li:last-child {
  margin-right: 0px;
}

.top_event .top_event_body ul li img {
  width: 100%;
  border: solid 1px #ddd;
}

.top_event .top_event_body ul li a {
  text-decoration: none;
}

.top_event .top_event_body ul li .event-text01 {
  padding: 8px 4px;
}

/* --------------------------------------------------------------------
	JPトップ改修　受注生産追加　2023.03
--------------------------------------------------------------------- */
.top_order {
  margin-bottom: 25px;
}

.top_order .top_order_body {
  background-color: #fff;
  padding: 15px;
}

.top_order .top_order_body ul {
  display: flex;
}

.top_order .top_order_body ul li {
  margin-right: 15px;
  width: 168px;
}

.top_order .top_order_body ul li:last-child {
  margin-right: 0px;
}

.top_order .top_order_body ul li img {
  width: 100%;
  border: solid 1px #ddd;
}

.top_order .top_order_body ul li a {
  text-decoration: none;
}

.top_order .top_order_body ul li .event-text01 {
  padding: 8px 4px;
}

/* --------------------------------------------------------------------
	JPトップ改修　フェア　改修　2023.03
--------------------------------------------------------------------- */
.top_campaign {
  margin-bottom: 25px;
}

/* --------------------------------------------------------------------
	JPトップ改修　フェアバナー・中バナー枠線　追加　2023.03
--------------------------------------------------------------------- */
.top_campaign_body img,
.top_official-site_body img,
.top_special_body img {
  border: 1px solid #ddd;
}

/* --------------------------------------------------------------------
	JPトップ改修　公式通販・公式サイト追加　2023.03
--------------------------------------------------------------------- */
.top_official-site {
  margin-bottom: 25px;
}

.top_official-site .top_official-site_body {
  background-color: #fff;
  padding: 15px;
}

.top_official-site .top_official-site_body img {
  width: calc(91% / 3);
  margin: 8px;
}

/* --------------------------------------------------------------------
	JPトップ改修　特集ページ追加　2023.03
--------------------------------------------------------------------- */
.top_special {
  margin-bottom: 25px;
}

.top_special .top_special_body {
  background-color: #fff;
  padding: 15px;
}

.top_special .top_special_body img {
  width: calc(91% / 3);
  margin: 8px;
}

/* --------------------------------------------------------------------
	JPトップ改修　注目情報 改修　2023.03
--------------------------------------------------------------------- */
#top_mainframe_ > div.topiclist_ {
  margin-bottom: 25px;
}

#top_mainframe_ > div.topiclist_ ul.topicline_ li {
  display: flex;
}

div.topiclist_ ul.topicline_ li > span.topic_txt_ {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  vertical-align: none;
}

.topic_txt_ img {
  width: 90px !important;
  margin-bottom: 5px;
}

.topic_txt_ img[src$="icon/t_origin.png"] {
  width: 170px !important;
}

/* --------------------------------------------------------------------
	JPトップ改修　ブランド一覧改修　2023.03
--------------------------------------------------------------------- */
.top_brand {
  margin-bottom: 25px;
}

.top_brand .top_brand_body {
  padding: 15px;
}

.top_brand .top_brand_body .top_brand_inner {
  margin: auto;
}

/* --------------------------------------------------------------------
	JPトップ改修　展示会一覧改修　2023.03
--------------------------------------------------------------------- */
.top_exhibition {
  margin-bottom: 25px;
}

/* --------------------------------------------------------------------
	JPトップ改修　プレスリリース改修　2023.03
--------------------------------------------------------------------- */
.top_topics_ {
  margin-bottom: 25px;
}

.top_topics_ .top_topics_body_ li a:after {
  content: none;
}

/* --------------------------------------------------------------------
	ジャンルページ イベントバナー掲載 2023.03
-------------------------------------------------------------------- */

.genre-banner {
  margin: 16px;
}
.genre-banner h3 {
  color: #009fcc;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
}
.genre-banner a {
  text-decoration: none;
}
.genre-banner a:hover {
  opacity: 0.8;
}

.genre-banner img {
  width: 100px;
  max-width: 24vw;
}
.genre-banner .text {
  margin-left: 12px;
  font-size: 14px;
  display: inline-block;
}
.genre-banner .text img.icon {
  width: 14px;
  position: relative;
  top: -2px;
}
.genre-banner .text p {
  font-size: 12px;
}
.genre-banner .text p + p {
  margin-top: 8px;
}
.genre-banner .text strong {
  font-weight: bold;
  font-size: 14px;
}

/* --------------------------------------------------------------------
	フリーページ 事前・事後・イベント通販 改修 2023.03
-------------------------------------------------------------------- */
ul.jizenjigo_list > li a {
  text-decoration: none;
}

ul.jizenjigo_list > li img {
  border: solid 1px #ddd;
}

ul.jizenjigo_list > li .event-text01 {
  padding: 8px 4px;
}

/* --------------------------------------------------------------------
	フリーページ 受注生産商品 改修 2023.03
-------------------------------------------------------------------- */
ul.juchu_list > li a {
  text-decoration: none;
}

ul.juchu_list > li img {
  border: solid 1px #ddd;
}

ul.juchu_list > li .event-text01 {
  padding: 8px 4px;
}

/* --------------------------------------------------------------------
	フリーページ ブランド一覧 改修 2023.03
-------------------------------------------------------------------- */
.reBlandList a img {
  border: solid 1px #ddd;
}

.reBlandList a span:first-of-type img {
  border: none;
}

/* --------------------------------------------------------------------
	JPトップ改修 作品から探す 改修 2023.03
-------------------------------------------------------------------- */
.sidebox_ .pc_heading {
  padding-top: 20px;
  padding-left: 22px;
}

.sidebox_ .pc_heading::before {
  top: 19px;
  left: 11px;
}

/* --------------------------------------------------------------------
	JPトップ改修 ヘッダーメニュー 改修 2023.03
-------------------------------------------------------------------- */
.inner_ .submenu_ .navi_block02 {
  background: #009fcc;
}
.inner_ .submenu_ .navi_block02 .inner_ {
  background: none;
}

/* --------------------------------------------------------------------
JPトップ改修　注目情報　サムネイル画像サイズ指定　2023.05
--------------------------------------------------------------------- */
ul.topicline_ span.img_ img {
  width: 70px;
  height: 70px;
}

/* --------------------------------------------------------------------
	ジャンルページ 長方形バナー  2023.05
-------------------------------------------------------------------- */
.genre-banner img.bnr-rectangle {
  width: auto;
}

/* --------------------------------------------------------------------
商品詳細画面改修 サムネイルの余白を整える　2023.05
--------------------------------------------------------------------- */
.etc_goodsimg_item_ {
  margin-bottom: 5px;
}

/* --------------------------------------------------------------------
カート改修　※別ファイルに分けてテストしていた内容をマージ　2023.06
--------------------------------------------------------------------- */
/* ▼ STEP1　買い物かごの確認 ここから▼  */
.cartlist_ {
  line-height: 1.6;
}
.cartlist_ h2.common_headline1_,
.cartlist_ h2.common_headline1_ span {
  background-image: none;
}
.cartlist_ .cart-header-text {
  background: #e6f4f8;
  padding: 10px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  margin-top: 24px;
}
.cartlist_ .cart-header-text span {
  padding: 0 4px;
}
.cartlist_ .cart-header-text img {
  vertical-align: middle;
  margin-right: 3px;
}

form[action*="cart.aspx"] div.info_ {
  font-weight: normal;
  border: none;
  background-color: transparent;
  text-align: center;
  font-size: 14px;
}
form[action*="cart.aspx"] div.info_ + .submit_ {
  margin: 8px 0 24px;
}
.cartlist_ .list-icon li {
  margin-bottom: 4px;
}
.cartlist_ .list-icon a {
  font-weight: bold;
  display: inline-block;
  margin: 0 4px;
  color: #009ecd;
}
/* ▲ STEP1　買い物かごの確認 ここまで▲  */
/* ▼ STEP2　ご注文方法の指定▼  */
.order_ {
  line-height: 1.6;
}
.order_ h2.common_headline1_,
.order_ h2.common_headline1_ span {
  background-image: none;
}
.order_ form .method_host_,
.order_ form .method_address_ {
  border-bottom: none;
}
.order_ form .common_headline2_ {
  border-top: 32px solid #eee;
  background-image: none;
}
.order_ form .common_headline2_ span {
  padding: 12px 0;
  background-image: none;
}
.order_ div.method_box_ div.method_box_content_ {
  padding: 8px 16px 12px;
}
div.method_box_content_ .list-icon li {
  margin-bottom: 8px;
  padding-left: 1em;
}
div.method_box_content_ .list-icon strong {
  font-weight: bold;
}
.order_ div.method_box_ div.method_box_content_ dd span.notice_,
.order_ div.method_box_ div.method_box_content_ .small_ {
  font-size: 12px;
  color: #404040;
  display: block;
  padding: 0 12px 12px;
  font-weight: normal;
  line-height: 2;
}
#method_date dl dd {
  margin-left: 4em;
}
.order_ div.method_box_ div.method_box_content_ dd span.notice_ {
  margin-left: -4em;
  padding-top: 12px;
}
.method_np_comment_ {
  padding: 16px;
  margin-top: 8px;
}
.method_np_comment_ dt {
  font-size: 14px;
  padding-bottom: 4px;
  margin-bottom: 8px;
  font-weight: bold;
  border-bottom: 1px solid #aaa;
}
.method_np_comment_ dd {
  font-size: 12px;
  margin-bottom: 24px;
}
.method_np_comment_ dd strong {
  color: #f00;
}
.method_np_comment_ dd p {
  margin-top: 8px;
}
.method_np_comment_ a {
  font-weight: bold;
  display: inline-block;
  margin: 0 4px;
  color: #009ecd;
}
div.method_box_ h3 {
  border: 8px solid #fff;
}
.method_r1_payment_terms,
.method_r2_payment_terms,
.method_r6_payment_terms,
.method_r9_payment_terms,
.method_rG_payment_terms {
  margin: 16px 0;
  background-color: #f0f4f6;
  padding: 16px;
  font-size: 14px;
}
.method_r1_payment_terms:before {
  content: "郵便振替：";
  font-weight: bold;
  display: inline-block;
  margin-right: 8px;
}
.method_r2_payment_terms:before {
  content: "代金引換：";
  font-weight: bold;
  display: inline-block;
  margin-right: 8px;
}
.method_r6_payment_terms:before {
  content: "コンビニ決済：";
  font-weight: bold;
  display: inline-block;
  margin-right: 8px;
}
.method_r9_payment_terms:before {
  content: "カード決済：";
  font-weight: bold;
  display: inline-block;
  margin-right: 8px;
}
.method_rG_payment_terms:before {
  content: "NP後払い：";
  font-weight: bold;
  display: inline-block;
  margin-right: 8px;
}

.list-delivery {
  display: flex;
  flex-wrap: nowrap;
}
.list-delivery li {
  width: 50%;
  padding: 16px;
}
.list-delivery li strong {
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #009ecd;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.list-delivery li img {
  display: block;
  max-width: 100%;
  margin-top: 8px;
}

.sales_comment a {
  font-weight: bold;
  display: inline-block;
  margin: 0 4px;
  color: #009ecd;
}
.sales_comment ul.list-icon {
  padding-top: 0;
  margin-bottom: 8px;
}
.sales_comment ul.list-icon li {
  margin-bottom: 8px;
}
.sales_comment ul.list-icon strong {
  font-weight: bold;
}

/* ▲ STEP2　ご注文方法の指定 ここまで▲  */
/* ▼ STEP3　ご注文内容の確認 ここから▼  */
.order_ .spandual_ {
  padding-left: 0;
  padding-right: 0;
  border-bottom: none;
}
.order_ .spandual_ .common_headline2_ {
  border-top: 32px solid #eee;
  background-image: none;
}
.order_ .spandual_ .common_headline2_ span {
  padding: 12px 0;
  background-image: none;
}
.return_agree_.button_ {
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
}
.return_agree_.button_ a {
  font-weight: bold;
  margin: 0 4px;
  color: #009ecd;
  position: relative;
  display: inline-block;
  font-size: 15px;
}
.return_agree_.button_ a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 0.8em;
  background: url("/img/usr/common/icon_arrow02.png") center center no-repeat;
  background-size: contain;
}
.order_ #frmSales {
  padding: 1.5%;
}
.formdetail_.estimate_method_ span.small_ {
  display: block;
  text-align: left;
}
.formdetail_ th {
  min-width: 80px;
}
/* ▲ STEP3　ご注文方法の指定 ここまで▲  */
/* カート改修 共通classの更新 */
.notice_ {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #f00;
}
div.notice_,
table.notice_ {
  border-color: #ccc;
}
/* ログイン有効期限切れメッセージ */
div.mainframe_ > div.notice_ {
  background-color: #fff;
  color: #404040;
  padding: 16px;
  border: none;
}
div.mainframe_ > div.notice_ p.centertext_ {
  margin-top: 24px;
}
/* --------------------------------------------------------------------
フェア一覧フリーページ追加　　2023.06
--------------------------------------------------------------------- */
.fair_banner_area {
  background-color: white;
}

.fair_banner_area p {
  padding: 16px 10px 0;
}

.fair_banner_area p em {
  font-style: normal;
  color: red;
}

ul.fair_list {
  padding: 0 16px 16px;
  display: flex;
  flex-wrap: wrap;
}

ul.fair_list > li {
  width: calc(33% - 16px * 2);
  padding: 16px;
  text-align: center;
}

ul.fair_list > li img {
  border: solid 1px #ddd;
}

ul.fair_list > li .event-text01 {
  padding: 8px 16px;
  text-align: left;
}

ul.fair_list > li a {
  text-decoration: none;
}

/* --------------------------------------------------------------------
JPトップ改修　フェアバナー横幅指定　2023.06
--------------------------------------------------------------------- */
.top_campaign_body img {
  width: 166px;
}

/* --------------------------------------------------------------------
JPトップ 展示会一覧 レイアウト調整　2023.08
--------------------------------------------------------------------- */
.top_exhibition .top_exhibition_body dl dd {
  word-break: break-all;
  padding: 2px;
}

/* --------------------------------------------------------------------
	JP改修 作品から探す 改修 2023.08
-------------------------------------------------------------------- */

#ganle_nav_ ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}

#ganle_nav_ li:nth-child(-n + 9) {
  width: 33%;
  border-bottom: none;
  text-align: center;
  padding: 0 0 10px;
}

#ganle_nav_ li:nth-child(10) {
  border-top: solid 1px #eeeeee;
}

#ganle_nav_ li a {
  padding: 7px 30px 7px 10px;
}

#ganle_nav_ li:nth-child(-n + 9) a {
  background-image: none;
  width: 100%;
  padding: 0;
}

#ganle_nav_ li:nth-child(-n + 9) a:hover {
  background-image: none;
  background-color: #fff;
  opacity: 0.7;
}

#ganle_nav_ li:nth-child(-n + 9) span.img_ img {
  width: 60px;
  height: auto;
  margin: 0 auto;
}

#ganle_nav_ li span.img_ {
  margin-right: 0;
}

#ganle_nav_ li span.name_ {
  padding-left: 10px;
}

/* --------------------------------------------------------------------
	JP改修 検索エラー画面 改修 2023.08
-------------------------------------------------------------------- */
div.single_mainframe_ > div.notice_ {
  background-color: #fff;
  color: #404040;
  padding: 16px;
  margin-top: 46px;
  margin-bottom: 60px;
  border: none;
}
div.single_mainframe_ > div.notice_ p.centertext_ {
  margin-top: 24px;
}

/* --------------------------------------------------------------------
商品一覧画面 在庫なし商品に「再販リクエスト」表示　2023.08
--------------------------------------------------------------------- */
.movic_soldoutIcon .StyleT_Frame_ .StyleT_Item_ .no_restock a {
  position: relative;
}

.movic_soldoutIcon .StyleT_Frame_ .StyleT_Item_ .no_restock p {
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(240, 240, 240, 0.9);
  color: #aaa;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.2em;
  padding: 4px 0;
}

.movic_soldoutIcon .StyleT_Frame_ .StyleT_Item_ .no_restock p img {
  margin-left: 2px;
  padding-bottom: 1px;
  filter: brightness(300%) contrast(100%) saturate(0%);
}

/* --------------------------------------------------------------------
	フリーページ　知って楽しいムービック　2023.09
--------------------------------------------------------------------- */
.know_movic_wrap01 {
  background: white;
  padding: 15px 15px 300px;
}
.know_movic_wrap01 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.know_movic_wrap01 ul li {
  margin: 10px;
}
.know_movic_wrap01 ul li a {
  text-decoration: none;
}
.know_movic_wrap01 ul li p {
  color: #019fcc;
  font-weight: bold;
  font-size: 16px;
}
.know_movic_wrap01 ul li .howto_img {
  width: 330px;
  border: 1px solid #ccc;
}

/* --------------------------------------------------------------------
	フリーページ　知って楽しいムービック　第一回フェアについて　2023.09
--------------------------------------------------------------------- */
.know_movic_wrap02 {
  background: white;
  padding: 15px;
}
.howto_menu {
  display: flex;
  margin: 20px;
}
.know_movic_wrap02 #howto_01,
.know_movic_wrap02 #howto_02,
.know_movic_wrap02 #howto_03 {
  margin-bottom: 60px;
}
.know_movic_wrap02 ul li {
  margin: 10px;
}
.know_movic_wrap02 ul li img {
  width: 100%;
}
.know_movic_wrap02 ul li a {
  color: #00a0ca;
  text-decoration: underline;
  font-size: 14px;
}
.howto_link_area {
  text-align: center;
}
.howto_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #009fcc;
  border-radius: 5px;
  padding: 0;
  width: 196px;
  height: 36px;
  margin: 15px auto 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  text-decoration: none !important;
}
.howto_btn:visited {
  color: #009fcc;
}
a.howto_btn:link {
  color: #009fcc;
}

/* --------------------------------------------------------------------
	購入完了ページ　バナー掲載用レイアウト調整　2023.09
--------------------------------------------------------------------- */
.groupWrapCon.lytCenter {
  text-align: center;
}
.groupWrapCon.lytCenter h2 {
  border-left: none;
}
.groupWrapCon.lytCenter a {
  display: inline-block;
}
.groupWrapCon.lytCenter a img {
  display: block;
  /* max-width: 480px; */
  max-width: 680px;
}

/* --------------------------------------------------------------------
 商品詳細ページの「関連商品」部分のデザイン変更　2023.11
--------------------------------------------------------------------- */
.mainframe_body .goodsproductdetail_ .related_ {
  color: #ffffff00;
  font-size: 0px;
}
.mainframe_body .goodsproductdetail_ .related_ a {
  font-weight: 400 !important;
  font-size: 11px;
  padding: 3px 6px 0px;
  margin: 0px 6px 6px 0px;
  display: inline-block;
  border: 1px solid #009ecc;
  border-radius: 16px;
  white-space: nowrap;
  text-decoration: none !important;
}
.mainframe_body .goodsproductdetail_ .related_ a:hover {
  opacity: 0.7;
  text-decoration: none !important;
}

/* -----------------------------------------------------------
 商品詳細ページのツイートボタン非表示　2023.12
-------------------------------------------------------------- */
div.goodsspec_ .sns_btn_ {
  display: none;
}

/* -----------------------------------------------------------
 購入完了ページ　バナー掲載用レイアウト調整　2024.1
-------------------------------------------------------------- */
.groupWrapCon.lytCenter a,
.groupWrapCon.lytCenter a:link {
  color: #009fcc;
  text-decoration: underline;
  font-weight: bold;
}
.groupWrapCon.lytCenter h2 {
  font-weight: bold;
}
.groupWrapCon.lytCenter img.icon {
  display: inline-block;
}

/* -----------------------------------------------------------
 カート「お届け先」レイアウト調整　2024.1
-------------------------------------------------------------- */
.method_address_ .addresslist_ .address_item_ {
  width: 980px;
}

/* -----------------------------------------------------------
 再販リクエストページのCSS調整　2024.2
-------------------------------------------------------------- */
.resale_request .list-icon li {
  margin-bottom: 4px;
}

/* -----------------------------------------------------------
 商品詳細ページ YouTubeショート埋め込みレイアウト調整　2024.4
-------------------------------------------------------------- */
.goodsproductdetail_ .top_comment_#spec_goods_comment iframe {
  display: block;
  margin: 16px auto;
}

/* -----------------------------------------------------------
 過去の展示会一覧ページ作成　2024.4
-------------------------------------------------------------- */

/* フリーページ */
.tenjikai_block {
  margin-bottom: 50px;
}
.tenjikai_block h3 {
  margin: 26px 0 0 26px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  border-left: 5px solid #009fcc;
}
.tenjikai_block .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px;
}
.tenjikai_block .list::before {
  content: "";
  display: block;
  width: 33%;
  order: 1;
}
.tenjikai_block .list::after {
  content: "";
  display: block;
  width: 33%;
}
.tenjikai_block .list a {
  width: calc(33% - 40px);
  margin: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  text-decoration: none;
}
.tenjikai_block .list dl dt {
  text-align: center;
}
.tenjikai_block .list dl dt img {
  width: auto;
  height: 100px;
}
.tenjikai_block .list dl dd {
  padding: 8px 4px;
  min-height: 60px;
  box-sizing: border-box;
  text-align: left;
}

/* TOPページ */
.top_exhibition .top_exhibition_body {
  padding-bottom: 15px;
}

/* -----------------------------------------------------------
 利用規約の崩れ修正　2024.4
-------------------------------------------------------------- */

/*  元々直書きされてたやつ  */
.forcms_block.blockNo10_ .agreebox_ {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  height: inherit;
  overflow-y: inherit;
  overflow-x: inherit;
  text-align: left;
}
.forcms_block.blockNo10_ .agreebox_ ul li {
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 4px;
}
.forcms_block.blockNo10_ .agreebox_ ul span {
  position: absolute;
  left: 0;
  top: 0;
}
/* 追記 */
.forcms_block.blockNo10_ .agreebox_ ul li {
  padding-left: 2em !important;
}
.forcms_block.blockNo10_ .agreebox_ ul li > ul li span {
  width: 2em !important;
  text-align: center !important;
}
.agreebox_ ul li > ul li span {
  padding-right: 0.5em;
}

/* --------------------------------------------------------------------
  cookie同意文改修　2024.5
--------------------------------------------------------------------- */
#cookieBox {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#cookieBox .block-cookie-consent {
  z-index: 2000000001; /* チャットボットより上に表示 */
  line-height: 1.4;
}
#cookieBox .block-cookie-consent .block-cookie-consent--text {
  font-size: 14px;
  line-height: 1.6;
}
#cookieBox .block-cookie-consent .block-cookie-consent--text a {
  color: #fff;
  text-decoration: underline;
}
#cookieBox .block-cookie-consent .block-cookie-consent--text a:hover {
  color: #fff;
  text-decoration: none;
}
#cookieBox .block-cookie-consent .block-cookie-consent--btn {
  margin: 12px 0 12px 30px;
  padding: 0;
}
#cookieBox .block-cookie-consent .block-cookie-consent--btn:hover {
  opacity: 0.6;
}
#cookieBox .block-cookie-consent .block-cookie-consent--btn a,
#cookieBox .block-cookie-consent .block-cookie-consent--btn span {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 16px 35px;
  font-size: 16px;
  color: #fff;
  background-color: #009fcc;
  border: 2px solid #fff;
  box-sizing: border-box;
}
#cookieBox .block-cookie-consent .block-cookie-consent--btn a:hover {
  text-decoration: none;
}

/* --------------------------------------------------------------------
  個人情報保護方針　cookie同意からのアンカーリンク飛び先位置調整　2024.5
--------------------------------------------------------------------- */
.contents_ .forcms_block.blockNo03_ + .forcms_block.blockNo10_ #anchor-cookie_block {
  scroll-behavior: smooth;
  scroll-margin-top: 16px;
}

/* --------------------------------------------------------------------
LP風商品詳細画像　コンテンツの最上部に配置　2024.6
-------------------------------------------------------------------- */
img.goods_detail_image_kv + h1.goods_name_ {
  font-size: 22px;
  line-height: 1.4;
  margin-top: 30px;
  background: none;
  border-left: 14px solid #009fcc;
  padding: 0;
}
img.goods_detail_image_kv + h1.goods_name_ > span {
  background: none;
}
.common_headline2_ {
  background: #009fcc;
}
.common_headline2_ span {
  background: none;
}

/* --------------------------------------------------------------------
  キーワード検索 表示調整 2024.6
--------------------------------------------------------------------- */
.att_keyword_ {
  display: flex;
  align-items: center;
  gap: 12px;
}
.att_keyword_ > img {
  display: block;
  position: relative;
  top: -1px;
  margin-right: 0;
}
.att_keyword_ ul.att_keyword__list {
  display: flex;
  flex-wrap: wrap;
  height: 30px;
  gap: 6px;
  overflow: hidden;
  line-height: 1;
}
.att_keyword_ ul.att_keyword__list > li > a {
  display: block;
  height: 30px;
  margin: 0;
  padding: 8px;
  border-radius: 50vw;
  box-sizing: border-box;
}

/* --------------------------------------------------------------------
  「新着商品」イベント改修関連 2024.7
--------------------------------------------------------------------- */
section.event-rank .goods_ .StyleT_Frame_ .StyleT_Line_ .StyleT_Item_ .img_ > span img {
  display: none;
}
section.event-return .goods_ .StyleT_Frame_ .StyleT_Line_ .StyleT_Item_ .img_ > span img {
  display: none;
}
div.event_ .StyleT_Frame_ .StyleT_Line_ .StyleT_Item_ .price_.js-enhanced-ecommerce-goods-price {
  display: none;
}

/* --------------------------------------------------------------------
  TOP大バナー スマホ用キャプション非表示 2024.7
--------------------------------------------------------------------- */
.main_slider .slick-slide .slide-cap-text {
  display: none;
  text-align: center;
}

/* --------------------------------------------------------------------
  返品交換受付フォーム　レイアウト調整 2024.7
--------------------------------------------------------------------- */
div.questionnaire_ .top_comment_ {
  margin: 0 auto;
  box-sizing: border-box;
}
div.questionnaire_ .lyt-page-support01 {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0 20px;
  box-sizing: border-box;
}
div.questionnaire_ .lyt-page-support01:last-child {
  margin-bottom: 30px;
}
.secFormMailer {
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 1rem;
  box-sizing: border-box;
}

/* --------------------------------------------------------------------
  商品名を三行に省略 2024.8
--------------------------------------------------------------------- */
div.StyleT_Item_ div.name_,
div.StyleH_Item_ div.name_ {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
}

/* --------------------------------------------------------------------
  会場受注・チェックイン 2024.8
--------------------------------------------------------------------- */
/* 汎用下線付き見出し */
.pc_heading_bdr-btm {
  border-bottom: 3px solid #009fcc;
  font-size: 16px;
  font-weight: bold;
  margin: 24px 0;
  padding: 0 0 8px 8px;
}

/* 汎用アイコンリスト リンク色変更 */
.list-icon a {
  font-weight: bold;
  display: inline-block;
  margin: 0 4px;
  color: #009ecd;
  text-decoration: underline;
}

.customer_.col1_ .customer_status_ .list-icon {
  font-weight: normal;
  margin: 32px 0;
  padding: 0;
}

table.formdetail_.checkinlist_ td a.checkin_goods_url_ {
  display: inline-block;
  background-color: #99cc00;
  color: #fff;
  text-decoration: none;
  padding: 10px 24px;
  border: 2px solid #ddd;
  border-radius: 4px;
  margin: 8px;
  font-size: 16px;
  min-width: 160px;
  text-align: center;
}
table.formdetail_.checkinlist_ td a.checkin_goods_url_:hover {
  opacity: 0.8;
}

.customer_ .customer_status_ .loginname_,
.customer_ .customer_status_ .customer_code strong {
  font-weight: normal;
}

.customer_ .customer_status_ .customer_code + .mypoint_ {
  margin-top: 1em;
}

/* --------------------------------------------------------------------
  「知ってたのしいムービック」へのリンク導線設置 2024.8
--------------------------------------------------------------------- */
h2.have_detail_link_ttl {
  max-width: 710px;
  box-sizing: border-box;
}
h2.have_detail_link_ttl .detail_link {
  display: block;
  position: absolute;
  color: #009fcc;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: underline;
  margin-left: 22px;
  padding: 0.5em 0 0;
  top: 0;
  right: 0;
}
h2.have_detail_link_ttl .detail_link:hover {
  text-decoration: none;
}
h2.have_detail_link_ttl .detail_link::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../img/usr/icon_info_circle.png) no-repeat center;
  background-size: contain;
  top: calc(50% + 0.1em);
  left: -22px;
  transform: translateY(-50%);
  opacity: 0.5;
}

/* --------------------------------------------------------------------
  Cookie同意文言改修 2024.10
--------------------------------------------------------------------- */
#cookieBox .block-cookie-consent .block-cookie-consent--text p {
  font-size: 14px;
}
#cookieBox .block-cookie-consent .block-cookie-consent--text p:not(:last-child) {
  margin-bottom: 1em;
}

/* --------------------------------------------------------------------
  フェア＆受注生産フリーページに「知ってたのしいムービック」の導線追加 2024.10
--------------------------------------------------------------------- */
h2.subpage_detail_link_ttl {
  max-width: none;
  position: relative;
}
h2.subpage_detail_link_ttl .detail_link {
  color: #fff;
  top: calc(50% - 0.2em);
  right: 15px;
  transform: translateY(-50%);
}
h2.subpage_detail_link_ttl .detail_link::before {
  background: url(../img/usr/icon_info_circle-wh.png) no-repeat center;
  background-size: contain;
  opacity: 1;
}

/* --------------------------------------------------------------------
  商品詳細ページコメント部分改修 2024.12
--------------------------------------------------------------------- */
.goodsproductdetail_ .goodscomment1_ .more-wrap .more-txt {
  display: none;
}
.goodsproductdetail_ .goodscomment1_ .more-wrap .more-btn {
  position: relative;
  cursor: pointer;
  max-width: 400px;
  margin: 1rem auto 0;
  padding: 10px;
  text-align: center;
  border: 1px solid;
}
.goodsproductdetail_ .goodscomment1_ .more-wrap .more-btn:hover {
  background-color: #ddd;
}
.goodsproductdetail_ .goodscomment1_ .more-wrap .more-btn::before {
  content: "＋";
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 15px;
  height: 100%;
  display: flex;
  align-items: center;
}
.goodsproductdetail_ .goodscomment1_ .more-wrap .more-btn.open::before {
  content: "－";
}
/* --------------------------------------------------------------------
  再販リクエストページ、知って楽しいムービック導線バナー追加 2025.03
--------------------------------------------------------------------- */
.customer_ .resale_request .backorder-bnrlink img {
  width: 440px;
  padding: 0px 15px 30px;
}
.customer_ .resale_request .backorder-bnrlink a:hover {
  opacity: 0.7;
}

/* --------------------------------------------------------------------
  ジャンルページバナー レイアウト調整 2025.03
--------------------------------------------------------------------- */
#timeLimitedScript .genre-banner > a {
  display: flex;
  align-items: center;
}

/* --------------------------------------------------------------------
  注目情報アイコン画像 サイズ指定 2025.04
--------------------------------------------------------------------- */
div.topiclist_ ul.topicline_ li > span.topic_txt_ {
  align-items: flex-start;
}
.topic_txt_ img,
.topic_txt_ img[src$="icon/t_origin.png"] {
  width: auto !important;
  height: 18px;
}

/* --------------------------------------------------------------------
  トップページフェア情報 余白調整　2025.06
--------------------------------------------------------------------- */
.top_campaign .top_campaign_body {
  padding: 15px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 0;
}
.top_campaign .top_campaign_body > h2 {
  grid-column: 1/-1;
  margin: 0 0 -5px 0;
}
.top_campaign .top_campaign_body > a {
  margin-right: 0;
  margin-top: 0;
}
.top_campaign .top_campaign_body img {
  width: 100%;
  display: block;
}

/* --------------------------------------------------------------------
  フェア・キャンペーン情報ページ（PCバナー画像余白調整）　2025.06
--------------------------------------------------------------------- */
.banner-area.fair_banner_area ul.fair_list > li img {
  width: 100%;
  height: auto;
  display: block;
}
.banner-area.fair_banner_area ul.fair_list > li .event-text01 {
  padding: 8px 4px;
}

/* --------------------------------------------------------------------
  フェアページ終了文言追加　2025.06
--------------------------------------------------------------------- */
.genre_txt_wrap #fair-end {
  display: none;
}
.genre_txt_wrap #fair-end p {
  color: #f00;
  font-weight: 600;
  margin-bottom: 1em;
}
.genre_txt_wrap .privilege {
  background: #e6f8fd;
  margin: 0 0 10px;
  padding: 6px;
  font-weight: 600;
}
.genre-bnr {
  width: 100%;
}

/* --------------------------------------------------------------------
  買い物かごページテキストデザイン　2025.06
--------------------------------------------------------------------- */
#postage_comment span.price_ {
  background: linear-gradient(transparent 60%, #fdeeb6 60%);
}
.cartlist_ .list-icon li:nth-of-type(3),
.method_box_content_ .list-icon li:nth-of-type(2) {
  color: #f00;
}

/* --------------------------------------------------------------------
  トップページ　ブランド一覧改修　2025.07
--------------------------------------------------------------------- */
.top_brand .top_brand_body .top_brand_inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 10px 0 15px;
}
.top_brand .top_brand_body .top_brand_inner ul li {
  width: calc((100% - 15px * 3) / 4);
}
.top_brand .top_brand_body .top_brand_inner ul li a {
  text-decoration: none;
}
.top_brand .top_brand_body .top_brand_inner ul li .thumbnail {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ddd;
}
.top_brand .top_brand_body .top_brand_inner ul li .logo {
  margin: 12px 0;
  text-align: center;
}
.top_brand .top_brand_body .top_brand_inner ul li .logo img {
  width: 100%;
  height: 50px;
  object-fit: contain;
}

/* --------------------------------------------------------------------
  会社概要：PC見せ方修正　2025.05~07
--------------------------------------------------------------------- */
.company_page .forcms_block.blockNo10_ p + p {
  margin-top: 1.2em;
}
.company_page:has(.blockNo02_) {
  font-family: "Noto Sans JP", sans-serif;
}
.company_page .blockNo02_ h1 {
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1.8;
  background: #009fcc;
}
.company_page .blockNo10_ p {
  font-size: 16px;
}
.company_page .blockNo23_ table {
  padding-top: 20px;
  font-size: 16px;
}
.company_page .blockNo23_ table th,
.company_page .blockNo23_ table td {
  padding: 15px;
}

/* --------------------------------------------------------------------
  R-18コンテンツの販売に伴う改修　追加箇所のCSS調整　2025.8
--------------------------------------------------------------------- */
div.age_verify_content {
  padding: 16px;
}
div.age_verify_content h2 {
  border-bottom: 2px solid #009fcc;
  margin: 24px 0;
  padding-bottom: 8px;
  padding-left: 4px;
  font-weight: bold;
  font-size: 14px;
}
div.submit_.age_verify_btn_pc {
  margin-bottom: 48px;
}

/* --------------------------------------------------------------------
  商品詳細ページ X動画埋め込み 余白調整　2025.8
--------------------------------------------------------------------- */
div.goodsproductdetail_ .twitter-tweet {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
div.goodsproductdetail_ iframe#twitter-widget-0 {
  margin: 40px auto;
}

/* --------------------------------------------------------------------
	JPトップ フェアバナー表示を16件に変更　2025.8
--------------------------------------------------------------------- */
.top_campaign {
  padding: 15px;
  background: #fff;
}
.top_campaign .top_campaign_body {
  margin-bottom: 30px;
  padding: 0;
}

/* --------------------------------------------------------------------
	R18改修：カートエラー文言の見た目調整　2025.10
--------------------------------------------------------------------- */
.cartlist_ .info_ ul.error_ a {
  display: inline-block;
  padding: 0 4px;
  color: #404040;
}
