@charset "UTF-8";
@font-face {
  font-family: "Tetsubin";
  src: url("../font/tetsubin.woff2") format("woff2"), url("../font/tetsubin.woff") format("woff"), url("../font/tetsubin.ttf") format("truetype"); /* iOS, Android用 */
  font-weight: normal;
  font-style: normal;
}
/* ------------------------------------------------------------ break-point */
/* ------------------------------------------------------------ color */
/* ------------------------------------------------------------ letter-spacing */
/* ------------------------------------------------------------ weight */
/* ------------------------------------------------------------ font */
.chotai {
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}

.no-chotai {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* ------------------------------------------------------------ parts */
/* ------------------------------------------------------------ media */
/* ------------------------------------------------------------ layout */
/* Canvas Size デザインのアートボードサイズ（適宜変更）
============================================================= */
/* PC Responsive Width 768〜1536の間で可変する（適宜変更）
============================================================= */
/* スマホサイズ切り替えポイント
============================================================= */
/* rem関数
============================================================= */
/* 単位を削除
============================================================= */
/* メディアクエリ
============================================================= */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e6e6e6;
  margin: 1.6em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  color: #000;
  font-size: 62.5%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px), print {
  html {
    font-size: 503.2942898975%;
  }
}
@media screen and (min-width: 1100px) {
  html {
    font-size: 7.3206442167vw;
  }
}
@media screen and (min-width: 1366), print {
  html {
    font-size: 625%;
  }
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.5;
  font-weight: 400;
}

body {
  font-family: "noto-sans-cjk-jp";
  font-size: 15px;
  font-size: min(0.15rem, 15px);
  letter-spacing: 0.04em;
  font-weight: 400;
  line-height: 1.78;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: min(0.14rem, 14px);
  }
}

::-moz-selection {
  color: #000;
  background: #ebf6f6;
}

::selection {
  color: #000;
  background: #ebf6f6;
}

::-moz-selection {
  color: #000;
  background: #ebf6f6;
}

input::-moz-selection, textarea::-moz-selection {
  color: #000;
  background: #ebf6f6;
}

input::selection,
textarea::selection {
  color: #000;
  background: #ebf6f6;
}

input::-moz-selection,
textarea::-moz-selection {
  color: #000;
  background: #ebf6f6;
}

/* link
   ========================================================================== */
a {
  color: #000;
  text-decoration: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
a:before, a:after {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  a {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
}
/* image
   ========================================================================== */
img {
  line-height: 1;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

table th img,
table td img {
  vertical-align: middle;
}

/* ClearFix
   ========================================================================== */
.clear {
  clear: both;
}

.clearfix,
.fbox,
#contents,
.item-wrap {
  display: block;
}
.clearfix:after,
.fbox:after,
#contents:after,
.item-wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* float
   ========================================================================== */
.fr {
  float: right;
}

.fl {
  float: left;
}

ul.fbox li {
  float: left;
  display: inline;
}

/* button
   ========================================================================== */
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: #000;
  font-family: "noto-sans-cjk-jp";
  cursor: pointer;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

/* select
   ========================================================================== */
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  color: #000;
}

/* form label
   ========================================================================== */
input,
textarea,
label {
  vertical-align: middle;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  color: #000;
}

/* position
   ========================================================================== */
.text-r {
  text-align: right !important;
}

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important;
}

.text-l {
  text-align: left !important;
}

.text-ul {
  text-decoration: underline;
}

/* ==========================================================================
   responsive
   ========================================================================== */
/* image
   ========================================================================== */
/* display
   ========================================================================== */
.block {
  display: block;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.pc-inline {
  display: inline;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
}
.al-it-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ------------------------------------------------------------ font */
.chotai {
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}

.no-chotai {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* ------------------------------------------------------------ parts */
/* ------------------------------------------------------------ media */
/* ------------------------------------------------------------ layout */
/* Canvas Size デザインのアートボードサイズ（適宜変更）
============================================================= */
/* PC Responsive Width 768〜1536の間で可変する（適宜変更）
============================================================= */
/* スマホサイズ切り替えポイント
============================================================= */
/* rem関数
============================================================= */
/* 単位を削除
============================================================= */
/* メディアクエリ
============================================================= */
/*------------------------------------------------------------------------------------ common */
.flex {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wf-active #intro {
  opacity: 0;
}

#intro {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: liner;
          transition-timing-function: liner;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  content: "";
  display: block;
  z-index: 20000;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
}

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

::selection {
  background-color: #000;
  color: #fff;
}

#headingsMapWrapper .results .tree-results li {
  font-size: 8px !important;
}

img.img-full {
  max-width: 100%;
  width: 100%;
  height: auto;
}

img.img-ofi {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
}

:root {
  --scrollbar: 0px;
}

.content {
  margin: 0 auto;
}

.content-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.gothic {
  font-family: "noto-sans-cjk-jp";
  font-weight: 900;
}

.top-scroll {
  display: none;
}

/*------------------------------------------------------------------------------------ line-height */
.lh10 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh14 {
  line-height: 1.4;
}

.lh18 {
  line-height: 1.8;
}

.lh20 {
  line-height: 2;
}

/*------------------------------------------------------------------------------------ footer */
/* ------------------------------------------------------------ font */
.chotai {
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}

.no-chotai {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* ------------------------------------------------------------ parts */
/* ------------------------------------------------------------ media */
/* ------------------------------------------------------------ layout */
/* Canvas Size デザインのアートボードサイズ（適宜変更）
============================================================= */
/* PC Responsive Width 768〜1536の間で可変する（適宜変更）
============================================================= */
/* スマホサイズ切り替えポイント
============================================================= */
/* rem関数
============================================================= */
/* 単位を削除
============================================================= */
/* メディアクエリ
============================================================= */
html,
body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  scrtollbar-gutter: stable;
  -ms-touch-action: none;
}

#decoboco * {
  user-drag: none; /* ドラッグ禁止 */
  user-select: none; /* 選択禁止 */
  -webkit-user-drag: none; /* Webkitブラウザ（ChromeやSafari）向け */
  -webkit-user-select: none;
  -moz-user-select: none; /* Firefox向け */
  -ms-user-select: none; /* IE向け */
}

@-webkit-keyframes decobocoBtn {
  0% {
    scale: 1;
  }
  10% {
    scale: 1.1;
  }
  100% {
    scale: 1;
  }
}

@keyframes decobocoBtn {
  0% {
    scale: 1;
  }
  10% {
    scale: 1.1;
  }
  100% {
    scale: 1;
  }
}
.btn-reserve {
  text-align: left;
  z-index: 2;
  position: fixed;
  bottom: 0.24rem;
  right: 0.24rem;
  font-family: darumadrop-one, "Tetsubin", sans-serif;
  font-size: 28px;
  font-size: min(0.28rem, 28px);
  background: #d15d1e;
  color: #fff;
  line-height: 1.3;
  padding: 0.13rem 0.32rem 0.19rem 0.64rem;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .btn-reserve {
    bottom: 0.16rem;
    right: 0.16rem;
    font-size: 20px;
    font-size: min(0.2rem, 20px);
    padding: 0.06rem 0.1rem 0.1rem 0.1rem;
  }
}
.btn-reserve img {
  position: absolute;
  top: 0.2rem;
  left: 0.28rem;
  width: 0.3rem;
}
@media screen and (max-width: 767px) {
  .btn-reserve img {
    top: -0.16rem;
    left: 50%;
    translate: -50% 0;
    width: 0.24rem;
  }
}
.btn-reserve span {
  display: block;
  font-size: 14px;
  font-size: min(0.14rem, 14px);
}
@media screen and (max-width: 767px) {
  .btn-reserve span {
    font-size: 11px;
    font-size: min(0.11rem, 11px);
  }
}
.btn-reserve:hover {
  background-color: #fff;
  color: #d15d1e;
  -webkit-animation: decobocoBtn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
          animation: decobocoBtn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  scale: 1.05;
}

