@charset "UTF-8";

/* ▼▼▼ ecbing-layout-customize */
.page-goods .pane-main {
  overflow: hidden;
}
.wrapper {
  background: transparent;
}
@media (max-width: 768px) {
  .goods_detail h1,
  .goods_detail .h1 {
    padding: 0 0;
  }
}
.goods_detail h2,
.goods_detail .h2 {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.goods_detail h3,
.goods_detail .h3 {
  padding: 0 0;
  margin: 0 0 0;
  border-bottom: none;
}

/* ▲▲▲ ecbing-layout-customize */

@media (max-width: 768px) {
  .header_item_search_box {
    z-index: 20;
  }
}

.goods_detail {
  width: auto;
  margin: 0 -500%;
  padding-bottom: 0;
  position: relative;
  background: url(/contents/shop/00000003/image/static/digital_museum/dle00_wall_04.png);
}
@media (max-width: 768px) {
  .goods_detail {
    width: auto;
    margin: 0 calc(50% - 50vw);
  }
}

#pan-navi {
  border-bottom: none;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  #pan-navi {
    padding-left: 0;
    padding-right: 0;
  }
}

.digital-musemu_wrapper {
  color: #151515;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3',
    'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo,
    sans-serif;
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .digital-musemu_wrapper {
    font-size: 15px;
    padding: 0 0;
    line-height: 1.6;
  }
}

.indent {
  text-indent: 1em;
}

.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

.underline {
  border-bottom: 1px solid red;
  vertical-align: top;
}

.bold {
  font-weight: bold;
}

.notice_txt {
  font-size: 0.9em;
}

.point_txt {
  font-weight: bold;
  color: #e50012;
  vertical-align: top;
}

.point_i.blue {
  color: #24a0e7;
  vertical-align: top;
}

.campaign_area {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .campaign_area {
    margin-top: 30px;
  }
}

