@charset "UTF-8";
body, div, span, h1, h2, h3, h4, h5, h6, p, ul, ol, li, table, dl, dt, dd, table, caption, tbody, tfoot, thead, tr, th, td, article, footer, header {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  letter-spacing: 0.15em;
  line-height: 2;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

body {
  font-family: ten-mincho-text, "mrs-eaves-xl-serif", serif;
  letter-spacing: 0.1em;
}

* {
  box-sizing: border-box;
}

.-over-TB {
  display: none;
}

@media screen and (min-width: 768px) {
  .-only-SP {
    display: none;
  }
  .-over-TB {
    display: block;
  }
}
body {
  position: relative;
}
body .gloval-header {
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  body .gloval-header {
    height: 100px;
  }
}
body .gloval-header .inner {
  display: flex;
  align-items: center;
  height: inherit;
}
body .gloval-header .inner h1 a img {
  width: 85px;
  margin: 11px 0 0 17px;
  position: relative;
  z-index: 1000000;
}
@media screen and (min-width: 768px) {
  body .gloval-header .inner h1 a img {
    width: 110px;
    margin: 30px 0 0 42px;
  }
}
body .gloval-header .inner .navigation-trigger {
  position: fixed;
  z-index: 1000000000;
  right: 0;
  top: 0;
  transition: all 0.4s;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10000000;
}
@media screen and (min-width: 768px) {
  body .gloval-header .inner .navigation-trigger {
    right: 0;
    width: 100px;
    height: 100px;
  }
}
body .gloval-header .inner .navigation-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  width: 28px;
  height: 1px;
  background-color: #9d803c;
}
@media screen and (min-width: 768px) {
  body .gloval-header .inner .navigation-trigger span {
    width: 35px;
  }
}
body .gloval-header .inner .navigation-trigger span:nth-of-type(1) {
  top: 27px;
}
@media screen and (min-width: 768px) {
  body .gloval-header .inner .navigation-trigger span:nth-of-type(1) {
    top: 40px;
  }
}
body .gloval-header .inner .navigation-trigger span:nth-of-type(2) {
  top: 34px;
}
@media screen and (min-width: 768px) {
  body .gloval-header .inner .navigation-trigger span:nth-of-type(2) {
    top: 47px;
  }
}
body .gloval-header .inner .navigation-trigger span:nth-of-type(3) {
  top: 41px;
}
@media screen and (min-width: 768px) {
  body .gloval-header .inner .navigation-trigger span:nth-of-type(3) {
    top: 54px;
  }
}
body .gloval-header .inner .active {
  background-color: #74bfe4;
  z-index: 100000000;
  transform: translateX(0);
}
body .gloval-header .inner .active span {
  background-color: #fff;
}
body .gloval-header .inner .active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-335deg);
}
body .gloval-header .inner .active span:nth-of-type(2) {
  opacity: 0;
}
body .gloval-header .inner .active span:nth-of-type(3) {
  transform: translateY(-5px) rotate(335deg);
}
body .global-navigation {
  flex-direction: column;
  background-color: #74bfe4;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  padding: 30px 40px 120px;
  z-index: 10000000;
  height: 100vh;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  body .global-navigation {
    width: 60%;
    padding: 50px 70px 70px;
  }
}
@media screen and (min-width: 1100px) {
  body .global-navigation {
    width: 40%;
    padding: 70px 90px 90px;
  }
}
body .global-navigation .gn-links01 {
  display: block;
}
body .global-navigation .gn-links01 li {
  display: flex;
  flex-direction: column;
}
body .global-navigation .gn-links01 li a {
  padding: 20px 10px 12px;
  font-size: 22px;
  border-bottom: 1px solid #a5d7ef;
  color: #fff;
}
body .global-navigation .gn-links01 li a span {
  font-size: 13px;
  margin-left: 15px;
}
body .global-navigation .gn-links01 li .gn-links02 li {
  position: relative;
}
body .global-navigation .gn-links01 li .gn-links02 li::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 15px;
  width: 7px;
  height: 7px;
  background-color: #fff;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  body .global-navigation .gn-links01 li .gn-links02 li::before {
    top: 27px;
  }
}
body .global-navigation .gn-links01 li .gn-links02 li a {
  padding: 15px 10px 15px 36px;
  font-size: 15px;
  color: #fff;
  background-image: linear-gradient(to right, #a5d7ef 0px, #a5d7ef 3px, transparent 3px, transparent 6px);
  background-size: 6px 1px;
  background-position: 0 100%;
  background-repeat: repeat-x;
  border-bottom: none;
}
body .global-navigation .gn-links03-title {
  font-size: 17px;
  text-align: center;
  margin-top: 60px;
  color: #fff;
}
body .global-navigation .gn-links03 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .global-navigation .gn-links03 li {
  margin-top: 18px;
  background-color: #fff;
  width: 250px;
}
body .global-navigation .gn-links03 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #74bfe4;
  background-color: #fff;
  padding: 15px 20px;
}
body .global-navigation .gn-links03 li a:hover {
  background-color: #c2e5f7;
  transition: 0.3s;
}
body .active {
  transform: translateX(0);
}

