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

* {
  box-sizing: border-box;
}

/*=============================================
 * body
 *=============================================*/
body {
  color: #000;
  font-family: 'Shippori Mincho B1', serif;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.2em;
  background: url("../img/shared/bg.jpg");
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  text-align: justify;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 40px;
    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-ship {
  font-family: 'Shippori Mincho B1', serif;
}

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

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

.fnt-amiri {
  font-family: 'Amiri', 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.3s all ease-in-out;
}

.bg1 {
  background-image: url("../img/shared/bg.jpg");
}

.bg2 {
  background-image: url("../img/shared/bg2.jpg");
  color: #fff;
}

.bg3 {
  background-image: url("../img/shared/bg3.jpg");
}

.bg4 {
  background-image: url("../img/shared/bg4.jpg");
}

.bg5 {
  background-image: url("../img/shared/bg5.jpg");
}

.copy,
.btn-link {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}

.copy,
.btn-link a {
  display: block;
  position: relative;
  z-index: 1;
  background: #381e0f;
  color: #fff;
  font-size: 15px;
  line-height: 35px;
  padding: 7px 0 8px;
  text-align: center;
}

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

.fz24 {
  font-size: 4vw;
}

.fz36 {
  font-size: 4.8vw;
}

.fz38 {
  font-size: 6.2vw;
}

.fz50 {
  font-size: 6.67vw;
}

.fz61 {
  font-size: 8.2vw;
}

.fz70 {
  font-size: 9vw;
}

.fz72 {
  font-size: 9.67vw;
}

.lts02 {
  letter-spacing: 0.2em;
}

.fwb {
  font-weight: 600;
}

.fwm {
  font-weight: 500;
}

.fwr {
  font-weight: 400;
}

.slick-dots {
  display: flex;
}

.slick-dots li {
  width: 8px;
  height: 8px;
  line-height: 0;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  background: #ababab;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  border: none;
}

.slick-dots li + li {
  margin-left: 7px;
}

.slick-dots li.slick-active button {
  background: #1c1616;
}

.slick-arrow {
  width: 12vw;
  height: 12vw;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  bottom: -16vw;
}

.slick-prev {
  background-image: url("../img/shared/prev.png");
  left: 35%;
}

.slick-next {
  background-image: url("../img/shared/next.png");
  right: 35%;
}

@media only screen and (min-width: 768px) {
  .slick-arrow {
    width: 90px;
    height: 90px;
    bottom: -9px;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
  }
  
  .slick-prev {
    left: -243px;
  }
  .slick-next {
    right: auto;
    left: -133px;
  }
  .slick-dots li + li {
    margin-left: 14px;
  }
  .fz24 {
    font-size: 24px;
  }
  .fz36 {
    font-size: 36px;
  }
  .fz38 {
    font-size: 38px;
  }
  .fz50 {
    font-size: 50px;
  }
  .fz61 {
    font-size: 61px;
  }
  .fz70 {
    font-size: 70px;
  }
  .fz72 {
    font-size: 72px;
  }
  .copy,
  .btn-link {
    max-width: 383px;
  }
  .copy,
  .btn-link a {
    font-size: 21px;
    line-height: 40px;
    letter-spacing: 0.1em;
    padding: 17px 18px 23px 0;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
  }
  .copy:before,
  .btn-link a:before {
    width: 10px;
    right: 30px;
  }
  .copy:after,
  .btn-link a:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    border-radius: 100%;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  .copy:hover:after,
  .btn-link a:hover:after {
    transform: scale(2);
  }
  .copy:hover img,
  .btn-link a:hover img {
    opacity: 1 !important;
  }
}
@media only screen and (min-width: 1280px){
  .slick-arrow:hover {
    opacity: 0.6;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .slick-prev {
    left: -223px;
  }
  .slick-next {
    left: -113px;
  }
}

/*=============================================
 * <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 .logo {
  width: 85px;
  position: absolute;
  left: 5.6%;
  top: 5vw;
  z-index: 1;
}

header h1 {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 4vw;
  left: 4%;
  right: 55px;
  z-index: 1;
}

header .social {
  width: 28px;
  position: absolute;
  right: 20px;
  bottom: 27px;
  z-index: 1;
}

header .social li + li {
  margin-top: 27px;
}

header .hd-grp .row2 .covid {
  width: 25px;
  position: absolute;
  right: 20px;
  top: 31vw;
  z-index: 1;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #fff;
}

header .hd-grp .row2 .covid a {
  display: block;
  position: relative;
  padding-bottom: 23px;
}

header .hd-grp .row2 .covid a:after {
  content: '';
  height: 12px;
  background-image: url("../img/shared/right.png");
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 768px) {
  header .logo {
    width: 133px;
    left: 31px;
    top: 65px;
  }
  header h1 {
    font-size: 13px;
    letter-spacing: 0;
    bottom: 54px;
    left: 26px;
    right: 405px;
  }
  header .social {
    width: 36px;
    right: 54px;
    bottom: 431px;
  }
  header .social li + li {
    margin-top: 38px;
  }
  header .hd-grp {
    width: 507px;
    position: absolute;
    top: 21px;
    right: 0;
    z-index: 1;
    color: #fff;
  }
  header .hd-grp .row1 .tel {
    float: left;
    font-size: 16px;
    letter-spacing: 0.025em;
  }
  header .hd-grp .row1 .tel span {
    display: block;
    font-size: 34px;
    letter-spacing: -0.025em;
    margin-top: 1px;
  }
  header .hd-grp .row1 .tel span img {
    margin: -3px 7px 0 1px;
  }
  header .hd-grp .row1 .btn-link {
    float: left;
    width: 214px;
    margin: 26px 0 0 25px;
  }
  header .hd-grp .row1 .btn-link a {
    border: 1px solid #c9c3bf;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.06em;
    background: transparent;
    padding: 1px 0 3px 14px;
  }
  header .hd-grp .row1 .btn-link a img {
    margin: -5px 13px 0 0;
  }
  header .hd-grp .row1 .btn-link a:before {
    right: 19px;
    bottom: 3px;
  }
  header .hd-grp .row1 .btn-link a:after {
    background: #3e3442;
  }
  header .hd-grp .row1 .btn-link a:hover {
    border-color: #3e3442;
  }
  header .hd-grp .row1 .btn-link a:hover img {
    opacity: 1 !important;
  }
  header .hd-grp .row2 {
    margin: 17px 0 0 7px;
  }
  header .hd-grp .row2 ul.access {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  header .hd-grp .row2 ul.access li {
    border-left: 1px solid #d9d9d9;
  }
  header .hd-grp .row2 ul.access li a {
    display: block;
    padding: 0 22px 0 18px;
  }
  header .hd-grp .row2 ul.access li a:hover {
    opacity: 0.6;
  }
  header .hd-grp .row2 ul.access li + li a {
    padding-left: 25px;
  }
  header .hd-grp .row2 .covid {
    width: 258px;
    position: static;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    border-left: 1px solid #d9d9d9;
    padding-left: 22px;
  }
  header .hd-grp .row2 .covid a {
    padding-bottom: 0;
  }
  header .hd-grp .row2 .covid a:after {
    width: 8px;
    height: 100%;
    background-size: 100%;
    left: auto;
  }
  header .hd-grp .row2 .covid a:hover {
    opacity: 0.6;
  }
  header .hd-banner {
    position: absolute;
    bottom: 68px;
    right: 50px;
    z-index: 1;
  }
  header nav {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 22px;
    position: absolute;
    left: 240px;
    top: 46px;
    z-index: 1;
    color: #fff;
  }
  header nav li {
    width: 22px;
  }
  header nav li a {
    display: block;
    width: 22px;
    padding: 39px 0 38px;
    position: relative;
    z-index: 0;
    cursor: pointer !important;
  }
  header nav li a:before {
    content: '';
    height: 0;
    background: #dbd3ce;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    transition: 0.3s all ease-in-out;
  }
  header nav li a:hover,
  header nav li a.active {
    color: #000;
  }
  header nav li a:hover:before,
  header nav li a.active:before {
    height: 100%;
  }
  header nav li + li {
    margin-left: 34px;
  }
}

@media only screen and (min-width: 1300px) {
  header h1 {
    left: 66px;
  }
  header .logo {
    left: 71px;
  }
  header nav {
    left: 297px;
  }
}

.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: 56px 0;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  z-index: 9;
  background: #3e3442;
  color: #fff;
}

.menu_toggle .row1 .logo-ham {
  width: 75px;
}

.menu_toggle .row1 .col {
  margin: 42px 0 0 20px;
}

.menu_toggle .row1 .col .tel {
  font-size: 15px;
  letter-spacing: 0.025em;
  font-weight: 600;
}

.menu_toggle .row1 .col .tel span {
  display: block;
  font-size: 31px;
  letter-spacing: 0.025em;
  font-weight: 400;
  margin-top: 8px;
}

.menu_toggle .row1 .col .tel span img {
  width: 17px;
  margin: -4px 3px 0 0;
}

.menu_toggle .row1 .col .btn-link {
  width: 193px;
  margin: 23px 0 0;
}

.menu_toggle .row1 .col .btn-link a {
  background: transparent;
  border: 1px solid #c9c3bf;
  font-size: 13px;
  letter-spacing: 0.025em;
  text-align: left;
  padding: 2px 0 2px 14px;
}

.menu_toggle .row1 .col .btn-link a img {
  width: 18px;
  margin: -5px 11px 0 0;
}

.menu_toggle .row2 {
  font-size: 19px;
  margin: 48px 0 46px;
}

.menu_toggle .row2 li {
  border-bottom: 1px solid #665e69;
}

.menu_toggle .row2 li a {
  display: block;
  padding: 20px 0 20px 35px;
}

.menu_toggle .row2 li .active {
  background: #4c444f;
}

.menu_toggle .row2 li:first-child {
  border-top: 1px solid #665e69;
}

.menu_toggle .banner {
  width: 221px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .menu_toggle {
    width: 637px;
    left: auto;
    right: -621px;
    padding: 45px 0;
  }
  .menu_toggle .row1 {
    justify-content: flex-start;
  }
  .menu_toggle .row1 .logo-ham {
    width: 101px;
    margin-left: 54px;
  }
  .menu_toggle .row1 .logo-ham img {
    width: 100%;
    height: auto;
  }
  .menu_toggle .row1 .col {
    margin: 36px 0 0 55px;
  }
  .menu_toggle .row1 .col .tel {
    font-size: 20px;
  }
  .menu_toggle .row1 .col .tel span {
    font-size: 42.51px;
    letter-spacing: -0.025em;
    margin-top: 11px;
  }
  .menu_toggle .row1 .col .tel span img {
    width: 24px;
    margin: -5px 7px 0 2px;
  }
  .menu_toggle .row1 .col .btn-link {
    width: 265px;
    margin: 26px 0 0 4px;
  }
  .menu_toggle .row1 .col .btn-link a {
    font-size: 17.43px;
    letter-spacing: 0.05em;
    padding: 7px 0 8px 18px;
  }
  .menu_toggle .row1 .col .btn-link a img {
    width: 24px;
    margin: -7px 16px 0 0;
  }
  .menu_toggle .row1 .col .btn-link a:before {
    width: 10px;
    right: 23px;
    bottom: 3px;
  }
  .menu_toggle .row1 .col .btn-link a:after {
    background: #4c444f;
  }
  .menu_toggle .row2 {
    font-size: 26px;
    margin: 96px 0 46px;
  }
  .menu_toggle .row2 li a {
    padding: 21px 0 28px 54px;
    position: relative;
    z-index: 0;
  }
  .menu_toggle .row2 li a:before {
    content: '';
    width: 0;
    background: #4c444f;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.3s all ease-in-out;
  }
  .menu_toggle .row2 li a:hover:before {
    width: 100%;
  }
  .menu_toggle .row2 li .active {
    background: #4c444f;
  }
}

@media only screen and (min-width: 768px) {
  .nav--opened .menu_toggle {
    right: 0;
  }
}

/*=============================================
 * key
 *=============================================*/
#key {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 160vw;
  position: relative;
}

@media only screen and (min-width: 768px) {
  #key {
    height: 900px;
  }
}