.btn-line {
  text-align: left;
  z-index: 2;
  position: fixed;
  bottom: 0.24rem;
  right: 2.8rem;
  font-family: darumadrop-one, "Tetsubin", sans-serif;
  font-size: 28px;
  font-size: min(0.28rem, 28px);
  background: #06c755;
  color: #fff;
  line-height: 1.3;
  padding: 0.13rem 0.32rem 0.19rem 0.64rem;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .btn-line {
    bottom: 0.16rem;
    right: 1.44rem;
    font-size: 20px;
    font-size: min(0.2rem, 20px);
    padding: 0.06rem 0.1rem 0.1rem 0.1rem;
  }
}
.btn-line img {
  position: absolute;
  top: 0.2rem;
  left: 0.26rem;
  width: 0.3rem;
  border-radius: 0.06rem;
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 32px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .btn-line img {
    top: -0.16rem;
    left: 50%;
    translate: -50% 0;
    width: 0.24rem;
  }
}
.btn-line span {
  display: block;
  font-size: 14px;
  font-size: min(0.14rem, 14px);
}
@media screen and (max-width: 767px) {
  .btn-line span {
    font-size: 11px;
    font-size: min(0.11rem, 11px);
  }
}
.btn-line:hover {
  background-color: #fff;
  color: #06c755;
  -webkit-animation: decobocoBtn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
          animation: decobocoBtn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.btn-ig {
  text-align: left;
  z-index: 2;
  position: fixed;
  bottom: 0.24rem;
  left: 0.24rem;
  background: #fff;
  padding: 0.22rem;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
  background: url(../img/bg-ig.jpg) no-repeat center/cover;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn-ig {
    bottom: 0.16rem;
    left: 0.16rem;
    padding: 0.12rem;
  }
}
.btn-ig img {
  width: 0.4rem;
}
@media screen and (max-width: 767px) {
  .btn-ig img {
    width: 0.3rem;
  }
}
.btn-ig:hover {
  -webkit-animation: decobocoBtn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
          animation: decobocoBtn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.btn-ig.show:hover {
  -webkit-animation: none;
          animation: none;
}
.btn-ig.show ul {
  bottom: 1rem;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .btn-ig.show ul {
    bottom: 0.7rem;
  }
}
.btn-ig.show ul li {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 1;
}
.btn-ig.show ul li:nth-child(1) {
  translate: -0.05rem -0.22rem;
  rotate: -3deg;
  -webkit-transition-delay: 0.09s;
          transition-delay: 0.09s;
}
.btn-ig.show ul li:nth-child(2) {
  translate: 0.05rem -0.12rem;
  rotate: 2deg;
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}
.btn-ig.show ul li:nth-child(3) {
  translate: 0.3rem -0.1rem;
  rotate: -3deg;
  -webkit-transition-delay: 0.03s;
          transition-delay: 0.03s;
}
.btn-ig.show ul li:nth-child(4) {
  translate: -0.04rem 0rem;
  rotate: 1deg;
}
.btn-ig ul {
  pointer-events: none;
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition-property: "opacity";
  transition-property: "opacity";
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-ig ul li {
  opacity: 0;
  -webkit-transition-property: "translate rotate";
  transition-property: "translate rotate";
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  translate: 0;
  rotate: 0;
}
.btn-ig ul li a {
  display: inline-block;
  padding: 0.03rem 0.16rem 0.07rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: darumadrop-one, "Tetsubin", sans-serif;
  font-size: 16px;
  font-size: min(0.16rem, 16px);
  background: #fff;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.btn-ig ul li a:hover {
  background-color: #d15d1e;
  color: #fff;
}

.waku {
  display: block;
  padding-inline: 0.24rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 0.06rem;
  margin-top: 0.32rem !important;
}
.waku a {
  text-align: right;
  display: block;
  padding-block: 0.2rem 0.24rem;
}
@media screen and (max-width: 767px) {
  .waku a {
    font-size: 40px;
    font-size: min(0.4rem, 40px);
  }
}
.waku a:before {
  translate: 0 -50%;
}

.btn {
  font-family: darumadrop-one, "Tetsubin", sans-serif;
  font-size: 28px;
  font-size: min(0.28rem, 28px);
  position: relative;
  padding-left: 0.3rem;
  line-height: 1;
  display: inline-block;
}
.btn:before {
  position: absolute;
  top: 50%;
  translate: 0 -25%;
  left: 0;
  content: "";
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  background-color: #000;
  -webkit-mask: url(../img/arrow.svg) no-repeat center/contain;
          mask: url(../img/arrow.svg) no-repeat center/contain;
}
.btn:hover {
  color: #D15D1E;
}
.btn:hover:before {
  -webkit-animation: btn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards infinite;
          animation: btn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards infinite;
  background-color: #D15D1E;
}
.btn.back:before {
  scale: -1 1;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 24px;
    font-size: min(0.24rem, 24px);
    padding-left: 0.2rem;
  }
  .btn:before {
    width: 0.12rem;
    height: 0.12rem;
  }
}

@-webkit-keyframes btn {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes btn {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.star-wrap {
  z-index: 20001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.star {
  width: 0.4rem;
  height: 0.38rem;
  background: url(../img/decoboco/star.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .star {
    width: 0.2rem;
    height: 0.19rem;
  }
}

.star1 {
  width: 1.46rem;
  height: 1.41rem;
  background: url(../img/decoboco/star1.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .star1 {
    width: 0.73rem;
    height: 0.7rem;
  }
}

.star2 {
  width: 1.03rem;
  height: 0.98rem;
  background: url(../img/decoboco/star2.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .star2 {
    width: 0.51rem;
    height: 0.49rem;
  }
}

.star3 {
  width: 1.41rem;
  height: 1.35rem;
  background: url(../img/decoboco/star3.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .star3 {
    width: 0.7rem;
    height: 0.67rem;
  }
}

@-webkit-keyframes fall {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translate(var(--endX), var(--endY)) rotate(30deg);
            transform: translate(var(--endX), var(--endY)) rotate(30deg);
  }
}

@keyframes fall {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translate(var(--endX), var(--endY)) rotate(30deg);
            transform: translate(var(--endX), var(--endY)) rotate(30deg);
  }
}
.noise {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/noise.gif);
  background-size: 1rem;
  opacity: 0.1;
}

.scroll_target {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100svh;
}
@media screen and (max-width: 767px) {
  .scroll_target {
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* iOSで慣性スクロールを有効にする */
    -ms-touch-action: auto;
        touch-action: auto; /* スクロール操作を無効化しない */
  }
}

body.is-tablet .scroll_target {
  overflow: auto;
  -webkit-overflow-scrolling: touch; /* iOSで慣性スクロールを有効にする */
  -ms-touch-action: auto;
      touch-action: auto; /* スクロール操作を無効化しない */
}

.draggable {
  position: relative;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  width: calc(24.62rem + 1rem);
}

.draggable-inner {
  padding: 0.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.decoboco-header {
  width: 24.62rem;
  padding-bottom: 0.05rem;
  margin-bottom: 0.5rem;
  border-bottom: 4px solid transparent;
  -o-border-image: url(../img/decoboco/line-yoko.svg) 4 round;
     border-image: url(../img/decoboco/line-yoko.svg) 4 round;
}
@media screen and (max-width: 767px) {
  .decoboco-header {
    width: auto;
  }
}
.decoboco-header img:nth-child(1) {
  width: 2.45rem;
}
.decoboco-header img:nth-child(2) {
  width: 2.4rem;
  margin-left: auto;
}
.decoboco-header img:nth-child(3) {
  width: 2.45rem;
  margin-left: auto;
}

.decoboco-footer {
  padding-top: 0.1rem;
  margin-bottom: 1.5rem;
  border-top: 4px solid transparent;
  -o-border-image: url(../img/decoboco/line-yoko.svg) 4 round;
     border-image: url(../img/decoboco/line-yoko.svg) 4 round;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.decoboco-footer img:nth-child(1) {
  width: 2.4rem;
  text-align: left;
}
.decoboco-footer img:nth-child(2) {
  width: 2.59rem;
  text-align: right;
}

.img-waku {
  border: 3px solid #000;
}

.txt p {
  font-family: "noto-sans-cjk-jp";
  font-weight: 900;
  text-align: justify;
  font-size: 24px;
  font-size: min(0.24rem, 24px);
}
.txt p:not(:first-child) {
  margin-top: 0.16rem;
}
@media screen and (max-width: 767px) {
  .txt p {
    font-size: 32px;
    font-size: min(0.32rem, 32px);
  }
}

.s-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem auto 0.5rem 1fr 0.5rem auto 0.5rem 1fr;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  -ms-grid-rows: -webkit-max-content 1.2rem -webkit-max-content 1.2rem 1fr 1.2rem auto;
  -ms-grid-rows: max-content 1.2rem max-content 1.2rem 1fr 1.2rem auto;
  grid-template-rows: -webkit-max-content -webkit-max-content 1fr auto;
  grid-template-rows: max-content max-content 1fr auto;
  grid-auto-flow: column;
  grid-column-gap: 0.5rem;
  grid-row-gap: 1.2rem;
}

.s-wrap > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.s-wrap > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.s-wrap > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.s-wrap > *:nth-child(4) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.s-wrap > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.s-wrap > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.s-wrap > *:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.s-wrap > *:nth-child(8) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}

.s-wrap > *:nth-child(9) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.s-wrap > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.s-wrap > *:nth-child(11) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}

.s-wrap > *:nth-child(12) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}

.s-wrap > *:nth-child(13) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.s-wrap > *:nth-child(14) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}

.s-wrap > *:nth-child(15) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}

.s-wrap > *:nth-child(16) {
  -ms-grid-row: 7;
  -ms-grid-column: 7;
}

.s-wrap > *:nth-child(17) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.s-wrap > *:nth-child(18) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}

.s-wrap > *:nth-child(19) {
  -ms-grid-row: 5;
  -ms-grid-column: 9;
}

.s-wrap > *:nth-child(20) {
  -ms-grid-row: 7;
  -ms-grid-column: 9;
}

.s1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/6/2;
}

