@charset "UTF-8";
/*
Theme Name: ゆるゆる
Theme URI: https://maho--design.com
Description: MAHO designのポートフォリオサイト
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Darumadrop+One&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
body {
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.6;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.1em;
  background: #fff;
}

img {
  display: block;
  max-width: 100%;
}

a {
  cursor: pointer;
  transition: all 0.3s;
}

/* overlay-styles.css */
.hamburger-overlay {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger-overlay__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 3px;
  background-color: #beb1ad;
  transition: all 0.6s;
}

.hamburger-overlay__line:nth-of-type(1) {
  top: 14px;
}

.hamburger-overlay__line:nth-of-type(2) {
  top: 23px;
}

.hamburger-overlay__line:nth-of-type(3) {
  top: 32px;
}

.hamburger-overlay.active .hamburger-overlay__line {
  background-color: #fff;
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  opacity: 0;
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(190, 177, 173, 0.95);
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
  z-index: 900;
}

.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}

.nav-overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.nav-overlay__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-overlay__item {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s;
}

.nav-overlay.active .nav-overlay__item {
  opacity: 1;
  transform: translateY(0);
}

.nav-overlay.active .nav-overlay__item:nth-child(1) {
  transition-delay: 0.1s;
}

.nav-overlay.active .nav-overlay__item:nth-child(2) {
  transition-delay: 0.2s;
}

.nav-overlay.active .nav-overlay__item:nth-child(3) {
  transition-delay: 0.3s;
}

.nav-overlay.active .nav-overlay__item:nth-child(4) {
  transition-delay: 0.4s;
}

.nav-overlay.active .nav-overlay__item:nth-child(5) {
  transition-delay: 0.5s;
}

.nav-overlay.active .nav-overlay__item:nth-child(6) {
  transition-delay: 0.6s;
}

.nav-overlay.active .nav-overlay__item:nth-child(7) {
  transition-delay: 0.7s;
}

.nav-overlay.active .nav-overlay__item:nth-child(8) {
  transition-delay: 0.8s;
}

.nav-overlay__link {
  display: inline-block;
  padding: 20px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s;
  text-transform: uppercase;
}

.nav-overlay__link:hover {
  opacity: 0.8;
}

.mv {
  width: 100%;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.mv .ttl {
  color: #beb1ad;
  transform: translateY(-20px);
}
.mv .ttl h1 {
  font-weight: 600;
  font-size: clamp(38px, 5vw, 64px);
  letter-spacing: 0.2em;
  margin-bottom: 8px;
}
.mv .ttl p {
  display: block;
  font-family: "Darumadrop One", sans-serif;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.2em;
}
.mv .icon01 {
  position: absolute;
  width: 20%;
  bottom: -3%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.mv .nico_y {
  position: absolute;
  left: 10%;
  top: -2%;
  z-index: -2;
  width: 20%;
}
.mv .nico_p {
  position: absolute;
  right: 10%;
  bottom: 10%;
  z-index: -2;
  width: 22%;
  animation-delay: 0.3s;
}

.fuwafuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  transition: 1s ease-in-out;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-10deg);
  }
  50% {
    transform: translate(0, -15px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(10deg);
  }
}
.fl_b {
  position: absolute;
  width: 5%;
  right: 50%;
  top: 25%;
  z-index: -2;
}

.fl_p {
  position: absolute;
  width: 5%;
  left: 20%;
  bottom: 22%;
  z-index: -2;
}

.fl_y {
  position: absolute;
  width: 5%;
  right: 20%;
  top: 17%;
  z-index: -2;
}

.kurukuru {
  animation: kurukru 2.5s ease-in-out infinite alternate;
}

