@charset "utf-8";
/* fv */
#fv {
  width: 100%;
  height: auto;
  aspect-ratio: 67.29 / 32.71;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fv__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1120px;
  height: 100%;
  margin: 0 auto;
}
.fv__contents {
  width: 40.1%;
  height: auto;
}
#fv .section__heading {
  padding: 0 0 24px;
  margin: 0 auto 24px;
  color: var(--color--white);
}
#fv .section__heading__sub {
  margin: 0 auto 24px;
}
#fv .section__heading__main {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}
#fv .section__heading::after {
  background-color: var(--color--white);
}
.fv__contents__txt {
  width: 100%;
  height: auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
  color: var(--color--white);
}
.fv__map_image {
  width: 48.5714285%;
}

#page_index {
  display: none;
}

#section_article {
  width: 100%;
  height: auto;
}
.section__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 70.588 / 29.412;
  position: relative;
  z-index: 2;
}
.section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.section__image_heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}
.section__image_heading__area {
  width: auto;
  height: auto;
  padding: 16px 10px;
  border-top: 1px solid var(--color--white);
  border-bottom: 1px solid var(--color--white);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  color: var(--color--white);
}
.section__image_heading__main {
  width: 100%;
  height: auto;
  margin: 40px auto;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: var(--color--white);
}
.section__image_heading__sub {
  width: 100%;
  height: auto;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #c3c9d0;
}
.section__contents {
  width: 100%;
  height: auto;
  padding: 200px 0;
}
.section__contents__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1120px;
  height: auto;
  margin: 0 auto;
}
.section__side_bar {
  width: 34.2857%;
  height: auto;
  padding-right: 40px;
  position: relative;
}
.section__index_wrap {
  width: 100%;
  height: auto;
  position: sticky;
  top: 150px;
  left: 0;
}
.section__index__heading {
  width: 100%;
  height: auto;
  margin: 16px auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
}
.section__index__heading::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: var(--color--navy);
  margin: 16px 0;
}
.section__index_list {
  width: 100%;
  height: auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
.section__index_list__item {
  width: 100%;
  height: auto;
}
.section__index_list__item:not(:last-of-type) {
  margin-bottom: 16px;
}
.section__index_list__item a {
  color: var(--color--navy);
}
@media (any-hover: hover) {
  .section__index_list__item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .section__index_list__item a:hover {
    color: var(--color--midgray);
  }
}
.section__article_body {
  width: 65.7142%;
  height: auto;
}
.article_body__date {
  width: 100%;
  height: auto;
  margin: 0 auto 24px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  text-align: right;
}
.article_body__title {
  width: 100%;
  height: auto;
  margin: 0 auto 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
}
.article_body__city_list {
  width: 100%;
  height: auto;
  margin: 0 auto 24px;
}
.article_body__city_list__item {
  width: 100%;
  height: auto;
}
.article_body__city_list__item:not(:last-of-type) {
  margin-bottom: 30px;
}
.article_body__city_list__item__name {
  width: 100%;
  height: auto;
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
  text-align: left;
}
.article_body__city_list__item__details {
  width: 100%;
  height: auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}
.article_body__city_list__item__image {
  width: 100%;
  height: auto;
}
.article_body__city_list__item__image img {
  margin: 24px auto;
}
.article_body__contents {
  width: 100%;
  height: auto;
  margin: 0 auto 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
.article_body__contents img {
  width: auto;
  max-width: 100%;
  margin: 24px auto;
}
.article_body__contents img + h4 {
  margin: 48px auto 24px;
}
.article_body__map {
  width: 100%;
  height: auto;
  margin: 24px auto 0;
}
.article_body__map_wrap {
  width: 100%;
  height: auto;
  aspect-ratio: 59.984 / 40.016;
}
.article_body__map_wrap iframe {
  width: 100%;
  height: 100%;
}
.contents__slider_container {
  width: 100%;
  height: auto;
  margin: 140px 0 0 auto;
}
.contents__slider_container__heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin: 0 auto 24px 0;
}
.contents__slider_container__heading__txt {
  width: 47.5543%;
  max-width: 350px;
  height: auto;
  margin: 0 auto 0 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
}
.contents__slider_container__heading__scroll {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 160px;
  height: auto;
}
.contents__slider_container__heading__scroll__txt {
  width: auto;
  height: auto;
  margin-right: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.contents__slider_container__heading__scroll__arrow {
  width: 109px;
  height: auto;
}
.contents__slider_wrap {
  width: calc(100% + 5vw);
  height: auto;
  overflow-x: scroll;
}
.contents__slider_wrap:active {
  cursor: grabbing;
}
@media all and (min-width: 1246px) {
  .contents__slider_wrap {
    width: calc(100% + (50vw - 560px));
  }
}
.contents__slider_wrap::-webkit-scrollbar {
  display: none;
}
.contents__slider {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 32px;
  width: auto;
  height: auto;
}
.contents__slider::after {
  content: "";
  display: block;
  flex: none;
  width: 1px;
  height: 1px;
}
.contents__slider_slide {
  flex: none;
  width: 352px;
  height: auto;
}
.contents__slider__image {
  width: 100%;
  height: auto;
  margin: 0 auto 16px;
}
.contents__slider__details {
  width: 100%;
  height: auto;
}
.contents__slider__details__name {
  width: 100%;
  height: auto;
  margin: 0 auto 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
.contents__slider__details__txt {
  width: 100%;
  height: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
}
.section__area_body {
  width: 65.7142%;
  height: auto;
}
.section__area_body__item {
  width: 100%;
  height: auto;
  margin: 0 auto 80px;
}
.section__area_body__item:last-of-type {
  margin: 0 auto;
}
.area_body__heading {
  width: 100%;
  height: auto;
  padding: 0 0 16px;
  margin: 0 auto 24px;
  border-bottom: solid 1px #d9d9d9;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
}
.area_body__contents {
  width: 100%;
  height: auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
.area_body__contents h4 {
  width: 100%;
  height: auto;
  margin: 0 auto 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
}
.area_body__contents img {
  width: 100%;
  height: auto;
  margin: 24px auto;
}
.area_body__contents img + h4 {
  margin: 48px auto 24px;
}
.area_body__contents p + h4 {
  margin: 48px auto 24px;
}
.ec_link__contents {
  width: 100%;
  height: auto;
  padding: 48px 0;
  margin: 80px auto 0;
  background-color: var(--color--navy);
}
.ec_link__contents__txt {
  width: 100%;
  height: auto;
  margin: 0 auto 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  color: var(--color--white);
}
.ec_link__btn {
  width: 248px;
  height: 48px;
  margin: 0 auto;
}

#section_other {
  width: 100%;
  height: auto;
  padding: 0 0 200px;
}
.section_other__inner {
  width: 90%;
  max-width: 1120px;
  height: auto;
  margin: 0 auto;
}
.section_other__contents {
  width: 100%;
  height: auto;
  padding: 48px 0 0;
  margin: 0 auto;
  border-top: solid 1px var(--color--navy);
}
.section_other__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto 80px;
}
.section_other__heading__txt {
  width: auto;
  height: auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
}
.section_other__heading__txt br {
  display: none;
}
.section_other__heading__btn_wrap {
  width: 140px;
  height: 43px;
}
.section_other__heading__btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: var(--color--navy);
}
.section_other__heading__btn .arrow {
  margin-left: 16px;
}
@media (any-hover: hover) {
  .section_other__heading__btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .section_other__heading__btn:hover {
    color: var(--color--hover_navy);
  }
  .section_other__heading__btn .arrow {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    left: 0;
  }
  .section_other__heading__btn:hover .arrow {
    left: 16px;
  }
}
.section_other__list_wrap {
  width: 100%;
  height: auto;
}
.section_other__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.section_other__list__item {
  width: 48.5714%;
  height: auto;
  padding: 40px;
  pointer-events: none;
}
.section_other__list__item.active {
  pointer-events: auto;
}
.section_other__list__item_wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
}
.section_other__list__item__image {
  width: 34.4827%;
  height: auto;
}
.section_other__list__item__image_01,
.section_other__list__item__image_02 {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 0.664;
  overflow: hidden;
}
.section_other__list__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (any-hover: hover) {
  .section_other__list__item img {
    transition: opacity 1s 0.3s, transform 1s 0s;
    -webkit-transition: opacity 1s 0.3s, transform 1s 0s;
    transform: scale(1);
  }
  .section_other__list__item:hover img {
    transform: scale(1.07);
  }
}
.section_other__list__item__details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 56.8965%;
  height: auto;
}
.section_other__list__item__details__area_name {
  width: 100%;
  height: auto;
  margin: 0 auto 6px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  color: var(--color--navy);
}
.section_other__list__item__details__city {
  width: 100%;
  height: auto;
  margin: 0 auto 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--color--navy);
}
.section_other__list__item__details__txt {
  width: 100%;
  height: 60px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--color--navy);
  display: none;
}
.section_other__list__item.active .section_other__list__item__details__txt {
  display: block;
}
.section_other__list__item__details__btn_wrap {
  width: 100%;
  height: auto;
  margin: auto auto 0;
  display: none;
}
.section_other__list__item.active
  .section_other__list__item__details__btn_wrap {
  display: block;
}
@media (any-hover: hover) {
  .section_other__list__item:hover .line_btn.midgray {
    border-color: var(--color--navy);
  }
  .section_other__list__item:hover .line_btn .arrow {
    left: 16px;
  }
  .section_other__list__item:hover .line_btn.midgray .arrow::before {
    background-color: var(--color--navy);
  }
}