.s2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/6/3;
}

.s3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/3/3/4;
}

.s4 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 1/4/3/5;
}

.s5 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-area: 1/5/3/6;
}

.s6 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: 3/3/4/6;
}

.s7 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 4/3/6/4;
}

.s8 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 4/4/6/5;
}

.s9 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-area: 4/5/6/6;
}

.s1 {
  width: 7.3rem;
}

.ttl-deco {
  margin-bottom: 0.32rem;
}
.ttl-deco img {
  width: 100%;
}

.deco-menu {
  margin-top: 0.16rem;
  position: relative;
  border-bottom: 4px solid transparent;
  -o-border-image: url(../img/decoboco/line-yoko.svg) 4 round;
     border-image: url(../img/decoboco/line-yoko.svg) 4 round;
}
.deco-menu::after {
  position: absolute;
  left: 0.12rem;
  bottom: 1.3rem;
  content: "Contents";
  font-family: darumadrop-one, "Tetsubin", sans-serif;
  font-size: 24px;
  font-size: min(0.24rem, 24px);
}
.deco-menu:before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 1.23rem;
  height: 1.27rem;
  background: url(../img/decoboco/neko-yaji.svg) no-repeat;
  background-size: contain;
}
.deco-menu li {
  margin-left: 1.55rem;
  font-size: 34px;
  font-size: min(0.34rem, 34px);
  counter-increment: count;
  position: relative;
  padding-left: 0.4rem;
  font-family: darumadrop-one, "Tetsubin", sans-serif;
}
@media screen and (max-width: 767px) {
  .deco-menu li {
    font-size: 40px;
    font-size: min(0.4rem, 40px);
  }
}
.deco-menu li:before {
  content: counter(count, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-size: min(0.2rem, 20px);
}
.deco-menu li:not(:first-child) {
  border-top: 1px solid #000;
}
.deco-menu li a {
  display: block;
  padding-block: 0.06rem;
}
.deco-menu li a:hover {
  color: #D15D1E;
}

.ttl-earl {
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
}
.ttl-earl span {
  width: 0.64rem;
  position: relative;
}
.ttl-earl span::before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #000;
}
.ttl-earl span img {
  position: relative;
  z-index: 1;
  margin-left: 0.08rem;
}
.ttl-earl span + img {
  width: 4rem;
}

.deco-list {
  margin-top: 0.64rem;
  border-bottom: 4px solid transparent;
  -o-border-image: url(../img/decoboco/line-yoko.svg) 4 round;
     border-image: url(../img/decoboco/line-yoko.svg) 4 round;
}
.deco-list li {
  border-top: 1px solid #000;
}
.deco-list li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.24rem 0.56rem 0.24rem 0;
  position: relative;
}
.deco-list li a:hover h3 {
  color: #D15D1E;
}
.deco-list li a:hover:after {
  -webkit-animation: btn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both infinite;
          animation: btn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both infinite;
  background-color: #D15D1E;
}
.deco-list li a:after {
  position: absolute;
  top: 50%;
  translate: 0 -25%;
  right: 0.16rem;
  content: "";
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  background-color: #000;
  -webkit-mask: url(../img/arrow.svg) no-repeat center/contain;
          mask: url(../img/arrow.svg) no-repeat center/contain;
}
.deco-list li a .thumb {
  width: 1.2rem;
  aspect-ratio: 1;
  margin-right: 0.24rem;
}
@media screen and (max-width: 767px) {
  .deco-list li a .thumb {
    width: 1.6rem;
    margin-right: 0.24rem;
  }
}
.deco-list li a .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.deco-list li a .date {
  font-size: 24px;
  font-size: min(0.24rem, 24px);
  line-height: 1;
  font-family: darumadrop-one, "Tetsubin", sans-serif;
}
.deco-list li a .date span {
  font-size: 18px;
  font-size: min(0.18rem, 18px);
  margin-left: 0.08rem;
  background-color: #000;
  color: #fff;
  padding: 0.02rem 0.16rem 0.04rem;
  border-radius: 0.16rem;
}
.deco-list li a h3 {
  font-family: darumadrop-one, "Tetsubin", sans-serif;
  margin-top: 0.12rem;
  font-size: 40px;
  font-size: min(0.4rem, 40px);
  line-height: 1.15;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .deco-list li a h3 {
    font-size: 46px;
    font-size: min(0.46rem, 46px);
  }
}

.book {
  margin-top: 1rem;
  padding-top: 1rem;
  text-align: center;
  position: relative;
}
.book:before, .book:after {
  content: "";
  position: absolute;
}
.book:before {
  width: 2.08rem;
  height: 3.36rem;
  background: url(../img/decoboco/copy-book1.svg) no-repeat;
  top: 0.15rem;
  right: 0;
}
.book:after {
  width: 1.2rem;
  height: 1.94rem;
  background: url(../img/decoboco/copy-book2.svg) no-repeat;
  top: 3.27rem;
  left: 0.45rem;
}
.book img {
  width: 4.89rem;
}
.book p {
  font-size: 24px;
  font-size: min(0.24rem, 24px);
  font-weight: 900;
}

.s2 {
  width: 0.7rem;
  text-align: center;
}

.s3 {
  width: 7.3rem;
}
.s3 .txt {
  margin-top: 0.24rem;
}
.s3 .fr {
  width: 3rem;
  margin: 0.12rem 0 0.12rem 0.4rem;
}

.s4 {
  border-left: 2px solid transparent;
  -o-border-image: url(../img/decoboco/line-tate.svg) 2 round;
     border-image: url(../img/decoboco/line-tate.svg) 2 round;
  width: 0.02rem;
}

.s5 {
  width: 7.3rem;
}
.s5 .orihime {
  background: url(../img/decoboco/bg-txt.svg) no-repeat;
}
.s5 .orihime h2 {
  min-height: 4.96rem;
  padding-top: 0.24rem;
  text-align: center;
}
.s5 .orihime h2 img {
  display: inline-block;
}
.s5 .orihime h2 img:first-child {
  width: 3rem;
}
.s5 .orihime h2 img:last-child {
  margin-top: 0.12rem;
  width: 2.7rem;
}
.s5 .orihime .photo {
  position: relative;
  display: block;
  margin-top: 0.8rem;
}
.s5 .orihime .photo:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.s5 .orihime .photo img {
  width: 4rem;
}
.s5 .orihime .photo img:last-child {
  margin-top: -1.2rem;
  float: right;
}
.s5 .orihime .txt {
  position: relative;
  padding-left: 1.2rem;
  margin-top: 0.24rem;
}
.s5 .orihime .ttl-ishi {
  position: absolute;
  top: -7.28rem;
  right: 0;
}
.s5 .orihime .ttl-ishi:after {
  font-family: darumadrop-one, "Tetsubin", sans-serif;
  font-size: 30px;
  font-size: min(0.3rem, 30px);
  position: absolute;
  top: 3.16rem;
  right: 1.2rem;
  content: "stone house";
  display: block;
  white-space: nowrap;
}
.s5 .orihime .ttl-ki {
  position: absolute;
  top: -1.22rem;
  left: 0;
}
.s5 .orihime .ttl-ki:after {
  font-family: darumadrop-one, "Tetsubin", sans-serif;
  font-size: 30px;
  font-size: min(0.3rem, 30px);
  position: absolute;
  top: 0.24rem;
  left: 1.2rem;
  content: "tree house";
  display: block;
  white-space: nowrap;
}

