@charset "utf-8";
:root {
  --wh: #fff;
  --bl: #2e5aa9;
  --rd: #cf463c;
  --gold: #bdaa71;
  --tx: #070f6a;
  --font1: "Shippori Mincho";
  --font2: "Hina Mincho";
}
html,
body {
  font-family:
    "Shippori Mincho", "Hina Mincho", "hiragino-mincho-pron", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 40px;
  font-style: normal;
  letter-spacing: 0.1em;
  overflow-x: clip;
  background-color: #fff;
  padding-top: 35px;
}

@media (min-width: 992px) {
  html,
  body {
    padding-top: 0px;
  }
}

.bg-fix {
  background-image: url("../images/bg-white.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-style: normal;
}

/* フォントサイズ 15~18pt */
.p-text {
  font-size: clamp(0.938rem, 0.877rem + 0.26vw, 1.125rem);
  line-height: clamp(1.875rem, 1.474rem + 2.14vw, 2.5rem);
}

/* フォントサイズ 11~15pt */
.f-15 {
  font-size: clamp(0.813rem, 0.782rem + 0.17vw, 0.938rem);
}

.f-15-2 {
  font-size: clamp(0.688rem, 0.534rem + 0.43vw, 0.938rem);
}

/* フォントサイズ 17~20pt */
.f-20 {
  font-size: clamp(1.063rem, 1.016rem + 0.25vw, 1.25rem);
}

/* フォントサイズ 18~25pt */
.f-25 {
  font-size: clamp(1.125rem, 0.983rem + 0.61vw, 1.563rem);
}

/* フォントサイズ 20~30pt */
.f-30 {
  font-size: clamp(1.25rem, 1.048rem + 0.88vw, 1.875rem);
}

/* フォントサイズ 20~35pt */
.f-35 {
  font-size: clamp(1.25rem, 0.946rem + 1.31vw, 2.188rem);
}

/* フォントサイズ 21~40pt */
.f-40 {
  font-size: clamp(1.313rem, 1.019rem + 1.57vw, 2.5rem);
}

/* フォントサイズ 21~45pt */
.f-45 {
  font-size: clamp(1.313rem, 0.941rem + 1.98vw, 2.813rem);
}

/* フォントサイズ 40~50pt */
.f-50 {
  font-size: clamp(2.5rem, 2.345rem + 0.83vw, 3.125rem);
}

/* フォントサイズ 21~55pt */
.f-55 {
  font-size: clamp(1.313rem, 0.787rem + 2.81vw, 3.438rem);
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

.v-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  line-height: 1.5;
  margin: 0;
}
.v-text2 {
  writing-mode: sideways-rl;
  text-orientation: upright;
  white-space: nowrap;
}

.v-text-p {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  line-height: 2.2;
  margin: 0;
}

.font1 {
  font-family: var(--font1);
}

.text-shadow {
  text-shadow: 2px 2px 5px black;
}

.text-shadow-white {
  text-shadow: 2px 2px 5px white;
}

.text-shadow-fv {
  text-shadow: 0 0 5px rgba(63, 78, 139, 0.5);
}

.has-shadow {
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
}

.has-shadow2 {
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.5);
}

/* テキストカラー*/
.fc-bl {
  color: var(--bl);
}
.fc-gold {
  color: var(--gold);
}

.fc-yel {
  color: #e3c773;
}

.fc-wh {
  color: var(--wh);
}

.fc-tx {
  color: #070f6a;
}

.fc-gr {
  color: #6c6c6c;
  line-height: 15px;
}

.fc-ot {
  color: #8d711c;
}

/* 背景 */
.bg-white {
  background-color: #fff;
}
.bg-bl {
  background-color: var(--bl);
}

.bg-wh {
  background-color: #fff;
}

