.fs24 {
  font-size: 4.8vw;
}

.fs25 {
  font-size: 4.93vw;
}

.fs29 {
  font-size: 5.47vw;
}

.fs30 {
  font-size: 5.6vw;
}

.fs32 {
  font-size: 5.87vw;
}

.fs34 {
  font-size: 6.13vw;
}

.fs36 {
  font-size: 6.4vw;
}

.fs40 {
  font-size: 6.93vw;
}

.fs44 {
  font-size: 7.47vw;
}

.fs52 {
  font-size: 8.53vw;
}

.fs54 {
  font-size: 8.8vw;
}

.fs69 {
  font-size: 10.8vw;
}

.fs72 {
  font-size: 11.2vw;
}

@media screen and (min-width: 768px) {
  .fs24 {
    font-size: 24px;
  }

  .fs25 {
    font-size: 25px;
  }

  .fs29 {
    font-size: 29px;
  }

  .fs30 {
    font-size: 30px;
  }

  .fs32 {
    font-size: 32px;
  }

  .fs34 {
    font-size: 34px;
  }

  .fs36 {
    font-size: 36px;
  }

  .fs40 {
    font-size: 40px;
  }

  .fs44 {
    font-size: 44px;
  }

  .fs52 {
    font-size: 52px;
  }

  .fs54 {
    font-size: 54px;
  }

  .fs69 {
    font-size: 69px;
  }

  .fs72 {
    font-size: 72px;
  }
}

@media screen and (min-width: 768px) {
  .zoom-img .photo {
    overflow: hidden;
  }

  .zoom-img .photo img {
    transition: 0.5s all ease-in-out;
  }

  .zoom-img:hover .photo img {
    transform: scale(1.15);
  }
}

.btn-shared {
  font-family: "Hina Mincho";
}

.btn-shared a {
  position: relative;
  display: block;
  text-align: center;
  background: url("../img/shared/bg2.jpg") repeat center;
  color: #fff;
  font-weight: 400;
  font-size: 17.5px;
  line-height: 68.5px;
  letter-spacing: 0.16em;
}

.btn-shared a::before {
  content: "";
  position: absolute;
  background: url("../img/shared/icon_arrow_w.png") no-repeat center/100%;
  width: 18.5px;
  height: 26px;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

.btn-shared.type-popup a::before {
  display: none;
}

.btn-shared.type-popup a:after {
  content: "";
  position: absolute;
  background: url("../img/shared/icon_popup_w.png") no-repeat center/100%;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .btn-shared {
    width: 357px;
  }

  .btn-shared a {
    font-size: 20px;
    line-height: 78px;
  }

  .btn-shared a::before {
    width: 21px;
    height: 30px;
    transition: 0.5s;
  }

  .btn-shared a:hover {
    background: #eeddbd;
    color: #000;
  }

  .btn-shared a:hover::before {
    background-image: url("../img/shared/icon_arrow_b.png");
  }

  .btn-shared.type-popup a:after {
    width: 21px;
    height: 21px;
    right: 28px;
  }

  .btn-shared.type-popup a:hover:after {
    background-image: url("../img/shared/icon_popup_b.png");
  }
}

.btn-web {
  font-family: "Hina Mincho";
}

.btn-web a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  background: #eeddbd;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: 0.16em;
}

.btn-web a::before {
  content: "";
  background: url("../img/shared/icon_web_b.png") no-repeat center/100%;
  width: 17.5px;
  height: 17.5px;
}

@media screen and (min-width: 768px) {
  .btn-web {
    width: 300px;
  }

  .btn-web a {
    font-size: 20px;
    line-height: 62px;
  }

  .btn-web a::before {
    width: 20px;
    height: 20px;
    transition: 0.5s;
  }

  .btn-web a:hover {
    background: url("../img/shared/bg2.jpg") repeat center;
    color: #fff;
  }

  .btn-web a:hover::before {
    background-image: url("../img/shared/icon_web_w.png");
  }
}

#header {
  position: relative;
}

#header h1 {
  position: absolute;
  top: 139vw;
  left: 10%;
  right: 10%;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  line-height: 16.5px;
  letter-spacing: 0.1em;
}

#header .group {
  position: absolute;
  top: 10vw;
  left: 0;
  right: 0;
  z-index: 1;
}

#header .logo {
  width: 19%;
  margin: 0 auto;
}

#header #key .item {
  height: 137vw;
}

