@charset "UTF-8";
/*
Theme Name: SWELL Child
Template: swell
*/
html {
  margin-top: 0 !important;
}

figure img {
  width: 100%;
  height: auto;
}

.l-content {
  margin-bottom: 0 !important;
}

.displaynone {
  display: none !important;
}

#wpadminbar,
#breadcrumb,
.c-pageTitle {
  display: none;
}

.l-content {
  padding-top: 0;
}

.l-mainContent__inner .post_content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.is-style-default > .c-tabList .c-tabList__button:hover,
.is-style-default > .c-tabList .c-tabList__button[aria-selected=true] {
  background-color: inherit;
  color: inherit;
}

.wp-block-list {
  padding: 0 0 0 0.5em !important;
}

.w-beforeFooter {
  margin: 0 auto;
}

.swell-block-fullWide.sp-py-40,
.swell-block-fullWide.pc-py-60 {
  padding: 0 !important;
}

.c-postTimes__posted.icon-posted:before {
  content: none;
}

.swell-block-columns__inner {
  margin-left: 0;
  width: 100%;
}

textarea {
  resize: none;
}

.displaynone {
  display: none;
}

.swell-block-fullWide__inner.l-article,
.swell-block-fullWide__inner.l-container {
  --swl-fw_inner_pad: 24px 0 !important;
}

.l-mainContent.l-article {
  max-width: 100% !important;
}

#content,
.post_content {
  padding: 0 !important;
}

.link_arrow .swell-block-button__link {
  box-shadow: none;
  transition: none;
  transition: all 0.3s ease;
  background: none;
  font-size: 16px;
  line-height: 2;
  font-weight: inherit;
  color: #994227;
  padding-right: 52px;
  font-family: "Shippori Antique", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .link_arrow .swell-block-button__link {
    padding-right: 42px;
  }
}
.link_arrow .swell-block-button__link span {
  border-bottom: 2px solid #994227;
  position: relative;
  display: inline-block;
}
.link_arrow .swell-block-button__link span:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url("images/common/menu_icon_link_red.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: -52px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.link_arrow .swell-block-button__link:hover {
  box-shadow: none;
}
.link_arrow .swell-block-button__link:hover span:after {
  right: -58px;
  width: 46px;
  height: 46px;
}

.btn_yellow {
  margin-bottom: 12px;
}
.btn_yellow .swell-block-button__link {
  width: 169px;
  height: 40px;
  box-shadow: none;
  border-radius: 999px;
  transition: none;
  transition: all 0.3s ease;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_yellow .swell-block-button__link span {
  color: #564400;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.btn_yellow .swell-block-button__link .swl-inline-color {
  position: relative;
  padding-left: 24px;
}
.btn_yellow .swell-block-button__link .swl-inline-color:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("images/common/btn_arrow_blown.png");
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.btn_yellow .swell-block-button__link:hover {
  box-shadow: none;
  background-color: #F0E3B2;
}
@media screen and (max-width: 768px) {
  .btn_yellow .swell-block-button__link {
    width: 159px;
    height: 40px;
  }
}

.btn_red .swell-block-button__link {
  width: 169px;
  height: 40px;
  border-radius: 999px;
  box-shadow: none;
  transition: none;
  transition: all 0.3s ease;
}
.btn_red .swell-block-button__link span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.btn_red .swell-block-button__link .swl-inline-color {
  position: relative;
  padding-left: 24px;
  line-height: 1;
}
.btn_red .swell-block-button__link .swl-inline-color:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("images/common/google_pin_white.png");
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.btn_red .swell-block-button__link:hover {
  box-shadow: none;
  background-color: #BC360D;
}
@media screen and (max-width: 768px) {
  .btn_red .swell-block-button__link {
    width: 159px;
    height: 40px;
  }
}

.btn_red_line {
  display: flex;
  align-self: start;
  justify-content: center;
}
.btn_red_line .swell-block-button__link {
  min-width: 384px;
  min-height: auto;
  width: 33%;
  aspect-ratio: 384/88;
  border-radius: 12px;
  background-color: #D64C22;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
  padding: 2% 8.58% 2% 5%;
  text-align: left;
  transition: all 0.3s ease;
}
@media (max-width: 478px) {
  .btn_red_line .swell-block-button__link {
    font-size: 18px;
    min-width: 100%;
    aspect-ratio: 327/84;
    padding: 24px 44px;
  }
}
.btn_red_line .swell-block-button__link span {
  position: relative;
}
.btn_red_line .swell-block-button__link span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-image: url("images/bento/btn_img_line.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.btn_red_line .swell-block-button__link span:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  right: -44px;
  background-image: url("images/common/menu_icon_link_white.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.btn_red_line .swell-block-button__link:hover {
  background-color: #BC360D;
  box-shadow: none;
}

.btn_beige .swell-block-button__link {
  width: 296px;
  height: 40px;
  border-radius: 999px;
  box-shadow: none;
  transition: none;
  transition: all 0.3s ease;
  background-color: #F0E3B2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  padding-left: 24px;
  padding-right: 48px;
  position: relative;
}
.btn_beige .swell-block-button__link:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("images/common/btn_arrow_black_tilt.png");
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .btn_beige .swell-block-button__link:before {
    right: 10px;
  }
}
.btn_beige .swell-block-button__link span {
  color: #272727;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .btn_beige .swell-block-button__link span {
    font-size: 12px;
  }
}
.btn_beige .swell-block-button__link:hover {
  box-shadow: none;
  background-color: #F8F2DA;
}
@media screen and (max-width: 768px) {
  .btn_beige .swell-block-button__link {
    width: 232px;
    height: 40px;
    padding-right: 30px;
    padding-left: 10px;
  }
}

.post_content .section_ttl {
  font-size: 40px;
  font-family: "Shippori Antique", sans-serif;
  line-height: 1.1;
  width: 100%;
  text-align: left;
  position: relative;
  margin-bottom: 48px;
  font-weight: normal;
}
.post_content .section_ttl:before {
  content: "";
  position: absolute;
  width: 57px;
  height: 16px;
  background-image: url("images/common/section_ttl_img.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -48px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .post_content .section_ttl:before {
    top: -28px;
  }
}
@media screen and (max-width: 768px) {
  .post_content .section_ttl {
    font-size: 24px;
  }
}
.post_content .section_ttl2 {
  font-size: 40px;
  font-family: "Shippori Antique", sans-serif;
  line-height: 1.1;
  width: 100%;
  text-align: left;
  position: relative;
  margin-bottom: 48px;
  font-weight: normal;
}
.post_content .section_ttl2:before {
  content: "";
  position: absolute;
  width: 57px;
  height: 16px;
  background-image: url("images/common/section_ttl_img2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -48px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .post_content .section_ttl2:before {
    top: -28px;
  }
}
@media screen and (max-width: 768px) {
  .post_content .section_ttl2 {
    font-size: 24px;
  }
}
.post_content .section_ttl_line {
  font-size: 28px;
  line-height: 1.1;
  color: #272727;
  position: relative;
  padding-bottom: 17px;
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .post_content .section_ttl_line {
    font-size: 20px;
    margin-bottom: 41px !important;
  }
}
.post_content .section_ttl_line:after {
  content: "";
  position: absolute;
  width: 29px;
  height: 5px;
  background-color: #D64C22;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1px;
}
.post_content .section_ttl_dot_horizontal {
  padding-left: 81px;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.6;
  margin-bottom: 24px;
}
.post_content .section_ttl_dot_horizontal:before {
  content: "";
  position: absolute;
  background-image: url("images/common/section_ttl_img2.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 57px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}
@media screen and (max-width: 768px) {
  .post_content .section_ttl_dot_horizontal {
    font-size: 20px;
  }
}

.section_ttl_dot_vertical {
  text-align: vertical-rl;
  font-size: 32px;
  line-height: 1.1;
  font-family: "Shippori Antique", sans-serif;
  position: relative;
  padding-left: 41px;
}
.section_ttl_dot_vertical:before {
  content: "";
  position: absolute;
  background-image: url("images/common/section_ttl_img_vertical.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 17px;
  height: 57px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .section_ttl_dot_vertical {
    font-size: 24px;
    padding-left: 0;
    padding-right: 25px;
    writing-mode: vertical-rl;
  }
  .section_ttl_dot_vertical:before {
    right: 0;
    left: auto;
  }
}

.section_ttl_dot_vertical2 {
  text-align: vertical-rl;
  font-size: 32px;
  line-height: 1.1;
  font-family: "Shippori Antique", sans-serif;
  position: relative;
  padding-left: 41px;
}
.section_ttl_dot_vertical2:before {
  content: "";
  position: absolute;
  background-image: url("images/common/section_ttl_img_vertical2.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 17px;
  height: 57px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .section_ttl_dot_vertical2 {
    font-size: 24px;
    padding-left: 0;
    padding-right: 25px;
    writing-mode: vertical-rl;
  }
  .section_ttl_dot_vertical2:before {
    right: 0;
    left: auto;
  }
}

.section_ttl_center {
  font-size: 32px !important;
  font-family: "Shippori Antique", sans-serif;
  line-height: 2.2 !important;
  width: 100%;
  text-align: center !important;
  position: relative !important;
  margin-bottom: 12px !important;
  font-weight: normal !important;
}
.section_ttl_center:before {
  content: "" !important;
  position: absolute !important;
  width: 57px !important;
  height: 16px !important;
  background-image: url("images/common/section_ttl_img.png");
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center !important;
  top: -28px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
@media screen and (max-width: 768px) {
  .section_ttl_center {
    font-size: 24px !important;
  }
}

.p-postList__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .p-postList__title {
    ellipsis: 3;
  }
}

.lower_fv_section {
  background-color: #F9F5E6;
}
.lower_fv_section .swell-block-fullWide__inner {
  width: 100vw;
  max-width: 100%;
  padding: 160px 0 80px !important;
}
@media (max-width: 1200px) {
  .lower_fv_section .swell-block-fullWide__inner {
    padding: 160px 16px 80px 16px !important;
  }
}
@media screen and (max-width: 768px) {
  .lower_fv_section .swell-block-fullWide__inner {
    padding: 100px 24px 40px 24px !important;
  }
}

.lower_fv_section2 .swell-block-fullWide__inner {
  width: 100vw;
  max-width: 100%;
  padding: 160px 0 80px !important;
}
@media (max-width: 1200px) {
  .lower_fv_section2 .swell-block-fullWide__inner {
    padding: 160px 16px 80px 16px !important;
  }
}
@media screen and (max-width: 768px) {
  .lower_fv_section2 .swell-block-fullWide__inner {
    padding: 100px 24px 40px 24px !important;
  }
}
.lower_fv_section2 .swell-block-fullWide__inner .lower_fv_img_box .swell-block-columns__inner {
  grid-template-columns: 1fr;
}
.lower_fv_section2 .swell-block-fullWide__inner .page-heading__breadcrumb {
  justify-content: center;
  gap: 36px;
}

.section .swell-block-fullWide__inner {
  padding: 80px 0 80px 0;
}
@media (max-width: 1200px) {
  .section .swell-block-fullWide__inner {
    padding: 80px 24px 80px 24px;
  }
}
@media screen and (max-width: 768px) {
  .section .swell-block-fullWide__inner {
    padding: 64px 24px 40px 24px;
  }
}

.lower_fv_section__ttl {
  font-size: 40px;
  font-family: "Shippori Antique", sans-serif;
  line-height: 1.1;
  width: 100%;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower_fv_section__ttl {
    font-size: 32px;
  }
}

.lower_fv_img_box .swell-block-columns__inner {
  display: grid;
  grid-template-columns: 1fr 212px 1fr;
  justify-items: space-around;
  align-items: flex-start;
  gap: 9.31vw;
}
@media screen and (max-width: 768px) {
  .lower_fv_img_box .swell-block-columns__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
}
.lower_fv_img_box .swell-block-columns__inner .swell-block-column {
  width: 100%;
  margin-left: 0;
}

.lower_fv_img_left,
.lower_fv_img_right {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.lower_fv_img_left figure,
.lower_fv_img_right figure {
  margin-bottom: 0;
}

.page-heading {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 48px;
}

.page-heading__inner {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.page-heading__title {
  writing-mode: vertical-rl;
  font-size: 48px !important;
  line-height: 1.1 !important;
  color: #272005 !important;
  font-family: "Shippori Antique", sans-serif;
  font-weight: normal !important;
  display: flex;
  flex-direction: column;
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  gap: 29px;
  justify-content: center;
  margin-right: 23px !important;
}
@media screen and (max-width: 768px) {
  .page-heading__title {
    font-size: 32px !important;
  }
}
.page-heading__title:before {
  display: none;
  border: none !important;
}

.page-heading__title-red,
.page-heading__title-yellow,
.page-heading__title-red2 {
  position: relative;
  display: block;
}
.page-heading__title-red:before,
.page-heading__title-yellow:before,
.page-heading__title-red2:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 81%;
  right: -23px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.page-heading__title-red:before {
  background-image: url("images/common/lower_page_ttl_img_red.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.page-heading__title-red2:before {
  background-image: url("images/common/lower_page_ttl_img_red_long.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.page-heading__title-yellow:before {
  background-image: url("images/common/lower_page_ttl_img_yellow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.page-heading__breadcrumb {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page-heading__breadcrumb {
    justify-content: center;
    gap: 36px;
  }
}

.page-heading__link {
  position: relative;
}
.page-heading__link:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-image: url("images/common/lower_ttl_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  right: -24px;
}

.page-heading__current {
  color: #A7A291;
}

#header_custom,
#sp_menu_custom {
  display: none;
}

.l-fixHeader {
  margin-top: 0;
  display: none;
}

.l-container {
  max-width: 100vw;
}

#sp_menu_custom {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: #FBFAF6;
  z-index: 9999;
  overflow-y: auto;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
#sp_menu_custom.is-show {
  transform: translateX(0) !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}
#sp_menu_custom.is-show .p-spMenu__inner {
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0) !important;
}
#sp_menu_custom.is-show .p-spMenu__inner:before {
  display: block;
}

.-right .p-spMenu__inner {
  right: 0;
  -webkit-transform: translateX(100vw) !important;
  transform: translateX(100vw) !important;
}

[data-spmenu=opened] .p-spMenu__inner {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

.p-spMenu__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.p-spMenu__overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.l-header__inner,
.l-fixHeader__inner {
  height: 95px;
  width: 100vw !important;
  padding: 0 4.17%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media (max-width: 960px) {
  .l-header__inner,
  .l-fixHeader__inner {
    padding: 0 16px;
  }
}
@media (max-width: 960px) {
  .l-header__inner,
  .l-fixHeader__inner {
    height: 52px;
    justify-content: space-between;
    margin-top: 16px;
  }
}

#gnav .ttl,
.c-gnav .ttl {
  font-size: 16px;
}

.c-gnav .menu-item a {
  padding: 0;
  margin-right: 24px;
  font-weight: 700;
}
.c-gnav .menu-item:last-child a {
  margin-right: 0;
}
@media (min-width: 961px) {
  .c-gnav .menu-item-81,
  .c-gnav .menu-item-85,
  .c-gnav .menu-item-86 {
    position: relative;
    margin-right: 42px;
  }
  .c-gnav .menu-item-81::before,
  .c-gnav .menu-item-85::before,
  .c-gnav .menu-item-86::before {
    content: "" !important;
    position: absolute !important;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url("images/common/menu_icon_arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .c-gnav .menu-item-81 a,
  .c-gnav .menu-item-85 a,
  .c-gnav .menu-item-86 a {
    margin-right: 0;
  }
  .c-gnav .menu-item-81 .sub-menu,
  .c-gnav .menu-item-85 .sub-menu,
  .c-gnav .menu-item-86 .sub-menu {
    top: 166% !important;
    left: 0 !important;
    padding: 20px 30px;
    border-radius: 16px;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  .c-gnav .menu-item-81 .sub-menu:before,
  .c-gnav .menu-item-85 .sub-menu:before,
  .c-gnav .menu-item-86 .sub-menu:before {
    border-radius: 16px;
    border: 1px solid #F2EAC7;
  }
  .c-gnav .menu-item-81 .sub-menu li a,
  .c-gnav .menu-item-85 .sub-menu li a,
  .c-gnav .menu-item-86 .sub-menu li a {
    color: #272005;
    padding: 8px 0;
    display: block;
  }
  .c-gnav .menu-item-81 .sub-menu li a::before,
  .c-gnav .menu-item-85 .sub-menu li a::before,
  .c-gnav .menu-item-86 .sub-menu li a::before {
    content: none !important;
  }
  .c-gnav .menu-item-81 .sub-menu li a .ttl,
  .c-gnav .menu-item-85 .sub-menu li a .ttl,
  .c-gnav .menu-item-86 .sub-menu li a .ttl {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600 !important;
  }
  .c-gnav .menu-item-81 .sub-menu li a:hover,
  .c-gnav .menu-item-85 .sub-menu li a:hover,
  .c-gnav .menu-item-86 .sub-menu li a:hover {
    color: #A7A291 !important;
    background-color: transparent !important;
  }
  .c-gnav .menu-item-81 .sub-menu li:last-child,
  .c-gnav .menu-item-85 .sub-menu li:last-child,
  .c-gnav .menu-item-86 .sub-menu li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 960px) {
  .c-gnav .menu-item-81 .sub-menu li a,
  .c-gnav .menu-item-85 .sub-menu li a,
  .c-gnav .menu-item-86 .sub-menu li a {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    background-color: #D64C22;
    padding: 4px 12px;
  }
  .c-gnav .menu-item-81 .sub-menu li a::before,
  .c-gnav .menu-item-85 .sub-menu li a::before,
  .c-gnav .menu-item-86 .sub-menu li a::before {
    content: none !important;
  }
  .c-gnav .menu-item-81 .sub-menu li a:after,
  .c-gnav .menu-item-85 .sub-menu li a:after,
  .c-gnav .menu-item-86 .sub-menu li a:after {
    content: "" !important;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-image: url("images/common/menu_icon_arrow_white.png");
    background-size: contain;
  }
}
.c-gnav .menu-item-134 {
  display: flex;
  align-items: center;
}
.c-gnav .menu-item-134 a {
  color: #fff;
  font-size: 15px !important;
  font-weight: 600;
  width: 130px;
  height: 39px;
  border-radius: 999px;
  background-color: #D64C22;
  padding: 12px 15px;
  text-align: center;
  margin-right: 8px;
  transition: all 0.3s ease;
}
.c-gnav .menu-item-134 a:after {
  content: none !important;
}
.c-gnav .menu-item-134 a .ttl {
  font-size: 15px !important;
}
.c-gnav .menu-item-134 a:hover {
  background-color: #BC360D;
}
.c-gnav .menu-item-135 {
  display: flex;
  align-items: center;
}
.c-gnav .menu-item-135 a {
  color: #272005;
  font-weight: 600;
  width: 160px;
  height: 39px;
  border-radius: 999px;
  background-color: #F8F2DA;
  padding: 12px 15px;
  text-align: center;
  transition: all 0.3s ease;
}
.c-gnav .menu-item-135 a:after {
  content: none !important;
}
.c-gnav .menu-item-135 a .ttl {
  font-size: 15px !important;
}
.c-gnav .menu-item-135 a:hover {
  background-color: #F0E3B2;
}

.-series .l-header__inner,
.-series .l-fixHeader__inner {
  align-items: flex-end;
  padding: 0 4.17%;
}
@media (max-width: 1180px) {
  .-series .l-header__inner,
  .-series .l-fixHeader__inner {
    padding: 0 16px;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
    align-items: flex-start;
  }
  .-series .l-header__inner .c-gnav,
  .-series .l-fixHeader__inner .c-gnav {
    justify-content: space-around;
  }
}
@media (max-width: 960px) {
  .-series .l-header__inner,
  .-series .l-fixHeader__inner {
    gap: 0;
    flex-direction: row;
    align-items: flex-end;
  }
  .-series .l-header__inner .c-gnav,
  .-series .l-fixHeader__inner .c-gnav {
    justify-content: flex-start;
  }
}
@media (max-width: 960px) {
  .-series .l-header__inner .l-header__menuBtn.sp_,
  .-series .l-fixHeader__inner .l-header__menuBtn.sp_ {
    flex-direction: row;
    width: 110px;
    height: 36px;
    box-sizing: border-box;
    border-radius: 999px;
  }
  .-series .l-header__inner .l-header__menuBtn.sp_ .c-iconBtn.-menuBtn.c-plainBtn,
  .-series .l-fixHeader__inner .l-header__menuBtn.sp_ .c-iconBtn.-menuBtn.c-plainBtn {
    flex-wrap: nowrap;
  }
  .-series .l-header__inner .l-header__menuBtn.sp_ .c-iconBtn.-menuBtn.c-plainBtn .icon-menu-thin:before,
  .-series .l-fixHeader__inner .l-header__menuBtn.sp_ .c-iconBtn.-menuBtn.c-plainBtn .icon-menu-thin:before {
    content: none !important;
  }
  .-series .l-header__inner .l-header__menuBtn.sp_ .c-iconBtn__icon.icon-menu-thin,
  .-series .l-fixHeader__inner .l-header__menuBtn.sp_ .c-iconBtn__icon.icon-menu-thin {
    content: none !important;
    background-image: url("images/common/menu_icon_line.png");
    width: 20px;
    height: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.-series .l-header__inner .l-header__menuBtn.sp_ .c-iconBtn__label,
.-series .l-fixHeader__inner .l-header__menuBtn.sp_ .c-iconBtn__label {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  width: auto;
}

.-series .l-header__logo {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-right: 24px;
  padding: 0;
  width: 180px;
}
@media (max-width: 1180px) {
  .-series .l-header__logo {
    width: 125px;
    margin-right: 0;
  }
}
@media (max-width: 960px) {
  .-series .l-header__logo {
    margin-bottom: -8px;
  }
}

.l-header .l-header__inner,
.l-header .p-spMenu__inner,
.l-header .l-fixHeader__inner {
  box-shadow: none !important;
}
.l-header .l-header__inner .-series .l-header__logo,
.l-header .l-header__inner .l-fixHeader__logo,
.l-header .p-spMenu__inner .-series .l-header__logo,
.l-header .p-spMenu__inner .l-fixHeader__logo,
.l-header .l-fixHeader__inner .-series .l-header__logo,
.l-header .l-fixHeader__inner .l-fixHeader__logo {
  width: 180px;
  padding: 0 !important;
  display: flex;
  justify-content: flex-end !important;
  margin-right: 0;
}
@media (max-width: 960px) {
  .l-header .l-header__inner .-series .l-header__logo,
  .l-header .l-header__inner .l-fixHeader__logo,
  .l-header .p-spMenu__inner .-series .l-header__logo,
  .l-header .p-spMenu__inner .l-fixHeader__logo,
  .l-header .l-fixHeader__inner .-series .l-header__logo,
  .l-header .l-fixHeader__inner .l-fixHeader__logo {
    width: 125px;
  }
}
.l-header .l-header__inner .c-headLogo__link,
.l-header .p-spMenu__inner .c-headLogo__link,
.l-header .l-fixHeader__inner .c-headLogo__link {
  display: flex !important;
  align-items: flex-end !important;
  padding: 0;
}
.l-header .l-header__inner .c-headLogo__img,
.l-header .p-spMenu__inner .c-headLogo__img,
.l-header .l-fixHeader__inner .c-headLogo__img {
  width: 100%;
  object-fit: contain;
  object-position: center;
  height: auto !important;
}
.l-header .l-header__inner .c-gnavWrap,
.l-header .l-header__inner .l-fixHeader__gnav.c-gnavWrap,
.l-header .p-spMenu__inner .c-gnavWrap,
.l-header .p-spMenu__inner .l-fixHeader__gnav.c-gnavWrap,
.l-header .l-fixHeader__inner .c-gnavWrap,
.l-header .l-fixHeader__inner .l-fixHeader__gnav.c-gnavWrap {
  background-color: #fff;
  border: 1px solid #F2EAC7;
  border-radius: 999px;
  padding: 16px 16px 16px 32px;
  height: 71px;
  box-sizing: border-box;
}
@media (max-width: 960px) {
  .l-header .l-header__inner .c-gnavWrap,
  .l-header .l-header__inner .l-fixHeader__gnav.c-gnavWrap,
  .l-header .p-spMenu__inner .c-gnavWrap,
  .l-header .p-spMenu__inner .l-fixHeader__gnav.c-gnavWrap,
  .l-header .l-fixHeader__inner .c-gnavWrap,
  .l-header .l-fixHeader__inner .l-fixHeader__gnav.c-gnavWrap {
    display: none !important;
  }
}
@media (max-width: 1180px) {
  .l-header .l-header__inner .l-fixHeader__gnav.c-gnavWrap,
  .l-header .p-spMenu__inner .l-fixHeader__gnav.c-gnavWrap,
  .l-header .l-fixHeader__inner .l-fixHeader__gnav.c-gnavWrap {
    margin-left: 0;
  }
}
@media (max-width: 960px) {
  .l-header .l-header__inner .l-header__customBtn.sp_,
  .l-header .l-header__inner .l-header__menuBtn.sp_,
  .l-header .p-spMenu__inner .l-header__customBtn.sp_,
  .l-header .p-spMenu__inner .l-header__menuBtn.sp_,
  .l-header .l-fixHeader__inner .l-header__customBtn.sp_,
  .l-header .l-fixHeader__inner .l-header__menuBtn.sp_ {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}

.-series .c-headLogo {
  margin-right: 0 !important;
}

.p-spMenu__inner {
  width: 100vw;
  padding-top: 0;
}
.p-spMenu__inner:before {
  background: transparent !important;
}
.p-spMenu__inner .p-spMenu__closeBtn {
  background-color: #fff;
  color: #D64C22;
  width: 110px;
  height: 36px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  position: fixed;
  top: 50px;
  transform: translateY(-50%);
  right: 16px;
}
.p-spMenu__inner .p-spMenu__closeBtn:before {
  content: "閉じる";
  position: absolute;
  top: 50%;
  left: 62%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 12px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  pointer-events: none;
}
.p-spMenu__inner .p-spMenu__closeBtn .icon-close-thin.icon-close-thin:before {
  content: "" !important;
  background-image: url("images/common/menu_icon_close.png");
  width: 18px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 22px;
}
.p-spMenu__inner .p-spMenu__closeBtn .c-iconBtn.-menuBtn.c-plainBtn {
  justify-content: flex-start !important;
  padding-left: 22px !important;
}
@media screen and (max-width: 960px) {
  .p-spMenu__inner .p-spMenu__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #FBFAF6;
    padding: 91px 24px 32px 24px !important;
    height: auto !important;
    max-height: 100vh !important;
    overflow-y: auto !important;
    position: relative;
  }
  .p-spMenu__inner .p-spMenu__body:before {
    content: "";
    position: absolute;
    top: 29px;
    left: 16px;
    width: 125px;
    height: 46px;
    background-image: url("images/common/footer_logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .p-spMenu__inner .p-spMenu__body .c-widget__title.-spmenu {
    display: none;
  }
  .p-spMenu__inner .p-spMenu__body .c-spnav a {
    border-bottom: none;
    font-size: 18px;
  }
  .p-spMenu__inner .p-spMenu__body .c-spnav a:before {
    content: "";
  }
  .p-spMenu__inner .p-spMenu__body .p-spMenu__nav {
    width: 100%;
  }
  .p-spMenu__inner .p-spMenu__body .c-listMenu.c-listMenu li {
    border-bottom: 1px solid #DED9CA;
  }
  .p-spMenu__inner .p-spMenu__body .c-listMenu.c-listMenu li a {
    position: relative;
    padding: 12px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
  }
  .p-spMenu__inner .p-spMenu__body .c-listMenu.c-listMenu li a:after {
    content: "" !important;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 30px;
    height: 28px;
    background-image: url("images/common/menu_icon_link.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
  }
  .p-spMenu__inner .p-spMenu__body .c-listMenu.c-listMenu li .sub-menu li a {
    padding: 2px 12px;
    background-color: #D64C22;
    color: #fff;
    font-size: 14px;
    line-height: 2;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    font-family: "Shippori Antique", sans-serif;
  }
  .p-spMenu__inner .p-spMenu__body .c-listMenu.c-listMenu li .sub-menu li a:after {
    content: "" !important;
    position: absolute;
    background-image: url("images/common/menu_icon_link_arrow_white.png");
    width: 10px;
    height: 10px;
    right: 12px;
  }
  .p-spMenu__inner .p-spMenu__body .c-listMenu.c-listMenu li .sub-menu li:first-child {
    margin-bottom: 8px;
  }
  .p-spMenu__inner .p-spMenu__body .c-listMenu.c-listMenu li .sub-menu li:last-child {
    margin-bottom: 12px;
  }
  .p-spMenu__inner .p-spMenu__body .c-listMenu.c-listMenu li .sub-menu .menu-item-98 a {
    background-color: #ECE7D6;
    color: #564400;
  }
  .p-spMenu__inner .p-spMenu__body .c-listMenu.c-listMenu li .sub-menu .menu-item-98 a:after {
    background-image: url("images/common/menu_icon_link_arrow_blown.png");
  }
}

@media screen and (max-width: 960px) {
  #header_custom {
    top: -1px;
  }
}

#body_wrap #sp_menu_custom .-right.p-spMenu__inner {
  transform: translateX(100vw);
}

#before_footer_widget .swell-block-fullWide__inner {
  padding: 0;
}
#before_footer_widget .swell-block-fullWide.has-bg-img {
  position: relative;
}
@media screen and (max-width: 1024px) {
  #before_footer_widget .swell-block-fullWide.has-bg-img {
    background-image: url("images/common/footer_bg_img_sp.png") !important;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 599px) {
  #before_footer_widget .swell-block-fullWide.has-bg-img {
    background-size: contain;
  }
}
#before_footer_widget .l-container {
  padding: 0;
}
#before_footer_widget .swell-block-fullWide {
  padding: 80px 0 125px 0 !important;
}
@media screen and (max-width: 768px) {
  #before_footer_widget .swell-block-fullWide {
    padding: 80px 0 120px 0 !important;
  }
}
@media screen and (max-width: 768px) {
  #before_footer_widget .footer_inner {
    margin-bottom: 64px !important;
    padding: 0 24px;
  }
}
#before_footer_widget .footer_inner .swell-block-columns__inner {
  justify-content: space-between;
  display: grid;
  grid-template-columns: minmax(274px, 1fr) minmax(652px, 1fr);
}
@media screen and (max-width: 1024px) {
  #before_footer_widget .footer_inner .swell-block-columns__inner {
    justify-content: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    gap: 48px;
  }
}
#before_footer_widget .footer_inner .swell-block-columns__inner .swell-block-column {
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #before_footer_widget .footer_inner .swell-block-columns__inner.l-article {
    padding: 0 24px !important;
  }
}
#before_footer_widget .footer_inner .footer_left {
  align-items: center;
  gap: 0;
  max-width: 274px;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  #before_footer_widget .footer_inner .footer_left {
    max-width: 100%;
    margin: 0 auto;
  }
}
#before_footer_widget .footer_inner .footer_left .footer_logo {
  max-width: 274px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #before_footer_widget .footer_inner .footer_left .footer_logo {
    margin-bottom: 24px;
  }
}
#before_footer_widget .footer_inner .footer_left .footer_address {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
}
#before_footer_widget .footer_inner .footer_left .footer_btn_wrapper .swell-block-columns__inner {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #before_footer_widget .footer_inner .footer_left .footer_btn_wrapper .swell-block-columns__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
#before_footer_widget .footer_inner .footer_left .btn_yellow {
  margin-bottom: 12px;
}
#before_footer_widget .footer_inner .footer_left .btn_yellow .swell-block-button__link {
  width: 160px;
  height: 36px;
  box-shadow: none;
  border-radius: 999px;
  transition: none;
  transition: all 0.3s ease;
}
#before_footer_widget .footer_inner .footer_left .btn_yellow .swell-block-button__link svg {
  display: none;
}
#before_footer_widget .footer_inner .footer_left .btn_yellow .swell-block-button__link span {
  color: #564400;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
