/* Scss Document */
.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;
}
.pc {
  display: none;
}
.padd_wrap {
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (min-width: 999px) {
  .pc {
    display: block;
  }
  .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;
  }
  .pc {
    display: block !important;
  }
}
header .ham-img {
  cursor: pointer;
  width: 48px;
  height: 48px;
  top: 0px;
  right: 0px;
  z-index: 9999;
  position: fixed;
  border: 1px solid #bf9d6d;
}
header .ham-img img {
  width: 100%;
  height: auto;
}
header .ham-img img.on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
header .ham-img.is-active img.on {
  opacity: 1;
}
@media screen and (max-width: 999px) {
  img {
    width: 100%;
    height: auto;
  }
}
.fc-form [class^='error'] {
  position: static;
}
.f_cl1 {
  color: #a80d0b;
}
.f_cl2 {
  color: #d6c29a;
}
.f_cl3 {
  color: #ffa325;
}
.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 {
  -webkit-box-shadow: 1px 5px 11px 0px rgba(140, 140, 140, 0.63);
  box-shadow: 1px 5px 11px 0px rgba(140, 140, 140, 0.63);
}
.img-shadown {
  -webkit-box-shadow: 0px 5px 12px 3px rgba(140, 140, 140, 0.43);
  box-shadow: 0px 5px 12px 3px rgba(140, 140, 140, 0.43);
}
header .btn-close {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 65px;
  z-index: 9;
  cursor: pointer;
}
header .btn-close:hover {
  opacity: 0.8;
}
header .btn-close img {
  width: 100%;
  height: auto;
}
section {
  position: relative;
}
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: 999px) {
  section .wrap {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 40px);
  }
  section .wrap .padd_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;
}
#navigation {
  background: #000;
  padding: 0px 0px 100px;
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  -moz-transition: opacity 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  color: #fff;
}
#navigation .group {
  padding: 58px 0 0px;
}
#navigation .tel {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.14em;
  border-bottom: 1px solid #fff;
  width: 80vw;
  margin: 0 auto 10.5vw;
  padding-bottom: 21px;
}
#navigation .tel span {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
}
#navigation .tel img {
  width: 11px;
  margin: -4px 8px 0 4px;
}
#navigation .tog-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-left: 0px;
}
#navigation .tog-nav > li {
  text-align: left;
  font-size: 15px;
  display: block;
}
#navigation .tog-nav > li:has(.sub-ttl) {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#navigation .tog-nav > li a {
  display: block;
  text-decoration: none;
  position: relative;
  min-width: 26px;
}
#navigation .tog-nav > li .nav-main:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  width: 6px;
  height: 6px;
  background: #bf9d6d;
  border-radius: 50%;
  opacity: 0;
}
#navigation .tog-nav li .active {
  color: #bf9d6d;
}
#navigation .tog-nav li .active::before {
  opacity: 1;
}
#navigation .tog-nav > li .sub {
  margin: 20px -3px 0px 8px;
  line-height: 27.5px;
  display: flex;
  gap: 3px;
}
#navigation .tog-nav > li .sub a {
  color: #fff;
  height: 110px;
  font-size: 12px;
  background: #bf9d6d;
  text-align: center;
  min-width: 28px;
}
#navigation .access {
  padding-top: 22px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  font-size: 12px;
}
#navigation .access a {
  display: inline-block;
  width: auto;
  color: #fff;
  padding: 0 15px;
}
#navigation .access a:nth-child(2) {
  border-left: 1px solid #a3a3a3;
  border-right: 1px solid #a3a3a3;
}
#navigation .access a:hover {
  opacity: 0.8;
}
#navigation .access img {
  height: 16px;
  width: auto;
  margin-right: 5px;
  margin-top: -3px;
}
#navigation .shp-bnr {
  width: 59%;
  margin: 31px auto 0;
}
#navigation .shp-bnr a {
  width: auto;
}
#navigation .shp-bnr img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 999px) {
  #navigation {
    position: relative;
    height: 100px;
    padding: 0px 0px;
    background-color: transparent;
    z-index: 9;
    bottom: auto;
    overflow: visible;
  }
  #navigation .group {
    padding: 0;
    height: inherit;
  }
  #navigation .gr {
    margin: 0 auto;
    position: relative;
    height: inherit;
  }
  #navigation .tel {
    width: auto;
    position: absolute;
    margin: 0;
    bottom: 17px;
    border: none;
    padding-bottom: 0;
    left: 27px;
    letter-spacing: 2px;
  }
  #navigation .tel span {
    display: inline;
    font-size: 15px;
    letter-spacing: 1px;
  }
  #navigation .tel img {
    height: auto;
    width: 12px;
    margin: 1px 4px 0 12px;
  }
  #navigation .tog-nav {
    padding: 8px 0 7px 29px;
    text-align: center;
    justify-content: start;
    gap: 34px;
    width: 766px;
    border-bottom: 1px solid #404040;
    box-sizing: border-box;
  }
  #navigation .tog-nav > li {
    position: relative;
    cursor: pointer;
  }
  #navigation .tog-nav > li .sub {
    position: absolute;
    flex-direction: column;
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    margin: 35px 0 0 0;
    gap: 1px;
    opacity: 0;
    visibility: hidden;
  }
  #navigation .tog-nav li .nav-main:hover {
    color: #bf9d6d;
  }
  #navigation .tog-nav > li:hover .sub {
    opacity: 1;
    visibility: visible;
  }
  #navigation .tog-nav > li .sub a {
    height: auto;
    line-height: 30px;
    font-size: 15px;
  }
  #navigation .access {
    padding: 0px;
    position: absolute;
    bottom: 22px;
    left: 404px;
    font-size: 15px;
    line-height: 15px;
  }
  #navigation .access a {
    position: relative;
    padding: 0 12px 0 41px;
  }

  #navigation .access img {
    position: absolute;
    top: -2px;
    left: 14px;
    height: 19px;
    margin: 0;
  }
  #navigation .shp-bnr {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}