.gloval-footer .gloval-contact {
  background-image: url("../images/contact-bg01.png");
  background-repeat: repeat;
  background-size: 60px;
  padding: 100px 30px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gloval-footer .gloval-contact {
    padding: 100px 120px;
  }
}
.gloval-footer .gloval-contact::before {
  content: "";
  position: absolute;
  left: -15px;
  top: -3%;
  width: 30%;
  max-width: 334px;
  height: 120px;
  background-image: url("../images/contact-img01.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .gloval-footer .gloval-contact::before {
    width: 20%;
    height: 280px;
    top: -8%;
  }
}
.gloval-footer .gloval-contact::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -4%;
  width: 26%;
  max-width: 323px;
  height: 120px;
  background-image: url("../images/contact-img02.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (min-width: 768px) {
  .gloval-footer .gloval-contact::after {
    width: 20%;
    height: 244px;
    bottom: -16%;
  }
}
@media screen and (min-width: 1200px) {
  .gloval-footer .gloval-contact::after {
    width: 323px;
    height: 340px;
    bottom: -16%;
  }
}
.gloval-footer .gloval-contact .gloval-inner {
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 40px 30px;
}
@media screen and (min-width: 768px) {
  .gloval-footer .gloval-contact .gloval-inner {
    padding: 60px;
  }
}
.gloval-footer .gloval-contact .gloval-inner h2 {
  color: #bcdfef;
  font-size: 40px;
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .gloval-footer .gloval-contact .gloval-inner h2 {
    font-size: 54px;
    top: -43px;
  }
}
.gloval-footer .gloval-contact .gloval-inner p {
  color: #9d803c;
  font-size: 14px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .gloval-footer .gloval-contact .gloval-inner p {
    font-size: 15px;
  }
}
.gloval-footer .gloval-contact .gloval-inner .body {
  padding: 0;
}
@media screen and (min-width: 1100px) {
  .gloval-footer .gloval-contact .gloval-inner .body {
    padding: 0 20px;
    display: flex;
    justify-content: center;
    gap: 50px;
  }
}
.gloval-footer .gloval-contact .gloval-inner .body .button {
  margin-top: 15px;
}
.gloval-footer .gloval-contact .gloval-inner .body .button a {
  background-color: #74bfe4;
  color: #fff;
  padding: 12px 30px;
  font-size: 16px;
  display: block;
  text-align: center;
  border: 1px solid #74bfe4;
}
@media screen and (min-width: 768px) {
  .gloval-footer .gloval-contact .gloval-inner .body .button a {
    width: 380px;
    font-size: 18px;
    padding: 15px 20px;
    margin: 0 auto;
  }
}
.gloval-footer .gloval-contact .gloval-inner .body .button a:hover {
  background-color: #ecf7fd;
  color: #74bfe4;
  transition: 0.3s;
}
.gloval-footer .gloval-links {
  background-color: #74bfe4;
  color: #fff;
  padding: 100px 30px 20px;
}
.gloval-footer .gloval-links .gf-links {
  position: relative;
}
@media screen and (min-width: 768px) {
  .gloval-footer .gloval-links .gf-links {
    display: flex;
    justify-content: center;
  }
}
.gloval-footer .gloval-links .gf-links li {
  position: relative;
  margin: 10px 50px 0 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .gloval-footer .gloval-links .gf-links li {
    margin-top: 0;
  }
}
.gloval-footer .gloval-links .gf-links li::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .gloval-footer .gloval-links .gf-links li::after {
    content: "";
    width: 1px;
    height: 60%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
  }
}
.gloval-footer .gloval-links .gf-links li:last-child::after {
  content: none;
}
.gloval-footer .gloval-links .gf-links li a {
  color: #fff;
  position: relative;
  display: inline-block;
}
.gloval-footer .gloval-links .gf-links li a:hover::before {
  content: "";
  position: absolute;
  right: 37%;
  top: -36px;
  width: 40px;
  height: 30px;
  background-image: url("../images/footer-img01.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1000;
  transition: 0.3s;
}
.gloval-footer .gloval-links .gf-logo {
  text-align: right;
  padding: 90px 0 20px;
}
@media screen and (min-width: 768px) {
  .gloval-footer .gloval-links .gf-logo {
    text-align: center;
    padding: 90px 0;
  }
}
.gloval-footer .gloval-links .gf-logo a img {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .gloval-footer .gloval-links .gf-logo a img {
    width: 120px;
  }
}
.gloval-footer .gloval-links .gf-copyright {
  text-align: right;
  font-size: 14px;
  font-family: "mrs-eaves-xl-serif", serif;
}
@media screen and (min-width: 768px) {
  .gloval-footer .gloval-links .gf-copyright {
    text-align: center;
  }
}

.lower-mainVisual {
  overflow: hidden;
}
.lower-mainVisual .tm-container {
  display: flex;
  position: relative;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .lower-mainVisual .tm-container {
    height: 400px;
  }
}
.lower-mainVisual .tm-container .tm-title {
  color: #9d803c;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  height: 120px;
  max-width: 300px;
  left: 46px;
  bottom: 0;
  z-index: 1000;
  padding: 20px 30px 30px;
}
@media screen and (min-width: 768px) {
  .lower-mainVisual .tm-container .tm-title {
    height: 150px;
    max-width: 380px;
    left: 176px;
    padding: 30px 60px 40px;
  }
}
.lower-mainVisual .tm-container .tm-title .title-main {
  font-size: 36px;
  display: block;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .lower-mainVisual .tm-container .tm-title .title-main {
    font-size: 40px;
  }
}
.lower-mainVisual .tm-container .tm-title .title-sub {
  font-size: 14px;
  display: block;
}
@media screen and (min-width: 768px) {
  .lower-mainVisual .tm-container .tm-title .title-sub {
    font-size: 16px;
  }
}
.lower-mainVisual .tm-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-left: 30px;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .lower-mainVisual .tm-img {
    height: 500px;
    top: -100px;
    width: calc(100% - 130px);
  }
}
.lower-mainVisual .tm-img img {
  position: relative;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-left: 1px solid #a8cedc;
  box-sizing: border-box;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .lower-mainVisual .tm-img img {
    width: 100%;
    height: 500px;
    margin-left: 130px;
  }
}
.lower-mainVisual .tm-img::before {
  content: "kawaii design";
  position: absolute;
  bottom: 96px;
  left: -84px;
  display: block;
  font-size: 14px;
  transform: rotate(-90deg);
  z-index: 100;
  background-color: #fff;
  padding-right: 10px;
  color: #74bfe4;
  letter-spacing: 0.7em;
}
@media screen and (min-width: 768px) {
  .lower-mainVisual .tm-img::before {
    bottom: 94px;
    left: 45px;
  }
}

