@charset "UTF-8";

@media screen and (min-width: 400px) {
  body {
    font-size: 20px;
  }
}

/* ----
  MV  
       -----  */
.mv {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 9.375rem;
  position: relative;
  z-index: 0;
}

.mv picture img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.mv::after {
  background: #fff;
  bottom: -1px;
  border-radius: 1rem 1rem 0 0;
  content: "";
  display: block;
  height: auto;
  padding: 4rem 24px;
  position: absolute;
  width: 100%;
  z-index: 0;
  max-width: calc(75rem + 48px);
}

.catch {
  margin: -50px 0 20px;
  font-size: 1.75rem;
  line-height: 1.5;
}

.tape {
  display: flex;
  justify-content: center;
}

.tape span {
  background: #e16a36;
  border-radius: 50vw;
  display: block;
  color: #fff;
  font-size: 22px;
  margin: 0 6px;
  padding: 5px 20px;
  min-width: 244px;
}

.list-check_icon {
  display: flex;
  justify-content: center;
  margin: 30px 0 40px;
}

.list-check_icon li {
  background: url(../images/new/icon-check.png) no-repeat 10px 50% #fbf1ee;
  background-size: 20px;
  border-radius: 8px;
  font-size: 24px;
  line-height: 2;
  margin: 0 10px;
  padding: 0 10px 0 35px;
}

@media screen and (max-width: 768px) {
  .mv {
    padding-top: 4.0625rem;
  }

  .mv::after {
    width: 90%;
  }

  .mv .inner {
    margin-bottom: -9vh;
    padding: 2.5rem 30px 0;
    position: relative;
    top: -9vh;
  }

  .catch {
    margin: -50px 0 10px;
    font-size: 14px;
    line-height: 1.5;
  }

  .tape {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
    flex-wrap: nowrap;
  }

  .tape span {
    font-size: 13px;
    margin: 0 4px;
    padding: 4px 10px;
    min-width: 0;
  }

  .list-check_icon {
    display: block;
    width: 95%;
    margin: 10px auto 40px;
  }

  .list-check_icon li {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fbf1ee;
    font-size: 1rem;
    margin: 0 0 8px;
    padding: 0;
  }

  .list-check_icon li::before {
    content: "";
    width: 15px;
    height: 15px;
    margin-right: 8px;
    background: url(../images/new/icon-check.png) no-repeat center center /
      contain;
  }
}

@media screen and (max-width: 375px) {
  .merit-card .ttl {
    font-size: 22px;
  }
}

/* ----
 OverWrite  
       -----  */
.c-title.catch-title {
  display: block;
  margin: 15px 0 20px;
}

.c-title.catch-title b {
  color: #e16a36;
  font-weight: inherit;
}

.c-title.noicon::after {
  display: none;
}

.p-works-list__item {
  display: block;
}

.p-works-list__item-content {
  margin-top: 20px;
}

.select-item__standard + .p-product__button {
  margin-top: 40px;
}

.c-btn.--orange {
  background-color: #e99314;
  margin-top: 40px;
}

.p-contact__tel {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15rem 1.5rem;
}

.p-contact__download-button.c-btn,
.p-form-submit input {
  margin: 0 auto;
  max-width: 320px;
}

.select-item__column {
  width: 100%;
}

.p-product__select-item:nth-of-type(2) .select-item__contents {
  margin-top: 0;
}

.p-product__select-item:nth-of-type(3) .select-item__contents {
  margin-top: 4rem;
}

.p-service__list {
  margin-top: 3rem;
}

.p-form__label {
  max-width: 20rem;
}

@media screen and (min-width: 1110px) {
  .p-feature__title span {
    font-size: 44px;
  }
}

@media screen and (min-width: 768px) {
  .c-btn {
    padding: 2rem 2.5rem;
    font-size: 1.625rem;
    line-height: 1.5;
    background-position: right 40px center;
    max-width: 37.5rem;
    background-size: 35px;
  }

  .p-contact__download-button.c-btn {
    background-position: right 7px center;
  }
}

.p-contact__time {
  width: 95%;
}

.p-footer__sns {
  align-items: center;
  display: flex;
  gap: 30px;
  padding-left: 30px;
  max-width: initial;
}

.p-footer__sns a img {
  width: 40px;
  display: block;
}

@media screen and (max-width: 768px) {
  div,
  p {
    line-height: 1.8;
  }

  .c-btn.--orange {
    margin: 24px 0 20px;
  }

  .c-btn {
    line-height: 1.625;
  }

  .p-footer__meta {
    display: block;
    text-align: center;
  }

  .p-footer__logo {
    margin: 0 auto 30px;
  }

  .p-footer__sns {
    justify-content: center;
    padding-left: initial;
  }

  .p-contact__inner .col2 {
    margin-bottom: 25px;
  }

  .p-contact__tel {
    margin-bottom: 25px;
    padding: 1rem;
  }

  .p-contact__time {
    width: 98%;
  }

  .p-works-list__item + .p-works-list__item {
    margin-top: initial;
  }

  .select-item__heading {
    margin-bottom: 20px;
  }

  .p-feature-list__item-text {
    font-size: 20px;
  }

  .p-movies .p-movies__inner {
    padding: 0 16px 5rem;
  }
}

/* ----
 Slider 
       -----  */
.p-works {
  margin-bottom: 120px;
  padding: 5rem 0;
}

.gallery__wrapper {
  animation: scroll 75s linear infinite;
  animation-duration: 70s;
  display: flex;
  padding: 50px 0 0;
  position: relative;
  width: max-content;
  z-index: 1;
}

.gallery__wrapper:hover {
  animation-play-state: paused;
}

.gallery__list {
  display: flex;
  gap: 30px;
  list-style: none;
}

.gallery__list + .gallery__list {
  margin-left: 30px;
  position: relative;
  top: 8px;
}

.gallery__list li {
  width: 370px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.p-works-list__item {
  padding: 24px;
}

.p-works-list__item-text {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .p-works {
    margin-bottom: 60px;
    padding: 4rem 0;
  }

  .swiper {
    padding-bottom: 60px;
  }

  .gallery__container {
    margin-top: 24px;
  }

  .gallery__wrapper {
    animation: none;
    animation-duration: initial;
    display: initial;
    padding: 50px 0 0;
    position: relative;
    width: initial;
  }

  .gallery__wrapper:hover {
    animation-play-state: initial;
  }

  .gallery__list {
    gap: initial;
  }

  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    background: #15244d;
    height: 10px;
    width: 10px;
  }

  .p-works___button {
    margin: 1rem 16px 0;
  }

  .p-about__button {
    margin: 4rem 16px 0;
  }
}

/* ----
 CONTENTS  
       -----  */
.sp-only {
  display: none;
}

.p-news {
  position: relative;
  z-index: 1;
}

.p-news__inner {
  padding: 0 24px 5rem;
}

.inner {
  margin-inline: auto;
  max-width: calc(75rem + 48px);
  position: relative;
  z-index: 1;
}

.inner.catch-wrap {
  text-align: center;
  top: -2.5rem;
}

.bg-color {
  background-color: #fbf3f0;
  margin: 5rem 0;
  padding: 5rem 0;
  position: relative;
}

.col2 {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  margin: 60px auto;
}

.col2 li {
  background: #6f6f6f;
  border-radius: 16px;
  color: #fff;
  padding: 15px;
  text-align: center;
}

.marker-txt {
  display: flex;
  justify-content: center;
}

.marker-txt span {
  display: inline-block;
  font-size: clamp(45px, 4.5vw, 48px);
  line-height: 1.5;
  position: relative;
}

.marker-txt span::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 15px;
  background-color: #f6d2c3;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 5px;
  z-index: -1;
}

