@charset "UTF-8";
#twarea.topics_detail .archive_head .head_batch {
  align-items: center;
  aspect-ratio: 1/1;
  bottom: calc(100% + 34px - 40px);
  display: flex;
  justify-content: center;
  position: absolute;
  right: -54px;
  width: 66px;
}
#twarea.topics_detail .archive_head .head_batch span {
  position: relative;
  z-index: 2;
}
#twarea.topics_detail .archive_head .head_batch span img {
  width: 100%;
}
#twarea.topics_detail .archive_head .head_batch::after {
  background: url(../img/topics/batch_yellow.svg) center center/100% auto no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#twarea.topics_detail .article_head {
  position: relative;
}
#twarea.topics_detail .article_head .head_icons {
  position: absolute;
  z-index: 2;
}
#twarea.topics_detail .article_head .head_icons .icon {
  align-items: center;
  background: var(--accent-color);
  border-radius: 100vmax;
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 600;
  height: 33px;
  justify-content: center;
  letter-spacing: 0.04em;
  min-width: 58px;
  padding: 0 8px;
}
#twarea.topics_detail .article_head .head_visual {
  border-radius: 32.5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#twarea.topics_detail .article_head .head_visual .post_img {
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}
#twarea.topics_detail .article_head .head_title {
  position: relative;
}
#twarea.topics_detail .article_head .head_title .post_title {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.38;
}
#twarea.topics_detail .article_head .head_title .post_date {
  align-items: center;
  color: var(--font-color-gray);
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
}
#twarea.topics_detail .article_head .head_title .post_date time {
  display: inline-block;
  line-height: 12px;
}
#twarea.topics_detail .article_head .head_title .post_date::before {
  aspect-ratio: 1/1;
  background: url(../img/topics/icon_time_gray.svg) center center/100% auto no-repeat;
  content: "";
  margin-right: 6px;
  width: 12px;
}
#twarea.topics_detail .article_head .head_tags .term_wrap {
  display: flex;
  width: 100%;
}
#twarea.topics_detail .article_head .head_tags .term_wrap .tax_name {
  color: var(--font-color-entry);
  font-size: 1.2rem;
  white-space: nowrap;
}
#twarea.topics_detail .article_head .head_tags .term_wrap .term_list {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 5px;
  padding-left: 5px;
}
#twarea.topics_detail .article_head .head_tags .term_wrap .term_name {
  align-items: center;
  background-color: var(--bg-gray);
  color: var(--font-color-entry);
  display: inline-flex;
  font-size: 1.1rem;
  height: 20px;
  line-height: 1.5;
  padding: 0 5px;
}
#twarea.topics_detail .article_head .head_tags .term_wrap .term_name span {
  display: inline-block;
  line-height: 1;
}
#twarea.topics_detail .article_head .head_tags .tag_wrap {
  margin: 10px 0 0;
  max-width: 100%;
  overflow: hidden;
  padding: 2px 0;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#twarea.topics_detail .article_head .head_tags .tag_wrap.is-overflow:not(.is-last) {
  border-right-color: var(--border-color-c);
}
#twarea.topics_detail .article_head .head_tags .tag_wrap.is-overflow:not(.is-first) {
  border-left-color: var(--border-color-c);
}
#twarea.topics_detail .article_head .head_tags .tag_wrap .tag_list {
  display: inline-flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}
#twarea.topics_detail .article_head .head_tags .tag_wrap .tag {
  align-items: center;
  background: #fff;
  border: 1px solid var(--primary-color-light);
  border-radius: 100vmax;
  color: var(--font-color-dgray);
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 600;
  height: 28px;
  justify-content: center;
  line-height: 1.5;
  margin-right: 4px;
  padding: 0 10px;
  white-space: nowrap;
}
#twarea.topics_detail .article_head .head_tags .tag_wrap .tag::before {
  color: var(--primary-color-light);
  content: "♯";
}
#twarea.topics_detail .article_head .head_author:has(.author_thumb) {
  position: relative;
}
#twarea.topics_detail .article_head .head_author .author_thumb {
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 72px;
}
#twarea.topics_detail .article_head .head_author .author_thumb img {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  height: 100%;
  transform: translate(-50%, -50%);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#twarea.topics_detail .article_head .head_author .author_name {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}
#twarea.topics_detail .article_head .head_author .author_name small {
  color: var(--primary-color-light);
  display: block;
  font-size: 73.33%;
  margin-bottom: 8px;
}
#twarea.topics_detail .article_head .head_author .author_desc {
  color: var(--font-color-dgray);
  font-size: 1.3rem;
  line-height: 1.69;
  margin-top: 12px;
}
#twarea.topics_detail .article_head .head_bnr {
  margin: 25px auto 30px;
  text-align: center;
}
#twarea.topics_detail .article_head .head_lead {
  font-size: 1.1rem;
  line-height: 1.55;
  margin-bottom: 25px;
}
#twarea.topics_detail .article_body {
  margin: 0 auto;
  max-width: calc(var(--entry-max-w) * 1px);
}
#twarea.topics_detail .article_body .post_description {
  color: var(--font-color-entry);
  font-size: 1.4rem;
  line-height: 1.79;
  margin: 45px auto 40px;
}
#twarea.topics_detail .article_body .post_index_box {
  background: var(--bg-gray);
}
#twarea.topics_detail .article_body .post_index_box .index_title {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 10px;
}
#twarea.topics_detail .article_body .post_index_box .index_list {
  counter-reset: index_number;
  font-size: 1.4rem;
  line-height: 1.93;
  max-height: calc(14px * 1.93 * 2);
  overflow: hidden;
  transition: height 0.6s ease;
}
#twarea.topics_detail .article_body .post_index_box .index_list a {
  color: var(--font-color-entry);
}
#twarea.topics_detail .article_body .post_index_box .index_list .lv1 {
  counter-increment: index_number;
  padding-left: 20px;
  position: relative;
}
#twarea.topics_detail .article_body .post_index_box .index_list .lv1 > a::before {
  color: var(--font-color);
  content: counter(index_number) ".";
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  left: 0;
  position: absolute;
  top: 0;
}
#twarea.topics_detail .article_body .post_index_box .index_list .lv1 > .sb {
  counter-reset: index_number_2;
}
#twarea.topics_detail .article_body .post_index_box .index_list .lv1 > .sb .lv2 {
  counter-increment: index_number_2;
  padding-left: 35px;
  position: relative;
}
#twarea.topics_detail .article_body .post_index_box .index_list .lv1 > .sb .lv2 > a::before {
  color: var(--font-color);
  content: counter(index_number) "-" counter(index_number_2) ".";
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  left: 0;
  position: absolute;
  top: 0;
}
#twarea.topics_detail .article_body .post_index_box .index_btn {
  align-items: center;
  background: #fff;
  border: 1px solid var(--base-color);
  border-radius: 4px;
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  height: 30px;
  justify-content: center;
  line-height: 1;
  margin: 5px auto 0;
  padding-right: 5px;
  position: relative;
  width: 110px;
}
#twarea.topics_detail .article_body .post_index_box .index_btn::after {
  aspect-ratio: 1/2;
  background: url(../img/topics/arr_01_black.svg) center center/100% auto no-repeat;
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  width: 4px;
  -webkit-transform: rotate(90deg);
  right: 10px;
  transform: rotate(90deg);
}
#twarea.topics_detail .article_body .post_index_box .index_btn {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
#twarea.topics_detail .article_body .post_index_box:not(.is_overflow) .index_btn {
  display: none;
}
#twarea.topics_detail .article_body .post_index_box:not(.is_open) .index_list {
  overflow: hidden;
}
#twarea.topics_detail .article_body .post_index_box.is_closing, #twarea.topics_detail .article_body .post_index_box.is_opening {
  overflow: hidden;
}
#twarea.topics_detail .article_body .post_index_box.is_open .index_list {
  max-height: 100%;
}
#twarea.topics_detail .article_body .post_index_box.is_open .index_btn::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#twarea.topics_detail .article_foot .post_author {
  color: var(--font-color-gray);
  font-size: 1.3rem;
  margin: 40px auto;
  max-width: calc(var(--entry-max-w) * 1px);
  text-align: right;
  width: 100%;
}
#twarea.topics_detail .article_foot .post_related {
  margin: 50px auto;
}
#twarea.topics_detail .article_foot .post_related .related_tit {
  align-items: center;
  color: var(--font-color-entry);
  display: flex;
  font-size: 1.4rem;
  justify-content: center;
  margin-bottom: 20px;
  text-align: center;
}
#twarea.topics_detail .article_foot .post_related .related_tit::after, #twarea.topics_detail .article_foot .post_related .related_tit::before {
  background: var(--base-color);
  content: "";
  display: inline-block;
  height: 20px;
  width: 1px;
}
#twarea.topics_detail .article_foot .post_related .related_tit::after {
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
#twarea.topics_detail .article_foot .post_related .related_tit:before {
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
#twarea.topics_detail .article_foot .post_related .related_tit span {
  display: inline-block;
  padding: 0 20px;
}
#twarea.topics_detail .article_foot .post_related .related_btns {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
}
#twarea.topics_detail .article_foot .post_related .link_btn {
  align-items: center;
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 100vmax;
  display: flex;
  font-size: 1.2rem;
  height: 38px;
  justify-content: center;
  padding-right: 8px;
  position: relative;
  width: 194px;
}
#twarea.topics_detail .article_foot .post_related .link_btn::after {
  aspect-ratio: 14/8;
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  -webkit-transform: translateY(-50%);
  background: url(../img/common/arr_01_black.svg) center center/100% auto no-repeat;
  right: 12px;
  transform: translateY(-50%);
}
#twarea.topics_detail .article_foot .post_related .link_btn span {
  line-height: 1;
}

#twarea.topics_detail .article_body .entry {
  margin: 60px auto 0;
  width: 100%;
}
#twarea.topics_detail .article_body .entry .link_txt {
  margin: 30px 0;
}
#twarea.topics_detail .article_body .entry .link_txt a {
  color: var(--primary-color-light);
}
#twarea.topics_detail .article_body .entry .txt01 {
  font-size: 0.938em !important;
}
#twarea.topics_detail .article_body .entry .txt02 {
  font-size: 1.125em !important;
}
#twarea.topics_detail .article_body .entry .txtleft,
#twarea.topics_detail .article_body .entry .txtleft a {
  text-align: left !important;
}
#twarea.topics_detail .article_body .entry .bk_gry1 {
  background-color: #f4f4f4;
}
#twarea.topics_detail .article_body .entry .bk_grn1 {
  background-color: #d5edb6;
}
#twarea.topics_detail .article_body .entry .bk_grn2 {
  background-color: #f9fef3;
}
#twarea.topics_detail .article_body .entry .mb5 {
  margin-bottom: 5px;
}
#twarea.topics_detail .article_body .entry .mb10 {
  margin-bottom: 10px;
}
#twarea.topics_detail .article_body .entry .mb15 {
  margin-bottom: 15px;
}
#twarea.topics_detail .article_body .entry .mb20 {
  margin-bottom: 20px;
}
#twarea.topics_detail .article_body .entry .mb30 {
  margin-bottom: 30px;
}
#twarea.topics_detail .article_body .entry .mb40 {
  margin-bottom: 40px;
}
#twarea.topics_detail .article_body .entry .mb50 {
  margin-bottom: 50px;
}
#twarea.topics_detail .article_body .entry .mb60 {
  margin-bottom: 60px;
}
#twarea.topics_detail .article_body .entry p strong,
#twarea.topics_detail .article_body .entry p span.bold {
  font-weight: 600;
}
#twarea.topics_detail .article_body .entry p span.red {
  color: #fa3734;
}
#twarea.topics_detail .article_body .entry p .marker.yellow {
  background: linear-gradient(transparent 40%, #ffff99 40%);
}
#twarea.topics_detail .article_body .entry p .marker.green {
  background: linear-gradient(transparent 40%, #bcffab 40%);
}
#twarea.topics_detail .article_body .entry p.mb1 {
  margin-bottom: 60px;
}
#twarea.topics_detail .article_body .entry p, #twarea.topics_detail .article_body .entry li {
  color: var(--font-color-entry);
  font-size: 1.4rem;
  hanging-punctuation: allow-end;
  line-break: strict;
  line-height: 1.79;
  overflow-wrap: break-word;
  overflow-wrap: break-word;
}
#twarea.topics_detail .article_body .entry p a, #twarea.topics_detail .article_body .entry li a {
  color: var(--primary-color-light);
  text-decoration: underline;
}
#twarea.topics_detail .article_body .entry p {
  margin-bottom: calc(1.79 * 1em);
}
#twarea.topics_detail .article_body .entry p + P {
  margin-top: calc(1.79 * -0.35em);
}
#twarea.topics_detail .article_body .entry p + .entry_ul,
#twarea.topics_detail .article_body .entry p + .entry_ol {
  margin-top: calc(1.79 * -0.35em);
}
#twarea.topics_detail .article_body .entry .entry_h2 {
  background: var(--primary-color-light);
  border-radius: 20px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  hanging-punctuation: allow-end;
  line-break: strict;
  line-height: 1.38;
  margin-bottom: 40px;
  margin-top: 70px;
  overflow-wrap: break-word;
  overflow-wrap: break-word;
  padding: 20px 40px 16px 40px;
  width: 100%;
}
#twarea.topics_detail .article_body .entry .entry_h2 small {
  color: inherit;
  display: inline-block;
  font-size: 87.5%;
  font-weight: inherit;
}
#twarea.topics_detail .article_body .entry .entry_h3:not(.tour_name):not(.table_tit) {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.58;
  margin: 40px 0 20px;
  padding-left: 17px;
  position: relative;
}
#twarea.topics_detail .article_body .entry .entry_h3:not(.tour_name):not(.table_tit)::before {
  background: var(--primary-color-light);
  border-radius: 1.5px;
  content: "";
  height: calc(100% - 8px);
  left: 0;
  position: absolute;
  top: 4px;
  width: 3px;
}
#twarea.topics_detail .article_body .entry .entry_h3:not(.tour_name):not(.table_tit) small {
  color: var(--primary-color-light);
  font-size: 87.5%;
  font-weight: inherit;
  margin-left: 10px;
}
#twarea.topics_detail .article_body .entry .entry_h4 {
  color: var(--font-color-gray);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.59;
  margin: 38px 0 15px;
  padding-left: 18px;
  position: relative;
}
#twarea.topics_detail .article_body .entry .entry_h4:not(.table_tit):not(.ranking_tit)::before {
  background: var(--base-color);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 10px;
}
#twarea.topics_detail .article_body .entry .entry_h5 {
  align-items: center;
  background: var(--primary-color-light);
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 400;
  font-weight: 600;
  margin-bottom: 18px;
  min-height: 46px;
  padding: 10px 10px 10px 25px;
}
#twarea.topics_detail .article_body .entry .entry_map {
  aspect-ratio: 690/518;
  margin: 46px auto;
  overflow: hidden;
  width: 100%;
}
#twarea.topics_detail .article_body .entry .entry_map iframe {
  height: 100%;
  width: 100%;
}
#twarea.topics_detail .article_body .entry .entry_youtube {
  font-size: 0;
  line-height: 1;
  margin: 46px auto;
  width: 100%;
}
#twarea.topics_detail .article_body .entry .entry_youtube iframe[src*="youtube.com"],
#twarea.topics_detail .article_body .entry .entry_youtube iframe[src*="youtube-nocookie.com"] {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}
#twarea.topics_detail .article_body .entry .post_author {
  color: var(--font-color-gray);
  font-size: 1.3rem;
  margin: 40px 0 40px auto;
  text-align: right;
}

