@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@500&family=Zen+Antique&family=Zen+Kaku+Gothic+Antique:wght@500;700&display=swap");
body {
  font-size: 1em;
  line-height: 150%;
  background: #e4d264 url(../img/modal-bg.png) repeat;
  color: #ce4b42;
  margin: 0;
  font-family: -apple-system, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "Hiragino Sans", Meiryo, sans-serif;
}

a {
  color: #ce4b42;
  text-decoration: none;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: top;
}

.wrap {
  background-image: url(../img/frame-top-left.svg), url(../img/frame-top-right.svg), url(../img/frame-bottom-left.svg), url(../img/frame-bottom-right.svg);
  background-repeat: no-repeat;
  background-position: top 2px left 2px, top 2px right 2px, bottom 2px left 2px, bottom 2px right 2px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wrap {
    border: 3px solid #ce4b42;
    background-size: 40px;
    margin: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .wrap {
    border: 5px solid #ce4b42;
    max-width: 1100px;
    width: calc(100% - 30px);
    margin: 60px auto;
    background-size: 80px;
  }
}
.wrap::before, .wrap::after {
  content: "";
  background: #ce4b42;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .wrap::before, .wrap::after {
    width: calc(100% - 80px);
    height: 2px;
    left: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .wrap::before, .wrap::after {
    width: calc(100% - 160px);
    height: 3.6px;
    left: 80px;
  }
}
.wrap::before {
  top: 2px;
}
.wrap::after {
  bottom: 2px;
}

.inner {
  position: relative;
}
.inner::before, .inner::after {
  content: "";
  background: #ce4b42;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .inner::before, .inner::after {
    width: 2px;
    height: calc(100% - 80px);
    top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .inner::before, .inner::after {
    width: 3.6px;
    height: calc(100% - 160px);
    top: 80px;
  }
}
.inner::before {
  left: 2px;
}
.inner::after {
  right: 2px;
}

.content {
  font-family: "Zen Antique";
}
@media only screen and (max-width: 767px) {
  .content {
    padding: 40px 25px 60px;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    max-width: 900px;
    width: calc(100% - 50px);
    margin: 0 auto;
    padding: 110px 0;
  }
}

.block {
  border: 4px solid #ce4b42;
  outline: 2px solid #ce4b42;
  outline-offset: -8px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .block {
    padding: 30px 25px;
  }
}
@media only screen and (min-width: 768px) {
  .block {
    padding: 50px;
  }
}

h1 {
  letter-spacing: 0.15rem;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.4rem;
    margin: 0 0 40px;
  }
}
h1::before, h1::after {
  content: "";
  background: url(../img/china-icon.png) no-repeat top left/contain;
}
@media only screen and (max-width: 767px) {
  h1::before, h1::after {
    display: inline-block;
    width: 23px;
    height: 23px;
    position: relative;
    top: 2px;
  }
}
@media only screen and (min-width: 768px) {
  h1::before, h1::after {
    display: inline-block;
    width: 37px;
    height: 37px;
    position: relative;
    top: 2px;
  }
}
@media only screen and (max-width: 767px) {
  h1::before {
    margin-right: 12px;
  }
}
@media only screen and (min-width: 768px) {
  h1::before {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  h1::after {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) {
  h1::after {
    margin-left: 15px;
  }
}

.ttl {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .ttl {
    margin: -55px 0 25px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .ttl {
    margin: -80px 0 25px;
  }
}
.ttl__item {
  border-radius: 50%;
  background: #e4d264 url(../img/modal-bg.png) repeat;
  border: 2px solid #ce4b42;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .ttl__item {
    width: 40px;
    height: 40px;
    font-size: 1.35rem;
    margin-left: -7px;
  }
}
@media only screen and (min-width: 768px) {
  .ttl__item {
    width: 51px;
    height: 51px;
    line-height: 43px;
    font-size: 1.85rem;
    margin-left: -8px;
  }
}
.ttl__item::after {
  content: "";
  border: 2px solid #ce4b42;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}
@media only screen and (max-width: 767px) {
  .ttl__item::after {
    width: 32px;
    height: 32px;
    position: absolute;
  }
}
@media only screen and (min-width: 768px) {
  .ttl__item::after {
    width: 43px;
    height: 43px;
    position: absolute;
  }
}
@media only screen and (max-width: 767px) {
  .ttl .spacer {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .ttl .spacer {
    display: none;
  }
}

.prod .intro {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .prod .intro {
    margin: 0 0 50px;
    font-size: 1.05rem;
    line-height: 1.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod .intro {
    margin: 0 0 70px;
    font-size: 1.2rem;
    letter-spacing: 0.15rem;
    line-height: 1.9rem;
  }
}
.prod .sale {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .prod .sale {
    margin: 70px 0 0;
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .prod .sale {
    width: 90%;
    margin: 100px auto 0;
    padding: 50px 30px;
  }
}
.prod .sale__date {
  border-top: 3px solid #ce4b42;
  border-bottom: 3px solid #ce4b42;
  display: inline-block;
  line-height: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .prod .sale__date {
    margin: 0 0 10px;
    padding: 10px 20px 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod .sale__date {
    margin: 0 0 20px;
    padding: 11px 80px 12px;
    font-size: 1.7rem;
  }
}
.prod .sale__date::before, .prod .sale__date::after {
  content: "";
  background: #ce4b42;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
}
.prod .sale__date::before {
  top: 2px;
}
.prod .sale__date::after {
  bottom: 2px;
}
.prod .sale__date .yobi {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .prod .sale__date .yobi {
    font-size: 1.1rem;
    top: -1px;
    margin-right: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .prod .sale__date .yobi {
    font-size: 1.5rem;
    top: -2px;
    margin-right: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .prod .sale__text {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .prod .sale__text {
    font-size: 1.25rem;
    letter-spacing: 0.15rem;
    line-height: 2rem;
    margin: 0 0 8px;
  }
}
.prod .sale__attention {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .prod .sale__attention {
    font-size: 0.8rem;
    line-height: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod .lineup {
    display: flex;
    justify-content: space-between;
  }
}
.prod .lineup__img {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .prod .lineup__img {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .prod .lineup__img {
    width: 400px;
  }
}
.prod .lineup__img figure {
  background: url(../img/lineup-bg.png) no-repeat top left/contain;
  margin: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .prod .lineup__img figure {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .prod .lineup__img figure {
    width: 400px;
    height: 400px;
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .prod .lineup__img figure.lineup-sticker {
    padding: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .prod .lineup__img figure.lineup-sticker {
    padding: 50px;
  }
}
.prod .lineup__img .note {
  margin: 15px 0 0;
}
@media only screen and (max-width: 767px) {
  .prod .lineup__img .note {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod .lineup__img .note {
    font-size: 0.85rem;
    line-height: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod .lineup__text {
    width: calc(100% - 440px);
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .prod .lineup__text h3 {
    font-size: 1.5rem;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .prod .lineup__text h3 {
    font-size: 1.9rem;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .prod .lineup__text .price {
    font-size: 1.4rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .prod .lineup__text .price {
    font-size: 1.7rem;
    margin: 0 0 20px;
  }
}
.prod .lineup__text .price .tax {
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  .prod .lineup__text .price .tax {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod .lineup__text .price .tax {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .prod .lineup__text .detail {
    font-size: 0.9rem;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .prod .lineup__text .detail {
    font-size: 0.95rem;
    margin: 0 0 30px;
  }
}
.prod .lineup__text .tshirt-order dl {
  display: flex;
  align-items: center;
  margin: 0;
  border-top: 2px solid #ce4b42;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .prod .lineup__text .tshirt-order dl {
    padding: 13px 0;
  }
}
@media only screen and (min-width: 768px) {
  .prod .lineup__text .tshirt-order dl {
    padding: 14px 0;
  }
}
.prod .lineup__text .tshirt-order dl:last-child {
  border-bottom: 2px solid #ce4b42;
}
.prod .lineup__text .tshirt-order dl dt {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .prod .lineup__text .tshirt-order dl dt {
    width: calc(100% - 195px);
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod .lineup__text .tshirt-order dl dt {
    width: calc(100% - 330px);
  }
}
.prod .lineup__text .tshirt-order dl dd {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .prod .lineup__text .tshirt-order dl dd {
    width: 195px;
  }
}
@media only screen and (min-width: 768px) {
  .prod .lineup__text .tshirt-order dl dd {
    width: 330px;
  }
}
@media only screen and (max-width: 767px) {
  .prod .lineup__text .tshirt-order .order {
    height: 48px;
    line-height: 48px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod .lineup__text .tshirt-order .order {
    height: 60px;
    line-height: 60px;
    font-size: 1.05rem;
  }
}
@media only screen and (max-width: 767px) {
  .prod .lineup__text .tshirt-order .order a::before {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod .lineup__text .tshirt-order .order a::before {
    font-size: 0.9rem;
  }
}
.prod .lineup__text .order {
  background: #ce4b42;
  border: 3px solid #ce4b42;
  outline: 2px solid #e4d264;
  outline-offset: -6px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .prod .lineup__text .order {
    height: 55px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 768px) {
  .prod .lineup__text .order {
    height: 75px;
    line-height: 75px;
    font-size: 1.2rem;
    transition: 0.3s;
  }
  .prod .lineup__text .order:hover {
    background-color: transparent;
    outline: 2px solid #ce4b42;
    border: 3px solid #ce4b42;
  }
  .prod .lineup__text .order:hover a {
    color: #ce4b42;
  }
}
.prod .lineup__text .order a {
  color: #e4d264;
  display: block;
  width: 100%;
}
.prod .lineup__text .order a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f07a";
  margin: 0 7px 0 0;
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 767px) {
  .prod .lineup__text .order a::before {
    font-size: 0.83rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod .lineup__text .order a::before {
    font-size: 1rem;
  }
}

.back {
  outline: 2px solid #ce4b42;
  outline-offset: -7px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .back {
    border: 3px solid #ce4b42;
    width: 160px;
    height: 45px;
    line-height: 45px;
    margin: 60px auto 0;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .back {
    border: 4px solid #ce4b42;
    width: 200px;
    height: 48px;
    line-height: 48px;
    margin: 80px auto 0;
    transition: 0.3s;
  }
  .back:hover {
    background: #ce4b42;
    outline: 2px solid #e4d264;
  }
  .back:hover a {
    color: #e4d264;
  }
}
.back a {
  display: block;
  width: 100%;
}
.back a::before, .back a::after {
  content: "";
  display: inline-block;
  background: url(../img/china-icon.png) no-repeat top left/contain;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .back a::before, .back a::after {
    width: 15px;
    height: 15px;
    top: 1px;
  }
}
@media only screen and (min-width: 768px) {
  .back a::before, .back a::after {
    width: 18px;
    height: 18px;
    top: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .back a::before {
    margin-right: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .back a::before {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .back a::after {
    margin-left: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .back a::after {
    margin-left: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .signkai .block {
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .signkai .block {
    margin: 0 0 70px;
  }
}
.signkai .block:nth-of-type(3) {
  margin: 0;
}
.signkai .outline dl {
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .signkai .outline dl {
    display: flex;
  }
}
.signkai .outline dl:last-of-type {
  margin: 0;
}
.signkai .outline dl dt {
  display: inline-block;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .signkai .outline dl dt {
    margin: 0 0 7px;
  }
}
@media only screen and (min-width: 768px) {
  .signkai .outline dl dt {
    width: 110px;
    margin: 0;
  }
}
.signkai .outline dl dt span {
  border-bottom: 3px solid #ce4b42;
  line-height: 100%;
  display: inline-block;
  padding: 0 0 3px;
}
.signkai .outline dl dd {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .signkai .outline dl dd {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .signkai .outline dl dd {
    width: calc(100% - 110px);
    line-height: 1.7rem;
  }
}
.signkai .outline dl a {
  border-bottom: 3px solid #ce4b42;
  display: inline-block;
  line-height: 100%;
  margin: 0 0 5px;
  transition: 0.3s;
}
.signkai .outline dl a:hover {
  border-bottom: 3px solid transparent;
}
.signkai .outline__apply {
  background: #ce4b42;
  border: 3px solid #ce4b42;
  outline: 2px solid #e4d264;
  outline-offset: -7px;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .signkai .outline__apply {
    height: 60px;
    line-height: 52px;
    margin: 30px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .signkai .outline__apply {
    height: 75px;
    line-height: 68px;
    font-size: 1.3rem;
    margin: 40px 0 0;
    padding: 0 0 20px;
    transition: 0.3s;
  }
  .signkai .outline__apply:hover {
    background-color: transparent;
    outline: 2px solid #ce4b42;
    border: 3px solid #ce4b42;
  }
  .signkai .outline__apply:hover a {
    color: #ce4b42;
  }
}
.signkai .outline__apply a {
  color: #e4d264;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .signkai .flow .ttl__item:nth-of-type(8), .signkai .flow .ttl__item:nth-of-type(9), .signkai .flow .ttl__item:nth-of-type(10) {
    margin-top: -10px;
  }
}
.signkai .flow .step__item {
  border: 4px solid #ce4b42;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .signkai .flow .step__item {
    margin: 0 0 15px;
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .signkai .flow .step__item {
    margin: 0 0 20px;
    padding: 30px;
  }
}
.signkai .flow .step__item:last-child {
  margin: 0;
}
.signkai .flow .step__item__ttl {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .signkai .flow .step__item__ttl {
    justify-content: space-between;
  }
}
.signkai .flow .step__item__ttl .step-num {
  background: #ce4b42;
  outline: 2px solid #e4d264;
  outline-offset: -5px;
  transform: rotate(45deg);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .signkai .flow .step__item__ttl .step-num {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .signkai .flow .step__item__ttl .step-num {
    width: 38px;
    height: 38px;
  }
}
.signkai .flow .step__item__ttl .step-num span {
  color: #e4d264;
  transform: rotate(-45deg);
  display: block;
  position: relative;
  left: -1px;
}
@media only screen and (max-width: 767px) {
  .signkai .flow .step__item__ttl .step-num span {
    font-size: 1.05rem;
    top: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .signkai .flow .step__item__ttl .step-num span {
    font-size: 1.4rem;
    top: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .signkai .flow .step__item__ttl .step-midashi {
    width: calc(100% - 46px);
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .signkai .flow .step__item__ttl .step-midashi {
    width: calc(100% - 38px);
    font-size: 1.3rem;
    padding: 0 0 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .signkai .flow .step__item__text {
    margin: 15px 0 0;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .signkai .flow .step__item__text {
    margin: 10px 0 0;
    padding: 0 0 0 62px;
    font-size: 0.95rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .signkai .flow .step__item__text p {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .signkai .flow .step__item__text p {
    margin: 0 0 5px;
  }
}
.signkai .flow .step__item__text p:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .signkai .flow .step dl {
    text-align: center;
    margin: 0 0 23px;
  }
}
@media only screen and (min-width: 768px) {
  .signkai .flow .step dl {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
  }
}
.signkai .flow .step dl:last-child {
  margin: 0;
}
.signkai .flow .step dl dt {
  background: #ce4b42;
  color: #e4d264;
}
@media only screen and (max-width: 767px) {
  .signkai .flow .step dl dt {
    font-size: 0.9rem;
    margin: 0 0 13px;
    padding: 2px 15px 3px;
  }
}
@media only screen and (min-width: 768px) {
  .signkai .flow .step dl dt {
    width: 150px;
    margin: 0 20px 0 0;
    padding: 2px 0 3px;
    text-align: center;
  }
}
.signkai .flow .step dd {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .signkai .flow .step dd {
    line-height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .signkai .flow .step dd {
    font-size: 1.2rem;
  }
}
.signkai .flow .step a {
  border-bottom: 3px solid #ce4b42;
  display: inline-block;
  line-height: 100%;
  margin: 0 0 5px;
  transition: 0.3s;
}
.signkai .flow .step a:hover {
  border-bottom: 3px solid transparent;
}
@media only screen and (max-width: 767px) {
  .signkai .note {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
.signkai .note ul {
  text-align: left;
  list-style: "●";
  margin: 0 0 0 15px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .signkai .note ul li {
    margin: 0 0 7px;
    padding: 0 0 0 6px;
  }
}
@media only screen and (min-width: 768px) {
  .signkai .note ul li {
    margin: 0 0 7px;
    padding: 0 0 0 7px;
  }
}
.signkai .note ul li:last-child {
  margin: 0;
}
.signkai .note .present {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .signkai .note .present {
    margin: 35px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .signkai .note .present {
    margin: 50px 0 0;
  }
}
.signkai .note .present__ttl {
  border-top: 3px solid #ce4b42;
  border-bottom: 3px solid #ce4b42;
  display: inline-block;
  line-height: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .signkai .note .present__ttl {
    margin: 0 0 20px;
    padding: 10px 20px 12px;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .signkai .note .present__ttl {
    margin: 0 0 28px;
    padding: 13px 80px 14px;
    font-size: 1.7rem;
  }
}
.signkai .note .present__ttl::before, .signkai .note .present__ttl::after {
  content: "";
  background: #ce4b42;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
}
.signkai .note .present__ttl::before {
  top: 2px;
}
.signkai .note .present__ttl::after {
  bottom: 2px;
}
.signkai .note .present p {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .signkai .note .present p {
    margin: 10px 0 0;
  }
}
.signkai .note .present p a {
  border-bottom: 3px solid #ce4b42;
  display: inline-block;
  line-height: 100%;
  margin: 0 0 5px;
  transition: 0.3s;
}
.signkai .note .present p a:hover {
  border-bottom: 3px solid transparent;
}

@media only screen and (max-width: 767px) {
  .tokuten h1 {
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .tokuten h1 {
    margin: 0 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .tokuten .ttl {
    margin: -55px 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .tokuten .ttl__item:nth-of-type(7), .tokuten .ttl__item:nth-of-type(8), .tokuten .ttl__item:nth-of-type(9) {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .tokuten__item {
    margin: 0 0 50px;
    font-size: 0.95rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .tokuten__item {
    margin: 0 0 70px;
    font-size: 1.1rem;
    letter-spacing: 0.15rem;
    line-height: 1.75rem;
  }
}
.tokuten__item:nth-of-type(2) {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .tokuten__item h2 {
    font-size: 1.2rem;
    line-height: 100%;
    margin: 0 0 18px;
  }
}
@media only screen and (min-width: 768px) {
  .tokuten__item h2 {
    margin: 0 0 23px;
  }
}
.tokuten__item h2 span {
  border-bottom: 4px solid #ce4b42;
  padding: 0 0 2px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .tokuten__item h2 span:last-child {
    margin: 5px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .tokuten__item__text p {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .tokuten__item__text p {
    margin: 0 0 40px;
  }
}
.tokuten__item__text p:last-child {
  margin: 0;
}
.tokuten__item__text img {
  display: block;
}
@media only screen and (max-width: 767px) {
  .tokuten__item__text img {
    margin: 15px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .tokuten__item__text img {
    width: 500px;
    margin: 20px auto 0;
  }
}
.tokuten__item__text span {
  display: block;
  line-height: 1.1rem;
  letter-spacing: 0;
  margin: 13px 0 0;
}
@media only screen and (max-width: 767px) {
  .tokuten__item__text span {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .tokuten__item__text span {
    font-size: 0.95rem;
    text-align: center;
  }
}
.tokuten__item__text .tokuten_01 {
  border-bottom: 4px solid #ce4b42;
}
@media only screen and (max-width: 767px) {
  .tokuten__item__text .tokuten_01 {
    padding: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .tokuten__item__text .tokuten_01 {
    padding: 0 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .tokuten__item__text .tokuten_01 img {
    margin: 15px auto 30px;
  }
}
@media only screen and (min-width: 768px) {
  .tokuten__item__text .tokuten_01 img {
    margin: 20px auto 40px;
  }
}
@media only screen and (max-width: 767px) {
  .tokuten__item__text .tokuten_01 span {
    margin: 10px auto 30px;
  }
}
@media only screen and (min-width: 768px) {
  .tokuten__item__text .tokuten_01 span {
    margin: 13px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .tokuten__item__text .tokuten_02 img {
    width: 75%;
  }
}
@media only screen and (min-width: 768px) {
  .tokuten__item__text .tokuten_02 img {
    width: 370px;
  }
}
.tokuten__note {
  margin: 20px 0 0;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .tokuten__note {
    font-size: 0.95rem;
    line-height: 1.5rem;
  }
}

.live-drawing .content {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .live-drawing .content {
    min-height: calc(100vh - 60px);
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) {
  .live-drawing .content {
    min-height: calc(100vh - 175px);
  }
}
.live-drawing .intro {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .live-drawing .intro {
    margin: 0 0 30px;
    font-size: 1.05rem;
    line-height: 1.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .live-drawing .intro {
    margin: 0 0 50px;
    font-size: 1.2rem;
    letter-spacing: 0.15rem;
    line-height: 1.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .live-drawing__block {
    margin: 0 0 50px !important;
  }
}
@media only screen and (min-width: 768px) {
  .live-drawing__block {
    margin: 0 0 70px !important;
  }
}
.live-drawing__block dl {
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .live-drawing__block dl {
    display: flex;
  }
}
.live-drawing__block dl:last-of-type {
  margin: 0;
}
.live-drawing__block dl dt {
  display: inline-block;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .live-drawing__block dl dt {
    margin: 0 0 7px;
  }
}
@media only screen and (min-width: 768px) {
  .live-drawing__block dl dt {
    width: 110px;
    margin: 0;
  }
}
.live-drawing__block dl dt span {
  border-bottom: 3px solid #ce4b42;
  line-height: 100%;
  display: inline-block;
  padding: 0 0 3px;
}
.live-drawing__block dl dd {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .live-drawing__block dl dd {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .live-drawing__block dl dd {
    width: calc(100% - 110px);
    line-height: 1.7rem;
  }
}
.live-drawing__block p {
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .live-drawing__block p {
    font-size: 1.2rem;
    line-height: 1.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .live-drawing__note {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .live-drawing__note {
    margin: 0 0 50px !important;
  }
}
.live-drawing__note ul {
  text-align: left;
  list-style: "●";
  margin: 0 0 0 15px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .live-drawing__note ul {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .live-drawing__note ul li {
    margin: 0 0 7px;
    padding: 0 0 0 6px;
  }
}
@media only screen and (min-width: 768px) {
  .live-drawing__note ul li {
    margin: 0 0 7px;
    padding: 0 0 0 7px;
  }
}
.live-drawing__note ul li:last-child {
  margin: 0;
}
.live-drawing__form {
  text-align: center;
}
.live-drawing__form__ttl {
  border-top: 3px solid #ce4b42;
  border-bottom: 3px solid #ce4b42;
  display: inline-block;
  line-height: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .live-drawing__form__ttl {
    margin: 0 0 20px;
    padding: 10px 20px 12px;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .live-drawing__form__ttl {
    margin: 0 0 28px;
    padding: 13px 80px 14px;
    font-size: 1.7rem;
  }
}
.live-drawing__form__ttl::before, .live-drawing__form__ttl::after {
  content: "";
  background: #ce4b42;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
}
.live-drawing__form__ttl::before {
  top: 2px;
}
.live-drawing__form__ttl::after {
  bottom: 2px;
}
.live-drawing__form .text p {
  margin: 0;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .live-drawing__form .text p {
    font-size: 0.95rem;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .live-drawing__form .text p {
    font-size: 1.15rem;
    line-height: 1.9rem;
  }
}
.live-drawing__form .text p.text-s {
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .live-drawing__form .text p.text-s {
    font-size: 0.85rem;
    line-height: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .live-drawing__form .text p.text-s {
    font-size: 0.95rem;
    line-height: 1.2rem;
  }
}
.live-drawing__form .text .date {
  border: 4px solid #ce4b42;
}
@media only screen and (max-width: 767px) {
  .live-drawing__form .text .date {
    margin: 20px 0 15px;
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .live-drawing__form .text .date {
    display: inline-block;
    font-size: 1.3rem;
    margin: 25px 0 25px;
    padding: 13px 25px;
  }
}
.live-drawing__form .text .date span {
  background: #ce4b42;
  color: #e4d264;
  padding: 2px 0 3px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .live-drawing__form .text .date span {
    display: block;
    margin: 0 0 10px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .live-drawing__form .text .date span {
    display: inline-block;
    font-size: 1.1rem;
    width: 150px;
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .live-drawing__form .mailform {
    border-top: 4px solid #ce4b42;
    margin: 25px 0 0;
    padding: 30px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .live-drawing__form .mailform {
    border: 4px solid #ce4b42;
    margin: 40px 0 0;
    padding: 40px 55px;
  }
}
.live-drawing__form .mailform .form .required-text {
  text-align: left;
}

.application {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .application .block {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .application .block {
    margin: 0 0 30px;
  }
}
.application .block:nth-of-type(2) {
  margin: 0;
}
.application .form {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.application .form .required-text {
  margin: 0 0 13px;
}
@media only screen and (max-width: 767px) {
  .application .form .required-text {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .application .form .required-text {
    font-size: 0.95rem;
  }
}
.application .form .required {
  margin: 0 0 0 3px !important;
}
.application .form dl {
  margin: 0;
  text-align: left;
  border-top: 2px solid #ce4b42;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .application .form dl {
    padding: 20px 0;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .application .form dl {
    padding: 25px 0;
    font-size: 0.95rem;
  }
}
.application .form dl:last-of-type {
  border-bottom: 2px solid #ce4b42;
}
.application .form dt {
  text-align: left;
  font-weight: 700;
  margin: 0 0 10px;
}
.application .form dd {
  margin: 0;
  text-align: left;
}
.application .form dd:last-child {
  margin: 0;
}
.application .form dd .application_item_container {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .application .form dd .application_item_container {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .application .form dd .application_item_container .application_item {
    width: 100%;
    margin: 0 0 10px;
  }
  .application .form dd .application_item_container .application_item:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .application .form dd .application_item_container .application_item {
    width: 35%;
    margin-right: 20px;
  }
}
.application .form dd .application_item_container .application_item .mini {
  width: 100%;
}
.application .form dd label {
  display: block;
}
@media only screen and (max-width: 767px) {
  .application .form dd label {
    margin: 0 10px 7px 0;
  }
}
@media only screen and (min-width: 768px) {
  .application .form dd label {
    margin: 0 10px 5px 0;
  }
}
.application .form dd .memo {
  margin: 15px 0 0;
  font-size: 0.95rem;
  line-height: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .application .form .mini {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .application .form .mini {
    width: 25%;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .application .form .long {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .application .form .long {
    width: 60%;
  }
}
.application .form select {
  font-size: 15px;
  padding: 4px 0;
  box-sizing: border-box;
}
.application .form input[type=text],
.application .form input[type=email],
.application .form textarea {
  -webkit-appearance: none;
  background-color: #f9f9f9;
  border: none;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .application .form input[type=text],
  .application .form input[type=email],
  .application .form textarea {
    font-size: 0.9rem;
    padding: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .application .form input[type=text],
  .application .form input[type=email],
  .application .form textarea {
    font-size: 0.95rem;
    padding: 15px;
  }
}
.application .form textarea {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .application .form textarea {
    height: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .application .form textarea {
    height: 200px;
  }
}
.application .form label {
  cursor: pointer;
}
.application .form input[type=radio] {
  margin: 0 8px 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .application .form input[type=radio] {
    width: 17px;
    height: 17px;
    top: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .application .form input[type=radio] {
    width: 20px;
    height: 20px;
    top: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .application .form .note {
    margin: 20px 0 0;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .application .form .note {
    margin: 25px 0 0;
    font-size: 0.95rem;
  }
}
.application .form .note ul {
  list-style: "※";
  margin: 0 0 0 15px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .application .form .note ul li {
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .application .form .note ul li {
    margin: 0 0 2px;
  }
}
.application .form .note ul li:last-child {
  margin: 0;
}
.application .form .submit {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .application .form .submit {
    margin: 25px 0 0;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .application .form .submit {
    margin: 35px 0 0;
    flex-direction: row-reverse;
  }
}
.application .form .submit input[type=submit] {
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  border: 3px solid #ce4b42;
  outline: 2px solid #ce4b42;
  color: #ce4b42;
  outline-offset: -6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .application .form .submit input[type=submit] {
    width: 100%;
    margin: 0 auto 13px;
    height: 55px;
    font-size: 0.95rem;
  }
  .application .form .submit input[type=submit]:last-child {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .application .form .submit input[type=submit] {
    width: 350px;
    height: 63px;
    font-size: 1.1rem;
    transition: 0.3s;
    margin: 0 10px;
  }
}
.application .form .submit input[type=submit]:hover {
  background: #ce4b42;
  outline: 2px solid #e4d264;
  color: #e4d264;
}
.application .form .submit input[type=submit]:first-child {
  background: #ce4b42;
  outline: 2px solid #e4d264;
  color: #e4d264;
}
.application .form .submit input[type=submit]:first-child:hover {
  background: transparent;
  border: 3px solid #ce4b42;
  outline: 2px solid #ce4b42;
  color: #ce4b42;
}
.application .attention {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
@media only screen and (max-width: 767px) {
  .application .attention {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .application .attention {
    font-size: 0.95rem;
  }
}
.application .attention dl {
  border: none;
  margin: 0;
  padding: 0;
}
.application .attention dt {
  margin: 0 0 7px;
  font-weight: 700;
}
.application .attention dd {
  margin: 0 0 15px 15px;
}
.application .attention dd:last-child {
  margin: 0 0 0 15px;
}
.application .attention p {
  margin: 0;
  line-height: 1.35rem;
}
.application .attention ul {
  margin: 10px 0 0 14px;
  padding: 0;
}
.application .attention li {
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 768px) {
  .application .attention li {
    line-height: 1.6rem;
  }
}
.application .attention li:last-child {
  margin: 0;
}
.application .attention a {
  border-bottom: 3px solid #ce4b42;
  display: inline-block;
  line-height: 100%;
  margin: 0 0 5px;
  transition: 0.3s;
}
.application .attention a:hover {
  border-bottom: 3px solid transparent;
}

.complete .content {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .complete .content {
    min-height: calc(100vh - 60px);
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) {
  .complete .content {
    min-height: calc(100vh - 175px);
  }
}
@media only screen and (max-width: 767px) {
  .complete__content {
    margin: 0 0 50px;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .complete__content {
    margin: 0 0 70px;
    font-size: 1.1rem;
    letter-spacing: 0.15rem;
    line-height: 1.75rem;
  }
}
.complete__content p {
  margin: 0 0 20px;
}
.complete__content p:last-child {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .prod h1,
  .live-drawing h1,
  .application h1 {
    line-height: 1.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .prod h1::before, .prod h1::after,
  .live-drawing h1::before,
  .live-drawing h1::after,
  .application h1::before,
  .application h1::after {
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .prod h1::before,
  .live-drawing h1::before,
  .application h1::before {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .prod h1::after,
  .live-drawing h1::after,
  .application h1::after {
    right: 0;
  }
}

.event-end {
  border: 3px solid #ce4b42;
  margin: 30px 0 0 !important;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .event-end {
    line-height: 1.4rem !important;
    padding: 10px 10px 13px;
  }
}
@media only screen and (min-width: 768px) {
  .event-end {
    font-size: 1.3rem !important;
    line-height: 1.7rem !important;
    padding: 15px 0 16px;
  }
}
.event-end span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .event-end span {
    font-size: 0.85rem;
    line-height: 1.2rem !important;
    margin: 5px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .event-end span {
    font-size: 1.05rem;
  }
}

.global_head {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */