@charset "UTF-8";

div[class*="anchorMenu_fix"] {
  position: fixed;
  z-index: 120000;
  top: -100px;
  opacity: 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.anchorMenu .anchorMenu_inner {
  display: flex;
  justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1160px;
  border-left: #d3d3d3 solid 1px;
  border-right: #d3d3d3 solid 1px;
}
.anchorMenu_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
	width: 100%;
}
.anchorMenu_box .link_wrap {
	width: 100%;
	border-right: #d3d3d3 solid 1px;
}
.anchorMenu_box .link_wrap a {
  display: flex;
	justify-content: center;
	align-items: center;
}
.kvWrap {
  width: 100%;
}
.contents_inner {
	max-width: 1160px;
	margin: 0 auto;
}
@media only screen and (max-width:767.98px) {
	.anchorMenu .anchorMenu_inner {
		display: block;
		border-left: none;
		border-right: none;
	}
	.contents_inner {
		max-width: 100%;
	}
}
/*------------------------------------------------------------------------------------------------*/
div[class*="anchorMenu_fix"] {
  position: fixed;
  z-index: 11;
  top: -000px;
  opacity: 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.navi {
  position: fixed;
  z-index: 9999;
  width: 3.1%;
  top: 35%;
  right: 0;
}
.sticky {
  position: sticky;
  top: 8%;
  z-index: 9999;
}
/*------------------------------------------------------------------------------------------------*/
.top_tit{
    width: 100%;
}
.kvWrap {
  display: flex;
  justify-content: space-between;
}
/*------------------------------------------------------------------------------------------------*/
main h1 {
  font-size: clamp(25px, 1.9vw, 36px);
  color: #333333;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0;
}
main h1 span {
  position: relative;
  z-index: 2;
}
/*main h1::before {
  display: inline-block;
  content: "";
  width: 97px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 0;
  background: url("../img/common/ivy_illust.svg") no-repeat center;
  background-size: 97px 45px;
  transform: scale(-1, 1) translateY(-50%);
  -webkit-transform: scale(-1, 1) translateY(-50%);
  -ms-transform: scale(-1, 1) translateY(-50%);
  z-index: 0;
}
main h1::after {
  display: inline-block;
  content: "";
  width: 97px;
  height: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  background: url("../img/common/ivy_illust.svg") no-repeat center;
  background-size: 97px 45px;
  z-index: 0;
}*/
/*------------------------------------------------------------------------------------------------*/
input {
  display: none;
}
#overlay {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 70;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Header__navi__block {
  z-index: 10 !important;
}
#bg_gray {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
div[id^="window"] {
  width: 60%;
  padding: 10px;
  position: fixed;
  background: #fff;
  box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.6);
  z-index: 9999;
  opacity: 0;
}
/*------------------------------------------------------------------------------------------------*/
.red_txt a {
  color: #cc0d21 !important;
}
.red_txt a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 100%;
  height: 9px;
  transform: translateX(50%);
  margin: auto;
  border-bottom: 4px solid #cc0d21;
}
/*------------------------------------------------------------------------------------------------*/
section {
	margin-top: 40px;
}
.contents_inner > section + section {
	margin-top: 80px;
}
section h2 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #333333;
}
section .course__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
section .course__list li {
  width: 49%;
}
section .course__list li a {
  display: block;
  padding: 10px;
  box-shadow: 0px 1px 4px #d2d2d2;
  border-radius: 5px;
  width: 100%;
}
section .course__list li a .course_no {
  font-size: 1.4rem;
  border: 1px solid #dddddd;
  width: 90px;
  padding: 3px 0;
  color: #333333;
  text-align: center;
  line-height: 1;
}
section .course__list li a .course_tit {
  text-decoration: underline;
  color: #0058a4;
  font-size: 2rem;
  font-weight: bold;
}
section .course__list li a:hover .course_tit {
  text-decoration: none;
}
section .course__list li a .course_plan {
  font-size: 1.3rem;
  color: #707070;
  line-height: 1.2;
  margin-top: 10px;
}
section .course__list li a .course_plan .course_price {
  font-size: 2.8rem;
  color: #cc0d21;
  display: block;
  font-weight: bold;
}
/*------------------------------------------------------------------------------------------------*/
section[class*="-tour-overseas-info"] {
  padding: 0;
  width: 100%;
}
section[class*="-tour-overseas-info-box"] {
  padding: 0 !important;
}
div[class*="-tour-overseas-info-box__button"] {
  display: none;
}
a[class*="-tour-overseas-info-box__block__type"] {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  background: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  border-radius: 5px;
  border: 1px solid #dedede;
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1));
  color: #333333;
}
a[class*="-tour-overseas-info-box__block__type"]:hover {
  opacity: 0.7;
}
div[class*="-tour-overseas-info-box__block__text"] {
  width: 74%;
  padding: 10px;
  color: #333333;
}
div[class*="-tour-overseas-info-box__block__title"] {
  width: 100%;
  font-size: 1.8rem;
  text-decoration: underline;
  color: #006699;
}
div[class*="-tour-overseas-info-box__block__img"] {
  width: 120px;
}
div[class*="-tour-overseas-info-box__block__img"] .imgBox {
  max-width: 120px;
  height: 100%;
}
div[class*="-tour-overseas-info-box__block__img"] img {
  width: auto;
  height: 100%;
  border-radius: 5px 0 0 5px;
  object-fit: cover;
}
div[class*="-tour-overseas-info-box__block__date_box"] {
  display: flex;
  justify-content: flex-start;
}
div[class*="-tour-overseas-info-box__block__img"] .caption {
  display: none;
}
.js-equal-height__block {
  height: auto !important;
}
.briefing_cont section {
  margin: 0;
}
/*------------------------------------------------------------------------------------------------*/
.area_spot_wrap {
  position: relative;
}
.area_spot h2, .customer_reviews h2, .qa h2 ,#Anchor01 h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  position: relative;
  margin: 20px 0 20px;
  padding: 15px 0;
}
#europe .area_spot h2 {
  background: #04596d;
}
#canada .area_spot h2 {
  background: #1f37b1;
}
.area_spot h2 p, .customer_reviews h2 p, .qa h2 p, #Anchor01 h2 p {
  position: relative;
  z-index: 2;
  display: inline;
}
/*.area_spot h2 p::before, .customer_reviews h2 p::before, .qa h2 p::before, #Anchor01 h2 p::before {
  display: inline-block;
  content: "";
  width: 97px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: -100px;
  background: url("../img/common/ivy_illust.svg") no-repeat center;
  background-size: 97px 45px;
  transform: scale(-1, 1) translateY(-50%);
  z-index: 0;
}
.area_spot h2 p::after, .customer_reviews h2 p::after, .qa h2 p::after, #Anchor01 h2 p::after {
  display: inline-block;
  content: "";
  width: 97px;
  height: 45px;
  position: absolute;
  top: 50%;
  right: -100px;
  background: url("../img/common/ivy_illust.svg") no-repeat center;
  background-size: 97px 45px;
  transform: translateY(-50%);
  z-index: 0;
}*/
.area_spot .spot__attn {
  justify-content: flex-start;
  /*align-items:stretch;*/
  flex-wrap: wrap;
  display: flex;
  gap: 16px;
  height: 100%;
}
.area_spot__box {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.area_spot__box .map {
  /*position: absolute;
  top: 6%;
  right: 1%;
	width: 35%;*/
  margin: 0 auto;
  text-align: center;
}
.area_spot .spot__attn li.spot__attn__box {
	width: calc((100% - 32px) / 3);
  background-color: #f7f7f7;
  border-radius: 5px 5px 0 0;
  display: flex;
  flex-direction: column;
}
.spot__attn__box {
	position: relative;
}
.spot__attn__box .spot__attn__tagBox {
	position: absolute;
	top: 7px;
	left: 7px;
	display: flex;
  flex-wrap: wrap;
  margin: 0;
  gap: 5px;
	z-index: 2;
}
.spot__attn__box .spot__attn__tagBox .tag_country {
	padding: 5px 10px 3px;
  color: #fff;
  font-size: 1.3rem;
  background: rgb(0 0 0 / .5);
  border-radius: 30px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -.5px;
}
@media (max-width: 767px) {
	.spot__attn__box .spot__attn__tagBox .tag_country {
		margin: 0 5px 5px 0;
    padding: 3px 9px 2px;
    font-size: 1.2rem;
	}
}
.dots-class button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.dots-class {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.dots-class li {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #000066;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
  transition: background-color .5s ease;
}
.dots-class li.slick-active {
  background-color: #000066;
}
.dots-class li:hover {
  background-color: #000066;
}
.dots-class li:last-child {
  margin-right: 0;
}
.area_spot .slide-items li.spot__attn__box {
  margin: 10px !important;
  width: 275px !important;
}
/*.area_spot .spot__attn::after {
  content: "";
  display: block;
  width: 30%;
}*/
.area_spot .spot__attn li.spot__attn__box {
  margin: 20px 0;
}
.area_spot .spot__attn li.spot__attn__box:nth-child(n+4) {
  order: 1;
}
.area_spot .spot__attn li.spot__attn__box h4 {
  margin: 0 0 10px;
  height: auto;
}
.area_spot .spot__attn li.spot__attn__box .note_box {
  margin: 10px;
  height: auto;
}
.area_spot .spot__attn figure {
  position: relative;
}
.area_spot .spot__attn figure img {
  border-radius: 5px 5px 0 0;
}
.area_spot .spot__attn figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  padding: 10px 10px 0;
  font-weight: bold;
  color: #ffffff;
}
.area_spot .spot__attn figcaption.ic_attn_city span, .area_spot .spot__attn figcaption.ic_attn_worldheritage span, .area_spot .spot__attn figcaption.ic_gift_gourmet span, .area_spot .spot__attn figcaption.ic_gift_souvenir span, .area_spot .spot__attn figcaption.ic_spot span {
  position: relative;
  padding-left: 25px;
}
.area_spot .spot__attn figcaption.ic_attn_city span::before {
  content: "";
  width: 40px;
  height: 20px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url("../img/common/spot_icon/ic_attn_city.svg") no-repeat;
  background-size: auto 20px;
  left: 0;
}
.area_spot .spot__attn figcaption.ic_attn_worldheritage span::before {
  content: "";
  width: 40px;
  height: 20px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url("../img/common/spot_icon/ic_attn_worldheritage.svg") no-repeat;
  background-size: auto 20px;
  left: 0;
}
.area_spot .spot__attn figcaption.ic_gift_gourmet span::before {
  content: "";
  width: 40px;
  height: 20px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url("../img/common/spot_icon/ic_gift_gourmet.svg") no-repeat;
  background-size: auto 20px;
  left: 0;
}
.area_spot .spot__attn figcaption.ic_gift_souvenir span::before {
  content: "";
  width: 40px;
  height: 20px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url("../img/common/spot_icon/ic_gift_souvenir.svg") no-repeat;
  background-size: auto 20px;
  left: 0;
}
.area_spot .spot__attn figcaption.ic_spot span::before {
  content: "";
  width: 40px;
  height: 20px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url("../img/common/spot_icon/ic_spot.svg") no-repeat;
  background-size: auto 20px;
  left: 0;
}
.slick-dots li button:before {
	display: none;
  /*font-size: 3rem !important;*/
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  background: #cccccc;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  border-radius: 20px;
}
.slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background: #76cffe;
}
.slick-dots li.slick-active button:before {
  color: #76cffe !important;
  opacity: 1 !important;
}
.slick-dots {
  bottom: -30px !important;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  color: #76cffe !important;
  opacity: 1 !important;
}
.slick-dotted.slick-slider {
  margin: 30px 0 60px !important;
}
.slick-slide {
  height: auto;
}
.slick-track {
  display: flex !important;
}
/*------------------------------------------------------------------------------------------------*/
.feature_box {
  margin: 60px 0;
  padding: 40px 60px 90px;
  background: #edf6ff;
}
.home-tour-overseas-feature,
.chubu-tour-overseas-feature,
.kansai-tour-overseas-feature,
.kyushu-tour-overseas-feature {
  margin: 0;
}
.overseas_list {
  display: flex;
  justify-content: center;
  width: 100%;
}
.overseas_list .home-tour-overseas-rank,
.overseas_list .chubu-tour-overseas-rank,
.overseas_list .kansai-tour-overseas-rank,
.overseas_list .kyushu-tour-overseas-rank {
  position: relative;
}
.home-tour-overseas-ranking__item:nth-child(n+3),
.chubu-tour-overseas-ranking__item:nth-child(n+3),
.knasai-tour-overseas-ranking__item:nth-child(n+3),
.kyushu-tour-overseas-ranking__item:nth-child(n+3) {
  margin-right: 0 !important;
}
.home-tour-overseas-ranking__item:nth-child(n+4),
.chubu-tour-overseas-ranking__item:nth-child(n+4),
.kansai-tour-overseas-ranking__item:nth-child(n+4),
.kyushu-tour-overseas-ranking__item:nth-child(n+4) {
  display: none;
}
.home-tour-overseas-recommend__list-wrap,
.chubu-tour-overseas-recommend__list-wrap,
.kansai-tour-overseas-recommend__list-wrap,
.kyushu-tour-overseas-recommend__list-wrap {
  overflow: hidden;
  width: 100%;
}
.home-tour-overseas-ranking__list-wrap,
.chubu-tour-overseas-ranking__list-wrap,
.kansai-tour-overseas-ranking__list-wrap,
.kyushu-tour-overseas-ranking__list-wrap {
  width: 100%;
}
/*.home-tour-overseas-ranking__item {
  width: 260px !important;
  max-width: 260px !important;
}
.home-tour-overseas-recommend__item {
  width: 260px !important;
  max-width: 260px !important;
}*/
body {
  counter-reset: number 0;
}
.home-tour-overseas-ranking__rank:before {
  counter-increment: number 1;
  content: counter(number);
}
.home-tour-overseas-rank_box_link,
.chubu-tour-overseas-rank_box_link,
.kansai-tour-overseas-rank_box_link,
.kyushu-tour-overseas-rank_box_link {
  position: absolute;
  top: 5px;
  right: 0;
}
.home-tour-overseas-recommend {
  margin-top: 0;
}
.home-tour-overseas-ranking__scrollbar, .home-tour-overseas-recommend__scrollbar,
.chubu-tour-overseas-ranking__scrollbar, .chubu-tour-overseas-recommend__scrollbar,
.kansai-tour-overseas-ranking__scrollbar, .kansai-tour-overseas-recommend__scrollbar,
.kyushu-tour-overseas-ranking__scrollbar, .kyushu-tour-overseas-recommend__scrollbar {
  margin-top: 10px;
}
.home-tour-overseas-recommend__card__title {
  line-height: 1.4;
}
.home-tour-overseas-recommend__card__img__caption {
  line-height: 1.1;
}
.home-tour-overseas-recommend__card__body {
  padding: 10px;
}
/*--*/
.home-tour-overseas-ranking__card__body {
  padding: 10px;
}
.home-tour-overseas-ranking__card__title {
  line-height: 1.4;
  /*min-height: 103px;*/
}
.home-tour-overseas-recommend__list-wrap,
.chubu-tour-overseas-recommend__list-wrap,
.kansai-tour-overseas-recommend__list-wrap,
.kyushu-tour-overseas-recommend__list-wrap {
  width: 100%;
  /*max-width: 815px;*/
  margin-top: 17px;
  margin: 0 auto;
}
.home-tour-overseas-ranking__list-wrap {
  width: 100%;
  /*max-width: 815px;*/
  margin: 12px auto 0;
}
/*------------------------------------------------------------------------------------------------*/
.abroad-utility-contact {
  border-bottom: 1px solid #ddd;
}
.abroad-utility {
  margin: 0 auto;
  max-width: 1120px;
}
.abroad-utility-contact {
  justify-content: space-between;
  display: flex;
}
.abroad-utility-contact__heading {
  margin: 0
}
.abroad-utility-contact__tel__type, .abroad-utility-contact__tel__type[href^="tel:"] {
  display: flex !important;
  align-items: center
}
.abroad-utility-contact__tel__badge {
  border: 1px solid #ddd;
  border-radius: 50px;
  color: #000;
  text-align: center
}
.abroad-utility-contact__tel__number {
  display: flex;
  color: #000
}
.abroad-utility-contact__tel__number__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center
}
.abroad-utility-contact__fax {
  display: flex !important;
  align-items: center
}
.abroad-utility-contact__fax__badge {
  border: 1px solid #ddd;
  border-radius: 50px;
  color: #000;
  text-align: center
}
.abroad-utility-contact__fax__number {
  display: flex;
  color: #000
}
.abroad-utility-contact__fax__number__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center
}
.abroad-utility-contact-notes {
  margin: 0;
}
.abroad-utility-contact-notes__list {
  position: relative;
  padding-left: 1.3em;
  list-style: none
}
.abroad-utility-contact-notes__list__mark {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}
.abroad-utility-nav {
  display: flex
}
.abroad-utility-nav__type, .abroad-utility-nav__type--blank, .abroad-utility-nav__type--pdf {
  display: flex;
  align-items: center;
  height: 100%
}
.abroad-utility-nav__type--blank {
  position: relative
}
.abroad-utility-nav__type--blank:after {
  position: absolute;
  content: ""
}
.abroad-utility-nav__type--pdf {
  position: relative
}
.abroad-utility-nav__type--pdf:after {
  position: absolute;
  content: ""
}
.abroad-utility-nav__label--ab {
  color: #000;
  transition: color .25s cubic-bezier(.4, 0, .2, 1) 0s
}
.abroad-utility-nav__label--ab {
  background: url(/med/app-files/img/cmn_ic43.png) no-repeat 0 35%
}
.anc {
  position: fixed;
  z-index: -1;
  top: 109px;
  left: 0;
  width: 100%;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  background: #F7F7F7;
  opacity: 0;
}
/*------------------------------------------------------------------------------------------------*/
.flex {
  display: flex;
  justify-content: center;
  background: #F7F7F7;
}
.navi {
  position: fixed;
  z-index: 2;
  width: 3.1%;
  top: 35%;
  right: 0;
}
.sticky__navi {
  animation: fadeIn 0.2s ease 0.2s 1 normal backwards;
  opacity: 1;
}
@keyframes fadeIn {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.sticky__opacity {
  opacity: 0;
}
.home-tour-overseas__course-wrap--hokkaido .home-tour-overseas__course {
  justify-content: center;
}
.home-tour-overseas__course-wrap--hokkaido .home-tour-overseas__course__button {
  flex-basis: 100%;
  width: 100%;
}
.bgSet {
  background: none;
  background-color: #f3f3f3;
  /* padding: 57px 0; */
  border-radius: 5px;
  background-position: center;
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1));
  font-size: 17px;
  color: #6d6d6d;
}
.bgSet::before {
  content: "海外旅行説明会は、";
  display: inline-block;
}
/*------------------------------------------pc---------------------------------------*/
@media only screen and (min-width:767.98px) {
  .spOnly {
    display: none;
  }
  .anchor li a:hover {
    opacity: 0.7;
  }
  .column_2 dt.accordion_tit:hover {
    opacity: 0.6;
  }
  .tab_area:hover {
    opacity: 0.6;
  }
  .qa dt.accordion_tit:hover {
    opacity: 0.6;
  }
  .ebook_box a:hover {
    opacity: 0.7;
  }
  .home-utility-contact {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  .abroad-utility {
    margin-top: 2em
  }
  .abroad-utility__body, .abroad-utility__head {
    width: calc((100% - 36px)/2)
  }
  .abroad-utility__body {
    margin-left: 36px
  }
  .abroad-utility-heading {
    justify-content: flex-start;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd
  }
  .abroad-utility-heading__title {
    font-size: 2.8rem;
    font-weight: 700;
    margin: 0;
  }
  .hokkaido-utility-heading__note {
    font-size: 1.6rem;
  }
  .abroad-utility-heading__view {
    margin-left: 25px
  }
  .abroad-utility-heading__view__type:hover {
    border-color: #cc0d21
  }
  .abroad-utility-heading__view__type:hover .abroad-utility-heading__view__label {
    color: #cc0d21
  }
  .abroad-utility-heading__view__label {
    padding: 9px 37px 4px 28px;
    font-weight: 700
  }
  .abroad-utility-heading__view__label:after {
    top: calc(50% - 4px);
    right: 18px;
    width: 8px;
    height: 8px
  }
  .abroad-utility-qanda__item {
    margin-top: 34px;
    padding-bottom: 30px
  }
  .abroad-utility-qanda__question {
    padding: 0 0 0 47px
  }
  .abroad-utility-qanda__question:before {
    width: 23px;
    height: 27px;
    background-size: 23px auto
  }
  .abroad-utility-qanda__answer {
    margin-top: 20px;
    padding: 0 0 0 47px;
    font-weight: 700
  }
  .abroad-utility-qanda__answer:before {
    width: 22px;
    height: 22px;
    background-size: 22px auto
  }
  .abroad-utility-qanda__link-list {
    margin: 13px 0 0
  }
  .abroad-utility-qanda__link-list > li + li {
    margin-top: 10px
  }
  .abroad-utility-qanda__link-list__type--pdf:hover, .abroad-utility-qanda__link-list__type:hover {
    color: #cc0d21;
    text-decoration: none !important
  }
  .abroad-utility-qanda__link-list__filesize {
    margin-left: 5px;
    font-weight: 500
  }
  .abroad-utility-contact__item {
    margin-top: 24px;
    padding-bottom: 25px
  }
  .abroad-utility-contact__item + .abroad-utility-contact__item {
    margin-top: 22px
  }
  .abroad-utility-contact__head {
    display: flex;
    align-items: baseline
  }
  .abroad-utility-contact__heading {
    flex-shrink: 0;
    font-size: 2rem;
    font-weight: 700
  }
  .abroad-utility-contact__heading__sub {
    margin-left: 18px
  }
  .abroad-utility-contact__heading__sub-v2 {
    margin-left: 5px
  }
  .abroad-utility-contact__tel {
    margin-top: 6px
  }
  .abroad-utility-contact__tel + .abroad-utility-contact__tel {
    margin-top: 0
  }
  .abroad-utility-contact__tel__type, .abroad-utility-contact__tel__type[href^="tel:"] {
    cursor: default;
    pointer-events: none
  }
  .abroad-utility-contact__tel__badge {
    width: 160px;
    margin-right: 21px;
    padding: 3px 10px;
    font-weight: 700
  }
  .abroad-utility-contact__tel__number {
    font-size: 2.6rem;
    font-weight: 700
  }
  .abroad-utility-contact__tel__number__icon {
    width: 38px;
    margin-right: 10px;
    margin-left: 5px
  }
  .abroad-utility-contact__fax {
    margin-top: 4px
  }
  .abroad-utility-contact__fax + .abroad-utility-contact__fax {
    margin-top: 0
  }
  .abroad-utility-contact__fax__badge {
    width: 160px;
    margin-right: 21px;
    padding: 3px 10px 1px;
    font-weight: 700
  }
  .abroad-utility-contact__fax__number {
    font-size: 2.6rem;
    font-weight: 700
  }
  .abroad-utility-contact__fax__number__icon {
    width: 38px;
    margin-right: 10px;
    margin-left: 5px
  }
  .abroad-utility-contact-notes.util-sp-hidden {
    margin-top: 20px
  }
  .abroad-utility-contact-notes {
    margin-top: 5px
  }
  .abroad-utility-contact-notes__list {
    color: #666;
    font-size: 1.4rem
  }
  .abroad-utility-contact-notes__list + .abroad-utility-contact-notes__list {
    margin-top: 3px
  }
  .abroad-utility-contact__item + .abroad-utility-contact-notes {
    margin-top: 19px
  }
  .abroad-utility-nav {
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 5px
  }
  .abroad-utility-nav-wrap {
    margin-top: 65px;
    border-radius: 5px;
  }
  .abroad-utility-nav__item {
    margin: 0 auto;
    width: 654px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
    background: #0da06b;
    border-radius: 10px;
  }
  .abroad-utility-nav__item:hover {
    background: #0eb378;
  }
  .abroad-utility-nav__item + .abroad-utility-nav__item:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: calc(100% - 32px);
    margin: auto;
    background: #ddd;
    content: ""
  }
  .abroad-utility-nav__type, .abroad-utility-nav__type--blank, .abroad-utility-nav__type--pdf {
    justify-content: center;
    min-height: 78px;
    padding: 10px 15px
  }
  .abroad-utility-nav__type--blank:hover, .abroad-utility-nav__type--pdf:hover .abroad-utility-nav__label--ab {
    color: #cc0d21
  }
  .abroad-utility-nav__type--blank {
    padding-right: 35px
  }
  .abroad-utility-nav__type--blank:after {
    top: calc(50% - 5px);
    right: 20px;
    width: 11px;
    height: 11px;
    background-size: 11px auto
  }
  .abroad-utility-nav__label--ab {
    display: block;
    padding-left: 50px;
    font-size: 2.8rem;
    color: #FFFFFF
  }
  .abroad-utility-nav__label--ab {
    background-size: 38px auto
  }
  .home-utility-contact-notes {
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 20px 0 0;
  }
  .home-utility-contact__body .home-utility-contact-notes {
    border-top: none;
  }
  .home-utility-contact .home-utility-contact__item {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 10px;
    margin-top: 0;
  }
  /*.ranking__imgAnnotation {
    margin-right: 40px;
  }*/
  .home-tour-overseas__course-wrap--hokkaido {
    margin-top: 20px;
  }
  .home-tour-overseas-feature__list.list-hokkaido .home-tour-overseas-feature__item {
    width: calc((100% - 48px)/1);
  }
  .hokkaido-overseas-opening .hokkaido-tour-overseas-feature__item, .hokkaido-overseas-opening__caution {
    width: 100%;
  }
  /*.home-tour-overseas-recommend__card__title {
    min-height: 103px;
  }*/
  .home-tour-overseas-recommend__card__price, 
  .chubu-tour-overseas-recommend__card__price, 
  .kansai-tour-overseas-recommend__card__price, 
  .kyushu-tour-overseas-recommend__card__price {
    font-size: 2rem;
  }
  .home-tour-overseas-ranking__card__price,
	.chubu-tour-overseas-ranking__card__price,
	.kansai-tour-overseas-ranking__card__price,
	.kyushu-tour-overseas-ranking__card__price {
    font-size: 2.2rem;
  }
  .million {
    font-size: 1.8rem;
  }
  .home-tour-overseas__course__button__type {
    line-height: 1.2;
    padding: 0 20px
  }
  .home-tour-overseas__course__button__label, .home-tour-overseas__course__button__label--fixed, .home-tour-overseas__course__button__label--newcourse, .home-tour-overseas__course__button__label--newspaper {
    padding: 10px 10px 10px 42px;
  }
  .ab_btn_box .ab_btn a:hover {
    opacity: .7;
  }
}
.home-tour-overseas-info-layout[data-info-col-pc="2"] .home-tour-overseas-info-layout__item, .home-tour-overseas-info-layout[data-info-col-pc="3"] .home-tour-overseas-info-layout__item {
  width: 100%;
}
.home-tour-overseas-briefingbtn, .none_item {
  display: none;
}
.home-tour-overseas-recommend {
  margin-top: 0 !important;
}
/*------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1776px) {
  .area_spot .spot__attn {
    gap: 16px;
  }
  .area_spot__box .map {
		right: 3%;
  }
  .area_spot .spot__attn li.spot__attn__box {
	  width: calc((100% - 32px) / 3);
  }
}
@media screen and (min-width: 768px) {
  .kvWrap .pcOnly {
    width: 100%;
  }
  .pcOnly {
    display: block;
  }
  .spOnly {
    display: none;
  }
	.anchorMenu_fix_pc {
		max-width: 1920px;
	}
  .anchorMenu_fix_sp {
    display: none;
  }
}
@media screen and (max-width:767px) {
    form select{
			width: auto;
			padding: 2px;
			font-size: 1.4rem;
    }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .kvWrap {
    flex-wrap: wrap;
  }
  .kvWrap .spOnly {
    order: 1;
    width: 100%;
  }
  .kvWrap .area_img {
    order: 2;
    width: 100% !important;
  }
  section h2 {
    font-size: 1.5rem;
    margin: 0 10px;
  }
  main h1 {
    font-size: clamp(23px, 1.9vw, 36px);
    color: #333333;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0;
  }
  .main_tit_link {
    width: 100%;
  }
  .anchorMenu .main_tit_link a {
    width: 100%;
    font-size: 1.5rem;
    text-align: left;
    padding: 10px 10px 0;
  }
  .anchorMenu_fix_pc {
    display: none;
  }
  .anchorMenu {
    width: 100%;
    flex-wrap: wrap;
  }
  .kvWrap__leftMenu_anchor a, .anchorMenu a {
		display: flex;
		justify-content: center;
		align-items: center;
    padding: 10px 5px 20px;
    /*font-size: clamp(13px, 0.9vw, 16px);*/
		font-size: 1.2rem;
  }
  .anchorMenu_box {
    width: 100%;
    justify-content: space-around;
		padding: 5px 0 0;
  }
	.anchorMenu_box .link_wrap {
		width: 100%;
		border-right: #d3d3d3 solid 1px;
	}
	.anchorMenu_box .link_wrap:last-of-type {
		width: 100%;
		border-right: none;
	}
  section .course__list {
    padding: 0 5px;
  }
  section .course__list li {
    width: 100%;
  }
  section {
    padding: 0;
    width: 100%;
  }
  .contents_inner > section:first-of-type {
	  margin-top: 22px;
  }
	.contents_inner > section + section {
		margin-top: 60px;
	}
  .feature_box {
    padding: 20px 10px;
    margin: 0 0 60px;
  }
  body .home-tour-overseas-feature {
    margin-top: 0;
  }
  .overseas_list {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .home-tour-overseas-ranking__heading,
  .chubu-tour-overseas-ranking__heading,
  .kansai-tour-overseas-ranking__heading,
  .kyushu-tour-overseas-ranking__heading {
    margin-top: 20px;
  }
  .home-tour-overseas-recommend, .overseas_list .home-tour-overseas-rank {
    width: 100%;
  }
  .overseas_list .home-tour-overseas-rank {
    padding: 0;
  }
  a[class*="-tour-overseas-info-box__block__type"] {
    font-size: 1.2rem;
    width: 100%;
  }
  div[class*="-tour-overseas-info-box__block__img"] {
    width: 40%;
    max-width: 120px;
  }
  div[class*="-tour-overseas-info-box__block__img"] .imgBox {
    margin: 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 5px;
  }
  div[class*="-tour-overseas-info-box__block__img"] img {
    border-radius: 0;
    object-fit: contain
  }
  div[class*="-tour-overseas-info-box__block__text"] {
    width: 60%;
    padding: 10px;
  }
  .area_spot h2, .customer_reviews h2, .qa h2, #Anchor01 h2 {
    font-size: 1.8rem;
  }
  section .course__list li a .course_tit {
    font-size: 1.5rem;
    margin: 10px 0;
  }
  section .course__list li a .course_plan {
    font-size: 1.2rem;
    color: #707070;
  }
  section .course__list li a .course_plan .course_price {
    font-size: 2rem;
    color: #cc0d21;
    display: block;
  }
  .area_spot h2 p, .customer_reviews h2 p, .qa h2 p, #Anchor01 h2 p {
    display: inline-block;
    width: 100%;
  }
  .area_spot h2 p::after, .customer_reviews h2 p::after, .qa h2 p::after, #Anchor01 h2 p::after {
    right: 0;
    z-index: -1;
    opacity: 0.5;
  }
  .area_spot h2 p::before, .customer_reviews h2 p::before, .qa h2 p::before, #Anchor01 h2 p::before {
    z-index: -1;
    left: 0;
    opacity: 0.5;
  }
  .briefing_cont {
    margin-bottom: 0;
  }
  .briefing_wrap .note {
    margin: 5px 0;
  }
