@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/*レスポンシブ対応。カラム数とカラム間marginを自由に設定するMixin*/
/*一列組のみ、記事が増え、2段、3段になるカラム組には適さない*/
/*参考→　https://qiita.com/noqua/items/0dc04aa528269db41a07　*/
html {
  font-size: 62.5%;
  font-weight: 400;
  color: #000;
  height: 100%;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  font-family: "ten-mincho", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media all and (max-width: 620px) {
  body {
    letter-spacing: 0.05em;
    line-height: 1.6em;
  }
}

input[type=button], input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

body::-webkit-scrollbar {
  display: none;
}

body {
  -ms-overflow-style: none;
}

h1, h2, h3, h4 {
  font-family: "ten-mincho", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a {
  text-decoration: none;
  color: #000;
}

select::-ms-expand {
  display: none;
}

:focus {
  outline: none;
}

label {
  cursor: pointer;
}

input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

th {
  font-weight: normal;
}

::selection {
  color: #fff;
  background: #999;
}

::-moz-selection {
  color: #fff;
  background: #999;
}

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

p {
  margin: 0 0 20px;
  line-height: 1.8;
}
@media all and (max-width: 620px) {
  p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
}

/******************
structure
******************/
.wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: #EBE9E5;
}

.contents {
  width: 100%;
}

@media all and (min-width: 981px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
}
@media all and (max-width: 980px) {
  .inner {
    padding: 0 15px;
  }
}
@media all and (max-width: 620px) {
  .inner {
    padding: 0 10px;
  }
}

.js-fadeIn {
  opacity: 0;
  transition: 0.8s 0.3s;
}

.js-fadeIn.animation {
  opacity: 1;
}

.pankuzu {
  position: relative;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  text-align: center;
  padding: 0 0 0 20px;
}
@media all and (max-width: 620px) {
  .pankuzu {
    padding: 0 0 0 10px;
  }
}
.pankuzu ol {
  width: 100%;
  max-width: 1100px;
  list-style: none;
  margin: 5px auto 3px auto;
  position: static;
  text-align: left;
}
.pankuzu li {
  margin-right: 10px;
  vertical-align: middle;
  display: inline;
}
.pankuzu li + li::before {
  display: inline-block;
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  margin: 0 10px 0 0;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  vertical-align: 0.2em;
}
.pankuzu li a {
  color: #000;
}
.pankuzu li a.home {
  vertical-align: -0.3em;
}

.pagenation {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 30px 0;
  border-top: 1px solid #9fa0a0;
}
.pagenation a {
  text-decoration: none;
}
@media all and (min-width: 981px) {
  .pagenation a:hover {
    opacity: 0.6;
  }
}
.pagenation .page-next {
  padding: 5px 15px;
  text-align: center;
}
.pagenation ol {
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
}
.pagenation li + li {
  padding: 10px;
  color: #5b5a5a;
}
.pagenation li span {
  border-top: 1px solid #000;
  display: inline-block;
  margin: -1px 0 0 0;
  padding: 10px;
}

.pager {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 980px) {
  .pager {
    margin-bottom: 40px;
  }
}

.pulldown {
  position: relative;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
}
.pulldown label {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 10px;
  border: solid 1px #9fa0a0;
  cursor: pointer;
}
.pulldown input {
  display: none;
  margin: 0;
}
.pulldown .archive-list {
  display: block;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  transition: 0.2s all ease-out;
}
.pulldown .archive-list ul {
  position: relative;
  border: solid 1px #9fa0a0;
  border-bottom: 0;
  width: 100%;
  top: -15px;
  margin: 0;
  padding: 0;
}
.pulldown .archive-list li {
  border-bottom: solid 1px #9fa0a0;
  cursor: pointer;
  margin: 0;
  padding: 15px 10px 10px;
  width: 100%;
}
.pulldown .archive-list li a {
  display: block;
  color: #000;
  width: 100%;
  height: 100%;
}
.pulldown input:checked ~ .archive-list {
  padding: 10px 0;
  height: auto;
  opacity: 1;
  transition: 0.2s all ease-out;
}

strong {
  font-family: "ten-mincho", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

video {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

img.r {
  float: right;
  border: none;
  margin: 0 0 25px 2px;
  vertical-align: top;
}

img.l {
  float: left;
  margin: 0 2px 25px 0;
  vertical-align: top;
}

img.c {
  display: block;
  text-align: center;
  margin: 0 auto 25px auto;
}

/*レスポンシブ対応。カラム数とカラム間marginを自由に設定するMixin*/
/*一列組のみ、記事が増え、2段、3段になるカラム組には適さない*/
/*参考→　https://qiita.com/noqua/items/0dc04aa528269db41a07　*/
/******************
  header
******************/
.site-title {
  width: 144px;
  margin: 0;
  position: fixed;
  left: 34px;
  top: 40px;
  z-index: 10000;
}
.site-title img {
  transition: 1s;
}
@media all and (max-width: 620px) {
  .site-title {
    width: 116px;
    left: 20px;
    top: 22px;
  }
}

.js_humburgerOpen .site-title img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(21deg) brightness(97%) contrast(103%);
  transition: 1s;
}

.fp-viewing-4 .site-title img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(21deg) brightness(97%) contrast(103%);
  transition: 1s;
}

.fp-viewing-5 .site-title img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(21deg) brightness(97%) contrast(103%);
  transition: 1s;
}

.fp-viewing-4 .navi .navi_main li a {
  color: #000;
  transition: all 400ms ease-out;
}

