@charset "UTF-8";
/* // bxiのブレイクポイント設定で640pxを指定すると、
// min-widthが641pxからで設定するため、
// 以下の設定値にした。
$sp-width: 641px;
$tab-width: 835px;
$base-width: 1200px; */
* {
  box-sizing: border-box;
}

body {
  font-size: 1rem;
}

body * {
  /* 
      font-weightは<b>タグが機能しなくなるので指定しない。
      line-heightは余計に高さが効いてしまうので指定しない。 => bxi.cssで効いてる可能性あり。
      font-weightも指定しない。
  */
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  color: #333333;
  margin: 0;
  line-height: initial;
}

a, span, i {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  transition-property: color, background-color, opacity;
  transition-duration: 1s;
}

a:link,
a:visited {
  color: inherit;
}

a:hover,
a:focus {
  opacity: 0.5;
  outline: none;
}

span {
  font-family: inherit;
  font-weight: inherit;
}

img {
  vertical-align: bottom;
}

figure,
p,
ul {
  margin: 0;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
}

.top #contents,
.top #main,
.top #main #col_main {
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.top #main #col_main {
  float: none;
}
.top #contents_wrap,
.top header#global_header,
.top footer#global_footer {
  min-width: 0;
}

img.imgL {
  max-width: 100%;
  margin: 0;
}

.map {
  margin-bottom: 0;
}

header#global_header,
footer#global_footer {
  min-width: 0 !important;
  width: 100%;
}

#contents_wrap {
  min-width: 0 !important;
  width: 100%;
}

#contents {
  width: 100%;
}

#main {
  width: 100%;
}

#main #col_main {
  float: none;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 834px) {
  #main #col_main {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#contents_wrap {
  overflow-x: hidden;
}

.ly_header__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 30px 4.1666666667% 30px 1.0416666667%;
}
@media only screen and (max-width: 834px) {
  .ly_header__inner {
    padding: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .ly_header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
  }
}

