@charset "UTF-8";
/*PC*/
/*
$lineSpace_normal_pc:48px;
$lineSpace_xsmall_pc:30px;
$lineSpace_small_pc:30px;
$lineSpace_large_pc:70px;
$lineSpace_xlarge_pc:40px;
$lineSpace_h1_pc:80px;
$lineSpace_h2_pc:48px;
$lineSpace_footer_pc:20px;
*/
/*
$color_main1:#F8C961;
$color_main2:#F4A923;
$color_main3:#F9F8ED;
*/
html {
  scroll-behavior: smooth;
}

._center {
  text-align: center;
}

.gm-style-iw-d {
  padding: 24px 40px;
}
@media screen and (max-width: 599px) {
  .gm-style-iw-d {
    padding: 8px 24px;
  }
}

.section_access {
  background-color: #FFF;
  position: relative;
  padding-bottom: 40px;
  text-align: center;
}
.section_access .section__title {
  margin-bottom: 40px;
}
.section_access .button_area {
  margin-top: 24px;
}

.section_map_header {
  height: 448px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .section_map_header {
    height: 400px;
  }
}
@media screen and (max-width: 599px) {
  .section_map_header {
    height: 280px;
  }
}

.map_area {
  width: 880px;
  height: 420px;
  aspect-ratio: 44/21;
  position: relative;
  display: flex;
  margin: 40px auto;
  border: solid 1px #222;
  background-image: url("../img/map.jpg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .map_area {
    width: 100vw;
    max-width: 600px;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .map_area {
    display: none;
  }
}
.map_area .map_area1 {
  position: relative;
  margin-left: 88px;
  width: 200px;
  height: 100%;
  transition: 0.4s;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .map_area .map_area1 {
    margin-left: 64px;
    width: 160px;
    height: 100%;
  }
}
@media screen and (max-width: 599px) {
  .map_area .map_area1 {
    margin-left: 32px;
    width: 80px;
    height: 100%;
  }
}
.map_area .map_area1:hover {
  background-color: rgba(255, 229, 0, 0.6);
  transition: 0.4s;
}
.map_area .map_area1:hover::after {
  content: "エリア１";
  position: relative;
  display: grid;
  height: 100%;
  color: #0D221F;
  font-size: 20px;
  font-weight: bold;
  align-items: center;
  transition: 0.4s;
}
@media screen and (max-width: 1103px) {
  .map_area .map_area1::after {
    content: "エリア１";
    position: relative;
    display: grid;
    height: 100%;
    color: #0D221F;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    transition: 0.4s;
    background-color: rgba(255, 229, 0, 0.4);
  }
}
@media screen and (max-width: 599px) {
  .map_area .map_area1::after {
    font-size: 10px;
    width: 100%;
    writing-mode: vertical-rl;
  }
}
.map_area .map_area2 {
  position: relative;
  width: 120px;
  height: 100%;
  transition: 0.4s;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .map_area .map_area2 {
    width: 64px;
    height: 100%;
  }
}
@media screen and (max-width: 599px) {
  .map_area .map_area2 {
    width: 32px;
    height: 100%;
  }
}
.map_area .map_area2:hover {
  background-color: rgba(119, 239, 98, 0.6);
  transition: 0.4s;
}
.map_area .map_area2:hover::after {
  content: "エリア2";
  position: relative;
  display: grid;
  height: 100%;
  color: #0D221F;
  font-size: 20px;
  font-weight: bold;
  align-items: center;
  transition: 0.4s;
}
@media screen and (max-width: 1103px) {
  .map_area .map_area2::after {
    content: "エリア２";
    position: relative;
    display: grid;
    height: 100%;
    color: #0D221F;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    transition: 0.4s;
    background-color: rgba(119, 239, 98, 0.4);
  }
}
@media screen and (max-width: 599px) {
  .map_area .map_area2::after {
    font-size: 10px;
    width: 100%;
    writing-mode: vertical-rl;
  }
}
.map_area .map_area3 {
  position: relative;
  width: 160px;
  height: 100%;
  transition: 0.4s;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .map_area .map_area3 {
    width: 64px;
    height: 100%;
  }
}
@media screen and (max-width: 599px) {
  .map_area .map_area3 {
    width: 32px;
    height: 100%;
  }
}
.map_area .map_area3:hover {
  background-color: rgba(255, 229, 0, 0.6);
  transition: 0.4s;
}
.map_area .map_area3:hover::after {
  content: "エリア3";
  position: relative;
  display: grid;
  height: 100%;
  color: #0D221F;
  font-size: 20px;
  font-weight: bold;
  align-items: center;
  transition: 0.4s;
}
@media screen and (max-width: 1103px) {
  .map_area .map_area3::after {
    content: "エリア３";
    position: relative;
    display: grid;
    height: 100%;
    color: #0D221F;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    transition: 0.4s;
    background-color: rgba(255, 229, 0, 0.4);
  }
}
@media screen and (max-width: 599px) {
  .map_area .map_area3::after {
    font-size: 10px;
    width: 100%;
    writing-mode: vertical-rl;
  }
}
.map_area .map_area4 {
  position: relative;
  width: 312px;
  height: 100%;
  transition: 0.4s;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .map_area .map_area4 {
    width: 248px;
    height: 100%;
  }
}
@media screen and (max-width: 599px) {
  .map_area .map_area4 {
    width: 124px;
    height: 100%;
  }
}
.map_area .map_area4:hover {
  background-color: rgba(119, 239, 98, 0.6);
  transition: 0.4s;
}
.map_area .map_area4:hover::after {
  content: "エリア4";
  position: relative;
  display: grid;
  height: 100%;
  color: #0D221F;
  font-size: 20px;
  font-weight: bold;
  align-items: center;
  transition: 0.4s;
}
@media screen and (max-width: 1103px) {
  .map_area .map_area4::after {
    background-color: rgba(119, 239, 98, 0.4);
    content: "エリア４";
    position: relative;
    display: grid;
    height: 100%;
    color: #0D221F;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    transition: 0.4s;
  }
}
@media screen and (max-width: 599px) {
  .map_area .map_area4::after {
    font-size: 10px;
    width: 100%;
    writing-mode: vertical-rl;
  }
}

.map_area_sp {
  width: 300px;
  height: 600px;
  position: relative;
  display: none;
  margin: 40px auto;
  border: solid 1px #222;
  background-image: url("../img/map_sp.jpg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .map_area_sp {
    display: block;
  }
}
.map_area_sp .map_area1 {
  position: relative;
  margin-top: 56px;
  width: 100%;
  height: 144px;
}
.map_area_sp .map_area1::after {
  content: "エリア１";
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  color: #0D221F;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  transition: 0.4s;
  background-color: rgba(255, 229, 0, 0.4);
}
.map_area_sp .map_area2 {
  position: relative;
  width: 100%;
  height: 64px;
}
.map_area_sp .map_area2::after {
  content: "エリア２";
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  color: #0D221F;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  transition: 0.4s;
  background-color: rgba(119, 239, 98, 0.4);
}
.map_area_sp .map_area3 {
  position: relative;
  width: 100%;
  height: 120px;
  transition: 0.4s;
}
.map_area_sp .map_area3::after {
  content: "エリア３";
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  color: #0D221F;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  transition: 0.4s;
  background-color: rgba(255, 229, 0, 0.4);
}
.map_area_sp .map_area4 {
  position: relative;
  width: 100%;
  height: 214px;
}
.map_area_sp .map_area4::after {
  background-color: rgba(119, 239, 98, 0.4);
  content: "エリア４";
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  color: #0D221F;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  transition: 0.4s;
}

.section_map {
  background-color: #FFF;
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .section_map {
    padding: 24px;
  }
}

.map_size {
  width: 800px;
  height: 360px;
  margin: 40px auto 24px auto;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .map_size {
    width: 600px;
    height: 360px;
  }
}
@media screen and (max-width: 599px) {
  .map_size {
    width: 300px;
    height: 360px;
  }
}
.map_size h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 599px) {
  .map_size h3 {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.map_size p {
  font-size: 16px;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .map_size p {
    font-size: 14px;
  }
}

.map_guide {
  width: 800px;
  text-align: right;
  margin: 0px auto;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .map_guide {
    width: 600px;
  }
}
@media screen and (max-width: 599px) {
  .map_guide {
    width: 300px;
  }
}

.map_shop_link_area {
  width: 800px;
  height: auto;
  max-height: 360px;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: flex-start;
  align-content: baseline;
  gap: 16px;
  padding: 16px 8px;
  box-sizing: border-box;
  overflow-y: scroll;
  border: 0.5px solid #222;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .map_shop_link_area {
    width: 600px;
  }
}
@media screen and (max-width: 599px) {
  .map_shop_link_area {
    width: 300px;
  }
}
.map_shop_link_area .map-link {
  width: 240px;
  height: auto;
  font-size: 14px;
  position: relative;
  margin: 8px 4px;
  text-align: left;
  transition: 0.4s;
  align-content: baseline;
}
.map_shop_link_area .map-link .__link_text {
  color: #222;
}
.map_shop_link_area .map-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px; /* 下線の位置を調整 */
  width: 100%;
  height: 2px; /* 下線の太さ */
  background: linear-gradient(90deg, #4667F0 1.75%, #92F281 46.26%, #FFE500 89.89%);
}
.map_shop_link_area .map-link:hover .__link_text {
  color: #4667F0;
  transition: 0.4s;
}

.map_category_area {
  margin: 0 auto;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .map_category_area {
    width: 600px;
  }
}
@media screen and (max-width: 599px) {
  .map_category_area {
    width: 300px;
  }
}
@media screen and (max-width: 599px) {
  .map_category_area h3 {
    font-size: 18px;
  }
}
.map_category_area .category_search_area {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 24px auto;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .map_category_area .category_search_area {
    justify-content: space-evenly;
    gap: 16px;
  }
}
@media screen and (max-width: 599px) {
  .map_category_area .category_search_area {
    justify-content: space-evenly;
    gap: 16px;
  }
}
.map_category_area .category_search_area .__box {
  width: 104px;
  transition: 0.4s;
}
@media screen and (max-width: 599px) {
  .map_category_area .category_search_area .__box {
    width: 80px;
  }
}
.map_category_area .category_search_area .__box .__icon {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #FFE500;
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: 50%;
  transition: 0.4s;
}
.map_category_area .category_search_area .__box .__shops_eat_drink {
  background-image: url("../img/eat.svg");
}
.map_category_area .category_search_area .__box .__shops_fashion {
  background-image: url("../img/fashion.svg");
}
.map_category_area .category_search_area .__box .__shops_daily_goods {
  background-image: url("../img/goods.svg");
}
.map_category_area .category_search_area .__box .__shops_foods {
  background-image: url("../img/foods.svg");
}
.map_category_area .category_search_area .__box .__shops_health {
  background-image: url("../img/health.svg");
}
.map_category_area .category_search_area .__box .__shops_joy {
  background-image: url("../img/book.svg");
}
.map_category_area .category_search_area .__box .__shops_service {
  background-image: url("../img/service.svg");
}
.map_category_area .category_search_area .__box .__text {
  font-size: 12px;
  color: #222;
}
.map_category_area .category_search_area .__box:hover {
  transform: scale(1.2);
  transition: 0.4s;
}
.map_category_area .category_search_area .__box:hover .__icon {
  transform: scale(1.2);
  border-radius: 12%;
  transition: 0.4s;
}

.google-map {
  position: relative;
  height: 560px;
  overflow: hidden;
}

.google-map iframe {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 450px;
}

.slider_area {
  width: 600px;
  margin-top: 80px;
  margin-left: calc(100% - 600px);
  position: absolute;
  top: 80px;
  border-radius: 16px;
  right: calc((100vw - 1280px) / 2);
  z-index: 5;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .slider_area {
    position: relative;
    margin: 0 auto;
    top: -200px;
    right: 0;
  }
}
@media screen and (max-width: 599px) {
  .slider_area {
    display: none;
  }
}

.slider_area_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .slider_area_sp {
    display: block;
    position: relative;
    margin: 0 auto;
    top: -300px;
    right: 0;
    width: 300px;
    z-index: 5;
  }
}

.top_main_left_area {
  width: calc(50vw + 264px);
  height: 622px;
  background-image: url("../img/top_left.svg");
  background-repeat: no-repeat;
  background-size: 1545px;
  background-position: 100% 0%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_main_left_area {
    background-position: 90% 100%;
  }
}
@media screen and (max-width: 599px) {
  .top_main_left_area {
    width: 100vw;
    background-size: 1200px;
    background-position: 82% 0%;
    overflow: hidden;
  }
}
.top_main_left_area .top_main_left_area__message {
  padding-top: 128px;
  padding-left: calc((100vw - 1280px) / 2 + 80px);
}
@media screen and (max-width: 599px) {
  .top_main_left_area .top_main_left_area__message {
    padding-top: 96px;
  }
}
.top_main_left_area .top_main_left_area__message svg {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_main_left_area .top_main_left_area__message svg {
    right: -60px;
  }
}
@media screen and (max-width: 599px) {
  .top_main_left_area .top_main_left_area__message svg {
    top: -80px;
    right: -248px;
  }
}
.top_main_left_area .top_main_left_area__message .__title_message {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 599px) {
  .top_main_left_area .top_main_left_area__message .__title_message {
    font-size: 24px;
  }
}
.top_main_left_area .top_main_left_area__message .__top_h1_title_area {
  margin-top: 72px;
  padding-left: 24px;
  position: relative;
  z-index: 3;
}
.top_main_left_area .top_main_left_area__message .__top_h1_title_area h1 {
  line-height: 1.5;
}
.top_main_left_area .top_main_left_area__message .__top_h1_title_area h1 .__name1 {
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  .top_main_left_area .top_main_left_area__message .__top_h1_title_area h1 .__name1 {
    font-size: 18px;
  }
}
.top_main_left_area .top_main_left_area__message .__top_h1_title_area h1 .__name2 {
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .top_main_left_area .top_main_left_area__message .__top_h1_title_area h1 .__name2 {
    font-size: 16px;
  }
}

