@charset "UTF-8";
html:not(.responsive) {
  min-width: 1100px;
  /* viewport */
}

* {
  box-sizing: border-box;
}

/*=============================================
* body
*=============================================*/
body {
  color: #000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0;
  background: url("../img/shared/bg.jpg");
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 36px;
    text-align: left;
    min-width: 1100px;
    /* viewport */
  }
}

@media only screen and (max-width: 767px) {
  :root {
    --app-height: 100%;
  }
  html.open,
  body.menu-open {
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    height: var(--app-height);
  }
}

/*=============================================
* fonts - DON'T EDIT
*=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.fnt-ship {
  font-family: 'Shippori Mincho', "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","メイリオ",Meiryo,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.fnt-serif {
  font-family: 'Noto Serif JP', serif;
}

/*=============================================
* .fnt - customs
*=============================================*/
/*=============================================
* <main>
*=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrap {
  width: 1000px;
}

a:hover {
  text-decoration: none;
}

a, img {
  transition: 0.2s all ease-in-out;
}

.copy,
.btn-link a {
  width: 85%;
  display: block;
  background: #302d2d;
  color: #fff;
  font-family: 'Shippori Mincho', "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","メイリオ",Meiryo,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 4vw;
  line-height: 5.07vw;
  text-align: center;
  padding: 2.6vw 3% 3vw 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.copy:before,
.btn-link a:before {
  content: '';
  width: 1.5vw;
  background-image: url("../img/shared/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
}

.copy:after,
.btn-link a:after {
  content: '';
  height: 4px;
  background: #b4233e;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  transition: 0.3s all ease-in-out;
}

@media only screen and (min-width: 768px) {
  .copy,
  .btn-link a {
    width: 464px;
    font-size: 20px;
    line-height: 30px;
    padding: 5px 0 5px 0;
  }
  .copy:before,
  .btn-link a:before {
    width: 7px;
    right: 58px;
  }
  .copy:hover:after,
  .btn-link a:hover:after {
    bottom: 0;
  }
}

.copy.copied {
  cursor: default;
}

.copy.copied:after {
  display: none;
}

.parallax_img {
  overflow: hidden;
  position: relative;
}

.parallax_img img {
  width: 100%;
  transition: transform 0.2s ease-out;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
}

.fs_15 {
  font-size: 15px;
}

/*=============================================
* <header>
*=============================================*/
body.nav--opened,
body.nav--opened *,
body.nav--opened *:hover,
body.nav--opened *:focus,
body.nav--opened *:active {
  /*    cursor: none !important;*/
  touch-action: none !important;
  pointer-events: none !important;
}

body.nav--opened .hamburger,
body.nav--opened #menu_toggle,
body.nav--opened #menu_toggle * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.nav--opened {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}

.nav--opened #menu_toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  overflow: auto;
}

.nav--opened #pagetop,
.nav--opened #ft_fixed {
  opacity: 0;
  visibility: hidden;
}

header {
  position: relative;
}