.navOpen .ft-bnr-fixed,
.navOpen .ft_bnr_fixed {
  opacity: 0 !important;
  visibility: hidden !important;
}
.navOpen #navigation {
  opacity: 1;
  pointer-events: auto;
}
.navOpen #navigation .group {
  visibility: visible;
}
header {
  color: #fff;
  background: url('../img/shared/bg1.jpg') repeat center 0;
  padding-top: 27vw;
}
header .logo {
  position: absolute;
  top: 35px;
  left: 3%;
  width: 30%;
  z-index: 99;
}
header .logo img {
  width: 100%;
  height: auto;
}
header .h-tel {
  z-index: 90;
  position: absolute;
  top: 18vw;
  width: 33%;
  left: 4%;
}
header h1 {
  text-align: left;
  position: absolute;
  line-height: 1.4;
  z-index: 9;
  color: #a9a9a9;
  top: 5px;
  right: 60px;
  left: 4%;
  font-size: 9px;
  bottom: auto;
}
footer {
  border-top: 1px solid #bf9d6d;
  padding: 15vw 5% 80px;
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-align: center;
}
footer .socialbuttons {
  padding: 30px 0 0;
}
footer address,
footer .cookies_link {
  font-size: 12px;
  text-align: center;
}
footer .cookies_link a:hover {
  text-decoration: underline;
}
#key {
  position: relative;
  background-size: cover;
  background-position: center;
}
#key-img {
  height: 66vw;
}
#key-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#pagetop {
  bottom: 69px;
  right: 15px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
}

