<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Scss Document */

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.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;
  background: none !important;
}
.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;
    position: relative;
  }
  .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;
  }
}
@media screen and (max-width: 999px) {
  img {
    width: 100%;
    height: auto;
  }
}
.fc-form [class^='error'] {
  position: static;
}
.f_cl1 {
  color: #c9543d;
}
.f_cl2 {
  color: #479e4f;
}
.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;
}
.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);
}
.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  width: 70px;
  height: 80px;
  cursor: pointer;
}
.hamburger:hover {
  opacity: 0.8;
}
.hamburger img {
  width: 100%;
  height: auto;
}
header .btn-close {
  position: fixed;
  top: 20px;
  right: 10px;
  width: 57px;
  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: 768px) {
  section .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  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 &gt; * {
  box-sizing: border-box;
}
#navigation {
  background: #c9543d;
  color: #fff;
  padding: 95px 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;
  text-align: center;
}
#navigation .lead .sub_logo {
  width: 45%;
  margin: 0 auto 5%;
}
#navigation .lead .tel {
  width: 240px;
  margin: 0 auto;
  font-size: 12px;
}
#navigation .lead .tel dl {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  color: #fff;
}
#navigation .tel-item dt {
  font-size: 12px;
  width: 68px;
}
#navigation .tel-item dd {
  font-size: 15px;
}
#navigation .tel-item dd span {
  font-size: 21px;
}
#navigation .lead .link {
  padding: 25px 0 11px;
}
#navigation .lead .link li {
  display: inline-block;
  font-size: 14px;
  letter-spacing: -0.04em;
  padding-bottom: 20px;
}
#navigation .lead .link li:not(:last-child):after {
  content: ' / ';
  padding: 0 10px 0 10px;
}
#navigation .lead .link li a {
  position: relative;
  padding-bottom: 9px;
}
#navigation .lead .link li a:after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
#navigation .lead .link li a:hover:after {
  opacity: 1;
}
.sns {
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.sns li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns li:nth-child(1):after {
  content: '';
  display: block;
  margin: 0 28px;
  background: #fff;
  width: 1px;
  height: 18px;
}
.sns a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns i {
  width: 23px;
  display: flex;
  line-height: 23px;
  margin-right: 20px;
}
#navigation .lead .soc img {
  width: auto;
  height: auto;
}
#navigation .tog-nav {
  padding: 30px 30px 10px;
}
#navigation .tog-nav li {
  font-size: 17px;
  letter-spacing: 0.06em;
  padding: 0;
  font-weight: 400;
  text-align: left;
  padding-bottom: 12px;
  white-space: nowrap;
}
#navigation .tog-nav li a,
#navigation .tog-nav li p {
  cursor: pointer;
  position: relative;
  text-align: left;
  padding: 0px 0 0 22px;
}
#navigation .tog-nav li a:before {
  content: '';
  background-color: #fff;
  width: 18px;
  height: 1px;
  position: absolute;
  top: 14px;
  left: 0;
  transform: rotate(-45deg);
  opacity: 0;
}
#navigation .tog-nav li a.active:before,
#navigation .tog-nav li a:hover:before {
  opacity: 1;
}
#navigation .tog-nav li.sub {
  padding-left: 28px;
}
#navigation .tog-nav li.sub a {
  padding-left: 28px;
}
#navigation .tog-nav li.sub a:before {
  transform: none;
  width: 22px;
}
#navigation .tog-nav li.shop a img {
  width: 24px;
  height: auto;
  margin-left: 10px;
}
#navigation .online {
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 20px;
}
#navigation .online img {
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 0 5%;
}

