@charset "UTF-8";
.btncenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.vertmiddle:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.vertmiddle > * {
  display: inline-block;
  vertical-align: middle;
}

/*-------------------------------------------*/
html {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 100px;
  width: 100%;
  --top-spacing: 1.5rem;
  scroll-padding-top: 1rem;
}
@media print, screen and (min-width: 721px) {
  html {
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 720px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
}
@media print, screen and (min-width: 1400px) {
  html {
    font-size: 100px;
  }
}
@media print, screen and (min-width: 1366px) and (max-width: 1399px) {
  html {
    font-size: 90px;
  }
}
@media print, screen and (min-width: 1280px) and (max-width: 1365px) {
  html {
    font-size: 85px;
  }
}
@media print, screen and (min-width: 1200px) and (max-width: 1279px) {
  html {
    font-size: 80px;
  }
}
@media print, screen and (min-width: 1120px) and (max-width: 1199px) {
  html {
    font-size: 75px;
  }
}
@media print, screen and (min-width: 461px) and (max-width: 1119px) {
  html {
    font-size: 70px;
  }
}
@media screen and (max-width: 720px) {
  html {
    font-size: 150px;
  }
}
@media print, screen and (min-width: 414px) and (max-width: 428px) {
  html {
    font-size: 110px;
  }
}
@media print, screen and (min-width: 376px) and (max-width: 413px) {
  html {
    font-size: 104px;
  }
}
@media print, screen and (max-width: 375px) {
  html {
    font-size: 100px;
  }
}
html.edge {
  -ms-text-size-adjust: 100%;
}
html.safari {
  -webkit-font-smoothing: antialiased;
}

/* reset */
.touchevents * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.chrome body {
  image-rendering: -webkit-optimize-contrast;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, td, th, figure {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

article, aside, footer, header, main, nav, section, figcaption, figure {
  display: block;
}

img {
  -ms-interpolation-mode: bicubic;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  height: 0;
  overflow: visible;
  box-sizing: border-box;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

li {
  list-style: none;
}

sub, sup {
  position: relative;
  vertical-align: baseline;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

canvas {
  display: inline-block;
}

input, select, button, optgroup, textarea {
  font-family: inherit;
  background: none;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0;
}

button, input {
  overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button, select {
  cursor: pointer;
  text-transform: none;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border: none;
}

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

*:focus {
  outline: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

/* 721px以上は消す */
@media print, screen and (min-width: 721px) {
  .sp {
    display: none !important;
  }
}
/* 720px以下は消す */
@media screen and (max-width: 720px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 721px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .ie-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* IE11 */
}
@media all and (-ms-high-contrast: none) {
  .ie-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* IE10 */
}
a {
  transition: 0.3s ease;
}

/* img object-fit */
figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------------------

_variableをクラス化

--------------------------------------------------------- */
.clearfix {
  content: "";
  display: block;
  clear: both;
}

.f_min {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.f_goth {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

.fade {
  opacity: 0;
}

.fadeIn {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.parallax {
  background-attachment: fixed;
  background-size: cover;
}

body {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 0.14rem;
  color: #333333;
}
@media print, screen and (min-width: 721px) {
  body {
    min-width: 1024px;
    line-height: 2;
    letter-spacing: 0.007rem;
  }
}
@media screen and (max-width: 720px) {
  body {
    overflow-x: hidden;
    width: 100%;
    letter-spacing: 0.003rem;
    font-size: 0.12rem;
    line-height: 1.8;
  }
}

/* ie */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
}
/* ---------------------------------------------------------

header

--------------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  background-color: #f4f5f0;
}
@media screen and (max-width: 720px) {
  header {
    z-index: 9998;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    border: none;
  }
}
header .headerWrap {
  transition: 0.5s ease;
  position: relative;
  z-index: 1;
  width: 12rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.64rem 0 0.12rem;
}
@media screen and (max-width: 720px) {
  header .headerWrap {
    width: 100%;
    padding: 0;
    height: 13.333vw;
    border-bottom: 1px solid #c9c3b8;
  }
}
header .headerWrap h1 {
  transition: 1s ease;
  position: fixed;
  top: -1.3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  align-items: center;
  line-height: 1.4;
  overflow: hidden;
}
@media screen and (max-width: 720px) {
  header .headerWrap h1 {
    display: flex;
    margin: 0;
    border-radius: 0;
    position: relative;
    height: auto;
    top: 0;
    line-height: 0;
    padding-left: 0.2rem;
    background: none;
  }
}
header .headerWrap h1 a {
  display: block;
}
header .headerWrap h1 a figure {
  width: 2.2rem;
  height: auto;
  margin: 1.65rem auto 0;
}
@media screen and (max-width: 720px) {
  header .headerWrap h1 a figure {
    width: 36vw;
    margin: 0;
  }
}
header .headerWrap h1 a::after {
  content: "";
  background-image: url("../img/common/logo_mizuhiki.png");
  width: 100%;
  height: 0.5rem;
  display: block;
  background-size: contain;
}
@media screen and (max-width: 720px) {
  header .headerWrap h1 a::after {
    content: none;
  }
}
header .headerWrap .navWrap {
  width: 100%;
}
@media screen and (max-width: 720px) {
  header .headerWrap .navWrap {
    display: none;
    position: fixed;
    top: 13.333vw;
    left: 0;
    width: 100%;
    z-index: 9998;
    background-color: #f4f5f0;
  }
  header .headerWrap .navWrap .logo {
    text-align: center;
    padding: 0.3rem 0 0.2rem;
  }
  header .headerWrap .navWrap .logo h2 {
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.15rem;
  }
  header .headerWrap .navWrap .logo figure {
    height: 0.46rem;
    width: 1.9rem;
    margin: 0.2rem auto 0;
  }
}
header .headerWrap .navWrap nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 720px) {
  header .headerWrap .navWrap nav {
    display: block;
  }
}
header .headerWrap .navWrap nav > ul {
  display: flex;
  justify-content: space-between;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}
header .headerWrap .navWrap nav > ul:first-child {
  width: 4.1rem;
}
@media screen and (max-width: 720px) {
  header .headerWrap .navWrap nav > ul:first-child {
    width: 100%;
  }
}
header .headerWrap .navWrap nav > ul:last-child {
  width: 4.3rem;
}
@media screen and (max-width: 720px) {
  header .headerWrap .navWrap nav > ul:last-child {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 720px) {
  header .headerWrap .navWrap nav > ul:last-child li:nth-child(3), header .headerWrap .navWrap nav > ul:last-child li:last-child {
    border-bottom: 1px solid rgba(77, 77, 77, 0.3);
  }
}
@media screen and (max-width: 720px) {
  header .headerWrap .navWrap nav > ul {
    padding: 0 0.4rem;
    flex-wrap: wrap;
    margin: 0 auto;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
  }
}
header .headerWrap .navWrap nav > ul > li {
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 720px) {
  header .headerWrap .navWrap nav > ul > li {
    width: 50%;
    border-top: 1px solid rgba(77, 77, 77, 0.3);
    margin: 0;
    border-left: none;
  }
}
header .headerWrap .navWrap nav > ul > li:nth-child(4) {
  margin-right: 1.8rem;
}
header .headerWrap .navWrap nav > ul > li:nth-child(5) {
  margin-left: 1.8rem;
}
header .headerWrap .navWrap nav > ul > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 720px) {
  header .headerWrap .navWrap nav > ul > li:nth-of-type(2n) {
    border-left: 1px solid rgba(77, 77, 77, 0.3);
  }
}
@media print, screen and (min-width: 721px) {
  header .headerWrap .navWrap nav > ul > li a {
    display: block;
    position: relative;
    font-size: 0.16rem;
  }
  header .headerWrap .navWrap nav > ul > li a:after {
    content: "";
    width: 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid #d3bc5d;
    display: block;
    margin-top: 0.1rem;
    position: absolute;
    bottom: -0.05rem;
  }
  header .headerWrap .navWrap nav > ul > li a:hover {
    color: #d3bc5d;
  }
  header .headerWrap .navWrap nav > ul > li a:hover::after {
    width: 100%;
    border-bottom: 1px solid #d3bc5d;
  }
}
@media screen and (max-width: 720px) {
  header .headerWrap .navWrap nav > ul > li a {
    padding: 0.15rem 0;
    display: block;
  }
  header .headerWrap .navWrap nav > ul > li a img {
    margin-bottom: -0.02rem;
    margin-left: 0.05rem;
  }
}
@media screen and (max-width: 720px) {
  header .headerWrap .navWrap nav > ul > li:nth-child(7), header .headerWrap .navWrap nav > ul > li:nth-child(8) {
    border-bottom: 1px solid rgba(77, 77, 77, 0.3);
  }
  header .headerWrap .navWrap nav > ul > li:nth-of-type(2n) a {
    display: block;
  }
}
header .headerWrap .navWrap nav > ul > li span {
  display: block;
  font-size: 0.1rem;
}
header .headerWrap .navWrap .btn {
  width: calc(100% - 0.8rem);
  margin: 0 auto 0.4rem;
}
header .headerWrap .navWrap .btn li:first-child a {
  color: #fff;
  background-color: #b43300;
}
header .headerWrap .navWrap .btn li:first-child a::after {
  background-image: url("../img/common/btn_arrow_w_sp.png");
}
header .headerWrap .navWrap .btn li a {
  display: block;
  padding: 0.15rem 0.2rem;
  background-color: #e7eae2;
  margin-bottom: 0.05rem;
  font-weight: bold;
  position: relative;
}
header .headerWrap .navWrap .btn li a::after {
  content: "";
  background-image: url("../img/common/btn_arrow_r_sp.png");
  width: 0.13rem;
  height: 0.18rem;
  position: absolute;
  background-size: contain;
  right: 0.2rem;
}
header .headerWrap.change {
  padding: 0.4rem 0 0.2rem;
}
header .headerWrap.change h1 {
  transition: 0.3s ease;
  background: none;
  top: 0;
  width: auto;
  height: auto;
}
header .headerWrap.change h1 a::after {
  content: none;
}
header .headerWrap.change h1 a figure {
  margin: 0.15rem auto 0;
}

@media screen and (max-width: 720px) {
  .menu_btn {
    height: 10vw;
    position: fixed;
    z-index: 9999;
    top: 4vw;
    right: 0rem;
    width: 20vw;
    height: 5vw;
    transition: background-color 0.7s;
  }
  .menu_btn .open .bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0.24rem;
    height: 2px;
    margin: auto;
    background-color: #000;
    transition: 0.3s;
  }
  .menu_btn .open .bar:nth-child(1) {
    top: -0.13rem;
  }
  .menu_btn .open .bar:nth-child(3) {
    bottom: -0.13rem;
  }
  .menu_btn .close .bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    margin: auto;
    background-color: #000;
    transition: 0.3s;
  }
  .menu_btn .close .bar:nth-child(1) {
    transform: rotate(45deg);
  }
  .menu_btn .close .bar:nth-child(2) {
    transform: rotate(-45deg);
  }
  .menu_btn.active .open .bar {
    width: 0;
  }
  .menu_btn.active .close .bar {
    width: 0.2rem;
  }
}
/* -----------------------------------------------------------------------------

footer

----------------------------------------------------------------------------- */
.lower {
  padding-top: 0.8rem;
}
@media screen and (max-width: 720px) {
  .lower {
    padding-top: 13.333vw;
  }
}
.lower .bread {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  background-color: #f5f2ea;
}
.lower .bread ol {
  width: 12.4rem;
  margin: 0 auto;
}
.lower .bread ol li {
  display: inline-block;
}
.lower .bread ol li a {
  color: #d3bc5d;
}
.lower .bread ol li a::after {
  content: ">";
  color: #333;
}

footer {
  background-color: #333333;
  color: #fff;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 720px) {
  footer {
    padding-bottom: 20vw;
  }
}
footer .inner {
  width: 10.8rem;
  margin: 0 auto;
  padding: 0.75rem 0 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 720px) {
  footer .inner {
    width: 100%;
    display: block;
    padding: 0.4rem 0;
  }
}
footer .inner .left {
  font-size: 0.12rem;
}
@media screen and (max-width: 720px) {
  footer .inner .left {
    margin: 0.1rem auto 0;
    padding-top: 0;
    text-align: center;
  }
}
@media screen and (max-width: 720px) {
  footer .inner .left h2 {
    font-size: 0.15rem;
  }
}
footer .inner .left figure {
  width: 2.6rem;
  height: auto;
  margin-top: 0.15rem;
}
@media screen and (max-width: 720px) {
  footer .inner .left figure {
    width: 53.333vw;
    height: auto;
    margin: 0.2rem auto 0.3rem;
  }
}
footer .inner .right {
  line-height: 1.5;
  width: 6.8rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  font-size: 0.16rem;
}
@media screen and (max-width: 720px) {
  footer .inner .right {
    width: calc(100% - 0.76rem);
    display: flex;
    flex-flow: column;
    text-align: center;
    margin: 0 auto;
    font-size: 0.12rem;
  }
}
footer .inner .right > ul {
  display: flex;
  flex-flow: column wrap;
  height: 0.8rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 720px) {
  footer .inner .right > ul {
    text-align: center;
    flex-flow: wrap;
    flex-wrap: wrap;
    height: auto;
  }
}
footer .inner .right > ul li {
  margin-left: 0.4rem;
}
@media screen and (max-width: 720px) {
  footer .inner .right > ul li {
    width: 50%;
    margin: 0;
    line-height: 1.8;
    padding: 0.15rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  footer .inner .right > ul li:nth-child(2n) {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
  footer .inner .right > ul li:nth-child(7), footer .inner .right > ul li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
footer .inner .right > ul li a {
  display: inline-block;
}
footer .inner .right > ul li a:before {
  content: "-";
  padding-right: 0.05rem;
}
@media screen and (max-width: 720px) {
  footer .inner .right > ul li a:before {
    content: none;
  }
}
@media print, screen and (min-width: 721px) {
  footer .inner .right > ul li a:after {
    content: "";
    width: 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid #fff;
    display: block;
    padding-bottom: 0.015rem;
    margin-bottom: 0.08rem;
  }
  footer .inner .right > ul li a:hover::after {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 720px) {
  footer .inner .right:first-child {
    border-top: 1px solid #f4f5f0;
  }
}
footer .inner .sns {
  width: 100%;
  padding-left: 0.4rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.14rem;
}
@media screen and (max-width: 720px) {
  footer .inner .sns {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    text-align: left;
    font-size: 0.12rem;
  }
}
footer .inner .sns a {
  display: block;
  background-color: #f4f5f0;
  position: relative;
  padding: 0.18rem 0.45rem 0.16rem 0.22rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.05rem;
}
@media all and (-ms-high-contrast: none) {
  footer .inner .sns a {
    padding: 0.18rem 0.42rem 0.16rem 0.2rem;
  }
}
footer .inner .sns a:first-child {
  color: #fff;
  background-color: #b43300;
}
footer .inner .sns a:first-child::after {
  content: "";
  background-image: url(../img/common/footer_arrow_w.png);
}
@media print, screen and (min-width: 721px) {
  footer .inner .sns a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 720px) {
  footer .inner .sns a {
    letter-spacing: 0.012rem;
  }
}
footer .inner .sns a::after {
  content: "";
  background-image: url(../img/common/footer_arrow_r.png);
  width: 0.13rem;
  height: 0.185rem;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
footer .bottom .bottomWrap {
  padding: 0 0 0.15rem;
  width: 10.8rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  font-size: 0.12rem;
}
@media screen and (max-width: 720px) {
  footer .bottom .bottomWrap {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 0.1rem;
    padding: 0.2rem 0;
  }
}
@media screen and (max-width: 720px) {
  footer .bottom .bottomWrap p {
    margin-top: 0.1rem;
  }
}
@media print, screen and (min-width: 721px) {
  footer .bottom .bottomWrap p a:hover {
    opacity: 0.7;
  }
}

/* ---------------------------------------------------------

SP追従ボタン

--------------------------------------------------------- */
.fix_btn {
  filter: opacity(0%);
  transition: filter 1s, opacity 0.2s;
}
.fix_btn.active {
  display: block;
  position: fixed;
  filter: opacity(100%);
  right: 0;
  top: 40%;
  z-index: 999;
}
@media screen and (max-width: 720px) {
  .fix_btn.active {
    padding-bottom: env(safe-area-inset-bottom);
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #b43300;
    font-size: 0.17rem;
    font-weight: bold;
    color: #fff;
    padding: 0.15rem 0;
    text-align: center;
    letter-spacing: 0.02rem;
  }
  .fix_btn.active::after {
    content: "";
    background-image: url(../img/common/fix_arrow_sp.png);
    width: 0.17rem;
    height: 0.235rem;
    position: absolute;
    background-size: contain;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
.fix_btn.active img {
  width: 0.8rem;
  height: 2.6rem;
}
@media print, screen and (min-width: 721px) {
  .fix_btn.active:hover {
    opacity: 0.7;
  }
}

/* ページトップボタン */
#pagetopBtn {
  position: fixed;
  bottom: 0.2rem;
  right: 0.2rem;
  background-image: url(../img/common/to_top.png);
  background-size: contain;
  width: 0.55rem;
  height: 0.55rem;
  filter: opacity(0%);
  pointer-events: none;
  transition: filter 1s, opacity 0.2s;
  z-index: 999;
}
@media screen and (max-width: 720px) {
  #pagetopBtn {
    width: 0.37rem;
    height: 0.37rem;
    right: 0.1rem;
    bottom: calc(env(safe-area-inset-bottom) + 0.8rem);
  }
}
#pagetopBtn.active {
  filter: opacity(100%);
  pointer-events: auto;
}
@media print, screen and (min-width: 721px) {
  #pagetopBtn:hover {
    opacity: 0.7;
  }
}
.menuOpen #pagetopBtn {
  filter: opacity(0) !important;
  pointer-events: none !important;
}
#pagetopBtn span {
  display: block;
  position: absolute;
  bottom: -0.25rem;
  color: #9fa0a0;
  font-weight: bold;
  font-size: 0.12rem;
  left: 0;
  right: 0;
  text-align: center;
}
@media screen and (max-width: 720px) {
  #pagetopBtn span {
    font-size: 0.1rem;
    bottom: -0.2rem;
  }
}

.pagetopbtnInview {
  position: absolute;
  top: 200vh;
  bottom: 0;
  pointer-events: none;
  width: 0;
}

/* Material iconsを利用する */
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 0.2rem;
  /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
  /* IEサポート */
  font-feature-settings: "liga";
}

#widget-iframe_2513567405 {
  filter: opacity(0%);
  transition: filter 1s, opacity 0.2s;
  z-index: 9999 !important;
}
#widget-iframe_2513567405.active {
  filter: opacity(100%);
  pointer-events: auto;
}
@media screen and (max-width: 720px) {
  #widget-iframe_2513567405 {
    max-width: 92vw !important;
    right: 4% !important;
    margin-bottom: calc(env(safe-area-inset-bottom) + 18vw);
  }
}

@media screen and (max-width: 720px) {
  .slick-prev, .slick-next {
    width: 0.4rem;
    height: 0.4rem;
    top: 25%;
  }
  .slick-prev::before, .slick-next::before {
    width: 0.4rem;
    height: 0.4rem;
    background-size: contain;
    display: block;
    margin: 0 auto;
  }

  .slick-prev {
    left: -0.25rem;
  }
  .slick-prev::before {
    background-image: url(../img/index/prev.png);
  }

  .slick-next {
    right: -0.25rem;
  }
  .slick-next::before {
    background-image: url(../img/index/next.png);
  }
}
a.disabled {
  opacity: 0.4;
  pointer-events: none;
}/*# sourceMappingURL=common.css.map */