.bg-1 {
  background-image: url("../images/bg-1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 576px) {
  .bg-1 {
    background-attachment: fixed;
  }
}

.bg-2 {
  background-image: url("../images/bg-2.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 992px) {
  .bg-2 {
    background-attachment: fixed;
  }
}

.bg-3 {
  background-image: url("../images/bg-8.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 992px) {
  .bg-3 {
    background-attachment: fixed;
  }
}
.bg-4 {
  background-image: url("../images/bg-4.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 992px) {
  .bg-4 {
    background-attachment: fixed;
  }
}

.bg-5 {
  background-image: url("../images/bg-5.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 992px) {
  .bg-5 {
    background-attachment: fixed;
  }
}

.bg-6 {
  background-image: url("../images/bg-6.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 992px) {
  .bg-6 {
    background-attachment: fixed;
  }
}

.bg-wave {
  background-image: url("../images/wave.svg");
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% auto;
}

.bg-7 {
  background-image: url("../images/bg-8.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.85;
}

@media (min-width: 992px) {
  .bg-1 {
    background-attachment: fixed;
  }
}
/* News表示 画像あり版 */
.news-list .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-list .webgene-item {
  width: 100%;
}

@media (min-width: 768px) {
  .news-list .webgene-item {
    width: 48%;
  }
}

/* ページ共通設定 */

.link-text {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  line-height: 20px;
}

.link-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px; /* 文字との距離 */
  width: 0;
  height: 1px;
  background-color: var(--gold);
  transition: 0.3s;
}

.link-text:hover::after {
  width: 100%;
}

.link-btn {
  width: clamp(15rem, 12.525rem + 13.2vw, 25rem);
  background-color: #fff;
  color: var(--tx) !important;
  border: var(--tx) 1px solid;
  padding: 10px 20px;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  z-index: 5;
}

@media (min-width: 576px) {
  .link-btn {
    padding: 15px 20px;
  }
}

.link-btn:hover {
  color: #fff !important;
  background-color: var(--tx);
}

.link-btn:hover .link-btn-arrow {
  content: url("../images/Arrow1-hover.png");
}

.link-btn-text {
  margin: 0 auto;
}

.link-btn-arrow {
  width: 25px;
  transition: 0.3s;
}

.link-btn2 {
  width: clamp(15rem, 12.525rem + 13.2vw, 25rem);
  background-color: var(--tx);
  color: var(--wh) !important;
  padding: 10px 20px;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
  z-index: 5;
}

@media (min-width: 576px) {
  .link-btn2 {
    padding: 15px 20px;
  }
}

.link-btn2:hover {
  color: var(--tx) !important;
  background-color: var(--wh);
  border: var(--tx) 1px solid;
}

.link-btn2:hover .link-btn2-arrow {
  content: url("../images/Arrow1.svg");
}

.link-btn2-text {
  margin: 0 auto;
}

.link-btn2-arrow {
  width: 25px;
  transition: 0.3s;
}

/*ヘッダー*/
.l-header {
  color: #fff;
  font-family: var(--font1);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  transform: translateY(-100%);
  transition: transform 0.5s ease;
}

.l-header.is-visible {
  transform: translateY(0);
}

.header__nav {
  gap: 10px;
}

@media (min-width: 992px) {
  .header__nav {
    gap: 13px;
  }
}

@media (min-width: 1350px) {
  .header__nav {
    gap: 20px;
  }
}

.l-header__inner {
  width: 100%;
}

.l-header__logo-img {
  width: 60px;
}

.l-header__logo-2 {
  width: 45%;
}

@media (min-width: 768px) {
  .l-header__logo-2 {
    width: 80%;
  }
}

.l-header__ig {
  transition: 0.3s;
  width: 90%;
}

@media (min-width: 1300px) {
  .l-header__ig {
    width: 100%;
  }
}

.l-header__ig:hover .l-header__ig-img {
  content: url("../images/Instagram_gold.svg");
}

.l-header__btn {
  padding: 10px 15px;
  border: #fff 1px solid;
  gap: 20px;
  transition: 0.3s;
}

@media (min-width: 992px) {
  .l-header__btn {
    padding: 10px 20px;
  }
}

.l-header__btn:hover {
  border: var(--gold) 1px solid;
  background-color: var(--gold);
}

@media (min-width: 992px) {
  .l-header__btn {
    padding: 10px 15px;
    gap: 12px;
  }
}

@media (min-width: 1300px) {
  .l-header__btn {
    padding: 15px 20px;
    gap: 20px;
  }
}

.l-header__btn-img {
  width: 25px;
}

@media (min-width: 992px) {
  .l-header__btn-img {
    width: 20px;
  }
}

@media (min-width: 1200px) {
  .l-header__btn-img {
    width: 25px;
  }
}

.l-header__tel-box {
  gap: 0px;
}

@media (min-width: 992px) {
  .l-header__tel-box {
    gap: 15px;
  }
}

@media (min-width: 1200px) {
  .l-header__tel-box {
    gap: 30px;
  }
}

.l-header__tel-box2 {
  gap: 0px;
  padding: 10px;
  border: 2px solid var(--gold);
}

.l-header__tel-box > p {
  font-size: 16px;
}

@media (min-width: 992px) {
  .l-header__tel-box > p {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .l-header__tel-box > p {
    font-size: clamp(0.875rem, -0.087rem + 1.28vw, 1.125rem);
  }
}

.l-header__nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  height: 100dvh;
  width: 100%;
  padding: 80px 0;
  overflow-y: auto;
  transform: translateX(100%);
  transition: all 0.5s ease;
}

.l-header__nav.open {
  transform: translateX(0);
  background-image: url(../images/bg-1.jpg);
}

.l-header__nav::-webkit-scrollbar {
  width: 10px;
}

.l-header__nav::-webkit-scrollbar-track {
  background-color: transparent;
}

.l-header__nav::-webkit-scrollbar-thumb {
  border-radius: 100px;
}

@media (min-width: 576px) {
  .l-header__nav {
    width: 500px;
  }
}
@media (min-width: 992px) {
  .l-header__nav {
    position: static;
    flex-direction: row;
    justify-content: flex-end;
    margin-left: auto;
    background-color: transparent;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: visible;
    transform: none;
    flex: 1;
  }
}
.l-header__nav--item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 27px;
}
.l-header__nav--item__link {
  display: inline-block;
}

.l-header__nav--item__link > p {
  display: block;
  margin-inline: auto;
  text-align: center;
  font-size: 16px;
}

@media (min-width: 992px) {
  .l-header__nav--item__link > p {
    font-size: clamp(0.813rem, 0.514rem + 0.48vw, 0.875rem);
  }
}

@media (min-width: 1200px) {
  .l-header__nav--item__link > p {
    font-size: clamp(0.875rem, -0.087rem + 1.28vw, 1.125rem);
  }
}

.img-hover {
  position: relative;
  width: 25px;
  height: 25px;
}

.img-hover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-hover .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s;
}

.img-hover:hover .hover {
  opacity: 1;
}

.l-header__nav-top {
}

/*ハンバーガーメニュー*/
.l-header .hamburger-menu {
  position: fixed;
  z-index: 9999;
  display: block;
}

@media (min-width: 992px) {
  .l-header .hamburger-menu {
    display: none;
  }
}
.l-header .back-shadow {
  position: fixed;
  inset: 0;
  z-index: 997;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-out;
}

.js_action_nav .back-shadow {
  visibility: visible;
  opacity: 1;
}

.hamburger-menu {
  display: flex;
  right: 20px;
  top: 20px;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 40px;
  height: 30px;
}

@media (min-width: 576px) {
  .hamburger-menu {
    width: 50px;
    height: 34px;
  }
}
@media (min-width: 768px) {
  .hamburger-menu {
    right: 20px;
    top: 21px;
  }
}
@media (min-width: 992px) {
  .hamburger-menu {
    display: none;
  }
}
.btn-trigger {
  position: relative;
  z-index: 9999;
  cursor: pointer;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
  width: 30px;
  height: 15px;
  margin-top: 10%;
}

.btn-trigger p {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--gold);
  border-radius: 4px;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn-trigger p:nth-of-type(1) {
  top: 0;
}

.btn-trigger p:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

.btn-trigger p:nth-of-type(3) {
  bottom: 0;
}

.btn-trigger.is-show p:nth-of-type(1) {
  transform: translateY(7.5px) rotate(-45deg);
}

.btn-trigger.is-show p:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-btn05-bar02 0.8s forwards;
  animation: active-btn05-bar02 0.8s forwards;
}

.btn-trigger.is-show p:nth-of-type(3) {
  transform: translateY(-13.5px) rotate(45deg);
}

@-webkit-keyframes active-btn05-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-btn05-bar02 {
  100% {
    height: 0;
  }
}

.gjs-dashed .l-header {
  transform: translateY(-0);
}

/* フッター */
.footer {
  font-family: var(--font1);
  color: var(--wh);
}

.footer__btn {
  width: clamp(15.625rem, 0.438rem + 65.67vw, 62.5rem);
  background-image: url(../images/bg-1.jpg);
  padding: 25px 25px;
  justify-content: space-between;
  align-items: center;
  transition: transform 0.3s ease;
}

.footer__btn:hover {
  transform: scale(1.03);
}

.footer__btn:hover .footer-btn-text {
  transform: translateX(-10px);
}

.footer__btn:hover .footer-btn-arrow {
  transform: translateX(10px);
}

@media (min-width: 576px) {
  .footer__btn {
    padding: 40px 25px;
  }
}

@media (min-width: 768px) {
  .footer__btn {
    padding: 50px 35px;
  }
}

@media (min-width: 992px) {
  .footer__btn {
    padding: 60px 50px;
  }
}

.footer-btn-text {
  font-size: 17px;
  line-height: 30px;
  transition: transform 0.3s ease;
}

@media (min-width: 400px) {
  .footer-btn-text {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .footer-btn-text {
    font-size: 25px;
  }
}

@media (min-width: 992px) {
  .footer-btn-text {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  .footer-btn-text {
    font-size: 35px;
  }
}

.footer-btn-arrow {
  width: 30px;
  transition: transform 0.3s ease;
}

@media (min-width: 576px) {
  .footer-btn-arrow {
    width: 30px;
  }
}

@media (min-width: 768px) {
  .footer-btn-arrow {
    width: 40px;
  }
}

@media (min-width: 992px) {
  .footer-btn-arrow {
    width: 80px;
  }
}

.footer__logo {
  width: 130px;
}

.footer__navi {
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__navi a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -15px; /* gapの半分 */
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: #fff; /* 線の色 */
}
.footer__shop {
  position: relative;
}

@media (max-width: 576px) {
  .footer__sm-lg {
    display: none;
  }
}

@media (min-width: 577px) {
  .footer__sm {
    display: none;
  }
}

.footer__shop::after {
  content: "";
  position: absolute;
  right: 0%;
  top: 50%;
  width: 70%;
  height: 1px;
  background-color: #fff;
}

@media (min-width: 375px) {
  .footer__shop::after {
    width: 75%;
  }
}

@media (min-width: 470px) {
  .footer__shop::after {
    width: 80%;
  }
}

@media (min-width: 768px) {
  .footer__shop::after {
    width: 75%;
  }
}

@media (min-width: 992px) {
  .footer__shop::after {
    width: 80%;
  }
}

.footer__shop-p {
  font-size: 13px;
  line-height: 30px;
}

@media (min-width: 768px) {
  .footer__shop-p {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .footer__shop-p {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .footer__shop-p {
    font-size: 18px;
  }
}

.footer__copy {
  font-size: clamp(0.688rem, 0.627rem + 0.26vw, 0.875rem);
}
/* メインコンテナ */
.main {
  position: relative;
  margin-top: 76px;
  z-index: 100;
}

/* トップ */

.firstview {
  min-height: 100vh;
  min-height: 100dvh;
}

.top-fv {
  color: var(--wh);
  font-family: var(--font1);
  height: 100dvh;
}

.top-fv__left {
  width: 33%;
}

@media (max-width: 991px) {
  .top-fv__left {
    display: none;
  }
}

@media (min-width: 1250px) {
  .top-fv__left {
    width: 25%;
  }
}

.fv__right {
  width: 100%;
}

@media (min-width: 992px) {
  .fv__right {
    width: 67%;
  }
}

@media (min-width: 1250px) {
  .fv__right {
    width: 75%;
  }
}

.top-fv__text {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
}

.top-fv__text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px; /* 文字との距離 */
  width: 0;
  height: 1px;
  background-color: var(--gold);
  transition: 0.3s;
}

.top-fv__text:hover::after {
  width: 100%;
}

.top-fv__h1 {
  font-family: var(--font2);
}

.top-fv__logo {
  width: 200px;
}

.top-fv__ig {
  transition: 0.3s;
  width: 50px;
}

.top-fv__ig:hover .top-fv__ig-img {
  content: url("../images/Instagram_gold.svg");
}

.top-sec1 {
  font-family: var(--font1);
  color: var(--tx);
}

.top-sec1__h2 {
  position: relative;
  padding-top: 18%;
}

@media (min-width: 768px) {
  .top-sec1__h2 {
    padding-top: 85%;
  }
}

@media (min-width: 992px) {
  .top-sec1__h2 {
    padding-top: 70%;
  }
}

.top-sec1__h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 20%;
  background-color: var(--tx);
}

.photo-box {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-top: 10%;
}

@media (min-width: 768px) {
  .photo-box {
    margin-top: none;
  }
}

.photo-box img {
  display: block;
  width: 100%;
}

.photo-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--rd);
  top: -20px;
  left: -20px;
  z-index: -1; /* 画像の後ろに回す */
}

.top-sec1__box {
  position: absolute;
  margin-top: -5%;
  z-index: 5;
}

.top-sec1__text {
  z-index: 10;
  flex-direction: column;
}

@media (min-width: 768px) {
  .top-sec1__text {
    flex-direction: row;
  }
}

.top-sec1__text-left-p {
  z-index: 10;
  margin-top: -10%;
  left: 0;
  z-index: 10;
}

@media (min-width: 576px) {
  .top-sec1__text-left-p {
    z-index: 10;
    margin-top: -10%;
    left: 35%;
  }
}

@media (min-width: 768px) {
  .top-sec1__text-left-p {
    z-index: 10;
    margin-top: -10%;
    left: 0%;
  }
}

.top-sec1__text-left {
  width: 100%;
}

@media (min-width: 576px) {
  .top-sec1__text-left {
    width: 50%;
  }
}

.top-sec1__text-left-p::before {
  content: "";
  position: absolute;
  top: -15%;
  left: -10%;
  width: 125%;
  height: 120%;
  background: white;
  z-index: -1;
}

@media (min-width: 576px) {
  .top-sec1__text-left-p::before {
    top: -10%;
    left: -15%;
    width: 130%;
    height: 120%;
  }
}

@media (min-width: 768px) {
  .top-sec1__text-left-p::before {
    top: -15%;
    left: -40%;
    width: 150%;
    height: 115%;
  }
}

@media (min-width: 992px) {
  .top-sec1__text-left-p::before {
    top: -25%;
    left: -20%;
    width: 150%;
    height: 120%;
  }
}

.top-sec1__right-img {
  width: 80%;
}

@media (max-width: 411px) {
  .top-sec1__text-left-sp1 {
    display: none;
  }
}

@media (min-width: 412px) {
  .top-sec1__text-left-sp2 {
    display: none;
  }
}

.top-sec1__fish2 {
  width: 80%;
}

.top-sec1__img3 {
  width: 100%;
}

@media (min-width: 400px) {
  .top-sec1__img3 {
    width: 70%;
  }
}

.top-sec1__img3 img {
  border-radius: 20px;
}

.top-sec1__right-box {
  gap: 20px;
}

@media (min-width: 400px) {
  .top-sec1__right-box {
    gap: 10px;
  }
}

.top-sec2 {
  font-family: var(--font1);
  color: var(--tx);
}

.top-sec2__h2::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -40%;
  width: 100%;
  height: 1px;
  background-color: var(--tx);
}

.photo-box2 {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-top: 10%;
}

@media (min-width: 768px) {
  .photo-box2 {
    margin-top: 0;
  }
}

.photo-box2 img {
  display: block;
  width: 100%;
}

.photo-box2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--rd);
  top: 20px;
  left: 20px;
  z-index: -1; /* 画像の後ろに回す */
}

