@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: 768px) {
  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: #f9f4eb;
}

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

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

.tab-block {
  display: none;
}
@media (min-width: 768px) {
  .tab-block {
    display: block;
  }
}
@media (min-width: 980px) {
  .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;
}

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

header {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 999;
  /* ハンバーガーアイコン */
  /* スライドメニュー */
  /* 閉じるボタン */
}
header .header__sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 13.8666666667vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../images/header-sp-bg.jpg");
  background-size: cover; /* 要素にぴったりフィット */
  background-position: left; /* 中央寄せ */
  background-repeat: repeat; /* 繰り返さない */
}
@media (min-width: 768px) {
  header .header__sp {
    display: none;
  }
}
header .header__check-btn {
  display: block;
  width: 45.3333333333vw;
  max-width: 170px;
  margin-left: 2.6666666667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  header .header__check-btn {
    position: absolute;
    width: 10.15625vw;
    max-width: 130px;
    right: 30px;
    top: 225px;
  }
}
header .header__check-btn:hover {
  opacity: 0.5;
}
header .header__pc {
  display: none;
}
@media (min-width: 768px) {
  header .header__pc {
    display: block;
    z-index: 999;
    position: fixed;
  }
}
@media (min-width: 768px) {
  header .link__list {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    color: #00783d;
    background: #fff;
    padding: 54px 20px 20px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
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: #00783d;
}
header .link__list a {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media (min-width: 768px) {
  header .link__list a {
    font-size: 1.015625vw;
  }
}
@media (min-width: 980px) {
  header .link__list a {
    font-size: 13px;
  }
}
header .menu-button {
  position: fixed;
  top: 3.7333333333vw;
  right: 3.7333333333vw;
  z-index: 1000;
  cursor: pointer;
  width: 7.7333333333vw;
}
header .side-menu {
  display: block;
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 473px;
  -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: 433px;
  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: #00783d;
  border-bottom: 1px solid #00783d;
  text-decoration: none;
}
header .close-button {
  position: absolute;
  top: 4.2666666667vw;
  right: 6.1333333333vw;
  width: 7.7333333333vw;
  font-size: 20px;
  cursor: pointer;
}
header .hide {
  display: none;
}
header .head-line {
  display: block;
  width: 100%;
}

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

.scroll {
  background: url(./images/bg.jpg) repeat-y;
  background-size: cover;
  position: relative;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  .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: 768px) {
  .pc {
    display: block;
  }
}

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

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

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

.top {
  padding-top: 13.8666666667vw;
}
@media (min-width: 768px) {
  .top {
    padding-top: 15.625vw;
  }
}
@media (min-width: 980px) {
  .top {
    padding-top: 200px;
  }
}
.top__mv {
  display: block;
  position: relative;
  width: 112.5333333333vw;
  margin: 16.5333333333vw auto 0;
}
@media (min-width: 768px) {
  .top__mv {
    width: 61.015625vw;
    margin: 0 auto 3.125vw;
    max-width: 781px;
  }
}
@media (min-width: 980px) {
  .top__mv {
    margin: 0 auto 40px;
  }
}
.top__mv img {
  width: 100%;
}

.tax-info__intro {
  padding: 0 8vw 20vw;
}
@media (min-width: 768px) {
  .tax-info__intro {
    padding: 0 2.34375vw 11.875vw;
  }
}
@media (min-width: 980px) {
  .tax-info__intro {
    padding: 0 0 152px;
  }
}
.tax-info__lead {
  position: relative;
  background-color: #00783d;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1.48;
  letter-spacing: 0.05em;
  font-size: 4.5333333333vw;
  padding: 5.3333333333vw 0;
  margin: 8vw auto;
}
.tax-info__tit {
  position: relative;
  text-align: center;
  font-size: 6.9333333333vw; /* 文字サイズ */
  font-weight: bold; /* 太字 */
  color: #00783d; /* 緑色（画像に近い色） */
  padding-bottom: 4px; /* 文字と線の間隔 */
}
.tax-info__tit::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 41.6vw; /* 線の長さを文字幅より長く（120%など） */
  height: 3px; /* 線の太さ */
  background-color: #006633;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* 中央揃え */
}
.tax-info__subtit {
  margin-top: 6.4vw;
  color: #e4007f;
  font-size: clamp(16px, 6.1333333333vw, 23px);
  letter-spacing: 0.03em;
  text-align: justify;
  line-height: 1.56;
}
.tax-info__text {
  margin-top: 6.4vw;
  font-size: clamp(17px, 4.5333333333vw, 17px);
  text-align: justify;
  font-weight: 400;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .tax-info__text {
    text-align: center;
    margin-top: 3.125vw;
    line-height: 1.8;
    font-size: 1.5625vw;
    letter-spacing: 0.08em;
  }
}
@media (min-width: 980px) {
  .tax-info__text {
    margin-top: 40px;
    font-size: 20px;
  }
}
.tax-info__voice {
  margin-top: 14.4vw;
  color: #00783d;
  padding: 6.4vw 0;
  border: 1px solid #006633;
}
@media (min-width: 768px) {
  .tax-info__voice {
    margin: 6.25vw auto 0;
    width: 58.984375vw;
    padding: 2.734375vw 0;
  }
}
@media (min-width: 980px) {
  .tax-info__voice {
    margin: 80px auto 0;
    padding: 35px 0;
    width: 755px;
  }
}
.tax-info__voice-tit {
  text-align: center;
  font-size: clamp(16px, 5.3333333333vw, 25px);
}
@media (min-width: 768px) {
  .tax-info__voice-tit {
    letter-spacing: 0.04em;
    line-height: 1;
    font-size: 1.953125vw;
  }
}
@media (min-width: 980px) {
  .tax-info__voice-tit {
    font-size: 25px;
  }
}
.tax-info__voice-text {
  font-size: clamp(16px, 4.2666666667vw, 16px);
  margin: 4.2666666667vw auto;
  white-space: normal;
  word-break: break-all;
  display: block;
  padding: 0 6.4vw;
}
@media (min-width: 768px) {
  .tax-info__voice-text {
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 1.72;
    margin: 2.34375vw auto;
    font-size: 1.5625vw;
    padding: 0;
  }
}
@media (min-width: 980px) {
  .tax-info__voice-text {
    margin: 30px auto;
    font-size: 20px;
    padding: 0;
  }
}
.tax-info__detail {
  width: 64.5333333333vw;
  height: 15.4666666667vw;
  line-height: 15.4666666667vw;
  letter-spacing: 0.04em;
  display: block;
  text-align: center;
  font-size: clamp(12px, 3.2vw, 16px);
  background: #00783d;
  color: #fff;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .tax-info__detail {
    font-size: 1.09375vw;
    width: 21.40625vw;
    height: 3.59375vw;
    line-height: 3.59375vw;
  }
}
@media (min-width: 980px) {
  .tax-info__detail {
    font-size: 14px;
    width: 274px;
    height: 46px;
    line-height: 46px;
  }
}

