/*
Theme Name: eco-theme
Author: ryo saya
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
body {
  position: relative;
  width: 100%;
  background: #fff;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

a {
  color: #111;
  text-decoration: none;
  letter-spacing: 2px;
}

main {
  width: 100%;
  position: relative;
}

ul {
  padding: 0;
  margin: 0;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button, textarea, select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
li {
  list-style: none;
}

header {
  width: 540px;
  margin: 0 auto;
}
header img {
  width: 100%;
}

.l-loading.loaded {
  visibility: hidden;
  opacity: 0;
}

.l-loading {
  padding: 0;
  margin: 0 auto;
  width: 540px;
  height: 100vh;
  transition: all 0.3s;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #916f45;
}
.l-loading .l-loading__container {
  width: 200px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.l-loading .l-loading__container span {
  position: absolute;
  top: 75px;
  font-family: "Lato";
  font-size: 20px;
  letter-spacing: 12px;
  color: #fff;
  left: 15%;
}

.circle {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  left: 15%;
  transform-origin: 50%;
  animation: circle 0.5s alternate infinite ease;
}

@keyframes circle {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7);
  }
  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0%;
  }
}
.circle:nth-child(2) {
  left: 45%;
  animation-delay: 0.2s;
}

.circle:nth-child(3) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}

.shadow {
  width: 20px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 62px;
  transform-origin: 50%;
  z-index: -1;
  left: 15%;
  filter: blur(1px);
  animation: shadow 0.5s alternate infinite ease;
}

@keyframes shadow {
  0% {
    transform: scaleX(1.5);
  }
  40% {
    transform: scaleX(1);
    opacity: 0.7;
  }
  100% {
    transform: scaleX(0.2);
    opacity: 0.4;
  }
}
.shadow:nth-child(4) {
  left: 45%;
  animation-delay: 0.2s;
}

.shadow:nth-child(5) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}

@media (max-width: 540px) {
  header {
    width: 100%;
  }
  .l-loading {
    width: 100%;
  }
}
footer {
  width: 540px;
  margin: 0 auto;
  background: #7a501f;
  padding: 20px 0 0;
}
footer .l-footer__container {
  text-align: center;
  color: #fff;
}
footer .l-footer__container .l-footer__logo {
  width: 280px;
  margin: 0 auto 10px;
}
footer .l-footer__container .l-footer__logo img {
  width: 100%;
}
footer .l-footer__container p {
  font-size: 16px;
  line-height: 1.8;
}
footer .l-footer__container p a {
  color: #fff;
}
footer .l-footer__container .l-footer__bottom {
  padding-bottom: 5px;
  margin-top: 15px;
}
footer .l-footer__container .l-footer__bottom p {
  font-size: 12px;
}

@media (max-width: 540px) {
  footer {
    width: 100%;
  }
}
.js-fadeIn {
  transform: translateY(30px);
  opacity: 0;
}

.js-slideLeft {
  transform: translateX(40px);
}

.js-slideRight {
  transform: translateX(20px);
}

.c-faq__item__q {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
  position: relative;
  display: block;
  padding: 20px 50px 15px 45px;
  transition: all 0.3s;
}
.c-faq__item__q::before, .c-faq__item__q::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #040404;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.c-faq__item__q::before {
  transform: translate(0, -50%) rotate(-180deg);
}
.c-faq__item__q::after {
  transform: translate(0, -50%) rotate(-90deg);
}
.c-faq__item__q span::before {
  content: "Q";
  font-family: "REM", sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  position: absolute;
  left: 20px;
  top: 25px;
  border-radius: 5px;
  color: #333;
  width: 20px;
  height: 20px;
  font-weight: bold;
}

.c-faq__item__a {
  height: 0;
  overflow: hidden;
  background: #f9f9f9;
  transition: all 0.3s;
}
.c-faq__item__a .c-faq__item__a_container {
  font-size: 18px;
  line-height: 1.8;
  position: relative;
  padding: 20px 50px 15px 45px;
}
.c-faq__item__a .c-faq__item__a_container p {
  line-height: 1.7;
}
.c-faq__item__a .c-faq__item__a_container::before {
  content: "A";
  font-family: "REM", sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  left: 20px;
  top: 25px;
  border-radius: 5px;
  color: #333;
  width: 20px;
  height: 20px;
  font-weight: bold;
}

.p-faq__item .c-faq__item__q.j_accordion::before {
  transform: translate(0, -50%) rotate(0);
  transition: all 0.3s;
}
.p-faq__item .c-faq__item__q.j_accordion::after {
  transform: translate(0, -50%) rotate(0);
  transition: all 0.3s;
}
.p-faq__item .c-faq__item__a.j_accordion {
  height: 210px;
}

.p-faq__item:nth-child(1) .c-faq__item__a.j_accordion {
  height: 320px;
}

.p-faq__item.area-tag .c-faq__item__q {
  padding: 20px 50px 15px 15px;
}
.p-faq__item.area-tag .c-faq__item__q span::before {
  display: none;
}
.p-faq__item.area-tag .c-faq__item__a .c-faq__item__a_container {
  font-size: 16px;
  line-height: 1.8;
  position: relative;
  padding: 20px 30px 15px 15px;
}
.p-faq__item.area-tag .c-faq__item__a .c-faq__item__a_container p {
  line-height: 1.7;
}
.p-faq__item.area-tag .c-faq__item__a .c-faq__item__a_container::before {
  display: none;
}
.p-faq__item.area-tag .c-faq__item__a.j_accordion {
  height: 360px;
}

.u-contact__form {
  width: 100%;
  padding: 20px 0;
}
.u-contact__form .u-contact__list dl {
  padding: 10px;
}
.u-contact__form .u-contact__list dl dt {
  font-size: 14px;
  display: flex;
}
.u-contact__form .u-contact__list dl dt span {
  color: #f23b3b;
  padding-left: 10px;
}
.u-contact__form .u-contact__list dl dd {
  display: block;
  width: 100%;
}
.u-contact__form .u-contact__list dl dd .line-form {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 40px;
  padding: 5px 12px;
  font-size: 14px;
  color: #727272;
  border: 1px solid rgb(233, 232, 232);
}
.u-contact__form .u-contact__list dl dd .box-form {
  height: 192px;
  background-color: #fff;
  display: block;
  width: 100%;
  padding: 5px 12px;
  font-size: 14px;
  color: #727272;
  border: 1px solid #ccc;
}

.section-image.margin-b a {
  display: inline-block;
  width: 90%;
  margin: 10px auto;
  display: flex;
  justify-content: center;
}
.section-image.margin-b a img {
  width: 100%;
}
.section-image.margin-b a:hover {
  opacity: 0.8;
}

.section-image.margin-side img {
  width: 95%;
  display: block;
  margin: 0 auto;
}

.u-submit-btn {
  display: inline-block;
  width: 300px;
  margin: 0 auto;
  padding: 10px 20px;
  background: #7a501f;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.3s;
}
.u-submit-btn:hover {
  opacity: 0.8;
}

.section-image {
  width: 540px;
  margin: 0 auto;
}
.section-image img {
  width: 100%;
}

.p-faq__wrapper {
  width: 540px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  padding: 0;
}
.p-faq__wrapper .p-lead__head {
  width: 100%;
  background: #7a501f;
  padding: 15px;
  text-align: center;
}
.p-faq__wrapper .p-lead__head .p-lead__heading {
  color: #fff;
  font-size: 18px;
}
.p-faq__wrapper .p-faq__container {
  position: relative;
  width: 95%;
  margin: 0 auto;
}
.p-faq__wrapper .p-faq__container .p-faq__item {
  border-bottom: 1px solid #b0b0b0;
  cursor: pointer;
}

.p-area__wrapper {
  width: 540px;
  margin: 0 auto;
  position: relative;
  background: #EBFBFF;
  padding: 0;
}
.p-area__wrapper .p-faq__container {
  position: relative;
  width: 95%;
  margin: 0 auto;
}
.p-area__wrapper .p-faq__container .p-faq__item {
  border-bottom: 1px solid #b0b0b0;
  cursor: pointer;
}

.p-contact__wrapper {
  width: 540px;
  margin: 0 auto;
  padding: 20px 10px;
}
.p-contact__wrapper .p-contact__head {
  font-size: 24px;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 30px;
}
.p-contact__wrapper .u-contact-btn {
  text-align: center;
}

.first_section {
  width: 540px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.first_section img {
  width: 100%;
}
.first_section .first-head {
  position: absolute;
  top: 3%;
  left: 6%;
  width: 89%;
}
.first_section .first-request {
  position: absolute;
  top: 17%;
  left: 59%;
  width: 33%;
}
.first_section .first-request img{
	transform: rotate(2deg) !important;
}
.first_section .first-logo {
  position: absolute;
  top: 25%;
	left: 3%;
    width: 73%;
}
.first_section .first-logo img{
	transform: rotate(2deg) !important;
}
.first_section .first-omakase {
  position: absolute;
  top: 49%;
  left: 7%;
  width: 55%;
}
.first_section .first-omakase img{
	transform: rotate(2deg) !important;
}
.first_section .first-flex {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  top: 60%;
  left: 3%;
}
.first_section .first-flex .first-badge {
  margin: 0 1% 0 0;
  width: 27%;
}

.first_bottom {
  width: 540px;
  margin: 0 auto;
  position: relative;
}
.first_bottom img {
  width: 100%;
}
.first_bottom .first_bottom_text {
  position: absolute;
  top: 13%;
  left: 11.5%;
  width: 78%;
}

.choice-section {
  width: 540px;
  margin: 0 auto;
  position: relative;
}
.choice-section img {
  width: 100%;
}
.choice-section .choice-text {
  position: absolute;
  top: 16%;
  left: 9.5%;
  width: 83%;
}

.cost-section {
  width: 540px;
  margin: 0 auto;
  position: relative;
}
.cost-section img {
  width: 100%;
}
.cost-section .cost_image_fx1 {
  position: absolute;
  top: 9%;
  left: 5%;
  width: 90%;
}
.cost-section .cost_image_fx2 {
  position: absolute;
  top: 49%;
  left: 5%;
  width: 90%;
}

.work-section {
  width: 540px;
  margin: 0 auto;
  position: relative;
}
.work-section img {
  width: 100%;
}
.work-section .work-head {
  position: absolute;
  top: 2%;
  left: 23%;
  width: 53%;
}
.work-section .work-item1 {
  position: absolute;
  top: 14.1%;
  left: 7.8%;
  width: 84.3%;
}
.work-section .work-item2 {
  position: absolute;
  top: 44.2%;
  left: 7.8%;
  width: 84.3%;
}
.work-section .work-item3 {
  position: absolute;
  top: 74.4%;
  left: 7.8%;
  width: 84.3%;
}

.main-choice-section {
  width: 540px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.main-choice-section img {
  width: 100%;
}
.main-choice-section .choice-4reason {
  position: absolute;
  top: 2.5%;
  left: 39%;
  width: 44%;
}
.main-choice-section .choice-item1 {
  position: absolute;
  top: 4.5%;
  left: 6%;
  width: 88%;
}
.main-choice-section .choice-number {
  position: absolute;
  top: 5.8%;
  left: 40.5%;
  font-size: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-choice-section .choice-number .js-countUp-target {
  color: #2a6686;
  font-weight: 600;
  font-family: "Bebas Neue", sans-serif;
}
.main-choice-section .choice-item2 {
  position: absolute;
  top: 47.5%;
  left: 6%;
  width: 88%;
}
.main-choice-section .choice-item2-track {
  position: absolute;
  top: 53.3%;
  right: 0;
  width: 37%;
}
.main-choice-section .choice-item3 {
  position: absolute;
  top: 23.2%;
  left: 6%;
  width: 88%;
}
.main-choice-section .choice-item4 {
  position: absolute;
  top: 70%;
  left: 6%;
  width: 88%;
}
.main-choice-section .choice-item-bottom {
  position: absolute;
  top: 96.4%;
  left: 5%;
  width: 88%;
}

.package-section {
  width: 540px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.package-section img {
  width: 100%;
}
.package-section .package-section-track1 {
  position: absolute;
  top: 61.8%;
  left: 23.8%;
  width: 48%;
}
.package-section .package-section-track2 {
  position: absolute;
  top: 18%;
  left: 23.8%;
  width: 48%;
}

.option-section {
  width: 540px;
  margin: 0 auto;
  position: relative;
}
.option-section img {
  width: 100%;
}
.option-section .option-head {
  position: absolute;
  top: 0.7%;
  left: 5%;
  width: 90%;
}
.option-section .option-item1 {
  position: absolute;
  top: 9.7%;
  left: 3.7%;
  width: 45%;
}
.option-section .option-item2 {
  position: absolute;
  top: 9.7%;
  left: 51%;
  width: 45%;
}
.option-section .option-item3 {
  position: absolute;
  top: 31.7%;
  left: 3.7%;
  width: 45%;
}
.option-section .option-item4 {
  position: absolute;
  top: 31.7%;
  left: 51%;
  width: 45%;
}
.option-section .option-item5 {
  position: absolute;
  top: 53.7%;
  left: 3.7%;
  width: 45%;
}
.option-section .option-item6 {
  position: absolute;
  top: 53.7%;
  left: 51%;
  width: 45%;
}
.option-section .option-item7 {
  position: absolute;
  top: 75.8%;
  left: 25.8%;
  width: 47%;
}

.p-area__top {
  width: 540px;
  margin: 0 auto;
  position: relative;
}
.p-area__top img {
  width: 100%;
}
.p-area__top .area-text {
  position: absolute;
  top: 83%;
  left: 6%;
  width: 86%;
}

.voice-section {
  width: 540px;
  margin: 0 auto;
  position: relative;
}
.voice-section img {
  width: 100%;
}
.voice-section .voice-head {
  position: absolute;
  top: 2.7%;
  left: 23%;
  width: 53%;
}
.voice-section .voice-item1 {
  position: absolute;
  top: 8.1%;
  left: 10.2%;
  width: 79%;
}
.voice-section .voice-item1-text {
  position: absolute;
  top: 7.1%;
  left: 1%;
  width: 30%;
}
.voice-section .voice-item2 {
  position: absolute;
  top: 25.4%;
  left: 10.2%;
  width: 79%;
}
.voice-section .voice-item2-text {
  position: absolute;
  top: 24.1%;
  left: 1.3%;
  width: 31%;
}
.voice-section .voice-item3 {
  position: absolute;
  top: 47.6%;
  left: 10.2%;
  width: 79%;
}
.voice-section .voice-item3-text {
  position: absolute;
  top: 46.8%;
  left: 1.5%;
  width: 31%;
}
.voice-section .voice-item4 {
  position: absolute;
  top: 71.4%;
  left: 10.2%;
  width: 79%;
}
.voice-section .voice-item4-text {
  position: absolute;
  top: 70.1%;
  left: 1.3%;
  width: 31%;
}

.flow-section {
  width: 540px;
  margin: 0 auto;
  position: relative;
}
.flow-section img {
  width: 100%;
}
.flow-section .flow-items-first {
  position: absolute;
  top: 16.7%;
  left: 5%;
  width: 90%;
}
.flow-section .flow-items-second {
  position: absolute;
  top: 42.7%;
  left: 5%;
  width: 90%;
}
.flow-section .flow-items-third {
  position: absolute;
  top: 69.7%;
  left: 5%;
  width: 90%;
}

@media (max-width: 540px) {
  .section-image {
    width: 100%;
  }
  .p-faq__wrapper {
    width: 100%;
  }
  .p-faq__wrapper .p-lead__head {
    width: 100%;
    padding: 15px;
    text-align: center;
  }
  .p-faq__wrapper .p-lead__head .p-lead__heading {
    color: #fff;
    font-size: 18px;
  }
  .p-area__wrapper {
    width: 100%;
  }
  .p-contact__wrapper {
    width: 100%;
  }
  .p-contact__wrapper .p-contact__head {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .c-faq__item__q {
    padding: 20px 50px 15px 30px;
  }
  .c-faq__item__q span {
    font-size: 16px;
  }
  .c-faq__item__q span::before {
    left: 5px;
  }
  .c-faq__item__a .c-faq__item__a_container {
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    padding: 20px 20px 15px 30px;
  }
  .c-faq__item__a .c-faq__item__a_container p {
    line-height: 1.7;
  }
  .c-faq__item__a .c-faq__item__a_container::before {
    left: 5px;
  }
  .p-faq__item .c-faq__item__a.j_accordion {
    height: 280px;
  }
  .p-faq__item:nth-child(1) .c-faq__item__a.j_accordion {
    height: 420px;
  }
  .p-faq__item.area-tag:nth-child(2) .c-faq__item__a.j_accordion {
    height: 540px;
  }
  .p-faq__item.area-tag:nth-child(3) .c-faq__item__a.j_accordion {
    height: 540px;
  }
}
@media (max-width: 540px) {
  .first_section {
    width: 100%;
  }
  .first_bottom {
    width: 100%;
  }
  .cost-section {
    width: 100%;
  }
  .choice-section {
    width: 100%;
  }
  .choice-section {
    width: 100%;
  }
  .package-section {
    width: 100%;
  }
  .main-choice-section {
    width: 100%;
  }
  .main-choice-section .choice-number {
    top: 5.8%;
    left: 40.2%;
    font-size: 40px;
  }
  .p-area__top {
    width: 100%;
  }
  .work-section {
    width: 100%;
  }
  .option-section {
    width: 100%;
  }
  .voice-section {
    width: 100%;
  }
  .flow-section {
    width: 100%;
  }
}
input[type="submit" i]{
	border: none!important;
}
.wpcf7 form.sent .wpcf7-response-output {
    max-width: 540px;
    margin: 0 auto 20px;
    width: 90%;
}
	
/*# sourceMappingURL=style.css.map */