@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure,
strong {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

[type=text],
[type=email],
[type=tel] {
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-shadow: none;
}

button,
[type=submit],
input[type=button i] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

[type=radio],
[type=checkbox],
input[type=file] {
  display: none;
}

select,
[type=date] {
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 0;
  border: 0;
  background-color: inherit;
  color: inherit;
}

html {
  font-size: calc(1000 / 1600 * 1vw);
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(1000 / 375 * 1vw);
  }
}

body {
  color: #161616;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

body.js-modal-open {
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: #161616;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  overflow-x: hidden;
}

.l-main.js-modal-open {
  overflow: auto;
  scrollbar-gutter: stable;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1320px;
  height: inherit;
  padding: 0 2rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 100%;
    padding: 0 24px;
  }
}

.l-inner--narrow {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: inherit;
  padding: 0 2rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .l-inner--narrow {
    width: 100%;
    max-width: 100%;
    padding: 0 1.25rem;
  }
}

.l-footer {
  background: #b20006;
  width: 100%;
}

.c-scrolldown {
  text-align: center;
  width: 5.6rem;
  height: 1.1rem;
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 5.8rem;
}
.c-scrolldown p {
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 2.4rem #000;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  position: relative;
}
.c-scrolldown::before {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 4.7rem;
  background: #fff;
  box-shadow: 0 0 2.4rem rgba(0, 0, 0, 0.6);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  animation: pathmove 2s ease-in-out infinite;
}

@keyframes pathmove {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  50% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
}
.c-project_btn {
  padding: 1.6rem 2rem 1rem 3rem;
  border-radius: 6px;
  width: 41.4rem;
  height: 9rem;
  text-align: center;
  transition: all 0.3s;
  box-shadow: 0 0.4rem rgba(0, 0, 0, 0.55);
}
.c-project_btn img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-project_btn:hover {
  transform: translateY(0.4rem);
  box-shadow: 0 0 rgba(0, 0, 0, 0.55) !important;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-project_btn {
    padding: 1.3rem 1rem 1rem 2rem;
    width: 100%;
    height: auto;
  }
}

.p-project01__list:nth-of-type(1) .c-project_btn {
  background: #c58949;
  padding: 1.6rem 1.5rem 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-project01__list:nth-of-type(1) .c-project_btn {
    padding: 1.6rem 1.8rem 1rem 2.5rem;
  }
}

.p-project01__list:nth-of-type(2) .c-project_btn {
  background: #231815;
  padding: 1.6rem 1rem 1rem 1rem;
}

.p-project01__list:nth-of-type(3) .c-project_btn {
  background: #fef5e8;
  padding: 1.6rem 2rem 1.6rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-project01__list:nth-of-type(3) .c-project_btn {
    padding: 1.6rem 5rem 1.6rem 5rem;
  }
}

.c-cta_btn {
  background: url(../img/btn.png) no-repeat center center/cover;
  margin-top: 0.6rem;
  width: 41rem;
  height: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-cta_btn img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .c-cta_btn {
    width: 100%;
    display: block;
    margin-top: 0.6rem;
  }
}

@media screen and (max-width: 767px) {
  .c-cta_btn-sp {
    display: block;
    margin-top: 0.6rem;
  }
}

.c-cta_btn-oubo {
  margin-top: 0.6rem;
  width: 41rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-cta_btn-oubo img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .c-cta_btn-oubo {
    width: 100%;
    display: block;
    margin-top: 0.6rem;
  }
}

.c-cta_btn-member-apply {
  width: 15rem;
  height: auto;
  aspect-ratio: 150/39;
}

.c-cta_btn-member {
  width: 21.9rem;
  height: auto;
  aspect-ratio: 219/94;
}

.c-cta_btn-campaign {
  width: 25.6rem;
  height: auto;
  aspect-ratio: 256/108;
}

.c-footer_btn {
  background: url(../img/fotter-btn.png?v=3) no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28.5rem;
  height: 28.5rem;
  margin-top: 11rem;
}
.c-footer_btn img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .c-footer_btn {
    width: 22.5rem;
    height: 22.5rem;
    margin-top: 6rem;
  }
}

