@charset "UTF-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/*
 * Normalization
 */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

details {
  display: block;
}

input[type=number] {
  width: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

[unselectable] {
  user-select: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

html {
  background-color: #FFFFFF;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
/*
#styleguide
基本スタイル

```
<p>特に何も指定しないときの状態</p>
```
*/
body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: auto;
  font-size: 14px;
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  background-color: #ffffff;
  min-width: 1198px;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
div,
address,
iframe,
canvas,
hr,
textarea {
  display: block;
}

iframe {
  max-width: 100% !important;
}

img,
embed,
object,
video {
  max-width: 100%;
}

a {
  color: #333333;
}
a:hover {
  text-decoration: none;
}

label {
  cursor: pointer;
}

blockquote {
  padding: 0;
  margin: 0;
  display: block;
}

address,
em {
  font-style: normal;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

textarea {
  resize: vertical;
  overflow: hidden;
  -webkit-appearance: none;
  border: 0;
}

input,
button,
select {
  vertical-align: middle;
  border-radius: 0;
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
}

*:before,
*:after {
  padding: 0;
  margin: 0;
  line-height: 1;
}

@media all and (max-width: 767px) {
  .u-show-pc {
    display: none !important;
  }
}

.u-show-sp {
  display: none !important;
}
@media all and (max-width: 767px) {
  .u-show-sp {
    display: block !important;
  }
}
@media all and (max-width: 767px) {
  .u-show-sp.u-show-sp-flex {
    display: flex !important;
  }
}

.l-container {
  width: 1052px;
  margin: 0 auto;
  padding: 0 30px;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media all and (max-width: 767px) {
  .l-container {
    padding: 0 24px;
    width: 100%;
  }
  .faq .l-container {
    padding: 0;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

.breadcrumb__inner {
  line-height: 1.25;
}

/* 検索ボックス */
@media all and (max-width: 767px) {
  input {
    transform: scale(1) !important;
    font-size: 14px !important;
    padding-left: 42px !important;
  }
  input.rn-searchMod__inputField {
    transform: scale(1) !important;
    font-size: 14px !important;
    padding-left: 42px !important;
  }
  select.rn-searchMod__select {
    transform: scale(1) !important;
    font-size: 14px !important;
    padding-left: 42px !important;
  }
}

.mv__pc {
  width: 100%;
  position: relative;
  height: 600px;
  background: url(../images/MV_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.mvSlide__img {
  max-width: inherit;
}

@media all and (max-width: 767px) {
  .mv__pc {
    display: none;
  }
	:root {
--fw-player-margin: 8px;
--fw-player-width: 100px;
--fw-player-height: 200px;
}
}
.mv__pc .mv__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.mv__pc .mv__inner img {
  width: 40%;
  margin-right: 80px;
}
.mv__pc .mv__inner a {
  width: 49%;
}
.mv__pc .mv__inner a img {
  width: 100%;
}

.mv__sp {
  display: none;
}
@media all and (max-width: 767px) {
  .mv__sp {
    display: block;
  }
}
.mv__sp .mv__inner {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/MV_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.rn-searchMod__label--calendar {
  background-image: url(/searchMod/img/icon_calendar.svg);
  background-size: 19px 20px;
}

.rn-searchMod__label--pen {
  background-image: url(/searchMod/img/icon_pen.svg);
  background-size: 18px 18px;
}

.rn-searchMod__label--star {
  background-image: url(/searchMod/img/icon_star.svg);
  background-size: 21px 21px;
}

.heading {
  font-size: 40px;
  color: #333333;
  text-align: center;
}

.recommended {
  margin-top: 60px;
  margin-bottom: 36px;
}
@media all and (max-width: 767px) {
  .recommended {
    margin-top: 0px;
  }
}

.recommended__list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  /* gap: 24px; */
}
@media all and (max-width: 767px) {
  .recommended__list {
    flex-wrap: wrap;
    margin-top: 23px;
    gap: 0;
  }
}

.recommended__item {
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: opacity 0.3s;
  margin-right: 24px;
}
.recommended__item:last-child {
  margin-right: 0;
}
@media all and (min-width: 768px) {
  .recommended__item:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 767px) {
  .recommended__item {
    width: 100%;
    margin-right: 0;
  }
  .recommended__item:nth-child(n+2) {
    width: 48%;
  }
  .recommended__item:nth-child(n+2) span {
    display: none;
  }
}

.recommended__item-img {
  transition: all 0.5s ease-in-out;
  border-radius: 4px;
  overflow: hidden;
}

.recommended__desc {
  display: block;
  margin: 16px 0;
  font-size: 14px;
}
@media all and (max-width: 767px) {
  .recommended__desc {
    font-size: 12px;
    margin: 8px 0 16px;
  }
}

.online-experience {
  margin: 79px 0 50px;
}
@media all and (max-width: 767px) {
  .online-experience {
    margin: 79px 0 0;
  }
}

.online-experience__title {
  text-align: center;
  font-size: 32px;
  margin: 28px 0;
}
@media all and (max-width: 767px) {
  .online-experience__title {
    font-size: 20px;
  }
}

.online-experience__list {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .online-experience__list {
    flex-wrap: wrap;
    /* gap: 16px; */
  }
}

.online-experience__item {
  width: 23.2%;
  position: relative;
}
.online-experience__img {
  border-radius: 4px;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .online-experience__item {
    width: 47.37%;
    margin-bottom: 24px;
    /* margin-right: 16px; */
  }
  .online-experience__item:nth-child(2n) {
    margin-right: 0;
  }
}

.online-experience__item-title {
  font-size: 18px;
  font-weight: 600;
  margin: 16px 0 7px;
}
@media all and (max-width: 767px) {
  .online-experience__item-title {
    font-size: 16px;
  }
}

.online-experience__desc {
  display: block;
  font-size: 14px;
}
@media all and (max-width: 767px) {
  .online-experience__desc {
    font-size: 12px;
    line-height: 1.9;
  }
}

.tour {
  width: 100%;
  padding-top: 70px;
}
@media all and (max-width: 767px) {
  .tour {
    padding-top: 34px;
  }
}

.tour__heading {
  font-size: 40px;
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
}
.tour .section-wrap {
  background-color: #F2F2F2;
  padding: 16px 0 8px;
}

@media all and (max-width: 767px) {
  .tour__heading {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.tour__gallery {
  width: 100%;
  margin-top: 42px;
  padding: 16px 0;
  background-color: #F2F2F2;
}
@media all and (max-width: 767px) {
  .tour__gallery {
    margin-top: 18px;
    height: unset;
  }
}

@media all and (max-width: 767px) {
  .find-online-experience-wrapper {
    overflow-x: scroll;
    margin-right: -25px;
    margin-left: -24px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .find-online-experience-wrapper::-webkit-scrollbar {
    display: none;
  }
}

.find-online-experience__title {
  display: block;
  padding: 36px 0 20px;
  text-align: center;
  font-size: 32px;
}
@media all and (max-width: 767px) {
  .find-online-experience__title {
    font-size: 20px;
    padding: 17px 0 15px;
  }
}

.find-online-experience__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -8px;
}
@media all and (max-width: 767px) {
  .find-online-experience__list {
    width: 314%;
    justify-content: flex-start;
    padding-right: 25px;
    padding-left: 24px;
  }
}

.find-online-experience__item {
  width: 13.69%;
  margin: 10px;
  position: relative;
  transition: opacity 0.3s;
  border-radius: 4px;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .find-online-experience__item:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 767px) {
  .find-online-experience__item {
    width: 14.3%;
    margin: 10px 6px;
    margin: 0 8px 16px 8px;
  }
  .find-online-experience__item a {
    font-size: 18px;
    font-weight: 700;
  }
}

.find-online-experience__item-title {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  word-break: keep-all;
}
@media all and (max-width: 767px) {
  .find-online-experience__item-title {
    font-size: 18px;
  }
}

.search-by-theme__title {
  display: block;
  padding: 36px 0 32px;
  text-align: center;
  font-size: 32px;
  margin-top: 39px;
}
@media all and (max-width: 767px) {
  .search-by-theme__title {
    font-size: 20px;
    padding: 0 0 20px;
    margin-top: 24px;
  }
}

.search-by-theme__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* margin: 0 -10px; */
  gap: 24px;
}

.search-by-theme__item {
  width: 230px;
  margin: 0 0;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}

.search-by-theme__img-wrapper {
  position: relative;
  transition: opacity 0.3s;
}

@media all and (min-width: 768px) {
  .search-by-theme__img-wrapper:hover {
    opacity: 0.7;
  }
}

.search-by-theme__img {
  width: 100%;
}

.search-by-theme__item-title {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  word-break: keep-all;
}

.search-by-theme__item-desc {
  font-size: 14px;
  line-height: 2.01em;
  padding: 15px;
}

.search-by-theme__item-desc .search-theme__item--link a {
  display: block;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 768px) {
  .search-by-theme__item-desc .search-theme__item--link:hover {
    text-decoration: underline;
  }
}

.search-theme .accordion {
  margin: 0;
}
.search-theme .accordion__btn {
  border: none;
  padding: 8px;
}
.search-theme .accordion__btn:after {
  right: 19px;
}

.search-theme__item {
  margin: 10px 0;
  background-color: #ffffff;
}
.search-theme__item img {
  width: 40px;
}

.search-theme__img-wrapper {
  display: flex;
  align-items: center;
}

.search-theme__title {
  font-size: 16px;
  padding-left: 7px;
}

.search-theme__item-text span {
  display: block;
  border-top: 1px solid #D7D7D7;
  padding: 11px 0;
}

.reading-material {
  padding-top: 79px;
  padding-bottom: 96px;
}
@media all and (max-width: 767px) {
  .search-by-theme__list {
    gap: 0;
  }
  .reading-material {
    padding: 28px 0 46px;

  }
}

.reading-material__title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 45px;
}
@media all and (max-width: 767px) {
  .reading-material__title {
    font-size: 24px;
    margin-bottom: 18px;
  }
}

.reading-material__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.reading-material__item {
  width: 31.6%;
  position: relative;
  margin-bottom: 41px;
  transition: opacity 0.3s;
}
.reading-material__img {
  border-radius: 4px;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .reading-material__item:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 767px) {
  .reading-material__list {
    gap: 16px;
  }
  .reading-material__item {
    width: 47.5%;
    margin-bottom: 8px;
  }
}

.reading-material__item-title {
  font-size: 18px;
  font-weight: 600;
  margin: 16px 0 7px;
}
@media all and (max-width: 767px) {
  .reading-material__item-title {
    font-size: 16px;
  }
}

.reading-material__time {
  font-size: 14px;
}

.travel-home {
  margin-top: 60px;
}
@media all and (max-width: 767px) {
  .travel-home {
    margin-top: 24px;
  }
}
.travel-home h3 {
  font-size: 24px;
  color: #333333;
  text-align: center;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .travel-home h3 {
    font-size: 20px;
    text-align: left;
  }
}

.travel-home__desc {
  font-size: 16px;
  margin-top: 25px;
}
@media all and (max-width: 767px) {
  .travel-home__desc {
    font-size: 14px;
  }
}

.travel-home__list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  gap: 24px;
}
@media all and (max-width: 767px) {
  .travel-home__list {
    flex-direction: column;
    margin-top: 20px;
    gap: 0;
  }
}

.travel-home__item {
  width: 314px;
  background-color: #F2F2F2;
  padding: 24px;
  border-radius: 4px;
}
@media all and (max-width: 767px) {
  .travel-home__item {
    padding: 16px 0;
    margin: 4px 0;
    width: 100%;
  }
}
.travel-home__item h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #0057B8;
  padding-bottom: 16px;
  min-height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 767px) {
  .travel-home__item h4 {
    border: none;
    font-size: 16px;
    font-weight: 300;
    padding: unset;
    min-height: auto;
  }
}
.travel-home__item p {
  font-size: 14px;
  margin-top: 17px;
  line-height: 1.7;
}
@media all and (max-width: 767px) {
  .travel-home__item p {
    display: none;
  }
}

.travel-home__slider {
  width: 1042px;
  margin: 60px auto 0;
}
@media all and (max-width: 767px) {
  .travel-home__slider {
    width: 630px;
    position: relative;
    left: 22px;
    margin-top: 40px;
  }
  .travel-home__slider .slick-list {
    overflow: visible;
  }
}
.travel-home__slider .slider-arrow {
  top: 33.9%;
}

.travel-home__slider-item-inner {
  width: 466px;
  margin: 0 auto;
}

.travel-home__slider-image {
  width: 466px;
  height: 311px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #F2F2F2;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 767px) {
  .travel-home__slider-item-inner {
    width: 295px;
  }
  .travel-home__slider-image {
    width: auto;
    height: 197px;
  }
}

.travel-home__slider-desc {
  font-size: 16px;
  font-weight: bold;
  margin-top: 24px;
}

.travel-home__slider-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}

.travel-home__slider-price {
  color: #F01C1C;
  font-weight: normal;
  font-size: 20px;
}
.travel-home__slider-price span {
  font-size: 16px;
}

.travel-home__slider-button {
  color: #333333;
  padding-right: 17px;
  position: relative;
  line-height: 2;
}
.travel-home__slider-button:hover {
  /* text-decoration: underline; */
}

@media all and (min-width: 768px) {
  .travel-home__slider-link,
  .travel-home__slider-link img {
    transition: opacity 0.3s;
  }
  .travel-home__slider-link:hover .travel-home__slider-details {
    opacity: 0.7;
  }
  .travel-home__slider-link:hover img {
    opacity: 0.7;
  }
}

.travel-home__slider-button::after {
  content: "";
  width: 8px;
  height: 13.91px;
  position: absolute;
  right: 0;
  top: 44%;
  transform: translateY(-50%);
  background: url(../images/icon/arrow_right.png) no-repeat;
  background-size: contain;
  background-position: center;
}

/* mypage-merit*/
.mypage-merit .product-container__title {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .product-container.mypage-merit {
    padding: 40px 0 72px;
  }
  .mypage-merit .product-container__title {
    margin-bottom: 0;
  }
  .mypage-merit .product-container__text {
    margin-bottom: 24px;
  }
}
.mypage-merit__list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .mypage-merit__list {
    flex-direction: column;
    margin-top: 20px;
    gap: 0;
  }
}

.mypage-merit__item {
  width: calc((100% - 60px) / 2);
  background-color: #FFF;
  padding: 16px 16px 298px;
  border-radius: 4px;
  position: relative;
}
@media all and (max-width: 767px) {
  .mypage-merit__item {
    padding: 16px;
    margin-bottom: 16px;
    width: 100%;
  }
  .mypage-merit__item:last-child {
    margin-bottom: 0;
  }
}
.mypage-merit__item h4 {
  font-size: 24px;
  text-align: center;
  padding: 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 767px) {
  .mypage-merit__item h4 {
    font-size: 16px;
    font-weight: 300;
    padding: unset;
    min-height: auto;
  }
}
.mypage-merit__item p {
  font-size: 14px;
  line-height: 1.7;
}
@media all and (max-width: 767px) {
  .mypage-merit__item p {
    margin: 16px 0;
  }
}
.mypage-merit__img {
  position: absolute;
  bottom: 16px;
  left: 16px;
}
@media all and (max-width: 767px) {
  .mypage-merit__img {
    position: static;
  }
}
.mypage-merit .link-btn__button-wrapper p {
  margin-top: 16px;
}
@media all and (max-width: 767px) {
  .mypage-merit .link-btn__button-wrapper p {
    margin-top: 0;
	text-align: left;
  }
}


.slick-dots {
  display: flex;
  justify-content: center;
  font-size: 0;
  margin-top: 37px;
  cursor: pointer;
}

.slick-dots button {
  display: none;
}

.slick-dots li {
  width: 8px;
  height: 8px;
  background-color: #E0E0E0;
  border: none;
  border-radius: 30px;
  margin: 0 6px;
}

.slick-dots .slick-active {
  background-color: #707070;
}

.slider-arrow {
  width: 10.87px;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.slider-arrow--left {
  left: -18px;
}

.slider-arrow--right {
  right: -18px;
}

.slick-disabled {
  opacity: 0.5;
  cursor: unset;
}

.popularity-ranking {
  padding: 80px 0 40px;
  background-color: #F2F2F2;
}
@media all and (max-width: 767px) {
  .popularity-ranking {
    padding: 24px 0 9px;
  }
}

.popularity-ranking__title {
  text-align: center;
  font-size: 40px;
  padding-bottom: 22px;
}
@media all and (max-width: 767px) {
  .popularity-ranking__title {
    font-size: 24px;
    padding-bottom: 0;
  }
}

.popularity-ranking__date {
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
}
.popularity-ranking__date > span:last-child {
  font-size: 12px;
}
@media all and (max-width: 767px) {
  .popularity-ranking__date {
    font-size: 12px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
  }
}

@media all and (max-width: 767px) {
  .popularity-ranking__list-wrapper {
    margin-right: -25px;
    margin-left: -24px;
    overflow-x: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .popularity-ranking__list-wrapper::-webkit-scrollbar {
    display: none;
  }
}

.popularity-ranking__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.popularity-rangking__desc {
  font-size: 12px;
}
@media all and (max-width: 767px) {
  .popularity-ranking__list {
    flex-direction: row;
    width: 178%;
    justify-content: space-between;
    padding-right: 25px;
    padding-left: 24px;
  }
  .popularity-rangking__desc {
    font-size: 11px;
  }
}

.popularity-ranking__icon {
  position: absolute;
  text-align: center;
  padding-top: 1px;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  background-color: #F2F2F2;
  top: 8px;
  left: 8px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  padding-top: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 767px) {
  .popularity-ranking__icon {
    width: 16px;
    height: 16px;
    font-size: 10px;
    /* padding-top: 0; */
    left: 4px;
    top: 3px;
  }
}
.popularity-ranking__icon--brown {
  background-image: linear-gradient(180deg, #F7AF93, #ae5858);
  color: #ffffff;
}
.popularity-ranking__icon--gray {
  background-image: linear-gradient(180deg, #9AA0A6, #8c8f91);
  color: #ffffff;
}
.popularity-ranking__icon--yellow {
  background-image: linear-gradient(180deg, #FADB50, #d9b100);
  color: #ffffff;
}
.popularity-ranking__icon:last-child {
  padding: 0;
}

.popularity-ranking__item {
  width: 18%;
  position: relative;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  transition: opacity 0.3s;
}
.popularity-ranking__item a {
  display: flex;
  flex-direction: column;
  align-content: space-between;
}
.popularity-ranking__item:last-child .popularity-ranking__icon {
  padding-top: 2px;
}
@media all and (min-width: 768px) {
  .popularity-ranking__item:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 767px) {
  .popularity-ranking__item:last-child .popularity-ranking__icon {
    padding-top: 1px;
  }
}
@media all and (max-width: 767px) {
  .popularity-ranking__item {
    flex-direction: row;
    width: 48%;
    margin-bottom: 16px;
  }
  .popularity-ranking__item:nth-child(-n+5) {
    margin-right: 20px;
  }
  .popularity-ranking__item:nth-child(1) {
    order: 1;
  }
  .popularity-ranking__item:nth-child(2) {
    order: 3;
  }
  .popularity-ranking__item:nth-child(3) {
    order: 5;
  }
  .popularity-ranking__item:nth-child(4) {
    order: 7;
  }
  .popularity-ranking__item:nth-child(5) {
    order: 9;
  }
  .popularity-ranking__item:nth-child(6) {
    order: 2;
  }
  .popularity-ranking__item:nth-child(7) {
    order: 4;
  }
  .popularity-ranking__item:nth-child(8) {
    order: 6;
  }
  .popularity-ranking__item:nth-child(9) {
    order: 8;
  }
  .popularity-ranking__item:nth-child(10) {
    order: 10;
  }
  .popularity-ranking__item a {
    flex-direction: row;
  }
}

.popularity-ranking__img-container {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.popularity-ranking__img {
  border-radius: 4px;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .popularity-ranking__img-container {
    width: 26%;
  }
}

.popularity-ranking__content-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 150px;
}
@media all and (max-width: 767px) {
  .popularity-ranking__content-container {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    min-height: auto;
  }
}

.popularity-ranking-info-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
@media all and (max-width: 767px) {
  .popularity-ranking-info-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media all and (max-width: 767px) {
  .popularity-ranking__desc {
    font-size: 12px;
    inline-size: 100%;
    overflow-wrap: break-word;
    text-align: justify;
    margin: 19px 0 13px;
  }
  .popularity-ranking__desc span {
    margin-right: 16px;
  }
}

.popularity-ranking__item-title {
  font-size: 18px;
  font-weight: 600;
  margin: 16px 0 7px;
  display: -webkit-box;
  max-width: 200px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .popularity-ranking__item-title {
    font-size: 14px;
    margin-top: 0;
  }
}

.popularity-ranking__price {
  font-size: 16px;
  color: #F01C1C;
  /* unicode-bidi: bidi-override;
  direction: rtl; */
}
.popularity-ranking__price .money-sign {
  font-size: 12px;
}
@media all and (max-width: 767px) {
  .popularity-ranking__price {
    font-size: 12px;
  }
}

.faq {
  padding: 70px 0;
}
@media all and (max-width: 767px) {
  .faq {
    padding: 22px 0 30px;
  }
  .faq .link-btn__button-wrapper {
    margin-top: 32px;
  }
}

.faq__title {
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  padding: 8px 0;
}
@media all and (max-width: 767px) {
  .faq__title {
    font-size: 24px;
  }
}

.faq__item {
  margin-top: 31px;
}

.faq__question {
  font-size: 16px;
  font-weight: 600;
}

.faq__answer {
  font-size: 14px;
  background-color: #F2F2F2;
  padding: 16px 34px;
  margin-top: 17px;
  position: relative;
  border-radius: 4px;
}

.faq__answer a {
  text-decoration: underline;
}

.product-container {
  background-color: #F2F2F2;
  padding: 80px 0 41px;
  margin-top: 120px;
  margin-bottom: 50px;
}
@media all and (min-width: 768px) {
  .faq__answer a:hover {
    text-decoration: none;
  }
}

@media all and (max-width: 767px) {
  .faq__list__block {
    margin-top: 8px;
  }
  .faq__item {
    margin-top: 0;
  }
  .faq__list .faq__item:last-child {
    border-bottom: 1px solid #D7D7D7;
  }
  .faq__question {
    font-size: 14px;
    text-indent: -20px;
    padding-left: 20px;
    width: 90%;
  }
  .faq__answer {
    margin: 0 0;
    padding: 0 24px !important;
  }
  .faq__answer.active-accordion-panel {
    margin: 0 0 16px !important;
  }
  .product-container {
    margin-top: 71px;
    margin-bottom: 30px;
    padding: 22px 0 0;
    padding: 24px 0 1px;
  }
  .product-container .link-btn__button-wrapper {
    margin-top: 22px;
  }
  .product-container .find-online-experience .find-by-city.l-container {

  }
}

.product-container__title {
  text-align: center;
  font-size: 40px;
}
.product-container__text{
  font-size:16px;
}
@media all and (max-width: 767px) {
  .product-container__title {
    font-size: 24px;
	padding: 24px 0;
  }
  .product-container__text{
  font-size:14px;	
	
}
}

.product-container__title-description {
  display: block;
  padding: 36px 0 20px;
  text-align: center;
  font-size: 32px;
}

.link-btn__button-wrapper {
  margin: 40px 0;
  text-align: center;
}
.link-btn__button-wrapper > .button {
  max-width: 256px;
  height: 56px;
  border-radius: 28px;
}
.link-btn__button-wrapper > .button:hover {
  text-decoration: none;
}
.link-btn__button-wrapper--reading-material {
  margin: 24px 0;
}

.oe-nav {
  width: 100%;
  height: 80px;
  position: relative;
}
@media all and (max-width: 767px) {
  .oe-nav {
    height: 53px;
  }
}

.oe-nav__inner {
  padding: 28px;
  box-shadow: 0 3px 5px rgba(199, 199, 199, 0.2);
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  position: relative;
}
@media all and (max-width: 767px) {
  .oe-nav__inner {
    height: 53px;
    padding: 17px 0;
    background-color: #F2F2F2;
    box-shadow: none;
  }
}
.oe-nav__inner.is-active {
  position: fixed;
  animation: fade 0.3s forwards;
  top: 0;
  z-index: 10;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media all and (max-width: 767px) {
  .oe-nav__container {
    margin-right: -25px;
    padding-right: 25px;
    overflow-x: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .oe-nav__container::-webkit-scrollbar {
    display: none;
  }
}

.oe-nav__list {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .oe-nav__list {
    /* width: 518px; */
    width: 100%;
    word-break: keep-all;
  }
}

.oe-nav__item-wrap {
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.oe-nav__item-wrap a:hover {
  text-decoration: underline;
  color: #333333;
}
.oe-nav__item-wrap:not(:last-child) span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -26px;
  width: 1px;
  height: 16px;
  background-color: #999999;
}
@media all and (max-width: 767px) {
  .oe-nav__item-wrap {
    margin-right: 12px;
  }
  .oe-nav__item-wrap:not(:last-child) span:after {
    height: 12px;
    right: 0;
    top: 45%;
  }
  .oe-nav__item-wrap:last-child .oe-nav__item-text {
    padding-right: 24px;
  }
}

.oe-nav__item-text {
  display: block;
  font-size: 16px;
  color: #333333;
  position: relative;
}
.oe-nav__item-text .pc-only {
  display: inline;
}
.oe-nav__item-text.is-active {
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .oe-nav__item-text {
    font-size: 12px;
    padding-right: 12px;
  }
  .oe-nav__item-text .pc-only {
    display: none;
  }
}

.staff-rec {
  padding-top: 70px;
}
@media all and (max-width: 767px) {
  .staff-rec {
    padding-top: 41px;
  }
}
@media all and (max-width: 767px) {
  .staff-rec .l-container {
    padding-right: 0;
  }
}

.staff-rec__heading {
  font-size: 40px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .staff-rec__heading {
    font-size: 24px;
  }
}

.staff-rec__activity {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .staff-rec__activity:first-of-type {
    margin-top: 5px;
  }
}

.staff-rec__activity-item:first-child {
  width: 466px;
  height: auto;
  margin-right: 60px;
}
@media all and (max-width: 767px) {
  .staff-rec__activity-item {
    width: auto;
    margin-top: 26px;
    overflow: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .staff-rec__activity-item:nth-of-type(2) {
    margin-left: -24px;
  }
  .staff-rec__activity-item::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .staff-rec__activity-item:first-of-type {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }
}

@media all and (max-width: 767px) {
  .staff-rec__featured {
    padding-right: 25px;
  }
}

.staff-rec__activity-image {
  width: 466px;
  /*height: 254px;*/
  overflow: hidden;
  border-radius: 4px;
}
@media all and (max-width: 767px) {
  .staff-rec__activity-image {
    display: none;
  }
}
.staff-rec__activity-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  /* object-fit: cover; */
  border-radius: 4px;
  overflow: hidden;
}

.staff-rec__activity-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.staff-rec__activity-title h3 {
  font-size: 20px;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .staff-rec__activity-title {
    margin-top: 14px;
  }
  .staff-rec__activity-title h3 {
    font-size: 18px;
  }
}

.staff-rec__activity-link {
  color: #333333;
  padding-right: 17px;
  position: relative;
}
/* .staff-rec__activity-link:hover {
  text-decoration: underline;
} */
.staff-rec__activity-link::after {
  content: "";
  width: 8px;
  height: 13.91px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon/arrow_right.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.staff-rec__featured-link {
  transition: opacity 0.3s;
}
@media all and (min-width: 768px) {
  .staff-rec__featured-link:hover {
    opacity: 0.7;
  }
}

.staff-rec__activity-desc {
  font-size: 14px;
  margin-top: 10px;
}

.staff-rec__article-list {
  display: flex;
  justify-content: space-between;
}
.staff-rec__article-desc {
  display: block;
}

@media all and (max-width: 767px) {
  .staff-rec__article-list {
    width: max-content;
    padding-left: 24px;
  }
  .staff-rec__activity-link {
    font-size: 12px;
  }
  .staff-rec__row:first-child {
    padding-bottom: 24px;
    margin-bottom: 10px;
    border-bottom: 1px solid #D7D7D7;
  }
  .staff-rec__article-desc {
    display: none;
  }
}

.staff-rec__article-item {
  width: 225px;
  transition: opacity 0.3s;
}
.staff-rec__article-item:first-child {
  margin-right: 16px;
}
@media all and (min-width: 768px) {
  .staff-rec__article-item:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 767px) {
  .staff-rec__article-item {
    width: 230px;
    margin-right: 20px;
  }
}

.staff-rec__article-image {
  width: 100%;
  /*height: 152px;*/
  border-radius: 4px;
  overflow: hidden;
}
.staff-rec__article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff-rec__article-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
}

.staff-rec__article-desc {
  font-size: 16px;
  margin-top: 10px;
}

.staff-rec__article-price {
  font-size: 16px;
  color: #F01C1C;
  font-weight: normal;
  margin-top: 6px;
}
.staff-rec__article-price span {
  font-size: 12px;
  font-weight: normal;
}

.reviews {
  padding-top: 70px;
}
@media all and (max-width: 767px) {
  .reviews {
    padding-top: 40px;
  }
}

.reviews__heading {
  font-size: 40px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .reviews__heading {
    font-size: 24px;
  }
}

.reviews__list {
  width: 1012px;
  margin: 40px auto 0;
}
@media all and (max-width: 767px) {
  .reviews__list {
    width: 630px;
    margin: 28px auto 0;
    position: relative;
    left: 25px;
  }
  .reviews__list .slick-list {
    overflow: visible;
  }
}
.reviews__list .slider-arrow--left {
  left: -57px;
}
.reviews__list .slider-arrow--right {
  right: -37px;
}

.reviews__item-inner {
  width: 314px;
}
@media all and (max-width: 767px) {
  .reviews__item-inner {
    width: 295px;
  }
}

.reviews__box {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  padding: 23px;
  margin-top: 16px;
  min-height: 360.5px;
}

.review__user {
  display: flex;
}

.review__user-profile {
  width: 77px;
  height: 72px;
  border: 1px solid #CCCCCC;
  padding: 8px;
  border-radius: 4px;
  margin-right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.review__user-profile img {
  width: auto;
}

.review__user-details {
  font-size: 14px;
  color: #333333;
}
.review__user-details img {
  width: 114.74px;
  margin-top: 8px;
}

.review__user-date {
  margin-top: 7px;
  font-size: 12px;
}
.review__user-date span {
  font-size: 10px;
}

.review__description {
  color: #333333;
  font-size: 14px;
  margin-top: 15px;
}
.review__description h4 {
  font-size: 16px;
  font-weight: bold;
}
.review__description p {
  margin-top: 10px;
  line-height: 1.7;
}

.reviews__article-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  min-height: 110px;
  /*min-height: 129px;*/
  transition: opacity 0.3s;
}

.reviews__article-image {
  width: 114px;
  height: 71px;
}
.reviews__article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  overflow: hidden;
}

.reviews__article-details {
  width: 188px;
}
@media all and (min-width: 768px) {
  .reviews__article-link:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 767px) {
  .reviews__article {
    min-height: 110px;
    /*min-height: 150px;*/
  }
  .reviews__article-details {
    padding-left: 16px;
  }
  .reviews__box {
    min-height: 384px;
  }
}
.reviews__article-details h3 {
  font-size: 14px;
  font-weight: bold;
}

.reviews__article-price {
  font-size: 16px;
  color: #F01C1C;
}
.reviews__article-price span {
  font-size: 12px;
}

.featured {
  margin-top: 128px;
}
@media all and (max-width: 767px) {
  .featured {
    margin-top: 42px;
    margin-bottom: 20px;
  }
}

.featured__list {
  width: 1012px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .featured__list {
    width: 500px;
    margin: 0 unset;
    position: relative;
    left: 25px;
  }
  .featured__list .slick-list {
    overflow: visible;
  }
}
.featured__list .slider-arrow {
  top: 41.5%;
}
.featured__list .slider-arrow--left {
  left: -52px;
}
.featured__list .slider-arrow--right {
  right: -28px;
}

.featured__image {
  width: 230px;
  height: 230px;
  transition: opacity 0.3s;
  border-radius: 4px;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .featured__image:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 767px) {
  .featured__image {
    width: 150px;
    height: 150px;
  }
}
.featured__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured--bottom {
  background-color: #F2F2F2;
  margin: 10px 0 0;
  padding: 40px 0 35px;
}
@media all and (max-width: 767px) {
  .featured--bottom {
    margin: 0;
    padding: 20px 0 6px;
  }
}
.featured--bottom .featured__list {
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .featured--bottom .featured__list {
    width: 100%;
    margin: 0 auto;
    left: 0;
    padding: 7px 25px 20px;
  }
}
@media all and (max-width: 767px) {
  .featured--bottom .featured__item {
    margin-top: 18px;
  }
}
@media all and (max-width: 767px) {
  .featured--bottom .featured__item:first-child {
    margin-top: 0;
  }
}
.featured--bottom .featured__item-inner {
  width: 314px;
}
@media all and (max-width: 767px) {
  .featured--bottom .featured__item-inner {
    width: 100%;
  }
}
.featured--bottom .featured__image {
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.featured--bottom .featured__title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 14px;
}
@media all and (max-width: 767px) {
  .featured--bottom .featured__title {
    display: none;
  }
}
.featured--bottom .featured__desc {
  font-size: 14px;
  margin-top: 9px;
}
@media all and (max-width: 767px) {
  .featured--bottom .featured__desc {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .search-by-theme__item {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
  .search-theme__item__accordion__btn {
    background-color: #fff;
    padding: 8px;
    border-radius: 4px;
    position: relative;
  }
  .search-theme__item__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
  }
  .search-by-theme__img-wrapper {
    width: 85%;
  }
  .search-by-theme__img-wrapper a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row-reverse;
  }
  .search-by-theme__item-title {
    position: relative;
    color: #000;
    font-size: 16px;
    top: 0;
    text-align: left;
    margin-left: 8px;
    left: 0;
    font-weight: normal;
    transform: translate(0, 0);
    word-break: break-all;
  }
  .search-by-theme__img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
  }
  .search-theme__item__accordion__btn::after {
    content: "+";
    font-size: 20px;
    font-weight: bold;
    margin-left: 5px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .search-theme__item__accordion__btn.active::after {
    content: "−";
  }

  .faq__item .accordion__btn {
    padding: 16px 24px;
  }

  .accordion {
    margin: 0 -25px;
  }

  .accordion__btn {
    cursor: pointer;
    padding: 25px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    transition: 0.4s;
    border-top: 1px solid #D7D7D7;
    position: relative;
  }
  .accordion__btn:after {
    content: "+";
    font-size: 20px;
    font-weight: bold;
    margin-left: 5px;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
  }
  .accordion__btn--border-bottom {
    border-bottom: 1px solid #D7D7D7;
  }
  .accordion__btn.active::after {
    content: "−";
  }

  .accordion__panel {
    padding: 0 16px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s ease-out;
  }
  .accordion__panel.active-accordion-panel {
    margin: 0 0 7px;
  }
  .search-by-theme__item-desc {
    padding: 0;
  }
  .search-by-theme__item-desc .search-theme__item--link {
    padding: 8px 0 9px 0;
    border-bottom: 1px solid #D7D7D7;
  }
  .search-by-theme__item-desc .search-theme__item--link:last-child {
    border-bottom: 0;
  }
}

.swiper {
  width: 100%;
}

/* .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 368px;
} */

.tour .section-box-wrap {
  margin-bottom: 8px;
}

.swiper-slide-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  color: #FFF;
  opacity: 0;
  transition: .5s;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.swiper-container .swiper-slide img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

@media all and (max-width: 767px) {
  .swiper-slide {
    height: auto;
  }
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide__img {
  background-image: url(../images/tour-img-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  padding-top: 352%;
}
@media all and (max-width: 767px) {
  .swiper-slide__img {
    background-size: 312%;
  }
}
.swiper-slide__img--img-2 {
  background-image: url(../images/tour-img-2.png);
  background-size: contain;
}

/* ikumiru */
section#js-ikumiru {
    padding-top: 70px;
}

#js-ikumiru .heading--subTitle {
    font-weight: 400;
}
#js-ikumiru .button {
	max-width: 256px;
	height: 56px;
    border-radius: 28px;
}
#js-ikumiru .button.button--type-round {
    margin: 0 8px;
}

#js-ikumiru section.subSection {
    padding-top: 40px;
}
#js-ikumiru .subSection__heading {
    margin-bottom: 32px;
}
#js-ikumiru .subSection2__heading {
	font-size: 24px;
	text-align: center;
    margin: 40px 0 24px;
	}
	

#js-ikumiru .align-center {
    text-align: center !important;
	padding: 40px 0;
}
#js-ikumiru .gridCarousel__dots li.slick-active button {
    background: #707070;
}
#js-ikumiru .heading--md {
    font-size: 16px;
}
@media all and (max-width: 767px) {
  #js-ikumiru .ikumiru {
    padding-top: 41px;
  }
	#js-ikumiru .button.button--type-round {
    margin: 0 0 16px;
}
	#js-ikumiru section.subSection {
    padding-top: 40px;
}
	#js-ikumiru .align-center {
    text-align: center !important;
	padding: 24px 0;
}
	#js-ikumiru .section__heading {
    font-size: 24px;
		margin-bottom: 16px;
	}
	#js-ikumiru .subSection__heading {
    font-size: 20px;
		margin-bottom: 16px;
	}
	#js-ikumiru .align-center {
    text-align: center !important;
	padding: 24px 0;
}
	#js-ikumiru .link-btn__button-wrapper {
    margin: 40px 0 0;
    text-align: center;
}
}