header h1 {
  color: #b8b7b7;
  font-size: 10px;
  line-height: 13px;
  position: absolute;
  left: 1.5%;
  right: 60px;
  top: 2vw;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  header {
    color: #fff;
  }
  header h1 {
    width: 440px;
    font-size: 13px;
    line-height: 23px;
    left: 60px;
    top: auto;
    bottom: 13px;
  }
  header .hd-top {
    width: 250px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 40px 0 0 20px;
  }
  header .hd-top .tel {
    font-size: 25px;
    letter-spacing: 0.05em;
    margin: 29px 0 -2px;
  }
  header .hd-top .tel small {
    display: block;
    font-size: 18px;
    letter-spacing: 0;
  }
  header .hd-top .tel img {
    margin: -4px 3px 0 0;
  }
  header .hd-top .reserve {
    font-size: 18px;
  }
  header .hd-top .reserve a {
    padding: 0 2px 4px 4px;
    position: relative;
  }
  header .hd-top .reserve a:before {
    content: '';
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
    transition: 0.2s all ease-in-out;
  }
  header .hd-top .reserve a:hover img {
    opacity: 1;
  }
  header .hd-top .reserve a:hover:before {
    height: 3px;
  }
  header .hd-top .reserve img {
    margin: -4px 8px 0 0;
  }
  header .covid {
    position: absolute;
    right: 20px;
    bottom: 200px;
    z-index: 1;
    font-size: 18px;
  }
  header .covid a {
    position: relative;
  }
  header .covid a:before {
    content: '';
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
    transition: 0.2s all ease-in-out;
  }
  header .covid a:hover img {
    opacity: 1;
  }
  header .covid a:hover:before {
    height: 3px;
  }
  header nav {
    position: absolute;
    right: 20px;
    top: 29px;
    z-index: 1;
  }
  header nav ul {
    font-size: 18px;
    display: flex;
    justify-content: flex-end;
  }
  header nav ul li + li {
    margin-left: 23px;
  }
  header nav ul a {
    position: relative;
    padding-bottom: 5px;
  }
  header nav ul a:before {
    content: '';
    height: 0px;
    background: #fff;
    position: absolute;
    left: 3px;
    right: 3px;
    bottom: 0;
    transition: 0.2s all ease-in-out;
  }
  header nav ul a:hover:before {
    height: 1px;
  }
  header nav ul .active:before {
    height: 1px;
  }
  header .btn-grp {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 20px;
    top: 74px;
    z-index: 1;
    font-size: 18px;
  }
  header .btn-grp img {
    margin: -4px 3px 0 0;
  }
  header .btn-grp p + p {
    margin-left: 35px;
  }
  header .btn-grp a {
    position: relative;
    padding-bottom: 5px;
  }
  header .btn-grp a:before {
    content: '';
    height: 0px;
    background: #fff;
    position: absolute;
    left: 3px;
    right: 3px;
    bottom: 0;
    transition: 0.2s all ease-in-out;
  }
  header .btn-grp a:hover img {
    opacity: 1 !important;
  }
  header .btn-grp a:hover:before {
    height: 1px;
  }
  header .btn-grp .active:before {
    height: 1px;
  }
}

@media only screen and (min-width: 1300px) {
  header h1{
    width: 100%;
    left: 81px;
  }
  header .hd-top {
    padding-left: 40px;
  }
  header nav {
    right: 56px;
  }
  header nav ul li + li {
    margin-left: 35px;
  }
  header .btn-grp {
    right: 56px;
  }
  header .covid {
    right: 22px;
  }
}

.has_nav #ft_fixed {
  opacity: 1;
  visibility: visible;
}

.menu_toggle {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 100px 0 74px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  z-index: 9;
  background: #1c1919;
  color: #fff;
  text-align: center;
}

.menu_toggle .tel {
  font-size: 32px;
  letter-spacing: 0.05em;
}

.menu_toggle .tel small {
  display: block;
  font-size: 17px;
  letter-spacing: 0;
  margin-bottom: 18px;
}

.menu_toggle .tel img {
  width: 23px;
  margin: -5px 5px 0 0;
}

.menu_toggle .reserve {
  font-size: 22px;
  letter-spacing: 0;
  margin: 15px 0 75px;
}

.menu_toggle .reserve img {
  width: 26px;
  margin: -5px 14px 0 0;
}

.menu_toggle .reserve a {
  border-bottom: 1px solid;
  padding: 0 7px 5px;
}

.menu_toggle ul {
  font-size: 17px;
  line-height: 42px;
}

.menu_toggle ul li a {
  padding-bottom: 5px;
}

.menu_toggle ul li .active {
  border-bottom: 1px solid;
}

.menu_toggle .btn-grp {
  display: flex;
  justify-content: center;
  margin: 35px 0 65px;
  font-size: 19px;
}

.menu_toggle .btn-grp p  {
  margin: 0 20px 0 0;
}

.menu_toggle .btn-grp p img {
  width: 11px;
  margin: -5px 5px 0 0;
}

.menu_toggle .btn-grp p:last-child {
  margin-right: 0px;
}

.menu_toggle .btn-grp p:last-child img {
  width: 17px;
}