.fp-viewing-5 .navi .navi_main li a {
  color: #000;
}

.gnav {
  position: relative;
}

/*ハンバーガーボタン*/
.el_humburger {
  position: fixed;
  top: 30px;
  margin: 0;
  right: 40px;
  box-sizing: border-box;
  padding: 0;
  z-index: 1;
  cursor: pointer;
  pointer-events: auto;
}
@media all and (min-width: 981px) {
  .el_humburger {
    display: none;
  }
}
@media all and (max-width: 620px) {
  .el_humburger {
    right: 20px;
    top: 13px;
  }
}

.el_humburger_wrapper {
  width: 36px;
  height: 36px;
  padding-top: 14px;
  display: inline-block;
  color: #fff;
}

.el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;
}

.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  transform: rotate(45deg);
  margin: 0;
  background: #000;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  transform: rotate(-45deg);
  background: #000;
}

.el_humburger .txt {
  margin-top: 15px;
  display: block;
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000;
}

.el_humburgerButton__close span.el_humburger_bar.top {
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close span.el_humburger_bar.bottom {
  transform: translateY(-6px) rotate(45deg);
}

.navi {
  z-index: 1000;
}
@media all and (max-width: 980px) {
  .navi {
    position: fixed;
    top: 0;
    right: 0;
    transform: translateZ(0) translateX(100%);
    opacity: 0;
    height: 100vh;
    background: #EBE9E5;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
}
.navi h2 {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.3em;
  line-height: 1.8;
  margin: 0 0 40px 0;
}
.navi .navi_main {
  font-size: 11px;
  font-size: 1.1rem;
  margin: 0;
  font-family: adobe-jenson-pro-caption, serif;
  font-weight: 600;
  font-style: normal;
  position: fixed;
  top: 117px;
  left: 68px;
  z-index: 1000;
}
@media all and (max-width: 980px) {
  .navi .navi_main {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 620px) {
  .navi .navi_main {
    top: 116px;
    left: 64px;
  }
}
.navi .navi_main .sp-top {
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
  margin-bottom: 18px;
  width: 100px;
}
@media all and (min-width: 981px) {
  .navi .navi_main .sp-top {
    display: none;
  }
}
@media all and (max-width: 980px) {
  .navi .navi_main {
    margin-bottom: 30px;
  }
}
.navi .navi_main li a {
  padding: 7px 0;
  letter-spacing: 0.2em;
  transition: all 400ms ease-out;
  display: block;
}
@media all and (min-width: 981px) {
  .navi .navi_main li a {
    color: #fff;
    padding: 0;
  }
}
.navi .navi_main li a:hover {
  opacity: 0.6;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 980px) {
  .navi .naviunit {
    position: relative;
    height: 100vh;
    width: 100%;
  }
}

.navi_sub {
  font-size: 11px;
  font-size: 1.1rem;
  font-family: adobe-jenson-pro-caption, serif;
  font-weight: 600;
  font-style: normal;
  position: fixed;
  top: 315px;
  z-index: 100;
}
.navi_sub .sort {
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.navi_sub .sort:hover {
  opacity: 0.6;
}
.navi_sub .cat {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: adobe-jenson-pro-caption, serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  margin-top: 15px;
}
.navi_sub .cat .slash {
  padding: 0 5px;
}
.navi_sub .cat .sort {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
@media all and (min-width: 981px) {
  .navi_sub {
    left: 68px;
  }
  .navi_sub::before {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background-color: #333;
    position: absolute;
    top: -25px;
    left: -30px;
  }
}
@media all and (max-width: 980px) {
  .navi_sub {
    top: 23px;
    right: 120px;
  }
  .navi_sub .all {
    display: none;
  }
}
@media all and (max-width: 620px) {
  .navi_sub {
    top: 5px;
    right: 92px;
  }
}

.navi_cart {
  font-size: 11px;
  font-size: 1.1rem;
  font-family: adobe-jenson-pro-caption, serif;
  font-weight: 600;
  font-style: normal;
  position: fixed;
  top: 500px;
  z-index: 100;
  left: 68px;
}
.navi_cart::before {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: -25px;
  left: -30px;
}
@media all and (max-width: 980px) {
  .navi_cart {
    top: 510px;
  }
  .navi_cart::before {
    left: 0;
  }
}
.navi_cart li a {
  padding: 7px 0;
  letter-spacing: 0.2em;
  transition: all 400ms ease-out;
  display: block;
}
@media all and (min-width: 981px) {
  .navi_cart li a {
    padding: 0;
  }
}
.navi_cart li a:hover {
  opacity: 0.6;
  transition: all 0.3s ease-out;
}

.other {
  top: 315px;
}

.js_humburgerOpen .navi {
  transform: translateZ(0) translateX(0);
  opacity: 1;
  transition: all 300ms ease-out;
}

.js_humburgerClose .navi {
  transition: all 300ms ease-out;
}

.navi_item.op_innerLink {
  cursor: pointer;
}

.js_humburgerOpen .menu-bg {
  opacity: 0.3;
  visibility: visible;
}

.js_humburgerOpen .el_humburger.m_fixed {
  position: fixed;
  top: 30px;
  right: 30px;
  margin: 0;
}
@media all and (max-width: 620px) {
  .js_humburgerOpen .el_humburger.m_fixed {
    right: 10px;
  }
}

.js_humburgerOpen .el_humburger {
  opacity: 1;
  z-index: 1001;
}

.el_humburger.m_fixed {
  position: fixed;
  top: 30px !important;
  right: 30px;
}
@media all and (max-width: 980px) {
  .el_humburger.m_fixed {
    right: 20px;
  }
}
@media all and (max-width: 620px) {
  .el_humburger.m_fixed {
    top: 30px;
    right: 0;
  }
}

/* メニューが開いたときの黒い半透明の背景 */
@media all and (max-width: 980px) {
  .menu-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    background: #333;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
  }
}

/* オープン時メニュー矢印出現 */
/* オープン時メニュー矢印閉じる時 */
.el_humburger span.el_humburger_bar {
  display: block;
  width: 36px;
  margin: 0 auto 6px;
  height: 1px;
  background: #fff;
  transition: 0.3s;
}

.fp-viewing-4 .el_humburger span.el_humburger_bar,
.fp-viewing-5 .el_humburger span.el_humburger_bar {
  background: #000;
}

/* オープン時グロバメニュー出現 */
/* グロバメニュー全体出現速度 */
/* グロバメニュー表示速度 */
.gm-fadeIn1 {
  opacity: 0;
  transition: 1s;
  transition-delay: 3s;
  margin-top: 10px;
}

.gm-fadeIn1_5 {
  opacity: 0;
  transition: 1s;
  transition-delay: 3.3s;
  margin-top: 10px;
}

.gm-fadeIn2 {
  opacity: 0;
  transition: 1s;
  transition-delay: 3.2s;
}
@media all and (min-width: 981px) {
  .gm-fadeIn2 {
    margin-top: 5px;
  }
}
@media all and (max-width: 980px) {
  .gm-fadeIn2 {
    transition-delay: 0.2s;
    opacity: 1;
  }
}

.gm-fadeIn3 {
  opacity: 0;
  transition: 1s;
  transition-delay: 3.3s;
}
@media all and (min-width: 981px) {
  .gm-fadeIn3 {
    margin-top: 5px;
  }
}
@media all and (max-width: 980px) {
  .gm-fadeIn3 {
    transition-delay: 0.3s;
    opacity: 1;
  }
}

.gm-fadeIn4 {
  opacity: 0;
  transition: 1s;
  transition-delay: 3.4s;
}
@media all and (min-width: 981px) {
  .gm-fadeIn4 {
    margin-top: 5px;
  }
}
@media all and (max-width: 980px) {
  .gm-fadeIn4 {
    transition-delay: 0.4s;
    opacity: 1;
  }
}

.gm-fadeIn5 {
  opacity: 0;
  transition: 1s;
  transition-delay: 3.5s;
}
@media all and (max-width: 980px) {
  .gm-fadeIn5 {
    transition-delay: 0.5s;
  }
}

.gm-fadeIn6 {
  opacity: 0;
  transition: 1s;
  transition-delay: 3.6s;
}
@media all and (max-width: 980px) {
  .gm-fadeIn6 {
    transition-delay: 0.6s;
    opacity: 1;
  }
}

.gm-fadeIn7 {
  opacity: 0;
  transition: 1s;
  transition-delay: 3.8s;
}
@media all and (max-width: 980px) {
  .gm-fadeIn7 {
    transition-delay: 0.8s;
    opacity: 1;
  }
}

.gm-fadeIn8 {
  opacity: 0;
  transition: 1s;
  transition-delay: 3.9s;
}
@media all and (max-width: 980px) {
  .gm-fadeIn8 {
    transition-delay: 0.9s;
    opacity: 1;
  }
}

.gm-fadeIn1.is-show {
  opacity: 1;
  margin-top: 0;
}

.gm-fadeIn1_5.is-show {
  opacity: 1;
  margin-top: 0;
}

.gm-fadeIn2.is-show {
  opacity: 1;
  margin-top: 0;
}

.gm-fadeIn3.is-show {
  opacity: 1;
  margin-top: 0;
}

.gm-fadeIn4.is-show {
  opacity: 1;
  margin-top: 0;
}

.gm-fadeIn5.is-show {
  opacity: 1;
  margin-top: 0;
}

.gm-fadeIn6.is-show {
  opacity: 1;
  margin-top: 0;
}

.gm-fadeIn7.is-show {
  opacity: 1;
  margin-top: 0;
}

.sd-fadeIn1 {
  opacity: 0;
  transition: 1s;
  margin-top: 10px;
}
@media all and (max-width: 980px) {
  .sd-fadeIn1 {
    opacity: 1;
  }
}

.sd-fadeIn1_5 {
  opacity: 0;
  transition: 1s;
  transition-delay: 0.3s;
  margin-top: 10px;
}
@media all and (max-width: 980px) {
  .sd-fadeIn1_5 {
    opacity: 1;
  }
}

.sd-fadeIn2 {
  opacity: 0;
  transition: 1s;
  transition-delay: 0.2s;
}
@media all and (min-width: 981px) {
  .sd-fadeIn2 {
    margin-top: 5px;
  }
}
@media all and (max-width: 980px) {
  .sd-fadeIn2 {
    opacity: 1;
  }
}

.sd-fadeIn3 {
  opacity: 0;
  transition: 1s;
  transition-delay: 0.3s;
}
@media all and (min-width: 981px) {
  .sd-fadeIn3 {
    margin-top: 5px;
  }
}
@media all and (max-width: 980px) {
  .sd-fadeIn3 {
    opacity: 1;
  }
}

.sd-fadeIn4 {
  opacity: 0;
  transition: 1s;
  transition-delay: 0.4s;
}
@media all and (min-width: 981px) {
  .sd-fadeIn4 {
    margin-top: 5px;
  }
}
@media all and (max-width: 980px) {
  .sd-fadeIn4 {
    opacity: 1;
  }
}

.sd-fadeIn5 {
  opacity: 0;
  transition: 1s;
  transition-delay: 0.5s;
}
@media all and (max-width: 980px) {
  .sd-fadeIn5 {
    opacity: 1;
  }
}

.sd-fadeIn6 {
  opacity: 0;
  transition: 1s;
  transition-delay: 0.6s;
}
@media all and (max-width: 980px) {
  .sd-fadeIn6 {
    opacity: 1;
  }
}

.sd-fadeIn7 {
  opacity: 0;
  transition: 1s;
  transition-delay: 0.8s;
}
@media all and (max-width: 980px) {
  .sd-fadeIn7 {
    opacity: 1;
  }
}

.sd-fadeIn8 {
  opacity: 0;
  transition: 1.2s;
  transition-delay: 1s;
}
@media all and (max-width: 980px) {
  .sd-fadeIn8 {
    transition-delay: 0;
    opacity: 1;
  }
}

.sd-fadeIn9 {
  opacity: 0;
  transition: 1.2s;
  transition-delay: 1.2s;
}
@media all and (max-width: 980px) {
  .sd-fadeIn9 {
    transition-delay: 0.2s;
    opacity: 1;
  }
}

.sd-fadeIn1.is-show {
  opacity: 1;
  margin-top: 0;
}

.sd-fadeIn1_5.is-show {
  opacity: 1;
  margin-top: 0;
}

.sd-fadeIn2.is-show {
  opacity: 1;
  margin-top: 0;
}

.sd-fadeIn3.is-show {
  opacity: 1;
  margin-top: 0;
}

.sd-fadeIn4.is-show {
  opacity: 1;
  margin-top: 0;
}

.sd-fadeIn5.is-show {
  opacity: 1;
  margin-top: 0;
}

.sd-fadeIn6.is-show {
  opacity: 1;
  margin-top: 0;
}

.sd-fadeIn7.is-show {
  opacity: 1;
  margin-top: 0;
}

.sd-fadeIn8.is-show {
  opacity: 1;
  margin-top: 0;
}

.sd-fadeIn9.is-show {
  opacity: 1;
  margin-top: 0;
}

.secondary .site-title img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(21deg) brightness(97%) contrast(103%);
  transition: 1s;
}
.secondary .navi_main li a {
  color: #000;
}
.secondary .el_humburger span.el_humburger_bar {
  background: #000;
}
@media all and (max-width: 980px) {
  .secondary .header-bar {
    background: #EBE9E5;
    height: 100px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
}
@media all and (max-width: 620px) {
  .secondary .header-bar {
    height: 63px;
  }
}

/*レスポンシブ対応。カラム数とカラム間marginを自由に設定するMixin*/
/*一列組のみ、記事が増え、2段、3段になるカラム組には適さない*/
/*参考→　https://qiita.com/noqua/items/0dc04aa528269db41a07　*/
.footer-unit {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
}

.footer {
  width: 100%;
  font-family: adobe-jenson-pro-caption, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.2em;
  height: 330px;
  position: relative;
  bottom: 0;
}
@media all and (max-width: 620px) {
  .footer {
    height: 288px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.footer .footer-main {
  position: relative;
  left: 60px;
  top: 50px;
  display: flex;
}
@media all and (max-width: 620px) {
  .footer .footer-main {
    position: relative;
    top: 50px;
    left: 35px;
    display: block;
  }
}
.footer .footer-main li {
  margin-right: 60px;
}
@media all and (max-width: 620px) {
  .footer .footer-main li {
    margin: 0 0 10px 0;
  }
}
.footer .footer-main li dl {
  line-height: 1;
}
.footer .footer-main li dt {
  margin-bottom: 30px;
}
@media all and (max-width: 620px) {
  .footer .footer-main li dt {
    margin-bottom: 15px;
  }
}
.footer .footer-main li dd {
  line-height: 1.8;
}
@media all and (max-width: 620px) {
  .footer .footer-main li dd {
    display: none;
  }
}
.footer .footer-sub {
  display: flex;
  position: absolute;
  right: 20px;
  top: 45px;
  line-height: 1;
}
@media all and (max-width: 620px) {
  .footer .footer-sub {
    left: 20px;
    bottom: 20px;
    top: auto;
  }
}
.footer .footer-sub .cart {
  border-right: 1px solid #333;
  padding: 5px 10px 5px 0;
  margin-right: 10px;
}
.footer .footer-sub .jp {
  padding: 5px 0;
}
.footer .goto-top {
  display: none;
}
@media all and (max-width: 620px) {
  .footer .goto-top {
    display: block;
  }
}
.footer .goto-top .pagetop {
  position: relative;
  left: 35px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.form-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 70px 0;
}

.reserve-info {
  display: flex;
}
@media all and (max-width: 980px) {
  .reserve-info {
    display: block;
  }
}
.reserve-info .flex {
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c4c4c4;
  height: 50px;
}
.reserve-info .flex p {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.reserve-info .flex .icon {
  margin-right: 20px;
}
.reserve-info .reserve-tel {
  width: 50%;
}
@media all and (max-width: 980px) {
  .reserve-info .reserve-tel {
    width: 100%;
    margin-bottom: 30px;
  }
}
.reserve-info .reserve-mail {
  width: 50%;
}
@media all and (max-width: 980px) {
  .reserve-info .reserve-mail {
    width: 100%;
  }
}
.reserve-info .reserve-mail .icon {
  margin-top: 2px;
}
.reserve-info .no {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0;
}
.reserve-info .no span {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 20px;
}

.contact-form .flex {
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c4c4c4;
  height: 50px;
}
.contact-form .flex p {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.contact-form .flex .icon {
  margin-right: 20px;
  margin-top: 2px;
}

.contact-direct-wrapper {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin: 80px 0;
}
@media all and (max-width: 980px) {
  .contact-direct-wrapper {
    display: inherit;
  }
}
.contact-direct-wrapper .contact-direct {
  width: 50%;
  text-align: center;
}
@media all and (max-width: 980px) {
  .contact-direct-wrapper .contact-direct {
    width: 100%;
  }
}
.contact-direct-wrapper .contact-direct dt {
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.contact-direct-wrapper .contact-direct .time {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media all and (max-width: 980px) {
  .contact-direct-wrapper .contact-direct .time {
    margin-bottom: 70px;
  }
}
.contact-direct-wrapper .button-direct {
  display: block;
  text-decoration: none;
  background: #999;
  color: #EBE9E5;
  position: relative;
  text-align: center;
  font-family: "ten-mincho", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  @icnlude appearance;
  font-size: 14px;
  font-size: 1.4rem;
  width: 280px;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
  display: inline-block;
}
@media all and (max-width: 980px) {
  .contact-direct-wrapper .button-direct {
    margin: 0 auto;
  }
}
.contact-direct-wrapper .button-direct .mail-link::before {
  display: inline-block;
  content: "";
  background: url(/img/mail_icon.svg) no-repeat;
  width: 1.5em;
  height: 1.5em;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.contact-direct-wrapper .button-direct .tel-link::before {
  display: inline-block;
  content: "";
  background: url(/img/tel_icon.svg) no-repeat;
  width: 1.5em;
  height: 1.5em;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.flex-line {
  display: flex;
  height: 60px;
  margin-bottom: 5px;
}
.flex-line .d-t {
  margin-top: 18px;
  font-size: 16px;
  font-size: 1.6rem;
  width: 70px;
}
.flex-line .radio-list {
  margin-top: 18px;
}

.q-line .radio-list {
  padding-top: 18px;
  padding-bottom: 5px;
  min-height: 60px;
  padding-left: 70px;
}
@media all and (max-width: 980px) {
  .q-line .radio-list {
    padding-left: 20px;
  }
}
.q-line .red {
  border-radius: 5px;
}

.reser {
  margin-bottom: 30px !important;
}
.reser .red {
  border-radius: 5px;
}

.contact-form label {
  font-size: 14px;
  font-size: 1.4rem;
}
.contact-form .contact-form-title {
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.contact-form .form-label {
  width: 139px;
  float: left;
  line-height: 1.8;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 2px;
  letter-spacing: 0.03em;
}
.contact-form .form-label span {
  margin-left: 2px;
  font-size: 10px;
  font-size: 1rem;
}
@media all and (max-width: 980px) {
  .contact-form .form-label {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
.contact-form .form-contents {
  margin-left: 145px;
  margin-bottom: 20px;
}
@media all and (max-width: 980px) {
  .contact-form .form-contents {
    margin: 0 0 20px 0;
  }
}
.contact-form .form-contents p {
  font-size: 12px;
  font-size: 1.2rem;
  color: #df0024;
  margin-left: -7px;
}
.contact-form .form-contents span {
  padding-top: 3px;
  font-size: 12px;
  font-size: 1.2rem;
}
.contact-form .form-input {
  width: 100%;
  height: 27px;
  padding-left: 10px;
  background: #fff;
  border: none;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 0px;
}
@media all and (max-width: 980px) {
  .contact-form .form-input {
    padding-left: 15px;
  }
}
.contact-form .form-member {
  height: 60px;
  border: 1px solid #7FBF34;
  border-radius: 5px;
  margin-right: 10px;
  padding: 0 10px;
}
.contact-form .member-unit {
  margin-left: 210px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media all and (max-width: 980px) {
  .contact-form .member-unit {
    margin: 0 0 40px 0;
  }
}
.contact-form .member-unit p {
  margin: 0;
}
.contact-form .member-unit .where {
  width: 60px;
  margin-top: 15px;
}
.contact-form .member-unit .mei {
  margin-right: 50px;
  margin-top: 15px;
}
.contact-form .member-unit .ages {
  width: 60px;
  margin-top: 15px;
}
.contact-form .member-unit .form-input {
  width: 300px;
}
.contact-form .member-unit .adult {
  margin-bottom: 20px;
}
.contact-form .member-unit .child {
  margin-bottom: 50px;
}
.contact-form .kibou {
  margin-left: 210px;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media all and (max-width: 980px) {
  .contact-form .kibou {
    margin: 0 0 10px 0;
  }
}
.contact-form .daiichi {
  padding-top: 17px;
}
.contact-form .form-textarea {
  width: 100%;
  height: 126px;
  border: none;
  padding: 10px 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.contact-form .post {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 5px;
  letter-spacing: 0.1em;
}
.contact-form .required {
  background: #7FBF34;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  float: right;
  margin: 8px 10px 0;
  padding: 2px 8px;
}
@media all and (max-width: 980px) {
  .contact-form .required {
    float: none;
  }
}
.contact-form .form-post {
  width: 300px;
  height: 27px;
  padding-left: 10px;
  border: none;
  background: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
@media all and (max-width: 980px) {
  .contact-form .form-post {
    padding-left: 15px;
  }
}
.contact-form ::placeholder {
  color: #333;
  font-size: 12px;
  font-size: 1.2rem;
}
.contact-form:focus {
  outline: 1px solid #ed1b23;
  outline-offset: 2px;
}
.contact-form .button-send {
  cursor: pointer;
  border: 1px solid #707070;
  display: block;
  text-decoration: none;
  background: #999;
  color: #EBE9E5;
  position: relative;
  text-align: center;
  font-family: "ten-mincho", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  @icnlude appearance;
  transition: 0.2s all ease-out;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 50px;
  width: 292px;
  height: 50px;
  margin-left: 145px;
  display: inline-block;
  letter-spacing: 0.05em;
  background: #fff;
  color: #000;
  position: relative;
}
@media all and (max-width: 980px) {
  .contact-form .button-send {
    margin-left: 0;
  }
}
@media all and (max-width: 620px) {
  .contact-form .button-send {
    width: 100%;
  }
}
.contact-form .button-send::after {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  display: block;
  content: "";
  background: url(/img/arrow.svg) no-repeat;
  width: 10px;
  height: 10px;
}
.contact-form .button-send:hover {
  opacity: 0.6;
}
.contact-form .button-send2 {
  cursor: pointer;
  display: block;
  text-decoration: none;
  background: #999;
  color: #EBE9E5;
  position: relative;
  text-align: center;
  font-family: "ten-mincho", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  @icnlude appearance;
  transition: 0.2s all ease-out;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 50px;
  width: 240px;
  height: 50px;
  margin: 0 10px 0 0;
  display: inline-block;
}
@media all and (max-width: 620px) {
  .contact-form .button-send2 {
    display: block;
    margin: 0 0 20px 0;
  }
}

.form-body {
  margin-bottom: 70px;
}

.agree-unit {
  display: flex;
  background: #fbf3f2 !important;
  padding: 20px 40px;
  max-width: 450px;
  margin: 0 auto 40px;
}
@media all and (max-width: 620px) {
  .agree-unit {
    padding: 20px 10px;
  }
}
.agree-unit p {
  margin: 0;
}
.agree-unit .required {
  float: none;
  margin: 3px 30px 0 0;
  width: 45px;
  height: 21px;
  padding: 5px 0;
  text-align: center;
}
@media all and (max-width: 620px) {
  .agree-unit .required {
    margin: 3px 15px 0 0;
  }
}

.step {
  margin: 0 0 60px 0;
}
@media all and (max-width: 620px) {
  .step {
    display: none;
  }
}
.step ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.step li {
  width: 33%;
  color: #333;
  text-decoration: none;
  padding: 10px 0;
  background: #f1f1f1;
  position: relative;
  display: block;
  text-align: center;
}
.step li.crr {
  background: #999;
  color: #fff;
}

#formArea table {
  width: 100%;
  font-size: 1.4rem;
  margin: 30px 0;
  border-top: 1px solid #a0a0a0;
  border-collapse: collapse;
}

#formArea form {
  max-width: 640px;
}

#formArea th {
  padding: 15px;
  width: 150px;
  text-align: left;
}
@media all and (min-width: 981px) {
  #formArea th {
    border-bottom: 1px solid #a0a0a0;
  }
}
@media all and (max-width: 980px) {
  #formArea th {
    padding: 15px 0 0 0;
    width: 100%;
    display: block;
  }
}

#formArea td {
  padding: 15px;
  border-bottom: 1px solid #a0a0a0;
}
@media all and (max-width: 980px) {
  #formArea td {
    display: block;
    padding: 15px 0 15px 0;
  }
}

.red {
  background: #fbf3f2 !important;
}

.mark ~ span {
  position: relative;
  padding: 0 0 0 35px;
}
.mark ~ span::before {
  display: block;
  content: "";
  border: 2px solid #7FBF34;
  background: #f1f1f1;
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 15px;
  width: 25px;
  height: 25px;
  vertical-align: top;
  border-radius: 5px;
}

.mark ~ .thumbnail {
  padding-top: 65%;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.mark ~ .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mark-re + span {
  position: relative;
  padding: 0 0 0 35px;
}
.mark-re + span::before {
  display: block;
  content: "";
  border: 1px solid #dfa69f;
  position: absolute;
  background: #fbf3f2;
  left: 0;
  top: -5px;
  margin-right: 15px;
  width: 27px;
  height: 27px;
  vertical-align: top;
}

.mark-radio + span {
  position: relative;
  padding: 0 0 0 40px;
}
.mark-radio + span::before {
  display: block;
  content: "";
  border: 1px solid #707070;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  vertical-align: top;
  border-radius: 50%;
}

.mark:checked ~ span::after {
  display: block;
  content: "";
  background: #7FBF34;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 5px;
}

.mark:checked ~ .thumbnail img {
  border: 2px solid #7FBF34;
  box-sizing: border-box;
}

.mark-re:checked + span::after {
  display: block;
  content: "";
  box-sizing: border-box;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 15%;
  left: 5px;
  width: 18px;
  height: 9px;
  transform: rotate(-45deg);
}

.mark-radio:checked + span::after {
  display: block;
  content: "";
  background: #707070;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.select-list {
  margin: 8px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.select-list li {
  margin: 0 30px 10px 0;
}

.document {
  margin-left: 210px !important;
  margin-bottom: 40px;
  margin-top: -20px;
}
@media all and (max-width: 980px) {
  .document {
    margin-left: 10px !important;
    margin-top: -25px !important;
  }
  .document p br {
    display: block !important;
  }
}

.radio-list {
  margin: 0;
  padding: 0;
  width: 100%;
}
.radio-list li {
  margin: 0 15px 10px 0;
  min-width: 18%;
  letter-spacing: 0.03em;
}

select {
  -webkit-appearance: none;
  appearance: none; /* デフォルトのスタイルを無効 */
}

.noun,
.noun-time {
  color: #333 !important;
  font-size: 16px !important;
  margin: 6px 30px 0 2px;
  padding: 0 0 0 5px;
  white-space: nowrap;
}

.reservetime {
  display: flex;
}

.r-time {
  margin-bottom: 0px !important;
}

.first {
  border-bottom: 1px solid #a0a0a0;
  padding: 20px 0 0 0;
  position: relative;
  margin: 0px 0 30px;
}
.first p {
  position: absolute;
  top: 0;
  background: #EBE9E5;
  padding: 10px 10px 10px 0;
}

.formcaution {
  margin: 0 0 30px 38px;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  letter-spacing: 0.02em;
}
@media all and (min-width: 981px) {
  .formcaution {
    margin: 0 0 30px 185px;
  }
}
.formcaution p::before {
  content: "※";
  position: absolute;
  left: -30px;
}
@media all and (max-width: 620px) {
  .formcaution br {
    display: block;
  }
}

.questionnaire {
  margin: 50px 0 0 -10px;
}
@media all and (max-width: 980px) {
  .questionnaire {
    margin: 0 0 0 -10px;
  }
}

.form-page h3 {
  margin: 0 0 30px 0;
  font-size: 18px;
  font-size: 1.8rem;
}

.confirm-form {
  max-width: 730px;
  margin: 0 auto;
}

.confirm-text {
  margin: 0 0 40px 0;
}

.confirm-list {
  margin: 0 0 60px 0;
}
.confirm-list dt {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 10px 0;
}
.confirm-list dd {
  margin: 0 0 15px 0;
  padding: 10px 0;
}

@media all and (max-width: 620px) {
  .btn-list .button-basic {
    width: 100%;
  }
}
@media all and (max-width: 620px) {
  .btn-list .button-back {
    width: 100%;
  }
}

.send-conf {
  cursor: pointer;
  width: 100%;
  color: #fff !important;
  background: #7FBF34 !important;
}
.send-conf:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.send-unit {
  position: relative;
}
.send-unit img {
  position: absolute;
  top: 33%;
  right: 20px;
  transform: translateY(-50%);
  width: 4px;
  height: 9px;
}
@media all and (max-width: 620px) {
  .send-unit img {
    top: 50%;
  }
}

#error-list {
  margin: 0 0 40px 0;
}

.flex-units {
  display: flex;
}
@media all and (max-width: 980px) {
  .flex-units {
    display: block;
  }
}
.flex-units .unit {
  display: flex;
  margin-bottom: 20px;
}

.left-float {
  float: left;
}

.form-cont {
  margin: 0 0 20px 0;
  width: 100%;
}

.slects {
  height: 40px;
  border: 1px solid #a0a0a0;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  padding: 0 10px;
}

.select-unit {
  position: relative;
}

.select-unit::before {
  position: absolute;
  top: 45%;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

.select-lists {
  margin: 8px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.select-lists li {
  margin: 0 30px 20px 0;
}

.form-chance {
  margin: 0 0 0 210px;
  padding-top: 10px;
}
@media all and (max-width: 980px) {
  .form-chance {
    margin: 0;
    padding: 0;
  }
}

.block-unit {
  width: 100%;
}

.sonota {
  height: 100px !important;
}

.policy-zone {
  border: 1px solid #c4c4c4;
  padding: 30px 20px;
  margin-bottom: 30px;
  height: 200px;
  overflow: auto;
}
.policy-zone .privacy {
  font-family: "ten-mincho", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 25px;
}
.policy-zone .policy-unit {
  margin-bottom: 60px;
}
.policy-zone .policy-unit h3 {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 10px 0;
  font-family: "ten-mincho", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.toiawase {
  margin-top: -5px !important;
}

.select-docu {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 620px) {
  .select-docu {
    justify-content: space-between;
    margin-top: 15px;
  }
}
.select-docu li {
  width: 22.8%;
  margin-right: 2.9%;
  margin-bottom: 25px;
}
.select-docu li:last-child {
  margin-right: 0;
}
@media all and (max-width: 620px) {
  .select-docu li {
    width: 48%;
    margin-right: 0;
  }
}

.re-img {
  margin-left: 0 !important;
}

.ui-datepicker {
  border-radius: 0;
}

.ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
  border-radius: 0;
  font-weight: normal;
}

.ui-datepicker .ui-state-default {
  background: #efefef;
  border-color: #efefef;
  color: #333333;
}

.ui-datepicker .ui-state-hover {
  background: #fff;
  border: #fff;
}

.ui-datepicker .ui-state-highlight {
  background: #E96C00;
  border-color: #efefef;
  color: #fff;
}

.ui-datepicker-trigger {
  display: block;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  padding: 0;
  outline: none;
  display: inline-block;
  content: "";
  background: url(/img/cal-icon.svg) no-repeat;
  width: 23px;
  height: 23px;
  vertical-align: middle;
  margin: 18px 0 0 13px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: #000;
}

.confilm-form .button-send {
  margin-top: 30px;
  cursor: pointer;
  border: 1px solid #707070;
  display: block;
  text-decoration: none;
  background: #999;
  color: #EBE9E5;
  position: relative;
  text-align: center;
  font-family: "ten-mincho", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  @icnlude appearance;
  transition: 0.2s all ease-out;
  font-size: 14px;
  font-size: 1.4rem;
  width: 292px;
  height: 50px;
  display: inline-block;
  letter-spacing: 0.05em;
  background: #fff;
  color: #000;
  position: relative;
}
@media all and (max-width: 980px) {
  .confilm-form .button-send {
    margin-left: 0;
  }
}
@media all and (max-width: 620px) {
  .confilm-form .button-send {
    width: 100%;
  }
}
.confilm-form .button-send:hover {
  opacity: 0.6;
}
.confilm-form .button-back {
  text-decoration: underline;
}

.slide-dots {
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  transition: all 400ms ease-out;
}
@media all and (max-width: 620px) {
  .slide-dots {
    bottom: 10px;
  }
}
.slide-dots li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button:before {
  content: "○";
  color: #fff;
  font-size: 10px;
  transform: scale(0.8);
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 400ms ease-out;
}
.slide-dots li.slick-active button:before {
  content: "●";
  color: #fff;
  transition: all 400ms ease-out;
}
@media all and (max-width: 620px) {
  .slide-dots {
    display: none;
  }
}

.start {
  background: #DBD9D1;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100000;
  transition: all 1s;
  opacity: 1;
  visibility: visible;
}

.loading-animation {
  transition: all 1s;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100000;
  max-width: 150px;
  margin: 0 20px;
  width: 100%;
  mix-blend-mode: darken;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.8s;
}
.loading-animation video {
  object-fit: cover;
  width: 150px;
  height: 130px;
}

.pattern {
  transition: all 0s !important;
}

.start.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

.top-header.is-second .gm-fadeIn1 {
  opacity: 0;
  transition: 1s;
  margin-top: 10px;
}
.top-header.is-second .gm-fadeIn1_5 {
  opacity: 0;
  transition: 1s;
  transition-delay: 0.3s;
  margin-top: 10px;
}
.top-header.is-second .gm-fadeIn2 {
  opacity: 0;
  transition: 1s;
  transition-delay: 0.2s;
}
@media all and (min-width: 981px) {
  .top-header.is-second .gm-fadeIn2 {
    margin-top: 5px;
  }
}
@media all and (max-width: 980px) {
  .top-header.is-second .gm-fadeIn2 {
    opacity: 1;
  }
}
.top-header.is-second .gm-fadeIn3 {
  opacity: 0;
  transition: 1s;
  transition-delay: 0.3s;
}
@media all and (min-width: 981px) {
  .top-header.is-second .gm-fadeIn3 {
    margin-top: 5px;
  }
}
@media all and (max-width: 980px) {
  .top-header.is-second .gm-fadeIn3 {
    opacity: 1;
  }
}
.top-header.is-second .gm-fadeIn4 {
  opacity: 0;
  transition: 1s;
  transition-delay: 0.4s;
}
@media all and (min-width: 981px) {
  .top-header.is-second .gm-fadeIn4 {
    margin-top: 5px;
  }
}
@media all and (max-width: 980px) {
  .top-header.is-second .gm-fadeIn4 {
    opacity: 1;
  }
}
.top-header.is-second .gm-fadeIn5 {
  opacity: 0;
  transition: 1s;
  transition-delay: 0.5s;
}
@media all and (max-width: 980px) {
  .top-header.is-second .gm-fadeIn5 {
    opacity: 1;
  }
}
.top-header.is-second .gm-fadeIn6 {
  opacity: 0;
  transition: 1s;
  transition-delay: 0.6s;
}
@media all and (max-width: 980px) {
  .top-header.is-second .gm-fadeIn6 {
    opacity: 1;
  }
}
.top-header.is-second .gm-fadeIn7 {
  opacity: 0;
  transition: 1s;
  transition-delay: 0.8s;
}
.top-header.is-second .gm-fadeIn8 {
  opacity: 0;
  transition: 1s;
  transition-delay: 0.9s;
}
@media all and (max-width: 980px) {
  .top-header.is-second .gm-fadeIn8 {
    opacity: 1;
  }
}
.top-header.is-second .gm-fadeIn1.is-show {
  opacity: 1;
  margin-top: 0;
}
.top-header.is-second .gm-fadeIn1_5.is-show {
  opacity: 1;
  margin-top: 0;
}
.top-header.is-second .gm-fadeIn2.is-show {
  opacity: 1;
  margin-top: 0;
}
.top-header.is-second .gm-fadeIn3.is-show {
  opacity: 1;
  margin-top: 0;
}
.top-header.is-second .gm-fadeIn4.is-show {
  opacity: 1;
  margin-top: 0;
}
.top-header.is-second .gm-fadeIn5.is-show {
  opacity: 1;
  margin-top: 0;
}
.top-header.is-second .gm-fadeIn6.is-show {
  opacity: 1;
  margin-top: 0;
}
.top-header.is-second .gm-fadeIn7.is-show {
  opacity: 1;
  margin-top: 0;
}