/* 商品カセット */
.tag_standard,
.tag_light {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
}
.tag_standard::after,
.tag_light::after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 20px;
    margin-left: 8px;
}
.tag_standard::after {
    background: url(../img/icon_S.svg) no-repeat;
}
.tag_light::after {
    background: url(../img/icon_L.svg) no-repeat;
}

.result-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 0;
  width: 100%;
}
.plan_standard,
.plan_light {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  border: 1px solid #D7D7D7;
  position: relative;
  transition: all .3s;
  width: calc((100% - 48px) / 4);
  padding-bottom: 52px;
  margin-right: 16px;
  margin-bottom: 16px;
  border-radius: 4px;
}
.result-wrap div.plan_standard:nth-child(4n),
.result-wrap div.plan_light:nth-child(4n) {
  margin-right: 0;
}
.result-wrap div.plan_standard:hover,
.result-wrap div.plan_light:hover {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
}
.img-link {
  background-color: transparent;
  overflow: hidden;
  display: flex;
}
.img-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 94%;
}
.plan_standard .img-link::after {
    /*background-image: url(/oe/images/icon/plan_standard1.svg);*/
    height: 0;
}
.plan_light .img-link::after {
  background-image: url(/oe/images/icon/plan_light1.svg);
}
.img-link img {
  width: 100%;
  height: calc(100% - 0px);
  object-fit: cover;
}
.text-link {
  padding: 16px 16px 0;
  font-size: 1.143rem;
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: #0057B8;
}
.plan_standard .text-link::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(/oe/theme/ikumiru/img/icon_S.svg) no-repeat;
  background-size: contain;
}
.date-box {
  padding: 8px 16px .085em 2.8em;
  background: url(https://www.his-j.com/cmn/icon/icon_calendar.svg) no-repeat left 16px bottom 0.085em;
  background-size: 1.3em;
  line-height: 1;
  font-size: .875rem;
  margin-bottom: 0.5rem
}
.tag-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 8px 16px;
}
.tag-box span {
  color: #F25749;
  border: 1px solid #F25749;
  border-radius: 20px;
  line-height: 20px;
  white-space: nowrap;
  font-size: .875rem;
  padding: 0 1em;
  margin-right: 8px;
}
.review-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 16px;
  width: 100%;
  height: 52px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.review-box span {
  width: 84px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
}
.review-box .star_5 {
  background-image: url(/oe/images/star_5.svg);
}
.review-box .star_4 {
  background-image: url(/oe/images/star_4.svg);
}
.review-box .star_3 {
  background-image: url(/oe/images/star_3.svg);
}
.review-box .star_2 {
  background-image: url(/oe/images/star_2.svg);
}
.review-box .star_1 {
  background-image: url(/oe/images/star_1.svg);
}
.review-box .star_0 {
  background-image: url(/oe/images/star_0.svg);


}
.review-box a {
  font-size: .75rem;
  margin: 0 0 0 auto;
  color: #2488FF;
  text-decoration: none;
}
.review-box a:hover {
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  .result-wrap {
    padding: 0;
    margin: 0 -24px;
    width: calc(100% + 48px);
  }
  .plan_standard,
  .plan_light {
      width: 100%;
      margin-right: 0;
      padding: 16px 16px 8px;
      margin-bottom: 8px;
      border: none;
      box-shadow: none;
      display: flex;
      flex-wrap: wrap;
  }
  .result-wrap > div.plan_standard:nth-child(odd),
  .result-wrap > div.plan_light:nth-child(odd) {
      background-color: #F2F2F2;
  }
  .img-link {
      width: 172px;
      height: 136px;
  }
  .img-link::after {
      height: 25px;
      background-size: 100%;
  }
  .plan_standard .img-link::after {
      background-image: url(/oe/images/icon/plan_standard_sp1.svg);
  }
  .plan_light .img-link::after {
      background-image: url(/oe/images/icon/plan_light_sp1.svg);
  }
  .img-link img {
      height: calc(100% - 30px);
  }
  .text-box {
      padding-left: 12px;
      width: calc(100% - 172px);
      padding-bottom: 10px;
  }
  .text-link {
      padding: 0;
      font-size: 0.875rem;
      font-weight: normal;
      line-height: 1.4;
  }
  .date-box {
      margin-left: -16px;
      font-size: 0.75rem;
  }
  .tag-box {
      padding: 8px 0 0 0;
  }
  .tag-box span {
      color: #F25749;
      border: 1px solid #F25749;
      border-radius: 20px;
      line-height: 20px;
      white-space: nowrap;
      font-size: .75rem;
      padding: 0 1em;
      margin-right: 8px;
  }
  .review-box {
      position: absolute;
      top: 130px;
      left: 16px;
      bottom: auto;
      padding: 0;
      width: 172px;
      height: auto;
      justify-content: space-between;
  }
  .review-box a {
      margin: 0;
  }
}
@media all and (max-width: 320px) {
  .text-link,
  .date-box,
  .tag-box span,
  .review-box a {
    font-size: 0.7rem;
  }
}
/* /ikumiru */