@media screen and (max-width: 768px) {
  .mv {
    height: 70dvh;
  }
  .mv .icon01 {
    width: 150px;
    bottom: -8px;
  }
  .mv .nico_y {
    width: 50%;
    max-width: 300px;
    left: -10%;
  }
  .mv .nico_p {
    width: 56%;
    max-width: 300px;
    right: -10%;
  }
  .mv .fl_b {
    width: 10%;
  }
  .mv .fl_p {
    width: 10%;
    left: 10%;
  }
  .mv .fl_y {
    width: 10%;
    top: 10%;
    right: 5%;
  }
}
/* 回転アニメーションの定義 */
@keyframes kurukru {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.wrap {
  overflow: hidden;
}

.curve01 {
  background: #e4f4f4;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  height: 200px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
}

.voice {
  background: #e4f4f4;
}

.wrap_b {
  background: #e4f4f4;
}

.curve02 {
  background: #fff;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  height: 200px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
}

.box {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

.voice {
  transform: translateY(-100px);
}
.voice:after {
  content: "";
  width: 100%;
  height: 100px;
  background: #e4f4f4;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  z-index: -1;
}
.voice .box {
  display: flex;
}
.voice .text {
  width: 60%;
}
.voice .text h2 {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 500;
  line-height: 2;
  margin-bottom: 24px;
}
.voice .text p {
  line-height: 2;
  font-size: clamp(14px, 2vw, 16px);
}
.voice .text .first {
  margin-bottom: 16px;
}
.voice .icon {
  width: 40%;
  position: relative;
}
.voice .icon .pc {
  position: absolute;
  width: 30%;
  min-width: 100px;
  right: 0;
  top: 5%;
  animation-delay: 1.5s;
}
.voice .icon .hand {
  position: absolute;
  width: 30%;
  min-width: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation-delay: 0.5s;
}
.voice .icon .fuki {
  position: absolute;
  width: 30%;
  min-width: 100px;
  top: 3%;
  left: 0;
}

.fluffy {
  animation: fluffy 3s infinite;
}

@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@media screen and (max-width: 768px) {
  .voice .icon .pc {
    top: 20%;
  }
}
@media screen and (max-width: 600px) {
  .voice {
    transform: translateY(-130px);
  }
  .voice::after {
    height: 130px;
    bottom: -130px;
  }
  .voice .box {
    flex-direction: column;
  }
  .voice .text {
    width: 100%;
  }
  .voice .icon {
    width: 100%;
    height: 70x;
  }
  .voice .icon .pc {
    min-width: auto;
    width: 80px;
    top: 30px;
  }
  .voice .icon .hand {
    min-width: auto;
    width: 80px;
    right: 0px;
    left: auto;
    top: -270px;
  }
  .voice .icon .fuki {
    min-width: auto;
    width: 80px;
    top: 30px;
  }
}
.ttl {
  font-size: clamp(32px, 5vw, 48px);
  font-family: "Darumadrop One", sans-serif;
  letter-spacing: 0.5rem;
  color: #beb1ad;
}

.what {
  background-image: url(img/bg.png);
  background-size: contain;
  background-repeat: repeat;
  margin-bottom: 100px;
  transform: translateY(-50px);
}
.what .ttl {
  text-align: center;
  margin-bottom: 16px;
}
.what .text {
  margin-bottom: 80px;
}
.what .text p {
  text-align: center;
  line-height: 2;
  font-size: clamp(14px, 2vw, 16px);
}
.what .content {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  justify-content: center;
  margin-bottom: 120px;
}
.what .content li {
  width: 30%;
  margin-bottom: 40px;
  cursor: pointer;
}
.what .content li h3 {
  font-size: clamp(24px, 3vw, 32px);
  font-family: "Darumadrop One", sans-serif;
  color: #beb1ad;
  text-align: center;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.what .content li .img {
  transition: all 0.3s;
}
.what .content li .img:hover {
  transform: scale(105%);
}
.what .btn {
  display: block;
  margin: 0 auto;
  width: 400px;
  color: #fff;
  text-align: center;
  padding: 16px;
  border-radius: 8px;
  background: #beb1ad;
  border: solid 2px #beb1ad;
}
.what .btn:hover {
  background: #fff;
  color: #beb1ad;
}
.what .sp {
  display: none;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-box {
  background: #fff;
  margin: 10% auto;
  padding: 24px;
  width: 80%;
  max-width: 500px;
  border-radius: 8px;
  text-align: center;
  position: relative;
}

#modal-title {
  font-family: "Darumadrop One", sans-serif;
  text-align: center;
  font-size: clamp(24px, 3vw, 32px);
  color: #beb1ad;
  margin-bottom: 24px;
}

.modal-box img {
  max-width: 80%;
  margin: 0 auto 40px;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  color: #beb1ad;
  cursor: pointer;
}

.modal-box p {
  color: #333;
  text-align: left;
  font-size: clamp(14px, 2vw, 16px);
}

.modal-box a {
  display: block;
  margin-top: 24px;
  text-align: center;
  text-decoration: underline;
}

@media screen and (max-width: 650px) {
  .modal-box {
    margin: 20% auto;
  }
  .what {
    transform: translateY(-120px);
    margin-bottom: 0;
  }
  .what .text {
    margin-bottom: 40px;
  }
  .what .content {
    margin-bottom: 80px;
  }
  .what .content li {
    width: 100%;
    max-width: 300px;
    margin-bottom: 80px;
  }
  .what .content li .img {
    width: 90%;
    margin: 0 auto;
  }
  .what .btn {
    width: 100%;
    max-width: 300px;
  }
  .what .sp {
    display: block;
  }
}
.news {
  background: #e4f4f4;
  transform: translateY(-100px);
}
.news:after {
  content: "";
  width: 100%;
  height: 100px;
  background: #e4f4f4;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  z-index: -1;
}
.news .ttl {
  margin-bottom: 32px;
}
.news .area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.news .left {
  width: calc(100% - 200px);
}
.news .text {
  background: #fff;
  padding: 32px;
  position: relative;
  border-radius: 8px;
}
.news .text .img {
  position: absolute;
  width: 135px;
  right: 20px;
  top: -78px;
}
.news .content_n li {
  font-size: clamp(14px, 2vw, 16px);
  margin-bottom: 32px;
}
.news .content_n li:last-child {
  margin-bottom: 0;
}
.news .content_n li time {
  display: block;
  margin-bottom: 4px;
}
.news .right {
  width: 130px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(img/fu_br.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.news .right a {
  color: #fff;
  font-size: clamp(14px, 2vw, 16px);
}
.news .right:hover {
  transform: scale(105%);
}
.news .fl01 {
  display: none;
}
.news .fl02 {
  display: none;
}

@media screen and (max-width: 768px) {
  .news {
    transform: translateY(-120px);
  }
  .news::after {
    height: 120px;
    bottom: -120px;
  }
  .news .ttl {
    text-align: center;
    margin-bottom: 80px;
  }
  .news .area {
    flex-direction: column;
    align-items: center;
  }
  .news .left {
    width: 100%;
    max-width: 500px;
  }
  .news .text {
    padding: 24px;
    border-radius: 4px;
    margin-bottom: 40px;
  }
  .news .text .img {
    width: 100px;
    left: 0;
    right: 0;
    margin: auto;
    top: -58px;
  }
  .news .fl01 {
    display: block;
    position: absolute;
    width: 50px;
    left: 32px;
    bottom: -70px;
  }
  .news .fl02 {
    display: block;
    position: absolute;
    width: 50px;
    right: 32px;
    bottom: -70px;
  }
}
@media screen and (max-width: 500px) {
  .news {
    transform: translateY(-140px);
  }
  .news:after {
    height: 140px;
    bottom: -140px;
  }
}
.me {
  transform: translateY(-100px);
  margin-bottom: 150px;
}
.me .box {
  display: flex;
  justify-content: flex-end;
  position: relative;
  gap: 100px;
}
.me .ttl {
  margin-bottom: 16px;
}
.me .img {
  width: 170px;
}
.me .left h3 {
  font-size: clamp(28px, 5vw, 40px);
  font-family: "Darumadrop One", sans-serif;
  letter-spacing: 0.5rem;
  color: #beb1ad;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.me .left p {
  line-height: 2;
  font-size: clamp(14px, 2vw, 16px);
}
.me .detail {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.me .detail .btn {
  width: 130px;
  height: 120px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(img/btn_y.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s;
  font-size: clamp(14px, 2vw, 16px);
}
.me .detail .btn:hover {
  transform: scale(105%);
}
.me .ac01 {
  position: absolute;
  width: 150px;
  left: 0;
  bottom: -30px;
  z-index: -1;
}
.me .ac02 {
  position: absolute;
  width: 100px;
  left: 30%;
  z-index: -1;
  animation-delay: 0.7s;
}

@media screen and (max-width: 1024px) {
  .me .box {
    gap: 40px;
  }
  .me .ac01 {
    bottom: -10px;
  }
}
@media screen and (max-width: 767px) {
  .me {
    transform: translateY(-140px);
    margin-bottom: 100px;
  }
  .me .box {
    flex-direction: column;
  }
  .me .box .text {
    max-width: 500px;
    margin: 0 auto;
  }
  .me .box .img {
    position: absolute;
    width: 140px;
    bottom: -100px;
    left: 10%;
  }
  .me .box .detail {
    flex-direction: column;
  }
  .me .ac01 {
    width: 120px;
    bottom: -120px;
    left: 16px;
  }
  .me .ac02 {
    right: 30%;
    left: auto;
    top: 0;
    width: 80px;
  }
}
.footer {
  background: #e4f4f4;
  position: relative;
}
.footer .cr {
  position: absolute;
  right: 15%;
  top: -85px;
}
.footer .cr p {
  font-family: "Darumadrop One", sans-serif;
  color: #beb1ad;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}
.footer .cr div {
  width: 70px;
  margin: 0 auto;
}
.footer .link {
  position: relative;
  width: 320px;
  margin: 0 auto;
  padding: 56px 0;
}
.footer .link p {
  text-align: center;
  font-size: clamp(14px, 2vw, 16px);
  margin-bottom: 4px;
  z-index: 10;
  position: relative;
}
.footer .link_contact {
  display: block;
  width: 320px;
  margin: 0 auto 40px;
  background: #fff;
  border: solid #beb1ad 5px;
  border-radius: 8px;
  font-size: 32px;
  font-family: "Darumadrop One", sans-serif;
  text-align: center;
  color: #beb1ad;
  letter-spacing: 0.2em;
  padding: 8px 0 16px;
  z-index: 10;
  position: relative;
  text-transform: uppercase;
}
.footer .link_contact:hover {
  background: #beb1ad;
  color: #fff;
}
.footer .link .sns {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.footer .link .sns a {
  display: block;
  width: 50px;
}
.footer .link .img {
  position: absolute;
  width: 70px;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.footer .under {
  background: #faf2ba;
  color: #beb1ad;
  padding: 24px 0;
  text-transform: uppercase;
}
.footer .under ul {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 24px;
  font-weight: 500;
}
.footer .under ul li a:hover {
  color: #fff;
}
.footer .under small {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-bottom: 8px;
}
.footer .under .pri {
  text-align: center;
  text-decoration: underline;
  display: block;
  font-size: 10px;
}

.fluffy_high {
  animation: fluffy_high 2.5s infinite;
}

@keyframes fluffy_high {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-70px);
  }
}
@media screen and (max-width: 767px) {
  .footer .cr {
    right: 20px;
    top: -75px;
  }
  .footer .cr p {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .footer .cr div {
    width: 60px;
  }
  .footer .link {
    width: 100%;
    max-width: 300px;
    padding: 56px 0 40px;
  }
  .footer .link_contact {
    width: 100%;
    font-size: 18px;
    border-width: 4px;
    padding-bottom: 10px;
  }
  .footer .link .img {
    width: 60px;
  }
  .footer .link .sns a {
    width: 40px;
  }
  .footer .under {
    padding: 24px 0 16px;
  }
  .footer .under ul {
    display: none;
  }
}
.u_mv {
  padding: 140px 0;
}
.u_mv_ttl {
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: 500;
}
.u_mv h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: clamp(24px, 5vw, 48px);
  color: #beb1ad;
  letter-spacing: 0.2em;
  text-align: center;
}
.u_mv h1 span {
  width: 60px;
}
.u_mv h1 .right {
  margin-left: -5px;
}
.u_mv p {
  text-align: center;
  font-family: "Darumadrop One", sans-serif;
  color: #beb1ad;
  letter-spacing: 0.2em;
  font-size: clamp(16px, 3vw, 24px);
}
.u_mv .icon {
  width: 100px;
  margin: 0 auto;
}

.work_detail {
  position: relative;
  margin-bottom: 240px;
}
.work_detail:before {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-image: url(img/bg_big.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: -1;
  content: "";
}
.work_detail_list {
  max-width: 848px;
  margin: 0 auto;
  padding: 0 40px;
}
.work_detail_list li {
  margin-bottom: 120px;
}
.work_detail_list li a {
  display: flex;
  align-items: center;
  gap: 80px;
}
.work_detail_list li a .img {
  width: 300px;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
}
.work_detail_list li a h3 {
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 2;
  letter-spacing: 0.1em;
}
.work_detail_list li:nth-child(2n) a {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1023px) {
  .u_mv {
    padding: 100px 0;
  }
  .work_detail_list {
    max-width: 600px;
  }
  .work_detail_list li a {
    gap: 40px;
  }
  .work_detail_list li a .img {
    width: 250px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .u_mv {
    padding: 80px 0;
  }
  .u_mv h1 {
    gap: 10px;
  }
  .u_mv h1 span {
    width: 30px;
  }
  .u_mv .icon {
    width: 80px;
  }
  .work_detail::before {
    background-image: url(img/bg_sp.png);
    background-size: contain;
    background-position: top left;
    opacity: 0.7;
  }
  .work_detail_list {
    padding: 0 24px;
  }
  .work_detail_list li a {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  .work_detail_list li:nth-child(2n) a {
    flex-direction: column;
  }
}
.work_info article {
  max-width: 880px;
  margin: 0 auto 80px;
  padding: 0 40px;
}
.work_info .detail {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 80px;
  margin-bottom: 56px;
}
.work_info .detail .img {
  width: 300px;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
}
.work_info .detail h2 {
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 2;
  letter-spacing: 0.1em;
}
.work_info .text p {
  font-size: clamp(14px, 1.5vw, 16px);
}
.work_info .text a {
  text-decoration: underline;
}

@media screen and (max-width: 1023px) {
  .work_info article {
    max-width: 680px;
  }
  .work_info article .detail {
    gap: 40px;
  }
  .work_info article .detail .img {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .work_info article {
    padding: 0 24px;
  }
  .work_info .detail {
    flex-direction: column-reverse;
  }
  .work_info .detail h2 {
    text-align: center;
  }
}
.about_me .about_content {
  max-width: 880px;
  padding: 0 40px;
  margin: 0 auto 80px;
}
.about_me .about_content h2 {
  font-family: "Darumadrop One", sans-serif;
  color: #beb1ad;
  font-size: clamp(32px, 3vw, 40px);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.about_me .about_content p {
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 2;
}
.about_me .top {
  display: flex;
  flex-direction: row-reverse;
  gap: 56px;
  align-items: center;
  margin-bottom: 80px;
}
.about_me .top .img {
  width: 200px;
  flex-shrink: 0;
}
.about_me .bottom {
  display: flex;
  align-items: center;
  gap: 40px;
}
.about_me .bottom .img {
  width: 270px;
  flex-shrink: 0;
}
.about_me .bottom .first {
  margin-bottom: 32px;
}

.about_voice {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e4b3b8;
  font-family: "Darumadrop One", sans-serif;
  gap: 16px;
  font-size: clamp(24px, 3vw, 40px);
}
.about_voice span {
  width: 40px;
}

@media screen and (max-width: 1023px) {
  .about_me .top .img {
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .about_me {
    margin-bottom: 160px;
  }
  .about_me .about_content {
    padding: 0 24px;
    max-width: 400px;
    margin-bottom: 56px;
  }
  .about_me .about_content h2 {
    text-align: center;
  }
  .about_me .top {
    flex-direction: column-reverse;
    gap: 16px;
  }
  .about_me .top .img {
    width: 160px;
  }
  .about_me .bottom {
    flex-direction: column;
    gap: 24px;
  }
  .about_me .bottom .img {
    width: 240px;
  }
  .about_me .about_voice {
    gap: 8px;
  }
  .about_me .about_voice span {
    width: 20px;
  }
}
.contact_info .text {
  max-width: 680px;
  padding: 0 40px;
  margin: 0 auto 40px;
  line-height: 2;
  font-size: clamp(14px, 1.5vw, 16px);
}
.contact_info .text h2 {
  font-weight: 500;
  margin-bottom: 16px;
}

.form {
  max-width: 680px;
  padding: 0 40px;
  margin: 0 auto 40px;
}
.form form {
  max-width: 600px;
  background: #e4f4f4;
  padding: 32px;
  border-radius: 8px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.form form ul li {
  margin-bottom: 40px;
}
.form form ul h3 {
  margin-bottom: 8px;
}
.form form ul input {
  display: block;
  border: solid 3px #beb1ad;
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  background: #fff;
}
.form form ul textarea {
  display: block;
  border: solid 3px #beb1ad;
  width: 100%;
  height: 200px;
  padding: 8px;
  border-radius: 4px;
  background: #fff;
  resize: none;
}
.form form .submit {
  display: block;
  width: 160px;
  background: #beb1ad;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.2em;
  transition: all 0.3s;
  border: solid 3px #beb1ad;
  border-radius: 4px;
}
.form form .submit:hover {
  background: #fff;
  color: #beb1ad;
}

@media screen and (max-width: 767px) {
  .contact_info .text {
    padding: 0 24px;
  }
  .form {
    padding: 0 16px;
  }
  .form form {
    padding: 24px 24px 48px;
  }
}
.back_btn {
  display: block;
  width: 160px;
  background: #beb1ad;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.2em;
  transition: all 0.3s;
  border: solid 2px #beb1ad;
  border-radius: 4px;
}
.back_btn:hover {
  background: #fff;
  color: #beb1ad;
}

.news_page .panda {
  transform: translateY(20px);
}

.news_list {
  max-width: 680px;
  padding: 0 40px;
  margin: 0 auto 80px;
  line-height: 2;
}
.news_list li {
  padding: 20px 4px;
  border-bottom: 2px #beb1ad solid;
  font-size: clamp(14px, 1.5vw, 16px);
  letter-spacing: 0.1em;
}
.news_list li:first-child {
  padding-top: 0;
}
.news_list li time {
  display: block;
  margin-bottom: 4px;
}
.news_list li a:hover {
  opacity: 0.5;
}

.news_ttl {
  padding-bottom: 20px;
  border-bottom: 2px #beb1ad solid;
  font-size: clamp(14px, 1.5vw, 16px);
  letter-spacing: 0.1em;
}

.news_content {
  padding: 20px 4px;
  font-size: clamp(14px, 1.5vw, 16px);
  letter-spacing: 0.1em;
}
.news_content a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .news_list {
    padding: 0 24px;
  }
}
.food_mv {
  max-width: 780px;
  padding: 72px 40px 56px;
  margin: 0 auto;
}
.food_mv h1 {
  text-align: center;
  margin: 0 auto 40px;
  font-family: "Darumadrop One", sans-serif;
  color: #beb1ad;
  letter-spacing: 0.2em;
}
.food_mv h1 .first {
  font-size: 48px;
  display: block;
  margin-bottom: 24px;
}
.food_mv h1 .logo {
  display: block;
  margin-bottom: 24px;
}
.food_mv h1 .second {
  font-size: 32px;
}
.food_mv .icon {
  width: 150px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .food_mv {
    max-width: 500px;
  }
  .food_mv h1 {
    letter-spacing: 0.1em;
  }
  .food_mv h1 .first {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .food_mv h1 .logo {
    margin-bottom: 8px;
  }
  .food_mv h1 .second {
    font-size: 18px;
  }
  .food_mv .icon {
    width: 100px;
  }
}
.food_about {
  background: #faf2ba;
  padding: 40px 0 56px;
}
.food_about .box {
  max-width: 900px;
  display: flex;
  justify-content: space-between;
}
.food_about h2 {
  text-transform: uppercase;
  margin-bottom: 16px;
}
.food_about p {
  line-height: 2;
  font-size: clamp(14px, 2vw, 18px);
  letter-spacing: 0.05em;
}
.food_about .img {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .food_about .box {
    max-width: 400px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .food_about .img {
    width: 70%;
  }
}
.food_think {
  padding: 40px 0 56px;
}
.food_think .box {
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.food_think h2 {
  text-transform: uppercase;
  margin-bottom: 16px;
}
.food_think p {
  line-height: 2;
  font-size: clamp(14px, 2vw, 18px);
  letter-spacing: 0.05em;
}
.food_think .img {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .food_think .box {
    max-width: 400px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .food_think .img {
    width: 80%;
  }
}
.food_qa {
  padding: 40px 0 80px;
  background: #e4f4f4;
}
.food_qa .ttl {
  text-align: center;
  margin-bottom: 40px;
}
.food_qa .box {
  max-width: 900px;
}
.food_qa .qa-6 {
  margin-bottom: 5px;
  border-bottom: 2px solid #d6dde3;
}
.food_qa .qa-6 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-weight: 500;
  cursor: pointer;
  font-size: clamp(14px, 1.5vw, 16px);
}
.food_qa .qa-6 summary::before,
.food_qa .qa-6 p::before {
  position: absolute;
  left: 1em;
  font-weight: 500;
  font-size: 1.3em;
}
.food_qa .qa-6 summary::before {
  color: #beb1ad;
  content: "Q";
}
.food_qa .qa-6 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #beb1ad;
  border-right: 3px solid #beb1ad;
  content: "";
  transition: transform 0.5s;
}
.food_qa .qa-6[open] summary::after {
  transform: rotate(225deg);
}
.food_qa .qa-6 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 3em 1.5em;
  color: #333;
  transition: transform 0.5s, opacity 0.5s;
  font-size: clamp(14px, 1.5vw, 16px);
}
.food_qa .qa-6 p a {
  font-weight: 500;
  text-decoration: underline;
}
.food_qa .qa-6[open] p {
  transform: none;
  opacity: 1;
}
.food_qa .qa-6 p::before {
  color: #db7979;
  line-height: 1.2;
  content: "A";
}

@media screen and (max-width: 767px) {
  .food_qa .box {
    padding: 0 8px;
  }
}
.food_instagram {
  padding: 40px 0 56px;
}
.food_instagram .ttl {
  text-align: center;
}

.food_information {
  padding: 40px 0 120px;
  background: #ffdfdf;
}
.food_information .box {
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.food_information .box .ttl {
  margin-bottom: 24px;
}
.food_information .box .text {
  width: 73%;
}
.food_information .box .text ul {
  background: #fff;
  padding: 32px 24px;
  border-radius: 4px;
  font-size: clamp(14px, 1.5vw, 16px);
}
.food_information .box .text li {
  margin-bottom: 32px;
}
.food_information .box .text li:last-child {
  margin-bottom: 0;
}
.food_information .box .text li a:hover {
  text-decoration: underline;
}
.food_information .box .img {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .food_information .box {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .food_information .box .text {
    width: 100%;
  }
  .food_information .box .text .ttl {
    text-align: center;
  }
  .food_information .box .text ul {
    padding: 32px 24px;
  }
  .food_information .box .text li {
    margin-bottom: 20px;
  }
  .food_information .box .img {
    width: 30%;
    min-width: 130px;
  }
}
.wpcf7-spinner {
  position: absolute;
}

.page-id-15 .u_mv {
  padding-bottom: 120px;
}

.error404 .work_detail {
  max-width: 600px;
  padding: 0 24px;
  text-align: center;
  margin: 0 auto 240px;
}
.error404 .work_detail p {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page-id-15 .u_mv {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 500px) {
  .error404 .work_detail {
    text-align: left;
    margin: 0 auto 240px;
  }
  .error404 .work_detail p {
    margin-bottom: 40px;
  }
}/*# sourceMappingURL=style.css.map */