@charset "utf-8";

/* ▼▼既存スタイルの上書き ▼▼ --------- */
.yomimono .four-column-block__list .four-column-block__item a[href="#"].u-mh-alpha {
  pointer-events: none;
}
.yomimono h2.contents__primary-headline {
  display: none;
}
.yomimono .section {
  margin-bottom: 0;
}
.yomimono-bnr + .fwCmsTmpObj.fwCmsTmp_w_button {
  display: none;
}
.yomimono_ft {
  display: none;
}
.yomimono_ft:has(.section__products-list--bgcolor, .section--mb-sm, .SST0450) {
  display: block;
}
.yomimono-column:has(.section__products-list--bgcolor, .section--mb-sm, .SST0450) .yomimono_notft {
  display: none;
}
.yomimono-column .CKEditorH2,
.yomimono-column .CKEditorH3 {
  width: 100%;
}
/* ▲▲既存スタイルの上書き ▲▲ --------- */

.txt_c {
  text-align: center;
}
.txt_l {
  text-align: left;
}
.txt_r {
  text-align: right;
}
.color_pk {
  color: #ed777a;
}
.marker_yl {
  background: linear-gradient(transparent 56%, #fff68a 56%, #fff489 90%, transparent 90%);
}
.marker_pk {
  background: linear-gradient(transparent 56%, #fbe2e5 56%, #fbe2e5 90%, transparent 90%);
}
.bg_yl {
  background: #fff68a;
}
.bg_pk {
  background: #fbe2e5;
}

.yomimono .yomimono_mv {
  margin-bottom: 3rem;
  padding-top: 2rem;
  background-color: #f6f6f6;
  background-image: linear-gradient(90deg, #e7e7e7 1px, transparent 1px), linear-gradient(#e7e7e7 1px, transparent 1px);
  background-position: -1px -1px;
  background-size: 1.9rem 1.9rem;
  border-bottom: 1px solid #e7e7e7;
}
.yomimono .yomimono_mv img {
  display: block;
  width: 84%;
  max-width: 600px;
  margin: 0 auto;
  filter: drop-shadow(1px 2px 0 #ccc);
}
.yomimono_lead {
  position: relative;
  width: 100%;
  padding: 2rem 1.5rem 2.4rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3.4rem;
}
.yomimono-column .yomimono_lead {
  margin: 2.5rem 0 3rem;
  border: 1px solid #ccc;
}
.yomimono-column .yomimono_lead p {
  padding: 0 0.8rem 1px;
  background-color: #fff;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #ccc 1px, transparent 1px);
  background-size: 8px 100%, 100% 3.4rem;
  background-position: 0 -1px;
}
.yomimono-column .yomimono_lead::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  border-width: 0 0 1.8rem 1.8rem;
  border-style: solid;
  border-color: #fff #fff #d5d5d5;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.yomimonoCard {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin: 2rem 0;
}
.yomimonoCard_item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  width: 48%;
}
.yomimonoCard_item:nth-of-type(n+3) {
  margin-top: 1.5rem;
}
.yomimono_txt {
  padding: 1rem 2rem;
}
.yomimonoCard_item .yomimono_txt {
  padding: 1rem 0 0.5rem;
}
.CKEditorH2 + .yomimono_txt,
.CKEditorH3 + .yomimono_txt,
.yomimono_txt + .yomimono_txt {
  padding-top: 0;
}
.yomimono_img {
  margin: 0 auto 1.5rem;
  vertical-align: bottom;
}
.yomimonoCard_item .yomimono_copy {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin: 0 auto -2rem 0;
  padding: 0.4rem 1.5rem 1.8rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: #333;
  background: #fff;
  border-radius: 0 0 2rem 2rem;
}
.yomimono_copy::before,
.yomimono_copy::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
}
.yomimono_copy::before {
  left: 50%;
  bottom: 3px;
  width: calc(100% - 10px);
  height: 30%;
  border: 2px solid #333;
  border-top: none;
  border-radius: 0 0 3rem 3rem;
  translate: -50% 0;
}
.yomimono_copy::after {
  top: calc(100% - 2px);
  left: 50%;
  width: 2.4rem;
  height: 2px;
  background-color: #333;
  box-shadow: 0 2px 0 #fff, 0 -2px 0 #FFF;
  rotate: 50deg;
  translate: -50% 0;
  filter: drop-shadow(2px 0 0 #fff);
}
.yomimono_name {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 1rem auto 0;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.yomimonoCard_item .yomimono_name {
  margin-top: 0.6rem;
  font-size: 2rem;
}
.yomimonoCard_item .fwCmsTmpObj.fwCmsTmp_w_button {
  margin: auto auto 0;
}
@media screen and (min-width: 781px) {
  .yomimonoCard-pc3 .yomimonoCard_item {
    width: 32%;
  }
  .yomimonoCard-pc3 .yomimonoCard_item:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .yomimono .yomimono_mv {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 780px;
    transform: translateX(-50%);
    border-width: 2px;
  }
  .yomimono_txt {
    padding: 1rem 0.8rem;
  }
  .yomimonoCard_item .yomimono_copy {
    font-size: 1.4rem;
  }
  .yomimono_name {
    font-size: 2.4rem;
  }
  .yomimonoCard-sp1 .yomimonoCard_item {
    width: 100%;
  }
  .yomimonoCard-sp1 .yomimonoCard_item:nth-child(2) {
    margin-top: 1.5rem;
  }
  .yomimonoCard_item .yomimono_name {
    font-size: 1.8rem;
    line-height: 1.1;
  }
  .yomimonoCard_item .yomimono_copy {
    width: auto;
    margin-bottom: -6vw;
    font-size: clamp(1.4rem, 3.74vw, 24px);
    border-radius: 0 0 2.5rem 2.5rem;
  }
  .yomimono_copy::after {
    top: calc(100% - 4px);
    width: 2rem;
  }
}

/* ▼▼ 横スクロールカセットの関連 ▼▼ --------- */
.yomimono_Cassette {
  text-align: center;
  margin-bottom: 1rem;
}
.yomimono_Cassette_hdg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 95%;
  margin: 1.6rem auto 0.6rem;
  padding: 0 0.5rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #282828;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1;
  white-space: pre-wrap;
  word-break: keep-all;
}
.yomimono_Cassette_hdg::before,
.yomimono_Cassette_hdg::after {
  content: "";
  position: relative;
  display: block;
  width: 1.5px;
  height: 1.5em;
  background: #282828;
}
.yomimono_Cassette_hdg::before {
  margin-right: 1rem;
  transform: rotate(-25deg);
}
.yomimono_Cassette_hdg::after {
  margin-left: 1rem;
  transform: rotate(25deg);
}
.yomimono_Cassette_notes {
  font-size: 1.8rem;
}
@media screen and (max-width: 780px) {
  .yomimono-column .section:has(.SST0450) {
    padding-right: 12px;
    padding-left: 12px;
  }
  .yomimono_Cassette_hdg {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
  }
}

/* ▼▼ モーダル ▼▼ --------- */
body:has(.yomimono_modal.js-active) {
  overflow: hidden !important;
}
.yomimono_modal_open {
  position: relative;
}
.yomimono_modal_btn {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  border: none;
  cursor: zoom-in;
}
.yomimono_modal_wrapper {
  display: none;
}
.yomimono_modal.js-active .yomimono_modal_wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 1rem;
  background: rgba(0,0,0,0.6);
  translate: -50% -50%;
  z-index: 1001;
}
.yomimono_modal_block {
  position: relative;
  width: 100%;
  max-width: 700px;
  background: #fff;
  z-index: 1;
}
.yomimono_modal_close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 0 auto;
  padding: 0.5rem 1rem 0;
  font-size: 24px;
  color: #000;
  cursor: pointer;
}
.yomimono_modal_close span {
  font-size: 60%;
}
.yomimono_modal_content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem 1rem;
  pointer-events: all;
}
.yomimono_modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: -1;
}