@charset "UTF-8";
/* CSS Document */
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP&display=swap");
.sp_only {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp_only {
    display: inline-block;
  }
}

@media screen and (max-width: 750px) {
  .pc_only {
    display: none;
  }
}

.fade__up {
  -webkit-transition: all 1.2s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  -webkit-transition: all 1s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  transition: all 1s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  opacity: 0;
  -webkit-transform: translate(0%, 30px);
          transform: translate(0%, 30px);
}
.fade__up.active {
  opacity: 1;
  -webkit-transform: translate(0%, 0px);
          transform: translate(0%, 0px);
}

.font--serif {
  font-family: "Noto Serif JP", serif;
}

.font--en {
  font-family: "acumin-pro", sans-serif;
}

/* ---------------- scroll animation ---------------- */
.js-fade .about__desc {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}
.js-fade .message__sticky {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-fade .brand__text {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}
.js-fade.menu-card:nth-child(2) {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
.js-fade.menu-card:nth-child(3) {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}
.js-fade.menu-card:nth-child(4) {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
.js-fade.menu-card:nth-child(5) {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}
.js-fade.menu-card:nth-child(6) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
.js-fade .news-list li:nth-child(2) {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
.js-fade .news-list li:nth-child(3) {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}
.js-fade .news-list li:nth-child(4) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}

main {
  overflow: visible;
}

/* ---------------- mv ---------------- */
.mv {
  position: relative;
  top: 0;
  left: 0;
  color: #FFFFEA;
}
@media screen and (max-width: 750px) {
  .mv {
    height: 640px;
  }
}
@-webkit-keyframes mvZoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@keyframes mvZoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
.mv .mv__image {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-size: clamp(20px, 1.5vw, 30px);
  position: relative;
  overflow: hidden;
  aspect-ratio: 1920/1350;
}
.mv .mv__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.mv .mv__image .mv__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 1.6s ease;
  transition: opacity 1.6s ease;
}
.mv .mv__image .mv__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.mv .mv__image .mv__slide.is-active img {
  -webkit-animation: mvZoom 6s linear forwards;
          animation: mvZoom 6s linear forwards;
}
.mv .mv__image .mv__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.mv .mv__copy {
  position: absolute;
  left: 3.4%;
  top: 51%;
  z-index: 100;
  color: #FFFFEA;
}
@media screen and (max-width: 750px) {
  .mv .mv__copy {
    left: 6%;
    top: 64.6%;
  }
}
.mv .mv__copy p,
.mv .mv__copy h1 {
  margin: 0;
  font-size: 42px;
  font-weight: normal;
  line-height: 1.25;
}
@media screen and (max-width: 750px) {
  .mv .mv__copy p,
  .mv .mv__copy h1 {
    font-size: clamp(20px, 1.5vw, 30px);
  }
}
.mv .mv__copy h1 {
  font-size: 48px;
  margin-bottom: 32px;
  line-height: 1.1em;
}
@media screen and (max-width: 750px) {
  .mv .mv__copy h1 {
    font-size: 7vw;
    margin-bottom: 4vw;
  }
}
.mv .mv__copy p {
  font-size: clamp(10px, 0.8vw, 14px);
  line-height: 1.65em;
  letter-spacing: 0.05em;
  font-family: "acumin-pro", sans-serif;
}
@media screen and (max-width: 750px) {
  .mv .mv__copy p {
    font-size: 2vw;
  }
}
.mv .mv__copy span {
  display: block;
  margin-top: 28px;
  font-size: 13px;
}
.mv .mv__intro {
  position: absolute;
  top: 35%;
  right: 3%;
  z-index: 100;
  font-size: 26px;
  letter-spacing: -0.04em;
}
.mv .mv__intro p {
  font-family: "acumin-pro", sans-serif;
}
@media screen and (max-width: 750px) {
  .mv .mv__intro {
    top: 0;
    right: 0;
    width: 100%;
    height: 82%;
    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;
    z-index: 10;
  }
  .mv .mv__intro p {
    font-size: 4vw;
  }
}

/* ---------------- photo-slider ---------------- */
.photo-slider {
  position: absolute;
  bottom: -19vw;
  left: 0;
  z-index: 20;
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
  margin-bottom: -70px;
}
@media screen and (max-width: 750px) {
  .photo-slider {
    bottom: -24%;
  }
}
.photo-slider .section-logo {
  text-align: center;
  margin-top: 128px;
  font-size: 11px;
}
@media screen and (max-width: 750px) {
  .photo-slider .section-logo {
    margin-top: 11vw;
  }
}
.photo-slider .section-logo img {
  width: 180px;
}
@media screen and (max-width: 750px) {
  .photo-slider .section-logo img {
    width: 23vw;
  }
}

.intro_bg {
  position: relative;
  top: 0;
  left: 0;
}
.intro_bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: url(../images/intro_bg.webp) no-repeat center/cover;
}
@media screen and (max-width: 750px) {
  .intro_bg:after {
    display: none;
  }
}
.intro_bg .photo-slider__bg {
  position: relative;
  top: 0;
  left: 0;
  height: 25vw;
  width: 100%;
  background: #5A0808;
  z-index: -10;
}
@media screen and (max-width: 1290px) {
  .intro_bg .photo-slider__bg {
    height: 30vw;
  }
}
@media screen and (max-width: 750px) {
  .intro_bg .photo-slider__bg {
    height: 67vw;
  }
}

/* ---------------- about ---------------- */
.about {
  background: rgba(214, 210, 196, 0.9);
  color: #770312;
  padding: 213px 0 197px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 20;
}
@media screen and (max-width: 750px) {
  .about {
    padding: 14vw 0 11vw;
    background: none;
  }
  .about:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(214, 210, 196, 0.9);
  }
  .about:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    background: url(../images/intro_bg_sp.webp) no-repeat center/cover;
  }
}
.about .about__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.1fr 70px 0.8fr 70px 1fr;
  grid-template-columns: 1.1fr 0.8fr 1fr;
  gap: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .about .about__inner {
    display: block;
    text-align: center;
  }
}
.about .about__text span {
  font-size: clamp(20px, 1.5vw, 30px);
  font-family: "acumin-pro", sans-serif;
}
@media screen and (max-width: 750px) {
  .about .about__text span {
    font-size: 3.8vw;
  }
}
.about .about__text h2 {
  font-size: clamp(28px, 3vw, 55px);
  line-height: 1.7;
  font-weight: normal;
  letter-spacing: -0.13em;
}
@media screen and (max-width: 750px) {
  .about .about__text h2 {
    font-size: 7vw;
    margin-top: 3vw;
    line-height: 1.5;
  }
}
.about .about__image {
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 750px) {
  .about .about__image {
    margin-top: 6vw;
  }
}
.about .about__desc {
  padding-left: 16%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .about .about__desc {
    padding-left: 0;
    margin-top: 5.2vw;
  }
}
.about .about__desc p {
  translate: 0 -29px;
  line-height: 2;
  font-size: clamp(14px, 1.1vw, 18px);
}
@media screen and (max-width: 750px) {
  .about .about__desc p {
    translate: 0 0;
    font-size: 3.5vw;
  }
}