/*------------------------------------------------------------------------------------------------*/
  .area_spot__box {
    display: none;
		padding: 0 10px;
  }
  .area_spot__box .map {
    order: 1;
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }
  .area_spot .spot__attn {
    justify-content: space-around;
  }
  .area_spot .spot__attn.firstbox {
    width: 100%;
    order: 2;
  }
  .area_spot .spot__attn li.spot__attn__box {
    width: 100%;
    max-width: 48%;
    flex-direction: column;
    margin: 0 0 10px;
  }
  .dots-class button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
  }
  .dots-class {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .dots-class li {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #000066;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    transition: background-color .5s ease;
  }
  .dots-class li.slick-active {
    background-color: #000066;
  }
  .dots-class li:hover {
    background-color: #000066;
  }
  .dots-class li:last-child {
    margin-right: 0;
  }
  .area_spot .slide-items li.spot__attn__box,
  .area_spot .slide-items_spOnly li.spot__attn__box {
    margin: 0 5px !important;
    width: 270px;
  }
  .area_spot .spot__attn {
    width: 100%;
    gap: 5px;
  }
  .area_spot .spot__attn li.spot__attn__box h4 {
    margin: 0 0 10px;
    height: auto;
    font-size: 1.2rem;
  }
  .area_spot .spot__attn li.spot__attn__box .note_box {
    margin: 10px;
    height: auto;
  }
  .area_spot .spot__attn figure {
    position: relative;
  }
  .area_spot .spot__attn figure img {
    border-radius: 5px 5px 0 0;
  }
  .area_spot .spot__attn figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 10px 10px 0;
    font-weight: bold;
    color: #ffffff;
  }
  .area_spot .spot__attn figcaption.ic_attn_city span, .area_spot .spot__attn figcaption.ic_attn_worldheritage span, .area_spot .spot__attn figcaption.ic_gift_gourmet span, .area_spot .spot__attn figcaption.ic_gift_souvenir span, .area_spot .spot__attn figcaption.ic_spot span {
    position: relative;
    padding-left: 25px;
  }
  .area_spot .spot__attn figcaption.ic_attn_city span::before {
    content: "";
    width: 40px;
    height: 20px;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url("../img/common/spot_icon/ic_attn_city.svg") no-repeat;
    background-size: auto 20px;
    left: 0;
  }
  .area_spot .spot__attn figcaption.ic_attn_worldheritage span::before {
    content: "";
    width: 40px;
    height: 20px;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url("../img/common/spot_icon/ic_attn_worldheritage.svg") no-repeat;
    background-size: auto 20px;
    left: 0;
  }
  .area_spot .spot__attn figcaption.ic_gift_gourmet span::before {
    content: "";
    width: 40px;
    height: 20px;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url("../img/common/spot_icon/ic_gift_gourmet.svg") no-repeat;
    background-size: auto 20px;
    left: 0;
  }
  .area_spot .spot__attn figcaption.ic_gift_souvenir span::before {
    content: "";
    width: 40px;
    height: 20px;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url("../img/common/spot_icon/ic_gift_souvenir.svg") no-repeat;
    background-size: auto 20px;
    left: 0;
  }
  .area_spot .spot__attn figcaption.ic_spot span::before {
    content: "";
    width: 40px;
    height: 20px;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url("../img/common/spot_icon/ic_spot.svg") no-repeat;
    background-size: auto 20px;
    left: 0;
  }
  .slick-dots li button:before {
    font-size: 3rem !important;
  }
  .slick-dots li.slick-active button:before {
    color: #76cffe !important;
    opacity: 1 !important;
  }
  .slick-dots {
    bottom: -30px !important;
  }
  .slick-dots li button:hover:before, .slick-dots li button:focus:before {
    color: #76cffe !important;
    opacity: 1 !important;
  }
  .slick-dotted.slick-slider {
    margin: 30px 0 60px !important;
    padding: 0 10px;
  }
  .slick-slide {
    height: auto;
  }
  .slick-track {
    display: flex !important;
  }