@media screen and (min-width: 999px) {
  #navigation {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #navigation .group {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  #navigation .group .gr-in {
    width: 100%;
    position: relative;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }
  #navigation .online img {
    padding: 0;
  }
  #navigation .lead {
    width: 360px;
  }
  #navigation .lead .sub_logo {
    width: 100%;
    margin: 0 auto 25px;
  }
  #navigation .lead .tel {
    width: 300px;
    margin: 0 auto 25px;
  }
  .tel-txt {
    font-size: 15px;
  }
  .tel-item df {
    align-items: flex-end;
  }
  .tel-item dt {
    font-size: 15px;
    width: 85px;
    text-align: left;
    line-height: 1;
  }
  .tel-item dd {
    font-size: 18px;
    align-items: center;
  }
  .tel-item dd span {
    font-size: 26px;
  }
  #navigation .lead .tel img {
    width: 100%;
    height: auto;
  }
  #navigation .lead .link {
    padding: 25px 0 0;
  }
  .mail_link {
    text-align: center;
    width: 100% !important;
    margin-bottom: 0;
  }
  .sns {
    font-size: 15px;
  }
  .sns li:nth-child(1):after {
    height: 22px;
    margin: 0 34px;
  }
  .sns i {
    width: 29px;
    line-height: 29px;
  }
  .nav {
    text-align: left;
    font-size: 14px;
  }
  .nav li.txt-vertical {
    margin: 0 5px;
  }
  .nav a,
  .nav p {
    padding-top: 18px;
    position: relative;
    display: block;
  }
  .nav a:before {
    content: '';
    background-color: #fff;
    width: 22px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 5px;
    transform: rotate(-45deg);
    opacity: 0;
  }
  .nav li.menu-group dt a:before {
    left: calc(50% - 11px);
  }
  .nav a.active:before,
  .nav a:hover:before {
    opacity: 1;
  }
  .menu-group {
    margin: 0 10px;
  }
  .menu-group dl {
    position: relative;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 35px 5px 29px;
    min-height: 203px;
    box-sizing: border-box;
  }
  .menu-group dt {
    background: #c9543d;
    padding: 0 8px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 54px;
    text-align: center;
  }
  .menu-group dt a {
    padding-top: 0;
  }
  .menu-group dd li.txt-vertical {
    margin: 0;
  }
  .sub {
    margin-top: 30px;
  }
  .sub li.txt-vertical {
    margin: 0;
    line-height: 33px;
  }
}

