@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  color: #000;
}

img,
picture {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.spTab_only {
  display: none;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.header {
  width: 100%;
  position: fixed;
  z-index: 1000;
}

.ly_header_inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: center;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

main {
  width: 100%;
}

.bg {
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.section__header {
  padding-top: 200px;
  padding-top: 10.4166666667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section__ttlImg {
  /* width: 406.3519px;
  width: 21.1641614583vw; */
}

.cont__head {
  width: 100%;
  height: 200px;
  height: 10.4166666667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contImg {
  width: 600px;
  width: 31.25vw;
}
.contImg + .txt {
  width: 600px;
  width: 31.25vw;
}

.txt {
  margin-top: 20px;
  margin-top: 1.0416666667vw;
  width: 680px;
  width: 35.4166666667vw;
  font-size: 16px;
  /* font-size: 0.8333333333vw; */
  line-height: 2.25;
  font-weight: 600;
}
.txt + .contImg {
  margin-top: 90px;
  margin-top: 4.6875vw;
}
.txt .note {
  margin-top: 10px;
  margin-top: 0.5208333333vw;
  display: block;
  font-size: 13px;
  font-size: 0.6770833333vw;
}

.pageLink {
  color: #505050;
  text-align: center;
  font-size: 14px;
  font-size: 0.7291666667vw;
  line-height: 1.5;
  font-weight: 500;
}

.topBtn {
  width: 70px;
  width: 3.6458333333vw;
  display: block;
}

.linkTxt {
  display: inline-block;
  font-size: 15px;
  font-size: 0.78125vw;
  font-weight: 600;
  color: #00a0e6;
  line-height: 1;
  border-bottom: 1px solid #00a0e6;
}

@media screen and (max-width: 950px) {
  .pc_only {
    display: none;
  }
  .spTab_only {
    display: block;
  }
  .section__header {
    padding-top: 55px;
    padding-top: 14.6666666667vw;
  }
  .section__ttlImg {
    width: 257.2795px;
    width: 68.6078666667vw;
  }
  .cont__head {
    height: 155px;
    height: 41.3333333333vw;
  }
  .contImg {
    width: 340px;
    width: 90.6666666667vw;
  }
  .contImg + .txt {
    width: 340px;
    width: 90.6666666667vw;
  }
  .txt {
    margin-top: 20px;
    margin-top: 5.3333333333vw;
    width: 340px;
    width: 90.6666666667vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.875;
  }
  .txt + .contImg {
    margin-top: 50px;
    margin-top: 13.3333333333vw;
  }
  .txt .note {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
  .pageLink {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
  .topBtn {
    width: 54px;
    width: 14.4vw;
  }
  .linkTxt {
    font-size: 15px;
    font-size: 4vw;
  }
}
.nav__menuBtn {
  padding-top: 30px;
  padding-top: 1.5625vw;
  width: 100px;
  width: 5.2083333333vw;
  height: 100px;
  height: 5.2083333333vw;
  background-color: #fff;
  z-index: 9999;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav__menuBtn span {
  display: block;
  width: 34px;
  width: 1.7708333333vw;
  height: 5px;
  height: 0.2604166667vw;
  position: relative;
  background-color: #0eae71;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.nav__menuBtn span:nth-child(1) {
  top: 0;
}
.nav__menuBtn span:nth-child(2) {
  margin-top: 7px;
  margin-top: 0.3645833333vw;
  margin-bottom: 7px;
  margin-bottom: 0.3645833333vw;
}
.nav__menuBtn span:nth-child(3) {
  top: 0;
}
.nav__menuBtn p {
  position: absolute;
  width: 35px;
  width: 1.8229166667vw;
  bottom: 20px;
  bottom: 1.0416666667vw;
}

.nav {
  position: absolute;
  z-index: 8000;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
.nav ul {
  background-color: rgba(14, 174, 113, 0.9);
}
.nav ul li {
  position: relative;
  width: 100%;
  height: 140px;
  height: 7.2916666667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 32px;
  font-size: 1.6666666667vw;
  font-weight: 800;
}
.nav ul li a {
  width: 100%;
  text-align: center;
}
.nav ul li::after {
  position: absolute;
  width: 26px;
  width: 1.3541666667vw;
  height: 25px;
  height: 1.3020833333vw;
  z-index: 1;
  content: "";
  display: block;
  background-image: url(../image/nav/nav_arrow_pc.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  right: 47px;
  right: 2.4479166667vw;
  top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav__menuBtn.active span {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.nav__menuBtn.active span:nth-child(1) {
  top: 5px;
  top: 0.2604166667vw;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav__menuBtn.active span:nth-child(2) {
  opacity: 0;
}
.nav__menuBtn.active span:nth-child(3) {
  top: -19px;
  top: -0.9895833333vw;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav.active {
  display: block;
  top: 0;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 950px) {
  .nav__menuBtn {
    padding-top: 15px;
    padding-top: 4vw;
    top: 0;
    right: 0;
    width: 60px;
    width: 16vw;
    height: 60px;
    height: 16vw;
  }
  .nav__menuBtn p {
    width: 31px;
    width: 8.2666666667vw;
    bottom: 10px;
    bottom: 2.6666666667vw;
  }
  .nav__menuBtn span {
    width: 20px;
    width: 5.3333333333vw;
    height: 3px;
    height: 0.8vw;
  }
  .nav__menuBtn span:nth-child(2) {
    margin-top: 5.5px;
    margin-top: 1.4666666667vw;
    margin-bottom: 5.5px;
    margin-bottom: 1.4666666667vw;
  }
  .nav__menuBtn.active span:nth-child(1) {
    top: 6px;
    top: 1.6vw;
  }
  .nav__menuBtn.active span:nth-child(3) {
    top: -10.5px;
    top: -2.8vw;
  }
  .nav ul {
    padding-top: 60px;
    padding-top: 16vw;
  }
  .nav ul li {
    height: 80px;
    height: 21.3333333333vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .nav ul li.wovn_linkList {
    height: auto;
    padding: 10px 0 0;
  }
  .nav ul li::after {
    background-image: url(../image/nav/nav_arrow_sp.svg);
    width: 13px;
    width: 3.4666666667vw;
    height: 12.5px;
    height: 3.3333333333vw;
    right: 23.5px;
    right: 6.2666666667vw;
  }
}
.fv {
  width: 100%;
  padding-top: 100px;
  padding-top: 5.2083333333vw;
  height: 900px;
  height: 46.875vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* background-image: url(../image/fv/bg_fv_pc.svg); */
  background-image: url(../image/img/pc-hero-back.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.fv__head {
  width: 305.8223px;
  width: 15.9282447917vw;
}

.fv__logo {
  margin-top: 40px;
  margin-top: 2.0833333333vw;
  width: 737px;
  width: 38.3854166667vw;
}

.fv__txtImg {
  margin-top: 20px;
  margin-top: 1.0416666667vw;
  width: 428.3008px;
  width: 22.3073333333vw;
}

.fv__txt {
  margin-top: 40px;
  margin-top: 2.0833333333vw;
  font-size: 20px;
  font-size: 1.0416666667vw;
  line-height: 2;
  font-weight: 600;
  text-align: center;
}

.fv__illust {
  width: 610px;
  width: 31.7708333333vw;
  top: 570px;
  top: 29.6875vw;
  pointer-events: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.fv__img {
  width: 100%;
  position: absolute;
  /* top: 100px;
  top: 5.2083333333vw; */
  left: 0;
  z-index: 1;
  top: 1px;
}

.fv__useBtn {
  z-index: 5;
  margin-top: 60px;
  margin-top: 3.125vw;
  width: 356px;
  width: 18.5416666667vw;
}

@media screen and (max-width: 950px) {
  .fv {
    /* padding-top: 25px;
    padding-top: 6.6666666667vw;
    padding-bottom: 25px;
    padding-bottom: 125vw;
    height: 670px;
    height: 178.6666666667vw;
    background-image: url(../image/img/sp-hero-back.png);
    object-fit: contain;
    background-position: center; */
    padding-top: 25px;
    padding-bottom: 25px;
    height: auto;
    background-image: url(../image/img/sp-hero-back.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
  }
  .fv__head {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 197.499px;
    width: 52.6664vw;
  }
  .fv__logo {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 8px;
    margin-top: 2.1333333333vw;
    width: 364px;
    width: 97.0666666667vw;
  }
  .fv__txtImg {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 5px;
    margin-top: 1.3333333333vw;
    width: 231.3643px;
    width: 61.6971466667vw;
  }
  .fv__txt {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 15px;
    margin-top: 4vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.875;
  }
  .fv__illust {
    top: 165px;
    /* top: 44vw; */
    width: 331.77px;
    width: 88.472vw;
  }
  .fv__img {
    top: auto;
    left: auto;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 25px;
    margin-top: 6.6666666667vw;
    position: relative;
  }
  .fv__useBtn {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    position: relative;
    margin-top: 15px;
    margin-top: 4vw;
    width: 340px;
    width: 90.6666666667vw;
  }
  .fv__scroll {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
    margin-top: 20px;
    margin-top: 5.3333333333vw;
    width: 46.9969px;
    width: 12.5325066667vw;
  }
}
.slideGroup {
  margin-top: 90px;
  margin-top: 4.6875vw;
  width: 950px;
  width: 49.4791666667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.slideGroup--tsuruoka1day {
  margin-top: 120px;
  margin-top: 6.25vw;
}
.slideGroup + .slideGroup {
  margin-top: 130px;
  margin-top: 6.7708333333vw;
}
.slideGroup .txt {
  margin-top: 35px;
  margin-top: 1.8229166667vw;
}
.slideGroup + .contImg {
  margin-top: 90px;
  margin-top: 4.6875vw;
}
.slideGroup--domonken {
  margin-top: 60px;
  margin-top: 3.125vw;
}
.slideGroup--hommake {
  margin-top: 0;
}

.swiper {
  margin-top: 50px;
  margin-top: 2.6041666667vw;
  width: 100%;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  display: block;
  width: 48px;
  width: 2.5vw;
  height: 62px;
  height: 3.2291666667vw;
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  display: block;
  content: "";
  background-image: url(../image/slide/arrow_slide_pc.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.swiper .swiper-button-next {
  right: 85px;
  right: 4.4270833333vw;
}
.swiper .swiper-button-prev {
  left: 85px;
  left: 4.4270833333vw;
}
.swiper .swiper-button-prev::after {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.slide07 {
  margin-top: 0;
}

@media screen and (max-width: 950px) {
  .slideGroup {
    margin-top: 50px;
    margin-top: 13.3333333333vw;
    width: 100%;
  }
  .slideGroup--tsuruoka1day {
    margin-top: 70px;
    margin-top: 18.6666666667vw;
  }
  .slideGroup--hommake {
    margin-top: 20px;
    margin-top: 5.3333333333vw;
  }
  .slideGroup + .slideGroup {
    margin-top: 70px;
    margin-top: 18.6666666667vw;
  }
  .slideGroup .txt {
    margin-top: 25px;
    margin-top: 6.6666666667vw;
  }
  .slideGroup + .contImg {
    margin-top: 30px;
    margin-top: 8vw;
  }
  .swiper {
    margin-top: 30px;
    margin-top: 8vw;
  }
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    display: block;
    width: 25px;
    width: 6.6666666667vw;
    height: 33px;
    height: 8.8vw;
  }
  .swiper .swiper-button-next::after,
  .swiper .swiper-button-prev::after {
    background-image: url(../image/slide/arrow_slide_sp.png);
  }
  .swiper .swiper-button-next {
    right: 5px;
    right: 1.3333333333vw;
  }
  .swiper .swiper-button-prev {
    left: 5px;
    left: 1.3333333333vw;
  }
  .slide01 {
    margin-top: 0;
    padding-top: 20px;
    padding-top: 5.3333333333vw;
  }
  .slide07 {
    margin-top: 0;
  }
  .slide08 {
    margin-top: 20px;
    margin-top: 5.3333333333vw;
  }
}
.spot {
  font-weight: 600;
  text-align: center;
}

.spot__img {
  width: 400px;
  width: 20.8333333333vw;
  margin-inline: auto;
}

.spot__name {
  margin-top: 25px;
  margin-top: 1.3020833333vw;
  margin-bottom: 15px;
  margin-bottom: 0.78125vw;
  font-size: 18px;
  font-size: 0.9375vw;
  line-height: 1;
}

.spot__txt {
  /* font-size: 13px;
  font-size: 0.6770833333vw; */
  line-height: 1.7692307692;
  /* 修正 */
  font-size: 16px;
  max-width: 600px;
  width: 100%;
}

.spot__linkTxt {
  margin-top: 30px;
  margin-top: 1.5625vw;
  text-align: center;
}

.spot__note {
  margin-top: 20px;
  margin-top: 1.0416666667vw;
  font-size: 13px;
  font-size: 0.6770833333vw;
  font-weight: 500;
}

@media screen and (max-width: 950px) {
  .spot__img {
    width: 225px;
    width: 60vw;
  }
  .spot__name {
    margin-top: 15px;
    margin-top: 4vw;
    margin-bottom: 10px;
    margin-bottom: 2.6666666667vw;
    font-size: 18px;
    font-size: 4.8vw;
  }
  .spot__txt {
    font-size: 13px;
    font-size: 3.4666666667vw;
    font-weight: 600;
    line-height: 1.9230769231;
    /* 修正 */
    /* max-width: 340px; */
    width: 100%;
  }
  .spot__linkTxt {
    margin-top: 20px;
    margin-top: 5.3333333333vw;
  }
  .spot__note {
    margin-top: 0;
    font-size: 13px;
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
    text-align: center;
  }
}
.ticket {
  margin-top: 110px;
  margin-top: 5.7291666667vw;
  margin-bottom: 100px;
  margin-bottom: 5.2083333333vw;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ticket__unit {
  padding-top: 60px;
  padding-top: 3.125vw;
  padding-bottom: 60px;
  padding-bottom: 3.125vw;
  display: grid;
  grid-template-areas: "ticket__get ticket__desc" "ticket__link ticket__link" "ticket__txt ticket__txt";
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ticket__get {
  margin-left: auto;
  grid-area: ticket__get;
  width: 220px;
  width: 11.4583333333vw;
}
.ticket__get img {
  -webkit-filter: drop-shadow(0 2px 7px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 2px 7px rgba(0, 0, 0, 0.3));
  border-radius: 10px;
  border-radius: 0.5208333333vw;
}

.ticket__desc {
  grid-area: ticket__desc;
}
.ticket__desc.ekitoma {
  width: 204px;
  width: 10.625vw;
}

.ticket__link {
  margin: auto;
  grid-area: ticket__link;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-column-gap: 0.78125vw;
  -moz-column-gap: 0.78125vw;
  column-gap: 0.78125vw;
}
.ticket__link .type {
  width: fit-content;
  height: 78.158px;
  height: 4.0707291667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-size: 0.9375vw;
  line-height: 1.2777777778;
  background-color: #000;
  color: #fff;
  font-weight: 900;
  text-align: center;
  padding: 0 10px;
}
.ticket__link .type--3row {
  height: 117.6384px;
  height: 6.127vw;
}
.ticket__link .name {
  font-size: 26px;
  font-size: 1.3541666667vw;
  line-height: 1.4615384615;
  font-weight: 900;
}
.ticket__link .arrow {
  width: 30px;
  width: 1.5625vw;
  margin-left: auto;
}

.ticket__txt {
  grid-area: ticket__txt;
  font-size: 16px;
  /* font-size: 0.8333333333vw; */
  line-height: 2.25;
  font-weight: 500;
}

@media screen and (max-width: 950px) {
  .ticket {
    margin-top: 70px;
    margin-top: 18.6666666667vw;
    margin-bottom: 50px;
    margin-bottom: 13.3333333333vw;
  }
  .ticket__unit {
    padding-top: 30px;
    padding-top: 8vw;
    padding-bottom: 30px;
    padding-bottom: 8vw;
    row-gap: 30px;
    row-gap: 8vw;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-gap: 8vw;
    -moz-column-gap: 8vw;
    column-gap: 8vw;
  }
  .ticket__get {
    width: 160px;
    width: 42.6666666667vw;
  }
  .ticket__get img {
    border-radius: 5px;
    border-radius: 1.3333333333vw;
  }
  .ticket__desc.ekitoma {
    width: 168px;
    width: 44.8vw;
  }
  .ticket__link {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-column-gap: 2.6666666667vw;
    -moz-column-gap: 2.6666666667vw;
    column-gap: 2.6666666667vw;
  }
  .ticket__link .type {
    width: 74px;
    width: 19.7333333333vw;
    height: 78px;
    height: 20.8vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.2857142857;
  }
  .ticket__link .name {
    font-size: 20px;
    font-size: 5.3333333333vw;
    line-height: 1.5;
    font-weight: 900;
  }
  .ticket__link .arrow {
    width: 22px;
    width: 5.8666666667vw;
  }
  .ticket__txt {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.625;
  }
}
.watch {
  position: relative;
  background-color: #ffebeb;
  /* padding-bottom: 100px;
  padding-bottom: 5.2083333333vw; */
}

.watch__cont {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.watch__cont--1 {
  /* padding-bottom: 180px;
  padding-bottom: 9.375vw; */
  background-image: url(../image/watch/bg_watch1_pc.png);
  background-repeat: repeat;
  padding-bottom: 450px;
  @media screen and (max-width: 950px) {
    padding-bottom: 150px;
  }
}
.watch__cont--1 .watch__tokutokuTtl {
  margin-top: 110px;
  margin-top: 5.7291666667vw;
}
.watch__cont--2 {
  padding-top: 100px;
  padding-top: 5.2083333333vw;
  padding-bottom: 150px;
  padding-bottom: 7.8125vw;
  background-image: url(../image/watch/bg_watch2_pc.png);
}
.watch__cont--3 {
  position: relative;
  padding-bottom: 300px;
  padding-bottom: 15.625vw;
  background-image: url(../image/watch/bg_watch3_pc.png);
}
.watch__cont--3 .watch__topBtn {
  position: absolute;
  bottom: 100px;
  bottom: 5.2083333333vw;
  right: 480px;
  right: 25vw;
}

.watch__header {
  padding-bottom: 85px;
  padding-bottom: 4.4270833333vw;
  width: 100%;
}

.watch__headerTxt {
  margin-top: 80px;
  margin-top: 4.1666666667vw;
}
.watch__headerTxt span {
  font-weight: 900;
}

.watch__subTtl {
  width: 530px;
  width: 27.6041666667vw;
}

.watch__head {
  margin-top: 50px;
  margin-top: 2.6041666667vw;
  margin-bottom: 70px;
  margin-bottom: 3.6458333333vw;
  background-color: #f06478;
}

.watch__headTxt--tsuruoka {
  width: 355.8604px;
  width: 18.5343958333vw;
}
.watch__headTxt--sakata {
  width: 464.6406px;
  width: 24.20003125vw;
}

.watch__heading {
  font-size: 26px;
  font-size: 1.3541666667vw;
  line-height: 1.3461538462;
  color: #f06478;
  font-weight: 900;
  text-align: center;
}
.watch__heading--start {
  position: relative;
}
.watch__heading--start::after,
.watch__heading--start::before {
  width: 17.3896px;
  width: 0.9057083333vw;
  height: 36.2629px;
  height: 1.8886927083vw;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  background-image: url(../image/watch/deco_line_pc.svg);
}
.watch__heading--start::after {
  left: -37px;
  left: -1.9270833333vw;
}
.watch__heading--start::before {
  right: -30px;
  right: -1.5625vw;
  right: -30px;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.watch__heading--line {
  width: 603.2002px;
  width: 31.4166770833vw;
  padding-bottom: 15px;
  padding-bottom: 0.78125vw;
  background-image: url(../image/watch/line_txt_btm_pc.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.watch__heading + .contImg {
  margin-top: 40px;
  margin-top: 2.0833333333vw;
}
.watch__heading + .watch__tokutokuImg {
  margin-top: 0;
}

.watch__stationImg {
  margin-top: 25px;
  margin-top: 1.3020833333vw;
}

.watch__tokutokuTtl {
  margin-top: 140px;
  margin-top: 7.2916666667vw;
  width: 493.1031px;
  width: 25.682453125vw;
}
.watch__tokutokuTtl + .watch__heading {
  margin-top: 50px;
  margin-top: 2.6041666667vw;
  margin-bottom: 50px;
  margin-bottom: 2.6041666667vw;
}

.watch__tokutokuWrap {
  margin-top: 100px;
  margin-top: 5.2083333333vw;
  padding-bottom: 50px;
  padding-bottom: 2.6041666667vw;
  width: 950px;
  width: 49.4791666667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffd1d8;
  border-radius: 20px;
  border-radius: 1.0416666667vw;
}
.watch__tokutokuWrap .watch__heading {
  margin-top: 70px;
  margin-top: 3.6458333333vw;
}
.watch__tokutokuWrap .txt {
  margin-top: 40px;
  margin-top: 2.0833333333vw;
  width: 540px;
  width: 28.125vw;
}

.watch__tokutoku {
  margin-top: 40px;
  margin-top: 2.0833333333vw;
  padding-bottom: 40px;
  padding-bottom: 2.0833333333vw;
  width: 850px;
  width: 44.2708333333vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  border-radius: 1.0416666667vw;
}
.watch__tokutoku .watch__heading {
  margin-top: 60px;
  margin-top: 3.125vw;
  color: #505050;
}
.watch__tokutoku .swiper-button-next {
  right: 75px;
  right: 3.90625vw;
}
.watch__tokutoku .swiper-button-prev {
  left: 75px;
  left: 3.90625vw;
}

.watch__list {
  margin-top: 30px;
  margin-top: 1.5625vw;
  width: 540px;
  width: 28.125vw;
  row-gap: 20px;
  row-gap: 1.0416666667vw;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-column-gap: 0.78125vw;
  -moz-column-gap: 0.78125vw;
  column-gap: 0.78125vw;
}
.watch__list--tsuruoka {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.watch__list--sakata {
  display: grid;
  width: 540px;
  width: 28.125vw;
  grid-template: auto auto/auto auto 1fr;
}
.watch__list li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  position: relative;
  padding-left: 16px;
  padding-left: 0.8333333333vw;
  font-size: 16px;
  font-size: 0.8333333333vw;
  line-height: 1;
}
.watch__list li::before {
  display: block;
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
}

.watch__sakataBus {
  margin-top: 130px;
  margin-top: 6.7708333333vw;
}
.watch__sakataBus .txt {
  width: 600px;
  width: 31.25vw;
}
.watch__sakataBus .watch__iconBus--tsuruoka {
  margin-left: auto;
  margin-right: 15px;
  margin-right: 0.78125vw;
}

.watch__iconKurage {
  margin-top: 15px;
  margin-top: 0.78125vw;
  margin-bottom: 60px;
  margin-bottom: 3.125vw;
  width: 102.29px;
  width: 5.3276041667vw;
}

.watch__iconBus--tsuruoka {
  margin-top: 0;
  width: 121.578px;
  width: 6.3321875vw;
  margin-left: 59.8958333333%;
  margin-right: auto;
}

.watch__arrowLine {
  width: 7px;
  width: 0.3645833333vw;
}

.watch__arrowDown {
  margin-top: 30px;
  margin-top: 1.5625vw;
  width: 26px;
  width: 1.3541666667vw;
}

.watch__iconBus--sakata {
  width: 112.2582px;
  width: 5.84678125vw;
}

.watch__iconCamera {
  width: 205.7812px;
  width: 10.7177708333vw;
  margin-top: 50px;
  margin-top: 2.6041666667vw;
  margin-bottom: 30px;
  margin-bottom: 1.5625vw;
  margin-left: 54.6875%;
  margin-right: auto;
}

.watch__iconFlower {
  margin-top: -10px;
  margin-top: -0.5208333333vw;
  margin-bottom: 40px;
  margin-bottom: 2.0833333333vw;
  margin-left: 55.7291666667%;
  width: 126.7493px;
  width: 6.6015260417vw;
  margin-right: auto;
}

.watch__iconTree {
  margin-top: 40px;
  margin-top: 2.0833333333vw;
  margin-bottom: 45px;
  margin-bottom: 2.34375vw;
  width: 140.3196px;
  width: 7.3083125vw;
  margin-left: 54.53125%;
  margin-right: auto;
}

.watch__iconTokutoku {
  margin-top: 20px;
  margin-top: 1.0416666667vw;
  width: 365.1028px;
  width: 19.0157708333vw;
}

.watch__busGroup {
  margin-top: 50px;
  margin-top: 2.6041666667vw;
  margin-bottom: 90px;
  margin-bottom: 4.6875vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.watch__busGroup .watch__iconBus--sakata {
  margin-top: 15px;
  margin-top: 0.78125vw;
}
.watch__busGroup .watch__arrowDown {
  margin-top: 30px;
  margin-top: 1.5625vw;
}

.watch__arrowGroup {
  width: 100%;
  position: relative;
}
.watch__arrowGroup .watch__arrowDown {
  margin-inline: auto;
}
.watch__arrowGroup .watch__iconBus--sakata {
  position: absolute;
  bottom: 0;
  right: 600px;
  right: 31.25vw;
}

.watch__spot--kamoKurage {
  margin-top: 130px;
  margin-top: 6.7708333333vw;
}
.watch__spot--domonken {
  margin-top: 140px;
  margin-top: 7.2916666667vw;
}
.watch__spot--hommake {
  margin-top: 120px;
  margin-top: 6.25vw;
}
.watch__spot--homma {
  margin-top: 120px;
  margin-top: 6.25vw;
}
.watch__spot .spot__txt span {
  color: #f06478;
}

.watch__ticket .ticket__unit {
  position: relative;
  row-gap: 10px;
  row-gap: 0.5208333333vw;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-column-gap: 2.0833333333vw;
  -moz-column-gap: 2.0833333333vw;
  column-gap: 2.0833333333vw;
}
.watch__ticket .ticket__unit:first-of-type::after {
  width: 926.54px;
  width: 48.2572916667vw;
  height: 7px;
  height: 0.3645833333vw;
  display: block;
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /* background-image: url(../image/watch/hr_ticket_pc.svg); */
  background-repeat: no-repeat;
  background-position: center bottom;
}
.watch__ticket .ticket__desc {
  padding-bottom: 15px;
  padding-bottom: 0.78125vw;
  width: 197.6641px;
  width: 10.2950052083vw;
  height: 134.1113px;
  height: 6.9849635417vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-image: url(../image/watch/bg_flame_pink_pc.svg);
  color: #ff0000;
  font-weight: 900;
  font-size: 22px;
  font-size: 1.1458333333vw;
  line-height: 1.4545454545;
}
.watch__ticket .ticket__link--1day .name span {
  letter-spacing: -0.5em;
}
.watch__ticket .ticket__txt {
  width: 540px;
  width: 28.125vw;
}

.enjoy {
  background-color: #fffadc;
  padding-bottom: 240px;
  padding-bottom: 12.5vw;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../image/enjoy/bg_enjoy_pc.png);
  position: relative;
}

.enjoy__ttl {
  padding-bottom: 95px;
  padding-bottom: 4.9479166667vw;
}

.enjoy__head {
  background-color: #dc7d1e;
}

.enjoy__headTxt {
  width: 647.5508px;
  width: 33.7266041667vw;
}

.enjoy__ekitoma {
  margin-top: 80px;
  margin-top: 4.1666666667vw;
  width: 280px;
  width: 14.5833333333vw;
}
.enjoy__ekitoma + .txt {
  margin-top: 50px;
  margin-top: 2.6041666667vw;
  width: 680px;
  width: 35.4166666667vw;
}

.enjoy__slideGroup {
  margin-top: 30px;
  margin-top: 1.5625vw;
}
.enjoy__slideGroup .swiper {
  margin-top: 0;
}

.enjoy__cont {
  margin-top: 100px;
  margin-top: 5.2083333333vw;
  padding-top: 80px;
  padding-top: 4.1666666667vw;
  padding-bottom: 150px;
  padding-bottom: 7.8125vw;
  width: 950px;
  width: 49.4791666667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  border-radius: 1.0416666667vw;
}

.enjoy__shop {
  width: 100%;
  padding-left: 250px;
  padding-left: 13.0208333333vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-column-gap: 0.5208333333vw;
  -moz-column-gap: 0.5208333333vw;
  column-gap: 0.5208333333vw;
}
.enjoy__shop .enjoy__shopCity {
  width: 101px;
  width: 5.2604166667vw;
}
.enjoy__shop .enjoy__shopName {
  width: 214.2792px;
  width: 11.160375vw;
  padding-bottom: 20px;
  padding-bottom: 1.0416666667vw;
  color: #dc7d1e;
  font-size: 28px;
  font-size: 1.4583333333vw;
  font-weight: bold;
  text-align: center;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  background-image: url(../image/enjoy/line_shonaian_pc.svg);
}

.enjoy__iconNoodles {
  width: 142.4515px;
  width: 7.4193489583vw;
  margin-left: 400px;
  margin-left: 20.8333333333vw;
  margin-bottom: 20px;
  margin-bottom: 1.0416666667vw;
}

.enjoy__ballon {
  margin-top: 50px;
  margin-top: 2.6041666667vw;
  padding-top: 25px;
  padding-top: 1.3020833333vw;
  width: 601.9995px;
  width: 31.354140625vw;
  height: 187.0667px;
  height: 9.7430572917vw;
  background-image: url(../image/enjoy/bg_flame_enjoy_pc.svg);
  background-size: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  text-align: center;
  color: #dc7d1e;
  font-size: 27px;
  font-size: 1.40625vw;
  font-weight: 900;
}
.enjoy__ballon span {
  display: block;
  margin-top: 25px;
  margin-top: 1.3020833333vw;
  font-size: 16px;
  font-size: 0.8333333333vw;
  font-weight: 600;
}

.enjoy__spot {
  margin-top: 120px;
  margin-top: 6.25vw;
}
.enjoy__spot .spot__txt span {
  color: #dc7d1e;
}

.enjoy__ticket .ticket__unit {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-column-gap: 1.0416666667vw;
  -moz-column-gap: 1.0416666667vw;
  column-gap: 1.0416666667vw;
  row-gap: 50px;
  row-gap: 2.6041666667vw;
}

.enjoy__topBtn {
  position: absolute;
  bottom: 0;
  right: 470px;
  right: 24.4791666667vw;
}

@media screen and (max-width: 950px) {
  .enjoy {
    padding-bottom: 180px;
    padding-bottom: 48vw;
    background-image: url(../image/enjoy/bg_enjoy_sp.png);
  }
  .enjoy__ttl {
    padding-bottom: 30px;
    padding-bottom: 8vw;
  }
  .enjoy__headTxt {
    width: 327.4326px;
    width: 87.31536vw;
  }
  .enjoy__ekitoma {
    margin-top: 30px;
    margin-top: 8vw;
    width: 168px;
    width: 44.8vw;
  }
  .enjoy__ekitoma + .txt {
    margin-top: 30px;
    margin-top: 8vw;
    width: 340px;
    width: 90.6666666667vw;
    line-height: 1.875;
  }
  .enjoy__cont {
    margin-top: 65px;
    margin-top: 17.3333333333vw;
    padding-top: 20px;
    padding-top: 5.3333333333vw;
    padding-bottom: 70px;
    padding-bottom: 18.6666666667vw;
    width: 340px;
    width: 90.6666666667vw;
    border-radius: 10px;
    border-radius: 2.6666666667vw;
  }
  .enjoy__cont .txt {
    width: 306px;
    width: 81.6vw;
  }
  .enjoy__cont .contImg {
    width: 306px;
    width: 81.6vw;
  }
  .enjoy__shop {
    padding-left: 30px;
    padding-left: 8vw;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    -webkit-column-gap: 1.3333333333vw;
    -moz-column-gap: 1.3333333333vw;
    column-gap: 1.3333333333vw;
  }
  .enjoy__shop .enjoy__shopCity {
    width: 68.0866px;
    width: 18.1564266667vw;
  }
  .enjoy__shop .enjoy__shopName {
    width: 132.8999px;
    width: 35.4399733333vw;
    padding-bottom: 15px;
    padding-bottom: 4vw;
    font-size: 20px;
    font-size: 5.3333333333vw;
    background-image: url(../image/enjoy/line_shonaian_sp.svg);
  }
  .enjoy__iconNoodles {
    margin-top: 10px;
    margin-top: 2.6666666667vw;
    width: 80.6106px;
    width: 21.49616vw;
    margin-right: 10px;
    margin-right: 2.6666666667vw;
    margin-bottom: 10px;
    margin-bottom: 2.6666666667vw;
    margin-left: auto;
  }
  .enjoy__ballon {
    margin-top: 30px;
    margin-top: 8vw;
    padding-top: 20px;
    padding-top: 5.3333333333vw;
    width: 306px;
    width: 81.6vw;
    height: 124.6713px;
    height: 33.24568vw;
    background-image: url(../image/enjoy/bg_flame_enjoy_sp.svg);
    font-size: 18px;
    font-size: 4.8vw;
  }
  .enjoy__ballon span {
    display: block;
    margin-top: 15px;
    margin-top: 4vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .enjoy__spot {
    margin-top: 50px;
    margin-top: 13.3333333333vw;
  }
  .enjoy__ticket {
    margin-top: 50px;
    margin-top: 13.3333333333vw;
  }
  .enjoy__ticket .ticket__unit {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    -webkit-column-gap: 1.3333333333vw;
    -moz-column-gap: 1.3333333333vw;
    column-gap: 1.3333333333vw;
    row-gap: 15px;
    row-gap: 4vw;
  }
  .enjoy__ticket .ticket__txt {
    padding-left: 30px;
    padding-left: 8vw;
  }
  .enjoy__slideGroup {
    margin-top: 15px;
    margin-top: 4vw;
  }
  .enjoy__slideGroup .swiper {
    margin-top: 0;
  }
  .enjoy__topBtn {
    top: auto;
    bottom: 100px;
    right: 17.5px;
    right: 4.6666666667vw;
  }
}
.others {
  width: 100%;
  padding-top: 290px;
  padding-top: 15.1041666667vw;
  padding-bottom: 200px;
  padding-bottom: 10.4166666667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../image/others/bg_others_pc.png);
  background-color: #ffebeb;
}

.others__inner {
  width: 950px;
  width: 49.4791666667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.others__ttl,
.others__subTtl {
  text-align: center;
  font-size: 26px;
  font-size: 1.3541666667vw;
  font-weight: 900;
}

.others__img {
  margin-top: 180px;
  margin-top: 9.375vw;
  width: 400px;
  width: 20.8333333333vw;
  display: block;
}

.others__subTtl {
  margin-top: 60px;
  margin-top: 3.125vw;
}

.others__txt {
  margin-top: 40px;
  margin-top: 2.0833333333vw;
}

.others__link {
  margin-top: 40px;
  margin-top: 2.0833333333vw;
}

@media screen and (max-width: 950px) {
  .others {
    padding-top: 95px;
    padding-top: 25.3333333333vw;
    padding-top: 95px;
    padding-bottom: 0;
    background-image: url(../image/others/bg_others_sp.png);
  }
  .others__inner {
    width: 340px;
    width: 90.6666666667vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .others__ttl,
  .others__subTtl {
    font-size: 20px;
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }
  .others__img {
    margin-top: 70px;
    margin-top: 18.6666666667vw;
    width: 225px;
    width: 60vw;
  }
  .others__img--renta {
    width: 223.5294px;
    width: 59.60784vw;
  }
  .others__subTtl {
    margin-top: 25px;
    margin-top: 6.6666666667vw;
  }
  .others__txt {
    margin-top: 15px;
    margin-top: 4vw;
    line-height: 1.875;
    letter-spacing: 0.013em;
  }
  .others__link {
    margin-top: 20px;
    margin-top: 5.3333333333vw;
  }
}
.footer {
  background-color: #ebebeb;
  height: 250px;
  height: 13.0208333333vw;
  padding-top: 100px;
  padding-top: 5.2083333333vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.footer__inner {
  width: 950px;
  width: 49.4791666667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__copy {
  margin-top: 30px;
  margin-top: 1.5625vw;
  font-weight: 500;
  font-size: 16px;
  font-size: 0.8333333333vw;
}

.footer__logo {
  width: 80px;
  width: 4.1666666667vw;
}

.footer__topBtn {
  position: absolute;
  right: 470px;
  right: 24.4791666667vw;
  top: -100px;
  top: -5.2083333333vw;
}

@media screen and (max-width: 950px) {
  .footer {
    padding-bottom: 30px;
    height: 220px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url(../image/footer/bg_footer_sp.png);
  }
  .footer__topBtn {
    top: 15px;
    right: 4.6666666667%;
  }
  .footer__inner {
    width: 340px;
  }
  .footer__copy {
    margin-top: 30px;
    font-weight: 500;
    font-size: 15px;
  }
  .footer__logo {
    width: 55px;
  }
}
@media screen and (max-width: 950px) {
  .watch {
    padding-bottom: 0;
  }
  .watch__cont--1 {
    /* padding-bottom: 70px;
    padding-bottom: 18.6666666667vw; */
    background-image: url(../image/watch/bg_watch1_sp.png);
    background-repeat: repeat;
  }
  .watch__cont--1 .watch__tokutokuTtl {
    margin-top: 50px;
    margin-top: 13.3333333333vw;
  }
  .watch__cont--2 {
    padding-top: 70px;
    padding-top: 18.6666666667vw;
    padding-bottom: 80px;
    padding-bottom: 21.3333333333vw;
    background-image: url(../image/watch/bg_watch2_sp.png);
  }
  .watch__cont--3 {
    padding-bottom: 180px;
    padding-bottom: 48vw;
    background-image: url(../image/watch/bg_watch3_sp.png);
  }
  .watch__cont--3 .watch__busGroup {
    margin-top: 0;
    margin-bottom: 0;
  }
  .watch__cont--3 .watch__topBtn {
    right: 17.5px;
    right: 4.6666666667vw;
    bottom: 100px;
    bottom: 26.6666666667vw;
  }
  .watch__header {
    padding-bottom: 80px;
    padding-bottom: 21.3333333333vw;
  }
  .watch__headerTxt {
    margin-top: 50px;
    margin-top: 13.3333333333vw;
  }
  .watch__subTtl {
    width: 340px;
    width: 90.6666666667vw;
  }
  .watch__head {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
    margin-bottom: 70px;
    margin-bottom: 18.6666666667vw;
  }
  .watch__headTxt--tsuruoka {
    width: 261.4111px;
    width: 69.7096266667vw;
  }
  .watch__headTxt--sakata {
    width: 338.1152px;
    width: 90.1640533333vw;
  }
  .watch__heading {
    font-size: 20px;
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }
  .watch__heading--start::after,
  .watch__heading--start::before {
    width: 12.8418px;
    width: 3.42448vw;
    height: 26.7793px;
    height: 7.1411466667vw;
    top: 5px;
    top: 1.3333333333vw;
    background-image: url(../image/watch/deco_line_sp.svg);
  }
  .watch__heading--start::after {
    left: -17px;
    left: -4.5333333333vw;
  }
  .watch__heading--start::before {
    right: -17px;
    right: -4.5333333333vw;
  }
  .watch__heading--line {
    width: 312.55px;
    width: 83.3466666667vw;
    padding-bottom: 10px;
    padding-bottom: 2.6666666667vw;
    background-image: url(../image/watch/line_txt_btm_sp.svg);
  }
  .watch__heading + .contImg {
    margin-top: 25px;
    margin-top: 6.6666666667vw;
  }
  .watch__heading + .watch__tokutokuImg {
    margin-top: 0;
  }
  .watch__stationImg {
    margin-top: 5px;
    margin-top: 1.3333333333vw;
  }
  .watch__tokutokuTtl {
    margin-top: 65px;
    margin-top: 17.3333333333vw;
    width: 313.0654px;
    width: 83.4841066667vw;
  }
  .watch__tokutokuTtl + .watch__heading {
    margin-top: 25px;
    margin-top: 6.6666666667vw;
    margin-bottom: 25px;
    margin-bottom: 6.6666666667vw;
  }
  .watch__tokutokuWrap {
    margin-top: 70px;
    margin-top: 18.6666666667vw;
    padding-bottom: 30px;
    padding-bottom: 8vw;
    width: 100%;
    border-radius: 0;
  }
  .watch__tokutokuWrap .watch__heading {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
  .watch__tokutokuWrap .watch__heading--tokutoku {
    margin-top: 20px;
    margin-top: 5.3333333333vw;
  }
  .watch__tokutokuWrap .txt {
    margin-top: 20px;
    margin-top: 5.3333333333vw;
    width: 340px;
    width: 90.6666666667vw;
  }
  .watch__tokutoku {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
    margin-bottom: 30px;
    margin-bottom: 8vw;
    padding-bottom: 20px;
    padding-bottom: 5.3333333333vw;
    width: 340px;
    width: 90.6666666667vw;
    border-radius: 20px;
    border-radius: 5.3333333333vw;
  }
  .watch__tokutoku .watch__heading {
    margin-top: 30px;
    margin-top: 8vw;
    font-size: 19px;
    font-size: 5.0666666667vw;
  }
  .watch__tokutoku .swiper {
    margin-top: 30px;
    margin-top: 8vw;
  }
  .watch__tokutoku .swiper-button-next {
    right: 0;
  }
  .watch__tokutoku .swiper-button-prev {
    left: 0;
  }
  .watch__list {
    margin-top: 20px;
    margin-top: 5.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    row-gap: 0;
  }
  .watch__list--tsuruoka {
    width: 287px;
    width: 76.5333333333vw;
  }
  .watch__list--sakata {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    width: 80vw;
  }
  .watch__list li {
    padding-left: 16px;
    padding-left: 4.2666666667vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.625;
  }
  .watch__iconTokutoku {
    margin-top: 15px;
    margin-top: 4vw;
    width: 261.0852px;
    width: 69.62272vw;
  }
  .watch__sakataBus {
    margin-top: 50px;
    margin-top: 13.3333333333vw;
  }
  .watch__sakataBus .txt {
    width: 340px;
    width: 90.6666666667vw;
  }
  .watch__sakataBus .watch__iconBus--tsuruoka {
    margin-top: 30px;
    margin-top: 8vw;
  }
  .watch__sakataBus + .slideGroup {
    margin-top: 60px;
    margin-top: 16vw;
  }
  .watch__iconKurage {
    margin-top: 5px;
    margin-top: 1.3333333333vw;
    margin-bottom: 35px;
    margin-bottom: 9.3333333333vw;
    width: 61.408px;
    width: 16.3754666667vw;
  }
  .watch__iconBus--tsuruoka {
    margin-top: 25px;
    margin-top: 6.6666666667vw;
    width: 89.5417px;
    width: 23.8777866667vw;
    margin-left: 60.5333333333%;
    margin-right: auto;
  }
  .watch__arrowLine {
    width: 5px;
    width: 1.3333333333vw;
  }
  .watch__arrowDown {
    margin-top: 10px;
    margin-top: 2.6666666667vw;
    width: 19px;
    width: 5.0666666667vw;
  }
  .watch__iconBus--sakata {
    width: 75.2488px;
    width: 20.0663466667vw;
  }
  .watch__iconCamera {
    margin-top: 0;
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
    width: 151.9123px;
    width: 40.5099466667vw;
  }
  .watch__iconFlower {
    margin-top: -5px;
    margin-top: -1.3333333333vw;
    margin-bottom: 30px;
    margin-bottom: 8vw;
    width: 75.0709px;
    width: 20.0189066667vw;
    margin-left: 66.6666666667%;
  }
  .watch__iconTree {
    margin-top: 0;
    margin-bottom: 15px;
    margin-bottom: 4vw;
    width: 91.1597px;
    width: 24.3092533333vw;
    margin-left: 53.3333333333%;
  }
  .watch__arrowGroup {
    margin-top: 20px;
    margin-top: 5.3333333333vw;
  }
  .watch__arrowGroup .watch__iconBus--sakata {
    right: 50px;
    right: 13.3333333333vw;
  }
  .watch__busGroup {
    margin-top: 50px;
    margin-top: 13.3333333333vw;
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
  }
  .watch__busGroup .watch__iconBus--sakata {
    margin-top: 15px;
    margin-top: 4vw;
  }
  .watch__busGroup .pageLink {
    margin-top: 10px;
    margin-top: 2.6666666667vw;
  }
  .watch__busGroup .watch__arrowDown {
    margin-top: 20px;
    margin-top: 5.3333333333vw;
  }
  .watch__spot--kamoKurage {
    margin-top: 60px;
    margin-top: 16vw;
  }
  .watch__spot--domonken {
    margin-top: 50px;
    margin-top: 13.3333333333vw;
  }
  .watch__spot--homma {
    margin-top: 50px;
    margin-top: 13.3333333333vw;
  }
  .watch__spot--hommake {
    margin-top: 50px;
    margin-top: 13.3333333333vw;
  }
  .watch__ticket .ticket__unit {
    width: 100%;
    row-gap: 20px;
    row-gap: 5.3333333333vw;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -webkit-column-gap: 4vw;
    -moz-column-gap: 4vw;
    column-gap: 4vw;
  }
  .watch__ticket .ticket__unit:first-of-type::after {
    width: 100%;
    height: 4px;
    height: 1.0666666667vw;
    /* background-image: url(../image/watch/hr_ticket_sp.svg); */
  }
  .watch__ticket .ticket__desc {
    padding-bottom: 10px;
    padding-bottom: 2.6666666667vw;
    width: 151.3457px;
    width: 40.3588533333vw;
    height: 102.3457px;
    height: 27.2921866667vw;
    background-image: url(../image/watch/bg_flame_pink_sp.svg);
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .watch__ticket .ticket__link--1day {
    position: relative;
  }
  .watch__ticket .ticket__link--1day .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .watch__ticket .ticket__txt {
    margin: 0 auto;
    width: 340px;
    width: 90.6666666667vw;
  }
}