.marker-txt + p {
  padding: 40px 0;
  text-align: center;
  font-size: 18px;
}

.marker-txt + p.lead {
  font-size: 28px;
}

.image.sm {
  padding-right: 40px;
}

.image.fig {
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}

.image.fig img {
  /*aspect-ratio: 454 / 264;*/
  object-fit: cover;
  width: 100%;
}

.image.fig.--aspect img {
  border-radius: 1.5rem;
}

@media screen and (max-width: 1500px) {
  .inner {
    max-width: calc(62.5rem + 48px);
    padding: 0 16px;
  }

  .mv::after {
    max-width: calc(62.5rem + 48px);
    padding: 3rem 24px;
  }

  .inner.catch-wrap {
    top: -1.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .p-feature .col2 {
    margin: 60px 48px;
  }
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }

  .pc {
    display: none;
    visibility: hidden;
  }

  .inner {
    font-size: 1rem;
    max-width: 100%;
  }

  .bg-color {
    margin: 4rem 0;
    padding: 4rem 0;
  }

  .col2 {
    display: block;
    margin: 40px auto 0px;
  }

  .col2 li {
    border-radius: 10px;
    font-size: 18px;
    margin: 15px 0px;
  }

  .image.sm {
    padding-right: initial;
  }

  .p-product .col2 {
    display: flex;
    flex-direction: column-reverse;
  }

  .p-product .col2 .txt {
    padding-bottom: 50px;
  }

  .p-flow .p-flow__inner {
    padding-top: 0px;
  }

  .p-flow .p-flow__inner .p-flow__image {
    padding: 0;
  }

  .marker-txt span {
    font-size: 24px;
  }

  .marker-txt span.lg {
    font-size: 30px;
  }

  .marker-txt span::after {
    height: 9px;
  }

  .marker-txt + p {
    padding: 24px 0;
  }

  .marker-txt + p.lead {
    font-size: 18px;
  }

  .bg-color .col2 {
    padding: 0 16px;
  }
}

.ttl {
  font-size: 28px;
}

.ttl-color {
  color: #e16a36;
  font-size: 49px;
  margin-bottom: 40px;
}

.txt p {
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}

.txt p span,
.marker-txt + p span,
.p-feature__text span {
  color: #e16a36;
}

p span {
  color: #e16a36;
}

.p-faq-list__item-question span,
.p-faq-list__item-answer span {
  font-size: 1.75rem;
  color: #15244d;
}

.p-service__text02 span {
  color: #15244d;
}

.p-service__text02 + p {
  color: #e16a36;
  font-size: 20px;
  padding-top: 20px;
}

.p-about .col2 {
  margin-bottom: 60px;
}

.illust-onayami {
  margin: 0 auto 30px;
  text-align: center;
  width: 90px;
}

.arrow {
  background: url(../images/new/arrow.png) no-repeat 50% 0;
  background-size: 55px;
  color: #e16a36;
  font-size: 36px;
  padding: 80px 0 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ttl {
    font-size: 24px;
    margin: 30px 0 20px;
    text-align: center;
  }

  .txt {
    padding: 0px;
  }

  .col2 .txt {
    padding: 0px;
  }

  .txt p {
    font-size: 18px;
  }

  .txt p:last-of-type {
    margin-bottom: -30px;
  }

  .ttl-color {
    font-size: 24px;
    margin: 10px auto 20px;
    text-align: center;
  }

  .p-about {
    padding-bottom: 10px;
    background-image: none;
  }

  .p-about .col2 {
    display: block;
  }

  .p-about .col2::after {
    display: none;
  }

  .p-about .col2 .txt p {
    padding: 0 6px;
  }

  .illust-onayami {
    margin: 0 auto 20px;
    width: 50px;
  }

  .arrow {
    background: url(../images/new/arrow.png) no-repeat 50% 0;
    background-size: 25px;
    font-size: 20px;
    padding: 50px 0;
  }

  .p-about .col2 {
    margin: 20px 0 0;
  }

  .p-faq-list__item-question span,
  .p-faq-list__item-answer span {
    font-size: 18px;
  }
}