.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 {
  position: relative;
  padding-top: 30px;
  box-sizing: border-box;
}
header h1 {
  padding: 5%;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
header .header_group {
  position: relative;
}
header .btn_popup {
  width: 65vw;
  margin: -7vw auto 3vw;
  background-color: #ffffff;
  border: 2px solid #c9543d;
  border-radius: 25px;
  position: relative;
  z-index: 10;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1500px) {
  header .btn_popup {
    right: auto !important;
    left: calc(50% + 410px) !important;
  }
}
footer {
  padding-bottom: 12.4vw;
  text-align: left;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.075em;
  }
}
footer:has(.shop-info) {
  padding-top: 14vw;
}
footer .shop-info {
  padding: 20vw 5%;
  margin-bottom: 8vw;
}
footer .shop-info .logo {
  margin: 0 auto 7vw;
  width: 18vw;
  display: block;
}
footer .shop-info .box-tel {
  color: inherit;
}
footer .shop-info .box-tel:before,
footer .shop-info .box-tel:after {
  border-color: #fff;
}
footer .shop-info .text {
  text-align: center;
  margin-top: 10vw;
}
footer .shop-info .text span {
  display: block;
  margin-top: 28px;
}
footer .group {
  background: #c9543d;
  padding: 10% 0 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
footer .group:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13.5vw;
  background: #535353;
  z-index: -1;
}
footer .group .shop {
  padding: 0 10%;
}
footer address {
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.16em;
  padding-top: 27px;
  padding-bottom: 34px;
}
footer .cookies-link {
  font-size: 12px;
  letter-spacing: 0.1em;
  padding-top: 25px;
  padding-bottom: 28px;
}
footer .cookies-link:after {
  content: '';
  display: inline-block;
  background: url('../img/shared/icon_cookie.png') no-repeat center top;
  width: 10px;
  height: 10px;
  background-size: contain;
  margin: 0 0 0 11px;
}
footer .cookies-link a {
  text-decoration: none;
}
footer .cookies-link a:hover {
  text-decoration: underline;
}
footer .btn-copy {
  margin-top: 5vw;
  font-size: 12px;
}
footer .btn-copy span {
  text-decoration: underline;
  text-underline-offset: 6px;
}
footer .btn-copy span.copied {
  cursor: text;
  opacity: 1 !important;
  text-decoration: none;
}
footer .btn-copy span::after {
  content: '';
  display: inline-block;
  background: url('../img/shared/icon_copy.png') no-repeat center top;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin: 0 0 -5px 6px;
}
@media screen and (max-width: 999px) {
  footer .nav {
    padding-bottom: 30px;
  }
  footer .nav li {
    border-bottom: 1px solid #dad3d3;
    text-align: left;
  }
  footer .nav li a {
    display: block;
    font-size: 16px;
    padding: 14px 8%;
    position: relative;
  }
  footer .nav li a:after {
    content: '';
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    width: 6%;
    height: 5vw;
    background: url('../img/shared/arrow.png') no-repeat 0 center/100%;
  }
  footer .nav li.no-link a:after {
    display: none;
  }
  footer .nav li.sub a {
    padding-left: 18%;
  }
}
#pagetop {
  width: 42%;
}
#key {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 96vw;
}
#key .key_logo {
  width: 35%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (min-width: 999px) {
  #key {
    max-width: 1400px;
    margin: 0 auto;
    height: 900px;
  }
  #key .key_logo {
    width: auto;
  }
}
.bnr_shared a {
  display: block;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  line-height: 30px;
}
.bnr_shared a:hover {
  opacity: 0.7;
}
.bnr_shared a span:after {
  content: '&gt;&gt;';
  padding-left: 25px;
}
.bnr_shared a img {
  width: 25px;
  height: auto;
  margin-right: 15px;
}
@media screen and (min-width: 999px) {
  .bnr_shared a {
    font-size: 19px;
    padding: 12px 0;
    line-height: 40px;
    width: 360px;
  }
  .bnr_shared a img {
    width: 30px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 999px) {
  .remodal-close {
    width: 55px;
    bottom: 40px;
  }
  .remodal-wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  footer {
    padding-bottom: 0;
  }
}
/*========layout pc===========*/
@media screen and (min-width: 999px) {
  section .padd_wrap {
    padding-left: 0;
    padding-right: 0;
  }
  #pagetop {
    width: 191px;
  }
  header {
    padding: 50px;
    z-index: 100;
  }
  header .fix_bnr {
    background-color: #c9543d;
    width: 79px;
    height: 286px;
    text-align: center;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 90;
    line-height: 1;
  }
  header .fix_bnr li:first-child {
    width: 63px;
    margin: 0 auto 22px;
  }
  header .fix_bnr:before {
    position: absolute;
    content: '';
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 2px solid #fff;
  }
  header .hamburger {
    width: 136px;
    height: 139px;
  }
  header .btn-close {
    width: 69px;
    height: 82px;
    position: absolute;
    right: auto;
    left: calc(50% + 445px);
  }
  header .header_group {
    position: relative;
  }
  header h1 {
    position: absolute;
    top: 102px;
    left: 123px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-align: left;
    padding: 0 !important;
  }
  header .btn_popup {
    width: 289px;
    margin: 0;
    border-radius: 35px;
    position: absolute;
    right: 50px;
    top: 545px;
  }
  header .btn_popup img{
    width: 100%;
    height: auto;
  }
  header .hd_bt {
    position: relative;
    padding-top: 63px;
    height: 467px;
    box-sizing: border-box;
    max-width: 1400px;
    margin: 0 auto;
  }
  header .hd_bt:after {
    content: url('../img/shared/deco_logo.png');
    position: absolute;
    top: 298px;
    left: calc(50% + 307px);
  }
  header .hd_bt .nav {
    position: absolute;
    right: 11px;
    top: 116px;
  }
  header .hd_bt .nav .menu-group dl {
    border: 1px solid #000;
  }
  header .hd_bt .nav .menu-group dt {
    background: #fcfbfb;
  }
  header .hd_bt .nav a:before {
    background-color: #c9543d;
  }
  header .hd_bt .nav a.active,
  header .hd_bt .nav a:hover {
    color: #c9543d;
  }
  header .hd_bt .nav .menu-group dl {
    padding: 35px 8px 29px;
  }
  header .hd_bt .nav li.shop {
    padding: 20px 8px 0 0;
  }
  header .hd_bt .info {
    width: 354px;
    text-align: center;
  }
  header .hd_bt .info .tel {
    padding: 50px 0 20px;
  }
  header .hd_bt .info .tel .tel-txt {
    line-height: 1;
    margin-bottom: 5px;
  }
  header .hd_bt .info .tel-item {
    margin: 0 auto;
    width: 300px;
  }
  header .hd_bt .info .tel-item .df {
    align-items: center;
  }
  header .hd_bt .info .link {
    padding: 29px 14px 0px 0;
  }
  header .hd_bt .info .link li {
    display: inline-block;
    font-size: 14px;
    letter-spacing: -0.04em;
    padding-bottom: 20px;
  }
  header .hd_bt .info .link li:not(:last-child):after {
    content: ' / ';
    padding: 0 13px 0 11px;
  }
  header .hd_bt .info .link li a {
    position: relative;
    padding-bottom: 9px;
  }
  header .hd_bt .info .link li a:after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #c7241f;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
  header .hd_bt .info .link li a:hover:after {
    opacity: 1;
  }
  header .hd_bt .info .soc {
    padding-right: 14px;
  }

  footer:has(.shop-info) {
    padding-top: 154px;
  }
  footer .shop-info {
    padding: 90px 0;
    margin-bottom: 50px;
  }
  footer .shop-info .df-pc:before {
    top: 60px;
  }
  footer .shop-info .logo {
    width: 101px;
    margin-bottom: -2px;
  }
  footer .shop-info .shop-ttl {
    margin-bottom: 28px;
  }
  footer .shop-info .box-tel {
    margin: 0 auto;
    padding: 9px 0;
  }
  footer .shop-info .box-tel p:nth-child(1) {
    margin-bottom: -6px;
  }
  footer .mail_link {
    margin-top: -8px;
  }
  footer .shop-info .text {
    text-align: center;
    margin-top: 30px;
    line-height: 26px;
    margin-left: 11px;
  }
  footer .shop-info .text span {
    margin-top: 17px;
  }
  footer .shop-col:nth-child(1) .text {
    margin-left: -2px;
  }
  footer .shop-info .btn-link {
    margin-top: 39px;
    width: 310px;
    transform: translateX(-2px);
    height: 62px;
    padding-left: 53px;
    font-size: 17px;
  }
  footer .shop-info .btn-link:after {
    width: 44px;
    margin-left: 40px;
  }
  footer .group {
    padding: 53px 0 0;
    line-height: 20px;
  }

  footer .group .wrap {
           max-width: calc(100% - 180px);
        width: calc(100% - 180px);
  }
  footer .group:before {
    height: 33px;
  }
  footer .group .shop {
    padding: 0;
    text-align: left;
  }
  footer .btn-copy {
    text-align: left;
    margin-top: 48px;
    font-size: 14px;
  }
  footer .btn-copy span {
    text-underline-offset: 7px;
  }
  footer .btn-copy span:hover {
    text-decoration: none;
  }
  footer .btn-copy span:after {
    width: 18px;
    height: 17px;
    margin: 0 0 -5px 15px;
  }
  footer address {
    font-size: 13px;
    padding: 25px 0 0;
    text-align: left;
    margin-bottom: -33px;
    letter-spacing: 0.25em;
  }
  footer .cookies-link {
    font-size: 14px;
    text-align: left;
    padding-top: 24px;
    padding-bottom: 50px;
  }
  footer .cookies-link:after {
    width: 12px;
    height: 12px;
    background-size: contain;
    margin: 0 0 0 22px;
  }
  footer .socialbuttons {
    justify-content: start;
  }
  footer .nav {
    position: absolute;
    right: -12px;
    top: 34px;
    line-height: 36px;
  }
}
.has-nav .ft_bnr_fixed {
  opacity: 1;
  visibility: visible;
}
.has-nav .fix_bnr {
  position: fixed;
}
/*content*/
.remodal.ext {
  vertical-align: top;
}
#popup1 {
  background-color: #eeebeb;
  padding: 100px 0%;
  font-size: 11px;
  line-height: 24px;
}
#popup1 h2 {
  font-size: 15px;
  letter-spacing: 0.38em;
  padding: 0 15%;
}
#popup1 dt {
  padding: 8% 25% 5%;
}
#popup {
  background-color: #fff;
  border: 2px solid #c9543d;
  font-size: 13px;
  line-height: 22px;
  text-align: left;
  padding: 90px 5% 80px;
  color: #c9543d;
  box-sizing: border-box;
  font-weight: 600;
}
#popup .lead {
  background-color: #99c9ce;
  color: #fff;
  padding: 10% 5%;
  margin-bottom: 10%;
}
#popup .lead h2 {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.2em;
  padding-bottom: 30px;
}
#popup .lead h2 img {
  width: 80px;
  height: auto;
  margin-bottom: 15px;
}
#popup .lead p {
  font-weight: 500;
}
#popup .point {
  letter-spacing: 0.2em;
}
#popup .point dl {
  padding-bottom: 20px;
}
#popup .point dt {
  font-size: 18px;
  letter-spacing: 0.075em;
  font-weight: 500;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  #popup {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    padding: 60px 80px 50px;
  }
  #popup .lead {
    width: 448px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 35px;
    padding: 68px 42px 89px;
    font-size: 15px;
    line-height: 29px;
  }
  #popup .lead h2 {
    font-size: 22px;
    padding-bottom: 25px;
    margin: 0;
  }
  #popup .lead h2 img {
    width: auto;

    margin-bottom: 15px;
  }

  #popup .point {
    position: absolute;
    top: 34px;
    right: 22px;
  }

  #popup .point dl {
    padding: 67px 0px 0;
    margin-left: 58px;
    position: relative;
  }
  #popup .point dd {
  }
  #popup .point dt {
    font-size: 34px;
    position: absolute;
    top: 0;
    right: 19px;
  }

  #popup .note {
    width: 735px;
    margin: 0 auto 40px;
  }
}
.remodal-wrapper,
.remodal-wrapper-ext {
  text-align: center;
}
.remodal,
.remodal-ext {
  padding: 0px 0 0;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 999px) {
  .has-nav .hamburger {
    opacity: 1;
    visibility: visible;
  }
}
.ft_bnr_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #535353;
  color: #fff;
  z-index: 999;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.ft_bnr_fixed li {
}
.ft_bnr_fixed li img {
  height: auto;
  width: 100%;
  object-fit: contain;
}
.ft_bnr_fixed li a {
  display: block;
  padding: 0;
  width: 100%;
  text-align: center;
}
.ft_bnr_fixed li:nth-child(3) {
}
.ft_bnr_fixed li:nth-child(2) {
  border-left: 1px solid #dfddd6;
  border-right: 1px solid #dfddd6;
}
@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;
}

@media screen and (min-width: 1501px) {
  header h1 {
    left: auto;
    right: calc(50% + 580px);
  }
}
</pre></body></html>