<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* =========================================================== */
/* age check
/* =========================================================== */

#Cookie-Alert {
  display: none;
}

#Cookie-Alert.is-show {
  display: block;
}

.Text-Error {
  font-size: 16px;
  color: #f00000;
  text-align: center;
}

.is-hidden {
  display: none;
}

.no-script {
  display: none;
}

.agechk__lead {
  font-size: 16px;
  text-align: center;
}

.agechk__input-message {
  margin-bottom: 8px;
  font-size: 20px;
  text-align: center;
}

.agechk-input-grid {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.agechk-textfield {
  margin: 0 8px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.agechk-textfield__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 150px;
  padding: 4px 8px;
  border: 2px solid #e1d6bb;
  border-radius: 0;
  background: #fff;
  font-size: 26px;
  font-family: inherit;
  text-align: center;
}

.agechk-textfield__input::placeholder {
  color: #e1d6bb;
}
.agechk-textfield__input:-ms-input-placeholder {
  color: #e1d6bb;
}

.agechk-textfield__label {
  margin-left: 8px;
  font-size: 20px;
  line-height: 1;
}

.agechk-pulldown {
  margin: 0 8px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  cursor: pointer;
  position: relative;
}

.agechk-pulldown::before {
  content: "";
  box-sizing: border-box;
  display: block;
  width: 12px;
  height: 10px;
  border-top: 10px solid #e1d6bb;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  top: 50%;
  left: 54px;
  transform: translateY(-50%);
  pointer-events: none;
}


.agechk-pulldown__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 80px;
  padding: 4px 8px;
  border: 2px solid #e1d6bb;
  border-radius: 0;
  background: #fff;
  font-size: 26px;
  font-family: inherit;
  cursor: inherit;
}

.agechk-pulldown__input::-ms-expand {
  display: none;
}

.agechk-pulldown__input option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

.agechk-pulldown__label {
  margin-left: 8px;
  font-size: 20px;
  line-height: 1;
}

#buttonEnter {
  padding: 0 16px;
  background: #BF1F00;
  display: block;
  color: #fff;
  font-size: 26px;
  text-decoration: none;
  transition: background .3s;
}

#buttonEnter:hover,
#buttonEnter:focus {
  background: #690000;
}

.agechk-checkbox {
  cursor: pointer;
  position: relative;
}

.agechk-checkbox__input {
  outline: none;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 1px;
  left: 1px;
  overflow: hidden;
  opacity: 0;
}

.agechk-checkbox__label {
  padding-left: 28px;
  font-size: 20px;
  position: relative;
}

.agechk-checkbox__label::before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 2px solid #e1d6bb;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.agechk-checkbox__input:checked + .agechk-checkbox__label::before {
  border-color: #BF1F00;
  background: #BF1F00;
}

.agechk-checkbox__input:checked + .agechk-checkbox__label::after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 7px;
  left: 5px;
  transform: rotate(-45deg);
}

.list-comment {
  display: table;
  list-style: none;
}

.list-comment li {
  display: table-row;
}

.list-comment li::before {
  content: "※ ";
  white-space: pre;
  display: table-cell;
}

.list-comment li &gt; span {
  display: table-cell;
}

.fade-enter-active,.fade-leave-active {
  transition: opacity .3s
}

.fade-enter,.fade-leave-to {
  opacity: 0
}

@media screen and (max-width: 640px) {
  .agechk__lead {
    margin-top: 16px;
  }
}
</pre></body></html>