@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
/*---RESET---------------------------------------------------------------------------------------------------------------------*/
body {
  margin: 0 auto;
  padding: 0;
  color: #0A0A0A;
  background: #fff;
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
  transform: none;
  overflow: visible;
  opacity: 0 !important;
  transition: opacity 1.5s ease;
}

html {
  margin: 0 auto;
  padding: 0;
  font-size: 1vw;
  line-height: 1.85vw;
  letter-spacing: 0vw;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1250px) {
  html {
    font-size: 1vw;
    line-height: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 3.8vw;
    line-height: 7.15vw;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

* {
  margin: 0;
  padding: 0;
  text-align: left;
}

button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, div, ol, ul, li, dl, dt, dd, p {
  display: block;
  box-sizing: border-box;
}

fieldset {
  border: none;
}

::-moz-selection {
  background: #fff;
  color: #0A0A0A;
}

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
}

a img, a {
  transition: all 0.4s ease;
}

ol, ul {
  list-style: none;
}

li img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

address {
  font-style: inherit;
}

a {
  text-decoration: none;
  transition: .6s;
}

a[href^='tel:'] {
  pointer-events: auto;
  color: #0A0A0A;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  zoom: 100%;
}

.clear:after,
hr:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
}

button {
  border: 0;
  transition: .6s;
  cursor: pointer;
}
button:hover {
  opacity: .65;
}

.mb--5 {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .mb--5 {
    margin-bottom: 3.5vw;
  }
}

.mb--10 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .mb--10 {
    margin-bottom: 7vw;
  }
}

.mb--15 {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .mb--15 {
    margin-bottom: 10.5vw;
  }
}

.mb--20 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .mb--20 {
    margin-bottom: 14vw;
  }
}

.mb--25 {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .mb--25 {
    margin-bottom: 17.5vw;
  }
}

.mb--30 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .mb--30 {
    margin-bottom: 21vw;
  }
}

.mb--35 {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .mb--35 {
    margin-bottom: 24.5vw;
  }
}

.mb--40 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .mb--40 {
    margin-bottom: 28vw;
  }
}

.mb--45 {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .mb--45 {
    margin-bottom: 31.5vw;
  }
}

.mb--50 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .mb--50 {
    margin-bottom: 35vw;
  }
}

.mb--55 {
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .mb--55 {
    margin-bottom: 38.5vw;
  }
}

.mb--60 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .mb--60 {
    margin-bottom: 42vw;
  }
}

.mb--65 {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .mb--65 {
    margin-bottom: 45.5vw;
  }
}

.mb--70 {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .mb--70 {
    margin-bottom: 49vw;
  }
}

.mb--75 {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .mb--75 {
    margin-bottom: 52.5vw;
  }
}

.mb--80 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .mb--80 {
    margin-bottom: 56vw;
  }
}

.mb--85 {
  margin-bottom: 8.5rem;
}
@media screen and (max-width: 767px) {
  .mb--85 {
    margin-bottom: 59.5vw;
  }
}

.mb--90 {
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .mb--90 {
    margin-bottom: 63vw;
  }
}

.mb--95 {
  margin-bottom: 9.5rem;
}
@media screen and (max-width: 767px) {
  .mb--95 {
    margin-bottom: 66.5vw;
  }
}

.mb--100 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .mb--100 {
    margin-bottom: 70vw;
  }
}

.mb--5 {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .mb--5 {
    margin-bottom: 3.5vw;
  }
}

.mb--10 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .mb--10 {
    margin-bottom: 7vw;
  }
}

.mb--15 {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .mb--15 {
    margin-bottom: 10.5vw;
  }
}

.mb--20 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .mb--20 {
    margin-bottom: 14vw;
  }
}

.mb--25 {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .mb--25 {
    margin-bottom: 17.5vw;
  }
}

.mb--30 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .mb--30 {
    margin-bottom: 21vw;
  }
}

.mb--35 {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .mb--35 {
    margin-bottom: 24.5vw;
  }
}

.mb--40 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .mb--40 {
    margin-bottom: 28vw;
  }
}

.mb--45 {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .mb--45 {
    margin-bottom: 31.5vw;
  }
}

.mb--50 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .mb--50 {
    margin-bottom: 35vw;
  }
}

.mb--55 {
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .mb--55 {
    margin-bottom: 38.5vw;
  }
}

.mb--60 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .mb--60 {
    margin-bottom: 42vw;
  }
}