.section {
  background-color: #fff;
  color: #00783d;
  padding: 0 6.4vw;
  width: 100%;
}
.section__inner {
  max-width: 846px;
  margin: auto;
}
.section__tit {
  font-size: clamp(23px, 6.1333333333vw, 23px);
  text-align: center;
  color: #00783d;
  font-weight: bold;
  position: relative;
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .section__tit.-purpose {
    margin-bottom: 1.015625vw;
  }
}
@media (min-width: 980px) {
  .section__tit.-purpose {
    margin-bottom: 13px;
  }
}
.section__tit:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3.2vw; /* 文字からの距離を調整 */
  width: 100%;
  height: 1.6vw; /* 全体の線の太さ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #00783d), color-stop(50%, #c2cb4d));
  background: linear-gradient(to bottom, #00783d 50%, #c2cb4d 50%);
  /* 上半分濃い緑、下半分黄緑 */
}
@media (min-width: 768px) {
  .section__tit {
    font-size: 2.34375vw;
    letter-spacing: 0.04em;
    font-weight: 600;
    position: relative;
    margin-bottom: 2.734375vw;
  }
  .section__tit:after {
    content: "";
    left: calc(50% + 17vw);
    position: absolute;
    bottom: calc(50% - 6px); /* 文字からの距離を調整 */
    width: 16.015625vw;
    height: 6px; /* 全体の線の太さ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #00783d), color-stop(50%, #c2cb4d));
    background: linear-gradient(to bottom, #00783d 50%, #c2cb4d 50%);
    /* 上半分濃い緑、下半分黄緑 */
  }
  .section__tit:before {
    content: "";
    position: absolute;
    right: calc(50% + 17vw);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    bottom: calc(50% - 6px);
    width: 16.015625vw;
    height: 6px; /* 全体の線の太さ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #00783d), color-stop(50%, #c2cb4d));
    background: linear-gradient(to bottom, #00783d 50%, #c2cb4d 50%);
    /* 上半分濃い緑、下半分黄緑 */
  }
}
@media (min-width: 980px) {
  .section__tit {
    font-size: 30px;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section__tit:after {
    content: "";
    padding: 0 205px 0 0;
    left: 0;
    position: relative;
    bottom: calc(50% - 6px); /* 文字からの距離を調整 */
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 205px;
    margin-left: 30px;
    height: 6px; /* 全体の線の太さ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #00783d), color-stop(50%, #c2cb4d));
    background: linear-gradient(to bottom, #00783d 50%, #c2cb4d 50%);
    /* 上半分濃い緑、下半分黄緑 */
  }
  .section__tit.-taxpayers:after {
    padding: 0 205px 0 0;
    margin-left: 30px;
  }
  .section__tit.-taxpayers:before {
    padding: 0 205px 0 0;
    margin-right: 30px;
  }
  .section__tit.-payment-method:after {
    padding: 0 205px 0 0;
    margin-left: 30px;
  }
  .section__tit.-payment-method:before {
    padding: 0 205px 0 0;
    margin-right: 30px;
  }
  .section__tit:before {
    content: "";
    padding: 0 205px 0 0;
    margin-right: 30px;
    position: relative;
    right: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    bottom: calc(50% - 6px);
    width: 205px;
    height: 6px; /* 全体の線の太さ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #00783d), color-stop(50%, #c2cb4d));
    background: linear-gradient(to bottom, #00783d 50%, #c2cb4d 50%);
    /* 上半分濃い緑、下半分黄緑 */
  }
}
.section.taxpayers__lead {
  font-size: clamp(12px, 3.2vw, 12px);
  text-align: center;
  color: #00783d;
  font-weight: bold;
}

.section__wrapper {
  background: #fff;
}
@media (min-width: 768px) {
  .section__wrapper {
    padding-top: 10.15625vw;
  }
}
@media (min-width: 980px) {
  .section__wrapper {
    padding-top: 130px;
  }
}

.taxpayers {
  padding: 17.0666666667vw 6.4vw 13.8666666667vw;
  background-color: #fff;
  margin-top: -17.0666666667vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .taxpayers {
    padding: 0 0 10.15625vw 0;
    margin-top: 0;
  }
}
@media (min-width: 980px) {
  .taxpayers {
    padding: 0 0 130px 0;
    margin-top: 0;
  }
}
.taxpayers__lead {
  font-size: clamp(20px, 5.3333333333vw, 20px);
  text-align: center;
  color: #00783d;
  font-weight: bold;
}
.taxpayers__lead span {
  display: block;
  font-size: clamp(12px, 3.2vw, 12px);
  font-weight: 300;
  margin-top: 2.6666666667vw;
}
@media (min-width: 768px) {
  .taxpayers__lead {
    font-size: 1.953125vw;
    letter-spacing: 0.04em;
  }
  .taxpayers__lead span {
    display: inline-block;
    font-size: 0.9375vw;
    margin: 0 0 0 14px;
  }
}
@media (min-width: 980px) {
  .taxpayers__lead {
    font-size: 25px;
    margin-left: 14px;
  }
  .taxpayers__lead span {
    font-size: 12px;
  }
}
.taxpayers__list {
  margin: 3.4666666667vw auto 0;
  color: #00783d;
  border: 1px solid #00783d;
  padding: 5.3333333333vw 10.6666666667vw;
}
@media (min-width: 768px) {
  .taxpayers__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 58.984375vw;
    max-width: 755px;
    padding: 1.5625vw 2.34375vw;
    font-size: 0.9375vw;
    margin: 1.09375vw auto 0;
  }
}
@media (min-width: 980px) {
  .taxpayers__list {
    padding: 20px 30px;
    font-size: 12px;
    margin: 14px auto 0;
  }
}
.taxpayers__list-tit {
  margin-bottom: 1.3333333333vw;
}
.taxpayers__list ul {
  list-style: disc inside; /* 記号を内側に */
}
@media (min-width: 768px) {
  .taxpayers__list ul {
    margin-left: 1.5625vw;
  }
}
@media (min-width: 980px) {
  .taxpayers__list ul {
    margin-left: 20px;
  }
}
.taxpayers__list li {
  text-align: justify;
  padding-left: 0.5em; /* 記号と本文の間隔 */
  text-indent: -0.5em;
}