/* ここから目次のスタイル */
.section__index__contents {
  width: 100%;
  padding: 200px 0 0;
}
.section__index_body {
  width: 65.7142%;
}

.index_accordion_area {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}

.index_accordion_area {
  margin: 10px 0;
}

.index_accordion_area .index_accordion_contents {
  border-top: 1px solid var(--color--lightgray);
}

.index_accordion_area
  .index_accordion_item:last-child
  .index_accordion_contents {
  border-bottom: 1px solid var(--color--lightgray);
}

.index_accordion_area .index_accordion_title {
  position: relative;
  margin: 16px 0;
  cursor: pointer;
  color: var(--color--navy);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 2px;
}
.index_accordion_area .index_accordion_title .icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: auto;
  transition: all 0.3s;
  transform: translateY(-50%) rotate(180deg);
}

.index_accordion_area .close .icon {
  transform: translateY(-50%) rotate(0deg);
}

.index_accordion_box {
  display: none;
  margin: 16px 24px;
  gap: 4px;
}

.index_accordion_box .index_detail_text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: var(--color--navy);
  font-size: 14px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 1.4px;
  max-width: calc(100% - 40px);
  margin-bottom: 4px;
  cursor: pointer;
}

.index_accordion_box .index_detail_text:last-child {
  margin-bottom: 0;
}