.c-footer_btn-text {
  width: 20.8rem;
  height: 11.8rem;
}
@media screen and (max-width: 767px) {
  .c-footer_btn-text {
    width: 15.8rem;
  }
}

.p-project01 {
  background: #b20006;
  padding-bottom: 80px;
  color: #fef5e8;
}

.p-project01__title {
  width: 51.85rem;
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  .p-project01__title {
    margin-top: 8rem;
    width: 82%;
  }
}

.p-project01__no {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-project01__no {
    width: 70%;
  }
}

.p-project01__big-title {
  margin-top: 6rem;
  width: 63.8rem;
}
@media screen and (max-width: 767px) {
  .p-project01__big-title {
    margin-top: 4rem;
    width: 100%;
  }
}

.p-project01__schedule {
  margin-top: 5rem;
  padding-bottom: 1.8rem;
  width: 70.9rem;
}
@media screen and (max-width: 767px) {
  .p-project01__schedule {
    margin-top: 2rem;
    width: 100%;
  }
}

.p-project01__lists {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-project01__lists {
    flex-direction: column;
  }
}
.p-project01__lists.p-project01__list--fvBottom {
  margin-top: -1.4rem;
}
@media screen and (max-width: 767px) {
  .p-project01__lists.p-project01__list--fvBottom {
    display: none;
  }
}

.p-project01__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.4rem;
  position: relative;
}

.p-project01__list-head {
  display: flex;
  align-items: center;
  margin-bottom: -2.8rem;
  width: 41.4rem;
}
.p-project01__list-head .stamp {
  transform: translateX(-2rem);
  position: relative;
  z-index: 5;
  width: 8.8rem;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-project01__list-head {
    width: 100%;
  }
}

.p-project01__list:nth-of-type(1) .p-project01__list-title {
  width: 34.1rem;
  transform: translateX(-0.9rem);
}
@media screen and (max-width: 767px) {
  .p-project01__list:nth-of-type(1) .p-project01__list-title {
    width: 100%;
  }
}

.p-project01__list:nth-of-type(2) .p-project01__list-title {
  width: 29.9rem;
}
@media screen and (max-width: 767px) {
  .p-project01__list:nth-of-type(2) .p-project01__list-title {
    transform: translateX(-2rem);
    width: 100%;
  }
}

.p-project01__list:nth-of-type(3) .p-project01__list-title {
  width: 30rem;
  transform: translateX(-0.7rem);
}
@media screen and (max-width: 767px) {
  .p-project01__list:nth-of-type(3) .p-project01__list-title {
    width: 100%;
  }
}

.p-section {
  background: url(../img/bg.png) repeat-y center center/cover;
  padding-bottom: 14rem;
  margin-top: -3px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-attachment: fixed;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-section {
    padding-bottom: 6rem;
  }
}

.p-section__container {
  width: 120rem;
  border-radius: 3.7em;
  background: url(../img/bg-beige.png) no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .p-section__container {
    border-radius: 2em;
    padding-bottom: 6rem;
    width: 100%;
  }
}

.p-section__head {
  padding: 4rem 7rem;
  border-top-left-radius: 3em;
  border-top-right-radius: 3em;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-section__head {
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
    padding: 1.5rem 1rem;
  }
}

.p-section__head-title {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-section__head-title {
    margin-top: 1.3rem;
  }
}

.p-section__head-lead {
  width: 100%;
}

.p-section__main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 78rem;
  margin: 0 auto;
  padding-top: 7rem;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-section__main {
    width: 100%;
    padding: 2rem 10px 0;
  }
}
.p-section__main .modal_open {
  position: absolute;
  bottom: 0;
  right: -19rem;
  width: 22rem;
  max-width: 213px;
  display: block;
}
@media screen and (max-width: 1445px) {
  .p-section__main .modal_open {
    right: -23rem;
  }
}

.p-section__main-copy {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-section__main-copy {
    width: 85%;
  }
}

.p-section__main-text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 3rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-section__main-text {
    font-size: 1.4rem;
    line-height: 1.28;
  }
}

.p-section__main-attention {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-section__main-attention {
    margin-top: 2rem;
    width: 70%;
  }
}