#header #key .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  #header {
    color: #fff;
  }

  #header h1 {
    inset: auto 32px 25px auto;
    z-index: 1;
    text-align: left;
    font-size: 13px;
  }

  #header .group {
    top: 127px;
    left: auto;
    right: 90px;
  }

  #header .logo {
    width: 97px;
  }

  #header .btn-tel {
    text-align: center;
    margin-top: 62px;
  }

  #header .btn-tel dl {
    line-height: 1;
    font-weight: 400;
  }

  #header .btn-tel dl dt {
    font-size: 15px;
    letter-spacing: 0.16em;
  }

  #header .btn-tel dl dd {
    margin-top: 7px;
    font-size: 30px;
    letter-spacing: 0.1em;
  }

  #header .btn-tel dl dd span {
    position: relative;
    top: -4px;
  }

  #header .btn-tel dl dd img {
    width: 24px;
    margin: -8px 8px 0 0;
  }

  #header .btn-web {
    margin: 16px auto 0;
  }

  #header .nav-list {
    display: flex;
    flex-direction: column-reverse;
    width: 397px;
    margin-top: 49px;
  }

  #header .nav-list li a {
    position: relative;
    display: block;
    height: -moz-fit-content;
    height: fit-content;
    padding: 30px 0 16px;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0.16em;
  }

  #header .nav-list li a::before {
    content: "";
    position: absolute;
    background: #fff;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
  }

  #header .nav-list li a:hover,
  #header .nav-list li a.active {
    background: url("../img/shared/bg2.jpg") repeat center;
  }

  #header .nav-list li a:hover::before,
  #header .nav-list li a.active::before {
    opacity: 1;
  }

  #header .nav-list li + li {
    margin-left: 16px;
  }

  #header .nav-list li:nth-child(7) {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    margin-left: 30px;
    padding-left: 30px;
  }

  #header .sns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: -61px;
    width: 130px;
    height: 59px;
  }

  #header .sns li a {
    display: block;
  }

  #header .sns li a img {
    display: block;
    width: auto;
    height: 30px;
  }

  #header #key .item {
    height: 940px;
  }
}

#menu-toggle {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: url("../img/shared/bg1.jpg") repeat center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

#menu-toggle .inner {
  padding: 100px 5.33%;
}

#menu-toggle .nav-list {
  position: relative;
}

#menu-toggle .nav-list li a {
  display: block;
  letter-spacing: 0.16em;
}

#menu-toggle .nav-list li + li {
  margin-top: 9px;
}

#menu-toggle .nav-list li:nth-child(-n + 6) {
  width: 50%;
}

#menu-toggle .nav-list li:nth-child(-n + 6) a {
  position: relative;
  padding-left: 20px;
  font-size: 17.5px;
  line-height: 35px;
}

#menu-toggle .nav-list li:nth-child(-n + 6) a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  opacity: 0;
}

#menu-toggle .nav-list li:nth-child(-n + 6) a.active {
  background: url("../img/shared/bg2.jpg") repeat center;
  color: #fff;
}

#menu-toggle .nav-list li:nth-child(-n + 6) a.active::before {
  opacity: 1;
}

#menu-toggle .nav-list li:nth-child(7) {
  position: absolute;
  top: 17px;
  right: 4%;
  margin-top: 0;
}

#menu-toggle .nav-list li:nth-child(7) a {
  font-size: 15.5px;
  line-height: 1;
}

#menu-toggle .nav-list li:nth-child(7) a + a {
  margin-top: 24px;
}
#menu-toggle .nav-list li:nth-child(7) a.li-all{
  margin-top: 40px;
}

#menu-toggle .nav-list li:nth-child(8) {
  position: absolute;
  bottom: 9px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 26px;
  width: calc(50% - 47px);
  height: 46px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

#menu-toggle .nav-list li:nth-child(8) a img {
  display: block;
}

#menu-toggle .nav-list li:nth-child(8) a:nth-child(1) {
  width: 21px;
}

#menu-toggle .nav-list li:nth-child(8) a:nth-child(2) {
  width: 30px;
}