.ly_footer__inner {
  max-width: 69.4444444444%;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .ly_footer__inner {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .ly_footer__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.hp_dis-blk {
  display: block;
}

.hp_img-contain {
  display: block;
}
.hp_img-contain img {
  width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.hp_bg-atc-fixed-100 {
  min-height: 400px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-position: center center;
  margin: 0 calc(50% - 50vw);
}
@media only screen and (max-width: 1000px) {
  .hp_bg-atc-fixed-100 {
    min-height: 200px;
    background-attachment: unset;
    background-size: cover;
  }
}

.hp_bg-atc-fixed-200 {
  min-height: 400px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-position: center center;
  margin: 0 calc(50% - 50vw);
}
@media only screen and (max-width: 1000px) {
  .hp_bg-atc-fixed-200 {
    min-height: 200px;
    background-attachment: unset;
    background-size: cover;
  }
}

.hp_bg-atc-fixed-300 {
  min-height: 400px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-position: center center;
  margin: 0 calc(50% - 50vw);
}
@media only screen and (max-width: 1000px) {
  .hp_bg-atc-fixed-300 {
    min-height: 200px;
    background-attachment: unset;
    background-size: cover;
  }
}

.hp_bg-atc-fixed-400 {
  min-height: 400px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-position: center center;
  margin: 0 calc(50% - 50vw);
}
@media only screen and (max-width: 1000px) {
  .hp_bg-atc-fixed-400 {
    min-height: 200px;
    background-attachment: unset;
    background-size: cover;
  }
}

.hp_bg-atc-fixed-500 {
  min-height: 400px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-position: center center;
  margin: 0 calc(50% - 50vw);
}
@media only screen and (max-width: 1000px) {
  .hp_bg-atc-fixed-500 {
    min-height: 200px;
    background-attachment: unset;
    background-size: cover;
  }
}

.hp_bg-atc-fixed-600 {
  min-height: 400px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-position: center center;
  margin: 0 calc(50% - 50vw);
}
@media only screen and (max-width: 1000px) {
  .hp_bg-atc-fixed-600 {
    min-height: 200px;
    background-attachment: unset;
    background-size: cover;
  }
}

.hp_1-mt {
  margin-top: 1px;
}

.hp_1-mb {
  margin-bottom: 1px;
}

.hp_2-mt {
  margin-top: 2px;
}

.hp_2-mb {
  margin-bottom: 2px;
}

.hp_3-mt {
  margin-top: 3px;
}

.hp_3-mb {
  margin-bottom: 3px;
}

.hp_4-mt {
  margin-top: 4px;
}

.hp_4-mb {
  margin-bottom: 4px;
}

.hp_5-mt {
  margin-top: 5px;
}

.hp_5-mb {
  margin-bottom: 5px;
}

.hp_6-mt {
  margin-top: 6px;
}

.hp_6-mb {
  margin-bottom: 6px;
}

.hp_7-mt {
  margin-top: 7px;
}

.hp_7-mb {
  margin-bottom: 7px;
}

.hp_8-mt {
  margin-top: 8px;
}

.hp_8-mb {
  margin-bottom: 8px;
}

.hp_9-mt {
  margin-top: 9px;
}

.hp_9-mb {
  margin-bottom: 9px;
}

.hp_10-mt {
  margin-top: 10px;
}

.hp_10-mb {
  margin-bottom: 10px;
}

.hp_11-mt {
  margin-top: 11px;
}

.hp_11-mb {
  margin-bottom: 11px;
}

.hp_12-mt {
  margin-top: 12px;
}

.hp_12-mb {
  margin-bottom: 12px;
}

.hp_13-mt {
  margin-top: 13px;
}

.hp_13-mb {
  margin-bottom: 13px;
}

.hp_14-mt {
  margin-top: 14px;
}

.hp_14-mb {
  margin-bottom: 14px;
}

.hp_15-mt {
  margin-top: 15px;
}

.hp_15-mb {
  margin-bottom: 15px;
}

.hp_16-mt {
  margin-top: 16px;
}

.hp_16-mb {
  margin-bottom: 16px;
}

.hp_17-mt {
  margin-top: 17px;
}

.hp_17-mb {
  margin-bottom: 17px;
}

.hp_18-mt {
  margin-top: 18px;
}

.hp_18-mb {
  margin-bottom: 18px;
}

.hp_19-mt {
  margin-top: 19px;
}

.hp_19-mb {
  margin-bottom: 19px;
}

.hp_20-mt {
  margin-top: 20px;
}

.hp_20-mb {
  margin-bottom: 20px;
}

.hp_21-mt {
  margin-top: 21px;
}

.hp_21-mb {
  margin-bottom: 21px;
}

.hp_22-mt {
  margin-top: 22px;
}

.hp_22-mb {
  margin-bottom: 22px;
}

.hp_23-mt {
  margin-top: 23px;
}

.hp_23-mb {
  margin-bottom: 23px;
}

.hp_24-mt {
  margin-top: 24px;
}

.hp_24-mb {
  margin-bottom: 24px;
}

.hp_25-mt {
  margin-top: 25px;
}

.hp_25-mb {
  margin-bottom: 25px;
}

.hp_26-mt {
  margin-top: 26px;
}

.hp_26-mb {
  margin-bottom: 26px;
}

.hp_27-mt {
  margin-top: 27px;
}

.hp_27-mb {
  margin-bottom: 27px;
}

.hp_28-mt {
  margin-top: 28px;
}

.hp_28-mb {
  margin-bottom: 28px;
}

.hp_29-mt {
  margin-top: 29px;
}

.hp_29-mb {
  margin-bottom: 29px;
}

.hp_30-mt {
  margin-top: 30px;
}

.hp_30-mb {
  margin-bottom: 30px;
}

.hp_31-mt {
  margin-top: 31px;
}

.hp_31-mb {
  margin-bottom: 31px;
}

.hp_32-mt {
  margin-top: 32px;
}

.hp_32-mb {
  margin-bottom: 32px;
}

.hp_33-mt {
  margin-top: 33px;
}

.hp_33-mb {
  margin-bottom: 33px;
}

.hp_34-mt {
  margin-top: 34px;
}

.hp_34-mb {
  margin-bottom: 34px;
}

.hp_35-mt {
  margin-top: 35px;
}

.hp_35-mb {
  margin-bottom: 35px;
}

.hp_36-mt {
  margin-top: 36px;
}

.hp_36-mb {
  margin-bottom: 36px;
}

.hp_37-mt {
  margin-top: 37px;
}

.hp_37-mb {
  margin-bottom: 37px;
}

.hp_38-mt {
  margin-top: 38px;
}

.hp_38-mb {
  margin-bottom: 38px;
}

.hp_39-mt {
  margin-top: 39px;
}

.hp_39-mb {
  margin-bottom: 39px;
}

.hp_40-mt {
  margin-top: 40px;
}

.hp_40-mb {
  margin-bottom: 40px;
}

.hp_41-mt {
  margin-top: 41px;
}

.hp_41-mb {
  margin-bottom: 41px;
}

.hp_42-mt {
  margin-top: 42px;
}

.hp_42-mb {
  margin-bottom: 42px;
}

.hp_43-mt {
  margin-top: 43px;
}

.hp_43-mb {
  margin-bottom: 43px;
}

.hp_44-mt {
  margin-top: 44px;
}

.hp_44-mb {
  margin-bottom: 44px;
}

.hp_45-mt {
  margin-top: 45px;
}

.hp_45-mb {
  margin-bottom: 45px;
}

.hp_46-mt {
  margin-top: 46px;
}

.hp_46-mb {
  margin-bottom: 46px;
}

.hp_47-mt {
  margin-top: 47px;
}

.hp_47-mb {
  margin-bottom: 47px;
}

.hp_48-mt {
  margin-top: 48px;
}

.hp_48-mb {
  margin-bottom: 48px;
}

.hp_49-mt {
  margin-top: 49px;
}

.hp_49-mb {
  margin-bottom: 49px;
}

.hp_50-mt {
  margin-top: 50px;
}

.hp_50-mb {
  margin-bottom: 50px;
}

.hp_51-mt {
  margin-top: 51px;
}

.hp_51-mb {
  margin-bottom: 51px;
}

.hp_52-mt {
  margin-top: 52px;
}

.hp_52-mb {
  margin-bottom: 52px;
}

.hp_53-mt {
  margin-top: 53px;
}

.hp_53-mb {
  margin-bottom: 53px;
}

.hp_54-mt {
  margin-top: 54px;
}

.hp_54-mb {
  margin-bottom: 54px;
}

.hp_55-mt {
  margin-top: 55px;
}

.hp_55-mb {
  margin-bottom: 55px;
}

.hp_56-mt {
  margin-top: 56px;
}

.hp_56-mb {
  margin-bottom: 56px;
}

.hp_57-mt {
  margin-top: 57px;
}

.hp_57-mb {
  margin-bottom: 57px;
}

.hp_58-mt {
  margin-top: 58px;
}

.hp_58-mb {
  margin-bottom: 58px;
}

.hp_59-mt {
  margin-top: 59px;
}

.hp_59-mb {
  margin-bottom: 59px;
}

.hp_60-mt {
  margin-top: 60px;
}

.hp_60-mb {
  margin-bottom: 60px;
}

.hp_61-mt {
  margin-top: 61px;
}

.hp_61-mb {
  margin-bottom: 61px;
}

.hp_62-mt {
  margin-top: 62px;
}

.hp_62-mb {
  margin-bottom: 62px;
}

.hp_63-mt {
  margin-top: 63px;
}

.hp_63-mb {
  margin-bottom: 63px;
}

.hp_64-mt {
  margin-top: 64px;
}

.hp_64-mb {
  margin-bottom: 64px;
}

.hp_65-mt {
  margin-top: 65px;
}

.hp_65-mb {
  margin-bottom: 65px;
}

.hp_66-mt {
  margin-top: 66px;
}

.hp_66-mb {
  margin-bottom: 66px;
}

.hp_67-mt {
  margin-top: 67px;
}

.hp_67-mb {
  margin-bottom: 67px;
}

.hp_68-mt {
  margin-top: 68px;
}

.hp_68-mb {
  margin-bottom: 68px;
}

.hp_69-mt {
  margin-top: 69px;
}

.hp_69-mb {
  margin-bottom: 69px;
}

.hp_70-mt {
  margin-top: 70px;
}

.hp_70-mb {
  margin-bottom: 70px;
}

.hp_71-mt {
  margin-top: 71px;
}

.hp_71-mb {
  margin-bottom: 71px;
}

.hp_72-mt {
  margin-top: 72px;
}

.hp_72-mb {
  margin-bottom: 72px;
}

.hp_73-mt {
  margin-top: 73px;
}

.hp_73-mb {
  margin-bottom: 73px;
}

.hp_74-mt {
  margin-top: 74px;
}

.hp_74-mb {
  margin-bottom: 74px;
}

.hp_75-mt {
  margin-top: 75px;
}

.hp_75-mb {
  margin-bottom: 75px;
}

.hp_76-mt {
  margin-top: 76px;
}

.hp_76-mb {
  margin-bottom: 76px;
}

.hp_77-mt {
  margin-top: 77px;
}

.hp_77-mb {
  margin-bottom: 77px;
}

.hp_78-mt {
  margin-top: 78px;
}

.hp_78-mb {
  margin-bottom: 78px;
}

.hp_79-mt {
  margin-top: 79px;
}

.hp_79-mb {
  margin-bottom: 79px;
}

.hp_80-mt {
  margin-top: 80px;
}

.hp_80-mb {
  margin-bottom: 80px;
}

.hp_81-mt {
  margin-top: 81px;
}

.hp_81-mb {
  margin-bottom: 81px;
}

.hp_82-mt {
  margin-top: 82px;
}

.hp_82-mb {
  margin-bottom: 82px;
}

.hp_83-mt {
  margin-top: 83px;
}

.hp_83-mb {
  margin-bottom: 83px;
}

.hp_84-mt {
  margin-top: 84px;
}

.hp_84-mb {
  margin-bottom: 84px;
}

.hp_85-mt {
  margin-top: 85px;
}

.hp_85-mb {
  margin-bottom: 85px;
}

.hp_86-mt {
  margin-top: 86px;
}

.hp_86-mb {
  margin-bottom: 86px;
}

.hp_87-mt {
  margin-top: 87px;
}

.hp_87-mb {
  margin-bottom: 87px;
}

.hp_88-mt {
  margin-top: 88px;
}

.hp_88-mb {
  margin-bottom: 88px;
}

.hp_89-mt {
  margin-top: 89px;
}

.hp_89-mb {
  margin-bottom: 89px;
}

.hp_90-mt {
  margin-top: 90px;
}

.hp_90-mb {
  margin-bottom: 90px;
}

.hp_91-mt {
  margin-top: 91px;
}

.hp_91-mb {
  margin-bottom: 91px;
}

.hp_92-mt {
  margin-top: 92px;
}

.hp_92-mb {
  margin-bottom: 92px;
}

.hp_93-mt {
  margin-top: 93px;
}

.hp_93-mb {
  margin-bottom: 93px;
}

.hp_94-mt {
  margin-top: 94px;
}

.hp_94-mb {
  margin-bottom: 94px;
}

.hp_95-mt {
  margin-top: 95px;
}

.hp_95-mb {
  margin-bottom: 95px;
}

.hp_96-mt {
  margin-top: 96px;
}

.hp_96-mb {
  margin-bottom: 96px;
}

.hp_97-mt {
  margin-top: 97px;
}

.hp_97-mb {
  margin-bottom: 97px;
}

.hp_98-mt {
  margin-top: 98px;
}

.hp_98-mb {
  margin-bottom: 98px;
}

.hp_99-mt {
  margin-top: 99px;
}

.hp_99-mb {
  margin-bottom: 99px;
}

.hp_100-mt {
  margin-top: 100px;
}

.hp_100-mb {
  margin-bottom: 100px;
}

.hp_small-top {
  margin-top: clamp(2.625rem, 5vw, 3.75rem);
}
@supports not (margin: clamp(16px, 5vw, 32px)) {
  .hp_small-top {
    margin-top: 60px;
  }
  @media only screen and (max-width: 1200px) {
    .hp_small-top {
      margin-top: 52.5px;
    }
  }
  @media only screen and (max-width: 834px) {
    .hp_small-top {
      margin-top: 45px;
    }
  }
}

.hp_small-right {
  margin-right: clamp(2.625rem, 5vw, 3.75rem);
}
@supports not (margin: clamp(16px, 5vw, 32px)) {
  .hp_small-right {
    margin-right: 60px;
  }
  @media only screen and (max-width: 1200px) {
    .hp_small-right {
      margin-right: 52.5px;
    }
  }
  @media only screen and (max-width: 834px) {
    .hp_small-right {
      margin-right: 45px;
    }
  }
}

.hp_small-bottom {
  margin-bottom: clamp(2.625rem, 5vw, 3.75rem);
}
@supports not (margin: clamp(16px, 5vw, 32px)) {
  .hp_small-bottom {
    margin-bottom: 60px;
  }
  @media only screen and (max-width: 1200px) {
    .hp_small-bottom {
      margin-bottom: 52.5px;
    }
  }
  @media only screen and (max-width: 834px) {
    .hp_small-bottom {
      margin-bottom: 45px;
    }
  }
}

.hp_small-left {
  margin-left: clamp(2.625rem, 5vw, 3.75rem);
}
@supports not (margin: clamp(16px, 5vw, 32px)) {
  .hp_small-left {
    margin-left: 60px;
  }
  @media only screen and (max-width: 1200px) {
    .hp_small-left {
      margin-left: 52.5px;
    }
  }
  @media only screen and (max-width: 834px) {
    .hp_small-left {
      margin-left: 45px;
    }
  }
}

.hp_medium-top {
  margin-top: clamp(4.3125rem, 8.333vw, 6.25rem);
}
@supports not (margin: clamp(16px, 5vw, 32px)) {
  .hp_medium-top {
    margin-top: 100px;
  }
  @media only screen and (max-width: 1200px) {
    .hp_medium-top {
      margin-top: 87.5px;
    }
  }
  @media only screen and (max-width: 834px) {
    .hp_medium-top {
      margin-top: 75px;
    }
  }
}

.hp_medium-right {
  margin-right: clamp(4.3125rem, 8.333vw, 6.25rem);
}
@supports not (margin: clamp(16px, 5vw, 32px)) {
  .hp_medium-right {
    margin-right: 100px;
  }
  @media only screen and (max-width: 1200px) {
    .hp_medium-right {
      margin-right: 87.5px;
    }
  }
  @media only screen and (max-width: 834px) {
    .hp_medium-right {
      margin-right: 75px;
    }
  }
}

.hp_medium-bottom {
  margin-bottom: clamp(4.3125rem, 8.333vw, 6.25rem);
}
@supports not (margin: clamp(16px, 5vw, 32px)) {
  .hp_medium-bottom {
    margin-bottom: 100px;
  }
  @media only screen and (max-width: 1200px) {
    .hp_medium-bottom {
      margin-bottom: 87.5px;
    }
  }
  @media only screen and (max-width: 834px) {
    .hp_medium-bottom {
      margin-bottom: 75px;
    }
  }
}

.hp_medium-left {
  margin-left: clamp(4.3125rem, 8.333vw, 6.25rem);
}
@supports not (margin: clamp(16px, 5vw, 32px)) {
  .hp_medium-left {
    margin-left: 100px;
  }
  @media only screen and (max-width: 1200px) {
    .hp_medium-left {
      margin-left: 87.5px;
    }
  }
  @media only screen and (max-width: 834px) {
    .hp_medium-left {
      margin-left: 75px;
    }
  }
}

.hp_large-top {
  margin-top: clamp(6.0625rem, 11.667vw, 8.75rem);
}
@supports not (margin: clamp(16px, 5vw, 32px)) {
  .hp_large-top {
    margin-top: 140px;
  }
  @media only screen and (max-width: 1200px) {
    .hp_large-top {
      margin-top: 122.5px;
    }
  }
  @media only screen and (max-width: 834px) {
    .hp_large-top {
      margin-top: 105px;
    }
  }
}

.hp_large-right {
  margin-right: clamp(6.0625rem, 11.667vw, 8.75rem);
}
@supports not (margin: clamp(16px, 5vw, 32px)) {
  .hp_large-right {
    margin-right: 140px;
  }
  @media only screen and (max-width: 1200px) {
    .hp_large-right {
      margin-right: 122.5px;
    }
  }
  @media only screen and (max-width: 834px) {
    .hp_large-right {
      margin-right: 105px;
    }
  }
}

.hp_large-bottom {
  margin-bottom: clamp(6.0625rem, 11.667vw, 8.75rem);
}
@supports not (margin: clamp(16px, 5vw, 32px)) {
  .hp_large-bottom {
    margin-bottom: 140px;
  }
  @media only screen and (max-width: 1200px) {
    .hp_large-bottom {
      margin-bottom: 122.5px;
    }
  }
  @media only screen and (max-width: 834px) {
    .hp_large-bottom {
      margin-bottom: 105px;
    }
  }
}

.hp_large-left {
  margin-left: clamp(6.0625rem, 11.667vw, 8.75rem);
}
@supports not (margin: clamp(16px, 5vw, 32px)) {
  .hp_large-left {
    margin-left: 140px;
  }
  @media only screen and (max-width: 1200px) {
    .hp_large-left {
      margin-left: 122.5px;
    }
  }
  @media only screen and (max-width: 834px) {
    .hp_large-left {
      margin-left: 105px;
    }
  }
}

.bl_btn {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 2em 1em;
  color: #fff !important;
  background-color: #a23d07;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 100vh;
}
.bl_btn:hover {
  color: #333333 !important;
  background-color: #fff;
  border: 2px solid #a23d07;
}

.bl_btn-icon {
  display: inline-block;
  width: 100%;
  padding: 1.6666666667em 1em;
  background-color: #a23d07;
  border: 1px solid transparent;
  text-align: center;
}
.bl_btn-icon span {
  margin-right: 1.1111111111em;
  font-size: 1.125rem;
  color: #fff;
}
.bl_btn-icon:after {
  display: inline-block;
  content: "\f0a9";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.bl_btn-icon:hover {
  background-color: #fff;
  border: 1px solid #a23d07;
}
.bl_btn-icon:hover span {
  color: #333333 !important;
}
.bl_btn-icon:hover:after {
  color: #333333;
}

.bl_drawer-btn {
  display: none;
  width: 55px;
  height: 40px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
}
@media only screen and (max-width: 640px) {
  .bl_drawer-btn {
    display: block;
  }
}
.bl_drawer-btn__line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #a23d07;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.5s ease;
}
.bl_drawer-btn .line1 {
  transform: translate(-50%, -15px);
}
.bl_drawer-btn .line2 {
  transform: translate(-50%, -50%);
}
.bl_drawer-btn .line3 {
  transform: translate(-50%, 15px);
}

.fixed-btn {
  display: inline-block;
  min-width: 300px;
  padding: 1.6666666667em 1em;
  font-size: 1.125rem;
  color: #fff !important;
  background-color: #a23d07;
  border: 1px solid transparent;
  text-align: center;
}
.fixed-btn:after {
  content: "\f0a9";
  display: inline-block;
  margin-left: 1.1111111111em;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.is_open .bl_drawer-btn .line1 {
  transform: translate(-50%, 0) rotate(45deg);
}
.is_open .bl_drawer-btn .line2 {
  display: none;
}
.is_open .bl_drawer-btn .line3 {
  transform: translate(-50%, 0) rotate(-45deg);
}

.bl_dl-reset.form_wrap > dl, .form_wrap.dl-menu > dl, .form_wrap.bl_dl-menu-col3 > dl, .form_wrap.bl_dl-menu-col2 > dl, .form_wrap.bl_dl-menu-col1 > dl, .form_wrap.bl_dl-company > dl, .form_wrap.bl_dl-news > dl, .form_wrap.bl_dl-border > dl {
  width: 100%;
}
.bl_dl-reset.form_wrap > dl:last-of-type > dt, .form_wrap.dl-menu > dl:last-of-type > dt, .form_wrap.bl_dl-menu-col3 > dl:last-of-type > dt, .form_wrap.bl_dl-menu-col2 > dl:last-of-type > dt, .form_wrap.bl_dl-menu-col1 > dl:last-of-type > dt, .form_wrap.bl_dl-company > dl:last-of-type > dt, .form_wrap.bl_dl-news > dl:last-of-type > dt, .form_wrap.bl_dl-border > dl:last-of-type > dt, .bl_dl-reset.form_wrap > dl:last-of-type > dd, .form_wrap.dl-menu > dl:last-of-type > dd, .form_wrap.bl_dl-menu-col3 > dl:last-of-type > dd, .form_wrap.bl_dl-menu-col2 > dl:last-of-type > dd, .form_wrap.bl_dl-menu-col1 > dl:last-of-type > dd, .form_wrap.bl_dl-company > dl:last-of-type > dd, .form_wrap.bl_dl-news > dl:last-of-type > dd, .form_wrap.bl_dl-border > dl:last-of-type > dd {
  border: none;
  border-bottom: none;
}
.bl_dl-reset.form_wrap > dl > dt, .form_wrap.dl-menu > dl > dt, .form_wrap.bl_dl-menu-col3 > dl > dt, .form_wrap.bl_dl-menu-col2 > dl > dt, .form_wrap.bl_dl-menu-col1 > dl > dt, .form_wrap.bl_dl-company > dl > dt, .form_wrap.bl_dl-news > dl > dt, .form_wrap.bl_dl-border > dl > dt, .bl_dl-reset.form_wrap > dl > dd, .form_wrap.dl-menu > dl > dd, .form_wrap.bl_dl-menu-col3 > dl > dd, .form_wrap.bl_dl-menu-col2 > dl > dd, .form_wrap.bl_dl-menu-col1 > dl > dd, .form_wrap.bl_dl-company > dl > dd, .form_wrap.bl_dl-news > dl > dd, .form_wrap.bl_dl-border > dl > dd {
  border: none;
  background-color: transparent;
  padding: 0;
}

.bl_dl-border.form_wrap > dl {
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.bl_dl-border.form_wrap > dl > dt {
  border-right: 1px solid #cccccc;
}
.bl_dl-border.form_wrap > dl:last-child {
  border-bottom: 1px solid #cccccc;
}
.bl_dl-border.form_wrap > dl:last-child > dt {
  border-right: 1px solid #cccccc;
}

.bl_dl-news.form_wrap {
  height: 200px;
  overflow-y: scroll;
}
.bl_dl-news.form_wrap::-webkit-scrollbar {
  width: 5px;
}
.bl_dl-news.form_wrap::-webkit-scrollbar-track {
  background-color: white;
}
.bl_dl-news.form_wrap::-webkit-scrollbar-thumb {
  background-color: #dadada;
  border-radius: 5px;
}
@media only screen and (max-width: 834px) {
  .bl_dl-news.form_wrap dl {
    flex-direction: column;
  }
}
@media only screen and (max-width: 834px) {
  .bl_dl-news.form_wrap dl dt,
  .bl_dl-news.form_wrap dl dd {
    width: 100% !important;
  }
}
.bl_dl-news.form_wrap dl dt {
  justify-content: flex-start;
}

.form_wrap.bl_dl-company > dl {
  flex-direction: column;
  margin-bottom: 1.5625rem;
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid #a23d07;
}
.form_wrap.bl_dl-company > dl > dt {
  margin-bottom: 1rem;
  color: #a23d07;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  align-items: flex-start;
}
.form_wrap.bl_dl-company > dl > dd {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
@media only screen and (max-width: 834px) {
  .form_wrap.bl_dl-company > dl > dd {
    text-align: left;
  }
}

.form_wrap.bl_dl-menu-col1 {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .form_wrap.bl_dl-menu-col1 {
    display: flex;
    flex-direction: column;
  }
}
.form_wrap.bl_dl-menu-col1 dl {
  justify-content: space-between;
  align-items: flex-end;
  width: 95%;
  margin-right: 5%;
  margin-bottom: 3.5rem;
  border-bottom: 1px solid #1a1a1a;
}
.form_wrap.bl_dl-menu-col1 dl:nth-child(1n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .form_wrap.bl_dl-menu-col1 dl {
    width: 100%;
    margin-right: 0;
  }
  .form_wrap.bl_dl-menu-col1 dl:nth-child(1n) {
    margin-right: 0;
  }
}
.form_wrap.bl_dl-menu-col1 dt {
  display: inline-block;
}
.form_wrap.bl_dl-menu-col1 dd {
  text-align: right;
}
.form_wrap.bl_dl-menu-col1--with-title dl:first-child {
  margin: 0;
  margin-bottom: 1.5em;
  border: none;
}
.form_wrap.bl_dl-menu-col1--with-title dl:first-child dt {
  display: inline-block;
  width: auto !important;
  font-size: clamp(1.3125rem, 2.5vw, 1.875rem);
  background: linear-gradient(transparent 60%, rgb(41, 124, 41) 60%);
}
.form_wrap.bl_dl-menu-col1--with-title dl:first-child dd {
  display: none;
}

.form_wrap.bl_dl-menu-col2 {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .form_wrap.bl_dl-menu-col2 {
    display: flex;
    flex-direction: column;
  }
}
.form_wrap.bl_dl-menu-col2 dl {
  justify-content: space-between;
  align-items: flex-end;
  width: 45%;
  margin-right: 5%;
  margin-bottom: 3.5rem;
  border-bottom: 1px solid #1a1a1a;
}
.form_wrap.bl_dl-menu-col2 dl:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .form_wrap.bl_dl-menu-col2 dl {
    width: 100%;
    margin-right: 0;
  }
  .form_wrap.bl_dl-menu-col2 dl:nth-child(2n) {
    margin-right: 0;
  }
}
.form_wrap.bl_dl-menu-col2 dt {
  display: inline-block;
}
.form_wrap.bl_dl-menu-col2 dd {
  text-align: right;
}
.form_wrap.bl_dl-menu-col2--with-title dl:first-child {
  margin: 0;
  margin-bottom: 1.5em;
  border: none;
}
.form_wrap.bl_dl-menu-col2--with-title dl:first-child dt {
  display: inline-block;
  width: auto !important;
  font-size: clamp(1.3125rem, 2.5vw, 1.875rem);
  background: linear-gradient(transparent 60%, rgb(41, 124, 41) 60%);
}
.form_wrap.bl_dl-menu-col2--with-title dl:first-child dd {
  display: none;
}

.form_wrap.bl_dl-menu-col3 {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .form_wrap.bl_dl-menu-col3 {
    display: flex;
    flex-direction: column;
  }
}
.form_wrap.bl_dl-menu-col3 dl {
  justify-content: space-between;
  align-items: flex-end;
  width: 28.3333333333%;
  margin-right: 5%;
  margin-bottom: 3.5rem;
  border-bottom: 1px solid #1a1a1a;
}
.form_wrap.bl_dl-menu-col3 dl:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .form_wrap.bl_dl-menu-col3 dl {
    width: 100%;
    margin-right: 0;
  }
  .form_wrap.bl_dl-menu-col3 dl:nth-child(3n) {
    margin-right: 0;
  }
}
.form_wrap.bl_dl-menu-col3 dt {
  display: inline-block;
}
.form_wrap.bl_dl-menu-col3 dd {
  text-align: right;
}
.form_wrap.bl_dl-menu-col3--with-title dl:first-child {
  margin: 0;
  margin-bottom: 1.5em;
  border: none;
}
.form_wrap.bl_dl-menu-col3--with-title dl:first-child dt {
  display: inline-block;
  width: auto !important;
  font-size: clamp(1.3125rem, 2.5vw, 1.875rem);
  background: linear-gradient(transparent 60%, rgb(41, 124, 41) 60%);
}
.form_wrap.bl_dl-menu-col3--with-title dl:first-child dd {
  display: none;
}

.dl-menu--style_01 dl {
  flex-direction: column;
  margin-bottom: 3.75rem;
  padding: 1.5rem 1rem;
  background-color: white;
  border-radius: 10px;
}
.dl-menu--style_01 dl:last-child {
  margin-bottom: 0;
}
.dl-menu--style_01 dl > dt {
  margin-bottom: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  border-bottom: 1px solid rgb(206, 206, 206) !important;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.25rem;
}
.dl-menu--style_01 dl > dd > b {
  display: block;
  margin-top: 0.625rem;
  color: #a23d07;
  text-align: right;
}
.dl-menu--col2 {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
}
.dl-menu--col2 dl {
  flex: 0 0 auto;
  width: calc((100% - 1rem) / 2) !important;
  max-width: 100%;
  margin-right: 1rem;
  margin-bottom: 1rem !important;
}
.dl-menu--col2 dl:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .dl-menu--col2 dl {
    width: 100% !important;
    margin-right: 0;
  }
}

html,
body {
  height: 100%;
}

@media only screen and (max-width: 640px) {
  .is_open {
    overflow: hidden;
  }
  .is_open .header {
    height: 100%;
    position: relative;
  }
  .is_open .bl_nav__lists {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/images/top/bg_main.jpg);
    overflow: scroll;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translate(0, 0%);
    opacity: 1;
    visibility: visible;
  }
  .is_open .bl_nav__list {
    text-align: left;
    border-bottom: 1px solid white;
  }
  .is_open .bl_nav__list:first-child {
    border-top: 1px solid white;
  }
  .is_open .bl_nav__link {
    padding: 2em 1em;
  }
}

.bl_nav {
  display: flex;
  width: 100%;
}
.bl_nav__lists {
  display: flex;
  flex-direction: row;
  width: 100%;
  transition: all 0.1s;
}
@media only screen and (max-width: 640px) {
  .bl_nav__lists {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, -100%);
    transition-property: transform, color, background-color, opacity;
    transition-duration: 0.8s;
  }
}
.bl_nav__list {
  text-align: center;
}
.bl_nav__link {
  display: block;
}

.bl_dropDown {
  width: -moz-max-content;
  width: max-content;
  height: 0;
  opacity: 0;
  position: absolute;
  right: 50%;
  z-index: 10;
  transform: translate(50%, 0);
  transition-property: color, background-color, opacity;
  transition-duration: 0.3s;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .bl_dropDown {
    width: 100%;
    position: static;
    transform: initial;
  }
}
.bl_dropDown__list {
  margin-bottom: 1.25rem;
}
.bl_dropDown__list:first-child {
  margin-top: 1.25rem;
}
.bl_dropDown__list:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .bl_dropDown__list {
    margin-bottom: 0;
    padding: 2em 1em;
    border-top: 1px dotted #fff;
  }
  .bl_dropDown__list:first-child {
    margin-top: 0;
  }
}