#before_footer_widget .footer_inner .footer_left .btn_yellow .swell-block-button__link .swl-inline-color {
  position: relative;
  padding-left: 21px;
}
#before_footer_widget .footer_inner .footer_left .btn_yellow .swell-block-button__link .swl-inline-color:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 13px;
  background-image: url("images/common/google_pin.png");
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#before_footer_widget .footer_inner .footer_left .btn_yellow .swell-block-button__link .swl-inline-color:hover {
  box-shadow: none;
  background-color: #F0E3B2;
}
#before_footer_widget .footer_inner .footer_left .btn_red .swell-block-button__link {
  width: 160px;
  height: 36px;
  border-radius: 999px;
  box-shadow: none;
  transition: none;
  transition: all 0.3s ease;
}
#before_footer_widget .footer_inner .footer_left .btn_red .swell-block-button__link span {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
#before_footer_widget .footer_inner .footer_left .btn_red .swell-block-button__link span:before {
  content: none;
}
#before_footer_widget .footer_inner .footer_left .btn_red .swell-block-button__link svg {
  display: none;
}
#before_footer_widget .footer_inner .footer_left .btn_red .swell-block-button__link .swl-inline-color {
  position: relative;
  padding-left: 21px;
}
#before_footer_widget .footer_inner .footer_left .btn_red .swell-block-button__link .swl-inline-color:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-image: url("images/common/btn_icon_plane.png");
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#before_footer_widget .footer_inner .footer_left .btn_red .swell-block-button__link .swl-inline-color:before:hover {
  box-shadow: none;
  background-color: #BC360D;
}
#before_footer_widget .footer_inner .footer_right .swell-block-columns__inner {
  display: flex;
  gap: 100px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #before_footer_widget .footer_inner .footer_right .swell-block-columns__inner {
    flex-wrap: wrap;
    gap: 40px;
  }
}
#before_footer_widget .footer_inner .footer_right .swell-block-columns__inner .swell-block-column:nth-child(1) {
  width: 24%;
}
@media screen and (max-width: 768px) {
  #before_footer_widget .footer_inner .footer_right .swell-block-columns__inner .swell-block-column:nth-child(1) {
    width: 100%;
  }
}
#before_footer_widget .footer_inner .footer_right .swell-block-columns__inner .swell-block-column:nth-child(2) {
  width: 11.4%;
  display: flex;
  flex-flow: column;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  #before_footer_widget .footer_inner .footer_right .swell-block-columns__inner .swell-block-column:nth-child(2) {
    width: 100%;
    gap: 40px;
  }
}
#before_footer_widget .footer_inner .footer_right .swell-block-columns__inner .swell-block-column:nth-child(3) {
  width: 34.9%;
}
@media screen and (max-width: 768px) {
  #before_footer_widget .footer_inner .footer_right .swell-block-columns__inner .swell-block-column:nth-child(3) {
    width: 100%;
  }
}
#before_footer_widget .footer_inner .footer_right .swell-block-columns__inner .swell-block-column .link_arrow {
  display: flex;
  justify-content: flex-start;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #before_footer_widget .footer_inner .footer_right .swell-block-columns__inner .swell-block-column .link_arrow {
    justify-content: flex-start;
    margin-bottom: 40px;
  }
}
#before_footer_widget .footer_inner .footer_right .swell-block-columns__inner .swell-block-column .link_arrow .swell-block-button__link {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #before_footer_widget .footer_inner .footer_right .swell-block-columns__inner .swell-block-column .link_arrow .swell-block-button__link sapn {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #before_footer_widget .footer_inner .footer_right .swell-block-columns__inner .swell-block-column .link_arrow .swell-block-button__link {
    padding-left: 1.5em;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #before_footer_widget .footer_inner .footer_right .swell-block-columns__inner .swell-block-column .link_arrow .swell-block-button__link:after {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 768px) {
  #before_footer_widget .footer_inner .footer_right .swell-block-columns__inner .swell-block-column .link_arrow .swell-block-button__link:hover:after {
    width: 37px;
    height: 37px;
  }
}
#before_footer_widget .footer_inner .footer_right .footer_menu_link {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 16px;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #before_footer_widget .footer_inner .footer_right .footer_menu_link {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
#before_footer_widget .footer_inner .footer_right .footer_menu_link:hover {
  color: #564400;
}

.footer_list {
  list-style: none;
}
.footer_list li {
  list-style: none;
  position: relative;
  padding-left: 1em;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 12px 0;
  transition: 0.3s ease;
  cursor: pointer;
}
.footer_list li::marker {
  display: none;
  content: "";
}
.footer_list li:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 8px;
  background-image: url("images/common//list_icon_yellow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer_list li:hover {
  color: #564400;
}
@media screen and (max-width: 768px) {
  .footer_list li {
    font-size: 14px;
  }
}

#footer {
  display: none;
}

.footer_link_policy {
  position: absolute;
  bottom: -115px;
  left: 0;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .footer_link_policy {
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: -100px;
  }
}
@media screen and (max-width: 599px) {
  .footer_link_policy {
    bottom: -140px;
  }
}
.footer_link_policy .swell-block-columns__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 0 24px !important;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .footer_link_policy .swell-block-columns__inner {
    margin: 0 auto;
    justify-content: center;
    row-gap: 24px;
  }
}
.footer_link_policy .swell-block-columns__inner .swell-block-column {
  width: 100%;
  margin-left: 0;
}
.footer_link_policy .swell-block-columns__inner .swell-block-column:first-child {
  text-align: right;
}
.footer_link_policy .swell-block-columns__inner .swell-block-column:last-child {
  grid-column: 1/3;
}

.footer_copy {
  font-size: 10px;
  color: #B6B6B6;
  font-weight: 600;
  line-height: 1.6;
}

.footer_link_policy_text a {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  color: #564400;
  text-decoration: underline;
  margin-bottom: 16px;
}

.home .post_content .is-style-section_ttl {
  font-weight: normal;
}

.post_content .kv {
  padding: 0 !important;
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 24px !important;
  height: 100vh !important;
  overflow: hidden;
}
@media (max-width: 960px) {
  .post_content .kv {
    margin-top: -52px !important;
    height: calc(100vh + 52px) !important;
  }
}
.post_content .kv .swell-block-fullWide__inner {
  height: 100%;
  width: 100vw;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100vw !important;
  position: relative;
  background-color: #FBFAF6;
}
.post_content .kv .swell-block-fullWide__inner:before {
  position: absolute;
  background-image: url("images/Top/top_bg_left.png");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  width: 44%;
  height: 50%;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .post_content .kv .swell-block-fullWide__inner:before {
    top: 52px;
    background-image: url("images/Top/top_bg_left_sp.png");
    width: 100%;
    height: 40%;
  }
}
.post_content .kv .swell-block-fullWide__inner:after {
  position: absolute;
  background-image: url("images/Top/top_bg_right.png");
  background-size: cover;
  background-position: 0 13%;
  background-repeat: no-repeat;
  width: 44%;
  height: 31%;
  content: "";
  z-index: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .post_content .kv .swell-block-fullWide__inner:after {
    background-image: url("images/Top/top_bg_right_sp.png");
    width: 50%;
    height: 12%;
  }
}

.kv__visual {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/918;
}
@media screen and (max-width: 768px) {
  .kv__visual {
    aspect-ratio: 375/776;
  }
}

.kv__visual__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.kv__character1,
.kv__character2,
.kv__character3,
.kv__character4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation-duration: 2.5s;
  animation-timing-function: steps(1);
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
@media screen and (max-width: 768px) {
  .kv__character1,
  .kv__character2,
  .kv__character3,
  .kv__character4 {
    animation-duration: 3s;
  }
}

.kv__character1 {
  background-image: url("images/Top/kv_anime1.png");
  animation-name: show-frame-1;
}
@media screen and (max-width: 768px) {
  .kv__character1 {
    background-image: url("images/Top/kv_anime_sp1.png");
  }
}

.kv__character2 {
  background-image: url("images/Top/kv_anime2.png");
  animation-name: show-frame-2;
}
@media screen and (max-width: 768px) {
  .kv__character2 {
    background-image: url("images/Top/kv_anime_sp2.png");
  }
}

.kv__character3 {
  background-image: url("images/Top/kv_anime3.png");
  animation-name: show-frame-3;
}
@media screen and (max-width: 768px) {
  .kv__character3 {
    background-image: url("images/Top/kv_anime_sp3.png");
  }
}

.kv__character4 {
  background-image: url("images/Top/kv_anime4.png");
  animation-name: show-frame-4;
}
@media screen and (max-width: 768px) {
  .kv__character4 {
    background-image: url("images/Top/kv_anime_sp4.png");
  }
}