.top-sec2-imgs img {
  border-radius: 20px;
  margin-top: 25px;
  width: 70%;
  margin-left: 16%;
}

@media (min-width: 768px) {
  .top-sec2-imgs img {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}

.top-sec3 {
  font-family: var(--font1);
  color: var(--tx);
}

.top-sec3__img1 {
  width: 100%;
}
.top-sec3__img2 img {
  border-radius: 20px;
  width: 70%;
}

@media (min-width: 768px) {
  .top-sec3__img2 img {
    width: 100%;
  }
}

.top-sec4 {
  position: relative;
  background-color: #fff;
  font-family: var(--font1);
  color: var(--tx);
}

.top-sec4__p {
  z-index: 5;
}

.top-sec4__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
}

.food-slider {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: auto;
}

@media (min-width: 768px) {
  .food-slider {
    width: 70%;
  }
}

.slide-inner {
  position: relative;
}

.slide-inner img {
  width: 100%;
  display: block;
}

.caption {
  position: absolute;
  bottom: -55px;
  width: 100%;
  height: 65px;
  background: var(--rd);
  color: white;
  padding: 15px;
  text-align: center;
}

.caption > p {
  font-size: clamp(0.875rem, 0.813rem + 0.33vw, 1.125rem);
}

.swiper-pagination {
  position: relative;
  margin-top: 20%;
}

