body {
  font-family: YakuHanJP_Narrow, 'Lato', "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }

section {
  padding: 0; }

b {
  font-weight: bold; }

.sp {
  display: none; }

.tb {
  display: none; }

.pc {
  display: block; }

.en {
  font-style: italic;
  font-weight: 800; }

.fs-l-main.m_top .feature_main_visual {
  margin-top: 86px; }

.feature_section .feature_MV .feature_main_visual {
  width: 100%;
  position: relative; }
  .feature_section .feature_MV .feature_main_visual img {
    max-width: 860px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    /*padding: 0 20px;*/
    z-index: 1;
    display: block; }
.feature_section .feature_MV .feature_visual_auto {
  text-align: center;
  padding: 4em 0 0;
  max-width: 860px;
  margin: 0 auto; }
  .feature_section .feature_MV .feature_visual_auto img {
    width: 100%; }
  .feature_section .feature_MV .feature_visual_auto .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5; }
.feature_section .feature_MV .feature_nav_auto {
  padding: 4em 0;
  max-width: 860px;
  margin: 0 auto; }
  .feature_section .feature_MV .feature_nav_auto .anc_link {
    display: flex;
    grid-gap: 20px;
    justify-content: center;
    border-top: solid 1px #1F2A48;
    width: 100%;
    padding-top: 4em; }
    .feature_section .feature_MV .feature_nav_auto .anc_link li {
      width: 40%; }
      .feature_section .feature_MV .feature_nav_auto .anc_link li a {
        display: block;
        text-align: center;
        text-decoration: none;
        border-radius: 5px;
        padding: 16px 15px;
        color: #fff;
        background: #907f5e;
        border: 1px solid #907f5e;
        font-size: 16px;
        line-height: 1;
        text-align: center;
        box-shadow: 0 0 2px #b2b2b2; }
        .feature_section .feature_MV .feature_nav_auto .anc_link li a:hover {
          opacity: 0.8; }
.feature_section .banner_cum {
  max-width: 640px;
  margin: 0 auto; }
.feature_section .feature_wrap {
  padding: 4em 2% 0;
  max-width: 860px;
  margin: 0 auto;
  line-height: 1; }
  .feature_section .feature_wrap .main_temp_text {
    font-size: 16px;
    text-align: center;
    padding-bottom: 4em;
    font-weight: 400; }
  .feature_section .feature_wrap .item_wrapper {
    padding-top: 4px; }
    .feature_section .feature_wrap .item_wrapper li a {
      display: flex;
      padding-top: 8px;
      gap: 20px;
      align-items: baseline;
      margin: 0 auto; }
      .feature_section .feature_wrap .item_wrapper li a .text_over {
        font-weight: 400; }
      .feature_section .feature_wrap .item_wrapper li a .price {
        font-weight: bold;
        font-family: Lato, serif; }
      .feature_section .feature_wrap .item_wrapper li a .buy {
        padding: 5px 15px;
        font-size: 1.3rem;
        letter-spacing: 1.2px;
        box-shadow: none;
        line-height: 1;
        border-radius: 8px;
        color: #000;
        margin-left: auto;
        border: 1px solid #907f5e;
        background: #fff;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500; }
  .feature_section .feature_wrap .feature_more_botan {
    padding: 4em 0; }
    .feature_section .feature_wrap .feature_more_botan a {
      text-align: center;
      max-width: 540px;
      display: block;
      text-decoration: none;
      border: 1px solid #907f5e;
      background: #907f5e;
      color: #fff;
      margin: 0 auto;
      padding: 20px 74px;
      text-align: center;
      font-size: 16px;
      letter-spacing: 1.76px;
      line-height: 1; }

@media (max-width: 1024px) {
  .sp {
    display: none; }

  .tb {
    display: block; }

  .pc {
    display: none; } }
@media (max-width: 440px) {
  .sp {
    display: block; }

  .tb {
    display: none; }

  .pc {
    display: none; }

  .fs-l-main {
    width: calc(100% - 16px * 2); }

  .feature_section .feature_MV .feature_visual_auto {
    padding: 30px 0 0; }
    .feature_section .feature_MV .feature_visual_auto .text {
      font-size: 13px;
      text-align: left; }
  .feature_section .feature_MV .feature_nav_auto {
    padding: 30px 0; }
    .feature_section .feature_MV .feature_nav_auto .anc_link {
      grid-gap: 10px;
      padding-top: 30px;
      flex-wrap: wrap; }
      .feature_section .feature_MV .feature_nav_auto .anc_link li {
        width: 48%; }
        .feature_section .feature_MV .feature_nav_auto .anc_link li a {
          font-size: 14px; }
  .feature_section .feature_wrap {
    padding: 30px 0; }
    .feature_section .feature_wrap:last-child {
      padding: 30px 0 0; }
    .feature_section .feature_wrap .main_temp_text {
      text-align: left;
      padding-bottom: 30px;
      font-size: 13px; }
    .feature_section .feature_wrap .slide {
      position: relative; }
      .feature_section .feature_wrap .slide .swiper-button-next, .feature_section .feature_wrap .slide .swiper-button-prev {
        position: absolute;
        z-index: 1; }
      .feature_section .feature_wrap .slide .swiper-button-next {
        display: inline-block;
        vertical-align: middle;
        color: #333;
        line-height: 1;
        width: 32px;
        height: 30px;
        right: 0;
        /*border: 2px solid currentColor;
        border-left: 0;
        border-bottom: 0;
        box-sizing: border-box;
        transform: translateX(-25%) rotate(45deg);*/ }
      .feature_section .feature_wrap .slide .swiper-button-prev {
        display: inline-block;
        vertical-align: middle;
        color: #333;
        line-height: 1;
        width: 32px;
        height: 30px;
        left: 0;
        /*border: 2px solid currentColor;
        border-left: 0;
        border-bottom: 0;
        box-sizing: border-box;
        transform: translateX(25%) rotate(-135deg);*/ }
    .feature_section .feature_wrap .item_wrapper li a .text_over {
      font-size: 1.3rem; }
    .feature_section .feature_wrap .item_wrapper li a .price {
      font-size: 1.3rem; }
    .feature_section .feature_wrap .item_wrapper li a .buy {
      font-size: 1.3rem; }
    .feature_section .feature_wrap .feature_more_botan {
      padding: 30px 0 0; }
      .feature_section .feature_wrap .feature_more_botan a {
        padding: 20px 0; } }