/*------------------------------------------------------------------------------------------------*/
  #btn_cloth {
    top: 0;
    right: 0;
  }
  body .home-anchor-nav__list__type, body .home-anchor-nav__list__type--domestic, body .home-anchor-nav__list__type--overseas {
    padding: 17px 15px;
  }
  body .home-anchor-nav__list__type--overseas:after {
    top: calc(50% - 5px);
    right: 10px;
    left: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .home-tour-overseas-rank_box_link,
	.chubu-tour-overseas-rank_box_link,
	.kansai-tour-overseas-rank_box_link,
	.kyushu-tour-overseas-rank_box_link {
    top: 25px;
  }
}

@media screen and (max-width:359px) {
  .area_spot h2, .customer_reviews h2, .qa h2, #Anchor01 h2 {
    font-size: 1.6rem;
  }
}
/*-----------course自動入力用------------*/
.Slash::after {
  content: "／";
  left: -5px;
}
.Slash:empty {
  display: none;
}
/*------------------------------------------------------------------------------------------------*/

/*selectdiv(pulldown)
=======================*/
.select_label {
  padding: 28px 0 0;
  font-weight: bold;
}
.selectdiv {
	position: relative;
	top: 0;
	max-width: 250px;
	width: 100%;
  margin: 40px auto 0;
	transition: .2s ease all;
}
select:focus {
	outline: 0;
	border: 1px solid #fff;
}
select::-ms-expand {
  display: none;
}
.selectdiv::before {
  content: '';
  position: absolute;
  display: block;
  right: 60px;
  width: 1px;
  height: 32px;
  top: 50%;
	transform: translateY(-50%);
	background: #323232;
	cursor: pointer;
	z-index: 2;
}
.selectdiv::after {
  content: '';
  display: inline-block;
  padding: 0;
  position: absolute;
  pointer-events: none;
}
.selectdiv select {
  pointer-events: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 280px;
  height: 58px;
  margin: 5px auto;
  padding: 0 30px 0 20px;
	color: #232323;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  -ms-word-break: normal;
  word-break: normal;
	border: 1px solid #fff;
	border-radius: 5px;
  cursor: pointer;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
}
.selectdiv .decoration {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.selectdiv .decoration::before,
.selectdiv .decoration::after {
	position: absolute;
	content: '';
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #323232;
  border-bottom: 2px solid #323232;
	cursor: pointer;
}
.selectdiv .decoration::before {
	top: 20px;
  transform: rotate(-135deg);
}
.selectdiv .decoration::after {
	top: 28px;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
	.selectdiv:hover select {
		border: 1px solid #cc0d21;
		transition: .2s ease all;
	}
}

@media screen and (max-width:767.98px) {
	.selectdiv {
		max-width: 205px;
		margin-top: 22px;
	}
	.selectdiv select {
		height: 48px;
		padding: 4px 30px 0 20px;
		font-size: 1.5rem;
	}
	.selectdiv .decoration::before {
		top: 17px;
	}
	.selectdiv .decoration::after {
		top: 24px;
	}
	/*---iPhone only---*/
	.iPhone .selectdiv select {
		padding-top: 0;
	}
	/*-----------------*/
}
/*=====================*/


/*courseArea
=======================*/
.courseArea {
	margin-top: 100px;
	padding-top: 35px;
	background: #efefef;
}
.courseArea_inner {
	max-width: 1160px;
	margin: 0 auto;
}
.courseArea h2 {
	margin: 0;
	text-align: center;
	font-size: 2.4rem;
}
.courseArea h2 span {
	position: relative;
}
.courseArea h2 span::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -110px;
	width: 80px;
	height: 2px;
	background: #929292;
	transform: translateY(-50%);
}
.courseArea h2 span::after {
	position: absolute;
	content: '';
	top: 50%;
	right: -110px;
	width: 80px;
	height: 2px;
	background: #929292;
	transform: translateY(-50%);
}

