#header #key {
  position: relative;
}
#header #key::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/shikimeshi/key_shadow.png") no-repeat center;
}
#header #key .key-ttl {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 25vw;
  color: #f6f4f0;
  left: 50%;
  text-align: center;
  letter-spacing: 0.4em;
  font-size: 5vw;
  line-height: 1.5;
  padding: 0 2vw;
  box-sizing: border-box;
  width: calc(11.5vw + 2px);
  border-left: 1px solid #e8dcc7;
  border-right: 1px solid #e8dcc7;
}
@media screen and (max-width: 767px) {
  #header #key .img img {
    -o-object-position: 60% center;
       object-position: 60% center;
  }
}
@media screen and (min-width: 768px) {
  #header #key .key-ttl {
    height: 159px;
    font-size: 30px;
    padding: 0 7px;
    width: 61px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #header #key .key-ttl {
    letter-spacing: 0.2em;
  }
}

main {
  overflow: hidden;
  padding-top: 0;
}

.btn-popup a:after {
  background-image: url("../img/menu/icon_popup.png");
  width: 11px;
  height: 11px;
}

.title-common {
  letter-spacing: 0.4em;
}

.remodal-close::before,
.remodal-close::after {
  display: none;
}

.remodal-close {
  position: sticky;
  z-index: 9;
  top: 10px;
  right: 0;
  display: block;
  overflow: visible;
  width: 40px;
  height: 40px;
  margin: 0 0 0 auto;
  cursor: pointer;
  outline: none;
  border: none;
  background: none;
}

.remodal-close::before,
.remodal-close::after {
  content: "";
  position: absolute;
  background: #000;
  height: 40px;
  width: 2px;
  top: 50%;
  left: 50%;
}

.remodal-close-white::before,
.remodal-close-white::after {
  background: #fff;
}

.remodal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.remodal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  body {
    letter-spacing: 0.3em;
  }
  .title-common {
    font-size: 25px;
  }
  .remodal-close {
    width: 44px;
    height: 44px;
  }
  .remodal-close::before,
  .remodal-close::after {
    height: 60px;
  }
  .remodal-close-white {
    width: 30px;
  }
  .remodal-close-white::before,
  .remodal-close-white::after {
    height: 42px;
  }
}
.remodal-shared {
  background: #fafaf5;
}
.remodal-shared .wrap {
  padding: 20px 4% 50px;
}
.remodal-shared .remodal-close-bot {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 50px auto 0;
  padding: 26px 0 0 8px;
  color: #000;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.25em;
}
.remodal-shared .remodal-close-bot span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.remodal-shared .remodal-close-bot span::before,
.remodal-shared .remodal-close-bot span::after {
  content: "";
  position: absolute;
  background: #000;
  height: 40px;
  width: 2px;
  top: 50%;
  left: 50%;
}
.remodal-shared .remodal-close-bot span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.remodal-shared .remodal-close-bot span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.remodal-shared h2 small {
  margin: 0 0 20px;
}
.remodal-shared .note {
  text-align: center;
  color: #322921;
  margin-top: 40px;
}
.remodal-shared .row {
  margin-top: 40px;
}
.remodal-shared .col + .col {
  margin-top: 40px;
}
.remodal-shared .item + .item {
  margin-top: 40px;
}
.remodal-shared h3 {
  border: 1px solid #92845a;
  color: #322921;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.remodal-shared dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d7d0c4;
  padding: 10px 0;
  line-height: 26px;
  letter-spacing: 0.05em;
}
.remodal-shared dl dt {
  text-align: left;
  flex: 1;
}
.remodal-shared dl dd {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .remodal-shared {
    max-width: 1400px;
  }
  .remodal-shared .wrap {
    padding: 78px 0 104px;
  }
  .remodal-shared .remodal-close-bot {
    margin-top: 112px;
    padding: 36px 0 0 9px;
  }
  .remodal-shared .remodal-close-bot:hover {
    opacity: 0.7;
  }
  .remodal-shared .remodal-close-bot span::before,
  .remodal-shared .remodal-close-bot span::after {
    height: 60px;
  }
  .remodal-shared h2 small {
    margin: 0 0 28px;
  }
  .remodal-shared .note {
    text-align: center;
    margin-top: 47px;
    letter-spacing: 0.3em;
  }
  .remodal-shared .row {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 64px auto 0;
  }
  .remodal-shared .col {
    width: 320px;
  }
  .remodal-shared .col + .col {
    margin-top: 0;
  }
  .remodal-shared .item + .item {
    margin-top: 73px;
  }
  .remodal-shared h3 {
    padding: 8px 0 10px;
    font-size: 22px;
  }
  .remodal-shared dl {
    padding: 12.5px 0;
  }
}