@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&family=Noto+Sans+JP:wght@100..900&display=swap2?family=Roboto:wght@700&display=swap");
.marugo {
  font-family: "Hiragino Maru Gothic Std", sans-serif;
}
div.wrapper_ {
  overflow: clip;
}
div.container_,
div.container_ div.contents_ div.mainframe_ {
  width: 100%;
}
.navitopicpath_ {
  max-width: 1100px;
  margin: 10px auto 19px;
}
@media screen and (max-width: 768px) {
  .navitopicpath_ {
    display: none;
  }
}
.leftmenuframe_ {
  display: none;
}
div.goods_ {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0 50px 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  div.goods_ {
    padding: 0 20px 33px;
    margin-bottom: 0;
  }
}
.ekarimoku-bfirst_content {
  font-family: "Noto Sans JP", sans-serif;
  background: url("/img/usr/freepage/compactlp/bg.jpg") repeat top/contain;
  background-size: 127px 116px;
  padding: 0 0 65px;
  color: #452704;
}
@media screen and (max-width: 768px) {
  .ekarimoku-bfirst_content {
    padding: 0 0 40px;
  }
}
.ekarimoku-bfirst_content .isSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .ekarimoku-bfirst_content .isSp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .ekarimoku-bfirst_content .isPc {
    display: none;
  }
}
.ekarimoku-bfirst_content .inner {
  max-width: 1000px;
  margin: 85px auto 0;
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
          box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .ekarimoku-bfirst_content .inner {
    margin: 42px 13px 0;
  }
}
.ekarimoku-bfirst_content .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .ekarimoku-bfirst_content .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.mv_content img {
  max-width: 100%;
}
.tab_top .tab_wrapper li,
.tab_bottom .tab_wrapper li {
  cursor: pointer;
}
.tab_top .tab_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  place-content: center;
}
.tab_top .tab_wrapper li {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 97px;
  border-left: 1px dashed #fff;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  background: #452704;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .tab_top .tab_wrapper li {
    height: 58px;
    font-size: 10px;
    text-align: center;
  }
}
.tab_top .tab_wrapper li.is_active {
  color: #452704;
  background: #fff;
  border-color: #452704;
}
.tab_top .tab_wrapper li.is_active > li {
  border-color: #452704;
}
.tab_top .tab_wrapper li:nth-child(2).is_active {
  border-color: #f0902f;
}
.tab_top .tab_wrapper li:first-child {
  border: none;
  border-radius: 25px 0 0 0;
  background: #f0902f;
}
.tab_top .tab_wrapper li:first-child.is_active {
  color: #f0902f;
  background: #fff;
  border-color: #452704;
}
.tab_top .tab_wrapper li:first-child.is_active > li {
  border-color: #452704;
}
@media screen and (max-width: 768px) {
  .tab_top .tab_wrapper li:first-child {
    border-radius: 20px 0 0 0;
  }
}
.tab_top .tab_wrapper li:last-child {
  border-radius: 0 25px 0 0;
}
@media screen and (max-width: 768px) {
  .tab_top .tab_wrapper li:last-child {
    border-radius: 0 20px 0 0;
  }
}
.tab_bottom {
  color: #fff;
  background: #452704;
  border-radius: 0 0 25px 25px;
  padding: 18px 0 39px;
}
@media screen and (max-width: 768px) {
  .tab_bottom {
    border-radius: 0 0 25px 25px;
    padding: 5px 0 30px;
  }
}
.tab_bottom p {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
}
.tab_bottom .tab_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  margin: 25px 0 0;
}
@media screen and (max-width: 768px) {
  .tab_bottom .tab_wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    padding: 0 45px 0;
    gap: 16px 35px;
    margin: 20px 0 0;
  }
}
.tab_bottom .tab_wrapper li {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-left: 1px dashed #fff;
  padding: 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
}
@media screen and (max-width: 768px) {
  .tab_bottom .tab_wrapper li {
    max-width: 100%;
    padding: 0;
    border: none;
    font-size: 13px;
    line-height: 20px;
  }
}
.tab_bottom .tab_wrapper li:after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.tab_bottom .tab_wrapper li:first-child {
  padding-left: 0;
  border: none;
}
@media screen and (max-width: 768px) {
  .tab_bottom .tab_wrapper li:first-child {
    padding: 0;
  }
}
.tab_bottom .tab_wrapper li:first-child.is_active + li {
  padding-left: 0;
  border: none;
}
.tab_bottom .tab_wrapper .is_active {
  display: none;
}
#E-karimoku-recommend,
#E-karimoku-bfirst-ws,
#E-karimoku-bfirst-ps,
#E-karimoku-bfirst-ms {
  position: relative;
  height: 0;
  z-index: -1;
}
#E-karimoku-recommend.is_active,
#E-karimoku-bfirst-ws.is_active,
#E-karimoku-bfirst-ps.is_active,
#E-karimoku-bfirst-ms.is_active {
  height: 100%;
  z-index: 0;
}
.item_block table {
  width: 600px;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .item_block table {
    width: 100%;
  }
}
.item_block table th,
.item_block table td {
  font-size: 16px;
  padding: 5px;
  border: solid 1px;
}
@media screen and (max-width: 768px) {
  .item_block table th,
  .item_block table td {
    font-size: 12px;
  }
}
.item_block + .item_block {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .item_block + .item_block {
    margin-top: 60px;
  }
}
.item_name {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 15px;
  border: solid 1px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .item_name {
    font-size: 16px;
  }
}
.splide__slide {
  text-align: center;
}
.splide__slide img {
  display: block;
  margin: 0 auto;
  width: 500px;
}
@media screen and (max-width: 768px) {
  .splide__slide img {
    width: 100%;
  }
}
.splide__slide:hover .product_color {
  text-decoration: none;
  color: #452704;
}
.splide__arrow {
  background: transparent;
  height: 100%;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .splide__arrow {
    width: 30px;
  }
}
.splide__arrow svg {
  padding: 5px;
  border-radius: 50%;
  background: #ccc;
}
.product_color {
  color: #452704;
  display: inline-block;
  padding: 8px 10px;
  font-size: 18px;
  border: solid 1px #452704;
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  .product_color {
    font-size: 16px;
    padding: 5px 8px;
  }
}
.thumbnail_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .thumbnail_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.thumbnail_item {
  width: 100px;
  cursor: pointer;
  position: relative;
}
.thumbnail_item.is-active:before {
  content: '';
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #452704;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .thumbnail_item {
    width: calc(25% - 7.5px);
  }
}
.thumbnail_item img {
  width: 100%;
}
.content_wrapper {
  background: #fff;
  padding: 60px 50px 100px;
}
@media screen and (max-width: 768px) {
  .content_wrapper {
    padding: 30px 20px 80px;
  }
}
.intro {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 450px auto;
  grid-template-columns: 450px auto;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .intro {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.intro .intro_ttl {
  font-size: 30px;
  padding-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .intro .intro_ttl {
    font-size: 24px;
    padding-bottom: 16px;
  }
}
.intro .intro_movie {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intro .intro_movie iframe {
  aspect-ratio: 375/812;
}
@media screen and (max-width: 768px) {
  .intro .intro_movie iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 155/335;
  }
}
.intro .intro_txt {
  font-size: 14px;
  line-height: 1.5;
}
.recommend {
  position: relative;
  margin-top: 130px;
  background: #f7f6f0;
  padding: 60px 40px;
  border-radius: 20px;
}
.recommend:before {
  position: absolute;
  content: "";
  background-size: cover;
  background-image: url("/img/usr/freepage/karimoku/rec_ttl_pc.png");
  width: 244px;
  height: 172px;
  top: -130px;
  left: -19px;
}
@media screen and (max-width: 768px) {
  .recommend:before {
    background-image: url("/img/usr/freepage/karimoku/rec_ttl_sp.png");
    width: 144px;
    height: 111px;
    top: -70px;
    left: -15px;
  }
}
@media screen and (max-width: 768px) {
  .recommend {
    margin-top: 90px;
    padding: 30px 15px 40px;
  }
}
.recommend img {
  width: 100%;
}
.recommend .flex_wrap {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 30px;
}
@media screen and (max-width: 768px) {
  .recommend .flex_wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.recommend .point_ttl {
  margin: 30px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .recommend .point_ttl {
    display: block;
    margin: 20px 0;
  }
}
.recommend .point_ttl .name {
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .recommend .point_ttl .name {
    font-size: 18px;
    margin-top: 15px;
  }
}
.recommend .point_label {
  display: inline-block;
  padding: 7px 18px 7px 11px;
  background-image: url("/img/usr/freepage/karimoku/point_label.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .recommend .point_label {
    font-size: 10px;
    padding: 5.5px 14px 5.5px 9px;
  }
}
.recommend .point_label span {
  display: inline-block;
  border-radius: 50%;
  color: #452704;
  background: #fff;
  min-width: 16px;
  line-height: 16px;
  text-align: center;
  font-weight: bold;
  font-family: "roboto";
}
@media screen and (max-width: 768px) {
  .recommend .point_label span {
    font-size: 10px;
    line-height: 14px;
    min-width: 14px;
    margin-left: 4px;
  }
}
.recommend .item_txt {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.recommend_movie {
  max-width: 542px;
  aspect-ratio: 1.777049180327869;
  margin: 70px auto 0;
}
@media screen and (max-width: 768px) {
  .recommend_movie {
    margin-top: 40px;
    aspect-ratio: 1.802325581395349;
  }
}
.goods_title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 50px 0;
}
@media screen and (max-width: 768px) {
  .goods_title {
    font-size: 18px;
    margin: 0 20px 0;
  }
}
.goods_title:before {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url("/img/usr/freepage/compactlp/common03.png") repeat-x top/contain;
  margin: 0 0 63px;
}
@media screen and (max-width: 768px) {
  .goods_title:before {
    margin: 0 0 25px;
  }
}