.menu_toggle .btn-grp a {
  padding-bottom: 3px;
}

.menu_toggle .btn-grp .active {
  border-bottom: 1px solid;
}

.menu_toggle .covid {
  font-size: 15px;
}

.menu_toggle .covid a {
  border-bottom: 1px solid;
}

@media only screen and (min-width: 370px) {
  .menu_toggle .covid {
    font-size: 17px;
  }
}

.nav-fixed {
  height: 0;
}

@media only screen and (min-width: 768px) {
  .nav-fixed {
    height: 90px;
    color: #fff;
    background: #1c1919;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    transition: 0.3s all ease-in-out;
    padding: 2px 56px 0 0;
    opacity: 0;
    visibility: hidden;
  }
  .nav-fixed nav {
    position: relative;
    right: auto;
    top: auto;
  }
  .nav-fixed nav ul {
    display: flex;
    justify-content: flex-end;
    font-size: 18px;
  }
  .nav-fixed nav ul li {
    margin-left: 30px;
  }
  .nav-fixed .df {
    justify-content: flex-end;
    font-size: 18px;
    margin-top: 5px;
  }
  .nav-fixed .ftel {
    font-size: 25px;
    letter-spacing: 0.05em;
  }
  .nav-fixed .ftel small {
    font-size: 18px;
    letter-spacing: 0;
    margin-right: 16px;
    position: relative;
    top: -2px;
  }
  .nav-fixed .ftel img {
    margin: -4px 3px 0 0;
  }
  .nav-fixed .reserve {
    margin: 0 38px 0 17px;
  }
  .nav-fixed .reserve img {
    margin: -6px 9px 0 0;
  }
  .nav-fixed .reserve a {
    position: relative;
    padding: 0 2px 3px 4px;
  }
  .nav-fixed .reserve a:before {
    content: '';
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s all ease-in-out;
  }
  .nav-fixed .reserve a:hover:before {
    height: 2px;
  }
  .nav-fixed .reserve a:hover img {
    opacity: 1;
  }
  .nav-fixed .btn-grp {
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: auto;
    right: auto;
  }
}

@media only screen and (min-width: 768px) {
  .nav-fixed.fixed {
    opacity: 1;
    visibility: visible;
  }
}

/*=============================================
* key
*=============================================*/
#key {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  position: relative;
}
#key2 {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 65vh;
  position: relative;
}
.kv__scroll {
  width: 1px;
  height: 20vw;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 35vw;
  z-index: 3;
  transform: translateX(-50%);
}
.kv__scroll:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: -2px;
  -webkit-animation: 2.2s cubic-bezier(0.725, 0.27, 0.21, 0.81) 0s infinite scrollAni;
  animation: 2.2s cubic-bezier(0.725, 0.27, 0.21, 0.81) 0s infinite scrollAni;
}
@media only screen and (min-width: 768px) {
  .kv__scroll{
    left: 40px;
    bottom: -30px;
    transform: none;
    height: 120px;
  }
}

/*=============================================
* <section>
*=============================================*/
.bg-para {
  width: 100%;
  position: relative;
  z-index: 1;
}

.bg-para .img_parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.bg-para .img_parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}

#rss {
  width: 92%;
  position: absolute;
  left: 4%;
  bottom: 4vw;
  z-index: 1;
  border: 1px solid #5c5c5c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 2vw 0;
}

#rss h2 {
  font-size: 13px;
  width: 20%;
  border-right: 1px solid #5c5c5c;
  text-align: center;
}

#rss #feed {
  width: 57%;
  display: table;
}
#rss #feed .photo{
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
#rss #feed .photo span{
  width: 100% !important;
  height: 0 !important;
  padding-top: 20vw;
}
#rss #feed dl {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  font-size: 10px;
  line-height: 16px;
  padding-left: 10px;
}
#rss #feed dl dd {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 20px;
}

#rss .more {
  width: 14%;
  font-size: 11px;
  line-height: 16px;
}

#rss .more a {
  position: relative;
  vertical-align: super;
}

#rss .more a:before {
  content: '';
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  transition: 0.2s all ease-in-out;
}