.lower-gloval-inner01 {
  margin: 80px 20px;
  color: #9d803c;
}
@media screen and (min-width: 768px) {
  .lower-gloval-inner01 {
    margin: 120px auto 140px;
    max-width: 1340px;
    padding: 0 70px;
  }
}

.module-title01 {
  position: relative;
  text-align: center;
  color: #74bfe4;
  font-size: 24px;
  padding: 0 0 20px;
  border-bottom: 1px solid #74bfe4;
  display: block;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .module-title01 {
    font-size: 30px;
    padding: 0 0 10px;
    margin-bottom: 40px;
  }
}
.module-title01::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 70px;
  height: 69px;
  background-image: url("../images/title-img01.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .module-title01::after {
    width: 91px;
    height: 88px;
  }
}

* + .module-title01 {
  margin-top: 80px;
}

.module-title01 + .module-title02 {
  margin-top: 30px;
}

.module-title02 {
  position: relative;
  font-size: 20px;
  color: #74bfe4;
  background-color: #ecf7fd;
  margin-top: 70px;
  padding: 13px 20px;
  height: 54px;
}
@media screen and (min-width: 768px) {
  .module-title02 {
    font-size: 24px;
    height: 60px;
  }
}
.module-title02::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 68px;
  height: 60px;
  background-image: url("../images/title-img02.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .module-title02::after {
    width: 76px;
    height: 60px;
  }
}

