@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* ***************************
 Reset Extenstion
*************************** */
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

main {
  display: block;
}

template,
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed !important;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

a:not([href], [tabindex]) {
  color: inherit;
  text-decoration: inherit;
}
a:not([href], [tabindex]):hover, a:not([href], [tabindex]):focus {
  color: inherit;
  text-decoration: inherit;
}
a:not([href], [tabindex]):focus {
  outline: 0;
}

html {
  font-size: 15px;
  line-height: 28px;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font: inherit;
  font-family: "Noto Sans JP", sans-serif;
  color: #472808;
  background-color: #f0fafb;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button {
  font: inherit;
}

.p-div {
  display: flex;
  font-size: 1.3333333333rem;
  line-height: 1.25;
}

a {
  text-decoration: none;
}

.c-heading {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  color: transparent;
  letter-spacing: 0.08em;
  background-image: linear-gradient(90deg, #6bc27d 0%, #4ec2f1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.3333333333rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-heading {
    letter-spacing: 0.05em;
    font-size: 2.3333333333rem;
    line-height: 1.5;
  }
}

.c-heading.c-heading--white {
  background-color: #fff;
  background-image: none;
}

.c-heading.c-heading--lg {
  font-size: 4.6666666667rem;
  line-height: 1.2;
  letter-spacing: 0.045em;
}
@media screen and (max-width: 768px) {
  .c-heading.c-heading--lg {
    font-size: 2.2666666667rem;
    line-height: 1.1764705882;
  }
}

.c-headingJa {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-headingJa {
    letter-spacing: 0.06em;
    font-size: 1.3333333333rem;
    line-height: 1.4;
  }
}

.c-headingJa.c-headingJa--white {
  color: #fff;
}

.c-headingJa.c-headingJa--lg {
  font-size: 2.2666666667rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-headingJa.c-headingJa--lg {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.c-heading-premium {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.c-heading-premium__En {
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  padding-bottom: 18px;
  font-family: "Pinyon Script", cursive;
  color: #103055;
}
@media screen and (max-width: 768px) {
  .c-heading-premium__En {
    font-size: 1.3333333333rem;
    line-height: 1;
  }
}

.c-heading-premium__En::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 172px;
  height: 8px;
  content: "";
  background-image: url("../../assets/images/premium-heading-primary.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

.c-heading-premium.c-heading-premium--imgWhite .c-heading-premium__En::before {
  background-image: url("../../assets/images/premium-heading-white.png");
}

.c-heading-premium.c-heading-premium--imgGold .c-heading-premium__En::before {
  text-align: center;
  background-image: url("../../assets/images/premium-heading-gold.png");
}

.c-heading-premium__Ja {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #103055;
  letter-spacing: -0.04em;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-heading-premium__Ja {
    font-size: 1.3333333333rem;
    line-height: 1.6;
  }
}

.c-heading-premium.c-heading-premium--JaWhite .c-heading-premium__Ja {
  color: #fff;
}

.c-heading-premium.c-heading-premium--EnGold .c-heading-premium__En {
  color: transparent;
  background: linear-gradient(to bottom, #a79434 0%, #fcf4ac 50%, #a79434 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.c-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 264px;
  height: 54px;
  overflow: hidden;
  color: #fff;
  border: 1px solid #388be0;
  border-radius: 999px;
  transition: border 0.3s;
}

.c-button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 2px);
  height: 100%;
  content: "";
  background: #388be0;
  transition: opacity 0.3s;
}

.c-button__text {
  position: relative;
  z-index: 2;
  padding: 15px;
  font-weight: 700;
  color: #fff;
  transition: color 0.3s;
  font-size: 1.0666666667rem;
  line-height: 1.5;
}

.c-button:hover {
  border: 1px solid #388be0;
}

.c-button:hover::before {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .c-button:hover::before {
    opacity: 1;
  }
}

.c-button:hover .c-button__text {
  color: #388be0;
}
@media screen and (max-width: 768px) {
  .c-button:hover .c-button__text {
    color: #fff;
  }
}

.c-button.c-button--reverse {
  border: 1px solid #388be0;
}

.c-button.c-button--reverse::before {
  background: #388be0;
  opacity: 0;
}

.c-button.c-button--reverse:hover {
  border: 1px solid #388be0;
}

.c-button.c-button--reverse:hover::before {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .c-button.c-button--reverse:hover::before {
    opacity: 0;
  }
}

.c-button.c-button--reverse .c-button__text {
  color: #388be0;
}

.c-button.c-button--reverse:hover .c-button__text {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-button.c-button--reverse:hover .c-button__text {
    color: #388be0;
  }
}

.c-button.c-button--reverse.c-button.c-button--gradation:hover {
  border: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .c-button.c-button--reverse.c-button.c-button--gradation:hover {
    border: 1px solid #388be0;
  }
}

.c-button.c-button--reverse.c-button.c-button--gradation::before {
  background: linear-gradient(90deg, rgb(107, 194, 125) 0%, rgb(78, 194, 241) 100%);
}

.c-button.c-button--secondary {
  border: 1px solid #6bc27d;
}

.c-button.c-button--secondary::before {
  background: #6bc27d;
}

.c-button.c-button--secondary:hover {
  border: 1px solid #6bc27d;
}

.c-button.c-button--secondary:hover .c-button__text {
  color: #6bc27d;
}
@media screen and (max-width: 768px) {
  .c-button.c-button--secondary:hover .c-button__text {
    color: #fff;
  }
}

.c-themeCard {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 33.5px;
  column-gap: 33.5px;
}
@media screen and (max-width: 768px) {
  .c-themeCard {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 26px;
    -moz-column-gap: 17px;
    column-gap: 17px;
  }
}

.c-themeCard.c-themeCard--wide {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-themeCard.c-themeCard--wide {
    row-gap: 23px;
    -moz-column-gap: 17px;
    column-gap: 17px;
  }
}

.c-themeCard__item__link {
  display: block;
  color: #472808;
  transition: opacity 0.3s;
}

.c-themeCard__item__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .c-themeCard__item__link:hover {
    opacity: 1;
  }
}

.c-themeCard__item__img {
  aspect-ratio: 530/270;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-themeCard__item__img {
    aspect-ratio: 163/278.11;
  }
}

.c-themeCard__item__img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-themeCard__item__content {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-themeCard__item__content {
    margin-top: 14px;
  }
}

.c-themeCard__item__label {
  display: inline-block;
  padding: 4px 15px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
  background-color: #ab8de6;
  border-radius: 60px;
  font-size: 0.9333333333rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-themeCard__item__label {
    padding: 3px 8px;
  }
}

.c-themeCard__item__title {
  font-size: 1.3333333333rem;
  line-height: 1.5;
  margin-top: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .c-themeCard__item__title {
    margin-top: 14px;
    font-size: 1.0666666667rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}

.c-themeCard__item__description {
  font-size: 1.0666666667rem;
  line-height: 1.8;
  margin-top: 8px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .c-themeCard__item__description {
    font-size: 0.9333333333rem;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
}

.c-tourCard {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 55px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
@media screen and (max-width: 768px) {
  .c-tourCard {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.c-tourCard__item {
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
}

.c-tourCard__img {
  aspect-ratio: 350/168;
}

.c-tourCard__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-tourCard__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 289.297px;
  padding: 15px 20px;
}

.c-tourCard__label {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.c-tourCard__label__item {
  padding: 4px 15px;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
  border-radius: 60px;
}
@media screen and (max-width: 768px) {
  .c-tourCard__label__item {
    padding: 3px 8px;
    font-size: 0.9333333333rem;
    line-height: 1.5;
  }
}

.c-tourCard__title {
  font-size: 1.3333333333rem;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  font-weight: 700;
  letter-spacing: 0.04em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media screen and (max-width: 768px) {
  .c-tourCard__title {
    -webkit-line-clamp: 3;
    font-size: 1.0666666667rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

.c-tourCard__label + .c-tourCard__title {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .c-tourCard__label + .c-tourCard__title {
    margin-top: 9px;
  }
}

.c-tourCard__foot {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .c-tourCard__foot {
    margin-top: 21px;
  }
}

.c-tourCard__info {
  display: flex;
  flex-wrap: wrap;
  gap: 0 12px;
  font-size: 1.0666666667rem;
  line-height: 1.8;
  align-items: center;
  justify-content: flex-end;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .c-tourCard__info {
    font-size: 0.9333333333rem;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
}

.c-tourCard__info__price {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  align-items: center;
  justify-content: flex-end;
}

.c-tourCard__num {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #d94a3d;
  letter-spacing: 0;
  font-size: 1.4666666667rem;
  line-height: 1;
}

.c-tourCard__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .c-tourCard__buttons {
    margin-top: 12px;
  }
}

.c-tourCard__button {
  flex: 1;
  min-width: 102px;
}

.c-tourCard__button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  color: #472808;
  background-color: transparent;
  border: 1px solid #0d4278;
  border-radius: 60px;
  transition: background-color 0.3s;
}

.c-tourCard__button__link:hover {
  background-color: #0d4278;
}
@media screen and (max-width: 768px) {
  .c-tourCard__button__link:hover {
    background-color: transparent;
  }
}

.c-tourCard__button__text {
  font-size: 0.9333333333rem;
  line-height: 1.5;
  font-weight: 700;
  color: #0d4278;
  letter-spacing: 0.04em;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .c-tourCard__button__text {
    font-size: 1.0666666667rem;
    line-height: 1.5;
  }
}

.c-tourCard__button__link:hover .c-tourCard__button__text {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-tourCard__button__link:hover .c-tourCard__button__text {
    color: #0d4278;
  }
}

.c-tourCard__button.c-tourCard__secondary .c-tourCard__button__link {
  background-color: #6bc27d;
  border: 1px solid #6bc27d;
}

.c-tourCard__button.c-tourCard__secondary:hover .c-tourCard__button__link {
  background-color: transparent;
}

.c-tourCard__button.c-tourCard__secondary .c-tourCard__button__text {
  color: #fff;
}

.c-tourCard__button.c-tourCard__secondary:hover .c-tourCard__button__text {
  color: #6bc27d;
}

.c-tourCard.c-tourCard--premium .c-tourCard__item {
  border-radius: 0;
}
.c-tourCard.c-tourCard--premium .c-tourCard__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #472808;
  font-size: 1.3333333333rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.c-tourCard.c-tourCard--premium .c-tourCard__info {
  justify-content: flex-start;
  color: #472808;
}
.c-tourCard.c-tourCard--premium .c-tourCard__button .c-tourCard__button__text {
  color: #103055;
}
.c-tourCard.c-tourCard--premium .c-tourCard__button .c-tourCard__button__link {
  border: 1px solid #103055;
}
.c-tourCard.c-tourCard--premium .c-tourCard__button:hover .c-tourCard__button__link {
  background-color: #103055;
}
.c-tourCard.c-tourCard--premium .c-tourCard__button:hover .c-tourCard__button__text {
  color: #fff;
}
.c-tourCard.c-tourCard--premium .c-tourCard__button.c-tourCard__secondary .c-tourCard__button__link {
  background-color: #103055;
  border: 1px solid #103055;
}
.c-tourCard.c-tourCard--premium .c-tourCard__button.c-tourCard__secondary .c-tourCard__button__text {
  color: #fff;
}
.c-tourCard.c-tourCard--premium .c-tourCard__button.c-tourCard__secondary:hover .c-tourCard__button__link {
  background-color: #fff;
}
.c-tourCard.c-tourCard--premium .c-tourCard__button.c-tourCard__secondary:hover .c-tourCard__button__text {
  color: #103055;
}

.c-tourCard.c-tourCard--carousel {
  display: flex;
  gap: 25px;
  padding-bottom: 10px;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .c-tourCard.c-tourCard--carousel {
    gap: 20px;
  }
}
.c-tourCard.c-tourCard--carousel .c-tourCard__item {
  min-width: 276.664px;
}
@media screen and (max-width: 768px) {
  .c-tourCard.c-tourCard--carousel .c-tourCard__item {
    min-width: 246px;
  }
}

.c-tourCardSlider {
  position: relative;
}

@media screen and (min-width: 980px) {
  .c-tourCard.c-tourCard--pcSlider {
    display: flex;
    gap: 25px;
    padding-bottom: 10px;
    overflow: hidden;
    scrollbar-width: none;
    scroll-behavior: smooth;
  }
  .c-tourCard.c-tourCard--pcSlider::-webkit-scrollbar {
    display: none;
  }
  .c-tourCard.c-tourCard--pcSlider .c-tourCard__item {
    flex: 0 0 276.664px;
  }
}
@media screen and (max-width: 768px) {
  .c-tourCard.c-tourCard--pcSlider .c-tourCard__item {
    width: 100%;
  }
}

.c-tourCardSlider__prev,
.c-tourCardSlider__next {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 38px;
  height: 38px;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 980px) {
  .c-tourCardSlider__prev,
  .c-tourCardSlider__next {
    display: none;
  }
}

.c-tourCardSlider__prev {
  left: -50px;
}

.c-tourCardSlider__next {
  right: -50px;
}

.c-tourCardSlider__prev__arrow,
.c-tourCardSlider__next__arrow {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #fff;
  border: none;
}

.c-tourCardSlider__prev__arrow::before,
.c-tourCardSlider__next__arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 7px;
  height: 11px;
  content: "";
  background-image: url("../../assets/images/icon-angle-brackets-primary.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.c-tourCardSlider:has(> .c-tourCard--premium) .c-tourCardSlider__prev__arrow::before,
.c-tourCardSlider:has(> .c-tourCard--premium) .c-tourCardSlider__next__arrow::before {
  background-image: url("../../assets/images/icon-angle-brackets-premium.png");
}

.c-tourCardSlider__prev__arrow::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.c-reportCard {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
  -moz-column-gap: 26px;
  column-gap: 26px;
}
@media screen and (max-width: 768px) {
  .c-reportCard {
    grid-template-columns: repeat(2, 1fr);
    gap: 21px 11px;
  }
}

@media screen and (max-width: 768px) {
  .c-reportCard.c-reportCard--wide {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

.c-reportCard__link {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: stretch;
  height: 100%;
  color: #472808;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .c-reportCard__link {
    flex-direction: column;
    gap: 14px;
  }
}

.c-reportCard__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .c-reportCard__link:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .c-reportCard.c-reportCard--wide .c-reportCard__link {
    flex-direction: row;
    gap: 26px;
  }
}

.c-reportCard__img {
  flex: 1;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .c-reportCard__img {
    flex: 146;
  }
}

.c-reportCard__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.c-reportCard__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .c-reportCard__content {
    flex: 171;
  }
}

.c-reportCard__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .c-reportCard__labels {
    gap: 5px;
  }
}

.c-reportCard__label {
  padding: 2px 15px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
  background-color: #76bde6;
  border-radius: 60px;
  font-size: 0.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-reportCard__label {
    padding: 3px 8px;
    font-size: 0.9333333333rem;
    line-height: 1.5;
  }
}

.c-reportCard__title {
  font-size: 1.3333333333rem;
  line-height: 1.5;
  display: -webkit-box;
  margin-top: 11px;
  overflow: hidden;
  font-weight: 700;
  letter-spacing: 0.04em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media screen and (max-width: 768px) {
  .c-reportCard__title {
    margin-top: 9px;
    -webkit-line-clamp: 3;
    font-size: 1.0666666667rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

.c-reportCard__date {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #a4abae;
  letter-spacing: 0.04em;
  font-size: 0.9333333333rem;
  line-height: 1.5;
}

.c-newsList__item:not(:first-child) {
  margin-top: 15.3px;
}

.c-newsList__link {
  display: block;
  padding: 19px 20px;
  color: #472808;
  background-color: #fff;
  border: 1px solid #f0f1f6;
  border-radius: 10px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .c-newsList__link {
    display: flex;
    align-items: center;
    height: 101px;
    padding: 0 19px;
  }
}

.c-newsList__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .c-newsList__link:hover {
    opacity: 1;
  }
}

.c-newsList__content {
  display: flex;
  gap: 19px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-newsList__content {
    display: block;
    margin-top: -4px;
  }
}

.c-newsList__date {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #388be0;
  letter-spacing: 0.04em;
  font-size: 0.9333333333rem;
  line-height: 1.4;
}

.c-newsList__title {
  font-size: 1.0666666667rem;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  letter-spacing: 0.06em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 768px) {
  .c-newsList__title {
    font-size: 0.9333333333rem;
    line-height: 1.7;
    margin-top: 1px;
    letter-spacing: 0.03em;
    -webkit-line-clamp: 2;
  }
}

.c-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: 0.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs {
    font-size: 0.6rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.c-breadcrumbs a {
  color: #472808;
}

.p-theme-premium .c-breadcrumbs a,
.p-tour-premium .c-breadcrumbs a {
  color: #fff;
}

.c-pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.c-pagination.is-hidden {
  display: none;
}

.c-pagination button {
  width: 38px;
  height: 38px;
  padding: 0;
  color: #472808;
  cursor: pointer;
  background-color: transparent;
  background-color: #fff;
  border: none;
  border: 1px solid #e2e5e7;
  border-radius: 9px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 768px) {
  .c-pagination button {
    width: 42px;
    height: 42px;
  }
}

.c-pagination__prev,
.c-pagination__next {
  position: relative;
}

.c-pagination__prev::before,
.c-pagination__next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.5px;
  height: 9px;
  content: "";
  background-image: url("../../assets/images/icon-arrow-dark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.c-pagination__prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.c-pagination__numbers {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.c-pagination__number {
  font-size: 0.8666666667rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.c-pagination__number.is-current {
  color: #fff;
  background-color: #388be0;
}

.c-pagination__ellipsis {
  display: block;
  margin-top: -10px;
  color: #a4abae;
}

.c-category {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .c-category {
    gap: 8px 7px;
  }
}

.c-category__link {
  font-size: 0.9333333333rem;
  line-height: 1.5;
  display: block;
  padding: 12px 27px;
  color: #388be0;
  letter-spacing: 0.03em;
  background-color: #fff;
  border: 1px solid #388be0;
  border-radius: 40px;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 768px) {
  .c-category__link {
    padding: 8px 12px;
    letter-spacing: 0.06em;
  }
}

.c-category__link:hover {
  color: #fff;
  cursor: pointer;
  background-color: #388be0;
}

.c-category__item.is-current .c-category__link {
  color: #fff;
  background-color: #388be0;
}

.p-page-head__inner {
  max-width: 1200px;
  padding: 50px 50px 24.5px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-page-head__inner {
    padding: 20px 16px 39px;
  }
}

.p-page-head__content {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-page-head__content {
    margin-top: 37px;
  }
}

.p-page-head__title {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 27px;
  column-gap: 27px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-page-head__title {
    flex-direction: column;
    align-items: flex-start;
  }
}

.p-page-head__description {
  font-size: 1.0666666667rem;
  line-height: 1.8;
  margin-top: 16px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-page-head__description {
    font-size: 0.9333333333rem;
    line-height: 1.7;
    margin-top: 18px;
    letter-spacing: 0.03em;
  }
}

.c-faq {
  background-color: #fff;
  border: 1px solid #E2E5E7;
  border-radius: 10px;
}

.c-faq__item:not(:first-child) {
  border-top: 1px solid #eef0f1;
}

.c-faq__question {
  position: relative;
  padding: 23px 24px 20px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-faq__question {
    padding: 15px 15px 17px;
  }
}

.c-faq__question::after {
  position: absolute;
  top: 27px;
  right: 30px;
  width: 9px;
  height: 15px;
  content: "";
  background-image: url("../../assets/images/icon-angle-brackets-dark.png");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease-in-out, background-image 0.3s;
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .c-faq__question::after {
    top: 49%;
    right: 21px;
    width: 7px;
    height: 14px;
    transform: translateY(-50%) rotate(90deg);
  }
}

.c-faq__question:has(+ .is-open)::after {
  background-image: url("../../assets/images/icon-angle-brackets-primary.png");
  transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .c-faq__question:has(+ .is-open)::after {
    transform: translateY(-50%) rotate(-90deg);
  }
}

.c-faq__question__text {
  position: relative;
  display: block;
  padding: 0 35px 0 42px;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 1.0666666667rem;
  line-height: 1.4;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .c-faq__question__text {
    font-size: 0.9333333333rem;
    line-height: 1.7;
    padding: 0 29px 0 38px;
    font-weight: 700;
    letter-spacing: 0.03em;
  }
}

.c-faq__question:has(+ .is-open) .c-faq__question__text {
  color: #388be0;
}

.c-faq__question__text::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  content: "";
  background-image: url("../../assets/images/icon-faq-question.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-faq__question__text::before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

.c-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
}

.c-faq__answer.is-open {
  grid-template-rows: 1fr;
}

.c-faq__answer__inner {
  overflow: hidden;
}

.c-faq__answer__text {
  position: relative;
  display: block;
  font-size: 1.0666666667rem;
  line-height: 1.8;
  padding: 5px 53px 10px 65px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .c-faq__answer__text {
    font-size: 0.9333333333rem;
    line-height: 1.7;
    padding: 0 17px 16px 57px;
    font-weight: 700;
    letter-spacing: 0.03em;
  }
}
.c-faq__answer__text a {
  color: #388be0;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.c-faq__answer__text a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .c-faq__answer__text a:hover {
    text-decoration: underline;
    opacity: 1;
  }
}
.c-faq__answer__text a.tel {
  color: #472808;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .c-faq__answer__text a.tel {
    color: #388be0;
    text-decoration: underline;
    pointer-events: auto;
  }
}

.c-faq__answer__text::before {
  position: absolute;
  top: 4px;
  left: 23px;
  width: 26px;
  height: 26px;
  content: "";
  background-image: url("../../assets/images/icon-faq-answer.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-faq__answer__text::before {
    top: 0;
    left: 15px;
  }
}

.c-faq.c-faq--premium {
  border-radius: 0;
}
.c-faq.c-faq--premium .c-faq__question__text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #472808;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-faq.c-faq--premium .c-faq__question__text {
    font-size: 0.9333333333rem;
    line-height: 1.7;
  }
}
.c-faq.c-faq--premium .c-faq__question:has(+ .is-open) .c-faq__question__text {
  color: #103055;
}
.c-faq.c-faq--premium .c-faq__answer__text {
  color: #472808;
}
.c-faq.c-faq--premium .c-faq__question:has(+ .is-open)::after {
  background-image: url("../../assets/images/icon-angle-brackets-premium.png");
}
.c-faq.c-faq--premium .c-faq__question__text::before {
  background-image: url("../../assets/images/icon-faq-question-premium.png");
}
.c-faq.c-faq--premium .c-faq__answer__text::before {
  background-image: url("../../assets/images/icon-faq-answer-premium.png");
}

.c-definition {
  background-color: #fff;
}

.c-definition__item__detail {
  display: flex;
}

.c-definition__item__title {
  font-size: 0.9333333333rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  width: 130px;
  padding: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  background-color: #eef0f1;
  border-top: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
}
@media screen and (max-width: 768px) {
  .c-definition__item__title {
    width: 90px;
    padding: 7px 14px;
    letter-spacing: 0.06em;
  }
}

.c-definition__item:last-child .c-definition__item__title {
  border-bottom: 1px solid #c9c9c9;
}

.c-definition__item__description {
  font-size: 1.0666666667rem;
  line-height: 1.8;
  width: calc(100% - 130px);
  padding: 10px 20px;
  letter-spacing: 0.06em;
  border-top: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
}
@media screen and (max-width: 768px) {
  .c-definition__item__description {
    display: flex;
    align-items: center;
    width: calc(100% - 90px);
    padding: 10px 14px;
    letter-spacing: 0.03em;
    font-size: 0.9333333333rem;
    line-height: 1.7;
  }
}

.c-definition__item__description__text {
  overflow-wrap: anywhere;
}

.c-definition__item__description__text a {
  color: #388be0;
  text-decoration: underline;
  transition: opacity 0.3s;
}

.c-definition__item__description__text a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .c-definition__item__description__text a:hover {
    opacity: 1;
  }
}

.c-definition__item:last-child .c-definition__item__description {
  border-bottom: 1px solid #c9c9c9;
}

.c-textArea {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #c9c9c9;
}
@media screen and (max-width: 768px) {
  .c-textArea {
    padding: 15px;
  }
}

.c-textArea__text {
  font-size: 1.0666666667rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 768px) {
  .c-textArea__text {
    font-size: 0.9333333333rem;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
}

.c-textArea__text a {
  color: #388be0;
  text-decoration: underline;
  transition: opacity 0.3s;
}

.c-textArea__text a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .c-textArea__text a:hover {
    opacity: 1;
  }
}

.c-table-pc {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #c9c9c9;
}
@media screen and (max-width: 768px) {
  .c-table-pc {
    display: none;
  }
}

.c-table-pc th,
.c-table-pc td {
  border: 1px solid #c9c9c9;
}

.c-table-pc__col--date {
  width: 92px;
}

.c-table-pc__col--schedule {
  width: 75.8419%;
}

.c-table-pc__col--meal {
  width: 101px;
}

.c-table-pc__col--hotel {
  width: 24.1581%;
}

.c-table-pc__head {
  padding: 16px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background-color: #eef0f1;
}

.c-table-pc__data {
  padding: 21px 22px;
  font-size: 1.0666666667rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  vertical-align: middle;
}

.c-table-sp {
  display: none;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-table-sp {
    display: block;
  }
}

.c-table-sp__item {
  border: 1px solid #c9c9c9;
}

.c-table-sp__item:not(:first-child) {
  margin-top: 15px;
}

.c-table-sp__day {
  padding: 10px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
  background-color: #eef0f1;
  border-bottom: 1px solid #c9c9c9;
  font-size: 0.9333333333rem;
  line-height: 1.5;
}

.c-table-sp__list {
  margin: 0;
}

.c-table-sp__row {
  display: grid;
  grid-template-columns: 70px 1fr;
}

.c-table-sp__row:not(:last-child) {
  border-bottom: 1px solid #c9c9c9;
}

.c-table-sp__row dt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  letter-spacing: 0.06em;
  background-color: #eef0f1;
  border-right: 1px solid #c9c9c9;
  font-size: 0.9333333333rem;
  line-height: 1.5;
}

.c-table-sp__row dd {
  padding: 15px;
  margin: 0;
  font-size: 0.9333333333rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

.p-header {
  position: relative;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  height: 57px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  .p-header {
    height: 47px;
  }
}

.p-header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 40px;
}
@media screen and (max-width: 1024px) {
  .p-header__inner {
    padding: 10px 11px;
  }
}

@media screen and (max-width: 1024px) {
  .p-header__left {
    display: none;
  }
}

.p-header__nav__list {
  display: flex;
  gap: 30px;
  list-style-type: none;
}

.p-header__nav__link {
  font-weight: 700;
  color: #472808;
  font-size: 0.9333333333rem;
  line-height: 2;
  opacity: 1;
  transition: opacity 0.3s;
}

.p-header__nav__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .p-header__nav__link:hover {
    opacity: 1;
  }
}

.p-header__nav__text {
  position: relative;
  padding-left: 33px;
  letter-spacing: 0.05em;
}

.p-header__nav__text::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.p-header__nav__text.p-header__nav__text--book::before {
  width: 27px;
  height: 27px;
  background-image: url("../../assets/images/icon-book.svg");
}

.p-header__nav__text.p-header__nav__text--pencil::before {
  width: 22px;
  height: 22px;
  background-image: url("../../assets/images/icon-pencil.svg");
}

.p-header__center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 117px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-header__center {
    width: 87px;
  }
}

.p-header__logo {
  display: block;
  opacity: 1;
  transition: opacity 0.3s;
}

.p-header__logo:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .p-header__logo:hover {
    opacity: 1;
  }
}

.p-header__img {
  display: block;
  width: 100%;
}

.p-header__right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-header__right {
    display: none;
  }
}

.p-header__loginButton {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 123px;
  height: 34px;
  overflow: hidden;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: border 0.3s;
}

.p-header__loginButton::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, rgb(107, 194, 125) 0%, rgb(78, 194, 241) 100%);
  transition: opacity 0.3s;
}