.has_dropDown {
  position: relative;
}
@media (min-width: 641px) {
  .has_dropDown:hover .bl_dropDown {
    height: auto;
    opacity: 1;
  }
}
@media (min-width: 834px) {
  .has_dropDown__btn {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .has_dropDown__btn {
    display: block;
    padding: 0.5em;
    position: absolute;
    top: 15px;
    right: 20px;
    transform: translate(0, 0);
    z-index: 1;
  }
}

@media only screen and (max-width: 640px) {
  .is_checked .bl_dropDown {
    height: auto;
    opacity: 1;
    transition-property: color, background-color, opacity;
    transition-duration: 0.3s;
  }
}
@media only screen and (max-width: 640px) {
  .is_checked .has_dropDown__btn {
    transform: translate(0, 0) rotate(45deg);
  }
}

.box a {
  display: block;
}

.bl_flexbox-image-overlap {
  position: relative;
}
.bl_flexbox-image-overlap .box {
  width: 50%;
  margin-right: auto;
  box-shadow: 14px 14px 13px 1px #bebebe;
}
.bl_flexbox-image-overlap .box img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.bl_flexbox-image-overlap .box:first-child {
  position: relative;
  z-index: 0;
  transform: translate(10%, 0%);
}
.bl_flexbox-image-overlap .box:first-child .image-wrapper {
  position: relative;
}
.bl_flexbox-image-overlap .box:first-child .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 133.3333333333%;
  text-align: center;
}
.bl_flexbox-image-overlap .box:first-child .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.bl_flexbox-image-overlap .box:first-child .image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}
.bl_flexbox-image-overlap .box:last-child {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  transform: translate(-10%, 10%);
}
.bl_flexbox-image-overlap .box:last-child .image-wrapper {
  position: relative;
}
.bl_flexbox-image-overlap .box:last-child .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.bl_flexbox-image-overlap .box:last-child .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.bl_flexbox-image-overlap .box:last-child .image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}