@media screen and (max-width: 767px) {
  #menu-toggle {
    overflow-y: auto;
  }

  #menu-toggle .contact {
    background: url("../img/shared/bg2.jpg") repeat center;
    color: #fff;
    padding: 6.5vw 0 7vw;
    margin-top: 11vw;
  }

  #menu-toggle .contact .btn-tel {
    text-align: center;
  }

  #menu-toggle .contact .btn-tel dl {
    line-height: 1;
  }

  #menu-toggle .contact .btn-tel dl dt {
    font-size: 13px;
    letter-spacing: 0.16em;
  }

  #menu-toggle .contact .btn-tel dl dd {
    margin-top: 6px;
    font-size: 26px;
    letter-spacing: 0.1em;
  }

  #menu-toggle .contact .btn-tel dl dd img {
    width: 21.5px;
    margin: -7px 7px 0 0;
  }

  #menu-toggle .contact .btn-tel .note {
    margin-top: 8px;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.04em;
  }

  #menu-toggle .contact .btn-web {
    width: 78%;
    margin: 5vw auto 0;
  }
}

@media screen and (min-width: 768px) {
  #menu-toggle {
    height: 80px;
    background: #fffaf0;
  }

  #menu-toggle .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
  }

  #menu-toggle .nav-list {
    display: flex;
    align-items: center;
  }

  #menu-toggle .nav-list li + li {
    margin: 0 0 0 20px;
  }

  #menu-toggle .nav-list li:nth-child(-n + 6) {
    width: auto;
  }

  #menu-toggle .nav-list li:nth-child(-n + 6) a {
    padding: 14px 0 0;
    font-size: 15px;
    line-height: 23px;
  }

  #menu-toggle .nav-list li:nth-child(-n + 6) a::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    width: 7px;
    height: 7px;
    opacity: 0;
  }

  #menu-toggle .nav-list li:nth-child(-n + 6) a:hover,
  #menu-toggle .nav-list li:nth-child(-n + 6) a.active {
    background: rgba(0, 0, 0, 0);
    color: #000;
  }

  #menu-toggle .nav-list li:nth-child(-n + 6) a:hover::before,
  #menu-toggle .nav-list li:nth-child(-n + 6) a.active::before {
    opacity: 1;
  }

  #menu-toggle .nav-list li:nth-child(7) {
    position: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #9d9880;
    border-right: 1px solid #9d9880;
    width: 182px;
    height: 58px;
    margin: 0 0 0 39px;
    margin-left: 39px;
  }

  #menu-toggle .nav-list li:nth-child(7) a {
    width: 105px;
    font-size: 15px;
    line-height: 31px;
  }

  #menu-toggle .nav-list li:nth-child(7) a + a {
    margin-top: 0;
  }

  #menu-toggle .nav-list li:nth-child(7) a:hover {
    opacity: 0.8;
  }

  #menu-toggle .nav-list li:nth-child(8) {
    position: unset;
    display: flex;
    justify-content: flex-start;
    width: auto;
    height: auto;
    border-top: none;
    border-left: none;
    margin-left: 30px;
  }

  #menu-toggle .contact {
    position: fixed;
    top: 100px;
    right: 0;
    background: #eeddbd;
  }

  #menu-toggle .contact .btn-tel-pc {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 238px;
  }

  #menu-toggle .contact .btn-tel-pc dl {
    text-align: left;
    line-height: 1;
  }

  #menu-toggle .contact .btn-tel-pc dl dt {
    font-size: 15px;
    letter-spacing: 0.16em;
  }

  #menu-toggle .contact .btn-tel-pc dl dd {
    font-size: 26.4px;
    letter-spacing: 0.1em;
  }

  #menu-toggle .contact .btn-tel-pc dl dd img {
    margin: 2px 0 7px 6px;
  }

  #menu-toggle .contact .btn-web-pc {
    border-top: 1px solid #000;
    width: 64px;
    height: 160px;
  }

  #menu-toggle .contact .btn-web-pc a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 9px;
    font-size: 20px;
    letter-spacing: 0.06em;
  }

  #menu-toggle .contact .btn-web-pc a::before {
    content: "";
    background: url("../img/shared/icon_web_b.png") no-repeat center/100%;
    width: 17.5px;
    height: 17.5px;
  }

  #menu-toggle .contact .btn-web-pc a:hover {
    opacity: 0.8;
  }
}

#footer .row1 {
  background: url("../img/shared/ft_deco_sp.png") no-repeat center top/100%
    #fffaf0;
  padding: 24.5vw 0 10.5vw;
}

#footer .row1 .logo dt {
  width: 16%;
  margin: 0 auto;
}

#footer .row1 .logo dd {
  margin-top: 7vw;
  text-align: center;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.04em;
  margin-bottom: 5vw;
}

#footer .row1 .logo .btn-shared {
  width: auto;
}