@media (min-width: 500px) {
  .swiper-pagination {
    margin-top: 15%;
  }
}

@media (min-width: 992px) {
  .swiper-pagination {
    margin-top: 10%;
  }
}

.swiper-pagination-bullet {
  background: var(--tx);
  opacity: 0.5;
}

.swiper-pagination-active-bullet {
  opacity: 1;
}

.top-sec5 {
  font-family: var(--font1);
  color: var(--tx);
}

.top-sec5__box {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 20px;
  align-items: stretch;
}

@media (mi-width: 768px) {
  .top-sec5__box {
    flex-direction: row;
  }
}

.top-sec5__box-img {
  display: flex;
  flex: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.top-sec5__box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

.top-sec5__box-p {
  flex: 1;
}

.gallery-slider {
  overflow: hidden;
}

.gallery-slider .swiper-slide {
  width: clamp(12.5rem, 9.406rem + 16.5vw, 25rem);
}

.gallery-slider img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.top-sec6 {
  font-family: var(--font1);
  color: var(--tx);
  background-image: url(../images/top-sec6-1-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 992px) {
  .top-sec6 {
    background-image: url(../images/top-sec6-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.top-sec6__box {
  width: 100%;
  border-radius: 20px;
}

@media (min-width: 768px) {
  .top-sec6__box {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .top-sec6__box {
    width: 60%;
  }
}

.top-sec7 {
  font-family: var(--font1);
  color: var(--tx);
}

.top-sec7__arrow {
  width: 60px;
}

.top-sec7__left::after {
  content: "";
  position: absolute;
  top: 113%;
  right: -50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background: var(--tx);
}

@media (min-width: 768px) {
  .top-sec7__left::after {
    top: 50%;
    right: 0%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 100%;
  }
}

.top-sec7__text {
  width: 230px;
}

@media (min-width: 400px) {
  .top-sec7__text {
    width: 280px;
  }
}

@media (min-width: 992px) {
  .top-sec7__text {
    width: 380px;
  }
}

/*コンセプト*/
.concept-sec1 {
  font-family: var(--font1);
  color: var(--tx);
}

.concept-sec1__img2 img {
  border-radius: 20px;
}

.concept-sec1__img2 {
  position: absolute;
  top: 10%;
  right: 5%;
  width: 60%;
  z-index: 2;
}

@media (min-width: 465px) {
  .concept-sec1__img2 {
    top: -20%;
    right: 5%;
    width: 50%;
  }
}

@media (min-width: 576px) {
  .concept-sec1__img2 {
    top: -10%;
    right: 5%;
    width: 70%;
  }
}

@media (min-width: 768px) {
  .concept-sec1__img2 {
    top: -100%;
    right: 5%;
    width: 40%;
  }
}

@media (min-width: 992px) {
  .concept-sec1__img2 {
    top: -40%;
    right: 5%;
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .concept-sec1__img2 {
    top: -60%;
    left: 5%;
  }
}

.concept-sec1__img3 {
  position: absolute;
  width: 60%;
  z-index: 3;
  bottom: -10%;
  left: 15%;
}

@media (min-width: 465px) {
  .concept-sec1__img3 {
    position: absolute;
    width: 50%;
    left: 15%;
    bottom: 20%;
  }
}

@media (min-width: 576px) {
  .concept-sec1__img3 {
    position: absolute;
    width: 60%;
    right: 50%;
    bottom: -35%;
  }
}

@media (min-width: 768px) {
  .concept-sec1__img3 {
    position: absolute;
    width: 40%;
    right: 30%;
    top: -40%;
  }
}

@media (min-width: 992px) {
  .concept-sec1__img3 {
    position: absolute;
    width: 40%;
    right: 40%;
    top: 10%;
  }
}

@media (min-width: 1200px) {
  .concept-sec1__img3 {
    width: 40%;
    top: 50%;
    left: 0%;
  }
}

@media (max-width: 575px) {
  .concept-sec1__img1 {
    width: 80%;
  }
}

.concept-sec1-box {
  height: 230px;
}

@media (min-width: 768px) {
  .concept-sec1-box {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .concept-sec1-box {
    height: 230px;
  }
}

.concept-sec2 {
  font-family: var(--font1);
  color: var(--tx);
}

.concept-sec2-h2 {
  position: absolute;
  top: 20%;
  left: 10%;
}

@media (min-width: 768px) {
  .concept-sec2-h2 {
    position: absolute;
    top: 20%;
    right: 15%;
  }
}

.concept-sec2-left {
  position: absolute;
  width: 100%;
  top: 0%;
  left: 0%;
  z-index: 2;
}

@media (min-width: 576px) {
  .concept-sec2-left {
    width: 100%;
    top: -30%;
  }
}

@media (min-width: 768px) {
  .concept-sec2-left {
    width: 65%;
    top: -40%;
  }
}

@media (min-width: 992px) {
  .concept-sec2-left {
    width: 55%;
    top: -40%;
  }
}

.concept-sec2-right {
  position: absolute;
  width: 40%;
  top: 60%;
  right: 0%;
  z-index: 3;
}

@media (max-width: 767px) {
  .concept-sec2-right {
    display: none;
  }
}

@media (min-width: 992px) {
  .concept-sec2-right {
    width: 50%;
    top: 30%;
    z-index: 1;
  }
}

.concept-sec2-box {
  height: 750px;
}

@media (min-width: 350px) {
  .concept-sec2-box {
    height: 700px;
  }
}

@media (min-width: 430px) {
  .concept-sec2-box {
    height: 600px;
  }
}

@media (min-width: 530px) {
  .concept-sec2-box {
    height: 550px;
  }
}

@media (min-width: 576px) {
  .concept-sec2-box {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .concept-sec2-box {
    height: 500px;
  }
}

.concept-sec2__com {
  width: 20%;
}

@media (min-width: 768px) {
  .concept-sec2__com {
    width: 30%;
  }
}

.concept-sec3 {
  font-family: var(--font1);
  background-color: #fff;
  color: var(--tx);
}

.photo-box3 {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-top: 10%;
}

@media (min-width: 768px) {
  .photo-box3 {
    margin-top: 0;
  }
}

.photo-box3 img {
  display: block;
  width: 100%;
}

.photo-box3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-2.jpg);
  top: 20px;
  left: 20px;
  z-index: -1; /* 画像の後ろに回す */
}

.concept-sec3__box {
  position: absolute;
  width: 100%;
  bottom: -90%;
  left: 0%;
  z-index: 2;
}

@media (min-width: 395px) {
  .concept-sec3__box {
    width: 90%;
    bottom: -65%;
  }
}

@media (min-width: 450px) {
  .concept-sec3__box {
    width: 80%;
    bottom: -40%;
  }
}

@media (min-width: 768x) {
  .concept-sec3__box {
    width: 85%;
    bottom: -40%;
  }
}

@media (min-width: 992px) {
  .concept-sec3__box {
    width: 70%;
    bottom: -20%;
  }
}

@media (min-width: 1200px) {
  .concept-sec3__box {
    width: 50%;
    bottom: -20%;
  }
}

.concept-sec3__h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: var(--tx);
}

.concept-sec3__h2 {
  font-size: 25px;
}

@media (min-width: 768px) {
  .concept-sec3__h2 {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .concept-sec3__h2 {
    font-size: 35px;
  }
}

@media (min-width: 1200px) {
  .concept-sec3__h2 {
    font-size: 45px;
  }
}

.concept-sec3__blank {
  height: 400px;
}

@media (min-width: 395px) {
  .concept-sec3__blank {
    height: 300px;
  }
}

@media (min-width: 576px) {
  .concept-sec3__blank {
    height: 200px;
  }
}

@media (min-width: 768px) {
  .concept-sec3__blank {
    height: 250px;
  }
}

@media (min-width: 992px) {
  .concept-sec3__blank {
    height: 110px;
  }
}

.sake-sec1 {
  font-family: var(--font1);
  color: var(--tx);
}

.sake-sec1__box {
  width: 100%;
}

@media (min-width: 576px) {
  .sake-sec1__box {
    width: 80%;
  }
}

@media (min-width: 768px) {
  .sake-sec1__box {
    width: 60%;
  }
}

.saka-sec1__h2::after {
  content: "";
  position: absolute;
  right: 0%;
  bottom: -20px;
  width: 200%;
  height: 2px;
  background-color: var(--tx);
}

.sake-sec2 {
  position: relative;
  font-family: var(--font1);
  color: var(--tx);
  z-index: 1;
}

.sake-sec2__box1 {
  border-radius: 20px;
}

.sake-sec2__box1-img img {
  border-radius: 20px;
}

.sake-sec2__h3::after {
  content: "";
  position: absolute;
  right: 0%;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background-color: var(--gold);
}

.sake-sec2__box1-img {
  display: flex;
  flex: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sake-sec2__box1-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

.sake-sec3 {
  font-family: var(--font1);
  color: var(--tx);
}

.photo-box4 {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-top: 10%;
}

@media (min-width: 768px) {
  .photo-box4 {
    margin-top: none;
  }
}

.photo-box4 img {
  display: block;
  width: 100%;
}

.photo-box4::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--rd);
  bottom: -20px;
  left: -20px;
  z-index: -1; /* 画像の後ろに回す */
}

.sake-sec3__h2 {
  width: 8%;
}

@media (min-width: 768px) {
  .sake-sec3__h2 {
    width: 40%;
  }
}

.sake-sec3__h2::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  width: 1px;
  height: 50%;
  background-color: var(--tx);
}

.sake-sec3-com {
  width: 60%;
}

@media (min-width: 768px) {
  .sake-sec3-com {
    width: 40%;
  }
}

@media (min-width: 992px) {
  .sake-sec3-com {
    width: 60%;
  }
}

.ekimae-sec1 {
  font-family: var(--font1);
  color: var(--tx);
}

.ekimae-sec1__h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 20%;
  background-color: var(--tx);
}

.ekimae-sec1__imgs {
  gap: 10px;
  width: 70%;
}

@media (min-width: 576px) {
  .ekimae-sec1__imgs {
    gap: 10px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .ekimae-sec1__imgs {
    gap: 20px;
    width: 80%;
  }
}

@media (min-width: 992px) {
  .ekimae-sec1__imgs {
    gap: 20px;
    width: 100%;
  }
}

.ekimae-sec1__pic img {
  border-radius: 20px;
}

.ekimae-sec1__box {
  background-color: rgba(255, 255, 255, 0.5);
}

.ekimae-sec1__box-img {
  display: flex;
  flex: 1;
  width: 100%;
  height: 95%;
  object-fit: cover;
  display: block;
}

.ekimae-sec1__box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ekimae-sec2 {
  font-family: var(--font1);
  color: var(--tx);
}

.ekimae-sec2__p-box {
  font-size: 11px;
  line-height: 30px;
}

@media (min-width: 400px) {
  .ekimae-sec2__p-box {
    font-size: 13px;
  }
}

@media (min-width: 470px) {
  .ekimae-sec2__p-box {
    font-size: 16px;
  }
}

@media (min-width: 570px) {
  .ekimae-sec2__p-box {
    font-size: 17px;
  }
}

.ekimae-sec3 {
  font-family: var(--font1);
  color: var(--wh);
}

.news-sec1 {
  font-family: var(--font1);
  color: var(--tx);
}

.news-item {
  border-bottom: 1px solid var(--tx);
}

.webgene-pagination {
  display: flex;
  justify-content: center;
  margin-top: clamp(3.125rem, 2.619rem + 2.19vw, 4.688rem);
}

.webgene-pagination a {
  background-color: #fff;
  color: var(--tx);
  border: 1px solid var(--tx);
  text-align: center;
  padding: 12px;
  width: clamp(6.25rem, 5.238rem + 4.38vw, 9.375rem);
  gap: 30px;
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
  display: inline-block;
  text-align: center;
  transition: 0.3s;
}

.webgene-pagination a:hover {
  color: var(--wh);
  background-color: var(--tx);
}

.webgene-pagination li {
  display: inline-block;
}

.webgene-blog {
  background-image: url(../images/bg-8.jpg);
  padding: 30px 20px;
}

@media (min-width: 576px) {
  .webgene-blog {
    background-image: url(../images/bg-8.jpg);
    padding: 30px 50px;
  }
}

.btn-p-box {
  display: flex;
  justify-content: center;
}

.btn-block__link {
  color: #fff;
  background-color: var(--tx);
  padding: 15px 60px;
  transition: 0.3s;
}

.btn-block__link:hover {
  color: var(--tx);
  background-color: var(--wh);
  border: 1px solid var(--tx);
}

.pagelink {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.ekimae-gm {
  width: clamp(16.25rem, 11.39rem + 21.02vw, 31.25rem);
  height: clamp(16.25rem, 14.428rem + 7.88vw, 21.875rem);
}

.menu-sec1 {
  font-family: var(--font1);
  color: var(--tx);
}

#dish {
  scroll-margin-top: 100px;
}

#drink {
  scroll-margin-top: 100px;
}

#course {
  scroll-margin-top: 100px;
}

.photo-box5 {
  position: relative;
  z-index: 1;
}
.photo-box5::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--rd);
  top: -20px;
  left: -20px;
  z-index: -1; /* 画像の後ろに回す */
}

.menu-sec2 {
  font-family: var(--font1);
  color: var(--tx);
}

.menu-sec2__h3::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: -15px;
  width: 100%;
  height: 1px;
  background-color: var(--gold);
}