.top_main_image_area {
  width: 100vw;
  height: 758px;
  overflow: hidden;
  background-image: url("../img/top_main_back2.svg");
  background-repeat: no-repeat;
  background-size: 2562px;
  background-position: 50% 100%;
  position: absolute;
  top: 360px;
  z-index: 5;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_main_image_area {
    background-position: 40% 0%;
    height: 1000px;
    top: 600px;
  }
}
@media screen and (max-width: 599px) {
  .top_main_image_area {
    background-position: 40% 0%;
    background-size: 1000px;
    height: 600px;
    top: 500px;
  }
}
.top_main_image_area .top_main_image_area__svg {
  margin: 0;
  width: 100vw;
  height: 758px;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_main_image_area .top_main_image_area__svg {
    position: relative;
    bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .top_main_image_area .top_main_image_area__svg {
    position: relative;
    bottom: 200px;
  }
}
.top_main_image_area .top_main_image_area__svg svg {
  z-index: 2;
  overflow: hidden;
  width: 2560px; /* SVGを実際のサイズで表示 */
  height: 100%; /* 高さはコンテナの高さにフィット */
  position: absolute;
  left: 50%; /* 左から中央へ */
  top: 24px;
  transform: translateX(-50%);
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_main_image_area .top_main_image_area__svg svg {
    left: 70%;
  }
}
@media screen and (max-width: 599px) {
  .top_main_image_area .top_main_image_area__svg svg {
    right: calc((2560px - 100vw) / 2);
    top: 20px;
  }
}
.top_main_image_area .top_main_image_area__img {
  position: absolute;
  width: 1280px;
  height: 586px;
  left: calc((100vw - 1280px) / 2);
  bottom: 40px;
  z-index: 2;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_main_image_area .top_main_image_area__img {
    width: 100vw;
    left: 0;
  }
}
@media screen and (max-width: 599px) {
  .top_main_image_area .top_main_image_area__img {
    width: 100vw;
    height: 400px;
    left: 0;
    bottom: 0;
    top: 160px;
  }
}
.top_main_image_area .top_main_image_area__img .__girl {
  position: absolute;
  width: 346px;
  left: 0;
  bottom: 40px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_main_image_area .top_main_image_area__img .__girl {
    bottom: 0px;
    width: 260px;
    top: -80px;
    left: 0px;
  }
}
@media screen and (max-width: 599px) {
  .top_main_image_area .top_main_image_area__img .__girl {
    bottom: 0px;
    width: 160px;
    top: -80px;
    left: 0px;
  }
}
.top_main_image_area .top_main_image_area__img .__mama_kid {
  position: absolute;
  width: 280px;
  bottom: -40px;
  left: 640px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_main_image_area .top_main_image_area__img .__mama_kid {
    bottom: 0px;
    width: 240px;
    top: 120px;
    left: 280px;
  }
}
@media screen and (max-width: 599px) {
  .top_main_image_area .top_main_image_area__img .__mama_kid {
    bottom: 0px;
    width: 160px;
    top: 80px;
    left: 180px;
  }
}
.top_main_image_area .top_main_image_area__img .__enjoy_friends {
  position: absolute;
  width: 168px;
  top: 40px;
  right: 0px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_main_image_area .top_main_image_area__img .__enjoy_friends {
    bottom: 0px;
    width: 160px;
    top: -80px;
    left: 78%;
  }
}
@media screen and (max-width: 599px) {
  .top_main_image_area .top_main_image_area__img .__enjoy_friends {
    bottom: 0px;
    width: 80px;
    top: -100px;
    left: 78%;
  }
}

.top_search_shop_section {
  width: 100vw;
  min-height: 512px;
  margin-top: 360px;
  background-color: #FFF;
  background-image: url("../img/top_shop_search_image.svg");
  background-repeat: no-repeat;
  background-size: 2560px;
  background-position: 50% 90%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_search_shop_section {
    margin-top: 180px;
    background-position: 45% 100%;
  }
}
@media screen and (max-width: 599px) {
  .top_search_shop_section {
    margin-top: -120px;
    padding-top: 320px;
    background-position: 45% 98%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_search_shop_section ._top_search_shop {
    padding-bottom: 200px;
    background-image: url("../img/girl2.png");
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: 50% 100%;
  }
}
@media screen and (max-width: 599px) {
  .top_search_shop_section ._top_search_shop {
    padding-bottom: 180px;
    background-image: url("../img/girl2.png");
    background-repeat: no-repeat;
    background-size: 160px;
    background-position: 0% 100%;
  }
}
.top_search_shop_section .top_search_shop_area {
  display: flex;
  flex-wrap: wrap;
  padding-top: 240px;
}
@media screen and (max-width: 599px) {
  .top_search_shop_section .top_search_shop_area {
    padding-top: 0px;
  }
}
.top_search_shop_section .top_search_shop_area .top_search_shop__title_area {
  position: relative;
  width: 240px;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_search_shop_section .top_search_shop_area .top_search_shop__title_area {
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_search_shop_section .top_search_shop_area .top_search_shop__title_area {
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .top_search_shop_section .top_search_shop_area .top_search_shop__title_area {
    margin: 0 auto;
  }
}
.top_search_shop_section .top_search_shop_area .top_search_shop__title_area .girl_image_area {
  width: 100%;
  height: 360px;
  background-image: url("../img/girl2.png");
  background-repeat: no-repeat;
  background-size: 280px;
  background-position: 50% 10%;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_search_shop_section .top_search_shop_area .top_search_shop__title_area .girl_image_area {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .top_search_shop_section .top_search_shop_area .top_search_shop__title_area .girl_image_area {
    display: none;
  }
}
.top_search_shop_section .top_search_shop_area .top_search_shop__title_area .top_search_shop__image {
  width: 280px;
  position: absolute;
  bottom: 0;
}

/*-----------------------------------*/
/*-----------------------------------*/
.section_search_cat_area {
  width: 100vw;
  background-color: #FFF;
  padding-top: 32px;
  padding-bottom: 32px;
}

.search_cat_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1080px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .search_cat_area {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .search_cat_area {
    width: 100%;
  }
}

.top_search_shop__title_area {
  position: relative;
  width: 240px;
  text-align: center;
}

.top_search_shop__cat_button_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-bottom: 80px;
  width: 749px;
  align-items: center;
  row-gap: 32px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding-top: 40px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_search_shop__cat_button_area {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    justify-content: center;
  }
}
@media screen and (max-width: 599px) {
  .top_search_shop__cat_button_area {
    width: 100%;
    justify-content: center;
  }
}
.top_search_shop__cat_button_area .top_search_shop__cat_button__box {
  width: 168px;
  height: 168px;
  flex-shrink: 0;
  border-radius: 24px;
  border: 3px solid #FFE500;
  background: #FFF;
  background-image: url("../img/shop_cat_button_back.svg");
  background-size: 200px;
  background-position: center;
}
@media screen and (max-width: 599px) {
  .top_search_shop__cat_button_area .top_search_shop__cat_button__box {
    width: 142px;
    height: 142px;
    border-radius: 24px;
  }
}
.top_search_shop__cat_button_area .top_search_shop__cat_button__box .__cat_name {
  color: #222;
  text-align: center;
  font-family: "GenJyuuGothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 24px;
}
@media screen and (max-width: 599px) {
  .top_search_shop__cat_button_area .top_search_shop__cat_button__box .__cat_name {
    font-size: 16px;
    margin-top: 20px;
  }
}
.top_search_shop__cat_button_area .top_search_shop__cat_button__box .small_dot {
  font-size: 12px;
}
.top_search_shop__cat_button_area .top_search_shop__cat_button__box .__cat_icon {
  background-repeat: no-repeat;
}
.top_search_shop__cat_button_area .top_search_shop__cat_button__box .eat {
  background-image: url("../img/eat.svg");
  width: 56px;
  height: 60px;
  margin: 40px auto 16px auto;
}
@media screen and (max-width: 599px) {
  .top_search_shop__cat_button_area .top_search_shop__cat_button__box .eat {
    background-size: 100%;
    width: 42px;
    height: 46px;
  }
}
.top_search_shop__cat_button_area .top_search_shop__cat_button__box .fashion {
  background-image: url("../img/fashion.svg");
  background-repeat: no-repeat;
  width: 65px;
  height: 61px;
  margin: 40px auto 16px auto;
}
@media screen and (max-width: 599px) {
  .top_search_shop__cat_button_area .top_search_shop__cat_button__box .fashion {
    background-size: 100%;
    width: 50px;
    height: 46px;
  }
}
.top_search_shop__cat_button_area .top_search_shop__cat_button__box .goods {
  background-image: url("../img/goods.svg");
  background-repeat: no-repeat;
  width: 52px;
  height: 50px;
  margin: 48px auto 8px auto;
}
@media screen and (max-width: 599px) {
  .top_search_shop__cat_button_area .top_search_shop__cat_button__box .goods {
    background-size: 100%;
    margin: 36px auto 8px auto;
    width: 44px;
    height: 44px;
  }
}
.top_search_shop__cat_button_area .top_search_shop__cat_button__box .foods {
  background-image: url("../img/foods.svg");
  background-repeat: no-repeat;
  width: 57px;
  height: 64px;
  margin: 40px auto 16px auto;
}
@media screen and (max-width: 599px) {
  .top_search_shop__cat_button_area .top_search_shop__cat_button__box .foods {
    background-size: 100%;
    margin: 32px auto 16px auto;
    width: 43px;
    height: 50px;
  }
}
.top_search_shop__cat_button_area .top_search_shop__cat_button__box .health {
  background-image: url("../img/health.svg");
  background-repeat: no-repeat;
  width: 64px;
  height: 72px;
  margin: 32px auto 16px auto;
}
@media screen and (max-width: 599px) {
  .top_search_shop__cat_button_area .top_search_shop__cat_button__box .health {
    background-size: 100%;
    margin: 32px auto 8px auto;
    width: 46px;
    height: 54px;
  }
}
.top_search_shop__cat_button_area .top_search_shop__cat_button__box .book {
  background-image: url("../img/book.svg");
  background-repeat: no-repeat;
  width: 92px;
  height: 60px;
  margin: 40px auto 16px auto;
}
@media screen and (max-width: 599px) {
  .top_search_shop__cat_button_area .top_search_shop__cat_button__box .book {
    background-size: 100%;
    margin: 32px auto 16px auto;
    width: 69px;
    height: 45px;
  }
}
.top_search_shop__cat_button_area .top_search_shop__cat_button__box .service {
  background-image: url("../img/service.svg");
  background-repeat: no-repeat;
  width: 68px;
  height: 70px;
  margin: 32px auto 16px auto;
}
@media screen and (max-width: 599px) {
  .top_search_shop__cat_button_area .top_search_shop__cat_button__box .service {
    background-size: 100%;
    width: 52px;
    height: 53px;
  }
}
.top_search_shop__cat_button_area .top_search_shop__cat_button__box .map {
  background-image: url("../img/map.svg");
  background-repeat: no-repeat;
  width: 74px;
  height: 70px;
  margin: 32px auto 16px auto;
}
@media screen and (max-width: 599px) {
  .top_search_shop__cat_button_area .top_search_shop__cat_button__box .map {
    background-size: 100%;
    width: 56px;
    height: 53px;
  }
}
.top_search_shop__cat_button_area .map_box {
  border: 3px solid #4667F0;
  background-image: url("../img/shop_cat_button_back_blue.svg");
}
.top_search_shop__cat_button_area .map_box .__cat_name {
  color: #FFF;
}

.top_search_shop__cat_button__box {
  /* 既存のスタイル */
  width: 168px;
  height: 168px;
  flex-shrink: 0;
  border-radius: 24px;
  border: 3px solid #FFE500;
  background: #FFF;
  background-image: url("../img/shop_cat_button_back.svg");
  background-size: 200px;
  background-position: center;
  transition: transform 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.map_box {
  border: 3px solid #4667F0;
  background-image: url("../img/shop_cat_button_back_blue.svg");
}
.map_box .__cat_name {
  color: #FFF;
}

.top_search_shop__cat_button__box:hover {
  animation: hoverBounce 0.5s ease;
}

/* フェードイン用の基本スタイル */
.fade-in1 {
  opacity: 0;
  animation: fadeIn 2s ease forwards;
}

.fade-in2 {
  opacity: 0;
  animation: fadeIn 2.5s ease forwards;
}

.fade-in4 {
  opacity: 0;
  animation: fadeIn 4s ease forwards;
}

.fade-in5 {
  opacity: 0;
  animation: fadeIn 5s ease forwards;
}

.fade-in6 {
  opacity: 0;
  animation: fadeIn 6s ease-in forwards;
}

.fade-in-bg {
  opacity: 0;
  animation: fadeIn 1s ease-in forwards;
}

/* スクロールでフェードインする場合 */
.scroll-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-in 0.3s, transform 0.1s ease-in;
}
@media screen and (max-width: 599px) {
  .scroll-fade {
    transition: opacity 0.1s ease-in 0.1s, transform 0.1s ease-in;
  }
}

/* スクロールでフェードインする場合 */
.scroll-fade2 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease-in 0.5s, transform 0.2s ease-in;
  animation-delay: 2s;
}
@media screen and (max-width: 599px) {
  .scroll-fade2 {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* スクロールでフェードインする場合 */
.scroll-fade3 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease-in 1s, transform 0.3s ease-in;
}
@media screen and (max-width: 599px) {
  .scroll-fade3 {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.scroll-fade.visible {
  opacity: 1;
  transform: translateY(0);
}

.scroll-fade2.visible {
  opacity: 1;
  transform: translateY(0);
}

.scroll-fade3.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hoverBounce {
  0%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/* フェードインのキーフレームアニメーション */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top_search_shop__cat_button__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  background-image: url("../img/shop_cat_button_back.svg");
  background-size: 200px;
  background-position: center;
  z-index: 1;
}

.top_search_shop__cat_button__box.map_box::before {
  background-image: url("../img/shop_cat_button_back_blue.svg");
}

.burst-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.particle {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #FFE500;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.particle._map {
  background: #4667F0;
}

.top_search_shop__cat_button__box.clicked::before {
  animation: svgBounceDown 0.5s ease;
}

.top_search_shop__cat_button__box.clicked .particle {
  animation: largerBurstParticle 0.8s ease-out forwards;
}

@keyframes svgBounceDown {
  0%, 100% {
    transform: scale(1) translateY(0);
  }
  50% {
    transform: scale(1.2) translateY(10px);
  }
}
@keyframes largerBurstParticle {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(var(--tx), var(--ty)) scale(var(--scale));
    opacity: 0;
  }
}
/* パーティクルごとの個別の移動方向とスケール */
.particle:nth-child(1) {
  --tx: -120px;
  --ty: -60px;
  --scale: 1.2;
}

.particle:nth-child(2) {
  --tx: 100px;
  --ty: -80px;
  --scale: 1.5;
}

.particle:nth-child(3) {
  --tx: 130px;
  --ty: 40px;
  --scale: 1.3;
}

.particle:nth-child(4) {
  --tx: -110px;
  --ty: 70px;
  --scale: 1.4;
}

.particle:nth-child(5) {
  --tx: -70px;
  --ty: -20px;
  --scale: 1.1;
}

.particle:nth-child(6) {
  --tx: 80px;
  --ty: 10px;
  --scale: 1.2;
}

.particle:nth-child(7) {
  --tx: 20px;
  --ty: -90px;
  --scale: 1.3;
}

.particle:nth-child(8) {
  --tx: -30px;
  --ty: 80px;
  --scale: 1.1;
}

/* その他の要素を背景の上に表示するために */
.top_search_shop__cat_button__box .__cat_name,
.top_search_shop__cat_button__box .__cat_icon {
  position: relative;
  z-index: 3;
}

.top_news_section {
  width: 100vw;
  padding-top: 160px;
  background-color: #FFF;
  background-image: url("../img/news_event_back_line.svg");
  background-repeat: no-repeat;
  background-size: 2560px;
  background-position: 50% 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 240px;
}
@media screen and (min-width: 0px) and (max-width: 599px) {
  .top_news_section {
    padding-top: 80px;
  }
}
.top_news_section .news_event_image {
  width: 240px;
  position: absolute;
  bottom: 120px;
  right: calc((100vw - 1280px) / 2);
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_news_section .news_event_image {
    width: 180px;
    right: calc((100vw - 600px) / 2 - 40px);
  }
}
@media screen and (min-width: 0px) and (max-width: 599px) {
  .top_news_section .news_event_image {
    width: 120px;
    bottom: 80px;
    right: calc((100vw - 300px) / 2 - 20px);
  }
}
.top_news_section .top_news_section__news_area {
  width: 1008px;
  margin: 64px auto 96px auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_news_section .top_news_section__news_area {
    width: 600px;
  }
}
@media screen and (max-width: 599px) {
  .top_news_section .top_news_section__news_area {
    width: 100vw;
    min-width: 300px;
    padding: 16px;
    margin-top: 0px;
  }
}
.top_news_section .top_news_section__news_area .__box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 56px;
}
.top_news_section .top_news_section__news_area .__box .__thum_area {
  width: 204px;
  height: 136px;
  padding-top: 8px;
  padding-left: 8px;
  border-radius: 10px;
  background-size: cover;
  background-position: 50%;
  transition: 0.4s;
}
@media screen and (max-width: 599px) {
  .top_news_section .top_news_section__news_area .__box .__thum_area {
    width: 288px;
    height: 198px;
    margin: 0 auto;
  }
}
.top_news_section .top_news_section__news_area .__box .__thum_area:hover {
  transform: scale(1.05);
  transition: 0.4s;
}
.top_news_section .top_news_section__news_area .__box .__info_area {
  width: 256px;
  padding-left: 24px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_news_section .top_news_section__news_area .__box .__info_area {
    width: 396px;
  }
}
@media screen and (max-width: 599px) {
  .top_news_section .top_news_section__news_area .__box .__info_area {
    width: 288px;
    padding-left: 0px;
    margin: 0 auto;
  }
}
.top_news_section .top_news_section__news_area .__box .__info_area .__title {
  width: 100%;
}
.top_news_section .top_news_section__news_area .__box .__info_area .__title h3 {
  margin-top: 0px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  transition: 0.4s;
}
.top_news_section .top_news_section__news_area .__box .__info_area .__title h3 a {
  transition: 0.4s;
  color: #222;
}
.top_news_section .top_news_section__news_area .__box .__info_area .__title h3:hover a {
  color: #4667F0;
  transition: 0.4s;
}
.top_news_section .top_news_section__news_area .__box .__info_area .__date {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  margin-top: 8px;
}
.top_news_section .top_news_section__news_area .__box .__info_area .__info {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_news_section .top_news_section__news_area .__box .__info_area .__info {
    font-size: 12px;
    width: 396px;
  }
}
.top_news_section .top_news_section__news_area .__box .__info_area .__tag_area {
  width: 100%;
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 700;
}
.top_news_section .top_news_section__news_area .__box .__info_area .__tag_area .__tag {
  text-decoration: underline;
  color: #4667F0;
  height: auto;
  transition: 0.4s;
}
.top_news_section .top_news_section__news_area .__box .__info_area .__tag_area .__tag a {
  transition: 0.4s;
  color: #4667F0;
}
.top_news_section .top_news_section__news_area .__box .__info_area .__tag_area .__tag:hover {
  transform: scale(1.1);
  transition: 0.4s;
}
.top_news_section .top_news_section__news_area .__box .__info_area .__tag_area .__tag::before {
  content: "#";
}
.top_news_section .top_news_section__news_area .__box .__info_area .__tag_area .__slash {
  display: inline-block;
  margin: 0 8px;
}
.top_news_section .top_news_section__news_area .__box:first-of-type .__thum_area {
  border-radius: 10px;
  width: 432px;
  height: 296px;
  padding-top: 8px;
  padding-left: 8px;
  background-size: cover;
  background-position: 50%;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_news_section .top_news_section__news_area .__box:first-of-type .__thum_area {
    width: 288px;
    height: 198px;
  }
}
@media screen and (max-width: 599px) {
  .top_news_section .top_news_section__news_area .__box:first-of-type .__thum_area {
    width: 288px;
    height: 198px;
  }
}
.top_news_section .top_news_section__news_area .__box:first-of-type .__info_area {
  width: 576px;
  padding-left: 24px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_news_section .top_news_section__news_area .__box:first-of-type .__info_area {
    width: 312px;
  }
}
@media screen and (max-width: 599px) {
  .top_news_section .top_news_section__news_area .__box:first-of-type .__info_area {
    width: 288px;
    padding-left: 0px;
  }
}
.top_news_section .top_news_section__news_area .__box:first-of-type .__info_area .__title {
  width: 100%;
}
.top_news_section .top_news_section__news_area .__box:first-of-type .__info_area .__title h3 {
  margin-top: 0px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_news_section .top_news_section__news_area .__box:first-of-type .__info_area .__title h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .top_news_section .top_news_section__news_area .__box:first-of-type .__info_area .__title h3 {
    font-size: 16px;
  }
}
.top_news_section .top_news_section__news_area .__box:first-of-type .__info_area .__date {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  margin-top: 8px;
}
.top_news_section .top_news_section__news_area .__box:first-of-type .__info_area .__info {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_news_section .top_news_section__news_area .__box:first-of-type .__info_area .__info {
    font-size: 12px;
  }
}
.top_news_section .top_news_section__news_area .__box:first-of-type .__info_area .__tag_area {
  width: 100%;
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_news_section .top_news_section__news_area .__box:first-of-type .__info_area .__tag_area {
    margin-top: 8px;
  }
}
.top_news_section .top_news_section__news_area .__box:first-of-type .__info_area .__tag_area .__tag {
  text-decoration: underline;
  color: #4667F0;
}
.top_news_section .top_news_section__news_area .__box:first-of-type .__info_area .__tag_area .__tag::before {
  content: "#";
}
.top_news_section .top_news_section__news_area .__box:first-of-type .__info_area .__tag_area .__slash {
  display: inline-block;
  margin: 0 16px;
}
.top_news_section .top_news_section__news_area .__box:last-of-type {
  margin-left: 40px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_news_section .top_news_section__news_area .__box:last-of-type {
    margin-left: 0px;
  }
}
@media screen and (max-width: 599px) {
  .top_news_section .top_news_section__news_area .__box:last-of-type {
    margin-left: 0px;
  }
}
.top_news_section .__cat_event.big, .top_news_section __cat_news.big {
  font-size: 12px;
  border-radius: 19px;
  padding: 8px 24px;
}

.__cat_event {
  background-color: #77EF62;
  width: -moz-fit-content;
  width: fit-content;
  color: #222;
  padding: 4px 16px;
  box-sizing: border-box;
  font-size: 10px;
  font-weight: 700;
  border-radius: 14px;
}

.__cat_news {
  background-color: #4667F0;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  padding: 4px 16px;
  box-sizing: border-box;
  font-size: 10px;
  font-weight: 600;
  border-radius: 19px;
}

.top_street_now_section .top_street_now_section_content_area {
  width: 100vw;
  margin: 0 auto;
  padding-top: 64px;
  background-color: #FFF;
  box-sizing: border-box;
  position: relative;
}
.top_street_now_section .top_street_now_section_content_area .street_shot_image {
  position: absolute;
  width: 280px;
  bottom: 0;
  left: calc((100vw - 1280px) / 2 - 40px);
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_street_now_section .top_street_now_section_content_area .street_shot_image {
    width: 200px;
    left: calc((100vw - 600px) / 2 - 40px);
  }
}
@media screen and (max-width: 599px) {
  .top_street_now_section .top_street_now_section_content_area .street_shot_image {
    width: 120px;
    left: calc((100vw - 300px) / 2 - 60px);
    bottom: 30px;
  }
}
.top_street_now_section .top_street_now_section_content_area .__sns_area {
  display: flex;
  width: 1008px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_street_now_section .top_street_now_section_content_area .__sns_area {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 0px) and (max-width: 599px) {
  .top_street_now_section .top_street_now_section_content_area .__sns_area {
    width: 100%;
    height: auto;
    padding: 24px;
  }
}
.top_street_now_section .top_street_now_section_content_area .__sns_area .__sns_box {
  margin-top: 40px;
}
.top_street_now_section .top_street_now_section_content_area .__sns_area .__sns_box .__title {
  margin-top: 64px;
  text-align: center;
}
.top_street_now_section .top_street_now_section_content_area .__sns_area .__sns_box .__title .__icon img {
  width: 28px;
  height: 32px;
  margin: 0 auto;
}
.top_street_now_section .top_street_now_section_content_area .__sns_area .__sns_box .__title .__name h3 {
  margin-top: 0;
  font-size: 14px;
  line-height: 1;
}
.top_street_now_section .top_street_now_section_content_area .__sns_area .__sns_box .insta_feed {
  margin: 32px auto 0px auto;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .top_street_now_section .top_street_now_section_content_area .__sns_area .__sns_box .insta_feed {
    height: auto;
    max-height: 600px;
    padding: 24px;
  }
}
@media screen and (max-width: 599px) {
  .top_street_now_section .top_street_now_section_content_area .__sns_area .__sns_box .insta_feed {
    height: 440px;
  }
}
.top_street_now_section .top_street_now_section_content_area .__sns_area .__sns_box ._feed {
  width: 440px;
  height: 512px;
  padding: 16px;
  box-sizing: border-box;
  margin: 32px auto 40px auto;
  overflow-y: scroll;
  border: solid 0.5px #222;
  font-size: 14px;
  font-weight: 400;
}
.top_street_now_section .top_street_now_section_content_area .__sns_area ._instagram {
  width: 100%;
}
.top_street_now_section .top_street_now_section_content_area .__sns_area ._x {
  width: 50%;
}
.top_street_now_section .top_street_now_section_content_area .__sns_area ._x .__title .__icon img {
  width: 34px;
  height: 34px;
}
.top_street_now_section .top_street_now_section_content_area .__sns_area ._fb {
  width: 50%;
}
.top_street_now_section .top_street_now_section_content_area .__sns_area ._fb .__title .__icon img {
  width: 21px;
  height: 34px;
}

.top_map_section {
  width: 100vw;
  background-color: #FFF;
  padding-top: 80px;
}
.top_map_section p {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.top_map_section .map_container {
  margin-top: 40px;
  position: relative;
  width: 100%;
  height: 512px;
}
.top_map_section .map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.top_map_section .map-overlay p {
  font-size: 24px;
  padding: 8px 16px 8px 16px;
  box-sizing: border-box;
  color: #FFE500;
  background-color: rgba(63, 63, 63, 0.4);
}
.top_map_section .map-overlay.hidden {
  display: none;
}

.photo_space {
  width: 100vw;
  height: 512px;
  background-image: url("../img/top_photoshot_image.png");
  background-repeat: no-repeat;
  background-size: 2560px;
  background-position: 50% 100%;
}

.section__title {
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .section__title h2 {
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .section__title h2 .sp_mini {
    font-size: 16px;
  }
}
.section__title p {
  margin-top: 24px;
}
@media screen and (max-width: 599px) {
  .section__title p {
    margin-top: 24px;
  }
}

.section__title2 {
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .section__title2 {
    text-align: center;
  }
  .section__title2 h2 {
    text-align: left;
  }
}

#animated-path {
  position: relative;
  z-index: 10;
  stroke-dasharray: 2560; /* パスの長さをダッシュに */
  stroke-dashoffset: -2560; /* 開始時にパス全体を隠す */
  animation: draw-line 1.5s linear forwards; /* 3秒かけて右から左に描画 */
  animation-delay: 2s; /* アニメーション開始を1秒遅延 */
}

#animated-path.animate {
  stroke-dashoffset: 0;
}

@keyframes draw-line {
  to {
    stroke-dashoffset: 0; /* アニメーション終了時にパス全体が表示される */
  }
}
body {
  background-color: #FFFFFF;
  color: #3F3F3F;
  font-family: "GenJyuuGothic";
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: normal;
  width: 100vw;
  overflow-x: hidden;
  /*
      background-image: url("../img/DSC00947.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%;
      background-attachment:fixed;
  */
}
@media screen and (max-width: 599px) {
  body {
    font-size: 12px;
  }
}

.background-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

/*
.parallax {
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    background-position: center center; // 中央寄せに変更
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    // パフォーマンス最適化
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    // GPUアクセラレーションを有効化
    will-change: transform;
    @include variable.mq-down('tb'){
        background-attachment: scroll;
            // スクロール時の挙動を安定させる
    -webkit-overflow-scrolling: touch;
    // 必要に応じて
    // transform: translate3d(0,0,0);

    // オプション: 画像の読み込みを最適化
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
        height:100vh;
    }
    @include variable.mq-down('sp'){
        background-attachment: local;
    }
}
    */
.parallax {
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; /* すべての画像を初期状態で非表示に */
  will-change: opacity; /* opacityの変更を最適化 */
  transform: translateZ(0);
  backface-visibility: hidden;
}

.parallax.active {
  opacity: 1;
}

#image1 {
  background-image: url("../img/DSC00947_1.jpg.webp");
}

#image2 {
  background-image: url("../img/DSC01299.jpg.webp");
}

#image3 {
  background-image: url("../img/DSC01281.jpg.webp");
}

#image4 {
  background-image: url("../img/DSC01279.jpg.webp");
}

@supports (-webkit-touch-callout: none) {
  .parallax {
    background-attachment: scroll;
    /* または background-attachment: initial; */
  }
}
a {
  text-decoration: none;
}

a.common_style_link {
  color: #4667F0;
  text-decoration: underline;
  transition: 0.4s;
}

a.common_style_link:hover {
  color: #c8aa00;
  text-decoration: underline;
  transition: 0.4s;
  transform: scale(1.05);
  cursor: pointer;
}

h1 {
  font-size: 40px;
  margin-top: 40px;
}

h2 {
  font-size: 32px;
  margin-top: 32px;
  position: relative; /* 擬似要素を親要素の相対位置に固定 */
  display: inline-block;
}
@media screen and (max-width: 599px) {
  h2 {
    font-size: 20px;
  }
}

h2::before {
  content: "";
  display: inline-block;
  width: 58px;
  height: 36px;
  background-image: url("../img/h2_dot_top.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -24px;
  left: -40px;
}
@media screen and (max-width: 599px) {
  h2::before {
    width: 29px;
    height: 18px;
    top: -10px;
    left: -24px;
  }
}

h2::after {
  content: "";
  display: inline-block;
  width: 58px;
  height: 36px;
  background-image: url("../img/h2_dot_bottom.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -24px;
  right: -40px;
}
@media screen and (max-width: 599px) {
  h2::after {
    width: 29px;
    height: 18px;
    bottom: -10px;
    right: -24px;
  }
}

h3 {
  font-size: 24px;
  margin-top: 24px;
}

h4 {
  font-size: 18px;
  margin-top: 18px;
}

.header_title_style {
  font-size: 32px;
  margin-top: 40px;
  color: #222;
}

.header_title_sub_style {
  font-size: 20px;
  margin-top: 0px;
  color: rgba(255, 255, 255, 0.6);
  text-shadow: 0px 2px 20px #404040;
}

.button_area {
  width: 100%;
  display: flex;
  justify-content: center;
}
.button_area .common_button_style {
  position: relative;
  margin: 0 auto;
  display: inline-flex;
  height: 72px;
  padding: 24px 80px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 36px;
  border: 1px solid #222;
  box-shadow: 0px 2px 10px 0px rgba(137, 137, 137, 0.25);
  color: #222;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.4s;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .button_area .common_button_style {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .button_area .common_button_style {
    font-size: 12px;
    padding: 16px 40px;
    height: auto;
    width: auto;
    min-width: 200px;
  }
}
.button_area .cv_button_style {
  position: relative;
  margin: 0 auto;
  display: inline-flex;
  height: 88px;
  padding: 32px 64px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 42px;
  color: #FFF;
  background-color: #4667F0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.4s;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .button_area .cv_button_style {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .button_area .cv_button_style {
    font-size: 12px;
    padding: 24px 40px;
  }
}
.button_area .cv_button_style:hover {
  transform: scale(1.1);
  transition: 0.4s;
  cursor: pointer;
}
.button_area .out_tab::after {
  content: "\f08e";
  font-family: "FontAwesome", "Zen Kaku Gothic New", sans-serif;
  color: #222;
  font-size: 18px;
  position: absolute;
  top: 26px;
  right: 26px;
}
@media screen and (max-width: 599px) {
  .button_area .out_tab::after {
    font-size: 12px;
    right: 13px;
    top: 15px;
  }
}
.button_area .__prev {
  margin-top: 24px;
}
.button_area .common_button_style:hover {
  transition: 0.4s;
  transform: scale(1.1);
  cursor: pointer;
}

.__next::after {
  content: "\f054";
  font-family: "FontAwesome", "Zen Kaku Gothic New", sans-serif;
  color: #222;
  font-size: 14px;
  position: absolute;
  top: 28px;
  right: 28px;
}
@media screen and (max-width: 599px) {
  .__next::after {
    font-size: 12px;
    top: 16px;
    right: 14px;
  }
}

.__cv_next::after {
  content: "\f054";
  font-family: "FontAwesome", "Zen Kaku Gothic New", sans-serif;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 36px;
  right: 28px;
}
@media screen and (max-width: 599px) {
  .__cv_next::after {
    font-size: 14px;
    right: 14px;
    top: 36px;
  }
}

.__prev::after {
  content: "\f053";
  font-family: "FontAwesome", "Zen Kaku Gothic New", sans-serif;
  color: #222;
  font-size: 14px;
  position: absolute;
  top: 28px;
  left: 28px;
}
@media screen and (max-width: 599px) {
  .__prev::after {
    font-size: 12px;
    left: 14px;
    top: 16px;
  }
}

.cv_area_box {
  width: 100vw;
  padding: 40px;
  background-color: #D9D9D9;
}
.cv_area_box .cv_area_box__text {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.cv_area_box .cv_area_box__button_area {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cv_area_box .cv_area_box__button_area .cv_area_box__button {
  border: 1px solid #3F3F3F;
  color: #3F3F3F;
  background-color: #FFF;
  padding: 16px 64px;
  margin: 24px;
  font-size: 32px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
  transition: 0.4s;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .cv_area_box .cv_area_box__button_area .cv_area_box__button {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .cv_area_box .cv_area_box__button_area .cv_area_box__button {
    font-size: 20px;
  }
}
.cv_area_box .cv_area_box__button_area .cv_area_box__button:hover {
  transition: 0.4s;
  transform: scale(1.1);
  cursor: pointer;
}

header {
  width: 100vw;
  height: 80px;
  background-color: #FFF;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
@media screen and (max-width: 599px) {
  header {
    height: 66px;
  }
}
header .header_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100vw;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 8px 32px;
  align-items: center;
}
@media screen and (max-width: 599px) {
  header .header_box {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  header .header_box {
    display: none;
  }
}
header .header_box .header_logo_link {
  height: 48px;
  margin-bottom: 12px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  align-content: center;
  transition: 0.4s;
}
header .header_box .header_logo_link:hover {
  transform: scale(1.1);
  transition: 0.4s;
}
header .header_box .header_logo {
  width: 60px;
  height: 44px;
  background-image: url("../img/creamall_logo.svg");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: contain;
}
header .header_box .header_site_name {
  width: 160px;
  text-align: left;
  padding-left: 8px;
  box-sizing: border-box;
}
header .header_box .header_site_name .__name1 {
  color: #222;
  font-family: "GenJyuuGothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
}
header .header_box .header_site_name .__name2 {
  color: #222;
  font-family: "GenJyuuGothic";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-top: 4px;
  margin-bottom: 4px;
}
header .header_box .menu_box {
  width: calc(100% - 160px);
}
header .header_box .menu_box nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}
header .header_box .menu_box nav ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
header .header_box .menu_box nav ul li {
  list-style: none;
  display: grid;
}
header .header_box .menu_box nav ul li a {
  transition: 0.4s;
  font-weight: bold;
  color: #3F3F3F;
}
header .header_box .menu_box nav ul li a:hover {
  transition: 0.4s;
  transform: scale(1.05);
  cursor: pointer;
}
header .header_box .menu_box nav ul li a:hover .menu_box__linkbox_ja {
  color: #4667F0;
}
header .header_box .menu_box nav ul li a:hover .menu_box__linkbox_en {
  color: #4667F0;
}
header .header_box .menu_box nav ul li .menu_box__linkbox {
  transition: 0.4s;
}
header .header_box .menu_box nav ul li .menu_box__linkbox:hover {
  transition: 0.4s;
  transform: scale(1.1);
  cursor: pointer;
}
header .header_box .menu_box nav ul li .menu_box__linkbox:hover .menu_box__linkbox_ja {
  color: #4667F0;
}
header .header_box .menu_box nav ul li .menu_box__linkbox:hover .menu_box__linkbox_en {
  color: #4667F0;
}
header .header_box .menu_box nav ul li .menu_box__linkbox:has(.__link_box):hover .__link_box {
  background-size: 100%;
  margin-top: 4px;
  padding: 16px 16px 24px 24px;
  box-shadow: 1px 2px 10px 0px rgba(150, 150, 150, 0.25);
  text-align: left;
  display: block;
  transition: 0.6s;
  height: auto;
  background-color: rgba(255, 255, 255, 0.95);
}
header .header_box .menu_box nav ul li .menu_box__linkbox:has(.__link_box):hover .__link_box div {
  margin-top: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
header .header_box .menu_box nav ul li .menu_box__linkbox:has(.__link_box):hover .__link_box div a {
  font-size: 12px;
}
header .header_box .menu_box nav ul li .menu_box__linkbox:has(.__link_box):hover .__link_box div a:hover {
  color: #4667F0;
  font-weight: bold;
}
header .header_box .menu_box nav ul li .__link_box {
  display: none;
  width: 0px;
  width: 200px;
  height: 0px;
  position: absolute;
  transition: 0.6s;
}
header .header_box .menu_box nav ul li .__link_box ul._list {
  display: block;
  padding-left: 0px;
  width: -moz-fit-content;
  width: fit-content;
}
header .header_box .menu_box nav ul li .__link_box ul._list li {
  list-style: none;
  width: -moz-fit-content;
  width: fit-content;
}
header .header_box .menu_box nav ul li .top_cv_button {
  margin-left: 40px;
  width: 204px;
  height: 56px;
  border-radius: 28px;
  background-color: #FFF;
  color: #3F3F3F;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
  transition: 0.4s;
}
header .header_box .menu_box nav ul li .top_cv_button .top_cv_button__text {
  margin-left: 16px;
  line-height: 1;
}
header .header_box .menu_box nav ul li .top_cv_button i {
  display: block;
  font-size: 20px;
  align-items: center;
  align-content: center;
  justify-content: center;
}
header .header_box .menu_box nav ul li .top_cv_button:hover {
  transition: 0.4s;
  transform: scale(1.1);
  cursor: pointer;
  background-color: #FFFFFF;
  color: #EC636C;
}
header .header_box .menu_box nav ul li .menu_box__tel {
  margin-left: 40px;
  transition: 0.4s;
}
header .header_box .menu_box nav ul li .menu_box__tel .menu_box__tel__no {
  padding-bottom: 2px;
  box-sizing: border-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  align-items: center;
  align-content: center;
  justify-content: center;
}
header .header_box .menu_box nav ul li .menu_box__tel .menu_box__tel__no i {
  font-size: 20px;
}
header .header_box .menu_box nav ul li .menu_box__tel .menu_box__tel__no div {
  margin-left: 4px;
}
header .header_box .menu_box nav ul li .menu_box__tel .menu_box__tel__info {
  border-width: 1px 0px 0px 0px;
  border-color: #0D221F;
  border-style: solid;
  font-size: 10px;
  font-weight: bold;
}
header .header_box .menu_box nav ul li .menu_box__tel:hover {
  transition: 0.4s;
  transform: scale(1.05);
}
header .header_box .menu_box nav ul li .menu_box__linkbox {
  width: auto;
  height: 32px;
  margin-left: 40px;
  align-content: center;
}
header .header_box .menu_box nav ul li .menu_box__linkbox .menu_box__linkbox_ja {
  box-sizing: border-box;
  width: auto;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
}
header .header_box .menu_box nav ul li .menu_box__linkbox .menu_box__linkbox_en {
  box-sizing: border-box;
  margin-top: 2px;
  width: 100%;
  height: auto;
  text-align: center;
  font-weight: 600;
  font-style: boled;
  font-size: 10px;
  line-height: 10px;
}
header .header_box_sp {
  display: none;
  width: 100vw;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 8px 16px;
  /*アクティブクラスがついたら位置を0に*/
  /* リンククリック時のトランジション制御用 */
  /*ナビゲーションの縦スクロール*/
  /*ナビゲーション*/
  /*リストのレイアウト設定*/
}
@media screen and (max-width: 599px) {
  header .header_box_sp {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  header .header_box_sp {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }
}
header .header_box_sp .header_logo {
  width: 60px;
  height: 40px;
  background-image: url("../img/creamall_logo.svg");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: contain;
}
@media screen and (max-width: 599px) {
  header .header_box_sp .header_logo {
    width: 40px;
    height: 32px;
  }
}
header .header_box_sp svg {
  height: 32px;
  position: absolute;
  width: 32px;
  right: 16px;
  top: 12px;
  cursor: pointer;
  /*   border: 1px solid black; */
  z-index: 1001;
}
header .header_box_sp .plate {
  height: 41px;
  width: 41px;
}
header .header_box_sp .x {
  transform: scale(0);
  transition: transform 400ms;
}
header .header_box_sp .line {
  fill: none;
  stroke: #0D221F;
  stroke-width: 6px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-origin: 50%;
  transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms;
}
header .header_box_sp .x .line {
  stroke-width: 5.5px;
}
header .header_box_sp .plate2 .line1 {
  stroke-dasharray: 21 185.627532959;
  transition-delay: 0;
}
header .header_box_sp .plate2 .line2 {
  stroke-dasharray: 21 178.6514129639;
  transition-delay: 30ms;
}
header .header_box_sp .plate2 .line3 {
  stroke-dasharray: 21 197.9242553711;
  transition-delay: 60ms;
}
header .header_box_sp .plate2 .line4 {
  stroke-dasharray: 21 190.6597137451;
  transition-delay: 90ms;
}
header .header_box_sp .plate2 .line5 {
  stroke-dasharray: 21 208.5287475586;
  transition-delay: 120ms;
}
header .header_box_sp .plate2 .line6 {
  stroke-dasharray: 21 186.5970306396;
  transition-delay: 150ms;
}
header .header_box_sp .active.plate2 .line1 {
  stroke-dasharray: 5 185.627532959;
  stroke-dashoffset: -155px;
}
header .header_box_sp .active.plate2 .line2 {
  stroke-dasharray: 5 178.6514129639;
  stroke-dashoffset: -150px;
}
header .header_box_sp .active.plate2 .line3 {
  stroke-dasharray: 5 197.9242553711;
  stroke-dashoffset: -190px;
}
header .header_box_sp .active.plate2 .line4 {
  stroke-dasharray: 5 190.6597137451;
  stroke-dashoffset: -180px;
}
header .header_box_sp .active.plate2 .line5 {
  stroke-dasharray: 5 208.5287475586;
  stroke-dashoffset: -160px;
}
header .header_box_sp .active.plate2 .line6 {
  stroke-dasharray: 5 186.5970306396;
  stroke-dashoffset: -186px;
}
header .header_box_sp .active.plate2 .x {
  transform: scale(1);
  transition: transform 400ms 250ms;
}
header .header_box_sp #g-nav-list {
  display: none; /*はじめは表示なし*/
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
header .header_box_sp #g-nav-list .sp_header_area__link_box {
  color: #222;
  padding: 32px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  header .header_box_sp #g-nav-list .sp_header_area__link_box {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  header .header_box_sp #g-nav-list .sp_header_area__link_box {
    width: 600px;
  }
}
header .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set {
  width: 100%;
  color: #222;
  margin-top: 20px;
}
header .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set .__title {
  width: auto;
  color: #222;
  font-size: 16px;
  font-weight: bold;
  transition: 0.4s;
}
header .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set a {
  color: #222;
  transition: 0.4s;
}
header .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set a .small_info {
  font-size: 8px;
}
header .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set .__link_box {
  padding: 24px;
  box-sizing: border-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
header .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set .__link_box .__link {
  margin-top: 8px;
  font-size: 16px;
}
header .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set .__link_box .__link a {
  color: #0D221F;
  text-decoration-thickness: 0.5px;
  transition: 0.4s;
}
header .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set .__link_box .__link a .small_info {
  font-size: 8px;
}
header .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set .__link_box .__link::after {
  content: "/";
  margin: 0 16px;
}
header .header_box_sp #g-nav-list .sp_header_area__link_box .__link_box_set .__link_box .__link:last-of-type::after {
  content: "";
}
header .header_box_sp #g-nav-list .sp_header_area__cv_box {
  width: 100%;
  display: grid;
  justify-content: end;
  align-items: end;
  align-content: end;
  padding-bottom: 72px;
}
@media screen and (max-width: 599px) {
  header .header_box_sp #g-nav-list .sp_header_area__cv_box {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  header .header_box_sp #g-nav-list .sp_header_area__cv_box {
    width: 320px;
    justify-content: center;
    align-content: start;
    padding-top: 32px;
  }
}
header .header_box_sp #g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #FFF;
  /*動き*/
  transition: all 0.6s;
}
header .header_box_sp #g-nav.panelactive {
  right: 0;
}
header .header_box_sp #g-nav.no-transition {
  transition: none !important;
}
header .header_box_sp #g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  display: block;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  header .header_box_sp #g-nav.panelactive #g-nav-list {
    display: flex;
  }
}
header .header_box_sp #g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .header_box_sp #g-nav li {
  list-style: none;
  text-align: center;
}
header .header_box_sp #g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.humberger_button_area {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 80%;
  justify-content: end;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .humberger_button_area {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .humberger_button_area {
    width: calc(100vw - 40px);
  }
}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn1 {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  z-index: 9999;
  margin-left: calc(50% - 50px);
}