.p-header__loginButton:hover {
  border: 1px solid #388be0;
}
@media screen and (max-width: 768px) {
  .p-header__loginButton:hover {
    border: 1px solid transparent;
  }
}

.p-header__loginButton:hover::before {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-header__loginButton:hover::before {
    opacity: 1;
  }
}

.p-header__loginButton__text {
  position: relative;
  padding-left: 23px;
  font-weight: 700;
  color: #fff;
  font-size: 0.8666666667rem;
  line-height: 1.5;
  transition: color 0.3s;
}

.p-header__loginButton__text::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url("../../assets/images/icon-login.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-image 0.3s;
  transform: translateY(-50%);
}

.p-header__loginButton:hover .p-header__loginButton__text {
  color: #388be0;
}
@media screen and (max-width: 768px) {
  .p-header__loginButton:hover .p-header__loginButton__text {
    color: #fff;
  }
}

.p-header__loginButton:hover .p-header__loginButton__text::before {
  background-image: url("../../assets/images/icon-login-primary.svg");
}
@media screen and (max-width: 768px) {
  .p-header__loginButton:hover .p-header__loginButton__text::before {
    background-image: url("../../assets/images/icon-login.svg");
  }
}

.p-header__hamburger {
  position: relative;
  display: none;
  width: 30px;
  height: 16px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .p-header__hamburger {
    display: block;
  }
}

.p-header__hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #472808;
  border-radius: 10px;
  transition: transform 0.3s;
}

.p-header__hamburger span:first-child {
  transform: translate(-50%, -50%);
}

.p-header__hamburger span:nth-child(2) {
  transform: translate(-50%, calc(-50% - 7px));
}

.p-header__hamburger span:last-child {
  transform: translate(-50%, calc(-50% + 7px));
}

.p-header__hamburger.is-open span:nth-child(1) {
  opacity: 0;
}

.p-header__hamburger.is-open span:nth-child(2) {
  transform: rotate(45deg) translate(-8px, 6px);
}

.p-header__hamburger.is-open span:nth-child(3) {
  transform: rotate(-45deg) translate(-6px, -8px);
}

.p-drawer {
  position: absolute;
  top: 47px;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.p-drawer.is-open {
  pointer-events: auto;
  opacity: 1;
}

.p-drawer__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #181818;
  opacity: 0.6;
}

.p-drawer__inner {
  position: relative;
  padding: 13px 26px 30px;
  background-color: #fff;
}

.p-drawer__item:not(:first-child) {
  border-top: 1px solid #cbd0d3;
}

.p-drawer__link {
  display: block;
  padding: 16.5px 0;
  color: #472808;
}

.p-drawer__text {
  font-size: 1.0666666667rem;
  line-height: 1.5;
  position: relative;
  padding-left: 53px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.p-drawer__text::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 27px;
  height: 27px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.p-drawer__text.p-drawer__text--book::before {
  background-image: url("../../assets/images/icon-book.svg");
}

.p-drawer__text.p-drawer__text--pencil::before {
  background-image: url("../../assets/images/icon-pencil.svg");
}

.p-drawer__text.p-drawer__text--question::before {
  background-image: url("../../assets/images/icon-question.svg");
}

.p-drawer__text.p-drawer__text--mail::before {
  background-image: url("../../assets/images/icon-mail.svg");
}

.p-drawer__button {
  margin-top: 15px;
}

.p-footer {
  background-color: #6ea6e2;
}

.p-footer__inner {
  max-width: 1200px;
  padding: 56px 50px 47px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-footer__inner {
    padding: 54px 16px 37px;
  }
}

.p-footer__body {
  display: grid;
  grid-template: auto auto 1fr/auto 1fr;
  grid-template-areas: "info nav" "info banners" "sns sns";
  row-gap: 8px;
  -moz-column-gap: 62px;
  column-gap: 62px;
}
@media screen and (max-width: 768px) {
  .p-footer__body {
    display: block;
  }
}

.p-footer__body__banners {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: banners;
}

.p-footer__body__banners__list {
  display: flex;
  gap: 18.8px;
}
@media screen and (max-width: 768px) {
  .p-footer__body__banners__list {
    flex-direction: column;
    gap: 20px;
  }
}

.p-footer__body__banners__item {
  flex: 1;
  width: 100%;
}

.p-footer__body__banners__link {
  display: block;
  transition: opacity 0.3s;
}

.p-footer__body__banners__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .p-footer__body__banners__link:hover {
    opacity: 1;
  }
}

.p-footer__body__banners__img {
  width: 100%;
}

.p-footer__body__info {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: info;
}
@media screen and (max-width: 768px) {
  .p-footer__body__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 35px;
  }
}

.p-footer__body__info__logo {
  width: 100%;
  max-width: 203px;
}
@media screen and (max-width: 768px) {
  .p-footer__body__info__logo {
    max-width: 233.93px;
  }
}

.p-footer__body__info__description {
  font-size: 0.9333333333rem;
  line-height: 1.8;
  margin-top: 15px;
  color: #fff;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-footer__body__info__description {
    font-size: 0.9333333333rem;
    line-height: 1.7;
    margin-top: 8px;
    letter-spacing: 0.03em;
  }
}

.p-footer__body__info__tel {
  position: relative;
  display: block;
  padding-left: 34px;
  margin-top: 19px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  pointer-events: none;
  font-size: 1.7333333333rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-footer__body__info__tel {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 15px;
    pointer-events: auto;
  }
}