.menu-sec2__img {
  gap: 10px;
}

@media (min-width: 768px) {
  .menu-sec2__img {
    gap: 20px;
  }
}

.menu-sec2__img img {
  border-radius: 20px;
}

.menu-sec2__line::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background-color: var(--tx);
}

.sec2-menu__title {
  width: 100%;
  background-color: var(--tx);
  padding: 15px 20px;
}

@media (min-width: 576px) {
  .sec2-menu__title {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .sec2-menu__title {
    width: 280px;
  }
}

@media (min-width: 1200px) {
  .sec2-menu__title {
    width: clamp(15.625rem, 14.078rem + 8.25vw, 21.875rem);
  }
}

.menu-sec2__line2::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: -20px;
  width: 100%;
  height: 1px;
  background-color: var(--tx);
}

.menu-sec2__list {
  width: 100%;
}

.line-20 {
  line-height: 20px;
}

.sec2-menu__ex {
  width: 100%;
}

@media (min-width: 768px) {
  .sec2-menu__ex {
    width: clamp(15.625rem, 14.078rem + 8.25vw, 21.875rem);
  }
}

@media (min-width: 992px) {
  .sec2-menu__ex {
    width: 280px;
  }
}

@media (min-width: 1200px) {
  .sec2-menu__ex {
    width: clamp(15.625rem, 14.078rem + 8.25vw, 21.875rem);
  }
}

