@charset "utf-8";

/* ==========
PCサイズ
========== */

/* 共通部分 */

html {
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
}

body {
  background: #fafafa;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  position: relative;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 40px;
}

/* header */
header {
  background-color: #fafafa;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: 2;
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu {
  display: none;
}

h1 {
  width: 20%;
  max-width: 20%;
  height: auto;
}

.overlay {
  display: none;
}

.header-nav ul {
  display: flex;
  gap: 1vw;
}

.header-nav ul li {
  width: 11vw;
  line-height: 10vh;
  text-align: center;
  font-weight: bold;
  border-radius: 20px;
  background-color: #ccb99570;
}

.header-nav ul li:hover {
  background-color: #ccb995;
}

.header-nav ul .nav-cta {
  background-color: #4985f570;
}

.header-nav ul .nav-cta:hover {
  background-color: #4985f5;
}

.header-nav ul li a {
  display: block;
}

/* hero */
.hero {
  margin: 13vh 0 0 0;
}
.hero-img {
  height: 60vh;
  background-image: url(../images/hero/hero-main.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hero-img h2 {
  font-size: 3rem;
}

.hero-cta-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-br {
  display: none;
}

.hero-cta-text p {
  line-height: 2;
  font-size: 1.3rem;
  text-align: center;
}

.cta-btn {
  display: block;
  width: 30vw;
  text-align: center;
  line-height: 2.5;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 20px;
  background-color: #4985f5;
}

.cta-btn a {
  display: block;
}

/* concept */
.concept {
  margin: 10% 0 0 0;
  padding: 10vw 0;
}

.concept .inner {
  display: flex;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s, transform 1s;
}

.concept .inner.is-show {
  opacity: 1;
  transform: translateY(0);
}

.concept-text {
  display: flex;
  width: 60%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}

.concept-br,
.concept-br-mobile {
  display: none;
}

.concept-text h2 {
  text-align: center;
  font-size: 2rem;
  line-height: 4rem;
}

.concept-text p {
  font-size: 1.3rem;
  padding: 1% 0;
}

.concept-img {
  margin: 0 0 0 5%;
  width: 30%;
}

.concept-img img {
  display: block;
  max-width: 20vw;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: right;
  box-shadow: -50px 50px 0 #ffecc7;
}

/* flow */
.flow {
  padding: 15vh 0;
}

.flow .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s, transform 1s;
}

.flow .inner.is-show {
  opacity: 1;
  transform: translateY(0);
}

.flow h2 {
  font-size: 2rem;
  line-height: 3;
}

.flow ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 5%;
}

.flow-card:nth-child(1) {
  grid-column: 1/5;
}

.flow-card:nth-child(2) {
  grid-column: 5/9;
}

.flow-card:nth-child(3) {
  grid-column: 9/13;
}

.flow-card:nth-child(4) {
  grid-column: 3/7;
}

.flow-card:nth-child(5) {
  grid-column: 7/11;
}

.flow ul .payment-card {
  grid-column: 11/13;
  background-color: #ffecc7;
}

.flow ul li {
  background-color: #ccb995;
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  box-shadow: 10px 4px 3px #00000025;
  padding: 3vw 1vw;
}

.flow-title {
  font-size: 1.8rem;
  width: 100%;
  text-align: center;
}

.flow-text-area {
  font-size: 1rem;
  width: 65%;
  height: 10vw;
  display: flex;
  align-items: center;
  text-align: center;
}

.flow-img-area {
  width: 30%;
  height: 70%;
  background-size: cover;
  background-position: center;
}

.flow-img1 {
  background-image: url(../images/flow/flow-1.jpg);
}

.flow-img2 {
  background-image: url(../images/flow/flow-2.jpg);
}

.flow-img3 {
  background-image: url(../images/flow/flow-3.jpg);
}

.flow-img4 {
  background-image: url(../images/flow/flow-4.jpg);
}

.flow-img5 {
  background-image: url(../images/flow/flow-5.jpg);
}

.payment-img-area {
  background-image: url(../images/flow/payment-img.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 95%;
  height: 80%;
  display: flex;
  flex-wrap: wrap;
}

/* menu */
.menu {
  padding: 10vw 0;
}

.menu .inner {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s, transform 1s;
}

.menu .inner.is-show {
  opacity: 1;
  transform: translateY(0);
}

.menu h2 {
  font-size: 2rem;
  text-align: center;
  line-height: 3;
}

.menu-card-area {
  display: flex;
  justify-content: space-between;
}

.menu-card {
  background-color: #ccb995;
  width: 45%;
  border-radius: 20px;
  box-shadow: 10px 4px 3px #00000025;
}

.card-text-area {
  height: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.menu-card h3 {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
}

.menu-card table {
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
}

.menu-card p {
  font-size: 1.3rem;
  line-height: 2;
  text-align: center;
}

/* voice */
.voice {
  padding: 10vw 0;
}

.voice .inner {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s, transform 1s;
}

.voice .inner.is-show {
  opacity: 1;
  transform: translateY(0);
}

.voice h2 {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}

.voice-card-area {
  display: flex;
  width: 100%;
  gap: 3%;
  justify-content: space-around;
}

.voice-card {
  width: 30%;
  background-color: #ccb995;
  border-radius: 20px;
  box-shadow: 10px 4px 3px #00000025;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5% 0;
}

.voice-title-area {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 5% 0;
}

.voice-img {
  background-image: url(../images/voice/voice-img.png);
  background-repeat: no-repeat;
  background-color: #fafafa;
  border-radius: 20px;
  background-size: contain;
  background-position: center;
  width: 30%;
  height: 100%;
}

.voice-title {
  width: 60%;
  text-align: center;
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
}

.voice-text {
  background-color: #ffecc7;
  border-radius: 20px;
  width: 90%;
  height: 70%;
  padding: 10%;
}

/* contact */
.contact {
  padding: 2vw 0;
}

.contact .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, transform 1s;
}

.contact .inner.is-show {
  opacity: 1;
  transform: translateY(0);
}

.contact h2 {
  font-size: 2rem;
  line-height: 2;
}

.contact p {
  font-size: 1.5rem;
  line-height: 3;
}

/* footer */
footer {
  height: 50vh;
  background-color: #ccb995;
}

footer .inner {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-around;
}

.footer-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-info p {
  padding: 1vw 0;
}

.footer-logo {
  background-image: url(../images/common/logo.svg);
  background-repeat: no-repeat;
  width: 50%;
  height: 50%;
}

.footer-nav {
  width: 50%;
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-nav ul {
  display: flex;
  height: inherit;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.footer-nav ul li {
  font-weight: bold;
}

.footer-nav ul li:hover {
  border-bottom: 2px solid;
}

/* ==========
タブレットサイズ
========== */
@media screen and (max-width: 1200px) {
  /* 共通部分 */
  .cta-btn {
    font-size: 1.3rem;
  }

  /* hero */
  .hero-img h2 {
    font-size: 1.5rem;
  }

  /* concept */
  .concept-text h2 {
    font-size: 1.5rem;
  }

  .concept-text p {
    font-size: 1rem;
  }

  .concept-br {
    display: block;
  }

  /* flow */
  .flow-list .flow-card,
  .flow ul .payment-card {
    grid-column: span 6;
  }

  .flow-title {
    font-size: 1.3rem;
    line-height: 2;
  }

  .flow-text-area {
    font-size: 1rem;
    margin: 10% 0;
  }

  .payment-img-area {
    width: 100%;
  }

  .flow-br {
    display: none;
  }

  /* menu */
  .menu-card-area {
    flex-direction: column;
    align-items: center;
    gap: 10vw;
  }
  .menu-card {
    width: 100%;
    height: 45%;
  }

  /* voice */
  .voice-card-area {
    flex-direction: column;
    align-items: center;
    gap: 10vw;
  }

  .voice-card {
    width: 80%;
  }

  .voice-img {
    height: auto;
  }

  /* footer */
  .footer-logo {
    height: 30%;
  }
}

/* ==========
スマホサイズ
========== */
@media screen and (max-width: 767px) {
  /* 共通項目 */
  .inner {
    padding-inline: 10px;
  }

  .cta-btn {
    width: 100%;
  }

  /* header */
  .mobile-menu {
    display: flex;
    width: 40%;
    height: inherit;
  }

  .mobile-cta {
    font-size: 1.3rem;
    line-height: 2.5;
    font-weight: bold;
    background-color: #4985f5;
    border-radius: 20px;
  }

  .hamburger-btn {
    background-image: url(../images/common/hamburger-icon-menu.png);
    opacity: 0.7;
    width: 40%;
    height: auto;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
  }

  .hamburger-btn.open {
    background-image: url(../images/common/hamburger-icon-close.png);
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
  }

  .overlay.is-show {
    display: block;
  }

  header .inner {
    position: relative;
  }

  header h1 {
    width: 40%;
    max-width: 40%;
  }

  .header-nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    background-color: #ffecc7;
  }

  .header-nav.is-show {
    display: block;
  }

  .header-nav ul {
    flex-direction: column;
    align-items: center;
  }

  .header-nav ul li {
    width: 100%;
    background-color: transparent;
    border-radius: 0;
  }

  .header-nav ul .nav-cta {
    display: none;
  }

  /* hero */
  .hero-img {
    align-items: flex-end;
  }

  .hero-img h2 {
    font-size: 1.3rem;
    padding: 0 0 5vh 0;
  }

  .hero-br {
    display: block;
  }

  .hero-cta-text p {
    font-size: 1rem;
  }

  /* concept */
  .concept .inner {
    flex-direction: column-reverse;
    align-items: center;
  }

  .concept-text {
    width: 100%;
  }

  .concept-br-mobile {
    display: block;
  }

  .concept-img {
    width: 100%;
    align-items: center;
    margin: 0 0 10vh 0;
  }

  .concept-img img {
    max-width: 90vw;
    aspect-ratio: 4/3;
    box-shadow: 20px 20px 0 #ffecc7;
  }

  /* flow */
  .flow .inner {
    margin: 0 0 50vh 0;
  }

  .flow-list .flow-card,
  .flow ul .payment-card {
    grid-column: span 12;
  }

  .payment-img-area {
    height: 30vh;
  }

  /* menu */
  .menu-card p {
    font-size: 1rem;
  }

  /* voice */
  .voice-br {
    display: none;
  }
}