/* ---------------- message ---------------- */
.message {
  position: relative;
  top: 0;
  left: 0;
  overflow: visible;
  color: #FFFFEA;
  padding: 180px 0 194px;
}
@media screen and (max-width: 750px) {
  .message {
    padding: 39vw 0 15vw;
  }
}
.message .vertical-text {
  font-family: "acumin-pro", sans-serif;
}
@media screen and (max-width: 750px) {
  .message .vertical-text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    top: 17vw;
    right: 4%;
    font-size: 5vw;
    line-height: 1em;
  }
}
.message .message__bg {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url("../images/message_bg.webp") no-repeat center center/cover;
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../images/message_bg.webp") no-repeat center center/cover;
  background-attachment: fixed;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .message .message__bg {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url("../images/message_bg_sp.webp") no-repeat center center/cover;
    background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../images/message_bg_sp.webp") no-repeat center center/cover;
    background-attachment: fixed;
  }
}
.message .message__inner {
  max-width: 890px;
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  overflow: visible;
  -ms-grid-columns: 1fr 80px 170px;
  grid-template-columns: 1fr 170px;
  gap: 80px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  min-height: 120vh;
}
@media screen and (max-width: 1440px) {
  .message .message__inner {
    min-height: 90vh;
  }
}
@media screen and (max-width: 750px) {
  .message .message__inner {
    position: static;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 9vw;
  }
}
.message .message__content {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .message .message__content {
    margin-left: 0;
  }
}
.message .message__content h2 {
  font-size: clamp(28px, 3vw, 55px);
  font-weight: normal;
  letter-spacing: -0.11em;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .message .message__content h2 {
    font-size: 7vw;
  }
}
.message .message__content p {
  font-size: clamp(14px, 1.1vw, 18px);
  margin-top: 37px;
  line-height: 2.2em;
}
@media screen and (max-width: 750px) {
  .message .message__content p {
    font-size: 3.2vw;
    margin-top: 6vw;
    line-height: 2.1em;
  }
}
.message .message__sticky {
  position: sticky;
  top: 27vh;
  height: 70vh;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .message .message__sticky {
    position: static;
    top: 20vh;
    height: auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.message .message__sticky .vertical-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: clamp(28px, 3vw, 50px);
  line-height: 1em;
}
@media screen and (max-width: 750px) {
  .message .message__sticky .vertical-text {
    position: absolute;
    top: 17vw;
    right: 4%;
    font-size: 5vw;
    line-height: 1em;
  }
}
.message .message__sticky .more-btn {
  margin-top: 0;
}

/* ---------------- brand ---------------- */
.brand {
  background: #5A0808;
  color: #FFFFEA;
  padding: 120px 8%;
}
@media screen and (max-width: 750px) {
  .brand {
    padding: 16vw 5% 12vw;
  }
}
.brand .brand__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 140px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 140px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 750px) {
  .brand .brand__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.brand .brand__visual {
  position: sticky;
  top: 120px;
  height: calc(100vh - 180px);
  min-height: 520px;
}
@media screen and (max-width: 750px) {
  .brand .brand__visual {
    display: none;
  }
}
.brand .brand__image {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 1.1s ease;
  transition: opacity 1.1s ease;
  aspect-ratio: 720/944;
  max-width: 100%;
  height: 100%;
  margin: 0 0 0 auto;
}
.brand .brand__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.brand .brand__image.is-active {
  opacity: 1;
  z-index: 2;
}
.brand .brand__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.brand .brand__item {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 140px;
}
@media screen and (max-width: 1440px) {
  .brand .brand__item {
    min-height: 70vh;
    margin-top: 80px;
  }
}
@media screen and (max-width: 750px) {
  .brand .brand__item {
    min-height: auto;
    display: block;
    margin-top: 11vw;
  }
}
.brand .brand__item[data-brand-index="0"] {
  margin-top: 0;
}
.brand .brand__text {
  padding-left: 20px;
  padding-top: 72px;
  max-width: 640px;
}
@media screen and (max-width: 750px) {
  .brand .brand__text {
    padding-left: 0;
    padding-top: 8vw;
  }
}
.brand .brand__text .brand__text--title {
  font-size: clamp(20px, 1.5vw, 30px);
  position: relative;
  top: 0;
  left: 0;
  padding-left: 12px;
  font-family: "acumin-pro", sans-serif;
}
@media screen and (max-width: 750px) {
  .brand .brand__text .brand__text--title {
    font-size: 3.8vw;
  }
}
.brand .brand__text .brand__text--title:before {
  content: "";
  position: relative;
  top: 0;
  left: -8px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #FFFFEA;
  border-radius: 100%;
}
@media screen and (max-width: 750px) {
  .brand .brand__text .brand__text--title:before {
    width: 2vw;
    height: 2vw;
    left: -2vw;
    top: -0.4vw;
  }
}
.brand .brand__text .brand__text--title .brand__text--nomin {
  font-size: clamp(14px, 1.1vw, 20px);
  position: absolute;
  top: -9px;
  right: -26px;
}
@media screen and (max-width: 750px) {
  .brand .brand__text .brand__text--title .brand__text--nomin {
    font-size: 2vw;
    top: 0;
    right: -4vw;
  }
}
.brand .brand__text h2 {
  margin-top: 41px;
  font-size: clamp(32px, 2.8vw, 48px);
  font-weight: normal;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1em;
}
@media screen and (max-width: 750px) {
  .brand .brand__text h2 {
    margin-top: 1vw;
    font-size: 6.1vw;
  }
}
.brand .brand__text h2 .brand__insta {
  display: inline-block;
  margin-left: 10px;
  line-height: 1em;
  margin-top: -8px;
}
@media screen and (max-width: 750px) {
  .brand .brand__text h2 .brand__insta {
    margin-top: 0;
  }
}
.brand .brand__text p {
  line-height: 2;
  font-size: clamp(14px, 1.1vw, 18px);
  margin-top: 25px;
}
@media screen and (max-width: 750px) {
  .brand .brand__text p {
    margin-top: 4vw;
    font-size: 3.5vw;
    line-height: 1.9em;
  }
}
.brand .brand__text .more-btn__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media screen and (max-width: 750px) {
  .brand .brand__text .more-btn__wrap a {
    width: 100%;
    padding: 0;
  }
}
.brand .brand__text .more-btn {
  font-size: clamp(14px, 1.1vw, 18px);
}
@media screen and (max-width: 750px) {
  .brand .brand__text .more-btn {
    margin-top: 5vw;
  }
}
.brand .brand__map {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .brand .brand__map {
    margin-top: 7vw;
  }
}
.brand .brand__map iframe {
  border: 0;
  width: 100%;
  aspect-ratio: 1280/592;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

/* ---------------- menu ---------------- */
.menu {
  background: url(../images/menu_bg.webp) no-repeat center/cover;
  color: #FFFFEA;
  padding: 180px 8% 204px;
}
@media screen and (max-width: 750px) {
  .menu {
    padding: 15vw 5% 17vw;
  }
}
.menu .section-head {
  text-align: center;
  margin: 0 auto 80px;
}
@media screen and (max-width: 750px) {
  .menu .section-head {
    margin: 0 auto 9vw;
  }
}
.menu .section-head h2 {
  font-size: clamp(28px, 3vw, 50px);
  font-weight: normal;
  font-family: "acumin-pro", sans-serif;
}
@media screen and (max-width: 750px) {
  .menu .section-head h2 {
    line-height: 1em;
    font-size: 5vw;
  }
}
.menu .section-head p {
  line-height: 2;
  font-size: clamp(14px, 1.1vw, 18px);
  margin-top: 34px;
}
@media screen and (max-width: 750px) {
  .menu .section-head p {
    font-size: 3.4vw;
  }
}
.menu .menu__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 750px) {
  .menu .menu__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin: 0 calc(50% - 50vw);
  }
}
.menu .menu-card {
  min-height: 390px;
  padding: 50px 36px 60px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 7px;
}
@media screen and (max-width: 750px) {
  .menu .menu-card {
    padding: 12% 10%;
    min-height: auto;
  }
}
.menu .menu-card .menu_en {
  font-size: clamp(14px, 1.1vw, 17px);
  font-family: "acumin-pro", sans-serif;
}
@media screen and (max-width: 750px) {
  .menu .menu-card .menu_en {
    font-size: 2.5vw;
  }
}
.menu .menu-card h3 {
  font-weight: normal;
  font-size: clamp(20px, 1.5vw, 24px);
  margin-top: 5px;
}
@media screen and (max-width: 750px) {
  .menu .menu-card h3 {
    font-size: 4vw;
  }
}
.menu .menu-card .menu_desc {
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .menu .menu-card .menu_desc {
    font-size: 2.8vw;
    line-height: 2;
    margin-top: 2vw;
    text-align: left;
  }
}
.menu .menu-card__image {
  max-width: 342px;
  margin: 0 auto 65px;
  border-radius: 50%;
  background: #d9d0c2;
  color: #770b08;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 750px) {
  .menu .menu-card__image {
    width: 77%;
    margin: 0 auto 4vw;
  }
}