#footer .row1 .logo .btn-shared a {
  width: 260px;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
}

#footer .row1 .right {
  margin-top: 7vw;
}

#footer .row1 .contact .btn-tel {
  text-align: center;
}

#footer .row1 .contact .btn-tel dl {
  line-height: 1;
}

#footer .row1 .contact .btn-tel dl dt {
  font-size: 13px;
  letter-spacing: 0.16em;
}

#footer .row1 .contact .btn-tel dl dd {
  margin-top: 6px;
  font-size: 26px;
  letter-spacing: 0.1em;
}

#footer .row1 .contact .btn-tel dl dd span {
  position: relative;
  top: -4px;
}

#footer .row1 .contact .btn-tel dl dd img {
  width: 21.5px;
  margin: -7px 7px 0 0;
}

#footer .row1 .contact .btn-tel .note {
  margin-top: 8px;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.04em;
}

#footer .row1 .contact .btn-web {
  width: 78%;
  margin: 5vw auto 0;
}

#footer .row1 .info {
  border-top: 1px solid #000;
  margin-top: 5vw;
  padding: 4vw 0 0 8%;
  font-size: 13px;
  line-height: 21px;
}

#footer .row1 .info .flex {
  display: flex;
}

#footer .row1 .info span {
  display: block;
}

#footer .row2 {
  text-align: center;
  background: #393733;
  color: #fff;
  padding: 9vw 0 30vw;
}

#footer .row2 .row {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.1em;
}

#footer .row2 .row * {
  letter-spacing: 0.1em;
}

#footer .row2 .row .right .btn-copy {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

#footer .row2 .row .right .btn-copy a {
  position: relative;
  display: block;
  padding-right: 20px;
}

#footer .row2 .row .right .btn-copy a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url("../img/shared/icon_copy.png") no-repeat center/100%;
  width: 14px;
  height: 14px;
}

#footer .row2 .row .right .btn-cookie {
  width: -moz-fit-content;
  width: fit-content;
  margin: 6.5vw auto 0;
}

#footer .row2 .row .right .btn-cookie a {
  position: relative;
  display: block;
  padding-right: 20px;
}

#footer .row2 .row .right .btn-cookie a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url("../img/shared/icon_cookie.png") no-repeat center/100%;
  width: 14px;
  height: 14px;
}

#footer .row2 .row .left {
  margin-top: 9.5vw;
}

#footer .row2 .row .left address {
  margin-top: 5vw;
}

