@charset "utf-8";

html,
body {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 2.4;
  font-style: normal;
  letter-spacing: 0.1em;
  overflow-x: clip;
  color: #000;
  word-break: auto-phrase;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 500;
  font-style: normal;
}

a {
  color: #000;
  text-decoration: none !important;
}

a:hover {
  color: #FF7E39;
  cursor: pointer;
}

/* フォント */

.shi-m {
 font-family: "shippori-mincho-b1", sans-serif;
 font-weight: 500;
 font-style: normal;
}

.shi-sb {
 font-family: "shippori-mincho-b1", sans-serif;
 font-weight: 600;
 font-style: normal;
}

.shi-b {
 font-family: "shippori-mincho-b1", sans-serif;
 font-weight: 700;
 font-style: normal;
}

.fc-white {
  color: #fff !important;
}

.fc-title {
  color: #10035B !important;
}

.fc-text {
  color: #000 !important;
}

.fc-orange {
  color: #FF7E39 !important;
}

.v-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
}

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

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

.has-shadow {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.20);
}

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

.bg-brown {
  background-color: #726030;
}

.bg-yellow {
  background-color: #e3b017;
}

.bg-gray {
  background-color: #848484;
}

/*罫線*/
.b-brown {
  border: 1px solid #5e3505;
}

.bl-brown {
  border-left: 1px solid #5e3505;
}

.br-brown {
  border-right: 1px solid #5e3505;
}

.bb-brown {
  border-bottom: 1px solid #5e3505;
}

.bt-brown {
  border-bottom: 1px solid #5e3505;
}

/* ボタン */
.button {
  display: inline-flex !important;
  border-radius: 200px;
  background: linear-gradient(180deg, #FFA239 0%, #FF7E39 100%);
  color: #fff;
  width: 240px;
  height: 65px;
  justify-content: center;
  align-items: center;
  transition: all 0.6s;
}

@media (min-width: 768px) {
  .button {
  width: 100%;
  max-width: 320px;
  height: 78px;
}
}

.button:hover {
  transform: scale(1.05);
}

.button p {
  color: #fff;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: 0.2rem;
  line-height: 1.5;
}

.button.is-free {
  width: auto;
  padding: 0 36px;
}

/* ナビ */

.a-nav-menu {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 900;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.3s;
  background-color: #fff;
}

.a-nav-menu::before {
  content: "";
  display: block;
  position: absolute;
  width: 374px;
  height: 374px;
  top: -20%;
  right: -30%;
  background-image: url("../images/a-nav-deco-r.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.a-nav-menu::after {
  content: "";
  display: block;
  position: absolute;
  width: 564px;
  height: 564px;
  bottom: -34%;
  left: -60%;
  background-image: url("../images/a-nav-deco-l.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

@media (min-width: 768px) {
  .a-nav-menu::before {
  width: 574px;
  height: 574px;
  top: -10%;
  right: -20%;
}

.a-nav-menu::after {
  width: 864px;
  height: 864px;
  bottom: -15%;
  left: -30%;
}
}

@media (min-width: 1200px) {
  .a-nav-menu::before {
        width: 674px;
        height: 674px;
        top: -20%;
        right: -14%;
}

.a-nav-menu::after {
        width: 964px;
        height: 964px;
        bottom: -30%;
        left: -28%;
}
}

.a-nav-menu.edit {
  display: flex;
  opacity: 1;
}

.nav-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
}

@media (min-width: 768px) {
  .nav-wrap {
  display: flex;
  flex-direction: row;
}
}

.nav-wrap .l,
.nav-wrap .r {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: none;
  gap: 1.2rem;
}

.nav-wrap .l img {
  width: 100%;
  max-width: 90px;
}

@media (min-width: 768px) {
.nav-wrap .l,
.nav-wrap .r {
  flex: 1;
  gap: 2rem;
}

  .nav-wrap .l img {
  max-width: 280px;
}
}

.nav-wrap .l .text {
  display: none;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
  text-align: center;
}

@media (min-width: 768px) {
  .nav-wrap .l .text {
    display: flex;
}
}

.nav-button {
  background-color: #fff;
  border: solid #10035B 2.5px ;
  border-radius: 200px;
  width: auto;
  height: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #10035B;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  transition: all 0.3s;
  padding: 1.2rem 5rem;
}

@media (min-width: 768px) {
  .nav-button {
  height: 85px;
}
}

.nav-button:hover {
  background-color: #FFC787;
}

.nav-button .p {
  font-size: clamp(0.625rem, 0.544rem + 0.35vw, 0.875rem);
}

.nav-button .no {
  font-size: clamp(1rem, 0.838rem + 0.7vw, 1.5rem);
}

.nav-wrap .r .list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}

@media (min-width: 768px) {
  .nav-wrap .r .list {
  align-items: start;
  gap: 2rem;
}
}

.list a {
  min-height: auto;
  padding: 0 !important;
  margin: 0 !important;
}

.list a p {
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
  line-height: 1.5;
  transition: all 0.5s;
}

.list a:hover p {
  color: #FF7E39 !important;
}

.list .inst {
  width: 32px;
}

.list .inst img {
  width: 100%;
  height: 100%;
}

.top-fv-wrap {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .top-fv-wrap {
  padding-bottom: 6rem;
}
}

.top-logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 2rem 0 0 0;
  z-index: 2;
}

.top-logo img {
  max-width: 80px;
  width: 100%;
}

@media (min-width: 768px) {
.top-logo {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(0);
  padding: 4rem 0 0 3rem;
}

.top-logo img {
  max-width: 140px;
  width: 100%;
}

}

.top-fv-deco {
  position: absolute;
  bottom: 0%;
  left: -5%;
  z-index: -1;
  width: 80%;
  
  max-width: 600px;
}

.top-menu-box {
  display: none;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  width: 100%;
  padding: 4rem 3rem;
}

@media (min-width: 768px) {
  .top-menu-box {
  display: flex;
}
}

@media (min-width: 1200px) {
  .top-menu-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}
}

