@charset "UTF-8";
/*ユーティリティ*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/*関数・Mixin*/
/*リセット*/
/*! destyle.css v3.0.2 | 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,
input,
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 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*スタイルの下地*/
/* Typography
--------------------------------------------- */
html {
  font-size: 62.5%;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #231815;
  font-family: YakuHanJP, "Noto Sans JP", serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (min-width: 980px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 1.6rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: YakuHanJP, "Noto Sans JP", serif;
  font-weight: 600;
}

/* Elements
--------------------------------------------- */
body {
  background: #f9f8f4;
}

.pc-none {
  display: block;
}
@media (min-width: 980px) {
  .pc-none {
    display: none;
  }
}

.sp-none {
  display: none;
}
@media (min-width: 980px) {
  .sp-none {
    display: block;
  }
}

.tab-block {
  display: none;
}
@media (min-width: 980px) {
  .tab-block {
    display: block;
  }
}
@media (min-width: 1280px) {
  .tab-block {
    display: none;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.6;
}

p {
  font-weight: 400;
  margin-bottom: 0;
}

ul,
ol,
li {
  font-weight: 400;
  list-style: none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

figure {
  margin: 1em 0;
}

picture {
  vertical-align: bottom;
  line-height: 0;
  font-size: 0;
}

ul,
ol {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 !important;
}

dd {
  margin: 0;
}

/* Links
--------------------------------------------- */
a {
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
}

/* Forms
--------------------------------------------- */
/*ヘッダー*/
/*メインカラム*/
img {
  width: 100%;
  height: auto;
}

main {
  overflow: hidden;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  width: 100%;
  height: auto;
  position: relative;
}

header {
  /* ハンバーガーアイコン */
  /* スライドメニュー */
  /* 閉じるボタン */
}
header .header__sp {
  display: block;
}
@media (min-width: 980px) {
  header .header__sp {
    display: none;
  }
}
header .header__pc {
  display: none;
}
@media (min-width: 980px) {
  header .header__pc {
    display: block;
  }
}
@media (min-width: 980px) {
  header .link__list {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    font-style: italic;
    font-family: sans-serif;
    color: #231815;
    top: 2.34375vw;
    right: 5.078125vw;
    z-index: 10;
    position: fixed;
    background: rgba(255, 255, 255, 0.4);
    padding: 10px 20px;
  }
}
header .link__list span {
  font-style: normal;
}
header .link__list li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .link__list li:not(:last-child)::after {
  content: "|";
  margin-left: 1em;
  margin-right: 1em;
  color: #231815;
}
header .link__list a {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media (min-width: 980px) {
  header .link__list a {
    font-size: 1.015625vw;
  }
}
@media (min-width: 1280px) {
  header .link__list a {
    font-size: 13px;
  }
}
header .menu-button {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  cursor: pointer;
  width: 18.6666666667vw;
}
header .side-menu {
  display: block;
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 320px;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
  padding: 40px 20px;
  z-index: 999;
  background-image: url("../images/header-bg.jpg");
  background-size: cover; /* 要素にぴったりフィット */
  background-position: center; /* 中央寄せ */
  background-repeat: no-repeat; /* 繰り返さない */
}
header .side-menu_contents {
  background: #f9f8f3;
  position: absolute;
  width: 89.0666666667vw;
  height: 279px;
  top: 0;
  right: 0;
  z-index: 1000;
  padding: 92px 0 0 30px;
  border-bottom-left-radius: 20px;
}
header .side-menu.open {
  right: 0;
}
header .side-menu a {
  display: block;
  padding: 10px 5px;
  font-weight: 400;
  color: #67a6c8;
  border-bottom: 1px solid #67a6c8;
  text-decoration: none;
}
header .close-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 18.6666666667vw;
  font-size: 20px;
  cursor: pointer;
}
header .hide {
  display: none;
}

.container {
  position: relative;
  z-index: 2;
}
@media (min-width: 980px) {
  .container {
    max-width: 1280px;
    margin: auto;
  }
}

.scroll {
  background: url(./images/bg.jpg) repeat-y;
  background-size: cover;
  position: relative;
  scroll-behavior: smooth;
}
@media (min-width: 980px) {
  .scroll {
    width: 700px;
    max-width: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

.scroll::-webkit-scrollbar {
  display: none;
}

.pc {
  display: none;
}
@media (min-width: 980px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media (min-width: 980px) {
  .sp {
    display: none;
  }
}

body {
  width: 100%;
  height: auto;
  background: #f9f8f4;
}

@media (min-width: 980px) {
  .menu {
    display: block;
    width: 137px;
    height: 100vh;
  }
}

.top__mv {
  display: block;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 980px) {
  .top__mv {
    margin: 0 auto 3.125vw;
  }
}
@media (min-width: 1280px) {
  .top__mv {
    margin: 0 auto 40px;
  }
}
.top__mv img {
  width: 100%;
}
.top__container {
  position: relative;
}
@media (min-width: 980px) {
  .top__container {
    width: 100vw;
    margin: 0 auto 3.125vw;
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .top__container {
    margin: 0 auto 40px;
  }
}
.top__catch {
  display: block;
  width: 181.0666666667vw;
  margin: 0 auto 5.3333333333vw;
}
@media (min-width: 980px) {
  .top__catch {
    position: absolute;
    width: 5.234375vw;
    top: 4.84375vw;
    right: 0;
  }
}
.top__lead01 {
  display: block;
  width: 181.8666666667vw;
  margin: 0 auto 2.6666666667vw;
}
@media (min-width: 980px) {
  .top__lead01 {
    width: 33.4375vw;
    margin: 0 auto;
  }
}
.top__lead02 {
  display: block;
  width: 157.0666666667vw;
  margin: 0 auto 2.6666666667vw;
}
@media (min-width: 980px) {
  .top__lead02 {
    width: 40.625vw;
    margin: 0;
  }
}
@media (min-width: 980px) {
  .top__lead-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 0 -2.34375vw;
  }
}

.travel__container {
  margin-bottom: 26.6666666667vw;
  max-width: 946px;
}
@media (min-width: 980px) {
  .travel__container {
    margin: 0 auto;
  }
}
.travel__inner {
  width: 85.3333333333vw;
  background: #fff;
  margin: auto;
  padding: 8vw;
  position: relative;
  z-index: 2;
  border-radius: 0 0 10px 10px;
}
@media (min-width: 980px) {
  .travel__inner {
    max-width: 946px;
    width: 73.90625vw;
    padding: 3.125vw 0 4.6875vw;
  }
}
@media (min-width: 1280px) {
  .travel__inner {
    padding: 120px 0 60px;
  }
}
@media (min-width: 980px) {
  .travel__inner.-w01 {
    margin-bottom: 12.1875vw;
  }
}
@media (min-width: 1280px) {
  .travel__inner.-w01 {
    margin-bottom: 156px;
  }
}
.travel__lead {
  margin: 11.7333333333vw auto 3.7333333333vw;
  width: 72.5333333333vw;
}
@media (min-width: 980px) {
  .travel__lead {
    width: 72.65625vw;
    max-width: 930px;
    margin: 0 auto 3.125vw;
  }
}
@media (min-width: 1280px) {
  .travel__lead {
    margin: 0 auto 40px;
  }
}
@media (min-width: 980px) {
  .travel__lead.-w02 {
    width: 73.75vw;
    max-width: 944px;
    margin: 0 auto 3.90625vw;
  }
}
@media (min-width: 1280px) {
  .travel__lead.-w02 {
    margin: 0 auto 50px;
  }
}
.travel__title {
  width: 85.3333333333vw;
  margin: auto;
  position: relative;
  /* 左リボン */
  /* 右リボン */
}
@media (min-width: 980px) {
  .travel__title {
    width: 73.90625vw;
    max-width: 946px;
  }
}
.travel__title::before {
  content: "";
  position: absolute;
  top: -2.6666666667vw; /* 上に少しはみ出させる */
  left: -3.4666666667vw;
  width: 12.5333333333vw;
  height: 10.4vw;
  background: url("../images/ribbon_left_sp.png") no-repeat center/contain;
  z-index: 10;
}
@media (min-width: 980px) {
  .travel__title::before {
    width: 10.859375vw;
    height: 9.0625vw;
    max-width: 139px;
    max-height: 116px;
    left: -40px;
  }
}
.travel__title::after {
  content: "";
  position: absolute;
  top: -2.6666666667vw; /* 上に少しはみ出させる */
  right: -3.4666666667vw;
  width: 12.5333333333vw;
  height: 10.4vw;
  background: url("../images/ribbon_right_sp.png") no-repeat center/contain;
  z-index: 10;
}
@media (min-width: 980px) {
  .travel__title::after {
    width: 10.859375vw;
    height: 9.0625vw;
    max-width: 139px;
    max-height: 116px;
    right: -40px;
  }
}
.travel__date {
  width: 77.3333333333vw;
  max-width: 717px;
  margin: -14.6666666667vw auto 0 -4vw;
}
@media (min-width: 980px) {
  .travel__date {
    margin: -16.015625vw auto 0;
  }
}
@media (min-width: 1280px) {
  .travel__date {
    margin: -205px auto 0;
  }
}
.travel__present-info {
  width: 76.2666666667vw;
  margin: 0 auto 4vw;
}
@media (min-width: 980px) {
  .travel__present-info {
    width: 58.828125vw;
    margin: 1.5625vw auto 3.125vw;
  }
}
@media (min-width: 1280px) {
  .travel__present-info {
    margin: 20px auto 40px;
    max-width: 753px;
  }
}
.travel__detail01 {
  width: 69.3333333333vw;
  margin: auto;
  max-width: 815px;
}
.travel__detail02 {
  width: 69.3333333333vw;
  margin: auto;
}
@media (min-width: 980px) {
  .travel__detail02 {
    width: 65.3125vw;
    max-width: 836px;
  }
}
.travel__detail03 {
  width: 69.3333333333vw;
  margin: 9.3333333333vw auto 0;
}
@media (min-width: 980px) {
  .travel__detail03 {
    display: none;
  }
}
.travel__detail04 {
  width: 69.3333333333vw;
  margin: 8vw auto;
}
@media (min-width: 980px) {
  .travel__detail04 {
    display: none;
  }
}
.travel__present-w {
  width: 61.8666666667vw;
  margin: 10.6666666667vw auto 6.4vw;
}
@media (min-width: 980px) {
  .travel__present-w {
    width: 50.78125vw;
    max-width: 650px;
    margin: 1.71875vw auto 3.90625vw;
  }
}
@media (min-width: 1280px) {
  .travel__present-w {
    margin: 22px auto 0;
  }
}

.link_btn01 {
  width: 67.2vw;
  margin: auto;
  max-width: 453px;
}
@media (min-width: 980px) {
  .link_btn01 {
    width: 35.390625vw;
    margin: 2.734375vw auto 0;
  }
}

.notice {
  text-align: center;
  font-size: 3.4666666667vw;
  margin-top: 2.9333333333vw;
}
@media (min-width: 980px) {
  .notice {
    font-size: 1.015625vw;
    margin-top: 2.34375vw;
  }
}
@media (min-width: 1280px) {
  .notice {
    font-size: 13px;
    margin-top: 30px;
  }
}

.howto {
  padding: 5.3333333333vw;
}
@media (min-width: 980px) {
  .howto {
    padding: 3.125vw 0 0;
  }
}
@media (min-width: 1280px) {
  .howto {
    padding: 40px 0 0;
  }
}
.howto__title {
  width: 77.3333333333vw;
  margin: auto;
}
@media (min-width: 980px) {
  .howto__title {
    width: 47.734375vw;
    max-width: 611px;
  }
}
.howto__caption {
  text-align: center;
  font-size: 3.4666666667vw;
  line-height: 1.4;
  font-weight: 500;
  margin: 5.3333333333vw auto 2.6666666667vw;
}
@media (min-width: 980px) {
  .howto__caption {
    font-size: 13px;
    font-size: 1.015625vw;
    margin: 1.5625vw auto;
  }
}
@media (min-width: 1280px) {
  .howto__caption {
    font-size: 13px;
  }
}
.howto .terms-ancor {
  color: #e60012;
}
.howto__lead {
  margin-bottom: 6.1333333333vw;
}
.howto__matching-btn {
  display: block;
  width: 86.6666666667vw;
  margin: auto;
}
@media (min-width: 980px) {
  .howto__matching-btn {
    width: 34.0625vw;
    max-width: 436px;
    margin: 3.59375vw auto 7.03125vw;
  }
}
@media (min-width: 1280px) {
  .howto__matching-btn {
    margin: 46px auto 90px;
  }
}
@media (min-width: 980px) {
  .howto__contents {
    width: 60.390625vw;
    max-width: 773px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
  }
}
.howto__box-container {
  margin-top: 5.6vw;
}
@media (min-width: 980px) {
  .howto__box-container {
    margin-top: 0;
    width: 18.359375vw;
    max-width: 235px;
  }
}

.terms {
  padding: 24vw 5.3333333333vw 29.3333333333vw;
}
@media (min-width: 980px) {
  .terms {
    padding: 0;
  }
}
.terms__lead01 {
  display: block;
  width: 181.8666666667vw;
  margin: 0 auto 2.6666666667vw;
}
@media (min-width: 980px) {
  .terms__lead01 {
    padding: 0 0 15.625vw;
  }
}
.terms__title {
  display: block;
  width: 77.3333333333vw;
  height: auto;
  margin: 0 auto 2.6666666667vw;
}
@media (min-width: 980px) {
  .terms__title {
    width: 47.734375vw;
    margin: 0 auto 3.515625vw;
    max-width: 611px;
  }
}
@media (min-width: 1280px) {
  .terms__title {
    margin: 0 auto 45px;
  }
}
@media (min-width: 980px) {
  .terms__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.90625vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1280px) {
  .terms__flex {
    margin-bottom: 50px;
  }
}
.terms__flex:nth-of-type(3) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.terms__flex:nth-of-type(4) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (min-width: 980px) {
  .terms__flex .mt15 {
    margin-top: 1.171875vw;
  }
}
@media (min-width: 1280px) {
  .terms__flex .mt15 {
    margin-top: 15px;
  }
}
.terms__section-title {
  background: #7cb2d2;
  color: #fff;
  margin: 7.4666666667vw auto 2.6666666667vw;
  font-size: 4.5333333333vw;
  letter-spacing: 0.4em;
  font-weight: 500;
  padding-left: 4vw;
}
@media (min-width: 980px) {
  .terms__section-title {
    margin: 0;
    font-size: 1.5625vw;
    padding-left: 0;
    background: none;
    width: 13.75vw;
    margin: 0 0 0 2.734375vw;
    line-height: 1;
  }
}
@media (min-width: 1280px) {
  .terms__section-title {
    font-size: 20px;
    width: 176px;
    margin: 0 0 0 35px;
  }
}
.terms__text {
  font-size: 4.5333333333vw;
  line-height: 1.428;
  margin-bottom: 6.6666666667vw;
}
@media (min-width: 980px) {
  .terms__text {
    font-size: 2.34375vw;
    margin-bottom: 1.953125vw;
  }
}
@media (min-width: 1280px) {
  .terms__text {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
.terms__box {
  background: #fff;
  width: 100%;
  border-radius: 4vw;
  height: 72.5333333333vw;
  overflow-y: scroll;
  margin-bottom: 7.4666666667vw;
  text-align: justify;
  letter-spacing: 0.08em;
  word-break: break-all;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (min-width: 980px) {
  .terms__box {
    overflow: auto;
    height: auto;
    padding: 3.90625vw 3.359375vw 0 0;
    width: 77.578125vw;
    border-radius: 2.34375vw;
    margin: 0 auto 4.296875vw;
  }
}
@media (min-width: 1280px) {
  .terms__box {
    max-width: 993px;
    padding: 50px 43px 0 0;
    border-radius: 30px;
    margin: 0 auto 55px;
  }
}
@media (min-width: 980px) {
  .terms__box:first-of-type {
    background: -webkit-gradient(linear, left top, right top, from(#7cb2d2), color-stop(18%, #7cb2d2), color-stop(18%, #fff), to(#fff));
    background: linear-gradient(90deg, #7cb2d2 0%, #7cb2d2 18%, #fff 18%, #fff 100%);
  }
}
.terms__box p {
  font-size: 3.4666666667vw;
  line-height: 1.388;
  padding: 0 4.5333333333vw;
  letter-spacing: 0.04em;
}
@media (min-width: 980px) {
  .terms__box p {
    font-size: 1.171875vw;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .terms__box p {
    font-size: 15px;
  }
}
.terms__box p strong {
  font-weight: 600;
  margin-bottom: 3.4666666667vw;
}
.terms__box p span {
  color: #db5434;
  text-decoration: underline;
}
@media (min-width: 980px) {
  .terms__box p.mt10 {
    margin-bottom: -1.953125vw;
    font-size: 0.9375vw;
  }
}
@media (min-width: 1280px) {
  .terms__box p.mt10 {
    font-size: 12px;
    margin-bottom: -25px;
  }
}
.terms__box ul {
  font-size: 3.4666666667vw;
  line-height: 1.46;
  padding: 0 4vw;
  margin: 4vw auto;
  letter-spacing: 0;
}
@media (min-width: 980px) {
  .terms__box ul {
    font-size: 0.9375vw;
    padding: 0;
    width: 58.046875vw;
    margin: 0;
    line-height: 1.78;
  }
}
@media (min-width: 1280px) {
  .terms__box ul {
    font-size: 12px;
    max-width: 743px;
  }
}
.terms__box ul li {
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 1280px) {
  .terms__box ul {
    font-size: 12px;
  }
}
.terms__box.notes {
  padding: 8vw 0;
  overflow: auto;
  height: auto;
}
@media (min-width: 980px) {
  .terms__box.notes {
    padding: 0 4.84375vw;
    margin-bottom: 12.109375vw;
  }
}
@media (min-width: 1280px) {
  .terms__box.notes {
    padding: 0 62px;
    margin-bottom: 155px;
  }
}
.terms__box .notes__title {
  text-align: center;
  font-size: 4.2666666667vw;
  margin: 0 auto 4.5333333333vw;
}
@media (min-width: 980px) {
  .terms__box .notes__title {
    font-size: 1.2890625vw;
    margin: 1.953125vw auto 0.78125vw;
  }
}
@media (min-width: 1280px) {
  .terms__box .notes__title {
    font-size: 16.5px;
    margin: 25px auto 10px;
  }
}
.terms__box .notes__text {
  font-size: 3.4666666667vw;
  line-height: 1.84;
  letter-spacing: 0;
  padding: 0 8vw;
}
@media (min-width: 980px) {
  .terms__box .notes__text {
    width: 100%;
    font-size: 0.9375vw;
    margin-bottom: 3.125vw;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .terms__box .notes__text {
    font-size: 12px;
    margin-bottom: 40px;
  }
}

.spots {
  background: #fff;
}
.spots__title {
  width: 97.8666666667vw;
  margin: 13.3333333333vw auto 0;
}
@media (min-width: 980px) {
  .spots__title {
    width: 61.875vw;
    max-width: 792px;
    margin: 9.375vw auto 0;
  }
}
@media (min-width: 1280px) {
  .spots__title {
    margin: 120px auto 0;
  }
}
.spots__list-item {
  display: block;
  margin-bottom: 8vw;
}
@media (min-width: 980px) {
  .spots__list-item {
    margin-bottom: 1.40625vw;
  }
}
@media (min-width: 1280px) {
  .spots__list-item {
    margin-bottom: 18px;
  }
}
.spots__list-item:last-of-type {
  margin-bottom: 0;
}
.spots__list-item:hover {
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.tourist__info {
  background: #fff;
  padding: 20vw 0;
  position: relative;
}
@media (min-width: 980px) {
  .tourist__info {
    position: relative;
    padding: 7.03125vw 0 0 0;
  }
}
@media (min-width: 1280px) {
  .tourist__info {
    padding: 90px 0 0 0;
  }
}
.tourist__info .slider__item img {
  width: 68.2666666667vw;
  margin: auto;
}
.tourist__info .card {
  display: none;
}
@media (min-width: 980px) {
  .tourist__info .card {
    display: block;
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 980px) {
  .tourist__info .card li {
    width: 36.953125vw;
    display: block;
    max-width: 473px;
    margin-bottom: 0.9375vw;
  }
}
@media (min-width: 1280px) {
  .tourist__info .card li {
    margin-bottom: 12px;
  }
}
.tourist__info .card li:last-of-type {
  margin-bottom: 0;
}
.tourist__info .card li:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tourist__title {
  margin: 0 auto;
  width: 97.8666666667vw;
}
@media (min-width: 980px) {
  .tourist__title {
    width: 62.109375vw;
  }
}
@media (min-width: 1280px) {
  .tourist__title {
    width: 795px;
  }
}
.tourist__area-contents {
  position: relative;
}
@media (min-width: 980px) {
  .tourist__area-contents {
    width: 91.796875vw;
    max-width: 1175px;
    margin: auto;
  }
}
.tourist__area-map {
  display: block;
  margin-top: -1.3333333333vw;
  padding-bottom: 6.6666666667vw;
}
@media (min-width: 980px) {
  .tourist__area-map {
    position: relative;
    width: 75.46875vw;
    margin-top: 2.03125vw;
    z-index: 1;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .tourist__area-map {
    max-width: 966px;
    margin-top: 26px;
  }
}
.tourist__text {
  text-align: center;
  font-weight: 500;
  font-size: 3.4666666667vw;
  letter-spacing: 0.06em;
  line-height: 1.69;
  margin: 9.6vw auto 2.6666666667vw;
}
@media (min-width: 980px) {
  .tourist__text {
    font-size: 1.25vw;
    text-align: left;
    letter-spacing: 0.04em;
    margin: 0 auto 0.78125vw 1.171875vw;
  }
}
@media (min-width: 1280px) {
  .tourist__text {
    font-size: 16px;
    margin: 0 auto 10px 15px;
  }
}
@media (min-width: 980px) {
  .tourist__timebox {
    width: 27.96875vw;
    max-width: 358px;
    margin: -2.734375vw 0 15.625vw 15.625vw;
  }
}
@media (min-width: 1280px) {
  .tourist__timebox {
    width: 358px;
    max-width: 358px;
    margin: -35px 0 0 200px;
  }
}
.tourist__time {
  width: 88.5333333333vw;
  margin: 0 auto 18.6666666667vw;
  display: block;
}
@media (min-width: 980px) {
  .tourist__time {
    width: 27.96875vw;
    max-width: 358px;
    margin-bottom: 0;
  }
}
.tourist__letsgo {
  display: block;
}
@media (min-width: 980px) {
  .tourist__letsgo {
    margin-top: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .tourist__letsgo {
    margin-top: 80px;
  }
}

.transportation-info {
  background: #fff;
}
@media (min-width: 980px) {
  .transportation-info__inner {
    padding: 0 0 0 3.90625vw;
  }
}
@media (min-width: 1280px) {
  .transportation-info__inner {
    padding: 0 0 0 50px;
  }
}
.transportation-info__container {
  margin-bottom: 6.1333333333vw;
}
@media (min-width: 980px) {
  .transportation-info__container {
    padding: 0;
    width: 75.78125vw;
    max-width: 970px;
    margin: 0 auto 3.125vw;
    padding: 10.9375vw 0 0 0;
    border-bottom: 2px solid #000;
  }
}
@media (min-width: 1280px) {
  .transportation-info__container {
    margin: 0 auto 40px;
  }
}
.transportation-info__title {
  text-align: center;
  font-size: 4.5333333333vw;
  letter-spacing: 0.04em;
  font-weight: 500;
  position: relative;
  margin: 0 auto 5.3333333333vw;
  width: 85.3333333333vw;
}
.transportation-info__title:after {
  content: "";
  width: 85.3333333333vw;
  height: 2px;
  display: inline-block;
  background-color: #000;
  position: absolute;
  bottom: -5px;
  left: 0;
}
@media (min-width: 980px) {
  .transportation-info__title:after {
    left: 0;
    width: 75.78125vw;
    max-width: 970px;
  }
}
@media (min-width: 980px) {
  .transportation-info__title {
    width: auto;
    text-align: left;
    font-size: 1.71875vw;
    margin-bottom: 4.6875vw;
  }
}
@media (min-width: 1280px) {
  .transportation-info__title {
    font-size: 22px;
    margin-bottom: 60px;
  }
}
.transportation-info__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85.3333333333vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1.3333333333vw;
  margin: 0 auto 4vw;
  border-bottom: 1px solid #000;
}
@media (min-width: 980px) {
  .transportation-info__flex {
    width: 70.3125vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 4.6875vw;
  }
}
@media (min-width: 1280px) {
  .transportation-info__flex {
    max-width: 900px;
    margin-bottom: 60px;
  }
}
.transportation-info__flex::after {
  content: "";
  display: block;
  width: 30%;
}
.transportation-info__flex:last-of-type {
  border-bottom: none;
}
.transportation-info__item {
  width: 25.8666666667vw;
  margin-bottom: 2.6666666667vw;
}
.transportation-info__flex:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 980px) {
  .transportation-info__flex li {
    margin: 0 1.875vw 0;
  }
}
.transportation-info__flex li:hover {
  opacity: 0.6;
}
@media (min-width: 980px) {
  .transportation-info__flex li:nth-of-type(3n) {
    margin: 0 1.171875vw 2.34375vw;
  }
}
@media (min-width: 980px) {
  .transportation-info__flex li {
    width: auto;
    margin: 0 1.171875vw 2.34375vw;
  }
}
.transportation-info__flex a {
  display: block;
  margin: auto;
}
@media (min-width: 980px) {
  .transportation-info__flex.-airline li {
    margin: 0 1.5625vw 3.125vw 0;
  }
  .transportation-info__flex.-airline li:nth-of-type(1) {
    width: 10.625vw;
    max-width: 136px;
  }
  .transportation-info__flex.-airline li:nth-of-type(2) {
    width: 8.671875vw;
    max-width: 111px;
  }
  .transportation-info__flex.-airline li:nth-of-type(3) {
    width: 8.203125vw;
    max-width: 105px;
  }
  .transportation-info__flex.-airline li:nth-of-type(4) {
    width: 8.984375vw;
    max-width: 115px;
  }
  .transportation-info__flex.-airline li:nth-of-type(5) {
    width: 8.75vw;
    max-width: 112px;
  }
  .transportation-info__flex.-airline li:nth-of-type(6) {
    width: 11.015625vw;
    max-width: 141px;
  }
  .transportation-info__flex.-airline li:nth-of-type(7) {
    width: 8.75vw;
    max-width: 112px;
  }
  .transportation-info__flex.-airline li:nth-of-type(8) {
    width: 8.125vw;
    max-width: 104px;
  }
  .transportation-info__flex.-airline li:nth-of-type(9) {
    width: 20.234375vw;
    max-width: 259px;
  }
  .transportation-info__flex.-airline li:nth-of-type(10) {
    width: 10.3125vw;
    max-width: 132px;
  }
  .transportation-info__flex.-airline li:nth-of-type(11) {
    width: 15vw;
    max-width: 192px;
  }
}
@media (min-width: 1280px) {
  .transportation-info__flex.-airline li {
    margin: 0 20px 40px 0;
  }
}
@media (min-width: 980px) {
  .transportation-info__flex.-train {
    width: 14.140625vw;
    max-width: 181px;
    margin: 0 0 6.25vw 0;
  }
}
@media (min-width: 1280px) {
  .transportation-info__flex.-train {
    margin: 0 0 80px 0;
  }
}
@media (min-width: 980px) {
  .transportation-info__flex.-train li {
    margin: 0;
  }
  .transportation-info__flex.-train li:nth-of-type(1) {
    width: 5.390625vw;
    max-width: 69px;
  }
  .transportation-info__flex.-train li:nth-of-type(2) {
    width: 5.390625vw;
    max-width: 69px;
  }
}
@media (min-width: 980px) {
  .transportation-info__flex.-ferry {
    width: 50.390625vw;
    margin: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 645px;
  }
  .transportation-info__flex.-ferry li {
    width: 16.796875vw;
    margin: 0 0 3.75vw;
    max-width: 215px;
  }
  .transportation-info__flex.-ferry li a {
    margin: 0;
  }
  .transportation-info__flex.-ferry li:nth-of-type(1) a {
    width: 11.09375vw;
    max-width: 142px;
  }
  .transportation-info__flex.-ferry li:nth-of-type(2) a {
    width: 12.265625vw;
    max-width: 157px;
  }
  .transportation-info__flex.-ferry li:nth-of-type(3) a {
    width: 15vw;
    max-width: 192px;
  }
  .transportation-info__flex.-ferry li:nth-of-type(4) a {
    width: 12.265625vw;
    max-width: 157px;
  }
  .transportation-info__flex.-ferry li:nth-of-type(5) a {
    width: 12.65625vw;
    max-width: 162px;
  }
  .transportation-info__flex.-ferry li:nth-of-type(6) a {
    width: 11.328125vw;
    max-width: 145px;
  }
}
@media (min-width: 1280px) {
  .transportation-info__flex.-ferry li {
    margin: 0 0 48px;
  }
}

.contact {
  padding: 10.1333333333vw 0 18.4vw;
  background: #fff;
}
@media (min-width: 980px) {
  .contact {
    padding: 7.8125vw 0;
  }
}
@media (min-width: 1280px) {
  .contact {
    padding: 100px 0;
  }
}
.contact__link {
  margin: 0 auto;
  font-size: 3.4666666667vw;
  text-align: center;
  display: block;
  text-decoration: underline;
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media (min-width: 980px) {
  .contact__link {
    font-size: 1.25vw;
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  .contact__link {
    font-size: 16px;
  }
}
.contact__link:hover {
  opacity: 0.7;
}

.slick-next {
  right: 2.6666666667vw !important;
}

.slick-prev {
  left: 2.6666666667vw !important;
}

.slick-next:before {
  background: url("../images/next.png") no-repeat !important;
  background-size: contain !important;
  background-position: center;
}

.slick-prev:before {
  background: url("../images/prev.png") no-repeat !important;
  background-size: contain !important;
  background-position: center;
}

.slick-arrow {
  z-index: 2 !important;
  width: 5.6vw !important;
  height: 7.4666666667vw !important;
}

.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1 !important;
}

.bnr__list {
  background: #fff;
}
@media (min-width: 980px) {
  .bnr__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 73.828125vw;
    max-width: 945px;
    margin: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bnr__list a {
  display: block;
  margin: 0 auto 5.3333333333vw;
}
@media (min-width: 980px) {
  .bnr__list a {
    width: 33.984375vw;
    max-width: 435px;
    margin: 0;
  }
}
.bnr__list a:last-child {
  margin-bottom: 0;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.erapo__link {
  display: block;
  text-align: center;
  font-size: 3.4666666667vw;
  text-decoration: underline;
  width: 100%;
  margin-top: 6.1333333333vw;
}
@media (min-width: 980px) {
  .erapo__link {
    font-size: 1.328125vw;
    margin-top: 1.953125vw;
  }
}
@media (min-width: 1280px) {
  .erapo__link {
    font-size: 17px;
    margin-top: 25px;
  }
}

.footer {
  padding: 16vw 0 33.3333333333vw;
  background: #7cb2d2;
  position: relative;
  z-index: 1;
  color: #fff;
}
@media (min-width: 980px) {
  .footer {
    padding: 11.328125vw 5.46875vw 4.6875vw;
  }
}
@media (min-width: 1280px) {
  .footer {
    padding: 145px 70px 60px;
  }
}
@media (min-width: 980px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: bottom;
        -ms-flex-align: bottom;
            align-items: bottom;
    margin: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 89.921875vw;
    max-width: 1151px;
  }
}
.footer .travel__hokkaidolove {
  display: block;
  width: 88vw;
  margin: 0 auto 18.1333333333vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 980px) {
  .footer .travel__hokkaidolove {
    width: 30.15625vw;
    margin: 0;
    max-width: 386px;
  }
}
.footer .travel__hokkaidolove:hover {
  opacity: 0.5;
}
.footer .travel__link {
  display: block;
  width: 49.0666666667vw;
  margin: 0 auto 4.5333333333vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media (min-width: 980px) {
  .footer .travel__link {
    width: 14.21875vw;
    margin: 0 auto;
    max-width: 182px;
  }
}
.footer .travel__link:last-child {
  width: 59.2vw;
  -webkit-transform: translateX(6.1333333333vw);
          transform: translateX(6.1333333333vw);
}
@media (min-width: 980px) {
  .footer .travel__link:last-child {
    width: 16.796875vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    max-width: 215px;
  }
}
.footer .travel__link:hover {
  opacity: 0.5;
}
.footer .travel__link-box {
  margin-bottom: 13.3333333333vw;
}
@media (min-width: 980px) {
  .footer .travel__link-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 51.5625vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    max-width: 660px;
  }
}
@media (min-width: 980px) {
  .footer__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 8.59375vw auto 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 89.921875vw;
    max-width: 1151px;
  }
}
@media (min-width: 1280px) {
  .footer__flex {
    margin: 110px auto 0;
  }
}
@media (min-width: 980px) {
  .footer__info div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.copyright {
  display: block;
  margin-top: 1.8666666667vw;
  font-size: 2.6666666667vw;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 300;
}
@media (min-width: 980px) {
  .copyright {
    margin-top: 0;
    font-size: 0.9375vw;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .copyright {
    font-size: 12px;
  }
}

.hto-logo {
  display: block;
  width: 36.2666666667vw;
  margin: 0 auto 4vw;
}
@media (min-width: 980px) {
  .hto-logo {
    width: 12.890625vw;
    margin: 0 2.109375vw 0 0;
    max-width: 165px;
  }
}
@media (min-width: 1280px) {
  .hto-logo {
    margin: 0 27px 0 0;
  }
}

.address,
.tel {
  text-align: center;
  font-weight: 300;
  font-size: 3.2vw;
}
@media (min-width: 980px) {
  .address,
  .tel {
    font-size: 12px;
    text-align: left;
  }
}

@media (min-width: 980px) {
  .address {
    margin-right: 12px;
  }
}

/*
page-top link
*/
#page-top {
  width: 14.4vw;
  height: 14.4vw;
  position: fixed;
  right: -16vw;
  bottom: 8vw;
  border-radius: 50%;
  z-index: 999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 80px;
  max-height: 80px;
}
@media (min-width: 980px) {
  #page-top {
    bottom: 30px;
  }
}
#page-top a {
  position: relative;
  display: block;
  width: 14.4vw;
  height: 14.4vw;
  text-decoration: none;
  max-width: 80px;
  max-height: 80px;
}
#page-top a::before {
  content: "";
  background: url(../images/page-top.png) no-repeat center center;
  background-size: contain;
  width: 14.4vw;
  height: 14.4vw;
  max-width: 80px;
  max-height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page-top:hover {
  opacity: 0.5;
}

.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

/*　モノクロからカラーへ　*/
.grayscale {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  /*モノクロ具合を変更したい場合はこの数値を変更*/
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /*移り変わる速さを変更したい場合はこの数値を変更*/
}

.grayscale:hover {
  /*hoverした時の変化*/
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

/* フェードイン(初期値) */
.js-fade {
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

.js-fade.is-active {
  opacity: 1;
}

.js-menu {
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

.js-menu.is-active {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.js-top-image {
  opacity: 0;
  -webkit-transition: opacity 1.6s, -webkit-transform 1.6s;
  transition: opacity 1.6s, -webkit-transform 1.6s;
  transition: opacity 1.6s, transform 1.6s;
  transition: opacity 1.6s, transform 1.6s, -webkit-transform 1.6s;
}

.js-top-image.is-active {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.js-fwa {
  -webkit-animation: 3s infinite fluffy;
          animation: 3s infinite fluffy;
  -webkit-transition: 0.5s ease-out 0.2s;
  transition: 0.5s ease-out 0.2s;
}
.js-fwa.chochin01 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.js-fwa.chochin02 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.js-fwa .chochin03 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.js-fwa.chochin04 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.js-fwa.chochin05 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.js-fwa.chochin06 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.js-fade-chochin {
  opacity: 0;
  -webkit-transition: opacity 1.5s, -webkit-transform 0.8s;
  transition: opacity 1.5s, -webkit-transform 0.8s;
  transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s, -webkit-transform 0.8s;
}
.js-fade-chochin.chochin01 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.js-fade-chochin.chochin02 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.js-fade-chochin.chochin03 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.js-fade-chochin.chochin04 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.js-fade-chochin.chochin05 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.js-fade-chochin.chochin06 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.js-fade-chochin.is-active {
  opacity: 1;
}

@-webkit-keyframes fluffy {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes fluffy {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.bounceInLeft {
  -webkit-animation: bounceInLeft 1.3s ease 1s normal forwards;
          animation: bounceInLeft 1.3s ease 1s normal forwards;
  -webkit-transform: translate3d(-3000px, 0, 0) scaleX(5);
          transform: translate3d(-3000px, 0, 0) scaleX(5);
}

/* bounceInUp */
@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(1);
            transform: translate3d(-10px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.99);
            transform: translate3d(-20px, 0, 0) scaleX(0.99);
  }
  90% {
    -webkit-transform: translate3d(0px, 0, 0) scale(1);
            transform: translate3d(0px, 0, 0) scale(1);
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(1);
            transform: translate3d(-10px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.99);
            transform: translate3d(-20px, 0, 0) scaleX(0.99);
  }
  90% {
    -webkit-transform: translate3d(0px, 0, 0) scale(1);
            transform: translate3d(0px, 0, 0) scale(1);
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.bounceInRight {
  -webkit-animation: bounceInRight 1.3s ease 1s normal forwards;
          animation: bounceInRight 1.3s ease 1s normal forwards;
  -webkit-transform: translate3d(3000px, 0, 0) scaleX(5);
          transform: translate3d(3000px, 0, 0) scaleX(5);
}

/* bounceInUp */
@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(10px, 0, 0) scaleX(1);
            transform: translate3d(10px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.99);
            transform: translate3d(20px, 0, 0) scaleX(0.99);
  }
  90% {
    -webkit-transform: translate3d(0px, 0, 0) scale(1);
            transform: translate3d(0px, 0, 0) scale(1);
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(10px, 0, 0) scaleX(1);
            transform: translate3d(10px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.99);
            transform: translate3d(20px, 0, 0) scaleX(0.99);
  }
  90% {
    -webkit-transform: translate3d(0px, 0, 0) scale(1);
            transform: translate3d(0px, 0, 0) scale(1);
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.top__logo {
  opacity: 0;
  -webkit-animation: fade 0.8s ease-in-out 0s normal forwards;
          animation: fade 0.8s ease-in-out 0s normal forwards;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-fadeup {
  opacity: 0;
}

.js-fadeup.is-active {
  -webkit-animation: fadeup 1s ease forwards;
          animation: fadeup 1s ease forwards;
}

@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.lineup__list-item:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.lineup__list-item:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.lineup__list-item:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}