@media screen and (max-width: 767px) {
  #footer .row1 .info .flex {
    display: flex;
  }

  #footer .row1 .info .flex > .flex {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  #footer .row1 {
    background-image: url("../img/shared/ft_deco_pc.png");
    padding: 206px 0 55px;
  }

  #footer .row1 .wrap {
    display: flex;
    justify-content: space-between;
  }

  #footer .row1 .logo {
    width: 332px;
  }

  #footer .row1 .logo dt {
    width: 97px;
    margin: 0 auto;
  }

  #footer .row1 .logo dd {
    margin-top: 29px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  #footer .row1 .logo .btn-shared {
    width: auto;
    height: 70px;
  }

  #footer .row1 .logo .btn-shared a {
    width: 220px;
    height: 60px;
    margin: 0 auto;
    line-height: 60px;
  }
  
  #footer .row1 .logo .link-r a {
        position: relative;
        display: block;
        border-bottom: 1px solid #000;
        padding: 0 0 2px 9px;
        font-size: 15px;
        line-height: 22px;
        letter-spacing: .1em;
            width: 175px;
        margin: 15px auto 0;
    }
  
  #footer .row1 .logo .link-r a:after {
        content: "";
        position: absolute;
        top: 3px;
        right: 9px;
        background: url("../img/shared/icon_print.png") no-repeat center/100%;
        width: 16px;
        height: 16px
    }
  
  #footer .row1 .logo .link-r a:hover {
        border-color: rgba(0, 0, 0, 0)
    }

  #footer .row1 .right {
    width: 593px;
    margin: 90px 53px 0 0;
  }

  #footer .row1 .contact {
    position: relative;
  }

  #footer .row1 .contact .btn-tel {
    text-align: left;
  }

  #footer .row1 .contact .btn-tel dl dt {
    font-size: 15px;
  }

  #footer .row1 .contact .btn-tel dl dd {
    margin-top: 7px;
    font-size: 30px;
  }

  #footer .row1 .contact .btn-tel dl dd img {
    width: 24px;
    margin: -10px 8px 0 3px;
  }

  #footer .row1 .contact .btn-tel .note {
    margin: 10px 0 0 3px;
    font-size: 13px;
    line-height: 15px;
  }

  #footer .row1 .contact .btn-web {
    position: absolute;
    top: -10px;
    left: 280px;
    width: 300px;
    margin: 0;
  }

  #footer .row1 .info {
    margin-top: 23px;
    padding: 17px 0 0;
    font-size: 15px;
    line-height: 24px;
  }

  #footer .row1 .info .flex > .flex {
    flex: 1;
  }

  #footer .row1 .info span:nth-child(2) {
    margin-left: 29px;
  }

  #footer .row2 {
    text-align: left;
    padding: 28px 30px 70px;
  }

  #footer .row2 .pc {
    border-bottom: 1px solid #656057;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 17px;
  }

  #footer .row2 .pc .nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
  }

  #footer .row2 .pc .nav-list a {
    display: block;
    letter-spacing: 0.16em;
  }

  #footer .row2 .pc .nav-list img {
    display: block;
  }

  #footer .row2 .pc .nav-list li + li {
    margin-left: 31px;
  }

  #footer .row2 .pc .nav-list li:nth-child(-n + 6) a {
    position: relative;
    padding-top: 14px;
    font-size: 17px;
    line-height: 23px;
  }

  #footer .row2 .pc .nav-list li:nth-child(-n + 6) a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    opacity: 0;
  }

  #footer .row2 .pc .nav-list li:nth-child(-n + 6) a:hover::before,
  #footer .row2 .pc .nav-list li:nth-child(-n + 6) a.active::before {
    opacity: 1;
  }

  #footer .row2 .pc .nav-list li:nth-child(7) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 182px;
    height: 58px;
    margin-left: 39px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  #footer .row2 .pc .nav-list li:nth-child(7) a {
    display: block;
    width: 105px;
    font-size: 15px;
    line-height: 31px;
  }

  #footer .row2 .pc .nav-list li:nth-child(7) a:hover {
    opacity: 0.8;
  }

  #footer .row2 .pc .nav-list li:nth-child(8) {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-left: 48px;
  }

  #footer .row2 .pc .nav-list li:nth-child(8) a:nth-child(1) {
    width: 21px;
  }

  #footer .row2 .pc .nav-list li:nth-child(8) a:nth-child(2) {
    width: 30px;
  }

  #footer .row2 .row {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 34px auto 0;
    font-size: 15px;
    line-height: 24px;
  }

  #footer .row2 .row .right {
    order: 2;
  }

  #footer .row2 .row .right .btn-copy {
    margin: 0 0 0 auto;
  }

  #footer .row2 .row .right .btn-copy a {
    padding-right: 25px;
  }

  #footer .row2 .row .right .btn-copy a:after {
    width: 16px;
    height: 16px;
  }

  #footer .row2 .row .right .btn-copy a:hover {
    text-decoration: underline;
  }

  #footer .row2 .row .right .btn-cookie {
    width: auto;
    margin: 20px 0 0;
  }

  #footer .row2 .row .right .btn-cookie a {
    padding-right: 25px;
  }

  #footer .row2 .row .right .btn-cookie a:after {
    width: 16px;
    height: 16px;
  }

  #footer .row2 .row .right .btn-cookie a:hover {
    text-decoration: underline;
  }

  #footer .row2 .row .left {
    order: 1;
    margin-top: 0;
  }

  #footer .row2 .row .left address {
    margin-top: 22px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  #footer .row1 .info {
    font-size: 14px;
  }

  #footer .row1 .info span:nth-child(2) {
    margin-left: 20px;
  }
}

#ft-bnr-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

#ft-bnr-fixed ul {
  display: flex;
  justify-content: space-between;
}

#ft-bnr-fixed ul li {
  height: 58px;
  transition: 0.3s;
}

#ft-bnr-fixed ul li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1;
  height: 100%;
}

#ft-bnr-fixed ul li:nth-child(1) {
  background: #fffaf0;
  width: 17.0666666667%;
}

#ft-bnr-fixed ul li:nth-child(1) a {
  gap: 10px;
  font-size: 10px;
  letter-spacing: 0.06em;
}

#ft-bnr-fixed ul li:nth-child(1) a img {
  width: 10.5px;
}

#ft-bnr-fixed ul li:nth-child(2) {
  background: #eeddbd;
  width: 39.7333333333%;
}