.bl_flexbox-images1 .box {
  width: 100%;
  margin-right: 3.3333333333%;
  margin-bottom: 2.5rem;
}
.bl_flexbox-images1 .box:nth-child(1n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-images1 .box {
    width: 48.3333333333%;
  }
  .bl_flexbox-images1 .box:nth-child(1n) {
    margin-right: 3.3333333333%;
  }
  .bl_flexbox-images1 .box:nth-child(2n) {
    margin-right: 0;
  }
}
.bl_flexbox-images1--1_1 .image-wrapper {
  position: relative;
}
.bl_flexbox-images1--1_1 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.bl_flexbox-images1--1_1 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.bl_flexbox-images1--1_1 .image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}
.bl_flexbox-images1--4_3 .image-wrapper {
  position: relative;
}
.bl_flexbox-images1--4_3 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.bl_flexbox-images1--4_3 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.bl_flexbox-images1--4_3 .image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}

.bl_flexbox-images2 .box {
  width: 48.3333333333%;
  margin-right: 3.3333333333%;
  margin-bottom: 2.5rem;
}
.bl_flexbox-images2 .box:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-images2 .box {
    width: 48.3333333333%;
  }
  .bl_flexbox-images2 .box:nth-child(2n) {
    margin-right: 3.3333333333%;
  }
  .bl_flexbox-images2 .box:nth-child(2n) {
    margin-right: 0;
  }
}
.bl_flexbox-images2--1_1 .image-wrapper {
  position: relative;
}
.bl_flexbox-images2--1_1 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.bl_flexbox-images2--1_1 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.bl_flexbox-images2--1_1 .image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}
.bl_flexbox-images2--4_3 .image-wrapper {
  position: relative;
}
.bl_flexbox-images2--4_3 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.bl_flexbox-images2--4_3 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.bl_flexbox-images2--4_3 .image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}

.bl_flexbox-images3 .box {
  width: 31.1111111111%;
  margin-right: 3.3333333333%;
  margin-bottom: 2.5rem;
}
.bl_flexbox-images3 .box:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-images3 .box {
    width: 48.3333333333%;
  }
  .bl_flexbox-images3 .box:nth-child(3n) {
    margin-right: 3.3333333333%;
  }
  .bl_flexbox-images3 .box:nth-child(2n) {
    margin-right: 0;
  }
}
.bl_flexbox-images3--1_1 .image-wrapper {
  position: relative;
}
.bl_flexbox-images3--1_1 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.bl_flexbox-images3--1_1 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.bl_flexbox-images3--1_1 .image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}
.bl_flexbox-images3--4_3 .image-wrapper {
  position: relative;
}
.bl_flexbox-images3--4_3 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.bl_flexbox-images3--4_3 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.bl_flexbox-images3--4_3 .image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}

.bl_flexbox-images4 .box {
  width: 22.5%;
  margin-right: 3.3333333333%;
  margin-bottom: 2.5rem;
}
.bl_flexbox-images4 .box:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-images4 .box {
    width: 48.3333333333%;
  }
  .bl_flexbox-images4 .box:nth-child(4n) {
    margin-right: 3.3333333333%;
  }
  .bl_flexbox-images4 .box:nth-child(2n) {
    margin-right: 0;
  }
}
.bl_flexbox-images4--1_1 .image-wrapper {
  position: relative;
}
.bl_flexbox-images4--1_1 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.bl_flexbox-images4--1_1 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.bl_flexbox-images4--1_1 .image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}
.bl_flexbox-images4--4_3 .image-wrapper {
  position: relative;
}
.bl_flexbox-images4--4_3 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.bl_flexbox-images4--4_3 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.bl_flexbox-images4--4_3 .image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}

.bl_flexbox-images5 .box {
  width: 17.3333333333%;
  margin-right: 3.3333333333%;
  margin-bottom: 2.5rem;
}
.bl_flexbox-images5 .box:nth-child(5n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-images5 .box {
    width: 48.3333333333%;
  }
  .bl_flexbox-images5 .box:nth-child(5n) {
    margin-right: 3.3333333333%;
  }
  .bl_flexbox-images5 .box:nth-child(2n) {
    margin-right: 0;
  }
}
.bl_flexbox-images5--1_1 .image-wrapper {
  position: relative;
}
.bl_flexbox-images5--1_1 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.bl_flexbox-images5--1_1 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.bl_flexbox-images5--1_1 .image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}
.bl_flexbox-images5--4_3 .image-wrapper {
  position: relative;
}
.bl_flexbox-images5--4_3 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.bl_flexbox-images5--4_3 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.bl_flexbox-images5--4_3 .image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 640px) {
  .bl_flexbox-card1 {
    justify-content: center;
  }
}
.bl_flexbox-card1 .box {
  width: 100%;
  margin-right: 3.33333%;
  margin-bottom: 2.5rem;
  padding: 1em;
  background-color: antiquewhite;
}
.bl_flexbox-card1 .box:nth-child(1n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-card1 .box {
    width: 48.333335%;
  }
  .bl_flexbox-card1 .box:nth-child(1n) {
    margin-right: 3.33333%;
  }
  .bl_flexbox-card1 .box:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .bl_flexbox-card1 .box {
    width: 100%;
    margin-right: 0;
  }
  .bl_flexbox-card1 .box:nth-child(1n) {
    margin-right: 0;
  }
}
.bl_flexbox-card1 .box article {
  flex-direction: column;
}
.bl_flexbox-card1 .box h3 {
  display: none;
}
.bl_flexbox-card1 .image-wrapper {
  margin-bottom: 3.33333%;
  text-align: center;
}
.bl_flexbox-card1--4_3 .image-wrapper {
  position: relative;
}
.bl_flexbox-card1--4_3 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.bl_flexbox-card1--4_3 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.bl_flexbox-card1--4_3 .image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}
.bl_flexbox-card1--styled .box {
  background-color: rgba(255, 255, 255, 0.3);
  overflow: visible;
  box-shadow: 14px 14px 13px 1px #bebebe;
}
.bl_flexbox-card1--styled .title {
  margin-bottom: 0.625rem;
}
.bl_flexbox-card1--styled .price {
  margin-bottom: 1.875rem;
  text-align: right;
}
.bl_flexbox-card1--styled .btn {
  display: block;
  margin-top: 1.875rem;
}
.bl_flexbox-card1--styled img {
  transition: transform 0.5s ease;
}
.bl_flexbox-card1--styled img:hover {
  transform: scale(0.95);
  transition: transform 0.5s ease;
}

@media only screen and (max-width: 640px) {
  .bl_flexbox-card2 {
    justify-content: center;
  }
}
.bl_flexbox-card2 .box {
  width: 48.333335%;
  margin-right: 3.33333%;
  margin-bottom: 2.5rem;
  padding: 1em;
  background-color: antiquewhite;
}
.bl_flexbox-card2 .box:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-card2 .box {
    width: 48.333335%;
  }
  .bl_flexbox-card2 .box:nth-child(2n) {
    margin-right: 3.33333%;
  }
  .bl_flexbox-card2 .box:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .bl_flexbox-card2 .box {
    width: 100%;
    margin-right: 0;
  }
  .bl_flexbox-card2 .box:nth-child(2n) {
    margin-right: 0;
  }
}
.bl_flexbox-card2 .box article {
  flex-direction: column;
}
.bl_flexbox-card2 .box h3 {
  display: none;
}
.bl_flexbox-card2 .image-wrapper {
  margin-bottom: 3.33333%;
  text-align: center;
}
.bl_flexbox-card2--4_3 .image-wrapper {
  position: relative;
}
.bl_flexbox-card2--4_3 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.bl_flexbox-card2--4_3 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.bl_flexbox-card2--4_3 .image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}
.bl_flexbox-card2--styled .box {
  background-color: rgba(255, 255, 255, 0.3);
  overflow: visible;
  box-shadow: 14px 14px 13px 1px #bebebe;
}
.bl_flexbox-card2--styled .title {
  margin-bottom: 0.625rem;
}
.bl_flexbox-card2--styled .price {
  margin-bottom: 1.875rem;
  text-align: right;
}
.bl_flexbox-card2--styled .btn {
  display: block;
  margin-top: 1.875rem;
}
.bl_flexbox-card2--styled img {
  transition: transform 0.5s ease;
}
.bl_flexbox-card2--styled img:hover {
  transform: scale(0.95);
  transition: transform 0.5s ease;
}