.p-section__cta {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 5rem;
  margin-top: 5rem;
  padding-left: 6rem;
  padding-right: 6rem;
}
@media screen and (max-width: 767px) {
  .p-section__cta {
    flex-direction: column;
    gap: 3rem;
    margin-top: 2.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.p-section__cta-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-section__cta-item {
    width: 100%;
  }
}

.p-section__cta-item:nth-of-type(1) .p-section__cta-lead {
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .p-section__cta-item:nth-of-type(1) .p-section__cta-lead {
    width: 16rem;
  }
}

.p-section__cta-item:nth-of-type(2) .p-section__cta-lead {
  width: 18rem;
}
@media screen and (max-width: 767px) {
  .p-section__cta-item:nth-of-type(2) .p-section__cta-lead {
    width: 13rem;
  }
}

.p-section__cta-winning {
  margin-top: 1.3rem;
  width: 44.3rem;
  aspect-ratio: 443/83;
}
@media screen and (max-width: 767px) {
  .p-section__cta-winning {
    width: 100%;
  }
}

.p-section__cta-detail {
  margin-top: -1rem;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  padding-right: 1.8rem;
}
.p-section__cta-detail::after {
  content: "";
  position: absolute;
  background: #b20006;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 1rem;
  height: 1.2rem;
  right: 0;
  top: 54%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.p-section__cta-detail:hover::after {
  transform: translate(30%, -50%);
}
@media screen and (max-width: 767px) {
  .p-section__cta-detail {
    font-size: 1.4rem;
    margin-top: -0.3rem;
  }
}

.p-section__container:nth-of-type(1) {
  margin-top: 3rem;
}
.p-section__container:nth-of-type(1) .p-section__head {
  background: #b20006;
  position: relative;
  padding: 1rem 7rem 1.5rem;
}
.p-section__container:nth-of-type(1) .p-section__head-logo {
  width: 190px;
  height: 84px;
}
.p-section__container:nth-of-type(1) .p-section__head-lead {
  width: 44.1rem;
}
.p-section__container:nth-of-type(1) .p-section__head-title {
  width: 64%;
  max-width: 680px;
}
@media screen and (max-width: 767px) {
  .p-section__container:nth-of-type(1) .p-section__head-title {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .p-section__container:nth-of-type(1) {
    /*
    .p-section__main-text {
      margin-top: 2rem;
      line-height: 2;
    }
    .p-section__main-text span {
      font-size: 1.7rem;

      &::after {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        bottom: -5px;
        width: 100%;
        height: 3px;
        background: $red;
      }
    }
      */
  }
  .p-section__container:nth-of-type(1) .p-section__head {
    padding: 6rem 1rem 1.5rem;
  }
  .p-section__container:nth-of-type(1) .p-section__head-logo {
    position: absolute;
    top: 0.7rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 13rem;
    height: 5.65rem;
  }
  .p-section__container:nth-of-type(1) .p-section__head-lead {
    width: 75%;
  }
  .p-section__container:nth-of-type(1) .p-section__head-title {
    width: 100%;
  }
}

.p-section__container:nth-of-type(2) {
  margin-top: 7rem;
}
.p-section__container:nth-of-type(2) .p-section__head {
  background: #c58949;
  padding: 2rem 100px 4rem 130px;
  position: relative;
  border-bottom-left-radius: 3em;
  border-bottom-right-radius: 3em;
}
.p-section__container:nth-of-type(2) .p-section__head .stamp {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 10%;
  max-width: 116px;
}
.p-section__container:nth-of-type(2) .p-section__head-title {
  width: 91%;
  max-width: 933px;
}
@media screen and (max-width: 767px) {
  .p-section__container:nth-of-type(2) .p-section__head-title {
    width: 100%;
    max-width: none;
  }
}
.p-section__container:nth-of-type(2) .active .p-section__head {
  border-bottom-left-radius: 0em;
  border-bottom-right-radius: 0em;
}
.p-section__container:nth-of-type(2) .p-section__head-lead {
  width: 63.1rem;
}
@media screen and (max-width: 767px) {
  .p-section__container:nth-of-type(2) {
    margin-top: 6rem;
  }
  .p-section__container:nth-of-type(2) .p-section__head {
    padding: 0rem 3.5rem 1.5rem 1.5rem;
  }
  .p-section__container:nth-of-type(2) .p-section__head .stamp {
    top: -22%;
    left: -10px;
    transform: translateY(0);
    width: 100%;
    max-width: 70px;
  }
  .p-section__container:nth-of-type(2) .p-section__head-lead {
    width: 96%;
  }
}

.active .p-section__container:nth-of-type(2) .p-section__head {
  border-bottom-left-radius: 0em;
  border-bottom-right-radius: 0em;
}

.p-section__container:nth-of-type(3) {
  margin-top: 4rem;
}
.p-section__container:nth-of-type(3) .p-section__head {
  background: #231815;
  padding: 2rem 100px 4rem 130px;
  position: relative;
  border-bottom-left-radius: 3em;
  border-bottom-right-radius: 3em;
}
.p-section__container:nth-of-type(3) .p-section__head .stamp {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 10%;
  max-width: 116px;
}
.p-section__container:nth-of-type(3) .p-section__head-title {
  width: 93%;
  max-width: 955px;
}
@media screen and (max-width: 767px) {
  .p-section__container:nth-of-type(3) .p-section__head-title {
    width: 100%;
    max-width: none;
  }
}
.p-section__container:nth-of-type(3) .active .p-section__head {
  border-bottom-left-radius: 0em;
  border-bottom-right-radius: 0em;
}
.p-section__container:nth-of-type(3) .p-section__head-lead {
  width: 60.6rem;
}
.p-section__container:nth-of-type(3) .p-section__main-text span {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
}
.p-section__container:nth-of-type(3) .p-section__main-text span::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 5px;
  background: #b20006;
}
@media screen and (max-width: 767px) {
  .p-section__container:nth-of-type(3) {
    margin-top: 6rem;
  }
  .p-section__container:nth-of-type(3) .p-section__head {
    padding: 0rem 3.5rem 1.5rem 1.5rem;
  }
  .p-section__container:nth-of-type(3) .p-section__head .stamp {
    top: -22%;
    left: -10px;
    transform: translateY(0);
    width: 100%;
    max-width: 70px;
  }
  .p-section__container:nth-of-type(3) .p-section__head-lead {
    width: 92%;
  }
}

.active .p-section__container:nth-of-type(3) .p-section__head {
  border-bottom-left-radius: 0em;
  border-bottom-right-radius: 0em;
}

.p-kimarite {
  margin-top: 1.8rem;
  width: 96.2rem;
  position: relative;
  z-index: 1;
}
.p-kimarite__inner {
  width: 100%;
  max-width: 774px;
  margin: 0 auto;
}
.p-kimarite__inner.second {
  width: 100%;
  max-width: 781px;
  margin-top: 50px;
}
.p-kimarite__inner.third {
  width: 100%;
  max-width: 781px;
  margin-top: 20px;
}
.p-kimarite ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 9.7rem;
  width: 94%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-kimarite ul {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
}
.p-kimarite__copy {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 2.5rem;
}
.p-kimarite__copy span {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -3px;
  position: relative;
  white-space: nowrap;
}
.p-kimarite__copy span::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 5px;
  background: #231815;
}
@media screen and (max-width: 767px) {
  .p-kimarite {
    width: calc(100% - 20px);
  }
  .p-kimarite__inner.second {
    margin-top: 25px;
  }
  .p-kimarite__inner.third {
    margin-top: 25px;
  }
  .p-kimarite__copy {
    line-height: 2;
  }
  .p-kimarite__copy span {
    font-size: 1.7rem;
    letter-spacing: -1px;
    margin-left: -0.3rem;
  }
  .p-kimarite__copy span::after {
    content: none;
  }
}

.p-kimarite__list > .items > div > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-kimarite__list {
    width: 100%;
  }
  .p-kimarite__list + .p-kimarite__list {
    margin-top: 3rem;
    border-top: solid 3px #fff;
    padding-top: 3rem;
  }
  .p-kimarite__list > .items > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-kimarite__list > .items > div div:nth-child(1) {
    width: 55%;
  }
  .p-kimarite__list > .items > div div:nth-child(2) {
    width: 43%;
  }
}