.module-title02 + p {
  margin-top: 30px;
}

.module-button01 {
  margin-top: 30px;
}
.module-button01 a {
  position: relative;
  max-width: 200px;
  padding: 10px 25px;
  color: #9d803c;
  transition: 0.3s ease-in-out;
  font-size: 20px;
}
.module-button01 a::before {
  position: absolute;
  bottom: 0px;
  left: 50%;
  content: "";
  width: 100%;
  height: 1px;
  background: #9d803c;
  transform: translateX(-50%);
}
.module-button01 a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #74bfe4;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.module-button01 a:hover {
  color: #74bfe4;
}
.module-button01 a:hover::before {
  background: #fff;
}
.module-button01 a:hover::after {
  transform: scale(1, 1);
}

.module-botton02 {
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  color: #9d803c;
}
.module-botton02::before {
  position: absolute;
  bottom: 0px;
  left: 50%;
  content: "";
  width: 100%;
  height: 1px;
  background: #9d803c;
  transform: translateX(-50%);
}

.module-botton03 {
  text-align: center;
}
.module-botton03 a {
  padding: 10px 20px;
  border: 1px solid #74bfe4;
  font-size: 14px;
  color: #74bfe4;
}
.module-botton03 a:hover {
  border: 1px solid #74bfe4;
  color: #fff;
  background-color: #74bfe4;
  transition: 0.3s;
}

.module-list01 li {
  position: relative;
  padding: 20px 0 0px 34px;
  line-height: 1.5;
}
.module-list01 li::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 15px;
  width: 7px;
  height: 7px;
  background-color: #74bfe4;
  transform: rotate(45deg);
}
.module-list01 li span {
  display: block;
  font-size: 14px;
  background-color: #f4f1f0;
  padding: 7px 10px;
  border-radius: 5px;
  margin-top: 7px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .module-list01 li span {
    display: inline;
    margin-left: 10px;
    padding: 5px 10px;
    margin-top: 0;
  }
}