.p-footer__body__info__tel::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 100%;
  content: "";
  background-image: url("../../assets/images/icon-tel.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-25%);
}
@media screen and (max-width: 768px) {
  .p-footer__body__info__tel::before {
    width: 18px;
  }
}

.p-footer__body__info__text {
  font-size: 1.0666666667rem;
  line-height: 1.3;
  margin-top: 6px;
  color: #fff;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-footer__body__info__text {
    font-size: 0.8666666667rem;
    line-height: 1.4;
    margin-top: 3px;
    text-align: center;
  }
}

.p-footer__body__nav {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: nav;
}
@media screen and (max-width: 768px) {
  .p-footer__body__nav {
    margin-top: 30px;
  }
}

.p-footer__body__nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
@media screen and (max-width: 768px) {
  .p-footer__body__nav__list {
    gap: 4px 20px;
    width: 88%;
    margin: 0 auto;
  }
}

.p-footer__body__nav__link {
  position: relative;
  padding-left: 38px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
  font-size: 1.0666666667rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-footer__body__nav__link {
    font-size: 0.8666666667rem;
    line-height: 1.5;
  }
}

.p-footer__body__nav__link::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 100%;
  content: "";
  background-image: var(--icon);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-footer__body__nav__link::before {
    width: 27px;
  }
}

.p-footer__body__nav__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .p-footer__body__nav__link:hover {
    opacity: 1;
  }
}

.p-footer__body__sns {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: sns;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-footer__body__sns {
    width: 100%;
    max-width: 250.438px;
    margin: 36px auto 0;
  }
}

.p-footer__body__sns__list {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-footer__body__sns__list {
    gap: 0;
    justify-content: space-between;
  }
}

.p-footer__body__sns__link {
  display: block;
  height: 22px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-footer__body__sns__link {
    height: 31.04px;
  }
}

.p-footer__body__sns__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .p-footer__body__sns__link:hover {
    opacity: 1;
  }
}

.p-footer__body__sns__img {
  display: block;
  height: 100%;
}

.p-footer__foot {
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: center;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-footer__foot {
    gap: 30px;
    margin-top: 30px;
  }
}

.p-footer__foot__list {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-footer__foot__list {
    gap: 20px;
  }
}

.p-footer__foot__link {
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 0.9333333333rem;
  line-height: 1.5;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-footer__foot__link {
    font-size: 0.8666666667rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.03em;
  }
}

.p-footer__foot__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .p-footer__foot__link:hover {
    opacity: 1;
  }
}

.p-footer__foot__copyright {
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.06em;
  font-size: 1.0666666667rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-footer__foot__copyright {
    font-size: 0.8rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}

.p-cta {
  position: relative;
}

.p-cta::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 49%;
  content: "";
  background: #6ea6e2;
}
@media screen and (max-width: 768px) {
  .p-cta::before {
    height: 67%;
  }
}

.p-cta.p-cta--bgGradation::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 51%;
  content: "";
  background: linear-gradient(90deg, #6bc27d 0%, #4ec2f1 100%);
}
@media screen and (max-width: 768px) {
  .p-cta.p-cta--bgGradation::after {
    height: 33%;
  }
}

.p-cta.p-cta--bgPremium::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 51%;
  content: "";
  background-color: #103055;
}
@media screen and (max-width: 768px) {
  .p-cta.p-cta--bgPremium::after {
    height: 33%;
  }
}

.p-cta__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  padding: 32px 50px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-cta__inner {
    padding: 24px 15px 0;
  }
}

.p-cta__list {
  display: flex;
  justify-content: space-between;
  padding: 45px 44px 40px;
  background-color: #fff;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .p-cta__list {
    flex-direction: column;
    gap: 125px;
    padding: 39px 27px 33px;
    border-radius: 20px;
  }
}

.p-cta__item {
  position: relative;
  flex: 1;
  text-align: center;
}

.p-cta__item:nth-child(2n+1) {
  padding-right: 35px;
}
@media screen and (max-width: 768px) {
  .p-cta__item:nth-child(2n+1) {
    padding-right: 0;
  }
}

.p-cta__item:nth-child(2n) {
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  .p-cta__item:nth-child(2n) {
    padding-left: 0;
  }
}

.p-cta__item::before {
  position: absolute;
  top: -77px;
  width: 62px;
  height: 62px;
  content: "";
  background-color: #388be0;
  background-image: var(--icon);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 46%;
  border-radius: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-cta__item::before {
    top: -63px;
    width: 50px;
    height: 50px;
    background-size: 40%;
  }
}

.p-cta__item.p-cta__item--secondary::before {
  background-color: #6bc27d;
}

.p-cta__item:nth-child(2n+1)::before {
  left: calc((100% - 35px) * 0.5);
}
@media screen and (max-width: 768px) {
  .p-cta__item:nth-child(2n+1)::before {
    left: 50%;
  }
}

.p-cta__item:nth-child(2n)::before {
  left: calc((100% - 35px) * 0.5 + 35px);
}
@media screen and (max-width: 768px) {
  .p-cta__item:nth-child(2n)::before {
    left: 50%;
  }
}