@media screen and (max-width:767.98px) {
	.courseArea {
		margin-top: 50px;
	}
	.courseArea h2 {
		overflow: hidden;
	}
	.courseArea h2 span {
		font-size: 2rem;
	}
	.courseArea h2 span::before,
	.courseArea h2 span::after {
		height: 1px;
		width: 350%;
	}
	.courseArea h2 span::before {
		left: -370%;
	}
	.courseArea h2 span::after {
		right: -370%;
	}
}

/*---areaMenu---*/
.areaMenu {
	position: sticky;
	top: 0;
	margin-top: 30px;
	background: #d7d7d7;
	box-shadow: 0 1px 2px 2px rgba(0, 0, 0, .1);
	z-index: 10;
}
.areaMenu ul {
	display: flex;
	max-width: 1160px;
	margin: 0 auto;
}
.areaMenu li {
	width: 100%;
	text-align: center;
}
.areaMenu li a {
	display: block;
	width: 100%;
	padding: 12px 0;
	color: #323232;
	font-size: 1.8rem;
}
.areaMenu li a span {
	position: relative;
	padding-left: 10px;
}
.areaMenu li a span::after {
	position: absolute;
	content: '';
	top: 45%;
	left: -8px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #323232;
	border-bottom: 2px solid #323232;
	transform: translateY(-45%) rotate(45deg);
}
@media (min-width: 768px) {
	.areaMenu li a {
		position: relative;
		overflow: hidden;
		transition: 0.2s ease all;
	}
	.areaMenu li a:hover {
		background: #fff;
		opacity: .8;
		transition: 0.2s ease all;
	}
}