.line-30 {
  line-height: 30px;
}

.course-btn {
  background-color: var(--tx);
  width: clamp(15rem, 14.072rem + 4.95vw, 18.75rem);
}

.course-btn-box {
  gap: 10px;
}

.course-btn2 {
  background-color: var(--gold);
  width: clamp(15rem, 14.072rem + 4.95vw, 18.75rem);
}

.course-card {
  border: 2px solid var(--tx);
  width: clamp(16.875rem, 15.328rem + 8.25vw, 23.125rem);
  height: clamp(40rem, 39.072rem + 4.95vw, 43.75rem);
}

.course__ex {
  height: clamp(27.438rem, 26.803rem + 3.38vw, 30rem);
}

.course-title {
  border-bottom: 2px solid var(--tx);
}

.course-title::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: var(--tx);
}

.menu-sec4__slide {
  width: clamp(16.875rem, 15.328rem + 8.25vw, 23.125rem) !important;
}

.menu-sec4__slide-wrap {
  gap: 10px;
}

@media (min-width: 576px) {
  .menu-sec4__slide-wrap {
    gap: 20px;
  }
}

.course-slider {
  position: relative;
  padding-bottom: 70px;
}

.course-slider .swiper-button-prev,
.course-slider .swiper-button-next {
  top: auto;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  border: var(--tx) 2px solid;
}