@media only screen and (min-width: 768px) {
  #rss {
    width: 569px;
    right: 20px;
    left: auto;
    bottom: 20px;
    padding: 20px 0;
  }
  #rss h2 {
    width: 123px;
    font-size: 20px;
    line-height: 28px;
  }
  #rss #feed {
    width: 290px;
  }
  #rss #feed .photo span{
    padding-top: 110px;
  }
  #rss #feed .photo a:hover{
    opacity: 0.8;
  }
  #rss #feed dl {
    font-size: 15px;
    line-height: 20px;
  }
  #rss #feed dl dt {
    width: 90px;
  }
  #rss #feed dl dd a:hover {
    text-decoration: underline;
  }
  #rss .more {
    width: 85px;
    font-size: 18px;
    line-height: 20px;
  }
  #rss .more a:hover:before {
    height: 2px;
  }
}

.slick-dots {
  display: flex;
  margin-top: 5vw;
}

.slick-dots li {
  width: 10vw;
  height: 1vw;
  line-height: 0;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  border: 1px solid #484848;
  background: #fff;
  cursor: pointer;
  font-size: 0;
}

.slick-dots li + li {
  margin-left: 2%;
}

.slick-dots .slick-active button {
  background: #484848;
}

@media only screen and (min-width: 768px) {
  .slick-dots {
    margin: 38px 0 0 4px;
  }
  .slick-dots li {
    width: 56px;
    height: 6px;
  }
  .slick-dots li + li {
    margin-left: 8px;
  }
}

/*=============================================
* <footer>
*=============================================*/
footer {
  background: #302d2d;
  color: #fff;
  padding: 13vw 0 95px;
}

footer .row1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10.5vw;
  background-image: url("../img/shared/line.jpg");
  background-repeat: repeat-x;
  background-size: auto;
  background-position: center bottom;
}

footer .row1 .logo {
  width: 26%;
}

footer .row1 .col {
  width: 70%;
  text-align: center;
}

footer .row1 .col .tel {
  font-size: 8.5vw;
  line-height: 9vw;
  letter-spacing: 0.05em;
}

footer .row1 .col .tel img {
  width: 6vw;
  margin: -1vw 2% 0 0;
}

footer .row1 .col .tel span {
  display: block;
  color: #e9e9e9;
  font-size: 2.4vw;
  line-height: 3vw;
  letter-spacing: 0;
  margin-top: 1vw;
}

footer .row1 .col .tel small {
  display: block;
  font-size: 4.5vw;
  line-height: 6vw;
  letter-spacing: 0;
  margin-bottom: 2vw;
}

footer .row1 .col .reserve {
  font-size: 5.8vw;
  line-height: 7vw;
  margin-top: 4vw;
}

footer .row1 .col .reserve img {
  width: 6.9vw;
  margin: -0.7vw 3% 0 0;
}

footer .row1 .col .reserve a {
  position: relative;
  padding-bottom: 2vw;
}

footer .row1 .col .reserve a:before {
  content: '';
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.2s all ease-in-out;
}

footer .row2 {
  margin: 7vw 0 12vw;
  padding: 0 2%;
}

footer .row2 dl {
  width: 100%;
  display: table;
  line-height: 15px;
  margin-bottom: 10px;
}

footer .row2 dl dt {
  width: 77px;
  display: table-cell;
}

footer .row2 dl dd {
  display: table-cell;
  padding-left: 10px;
}

footer .row3 {
  text-align: center;
  font-size: 10px;
  line-height: 22px;
  letter-spacing: 0.1em;
}

footer .row3 .cookies_link a {
  text-decoration: underline;
}

footer .row3 .cookies_link a:hover {
  text-decoration: none;
}

footer .row3 #socialbuttons {
  margin-top: 6vw;
}

