html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}
.remodal,
[data-remodal-id] {
  display: none;
}
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.remodal-is-initialized {
  display: inline-block;
}
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}
.remodal-overlay {
  background: url(../img/shared/bg1.jpg);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}
.remodal {
  box-sizing: border-box;
  width: 100%;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
.remodal-close {
  position: sticky;
  top: 10px;
  right: 15px;
  z-index: 99;
  width: 20px;
  height: 20px;
  margin: 15px 0 0 auto;
  display: block;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  background: url(../img/shared/close.png) no-repeat 0 0/100% auto;
}
.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.remodal-confirm {
  color: #fff;
  background: #81c784;
}
.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}
.remodal-cancel {
  color: #fff;
  background: #e57373;
}
.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.lt-ie9 .remodal-overlay {
  background: url(../img/shared/bg1.jpg);
}
.lt-ie9 .remodal {
  width: 700px;
}
.remodal {
  color: #220f04;
}
.remodal .container {
  padding: 10vw 5% 13vw;
}
.remodal .note {
  margin: 7vw 0 10vw;
}
.btn-close {
  margin: 0 auto;
  width: 105px;
  cursor: pointer;
  background: none;
  font-size: 0;
  border: 0;
}
.popup-content h2 img {
  width: 42%;
}
.popup-content .content .col .item {
  margin-bottom: 50px;
}
.popup-content .content .col .item h3 {
  font-size: 5.5vw;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
  background: url(../img/shared/bg6.jpg);
  padding: 3.5vw 5%;
  margin-bottom: 3px;
}
.popup-content .content .col .item h3.mb {
  margin-bottom: 20px;
}
.popup-content .content .col .item h4 {
  font-size: 5vw;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: left;
  margin-bottom: 5px;
}
.popup-content .content .col .item .list dl {
  letter-spacing: 0.02em;
  display: flex;
  justify-content: space-between;
  padding: 11px 0;
  line-height: 25px;
  border-bottom: 1px solid #a2a2a2;
}
.popup-content .content .col .item .list dl dt {
  text-align: left;
}
.popup-content .content .col .item .list dl dd {
  text-align: right;
  white-space: nowrap;
  margin-left: 10px;
}
.popup-content .content .col .item-child {
  margin-bottom: 50px;
}
.popup-content2 h2 img {
  width: 50%;
}
.popup-content2 .content .item {
  background: url(../img/party/sec3_line.jpg) repeat-x left top,
    url(../img/shared/bg6.jpg);
  padding: 12vw 10% 10vw;
  color: #210c02;
  margin-bottom: 40px;
}
.popup-content2 .content .item .price-box {
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #000;
}
.popup-content2 .content .item .price-box dt {
  font-size: 6.5vw;
  letter-spacing: 0.02em;
  margin-bottom: 5vw;
}
.popup-content2 .content .item .price-box dd {
  font-size: 4.5vw;
  letter-spacing: 0.02em;
}
.popup-content2 .content .item .price-box dd span {
  font-size: 6vw;
  letter-spacing: 0.02em;
}
.popup-content2 .content .item ul li {
  text-align: left;
  position: relative;
  padding-left: 14px;
}
.popup-content2 .content .item ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .remodal-close {
    margin: 15px -30px 0 auto;
  }
  .remodal-close:hover {
    opacity: 0.7;
  }
  .remodal .container {
    padding: 94px 20px 100px;
  }
  .remodal .note {
    margin: 35px 0 57px;
    line-height: 48px;
  }
  .popup-content {
    width: 1040px;
    margin: 0 auto;
  }
  .popup-content h2 img {
    width: auto;
  }
  .popup-content .content {
    display: flex;
    justify-content: space-between;
  }
  .popup-content .content .col {
    width: 320px;
  }
  .popup-content .content .col .item {
    margin-bottom: 50px;
  }
  .popup-content .content .col .item h3 {
    font-size: 20px;
    padding: 4px 10px;
    margin-bottom: 9px;
  }
  .popup-content .content .col .item h3.mb {
    margin-bottom: 10px;
  }
  .popup-content .content .col .item h4 {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .popup-content .content .col .item .list dl {
    padding: 12px 0;
  }
  .popup-content .content .col .item .list dl dt {
    text-align: left;
  }
  .popup-content .content .col .item .list dl dd {
    margin-left: 10px;
  }
  .popup-content .content .col .item-child {
    margin-bottom: 50px;
  }
  .btn-close {
    margin: 0 auto;
  }
  .btn-close:hover {
    opacity: 0.8;
  }
  .popup-content2 {
    max-width: 1310px;
  }
  .popup-content2 h2 img {
    width: auto;
  }
  .popup-content2 .note {
    margin: 31px 0 69px;
  }
  .popup-content2 .content {
    display: flex;
    flex-wrap: wrap;
  }
  .popup-content2 .content .item {
    width: 390px;
    padding: 80px 50px 67px;
    margin-bottom: 49px;
    margin-right: 50px;
  }
  .popup-content2 .content .item:nth-child(3n) {
    margin-right: 0;
  }
  .popup-content2 .content .item .price-box {
    padding-bottom: 43px;
    margin-bottom: 31px;
  }
  .popup-content2 .content .item .price-box dt {
    font-size: 35px;
    margin-bottom: 27px;
  }
  .popup-content2 .content .item .price-box dd {
    font-size: 25px;
  }
  .popup-content2 .content .item .price-box dd span {
    font-size: 35px;
  }
  .popup-content2 .content .item ul li {
    line-height: 35px;
    padding-left: 14px;
  }
  .popup-content2 .content .item ul li::before {
    font-size: 16px;
  }
}
