@charset "UTF-8";
.header_container {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(0%);
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.header_container.hidden {
  transform: translateX(-50%) translateY(calc(-100% - 20px));
}
.header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
@media (max-width: 1199px) {
  .header__inner {
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 959px) {
  .header__inner {
    height: 60px;
  }
}
.header__logo h1 {
  margin: 0;
}
.header__logo h1 a {
  display: inline-block;
  line-height: 0;
}
.header__logo img {
  height: 40px;
}
@media only screen and (max-width: 959px) {
  .header__logo img {
    height: 32px;
  }
}
.header .link_list {
  display: flex;
}
.header .link_list li {
  font-family: "Shippori Antique", sans-serif;
}
.header .link_list li:not(:last-child) {
  position: relative;
  padding-right: 2rem;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .header .link_list li:not(:last-child) {
    padding-right: 1rem;
  }
}
.header .link_list li:not(:last-child)::after {
  content: "/";
  color: #c4b49e;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateX(0.25rem) translateY(-50%);
}
@media (max-width: 1199px) {
  .header .link_list li:not(:last-child)::after {
    right: 0.5em;
  }
}
.header .link_list a {
  color: #7b6e5b;
  font-size: 93.75%;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: 400;
}
.header .link_list a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #7b6e5b;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: scaleX(0);
}
.header .link_list a:hover::after {
  transform: scaleX(1);
}
@media (max-width: 999px) {
  .header .link_list a {
    font-size: 90%;
  }
}
@media only screen and (max-width: 959px) {
  .header__right {
    position: absolute;
    left: 0;
    top: 60px;
    background-color: #eee;
    width: 100%;
    height: calc(100vh - 60px);
    display: none;
    z-index: 222;
  }
  .header__right .link_list {
    flex-direction: column;
    margin: 0;
  }
  .header__right .link_list li {
    width: 100%;
    padding-right: 0;
    border-bottom: 1px solid #7b6e5b;
  }
  .header__right .link_list li::after {
    content: none !important;
  }
  .header__right .link_list a {
    font-size: 16px;
    display: block;
    padding: 0.75rem 1rem;
    box-sizing: border-box;
  }
  .header__right .link_list a::after {
    content: none;
  }
}
.header .header_hamburger {
  width: 50px;
  flex-grow: 0;
  display: none;
}
@media only screen and (max-width: 959px) {
  .header .header_hamburger {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .header .header_hamburger {
    display: block;
  }
}
.header .header_hamburger button {
  display: block;
  margin-left: auto;
  width: 50px;
  height: 50px;
  padding: 5px 15px;
  box-sizing: border-box;
  background: none;
  border: none;
  cursor: pointer;
}
.header .header_hamburger button span {
  display: block;
  height: 3px;
  width: 20px;
  background-color: #7b6e5b;
  margin: 5px 0;
  transition: 0.3s all;
  border-radius: 5px;
}
.spmenu_active .header .header_hamburger button span:nth-child(1) {
  transform: translateY(8px) rotate(-45deg);
}
.spmenu_active .header .header_hamburger button span:nth-child(2) {
  transform: rotate(45deg);
}
.spmenu_active .header .header_hamburger button span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.hero {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 900px;
  z-index: 15;
}
@media (max-height: 899px) {
  .hero {
    height: 100vh;
    height: 100dvh;
  }
}
.hero img {
  pointer-events: none;
}
.hero > img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  vertical-align: bottom;
}

.hero_message {
  max-width: min(460px, 90%);
  max-height: calc(100% - 100px);
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .hero_message {
    max-height: calc(100% - 120px);
  }
}
.hero_message > div {
  position: relative;
}
.hero_message > div > img {
  transform: translateY(30px);
}
@media only screen and (max-width: 959px) {
  .hero_message > div > img {
    transform: translateY(30px);
  }
}
@media only screen and (max-width: 767px) {
  .hero_message > div > img {
    max-width: 270px;
  }
}
.hero_message > div .hero_kurabe {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(50px) translateY(50px);
  width: 220px;
  max-width: 47.8260869565%;
}
@media (max-height: 899px) {
  .hero_message > div .hero_kurabe {
    transform: translateX(50px) translateY(30px);
  }
}
@media only screen and (max-width: 767px) {
  .hero_message > div .hero_kurabe {
    right: 50%;
    transform: translateX(50%) translateY(60px);
  }
}
.hero_message > div .hero_kurabe > div {
  position: relative;
}
.hero_message > div .hero_kurabe > div a {
  display: inline-block;
}
.hero_message > div .hero_kurabe > div a img {
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.hero_message > div .hero_kurabe > div a span {
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-size: 112.5%;
  background-color: #f24a00;
  border: 1px solid #f24a00;
  border-radius: 25px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  text-align: center;
  padding: 0.35em 1em;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.hero_message > div .hero_kurabe > div a:hover img {
  opacity: 0.8;
}
.hero_message > div .hero_kurabe > div a:hover span {
  background-color: #fff;
  color: #f24a00;
}

.feature {
  background-image: url(../img/bg_feature.webp);
  position: relative;
  padding-bottom: 80px;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .feature {
    padding: 20px 10px 80px;
  }
}
.feature:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  display: block;
  width: 48%;
  height: 100%;
  background-image: url(../img/bg_feature_after.webp);
  background-position: calc(100% + 40px) 50%;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 540px) {
  .feature:before {
    content: none;
  }
}
.feature_wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .feature_wrapper {
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media (max-width: 1199px) {
  .feature_wrapper {
    flex-direction: column;
    padding: 40px 10px;
    box-sizing: border-box;
  }
}
.feature_wrapper::after {
  content: "";
  width: 290px;
  height: 420px;
  background-image: url(../img/feature_after.webp);
  background-size: cover;
  position: absolute;
  left: -90px;
  bottom: -145px;
  z-index: 12;
}
@media (max-width: 1199px) {
  .feature_wrapper::after {
    bottom: 0;
  }
}
.feature_wrapper .head {
  transform: translateY(-20px);
  font-size: 137.5%;
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 70px;
  width: 280px;
}
@media (max-width: 1199px) {
  .feature_wrapper .head {
    font-size: 112.5%;
    letter-spacing: 0.18em;
    width: 100%;
    text-align: center;
    line-height: 60px;
  }
}
@media (max-width: 1199px) and (max-width: 540px) {
  .feature_wrapper .head {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .feature_wrapper .head br.last {
    display: none;
  }
}
@media (max-width: 540px) {
  .feature_wrapper .head {
    line-height: 50px;
  }
}
.feature_wrapper .head span {
  font-size: 30px;
}
@media (max-width: 540px) {
  .feature_wrapper .head span {
    font-size: 25px;
  }
}
.feature_wrapper .head span:first-child {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.feature_wrapper .head span:first-child::before, .feature_wrapper .head span:first-child::after {
  content: "”";
  font-size: 48px;
  opacity: 0.4;
  position: absolute;
}
@media (max-width: 540px) {
  .feature_wrapper .head span:first-child::before, .feature_wrapper .head span:first-child::after {
    font-size: 36px;
  }
}
.feature_wrapper .head span:first-child::before {
  top: -10px;
  left: -20px;
}
@media (max-width: 540px) {
  .feature_wrapper .head span:first-child::before {
    left: -10px;
  }
}
.feature_wrapper .head span:first-child::after {
  top: -10px;
  right: -20px;
}
@media (max-width: 540px) {
  .feature_wrapper .head span:first-child::after {
    right: -10px;
  }
}
.feature_wrapper .body {
  width: calc(100% - 280px);
  height: 100%;
}
@media (max-width: 1199px) {
  .feature_wrapper .body {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 540px) {
  .feature_wrapper .body {
    margin-top: 10px;
  }
}
.feature_list {
  margin: 10px 0 0px;
}
@media (max-width: 1199px) {
  .feature_list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .feature_list {
    gap: 50px;
  }
}
.feature_list li {
  display: flex;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 15;
}
@media only screen and (max-width: 767px) {
  .feature_list li {
    margin-bottom: 20px;
  }
}
@media (max-width: 540px) {
  .feature_list li {
    flex-direction: column;
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .feature_list li:first-child {
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .feature_list li:nth-child(2) {
    padding-left: 108px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .feature_list li:nth-child(3) {
    margin-bottom: 20px;
    padding-left: 120px;
  }
}
@media (min-width: 1200px) {
  .feature_list li:last-child {
    padding-left: 34px;
  }
}
.feature_list li img {
  width: 230px;
}
@media (max-width: 540px) {
  .feature_list li img {
    width: 100%;
    max-width: 230px;
  }
}
@media (max-width: 540px) {
  .feature_list li .text {
    width: 100%;
  }
}
.feature_list li .text .title {
  display: inline-block;
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 5px;
  letter-spacing: 0.25em;
}
@media (max-width: 1199px) {
  .feature_list li .text .title {
    letter-spacing: 0.22em;
  }
}
@media (max-width: 540px) {
  .feature_list li .text .title {
    margin: 0px auto 10px;
    font-size: 21px;
    letter-spacing: 0.18em;
    line-height: 1.5;
  }
}
.feature_list li .text .title::first-letter {
  font-size: 32px;
  color: #f2672a;
}
@media (max-width: 540px) {
  .feature_list li .text .title::first-letter {
    font-size: 28px;
  }
}
.feature_list li .text div {
  font-size: 93.75%;
  line-height: 2.2;
  letter-spacing: 0.18em;
}
@media (max-width: 1199px) {
  .feature_list li .text div {
    letter-spacing: 0.18em;
  }
}
@media (max-width: 860px) {
  .feature_list li .text div br {
    display: none;
  }
}
@media (max-width: 540px) {
  .feature_list li .text div {
    text-align: left;
    margin-top: 0px;
  }
}

.safty {
  background-image: url(../img/bg_safty.webp);
  background-position: top center;
  position: relative;
}
.safty::before {
  content: "";
  position: absolute;
  top: -59px;
  left: 50%;
  transform: translate(-50%, 0%);
  display: block;
  width: 100%;
  height: 60px;
  background-image: url(../img/bg_safty_before.webp);
  background-position: top center;
  pointer-events: none;
  z-index: 12;
}
.safty_content {
  max-width: 1100px;
  margin: 0px auto;
  padding: 40px 10px 290px;
  box-sizing: border-box;
}
.safty_content__foot {
  padding: 50px 40px;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: rgba(123, 110, 91, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .safty_content__foot {
    gap: 0px;
    flex-direction: column;
  }
}
.safty_content__foot > div {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .safty_content__foot > div {
    width: 100%;
  }
}
.safty_content__foot > div:last-child {
  max-width: 410px;
}
.safty_content__foot > div:last-child a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 122px;
  color: #fff;
  background-color: #ec7642;
  border: 1px solid #ec7642;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 120px;
  box-sizing: border-box;
  font-size: 150%;
  font-family: "Shippori Antique", sans-serif;
  position: relative;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (max-width: 767px) {
  .safty_content__foot > div:last-child a {
    font-size: 125%;
    height: 100px;
    padding-left: 30px;
    padding-right: 80px;
  }
}
.safty_content__foot > div:last-child a::before, .safty_content__foot > div:last-child a::after {
  content: "";
  position: absolute;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.safty_content__foot > div:last-child a:after {
  right: 45px;
  top: 50%;
  transform: translate(50%, -50%);
  width: 26px;
  height: 21px;
  background-image: url(../img/icon_ext.webp);
  background-size: cover;
}
.safty_content__foot > div:last-child a:hover {
  background-color: #fff;
  transform: scale(1.01);
  color: #ec7642;
}
.safty_content__foot > div:last-child a:hover::before {
  background-color: #ec7642;
}
.safty_content__foot > div:last-child a:hover::after {
  background-image: url(../img/icon_ext_color.webp);
}
@media only screen and (max-width: 767px) {
  .safty_content__foot {
    padding: 15px 20px 20px;
  }
}
.safty_content .title {
  font-family: "Shippori Antique", sans-serif;
  font-size: 125%;
  padding-bottom: 30px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
  letter-spacing: 0.16em;
  flex-grow: 1;
}
@media (max-width: 1099px) {
  .safty_content .title {
    font-size: 115%;
  }
}
@media only screen and (max-width: 959px) {
  .safty_content .title {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-size: 125%;
    text-align: center;
  }
}
.safty_content .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: url(../img/box_title_border.webp);
  background-size: contain;
}
.safty_content__box {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 30px auto;
}
@media (max-width: 1099px) {
  .safty_content__box {
    gap: 10px;
  }
}
@media only screen and (max-width: 959px) {
  .safty_content__box {
    gap: 20px;
    margin: 20px auto;
  }
}
.safty_content__box .box {
  width: calc(33.333% - 10px);
  border: 10px solid rgba(122, 106, 65, 0.2);
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 40px;
}
@media (max-width: 1099px) {
  .safty_content__box .box {
    padding: 30px 10px;
    width: calc(33.333% - 6.6666666667px);
  }
}
@media only screen and (max-width: 959px) {
  .safty_content__box .box {
    width: 100%;
    padding: 15px 20px 20px;
  }
}
.safty_content__box .box p {
  line-height: 2.25;
}
@media only screen and (max-width: 959px) {
  .safty_content__box .box p {
    margin-bottom: 0;
  }
}
.safty h2 {
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-size: 187.5%;
  text-align: center;
  color: #584427;
  letter-spacing: 0.26em;
  line-height: 1.2;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .safty h2 br {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .safty h2 {
    font-size: 175%;
    margin-bottom: 50px;
    letter-spacing: 0.2em;
  }
}

.voice {
  margin-top: -200px;
  padding: 50px 0 170px;
  box-sizing: border-box;
  width: 100%;
  background-image: url(../img/bg_voice.webp);
  background-size: max(1600px, 100%) 100%;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  z-index: 10;
  margin-bottom: 160px;
}
@media (max-width: 1199px) {
  .voice {
    padding: 50px 20px 170px;
  }
}
@media only screen and (max-width: 959px) {
  .voice {
    padding: 50px 20px 100px;
  }
}
.voice:after {
  content: "";
  position: absolute;
  bottom: 0.5px;
  left: 50%;
  transform: translate(-50%, 100%);
  display: block;
  width: 320px;
  height: 160px;
  background-image: url(../img/bg_voice_after.webp);
  background-size: 320px 160px;
  pointer-events: none;
}
.voice h2 {
  margin: 0 0 10px;
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-size: 187.5%;
  color: #2f2608;
  letter-spacing: 0.26em;
  line-height: 1.2;
  height: 295px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/bg_voice_h2.webp);
  background-size: 295px 295px;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 959px) {
  .voice h2 {
    font-size: 175%;
    margin-bottom: 40px;
  }
}
.voice .voice_contents {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 959px) {
  .voice .voice_contents {
    gap: 60px;
    flex-direction: column;
    align-items: center;
  }
}
.voice .voice_contents > div {
  width: 100%;
  max-width: 328px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 959px) {
  .voice .voice_contents > div {
    max-width: 420px;
    align-items: center;
  }
  .voice .voice_contents > div:nth-child(2) {
    flex-direction: column-reverse;
  }
}
.voice .voice_contents > div .image {
  border-radius: 30px;
  margin-top: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 959px) {
  .voice .voice_contents > div .image {
    margin-top: 30px;
  }
}
.voice .voice_contents > div .image img {
  border-radius: 30px;
  display: block;
}
.voice .image + .balloon {
  margin-top: 40px;
}
@media only screen and (max-width: 959px) {
  .voice .image + .balloon {
    margin-top: 0px;
  }
}
.voice .balloon {
  background-color: #ec7642;
  border-radius: 30px;
  padding: 30px 30px 50px;
  color: #fff;
  position: relative;
  box-shadow: 1.928px 2.298px 20px 0px rgba(0, 31, 61, 0.1);
  box-sizing: border-box;
}
@media only screen and (max-width: 959px) {
  .voice .balloon {
    width: 100%;
  }
  .voice .balloon br {
    display: none;
    width: 0;
    margin-right: -10px;
  }
}
.voice .balloon::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 20px 15px 0 15px;
  border-style: solid;
  border-color: #ec7642 transparent transparent transparent;
}
.voice .balloon__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}
.voice .balloon__header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-image: url(../img/baloon_border.webp);
  background-size: contain;
}
.voice .balloon__title {
  font-size: 125%;
  font-weight: bold;
  letter-spacing: 0.16em;
  color: #fff;
  margin: 0;
  line-height: 1.8;
}
@media (max-width: 459px) {
  .voice .balloon__title {
    font-size: 112.5%;
  }
}
.voice .balloon__image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.voice .balloon__content {
  line-height: 2.25;
  letter-spacing: 0.12em;
}
.voice .balloon._white {
  background-color: #fff;
  color: #ec7642;
}
.voice .balloon._white::after {
  border-color: #fff transparent transparent transparent;
}
@media (min-width: 960px) {
  .voice .balloon._white::after {
    transform: translateX(-50%) rotate(-180deg);
    bottom: auto;
    top: -20px;
  }
}
.voice .balloon._white .balloon__title {
  color: #ec7642;
}
.voice .balloon._white .balloon__header {
  border-bottom: 2px dotted #ec7642;
}

.oishisa {
  background-image: url(../img/bg_oishisa.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -280px;
  padding-top: 350px;
  padding-bottom: 125px;
  box-sizing: border-box;
}
@media (max-width: 1599px) {
  .oishisa {
    background-size: 1600px 100%;
  }
}
@media only screen and (max-width: 959px) {
  .oishisa {
    padding-top: 280px;
  }
}
.oishisa h2 {
  margin: 0 0 10px;
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-size: 200%;
  color: #2f2608;
  letter-spacing: 0.28em;
  line-height: 1.857;
  text-align: center;
  position: relative;
}
.oishisa h2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 14px;
  height: 220px;
  background-image: url(../img/oishisa_after.webp);
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 1119px) {
  .oishisa h2 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 959px) {
  .oishisa h2 {
    margin: 80px 0 120px;
  }
}
.oishisa_column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1400px;
  margin: 70px auto 0;
  position: relative;
  padding: 0 20px 80px;
  box-sizing: border-box;
  gap: 30px 0;
  align-items: stretch;
}
@media (max-width: 1119px) {
  .oishisa_column {
    margin: 0px auto 0;
    display: grid;
    gap: 20px 180px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 959px) {
  .oishisa_column {
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .oishisa_column {
    grid-template-columns: repeat(1, 1fr);
  }
}
.oishisa_column .oishisa_message {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 959px) {
  .oishisa_column .oishisa_message {
    width: 100%;
    grid-column: 1/-1;
    position: relative;
    margin-bottom: 20px;
    top: auto;
    left: auto;
    transform: translateX(0%);
  }
}
.oishisa_column .oishisa_message > span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 34px;
  line-height: 1.5;
  background-color: #fff;
  display: block;
  padding: 10px 6px;
  box-sizing: border-box;
  letter-spacing: 0.15em;
  font-family: "Shippori Antique", sans-serif;
}
@media only screen and (max-width: 959px) {
  .oishisa_column .oishisa_message > span {
    font-size: 30px;
  }
}
.oishisa_column .oishisa_message > span > span {
  height: 10px;
  display: inline-block;
}
.oishisa_column > div:not(.oishisa_message) {
  width: calc(50% - 92px);
}
@media (max-width: 1119px) {
  .oishisa_column > div:not(.oishisa_message) {
    width: 100%;
    max-width: inherit;
    height: 100%;
  }
}
.oishisa_column .box {
  background-image: url(../img/bg_oishisabox.webp);
  width: 100%;
  max-width: 560px;
  min-height: 240px;
  background-size: 40px 40px;
  padding: 45px 40px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (max-width: 1119px) {
  .oishisa_column .box {
    flex-direction: column-reverse;
    justify-content: start;
    height: 100%;
    padding: 20px 40px 30px;
  }
}
@media only screen and (max-width: 959px) {
  .oishisa_column .box {
    max-width: inherit;
  }
}
.oishisa_column .box .text {
  display: inline-block;
  position: relative;
  z-index: 12;
  line-height: 2.25;
  box-sizing: border-box;
}
@media only screen and (max-width: 959px) {
  .oishisa_column .box .text br {
    display: none;
  }
}
.oishisa_column .box img {
  z-index: 10;
  width: 200px;
}
@media (min-width: 1120px) {
  .oishisa_column .box img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.oishisa_column .box._01 {
  border-radius: 40px 40px 4px 40px;
  margin-top: 10px;
}
@media (min-width: 1400px) {
  .oishisa_column .box._01 {
    transform: translateX(-15px);
  }
}
@media (max-width: 1119px) {
  .oishisa_column .box._01 {
    margin-top: 0px;
  }
}
.oishisa_column .box._01 .text {
  padding-left: 170px;
}
@media (max-width: 1359px) {
  .oishisa_column .box._01 .text {
    padding-left: 160px;
  }
}
@media (max-width: 1119px) {
  .oishisa_column .box._01 .text {
    padding-left: 0;
  }
}
.oishisa_column .box._01 img {
  left: 10px;
}
@media (min-width: 1360px) {
  .oishisa_column .box._01 {
    max-width: 557px;
  }
}
@media (max-width: 1119px) {
  .oishisa_column .box._01 {
    border-radius: 40px;
  }
}
.oishisa_column .box._02 {
  border-radius: 40px 4px 40px 40px;
  justify-content: start;
  margin: 20px 0 0 auto;
}
@media (min-width: 1400px) {
  .oishisa_column .box._02 {
    transform: translateX(-15px);
  }
}
@media (min-width: 1360px) {
  .oishisa_column .box._02 {
    padding-left: 40px;
  }
}
@media (max-width: 1119px) {
  .oishisa_column .box._02 {
    border-radius: 40px;
    margin-top: 0px;
  }
}
.oishisa_column .box._02 .text {
  padding-right: 30px;
}
@media (max-width: 1359px) {
  .oishisa_column .box._02 .text {
    padding-right: 10px;
  }
}
@media (max-width: 1119px) {
  .oishisa_column .box._02 .text {
    padding-right: 0px;
  }
}
.oishisa_column .box._02 img {
  left: auto;
  right: 0;
}
.oishisa_column .box._03 {
  border-radius: 40px 40px 40px 4px;
}
@media (min-width: 1360px) {
  .oishisa_column .box._03 {
    padding-right: 50px;
    max-width: 490px;
    margin: 0 20px 0 auto;
  }
}
@media (max-width: 1359px) {
  .oishisa_column .box._03 {
    justify-content: start;
  }
}
@media (max-width: 1119px) {
  .oishisa_column .box._03 {
    border-radius: 40px;
  }
}
.oishisa_column .box._03 .text {
  padding-left: 170px;
}
@media (max-width: 1359px) {
  .oishisa_column .box._03 .text {
    padding-left: 150px;
  }
}
@media (max-width: 1119px) {
  .oishisa_column .box._03 .text {
    padding-left: 0;
  }
}
.oishisa_column .box._03 img {
  left: 5px;
}
.oishisa_column .box._04 {
  border-radius: 4px 40px 40px 40px;
  margin: 0 0px 0 auto;
  justify-content: start;
}
@media (min-width: 1360px) {
  .oishisa_column .box._04 {
    padding-left: 50px;
  }
}
@media (max-width: 1119px) {
  .oishisa_column .box._04 {
    border-radius: 40px;
  }
}
.oishisa_column .box._04 img {
  left: auto;
  right: 35px;
}
@media (max-width: 1359px) {
  .oishisa_column .box._04 img {
    right: 20px;
  }
}
.oishisa_column .box._04 .text {
  padding-right: 160px;
}
@media (max-width: 1119px) {
  .oishisa_column .box._04 .text {
    padding-right: 0px;
  }
}

.enjoy {
  background-image: url(../img/bg_enjoy.webp);
  border-radius: 125px 125px 0 0;
  margin-top: -125px;
  padding: 60px 0 235px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .enjoy {
    border-radius: 0;
  }
}
.enjoy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  background: url(../img/bg_enjoy_01.webp) calc(50% - 744px) -8.84% no-repeat, url(../img/bg_enjoy_02.webp) calc(50% + 528px) 4.11% no-repeat, url(../img/bg_enjoy_03.webp) calc(50% - 25px) 23.84% no-repeat, url(../img/bg_enjoy_04.webp) calc(50% - 579px) 48.77% no-repeat, url(../img/bg_enjoy_05.webp) calc(50% + 567px) 64% no-repeat, url(../img/bg_enjoy_06.webp) calc(50% - 490px) calc(100% - 130px) no-repeat;
}
@media (max-width: 1239px) {
  .enjoy::before {
    background: url(../img/bg_enjoy_01.webp) calc(50% - 744px) -8.84% no-repeat, url(../img/bg_enjoy_02.webp) calc(50% + 528px) 4.11% no-repeat, url(../img/bg_enjoy_03.webp) calc(50% - 25px) 23.84% no-repeat, url(../img/bg_enjoy_04.webp) calc(50% - 579px) 48.77% no-repeat, url(../img/bg_enjoy_05.webp) calc(50% + 567px) 64% no-repeat, url(../img/bg_enjoy_06.webp) -80px calc(100% - 130px) no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  .enjoy::before {
    background: url(../img/bg_enjoy_01.webp) calc(50% - 744px) -8.84% no-repeat, url(../img/bg_enjoy_02.webp) calc(50% + 528px) 4.11% no-repeat, url(../img/bg_enjoy_03.webp) calc(50% - 25px) 23.84% no-repeat, url(../img/bg_enjoy_04.webp) calc(50% - 579px) 48.77% no-repeat, url(../img/bg_enjoy_05.webp) calc(50% + 567px) 64% no-repeat, url(../img/bg_enjoy_06.webp) -100px calc(100% - 520px) no-repeat;
  }
}
@media (max-width: 419px) {
  .enjoy::before {
    background: url(../img/bg_enjoy_01.webp) calc(50% - 744px) -8.84% no-repeat, url(../img/bg_enjoy_02.webp) calc(50% + 528px) 4.11% no-repeat, url(../img/bg_enjoy_03.webp) calc(50% - 25px) 23.84% no-repeat, url(../img/bg_enjoy_04.webp) calc(50% - 579px) 48.77% no-repeat, url(../img/bg_enjoy_05.webp) calc(50% + 567px) 64% no-repeat, url(../img/bg_enjoy_06.webp) -100px calc(100% - 510px) no-repeat;
  }
}
@media (max-width: 399px) {
  .enjoy::before {
    background: url(../img/bg_enjoy_01.webp) calc(50% - 744px) -8.84% no-repeat, url(../img/bg_enjoy_02.webp) calc(50% + 528px) 4.11% no-repeat, url(../img/bg_enjoy_03.webp) calc(50% - 25px) 23.84% no-repeat, url(../img/bg_enjoy_04.webp) calc(50% - 579px) 48.77% no-repeat, url(../img/bg_enjoy_05.webp) calc(50% + 567px) 64% no-repeat, url(../img/bg_enjoy_06.webp) -100px calc(100% - 470px) no-repeat;
  }
}
.enjoy * {
  position: relative;
  z-index: 15;
}
.enjoy h2 {
  margin: 0 0 10px;
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-size: 212.5%;
  color: #34312b;
  letter-spacing: 0.32em;
  line-height: 1.857;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 959px) {
  .enjoy h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .enjoy h2 {
    font-size: 25px;
  }
}
.enjoy h2 img {
  width: 120px;
}
.enjoy_column {
  max-width: 1200px;
  margin: 140px auto 185px;
  display: flex;
  padding: 0 30px;
  box-sizing: border-box;
  gap: 60px;
}
@media only screen and (max-width: 959px) {
  .enjoy_column {
    gap: 16px;
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .enjoy_column {
    flex-direction: column;
    gap: 120px;
    margin: 120px auto;
  }
}
.enjoy_card {
  width: calc(50% - 30px);
  padding: 20px 20px 60px;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #ffffff;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .enjoy_card {
    width: calc(50% - 8px);
  }
}
@media only screen and (max-width: 767px) {
  .enjoy_card {
    width: 100%;
    padding: 20px;
  }
}
.enjoy_card:last-child {
  transform: translateY(120px);
}
@media only screen and (max-width: 767px) {
  .enjoy_card:last-child {
    transform: translateY(0px);
  }
}
.enjoy_card .head {
  width: 100%;
  aspect-ratio: 500/355;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.enjoy_card .head img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.enjoy_card .title {
  font-family: "Shippori Antique", sans-serif;
  font-size: 150%;
  line-height: 1.5;
  padding: 19px 10px;
  box-sizing: border-box;
  color: #584427;
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
}
@media only screen and (max-width: 959px) {
  .enjoy_card .title {
    padding: 10px 10px;
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .enjoy_card .title {
    font-size: 20px;
  }
}
.enjoy_card p {
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0;
  line-height: 2.4;
  font-size: 93.75%;
}
@media only screen and (max-width: 767px) {
  .enjoy_card p br {
    display: none;
  }
}
.enjoy_card > span {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .enjoy_card > span {
    top: -40px;
  }
}
.enjoy_card > span > span {
  position: relative;
  font-size: 112.5%;
  color: #2f2608;
  letter-spacing: 0.16em;
  font-weight: 600;
  position: relative;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .enjoy_card > span > span {
    font-size: 17px;
  }
}
.enjoy_card > span > span::before, .enjoy_card > span > span::after {
  content: "";
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 60px;
  background-image: url(../img/enjoy_01_before.webp);
  background-size: cover;
  pointer-events: none;
}
.enjoy_card > span > span:after {
  left: auto;
  right: -50px;
  background-image: url(../img/enjoy_01_after.webp);
}
.enjoy_card > span > span._02:before {
  background-image: url(../img/enjoy_02_before.webp);
}
.enjoy_card > span > span._02:after {
  background-image: url(../img/enjoy_02_after.webp);
}
.enjoy h3 {
  max-width: 1200px;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-size: 162.5%;
  color: #34312b;
  letter-spacing: 0.38em;
  line-height: 1.8;
}
@media only screen and (max-width: 959px) {
  .enjoy h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .enjoy h3 {
    font-size: 22px;
  }
}
.enjoy h3 img {
  width: 120px;
}
.enjoy_bannerlist {
  max-width: 1240px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 30px auto 0;
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .enjoy_bannerlist {
    flex-direction: column;
    gap: 20px;
    margin: 30px auto;
  }
}
.enjoy_bannerlist a {
  max-width: 33.333%;
  display: inline-block;
  border-radius: 20px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .enjoy_bannerlist a {
    max-width: 100%;
  }
}
.enjoy_bannerlist a img {
  max-height: 180px;
  border-radius: 20px;
  line-height: 1;
  box-shadow: 1.908px 9.816px 30px 0px rgba(74, 68, 62, 0.14);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.enjoy_bannerlist a:hover img {
  transform: scale(1.01);
  box-shadow: 1.908px 9.816px 30px 0px rgba(74, 68, 62, 0.5);
}

.question {
  background-image: url(../img/bg_question.webp);
  background-size: 1600px 2201px;
  background-position: center;
  margin-top: -130px;
  border-radius: 130px 130px 0 0;
  padding: 70px 0 200px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .question {
    border-radius: 0;
    padding-top: 40px;
  }
}
.question .head {
  max-width: 1104px;
  margin: 0 auto 70px;
  padding: 0 16px 65px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .question .head {
    padding-bottom: 40px;
  }
}
.question .head:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-image: url(../img/border_question_head.webp);
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
.question h2 {
  margin: 0;
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-size: 212.5%;
  letter-spacing: 0.38em;
  line-height: 1.857;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .question h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .question h2 {
    font-size: 25px;
  }
}
.question_column {
  display: flex;
  flex-direction: column;
  gap: 45px;
  width: 100%;
  max-width: 1100px;
  padding: 0 10px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .question_column {
    padding: 0;
    gap: 60px;
  }
}
.question_contents {
  padding: 11px 45px;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  line-height: 2.25;
}
@media only screen and (max-width: 767px) {
  .question_contents {
    padding: 11px 20px;
    border-radius: 0px;
  }
}
.question_contents::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(11, 39, 90, 0.5);
  mix-blend-mode: screen;
  pointer-events: none;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .question_contents::before {
    border-radius: 0px;
  }
}
.question_contents .title {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 55px;
}
@media only screen and (max-width: 767px) {
  .question_contents .title {
    left: 25px;
  }
}
.question_contents .title span {
  display: inline-block;
  padding-left: 35px;
  box-sizing: border-box;
  position: relative;
  font-size: 150%;
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 959px) {
  .question_contents .title span {
    font-size: 22px;
    padding-left: 30px;
  }
}
.question_contents .title span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: 18px;
  height: 24px;
  background-image: url(../img/icon_kome.webp);
  background-size: cover;
}
.question_contents ul {
  padding-left: 1em;
  list-style: "・";
}
.question_contents .table_content {
  max-width: 750px;
  margin: 45px 0;
}
@media only screen and (max-width: 767px) {
  .question_contents .table_content {
    margin: 30px 0;
  }
}
.question_contents table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .question_contents table {
    margin-bottom: 10px;
  }
}
.question_contents table th,
.question_contents table td {
  border: 1px solid #fff;
  padding: 8px 24px;
  text-align: left;
  background: transparent;
  color: #fff;
  line-height: 2;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .question_contents table th,
  .question_contents table td {
    padding: 8px 12px;
  }
}
.question_contents table th {
  width: 61.3%;
}
@media only screen and (max-width: 767px) {
  .question_contents table th {
    width: 50%;
  }
}
.question_contents table th span {
  font-size: 125%;
}
.question_contents table td {
  width: 19.35%;
}
@media only screen and (max-width: 767px) {
  .question_contents table td {
    width: 25%;
  }
}
.question_contents table tr:first-child th:first-child {
  border-top-left-radius: 20px;
}
.question_contents table tr:first-child td:last-child {
  border-top-right-radius: 20px;
}
.question_contents table tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 20px;
  border-bottom: 1px solid #fff;
}
.question_contents table tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}
.question_contents table tr:last-child td {
  border-bottom: 1px solid #fff;
}

.footer {
  background-image: url(../img/bg_footer.webp);
  border-radius: 130px 130px 0 0;
  margin-top: -130px;
  padding: 95px 0px 30px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 959px) {
  .footer {
    border-radius: 0;
    padding: 40px 0px;
  }
}
@media (max-width: 579px) {
  .footer {
    padding: 30px 0px;
  }
}
.footer_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .footer_container {
    padding: 0 20px;
  }
}
.footer_wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 75px;
}
@media (max-width: 1199px) {
  .footer_wrapper {
    gap: 40px;
  }
}
@media (max-width: 579px) {
  .footer_wrapper {
    flex-direction: column;
    gap: 0px;
  }
}
.footer_wrapper._01 .left {
  gap: 10px;
}
@media (max-width: 579px) {
  .footer_wrapper._01 {
    flex-direction: column;
    gap: 30px;
  }
}
.footer_wrapper._02 {
  margin: 40px 0 0;
}
@media (max-width: 579px) {
  .footer_wrapper._02 {
    margin: 20px 0 0px;
  }
}
.footer_wrapper .left {
  width: 163px;
  min-width: 163px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 579px) {
  .footer_wrapper .left {
    margin: 0 auto;
  }
}
.footer_wrapper .left img {
  width: 100%;
}
.footer_wrapper .right {
  display: flex;
  justify-content: end;
  width: calc(100% - 238px);
  margin-top: 10px;
  box-sizing: border-box;
  height: 180px;
}
@media (max-width: 1199px) {
  .footer_wrapper .right {
    width: calc(100% - 203px);
  }
}
@media only screen and (max-width: 959px) {
  .footer_wrapper .right {
    grid-template-columns: 1fr;
    max-width: 640px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_wrapper .right {
    width: 100%;
  }
}
@media (max-width: 579px) {
  .footer_wrapper .right {
    height: auto;
  }
}
.footer_wrapper .right > a {
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-size: 150%;
  padding: 35px 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  line-height: 2.2;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (max-width: 1199px) {
  .footer_wrapper .right > a {
    padding: 20px;
    font-size: 135%;
    gap: 0px;
  }
}
@media only screen and (max-width: 959px) {
  .footer_wrapper .right > a {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .footer_wrapper .right > a {
    gap: 10px;
  }
}
@media (max-width: 579px) {
  .footer_wrapper .right > a {
    font-size: 20px;
  }
}
.footer_wrapper .right > a > span > span {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  position: relative;
}
.footer_wrapper .right > a > span > span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: scaleX(0);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.footer_wrapper .right > a:hover {
  transform: translate(-3px, -3px);
  box-shadow: 1.5px 9px 20px 0px rgba(74, 68, 62, 0.25);
}
.footer_wrapper .right > a:hover > span span::after {
  transform: scaleX(1);
}
.footer_wrapper .right > a:hover img {
  transform: scale(1.05);
}
.footer_wrapper .right > a img {
  width: 80px;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.footer_wrapper .right > a:first-child {
  padding-left: 45px;
  color: #fff;
  background-color: #ec7642;
  border-radius: 30px 2px 2px 30px;
}
@media only screen and (max-width: 959px) {
  .footer_wrapper .right > a:first-child {
    padding-left: 20px;
    border-radius: 20px 20px 0px 0px;
  }
}
.footer_wrapper .right > a:last-child {
  padding-right: 45px;
  color: #ec7642;
  background-color: #fff;
  border-radius: 30px 30px 30px 30px;
}
@media only screen and (max-width: 959px) {
  .footer_wrapper .right > a:last-child {
    padding-right: 20px;
    border-radius: 0px 0px 20px 20px;
  }
}
.footer_wrapper .right > a:last-child > span span::after {
  background-color: #ec7642;
}
.footer_wrapper .right > a:last-child img {
  width: 110px;
}
@media only screen and (max-width: 959px) {
  .footer_wrapper .right > a:last-child img {
    width: 80px;
  }
}
.footer_link a {
  font-family: "Shippori Antique", sans-serif;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  letter-spacing: 0.12em;
}
.footer_link a::after {
  content: "";
  width: 17px;
  height: 14px;
  background-image: url(../img/icon_ext_color.webp);
  background-size: cover;
  display: inline-block;
  margin-left: 10px;
}
.footer_link a:hover {
  opacity: 0.8;
}
.footer .sns_link {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
}
.footer .sns_link a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #ec7642;
  background-color: #ec7642;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1);
}
.footer .sns_link a img {
  transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  filter: brightness(10);
}
.footer .sns_link a:hover {
  background-color: #fff;
  transform: scale(1.05);
}
.footer .sns_link a:hover img {
  filter: brightness(1);
}
.footer .copyright {
  font-family: "Outfit", sans-serif;
  font-size: 87.5%;
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #2f2608;
}
body.spmenu_active {
  overflow: hidden;
}
body.spmenu_active .header__right {
  display: block;
}

a {
  color: #2f2608;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
a:hover {
  color: #f2672a;
}

ul {
  list-style: none;
  padding: 0;
}

.main_content {
  min-height: 2000px;
}

.conteiner {
  max-width: 1200px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}