/*# sourceMappingURL=style.css.map */


/* 2023.04.04 追加 */
.oe-nav__container {
  display: flex;
  justify-content: space-between;
}
.oe-nav__item-wrap {
  padding: 0 24px;
}
.oe-nav__item-wrap:not(:last-child) span:after {
  right: -24px;
}
.oe-nav__login {
  font-size: 16px;
  font-weight: bold;
}
.oe-nav__login a:hover {
  text-decoration: underline;
}
.oe-nav__login img {
  width: 24px;
  margin-right: 8px;
}
.travel-home {
  margin-top: 0;
  padding-top: 60px;
}

/* p-global-nav
-------------------------*/
.l-contents {
  width: 100%;
}
.p-global-nav {
  background-color: #FFFFFF;
}
.p-global-nav__inner {
  display: flex;
}
.p-global-nav__link {
  display: inline-flex;
  color: #333333;
  background-repeat: no-repeat;
}
.p-global-nav__link--01 {
  background-image: url('/oe/images/icon/ikumiru_face_icon.svg');
}
.p-global-nav__link--02 {
  background-image: url('https://www.his-j.com/oe/images/icon/field_time.svg');
}
.p-global-nav__link--03 {
  background-image: url('/oe/images/icon/icon_beginner.svg');
}
.p-global-nav__link--04 {
  background-image: url('/oe/images/icon/icon_mypage.svg');
}
.p-global-nav__link.is-current  {
  pointer-events: none;
  font-weight: bold;
  color: #3064D5;
  opacity: 1;
}
.p-global-nav__link--01.is-current {
  background-image: url('../images/icon/mypage_blue.svg');
}
.p-global-nav__link--02.is-current {
  background-image: url('../images/icon/mypage_blue.svg');
}
.p-global-nav__link--03.is-current {
  background-image: url('../images/icon/mypage_blue.svg');
}
@media screen and (min-width: 769px) {
  .p-global-nav {
    box-shadow: 0px 3px 6px #00000014;
  }
  .p-global-nav__inner {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p-global-nav__item + .p-global-nav__item::before {
    content: "/";
    font-size: 1.125rem;
    color: #CCCCCC;
  }
  .p-global-nav__link {
    font-size: 1rem;
  }
  .p-global-nav__link--01 {
    background-position: center left 0;
    background-size: 22px;
    padding-right: 32px;
    padding-left: 30px;
  }
  .p-global-nav__link--02 {
    background-position: center left 32px;
    background-size: 22px;
    padding-right: 32px;
    padding-left: 62px;
  }
  .p-global-nav__link--03 {
    background-position: center left 32px;
    background-size: 22px;
    padding-right: 32px;
    padding-left: 62px;
  }
  .p-global-nav__link--04 {
    background-position: center left 32px;
    background-size: 28px;
    padding-left: 68px;
  }
}
@media not all and (min-width: 769px) {
  .p-global-nav {
    border-top: 1px solid #C1C1C1;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .p-global-nav__inner {
    width: 100%;
    min-height: 92px;
  }
  .p-global-nav__item {
    width: calc(100% / 4);
  }
  .p-global-nav__item + .p-global-nav__item  {
    border-left: 1px solid #C1C1C1;
  }
  .p-global-nav__link {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    text-align: center;
    font-size: .75rem;
    padding: 8px 0 12px;
  }
  .p-global-nav__link--01 {
    background-size: 41px;
    background-position: top 12px center;
  }
  .p-global-nav__link--02 {
    background-size: 36px;
    background-position: top 12px center;
  }
  .p-global-nav__link--03 {
    background-size: 36px;
    background-position: top 12px center;
  }
  .p-global-nav__link--04 {
    background-size: 36px;
    background-position: top 10px center;
	padding-bottom: 3px;
  }

  .goTop {
    bottom: 90px;
  }
}

/* 2023.04.10 追加（note埋め込み） */
.note {
  padding-top: 80px;
  padding-bottom: 80px;
}
.note__heading {
  font-size: 40px;
  text-align: center;
}
.note__wrap {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 48px) / 3));
  gap: 40px 24px;
}
@media all and (max-width: 767px) {
  .note {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .note__heading {
    font-size: 24px;
  }
  .note__wrap {
    margin-top: 16px;
    grid-template-columns: repeat(2, calc((100% - 16px) / 2));
    gap: 24px 16px;
  }
}
.mu a {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
.mu img {
  max-width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: contain;
}
.mu a:hover {
  opacity: 0.7;
}
.mu .note__item-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 16px;
  min-height: 54px;
  justify-content: space-between;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.mu .note__item-date {
  font-size: 14px;
  margin-top: 8px;
}
@media all and (max-width: 767px) {
  .mu .note__item-title {
    font-size: 16px;
    min-height: 72px;
    -webkit-line-clamp: 3;
  }
}