.s6 {
  width: 15.62rem;
  height: auto;
}
.s6 .txt {
  width: 5rem;
  margin-right: 0.8rem;
  height: auto;
}
.s6 .txt h4 {
  font-family: darumadrop-one, "Tetsubin", sans-serif;
  font-size: 40px;
  font-size: min(0.4rem, 40px);
  margin-top: 0.48rem;
}
.s6 .photo {
  width: 7.6rem;
  margin-right: auto;
}

.s7 {
  width: 7.3rem;
  position: relative;
}
.s7 .photo {
  text-align: right;
}
.s7 .photo h4 {
  position: absolute;
  top: -0.32rem;
  left: 0;
}
.s7 .photo h4 + img {
  width: 5.8rem;
}
.s7 .txt {
  margin-top: 0.48rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.s7 .txt p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.48rem;
  margin-top: 0;
}

.s8 {
  border-left: 2px solid transparent;
  -o-border-image: url(../img/decoboco/line-tate.svg) 2 round;
     border-image: url(../img/decoboco/line-tate.svg) 2 round;
  width: 0.02rem;
}

.s9 {
  width: 7.3rem;
  position: relative;
}
.s9 .photo h4 {
  position: absolute;
  top: -0.32rem;
  right: 0;
}
.s9 .photo h4 + img {
  width: 5.8rem;
}
.s9 .txt {
  margin-top: 0.48rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.s9 .txt p {
  margin-left: 0.48rem;
  margin-top: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer {
  margin-top: 0.8rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 4px solid transparent;
  -o-border-image: url(../img/decoboco/line-yoko.svg) 4 round;
     border-image: url(../img/decoboco/line-yoko.svg) 4 round;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem 0;
}
.footer .btn {
  font-size: 40px;
  font-size: min(0.4rem, 40px);
}
.footer .address {
  width: 8rem;
  font-size: 26px;
  font-size: min(0.26rem, 26px);
  padding-left: 2rem;
  position: relative;
}
.footer .address img {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0.1rem;
  width: 1.5rem;
}
.footer .address h3 {
  line-height: 1;
  font-family: darumadrop-one, "Tetsubin", sans-serif;
  font-size: 50px;
  font-size: min(0.5rem, 50px);
}
.footer .address p {
  margin-top: 0.1rem;
}
.footer .address span {
  font-size: 20px;
  font-size: min(0.2rem, 20px);
  font-family: darumadrop-one, "Tetsubin", sans-serif;
}
.footer .open {
  width: 7.3rem;
  font-size: 26px;
  font-size: min(0.26rem, 26px);
}
.footer .open .btn span {
  font-size: 20px;
  font-size: min(0.2rem, 20px);
}
.footer .map {
  width: 7.3rem;
  font-size: 28px;
  font-size: min(0.28rem, 28px);
  padding-left: 1.8rem;
  position: relative;
}
.footer .map img {
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 1.4rem;
}

/* ------------------------------------------------------------------------------------------------------------------------ 詳細ページ */
@media screen and (max-width: 767px) {
  #decoboco-detail {
    -ms-touch-action: auto;
        touch-action: auto;
  }
}

#decoboco-category .wrapper,
#decoboco-detail .wrapper {
  margin: 0.395rem;
}
@media screen and (max-width: 767px) {
  #decoboco-category .wrapper,
  #decoboco-detail .wrapper {
    margin: 0.226rem;
  }
}
#decoboco-category .wrapper .decoboco-header,
#decoboco-detail .wrapper .decoboco-header {
  width: auto;
  padding-bottom: 0.0395rem;
  margin-bottom: 0.16rem;
  border-bottom: 3.16px solid transparent;
  -o-border-image: url(../img/decoboco/line-yoko.svg) 4 round;
     border-image: url(../img/decoboco/line-yoko.svg) 4 round;
}
@media screen and (max-width: 767px) {
  #decoboco-category .wrapper .decoboco-header,
  #decoboco-detail .wrapper .decoboco-header {
    padding-bottom: 0.01808rem;
    margin-bottom: 0.08rem;
    border-bottom: 1.808px solid transparent;
    -o-border-image: url(../img/decoboco/line-yoko.svg) 4 round;
       border-image: url(../img/decoboco/line-yoko.svg) 4 round;
  }
}
#decoboco-category .wrapper .decoboco-header img:nth-child(1),
#decoboco-detail .wrapper .decoboco-header img:nth-child(1) {
  width: 193.55px;
}
@media screen and (max-width: 767px) {
  #decoboco-category .wrapper .decoboco-header img:nth-child(1),
  #decoboco-detail .wrapper .decoboco-header img:nth-child(1) {
    width: 110.74px;
  }
}
#decoboco-category .wrapper .decoboco-header img:nth-child(2),
#decoboco-detail .wrapper .decoboco-header img:nth-child(2) {
  width: 189.6px;
}
@media screen and (max-width: 767px) {
  #decoboco-category .wrapper .decoboco-header img:nth-child(2),
  #decoboco-detail .wrapper .decoboco-header img:nth-child(2) {
    width: 108.48px;
  }
}
#decoboco-category .wrapper .decoboco-header img:nth-child(3),
#decoboco-detail .wrapper .decoboco-header img:nth-child(3) {
  width: 193.55px;
}
@media screen and (max-width: 767px) {
  #decoboco-category .wrapper .decoboco-header img:nth-child(3),
  #decoboco-detail .wrapper .decoboco-header img:nth-child(3) {
    display: none;
  }
}
#decoboco-category .wrapper .decoboco-footer,
#decoboco-detail .wrapper .decoboco-footer {
  margin-block: 1.2rem 0.5rem;
  padding-top: 0.04rem;
  border-top: 3.16px solid transparent;
}
@media screen and (max-width: 767px) {
  #decoboco-category .wrapper .decoboco-footer,
  #decoboco-detail .wrapper .decoboco-footer {
    border-top: 1.808px solid transparent;
  }
}
#decoboco-category .wrapper .decoboco-footer img:nth-child(1),
#decoboco-detail .wrapper .decoboco-footer img:nth-child(1) {
  width: 189.6px;
}
@media screen and (max-width: 767px) {
  #decoboco-category .wrapper .decoboco-footer img:nth-child(1),
  #decoboco-detail .wrapper .decoboco-footer img:nth-child(1) {
    width: 108.48px;
  }
}
#decoboco-category .wrapper .decoboco-footer img:nth-child(2),
#decoboco-detail .wrapper .decoboco-footer img:nth-child(2) {
  width: 204.61px;
}
@media screen and (max-width: 767px) {
  #decoboco-category .wrapper .decoboco-footer img:nth-child(2),
  #decoboco-detail .wrapper .decoboco-footer img:nth-child(2) {
    width: 117.068px;
  }
}

.blog {
  margin-top: 0.72rem;
}

.btn-cate {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}
.btn-cate button {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-family: darumadrop-one, "Tetsubin", sans-serif;
  font-size: 18px;
  font-size: min(0.18rem, 18px);
}
.btn-cate button span {
  position: relative;
  display: inline-block;
  height: 2px;
  width: 8px;
  background: #000;
  translate: 0 2px;
}
.btn-cate button span:before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 2px;
  width: 8px;
  background: #000;
  top: -4px;
  left: 0;
}
.btn-cate button span:after {
  bottom: -4px;
  left: 0;
  position: absolute;
  content: "";
  display: inline-block;
  height: 2px;
  width: 8px;
  background: #000;
}

.blog-archive .btn-cate {
  top: 0.13rem;
}

.blog-category.is-open {
  background: rgba(0, 0, 0, 0.3);
  pointer-events: auto;
}
.blog-category.is-open .blog-sticky {
  bottom: 0;
}