.p-cta__item:nth-child(2n)::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 100%;
  content: "";
  background-image: radial-gradient(ellipse 1px 2px, #6ea6e2 100%, transparent 100%);
  background-repeat: repeat-y;
  background-position: top;
  background-size: 2px 10px;
}
@media screen and (max-width: 768px) {
  .p-cta__item:nth-child(2n)::after {
    top: -95px;
    width: 100%;
    height: 2px;
    background-image: radial-gradient(ellipse 3px 1px, #6ea6e2 100%, transparent 100%);
    background-repeat: repeat-x;
    background-size: 10px 2px;
  }
}

.p-cta__title {
  font-size: 1.3333333333rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-cta__title {
    font-size: 1.0666666667rem;
    line-height: 1.5;
  }
}

.p-cta__button {
  width: 100%;
  max-width: 400px;
  margin: 16px auto 0;
}

.p-cta__description {
  margin-top: 16px;
  font-size: 1.0666666667rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-cta__description {
    font-size: 0.9333333333rem;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
}

.p-floating {
  position: fixed;
  right: 0;
  bottom: 9.7vw;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .p-floating {
    display: none;
  }
}

.p-floating__list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.p-floating__list::before {
  position: absolute;
  top: -41px;
  left: 50%;
  width: 100%;
  height: 41px;
  content: "";
  background-image: url("../../assets/images/img-parakeet.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

.p-floating__item {
  width: 76px;
  height: 76px;
}

.p-floating__link {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 9px;
  color: #fff;
  background-color: #388be0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: opacity 0.3s;
}

.p-floating__item.p-floating__item--secondary .p-floating__link {
  background-color: #6bc27d;
}

.p-floating__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .p-floating__link:hover {
    opacity: 1;
  }
}

.p-floating__link::before {
  position: absolute;
  top: 3px;
  left: 50%;
  width: 100%;
  height: calc(100% - 41px);
  content: "";
  background-image: var(--icon);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30%;
  transform: translateX(-50%);
}

.p-floating__text {
  font-size: 0.916rem;
  line-height: 1.1644832606;
  display: block;
  font-weight: 700;
  text-align: center;
}

.p-top-fv {
  width: 100%;
}

.p-top-fv__inner {
  width: 100%;
  padding: 54px 0 100px;
}
@media screen and (max-width: 500px) {
  .p-top-fv__inner {
    padding: 23px 0 53px;
  }
}

.p-top-fv__slider {
  position: relative;
  width: 100%;
  aspect-ratio: 1500/705.594;
  overflow: hidden;
  touch-action: pan-y;
}
@media screen and (max-width: 1500px) {
  .p-top-fv__slider {
    height: 705.594px;
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 1440px) {
  .p-top-fv__slider {
    height: 49vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-fv__slider {
    height: 157vw;
  }
}

.p-top-fv__slider::before {
  position: absolute;
  bottom: 0;
  left: 48.8%;
  z-index: 10;
  width: 972px;
  aspect-ratio: 973/163;
  content: "";
  background-image: url("../../assets/images/img-top-fv-people-pc.png");
  background-size: contain;
  transform: translateX(-50%);
}
@media screen and (max-width: 1440px) {
  .p-top-fv__slider::before {
    width: 67.5vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-fv__slider::before {
    left: 53%;
    width: 111.5vw;
    aspect-ratio: 418.31/133;
    background-image: url("../../assets/images/img-top-fv-people-sp.png");
  }
}

.p-top-fv__slides {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.p-top-fv__slide {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1238.398px;
  aspect-ratio: 1622/853;
  transform-origin: center center;
  will-change: transform;
}
@media screen and (max-width: 1440px) {
  .p-top-fv__slide {
    width: 86vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-fv__slide {
    width: 114vw;
    aspect-ratio: 427/515;
  }
}

.p-top-fv__link {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}

.p-top-fv__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .p-top-fv__link:hover {
    opacity: 1;
  }
}

.p-top-fv__img {
  width: 100%;
  height: 100%;
}

.p-top-fv__img img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-top-fv__buttons {
  position: absolute;
  bottom: 64.8px;
  left: 50%;
  z-index: 20;
  width: 201.594px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1440px) {
  .p-top-fv__buttons {
    bottom: 4.5vw;
    width: 14vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-fv__buttons {
    bottom: 20vw;
  }
}

.p-top-fv__arrows {
  position: relative;
  width: 100%;
}

.p-top-fv__arrow {
  position: absolute;
  top: 50%;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
  transition: opacity 0.3s;
  transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
  .p-top-fv__arrow {
    display: none;
  }
}

.p-top-fv__arrow:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .p-top-fv__arrow:hover {
    opacity: 1;
  }
}

.p-top-fv__arrow__icon {
  position: relative;
  display: block;
  width: 8px;
  height: 13px;
}

.p-top-fv__arrow__icon::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../../assets/images/icon-angle-brackets-primary.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.p-top-fv__arrow.p-top-fv__arrow--prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

.p-top-fv__arrow.p-top-fv__arrow--next {
  right: 0;
}

.p-top-fv__pagination {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  display: flex;
  gap: 14.976px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1440px) {
  .p-top-fv__pagination {
    gap: 1.04vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-fv__pagination {
    gap: 3.2vw;
  }
}

.p-top-fv__pagination button {
  width: 8px;
  height: 8px;
  padding: 0;
  cursor: pointer;
  background: #cbd0d3;
  border: 0;
  border-radius: 50%;
}
@media screen and (max-width: 500px) {
  .p-top-fv__pagination button {
    width: 6px;
    height: 6px;
  }
}

.p-top-fv__pagination button.is-current {
  background: #388be0;
}

.p-top-theme {
  position: relative;
}

.p-top-theme::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw - 40px);
  height: 100%;
  content: "";
  background-color: #fff;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media screen and (max-width: 1250px) {
  .p-top-theme::before {
    width: calc(100vw - 25px);
  }
}
@media screen and (max-width: 768px) {
  .p-top-theme::before {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.p-top-theme__head {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-right: 50px;
  padding-left: 50px;
  margin: 0 auto;
  transform: translateY(-41px);
}
@media screen and (max-width: 768px) {
  .p-top-theme__head {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    padding-right: 16px;
    padding-left: 16px;
    transform: translateY(-33px);
  }
}

.p-top-theme__inner {
  width: 100%;
  max-width: 1300px;
  padding: 0 50px 47px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-theme__inner {
    padding: 0 16px 52px;
    margin-top: -1px;
  }
}

.p-top-theme__body {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.p-top-theme__body .c-themeCard__item__img {
  aspect-ratio: 163/278.11;
}

.p-top-theme__foot {
  display: flex;
  justify-content: center;
  margin-top: 19px;
}
@media screen and (max-width: 768px) {
  .p-top-theme__foot {
    margin-top: 36px;
  }
}

@media screen and (max-width: 768px) {
  .p-top-theme__foot .c-button {
    width: 100%;
  }
}

.p-top-premium__inner {
  max-width: 1200px;
  padding: 80px 50px 33.5px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-premium__inner {
    padding: 40px 16px 31px;
  }
}

.p-top-premium__link {
  display: block;
  transition: opacity 0.3s;
}

.p-top-premium__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .p-top-premium__link:hover {
    opacity: 1;
  }
}

.p-top-tour__inner {
  max-width: 1200px;
  padding: 33.5px 50px 32.5px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-tour__inner {
    padding: 31px 16px 30px;
  }
}

.p-top-tour__head {
  display: flex;
  gap: 27px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-tour__head {
    gap: 9px;
  }
}

.p-top-tour__body {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .p-top-tour__body {
    margin-top: 32px;
  }
}

.p-top-tour__foot {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

@media screen and (max-width: 768px) {
  .p-top-tour__foot .c-button {
    width: 100%;
  }
}

.p-top-search__inner {
  max-width: 1200px;
  padding: 32.5px 50px 80px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-search__inner {
    padding: 30px 16px 68px;
  }
}

.p-top-search__head {
  display: flex;
  gap: 27px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-search__head {
    gap: 9px;
  }
}

.p-top-search__body {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .p-top-search__body {
    margin-top: 34px;
  }
}

.p-top-search__list {
  display: flex;
  padding-bottom: 10px;
  overflow: scroll;
}

.p-top-search__item:not(:first-child) {
  border-left: 1px solid #cbd0d3;
}

.p-top-search__link {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  min-width: 152.09px;
  color: #472808;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top-search__link {
    gap: 13px;
    min-width: 112px;
  }
}

.p-top-search__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .p-top-search__link:hover {
    opacity: 1;
  }
}

.p-top-search__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-top-search__img {
    width: 70%;
  }
}

.p-top-search__img img {
  display: block;
}

.p-top-search__title {
  font-size: 1.0666666667rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-top-search__title {
    font-size: 0.8rem;
    line-height: 1.4;
  }
}

.p-top-search__foot {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-top-search__foot {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .p-top-search__foot .c-button {
    width: 100%;
  }
}

.p-top-news {
  background-color: #fff;
}

.p-top-news__inner {
  position: relative;
  max-width: 1200px;
  padding: 66px 50px 81px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-news__inner {
    padding: 26px 16px 29px;
  }
}

.p-top-news__head {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-news__head {
    gap: 9px;
  }
}

.p-top-news__body {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-top-news__body {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .p-top-news__item:first-child {
    border-top: 1px solid #f0f1f6;
  }
}

.p-top-news__item:not(:first-child) {
  border-top: 1px solid #f0f1f6;
}

@media screen and (max-width: 768px) {
  .p-top-news__item:last-child {
    border-bottom: 1px solid #f0f1f6;
  }
}

.p-top-news__link {
  display: flex;
  gap: 22px;
  align-items: center;
  padding: 13px 0;
  color: #472808;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top-news__link {
    display: block;
    padding: 9px 10px 13px;
  }
}

.p-top-news__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .p-top-news__link:hover {
    opacity: 1;
  }
}

.p-top-news__date {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #388be0;
  letter-spacing: 0.04em;
  font-size: 0.9333333333rem;
  line-height: 1.4;
}

.p-top-news__title {
  font-size: 1.0666666667rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-top-news__title {
    font-size: 0.9333333333rem;
    line-height: 1.7;
    margin-top: 5px;
    letter-spacing: 0.03em;
  }
}

.p-top-news__foot {
  position: absolute;
  top: 91px;
  right: 49px;
}
@media screen and (max-width: 768px) {
  .p-top-news__foot {
    position: static;
    top: auto;
    right: auto;
    margin-top: 16px;
    text-align: right;
  }
}

.p-top-news__button {
  position: relative;
  padding-right: 27.83px;
  font-weight: 700;
  color: #472808;
  letter-spacing: 0.04em;
  font-size: 0.9333333333rem;
  line-height: 1.5;
  transition: opacity 0.3s;
}

.p-top-news__button::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 12.83px;
  height: 11px;
  content: "";
  background-image: url("../../assets/images/icon-arrow-primary.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.p-top-news__button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .p-top-news__button:hover {
    opacity: 1;
  }
}

.p-top-report {
  position: relative;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-top-report {
    margin-top: 94px;
  }
}

.p-top-report::before {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100vw - 40px);
  height: 100%;
  content: "";
  background-color: #fff;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
@media screen and (max-width: 1250px) {
  .p-top-report::before {
    width: calc(100vw - 25px);
  }
}
@media screen and (max-width: 768px) {
  .p-top-report::before {
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.p-top-report__inner {
  width: 100%;
  max-width: 1300px;
  padding: 0 50px 47px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-report__inner {
    padding: 0 16px 52px;
    margin-top: -1px;
  }
}

.p-top-report__head {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-right: 50px;
  padding-left: 50px;
  margin: 0 auto;
  transform: translateY(-41px);
}
@media screen and (max-width: 768px) {
  .p-top-report__head {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    padding-right: 16px;
    padding-left: 16px;
    transform: translateY(-33px);
  }
}

.p-top-report__body {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.p-top-report__foot {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-report__foot {
    margin-top: 36px;
  }
}

@media screen and (max-width: 768px) {
  .p-top-report__foot .c-button {
    width: 100%;
  }
}

.p-top-youtube__inner {
  max-width: 1200px;
  padding: 70px 50px 73px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-youtube__inner {
    padding: 40px 16px 78px;
  }
}

.p-top-youtube__body {
  padding: 0 66.8px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-top-youtube__body {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-youtube__body {
    margin-top: 22px;
  }
}

.p-top-youtube__slider {
  position: relative;
  max-width: 966.4px;
  margin: 0 auto;
}

.p-top-youtube__list {
  display: flex;
  gap: 28.8px;
  width: 100%;
  padding-bottom: 10px;
  margin: 0;
  overflow: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.p-top-youtube__list::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-top-youtube__list {
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
  }
}

.p-top-youtube__item {
  flex: 0 0 calc((100% - 86.4px) / 4);
  min-width: 0;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-youtube__item {
    flex: 0 0 220px;
    min-width: 220px;
  }
}

.p-top-youtube__video {
  aspect-ratio: 220/390;
  transition: opacity 0.3s;
}

.p-top-youtube__video:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .p-top-youtube__video:hover {
    opacity: 1;
  }
}

.p-top-youtube__video iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.p-top-youtube__tittle {
  font-size: 1.0666666667rem;
  line-height: 1.8;
  margin-top: 5px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-top-youtube__tittle {
    font-size: 0.9333333333rem;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
}

.p-top-youtube__prev,
.p-top-youtube__next {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 38px;
  height: 38px;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .p-top-youtube__prev,
  .p-top-youtube__next {
    display: none;
  }
}

.p-top-youtube__prev {
  left: -66px;
}

.p-top-youtube__next {
  right: -66px;
}

.p-top-youtube__prev__arrow,
.p-top-youtube__next__arrow {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #fff;
  border: none;
}

.p-top-youtube__prev__arrow::before,
.p-top-youtube__next__arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 7px;
  height: 11px;
  content: "";
  background-image: url("../../assets/images/icon-angle-brackets-primary.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.p-top-youtube__prev__arrow::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.p-theme-archive-head {
  position: relative;
  background-color: #fff;
}

.p-theme-archive-head::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 81px;
  content: "";
  background-color: #fff;
  border-radius: 50%/0 0 100% 100%;
}

.p-theme-archive-head__inner {
  max-width: 1200px;
  padding: 50px 50px 70px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-theme-archive-head__inner {
    padding: 20px 16px 38px;
  }
}

.p-theme-archive-head__content {
  position: relative;
  padding-right: 17%;
  margin-top: 43px;
}
@media screen and (max-width: 768px) {
  .p-theme-archive-head__content {
    padding-right: 23%;
    margin-top: 37px;
  }
}
@media screen and (max-width: 500px) {
  .p-theme-archive-head__content {
    padding-right: 0;
  }
}

.p-theme-archive-head__content::before {
  position: absolute;
  top: 56%;
  right: 0;
  width: 12%;
  aspect-ratio: 131/148;
  content: "";
  background-image: url("../../assets/images/img-theme-archive-head.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-theme-archive-head__content::before {
    top: 42px;
    width: 23%;
  }
}

.p-theme-archive-head__title {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 27px;
  column-gap: 27px;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .p-theme-archive-head__title {
    padding-right: 23%;
  }
}

.p-theme-archive-head__title .c-heading {
  min-width: 478px;
}
@media screen and (max-width: 768px) {
  .p-theme-archive-head__title .c-heading {
    min-width: auto;
  }
}

.p-theme-archive-head__description {
  font-size: 1.0666666667rem;
  line-height: 1.8;
  margin-top: 16px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-theme-archive-head__description {
    font-size: 0.9333333333rem;
    line-height: 1.7;
    margin-top: 33px;
    letter-spacing: 0.03em;
  }
}

.p-theme-archive-main {
  position: relative;
}

.p-theme-archive-main__inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 1200px;
  padding: 0 50px 94px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-theme-archive-main__inner {
    padding: 0 16px 69px;
  }
}

.p-theme-detail-head__inner {
  max-width: 1200px;
  padding: 50px 50px 33px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-head__inner {
    padding: 20px 16px 30px;
  }
}

.p-theme-detail-head__cover {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/520;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .p-theme-detail-head__cover {
    aspect-ratio: 1024/520;
  }
}
@media screen and (max-width: 768px) {
  .p-theme-detail-head__cover {
    aspect-ratio: 375/664;
  }
}

.p-theme-detail-head__cover::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
}

.p-theme-detail-head__fv {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.p-theme-detail-head__title {
  position: absolute;
  top: 31.5%;
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 553px;
  max-width: 1100px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
  .p-theme-detail-head__title {
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-theme-detail-head__title {
    top: 14%;
    min-width: auto;
    padding: 16px;
  }
}

.p-theme-detail-head__titleEn {
  font-size: 4.6666666667rem;
  line-height: 1;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-head__titleEn {
    font-size: 2.3333333333rem;
    line-height: 1;
  }
}

.p-theme-detail-head__titleJa {
  font-size: 2.2666666667rem;
  line-height: 1.6;
  margin-top: 11px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-head__titleJa {
    margin-top: 16px;
    font-size: 1.4666666667rem;
    line-height: 1;
  }
}

.p-theme-detail-main {
  position: relative;
  padding: 0 50px;
  margin-top: -14%;
  counter-reset: point;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-main {
    padding: 0 16px;
    margin-top: -130%;
  }
}

.p-theme-detail-main__inner {
  position: relative;
  max-width: 1100px;
  padding: 70px 110px 81px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-main__inner {
    padding: 60px 24px 59px;
  }
}

.p-theme-detail-main__inner::before,
.p-theme-detail-main__inner::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-100%);
}

.p-theme-detail-main__inner::before {
  top: 34px;
  left: 6.6%;
  width: 113px;
  height: 130px;
  background-image: url("../../assets/images/img-theme-detail-fv-01.png");
}
@media screen and (max-width: 768px) {
  .p-theme-detail-main__inner::before {
    top: 39px;
    left: 5.6%;
    width: 77px;
    height: 89px;
  }
}

.p-theme-detail-main__inner::after {
  top: 35px;
  right: 4.7%;
  width: 49.36px;
  height: 145px;
  background-image: url("../../assets/images/img-theme-detail-fv-02.png");
}
@media screen and (max-width: 768px) {
  .p-theme-detail-main__inner::after {
    top: 24px;
    width: 33.2px;
    height: 97.55px;
  }
}

.p-theme-detail-main__inner:not(:has(> *)) {
  display: none;
}

.p-theme-detail-main__lead {
  font-size: 1.0666666667rem;
  line-height: 2.2;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-main__lead {
    font-size: 0.9333333333rem;
    line-height: 1.7;
    text-align: left;
    letter-spacing: 0.03em;
  }
}

.p-theme-detail-main__point {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-main__point {
    margin-top: 50px;
  }
}

.p-theme-detail-main__point__heading {
  display: flex;
  justify-content: center;
}

.p-theme-detail-main__point__heading__text {
  font-size: 1.6rem;
  line-height: 1.4666666667;
  position: relative;
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-main__point__heading__text {
    text-align: center;
    font-size: 1.3333333333rem;
    line-height: 1.4;
  }
}

.p-theme-detail-main__point__heading__text::before,
.p-theme-detail-main__point__heading__text::after {
  position: absolute;
  top: 50%;
  width: calc((100vw - (100vw - 1100px) - 220px - 100px - 100%) / 2);
  height: 2px;
  content: "";
  background: linear-gradient(90deg, #8ac670, #4cc2f2);
  border-radius: 5px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .p-theme-detail-main__point__heading__text::before,
  .p-theme-detail-main__point__heading__text::after {
    width: calc((100vw - 100px - 220px - 50px - 100%) / 2);
  }
}
@media screen and (max-width: 768px) {
  .p-theme-detail-main__point__heading__text::before,
  .p-theme-detail-main__point__heading__text::after {
    width: calc((100vw - 32px - 48px - 10px - 100%) / 2);
  }
}

.p-theme-detail-main__point__heading__text::before {
  left: calc(100% + 50px);
}
@media screen and (max-width: 1200px) {
  .p-theme-detail-main__point__heading__text::before {
    left: calc(100% + 25px);
  }
}
@media screen and (max-width: 768px) {
  .p-theme-detail-main__point__heading__text::before {
    left: calc(100% + 5px);
  }
}

.p-theme-detail-main__point__heading__text::after {
  right: calc(100% + 50px);
}
@media screen and (max-width: 1200px) {
  .p-theme-detail-main__point__heading__text::after {
    right: calc(100% + 25px);
  }
}
@media screen and (max-width: 768px) {
  .p-theme-detail-main__point__heading__text::after {
    right: calc(100% + 5px);
  }
}

.p-theme-detail-main__point__list {
  display: flex;
  gap: 22px;
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-main__point__list {
    gap: 18px;
    width: calc(100% + 24px + 16px);
    padding-bottom: 10px;
    margin-top: 30px;
    overflow: auto;
  }
}

.p-theme-detail-main__point__item {
  flex: 1;
  counter-increment: point;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-main__point__item {
    min-width: 280px;
    overflow: hidden;
  }
}

.p-theme-detail-main__point__img {
  aspect-ratio: 288/196;
  overflow: hidden;
  border-radius: 10px;
}

.p-theme-detail-main__point__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-theme-detail-main__point__title {
  position: relative;
  padding-left: 39px;
  margin-top: 23px;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 1.0666666667rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-main__point__title {
    margin-top: 11px;
  }
}

.p-theme-detail-main__point__title::before {
  position: absolute;
  top: 42%;
  left: 0;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  content: counter(point, decimal-leading-zero);
  background: linear-gradient(90deg, #8ac670, #4cc2f2);
  -webkit-background-clip: text;
  background-clip: text;
  transform: translateY(-50%);
  -webkit-text-fill-color: transparent;
  font-size: 1.6rem;
  line-height: 1;
}

.p-theme-detail-main__point__description {
  margin-top: 9px;
  font-size: 1.0666666667rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-main__point__description {
    font-size: 0.9333333333rem;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
}

.p-theme-detail-main__video {
  width: 100%;
  aspect-ratio: 880/494;
  margin-top: 60px;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-main__video {
    margin-top: 30px;
  }
}

.p-theme-detail-main__video iframe {
  width: 100%;
  height: 100%;
}

.p-theme-detail-main__about {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-main__about {
    margin-top: 40px;
  }
}

.p-theme-detail-main__about__head {
  display: flex;
  gap: 22px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-main__about__head {
    gap: 5px;
  }
}

.p-theme-detail-main__about__list {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-main__about__list {
    margin-top: 23px;
  }
}

.p-theme-detail-main__about__item {
  display: flex;
  gap: 50px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-main__about__item {
    display: block;
  }
}

.p-theme-detail-main__about__item:nth-child(2n) {
  flex-direction: row-reverse;
}

.p-theme-detail-main__about__item:not(:first-child) {
  margin-top: 40px;
}

.p-theme-detail-main__about__img {
  flex: 400;
  aspect-ratio: 400/242;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-main__about__img {
    aspect-ratio: 334/220;
  }
}

.p-theme-detail-main__about__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .p-theme-detail-main__about__item:nth-child(2n+1) .p-theme-detail-main__about__img {
    margin-left: -40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-theme-detail-main__about__item:nth-child(2n) .p-theme-detail-main__about__img {
    margin-right: -40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.p-theme-detail-main__about__img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-theme-detail-main__about__content {
  flex: 430;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-main__about__content {
    margin-top: 30px;
  }
}

.p-theme-detail-main__about__title {
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-main__about__title {
    font-size: 1.3333333333rem;
    line-height: 1.4;
  }
}

.p-theme-detail-main__about__description {
  margin-top: 30px;
  font-size: 1.0666666667rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-main__about__description {
    margin-top: 20px;
    font-size: 0.9333333333rem;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
}

.p-theme-detail-voice__inner {
  max-width: 980px;
  padding: 55px 50px 71px;
  margin: 0 auto;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-voice__inner {
    padding: 33px 16px 32px;
  }
}

.p-theme-detail-voice__head {
  position: relative;
  display: flex;
  gap: 24px;
  align-items: center;
  padding-right: calc(3.3% + 61px);
}
@media screen and (max-width: 768px) {
  .p-theme-detail-voice__head {
    gap: 6px;
  }
}
@media screen and (max-width: 500px) {
  .p-theme-detail-voice__head {
    padding-right: 0;
  }
}

.p-theme-detail-voice__head::before {
  position: absolute;
  top: -35px;
  right: 3.3%;
  width: 61px;
  height: 97px;
  content: "";
  background-image: url("../../assets/images/img-theme-detail-voice.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 500px) {
  .p-theme-detail-voice__head::before {
    display: none;
  }
}

.p-theme-detail-voice__list {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 29px;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-voice__list {
    flex-wrap: nowrap;
    gap: 20px;
    width: calc(100% + 16px);
    padding-bottom: 10px;
    margin-top: 23px;
    overflow: auto;
  }
}

.p-theme-detail-voice__item {
  display: flex;
  flex: 0 0 calc((100% - 52px) / 3);
  flex-direction: column;
  gap: 70px;
  justify-content: space-between;
  padding: 20px 25px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-voice__item {
    flex: 1;
    gap: 15px;
    min-width: 276px;
    padding: 18px 25px;
  }
}

.p-theme-detail-voice__content {
  min-height: 200px;
}

.p-theme-detail-voice__title {
  font-size: 1.3333333333rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-voice__title {
    font-size: 1.0666666667rem;
    line-height: 1.5;
  }
}

.p-theme-detail-voice__description {
  font-size: 1.0666666667rem;
  line-height: 1.8;
  margin-top: 13px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-voice__description {
    font-size: 0.9333333333rem;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
}

.p-theme-detail-voice__foot {
  display: flex;
  gap: 16px;
  align-items: center;
}

.p-theme-detail-voice__info__img {
  width: 43px;
  height: 43px;
  background-color: #ccc;
  border-radius: 50%;
}

.p-theme-detail-voice__info__img img {
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.p-theme-detail-voice__info__info {
  font-size: 0.6666666667rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-voice__info__info {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}

.p-theme-detail-tours {
  position: relative;
  background: linear-gradient(90deg, #6bc27d 0%, #4ec2f1 100%);
}

.p-theme-detail-tours__inner {
  max-width: 980px;
  padding: 54px 50px 93px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-tours__inner {
    padding: 30px 16px 105px;
  }
}

.p-theme-detail-tours__head {
  display: flex;
  gap: 27px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-tours__head {
    gap: 8px;
  }
}

.p-theme-detail-tours__list {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-tours__list {
    margin-top: 23px;
  }
}

.p-theme-detail-tours__content {
  padding: 50px;
  margin-top: 40px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-tours__content {
    padding: 40px;
    margin-top: 30px;
  }
}

.p-theme-detail-tours__messageEn {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #388be0;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-tours__messageEn {
    font-size: 1.3333333333rem;
    line-height: 1.4;
  }
}

.p-theme-detail-tours__messageJa {
  font-size: 1.0666666667rem;
  line-height: 1.8;
  margin-top: 4px;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-theme-detail-tours__messageJa {
    font-size: 0.9333333333rem;
    line-height: 1.7;
    margin-top: 10px;
    letter-spacing: 0.03em;
  }
}

.p-theme-detail-tours__messageJa span {
  display: inline-block;
}

.p-theme-premium {
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  background-color: #103055;
}

.p-theme-premium-fv__inner {
  max-width: 1200px;
  padding: 50px 50px 33px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-fv__inner {
    padding: 20px 16px 40px;
  }
}

.p-theme-premium-fv__cover {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1440/588;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-fv__cover {
    aspect-ratio: 375/688;
  }
}

.p-theme-premium-fv__cover::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: var(--premium-fv-img-pc);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-fv__cover::before {
    background-image: var(--premium-fv-img-sp);
  }
}

.p-theme-premium-fv__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.2083vw;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 52.2917vw;
  padding: 0 3.4722vw;
  margin: 0 auto;
  margin-top: 6%;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-fv__content {
    max-width: none;
    margin-top: 18%;
  }
}

.p-theme-premium-fv__titleEn {
  position: relative;
  font-family: "Pinyon Script", cursive;
  font-size: 8.3333vw;
  line-height: 8.3333vw;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-fv__titleEn {
    font-size: 18.6667vw;
    line-height: 16vw;
    text-align: center;
  }
}

.p-theme-premium-fv__titleEn::before {
  position: absolute;
  top: 1.3889vw;
  left: 50%;
  width: 8.125vw;
  height: 7.4306vw;
  content: "";
  background-image: url("../../assets/images/premium-fv-title-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -100%);
}
@media screen and (max-width: 768px) {
  .p-theme-premium-fv__titleEn::before {
    top: -0.2667vw;
    width: 25.0773vw;
    height: 22.9333vw;
  }
}

.p-theme-premium-fv__titleJa {
  margin-top: -1.6667vw;
  font-size: 2.3611vw;
  font-weight: 500;
  line-height: 3.7778vw;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-fv__titleJa {
    margin-top: 0;
    font-size: 6.4vw;
    line-height: 10.24vw;
  }
}

.p-theme-premium-fv__description {
  margin-top: 2.0833vw;
  font-size: 0.9722vw;
  line-height: 1.75vw;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-fv__description {
    margin-top: 9.8667vw;
    font-size: 3.7333vw;
    line-height: 6.72vw;
  }
}

.p-theme-premium-about__inner {
  max-width: 980px;
  padding: 90px 50px 100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-about__inner {
    padding: 70px 16px 71px;
  }
}

.p-theme-premium-about__heading {
  display: flex;
  justify-content: center;
}

.p-theme-premium-about__heading__text {
  position: relative;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.04em;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-about__heading__text {
    font-size: 1.3333333333rem;
    line-height: 1.6;
  }
}

.p-theme-premium-about__heading__text::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 283px;
  height: 77px;
  content: "";
  background-image: url("../../assets/images/premium-about-title.png");
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-theme-premium-about__heading__text::before {
    width: 245px;
    height: 67px;
  }
}

.p-theme-premium-about__description {
  font-size: 0.9333333333rem;
  line-height: 1.8;
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-about__description {
    font-size: 0.9333333333rem;
    line-height: 1.8;
    text-align: left;
  }
}

.p-theme-premium-about__gallery {
  display: flex;
  gap: 58px;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-about__gallery {
    flex-direction: column;
    gap: 30px;
    margin-top: 39px;
  }
}

.p-theme-premium-about__img {
  flex: 1;
}

.p-theme-premium-about__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-theme-premium-feature__section {
  position: relative;
  background-image: var(--feature-bg-pc);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-feature__section {
    background-image: var(--feature-bg-sp);
  }
}

.p-theme-premium-feature__section::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.p-theme-premium-feature__section:nth-child(2n+1)::before {
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 768px) {
  .p-theme-premium-feature__section:nth-child(2n+1)::before {
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
}

.p-theme-premium-feature__section:nth-child(2n)::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
@media screen and (max-width: 768px) {
  .p-theme-premium-feature__section:nth-child(2n)::before {
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
}

.p-theme-premium-feature__section__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 980px;
  padding: 80px 50px 77px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-feature__section__inner {
    padding: 60% 20px 69px;
  }
}

.p-theme-premium-feature__section:nth-child(2n) .p-theme-premium-feature__section__inner {
  align-items: flex-end;
}

.p-theme-premium-feature__section__content {
  max-width: 440px;
}

.p-theme-premium-feature__headingEn {
  position: relative;
  display: inline-block;
  min-width: 172px;
  padding-bottom: 17px;
  font-family: "Pinyon Script", cursive;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-feature__headingEn {
    font-size: 1.3333333333rem;
    line-height: 1;
  }
}

.p-theme-premium-feature__headingEn::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 172px;
  height: 8px;
  content: "";
  background-image: url("../../assets/images/premium-heading-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

.p-theme-premium-feature__headingJa {
  font-size: 1.7333333333rem;
  line-height: 1.4;
  margin-top: 40px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-feature__headingJa {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

.p-theme-premium-feature__description {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9333333333rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-feature__description {
    font-size: 0.9333333333rem;
    line-height: 1.7;
    margin-top: 22px;
    letter-spacing: 0.03em;
  }
}

.p-theme-premium-lineup {
  background-color: #f7f7ef;
}

.p-theme-premium-lineup__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 980px;
  padding: 100px 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-lineup__inner {
    padding: 70px 16px 41px;
  }
}

.p-theme-premium-lineup__theme__list {
  display: flex;
  padding-bottom: 10px;
  margin-top: 55px;
}

.p-theme-premium-lineup__theme__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 12.5%;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-lineup__theme__item {
    min-width: 25%;
  }
}

.p-theme-premium-lineup__theme__item:not(:first-child) {
  border-left: 1px solid #103055;
}

@media screen and (max-width: 768px) {
  .p-theme-premium-lineup__theme__list.is-wrap-sp {
    flex-wrap: wrap;
    overflow: hidden;
  }
}

.p-theme-premium-lineup__theme__list.is-wrap-pc {
  flex-wrap: wrap;
  overflow: hidden;
}

.p-theme-premium-lineup__theme__list.is-wrap-pc .p-theme-premium-lineup__theme__item {
  width: 12.5%;
  min-width: 12.5%;
}

@media screen and (max-width: 768px) {
  .p-theme-premium-lineup__theme__list.is-wrap-sp .p-theme-premium-lineup__theme__item {
    width: 25%;
    min-width: 25%;
  }
}

.p-theme-premium-lineup__theme__list.is-wrap-pc .p-theme-premium-lineup__theme__item:nth-child(8n+1) {
  border-left: 0;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-lineup__theme__list.is-wrap-pc .p-theme-premium-lineup__theme__item:nth-child(8n+1) {
    border-left: 1px solid #103055;
  }
}

@media screen and (max-width: 768px) {
  .p-theme-premium-lineup__theme__list.is-wrap-sp .p-theme-premium-lineup__theme__item:nth-child(4n+1) {
    border-left: 0 solid #103055;
  }
}

@media screen and (max-width: 768px) {
  .p-theme-premium-lineup__theme__list.is-wrap-sp .p-theme-premium-lineup__theme__item:last-child:not(:nth-child(4n)) {
    width: calc(25% + 1px);
    min-width: calc(25% + 1px);
    padding-right: 1px;
    border-right: 1px solid #103055;
  }
}

.p-theme-premium-lineup__theme__list.is-wrap-pc .p-theme-premium-lineup__theme__item:last-child:not(:nth-child(8n)) {
  width: calc(12.5% + 1px);
  min-width: calc(12.5% + 1px);
  border-right: 1px solid #103055;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-lineup__theme__list.is-wrap-pc .p-theme-premium-lineup__theme__item:last-child:not(:nth-child(8n)) {
    border-right: 0 solid #103055;
  }
}

.p-theme-premium-lineup__theme__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 4px 4px 6px;
  font-weight: 700;
  color: #103055;
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 0.9333333333rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-lineup__theme__link {
    font-size: 0.8666666667rem;
    line-height: 1.2;
    font-weight: 500;
  }
}

.p-theme-premium-lineup__theme__item.is-current .p-theme-premium-lineup__theme__link::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70px;
  height: 2px;
  content: "";
  background-color: #103055;
  transform: translateX(-50%);
}

.p-theme-premium-lineup__tour {
  margin-top: 43px;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-lineup__tour {
    margin-top: 26px;
  }
}

.p-theme-premium-lineup__tour__item {
  display: flex;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-lineup__tour__item {
    display: block;
  }
}

.p-theme-premium-lineup__tour__item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-lineup__tour__item:not(:first-child) {
    margin-top: 30px;
  }
}

.p-theme-premium-lineup__tour__img {
  flex: 43;
  aspect-ratio: 360/218;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-lineup__tour__img {
    aspect-ratio: 343/200;
  }
}

.p-theme-premium-lineup__tour__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-theme-premium-lineup__tour__content {
  display: flex;
  flex: 57;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-lineup__tour__content {
    gap: 58px;
  }
}

.p-theme-premium-lineup__tour__title {
  font-size: 1.0666666667rem;
  line-height: 1.5;
  font-weight: 500;
  color: #472808;
  letter-spacing: 0.04em;
}

.p-theme-premium-lineup__tour__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  font-family: "Noto Sans JP", sans-serif;
  color: #472808;
  font-size: 1.0666666667rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-lineup__tour__info {
    font-size: 0.9333333333rem;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
}

.p-theme-premium-lineup__tour__price {
  display: inline-block;
}

.p-theme-premium-lineup__tour__num {
  display: inline-block;
  padding: 0 2px 0 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #d94a3d;
  letter-spacing: 0;
  font-size: 1.4666666667rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-lineup__tour__num {
    padding: 0 3px 0 12px;
  }
}

.p-theme-premium-lineup__tour__buttons {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-lineup__tour__buttons {
    margin-top: 19px;
  }
}

.p-theme-premium-lineup__tour__button {
  flex: 1;
}

.p-theme-premium-lineup__tour__link {
  font-size: 0.9333333333rem;
  line-height: 1.5;
  display: block;
  padding: 7px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  background-color: #103055;
  border: 1px solid #103055;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-lineup__tour__link {
    font-size: 1.0666666667rem;
    line-height: 1.5;
  }
}

.p-theme-premium-lineup__tour__link:hover {
  color: #103055;
  background-color: #fff;
}

.p-theme-premium-lineup__tour__button.p-theme-premium-lineup__tour__button--reverse .p-theme-premium-lineup__tour__link {
  color: #103055;
  background-color: #fff;
}

.p-theme-premium-lineup__tour__button.p-theme-premium-lineup__tour__button--reverse .p-theme-premium-lineup__tour__link:hover {
  color: #fff;
  background-color: #103055;
}

.p-theme-premium-lineup__pagination {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-lineup__pagination {
    margin-top: 40px;
  }
}

.p-theme-premium-lineup__pagination .c-pagination button {
  color: #472808;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-lineup__pagination .c-pagination button {
    width: 38px;
    height: 38px;
  }
}

.p-theme-premium-lineup__pagination .c-pagination__number.is-current {
  color: #fff;
  background-color: #103055;
}

.p-theme-premium-lineup__pagination .c-pagination__ellipsis {
  color: #472808;
}

.p-theme-premium-voice__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 980px;
  padding: 100px 50px 149px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-voice__inner {
    padding: 70px 16px 77px;
  }
}

.p-theme-premium-voice__list {
  display: flex;
  gap: 26px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-voice__list {
    gap: 30px;
    width: calc(100% + 16px);
    padding-bottom: 10px;
    margin-top: 40px;
    overflow: auto;
  }
}

.p-theme-premium-voice__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  padding: 30px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-voice__item {
    gap: 14px;
    min-width: 276px;
  }
}

.p-theme-premium-voice__title {
  font-size: 1.2rem;
  line-height: 1.5;
  position: relative;
  padding-bottom: 21px;
  font-weight: 700;
  color: #a99637;
  letter-spacing: 0.04em;
}
.p-theme-premium-voice__title::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 216px;
  height: 8px;
  content: "";
  background-image: url("../../assets/images/premium-voice-title.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

.p-theme-premium-voice__text {
  margin-top: 16px;
  font-size: 0.9333333333rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-voice__text {
    margin-top: 11px;
  }
}

.p-theme-premium-voice__info {
  font-size: 0.6666666667rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-theme-premium-voice__info {
    font-size: 0.8rem;
    line-height: 1.6;
    font-weight: 500;
  }
}

.p-tour-archive-head {
  position: relative;
  background-color: #fff;
}

.p-tour-archive-head::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 81px;
  content: "";
  background-color: #fff;
  border-radius: 50%/0 0 100% 100%;
}
@media screen and (max-width: 768px) {
  .p-tour-archive-head::before {
    height: 41px;
  }
}

.p-tour-archive-head__inner {
  max-width: 1200px;
  padding: 50px 50px 70px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-tour-archive-head__inner {
    padding: 20px 16px 30px;
  }
}

.p-tour-archive-head__content {
  position: relative;
  padding-right: 17%;
  margin-top: 43px;
}
@media screen and (max-width: 768px) {
  .p-tour-archive-head__content {
    padding-right: 30%;
    margin-top: 37px;
  }
}

.p-tour-archive-head__content::before {
  position: absolute;
  top: 56%;
  right: 0;
  width: 12%;
  aspect-ratio: 131.63/147;
  content: "";
  background-image: url("../../assets/images/img-tour-archive-head.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-tour-archive-head__content::before {
    top: 49%;
    right: 5%;
    width: 25%;
  }
}

.p-tour-archive-head__title {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 27px;
  column-gap: 27px;
  align-items: center;
}

.p-tour-archive-head__title .c-heading {
  min-width: 228px;
}
@media screen and (max-width: 768px) {
  .p-tour-archive-head__title .c-heading {
    min-width: auto;
  }
}

.p-tour-archive-main {
  position: relative;
}

.p-tour-archive-main__inner {
  display: flex;
  flex-direction: column;
  gap: 73px;
  max-width: 1200px;
  padding: 0 50px 91px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-tour-archive-main__inner {
    gap: 53px;
    padding: 101px 16px 76px;
    padding-top: 53px;
  }
}

.p-tour-single-head__inner {
  max-width: 1200px;
  padding: 50px 50px 119px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-tour-single-head__inner {
    padding: 20px 16px 62px;
  }
}

.p-tour-single-head__fv {
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .p-tour-single-head__fv {
    margin-top: 30px;
  }
}

.p-tour-single-head__fv__main {
  aspect-ratio: 1100/375;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-tour-single-head__fv__main {
    aspect-ratio: 343/222;
  }
}

.p-tour-single-head__fv__sub {
  padding-bottom: 10px;
  margin-top: 25px;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .p-tour-single-head__fv__sub {
    width: calc(100% + 16px);
  }
}

.p-tour-single-head__fv__main img,
.p-tour-single-head__fv__sub__item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-tour-single-head__fv__sub__list {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-tour-single-head__fv__sub__list {
    gap: 10px;
  }
}

.p-tour-single-head__fv__sub__item {
  flex: 1;
  min-width: 123px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .p-tour-single-head__fv__sub__item {
    min-width: 94px;
  }
}

.p-tour-single-head__fv__sub__item.is-show {
  position: relative;
}

.p-tour-single-head__fv__sub__item.is-show::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.68);
}

.p-tour-single-head__fv__sub__item__img {
  aspect-ratio: 123/84;
}

.p-tour-single-head__label {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-tour-single-head__label {
    margin-top: 19px;
  }
}

.p-tour-single-head__label__list {
  display: flex;
  gap: 10px;
}

.p-tour-single-head__label__item {
  padding: 4px 15px;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
  background-color: #ab8de6;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-tour-single-head__label__item {
    font-size: 0.9333333333rem;
    line-height: 1.5;
  }
}

.p-tour-single-head__title {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 9px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-tour-single-head__title {
    font-size: 1.3333333333rem;
    line-height: 1.4;
    margin-top: 11px;
  }
}

.p-tour-single-head__description {
  font-size: 1.0666666667rem;
  line-height: 1.8;
  margin-top: 31px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-tour-single-head__description {
    font-size: 0.9333333333rem;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
}

.p-tour-single-head__info {
  padding: 30px 30px 25px;
  margin-top: 33px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-tour-single-head__info {
    padding: 20px 20px 18px;
  }
}

.p-tour-single-head__info__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-tour-single-head__info__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}

.p-tour-single-head__info__item {
  min-width: 0;
}

.p-tour-single-head__info__detail {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  min-width: 0;
}

.p-tour-single-head__info__title {
  font-size: 0.7333333333rem;
  line-height: 1.5;
  display: flex;
  flex: 0 0 80px;
  align-items: center;
  justify-content: center;
  width: 80px;
  padding: 2px;
  font-weight: 700;
  letter-spacing: 0.02em;
  background-color: #eef0f1;
  border-radius: 60px;
}
@media screen and (max-width: 768px) {
  .p-tour-single-head__info__title {
    font-size: 0.6666666667rem;
    line-height: 1.5;
  }
}

.p-tour-single-head__info__description {
  font-size: 0.9333333333rem;
  line-height: 1.5;
  display: flex;
  flex: 1;
  align-items: center;
  min-width: 0;
  margin-top: -1px;
  letter-spacing: 0.04em;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .p-tour-single-head__info__description {
    margin-top: 0;
    font-size: 0.9333333333rem;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
}

.p-tour-single-head__info__description:has(> .p-tour-single-head__info__price) {
  font-size: 1.0666666667rem;
  line-height: 1.8;
  flex-wrap: wrap;
  gap: 12px 10px;
  margin-top: -9px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-tour-single-head__info__description:has(> .p-tour-single-head__info__price) {
    font-size: 0.8rem;
    line-height: 1.5;
    margin-top: 0;
    letter-spacing: 0.04em;
  }
}

@media screen and (max-width: 768px) {
  .p-tour-single-head__info__price {
    white-space: nowrap;
  }
}

.p-tour-single-head__info__price__number {
  font-size: 2.1333333333rem;
  line-height: 1;
  margin-top: -4px;
  font-weight: 700;
  color: #d94a3d;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-tour-single-head__info__price__number {
    font-size: 1.6666666667rem;
    line-height: 1;
  }
}

.p-tour-single-head__info__price__unit {
  font-size: 0.9333333333rem;
  line-height: 1.8;
  margin-top: 6px;
  margin-left: 6px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-tour-single-head__info__price__unit {
    margin-left: 2px;
  }
}

.p-tour-single-head__info__price__range {
  font-size: 0.9333333333rem;
  line-height: 1.8;
  margin-left: 5px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-tour-single-head__info__price__range {
    margin-left: 3px;
  }
}

.p-tour-single-head__info__price__range + .p-tour-single-head__info__price__number {
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .p-tour-single-head__info__price__range + .p-tour-single-head__info__price__number {
    margin-left: 3px;
  }
}

.p-tour-single-head__button {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-tour-single-head__button {
    margin-top: 28px;
  }
}

.p-tour-single-head__button .c-button {
  width: 516px;
}

.p-tour-single-head__share {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-tour-single-head__share {
    flex-direction: column;
  }
}

.p-tour-single-head__share__text {
  font-size: 1.3333333333rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-tour-single-head__share__text {
    font-size: 1.0666666667rem;
    line-height: 1.5;
  }
}

.p-tour-single-head__share__sns {
  display: flex;
  gap: 10px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-tour-single-head__share__sns {
    margin-top: 15px;
    margin-left: 0;
  }
}

.p-tour-single-head__share__link {
  display: block;
  width: 30px;
  height: 30px;
  transition: opacity 0.3s;
}

.p-tour-single-head__share__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .p-tour-single-head__share__link:hover {
    opacity: 1;
  }
}

.p-tour-single-head__share__buttons {
  display: flex;
  gap: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-tour-single-head__share__buttons {
    margin-top: 10px;
    margin-left: 0;
  }
}

.p-tour-single-head__share__button__link {
  font-size: 0.8rem;
  line-height: 1.5;
  padding: 5px 15px;
  font-weight: 700;
  color: #388be0;
  letter-spacing: 0.06em;
  background-color: transparent;
  border: 1px solid #388be0;
  border-radius: 6px;
  transition: opacity 0.3s;
}

.p-tour-single-head__share__button__link:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .p-tour-single-head__share__button__link:hover {
    opacity: 1;
  }
}

.p-tour-single-head__share__button.p-tour-single-head__share__button--anchor .p-tour-single-head__share__button__link {
  position: relative;
  padding-left: 32.47px;
}

.p-tour-single-head__share__button.p-tour-single-head__share__button--anchor .p-tour-single-head__share__button__link::before {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 11px;
  height: 11px;
  content: "";
  background-image: url("../../assets/images/icon-anchor-primary.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.p-tour-single-head__share__button.p-tour-single-head__share__button--printer .p-tour-single-head__share__button__link {
  position: relative;
  padding-left: 36px;
}

.p-tour-single-head__share__button.p-tour-single-head__share__button--printer .p-tour-single-head__share__button__link::before {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("../../assets/images/icon-printer-primary.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.p-tour-single-main {
  background-color: #fff;
}

.js-scrollSection {
  scroll-margin-top: var(--header-height);
}

.p-tour-single-main__menu {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
  border-bottom: 3px solid #388be0;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__menu {
    border-bottom: 1px solid #388be0;
  }
}

.p-tour-single-main__menu__inner {
  max-width: 1200px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__menu__inner {
    padding: 0 16px;
  }
}

.p-tour-single-main__menu__list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__menu__list {
    flex-wrap: wrap;
  }
}

.p-tour-single-main__menu__item {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__menu__item {
    flex: auto;
    min-width: 114.33px;
  }
}

.p-tour-single-main__menu__link {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 74px;
  font-weight: 700;
  color: #7c8388;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__menu__link {
    height: 46.81px;
    font-size: 0.8rem;
    line-height: 1.6;
  }
}

.p-tour-single-main__menu__item.is-show .p-tour-single-main__menu__link {
  color: #fff;
  background-color: #388be0;
}

.p-tour-single-main__inner {
  max-width: 980px;
  padding: 53px 50px 120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__inner {
    padding: 51px 16px 60px;
  }
}

.p-tour-single-main__point_head {
  display: flex;
  gap: 23px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__point_head {
    gap: 7px;
  }
}

.p-tour-single-main__point__main {
  margin-top: 31px;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__point__main {
    margin-top: 11px;
  }
}

.p-tour-single-main__point__description {
  padding: 18px 40px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.09em;
  background-image: linear-gradient(90deg, #6bc27d 0%, #4ec2f1 100%);
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__point__description {
    font-size: 1.0666666667rem;
    line-height: 1.5;
    padding: 13px 20px;
    text-align: center;
    letter-spacing: 0.04em;
  }
}

.p-tour-single-main__point__list {
  padding: 20px 40px;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__point__list {
    padding: 6px 20px;
  }
}

.p-tour-single-main__point__item {
  font-size: 1.3333333333rem;
  line-height: 1.5;
  position: relative;
  padding: 13px 13px 13px 52px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__point__item {
    padding: 13px 0 13px 35px;
    font-size: 1.0666666667rem;
    line-height: 1.5;
  }
}

.p-tour-single-main__point__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 31px;
  content: "";
  background-image: url("../../assets/images/icon-flag.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__point__item::before {
    width: 20px;
    height: 22px;
  }
}

.p-tour-single-main__point__item:not(:first-child) {
  background-image: radial-gradient(circle, #472808 1px, transparent 1px);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 6px 1px;
  border-top: none;
}

.p-tour-single-main__spot {
  padding: 43px 60px 59px;
  margin-top: 60px;
  background-color: #fff9f3;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__spot {
    padding: 22px 20px 30px;
    margin-top: 40px;
  }
}

.p-tour-single-main__spot + .p-tour-single-main__spot {
  padding-top: 21.5px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__spot + .p-tour-single-main__spot {
    padding-top: 11px;
  }
}

.p-tour-single-main__spot:has(+ .p-tour-single-main__spot) {
  padding-bottom: 29.5px;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__spot:has(+ .p-tour-single-main__spot) {
    padding-bottom: 15px;
  }
}

.p-tour-single-main__spot__head {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__spot__head {
    gap: 7px;
    justify-content: flex-start;
  }
}

.p-tour-single-main__spot__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 42px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  margin-top: 31px;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__spot__list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
    margin-top: 12px;
  }
}