@media screen and (max-width:767.98px) {
	.areaMenu ul {
		justify-content: center;
		flex-wrap: wrap;
		overflow: hidden;
	}
	.areaMenu li {
		justify-content: center;
		flex-wrap: wrap;
		width: auto;
	}
	.areaMenu li a {
		position: relative;
		padding: 10px 20px 10px 25px;
		font-size: 1.4rem;
	}
	.areaMenu li:first-of-type a::after {
		position: absolute;
		content: '';
		width: 1000%;
		height: 1px;
		bottom: 0;
		left: -100%;
		background: #a9a9a9;
	}
	.areaMenu li a span {
		padding-left: 0;
	}
	.areaMenu li a span::after {
		top: 35%;
    left: -15px;
    width: 8px;
    height: 8px;
		transform: translateY(-35%) rotate(45deg);
	}
}

/*---courseItemsBox---*/
.areaBlock {
	padding-bottom: 74px;
}
.areaBlock:first-of-type {
	margin-top: 52px;
}
.areaBlock h3 {
	margin: 0;
	padding: 10px 0;
	font-size: 2.4rem;
	text-align: center;
	background: #d7d7d7;
}
.courseItemsBox {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.courseItem {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
}
.courseItem:nth-of-type(3n) {
	margin-right: 0;
}
.courseItem:nth-of-type(n+4) {
	margin-top: 30px;
}
.courseItem a {
  display: block;
  border-radius: 5px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
}
.course__card {
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.course__card__tagBox {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5;
}
.course__card__tagBox ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.course__card__tagBox ul li {
	margin: 0 10px 10px 0;
	padding: 3px 12px 1px 10px;
	color: #fff;
	font-size: 1.3rem;
	background: rgb(0 0 0 / .5);
	border-radius: 30px;
}
.course__card__img__caption {
  position: absolute;
	right: 12px;
  bottom: 9px;
  padding-left: 12px;
  font-size: 1.4rem;
  color: #fff;
  text-shadow: rgba(0, 0, 0, .8) 1px 0 2px, rgba(0, 0, 0, .8) .5403px .84147px 2px, rgba(0, 0, 0, .8) -.41615px .9093px 2px, rgba(0, 0, 0, .8) -.98999px .14112px 2px, rgba(0, 0, 0, .8) -.65364px -.7568px 2px, rgba(0, 0, 0, .8) .28366px -.95892px 2px, rgba(0, 0, 0, .8) .96017px -.27942px 2px;
  text-align: right;
}
.course__card__body {
	padding: 18px 18px 15px;
	background: #fff;
}
.course__card__codeArea__box {
	display: flex;
}
.course__card__code {
	position: relative;
  display: inline-block;
	min-width: 90px;
  padding: 0 10px 0 15px;;
  border: 1px solid #ddd;
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  line-height: 20px;
}
.course__card__code::after {
	position: absolute;
	content: '';
	top: -1px;
	left: -1px;
	width: 6px;
	height: 22px;
	background: #c51f1f;
}
.icon_discount {
	margin-left: 10px;
  padding: 4px 10px 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  background: #d03142;
}
.course__card__area__label {
	display: inline-block;
  min-width: 90px;
	margin-left: 10px;
  padding: 1px 10px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 20px;
}
.course__card__title {
  margin-top: 8px;
	color: #000000;
  font-size: 1.8rem;
  font-weight: 700;
	transition: all .3s;
}
.course__card__sub {
	margin-top: 5px;
}
.course__card__area {
  line-height: 1;
  text-align: right;
}
.course__card__unit {
  margin-top: 15px;
  font-size: 1.4rem;
	color: #707070;
	text-align: right;
}
.course__card__price {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
	color: #cc0d21;
	text-align: right;
}
main [class*="course__card__head"] {
	padding-top: 52%;
	background-image: url(/med/app-files/img/tabimono_img.png);
  background-size: 60% auto;
  background-position: center;
  background-color: #C1C1C1;
  background-repeat: no-repeat;
  height: 0;
  position: relative;
  overflow: hidden;
}
main [class*="js_rweb2404_img_"] {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
main [class*="js_rweb2404_img_"]::after {
	top: 0;
}
main [class*="js_rweb2404_caption_"] {
	z-index: 2;
}
.noCourseTxt {
	margin: 20px auto;
	font-size: 1.6rem;
}

@media (min-width: 768px) {
	.courseItem a:hover .course__card__title {
		color: #cc0d21;
		text-decoration: underline;
		transition: all .3s;
	}
}
@media screen and (max-width:767.98px) {
	.areaBlock {
		padding-bottom: 47px;
	}
	.areaBlock h3 {
		padding: 8px 0;
		font-size: 1.7rem;
	}
	.courseItemsBox {
		display: block;
		margin-top: 24px;
		padding: 0 10px;
	}
	.courseItem {
		width: 100%;
		margin-right: 0;
	}
	.courseItem:nth-of-type(n+2) {
		margin-top: 15px;
	}
	.course__card {
		display: flex;
		background: #fff;
	}
	main [class*="course__card__head"] {
		padding-top: 0;
		padding-left: 34%;
	}
	main [class*="js_rweb2404_img_"]::after {
		background-size: cover;
	}
	main [class*="bgContain js_rweb2404_img_"]::after {
		background-size: contain!important;
	}
	.course__card__img__caption {
		right: 8px;
    bottom: 5px;
		font-size: 1rem;
	}
	.course__card__tagBox {
		position: static;
	}
	.course__card__tagBox ul {
		margin-top: 8px
	}
	.course__card__tagBox ul li {
		margin: 0 5px 5px 0;
		padding: 2px 7px;
		font-size: 1rem;
	}
	.course__card__body {
		width: 100%;
		padding: 8px 10px;
	}
	.course__card__code {
		min-width: 70px;
		font-size: 1.2rem;
	}
	.icon_discount {
		padding: 5px 8px 0;
		font-size: 1.2rem;
		letter-spacing: 1px;
	}
	.course__card__area {
		text-align: left;
	}
	.course__card__area__label {
		min-width: 60px;
		font-size: 1rem;
	}
	.course__card__title {
		font-size: 1.5rem;
	}
	.course__card__unit {
		margin-top: 5px;
		font-size: 1.1rem;
	}
	.course__card__price {
		margin-top: 5px;
		font-size: 1.7rem;
	}
	.noCourseTxt {
		font-size: 1.3rem;
		text-align: center;
	}
}
/*=====================*/


/*------------------------------------------------------------------------------------------------*/


/*common
=======================*/
/*---animation---*/
.anim_fadein {
  animation: fadeIn 4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim_scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s, transform 1s;
}
.anim_scroll.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.kvTitWrap .anim_scroll {
  transform: translateY(30px) scale(.7);
}
.kvTitWrap .anim_scroll.scrollin {
  transform: translate(0, 0) scale(1);
}
@media screen and (max-width:767.98px) {
	.anim_scroll_sp {
		opacity: 0;
		transform: translateY(40px);
		transition: opacity 1s, transform 1s;
	}
}
/*=====================*/



/*kvArea adjust
=======================*/
/*.kvArea {
	position: relative;
}
.kv {
	height: 540px;
	margin: 0;
}
.kvTitWrap {
	position: absolute;
	transform: translate(-50%, 0);
	text-align: center;
	z-index: 5;
    margin: 0;
}
.kvArea .txt_europe {
	position: relative;
	top: 0;
	padding: 10px 0 5px;
    margin: 0;
	font-size: 1.5rem;
    line-height: 1;
	font-weight: bold;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 10%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 90%, rgba(255,255,255,0) 100%);
    margin-block-start:0;
    margin-block-end: 0;
}
.kvArea .kvTitWrap .subtit {
    margin-block-start:0px;
}
.kvArea .subtit {
  padding: 8px 0 8px;
  top: 0;
}
@media screen and (max-width: 767.98px) {
  .kvArea .subtit {
    padding-bottom: 5px;
    top: -0.5px;
  }
}
@media screen and (max-width: 360px) {
  .kvArea .subtit {
    font-size: 0.9rem;
  }
}

main h1::before, main h1::after {
	display: none;
}
.kvArea h1 .titInner {
	position: relative;
	display: inline-block;
}
.kvArea h1 .tit_decoration::before {
	display: inline-block;
  content: "";
  width: 97px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: -100px;
  background: url(../img/common/ivy_illust.svg) no-repeat center;
  background-size: 97px 45px;
  transform: scale(-1, 1) translateY(-50%);
  -webkit-transform: scale(-1, 1) translateY(-50%);
  -ms-transform: scale(-1, 1) translateY(-50%);
  z-index: 0;
}
.kvArea h1 .tit_decoration::after {
	display: inline-block;
  content: "";
  width: 97px;
  height: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -100px;
  background: url(../img/common/ivy_illust.svg) no-repeat center;
  background-size: 97px 45px;
  z-index: 0;
}
.kvArea .introTxt {
	margin-top: 45px;
	padding: 20px 50px;
	color: #fff;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 10%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 90%, rgba(255,255,255,0) 100%);
}

.arealist_innerWrap {
	position: relative;
	max-width: 296px;
	background: #04596d;
	box-shadow: 0px 2px 2px #76767685;
	z-index: 3;
}
.arealist_innerWrap::after {
	content: '';
  position: absolute;
  top: 45%;
  right: 12px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(135deg);
  box-sizing: border-box;
}
.arealist_innerWrap .pseudoLabel {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
  z-index: 1;
}
.arealist_wrap {
	max-width: 296px;
	width: 100%;
	margin: 0 30px;
	padding: 15px 0;
	text-align: center;
	text-align: -webkit-center;
}
.arealist_wrap_02 {
	max-width: 1160px;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	text-align: right;
	text-align: -webkit-right;
}
.kvWrap__leftMenu__point {
	max-width: 500px;
  margin: 0 auto;
  text-align: left;
}
.kvWrap__leftMenu__point li {
	font-size: 2rem;
}
.kvWrap__leftMenu__point li.noDecoration::before {
	display: none;
}
.anchor_wrap {
	width: 100%;
	margin-top: 15px;
  background: #f7f7f7;
  box-shadow: 0px 3px 5px #dddddd;
}
.kvWrap__leftMenu_anchor {
	width: 1160px;
	margin: 0 auto;
}
.kvWrap__leftMenu__info {
	max-width: 1160px;
	width: 100%;
}
.kvWrap__leftMenu__header {
	color: #fff;
  font-weight: bold;
}
@media screen and (max-width:767.98px) {
	.kvWrap__leftMenu__info {
		flex-wrap: wrap;
	}
	.kvWrap__leftMenu__info > li {
		width: 50%;
		text-align: center;
	}
	.kvWrap__leftMenu__info > li #overlay {
		text-align: left;
	}
	.kvWrap__leftMenu__header {
		width: 100%;
		font-size: 1.6rem;
		text-align: center;
		overflow: hidden;
	}
	.kvWrap__leftMenu__header span {
		position: relative;
	}
	.kvWrap__leftMenu__header span::before,
	.kvWrap__leftMenu__header span::after {
		position: absolute;
    content: '';
    top: 50%;
    width: 200%;
    height: 1px;
    background: #fff;
    transform: translateY(-50%);
	}
	.kvWrap__leftMenu__header span::before {
    left: -215%;
	}
	.kvWrap__leftMenu__header span::after {
		right: -215%;
	}
}

.kv .slider-item {
	height: 540px;
}
.kv img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@media screen and (max-width:767.98px) {
	.kv, .kv .slider-item {
		height: 235px;
	}
	.kvTitWrap {
		top: 50%;
		transform: translate(-50%, -50%);
		margin-top: 0;
	}
	.kvArea .txt_europe {
		padding-top: 5px;
		font-size: 1rem;
	}
	.kvArea h1 {
    margin: 0 auto;
		padding: 7px 15px 5px !important;
		font-size: 1.8rem;
		font-weight: normal;
	}
	.kvArea h1 .tit_decoration::before {
		width: 48px;
		height: 22px;
		position: absolute;
		top: 50%;
		left: -50px;
		background: url(../img/common/ivy_illust.svg) no-repeat center;
		background-size: 48px 22px;
		transform: scale(-1, 1) translateY(-50%);
		-webkit-transform: scale(-1, 1) translateY(-50%);
		-ms-transform: scale(-1, 1) translateY(-50%);
		z-index: 0;
	}
	.kvArea h1 .tit_decoration::after {
		width: 48px;
		height: 22px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		right: -50px;
		background-size: 48px 22px;
	}
	.kvArea .introTxt {
		margin-top: 18px;
		padding: 8px 25px;
		font-size: 1.2rem;
	}
	.kvWrap__leftMenu_anchor {
		width: 100%;
	}
	.kvWrap__leftMenu__point li {
		font-size: 1.2rem;
	}
	.arealist_wrap {
		max-width: 100%;
		margin: 0;
		padding: 10px;
		border-right: none;
	}
	.arealist_wrap_02 {
		max-width: 100%;
		padding: 10px 0;
		text-align: center;
		text-align: -webkit-center;
	}
}

@media screen and (max-width:359px) {
	.kvArea h1 {
		font-size: 1.4rem;
	}
}*/
/*=====================*/


/*kvArea
=======================*/
.kvArea {
	position: relative;
}
.kv {
	height: 365px;
	margin: 0;
}
.kvTitWrap {
	position: absolute;
	top: 30%;
	left: 30%;
	transform: translate(-50%, -40%);
	z-index: 5;
}
.kvArea h1 {
	position: relative;
	margin: 0;
}
.kvArea .introTxt {
	display: inline-block;
	margin-top: 30px;
	color: #fff;
}
.kv .slider-item {
	height: 365px;
}
.kv img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@media screen and (max-width:767.98px) {
	.kv, .kv .slider-item {
		height: 235px;
	}
	.kvTitWrap {
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.kvArea h1 {
		max-width: 265px;
    margin: 0 auto;
		padding: 0;
		font-size: 1.5rem;
		font-weight: normal;
	}
	.kvArea .introTxt {
		margin-top: 0;
		padding: 8px 30px;
		font-size: 1.1rem;
	}
	.kvTitWrap {
		top: 13%;
		left: 50%;
		text-align: center;
	}
}

/*---wave---*/
.waveWrap.anim_scroll {
  transform: translateX(-400px);
	opacity: 1;
}
.waveWrap.anim_scroll.scrollin {
  transform: translate(0, 0);
}
.waveWrap {
	position: absolute;
  width: 1200px;
  height: 365px;
  overflow: hidden;
  /*transform: translate3d(0,0,0);*/
	z-index: 3;
}
.waveWrap .wave {
  position: absolute;
  top: -700px;
	left: -520px;
  width: 1500px;
  height: 1500px;
  margin-top: -250px;
  background: yellow;
  transform-origin: 50% 48%;
  border-radius: 43%;
  opacity: 0.1;
}
.waveWrap .wave.-three {
	opacity: 0.2;
	background: rgb(0,104,123);
	background: radial-gradient(circle, rgba(4, 73, 102, 1) 0%, rgba(4, 73, 102, 1) 45%, rgba(5, 164, 144, 1) 70%, rgba(3, 136, 119, 1) 100%);
}
.waveWrap .wave.-two {
	opacity: 1;
	background: rgb(0,104,123);
	background: radial-gradient(circle, rgba(4, 73, 102, 1) 0%, rgba(4, 73, 102, 1) 45%, rgba(5, 164, 144, 1) 70%, rgba(3, 136, 119, 1) 100%);
}
@keyframes drift {
  from {
    transform: rotate(0deg);
  }
  from {
    transform: rotate(180deg);
  }
}
@keyframes slide-skew {
  0% {
    transform: translate(-50%,-450px);
    opacity: .5;
  }
  100% {
    transform: translate(-50%,0);
		opacity: 1;
  }
}

@media (min-width: 768px) {
	.waveWrap .wave {
		animation: drift 1600ms  linear;
	}
	.waveWrap .wave.-three {
		animation: drift 2000ms  linear;
	}
	.waveWrap .wave.-two {
		animation: drift 2600ms  linear;
	}
}

@media screen and (max-width:767.98px) {
	.waveWrap.anim_scroll {
		transform: translate(0, 0);
		opacity: 1;
	}
	.waveWrap {
		width: 100%;
		height: 235px;
	}
	.waveWrap .wave {
		top: -150px;
		left: 50%;
		transform: translateX(-50%);
		width: 130%;
		height: 130%;
		margin-top: 0;
		border-radius: 50%;
		animation: slide-skew 1.5s;
	}
}
/*----------*/
/*=====================*/



/*tabBox
=======================*/
.tabBox {
	position: relative;
	display: flex;
	gap: 20px;
	justify-content: center;
	width: 100%;
	margin-top: -50px;
	text-align: center;
	z-index: 10;
}
.tabBox.europeSide {
	border-bottom: 2px solid #05556c;
}
.tabBox.canadaSide {
	border-bottom: 2px solid #0f36ab;
}
.tabBox .tab_item {
	position: relative;
}
.tabBox .tab_item.current::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 3px;
    width: calc(100% - 6px);
	height: 2px;
	background: #fff;
	transition: all .3s;
}
.tabBox .tab_item a {
  width: 520px;
  height: 50px;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabBox .tab_item.current a {
	color: #333!important;
	background: #fff!important;
}
.tabBox .tab_item.type_europe a {
	color: #fff;
	background: #05556c;
	border: 3px solid #05556c;
	border-bottom: none;
}
.tabBox .tab_item.type_canada a {
	color: #fff;
	background: #0f36ab;
	border: 3px solid #0f36ab;
	border-bottom: none;
}
.tabBox .tab_item .tab_item-txt {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: bold;
}

@media screen and (min-width:768px) {
	.tabBox .tab_item.current a {
		cursor: auto;
	}
	.tabBox .tab_item.type_europe:not(.current) a:hover {
		color: #05556c;
		background: #fff;
	}
	.tabBox .tab_item.type_canada:not(.current) a:hover {
		color: #0f36ab;
		background: #fff;
	}
	.tabBox .tab_item.type_europe:not(.current):hover::after {
		background: #05556c;
	}
	.tabBox .tab_item.type_canada:not(.current):hover::after {
		background: #0f36ab;
	}
}

@media screen and (max-width:767.98px) {
	.tabBox {
		gap: 14px;
		margin-top: -35px;
		border-bottom: 1px solid #05556c;
	}
	.tabBox .tab_item {
		width: 45%;
	}
	.tabBox .tab_item.current::after {
		left: 2px;
		width: calc(100% - 4px);
	}
	.tabBox .tab_item a {
		width: 100%;
		height: 35px;
		border-radius: 5px 5px 0 0;
	}
	.tabBox .tab_item.type_europe a {
		border: 2px solid #05556c;
		border-bottom: none;
	}
	.tabBox .tab_item.type_canada a {
		border: 2px solid #0f36ab;
		border-bottom: none;
	}
	.tabBox .tab_item .tab_item-txt {
		font-size: 1.4rem;
	}
}

@media screen and (max-width:767.98px) {
	.tabBox .tab_item .tab_item-txt {
		font-size: 1.3rem;
	}
}
/*=====================*/



/*menuNav
=======================*/
.menuNav {
	position: sticky;
	top: 0;
	margin-top: 30px;
	background: #f7f7f7;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .1);
	z-index: 50;
}
.menuNav_inner {
	display: flex;
	justify-content: center;
	max-width: 1160px;
	margin: 0 auto;
}
.menuNav .navItem {
	width: 100%;
	font-size: 1.6rem;
	letter-spacing: -1.5px;
	text-align: center;
	border-right: 1px solid #d3d3d3;
}
.menuNav .navItem.narrow {
	width: 85%;
	font-size: 1.8rem;
}
.menuNav .navItem:first-of-type {
	border-left: 1px solid #d3d3d3;
}
.menuNav .navItem a {
	/*display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 20px 30px 20px 20px;
	color: #fff;*/
    position: relative;
	display: block;
    padding: 20px 10px 30px;
    font-size: clamp(13px, 0.9vw, 16px);
    font-weight: bold;
    text-align: center;
    color: #333333;
    line-height: 1.0;
    background: #f7f7f7;
}
.menuNav .navItem a span {
	position: relative;
}
.menuNav .navItem a span::after {
	position: absolute;
	content: '';
	bottom: -22px;
	left: 50%;
	width: 10px;
	height: 10px;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	transform: translateY(-50%) rotate(45deg);
}

@media (min-width: 768px) {
	.menuNav .navItem {
		transition: 0.2s ease all;
	}
	/*.menuNav .navItem a:hover {
		color: #008e9d;
		background: #fff;
		opacity: .8;
		transition: 0.2s ease all;
	}
	.menuNav .navItem a:hover span::after {
		border-right: 2px solid #008e9d;
		border-bottom: 2px solid #008e9d;
	}*/
	
	.menuNav .navItem a:hover {
		color: #cc0d21;
	}
	.menuNav .navItem a:hover span::after {
		border-right: 2px solid #cc0d21;
		border-bottom: 2px solid #cc0d21;
	}
}

@media screen and (max-width:767.98px) {
	.menuNav_inner {
		flex-wrap: wrap;
	}
	.menuNav .navItem,
	.menuNav .navItem.narrow {
		display: flex;
        justify-content: center;
		width: calc(100% / 4);
		font-size: 1.4rem;
	}
	/*.menuNav .navItem:last-of-type {
		width: 100%;
	}
	.menuNav .navItem:nth-of-type(n+3) {
		border-right: none;
	}
	.menuNav .navItem:nth-of-type(4) {
		width: 100%;
		border-top: 2px solid #fff;
	}*/
	.menuNav .navItem:first-of-type {
		border-left: none;
	}
	.menuNav .navItem:nth-of-type(4) {
		border-right: none;
	}
	.menuNav .navItem a {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		/*padding: 8px 15px 22px 15px;*/
		padding: 10px 5px 20px;
	}
	.menuNav .navItem a span {
		position: static;
		line-height: 1.2;
	}
	.menuNav .navItem a span::after {
		bottom: 2px;
		transform: translate(-50%, -50%) rotate(45deg);
	}
}

@media screen and (max-width:359px) {
	.menuNav .navItem {
		font-size: 1.2rem;
	}
}
/*=====================*/



/*pageTopBtn
=======================*/
.pageTopBtn {
	display: inline-block;
  width: 52px;
  /*left: calc(100vw - 5em);*/
	left: 93%;
	position: sticky;
	bottom: 30px;
	text-align: right;
	opacity: 0;
	z-index: 10;
}
.pageTopBtn_inner {
	margin: auto;
}
.pageTopBtn a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 52px;
  height: 52px;
	background: #aaaaaa;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
	cursor: default;
}
.pageTopBtn a:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 55%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 0 0 2px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color ease 0.1s;
}
.pageTopBtn.-show {
  opacity: 1;
}
.pageTopBtn.-show a {
  cursor: pointer;
}
.pageTopBtn.-transition500 {
  transition: .2s ease;
}

@media screen and (min-width:768px) {
  .pageTopBtn a:hover {
    background: #c2c2c2;
  }
}

@media screen and (max-width:767.98px) {
  /*.pageTopBtn {
    bottom: 140px;
  }*/
  .pageTopBtn a {
    width: 45px;
    height: 45px;
  }
  .pageTopBtn a:before {
    width: 16px;
    height: 16px;
  }
  .over_pkup {
    bottom: 130px !important;
  }
}
/*=====================*/



/*slick adjust
=======================*/
@media screen and (max-width:767.98px) {
	.slick-dots li {
		width: 12px;
		height: 12px;
	}
}
/*=====================*/


/*pick up
=======================*/
.assist-banner {
  position: fixed;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
  transition: right .8s cubic-bezier(.4, 0, .2, 1) 0s;
  z-index: 9997;
}
.assist-banner__inner {
  overflow: hidden;
  background: #fff;
}
.assist-banner__pickup {
  display: flex;
  position: absolute;
  left: 0;
  justify-content: center;
  width: 100%;
}
.assist-banner__pickup__inner {
  border-radius: 50px;
  background: #fc0;
}
.assist-banner__pickup__inner:after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fc0 transparent transparent;
  content: "";
}
button:not([disabled]), input[type=submit] {
	cursor: pointer;
}
.assist-banner__block {
  display: flex;
}
.assist-banner__close {
  top: -5px;
  right: -5px;
  width: 26px;
  height: 26px;
}
.assist-banner__img {
  flex-shrink: 0;
  transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0s;
}
/*.assist-banner__detail {
	font-weight: bold;
}*/
.assist-banner__detail .smaller {
  font-size: 1.1rem;
}
.assist-banner__text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #000;
}
.assist-banner__title {
	transition: color .25s cubic-bezier(.4, 0, .2, 1) 0s;
}
.assist-banner__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  padding: 0;
  border: none;
  border-radius: 0 0 0 5px;
  outline: none;
  background: #ba0c1e;
  text-indent: -9999px;
  cursor: pointer;
}
.assist-banner__close:after, .assist-banner__close:before {
  display: block;
  position: absolute;
  height: 1px;
  background: #fff;
  content: "";
}
.assist-banner__close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.assist-banner__close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.assist-banner__text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #000;
}