.p-kimarite__img {
  height: 13rem;
}
@media screen and (max-width: 767px) {
  .p-kimarite__img {
    height: auto;
  }
}

.p-kimarite__text {
  height: 6rem;
}
@media screen and (max-width: 767px) {
  .p-kimarite__text {
    height: auto;
  }
}

.p-kimarite__list:nth-of-type(1) .p-kimarite__text {
  width: 17.42rem;
  height: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-kimarite__list:nth-of-type(1) .p-kimarite__text {
    width: 7.2rem;
    height: auto;
  }
  .p-kimarite__list:nth-of-type(1) .p-kimarite__text img {
    width: 100%;
    height: auto;
  }
}

.p-kimarite__list:nth-of-type(2) .p-kimarite__text {
  width: 16.53rem;
  height: 4.4rem;
  margin-top: -1.5rem;
}
@media screen and (max-width: 767px) {
  .p-kimarite__list:nth-of-type(2) .p-kimarite__text {
    width: 7.2rem;
    height: auto;
    margin-top: 0;
  }
  .p-kimarite__list:nth-of-type(2) .p-kimarite__text img {
    width: 100%;
    height: auto;
  }
}

.p-kimarite__list:nth-of-type(3) .p-kimarite__text {
  width: 16.05rem;
  height: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-kimarite__list:nth-of-type(3) .p-kimarite__text {
    width: 7.2rem;
    height: auto;
  }
  .p-kimarite__list:nth-of-type(3) .p-kimarite__text img {
    width: 100%;
    height: auto;
  }
}