#ft-bnr-fixed ul li:nth-child(2) dl dt {
  font-size: 10px;
  letter-spacing: 0.16em;
}

#ft-bnr-fixed ul li:nth-child(2) dl dd {
  margin-top: 7px;
  font-size: 16px;
  letter-spacing: 0.1em;
}

#ft-bnr-fixed ul li:nth-child(2) dl dd span {
  position: relative;
  top: -3px;
}

#ft-bnr-fixed ul li:nth-child(2) dl dd img {
  width: 13px;
  margin: -5px 5px 0 0;
}

#ft-bnr-fixed ul li:nth-child(3) {
  background: #eeddbd;
  border-left: 1px solid #000;
  width: 27.7333333333%;
}

#ft-bnr-fixed ul li:nth-child(3) a {
  gap: 6px;
  font-size: 14.5px;
  letter-spacing: 0.06em;
}

#ft-bnr-fixed ul li:nth-child(3) a img {
  width: 15px;
}

#ft-bnr-fixed ul li:nth-child(4) {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #fffaf0;
  width: 15.4666666667%;
}

#ft-bnr-fixed ul li:nth-child(4)::after {
  content: "MENU";
  text-align: center;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.06em;
  transition: 0.3s;
}

#ft-bnr-fixed ul li:nth-child(4) .inner {
  position: relative;
  width: 24px;
  height: 13.5px;
}

#ft-bnr-fixed ul li:nth-child(4) .inner span {
  position: absolute;
  left: 0;
  display: block;
  background: #000;
  width: 100%;
  height: 1.5px;
  transition: 0.3s;
}

#ft-bnr-fixed ul li:nth-child(4) .inner span:nth-child(1) {
  top: 0;
}

#ft-bnr-fixed ul li:nth-child(4) .inner span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

#ft-bnr-fixed ul li:nth-child(4) .inner span:nth-child(3) {
  bottom: 0;
}

#ft-bnr-fixed ul li:nth-child(4).is-active:after {
  content: "CLOSE";
}

#ft-bnr-fixed ul li:nth-child(4).is-active .inner span:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

#ft-bnr-fixed ul li:nth-child(4).is-active .inner span:nth-child(2) {
  opacity: 0;
}

#ft-bnr-fixed ul li:nth-child(4).is-active .inner span:nth-child(3) {
  top: 50%;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.remodal {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 20px 8% 40px;
  background: url("../img/shared/bg1.jpg") repeat center;
}

.remodal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: url("../img/shared/popup_pattern.png") repeat center/70px auto;
  height: 100px;
}

.remodal h2 {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.22em;
}

.remodal .note {
  margin-top: 20px;
}

.remodal .row {
  margin-top: 30px;
}

.remodal .row .col + .col {
  margin-top: 40px;
}

.remodal .row .col .item + .item {
  margin-top: 40px;
}

.remodal .row .col .item h3 {
  text-align: center;
  border: 2px solid #222;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 48px;
  letter-spacing: 0.16em;
}

.remodal .row .col .item .sub-txt {
  font-size: 18px;
  letter-spacing: 0.1em;
}

.remodal .row .col .item dl {
  display: flex;
  justify-content: space-between;
  text-align: left;
  border-bottom: 1px dotted #222;
  gap: 5px;
  padding: 10px 0;
  font-size: 13px;
  line-height: 20px;
}

.remodal .row .col .item dl dt {
  flex: 1;
}

.remodal .row .col .item dl dd {
  color: #a40b2e;
}

@media screen and (min-width: 768px) {
  .remodal {
    max-width: 1200px;
    padding: 93px 0 70px;
  }

  .remodal::before {
    background-size: auto;
    height: 200px;
  }

  .remodal #popup {
    max-width: 917px;
    margin: 0 auto;
  }

  .remodal h2 {
    margin-top: -48px;
    font-size: 34px;
  }

  .remodal .note {
    margin-top: 10px;
  }

  .remodal .row {
    display: flex;
    justify-content: space-between;
    margin-top: 68px;
  }

  .remodal .row .col {
    width: 287px;
  }

  .remodal .row .col + .col {
    margin-top: 0;
  }

  .remodal .row .col .item + .item {
    margin-top: 43px;
  }

  .remodal .row .col .item h3 {
    margin-bottom: 11px;
    font-size: 21px;
    line-height: 51px;
  }

  .remodal .row .col .item dl {
    padding: 8px 0;
    font-size: 16px;
    line-height: 28px;
  }
}