.payment-method {
  padding: 17.0666666667vw 6.4vw 21.8666666667vw;
  margin-top: -17.0666666667vw;
}
@media (min-width: 768px) {
  .payment-method {
    padding: 0 0 10.15625vw;
    margin-top: 0;
  }
}
@media (min-width: 980px) {
  .payment-method {
    padding: 0 0 130px;
  }
}
.payment-method__text {
  color: #00783d;
  border: 1px solid #00783d;
  padding: 5.3333333333vw 0;
  font-size: clamp(20px, 5.3333333333vw, 20px);
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .payment-method__text {
    width: 58.984375vw;
    max-width: 755px;
    font-size: 1.953125vw;
    margin: auto;
    letter-spacing: 0.04em;
    padding: 1.953125vw 0;
  }
}
@media (min-width: 980px) {
  .payment-method__text {
    font-size: 25px;
    padding: 25px 0;
  }
}

.accommodation-tax-amount {
  padding: 17.0666666667vw 6.4vw 13.8666666667vw;
  font-size: clamp(16px, 4.2666666667vw, 16px);
  margin-top: -17.0666666667vw;
  position: relative;
}
@media (min-width: 768px) {
  .accommodation-tax-amount {
    padding: 0 0 10.15625vw;
    margin-top: 0;
  }
}
@media (min-width: 980px) {
  .accommodation-tax-amount {
    padding: 0 0 130px;
  }
}
@media (min-width: 768px) {
  .accommodation-tax-amount__text {
    text-align: center;
    font-size: 1.328125vw;
    line-height: 1.82;
    letter-spacing: 0.04em;
  }
}
@media (min-width: 980px) {
  .accommodation-tax-amount__text {
    font-size: 17px;
  }
}
.accommodation-tax-amount .tax-table._hokkaido {
  background-color: #00783d;
  color: #fff;
  padding: 8vw 5.3333333333vw;
  border-radius: 5.3333333333vw;
  margin: 5.3333333333vw auto;
}
@media (min-width: 768px) {
  .accommodation-tax-amount .tax-table._hokkaido {
    width: 62.109375vw;
    max-width: 795px;
    margin: 2.34375vw auto 1.5625vw;
    border-radius: 20px;
    padding: 1.5625vw 0;
  }
}
@media (min-width: 980px) {
  .accommodation-tax-amount .tax-table._hokkaido {
    margin: 30px auto 20px;
    padding: 20px 0;
  }
}
.accommodation-tax-amount .tax-table._municipality {
  background-color: #ecf4d9;
  color: #00783d;
  border-radius: 5.3333333333vw;
  margin: 5.3333333333vw auto;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .accommodation-tax-amount .tax-table._municipality {
    width: 62.109375vw;
    max-width: 795px;
    margin: 2.34375vw auto 1.5625vw;
    border-radius: 20px;
  }
}
@media (min-width: 980px) {
  .accommodation-tax-amount .tax-table._municipality {
    margin: 30px auto 20px;
  }
}
.accommodation-tax-amount .tax-table__tit {
  font-size: clamp(23px, 6.1333333333vw, 23px);
  text-align: center;
  margin-bottom: 4vw;
}
@media (min-width: 768px) {
  .accommodation-tax-amount .tax-table__tit {
    font-size: 1.953125vw;
    margin-bottom: 1.171875vw;
  }
}
@media (min-width: 980px) {
  .accommodation-tax-amount .tax-table__tit {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
.accommodation-tax-amount .tax-table__img {
  display: block;
  width: 85.3333333333vw;
  margin: auto;
}
@media (min-width: 768px) {
  .accommodation-tax-amount .tax-table__img {
    width: 33.828125vw;
    max-width: 433px;
    margin: auto;
  }
}
.accommodation-tax-amount .tax-table__lead {
  font-size: clamp(18px, 4.8vw, 18px);
  text-align: center;
  font-weight: bold;
  margin-bottom: 4vw;
  letter-spacing: 0.07em;
}
@media (min-width: 768px) {
  .accommodation-tax-amount .tax-table__lead {
    font-size: 1.40625vw;
    margin-bottom: 2.34375vw;
  }
}
@media (min-width: 980px) {
  .accommodation-tax-amount .tax-table__lead {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.accommodation-tax-amount .tax-table__plus {
  width: auto;
  margin: auto;
}
@media (min-width: 768px) {
  .accommodation-tax-amount .tax-table__plus {
    width: 33.828125vw;
    max-width: 433px;
  }
}
.accommodation-tax-amount .tax-table__notice {
  margin: 4.2666666667vw;
  font-size: clamp(13px, 3.4666666667vw, 13px);
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .accommodation-tax-amount .tax-table__notice {
    margin: 0.78125vw;
    font-size: 1.015625vw;
  }
}
@media (min-width: 980px) {
  .accommodation-tax-amount .tax-table__notice {
    margin: 10px;
    font-size: 13px;
  }
}
.accommodation-tax-amount .tax-table__notice span {
  font-size: clamp(15px, 4vw, 15px);
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .accommodation-tax-amount .tax-table__notice span {
    text-align: center;
    font-size: 1.171875vw;
  }
}
@media (min-width: 980px) {
  .accommodation-tax-amount .tax-table__notice span {
    font-size: 15px;
  }
}
.accommodation-tax-amount .tax-table__notice span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 3px;
  background-color: #c2cb4d;
  z-index: -1;
}
@media (min-width: 768px) {
  .accommodation-tax-amount .tax-table__notice span::after {
    width: 20vw;
    max-width: 256px;
    right: 0;
    margin: auto;
    bottom: 0.3125vw;
  }
}
@media (min-width: 980px) {
  .accommodation-tax-amount .tax-table__notice span::after {
    bottom: 4px;
  }
}
.accommodation-tax-amount .tax-table__inner {
  padding: 8vw 5.3333333333vw;
}
@media (min-width: 768px) {
  .accommodation-tax-amount .tax-table__inner {
    padding: 1.5625vw 0;
  }
}
@media (min-width: 980px) {
  .accommodation-tax-amount .tax-table__inner {
    padding: 20px 0;
  }
}
.accommodation-tax-amount .tax-table__txt {
  font-size: clamp(12px, 3.2vw, 12px);
  letter-spacing: 0.06em;
  text-align: left;
  margin: 0 0 0 5.3333333333vw;
}
@media (min-width: 768px) {
  .accommodation-tax-amount .tax-table__txt {
    margin: 0 0 0 4.6875vw;
  }
}
@media (min-width: 980px) {
  .accommodation-tax-amount .tax-table__txt {
    margin: 0 0 0 60px;
  }
}
.accommodation-tax-amount .tax-table .scroll__contents {
  width: 100%;
  height: 74.6666666667vw;
  overflow: auto;
  padding: 0 5.3333333333vw;
  position: relative;
}
@media (min-width: 768px) {
  .accommodation-tax-amount .tax-table .scroll__contents {
    width: 53.125vw;
    height: 28.125vw;
    margin: auto;
    padding: 0;
  }
}
@media (min-width: 980px) {
  .accommodation-tax-amount .tax-table .scroll__contents {
    max-width: 680px;
    height: 360px;
  }
}
.accommodation-tax-amount .tax-table .scroll__contents img {
  width: 100%;
  display: block;
  max-width: none;
}
@media (min-width: 768px) {
  .accommodation-tax-amount .tax-table .scroll__contents img {
    width: 100%;
  }
}
.accommodation-tax-amount .notice-txt {
  color: #231815;
  text-align: center;
  font-size: 13px;
}

.purpose {
  padding: 17.0666666667vw 6.4vw 13.3333333333vw;
  margin-top: -17.0666666667vw;
}
@media (min-width: 768px) {
  .purpose {
    margin-top: 0;
    padding: 0 0 100px;
  }
}
.purpose__tit {
  position: relative;
  background: #c0d695;
  text-align: center;
  font-size: clamp(20px, 5.3333333333vw, 20px);
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 2.1333333333vw 0;
  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;
  min-height: 18.6666666667vw;
  margin: 18.6666666667vw auto 1.3333333333vw;
  /* 右下の三角形 */
}
@media (min-width: 768px) {
  .purpose__tit {
    font-size: 1.875vw;
    height: 6.71875vw;
    min-height: auto;
    padding: 0;
    width: 66.40625vw;
    margin: 7.8125vw auto 0.390625vw;
  }
}
@media (min-width: 980px) {
  .purpose__tit {
    font-size: 24px;
    max-height: 86px;
    margin: 100px auto 5px;
    max-width: 850px;
  }
  .purpose__tit:after {
    bottom: 13px;
    right: 13px;
  }
  .purpose__tit:before {
    top: 13px;
    left: 13px;
  }
}
.purpose__tit::before {
  content: "";
  position: absolute;
  top: 1.3333333333vw;
  left: 1.3333333333vw;
  border-top: 20px solid #00783d; /* 色 */
  border-right: 20px solid transparent; /* 三角形の形 */
  z-index: 1; /* 背景より前に出す */
}
@media (min-width: 768px) {
  .purpose__tit::before {
    top: 1.015625vw;
    left: 1.015625vw;
  }
}
@media (min-width: 980px) {
  .purpose__tit::before {
    top: 13px;
    left: 13px;
    border-top: 28px solid #00783d; /* 色 */
    border-right: 28px solid transparent; /* 三角形の形 */
  }
}
.purpose__tit::after {
  content: "";
  position: absolute;
  bottom: 1.3333333333vw;
  right: 1.3333333333vw;
  border-bottom: 20px solid #00783d;
  border-left: 20px solid transparent;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__tit::after {
    bottom: 1.015625vw;
    right: 1.015625vw;
  }
}
@media (min-width: 980px) {
  .purpose__tit::after {
    bottom: 13px;
    right: 13px;
    border-bottom: 28px solid #00783d; /* 色 */
    border-left: 28px solid transparent; /* 三角形の形 */
  }
}
@media (min-width: 768px) {
  .purpose__tit.-first {
    margin-top: 0;
  }
}
.purpose__icon {
  display: block;
  width: 20.8vw;
  height: auto;
  margin: 0 2.6666666667vw 1.3333333333vw;
  max-width: 78px;
}
@media (min-width: 768px) {
  .purpose__icon {
    width: 6.09375vw;
    margin: 0 0.390625vw 0.390625vw;
  }
}
@media (min-width: 980px) {
  .purpose__icon {
    margin: 0 5px 5px;
  }
}
.purpose__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1.5px solid #00783d;
  margin-bottom: 3.2vw;
  max-width: 750px;
}
@media (min-width: 768px) {
  .purpose__flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 0.78125vw;
    width: 58.59375vw;
  }
}
@media (min-width: 980px) {
  .purpose__flex {
    margin-bottom: 10px;
  }
}
.purpose__sub-tit {
  font-size: clamp(18px, 4.8vw, 18px);
  font-weight: normal;
}
@media (min-width: 768px) {
  .purpose__sub-tit {
    width: 18.28125vw;
    font-size: 1.5625vw;
  }
}
@media (min-width: 980px) {
  .purpose__sub-tit {
    width: 234px;
    font-size: 20px;
  }
}
.purpose__list {
  list-style: disc inside; /* 記号を内側に */
  margin-bottom: 8vw;
  letter-spacing: 0.06em;
  font-size: clamp(15px, 4vw, 15px);
  padding: 0 0 0 1.3333333333vw;
}
@media (min-width: 768px) {
  .purpose__list {
    font-size: 1.015625vw;
    width: 58.59375vw;
    max-width: 750px;
    margin: 0 auto 1.5625vw;
  }
}
@media (min-width: 980px) {
  .purpose__list {
    font-size: 13px;
    margin: 0 auto 30px;
  }
}
.purpose__list li {
  text-align: justify;
  padding-left: 0.5em; /* 記号と本文の間隔 */
  text-indent: -0.5em;
}
.purpose__img {
  display: block;
  margin: 0 auto 4.8vw;
}
@media (min-width: 768px) {
  .purpose__img {
    margin: 0.78125vw auto 1.5625vw;
    width: 25.78125vw;
  }
}
@media (min-width: 980px) {
  .purpose__img {
    margin: 10px auto 20px;
    max-width: 370px;
  }
}

.vision {
  background: #fff;
  padding: 0 6.9333333333vw 13.3333333333vw;
}
.vision__tit {
  display: block;
  width: 73.6vw;
  margin: 0 0 5.3333333333vw calc(100% - 73.6vw);
}
.vision__sub-tit {
  background: #00783d;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: clamp(19px, 5.0666666667vw, 19px);
  line-height: 1.42;
  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;
  min-height: 18.4vw;
  margin-bottom: 2.6666666667vw;
}
.vision__list {
  color: #00783d;
  margin-bottom: 13.3333333333vw;
  font-size: clamp(15px, 4vw, 15px);
  list-style: disc inside;
}
.vision__list li {
  text-align: justify;
  padding-left: 1em; /* 記号と本文の間隔 */
  text-indent: -1em;
}

.to-businesses {
  background: #fff;
  padding: 17.0666666667vw 6.4vw 6.9333333333vw;
  margin-top: -17.0666666667vw;
}
@media (min-width: 768px) {
  .to-businesses {
    margin-top: 0;
    padding: 0;
  }
}
.to-businesses__tit {
  font-size: clamp(23px, 6.1333333333vw, 23px);
  text-align: center;
  color: #00783d;
  font-weight: bold;
  position: relative;
  margin-bottom: 9.6vw;
  padding-bottom: 4px; /* 文字と線の間隔 */
}
.to-businesses__tit::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%; /* 線の長さを文字幅より長く（120%など） */
  height: 2px; /* 線の太さ */
  background-color: #00783d;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* 中央揃え */
  max-width: 850px;
}
@media (min-width: 768px) {
  .to-businesses__tit {
    font-size: 2.421875vw;
    margin: 0 auto 1.40625vw;
    width: 66.40625vw;
    letter-spacing: 0.04em;
  }
}
@media (min-width: 980px) {
  .to-businesses__tit {
    font-size: 31px;
    margin-bottom: 18px;
  }
}
.to-businesses__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 5px solid #00783d;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4.8vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.to-businesses__box:hover {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .to-businesses__box {
    margin-bottom: 0;
    width: 32.8125vw;
  }
}
@media (min-width: 980px) {
  .to-businesses__box {
    max-width: 420px;
  }
}
.to-businesses__box .top {
  background: #00783d; /* 黒背景 */
  color: #fff; /* 白文字 */
  text-align: center;
  padding: 4vw 0; /* 縦方向の余白 */
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* 高さを均等にする */
  font-size: clamp(23px, 6.1333333333vw, 23px);
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .to-businesses__box .top {
    padding: 1.015625vw 0;
    font-size: 1.796875vw;
  }
}
@media (min-width: 980px) {
  .to-businesses__box .top {
    padding: 13px 0;
    font-size: 23px;
  }
}
.to-businesses__box .bottom {
  background: #fff; /* 白背景 */
  color: #00783d;
  text-align: center;
  padding: 4vw 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .to-businesses__box .bottom {
    padding: 0.78125vw 0;
    font-size: 1.09375vw;
  }
}
@media (min-width: 980px) {
  .to-businesses__box .bottom {
    padding: 10px 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .to-businesses__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 66.40625vw;
    max-width: 850px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
  }
}