.p-kimarite__link {
  background: #231815;
  color: #fef5e8;
  font-size: 2rem;
  font-weight: 700;
  padding: 1rem 0.4rem 1rem 2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.8em;
  cursor: pointer;
}
.p-kimarite__link:hover .p-kimarite__arrow {
  transform: translateX(30%);
}
@media screen and (max-width: 767px) {
  .p-kimarite__link {
    font-size: 1.4rem;
    padding: 0.7rem 1rem 1rem 1rem;
  }
}

.p-kimarite__arrow {
  display: inline-block;
  width: 0.8rem;
  height: 0.6rem;
  margin-left: 1rem;
  background: #b20006;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transition: all 0.3s;
}

.p-footer__title {
  width: 51.85rem;
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-footer__title {
    margin-top: 6rem;
    width: 77%;
  }
}

.p-footer__logo {
  width: 18.95rem;
  height: 8.35rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 13.95rem;
    height: auto;
  }
}

.p-footer__attention {
  font-size: 1.6rem;
  margin-top: 3rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__attention {
    font-size: 1.1rem;
  }
}

.p-footer__nav {
  margin-top: 3.5rem;
}

.p-footer__lists {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-footer__lists {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.p-footer__list {
  padding: 0 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    width: 50%;
    padding: 0 0 0 3rem;
    margin-bottom: 2em;
  }
  .p-footer__list:nth-child(2n) {
    border-left: 1px solid #fff;
  }
}

.p-footer__list:not(:last-child) {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-footer__list:not(:last-child) {
    border-right: none;
  }
}

.p-footer__list a {
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-footer__list a {
    font-size: 1rem;
  }
}

.p-footer__copyright {
  font-size: 1.4rem;
  color: #fff;
  padding: 1.6rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 0.8rem;
  }
}

.p-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-out;
  z-index: 5;
}
.p-modal.active {
  opacity: 1;
  visibility: visible;
}

.p-modal__body {
  width: 88.6rem;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-modal__body {
    width: calc(100% - 5rem);
  }
}

.p-modal__close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  cursor: pointer;
}
.p-modal__close span {
  background: #b20006;
}
@media screen and (max-width: 767px) {
  .p-modal__close {
    top: 90%;
    right: 50%;
    transform: translateX(50%);
  }
}

.p-modal__content {
  background: url(../img/bg-modal.png) no-repeat center center/cover;
  text-align: left;
  padding: 11rem 3.5rem 11.5rem 7rem;
  border-radius: 3rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-modal__content {
    padding: 2rem 3rem 7.5rem 3rem;
  }
}

.p-modal__left {
  padding-right: 2.8rem;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-modal__left {
    padding-right: 0;
    width: 100%;
  }
}

.p-modal__right {
  width: 52%;
}