/*========layout pc===========*/
@media screen and (min-width: 999px) {
  #pagetop {
    /* width: 61px; */
    /* height: 61px; */
    padding: 0;
    right: 55px !important;
    bottom: 100px !important;
  }
  body {
    font-size: 16px;
    line-height: 35px;
    text-align: left;
  }
  section .padd_wrap {
    padding-left: 0;
    padding-right: 0;
  }
  #belt {
    background-color: #000;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    pointer-events: none;
    height: 100px;
  }
  #belt.fixed {
    position: fixed;
    opacity: 1;
    visibility: visible;
    height: 100px;
    top: 0;
    pointer-events: auto;
  }
  header {
    padding-top: 315px;
  }
  header .logo {
    top: 20px;
    left: 20px;
    width: 100px;
  }
  header .logo-pc {
    position: absolute;
    top: -18px;
    left: -6px;
    width: 133px;
    z-index: 13;
  }
  header .logo-pc img {
    width: 100%;
    height: auto;
  }
  header .h-tel {
    top: 229px;
    width: auto;
    left: 132px;
  }
  header .hd-nav {
    background: url('../img/shared/h_line.jpg') repeat-y right 0, url('../img/shared/bg1.jpg') repeat center 0;
    color: #fff;
    width: 500px;
    text-align: center;
    position: relative;
    height: 920px;
    box-sizing: border-box;
    padding: 250px 4px 0 0;
  }
  header .hd-nav .access {
    margin-top: 277px;
    margin-right: 28px;
  }
  header .hd-nav .access a {
    font-size: 16px;
    padding: 0 0px 0 30px;
    margin: 0px 0 0 24px;
    line-height: 19px;
    position: relative;
    display: inline-block;
  }
  header .hd-nav .access a img {
    height: 18px;
    width: auto;
    position: absolute;
    top: 1px;
    left: 0;
  }
  header .hd-nav .access a:nth-child(1) {
    border-right: 1px solid #b9b9b9;
    padding-right: 13px;
    margin-right: -6px;
  }
  header .hd-nav .access a:nth-child(2) {
    border-right: 1px solid #b9b9b9;
    margin: 0 -14px 0 15px;
    padding: 0 13px 0 30px;
  }
  header .hd-nav .shp-bnr {
    padding: 35px 0 58px;
  }
  header .hd-nav .nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    z-index: 11;
    position: relative;
  }
  header .hd-nav .nav li {
    position: relative;
  }
  header .hd-nav .nav li .txt-vertical {
    cursor: pointer;
  }
  header .hd-nav .nav li .nav-main {
    display: block;
    line-height: 45px;
    min-width: 45px;
    letter-spacing: 0.27em;
    position: relative;
    text-decoration: none;
  }
  header .hd-nav .nav li .sub-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: absolute;
    top: calc(100% - 30px);
    gap: 3px;
    letter-spacing: 0.2em;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
  }
  header .hd-nav .nav li:hover .sub-content {
    opacity: 1;
    visibility: visible;
  }
  header .hd-nav .nav li .sub-content a {
    line-height: 43px;
    min-width: 43px;
    background: #bf9d6d;
    color: #fff;
    display: block;
    height: 150px;
    text-align: center;
    text-decoration: none;
  }
  header .hd-nav .nav li .sub-content a:hover {
    opacity: 0.8;
  }
  header .hd-nav .nav li .nav-main:before {
    content: '';
    position: absolute;
    top: -23px;
    left: 19px;
    width: 7px;
    height: 7px;
    background-color: #bf9d6d;
    border-radius: 50%;
    opacity: 0;
  }
  header .hd-nav .nav li .nav-main:hover:before,
  header .hd-nav .nav li .nav-main.active:before {
    opacity: 1;
  }
  header h1 {
    position: absolute;
    z-index: 9;
    font-size: 15px;
    line-height: 25px;
    top: 207px;
    right: calc(50% - 670px);
    left: auto;
    text-align: right;
    width: 500px;
  }
  header .nav-pc {
    z-index: 999;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    line-height: 28px;
  }
  header .nav-pc .gr {
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  header .nav-pc .shp-bnr {
    position: absolute;
    right: 0;
    top: 53px;
  }
  header .nav-pc .tel {
    font-size: 20px;
    position: absolute;
    top: 53px;
    left: 2px;
    letter-spacing: 0.11em;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    letter-spacing: 2px;
    padding: 10px 0 10px 5px;
  }
  header .nav-pc .tel span {
    font-size: 15px;
    letter-spacing: 1px;
  }
  header .nav-pc .tel img {
    position: relative;
    top: -2px;
    margin: 0 2px 0 11px;
    width: 14px;
    height: auto;
  }
  header .nav-pc .access {
    padding: 0px;
    position: absolute;
    top: 65px;
    right: 256px;
  }
  header .nav-pc .access img {
    height: 18px;
    width: auto;
    position: absolute;
    top: 1px;
    left: 0;
  }
  header .nav-pc .access a {
    font-size: 16px;
    padding: 0 0px 0 30px;
    margin: 0px 0 0 24px;
    line-height: 19px;
    position: relative;
    display: inline-block;
  }
  header .nav-pc .access a:hover {
    opacity: 0.8;
  }
  header .nav-pc .access a:nth-child(1) {
    border-right: 1px solid #b9b9b9;
    padding-right: 13px;
    margin-right: -6px;
  }
  header .nav-pc .access a:nth-child(2) {
    border-right: 1px solid #b9b9b9;
    margin: 0 -14px 0 15px;
    padding: 0 13px 0 30px;
  }
  header .nav-pc .tog-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: end;
    margin-right: -4px;
    gap: 33px;
    z-index: 3;
    position: relative;
  }
  header .nav-pc .tog-nav > li {
    display: inline-block;
    position: relative;
  }
  header .nav-pc .tog-nav li .sub {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 37px;
    width: 140px;
    background: #bf9d6d;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  header .nav-pc .tog-nav li:hover .sub {
    opacity: 1;
    visibility: visible;
  }
  header .nav-pc .tog-nav li .sub li:nth-child(1) {
    border-bottom: 1px solid #000;
  }
  header .nav-pc .tog-nav li .sub li:hover {
    opacity: 0.8;
  }
  header .nav-pc .tog-nav li .nav-main span {
    position: relative;
    letter-spacing: 0.11em;
    font-size: 18px;
    cursor: pointer;
  }
  header .nav-pc .tog-nav li .nav-main span:before {
    content: '';
    position: absolute;
    left: calc(50% - 5px);
    top: -9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #bf9d6d;
    opacity: 0;
  }
  header .nav-pc .tog-nav li .nav-main:hover span:before,
  header .nav-pc .tog-nav li .active span:before {
    opacity: 1;
  }
  #key-img {
    height: 700px;
    margin: -131px 50px 0;
  }
  footer {
    padding: 80px 78px 70px;
    font-size: 16px;
    line-height: 40px;
    text-align: right;
  }
  footer .socialbuttons {
    padding: 0;
    justify-content: end;
    gap: 21px;
  }
  footer address,
  footer .cookies_link {
    font-size: 13px;
    text-align: right;
    letter-spacing: 0.11em;
  }
  footer address {
    margin: 43px 0 -10px;
  }
  footer .cookies_link a {
    text-decoration: underline;
    text-underline-offset: 7px;
  }
  footer .cookies_link a:hover {
    text-decoration: none;
  }
  footer .link {
    position: absolute;
    top: 80px;
    left: 65px;
    font-size: 15px;
    gap: 5px;
  }
  footer .link li:has(.sub-ttl) {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: start;
  }
  footer .link .sub {
    margin: 5px 6px 0 -5px;
    line-height: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  footer .link li .txt-vertical {
    cursor: pointer;
  }
  footer .link li a:hover {
    opacity: 0.8;
  }
}
.has-nav .ft_bnr_fixed {
  opacity: 1;
  visibility: visible;
}
.has-nav header .bnr-fix {
  top: 120px;
}
@media screen and (min-width: 999px) {
  .has-nav #navigation {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
/*content*/
.remodal.ext {
  vertical-align: top;
}
.remodal-close {
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  left: auto;
  box-sizing: border-box;
}
.remodal-wrapper {
  padding: 0;
}
#popup {
  background: #ffffff;
  color: #211d19;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
  padding: 50px 5% 70px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
#popup h2 {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
}
#popup .txt p {
  padding-bottom: 15px;
}
#popup .list {
  border: 1px solid #000;
  padding: 20px 5%;
  margin-top: 25px;
}
#popup .list li {
  position: relative;
}
@media screen and (min-width: 999px) {
  #popup {
    font-size: 15px;
    line-height: 36px;
    padding: 90px 0;
  }
  #popup h2 {
    font-size: 26px;
    letter-spacing: 0.1em;
  }
  #popup p {
    text-align: center;
  }
  #popup .list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    width: 808px;
    margin: 45px auto 0;
  }
  #popup .list ul {
    padding: 0 35px;
    line-height: 40px;
  }
}
.remodal-wrapper,
.remodal-wrapper-ext {
  text-align: center;
  padding: 10px;
}
.remodal {
  background: url('../img/shared/bd_bg.jpg') repeat center 0;
}
.remodale {
  max-width: 1100px;
}
.remodal {
  padding: 20px;
}
.remodal-close {
  position: sticky;
  top: 0;
  margin-left: auto;
  background: none;
  width: 20px;
  height: 20px;
}
.remodal-close img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.remodal h2 {
  font-size: 7vw;
  letter-spacing: 0.17em;
  color: #231815;
}
.remodal .note1 {
  margin: 2vw 0 8vw;
}
.remodal .ttl {
  background-color: #000;
  color: #fff;
  padding: 5vw;
  margin-bottom: 10vw;
}
.remodal .ttl h3 {
  font-size: 30px;
  margin-bottom: 3vw;
}
.remodal .main .row {
  margin-bottom: 10vw;
}
.remodal .main h3 {
  color: #231815;
  font-size: 18px;
  margin-bottom: 8vw;
}
.remodal .main h3 + .note {
  margin: -5vw 0 6vw;
}
.remodal .main dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  text-align: left;
  border-bottom: 1px solid #ddccb4;
  line-height: 27px;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.remodal .main dl dd {
  text-align: right;
}
.remodal .main dl dd.ae {
  align-self: end;
}
@media screen and (min-width: 999px) {
  .remodal-close {
    top: 17px;
    right: 16px;
  }
  .has-nav .hamburger {
    opacity: 1;
    visibility: visible;
  }
  .remodal {
    max-width: 1200px;
    padding: 50px 20px;
  }
  .remodal-close {
    margin-right: 30px;
  }
  .remodal h2 {
    font-size: 30px;
    line-height: 1;
  }
  .remodal .note1 {
    margin: 27px 0 65px;
  }
  .remodal .ttl {
    padding: 30px;
    margin-bottom: 50px;
  }
  .remodal .ttl h3 {
    font-size: 24px;
    margin-bottom: 0px;
  }  
  .remodal .main {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  .remodal .main .col {
    width: 320px;
  }
  .remodal .main .col h3 {
    font-size: 20px;
    margin-bottom: 50px;
  }
  .remodal .main .col h3 + .note {
    font-size: 15px;
    margin: -50px 0 16px;
  }
  .remodal .main .col .row {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .remodal .main .col .row dl {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .remodal .main .col .row dl dt small {
    font-size: 14px;
  }
}
.ft_bnr_fixed {
  background-color: #000000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.ft_bnr_fixed li {
  text-align: center;
  width: 50%;
}
.ft_bnr_fixed li a {
  display: block;
  padding: 11px 0;
}
.ft_bnr_fixed li:last-child {
  background: url('../img/index/sec5_bnr_bg.jpg') 0 0 repeat;
}
.ft_bnr_fixed img {
  width: auto;
  height: 32px;
}
@keyframes mymove {
  0% {
    filter: grayscale(100%);
  }
  100% {
    filter: grayscale(0%);
  }
}
.fade_photo[style*='visible'] img {
  animation-name: mymove;
  animation-duration: 0.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 0.8s ease 0.7s !important;
  -moz-transition: opacity 0.8s ease 0.7s !important;
  -webkit-transition: opacity 0.8s ease 0.7s !important;
}
.photo_on[style*='visible'] .on {
  opacity: 1 !important;
}
.bg1 {
  color: #fff;
  background: url('../img/index/bg1.jpg') repeat center 0;
}
.bg2 {
  background: url('../img/shared/bg2.jpg') repeat center 0;
}
.bg3 {
  background: url('../img/index/bg3.jpg') repeat center 0;
}
.bg4 {
  background: url('../img/index/bg4.jpg') repeat center 0;
}
.bg5 {
  background: url('../img/index/bg5.jpg') repeat center 0;
}
.bnr-shared a {
  display: block;
  border: 1px solid #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px 0;
  position: relative;
}
.bnr-shared a:hover {
  opacity: 0.8;
}
.bnr-shared a:before {
  content: '';
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 0;
  height: 0;
  border-bottom: 16px solid #fff;
  border-left: 16px solid transparent;
}
.bnr-shared2 a {
  display: block;
  border: 1px solid #000;
  text-align: center;
  font-size: 17px;
  padding: 10px 0;
  position: relative;
}
.bnr-shared2 a:hover {
  opacity: 0.8;
}
.bnr-shared2 a:before {
  content: '';
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 0;
  height: 0;
  border-bottom: 16px solid #000;
  border-left: 16px solid transparent;
}
@media screen and (min-width: 999px) {
  .bnr-shared a {
    font-size: 18px;
    padding: 11px 0;
  }
  .bnr-shared a {
    display: block;
    border: 1px solid #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px 0;
    position: relative;
  }
  .bnr-shared a:hover {
    opacity: 0.8;
  }
  .bnr-shared a:before {
    content: '';
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 0;
    height: 0;
    border-bottom: 16px solid #fff;
    border-left: 16px solid transparent;
  }
  .bnr-shared2 a {
    font-size: 18px;
    padding: 11px 0;
  }
  .bnr-shared2 a {
    display: block;
    border: 1px solid #000;
    text-align: center;
    font-size: 17px;
    padding: 10px 0;
    position: relative;
  }
  .bnr-shared2 a:hover {
    opacity: 0.8;
  }
  .bnr-shared2 a:before {
    content: '';
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 0;
    height: 0;
    border-bottom: 16px solid #000;
    border-left: 16px solid transparent;
  }
}
@media screen and (min-width: 999px) {
  .bnr-shared a {
    font-size: 18px;
    padding: 11px 0;
  }
  .bnr-shared2 a {
    font-size: 18px;
    padding: 11px 0;
  }
}