.list-t {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.list-t a {
  min-height: auto;
  padding: 0 !important;
  margin: 0 !important;
}

.list-t a p {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  line-height: 1.5;
  transition: all 0.5s;
}

.list-t a:hover p {
  color: #FF7E39 !important;
}

.list-t .inst {
  width: 24px;
}

.list-t .inst img {
  width: 100%;
  height: 100%;
}

.a-burger {
  opacity: 0;
  position: fixed;
  top: 3%;
  right: 4%;
  z-index: 1100;
  border-radius: 200px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  margin: 0;
  padding: 0;
  background-color: #14046C;
}

.a-burger div {
  width: 23px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  left: 15px;
  transform-origin: center;
  transition: all 0.3s;
  padding: 0;
  margin: 0;
  min-height: 2px !important;
}

.a-burger div:nth-child(1) {
  top: 16px;
}

.a-burger div:nth-child(2) {
  top: 25px;
}

.a-burger div:nth-child(3) {
  bottom: 16px;
}

.a-burger.is-active div:nth-child(1) {
  transform: rotate(-45deg);
  top: 25px;
}

.a-burger.is-active div:nth-child(2) {
  display: none;
}

.a-burger.is-active div:nth-child(3) {
  transform: rotate(45deg);
  bottom: 25px;
}

.header-logo {
  opacity: 0;
  position: fixed;
  top: 3%;
  left: 4%;
  max-width: 75px;
  z-index: 20;
}

@media (min-width: 768px) {
  .header-logo {
  max-width: 116px;
}
}

.nav-tel-link {
  max-width: 200px;
}

/* フッター */

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

.foot-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.foot-logo {
  max-width: 125px;
}

.foot-insta {
  width: 30px;
}

@media (min-width: 768px) {
  .foot-logo {
    max-width: 140px;
  }
}

.foot-list {
  display: flex;
  flex-direction: row-reverse;
  align-items: start;
  justify-content: center;
  gap: 0.4rem;
}

@media (min-width: 768px) {
  .foot-list {
  gap: 1rem;
}
}

@media (min-width: 992px) {
  .foot-list {
  gap: 2rem;
}
}

.foot-list a {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  letter-spacing: 0.3em;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
}

.foot-list a p {
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
  font-weight: 500;
  min-width: auto;
  color: #10035B;
  transition: all 0.6s;
}

.foot-list a:hover p {
  color: #FF7E39 !important;
}

/* News表示 */

/* 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%;
  }
}
/* ページネーション共通 */
.webgene-pagination {
  width: 100%;
}

.webgene-pagination ul,
.pagelink {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  gap: 20px;
  margin-top: 5rem;
  max-width: 420px;
}

.webgene-pagination ul li,
.pagelink p {
  color: #fff;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  letter-spacing: 0.2rem;
  line-height: 1.5;
  width: 130px;
}
.webgene-pagination ul li a,
.pagelink p a {
  display: inline-flex !important;
  border-radius: 200px;
  background: linear-gradient(180deg, #FFA239 0%, #FF7E39 100%);
  color: #fff;
  width: 130px;
  height: 42px;
  justify-content: center;
  align-items: center;
  transition: all 0.6s;
}
.webgene-pagination ul li a:hover,
.pagelink p a:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.webgene-pagination .next {
  margin-left: auto;
}

@media (min-width: 768px) {

.webgene-pagination ul li,
.pagelink p {
  width: 180px;
}

.webgene-pagination ul li a,
.pagelink p a {
  width: 180px;
  height: 65px;
}
}

/* フォーム */
.formInput,
.formTextArea {
  width: 100%;
  padding: 0.5rem;
  border: none;
  border-radius: 0;
  border: 1px solid #cbc3b0;
  background-color: #fffcf5;
  margin-bottom: 2rem;
}

.formTextArea {
  height: 8rem;
}

.formInput:focus,
.formInput:focus-visible,
.formTextArea:focus,
.formTextArea:focus-visible,
.form-button:focus,
.form-button:focus-visible {
  border: 1px solid #cbc3b0;
  background-color: #fffcf5;
}
.zipInput {
  width: 6rem;
}
@media (min-width: 768px) {
  .formTh {
    padding-left: 2rem;
  }
}

.requiredText {
  background-color: #a3987c;
  color: #fff;
  padding: 4px 8px;
  font-size: 0.8rem;
  margin-left: 1rem;
}
.privacyformError {
  padding-top: 25px;
}
@media (min-width: 768px) {
  .privacyformError {
    padding-top: 0;
  }
}
/* ページ共通設定 */

.top-fv-box .swiper {
  position: relative;
  overflow: hidden;
}

.top-fv-box .swiper-wrapper,
.top-fv-box .swiper-slide {
  height: 100%;
  width: 100%;
  position: relative;
}

@media (min-width:768px) {
.top-fv-box .swiper-wrapper,
.top-fv-box .swiper-slide {
    height: inherit;
    width: 100%;
    position: relative;
  }
}

.con .swiper {
  width: 100%;
  height: auto;
}

@media (min-width: 1200px) {
  .con .swiper {
    width: 80%;
    height: 35vh;
  }
}

.con .swiper-wrapper {
  transition-timing-function: linear;
}

.con .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.con .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* プラシバシーポリシー */
.policy-box {
  overflow-y: scroll;
  height: 400px;
  border-radius: 30px;
}

.btn a::after {
  content: "→";
}

/* TOP */

.top-fv-box {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 4;
  margin-top: 130px;
}

@media (min-width: 768px) {
  .top-fv-box {
  flex-direction: row;
  margin-top: 0;
}
}

.top-fv-box .l {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  flex: 1;
  padding: 0 1rem;
  gap: 1rem;
  margin-top: 2rem;
}

.top-fv-box .l .title {
  font-weight: 500;
  font-size: clamp(1.25rem, 1.007rem + 1.05vw, 2rem);
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  white-space: normal;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .top-fv-box .l {
  align-items: center;
  padding: 0 4rem;
  margin-top: 0rem;
  gap: 2rem;
}

.top-fv-box .l .title {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  letter-spacing: 0.3em;
}
}

.top-fv-box .l .text {
  font-weight: 500;
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
  line-height: 1.8;
  text-align: center;
  white-space: nowrap;
}

.top-fv-box .r {
  flex: none;
  overflow: hidden;
  width: 100%;
  height: 48vh;
  max-height: 772px;
}

@media (min-width: 768px) {
.top-fv-box .r {
  flex: 3;
  height: 60vh;
}
}

@media (min-width: 1200px) {
.top-fv-box .r {
  height: 700px;
}
}

.top-fv-box .r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top-sec2-box {
  display: flex;
  align-items: center;
  justify-content: start;
}

.top-sec2-box .img  {
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .top-sec2-box .img  {
  width: 90%;
}
}

.top-sec2-box .img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.top-sec2-box .img .title {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 30%;
  max-width: 242px;
}

.top-sec2-box .img .title2 {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 18%;
  max-width: 156px;
}

.top-sec2-box2 {
  display: block;
  padding: 0 2rem;
}

.top-sec2-box2 .box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .top-sec2-box2 {
  display: flex;
  justify-content: end;

}

  .top-sec2-box2 .box {
  flex-direction: row;
  gap: 4rem;
}
}

.top-sec2-box2 .box::before {
  content: "";
  position: absolute;
  background-image: url("../images/common-deco.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: -20%;
  left: -20%;
  width: 320px;
  height: 320px;
  z-index: -1;
}

.top-sec2-box2 .box .title {
  font-size: clamp(1.125rem, 0.923rem + 0.88vw, 1.75rem);
  font-weight: 500;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  white-space: normal;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
.top-sec2-box2 .box .title {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  letter-spacing: 0.3em;
}
}

.top-sec2-box2 .box .text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.top-sec2-box2 .box .text .p {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  font-weight: 600;
  line-height: 3.0;
}

.top-sec2-box3 { 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
}

.top-sec2-box3 .l { 
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 90%;
}

.top-sec2-box3 .r { 
  overflow: hidden;
  width: 90%;
}

.top-sec2-box3 .l img,
.top-sec2-box3 .r img { 
  width: 100%;
  object-fit: cover;
  object-position: center;
}

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

.top-sec2-box3 .l { 
  position: relative;
  flex: 1.1;
  overflow: hidden;
  transform: translateX(3%);
  z-index: 1;
}

.top-sec2-box3 .r { 
  flex: 1;
  overflow: hidden;
  transform: translateX(-3%);
}
}

.top-sec3-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("../images/top-sec3-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

@media (min-width: 768px) {
  .top-sec3-bg {
  background-size: cover;
}
}

.top-sec3-bg .img {
  width: 100%;
  overflow: hidden;
}

.top-sec3-bg .img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.top-sec3-bg .box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 0 2rem;
}


@media (min-width: 768px) {
  .top-sec3-bg .box {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: center;
}
}

.top-sec3-bg .box .l {
  display: flex;
  flex: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.top-sec3-bg .box .l h3 {
  font-size: clamp(1.25rem, 1.088rem + 0.7vw, 1.75rem);
  font-weight: 500;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  white-space: normal;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.top-sec3-bg .box .r  {
  flex: none;
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  font-weight: 600;
  line-height: 3.0;
}

@media (min-width: 768px) {
.top-sec3-bg .box .l {
  flex: 0.8;
}

.top-sec3-bg .box .l h3 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  letter-spacing: 0.3em;
  line-height: 2;
}

.top-sec3-bg .box .r  {
  flex: 2;
}
}

.top-sec4-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 2rem;
  width: 100%;
}

@media (min-width: 768px) {
  .top-sec4-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 3rem;
  max-width: 876px;
}
}

