@charset "UTF-8";
/*
    テンプレート
*/
* {
  font-family: "MS Pゴシック", sans-serif;
}

.mincho {
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.resetting {
  margin: 0;
  padding: 0;
}

.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

.notel {
  pointer-events: none;
}

p,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

.bx-wrapper {
  background: none;
  border: none;
  box-shadow: none;
}

.g-mincho {
  font-family: "Shippori Mincho", serif;
}

.gothic {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.light-f {
  font-family: "Zen Maru Gothic", sans-serif;
}

.fixed-header {
  position: fixed;
  transition: 0.5s;
}

/* ハートの共通スタイル */
.heart-button::before,
.heart-button::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  opacity: 0;
  position: absolute;
  width: 20px;
}

/* ========= ホバー時のスタイル ======== */
/* ボタンホバー時のスタイル */
.heart-button {
  border-color: #ef4b53;
  color: #ef4b53;
}

/* ボタンホバー時の左上のハートのスタイル */
.heart-button::before {
  -webkit-animation: heart 1.5s infinite ease-out;
          animation: heart 1.5s infinite ease-out;
}

/* ボタンホバー時の右下のハートのスタイル */
.heart-button::after {
  -webkit-animation: heart 1.5s 0.2s infinite ease-out;
          animation: heart 1.5s 0.2s infinite ease-out;
}

/* ========= アニメーションの設定 ======== */
@-webkit-keyframes heart {
  0% {
    opacity: 0;
    transform: translateY(0) scale(1);
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-20px) scale(1.4);
  }
}
@keyframes heart {
  0% {
    opacity: 0;
    transform: translateY(0) scale(1);
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-20px) scale(1.4);
  }
}

/* ハートの共通スタイル */
.heart-button2::before,
.heart-button2.cf:before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  opacity: 0;
  position: absolute;
  width: 20px;
}

/* 左上のハートのスタイル */
.heart-button2::before {
  background-image: url("../images/common/heart.svg");
  left: -12px;
  top: 0;
}

/* 右下のハートのスタイル */
.heart-button2::after {
  background-image: url("../images/common/heart-reverse.svg");
  bottom: -6px;
  right: -14px;
}

/* ボタンホバー時のスタイル */
.heart-button2 {
  border-color: #ef4b53;
  color: #ef4b53;
}

/* ボタンホバー時の左上のハートのスタイル */
.heart-button2::before {
  -webkit-animation: heart2 1.5s infinite ease-out;
          animation: heart2 1.5s infinite ease-out;
}

/* ボタンホバー時の右下のハートのスタイル */
.heart-button2::after {
  -webkit-animation: heart2 1.5s 0.2s infinite ease-out;
          animation: heart2 1.5s 0.2s infinite ease-out;
}

/* ========= ホバー時のスタイル ======== */
/* ボタンホバー時のスタイル */
.heart-button2.bold {
  background-color: #fff;
  border-color: #ef4b53;
  color: #ef4b53;
}

/* ========= アニメーションの設定 ======== */
@-webkit-keyframes heart2 {
  0% {
    opacity: 0;
    transform: translateY(0) scale(1);
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-20px) scale(1.4);
  }
}
@keyframes heart2 {
  0% {
    opacity: 0;
    transform: translateY(0) scale(1);
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-20px) scale(1.4);
  }
}

/* ========= SPのスタイル ======== */