@media print, screen and (min-width: 768px) {
  .assist-banner.is-show {
    right: 22px;
  }
  .assist-banner {
    right: -320px;
    bottom: 230px;
    width: 320px;
    border: 5px solid #ba0c1e;
    border-radius: 5px 0 5px 5px;
  }
  .assist-banner__inner {
    padding: 12px 15px 12px 12px;
  }
	.assist-banner__pickup__inner {
		padding: 0 18px;
	}
	.assist-banner__pickup__inner:after {
    bottom: -7px;
    left: calc(50% - 4.5px);
    border-width: 7px 4.5px 0;
  }
	.assist-banner__close {
    top: -5px;
    right: -5px;
    width: 26px;
    height: 26px;
  }
  .assist-banner__close:after, .assist-banner__close:before {
    top: 50%;
    left: 6px;
    width: 14px;
  }
	.assist-banner__pickup {
		top: -25px;
  }
	.assist-banner__img {
    width: 100px;
    margin-right: 18px;
  }
  .assist-banner__detail {
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
	.assist-banner__title {
		font-weight: 700;
		letter-spacing: -1px;
    line-height: 1.2;
	}
}

@media screen and (max-width:767.98px) {
	.assist-banner.is-show {
		right: 15px;
  }
  .assist-banner {
    right: calc(-100% + 30px);
    bottom: 5px;
    width: calc(100% - 30px);
    border: 4px solid #ba0c1e;
  }
  .assist-banner__inner {
    padding: 10px 33px 10px 10px;
	}
	.assist-banner__pickup {
		top: -17px;
  }
	.assist-banner__pickup__inner {
    padding: 2px 15px 1px;
    font-size: 1.1rem;
  }
	.assist-banner__pickup__inner:after {
    bottom: -7px;
    left: calc(50% - 4.5px);
    border-width: 7px 4.5px 0;
  }
  .assist-banner__close {
    top: -4px;
    right: -4px;
    width: 35px;
    height: 35px;
  }
  .assist-banner__close:after, .assist-banner__close:before {
    top: 50%;
    left: 10px;
    width: 15px;
  }
	.assist-banner__close:after, .assist-banner__close:before {
    display: block;
    position: absolute;
    height: 1px;
    background: #fff;
    content: "";
	}
	.assist-banner__img {
    width: 82px;
    margin-right: 11px;
  }
	.assist-banner__detail {
    margin-top: 5px;
    font-size: 1.2rem;
  }
	.assist-banner__detail span {
    font-size: 1.1rem;
	}
  .assist-banner__title {
    font-size: 1.5rem;
    font-weight: 700;
		line-height: 1.4;
  }
}
/*=====================*/


/*clothesTable
=======================*/
.clothesBox_wrap {
	margin-top: 45px;
}
.clothesBox {
	position: relative;
	display: flex;
	align-items: center;
}
#europe .clothesBox {
	justify-content: flex-end;
	gap: 75px;
}
.clothesTableWrap {
	max-width: 840px;
	width: 100%;
}
.clothesTable {
	width: 100%;
	border: 2px solid #fff;
}
.clothesTable th {
	width: 17%;
	padding: 10px;
	color: #fff;
	text-align: left;
	font-size: 2rem;
	background: #007584;
	border: 2px solid #fff;
}
.clothesTable th span {
	margin-right: 8px;
	padding: 1px 9px;
	color: #007584;
	background: #fff;
	border-radius: 25px;
}
.clothesTable td {
	padding: 10px;
	color: #333;
	font-size: 1.7rem;
	background: #d9eaee;
	border: 2px solid #fff;
}
.clothesTableWrap .clothesTable_annotation {
	margin: 10px 5px;
	color: #636363;
	font-size: 1.3rem;
}