@media screen and (min-width: 768px), print {
  .blog-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .blog-category {
    pointer-events: none;
    z-index: 1;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    background: rgba(0, 0, 0, 0);
    -webkit-transition-property: "background";
    transition-property: "background";
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
  }
}
@media screen and (min-width: 768px), print {
  .blog-category .blog-sticky {
    position: sticky;
    bottom: 0.4rem;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .blog-category .blog-sticky {
    pointer-events: auto;
    display: block;
    position: absolute;
    -webkit-transition-property: "bottom";
    transition-property: "bottom";
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 16px 16px 0 0;
    padding: 0.2rem 0.4rem 0.4rem;
  }
}
.blog-category .deco-menu {
  border-bottom: 3.16px solid transparent;
}
.blog-category .deco-menu::after {
  left: 0.0948rem;
  bottom: 1.027rem;
  content: "Category";
  font-size: 18.96px;
  font-size: min(0.1896rem, 18.96px);
}
@media screen and (max-width: 767px) {
  .blog-category .deco-menu::after {
    left: 0.05424rem;
    bottom: 0.678rem;
    font-size: 12.656px;
    font-size: min(0.12656rem, 12.656px);
  }
}
.blog-category .deco-menu:before {
  width: 0.9717rem;
  height: 1.0033rem;
}
@media screen and (max-width: 767px) {
  .blog-category .deco-menu:before {
    width: 0.61472rem;
    height: 0.6328rem;
  }
}
.blog-category .deco-menu li {
  margin-left: 1.2245rem;
  font-size: 26.86px;
  font-size: min(0.2686rem, 26.86px);
  padding-left: 0.316rem;
}
@media screen and (max-width: 767px) {
  .blog-category .deco-menu li {
    margin-left: 0.75936rem;
    font-size: 20.792px;
    font-size: min(0.20792rem, 20.792px);
    padding-left: 0.1808rem;
  }
}
.blog-category .deco-menu li:before {
  font-size: 15.8px;
  font-size: min(0.158rem, 15.8px);
}
@media screen and (max-width: 767px) {
  .blog-category .deco-menu li:before {
    font-size: 9.04px;
    font-size: min(0.0904rem, 9.04px);
  }
}
.blog-category .deco-menu li a {
  display: block;
  padding-block: 0.0474rem;
}
@media screen and (max-width: 767px) {
  .blog-category .deco-menu li a {
    padding-block: 0.02712rem;
  }
}
.blog-category .deco-menu + a {
  display: block;
  margin-top: 0.32rem;
  width: 3.4rem;
}
@media screen and (max-width: 767px) {
  .blog-category .deco-menu + a {
    width: 100%;
    margin-top: 0.24rem auto 0;
  }
}

.blog-post {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .blog-post {
    width: 6.08rem;
    margin-left: auto;
  }
}
.blog-post .date {
  font-size: 24px;
  font-size: min(0.24rem, 24px);
  line-height: 1;
  font-family: darumadrop-one, "Tetsubin", sans-serif;
}
@media screen and (max-width: 767px) {
  .blog-post .date {
    font-size: 16px;
    font-size: min(0.16rem, 16px);
  }
}
.blog-post .date span {
  font-size: 18px;
  font-size: min(0.18rem, 18px);
  margin-left: 0.08rem;
  background-color: #000;
  color: #fff;
  padding: 0.02rem 0.16rem 0.04rem;
  border-radius: 0.16rem;
}
@media screen and (max-width: 767px) {
  .blog-post .date span {
    font-size: 14px;
    font-size: min(0.14rem, 14px);
  }
}
.blog-post .ttl-post {
  margin-top: 0.24rem;
  font-size: 56px;
  font-size: min(0.56rem, 56px);
  font-family: darumadrop-one, "Tetsubin", sans-serif;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .blog-post .ttl-post {
    font-size: 32px;
    font-size: min(0.32rem, 32px);
  }
}
.blog-post .blog-content {
  margin-top: 0.56rem;
}
@media screen and (max-width: 767px) {
  .blog-post .blog-content {
    margin-top: 0.32rem;
  }
}
.blog-post .blog-content > *:first-child,
.blog-post .blog-content > *:first-child img {
  margin-top: 0;
}
.blog-post .blog-content h2 {
  font-family: darumadrop-one, "Tetsubin", sans-serif;
  font-size: 36px;
  font-size: min(0.36rem, 36px);
  margin-top: 0.8rem;
  border-bottom: 3.16px solid transparent;
  -o-border-image: url(../img/decoboco/line-yoko.svg) 4 round;
     border-image: url(../img/decoboco/line-yoko.svg) 4 round;
}
.blog-post .blog-content h3 {
  font-size: 36px;
  font-size: min(0.36rem, 36px);
  font-family: darumadrop-one, "Tetsubin", sans-serif;
  margin-top: 0.8rem;
  border-bottom: 3.16px solid transparent;
  -o-border-image: url(../img/decoboco/line-yoko.svg) 4 round;
     border-image: url(../img/decoboco/line-yoko.svg) 4 round;
}
@media screen and (max-width: 767px) {
  .blog-post .blog-content h3 {
    font-size: 20px;
    font-size: min(0.2rem, 20px);
  }
}
.blog-post .blog-content p {
  font-size: 20px;
  font-size: min(0.2rem, 20px);
  margin-top: 0.24rem;
}
@media screen and (max-width: 767px) {
  .blog-post .blog-content p {
    font-size: 16px;
    font-size: min(0.16rem, 16px);
  }
}
.blog-post .blog-content img {
  width: 100% !important;
  margin-top: 0.32rem;
  border: 0.4rem solid #fff;
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 32px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .blog-post .blog-content img {
    border: 0.32rem solid #fff;
  }
}

/* ------------------------------------------------------------ ブログ一覧 */
.blog-archive {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .blog-archive {
    width: 8.47rem;
    margin-left: auto;
    min-height: 4rem;
  }
}
.blog-archive .ttl-category {
  font-size: 56px;
  font-size: min(0.56rem, 56px);
  font-family: darumadrop-one, "Tetsubin", sans-serif;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .blog-archive .ttl-category {
    font-size: 32px;
    font-size: min(0.32rem, 32px);
  }
}

.other {
  margin-top: 1.2rem;
}
.other .ttl-other {
  font-size: 28px;
  font-size: min(0.28rem, 28px);
  font-family: darumadrop-one, "Tetsubin", sans-serif;
  margin-top: 1.2rem 0.6rem;
  padding-top: 0.24rem;
  border-top: 3.16px solid transparent;
  -o-border-image: url(../img/decoboco/line-yoko.svg) 4 round;
     border-image: url(../img/decoboco/line-yoko.svg) 4 round;
}
@media screen and (max-width: 767px) {
  .other .ttl-other {
    font-size: 20px;
    font-size: min(0.2rem, 20px);
    border-top: 1.808px solid transparent;
  }
}

@media screen and (min-width: 768px), print {
  .other .list {
    margin-left: 4.4rem;
  }
}

.list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* 最後のコンテンツを左寄せにする指定 */
}
@media screen and (max-width: 767px) {
  .list {
    margin-top: -0.24rem;
  }
}
.list .no-post {
  width: 100%;
  text-align: center;
  font-family: darumadrop-one, "Tetsubin", sans-serif;
  font-size: 24px;
  font-size: min(0.24rem, 24px);
}
.list:after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0;
}
@media screen and (max-width: 767px) {
  .list:after {
    width: 45%;
  }
}
.list article {
  width: 2.5rem;
  margin-top: 0.64rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list article {
    width: 45%;
  }
}
.list article a {
  display: block;
}
.list article a:hover h3 {
  color: #D15D1E;
}
.list article a .thumb {
  width: 85%;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .list article a .thumb {
    width: 83%;
  }
}
.list article a .date {
  position: absolute;
  top: 0;
  left: calc(100% - 1em);
  display: inline-block;
  font-size: 20px;
  font-size: min(0.2rem, 20px);
  line-height: 1;
  font-family: darumadrop-one, "Tetsubin", sans-serif;
}
.list article a .date span {
  display: block;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: "vpal";
  font-feature-settings: "vpal";
}
@media screen and (max-width: 767px) {
  .list article a .date {
    font-size: 12px;
    font-size: min(0.12rem, 12px);
  }
}
.list article a h3 {
  font-family: darumadrop-one, "Tetsubin", sans-serif;
  margin-top: 0.16rem;
  font-size: 32px;
  font-size: min(0.32rem, 32px);
  line-height: 1.15;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list article a h3 {
    font-size: 24px;
    font-size: min(0.24rem, 24px);
  }
}
.list article a .desc {
  margin-top: 0.12rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.pager {
  margin-top: 0.8rem;
}
.pager ul {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.32rem;
}
@media screen and (max-width: 767px) {
  .pager ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.2rem;
  }
}
.pager ul li {
  line-height: 1;
  font-size: 28px;
  font-size: min(0.28rem, 28px);
  font-family: darumadrop-one, "Tetsubin", sans-serif;
}
@media screen and (max-width: 767px) {
  .pager ul li {
    font-size: 24px;
    font-size: min(0.24rem, 24px);
  }
}
.pager ul li .label {
  display: inline;
}
.pager ul li.deactive {
  opacity: 0.2;
}
.pager ul li .current {
  border-bottom: 2px solid #000;
}
.pager ul li.hide {
  display: none;
}
.pager ul li a:hover {
  color: #D15D1E;
}
.pager ul li a:hover:before {
  -webkit-animation: btn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards infinite;
          animation: btn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards infinite;
  background-color: #D15D1E !important;
}
.pager ul .next:not(.hide) {
  position: relative;
  padding-right: 0.3rem;
}
.pager ul .next:not(.hide):before {
  position: absolute;
  top: 50%;
  translate: 0 -25%;
  right: 0;
  content: "";
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  background-color: #000;
  -webkit-mask: url(../img/arrow.svg) no-repeat center/contain;
          mask: url(../img/arrow.svg) no-repeat center/contain;
}
.pager ul .prev:not(.hide) p,
.pager ul a.prev {
  position: relative;
  padding-left: 0.3rem;
}
.pager ul .prev:not(.hide) p:before,
.pager ul a.prev:before {
  position: absolute;
  top: 50%;
  translate: 0 -25%;
  scale: -1 1;
  left: 0;
  content: "";
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  background-color: #000;
  -webkit-mask: url(../img/arrow.svg) no-repeat center/contain;
          mask: url(../img/arrow.svg) no-repeat center/contain;
}