#twarea.topics_detail .article_body .entry_btns {
  margin: 30px 0 46px;
}
#twarea.topics_detail .article_body .entry_btns .btn_tit {
  align-items: center;
  background: var(--bg-gray);
  color: var(--font-color-gray);
  display: flex;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.63;
  margin-bottom: 18px;
  min-height: 46px;
  padding: 10px 25px;
}
#twarea.topics_detail .article_body .entry_btns .btn_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#twarea.topics_detail .article_body .entry_btns .btn_wrap .link_btn {
  align-items: center;
  background: var(--accent-color);
  border-radius: 100vmax;
  display: inline-flex;
  font-size: 1.4rem;
  justify-content: center;
  line-height: 1.43;
  min-height: 54px;
  padding: 15px 25px 15px 15px;
  position: relative;
  text-align: center;
}
#twarea.topics_detail .article_body .entry_btns .btn_wrap .link_btn::after {
  aspect-ratio: 14/8;
  background: url(../img/common/arr_01_black.svg) center center/100% auto no-repeat;
  content: "";
  position: absolute;
  right: 15px;
  top: calc(50% - 4px);
  width: 14px;
}
#twarea.topics_detail .article_body .entry_btns .btn_wrap.vertical {
  align-items: center;
  flex-direction: column;
}
#twarea.topics_detail .article_body .entry_btns .btn_wrap.vertical .link_btn {
  padding: 15px 50px 15px 40px;
}

#twarea.topics_detail .article_body .entry_img {
  margin: 40px auto;
  text-align: center;
}
#twarea.topics_detail .article_body .entry_img .img_wrap {
  margin: 0 auto;
}
#twarea.topics_detail .article_body .entry_img .img_wrap:not(.vertical) {
  width: 100%;
}
#twarea.topics_detail .article_body .entry_img .img_wrap.vertical {
  width: 500px;
}
#twarea.topics_detail .article_body .entry_img .img_wrap img {
  border-radius: 25px;
  width: 100%;
}
#twarea.topics_detail .article_body .entry_img .img_caption {
  color: var(--font-color-gray);
  font-size: 1.2rem;
  line-height: 1.33;
  margin-top: 14px;
  text-align: center;
}

#twarea.topics_detail .article_body .entry_box {
  background: var(--bg-gray);
  border-radius: 12px;
  margin: 40px auto;
  padding: 20px 25px;
}
#twarea.topics_detail .article_body .entry_box p {
  margin: 0;
}
#twarea.topics_detail .article_body .entry_box p:not(.box_title) {
  font-size: 1.3rem;
  line-height: 1.69;
  margin: 0;
}
#twarea.topics_detail .article_body .entry_box p.box_title {
  color: var(--font-color);
  font-weight: 600;
  margin-bottom: 12px;
}

#twarea.topics_detail .article_body .entry_ul,
#twarea.topics_detail .article_body .entry_ol {
  margin: 30px auto;
}
#twarea.topics_detail .article_body .entry_ul li + li,
#twarea.topics_detail .article_body .entry_ol li + li {
  margin-top: calc(1.79 * 0.78em);
}
#twarea.topics_detail .article_body .entry_ul li {
  padding-left: 16px;
  position: relative;
}
#twarea.topics_detail .article_body .entry_ul li::before {
  aspect-ratio: 1/1;
  background: var(--base-color);
  border-radius: 100vmax;
  content: "";
  left: 3px;
  margin-right: 3px;
  position: absolute;
  top: calc(4.5px + (14px * 1.79 - 14px) / 2);
  width: 5px;
}
#twarea.topics_detail .article_body .entry_ol {
  counter-reset: olNum;
}
#twarea.topics_detail .article_body .entry_ol li {
  padding-left: 16px;
  text-indent: -16px;
}
#twarea.topics_detail .article_body .entry_ol li::before {
  color: var(--font-color);
  content: counter(olNum) ".";
  counter-increment: olNum;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-right: 5px;
}

#twarea.topics_detail .article_body .entry_blog_card {
  align-items: flex-start;
  border: 1px solid var(--primary-color-light);
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  margin: 46px auto;
  max-width: 580px;
  overflow: hidden;
  padding: 0 25px 17px;
  width: 100%;
}
#twarea.topics_detail .article_body .entry_blog_card:not(:has(.card_tit)) {
  padding-top: 17px;
}
#twarea.topics_detail .article_body .entry_blog_card .card_tit {
  align-items: center;
  background: var(--primary-color-light);
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  height: 30px;
  margin: 0 -25px 17px;
  padding: 0 25px;
  width: calc(100% + 50px);
}
#twarea.topics_detail .article_body .entry_blog_card .card_tit::before {
  aspect-ratio: 14/12;
  background: url(../img/topics/icon_check_white.svg) center center/100% auto no-repeat;
  content: "";
  margin-right: 7px;
  width: 14px;
}
#twarea.topics_detail .article_body .entry_blog_card .card_thumb {
  aspect-ratio: 144/95;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 144px;
}
#twarea.topics_detail .article_body .entry_blog_card .card_thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#twarea.topics_detail .article_body .entry_blog_card .card_txt .p_tit {
  color: var(--font-color-dgray);
  font-size: 1.4rem;
  line-height: 1.57;
  margin-bottom: 10px;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: justify;
}
#twarea.topics_detail .article_body .entry_blog_card .card_txt .p_desc {
  -webkit-font-feature-settings: "palt" 1;
  display: -webkit-box;
  font-feature-settings: "palt" 1;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.75;
  margin: 0;
  max-height: 5.25em;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

#twarea.topics_detail .article_body .entry_slider {
  margin: 40px auto;
  position: relative;
}
#twarea.topics_detail .article_body .entry_slider img {
  height: auto;
  width: 100%;
}
#twarea.topics_detail .article_body .entry_slider img .caption {
  background: #4c4c4c;
  color: #fff;
  display: block;
  font-size: 1.3rem;
  line-height: 1.6;
  padding: 8px 10px 7px;
  text-align: center;
}
#twarea.topics_detail .article_body .entry_slider_main .swiper-slide .slide_img {
  margin-bottom: 62px;
  position: relative;
  text-align: center;
}
#twarea.topics_detail .article_body .entry_slider_main .swiper-slide .img_wrap {
  aspect-ratio: 690/460;
  background: var(--bg-gray-entry);
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#twarea.topics_detail .article_body .entry_slider_main .swiper-slide .img_wrap img {
  -o-object-fit: contain;
  height: 100%;
  max-height: 100%;
  max-width: 200%;
  object-fit: contain;
  width: 100%;
}
#twarea.topics_detail .article_body .entry_slider_main .swiper-slide .img_caption {
  color: var(--font-color-gray);
  font-size: 1.2rem;
  left: 0;
  line-height: 1.33;
  position: absolute;
  text-align: center;
  top: calc(100% + 14px);
  width: 100%;
}
#twarea.topics_detail .article_body .entry_slider_thumb {
  position: relative;
}
#twarea.topics_detail .article_body .entry_slider_nav {
  margin: 0 4.64%;
  position: relative;
  z-index: 1;
}
#twarea.topics_detail .article_body .entry_slider_nav .swiper-slide {
  outline: none;
  padding: 0 5px;
  width: 24.6%;
}
#twarea.topics_detail .article_body .entry_slider_nav .swiper-slide .slide_img {
  aspect-ratio: 144/96;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#twarea.topics_detail .article_body .entry_slider_nav .swiper-slide .slide_img img {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  height: 100%;
  transform: translate(-50%, -50%);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
#twarea.topics_detail .article_body .entry_slider_nav .swiper-slide.swiper-slide-thumb-active .slide_img::after {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  border-radius: 10px;
  box-shadow: 0 0 0 4px var(--primary-color-light) inset, 0 0 0 7px #fff inset;
  content: "";
  transform: translate(-50%, -50%);
  z-index: 2;
}
#twarea.topics_detail .article_body .entry_slider_nav .swiper-slide:not(.swiper-slide-thumb-active) .slide_img {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
#twarea.topics_detail .article_body .entry_slider .swiper-arrow {
  aspect-ratio: 32/96;
  border: 0;
  bottom: 0;
  height: auto;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: auto;
  width: 4.64%;
  z-index: 3;
}
#twarea.topics_detail .article_body .entry_slider .swiper-arrow svg {
  fill: var(--base-color);
  height: 28px;
  width: 14px;
}
#twarea.topics_detail .article_body .entry_slider .swiper-arrow svg path {
  fill: var(--base-color);
}
#twarea.topics_detail .article_body .entry_slider .swiper-arrow {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
#twarea.topics_detail .article_body .entry_slider .swiper-button-next {
  right: 0;
}
#twarea.topics_detail .article_body .entry_slider .swiper-button-next svg {
  margin-left: auto;
}
#twarea.topics_detail .article_body .entry_slider .swiper-button-prev {
  left: 0;
}
#twarea.topics_detail .article_body .entry_slider .swiper-button-prev svg {
  margin-right: auto;
}

#twarea.topics_detail .article_body .entry_contact {
  background: var(--bg-gray);
}
#twarea.topics_detail .article_body .entry_contact p {
  margin: 0;
}
#twarea.topics_detail .article_body .entry_contact.btm .contact_tit {
  color: var(--primary-color-light);
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}
#twarea.topics_detail .article_body .entry_contact.btm .contact_sbtit {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.69;
  margin-bottom: 5px;
  text-align: center;
}
#twarea.topics_detail .article_body .entry_contact.btm .contact_btn {
  margin-bottom: 12px;
  text-align: center;
}
#twarea.topics_detail .article_body .entry_contact.btm .contact_btn .link_btn {
  align-items: center;
  background-color: var(--tw-accent-color);
  border-radius: 100vmax;
  display: flex;
  font-size: 1.6rem;
  font-weight: 600;
  height: 60px;
  justify-content: center;
  margin: 0 auto;
  max-width: 300px;
  padding-left: 10px;
  position: relative;
  transition: background-color 0.3s ease;
  width: 100%;
}
#twarea.topics_detail .article_body .entry_contact.btm .contact_btn .link_btn::before {
  aspect-ratio: 1/1;
  background: url("../img/common/freeorder_icon_free.svg") center center/cover no-repeat;
  content: "";
  left: 6px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 47px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#twarea.topics_detail .article_body .entry_contact.btm .contact_btn p {
  font-size: 1.2rem;
  margin-top: 8px;
  text-align: center;
}
#twarea.topics_detail .article_body .entry_contact.btm .contact_tel .tel_num {
  align-items: center;
  color: var(--font-color-gray);
  display: inline-flex;
  font-family: "Roboto", sans-serif;
  font-size: 3.45rem;
  font-weight: 600;
  line-height: 1;
}
#twarea.topics_detail .article_body .entry_contact.btm .contact_time {
  font-size: 1.2rem;
  line-height: 1.5;
}
#twarea.topics_detail .article_body .entry_contact.mid p {
  margin: 0;
}
#twarea.topics_detail .article_body .entry_contact.mid .contact_sbtit {
  font-size: 1.25rem;
  line-height: 1.68;
}
#twarea.topics_detail .article_body .entry_contact.mid .contact_btn .link_btn {
  align-items: center;
  background-color: var(--tw-accent-color);
  border-radius: 100vmax;
  display: flex;
  font-size: 1.28rem;
  font-weight: 600;
  height: 48px;
  justify-content: center;
  margin: 0 auto;
  max-width: 240px;
  padding-left: 10px;
  position: relative;
  transition: background-color 0.3s ease;
  width: 100%;
}
#twarea.topics_detail .article_body .entry_contact.mid .contact_btn .link_btn::before {
  aspect-ratio: 1/1;
  background: url("../img/common/freeorder_icon_free.svg") center center/cover no-repeat;
  content: "";
  left: 5px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 37.6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#twarea.topics_detail .article_body .entry_contact.mid .contact_tel .tel_num {
  align-items: center;
  color: var(--font-color-gray);
  display: inline-flex;
  font-family: "Roboto", sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
}
#twarea.topics_detail .article_body .entry_contact.mid .contact_time {
  font-size: 1.2rem;
  line-height: 1.33;
}
#twarea.topics_detail .article_body .entry_contact_bnr {
  margin: 30px auto 40px;
  width: 100%;
}
#twarea.topics_detail .article_body .entry_contact_bnr img {
  width: 100%;
}