/*ボタン内側*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #3F3F3F;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.openbtn1 span:nth-of-type(3) {
  top: 31px;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.content_area {
  width: 1040px;
  margin: 0px auto;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .content_area {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .content_area {
    width: 90%;
  }
}

.change-color {
  background-color: rgba(255, 255, 255, 0.6);
}

body a {
  text-decoration: none;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.section_mv_header {
  background-color: rgba(44, 44, 44, 0.6);
  background-image: url("../img/header_back1.svg");
  background-repeat: no-repeat;
  background-size: 2560px;
  background-position: 50% 100%;
  height: 320px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .section_mv_header {
    height: 180px;
    background-size: 1000px;
  }
}
.section_mv_header .header_mv_title {
  padding-top: 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .section_mv_header .header_mv_title {
    padding-top: 48px;
  }
}
.section_mv_header .header_mv_title h1 {
  color: #FFF;
}
@media screen and (max-width: 599px) {
  .section_mv_header .header_mv_title h1 {
    font-size: 24px;
  }
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.section_tag_cloud {
  background-color: #FFF;
  width: 100vw;
  padding-top: 40px;
  padding-bottom: 112px;
}
@media screen and (max-width: 599px) {
  .section_tag_cloud {
    padding-top: 24px;
  }
}

.tag-cloud {
  width: 800px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 40px auto 0px auto;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .tag-cloud {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .tag-cloud {
    width: 100%;
  }
}
.tag-cloud .tag-cloud_list {
  list-style: none;
}
.tag-cloud .tag-cloud_list a {
  color: #4667F0;
  text-decoration: underline;
  width: -moz-fit-content;
  width: fit-content;
}

._tag_for_single {
  width: auto;
  margin: 0;
}

.text-ellipsis {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.8em;
  line-height: 1.4;
  word-break: break-all;
}

.tags_set {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  align-content: center;
  gap: 8px;
}
.tags_set div {
  font-size: 12px;
}
.tags_set .tag {
  text-decoration: underline;
  color: #4667F0;
  font-size: 12px;
  line-height: 1;
}
.tags_set .tag::before {
  content: "#";
  position: relative;
  left: 0;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.section_about_page {
  background-color: #FFF;
  padding: 64px 0px 80px 0px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .section_about_page {
    padding: 40px 0px 40px 0px;
    margin-top: -8px;
  }
}
.section_about_page .__eco_message {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-top: 80px;
  position: relative;
  text-align: center;
}
.section_about_page .__eco_message img {
  height: 60px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .section_about_page .__eco_message img {
    height: 32px;
  }
}
@media screen and (max-width: 599px) {
  .section_about_page .__eco_message img {
    height: auto;
    width: 28px;
  }
}
.section_about_page .__eco_message .__text {
  font-size: 20px;
  padding: 16px 8px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .section_about_page .__eco_message .__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .section_about_page .__eco_message .__text {
    font-size: 14px;
    width: 280px;
  }
}
.section_about_page .__eco_message .__text::after {
  content: "";
  width: 960px;
  position: absolute;
  bottom: 0;
  left: calc((100% - 960px) / 2);
  height: 2px;
  background: linear-gradient(90deg, #4667F0 1.75%, #92F281 46.26%, #FFE500 89.89%);
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .section_about_page .__eco_message .__text::after {
    width: 600px;
    left: calc((100% - 600px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .section_about_page .__eco_message .__text::after {
    width: 100%;
    left: 0;
  }
}
.section_about_page .__machidukuri {
  /*
  @include display_flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  */
  padding-bottom: 120px;
  background-image: url("../img/street_line.svg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 60vw;
  margin-top: 80px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .section_about_page .__machidukuri {
    background-size: 80vw;
  }
}
@media screen and (max-width: 599px) {
  .section_about_page .__machidukuri {
    background-size: 100vw;
    padding-bottom: 80px;
  }
}
.section_about_page .__machidukuri .__text {
  font-size: 20px;
  padding: 16px 8px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .section_about_page .__machidukuri .__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .section_about_page .__machidukuri .__text {
    font-size: 14px;
    width: 280px;
  }
}