.row {
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr 2fr;
}

.wrap-table {
  background: #fff;
  border-radius: 24px;
  margin-top: 40px;
  padding: 40px;
}

.wrap-table h3 {
  border-bottom: 2px dotted #f6d2c3;
  font-size: 36px;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .row {
    display: block;
  }

  .row .image {
    margin-bottom: 30px;
  }

  .row .txt {
    padding: 0;
  }

  .wrap-table {
    border-radius: 16px;
    margin: 70px 0 0;
    padding: 32px 16px 30px;
  }

  .wrap-table h3 {
    font-size: 24px;
    padding-bottom: 16px;
  }
}

.p-feature .col2 {
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
  margin: 60px auto;
  max-width: 1100px;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .p-feature .col2 {
    margin: 0;
    padding: 0 16px;
    max-width: 100%;
  }
}

.p-feature__inner {
  padding: 5rem 0;
}

.txt.sm .ttl {
  margin-bottom: 20px;
}

.merit-card .ttl {
  align-items: center;
  display: flex;
  padding: 20px 0;
  font-size: 20px;
}

.merit-card .ttl span {
  color: #e16a36;
  font-family: "Zen Maru Gothic", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  padding-right: 10px;
}

.p-movies {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .merit-card {
    margin-bottom: 40px;
  }

  .merit-card .ttl {
    padding: 0;
    text-align: left;
  }

  .p-feature__inner {
    padding: 0 0 3rem;
  }

  .p-feature__text {
    margin: 24px 0;
  }
}

@media screen and (max-width: 375px) {
  .merit-card .ttl {
    font-size: 22px;
  }

  .tape {
    flex-wrap: wrap;
    gap: 6px;
  }

  .tape span {
    min-width: 0;
  }
}

.p-service .col2 {
  gap: 40px;
}

.rental-card {
  background: #fff;
  border-radius: 16px;
  display: grid;
  gap: 10px;
  grid-template-rows: subgrid;
  grid-row: span 4;
  padding: 40px;
}

.rental-card .image img {
  border-radius: 16px;
  width: 100%;
  height: auto;
}

.rental-card .ttl {
  border-bottom: 2px dotted #f6d2c3;
  font-size: 28px;
  margin-bottom: 10px;
  padding: 10px 0;
  text-align: center;
}

.rental-card p {
  margin: 20px 0 0;
}