/* ---------------- news ---------------- */
.news {
  background: #dedbcf;
  color: #770312;
  padding: 178px 0 194px;
}
@media screen and (max-width: 750px) {
  .news {
    padding: 15vw 0 16vw;
  }
}
.news .news__inner {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
}
.news .section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news .section-head h2 {
  font-size: clamp(28px, 3vw, 50px);
  font-family: "acumin-pro", sans-serif;
}
@media screen and (max-width: 750px) {
  .news .section-head h2 {
    font-size: 5vw;
  }
}
.news .section-head .section-head__link a {
  font-size: clamp(14px, 1.1vw, 18px);
  font-family: "acumin-pro", sans-serif;
}
@media screen and (max-width: 750px) {
  .news .section-head .section-head__link a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3vw;
  }
  .news .section-head .section-head__link a span {
    display: inline-block;
    font-size: 5vw;
    margin-left: 2vw;
  }
}
.news .news-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 48px;
}
@media screen and (max-width: 750px) {
  .news .news-list {
    margin-top: 8vw;
  }
}
.news .news-list li {
  border-top: 1px solid #770312;
}
.news .news-list li:last-child {
  border-bottom: 1px solid #770312;
}
.news .news-list a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px 10px 110px 10px 1fr;
  grid-template-columns: 70px 110px 1fr;
  gap: 10px;
  font-size: clamp(14px, 1.3vw, 20px);
  padding: 28px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .news .news-list a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding: 4vw 0;
    padding-right: 4vw;
  }
}
.news .news-list a:after {
  content: "＞";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news .news-list a .news__category {
  width: 100px;
  font-size: clamp(14px, 1.1vw, 18px);
}
@media screen and (max-width: 750px) {
  .news .news-list a .news__category {
    font-size: 3.5vw;
    line-height: 1;
    width: auto;
  }
}
.news .news-list a time {
  margin-left: 12px;
}
@media screen and (max-width: 750px) {
  .news .news-list a time {
    font-size: 3.5vw;
    line-height: 1;
    margin-left: 0;
  }
}
.news .news-list .news__title {
  margin: 0;
  margin-left: 51px;
}
@media screen and (max-width: 750px) {
  .news .news-list .news__title {
    -ms-grid-column-span: 4;
    grid-column: span 4/span 4;
    -ms-grid-row: 2;
        grid-row-start: 2;
    margin-left: 0;
    font-size: 3.6vw;
  }
}