.top-sec4-box.food {
  background-image: url("../images/top-sec3-2sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.top-sec4-box.drink {
  background-image: url("../images/top-sec3-3sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 768px) {
  .top-sec4-box.food {
  background-image: url("../images/top-sec3-2.jpg");
}

.top-sec4-box.drink {
  background-image: url("../images/top-sec3-3.jpg");
}
}

.top-sec4-box .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  color: #fff;
}

@media (min-width: 768px) {
  .top-sec4-box .text {
  align-items: start;
}
}

.top-sec4-box .text h3 {
  font-weight: 500;
  font-size: clamp(1.25rem, 1.088rem + 0.7vw, 1.75rem);
  line-height: 1.5;
  margin: 0;
}

.top-sec4-box .text p {
  font-weight: 500;
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
  line-height: 1.5;
}

.top-sec4-box .box2 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: end;
}

.top-sec4-img {
  width: 100%;
  height: 50vh;
  overflow: hidden;
}

@media (min-width: 768px) {
  .top-sec4-img {
  height: auto;
  max-height: 454px;
}
}

.top-sec4-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.top-sec4-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: relative;
  z-index: 1;
  padding: 0 2rem;
}

.top-sec4-text::before {
  content: "";
  position: absolute;
  background-image: url("../images/common-deco.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 25%;
  left: 25%;
  width: 300px;
  height: 300px;
  z-index: -1;
}

.top-sec4-text .title {
  font-size: clamp(1.125rem, 0.923rem + 0.88vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.4;
}

.top-sec4-text .p {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  font-weight: 600;
  line-height: 3.0;
}

.top-sec5-bg {
  position: sticky;
  top: 0;
  width: 100%;
  height: 70vh;
  transform: translateY(8%);
}

.top-sec5-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 768px) {
.top-sec5-bg {
  width: 100%;
  height: auto;
    transform: translateY(10%);
}

.top-sec5-bg img {
    height: 100%;
  object-fit: contain;
  object-position: center;
}
}

@media (min-width: 1200px) {
.top-sec5-bg {
    transform: translateY(5%);
}
}

.top-sec5-deco {
  transform: translateY(2px);
}

.top-sec5-wrap {
  display: flex;
  flex-direction: column;
}

.top-sec5-box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 3rem;
}