.index_accordion_box .index_detail_text::before {
  content: "";
  display: block;
  min-width: 24px;
  height: 1px;
  background-color: #b8bac2;
  margin-right: 16px;
  margin-top: 14px;
}

.contents__recipe_container_pc {
  width: 100%;
  height: 250px;
  margin: 80px auto 0;
  display: flex;
  align-items: center;
  border: 1px solid var(--color--lightgray);
}

.contents__recipe_container_pc .left_inner_wrap {
  width: 50%;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contents__recipe_container_pc .left_inner_wrap .text {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 36px */
  letter-spacing: 2px;
  text-align: left;
}

.contents__recipe_container_pc .left_inner_wrap .button .middle {
  height: 48px;
}
.contents__recipe_container_pc .right_inner_wrap {
  width: 50%;
  height: 100%;
}

.contents__recipe_container_pc .right_inner_wrap .photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contents__recipe_container_sp {
  display: none;
}

/* PC ================================================== */
@media all and (min-width: 1441px) {
}
@media all and (max-width: 1110px) {
  #fv {
    height: 535px;
    aspect-ratio: initial;
  }
  /* section_02 */
  .section__image {
    height: 450px;
  }
  .section__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .contents__recipe_container_pc .left_inner_wrap {
    padding: 0 24px;
  }
}