.p-tour-single-main__spot__img {
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 10px;
}

.p-tour-single-main__spot__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-tour-single-main__spot__figcaption {
  font-size: 0.8rem;
  line-height: 1;
  margin-top: 8px;
  font-weight: 500;
  text-align: right;
}

.p-tour-single-main__spot__title {
  font-size: 1.3333333333rem;
  line-height: 1.5;
  margin-top: 8px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__spot__title {
    font-size: 1.0666666667rem;
    line-height: 1.5;
  }
}

.p-tour-single-main__spot__description {
  font-size: 1.0666666667rem;
  line-height: 1.8;
  margin-top: 10px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__spot__description {
    font-size: 0.9333333333rem;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
}

.p-tour-single-main__stay {
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__stay {
    margin-top: 30px;
  }
}

.p-tour-single-main__stay__head {
  display: flex;
  gap: 23px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__stay__head {
    gap: 7px;
  }
}

.p-tour-single-main__stay__heading {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 31px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__stay__heading {
    font-size: 1.3333333333rem;
    line-height: 1.4;
    margin-top: 23px;
  }
}

.p-tour-single-main__stay__overview {
  font-size: 1.0666666667rem;
  line-height: 1.8;
  margin-top: 10px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__stay__overview {
    font-size: 0.9333333333rem;
    line-height: 1.7;
    margin-top: 10px;
    letter-spacing: 0.03em;
  }
}

.p-tour-single-main__stay__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 41px;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__stay__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 30px;
  }
}