.section_about_page_2 {
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding-top: 120px;
  padding-bottom: 160px;
  z-index: 8;
}
.section_about_page_2::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url("../img/about_back_top.svg");
  background-repeat: no-repeat;
  background-size: 2560px;
  background-position: 50% 0%;
  width: 100vw;
  height: 160px;
  top: 0;
  left: 0;
  z-index: -1;
}
.section_about_page_2::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("../img/about_back_bottom.svg");
  background-repeat: no-repeat;
  background-size: 2560px;
  background-position: 50% 100%;
  width: 100vw;
  height: 200px;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.__about_image {
  padding-bottom: 260px;
  background-image: url("../img/about_creamall_image.png");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 2560px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .__about_image {
    background-size: 1800px;
    padding-bottom: 260px;
  }
}
@media screen and (max-width: 599px) {
  .__about_image {
    background-size: 800px;
    background-position: 50% 98%;
    padding-bottom: 88px;
  }
}

.important_sentence_area {
  width: 960px;
  margin: 64px auto 0px auto;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .important_sentence_area {
    padding: 16px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .important_sentence_area {
    padding: 16px;
    margin-top: 0px;
    width: 100%;
  }
}
.important_sentence_area .__title {
  position: relative;
  width: 100%;
}
.important_sentence_area .__title h3 {
  width: 960px;
  text-align: center;
  margin: 24px auto;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .important_sentence_area .__title h3 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .important_sentence_area .__title h3 {
    width: 100%;
    font-size: 16px;
  }
}
.important_sentence_area .__title::after {
  content: "";
  width: 960px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #4667F0 1.75%, #92F281 46.26%, #FFE500 89.89%);
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .important_sentence_area .__title::after {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .important_sentence_area .__title::after {
    width: 100%;
  }
}
.important_sentence_area .__big h3 {
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  .important_sentence_area .__big h3 {
    font-size: 16px;
  }
}
.important_sentence_area .__sign {
  width: 100%;
  margin-top: 24px;
  text-align: right;
}
.important_sentence_area .__sign .__type {
  font-size: 14px;
}
.important_sentence_area .__sign .__name {
  display: inline-block;
  margin-left: 8px;
  font-size: 20px;
}

.about_site_area {
  text-align: center;
  margin-top: 64px;
}
@media screen and (max-width: 599px) {
  .about_site_area {
    margin-top: 40px;
  }
}

.about_activity_area {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  width: 1040px;
  margin-top: 64px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .about_activity_area {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .about_activity_area {
    width: 100%;
  }
}
.about_activity_area .__box {
  width: 480px;
  height: auto;
  padding: 24px 40px;
  box-sizing: border-box;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2px 6px 0px rgba(109, 109, 109, 0.25);
  flex-shrink: 0;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .about_activity_area .__box {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .about_activity_area .__box {
    width: 100%;
  }
}
.about_activity_area .__box .__title {
  width: 100%;
  border-bottom: solid 2px #4667F0;
  margin-bottom: 16px;
}
.about_activity_area .__box .__title h3 {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .about_activity_area .__box .__title h3 {
    font-size: 16px;
  }
}
.about_activity_area .__box ._green {
  border-bottom: solid 2px #77EF62;
}

.about_history {
  width: 960px;
  margin: 40px auto;
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .about_history {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .about_history {
    width: 100%;
  }
}
.about_history .about_history_wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  align-content: center;
  position: relative;
  padding: 16px 0px;
}
.about_history .about_history_wrapper ._date {
  width: 360px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  align-content: center;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .about_history .about_history_wrapper ._date {
    width: 30%;
  }
}
.about_history .about_history_wrapper ._date ._date_y {
  width: 200px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .about_history .about_history_wrapper ._date ._date_y {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .about_history .about_history_wrapper ._date ._date_y {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.about_history .about_history_wrapper ._date ._date_md {
  width: 160px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .about_history .about_history_wrapper ._date ._date_md {
    width: 100%;
  }
}
.about_history .about_history_wrapper ._text {
  width: 600px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .about_history .about_history_wrapper ._text {
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  .about_history .about_history_wrapper ._text {
    width: 100%;
  }
}
.about_history .about_history_wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #4667F0 1.75%, #92F281 46.26%, #FFE500 89.89%);
  bottom: 0;
  left: 0;
}

.line_marker {
  background: linear-gradient(transparent 60%, #FFE500 60%);
}

._strong {
  font-size: 20px;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 599px) {
  ._strong {
    font-size: 16px;
  }
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.section_flag_ad {
  background-image: url("../img/flag_ad_image.png");
  background-repeat: no-repeat;
  background-size: 362px;
  background-position: 80% 0%;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .section_flag_ad {
    background-size: 200px;
    background-position: 90% 24%;
  }
}
@media screen and (max-width: 599px) {
  .section_flag_ad {
    background-size: 160px;
    background-position: 90% 32%;
  }
}

.__flag_ad_info {
  margin: 40px auto 80px auto;
}
@media screen and (max-width: 599px) {
  .__flag_ad_info {
    margin: 40px auto 160px auto;
  }
}

.flag_ad_info_area {
  position: relative;
  margin-top: 40px;
}
.flag_ad_info_area h3 {
  font-size: 20px;
  line-height: 1.8;
  position: relative;
  margin-bottom: 8px;
}
@media screen and (max-width: 599px) {
  .flag_ad_info_area h3 {
    font-size: 18px;
  }
}
.flag_ad_info_area ._blue::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #4667F0;
}
.flag_ad_info_area ._green::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #77EF62;
}
.flag_ad_info_area p {
  padding-left: 24px;
}
@media screen and (max-width: 599px) {
  .flag_ad_info_area p {
    padding-left: 0px;
  }
}

.__flag_cv {
  margin-top: 72px;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.gallery_area {
  margin-top: 80px;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.setcion_news_content {
  background-color: #FFF;
  padding: 0px 0px 80px 0px;
  box-sizing: border-box;
}

.news_archive_section {
  background-color: #FFF;
  padding-top: 80px;
  padding-bottom: 80px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .news_archive_section {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .news_archive_section {
    padding-bottom: 24px;
    padding-top: 24px;
    margin-top: -8px;
    overflow: hidden;
  }
}
.news_archive_section img.thanks_girl {
  position: absolute;
  transform: scale(-1, 1);
  width: 165px;
  bottom: 0;
  right: calc((100vw - 880px) / 2 - 165px);
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .news_archive_section img.thanks_girl {
    width: 148px;
    right: calc((100vw - 600px) / 2 - 80px);
  }
}
@media screen and (max-width: 599px) {
  .news_archive_section img.thanks_girl {
    width: 120px;
    right: calc((100vw - 300px) / 2 - 60px);
  }
}
.news_archive_section .news_archive_area {
  width: 880px;
  margin: 0px auto;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .news_archive_section .news_archive_area {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  .news_archive_section .news_archive_area {
    width: 100%;
    max-width: 300px;
  }
}
.news_archive_section .news_archive_area .news_archive_set {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  color: #222;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
  row-gap: 40px;
}
@media screen and (max-width: 599px) {
  .news_archive_section .news_archive_area .news_archive_set {
    justify-content: center;
  }
}
.news_archive_section .news_archive_area .news_archive_set .media_box {
  width: 256px;
  margin-top: 24px;
  color: #222;
}
@media screen and (max-width: 599px) {
  .news_archive_section .news_archive_area .news_archive_set .media_box {
    width: 288px;
  }
}
.news_archive_section .news_archive_area .news_archive_set .media_box .media_content {
  position: relative;
  cursor: pointer;
}
.news_archive_section .news_archive_area .news_archive_set .media_box .media_content:hover .media_box__thumbnail {
  background-size: 110%;
  transform: scale(1.02);
}
.news_archive_section .news_archive_area .news_archive_set .media_box .media_box__thumbnail {
  width: 100%;
  height: 172px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4%;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
  transition: all 0.3s ease;
}
@media screen and (max-width: 599px) {
  .news_archive_section .news_archive_area .news_archive_set .media_box .media_box__thumbnail {
    height: 198px;
  }
}
.news_archive_section .news_archive_area .news_archive_set .media_box .__date {
  width: 100%;
  text-align: right;
  color: #222;
  font-size: 12px;
}
.news_archive_section .news_archive_area .news_archive_set .media_box .media_box__title {
  width: 100%;
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.news_archive_section .news_archive_area .news_archive_set .media_box .tags_set {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.news_archive_section .news_archive_area .news_archive_set .media_box .tags_set a {
  display: inline-block;
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 3px;
  color: #4667F0;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.news_archive_section .news_archive_area .news_archive_set .media_box .tags_set a:hover {
  transform: scale(1.1);
  text-decoration: underline;
}
.news_archive_section .news_archive_area .news_archive_set .media_box .tags_set .tag-separator {
  color: #666;
}
@media screen and (max-width: 1103px) {
  .news_archive_section .__news .media_box:last-of-type {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .news_archive_section .__thanks .media_box:last-of-type {
    display: none;
  }
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.mv_top {
  width: 100vw;
  height: 342px;
  margin-top: 116px;
  background-image: url(../img/sample_top.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 90%;
  display: grid;
  text-align: center;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 599px) {
  .mv_top {
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 72px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .mv_top {
    align-content: start;
    height: auto;
  }
}
.mv_top .mv_top__box {
  width: 100vw;
  max-width: 1280px;
  margin: 80px auto 0 auto;
  box-sizing: border-box;
  padding: 24px;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .mv_top .mv_top__box {
    max-width: 599px;
    padding: 16px;
    font-size: 24px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .mv_top .mv_top__box {
    max-width: auto;
    height: 640px;
  }
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.section_cms_archive_header {
  height: 448px;
  background-color: #FFF;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .section_cms_archive_header {
    height: 400px;
  }
}
@media screen and (max-width: 599px) {
  .section_cms_archive_header {
    height: 280px;
  }
}

.section_cms_header {
  height: -moz-fit-content;
  height: fit-content;
  background-color: #FFF;
}
.section_cms_header2 {
  height: 280px;
  background-color: #FFF;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .section_cms_header2 {
    height: 220px;
  }
}
@media screen and (max-width: 599px) {
  .section_cms_header2 {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.section_cms_tag_header {
  height: 520px;
  background-color: #FFF;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .section_cms_tag_header {
    height: 448px;
  }
}
@media screen and (max-width: 599px) {
  .section_cms_tag_header {
    height: 336px;
  }
}

.mv_top_cms {
  width: 100vw;
  height: 446px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/shops_cms_head_circle.svg");
  background-size: 640px;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-color: #FFF;
  display: grid;
  text-align: center;
  justify-content: center;
  z-index: 5;
}
@media screen and (max-width: 599px) {
  .mv_top_cms {
    height: 240px;
    background-size: 320px;
    background-position: 50% 0%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .mv_top_cms {
    align-content: start;
    height: auto;
    background-size: 540px;
    background-position: 50% 0%;
    padding-bottom: 64px;
  }
}
.mv_top_cms h1 {
  margin-top: 96px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .mv_top_cms h1 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .mv_top_cms h1 {
    font-size: 24px;
    margin-top: 40px;
  }
}
.mv_top_cms div {
  text-align: center;
  display: grid;
  justify-content: space-evenly;
}
.mv_top_cms div .header_img_eat {
  width: 72px;
  margin-top: 104px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .mv_top_cms div .header_img_eat {
    margin-top: 114px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .mv_top_cms div .header_img_eat {
    margin-top: 56px;
  }
}
.mv_top_cms div .header_img_fashion {
  width: 72px;
  margin-top: 40px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .mv_top_cms div .header_img_fashion {
    margin-top: 80px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .mv_top_cms div .header_img_fashion {
    margin-top: 48px;
  }
}
.mv_top_cms .tag_mark {
  font-size: 24px;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  color: #FFF;
  padding: 16px 32px;
  box-sizing: border-box;
  border-radius: 28px;
  background-color: #4667F0;
}
@media screen and (max-width: 599px) {
  .mv_top_cms .tag_mark {
    margin-top: 24px;
  }
}

.__blue {
  background-image: url("../img/map_head_circle_blue.svg");
  color: #FFF;
}

.__tag {
  height: 496px;
}
@media screen and (max-width: 599px) {
  .__tag {
    height: 336px;
    background-position: 50% -2%;
    align-content: start;
  }
}

.mv_top_cms2 {
  width: 100vw;
  height: 248px;
  position: relative;
  top: 0;
  left: 0;
  background-image: url(../img/shops_cms_head_circle.svg);
  background-size: 376px;
  background-repeat: no-repeat;
  background-position: calc((100vw - 1280px) / 2 + 80px) 0%;
  background-color: #FFF;
  display: grid;
  text-align: left;
  justify-content: center;
  padding-top: 80px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .mv_top_cms2 {
    height: -moz-fit-content;
    height: fit-content;
    background-position: 0% 0%;
    background-size: 360px;
    padding-top: 40px;
    align-content: start;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .mv_top_cms2 {
    height: 160px;
    background-size: 240px;
    background-position: -10% 0%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.mv_top_cms2 div {
  width: 800px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .mv_top_cms2 div {
    width: 100%;
    max-width: 800px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 599px) {
  .mv_top_cms2 div {
    width: 100vw;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 599px) {
  .mv_top_cms2 div h1 {
    font-size: 24px;
    margin-top: 0px;
  }
}

.__single {
  background-image: url(../img/cms_head_circle_green.svg);
  height: -moz-fit-content;
  height: fit-content;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.section_cms_first {
  background-color: #FFF;
  position: relative;
  z-index: 10;
}

/*------------------------------------*/
/*------------------------------------*/
.section_shops_list {
  background-color: #FFF;
  position: relative;
  padding: 24px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .section_shops_list {
    padding: 8px;
  }
}
@media screen and (max-width: 599px) {
  .section_shops_list {
    padding: 8px;
  }
}

@media screen and (max-width: 599px) {
  .__taxonomy_page {
    margin-top: 0px;
    padding: 8px;
  }
}

.section_map_all {
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .section_map_all {
    padding: 24px;
  }
}
.section_map_all p {
  margin-top: 24px;
}

/*------------------------------------*/
/*------------------------------------*/
.section_cms_tag_all {
  height: auto;
  padding: 20px 0px;
  text-align: center;
  background-color: #FFF;
}
@media screen and (max-width: 599px) {
  .section_cms_tag_all {
    display: none;
  }
}
.section_cms_tag_all ul {
  width: 800px;
  height: auto;
  padding-top: 10px;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .section_cms_tag_all ul {
    width: 100vw;
    padding-left: 24px;
  }
}
@media screen and (max-width: 599px) {
  .section_cms_tag_all ul {
    width: 100vw;
    padding-left: 16px;
  }
}
.section_cms_tag_all ul li {
  list-style: none;
}
.section_cms_tag_all ul li a {
  display: block;
  padding: 8px 16px;
  border: solid 2px #4667F0;
  color: #222;
  line-height: 1;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 500;
  margin: 4px;
  transition: 0.4s;
}
.section_cms_tag_all ul li a:hover {
  transform: scale(1.1);
  background-color: #4667F0;
  color: #FFF;
  transition: 0.4s;
}

.section_only_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .section_only_sp {
    display: block;
  }
}

.section_cms_body {
  width: 100vw;
  height: auto;
  background-color: #FFF;
  padding: 40px;
  margin-top: 64px;
}
@media screen and (max-width: 599px) {
  .section_cms_body {
    margin-top: -10px;
    padding-top: 0px;
  }
}

._single_cms {
  margin-top: 0px;
}
@media screen and (max-width: 599px) {
  ._single_cms {
    margin-top: -64px;
    padding: 40px 24px 24px 24px;
  }
}

.cms_content_area {
  width: 1040px;
  height: auto;
  margin: 24px auto;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .cms_content_area {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  .cms_content_area {
    width: 100%;
  }
}

.shop_base_info_area {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .shop_base_info_area {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .shop_base_info_area {
    width: 100%;
  }
}
.shop_base_info_area .shop_base_info {
  width: 488px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .shop_base_info_area .shop_base_info {
    width: 100%;
  }
}
.shop_base_info_area .shop_base_info .__info_row {
  width: 488px;
  margin-top: 8px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #FFE500;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .shop_base_info_area .shop_base_info .__info_row {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .shop_base_info_area .shop_base_info .__info_row {
    width: 100%;
  }
}
.shop_base_info_area .shop_base_info .__info_row .__info_col1 {
  width: 114px;
  padding: 10px;
  background-color: #FFE500;
  text-align: center;
  border-radius: 8px 8px 0px 0px;
}
@media screen and (max-width: 599px) {
  .shop_base_info_area .shop_base_info .__info_row .__info_col1 {
    width: 30%;
    align-content: center;
  }
}
.shop_base_info_area .shop_base_info .__info_row .__info_col2 {
  width: 374px;
  padding: 10px 10px 10px 40px;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .shop_base_info_area .shop_base_info .__info_row .__info_col2 {
    width: 70%;
    padding-left: 10px;
  }
}
.shop_base_info_area .shop_base_info .__info_row .__info_col2 a {
  display: block;
  overflow-wrap: break-word;
}
.shop_base_info_area .shop_image_area {
  width: 288px;
  /*
          .__img_nothing{
              background-image: url("../img/shop_info_eat.svg");
              background-repeat: no-repeat;
              background-size: contain;
              height:280px;
          }
  */
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .shop_base_info_area .shop_image_area {
    margin: 40px auto;
    width: 100%;
    display: flex;
  }
}
@media screen and (max-width: 599px) {
  .shop_base_info_area .shop_image_area {
    margin: 40px auto;
  }
}
.shop_base_info_area .shop_image_area .__main {
  background-position: 50% 100%;
  background-size: cover;
  width: 288px;
  height: 214px;
  border-radius: 8px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .shop_base_info_area .shop_image_area .__main {
    width: 400px;
    height: auto;
    aspect-ratio: 144/107;
  }
}
.shop_base_info_area .shop_image_area .__subarea {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 8px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .shop_base_info_area .shop_image_area .__subarea {
    width: 280px;
    justify-content: space-evenly;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }
}
.shop_base_info_area .shop_image_area .__subarea .__sub1 {
  background-position: 50% 50%;
  background-size: cover;
  width: 136px;
  height: 84px;
  border-radius: 8px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .shop_base_info_area .shop_image_area .__subarea .__sub1 {
    width: 80%;
    height: auto;
    aspect-ratio: 34/21;
  }
}
.shop_base_info_area .shop_image_area .__subarea .__sub2 {
  background-position: 50% 50%;
  background-size: cover;
  width: 136px;
  height: 84px;
  border-radius: 8px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .shop_base_info_area .shop_image_area .__subarea .__sub2 {
    width: 80%;
    height: auto;
    aspect-ratio: 34/21;
  }
}

@media screen and (max-width: 599px) {
  .__no_image2 {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .__no_image2 {
    display: none !important;
  }
}

.__no_image {
  padding-bottom: 24px;
  background-image: url("../img/shop_info_eat.svg");
  background-repeat: no-repeat;
  background-size: 256px;
  background-position: 100% 0%;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .__no_image {
    background-size: 168px;
    background-position: 100% 100%;
  }
}
@media screen and (max-width: 599px) {
  .__no_image {
    background-size: 128px;
    background-position: 100% 100%;
  }
}

.__shops_eat_drink {
  background-image: url("../img/shop_info_eat.svg");
}

.__shops_fashion {
  background-image: url("../img/shop_info_fashion.svg");
}

.__shops_foods {
  background-image: url("../img/shop_info_foods.svg");
}

.__shops_daily_goods {
  background-image: url("../img/shop_info_daily_goods.svg");
}

.__shops_health {
  background-image: url("../img/shop_info_health.svg");
}

.__shops_joy {
  background-image: url("../img/shop_info_joy.svg");
}

.__shops_service {
  background-image: url("../img/shop_info_service.svg");
}

.shop_information_area {
  width: 800px;
  padding: 16px;
  margin: 24px auto;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .shop_information_area {
    padding: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .shop_information_area {
    padding: 0px;
    width: 100%;
  }
}

.sns_area {
  width: 800px;
  margin: 24px auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .sns_area {
    width: 100%;
    justify-content: start;
  }
}
@media screen and (max-width: 599px) {
  .sns_area {
    width: 100%;
    justify-content: space-evenly;
  }
}
.sns_area a img {
  transition: 0.4s;
  margin-left: 8px;
  height: 40px;
}
.sns_area a img:hover {
  transform: scale(1.2);
  transition: 0.4s;
}

.shop_content_area {
  width: 800px;
  margin: 24px auto;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .shop_content_area {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .shop_content_area {
    width: 100%;
  }
}
.shop_content_area h3 {
  width: 100%;
  position: relative;
  font-size: 20px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .shop_content_area h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .shop_content_area h3 {
    font-size: 18px;
  }
}
.shop_content_area h3::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #4667F0 1.75%, #92F281 46.26%, #FFE500 89.89%);
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .shop_content_area h3::after {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .shop_content_area h3::after {
    width: 100%;
  }
}
.shop_content_area h4 {
  width: 100%;
  position: relative;
  z-index: 5;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .shop_content_area h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .shop_content_area h4 {
    font-size: 16px;
  }
}
.shop_content_area h4::after {
  content: "";
  background-image: url("../img/yellow_circle_back_title.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 40px;
  height: 40px;
  top: -8px;
  left: -16px;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .shop_content_area h4::after {
    width: 32px;
    height: 32px;
  }
}
.shop_content_area .wp-block-column p {
  width: 100%;
}
.shop_content_area strong {
  background: linear-gradient(transparent 60%, #FFE500 60%);
}
.shop_content_area p {
  width: 800px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .shop_content_area p {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .shop_content_area p {
    width: 100%;
  }
}
.shop_content_area .wp-block-button__link {
  background-color: #4667F0;
  transition: 0.4s;
}
.shop_content_area .wp-block-button__link:hover {
  transition: 0.4s;
  transform: scale(1.1);
}

.media_box_set {
  width: 800px;
  margin: 0px auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: first baseline;
  align-content: center;
  /*
      .media_box:hover .media_box__title{
          transition: 0.4s;
          color: #EC636C;
      }
  */
}
@media screen and (max-width: 599px) {
  .media_box_set {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .media_box_set {
    width: 100%;
    justify-content: flex-start;
  }
}
.media_box_set .__no_data {
  width: 100%;
  text-align: center;
}
.media_box_set a {
  margin-top: 8px;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #222;
  text-decoration: none;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .media_box_set a {
    width: 100%;
  }
}
.media_box_set a .media_box {
  padding: 24px 16px 16px 16px;
  box-sizing: border-box;
  width: 800px;
  margin: 0px auto 0px auto;
  background-image: url("../img/yellow_circle_back_title.svg");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 8px 24px;
  transition: 0.4s;
  border-radius: 8px 8px 0px 0px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: frex;
  border-bottom: 1px solid #77EF62;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .media_box_set a .media_box {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 599px) {
  .media_box_set a .media_box {
    width: 100vw;
    justify-content: center;
  }
}
.media_box_set a .media_box .media_box__info {
  width: 560px;
  padding: 16px;
}
@media screen and (max-width: 599px) {
  .media_box_set a .media_box .media_box__info {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .media_box_set a .media_box .media_box__info {
    width: calc(100% - 196px);
  }
}
.media_box_set a .media_box .media_box__info .media_box__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .media_box_set a .media_box .media_box__info .media_box__title {
    font-size: 20px;
    line-height: 1.5;
  }
}
.media_box_set a .media_box .media_box__info .media_box__text {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .media_box_set a .media_box .media_box__info .media_box__text {
    text-align: justify;
  }
}
.media_box_set a .media_box .__max_width {
  width: 100%;
}
.media_box_set a .media_box .media_box__thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 192px;
  height: 128px;
  border-radius: 8px;
  transition: 0.4s;
  position: relative;
}
.media_box_set a .media_box .media_box__thumbnail .media_box__category_square {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: auto;
  margin-top: 0px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 4px 24px;
  text-align: center;
  font-size: 10px;
  color: #3F3F3F;
}
.media_box_set a .media_box .__no_image {
  width: 0px;
}
.media_box_set .media_box:hover {
  cursor: pointer;
  background-color: rgba(131, 130, 130, 0.1);
  transition: 0.4s;
}
.media_box_set .media_box:hover .media_box__thumbnail {
  transition: 0.4s;
  transform: scale(1.05);
}

.media_box__tag {
  display: inline-block;
  width: auto;
  border-radius: 15px;
  text-align: center;
  font-size: 10px;
}
.media_box__tag ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: frex;
  padding-left: 0;
  background-color: none;
}
.media_box__tag ul li {
  list-style: none;
  display: block;
  padding: 8px 16px;
  border: solid 2px #4667F0;
  color: #222;
  line-height: 1;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 500;
  margin: 4px;
  transition: 0.4s;
}
.media_box__tag ._tag_link:hover li {
  background-color: #4667F0;
  color: #FFF;
  transition: 0.4s;
  transform: scale(1.1);
}

.no_wrap {
  display: inline-block;
}

.pink_marker {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: rgb(254, 222, 224); /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

footer {
  width: 100vw;
  background-color: rgba(16, 16, 16, 0.6);
  position: relative;
}
footer .footer_back_image_area {
  background-image: url("../img/footer_back.svg");
  background-size: 2560px;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  position: relative;
  width: 100vw;
  height: 230px;
  z-index: 2;
}
@media screen and (min-width: 0px) and (max-width: 599px) {
  footer .footer_back_image_area {
    height: 152px;
    background-size: 1620px;
  }
}
footer .footer_back_image_area .footer_image {
  position: absolute;
  width: 208px;
  left: calc(50% - 104px);
  top: 0;
  z-index: 4;
}
@media screen and (min-width: 0px) and (max-width: 599px) {
  footer .footer_back_image_area .footer_image {
    width: 128px;
    left: calc(50% - 64px);
  }
}
footer .copy_light {
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #FFF;
  padding-right: 24px;
  padding-bottom: 16px;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 599px) {
  footer .copy_light {
    font-size: 10px;
  }
}
footer .credit {
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #FFF;
  padding-right: 24px;
  padding-bottom: 16px;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 599px) {
  footer .credit {
    font-size: 10px;
  }
}
footer .credit a {
  color: #FFF;
  text-shadow: 0px 2px 4px #230c00;
  transition: 0.4s;
}
footer .credit a:hover {
  transition: 0.4s;
  color: #77EF62;
}
@keyframes shake {
  0%, 100% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(3deg);
  }
  40% {
    transform: rotate(-3deg);
  }
  60% {
    transform: rotate(2deg);
  }
  80% {
    transform: rotate(-2deg);
  }
}
footer .shake {
  animation: shake 0.6s ease-in-out;
}
footer .footer_area {
  width: 100%;
  max-width: 1280px;
  margin: 0px auto;
  color: #FFFFFF;
  /*
  @include display_flex;
          flex-direction: column;
          flex-wrap: wrap;
          align-content: flex-end;
          justify-content:center;
          @include variable.mq-down('sp'){
              display: block;
          }
          @include variable.mq-range('tb'){
              flex-wrap: wrap;
          }
  */
}
footer .footer_area .footer_area__info_box {
  width: 100%;
  text-shadow: 0px 2px 4px #230c00;
  padding: 40px 24px 24px 24px;
  box-sizing: border-box;
  text-align: right;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  footer .footer_area .footer_area__info_box {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  footer .footer_area .footer_area__info_box {
    width: 100%;
  }
}
footer .footer_area .footer_area__info_box a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.4s;
}
footer .footer_area .footer_area__info_box a:hover {
  transition: 0.4s;
  transform: scale(1.1);
}
footer .footer_area .footer_area__info_box .footer_logo {
  width: 100%;
  transition: 0.4s;
}
footer .footer_area .footer_area__info_box .footer_logo a {
  margin: 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
footer .footer_area .footer_area__info_box .footer_logo a img {
  width: 80px;
  margin: 0 auto;
}
footer .footer_area .footer_area__info_box .footer_logo a:hover {
  transform: scale(1.1);
  transition: 0.4s;
}
footer .footer_area .footer_area__info_box .__company_name {
  width: 100%;
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
footer .footer_area .footer_area__info_box .__company_name .__big {
  font-size: 20px;
}
footer .footer_area .footer_area__info_box .__privacy_policy {
  margin-top: 8px;
}
footer .footer_area .footer_area__info_box .__privacy_policy a {
  font-weight: bold;
  color: #FFF;
  text-decoration: underline;
  transition: 0.4s;
}
footer .footer_area .footer_area__info_box .__privacy_policy a:hover {
  transition: 0.4s;
  color: #F6A0A6;
}
footer .footer_area .footer_area__link_box {
  color: #FFF;
  text-shadow: 0px 2px 4px #230c00;
  padding: 24px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  footer .footer_area .footer_area__link_box {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  footer .footer_area .footer_area__link_box {
    width: 100%;
  }
}
footer .footer_area .footer_area__link_box .__link_box_set {
  width: 100%;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 599px) {
  footer .footer_area .footer_area__link_box .__link_box_set .small_info {
    font-size: 10px;
  }
}
footer .footer_area .footer_area__link_box .__link_box_set .__shop_intro_title {
  font-size: 16px;
}
footer .footer_area .footer_area__link_box .__link_box_set .__title {
  width: auto;
  color: #FFF;
  border-bottom: solid 1px #EBF5F3;
  font-size: 12px;
  font-weight: bold;
  transition: 0.4s;
}
footer .footer_area .footer_area__link_box .__link_box_set a {
  color: #FFF;
  transition: 0.4s;
}
footer .footer_area .footer_area__link_box .__link_box_set a:hover .__title {
  border-bottom: solid 1px #F6A0A6;
  color: #F6A0A6;
  transition: 0.4s;
  cursor: pointer;
}
footer .footer_area .footer_area__link_box .__link_box_set .__title:hover a {
  transition: 0.4s;
  color: #F6A0A6;
}
footer .footer_area .footer_area__link_box .__link_box_set .__link_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 16px;
  box-sizing: border-box;
}
footer .footer_area .footer_area__link_box .__link_box_set .__link_box .__slash {
  align-self: flex-end;
}
footer .footer_area .footer_area__link_box .__link_box_set .__link_box .__link {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
footer .footer_area .footer_area__link_box .__link_box_set .__link_box .__link a {
  color: #FFF;
  transition: 0.4s;
}
footer .footer_area .footer_area__link_box .__link_box_set .__link_box .__link a svg {
  fill: #FFF;
  transition: 0.4s;
}
footer .footer_area .footer_area__link_box .__link_box_set .__link_box .__link a:hover {
  transform: scale(1.2);
  transition: 0.4s;
  color: #77EF62;
}
footer .footer_area .footer_area__link_box .__link_box_set .__link_box .__link a:hover svg {
  transition: 0.4s;
  transform: scale(1.2);
  fill: #77EF62 !important;
}
footer .footer_area .footer_area__link_box .__link_box_set .__shops {
  gap: 4px 8px;
}
footer .footer_area .footer_area__cv_box {
  width: 33%;
  display: grid;
  justify-content: end;
  align-items: end;
  align-content: end;
  padding-bottom: 72px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  footer .footer_area .footer_area__cv_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  footer .footer_area .footer_area__cv_box {
    width: 100%;
    justify-content: center;
  }
}

/*--------------------------------*/
/*--------------------------------*/
/*--------------------------------------*/
/*--------------------------------------*/
.margin_top_8 {
  margin-top: 8px;
}

.margin_top_16 {
  margin-top: 16px;
}

.margin_top_24 {
  margin-top: 24px;
}

.margin_top_40 {
  margin-top: 40px;
}

.breadcrumbs_area {
  width: 100%;
  background-color: rgba(13, 34, 31, 0.5);
  overflow-x: auto;
  white-space: nowrap;
}
.breadcrumbs_area .breadcrumbs {
  color: #FFF;
  width: 1080px;
  margin: 0 auto;
  padding: 8px 16px;
  box-sizing: border-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: start;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 599px) {
  .breadcrumbs_area .breadcrumbs {
    width: 100vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .breadcrumbs_area .breadcrumbs {
    width: 100vw;
  }
}
.breadcrumbs_area .breadcrumbs li {
  list-style: none;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .breadcrumbs_area .breadcrumbs li {
    font-size: 10px;
  }
}
.breadcrumbs_area .breadcrumbs li i {
  color: #FFF;
  font-size: 16px;
  line-height: 1;
  transition: 0.4s;
}
@media screen and (max-width: 599px) {
  .breadcrumbs_area .breadcrumbs li i {
    font-size: 14px;
  }
}
.breadcrumbs_area .breadcrumbs li a {
  color: #FFF;
  text-decoration: underline;
  transition: 0.4s;
}
.breadcrumbs_area .breadcrumbs li a:hover {
  transition: 0.4s;
  color: #77EF62;
}
.breadcrumbs_area .breadcrumbs li a:hover i {
  transform: scale(1.1);
  transition: 0.4s;
  color: #77EF62;
}
.breadcrumbs_area .breadcrumbs li::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
  display: inline-block;
  line-height: 1.6;
  padding: 0 16px 0px 16px;
}
.breadcrumbs_area .breadcrumbs li:first-child a {
  text-decoration: none;
}
.breadcrumbs_area .breadcrumbs li:last-child::after {
  display: none;
}

/*ブログの目次*/
#ez-toc-container {
  width: 100%;
  margin: 40px auto 24px auto !important;
  padding: 48px 48px;
  box-sizing: border-box;
  background-color: #EBF5F3;
}
@media screen and (max-width: 599px) {
  #ez-toc-container {
    margin: 24px auto 16px auto !important;
    padding: 16px 8px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  #ez-toc-container {
    margin: 24px auto 16px auto !important;
    padding: 16px 8px;
  }
}
#ez-toc-container .ez-toc-title-container .ez-toc-title {
  font-size: 14px;
  color: #305E58;
  font-weight: bold;
}
#ez-toc-container .ez-toc-title-container li {
  padding: 16px;
}
#ez-toc-container .ez-toc-title-container li::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0D221F;
}
#ez-toc-container .ez-toc-list-level-1 li.ez-toc-heading-level-2 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
}
#ez-toc-container .ez-toc-list-level-1 li.ez-toc-heading-level-2::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0D221F;
}

#ez-toc-container ul {
  padding: 0px;
  border-radius: 0px;
  border: 0px;
}

@media screen and (max-width: 599px) {
  ul.ez-toc-list a.ez-toc-link {
    padding-left: 16px !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  ul.ez-toc-list a.ez-toc-link {
    padding-left: 16px !important;
  }
}

.popup_bunner {
  width: 200px;
  height: 168px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px 0px 0px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  top: calc(100vh - 180px);
  font-size: 20px;
  color: #305E58;
  background-image: url("../img/free_analys.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 80%;
  z-index: 5;
  border-radius: 15px 0px 0px 15px;
  border-top: 1px solid #0D221F;
  border-bottom: 1px solid #0D221F;
  border-left: 1px solid #0D221F;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
  transition: 0.4s;
}
.popup_bunner:hover {
  background-color: rgba(197, 219, 216, 0.9);
  transform: scale(1.1);
  transition: 0.4s;
  cursor: pointer;
}

.news_content_area {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .news_content_area {
    width: 100vw;
    padding: 24px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .news_content_area {
    width: 100%;
    max-width: 800px;
  }
}
.news_content_area .blog_info_area {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  gap: 16px;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .news_content_area .blog_info_area {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .news_content_area .blog_info_area {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 0px) and (max-width: 599px) {
  .news_content_area .blog_info_area ._tag_for_single {
    width: 100%;
    justify-content: flex-start;
  }
}
.news_content_area h2 {
  font-size: 32px;
  font-weight: bold;
  height: auto;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 8px 24px;
  box-sizing: border-box;
  width: 100%;
  background-color: #C5FFBB;
  border-left: 8px solid #77ef62;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .news_content_area h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .news_content_area h2 {
    font-size: 20px;
  }
}
.news_content_area h2::before {
  content: "";
  background-image: none;
  width: 0px;
  height: 0px;
}
.news_content_area h2::after {
  content: "";
  background-image: none;
  width: 0px;
  height: 0px;
}
.news_content_area h3 {
  font-size: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
  border-bottom: #4667F0 solid 1px;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .news_content_area h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .news_content_area h3 {
    font-size: 18px;
  }
}
.news_content_area h4 {
  font-size: 22px;
  color: #222;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 8px;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .news_content_area h4 {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .news_content_area h4 {
    font-size: 16px;
  }
}
.news_content_area p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
.news_content_area strong {
  font-weight: bold;
}
.news_content_area .icatch {
  width: 80%;
  height: auto;
  margin: 40px auto;
}
.news_content_area img {
  margin: 40px auto;
}
.news_content_area .news_thumbnail {
  margin: 24px auto 40px auto;
  width: 100%;
}
.news_content_area ul {
  padding: 8px 32px;
  box-sizing: border-box;
  border-radius: 15px;
  border: 2px solid #79ABA4;
}
.news_content_area .blog_date_area {
  font-size: 16px;
}

.blog_category_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
}
.blog_category_area ul.post-categories {
  padding: 0px;
  border-radius: 0px;
  border: 0px;
  margin: 16px;
}
@media screen and (max-width: 599px) {
  .blog_category_area ul.post-categories {
    margin: 8px 8px 0px 8px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .blog_category_area ul.post-categories {
    margin: 8px 8px 0px 8px;
  }
}
.blog_category_area ul.post-categories li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 18px;
  background: #4667F0;
  color: #FFF;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  line-height: 1;
  transition: 0.4s;
}
.blog_category_area ul.post-categories li a {
  color: #FFF;
  font-weight: 500;
  font-size: 14px;
}
.blog_category_area ul.post-categories li:hover {
  transition: 0.4s;
  transform: scale(1.1);
  background-color: #FFF;
  border: 1px solid #4667F0;
  cursor: pointer;
}
.blog_category_area ul.post-categories li:hover a {
  color: #4667F0;
}
.blog_category_area ul.tag_set {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  border-radius: 0px;
  border: 0px;
  margin: 16px;
}
@media screen and (max-width: 599px) {
  .blog_category_area ul.tag_set {
    margin: 0px 8px 8px 8px;
    padding: 8px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .blog_category_area ul.tag_set {
    margin: 8px 8px 0px 8px;
    padding: 8px;
  }
}
.blog_category_area ul.tag_set a {
  transition: 0.4s;
}
.blog_category_area ul.tag_set a li {
  list-style: "#";
  margin-right: 24px;
  padding: 0px;
}
.blog_category_area ul.tag_set a:hover {
  transition: 0.4s;
  cursor: pointer;
}
.blog_category_area ul.tag_set a:hover li {
  transition: 0.4s;
  color: #EC636C;
}

.media_breadcrumbs_section {
  margin-top: 0px;
}
@media screen and (max-width: 599px) {
  .media_breadcrumbs_section {
    margin-top: 48px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .media_breadcrumbs_section {
    margin-top: 48px;
  }
}

.__tag_page {
  margin-top: 0px;
  z-index: 10;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .__tag_page {
    padding-top: 20px;
    margin-top: 24px;
  }
}

.author_set {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width: 100%;
  border: 0.5px solid #547A75;
  background: #FFF;
  box-shadow: 2px 2px 6px 0px rgba(104, 104, 104, 0.25);
}
@media screen and (max-width: 599px) {
  .author_set {
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .author_set {
    display: block;
  }
}
.author_set .author_info_box {
  width: 200px;
  font-family: "futura-pt", "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  font-weight: bold;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .author_set .author_info_box {
    width: 100%;
    margin-top: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .author_set .author_info_box {
    width: 100%;
    margin-top: 16px;
  }
}
.author_set .author_info_box .author_written_by {
  width: 176px;
  margin: 0 auto;
}
.author_set .author_info_box .author_name {
  width: 176px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .author_set .author_info_box .author_name {
    font-size: 12px;
  }
}
.author_set .author_info_box .author_position {
  width: 176px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: bold;
  color: #547A75;
}
@media screen and (max-width: 599px) {
  .author_set .author_info_box .author_position {
    font-size: 12px;
  }
}
.author_set .author_info_box img {
  width: 176px;
  margin: 0px auto;
}
.author_set .author_prof_box {
  width: calc(100% - 200px);
  padding: 24px 16px;
  font-size: 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .author_set .author_prof_box {
    width: 100%;
    font-size: 12px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .author_set .author_prof_box {
    width: 100%;
  }
}

.blog_thumbnail img {
  width: 80%;
  margin: 0 auto;
}

.sidebar_area {
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
}
.sidebar_area ul.menu {
  border-style: solid;
  border-width: 1px 1px 0px 1px;
  border-color: #3F3F3F;
}
.sidebar_area ul.menu li {
  list-style-type: none;
  font-size: 16px;
  width: 100%;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #3F3F3F;
}
.sidebar_area ul.menu li a {
  color: #3F3F3F;
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
  padding: 16px;
}
.sidebar_area ul.menu li a:hover {
  color: #EC636C;
}
.sidebar_area ul.menu li ul.sub-menu li {
  list-style-type: none;
  font-size: 16px;
  width: 90%;
  margin-left: 10%;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #3F3F3F;
}
.sidebar_area ul.menu li ul.sub-menu li a {
  color: #3F3F3F;
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
  padding: 16px;
}
.sidebar_area ul.menu li ul.sub-menu li a:hover {
  color: #EC636C;
}
.sidebar_area .menu .sub-menu {
  background-color: lightblue;
}
.sidebar_area .menu .sub-menu .sub-menu {
  background-color: lightgreen;
}
.sidebar_area .menu .sub-menu .sub-menu .sub-menu {
  background-color: lightyellow;
}
.sidebar_area .side_box {
  width: 100%;
}
.sidebar_area .side_box .__title {
  font-size: 24px;
  font-weight: bold;
  border-bottom: solid 2px #305E58;
}
.sidebar_area .side_box a .__link {
  margin-top: 16px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #305E58;
  transition: 0.4s;
}
.sidebar_area .side_box a:hover {
  transition: 0.4s;
  color: #EC636C;
  cursor: pointer;
}
.sidebar_area .__our_service_area {
  font-size: 16px;
}
.sidebar_area .__our_service_area .banner_area img {
  margin: 0 auto;
}
.sidebar_area .achievements_category li {
  display: inline-block;
  padding: 8px 16px;
  height: 32px;
  border-radius: 16px;
  border: solid 0.5px #305E58;
  line-height: 1;
  margin-top: 16px;
  margin-right: 8px;
  transition: 0.4s;
}
.sidebar_area .achievements_category li:hover {
  background-color: #305E58;
  color: #FFF;
  transition: 0.4s;
}
.sidebar_area .achievements_category li:hover a {
  color: #FFF;
  transition: 0.4s;
}
.sidebar_area .block_achivements div .wp-block-categories {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #EC636C;
  font-weight: bold;
  font-size: 10px;
  margin-top: 4px;
}

.contact_area {
  margin: 80px 0px;
  /* エラーメッセージの配置を調整 */
  /*
    .wpcf7-form-control-wrap[data-name="your_name"] {
      .wpcf7-not-valid-tip{
          left:96px;
      }
  }
  .wpcf7-form-control-wrap[data-name="your_email"] {
      .wpcf7-not-valid-tip{
          left:160px;
      }
  }
  .wpcf7-form-control-wrap[data-name="contact_about"] {
      .wpcf7-not-valid-tip{
          position:relative;
          left:168px;
          top:-268px;
      }
  }
  */
}
.contact_area .wpcf7-not-valid-tip {
  position: relative;
  color: #F04646;
  right: 0;
  font-size: 14px;
  font-weight: bold;
  /* 任意の後ろに配置するための調整 */
  /* インライン表示 */
  display: inline-block;
}
.contact_area .wpcf7-not-valid-tip::before {
  content: "\f071";
  font-family: "FontAwesome", "Zen Kaku Gothic New", sans-serif;
  display: inline-block;
  margin-right: 4px;
}
.contact_area .wpcf7-not-valid {
  background-color: #FFE1E1;
}
.contact_area label {
  display: block;
  padding: 36px 16px 16px 16px;
  background-image: url("../img/yellow_circle_back_title.svg");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 0px 18px;
  align-content: center;
}
.contact_area .radio_label {
  padding: 0px;
  background-image: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.4s;
}
@media screen and (max-width: 599px) {
  .contact_area .radio_label {
    font-size: 12px;
  }
}
.contact_area .radio_label:hover {
  cursor: pointer;
  transition: 0.4s;
  background-color: rgba(102, 102, 102, 0.2);
}
.contact_area .required {
  display: inline-block;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #F04646;
  color: #FFF;
  box-sizing: border-box;
  margin-left: 8px;
}
.contact_area .any {
  display: inline-block;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #E3E3E3;
  color: #222;
  box-sizing: border-box;
  margin-left: 8px;
}
.contact_area .__place_holder {
  display: block;
  font-size: 14px;
  margin-top: 4px;
  font-weight: 500;
}
.contact_area .wpcf7-list-item {
  display: block;
}
.contact_area input[text], .contact_area textarea {
  width: 700px;
}

.contact_area {
  width: 800px;
  margin: 0px auto;
  padding: 80px 32px;
  box-sizing: border-box;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 599px) {
  .contact_area {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .contact_area {
    width: 100%;
  }
}
.contact_area p {
  margin-bottom: 20px;
}
.contact_area label {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.contact_area .contact_privacy_policy_link {
  font-weight: bold;
  text-decoration: underline;
  color: #EC636C;
  transition: 0.4s;
}
.contact_area .contact_privacy_policy_link:hover {
  color: #305E58;
  transition: 0.4s;
}
.contact_area .pp_text {
  margin-bottom: 8px;
}
.contact_area .required_input {
  display: inline-block;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #222;
  color: #FFF;
  box-sizing: border-box;
  margin-left: 8px;
}
.contact_area .any_input {
  display: inline-block;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #E3E3E3;
  color: #222;
  box-sizing: border-box;
  margin-left: 8px;
}
.contact_area .__place_holder {
  display: block;
}
.contact_area input[type=text], .contact_area input[type=tel], .contact_area input[type=email], .contact_area textarea {
  width: 100%;
  font-weight: normal;
  border: 1px solid #222;
  border-radius: 4px;
  height: 40px;
  margin-top: 4px;
}
.contact_area input[type=text]::-moz-placeholder, .contact_area input[type=tel]::-moz-placeholder, .contact_area input[type=email]::-moz-placeholder, .contact_area textarea::-moz-placeholder {
  font-size: 12px;
  color: #656565;
  font-weight: normal;
}
.contact_area input[type=text]::placeholder, .contact_area input[type=tel]::placeholder, .contact_area input[type=email]::placeholder, .contact_area textarea::placeholder {
  font-size: 12px;
  color: #656565;
  font-weight: normal;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .contact_area input[type=text], .contact_area input[type=tel], .contact_area input[type=email], .contact_area textarea {
    width: 90%;
  }
}
.contact_area textarea {
  height: 240px;
  resize: none;
}
.contact_area input[type=radio] {
  margin-top: 0px;
}
.contact_area input[type=submit] {
  width: 400px;
  height: 80px;
  border-radius: 48px;
  position: relative;
  display: block;
  margin: 0 auto;
  background-color: #4667F0;
  background-image: url("../img/plain.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 90% 50%;
  border: 0px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: 0.4s;
}
@media screen and (max-width: 599px) {
  .contact_area input[type=submit] {
    width: 100%;
    height: 56px;
    font-size: 12px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .contact_area input[type=submit] {
    width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .contact_area input[type=submit] {
    width: 90%;
  }
}
.contact_area input[type=submit]:hover {
  cursor: pointer;
  transition: 0.4s;
  transform: scale(1.1);
}
.contact_area .copy_light {
  position: absolute;
  right: 16px;
  bottom: 16px;
}

.plane i {
  font-size: 40px;
}

.page_nation_single {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_nation_single a {
  position: relative;
  transition: 0.4s;
  box-sizing: border-box;
  padding: 16px 56px;
  flex-shrink: 0;
  border-radius: 30px;
  border: 1px solid #222;
  background: #FFF;
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
}
@media screen and (max-width: 599px) {
  .page_nation_single a {
    padding: 16px 40px;
    font-size: 12px;
  }
}
.page_nation_single a:hover {
  transition: 0.4s;
  transform: scale(1.1);
}
.page_nation_single a:first-child:not(:only-child)::before, .page_nation_single a:only-child::before {
  content: "\f053";
  font-family: "FontAwesome", "Zen Kaku Gothic New", sans-serif;
  color: #222;
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  top: 16px;
  left: 8px;
}
.page_nation_single a:last-child:not(:only-child)::after {
  content: "\f054"; /* 右向きの矢印に変更 */
  font-family: "FontAwesome", "Zen Kaku Gothic New", sans-serif;
  color: #222;
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  top: 16px;
  right: 8px;
}

.page_nation_back {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .page_nation_back {
    margin-top: 24px;
  }
}
.page_nation_back a {
  position: relative;
  transition: 0.4s;
  box-sizing: border-box;
  padding: 16px 56px;
  flex-shrink: 0;
  border-radius: 30px;
  border: 1px solid #222;
  background: #FFF;
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
}
.page_nation_back a:hover {
  transition: 0.4s;
  transform: scale(1.1);
}
.page_nation_back a::before {
  content: "\f053";
  font-family: "FontAwesome", "Zen Kaku Gothic New", sans-serif;
  color: #222;
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  top: 16px;
  left: 8px;
}
@media screen and (max-width: 599px) {
  .page_nation_back a::before {
    top: 19px;
  }
}

.thanks_area {
  width: 1080px;
  margin: 80px auto;
}
.thanks_area h1 {
  margin: 40px 0px 0px 0px;
  font-size: 40px;
  color: #EC636C;
  text-align: center;
}
.thanks_area img {
  width: 240px;
  margin: 32px auto;
}
.thanks_area .__en {
  font-family: "futura-pt", "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #305E58;
  margin-bottom: 40px;
  text-align: center;
}
.thanks_area .__message {
  text-align: center;
}
.thanks_area .__arrow {
  width: 40px;
  margin: 0px auto;
}

.h4_title_area {
  text-align: center;
  margin: 0 auto;
}

.navigation {
  margin: 40px auto 0px auto;
  width: 1080px;
}
@media screen and (max-width: 599px) {
  .navigation {
    width: 100vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .navigation {
    width: 100vw;
  }
}
.navigation .nav-links {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.navigation .nav-links a {
  margin-top: 8px;
}
.navigation .current {
  display: inline-flex;
  padding: 16px 20px;
  align-items: center;
  border-radius: 30px;
  border: 1px solid #FFE500;
  background: #FFE500;
  box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
  margin-top: 4px;
  margin-bottom: 4px;
}
@media screen and (max-width: 599px) {
  .navigation .current {
    padding: 16px;
    font-size: 12px;
    border-radius: 22px;
  }
}
.navigation a.page-numbers {
  display: inline-flex;
  box-sizing: border-box;
  margin: 4px 16px;
  flex-direction: column;
  padding: 16px 20px;
  align-items: center;
  border-radius: 30px;
  border: 1px solid #222;
  background: #FFF;
  box-shadow: 2px 2px 10px 0px rgba(150, 150, 150, 0.25);
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
  transition: 0.4s;
  width: auto;
}
@media screen and (max-width: 599px) {
  .navigation a.page-numbers {
    padding: 16px;
    font-size: 12px;
    border-radius: 22px;
  }
}
.navigation a.page-numbers:hover {
  transition: 0.4s;
  transform: scale(1.1);
}
.navigation a.prev {
  padding: 16px 32px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .navigation a.prev {
    padding: 16px 24px;
    border-radius: 12px;
  }
}
.navigation a.prev i {
  position: absolute;
  font-size: 12px;
  color: #547A75;
  left: 10px;
  bottom: 26px;
  transition: 0.4s;
}
@media screen and (max-width: 599px) {
  .navigation a.prev i {
    left: 4px;
    bottom: 20px;
  }
}
.navigation a.prev:hover {
  transition: 0.4s;
  transform: scale(1.1);
}
.navigation a.prev::before {
  content: "\f053";
  font-family: "FontAwesome", "Zen Kaku Gothic New", sans-serif;
  color: #222;
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  top: 16px;
  left: 8px;
}
@media screen and (max-width: 599px) {
  .navigation a.prev::before {
    font-size: 8px;
    top: 18px;
  }
}
.navigation a.next {
  padding: 16px 32px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .navigation a.next {
    padding: 16px 24px;
    border-radius: 12px;
  }
}
.navigation a.next i {
  position: absolute;
  font-size: 8px;
  color: #547A75;
  right: 10px;
  bottom: 26px;
  transition: 0.4s;
}
@media screen and (max-width: 599px) {
  .navigation a.next i {
    right: 4px;
    bottom: 20px;
  }
}
.navigation a.next:hover {
  transition: 0.4s;
  transform: scale(1.1);
}
.navigation a.next::after {
  content: "\f054";
  font-family: "FontAwesome", "Zen Kaku Gothic New", sans-serif;
  color: #222;
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  top: 16px;
  right: 8px;
}
@media screen and (max-width: 599px) {
  .navigation a.next::after {
    font-size: 8px;
    top: 18px;
  }
}

.contact_page_area {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  /*
      background-image: url("../img/circle_harf.svg");
      background-repeat: no-repeat;
      background-position: 0% 100%;
      background-size: 40%;
  */
}
@media screen and (max-width: 599px) {
  .contact_page_area {
    width: 100vw;
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .contact_page_area {
    width: 100vw;
    display: block;
  }
}
.contact_page_area .contact_info_area {
  padding: 24px 0px 0px 0px;
  width: 50%;
}
@media screen and (max-width: 599px) {
  .contact_page_area .contact_info_area {
    width: 100%;
    padding: 24px 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .contact_page_area .contact_info_area {
    width: 100%;
    padding: 32px 24px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .contact_page_area .contact_info_area {
    padding: 24px 24px 0px 24px;
  }
}
.contact_page_area .contact_info_area .title_under_double_line {
  margin-bottom: 16px;
}
.contact_page_area .contact_info_area .title_under_double_line h2 {
  font-size: 32px;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .contact_page_area .contact_info_area .title_under_double_line h2 {
    font-size: 24px;
  }
}
.contact_page_area .contact_info_area .__big_text {
  font-size: 20px;
  font-weight: bold;
  margin-top: 16px;
}
.contact_page_area .contact_info_area .__small_text {
  font-size: 12px;
}
.contact_page_area .contact_info_area .contact_info_area__tel .__tel__no a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-weight: bold;
  justify-content: start;
  align-items: baseline;
  font-size: 32px;
  color: #547A75;
}
.contact_page_area .contact_info_area .contact_info_area__consultant .__consultant_box {
  margin-top: 24px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: start;
}
@media screen and (max-width: 599px) {
  .contact_page_area .contact_info_area .contact_info_area__consultant .__consultant_box {
    justify-content: space-evenly;
  }
}
.contact_page_area .contact_info_area .contact_info_area__consultant .__consultant_box img {
  width: 160px;
}
@media screen and (max-width: 599px) {
  .contact_page_area .contact_info_area .contact_info_area__consultant .__consultant_box img {
    width: 40%;
  }
}
.contact_page_area .contact_info_area .contact_info_area__consultant .__consultant_box img:last-child {
  margin-left: 80px;
}
@media screen and (max-width: 599px) {
  .contact_page_area .contact_info_area .contact_info_area__consultant .__consultant_box img:last-child {
    margin-left: 0px;
  }
}
.contact_page_area .contact_info_area .contact_info_area__image {
  padding-top: 24px;
}
.contact_page_area .contact_info_area .contact_info_area__image .h4_underline_color2 {
  margin-top: 0px;
}
.contact_page_area .contact_info_area .contact_info_area__image .__service_box {
  margin-top: 24px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: start;
}
.contact_page_area .contact_info_area .contact_info_area__image .__service_box img {
  width: 60%;
}

.privacy_policy_area {
  width: 100vw;
}
.privacy_policy_area .content_area {
  width: 800px;
  margin: 24px auto;
}
@media screen and (max-width: 599px) {
  .privacy_policy_area .content_area {
    width: 90vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .privacy_policy_area .content_area {
    width: 90vw;
  }
}
.privacy_policy_area .content_area a {
  text-decoration: underline;
  color: #305E58;
  font-weight: bold;
  transition: 0.4s;
}
.privacy_policy_area .content_area a:hover {
  transition: 0.4s;
  color: #ba373f;
}
.privacy_policy_area .content_area h2 {
  margin-top: 72px;
  margin-bottom: 24px;
  font-size: 24px;
  padding: 8px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .privacy_policy_area .content_area h2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .privacy_policy_area .content_area h2 {
    font-size: 20px;
  }
}
.privacy_policy_area .content_area h2::before {
  content: "";
  background-image: none;
}
.privacy_policy_area .content_area h2::after {
  content: "";
  background-image: none;
}
.privacy_policy_area .content_area h2::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #4667F0 1.75%, #92F281 46.26%, #FFE500 89.89%);
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .privacy_policy_area .content_area h2::after {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .privacy_policy_area .content_area h2::after {
    width: 100%;
  }
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: rgba(255, 255, 255, 0.8);
  border: solid 0.5px #222;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #222;
  border-right: 3px solid #222;
  transform: translateY(20%) rotate(-45deg);
}