@keyframes show-frame-1 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes show-frame-2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes show-frame-3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes show-frame-4 {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.kv__copy {
  position: relative;
  z-index: 1;
  width: 250px;
  height: 918px;
  left: 8.3%;
  top: 22%;
}
@media screen and (max-width: 768px) {
  .kv__copy {
    width: 106px;
    height: 520px;
    padding: 0;
  }
}

.kv__text {
  writing-mode: vertical-rl;
  font-size: 56px;
  line-height: 1.1;
  color: #272005;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-family: "Shippori Antique", sans-serif;
}
@media screen and (max-width: 768px) {
  .kv__text {
    font-size: 32px;
  }
}

.kv__group {
  position: relative;
  display: block;
}

/* 2行目は1文字下げ（縦書きなので右方向） */
.kv__group--second {
  margin-right: 0.5em;
  padding-top: 1em;
}

/* 各文字 */
.kv__char {
  opacity: 0;
  display: inline-block;
  animation: kvFadeInSoft 0.8s ease-out forwards;
}

/* 赤文字（＋縦線付き） */
.kv__char--red {
  color: #D64C22;
  position: relative;
}

.kv__char--red::after {
  content: "";
  position: absolute;
  top: 0;
  right: -13px;
  width: 4px;
  height: 126%;
  background-color: #D64C22;
  opacity: 0;
  animation: kvFadeInSoft 0.8s ease-out forwards;
  animation-delay: inherit;
}

/* アニメーション順指定 */
.kv__group--first .kv__char:nth-child(1) {
  animation-delay: 0.1s;
}

.kv__group--first .kv__char:nth-child(2) {
  animation-delay: 0.2s;
}

.kv__group--first .kv__char:nth-child(3) {
  animation-delay: 0.3s;
}

.kv__group--first .kv__char:nth-child(4) {
  animation-delay: 0.4s;
}

.kv__group--first .kv__char:nth-child(5) {
  animation-delay: 0.5s;
}

.kv__group--second .kv__char:nth-child(1) {
  animation-delay: 0.7s;
}

.kv__group--second .kv__char:nth-child(2) {
  animation-delay: 0.8s;
}

.kv__group--second .kv__char:nth-child(3) {
  animation-delay: 0.9s;
}

.kv__group--second .kv__char:nth-child(4) {
  animation-delay: 1s;
}

.kv__group--second .kv__char:nth-child(5) {
  animation-delay: 1.1s;
}

.kv__group--second .kv__char:nth-child(6) {
  animation-delay: 1.2s;
}

.kv__group--second .kv__char:nth-child(7) {
  animation-delay: 1.3s;
}

/* フェードイン（ふわっと） */
@keyframes kvFadeInSoft {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ===================================================
   KVビジュアルアニメーション（1440px基準・全11枚・高さ100%）
   =================================================== */
.kv__visual {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-bottom: 0 !important;
}

.kv__visual__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.kv__message {
  position: absolute;
  bottom: 5%;
  right: 5%;
  font-size: 24px;
  font-family: "Shippori Antique", sans-serif;
  line-height: 2;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .kv__message {
    font-size: 18px;
  }
}
.kv__message .kv__line {
  display: block;
}
.kv__message .kv__char {
  display: inline-block;
  opacity: 0;
  animation: fadeInChar 0.6s ease-out forwards;
}
.kv__message .kv__line:nth-of-type(1) .kv__char:nth-child(1) {
  animation-delay: 2.1s;
}
.kv__message .kv__line:nth-of-type(1) .kv__char:nth-child(2) {
  animation-delay: 2.2s;
}
.kv__message .kv__line:nth-of-type(1) .kv__char:nth-child(3) {
  animation-delay: 2.3s;
}
.kv__message .kv__line:nth-of-type(1) .kv__char:nth-child(4) {
  animation-delay: 2.4s;
}
.kv__message .kv__line:nth-of-type(1) .kv__char:nth-child(5) {
  animation-delay: 2.5s;
}
.kv__message .kv__line:nth-of-type(1) .kv__char:nth-child(6) {
  animation-delay: 2.6s;
}
.kv__message .kv__line:nth-of-type(1) .kv__char:nth-child(7) {
  animation-delay: 2.7s;
}
.kv__message .kv__line:nth-of-type(1) .kv__char:nth-child(8) {
  animation-delay: 2.8s;
}
.kv__message .kv__line:nth-of-type(1) .kv__char:nth-child(9) {
  animation-delay: 2.9s;
}
.kv__message .kv__line:nth-of-type(1) .kv__char:nth-child(10) {
  animation-delay: 3s;
}
.kv__message .kv__line:nth-of-type(1) .kv__char:nth-child(11) {
  animation-delay: 3.1s;
}
.kv__message .kv__line:nth-of-type(1) .kv__char:nth-child(12) {
  animation-delay: 3.2s;
}
.kv__message .kv__line:nth-of-type(1) .kv__char:nth-child(13) {
  animation-delay: 3.3s;
}
.kv__message .kv__line:nth-of-type(1) .kv__char:nth-child(14) {
  animation-delay: 3.4s;
}
.kv__message .kv__line:nth-of-type(2) .kv__char:nth-child(1) {
  animation-delay: 3.6s;
}
.kv__message .kv__line:nth-of-type(2) .kv__char:nth-child(2) {
  animation-delay: 3.7s;
}
.kv__message .kv__line:nth-of-type(2) .kv__char:nth-child(3) {
  animation-delay: 3.8s;
}
.kv__message .kv__line:nth-of-type(2) .kv__char:nth-child(4) {
  animation-delay: 3.9s;
}
.kv__message .kv__line:nth-of-type(2) .kv__char:nth-child(5) {
  animation-delay: 4s;
}
.kv__message .kv__line:nth-of-type(2) .kv__char:nth-child(6) {
  animation-delay: 4.1s;
}
.kv__message .kv__line:nth-of-type(2) .kv__char:nth-child(7) {
  animation-delay: 4.2s;
}
.kv__message .kv__line:nth-of-type(2) .kv__char:nth-child(8) {
  animation-delay: 4.3s;
}
.kv__message .kv__line:nth-of-type(2) .kv__char:nth-child(9) {
  animation-delay: 4.4s;
}
.kv__message .kv__line:nth-of-type(2) .kv__char:nth-child(10) {
  animation-delay: 4.5s;
}
.kv__message .kv__line:nth-of-type(2) .kv__char:nth-child(11) {
  animation-delay: 4.6s;
}
.kv__message .kv__line:nth-of-type(2) .kv__char:nth-child(12) {
  animation-delay: 4.7s;
}
.kv__message .kv__line:nth-of-type(2) .kv__char:nth-child(13) {
  animation-delay: 4.8s;
}
.kv__message .kv__line:nth-of-type(2) .kv__char:nth-child(14) {
  animation-delay: 4.9s;
}
.kv__message .kv__line:nth-of-type(3) .kv__char:nth-child(1) {
  animation-delay: 5.1s;
}
.kv__message .kv__line:nth-of-type(3) .kv__char:nth-child(2) {
  animation-delay: 5.2s;
}
.kv__message .kv__line:nth-of-type(3) .kv__char:nth-child(3) {
  animation-delay: 5.3s;
}
.kv__message .kv__line:nth-of-type(3) .kv__char:nth-child(4) {
  animation-delay: 5.4s;
}
.kv__message .kv__line:nth-of-type(3) .kv__char:nth-child(5) {
  animation-delay: 5.5s;
}
.kv__message .kv__line:nth-of-type(3) .kv__char:nth-child(6) {
  animation-delay: 5.6s;
}
.kv__message .kv__line:nth-of-type(3) .kv__char:nth-child(7) {
  animation-delay: 5.7s;
}
.kv__message .kv__line:nth-of-type(3) .kv__char:nth-child(8) {
  animation-delay: 5.8s;
}
.kv__message .kv__line:nth-of-type(3) .kv__char:nth-child(9) {
  animation-delay: 5.9s;
}
.kv__message .kv__line:nth-of-type(3) .kv__char:nth-child(10) {
  animation-delay: 6s;
}
.kv__message .kv__line:nth-of-type(3) .kv__char:nth-child(11) {
  animation-delay: 6.1s;
}
.kv__message .kv__line:nth-of-type(3) .kv__char:nth-child(12) {
  animation-delay: 6.2s;
}
.kv__message .kv__line:nth-of-type(3) .kv__char:nth-child(13) {
  animation-delay: 6.3s;
}
.kv__message .kv__line:nth-of-type(3) .kv__char:nth-child(14) {
  animation-delay: 6.4s;
}

@keyframes fadeInChar {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.slider {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 0 !important;
}
.slider .wp-block-group-is-layout-constrained {
  display: flex;
  width: max-content;
  animation: sliderScroll 50s linear infinite;
}
.slider .swell-block-columns {
  display: flex;
  flex-shrink: 0;
  margin-bottom: 0;
}
.slider .swell-block-columns__inner {
  display: flex;
}
.slider figure {
  max-width: 436px;
  height: 340px;
}
@media screen and (max-width: 768px) {
  .slider figure {
    max-width: 109px;
    height: 85px;
  }
}
.slider .swell-block-column {
  flex-shrink: 0;
  width: auto;
  margin: 0;
  margin-right: 20px;
}
.slider .swell-block-column img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .slider .swell-block-column {
    margin-right: 14px;
  }
}
.slider .swell-block-column:nth-child(even) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .slider .swell-block-column:nth-child(even) {
    margin-top: 15px;
  }
}

@keyframes sliderScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.top_intro_section .swell-block-fullWide__inner {
  padding: 100px 0 80px 0 !important;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top_intro_section .swell-block-fullWide__inner {
    padding: 100px 24px 150px 24px !important;
  }
}
.top_intro_section .swell-block-fullWide__inner:before {
  position: absolute;
  background-image: url("images/Top/slider_accent.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 321px;
  height: 386px;
  content: "";
  z-index: 1;
  top: -28%;
  left: -18%;
}
@media screen and (max-width: 768px) {
  .top_intro_section .swell-block-fullWide__inner:before {
    background-image: url("images/Top/slider_accent_sp.png");
    width: 234px;
    aspect-ratio: 1/1;
    top: -17%;
    left: -11%;
  }
}
.top_intro_section .swell-block-fullWide__inner:after {
  position: absolute;
  background-image: url("images/Top/slider_accent_bottom.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 370px;
  height: 461px;
  content: "";
  z-index: -1;
  bottom: -5%;
  right: -12%;
}
@media screen and (max-width: 768px) {
  .top_intro_section .swell-block-fullWide__inner:after {
    background-image: url("images/Top/slider_accent_bottom_sp.png");
    width: 218px;
    aspect-ratio: 244/167;
    bottom: -17%;
    right: -11%;
  }
}

.top_intro .swell-block-columns__inner {
  display: grid;
  grid-template-columns: 0.3fr 0.6fr;
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .top_intro .swell-block-columns__inner {
    grid-template-columns: 1fr;
    gap: 40px;
    margin: 0 auto;
  }
}
.top_intro .swell-block-columns__inner .swell-block-column {
  width: 100%;
  margin: 0 !important;
}

.top_intro_copy p {
  font-size: 32px;
  line-height: 2.2;
  font-family: "Shippori Antique", sans-serif;
  text-decoration: underline;
  text-underline-offset: 6px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top_intro_copy p {
    font-size: 24px;
  }
}

.top_intro_textbox p {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  width: 100%;
  margin-bottom: 2em;
}
.top_intro_textbox p:last-child {
  margin-bottom: 0;
}

.top_feature .swell-block-fullWide__inner {
  padding: 0;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .top_feature .swell-block-fullWide__inner {
    padding: 0 24px 80px 24px;
  }
}

.top_feature_box {
  width: 100%;
  margin-bottom: 48px !important;
}
.top_feature_box .swell-block-columns__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1200px;
  margin: 0 auto;
  row-gap: 32px !important;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .top_feature_box .swell-block-columns__inner {
    grid-template-columns: 1fr;
    gap: 48px;
    row-gap: 0;
  }
}
.top_feature_box .swell-block-columns__inner .swell-block-column {
  width: 100%;
  margin: 0 !important;
}
.top_feature_box .swell-block-columns__inner .swell-block-column:nth-child(1) {
  padding-right: 16%;
}
.top_feature_box .swell-block-columns__inner .swell-block-column:nth-child(2) {
  padding-right: 16%;
}
.top_feature_box .swell-block-columns__inner .swell-block-column:nth-child(3) {
  padding-left: 16%;
}
.top_feature_box .swell-block-columns__inner .swell-block-column:nth-child(4) {
  padding-left: 16%;
}
@media screen and (max-width: 768px) {
  .top_feature_box .swell-block-columns__inner .swell-block-column:nth-child(1), .top_feature_box .swell-block-columns__inner .swell-block-column:nth-child(2) {
    padding-right: 0;
  }
  .top_feature_box .swell-block-columns__inner .swell-block-column:nth-child(3), .top_feature_box .swell-block-columns__inner .swell-block-column:nth-child(4) {
    padding-left: 0;
  }
}
.top_feature_box .swell-block-columns__inner .swell-block-column figure {
  margin-bottom: 10px;
  max-width: 510px;
  aspect-ratio: 510/304;
}
@media screen and (max-width: 768px) {
  .top_feature_box .swell-block-columns__inner .swell-block-column figure {
    max-width: 100%;
  }
}
.top_feature_box .swell-block-columns__inner .swell-block-column p {
  max-width: 498px;
  padding-left: 78px;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .top_feature_box .swell-block-columns__inner .swell-block-column p {
    max-width: 100%;
    padding-left: 54px;
  }
}

.top_feature_intro {
  background-color: #FCF9EA;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 32px;
}
.top_feature_intro .swell-block-columns__inner {
  padding: 48px 64px !important;
  display: grid;
  grid-template-columns: 0.56fr 0.37fr;
  gap: 0;
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .top_feature_intro .swell-block-columns__inner {
    padding: 48px 24px !important;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.top_feature_intro .swell-block-columns__inner .swell-block-column {
  margin: 0;
  width: 100%;
}

.top_feature_intro_ttl .swell-block-columns__inner {
  padding: 0 !important;
  display: grid;
  grid-template-columns: 0.15fr 0.71fr;
  gap: 0;
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .top_feature_intro_ttl .swell-block-columns__inner {
    grid-template-columns: 0.2fr 0.7fr;
  }
}
@media screen and (max-width: 768px) {
  .top_feature_intro_ttl .swell-block-columns__inner figure {
    aspect-ratio: 197/212;
    border-radius: 24px;
  }
}
.top_feature_intro_ttl .swell-block-columns__inner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  object-position: center;
}

.top_feature_intro_text {
  font-weight: 600;
  line-height: 2;
}
.top_feature_intro_text p {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .top_feature_intro_text p {
    margin-bottom: 24px;
  }
}
.top_feature_intro_text .link_arrow {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .top_feature_intro_text .link_arrow {
    text-align: right;
  }
}
.top_feature_intro_text .link_arrow .swell-block-button__link {
  padding-left: 0;
}

.top_recommend {
  position: relative;
  margin-top: 208px !important;
  background: linear-gradient(to bottom, #F9F5E6 0%, #FFFFFF 100%);
}
.top_recommend:before {
  content: "";
  position: absolute;
  background-image: url("images/common/section_bg_img_wave3.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 128px;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateY(-100%);
}
@media screen and (max-width: 768px) {
  .top_recommend:before {
    height: 33px;
    background-image: url("images/common/section_bg_img_wave3_sp.png");
  }
}
@media screen and (max-width: 768px) {
  .top_recommend {
    margin-top: 113px !important;
  }
}
.top_recommend .swell-block-fullWide__inner {
  padding: 80px 0;
  max-width: 1097px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .top_recommend .swell-block-fullWide__inner {
    padding: 48px 24px;
  }
}
.top_recommend .swell-block-fullWide__inner .swell-block-column {
  margin: 0;
  width: 100%;
}

.top_recommend_outline .swell-block-columns__inner {
  display: grid;
  grid-template-columns: 0.61fr 0.3fr;
  gap: 0;
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .top_recommend_outline .swell-block-columns__inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 48px;
    width: 100%;
    margin-left: 0;
    direction: rtl;
  }
}

.top_recommend_menu_box .swell-block-columns__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  width: 100%;
  gap: 32px;
  margin-left: 0;
  direction: ltr;
}
@media screen and (max-width: 768px) {
  .top_recommend_menu_box .swell-block-columns__inner {
    grid-template-columns: 140px 140px;
    gap: 20px;
    justify-content: center;
  }
}
.top_recommend_menu_box .swell-block-columns__inner .swell-block-column:nth-child(2) {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .top_recommend_menu_box .swell-block-columns__inner .swell-block-column:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .top_recommend_menu_box .swell-block-columns__inner .swell-block-column:nth-child(3) {
    width: 140px;
    grid-column: 1/-1;
    justify-self: center;
  }
}

.top_recommend_menu figure {
  margin-bottom: 4px !important;
}

.menu_list_shikaku li {
  list-style: none;
  position: relative;
  padding-left: 17px;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Shippori Antique", sans-serif;
}
.menu_list_shikaku li:before {
  content: "";
  position: absolute;
  background-image: url("images/common/list_icon_yellow_shikaku.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 9px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.menu_list_shikaku li::marker {
  content: none;
  display: none;
}
@media screen and (max-width: 768px) {
  .menu_list_shikaku li {
    font-size: 14px;
  }
}

.top_recommend_ttl .top_recommend_ttl_inner .swell-block-columns__inner {
  display: grid;
  direction: ltr;
  margin-left: 0;
  row-gap: 32px;
}
@media screen and (max-width: 599px) {
  .top_recommend_ttl .top_recommend_ttl_inner .swell-block-columns__inner {
    gap: 32px;
    justify-content: center;
  }
}
.top_recommend_ttl .top_recommend_ttl_inner .swell-block-columns__inner .swell-block-column:nth-of-type(3) {
  width: 100%;
  grid-column: 1/-1;
  justify-self: center;
}
.top_recommend_ttl .top_recommend_ttl_inner .swell-block-columns__inner .section_ttl_dot_vertical {
  font-size: 32px;
  line-height: 1.1;
  font-family: "Shippori Antique", sans-serif;
  position: relative;
  padding-right: 41px;
  display: flex;
  flex-direction: row-reverse;
  gap: 24px;
}
.top_recommend_ttl .top_recommend_ttl_inner .swell-block-columns__inner .section_ttl_dot_vertical:after {
  content: "";
  position: absolute;
  background-image: url("images/common/section_ttl_img_vertical.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 17px;
  height: 57px;
  top: 0;
  right: 0;
}
.top_recommend_ttl .top_recommend_ttl_inner .swell-block-columns__inner .section_ttl_dot_vertical span {
  display: block;
}
@media screen and (max-width: 768px) {
  .top_recommend_ttl .top_recommend_ttl_inner .swell-block-columns__inner .section_ttl_dot_vertical {
    flex-direction: column;
    text-align: left;
    font-size: 24px;
    padding-left: 0;
    padding-right: 25px;
    gap: 12px;
  }
  .top_recommend_ttl .top_recommend_ttl_inner .swell-block-columns__inner .section_ttl_dot_vertical:before {
    right: 0;
    left: auto;
  }
}
.top_recommend_ttl .top_recommend_ttl_inner .swell-block-columns__inner .link_arrow {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .top_recommend_ttl .top_recommend_ttl_inner .swell-block-columns__inner .link_arrow {
    text-align: center;
  }
}

.top_recommend_ttl_text p {
  font-weight: 600;
  line-height: 28px;
  writing-mode: vertical-rl;
  width: 100%;
}

.top_about .swell-block-fullWide__inner {
  padding: 144px 0 64px 0;
}
@media (max-width: 1200px) {
  .top_about .swell-block-fullWide__inner {
    padding: 144px 24px 64px 24px;
  }
}

.top_about_ttl_box {
  margin-bottom: 56px;
}
.top_about_ttl_box .swell-block-columns__inner {
  justify-content: space-between;
  margin-left: 0;
}
@media (max-width: 1200px) {
  .top_about_ttl_box .swell-block-columns__inner {
    flex-direction: column;
    gap: 24px;
  }
}
.top_about_ttl_box .swell-block-columns__inner .swell-block-column {
  margin-left: 0;
}
@media (max-width: 1200px) {
  .top_about_ttl_box .swell-block-columns__inner .swell-block-column {
    width: 100%;
    margin-left: 0;
  }
}
.top_about_ttl_box .swell-block-columns__inner .swell-block-column:first-child {
  width: 300px !important;
}
.top_about_ttl_box .swell-block-columns__inner .swell-block-column:last-child p {
  width: 100% !important;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .top_about_ttl_box .swell-block-columns__inner .swell-block-column:last-child p {
    white-space: initial;
  }
}

.top_about_cards .swell-block-columns__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(346px, 1fr));
  gap: 80px;
  justify-content: center;
  margin-left: 0;
}
.top_about_cards .swell-block-columns__inner .swell-block-column {
  margin-left: 0;
  width: 100%;
}
.top_about_cards .swell-block-columns__inner .swell-block-column:last-child::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .top_about_cards .swell-block-columns__inner {
    grid-template-columns: 1fr;
  }
}

.top_about_card {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.top_about_card::after {
  content: "";
  position: absolute;
  background-image: url("images/Top/top_about_line.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 3px;
  height: 100%;
  top: 50%;
  left: calc(100% + 40px);
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .top_about_card::after {
    background-image: url("images/Top/top_about_line_sp.png");
    width: 100%;
    height: 3px;
    top: inherit;
    top: calc(100% + 40px);
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.top_about_card figure {
  aspect-ratio: 346/131;
  margin-bottom: 16px !important;
}
.top_about_card .footer_list li {
  list-style: none;
  font-size: 20px;
  line-height: 1.6;
  font-family: "Shippori Antique", sans-serif;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .top_about_card .footer_list li {
    font-size: 18px;
  }
}

.top_about_cards .swell-block-columns__inner .swell-block-column:last-child .top_about_card::after {
  display: none;
}

.top_about_card_text {
  font-weight: 600;
  line-height: 2;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .top_about_card_text {
    margin-bottom: 8px !important;
  }
}

.top_about_card_gray {
  font-size: 12px;
  line-height: 2;
  color: #787878;
  font-weight: 600;
  margin-bottom: 24px !important;
}
@media screen and (max-width: 768px) {
  .top_about_card_gray {
    margin-bottom: 16px !important;
  }
}

.top_about_btn {
  margin-top: auto !important;
  gap: 8px !important;
  flex-wrap: nowrap !important;
}

.top_torikumi .swell-block-fullWide__inner {
  padding: 80px 0;
}
@media (max-width: 1200px) {
  .top_torikumi .swell-block-fullWide__inner {
    padding: 80px 24px 80px 24px;
  }
}
.top_torikumi .section_ttl_dot {
  margin-bottom: 24px;
}

.top_torikumi_ttl_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  margin-left: 0;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .top_torikumi_ttl_box {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.top_torikumi_ttl_box_text p {
  font-weight: 600;
  line-height: 2;
}

.top_torikumi_ttl_box_btn {
  display: flex;
  align-items: flex-end;
  text-align: right;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .top_torikumi_ttl_box_btn {
    text-align: left;
  }
}
.top_torikumi_ttl_box_btn .link_arrow {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .top_torikumi_ttl_box_btn .link_arrow {
    margin-right: auto;
    margin-left: 0;
  }
  .top_torikumi_ttl_box_btn .link_arrow .swell-block-button__link {
    padding-left: 0;
  }
}

.top_torikumi_box .swell-block-columns__inner {
  padding: 0 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .top_torikumi_box .swell-block-columns__inner {
    padding: 0;
    grid-template-columns: 1fr;
    margin-left: 0;
  }
}
.top_torikumi_box .swell-block-columns__inner .swell-block-column {
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top_torikumi_box .swell-block-columns__inner .swell-block-column {
    max-width: 280px;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .top_torikumi_box .swell-block-columns__inner .swell-block-column:nth-child(3) {
    justify-self: center;
  }
}

.top_torikumi_text figure {
  margin-bottom: 24px;
  width: 100%;
  aspect-ratio: 1/1;
}
.top_torikumi_text p {
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .top_torikumi_text p {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top_torikumi_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

.top_recruit .swell-block-fullWide__inner {
  width: 100%;
  max-width: 100%;
  padding: 0 32px 80px 32px;
}
@media (max-width: 1200px) {
  .top_recruit .swell-block-fullWide__inner {
    padding: 0 16px 120px 16px;
  }
}

.top_recruit_box {
  max-width: 1400px;
  margin: 0 auto;
}
.top_recruit_box .swell-block-columns__inner {
  display: grid;
  grid-template-columns: 3fr 5.2fr 1.8fr;
  justify-content: space-between;
  margin-left: 0;
  background-color: #FCF9EA;
  border-radius: 32px;
  padding: 4vw;
}
@media (max-width: 1025px) {
  .top_recruit_box .swell-block-columns__inner {
    grid-template-columns: 1fr;
    padding: 24px 24px 32px 24px;
    gap: 32px;
  }
}
.top_recruit_box .swell-block-columns__inner .swell-block-column {
  margin-left: 0;
  width: 100%;
}
.top_recruit_box .swell-block-columns__inner figure {
  width: 100%;
  background-color: #fff;
  border-radius: 18px;
  aspect-ratio: 300/223;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}
.top_recruit_box .swell-block-columns__inner .section_ttl_dot {
  margin-bottom: 32px;
  font-size: 32px;
}

.top_recruit_img {
  max-width: 300px;
}
@media (max-width: 1025px) {
  .top_recruit_img {
    max-width: 100%;
  }
}

.top_recruit_text {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1025px) {
  .top_recruit_text {
    margin-top: 32px !important;
  }
}
.top_recruit_text .is-layout-flex {
  gap: 0 !important;
}
.top_recruit_text p {
  font-weight: 600;
  font-size: 18px;
  line-height: 2;
}

.top_recruit_btn {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .top_recruit_btn {
    justify-content: flex-end;
  }
}
.top_recruit_btn .link_arrow {
  margin: 0;
}
.top_recruit_btn .link_arrow .swell-block-button__link {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .top_recruit_btn .link_arrow .swell-block-button__link {
    padding-right: 50px;
  }
}

.top_news {
  position: relative;
  background-color: #FCF9EA;
  margin-top: 128px !important;
}
@media screen and (max-width: 768px) {
  .top_news {
    margin-top: 33px !important;
  }
}
.top_news:before {
  content: "";
  position: absolute;
  background-image: url("images/common/section_bg_img_wave2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 128px;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateY(-100%);
}
@media screen and (max-width: 768px) {
  .top_news:before {
    height: 33px;
    background-image: url("images/common/section_bg_img_wave2_sp.png");
  }
}
.top_news .swell-block-fullWide__inner {
  padding: 80px 0;
}
@media (max-width: 1200px) {
  .top_news .swell-block-fullWide__inner {
    padding: 80px 24px 80px 24px;
  }
}

.top_news_box .swell-block-columns__inner {
  display: grid;
  grid-template-columns: 0.05fr 0.718fr;
  gap: 0;
  justify-content: space-between;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .top_news_box .swell-block-columns__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.top_news_box .swell-block-column {
  margin-left: 0;
  width: 100%;
}

.top_news_ttl {
  width: 73px;
}
.top_news_ttl .section_ttl_dot_vertical {
  writing-mode: vertical-rl;
  width: auto;
  padding-left: 41px;
}
.top_news_ttl .section_ttl_dot_vertical:before {
  content: "";
  position: absolute;
  background-image: url("images/common/section_ttl_img_vertical.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 17px;
  height: 57px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .top_news_ttl .section_ttl_dot_vertical {
    font-size: 24px;
    padding-left: 29px;
    padding-right: 0;
    writing-mode: vertical-rl;
  }
  .top_news_ttl .section_ttl_dot_vertical:before {
    right: auto;
    left: 0;
  }
}

.top_news_list {
  width: 100%;
}
.top_news_list .wp-block-group {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 768px) {
  .top_news_list .wp-block-group {
    gap: 12px;
  }
}
.top_news_list .p-postList {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .top_news_list .p-postList {
    flex-direction: column;
  }
}
.top_news_list .p-postList__times {
  opacity: 1;
  padding: 0;
}
.top_news_list .p-postList.-type-simple {
  border-top: none;
}
.top_news_list .p-postList__item a {
  padding: 32px 24px;
  display: flex;
  gap: 32px;
  border-radius: 16px;
  background-color: #fff;
  position: relative;
  padding-right: 87px;
  transition: all 0.3s ease;
  border-bottom: none;
}
.top_news_list .p-postList__item a:after {
  content: "" !important;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 30px;
  height: 28px;
  background-image: url("images/common/menu_icon_link_yellow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.top_news_list .p-postList__item a:hover:after {
  width: 36px;
  height: 34px;
}
@media screen and (max-width: 768px) {
  .top_news_list .p-postList__item a {
    padding: 16px 24px;
    gap: 12px;
  }
}
.top_news_list .p-postList__body {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .top_news_list .p-postList__body {
    flex-direction: column;
    gap: 12px;
  }
}
.top_news_list .p-postList__meta {
  display: flex;
  align-items: flex-start;
}
.top_news_list .p-postList__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .top_news_list .p-postList__title {
    ellipsis: 3;
  }
}
.top_news_list .c-postTimes__posted {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  color: #B0B0B0;
}
.top_news_list .link_arrow {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .top_news_list .link_arrow .swell-block-button__link {
    text-align: right;
    padding-right: 55px;
  }
}

.feature_intro {
  overflow: hidden;
  padding: 0 !important;
}
.feature_intro .swell-block-fullWide__inner {
  padding: 0;
}
@media (max-width: 1200px) {
  .feature_intro .swell-block-fullWide__inner {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .feature_intro .swell-block-fullWide__inner {
    padding: 0 24px;
  }
}
.feature_intro .swell-block-fullWide__inner .slider_feature {
  overflow: hidden;
  position: relative;
  width: 352px;
  height: auto;
}
@media (max-width: 960px) {
  .feature_intro .swell-block-fullWide__inner .slider_feature {
    overflow: visible;
    margin-bottom: 48px !important;
    width: 100%;
    height: auto;
  }
}
.feature_intro .swell-block-fullWide__inner .slider_feature .wp-block-group-is-layout-constrained {
  display: block;
  width: max-content;
  flex-direction: row;
  animation: sliderScroll_vertical 30s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 960px) {
  .feature_intro .swell-block-fullWide__inner .slider_feature .wp-block-group-is-layout-constrained {
    position: relative;
    display: flex;
    animation: sliderScroll 10s linear infinite;
  }
}
.feature_intro .swell-block-fullWide__inner .slider_feature .swell-block-columns {
  flex-shrink: 0;
  display: flex;
}
@media (max-width: 960px) {
  .feature_intro .swell-block-fullWide__inner .slider_feature .swell-block-columns {
    margin-bottom: 0;
  }
}
.feature_intro .swell-block-fullWide__inner .slider_feature .swell-block-columns__inner {
  display: block;
}
@media (max-width: 960px) {
  .feature_intro .swell-block-fullWide__inner .slider_feature .swell-block-columns__inner {
    display: flex;
  }
}
.feature_intro .swell-block-fullWide__inner .slider_feature figure {
  width: 352px;
  height: 220px;
}
@media (max-width: 960px) {
  .feature_intro .swell-block-fullWide__inner .slider_feature figure {
    height: 125px;
    width: 200px;
  }
}
.feature_intro .swell-block-fullWide__inner .slider_feature .swell-block-column {
  flex-shrink: 0;
  width: auto;
  margin: 0;
  padding: 0;
  margin-bottom: 56px !important;
}
.feature_intro .swell-block-fullWide__inner .slider_feature .swell-block-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 32px;
  display: block;
}
@media (max-width: 960px) {
  .feature_intro .swell-block-fullWide__inner .slider_feature .swell-block-column img {
    border-radius: 20px;
  }
}
@media (max-width: 960px) {
  .feature_intro .swell-block-fullWide__inner .slider_feature .swell-block-column {
    margin-right: 24px;
    margin-bottom: 0 !important;
  }
}
@keyframes sliderScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes sliderScroll_vertical {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

.feature_intro_flex {
  justify-content: space-between;
}
@media (max-width: 960px) {
  .feature_intro_flex {
    justify-content: center;
    flex-direction: column;
    gap: 64px;
  }
}

.feature_intro_desc_box {
  padding: 100px 0;
  gap: 40px;
  counter-reset: section;
  width: 64%;
}
@media screen and (max-width: 768px) {
  .feature_intro_desc_box {
    padding: 92px 0 0 0;
    gap: 32px;
    width: 100%;
  }
}
.feature_intro_desc_box p {
  font-size: 20px;
  line-height: 2;
}
.feature_intro_desc_box .wp-block-group {
  flex-direction: column;
  gap: 12px;
}
.feature_intro_desc_box .wp-block-group p {
  font-size: 16px;
  font-weight: 600;
}
.feature_intro_desc_box .feature_into_ttl {
  font-family: "Shippori Antique", sans-serif;
  font-size: 20px !important;
  line-height: 1.6;
  color: #272727;
  padding: 8px 20px 8px 55px;
  border-radius: 8px;
  background-color: #F8F2DA;
  position: relative;
  counter-increment: section;
  display: inline-block !important;
  width: auto !important;
  align-self: flex-start;
  font-weight: normal !important;
}
.feature_intro_desc_box .feature_into_ttl:before {
  content: counter(section, decimal-leading-zero);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 25px;
  height: 32px;
  color: #B19858;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .feature_intro_desc_box .feature_into_ttl:before {
    width: 23px;
    height: 29px;
    left: 12px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .feature_intro_desc_box .feature_into_ttl {
    font-size: 16px !important;
    padding: 9px 12px 9px 45px;
  }
}

.section_ttl_lower_dot {
  line-height: 1.6 !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .section_ttl_lower_dot {
    line-height: 1.4 !important;
  }
}

.slider_lower {
  overflow: hidden !important;
  max-width: 29%;
  position: relative;
  margin-bottom: 0 !important;
  aspect-ratio: 352/948;
}
@media screen and (max-width: 768px) {
  .slider_lower {
    max-width: 100%;
    width: 100vw;
    overflow: visible !important;
    aspect-ratio: 375/125;
  }
}
.slider_lower .wp-block-group-is-layout-constrained {
  display: flex;
  flex-direction: column;
  animation: verticalLoopScroll 5s linear infinite;
}
@media screen and (max-width: 768px) {
  .slider_lower .wp-block-group-is-layout-constrained {
    width: 100%;
    flex-direction: row;
    animation: verticalLoopScroll 4s linear infinite;
    flex-wrap: nowrap;
  }
}
.slider_lower .swell-block-columns {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin-bottom: 56px;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  .slider_lower .swell-block-columns {
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 0;
    margin-right: 24px;
    gap: 24px;
  }
}
.slider_lower .swell-block-columns__inner {
  display: flex;
  flex-direction: column;
  gap: 56px;
  margin-bottom: 56px !important;
}
@media screen and (max-width: 768px) {
  .slider_lower .swell-block-columns__inner {
    flex-direction: row;
    gap: 24px;
    margin-bottom: 0;
    flex-wrap: nowrap;
  }
}
.slider_lower figure {
  width: 100%;
  height: auto;
  aspect-ratio: 352/220;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .slider_lower figure {
    width: 200px;
    aspect-ratio: 200/125;
  }
}
.slider_lower .swell-block-column {
  margin-left: 0;
}
.slider_lower .swell-block-column img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .slider_lower .swell-block-column:nth-child(even) {
    margin-top: 0;
  }
}

@keyframes verticalLoopScroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
    /* ← 半分でOK（下半分は複製済みのため） */
  }
}
.feature_prj {
  background-color: #F9F5E6;
}
.feature_prj .swell-block-fullWide__inner {
  padding: 126px 0 80px;
}
@media (max-width: 1200px) {
  .feature_prj .swell-block-fullWide__inner {
    padding: 126px 24px 80px 24px;
  }
}
@media screen and (max-width: 768px) {
  .feature_prj .swell-block-fullWide__inner {
    padding: 92px 24px 80px 24px;
  }
}
.feature_prj .section_ttl_lower_dot {
  margin-bottom: 32px !important;
}
@media screen and (max-width: 768px) {
  .feature_prj .section_ttl_lower_dot {
    margin-bottom: 48px !important;
  }
}

.feature_prj_desc {
  line-height: 2;
  font-weight: 600;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .feature_prj_desc {
    margin-bottom: 48px;
  }
}

.feature_prj_box .swell-block-columns__inner {
  display: flex;
  gap: 10%;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .feature_prj_box .swell-block-columns__inner {
    gap: 48px;
    flex-direction: column;
    width: 100%;
  }
}
.feature_prj_box .swell-block-columns__inner .swell-block-column {
  margin-left: 0 !important;
  max-width: 460px;
}
@media screen and (max-width: 768px) {
  .feature_prj_box .swell-block-columns__inner .swell-block-column {
    max-width: 100%;
    width: 100%;
  }
}
.feature_prj_box .swell-block-columns__inner .swell-block-column .wp-block-group {
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .feature_prj_box .swell-block-columns__inner .swell-block-column .wp-block-group {
    width: 100%;
  }
}

.feature_prj_text {
  font-weight: 600;
  padding-left: 1em;
  line-height: 2;
}

.feature_case {
  background-color: #fff;
}

.feature_media .section_ttl_lower_dot {
  margin-bottom: 32px !important;
}
@media screen and (max-width: 768px) {
  .feature_media .section_ttl_lower_dot {
    margin-bottom: 48px !important;
  }
}

.feature_media_box {
  width: 100%;
}
.feature_media_box .swell-block-columns__inner {
  width: 100%;
  gap: 32px;
  display: grid;
  grid-template-columns: 1.14fr 0.52fr;
}
@media screen and (max-width: 768px) {
  .feature_media_box .swell-block-columns__inner {
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 0 auto !important;
  }
}
.feature_media_box .swell-block-column {
  margin-left: 0 !important;
  width: 100%;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .feature_media_box .swell-block-column {
    width: 100%;
  }
}

.feature_media_sub_ttl {
  font-size: 28px;
  line-height: 1.1;
  color: #272727;
  font-family: "Shippori Antique", sans-serif;
  text-align: center;
  width: 100%;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .feature_media_sub_ttl {
    font-size: 22px;
    margin-bottom: 24px;
  }
}

.feature_media_works {
  gap: 16px;
  background-color: #fff;
  padding: 32px 48px !important;
}
@media screen and (max-width: 768px) {
  .feature_media_works {
    width: 100%;
    padding: 24px !important;
  }
}
.feature_media_works .wp-block-group {
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .feature_media_works .wp-block-group {
    gap: 32px;
  }
}

.feature_media_works_text {
  font-size: 16px;
  line-height: 2;
}

.feature_media_works_detail {
  display: flex;
  flex-direction: row !important;
  gap: 32px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .feature_media_works_detail {
    flex-direction: column-reverse !important;
  }
}

.feature_media_letter_img {
  max-width: 52%;
}
@media screen and (max-width: 768px) {
  .feature_media_letter_img {
    max-width: 100%;
  }
}

.feature_media_works_desc {
  max-width: 44%;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .feature_media_works_desc {
    max-width: 100%;
  }
}

.feature_media_info {
  background-color: #fff;
  padding: 12px 48px 0 48px !important;
  position: relative;
}
.feature_media_info .feature_scroll_btn_box {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.feature_media_info .feature_scroll_btn_box .feature_scroll_btn {
  width: 32px;
  height: 32px;
  background-image: url("images/feature/btn_icon.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent !important;
  border: none !important;
  opacity: 0.8;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.feature_media_info .feature_scroll_btn_box .feature_scroll_btn:hover {
  opacity: 1;
}
.feature_media_info .feature_scroll_btn_box .feature_scroll_btn--up {
  top: 0;
  background-image: url("images/feature/btn_icon.png");
  rotate: 180deg;
}
.feature_media_info .feature_scroll_btn_box .feature_scroll_btn--down {
  background-image: url("images/feature/btn_icon.png");
}
@media screen and (max-width: 768px) {
  .feature_media_info .feature_scroll_btn_box {
    width: 100%;
    padding: 24px !important;
  }
}

.feature_media_list li {
  list-style: none;
  font-weight: 600;
  line-height: 1.6;
  position: relative;
  padding-left: 20px;
}
.feature_media_list li:before {
  position: absolute;
  content: "";
  background-color: #F0E3B2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  left: 0;
  top: 0.5em;
  border-radius: 50%;
}

.feature_media_li_text {
  color: #918E86;
}

.feature_list_box {
  margin-bottom: 0;
}

.feature_media_list_box {
  max-height: 294px;
  overflow-y: hidden;
  padding-right: 8px;
}
.feature_media_list_box::-webkit-scrollbar-thumb {
  display: none;
}
.feature_media_list_box::-webkit-scrollbar-track {
  display: none;
  background: transparent;
}

.page-id-45 .page-heading__title-red {
  position: relative;
}
.page-id-45 .page-heading__title-red:before {
  content: "";
  position: absolute;
  top: 0;
  transform: translateY(0);
}
.page-id-45 .page-heading__breadcrumb {
  gap: 36px;
  justify-content: center;
}
.page-id-45 .page-heading__title-red:before {
  height: 90%;
}
.page-id-45 .top_about_card:after {
  content: none;
}

.lower_intro {
  background-color: #F9F5E6;
}
.lower_intro .swell-block-fullWide__inner {
  padding: 80px 0;
}
@media screen and (max-width: 1200px) {
  .lower_intro .swell-block-fullWide__inner {
    padding: 80px 24px;
  }
}

.feature_intro_ttl {
  font-size: 32px;
  line-height: 2.2;
  font-family: "Shippori Antique", sans-serif;
  text-decoration: underline;
  text-underline-offset: 6px;
  width: 100%;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .feature_intro_ttl {
    font-size: 24px;
    margin-bottom: 32px;
  }
}

.lower_intro_box {
  position: relative;
}
.lower_intro_box:before {
  content: "";
  position: absolute;
  bottom: -36%;
  left: -16%;
  width: 414px;
  height: 180px;
  background-image: url("images/store/store_intro_bg_img1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.lower_intro_box::after {
  content: "";
  position: absolute;
  top: -27%;
  right: -18%;
  width: 429px;
  height: 198px;
  background-image: url("images/store/store_intro_bg_img2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.lower_intro_box .swell-block-columns__inner {
  display: grid;
  grid-template-columns: 0.61fr 0.33fr;
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  gap: 8%;
}
@media screen and (max-width: 1024px) {
  .lower_intro_box .swell-block-columns__inner {
    grid-template-columns: 1fr;
    margin: 0 auto;
  }
}
.lower_intro_box .swell-block-columns__inner .swell-block-column {
  width: 100%;
  margin: 0 !important;
}

.lower_intro_desc {
  font-weight: 600;
  line-height: 2;
}

.store_intro_card {
  padding: 32px;
  background-color: #fff;
  justify-content: center;
  text-align: center;
  gap: 16px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .store_intro_card {
    padding: 24px;
  }
}

.store_intro_card_text {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .store_intro_card_text {
    font-size: 16px;
  }
}

.btn_red_store .swell-block-button__link {
  width: 182px;
  height: 40px;
}
.btn_red_store .swell-block-button__link .swl-inline-color:before {
  width: 16px;
  height: 16px;
  background-image: url("images/store/store_intro_arrow.png");
}

.store_menu_section .swell-block-fullWide__inner {
  padding: 80px 0 !important;
}
@media screen and (max-width: 1200px) {
  .store_menu_section .swell-block-fullWide__inner {
    padding: 80px 24px !important;
  }
}
@media screen and (max-width: 768px) {
  .store_menu_section .swell-block-fullWide__inner {
    padding: 64px 24px 40px 24px !important;
  }
}

.store_menu .swell-block-columns__inner {
  display: grid;
  margin-left: 0;
  grid-auto-rows: auto;
  gap: 64px;
  justify-content: center;
}

.store_menu1 .swell-block-columns__inner {
  display: grid;
  grid-template-columns: repeat(2, 456px);
  margin-bottom: 64px !important;
}
@media screen and (max-width: 768px) {
  .store_menu1 .swell-block-columns__inner {
    grid-template-columns: 1fr;
  }
}
.store_menu1 .swell-block-column {
  margin-left: 0;
  width: 100%;
}

.store_menu2 {
  margin-bottom: 32px !important;
}
.store_menu2 .swell-block-columns__inner {
  display: grid;
  grid-template-columns: repeat(3, 356px);
}
@media screen and (max-width: 768px) {
  .store_menu2 .swell-block-columns__inner {
    grid-template-columns: 1fr;
  }
}
.store_menu2 .swell-block-column {
  margin-left: 0;
  width: 100%;
}

.store_menu_list {
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.store_menu_img {
  margin-bottom: 0;
}

.store_menu_text {
  font-weight: 600;
  line-height: 2;
  color: #272727;
  padding-left: 2em;
}

.store_foodloss {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 64px;
  background-color: #F9F5E6;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .store_foodloss {
    padding: 32px 24px;
    gap: 20px;
  }
}

.store_foodloss_ttl {
  color: #978E72;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  padding-left: 69px;
  position: relative;
}
.store_foodloss_ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 57px;
  height: 16px;
  background-image: url("images/common/section_ttl_img2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.store_foodloss_sub_ttl {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
}
.store_foodloss_sub_ttl .swl-inline-color {
  color: #D64C22;
  text-decoration: underline;
  text-underline-offset: 6px;
}
@media screen and (max-width: 768px) {
  .store_foodloss_sub_ttl {
    font-size: 20px;
  }
}

.store_foodloss_text {
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  color: #272727;
}

.store_all {
  background-color: #F9F5E6;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.store_all .swell-block-fullWide__inner {
  padding: 126px 0 0 0;
}
@media screen and (max-width: 1200px) {
  .store_all .swell-block-fullWide__inner {
    padding: 126px 24px 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .store_all .swell-block-fullWide__inner {
    padding: 92px 24px 0 24px;
  }
}
.store_all .section_ttl_dot {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .store_all .section_ttl_dot {
    margin-bottom: 48px !important;
  }
}
.store_all .store_all_ttl::after {
  display: none;
}

.store_sub_ttl {
  margin: 0 auto 32px auto !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .store_sub_ttl {
    margin: 0 auto 12px auto !important;
  }
}

.store_sub_ttl_text {
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  line-height: 2;
  position: relative;
}
.store_sub_ttl_text:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -58px;
  width: 29px;
  height: 5px;
  background-color: #D64C22;
}
@media screen and (max-width: 768px) {
  .store_sub_ttl_text:before {
    left: -49px;
  }
}
.store_sub_ttl_text:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -58px;
  width: 29px;
  height: 5px;
  background-color: #D64C22;
}
@media screen and (max-width: 768px) {
  .store_sub_ttl_text:after {
    right: -49px;
  }
}
@media screen and (max-width: 768px) {
  .store_sub_ttl_text {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

.store_all_map {
  height: 100% !important;
}

.store_all_intro {
  gap: 2%;
  background-color: #fff;
  padding: 32px;
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .store_all_intro {
    flex-direction: column-reverse;
    padding: 24px;
    border-radius: 16px;
    gap: 24px;
  }
}
.store_all_intro iframe {
  border-radius: 24px;
  max-width: 29.3%;
  aspect-ratio: 352/444;
}
@media screen and (max-width: 768px) {
  .store_all_intro iframe {
    max-width: 100%;
    aspect-ratio: 279/150;
  }
}

.store_all_img {
  max-width: 29.3%;
}
.store_all_img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
@media screen and (max-width: 768px) {
  .store_all_img {
    max-width: 100%;
    aspect-ratio: 279/150;
  }
}

.store_all_text {
  max-width: 28.58%;
  justify-self: flex-end;
  align-self: center;
  margin-left: 3.3% !important;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .store_all_text {
    max-width: 100%;
    margin-left: 0 !important;
    margin-bottom: 32px !important;
  }
}
.store_all_text .link_arrow .swell-block-button__link {
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .store_all_text .link_arrow .swell-block-button__link {
    padding-right: 52px;
  }
}
@media screen and (max-width: 768px) {
  .store_all_text .link_arrow {
    text-align: right;
  }
}

.store_all_ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 24px !important;
}
@media screen and (max-width: 768px) {
  .store_all_ttl {
    margin-bottom: 0 !important;
    padding-right: 0;
  }
}

.store_all_time {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 12px !important;
  position: relative;
  padding-left: 24px;
}
.store_all_time:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("images/store/store_time_icon.png");
  background-size: cover;
  background-position: center;
}

.store_all_tel {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px !important;
  position: relative;
  padding-left: 24px;
}
.store_all_tel:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("images/store/store_tel_icon.png");
  background-size: cover;
  background-position: center;
}

.store_all_address {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px !important;
  position: relative;
  padding-left: 24px;
}
.store_all_address:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("images/store/store_map_icon.png");
  background-size: cover;
  background-position: center;
}

.store_all_info {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 25px !important;
  display: flex;
}
.store_all_info .swl-inline-color {
  background-color: #F0E3B2;
  border-radius: 4px;
  color: #726121;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  padding: 6px 10px;
  margin-right: 12px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .store_all_info .swl-inline-color {
    margin-right: 6px;
    width: 72px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}

.store_all_list {
  background-color: #F9F5E6;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.store_all_list .swell-block-fullWide__inner {
  padding: 32px 0 100px 0;
}
@media screen and (max-width: 1200px) {
  .store_all_list .swell-block-fullWide__inner {
    padding: 32px 24px 100px 24px;
  }
}
@media screen and (max-width: 768px) {
  .store_all_list .swell-block-fullWide__inner {
    padding: 12px 24px 48px 24px;
  }
}

.store_all_list_box .swell-block-columns__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: stretch;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .store_all_list_box .swell-block-columns__inner {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-left: 0;
  }
}
.store_all_list_box .swell-block-column {
  width: 100%;
  margin-left: 0;
  flex-direction: column;
}
.store_all_list_box .store_all_text {
  background-color: #fff;
  border-radius: 32px;
  padding: 20px;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .store_all_list_box .store_all_text {
    border-radius: 16px;
    padding: 24px !important;
    border-radius: 16px;
  }
}
.store_all_list_box .store_all_text .store_all_ttl {
  font-size: 18px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .store_all_list_box .store_all_text .store_all_ttl {
    line-height: 1.4;
    padding-right: 30px;
  }
  .store_all_list_box .store_all_text .store_all_ttl::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url("images/store/store_all_arrow.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
  }
  .store_all_list_box .store_all_text .store_all_ttl[aria-expanded=true]::after {
    transform: translateY(-50%) rotate(-180deg);
  }
  .store_all_list_box .store_all_text .store_all_ttl[aria-expanded=true] {
    margin-bottom: 16px !important;
  }
}
.store_all_list_box .store_all_text iframe {
  border-radius: 24px;
  border: none;
}
@media screen and (max-width: 768px) {
  .store_all_list_box .store_all_text iframe {
    border-radius: 16px;
    line-height: 1.4;
  }
}
.store_all_list_box .store_all_text iframe div {
  border: none;
}
.store_all_list_box .store_all_text .js-accordion-content {
  display: none;
}
.store_all_list_box .store_all_text .js-accordion-content p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 8px;
}
.store_all_list_box .store_all_text .js-accordion-content iframe {
  width: 100%;
  border-radius: 16px;
}
.store_all_list_box .store_all_text .js-accordion-content.is-open {
  display: block;
  animation: fadeIn 0.3s ease;
  width: 100%;
}
.store_all_list_box .store_all_address {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.8;
  height: 5.4em;
}
@media screen and (max-width: 768px) {
  .store_all_list_box .store_all_address {
    display: block;
    height: auto;
  }
}

.store_cta {
  margin-top: 0 !important;
}
.store_cta .swell-block-fullWide__inner {
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  .store_cta .swell-block-fullWide__inner {
    padding: 100px 24px;
  }
}
@media screen and (max-width: 768px) {
  .store_cta .swell-block-fullWide__inner {
    padding: 64px 24px;
  }
}
.store_cta .swell-block-columns__inner {
  gap: 66px;
  justify-content: center;
  grid-template-columns: 47.59% 44.72%;
}
@media screen and (max-width: 768px) {
  .store_cta .swell-block-columns__inner {
    padding: 32px 24px !important;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .store_cta .swell-block-column {
    width: 100%;
  }
}
.store_cta .link_arrow {
  margin-bottom: 8px;
}
.store_cta .link_arrow .swell-block-button__link {
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .store_cta .link_arrow .swell-block-button__link {
    text-align: right;
  }
}
.store_cta .top_feature_intro_ttl .swell-block-columns__inner {
  grid-template-columns: 17.6% 66.5%;
  justify-content: space-between;
  padding: 32px 24px;
}

.store_cta_ttl {
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  color: #272727;
}
@media screen and (max-width: 768px) {
  .store_cta_ttl {
    margin-bottom: 12px;
  }
}

.store_cta_desc_box {
  max-width: 390px;
}
@media screen and (max-width: 768px) {
  .store_cta_desc_box {
    max-width: 100%;
  }
}

.store_cta_desc {
  font-weight: 600;
  line-height: 2;
  color: #272727;
  margin-bottom: 24px !important;
}

.store_cta_ttl_box {
  max-width: 415px;
}
.store_cta_ttl_box .swell-block-columns__inner {
  grid-template-columns: 17.6% 66.5%;
  justify-content: space-between;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .store_cta_ttl_box .swell-block-columns__inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .store_cta_ttl_box .section_ttl_dot_vertical {
    padding-right: 0;
    padding-left: 25px;
  }
  .store_cta_ttl_box .section_ttl_dot_vertical:before {
    left: 0;
    right: auto;
  }
}
.store_cta_ttl_box .store_cta_img_box .store_cta_img img {
  border-radius: 12px;
}

.company_fv .page-heading__breadcrumb {
  justify-content: center;
  gap: 36px;
}

.company_intro {
  background-color: #F9F5E6;
  position: relative;
}
.company_intro:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 128px;
  bottom: 0;
  left: 0;
  background-image: url("images/company/company_intro_bg_img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .company_intro:before {
    height: 33px;
    background-image: url("images/company/company_intro_bg_img_sp.png");
    bottom: 0;
  }
}
.company_intro .swell-block-fullWide__inner {
  padding: 80px 0 160px 0;
}
@media (max-width: 1200px) {
  .company_intro .swell-block-fullWide__inner {
    padding: 80px 24px 160px 24px;
  }
}
@media screen and (max-width: 768px) {
  .company_intro .swell-block-fullWide__inner {
    padding: 40px 24px 230px 24px;
  }
}
.company_intro .swell-block-column {
  margin-left: 0;
}
.company_intro .company_intro_img_box {
  position: absolute;
  top: -28px;
  right: -15%;
  width: 57%;
}
@media screen and (max-width: 768px) {
  .company_intro .company_intro_img_box {
    position: absolute;
    right: -12%;
    width: 96.27%;
    top: auto;
    bottom: 10%;
    height: 219px;
    z-index: -1;
  }
}

.company_intro_ttl {
  writing-mode: vertical-rl;
  font-size: 40px !important;
  line-height: 1.5 !important;
  text-align: left !important;
  font-family: "Shippori Antique", sans-serif !important;
  font-weight: 400 !important;
}
@media screen and (max-width: 768px) {
  .company_intro_ttl {
    font-size: 24px !important;
  }
}

.company_intro_text_box {
  max-width: 380px;
  display: flex;
  gap: 48px;
  justify-content: space-between;
  margin-left: 80px;
}
@media screen and (max-width: 768px) {
  .company_intro_text_box {
    gap: 32px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .company_intro_box .swell-block-columns__inner {
    justify-content: center;
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .company_intro_box {
    max-width: 276px;
    justify-content: center;
    margin: 0 auto;
  }
}
.company_intro_box .well-block-column {
  width: 100% !important;
  margin-left: 0;
}

.company_intro_text {
  writing-mode: vertical-rl;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #272727;
}

.company_ayumi .swell-block-fullWide__inner {
  padding: 128px 0 160px 0;
}
@media (max-width: 1200px) {
  .company_ayumi .swell-block-fullWide__inner {
    padding: 128px 24px 160px 24px;
  }
}
@media screen and (max-width: 768px) {
  .company_ayumi .swell-block-fullWide__inner {
    padding: 108px 24px 40px 24px;
  }
}
.company_ayumi .section_ttl_dot {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .company_ayumi .section_ttl_dot {
    margin-bottom: 32px;
  }
}
.company_ayumi .swell-block-column {
  margin-left: 0;
  width: 100%;
}

.company_ayumi_box .swell-block-columns__inner {
  display: grid;
  grid-template-columns: 0.595fr 0.385fr;
  gap: 6.67%;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .company_ayumi_box .swell-block-columns__inner {
    gap: 32px;
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
  }
}
.company_ayumi_box .swell-block-columns__inner .swell-block-column .company_ayumi_text {
  font-weight: 600;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 2em;
}
.company_ayumi_box .swell-block-columns__inner .swell-block-column .mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .company_ayumi_box .swell-block-columns__inner .swell-block-column .mb40 {
    margin-bottom: 24px;
  }
}
.company_ayumi_box .swell-block-columns__inner .swell-block-column .company_ayumi_img {
  margin-bottom: 10px !important;
}
.company_ayumi_box .swell-block-columns__inner .swell-block-column .company_ayumi_box_name {
  font-size: 24px;
  font-family: "Shippori Antique", sans-serif !important;
}
@media screen and (max-width: 768px) {
  .company_ayumi_box .swell-block-columns__inner .swell-block-column .company_ayumi_box_name {
    font-size: 18px;
  }
}

.company_ayumi_graph {
  background-color: #F9F5E6;
  border-radius: 20px;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .company_ayumi_graph .has-fixed-layout {
    padding: 24px;
  }
}
.company_ayumi_graph .has-fixed-layout th,
.company_ayumi_graph .has-fixed-layout td {
  padding: 0;
  border: none;
}
.company_ayumi_graph .has-fixed-layout tr {
  border-bottom: 1px solid #D7D0B6;
  display: flex;
  gap: 12px;
  padding: 30px 0;
}
.company_ayumi_graph .has-fixed-layout tr:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.company_ayumi_graph .has-fixed-layout tr:first-child {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .company_ayumi_graph .has-fixed-layout tr {
    padding: 24px 0;
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 12px;
  }
}
.company_ayumi_graph .has-fixed-layout th {
  color: #7C7045;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  background-color: transparent;
  width: 58px !important;
  display: flex;
  align-items: flex-start;
  vertical-align: top;
}
.company_ayumi_graph .has-fixed-layout td {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

.company_info .swell-block-fullWide__inner {
  padding: 0 0 80px 0;
}
@media (max-width: 1200px) {
  .company_info .swell-block-fullWide__inner {
    padding: 0 24px 80px 24px;
  }
}
@media screen and (max-width: 768px) {
  .company_info .swell-block-fullWide__inner {
    padding: 92px 24px 40px 24px;
  }
}

.company_info_box .swell-block-columns__inner {
  display: grid;
  grid-template-columns: 0.333fr 0.6667fr;
  gap: 6.67%;
}
@media screen and (max-width: 768px) {
  .company_info_box .swell-block-columns__inner {
    gap: 32px;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }
}
.company_info_box .swell-block-column {
  width: 100%;
  margin-left: 0;
}
.company_info_box .company_info_ttl_box {
  padding-top: 52px;
}
@media screen and (max-width: 768px) {
  .company_info_box .company_info_ttl_box {
    padding-top: 28px;
    margin-bottom: 0 !important;
  }
}
.company_info_box .company_info_graph {
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .company_info_box .company_info_graph {
    padding: 0;
  }
}
.company_info_box .company_info_graph th,
.company_info_box .company_info_graph td {
  padding: 0;
  border: none;
}
.company_info_box .company_info_graph tr {
  border-bottom: 1px solid #D7D0B6;
  display: flex;
  gap: 12px;
  padding: 20px 0;
}
.company_info_box .company_info_graph tr:last-child {
  padding-bottom: 0;
}
.company_info_box .company_info_graph tr:first-child {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .company_info_box .company_info_graph tr {
    flex-direction: column;
    gap: 8px;
  }
}
.company_info_box .company_info_graph th {
  color: #7C7045;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  background-color: transparent;
  width: 110px !important;
  display: flex;
  align-items: flex-start;
  vertical-align: top;
}
.company_info_box .company_info_graph td {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  width: calc(100% - 110px);
}
@media screen and (max-width: 768px) {
  .company_info_box .company_info_graph td {
    width: 100%;
  }
}

.company_access {
  background-color: #F9F5E6;
}
.company_access .swell-block-fullWide__inner {
  padding: 128px 0 80px 24px;
}
@media (max-width: 1200px) {
  .company_access .swell-block-fullWide__inner {
    padding: 128px 24px 80px 24px;
  }
}
@media screen and (max-width: 768px) {
  .company_access .swell-block-fullWide__inner {
    padding: 96px 24px 80px 24px;
  }
}
.company_access .company_access_ttl {
  margin-bottom: 56px !important;
  text-align: center !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company_access .company_access_ttl {
    margin-bottom: 48px !important;
  }
}
.company_access .company_access_ttl:before {
  position: absolute;
  left: 50%;
  top: -48px;
  transform: translateX(-50%);
  content: "";
}

.compay_access_box .swell-block-columns__inner {
  display: grid;
  grid-template-columns: 66.08% 28.58%;
  gap: 6.67%;
}
@media screen and (max-width: 768px) {
  .compay_access_box .swell-block-columns__inner {
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
    margin-left: 0;
    gap: 24px;
  }
}
.compay_access_box .swell-block-columns__inner .swell-block-column {
  margin-left: 0;
  width: 100%;
}

.company_access_map iframe {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  aspect-ratio: 793/488;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .company_access_map iframe {
    width: 100%;
    aspect-ratio: 327/201;
  }
}

.company_access_text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
.company_access_text p {
  margin-bottom: 0;
}

.company_access_address {
  font-size: 18px;
  line-height: 2;
  font-weight: 600;
}

.company_access_way {
  gap: 4px;
}

.company_access_way_ttl {
  width: 50px;
  height: 25px;
  border-radius: 4px;
  background-color: #F0E3B2;
  color: #726121;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.company_access_way_text {
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
}

.company_info_group {
  margin-bottom: 24px;
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.company_info_group strong {
  font-weight: 700;
}
.company_info_group .swl-inline-color {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.company_info_group .company_info_group_flex {
  display: grid;
  grid-template-columns: 85px 1fr;
  gap: 16px;
}
.company_info_group .company_info_group_flex .swl-fz,
.company_info_group .company_info_group_flex .company_info_flex_text {
  display: inline-block;
}
.company_info_group .company_info_group_flex .swl-fz {
  width: 85px;
  background-color: #F8F2DA;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  height: 100%;
  line-height: 2;
}
.company_info_group .company_info_group_flex .company_info_flex_text {
  color: #272005;
}

.company_info_graph .has-fixed-layout .company_info_factory .company_info_factory_list li {
  list-style: none;
  position: relative;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .company_info_graph .has-fixed-layout .company_info_factory .company_info_factory_list li {
    margin-bottom: 16px;
  }
}
.company_info_graph .has-fixed-layout .company_info_factory .company_info_factory_list li::marker {
  content: none !important;
  display: none !important;
}
.company_info_graph .has-fixed-layout .company_info_factory .company_info_factory_list li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #F2D98D;
  line-height: 2;
  left: -19px;
  top: 0.5em;
}

.about_intro {
  background-color: #F9F5E6;
  position: relative;
}
.about_intro:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 128px;
  bottom: 0;
  left: 0;
  background-image: url("images/company/company_intro_bg_img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .about_intro:before {
    height: 33px;
    background-image: url("images/company/company_intro_bg_img_sp.png");
    bottom: 0;
  }
}
.about_intro .swell-block-fullWide__inner {
  padding: 80px 0 160px 0;
}
@media (max-width: 1200px) {
  .about_intro .swell-block-fullWide__inner {
    padding: 80px 24px 160px 24px;
  }
}
@media screen and (max-width: 768px) {
  .about_intro .swell-block-fullWide__inner {
    padding: 40px 24px 80px 24px;
  }
}
.about_intro .swell-block-column {
  margin-left: 0;
}

.about_intro_text_box {
  width: 100%;
  justify-content: center;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .about_intro_text_box {
    flex-direction: column-reverse;
    gap: 32px;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .about_intro_text_box .company_intro_text {
    line-height: 1.75;
  }
}
@media screen and (max-width: 768px) {
  .about_intro_text_box .company_intro_ttl {
    line-height: 1.67 !important;
  }
}

.about_intro .about_intro_box .swell-block-columns__inner {
  width: 100%;
  margin-left: 0;
  justify-content: center;
  position: relative;
}
.about_intro .about_intro_box .swell-block-columns__inner:before {
  content: "";
  position: absolute;
  width: 40.75%;
  aspect-ratio: 489/276;
  background-image: url("images/about/about_intro_bg_img2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: -15%;
  top: 34px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .about_intro .about_intro_box .swell-block-columns__inner:before {
    background-image: url("images/about/about_intro_bg_img2_sp.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 96.08%;
    aspect-ratio: 245/138;
    bottom: -5%;
    left: -37%;
    top: auto;
  }
}
.about_intro .about_intro_box .swell-block-columns__inner:after {
  content: "";
  position: absolute;
  width: 39.83%;
  aspect-ratio: 478/273;
  background-image: url("images/about/about_intro_bg_img1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: -15%;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .about_intro .about_intro_box .swell-block-columns__inner:after {
    background-image: url("images/about/about_intro_bg_img1_sp.png");
    width: 108%;
    aspect-ratio: 627/578;
    top: 28px;
    right: -41%;
  }
}
.about_intro .about_intro_box .swell-block-columns__inner .about_intro_text_box {
  width: 100%;
  max-width: 100%;
}

.about_obento .swell-block-fullWide__inner {
  padding: 193px 0 80px 0;
}
@media (max-width: 1200px) {
  .about_obento .swell-block-fullWide__inner {
    padding: 193px 24px 80px 24px;
  }
}
@media screen and (max-width: 768px) {
  .about_obento .swell-block-fullWide__inner {
    padding: 92px 24px 40px 24px;
  }
}

.about_flex_box {
  margin-bottom: 64px;
}
.about_flex_box .swell-block-columns__inner {
  justify-content: space-between;
}
.about_flex_box .swell-block-columns__inner .swell-block-column {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .about_flex_box .swell-block-columns__inner .swell-block-column {
    width: 100%;
  }
}
.about_flex_box .swell-block-columns__inner .section_ttl_dot {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about_flex_box .swell-block-columns__inner .section_ttl_dot {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .about_flex_box .swell-block-columns__inner {
    margin-left: 0;
  }
}
.about_flex_box .about_bento {
  background-color: #F8F2DA;
  font-weight: 600;
  font-size: 20px;
  line-height: 2;
  margin-bottom: 0;
  padding: 4px 20px;
}
.about_flex_box .about_bento:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.about_flex_box .about_bento:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media screen and (max-width: 768px) {
  .about_flex_box .about_bento {
    padding: 4px 16px;
  }
}

.about_flex_box_text .wp-block-group {
  gap: 0;
}

@media screen and (max-width: 768px) {
  .about_flex_box_img {
    margin-bottom: 24px !important;
  }
}

.about_flex_box_img1 {
  max-width: 540px;
  aspect-ratio: 540/405;
}

.about_flex_box2 .swell-block-columns__inner {
  display: grid;
  grid-template-columns: repeat(2, 45%);
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about_flex_box2 .swell-block-columns__inner {
    margin-left: 0;
    grid-template-columns: repeat(1, 100%);
    justify-content: center;
    gap: 64px;
  }
}
.about_flex_box2 .swell-block-columns__inner .swell-block-column {
  margin-left: 0;
  width: 100%;
  max-width: 100%;
}

.about_flex_inner {
  align-items: center;
  gap: 28px;
}
@media screen and (max-width: 768px) {
  .about_flex_inner {
    flex-direction: column;
    width: 100%;
  }
}
.about_flex_inner figure {
  max-width: 296px;
}
.about_flex_inner p {
  font-weight: 600;
  line-height: 2;
}

.about_obento2 .swell-block-fullWide__inner {
  padding: 80px 0;
}
@media (max-width: 1200px) {
  .about_obento2 .swell-block-fullWide__inner {
    padding: 80px 24px;
  }
}
@media screen and (max-width: 768px) {
  .about_obento2 .swell-block-fullWide__inner {
    padding: 64px 24px 40px 24px;
  }
}
.about_obento2 .swell-block-fullWide__inner .about_flex_box_img3 {
  max-width: 470px;
  aspect-ratio: 470/430;
}
.about_obento2 .swell-block-fullWide__inner .about_flex_box3 .swell-block-columns__inner {
  gap: 80px;
  justify-content: flex-start;
  margin-left: 0;
}
.about_obento2 .swell-block-fullWide__inner .about_flex_box3 .about_flex_box_img2 {
  max-width: 470px;
  aspect-ratio: 470/348;
}
@media screen and (max-width: 768px) {
  .about_obento2 .swell-block-fullWide__inner .about_flex_box3 .about_flex_box_img2 {
    max-width: 100%;
    aspect-ratio: 327/200;
  }
}
.about_obento2 .swell-block-fullWide__inner .about_flex_box3 .about_flex_box_text {
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .about_obento2 .swell-block-fullWide__inner .about_flex_box3 .about_flex_box_text {
    padding-top: 28px;
  }
}
.about_obento2 .swell-block-fullWide__inner .about_flex_box3 .about_flex_box_desc {
  font-weight: 600;
  line-height: 2;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .about_obento2 .swell-block-fullWide__inner .about_flex_box3 .about_flex_box_desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .about_obento2 .swell-block-fullWide__inner .about_bento {
    font-size: 16px;
  }
}

.about_bento3 .swell-block-fullWide__inner .about_flex_box3 .swell-block-columns__inner {
  justify-content: space-between;
}

.about_line_dot {
  border: 2px #D7CFB5 dashed;
  display: flex;
  flex-direction: column;
  line-height: 2;
  font-weight: 600;
  line-height: 2;
  width: 100%;
  padding: 10px 20px;
  border-radius: 8px;
  margin-top: 24px !important;
}
.about_line_dot .about_line_dot_title {
  font-size: 20px;
  font-weight: 700;
}

.about_obento4 .swell-block-fullWide__inner .about_flex_box4 .about_flex_box_img2 {
  max-width: 470px;
  aspect-ratio: 470/332;
}
@media screen and (max-width: 768px) {
  .about_obento4 .swell-block-fullWide__inner .about_flex_box4 .about_flex_box_img2 {
    max-width: 100%;
    aspect-ratio: 327/292;
  }
}

.about_obento5 .swell-block-fullWide__inner .about_flex_box3 .about_flex_box_img3 {
  max-width: 540px;
  aspect-ratio: 540/405;
}
@media screen and (max-width: 768px) {
  .about_obento5 .swell-block-fullWide__inner .about_flex_box3 .about_flex_box_img3 {
    max-width: 100%;
    aspect-ratio: 327/245;
  }
}

.about_access_box {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .about_access_box {
    margin-bottom: 80px;
  }
}

.about_access_info_box {
  width: 100%;
}
.about_access_info_box .swell-block-columns__inner {
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(2, 47.67%);
}
@media screen and (max-width: 768px) {
  .about_access_info_box .swell-block-columns__inner {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    grid-template-columns: 1fr;
  }
}
.about_access_info_box .swell-block-columns__inner .swell-block-column {
  margin-left: 0;
  width: 100%;
  max-width: 100%;
}
.about_access_info_box .about_access_info_text {
  font-weight: 600;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 2.5em !important;
}
@media screen and (max-width: 768px) {
  .about_access_info_box .about_access_info_text {
    margin-bottom: 0 !important;
  }
}
.about_access_info_box .marginnone {
  margin-bottom: 0 !important;
}

.about_access_info_ttl {
  margin-top: 56px !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  padding-left: 35px;
  position: relative;
}
.about_access_info_ttl:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 11px;
  background-image: url("images/about/about_access_info_ttl_icon.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .about_access_info_ttl {
    margin-top: 32px !important;
    margin-bottom: 12px !important;
  }
}

.about_access_flex_box {
  display: flex !important;
  gap: 12px;
  flex-direction: row !important;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .about_access_flex_box {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    flex-wrap: wrap;
    gap: 8px;
  }
}

.about_access_info_btn {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #F0E3B2;
  color: #A47F44;
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 134px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .about_access_info_btn {
    width: 100%;
    padding: 16px 30px;
  }
}

.about_cta .swell-block-fullWide__inner {
  padding: 100px 0;
}
@media (max-width: 1200px) {
  .about_cta .swell-block-fullWide__inner {
    padding: 100px 24px;
  }
}
@media screen and (max-width: 768px) {
  .about_cta .swell-block-fullWide__inner {
    padding: 64px 24px;
  }
}

.about_cta_box .swell-block-columns__inner {
  display: grid;
  grid-template-columns: repeat(2, 47.68%);
  justify-content: center;
  max-width: 1036px;
  margin: 0 auto;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .about_cta_box .swell-block-columns__inner {
    grid-template-columns: 1fr;
    gap: 24px;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }
}
.about_cta_box .swell-block-columns__inner .swell-block-column {
  margin-left: 0;
  width: 100%;
  max-width: 100%;
}

.about_cta_logo {
  border-radius: 12px;
  aspect-ratio: 398/150;
}

.about_cta_flex_box {
  gap: 24px;
  display: grid;
  grid-template-rows: 0.3769fr 0.6633fr;
  align-items: stretch;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .about_cta_flex_box {
    position: relative;
  }
}

.wp-block-group.about_cta_ttl_box {
  display: grid;
  grid-template-columns: 18.34% 64.82%;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .wp-block-group.about_cta_ttl_box {
    grid-template-columns: 1fr;
  }
}
.wp-block-group.about_cta_ttl_box .section_ttl_dot_vertical {
  writing-mode: vertical-rl;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .wp-block-group.about_cta_ttl_box .section_ttl_dot_vertical {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    padding-left: 25px;
    padding-right: 0;
  }
  .wp-block-group.about_cta_ttl_box .section_ttl_dot_vertical:before {
    right: auto;
    left: 0;
  }
}

.about_cta_ttl {
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  color: #272727;
  margin-bottom: 12px !important;
}

.about_cta_desc {
  font-weight: 600;
  font-size: 16px;
  line-height: 2;
  color: #272727;
}
@media screen and (max-width: 768px) {
  .about_cta_desc {
    margin-bottom: 24px !important;
  }
}

.about_cta_inner_box {
  background-color: #F9F5E6;
  border-radius: 32px;
  padding: 9.72% 9.72% calc(9.72% + 66px) 9.72% !important;
  margin-left: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about_cta_inner_box {
    padding: 32px 24px !important;
  }
}
.about_cta_inner_box .link_arrow {
  position: absolute;
  text-align: left;
  bottom: 48px;
}
@media screen and (max-width: 768px) {
  .about_cta_inner_box .link_arrow {
    position: inherit;
    text-align: right;
  }
}
.about_cta_inner_box .link_arrow .swell-block-button__link {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.about_cta_logo {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .about_cta_logo {
    width: 66.31%;
    aspect-ratio: 185/200;
    align-self: flex-end;
  }
}

.lower_fv_section_bento .swell-block-fullWide__inner {
  padding: 160px 0 100px !important;
}
@media (max-width: 1200px) {
  .lower_fv_section_bento .swell-block-fullWide__inner {
    padding: 160px 0 100px 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .lower_fv_section_bento .swell-block-fullWide__inner {
    padding: 100px 0 40px 0 !important;
  }
}
.lower_fv_section_bento .lower_fv_img_box {
  margin-bottom: 0 !important;
}
@media (max-width: 1200px) {
  .lower_fv_section_bento .lower_fv_img_box {
    padding: 0 24px;
  }
}
.lower_fv_section_bento .page-heading__title {
  text-align: left;
}
.lower_fv_section_bento .page-heading__title-red:before {
  background-image: url("images/common/lower_page_ttl_img_red_long6.png");
  top: 19px;
  transform: translateY(0);
}
.lower_fv_section_bento .page-heading__title-yellow:before {
  background-image: url("images/common/lower_page_ttl_img_red_long5.png");
  top: 0;
  transform: translateY(0);
}
.lower_fv_section_bento .page-heading__breadcrumb {
  gap: 36px;
  white-space: nowrap;
  justify-content: center;
}
.lower_fv_section_bento .slider figure {
  aspect-ratio: 436/220;
  height: auto;
}
@media screen and (max-width: 768px) {
  .lower_fv_section_bento .slider figure {
    aspect-ratio: 218/140;
    max-width: 218px;
  }
}
.lower_fv_section_bento .slider .swell-block-column {
  margin-right: 56px;
}
@media screen and (max-width: 768px) {
  .lower_fv_section_bento .slider .swell-block-column {
    margin-right: 24px;
  }
  .lower_fv_section_bento .slider .swell-block-column:nth-child(even) {
    margin-top: 30px;
  }
}
.lower_fv_section_bento .slider .wp-block-group__inner-container {
  padding-top: 80px;
}

.bento_intro .swell-block-fullWide__inner {
  padding: 80px 0 !important;
}
@media (max-width: 1200px) {
  .bento_intro .swell-block-fullWide__inner {
    padding: 80px 24px !important;
  }
}
@media screen and (max-width: 768px) {
  .bento_intro .swell-block-fullWide__inner {
    padding: 64px 24px !important;
  }
}
.bento_intro .bento_intro_ttl {
  font-size: 32px;
  line-height: 2.2;
  font-family: "Shippori Antique", sans-serif;
  text-decoration: underline;
  text-underline-offset: 6px;
  width: 100%;
  text-align: left;
  color: #272005;
}
@media screen and (max-width: 768px) {
  .bento_intro .bento_intro_ttl {
    font-size: 24px;
  }
}

.bent_intro_box .swell-block-columns__inner {
  display: flex;
  gap: 6.67%;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .bent_intro_box .swell-block-columns__inner {
    gap: 64px;
    flex-direction: column;
    width: 100% !important;
  }
}
.bent_intro_box .swell-block-column {
  margin-left: 0;
  width: 100%;
}

.bento_intro_flex {
  gap: 32px;
}

.bento_intro_ttl_sub {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.bento_intro_inner_box {
  background-color: #FCF9EA;
  border: 1px solid #DDD6C5;
  border-radius: 20px;
  padding: 18px 24px 24px 24px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bento_intro_inner_box {
    padding: 18px 12px 24px 12px;
    margin-left: 0;
  }
}

.bento_intro_ttl_red {
  text-decoration: underline;
  text-underline-offset: 6px;
  color: #D64C22;
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 12px;
}

.bento_intro_desc_strong {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
}
.bento_intro_desc_strong strong {
  font-weight: 700;
}

.bento_intro_graph_desc {
  color: #787771;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 12px;
  max-width: 546px;
}
@media screen and (max-width: 768px) {
  .bento_intro_graph_desc {
    max-width: 100%;
  }
}

.bento_intro_graph {
  background-color: #FFF;
  border-radius: 10px;
  width: 100%;
  border: none;
}
.bento_intro_graph tr {
  border-bottom: 1px solid #EFEBDF;
}
.bento_intro_graph tr:last-child {
  border-bottom: none;
}
.bento_intro_graph tr th,
.bento_intro_graph tr td {
  border: none;
  font-size: 14px;
  font-weight: 600;
}
.bento_intro_graph tr th:nth-child(-n+2),
.bento_intro_graph tr td:nth-child(-n+2) {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .bento_intro_graph tr th,
  .bento_intro_graph tr td {
    font-size: 13px;
  }
}
.bento_intro_graph tr th {
  background-color: #F8F2DA;
  color: #787771;
}
.bento_intro_graph tr td {
  color: #564400;
}

.bento_intro_comment_box {
  background-color: #F8F2DA;
  border-radius: 32px;
  padding: 2.67% !important;
  position: relative;
  max-width: 574px;
  align-self: start !important;
}
.bento_intro_comment_box:before {
  content: "";
  position: absolute;
  top: 69px;
  left: -40px;
  width: 59px;
  height: 55px;
  background-image: url("images/bento/bento_intro_comment.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .bento_intro_comment_box:before {
    top: -32px;
    left: 34px;
    rotate: 90deg;
  }
}
@media screen and (max-width: 768px) {
  .bento_intro_comment_box {
    padding: 24px !important;
    max-width: 100%;
  }
}

.bento_intro_comment_ttl {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 16px;
  position: relative;
  padding-left: 35px;
}
.bento_intro_comment_ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  width: 12px;
  height: 11px;
  background-image: url("images/common/column_ttl_bot_red.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .bento_intro_comment_ttl {
    font-size: 18px;
  }
}

.bento_intro_comment {
  gap: 12px;
}

.bento_intro_comment_line {
  background-color: #fff;
  border-radius: 999px;
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 8px 7.84% 8px 8px;
  align-items: center;
}

.bento_intro_comment_img {
  width: 22.94%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .bento_intro_comment_img {
    width: 22.94%;
  }
}
@media screen and (max-width: 599px) {
  .bento_intro_comment_img {
    width: 64px;
  }
}

.bento_intro_comment_desc {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  color: #272005;
}
@media screen and (max-width: 768px) {
  .bento_intro_comment_desc {
    font-size: 14px;
    width: 62.72%;
  }
}

.bento_flow .swell-block-fullWide__inner {
  padding: 0 0 160px 0 !important;
}
@media (max-width: 1200px) {
  .bento_flow .swell-block-fullWide__inner {
    padding: 0 24px 160px 24px !important;
  }
}
@media screen and (max-width: 768px) {
  .bento_flow .swell-block-fullWide__inner {
    padding: 0 24px 40px 24px !important;
  }
}
.bento_flow .section_ttl_dot_horizontal {
  margin-bottom: 40px;
}

.bento_flow_box {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .bento_flow_box {
    margin-bottom: 64px;
  }
}
.bento_flow_box .swell-block-columns__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10.4166666667%;
}
@media screen and (max-width: 768px) {
  .bento_flow_box .swell-block-columns__inner {
    grid-template-columns: 1fr;
    gap: 56px;
    max-width: 91.74%;
    margin: 0 auto;
  }
}
.bento_flow_box .swell-block-column {
  margin-left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bento_flow_box .swell-block-column {
    width: 100%;
  }
}
.bento_flow_box .swell-block-column:last-child .wp-block-image:before {
  content: none;
}
.bento_flow_box figure {
  margin-bottom: 24px !important;
}
@media screen and (max-width: 768px) {
  .bento_flow_box figure {
    margin-bottom: 8px !important;
  }
}

.bento_flow_flex_box {
  justify-content: center;
  text-align: center;
}
.bento_flow_flex_box .btn_red .swell-block-button__link {
  position: relative;
  padding: 12px 0 12px 28px;
  width: 182px;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: left;
}
.bento_flow_flex_box .btn_red .swell-block-button__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background-image: url("images/bento/bento_flow_btn_arrow.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bento_flow_flex_box .wp-block-image {
  position: relative;
}
.bento_flow_flex_box .wp-block-image:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(25%, -50%);
  width: 82px;
  height: 19px;
  left: 100%;
  background-image: url("images/bento/bento_flow_arrow.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .bento_flow_flex_box .wp-block-image:before {
    content: none;
  }
}

.bento_flow_flex_ttl {
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: 700;
  line-height: 2;
}

.bento_flow_flex_desc {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px !important;
}

.bento_info_box .swell-block-columns__inner {
  gap: 24px;
}
.bento_info_box .swell-block-column {
  margin-left: 0;
  background-color: #F9F5E6;
  border-radius: 16px;
  padding: 12px 24px 16px 24px;
}

.bento_info_ttl_sub {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 14px;
  border-bottom: 2px dotted #DDD6C5;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bento_info_flex .wp-block-columns {
  gap: 48px !important;
  padding-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .bento_info_flex .wp-block-columns {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.bento_info_flex .wp-block-column:first-child {
  position: relative;
}
.bento_info_flex .wp-block-column:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: -26px;
  width: 2px;
  height: 100%;
  border-right: 2px dotted #DDD6C5;
}
@media screen and (max-width: 768px) {
  .bento_info_flex .wp-block-column:first-child:after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .bento_info_flex .wp-block-column:last-child .bento_info_detail_desc {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.bento_info_flex .bento_info_detail_desc {
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .bento_info_flex .bento_info_detail_desc {
    padding-bottom: 24px;
    border-bottom: 2px dotted #DDD6C5;
  }
}

.bento_info_desc {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 6px;
}

.bento_info_time {
  background-color: #F0E3B2;
  border-radius: 4px;
  color: #564400;
  faz: 14px;
  line-height: 1.6;
  padding: 6px 8px;
}

.bento_info_aria {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 4px;
  text-align: center;
}

.bento_info_tel_box {
  align-items: center;
  text-align: center;
}

.bento_info_tel {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  padding-left: 28px;
  position: relative;
  text-align: center;
  display: inline-block;
  padding-bottom: 16px;
}
.bento_info_tel:before {
  content: "";
  position: absolute;
  top: 0;
  transform: translateY(35%);
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("images/bento/bento_flow_tel.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bento_info_tel_line {
  position: relative;
}
.bento_info_tel_line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 135%;
  height: 2px;
  border-bottom: 2px dotted #DDD6C5;
}
@media (max-width: 1200px) {
  .bento_info_tel_line:after {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .bento_info_tel_line:after {
    width: 135%;
  }
}

.bento_info_detail_ttl {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .bento_info_detail_ttl {
    text-align: left;
  }
}

.bento_cta {
  background-color: #F9F5E6;
  margin-bottom: 0;
}
.bento_cta .swell-block-fullWide__inner {
  padding: 92px 0 64px 0 !important;
}
@media (max-width: 1200px) {
  .bento_cta .swell-block-fullWide__inner {
    padding: 92px 24px 64px 24px !important;
  }
}
.bento_cta p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

.bento_cta_last .swell-block-fullWide__inner {
  padding: 100px 0;
}
@media (max-width: 1200px) {
  .bento_cta_last .swell-block-fullWide__inner {
    padding: 100px 24px;
  }
}
@media screen and (max-width: 768px) {
  .bento_cta_last .swell-block-fullWide__inner {
    padding: 64px 24px;
  }
}

.bento_cta_last_box {
  background-color: #F8F2DA;
}
.bento_cta_last_box .swell-block-columns__inner {
  padding: 4.8% 6.4% !important;
  display: grid;
  grid-template-columns: 0.7022fr 0.2978fr;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .bento_cta_last_box .swell-block-columns__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    justify-content: center;
  }
}
.bento_cta_last_box .swell-block-columns__inner .store_cta_ttl_box {
  max-width: 100%;
}
.bento_cta_last_box .swell-block-columns__inner .bento_cta_last_ttl {
  width: 100%;
}
.bento_cta_last_box .swell-block-columns__inner .bento_cta_last_ttl .swell-block-columns__inner {
  grid-template-columns: 0.129fr 1.7527fr;
  justify-content: space-between;
  padding: 0 !important;
}
.bento_cta_last_box .swell-block-columns__inner .section_ttl_dot_vertical2 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .bento_cta_last_box .swell-block-columns__inner .section_ttl_dot_vertical2 {
    font-size: 20px;
    padding-left: 25px;
    padding-right: 0;
  }
  .bento_cta_last_box .swell-block-columns__inner .section_ttl_dot_vertical2:before {
    right: auto;
    left: 0;
  }
}
.bento_cta_last_box .swell-block-columns__inner .cta_img_box figure {
  max-width: 426px;
  aspect-ratio: 426/161;
}
.bento_cta_last_box .swell-block-columns__inner .link_arrow .swell-block-button__link {
  font-weight: 400;
}

.page-id-66 .page-heading__title-red:before {
  background-image: url("images/common/lower_page_ttl_img_red_long6.png");
}
.page-id-66 .page-heading__breadcrumb {
  justify-content: center;
  gap: 36px;
}

@media screen and (max-width: 768px) {
  .lunch_intro .swell-block-fullWide__inner {
    padding: 40px 24px;
  }
}
.lunch_intro .lower_intro_box:before {
  content: none;
}
.lunch_intro .lower_intro_box:after {
  content: none;
}
.lunch_intro .lower_intro_box .swell-block-columns__inner {
  grid-template-columns: 0.575fr 0.385fr;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lunch_intro .lower_intro_box .swell-block-columns__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    gap: 64px;
  }
}
@media screen and (max-width: 768px) {
  .lunch_intro .lower_intro_box .swell-block-columns__inner .swell-block-column {
    width: 100%;
  }
}
.lunch_intro .lower_intro_box .feature_intro_ttl {
  margin-bottom: 32px;
}
.lunch_intro .lower_intro_box .lower_intro_desc {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .lunch_intro .lower_intro_box .lower_intro_desc {
    margin-bottom: 32px;
  }
}
.lunch_intro .lower_intro_box .btn_red_line {
  justify-content: flex-start;
  margin-bottom: 12px;
}
.lunch_intro .lower_intro_box .btn_red_line .swell-block-button__link {
  min-width: 306px;
  aspect-ratio: 306/56;
  font-size: 16px;
  padding: 12px 0 12px 43px;
}
@media (max-width: 478px) {
  .lunch_intro .lower_intro_box .btn_red_line .swell-block-button__link {
    width: 100%;
    aspect-ratio: 327/56;
    min-width: auto;
    padding: 12px 0 12px 53px;
  }
}

.lunch_intro_desc {
  font-weight: 600;
  font-size: 12px;
}

.lunch_higawari {
  overflow: hidden;
}
.lunch_higawari .swell-block-fullWide__inner {
  padding: 128px 0;
  position: relative;
}
@media (max-width: 1200px) {
  .lunch_higawari .swell-block-fullWide__inner {
    padding: 128px 24px;
  }
}
@media screen and (max-width: 768px) {
  .lunch_higawari .swell-block-fullWide__inner {
    padding: 92px 24px 64px 24px;
  }
}
.lunch_higawari .swell-block-fullWide__inner:before {
  content: "";
  position: absolute;
  top: -12%;
  right: -15%;
  width: 516px;
  height: 674px;
  background-image: url("images/lunch/lunch_bg_img.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .lunch_higawari .swell-block-fullWide__inner:before {
    content: none;
  }
}
.lunch_higawari .section_ttl2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .lunch_higawari .section_ttl2 {
    margin-bottom: 64px;
  }
}

.lunch_higawari_text {
  font-weight: 600;
  line-height: 2;
  margin-bottom: 32px;
}

.lunch_higawari_text_red {
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  color: #D64C22;
  text-decoration: underline;
  text-underline-offset: 6px;
}
@media screen and (max-width: 768px) {
  .lunch_higawari_text_red {
    margin-bottom: 64px;
  }
}

.lunch_higawari_box .swell-block-columns__inner {
  display: grid;
  grid-template-columns: 0.4167fr 0.4933fr;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lunch_higawari_box .swell-block-columns__inner {
    grid-template-columns: 1fr;
    width: 100%;
    justify-content: center;
    gap: 48px;
  }
}
.lunch_higawari_box .swell-block-columns__inner .swell-block-column {
  width: 100%;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .lunch_higawari_box .swell-block-columns__inner .swell-block-column {
    max-width: 100%;
  }
}

.lunch_higawari_comment {
  background-color: #F8F2DA;
  border-radius: 32px;
  padding: 32px !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lunch_higawari_comment {
    padding: 24px !important;
    width: 100%;
    margin-left: 0;
  }
}
.lunch_higawari_comment:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -32px;
  width: 59px;
  height: 55px;
  background-image: url("images/common/lunch_ scene_arrow_right.png");
  rotate: -11deg;
}
@media screen and (max-width: 768px) {
  .lunch_higawari_comment:before {
    right: auto;
    bottom: -13px;
    left: 50%;
    width: 59px;
    height: 55px;
    transform: translateX(-50%);
    background-image: url("images/common/lunch_ scene_arrow_right_sp.png");
    top: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.lunch_higawari_list {
  padding: 0 !important;
}
.lunch_higawari_list li {
  list-style: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 2;
  padding-left: 16px;
  position: relative;
  margin: 0;
}
.lunch_higawari_list li:before {
  content: "";
  position: absolute;
  background-image: url("images/common/list_icon_yellow_shikaku2.png");
  background-size: cover;
  background-position: center;
  left: 0;
  top: 1em;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
}
.lunch_higawari_list li::marker {
  content: none !important;
  display: none !important;
}

.lunch_higawari_img_box .wp-container-core-group-is-layout-ad2f72ca {
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .lunch_higawari_img_box .wp-container-core-group-is-layout-ad2f72ca {
    flex-direction: column;
  }
}
.lunch_higawari_img_box .wp-container-core-group-is-layout-ad2f72ca .wp-container-core-group-is-layout-8cf370e7 {
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .lunch_higawari_img_box .wp-container-core-group-is-layout-ad2f72ca .wp-container-core-group-is-layout-8cf370e7 {
    flex-direction: column;
    width: 74.67%;
    margin: 0 auto;
    justify-content: center;
  }
}
.lunch_higawari_img_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.lunch_higawari_img_ttl {
  font-weight: 600;
  font-size: 15px;
  line-height: 2;
  padding-left: 18px;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .lunch_higawari_img_ttl {
    font-size: 16px;
  }
}
.lunch_higawari_img_ttl:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 10px;
  background-image: url("images/common/list_icon_yellow_shikaku2.png");
}

.lunch_higawari_img_attention {
  color: #8A8A8A;
  font-weight: 600;
  font-size: 12px;
  display: block;
}

.lunch_monthly_menu .swell-block-fullWide__inner {
  padding: 80px 0 208px 0 !important;
}
@media (max-width: 1200px) {
  .lunch_monthly_menu .swell-block-fullWide__inner {
    padding: 80px 24px 208px 24px !important;
  }
}
@media screen and (max-width: 768px) {
  .lunch_monthly_menu .swell-block-fullWide__inner {
    padding: 64px 24px 73px 24px !important;
  }
}

.lunch_monthly_menu_box .swell-block-columns__inner {
  margin-left: 0;
  display: grid;
  grid-template-columns: repeat(2, 43.92%);
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lunch_monthly_menu_box .swell-block-columns__inner {
    grid-template-columns: 1fr;
    gap: 80px;
    justify-content: center;
  }
}
.lunch_monthly_menu_box .swell-block-columns__inner .swell-block-column {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}

.lunch_monthly_menu_ttl_now,
.lunch_monthly_menu_ttl_next {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 24px;
  padding-left: 35px;
  position: relative;
}
.lunch_monthly_menu_ttl_now:before,
.lunch_monthly_menu_ttl_next:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  width: 12px;
  height: 11px;
  background-size: cover;
  background-position: center;
}

.lunch_monthly_menu_ttl_now:before {
  background-image: url("images/common/column_ttl_bot_red.png");
}

.lunch_monthly_menu_ttl_next:before {
  background-image: url("images/common/column_ttl_bot_yellow.png");
}

.lunch_monthly_menu_inner_box {
  gap: 14px;
}

.lunch_month {
  padding: 40px 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

.lunch_month__block {
  margin-bottom: 48px;
}

.lunch_month__title {
  font-size: 24px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-weight: bold;
}

.lunch_month__dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
}
.lunch_month__dot--red {
  background-color: #c00;
}
.lunch_month__dot--yellow {
  background-color: #f2c100;
}

.lunch_month__images {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.lunch_month__image {
  width: calc(50% - 8px);
  background-color: #fdfaf0;
  text-align: center;
  font-size: 16px;
  padding: 40px 0;
  border-radius: 8px;
  line-height: 1.6;
}

.lunch_month__coming-soon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #aaa;
  font-size: 16px;
  background-color: #fdfaf0;
  font-style: italic;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .lunch_month__title {
    font-size: 20px;
  }
  .lunch_month__images {
    flex-direction: column;
    gap: 12px;
  }
  .lunch_month__image {
    width: 100%;
    font-size: 14px;
    padding: 32px 0;
  }
}
.lubch_scene_box .swell-block-columns__inner {
  display: grid;
  grid-template-columns: repeat(3, 0.185fr) 0.2642fr;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lubch_scene_box .swell-block-columns__inner {
    grid-template-columns: 1fr;
    width: 100%;
    justify-content: center;
    gap: 48px;
  }
}
.lubch_scene_box .swell-block-column {
  margin-left: 0;
  width: 100%;
  max-width: 100%;
}

.lunch_scene {
  background-color: #FCF9EA;
  position: relative;
}
.lunch_scene:before {
  content: "";
  position: absolute;
  background-image: url("images/common/section_bg_img_wave.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 128px;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateY(-100%);
}
@media screen and (max-width: 768px) {
  .lunch_scene:before {
    height: 33px;
    background-image: url("images/common/section_bg_img_wave_sp.png");
  }
}
.lunch_scene .swell-block-fullWide__inner {
  padding: 128px 0 80px 0;
}
@media (max-width: 1200px) {
  .lunch_scene .swell-block-fullWide__inner {
    padding: 128px 24px 80px 24px;
  }
}
@media screen and (max-width: 768px) {
  .lunch_scene .swell-block-fullWide__inner {
    padding: 92px 24px 32px 24px;
  }
}

.lunch_scene_intro_desc {
  font-weight: 600;
  line-height: 2;
  margin-bottom: 32px;
  font-size: 16px;
}

.lunch_scene_inner_box {
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .lunch_scene_inner_box {
    display: grid !important;
    grid-template-columns: 120px 1fr !important;
    justify-content: space-between;
    width: 100%;
  }
}

.lunch_scene_desc {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lunch_scene_desc {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

.lunch_scene_comment_box {
  background-color: #F0E3B2;
  border-radius: 32px;
  padding: 10.09% !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lunch_scene_comment_box {
    padding: 24px;
    border-radius: 24px;
  }
}
.lunch_scene_comment_box:before {
  content: "";
  position: absolute;
  top: 15%;
  transform: translateY(-50%);
  left: -32px;
  width: 59px;
  height: 55px;
  background-image: url("images/common/lunch_ scene_arrow.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .lunch_scene_comment_box:before {
    left: 26px;
    top: -48px;
    rotate: 135deg;
  }
}

.lunch_scene_comment_ttl_top {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 12px;
  padding-left: 35px;
  position: relative;
}
.lunch_scene_comment_ttl_top:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 11px;
  background-image: url("images/common/column_ttl_bot_red.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.lunch_scene_comment_innder_box {
  background-color: #FFF;
  padding: 14px 12px 14px 45px;
  position: relative;
  border-radius: 8px;
}
.lunch_scene_comment_innder_box:before {
  content: "";
  position: absolute;
  left: 12px;
  width: 23px;
  height: 23px;
  background-image: url("images/common/check_red.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .lunch_scene_comment_innder_box {
    margin-bottom: 12px;
  }
}

.lunch_scene_comment_ttl {
  margin-bottom: 8px !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.lunch_scene_comment_ttl_color {
  color: #564400;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  padding: 4px 12px;
  background-color: #F8F2DA;
  border-radius: 999px;
}

.lunch_scene_comment_desc {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

.lunch_order {
  background-color: #FCF9EA;
}
.lunch_order.pc-py-60 {
  padding: 0 24px 0 24px !important;
}
@media screen and (max-width: 768px) {
  .lunch_order.pc-py-60 {
    padding: 0 24px 32px 24px !important;
  }
}
@media (max-width: 1200px) {
  .lunch_order {
    padding: 80px 24px 80px 24px;
  }
}
.lunch_order .swell-block-fullWide__inner {
  background-color: #fff;
  padding: 96px 3.33% 129px 4.44%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 32px;
  position: relative;
}
@media (max-width: 1200px) {
  .lunch_order .swell-block-fullWide__inner {
    padding: 96px 24px 48px 24px;
  }
}
@media screen and (max-width: 768px) {
  .lunch_order .swell-block-fullWide__inner {
    max-width: 100%;
    padding: 76px 24px 48px 24px;
  }
}
.lunch_order .section_ttl {
  margin-bottom: 32px !important;
}

.lunch_order_box .swell-block-columns__inner {
  display: grid;
  grid-template-columns: repeat(3, 28.5%);
  justify-content: space-between;
  padding-right: 31.11%;
}
@media (max-width: 1200px) {
  .lunch_order_box .swell-block-columns__inner {
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 12px;
    padding-right: 0;
  }
}
.lunch_order_box .swell-block-columns__inner .swell-block-column {
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}

.lunch_order_card {
  position: relative;
}
.lunch_order_card .btn_red {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lunch_order_card .btn_red {
    padding-left: 60px;
  }
}
.lunch_order_card .btn_red .swell-block-button__link {
  width: 182px;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 999px;
  position: relative;
  padding-left: 45px;
  padding-right: 16px;
}
@media screen and (max-width: 768px) {
  .lunch_order_card .btn_red .swell-block-button__link {
    width: 100%;
  }
}
.lunch_order_card .btn_red .swell-block-button__link:before {
  content: "";
  position: absolute;
  left: 21px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url("images/common/menu_icon_link_arrow_white.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .lunch_order_card p {
    padding-left: 60px !important;
  }
}

.lunch_order_number {
  width: 100%;
  margin-bottom: 4px !important;
  position: relative;
}
.lunch_order_number:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(100%, -50%);
  width: 82px;
  height: 19px;
  right: 0;
  background-image: url("images/bento/bento_flow_arrow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .lunch_order_number:before {
    content: none;
  }
}
.lunch_order_number img {
  width: 66px;
}
@media screen and (max-width: 768px) {
  .lunch_order_number {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
  }
}

.lunch_order_box .swell-block-columns__inner .swell-block-column:nth-child(n+3) figure::before {
  content: none;
}

.lunch_order_ttl {
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 4px !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lunch_order_ttl {
    text-align: left;
  }
}

.lunch_order_desc {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .lunch_order_desc {
    font-size: 16px;
  }
}

.lunch_order_attention {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 16px !important;
}

.lunch_order_comment {
  background-color: #F9F5E6;
  border-radius: 20px;
  padding: 1.94% 2.22% !important;
  position: absolute;
  right: 0;
  height: 90.3%;
  max-width: 300px !important;
  top: 50%;
  transform: translateY(-50%);
  right: 3.33%;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .lunch_order_comment {
    position: inherit;
    transform: none;
    top: auto;
    right: auto;
    height: auto;
    max-width: 100% !important;
    border-radius: 20px;
    padding: 16px 24px 24px 24px !important;
  }
}
@media screen and (max-width: 768px) {
  .lunch_order_comment {
    margin-top: 48px !important;
  }
}

.lunch_order_comment_img {
  width: 50px;
  height: 51px;
  align-self: center;
  margin-bottom: 4px !important;
}

.lunch_order_comment_ttl {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 16px !important;
  text-align: center;
}

.lunch_order_comment_desc {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 16px !important;
}

.lunch_order_comment_line {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 4px !important;
  text-decoration: underline solid #F0E3B2 8px;
  text-underline-offset: 2px;
}

.lunch_order_comment_attention {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.6;
}

.lunch_safe:before {
  content: none;
}
.lunch_safe .section_ttl {
  margin-bottom: 32px !important;
}

.lunch_safe_box .swell-block-columns__inner {
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .lunch_safe_box .swell-block-columns__inner {
    gap: 32px;
    width: 100%;
    justify-content: center;
  }
}
.lunch_safe_box .swell-block-column {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .lunch_safe_box .swell-block-column {
    max-width: 100%;
  }
}

.lunch_safe_img {
  max-width: 470px;
}
@media screen and (max-width: 768px) {
  .lunch_safe_img {
    max-width: 100%;
  }
}

.lunch_safe_ttl {
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
  margin-bottom: 24px !important;
}
@media screen and (max-width: 768px) {
  .lunch_safe_ttl {
    font-size: 18px;
  }
}

.lunch_safe_text {
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
}

.lunch_store {
  background-color: #FCF9EA;
}
.lunch_store.pc-py-60 {
  padding: 0 24px 80px 24px !important;
}
@media screen and (max-width: 768px) {
  .lunch_store.pc-py-60 {
    padding: 0 24px 64px 24px !important;
  }
}
@media (max-width: 1400px) {
  .lunch_store {
    padding: 80px 24px 80px 24px;
  }
}
.lunch_store .swell-block-fullWide__inner {
  background-color: #fff;
  padding: 96px 3.33% 48px 4.44%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 32px;
  position: relative;
}
@media (max-width: 1400px) {
  .lunch_store .swell-block-fullWide__inner {
    padding: 96px 24px 48px 24px;
  }
}
@media screen and (max-width: 768px) {
  .lunch_store .swell-block-fullWide__inner {
    max-width: 100%;
    padding: 76px 24px 48px 24px;
  }
}
.lunch_store .section_ttl {
  margin-bottom: 32px !important;
}

.lunch_store_box .swell-block-columns__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  gap: 4.44%;
}
@media screen and (max-width: 768px) {
  .lunch_store_box .swell-block-columns__inner {
    grid-template-columns: 1fr;
    gap: 48px;
    justify-content: center;
  }
}
.lunch_store_box .swell-block-column {
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}

.linch_store_name {
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
  margin-bottom: 12px !important;
}
@media screen and (max-width: 768px) {
  .linch_store_name {
    margin-bottom: 8px !important;
  }
}

.linch_store_tel {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 8px !important;
  position: relative;
  padding-left: 28px;
}
@media screen and (max-width: 768px) {
  .linch_store_tel {
    margin-bottom: 0 !important;
  }
}
.linch_store_tel:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("images/common/icon_tel_blown.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.linch_store_address {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 8px !important;
  position: relative;
  padding-left: 28px;
}
.linch_store_address:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 20px;
  height: 20px;
  background-image: url("images/common/icon_map_blown.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.lunch_store_inner_box {
  background-color: #F8F2DA;
  border-radius: 12px;
  padding: 12px 32px;
}
@media screen and (max-width: 768px) {
  .lunch_store_inner_box {
    padding: 12px 24px;
    margin-bottom: 8px !important;
  }
}

.lunch_store_area {
  color: #726121;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 6px !important;
}

.lunch_store_city {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
}

.page-id-37 .page-heading__title-red:before {
  background-image: url("images/common/lower_page_ttl_img_red.png");
}
.page-id-37 .page-heading__breadcrumb {
  justify-content: center;
  gap: 36px;
}

@media screen and (max-width: 768px) {
  .restaurant_intro .section_ttl2 {
    margin-bottom: 32px !important;
  }
}
.restaurant_intro .swell-block-fullWide__inner {
  padding: 128px 0 120px 0;
}
@media (max-width: 1200px) {
  .restaurant_intro .swell-block-fullWide__inner {
    padding: 128px 24px 120px 24px;
  }
}
@media screen and (max-width: 768px) {
  .restaurant_intro .swell-block-fullWide__inner {
    padding: 92px 24px 64px 24px;
  }
}
.restaurant_intro .swell-block-fullWide__inner:before {
  background-image: url("images/restaurant/restaurant_intro_bg_img.png");
  width: 655px;
  height: 477px;
  top: -70px;
  right: -17%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .restaurant_intro .swell-block-fullWide__inner:before {
    content: "";
    background-image: url("images/restaurant/restaurant_intro_bg_img_sp.png");
    width: 353px;
    top: -203px;
    right: -41%;
    aspect-ratio: 267/195;
  }
}

.restaurant_syougetuan .swell-block-fullWide__inner {
  padding: 48px 0 120px 0;
}
@media (max-width: 1200px) {
  .restaurant_syougetuan .swell-block-fullWide__inner {
    padding: 48px 24px 120px 24px;
  }
}
@media screen and (max-width: 768px) {
  .restaurant_syougetuan .swell-block-fullWide__inner {
    padding: 28px 24px 0 24px;
  }
}

.restaurant_syougetuan_box .swell-block-columns__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.94%;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .restaurant_syougetuan_box .swell-block-columns__inner {
    gap: 80px;
    grid-template-columns: 1fr;
    justify-content: center;
    max-width: 100%;
  }
}
.restaurant_syougetuan_box .swell-block-columns__inner .swell-block-column {
  margin-left: 0;
  width: 100%;
}

.restaurant_syougetuan_ttl {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 12px !important;
  padding-left: 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .restaurant_syougetuan_ttl {
    font-size: 18px;
  }
}
.restaurant_syougetuan_ttl:before {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 11px;
  background-image: url("images/common/column_ttl_bot_red.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.restaurant_syougetuan_img {
  margin-bottom: 24px !important;
}

.restaurant_syougetuan_flex {
  display: grid;
  grid-template-columns: 83px 1fr;
  gap: 12px;
  justify-content: flex-start;
  margin-bottom: 12px !important;
}
@media screen and (max-width: 768px) {
  .restaurant_syougetuan_flex {
    margin-bottom: 24px !important;
  }
}

.restaurant_syougetuan_flex_ttl {
  background-color: #F8F2DA;
  border-radius: 4px;
  padding: 6px 15px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: #726121;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 83px;
}

.restaurant_syougetuan_text {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
}

.restaurant_syougetuan_box iframe {
  width: 100%;
  aspect-ratio: 550/211;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .restaurant_syougetuan_box iframe {
    aspect-ratio: 327/200;
    border-radius: 20px;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .restaurant_syougetu .swell-block-fullWide__inner {
    padding-top: 92px;
    padding-bottom: 80px;
  }
}

.restaurant_syougetu_box .swell-block-columns__inner .wp-block-group:last-child .restaurant_syougetuan_flex_ttl {
  background-color: transparent;
}

.restaurant_syougetu_text {
  font-weight: 600;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px !important;
}
.restaurant_syougetu_text a {
  color: #D64C22;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.restaurant_syougetu_text a:hover {
  opacity: 0.8;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.restaurant_syougetu_ttl {
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 4px !important;
  padding-left: 16px;
  position: relative;
}
.restaurant_syougetu_ttl:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-image: url("images/common/column_ttl_bot_yellow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.restaurant_syougetu_text_box iframe {
  width: 100%;
  aspect-ratio: 550/211;
}
@media screen and (max-width: 768px) {
  .restaurant_syougetu_text_box iframe {
    aspect-ratio: 327/211;
    margin-bottom: 24px !important;
  }
}

.restaurant_cta {
  padding: 0 0 80px 0;
}
@media (max-width: 1200px) {
  .restaurant_cta.pc-py-60 {
    padding: 0 24px 80px 24px !important;
  }
}
@media screen and (max-width: 768px) {
  .restaurant_cta.pc-py-60 {
    padding: 64px 24px 64px 24px !important;
  }
}
.restaurant_cta .swell-block-fullWide__inner {
  background-color: #F8F2DA;
  border-radius: 32px;
  padding: 3.33% 4.44%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .restaurant_cta .swell-block-fullWide__inner {
    padding: 32px 24px;
    max-width: 100%;
  }
}
.restaurant_cta .section_ttl_dot_vertical2 {
  writing-mode: vertical-rl !important;
  font-size: 24px !important;
  line-height: 1.5 !important;
  font-family: "Shippori Antique", sans-serif !important;
  position: relative !important;
  padding-left: 41px !important;
  font-weight: 400 !important;
  text-align: left !important;
}
.restaurant_cta .section_ttl_dot_vertical2:before {
  content: "";
  position: absolute;
  background-image: url("images/common/section_ttl_img_vertical2.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 17px;
  height: 57px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .restaurant_cta .section_ttl_dot_vertical2 {
    font-size: 20px !important;
    padding-left: 33px !important;
    line-height: 1.5 !important;
  }
  .restaurant_cta .section_ttl_dot_vertical2:before {
    top: 0;
    left: 0;
    right: auto;
  }
}

.restaurant_cta_box .swell-block-columns__inner {
  display: grid;
  grid-template-columns: 0.5645fr 0.4014fr;
  gap: 66px;
  justify-content: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .restaurant_cta_box .swell-block-columns__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 100%;
  }
}
.restaurant_cta_box .swell-block-column {
  margin-left: 0;
  width: 100%;
}

.restaurant_cta_ttl_box .wp-block-group {
  gap: 66px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .restaurant_cta_ttl_box .wp-block-group {
    gap: 40px;
  }
}

.restaurant_cta_text_box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
.restaurant_cta_text_box p {
  font-weight: 600;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0 !important;
}
.restaurant_cta_text_box .link_arrow {
  text-align: left;
  margin: 0;
}
.restaurant_cta_text_box .link_arrow .swell-block-button__link {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .restaurant_cta_text_box .link_arrow {
    text-align: center;
  }
}
.restaurant_cta_text_box .btn_tel {
  width: 100%;
}
.restaurant_cta_text_box .btn_tel .swell-block-button__link {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  height: 84px;
  box-shadow: none;
  transition: none;
  transition: all 0.3s ease;
}
.restaurant_cta_text_box .btn_tel .swell-block-button__link span {
  color: #9E915C;
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
}
.restaurant_cta_text_box .btn_tel .swell-block-button__link .swl-inline-color {
  color: #272005;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  padding-left: 34px;
  position: relative;
}
.restaurant_cta_text_box .btn_tel .swell-block-button__link .swl-inline-color:before {
  content: "";
  position: absolute;
  background-image: url("images/common/icon_tel_black.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.form_fv {
  overflow: hidden;
}
.form_fv .swell-block-fullWide__inner {
  padding: 200px 0 112px 0;
  position: relative;
}
@media (max-width: 1200px) {
  .form_fv .swell-block-fullWide__inner {
    padding: 200px 24px 112px 24px;
  }
}
@media screen and (max-width: 768px) {
  .form_fv .swell-block-fullWide__inner {
    padding: 100px 24px 120px 24px;
  }
}
.form_fv .swell-block-fullWide__inner:after {
  content: "";
  position: absolute;
  top: 71px;
  right: -17%;
  width: 568px;
  aspect-ratio: 568/445;
  background-image: url("images/form/form_fv_img1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .form_fv .swell-block-fullWide__inner:after {
    background-image: url("images/form/form_fv_img1_sp.png");
    width: 325px;
    bottom: -80px;
    top: auto;
  }
}
.form_fv .page-heading__breadcrumb {
  justify-content: flex-start;
  gap: 36px;
  font-weight: 600;
  margin-bottom: 48px;
}
.form_fv .is-style-section_ttl {
  font-size: 40px !important;
  line-height: 1.1 !important;
  color: #272727;
  text-align: left !important;
  font-family: "Shippori Antique", sans-serif;
  letter-spacing: 0;
  font-weight: 400 !important;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .form_fv .is-style-section_ttl {
    font-size: 24px !important;
  }
}

.form_bento {
  background-color: #F9F5E6;
}
.form_bento .swell-block-fullWide__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 1200px) {
  .form_bento .swell-block-fullWide__inner {
    padding: 80px 24px;
  }
}
@media screen and (max-width: 768px) {
  .form_bento .swell-block-fullWide__inner {
    padding: 48px 24px 56px 24px;
  }
}

.form_ttl {
  font-weight: 400 !important;
  font-size: 40px !important;
  line-height: 1.1;
  color: #272727;
  text-align: left !important;
  font-family: "Shippori Antique", sans-serif;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 32px !important;
}
@media screen and (max-width: 768px) {
  .form_ttl {
    font-size: 20px !important;
  }
}

.form_desc {
  font-weight: 600;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .form_desc {
    margin-bottom: 64px !important;
  }
}

.form_bento__block {
  margin-bottom: 80px;
}
.form_bento__block input[type=radio] {
  width: 24px;
  height: 24px;
  border: 1px solid #D7D1BA;
  position: relative;
  transform: translateY(25%);
}
.form_bento__block input[type=radio]:checked {
  background-color: #272005 !important;
}
.form_bento__block .wpcf7-list-item {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .form_bento__block {
    margin-bottom: 64px !important;
  }
}

.form_bento__heading {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin: 0 0 24px 0 !important;
  background-color: transparent !important;
  padding: 0 !important;
  color: #272005 !important;
  text-align: center !important;
  position: relative;
  border: none !important;
}
@media screen and (max-width: 768px) {
  .form_bento__heading {
    font-size: 18px !important;
  }
}
.form_bento__heading:before {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: 0 !important;
  width: 100% !important;
  height: 2px !important;
  border: none !important;
  background-color: #DDD6C5;
  z-index: -2;
}
.form_bento__heading .form_bento__heading-line {
  height: 100%;
  border: none !important;
  background-color: #F9F5E6;
  padding: 0 24px;
  margin-bottom: 24px !important;
}

.form_bento__label {
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.6;
  font-weight: 700;
}

.form_bento__label-date {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 12px;
}

.form_bento__input,
.form_bento__input-m0,
.form_bento__textarea,
.form_bento__select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #D7D1BA;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  box-sizing: border-box;
}
.form_bento__input::placeholder,
.form_bento__input-m0::placeholder,
.form_bento__textarea::placeholder,
.form_bento__select::placeholder {
  color: #B0AEA7;
}

.form_bento__input,
.form_bento__textarea,
.form_bento__select {
  margin-bottom: 48px;
}

.form_bento__row-inner2 .form_bento__input {
  margin-bottom: 0;
}

.form_bento__block p:last-of-type input {
  margin-bottom: 0;
}
.form_bento__block .wpcf7-list-item input {
  margin: 0 12px 0 0;
  width: 19px;
  height: 19px;
  border-radius: 4px;
  border: 1px solid #CBC8BE;
}
.form_bento__block .wpcf7-list-item input:checked {
  background-color: #D64C22 !important;
  border-radius: 4px;
}

#delivery-address {
  height: 76px;
}

.form_bento__textarea {
  height: 180px;
  resize: none;
  margin-bottom: 0;
}

.form_bento__radio {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .form_bento__radio {
    font-size: 14px;
  }
}
.form_bento__radio .wpcf7-list-item-label {
  font-weight: 600;
  font-size: 18px;
}
.form_bento__radio .wpcf7-list-item-label:before {
  content: none;
}
.form_bento__radio .wpcf7-list-item-label:after {
  content: none;
}

.form_bento__row-inner3 {
  position: relative;
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .form_bento__row-inner3 {
    margin-bottom: 250px;
  }
}

.form_bento__radio-row_delivery .form_bento__radio {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.form_bento__radio-row_delivery .form_bento__radio .wpcf7-list-item {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .form_bento__radio-row_delivery .form_bento__radio {
    gap: 130px;
  }
}
.form_bento__radio-row_delivery .wpcf7-form-control-wrap {
  position: relative;
}
.form_bento__radio-row_delivery .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -150px;
}
@media screen and (max-width: 768px) {
  .form_bento__radio-row_delivery .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    bottom: -225px;
  }
}

.form_bento__group--store {
  position: absolute;
  top: 75px;
  left: 36px;
  display: flex;
  gap: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .form_bento__group--store {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    width: calc(100% - 36px);
  }
}
.form_bento__group--store p:last-of-type {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .form_bento__group--store p:last-of-type {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    width: 100%;
  }
}
.form_bento__group--store p:last-of-type br {
  display: none;
}
@media screen and (max-width: 768px) {
  .form_bento__group--store p:last-of-type .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.form_bento__group--store .form_bento__select,
.form_bento__group--store .form_bento__note {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .form_bento__group--store .form_bento__select,
  .form_bento__group--store .form_bento__note {
    width: 100%;
  }
}
.form_bento__group--store .form_bento__label {
  margin-bottom: 0;
}
.form_bento__group--store .form_bento__note {
  display: flex;
  align-items: center;
}

.form_bento__group--delivery {
  position: absolute;
  top: 174px;
  left: 36px;
}
@media screen and (max-width: 768px) {
  .form_bento__group--delivery {
    top: 244px;
  }
}

.form_bento__group--delivery-inner {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .form_bento__group--delivery-inner {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}
.form_bento__group--delivery-inner .form_bento__label {
  width: 70px;
  font-size: 14px;
  margin-bottom: 0;
}

.form_bento__link {
  font-size: 14px;
  text-decoration: underline;
  color: #8E8870;
}
.form_bento__link:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .form_bento__link {
    font-size: 13px;
  }
}

.form_bento__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 80px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .form_bento__row {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("images/common/Arrow_Down.png");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px auto;
  cursor: pointer;
  padding-right: 34px !important;
}

.form_bento__row-inner p:last-of-type {
  display: grid;
  grid-template-columns: 332px 16px;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .form_bento__row-inner p:last-of-type {
    grid-template-columns: 299px 16px;
  }
}

.form_bento__submit,
.form_bento__actions {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .form_bento__submit,
  .form_bento__actions {
    margin-top: 30px;
  }
}

.form_bento__button {
  display: inline-block;
  background-color: #D64C22;
  color: #fff;
  font-size: 16px;
  height: 56px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-weight: 700;
}
.form_bento__button:hover {
  background-color: #BC360D;
}
@media screen and (max-width: 768px) {
  .form_bento__button {
    padding: 10px 24px;
  }
}

.form_bento__button--back {
  background-color: #ccc;
  color: #333;
  margin-left: 16px;
}
.form_bento__button--back:hover {
  background-color: #bbb;
}

.form_bento__group--delivery-inner4 p:nth-child(2) .form_bento__radio {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 8px;
}

.form_bento__group--delivery-inner5 {
  display: grid;
  grid-template-columns: 0.14fr 0.856fr;
  gap: 12px;
  align-items: center;
  padding-left: 36px;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .form_bento__group--delivery-inner5 {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.form_bento__group--delivery-inner5 .form_bento__label {
  margin-bottom: 0;
  font-size: 14px;
}

.form_bento__block--payment p:nth-child(2) .form_bento__radio {
  display: flex;
  gap: 64px;
}
.form_bento__block--payment p:nth-child(2) .form_bento__radio .wpcf7-list-item {
  margin: 0 !important;
}
.form_bento__block--payment p:nth-child(7) {
  margin-bottom: 0;
}
.form_bento__block--payment p:nth-child(7) .form_bento__radio {
  flex-direction: column;
  gap: 12px;
  margin-bottom: 8px !important;
}
.form_bento__block--payment .form_bento__radio {
  display: flex;
  flex-direction: row;
  gap: 64px;
  margin-bottom: 48px !important;
}
.form_bento__block--payment .form_bento__radio:last-of-type {
  margin-bottom: 0;
}
.form_bento__block--payment .form_bento__radio input {
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .form_bento__block--payment .form_bento__radio {
    flex-direction: column;
    gap: 12px;
  }
}

.form_bento__receipt {
  display: grid;
  grid-template-columns: 0.14fr 0.856fr;
  gap: 12px;
  align-items: center;
  padding-left: 36px;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .form_bento__receipt {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.form_bento__receipt .form_bento__label {
  margin-bottom: 0;
}

.form_bento__checkbox {
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.form_bento__checkbox br {
  display: none;
}
.form_bento__checkbox .wpcf7-form-control {
  display: flex;
  align-items: center;
}
.form_bento__checkbox .wpcf7-form-control input {
  margin: 0 12px 0 0;
}
.form_bento__checkbox .wpcf7-list-item {
  margin: 0;
}
.form_bento__checkbox .form_bento__link {
  color: #272005;
}

.form_bento__note {
  font-size: 14px;
  color: #787361;
  line-height: 1.6;
  margin-bottom: 48px;
}

.form_bento__required {
  background-color: #D64C22;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 12px;
}

.form_bento__submit {
  margin-top: 0;
}
.form_bento__submit .form_bento__button {
  width: 100%;
}
.form_bento__submit br {
  display: none;
}

.form_bento-confirm .form_ttl {
  margin-bottom: 64px !important;
}

.form_bento__field {
  margin-bottom: 48px;
}

.form_bento__answer-red,
.form_bento__answer {
  color: #D64C22;
  font-size: 18px;
  font-weight: 600;
}

.form_bento-confirm .form_bento__row .form_bento__field {
  margin-bottom: 0;
}
.form_bento-confirm .form_bento__row .form_bento__field:nth-child(3) p:nth-child(2) {
  display: flex;
  gap: 0;
}
.form_bento-confirm .form_bento__column {
  margin-bottom: 48px;
}
.form_bento-confirm .form_bento__column .form_bento__field {
  margin-bottom: 0.5em;
}
.form_bento-confirm .form_bento__actions p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  flex-direction: row;
}
.form_bento-confirm .form_bento__actions p br {
  display: none;
}
.form_bento-confirm .form_bento__actions p input:first-child {
  background-color: #F2D98D;
  color: #564400;
}
.form_bento-confirm .form_bento__actions p input:first-child:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .form_bento-confirm .form_bento__actions p {
    grid-template-columns: 1fr;
    gap: 12px;
    flex-direction: row;
  }
}

.form_bento__block--delivery .form_bento__group--delivery-inner6 {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .form_bento__block--delivery .form_bento__group--delivery-inner6 .form_bento__input {
    height: 76px;
    padding: 12px;
  }
}
.form_bento__block--delivery .form_bento__group--delivery-inner6 .form_bento__radio {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 8px;
}
.form_bento__block--delivery .form_bento__group--delivery-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .form_bento__block--delivery .form_bento__group--delivery-wrapper .form_bento__group--delivery-inner5 {
    padding-left: 0;
  }
}
.form_bento__block--delivery .form_bento__group--delivery-wrapper .form_bento__group--delivery-inner5 .form_bento__label-sub {
  font-weight: 600;
}

.page-id-72 .form_bento__block--payment p:last-of-type .form_bento__radio {
  margin-bottom: 8px !important;
  flex-direction: column;
  gap: 12px;
}

.page-id-15 .lower_fv_section2 {
  margin-bottom: 0;
}
.page-id-15 .lower_fv_section2 .swell-block-fullWide__inner {
  position: relative;
  max-width: 1200px;
}
.page-id-15 .lower_fv_section2 .swell-block-fullWide__inner:before {
  content: "";
  position: absolute;
  background-image: url("images/recruit/recruit_intro_img1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 489px;
  aspect-ratio: 489/276;
  left: -190px;
  top: 160px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .page-id-15 .lower_fv_section2 .swell-block-fullWide__inner:before {
    background-image: url("images/recruit/recruit_intro_img1_sp.png");
    width: 490px;
    left: -173px;
  }
}
.page-id-15 .lower_fv_section2 .swell-block-fullWide__inner:after {
  content: "";
  position: absolute;
  background-image: url("images/recruit/recruit_intro_img2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 489px;
  aspect-ratio: 489/276;
  right: -180px;
  top: 189px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .page-id-15 .lower_fv_section2 .swell-block-fullWide__inner:after {
    background-image: url("images/recruit/recruit_intro_img2_sp.png");
    width: 630px;
    right: -258px;
    top: 0;
  }
}

.page-id-15 .slider {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 0 !important;
}
.page-id-15 .slider .wp-block-group-is-layout-constrained {
  display: flex;
  width: max-content;
  animation: sliderScroll 50s linear infinite;
}
.page-id-15 .slider .swell-block-columns {
  display: flex;
  flex-shrink: 0;
  margin-bottom: 0;
}
.page-id-15 .slider .swell-block-columns__inner {
  display: flex;
  margin-right: 56px;
}
@media screen and (max-width: 768px) {
  .page-id-15 .slider .swell-block-columns__inner {
    margin-right: 12px;
  }
}
.page-id-15 .slider figure {
  max-width: 436px;
  aspect-ratio: 436/220;
}
@media screen and (max-width: 768px) {
  .page-id-15 .slider figure {
    max-width: 218px;
    aspect-ratio: 218/110;
  }
}
.page-id-15 .slider .swell-block-column {
  flex-shrink: 0;
  width: auto;
  margin: 0;
  margin-right: 56px;
}
.page-id-15 .slider .swell-block-column:last-child {
  margin-right: 0;
}
.page-id-15 .slider .swell-block-column img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-id-15 .slider .swell-block-column {
    margin-right: 12px;
  }
}
.page-id-15 .slider .swell-block-column:nth-child(even) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .page-id-15 .slider .swell-block-column:nth-child(even) {
    margin-top: 30px;
  }
}

.form_intro .swell-block-fullWide__inner {
  padding: 64px 24px 80px 24px;
}
@media screen and (max-width: 768px) {
  .form_intro .swell-block-fullWide__inner {
    padding: 32px 24px 40px 24px;
  }
}
.form_intro .swell-block-fullWide__inner p {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form_intro .swell-block-fullWide__inner p {
    font-size: 16px;
    text-align: left;
  }
}

.form_recruit .form_bento__block {
  margin-bottom: 48px;
}
.form_recruit .form_bento__radio {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-id-21 .page-heading__title-red:before {
  background-image: url("images/common/lower_page_ttl_img_red_long6.png");
}
.page-id-21 .lower_fv_section2 {
  margin-bottom: 0;
}
.page-id-21 .lower_fv_section2 .swell-block-fullWide__inner {
  position: relative;
  max-width: 1200px;
}
.page-id-21 .lower_fv_section2 .swell-block-fullWide__inner:before {
  content: "";
  position: absolute;
  background-image: url("images/contact/contact_intro_img1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 439px;
  aspect-ratio: 439/352;
  left: -215px;
  top: 100px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .page-id-21 .lower_fv_section2 .swell-block-fullWide__inner:before {
    background-image: url("images/contact/contact_intro_img1_sp.png");
    width: 207px;
    left: -52px;
    top: 149px;
  }
}
.page-id-21 .lower_fv_section2 .swell-block-fullWide__inner:after {
  content: "";
  position: absolute;
  background-image: url("images/contact/contact_intro_img2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 476px;
  aspect-ratio: 476/328;
  right: -199px;
  top: 140px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .page-id-21 .lower_fv_section2 .swell-block-fullWide__inner:after {
    background-image: url("images/contact/contact_intro_img2_sp.png");
    width: 589px;
    right: -248px;
    top: 0;
  }
}

.form_bento__input-wrap {
  margin-bottom: 48px;
}

.page-id-13 .lower_fv_section2 {
  margin-bottom: 0;
}
.page-id-13 .lower_fv_section2 .swell-block-fullWide__inner {
  position: relative;
  max-width: 1200px;
  margin-bottom: 0;
  padding: 160px 24px 64px 24px !important;
}
@media screen and (max-width: 768px) {
  .page-id-13 .lower_fv_section2 .swell-block-fullWide__inner {
    padding: 100px 24px 64px 24px !important;
  }
}
.page-id-13 .lower_fv_section2 .swell-block-fullWide__inner:before {
  content: "";
  position: absolute;
  background-image: url("images/news/news_intro_img1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 439px;
  aspect-ratio: 439/352;
  left: -215px;
  top: 100px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .page-id-13 .lower_fv_section2 .swell-block-fullWide__inner:before {
    background-image: url("images/news/news_intro_img1_sp.png");
    width: 269px;
    left: -50px;
    top: 49px;
    padding: 100px 24px 64px 2px !important;
  }
}
.page-id-13 .lower_fv_section2 .swell-block-fullWide__inner:after {
  content: "";
  position: absolute;
  background-image: url("images/news/news_intro_img2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 476px;
  aspect-ratio: 476/328;
  right: -199px;
  top: 140px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .page-id-13 .lower_fv_section2 .swell-block-fullWide__inner:after {
    background-image: url("images/news/news_intro_img2_sp.png");
    width: 589px;
    right: -237px;
    top: -28px;
  }
}
.page-id-13 .lower_fv_section2 .swell-block-fullWide__inner .lower_fv_img_box {
  margin-bottom: 0;
}
.page-id-13 .lower_fv_section2 .swell-block-fullWide__inner .page-heading {
  margin-bottom: 0;
}

.archive {
  max-width: 1080px;
  margin: 0 auto;
}

.archive__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 160px;
}
@media (max-width: 1080px) {
  .archive__inner {
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .archive__inner {
    padding: 24px 24px 80px 24px;
  }
}

.archive__link .archive__card {
  background-color: #F9F5E6;
  padding: 32px 88px 32px 24px;
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .archive__link .archive__card {
    gap: 12px;
    padding: 24px;
  }
}
.archive__link .archive__card:before {
  content: "";
  position: absolute;
  background-image: url("images/common/menu_icon_link_brown.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .archive__link .archive__card:before {
    content: none;
  }
}
.archive__link:hover .archive__card:before {
  width: 36px;
  height: 36px;
}

.archive__meta {
  flex-shrink: 0;
}

.archive__date {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #B0B0B0;
}

.archive__link {
  flex-grow: 1;
  text-decoration: none;
}

.archive__title {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
}

.archive__none {
  text-align: center;
  font-size: 16px;
  margin-top: 40px;
}

.archive__pagination {
  margin-top: 68px;
  text-align: center;
  width: 54.07%;
  margin-left: auto;
  margin-right: auto;
}

.archive__pagination-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.archive__pagination-list {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.archive__pagination-item {
  list-style: none;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 50%;
  background-color: #F8F2DA;
  color: #564400;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.archive__pagination-item .page-numbers {
  background-color: transparent;
  color: #564400;
}
.archive__pagination-item:hover {
  opacity: 0.8;
}

.archive__pagination-prev.is-current,
.archive__pagination-next.is-current {
  list-style: none;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 50%;
  background-color: #F8F2DA;
  color: #564400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.archive__pagination-prev.is-current .page-numbers,
.archive__pagination-next.is-current .page-numbers {
  background-color: transparent;
  box-shadow: none;
}

.archive__pagination-item a,
.archive__pagination-item span {
  box-shadow: none;
  font-size: 20px;
  font-weight: 700;
}

.archive__pagination-item.is-current {
  background-color: #d95f24;
}
.archive__pagination-item.is-current:hover {
  background-color: #BC360D;
}

.archive__pagination-item.is-current span {
  background-color: transparent;
  color: #fff;
}

.archive__pagination-prev img,
.archive__pagination-next img {
  vertical-align: middle;
  width: 18px;
  aspect-ratio: 18/12;
}

@media screen and (max-width: 768px) {
  .archive__inner {
    gap: 12px;
  }
  .archive__card {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 24px 24px 24px;
  }
  .archive__title {
    font-size: 14px;
  }
  .archive__pagination-list {
    gap: 8px;
  }
  .archive__date {
    font-size: 12px;
  }
  .archive__pagination {
    width: 100%;
  }
  .archive__pagination-item {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .archive__pagination-prev.is-current,
  .archive__pagination-next.is-current {
    width: 40px;
    height: 40px;
  }
  .archive__pagination-item img {
    width: 18px;
  }
}
.single__content {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 800px) {
  .single__content {
    padding: 0 24px;
  }
}
.single__content .is-style-num_circle li {
  padding-left: 2em;
  position: relative;
}

.single__inner {
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding-bottom: 100px;
}

.single__header {
  width: 100vw;
  background-color: #f8f4e9;
}

.single__header-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 160px 24px 80px 24px;
  border-radius: 6px;
}

.single__date {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  display: block;
  margin-bottom: 12px;
  color: #B0B0B0;
}

.single__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

.single__thumbnail {
  text-align: center;
}

.single__img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.single__back {
  text-align: center;
}

.single__back-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #F9F5E6;
  border-radius: 12px;
  font-size: 14px;
  text-decoration: none;
  width: 188px;
  height: 72px;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 16px;
  line-height: 2;
  color: #994227;
  padding-left: 76px;
  justify-content: flex-start;
  position: relative;
}
.single__back-link:before {
  content: "";
  position: absolute;
  background-image: url("images/common/menu_icon_link_red_left.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.single__back-link:hover:before {
  width: 46px;
  height: 46px;
}

@media screen and (max-width: 768px) {
  .single__header-inner {
    padding: 100px 24px 64px 24px;
  }
  .single__inner {
    gap: 48px;
    padding-bottom: 48px;
  }
  .single__title {
    font-size: 20px;
  }
}
.page-id-3 .form_fv {
  border-bottom: 1px solid #F2EFE5;
}
.page-id-3 .form_fv .swell-block-fullWide__inner {
  padding: 200px 0 112px 0;
  position: relative;
}
@media (max-width: 1200px) {
  .page-id-3 .form_fv .swell-block-fullWide__inner {
    padding: 200px 24px 112px 24px;
  }
}
@media screen and (max-width: 768px) {
  .page-id-3 .form_fv .swell-block-fullWide__inner {
    padding: 100px 24px 64px 24px;
  }
}
.page-id-3 .form_fv .swell-block-fullWide__inner:after {
  content: none;
}
.page-id-3 .form_fv .page-heading__breadcrumb {
  justify-content: flex-start;
  gap: 36px;
  font-weight: 600;
  margin-bottom: 48px;
}
.page-id-3 .form_fv .is-style-section_ttl {
  font-size: 40px !important;
  line-height: 1.1 !important;
  color: #272727;
  text-align: left !important;
  font-family: "Shippori Antique", sans-serif;
  letter-spacing: 0;
  font-weight: 400 !important;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .page-id-3 .form_fv .is-style-section_ttl {
    font-size: 24px !important;
  }
}

.privacy {
  border-bottom: 1px solid #F2EFE5;
}
.privacy .swell-block-fullWide__inner {
  padding: 80px 0 160px 0;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .privacy .swell-block-fullWide__inner {
    padding: 80px 24px 160px 24px;
  }
}
@media screen and (max-width: 768px) {
  .privacy .swell-block-fullWide__inner {
    padding: 48px 24px 80px 24px;
    max-width: 100%;
  }
}

.privacy_text {
  font-weight: 600;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 48px !important;
}

.page-id-3 .privacy .privacy_box {
  margin-bottom: 48px !important;
}
.page-id-3 .privacy .privacy_box:last-child {
  margin-bottom: 0 !important;
}

.privacy_ttl {
  margin-top: 0 !important;
  background-color: #F9F5E6;
  padding: 8px 0 8px16px !important;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #272005;
  margin-bottom: 12px !important;
  border-left: solid 3px #D64C22 !important;
  line-height: 2 !important;
}

.privacy_desc {
  font-weight: 600;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0 !important;
}
.privacy_desc a {
  color: #979797;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.privacy_desc a:hover {
  opacity: 0.7;
}

.page-id-79 .form_fv .swell-block-fullWide__inner:after {
  content: none;
}

.rules_list {
  counter-reset: num;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0 !important;
}

.rules_list li {
  list-style: none;
  position: relative;
  padding-left: 1em !important;
  margin-bottom: 1em;
  margin-top: 0 !important;
  font-weight: 600;
}

.rules_list li::before {
  counter-increment: num;
  content: counter(num) ". ";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  background-color: transparent !important;
  color: #272005 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 2 !important;
  margin-bottom: 12px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
  box-shadow: none !important;
  width: 1em;
  height: 1em;
}

.rules_list_ten {
  padding-left: 50px !important;
}
.rules_list_ten li {
  list-style: none;
  position: relative;
  margin-bottom: 4px !important;
  margin-top: 0 !important;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
}
.rules_list_ten li:last-child {
  margin-bottom: 0 !important;
}
.rules_list_ten li::marker {
  content: none;
}
.rules_list_ten li:before {
  left: -20px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #DBDBDB;
  position: absolute;
  content: "";
  font-size: 16px;
  line-height: 2;
  top: 50%;
  transform: translateY(-50%);
}

.page-id-79 .privacy {
  border-top: 1px solid #F2EFE5;
  border-bottom: 1px solid #F2EFE5;
}
.page-id-79 .privacy .privacy_box {
  margin-bottom: 48px !important;
}
.page-id-79 .privacy .privacy_box:last-child {
  margin-bottom: 0 !important;
}
.page-id-79 .privacy .privacy_box .rules_ttl {
  border-bottom: 1px solid #D7C995;
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  color: #564400;
  margin-bottom: 12px !important;
  margin-top: 0 !important;
  text-align: left;
}
.page-id-79 .privacy .privacy_box .privacy_desc {
  margin-bottom: 12px !important;
}

/*# sourceMappingURL=style.css.map */