.p-modal__title img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-modal__text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9;
  margin-top: 7rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-modal__text {
    font-size: 1.4rem;
    margin-top: 3rem;
  }
}

#kimarite-01 .p-modal__title {
  width: 23.8rem;
  margin-top: 3rem;
  margin-left: 2.5rem;
}
#kimarite-01 .p-modal__img {
  transform: translateY(1rem);
}
@media screen and (max-width: 767px) {
  #kimarite-01 .p-modal__title {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
}

#kimarite-02 .p-modal__content {
  padding: 12rem 3.5rem 10rem 7rem;
}
#kimarite-02 .p-modal__title {
  width: 21.7rem;
  height: auto;
  aspect-ratio: 217/53;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #kimarite-02 .p-modal__content {
    padding: 2rem 3rem 7.5rem 3rem;
  }
  #kimarite-02 .p-modal__title {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
}

#kimarite-03 .p-modal__left {
  padding-right: 4.5rem;
}
#kimarite-03 .p-modal__content {
  padding: 9rem 3.5rem 10rem 8.5rem;
}
#kimarite-03 .p-modal__title {
  width: 32.2rem;
  height: auto;
  aspect-ratio: 322/39;
}
#kimarite-03 .p-modal__text {
  margin-top: 2.5rem;
}
#kimarite-03 .p-modal__img {
  transform: translateY(1rem);
}
@media screen and (max-width: 767px) {
  #kimarite-03 .p-modal__left {
    padding-right: 0;
  }
  #kimarite-03 .p-modal__content {
    padding: 2rem 3rem 7.5rem 3rem;
  }
  #kimarite-03 .p-modal__title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}

.modal_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 5000;
}
.modal_container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal_container.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .modal_container {
    padding: 5px;
  }
  .modal_container:before {
    position: absolute;
    top: 0;
  }
}

.modal_body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 57%;
  max-width: 886px;
}
@media screen and (max-width: 767px) {
  .modal_body {
    width: 100%;
    max-width: none;
  }
}

.modal_close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 4rem;
  right: 4rem;
  width: 20px;
  height: 20px;
  color: #b20006;
  cursor: pointer;
  font-size: 55px;
  font-weight: 400;
  z-index: 1;
}
.modal_close:hover:before {
  background: rgba(0, 72, 49, 0.3);
}
@media screen and (max-width: 767px) {
  .modal_close {
    top: 94%;
    right: 50%;
    transform: translateX(50%);
  }
}