@media screen and (max-width:767.98px) {
	.clothesBox_wrap {
		margin-top: 15px;
		padding: 0 10px;
	}
	#europe .clothesBox {
		justify-content: flex-start;
		gap: 30px;
		width: 900px;
	}
	#europe .clothesBox .clothesImgWrap {
		max-width: 142px;
	}
	.clothesTable th {
		font-size: 1.5rem;
	}
	.clothesTable th span {
		padding: 3px 8px;
	}
	.clothesTable td {
		font-size: 1.2rem;
	}
}

/*-----canada-----*/
#canada .clothesBox_wrap {
	margin-top: 55px;
}
#canada .clothesBox {
	justify-content: flex-end;
	gap: 20px;
	min-height: 240px;
	padding : 30px 90px 30px 350px;
	background: #d4d9f3;
}
#canada .clothesBox .clothesImgWrap {
	position: absolute;
    top: 50%;
    left: 130px;
    transform: translateY(-50%);
}
#canada .clothesBox .txtBlock {
	color: #333;
	font-size: 2rem;
}
#canada .clothesBox .txtBlock .txt_annotation {
	font-size: 1.3rem;
}

@media screen and (max-width:767.98px) {
	#canada .clothesBox_wrap {
		margin-top: 30px;
		padding: 0;
	}
	#canada .clothesBox {
		justify-content: flex-end;
		gap: 8px;
		min-height: 240px;
		padding : 17px 10px;
		background: #d4d9f3;
	}
	#canada .clothesBox .clothesImgWrap {
		position: static;
		transform: translateY(0);
		width: 35%;
	}
	#canada .clothesBox .txtBlock {
		width: 65%;
		font-size: 1.5rem;
		letter-spacing: -.5px;
	}
	#canada .clothesBox .txtBlock .txt_annotation {
		font-size: 1.1rem;
	}
}