@media only screen and (max-width: 640px) {
  .bl_flexbox-card3 {
    justify-content: center;
  }
}
.bl_flexbox-card3 .box {
  width: 31.1111133333%;
  margin-right: 3.33333%;
  margin-bottom: 2.5rem;
  padding: 1em;
  background-color: antiquewhite;
}
.bl_flexbox-card3 .box:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-card3 .box {
    width: 48.333335%;
  }
  .bl_flexbox-card3 .box:nth-child(3n) {
    margin-right: 3.33333%;
  }
  .bl_flexbox-card3 .box:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .bl_flexbox-card3 .box {
    width: 100%;
    margin-right: 0;
  }
  .bl_flexbox-card3 .box:nth-child(3n) {
    margin-right: 0;
  }
}
.bl_flexbox-card3 .box article {
  flex-direction: column;
}
.bl_flexbox-card3 .box h3 {
  display: none;
}
.bl_flexbox-card3 .image-wrapper {
  margin-bottom: 3.33333%;
  text-align: center;
}
.bl_flexbox-card3--4_3 .image-wrapper {
  position: relative;
}
.bl_flexbox-card3--4_3 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.bl_flexbox-card3--4_3 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.bl_flexbox-card3--4_3 .image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}
.bl_flexbox-card3--styled .box {
  background-color: rgba(255, 255, 255, 0.3);
  overflow: visible;
  box-shadow: 14px 14px 13px 1px #bebebe;
}
.bl_flexbox-card3--styled .title {
  margin-bottom: 0.625rem;
}
.bl_flexbox-card3--styled .price {
  margin-bottom: 1.875rem;
  text-align: right;
}
.bl_flexbox-card3--styled .btn {
  display: block;
  margin-top: 1.875rem;
}
.bl_flexbox-card3--styled img {
  transition: transform 0.5s ease;
}
.bl_flexbox-card3--styled img:hover {
  transform: scale(0.95);
  transition: transform 0.5s ease;
}

@media only screen and (max-width: 640px) {
  .bl_flexbox-card4 {
    justify-content: center;
  }
}
.bl_flexbox-card4 .box {
  width: 22.5000025%;
  margin-right: 3.33333%;
  margin-bottom: 2.5rem;
  padding: 1em;
  background-color: antiquewhite;
}
.bl_flexbox-card4 .box:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-card4 .box {
    width: 48.333335%;
  }
  .bl_flexbox-card4 .box:nth-child(4n) {
    margin-right: 3.33333%;
  }
  .bl_flexbox-card4 .box:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .bl_flexbox-card4 .box {
    width: 100%;
    margin-right: 0;
  }
  .bl_flexbox-card4 .box:nth-child(4n) {
    margin-right: 0;
  }
}
.bl_flexbox-card4 .box article {
  flex-direction: column;
}
.bl_flexbox-card4 .box h3 {
  display: none;
}
.bl_flexbox-card4 .image-wrapper {
  margin-bottom: 3.33333%;
  text-align: center;
}
.bl_flexbox-card4--4_3 .image-wrapper {
  position: relative;
}
.bl_flexbox-card4--4_3 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.bl_flexbox-card4--4_3 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.bl_flexbox-card4--4_3 .image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}
.bl_flexbox-card4--styled .box {
  background-color: rgba(255, 255, 255, 0.3);
  overflow: visible;
  box-shadow: 14px 14px 13px 1px #bebebe;
}
.bl_flexbox-card4--styled .title {
  margin-bottom: 0.625rem;
}
.bl_flexbox-card4--styled .price {
  margin-bottom: 1.875rem;
  text-align: right;
}
.bl_flexbox-card4--styled .btn {
  display: block;
  margin-top: 1.875rem;
}
.bl_flexbox-card4--styled img {
  transition: transform 0.5s ease;
}
.bl_flexbox-card4--styled img:hover {
  transform: scale(0.95);
  transition: transform 0.5s ease;
}

@media only screen and (max-width: 640px) {
  .bl_flexbox-card5 {
    justify-content: center;
  }
}
.bl_flexbox-card5 .box {
  width: 17.333336%;
  margin-right: 3.33333%;
  margin-bottom: 2.5rem;
  padding: 1em;
  background-color: antiquewhite;
}
.bl_flexbox-card5 .box:nth-child(5n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-card5 .box {
    width: 48.333335%;
  }
  .bl_flexbox-card5 .box:nth-child(5n) {
    margin-right: 3.33333%;
  }
  .bl_flexbox-card5 .box:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .bl_flexbox-card5 .box {
    width: 100%;
    margin-right: 0;
  }
  .bl_flexbox-card5 .box:nth-child(5n) {
    margin-right: 0;
  }
}
.bl_flexbox-card5 .box article {
  flex-direction: column;
}
.bl_flexbox-card5 .box h3 {
  display: none;
}
.bl_flexbox-card5 .image-wrapper {
  margin-bottom: 3.33333%;
  text-align: center;
}
.bl_flexbox-card5--4_3 .image-wrapper {
  position: relative;
}
.bl_flexbox-card5--4_3 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.bl_flexbox-card5--4_3 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.bl_flexbox-card5--4_3 .image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}
.bl_flexbox-card5--styled .box {
  background-color: rgba(255, 255, 255, 0.3);
  overflow: visible;
  box-shadow: 14px 14px 13px 1px #bebebe;
}
.bl_flexbox-card5--styled .title {
  margin-bottom: 0.625rem;
}
.bl_flexbox-card5--styled .price {
  margin-bottom: 1.875rem;
  text-align: right;
}
.bl_flexbox-card5--styled .btn {
  display: block;
  margin-top: 1.875rem;
}
.bl_flexbox-card5--styled img {
  transition: transform 0.5s ease;
}
.bl_flexbox-card5--styled img:hover {
  transform: scale(0.95);
  transition: transform 0.5s ease;
}

.bl_flexbox-media .box, .bl_flexbox-media-overlap .box {
  display: flex;
  width: 100%;
  margin-bottom: 3.33333%;
}
@media only screen and (max-width: 640px) {
  .bl_flexbox-media .box, .bl_flexbox-media-overlap .box {
    margin-bottom: 2.5rem;
  }
}
.bl_flexbox-media .box article, .bl_flexbox-media-overlap .box article {
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-media .box article, .bl_flexbox-media-overlap .box article {
    flex-direction: column;
  }
}
.bl_flexbox-media .box article > h3, .bl_flexbox-media-overlap .box article > h3 {
  display: none;
}
.bl_flexbox-media .box article > div:not(.image-wrapper), .bl_flexbox-media-overlap .box article > div:not(.image-wrapper) {
  width: 50%;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-media .box article > div:not(.image-wrapper), .bl_flexbox-media-overlap .box article > div:not(.image-wrapper) {
    width: 100%;
  }
}
.bl_flexbox-media .image-wrapper, .bl_flexbox-media-overlap .image-wrapper {
  width: 50%;
  margin-right: 3.33333%;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-media .image-wrapper, .bl_flexbox-media-overlap .image-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.33333%;
  }
}
.bl_flexbox-media .even.box article, .bl_flexbox-media-overlap .even.box article {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-media .even.box article, .bl_flexbox-media-overlap .even.box article {
    flex-direction: column;
  }
}
.bl_flexbox-media .even.box article > div:not(.image-wrapper), .bl_flexbox-media-overlap .even.box article > div:not(.image-wrapper) {
  margin-right: 3.33333%;
}
.bl_flexbox-media .even.box .image-wrapper, .bl_flexbox-media-overlap .even.box .image-wrapper {
  margin-right: 0;
}
.bl_flexbox-media--4_3 .image-wrapper {
  position: relative;
}
.bl_flexbox-media--4_3 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.bl_flexbox-media--4_3 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.bl_flexbox-media--4_3 .image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}
.bl_flexbox-media--styled .box {
  overflow: visible !important;
}
.bl_flexbox-media--styled .image-wrapper {
  box-shadow: 10px 10px 3px rgba(0, 0, 0, 0.15);
}
.bl_flexbox-media--styled .title {
  margin-bottom: 0.5555555556em;
  font-size: clamp(1.5625rem, 3vw, 2.25rem);
}

.bl_flexbox-media-overlap {
  position: relative;
}
.bl_flexbox-media-overlap div.box:first-child {
  width: calc(100% - 80px);
  margin: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 1;
}
.bl_flexbox-media-overlap div.box:last-child img {
  filter: brightness(60%);
}

.bl_flexbox-media-float {
  flex-direction: column !important;
}
@media only screen and (max-width: 640px) {
  .bl_flexbox-media-float .box {
    width: 100%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}
.bl_flexbox-media-float .box h3 {
  display: none;
}
.bl_flexbox-media-float .box article > div {
  clear: right;
}
.bl_flexbox-media-float .image-wrapper {
  float: left;
  width: 100%;
  max-width: 400px;
  margin-right: 3.33333%;
  margin-bottom: 3.33333%;
}
@media only screen and (max-width: 640px) {
  .bl_flexbox-media-float .image-wrapper {
    float: none;
    max-width: initial;
    margin-right: 0;
  }
}
.bl_flexbox-media-float--4_3 .image-wrapper {
  position: relative;
}
.bl_flexbox-media-float--4_3 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.bl_flexbox-media-float--4_3 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.bl_flexbox-media-float--4_3 .image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}

.bl_flexbox-flow {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fefefe;
  position: relative;
}
.bl_flexbox-flow::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid #fefefe;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 100%);
}
.bl_flexbox-flow:last-child::after {
  content: none;
}
.bl_flexbox-flow .box {
  width: 100%;
  overflow: visible !important;
}
.bl_flexbox-flow .box article {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-flow .box article {
    flex-direction: column;
  }
}
.bl_flexbox-flow .box article > div {
  flex: 1;
  margin-right: 3.6363636364%;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-flow .box article > div {
    margin-right: 0;
  }
}
.bl_flexbox-flow .box article h3 {
  display: none;
}
.bl_flexbox-flow .image-wrapper {
  width: 50%;
  position: relative;
  filter: drop-shadow(12px 12px 12px #cdcdcd);
  height: auto !important;
}
.bl_flexbox-flow .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.bl_flexbox-flow .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.bl_flexbox-flow .image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-flow .image-wrapper {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.4545454545%;
  }
}