.course-slider .swiper-button-prev::after,
.course-slider .swiper-button-next::after {
  font-size: 18px;
  color: var(--tx);
}

.course-slider .swiper-button-prev {
  left: 30%;
}

@media (min-width: 350px) {
  .course-slider .swiper-button-prev {
    left: 34%;
  }
}

@media (min-width: 400px) {
  .course-slider .swiper-button-prev {
    left: 36%;
  }
}

@media (min-width: 490px) {
  .course-slider .swiper-button-prev {
    left: 38%;
  }
}

@media (min-width: 768px) {
  .course-slider .swiper-button-prev {
    left: 41%;
  }
}

@media (min-width: 992px) {
  .course-slider .swiper-button-prev {
    left: 44%;
  }
}

.course-slider .swiper-button-next {
  right: 30%;
}

@media (min-width: 350px) {
  .course-slider .swiper-button-next {
    right: 34%;
  }
}

@media (min-width: 400px) {
  .course-slider .swiper-button-next {
    right: 36%;
  }
}

@media (min-width: 490px) {
  .course-slider .swiper-button-next {
    right: 38%;
  }
}

@media (min-width: 768px) {
  .course-slider .swiper-button-next {
    right: 41%;
  }
}

@media (min-width: 992px) {
  .course-slider .swiper-button-next {
    right: 44%;
  }
}

.course-slider {
  overflow: visible;
}

.course__drink {
  background-color: var(--tx);
}

.course__drink-h3 {
  border-bottom: 2px solid var(--wh);
}

.course__drink-p {
  gap: 5px;
}

@media (min-width: 576px) {
  .course__drink-p {
    gap: 50px;
  }
}

.shop-sec1__box {
  border-radius: 20px;
}

.shop-sec1__line::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: -7px;
  width: 100%;
  height: 1px;
  background-color: var(--tx);
}

.shop-sec1__p {
  font-size: 13px;
}