@media only screen and (min-width: 768px) {
  footer {
    padding: 89px 0 101px;
  }
  footer nav {
    background-image: url("../img/shared/line.jpg");
    background-repeat: repeat-x;
    background-size: auto;
    background-position: center bottom;
    padding-bottom: 34px;
    margin-bottom: 42px;
  }
  footer nav ul {
    display: flex;
    justify-content: center;
    font-size: 16px;
  }
  footer nav ul li {
    margin: 0 17px;
  }
  footer nav ul li a {
    position: relative;
    padding-bottom: 5px;
  }
  footer nav ul li a:before {
    content: '';
    height: 0;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.2s all ease-in-out;
  }
  footer nav ul li a:hover:before {
    height: 1px;
  }
  footer .row1 {
    width: 470px;
    float: left;
    display: block;
    padding: 0 0 0 28px;
    background: transparent;
  }
  footer .row1 .logo {
    width: 154px;
  }
  footer .row1 .col {
    width: 100%;
    text-align: left;
    position: relative;
    margin-top: 38px;
  }
  footer .row1 .col .tel {
    font-size: 25px;
    line-height: 30px;
  }
  footer .row1 .col .tel img {
    width: 18px;
    margin: -5px 3px 0 0;
  }
  footer .row1 .col .tel span {
    font-size: 13px;
    line-height: 16px;
    margin-top: 13px;
  }
  footer .row1 .col .tel small {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 11px;
  }
  footer .row1 .col .reserve {
    font-size: 18px;
    line-height: 26px;
    margin-top: 0;
    position: absolute;
    bottom: 55px;
    right: 68px;
    z-index: 1;
  }
  footer .row1 .col .reserve img {
    width: 21px;
    margin: -5px 8px 0 0;
  }
  footer .row1 .col .reserve a {
    padding: 0 0 4px 4px;
  }
  footer .row1 .col .reserve a:hover:before {
    height: 2px;
  }
  footer .row1 .col .reserve a:hover img {
    opacity: 1;
  }
  footer .row2 {
    width: 485px;
    float: right;
    margin: 28px 0 0 0;
    padding: 0;
  }
  footer .row2 dl {
    line-height: 20px;
    margin-bottom: 20px;
  }
  footer .row2 dl dt {
    width: 85px;
  }
  footer .row2 dl dd {
    padding-left: 38px;
  }
  footer .row3 {
    width: 470px;
    float: left;
    text-align: left;
    font-size: 13px;
    line-height: 28px;
    margin-top: 70px;
    padding-left: 28px;
  }
  footer .row3 #socialbuttons {
    margin-top: 31px;
    text-align: left;
  }
}

#ft_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.ft_fixed_shared {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 10;
  padding: 7.5px 0;
  color: #fff;
  background: #302d2d;
  line-height: 25px;
  text-align: center;
}

.ft_fixed_shared li {
  width: 60%;
  font-size: 16px;
}

.ft_fixed_shared li a {
  display: block;
}

.ft_fixed_shared li a:hover img {
  opacity: 1 !important;
}

.ft_fixed_shared li small {
  font-size: 11px;
}

.ft_fixed_shared li img {
  width: 13px;
  margin: -2px 1px 0 5px;
}

.ft_fixed_shared li + li {
  width: 40%;
  border-left: 1px solid #fff;
  font-size: 11px;
}

.ft_fixed_shared li + li img {
  width: 15px;
  margin: -2px 5px 0 0;
}

@media only screen and (min-width: 370px) {
  .ft_fixed_shared li {
    font-size: 18px;
  }
  .ft_fixed_shared li small {
    font-size: 13px;
  }
  .ft_fixed_shared li img {
    margin: -2px 2px 0 7px;
  }
  .ft_fixed_shared li + li {
    font-size: 13px;
  }
  .ft_fixed_shared li + li img {
    margin: -2px 5px 0 0;
  }
}

#pagetop {
  width: 35px;
  bottom: 45px;
}

@media only screen and (min-width: 768px) {
  #pagetop {
    width: 65px;
    bottom: 15px;
  }
}

/*=============================================
* .socialbuttons
*=============================================*/
/*=============================================
* copyright
*=============================================*/
.tac {
  text-align: center;
}

