html {
  scroll-behavior: smooth;
}

img {
  width: auto;
}

.recipe-under-search {
  display: none !important;
}

.recipe-under-search form {
  display: none !important;
}

.box-suggest-search {
  display: none !important;
}

.box-suggest-search input {
  display: none !important;
}

.search-box.under-search {
  display: none !important;
}

.ttle-page-name {
  display: none !important;
}

.ttle-page-name {
  display: none;
}

.contents-inner:has(.area-details) {
  display: none;
}

.box-main-theme {
  display: none;
}

.page-top {
  display: none !important;
  opacity: 0 !important;
}

.gray-wrap {
  /* display: none; */
}

body.scroll02 header {
  border-bottom: 0;
}

.contents-inner {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

a:hover img {
  opacity: 1;
}

.only-sp {
  display: none !important;
}
@media (max-width: 767px) {
  .only-sp {
    display: block !important;
  }
}

.button-46 {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 410px;
  margin-top: 29px;
  margin-inline: auto;
  padding: 20px 58px 20px 55px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 19px;
  border-radius: 29.5px;
  border: 2px solid #d0322a;
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  font-weight: 900;
  color: #d0322a !important;
  line-height: 1;
}
@media (max-width: 767px) {
  .button-46 {
    text-align: center;
    padding-top: 9.5px;
    padding-bottom: 14.5px;
    font-size: 16px;
    line-height: 1.1;
    margin-top: 22px;
  }
}
.button-46 .small {
  display: inline-block;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  -webkit-transform: translateY(-11%);
          transform: translateY(-11%);
  color: #d0322a;
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
@media (max-width: 767px) {
  .button-46 .small {
    font-size: 12px;
  }
}
.button-46::before, .button-46::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background-size: cover;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
.button-46::before {
  background-image: url("/recipe/cla_theme/46/img/icon_arrow01.png");
  opacity: 1;
}
.button-46::after {
  background-image: url("/recipe/cla_theme/46/img/icon_arrow01-hover.png");
  opacity: 0;
}
.button-46:hover {
  text-decoration: none;
  background-color: #d0322a;
  color: #fff !important;
}
.button-46:hover .small {
  color: #fff;
}
.button-46:hover::before {
  opacity: 0;
}
.button-46:hover::after {
  opacity: 1;
}

.move-arrow {
  position: absolute;
  width: 28px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 100vh;
  left: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
}
@media (max-width: 1000px) {
  .move-arrow {
    width: 2.8vw;
  }
}
@media (max-width: 767px) {
  .move-arrow {
    width: 6.94vw;
    left: 14px;
  }
}
.move-arrow::before, .move-arrow::after {
  content: "";
  position: absolute;
  width: 50%;
  height: auto;
  aspect-ratio: 14/13;
  background-size: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.move-arrow--down::before, .move-arrow--down::after {
  background-image: url("/recipe/cla_theme/46/img/icon_arrow02.png");
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.move-arrow--down::before {
  -webkit-transform: translate(-50%, -280%);
          transform: translate(-50%, -280%);
}
.move-arrow--up::before, .move-arrow--up::after {
  background-image: url("/recipe/cla_theme/46/img/icon_arrow03.png");
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.move-arrow--up::before {
  -webkit-transform: translate(-50%, 280%);
          transform: translate(-50%, 280%);
}

@media (min-width: 768px) {
  a:hover .move-arrow--down::before, a:hover .move-arrow--down::after,
  a:hover .move-arrow--up::before,
  a:hover .move-arrow--up::after {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  a:hover .move-arrow--down::before {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  a:hover .move-arrow--down::after {
    content: "";
    -webkit-transform: translate(-50%, 150%);
            transform: translate(-50%, 150%);
  }
  a:hover .move-arrow--up::before {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  a:hover .move-arrow--up::after {
    content: "";
    -webkit-transform: translate(-50%, -280%);
            transform: translate(-50%, -280%);
  }
}

.notoJp {
  font-family: "Noto Sans Japanese" !important;
}

.mainvisual {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.mainvisualImage {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 1440px;
}
@media (max-width: 1240px) {
  .mainvisualImage {
    min-width: auto;
    width: 116.1290322581%;
  }
}
@media (max-width: 767px) {
  .mainvisualImage {
    width: 100%;
  }
}

.message {
  position: relative;
  padding-top: 85px;
}
@media (max-width: 767px) {
  .message {
    padding-top: 96px;
  }
  .message::before {
    content: "";
    position: absolute;
    width: 278px;
    height: auto;
    aspect-ratio: 278/239;
    top: -55px;
    left: 10px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: -1;
    background-image: url(/recipe/cla_theme/46/img/decoration_message02.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.message::after {
  content: "";
  position: absolute;
  width: 1332px;
  height: auto;
  aspect-ratio: 444/241;
  background-image: url(/recipe/cla_theme/46/img/decoration_message01.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -4.8%);
          transform: translate(-50%, -4.8%);
  z-index: -1;
}
@media (max-width: 767px) {
  .message::after {
    width: 278px;
    height: auto;
    aspect-ratio: 278/239;
    top: auto;
    right: 9px;
    left: auto;
    bottom: -65px;
    -webkit-transform: translate(0, 0) scale(-1, 1);
            transform: translate(0, 0) scale(-1, 1);
    z-index: -1;
    background-image: url(/recipe/cla_theme/46/img/decoration_message02.png);
  }
}
.message h2 {
  max-width: 600px;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .message h2 {
    max-width: 360px;
  }
}
.message .messageText {
  margin-top: 25px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  color: #612b10;
}
@media (max-width: 767px) {
  .message .messageText {
    font-size: 16px;
    margin-top: 28px;
    line-height: 2;
  }
}
.message .messageText .strong {
  display: inline-block;
  color: #d0322a;
  font-size: 22px;
  font-weight: 900;
  -webkit-transform: translateY(3%);
          transform: translateY(3%);
}
@media (max-width: 767px) {
  .message .messageText .strong {
    font-size: 19px;
    line-height: 2;
  }
}

.mapArea {
  position: relative;
  margin-top: 102px;
  scroll-margin-top: 50px;
}
@media (max-width: 767px) {
  .mapArea {
    margin-top: 97px;
  }
}
.mapArea__map {
  position: relative;
  min-width: 1200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1000px) {
  .mapArea__map {
    min-width: auto;
    width: 124%;
  }
}
@media (max-width: 767px) {
  .mapArea__map {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .mapArea .contents-inner {
    width: 100%;
  }
}
.mapArea__bg {
  position: relative;
  z-index: -1;
}
.mapArea img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  .mapArea__regionWrapper {
    position: absolute;
    padding-left: 4.4%;
    padding-right: 3.5%;
    bottom: 3.1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 1.8%;
       -moz-column-gap: 1.8%;
            column-gap: 1.8%;
    row-gap: 6px;
  }
}
.mapArea__region {
  position: absolute;
  width: auto;
  height: 10.3%;
  top: 0;
  border-radius: 12px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media (min-width: 768px) {
  .mapArea__region {
    -webkit-box-shadow: 5.657px 5.657px 0px 0px rgba(0, 0, 0, 0.23);
            box-shadow: 5.657px 5.657px 0px 0px rgba(0, 0, 0, 0.23);
  }
}
@media (max-width: 767px) {
  .mapArea__region {
    position: relative;
    width: 49.1%;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
}
@media (min-width: 768px) {
  .mapArea__region:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.23);
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.23);
    -webkit-transform: translate(5.657px, 5.657px);
            transform: translate(5.657px, 5.657px);
  }
  .mapArea__region:hover img {
    opacity: 1;
  }
}
.mapArea__region:nth-of-type(1) {
  top: 19.9%;
  left: 68.6%;
}
@media (max-width: 767px) {
  .mapArea__region:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.mapArea__region:nth-of-type(2) {
  top: 35%;
  left: 63.8%;
}
@media (max-width: 767px) {
  .mapArea__region:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.mapArea__region:nth-of-type(3) {
  top: 58.8%;
  left: 60.4%;
}
@media (max-width: 767px) {
  .mapArea__region:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.mapArea__region:nth-of-type(4) {
  top: 80.3%;
  left: 47.7%;
}
@media (max-width: 767px) {
  .mapArea__region:nth-of-type(4) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
.mapArea__region:nth-of-type(5) {
  top: 30%;
  left: 31.2%;
}
@media (max-width: 767px) {
  .mapArea__region:nth-of-type(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.mapArea__region:nth-of-type(6) {
  top: 44%;
  left: 22.5%;
}
@media (max-width: 767px) {
  .mapArea__region:nth-of-type(6) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
.mapArea__region:nth-of-type(7) {
  top: 58.5%;
  left: 12.6%;
}
@media (max-width: 767px) {
  .mapArea__region:nth-of-type(7) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
.mapArea__region:nth-of-type(8) {
  top: 73.5%;
  left: 10%;
}
@media (max-width: 767px) {
  .mapArea__region:nth-of-type(8) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
.mapArea__region .move-arrow {
  top: 45%;
}

.followUpBanner {
  position: fixed;
  display: block;
  max-width: 600px;
  width: calc(100% - 20px);
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  border-radius: 16px;
  -webkit-box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  pointer-events: none;
}
@media (max-width: 767px) {
  .followUpBanner {
    bottom: 15px;
  }
}
@media (max-width: 500px) {
  .followUpBanner {
    max-width: 480px;
  }
}
@media (min-width: 768px) {
  .followUpBanner:hover {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  }
  .followUpBanner:hover .move-arrow--down::before {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .followUpBanner:hover .move-arrow--down::after {
    content: "";
    -webkit-transform: translate(-50%, 150%);
            transform: translate(-50%, 150%);
  }
}
.followUpBanner.show {
  opacity: 1;
  pointer-events: auto;
}
.followUpBanner .move-arrow--up {
  width: 30px;
  left: 30.5%;
  top: 50%;
  background-color: #852d00;
}
@media (max-width: 620px) {
  .followUpBanner .move-arrow--up {
    width: 4.8vw;
  }
}
.followUpBanner .move-arrow--up::before,
.followUpBanner .move-arrow--up::after {
  width: 13px;
  background-image: url("/recipe/cla_theme/46/img/icon_arrow03.png");
}
@media (max-width: 620px) {
  .followUpBanner .move-arrow--up::before,
  .followUpBanner .move-arrow--up::after {
    width: 2vw;
  }
}

.productList {
  max-width: 1230px;
  margin-inline: auto;
  margin-top: 75px;
  padding-inline: 15px;
}
@media (max-width: 767px) {
  .productList {
    margin-top: 66px;
    padding-inline: 15px;
  }
}
.productList h2 {
  width: 212px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .productList h2 {
    width: 147px;
  }
}
.productList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
  -webkit-column-gap: 2.2%;
     -moz-column-gap: 2.2%;
          column-gap: 2.2%;
}
@media (max-width: 767px) {
  .productList ul {
    margin-top: 19px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 4.16%;
       -moz-column-gap: 4.16%;
            column-gap: 4.16%;
    row-gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.productList ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .productList ul li {
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
    width: 16.672%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.productList .button {
  margin-top: 16.5px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .productList .button {
    margin-top: 17px;
  }
}

.recipeInfo {
  position: relative;
  padding-top: 270px;
  margin-top: 105px;
}
@media (max-width: 767px) {
  .recipeInfo {
    margin-top: 82px;
    padding-top: 167px;
  }
}
.recipeInfo::before {
  content: "";
  position: absolute;
  width: 1440px;
  height: auto;
  aspect-ratio: 1440/438;
  background-image: url(/recipe/cla_theme/46/img/decoration_recipe01.webp);
  background-size: cover;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .recipeInfo::before {
    width: 835px;
  }
}
.recipeInfo h2 {
  width: 468px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .recipeInfo h2 {
    width: 319px;
  }
}
.recipeInfo > p {
  margin-top: 7px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #612b10;
}
@media (max-width: 767px) {
  .recipeInfo > p {
    font-size: 15px;
  }
}
.recipeInfo > p .strong {
  display: inline-block;
  color: #d0322a;
  font-size: 29px;
  font-weight: 900;
  -webkit-transform: translateY(8%);
          transform: translateY(8%);
}
@media (max-width: 767px) {
  .recipeInfo > p .strong {
    font-size: 20px;
  }
}
.recipeInfo > p .strongest {
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
}
@media (max-width: 767px) {
  .recipeInfo > p .strongest {
    font-size: 26px;
  }
}
.recipeInfo h3 {
  max-width: auto;
  height: 98px;
  text-align: center;
}
@media (max-width: 767px) {
  .recipeInfo h3 {
    height: 65px;
  }
}
.recipeInfo h3 img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.recipeInfo__region:nth-of-type(1) {
  padding-top: 63px;
}
@media (max-width: 767px) {
  .recipeInfo__region:nth-of-type(1) {
    padding-top: 55px;
  }
}
.recipeInfo__region:not(:nth-of-type(1)) {
  margin-top: 64px;
  padding-top: 68px;
}
@media (max-width: 767px) {
  .recipeInfo__region:not(:nth-of-type(1)) {
    padding-top: 51px;
    margin-top: 37px;
  }
}
.recipeInfo__region + .recipeInfo__region {
  position: relative;
}
.recipeInfo__region + .recipeInfo__region::before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 2px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 2px dashed #c1957e;
}
.recipeInfo__prefectureList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.25%;
     -moz-column-gap: 2.25%;
          column-gap: 2.25%;
  row-gap: 53px;
}
@media (max-width: 999px) {
  .recipeInfo__prefectureList {
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
  }
}
@media (max-width: 767px) {
  .recipeInfo__prefectureList {
    -webkit-column-gap: 3.88%;
       -moz-column-gap: 3.88%;
            column-gap: 3.88%;
    margin-top: 24px;
    row-gap: 29px;
  }
}
.recipeInfo__prefectureItem {
  width: 23.3125%;
}
@media (max-width: 999px) {
  .recipeInfo__prefectureItem {
    width: 31.3333333333%;
  }
}
@media (max-width: 767px) {
  .recipeInfo__prefectureItem {
    width: 48.06%;
  }
}
.recipeInfo__prefectureItem--hokaido .recipeInfo__prefectureItemName {
  background-color: #8abc3d;
}
.recipeInfo__prefectureItem--tohoku .recipeInfo__prefectureItemName {
  background-color: #f18c3e;
}
.recipeInfo__prefectureItem--kanto .recipeInfo__prefectureItemName {
  background-color: #c24f4c;
}
.recipeInfo__prefectureItem--kanto .recipeInfo__prefectureItemName p:nth-of-type(1) {
  color: #ffd5bf;
}
.recipeInfo__prefectureItem--chubu .recipeInfo__prefectureItemName {
  background-color: #27a68a;
}
.recipeInfo__prefectureItem--kinki .recipeInfo__prefectureItemName {
  background-color: #ec778e;
}
.recipeInfo__prefectureItem--chugoku .recipeInfo__prefectureItemName {
  background-color: #f6a016;
}
.recipeInfo__prefectureItem--shikoku .recipeInfo__prefectureItemName {
  background-color: #269358;
}
.recipeInfo__prefectureItem--shikoku .recipeInfo__prefectureItemName p:nth-of-type(1) {
  color: #ffd5bf;
}
.recipeInfo__prefectureItem--kyushu .recipeInfo__prefectureItemName {
  background-color: #b25a9f;
}
.recipeInfo__prefectureItem--kyushu .recipeInfo__prefectureItemName p:nth-of-type(1) {
  color: #ffd5bf;
}
@media (min-width: 768px) {
  .recipeInfo a:hover {
    text-decoration: none;
  }
  .recipeInfo a:hover .recipeInfo__prefectureItemUseImage {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .recipeInfo a:hover .recipeInfo__prefectureItemImage img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.recipeInfo a .recipeInfo__prefectureItemImage img {
  -webkit-transition: 0.4s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.4s cubic-bezier(0.18, -0.01, 0.3, 1);
}
.recipeInfo a .recipeInfo__prefectureItemImage img:hover {
  opacity: 1;
}
.recipeInfo__prefectureItemUpper {
  position: relative;
}
.recipeInfo__prefectureItemName {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 95px;
  background-color: #8abc3d;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 1250px) {
  .recipeInfo__prefectureItemName {
    height: clamp(77px, 77px + 18 * (100vw - 1000px) / 250, 95px);
  }
}
@media (max-width: 999px) {
  .recipeInfo__prefectureItemName {
    height: clamp(76px, 76px + 19 * (100vw - 768px) / 231, 95px);
  }
}
@media (max-width: 767px) {
  .recipeInfo__prefectureItemName {
    height: clamp(75px, 75px + 75 * (100vw - 390px) / 377, 150px);
    border-radius: 15px 15px 0 0;
  }
}
.recipeInfo__prefectureItemName::before {
  content: "";
  position: absolute;
  width: auto;
  height: 100%;
  aspect-ratio: 239/143;
  background-image: url(/recipe/cla_theme/46/img/decoration_recipe02.png);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  pointer-events: none;
}
.recipeInfo__prefectureItemName p {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.recipeInfo__prefectureItemName p:nth-of-type(1) {
  font-size: 17px;
  color: #852d00;
  font-weight: 900;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .recipeInfo__prefectureItemName p:nth-of-type(1) {
    -webkit-transform: translateY(-23%);
            transform: translateY(-23%);
  }
}
@media (max-width: 1250px) {
  .recipeInfo__prefectureItemName p:nth-of-type(1) {
    font-size: 1.36vw;
  }
}
@media (max-width: 999px) {
  .recipeInfo__prefectureItemName p:nth-of-type(1) {
    font-size: 1.81vw;
    line-height: 1.3;
    -webkit-transform: translateY(-13%);
            transform: translateY(-13%);
  }
}
@media (max-width: 767px) {
  .recipeInfo__prefectureItemName p:nth-of-type(1) {
    font-size: 3.735vw;
  }
}
.recipeInfo__prefectureItemName p:nth-of-type(2) {
  font-weight: 700;
  color: #fff;
  font-size: 23px;
  line-height: 1.3;
}
@media (max-width: 1250px) {
  .recipeInfo__prefectureItemName p:nth-of-type(2) {
    font-size: 1.84vw;
  }
}
@media (max-width: 999px) {
  .recipeInfo__prefectureItemName p:nth-of-type(2) {
    font-size: 2.44vw;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .recipeInfo__prefectureItemName p:nth-of-type(2) {
    font-size: 4.535vw;
  }
}
.recipeInfo__prefectureItemName p:nth-of-type(2).multipleLines {
  font-size: 19px;
  line-height: 1.3;
}
@media (max-width: 1250px) {
  .recipeInfo__prefectureItemName p:nth-of-type(2).multipleLines {
    font-size: 1.52vw;
  }
}
@media (max-width: 999px) {
  .recipeInfo__prefectureItemName p:nth-of-type(2).multipleLines {
    font-size: 2.02vw;
  }
}
@media (max-width: 767px) {
  .recipeInfo__prefectureItemName p:nth-of-type(2).multipleLines {
    font-size: 3.735vw;
  }
}
.recipeInfo__prefectureItemName p:nth-of-type(2) .notoJp {
  font-weight: 700;
  font-size: 0.97em;
  line-height: 1;
}
.recipeInfo__prefectureItemImage {
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .recipeInfo__prefectureItemImage {
    border-radius: 0 0 15px 15px;
  }
}
.recipeInfo__prefectureItemUseImage {
  position: absolute;
  bottom: -5%;
  left: 6%;
  width: 40%;
  opacity: 0;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}
@media (min-width: 768px) {
  .recipeInfo__prefectureItemUseImage {
    -webkit-box-shadow: -0.69px 3.94px 10px 0px rgba(0, 0, 0, 0.25);
            box-shadow: -0.69px 3.94px 10px 0px rgba(0, 0, 0, 0.25);
  }
}
.recipeInfo__prefectureItemText {
  margin-top: 20px;
  font-size: 14px;
  color: #4e3f37;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .recipeInfo__prefectureItemText {
    margin-top: 13px;
    font-size: clamp(12px, 12px + 2 * (100vw - 390px) / 377, 14px);
  }
}
.recipeInfo__prefectureItemText .strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #e60012;
  font-weight: bold;
}
@media (max-width: 767px) {
  .recipeInfo__prefectureItemText .strong {
    font-size: clamp(12px, 12px + 2 * (100vw - 390px) / 377, 14px);
  }
}

.followUpBannerTriggerEnd {
  padding: 95px 0;
}

.footer {
  margin-top: 127px;
}/*# sourceMappingURL=cla_theme_detail_46.css.map */


.box-main-theme+.contents-inner {	
width: 100%!important;	
max-width: inherit!important;	
margin: 0!important;	
display: block!important;	
padding: 0px 0px!important;	
}	
.contents-inner>.area-details>.sec-details{	
display: none!important;	
}	
.area-details .title-01	
{	
margin-bottom: 0px!important;	
padding-top: 0px!important;	
border-top: none!important;	
}	
.area-details	
{	
padding-top: 0px!important;	
}

a:hover {
  text-decoration: none;
}