.top-sec5-box .box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  gap: 1.8rem;
  padding: 0 2rem;
}

.top-sec5-box .box h2 {
  font-size: clamp(1.125rem, 0.923rem + 0.88vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0;
  color: #10035B;
}

.top-sec5-box .box .p {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  font-weight: 600;
  line-height: 2.4;
}

.top-sec6-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
  gap: 3rem;
}

.top-sec6-wrap::before {
  content: "";
  position: absolute;
  background-image: url("../images/common-deco.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
  width: 230px;
  height: 230px;
  z-index: -1;
}

.top-sec6-wrap h2 {
  font-size: clamp(1.5rem, 1.257rem + 1.05vw, 2.25rem);
  font-weight: 500;
  color: #10035B;
  margin: 0;
}

.top-sec6-wrap .p {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  font-weight: 600;
}

/* コンセプト */

.con-fv-box {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 4;
  margin-top: 130px;
}

@media (min-width: 768px) {
  .con-fv-box {
  flex-direction: row;
  margin-top: 0;
}
}

.con-fv-box .box {
  display: flex;
  align-items: center;
  justify-content: start;
  flex: 1;
  width: 80%;
}

.con-fv-box .l {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.con-fv-box .l .title {
  font-weight: 500;
  font-size: clamp(2.25rem, 1.886rem + 1.58vw, 3.375rem);
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #10035B;
}

@media (min-width: 768px) {

  .con-fv-box .box {
  justify-content: center;
  width: auto;
}

  .con-fv-box .l {
  padding: 0 4rem;
  margin-top: 0rem;
  gap: 1rem;
}
}

.con-fv-box .l .text {
  font-weight: 500;
  font-size: clamp(1rem, 0.717rem + 1.23vw, 1.875rem);
  line-height: 1.8;
  text-align: center;
  white-space: nowrap;
  color: #F6982D;
  margin-left: 8px;
}

.con-fv-box .r {
  flex: none;
  overflow: hidden;
  width: 100%;
  height: 48vh;
  max-height: 772px;
}

@media (min-width: 768px) {
.con-fv-box .r {
  flex: 1;
  height: 60vh;
}
}

@media (min-width: 1200px) {
.con-fv-box .r {
  height: 905px;
}
}

.con-fv-box .r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.con-sec2-img {
  width: 100%;
  overflow: hidden;
}

.con-sec2-img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.con-sec2-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.con-sec2-box .l {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: start;
  position: relative;
  width: 100%;
}

.con-sec2-box .l::before {
  content: "";
  position: absolute;
  background-image: url("../images/common-deco.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -60%;
  left: 0%;
  width: 280px;
  height: 280px;
  z-index: -1;
}

.con-sec2-box .l h2 {
  font-size: clamp(1.125rem, 0.923rem + 0.88vw, 1.75rem);
  color: #10035B;
  margin: 0;
  line-height: 1.8;
}

.con-sec2-box .r {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.con-sec2-box .r p {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  line-height: 2.8;
}

@media (min-width: 768px) {
  .con-sec2-box {
  flex-direction: row;
}

.con-sec2-box .l {
  justify-content: center;
}

.con-sec2-box .l h2 {
  line-height: 2.4;
}
}

.con-sec3-wrap {
  background: linear-gradient(180deg, #FFF 39.73%, rgba(255, 255, 255, 0.00) 100%);
}

.con-sec3-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
}

.con-sec3-img img {
  width: 100%;
}

.con-sec3-img .box,
.con-sec3-img .box2 {
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 2rem;
  gap: 1.2rem;
  max-width: 462px;
}

@media (min-width: 768px) {

  .con-sec3-img img {
  object-fit: cover;
  object-position: center;
}

  .con-sec3-img .box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 0 40px 0 0;
  padding: 3rem;
  gap: 1rem;
}

  .con-sec3-img .box2 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 0 0 0 40px;
  padding: 3rem;
  gap: 1rem;
}
}

@media (min-width: 992px) {
  .con-sec3-img .box {
  padding: 6rem;
  gap: 2rem;
  max-width: 624px;
}

  .con-sec3-img .box2 {
  padding: 6rem;
  gap: 2rem;
  max-width: 624px;
}
}

.con-sec3-img .box .no,
.con-sec3-img .box2 .no {
  font-size: clamp(1.25rem, 1.088rem + 0.7vw, 1.75rem);
  color: #FF7E39;
  line-height: 1.2;
}

.con-sec3-img .box h2,
.con-sec3-img .box2 h2 {
  font-size: clamp(1.125rem, 0.923rem + 0.88vw, 1.75rem);
  color: #10035B;
  line-height: 2.4;
  margin: 0;
}

.con-sec3-img .box .p,
.con-sec3-img .box2 .p {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  line-height: 2.8;
}

.con-sec3-sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.con-sec3-sub .l {
  flex: none;
  width: 100%;
  overflow: hidden;
}

.con-sec3-sub .l img{
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.con-sec3-sub .r {
  flex: none;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 2rem;
  gap: 1rem;
}

.con-sec3-sub .r h2 {
  color: #FF7E39;
  line-height: 2.0;
  font-size: clamp(1rem, 0.919rem + 0.35vw, 1.25rem);
  margin: 0;
  flex: 0.8;
}

.con-sec3-sub .r p {
  line-height: 2.2;
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  flex: 1;
}

@media (min-width: 768px) {
.con-sec3-sub .r {
  flex-direction: row;
  align-items: center;
  justify-content: start;
}
}

@media (min-width: 992px) {
  .con-sec3-sub {
  flex-direction: row;
}

.con-sec3-sub .l {
  flex: 1.6;
}

.con-sec3-sub .r {
  flex: 1;
  width: 100%;
  padding: 2rem;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

}

/* おすすめ */

.reco-button {
  position: relative;
  background-color: #FFF;
  color: #10035B;
  border: 1px #CCB15E solid;
  border-radius: 24px;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  width: 250px;
  height: 80px;
  letter-spacing: 0.2em;
}

.reco-button::after {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  background-image: url("../images/reco-yazi.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
}

.reco-button:hover {
  background-color: #e3b017;
  color: #FFF;
}

.reco-button:hover::after {
  bottom: 8%;
}

.reco-button p {
  font-size: clamp(1rem, 0.757rem + 1.05vw, 1.75rem);
  text-align: center;
}

.reco-sec2-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}

@media (min-width: 768px) {

  .reco-button {
  width: 250px;
  height: 154px;
}

.reco-button::after {
  width: 25px;
  height: 12px;
}

.reco-sec2-box {
  flex-direction: row;
    gap: 2rem;
}
}

.reco-sec3-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  text-align: center;
}

.reco-sec3-box .p {
  color: #10035B;
  font-size: clamp(0.875rem, 0.592rem + 1.23vw, 1.75rem);
  line-height: 2.0;
  margin: 0;
}

.reco-sec3-box h2 {
  color: #10035B;
  font-size: clamp(1.25rem, 1.048rem + 0.88vw, 1.875rem);
  line-height: 2.0;
  margin: 0;
}

.reco-sec3-box p {
  font-size: clamp(0.625rem, 0.423rem + 0.88vw, 1.25rem);
  line-height: 2.6;
}

.reco-sec3-box img {
  width: 100%;
  max-width: 780px;
}

/* コース料理 */

.cou-sec2-box .l {
  width: 100%;
  height: 40vh;
  overflow: hidden;
}

@media (min-width: 992px) {
  .cou-sec2-box .l {
  height: 100%;
}
}

.cou-sec2-box .l img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.cou-sec2-box .r {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cou-sec2-box div {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 2rem;
}

.cou-sec2-box h2 {
  color: #10035B;
  font-size: clamp(1.25rem, 1.048rem + 0.88vw, 1.875rem);
  line-height: 2.0;
  margin: 0;
}

.cou-sec2-box p {
  font-size: clamp(0.625rem, 0.423rem + 0.88vw, 1.25rem);
  line-height: 2.6;
}

.cou-sec2-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.cou-sec2-button a {
border-bottom: 1px #848484 solid;
padding: 2rem 1rem;
display: inline-flex;
align-items: center;
justify-content: start;
flex: none;
width: 100%;
position: relative;
min-height: auto;
min-width: auto;
}

.cou-sec2-button a::after {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  background-image: url("../images/reco-yazi.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
}

.cou-sec2-button a:hover:after {
  top: 56%;
}

.cou-sec2-button a p {
  color: #10035B;
  font-size: clamp(0.875rem, 0.794rem + 0.35vw, 1.125rem);
  line-height: 1.5;
}

@media (min-width: 768px) {
  .cou-sec2-button {
  flex-direction: row;
}

.cou-sec2-button a {
flex: 1;
}

}

.cou-sec3-box {
  background-color: #FFF;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.20);
  padding: 2.4rem 1.2rem;
  width: 100%;
  max-width: 940px;
}

@media (min-width: 768px) {
  .cou-sec3-box {
  padding: 3rem;
}
}

@media (min-width: 992px) {
  .cou-sec3-box {
  padding: 6rem;
}
}

.cou-sec3-box .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 1.4rem;
  border-bottom: 1px #000 solid;
  line-height: 1.8;
}

.cou-sec3-box .title .l  {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
}

.cou-sec3-box .title .l p {
  font-size: clamp(1.125rem, 0.923rem + 0.88vw, 1.75rem);
  color: #FF7E39;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.cou-sec3-box .title .r  {
  display: flex;
  justify-content: end;
  align-items: end;
  width: 100%;
}

.cou-sec3-box .title .r p {
  font-size: clamp(1rem, 0.757rem + 1.05vw, 1.75rem);
  color: #10035B;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media (min-width: 768px) {
  .cou-sec3-box .title {
  flex-direction: row;
}

.cou-sec3-box .title .l  {
  width: auto;
}

.cou-sec3-box .title .r  {
  width: auto;
}
}

.cou-sec3-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
}

.cou-sec3-text .h {
  font-size: clamp(1rem, 0.838rem + 0.7vw, 1.5rem);
  color: #10035B;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
}

.cou-sec3-text .p {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  line-height: 2.4;
}

.cou-sec3-box2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cou-sec3-box2 .l2 {
  width: 100%;
  flex: none;
  padding: 0.8rem;
  background-color: #848484;
  color: #FFF;
}

.cou-sec3-box2 .r2 {
  width: 100%;
  flex: 4;
  padding: 1.2rem 0.5rem;
  background-color: #FFFCC5;
}

@media (min-width: 768px) {
  .cou-sec3-box2 {
  flex-direction: row;
    align-items: stretch;
}

.cou-sec3-box2 .l2 {
  flex: 1.2;
  padding: 3rem;
}

.cou-sec3-box2 .r2 {
  padding: 2rem;
}
}

@media (min-width: 992px) {
.cou-sec3-box2 .l2 {
  flex: 0.8;
}
}

.cou-list-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  max-width: 800px;
}

.list-deco {
  position: relative;
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  padding-left: 1.2rem;
  line-height: 2.0;
}

.list-deco::before {
  content: "・";
  position: absolute;
  top: 0%;
  left: 0%;
}

/* 料理 */

.food-sec2-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 768px) {
  .food-sec2-box {
  flex-direction: row;
}
}

.food-sec2-img {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.food-sec2-img .box {
  flex: 0.8;
  width: 100%;
  overflow: hidden;
}

.food-sec2-img .box img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 768px) {
.food-sec2-img {
  flex-direction: column;
}

.food-sec2-img .box {
  flex: none;
}
}

.food-sec2-text {
  display: flex;
  flex-direction: column;
  flex: 2;
  align-items: center;
  justify-content: center;
  padding: 3rem 2rem;
  text-align: center;
  gap: 2rem;
}

@media (min-width: 768px) {
  .food-sec2-text {
  padding: 3rem 1rem;
}
}

.food-sec2-text h2 {
  color: #10035B;
  font-size: clamp(1rem, 0.757rem + 1.05vw, 1.75rem);
  line-height: 2.0;
  margin: 0;
}

.food-sec2-text p {
  font-size: clamp(0.625rem, 0.463rem + 0.7vw, 1.125rem);
  line-height: 2.6;
}

.food-sec3-wrap {
  display: flex;
  flex-direction: column;
  padding: 0 2rem;
}

.food-sec3-title {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 100%;
  padding-bottom: 1.5rem;
  border-bottom: 1px #000 solid;
  gap: 1rem;
}

.food-sec3-title h2 {
  color: #FF7E39;
  margin: 0;
  line-height: 1.5;
  font-size: clamp(1.25rem, 1.007rem + 1.05vw, 2rem);
}

.food-sec3-title p {
  line-height: 1.5;
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
}

.food-list-wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
  row-gap: 1.4rem;
}

