@charset "UTF-8";
:root {
  --colorPrimary: rgb(12, 54, 101);
  --colorSecondry: rgb(76, 127, 191);
}

@font-face {
  font-family: "MyYuMinchoC";
  src: local("YuMincho-Demibold"), local("YuMincho Demibold");
  /* for Mac */
}

.yuminchoReco {
  font-family: "YuMincho", "MyYuminchoC", "Noto Serif JP";
}

@supports (-ms-ime-align: auto) {
  /* for Edge(Legacy) */
  .yuminchoReco {
    font-family: "Yu Mincho Demibold", "Noto Serif JP";
  }
}

/*Web font*/
.tenten {
  font-family: Arial;
  display: inline-block;
}

.futo-min {
  font-family: a-otf-futo-min-a101-pr6n, serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.tsukumin {
  font-family: "TsukuBMinPr6-L", "FOT-筑紫B明朝", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: normal !important;
}

.notsans {
  font-family: "Noto Sans JP", -apple-system, YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
}

.notoserif {
  font-family: noto-serif, "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
}

.notoserif_500 {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
}

.notsans.semibold {
  font-weight: 500;
}

.kozuka {
  font-family: kozuka-gothic-pr6n, -apple-system, YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kozuka.light {
  font-weight: 300;
}

.kozuka.semibold {
  font-weight: 500;
}

.midashi {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif !important;
  font-weight: 400 !important;
}

.gothic_bbb {
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.tenmin {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
}

.data_items.style-grid-01 .item_single:not(.slick-slide) {
  width: 50%;
}

.data_items.style-grid-01 .item_single:not(.slick-slide):not(:first-child), .data_items.style-grid-01 .item_single:not(.slick-slide):not(:nth-child(2)) {
  margin-top: 1.5rem;
}

@media only screen and (min-width: 1024px) {
  .data_items.style-grid-01 .item_single:not(.slick-slide) {
    width: 25%;
  }
  .data_items.style-grid-01 .item_single:not(.slick-slide):not(:first-child), .data_items.style-grid-01 .item_single:not(.slick-slide):not(:nth-child(2)) {
    margin-top: 0;
  }
}

.item_img_inner .item__label {
  position: absolute;
  z-index: 2;
  left: 1rem;
  top: 0.5rem;
}

.item_img_inner .item__label span {
  padding: 4px 8px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  background: #000;
  color: #fff;
  border-radius: 10px;
}

.item_img_inner .item__label span.label__limited {
  background: darkgoldenrod;
}

.item_img_inner .item__label span.label__new {
  background: #cc8899;
}

.label_medic {
  text-align: left;
  margin-top: 6px;
}

.label_medic span {
  font-size: 0.65rem;
  display: inline-block;
  line-height: 1;
  padding: 2px 4px;
  border: 1px solid;
}

.notice_below {
  margin-top: 1rem;
}

.has_vivi {
  position: relative;
}

.has_vivi .vivi {
  padding: 0 12px;
}

.has_vivi .vivi:before, .has_vivi .vivi:after {
  content: "";
  width: 1px;
  height: 100%;
  background: var(--colorPrimary);
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.has_vivi .vivi:before {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-18deg);
          transform: translateY(-50%) rotate(-18deg);
}

.has_vivi .vivi:after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(18deg);
          transform: translateY(-50%) rotate(18deg);
}

.cmore_link {
  color: var(--colorPrimary);
}

.cmore_link.no_border {
  padding: 0;
  border-color: var(--colorPrimary);
}

.cmore_link.no_border > .txt:before {
  content: none;
}

.cmore_link.no_border .af_icon {
  padding-left: 0;
}

.cmore_link.no_border .af_icon svg {
  fill: var(--colorPrimary);
}

.cmore_link.no_border:hover {
  color: var(--colorSecondry);
  border-color: var(--colorSecondry);
}

.cmore_link.no_border:hover .af_icon svg {
  fill: var(--colorSecondry);
}

.wht_box.inside_pad {
  padding: 0;
}

.wht_box .row_link {
  margin-top: 18px;
}

.wht_box .row_link .cmore_link > .txt {
  font-size: 0.85rem;
}

#momday {
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  #momday {
    margin-bottom: 6rem;
  }
}

.lined_left {
  padding-right: 1rem;
  position: relative;
  z-index: 1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .lined_left {
    text-align: right;
  }
}

.lined_left span {
  background: #fff;
  display: inline-block;
  padding: 0 6px;
}

.lined_left:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  z-index: -1;
}

.row_feature_half {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .row_feature_half {
    margin-top: 62px;
  }
}

@media screen and (min-width: 768px) {
  .row_feature_half .col_img .inner {
    margin-right: -4rem;
  }
}

@media screen and (max-width: 767px) {
  .row_feature_half .col_desc .inner {
    width: 90%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

.row_feature_half .col_desc .inner .wht_box .wht_head {
  margin-bottom: 1rem;
  line-height: 1.45;
}

.row_feature_half .col_desc .inner .wht_box .wht_head .sub_ttl {
  font-size: 1rem;
  color: var(--colorPrimary);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 469px) {
  .row_feature_half .col_desc .inner .wht_box .wht_head .sub_ttl {
    font-size: 0.8rem;
  }
}

.row_feature_half .col_desc .inner .wht_box .wht_head .ttl {
  margin-top: 8px;
  color: var(--colorSecondry);
  font-size: 1.45rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
}

@media screen and (max-width: 469px) {
  .row_feature_half .col_desc .inner .wht_box .wht_head .ttl {
    margin-top: 4px;
    font-size: 1.25rem;
  }
}

.row_feature_half .col_desc .inner .wht_box .wht_body p {
  font-size: 0.9rem;
  line-height: 1.65;
}

@media screen and (max-width: 469px) {
  .row_feature_half .col_desc .inner .wht_box .wht_body p {
    font-size: 0.75rem;
  }
}
/*# sourceMappingURL=theme.css.map */