/*=============================================
 * <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);
}

/*=============================================
 * <footer>
 *=============================================*/
footer {
  padding: 47px 0 109px;
}

footer .row1 .logo {
  width: 81px;
  margin: 0 auto 43px;
}

footer .row1 .col .tel {
  font-size: 13px;
  letter-spacing: 0.025em;
}

footer .row1 .col .tel span {
  display: block;
  font-size: 38px;
  letter-spacing: -0.025em;
  margin-top: 20px;
}

footer .row1 .col .tel span img {
  width: 21px;
  margin-right: 3px;
}

footer .row1 .col .btn-link {
  max-width: 280px;
  margin: 30px auto 40px;
}

footer .row1 .col .btn-link a {
  background: transparent;
  border: 1px solid #c9c3bf;
  font-size: 15px;
  letter-spacing: 0.025em;
  padding: 6px 0 7px;
}

footer .row1 .col .btn-link a img {
  width: 18px;
  position: absolute;
  left: 22px;
  top: 16px;
}

footer .row1 .col .btn-link a:before {
  right: 25px;
}

footer .info {
  line-height: 20px;
  letter-spacing: 0.16em;
}

footer .info dl {
  border-bottom: 1px solid #585451;
  padding-bottom: 7px;
  margin-bottom: 12px;
}