/* ------------------------------------------------------------ font */
.chotai {
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}

.no-chotai {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* ------------------------------------------------------------ parts */
/* ------------------------------------------------------------ media */
/* ------------------------------------------------------------ layout */
/* Canvas Size デザインのアートボードサイズ（適宜変更）
============================================================= */
/* PC Responsive Width 768〜1536の間で可変する（適宜変更）
============================================================= */
/* スマホサイズ切り替えポイント
============================================================= */
/* rem関数
============================================================= */
/* 単位を削除
============================================================= */
/* メディアクエリ
============================================================= */
#teaser {
  background-color: #faf7f5;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  height: 100%;
  min-width: 1100px;
}
@media screen and (max-width: 767px) {
  #teaser {
    min-width: auto;
  }
}
#teaser {
  /*------------------------------------------------------------------------------------ header */
  /*------------------------------------------------------------------------------------ footer */
  /*------------------------------------------------------------------------------------ category-list */
}
#teaser header {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100%;
}
#teaser footer {
  background-color: #707070;
  color: #fff;
}
#teaser .category-list .category-tag.current {
  opacity: 0.3;
}
#teaser body,
#teaser html {
  background: #000;
}
#teaser #fontplus-trial-banner {
  display: none !important;
}
#teaser body.nairan-hide #nairan p {
  opacity: 0 !important;
}
#teaser #nairan {
  position: absolute;
  top: 500px;
  left: 10vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #teaser #nairan {
    top: 370px;
    left: 0;
  }
}
#teaser #nairan p {
  display: inline-block;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
}
#teaser #nairan p:after {
  z-index: 2;
  text-align: center;
  position: absolute;
  top: 0.38rem;
  right: 0.52rem;
  content: "×";
  color: #fff;
  font-size: 0.5rem;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #teaser #nairan p:after {
    font-size: 0.3rem;
    top: 0.17rem;
    right: 0.29rem;
  }
}
#teaser #nairan p:before {
  z-index: 1;
  position: absolute;
  top: 30px;
  right: 30px;
  content: "";
  display: block;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background: #d13020;
}
@media screen and (max-width: 767px) {
  #teaser #nairan p:before {
    width: 60px;
    height: 60px;
    top: 10px;
    right: 10px;
  }
}
#teaser #nairan img {
  rotate: -1deg;
  width: 80vw;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  #teaser #nairan img {
    rotate: 1deg;
    width: 100vw;
  }
}
#teaser #hand {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 4;
  width: 34vw;
  bottom: -45vh;
  left: -15vw;
  rotate: 10deg;
}
@media screen and (max-width: 767px) {
  #teaser #hand {
    width: 50vw;
    bottom: -10dvh;
    left: -27vw;
    rotate: 10deg;
  }
}
#teaser #hand img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #teaser #hand img {
    rotate: 10deg;
  }
}
#teaser .granz {
  position: relative;
}
#teaser .granz:before {
  opacity: 0.6;
  pointer-events: none;
  mix-blend-mode: lighten;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/teaser/granz.jpg);
  background-size: 100%;
}
#teaser .wrapper {
  position: relative;
  overflow: hidden;
  padding: 0.4rem 0;
}
@media screen and (max-width: 767px) {
  #teaser .wrapper {
    padding: 0rem 0 0.8rem;
  }
}
#teaser .nav {
  opacity: 0;
  width: 100%;
  z-index: 3;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  #teaser .nav {
    gap: 0;
    bottom: 0px;
    right: 0px;
    z-index: 4;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #teaser .nav:before {
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    background: url(../img/teaser/nav-line.png) repeat-x;
    background-size: 50%;
  }
}
#teaser .nav a {
  display: block;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  padding: 12px 24px;
  border-radius: 30px;
  display: block;
  text-align: center;
  background: url(../img/teaser/bg-middle.jpg);
  background-size: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "noto-sans-cjk-jp";
  font-size: 15px;
  font-size: min(0.15rem, 15px);
  color: #000;
}
@media screen and (max-width: 767px) {
  #teaser .nav a {
    padding: 18px 0 22px;
    font-size: 14px;
    font-size: min(0.14rem, 14px);
    border-radius: 0;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 767px) {
  #teaser .nav p {
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  #teaser {
    /*
    .bg-sp {
      height: 80svh;
      overflow-x: hidden;
      overflow-y: scroll;
      mix-blend-mode: multiply;
    }
      */
  }
}
#teaser .bg {
  display: block;
  position: relative;
  width: 11.5rem;
  margin: 10px auto;
  background: url(../img/teaser/bg-middle.jpg) repeat-y;
}
@media screen and (max-width: 767px) {
  #teaser .bg {
    width: 100%;
    margin: 10px auto;
    background: url(../img/teaser/bg-middle-sp.jpg) repeat-y;
    padding: 0.1rem 0;
  }
}
#teaser .bg::before {
  width: 11.5rem;
  height: 6px;
  display: block;
  content: "";
  top: -6px;
  left: 0;
  position: absolute;
  background: url(../img/teaser/bg-top.png) repeat-x;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  #teaser .bg::before {
    width: 100%;
    height: 7px;
    top: -7px;
    background: url(../img/teaser/bg-top-sp.png) repeat-x;
    background-size: 100%;
  }
}
#teaser .bg::after {
  width: 11.5rem;
  height: 6px;
  display: block;
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  background: url(../img/teaser/bg-bottom.png) repeat-x;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  #teaser .bg::after {
    width: 100%;
    height: 10px;
    bottom: -10px;
    background: url(../img/teaser/bg-bottom-sp.png) repeat-x;
    background-size: 100%;
  }
}
#teaser .waku {
  padding: 0.6rem 0.27rem 0.4rem;
}
@media screen and (max-width: 767px) {
  #teaser .waku {
    padding: 0.2rem 0.1rem 0.2rem;
  }
}
#teaser .waku .waku-outer {
  background: url(../img/teaser/waku-middle.png) repeat-y;
  background-size: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #teaser .waku .waku-outer {
    background: url(../img/teaser/waku-middle-sp.png) repeat-y;
    background-size: 100%;
  }
}
#teaser .waku .waku-outer::before {
  width: 100%;
  height: 0.21rem;
  display: block;
  content: "";
  top: -0.19rem;
  left: 0;
  position: absolute;
  background: url(../img/teaser/waku-top.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #teaser .waku .waku-outer::before {
    height: 0.11rem;
    top: -0.1rem;
    background: url(../img/teaser/waku-top-sp.png) no-repeat;
    background-size: contain;
  }
}
#teaser .waku .waku-outer::after {
  width: 100%;
  height: 0.04rem;
  display: block;
  content: "";
  position: absolute;
  bottom: -0.03rem;
  left: 0;
  background: url(../img/teaser/waku-bottom.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #teaser .waku .waku-outer::after {
    height: 0.04rem;
    bottom: -0.03rem;
    background: url(../img/teaser/waku-bottom-sp.png) no-repeat;
    background-size: contain;
  }
}
#teaser .waku .waku-inner {
  padding: 0.1rem 0.12rem;
}
@media screen and (max-width: 767px) {
  #teaser .waku .waku-inner {
    padding: 0.05rem;
  }
}
#teaser .waku img {
  mix-blend-mode: multiply;
}
#teaser .ttl-news .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 0.1rem;
}
@media screen and (max-width: 767px) {
  #teaser .ttl-news .right {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-left: 0;
  }
}
#teaser .ttl-news .left {
  width: 8.475rem;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media screen and (max-width: 767px) {
  #teaser .ttl-news .left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
    margin-top: 0.04rem;
  }
}
#teaser .open {
  position: relative;
}
#teaser .open #count {
  display: block;
  line-height: 1;
  position: absolute;
  bottom: 0.98rem;
  right: 1.22rem;
  text-align: right;
  font-size: 0.58rem;
  font-family: "noto-sans-cjk-jp";
  color: #d13020;
}
@media screen and (max-width: 767px) {
  #teaser .open #count {
    bottom: 3.12rem;
    right: 0.8rem;
    font-size: 0.4rem;
  }
}
#teaser .hospital {
  margin-top: 0.14rem;
}
@media screen and (max-width: 767px) {
  #teaser .hospital picture + img {
    margin-top: 0.14rem;
  }
}
#teaser .ricorita {
  margin-top: 0.14rem;
}
#teaser .hotel {
  width: 5.02rem;
  margin-top: 0.16rem;
  margin-right: 0.17rem;
}
@media screen and (max-width: 767px) {
  #teaser .hotel {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0.14rem;
    margin-right: 0;
  }
}
#teaser .trimming {
  margin-top: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  #teaser .trimming {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-top: 0.14rem;
  }
}
#teaser .blog {
  padding: 0.4rem 0;
}
@media screen and (max-width: 767px) {
  #teaser .blog {
    padding: 0.4rem 0 0.13rem;
  }
}
#teaser .blog .blog-outer {
  background: url(../img/teaser/blog-middle.png) repeat-y;
  background-size: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #teaser .blog .blog-outer {
    background: url(../img/teaser/blog-middle-sp.png) repeat-y;
    background-size: 100%;
  }
}
#teaser .blog .blog-outer::before {
  width: 100%;
  height: 0.24rem;
  display: block;
  content: "";
  top: -0.23rem;
  left: 0;
  position: absolute;
  background: url(../img/teaser/blog-top.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #teaser .blog .blog-outer::before {
    height: 0.13rem;
    top: -0.12rem;
    background: url(../img/teaser/blog-top-sp.png) no-repeat;
    background-size: contain;
  }
}
#teaser .blog .blog-outer::after {
  width: 100%;
  height: 0.24rem;
  display: block;
  content: "";
  position: absolute;
  bottom: -0.24rem;
  left: 0;
  background: url(../img/teaser/blog-bottom.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #teaser .blog .blog-outer::after {
    background: url(../img/teaser/blog-bottom-sp.png) repeat-y;
    height: 0.13rem;
    bottom: -0.13rem;
    background-size: contain;
  }
}
#teaser .blog .blog-inner {
  padding: 0.1rem 0.3rem;
}
@media screen and (max-width: 767px) {
  #teaser .blog .blog-inner {
    padding: 0.15rem 0.2rem 0.1rem;
  }
}
#teaser .ttl-blog {
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #teaser .ttl-blog {
    display: block;
  }
}
#teaser .ttl-blog .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#teaser .ttl-blog .left img {
  width: 5.4rem;
  margin-right: 0.2rem;
}
@media screen and (max-width: 767px) {
  #teaser .ttl-blog .left img {
    width: auto;
    margin-right: auto;
  }
  #teaser .ttl-blog .left ul {
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
#teaser .ttl-blog .right {
  margin-left: auto;
}
#teaser .ttl-blog .right img {
  translate: 0 0;
  width: 0.8rem;
}
@media screen and (max-width: 767px) {
  #teaser .ttl-blog .right {
    display: none;
  }
}
#teaser .blog-contents {
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  #teaser .blog-contents {
    margin-top: 0.3rem;
  }
}
#teaser .wrap-yoyaku:not(:first-child) {
  border-top: 1px solid #000;
  margin-top: 0.3rem;
  padding-top: 0.3rem;
}
#teaser .wrap {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: "vpal";
  font-feature-settings: "vpal";
  text-orientation: upright;
  width: 100%;
  -webkit-column-gap: 0.3rem;
     -moz-column-gap: 0.3rem;
          column-gap: 0.3rem;
  -webkit-column-fill: auto;
     -moz-column-fill: auto;
          column-fill: auto;
}
@media screen and (max-width: 767px) {
  #teaser .wrap {
    -webkit-column-gap: 0.2rem;
       -moz-column-gap: 0.2rem;
            column-gap: 0.2rem;
  }
}
#teaser .wrap .block {
  max-height: 3rem;
}
@media screen and (max-width: 767px) {
  #teaser .wrap .block {
    max-height: 2.3rem;
  }
}
#teaser .wrap .entry-date {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: "vpal";
  font-feature-settings: "vpal";
  margin-left: 0.06rem;
  display: inline-block;
  font-family: "noto-sans-cjk-jp";
  line-height: 1;
  background: #000;
  color: #f5f5f5;
  border: 1px solid #000;
  padding: 2px 0 0;
  letter-spacing: 0;
  text-orientation: initial;
}
#teaser .wrap .entry-date span {
  padding: 1px 1px 1px;
}
@media screen and (max-width: 767px) {
  #teaser .wrap .entry-date span {
    padding-block: 0 2px;
  }
}
#teaser .wrap .entry-date span + span {
  display: inline-block;
  background: #f5f5f5;
  color: #000;
  padding: 2px 1px 3px;
}
@media screen and (max-width: 767px) {
  #teaser .wrap .entry-date span + span {
    padding-block: 0 2px;
  }
}
#teaser .wrap h2.entry-ttl {
  font-family: "noto-sans-cjk-jp";
  display: inline-block;
  margin-left: 0.1rem;
  letter-spacing: 0;
  font-size: 26px;
  font-size: min(0.26rem, 26px);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #teaser .wrap h2.entry-ttl {
    font-size: 24px;
    font-size: min(0.24rem, 24px);
  }
}
#teaser .wrap h3 {
  font-family: "noto-sans-cjk-jp";
  display: inline-block;
  margin-left: 0.1rem;
  letter-spacing: 0;
  font-size: 19px;
  font-size: min(0.19rem, 19px);
  line-height: 1.3;
}
#teaser .wrap figure,
#teaser .wrap img {
  max-height: 3rem;
  width: auto !important;
}
@media screen and (max-width: 767px) {
  #teaser .wrap figure,
  #teaser .wrap img {
    max-height: 2.33rem;
  }
}
#teaser .wrap figure {
  margin-left: 0.1rem;
}
#teaser .wrap p {
  text-align: justify;
  margin-left: 0.1rem;
}