.bl_flexbox-news {
  height: 370px;
  overflow-y: scroll;
}
.bl_flexbox-news::-webkit-scrollbar {
  width: 5px;
}
.bl_flexbox-news::-webkit-scrollbar-track {
  background-color: white;
}
.bl_flexbox-news::-webkit-scrollbar-thumb {
  background-color: #dadada;
  border-radius: 5px;
}
.bl_flexbox-news .box {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}
.bl_flexbox-news .box:last-child {
  margin-bottom: 0;
}
.bl_flexbox-news .box article {
  display: flex;
  align-items: center;
}
.bl_flexbox-news .box article > h3 {
  display: none;
}
.bl_flexbox-news .box article > div {
  flex: 1;
  font-size: 0.875rem;
}
@media only screen and (max-width: 640px) {
  .bl_flexbox-news .box article {
    flex-direction: column;
  }
}
.bl_flexbox-news .box .image-wrapper {
  width: 20%;
  margin-right: 4%;
  position: relative;
}
.bl_flexbox-news .box .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.bl_flexbox-news .box .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.bl_flexbox-news .box .image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-news .box .image-wrapper {
    max-width: 100px;
  }
}
@media only screen and (max-width: 834px) {
  .bl_flexbox-news .box .image-wrapper {
    min-width: 150px;
    margin-right: 0;
  }
}
.bl_flexbox-news .box .image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}
.bl_flexbox-news .box .date {
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
}
.bl_flexbox-news .box .title {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.bl_eyecatch {
  width: 100%;
  position: relative;
}
.bl_eyecatch__image-wrapper {
  position: relative;
}
.bl_eyecatch__image-wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  text-align: center;
}
.bl_eyecatch__image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.bl_eyecatch__image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}
.bl_eyecatch__title {
  width: 100%;
  padding: 0 1em;
  text-align: center;
  font-size: clamp(1.75rem, 3.333vw, 2.5rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.bl_eyecatch__title span {
  display: inline-block;
  white-space: nowrap;
}

.bl_sub-eyecatch {
  display: flex;
  min-height: 250px;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  box-sizing: content-box;
  position: relative;
}
.bl_sub-eyecatch:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bl_sub-eyecatch h1,
.bl_sub-eyecatch p {
  font-size: clamp(1.3125rem, 2.5vw, 1.875rem);
  color: white;
  position: relative;
  z-index: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.is_open-modal {
  overflow: hidden;
}

@media only screen and (max-width: 834px) {
  .is_open-modal .bl_modal {
    display: block;
  }
}

.bl_modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  animation: fadeIn 0.5s;
}
.bl_modal__wrapper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100%;
  overflow: scroll;
  padding: 40px 20px;
  background-color: #ffffff;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
.bl_modal__btn-wrapper {
  text-align: right;
}
.bl_modal__close {
  font-size: 0.18rem;
  margin-bottom: 20px;
}

.bl_pankuzu {
  font-size: 0.875rem;
  margin-top: 20px;
  margin-bottom: clamp(4.3125rem, 8.333vw, 6.25rem);
}
@supports not (margin: clamp(16px, 5vw, 32px)) {
  .bl_pankuzu {
    margin-bottom: 100px;
  }
  @media only screen and (max-width: 1200px) {
    .bl_pankuzu {
      margin-bottom: 87.5px;
    }
  }
  @media only screen and (max-width: 834px) {
    .bl_pankuzu {
      margin-bottom: 75px;
    }
  }
}
.bl_pankuzu .pankuzu {
  display: flex;
}
.bl_pankuzu .pankuzu > li {
  margin-right: 1.5%;
}
.bl_pankuzu .pankuzu > li:last-child {
  margin-right: 0;
}

.bl_anime-001 {
  animation: bl_anime-001 forwards 1s ease;
}
@keyframes bl_anime-001 {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.bl_anime-002 {
  animation: bl_anime-002 forwards 1s ease;
}
@keyframes bl_anime-002 {
  from {
    transform: translate(0, 100px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.bl_loader-base, .is_show .bl_loader-003, .is_show .bl_loader-002, .is_show .bl_loader-001 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
}

.is_show .bl_loader-001 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: aliceblue;
}

.bl_loader-001.is_loaded {
  animation: bl_loader-002-fade 3s forwards ease-out;
}

@keyframes bl_loader-001-fade {
  0% {
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }
}

.bl_loader-002 {
  position: relative;
}
.is_show .bl_loader-002__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.is_show .bl_loader-002 .bg {
  display: block;
  width: 0%;
  height: 33.3333333333%;
  transform-origin: 0%;
  animation-name: bl_loader-002-bg;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.is_show .bl_loader-002__bg-01 {
  background-color: #f5661a;
}
.is_show .bl_loader-002__bg-02 {
  background-color: #a23d07;
  animation-delay: 0.5s;
}
.is_show .bl_loader-002__bg-03 {
  background-color: #401803;
  animation-delay: 1s;
}
@keyframes bl_loader-002-bg {
  0% {
    transform: scaleX(0);
  }
  100% {
    width: 100%;
    transform: scaleX(100%);
  }
}

.bl_loader-002.is_loaded {
  animation: bl_loader-002-fade 3s forwards ease-out;
}

@keyframes bl_loader-002-fade {
  0% {
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }
}

.is_show .bl_loader-003 {
  background-color: #fff;
}
.is_show .bl_loader-003__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.is_show .bl_loader-003 .bg {
  display: block;
  width: 0%;
  height: 33.3333333333%;
  animation-name: bl_loader-003-bg;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  position: absolute;
}
.is_show .bl_loader-003__bg-01 {
  background-color: rgba(245, 102, 26, 0.8);
  transform-origin: 0%;
  -webkit-clip-path: polygon(100% 0, 100% 15%, 0 55%, 0 0);
          clip-path: polygon(100% 0, 100% 15%, 0 55%, 0 0);
  z-index: 1;
}
.is_show .bl_loader-003__bg-02 {
  background-color: rgba(162, 61, 7, 0.8);
  transform-origin: 100%;
  -webkit-clip-path: polygon(100% 0, 100% 55%, 0 15%, 0 0);
          clip-path: polygon(100% 0, 100% 55%, 0 15%, 0 0);
  animation-delay: 0.5s;
  right: 0;
  z-index: 2;
}
@keyframes bl_loader-003-bg {
  0% {
    transform: scaleX(0);
  }
  100% {
    width: 100%;
    transform: scaleX(100%);
  }
}

.bl_loader-003.is_loaded {
  animation: bl_loader-003-fade 3s forwards ease-out;
}

@keyframes bl_loader-003-fade {
  0% {
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }
}

.bl_h1 h1 {
  font-size: 48px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
@media only screen and (max-width: 834px) {
  .bl_h1 h1 {
    font-size: 32px;
  }
}

.bl_h2 h2 {
  margin-bottom: 5rem;
  color: #a23d07;
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .bl_h2 h2 {
    font-size: 24px;
  }
}
.bl_h2 h2:before {
  content: "";
  min-width: 100px;
  min-height: 100px;
  background-image: url("/images/top/title_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form_wrap.bl_form dl:last-of-type > dt,
.form_wrap.bl_form dl:last-of-type > dd {
  border: none;
}
.form_wrap.bl_form dt, .form_wrap.bl_form dd {
  border: none;
  background-color: transparent;
}
.form_wrap.bl_form dt {
  flex-direction: row;
  justify-content: flex-start;
}
.form_wrap.bl_form dd input {
  padding: 10px 5px !important;
}

.privacy-policy {
  color: #1f36ff !important;
}

.bl_form-anuc {
  margin-40px: clamp(0.875rem, 1.667vw, 1.25rem);
  font-size: 0.14rem;
  color: rgb(201, 83, 83);
}
@supports not (margin: clamp(16px, 5vw, 32px)) {
  .bl_form-anuc {
    margin-40px: 20px;
  }
  @media only screen and (max-width: 1200px) {
    .bl_form-anuc {
      margin-40px: 17.5px;
    }
  }
  @media only screen and (max-width: 834px) {
    .bl_form-anuc {
      margin-40px: 15px;
    }
  }
}

section form p.annot {
  display: none;
}

.mail.title {
  display: none;
}

.form_wrap.confirm {
  padding-top: 60px;
}

.form_wrap.error {
  max-width: 1280px;
  margin: 0 auto;
}

.bl_sns-reset .sns_list, .bl_sns-slk-images .sns_list, .bl_sns-card .sns_list, .bl_sns-images5 .sns_list, .bl_sns-images4 .sns_list, .bl_sns-images3 .sns_list, .bl_sns-images2 .sns_list, .bl_sns-images1 .sns_list {
  border: none;
}
.bl_sns-reset .sns_list__list, .bl_sns-slk-images .sns_list__list, .bl_sns-card .sns_list__list, .bl_sns-images5 .sns_list__list, .bl_sns-images4 .sns_list__list, .bl_sns-images3 .sns_list__list, .bl_sns-images2 .sns_list__list, .bl_sns-images1 .sns_list__list {
  border: none;
}
.bl_sns-reset .sns_list .sns_photo, .bl_sns-slk-images .sns_list .sns_photo, .bl_sns-card .sns_list .sns_photo, .bl_sns-images5 .sns_list .sns_photo, .bl_sns-images4 .sns_list .sns_photo, .bl_sns-images3 .sns_list .sns_photo, .bl_sns-images2 .sns_list .sns_photo, .bl_sns-images1 .sns_list .sns_photo {
  width: 100%;
  padding: 0;
}
.bl_sns-reset .sns_list .sns_photo a, .bl_sns-slk-images .sns_list .sns_photo a, .bl_sns-card .sns_list .sns_photo a, .bl_sns-images5 .sns_list .sns_photo a, .bl_sns-images4 .sns_list .sns_photo a, .bl_sns-images3 .sns_list .sns_photo a, .bl_sns-images2 .sns_list .sns_photo a, .bl_sns-images1 .sns_list .sns_photo a {
  display: block;
  position: relative;
}
.bl_sns-reset .sns_list .sns_photo a:before, .bl_sns-slk-images .sns_list .sns_photo a:before, .bl_sns-card .sns_list .sns_photo a:before, .bl_sns-images5 .sns_list .sns_photo a:before, .bl_sns-images4 .sns_list .sns_photo a:before, .bl_sns-images3 .sns_list .sns_photo a:before, .bl_sns-images2 .sns_list .sns_photo a:before, .bl_sns-images1 .sns_list .sns_photo a:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.bl_sns-reset .sns_list .sns_photo a > :first-child, .bl_sns-slk-images .sns_list .sns_photo a > :first-child, .bl_sns-card .sns_list .sns_photo a > :first-child, .bl_sns-images5 .sns_list .sns_photo a > :first-child, .bl_sns-images4 .sns_list .sns_photo a > :first-child, .bl_sns-images3 .sns_list .sns_photo a > :first-child, .bl_sns-images2 .sns_list .sns_photo a > :first-child, .bl_sns-images1 .sns_list .sns_photo a > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.bl_sns-reset .sns_list .sns_photo a img, .bl_sns-slk-images .sns_list .sns_photo a img, .bl_sns-card .sns_list .sns_photo a img, .bl_sns-images5 .sns_list .sns_photo a img, .bl_sns-images4 .sns_list .sns_photo a img, .bl_sns-images3 .sns_list .sns_photo a img, .bl_sns-images2 .sns_list .sns_photo a img, .bl_sns-images1 .sns_list .sns_photo a img {
  -o-object-fit: contain;
     object-fit: contain;
}
.bl_sns-reset .sns_list .sns_text, .bl_sns-slk-images .sns_list .sns_text, .bl_sns-card .sns_list .sns_text, .bl_sns-images5 .sns_list .sns_text, .bl_sns-images4 .sns_list .sns_text, .bl_sns-images3 .sns_list .sns_text, .bl_sns-images2 .sns_list .sns_text, .bl_sns-images1 .sns_list .sns_text {
  padding: 0;
  font-size: 1rem;
}
.bl_sns-reset .sns_list .sns_text .caption, .bl_sns-slk-images .sns_list .sns_text .caption, .bl_sns-card .sns_list .sns_text .caption, .bl_sns-images5 .sns_list .sns_text .caption, .bl_sns-images4 .sns_list .sns_text .caption, .bl_sns-images3 .sns_list .sns_text .caption, .bl_sns-images2 .sns_list .sns_text .caption, .bl_sns-images1 .sns_list .sns_text .caption {
  word-break: break-all;
}
.bl_sns-reset .sns_list .sns_text ul, .bl_sns-slk-images .sns_list .sns_text ul, .bl_sns-card .sns_list .sns_text ul, .bl_sns-images5 .sns_list .sns_text ul, .bl_sns-images4 .sns_list .sns_text ul, .bl_sns-images3 .sns_list .sns_text ul, .bl_sns-images2 .sns_list .sns_text ul, .bl_sns-images1 .sns_list .sns_text ul {
  display: none;
}

.bl_sns-images1 .sns_list {
  flex-direction: row;
  flex-wrap: wrap;
}
.bl_sns-images1 .sns_list__list {
  width: 100%;
  margin-right: 3.3333333333%;
  margin-bottom: 2.5rem;
}
.bl_sns-images1 .sns_list__list:nth-child(1n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .bl_sns-images1 .sns_list__list {
    width: 48.3333333333%;
  }
  .bl_sns-images1 .sns_list__list:nth-child(1n) {
    margin-right: 3.3333333333%;
  }
  .bl_sns-images1 .sns_list__list:nth-child(2n) {
    margin-right: 0;
  }
}
.bl_sns-images1 .sns_text {
  display: none;
}

.bl_sns-images2 .sns_list {
  flex-direction: row;
  flex-wrap: wrap;
}
.bl_sns-images2 .sns_list__list {
  width: 48.3333333333%;
  margin-right: 3.3333333333%;
  margin-bottom: 2.5rem;
}
.bl_sns-images2 .sns_list__list:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .bl_sns-images2 .sns_list__list {
    width: 48.3333333333%;
  }
  .bl_sns-images2 .sns_list__list:nth-child(2n) {
    margin-right: 3.3333333333%;
  }
  .bl_sns-images2 .sns_list__list:nth-child(2n) {
    margin-right: 0;
  }
}
.bl_sns-images2 .sns_text {
  display: none;
}

.bl_sns-images3 .sns_list {
  flex-direction: row;
  flex-wrap: wrap;
}
.bl_sns-images3 .sns_list__list {
  width: 31.1111111111%;
  margin-right: 3.3333333333%;
  margin-bottom: 2.5rem;
}
.bl_sns-images3 .sns_list__list:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .bl_sns-images3 .sns_list__list {
    width: 48.3333333333%;
  }
  .bl_sns-images3 .sns_list__list:nth-child(3n) {
    margin-right: 3.3333333333%;
  }
  .bl_sns-images3 .sns_list__list:nth-child(2n) {
    margin-right: 0;
  }
}
.bl_sns-images3 .sns_text {
  display: none;
}

.bl_sns-images4 .sns_list {
  flex-direction: row;
  flex-wrap: wrap;
}
.bl_sns-images4 .sns_list__list {
  width: 22.5%;
  margin-right: 3.3333333333%;
  margin-bottom: 2.5rem;
}
.bl_sns-images4 .sns_list__list:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .bl_sns-images4 .sns_list__list {
    width: 48.3333333333%;
  }
  .bl_sns-images4 .sns_list__list:nth-child(4n) {
    margin-right: 3.3333333333%;
  }
  .bl_sns-images4 .sns_list__list:nth-child(2n) {
    margin-right: 0;
  }
}
.bl_sns-images4 .sns_text {
  display: none;
}

.bl_sns-images5 .sns_list {
  flex-direction: row;
  flex-wrap: wrap;
}
.bl_sns-images5 .sns_list__list {
  width: 17.3333333333%;
  margin-right: 3.3333333333%;
  margin-bottom: 2.5rem;
}
.bl_sns-images5 .sns_list__list:nth-child(5n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .bl_sns-images5 .sns_list__list {
    width: 48.3333333333%;
  }
  .bl_sns-images5 .sns_list__list:nth-child(5n) {
    margin-right: 3.3333333333%;
  }
  .bl_sns-images5 .sns_list__list:nth-child(2n) {
    margin-right: 0;
  }
}
.bl_sns-images5 .sns_text {
  display: none;
}

.bl_sns-card .sns_list {
  display: block;
}
.bl_sns-card .sns_list > div {
  flex-direction: column;
}
.bl_sns-card .sns_list .sns_photo {
  margin-bottom: 1.25rem;
}
.bl_sns-card .sns_list .sns_text {
  width: 100%;
}
.bl_sns-card .sns_list .sns_text .sns_date {
  margin-bottom: 1.25rem;
}

.bl_sns-slk-images .sns_list {
  display: block;
}
.bl_sns-slk-images .sns_list > div {
  flex-direction: column;
}
.bl_sns-slk-images .sns_list .sns_photo {
  width: 100%;
}
.bl_sns-slk-images .sns_list .sns_text {
  display: none;
}

.bl_privacy-policy h2 {
  margin-bottom: 20px;
  font-size: 1.5rem;
  border-bottom: 1px solid #333333;
}
.bl_privacy-policy p {
  margin-bottom: 60px;
}
.bl_privacy-policy p p:last-of-type {
  margin-bottom: 0;
}

a.privacy-policy {
  color: rgb(81, 151, 255);
}

.header__inner {
  display: flex;
  align-items: center;
  width: 100%;
  position: fixed;
  z-index: 1000;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7035189076) 0%, rgba(255, 255, 255, 0.6951155462) 30%, rgba(255, 255, 255, 0) 100%);
}
.header .header-logo img {
  max-width: 100px;
}
@media only screen and (max-width: 834px) {
  .header .header-logo img {
    width: 80px;
  }
}
.header .nav__lists {
  justify-content: flex-end;
}
.header .nav__list {
  margin-right: 4.2372881356%;
  color: #fff;
  font-size: 1.25rem;
  writing-mode: vertical-rl;
  text-shadow: 1px 1px 3px #000000;
}
.header .nav__list:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .header .nav__list {
    margin-right: 0;
    writing-mode: horizontal-tb;
    color: #333333;
    text-shadow: none;
  }
}
.header .sns {
  display: flex;
  flex-direction: column;
  min-width: 80px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  transition: 0.3s;
}
@media only screen and (max-width: 640px) {
  .header .sns {
    right: 0.625rem;
    flex-direction: row;
  }
}
.header .sns__list:first-child {
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 640px) {
  .header .sns__list:first-child {
    margin-right: 0.625rem;
    margin-bottom: 0;
  }
}
.header .sns__link {
  display: block;
  width: 120px;
  position: relative;
}
.header .sns__link:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.header .sns__link > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.header .sns__link img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 834px) {
  .header .sns__link {
    width: 80px;
  }
}
@media only screen and (max-width: 640px) {
  .header .sns__link {
    width: 60px;
  }
}
.header .sns__link:has(i) {
  background-color: #a23d07;
  border-radius: 100%;
}
.header .sns__link i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.75rem;
}
.header .sns__link img {
  width: 100%;
}
.header .sns.is_arrived {
  opacity: 0;
  visibility: hidden;
}