.rental-card .p-service__button {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .rental-card {
    display: block;
    margin-bottom: 30px;
    padding: 15px;
  }

  .rental-card:last-of-type {
    margin-bottom: 0;
  }

  .rental-card .ttl {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .rental-card .c-btn {
    max-width: 250px;
  }

  .rental-card .p-service__button {
    margin-bottom: 10px;
  }
}

input[type="radio"] {
  width: initial;
}

input[type="radio"].radio_btn_item {
  display: none;
}

label {
  display: inline-block;
  font-size: 18px;
  padding: 0 50px 10px 0;
}

.radio_btn_item + span {
  align-items: center;
  display: flex;
  height: 30px;
  padding-left: 30px;
  position: relative;
}

.radio_btn_item + span::after,
.radio_btn_item + span::before {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
}

.radio_btn_item + span::before {
  background: #fff;
  border: 2px solid #15244d;
  height: 18px;
  left: 0;
  top: 8px;
  width: 18px;
}

dd.p-form__input span label {
  position: relative;
}

.radio_btn_item + span::after {
  background: #e16a36;
  height: 10px;
  left: 4px;
  opacity: 0;
  top: 12px;
  width: 10px;
}

.radio_btn_item:checked + span::after {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .radio_btn_item + span {
    display: block;
    height: 33px;
  }

  .radio_btn_item + span::before {
    top: 2vw;
  }

  .radio_btn_item + span::after {
    top: 3vw;
  }
}

@media screen and (max-width: 375px) {
  .radio_btn_item + span::after {
    top: 3.1vw;
  }
}

/* ----
  Page - - PLAN
       -----  */
.p-service + .p-service {
  background: none;
}

.page-ttl {
  height: 400px;
  padding-top: 180px;
}

.page-ttl .c-title::after {
  background: none;
}

.p-service .c-title {
  margin-bottom: 80px;
}

.p-service .plan-card + .c-title {
  margin-top: 120px;
}

.p-service .c-btn {
  padding: 2rem 2.5rem 2rem 0;
}

.p-contact__text {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  label {
    padding: 0 0 10px 0;
  }

  .dot {
    margin-top: 12px;
  }

  .choice-label {
    font-size: 24px;
  }

  .page-ttl {
    height: 160px;
    padding-top: 85px;
  }

  p.service__toptext {
    margin-top: 0;
  }

  .p-service .c-btn {
    padding: 0.75rem 1rem 0.75rem 0;
  }

  .p-service .c-title {
    margin-bottom: 40px;
  }

  .plan-card:last-of-type {
    margin-bottom: 0;
  }

  .p-service__list {
    margin-top: 24px;
  }

  .choice-items.kobachi {
    justify-content: space-around;
    margin: 0 auto;
    position: relative;
    width: 80%;
  }

  .choice-items.kobachi .item {
    width: 76px;
  }

  .or img {
    height: 16px;
    width: 16px;
  }

  .or:nth-of-type(2) {
    bottom: 15px;
    left: -14px;
    position: absolute;
  }

  .or:nth-of-type(2) img {
    left: 14px;
    position: relative;
  }

  .choice-items.kobachi .item:nth-of-type(3) {
    margin-left: 4vw;
  }
}

.p-faq-list__item-question span {
  font-size: 1.75rem;
  line-height: 1;
  font-family: "Zen Maru Gothic", serif;
  display: inline-block;
}

/* ----
  Banner
       -----  */
.p-banner {
  padding: 0 0 64px;
}

@media screen and (max-width: 768px) {
  .p-banner {
    padding: 0 16px 40px;
  }
}

.p-banner .inner a {
  display: block;
}

.p-banner .inner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  border: 4px solid #f6ebd4;
  box-sizing: border-box;
}

.select-item__heading .pc-br {
  display: block;
}

.rental-heading {
  flex-direction: column;
  align-items: center;
}

.rental-heading em {
  color: #e16a36;
  font-style: normal;
}

.marker-txt .pc-only-inline {
  display: inline-block;
}
.marker-txt .sp-only-inline {
  display: none;
}

@media screen and (max-width: 1024px) {
  .marker-txt .pc-only-inline {
    display: none;
  }
  .marker-txt .sp-only-inline {
    display: inline-block;
  }
}

.merit-card p {
  font-size: 18px;
}

.select-item__copy01 {
  font-size: 28px;
  color: #e16a36;
}

@media screen and (max-width: 768px) {
  .select-item__copy01 {
    font-size: 18px;
  }
}

.p-product .c-title small {
  font-size: 28px;
  display: block;
  line-height: 1;
  margin-top: -10px;
  margin-bottom: 20px;
}

.select-item__copy01 br {
  display: block;
}

#onayami .col2 li:last-child {
grid-column: 1 / -1;
justify-self: center;
min-width: 50%;
}

@media screen and (max-width: 768px) {
#onayami .col2 li:last-child {
justify-self: stretch;
min-width: auto;
  }
}

@media screen and (max-width: 768px) {
.merit-card {
display: flex;
flex-direction: column;
  }

.merit-card .ttl {
order: 1;
  }

.merit-card p {
order: 2;
  }

.merit-card .image.fig {
order: 3;
margin-top: 20px;
  }
}