.p-tour-single-main__stay__title {
  font-size: 1.3333333333rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__stay__title {
    font-size: 1.0666666667rem;
    line-height: 1.5;
  }
}

.p-tour-single-main__stay__img {
  aspect-ratio: 420/242;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 10px;
}

.p-tour-single-main__stay__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-tour-single-main__stay__figcaption {
  font-size: 0.8rem;
  line-height: 1;
  margin-top: 9px;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__stay__figcaption {
    margin-top: 7px;
  }
}

.p-tour-single-main__stay__description {
  font-size: 1.0666666667rem;
  line-height: 1.8;
  margin-top: 10px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__stay__description {
    margin-top: 13px;
  }
}

.p-tour-single-main__details {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__details {
    margin-top: 31px;
  }
}

.p-tour-single-main__details__head {
  display: flex;
  gap: 17px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__details__head {
    gap: 8px;
  }
}

.p-tour-single-main__details__content {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__details__content {
    margin-top: 12px;
  }
}

.p-tour-single-main__details__heading {
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__details__heading {
    font-size: 1.3333333333rem;
    line-height: 1.4;
  }
}

.p-tour-single-main__details__head + .p-tour-single-main__details__content {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__details__head + .p-tour-single-main__details__content {
    margin-top: 12px;
  }
}

.p-tour-single-main__details__table {
  margin-top: 15px;
}

.p-tour-single-main__details__list {
  margin-top: 15px;
}

.p-tour-single-main__details__textArea {
  margin-top: 16px;
}

.p-tour-single-main__faq {
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__faq {
    margin-top: 28px;
  }
}

.p-tour-single-main__faq__head {
  display: flex;
  gap: 26px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__faq__head {
    flex-wrap: wrap;
    gap: 2px 13px;
  }
}

.p-tour-single-main__faq__list {
  margin-top: 31px;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__faq__list {
    margin-top: 20px;
  }
}

.p-tour-single-recommend__inner {
  max-width: 980px;
  padding: 73px 50px 123px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-tour-single-recommend__inner {
    padding: 48px 16px;
  }
}

.p-tour-single-recommend__head {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-tour-single-recommend__head {
    gap: 7px;
  }
}

.p-tour-single-recommend__main {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-tour-single-recommend__main {
    margin-top: 15px;
  }
}

.p-tour-premium {
  color: #fff;
  background-color: #103055;
}

.p-tour-premium-head__inner {
  max-width: 1200px;
  padding: 50px 50px 98px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-head__inner {
    padding: 20px 16px 62px;
  }
}

.p-tour-premium-head__fv {
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-head__fv {
    margin-top: 30px;
  }
}

.p-tour-premium-head__fv__main {
  aspect-ratio: 1100/375;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-head__fv__main {
    aspect-ratio: 343/222;
  }
}

.p-tour-premium-head__fv__sub {
  padding-bottom: 10px;
  margin-top: 25px;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-head__fv__sub {
    width: calc(100% + 16px);
  }
}

.p-tour-premium-head__fv__main img,
.p-tour-premium-head__fv__sub__item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-tour-premium-head__fv__sub__list {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-head__fv__sub__list {
    gap: 10px;
  }
}

.p-tour-premium-head__fv__sub__item {
  flex: 1;
  width: 100%;
  max-width: 123px;
  max-height: 84px;
  aspect-ratio: 123/84;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-head__fv__sub__item {
    min-width: 94px;
  }
}

.p-tour-premium-head__fv__sub__item.is-show {
  position: relative;
}

.p-tour-premium-head__fv__sub__item.is-show::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.68);
}

.p-tour-premium-head__fv__sub__item__img {
  width: 100%;
  height: 100%;
}

.p-tour-premium-head__label {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-head__label {
    margin-top: 19px;
  }
}

.p-tour-premium-head__label__list {
  display: flex;
  gap: 10px;
}

.p-tour-premium-head__label__item {
  padding: 4px 15px;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
  background-color: #ab8de6;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-head__label__item {
    font-size: 0.9333333333rem;
    line-height: 1.5;
  }
}

.p-tour-premium-head__title {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 29px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-head__title {
    font-size: 1.3333333333rem;
    line-height: 1.4;
    margin-top: 20px;
  }
}

.p-tour-premium-head__description {
  font-size: 1.0666666667rem;
  line-height: 1.8;
  margin-top: 31px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-head__description {
    font-size: 0.9333333333rem;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
}

.p-tour-premium-head__info {
  padding: 30px 30px 25px;
  margin-top: 33px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-head__info {
    padding: 20px 20px 18px;
    margin-top: 32px;
  }
}

.p-tour-premium-head__info__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-head__info__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}

.p-tour-premium-head__info__item {
  min-width: 0;
}

.p-tour-premium-head__info__detail {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-head__info__detail {
    gap: 10px;
  }
}

.p-tour-premium-head__info__title {
  font-size: 0.7333333333rem;
  line-height: 1.5;
  display: flex;
  flex: 0 0 80px;
  align-items: center;
  justify-content: center;
  width: 80px;
  padding: 2px;
  font-weight: 700;
  letter-spacing: 0.02em;
  background-color: #103055;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-head__info__title {
    font-size: 0.6666666667rem;
    line-height: 1.5;
  }
}

.p-tour-premium-head__info__description {
  font-size: 0.9333333333rem;
  line-height: 1.5;
  display: flex;
  flex: 1;
  align-items: center;
  min-width: 0;
  color: #103055;
  letter-spacing: 0.04em;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-head__info__description {
    margin-top: 0;
    font-size: 0.9333333333rem;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
}

.p-tour-premium-head__info__description:has(> .p-tour-premium-head__info__price) {
  font-size: 1.0666666667rem;
  line-height: 1.8;
  flex-wrap: wrap;
  gap: 12px 10px;
  margin-top: -9px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-head__info__description:has(> .p-tour-premium-head__info__price) {
    font-size: 0.8rem;
    line-height: 1.5;
    margin-top: 0;
    letter-spacing: 0.04em;
  }
}

@media screen and (max-width: 768px) {
  .p-tour-premium-head__info__price {
    white-space: nowrap;
  }
}

.p-tour-premium-head__info__price__number {
  font-size: 2.1333333333rem;
  line-height: 1;
  margin-top: -4px;
  font-weight: 700;
  color: #d94a3d;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-head__info__price__number {
    font-size: 1.6666666667rem;
    line-height: 1;
  }
}

.p-tour-premium-head__info__price__unit {
  font-size: 0.9333333333rem;
  line-height: 1.8;
  margin-top: 6px;
  margin-left: 6px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-head__info__price__unit {
    margin-left: 2px;
  }
}

.p-tour-premium-head__info__price__range {
  font-size: 0.9333333333rem;
  line-height: 1.8;
  margin-left: 5px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-head__info__price__range {
    margin-left: 3px;
  }
}

.p-tour-premium-head__info__price__range + .p-tour-premium-head__info__price__number {
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-head__info__price__range + .p-tour-premium-head__info__price__number {
    margin-left: 3px;
  }
}

.p-tour-premium-head__button {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-head__button {
    margin-top: 28px;
  }
}

.p-tour-premium-head__button .c-button {
  width: 516px;
  border-radius: 0;
}

.p-tour-premium-head__share {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-head__share {
    flex-direction: column;
  }
}

.p-tour-premium-head__share__text {
  font-size: 1.3333333333rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-head__share__text {
    font-size: 1.0666666667rem;
    line-height: 1.5;
  }
}

.p-tour-premium-head__share__sns {
  display: flex;
  gap: 10px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-head__share__sns {
    margin-top: 15px;
    margin-left: 0;
  }
}

.p-tour-premium-head__share__link {
  display: block;
  width: 30px;
  height: 30px;
  transition: opacity 0.3s;
}

.p-tour-premium-head__share__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-head__share__link:hover {
    opacity: 1;
  }
}

.p-tour-premium-head__share__buttons {
  display: flex;
  gap: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-head__share__buttons {
    margin-top: 10px;
    margin-left: 0;
  }
}

.p-tour-premium-head__share__button__link {
  font-size: 0.8rem;
  line-height: 1.5;
  padding: 5px 15px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 6px;
  transition: opacity 0.3s;
}

.p-tour-premium-head__share__button__link:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-head__share__button__link:hover {
    opacity: 1;
  }
}

.p-tour-premium-head__share__button.p-tour-premium-head__share__button--anchor .p-tour-premium-head__share__button__link {
  position: relative;
  padding-left: 32.47px;
}

.p-tour-premium-head__share__button.p-tour-premium-head__share__button--anchor .p-tour-premium-head__share__button__link::before {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 11px;
  height: 11px;
  content: "";
  background-image: url("../../assets/images/icon-anchor-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.p-tour-premium-head__share__button.p-tour-premium-head__share__button--printer .p-tour-premium-head__share__button__link {
  position: relative;
  padding-left: 36px;
}

.p-tour-premium-head__share__button.p-tour-premium-head__share__button--printer .p-tour-premium-head__share__button__link::before {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("../../assets/images/icon-printer-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.p-tour-premium-main {
  background-color: #fff;
}

.p-tour-premium-main__menu {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
  border-bottom: 3px solid #388be0;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-main__menu {
    border-bottom: 1px solid #388be0;
  }
}

.p-tour-premium-main__menu__inner {
  max-width: 1200px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-main__menu__inner {
    padding: 0 16px;
  }
}

.p-tour-premium-main__menu__list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-main__menu__list {
    flex-wrap: wrap;
  }
}