.footer__inner {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .footer__inner {
    flex-direction: column;
  }
}
.footer .footer-logo {
  width: 15.9722222222%;
  min-width: 180px;
}
@media only screen and (max-width: 640px) {
  .footer .footer-logo {
    margin-bottom: 1.25rem;
  }
}
.footer .nav {
  width: 100%;
  margin-bottom: 5rem;
}
.footer .nav__lists {
  display: flex;
  justify-content: right;
}
@media only screen and (max-width: 640px) {
  .footer .nav__lists {
    justify-content: center;
  }
}
.footer .nav__list {
  margin-right: 6.0975609756%;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1rem;
  writing-mode: vertical-rl;
}
.footer .nav__list:last-child {
  margin-right: 0;
}
.footer .copyright {
  padding: 1.1666666667em 0;
  background-color: #a23d07;
  font-size: 0.75rem;
  color: #fff;
}

.top {
  background-repeat: no-repeat;
  background-size: cover;
}
.top.main-images {
  position: relative;
}
.top.main-images .main-images__img .image-wrapper {
  min-height: 500px;
  position: relative;
}
.top.main-images .main-images__img .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 52.0833333333%;
  text-align: center;
}
.top.main-images .main-images__img .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.top.main-images .main-images__img .image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}
.top.main-images .main-images__img .image-wrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.top.main-images .main-images__img .image-wrapper img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.top.main-images .main-images__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.top.main-images .main-images__logo img {
  filter: drop-shadow(20px 20px 20px white);
}
.top.shopinfo {
  display: flex;
  padding-top: 120px;
  max-width: 2000px;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 120px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1200px) {
  .top.shopinfo {
    display: block;
  }
}
@media only screen and (max-width: 834px) {
  .top.shopinfo {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.top.shopinfo .shopinfo__img {
  flex: 0 0 42.3611111111%;
  margin-right: 100px;
}
@media only screen and (max-width: 1200px) {
  .top.shopinfo .shopinfo__img {
    margin-right: 0;
    margin-bottom: 100px;
  }
}
.top.shopinfo .shopinfo__img > ul {
  position: relative;
  z-index: 0;
}
.top.shopinfo .shopinfo__img > ul > li {
  float: none !important;
}
@media only screen and (max-width: 1200px) {
  .top.shopinfo .shopinfo__img > ul > li:first-child {
    width: 66.6666666667%;
    text-align: center !important;
  }
}
.top.shopinfo .shopinfo__img > ul > li:last-child {
  width: 66.6666666667%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(60%, 50%);
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .top.shopinfo .shopinfo__img > ul > li:last-child {
    width: 40%;
    transform: translate(150%, 70%);
  }
}
.top.shopinfo .shopinfo__text {
  flex: 1 0 0;
}
.top.shopinfo .shopinfo__text div {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  writing-mode: vertical-rl;
  line-height: 3.25;
}
@media only screen and (max-width: 834px) {
  .top.shopinfo .shopinfo__text div {
    text-align: left !important;
    writing-mode: horizontal-tb;
  }
}
.top.shopinfo .shopinfo__text .btn {
  display: inline-block;
  padding: 2.5em 1em;
  background-color: #a23d07;
  border: 1px solid transparent;
  text-align: center;
  margin-right: 15.0943396226%;
}
@media only screen and (max-width: 834px) {
  .top.shopinfo .shopinfo__text .btn {
    width: 100%;
    margin-right: 0;
    margin-top: 3.75rem;
  }
}
.top.shopinfo .shopinfo__text .btn span {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  color: #fff !important;
}
@media only screen and (max-width: 640px) {
  .top.shopinfo .shopinfo__text .btn span {
    margin-right: 1.1111111111em;
  }
}
.top.shopinfo .shopinfo__text .btn:after {
  display: inline-block;
  content: "\f0a9";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.top.shopinfo .shopinfo__text .btn:hover {
  color: #333333 !important;
  background-color: #fff;
  border: 2px solid #a23d07;
}
.top.shopinfo .shopinfo__illust {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .top.concept .concept__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top.concept .btn {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  padding: 1.6666666667em 1em;
  background-color: #a23d07;
  border: 1px solid transparent;
  text-align: center;
}
.top.concept .btn span {
  margin-right: 1.1111111111em;
  font-size: 1.125rem;
  color: #fff !important;
}
.top.concept .btn:after {
  display: inline-block;
  content: "\f0a9";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.top.concept .btn:hover {
  color: #333333 !important;
  background-color: #fff;
  border: 2px solid #a23d07;
}
@media only screen and (max-width: 640px) {
  .top.food .food__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top.food .btn {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  padding: 1.6666666667em 1em;
  background-color: #a23d07;
  border: 1px solid transparent;
  text-align: center;
}
.top.food .btn span {
  margin-right: 1.1111111111em;
  font-size: 1.125rem;
  color: #fff !important;
}
.top.food .btn:after {
  display: inline-block;
  content: "\f0a9";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.top.food .btn:hover {
  color: #333333 !important;
  background-color: #fff;
  border: 2px solid #a23d07;
}
@media only screen and (max-width: 640px) {
  .top.drink .drink__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top.drink .btn {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  padding: 1.6666666667em 1em;
  background-color: #a23d07;
  border: 1px solid transparent;
  text-align: center;
}
.top.drink .btn span {
  margin-right: 1.1111111111em;
  font-size: 1.125rem;
  color: #fff !important;
}
.top.drink .btn:after {
  display: inline-block;
  content: "\f0a9";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.top.drink .btn:hover {
  color: #333333 !important;
  background-color: #fff;
  border: 2px solid #a23d07;
}
.top.concept {
  margin-bottom: 120px;
  position: relative;
  z-index: 0;
}
.top.concept .concept__wrapper {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1200px) {
  .top.concept .concept__wrapper {
    display: block;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .top.concept .concept__wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.top.concept .concept__illust {
  position: absolute;
  top: 0;
  left: 18.75%;
  transform: translate(0, 0);
  z-index: -1;
}
.top.concept .concept__img {
  margin-top: 60px;
}
@media only screen and (max-width: 1200px) {
  .top.concept .concept__img {
    display: none;
  }
}
.top.concept .concept__title {
  margin-top: 60px;
  margin-right: 100px;
  margin-left: 100px;
}
@media only screen and (max-width: 1200px) {
  .top.concept .concept__title {
    margin-left: 0;
    margin-right: 0;
  }
}
.top.concept .concept__title h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 40px;
  writing-mode: vertical-rl;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .top.concept .concept__title h2 {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 3.75rem;
    font-size: 36px;
    writing-mode: horizontal-tb;
    line-height: 1.6;
    text-align: center !important;
  }
}
@media only screen and (max-width: 834px) {
  .top.concept .concept__title h2 {
    font-size: 26px;
  }
}
.top.concept .concept__title .line01,
.top.concept .concept__title .line02 {
  display: inline-block;
  color: #a23d07;
  line-height: 1;
  background-color: #fff;
  box-shadow: 6px 6px 0px #a23d07;
}
.top.concept .concept__title .line01 {
  margin-top: 80px;
  margin-left: 28px;
}
@media only screen and (max-width: 1200px) {
  .top.concept .concept__title .line01 {
    margin-top: 0;
    margin-left: 0;
  }
}
.top.concept .concept__title .line02 {
  margin-left: 28px;
}
@media only screen and (max-width: 1200px) {
  .top.concept .concept__title .line02 {
    margin-left: 0;
  }
}
.top.concept .concept__body {
  padding-right: 20px;
}
@media only screen and (max-width: 1200px) {
  .top.concept .concept__body {
    padding-right: 0;
  }
}
.top.concept .concept__body .image-wrapper {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  .top.concept .concept__body .image-wrapper {
    text-align: center;
  }
}
.top.concept .concept__body .imgL {
  float: none;
}
.top.concept .concept__body > div {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 4.6666666667;
}
.top.concept .concept__body .btn {
  margin-top: 30px;
}
@media only screen and (max-width: 834px) {
  .top.concept .concept__body .btn {
    width: 100%;
    max-width: 100%;
  }
}
.top.food {
  padding-bottom: 8.3333333333%;
}
@media only screen and (max-width: 640px) {
  .top.food {
    padding-bottom: 6.25rem;
  }
}
.top.food .food__wrapper {
  display: flex;
  max-width: 83.3333333333%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1000px) {
  .top.food .food__wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 640px) {
  .top.food .food__wrapper {
    max-width: 100%;
  }
}
.top.food .food__title h2 {
  margin-bottom: 2.5rem;
  font-size: 58px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #a23d07;
  writing-mode: vertical-rl;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .top.food .food__title h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1000px) {
  .top.food .food__title h2 {
    margin-bottom: 3.75rem;
    font-size: 28px;
    writing-mode: horizontal-tb;
    text-align: left;
  }
}
@media only screen and (max-width: 834px) {
  .top.food .food__title h2 {
    margin-bottom: 3.75rem;
    font-size: 24px;
    writing-mode: horizontal-tb;
    text-align: left;
  }
}
.top.food .food__title h2:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/images/top/title_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
@media only screen and (max-width: 1000px) {
  .top.food .food__title h2:before {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.top.food .food__body .box article > div {
  line-height: 2.5625;
}
.top.food .food__body .image-wrapper {
  position: relative;
}
.top.food .food__body .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 65.5172413793%;
  text-align: center;
}
.top.food .food__body .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.top.food .food__body .image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}
.top.food .food__body .bl_btn-icon {
  margin-top: 3.125rem;
}
.top.food .btn {
  margin-top: 3.75rem;
}
@media only screen and (max-width: 834px) {
  .top.food .btn {
    max-width: 100%;
  }
}
.top.drink {
  padding-bottom: 8.3333333333%;
}
@media only screen and (max-width: 640px) {
  .top.drink {
    padding-bottom: 6.25rem;
  }
}
.top.drink .drink__wrapper {
  display: flex;
  max-width: 83.3333333333%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1000px) {
  .top.drink .drink__wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 640px) {
  .top.drink .drink__wrapper {
    max-width: 100%;
  }
}
.top.drink .drink__title h2 {
  margin-bottom: 2.5rem;
  font-size: 58px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #a23d07;
  writing-mode: vertical-rl;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .top.drink .drink__title h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1000px) {
  .top.drink .drink__title h2 {
    margin-bottom: 3.75rem;
    font-size: 28px;
    writing-mode: horizontal-tb;
    text-align: left;
  }
}
@media only screen and (max-width: 834px) {
  .top.drink .drink__title h2 {
    margin-bottom: 3.75rem;
    font-size: 24px;
    writing-mode: horizontal-tb;
    text-align: left;
  }
}
.top.drink .drink__title h2:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/images/top/title_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
@media only screen and (max-width: 1000px) {
  .top.drink .drink__title h2:before {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.top.drink .drink__body .box article > div {
  line-height: 2.5625;
}
.top.drink .drink__body .image-wrapper {
  position: relative;
}
.top.drink .drink__body .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 65.5172413793%;
  text-align: center;
}
.top.drink .drink__body .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.top.drink .drink__body .image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}
.top.drink .drink__body .bl_btn-icon {
  margin-top: 3.125rem;
}
.top.drink .btn {
  margin-top: 3.75rem;
}
@media only screen and (max-width: 834px) {
  .top.drink .btn {
    max-width: 100%;
  }
}
.top.food {
  position: relative;
  z-index: 1;
}
.top.food .food__title {
  margin-right: 5%;
}
@media only screen and (max-width: 1000px) {
  .top.food .food__title {
    margin-right: 0;
  }
}
.top.food .food__illust {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: -1;
}
.top.drink .drink__wrapper {
  flex-direction: row-reverse;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1000px) {
  .top.drink .drink__wrapper {
    flex-direction: column;
  }
}
.top.drink .drink__title {
  margin-left: 5%;
}
@media only screen and (max-width: 1000px) {
  .top.drink .drink__title {
    margin-left: 0;
  }
}
.top.access {
  padding-bottom: 7.6388888889%;
}
@media only screen and (max-width: 640px) {
  .top.access {
    padding-bottom: 110px;
  }
}
.top.access .access__wrapper {
  display: flex;
  max-width: 83.3333333333%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .top.access .access__wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 640px) {
  .top.access .access__wrapper {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top.access .access__map {
  width: 50%;
  margin-right: 6.6666666667%;
  position: relative;
}
.top.access .access__map:before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
  text-align: center;
}
.top.access .access__map > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.top.access .access__map img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 834px) {
  .top.access .access__map {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
}
.top.access .access__details-wrapper {
  flex: 1;
}
@media only screen and (max-width: 834px) {
  .top.access .access__details-wrapper {
    width: 100%;
  }
}
.top.access .access__logo {
  margin-bottom: 1.875rem;
}
.top.instagram {
  padding-bottom: 9.7222222222%;
}
@media only screen and (max-width: 640px) {
  .top.instagram {
    padding-bottom: 140px;
  }
}
.top.instagram .bl_h2 {
  margin-bottom: 1.875rem;
}
.top.instagram .sns_photo > a {
  position: relative;
}
.top.instagram .sns_photo > a:before {
  content: "";
  display: block;
  padding-top: 116.6666666667%;
  text-align: center;
}
.top.instagram .sns_photo > a > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.top.instagram .sns_photo > a img {
  -o-object-fit: contain;
     object-fit: contain;
}
.top.instagram .slick-slide {
  margin-right: 1.0416666667vw;
  margin-left: 1.0416666667vw;
}

#contents {
  background-size: cover;
}

div[id*=c]:not(div[class*=hp_bg-atc-fixed-]) {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

div[id*=c].tm_bg-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}

div[id*=c].tm_bg-cover {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  display: flex;
}
@media only screen and (max-width: 834px) {
  .slider {
    display: block;
  }
}
.slider__wrapper {
  width: calc((100% - 2.5rem) / 2);
  margin-right: 2.5rem;
}
@media only screen and (max-width: 834px) {
  .slider__wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
}
.slider .slick-slide {
  position: relative;
}
.slider .slick-slide:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.slider .slick-slide > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.slider .slick-slide img {
  -o-object-fit: contain;
     object-fit: contain;
}
.slider__images {
  margin-bottom: 2.5rem;
}
.slider__sub-images .slick-slide {
  margin: 0 0.625rem;
}
.slider__sub-images .slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
.slider__body {
  flex: 1 0 0;
}
.slider__body article > h2 {
  margin-bottom: 0.5625rem;
  color: #a23d07;
  text-align: right !important;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.5rem;
}
.slider__body article > div {
  line-height: 1.8;
}/*# sourceMappingURL=common_style.css.map */