.public-relations {
  color: #00783d;
  text-align: center;
  padding-bottom: 8.5333333333vw;
  position: relative;
}
@media (min-width: 768px) {
  .public-relations {
    padding-bottom: 8.4375vw;
    width: 66.40625vw;
    max-width: 850px;
    margin: auto;
  }
}
@media (min-width: 980px) {
  .public-relations {
    padding-bottom: 108px;
  }
}
.public-relations__box {
  border: 1px solid #00783d;
  margin: 14.6666666667vw auto;
  padding: 8vw 0 14.6666666667vw;
}
@media (min-width: 768px) {
  .public-relations__box {
    padding: 3.90625vw 0 4.6875vw;
    margin: 4.84375vw auto;
  }
}
@media (min-width: 980px) {
  .public-relations__box {
    padding: 50px 0 60px;
    margin: 62px auto;
  }
}
.public-relations__tit {
  font-size: clamp(23px, 6.1333333333vw, 23px);
  margin-bottom: 6.4vw;
}
@media (min-width: 768px) {
  .public-relations__tit {
    font-size: 2.34375vw;
    margin-bottom: 2.34375vw;
  }
}
@media (min-width: 980px) {
  .public-relations__tit {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.public-relations__text {
  font-size: clamp(17px, 4.5333333333vw, 17px);
  line-height: 1.84;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .public-relations__text {
    font-size: 1.328125vw;
  }
}
@media (min-width: 980px) {
  .public-relations__text {
    font-size: 17px;
  }
}
.public-relations__text span {
  display: block;
  font-size: clamp(12px, 3.2vw, 12px);
  line-height: 1.4;
  margin-top: 9.3333333333vw;
}
@media (min-width: 768px) {
  .public-relations__text span {
    font-size: 1.09375vw;
    margin-top: 2.1875vw;
  }
}
@media (min-width: 980px) {
  .public-relations__text span {
    font-size: 14px;
    margin-top: 28px;
  }
}

#pinch-hint {
  position: absolute;
  top: 80%;
  right: 0;
  left: 0;
  margin: auto;
  padding: 6px 10px; /* 背景付きなら余白 */
  border-radius: 6px; /* 背景付きなら角丸 */
  opacity: 1;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 9;
}
@media (min-width: 768px) {
  #pinch-hint {
    top: 70%;
  }
}

#pinch-hint.hide {
  opacity: 0;
}

#pinch-hint img {
  width: 32vw; /* アイコンの大きさ */
  height: auto;
  display: block;
  margin: auto;
  max-width: 80px;
  -webkit-animation: fingerSwipe 1.5s infinite ease-in-out;
          animation: fingerSwipe 1.5s infinite ease-in-out;
}

@-webkit-keyframes fingerSwipe {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}

@keyframes fingerSwipe {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}
.blue {
  color: #0066ff;
  text-decoration: underline;
}

.footer {
  padding: 25.0666666667vw 0 8vw;
  position: relative;
  z-index: 1;
  text-align: center;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .footer {
    padding: 11.328125vw 5.46875vw 4.6875vw;
  }
}
@media (min-width: 980px) {
  .footer {
    padding: 145px 70px 60px;
  }
}
.footer .hokkaido-logo {
  display: block;
  width: 40.8vw;
  margin: 5.3333333333vw auto;
  max-width: 153px;
}
@media (min-width: 768px) {
  .footer .hokkaido-logo {
    margin: 1.5625vw auto;
  }
}
@media (min-width: 768px) {
  .footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .footer__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.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;
}