@media screen and (max-width:359px) {
	#canada .clothesBox .txtBlock {
		font-size: 1.2rem;
		line-height: 1.8;
	}
	#canada .clothesBox .txtBlock .txt_annotation {
		font-size: 1rem;
	}
}
/*----------------*/
/*=====================*/


/*section decoration
=======================*/
.area_spot h2 span {
	position: relative;
}
.area_spot h2 span::before,
.area_spot h2 span::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 106px;
	height: 28px;
	background: url("../img/ic_01.webp") no-repeat;
}
.area_spot h2 span::before {
	left: -121px;
}
.area_spot h2 span::after {
	right: -121px;
	transform: translateY(-50%) scale(-1, 1);
}

@media screen and (max-width:767.98px) {
	.area_spot h2 span {
		display: inline-block;
		width: 100%;
	}
	.area_spot h2 span::before,
	.area_spot h2 span::after {
		width: 45px;
		height: 12px;
		background: url("../img/ic_01.webp") no-repeat;
		background-size: contain;
	}
	.area_spot h2 span::before {
		left: 10px;
	}
	.area_spot h2 span::after {
		right: 10px;
	}
}
/*=====================*/


/*otherFeaturesArea
=======================*/
.otherFeaturesArea {
	max-width: 1160px;
  background: #fff;
	margin: 50px auto 30px;
  padding: 20px 0;
}
.otherFeaturesArea .h2Wrap {
  text-align: center;
}
.otherFeaturesArea h2 {
	margin: 0;
	text-align: center;
	font-size: 2.4rem;
}
.otherFeaturesArea h2 span {
	position: relative;
}
.otherFeaturesArea h2 span::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -110px;
	width: 80px;
	height: 2px;
	background: #0e2d5e;
	transform: translateY(-50%);
}
.otherFeaturesArea h2 span::after {
	position: absolute;
	content: '';
	top: 50%;
	right: -110px;
	width: 80px;
	height: 2px;
	background: #0e2d5e;
	transform: translateY(-50%);
}

.featuresBox_wrap {
	margin-top: 30px;
}
.featuresBox {
	display: flex;
  justify-content: center;
  gap: 40px;
}
.featuresBox a {
	display: inline-block;
	height: 100%;
	transition: opacity .2s;
}

@media screen and (min-width:768px) {
	.featuresBox a:hover {
		opacity: .7;
	}
}

@media screen and (max-width:767.98px) {
	.otherFeaturesArea {
		margin: 35px 0 0;
	}
	.otherFeaturesArea h2 {
		overflow: hidden;
		font-size: 2rem;
	}
	.otherFeaturesArea h2 span::before,
	.otherFeaturesArea h2 span::after {
		height: 1px;
		width: 350%;
	}
	.otherFeaturesArea h2 span::before {
		left: -370%;
	}
	.otherFeaturesArea h2 span::after {
		right: -370%;
	}
	.featuresBox {
  flex-direction: column;
		gap: 20px;
		padding: 0 20px;
	}
  .featuresBox a picture img {
    border-radius: 5px;
    box-shadow: 1px 0 4px 0 rgba(0, 0, 0, .1);
  }
}