@media screen and (min-width: 769px) {
  /* 左上のハートのスタイル */
  .heart-button::before {
    background-image: url("../images/common/heart02.svg");
    left: 5.5%;
    top: -15%;
  }
  .sp {
    display: none;
  }
  header {
    height: auto;
    width: 100%;
  }
  header .section-header {
    background-color: #ebe4d7;
    height: 83px;
    width: 100%;
    z-index: 100;
  }
  header .section-header .header-store {
    height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    width: 172px;
  }
  header .section-header .header-store a {
    background-color: #000000;
    color: #ffffff;
    display: block;
    font-size: 2rem;
    height: auto;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }
  header .section-header .header-store a:before {
    content: "\f54f";
    font-family: FontAwesome;
    padding-right: 0.5rem;
  }
  header .section-header .section-header-inner {
    -ms-align-items: flex-end;
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    justify-content: space-between;
    width: 100%;
  }
  header .section-header .section-header-inner .section-header-logo {
    height: auto;
    padding: 1.5rem;
    width: 122px;
  }
  header .section-header .section-header-inner .section-header-logo a {
    height: auto;
    width: 18rem;
  }
  header .section-header .section-header-inner .section-header-logo a img {
    height: auto;
    width: 100%;
  }
  header .section-header .section-header-inner .section-header-menu {
    padding-bottom: 1.5rem;
  }
  header .section-header .section-header-inner .section-header-menu ul {
    display: flex;
    gap: 2rem;
    margin-right: 2.5rem;
  }
  header .section-header .section-header-inner .section-header-menu ul li a {
    color: #573018;
    display: block;
    font-size: 2.2rem;
    letter-spacing: 0.4px;
    text-decoration: none;
  }
  a:hover {
    opacity: 0.5;
    transition: 0.5s;
  }
  main .separation {
    background: #171111;
    box-sizing: border-box;
    height: 20rem;
    padding-top: 2rem;
    text-align: center;
    width: 100%;
  }
  main .separation h2 {
    color: #ffffff;
    font-size: 6rem;
  }
  main .separation p {
    color: #ffffff;
    font-size: 2rem;
    position: relative;
  }
  main .separation p:after {
    background: #ffffff;
    content: "";
    height: 0.2rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 5rem;
    width: 14rem;
  }
  main .setbird {
    height: 0px;
    margin: 0 auto;
    max-width: 900px;
    position: relative;
    width: 100%;
  }
  main .setbird img {
    height: auto;
    left: 0;
    position: absolute;
    top: -30px;
    width: 100px;
  }
  main .separation-light {
    box-sizing: border-box;
    height: 20rem;
    padding-top: 2rem;
    position: relative;
    text-align: center;
    width: 100%;
  }
  main .separation-light .separation-light-left {
    position: relative;
  }
  main .separation-light .separation-light-left:before {
    background: #000;
    bottom: 2px;
    content: "";
    height: 1px;
    left: 96px;
    margin: auto;
    position: absolute;
    top: 38px;
    width: 250px;
  }
  main .separation-light .separation-light-left:after {
    background: #000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 96px;
    margin: auto;
    position: absolute;
    top: 42px;
    width: 250px;
  }
  main .separation-light .separation-light-right {
    position: relative;
  }
  main .separation-light .separation-light-right:before {
    background: #000;
    bottom: 2px;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    right: 95px;
    width: 250px;
  }
  main .separation-light .separation-light-right:after {
    background: #000;
    bottom: 0;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    right: 95px;
    width: 250px;
  }
  main .separation-light h2 {
    color: #000;
    font-size: 6rem;
  }
  main .separation-light p {
    color: #000;
    font-size: 2rem;
    position: relative;
  }
  main .separation-light p:after {
    background: #000;
    content: "";
    height: 0.1rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 5rem;
    width: 14rem;
  }
  main .more a {
    font-size: 2.2rem;
    font-weight: bold;
    position: relative;
    text-decoration: none;
  }
  main .more a.red {
    color: #ad0c0c;
  }
  main .more a:before {
    background-color: #ad0c0c;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 8rem;
    width: 6.5rem;
  }
  main .more a:after {
    background-color: #ad0c0c;
    bottom: 5px;
    content: "";
    height: 2px;
    position: absolute;
    right: 8rem;
    transform: rotate(45deg);
    width: 2rem;
  }
  main .section-banner {
    background-size: cover;
    height: 92vh;
    width: 100%;
  }
  main .section-banner-video {
    height: auto;
    width: 100%;
  }
  main .section-banner-video video {
    height: auto;
    width: 100%;
  }
  main .divide-head-title {
    display: flex;
    height: 25rem;
    width: 100%;
  }
  main .divide-head-title .divide-head-title-left {
    background-color: #000000;
    height: 25rem;
    width: 50%;
  }
  main .divide-head-title .divide-head-title-left h1 {
    color: #ffffff;
    font-size: 4.5rem;
    line-height: 25rem;
    padding-left: 15rem;
    position: relative;
  }
  main .divide-head-title .divide-head-title-left h1:after {
    background: #ffffff;
    bottom: 9rem;
    content: "";
    height: 1px;
    left: 15rem;
    position: absolute;
    width: 65rem;
  }
  main .divide-head-title .divide-head-title-right {
    background-size: cover;
    height: 25rem;
    width: 50%;
  }
  main .section-one {
    background: #f8f4e6;
    height: auto;
    padding-bottom: 15rem;
    padding-top: 15rem;
    width: 100%;
  }
  main .section-one .section-one-two-banner {
    height: auto;
    width: 100%;
  }
  main .section-one .section-one-two-banner ul {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    gap: 2rem;
    height: auto;
    justify-content: center;
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
  }
  main .section-one .section-one-two-banner ul li {
    box-sizing: border-box;
    height: auto;
    width: 100%;
  }
  main .section-one .section-one-two-banner ul li a {
    display: block;
    text-decoration: none;
  }
  main .section-one .section-one-two-banner ul li a img {
    height: auto;
    width: 100%;
  }
  main .section-one .section-one-one-banner {
    height: auto;
    margin: 0 auto;
    max-width: 1100px;
    padding-top: 10rem;
    width: 100%;
  }
  main .section-one .section-one-one-banner a {
    display: block;
  }
  main .section-one .section-one-one-banner a img {
    height: auto;
    width: 100%;
  }
  main > .separation-light {
    background: #f8f4e6;
  }
  main .section-two {
    background: #f8f4e6;
    height: auto;
    width: 100%;
  }
  main .section-two .section-two-inner {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }
  main .section-two .section-two-inner .slider img {
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  main .section-two .slider-link {
    height: auto;
    margin: 0 auto;
    max-width: 1200px;
    padding-bottom: 5rem;
    padding-top: 5rem;
    width: 100%;
  }
  main .section-two .slider-link a {
    background: #70584b;
    border-radius: 15px;
    color: #fff;
    display: block;
    font-size: 1.8rem;
    height: 5rem;
    line-height: 5rem;
    margin-left: auto;
    text-align: center;
    text-decoration: none;
    width: 28rem;
  }
  main .section-two .slider-link a:after {
    content: "\f054";
    font-family: FontAwesome;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  main .section-two-banner {
    background: #f8f4e6;
    box-sizing: border-box;
    height: auto;
    padding-bottom: 10rem;
    width: 100%;
  }
  main .section-two-banner video {
    height: auto;
    width: 100%;
  }
  main .online-store {
    background: #f8f4e6;
    box-sizing: border-box;
    height: auto;
    padding-bottom: 10rem;
    width: 100%;
  }
  main .online-store a {
    background: #000000;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 2rem;
    height: 7rem;
    line-height: 7rem;
    margin: 0 auto;
    margin-left: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 41rem;
  }
  main .online-store a:before {
    background: #fff;
    bottom: 20px;
    content: "";
    height: 1px;
    position: absolute;
    right: 30rem;
    width: 6.5rem;
  }
  main .online-store a:after {
    background: #fff;
    bottom: 25px;
    content: "";
    height: 2px;
    position: absolute;
    right: 30rem;
    transform: rotate(45deg);
    width: 2rem;
  }
  main .section-three {
    background: #f8f4e6;
    height: auto;
    padding-bottom: 10rem;
    padding-top: 10rem;
    width: 100%;
  }
  main .section-three .section-three-inner {
    display: flex;
    gap: 5rem;
    height: auto;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1050px;
    overflow: hidden;
    width: 100%;
  }
  main .section-three .section-three-inner .separation-light > h2 {
    font-size: 4.5rem;
  }
  main .section-three .section-three-inner .separation-light .separation-light-left:before {
    left: 125px;
    width: 81px;
  }
  main .section-three .section-three-inner .separation-light .separation-light-left:after {
    left: 125px;
    width: 81px;
  }
  main .section-three .section-three-inner .separation-light .separation-light-right:before {
    right: 125px;
    width: 81px;
  }
  main .section-three .section-three-inner .separation-light .separation-light-right:after {
    bottom: 6px;
    right: 125px;
    width: 81px;
  }
  main .section-three .section-three-inner .section-three-inner-left {
    max-width: 450px;
    width: 100%;
  }
  main .section-three .section-three-inner .section-three-inner-left .section-three-text-list ul li {
    margin-top: 20px;
    max-width: 400px;
    width: 100%;
  }
  main .section-three .section-three-inner .section-three-inner-left .section-three-text-list ul li a {
    color: #000;
    display: block;
    text-decoration: none;
  }
  main .section-three .section-three-inner .section-three-inner-left .section-three-text-list ul li a .section-three-text-list-each {
    background: #fff;
    border-radius: 15px;
    box-sizing: border-box;
    height: 80px;
    margin-right: auto;
    max-width: 380px;
    padding: 0.9rem 1.4rem;
    width: 100%;
  }
  main .section-three .section-three-inner .section-three-inner-left .section-three-text-list ul li a .section-three-text-list-each p {
    color: #707070;
    font-size: 2rem;
    font-weight: bold;
  }
  main .section-three .section-three-inner .section-three-inner-left .section-three-text-list ul li a .section-three-text-list-each h2 {
    color: #707070;
    font-size: 2rem;
    font-weight: 500;
  }
  main .section-three .section-three-inner .section-three-inner-left .section-three-text-list ul li:nth-child(2n + 1) {
    margin-left: auto;
  }
  main .section-three .section-three-inner .section-three-inner-left .section-three-text-list ul li:nth-child(2n + 1) > a > .section-three-text-list-each {
    margin-left: auto;
  }
  main .section-three .section-three-inner .section-three-inner-right {
    max-width: 400px;
    width: 100%;
  }
  main .section-three .section-three-inner .section-three-inner-right .section-three-img-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: center;
  }
  main .section-three .section-three-inner .section-three-inner-right .section-three-img-list ul li {
    margin-top: 30px;
    max-width: 180px;
    width: 100%;
  }
  main .section-three .section-three-inner .section-three-inner-right .section-three-img-list ul li a {
    color: #000;
    text-decoration: none;
  }
  main .section-three .section-three-inner .section-three-inner-right .section-three-img-list ul li a .section-three-img-list-each {
    background: #fff;
  }
  main .section-three .section-three-inner .section-three-inner-right .section-three-img-list ul li a .section-three-img-list-each .section-three-img-list-each-img img {
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  main .section-three .section-three-inner .section-three-inner-right .section-three-img-list ul li a .section-three-img-list-each .section-three-img-list-each-txt {
    box-sizing: border-box;
    height: 90px;
    padding: 9px;
    position: relative;
  }
  main .section-three .section-three-inner .section-three-inner-right .section-three-img-list ul li a .section-three-img-list-each .section-three-img-list-each-txt p {
    bottom: 1rem;
    color: #707070;
    font-size: 2rem;
    font-weight: bold;
    padding-top: 1rem;
    position: absolute;
    right: 1rem;
  }
  main .section-three .section-three-inner .section-three-inner-right .section-three-img-list ul li a .section-three-img-list-each .section-three-img-list-each-txt h2 {
    color: #707070;
    font-size: 2rem;
    font-weight: 500;
  }
  main .section-three .more {
    box-sizing: border-box;
    padding-top: 5rem;
    text-align: right;
  }
  main .section-four {
    background: #f8f4e6;
    height: auto;
    padding-bottom: 10rem;
    padding-top: 10rem;
    width: 100%;
  }
  main .section-four .section-four-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    height: auto;
    justify-content: center;
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
  }
  main .section-four .section-four-inner .section-four-inner-each {
    height: auto;
    margin-top: 2rem;
    max-width: 300px;
    width: 100%;
  }
  main .section-four .section-four-inner .section-four-inner-each .section-four-inner-each-img {
    height: auto;
    width: 100%;
  }
  main .section-four .section-four-inner .section-four-inner-each .section-four-inner-each-img img {
    height: auto;
    width: 100%;
  }
  main .section-four .section-four-inner .section-four-inner-each .section-four-inner-each-link {
    margin-top: 18px;
  }
  main .section-four .section-four-inner .section-four-inner-each .section-four-inner-each-link a {
    background: #6f5949;
    border-radius: 20px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 2.2rem;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
    max-width: 240px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }
  main .section-four .section-four-inner .section-four-inner-each .section-four-inner-each-link a:after {
    content: "\f054";
    font-family: FontAwesome;
    padding-left: 2rem;
    padding-right: 0.5rem;
  }
  main .section-fifth {
    background: #f8f4e6;
    height: auto;
    padding-bottom: 240px;
    padding-top: 60px;
    width: 100%;
  }
  main .section-fifth .section-fifth-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    height: auto;
    margin: 0 auto;
    max-width: 900px;
    position: relative;
    width: 100%;
  }
  main .section-fifth .section-fifth-inner .section-fifth-inner-left {
    background-size: cover;
    height: 500px;
    max-width: 600px;
    position: relative;
    width: 100%;
  }
  main .section-fifth .section-fifth-inner .section-fifth-inner-left h3 {
    color: #ffffff;
    font-size: 30px;
    left: 20px;
    position: absolute;
    text-shadow: 2px 2px 10px #777, -2px 2px 10px #777, 2px -2px 10px #777, -2px -2px 10px #777;
    top: 20px;
  }
  main .section-fifth .section-fifth-inner .section-fifth-inner-right {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: -50px;
    box-sizing: border-box;
    height: 400px;
    max-width: 500px;
    padding: 3rem 6rem 3rem 6rem;
    position: absolute;
    right: 40px;
    width: 100%;
  }
  main .section-fifth .section-fifth-inner .section-fifth-inner-right .section-fifth-inner-right-title {
    height: auto;
    width: 100%;
  }
  main .section-fifth .section-fifth-inner .section-fifth-inner-right .section-fifth-inner-right-title h3 {
    color: #fff;
    display: inline-block;
    font-size: 6.6rem;
    position: relative;
  }
  main .section-fifth .section-fifth-inner .section-fifth-inner-right .section-fifth-inner-right-title h3:after {
    background: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 30rem;
  }
  main .section-fifth .section-fifth-inner .section-fifth-inner-right .section-fifth-inner-right-title span {
    color: #fff;
    display: inline-block;
    font-size: 2rem;
    padding-left: 4rem;
  }
  main .section-fifth .section-fifth-inner .section-fifth-inner-right .section-fifth-inner-right-exp {
    box-sizing: border-box;
    height: auto;
    padding-top: 6rem;
    width: 80%;
  }
  main .section-fifth .section-fifth-inner .section-fifth-inner-right .section-fifth-inner-right-exp p {
    color: #fff;
    font-size: 2rem;
  }
  main .section-fifth .section-fifth-inner .section-fifth-inner-right .section-fifth-inner-right-link {
    bottom: 9rem;
    position: absolute;
    right: 8rem;
  }
  main .section-fifth .section-fifth-inner .section-fifth-inner-right .section-fifth-inner-right-link > .more > a {
    color: #fff;
  }
  main .section-fifth .section-fifth-inner .section-fifth-inner-right .section-fifth-inner-right-link > .more > a:before {
    background-color: #fff;
  }
  main .section-fifth .section-fifth-inner .section-fifth-inner-right .section-fifth-inner-right-link > .more > a:after {
    background-color: #fff;
  }
  main .esp-section-one {
    box-sizing: border-box;
    overflow: hidden;
    padding-top: 10rem;
    position: relative;
    /* アニメーション（右から左に移動） */
  }
  main .esp-section-one .text {
    /* 枠の大きさ */
    overflow: hidden;
    width: 100%;
    /* 枠からはみ出た部分を非表示 */
  }
  main .esp-section-one .move2 {
    box-sizing: border-box;
    display: inline-block;
    /* 改行が起こらないように対策 */
    line-height: 1em;
    /* 必須 */
    padding-right: 100%;
    position: absolute;
    /* 右端から文字をスタートさせるため */
    white-space: nowrap;
    /* 行間（高さ）を1文字分にする */
    z-index: 99;
  }
  main .esp-section-one .move {
    display: inline-block;
    /* 改行が起こらないように対策 */
    line-height: 1em;
    /* 必須 */
    padding-left: 100%;
    position: absolute;
    /* 右端から文字をスタートさせるため */
    white-space: nowrap;
    /* 行間（高さ）を1文字分にする */
    z-index: 99;
  }
  @-webkit-keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(100%);
    }
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(100%);
    }
  }
  @-webkit-keyframes scrollb {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes scrollb {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  main .esp-section-one .esp-section-one-title {
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
  }
  main .esp-section-one .esp-section-one-title h1 {
    color: #fff;
    font-size: 6.6rem;
    font-weight: 500;
    letter-spacing: 0.4rem;
    text-align: center;
  }
  main .esp-section-one .esp-section-one-title .pinkdog {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 140px;
    position: absolute;
    right: 74%;
    top: -40px;
    width: 100%;
  }
  main .esp-section-one .esp-section-one-title .pinkdog img {
    height: auto;
    width: 100%;
  }
  main .esp-section-one .esp-section-one-divide {
    box-sizing: border-box;
    display: flex;
    gap: 10rem;
    height: auto;
    margin: 0 auto;
    max-width: 1100px;
    padding-bottom: 20rem;
    padding-top: 10rem;
    width: 100%;
  }
  main .esp-section-one .esp-section-one-divide .esp-section-one-divide-left .esp-section-one-divide-left-img {
    height: auto;
    max-width: 550px;
    width: 100%;
  }
  main .esp-section-one .esp-section-one-divide .esp-section-one-divide-left .esp-section-one-divide-left-img img {
    height: auto;
    width: 100%;
  }
  main .esp-section-one .esp-section-one-divide .esp-section-one-divide-left .esp-section-one-divide-left-txt {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding-top: 4rem;
  }
  main .esp-section-one .esp-section-one-divide .esp-section-one-divide-left .esp-section-one-divide-left-txt p {
    color: #fff;
    font-size: 4rem;
  }
  main .esp-section-one .esp-section-one-divide .esp-section-one-divide-right {
    height: auto;
    max-width: 430px;
    width: 100%;
  }
  main .esp-section-one .esp-section-one-divide .esp-section-one-divide-right .esp-section-one-divide-right-title {
    position: relative;
  }
  main .esp-section-one .esp-section-one-divide .esp-section-one-divide-right .esp-section-one-divide-right-title h2 {
    color: #fff;
    font-size: 6.6rem;
  }
  main .esp-section-one .esp-section-one-divide .esp-section-one-divide-right .esp-section-one-divide-right-title span {
    color: #fff;
    font-size: 2rem;
  }
  main .esp-section-one .esp-section-one-divide .esp-section-one-divide-right .esp-section-one-divide-right-title:after {
    background: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50rem;
  }
  main .esp-section-one .esp-section-one-divide .esp-section-one-divide-right .esp-section-one-divide-right-exp {
    box-sizing: border-box;
    padding-top: 6rem;
    position: relative;
  }
  main .esp-section-one .esp-section-one-divide .esp-section-one-divide-right .esp-section-one-divide-right-exp p {
    color: #fff;
    font-size: 3rem;
  }
  main .esp-section-one .esp-section-one-divide .esp-section-one-divide-right .esp-section-one-divide-right-exp .browndog {
    bottom: -20rem;
    height: auto;
    max-width: 140px;
    position: absolute;
    right: 10rem;
    width: 100%;
  }
  main .esp-section-one .esp-section-one-divide .esp-section-one-divide-right .esp-section-one-divide-right-exp .browndog img {
    height: auto;
    width: 100%;
  }
  main > .separation-light > .separation-light-right:after {
    top: -52px;
  }
  main > .separation-light > .separation-light-right:before {
    top: -42px;
  }
  main .esp-section-two {
    background: #f8f4e6;
    box-sizing: border-box;
    height: auto;
    padding-bottom: 96px;
    padding-top: 24px;
    position: relative;
    width: 100%;
  }
  main .esp-section-two .esp-section-two-inner {
    display: flex;
    height: auto;
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-left {
    width: 35%;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-left .esp-section-two-inner-left-fix {
    height: auto;
    margin-left: auto;
    max-width: 300px;
    width: 100%;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-left .esp-section-two-inner-left-fix img {
    height: auto;
    width: 100%;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-left #page-top {
    position: sticky;
    top: 40px;
    transform: translateY(100px);
    z-index: 2;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-right-side {
    width: 35%;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-right-side .esp-section-two-inner-right-side-fix {
    height: auto;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-right-side .esp-section-two-inner-right-side-fix img {
    height: auto;
    width: 100%;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-right-side #page-top {
    position: sticky;
    top: 40px;
    transform: translateY(100px);
    width: 100%;
    z-index: 2;
  }
  main .esp-section-two .esp-section-two-inner > a {
    background: #000000;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 2rem;
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    margin-left: auto;
    margin-top: 50px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 246px;
  }
  main .esp-section-two .esp-section-two-inner > a:before {
    background: #fff;
    bottom: 18px;
    content: "";
    height: 1px;
    position: absolute;
    right: 190px;
    width: 39px;
  }
  main .esp-section-two .esp-section-two-inner > a:after {
    background: #fff;
    bottom: 22px;
    content: "";
    height: 2px;
    position: absolute;
    right: 190px;
    transform: rotate(45deg);
    width: 12px;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-right {
    height: auto;
    margin: 0 auto;
    max-width: 660px;
    width: 70%;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-right .esp-section-two-inner-each {
    align-items: center;
    display: flex;
    gap: 36px;
    margin-top: 36px;
    position: relative;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-right .esp-section-two-inner-each .esp-section-two-inner-each-icon {
    background-color: rgba(239, 220, 220, 0.5);
    border-radius: 50%;
    height: 90px;
    position: relative;
    width: 90px;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-right .esp-section-two-inner-each .esp-section-two-inner-each-icon img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 90%;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-right .esp-section-two-inner-each .esp-section-two-inner-each-exp {
    background-color: rgba(239, 220, 220, 0.5);
    border-radius: 20px;
    box-sizing: border-box;
    height: auto;
    max-width: 450px;
    padding: 2rem;
    position: relative;
    width: 100%;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-right .esp-section-two-inner-each .esp-section-two-inner-each-exp p {
    color: #707070;
    font-size: 2.5rem;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-right .esp-section-two-inner-each.left .esp-section-two-inner-each-exp:before {
    border-bottom: 15px solid transparent;
    border-right: 15px solid rgba(239, 220, 220, 0.5);
    border-top: 15px solid transparent;
    bottom: 0;
    content: "";
    height: 0rem;
    left: -15px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0rem;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-right .esp-section-two-inner-each.right {
    flex-direction: row-reverse;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-right .esp-section-two-inner-each.right .esp-section-two-inner-each-exp:after {
    border-bottom: 15px solid transparent;
    border-left: 15px solid rgba(239, 220, 220, 0.5);
    border-top: 15px solid transparent;
    bottom: 0;
    content: "";
    height: 0rem;
    left: 0;
    margin: auto 0 auto auto;
    position: absolute;
    right: -15px;
    top: 0;
    width: 0rem;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-right .esp-section-two-inner-each.center {
    gap: 0 !important;
    justify-content: center;
    width: 100% !important;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-right .esp-section-two-inner-each.center > .esp-section-two-inner-each-space p {
    color: #707070;
    font-size: 2.5rem;
    text-align: center;
  }
  main .esp-section-three {
    height: auto;
    padding-bottom: 16rem;
    padding-top: 8rem;
    width: 100%;
  }
  main .esp-section-three .esp-section-three-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    height: auto;
    justify-content: center;
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
  }
  main .esp-section-three .esp-section-three-inner .esp-section-three-inner-each {
    height: auto;
    margin-top: 2rem;
    max-width: 280px;
    width: 100%;
  }
  main .esp-section-three .esp-section-three-inner .esp-section-three-inner-each .esp-section-three-inner-each-img img {
    height: auto;
    width: 100%;
  }
  main .esp-section-three .esp-section-three-inner .esp-section-three-inner-each .esp-section-three-inner-each-title h2 {
    font-size: 2.5rem;
  }
  main .esp-section-three .esp-section-three-inner .esp-section-three-inner-each .esp-section-three-inner-each-price p {
    display: inline-block;
    font-size: 3rem;
  }
  main .esp-section-three .esp-section-three-inner .esp-section-three-inner-each .esp-section-three-inner-each-price span {
    display: block;
    display: inline-block;
    font-size: 1.5rem;
  }
  main .esp-section-three .esp-section-three-inner .esp-section-three-inner-each .esp-section-three-inner-each-buy {
    box-sizing: border-box;
    margin-top: 18px;
  }
  main .esp-section-three .esp-section-three-inner .esp-section-three-inner-each .esp-section-three-inner-each-buy a {
    background: #000000;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    height: 21px;
    line-height: 21px;
    margin-left: auto;
    text-align: center;
    text-decoration: none;
    width: 72px;
  }
  main .esp-section-three .esp-section-three-inner .esp-section-three-inner-each .esp-section-three-inner-each-buy a:before {
    content: "\f07a";
    font-family: FontAwesome;
    padding-right: 0.5rem;
  }
  main .esp-section-three .esp-section-three-link {
    height: auto;
    margin-top: 120px;
    width: 100%;
  }
  main .esp-section-three .esp-section-three-link a {
    background: #000000;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 2rem;
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    margin-left: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 246px;
  }
  main .esp-section-three .esp-section-three-link a:before {
    background: #fff;
    bottom: 18px;
    content: "";
    height: 1px;
    position: absolute;
    right: 190px;
    width: 39px;
  }
  main .esp-section-three .esp-section-three-link a:after {
    background: #fff;
    bottom: 22px;
    content: "";
    height: 2px;
    position: absolute;
    right: 190px;
    transform: rotate(45deg);
    width: 12px;
  }
  main .shop-section-one {
    background: #f8f4e6;
    height: auto;
    padding-bottom: 15rem;
    padding-top: 15rem;
    width: 100%;
  }
  main .shop-section-one .shop-section-one-inner {
    height: auto;
    margin: 0 auto;
    width: 100%;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-table {
    background-color: rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    max-width: 900px;
    padding: 4rem;
    width: 100%;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-table table {
    height: auto;
    width: 100%;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-table table tr {
    border-bottom: #747474 1px solid;
    padding: 1.5px;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-table table tr th {
    box-sizing: border-box;
    color: #747474;
    font-size: 2.5rem;
    padding: 5.5px;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-table table tr td {
    box-sizing: border-box;
    color: #747474;
    font-size: 2.5rem;
    padding: 5.5px;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-table table tr th:first-child {
    font-weight: 700;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-img {
    height: auto;
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-img img {
    height: auto;
    width: 100%;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-title {
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    max-width: 900px;
    padding-top: 13rem;
    width: 100%;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-title h3 {
    color: #707070;
    display: inline-block;
    font-size: 5rem;
    position: relative;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-title span {
    box-sizing: border-box;
    color: #707070;
    display: inline-block;
    font-size: 1.8rem;
    padding-left: 2.5rem;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-title h3:after {
    background: #707070;
    bottom: 0.5rem;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 40rem;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-address {
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    max-width: 900px;
    padding-top: 3rem;
    width: 100%;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-address p {
    color: #707070;
    font-size: 2.4rem;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-address a {
    color: #707070;
    font-size: 2.4rem;
    text-decoration: none;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-access {
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    max-width: 900px;
    padding-top: 5rem;
    width: 100%;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-access h3 {
    color: #707070;
    font-size: 2.4rem;
    position: relative;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-access h3:before {
    content: "\f3c5";
    font-family: FontAwesome;
    font-size: 3.5rem;
    padding-right: 1rem;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-access p {
    color: #707070;
    font-size: 2.4rem;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-map {
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    max-width: 900px;
    padding-top: 3rem;
    width: 100%;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-map iframe {
    height: 45rem;
    width: 100%;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-link {
    box-sizing: border-box;
    padding-top: 36px;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-link a {
    background: #000000;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 2rem;
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    margin-left: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 246px;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-link a:before {
    content: "\f3c5";
    font-family: FontAwesome;
    font-size: 2.5rem;
    padding-right: 6px;
  }
  main .section-fresh {
    box-sizing: border-box;
    height: auto;
    width: 100%;
  }
  main .section-fresh .section-fresh-inner {
    height: auto;
    width: 100%;
  }
  main .section-fresh .section-fresh-inner .section-fresh-top {
    background-color: #f8f4e6;
    box-sizing: border-box;
    padding-bottom: 8rem;
    padding-top: 12rem;
  }
  main .section-fresh .section-fresh-inner .section-fresh-top p {
    color: #707070;
    font-size: 3.5rem;
    line-height: 100px;
    text-align: center;
  }
  main .section-fresh .section-fresh-inner .section-fresh-top .section-fresh-inner-top-pot {
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    padding-top: 7px;
    width: 200px;
  }
  main .section-fresh .section-fresh-inner .section-fresh-top .section-fresh-inner-top-pot img {
    height: auto;
    width: 100%;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-title {
    align-items: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: flex;
    height: 480px;
    justify-content: center;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-title h2 {
    color: #fff;
    font-size: 14rem;
    line-height: 480px;
    position: absolute;
    text-align: center;
    text-shadow: 2px 2px 10px #777, -2px 2px 10px #777, 2px -2px 10px #777, -2px -2px 10px #777;
    width: 100%;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-title.sp {
    display: none;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-contents {
    align-items: center;
    background-color: #f8f4e6;
    box-sizing: border-box;
    display: flex;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-bottom: 132px;
    width: 100%;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-contents .section-fresh-each-contents-item {
    box-sizing: border-box;
    display: flex;
    gap: 6rem;
    height: auto;
    margin: 0 auto;
    max-width: 1000px;
    padding-top: 132px;
    width: 100%;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-contents .section-fresh-each-contents-item .section-fresh-each-contents-item-img {
    height: auto;
    max-width: 270px;
    width: 100%;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-contents .section-fresh-each-contents-item .section-fresh-each-contents-item-img img {
    height: auto;
    width: 100%;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-contents .section-fresh-each-contents-item .section-fresh-each-contents-item-title {
    height: auto;
    width: 100%;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-contents .section-fresh-each-contents-item .section-fresh-each-contents-item-title h3 {
    font-size: 2.8rem;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-contents .section-fresh-each-contents-item .section-fresh-each-contents-item-exp {
    box-sizing: border-box;
    height: auto;
    padding-top: 48px;
    width: 100%;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-contents .section-fresh-each-contents-item .section-fresh-each-contents-item-exp p {
    font-size: 2.4rem;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-contents .section-fresh-each-contents-item .section-fresh-each-contents-item-price {
    margin-top: 121px;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-contents .section-fresh-each-contents-item .section-fresh-each-contents-item-price p {
    display: inline-block;
    font-size: 4rem;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-contents .section-fresh-each-contents-item .section-fresh-each-contents-item-price p span {
    display: inline-block;
    font-size: 2.5rem;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-contents .section-fresh-each-contents-item .section-fresh-each-contents-item-buy {
    box-sizing: border-box;
    margin-top: 18px;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-contents .section-fresh-each-contents-item .section-fresh-each-contents-item-buy a {
    background: #000000;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 2.5rem;
    height: 28.8px;
    line-height: 28.8px;
    margin-left: auto;
    text-align: center;
    text-decoration: none;
    width: 132px;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-contents .section-fresh-each-contents-item .section-fresh-each-contents-item-buy a:before {
    content: "\f07a";
    font-family: FontAwesome;
    padding-right: 7.2px;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-contents .section-fresh-each-contents-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  main .section-fresh .section-fresh-inner .section-baked-banner {
    align-items: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: flex;
    height: 480px;
    justify-content: center;
  }
  main .section-fresh .section-fresh-inner .section-baked-banner.sp {
    display: none;
  }
  main .concept {
    background-position: top;
    background-size: 50% auto;
    height: auto;
    padding-bottom: 10rem;
    padding-top: 10rem;
    width: 100%;
  }
  main .concept .concept-inner {
    background-color: rgba(245, 233, 199, 0.8);
    height: 940px;
    margin: 0 auto;
    max-width: 800px;
    position: relative;
    width: 100%;
  }
  main .concept .concept-inner .concept-title {
    background-image: url(../images/common/waku.svg);
    background-position: top;
    background-size: cover;
    bottom: 0;
    height: 141px;
    left: 0;
    margin: 0 auto;
    max-width: 395px;
    position: absolute;
    right: 0;
    top: 39px;
    width: 100%;
  }
  main .concept .concept-inner .concept-title h2 {
    bottom: 0;
    color: #707070;
    font-size: 3rem;
    height: 87px;
    left: 23px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 340px;
  }
  main .concept .concept-inner .concept-banner {
    height: auto;
    margin: 0 auto;
    padding-top: 170px;
    width: 480px;
  }
  main .concept .concept-inner .concept-banner img {
    height: auto;
    width: 100%;
  }
  main .concept .concept-inner .concept-exp {
    padding-top: 0px;
  }
  main .concept .concept-inner .concept-exp p {
    color: #707070;
    font-size: 2.5rem;
    line-height: 45px;
    text-align: center;
  }
  main .concept .concept-inner .white-logo {
    background-image: url(../images/common/whitelogo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 140px;
    height: 10rem;
    height: 320px;
    left: 50px;
    position: absolute;
    width: 140px;
  }
  footer {
    height: auto;
    width: 100%;
  }
  footer .footer-top {
    align-items: flex-start;
    background-color: #171111;
    box-sizing: border-box;
    display: flex;
    gap: 12px;
    gap: 60px;
    height: 300px;
    justify-content: center;
    margin-right: 15px;
    padding-top: 36px;
    width: 100%;
  }
  footer .footer-top .footer-top-each > ul > li {
    padding-top: 6px;
  }
  footer .footer-top .footer-top-each > ul > li > a {
    color: #ffffff;
    font-size: 2.2rem;
    text-decoration: none;
  }
  footer .footer-top .footer-top-each > ul > li > ul {
    padding-left: 18px;
  }
  footer .footer-top .footer-top-each > ul > li > ul > li {
    padding-top: 6px;
  }
  footer .footer-top .footer-top-each > ul > li > ul > li > a {
    color: #ffffff;
    font-size: 2rem;
    text-decoration: none;
  }
  footer .footer-bottom {
    background-color: #f8f4e6;
    height: auto;
    width: 100%;
  }
  footer .footer-bottom .footer-bottom-logo {
    height: auto;
    margin: 0 auto;
    padding-top: 30px;
    width: 108px;
  }
  footer .footer-bottom .footer-bottom-logo img {
    height: auto;
    width: 100%;
  }
  footer .footer-bottom .footer-bottom-copyright {
    padding-bottom: 12px;
    padding-top: 12px;
  }
  footer .footer-bottom .footer-bottom-copyright p {
    font-size: 1.2rem;
    text-align: center;
  }
  .default-page {
    height: auto;
    width: 100%;
  }
  .default-page .default-page-inner {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 800px;
    padding-bottom: 72px;
    padding-top: 72px;
    width: 100%;
  }
  .default-page .default-page-inner > p {
    font-size: 2.5rem;
    line-height: 4.6rem;
  }
  .default-page .default-page-inner > h1 {
    font-size: 3.5rem;
    line-height: 5.6rem;
  }
  .default-page .default-page-inner > h2 {
    font-size: 3rem;
    line-height: 4.6rem;
  }
  .default-page .default-page-inner > h3 {
    font-size: 3rem;
    line-height: 4.6rem;
  }
  .default-page .default-page-inner > h4 {
    font-size: 3rem;
    line-height: 4.6rem;
  }
  .default-page .default-page-inner > ul > li {
    font-size: 2.5rem;
    line-height: 4.6rem;
  }
  .contact {
    height: auto;
    width: 100%;
  }
  .contact .contact-cover {
    height: auto;
    margin: 0 auto;
    max-width: 450px;
    width: 100%;
  }
  .contact .contact-cover .contact-each {
    font-size: 2rem;
    height: auto;
    margin-top: 1.5rem;
    width: 100%;
  }
  .contact .contact-cover .contact-each .contact-each-title {
    font-size: 16px;
    font-weight: 500;
    height: auto;
    width: 100%;
  }
  .contact .contact-cover .contact-each .contact-each-form {
    height: auto;
    width: 100%;
  }
  .contact .contact-cover .contact-each .contact-each-form input[type="text"] {
    box-sizing: border-box;
    font-size: 16px;
    height: 38px;
    padding: 3px;
    width: 100%;
  }
  .contact .contact-cover .contact-each .contact-each-form input[type="email"] {
    box-sizing: border-box;
    font-size: 16px;
    height: 38px;
    padding: 3px;
    width: 100%;
  }
  .contact .contact-cover .contact-each .contact-each-form textarea {
    box-sizing: border-box;
    font-size: 16px;
    height: auto;
    padding: 3px;
    width: 100%;
  }
  .contact .contact-cover .contact-submit {
    height: auto;
    margin: 0 auto;
    margin-top: 2rem;
    width: 100%;
  }
  .contact .contact-cover .contact-submit input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background: #a0ce4e;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-family: "PT Sans";
    font-size: 2.5rem;
    font-weight: 400;
    height: auto;
    height: 6rem;
    letter-spacing: 0px;
    outline: none;
    width: 100%;
  }
  .contact .contact-cover .contact-submit input[type="submit"]:hover {
    opacity: 0.5;
  }
  .post-item {
    background-color: #f8f4e6;
  }
  .post-item .post-item-inner {
    height: auto;
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
  }
  .post-item .post-item-inner .section-three-text-list {
    height: auto;
    padding-bottom: 5rem;
    width: 100%;
  }
  .post-item .post-item-inner .section-three-text-list ul {
    padding-top: 5rem;
  }
  .post-item .post-item-inner .section-three-text-list ul li {
    max-width: 400px;
    padding-top: 5rem;
    width: 100%;
  }
  .post-item .post-item-inner .section-three-text-list ul li a {
    color: #000;
    display: block;
    text-decoration: none;
  }
  .post-item .post-item-inner .section-three-text-list ul li a .section-three-text-list-each {
    background: #fff;
    border-radius: 15px;
    box-sizing: border-box;
    height: 80px;
    margin-right: auto;
    max-width: 380px;
    padding: 0.9rem 1.4rem;
    width: 100%;
  }
  .post-item .post-item-inner .section-three-text-list ul li a .section-three-text-list-each p {
    color: #707070;
    font-size: 2rem;
    font-weight: bold;
  }
  .post-item .post-item-inner .section-three-text-list ul li a .section-three-text-list-each h2 {
    color: #707070;
    font-size: 2rem;
    font-weight: 500;
  }
  .post-item .post-item-inner .section-three-text-list ul li:nth-child(2n + 1) {
    margin-left: auto;
  }
  .post-item .post-item-inner .section-three-text-list ul li:nth-child(2n + 1) > a > .section-three-text-list-each {
    margin-left: auto;
  }
  .post-item .post-item-inner-topic {
    height: auto;
    margin: 0 auto;
    max-width: 575px;
    width: 100%;
  }
  .post-item .post-item-inner-topic .section-three-img-list ul {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
  }
  .post-item .post-item-inner-topic .section-three-img-list ul li {
    margin-top: 5rem;
    max-width: 180px;
    width: 100%;
  }
  .post-item .post-item-inner-topic .section-three-img-list ul li a {
    color: #000;
    text-decoration: none;
  }
  .post-item .post-item-inner-topic .section-three-img-list ul li a .section-three-img-list-each {
    background: #fff;
  }
  .post-item .post-item-inner-topic .section-three-img-list ul li a .section-three-img-list-each .section-three-img-list-each-img img {
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .post-item .post-item-inner-topic .section-three-img-list ul li a .section-three-img-list-each .section-three-img-list-each-txt {
    box-sizing: border-box;
    height: 100px;
    padding: 1.5rem;
    position: relative;
  }
  .post-item .post-item-inner-topic .section-three-img-list ul li a .section-three-img-list-each .section-three-img-list-each-txt p {
    bottom: 1rem;
    color: #707070;
    font-size: 2rem;
    font-weight: bold;
    padding-top: 1rem;
    position: absolute;
    right: 1rem;
  }
  .post-item .post-item-inner-topic .section-three-img-list ul li a .section-three-img-list-each .section-three-img-list-each-txt h2 {
    color: #707070;
    font-size: 2rem;
    font-weight: 500;
  }
  .post-item .pagination {
    align-items: center;
    display: flex;
    gap: 2rem;
    justify-content: center;
    padding-bottom: 10rem;
    padding-top: 5rem;
  }
  .post-item .pagination .nav-links {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: center;
  }
  .post-item .pagination .nav-links .current {
    background-color: #4b4747;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 2rem;
    padding: 0.4rem 0.8rem;
  }
  .post-item .pagination .nav-links a {
    background-color: #ad0c0c;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 2rem;
    padding: 0.4rem 0.8rem;
    text-decoration: none;
  }
  .post-item .post-item-single {
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    max-width: 650px;
    padding-bottom: 10rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 10rem;
    width: 100%;
  }
  .post-item .post-item-single .post-item-single-img {
    height: auto;
    width: 100%;
  }
  .post-item .post-item-single .post-item-single-img img {
    height: auto;
    width: 100%;
  }
  .post-item .post-item-single .post-item-single-title {
    box-sizing: border-box;
    height: auto;
    padding-top: 2rem;
    width: 100%;
  }
  .post-item .post-item-single .post-item-single-title h1 {
    font-size: 4rem;
    font-weight: 700;
  }
  .post-item .post-item-single .post-item-single-body {
    box-sizing: border-box;
    height: auto;
    padding-top: 2rem;
    width: 100%;
  }
  .post-item .post-item-single .post-item-single-body > p {
    font-size: 2.8rem;
    line-height: 4.6rem;
  }
  .post-item .post-item-single .post-item-single-body > h1 {
    font-size: 3.5rem;
    line-height: 5.6rem;
  }
  .post-item .post-item-single .post-item-single-body > h2 {
    font-size: 3rem;
    line-height: 4.6rem;
  }
  .post-item .post-item-single .post-item-single-body > h3 {
    font-size: 3rem;
    line-height: 4.6rem;
  }
  .post-item .post-item-single .post-item-single-body > h4 {
    font-size: 3rem;
    line-height: 4.6rem;
  }
  .post-item .post-item-single .post-item-single-body > ul > li {
    font-size: 2.5rem;
    line-height: 4.6rem;
  }
  .post-item .post-item-single .post-item-single-pager {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    gap: 3rem;
    justify-content: center;
    padding-top: 5rem;
  }
  .post-item .post-item-single .post-item-single-pager a {
    color: #747474;
    font-size: 2.2rem;
    text-decoration: none;
  }
  .p-kv__img {
    height: 18vw;
    min-height: 320px;
    overflow: hidden;
    width: 100%;
  }
  .p-kv__img img {
    width: 100%;
  }
  .recruit .recruit-inner .recruit-title {
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    max-width: 1000px;
    padding-top: 40px;
    position: relative;
    width: 100%;
  }
  .recruit .recruit-inner .recruit-title img {
    height: auto;
    width: 100%;
  }
  .recruit .recruit-inner .recruit-title .title-text {
    left: 5%;
    position: absolute;
    top: 35%;
  }
  .recruit .recruit-inner .recruit-title .title-text h2 {
    color: #fff;
    font-size: 39px;
    text-shadow: 2px 2px 10px #777, -2px 2px 10px #777, 2px -2px 10px #777, -2px -2px 10px #777;
  }
  .recruit .recruit-inner .recruit-title .title-text p {
    color: #fff;
    font-size: 20px;
    text-shadow: 2px 2px 10px #777, -2px 2px 10px #777, 2px -2px 10px #777, -2px -2px 10px #777;
  }
  .recruit .recruit-inner .recruit-list {
    height: auto;
    margin: 0 auto;
    margin-bottom: 80px;
    max-width: 1000px;
    width: 100%;
  }
  .recruit .recruit-inner .recruit-list a {
    text-decoration: none;
  }
  .recruit .recruit-inner .recruit-list .recruit-each {
    border: 1px solid #eaeaea;
    display: flex;
    height: auto;
    margin-top: 20px;
    width: 100%;
  }
  .recruit .recruit-inner .recruit-list .recruit-each .recruit-each-left {
    height: auto;
    max-width: 280px;
    width: 100%;
  }
  .recruit .recruit-inner .recruit-list .recruit-each .recruit-each-left img {
    height: 215px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .recruit .recruit-inner .recruit-list .recruit-each .recruit-each-right {
    box-sizing: border-box;
    height: auto;
    padding-left: 15px;
    position: relative;
    width: 100%;
  }
  .recruit .recruit-inner .recruit-list .recruit-each .recruit-each-right .recruit-each-right-tag {
    padding-top: 10px;
  }
  .recruit .recruit-inner .recruit-list .recruit-each .recruit-each-right .recruit-each-right-tag ul {
    display: flex;
    gap: 10px;
  }
  .recruit .recruit-inner .recruit-list .recruit-each .recruit-each-right .recruit-each-right-tag ul li {
    background: #0860c0;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    text-decoration: none;
  }
  .recruit .recruit-inner .recruit-list .recruit-each .recruit-each-right .recruit-each-right-title {
    box-sizing: border-box;
    height: auto;
    padding-top: 10px;
    width: 100%;
  }
  .recruit .recruit-inner .recruit-list .recruit-each .recruit-each-right .recruit-each-right-title h2 {
    color: #333;
    font-size: 18px;
    text-decoration: none;
  }
  .recruit .recruit-inner .recruit-list .recruit-each .recruit-each-right .recruit-each-right-area {
    color: #333;
    font-size: 16px;
    margin-top: 5px;
  }
  .recruit .recruit-inner .recruit-list .recruit-each .recruit-each-right .recruit-each-right-salory {
    color: #333;
    font-size: 16px;
    margin-top: 5px;
  }
  .recruit .recruit-inner .recruit-list .recruit-each .recruit-each-right .recruit-each-right-btn {
    bottom: 10px;
    box-sizing: border-box;
    position: absolute;
    right: 10px;
  }
  .recruit .recruit-inner .recruit-list .recruit-each .recruit-each-right .recruit-each-right-btn button {
    background-color: #f52604;
    border: #f52604 1px solid;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 22px;
    padding: 2.5px 10px;
    text-decoration: none;
  }
  .recruit .recruit-inner .application .application-band {
    background: #00a1e9;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    height: 40px;
    margin: 0 auto;
    max-width: 1000px;
    padding: 8px;
    width: 100%;
  }
  .recruit .recruit-inner .application .application-exp {
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    max-width: 1000px;
    width: 100%;
  }
  .recruit .recruit-inner .application .application-exp .application-exp-title h1 {
    /*フォントカラー*/
    background: #00a1e9;
    box-sizing: border-box;
    /*フォントサイズ*/
    color: #FFF;
    display: inline-block;
    font-size: 18px;
    padding: 15px 20px;
    position: relative;
    /*リボンの色*/
    width: 100%;
  }
  .recruit .recruit-inner .application .application-exp .application-exp-title h1:before {
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #959e9b;
    content: '';
    left: 0;
    position: absolute;
    top: 100%;
    /*折り返し部分*/
  }
  .recruit .recruit-inner .application .application-exp .application-exp-contentes {
    box-sizing: border-box;
    display: flex;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .recruit .recruit-inner .application .application-exp .application-exp-contentes .application-exp-contentes-left {
    width: 35%;
  }
  .recruit .recruit-inner .application .application-exp .application-exp-contentes .application-exp-contentes-left img {
    height: auto;
    width: 100%;
  }
  .recruit .recruit-inner .application .application-exp .application-exp-contentes .application-exp-contentes-right {
    box-sizing: border-box;
    padding-left: 20px;
    width: 65%;
  }
  .recruit .recruit-inner .application .application-exp .application-exp-contentes .application-exp-contentes-right p {
    font-size: 16px;
  }
  .recruit .recruit-inner .application .application-table .thanks {
    height: auto;
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
  }
  .recruit .recruit-inner .application .application-table .thanks p {
    font-size: 16px;
  }
  .recruit .recruit-inner .application .application-table .application-table-contents {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
  }
  .recruit .recruit-inner .application .application-table .application-table-contents table {
    width: 100%;
  }
  .recruit .recruit-inner .application .application-table .application-table-contents table tr {
    border-bottom: 1px solid #eee;
  }
  .recruit .recruit-inner .application .application-table .application-table-contents table tr th {
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 10px;
    width: 200px;
  }
  .recruit .recruit-inner .application .application-table .application-table-contents table tr td {
    box-sizing: border-box;
    font-size: 16px;
    padding: 20px 10px;
  }
  .recruit .recruit-inner .application .application-table .application-form {
    box-sizing: border-box;
    padding-bottom: 80px;
  }
  .recruit .recruit-inner .application .application-table .application-form a {
    align-items: center;
    background: linear-gradient(#4fb5ef, #0076b9 100%);
    border: 1px solid #005e94;
    border-radius: 12px;
    box-shadow: inset 0px 0px 2px 0px white;
    box-shadow: 0px 4px 4px 0px #afafaf;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: 22px;
    height: 50px;
    justify-content: center;
    margin: 0 auto;
    margin-top: 50px;
    max-width: 250px;
    position: relative;
    text-align: left;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.2s;
    width: 100%;
  }
  .recruit .recruit-inner .application .application-table .application-form .application-form-table {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 800px;
    padding-top: 50px;
    width: 100%;
  }
  .recruit .recruit-inner .application .application-table .application-form .application-form-table table {
    border-top: 1px solid #eee;
    width: 100%;
  }
  .recruit .recruit-inner .application .application-table .application-form .application-form-table table tr {
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }
  .recruit .recruit-inner .application .application-table .application-form .application-form-table table tr th {
    background-color: #f8f4e6;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 20px;
    width: 200px;
  }
  .recruit .recruit-inner .application .application-table .application-form .application-form-table table tr td {
    border-left: 1px solid #eee;
    box-sizing: border-box;
    font-size: 16px;
    padding: 20px 10px;
  }
  .recruit .recruit-inner .application .application-table .application-form .application-form-table table tr td input[type="text"] {
    width: 100%;
  }
  .recruit .recruit-inner .application .application-table .application-form .application-form-table table tr td input[type="email"] {
    width: 100%;
  }
  .recruit .recruit-inner .application .application-table .application-form .application-form-table table tr td input[type="tel"] {
    width: 100%;
  }
  .recruit .recruit-inner .application .application-table .application-form .application-form-table table tr td select {
    max-width: 320px;
    width: 100%;
  }
  .recruit .recruit-inner .application .application-table .application-form .application-form-table table tr td select.year, .recruit .recruit-inner .application .application-table .application-form .application-form-table table tr td select.month, .recruit .recruit-inner .application .application-table .application-form .application-form-table table tr td select.day {
    box-sizing: border-box;
    margin-right: 10px;
    width: 100px;
  }
  .recruit .recruit-inner .application .application-table .application-form .application-form-table table tr td textarea {
    width: 100%;
  }
  .recruit .recruit-inner .application .application-table .application-form .application-form-table input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background: #00a1e9;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-family: "PT Sans";
    font-size: 2.5rem;
    font-weight: 400;
    height: auto;
    height: 6rem;
    letter-spacing: 0px;
    margin-top: 20px;
    outline: none;
    width: 100%;
  }
  .recruit .recruit-inner .application .application-table .application-form .application-form-table input[type="submit"]:hover {
    opacity: 0.5;
    transition: 0.5s;
  }
  .recruit .recruit-inner .application .application-table .application-form .application-form-table .wpcf7-previous {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background: #ccc;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-family: "PT Sans";
    font-size: 2.5rem;
    font-weight: 400;
    height: auto;
    height: 6rem;
    letter-spacing: 0px;
    margin-top: 20px;
    outline: none;
    width: 100%;
  }
  .recruit .recruit-inner .application .application-table .application-form .application-form-table .wpcf7-previous:hover {
    opacity: 0.5;
    transition: 0.5s;
  }
}

@media screen and (max-width: 768px) {
  /* 左上のハートのスタイル */
  .heart-button::before {
    background-image: url("../images/common/heart02.svg");
    left: 15%;
    top: -15%;
  }
  a:hover {
    opacity: 0.5;
    transition: 0.5s;
  }
  a:active {
    opacity: 0.5;
    transition: 0.5s;
  }
  a:focus {
    opacity: 0.5;
    transition: 0.5s;
  }
  /* ボタン本体のスタイル */
  .heart-button2 {
    border-color: #ef4b53;
    color: #ef4b53;
  }
  /* 左上のハートのスタイル */
  .heart-button2::before {
    -webkit-animation: heart 1.5s infinite ease-out;
            animation: heart 1.5s infinite ease-out;
  }
  /* 右下のハートのスタイル */
  .heart-button2::after {
    -webkit-animation: heart 1.5s 0.2s infinite ease-out;
            animation: heart 1.5s 0.2s infinite ease-out;
  }
  #enter {
    align-items: center;
    background-color: #f8f4e6;
    display: flex;
    flex-flow: wrap;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 10000;
  }
  .first-entry-inner {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
  }
  .first-entry-inner .first-entry-logo {
    display: none;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -100px;
    width: 140px;
  }
  .first-entry-inner .first-entry-logo img {
    height: auto;
    width: 100%;
  }
  .first-entry-inner .first-entry-txt {
    height: auto;
    margin: 0 auto;
    margin-top: -60px;
    position: absolute;
    text-align: center;
  }
  .first-entry-inner .first-entry-txt .txt1 {
    -webkit-animation: typing 1s steps(25);
            animation: typing 1s steps(25);
    color: #70584b;
    display: none;
    font-family: "Shippori Mincho", serif;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
  }
  @-webkit-keyframes typing {
    0% {
      width: 0;
    }
  }
  @keyframes typing {
    0% {
      width: 0;
    }
  }
  @-webkit-keyframes blink {
    50% {
      border-right-color: transparent;
    }
  }
  @keyframes blink {
    50% {
      border-right-color: transparent;
    }
  }
  .first-entry-inner .first-entry-txt .txt2 {
    bottom: 0;
    color: #70584b;
    display: none;
    font-size: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 30px;
    width: 100%;
  }
  .first-entry-inner .first-entry-txt p {
    font-size: 10px;
    text-align: center;
  }
  #togglenav {
    display: none;
  }
  #togglenav:checked + .togglenav-btn {
    background-color: #000;
  }
  #togglenav:checked + .togglenav-btn:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-size: 2em;
    font-weight: 900;
  }
  #togglenav:checked ~ .togglenav-bg {
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: auto;
  }
  .togglenav-btn {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 10px;
    text-align: center;
    top: 5px;
    transition: background-color 0.6s, transform 0.6s;
    width: 40px;
    z-index: 2;
  }
  .togglenav-btn:before {
    content: "\f0c9";
    font-family: "Font Awesome 5 Free";
    font-size: 2em;
    font-weight: 900;
  }
  /* トグルを押した際の背景 */
  .togglenav-bg {
    cursor: pointer;
    height: 100%;
    pointer-events: none;
    position: fixed;
    right: 0px;
    top: 0px;
    transition: background-color 0.6s;
    width: 100%;
    z-index: 1;
  }
  /* ドロワーメニュー */
  .drawer {
    -webkit-transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.4s;
    background-color: #f8f4e6;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    transition: transform 0.4s;
    width: 300px;
    z-index: 1;
  }
  .drawer > a {
    display: block;
    height: auto;
    padding: 0.8rem;
    width: 8rem;
  }
  .drawer > a > img {
    height: auto;
    width: 100%;
  }
  .drawer .drawer-menu .drawer-menu-item {
    font-size: 14px;
  }
  .drawer .drawer-menu .drawer-menu-item a {
    color: #333;
    cursor: pointer;
    display: block;
    padding: 1em 2em;
    text-decoration: none;
    text-decoration: none;
    transition: background-color 0.4s;
  }
  .drawer .drawer-menu .drawer-menu-item a:hover {
    background-color: #eee;
    color: #666;
  }
  .drawer .drawer-menu .drawer-menu-item a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-size: 1em;
    font-weight: 900;
    margin: 0 0.5em 0 0;
  }
  #togglenav:checked ~ .drawer {
    transform: translateX(0);
  }
  .pc {
    display: none;
  }
  header {
    height: auto;
    width: 100%;
  }
  header .section-header {
    background-color: #ebe4d7;
    height: 5rem;
    width: 100%;
    z-index: 100;
  }
  header .section-header .header-store {
    height: 4.8rem;
    position: absolute;
    right: 65px;
    top: 12px;
    width: 14rem;
  }
  header .section-header .header-store a {
    background-color: #000000;
    color: #ffffff;
    display: block;
    font-size: 1.2rem;
    height: auto;
    line-height: 2.8rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }
  header .section-header .header-store a:before {
    content: "\f54f";
    font-family: FontAwesome;
    padding-right: 0.5rem;
  }
  header .section-header .section-header-inner {
    -ms-align-items: flex-end;
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    justify-content: space-between;
    width: 100%;
  }
  header .section-header .section-header-inner .section-header-logo {
    height: auto;
    padding: 0.8rem;
    width: 8rem;
  }
  header .section-header .section-header-inner .section-header-logo a {
    height: auto;
    width: 18rem;
  }
  header .section-header .section-header-inner .section-header-logo a img {
    height: auto;
    width: 100%;
  }
  header .section-header .section-header-inner .section-header-menu {
    display: none;
    padding-bottom: 1.5rem;
  }
  header .section-header .section-header-inner .section-header-menu ul {
    display: flex;
    gap: 2rem;
    margin-right: 2.5rem;
  }
  header .section-header .section-header-inner .section-header-menu ul li a {
    color: #573018;
    display: block;
    font-size: 2.2rem;
    letter-spacing: 0.4px;
    text-decoration: none;
  }
  a:hover {
    opacity: 0.5;
    transition: 0.5s;
  }
  main .separation {
    background: #171111;
    box-sizing: border-box;
    height: 8rem;
    padding-top: 2rem;
    text-align: center;
    width: 100%;
  }
  main .separation h2 {
    color: #ffffff;
    font-size: 2rem;
  }
  main .separation p {
    color: #ffffff;
    font-size: 1rem;
    position: relative;
  }
  main .separation p:after {
    background: #ffffff;
    content: "";
    height: 0.1rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 2rem;
    width: 7rem;
  }
  main .setbird {
    height: 0px;
    margin: 0 auto;
    max-width: 900px;
    position: relative;
    width: 100%;
  }
  main .setbird img {
    height: auto;
    left: 0;
    position: absolute;
    top: -30px;
    width: 60px;
  }
  main .separation-light {
    box-sizing: border-box;
    height: 8rem;
    padding-top: 2rem;
    position: relative;
    text-align: center;
    width: 100%;
  }
  main .separation-light .separation-light-left {
    display: none;
    position: relative;
  }
  main .separation-light .separation-light-left:before {
    background: #000;
    bottom: 0;
    content: "";
    height: 0.6px;
    left: 56px;
    margin: auto;
    position: absolute;
    top: 52px;
    width: 86px;
  }
  main .separation-light .separation-light-left:after {
    background: #000;
    bottom: 0;
    content: "";
    height: 0.6px;
    left: 56px;
    margin: auto;
    position: absolute;
    top: 57px;
    width: 86px;
  }
  main .separation-light .separation-light-right {
    position: relative;
  }
  main .separation-light .separation-light-right:before {
    background: #000;
    bottom: 1;
    content: "";
    height: 0.6px;
    margin: auto;
    position: absolute;
    right: 56px;
    top: 0rem;
    width: 82px;
  }
  main .separation-light .separation-light-right:after {
    background: #000;
    bottom: 0;
    content: "";
    height: 0.6px;
    margin: auto;
    position: absolute;
    right: 56px;
    top: -1rem;
    width: 82px;
  }
  main .separation-light h2 {
    color: #000;
    font-size: 2rem;
  }
  main .separation-light p {
    color: #000;
    font-size: 1rem;
    position: relative;
  }
  main .separation-light p:after {
    background: #000;
    content: "";
    height: 0.1rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 2rem;
    width: 6rem;
  }
  main .more {
    box-sizing: border-box;
    padding: 1rem;
  }
  main .more a {
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    text-decoration: none;
  }
  main .more a.red {
    color: #ad0c0c;
  }
  main .more a:before {
    background-color: #ad0c0c;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 5rem;
    width: 4rem;
  }
  main .more a:after {
    background-color: #ad0c0c;
    bottom: 4px;
    content: "";
    height: 2px;
    position: absolute;
    right: 5rem;
    transform: rotate(45deg);
    width: 1.3rem;
  }
  main .section-banner {
    background-size: cover;
    height: 92vh;
    width: 100%;
  }
  main .section-banner-video {
    height: auto;
    width: 100%;
  }
  main .section-banner-video video {
    height: auto;
    width: 100%;
  }
  main .divide-head-title {
    height: auto;
    width: 100%;
  }
  main .divide-head-title .divide-head-title-left {
    background-color: #000000;
    height: 5rem;
    width: 100%;
  }
  main .divide-head-title .divide-head-title-left h1 {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 5rem;
    padding-left: 1rem;
    position: relative;
  }
  main .divide-head-title .divide-head-title-left h1:after {
    background: #ffffff;
    bottom: 1rem;
    content: "";
    height: 1px;
    left: 1rem;
    position: absolute;
    width: 19rem;
  }
  main .divide-head-title .divide-head-title-right {
    background-size: cover;
    height: 10rem;
    width: 100%;
  }
  main .section-one {
    background: #f8f4e6;
    height: auto;
    padding-bottom: 5rem;
    padding-top: 5rem;
    width: 100%;
  }
  main .section-one .section-one-two-banner {
    height: auto;
    width: 100%;
  }
  main .section-one .section-one-two-banner ul {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    height: auto;
    justify-content: center;
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
  }
  main .section-one .section-one-two-banner ul li {
    box-sizing: border-box;
    height: auto;
    padding: 1rem;
    width: 100%;
  }
  main .section-one .section-one-two-banner ul li a {
    display: block;
    text-decoration: none;
  }
  main .section-one .section-one-two-banner ul li a img {
    height: auto;
    width: 100%;
  }
  main .section-one .section-one-one-banner {
    height: auto;
    margin: 0 auto;
    max-width: 1100px;
    padding-top: 2rem;
    width: 100%;
  }
  main .section-one .section-one-one-banner a {
    box-sizing: border-box;
    display: block;
    padding: 1rem;
  }
  main .section-one .section-one-one-banner a img {
    height: auto;
    width: 100%;
  }
  main > .separation-light {
    background: #f8f4e6;
  }
  main .section-two {
    background: #f8f4e6;
    height: auto;
    width: 100%;
  }
  main .section-two .section-two-inner {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }
  main .section-two .section-two-inner .slider img {
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  main .section-two .slider-link {
    height: auto;
    margin: 0 auto;
    max-width: 1200px;
    padding-bottom: 5rem;
    width: 100%;
  }
  main .section-two .slider-link a {
    background: #70584b;
    border-radius: 15px;
    color: #fff;
    display: block;
    font-size: 1.8rem;
    height: 5rem;
    line-height: 5rem;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 28rem;
  }
  main .section-two .slider-link a:after {
    content: "\f054";
    font-family: FontAwesome;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  main .section-two-banner {
    background: #f8f4e6;
    box-sizing: border-box;
    height: auto;
    padding-bottom: 5rem;
    width: 100%;
  }
  main .section-two-banner video {
    height: auto;
    width: 100%;
  }
  main .online-store {
    background: #f8f4e6;
    box-sizing: border-box;
    height: auto;
    padding-bottom: 5rem;
    width: 100%;
  }
  main .online-store a {
    background: #000000;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 1.8rem;
    height: 5rem;
    line-height: 5rem;
    margin: 0 auto;
    margin-left: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 31rem;
  }
  main .online-store a:before {
    background: #fff;
    bottom: 22px;
    content: "";
    height: 1px;
    position: absolute;
    right: 24rem;
    width: 3.5rem;
  }
  main .online-store a:after {
    background: #fff;
    bottom: 25px;
    content: "";
    height: 2px;
    position: absolute;
    right: 24rem;
    transform: rotate(45deg);
    width: 1rem;
  }
  main .section-three {
    background: #f8f4e6;
    height: auto;
    padding-bottom: 5rem;
    padding-top: 5rem;
    width: 100%;
  }
  main .section-three .section-three-inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 5rem;
    height: auto;
    justify-content: space-between;
    justify-content: center;
    margin: 0 auto;
    max-width: 1050px;
    overflow: hidden;
    width: 100%;
  }
  main .section-three .section-three-inner .separation-light > h2 {
    font-size: 2rem;
  }
  main .section-three .section-three-inner .separation-light .separation-light-left:before {
    left: 9rem;
    top: 6rem;
    width: 8rem;
  }
  main .section-three .section-three-inner .separation-light .separation-light-left:after {
    left: 9rem;
    top: 5rem;
    width: 8rem;
  }
  main .section-three .section-three-inner .separation-light .separation-light-right:before {
    right: 9rem;
    width: 8rem;
  }
  main .section-three .section-three-inner .separation-light .separation-light-right:after {
    right: 9rem;
    width: 8rem;
  }
  main .section-three .section-three-inner .section-three-inner-left {
    max-width: 450px;
    width: 100%;
  }
  main .section-three .section-three-inner .section-three-inner-left .section-three-text-list ul li {
    box-sizing: border-box;
    margin-top: 0rem;
    max-width: 400px;
    padding: 1rem;
    width: 100%;
  }
  main .section-three .section-three-inner .section-three-inner-left .section-three-text-list ul li a {
    color: #000;
    display: block;
    text-decoration: none;
  }
  main .section-three .section-three-inner .section-three-inner-left .section-three-text-list ul li a .section-three-text-list-each {
    background: #fff;
    border-radius: 15px;
    box-sizing: border-box;
    height: 80px;
    margin-right: auto;
    max-width: 380px;
    padding: 0.9rem 1.4rem;
    width: 100%;
  }
  main .section-three .section-three-inner .section-three-inner-left .section-three-text-list ul li a .section-three-text-list-each p {
    color: #707070;
    font-size: 1.2rem;
    font-weight: bold;
  }
  main .section-three .section-three-inner .section-three-inner-left .section-three-text-list ul li a .section-three-text-list-each h2 {
    color: #707070;
    font-size: 1.4rem;
    font-weight: 500;
  }
  main .section-three .section-three-inner .section-three-inner-left .section-three-text-list ul li:nth-child(2n + 1) {
    margin-left: auto;
  }
  main .section-three .section-three-inner .section-three-inner-left .section-three-text-list ul li:nth-child(2n + 1) > a > .section-three-text-list-each {
    margin-left: auto;
  }
  main .section-three .section-three-inner .section-three-inner-right {
    width: 100%;
  }
  main .section-three .section-three-inner .section-three-inner-right .section-three-img-list ul {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    padding: 1rem;
  }
  main .section-three .section-three-inner .section-three-inner-right .section-three-img-list ul li {
    margin-top: 5rem;
    max-width: 310px;
    width: 100%;
  }
  main .section-three .section-three-inner .section-three-inner-right .section-three-img-list ul li a {
    color: #000;
    text-decoration: none;
  }
  main .section-three .section-three-inner .section-three-inner-right .section-three-img-list ul li a .section-three-img-list-each {
    background: #fff;
  }
  main .section-three .section-three-inner .section-three-inner-right .section-three-img-list ul li a .section-three-img-list-each .section-three-img-list-each-img img {
    height: 20rem;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  main .section-three .section-three-inner .section-three-inner-right .section-three-img-list ul li a .section-three-img-list-each .section-three-img-list-each-txt {
    box-sizing: border-box;
    height: 10rem;
    padding: 1.5rem;
    position: relative;
  }
  main .section-three .section-three-inner .section-three-inner-right .section-three-img-list ul li a .section-three-img-list-each .section-three-img-list-each-txt p {
    bottom: 1rem;
    color: #707070;
    font-size: 1.2rem;
    font-weight: bold;
    padding-top: 1rem;
    position: absolute;
    right: 1rem;
  }
  main .section-three .section-three-inner .section-three-inner-right .section-three-img-list ul li a .section-three-img-list-each .section-three-img-list-each-txt h2 {
    color: #707070;
    font-size: 1.4rem;
    font-weight: 500;
  }
  main .section-three .more {
    box-sizing: border-box;
    padding-top: 5rem;
    text-align: right;
  }
  main .section-four {
    background: #f8f4e6;
    height: auto;
    padding-bottom: 5rem;
    padding-top: 5rem;
    width: 100%;
  }
  main .section-four .section-four-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    height: auto;
    justify-content: center;
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
  }
  main .section-four .section-four-inner .section-four-inner-each {
    box-sizing: border-box;
    height: auto;
    margin-top: 2rem;
    max-width: 600px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  main .section-four .section-four-inner .section-four-inner-each .section-four-inner-each-img {
    height: auto;
    width: 100%;
  }
  main .section-four .section-four-inner .section-four-inner-each .section-four-inner-each-img img {
    height: auto;
    width: 100%;
  }
  main .section-four .section-four-inner .section-four-inner-each .section-four-inner-each-link {
    margin-top: 3rem;
  }
  main .section-four .section-four-inner .section-four-inner-each .section-four-inner-each-link a {
    background: #6f5949;
    border-radius: 20px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    height: 4rem;
    line-height: 4rem;
    margin: 0 auto;
    max-width: 35rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }
  main .section-four .section-four-inner .section-four-inner-each .section-four-inner-each-link a:after {
    content: "\f054";
    font-family: FontAwesome;
    padding-left: 2rem;
    padding-right: 0.5rem;
  }
  main .section-fifth {
    background: #f8f4e6;
    height: auto;
    padding-bottom: 30rem;
    padding-top: 10rem;
    width: 100%;
  }
  main .section-fifth .section-fifth-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    height: auto;
    margin: 0 auto;
    max-width: 900px;
    position: relative;
    width: 100%;
  }
  main .section-fifth .section-fifth-inner .section-fifth-inner-left {
    background-size: cover;
    height: 500px;
    max-width: 600px;
    width: 100%;
  }
  main .section-fifth .section-fifth-inner .section-fifth-inner-left h3 {
    color: #ffffff;
    font-size: 22px;
    left: 20px;
    position: absolute;
    text-shadow: 2px 2px 10px #777, -2px 2px 10px #777, 2px -2px 10px #777, -2px -2px 10px #777;
    top: 20px;
  }
  main .section-fifth .section-fifth-inner .section-fifth-inner-right {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: -30%;
    box-sizing: border-box;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 500px;
    padding: 1rem 1rem 6rem 1rem;
    position: absolute;
    right: 0;
    width: 90%;
  }
  main .section-fifth .section-fifth-inner .section-fifth-inner-right .section-fifth-inner-right-title {
    height: auto;
    margin-left: 19px;
    width: 100%;
  }
  main .section-fifth .section-fifth-inner .section-fifth-inner-right .section-fifth-inner-right-title h3 {
    color: #fff;
    display: inline-block;
    font-size: 2.8rem;
    position: relative;
  }
  main .section-fifth .section-fifth-inner .section-fifth-inner-right .section-fifth-inner-right-title h3:after {
    background: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 20rem;
  }
  main .section-fifth .section-fifth-inner .section-fifth-inner-right .section-fifth-inner-right-title span {
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    padding-left: 1rem;
  }
  main .section-fifth .section-fifth-inner .section-fifth-inner-right .section-fifth-inner-right-exp {
    box-sizing: border-box;
    height: auto;
    padding: 2rem;
    width: 100%;
  }
  main .section-fifth .section-fifth-inner .section-fifth-inner-right .section-fifth-inner-right-exp p {
    color: #fff;
    font-size: 1.4rem;
  }
  main .section-fifth .section-fifth-inner .section-fifth-inner-right .section-fifth-inner-right-link {
    bottom: 1rem;
    position: absolute;
    right: 1rem;
  }
  main .section-fifth .section-fifth-inner .section-fifth-inner-right .section-fifth-inner-right-link > .more > a {
    color: #fff;
  }
  main .section-fifth .section-fifth-inner .section-fifth-inner-right .section-fifth-inner-right-link > .more > a:before {
    background-color: #fff;
  }
  main .section-fifth .section-fifth-inner .section-fifth-inner-right .section-fifth-inner-right-link > .more > a:after {
    background-color: #fff;
  }
  main .esp-section-one {
    box-sizing: border-box;
    overflow: hidden;
    padding-top: 3rem;
    position: relative;
    /* アニメーション（右から左に移動） */
  }
  main .esp-section-one .text {
    /* 枠の大きさ */
    overflow: hidden;
    width: 100%;
    /* 枠からはみ出た部分を非表示 */
  }
  main .esp-section-one .move2 {
    box-sizing: border-box;
    display: inline-block;
    /* 改行が起こらないように対策 */
    line-height: 1em;
    /* 必須 */
    padding-right: 100%;
    position: absolute;
    /* 右端から文字をスタートさせるため */
    white-space: nowrap;
    /* 行間（高さ）を1文字分にする */
    z-index: 99;
  }
  main .esp-section-one .move2 > img {
    width: 80px;
  }
  main .esp-section-one .move {
    display: inline-block;
    /* 改行が起こらないように対策 */
    line-height: 1em;
    /* 必須 */
    padding-left: 100%;
    position: absolute;
    /* 右端から文字をスタートさせるため */
    white-space: nowrap;
    /* 行間（高さ）を1文字分にする */
    z-index: 99;
  }
  main .esp-section-one .move > img {
    width: 80px;
  }
  @-webkit-keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(100%);
    }
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(100%);
    }
  }
  @-webkit-keyframes scrollb {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes scrollb {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  main .esp-section-one .esp-section-one-title {
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
  }
  main .esp-section-one .esp-section-one-title h1 {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.4rem;
    text-align: center;
  }
  main .esp-section-one .esp-section-one-title .pinkdog {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 140px;
    position: absolute;
    right: 74%;
    top: -40px;
    width: 100%;
  }
  main .esp-section-one .esp-section-one-title .pinkdog img {
    height: auto;
    width: 100%;
  }
  main .esp-section-one .esp-section-one-divide {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    height: auto;
    margin: 0 auto;
    max-width: 1100px;
    padding-bottom: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 5rem;
    width: 100%;
  }
  main .esp-section-one .esp-section-one-divide .esp-section-one-divide-left .esp-section-one-divide-left-img {
    height: auto;
    width: 100%;
  }
  main .esp-section-one .esp-section-one-divide .esp-section-one-divide-left .esp-section-one-divide-left-img img {
    height: auto;
    width: 100%;
  }
  main .esp-section-one .esp-section-one-divide .esp-section-one-divide-left .esp-section-one-divide-left-txt {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding-top: 4rem;
  }
  main .esp-section-one .esp-section-one-divide .esp-section-one-divide-left .esp-section-one-divide-left-txt p {
    color: #fff;
    font-size: 2.4rem;
  }
  main .esp-section-one .esp-section-one-divide .esp-section-one-divide-right {
    height: auto;
    width: 100%;
  }
  main .esp-section-one .esp-section-one-divide .esp-section-one-divide-right .esp-section-one-divide-right-title {
    position: relative;
  }
  main .esp-section-one .esp-section-one-divide .esp-section-one-divide-right .esp-section-one-divide-right-title h2 {
    color: #fff;
    font-size: 3.6rem;
  }
  main .esp-section-one .esp-section-one-divide .esp-section-one-divide-right .esp-section-one-divide-right-title span {
    color: #fff;
    font-size: 1.4rem;
  }
  main .esp-section-one .esp-section-one-divide .esp-section-one-divide-right .esp-section-one-divide-right-title:after {
    background: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50rem;
  }
  main .esp-section-one .esp-section-one-divide .esp-section-one-divide-right .esp-section-one-divide-right-exp {
    box-sizing: border-box;
    padding-top: 2rem;
    position: relative;
  }
  main .esp-section-one .esp-section-one-divide .esp-section-one-divide-right .esp-section-one-divide-right-exp p {
    color: #fff;
    font-size: 1.6rem;
  }
  main .esp-section-one .esp-section-one-divide .esp-section-one-divide-right .esp-section-one-divide-right-exp .browndog {
    bottom: -20rem;
    height: auto;
    max-width: 140px;
    position: absolute;
    right: 10rem;
    width: 100%;
  }
  main .esp-section-one .esp-section-one-divide .esp-section-one-divide-right .esp-section-one-divide-right-exp .browndog img {
    height: auto;
    width: 100%;
  }
  main > .separation-light > .separation-light-right:after {
    top: -6px;
  }
  main > .separation-light > .separation-light-right:before {
    top: -5px;
  }
  main .esp-section-two {
    background: #f8f4e6;
    box-sizing: border-box;
    height: auto;
    padding-bottom: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }
  main .esp-section-two .esp-section-two-inner {
    height: auto;
    margin: 0 auto;
    max-width: 660px;
    padding-top: 90px;
    width: 100%;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-right {
    margin-top: -90px;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-left {
    display: none;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-right-side {
    display: none;
  }
  main .esp-section-two .esp-section-two-inner > a {
    background: #000000;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 1.8rem;
    height: 5rem;
    line-height: 5rem;
    margin: 0 auto;
    margin-left: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 31rem;
  }
  main .esp-section-two .esp-section-two-inner > a:before {
    background: #fff;
    bottom: 22px;
    content: "";
    height: 1px;
    position: absolute;
    right: 24rem;
    width: 3.5rem;
  }
  main .esp-section-two .esp-section-two-inner > a:after {
    background: #fff;
    bottom: 25px;
    content: "";
    height: 2px;
    position: absolute;
    right: 24rem;
    transform: rotate(45deg);
    width: 1rem;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-each {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    gap: 3rem;
    padding-top: 2rem;
    position: relative;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-each .esp-section-two-inner-each-icon {
    background-color: rgba(239, 220, 220, 0.5);
    border-radius: 50%;
    flex: none;
    height: 60px;
    position: relative;
    width: 60px;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-each .esp-section-two-inner-each-icon img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 90%;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-each .esp-section-two-inner-each-exp {
    background-color: rgba(239, 220, 220, 0.5);
    border-radius: 20px;
    box-sizing: border-box;
    height: auto;
    max-width: 450px;
    min-height: 60px;
    padding: 1rem;
    position: relative;
    width: 100%;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-each .esp-section-two-inner-each-exp p {
    color: #707070;
    font-size: 1.4rem;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-each.left .esp-section-two-inner-each-exp:before {
    border-bottom: 15px solid transparent;
    border-right: 15px solid rgba(239, 220, 220, 0.5);
    border-top: 15px solid transparent;
    bottom: 0;
    content: "";
    height: 0rem;
    left: -15px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0rem;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-each.right {
    flex-direction: row-reverse;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-each.right .esp-section-two-inner-each-exp:after {
    border-bottom: 15px solid transparent;
    border-left: 15px solid rgba(239, 220, 220, 0.5);
    border-top: 15px solid transparent;
    bottom: 0;
    content: "";
    height: 0rem;
    left: 0;
    margin: auto 0 auto auto;
    position: absolute;
    right: -15px;
    top: 0;
    width: 0rem;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-each.center {
    gap: 0 !important;
    justify-content: center;
    width: 100% !important;
  }
  main .esp-section-two .esp-section-two-inner .esp-section-two-inner-each.center > .esp-section-two-inner-each-space p {
    color: #707070;
    font-size: 1.4rem;
    text-align: center;
  }
  main .esp-section-three {
    height: auto;
    padding-bottom: 10rem;
    width: 100%;
  }
  main .esp-section-three .esp-section-three-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    height: auto;
    justify-content: center;
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
  }
  main .esp-section-three .esp-section-three-inner .esp-section-three-inner-each {
    height: auto;
    margin-top: 2rem;
    max-width: 280px;
    width: 100%;
  }
  main .esp-section-three .esp-section-three-inner .esp-section-three-inner-each .esp-section-three-inner-each-img img {
    height: auto;
    width: 100%;
  }
  main .esp-section-three .esp-section-three-inner .esp-section-three-inner-each .esp-section-three-inner-each-title h2 {
    font-size: 1.6rem;
  }
  main .esp-section-three .esp-section-three-inner .esp-section-three-inner-each .esp-section-three-inner-each-price p {
    display: inline-block;
    font-size: 2rem;
  }
  main .esp-section-three .esp-section-three-inner .esp-section-three-inner-each .esp-section-three-inner-each-price span {
    display: block;
    display: inline-block;
    font-size: 1.2rem;
  }
  main .esp-section-three .esp-section-three-inner .esp-section-three-inner-each .esp-section-three-inner-each-buy {
    box-sizing: border-box;
    margin-top: 3rem;
  }
  main .esp-section-three .esp-section-three-inner .esp-section-three-inner-each .esp-section-three-inner-each-buy a {
    background: #000000;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    height: 3.5rem;
    line-height: 3.5rem;
    margin-left: auto;
    text-align: center;
    text-decoration: none;
    width: 12rem;
  }
  main .esp-section-three .esp-section-three-inner .esp-section-three-inner-each .esp-section-three-inner-each-buy a:before {
    content: "\f07a";
    font-family: FontAwesome;
    padding-right: 0.5rem;
  }
  main .esp-section-three .esp-section-three-link {
    height: auto;
    margin-top: 10rem;
    width: 100%;
  }
  main .esp-section-three .esp-section-three-link a {
    background: #000000;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 1.8rem;
    height: 5rem;
    line-height: 5rem;
    margin: 0 auto;
    margin-left: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 31rem;
  }
  main .esp-section-three .esp-section-three-link a:before {
    background: #fff;
    bottom: 22px;
    content: "";
    height: 1px;
    position: absolute;
    right: 24rem;
    width: 3.5rem;
  }
  main .esp-section-three .esp-section-three-link a:after {
    background: #fff;
    bottom: 25px;
    content: "";
    height: 2px;
    position: absolute;
    right: 24rem;
    transform: rotate(45deg);
    width: 1rem;
  }
  main .shop-section-one {
    background: #f8f4e6;
    height: auto;
    padding-bottom: 10rem;
    padding-top: 5rem;
    width: 100%;
  }
  main .shop-section-one .shop-section-one-inner {
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-table {
    background-color: rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    max-width: 900px;
    padding: 1.2rem;
    padding-bottom: 5rem;
    width: 100%;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-table table {
    height: auto;
    width: 100%;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-table table tr {
    border-bottom: #747474 1px solid;
    padding: 1.5px;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-table table tr th {
    box-sizing: border-box;
    color: #747474;
    font-size: 1.4rem;
    padding: 2px;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-table table tr td {
    box-sizing: border-box;
    color: #747474;
    font-size: 1.4rem;
    padding: 2px;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-table table tr th:first-child {
    font-weight: 700;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-img {
    height: auto;
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-img img {
    height: auto;
    width: 100%;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-title {
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    max-width: 900px;
    padding-top: 5rem;
    width: 100%;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-title h3 {
    color: #707070;
    display: inline-block;
    font-size: 3rem;
    position: relative;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-title span {
    box-sizing: border-box;
    color: #707070;
    display: inline-block;
    font-size: 1.4rem;
    padding-left: 1.5rem;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-title h3:after {
    background: #707070;
    bottom: 0.5rem;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 30rem;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-address {
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    max-width: 900px;
    padding-top: 3rem;
    width: 100%;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-address p {
    color: #707070;
    font-size: 1.4rem;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-address a {
    color: #707070;
    font-size: 1.4rem;
    text-decoration: none;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-access {
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    max-width: 900px;
    padding-top: 5rem;
    width: 100%;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-access h3 {
    color: #707070;
    font-size: 1.8rem;
    position: relative;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-access h3:before {
    content: "\f3c5";
    font-family: FontAwesome;
    font-size: 2rem;
    padding-right: 1rem;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-access p {
    color: #707070;
    font-size: 1.4rem;
    padding-top: 1rem;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-map {
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    max-width: 900px;
    padding-top: 3rem;
    width: 100%;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-map iframe {
    height: 20rem;
    width: 100%;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-link {
    box-sizing: border-box;
    padding-top: 6rem;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-link a {
    background: #000000;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    height: 5rem;
    line-height: 5rem;
    margin: 0 auto;
    margin-left: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 20rem;
  }
  main .shop-section-one .shop-section-one-inner .shop-section-one-link a:before {
    content: "\f3c5";
    font-family: FontAwesome;
    font-size: 2rem;
    padding-right: 1rem;
  }
  main .section-fresh {
    box-sizing: border-box;
    height: auto;
    width: 100%;
  }
  main .section-fresh .section-fresh-inner {
    height: auto;
    width: 100%;
  }
  main .section-fresh .section-fresh-inner .section-fresh-top {
    background-color: #f8f4e6;
    box-sizing: border-box;
    padding-bottom: 10rem;
    padding-top: 5rem;
  }
  main .section-fresh .section-fresh-inner .section-fresh-top p {
    color: #707070;
    font-size: 1.8rem;
    line-height: 5rem;
    text-align: center;
  }
  main .section-fresh .section-fresh-inner .section-fresh-top .section-fresh-inner-top-pot {
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    padding-top: 3rem;
    width: 16rem;
  }
  main .section-fresh .section-fresh-inner .section-fresh-top .section-fresh-inner-top-pot img {
    height: auto;
    width: 100%;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-title {
    align-items: center;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 200px;
    justify-content: center;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-title h2 {
    color: #fff;
    font-size: 3.8rem;
    line-height: 20rem;
    position: absolute;
    text-align: center;
    text-shadow: 2px 2px 10px #777, -2px 2px 10px #777, 2px -2px 10px #777, -2px -2px 10px #777;
    width: 100%;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-title.pc {
    display: none;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-contents {
    align-items: center;
    background-color: #f8f4e6;
    box-sizing: border-box;
    display: flex;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-bottom: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-contents .section-fresh-each-contents-item {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    height: auto;
    justify-content: center;
    margin: 0 auto;
    max-width: 1000px;
    padding-top: 8rem;
    width: 100%;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-contents .section-fresh-each-contents-item .section-fresh-each-contents-item-img {
    height: auto;
    max-width: 45rem;
    width: 100%;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-contents .section-fresh-each-contents-item .section-fresh-each-contents-item-img img {
    height: auto;
    width: 100%;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-contents .section-fresh-each-contents-item .section-fresh-each-contents-item-title {
    height: auto;
    width: 100%;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-contents .section-fresh-each-contents-item .section-fresh-each-contents-item-title h3 {
    font-size: 1.8rem;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-contents .section-fresh-each-contents-item .section-fresh-each-contents-item-exp {
    box-sizing: border-box;
    height: auto;
    padding-top: 2rem;
    width: 100%;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-contents .section-fresh-each-contents-item .section-fresh-each-contents-item-exp p {
    font-size: 1.4rem;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-contents .section-fresh-each-contents-item .section-fresh-each-contents-item-price {
    margin-top: 2rem;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-contents .section-fresh-each-contents-item .section-fresh-each-contents-item-price p {
    display: inline-block;
    font-size: 2rem;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-contents .section-fresh-each-contents-item .section-fresh-each-contents-item-price p span {
    display: inline-block;
    font-size: 1.2rem;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-contents .section-fresh-each-contents-item .section-fresh-each-contents-item-buy {
    box-sizing: border-box;
    margin-top: 3rem;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-contents .section-fresh-each-contents-item .section-fresh-each-contents-item-buy a {
    background: #000000;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    height: 2.8rem;
    line-height: 2.8rem;
    text-align: center;
    text-decoration: none;
    width: 12rem;
  }
  main .section-fresh .section-fresh-inner .section-fresh-each .section-fresh-each-contents .section-fresh-each-contents-item .section-fresh-each-contents-item-buy a:before {
    content: "\f07a";
    font-family: FontAwesome;
    padding-right: 1.2rem;
  }
  main .section-fresh .section-fresh-inner .section-baked-banner {
    align-items: center;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 50vh;
    justify-content: center;
  }
  main .section-fresh .section-fresh-inner .section-baked-banner.pc {
    display: none;
  }
  main .concept {
    background-position: top;
    background-size: 50% auto;
    height: auto;
    width: 100%;
  }
  main .concept .concept-inner {
    background-color: rgba(245, 233, 199, 0.8);
    height: 90rem;
    margin: 0 auto;
    max-width: 800px;
    position: relative;
    width: 100%;
  }
  main .concept .concept-inner .concept-title {
    background-image: url(../images/common/waku.svg);
    background-position: top;
    background-size: cover;
    bottom: 0;
    height: 12rem;
    left: 0;
    margin: 0 auto;
    max-width: 34rem;
    position: absolute;
    right: 0;
    top: 4rem;
    width: 100%;
  }
  main .concept .concept-inner .concept-title h2 {
    bottom: 0;
    color: #707070;
    font-size: 1.6rem;
    height: 7rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 26rem;
  }
  main .concept .concept-inner .concept-banner {
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    padding: 17rem 1rem 0 2rem;
    padding-top: 17rem;
    width: 100%;
  }
  main .concept .concept-inner .concept-banner img {
    height: auto;
    width: 100%;
  }
  main .concept .concept-inner .concept-exp {
    padding-top: 3rem;
  }
  main .concept .concept-inner .concept-exp p {
    color: #707070;
    font-size: 1.4rem;
    line-height: 5rem;
    text-align: center;
  }
  main .concept .concept-inner .white-logo {
    background-image: url(../images/common/whitelogo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 12rem;
    height: 47rem;
    left: 1rem;
    position: absolute;
    width: 7rem;
  }
  footer {
    height: auto;
    width: 100%;
  }
  footer .footer-top {
    align-items: flex-start;
    background-color: #171111;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    height: auto;
    justify-content: center;
    margin-right: 2.5rem;
    padding-bottom: 6rem;
    padding-top: 6rem;
    width: 100%;
  }
  footer .footer-top .footer-top-each {
    max-width: 300px;
    width: 100%;
  }
  footer .footer-top .footer-top-each > ul > li {
    padding-top: 1rem;
  }
  footer .footer-top .footer-top-each > ul > li > a {
    color: #ffffff;
    font-size: 1.6rem;
    text-decoration: none;
  }
  footer .footer-top .footer-top-each > ul > li > ul {
    padding-left: 3rem;
  }
  footer .footer-top .footer-top-each > ul > li > ul > li {
    padding-top: 1rem;
  }
  footer .footer-top .footer-top-each > ul > li > ul > li > a {
    color: #ffffff;
    font-size: 1.4rem;
    text-decoration: none;
  }
  footer .footer-bottom {
    background-color: #f8f4e6;
    height: auto;
    width: 100%;
  }
  footer .footer-bottom .footer-bottom-logo {
    height: auto;
    margin: 0 auto;
    padding-top: 5rem;
    width: 10rem;
  }
  footer .footer-bottom .footer-bottom-logo img {
    height: auto;
    width: 100%;
  }
  footer .footer-bottom .footer-bottom-copyright {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  footer .footer-bottom .footer-bottom-copyright p {
    font-size: 0.8rem;
    text-align: center;
  }
  .default-page {
    height: auto;
    width: 100%;
  }
  .default-page .default-page-inner {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 800px;
    padding-bottom: 8rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 5rem;
    width: 100%;
  }
  .default-page .default-page-inner > p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .default-page .default-page-inner > h1 {
    font-size: 2.5rem;
    line-height: 3.6rem;
  }
  .default-page .default-page-inner > h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .default-page .default-page-inner > h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .default-page .default-page-inner > h4 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .default-page .default-page-inner > ul > li {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .contact {
    height: auto;
    width: 100%;
  }
  .contact .contact-cover {
    height: auto;
    margin: 0 auto;
    max-width: 450px;
    width: 100%;
  }
  .contact .contact-cover .contact-each {
    font-size: 2rem;
    height: auto;
    margin-top: 1.5rem;
    width: 100%;
  }
  .contact .contact-cover .contact-each .contact-each-title {
    font-size: 12px;
    font-weight: 500;
    height: auto;
    width: 100%;
  }
  .contact .contact-cover .contact-each .contact-each-form {
    height: auto;
    width: 100%;
  }
  .contact .contact-cover .contact-each .contact-each-form input[type="text"] {
    box-sizing: border-box;
    font-size: 16px;
    height: 38px;
    padding: 3px;
    width: 100%;
  }
  .contact .contact-cover .contact-each .contact-each-form input[type="email"] {
    box-sizing: border-box;
    font-size: 16px;
    height: 38px;
    padding: 3px;
    width: 100%;
  }
  .contact .contact-cover .contact-each .contact-each-form textarea {
    box-sizing: border-box;
    font-size: 16px;
    height: auto;
    padding: 3px;
    width: 100%;
  }
  .contact .contact-cover .contact-submit {
    height: auto;
    margin: 0 auto;
    margin-top: 2rem;
    width: 100%;
  }
  .contact .contact-cover .contact-submit input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background: #a0ce4e;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-family: "PT Sans";
    font-size: 1.8rem;
    font-weight: 400;
    height: auto;
    height: 6rem;
    letter-spacing: 0px;
    outline: none;
    width: 100%;
  }
  .contact .contact-cover .contact-submit input[type="submit"]:hover {
    opacity: 0.5;
  }
  .post-item {
    background-color: #f8f4e6;
  }
  .post-item .post-item-inner {
    height: auto;
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
  }
  .post-item .post-item-inner .section-three-text-list {
    height: auto;
    padding-bottom: 5rem;
    width: 100%;
  }
  .post-item .post-item-inner .section-three-text-list ul li {
    box-sizing: border-box;
    max-width: 400px;
    padding: 1rem;
    padding-top: 2rem;
    width: 100%;
  }
  .post-item .post-item-inner .section-three-text-list ul li a {
    color: #000;
    display: block;
    text-decoration: none;
  }
  .post-item .post-item-inner .section-three-text-list ul li a .section-three-text-list-each {
    background: #fff;
    border-radius: 15px;
    box-sizing: border-box;
    height: 80px;
    margin-right: auto;
    max-width: 380px;
    padding: 0.9rem 1.4rem;
    width: 100%;
  }
  .post-item .post-item-inner .section-three-text-list ul li a .section-three-text-list-each p {
    color: #707070;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .post-item .post-item-inner .section-three-text-list ul li a .section-three-text-list-each h2 {
    color: #707070;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .post-item .post-item-inner .section-three-text-list ul li:nth-child(2n + 1) {
    margin-left: auto;
  }
  .post-item .post-item-inner .section-three-text-list ul li:nth-child(2n + 1) > a > .section-three-text-list-each {
    margin-left: auto;
  }
  .post-item .post-item-inner-topic {
    height: auto;
    margin: 0 auto;
    max-width: 575px;
    width: 100%;
  }
  .post-item .post-item-inner-topic .section-three-img-list ul {
    align-items: flex-start;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    padding: 1rem;
  }
  .post-item .post-item-inner-topic .section-three-img-list ul li {
    margin-top: 5rem;
    max-width: 310px;
    width: 100%;
  }
  .post-item .post-item-inner-topic .section-three-img-list ul li a {
    color: #000;
    text-decoration: none;
  }
  .post-item .post-item-inner-topic .section-three-img-list ul li a .section-three-img-list-each {
    background: #fff;
  }
  .post-item .post-item-inner-topic .section-three-img-list ul li a .section-three-img-list-each .section-three-img-list-each-img img {
    height: 20rem;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .post-item .post-item-inner-topic .section-three-img-list ul li a .section-three-img-list-each .section-three-img-list-each-txt {
    box-sizing: border-box;
    height: 10rem;
    padding: 1.5rem;
    position: relative;
  }
  .post-item .post-item-inner-topic .section-three-img-list ul li a .section-three-img-list-each .section-three-img-list-each-txt p {
    bottom: 1rem;
    color: #707070;
    font-size: 1.2rem;
    font-weight: bold;
    padding-top: 1rem;
    position: absolute;
    right: 1rem;
  }
  .post-item .post-item-inner-topic .section-three-img-list ul li a .section-three-img-list-each .section-three-img-list-each-txt h2 {
    color: #707070;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .post-item .pagination {
    align-items: center;
    display: flex;
    gap: 2rem;
    justify-content: center;
    padding-bottom: 10rem;
    padding-top: 5rem;
  }
  .post-item .pagination .nav-links {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: center;
  }
  .post-item .pagination .nav-links .current {
    background-color: #4b4747;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    padding: 0.4rem 0.8rem;
  }
  .post-item .pagination .nav-links a {
    background-color: #ad0c0c;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    padding: 0.4rem 0.8rem;
    text-decoration: none;
  }
  .post-item .post-item-single {
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    max-width: 650px;
    padding-bottom: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 5rem;
    width: 100%;
  }
  .post-item .post-item-single .post-item-single-img {
    height: auto;
    width: 100%;
  }
  .post-item .post-item-single .post-item-single-img img {
    height: auto;
    width: 100%;
  }
  .post-item .post-item-single .post-item-single-title {
    box-sizing: border-box;
    height: auto;
    padding-top: 2rem;
    width: 100%;
  }
  .post-item .post-item-single .post-item-single-title h1 {
    font-size: 2rem;
    font-weight: 700;
  }
  .post-item .post-item-single .post-item-single-body {
    box-sizing: border-box;
    height: auto;
    padding-top: 2rem;
    width: 100%;
  }
  .post-item .post-item-single .post-item-single-body > p {
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
  .post-item .post-item-single .post-item-single-body > h1 {
    font-size: 2.5rem;
    line-height: 3.6rem;
  }
  .post-item .post-item-single .post-item-single-body > h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .post-item .post-item-single .post-item-single-body > h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .post-item .post-item-single .post-item-single-body > h4 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .post-item .post-item-single .post-item-single-body > ul > li {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .post-item .post-item-single .post-item-single-pager {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    gap: 3rem;
    justify-content: center;
    padding-top: 5rem;
  }
  .post-item .post-item-single .post-item-single-pager a {
    color: #747474;
    font-size: 1.8rem;
    text-decoration: none;
  }
  .p-kv__img {
    height: 18vw;
    min-height: 320px;
    overflow: hidden;
    width: 100%;
  }
  .p-kv__img img {
    width: 100%;
  }
  .recruit .recruit-inner .recruit-title {
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    width: 100%;
  }
  .recruit .recruit-inner .recruit-title img {
    height: auto;
    width: 100%;
  }
  .recruit .recruit-inner .recruit-title .title-text {
    left: 5%;
    position: absolute;
    top: 15%;
  }
  .recruit .recruit-inner .recruit-title .title-text h2 {
    color: #fff;
    font-size: 18px;
    text-shadow: 2px 2px 10px #777, -2px 2px 10px #777, 2px -2px 10px #777, -2px -2px 10px #777;
  }
  .recruit .recruit-inner .recruit-title .title-text p {
    color: #fff;
    font-size: 12px;
    text-shadow: 2px 2px 10px #777, -2px 2px 10px #777, 2px -2px 10px #777, -2px -2px 10px #777;
  }
  .recruit .recruit-inner .recruit-list {
    height: auto;
    margin: 0 auto;
    margin-bottom: 80px;
    max-width: 1000px;
    width: 100%;
  }
  .recruit .recruit-inner .recruit-list a {
    text-decoration: none;
  }
  .recruit .recruit-inner .recruit-list .recruit-each {
    border: 1px solid #eaeaea;
    height: auto;
    margin-top: 20px;
    width: 100%;
  }
  .recruit .recruit-inner .recruit-list .recruit-each .recruit-each-left {
    height: auto;
    width: 100%;
  }
  .recruit .recruit-inner .recruit-list .recruit-each .recruit-each-left img {
    height: 215px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .recruit .recruit-inner .recruit-list .recruit-each .recruit-each-right {
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    position: relative;
    width: 100%;
  }
  .recruit .recruit-inner .recruit-list .recruit-each .recruit-each-right .recruit-each-right-tag {
    padding-top: 10px;
  }
  .recruit .recruit-inner .recruit-list .recruit-each .recruit-each-right .recruit-each-right-tag ul {
    display: flex;
    gap: 10px;
  }
  .recruit .recruit-inner .recruit-list .recruit-each .recruit-each-right .recruit-each-right-tag ul li {
    background: #0860c0;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    text-decoration: none;
  }
  .recruit .recruit-inner .recruit-list .recruit-each .recruit-each-right .recruit-each-right-title {
    box-sizing: border-box;
    height: auto;
    padding-top: 10px;
    width: 100%;
  }
  .recruit .recruit-inner .recruit-list .recruit-each .recruit-each-right .recruit-each-right-title h2 {
    color: #333;
    font-size: 14px;
    text-decoration: none;
  }
  .recruit .recruit-inner .recruit-list .recruit-each .recruit-each-right .recruit-each-right-area {
    color: #333;
    font-size: 16px;
    margin-top: 5px;
  }
  .recruit .recruit-inner .recruit-list .recruit-each .recruit-each-right .recruit-each-right-salory {
    color: #333;
    font-size: 16px;
    margin-top: 5px;
  }
  .recruit .recruit-inner .recruit-list .recruit-each .recruit-each-right .recruit-each-right-btn {
    box-sizing: border-box;
    margin-top: 20px;
  }
  .recruit .recruit-inner .recruit-list .recruit-each .recruit-each-right .recruit-each-right-btn button {
    background-color: #f52604;
    border: #f52604 1px solid;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 20px;
    margin: 0 auto;
    padding: 2.5px 10px;
    text-decoration: none;
  }
  .recruit .recruit-inner .application .application-band {
    background: #00a1e9;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    height: 40px;
    margin: 0 auto;
    max-width: 1200px;
    padding: 8px;
    width: 100%;
  }
  .recruit .recruit-inner .application .application-exp {
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    margin-top: -6px;
    max-width: 1200px;
    width: 100%;
  }
  .recruit .recruit-inner .application .application-exp .application-exp-title h1 {
    /*フォントカラー*/
    background: #00a1e9;
    box-sizing: border-box;
    /*フォントサイズ*/
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    padding: 15px 20px;
    position: relative;
    /*リボンの色*/
    width: 100%;
  }
  .recruit .recruit-inner .application .application-exp .application-exp-title h1:before {
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #959e9b;
    content: '';
    left: 0;
    position: absolute;
    top: 100%;
    /*折り返し部分*/
  }
  .recruit .recruit-inner .application .application-exp .application-exp-contentes {
    box-sizing: border-box;
    padding-bottom: 30px;
  }
  .recruit .recruit-inner .application .application-exp .application-exp-contentes .application-exp-contentes-left {
    height: auto;
    width: 100%;
  }
  .recruit .recruit-inner .application .application-exp .application-exp-contentes .application-exp-contentes-left img {
    height: auto;
    width: 100%;
  }
  .recruit .recruit-inner .application .application-exp .application-exp-contentes .application-exp-contentes-right {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
  }
  .recruit .recruit-inner .application .application-exp .application-exp-contentes .application-exp-contentes-right p {
    font-size: 14px;
  }
  .recruit .recruit-inner .application .application-table .thanks {
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    max-width: 480px;
    padding: 10px;
    width: 100%;
  }
  .recruit .recruit-inner .application .application-table .thanks p {
    font-size: 14px;
  }
  .recruit .recruit-inner .application .application-table .application-table-contents {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }
  .recruit .recruit-inner .application .application-table .application-table-contents table {
    width: 100%;
  }
  .recruit .recruit-inner .application .application-table .application-table-contents table tr {
    border-bottom: 1px solid #eee;
  }
  .recruit .recruit-inner .application .application-table .application-table-contents table tr th {
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 10px;
    width: 110px;
  }
  .recruit .recruit-inner .application .application-table .application-table-contents table tr td {
    box-sizing: border-box;
    font-size: 14px;
    padding: 10px 10px;
  }
  .recruit .recruit-inner .application .application-table .application-form {
    box-sizing: border-box;
    padding-bottom: 80px;
  }
  .recruit .recruit-inner .application .application-table .application-form a {
    align-items: center;
    background: linear-gradient(#4fb5ef, #0076b9 100%);
    border: 1px solid #005e94;
    border-radius: 12px;
    box-shadow: inset 0px 0px 2px 0px white;
    box-shadow: 0px 4px 4px 0px #afafaf;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: 22px;
    height: 50px;
    justify-content: center;
    margin: 0 auto;
    margin-top: 50px;
    max-width: 250px;
    position: relative;
    text-align: left;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.2s;
    width: 100%;
  }
  .recruit .recruit-inner .application .application-table .application-form .application-form-table {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
  }
  .recruit .recruit-inner .application .application-table .application-form .application-form-table p {
    box-sizing: border-box;
    padding: 10px;
  }
  .recruit .recruit-inner .application .application-table .application-form .application-form-table table {
    border-top: 1px solid #eee;
    width: 100%;
  }
  .recruit .recruit-inner .application .application-table .application-form .application-form-table table tr {
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }
  .recruit .recruit-inner .application .application-table .application-form .application-form-table table tr th {
    background-color: #f8f4e6;
    box-sizing: border-box;
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 20px;
    width: 100%;
  }
  .recruit .recruit-inner .application .application-table .application-form .application-form-table table tr td {
    border-left: 1px solid #eee;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    padding: 20px 10px;
    width: 100%;
  }
  .recruit .recruit-inner .application .application-table .application-form .application-form-table table tr td input[type="text"] {
    width: 100%;
  }
  .recruit .recruit-inner .application .application-table .application-form .application-form-table table tr td input[type="email"] {
    width: 100%;
  }
  .recruit .recruit-inner .application .application-table .application-form .application-form-table table tr td input[type="tel"] {
    width: 100%;
  }
  .recruit .recruit-inner .application .application-table .application-form .application-form-table table tr td select {
    max-width: 320px;
    width: 100%;
  }
  .recruit .recruit-inner .application .application-table .application-form .application-form-table table tr td select.year, .recruit .recruit-inner .application .application-table .application-form .application-form-table table tr td select.month, .recruit .recruit-inner .application .application-table .application-form .application-form-table table tr td select.day {
    box-sizing: border-box;
    margin-right: 10px;
    width: 100px;
  }
  .recruit .recruit-inner .application .application-table .application-form .application-form-table table tr td textarea {
    width: 100%;
  }
  .recruit .recruit-inner .application .application-table .application-form .application-form-table input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background: #00a1e9;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-family: "PT Sans";
    font-size: 20px;
    font-weight: 400;
    height: auto;
    height: 4.5rem;
    letter-spacing: 0px;
    margin-top: 20px;
    outline: none;
    width: 100%;
  }
  .recruit .recruit-inner .application .application-table .application-form .application-form-table input[type="submit"]:hover {
    opacity: 0.5;
    transition: 0.5s;
  }
  .recruit .recruit-inner .application .application-table .application-form .application-form-table .wpcf7-previous {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background: #ccc;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-family: "PT Sans";
    font-size: 20px;
    font-weight: 400;
    height: auto;
    height: 4.5rem;
    letter-spacing: 0px;
    margin-top: 20px;
    outline: none;
    width: 100%;
  }
  .recruit .recruit-inner .application .application-table .application-form .application-form-table .wpcf7-previous:hover {
    opacity: 0.5;
    transition: 0.5s;
  }
  .parallax {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    left: 0;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: -1;
  }
}

@media screen and (min-width: 1108px) {
  html {
    word-wrap: break-word;
    font-size: 43%;
    line-break: strict;
    overflow-wrap: break-word;
  }
  body {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1107px) {
  html {
    word-wrap: break-word;
    font-size: 43%;
    line-break: strict;
    overflow-wrap: break-word;
  }
  body {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 421px) and (max-width: 767px) {
  html {
    word-wrap: break-word;
    font-size: 62.5%;
    line-break: strict;
    overflow-wrap: break-word;
  }
  body {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 420px) {
  html {
    word-wrap: break-word;
    font-size: 62.5%;
    line-break: strict;
    overflow-wrap: break-word;
  }
  body {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  #enter {
    align-items: center;
    background-color: #f8f4e6;
    display: flex;
    flex-flow: wrap;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 10000;
  }
  .first-entry-inner {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
  }
  .first-entry-inner .first-entry-logo {
    display: none;
    height: auto;
    left: 0;
    margin: auto;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 310px;
  }
  .first-entry-inner .first-entry-logo img {
    height: auto;
    width: 100%;
  }
  .first-entry-inner .first-entry-txt {
    height: auto;
    margin: 0 auto;
    margin-top: 1.5rem;
    position: absolute;
    text-align: center;
  }
  .first-entry-inner .first-entry-txt .txt1 {
    -webkit-animation: typing 1s steps(25);
            animation: typing 1s steps(25);
    color: #70584b;
    display: none;
    font-family: "Shippori Mincho", serif;
    font-size: 3.2rem;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
  }
  @-webkit-keyframes typing {
    0% {
      width: 0;
    }
  }
  @keyframes typing {
    0% {
      width: 0;
    }
  }
  @-webkit-keyframes blink {
    50% {
      border-right-color: transparent;
    }
  }
  @keyframes blink {
    50% {
      border-right-color: transparent;
    }
  }
  .first-entry-inner .first-entry-txt .txt2 {
    color: #70584b;
    display: none;
    font-size: 2rem;
    width: 100%;
  }
  .first-entry-inner .first-entry-txt p {
    font-size: 2.2rem;
    text-align: center;
  }
  .common-title-sec h3 {
    color: #ad0c0c;
    font-family: "ヒラギノ明朝 ProN", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
    position: relative;
    text-align: center;
  }
  .common-title-sec h3:after {
    background-color: #ad0c0c;
    bottom: -1.4rem;
    content: "";
    display: block;
    height: 0.3rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 23.1rem;
  }
}
