@charset "UTF-8";
div#contents_wrapper {
  background-color: #e7ede6;
}

div#top_screen {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* カテゴリー画像エリア */
  /* タブエリア */
}
div#top_screen div#category_image_area {
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  height: 90vw;
  max-height: 440px;
  background-color: #becebc;
}
div#top_screen div#category_image_area ul#category_list {
  position: relative;
  height: 100%;
  margin: 0 auto;
}
div#top_screen div#category_image_area ul#category_list div.slick-slide {
  overflow: hidden;
}
div#top_screen div#category_image_area ul#category_list button.slick-prev {
  left: 10px;
}
div#top_screen div#category_image_area ul#category_list button.slick-next {
  right: 10px;
}
div#top_screen div#category_image_area ul#category_list button.slick-arrow {
  top: calc(50% - 25px);
  transform: translateZ(10px);
  z-index: 10;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
div#top_screen div#category_image_area ul#category_list button.slick-arrow:before,
div#top_screen div#category_image_area ul#category_list button.slick-arrow:after {
  color: #a6a6a6;
  font-size: 50px;
  cursor: pointer;
}
div#top_screen div#category_image_area ul#category_list div.slick-list {
  position: relative;
  padding-top: 20px !important;
  padding: 10px 10px 0 10px !important;
  height: 90%;
}
div#top_screen div#category_image_area ul#category_list div.slick-list div.slick-track {
  height: 100%;
}
div#top_screen div#category_image_area ul#category_list div.slick-list div.slick-track li {
  position: relative;
  max-height: 380px;
  display: flex;
  align-items: center;
  justify-content: left;
  border-radius: 20px;
  overflow: hidden;
}
div#top_screen div#category_image_area ul#category_list div.slick-list div.slick-track li div.category_en {
  position: absolute;
  left: 10px;
  top: 20px;
  height: 50px;
  line-height: 40px;
  font-size: 30px;
  background-color: #a6a5c4;
  color: #ffffff;
  padding: 10px;
}
div#top_screen div#category_image_area ul#category_list div.slick-list div.slick-track li div.category_ja {
  position: absolute;
  left: 10px;
  top: 80px;
  height: 30px;
  line-height: 25px;
  font-size: 18px;
  background-color: #a6a5c4;
  color: #ffffff;
  padding: 5px;
}
div#top_screen div#category_image_area ul#category_list div.slick-list div.slick-track li img {
  object-fit: contain;
  height: 100%;
  max-height: 440px;
  border-radius: 20px;
  margin-right: 20px;
  cursor: pointer;
}
div#top_screen div#category_image_area ul#category_list ul.slick-dots {
  bottom: 5px;
}
div#top_screen div#category_image_area ul#category_list ul.slick-dots li {
  width: 15px;
  margin: 0;
}
div#top_screen div#tab_area {
  flex-grow: 1;
  flex-shrink: 1;
  /* タブメニュー */
  /* タブコンテンツ */
}
div#top_screen div#tab_area ul#tab_menu {
  justify-content: space-around;
  align-items: center;
  background-color: #ffffff;
  height: 55px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
}
div#top_screen div#tab_area ul#tab_menu li {
  display: inline-block;
  height: 100%;
  width: 100%;
  word-wrap: break-word;
  text-align: center;
  cursor: pointer;
}
div#top_screen div#tab_area ul#tab_menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #b9b7be;
  font-size: 13px;
  text-decoration: none;
}
div#top_screen div#tab_area ul#tab_menu li.active {
  border-bottom: 3px solid #ec99a8;
}
div#top_screen div#tab_area ul#tab_menu li.active a {
  color: #ec99a8;
  font-weight: bold;
}
div#top_screen div#tab_area ul#tab_menu::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
div#top_screen div#tab_area div.tab-content {
  padding-top: 1px;
}
div#top_screen div#tab_area div.tab-content div.tab-pane {
  padding-bottom: 20px;
  background-color: #e7ede6;
  display: none;
}
div#top_screen div#tab_area div.tab-content div.tab-pane.active {
  display: flex;
}
div#top_screen div#tab_area div.tab-content div.tab-pane.no_news p.no_data,
div#top_screen div#tab_area div.tab-content div.tab-pane.no_recommendations p.no_data,
div#top_screen div#tab_area div.tab-content div.tab-pane.no_fascinations p.no_data,
div#top_screen div#tab_area div.tab-content div.tab-pane.no_galleries p.no_data,
div#top_screen div#tab_area div.tab-content div.tab-pane.no_model_courses p.no_data,
div#top_screen div#tab_area div.tab-content div.tab-pane.no_stamp_rally p.no_data {
  width: 80%;
  margin: auto;
  padding-top: 20px;
  color: #ff0000;
  font-size: 1.1rem;
  text-align: center;
}
div#top_screen div#tab_area div.tab-content div#tab_contents_stamp_rally ul#stamp_rally_list {
  width: 90%;
  margin: 20px auto;
}
div#top_screen div#tab_area div.tab-content div#tab_contents_stamp_rally ul#stamp_rally_list li.list_item {
  margin-bottom: 20px;
  position: relative;
  height: 80px;
  margin-top: 10px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
div#top_screen div#tab_area div.tab-content div#tab_contents_stamp_rally ul#stamp_rally_list li.list_item > a.stamp_rally_link {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  text-decoration: none;
  color: inherit;
}
div#top_screen div#tab_area div.tab-content div#tab_contents_stamp_rally ul#stamp_rally_list li.list_item div.thumbnail_area {
  position: relative;
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
div#top_screen div#tab_area div.tab-content div#tab_contents_stamp_rally ul#stamp_rally_list li.list_item div.thumbnail_area img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
div#top_screen div#tab_area div.tab-content div#tab_contents_stamp_rally ul#stamp_rally_list li.list_item div.info_area {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
div#top_screen div#tab_area div.tab-content div#tab_contents_stamp_rally ul#stamp_rally_list li.list_item div.info_area div.course_name {
  font-size: 1.1rem;
  font-weight: bold;
}
@media screen and (min-width: 1280px) {
  div#top_screen {
    /* カテゴリー画像エリア */
    /* タブエリア */
  }
  div#top_screen div#tab_area {
    /* タブコンテンツ */
  }
  div#top_screen div#tab_area ul#tab_menu a {
    font-size: 20px !important;
  }
  div#top_screen div#tab_area div.tab-content div#tab_contents_recommend_spot ul li.spot_item > a div.spot_info p.spot_summary {
    font-size: 20px;
  }
  div#top_screen div#tab_area div.tab-content div#tab_contents_recommend_spot ul li.spot_item > a div.spot_info p.spot_name {
    font-size: 20px;
  }
}