.order_btn {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .order_btn {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.order_btn a {
  transition: all 300ms 0s ease;
}
.order_btn a:hover {
  opacity: 0.6;
}

.follow_cart {
  position: fixed;
  right: 10px;
  bottom: 112px;
  z-index: 9999;
}
@media (max-width: 768px) {
  .follow_cart {
    max-width: 24vw;
    display: none;
  }
}
.follow_cart a {
  transition: all 300ms 0s ease;
}
.follow_cart a:hover {
  opacity: 0.85;
}

.item_visual {
  text-align: center;
}
.item_visual h1 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.section_wrap {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .section_wrap {
    margin-top: 30px;
  }
}

.section {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 80px;
}
@media (max-width: 768px) {
  .section {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 10px 0;
  }
}
.section.gradation01 {
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 5%,
    rgba(255, 255, 255, 0.8) 52%,
    rgba(255, 255, 255, 0.8) 95%,
    rgba(255, 255, 255, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 5%,
    rgba(255, 255, 255, 0.8) 52%,
    rgba(255, 255, 255, 0.8) 95%,
    rgba(255, 255, 255, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 5%,
    rgba(255, 255, 255, 0.8) 52%,
    rgba(255, 255, 255, 0.8) 95%,
    rgba(255, 255, 255, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 */
}
@media (max-width: 768px) {
  .section.gradation01 {
    background: rgba(255, 255, 255, 0.8);
  }
}
.section.gradation02 {
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 5%,
    rgba(255, 255, 255, 0.5) 52%,
    rgba(255, 255, 255, 0.5) 95%,
    rgba(255, 255, 255, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 5%,
    rgba(255, 255, 255, 0.5) 52%,
    rgba(255, 255, 255, 0.5) 95%,
    rgba(255, 255, 255, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 5%,
    rgba(255, 255, 255, 0.5) 52%,
    rgba(255, 255, 255, 0.5) 95%,
    rgba(255, 255, 255, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 */
}
@media (max-width: 768px) {
  .section.gradation02 {
    background: rgba(255, 255, 255, 0.5);
  }
}
.section .content {
  padding: 0 14px;
}
@media (max-width: 768px) {
  .section .content {
    padding: 0 10px;
  }
}
.section .ttl {
  font-size: 1.4em;
  font-family: 'UD新ゴ DB', 'UD Shin Go DemiBold', 'Noto Sans JP',
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP',
    '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 0.2em;
  margin-bottom: 14px;
  color: #b80110;
  border-bottom: 1px dashed #b80110;
}
@media (max-width: 768px) {
  .section .ttl {
    display: block;
    font-size: 1.1em;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
}
.section .txt_box {
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .section .txt_box {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
.section .img_box {
  padding: 0 20px;
}
@media (max-width: 768px) {
  .section .img_box {
    padding: 0 0;
  }
}

.add_bgcolor {
  position: relative;
}
.add_bgcolor:after {
  content: '';
  background-color: #000;
  z-index: -100;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.add_bgcolor.black {
  padding-bottom: 14px;
}
@media (max-width: 768px) {
  .add_bgcolor.black {
    padding-bottom: 10px;
  }
}

.add_bgcolor.purple:after {
  background-color: #ca6aa2;
  z-index: -2;
}

.add_bgcolor.yellow {
  width: auto;
  position: relative;
  margin: 0 -500%;
  padding: 0 500%;
  background-color: #fff;
  margin-top: 60px;
  background: none;
  margin-top: 0;
  padding: 40px 0;
}
.add_bgcolor.yellow:after {
  background-color: #ead39b;
}
@media (max-width: 768px) {
  .add_bgcolor.yellow {
    width: auto;
    margin: 0 -20px;
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .add_bgcolor.yellow {
    margin: 30px 0 0;
    padding: 20px 10px;
    margin-top: 0;
  }
}
.add_bgcolor.yellow .ttl_ver01 {
  position: relative;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 5%,
    rgba(255, 255, 255, 0.3) 52%,
    rgba(255, 255, 255, 0.3) 95%,
    rgba(255, 255, 255, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 5%,
    rgba(255, 255, 255, 0.3) 52%,
    rgba(255, 255, 255, 0.3) 95%,
    rgba(255, 255, 255, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 5%,
    rgba(255, 255, 255, 0.3) 52%,
    rgba(255, 255, 255, 0.3) 95%,
    rgba(255, 255, 255, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 */
}
@media (max-width: 768px) {
  .add_bgcolor.yellow .ttl_ver01 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .add_bgcolor.yellow .ttl_ver01 {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .add_bgcolor.yellow .ttl_ver01 {
    background: rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 768px) {
  .add_bgcolor.yellow .ttl_ver01 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.add_bgcolor.yellow .ttl_ver01.min {
  font-family: '凸版文久見出し明朝 EB JIS2004', 'Toppan Bunkyu MdMin EB',
    'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E',
    'ＭＳ Ｐ明朝', serif;
  font-weight: 900;
}
.add_bgcolor.yellow .ttl_ver01 .txt {
  display: block;
  max-width: 1112px;
  margin-left: auto;
  margin-right: auto;
  font-size: 33px;
  line-height: 1.3;
  padding: 0.5em 0;
  color: #21157f;
  text-align: center;
  border-top: 1px solid #21157f;
  border-bottom: 1px solid #21157f;
}
@media (max-width: 768px) {
  .add_bgcolor.yellow .ttl_ver01 .txt {
    font-size: 1.2em;
    line-height: 1.3;
    letter-spacing: -0.03em;
    padding: 0.3em 10px 0.3em 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.add_bgcolor.yellow .ttl_ver01.painting_list_ttl {
  font-size: 18px;
}
@media (max-width: 768px) {
  .add_bgcolor.yellow .ttl_ver01.painting_list_ttl {
    margin-top: 70px;
    font-size: 15px;
  }
}
.add_bgcolor.yellow .ttl_ver01.painting_list_ttl .txt {
  position: relative;
  padding-left: 172px;
}
@media (max-width: 768px) {
  .add_bgcolor.yellow .ttl_ver01.painting_list_ttl .txt {
    width: auto;
    font-size: 1.2em;
    line-height: 1.3;
    text-align: left;
    padding-left: 0;
    padding: 0.3em 10px 0.3em 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.add_bgcolor.yellow .ttl_ver01.painting_list_ttl .txt .icon {
  position: absolute;
  top: 8px;
  left: 36px;
}
@media (max-width: 768px) {
  .add_bgcolor.yellow .ttl_ver01.painting_list_ttl .txt .icon {
    width: 104px;
    transform: rotate(8deg);
    top: -66px;
    left: 0;
  }
}
.add_bgcolor.yellow .section .ttl {
  font-size: 1.4em;
  font-family: 'UD新ゴ DB', 'UD Shin Go DemiBold', 'Noto Sans JP',
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP',
    '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 0.2em;
  margin-bottom: 14px;
  color: #51062e;
  border-bottom: 1px dashed #51062e;
}
@media (max-width: 768px) {
  .add_bgcolor.yellow .section .ttl {
    display: block;
    font-size: 1.1em;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
}
.add_bgcolor.yellow .section_wrap {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .add_bgcolor.yellow .section_wrap {
    margin-top: 20px;
  }
}
.add_bgcolor.yellow .section_wrap .sub_ttl {
  font-size: 1.4em;
  font-family: 'UD新ゴ DB', 'UD Shin Go DemiBold', 'Noto Sans JP',
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP',
    '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 0.2em;
  margin-bottom: 14px;
  color: #51062e;
  border-bottom: 1px dashed #51062e;
  position: relative;
  font-size: 1.4em;
}
@media (max-width: 768px) {
  .add_bgcolor.yellow .section_wrap .sub_ttl {
    display: block;
    font-size: 1.1em;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .add_bgcolor.yellow .section_wrap .sub_ttl {
    display: flex;
    align-items: center;
    font-size: 1.1em;
  }
}
.add_bgcolor.yellow .section_wrap .sub_ttl .txt {
  display: block;
  padding-left: 120px;
}
@media (max-width: 768px) {
  .add_bgcolor.yellow .section_wrap .sub_ttl .txt {
    padding-left: 0;
    line-height: 1.3;
  }
}
.add_bgcolor.yellow .section_wrap .sub_ttl .icon {
  position: absolute;
  top: -45px;
  left: -20px;
}
@media (max-width: 768px) {
  .add_bgcolor.yellow .section_wrap .sub_ttl .icon {
    position: static;
    flex: 0 0 80px;
    width: 80px;
    margin-left: -5px;
  }
}
.add_bgcolor.yellow .section_wrap .indent.long {
  text-indent: 6em;
}
@media (max-width: 768px) {
  .add_bgcolor.yellow .section_wrap .indent.long {
    text-indent: 1em;
  }
}

.section_wrap.digital-musemu_lead {
  margin-top: 0;
}
.section_wrap.digital-musemu_lead .img_box {
  margin-left: -30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_lead .img_box {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.section_wrap.digital-musemu_lead .img_box .picture_area {
  position: relative;
  max-width: 1000px;
  margin: auto;
  margin: 0 auto;
}
.section_wrap.digital-musemu_lead .img_box #cover {
  width: 453px;
  height: 345px;
  position: absolute;
  overflow: hidden;
  /* border: 1px solid red; */
  left: 271px;
  top: 228px;
  z-index: 2;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_lead .img_box #cover {
    width: 53.8vw;
    height: 43.8vw;
    left: 22.5%;
    top: 28.6%;
  }
}
.section_wrap.digital-musemu_lead .img_box #cover > div {
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0;
  margin-top: -55px;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_lead .img_box #cover > div {
    margin-top: -5.2vw;
  }
}
.section_wrap.digital-musemu_lead .img_box #cover > div.h {
  width: 76%;
  margin: 0 auto;
}
.section_wrap.digital-musemu_lead .sub_box {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_lead .sub_box {
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.section_wrap.digital-musemu_lead .sub_box .item {
  flex: 0 1 24%;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_lead .sub_box .item {
    flex: 0 1 48%;
    padding-top: 10px;
  }
}
.section_wrap.digital-musemu_lead .sub_box .item:first-child {
  padding-top: o;
}
.section_wrap.digital-musemu_lead .sub_box .item .txt {
  font-size: 0.8em;
  padding-top: 2px;
  text-indent: -0.5em;
  padding-left: 0.5em;
  margin-left: 0.5em;
}
.section_wrap.digital-musemu_lead .sub_box .item .txt:before {
  content: '▲';
  color: #24a0e7;
  display: inline-block;
}

.digital-musemu_gallery_link .ttl {
  display: block;
  font-size: 1.8em;
  text-align: center;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .digital-musemu_gallery_link .ttl {
    font-size: 1.1em;
  }
}

.digital-musemu_gallery_link .gallery-btn_wrap {
  position: relative;
}
@media (max-width: 768px) {
  .digital-musemu_gallery_link .gallery-btn_wrap {
    margin-top: 20px;
  }
}
.digital-musemu_gallery_link .gallery-btn_wrap__scene {
  position: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.digital-musemu_gallery_link .gallery-btn_wrap__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 576px;
  margin: auto;
  padding-top: 33px;
  padding-left: 2px;
  transition: all 300ms 0s ease;
}
.digital-musemu_gallery_link .gallery-btn_wrap__btn:hover {
  opacity: 0.6;
}
.digital-musemu_gallery_link .gallery-btn_wrap__btn img {
  max-width: initial;
  width: 100%;
}
@media (max-width: 768px) {
  .digital-musemu_gallery_link .gallery-btn_wrap__btn {
    position: static;
    padding-top: 0;
    padding-left: 0;
  }
}

.section_wrap.digital-musemu_monitor .img_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_monitor .img_box {
    display: block;
  }
}
.section_wrap.digital-musemu_monitor .img_box .item:first-child {
  flex: 0 1 710px;
}
.section_wrap.digital-musemu_monitor .img_box .item:last-child {
  flex: 0 1 350px;
}

.section_wrap.digital-musemu_telop .img_box {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_telop .img_box {
    display: block;
    max-width: 74vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.section_wrap.digital-musemu_telop .img_box .item {
  flex: 0 1 350px;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_telop .img_box .item {
    padding-top: 10px;
  }
  .section_wrap.digital-musemu_telop .img_box .item:first-child {
    padding-top: 0;
  }
}

.section_wrap.digital-musemu_decorate .sub_ttl .txt {
  padding-left: 120px;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_decorate .sub_ttl .txt {
    padding-left: 0;
  }
}

.section_wrap.digital-musemu_decorate .txt_box {
  width: auto;
  position: relative;
}
.section_wrap.digital-musemu_decorate .txt_box .sub_img {
  float: right;
  margin-left: 10px;
  max-width: 151px;
  position: relative;
  top: -57px;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_decorate .txt_box .sub_img {
    max-width: 30%;
    position: static;
  }
}

.section_wrap.digital-musemu_decorate .img_box {
  clear: both;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_decorate .img_box {
    flex-wrap: wrap;
    display: block;
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.section_wrap.digital-musemu_decorate .img_box .item {
  flex: 0 1 267px;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_decorate .img_box .item {
    flex: 0 1 48%;
    padding-top: 10px;
  }
}
.section_wrap.digital-musemu_decorate .img_box .item:first-child {
  padding-top: o;
}
.section_wrap.digital-musemu_decorate .img_box .item .txt {
  font-size: 0.8em;
  padding-top: 2px;
  text-indent: -0.5em;
  padding-left: 0.5em;
  margin-left: 0.5em;
}
.section_wrap.digital-musemu_decorate .img_box .item .txt:before {
  content: '▲';
  color: #24a0e7;
  display: inline-block;
}

.section_wrap.digital-musemu_decorate .notice {
  font-size: 0.8em;
}

.section_wrap.digital-musemu_view .content {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_view .content {
    display: block;
  }
}

.section_wrap.digital-musemu_view .txt_box {
  flex: 0 1 664px;
}

.section_wrap.digital-musemu_view .img_box {
  padding: 0 0;
  flex: 0 1 498px;
}

.section_wrap.digital-musemu_listen {
  position: relative;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_listen .content {
    overflow: hidden;
  }
}
.section_wrap.digital-musemu_listen .music_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  padding: 14px;
}
.section_wrap.digital-musemu_listen .music_list > div {
  flex: 1 0 34%;
}
.section_wrap.digital-musemu_listen .music_list > div.japan {
  flex: 1 0 26%;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_listen .music_list > div {
    flex: 0 0 100%;
  }
}
.section_wrap.digital-musemu_listen .music_list .music_list_ttl {
  display: inline-block;
  background: #fff697;
  font-weight: bold;
  padding: 1px 5px;
  color: #675832;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_listen .music_list_genre {
    margin-top: 10px;
  }
  .section_wrap.digital-musemu_listen .music_list_genre:first-child {
    margin-top: 0;
  }
}
.section_wrap.digital-musemu_listen .music_list_genre.renaissance {
  order: 1;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_listen .music_list_genre.renaissance {
    order: 2;
  }
}
.section_wrap.digital-musemu_listen
  .music_list_genre.renaissance
  .music_list_ttl {
  color: #675832;
}
.section_wrap.digital-musemu_listen .music_list_genre.renaissance .list {
  counter-reset: list-counter 0;
}
.section_wrap.digital-musemu_listen .music_list_genre.classic {
  order: 4;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_listen .music_list_genre.classic {
    order: 3;
  }
}
.section_wrap.digital-musemu_listen .music_list_genre.classic .music_list_ttl {
  color: #921f56;
}
.section_wrap.digital-musemu_listen .music_list_genre.classic .list {
  counter-reset: list-counter 9;
}
.section_wrap.digital-musemu_listen .music_list_genre.romance {
  order: 2;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_listen .music_list_genre.romance {
    order: 3;
  }
}
.section_wrap.digital-musemu_listen .music_list_genre.romance .music_list_ttl {
  color: #1d2087;
}
.section_wrap.digital-musemu_listen .music_list_genre.romance .list {
  counter-reset: list-counter 22;
}
.section_wrap.digital-musemu_listen .music_list_genre.japan {
  order: 3;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_listen .music_list_genre.japan {
    order: 5;
  }
}
.section_wrap.digital-musemu_listen .music_list_genre.japan .music_list_ttl {
  color: #00693e;
}
.section_wrap.digital-musemu_listen .music_list_genre.japan .list {
  counter-reset: list-counter 30;
}
.section_wrap.digital-musemu_listen .music_list_genre.img {
  order: 5;
  flex: 2 0 auto;
  padding-left: 60px;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_listen .music_list_genre.img {
    order: 1;
    flex: 0 0 100%;
    padding-left: 0;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.section_wrap.digital-musemu_listen .music_list_genre li {
  position: relative;
  padding-left: 1.5em;
  font-size: 0.8em;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_listen .music_list_genre li {
    font-size: 1em;
  }
}
.section_wrap.digital-musemu_listen .music_list_genre li:before {
  counter-increment: list-counter 1;
  content: counter(list-counter);
  background-color: #0068b6;
  color: #fff;
  display: block;
  position: absolute;
  top: 3px;
  margin: auto;
  margin-left: -2em;
  text-align: center;
  font-size: 0.73em;
  height: 1.7em;
  width: 1.7em;
  line-height: 1.7em;
  border-radius: 3px;
}
.section_wrap.digital-musemu_listen .music_list_genre li .track {
  font-family: '黎ミンY40 H', 'ten-mincho', 'Noto Serif JP',
    'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝',
    serif;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #910782;
  vertical-align: top;
}

.section_wrap.digital-musemu_clock .sub_ttl .txt {
  padding-left: 120px;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_clock .sub_ttl .txt {
    padding-left: 0;
  }
}

.section_wrap.digital-musemu_clock .img_box {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_clock .img_box {
    display: block;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.section_wrap.digital-musemu_clock .img_box .item {
  flex: 0 1 357px;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_clock .img_box .item {
    flex: 0 1 48%;
    padding-top: 10px;
  }
}
.section_wrap.digital-musemu_clock .img_box .item:first-child {
  flex: 1 1 556px;
  padding-top: 0;
}

.section_wrap.digital-musemu_painting {
  position: relative;
}
.section_wrap.digital-musemu_painting .section {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_painting .section {
    padding-bottom: 20px;
  }
}
.section_wrap.digital-musemu_painting .content {
  overflow: hidden;
}
.section_wrap.digital-musemu_painting .main_ttl {
  color: #1d2087;
  font-size: 1.3em;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: bold;
  border: none;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_painting .main_ttl {
    font-size: 1.2em;
  }
}
.section_wrap.digital-musemu_painting .flex_box {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_painting .flex_box {
    display: block;
  }
}
.section_wrap.digital-musemu_painting .flex_box .list:first-child {
  flex: 0 0 680px;
}
.section_wrap.digital-musemu_painting .flex_box .list:last-child {
  flex: 0 1 630px;
}
.section_wrap.digital-musemu_painting .painting_list .painting_list_genre_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_painting
    .painting_list
    .painting_list_genre_ttl {
    display: block;
    margin-bottom: 5px;
  }
}
.section_wrap.digital-musemu_painting
  .painting_list
  .painting_list_genre_ttl
  .p-ttl {
  display: inline-block;
  font-size: 1.6em;
  font-family: 'カクミン B', 'Kakumin Bold', 'Noto Serif JP',
    'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝',
    serif;
  font-weight: 700;
  color: #921f56;
  background: #fff;
  padding: 0 5px;
  border-top: 8px solid #921f56;
  border-bottom: 8px solid #921f56;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_painting
    .painting_list
    .painting_list_genre_ttl
    .p-ttl {
    font-size: 1.25em;
    margin-bottom: 10px;
    border-top: 4px solid #921f56;
    border-bottom: 4px solid #921f56;
  }
}
.section_wrap.digital-musemu_painting
  .painting_list
  .painting_list_genre_ttl
  .p-num {
  display: inline-block;
  color: #fff697;
  background: #e8546b;
  padding: 0.3em 0.6em;
  margin: 0 0.5em;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_painting
    .painting_list
    .painting_list_genre_ttl
    .p-num {
    margin-top: -0.3em;
  }
}
.section_wrap.digital-musemu_painting
  .painting_list
  .painting_list_genre_ttl
  .p-txt {
  color: #1d2087;
  flex: 0 1 848px;
}
.section_wrap.digital-musemu_painting
  .painting_list
  .painting_list_genre.world
  .list:first-child {
  counter-reset: painting-counter 0;
}
.section_wrap.digital-musemu_painting
  .painting_list
  .painting_list_genre.world
  .list:last-child {
  counter-reset: painting-counter 38;
}
.section_wrap.digital-musemu_painting
  .painting_list
  .painting_list_genre.japan {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_painting
    .painting_list
    .painting_list_genre.japan {
    margin-top: 20px;
  }
}
.section_wrap.digital-musemu_painting
  .painting_list
  .painting_list_genre.japan
  .painting_list_genre_ttl
  .p-ttl {
  color: #006979;
  border-top: 8px solid #006979;
  border-bottom: 8px solid #006979;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_painting
    .painting_list
    .painting_list_genre.japan
    .painting_list_genre_ttl
    .p-ttl {
    border-top: 4px solid #006979;
    border-bottom: 4px solid #006979;
  }
}
.section_wrap.digital-musemu_painting
  .painting_list
  .painting_list_genre.japan
  .painting_list_genre_ttl
  .p-num {
  background: #00aca8;
}
.section_wrap.digital-musemu_painting
  .painting_list
  .painting_list_genre.japan
  .flex_box
  .list:first-child {
  flex: 0 0 540px;
}
.section_wrap.digital-musemu_painting
  .painting_list
  .painting_list_genre.japan
  .flex_box
  .list:last-child {
  flex: 1 1 540px;
  margin-bottom: 238px;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_painting
    .painting_list
    .painting_list_genre.japan
    .flex_box
    .list:last-child {
    margin-bottom: 0;
  }
}
.section_wrap.digital-musemu_painting
  .painting_list
  .painting_list_genre.japan
  li {
  color: #006979 !important;
}
.section_wrap.digital-musemu_painting
  .painting_list
  .painting_list_genre.japan
  .list:first-child {
  counter-reset: painting-counter 76;
}
.section_wrap.digital-musemu_painting
  .painting_list
  .painting_list_genre.japan
  .list:last-child {
  counter-reset: painting-counter 90;
}
.section_wrap.digital-musemu_painting .painting_list .list .painting_item {
  position: absolute;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_painting .painting_list .list .painting_item {
    display: none;
  }
}
.section_wrap.digital-musemu_painting
  .painting_list
  .list
  .painting_item.position01 {
  top: -694px;
  left: -218px;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_painting
    .painting_list
    .list
    .painting_item.position01 {
    max-width: 140px;
  }
}
.section_wrap.digital-musemu_painting
  .painting_list
  .list
  .painting_item.position02 {
  top: -400px;
  left: -257px;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_painting
    .painting_list
    .list
    .painting_item.position02 {
    max-width: 180px;
  }
}
.section_wrap.digital-musemu_painting
  .painting_list
  .list
  .painting_item.position03 {
  top: -100px;
  left: 852px;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_painting
    .painting_list
    .list
    .painting_item.position03 {
    max-width: 200px;
  }
}
.section_wrap.digital-musemu_painting
  .painting_list
  .list
  .painting_item.position04 {
  top: 903px;
  left: 300px;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_painting
    .painting_list
    .list
    .painting_item.position04 {
    max-width: 100px;
  }
}
.section_wrap.digital-musemu_painting
  .painting_list
  .list
  .painting_item.position05 {
  top: 324px;
  left: 559px;
}
.section_wrap.digital-musemu_painting
  .painting_list
  .list
  .painting_item.position06 {
  top: 310px;
  left: 393px;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_painting
    .painting_list
    .list
    .painting_item.position06 {
    max-width: 200px;
  }
}
.section_wrap.digital-musemu_painting .painting_list li {
  font-size: 1.2em;
  line-height: 1.4;
  position: relative;
  padding-left: 1.5em;
  font-family: '黎ミンY40 H', 'ten-mincho', 'Noto Serif JP',
    'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝',
    serif;
  color: #921f56;
  font-weight: 900;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_painting .painting_list li {
    font-size: 1em;
  }
}
.section_wrap.digital-musemu_painting .painting_list li:before {
  counter-increment: painting-counter 1;
  content: counter(painting-counter);
  background-color: #231815;
  color: #fff;
  display: block;
  position: absolute;
  top: 0.3em;
  margin-left: -2.3em;
  text-align: center;
  font-size: 0.63em;
  letter-spacing: -0.03em;
  font-weight: bold;
  height: 1.6em;
  width: 1.6em;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_painting .painting_list li:before {
    font-size: 0.7em;
  }
}
.section_wrap.digital-musemu_painting .painting_list li.hundred:before {
  transform: scale(0.65, 1);
  width: 2.45em;
  margin-left: -2.7em;
}
.section_wrap.digital-musemu_painting .painting_list li .author {
  color: #231815;
  font-size: 0.9em;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3',
    'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo,
    sans-serif;
  font-weight: 500;
}

.digital-musemu_interview {
  background: rgba(255, 255, 255, 0.6);
  padding-top: 20px;
}
.digital-musemu_interview .section {
  padding-top: 0;
}
@media (max-width: 768px) {
  .digital-musemu_interview .section {
    padding-bottom: 0;
  }
}
.digital-musemu_interview .interview_ttl {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .digital-musemu_interview .interview_ttl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .digital-musemu_interview .interview_ttl {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .digital-musemu_interview .interview_ttl {
    max-width: 85vw;
    margin: 0 auto;
  }
}
.digital-musemu_interview .txt_box {
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 768px) {
  .digital-musemu_interview .txt_box {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.digital-musemu_interview .txt_box.lead {
  font-size: 1.1em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .digital-musemu_interview .txt_box.lead {
    font-size: 1em;
  }
}
.digital-musemu_interview .txt_box.lead .notice_txt {
  margin-top: 10px;
  font-size: 0.9em;
  font-weight: normal;
}
.digital-musemu_interview .content {
  margin: 0 -80px;
}
@media (max-width: 768px) {
  .digital-musemu_interview .content {
    padding: 0 0;
    margin: 0 0;
  }
}
.digital-musemu_interview .content .item {
  display: flex;
  justify-content: space-between;
  padding: 20px 60px;
}
@media (max-width: 768px) {
  .digital-musemu_interview .content .item {
    padding: 10px 10px;
    display: block;
    width: auto;
    overflow: hidden;
  }
}
.digital-musemu_interview .content .item.reverse {
  flex-direction: row-reverse;
}
.digital-musemu_interview .content .item .img {
  flex: 0 0 355px;
}
@media (max-width: 768px) {
  .digital-musemu_interview .content .item .img {
    float: right;
    padding-left: 10px;
    width: 35vw;
    text-align: right;
  }
}
@media (max-width: 320px) {
  .digital-musemu_interview .content .item .img {
    font-size: 0.9em;
  }
}
.digital-musemu_interview .content .item .txt {
  flex: 0 0 764px;
  font-family: 'UD黎ミン B', 'UD Reimin Bold', Medium, 'Noto Serif JP',
    'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'Noto Serif JP',
    'ＭＳ Ｐ明朝', serif;
  font-weight: 600;
}
.digital-musemu_interview .content .item .interview_ttl_sub {
  font-size: 1.4em;
  font-family: 'UD新ゴ DB', 'UD Shin Go DemiBold', 'Noto Sans JP',
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP',
    '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 16px;
  color: #b80110;
}
@media (max-width: 768px) {
  .digital-musemu_interview .content .item .interview_ttl_sub {
    font-size: 1.2em;
  }
}

.digital-musemu_expert {
  background: rgba(255, 255, 255, 0.6);
  margin-top: 40px;
}
@media (max-width: 768px) {
  .digital-musemu_expert {
    margin-top: 20px;
  }
}
.digital-musemu_expert .section {
  padding-top: 0;
}
.digital-musemu_expert .expert_ttl {
  width: auto;
  position: relative;
  margin: 0 -500%;
  padding: 0 500%;
  background-color: #fff;
  font-size: 1.76em;
  font-weight: bold;
  line-height: 1.4;
  font-family: 'カクミン M', 'Kakumin Medium', 'Noto Serif JP',
    'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝',
    serif;
  padding: 0.5em 0;
  background: #6355a1;
  color: #f6c8dd;
  text-align: center;
}
@media (max-width: 768px) {
  .digital-musemu_expert .expert_ttl {
    width: auto;
    margin: 0 -20px;
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .digital-musemu_expert .expert_ttl {
    font-size: 1.2em;
    padding: 0.5em 0;
  }
}
.digital-musemu_expert .expert_ttl_sub {
  font-size: 1.2em;
  font-family: 'UD新ゴ DB', 'UD Shin Go DemiBold', 'Noto Sans JP',
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP',
    '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif;
  letter-spacing: -0.03em;
  color: #1d2087;
  padding-bottom: 10px;
}
.digital-musemu_expert .content {
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
}
@media (max-width: 768px) {
  .digital-musemu_expert .content {
    display: block;
    padding: 10px 10px;
  }
}
.digital-musemu_expert .content.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .digital-musemu_expert .content.reverse {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
}
.digital-musemu_expert .content .img_box {
  flex: 0 0 358px;
  padding: 0 0;
}
.digital-musemu_expert .content .img_box .profile_name {
  color: #921f56;
  font-family: '黎ミンY40 H', 'ten-mincho', 'Noto Serif JP',
    'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝',
    serif;
  font-size: 1em;
  font-weight: 900;
  padding-top: 10px;
  letter-spacing: -0.03em;
}
.digital-musemu_expert .content .img_box .txt {
  font-size: 0.8em;
  font-weight: 500;
}
.digital-musemu_expert .content .txt_box {
  flex: 0 0 660px;
  font-family: 'リュウミン B-KL', 'Ryumin Bold KL', 'Noto Serif JP',
    'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝',
    serif;
  font-weight: 600;
}
@media (max-width: 768px) {
  .digital-musemu_expert .content .txt_box {
    flex: auto;
    margin-top: 20px;
  }
}

.section_wrap.digital-musemu_info {
  font-size: 0.9em;
}
.section_wrap.digital-musemu_info .main_img {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_info .main_img {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_info .section {
    padding: 10px 10px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.section_wrap.digital-musemu_info .product_spec_wrap {
  background: #fff;
  padding: 30px 60px;
  border: 1px solid #a85116;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_info .product_spec_wrap {
    padding: 10px 10px;
  }
}
.section_wrap.digital-musemu_info .content {
  display: flex;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_info .content {
    display: block;
    padding: 0 0;
  }
}
.section_wrap.digital-musemu_info .content .product_spec_ttl {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 0 0 1.2em;
  background: #87aad9;
  color: #fff;
  font-size: 1.2em;
  padding: 0.4em;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_info .content .product_spec_ttl {
    font-size: 1.1em;
    margin-bottom: 14px;
  }
}
.section_wrap.digital-musemu_info .content .spec_item {
  padding: 0 10px;
  flex: 0 0 48%;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_info .content .spec_item {
    padding: 0 0;
  }
}
.section_wrap.digital-musemu_info .content .spec_name {
  position: relative;
  color: #0068b6;
  vertical-align: top;
}
.section_wrap.digital-musemu_info .content .spec_name:before {
  content: '■';
  color: #87aad9;
  display: inline;
  line-height: 1.7;
}
.section_wrap.digital-musemu_info .content .spec_name.line {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_info .content .spec_name.line {
    padding-left: 0;
  }
}
.section_wrap.digital-musemu_info .content .sub_item {
  display: block;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_info .content .sub_item {
    display: inline;
  }
}
.section_wrap.digital-musemu_info .content .spec_indent {
  padding-left: 4em;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_info .content .spec_indent {
    padding-left: 0;
  }
}
.section_wrap.digital-musemu_info .remarks {
  margin-top: 20px;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .section_wrap.digital-musemu_info .remarks {
    margin-top: 16px;
    padding: 0 0;
  }
}
.section_wrap.digital-musemu_info .remarks_item {
  position: relative;
}
.section_wrap.digital-musemu_info .remarks_item:before {
  content: '●';
  color: #0068b6;
  display: inline;
  line-height: 1.7;
}
.section_wrap.digital-musemu_info .notic_txt {
  display: block;
  max-width: 1019px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  font-size: 0.9em;
  text-align: left;
}

.price_info_area {
  background: #fff;
  padding: 30px;
  max-width: 960px;
}
@media (max-width: 768px) {
  .price_info_area {
    padding: 10px;
    margin: 0 0 !important;
  }
}
@media (max-width: 320px) {
  .price_info_area {
    margin: 0 -10px !important;
  }
}

.digital-musemu_painting .list_toggle {
  display: flex;
  height: 40%;
}

.digital-musemu_painting .list_toggle a {
  width: 600px;
}

.list_toggle {
  display: none;
  justify-content: center;
  align-items: flex-end;
  background-color: #fff;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 70%);
  background-color: transparent;
  width: auto;
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 30px 10px;
}
@media (max-width: 768px) {
  .list_toggle {
    display: flex;
  }
}

.list_toggle.close_area {
  background: none;
  position: static;
  margin-top: 30px;
}

.list_toggle a {
  width: 100%;
  color: #fff;
  border: 2px solid;
  border-radius: 50px;
  display: block;
  font-weight: bold;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.3s ease-in;
}

.list_toggle a:hover {
  opacity: 0.7;
}

.list_toggle a.open_link {
  background: #ec8c0f;
}

.list_toggle a.close_link {
  background: #188015;
}

.list_toggle a.open_link:before {
  content: 'リストをもっと見る ▼';
  display: inline;
}

.list_toggle a.close_link:before {
  content: 'リストを閉じる ▲';
  display: inline;
}

@media screen and (min-width: 768px) {
  .list_toggle a {
    width: 30%;
  }
}

.price_info_area .price_info .price_split_wrap .price_detail dt.indent {
  padding-left: 0 !important;
}