.food-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  row-gap: 0.8rem;
  width: 100%;
  padding: 0 1.2rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .food-text {
  padding: 0 3rem;
}
}

.food-text div:nth-child(1) {
  flex: 3;
  display: flex;
  align-items: start;
  justify-content: start;
}

.food-text div:nth-child(2) {
  flex: 1;
  display: flex;
  align-items: end;
  justify-content: end;
}

.rank-wrap p {
  position: relative;
  z-index: 1;
}

.rank-wrap.no1 p::after {
  content: "";
  position: absolute;
  background-image: url("../images/ic-no01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  top: 16%;
  right: -60px;
  transform: translateY(-50%);
  width: 60px;
  height: 35px;
}

.rank-wrap.no2 p::after {
  content: "";
  position: absolute;
  background-image: url("../images/ic-no02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  top: 16%;
  right: -60px;
  transform: translateY(-50%);
  width: 60px;
  height: 35px;
}

.rank-wrap.no3 p::after {
  content: "";
  position: absolute;
  background-image: url("../images/ic-no03.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  top: 16%;
  right: -60px;
  transform: translateY(-50%);
  width: 60px;
  height: 35px;
}

.rank-wrap.no4 p::after {
  content: "";
  position: absolute;
  background-image: url("../images/ic-no04.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  top: 16%;
  right: -60px;
  transform: translateY(-50%);
  width: 60px;
  height: 35px;
}

.rank-wrap.no5 p::after {
  content: "";
  position: absolute;
  background-image: url("../images/ic-no05.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  top: 16%;
  right: -60px;
  transform: translateY(-50%);
  width: 60px;
  height: 35px;
}

.rank-wrap.no6 p::after {
  content: "";
  position: absolute;
  background-image: url("../images/ic-no06.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  top: 16%;
  right: -60px;
  transform: translateY(-50%);
  width: 60px;
  height: 35px;
}

.rank-wrap.no7 p::after {
  content: "";
  position: absolute;
  background-image: url("../images/ic-no07.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  top: 16%;
  right: -60px;
  transform: translateY(-50%);
  width: 60px;
  height: 35px;
}

.rank-wrap.no8 p::after {
  content: "";
  position: absolute;
  background-image: url("../images/ic-no08.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  top: 16%;
  right: -60px;
  transform: translateY(-50%);
  width: 60px;
  height: 35px;
}

.rank-wrap.no9 p::after {
  content: "";
  position: absolute;
  background-image: url("../images/ic-no09.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  top: 16%;
  right: -60px;
  transform: translateY(-50%);
  width: 60px;
  height: 35px;
}

.rank-wrap.no10 p::after {
  content: "";
  position: absolute;
  background-image: url("../images/ic-no10.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  top: 16%;
  right: -60px;
  transform: translateY(-50%);
  width: 60px;
  height: 35px;
}

/* 利用シーン */

.sce-sec2-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 2rem;
  max-width: 995px;
}

@media (min-width: 768px) {
.sce-sec2-box {
  flex-direction: row;
    align-items: start;
    gap: 5rem;
}
}

.sce-sec2-box .l {
  flex: 1;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  gap: 1rem;
}

.sce-sec2-box .l::before {
  content: "";
  position: absolute;
  background-image: url("../images/common-deco.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 250px;
  z-index: -1;
}

@media (min-width: 768px) {
  .sce-sec2-box .l::before {
  top: 40%;
}
}

.sce-sec2-box .l p {
  font-size: clamp(1.5rem, 1.298rem + 0.88vw, 2.125rem);
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  color: #10035B;
  line-height: 1.8;
}

  .sce-sec2-box .r {
  display: inline-flex;
  flex-direction: column;
  flex: 2;
  align-items: start;
  justify-content: center;
  gap: 3rem;
}

  .sce-sec2-box .r .box {
    width: 100%;
    overflow: hidden;
}

  .sce-sec2-box .r .box img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

  .sce-sec2-box .r p {
    font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
    line-height: 3.0;
}

.sce-sec3-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("../images/sce-bg-img.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 6rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .sce-sec3-bg {
  padding-top: 15rem;
  padding-bottom: 8rem;
}
}

.sce-sec3-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sce-sec3-box  p {
    font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
    line-height: 2.4;
}

.sce-sec3-box .main p {
  text-align: center;
}

@media (min-width: 768px) {
  .sce-sec3-box  p {
    line-height: 2.8;
}

.sce-sec3-box .main p {
  text-align: start;
}
}

.sce-sec3-box .no {
  font-size: clamp(2.125rem, 1.842rem + 1.23vw, 3rem);
  color: #FF7E39;
  display: block;
  padding-bottom: 0.8rem;
  border-bottom: 1px #000 solid;
  line-height: 1.5;
}

.sce-sec3-box .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 2rem;
  max-width: 995px;
}

@media (min-width: 768px) {
.sce-sec3-box .text {
  flex-direction: row;
    align-items: start;
    gap: 1rem;
}
}

.sce-sec3-box .text .l {
  flex: 1;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  gap: 1rem;
}

.sce-sec3-box .text .l p {
  font-size: clamp(1.5rem, 1.298rem + 0.88vw, 2.125rem);
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  color: #10035B;
  line-height: 1.8;
}

.sce-sec3-box .text .r {
  display: inline-flex;
  flex-direction: column;
  flex: 2;
  align-items: start;
  justify-content: center;
  gap: 3rem;
}

.sce-sec3-box .deco {
  width: 100%;
  height: 320px;
  max-width: 840px;
  background-image: url("../images/sce-02-sp.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 768px) {
  .sce-sec3-box .deco {
  background-image: url("../images/sce-02-pc.png");
}
}

.sce-sec4-text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 95%;
}

.sce-sec4-text p {
    font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
    line-height: 2.4;
    position: relative;
}

.sce-sec4-text p::before {
  display: none;
  content: "";
  position: absolute;
  background-image: url("../images/line-l.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 40px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.sce-sec4-text p::after {
  display: none;
  content: "";
  position: absolute;
  background-image: url("../images/line-r.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 40px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .sce-sec4-text p::before {
  display: block;
  left: -10%;
}

.sce-sec4-text p::after {
  display: block;
  right: -10%;
}
}

.sto-sec2-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1.8rem;
}

.sto-sec2-box h2 {
  font-size: clamp(1rem, 0.676rem + 1.4vw, 2rem);
  line-height: 1.8;
  color: #10035B;
}

.sto-sec2-box .list {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  row-gap: 1.4rem;
}

.sto-sec2-box .list p {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  line-height: 1.8;
}

.sto-sec2-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sto-sec2-img img {
  width: 100%;
  height: 40vh;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 992px) {
.sto-sec2-img img {
  height: 100%;
}
}

.sto-sec3-box,
.sto-sec4-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1.5rem;
}

.sto-sec3-box h2,
.sto-sec4-box h2 {
  font-size: clamp(1rem, 0.676rem + 1.4vw, 2rem);
  line-height: 1.8;
  color: #10035B;
}

.sto-sec3-box .p {
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
  line-height: 1.8;
}

.sto-sec3-box .text,
.sto-sec4-box .text {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  line-height: 2.4;
}

.iframe {
  border:none !important; 
  display:block !important;
}