#twarea.topics_detail .article_body table {
  margin-bottom: 30px;
  width: 100%;
}
#twarea.topics_detail .article_body table th,
#twarea.topics_detail .article_body table td {
  border: 1px solid var(--border-color-c);
  color: var(--font-color-entry);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.69;
  padding: 10px 15px;
  text-align: left;
}
#twarea.topics_detail .article_body table thead th,
#twarea.topics_detail .article_body table thead td {
  background: var(--bg-primary-color);
}
#twarea.topics_detail .article_body table tbody th {
  background: var(--bg-gray-entry);
}
#twarea.topics_detail .article_body .table_scrollable {
  margin-bottom: 30px;
  overflow-x: auto;
}
#twarea.topics_detail .article_body .table_scrollable::-webkit-scrollbar {
  height: 10px;
}
#twarea.topics_detail .article_body .table_scrollable::-webkit-scrollbar-track {
  background: var(--border-color-c);
  border-radius: 5px;
  margin: 0 2px;
}
#twarea.topics_detail .article_body .table_scrollable::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}
#twarea.topics_detail .article_body .table_scrollable table {
  margin-bottom: 0;
  width: auto;
}
#twarea.topics_detail .article_body .table_sp {
  display: none;
}
#twarea.topics_detail .article_body .table_cnt_01 {
  margin-bottom: 20px;
  overflow: hidden;
}
#twarea.topics_detail .article_body .table_cnt_01 .table_tit {
  background: #d5edb6;
  border: 1px solid var(--border-color-c);
  border-bottom: 0;
  border-top: 0;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0;
  padding: 10px;
  text-align: center;
}
#twarea.topics_detail .article_body .table_cnt_01 .table_tit:first-of-type {
  border-top: 1px solid var(--border-color-c);
}
#twarea.topics_detail .article_body .table_cnt_01 table {
  background: #fff;
  line-height: 1.6;
}
#twarea.topics_detail .article_body .table_cnt_01 table thead th,
#twarea.topics_detail .article_body .table_cnt_01 table thead td {
  background: var(--bg-gray-entry);
  font-weight: 600;
  text-align: center;
}
#twarea.topics_detail .article_body .table_cnt_01 table th {
  border-left: 1px solid var(--border-color-c);
  border-right: 1px solid var(--border-color-c);
  font-weight: 600;
  width: auto;
}
#twarea.topics_detail .article_body .table_cnt_01 table td {
  border-right: 1px solid var(--border-color-c);
  text-align: center;
}
#twarea.topics_detail .article_body .table_cnt_01 table th,
#twarea.topics_detail .article_body .table_cnt_01 table td {
  border-bottom: 1px solid var(--border-color-c);
  padding: 15px 2px 12px 2px;
  vertical-align: middle;
}
#twarea.topics_detail .article_body .table_cnt_01 table tbody td:nth-of-type(7),
#twarea.topics_detail .article_body .table_cnt_01 table tbody th {
  padding-left: 8px;
  text-align: left;
}
#twarea.topics_detail .article_body .table_cnt_01 table tbody th a {
  color: #000;
  text-decoration: underline;
}
#twarea.topics_detail .article_body .table_cnt_02 {
  margin-bottom: 20px;
}
#twarea.topics_detail .article_body .table_cnt_02 .table_tit {
  background: var(--bg-primary-color);
  border: 1px solid var(--border-color-c);
  border-top: 0;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0;
  padding: 10px;
  text-align: center;
}
#twarea.topics_detail .article_body .table_cnt_02 .table_tit:first-of-type {
  border-top: 1px solid var(--border-color-c);
}
#twarea.topics_detail .article_body .table_cnt_02 table {
  background: #fff;
  line-height: 1.6;
  width: 100%;
}
#twarea.topics_detail .article_body .table_cnt_02 table thead th,
#twarea.topics_detail .article_body .table_cnt_02 table thead td {
  background: var(--bg-gray-entry);
  font-weight: 600;
  text-align: center;
}
#twarea.topics_detail .article_body .table_cnt_02 table th {
  border-left: 1px solid var(--border-color-c);
  border-right: 1px solid var(--border-color-c);
  font-weight: 600;
  width: auto;
}
#twarea.topics_detail .article_body .table_cnt_02 table td {
  border-right: 1px solid var(--border-color-c);
  text-align: center;
  text-align: left !important;
}
#twarea.topics_detail .article_body .table_cnt_02 table th,
#twarea.topics_detail .article_body .table_cnt_02 table td {
  border-bottom: 1px solid var(--border-color-c);
  padding: 12px 12px 12px 12px;
  vertical-align: middle;
}
#twarea.topics_detail .article_body .table_cnt_02 table tbody td:nth-of-type(7),
#twarea.topics_detail .article_body .table_cnt_02 table tbody th {
  padding-left: 8px;
  text-align: left;
}
#twarea.topics_detail .article_body .table_cnt_02 table tbody th a {
  color: #000;
  text-decoration: underline;
}
#twarea.topics_detail .article_body .table_ranking {
  box-sizing: border-box;
}
#twarea.topics_detail .article_body .table_ranking .ranking_tit {
  font-size: 24px;
  line-height: 1.4;
}
#twarea.topics_detail .article_body .table_ranking table {
  background: #fff;
  border-left: 1px solid var(--border-color-c);
  border-top: 1px solid var(--border-color-c);
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 30px;
  width: 100%;
}
#twarea.topics_detail .article_body .table_ranking table.ranking_01 {
  margin-bottom: 0;
}
#twarea.topics_detail .article_body .table_ranking table th,
#twarea.topics_detail .article_body .table_ranking table td {
  border-bottom: 1px solid var(--border-color-c);
  border-right: 1px solid var(--border-color-c);
}
#twarea.topics_detail .article_body .table_ranking .rank {
  background: #f1ffde;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  width: 80px;
}
#twarea.topics_detail .article_body .table_ranking .ranking_01 tr:first-child .rank,
#twarea.topics_detail .article_body .table_ranking .ranking_02 tr:first-child .rank {
  background: #ffda78;
}
#twarea.topics_detail .article_body .table_ranking .last_rank {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}
#twarea.topics_detail .article_body .table_ranking .bord .clearfix {
  display: table;
}
#twarea.topics_detail .article_body .table_ranking .bord .pic {
  display: table-cell;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 43%;
}
#twarea.topics_detail .article_body .table_ranking .bord .pic img {
  vertical-align: bottom;
  width: 100%;
}
#twarea.topics_detail .article_body .table_ranking .bord .note {
  display: table-cell;
  padding: 10px 10px 0;
  width: 53%;
}
#twarea.topics_detail .article_body .table_ranking p.name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
#twarea.topics_detail .article_body .table_ranking p.txt_01 {
  font-size: 14px;
  margin: 0;
}
#twarea.topics_detail .article_body .table_ranking .ranking_name {
  padding: 0 10px;
  vertical-align: middle;
}
#twarea.topics_detail .article_body .table_ranking .ranking_name p.name {
  margin-bottom: 0;
}
#twarea.topics_detail .article_body .table_ranking .ranking_01 tr:last-child th,
#twarea.topics_detail .article_body .table_ranking .ranking_01 tr:last-child td {
  border-bottom: none;
}

#twarea.topics_detail .entry_tour p.entry_tour_notfound {
  color: var(--font-color-gray);
}
#twarea.topics_detail .entry_tour + .entry_tour {
  margin-top: 40px;
}
#twarea.topics_detail .entry_tour .tour_btns {
  margin: 30px auto;
  text-align: center;
}
#twarea.topics_detail .entry_tour .tour_link_btn {
  align-items: center;
  background: var(--accent-color);
  border-radius: 100vmax;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1.46;
  margin: 0 auto;
  max-width: 480px;
  min-height: 54px;
  padding: 10px 49px 10px 44px;
  position: relative;
}
#twarea.topics_detail .entry_tour .tour_link_btn::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 14px;
  -webkit-transform: translateY(-50%);
  aspect-ratio: 14/8;
  background: url(../img/common/arr_01_black.svg) center center/100% auto no-repeat;
  transform: translateY(-50%);
}
#twarea.topics_detail .entry_tour .tab_list_wrapper .tab_list {
  display: flex;
  margin-bottom: 4px;
  position: relative;
  width: 100%;
}
#twarea.topics_detail .entry_tour .tab_list_wrapper .tab_list::after {
  background: var(--bg-gray);
  content: "";
  height: 4px;
  left: 2px;
  position: absolute;
  top: 100%;
  width: calc(100% - 4px);
  z-index: 1;
}
#twarea.topics_detail .entry_tour .tab_list_wrapper .tab_btn {
  align-items: center;
  color: #b4b4b4;
  display: flex;
  font-size: 1.4rem;
  font-weight: 600;
  justify-content: center;
  padding-bottom: 6px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}
#twarea.topics_detail .entry_tour .tab_list_wrapper .tab_btn::after {
  background: var(--primary-color);
  border-radius: 4px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  top: 100%;
  width: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
#twarea.topics_detail .entry_tour .tab_list_wrapper .tab_btn.active {
  color: var(--primary-color);
  cursor: pointer;
  pointer-events: none;
}
#twarea.topics_detail .entry_tour .tab_list_wrapper .tab_btn.active::after {
  width: 100%;
}
#twarea.topics_detail .entry_tour .tab_content_wrapper .tab_content {
  display: none;
}
#twarea.topics_detail .entry_tour .tab_content_wrapper .tab_content.active {
  display: block;
  -webkit-animation: fadeIn 0.6s ease forwards;
  animation: fadeIn 0.6s ease forwards;
}
#twarea.topics_detail .entry_tour .tab2_container .tab2_scroll_wrapper .tab2_btn {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
#twarea.topics_detail .entry_tour .tab2_container .tab2_scroll_wrapper .tab2_btn span {
  align-items: flex-end;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
#twarea.topics_detail .entry_tour .tab2_container .tab2_scroll_wrapper .tab2_btn b {
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
#twarea.topics_detail .entry_tour .tab2_container .tab2_scroll_wrapper .tab2_btn small {
  display: inline-block;
  line-height: 1;
}
#twarea.topics_detail .entry_tour .tab2_container .tab2_content_wrapper .tab2_content {
  display: none;
  position: relative;
}
#twarea.topics_detail .entry_tour .tab2_container .tab2_content_wrapper .tab2_content.active {
  display: block;
  -webkit-animation: fadeIn 0.6s ease forwards;
  animation: fadeIn 0.6s ease forwards;
}
#twarea.topics_detail .entry_tour .tour_box {
  background: #fff;
  border: 3px solid var(--border-color-d);
  border-radius: 12px;
  margin: 0 auto 20px;
  position: relative;
}
#twarea.topics_detail .entry_tour .tour_box p {
  margin: 0;
}
#twarea.topics_detail .entry_tour .tour_box p + p {
  margin: 0;
}
#twarea.topics_detail .entry_tour .tour_box .tour_name {
  color: var(--font-color);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.41;
  margin-bottom: 8px;
  padding-bottom: 5px;
  position: relative;
  width: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  text-align: justify;
}
#twarea.topics_detail .entry_tour .tour_box .tour_name::after {
  background: var(--border-color-d);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 100%;
}
#twarea.topics_detail .entry_tour .tour_box .tour_img {
  overflow: hidden;
  position: relative;
}
#twarea.topics_detail .entry_tour .tour_box .tour_img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
#twarea.topics_detail .entry_tour .tour_box .tour_desc {
  color: var(--font-color-dgray);
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.56;
  width: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  text-align: justify;
}
#twarea.topics_detail .entry_tour .tour_box .tour_price .per {
  color: var(--font-color-gray);
  font-size: 1.1rem;
  line-height: 1;
}
#twarea.topics_detail .entry_tour .tour_box .tour_price .price {
  color: var(--font-color-red);
  line-height: 1;
}
#twarea.topics_detail .entry_tour .tour_box .tour_price .price .price_min,
#twarea.topics_detail .entry_tour .tour_box .tour_price .price .price_max {
  font-family: "Roboto", sans-serif;
  font-size: 169.23%;
  font-weight: 500;
}
#twarea.topics_detail .entry_tour .tour_box .tour_price .att .att_01 {
  background: var(--bg-red);
  color: var(--font-color-red);
  display: inline-block;
  padding: 0 6px;
}
#twarea.topics_detail .entry_tour .tour_box .tour_price .att .att_02 {
  color: var(--font-color-gray);
  margin-left: 4px;
}
#twarea.topics_detail .entry_tour .tour_box .tour_price .att .att_03 {
  color: var(--font-color-dgray);
}
#twarea.topics_detail .entry_tour .tour_box .tour_btn {
  align-items: center;
  background: var(--accent-color);
  border-radius: 38px;
  bottom: 0;
  color: var(--font-color);
  display: flex;
  font-size: 1.3rem;
  height: 38px;
  justify-content: center;
  line-height: 1.5;
  padding-right: 14px;
  position: relative;
  position: absolute;
  right: 0;
  width: 142px;
}
#twarea.topics_detail .entry_tour .tour_box .tour_btn::after {
  aspect-ratio: 2/1;
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 10px;
  -webkit-transform: translateY(-50%);
  background: url(../img/common/arr_01_black.svg) center center/100% auto no-repeat;
  transform: translateY(-50%);
}
#twarea.topics_detail .entry_tour .tour_box.large_img {
  display: flex;
  flex-direction: column;
}
#twarea.topics_detail .entry_tour .tour_box.soldout .tour_tab {
  align-items: center;
  background: #d2d2d2;
  display: flex;
  height: 97px;
  justify-content: center;
}
#twarea.topics_detail .entry_tour .tour_box.soldout .tour_tab p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}
#twarea.topics_detail .entry_tour .tour_box.hide {
  display: none;
}
#twarea.topics_detail .entry_tour .tour_box.box_api .tour_recom {
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: 600;
  position: absolute;
}
#twarea.topics_detail .entry_tour .tour_box.box_api .tour_recom .tour_days {
  margin-left: 13px;
}
#twarea.topics_detail .entry_tour .tour_box.box_api .tour_desc {
  color: var(--font-color-dgray);
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.56;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  text-align: justify;
}

#twarea.topics_detail .p-cta-tour__btns {
  margin: 30px auto;
  text-align: center;
}
#twarea.topics_detail .p-cta-tour__btn {
  align-items: center;
  background: var(--accent-color);
  border-radius: 100vmax;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1.46;
  margin: 0 auto;
  max-width: 480px;
  min-height: 54px;
  padding: 10px 49px 10px 44px;
  position: relative;
}
#twarea.topics_detail .p-cta-tour__btn::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 14px;
  -webkit-transform: translateY(-50%);
  aspect-ratio: 14/8;
  background: url(../img/common/arr_01_black.svg) center center/100% auto no-repeat;
  transform: translateY(-50%);
}
#twarea.topics_detail .p-cta-tour__box {
  background: #fff;
  border: 3px solid var(--border-color-d);
  border-radius: 12px;
  margin: 30px auto;
}
#twarea.topics_detail .p-cta-tour__box .tour_price .per {
  color: var(--font-color-gray);
  font-size: 1.1rem;
  line-height: 1;
}
#twarea.topics_detail .p-cta-tour__box .tour_price .price {
  color: var(--font-color-red);
  line-height: 1;
}
#twarea.topics_detail .p-cta-tour__box .tour_price .price .price_min,
#twarea.topics_detail .p-cta-tour__box .tour_price .price .price_max {
  font-family: "Roboto", sans-serif;
  font-size: 169.23%;
  font-weight: 500;
}
#twarea.topics_detail .p-cta-tour__box .tour_price .att .att_01 {
  background: var(--bg-red);
  color: var(--font-color-red);
  display: inline-block;
  padding: 0 6px;
}
#twarea.topics_detail .p-cta-tour__box .tour_price .att .att_02 {
  color: var(--font-color-gray);
  margin-left: 4px;
}
#twarea.topics_detail .p-cta-tour__box .tour_price .att .att_03 {
  color: var(--font-color-dgray);
}
#twarea.topics_detail .p-cta-tour__box .tour_btn {
  align-items: center;
  background: var(--accent-color);
  border-radius: 38px;
  color: var(--font-color);
  display: flex;
  font-size: 1.3rem;
  height: 38px;
  justify-content: center;
  padding-right: 14px;
  position: relative;
  width: 142px;
}
#twarea.topics_detail .p-cta-tour__box .tour_btn::after {
  aspect-ratio: 2/1;
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 10px;
  -webkit-transform: translateY(-50%);
  background: url(../img/common/arr_01_black.svg) center center/100% auto no-repeat;
  transform: translateY(-50%);
}
#twarea.topics_detail .p-cta-tour__box .tab2_container .tab2_scroll_wrapper .tab2_btn {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
#twarea.topics_detail .p-cta-tour__box .tab2_container .tab2_scroll_wrapper .tab2_btn span {
  align-items: flex-end;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
