@charset "UTF-8";
/* Scss Document */
.text-link:hover {
  text-decoration: underline;
}
.img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.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) !important;
}
.box-parallax {
  position: relative;
}
@media screen and (max-width: 767px) {
  .box-parallax .img-parallax-pc {
    position: relative;
  }
  .box-parallax .img-parallax-pc img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.padd_wrap {
  padding-left: 8%;
  padding-right: 8%;
}
@media screen and (min-width: 768px) {
  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-vertical-pc .int {
    writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -moz-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    display: inline-block;
    text-align: center;
    line-height: 1;
  }
  .txt-vertical-pc .txt-latin {
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
  }
  .txt-vertical-pc .txt-dot {
    cursor: vertical-text;
    direction: ltr;
    writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    -moz-writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    line-height: 1;
    position: relative;
    left: -2px;
  }
  .none_hover {
    pointer-events: none;
  }
  .sp {
    display: none !important;
  }
  .img-parallax-pc {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
  }
  .img-parallax-pc img {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    object-fit: cover;
    z-index: 0;
    transform: translateZ(0) !important;
  }
}
.ham-img {
  cursor: pointer;
  position: fixed;
  z-index: 1001;
  top: 0px;
  right: 0px;
  width: 70px;
}
.ham-img img {
  width: 100%;
  height: auto;
}
.ham-img img.on {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 2;
  opacity: 0;
}
.ham-img.is-active img {
  opacity: 0;
}
.ham-img.is-active img.on {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .ham-img {
    width: 128px;
    top: 0;
    right: 0;
  }
}
.hamburger {
  position: relative;
  z-index: 1001;
  box-sizing: border-box;
  cursor: pointer;
  width: 80px;
  height: 70px;
  background-color: #fff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  padding-bottom: 19px;
}
.hamburger:before {
  content: '';
  width: 40px;
  background-color: #000;
  height: 2px;
  position: absolute;
  top: 25px;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .hamburger:hover {
    opacity: 0.8;
  }
}
.hamburger:after {
  content: 'MENU';
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 11px;
  line-height: 1;
  display: block;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.hamburger span {
  height: 14px;
  width: 40px;
  position: relative;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.hamburger span:before, .hamburger span:after {
  content: '';
  background-color: #000;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0px;
  margin: 0 auto;
  display: block;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.hamburger span:after {
  top: auto;
  bottom: 0;
}
.hamburger.is-active:after {
  content: 'CLOSE';
}
.hamburger.is-active:before {
  opacity: 0;
}
.hamburger.is-active span:before {
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
.hamburger.is-active span:after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
}
.fc-form [class^='error'] {
  position: static;
}
.f_cl1 {
  color: #1a4472;
}
.txt_r {
  text-align: right;
}
i {
  font-style: normal;
}
/*
::-webkit-scrollbar {
width:4px;


}
::-webkit-scrollbar-thumb {
background:#999	;
}
::-webkit-scrollbar * {
background:rgba(0,0,0,0);
}
*/
.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.brk-in {
  display: inline-block;
}
.box-shadown {
  box-shadow: 2px 5px 13px -5px rgba(0, 0, 0, 0.58);
  -webkit-box-shadow: 2px 5px 13px -5px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 2px 5px 13px -5px rgba(0, 0, 0, 0.58);
}
.img-shadown {
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
}
header .btn-close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  z-index: 9;
  cursor: pointer;
}
header .btn-close:hover {
  opacity: 0.8;
}
header .btn-close img {
  width: 100%;
  height: auto;
}
section .padd_wrap {
  padding-left: 5%;
  padding-right: 5%;
}
section .wrap {
  box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (min-width: 768px) {
  section .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.wrap > * {
  box-sizing: border-box;
}
main {
  position: relative;
}
#navigation {
  background-color: #fff;
  color: #000;
  text-align: left;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#navigation .group {
  padding: 10vw 10% 100px;
  text-align: center;
}
#navigation .gr {
  position: relative;
}
#navigation .tog-nav {
  position: relative;
}
#navigation .tog-nav > li a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 5px solid #e20000;
  opacity: 0;
  transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
}
#navigation .tog-nav li {
  padding-bottom: 20px;
}
#navigation .tog-nav li a, #navigation .tog-nav li .parent {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 10px;
  position: relative;
}
#navigation .tog-nav li.active a:before {
  opacity: 1;
}
#navigation .tog-nav li.sub .parent {
  position: relative;
  display: block;
}
#navigation .tog-nav li.sub .parent:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  position: absolute;
  left: calc(50% - 5px);
  bottom: 0;
  transform: rotate(-45deg);
}
#navigation .tog-nav li.sub ul {
  display: none;
}
#navigation .tog-nav li.sub li {
  padding: 0;
  margin-bottom: 10px;
}
#navigation .tog-nav li.sub li a {
  font-size: 18px;
  color: #929292;
}
#navigation .tog-nav li.sub.hover .parent {
  margin-bottom: 20px;
}
#navigation .contact .bnr a {
  display: block;
  border: 1px solid;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  #navigation {
    display: block;
    width: 100%;
    position: relative;
    padding: 0;
    height: 122px;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
    margin: 0;
    overflow: visible;
  }
  #navigation .group {
    padding: 0;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    gap: 25px;
  }
  #navigation .tog-nav {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    padding: 41px 0 0;
  }
  #navigation .tog-nav li {
    padding-bottom: 0px;
    position: relative;
  }
  #navigation .tog-nav li a, #navigation .tog-nav li .parent {
    font-size: 17px;
    padding: 10px 0;
  }
  #navigation .tog-nav li.sub .parent {
    margin-bottom: 0px;
    padding: 0 0 20px;
    display: block;
    cursor: pointer;
  }
  #navigation .tog-nav li.sub .parent:after {
    display: none;
  }
  #navigation .tog-nav li.sub ul {
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    width: 150px;
    position: absolute;
    width: 150px;
    top: 50px;
    left: -10px;
    opacity: 0;
    visibility: hidden;
    border: 2px solid #bbbbbc;
  }
  #navigation .tog-nav li.sub ul li:hover a:before, #navigation .tog-nav li.sub ul li.active a:before {
    opacity: 1 !important;
  }
  #navigation .tog-nav li.sub a:before {
    opacity: 0 !important;
  }
  #navigation .tog-nav li.sub li {
    padding: 0 0;
    margin: 0;
    line-height: 28px;
  }
  #navigation .tog-nav li.sub li:not(:last-child) {
    border-bottom: 2px solid #bbbbbc;
  }
  #navigation .tog-nav li.sub li a {
    font-size: 16px;
    padding: 0;
    color: #000;
    text-align: center;
  }
  #navigation .tog-nav li.sub li a:before {
    border-top: 2px solid #e20000;
  }
  #navigation .tog-nav li.sub:hover ul {
    opacity: 1;
    visibility: visible;
  }
  #navigation .tog-nav li:hover a:before {
    opacity: 1;
  }
  #navigation .contact {
    width: 347px;
    padding-top: 10px;
  }
  #navigation .contact li {
    width: 200px;
  }
  #navigation .contact li a {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
  }
  #navigation .contact li a:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  #navigation .contact li a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  #navigation .contact .bnr a:hover {
    color: #fff;
  }
  #navigation .contact .efo {
    margin-top: 7px;
  }
  #navigation .contact .efo a {
    display: block;
    background-color: #d6302b;
    color: #fff;
    text-align: center;
    font-size: 17px;
    border-radius: 20px;
    line-height: 32px;
    position: relative;
    padding: 0 0 0 23px;
  }
  #navigation .contact .efo a:before {
    content: '';
    background: url("../img/shared/ico1.png") no-repeat center/100%;
    position: absolute;
    width: 25px;
    top: 0;
    bottom: 0;
    left: 21px;
    z-index: 1;
  }
  #navigation .contact .bnr a {
    padding: 0;
    display: block;
    line-height: 32px;
    font-size: 17px;
    border-radius: 20px;
  }
  #navigation .contact .recruit {
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
  }
  #navigation .contact .recruit:before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 21px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("../img/shared/ico2.png");
    background-position: center 0;
    background-size: 51px;
    background-repeat: no-repeat;
  }
  #navigation .contact .recruit a {
    display: block;
    color: #fff;
    text-align: center;
    background-color: #d6302b;
    font-size: 21px;
    height: 122px;
    padding: 80px 0 0;
    position: relative;
  }
  #navigation .contact .recruit a:before {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 16px solid #fff;
    border-left: 16px solid transparent;
  }
}
.ft-active .pagetop {
  opacity: 0;
}
.navOpen {
  /*
  
    .ft-bnr-fixed {
     
  opacity: 0 !important;
     visibility: hidden !important;
      pointer-events: none;
      li {
        
   
        &.ham-img {
           pointer-events: auto;
          opacity: 1;
          visibility: visible;
        }
      }
    }
    */
}
.navOpen .pagetop {
  opacity: 0 !important;
  pointer-events: none;
}
.navOpen #navigation {
  opacity: 1;
  pointer-events: auto;
}
header {
  position: relative;
  padding-top: 70px;
}
header .scroll {
  width: 40%;
  position: absolute;
  z-index: 1;
  bottom: -10vw;
  left: -10vw;
}
header .scroll img {
  animation: rotate 15s linear infinite;
}
header h1 {
  pointer-events: none;
  padding: 10px 5%;
  font-size: 10px;
  line-height: 1.4;
  text-align: left;
  z-index: 10;
  position: relative;
  margin: 5vw 0 15vw 10vw;
  background-color: #fff;
  box-shadow: -1px 16px 26px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: -1px 16px 26px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 16px 26px 1px rgba(0, 0, 0, 0.15);
}
header .logo {
  position: absolute;
  width: 145px;
  top: 10px;
  left: 10px;
  z-index: 9;
}
header .logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  header {
    padding-top: 122px;
  }
  header .scroll {
    width: 160px;
    bottom: -80px;
    left: 56px;
  }
  header h1 {
    color: #d2d2d2;
    background-color: transparent;
    padding: 0;
    font-size: 13px;
    position: absolute;
    left: 20px;
    bottom: 100px;
    top: 0;
    margin: 0;
    text-align: right;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .logo {
    position: fixed;
    top: 26px;
    left: 30px;
    width: 188px;
    z-index: 99999;
  }
}
footer {
  background: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 30px;
  padding: 10vw 5% 120px;
}
footer .logo {
  width: 65%;
  margin-bottom: 10vw;
}
footer .info {
  font-weight: bold;
  text-align: left;
  padding: 0 8vw 10vw;
}
footer .info .tit {
  font-size: 20px;
  padding-bottom: 20px;
}
footer .info .tit span {
  font-size: 15px;
  padding-left: 10px;
}
footer .info dl {
  display: table;
  width: 100%;
  line-height: 1.4;
  padding-bottom: 10px;
  font-weight: normal;
}
footer .info dl dt, footer .info dl dd {
  display: table-cell;
}
footer .info dl dt {
  width: 120px;
}
footer .link {
  margin-top: 25px;
}
footer .link li:not(:last-child) {
  margin-bottom: 10px;
}
footer .ft-bnr {
  padding: 0 10% 50px;
}
footer .ft-bnr .tt {
  font-size: 18px;
  padding-bottom: 15px;
}
footer .ft-bnr ul {
  gap: 10px 0;
}
footer .ft-bnr li {
  border: 1px solid #383838;
  width: calc(50% - 5px);
}
footer .btn-copy {
  padding: 10px 0 30px;
}
footer .btn-copy span {
  text-decoration: underline;
}
footer .btn-copy a:hover span {
  text-decoration: none;
}
footer .btn-copy a:after {
  content: '';
  background: url("../img/shared/copy.png") no-repeat 0 0/100%;
  display: inline-block;
  width: 15px;
  height: 20px;
  margin-left: 10px;
  position: relative;
}
footer .cookies_link a {
  text-decoration: underline;
}
footer .cookies_link a:hover {
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  footer {
    font-size: 14px;
    line-height: 32px;
    padding: 90px 80px 0;
  }
  footer .wrap {
    max-width: 100%;
    justify-content: space-between;
    display: flex;
    padding-bottom: 45px;
  }
  footer .logo {
    width: 209px;
    margin-bottom: 38px;
  }
  footer .logo img {
    width: 100%;
    height: auto;
  }
  footer .info {
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    padding: 0 0 0;
  }
  footer .info .tit {
    font-size: 22px;
    padding-bottom: 20px;
  }
  footer .info .tit span {
    font-size: 16px;
    padding-left: 14px;
    letter-spacing: 0.1em;
  }
  footer .info dl {
    display: block;
    width: 100%;
    line-height: 16px;
    padding-bottom: 16px;
  }
  footer .info dl dt, footer .info dl dd {
    display: inline;
  }
  footer .info dl dt {
    width: auto;
  }
  footer .info dl dt:after {
    content: '／';
  }
  footer .tog-nav {
    padding: 40px 0 0 0px;
    gap: 22px;
    display: flex;
    margin: 0 0 0 -8px;
  }
  footer .tog-nav li a {
    color: #939393;
    font-size: 17px;
  }
  footer .tog-nav li a:hover {
    opacity: 0.8;
  }
  footer .col-r {
    text-align: right;
  }
  footer .link {
    margin-top: 17px;
  }
  footer .link li {
    width: 300px;
  }
  footer .link li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .link li.bnr-shared a {
    border: 1px solid #000;
    padding: 9px 30px 8px;
  }
  footer .link li.bnr-shared a:hover {
    border: 1px solid #fff;
  }
  footer .ft-bnr {
    width: 275px;
    float: right;
    padding: 0 0 58px;
  }
  footer .ft-bnr .tt {
    font-size: 18px;
    padding-bottom: 10px;
    text-align: center;
  }
  footer .ft-bnr ul {
    gap: 10px;
  }
  footer .ft-bnr li {
    width: 132px;
  }
  footer .ft-bnr li img {
    width: 100%;
    height: auto;
  }
  footer .socialbuttons {
    clear: both;
  }
  footer .btn-copy {
    padding: 4px 0 24px;
    font-size: 15px;
  }
  footer .btn-copy a:after {
    width: 16px;
    height: 21px;
    margin-left: 10px;
  }
}
#key {
  position: relative;
}
#key .tit {
  position: absolute;
  left: 0;
  bottom: 5vw;
  z-index: 3;
  color: #fff;
  text-align: center;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0.6) 85%, rgba(0, 0, 0, 0) 100%);
  font-size: 5vw;
  line-height: 2;
  letter-spacing: 0.05em;
  white-space: nowrap;
  padding: 0 10%;
}
@media screen and (min-width: 768px) {
  #key .object-fit-cover-pc {
    height: 644px;
  }
}
@media screen and (min-width: 768px) {
  #key .tit {
    bottom: 60px;
    font-size: 30px;
    line-height: 57px;
    padding: 0 60px;
  }
}
.pagetop {
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  position: relative;
  opacity: 1 !important;
  visibility: visible !important;
  padding: 30px 0 0;
}
.pagetop:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 11px solid;
  display: block;
  margin: 10px auto 0;
}
@media screen and (min-width: 768px) {
  .pagetop {
    position: absolute;
    z-index: 1;
    left: 45%;
    right: 45%;
    bottom: 57px;
    font-size: 16px;
  }
  .pagetop:hover {
    opacity: 0.8 !important;
  }
}
#belt {
  position: fixed;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  #belt {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
  }
}
/*========layout pc===========*/
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 32px;
  }
  section .padd_wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .has-nav header .hd-fixed {
    opacity: 1;
    visibility: visible;
  }
}
.has-nav .ft-bnr-fixed {
  opacity: 1;
  visibility: visible;
}
.has-nav header .hd-js {
  pointer-events: none;
  opacity: 0 !important;
}
@media screen and (min-width: 768px) {
  .has-nav .btn_reserve_fixed {
    position: fixed;
    opacity: 1;
    pointer-events: auto;
    top: 100px;
  }
}
/*content*/
.remodal button {
  cursor: pointer;
}
.remodal button:hover {
  opacity: 0.6;
}
.remodal.ext {
  vertical-align: top;
}
.remodal-close {
  position: sticky;
  margin-left: auto;
  margin-bottom: 0px;
  width: 30px;
  font-size: 30px;
  top: 0px;
  right: 0px;
  box-sizing: border-box;
  line-height: 1;
  text-align: right;
}
.remodal-close img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .remodal-close {
    margin: 0px 6px 60px 0;
    width: auto;
  }
  .remodal-close img {
    width: 52px;
  }
}
.remodal-cancel {
  margin: 20px auto 0;
  border-bottom: 1px solid #000;
  padding: 0;
  font-size: 16px;
  padding: 0 30px 4px;
}
.remodal-cancel:hover {
  opacity: 0.7 !important;
}
@media screen and (min-width: 768px) {
  .remodal-cancel {
    font-size: 20px;
    padding: 0 110px 4px;
  }
}
.remodal-wrapper {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .remodal-wrapper {
    padding: 20px;
  }
}
.remodal-wrapper, .remodal-wrapper-ext {
  text-align: center;
}
.remodal {
  max-width: 1062px;
  padding: 0px 0;
  box-sizing: border-box;
}
.remodal-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 768px) {
  .has-nav .hamburger {
    opacity: 1;
    visibility: visible;
  }
}
.ft-bnr-fixed {
  background-color: #d6302b;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
}
.ft-bnr-fixed li {
  position: relative;
  font-weight: bold;
  width: 80px;
}
.ft-bnr-fixed li img {
  width: 22px;
  height: auto;
  margin-right: 5px;
}
.ft-bnr-fixed li img:hover {
  opacity: 1 !important;
}
.ft-bnr-fixed li a {
  text-align: center;
  display: block;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0;
  padding: 10px 0 0;
  height: 100%;
  font-weight: bold;
}
.ft-bnr-fixed li:nth-child(1) {
  width: calc(100% - 160px);
}
.ft-bnr-fixed li:nth-child(1):before {
  content: '';
  border-left: 1px solid;
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 0;
}
.ft-bnr-fixed li:nth-child(1) a {
  padding: 26px 10px 0 0;
  font-size: 14px;
}
.ft-bnr-fixed li:nth-child(1) a:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.ft-bnr-fixed li:nth-child(2) img {
  width: 30px;
  display: block;
  margin: 0 auto 5px;
}
.ft-bnr-fixed li:last-child {
  width: 80px;
}
@keyframes mymove {
  0% {
    filter: grayscale(100%);
  }
  100% {
    filter: grayscale(0%);
  }
}
.fade_photo[style*="visible"] img {
  animation-name: mymove;
  animation-duration: .3s;
  animation-delay: 1s;
  animation-fill-mode: backwards;
}
.photo_on {
  position: relative;
}
.photo_on .on {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
  transition: opacity .8s ease 0.7s !important;
  -moz-transition: opacity .8s ease 0.7s !important;
  -webkit-transition: opacity .8s ease 0.7s !important;
}
.photo_on[style*="visible"] .on {
  opacity: 1 !important;
}
@keyframes textshow {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes textshow1 {
  0% {
    clip-path: inset(0% 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.h2222[style*="visible"] .t, .h2222[style*="visible"] .ani {
  animation: textshow 1s ease-out forwards;
}
.h2222.txt-vertical[style*="visible"] .t {
  animation: textshow1 1s ease-out forwards;
}
.bnr-shared a {
  display: block;
  background-color: #000000;
  color: #fff;
  text-align: left;
  font-size: 17px;
  padding: 10px 20px;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.bnr-shared a:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 12px solid;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.bnr-shared.ext img {
  width: 38px;
  height: auto;
  margin: 0 auto 5px;
  display: block;
  opacity: 1 !important;
}
.bnr-shared.ext a {
  text-align: center;
  background-color: #d6302b;
}
.bnr-shared.ext a.icon {
  text-align: left;
}
.bnr-shared.ext a.icon img {
  display: inline-block;
  width: 26px;
  margin: 0 10px 0 0;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 768px) {
  .bnr-shared {
    max-width: 310px;
  }
  .bnr-shared a {
    font-size: 18px;
    padding: 10px 30px;
    line-height: 32px;
  }
  .bnr-shared a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d6302b;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .bnr-shared a:after {
    right: 30px;
  }
  .bnr-shared a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .bnr-shared.ext img {
    width: 47px;
    height: auto;
    margin: 0 auto 12px;
  }
  .bnr-shared.ext a {
    font-size: 18px;
    padding: 10px 30px 9px;
    line-height: 32px;
    letter-spacing: 0.1em;
  }
  .bnr-shared.ext a:before {
    background-color: #000;
  }
  .bnr-shared.ext a.icon img {
    width: 26px;
    margin: 0 10px 0 0;
    top: -3px;
  }
}
.bg1 {
  background: url("../img/shared/bg1.jpg") repeat center 0;
}
@keyframes ripple-effect {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(20);
  }
  100% {
    transform: scale(120);
  }
}
@keyframes ripple-effects {
  0% {
    transform: scale(120);
  }
  80% {
    transform: scale(20);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes ripple-effect1 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  10% {
    transform: scale(40);
    opacity: 1;
  }
  100% {
    transform: scale(90);
    opacity: 0;
  }
}
@keyframes ripple-effect11 {
  0% {
    transform: scale(90);
    opacity: 0;
  }
  10% {
    transform: scale(40);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 1;
  }
}