/* ------------------------------------------------------------ font */
.chotai {
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}

.no-chotai {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* ------------------------------------------------------------ parts */
/* ------------------------------------------------------------ media */
/* ------------------------------------------------------------ layout */
/* Canvas Size デザインのアートボードサイズ（適宜変更）
============================================================= */
/* PC Responsive Width 768〜1536の間で可変する（適宜変更）
============================================================= */
/* スマホサイズ切り替えポイント
============================================================= */
/* rem関数
============================================================= */
/* 単位を削除
============================================================= */
/* メディアクエリ
============================================================= */
.mask {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mask.is-close {
  pointer-events: auto;
  opacity: 1;
}

.loader {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: solid 2px;
  border-color: #000 rgba(0, 0, 0, 0.062745098) rgba(0, 0, 0, 0.062745098);
  -webkit-animation: spin 0.4s infinite ease-in-out;
          animation: spin 0.4s infinite ease-in-out;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*------------------------------------------------------------------------------------ actアニメーション */
@media screen and (min-width: 768px), print {
  .bg {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
}
@media screen and (max-width: 767px) {
  .bg {
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}
.act {
  opacity: 0;
  scale: 1.2;
  translate: 0 100px;
}
.act.acted {
  -webkit-animation: show 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
          animation: show 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@-webkit-keyframes show {
  0% {
    rotate: 7deg;
    opacity: 0;
  }
  100% {
    opacity: 1;
    scale: 1;
    rotate: 0;
    translate: 0;
  }
}

@keyframes show {
  0% {
    rotate: 7deg;
    opacity: 0;
  }
  100% {
    opacity: 1;
    scale: 1;
    rotate: 0;
    translate: 0;
  }
}
.act[data-delay="1"] {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.act[data-delay="2"] {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.act[data-delay="3"] {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.act[data-delay="4"] {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.act[data-delay="5"] {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.act[data-delay="6"] {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.act[data-delay="7"] {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.act[data-delay="8"] {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.act[data-delay="9"] {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.act[data-delay="10"] {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.act[data-delay="11"] {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.act[data-delay="12"] {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.act[data-delay="13"] {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.act[data-delay="14"] {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.act[data-delay="15"] {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.act[data-delay="16"] {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.act[data-delay="17"] {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.act[data-delay="18"] {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.act[data-delay="19"] {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.act[data-delay="20"] {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.act[data-delay="21"] {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.act[data-delay="22"] {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.act[data-delay="23"] {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}

.act[data-delay="24"] {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.act[data-delay="25"] {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.act[data-delay="26"] {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.act[data-delay="27"] {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

.act[data-delay="28"] {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.act[data-delay="29"] {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}

.act[data-delay="30"] {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.act[data-delay="31"] {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}

.act[data-delay="32"] {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

.act[data-delay="33"] {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}

.act[data-delay="34"] {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}

.act[data-delay="35"] {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.act[data-delay="36"] {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

.act[data-delay="37"] {
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s;
}

.act[data-delay="38"] {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}

.act[data-delay="39"] {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}

.act[data-delay="40"] {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.act[data-delay="41"] {
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
}

.act[data-delay="42"] {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}

.act[data-delay="43"] {
  -webkit-animation-delay: 4.3s;
          animation-delay: 4.3s;
}

.act[data-delay="44"] {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}

.act[data-delay="45"] {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.act[data-delay="46"] {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}

.act[data-delay="47"] {
  -webkit-animation-delay: 4.7s;
          animation-delay: 4.7s;
}

.act[data-delay="48"] {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}

.act[data-delay="49"] {
  -webkit-animation-delay: 4.9s;
          animation-delay: 4.9s;
}

.act[data-delay="50"] {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.act[data-delay="51"] {
  -webkit-animation-delay: 5.1s;
          animation-delay: 5.1s;
}

.act[data-delay="52"] {
  -webkit-animation-delay: 5.2s;
          animation-delay: 5.2s;
}

.act[data-delay="53"] {
  -webkit-animation-delay: 5.3s;
          animation-delay: 5.3s;
}

.act[data-delay="54"] {
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s;
}

.act[data-delay="55"] {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.act[data-delay="56"] {
  -webkit-animation-delay: 5.6s;
          animation-delay: 5.6s;
}

.act[data-delay="57"] {
  -webkit-animation-delay: 5.7s;
          animation-delay: 5.7s;
}

.act[data-delay="58"] {
  -webkit-animation-delay: 5.8s;
          animation-delay: 5.8s;
}

.act[data-delay="59"] {
  -webkit-animation-delay: 5.9s;
          animation-delay: 5.9s;
}

.act[data-delay="60"] {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.act[data-delay="61"] {
  -webkit-animation-delay: 6.1s;
          animation-delay: 6.1s;
}

.act[data-delay="62"] {
  -webkit-animation-delay: 6.2s;
          animation-delay: 6.2s;
}

.act[data-delay="63"] {
  -webkit-animation-delay: 6.3s;
          animation-delay: 6.3s;
}

.act[data-delay="64"] {
  -webkit-animation-delay: 6.4s;
          animation-delay: 6.4s;
}

.act[data-delay="65"] {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

.act[data-delay="66"] {
  -webkit-animation-delay: 6.6s;
          animation-delay: 6.6s;
}

.act[data-delay="67"] {
  -webkit-animation-delay: 6.7s;
          animation-delay: 6.7s;
}

.act[data-delay="68"] {
  -webkit-animation-delay: 6.8s;
          animation-delay: 6.8s;
}

.act[data-delay="69"] {
  -webkit-animation-delay: 6.9s;
          animation-delay: 6.9s;
}

.act[data-delay="70"] {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.act[data-delay="71"] {
  -webkit-animation-delay: 7.1s;
          animation-delay: 7.1s;
}

.act[data-delay="72"] {
  -webkit-animation-delay: 7.2s;
          animation-delay: 7.2s;
}

.act[data-delay="73"] {
  -webkit-animation-delay: 7.3s;
          animation-delay: 7.3s;
}

.act[data-delay="74"] {
  -webkit-animation-delay: 7.4s;
          animation-delay: 7.4s;
}

.act[data-delay="75"] {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.act[data-delay="76"] {
  -webkit-animation-delay: 7.6s;
          animation-delay: 7.6s;
}

.act[data-delay="77"] {
  -webkit-animation-delay: 7.7s;
          animation-delay: 7.7s;
}

.act[data-delay="78"] {
  -webkit-animation-delay: 7.8s;
          animation-delay: 7.8s;
}

.act[data-delay="79"] {
  -webkit-animation-delay: 7.9s;
          animation-delay: 7.9s;
}

.act[data-delay="80"] {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.act[data-delay="81"] {
  -webkit-animation-delay: 8.1s;
          animation-delay: 8.1s;
}

.act[data-delay="82"] {
  -webkit-animation-delay: 8.2s;
          animation-delay: 8.2s;
}

.act[data-delay="83"] {
  -webkit-animation-delay: 8.3s;
          animation-delay: 8.3s;
}

.act[data-delay="84"] {
  -webkit-animation-delay: 8.4s;
          animation-delay: 8.4s;
}

.act[data-delay="85"] {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}

.act[data-delay="86"] {
  -webkit-animation-delay: 8.6s;
          animation-delay: 8.6s;
}

.act[data-delay="87"] {
  -webkit-animation-delay: 8.7s;
          animation-delay: 8.7s;
}

.act[data-delay="88"] {
  -webkit-animation-delay: 8.8s;
          animation-delay: 8.8s;
}

.act[data-delay="89"] {
  -webkit-animation-delay: 8.9s;
          animation-delay: 8.9s;
}

.act[data-delay="90"] {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.act[data-delay="91"] {
  -webkit-animation-delay: 9.1s;
          animation-delay: 9.1s;
}

.act[data-delay="92"] {
  -webkit-animation-delay: 9.2s;
          animation-delay: 9.2s;
}

.act[data-delay="93"] {
  -webkit-animation-delay: 9.3s;
          animation-delay: 9.3s;
}

.act[data-delay="94"] {
  -webkit-animation-delay: 9.4s;
          animation-delay: 9.4s;
}

.act[data-delay="95"] {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.act[data-delay="96"] {
  -webkit-animation-delay: 9.6s;
          animation-delay: 9.6s;
}

.act[data-delay="97"] {
  -webkit-animation-delay: 9.7s;
          animation-delay: 9.7s;
}

.act[data-delay="98"] {
  -webkit-animation-delay: 9.8s;
          animation-delay: 9.8s;
}

.act[data-delay="99"] {
  -webkit-animation-delay: 9.9s;
          animation-delay: 9.9s;
}

.act[data-delay="100"] {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

#count {
  opacity: 0;
}
/*# sourceMappingURL=common.css.map */