.module-option-list01 {
  width: 100%;
}
.module-option-list01 li {
  display: flex;
  justify-content: space-between;
  padding: 10px 10px;
  background-image: linear-gradient(to right, #74bfe4 0px, #74bfe4 3px, transparent 3px, transparent 6px);
  background-size: 6px 1px;
  background-position: 0 100%;
  background-repeat: repeat-x;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .module-option-list01 li {
    font-size: 16px;
  }
}
.module-option-list01 li .head {
  text-align: left;
  line-height: 1.5;
  width: 70%;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .module-option-list01 li .head {
    font-size: 16px;
  }
}
.module-option-list01 li .body {
  text-align: right;
  margin-left: 30px;
  line-height: 1.5;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .module-option-list01 li .body {
    font-size: 16px;
  }
}

.module-ol-list01 {
  counter-reset: item;
  list-style: none;
}
.module-ol-list01 li {
  counter-increment: item;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  background-image: linear-gradient(to right, #74bfe4 0px, #74bfe4 3px, transparent 3px, transparent 6px);
  background-size: 6px 1px;
  background-position: 0 100%;
  background-repeat: repeat-x;
  padding: 0 20px 12px;
}
.module-ol-list01 li::before {
  content: counter(item) ".";
  font-size: 40px;
  margin-right: 20px;
  line-height: 1;
  display: inline-block;
  font-family: "beloved-script", sans-serif;
  color: #74bfe4;
  padding-top: 15px;
}

.module-image01 {
  display: flex;
  max-width: 100%;
  gap: 30px;
  margin: 30px auto 0;
  width: 70%;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .module-image01 {
    width: 100%;
    flex-wrap: nowrap;
    margin: 40px auto 0;
  }
}
.module-image01 img {
  flex-shrink: 1; /* 子要素の縮小を許可 */
  min-width: 0; /* はみ出ないように最低幅を制限 */
  background: #74bfe4;
}

.module-image02 {
  display: flex;
  max-width: 100%;
  gap: 30px 50px;
  margin: 30px auto 0;
  width: 70%;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .module-image02 {
    width: 90%;
    flex-wrap: nowrap;
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 1000px) {
  .module-image02 {
    width: 80%;
    flex-wrap: nowrap;
    margin: 40px auto 0;
  }
}
.module-image02 img {
  flex-shrink: 1; /* 子要素の縮小を許可 */
  min-width: 0; /* はみ出ないように最低幅を制限 */
}

.module-notice01 {
  background-color: #ecf7fd;
  padding: 40px 30px;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .module-notice01 {
    padding: 40px 20px;
    text-align: center;
  }
}
@media screen and (min-width: 1100px) {
  .module-notice01 {
    padding: 40px 80px 40px;
  }
}
.module-notice01::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 20px;
  background-image: url("../images/line01.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .module-notice01::before {
    background-image: url("../images/pc/line01.png");
  }
}
.module-notice01::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 17px;
  background-image: url("../images/line02.png");
  background-size: contain;
  background-repeat: no-repeat;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .module-notice01::after {
    background-image: url("../images/pc/line02.png");
    height: 12px;
  }
}
.module-notice01 .notice-title01 {
  font-family: "beloved-script", sans-serif;
  font-size: 40px;
  color: #74bfe4;
  text-align: center;
}
.module-notice01 ul {
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .module-notice01 ul {
    text-align: center;
  }
}
.module-notice01 ul li {
  font-size: 14px;
  background-image: linear-gradient(to right, #74bfe4 0px, #74bfe4 3px, transparent 3px, transparent 6px);
  background-size: 6px 1px;
  background-position: 0 100%;
  background-repeat: repeat-x;
  padding: 7px;
}
.module-notice01 ul li:first-child {
  padding-top: 0;
}

.module-price01 {
  background-image: url("../images/contact-bg01.png");
  background-repeat: repeat;
  background-size: 60px;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 30px;
}
.module-price01 .title {
  height: 35px;
}
.module-price01 .price-yen {
  font-size: 30px;
  font-family: "mrs-eaves-xl-serif", serif;
  margin-top: 0;
}
.module-price01 .price-yen span {
  font-size: 20px;
}
.module-price01 .annotation {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .module-price01 .annotation {
    line-height: 1;
  }
}

.module-option01 {
  background-image: url("../images/contact-bg01.png");
  background-repeat: repeat;
  background-size: 60px;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 30px 20px 20px;
}
@media screen and (min-width: 768px) {
  .module-option01 {
    padding: 30px;
  }
}
.module-option01 .gloval-inner {
  padding: 25px 20px 20px;
  background-color: #fff;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .module-option01 .gloval-inner {
    padding: 30px 100px;
  }
}
@media screen and (min-width: 1100px) {
  .module-option01 .gloval-inner {
    padding: 30px 180px;
  }
}
.module-option01 .gloval-inner .title {
  height: 35px;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}

.module-newsList01 article {
  border-bottom: 1px solid #e8e5d3;
  padding: 10px 5px 8px;
}
.module-newsList01 article a {
  display: flex;
  align-items: baseline;
  color: #9d803c;
  padding: 0 10px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .module-newsList01 article a {
    flex-direction: row;
    align-items: center;
  }
}
.module-newsList01 article a .head .date {
  font-size: 15px;
  font-family: "beloved-script", sans-serif;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .module-newsList01 article a .head .date {
    font-size: 19px;
  }
}
.module-newsList01 article a .body {
  display: flex;
  align-items: center;
}
.module-newsList01 article a .body .category {
  padding: 5px 10px;
  background-color: #f3efe7;
  font-size: 13px;
  border-radius: 5px;
  margin-right: 12px;
}
.module-newsList01 article a:hover {
  background-color: #f3efe7;
  transition: 0.3s;
}

.module-popup01 .popup-image01 {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  justify-content: center;
  gap: 30px;
  margin: 30px auto 0;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .module-popup01 .popup-image01 {
    width: 100%;
    margin: 40px auto 0;
    justify-content: space-between;
    padding: 0;
  }
}
.module-popup01 .popup-image01 div {
  background: #74bfe4;
  flex-basis: calc(33.3333333333% - 20px);
  flex-shrink: 1; /* 子要素の縮小を許可 */
  min-width: 0; /* はみ出ないように最低幅を制限 */
}
.module-popup01 .popup-image01 div img {
  width: 100%;
  height: 100%;
}
.module-popup01 .popup-image02 {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  justify-content: center;
  gap: 30px;
  margin: 30px auto 0;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .module-popup01 .popup-image02 {
    width: 100%;
    justify-content: space-between;
    padding: 0;
  }
}
.module-popup01 .popup-image02 div {
  background: #74bfe4;
  flex-basis: calc(25% - 25px);
  flex-shrink: 1;
  min-width: 0;
  display: flex;
  align-items: center; /* 子要素の高さを揃える */
  justify-content: center;
  height: auto;
}
.module-popup01 .popup-image02 div img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.module-popup01 .popup-image03 {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  justify-content: center;
  gap: 30px;
  margin: 30px auto 0;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .module-popup01 .popup-image03 {
    width: 100%;
    padding: 0;
  }
}
.module-popup01 .popup-image03 div {
  background: #74bfe4;
  flex-basis: calc(25% - 25px);
  flex-shrink: 0; /* 子要素の縮小を許可 */
  min-width: 0; /* はみ出ないように最低幅を制限 */
}
.module-popup01 .popup-image03 div img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ポップアップの基本スタイル */
.popup {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 背景を暗く */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: visibility 0s, opacity 0.5s ease; /* 表示/非表示のアニメーション */
}
.popup .popup-content {
  max-width: 80%;
  max-height: 80%;
  transform: scale(0.8); /* 初期状態は縮小 */
  transition: transform 0.5s ease; /* 拡大アニメーション */
}

/* ポップアップがアクティブな時のスタイル */
.popup.active {
  visibility: visible;
  opacity: 1;
  z-index: 10000000;
}
.popup.active .popup-content {
  transform: scale(1); /* ふわっと拡大 */
}

/* 閉じるボタンのスタイル */
.popup-content-container {
  position: relative;
  text-align: center;
}
.popup-content-container .close {
  position: absolute; /* 画像の右上に固定するため */
  top: -70px;
  right: 15px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  z-index: 2; /* 閉じるボタンが画像の上に表示されるように */
}
.popup-content-container .close:hover {
  color: #74bfe4;
}

.thumbnail {
  cursor: pointer;
  transition: transform 0.3s;
  background: #74bfe4;
}
.thumbnail:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.service01-03 .service-list01 {
  display: flex;
  gap: 30px 30px;
  text-align: center;
  position: relative;
  flex-direction: column;
}
@media screen and (min-width: 840px) {
  .service01-03 .service-list01 {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .service01-03 .service-list01 {
    gap: 50px 50px;
  }
}
@media screen and (min-width: 768px) {
  .service01-03 .service-list01 li {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(33.3333333333% - 20px);
  }
}
@media screen and (min-width: 1200px) {
  .service01-03 .service-list01 li {
    flex-basis: calc(33.3333333333% - 33px);
  }
}
.service01-03 .service-list01 li a {
  z-index: 0;
  padding: 7px;
  position: relative;
  background-color: #fff;
  display: block;
}
.service01-03 .service-list01 li a:hover {
  background-color: #f4f1f0;
  transition: 0.3s;
}
.service01-03 .service-list01 li a:hover .title-sub {
  color: #9d803c;
}
.service01-03 .service-list01 li a:hover::before {
  border: 1px solid #cec6c3;
}
.service01-03 .service-list01 li a::before {
  position: absolute;
  border: 1px solid #e8e5d3;
  content: "";
  display: block;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 7px;
  z-index: -1;
}
.service01-03 .service-list01 li a .title-sub {
  font-family: "beloved-script", sans-serif;
  font-size: 34px;
  color: #e2dac2;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
.service01-03 .service-list01 li a img {
  padding: 0 20px;
  width: 90%;
  max-width: 290px;
  min-width: 260px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .service01-03 .service-list01 li a img {
    min-width: 200px;
  }
}
@media screen and (min-width: 1020px) {
  .service01-03 .service-list01 li a img {
    gap: 50px 50px;
    max-width: 280px;
  }
}
.service01-03 .service-list01 li a .title-main {
  color: #9d803c;
  background-color: #f4f1f0;
  margin: -7px;
  mix-blend-mode: multiply;
  font-size: 20px;
  padding: 10px 30px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .service01-03 .service-list01 li a .title-main {
    font-size: 20px;
    padding: 10px 15px;
  }
}
@media screen and (min-width: 1020px) {
  .service01-03 .service-list01 li a .title-main {
    font-size: 22px;
    padding: 10px 30px;
  }
}
.service01-03 .service-list01 li a .text {
  font-size: 14px;
  margin: 30px 20px 20px;
  color: #9d803c;
}
@media screen and (min-width: 786px) {
  .service01-03 .service-list01 li a .text {
    font-size: 15px;
  }
}
.service01-03 .service-list01 li a .module-botton02 {
  margin-bottom: 20px;
}

.service04-05 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .service04-05 {
    margin-top: 50px;
  }
}
.service04-05 .service-list02 {
  display: flex;
  gap: 30px 30px;
  text-align: center;
  position: relative;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .service04-05 .service-list02 {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .service04-05 .service-list02 {
    gap: 50px 50px;
  }
}
.service04-05 .service-list02 li a {
  display: block;
  z-index: 0;
  padding: 7px;
  position: relative;
  background-color: #fff;
  width: 100%;
}
.service04-05 .service-list02 li a:hover {
  background-color: #f4f1f0;
  transition: 0.3s;
}
.service04-05 .service-list02 li a:hover .title-sub {
  color: #9d803c;
}
.service04-05 .service-list02 li a:hover::before {
  border: 1px solid #cec6c3;
}
.service04-05 .service-list02 li a::before {
  position: absolute;
  border: 1px solid #e8e5d3;
  content: "";
  display: block;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 7px;
  z-index: -1;
}
.service04-05 .service-list02 li a::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 13%;
  width: 80%;
  max-width: 110px;
  height: 110px;
  background-image: url("../images/service-img04.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  z-index: 10;
}
@media screen and (min-width: 1030px) {
  .service04-05 .service-list02 li a::after {
    bottom: 20%;
    max-width: 150px;
    height: 150px;
  }
}
.service04-05 .service-list02 li a .title-sub {
  font-family: "beloved-script", sans-serif;
  font-size: 20px;
  color: #e2dac2;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
.service04-05 .service-list02 li a .title-sub:hover {
  color: #9d803c;
}
.service04-05 .service-list02 li a .title-main {
  font-size: 20px;
  padding: 13px 15px;
  color: #9d803c;
}
@media screen and (min-width: 1030px) {
  .service04-05 .service-list02 li a .title-main {
    padding: 13px 15px 0 180px;
  }
}
.service04-05 .service-list02 li a .title-main::before {
  position: absolute;
  content: "";
  display: block;
  height: 50px;
  top: 61px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0;
  z-index: 1;
  background-color: #f4f1f0;
  mix-blend-mode: multiply;
}
.service04-05 .service-list02 li a .text {
  font-size: 14px;
  margin: 30px 20px 15px 140px;
  color: #9d803c;
}
@media screen and (min-width: 786px) {
  .service04-05 .service-list02 li a .text {
    font-size: 15px;
  }
}
@media screen and (min-width: 1030px) {
  .service04-05 .service-list02 li a .text {
    margin: 30px 20px 15px 180px;
  }
}
.service04-05 .service-list02 li a .module-botton02 {
  margin: 0 0 20px 140px;
}
@media screen and (min-width: 1030px) {
  .service04-05 .service-list02 li a .module-botton02 {
    margin: 0 0 20px 180px;
  }
}
.service04-05 .service-list02 li .service05::after {
  background-image: url("../images/service-img05.png");
}

.service-taste {
  position: relative;
  max-width: 1100px;
  margin: 100px auto 0;
}
.service-taste .st-gloval-inner {
  background-image: url("../images/service-taste-bg02.png");
  background-repeat: repeat-y;
  background-size: contain;
  padding: 10px 20px 10px;
}
@media screen and (min-width: 440px) {
  .service-taste .st-gloval-inner {
    padding: 30px 20px 20px;
    background-image: url("../images/pc/service-taste-bg05.png");
  }
}
@media screen and (min-width: 840px) {
  .service-taste .st-gloval-inner {
    padding: 30px 70px 20px;
    background-image: url("../images/pc/service-taste-bg02.png");
  }
}
.service-taste .st-gloval-inner::before {
  content: "";
  position: absolute;
  right: 0;
  top: -4%;
  width: 100%;
  height: 110px;
  background-image: url("../images/service-taste-bg01.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  z-index: 1;
}
@media screen and (min-width: 440px) {
  .service-taste .st-gloval-inner::before {
    height: 60px;
    top: -5%;
    max-width: 1100px;
    background-image: url("../images/pc/service-taste-bg04.png");
  }
}
@media screen and (min-width: 840px) {
  .service-taste .st-gloval-inner::before {
    height: 65px;
    top: -7%;
    max-width: 1100px;
    background-image: url("../images/pc/service-taste-bg01.png");
  }
}
.service-taste .st-gloval-inner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9%;
  width: 100%;
  height: 110px;
  background-image: url("../images/service-taste-bg03.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  z-index: 0;
}
@media screen and (min-width: 440px) {
  .service-taste .st-gloval-inner::after {
    height: 60px;
    max-width: 1100px;
    bottom: -6%;
    background-image: url("../images/pc/service-taste-bg06.png");
  }
}
@media screen and (min-width: 840px) {
  .service-taste .st-gloval-inner::after {
    height: 65px;
    max-width: 1100px;
    bottom: -7%;
    background-image: url("../images/pc/service-taste-bg03.png");
  }
}
.service-taste .st-gloval-inner h3 {
  font-size: 18px;
  text-align: center;
  z-index: 2;
  position: relative;
  display: block;
  width: 310px;
  margin: 0 auto;
  letter-spacing: 0.07em;
  color: #9d803c;
}
@media screen and (min-width: 550px) {
  .service-taste .st-gloval-inner h3 {
    font-size: 24px;
    width: 445px;
    letter-spacing: 0.15em;
  }
}
.service-taste .st-gloval-inner h3::after {
  content: "";
  position: absolute;
  right: 40%;
  top: 103%;
  width: 100%;
  max-width: 126px;
  height: 17px;
  background-image: url("../images/service-taste-title01.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .service-taste .st-gloval-inner h3::after {
    max-width: 180px;
  }
}
.service-taste .st-gloval-inner h3::before {
  content: "";
  position: absolute;
  right: 37%;
  top: -50%;
  width: 100%;
  max-width: 17px;
  height: 22px;
  background-image: url("../images/service-taste-title02.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  z-index: 0;
}
@media screen and (min-width: 550px) {
  .service-taste .st-gloval-inner h3::before {
    max-width: 180px;
    right: 3%;
  }
}
.service-taste .st-gloval-inner .service-taste-list01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; /* はみ出たら次の行に折り返す */
  gap: 40px 45px;
  padding: 50px 0 0;
}
.service-taste .st-gloval-inner .service-taste-list01 li img {
  max-width: 95px;
}
@media screen and (min-width: 1110px) {
  .service-taste .st-gloval-inner .service-taste-list01 li img {
    max-width: 100px;
  }
}
@media screen and (min-width: 1225px) {
  .service-taste .st-gloval-inner .service-taste-list01 li img {
    max-width: 120px;
  }
}
.service-taste .st-gloval-inner .service-taste-list01 li p {
  position: relative;
  text-align: center;
  z-index: 1;
}

.preparation {
  color: #9d803c;
  background-color: #f4f1f0;
  padding: 30px;
  margin: 70px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .preparation {
    padding: 50px;
    text-align: center;
    margin: 140px;
  }
}
.preparation::before {
  position: absolute;
  border: 1px solid #ded8c7;
  content: "";
  display: block;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 7px;
}
.preparation .title {
  font-family: "beloved-script", sans-serif;
  font-size: 30px;
  letter-spacing: 0.08;
  color: #c9b492;
  margin-bottom: 15px;
}
.preparation p {
  font-size: 14px;
}

.module-sample-list01 {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 40px;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .module-sample-list01 {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .module-sample-list01 .box02 {
    flex-basis: calc(50% - 60px);
    flex-shrink: 1;
    min-width: 0;
  }
}
.module-sample-list01 .box02 img {
  width: 100%;
}
.module-sample-list01 .box02 img:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.module-text-center01 {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */