@charset "UTF-8";
/* ************************************************************************
   ************************************************************************

    COMMON SETTINGS

   ************************************************************************
   ************************************************************************ */
/* ------------------------------
    RESPONSIVE SETTINGS
  ------------------------------ */
/* ------------------------------
    FONT
  ------------------------------ */
@font-face {
  font-family: "Helvetica Neue Cyr";
  src: url("../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------
    COLOR SETTINGS
  ------------------------------ */
@media screen and (min-width: 320px) {
  .bannerInfo {
    margin: 6rem 2.5vw 0;
    border-radius: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerInfo {
    margin: 18.7rem 14vw 0 10vw;
    border-radius: 2rem;
  }
}

.detailList {
  display: grid;
}
@media screen and (min-width: 320px) {
  .detailList {
    gap: 1rem 0;
    margin: 2.4rem 0 3.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .detailList {
    gap: 1.6rem 0;
    margin: 2.8rem 0 5.5rem;
  }
}

.detailItem {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 1px 24px 0px rgba(35, 24, 21, 0.32);
          box-shadow: 0px 1px 24px 0px rgba(35, 24, 21, 0.32);
}
@media screen and (min-width: 320px) {
  .detailItem {
    font-size: 1.3rem;
    line-height: 1.75;
    border-radius: 0.4em;
    padding: 1rem 3% 0.8rem 7.5%;
  }
}
@media screen and (min-width: 1025px) {
  .detailItem {
    font-size: 2.4rem;
    line-height: 2;
    border-radius: 0.8rem;
    padding: 1.9rem 2% 1.7rem 7.5%;
  }
}
.detailItem::before {
  position: absolute;
  content: "";
  left: 3%;
  width: 1.502%;
  aspect-ratio: 1/1;
  background-color: #b67f22;
  border-radius: 50%;
}
@media screen and (min-width: 320px) {
  .detailItem::before {
    top: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .detailItem::before {
    top: 3.3rem;
  }
}
.detailItem .accent {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .detailItem .accent {
    margin-right: 0.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .detailItem .accent {
    margin-right: 0.8rem;
  }
}
.detailItem .large {
  font-size: 140.6%;
  line-height: 1;
}
.detailItem .small {
  font-size: 74.4%;
}
.detailItem.isFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  .detailItem.isFlex .desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .detailItem.isFlex .desc {
    width: 40%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 320px) {
  .detailItem.isFlex .img {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .detailItem.isFlex .img {
    width: 50%;
  }
}
.detailItem.isFlex a {
  position: relative;
  display: block;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.detailItem.isFlex a:hover {
  opacity: 0.4;
}
.detailItem.isFlex a .icon {
  position: absolute;
  inset: auto 8px 8px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #b67f22;
}
@media screen and (min-width: 320px) {
  .detailItem.isFlex a .icon {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .detailItem.isFlex a .icon {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.detailItem.isFlex a .icon svg {
  display: block;
  fill: #FFF;
  width: 50%;
  height: 50%;
}

.bannerAddress {
  line-height: 1.64;
}
@media screen and (min-width: 320px) {
  .bannerAddress {
    font-size: 1.3rem;
    padding: 1rem 0 0 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerAddress {
    font-size: 2.4rem;
    padding: 1.8rem 0 0 1rem;
  }
}

.bannerInfo {
  position: relative;
}
@media screen and (min-width: 320px) {
  .bannerInfo {
    margin: 6rem 2.5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .bannerInfo {
    margin: 16rem 10vw 0;
  }
}
.bannerInfo__inner {
  position: relative;
  background: rgba(0, 0, 0, 0.48);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
          backdrop-filter: blur(16px) saturate(140%);
  border-radius: 1.2rem;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 320px) {
  .bannerInfo__inner {
    padding: 2.4rem 2.4rem 2.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerInfo__inner {
    border-radius: 1.6rem;
    padding: 3.6rem 4.2rem 4rem;
  }
}
@media screen and (min-width: 320px) {
  .bannerInfo__head {
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerInfo__head {
    margin-bottom: 3.2rem;
  }
}
@media screen and (min-width: 320px) {
  .bannerInfo__lead {
    margin-top: 1rem;
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1025px) {
  .bannerInfo__lead {
    margin-top: 1.4rem;
    font-size: 2.4rem;
    line-height: 2;
  }
}
@media screen and (min-width: 320px) {
  .bannerInfo__blocks {
    display: grid;
    gap: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerInfo__blocks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.8rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 320px) {
  .bannerInfo__address {
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerInfo__address {
    margin-top: 4rem;
    padding-top: 2.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}
@media screen and (min-width: 320px) {
  .bannerInfo__address ol {
    padding: 24px 0 0 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerInfo__address ol {
    padding: 24px 0 0 4rem;
  }
}
.bannerInfo__address ol li {
  list-style-type: decimal;
  margin-bottom: 8px;
}
@media screen and (min-width: 320px) {
  .bannerInfo__address ol li {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerInfo__address ol li {
    font-size: 2.4rem;
  }
}
.bannerInfo__addressTitle {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .bannerInfo__addressTitle {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerInfo__addressTitle {
    font-size: 2.8rem;
  }
}

.bannerBlock {
  position: relative;
  padding: 1.8rem 1.8rem 1.8rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
@media screen and (min-width: 1025px) {
  .bannerBlock {
    padding: 2.2rem 2.4rem 2.4rem;
  }
}
.bannerBlock::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(182, 127, 34, 0.4);
  opacity: 0.4;
  pointer-events: none;
  mix-blend-mode: screen;
}
.bannerBlock__title {
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 320px) {
  .bannerBlock__title {
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerBlock__title {
    font-size: 2.8rem;
    margin-bottom: 1.6rem;
  }
}
.bannerBlock--note {
  background: linear-gradient(135deg, rgba(182, 127, 34, 0.16), rgba(255, 255, 255, 0.03));
}
.bannerBlock--note::before {
  border-color: rgba(182, 127, 34, 0.6);
}

.bannerList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
}
@media screen and (min-width: 320px) {
  .bannerList {
    gap: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerList {
    gap: 1.4rem;
  }
}

.bannerItem__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.8rem;
}
.bannerItem__num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  border-radius: 999px;
  background-color: #b67f22;
  color: #FFF;
}
@media screen and (min-width: 320px) {
  .bannerItem__num {
    min-width: 2.2rem;
    height: 2.2rem;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerItem__num {
    min-width: 3.4rem;
    height: 3.4rem;
    font-size: 1.8rem;
  }
}
.bannerItem__title {
  color: #a68d62;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .bannerItem__title {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1025px) {
  .bannerItem__title {
    font-size: 2.4rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 320px) {
  .bannerItem__text {
    margin-top: 0.4rem;
    font-size: 1.2rem;
    line-height: 1.7;
    opacity: 0.9;
    padding-left: 3.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerItem__text {
    margin-top: 0.6rem;
    font-size: 1.8rem;
    line-height: 1.8;
    opacity: 0.85;
    padding-left: 4.4rem;
  }
}

/* 電子横断幕用のレイアウト（画像付きアイテム） */
@media screen and (min-width: 320px) {
  .bannerItem--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerItem--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.bannerItem--flex .bannerItem__image {
  width: 100%;
}
@media screen and (min-width: 320px) {
  .bannerItem--flex .bannerItem__image {
    padding: 0 3.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerItem--flex .bannerItem__image {
    padding: 0 4.2rem;
  }
}
.bannerItem--flex .imgWrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.bannerItem--flex .imgWrapper:hover {
  opacity: 0.4;
}
.bannerItem--flex .imgWrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.bannerItem--flex .imgWrapper .icon {
  position: absolute;
  inset: auto 1.2rem 1.2rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #b67f22;
}
@media screen and (min-width: 320px) {
  .bannerItem--flex .imgWrapper .icon {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerItem--flex .imgWrapper .icon {
    width: 4rem;
    height: 4rem;
  }
}
.bannerItem--flex .imgWrapper .icon svg {
  display: block;
  width: 50%;
  height: 50%;
  fill: #FFF;
}

/* 必要なら電子版だけマージンを変えたいとき */
.bannerPosition {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
}
@media screen and (min-width: 320px) {
  .bannerPosition {
    margin-top: 1.6rem;
    padding: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .bannerPosition {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.6rem;
    margin-top: 2rem;
    padding: 32px;
  }
}
@media screen and (min-width: 320px) {
  .bannerPosition p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerPosition p {
    font-size: 2.4rem;
    line-height: 1.9;
    width: 68%;
    margin: 0;
  }
}
.bannerPosition p strong {
  font-weight: 700;
  font-size: 140%;
}
.bannerPosition .imgWrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
@media screen and (min-width: 320px) {
  .bannerPosition .imgWrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .bannerPosition .imgWrapper {
    width: 30%;
  }
}
.bannerPosition .imgWrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.bannerPosition .imgWrapper .icon {
  position: absolute;
  inset: auto 1.2rem 1.2rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #b67f22;
}
@media screen and (min-width: 320px) {
  .bannerPosition .imgWrapper .icon {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerPosition .imgWrapper .icon {
    width: 4rem;
    height: 4rem;
  }
}
.bannerPosition .imgWrapper .icon svg {
  display: block;
  width: 50%;
  height: 50%;
  fill: #FFF;
}
.bannerPosition .imgWrapper:hover {
  opacity: 0.4;
}/*# sourceMappingURL=banner.css.map */