@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Anton", "League Spartan", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  background-color: #FFF;
  word-break: break-all;
}

a {
  text-decoration: none;
  color: #FFF;
  vertical-align: bottom;
}

li {
  list-style: none;
}

img, picture {
  max-width: 100%;
  height: auto;
  display: block;
}

.kp {
  display: inline-block;
}

.section-title {
  width: min(1440px, 100%);
  padding-left: 100px;
  margin-inline: auto;
  display: flex;
  align-items: baseline;
  margin-left: -30px;
}
@media screen and (max-width: 1024px) {
  .section-title {
    padding-left: 5%;
  }
}
.section-title .sec-ttl__en {
  position: relative;
  z-index: 1;
  color: #FFF;
  font-family: "Anton", sans-serif;
  font-size: clamp(4.8rem, 3rem + 4vw, 8.6rem);
  line-height: 1;
  letter-spacing: 2.4px;
}
.section-title .sec-ttl__ja {
  position: relative;
  z-index: 1;
  color: #FFF;
  font-size: clamp(1.8rem, -0.901rem + 6vw, 4.5rem);
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  margin-left: 30px;
  vertical-align: bottom;
}
@media screen and (max-width: 425px) {
  .section-title .sec-ttl__ja {
    margin-left: 22px;
  }
}

.sec-inner {
  width: 100%;
  margin-inline: auto;
  margin-top: 26.5px;
  overflow: hidden;
}
.sec-inner .service__list {
  width: 100%;
}

.header--default {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .header--default {
    height: 60px;
  }
}

.header__inner {
  width: 100%;
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__inner .header__logo {
  position: relative;
  z-index: 11;
  width: 145px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header__inner .header__logo {
    width: 90px;
  }
}
.header__inner .header__logo img {
  height: 100%;
}
.header__inner .header__nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .header__inner .header__nav {
    display: none;
  }
}
.header__inner .nav__list {
  position: relative;
  z-index: 11;
  width: 402px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.header__inner .nav__list .nav__item {
  text-align: center;
}
.header__inner .nav__list .nav__item .nav__name {
  color: #FFF;
  font-family: "Anton", sans-serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 2px;
}
.header__inner .nav__list .nav__item .nav__name:hover {
  text-decoration: underline;
  text-decoration-color: #FFF;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.contact__btn {
  position: relative;
  z-index: 11;
  width: 203px;
  height: 100%;
  background-color: #bf2420;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contact__btn {
    width: 100px;
    height: 100%;
    margin-right: 60px;
  }
}
.contact__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.contact__btn:hover::after {
  transform: scale(1, 1);
  background: #FFF;
}
.contact__btn:hover .btn__name {
  color: #bf2420;
}
.contact__btn .btn__name {
  color: #FFF;
  font-family: "Anton", sans-serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .contact__btn .btn__name {
    font-size: 1.3rem;
  }
}

.header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 95px;
  background: #000;
  animation: slideDown 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .header--sticky {
    height: 60px;
  }
}
.header--sticky .nav__name {
  color: #FFF;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .header--sticky .nav__name {
    font-size: 0.75rem;
  }
}
.header--sticky .nav__en-name {
  color: #000;
  font-size: 0.625rem;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.hmb__icon {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 60px;
  height: 60px;
  padding: 15px;
  background-color: #000;
}
.hmb__icon .hmb__bar {
  display: block;
  width: 30px;
  height: 1px;
  background-color: #FFF;
  margin-bottom: 10px;
}
.hmb__icon .hmb__bar:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .hmb__icon {
    display: block;
  }
}

.is-open .hmb__icon {
  position: fixed;
  z-index: 100;
}
.is-open .hmb__icon .hmb__bar:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #FFF !important;
}
.is-open .hmb__icon .hmb__bar:nth-child(2) {
  display: none;
}
.is-open .hmb__icon .hmb__bar:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #FFF !important;
}

.hmb__menu {
  position: absolute;
  top: -100vh;
  display: none;
}
@media screen and (max-width: 768px) {
  .hmb__menu {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    text-align: center;
    background-color: #000;
  }
}
.hmb__menu .menu__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 200px;
  margin-inline: auto;
  margin-top: 160px;
  position: relative;
  z-index: 11;
}
.hmb__menu .menu__list .menu__item {
  margin-bottom: 75px;
  text-align: center;
}
.hmb__menu .menu__list .menu__item:last-of-type {
  margin-bottom: 0;
}
.hmb__menu .menu__list .menu__item .menu__name {
  color: #bf2420;
  font-family: "Anton", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
}

.header--sticky .hamburger__icon {
  position: fixed;
}

.firstview {
  position: relative;
  z-index: 1;
  top: -95px;
  width: 100%;
  margin-bottom: -95px;
}
.firstview .fv__image {
  position: relative;
  width: 100%;
  height: 938px;
}
@media screen and (max-width: 425px) {
  .firstview .fv__image {
    height: 550px;
  }
}
.firstview .fv__image::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-image: url(../img/fv-img.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 425px) {
  .firstview .fv__image::before {
    top: 80px;
    background-image: url(../img/fv-img_sp.webp);
    background-size: contain;
    background-position: top center;
  }
}
.firstview .fv__image img, .firstview .fv__image picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv__inner {
  position: absolute;
  top: 95px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: min(1262px, 90%);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .fv__inner {
    top: 0;
  }
}
.fv__inner .fv-title {
  color: #fcfafa;
  margin-top: 65px;
  margin-left: -30px;
}
@media screen and (max-width: 768px) {
  .fv__inner .fv-title {
    margin-top: 165px;
  }
}
.fv__inner .fv-title .fv-title__en {
  font-family: "Anton", sans-serif;
  font-size: clamp(7.2rem, 3.506rem + 8.21vw, 15rem);
  line-height: 1;
  display: inline-block;
}
.fv__inner .fv-title .fv-title__en:nth-of-type(2) {
  font-size: clamp(7.5rem, 3rem + 10vw, 17rem);
  margin-top: 50px;
}
@media screen and (max-width: 425px) {
  .fv__inner .fv-title .fv-title__en:nth-of-type(2) {
    margin-top: 12px;
  }
}
.fv__inner .fv-title .fv-title__en:nth-of-type(3) {
  font-size: clamp(7.5rem, 3rem + 10vw, 17rem);
  margin-top: 50px;
}
@media screen and (max-width: 425px) {
  .fv__inner .fv-title .fv-title__en:nth-of-type(3) {
    margin-top: 15px;
  }
}
.fv__inner .fv-title .fv-title__ja {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2.6rem, 1.552rem + 2.61vw, 5.2rem);
  line-height: 1;
  letter-spacing: -4px;
  margin-top: 50px;
  display: inline-block;
}
@media screen and (max-width: 425px) {
  .fv__inner .fv-title .fv-title__ja {
    font-size: 2.4rem;
    letter-spacing: normal;
    margin-top: 10px;
  }
}
.fv__inner .fv-title .fv-title__ja .fv-title__kana {
  font-size: clamp(2.174rem, 1.144rem + 2.29vw, 4.35rem);
}
@media screen and (max-width: 425px) {
  .fv__inner .fv-title .fv-title__ja .fv-title__kana {
    font-size: 2rem;
  }
}
.fv__inner .fv-title .fv-title__p {
  margin-top: 30px;
}
@media screen and (max-width: 425px) {
  .fv__inner .fv-title .fv-title__p {
    margin-top: 15px;
  }
}

.service {
  background-color: #000;
  padding-top: 76px;
}

.service-title {
  position: relative;
  padding-bottom: 16px;
}
@media screen and (max-width: 425px) {
  .service-title {
    padding-bottom: 8px;
  }
}
.service-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: min(1032px, 90%);
  height: 60px;
  opacity: 0.8;
  background-image: linear-gradient(to right, #bf2420, #000);
}
@media screen and (max-width: 425px) {
  .service-title::before {
    height: 30px;
  }
}

.service__item {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .service__item {
    min-height: 425px;
  }
}
@media screen and (max-width: 768px) {
  .service__item {
    flex-direction: column;
    min-height: auto;
  }
}
.service__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .service__item:nth-of-type(even) {
    flex-direction: column;
  }
}
.service__item .item__image {
  width: 50%;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .service__item .item__image {
    width: min(500px, 100%);
    margin-inline: auto;
  }
}
.service__item .item__text {
  position: relative;
  color: #FFF;
  width: 50%;
  height: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service__item .item__text {
    width: min(500px, 100%);
    margin-inline: auto;
    min-height: 300px;
  }
}
.service__item .item__text .item__title {
  font-size: clamp(2rem, 0.501rem + 3.33vw, 4.5rem);
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  width: 85%;
  margin-inline: auto;
  text-align: left;
  margin-top: 75px;
}
@media screen and (max-width: 1024px) {
  .service__item .item__text .item__title {
    margin-top: 35px;
  }
}
@media screen and (max-width: 425px) {
  .service__item .item__text .item__title {
    margin-top: 75px;
  }
}
.service__item .item__text .item__detail {
  font-size: clamp(1.4rem, 1.059rem + 1.2vw, 2.5rem);
  font-family: "Noto Serif JP", serif;
  line-height: 2;
  text-align: left;
  width: 85%;
  margin-inline: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 425px) {
  .service__item .item__text .item__detail {
    font-size: 1.4rem;
    margin-top: 17px;
  }
}
.service__item .item__text .item__decoration .item__decoration-element {
  position: absolute;
  z-index: 1;
  display: block;
  width: 123px;
  height: 84px;
}
@media screen and (max-width: 768px) {
  .service__item .item__text .item__decoration .item__decoration-element {
    width: 60px;
    height: 42px;
  }
}
.service__item .item__text .item__decoration .item__decoration-element:nth-of-type(1) {
  top: 2.5%;
  left: 2.5%;
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
}
.service__item .item__text .item__decoration .item__decoration-element:nth-of-type(2) {
  top: 2.5%;
  right: 2.5%;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.service__item .item__text .item__decoration .item__decoration-element:nth-of-type(3) {
  bottom: 2.5%;
  right: 2.5%;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.service__item .item__text .item__decoration .item__decoration-element:nth-of-type(4) {
  bottom: 2.5%;
  left: 2.5%;
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
}

.producer {
  position: relative;
  padding-top: 95px;
  padding-bottom: 105px;
  overflow: visible;
}
@media screen and (max-width: 425px) {
  .producer {
    padding-top: 47.5px;
    padding-bottom: 55px;
  }
}
.producer::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  width: 100%;
  height: 766px;
  background-image: url(../img/producer-bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 425px) {
  .producer::after {
    height: 342px;
    background-image: url(../img/producer-bg_sp.webp);
  }
}

.producer-title .sec-ttl__en {
  color: #000;
  letter-spacing: normal;
  display: inline-block;
}
.producer-title .sec-ttl__ja {
  color: #000;
  display: inline-block;
}

.producer__profile {
  position: relative;
  z-index: 1;
  width: min(1035px, 90%);
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .producer__profile {
    flex-direction: column;
    width: 50%;
  }
}
@media screen and (max-width: 425px) {
  .producer__profile {
    width: 90%;
    margin-top: 30px;
  }
}
.producer__profile .producer__info {
  margin-left: 90px;
}
@media screen and (max-width: 1024px) {
  .producer__profile .producer__info {
    margin-left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .producer__profile .producer__info {
    margin-left: 0;
    margin-top: 58px;
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .producer__profile .producer__info {
    margin-top: 30px;
  }
}
.producer__profile .producer__info .producer__name-en {
  font-family: "League Spartan", sans-serif;
  font-size: clamp(3.2rem, 1.25rem + 4.33vw, 4.5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 2.28px;
}
.producer__profile .producer__info .producer__name-en .producer__name-ja {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  line-height: 1;
  display: block;
  margin-top: 27px;
}
@media screen and (max-width: 425px) {
  .producer__profile .producer__info .producer__name-en .producer__name-ja {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
.producer__profile .producer__info .producer__detail {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 2;
  margin-top: 34px;
}
@media screen and (max-width: 425px) {
  .producer__profile .producer__info .producer__detail {
    font-size: 1.4rem;
    margin-top: 17px;
  }
}

.producer__picture {
  position: relative;
  z-index: 0;
  width: 408px;
  height: 388px;
}
@media screen and (max-width: 1024px) {
  .producer__picture {
    width: 45%;
    height: auto;
    aspect-ratio: 408/388;
  }
}
@media screen and (max-width: 768px) {
  .producer__picture {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .producer__picture {
    width: 207px;
  }
}
.producer__picture::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #bd2221;
}
.producer__picture .producer__image {
  position: relative;
  z-index: 1;
  bottom: 20px;
  right: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 425px) {
  .producer__picture .producer__image {
    bottom: 10px;
    right: 10px;
  }
}

.company {
  padding-top: 95px;
  padding-bottom: 105px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .company {
    padding-top: 65px;
    padding-bottom: 73px;
  }
}

.company-title .sec-ttl__en {
  color: #000;
  letter-spacing: normal;
  display: inline-block;
}
.company-title .sec-ttl__ja {
  color: #000;
  display: inline-block;
}

.company__list {
  display: grid;
  grid-template-columns: 180px 1fr; /* 左にラベル、右に内容 */
  row-gap: 0;
  border: 1px solid #eee;
  width: min(1024px, 80%);
  margin-inline: auto;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .company__list {
    grid-template-columns: 1fr;
    width: 90%;
    margin-top: 18px;
  }
}
.company__list dt, .company__list dd {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 800;
  height: 60px;
  display: flex;
  justify-content: left;
  align-items: center;
  border-bottom: 1px solid #c2c2c2;
}
@media screen and (max-width: 768px) {
  .company__list dt, .company__list dd {
    font-size: 1.4rem;
    height: 45px;
    border-bottom: unset;
  }
}
.company__list dt:first-of-type, .company__list dd:first-of-type {
  border-top: 1px solid #c2c2c2;
}
@media screen and (max-width: 768px) {
  .company__list dt:first-of-type, .company__list dd:first-of-type {
    border-top: unset;
  }
}
.company__list dt {
  width: 204px;
  padding-left: 35px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .company__list dt {
    width: 100%;
    padding-left: 30px;
    border-bottom: unset;
    background-color: #e2e2e2;
  }
}
.company__list dt:first-of-type {
  border-top: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .company__list dt:first-of-type {
    border-top: unset;
  }
}
.company__list dd {
  padding-left: 132px;
}
@media screen and (max-width: 768px) {
  .company__list dd {
    padding-left: 30px;
  }
}

.news {
  position: relative;
  padding-top: 120px;
  padding-bottom: 75px;
  overflow: visible;
}
.news::after {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  width: 100%;
  height: 615px;
  background-image: url(../img/news-bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-title .sec-ttl__en {
  color: #000;
  letter-spacing: normal;
  display: inline-block;
}
.news-title .sec-ttl__ja {
  color: #000;
  display: inline-block;
}

.news__list {
  position: relative;
  z-index: 1;
  width: min(1024px, 90%);
  margin-inline: auto;
  margin-top: 25px;
}
.news__list li {
  position: relative;
  padding: 30px 0 40px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.news__list li .news__link {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-image: url(../img/news-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 425px) {
  .news__list li .news__link {
    width: 27.5px;
    height: 27.5px;
  }
}
.news__list .news__article {
  display: block;
}
.news__list .news__article:hover .news__text, .news__list .news__article:hover .news__date {
  text-decoration: underline;
  text-decoration-color: #000;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.news__list .news__article:hover .news__link {
  opacity: 0.5;
}
.news__list .news__date {
  color: #bfbfbf;
  font-family: "Anton", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1px;
}
.news__list .news__text {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.5;
  width: calc(100% - 100px);
  margin-top: 9px;
  margin-bottom: -0.25em;
}
@media screen and (max-width: 425px) {
  .news__list .news__text {
    width: calc(100% - 27.5px);
  }
}

.contact {
  position: relative;
  padding-top: 142px;
  background-color: #000;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .contact {
    padding-top: 118px;
  }
}
.contact::after {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  width: 100%;
  height: 615px;
  background-image: url(../img/contact-bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 425px) {
  .contact::after {
    top: -40%;
    background-image: url(../img/contact-bg_sp.webp);
  }
}

.contact__inner {
  width: min(1024px, 90%);
  margin-inline: auto;
  margin-top: 40px;
}

.contact__detail {
  position: relative;
  z-index: 1;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 425px) {
  .contact__detail {
    font-size: 1.4rem;
  }
}

.contact__link {
  position: relative;
  z-index: 1;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  max-width: 400px;
  display: flex;
  justify-content: right;
  align-items: center;
  margin-left: auto;
  margin-top: 40px;
}
@media screen and (max-width: 425px) {
  .contact__link {
    font-size: 1.4rem;
  }
}
.contact__link .contact__text {
  display: inline-block;
  position: relative;
}
.contact__link .contact__text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #FFF;
  scale: 0;
  transform-origin: left center;
  transition: scale 0.2s ease;
}
.contact__link:hover .contact__text::after {
  scale: 1;
}
.contact__link:hover .contact__icon {
  opacity: 0.5;
}
.contact__link .contact__icon {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-image: url(../img/news-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 28px;
}
@media screen and (max-width: 425px) {
  .contact__link .contact__icon {
    width: 27.5px;
    height: 27.5px;
    margin-left: 14px;
  }
}

.contact__slider {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-left: 87px;
  margin-top: 40px;
  overflow: hidden;
}
@media screen and (max-width: 425px) {
  .contact__slider {
    padding-left: 0;
  }
}
.contact__slider .contact__slider-text {
  color: #1c1b1b;
  font-family: "Anton", sans-serif;
  font-size: 11.6rem;
  line-height: 122px;
  letter-spacing: 5.8px;
  display: flex;
  flex-wrap: nowrap;
  width: 2200px;
  animation: animetext 20s linear infinite;
}
@keyframes animetext {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 425px) {
  .contact__slider .contact__slider-text {
    font-size: 5.8rem;
    line-height: 61px;
    letter-spacing: 2.9px;
  }
}

.footer {
  padding-top: 163px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 100px;
  }
}

.footer__inner {
  width: min(1024px, 90%);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
  }
}
.footer__inner .nav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 338px;
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .footer__inner .nav__list {
    flex-direction: column;
    width: 190px;
    height: 212px;
    margin-top: 63px;
    margin-right: 0;
  }
}
.footer__inner .nav__list .nav__name {
  color: #bf2420;
  font-family: "Anton", sans-serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 2px;
}
.footer__inner .nav__list .nav__name:hover {
  text-decoration: underline;
  text-decoration-color: #bf2420;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
@media screen and (max-width: 768px) {
  .footer__inner .nav__list .nav__name {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner .footer__logo {
    width: 120px;
    height: 120px;
  }
}

.footer__copyright {
  color: #FFF;
  font-family: "Anton", sans-serif;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 252px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: 115px;
  }
}

.news__archive {
  background-color: #FFF;
  padding-top: 57px;
  padding-bottom: 128px;
}

.news__post {
  background-color: #FFF;
  padding-top: 57px;
  padding-bottom: 128px;
}

.post__fv {
  position: relative;
  z-index: 1;
  top: -95px;
  width: 100%;
  margin-bottom: -95px;
}
.post__fv .fv__image {
  position: relative;
  width: 100%;
  height: 492px;
  overflow: hidden;
}
@media screen and (max-width: 425px) {
  .post__fv .fv__image {
    height: 350px;
  }
}
.post__fv .fv__image img, .post__fv .fv__image picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.child-title {
  margin-top: 165px;
}
.child-title .sec-ttl__en {
  color: #FFF;
  letter-spacing: normal;
  display: inline-block;
}
.child-title .sec-ttl__ja {
  color: #FFF;
  display: inline-block;
}

.child__inner {
  width: min(1024px, 90%);
  margin-inline: auto;
}

.post__wrapper {
  display: flex;
  justify-content: left;
  align-items: center;
}
.post__wrapper .post__date {
  color: #bfbfbf;
  font-family: "Anton", sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.post__wrapper .post__categories {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 1;
  padding: 5px;
  border: 1px solid #000;
  margin-left: 20px;
}

.post__title {
  font-size: clamp(2rem, 0.501rem + 3.33vw, 4.5rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  line-height: 1.5;
  text-align: left;
  margin-top: 30px;
}

.post__body {
  margin-top: 30px;
}
.post__body figure img {
  width: 600px;
  aspect-ratio: 3/2;
  object-fit: contain;
  margin-inline: auto;
}
.post__body p {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  margin-top: 30px;
}
@media screen and (max-width: 425px) {
  .post__body p {
    font-size: 1.4rem;
  }
}
.post__body h3 {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  line-height: 1.5;
  margin-top: 30px;
}
@media screen and (max-width: 425px) {
  .post__body h3 {
    font-size: 1.8rem;
  }
}

.form {
  background-color: #FFF;
  padding-top: 57px;
  padding-bottom: 128px;
}
.form .form__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form .form__heading {
    font-size: 1.4rem;
  }
}
.form .form__heading:nth-of-type(2) {
  margin-top: 32px;
}
.form .form__tel {
  text-align: center;
  margin-top: 32px;
}
.form .form__tel .form__tel-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url(../img/tel-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .form .form__tel .form__tel-icon {
    width: 30px;
    height: 30px;
  }
}
.form .form__tel .form__tel-number {
  font-family: "Anton", sans-serif;
  font-size: 6.6rem;
  line-height: 1;
  display: inline-block;
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .form .form__tel .form__tel-number {
    font-size: 3rem;
  }
}

.smf__inner {
  width: min(100%, 869px);
  margin-inline: auto;
  margin-top: 40px;
}

.smf-progress-tracker {
  height: 60px;
  margin-top: 70px;
  margin-bottom: unset;
}
.smf-progress-tracker .smf-progress-tracker__item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  border: #000 solid 2px;
}
.smf-progress-tracker .smf-progress-tracker__item::before, .smf-progress-tracker .smf-progress-tracker__item::after {
  display: none;
}
.smf-progress-tracker .smf-progress-tracker__item .smf-progress-tracker__item__number {
  display: none;
}
.smf-progress-tracker .smf-progress-tracker__item .smf-progress-tracker__item__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .smf-progress-tracker .smf-progress-tracker__item .smf-progress-tracker__item__text {
    font-size: 1.4rem;
  }
}

form[data-screen=input] .smf-progress-tracker__item--input,
form[data-screen=back] .smf-progress-tracker__item--input,
form[data-screen=confirm] .smf-progress-tracker__item--confirm,
form[data-screen=complete] .smf-progress-tracker__item--complete {
  background-color: #000;
}
form[data-screen=input] .smf-progress-tracker__item--input .smf-progress-tracker__item__text,
form[data-screen=back] .smf-progress-tracker__item--input .smf-progress-tracker__item__text,
form[data-screen=confirm] .smf-progress-tracker__item--confirm .smf-progress-tracker__item__text,
form[data-screen=complete] .smf-progress-tracker__item--complete .smf-progress-tracker__item__text {
  color: #FFF;
}

.smf-form {
  width: min(100%, 869px);
  margin-inline: auto;
  margin-top: 40px;
}

.smf-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .smf-placeholder {
    font-size: 1.4rem;
  }
}

.smf-checkboxes-control {
  display: flex;
  justify-content: left;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .smf-checkboxes-control {
    flex-direction: column;
  }
}
.smf-checkboxes-control .smf-control-fieldset {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  width: 100%;
  height: 70px;
  margin-top: 20px !important;
  padding: unset !important;
}
@media screen and (max-width: 768px) {
  .smf-checkboxes-control .smf-control-fieldset {
    font-size: 1.4rem;
  }
}
.smf-checkboxes-control .smf-control-fieldset .smf-control-legend {
  position: relative;
  width: 268px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .smf-checkboxes-control .smf-control-fieldset .smf-control-legend {
    width: 50%;
    margin-right: auto;
  }
}
.smf-checkboxes-control .smf-control-fieldset .smf-control-legend::after {
  content: "必須";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 24px;
  display: inline-block;
  width: 46px;
  height: 24px;
  text-align: center;
  background-color: #bf2420;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .smf-checkboxes-control .smf-control-fieldset .smf-control-legend::after {
    margin-right: 0;
  }
}
.smf-checkboxes-control .smf-control-fieldset .smf-checkboxes-control__control {
  width: calc(100% - 268px);
}
@media screen and (max-width: 768px) {
  .smf-checkboxes-control .smf-control-fieldset .smf-checkboxes-control__control {
    width: 100%;
  }
}
.smf-checkboxes-control .smf-control-fieldset .smf-checkboxes-control__control .smf-label {
  margin-left: 27px;
}
@media screen and (max-width: 768px) {
  .smf-checkboxes-control .smf-control-fieldset .smf-checkboxes-control__control .smf-label {
    margin-bottom: 30px;
  }
}
.smf-checkboxes-control .smf-control-fieldset .smf-checkboxes-control__control .smf-label .smf-checkbox-control {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: unset;
}
.smf-checkboxes-control .smf-control-fieldset .smf-checkboxes-control__control .smf-label .smf-checkbox-control input[type=checkbox] {
  margin-top: unset;
}
.smf-checkboxes-control .smf-control-fieldset .smf-checkboxes-control__control .smf-label .smf-checkbox-control .smf-checkbox-control__label {
  margin-left: 10px;
}

.smf-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  margin-top: 20px !important;
  padding: unset !important;
}
@media screen and (max-width: 768px) {
  .smf-item {
    font-size: 1.4rem;
    height: auto;
    flex-direction: column;
  }
}
.smf-item:last-of-type {
  height: 337px;
}
@media screen and (max-width: 768px) {
  .smf-item:last-of-type {
    height: auto;
  }
}
.smf-item .smf-item__col--label {
  flex: unset;
  max-width: unset;
  padding-bottom: unset;
  padding-right: unset;
}
@media screen and (max-width: 768px) {
  .smf-item .smf-item__col--label {
    width: 50%;
    margin-right: auto;
  }
}
.smf-item .smf-item__label {
  position: relative;
  width: 268px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .smf-item .smf-item__label {
    max-width: unset;
    width: 100%;
  }
}
.smf-item .smf-item__label::after {
  content: "必須";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 24px;
  display: inline-block;
  width: 46px;
  height: 24px;
  text-align: center;
  background-color: #bf2420;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .smf-item .smf-item__label::after {
    margin-right: 0;
  }
}
.smf-item .smf-item__col--controls {
  width: calc(100% - 268px);
}
@media screen and (max-width: 768px) {
  .smf-item .smf-item__col--controls {
    max-width: unset;
    width: 100%;
  }
}
.smf-item .smf-item__col--controls input {
  line-height: 1.5;
  width: 100%;
  height: 70px;
  padding: 20px;
  background-color: #efefef;
}
.smf-item .smf-item__col--controls input::placeholder {
  color: #000;
  opacity: 0.3;
}
.smf-item .smf-item__col--controls textarea {
  line-height: 1.5;
  height: 337px;
  padding: 20px;
  background-color: #efefef;
}

.smf-action .smf-button-control__control {
  position: relative;
  color: #FFF;
  font-size: 1.6rem;
  width: min(413px, 75%);
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #000;
  background-image: unset;
  border: #000 solid 2px;
  margin-inline: auto;
  margin-top: 57px;
  cursor: pointer;
}
.smf-action .smf-button-control__control:hover {
  color: #000;
  background-color: #FFF;
  transition: 0.2s ease;
}
.smf-action .smf-button-control__control::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  z-index: 0;
  display: block;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-image: url(../img/news-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.smf-action .smf-button-control {
  margin-inline: auto;
}

.smf-complete-content {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .smf-complete-content {
    font-size: 1.4rem;
  }
}

.smf-error-messages {
  margin: 20px 0;
}

/*# sourceMappingURL=style.css.map */