.taj {
  text-align: justify;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

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

/* --------------------------------------------------------------------- */
/* ef */
/* --------------------------------------------------------------------- */
@keyframes scrollAni {
  0% {
    opacity: 0.8;
    top: -2px;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
    top: 100%;
  }
}

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

@keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 0.4s;
  animation-delay: 0.5s;
}

@media all and (-ms-high-contrast: none) {
  a img {
    transition: opacity 0s ease !important;
    -moz-transition: opacity 0s ease !important;
    -webkit-transition: opacity 0s ease !important;
  }
  .bg-para .img_parallax img {
    height: auto;
  }
}
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer {
      padding-bottom: calc(env(safe-area-inset-bottom) + 60px);
  }
  .has_nav footer:after {
      content: "";
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      height: 36px;
      background: #302d2d;
      z-index: 8;
  }
  #ft_fixed {
      bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
      bottom: calc(env(safe-area-inset-bottom) + 50px);
  }
}


/* iPhone XR */

@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer {
      padding-bottom: calc(env(safe-area-inset-bottom) + 60px);
  }
  .has_nav footer:after {
      content: "";
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      height: 36px;
      background: #302d2d;
      z-index: 8;
  }
  #ft_fixed {
      bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
      bottom: calc(env(safe-area-inset-bottom) + 50px);
  }
}


/* iPhone 11 */

@media only screen and (-webkit-min-device-pixel-ratio: 3),
only screen and (min--moz-device-pixel-ratio: 3),
only screen and (-o-min-device-pixel-ratio: 3 / 1),
only screen and (min-device-pixel-ratio: 3),
only screen and (min-resolution: 458dpi),
only screen and (min-resolution: 3dppx) {
  footer {
      padding-bottom: calc(env(safe-area-inset-bottom) + 60px);
  }
  .has_nav footer:after {
      content: "";
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      height: 36px;
      background: #302d2d;
      z-index: 8;
  }
  #ft_fixed {
      bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
      bottom: calc(env(safe-area-inset-bottom) + 50px);
  }
}
.nav--opened #ft_fixed {
  opacity: 0;
  visibility: hidden;
}
#socialbuttons > .social-facebook{
  margin: 0 -13px;
}
@media only screen and (min-width: 768px) {
  .nav--opened footer:after,
  .has_nav footer:after {
    display: none;
  }
  #socialbuttons > .social-facebook{
    margin: 0;
  }
}

/*バナー*/
.summer_botan a{
	width: 400px;
	padding: 10px 0;
	display: block;
	color:#fff;
text-shadow: 0px 0px rgba(255, 255, 255, 0.3), 1px 1px 5px rgba(0, 0, 0, 0.9);
background: #1e7b65;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border-bottom: 4px #1e7b65 solid;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	position: absolute;
	top: -450px;/*一番下*/
	right: 20px;
	z-index: 99;
}
@media only screen and (max-width: 768px) {
	.summer {
		margin: 10px 0 0;
	}
	.summer_botan a{
	padding: 10px;
	font-size: 14px;
   position: static;
    z-index: 9999;

	}
}
.autumn_botan a{
	width: 400px;
	padding: 10px 0;
	display: block;
	color:#fff;
text-shadow: 0px 0px rgba(255, 255, 255, 0.3), 1px 1px 5px rgba(0, 0, 0, 0.9);
background: #FE7F9C;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border-bottom: 4px #DF5286 solid;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	position: absolute;
	top: -520px;/*下から二番目*/
	right: 20px;
	z-index: 99;
}
@media only screen and (max-width: 768px) {
	.autumn {
		margin: 10px 0 0;
	}
	.autumn_botan a{
	padding: 10px;
	font-size: 14px;
   position: static;
    z-index: 9999;

	}
}