/* Tablet ================================================== */
@media all and (max-width: 991px) {
  /* section_article */
  .section__side_bar {
    width: 28%;
    padding-right: 0px;
  }
}

/* SP ================================================== */
@media all and (max-width: 768px) {
  #fv {
    height: auto;
    min-height: calc(100svh - 144px);
  }
  .fv__inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 83%;
    height: 100%;
    padding: 48px 0 50px;
  }
  .fv__contents {
    width: 100%;
    height: auto;
  }
  #fv .section__heading {
    padding: 0;
    margin: 0 auto 42px;
  }
  .section__heading__sub {
    margin: 0 auto 16px;
    font-size: 14px;
  }
  .section__heading__main {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
  }
  #fv .section__heading::after {
    display: none;
  }
  .fv__contents__txt {
    font-size: 15px;
    line-height: 2;
    text-align: justify;
  }
  .fv__map_image {
    width: 70.13333333vw;
    margin: 0 auto 48px;
  }

  #page_index {
    display: block;
    width: 100%;
    height: auto;
    background-color: var(--color--white);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .page_index__inner {
    width: 100%;
    height: auto;
  }
  .page_index__btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 64px;
    position: relative;
  }
  .page_index__progress {
    width: 100%;
    height: 2px;
    background-color: var(--color--lightgray);
    position: absolute;
    top: 0;
    left: 0;
  }
  .page_index__progress_bar {
    width: 0;
    height: 100%;
    background-color: var(--color--navy);
  }
  .page_index__btn__txt .icon {
    width: 24px;
    height: auto;
    transition: 0.4s;
  }

  .active .page_index__btn__txt .icon {
    transform: scale(1) rotate(180deg);
  }
  .page_index__btn__txt {
    width: 100%;
    height: auto;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .active-text {
    display: none;
  }
  .none-active-text {
    display: block;
  }
  .active .active-text {
    display: block;
  }
  .active .none-active-text {
    display: none;
  }
  .page_index__contents {
    display: none;
    width: 100%;
    height: auto;
    max-height: 380px;
    overflow-y: scroll;
    padding: 25px 0 48px;
    position: relative;
  }
  .page_index__anker_wrap {
    width: 83%;
    height: auto;
    margin: 0 auto;
  }
  .page_index__anker_wrap:not(:last-of-type) {
    margin-bottom: 44.5px;
  }
  .page_index__anker__heading {
    width: 100%;
    height: auto;
    margin: 0 auto 20.5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
  }
  .page_index__anker_list {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
  }
  .page_index__anker_list__item {
    width: 100%;
    height: auto;
    padding-left: 40px;
    position: relative;
  }
  .page_index__anker_list__item:not(:last-of-type) {
    margin-bottom: 17px;
  }
  .page_index__anker_list__item::before {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    background-color: var(--color--lightgray);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
  }
  .page_index__anker_list__item a {
    color: var(--color--navy);
  }

  /* section_article */
  .section__image {
    height: auto;
  }
  .section__image img {
    height: auto;
    object-fit: initial;
    object-position: initial;
  }
  .section__image_heading__area {
    padding: 8px 10px;
  }
  .section__image_heading__main {
    margin: 32px auto;
    font-size: 32px;
    font-weight: 500;
  }

  .section__contents {
    padding: 65px 0 160px;
  }

  .section__contents.food {
    padding: 65px 0 80px;
  }
  .section__contents__inner {
    display: block;
    width: 83%;
  }
  .section__side_bar {
    width: 100%;
  }
  .section__index__heading {
    margin: 16px auto 0;
  }
  .section__index_list {
    display: none;
  }
  .section__article_body {
    width: 100%;
    padding: 48px 0 0;
  }
  .article_body__title {
    font-size: 20px;
  }
  .article_body__city_list {
    margin: 0 auto 48px;
  }
  .article_body__contents {
    margin: 0 auto 48px;
  }
  .article_body__contents img + img {
    margin-top: 4px;
  }
  .contents__slider_container {
    padding: 0 0 36px;
    margin: 48px 0 0 auto;
    position: relative;
  }
  .contents__slider_container__heading {
    display: block;
  }
  .contents__slider_container__heading__txt {
    width: 100%;
    max-width: initial;
    font-size: 20px;
  }
  .contents__slider_container__heading__scroll {
    flex-direction: row-reverse;
    justify-content: flex-start;
    width: 109px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .contents__slider_container__heading__scroll__txt {
    margin-right: 0;
    margin-left: 16px;
  }
  .contents__slider_container__heading__scroll__arrow {
    width: 58px;
    position: relative;
    top: 1px;
    transform: scale(-1, 1);
  }
  .contents__slider_wrap {
    width: calc(100% + 8.5vw);
  }
  .contents__slider_slide {
    width: 256px;
  }
  .section__area_body {
    width: 100%;
  }
  .area_body__heading {
    font-size: 20px;
  }
  .area_body__contents h4 {
    font-size: 20px;
  }
  .ec_link__contents {
    width: 100vw;
    margin-left: -8.5vw;
  }

  #section_other {
    padding: 0 0 160px;
  }
  .section_other__inner {
    width: 83%;
  }
  .section_other__contents {
    padding: 24px 0 0;
  }
  .section_other__heading {
    margin: 0 auto 50px;
  }
  .section_other__heading__txt {
    font-size: 20px;
  }
  .section_other__heading__btn_wrap {
    width: auto;
    height: 40px;
  }
  .section_other__heading__btn {
    font-size: 13px;
  }
  .section_other__list {
    row-gap: 48px;
  }
  .section_other__list__item {
    width: 46.30225%;
    padding: 0;
  }
  .section_other__list__item_wrap {
    display: block;
  }
  .section_other__list__item__image {
    width: 100%;
    margin: 0 auto 8px;
  }
  .section_other__list__item__details {
    width: 100%;
  }
  .section_other__list__item__details__area_name {
    margin: 0 auto 2px;
    font-size: 18px;
  }
  .section_other__list__item__details__city {
    height: 52px;
    margin: 0 auto 6px;
    line-height: 1.8;
  }
  .section_other__list__item__details__txt {
    display: none;
  }
  .section_other__list__item__details__btn_wrap .line_btn {
    padding: 8px 0;
    font-size: 13px;
  }

  .section__index__heading::after {
    display: none;
  }
  .section__index__heading::before {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: var(--color--navy);
    margin: 16px 0;
  }
  .index_accordion_area {
    margin: 48px 0;
  }
  .index_accordion_box {
    margin-bottom: 32px;
  }

  .index_accordion_area .index_accordion_title {
    margin: 32px 0 24px;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 1.5px;
  }
  .index_accordion_box .index_detail_text {
    margin-bottom: 24px;
  }

  .section__index_body {
    width: 100%;
  }

  .contents__recipe_container_pc {
    display: none;
  }

  .contents__recipe_container_sp {
    width: 100%;
    height: auto;
    margin: 48px auto;
    padding-bottom: 160px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border: none;
    gap: 24px;
  }

  .contents__recipe_container_sp .left_inner_wrap {
    width: 100%;
  }

  .contents__recipe_container_sp .left_inner_wrap .text {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%; /* 36px */
    letter-spacing: 2px;
  }

  .contents__recipe_container_sp .button {
    width: 90%;
    max-width: 350px;
  }

  .contents__recipe_container_sp .button .middle {
    height: 48px;
  }
  .contents__recipe_container_sp .right_inner_wrap {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
  }

  .contents__recipe_container_sp .right_inner_wrap .photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media all and (max-width: 575px) {
  /* section_article */
  .section__image {
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .section__image img {
    height: auto;
    object-fit: initial;
    object-position: initial;
  }

  /* section_other */
  .section_other__heading__txt br {
    display: inline-block;
  }
}