.modal_content {
  background: #000 url(../img/bg-modal-audio.jpg) no-repeat center center;
  background-size: cover;
  text-align: left;
  padding: 5rem;
  border-radius: 25px;
  color: #fff;
}
.modal_content .title {
  width: 25.32rem;
  max-width: 256px;
}
.modal_content .statement {
  font-size: 1.7rem;
  line-height: 1.66;
  letter-spacing: -1px;
  margin-top: 15px;
}
.modal_content .profile {
  background: #160f0d;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 0.5rem 2.5rem 4rem;
  line-height: 1.5;
  margin-top: 36px;
}
.modal_content .profile > figure {
  width: 30%;
}
.modal_content .profile > div {
  width: 65%;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.modal_content .profile > div .name {
  font-size: 2rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.modal_content .profile > div .name span {
  font-size: 1.4rem;
}
.modal_content .profile > div .name + p {
  letter-spacing: -0.05em;
}
@media only screen and (min-width: 1620px) {
  .modal_content .profile > div {
    font-size: 14px;
  }
  .modal_content .profile > div .name {
    font-size: 20px;
  }
  .modal_content .profile > div .name span {
    font-size: 14px;
  }
}
.modal_content .audio-area {
  margin-top: 36px;
}
.modal_content .audio-area .audio-box {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  /* サムのサイズ変更 */
  /* サムのサイズ変更 */
}
.modal_content .audio-area .audio-box + .audio-box {
  margin-top: 16px;
  border-top: solid 1px #010000;
  padding-top: 18px;
}
.modal_content .audio-area .audio-box .audio-title {
  width: 34%;
  letter-spacing: -1px;
}
.modal_content .audio-area .audio-box .audio-title span {
  color: #b20006;
  font-size: 1.8rem;
}
@media only screen and (min-width: 1620px) {
  .modal_content .audio-area .audio-box .audio-title {
    font-size: 22px;
  }
}
.modal_content .audio-area .audio-box .audio-slider {
  width: 27rem;
  max-width: 270px;
}
.modal_content .audio-area .audio-box .p-idx__player {
  background: #fef5e8;
  border-radius: 50px;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 3rem;
}
.modal_content .audio-area .audio-box .btn-play {
  color: #fef5e8;
  line-height: 1;
  width: 32px;
  height: 35px;
  position: relative;
  display: inline-block;
}
.modal_content .audio-area .audio-box .btn-play:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/btn-play.png?v=1) no-repeat center center;
  background-size: contain;
}
.modal_content .audio-area .audio-box .btn-play.playing:before {
  background: url(../img/btn-pause.png?v=1) no-repeat center center;
  background-size: contain;
}
.modal_content .audio-area .audio-box .range-slider {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 16px;
  background: #aaa;
  outline: none;
  border-radius: 10px;
}
.modal_content .audio-area .audio-box .range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background-color: #b20006;
  border-radius: 50%;
  cursor: pointer;
  margin-left: -3px;
}
.modal_content .audio-area .audio-box .range-slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background-color: #b20006;
  border-radius: 50%;
  cursor: pointer;
  margin-left: -3px;
}
.modal_content .audio-area .audio-box .range-slider::-webkit-slider-runnable-track {
  background: linear-gradient(to right, #b20006 0%, #b20006 var(--seek-value), #aaa var(--seek-value), #aaa 100%);
  height: 16px;
  border-radius: 10px;
}
.modal_content .audio-area .audio-box .range-slider::-moz-range-progress {
  background-color: #b20006;
  border-radius: 10px;
}
.modal_content .audio-area .audio-box .range-slider::-moz-range-track {
  background-color: #aaa;
  height: 16px;
  border-radius: 10px;
}
.modal_content .audio-area .audio-box .btn-on {
  width: 5.2rem;
  max-width: 52px;
}
.modal_content .audio-area .audio-box .counter {
  color: #231815;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .modal_content {
    padding: 33px 19px 90px;
    border-radius: 15px;
  }
  .modal_content .title {
    width: 52.5%;
    margin: 0 auto;
  }
  .modal_content .statement {
    font-size: 1.4rem;
    line-height: 1.42;
  }
  .modal_content .profile {
    padding: 22px 5px 22px 15px;
    align-items: flex-start;
  }
  .modal_content .profile > figure {
    width: 48%;
  }
  .modal_content .profile > div {
    width: 48%;
    font-size: 1rem;
    letter-spacing: 0;
  }
  .modal_content .profile > div .name {
    font-size: 1.6rem;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
  }
  .modal_content .profile > div .name span {
    font-size: 1.1rem;
    font-weight: normal;
    display: block;
  }
  .modal_content .profile > div .name + p {
    letter-spacing: -0.05em;
  }
  .modal_content .audio-area {
    margin-top: 25px;
  }
  .modal_content .audio-area .audio-box {
    display: block;
  }
  .modal_content .audio-area .audio-box + .audio-box {
    margin-top: 14px;
    border-top: solid 2px #010000;
    padding-top: 8px;
  }
  .modal_content .audio-area .audio-box .audio-title {
    width: 100%;
    letter-spacing: -1px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .modal_content .audio-area .audio-box .audio-title span {
    color: #b20006;
    font-size: 1.4rem;
  }
  .modal_content .audio-area .audio-box .audio-slider {
    width: 62%;
  }
  .modal_content .audio-area .audio-box .p-idx__player {
    width: 100%;
    padding: 10px 2rem 10px 2.5rem;
  }
  .modal_content .audio-area .audio-box .btn-play {
    width: 24px;
  }
  .modal_content .audio-area .audio-box .btn-on {
    width: 3.5rem;
  }
  .modal_content .audio-area .audio-box .counter {
    font-size: 1.2rem;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

.u-pc {
  display: none !important;
}
@media (min-width: 768px) {
  .u-pc {
    display: block !important;
  }
}

.u-sp--inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp--inline {
    display: inline-block !important;
  }
}

.text-underline {
  text-decoration: underline !important;
}/*# sourceMappingURL=style.css.map */