.p-tour-premium-main__menu__item {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-main__menu__item {
    flex: auto;
    min-width: 114.33px;
  }
}

.p-tour-premium-main__menu__link {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 74px;
  font-weight: 700;
  color: #7c8388;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-main__menu__link {
    height: 46.81px;
    font-size: 0.8rem;
    line-height: 1.6;
  }
}

.p-tour-premium-main__menu__item.is-show .p-tour-premium-main__menu__link {
  color: #fff;
  background-color: #103055;
}

.p-tour-premium-main__point {
  background-color: #f7f7ef;
}

.p-tour-premium-main__point__inner {
  max-width: 980px;
  padding: 58px 50px 60px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-main__point__inner {
    padding: 39px 16px 60px;
  }
}

.p-tour-premium-main__point__main {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-main__point__main {
    margin-top: 30px;
  }
}

.p-tour-premium-main__point__description {
  padding: 30px 41px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
  background-color: #103055;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-main__point__description {
    font-size: 1.0666666667rem;
    line-height: 1.5;
    padding: 20px;
    text-align: center;
    letter-spacing: 0.07em;
  }
}

.p-tour-premium-main__point__list {
  padding: 18.5px 39px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-main__point__list {
    padding: 18px 20px;
  }
}

.p-tour-premium-main__point__item {
  font-size: 1.3333333333rem;
  line-height: 1.5;
  position: relative;
  padding: 12.5px 0 12.5px 54px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #103055;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-main__point__item {
    padding: 13px 0 13px 49px;
    font-size: 0.9333333333rem;
    line-height: 1.5;
  }
}

.p-tour-premium-main__point__item::before {
  position: absolute;
  top: 50%;
  left: 1px;
  width: 29px;
  height: 14px;
  content: "";
  background-image: url("../../assets/images/icon-rhombus.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.p-tour-premium-main__point__item:not(:first-child) {
  background-image: radial-gradient(circle, #472808 1px, transparent 1px);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 6px 1px;
  border-top: none;
}

.p-tour-premium-main__spot__inner {
  max-width: 980px;
  padding: 58px 50px 60px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-main__spot__inner {
    padding: 30px 20px 28px;
  }
}

.p-tour-premium-main__spot:has(+ .p-tour-premium-main__spot) .p-tour-premium-main__spot__inner {
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-main__spot:has(+ .p-tour-premium-main__spot) .p-tour-premium-main__spot__inner {
    padding-bottom: 20px;
  }
}

.p-tour-premium-main__spot + .p-tour-premium-main__spot .p-tour-premium-main__spot__inner {
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-main__spot + .p-tour-premium-main__spot .p-tour-premium-main__spot__inner {
    padding-top: 20px;
  }
}

.p-tour-premium-main__spot__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 42px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-main__spot__list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
    margin-top: 30px;
  }
}

.p-tour-premium-main__spot__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-tour-premium-main__spot__figcaption {
  font-size: 0.8rem;
  line-height: 1;
  margin-top: 11px;
  font-weight: 500;
  color: #472808;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-main__spot__figcaption {
    margin-top: 8px;
  }
}

.p-tour-premium-main__spot__title {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 11px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #103055;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-main__spot__title {
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
}

.p-tour-premium-main__spot__description {
  font-size: 1.0666666667rem;
  line-height: 1.8;
  margin-top: 10px;
  color: #472808;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-main__spot__description {
    font-size: 0.9333333333rem;
    line-height: 1.7;
    margin-top: 12px;
    letter-spacing: 0.03em;
  }
}

.p-tour-premium-main__stay {
  background-color: #f7f7ef;
}

.p-tour-premium-main__stay__inner {
  max-width: 980px;
  padding: 61px 50px 30.5px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-main__stay__inner {
    padding: 59px 16px 30.5px;
  }
}

.p-tour-premium-main__stay__heading {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 38px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #103055;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-main__stay__heading {
    font-size: 1.3333333333rem;
    line-height: 1.4;
    margin-top: 30px;
  }
}

.p-tour-premium-main__stay__overview {
  font-size: 1.0666666667rem;
  line-height: 1.8;
  margin-top: 10px;
  color: #472808;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-main__stay__overview {
    font-size: 0.9333333333rem;
    line-height: 1.7;
    margin-top: 10px;
    letter-spacing: 0.03em;
  }
}

.p-tour-premium-main__stay__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px 40px;
  margin-top: 41px;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-main__stay__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    margin-top: 31px;
  }
}

.p-tour-premium-main__stay__title {
  font-size: 1.3333333333rem;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #103055;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-main__stay__title {
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
}

.p-tour-premium-main__stay__img {
  aspect-ratio: 420/242;
  margin-top: 13px;
  overflow: hidden;
}

.p-tour-premium-main__stay__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-tour-premium-main__stay__figcaption {
  font-size: 0.8rem;
  line-height: 1;
  margin-top: 11px;
  font-weight: 500;
  color: #472808;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-main__stay__figcaption {
    margin-top: 7px;
  }
}

.p-tour-premium-main__stay__description {
  font-size: 1.0666666667rem;
  line-height: 1.8;
  margin-top: 13px;
  color: #472808;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-main__stay__description {
    font-size: 1.0666666667rem;
    line-height: 1.8;
    margin-top: 13px;
  }
}

.p-tour-premium-main__details {
  background-color: #f7f7ef;
}

.p-tour-premium-main__details__inner {
  max-width: 980px;
  padding: 30.5px 50px 29.5px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-main__details__inner {
    padding: 30.5px 16px 30px;
  }
}

.p-tour-single-main__details__content {
  margin-top: 39px;
}
@media screen and (max-width: 768px) {
  .p-tour-single-main__details__content {
    margin-top: 29px;
  }
}

.p-tour-premium-main__details__heading {
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #103055;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-main__details__heading {
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}

.p-tour-premium-main__details__head + .p-tour-single-main__details__content {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-main__details__head + .p-tour-single-main__details__content {
    margin-top: 12px;
  }
}

.p-tour-premium-main__details__table {
  margin-top: 15px;
}

.p-tour-premium-main__details__list {
  margin-top: 15px;
}

.p-tour-premium-main__details__textArea {
  margin-top: 16px;
}

.p-tour-premium-main__details__table,
.p-tour-premium-main__details__list,
.p-tour-premium-main__details__textArea {
  color: #472808;
}

.p-tour-premium-main__faq {
  background-color: #f7f7ef;
}

.p-tour-premium-main__faq__inner {
  max-width: 980px;
  padding: 29.5px 50px 100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-main__faq__inner {
    padding: 30px 16px 40px;
  }
}

.p-tour-premium-main__faq__list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-main__faq__list {
    margin-top: 20px;
  }
}

.p-tour-premium-recommend__inner {
  max-width: 980px;
  padding: 101px 50px 123px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-recommend__inner {
    padding: 60px 16px 73px;
  }
}

.p-tour-premium-recommend__head {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-recommend__head {
    gap: 7px;
  }
}

.p-tour-premium-recommend__main {
  margin-top: 39px;
}
@media screen and (max-width: 768px) {
  .p-tour-premium-recommend__main {
    margin-top: 46px;
  }
}

.p-report-archive-head {
  position: relative;
  background-color: #fff;
}

.p-report-archive-head::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 81px;
  content: "";
  background-color: #fff;
  border-radius: 50%/0 0 100% 100%;
}
@media screen and (max-width: 768px) {
  .p-report-archive-head::before {
    height: 41px;
  }
}

.p-report-archive-head__inner {
  max-width: 1200px;
  padding: 50px 50px 80px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-report-archive-head__inner {
    padding: 20px 16px 24px;
  }
}

.p-report-archive-head__content {
  position: relative;
  padding-right: 13%;
  margin-top: 43px;
}
@media screen and (max-width: 768px) {
  .p-report-archive-head__content {
    padding-right: 30%;
    margin-top: 37px;
  }
}

.p-report-archive-head__content::before {
  position: absolute;
  top: 24%;
  right: 3%;
  width: 10%;
  aspect-ratio: 107.13/122;
  content: "";
  background-image: url("../../assets/images/img-report-archive-head.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-report-archive-head__content::before {
    top: 40%;
    right: 0%;
    width: 25%;
  }
}

.p-report-archive-head__title {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 27px;
  column-gap: 27px;
  align-items: center;
}

.p-report-archive-head__title .c-heading {
  min-width: 272px;
}
@media screen and (max-width: 768px) {
  .p-report-archive-head__title .c-heading {
    min-width: auto;
  }
}

.p-report-archive-head__category {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .p-report-archive-head__category {
    margin-top: 31px;
  }
}

.p-report-archive-main {
  position: relative;
}

.p-report-archive-main__inner {
  display: flex;
  flex-direction: column;
  gap: 73px;
  max-width: 1200px;
  padding: 0 50px 91px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-report-archive-main__inner {
    gap: 53px;
    padding: 87px 16px 76px;
  }
}

.p-report-single-head {
  position: relative;
}

.p-report-single-head__inner {
  max-width: 1200px;
  padding: 50px 50px 24.5px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-report-single-head__inner {
    padding: 20px 16px 39px;
  }
}

.p-report-single-main {
  position: relative;
}

.p-report-single-main__inner {
  display: flex;
  flex-direction: column;
  gap: 52px;
  max-width: 1200px;
  padding: 24.5px 50px 7px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-report-single-main__inner {
    gap: 42px;
    padding: 0 16px 2px;
  }
}

.p-report-single-main__content {
  padding: 36px 40px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-report-single-main__content {
    padding: 25px 20px;
  }
}

.p-report-single-main__date {
  font-size: 0.9333333333rem;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #388be0;
  letter-spacing: 0.04em;
}

.p-report-single-main__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.058em;
}
@media screen and (max-width: 768px) {
  .p-report-single-main__title {
    font-size: 1.3333333333rem;
    line-height: 1.4;
    margin-top: 3px;
  }
}

.p-report-single-main__button {
  display: flex;
  justify-content: center;
}

.p-report-single-main__button .c-button {
  width: 100%;
  max-width: 264px;
}
@media screen and (max-width: 768px) {
  .p-report-single-main__button .c-button {
    max-width: none;
  }
}

.p-news-archive-head {
  position: relative;
}

.p-news-archive-head__inner {
  max-width: 1200px;
  padding: 50px 50px 24.5px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-news-archive-head__inner {
    padding: 20px 16px 39px;
  }
}

.p-news-archive-head__content {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-news-archive-head__content {
    margin-top: 37px;
  }
}

.p-news-archive-head__title {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 27px;
  column-gap: 27px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-news-archive-head__title {
    flex-direction: column;
    align-items: flex-start;
  }
}

.p-news-archive-head__description {
  font-size: 1.0666666667rem;
  line-height: 1.8;
  margin-top: 16px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-news-archive-head__description {
    font-size: 0.9333333333rem;
    line-height: 1.7;
    margin-top: 18px;
    letter-spacing: 0.03em;
  }
}

.p-news-archive-main {
  position: relative;
}

.p-news-archive-main__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 1200px;
  padding: 24.5px 50px 63px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-news-archive-main__inner {
    gap: 40px;
    padding: 0 16px 68px;
  }
}

.p-news-single-head {
  position: relative;
}

.p-news-single-head__inner {
  max-width: 1200px;
  padding: 50px 50px 24.5px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-news-single-head__inner {
    padding: 20px 16px 39px;
  }
}

.p-news-single-main {
  position: relative;
}

.p-news-single-main__inner {
  display: flex;
  flex-direction: column;
  gap: 52px;
  max-width: 1200px;
  padding: 24.5px 50px 85px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-news-single-main__inner {
    gap: 42px;
    padding: 0 16px 80px;
  }
}

.p-news-single-main__content {
  padding: 36px 40px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-news-single-main__content {
    padding: 25px 20px;
  }
}

.p-news-single-main__date {
  font-size: 0.9333333333rem;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #388be0;
  letter-spacing: 0.04em;
}

.p-news-single-main__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.058em;
}
@media screen and (max-width: 768px) {
  .p-news-single-main__title {
    font-size: 1.3333333333rem;
    line-height: 1.4;
    margin-top: 3px;
  }
}

.p-news-single-main__button {
  display: flex;
  justify-content: center;
}

.p-news-single-main__button .c-button {
  width: 100%;
  max-width: 264px;
}
@media screen and (max-width: 768px) {
  .p-news-single-main__button .c-button {
    max-width: none;
  }
}

.p-pages-faq__inner {
  max-width: 1200px;
  padding: 25px 50px 128px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-pages-faq__inner {
    gap: 42px;
    padding: 0 16px 68px;
  }
}

.p-pages-faq__category .c-category__link {
  scroll-behavior: smooth;
}

.p-pages-faq__category__list {
  background-color: #fff;
  border: 1px solid #388be0;
  border-radius: 10px;
}

.p-pages-faq__category__current {
  position: relative;
  padding: 15px 40px 15px 15px;
  font-weight: 700;
  color: #388be0;
  letter-spacing: 0.03em;
  font-size: 1rem;
  line-height: 1.7;
}

.p-pages-faq__category__current::after {
  position: absolute;
  top: 49%;
  right: 21px;
  width: 7px;
  height: 14px;
  content: "";
  background-image: url("../../assets/images/icon-angle-brackets-primary.png");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease-in-out, background-image 0.3s;
  transform: translateY(-50%) rotate(90deg);
}

.p-pages-faq__category__current:has(+ .is-open)::after {
  transform: translateY(-50%) rotate(-90deg);
}

.p-pages-faq__category__menu {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
}

.p-pages-faq__category__menu.is-open {
  grid-template-rows: 1fr;
}

.p-pages-faq__category__menu__list {
  overflow: hidden;
}

.p-pages-faq__category__menu__item {
  padding: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  border-top: 1px solid #eef0f1;
  font-size: 1rem;
  line-height: 1.7;
}

.p-pages-faq__heading {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 49px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #388be0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-pages-faq__heading {
    font-size: 1.3333333333rem;
    line-height: 1.4;
    margin-top: 32px;
  }
}

.p-pages-faq__category__menu__link {
  color: #472808;
}

.p-pages-faq__content {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-pages-faq__content {
    margin-top: 13px;
  }
}

@media screen and (max-width: 768px) {
  .p-pages-faq__content + .p-pages-faq__heading {
    margin-top: 42px;
  }
}

.p-pages-company__inner {
  max-width: 1200px;
  padding: 44.5px 50px 65px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-pages-company__inner {
    gap: 42px;
    padding: 0 16px 68px;
  }
}

.p-pages-company__content {
  padding: 60px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-pages-company__content {
    padding: 30px;
  }
}

.p-pages-company__item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-pages-company__item:not(:first-child) {
    margin-top: 18.5px;
  }
}

.p-pages-company__title {
  font-size: 1.3333333333rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-pages-company__title {
    font-size: 1.0666666667rem;
    line-height: 1.5;
  }
}

.p-pages-company__textarea {
  padding-left: 20px;
  margin-top: 10px;
  letter-spacing: 0.06em;
  font-size: 1.0666666667rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-pages-company__textarea {
    padding-left: 0;
    letter-spacing: 0.03em;
    font-size: 0.9333333333rem;
    line-height: 1.7;
  }
}

.p-pages-company__link {
  position: relative;
  padding-right: 22px;
  color: #388be0;
  transition: opacity 0.3s;
}

.p-pages-company__link::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  content: "";
  background-image: url("../../assets/images/icon-external-link.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.p-pages-company__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .p-pages-company__link:hover {
    opacity: 1;
  }
}

.p-pages-privacyPolicy__inner {
  max-width: 1200px;
  padding: 44.5px 50px 92px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-pages-privacyPolicy__inner {
    gap: 42px;
    padding: 0 16px 62px;
  }
}

.p-pages-privacyPolicy__content {
  padding: 60px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-pages-privacyPolicy__content {
    padding: 30px;
  }
}

.p-pages-privacyPolicy__lead {
  letter-spacing: 0.06em;
  font-size: 1.0666666667rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-pages-privacyPolicy__lead {
    letter-spacing: 0.03em;
    font-size: 0.9333333333rem;
    line-height: 1.7;
  }
}

.p-pages-privacyPolicy__list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-pages-privacyPolicy__list {
    margin-top: 30px;
  }
}

.p-pages-privacyPolicy__item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-pages-privacyPolicy__item:not(:first-child) {
    margin-top: 18.5px;
  }
}

.p-pages-privacyPolicy__title {
  font-size: 1.3333333333rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-pages-privacyPolicy__title {
    font-size: 1.0666666667rem;
    line-height: 1.5;
  }
}

.p-pages-privacyPolicy__textarea {
  margin-top: 21px;
  letter-spacing: 0.06em;
  font-size: 1.0666666667rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-pages-privacyPolicy__textarea {
    margin-top: 14px;
    letter-spacing: 0.03em;
    font-size: 0.9333333333rem;
    line-height: 1.7;
  }
}