footer .info dl dt {
  padding-left: 2px;
}

footer .info dl dd {
  padding-left: 25px;
  margin-top: 3px;
}

footer .info dl dd.ba {
  word-break: break-all;
}

footer nav {
  font-size: 13px;
  font-weight: 500;
  margin: 47px -5.5% 30px;
}

footer nav li {
  border-bottom: 1px solid #383332;
}

footer nav li a {
  display: block;
  padding: 11px 5%;
}

footer nav li .active {
  background: #211d1c;
}

footer nav li:first-child {
  border-top: 1px solid #383332;
}

footer .address {
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}

@media only screen and (max-width: 370px) {
  footer .info {
    letter-spacing: 0.1em;
  }
  footer .info dl dt {
    padding-left: 0;
  }
  footer .info dl dd {
    padding-left: 10px;
  }
  footer .address {
    letter-spacing: 0.1em;
  }
  footer #socialbuttons .social-facebook {
    margin: 0 -15px;
  }
}

@media only screen and (min-width: 768px) {
  footer {
    padding: 172px 0 53px;
  }
  footer .row1 {
    width: 320px;
    float: left;
  }
  footer .row1 .logo {
    width: 120px;
    margin: 0 0 53px 99px;
  }
  footer .row1 .logo img {
    width: 100%;
    height: auto;
  }
  footer .row1 .col .tel {
    font-size: 16px;
    letter-spacing: 0.025em;
    margin-right: 36px;
  }
  footer .row1 .col .tel span {
    font-size: 42.4px;
    letter-spacing: -0.025em;
    margin-top: 13px;
  }
  footer .row1 .col .tel span img {
    width: 24px;
    margin: 0 7px 0 2px;
  }
  footer .row1 .col .btn-link {
    max-width: 279px;
    margin: 31px 0 0px 0px;
  }
  footer .row1 .col .btn-link a {
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 6px 0 9px 14px;
  }
  footer .row1 .col .btn-link a img {
    width: 24px;
    left: 25px;
    top: 16px;
  }
  footer .row1 .col .btn-link a:after {
    background: #3e3442;
  }
  footer .row1 .col .btn-link a:before {
    width: 10px;
    right: 21px;
  }
  footer .info {
    width: 637px;
    float: right;
    line-height: 30px;
    letter-spacing: 0.2em;
    margin-top: 33px;
  }
  footer .info dl {
    padding-bottom: 14px;
    margin-bottom: 15px;
    width: 100%;
    display: table;
  }
  footer .info dl dt {
    width: 178px;
    display: table-cell;
    padding-left: 7px;
  }
  footer .info dl dd {
    display: table-cell;
    padding-left: 0px;
    margin-top: 0;
  }
  footer nav {
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: -122px;
  }
  footer nav li {
    border-bottom: none;
  }
  footer nav li a {
    display: block;
    padding: 0 16.5px;
  }
  footer nav li a:hover {
    opacity: 0.6;
  }
  footer nav li .active {
    background: transparent;
  }
  footer nav li + li {
    border-left: 1px solid #4d4b49;
  }
  footer nav li:first-child {
    border-top: none;
  }
  footer .address {
    font-size: 14px;
    line-height: 36px;
    margin: 89px 0 0;
    float: left;
    text-align: left;
  }
  footer .address .cookies_link a:hover {
    text-decoration: underline;
  }
  footer #socialbuttons {
    float: right;
    text-align: right;
    margin-top: 99px;
  }
}