.calen_botan a{
	width: 400px;
	padding: 10px 0;
	display: block;
	color:#fff;
text-shadow: -1px -1px rgba(255, 255, 255, 0.43), 1px 1px rgba(0, 0, 0, 0.49);
background-color: #b4233e;
	background: -moz-linear-gradient(top, #d4576e 30%, #b4233e 70%);
	background: -o-linear-gradient(top, #d4576e 30%, #b4233e 70%);
	background: -ms-linear-gradient(top, #d4576e 30%, #b4233e 70%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #d4576e), color-stop(0.7, #b4233e));
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border-bottom: 4px #1A2023 solid;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	position: absolute;
	top: -590px;/*下から三番目*/
	right: 20px;
	z-index:10;
}
@media only screen and (max-width: 768px) {
	.calen {
		margin: 10px 0 0;
	}
	.calen_botan a{
	padding: 10px;
	font-size: 14px;
   position: static;
    z-index: 9999;

}
}

.calen_botan2 a{
	width: 400px;
	padding: 10px 0;
	display: block;
	color:#fff;
text-shadow: -1px -1px rgba(255, 255, 255, 0.43), 1px 1px rgba(0, 0, 0, 0.49);
background: #302d2d; 
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border-bottom: 4px #b4233e solid;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	position: absolute;
	top: -660px;/*下から四番目*/
	right: 20px;
	z-index:10;
}
@media only screen and (max-width: 768px) {
	.calen2 {
		margin: 10px 0 0;
	}
	.calen_botan2 a{
	padding: 10px;
	font-size: 14px;
   position: static;
    z-index: 9999;

	}
}

.calen_botan3 a{
	width: 400px;
	padding: 10px 0;
	display: block;
	color:#fff;
text-shadow: -1px -1px rgba(255, 255, 255, 0.43), 1px 1px rgba(0, 0, 0, 0.49);
background: #302d2d; 
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border-bottom: 4px #b4233e solid;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	position: absolute;
	top: -730px;/*下から五番目*/
	right: 20px;
	z-index:10;
}
@media only screen and (max-width: 768px) {
	.calen3 {
		margin: 10px 0 0;
	}
	.calen_botan3 a{
	padding: 10px;
	font-size: 14px;
   position: static;
    z-index: 9999;

	}
}

.xmas_botan a{
	width: 400px;
	padding: 10px 0;
	display: block;
	color:#fff;
text-shadow: -1px -1px rgba(255, 255, 255, 0.43), 1px 1px rgba(0, 0, 0, 0.49);
background-image: linear-gradient(45deg, #76580D 0%, #bf9d49 100%);  
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border-bottom: 4px #1A2023 solid;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	position: absolute;
	top: -590px;
	right: 20px;
	z-index: 99;
}
@media only screen and (max-width: 768px) {
	.xmas {
		margin: 10px 0 0;
	}
	.xmas_botan a{
	padding: 10px;
	font-size: 14px;
   position: static;
    z-index: 9999;

}
}



.line a{
	width: 400px;
	padding: 10px 0;
	display: block;
	color:#fff;
text-shadow: -1px -1px rgba(255, 255, 255, 0.43), 1px 1px rgba(0, 0, 0, 0.49);
background: #06c755; 
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border-bottom: 4px #fff solid;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	position: absolute;
	top: -590px;
	right: 20px;
	z-index:10;
}
@media only screen and (max-width: 768px) {
	.line {
		margin: 10px 0 0;
	}
	.line_botan a{
	padding: 10px;
	font-size: 14px;
   position: static;
    z-index: 10;

}
	
}
.trial_botan a{
	width: 400px;
	padding: 10px 0;
	display: block;
	color:#fff;
text-shadow: -1px -1px rgba(255, 255, 255, 0.43), 1px 1px rgba(0, 0, 0, 0.49);
background-color: #b4233e;
	background: -moz-linear-gradient(top, #d4576e 30%, #b4233e 70%);
	background: -o-linear-gradient(top, #d4576e 30%, #b4233e 70%);
	background: -ms-linear-gradient(top, #d4576e 30%, #b4233e 70%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #d4576e), color-stop(0.7, #b4233e));
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border-bottom: 4px #1A2023 solid;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	position: absolute;
	top: -520px;
	right: 20px;
	z-index: 99;
}
@media only screen and (max-width: 768px) {
	.trial {
		margin: 10px 0 0;
	}
	.trial_botan a{
	padding: 10px;
	font-size: 14px;
   position: static;
    z-index: 9999;

}
}

.pd2 {
	padding-top: 30px;
}