#twarea.topics_detail .p-cta-tour__box .tab2_container .tab2_scroll_wrapper .tab2_btn b {
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
#twarea.topics_detail .p-cta-tour__box .tab2_container .tab2_scroll_wrapper .tab2_btn small {
  display: inline-block;
  line-height: 1;
}
#twarea.topics_detail .p-cta-tour__box .tab2_container .tab2_content_wrapper .tab2_content {
  display: none;
  position: relative;
}
#twarea.topics_detail .p-cta-tour__box .tab2_container .tab2_content_wrapper .tab2_content.active {
  display: block;
  -webkit-animation: fadeIn 0.6s ease forwards;
  animation: fadeIn 0.6s ease forwards;
}
#twarea.topics_detail .p-cta-tour__box.box_b .tour_desc {
  color: var(--font-color-dgray);
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.56;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  text-align: justify;
}
#twarea.topics_detail .p-cta-tour__box.box_b .tour_desc::after {
  background: var(--border-color-d);
  content: "";
  height: 1px;
  left: -15px;
  position: absolute;
  top: 100%;
  width: calc(100% + 30px);
}
#twarea.topics_detail .p-cta-tour__box.box_b .tab2_content {
  padding-right: 142px;
  position: relative;
}
#twarea.topics_detail .p-cta-tour__box.box_b .tour_btn {
  bottom: 0;
  position: absolute;
  right: 0;
}
#twarea.topics_detail .p-cta-btmfix__btn {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  opacity: 0;
  position: fixed;
  right: 0;
  visibility: hidden;
  z-index: 100;
}
#twarea.topics_detail .p-cta-btmfix__btn::after {
  aspect-ratio: 2/1;
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 14px;
  -webkit-transform: translateY(-50%);
  background: url(../img/common/arr_01_white.svg) center center/100% auto no-repeat;
  transform: translateY(-50%);
}
#twarea.topics_detail .p-cta-btmfix__btn.is_show {
  opacity: 1;
  visibility: visible;
}
#twarea.topics_detail .page_content .section.sec_recom .post_item {
  position: relative;
}
#twarea.topics_detail .page_content .section.sec_recom .post_item .item_wrap .img_wrap {
  aspect-ratio: var(--post-item-img-ac);
  border-radius: var(--post-item-img-radius);
  display: block;
  overflow: hidden;
  position: relative;
  position: relative;
}
#twarea.topics_detail .page_content .section.sec_recom .post_item .item_wrap .img_wrap img {
  height: 100%;
  width: 100%;
  z-index: 1;
  -o-object-fit: cover;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#twarea.topics_detail .page_content .section.sec_recom .post_item .item_wrap .img_wrap .post_icons {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 2;
}
#twarea.topics_detail .page_content .section.sec_recom .post_item .item_wrap .post_name {
  font-weight: 600;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  font-size: clamp(1.1rem, 1.16vw, 1.4rem);
  line-height: 1.57;
  max-height: calc(4.71em - 1px);
  overflow: hidden;
}
#twarea.topics_detail .page_content .section.sec_recom .post_item .item_wrap .post_icons .icon {
  align-items: center;
  background: var(--tw-accent-color);
  border-radius: 26px;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 600;
  height: 26px;
  justify-content: center;
  letter-spacing: 0.04em;
  min-width: 46px;
  padding: 0 8px;
}
#twarea.topics_detail .page_content .section.sec_recom .post_item .item_wrap .post_icons .icon + .icon {
  margin-right: 10px;
}
#twarea.topics_detail .page_content .section.sec_recom .more_btn {
  color: var(--font-color);
}
@media screen and (max-width: 1210px) and (min-width: 961px){
  #twarea.topics_detail .entry_tour .tour_box .tour_price .att .att_02 {
    display: inline-block;
  }
  #twarea.topics_detail .p-cta-tour__box .tour_price .att .att_02 {
    display: inline-block;
  }
}
@media screen and (max-width: 1210px){
  #twarea.topics_detail .entry_tour .tour_btns {
    padding: 0 var(--w-margin);
  }
  #twarea.topics_detail .p-cta-tour__btns {
    padding: 0 var(--w-margin);
  }
}
@media screen and (max-width: 960px){
  #twarea.topics_detail .content_wrap + .srch-topicss.btm {
    margin-top: 30px;
  }
  #twarea.topics_detail .content_main {
    border-top: 1px solid var(--border-color-d);
    padding-top: 15px;
  }
  #twarea.topics_detail .archive_head .head_site_name {
    display: none;
  }
  #twarea.topics_detail .archive_head .head_batch {
    display: none;
  }
  #twarea.topics_detail .article_head {
    padding: 0 var(--w-margin);
  }
  #twarea.topics_detail .article_head .head_icons {
    right: calc(var(--w-margin) + 10px);
    top: 7px;
  }
  #twarea.topics_detail .article_head .head_visual {
    border-radius: 4vw;
    margin: 0 -1.33vw;
    width: calc(100% + 2.67vw);
    z-index: 1;
  }
  #twarea.topics_detail .article_head .head_title .post_title {
    order: 2;
    width: 100%;
  }
  #twarea.topics_detail .article_head .head_lead {
    order: 4;
    width: 100%;
  }
  #twarea.topics_detail .article_body {
    border-top: 1px solid var(--border-color-d);
    padding: 2.67vw var(--w-margin) 0;
  }
}
@media screen and (max-width: 600px){
  #twarea.topics_detail .content_wrap + .srch-topicss.btm {
    margin-top: 6.67vw;
  }
  #twarea.topics_detail .content_main {
    padding-bottom: 6.67vw;
    padding-top: 4vw;
  }
  #twarea.topics_detail .archive_head .head_title {
    font-size: 4.27vw;
    font-weight: 600;
    line-height: 1.44;
    margin: 0 var(--w-margin) 0.67vw;
  }
  #twarea.topics_detail .archive_head .head_filters {
    margin-bottom: 5.33vw;
    padding: 0 var(--w-margin);
  }
  #twarea.topics_detail .article_head .head_icons {
    right: calc(var(--w-margin) + 1.33vw);
    top: 1.87vw;
  }
  #twarea.topics_detail .article_head .head_icons .icon {
    font-size: 3.33vw;
    height: 8.8vw;
    min-width: 15.47vw;
    padding: 0 2.13vw;
  }
  #twarea.topics_detail .article_head .head_title {
    padding-top: 4vw;
  }
  #twarea.topics_detail .article_head .head_title .post_title {
    font-size: 5.2vw;
    line-height: 1.38;
    margin-bottom: 3.2vw;
  }
  #twarea.topics_detail .article_head .head_title .post_date {
    background: #fff;
    border-radius: 3.33vw 0 0 0;
    font-size: 2.8vw;
    height: 6.67vw;
    right: -1.33vw;
    top: -2.67vw;
    width: 20vw;
    z-index: 1;
  }
  #twarea.topics_detail .article_head .head_title .post_date time {
    line-height: 2.67vw;
  }
  #twarea.topics_detail .article_head .head_title .post_date::before {
    margin-right: 0.53vw;
    width: 2.67vw;
  }
  #twarea.topics_detail .article_head .head_tags .term_wrap {
    margin-bottom: 2.13vw;
  }
  #twarea.topics_detail .article_head .head_tags .term_wrap .tax_name {
    font-size: 2.8vw;
  }
  #twarea.topics_detail .article_head .head_tags .term_wrap .term_list {
    gap: 1.07vw;
    padding-left: 1.07vw;
  }
  #twarea.topics_detail .article_head .head_tags .term_wrap .term_name {
    font-size: 2.53vw;
    height: 4.53vw;
    padding: 0 1.33vw;
  }
  #twarea.topics_detail .article_head .head_tags .term_wrap .term_name span {
    line-height: 1.5;
  }
  #twarea.topics_detail .article_head .head_tags .tag_wrap {
    margin-top: 1.33vw;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  #twarea.topics_detail .article_head .head_tags .tag_wrap .tag {
    font-size: 2.67vw;
    height: 6.4vw;
    margin-right: 1.07vw;
    padding: 0 2vw 0 2vw;
  }
  #twarea.topics_detail .article_head .head_author {
    margin: 4vw 0;
  }
  #twarea.topics_detail .article_head .head_author:has(.author_thumb) {
    min-height: 9.6vw;
    padding: 0.67vw 0 0 13.87vw;
  }
  #twarea.topics_detail .article_head .head_author .author_thumb {
    width: 9.6vw;
  }
  #twarea.topics_detail .article_head .head_author .author_name {
    font-size: 3.2vw;
  }
  #twarea.topics_detail .article_head .head_author .author_name small {
    font-size: 75%;
    margin-bottom: 2.13vw;
  }
  #twarea.topics_detail .article_head .head_author .author_desc {
    font-size: 2.67vw;
    line-height: 1.7;
    margin-top: 2.67vw;
  }
  #twarea.topics_detail .article_head .head_bnr {
    margin: 4vw auto 5.33vw;
  }
  #twarea.topics_detail .article_head .head_lead {
    font-size: 2.4vw;
    margin-bottom: 4vw;
  }
  #twarea.topics_detail .article_body .post_description {
    font-size: 3.73vw;
    line-height: 1.79;
    margin: 6.67vw auto 7.47vw;
  }
  #twarea.topics_detail .article_body .post_index_box {
    margin: 0 calc(var(--w-margin) * -1);
    padding: 4vw 8vw;
  }
  #twarea.topics_detail .article_body .post_index_box .index_title {
    font-size: 4.27vw;
    margin-bottom: 4vw;
  }
  #twarea.topics_detail .article_body .post_index_box .index_list {
    font-size: 3.73vw;
    line-height: 1.93;
    max-height: calc(3.73vw * 1.93 * 2);
  }
  #twarea.topics_detail .article_body .post_index_box .index_btn {
    border-radius: 1.07vw;
    font-size: 2.67vw;
    height: 8vw;
    margin-top: 1.33vw;
    padding-right: 0.67vw;
    width: 29.07vw;
  }
  #twarea.topics_detail .article_body .post_index_box .index_btn::after {
    right: 2.67vw;
    top: calc(50% - 1.07vw);
    width: 1.07vw;
  }
  #twarea.topics_detail .article_body .post_index_box.is_open .index_btn {
    margin-top: 2.67vw;
  }
  #twarea.topics_detail .article_foot {
    padding: 0 var(--w-margin);
  }
  #twarea.topics_detail .article_foot .post_author {
    font-size: 3.47vw;
    margin: 9.33vw 0 9.33vw auto;
  }
  #twarea.topics_detail .article_foot .post_related {
    margin: 12vw auto;
    width: 78.67vw;
  }
  #twarea.topics_detail .article_foot .post_related .related_tit {
    align-items: flex-end;
    font-size: 3.47vw;
    margin-bottom: 5.33vw;
  }
  #twarea.topics_detail .article_foot .post_related .related_tit::after, #twarea.topics_detail .article_foot .post_related .related_tit::before {
    height: 4vw;
  }
  #twarea.topics_detail .article_foot .post_related .related_tit span {
    padding: 0 5.33vw;
  }
  #twarea.topics_detail .article_foot .post_related .related_btns {
    gap: 1.33vw;
  }
  #twarea.topics_detail .article_foot .post_related .link_btn {
    background: var(--bg-gray-entry);
    font-size: 2.67vw;
    height: 9.33vw;
    padding-right: 2vw;
    width: calc(50% - 0.67vw);
  }
  #twarea.topics_detail .article_foot .post_related .link_btn::after {
    right: 2.67vw;
    width: 2.67vw;
  }
  #twarea.topics_detail .js-more-toggle-sp:not(.is_open) .more_cnt:nth-child(n+5) {
    display: none;
  }
  #twarea.topics_detail .section.sec_tour_ranking {
    border-top: 1px solid var(--border-color-d);
  }
  #twarea.topics_detail .article_body .entry {
    margin-top: 12vw;
  }
  #twarea.topics_detail .article_body .entry .link_txt {
    margin: 6.67vw 0;
  }
  #twarea.topics_detail .article_body .entry p.mb1 {
    margin-bottom: 10.67vw;
  }
  #twarea.topics_detail .article_body .entry p, #twarea.topics_detail .article_body .entry li {
    font-size: 3.73vw;
    line-height: 1.79;
  }
  #twarea.topics_detail .article_body .entry p {
    margin-bottom: 6.67vw;
  }
  #twarea.topics_detail .article_body .entry p + P {
    margin-top: -2.67vw;
  }
  #twarea.topics_detail .article_body .entry p + .entry_ul,
  #twarea.topics_detail .article_body .entry p + .entry_ol {
    margin-top: -1.33vw;
  }
  #twarea.topics_detail .article_body .entry .entry_h2 {
    border-radius: 0 4vw 4vw 0;
    font-size: 5.07vw;
    line-height: 1.47;
    margin: 12vw auto 6.67vw calc(var(--w-margin) * -1);
    padding: 5.33vw var(--w-margin) 4.27vw;
    width: calc(100% + var(--w-margin));
  }
  #twarea.topics_detail .article_body .entry .entry_h3:not(.tour_name):not(.table_tit) {
    font-size: 4.27vw;
    line-height: 1.56;
    margin: 8.27vw 0 4vw;
    padding-left: 4.53vw;
  }
  #twarea.topics_detail .article_body .entry .entry_h3:not(.tour_name):not(.table_tit)::before {
    height: calc(100% - 6px);
    top: 0.8vw;
    width: 2px;
  }
  #twarea.topics_detail .article_body .entry .entry_h3:not(.tour_name):not(.table_tit) small {
    line-height: 1.79;
    margin-left: 2.13vw;
  }
  #twarea.topics_detail .article_body .entry .entry_h3:not(.tour_name):not(.table_tit) + .entry_h4 {
    margin-top: 4vw;
  }
  #twarea.topics_detail .article_body .entry .entry_h4 {
    font-size: 4vw;
    line-height: 1.53;
    margin: 6.67vw 0 4vw;
    padding-left: 4.53vw;
  }
  #twarea.topics_detail .article_body .entry .entry_h4:not(.table_tit):not(.ranking_tit)::before {
    height: 1px;
    top: calc(4vw * 1.53 * 0.5 - 1px);
    width: 2.67vw;
  }
  #twarea.topics_detail .article_body .entry .entry_h5 {
    font-size: 3.73vw;
    margin-bottom: 4vw;
    min-height: 9.87vw;
    padding: 2.67vw 2.67vw 2.67vw 5.33vw;
  }
  #twarea.topics_detail .article_body .entry .entry_map {
    margin: 8vw auto;
  }
  #twarea.topics_detail .article_body .entry .entry_youtube {
    margin: 8vw auto;
  }
  #twarea.topics_detail .article_body .entry .post_author {
    font-size: 3.47vw;
    margin: 8vw 0 8vw auto;
  }
  #twarea.topics_detail .article_body .entry_btns {
    margin: 5.33vw auto 6.67vw;
  }
  #twarea.topics_detail .article_body .entry_btns .btn_tit {
    font-size: 3.73vw;
    line-height: 1.5;
    margin-bottom: 4vw;
    min-height: 9.87vw;
    padding: 2.4vw 5.33vw;
  }
  #twarea.topics_detail .article_body .entry_btns .btn_wrap {
    gap: 2.4vw 1.6vw;
  }
  #twarea.topics_detail .article_body .entry_btns .btn_wrap .link_btn {
    font-size: 3.2vw;
    min-height: 12vw;
    padding: 2.67vw 2.67vw 2.67vw 1.33vw;
  }
  #twarea.topics_detail .article_body .entry_btns .btn_wrap .link_btn::after {
    right: 3.73vw;
    top: calc(50% - 0.93vw);
    width: 3.2vw;
  }
  #twarea.topics_detail .article_body .entry_btns .btn_wrap.vertical {
    gap: 4vw 0;
  }
  #twarea.topics_detail .article_body .entry_btns .btn_wrap.vertical .link_btn {
    max-width: 480px;
    padding: 3.73vw 10.67vw 3.73vw 8vw;
  }
  #twarea.topics_detail .article_body .entry_btns .btn_wrap:not(.vertical) {
    margin: 0 -0.8vw 0 0;
    width: calc(100% + 0.8vw);
  }
  #twarea.topics_detail .article_body .entry_btns .btn_wrap:not(.vertical) .link_btn {
    width: calc(50% - 1.6vw);
  }
  #twarea.topics_detail .article_body .entry_btns .btn_wrap:not(.vertical):has(> :nth-child(3)) .link_btn {
    width: calc(33.333% - 1.6vw);
  }
  #twarea.topics_detail .article_body .entry_img {
    margin: 5.33vw auto 7.33vw;
  }
  #twarea.topics_detail .article_body .entry_img .img_wrap.vertical {
    width: 69.33vw;
  }
  #twarea.topics_detail .article_body .entry_img .img_wrap img {
    border-radius: 3.33vw;
  }
  #twarea.topics_detail .article_body .entry_img .img_caption {
    font-size: 3.2vw;
    margin-top: 2vw;
  }
  #twarea.topics_detail .article_body .entry_box {
    border-radius: 3.33vw;
    margin: 8vw auto;
  }
  #twarea.topics_detail .article_body .entry_box p:not(.box_title) {
    font-size: 3.33vw;
  }
  #twarea.topics_detail .article_body .entry_box p.box_title {
    margin-bottom: 2vw;
  }
  #twarea.topics_detail .article_body .entry_ul,
  #twarea.topics_detail .article_body .entry_ol {
    margin: 5.33vw auto;
  }
  #twarea.topics_detail .article_body .entry_ul li + li,
  #twarea.topics_detail .article_body .entry_ol li + li {
    margin-top: 4.67vw;
  }
  #twarea.topics_detail .article_body .entry_ul li {
    padding-left: 5.07vw;
  }
  #twarea.topics_detail .article_body .entry_ul li::before {
    left: 1.07vw;
    top: calc(2.4vw / 2 + (3.73vw * 1.79 - 3.73vw) / 2);
    width: 1.33vw;
  }
  #twarea.topics_detail .article_body .entry_ol li {
    padding-left: 5.07vw;
  }
  #twarea.topics_detail .article_body .entry_blog_card {
    border-radius: 3.33vw;
    margin: 9.33vw 0;
    padding: 0 6.67vw 4vw 6.67vw;
  }
  #twarea.topics_detail .article_body .entry_blog_card:not(:has(.card_tit)) {
    padding-top: 4vw;
  }
  #twarea.topics_detail .article_body .entry_blog_card .card_tit {
    font-size: 3.33vw;
    height: 8vw;
    margin: 0 -6.67vw 4vw -6.67vw;
    padding: 0 6.67vw;
    width: calc(100% + 13.33vw);
  }
  #twarea.topics_detail .article_body .entry_blog_card .card_tit::before {
    margin-right: 1.87vw;
    width: 3.73vw;
  }
  #twarea.topics_detail .article_body .entry_blog_card .card_thumb {
    aspect-ratio: 200/132;
    border-radius: 1.33vw;
    width: 26.67vw;
  }
  #twarea.topics_detail .article_body .entry_blog_card .card_txt {
    display: contents;
  }
  #twarea.topics_detail .article_body .entry_blog_card .card_txt .p_tit {
    font-size: 3.47vw;
    line-height: 1.54;
    padding-left: 4vw;
    width: calc(100% - 26.67vw);
  }
  #twarea.topics_detail .article_body .entry_blog_card .card_txt .p_desc {
    font-size: 2.93vw;
    margin-top: 1.33vw;
    width: 100%;
  }
  #twarea.topics_detail .article_body .entry_slider {
    margin: 6.67vw auto 9.33vw;
  }
  #twarea.topics_detail .article_body .entry_slider_main .swiper-slide .slide_img {
    margin-bottom: 12vw;
  }
  #twarea.topics_detail .article_body .entry_slider_main .swiper-slide .img_wrap {
    border-radius: 3.33vw;
  }
  #twarea.topics_detail .article_body .entry_slider_main .swiper-slide .img_caption {
    font-size: 3.2vw;
    line-height: 1.33;
    top: calc(100% + 2.67vw);
  }
  #twarea.topics_detail .article_body .entry_slider_nav {
    margin: 0 4.93vw;
  }
  #twarea.topics_detail .article_body .entry_slider_nav .swiper-slide {
    padding: 0 0.67vw;
  }
  #twarea.topics_detail .article_body .entry_slider_nav .swiper-slide .slide_img {
    border-radius: 6px;
  }
  #twarea.topics_detail .article_body .entry_slider_nav .swiper-slide.swiper-slide-thumb-active .slide_img::after {
    border-radius: 7px;
    box-shadow: 0 0 0 3px var(--primary-color-light) inset, 0 0 0 5px #fff inset;
  }
  #twarea.topics_detail .article_body .entry_slider .swiper-arrow svg {
    height: 3.73vw;
    width: 1.87vw;
  }
  #twarea.topics_detail .article_body .entry_contact {
    border-radius: 3.33vw;
  }
  #twarea.topics_detail .article_body .entry_contact p {
    margin: 0;
  }
  #twarea.topics_detail .article_body .entry_contact.btm {
    margin: 8vw auto;
    padding: 6.67vw 6vw 5.33vw;
  }
  #twarea.topics_detail .article_body .entry_contact.btm .contact_tit {
    font-size: 3.73vw;
    margin-bottom: 5.33vw;
  }
  #twarea.topics_detail .article_body .entry_contact.btm .contact_sbtit {
    font-size: 2.93vw;
    line-height: 1.64;
    margin-bottom: 2vw;
  }
  #twarea.topics_detail .article_body .entry_contact.btm .contact_btn {
    margin-bottom: 4vw;
  }
  #twarea.topics_detail .article_body .entry_contact.btm .contact_btn .link_btn {
    font-size: 4.27vw;
    height: 16vw;
    max-width: 80vw;
    padding-left: 2.13vw;
  }
  #twarea.topics_detail .article_body .entry_contact.btm .contact_btn .link_btn::before {
    left: 1.73vw;
    width: 12.53vw;
  }
  #twarea.topics_detail .article_body .entry_contact.btm .contact_btn p {
    font-size: 2.8vw;
    margin-top: 2vw;
  }
  #twarea.topics_detail .article_body .entry_contact.btm .contact_tel {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 0.67vw;
  }
  #twarea.topics_detail .article_body .entry_contact.btm .contact_tel .tel_num {
    font-size: 6.13vw;
    line-height: 6.4vw;
    padding-right: 1.33vw;
  }
  #twarea.topics_detail .article_body .entry_contact.btm .contact_tel .tel_btn {
    align-items: center;
    background: #fff;
    border: 1px solid var(--border-color-c);
    border-radius: 6.4vw;
    color: #787878;
    display: flex;
    font-size: 2.67vw;
    font-weight: 600;
    height: 6.4vw;
    justify-content: center;
    width: 20vw;
  }
  #twarea.topics_detail .article_body .entry_contact.btm .contact_tel .tel_btn::before {
    aspect-ratio: 1/1;
    background-image: url(../img/common/icon_tel_gray.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    margin-right: 1.07vw;
    width: 2.67vw;
  }
  #twarea.topics_detail .article_body .entry_contact.btm .contact_tel .tel_btn span {
    line-height: 1;
  }
  #twarea.topics_detail .article_body .entry_contact.btm .contact_time {
    font-size: 2.8vw;
    line-height: 1.51;
    text-align: center;
  }
  #twarea.topics_detail .article_body .entry_contact.mid {
    margin: 8vw auto;
    padding: 6.13vw 6vw 5.33vw;
  }
  #twarea.topics_detail .article_body .entry_contact.mid .contact_sbtit {
    font-size: 3.2vw;
    margin-bottom: 2.67vw;
    text-align: center;
  }
  #twarea.topics_detail .article_body .entry_contact.mid .contact_sbtit br {
    display: none;
  }
  #twarea.topics_detail .article_body .entry_contact.mid .contact_btn {
    margin-bottom: 3.47vw;
  }
  #twarea.topics_detail .article_body .entry_contact.mid .contact_btn .link_btn {
    font-size: 4.27vw;
    height: 16vw;
    margin-bottom: 4vw;
    max-width: 80vw;
    padding-left: 2.13vw;
  }
  #twarea.topics_detail .article_body .entry_contact.mid .contact_btn .link_btn::before {
    left: 1.73vw;
    width: 12.53vw;
  }
  #twarea.topics_detail .article_body .entry_contact.mid .contact_tel {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 0.67vw;
  }
  #twarea.topics_detail .article_body .entry_contact.mid .contact_tel .tel_num {
    font-size: 6.13vw;
    line-height: 6.4vw;
    padding-right: 1.33vw;
  }
  #twarea.topics_detail .article_body .entry_contact.mid .contact_tel .tel_btn {
    align-items: center;
    background: #fff;
    border: 1px solid var(--border-color-c);
    border-radius: 6.4vw;
    color: #787878;
    display: flex;
    font-size: 2.67vw;
    font-weight: 600;
    height: 6.4vw;
    justify-content: center;
    width: 20vw;
  }
  #twarea.topics_detail .article_body .entry_contact.mid .contact_tel .tel_btn::before {
    aspect-ratio: 1/1;
    background-image: url(../img/common/icon_tel_gray.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    margin-right: 1.07vw;
    width: 2.67vw;
  }
  #twarea.topics_detail .article_body .entry_contact.mid .contact_tel .tel_btn span {
    line-height: 1;
  }
  #twarea.topics_detail .article_body .entry_contact.mid .contact_time {
    font-size: 2.8vw;
    line-height: 1.51;
    text-align: center;
  }
  #twarea.topics_detail .article_body .entry_contact_bnr {
    margin: 6.67vw auto 9.33vw;
  }
  #twarea.topics_detail .article_body table {
    margin-bottom: 6.67vw;
  }
  #twarea.topics_detail .article_body table th,
  #twarea.topics_detail .article_body table td {
    padding: 2vw;
  }
  #twarea.topics_detail .article_body .table_scrollable {
    overflow-x: scroll;
    overflow-x: scroll;
    padding-top: 20px;
    position: relative;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 6.67vw;
  }
  #twarea.topics_detail .article_body .table_scrollable::before {
    color: var(--font-color-gray);
    content: "※横にスクロールしてご覧ください。";
    font-size: 1.1rem;
    left: 2px;
    position: absolute;
    top: 0;
  }
  #twarea.topics_detail .article_body .table_pc {
    display: none;
  }
  #twarea.topics_detail .article_body .table_sp {
    display: block;
  }
  #twarea.topics_detail .article_body .table_cnt_01 .table_tit {
    border-top: 1px solid var(--border-color-c);
  }
  #twarea.topics_detail .article_body .table_cnt_01 .tokuten {
    border: 1px solid var(--border-color-c);
    border-top: 0;
    padding: 10px;
  }
  #twarea.topics_detail .article_body .table_cnt_01 .tokuten p {
    line-height: 1.8;
    margin-bottom: 0;
  }
  #twarea.topics_detail .article_body .table_cnt_01 .tokuten span {
    font-weight: 600;
  }
  #twarea.topics_detail .article_body .table_cnt_01 dl {
    border-left: 1px solid var(--border-color-c);
    border-right: 1px solid var(--border-color-c);
  }
  #twarea.topics_detail .article_body .table_cnt_01 dt {
    background: var(--bg-gray-entry);
    border-bottom: 1px solid var(--border-color-c);
    color: #000;
    font-size: 1.154em;
    font-weight: 600;
    line-height: 1.6;
    padding: 10px;
  }
  #twarea.topics_detail .article_body .table_cnt_01 dt a {
    color: #000;
    text-decoration: underline;
  }
  #twarea.topics_detail .article_body .table_cnt_01 dd {
    border-bottom: 1px solid var(--border-color-c);
    padding: 10px;
  }
  #twarea.topics_detail .article_body .table_cnt_01 dd p {
    margin: 0;
  }
  #twarea.topics_detail .article_body .table_cnt_01 dd span {
    font-weight: 600;
  }
  #twarea.topics_detail .article_body .table_cnt_02 .table_tit {
    border-top: 1px solid var(--border-color-c);
  }
  #twarea.topics_detail .article_body .table_cnt_02 .tokuten {
    border: 1px solid var(--border-color-c);
    border-top: 0;
    padding: 10px;
  }
  #twarea.topics_detail .article_body .table_cnt_02 .tokuten p {
    line-height: 1.8;
    margin-bottom: 0;
  }
  #twarea.topics_detail .article_body .table_cnt_02 .tokuten span {
    font-weight: 600;
  }
  #twarea.topics_detail .article_body .table_cnt_02 dl {
    border-left: 1px solid var(--border-color-c);
    border-right: 1px solid var(--border-color-c);
  }
  #twarea.topics_detail .article_body .table_cnt_02 dt {
    background: var(--bg-gray-entry);
    border-bottom: 1px solid var(--border-color-c);
    color: #000;
    font-size: 1.154em;
    font-weight: 600;
    line-height: 1.6;
    padding: 10px;
  }
  #twarea.topics_detail .article_body .table_cnt_02 dt a {
    color: #000;
    text-decoration: underline;
  }
  #twarea.topics_detail .article_body .table_cnt_02 dd {
    border-bottom: 1px solid var(--border-color-c);
    padding: 10px;
  }
  #twarea.topics_detail .article_body .table_cnt_02 dd p {
    margin: 0;
  }
  #twarea.topics_detail .article_body .table_cnt_02 dd span {
    font-weight: 600;
  }
  #twarea.topics_detail .article_body .table_ranking .ranking_tit {
    font-size: 1.539em;
    height: auto;
    line-height: 1.4;
    padding: 5px 5px 5px 70px;
  }
  #twarea.topics_detail .article_body .table_ranking .ranking_01 th,
  #twarea.topics_detail .article_body .table_ranking .ranking_01 td {
    display: block;
    padding: 0;
    width: 100%;
  }
  #twarea.topics_detail .article_body .table_ranking .ranking_01 th.rank,
  #twarea.topics_detail .article_body .table_ranking .ranking_01 td.last_rank {
    padding: 10px 0;
  }
  #twarea.topics_detail .article_body .table_ranking .ranking_01 .bord .pic,
  #twarea.topics_detail .article_body .table_ranking .ranking_01 .bord .note {
    display: block;
    width: 100%;
  }
  #twarea.topics_detail .article_body .table_ranking .ranking_01 .bord .pic img {
    margin: 10px auto 0;
    max-width: 300px;
  }
  #twarea.topics_detail .article_body .table_ranking .ranking_01 p.name {
    text-align: center;
  }
  #twarea.topics_detail .article_body .table_ranking .rank {
    width: 40px;
  }
  #twarea.topics_detail .article_body .table_ranking .rank,
  #twarea.topics_detail .article_body .table_ranking .ranking_name p.name {
    font-size: 1.154em;
  }
  #twarea.topics_detail .article_body .table_ranking .last_rank {
    display: block;
    margin: 0 auto;
    padding-top: 7px;
    width: 90px;
  }
  #twarea.topics_detail .article_body .table_ranking .ranking_01 .bord .pic img {
    margin: 0 auto;
    width: 100%;
  }
  #twarea.topics_detail .entry_tour + .entry_tour {
    margin-top: 6.67vw;
  }
  #twarea.topics_detail .entry_tour .tour_btns {
    margin: 6.67vw auto;
  }
  #twarea.topics_detail .entry_tour .tour_link_btn {
    font-size: 3.2vw;
    line-height: 1.42;
    max-width: 100%;
    min-height: 12vw;
    padding: 2.67vw 9.33vw 2.67vw 8.67vw;
  }
  #twarea.topics_detail .entry_tour .tour_link_btn::after {
    right: 3.2vw;
    width: 3.2vw;
  }
  #twarea.topics_detail .entry_tour .tour_link_btn + .p-cta-tour__btn {
    margin-top: 5.33vw;
  }
  #twarea.topics_detail .entry_tour .tab_list_wrapper .tab_list {
    margin-bottom: 3px;
  }
  #twarea.topics_detail .entry_tour .tab_list_wrapper .tab_list::after {
    height: 3px;
  }
  #twarea.topics_detail .entry_tour .tab_list_wrapper .tab_btn {
    font-size: 2.67vw;
    padding-bottom: calc(2.13vw - 3px);
  }
  #twarea.topics_detail .entry_tour .tab_list_wrapper .tab_btn::after {
    height: 3px;
  }
  #twarea.topics_detail .entry_tour .tab_content_wrapper {
    padding-top: 4.8vw;
  }
  #twarea.topics_detail .entry_tour .tab2_container.is-overflow:not(.is-last) .tab2_next_btn {
    display: block;
  }
  #twarea.topics_detail .entry_tour .tab2_container.is-overflow:not(.is-first) .tab2_prev_btn {
    display: block;
  }
  #twarea.topics_detail .entry_tour .tab2_container.is-last .tab2_next_btn {
    display: none;
  }
  #twarea.topics_detail .entry_tour .tab2_container .tab2_scroll_wrapper {
    display: flex;
    padding-left: 14.93vw;
    position: relative;
  }
  #twarea.topics_detail .entry_tour .tab2_container .tab2_scroll_wrapper::-webkit-scrollbar {
    display: none;
  }
  #twarea.topics_detail .entry_tour .tab2_container .tab2_scroll_wrapper::before {
    align-items: center;
    background: #fff;
    border: 1px solid var(--tw-primary-color);
    border-radius: 1.33vw;
    color: var(--tw-primary-color);
    content: "旅行日数";
    display: flex;
    font-size: 2.93vw;
    height: 6.93vw;
    justify-content: center;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 0;
    width: 14.93vw;
  }
  #twarea.topics_detail .entry_tour .tab2_container .tab2_scroll_wrapper .tab2_list {
    display: inline-flex;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1.33vw;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  #twarea.topics_detail .entry_tour .tab2_container .tab2_scroll_wrapper .tab2_btn {
    align-items: center;
    background: #c8c8c8;
    border-radius: 1.33vw;
    color: #fff;
    display: flex;
    flex: auto;
    font-size: 4vw;
    height: 6.93vw;
    justify-content: center;
    margin-left: 1.07vw;
    min-width: 8.8vw;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  #twarea.topics_detail .entry_tour .tab2_container .tab2_scroll_wrapper .tab2_btn small {
    display: none;
  }
  #twarea.topics_detail .entry_tour .tab2_container .tab2_scroll_wrapper .tab2_btn.active {
    background: var(--tw-primary-color);
    border-color: var(--tw-primary-color);
    color: #fff;
  }
  #twarea.topics_detail .entry_tour .tab2_container .tab2_scroll_wrapper .tab2_btn.active::after {
    background: var(--tw-primary-color);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    height: 5px;
    left: calc(50% - 5px);
    position: absolute;
    top: calc(100% - 1px);
    width: 10px;
  }
  #twarea.topics_detail .entry_tour .tab2_container .tab2_scroll_wrapper .tab2_arr {
    background: #fff;
    display: none;
    height: calc(100% - 2px);
    position: absolute;
    top: -2px;
    width: 4vw;
    z-index: 2;
  }
  #twarea.topics_detail .entry_tour .tab2_container .tab2_scroll_wrapper .tab2_arr::after {
    background: url(../img/common/arr_02_black.svg) center center/23.53% auto no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  #twarea.topics_detail .entry_tour .tab2_container .tab2_scroll_wrapper .tab2_arr.tab2_next_btn {
    border-left: 1px solid var(--border-color-d);
    right: 0;
  }
  #twarea.topics_detail .entry_tour .tab2_container .tab2_scroll_wrapper .tab2_arr.tab2_prev_btn {
    border-right: 1px solid var(--border-color-d);
    left: 14.93vw;
  }
  #twarea.topics_detail .entry_tour .tab2_container .tab2_scroll_wrapper .tab2_arr.tab2_prev_btn::after {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  #twarea.topics_detail .entry_tour .tour_box {
    border-radius: 3.33vw;
    border-width: 2px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 4vw;
    padding: 3.73vw 4vw 4vw;
  }
  #twarea.topics_detail .entry_tour .tour_box p {
    margin: 0;
  }
  #twarea.topics_detail .entry_tour .tour_box p + p {
    margin: 0;
  }
  #twarea.topics_detail .entry_tour .tour_box .tour_name {
    font-size: 4vw;
    line-height: 1.47;
    margin: -1.07vw 0 2vw;
  }
  #twarea.topics_detail .entry_tour .tour_box .tour_name::after {
    left: -4vw;
    width: calc(100% + 8vw);
  }
  #twarea.topics_detail .entry_tour .tour_box .tour_img {
    aspect-ratio: 260/195;
    border-radius: 1.33vw;
    margin-top: 0.53vw;
    width: 34.67vw;
  }
  #twarea.topics_detail .entry_tour .tour_box .tour_desc {
    font-size: 3.47vw;
    line-height: 1.54;
    padding-left: 4vw;
    width: calc(100% - 34.67vw);
  }
  #twarea.topics_detail .entry_tour .tour_box .tour_tab {
    border-top: 0;
    margin-top: 4vw;
    padding-top: 0;
    width: 100%;
  }
  #twarea.topics_detail .entry_tour .tour_box .tour_price {
    padding-right: 32.67vw;
  }
  #twarea.topics_detail .entry_tour .tour_box .tour_price {
    padding-top: 2vw;
  }
  #twarea.topics_detail .entry_tour .tour_box .tour_price .per {
    font-size: 2.53vw;
    margin-bottom: 0.53vw;
  }
  #twarea.topics_detail .entry_tour .tour_box .tour_price .price {
    display: inline-block;
    font-size: 2.93vw;
    margin-bottom: 0;
  }
  #twarea.topics_detail .entry_tour .tour_box .tour_price .price .price_min,
  #twarea.topics_detail .entry_tour .tour_box .tour_price .price .price_max {
    font-size: 172.73%;
    letter-spacing: -0.02em;
  }
  #twarea.topics_detail .entry_tour .tour_box .tour_price .att {
    line-height: 4vw;
  }
  #twarea.topics_detail .entry_tour .tour_box .tour_price .att .att_01 {
    font-size: 2.53vw;
    padding: 0 1.33vw;
  }
  #twarea.topics_detail .entry_tour .tour_box .tour_price .att .att_02 {
    font-size: 2.27vw;
    letter-spacing: -0.04em;
    margin-left: 0.53vw;
  }
  #twarea.topics_detail .entry_tour .tour_box .tour_price .att .att_03 {
    font-size: 2.53vw;
  }
  #twarea.topics_detail .entry_tour .tour_box .tour_btn {
    background: #fff;
    border: 1px solid var(--border-color-d);
    font-size: 3.2vw;
    height: 9.33vw;
    line-height: 9.07vw;
    padding-right: 3.2vw;
    width: 32.67vw;
  }
  #twarea.topics_detail .entry_tour .tour_box .tour_btn::after {
    aspect-ratio: 1/1;
    background: var(--accent-color) url(../img/common/arr_01_black.svg) center center/46.15% auto no-repeat;
    border-radius: 100vmax;
    font-size: 2.67vw;
    right: 2.4vw;
    width: 3.47vw;
  }
  #twarea.topics_detail .entry_tour .tour_box.large_img {
    margin-bottom: 9.33vw;
    padding-top: 4.53vw;
  }
  #twarea.topics_detail .entry_tour .tour_box.large_img .tour_img {
    aspect-ratio: 610/406;
    border-radius: 2.67vw;
    margin: 0 auto 4vw;
    order: 1;
    width: calc(100% - 1.07vw);
  }
  #twarea.topics_detail .entry_tour .tour_box.large_img .tour_name {
    order: 2;
  }
  #twarea.topics_detail .entry_tour .tour_box.large_img .tour_desc {
    order: 3;
    padding-left: 0;
    width: 100%;
  }
  #twarea.topics_detail .entry_tour .tour_box.large_img .tour_tab {
    order: 4;
    position: relative;
  }
  #twarea.topics_detail .entry_tour .tour_box.large_img .tour_tab:not(:has(.tour_price)) .tour_btn {
    margin: 0 auto;
    position: relative;
    width: 60.53vw;
  }
  #twarea.topics_detail .entry_tour .tour_box.soldout .tour_tab {
    height: 10.93vw;
    margin-top: 3.33vw;
  }
  #twarea.topics_detail .entry_tour .tour_box.soldout .tour_tab p {
    font-size: 3.73vw;
  }
  #twarea.topics_detail .entry_tour .tour_box.box_api {
    padding: 8.13vw 4vw 4vw;
  }
  #twarea.topics_detail .entry_tour .tour_box.box_api .tour_recom {
    background: var(--primary-color);
    border-radius: 0 0 1.33vw 1.33vw;
    font-size: 2.93vw;
    height: 6.93vw;
    left: 4vw;
    min-width: 40vw;
    padding: 0 4vw;
    top: -0.4vw;
  }
  #twarea.topics_detail .entry_tour .tour_box.box_api .tour_recom .tour_days {
    margin-left: 2.93vw;
  }
  #twarea.topics_detail .entry_tour .tour_box.box_api .tour_desc {
    font-size: 3.2vw;
    line-height: 1.46;
    margin-bottom: 0.8vw;
    padding: 0;
    width: 100%;
  }
  #twarea.topics_detail .entry_tour .tour_box.box_api .tour_desc::after {
    left: -4vw;
    width: calc(100% + 8vw);
  }
  #twarea.topics_detail .entry_tour .tour_box.box_api .tour_tab {
    margin-top: 0;
    padding-right: 33.87vw;
    position: relative;
  }
  #twarea.topics_detail .entry_tour .tour_box.box_api .tour_price {
    padding-right: 0;
  }
  #twarea.topics_detail .entry_tour .tour_box.box_api .tour_btn {
    bottom: 0;
    position: absolute;
    right: 0;
  }
  #twarea.topics_detail .p-cta-tour__btns {
    margin: 6.67vw auto;
  }
  #twarea.topics_detail .p-cta-tour__btn {
    font-size: 3.2vw;
    line-height: 1.42;
    max-width: 100%;
    min-height: 12vw;
    padding: 2.67vw 9.33vw 2.67vw 8.67vw;
  }
  #twarea.topics_detail .p-cta-tour__btn::after {
    right: 3.2vw;
    width: 3.2vw;
  }
  #twarea.topics_detail .p-cta-tour__btn + .p-cta-tour__btn {
    margin-top: 5.33vw;
  }
  #twarea.topics_detail .p-cta-tour__box {
    border-radius: 3.33vw;
    border-width: 2px;
    margin: 6.67vw auto;
  }
  #twarea.topics_detail .p-cta-tour__box .tour_price {
    padding-top: 1.33vw;
  }
  #twarea.topics_detail .p-cta-tour__box .tour_price .per {
    font-size: 2.53vw;
    margin-bottom: 0.53vw;
  }
  #twarea.topics_detail .p-cta-tour__box .tour_price .price {
    display: inline-block;
    font-size: 2.93vw;
    margin-bottom: 0;
  }
  #twarea.topics_detail .p-cta-tour__box .tour_price .price .price_min,
  #twarea.topics_detail .p-cta-tour__box .tour_price .price .price_max {
    font-size: 172.73%;
    letter-spacing: -0.02em;
  }
  #twarea.topics_detail .p-cta-tour__box .tour_price .att {
    line-height: 4vw;
  }
  #twarea.topics_detail .p-cta-tour__box .tour_price .att .att_01 {
    font-size: 2.53vw;
    padding: 0 1.33vw;
  }
  #twarea.topics_detail .p-cta-tour__box .tour_price .att .att_02 {
    font-size: 2.27vw;
    letter-spacing: -0.04em;
    margin-left: 0.53vw;
  }
  #twarea.topics_detail .p-cta-tour__box .tour_price .att .att_03 {
    font-size: 2.53vw;
  }
  #twarea.topics_detail .p-cta-tour__box .tour_btn {
    background: #fff;
    border: 1px solid var(--border-color-d);
    font-size: 3.2vw;
    height: 9.33vw;
    line-height: 9.07vw;
    padding-right: 3.2vw;
    width: 32.67vw;
  }
  #twarea.topics_detail .p-cta-tour__box .tour_btn::after {
    aspect-ratio: 1/1;
    background: var(--accent-color) url(../img/common/arr_01_black.svg) center center/46.15% auto no-repeat;
    border-radius: 100vmax;
    font-size: 2.67vw;
    right: 2.4vw;
    width: 3.47vw;
  }
  #twarea.topics_detail .p-cta-tour__box .tab2_container.is-overflow:not(.is-last) .tab2_next_btn {
    display: block;
  }
  #twarea.topics_detail .p-cta-tour__box .tab2_container.is-overflow:not(.is-first) .tab2_prev_btn {
    display: block;
  }
  #twarea.topics_detail .p-cta-tour__box .tab2_container.is-last .tab2_next_btn {
    display: none;
  }
  #twarea.topics_detail .p-cta-tour__box .tab2_container .tab2_scroll_wrapper {
    display: flex;
    padding-left: 14.93vw;
    position: relative;
  }
  #twarea.topics_detail .p-cta-tour__box .tab2_container .tab2_scroll_wrapper::-webkit-scrollbar {
    display: none;
  }
  #twarea.topics_detail .p-cta-tour__box .tab2_container .tab2_scroll_wrapper::before {
    align-items: center;
    background: #fff;
    border: 1px solid var(--tw-primary-color);
    border-radius: 1.33vw;
    color: var(--tw-primary-color);
    content: "旅行日数";
    display: flex;
    font-size: 2.93vw;
    height: 6.93vw;
    justify-content: center;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 0;
    width: 14.93vw;
  }
  #twarea.topics_detail .p-cta-tour__box .tab2_container .tab2_scroll_wrapper .tab2_list {
    display: inline-flex;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1.33vw;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  #twarea.topics_detail .p-cta-tour__box .tab2_container .tab2_scroll_wrapper .tab2_btn {
    align-items: center;
    background: #c8c8c8;
    border-radius: 1.33vw;
    color: #fff;
    display: flex;
    font-size: 4vw;
    height: 6.93vw;
    justify-content: center;
    margin-left: 1.07vw;
    min-width: 8.8vw;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  #twarea.topics_detail .p-cta-tour__box .tab2_container .tab2_scroll_wrapper .tab2_btn small {
    display: none;
  }
  #twarea.topics_detail .p-cta-tour__box .tab2_container .tab2_scroll_wrapper .tab2_btn.active {
    background: var(--tw-primary-color);
    border-color: var(--tw-primary-color);
    color: #fff;
  }
  #twarea.topics_detail .p-cta-tour__box .tab2_container .tab2_scroll_wrapper .tab2_btn.active::after {
    background: var(--tw-primary-color);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    height: 5px;
    left: calc(50% - 5px);
    position: absolute;
    top: calc(100% - 1px);
    width: 10px;
  }
  #twarea.topics_detail .p-cta-tour__box .tab2_container .tab2_scroll_wrapper .tab2_arr {
    background: #fff;
    display: none;
    height: calc(100% - 2px);
    position: absolute;
    top: -2px;
    width: 4vw;
    z-index: 2;
  }
  #twarea.topics_detail .p-cta-tour__box .tab2_container .tab2_scroll_wrapper .tab2_arr::after {
    background: url(../img/common/arr_02_black.svg) center center/23.53% auto no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  #twarea.topics_detail .p-cta-tour__box .tab2_container .tab2_scroll_wrapper .tab2_arr.tab2_next_btn {
    border-left: 1px solid var(--border-color-d);
    right: 0;
  }
  #twarea.topics_detail .p-cta-tour__box .tab2_container .tab2_scroll_wrapper .tab2_arr.tab2_prev_btn {
    border-right: 1px solid var(--border-color-d);
    left: 14.93vw;
  }
  #twarea.topics_detail .p-cta-tour__box .tab2_container .tab2_scroll_wrapper .tab2_arr.tab2_prev_btn::after {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  #twarea.topics_detail .p-cta-tour__box.box_b {
    padding: 3.33vw 4vw 4vw;
  }
  #twarea.topics_detail .p-cta-tour__box.box_b .tour_desc {
    font-size: 3.2vw;
    line-height: 1.46;
    margin-bottom: 2.93vw;
  }
  #twarea.topics_detail .p-cta-tour__box.box_b .tour_desc::after {
    left: -4vw;
    width: calc(100% + 8vw);
  }
  #twarea.topics_detail .p-cta-tour__box.box_b .tour_img {
    display: none;
  }
  #twarea.topics_detail .p-cta-tour__box.box_b .tab2_content {
    padding-right: 32.67vw;
  }
  #twarea.topics_detail .p-cta-btmfix__btn {
    background: #fff;
    border-top: 1px solid var(--border-color-c);
    bottom: -12.4vw;
    font-size: 3.2vw;
    height: 12.4vw;
    padding: 1.33vw 10.67vw 1.33vw var(--w-margin);
    transition: opacity 0.4s ease, bottom 0.4s ease;
    width: 100%;
  }
  #twarea.topics_detail .p-cta-btmfix__btn::after {
    aspect-ratio: 1/1;
    background: var(--accent-color) url(../img/common/arr_01_black.svg) center center/43.75% auto no-repeat;
    border-radius: 100vmax;
    right: var(--w-margin);
    width: 4.27vw;
  }
  #twarea.topics_detail .p-cta-btmfix__btn.is_show {
    bottom: 0;
  }
  #twarea.topics_detail .page_content .section.sec_recom {
    --post-item-img-ac: 200 / 132;
    --post-item-img-radius: 1.33vw;
  }
  #twarea.topics_detail .page_content .section.sec_recom + .sec_tour_ranking {
    border-top: 1px solid var(--border-color-d);
  }
  #twarea.topics_detail .page_content .section.sec_recom .sec_head {
    margin-bottom: 2.4vw;
  }
  #twarea.topics_detail .page_content .section.sec_recom .sec_head .head_title {
    margin-top: -1.33vw;
  }
  #twarea.topics_detail .page_content .section.sec_recom .sec_head .head_sbtitle .pc {
    display: none;
  }
  #twarea.topics_detail .page_content .section.sec_recom .sec_body {
    margin-top: 2.4vw;
  }
  #twarea.topics_detail .page_content .section.sec_recom .post_item {
    border-bottom: 1px solid var(--border-color-d);
    padding: 4.27vw 0;
  }
  #twarea.topics_detail .page_content .section.sec_recom .post_item .item_wrap {
    display: flex;
    justify-content: space-between;
  }
  #twarea.topics_detail .page_content .section.sec_recom .post_item .item_wrap .img_wrap {
    aspect-ratio: 200/132;
    border-radius: 1.33vw;
    width: 26.67vw;
  }
  #twarea.topics_detail .page_content .section.sec_recom .post_item .item_wrap .img_wrap .post_icons {
    right: 2.13vw;
    top: 2.13vw;
  }
  #twarea.topics_detail .page_content .section.sec_recom .post_item .item_wrap .txt_wrap {
    flex: 1;
    padding-left: 4vw;
  }
  #twarea.topics_detail .page_content .section.sec_recom .post_item .item_wrap .post_name {
    font-size: 3.2vw;
    line-height: 1.54;
    max-height: calc(6.16em - 1px);
  }
  #twarea.topics_detail .page_content .section.sec_recom .post_item .item_wrap .post_icons {
    display: none;
  }
  #twarea.topics_detail .page_content .section.sec_recom .post_item .item_wrap .post_icons .icon {
    font-size: 2.67vw;
    height: 6.93vw;
    min-width: 12.27vw;
    padding: 0 2vw;
  }
  #twarea.topics_detail .page_content .section.sec_recom .post_item .item_wrap .post_icons .icon + .icon {
    margin-right: 1.33vw;
  }
  #twarea.topics_detail .page_content .section.sec_recom .more_btn {
    margin-top: 6.67vw;
  }
  #twarea.topics_detail .page_content .section.sec_recom .twarea_slider_scroll.slider_recom .slider_nav {
    display: none;
  }
  #twarea.topics_detail .page_content .section.sec_recom .twarea_slider_scroll.slider_recom .scroll_view {
    display: block;
    padding-right: 0;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover){
  #twarea.topics_detail .article_body .post_index_box .index_list a:hover {
    text-decoration: underline;
  }
  #twarea.topics_detail .article_body .post_index_box .index_btn:hover {
    opacity: 0.65;
  }
  #twarea.topics_detail .article_body .entry_slider_nav .swiper-slide:not(.swiper-slide-thumb-active) .slide_img:hover {
    opacity: 0.65;
  }
  #twarea.topics_detail .article_body .entry_slider .swiper-arrow:hover {
    opacity: 0.65;
  }
  #twarea.topics_detail .article_body .entry_contact.btm .contact_btn .link_btn:hover {
    background-color: var(--tw-base-color);
    color: var(--tw-accent-color);
    opacity: 1;
  }
  #twarea.topics_detail .article_body .entry_contact.mid .contact_btn .link_btn:hover {
    background-color: var(--tw-base-color);
    color: var(--tw-accent-color);
    opacity: 1;
  }
  #twarea.topics_detail .entry_tour .tab_list_wrapper .tab_btn:hover {
    color: var(--primary-color);
  }
  #twarea.topics_detail .entry_tour .tab_list_wrapper .tab_btn:hover::after {
    width: 100%;
  }
  #twarea.topics_detail .entry_tour .tab2_container .tab2_scroll_wrapper .tab2_btn:hover {
    opacity: 0.65;
  }
  #twarea.topics_detail .entry_tour .tab2_container .tab2_scroll_wrapper .tab2_btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
  }
  #twarea.topics_detail .entry_tour .tour_box .tour_btn:hover {
    opacity: var(--hover-opacity);
  }
  #twarea.topics_detail .p-cta-tour__box .tour_btn:hover {
    opacity: var(--hover-opacity);
  }
  #twarea.topics_detail .p-cta-tour__box .tab2_container .tab2_scroll_wrapper .tab2_btn:hover {
    opacity: 0.65;
  }
  #twarea.topics_detail .p-cta-tour__box .tab2_container .tab2_scroll_wrapper .tab2_btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
  }
  #twarea.topics_detail .p-cta-btmfix__btn.is_show:hover {
    opacity: var(--hover-opacity);
  }
}
@media (hover: none){
  #twarea.topics_detail .article_body .post_index_box .index_list a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #twarea.topics_detail .article_body .post_index_box .index_list a:active {
    text-decoration: underline;
  }
  #twarea.topics_detail .article_body .post_index_box .index_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #twarea.topics_detail .article_body .post_index_box .index_btn:active {
    opacity: 0.65;
  }
  #twarea.topics_detail .article_body .entry_slider_nav .swiper-slide:not(.swiper-slide-thumb-active) .slide_img {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #twarea.topics_detail .article_body .entry_slider_nav .swiper-slide:not(.swiper-slide-thumb-active) .slide_img:active {
    opacity: 0.65;
  }
  #twarea.topics_detail .article_body .entry_slider .swiper-arrow {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #twarea.topics_detail .article_body .entry_slider .swiper-arrow:active {
    opacity: 0.65;
  }
  #twarea.topics_detail .article_body .entry_contact.btm .contact_btn .link_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #twarea.topics_detail .article_body .entry_contact.btm .contact_btn .link_btn:active {
    background-color: var(--tw-base-color);
    color: var(--tw-accent-color);
    opacity: 1;
  }
  #twarea.topics_detail .article_body .entry_contact.mid .contact_btn .link_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #twarea.topics_detail .article_body .entry_contact.mid .contact_btn .link_btn:active {
    background-color: var(--tw-base-color);
    color: var(--tw-accent-color);
    opacity: 1;
  }
  #twarea.topics_detail .entry_tour .tab_list_wrapper .tab_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #twarea.topics_detail .entry_tour .tab_list_wrapper .tab_btn:active {
    color: var(--primary-color);
  }
  #twarea.topics_detail .entry_tour .tab_list_wrapper .tab_btn:active::after {
    width: 100%;
  }
  #twarea.topics_detail .entry_tour .tab2_container .tab2_scroll_wrapper .tab2_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #twarea.topics_detail .entry_tour .tab2_container .tab2_scroll_wrapper .tab2_btn:active {
    opacity: 0.65;
  }
  #twarea.topics_detail .entry_tour .tab2_container .tab2_scroll_wrapper .tab2_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #twarea.topics_detail .entry_tour .tab2_container .tab2_scroll_wrapper .tab2_btn:active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
  }
  #twarea.topics_detail .entry_tour .tour_box .tour_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #twarea.topics_detail .entry_tour .tour_box .tour_btn:active {
    opacity: var(--hover-opacity);
  }
  #twarea.topics_detail .p-cta-tour__box .tour_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #twarea.topics_detail .p-cta-tour__box .tour_btn:active {
    opacity: var(--hover-opacity);
  }
  #twarea.topics_detail .p-cta-tour__box .tab2_container .tab2_scroll_wrapper .tab2_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #twarea.topics_detail .p-cta-tour__box .tab2_container .tab2_scroll_wrapper .tab2_btn:active {
    opacity: 0.65;
  }
  #twarea.topics_detail .p-cta-tour__box .tab2_container .tab2_scroll_wrapper .tab2_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #twarea.topics_detail .p-cta-tour__box .tab2_container .tab2_scroll_wrapper .tab2_btn:active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
  }
  #twarea.topics_detail .p-cta-btmfix__btn.is_show {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #twarea.topics_detail .p-cta-btmfix__btn.is_show:active {
    opacity: var(--hover-opacity);
  }
}
@media screen and (min-width: 1211px), print{
  #twarea.topics_detail .page_content {
    margin-top: 30px;
  }
}
@media screen and (min-width: 601px), print{
  #twarea.topics_detail .archive_head .head_title {
    display: none;
  }
  #twarea.topics_detail .archive_head .head_filters {
    display: none;
  }
  #twarea.topics_detail .article_head {
    border-bottom: 1px solid var(--border-color-d);
  }
  #twarea.topics_detail .article_head .head_title {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  #twarea.topics_detail .article_head .head_title .post_date {
    font-size: 1.2rem;
    top: 100%;
  }
  #twarea.topics_detail .article_head .head_tags {
    padding-right: 90px;
  }
  #twarea.topics_detail .article_head .head_tags .term_wrap {
    margin-bottom: 10px;
    max-width: 100%;
    overflow: hidden;
  }
  #twarea.topics_detail .article_head .head_author {
    margin: 18px 0 24px;
  }
  #twarea.topics_detail .article_head .head_author:has(.author_thumb) {
    min-height: 72px;
    padding: 5px 0 0 90px;
  }
  #twarea.topics_detail .article_body .post_index_box {
    border-radius: 12px;
    padding: 20px 25px 15px;
  }
  #twarea.topics_detail .article_foot .post_related .related_tit::after, #twarea.topics_detail .article_foot .post_related .related_tit::before {
    margin-top: 5px;
  }
  #twarea.topics_detail .article_foot .post_related .related_tit br {
    display: none;
  }
  #twarea.topics_detail .js-more-toggle-sp .js-more-toggle-btn {
    display: none;
  }
  #twarea.topics_detail .article_body .entry .entry_h3:not(.tour_name):not(.table_tit) + .entry_h4 {
    margin-top: 20px;
  }
  #twarea.topics_detail .article_body .entry_btns .btn_wrap {
    gap: 20px 10px;
    justify-content: center;
  }
  #twarea.topics_detail .article_body .entry_btns .btn_wrap .link_btn {
    max-width: 480px;
    min-width: 130px;
  }
  #twarea.topics_detail .article_body .entry_blog_card .card_txt {
    padding-left: 20px;
    width: calc(100% - 144px);
  }
  #twarea.topics_detail .article_body .entry_contact {
    border-radius: 12px;
  }
  #twarea.topics_detail .article_body .entry_contact.btm {
    margin: 40px auto;
    padding: 30px 25px 24px;
  }
  #twarea.topics_detail .article_body .entry_contact.btm .contact_wrap {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  #twarea.topics_detail .article_body .entry_contact.btm .contact_tel {
    margin: 0 25px;
  }
  #twarea.topics_detail .article_body .entry_contact.btm .contact_tel .tel_num::before {
    aspect-ratio: 1/1;
    background-image: url(../img/common/icon_tel_gray.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    margin-right: 5px;
    width: 24px;
  }
  #twarea.topics_detail .article_body .entry_contact.btm .contact_tel .tel_btn {
    display: none;
  }
  #twarea.topics_detail .article_body .entry_contact.mid {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin: 40px auto;
    padding: 24px 25px;
  }
  #twarea.topics_detail .article_body .entry_contact.mid .contact_sbtit {
    width: 28.13%;
  }
  #twarea.topics_detail .article_body .entry_contact.mid .contact_btn {
    max-width: 240px;
    width: 37.5%;
  }
  #twarea.topics_detail .article_body .entry_contact.mid .contact_wrap {
    width: 32.03%;
  }
  #twarea.topics_detail .article_body .entry_contact.mid .contact_tel .tel_num::before {
    aspect-ratio: 1/1;
    background-image: url(../img/common/icon_tel_gray.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    margin-left: 2px;
    margin-right: 6px;
    width: 15px;
  }
  #twarea.topics_detail .article_body .entry_contact.mid .contact_tel .tel_btn {
    display: none;
  }
  #twarea.topics_detail .article_body .entry_contact.mid .contact_time {
    letter-spacing: -0.06em;
    margin: 5px -5% 0 0;
  }
  #twarea.topics_detail .entry_tour .tour_link_btn + .p-cta-tour__btn {
    margin-top: 20px;
  }
  #twarea.topics_detail .entry_tour .tab_content_wrapper {
    padding-top: 20px;
  }
  #twarea.topics_detail .entry_tour .tab2_container {
    border-top: 0;
    padding-top: 0;
  }
  #twarea.topics_detail .entry_tour .tab2_container .tab2_scroll_wrapper {
    height: 30px;
    margin-bottom: 10px;
    padding-left: 0;
  }
  #twarea.topics_detail .entry_tour .tab2_container .tab2_scroll_wrapper::before {
    display: none;
  }
  #twarea.topics_detail .entry_tour .tab2_container .tab2_scroll_wrapper .tab2_list {
    display: flex;
    gap: 0 6px;
    overflow-x: visible;
    padding-bottom: 0;
    width: 100%;
  }
  #twarea.topics_detail .entry_tour .tab2_container .tab2_scroll_wrapper .tab2_list:has(> .tab2_btn:nth-child(8)) .tab2_btn small {
    font-size: 69.23%;
    line-height: 1.1;
  }
  #twarea.topics_detail .entry_tour .tab2_container .tab2_scroll_wrapper .tab2_btn {
    align-items: center;
    background: var(--bg-primary-color-light);
    border: 1px solid var(--primary-color-light);
    border-radius: 3.8px;
    color: var(--primary-color-light);
    display: flex;
    flex: auto;
    font-size: 1.3rem;
    font-weight: 600;
    height: 30px;
    justify-content: center;
    margin: 0;
    width: calc(100% - 3px);
  }
  #twarea.topics_detail .entry_tour .tab2_container .tab2_scroll_wrapper .tab2_btn.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    cursor: default;
    pointer-events: none;
    position: relative;
  }
  #twarea.topics_detail .entry_tour .tab2_container .tab2_scroll_wrapper .tab2_btn.active::after {
    aspect-ratio: 1/1;
    background: url(../img/common/icon_checked_yellow.svg) center center/100% auto no-repeat;
    clip-path: none;
    content: "";
    height: auto;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 16px;
  }
  #twarea.topics_detail .entry_tour .tour_box {
    min-height: 250px;
    padding: 15px 15px 18px 34.06%;
  }
  #twarea.topics_detail .entry_tour .tour_box .tour_name::after {
    width: calc(100% + 15px);
  }
  #twarea.topics_detail .entry_tour .tour_box .tour_img {
    aspect-ratio: 210/230;
    border-radius: 12px 0 40px 0;
    left: -3px;
    position: absolute;
    top: -3px;
    width: 30.43%;
  }
  #twarea.topics_detail .entry_tour .tour_box .tour_desc {
    margin-bottom: 12px;
    min-height: calc(1.56 * 2 * 1em - 1px);
  }
  #twarea.topics_detail .entry_tour .tour_box .tour_price .price {
    font-size: 1.3rem;
    margin: 2px 0 5px 0;
  }
  #twarea.topics_detail .entry_tour .tour_box .tour_price .att {
    font-size: 1rem;
    line-height: 16px;
  }
  #twarea.topics_detail .entry_tour .tour_box.large_img {
    min-height: 287px;
    padding-left: 53.91%;
  }
  #twarea.topics_detail .entry_tour .tour_box.large_img .tour_img {
    aspect-ratio: 340/254;
    border-radius: 12px;
    left: 15px;
    top: 15px;
    width: 49.28%;
  }
  #twarea.topics_detail .entry_tour .tour_box.large_img .tour_name {
    font-size: 1.7rem;
    line-height: 1.41;
  }
  #twarea.topics_detail .entry_tour .tour_box.large_img .tour_desc {
    font-size: 1.35rem;
    line-height: 1.56;
  }
  #twarea.topics_detail .entry_tour .tour_box.large_img .tour_tab {
    margin-top: auto;
    text-align: right;
    width: 100%;
  }
  #twarea.topics_detail .entry_tour .tour_box.large_img .tour_price {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #twarea.topics_detail .entry_tour .tour_box.large_img .tour_price .per {
    margin-right: 5px;
  }
  #twarea.topics_detail .entry_tour .tour_box.large_img .tour_price .att {
    margin-top: 5px;
    width: 100%;
  }
  #twarea.topics_detail .entry_tour .tour_box.large_img .tour_btn {
    margin-left: auto;
    margin-top: 8px;
    position: relative;
  }
  #twarea.topics_detail .entry_tour .tour_box:not(:has(.tour_name)) {
    min-height: 226px;
  }
  #twarea.topics_detail .entry_tour .tour_box:not(:has(.tour_name)) .tour_img {
    aspect-ratio: 210/206;
  }
  #twarea.topics_detail .entry_tour .tour_box:not(:has(.tour_name)) .tour_desc {
    margin-bottom: 13px;
    min-height: calc(1.56 * 3 * 1em - 12px);
  }
  #twarea.topics_detail .entry_tour .tour_box:not(:has(.tour_name)) .tour_tab {
    padding-top: 17px;
    position: relative;
  }
  #twarea.topics_detail .entry_tour .tour_box:not(:has(.tour_name)) .tour_tab::after {
    background: var(--border-color-d);
    bottom: 100%;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: calc(100% + 15px);
  }
  #twarea.topics_detail .entry_tour .tour_box.soldout .tour_tab {
    padding-top: 0;
  }
  #twarea.topics_detail .entry_tour .tour_box.soldout:not(:has(.tour_name)) .tour_tab {
    margin-top: 30px;
  }
  #twarea.topics_detail .entry_tour .tour_box.soldout:not(:has(.tour_name)) .tour_tab::after {
    top: -17px;
  }
  #twarea.topics_detail .entry_tour .tour_box.soldout.large_img .tour_tab {
    flex: 1;
    margin: 0;
  }
  #twarea.topics_detail .entry_tour .tour_box.box_api {
    display: flex;
    justify-content: space-between;
    min-height: auto;
    padding: 0;
  }
  #twarea.topics_detail .entry_tour .tour_box.box_api .tour_recom {
    background: var(--primary-color-light2);
    border-radius: 0 0 6px 6px;
    font-size: 1.32rem;
    height: 30px;
    left: 12px;
    min-width: 180px;
    padding: 0 10px;
    top: -3px;
  }
  #twarea.topics_detail .entry_tour .tour_box.box_api .tour_desc {
    margin-bottom: 0;
    min-height: auto;
    padding: 34px 15px 12px 15px;
    position: relative;
    width: calc(100% - 235px);
  }
  #twarea.topics_detail .entry_tour .tour_box.box_api .tour_desc::after {
    background: var(--border-color-d);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
  }
  #twarea.topics_detail .entry_tour .tour_box.box_api .tour_tab {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 12px 15px;
    width: 235px;
  }
  #twarea.topics_detail .entry_tour .tour_box.box_api .tour_tab::after {
    display: none;
  }
  #twarea.topics_detail .entry_tour .tour_box.box_api .tour_price {
    text-align: right;
  }
  #twarea.topics_detail .entry_tour .tour_box.box_api .tour_btn {
    margin: 10px 0 0 auto;
    position: relative;
  }
  #twarea.topics_detail .p-cta-tour__btn + .p-cta-tour__btn {
    margin-top: 20px;
  }
  #twarea.topics_detail .p-cta-tour__box .tour_price .price {
    font-size: 1.3rem;
    margin: 2px 0 5px 0;
  }
  #twarea.topics_detail .p-cta-tour__box .tour_price .att {
    font-size: 1rem;
    line-height: 16px;
  }
  #twarea.topics_detail .p-cta-tour__box .tab2_container .tab2_scroll_wrapper {
    height: 30px;
    margin-bottom: 10px;
  }
  #twarea.topics_detail .p-cta-tour__box .tab2_container .tab2_scroll_wrapper .tab2_list {
    display: flex;
    gap: 0 6px;
    width: 100%;
  }
  #twarea.topics_detail .p-cta-tour__box .tab2_container .tab2_scroll_wrapper .tab2_list:has(> .tab2_btn:nth-child(8)) .tab2_btn small {
    font-size: 69.23%;
    line-height: 1.1;
  }
  #twarea.topics_detail .p-cta-tour__box .tab2_container .tab2_scroll_wrapper .tab2_btn {
    align-items: center;
    background: var(--bg-primary-color-light);
    border: 1px solid var(--primary-color-light);
    border-radius: 3.8px;
    color: var(--primary-color-light);
    display: flex;
    font-size: 1.3rem;
    font-weight: 600;
    height: 30px;
    justify-content: center;
    width: calc(100% - 3px);
  }
  #twarea.topics_detail .p-cta-tour__box .tab2_container .tab2_scroll_wrapper .tab2_btn.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    cursor: default;
    pointer-events: none;
    position: relative;
  }
  #twarea.topics_detail .p-cta-tour__box .tab2_container .tab2_scroll_wrapper .tab2_btn.active::after {
    aspect-ratio: 1/1;
    background: url(../img/common/icon_checked_yellow.svg) center center/100% auto no-repeat;
    content: "";
    left: -4px;
    position: absolute;
    top: -4px;
    width: 16px;
  }
  #twarea.topics_detail .p-cta-tour__box.box_b {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 12px 15px 15px;
  }
  #twarea.topics_detail .p-cta-tour__box.box_b .tour_desc {
    margin-bottom: 18px;
    padding-bottom: 5px;
    position: relative;
    width: 100%;
  }
  #twarea.topics_detail .p-cta-tour__box.box_b .tour_img {
    aspect-ratio: 128/96;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    width: 128px;
  }
  #twarea.topics_detail .p-cta-tour__box.box_b .tour_img img {
    -o-object-fit: cover;
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #twarea.topics_detail .p-cta-tour__box.box_b .tour_tab {
    width: calc(100% - 128px - 17px);
  }
  #twarea.topics_detail .p-cta-btmfix__btn {
    background: rgba(0, 0, 0, 0.7);
    border-left: 1px solid var(--primary-color-light);
    border-radius: 20px 0 0 0;
    border-top: 1px solid var(--primary-color-light);
    bottom: 0;
    color: #fff;
    height: 66px;
    justify-content: center;
    padding: 5px 50px 5px 20px;
    transition: opacity 0.4s ease;
    width: 312px;
  }
  #twarea.topics_detail .page_content .section.sec_recom {
    --section-padding-t: 0;
    --post-item-img-ac: 246 / 162;
    --post-item-img-radius: 13px;
  }
  #twarea.topics_detail .page_content .section.sec_recom .sec_head .head_sbtitle .sp {
    display: none;
  }
  #twarea.topics_detail .page_content .section.sec_recom .post_item .item_wrap .img_wrap {
    width: 100%;
  }
  #twarea.topics_detail .page_content .section.sec_recom .post_item .item_wrap .txt_wrap {
    padding-top: 15px;
    position: relative;
  }
  #twarea.topics_detail .page_content .section.sec_recom .more_btn {
    display: none;
  }
  #twarea.topics_detail .page_content .section.sec_recom .twarea_slider_scroll.slider_recom {
    --slider-scroll-gap: 16px;
    --slider-scroll-item-w: 246px;
    --slider-scroll-item-img-ac: 246 / 170;
    margin-bottom: 14px;
    margin-top: 0;
  }
  #twarea.topics_detail .page_content .section.sec_recom .twarea_slider_scroll.slider_recom .slider_nav {
    top: calc(50% - 18px);
  }
}
@media screen and (min-width: 961px), print{
  #twarea.topics_detail .content_main {
    padding: 34px 40px 60px;
    width: 70.25%;
  }
  #twarea.topics_detail .content_main::after {
    border-radius: 50px;
    margin-left: 0;
    width: 100%;
  }
  #twarea.topics_detail .archive_head .head_site_name {
    bottom: calc(100% + 34px + 6px);
    font-size: 1.1rem;
    letter-spacing: 0.24em;
    line-height: 1;
    position: absolute;
    right: 15px;
  }
  #twarea.topics_detail .article_head .head_icons {
    height: 33px;
    left: 20px;
    min-width: 58px;
    top: -10px;
  }
}