.mb--65 {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .mb--65 {
    margin-bottom: 45.5vw;
  }
}

.mb--70 {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .mb--70 {
    margin-bottom: 49vw;
  }
}

.mb--75 {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .mb--75 {
    margin-bottom: 52.5vw;
  }
}

.mb--80 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .mb--80 {
    margin-bottom: 56vw;
  }
}

.mb--85 {
  margin-bottom: 8.5rem;
}
@media screen and (max-width: 767px) {
  .mb--85 {
    margin-bottom: 59.5vw;
  }
}

.mb--90 {
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .mb--90 {
    margin-bottom: 63vw;
  }
}

.mb--95 {
  margin-bottom: 9.5rem;
}
@media screen and (max-width: 767px) {
  .mb--95 {
    margin-bottom: 66.5vw;
  }
}

.mb--100 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .mb--100 {
    margin-bottom: 70vw;
  }
}

em {
  font-style: normal;
}

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

.sp--none {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .sp--none {
    display: none !important;
  }
}

.reverse {
  flex-direction: row-reverse;
}

.inner {
  max-width: 65%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    padding: 0 6.5vw;
    max-width: 100%;
  }
}

.siteFadeIn {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  display: block;
  background: #0A0A0A;
  pointer-events: none;
  filter: opacity(1);
}
.siteFadeIn.opc {
  filter: opacity(0);
  transition: filter .35s ease-in;
}

.scroll-display {
  opacity: 0;
  transform: translateY(10vw);
  transition: .4s;
}
.scroll-display.scroll-show {
  opacity: 1;
  transform: translateY(0);
  transition: .4s;
}
@media screen and (max-width: 767px) {
  .scroll-display.scroll-show {
    transition-delay: .35s;
  }
}

/* 初期状態：非表示（プリロード中） */
body.is-loaded {
  opacity: 1 !important;
  transition: opacity 1.5s ease;
}