#ft_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 10;
  background: #090909;
  color: #fff;
  border-top: 1px solid #3b3939;
  letter-spacing: 0.1em;
  font-size: 12px;
}

#ft_fixed li {
  border-right: 1px solid #3b3939;
}

#ft_fixed a {
  display: block;
  padding: 21px 0 22px;
}

#ft_fixed a:hover img {
  opacity: 1 !important;
}

#ft_fixed li:first-child {
  width: 20%;
}

#ft_fixed li:first-child img {
  width: 15px;
  margin: 0 auto;
}

#ft_fixed li:nth-child(2) {
  width: 46%;
}

#ft_fixed li:nth-child(2) img {
  width: 14px;
  margin: -4px 10px 0 0;
}

#ft_fixed li:nth-child(3) {
  width: 17%;
}

#ft_fixed li:nth-child(3) img {
  width: 15px;
  margin: 0 auto;
}

#ft_fixed li#pagetop {
  width: 17%;
  border: none;
  position: static;
  opacity: 1 !important;
  visibility: visible !important;
}

#ft_fixed li#pagetop img {
  width: 17px;
  margin: 0 auto;
}

@media only screen and (max-width: 370px) {
  #ft_fixed li:nth-child(2) img {
    margin: -4px 5px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  #ft_fixed {
    width: 88px;
    left: auto;
    right: 15px;
    bottom: 15px;
    background: transparent;
    border: none;
  }
  #ft_fixed li#pagetop {
    opacity: 0 !important;
    visibility: hidden !important;
    width: 88px;
  }
  #ft_fixed li#pagetop img {
    width: 88px;
  }
  #ft_fixed li#pagetop.visible {
    opacity: 1 !important;
    visibility: visible !important;
  }
}

/*=============================================
 * .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;
}

.jcc {
  justify-content: center;
}

.jcfs {
  justify-content: flex-start;
}

.jcfe {
  justify-content: flex-end;
}

.jcsb {
  justify-content: space-between;
}

.aic {
  align-items: center;
}

.aifs {
  align-items: flex-start;
}

.aife {
  align-items: flex-end;
}

.db {
  display: block;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

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

/* --------------------------------------------------------------------- */
/* ef */
/* --------------------------------------------------------------------- */
@-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 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) + 109px);
  }
  footer:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #090909;
    z-index: 8;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}

/* 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) + 109px);
  }
  footer:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #090909;
    z-index: 8;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}

/* 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) + 109px);
  }
  footer:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #090909;
    z-index: 8;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}

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

@media only screen and (min-width: 768px) {
  .nav--opened footer:after,
  footer:after {
    display: none;
  }
}



.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:3s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(300px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }

  .fadeUpTrigger{
    opacity: 0;
}