.p-pages-privacyPolicy__link {
  position: relative;
  padding-right: 22px;
  color: #388be0;
  overflow-wrap: anywhere;
  transition: opacity 0.3s;
}

.p-pages-privacyPolicy__link::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  content: "";
  background-image: url("../../assets/images/icon-external-link.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.p-pages-privacyPolicy__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .p-pages-privacyPolicy__link:hover {
    opacity: 1;
  }
}

.p-pages-conditionsOfTravelAgency__inner {
  max-width: 1200px;
  padding: 44.5px 50px 100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-pages-conditionsOfTravelAgency__inner {
    gap: 42px;
    padding: 0 16px 57px;
  }
}

.p-pages-conditionsOfTravelAgency__content {
  padding: 60px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-pages-conditionsOfTravelAgency__content {
    padding: 30px;
  }
}

.p-pages-conditionsOfTravelAgency__heading {
  font-size: 1.3333333333rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-pages-conditionsOfTravelAgency__heading {
    font-size: 1.0666666667rem;
    line-height: 1.5;
  }
}

.p-pages-conditionsOfTravelAgency__list + .p-pages-conditionsOfTravelAgency__heading,
.p-pages-conditionsOfTravelAgency__files + .p-pages-conditionsOfTravelAgency__heading {
  margin-top: 59px;
}
@media screen and (max-width: 768px) {
  .p-pages-conditionsOfTravelAgency__list + .p-pages-conditionsOfTravelAgency__heading,
  .p-pages-conditionsOfTravelAgency__files + .p-pages-conditionsOfTravelAgency__heading {
    margin-top: 42px;
  }
}

.p-pages-conditionsOfTravelAgency__item {
  padding: 19.7px 0;
  border-bottom: 1px solid #f0f1f6;
}
@media screen and (max-width: 768px) {
  .p-pages-conditionsOfTravelAgency__item {
    padding: 17.7px 0;
  }
}

.p-pages-conditionsOfTravelAgency__detail {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-pages-conditionsOfTravelAgency__detail {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}

.p-pages-conditionsOfTravelAgency__title {
  font-size: 1.0666666667rem;
  line-height: 1.4;
  width: 225px;
  font-weight: 700;
  color: #6d6d6d;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-pages-conditionsOfTravelAgency__title {
    width: auto;
    font-size: 0.9333333333rem;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
}

.p-pages-conditionsOfTravelAgency__textarea {
  width: calc(100% - 225px - 30px);
  letter-spacing: 0.06em;
  font-size: 1.0666666667rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-pages-conditionsOfTravelAgency__textarea {
    width: 100%;
    letter-spacing: 0.03em;
    font-size: 0.9333333333rem;
    line-height: 1.7;
  }
}

.p-pages-conditionsOfTravelAgency__files {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-pages-conditionsOfTravelAgency__files {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .p-pages-conditionsOfTravelAgency__file {
    width: 100%;
  }
}

.p-pages-conditionsOfTravelAgency__link {
  position: relative;
  display: block;
  padding: 14px 20px 14px 54px;
  color: #472808;
  letter-spacing: 0.06em;
  border: 1px solid #cbd0d3;
  border-radius: 10px;
  transition: opacity 0.3s;
  font-size: 1.0666666667rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-pages-conditionsOfTravelAgency__link {
    letter-spacing: 0.03em;
    font-size: 0.9333333333rem;
    line-height: 1.7;
  }
}

.p-pages-conditionsOfTravelAgency__link::before {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 24px;
  height: 24px;
  content: "";
  background-image: url("../../assets/images/icon-pdf.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.p-pages-conditionsOfTravelAgency__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .p-pages-conditionsOfTravelAgency__link:hover {
    opacity: 1;
  }
}

.p-pages-contact__inner {
  max-width: 1200px;
  padding: 44.5px 50px 88px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-pages-contact__inner {
    gap: 42px;
    padding: 0 16px 55px;
  }
}

.p-pages-contact__input + .p-pages-contact__input {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .p-pages-contact__input + .p-pages-contact__input {
    margin-top: 21px;
  }
}

.p-pages-contact__input.p-pages-contact__input--col2 {
  display: inline-block;
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 768px) {
  .p-pages-contact__input.p-pages-contact__input--col2 {
    width: 100%;
  }
}

.p-pages-contact__input.p-pages-contact__input--col2 + .p-pages-contact__input.p-pages-contact__input--col2 {
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .p-pages-contact__input.p-pages-contact__input--col2 + .p-pages-contact__input.p-pages-contact__input--col2 {
    margin-left: 0;
  }
}

.p-pages-contact__label {
  font-size: 1.3333333333rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-pages-contact__label {
    font-size: 1.0666666667rem;
    line-height: 1.5;
  }
}

.required {
  padding: 3px 7px;
  margin-left: 20px;
  color: #fff;
  letter-spacing: 0.06em;
  background-color: #e68e8d;
  border-radius: 4px;
  font-size: 1.0666666667rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .required {
    font-size: 0.9333333333rem;
    line-height: 1.5;
    margin-left: 9px;
    font-weight: 700;
  }
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .wpcf7-form-control-wrap {
    margin-top: 8px;
  }
}

.wpcf7-form-control-wrap:has(> .p-pages-contact__radio) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .wpcf7-form-control-wrap:has(> .p-pages-contact__radio) {
    margin-top: 19px;
  }
}

.p-pages-contact__text {
  width: 100%;
  padding: 13px 16px;
  background-color: #fff;
  border: 1px solid #cbd0d3;
  border-radius: 10px;
  font-size: 0.9333333333rem;
  line-height: 1.7857142857;
}
@media screen and (max-width: 768px) {
  .p-pages-contact__text {
    padding: 9px 14px;
  }
}

.p-pages-contact__text[type=number]::-webkit-inner-spin-button,
.p-pages-contact__text[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.p-pages-contact__text[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.p-pages-contact__radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4em;
  /* デフォルトのボタン */
  /* チェック前のボタン */
  /* チェック後のボタン */
}
@media screen and (max-width: 768px) {
  .p-pages-contact__radio {
    gap: 0.65em;
  }
}
.p-pages-contact__radio .wpcf7-list-item.first {
  margin: 0;
}
.p-pages-contact__radio .wpcf7-list-item {
  display: block;
  margin: 0;
}
.p-pages-contact__radio .wpcf7-list-item-label {
  display: flex;
  letter-spacing: 0.06em;
  cursor: pointer;
  font-size: 1.0666666667rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-pages-contact__radio .wpcf7-list-item-label {
    font-size: 0.9333333333rem;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
}
.p-pages-contact__radio input[type=radio] {
  position: absolute;
  opacity: 0; /* デフォルトのボタンを非表示 */
}
.p-pages-contact__radio .wpcf7-list-item-label::before {
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  margin-top: auto;
  margin-right: 0.8em;
  margin-bottom: auto;
  content: "";
  background: #fff;
  border: 1px solid #cbd0d3;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  transition: background-color 0.5s; /* 色をじんわり変化させる */
}
.p-pages-contact__radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #0075ff; /* チェック後の中心の色 */
  border: 1px solid #0075ff;
  box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}

.p-pages-contact__textArea {
  width: 100%;
  min-height: 227px;
  padding: 16px 11px;
  border: 1px solid #cbd0d3;
  border-radius: 10px;
}

.p-pages-contact__text:has(+ .wpcf7-not-valid-tip),
.p-pages-contact__textArea:has(+ .wpcf7-not-valid-tip) {
  background-color: #fdeceb;
  border: 1px solid #d94a3d;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -35px;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .wpcf7-not-valid-tip {
    position: static;
    margin-top: 10px;
  }
}

.p-pages-contact__text::-moz-placeholder, .p-pages-contact__textArea::-moz-placeholder {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #757575;
}

.p-pages-contact__text::placeholder,
.p-pages-contact__textArea::placeholder {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #757575;
}
@media screen and (max-width: 768px) {
  .p-pages-contact__text::-moz-placeholder, .p-pages-contact__textArea::-moz-placeholder {
    font-weight: 400;
    letter-spacing: 0.03em;
    font-size: 0.9333333333rem;
    line-height: 1.7;
  }
  .p-pages-contact__text::placeholder,
  .p-pages-contact__textArea::placeholder {
    font-weight: 400;
    letter-spacing: 0.03em;
    font-size: 0.9333333333rem;
    line-height: 1.7;
  }
}

.wpcf7-form-control-wrap:has(> .wpcf7-acceptance) {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .wpcf7-form-control-wrap:has(> .wpcf7-acceptance) {
    margin-top: 34px;
  }
}

.wpcf7-acceptance .wpcf7-list-item {
  display: block;
  line-height: 1;
}
.wpcf7-acceptance .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 8px;
}
.wpcf7-acceptance input[type=checkbox] {
  display: none;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 32px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  font-size: 0.9666666667rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .wpcf7-acceptance .wpcf7-list-item-label {
    letter-spacing: 0.03em;
    font-size: 0.9333333333rem;
    line-height: 1.7;
  }
}
.wpcf7-acceptance .wpcf7-list-item-label a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  color: #472808;
  transition: opacity 0.3s;
}
.wpcf7-acceptance .wpcf7-list-item-label a:hover {
  opacity: 0.6;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  background: #fff;
  border: 1px solid #cbd0d3;
  border-radius: 7px;
  transform: translateY(-50%);
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  position: absolute;
  top: 24%;
  left: 4px;
  display: block;
  width: 14px;
  height: 9px;
  content: "";
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%);
  transform: rotate(135deg);
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #0075ff;
  border: 1px solid #0075ff;
}

.p-pages-contact__submitWrap {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .p-pages-contact__submitWrap {
    margin-top: 20px;
  }
}

.p-pages-contact__submit {
  display: block;
  width: 100%;
  max-width: 535px;
  height: 61px;
  margin: 0 auto;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
  cursor: pointer;
  background-color: #6bc27d;
  border: 1px solid #6bc27d;
  border-radius: 30px;
  outline: none;
  transition: color 0.5s, background-color 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-pages-contact__submit {
    font-size: 1.0666666667rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

.p-pages-contact__submit:not(:disabled):hover {
  color: #6bc27d;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .p-pages-contact__submit:not(:disabled):hover {
    opacity: 1;
  }
}

.p-pages-contact-confirm__inner {
  max-width: 1200px;
  padding: 44.5px 50px 125px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-pages-contact-confirm__inner {
    gap: 42px;
    padding: 0 16px 46px;
  }
}

.p-pages-contact-confirm-content {
  padding: 50px;
  background-color: #fff;
  border: 1px solid #e2e5e7;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-pages-contact-confirm-content {
    padding: 30px;
  }
}

.p-pages-contact-confirm-content__item:not(:first-child) {
  margin-top: 29.5px;
}

.p-pages-contact-confirm-content__detail {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-pages-contact-confirm-content__detail {
    display: block;
  }
}

.p-pages-contact-confirm-content__title {
  font-size: 1.3333333333rem;
  line-height: 1.5;
  width: 170px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-pages-contact-confirm-content__title {
    width: 100%;
    font-size: 1.0666666667rem;
    line-height: 1.5;
  }
}

.p-pages-contact-confirm-content__text {
  font-size: 1.0666666667rem;
  line-height: 1.8;
  width: calc((100% - 170px) * 0.82);
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-pages-contact-confirm-content__text {
    width: 100%;
    margin-top: 9px;
    letter-spacing: 0.03em;
    font-size: 0.9333333333rem;
    line-height: 1.7;
  }
}

.p-pages-contact-confirm-content__button {
  display: flex;
  gap: 28px;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-pages-contact-confirm-content__button {
    flex-direction: column-reverse;
    gap: 20px;
    margin-top: 40px;
  }
}

.p-pages-contact-confirm-content__button input {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-pages-contact-confirm-content__submit input {
  font-size: 1.2rem;
  line-height: 1.5;
  display: block;
  width: 276px;
  height: 61px;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-radius: 60px;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-pages-contact-confirm-content__submit input {
    width: 100%;
    font-size: 1.0666666667rem;
    line-height: 1.5;
  }
}

.p-pages-contact-confirm-content__submit input:hover {
  background-color: transparent;
}

.p-pages-contact-confirm-content__submit {
  position: relative;
}

.p-pages-contact-confirm-content__submit .back {
  background-color: #e2e5e7;
  border: 1px solid #e2e5e7;
}

@media screen and (max-width: 768px) {
  .p-pages-contact-confirm-content__submit .back:hover {
    background-color: #e2e5e7;
  }
}

.p-pages-contact-confirm-content__submit .send {
  color: #fff;
  background-color: #6bc27d;
  border: 1px solid #6bc27d;
}

.p-pages-contact-confirm-content__submit .send:hover {
  color: #6bc27d;
}
@media screen and (max-width: 768px) {
  .p-pages-contact-confirm-content__submit .send:hover {
    color: #fff;
    background-color: #6bc27d;
  }
}

.p-pages-contact-confirm-content__submit .wpcf7-spinner {
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin: 0;
  background-color: #e2e5e7;
  transform: translateX(-50%);
}

.p-pages-contact-thanks__inner {
  max-width: 1200px;
  padding: 28px 50px 127px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-pages-contact-thanks__inner {
    gap: 42px;
    padding: 0 16px 73px;
  }
}

.p-pages-contact-thanks__title {
  font-size: 2.2666666667rem;
  line-height: 1.6;
  position: relative;
  padding-top: 73px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-pages-contact-thanks__title {
    font-size: 1.4666666667rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
}

.p-pages-contact-thanks__title::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 43px;
  height: 43px;
  content: "";
  background-image: url("../../assets/images/icon-check-secondary.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

.p-pages-contact-thanks__description {
  font-size: 1.0666666667rem;
  line-height: 1.8;
  margin-top: 16px;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-pages-contact-thanks__description {
    font-size: 0.9333333333rem;
    line-height: 1.7;
    margin-top: 15px;
    text-align: left;
    letter-spacing: 0.03em;
  }
}

.p-pages-contact-thanks__button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.p-pages-contact-thanks__button .c-button {
  min-width: 353px;
  height: 61px;
}
@media screen and (max-width: 768px) {
  .p-pages-contact-thanks__button .c-button {
    width: 100%;
    min-width: none;
  }
}

.p-pages-contact-thanks__button .c-button__text {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-pages-contact-thanks__button .c-button__text {
    font-size: 1.0666666667rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

.p-pages-contact-thanks__foot {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-top: 50px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .p-pages-contact-thanks__foot {
    flex-direction: column;
    padding: 30px;
    margin-top: 40px;
  }
}

.p-pages-contact-thanks__foot__title {
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-pages-contact-thanks__foot__title {
    font-size: 1.3333333333rem;
    line-height: 1.4;
  }
}

.p-pages-contact-thanks__foot__tel {
  position: relative;
  padding-left: 34px;
  margin-left: 38px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #472808;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.7333333333rem;
  line-height: 1;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .p-pages-contact-thanks__foot__tel {
    display: inline-block;
    margin-top: 19px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-pages-contact-thanks__foot__tel {
    font-size: 1.8666666667rem;
    line-height: 1;
    pointer-events: auto;
  }
}

.p-pages-contact-thanks__foot__tel::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  background-image: url("../../assets/images/icon-tel-dark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.p-pages-contact-thanks__foot__description {
  margin-left: 22px;
  letter-spacing: 0.06em;
  font-size: 1.0666666667rem;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .p-pages-contact-thanks__foot__description {
    margin-top: 11px;
    margin-left: 0;
    text-align: center;
  }
}

.p-article {
  margin-top: 19px;
  border-top: 1px solid #f0f1f6;
}
.p-article h2 {
  padding: 15px 30px;
  margin-top: 40px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  background-color: #388be0;
  font-size: 1.3333333333rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-article h2 {
    font-size: 1.0666666667rem;
    line-height: 1.5;
    padding: 10px 20px;
    margin-top: 20px;
  }
}
.p-article p {
  font-size: 1.0666666667rem;
  line-height: 1.8;
  margin: 28px 0;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-article p {
    font-size: 0.9333333333rem;
    line-height: 1.7;
    margin: 21px 0;
    letter-spacing: 0.03em;
  }
}
.p-article strong {
  font-size: 1.7333333333rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-article strong {
    font-size: 1.4666666667rem;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
}
.p-article > :first-child {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .p-article > :first-child {
    margin-top: 20px;
  }
}
.p-article > :last-child {
  margin-bottom: 0;
}

/* ===============================================
# 非表示設定
=============================================== */
.u-pc {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: block;
  }
}

.u-sp {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: none;
  }
}

/* ---------------------------------
 component
 --------------------------------- */
/* ---------------------------------
 project
 --------------------------------- */
/* ---------------------------------
 utility
 --------------------------------- */

/*# sourceMappingURL=styles.css.map */