.fix__entryBtn {
  position: fixed;
  bottom: -7vw;
  left: 0;
  z-index: 30;
  width: 100%;
  background: #0A0A0A;
  padding: 2vw 0;
  transition: bottom 0.4s ease;
  /* ニョキッと動く */
}
.fix__entryBtn.is-show {
  bottom: 0;
  /* ← ここでニョキッと表示 */
}
@media screen and (max-width: 767px) {
  .fix__entryBtn {
    padding: 4vw 0;
    bottom: -31vw;
  }
}
.fix__entryBtn--inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .fix__entryBtn--inner {
    display: block;
  }
}
.fix__entryBtn--inner dt {
  width: 14vw;
  margin: 0 3vw;
}
@media screen and (max-width: 767px) {
  .fix__entryBtn--inner dt {
    width: 40%;
    margin: 0 auto 3.5vw;
  }
}
.fix__entryBtn--inner .buy__button {
  font-size: 1.15vw;
  padding: .85vw 4vw;
}
@media screen and (max-width: 767px) {
  .fix__entryBtn--inner .buy__button {
    font-size: 5vw;
    padding: 3vw 4vw;
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
.fix__entryBtn--inner .buy__button:after {
  width: 1.15vw;
  height: 1.15vw;
  top: 1vw;
}
@media screen and (max-width: 767px) {
  .fix__entryBtn--inner .buy__button:after {
    width: 5vw;
    height: 5vw;
    top: 3.5vw;
    right: 3vw;
  }
}

.buy__button {
  font-size: 1.25vw;
  font-weight: bold;
  padding: 1.85vw 7.5vw;
  color: #fff;
  text-align: center;
  background: #C20606;
  border: 1px #C20606 solid;
  position: relative;
}
@media screen and (max-width: 767px) {
  .buy__button {
    font-size: 4.5vw;
    padding: 5vw 0;
    display: block;
  }
}
.buy__button::after {
  position: absolute;
  content: "";
  background-image: url("../images/ico-window.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  top: 1.65vw;
  right: .65vw;
  width: 2vw;
  height: 2vw;
}
@media screen and (max-width: 767px) {
  .buy__button::after {
    top: 5vw;
    right: 3.5vw;
    width: 5vw;
    height: 5vw;
  }
}
.buy__button:hover {
  color: #C20606;
  background: #fff;
}
.buy__button:hover::after {
  filter: brightness(0) saturate(100%) invert(9%) sepia(100%) saturate(6599%) hue-rotate(15deg) brightness(87%) contrast(111%);
}

.kv {
  width: 100%;
  height: 45vw;
  background-image: url("../images/mv_pc.jpg");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
@supports (background-image: url("../images/mv_pc.webp")) {
  .kv {
    background-image: url("../images/mv_pc.webp");
  }
}
@media screen and (max-width: 767px) {
  .kv {
    background-image: url("../images/mv_sp.webp");
    background-size: 100%;
    background-position: left !important;
    height: 150vw;
  }
  @supports (background-image: url("../images/mv_sp.webp")) {
    .kv {
      background-image: url("../images/mv_sp.webp");
    }
  }
}
.kv__inner {
  margin: 0 auto;
  padding-top: 10vw;
  width: 85%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kv__inner {
    width: 80%;
    padding-top: 105vw;
  }
}
.kv__wrap--logo {
  width: 30vw;
  display: block;
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 767px) {
  .kv__wrap--logo {
    width: 80vw;
    text-align: center;
    margin: 0 auto 6.25vw;
  }
}
.kv__wrap--read {
  font-size: 1.65vw;
  line-height: 2.85vw;
  color: #fff;
  font-weight: 900;
  margin-bottom: 3vw;
}
@media screen and (max-width: 767px) {
  .kv__wrap--read {
    font-size: 4.5vw;
    line-height: 8vw;
    margin-bottom: 0;
    text-align: center;
  }
}
.kv .buy__button {
  font-size: 1.35vw;
  padding: .95vw 3.5vw 1vw;
}
@media screen and (max-width: 767px) {
  .kv .buy__button {
    display: none;
  }
}
.kv .buy__button:after {
  width: 1.25vw;
  height: 1.25vw;
  top: 1.25vw;
}
@media screen and (max-width: 767px) {
  .kv .buy__button:after {
    width: 1.25vw;
    height: 1.25vw;
    top: 1.25vw;
  }
}

.collection {
  background: linear-gradient(to bottom, #AEADAD 0%, #fff 50%);
}
@media screen and (max-width: 767px) {
  .collection {
    background: #0A0A0A;
    padding: 8.5vw 2.5vw;
    border-top: 3vw solid #D46008;
  }
}
.collection__title {
  text-align: right;
}
.collection__title span {
  color: #fff;
  text-align: center;
  padding: .85vw 1.5vw .85vw 3.5vw;
  background: #0A0A0A;
  display: inline-block;
  font-size: 1.1vw;
  line-height: 1.1vw;
  font-weight: bold;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .collection__title span {
    padding: 0;
    font-size: 5.85vw;
    line-height: 8.5vw;
    margin-bottom: 7vw;
    text-align: center;
    clip-path: none;
    display: block;
  }
}
.collection > .inner {
  padding: 1vw 0 3.5vw;
}
@media screen and (max-width: 767px) {
  .collection > .inner {
    padding: 0;
  }
}
.collection__up {
  margin-top: -7vw;
}
@media screen and (max-width: 767px) {
  .collection__up {
    margin-top: 0;
  }
}
.collection__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .collection__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.collection__wrap {
  background: #0A0A0A;
  padding: .2vw;
}
@media screen and (max-width: 767px) {
  .collection__wrap {
    padding: .2vw;
    width: 48.5%;
    background: #C20606;
    margin-bottom: 3.5vw;
  }
}
.collection__wrap a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .collection__wrap a {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
  }
}
.collection__wrap a:hover {
  opacity: .7;
}
@media screen and (max-width: 767px) {
  .collection__wrap a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .collection__pic {
    width: 35%;
  }
}
.collection__link {
  padding: .15vw .15vw 1.5vw;
  background: #C20606;
  border-top: 0.2vw solid #0A0A0A;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .collection__link {
    padding: 0;
    width: 65%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.collection__link--name {
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .collection__link--name {
    font-size: 4.5vw;
    line-height: 5.25vw;
  }
}
.collection__link::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: inline-block;
  width: 1vw;
  height: 1vw;
  margin: -.25vw 0 0 -.5vw;
  border-bottom: 0.15vw solid #fff;
  border-right: 0.15vw solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .collection__link::after {
    top: 75%;
    width: 3vw;
    height: 3vw;
    margin: -.25vw 0 0 -.5vw;
    border-bottom: 0.75vw solid #fff;
    border-right: 0.75vw solid #fff;
  }
}

.producer {
  position: relative;
  height: 27vw;
  padding: 2vw 0 0;
}
@media screen and (max-width: 767px) {
  .producer {
    height: 77vw;
    padding: 0;
  }
}
.producer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/img-office_pc.jpg");
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@supports (background-image: url("../images/img-office_pc.webp")) {
  .producer::before {
    background-image: url("../images/img-office_pc.webp");
  }
}
@media screen and (max-width: 767px) {
  .producer::before {
    content: "";
    display: block;
    width: 100%;
    height: 54.5vw;
    background-image: url("../images/img-office_sp.jpg");
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    position: static;
    top: 0;
    left: 0;
  }
  @supports (background-image: url("../images/img-office_sp.webp")) {
    .producer::before {
      background-image: url("../images/img-office_sp.webp");
    }
  }
}
.producer__companyName {
  background-color: rgba(120, 117, 117, 0.45);
  position: relative;
  z-index: 1;
  padding-right: 3.5vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .producer__companyName {
    padding: 3.5vw 0 5vw;
    display: block;
    background-color: #787575;
  }
}
.producer__companyName--title {
  font-size: 1.85vw;
  line-height: 1.85vw;
  font-weight: 800;
  color: #fff;
  margin-right: 1vw;
}
@media screen and (max-width: 767px) {
  .producer__companyName--title {
    font-size: 4vw;
    line-height: 4vw;
    margin: 0 auto;
    text-align: center;
  }
}
.producer__companyName--en {
  font-size: 5.85vw;
  line-height: 5vw;
  font-weight: 800;
  margin-top: -.5vw;
  color: #E2D9C1;
}
@media screen and (max-width: 767px) {
  .producer__companyName--en {
    font-size: 8.5vw;
    line-height: 8.5vw;
    margin: 0 auto 2.5vw;
    display: block;
    color: #FCF1D1;
    text-align: center;
  }
}

.introduction {
  background-image: url("../images/img-officeBg_pc.jpg");
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  padding: 2.25vw 0 5vw;
}
@supports (background-image: url("../images/img-officeBg_pc.webp")) {
  .introduction {
    background-image: url("../images/img-officeBg_pc.webp");
  }
}
@media screen and (max-width: 767px) {
  .introduction {
    background-image: url("../images/img-officeBg_sp.jpg");
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    padding: 5vw 0 20vw;
  }
  @supports (background-image: url("../images/img-officeBg_sp.webp")) {
    .introduction {
      background-image: url("../images/img-officeBg_sp.webp");
    }
  }
  .introduction > .inner {
    padding: 0 3vw;
  }
}
.introduction__history {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 767px) {
  .introduction__history {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3.5vw;
  }
}
.introduction__history li {
  text-align: center;
  color: #fff;
  background: #0A0A0A;
  padding: .35vw 1vw;
  font-size: 1.1vw;
  line-height: 1vw;
  font-weight: 700;
  margin: 0 .85vw;
  border-radius: 5vw;
}
@media screen and (max-width: 767px) {
  .introduction__history li {
    padding: 1.5vw 3.5vw;
    font-size: 3.25vw;
    line-height: 4vw;
    margin: 1vw;
    border-radius: 5vw;
  }
}
.introduction__technology {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.85vw;
}
@media screen and (max-width: 767px) {
  .introduction__technology {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 5vw;
  }
}
.introduction__technology li {
  text-align: center;
  color: #FCF1D1;
  background: #A74412;
  padding: .65vw 1.25vw;
  font-size: 1vw;
  line-height: 1vw;
  font-weight: 700;
  margin: 0 .65vw;
}
@media screen and (max-width: 767px) {
  .introduction__technology li {
    padding: 1.5vw;
    font-size: 3.25vw;
    line-height: 3.5vw;
    margin: 1vw;
  }
}
.introduction__txt {
  font-size: 1.1vw;
  line-height: 2vw;
  color: #fff;
  font-weight: 600;
  padding-top: 1.5vw;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .introduction__txt {
    font-size: 4.25vw;
    line-height: 8vw;
    padding-top: 5vw;
  }
}

.around {
  background: #000;
  position: relative;
  padding: 6.5vw 0;
  margin-bottom: 5vw;
}
@media screen and (max-width: 767px) {
  .around {
    padding: 6.5vw 0;
    margin-bottom: 5vw;
  }
}
.around::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-image: url("../images/img-aroundBg.jpg");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
@supports (background-image: url("../images/img-aroundBg.webp")) {
  .around::after {
    background-image: url("../images/img-aroundBg.webp");
  }
}
@media screen and (max-width: 767px) {
  .around::after {
    right: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 89vw;
    background-size: contain;
    opacity: 0.7;
  }
}
.around__title {
  font-size: 2.5vw;
  line-height: 3.5vw;
  color: #FCF1D1;
  text-align: center;
  display: block;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .around__title {
    font-size: 7.85vw;
    line-height: 11vw;
    margin: 15vw auto 6.25vw;
  }
}
.around__read {
  text-align: center;
  font-size: 1.75vw;
  line-height: 2.5vw;
  margin-bottom: 5.5vw;
  font-weight: 900;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .around__read {
    font-size: 6.5vw;
    line-height: 10vw;
    margin-bottom: 35vw;
  }
}
.around__list {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .around__list {
    display: block;
  }
}
.around__listBox {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .around__listBox {
    width: 100%;
    margin-bottom: 25vw;
  }
  .around__listBox:last-child {
    margin-bottom: 20vw;
  }
}
.around__listBox--number {
  text-align: center;
  font-size: 3.15vw;
  line-height: 3.15vw;
  text-align: center;
  display: block;
  color: #fff;
  margin: 0 auto .85vw;
  font-family: 'Anton', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
@media screen and (max-width: 767px) {
  .around__listBox--number {
    font-size: 13vw;
    line-height: 13vw;
    text-align: center;
    margin: 0 auto 5vw;
  }
}
.around__listBox--title {
  font-size: 1.65vw;
  line-height: 1.65vw;
  font-weight: 900;
  color: #FCF1D1;
  text-align: center;
  margin-bottom: 1vw;
  display: block;
}
@media screen and (max-width: 767px) {
  .around__listBox--title {
    font-size: 7.5vw;
    line-height: 8.5vw;
    text-align: center;
    margin-bottom: 4.5vw;
  }
}
.around__listBox--read {
  font-size: 1.35vw;
  line-height: 1.35vw;
  font-weight: 900;
  text-align: center;
  margin-bottom: 1vw;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .around__listBox--read {
    font-size: 6.25vw;
    line-height: 6.25vw;
    margin-bottom: 6.5vw;
  }
}
.around__listBox--txt {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .around__listBox--txt {
    font-size: 4.5vw;
    line-height: 7.25vw;
  }
}

.list {
  padding-bottom: 10vw;
}
@media screen and (max-width: 767px) {
  .list {
    padding: 5vw 0 25vw;
  }
}
.list__button {
  margin: 0 auto;
  text-align: center;
}
.list__logo {
  display: block;
  width: 22vw;
  margin: 0 auto .5vw;
}
@media screen and (max-width: 767px) {
  .list__logo {
    width: 70%;
    margin: 0 auto 5vw;
  }
}
.list__read {
  font-size: 2vw;
  line-height: 3vw;
  color: #E67504;
  font-weight: 900;
  margin-bottom: 4vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list__read {
    font-size: 5.5vw;
    line-height: 7.5vw;
    margin-bottom: 5vw;
  }
}
.list__box {
  margin-bottom: 3.25vw;
}
@media screen and (max-width: 767px) {
  .list__box {
    margin-bottom: 15.5vw;
  }
}
.list__box--inner {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
@media screen and (max-width: 767px) {
  .list__box--inner {
    display: block;
  }
}
.list__pic {
  width: 25%;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .list__pic {
    width: 50%;
    margin: 0 auto 1.5vw;
  }
}
.list__data {
  width: 70%;
  padding-top: 1.5vw;
}
@media screen and (max-width: 767px) {
  .list__data {
    width: 100%;
    padding-top: 0;
  }
}
.list__data--name {
  color: #605f5f;
  font-size: 2.5vw;
  font-weight: 900;
  line-height: 3.25vw;
  margin: 0 0 1.65vw;
  padding-bottom: .5vw;
  border-bottom: 0.5vw solid #E08C33;
}
@media screen and (max-width: 767px) {
  .list__data--name {
    font-size: 7vw;
    line-height: 8.85vw;
    margin: 0 0 3.5vw;
    padding-bottom: 2vw;
    border-bottom: 2vw solid #E08C33;
  }
}
.list__data--read {
  font-size: 1.5vw;
  line-height: 2vw;
  font-weight: 900;
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 767px) {
  .list__data--read {
    font-size: 4.85vw;
    line-height: 7vw;
    margin-bottom: 5vw;
  }
}
.list__data--func {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
@media screen and (max-width: 767px) {
  .list__data--func {
    display: block;
  }
}
.list__data--func.pic--none > div {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .list__data--func.pic--none > div {
    width: 100% !important;
  }
}
.list__data--pic {
  width: 23%;
  margin: 1% 2% 0 0;
}
@media screen and (max-width: 767px) {
  .list__data--pic {
    width: 45%;
    margin: 0 auto 5vw;
  }
}
.list__data--txt {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .list__data--txt {
    width: 100%;
  }
}
.list__data--txt p {
  font-size: .97vw;
  line-height: 1.7vw;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 767px) {
  .list__data--txt p {
    font-size: 4vw;
    line-height: 6.5vw;
    margin-bottom: 5vw;
  }
}
.list__data--item {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
@media screen and (max-width: 767px) {
  .list__data--item {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }
}
.list__data--item li {
  color: #CC570A;
  font-weight: bold;
  text-align: center;
  padding: .25vw .5vw;
  font-size: .9vw;
  line-height: 1vw;
  margin: 0 1vw 1vw 0;
  border: 0.15vw solid #E08C33;
}
@media screen and (max-width: 767px) {
  .list__data--item li {
    padding: .85vw 1.25vw 1.25vw;
    font-size: 4vw;
    line-height: 3.75vw;
    margin: 0 3.5vw 2.5vw 0;
    border: 0.15vw solid #E08C33;
  }
}
@media screen and (max-width: 767px) {
  .list .size__button {
    margin: 5vw 0;
    font-size: 4vw;
    padding: 0;
    display: block;
    width: 100%;
  }
  .list .size__button a {
    color: #0A0A0A;
    background: #fff;
    border: 0.75vw solid #0A0A0A;
    padding: 3.5vw 0;
  }
  .list .size__button a:after {
    width: 5vw;
    height: 5vw;
    top: 3.75vw;
    right: 3vw;
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(98deg) brightness(102%) contrast(104%);
  }
}

.accordion {
  margin-top: .15vw;
}

/* 見出し部分 */
.accordion__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .25vw 1vw;
  background: #0A0A0A;
  color: #fff;
  cursor: pointer;
}

.accordion__title {
  font-size: 1.45vw;
  line-height: 1.45vw;
  font-weight: bold;
}

.accordion__icon {
  position: relative;
  width: 3vw;
  height: 3vw;
  font-size: 0;
}

.accordion__icon::before,
.accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.5vw;
  height: .25vw;
  background: #FCF1D1;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion__header.is-open .accordion__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

.accordion__body {
  padding-top: 2vw;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  transition: max-height 0.3s ease;
}

.contact {
  width: 65%;
  margin: 0 auto;
  padding: 5vw 0 8.5vw;
  border-top: 1px solid #C7C4C4;
}
@media screen and (max-width: 767px) {
  .contact {
    width: 90%;
    margin: 0 auto;
    padding: 10vw 0 20vw;
    border-top: 1px solid #C7C4C4;
  }
}
.contact > .inner {
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .contact > .inner {
    max-width: 100%;
    padding: 0 3vw;
  }
}
.contact__title {
  font-size: 50px;
  line-height: 50px;
  color: #707070;
  font-weight: 900;
  text-align: center;
  margin: 0 auto 3vw;
}
@media screen and (max-width: 767px) {
  .contact__title {
    font-size: 8vw;
    line-height: 12.5vw;
    margin: 0 auto 5vw;
  }
}
.contact__read {
  text-align: center;
  margin-bottom: 2.5vw;
  font-size: 1.1vw;
  line-height: 2vw;
}
@media screen and (max-width: 767px) {
  .contact__read {
    margin: 0 auto 5vw;
    font-size: 3.75vw;
    line-height: 6.5vw;
    width: 90%;
  }
}
.contact__wrap {
  width: 65%;
  margin: 0 auto;
  padding: 2.5vw 0 0;
}
@media screen and (max-width: 767px) {
  .contact__wrap {
    width: 94%;
    padding: 2.5vw 0 0;
  }
}
.contact__wrap--ls {
  padding-top: .5vw;
}
@media screen and (max-width: 767px) {
  .contact__wrap--ls {
    padding-top: 5vw;
  }
}
.contact__wrap--bx {
  margin-bottom: 2.85vw;
}
@media screen and (max-width: 767px) {
  .contact__wrap--bx {
    margin-bottom: 7.5vw;
  }
}
.contact__wrap--read {
  margin-bottom: .65vw;
}
@media screen and (max-width: 767px) {
  .contact__wrap--read {
    margin-bottom: 1.25vw;
  }
}
.contact__wrap--read em {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact__wrap--read em {
    font-size: 3.75vw;
    line-height: 5vw;
    display: block;
    margin-bottom: 3vw;
  }
}
.contact__wrap--read strong {
  font-size: .75vw;
  color: #fff;
  background: #C20606;
  font-weight: 600;
  text-align: center;
  margin-right: .9vw;
  padding: .15vw .5vw;
}
@media screen and (max-width: 767px) {
  .contact__wrap--read strong {
    font-size: 3.5vw;
    padding: 0 2vw;
    margin-bottom: 2vw;
    display: inline-block;
  }
}
.contact__wrap input[type="text"], .contact__wrap input[type="email"], .contact__wrap input[type="tel"], .contact__wrap input[type="date"] {
  width: 100%;
  color: #0A0A0A;
  min-height: 2vw;
  outline: none;
  padding: .95vw;
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
  border-radius: .5vw;
  font-size: 1vw;
  background: #FAFAFA;
}
@media screen and (max-width: 767px) {
  .contact__wrap input[type="text"], .contact__wrap input[type="email"], .contact__wrap input[type="tel"], .contact__wrap input[type="date"] {
    width: 100%;
    min-height: 10vw;
    padding: 2vw;
    font-size: 18px;
  }
}
.contact__wrap textarea {
  width: 100%;
  min-height: 12vw;
  color: #3c3c3c;
  border: 1px solid #ccc;
  outline: none;
  padding: .5vw;
  box-sizing: border-box;
  font-size: 1vw;
  border-radius: .5vw;
  background: #fafafa;
}
@media screen and (max-width: 767px) {
  .contact__wrap textarea {
    width: 100%;
    min-height: 50vw;
    padding: 1vw;
    font-size: 18px;
  }
}
.contact__wrap--link {
  text-align: center;
}
.contact__wrap--link a {
  display: inline-block;
  text-align: center;
  color: #0A0A0A;
  border-bottom: 1px solid #0A0A0A;
  margin-bottom: 2vw;
}
@media screen and (max-width: 767px) {
  .contact__wrap--link a {
    margin-bottom: 12vw;
  }
}
.contact__wrap--check {
  text-align: center;
  margin: 0 auto 2.5vw;
}
@media screen and (max-width: 767px) {
  .contact__wrap--check {
    margin-bottom: 15vw;
  }
}
.contact__wrap--check input[type=checkbox] {
  transform: scale(1.8);
  margin-right: .5vw;
}
@media screen and (max-width: 767px) {
  .contact__wrap--check input[type=checkbox] {
    margin: 0 3.5vw 0 1vw;
  }
}
.contact__wrap--button {
  width: 22vw;
  transition: 0.5s;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact__wrap--button {
    width: 100%;
  }
}
.contact__wrap--button input[type="submit"] {
  font-size: 1.15vw;
  line-height: 5vw;
  font-weight: 600;
  height: 5vw;
  text-align: center;
  display: block;
  border: none;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  color: #fff;
  background: #C20606;
  border: 1px solid #C20606;
  width: 100%;
  padding: 0;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__wrap--button input[type="submit"] {
    font-size: 4.5vw;
    line-height: 20vw;
    height: 20vw;
    border-radius: 0;
    width: 100%;
  }
}
.contact__wrap--button input[type="submit"]:hover {
  color: #C20606;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .contact__wrap--button input[type="submit"]:hover {
    color: #fff;
    background: #C20606;
  }
}
.contact__wrap--input li {
  margin-bottom: .5vw;
}
@media screen and (max-width: 767px) {
  .contact__wrap--input li {
    margin-bottom: 5vw;
  }
}

.radio {
  display: flex;
  align-items: center;
  gap: .5vw;
  cursor: pointer;
  user-select: none;
  margin-bottom: .5vw;
}
@media screen and (max-width: 767px) {
  .radio {
    border: 1px solid #ccc;
    padding: 2vw;
    margin-bottom: 3vw;
    border-radius: 1vw;
  }
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio__box {
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  border: 2px solid #cfcfcf;
  background: #fff;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .radio__box {
    width: 4.5vw;
    height: 4.5vw;
    margin-right: 2vw;
  }
}
.radio__box::before {
  content: "";
  width: .5vw;
  height: .5vw;
  border-radius: 50%;
  background: #C20606;
  transform: scale(0);
}
@media screen and (max-width: 767px) {
  .radio__box::before {
    width: 2.5vw;
    height: 2.5vw;
  }
}

/* 選択時：枠をオレンジに、中塗りを表示 */
.radio input[type="radio"]:checked + .radio__box {
  border-color: #C20606;
}

.radio input[type="radio"]:checked + .radio__box::before {
  transform: scale(1);
}

/* フォーカス（Tabキー移動時など）の見た目 */
.radio input[type="radio"]:focus-visible + .radio__box {
  box-shadow: 0 0 0 4px color-mix(in srgb, #C20606, transparent 75%);
  border-color: #C20606;
}

/*--コンタクトフォームラジオボタンカスタム---------------------*/
.contact__wrap--input input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.contact__wrap--input .wpcf7-list-item.first {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .contact__wrap--input span.wpcf7-list-item {
    border: 1px solid #ccc;
    padding: 2vw;
    margin: 0 auto 3vw;
    border-radius: 1vw;
    display: block;
  }
}

.contact__wrap--input span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 1.25vw;
}

.contact__wrap--input span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 2px solid #C7C4C4;
  width: 1.35vw;
  height: 1.35vw;
  margin-right: .5vw;
}
@media screen and (max-width: 767px) {
  .contact__wrap--input span.wpcf7-list-item-label::before {
    width: 5vw;
    height: 5vw;
  }
}

.contact__wrap--input span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: .8vw;
  height: .8vw;
  background-color: #C20606;
  left: .4vw;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
@media screen and (max-width: 767px) {
  .contact__wrap--input span.wpcf7-list-item-label::after {
    width: 3.5vw;
    height: 3.5vw;
    left: 1vw;
  }
}

.contact__wrap--input input[type="radio"]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

.footer {
  width: 65%;
  margin: 0 auto;
  padding: 5vw 0 8.5vw;
  border-top: 1px solid #C7C4C4;
}
@media screen and (max-width: 767px) {
  .footer {
    width: 96%;
    margin: 0 auto;
    padding: 15vw 0 42.5vw;
  }
}
.footer > .inner {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer > .inner {
    width: 100%;
  }
}
.footer__logo {
  margin-bottom: 3vw;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    margin-bottom: 10vw;
  }
}
.footer__logo em {
  display: block;
  margin: 0 auto 1vw;
  width: 23vw;
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .footer__logo em {
    margin: 0 auto 5vw;
    width: 80%;
  }
}
.footer__logo em:hover {
  opacity: .7;
}
.footer__link {
  text-align: center;
}
.footer__link a {
  color: #C20606;
  text-decoration: underline;
  margin-bottom: 1vw;
}
@media screen and (max-width: 767px) {
  .footer__link a {
    margin-bottom: 2.5vw;
    display: block;
    text-align: center;
    font-size: 4.5vw;
  }
}
.footer__link a:hover {
  text-decoration: none;
}
.footer__address {
  text-align: center;
}
.footer__txt {
  text-align: center;
  margin-bottom: 3vw;
}
@media screen and (max-width: 767px) {
  .footer__txt {
    margin-bottom: 15vw;
  }
}
.footer__partners {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 5vw;
}
@media screen and (max-width: 767px) {
  .footer__partners {
    display: block;
    margin-bottom: 10vw;
  }
}
.footer__partners li {
  transition: .3s;
}
.footer__partners li:hover {
  opacity: .7;
}
@media screen and (max-width: 767px) {
  .footer__partners li:hover {
    opacity: 1;
  }
}
.footer__partners li:first-child {
  width: 15.5vw;
  margin-right: .5vw;
}
@media screen and (max-width: 767px) {
  .footer__partners li:first-child {
    width: 60%;
    margin: 0 auto 5vw;
  }
}
.footer__partners li:last-child {
  width: 11vw;
  margin-left: .5vw;
}
@media screen and (max-width: 767px) {
  .footer__partners li:last-child {
    width: 45%;
    margin: 0 auto;
  }
}
.footer address a {
  display: block;
  text-align: center;
  font-size: .85vw;
  color: #0A0A0A;
}
@media screen and (max-width: 767px) {
  .footer address a {
    font-size: 4vw;
  }
}

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