/* 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;
}
@media screen and (max-width: 999px) {
  .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: 999px) {
  .pc {
    display: none;
  }
}
.padd_wrap {
  padding-left: 8%;
  padding-right: 8%;
}
@media screen and (min-width: 1000px) {
  .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: 10px;
  right: 10px;
  width: 60px;
}
.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: 1000px) {
  .ham-img {
    opacity: 0;
    visibility: hidden;
    width: auto;
    top: 0;
    right: 0;
  }
  .ham-img:hover {
    opacity: 0.8 !important;
  }
}
@media screen and (max-width: 999px) {
  img {
    width: 100%;
    height: auto;
  }
}
.fc-form [class^='error'] {
  position: static;
}
.f_cl1 {
  color: #e16a3f;
}
.f_cl2 {
  color: #1a4ead;
}
.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 {
  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: 1000px) {
  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: url("../img/shared/bd_bg.jpg") repeat center 0;
  color: #505050;
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  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;
  text-align: center;
}
#navigation .group {
  position: relative;
  padding: 20px 5% 70px;
}
#navigation .sub-logo {
  width: 45%;
  margin-bottom: 50px;
}
#navigation .tog-nav {
  text-align: left;
}
#navigation .tog-nav li {
  border-bottom: 1px solid #eaeae6;
  position: relative;
  padding: 20px 0 20px 120px;
  letter-spacing: 0.2em;
  font-size: 18px;
}
#navigation .tog-nav li a {
  display: block;
}
#navigation .tog-nav li a:not(:last-child) {
  margin-bottom: 10px;
}
#navigation .tog-nav li a:hover, #navigation .tog-nav li a.active {
  opacity: 0.6;
}
#navigation .tog-nav li br {
  display: none;
}
#navigation .tog-nav li .t {
  etter-spacing: 0.2em;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
#navigation .tog-nav li.ext {
  padding: 20px 0px 20px;
  border: none;
}
#navigation .tog-nav li.ext a {
  display: inline-block;
  margin: 0px 15px 35px;
}
#navigation .tog-nav li.ext a.email {
  display: block;
  border: 1px solid;
  text-align: center;
  padding: 10px 0;
  position: relative;
  font-size: 16px;
  margin: 0;
}
#navigation .tog-nav li.ext a.email:after {
  content: '';
  background: url("../img/shared/arow.png") no-repeat 0 center/100%;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#navigation .tog-nav li.ext a.email:before {
  content: '';
  background: url("../img/shared/email.jpg") no-repeat 0 center/100%;
  width: 20px;
  height: 17px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
#navigation .tog-nav li.tel {
  text-align: center;
  padding: 0;
  border: none;
  letter-spacing: 0;
  font-size: 13px;
}
#navigation .tog-nav li.tel .num {
  font-size: 22px;
  position: relative;
}
#navigation .tog-nav li.tel .num:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  border-top: 1px solid;
}
#navigation .tog-nav li.tel .num span {
  font-size: 16px;
}
#navigation .tog-nav li.tel a {
  padding: 0;
}
@media screen and (min-width: 1000px) {
  #navigation .gr {
    padding: 0px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 400px;
  }
  #navigation .sub-logo {
    width: auto;
    position: absolute;
    left: 150px;
    top: 273px;
    width: 41px;
  }
  #navigation .tog-nav {
    position: absolute;
    right: 140px;
    top: 107px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1100px) {
  #navigation .tog-nav {
    right: 30px;
  }
}
@media screen and (min-width: 1000px) {
  #navigation .tog-nav li {
    border: none;
    line-height: 35px;
    position: relative;
    padding-left: 19px;
  }
  #navigation .tog-nav li .t {
    position: static;
  }
  #navigation .tog-nav li a {
    display: block;
    margin: 26px 0 0 5px;
    padding: 0;
  }
  #navigation .tog-nav li .t-nav-sub {
    margin: 0px 0 0 5px;
  }
  
  #navigation .tog-nav li a:hover, #navigation .tog-nav li a.active {
    opacity: 0.6;
  }
  #navigation .tog-nav li.ext {
    padding: 0 58px 0 126px;
    font-size: 15px;
    letter-spacing: 0.05em;
  }
  #navigation .tog-nav li.ext a {
    display: block;
    margin: 46px 0 0 5px;
  }
  #navigation .tog-nav li.ext a.email {
    height: 160px;
    line-height: 28px;
    margin: 48px 12px 0 6px;
    box-sizing: border-box;
    padding: 17px 0 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    text-align: left;
    letter-spacing: 0.05em;
  }
  #navigation .tog-nav li.ext a.email:before {
    content: url("../img/shared/ico.jpg");
    margin-bottom: 14px;
    width: auto;
    height: auto;
    background: none !important;
    margin: 0 0 14px !important;
  }
  #navigation .tog-nav li.ext a.email:after {
    display: none;
  }
  #navigation .tog-nav li.ext a.email:hover {
    color: #fff;
    background-color: #505050;
    opacity: 1 !important;
  }
  #navigation .tog-nav li.ext a.email:hover:before {
    content: url("../img/shared/ico_on.jpg");
  }
  #navigation .tog-nav li.ext a.about {
    position: absolute;
    left: 0;
    font-size: 18px;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  #navigation .group {
    padding-left: 130px;
    padding-right: 20px;
  }
}
.ft-active .pagetop {
  opacity: 0;
}
.navOpen .pagetop {
  opacity: 0;
}
.navOpen #navigation {
  opacity: 1;
  pointer-events: auto;
}
.navOpen #navigation .group {
  visibility: visible;
}
.navOpen .ft-bnr-fixed > li:nth-child(1):before {
  display: none;
}
.navOpen .ft-bnr-fixed li.ham-img {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
header {
  position: relative;
}
header h1 {
  z-index: 2;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 5%;
  right: 5%;
  top: 10px;
  font-size: 10px;
  line-height: 1.4;
  opacity: 0;
}
header .logo {
  width: 23%;
  position: absolute;
  top: 20vw;
  left: 10%;
  z-index: 9;
}
header .instagram1 {
  width: 11%;
  position: absolute;
  top: 5vw;
  left: 5%;
  z-index: 9;
}
footer {
  text-align: center;
  color: #505050;
  padding: 15vw 0 10px;
  font-size: 14px;
}
footer .logo {
  width: 18%;
  margin: 0 auto;
}
footer .txt {
  padding: 30px 0;
}
footer .btn-copy {
  font-size: 15px;
  padding: 20px 0 0;
}
footer .btn-copy span {
  letter-spacing: 0.04em;
  color: #fff;
  text-decoration: underline;
}
footer .btn-copy span:after {
  content: url(../img/shared/copy.png);
  margin-left: 13px;
  position: relative;
  bottom: -3px;
}
footer .btn-copy:hover a span, footer .btn-copy.hs-copie a span {
  text-decoration: none;
}
footer .wrap {
  padding: 0 5% 0px;
}
footer .ft-gr {
  font-size: 10px;
  color: #afafae;
  padding-top: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  gap: 10px;
  letter-spacing: 0;
}
footer .cookies_link a {
  text-decoration: none;
}
footer .cookies_link a:hover {
  text-decoration: underline;
}
#key {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1000px) {
  #key {
    height: 767px;
  }
}
.pagetop {
  width: 40px;
  right: 10px;
  bottom: 90px;
  position: static;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .pagetop.fix-pc {
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.pagetop:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1000px) {
  .pagetop {
    position: fixed;
    z-index: 999999999;
  }
}
/*========layout pc===========*/
@media screen and (min-width: 1000px) {
  .pagetop {
    right: 20px;
    bottom: 60px;
  }
  .pagetop:hover {
    opacity: 0.7;
  }
  body {
    font-size: 16px;
    line-height: 32px;
    text-align: left;
  }
  section .padd_wrap {
    padding-left: 0;
    padding-right: 0;
  }
  #belt {
    background: url("../img/shared/belt_bg.png") repeat center 0;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 60px;
    z-index: 9999;
    opacity: 0;
  }
  #belt > * {
    pointer-events: none;
  }
  #belt.fixed {
    opacity: 1;
    pointer-events: auto;
  }
  #belt.fixed > * {
    pointer-events: auto;
  }
  .header-fade header .hd-pc {
    opacity: 0;
    pointer-events: none;
  }
  .header-fade header .logo {
    opacity: 0;
  }
  header {
    position: relative;
  }
  header .logo {
    width: auto;
    top: 59px;
    left: auto;
    right: 3%;
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
  }
	header .instagram {
    position: absolute;
	top: 300px;
	right: 60px;
	z-index: 999;
  }
  header h1 {
    text-align: left;
    font-size: 13px;
    letter-spacing: 0.1em;
    left: 30px;
    bottom: 70px;
    top: auto;
  }
  header .hd-pc {
    position: relative;
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
  }
  header .hd-pc .wrap {
    height: 397px;
  }
  header .hd-pc .tog-nav {
    position: absolute;
    right: 149px;
    top: 92px;
  }
  header .hd-pc .tog-nav li {
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 35px;
    position: relative;
    padding-left: 19px;
  }
  header .hd-pc .tog-nav li .t {
    letter-spacing: 0.2em;
    font-size: 24px;
  }
  header .hd-pc .tog-nav li a {
    display: block;
    margin: 26px 0 0 5px;
  }
  header .hd-pc .tog-nav li a:hover, header .hd-pc .tog-nav li a.active {
    opacity: 0.6;
  }
  header .hd-pc .tog-nav li.ext {
    padding: 0 55px 0 86px;
    font-size: 15px;
    letter-spacing: 0.05em;
  }
  header .hd-pc .tog-nav li.ext a.email {
    height: 160px;
    line-height: 28px;
    border: 1px solid;
    margin: 30px 12px 0 6px;
    box-sizing: border-box;
    padding: 17px 0 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
  }
  header .hd-pc .tog-nav li.ext a.email:before {
    content: url("../img/shared/ico.jpg");
    margin-bottom: 14px;
  }
  header .hd-pc .tog-nav li.ext a.email:hover {
    color: #fff;
    background-color: #505050;
    opacity: 1 !important;
  }
  header .hd-pc .tog-nav li.ext a.email:hover:before {
    content: url("../img/shared/ico_on.jpg");
  }
  footer {
    padding: 0px;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.05em;
  }
  footer .logo {
    width: 64px;
  }
  footer .logo img {
    width: 100%;
    height: auto;
  }
  footer .txt {
    padding: 56px 0 17px;
  }
  footer .wrap {
    padding: 0 0px;
    max-width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  footer .lead {
    text-align: center;
    width: 485px;
    background: url("../img/shared/bg2.jpg") repeat center 0;
    padding: 103px 0 10px;
  }
  footer .lead .bnr {
    max-width: 322px;
    margin: 0 auto;
  }
  footer .lead .bnr a {
    display: block;
    border: 1px solid;
    line-height: 36px;
    position: relative;
  }
  footer .lead .bnr a:after {
    content: url("../img/shared/arrow2.png");
    position: absolute;
    top: 50%;
    right: 18px;
    line-height: 0;
    transform: translateY(-50%);
  }
  footer .lead .bnr a img {
    width: 16px;
    height: auto;
    margin-right: 10px;
    position: relative;
    top: -2px;
    opacity: 1 !important;
  }
  footer .lead .bnr a:hover {
    background-color: #ffffff;
  }
  footer .lead .bnr a:hover:after {
    content: url("../img/shared/arrow2_on.png");
  }
  footer .group {
    position: relative;
    width: calc(100% - 485px);
  }
  footer .tog-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 92px;
    text-align: left;
  }
  footer .tog-nav li {
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 35px;
    position: relative;
    padding-left: 19px;
  }
  footer .tog-nav li .t {
    letter-spacing: 0.2em;
    font-size: 24px;
  }
  footer .tog-nav li a {
    display: block;
    margin: 26px 0 0 5px;
  }
  footer .tog-nav li a:hover, footer .tog-nav li a.active {
    opacity: 0.6;
  }
  footer .tog-nav li.ext {
    padding: 0 55px 0 75px;
    font-size: 15px;
    letter-spacing: 0.05em;
  }
  footer .ft-gr {
    font-size: 10px;
    padding-top: 52px;
    gap: 20px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1280px) {
  footer .lead {
    width: 380px;
  }
  footer .group {
    width: calc(100% - 380px);
  }
  footer .tog-nav li {
    padding-left: 10px;
  }
  footer .tog-nav li.ext {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1080px) {
  footer .tog-nav li {
    padding-left: 10px;
  }
  footer .tog-nav li a {
    margin-left: 0;
  }
  footer .tog-nav li.ext {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1000px) {
  .has-nav header .ham-img {
    opacity: 1;
    visibility: visible;
  }
  .has-nav header .hd-fixed {
    opacity: 1;
    visibility: visible;
  }
}
.has-nav .ft-bnr-fixed {
  opacity: 1;
  visibility: visible;
}
/*content*/
.remodal button {
  cursor: pointer;
}
.remodal button:hover {
  opacity: 0.8;
}
.remodal.ext {
  vertical-align: top;
}
.remodal-close {
  width: 35px;
  top: 14vw;
  right: 15px;
  left: auto;
  width: 45px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
  height: auto;
}
.remodal-close img {
  width: 100%;
  height: auto;
}
.remodal-wrapper {
  padding: 0px;
  background: url("../img/shared/bg1.jpg") repeat center 0;
}
.remodal-wrapper, .remodal-wrapper-ext {
  text-align: center;
}
.remodal {
  color: #fff;
  box-sizing: border-box;
}
.remodal-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.hs-telpop .remodal-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}
.remodal-tel {
  color: #fff;
  font-weight: 900;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0;
}
.remodal-tel dl {
  display: inline-block;
  text-align: left;
  margin-bottom: -17px;
}
.remodal-tel dt {
  font-size: 40px;
}
.remodal-tel .note {
  font-size: 21px;
}
.remodal-tel li span {
  color: #dd3333;
  font-size: 32px;
}
.remodal-tel .remodal-close {
  top: 0;
  right: 0;
}
@media screen and (min-width: 1000px) {
  .remodal-close {
    width: auto;
    height: auto;
    top: 65px;
    right: 55px;
  }
  .has-nav .hamburger {
    opacity: 1;
    visibility: visible;
  }
}
.ft-bnr-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  text-align: center;
  display: table;
  width: 100%;
}
.ft-bnr-fixed img {
  width: 100%;
  height: auto;
}
.ft-bnr-fixed li {
  display: table-cell;
  text-align: center;
  position: relative;
}
.ft-bnr-fixed li img {
  height: 56px;
  width: auto;
}
.ft-bnr-fixed li a {
  display: block;
}
.ft-bnr-fixed li:nth-child(2):before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  border-left: 1px solid #fff;
}
.ft-bnr-fixed li.ham-img {
  right: 0;
  top: auto;
  text-align: left;
  padding: 0;
  box-sizing: border-box;
}
.ft-bnr-fixed li.ham-img.is-active {
  background: url() 0 0 no-repeat;
}
.ft-bnr-fixed .ft-fixed-btn .sub {
  position: absolute;
  left: 4%;
  right: 4%;
  top: -40px;
  transform: translateY(-100%);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  pointer-events: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.ft-bnr-fixed .ft-fixed-btn .sub:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 22px solid rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
.ft-bnr-fixed .ft-fixed-btn .sub li {
  width: 50%;
}
.ft-bnr-fixed .ft-fixed-btn .sub li a {
  display: block;
  color: #fff;
  background-color: #d36969;
  padding: 10px 10px;
  height: auto;
  border: 1px solid #d36969;
}
.ft-bnr-fixed .ft-fixed-btn .sub li:nth-child(2) a {
  background-color: #000000;
  border: 1px solid #b2b2b2;
}
.ft-bnr-fixed .ft-fixed-btn.active .sub {
  opacity: 1;
  pointer-events: auto;
}
@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 blur {
  0% {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(50px);
  }
  50% {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
  }
  100% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
  }
}
.blur_photo[style*="visible"] img {
  animation: blur 1s ease;
}
.linetoR {
  position: relative;
}
.linetoR:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -15vw;
  border-top: 1px solid;
  right: 100%;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.linetoR[style*="visible"]:before {
  right: 25vw;
}
.linetoL {
  position: relative;
}
.linetoL:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -15vw;
  left: 100%;
  border-top: 1px solid;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.linetoL[style*="visible"]:before {
  left: 25vw;
}
@media screen and (min-width: 1000px) {
  .linetoR:before {
    left: -50vw;
    right: 50vw;
  }
  .linetoR[style*="visible"]:before {
    right: 140px;
  }
  .linetoL:before {
    right: -50vw;
    left: 50vw;
  }
  .linetoL[style*="visible"]:before {
    left: 120px;
  }
}
@keyframes blur_txt {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(50px);
  }
  50% {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
  }
}
.blur_txt[style*="visible"] {
  animation-name: blur_txt;
}
.bg1 {
  background: url("../img/shared/bg2.jpg") repeat center 0;
}
.bnr-shared {
  width: 90%;
  margin: 0 auto 20px;
}
.bnr-shared a, .bnr-shared i {
  font-family: "ShipporiMinchoB1-M";
  font-weight: normal;
  display: block;
  border-bottom: 1px solid #eaeae6;
  text-align: left;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.05em;
  position: relative;
  padding: 2px 0;
}
.bnr-shared a:before, .bnr-shared i:before {
  content: '';
  border-top: 1px solid;
  width: 24px;
  position: absolute;
  z-index: 1;
  left: -1px;
  bottom: -1px;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.bnr-shared a:after, .bnr-shared i:after {
  content: url("../img/shared/arrow2_on.png");
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.bnr-shared a span, .bnr-shared i span {
  font-family: "CormorantGaramond-Regular";
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 0.075em;
  padding-left: 10px;
  vertical-align: bottom;
}
.bnr-shared a:hover:before, .bnr-shared i:hover:before {
  width: 100%;
}
.bnr-shared a:hover:after, .bnr-shared i:hover:after {
  content: url("../img/shared/arrow2.png");
}
.bnr-shared a.ext, .bnr-shared i.ext {
  border-bottom: 1px solid #868686;
}
@media screen and (min-width: 1000px) {
  .bnr-shared {
    margin: 0;
    width: 288px;
  }
  .bnr-shared a, .bnr-shared i {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
  .bnr-shared a span, .bnr-shared i span {
    font-size: 12px;
  }
}
#contact .form-back {
  border: none;
}
#contact .i-custom {
  margin: 0 0px 10px 20px;
}
#contact .i-custom span {
  padding-left: 25px;
}
#contact .form-back:after {
  position: static;
  transform: none;
  margin-left: 10px;
}
#contact .fc-form .form-row {
  margin-bottom: 20px;
}
#contact .form-button {
  padding-top: 50px;
}
#contact .confirm-main .form-row {
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
    
    
    #contact #privacy_checkbox .text  {
        font-size: 12px;
    }
       #contact  #privacy_checkbox_box {
        margin-top: 20px;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1380px) {
  #navigation .group {
    padding-left: 240px;
    padding-right: 30px;
  }
  #navigation .gr {
    max-width: 100%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {

  
  #navigation .tog-nav {
    right: 50px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1100px) {

  
  #navigation .tog-nav {
    right: 30px;
  }
  #navigation .sub-logo
  {
    left: 75px;
  }
}