@media (min-width: 400px) {
  .shop-sec1__p {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .shop-sec1__p {
    font-size: 13px;
  }
}

@media (min-width: 1200px) {
  .shop-sec1__p {
    font-size: 16px;
  }
}

.shop-sec1__h3 {
  font-size: 14px;
}

@media (min-width: 345px) {
  .shop-sec1__h3 {
    font-size: 17px;
  }
}

@media (min-width: 400px) {
  .shop-sec1__h3 {
    font-size: 20px;
  }
}

@media (min-width: 500px) {
  .shop-sec1__h3 {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .shop-sec1__h3 {
    font-size: 25px;
  }
}

.shop-sec2 {
  font-family: var(--font1);
  color: var(--tx);
}

.shop-sec2__right {
  width: 80%;
}

.shop-sec3__square {
  width: 16px;
  height: 16px;
  border: var(--tx) 2px solid;
  flex-shrink: 0;
}

@media (min-width: 400px) {
  .shop-sec3__square {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 545px) {
  .shop-sec3__square {
    width: 25px;
    height: 25px;
  }
}

.shop-card {
  border: 2px solid var(--tx);
  width: clamp(16.875rem, 6.838rem + 53.53vw, 32.5rem);
  height: clamp(37.5rem, 36.726rem + 4.13vw, 40.625rem);
}

@media (min-width: 768px) {
  .shop-card {
    border: 2px solid var(--tx);
    width: clamp(16.875rem, 12.543rem + 23.1vw, 34.375rem);
    height: clamp(37.5rem, 36.726rem + 4.13vw, 40.625rem);
  }
}

.shop-card-p {
  font-size: 11px;
}

@media (min-width: 345px) {
  .shop-card-p {
    font-size: 12px;
  }
}

@media (min-width: 375px) {
  .shop-card-p {
    font-size: 13px;
  }
}

@media (min-width: 415px) {
  .shop-card-p {
    font-size: 14px;
  }
}

@media (min-width: 450px) {
  .shop-card-p {
    font-size: 15px;
  }
}

@media (min-width: 480px) {
  .shop-card-p {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .shop-card-p {
    font-size: 14px;
  }
}

@media (min-width: 895px) {
  .shop-card-p {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .shop-card-p {
    font-size: 16px;
  }
}

.shop-crad-wrap {
  gap: 20px;
}

@media (min-width: 992px) {
  .shop-crad-wrap {
    gap: 50px;
  }
}

.message-sec1 {
  font-family: var(--font1);
  color: var(--tx);
  padding-bottom: 300px;
}

@media (min-width: 768px) {
  .message-sec1 {
    padding-bottom: 100px;
  }
}

@media (min-width: 1200px) {
  .message-sec1 {
    padding-bottom: 130px;
  }
}

.message-sec1__img1 img {
  border-radius: 20px;
  width: 80%;
}

.message-sec1__img1 {
  position: absolute;
  width: 50%;
  top: 60%;
  right: -10%;
  z-index: 3;
}

@media (max-width: 767px) {
  .message-sec1__img1 {
    display: none;
  }
}

@media (min-width: 992px) {
  .message-sec1__img1 {
    width: 50%;
    right: -10%;
    bottom: 0%;
    z-index: 1;
  }
}

.message-sec2 {
  font-family: var(--font1);
  color: var(--tx);
  z-index: 1;
}

@media (min-width: 768px) {
  .message-sec2 {
    padding-top: 200px;
  }
}

@media (min-width: 992px) {
  .message-sec2 {
    padding-top: 100px;
  }
}

@media (min-width: 1200px) {
  .message-sec2 {
    padding-top: 20px;
  }
}

.message-sec2__img1 {
  width: 70%;
}

@media (max-width: 767px) {
  .message-sec2__img1 {
    display: none;
  }
}

.message-sec2__box {
  position: absolute;
  width: 100%;
  top: 100%;
  right: 0%;
  z-index: 5;
}

@media (min-width: 576px) {
  .message-sec2__box {
    width: 85%;
    top: 70%;
    right: 7%;
  }
}

@media (min-width: 768px) {
  .message-sec2__box {
    width: 70%;
    bottom: -90%;
    right: 5%;
  }
}

@media (min-width: 992px) {
  .message-sec2__box {
    width: 50%;
    bottom: -100%;
    right: 0%;
  }
}

@media (min-width: 1200px) {
  .message-sec2__box {
    width: 50%;
    bottom: -70%;
    right: 0%;
  }
}

.message-sec2__img2 {
  position: absolute;
  width: 40%;
  z-index: 2;
}

@media (max-width: 767px) {
  .message-sec2__img2 {
    display: none;
  }
}

@media (min-width: 768px) {
  .message-sec2__img2 {
    width: 25%;
    top: 0%;
    right: 5%;
  }
}

@media (min-width: 992px) {
  .message-sec2__img2 {
    width: 30%;
    left: 10%;
    top: 100%;
  }
}

.message-sec2__img2 img {
  border-radius: 20px;
}

.message-sec3 {
  position: relative;
  font-family: var(--font1);
  color: var(--tx);
  padding-top: 600px;
  padding-bottom: 900px;
  z-index: 0;
}

@media (min-width: 640px) {
  .message-sec3 {
    padding-top: 600px;
    padding-bottom: 750px;
  }
}

@media (min-width: 768px) {
  .message-sec3 {
    padding-top: 700px;
    padding-bottom: 700px;
  }
}

@media (min-width: 992px) {
  .message-sec3 {
    padding-top: 700px;
    padding-bottom: 400px;
  }
}

@media (min-width: 1200px) {
  .message-sec3 {
    padding-top: 600px;
    padding-bottom: 400px;
  }
}

.message-sec3__img {
  width: 50%;
  margin-left: auto;
}

@media (max-width: 767px) {
  .message-sec3__img {
    display: none;
  }
}

@media (min-width: 768px) {
  .message-sec3__img {
    width: 60%;
  }
}

@media (min-width: 992px) {
  .message-sec3__img {
    width: 50%;
  }
}

.photo-box6 {
  position: relative;
  z-index: 1;
  margin-top: 10%;
}

@media (min-width: 768px) {
  .photo-box6 {
    margin-top: 0;
  }
}

.photo-box6 img {
  display: block;
  width: 100%;
}

.photo-box6::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--rd);
  top: 20px;
  left: 20px;
  z-index: -1; /* 画像の後ろに回す */
}

.message-sec3__box {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0%;
  z-index: 3;
}

@media (min-width: 576px) {
  .message-sec3__box {
    width: 85%;
    top: 43%;
    left: 8%;
  }
}

@media (min-width: 655px) {
  .message-sec3__box {
    width: 85%;
    top: 50%;
    left: 8%;
  }
}

@media (min-width: 650px) {
  .message-sec3__box {
    width: 85%;
    top: 50%;
    left: 8%;
  }
}

@media (min-width: 690px) {
  .message-sec3__box {
    width: 85%;
    top: 53%;
    left: 8%;
  }
}

@media (min-width: 768px) {
  .message-sec3__box {
    width: 70%;
    top: 50%;
    left: 5%;
  }
}

@media (min-width: 992px) {
  .message-sec3__box {
    width: 60%;
    top: 45%;
    left: 5%;
  }
}

@media (min-width: 1200px) {
  .message-sec3__box {
    width: 50%;
    top: 40%;
    left: 10%;
  }
}

.message-sec4 {
  font-family: var(--font1);
  color: var(--tx);
  padding-bottom: 350px;
}

.message-sec4__box {
  position: absolute;
  width: 90%;
  top: 35%;
  left: 5%;
}

@media (min-width: 700px) {
  .message-sec4__box {
    position: absolute;
    width: 90%;
    top: 40%;
    left: 5%;
  }
}

@media (min-width: 992px) {
  .message-sec4__box {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 5%;
  }
}

@media (min-width: 1400px) {
  .message-sec4__box {
    position: absolute;
    width: 90%;
    top: 60%;
    left: 5%;
  }
}

.message-sp {
  font-family: var(--font1);
  color: var(--tx);
}

.line-50 {
  line-height: clamp(2.188rem, 1.955rem + 1.24vw, 3.125rem);
}

.line-70 {
  line-height: clamp(2.188rem, 1.646rem + 2.89vw, 4.375rem);
}
