@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/*ブレイクポイント*/
/* フォント*/
/* カラー */
html {
  font-size: 0.5208333333vw !important;
}
@media (min-width: 1920px) {
  html {
    font-size: 62.5% !important;
  }
}
@media screen and (max-width: 959px) {
  html {
    font-size: 1.3333333333vw !important;
  }
}

body {
  font-size: 1.6rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  min-width: 1200px;
  letter-spacing: normal;
}
@media screen and (max-width: 959px) {
  body {
    min-width: auto;
    font-size: 2.8rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.spartan {
  font-family: "Spartan", sans-serif;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.text-center {
  text-align: center;
}
.wp-caption {
  margin: auto;
}

@media screen and (max-width: 959px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
.marker {
  background: linear-gradient(transparent 50%, #efb8bb 50%);
}

.header {
  background: #fff;
  z-index: 9999;
  position: sticky;
  top: 0;
  /***/
}
@media screen and (max-width: 959px) {
  .header {
    background-color: transparent;
    position: fixed;
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .header__left {
    position: relative;
    z-index: 9999;
  }
}
.header__left-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .header__nav {
    position: relative;
    z-index: 9999;
  }
}
.header__inner {
  max-width: 1920px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .header__inner {
    padding: 2rem;
  }
}
.header__logo {
  max-width: 250px;
  padding: 0 2rem;
}
@media screen and (max-width: 959px) {
  .header__logo {
    padding: 0;
  }
}
.header__logo img {
  width: 19.9rem;
}
@media screen and (max-width: 959px) {
  .header__logo img {
    width: 9rem;
  }
}
.header__no1 {
  width: 16rem;
}
.header__no1 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 959px) {
  .header__no1 {
    margin: 0 0 0 2rem;
  }
}
@media screen and (max-width: 959px) {
  .header__right {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.header__right-inner {
  display: flex;
}
.header__right-link {
  position: relative;
  width: 18rem;
  background: #c80a14;
  padding: 1.4rem 2rem;
  color: #fff;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: keep-all;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 959px) {
  .header__right-link {
    width: 100%;
    height: 100% !important;
    background: #c80a14;
    padding: 2rem 1rem;
    height: auto;
    display: flex;
    align-items: center;
    word-break: break-all;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-align: center;
  }
}
.header__right-link__img {
  width: 3rem;
  height: 3rem;
  margin-right: 0.8rem;
}
@media screen and (max-width: 959px) {
  .header__right-link__img {
    margin-right: 1.5rem;
  }
}
.header__right-link__pop {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 70%);
  width: 100%;
}
@media screen and (max-width: 959px) {
  .header__right-link__pop {
    bottom: auto;
    top: 0;
    transform: translate(-50%, -70%);
    width: 80%;
  }
}
.header__right-link__pop.-catalog {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 85%);
  width: 100%;
}
@media screen and (max-width: 959px) {
  .header__right-link__pop.-catalog {
    bottom: auto;
    top: 0;
    transform: translate(-50%, -85%);
    width: 80%;
  }
}
.header__right-link--white {
  color: #c80a14;
  background-color: #fff;
  border: 0.5rem solid #c80a14;
  border-top: none;
}
.header__right-button {
  padding: 0 0.3rem;
}
.header__right-button--arrow {
  flex: 0 0 calc(12% + 1.6rem) !important;
  padding-right: 0;
}
.header__right-button--arrow .header__right-link {
  background: #fff;
  height: 100%;
  margin-left: -0.8rem;
  position: relative;
}
.header__right-button--arrow .header__right-link:after {
  content: "";
  border: solid 2px #fff;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  transform: rotate(45deg) translateY(-96%);
  position: absolute;
  top: 50%;
  right: 4rem;
  border-left: 0;
  border-bottom: 0;
  border: solid 2px #c80a14;
  width: 2.8rem;
  height: 2.8rem;
  display: inline-block;
  transform: rotate(-45deg) translate(-25%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  border-left: 0;
  border-bottom: 0;
  z-index: 1;
  display: block;
}
@media screen and (max-width: 959px) {
  .header__right-button {
    padding: 0 0.3rem 0 0;
    flex: 0 0 44%;
  }
}

.header__right-hamburger {
  padding: 0 1rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .header__right-hamburger {
    display: none;
  }
}
.header__hamburger {
  width: 7rem;
  height: 6rem;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 959px) {
  .header__hamburger {
    width: 7rem;
    height: 7rem;
  }
}
.header__hamburger-icon {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 959px) {
  .header__hamburger-icon {
    background: #c80a14;
  }
}
.header__hamburger-icon span {
  content: "";
  width: 70%;
  height: 0.3rem;
  display: block;
  background: #c80a14;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .header__hamburger-icon span {
    height: 0.5rem;
    background: #fff;
  }
}
.header__hamburger-icon span:nth-child(1) {
  transform: translate(0, calc(-50% - 1rem));
}
.header__hamburger-icon span:nth-child(2) {
  transform: translate(0, -50%);
}
.header__hamburger-icon span:nth-child(3) {
  transform: translate(0, calc(-50% + 1rem));
}
@media screen and (max-width: 959px) {
  .header__hamburger-icon span:nth-child(1) {
    transform: translate(0, calc(-50% - 1.4rem));
  }
  .header__hamburger-icon span:nth-child(2) {
    transform: translate(0, -50%);
  }
  .header__hamburger-icon span:nth-child(3) {
    transform: translate(0, calc(-50% + 1.4rem));
  }
}
.header__hamburger-icon.is-active span:nth-child(1) {
  top: calc(50% - 0.1rem);
  transform: rotate(45deg);
}
.header__hamburger-icon.is-active span:nth-child(2) {
  opacity: 0;
}
.header__hamburger-icon.is-active span:nth-child(3) {
  top: calc(50% - 0.1rem);
  transform: rotate(-45deg);
}

/* .header__hamburger {
  width: 7rem;
  height: 7rem;
  background: #fff;
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 959px) {
  .header__hamburger {
    background: #c80a14;
  }
}
.header__hamburger-icon {
  border-bottom: 0.4rem solid #c80a14;
  margin: 1.8rem 1.5rem;
}
.header__hamburger-icon:before {
  content: "";
  border-bottom: 0.4rem solid #c80a14;
  margin-bottom: .8rem;
  display: block;
}
.header__hamburger-icon:after {
  content: "";
  border-top: 0.4rem solid #c80a14;
  padding-top: 0.6rem;
  display: block;
}
@media screen and (max-width: 959px) {
  .header__hamburger-icon {
    border-bottom: 0.5rem solid #fff;
    margin: 1.8rem 1.5rem;
  }
  .header__hamburger-icon:before {
    border-bottom: 0.5rem solid #fff;
    margin-bottom: 1rem;
  }
  .header__hamburger-icon:after {
    border-top: 0.5rem solid #fff;
    padding-top: 0.8rem;
  }
}
.header__hamburger-icon.is-active {
  transform: rotate(45deg) translate(0px, -1.4rem);
}
.header__hamburger-icon.is-active:before {
  transform: rotate(-90deg) translate(-2.8rem, 0rem);
}
.header__hamburger-icon.is-active:after {
  opacity: 0;
} */
.header__nav {
  position: relative;
  flex: 1;
  padding: 0 4rem;
}
@media screen and (max-width: 959px) {
  .header__nav {
    display: flex;
    flex-direction: row-reverse;
  }
}
.header__nav-inner {
  margin: auto;
}
@media screen and (max-width: 959px) {
  .header__nav-inner {
    display: none;
  }
}
.header__nav-list {
  font-weight: bold;
  padding: 0 1rem;
}
.header__nav-lists {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .header__nav-lists {
    display: block;
  }
}
.header__menu {
  display: none;
  width: 55rem;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 1px solid #b5b5b5;
  overflow-y: scroll;
  background: #fff;
  z-index: 999;
}
@media screen and (max-width: 959px) {
  .header__menu {
    width: 100%;
  }
}
.header_menu-bg {
  content: "";
  width: 100vw;
  height: 120vh;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.header__menu-inner {
  background: #fff;
  border-top: solid 1px #b5b5b5;
  padding: 8rem 0 2rem;
}
@media screen and (max-width: 959px) {
  .header__menu-inner {
    padding: 12rem 0 2rem;
  }
}
.header__menu-links--flex {
  display: flex;
  flex-wrap: wrap;
}
.header__menu-links--flex .header__menu-link {
  flex: 0 0 100%;
}
.header__menu-links--flex .header__menu-link span {
  font-size: 82%;
  margin-left: 2rem;
}
@media screen and (max-width: 959px) {
  .header__menu-links--flex .header__menu-link span {
    font-size: 2.3rem;
  }
}
.header__menu-links--flex .header__menu-link--50 {
  flex: 0 0 50%;
  text-align: center;
}
.header__menu-links--flex .header__menu-link--50:last-child {
  border-bottom: 1px solid #b5b5b5;
}
.header__menu-links--flex
  .header__menu-link.header__menu-link--50:nth-child(odd) {
  border-right: 1px solid #b5b5b5;
}
.header__menu-bottom {
  text-align: center;
  font-weight: bold;
  margin: 6rem auto;
  padding-bottom: env(safe-area-inset-bottom);
}
.header__menu-bottom-link {
  padding: 0 3rem;
}
.header__menu-link {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 2.4rem 6rem 2.5rem;
  border-bottom: 1px solid #b5b5b5;
  display: block;
}
@media screen and (max-width: 959px) {
  .header__menu-link {
    font-size: 2.8rem;
    padding: 2.3rem 5rem 2.8rem;
  }
}
.header__menu-link:last-child {
  border-bottom: 0;
}
.header__menu-label {
  font-weight: bold;
  color: #c80a14;
  padding: 3.3rem 0 3.8rem;
  text-align: center;
  letter-spacing: 0.24em;
  background-color: #f1f1f1;
}
.footer {
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  .footer {
    padding-bottom: 8rem;
  }
}
.footer-sns__inner {
  padding: 4rem 0;
}
@media screen and (max-width: 959px) {
  .footer-sns__inner {
    padding: 0 2rem;
  }
}
.footer-sns__items {
  display: flex;
}
@media screen and (max-width: 959px) {
  .footer-sns__items {
    display: block;
  }
}
.footer-sns__item {
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .footer-sns__item {
    max-width: 100%;
  }
}
.footer-sns__item:nth-child(2) a {
  border: solid 2px #f6f4f0;
  border-top: 0;
  border-bottom: 0;
}
@media screen and (max-width: 959px) {
  .footer-sns__item:nth-child(2) a {
    border-top: solid 1px #f6f4f0;
    border-bottom: solid 1px #f6f4f0;
    border-left: 0;
    border-right: 0;
  }
}
.footer-sns__item:nth-child(3) a {
  border: solid 2px #f6f4f0;
  border-top: 0;
  border-bottom: 0;
}
@media screen and (max-width: 959px) {
  .footer-sns__item:nth-child(3) a {
    border-top: solid 1px #f6f4f0;
    border-bottom: solid 1px #f6f4f0;
    border-left: 0;
    border-right: 0;
  }
}
.footer-sns__item a,
.footer-sns__item p {
  display: flex;
  flex-wrap: wrap;
  font-family: "Spartan";
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 4rem 0;
  position: relative;
}
@media screen and (max-width: 959px) {
  .footer-sns__item a,
  .footer-sns__item p {
    font-size: 2.4rem;
    padding: 7rem 0;
  }
}
.footer-sns__item a span {
  position: absolute;
  top: 0;
  flex: 0 0 100%;
  margin-bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
@media screen and (max-width: 959px) {
  .footer-sns__item a span {
    top: 2.5rem;
    transform: translateX(-50%);
  }
}

.footer-sns__item p {
  cursor: pointer;
}

.footer-sns__item img {
  display: inline-block;
  width: 7.5rem;
  padding-right: 2rem;
}

.footer {
  background: #c80a14;
  color: #fff;
}
.footer__logo {
  flex: 0 0 12%;
}
@media screen and (max-width: 959px) {
  .footer__logo {
    flex: 0 0 100%;
    border-bottom: 2px solid;
    margin: 0 3rem 6rem;
  }
}
@media screen and (max-width: 959px) {
  .footer__logo img {
    margin: 10rem auto 6rem;
    max-width: 17rem;
  }
}
.footer__copyright {
  text-align: right;
  padding-right: 20rem;
  padding-bottom: 1rem;
  font-size: 1.1rem;
  font-family: "Spartan";
  font-weight: 100;
}
@media screen and (max-width: 959px) {
  .footer__copyright {
    font-size: 1.5rem;
    text-align: center;
    padding: 0 0 4rem;
  }
}
.footer__inner {
  padding: 6rem 6rem 0 6rem;
}
@media screen and (max-width: 959px) {
  .footer__inner {
    padding: 0;
    padding-top: 10rem;
  }
}

.footer__banner {
  padding: 8rem 0;
  width: 100%;
  overflow: hidden;
}
.footer__banner-link img {
  width: 100vw;
}
.footer__box {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 959px) {
  .footer__box {
    flex-direction: column-reverse;
  }
}
.footer__left {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .footer__left {
    display: block;
  }
}
.footer__info {
  padding: 0 6rem;
}
.footer__info-address {
  margin-bottom: 1rem;
}
@media screen and (max-width: 959px) {
  .footer__info-address {
    font-size: 3.2rem;
    line-height: 4.7rem;
  }
}
.footer__info-top {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #fff;
}
@media screen and (min-width: 961px) {
  .footer__info-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 959px) {
  .footer__info-top {
    border: 0;
    margin-bottom: 4.2rem;
  }
}
.footer-jpx {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 959px) {
  .footer-jpx {
    margin-top: 20px;
  }
}
.footer-jpx__logo {
  width: 64px;
}
.footer-jpx__text {
  font-size: 12px;
  margin-left: 10px;
  line-height: 1.5;
}
.footer__right {
  flex: 0 0 50%;
}
.footer__items {
  display: flex;
  flex-wrap: wrap;
  width: 84.5rem;
}
@media screen and (max-width: 959px) {
  .footer__items {
    display: block;
    width: 100%;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.footer__menu {
  padding: 0 3rem;
  margin-bottom: 2rem;
  font-size: 1.7rem;
}
.footer__menu-link {
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .footer__menu {
    font-size: 3rem;
    padding: 0;
    margin-bottom: 2.5rem;
  }
}
.footer__lists {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .footer__lists {
    display: block;
  }
}
.footer__list {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 959px) {
  .footer__list {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-bottom: 0.5rem;
  }
}
.footer__list:nth-child(even):before {
  content: "/";
  padding: 0.5rem;
}
@media screen and (max-width: 959px) {
  .footer__list:nth-child(even):before {
    display: none;
  }
}

.footer-sns__item.is-active .footer_sns_item-youtube {
  background: #fafafa;
}

.footer_sns_arrow {
  content: "";
  margin-left: 1rem;
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  border-width: 0.7rem 0.5rem 0 0.5rem;
  border-color: #5e5e5e transparent transparent transparent;
  transition: transform ease 0.3s;
}
@media screen and (max-width: 959px) {
  .footer_sns_arrow {
    border-width: 1rem 0.8rem 0 0.8rem;
  }
}

.footer_sns_arrow.is-active {
  transform: rotate(-90deg);
}

.footer_sns_select {
  width: 100%;
  padding: 8rem 1rem 1rem 7.5rem;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 90%;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease; /* フェードと移動のアニメーション */
  pointer-events: none; /* 非表示時にクリックを無効化 */

  @media screen and (max-width: 959px) {
    padding: 14rem 2rem 2rem 14rem;
    background: rgba(255, 255, 255, 1);
  }
}
.footer_sns_select.is-active {
  opacity: 1;
  pointer-events: auto; /* 表示時にクリックを有効化 */
}

.footer_sns_select-link {
  letter-spacing: 0.14em;
  transition: 0.3s;
}

.footer_sns_select-link:hover {
  background: #f0f0f0;
}

.hero {
  width: 100%;
  height: 98rem;
  overflow: hidden;
  position: relative;
}
.hero__figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
@media screen and (max-width: 959px) {
  .hero__figure {
    width: 100%;
  }
}
.hero__figure img {
  max-width: 85rem;
  padding: 0 3rem;
}
@media screen and (max-width: 959px) {
  .hero__figure img {
    max-width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 959px) {
  .hero .swiper-wrapper img {
    width: 100%;
  }
}

.mv-banner {
  width: 12.447vw;
  position: absolute;
  top: 10%;
  right: 10%;
  z-index: 10;
}

.mv-banner img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 959px) {
  .mv-banner {
    width: 24vw;
    top: unset;
    bottom: 10%;
    left: 5%;
    right: unset;
  }
}

.section {
  padding: 12rem 0 14rem;
}
@media screen and (max-width: 959px) {
  .section {
    padding: 10rem 0;
    overflow: hidden;
  }
}
.section__inner {
  max-width: 115.4rem;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .section__inner {
    max-width: 100%;
  }
}

.common-button {
  position: relative;
  background-color: #c80a14;
  color: #fff;
  display: block;
  width: 40rem;
  text-align: center;
  padding: 3.2rem;
  position: relative;
  font-size: 1.8rem;
  margin: auto;
  font-weight: bold;
}
.common-button:after {
  content: "";
  border: solid 2px #fff;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  transform: rotate(45deg) translateY(-96%);
  position: absolute;
  top: 50%;
  right: 4rem;
  border-left: 0;
  border-bottom: 0;
}
@media screen and (max-width: 959px) {
  .common-button {
    font-size: 3rem;
    line-height: 1.6rem;
    width: 60rem;
    padding: 5rem;
    height: 12rem;
  }
}

.section-title {
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  margin-bottom: 8rem;
  text-align: center;
  font-weight: bold;
  font-family: "Spartan", sans-serif;
}
.section-title span {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.section-title span:before {
  content: "/";
  padding: 0 1rem;
}
.section-title .section-subtitle {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
@media screen and (max-width: 959px) {
  .section-title {
    font-size: 4.6rem;
    margin-bottom: 10rem;
  }
  .section-title span {
    font-size: 2.6rem;
  }
}
.section-title--page {
  text-align: left;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 959px) {
  .section-title--page {
    margin-bottom: 1rem;
  }
}
.section-title--center {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .section-title--center {
    text-align: left;
  }
}

.article-label {
  background-color: #c80a14;
  padding: 0.25rem 1rem;
  display: inline-block;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (max-width: 959px) {
  .article-label {
    font-size: 2rem;
    padding-bottom: 0.5rem;
  }
}
.article-label--disable {
  background: #aaaaaa;
}

.article-content {
  display: flex;
  max-width: 128.5rem;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .article-content {
    display: block;
  }
}

.article-body {
  border-top: solid 1px #ddd;
  padding-top: 1.8rem;
  flex: 0 0 75.1%;
  max-width: 75.1%;
}
@media screen and (max-width: 959px) {
  .article-body {
    max-width: 100%;
    padding-top: 2rem;
    border-top-style: dotted;
  }
}

.article-side {
  padding-left: 5rem;
  flex: 0 0 24.9%;
  max-width: 24.9%;
}
@media screen and (max-width: 959px) {
  .article-side {
    max-width: 100%;
  }
}

.article-date {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Spartan", sans-serif;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 959px) {
  .article-date {
    font-size: 3rem;
  }
}

.article-button {
  background: #c80a14;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 3.6rem;
  font-size: 1.5rem;
  min-width: 22rem;
  text-align: center;
  color: #fff;
  display: table;
  margin: auto;
  padding: 1rem 2rem;
  border-radius: 5px;
}
@media screen and (max-width: 959px) {
  .article-button {
    font-size: 2.78rem;
    min-width: 40rem;
    padding: 3rem;
  }
}

.section--news {
  background: #fafafa;
}

/* extra */
.extra {
  background-color: #fafafa;
  padding: 4rem 2rem;
  margin: 0 auto 4rem;
  text-align: center;
}
.extra__title {
  font-size: 2.4rem;
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 2rem;
}
.extra__body {
  display: flex;
  justify-content: center;
}
.extra__text p {
  line-height: 1.7;
  text-align: left;
}
.extra__text-bold {
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .extra__title {
    font-size: 3rem;
  }
  .extra__text p {
    padding: 0 0.5rem;
    font-size: 2.5rem;
    text-align: justify;
  }
}
.extra__contact {
  margin: 0;
}
.extra__contact ul {
  padding: 1rem;
  margin: 0;
}
.extra__contact li {
  list-style: none;
}

.about {
  padding: 0 2rem;
}
.about__head {
  display: flex;
  margin-bottom: 6rem;
}
.about__head img {
  max-width: 15.1rem;
}
@media screen and (max-width: 959px) {
  .about__head img {
    margin: auto;
  }
}
@media screen and (max-width: 959px) {
  .about__head {
    display: block;
  }
}
.about__title {
  font-size: 3.8rem;
  letter-spacing: 0.06em;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .about__title {
    padding: 0 3rem;
    line-height: 7rem;
  }
}
.about__title span {
  font-size: 4.8rem;
}
@media screen and (max-width: 959px) {
  .about__item-title-wrap {
    flex: 0 0 40%;
  }
}
@media screen and (max-width: 959px) {
  .about__logo {
    margin-bottom: 4.5rem;
  }
}
.about__items {
  display: flex;
  margin: 0 -2.5rem 4.5rem;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .about__items {
    display: block;
    flex: 0 0 86%;
    margin: 0 0;
  }
}
.about__item {
  padding: 0 2.5rem;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
@media screen and (max-width: 959px) {
  .about__item {
    max-width: 100%;
    padding: 0 0 0 2.5rem;
  }
  .about__item + .about__item {
    margin-top: 2rem;
  }
}
.about__item-title {
  text-align: center;
  margin-bottom: 3rem;
  font-weight: bold;
  font-size: 3.4rem;
}
@media screen and (max-width: 959px) {
  .about__item-title {
    margin-bottom: 1.5rem;
    font-weight: bold;
  }
}
.about__item-icon {
  margin-bottom: 5rem;
}
@media screen and (max-width: 959px) {
  .about__item-icon {
    margin-bottom: 0;
  }
}
.about__item-icon img {
  margin: auto;
  height: 3.8rem;
}
@media screen and (max-width: 959px) {
  .about__item-icon img {
    height: 3.5rem;
  }
}
.about__item-text {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .about__item-text {
    font-size: 2.8rem;
    line-height: 4.3rem;
    text-align: center;
    padding-left: 2rem;
  }
}
.about__item-inner {
  background: #fafafa;
  padding: 6rem 3rem 3rem;
}
@media screen and (max-width: 959px) {
  .about__item-inner {
    display: flex;
    align-items: center;
    padding: 3.5rem 5rem 3.5rem 0;
  }
}
@media screen and (max-width: 959px) {
  .about__foot {
    max-width: 10rem;
    flex: 0 0 10%;
  }
}
.about__foot-title {
  background-color: #c80a14;
  color: #fff;
  text-align: center;
  padding: 3.6rem;
  font-size: 2.8rem;
  position: relative;
  font-weight: bold;
  transition: all 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  opacity: 0;
  transform: translateY(-4rem);
}
@media screen and (max-width: 959px) {
  .about__foot-title {
    line-height: 3.2rem;
    font-size: 3rem;
    height: 100%;
  }
}
.about__foot-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transform: translate(-50%, -20px);
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 25px solid #c80a14;
}
@media screen and (max-width: 959px) {
  .about__foot-title:before {
    left: auto;
    top: 50%;
    right: 0;
    transform: translate(13px, 0px);
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 10px solid #c80a14;
  }
}
.about__logo {
  padding: 0 8rem 0 11rem;
}
@media screen and (max-width: 959px) {
  .about__body {
    display: flex;
    flex-direction: row-reverse;
  }
}

.news__lists {
  margin-bottom: 5rem;
}
@media screen and (max-width: 959px) {
  .news__lists {
    margin-bottom: 10rem;
  }
}
.news__list {
  display: flex;
  padding: 0 4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 959px) {
  .news__list {
    display: block;
    margin-bottom: 3rem;
  }
}
.news__button {
  text-align: center;
  margin-bottom: 8rem;
}
.news__link {
  font-size: 1.4rem;
  width: 19.5rem;
  padding: 1rem 0;
  border: solid 1px #000;
  text-align: center;
  display: inline-block;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .news__link {
    width: 30rem;
    padding: 2rem;
    font-size: 12rem;
    font-size: 2.8rem;
  }
}
.news__list-date {
  padding-right: 6rem;
}
@media screen and (max-width: 959px) {
  .news__list-date {
    margin-bottom: 2rem;
  }
}
.news__list-title {
  font-size: 1.6rem;
}
@media screen and (max-width: 959px) {
  .news__list-title {
    font-size: 3.2rem;
  }
}
.news__banners {
  display: flex;
  margin: 0 -0.75rem;
}
@media screen and (max-width: 959px) {
  .news__banners {
    display: block;
    margin: 0;
  }
}
.news__banner {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 0.75rem;
}
@media screen and (max-width: 959px) {
  .news__banner {
    max-width: 100%;
    padding: 0 1rem;
  }
  .news__banner + .news__banner {
    margin-top: 3.5rem;
  }
}

.section--event .section__inner {
  max-width: 150rem;
}

.event__lists {
  display: flex;
  margin: 0 -1.25rem 16rem;
}
.event__list {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 1.25rem;
}
@media screen and (max-width: 959px) {
  .event__list {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 5rem;
  }
}
.event__list-figure img {
  width: 100%;
  /* height: 44.4rem; */
  height: 36.4rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.event__list-button {
  border: solid 1px;
  text-align: center;
  font-weight: bold;
  padding: 1rem;
  display: block;
}
@media screen and (max-width: 959px) {
  .event__list-figure img {
    width: 100%;
    height: 51rem;
  }
  .event__list-button {
    padding: 1.5rem;
    margin: 5rem 10rem;
  }
}
.event__list-inner {
  background: #fafafa;
  padding: 1rem 0 3rem;
}
.event__list-location {
  font-weight: bold;
  margin-bottom: 2rem;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 959px) {
  .event__list-location {
    margin-bottom: 3rem;
  }
}
.event__list-date {
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: baseline;
}
.event__list-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 4.5rem 1.2rem;
  min-height: 5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .event__list-title {
    min-height: 9rem;
    font-size: 3.6rem;
    line-height: 1.2;
    margin: 2rem 2rem;
  }
}
.event__list-body {
  padding: 2.5rem 4rem 0;
  display: block;
}
@media screen and (max-width: 959px) {
  .event__list-body {
    font-size: 2.8rem;
  }
}
.event__list-body i {
  margin-right: 1.2rem;
}
.event__list-text {
  line-height: 3rem;
  margin-bottom: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .event__list-text {
    display: none;
  }
}

.section--modelhouse {
  position: relative;
  overflow: visible;
}
.section--modelhouse .section__inner {
  max-width: 100%;
}
.section--modelhouse:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 81%;
  background-color: #fafafa;
}
@media screen and (max-width: 959px) {
  .section--modelhouse {
    padding: 14rem 0 0;
  }
  .section--modelhouse:before {
    top: 0;
    bottom: auto;
    height: 100%;
  }
}

.modelhouse {
  position: relative;
  z-index: 1;
}
.modelhouse__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .modelhouse__item {
    display: block;
  }
}
.modelhouse__item + .modelhouse__item {
  margin-top: 16rem;
}
.modelhouse__item:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.modelhouse__item:nth-child(even) .modelhouse__item-title {
  text-align: right;
}
.modelhouse__item:nth-child(even) .modelhouse__item-title:after {
  left: 0;
  transform: translateY(50%);
  width: 67%;
}
@media screen and (max-width: 959px) {
  .modelhouse__item:nth-child(even) .modelhouse__item-title:after {
    margin-left: -25rem;
  }
}
@media screen and (max-width: 959px) {
  .modelhouse__item:nth-child(even) .modelhouse__item-title {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.modelhouse__item:nth-child(even) .modelhouse__item-subtitle {
  display: block;
  text-align: right;
}
@media screen and (max-width: 959px) {
  .modelhouse__item:nth-child(even) .modelhouse__item-subtitle {
    text-align: left;
    padding-right: 4rem;
    margin-bottom: 9rem;
  }
}
.modelhouse__item:nth-child(even) .modelhouse__item-body {
  padding-left: 0;
  padding-right: 10rem;
}
@media screen and (max-width: 959px) {
  .modelhouse__item:nth-child(even) .modelhouse__item-body {
    padding-right: 0;
  }
}
.modelhouse__item:nth-child(even) .modelhouse__item-figure {
  flex: 0 0 49%;
  max-width: 51%;
}
@media screen and (max-width: 959px) {
  .modelhouse__item:nth-child(even) .modelhouse__item-figure {
    max-width: 100%;
    padding: 0 1.5rem;
    margin-bottom: 5rem;
    height: auto;
  }
}
.modelhouse__item:nth-child(even) .modelhouse__item-body {
  flex: 0 0 51%;
  max-width: 51%;
}
@media screen and (max-width: 959px) {
  .modelhouse__item:nth-child(even) .modelhouse__item-body {
    max-width: 100%;
  }
}
.modelhouse__item-body {
  position: relative;
  flex: 0 0 44%;
  padding-left: 10rem;
}
@media screen and (max-width: 959px) {
  .modelhouse__item-body {
    padding-left: 0;
  }
}
.modelhouse__item-figure {
  flex: 0 0 56%;
  transition: all 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  opacity: 0;
  transform: translateY(-4rem);
  overflow: hidden;
  height: 58rem;
}
.modelhouse__item-figure .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.modelhouse__item-figure .swiper-slide-next,
.modelhouse__item-figure .swiper-slide-prev {
  opacity: 0.5;
}
@media screen and (max-width: 959px) {
  .modelhouse__item-figure {
    margin-bottom: 12rem;
  }
}
.modelhouse__item-title {
  font-size: 3.8rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-bottom: 2rem;
  padding-top: 1rem;
  font-weight: bold;
  font-family: "Spartan", sans-serif;
}
@media screen and (max-width: 959px) {
  .modelhouse__item-title {
    padding-left: 4rem;
    font-size: 5rem;
    letter-spacing: 0.08em;
    margin-bottom: 4.5rem;
    margin-top: 0;
  }
}
.modelhouse__item-title:after {
  z-index: 1;
  content: "";
  width: 100%;
  border-bottom: 2px solid #000;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: 100%;
  margin-left: -2.5rem;
}
@media screen and (max-width: 959px) {
  .modelhouse__item-title:after {
    top: 50%;
    margin-left: 16.5rem;
  }
}
.modelhouse__item-subtitle {
  font-size: 3.2rem;
  display: inline-block;
  margin-bottom: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .modelhouse__item-subtitle {
    padding-left: 4rem;
    font-size: 5rem;
    padding-right: 10rem;
    line-height: 5.8rem;
    letter-spacing: 0.08em;
  }
}
.modelhouse__item-subtitle span {
  font-size: 1.4rem;
  display: block;
  text-align: right;
}
@media screen and (max-width: 959px) {
  .modelhouse__item-subtitle span {
    font-size: 2.4rem;
    text-align: left;
  }
}
.modelhouse__item-text {
  max-width: 46rem;
  margin: 0 auto 8rem;
  line-height: 3rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 959px) {
  .modelhouse__item-text {
    padding-left: 4rem;
    padding-right: 4rem;
    max-width: 100%;
    font-size: 3.2rem;
    line-height: 4.5rem;
  }
}
.modelhouse__item-banner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -120%);
  width: 90%;
}
.modelhouse__info {
  z-index: 2;
  position: relative;
  display: flex;
  margin-left: 30rem;
  margin-top: 6rem;
}
@media screen and (max-width: 959px) {
  .modelhouse__info {
    margin: 0 2rem;
    margin-bottom: 9rem;
  }
}
.modelhouse__info-figures {
  display: flex;
  justify-content: space-between;
}
.modelhouse__info-figure + .modelhouse__info-figure {
  padding-left: 3rem;
}
.modelhouse__info-figure img {
  width: 25rem;
  transition: all 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  opacity: 0;
  transform: translateX(10rem);
}
.modelhouse__info-label {
  margin-right: 2rem;
  width: 6.5rem;
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 959px) {
  .modelhouse__info-label {
    margin-right: 2.5rem;
    width: 11.8rem;
  }
}
.modelhouse__info-item {
  display: flex;
  margin-bottom: 1.5rem;
}
.modelhouse__info-items {
  padding-right: 10rem;
}
@media screen and (max-width: 959px) {
  .modelhouse__info-items {
    padding-right: 0;
  }
}
.modelhouse__info-body span {
  font-size: 1.2rem;
  padding-left: 0.5rem;
}
@media screen and (max-width: 959px) {
  .modelhouse__info-body span {
    margin-top: 0.5rem;
    display: block;
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

.section--works .section__inner {
  max-width: 100%;
}

.works__lists {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8rem;
}
@media screen and (max-width: 959px) {
  .works__lists {
    display: block;
  }
}
.works__list-figure img {
  height: 55rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 959px) {
  .works__list-figure img {
    height: 83rem;
  }
}
.works__list {
  flex: 0 0 25%;
  padding: 0 0.3rem;
}
@media screen and (max-width: 959px) {
  .works__list:nth-child(n + 3) {
    display: none;
  }
}
.works__list-body {
  position: relative;
  padding: 2rem;
  display: block;
}
.works__list-body:after {
  content: "";
  border: solid 2px #fff;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  transform: rotate(45deg) translateY(-96%);
  position: absolute;
  top: 50%;
  right: 4rem;
  border-left: 0;
  border-bottom: 0;
  border-color: #000;
}
@media screen and (max-width: 959px) {
  .works__list-body:after {
    border-width: 1px;
    width: 2.2rem;
    height: 2.2rem;
  }
}
.works__list-title {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  min-height: 6rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .works__list-title {
    line-height: 4rem;
    word-break: break-all;
    font-size: 3rem;
  }
}
@media screen and (max-width: 959px) {
  .works__list-tags {
    margin: 0 2rem;
  }
}
.works__list-text {
  margin-top: 3rem;
}
@media screen and (max-width: 959px) {
  .works__list-text {
    font-size: 2.4rem;
  }
}

.works-article-tags {
  padding: 3rem 0 4.5rem;
  display: flex;
}
.works-article-tag + .works-article-tag {
  padding-left: 2rem;
}

.works-article-tag-all {
  color: #fff;
  background: #c80a14;
  border: solid 1px #c80a14;
  border-radius: 50px;
  font-size: 1.4rem;
  padding: 0.5rem 2.5rem;
  transition: 0.5s;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .works-article-tag-all {
    font-size: 2rem;
  }
}

.works-article-tag-link {
  color: #c80a14;
  border: solid 1px #c80a14;
  border-radius: 50px;
  font-size: 1.4rem;
  padding: 0.7rem 2.5rem;
  transition: 0.5s;
}
@media screen and (max-width: 959px) {
  .works-article-tag-link {
    font-size: 2rem;
  }
}
.works-article-tag-link:hover {
  color: #fff;
  background: #c80a14;
}

.section--housing {
  background: #fafafa;
}

.housing__content {
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
}
.housing__content-body {
  flex: 1;
}
@media screen and (max-width: 959px) {
  .housing__content-body {
    display: flex;
    flex-wrap: wrap;
  }
}
.housing__content-title {
  font-size: 3.2rem;
  line-height: 5.3rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .housing__content-title {
    flex: 0 0 100%;
    font-size: 5rem;
    line-height: 6.9rem;
    text-align: center;
    border: 0;
    margin-bottom: 6rem;
  }
}
.housing__content-lead {
  font-size: 2.6rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .housing__content-lead {
    width: 100%;
    font-size: 3.4rem;
  }
}
.housing__content-text {
  padding-right: 10rem;
  line-height: 2.9rem;
}
@media screen and (max-width: 959px) {
  .housing__content-text {
    padding: 0 2rem;
    line-height: 4.1rem;
    letter-spacing: 0.08em;
    padding-right: 1rem;
  }
}
.housing__content-figure {
  flex: 0 0 43.3%;
}
.housing__content-figure img {
  transition: all 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  opacity: 0;
  transform: translateX(10rem);
}
@media screen and (max-width: 959px) {
  .housing__content-figure {
    flex: 0 0 47%;
  }
  .housing__content-figure img {
    height: 48rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.housing__content-map {
  margin-bottom: 8rem;
}
@media screen and (max-width: 959px) {
  .housing__content-map {
    padding: 0 2rem;
  }
}
.housing__content-map iframe {
  border: 0;
  width: 100%;
  height: 52rem;
  margin: auto;
}

.feature__title {
  max-width: 580px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.4rem;
  margin-bottom: 10rem;
  font-weight: bold;
}
.feature__title-logo img {
  width: 13rem;
}
@media screen and (max-width: 959px) {
  .feature__title {
    font-size: 4.4rem;
    justify-content: center;
  }
}
.feature__title span {
  display: block;
  font-size: 1.8rem;
  text-align: center;
  margin-top: 2rem;
}
.feature__title-logo {
  padding-right: 3.5rem;
}
@media screen and (max-width: 959px) {
  .feature__title-logo img {
    width: 13.5rem;
  }
}
.feature__content {
  display: flex;
  margin-bottom: 2rem;
}
@media screen and (max-width: 959px) {
  .feature__content {
    display: block;
  }
}
.feature__content-body {
  padding-right: 4rem;
}
@media screen and (max-width: 959px) {
  .feature__content-body {
    padding: 0 5rem 5rem;
  }
}
.feature__content-title {
  font-size: 2.8rem;
  line-height: 3.9rem;
  margin: 3rem auto 4rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .feature__content-title {
    font-size: 4.4rem;
    line-height: 6rem;
    letter-spacing: 0.06em;
  }
}
.feature__content-text {
  line-height: 3.4rem;
  font-weight: bold;
}
.feature__content-text + .feature__content-text {
  margin-top: 4rem;
}
@media screen and (max-width: 959px) {
  .feature__content-text {
    line-height: 4.2rem;
    letter-spacing: 0.06em;
    font-size: 3.2rem;
  }
}
.feature__content-figure img {
  width: 76.4rem;
}
.feature__figure1 {
  margin-bottom: 9rem;
}
@media screen and (max-width: 959px) {
  .feature__figure1 {
    padding: 2rem;
  }
}
.feature__figure1 img {
  width: 103rem;
  margin: auto;
  transition: all 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  opacity: 0;
  transform: translateY(-7rem);
}
.feature__figure2 {
  display: flex;
  margin: auto;
  max-width: 86rem;
  margin-bottom: 14rem;
  line-height: 1.44;
}
@media screen and (max-width: 959px) {
  .feature__figure2 {
    line-height: 1.523;
    margin-bottom: 8.8rem;
  }
}
.feature__figure2-title {
  font-size: 5.5rem;
  font-weight: bold;
  line-height: 7.5rem;
}
@media screen and (max-width: 959px) {
  .feature__figure2-title {
    line-height: 6.6rem;
    font-size: 4.6rem;
  }
  .feature__figure2-title span {
    font-weight: 500;
  }
}
.feature__figure2-title > div {
  display: inline-block;
  background: #c80a14;
  color: #fff;
  padding: 0 1rem;
}
.feature__figure2-wrap {
  flex: 0 0 31%;
  max-width: 31%;
}
@media screen and (max-width: 959px) {
  .feature__figure2-wrap {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
.feature__figure2-wrap img {
  width: 24.5rem;
  margin-right: 3rem;
}
@media screen and (max-width: 959px) {
  .feature__figure2-wrap img {
    padding: 0 2rem 0 1rem;
  }
}
.feature__button img {
  width: 53.8rem;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .feature__button img {
    width: 64.5rem;
  }
}

.concept__items {
  margin-bottom: 8rem;
}
@media screen and (max-width: 959px) {
  .concept__items {
    display: flex;
    flex-direction: column;
  }
}
.concept__item {
  display: flex;
  position: relative;
  /* align-items: center; */
}
.concept__item {
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .concept__item {
    position: relative;
  }
}
@media screen and (max-width: 959px) {
  .concept__item:nth-child(2) {
    order: 2;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
  }
  .concept__item:nth-child(2) .concept__item-circle {
    position: absolute;
    bottom: 20%;
    right: 3rem;
  }
}
@media screen and (max-width: 959px) {
  .concept__item:nth-child(3) {
    order: 3;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    position: relative;
  }
  .concept__item:nth-child(3) .concept__item-circle {
    position: absolute;
    bottom: 10%;
    left: 3rem;
  }
}
.concept__item + .concept__item {
  margin-top: 4.5rem;
}

.concept__item:nth-child(n + 2) {
  max-width: 115.4rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  .concept__item:nth-child(n + 2) {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.concept__item:nth-child(n + 2) .concept__item-text {
  -ms-writing-mode: auto;
  writing-mode: auto;
}
.concept__item-left {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 959px) {
  .concept__item-left {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    text-align: right;
  }
}
.concept__item-left .concept__item-texts {
  padding-left: 2rem;
}
@media screen and (max-width: 959px) {
  .concept__item-left .concept__item-texts {
    padding-right: 3.5rem;
    flex: 0 0 100%;
    padding-right: 3.5rem;
  }
}
.concept__item-left img {
  width: 52rem;
  transition: all 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  opacity: 0;
  transform: translateY(8rem);
}
@media screen and (max-width: 959px) {
  .concept__item-left img {
    margin-left: auto;
  }
}
.concept__item-right {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 959px) {
  .concept__item-right {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.concept__item-right .concept__item-texts {
  padding-left: 2rem;
}
@media screen and (max-width: 959px) {
  .concept__item-right .concept__item-texts {
    padding-left: 3.5rem;
  }
}
.concept__item-right img {
  width: 44rem;
  margin-left: auto;
  transition: all 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  opacity: 0;
  transform: translateY(8rem);
}
@media screen and (max-width: 959px) {
  .concept__item-right img {
    margin-left: 0;
    transform: translateX(-8rem);
    width: 56rem;
  }
}
.concept__item-title {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .concept__item-title {
    font-size: 4rem;
    line-height: 1.25;
  }
}
.concept__item-text {
  margin-top: 1.5rem;
  line-height: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 959px) {
  .concept__item-text {
    flex: 0 0 100%;
    font-size: 3rem;
    line-height: 4.3rem;
  }
}
.concept__item-reads {
  position: absolute;
  color: #fff;
  right: 0;
  bottom: 2.5rem;
  width: 96rem;
  height: 18.5rem;
  background-color: rgba(200, 10, 20, 0.8);
  z-index: 1;
  padding: 4rem 0 1rem 8rem;
  letter-spacing: 0.08em;
  transform-origin: right;
  transform: translateX(100%);
  transition: 0.5s;
  opacity: 0;
}
.concept__item-read1 {
  font-size: 3.4rem;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.concept__item-read1 sup {
  font-size: 1.2rem;
  vertical-align: text-top;
}
.concept__item-read2 {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1;
}
.concept__item-read3 {
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 1em;
  text-align: right;
  margin-right: 6rem;
}
@media screen and (max-width: 959px) {
  .concept__item-read1 {
    font-size: 4rem;
  }
  .concept__item-reads {
    width: calc(100% - 2rem);
    height: 27rem;
    bottom: 2.9rem;
    padding: 4rem 0 4rem 5.6rem;
  }
  .concept__item-read2 {
    line-height: 4.1rem;
  }
  .concept__item-read3 {
    letter-spacing: 0.08em;
    font-size: 1.6rem;
    white-space: nowrap;
  }
}

.concept__item-figure {
  flex: 0 0 80%;
  max-width: 136rem;
}
.concept__item-figure img {
  transition: all 500ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  opacity: 0;
  transform: translateY(8rem);
}
@media screen and (max-width: 959px) {
  .concept__item-figure {
    flex: 0 0 74%;
    max-width: 74%;
    margin-top: 8rem;
    margin-bottom: 23rem;
  }
}
.concept__item-catch {
  /* flex: 0 0 20%;
  max-width: 20%; */
  /***/
  width: fit-content;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 2rem 0 0 24rem;
  padding-right: 12rem;
  font-size: 2.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .concept__item-catch {
    /* flex: 0 0 26%; */
    flex: 1;
    font-size: 3.48rem;
    line-height: 4.8rem;
    letter-spacing: 0.08em;
    position: absolute;
    max-width: none;
    height: 100%;
    right: 4.8rem;
    top: 0;
    padding-right: 0;
  }
}
.concept__item-circle {
  width: 19rem;
  height: 19rem;
  line-height: 19rem;
  background: #c80a14;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 3.6rem;
}
@media screen and (max-width: 959px) {
  .concept__item-circle {
    font-size: 4.3rem;
    letter-spacing: 0.08em;
    width: 23rem;
    height: 23rem;
    line-height: 23rem;
  }
}
.concept__item-body {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .concept__item-body {
    margin-bottom: 3.5rem;
  }
}

.section--concept .section__inner {
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  .section--concept {
    padding-top: 0;
  }
}
.section--column .section__inner {
  max-width: 150rem;
}

.column {
  border: solid 10px #fafafa;
  padding: 5rem;
}
@media screen and (max-width: 959px) {
  .column {
    padding: 5rem 2.5rem;
  }
}
.column__item-groups {
  display: flex;
  margin: auto;
  max-width: 125rem;
}
@media screen and (max-width: 959px) {
  .column__item-groups {
    display: block;
  }
}
.column__item-group {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 2rem;
}
@media screen and (max-width: 959px) {
  .column__item-group {
    max-width: 100%;
  }
  .column__item-group + .column__item-group {
    margin-top: 10rem;
  }
}
.column__item-group-head {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  height: 6.6rem;
}
.column__item-group-head img {
  width: 4rem;
}
.column__item-group-title {
  font-size: 2.2rem;
  max-width: 70%;
  flex: 0 0 70%;
  padding-left: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .column__item-group-title {
    font-size: 3rem;
    line-height: 3.7rem;
  }
}
.column__item-group-link {
  margin-left: auto;
  font-size: 1.4rem;
  margin-left: auto;
  margin-bottom: 0;
  width: 10rem;
  height: auto;
  padding: 1rem 2.5rem;
}
@media screen and (max-width: 959px) {
  .column__item-group-link {
    width: 11rem;
    font-size: 1.6rem;
  }
}
.column__item-group-link:after {
  border-width: 1px;
  width: 0.8rem;
  height: 0.8rem;
  transform: rotate(45deg) translateY(-73%);
  right: 1.5rem;
}
.column__item {
  background: #fafafa;
  padding: 4.5rem 2rem 4rem;
}
.column__item-body {
  display: flex;
}
.column__item-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .column__item-title {
    font-size: 3rem;
    line-height: 3.7rem;
  }
}
.column__item-date {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 959px) {
  .column__item-date {
    font-size: 2.4rem;
  }
}
.column__item-figure {
  flex: 0 0 30%;
  max-width: 30%;
}
.column__item-text {
  padding: 0 2rem;
  line-height: 2.6rem;
}
@media screen and (max-width: 959px) {
  .column__item-text {
    font-size: 2rem;
    line-height: 4.5rem;
    padding: 0 0.5rem 0 1.5rem;
  }
}
.column__item-button {
  display: block;
  margin: 3rem auto 0;
  max-width: 19rem;
  padding: 1rem;
  font-weight: bold;
  border: solid 1px #000;
  text-align: center;
}

.section--aboutus .section__inner {
  max-width: 100%;
}

.aboutus {
  background: #c80a14;
  padding: 7.5rem 0 0;
  position: relative;
}
@media screen and (max-width: 959px) {
  .aboutus {
    padding: 9rem 0 0;
  }
}
.aboutus:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 13rem;
  z-index: 1;
  background: #fff;
}
@media screen and (max-width: 959px) {
  .aboutus:after {
    display: none;
  }
}
.aboutus .section-title {
  color: #fff;
  margin-bottom: 7rem;
}
@media screen and (max-width: 959px) {
  .aboutus .section-title {
    margin-bottom: 9rem;
  }
}
.aboutus__content {
  margin: auto;
  max-width: 115rem;
  background-color: #fff;
  padding: 4rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 959px) {
  .aboutus__content {
    margin: 2rem;
  }
}
.aboutus__body {
  display: flex;
  margin-bottom: 5rem;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .aboutus__body {
    flex-direction: column-reverse;
  }
}
.aboutus__text {
  flex: 0 0 50%;
  line-height: 2.9rem;
  padding-right: 4rem;
}
@media screen and (max-width: 959px) {
  .aboutus__text {
    line-height: 4.1rem;
    letter-spacing: 0.08em;
    padding-right: 0;
  }
}
.aboutus__figure {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 959px) {
  .aboutus__figure {
    max-width: 100%;
    margin-bottom: 3rem;
  }
}
.aboutus__title {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .aboutus__title {
    font-size: 4rem;
    line-height: 5.3rem;
    margin: 0 6rem 5rem;
  }
}
.aboutus__links {
  max-width: 114.5rem;
  margin: 0 auto;
}
.aboutus__links-inner {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 5rem;
  margin: 0 -4.5rem;
}
@media screen and (max-width: 959px) {
  .aboutus__links-inner {
    line-height: 1;
    margin: 0 1rem;
  }
}
.aboutus__link {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 3rem;
  padding: 0 4.5rem;
}
@media screen and (max-width: 959px) {
  .aboutus__link {
    padding: 0 1rem;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.aboutus__link-inner {
  border-radius: 2px;
  background: #fff;
  display: block;
  color: #c80a14;
  display: flex;
  align-items: center;
  padding: 5rem 0;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  justify-content: center;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .aboutus__link-inner {
    font-size: 2.6rem;
    padding-bottom: 6rem;
  }
}
.aboutus__link-inner img {
  padding-right: 1rem;
  height: 2.8rem;
}

.section--contact {
  background: #fdf7f7;
  border-top: 10px solid #c80a14;
}

.contact {
  max-width: 115rem;
  margin: auto;
}
.contact .section-subtitle {
  padding-left: 5.5rem;
  color: #000;
  font-size: 1.6rem;
}
@media screen and (max-width: 959px) {
  .contact .section-subtitle {
    font-size: 2.4rem;
    margin: 5rem auto;
    font-size: 2.4rem;
    padding: 0;
    line-height: 1.4;
  }
}
.contact .section-title {
  color: #c80a14;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .contact .section-title {
    display: block;
    margin: auto;
  }
}
.contact__items {
  display: flex;
  margin-bottom: 5rem;
}
@media screen and (max-width: 959px) {
  .contact__items {
    display: block;
    margin-bottom: 16rem;
  }
}
.contact__item {
  padding: 0 9rem;
  flex: 0 0 50%;
  position: relative;
}
@media screen and (max-width: 959px) {
  .contact__item {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 959px) {
  .contact__item:first-child {
    margin-bottom: 15rem;
  }
}
.contact__item:first-child:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 65%;
  transform: translateY(-50%);
  border-left: 2px solid #c80a14;
}
@media screen and (max-width: 959px) {
  .contact__item:first-child:after {
    top: auto;
    bottom: 0;
    border-bottom: 2px solid #c80a14;
    left: 0;
    width: 50rem;
    margin: 0 auto;
    border-left: 0;
    height: 2px;
    transform: translateY(7rem);
  }
}
.contact__item:nth-child(2) .contact__item-title:after {
  left: auto;
  right: 10%;
}
.contact__item-title {
  font-weight: bold;
  font-size: 2rem;
  background: #c80a14;
  color: #fff;
  padding: 1.8rem;
  border-radius: 3px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 959px) {
  .contact__item-title {
    padding: 3.5rem;
    font-size: 3.1rem;
  }
}
.contact__item-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15%;
  transform: translate(-50%, 8px);
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 15px solid #c80a14;
}
@media screen and (max-width: 959px) {
  .contact__item-title:after {
    transform: translate(-50%, 14px);
  }
}
.contact__item-text {
  color: #c80a14;
  padding: 0 1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .contact__item-text {
    font-size: 2.5rem;
    line-height: 3.6rem;
    letter-spacing: 0.12em;
  }
}
.contact__item-figure img {
  margin: 3rem auto;
  height: 21rem;
}
@media screen and (max-width: 959px) {
  .contact__item-figure img {
    height: 100%;
    margin: 4rem auto;
  }
}
.contact__item-button img {
  width: 35.7rem;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .contact__item-button img {
    width: 100%;
  }
}
.contact__tel {
  color: #c80a14;
  padding: 3rem 3.5rem;
  max-width: 76.8rem;
  margin: auto;
  border: solid 2px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 959px) {
  .contact__tel {
    margin: 0 3rem 2rem;
  }
}
.contact__tel-figure {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .contact__tel-figure {
    flex: 0 0 100%;
    justify-content: center;
    margin-bottom: 2rem;
  }
}
.contact__tel-figure img {
  width: 3.7rem;
}
.contact__tel-title {
  font-weight: bold;
  font-size: 2.4rem;
  padding-left: 3.5rem;
}
@media screen and (max-width: 959px) {
  .contact__tel-title {
    font-size: 2.8rem;
    letter-spacing: 0.12em;
    padding-left: 2rem;
  }
}
.contact__tel-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .contact__tel-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.contact__tel-no {
  font-weight: bold;
  font-size: 3.9rem;
  padding-right: 2rem;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 959px) {
  .contact__tel-no {
    font-size: 3.9rem;
    letter-spacing: 0.12em;
    padding-right: 0;
  }
}
.contact__tel-memo {
  text-align: center;
  font-weight: bold;
  margin-top: 0.5rem;
}
@media screen and (max-width: 959px) {
  .contact__tel-memo {
    margin-top: 2.5rem;
  }
}
.contact__afterservice {
  display: block;
  background: #d94040;
  padding: 3rem 3.5rem;
  max-width: 76.8rem;
  margin: 0 auto 2rem;
  position: relative;
}
@media screen and (max-width: 959px) {
  .contact__afterservice {
    margin: 0 3rem 2rem;
    padding: 4rem;
  }
}
.contact__afterservice-inner {
  color: #fff;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .contact__afterservice-inner {
    flex-direction: column;
  }
}
.contact__afterservice-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .contact__afterservice-head {
    align-items: center;
    margin-bottom: 2rem;
  }
}
.contact__afterservice-title {
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: 0.2em;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .contact__afterservice-title {
    font-size: 2.6rem;
    text-align: center;
  }
}
.contact__afterservice-title span {
  font-size: 80%;
  letter-spacing: 0.04em;
}
.contact__afterservice-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 959px) {
  .contact__afterservice-body {
    align-items: center;
  }
}
.contact__afterservice-tel {
  font-size: 2.8rem;
  line-height: 1.1;
  letter-spacing: 0.14em;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .contact__afterservice-tel {
    font-size: 3.6rem;
  }
}
.contact__afterservice-time {
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 959px) {
  .contact__afterservice-time {
    font-size: 2rem;
  }
}
.contact__support {
  display: block;
  background: #eeeeee;
  padding: 3rem 3.5rem;
  max-width: 76.8rem;
  margin: auto;
  margin-bottom: 6rem;
  position: relative;
}
@media screen and (max-width: 959px) {
  .contact__support {
    margin: 0 3rem 6rem;
    padding-bottom: 4rem;
  }
}
.contact__support:after {
  content: "";
  border: solid 2px #fff;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  transform: rotate(45deg) translateY(-96%);
  position: absolute;
  top: 50%;
  right: 4rem;
  border-left: 0;
  border-bottom: 0;
  border: solid 5px #000;
  width: 6px;
  height: 6px;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
@media screen and (max-width: 959px) {
  .contact__support:after {
    border: solid 10px #000;
    width: 15px;
    height: 15px;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-right: 2rem;
  }
}
.contact__support-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .contact__support-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.contact__support-title {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  font-weight: bold;
  padding-right: 5rem;
}
@media screen and (max-width: 959px) {
  .contact__support-title {
    flex: 0 0 100%;
    font-size: 2.8rem;
    margin-bottom: 4rem;
    padding-right: 0;
    text-align: center;
  }
}
.contact__support-text {
  line-height: 1.2;
}
@media screen and (max-width: 959px) {
  .contact__support-text {
    font-size: 2.4rem;
    line-height: 1.4;
    flex: 0 0 100%;
    padding-left: 4.5rem;
  }
}
/* 20240513追記 */
.contact__quality {
  display: block;
  background: #fff;
  padding: 2rem 3.5rem;
  max-width: 76.8rem;
  margin: auto;
  position: relative;
  border: solid 1px #12994f;
}
@media screen and (max-width: 959px) {
  .contact__quality {
    margin: 0 3rem;
  }
}

.contact__quality-title {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  font-weight: bold;
  color: #12994f;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 959px) {
  .contact__quality-title {
    font-size: 2.6rem;
  }
}

.contact__quality-title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 22%;
  top: -15%;
  width: 3rem;
  height: 3rem;
  background-image: url(../images/contact-zeh-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .contact__quality-title::before {
    left: 4%;
    top: -6%;
    width: 4rem;
    height: 4rem;
  }
}
.contact__quality-title:after {
  content: "";
  display: inline-block;
  transform: rotate(45deg) translateY(-96%);
  position: absolute;
  top: 60%;
  border-left: 0;
  border-bottom: 0;
  border: solid 3px #12994f;
  width: 4px;
  height: 4px;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.section--sns {
  background: #f7f7f7;
}

.sns .section-title {
  color: #c80a14;
}
.sns__banner {
  margin-bottom: 4rem;
}
.sns__banner img {
  margin: auto;
}
@media screen and (max-width: 959px) {
  .sns__banner {
    padding: 0 2rem;
  }
}
.sns__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .sns__items {
    display: block;
  }
}
.sns__item {
  padding: 4rem;
}
@media screen and (max-width: 959px) {
  .sns__item {
    padding: 0 7rem;
    margin-bottom: 6rem;
  }
}
.sns__item-button {
  margin-top: 4rem;
  text-align: center;
}
.sns__item-button a {
  font-size: 2.2rem;
  color: #fff;
  background: #009944;
  display: inline-block;
  padding: 2rem;
  border-radius: 6px;
  width: 23rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 959px) {
  .sns__item-button a {
    width: 24rem;
    font-size: 2.4rem;
  }
}
.sns__item-title {
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 959px) {
  .sns__item-title {
    font-size: 2.3rem;
  }
}
.sns__item-title img {
  width: 5rem;
  margin-right: 2.5rem;
}
.sns__item--facebook {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 959px) {
  .sns__item--facebook {
    max-width: 100%;
  }
}
.sns__item--line {
  max-width: 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 959px) {
  .sns__item--line {
    max-width: 100%;
  }
}
.sns__item--line .sns__item-figure {
  margin-top: 2rem;
}
.sns__item--line .sns__item-figure img {
  max-width: 31.7rem;
  margin: auto;
}
.sns__item--instagram {
  margin-top: 13rem;
  max-width: 100%;
  flex: 0 0 100%;
}

@media screen and (min-width: 960px) {
  .sns__item--instagram.-pc-half {
    flex: 0 0 50%;
    margin-top: 0;
  }
  .sns__item--instagram.-pc-half .sns__item-title {
    margin-bottom: 9rem;
  }
  /* .sns__item--instagram.-pc-half #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    width: 25%;
  } */
  .sns__item--instagram.-pc-half #sb_instagram #sbi_load .sbi_load_btn {
    padding: 2rem 3rem;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  border-color: #000 !important;
}

.is-fadein {
  opacity: 1 !important;
  transform: none !important;
}

.page-top {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  z-index: 1;
}

@media screen and (max-width: 959px) {
  .page-top {
    right: 2rem;
    bottom: 8rem;
    max-width: 8rem;
  }
}
.section--0 {
  padding: 8rem 0 0;
}
@media screen and (max-width: 959px) {
  .section--0 {
    padding: 6rem 2rem 0;
  }
}

.swiper-pagination-bullet-active {
  background: #c80a14 !important;
}

@media screen and (max-width: 959px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: -1.5rem !important;
    left: auto !important;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: -1.5rem !important;
    right: auto !important;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    height: 2rem !important;
    width: 2rem !important;
  }
}
.swiper-pagination--event {
  transform: translate(-50%, 0%) !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: 2rem !important;
  height: 2rem !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  width: 2rem !important;
  height: 2rem !important;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}

@media screen and (max-width: 959px) {
  .swiper-button-prev--event {
    left: 4% !important;
  }

  .swiper-button-next--event {
    right: 4% !important;
  }
}

a.l-button {
  width: 100%;
  max-width: 54rem;
  margin: auto;
  display: block;
  border: solid 1px #c80a14;
  padding: 3rem;
  text-align: center;
  position: relative;
  color: #c80a14;
  font-weight: bold;
  letter-spacing: 0.08em;
  z-index: 1;
  box-shadow: 0px 0 0 0, 6px 6px 0px 1px #c80a14;
}

@media screen and (max-width: 959px) {
  a.l-button {
    max-width: 65rem;
    letter-spacing: 0.03em;
    box-shadow: 0px 0 0 0, 4px 5px 0px 1px #c80a14;
  }
}

a.l-button img {
  transform: translateY(-50%);
  width: 6.5rem;
  height: 6.5rem;
  position: absolute;
  top: 50%;
  left: 10px;
}

a.l-button:after {
  content: "";
  border: 4px solid #c80a14;
  border-radius: 3px;
  width: 5px;
  height: 5px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
}

.wp-caption {
  max-width: 100%;
}
.wp-caption-text {
  font-size: 10pt;
  margin-top: -2rem;
  color: #999;
  text-align: center;
}

.article-entry-body img.alignleft {
  margin-left: 0;
}
.article-entry-body img.alignright {
  margin-right: 0;
}

.banner-entry-form {
  margin: 0 auto 6rem;
}
@media screen and (max-width: 959px) {
  .banner-entry-form {
    margin: 0 auto 10rem;
  }
}

.p-dcampaign {
  padding: 5% 0;
}
.p-dcampaign_top {
  width: 1000px;
  max-width: 100%;
  background: #0588ce;
  margin: 0 auto 4rem;
  text-align: center;
  padding: 0 0 3em 0;
}

.p-dcampaign_top_title {
  margin: 0 0 1em;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
}
.p-dcampaign_top_text {
  width: 70%;
  margin: 1em auto;
  font-size: 1.4rem;
  color: #ffffff;
}
.p-dcampaign_top_text li {
  margin-bottom: 1em;
  text-align: left;
}
.p-dcampaign_top_inner {
  width: 100%;
  max-width: 700px;
  padding: 2rem;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .p-dcampaign_top_text li {
    font-size: 2.2rem;
  }
}
