.contents {
  overflow: hidden;
  color: #333333;
}
.contents img {
  backface-visibility: hidden;
}

.wrap {
  margin-right: 2.5%;
  margin-left: 2.5%;
}

.common-ttl {
  font-size: 18px;
  font-size: 5.625vw;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
  padding: 5vw 0;
  text-align: center;
  letter-spacing: 0.08em;
  border-top: 2px solid #cc0021;
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
  box-shadow: 0px 0px 5vw 0px rgba(51, 51, 51, 0.16) inset;
}
.common-ttl::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: #ffffff;
}

.arrow {
  padding-bottom: 18.75vw;
  background: url("../images/common/arrow.png") center bottom no-repeat;
  background-size: contain;
}
.arrow > span {
  font-size: 12px;
  font-size: 3.75vw;
  font-weight: bold;
  position: relative;
  display: table;
  margin: 0 auto 3.125vw;
  text-align: center;
  letter-spacing: 0.06em;
  color: #000000;
}
.arrow > span::before, .arrow > span::after {
  position: absolute;
  top: 0;
  bottom: -5px;
  display: block;
  width: 1px;
  height: 90%;
  margin: auto;
  content: "";
  background: #000000;
}
.arrow > span::before {
  left: -15px;
  transform: rotate(-30deg);
}
.arrow > span::after {
  right: -10px;
  transform: rotate(30deg);
}
.arrow h3,
.arrow p {
  font-size: 15px;
  font-size: 4.6875vw;
  font-weight: bold;
  line-height: 1.352;
  text-align: center;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}
.arrow h3 span,
.arrow p span {
  color: #cc0021;
}
.arrow h3 span.small,
.arrow p span.small {
  font-size: 16px;
  font-size: 3.5vw;
  color: #231815;
}
.arrow p:not(:last-child) {
  margin-bottom: 0.5em;
}
.arrow > small {
  font-size: 10px;
  font-size: 3.5vw;
  line-height: 1.5;
  display: block;
  text-align: center;
  letter-spacing: 0.08em;
}

.arrow--pink {
  background: url("../images/common/arrow_pink.png") center bottom no-repeat;
  background-size: contain;
}

.arrow--line {
  position: relative;
  z-index: 2;
  background: url("../images/common/arrow_line.png") center bottom no-repeat;
  background-size: contain;
}

.table {
  margin: 0 auto;
}
.table tr:first-child {
  border-bottom: 1px solid #dadada;
}
.table tr:not(:first-child) {
  border-right: 1px solid #dadada;
  border-left: 1px solid #dadada;
}
.table th:first-child {
  width: 26.56vw;
}
.table td {
  position: relative;
  width: 30%;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
  background-color: #ffffff;
}
.table td:not(:first-child) {
  padding: 5vw 0;
}
.table td:nth-of-type(3) {
  border-right: 1px solid #cc0021;
  border-left: 1px solid #cc0021;
  background: #f9e4af url("../images/common/stripe.png");
}
.table td.border-top::before {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: calc(100% + 2px);
  height: 1px;
  content: "";
  background-color: #cc0021;
}
.table td.border-bottom::after {
  position: absolute;
  bottom: -1px;
  left: -1px;
  display: block;
  width: calc(100% + 2px);
  height: 1px;
  content: "";
  background-color: #cc0021;
}
.table td > img {
  display: block;
  width: 8.125vw;
  height: auto;
  margin: 0 auto 8px;
  margin-bottom: 5px;
}
.table td > p {
  font-size: 10px;
  font-size: 3.125vw;
  line-height: 1.375;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}
.table td > p b {
  font-size: 10px;
  font-size: 3.5vw;
}
.table td > p span {
  font-weight: bold;
  color: #cc0021;
}
.table td > p small {
  font-size: 10px;
  font-size: 3.5vw;
}

.table--second td > p {
  font-size: 8px;
  font-size: 3.5vw;
}

.table__ttl-01 {
  font-size: 12px;
  font-size: 3.125vw;
  font-weight: bold;
  padding: 3.125vw 0;
  line-height: 1.3;
  vertical-align: middle;
  border-right: 1px solid #cc0021;
  background-color: #dadada;
}

.table__ttl-02 {
  font-size: 12px;
  line-height: 1.3;
  font-size: 3.125vw;
  font-weight: bold;
  position: relative;
  vertical-align: middle;
  color: #ffffff;
  border: 1px solid #cc0021;
  background: #cc0021 url("../images/common/stripe_red.png");
}
.table__ttl-02 span {
  position: absolute;
  z-index: 10;
  top: 1px;
  left: 1px;
  display: flex;
  width: calc(100% - 4px);
  height: calc(100% - 4px) !important;
  margin: auto;
  border: 1px solid #ffffff;
  align-items: center;
  justify-content: center;
}
.table__ttl-02 span::before {
  position: absolute;
  bottom: -5px;
  left: -3px;
  display: block;
  width: calc(100% + 6px);
  height: 2px;
  content: "";
}
.border-bottom .table__ttl-02 {
  border-bottom: 1px solid #cc0021 !important;
}
.border-bottom .table__ttl-02 span::before {
  display: none;
}

.table-sub th {
  font-size: 10px;
  font-size: 3.125vw;
  font-weight: bold;
  position: relative;
  padding: 2.8125vw 2.8125vw 2.8125vw 6.25vw;
  text-align: left;
  letter-spacing: 0.06em;
  background-color: #ffffff;
}
.table-sub th::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3.125vw;
  display: block;
  width: 0.9375vw;
  height: 60%;
  margin: auto;
  content: "";
  background-color: #cc0021;
}

.table-sec {
  padding: 4.6875vw 2.1875vw;
}
.table-sec img {
  display: block;
  width: 13.75vw;
  height: auto;
  margin: 0 auto 2.5vw;
}
.table-sec figcaption {
  font-size: 10px;
  font-size: 4.5vw;
  line-height: 1.2;
  font-weight: bold;
  color: #cc0021;
}
.table-sec p {
  font-size: 5vw;
  line-height: 1.4375;
  padding: 3.125vw;
  text-align: left;
  letter-spacing: 0.08em;
  background-color: #fae5e9;
}

.table-sec-2 {
  font-size: 10px;
  font-size: 3.125vw;
  line-height: 1.4545;
  display: flex;
  box-sizing: border-box;
  min-height: 26.875vw;
  padding: 13.125vw 2.5vw 6.25vw 6.25vw;
  text-align: left;
  align-items: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}
.table-sec-2 img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 18.47375vw;
  height: auto;
}
.table-sec-2 ul {
  margin: 3.125vw 0 0 -3.125vw;
}
.table-sec-2 li {
  position: relative;
  padding-left: 3.125vw;
}
.table-sec-2 li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  width: 1.5625vw;
  height: 1.5625vw;
  content: "";
  background-color: #cc0021;
}
.table-sec-2 li.ruby::before {
  top: 1.2em;
}
.table-sec-2 p {
  font-size: 3.5vw;
}
.table-sec-2 rt {
  transform: scale(0.8);
}

.table-sec-second {
  width: 43.75vw;
  box-sizing: border-box;
  padding: 1.875vw;
  text-align: left;
}
.table-sec-second img {
  max-width: 19.375vw !important;
  display: block;
  margin-bottom: 1.25vw;
}
.table-sec-second p {
  font-weight: bold;
  font-size: 10px;
  font-size: 3.5vw;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.table-sec-second p b {
  font-size: 12px;
  font-size: 3.75vw;
  font-weight: bold;
  color: #cc0021;
}

.modaal-content-container {
  padding: 4.375vw 0;
}

.modaal-inner-wrapper {
  padding-left: 3.125vw;
  padding-right: 3.125vw;
}

.modal-contents {
  display: none;
}

.modaal-container #modaal-close {
  position: absolute;
  top: -5vw;
  border: 2px solid #fff;
  right: -1vw;
  width: 10vw;
  height: 10vw;
  background-color: #cc0021;
}
.modaal-container #modaal-close::before, .modaal-container #modaal-close::after {
  top: 2vw;
  left: 4.3vw;
  height: 5vw;
  width: 2px;
  border-radius: 0;
}

.table-modal {
  margin: 0 auto 55px;
}
.table-modal table {
  height: 1px;
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-right: 2px solid #cc0021;
}
.table-modal tr {
  position: relative;
}
.table-modal tr:first-child th:nth-of-type(2) {
  border-left: 1px solid #fff;
}
.table-modal tr:last-child th,
.table-modal tr:last-child td {
  border-bottom: 2px solid #dadada;
}
.table-modal tr.border-bottom th,
.table-modal tr.border-bottom td {
  border-bottom: 2px solid #dadada;
}
.table-modal th {
  text-align: center;
}
.table-modal td {
  font-size: 10px;
  line-height: 1.6666;
  position: static;
  vertical-align: middle;
  border-top: 2px solid #dadada;
  border-left: 2px solid #dadada;
  background-color: #ffffff;
  padding: 8px 0;
}
.table-modal td:nth-of-type(1) {
  width: 22%;
}
.table-modal td:nth-of-type(2) {
  padding: 8px 5px;
}
.table-modal td:nth-of-type(3) {
  width: 22%;
  text-align: center;
  border-left: 2px solid #cc0021;
  background: #f9e4af url("../images/common/stripe.png");
}
.table-modal td.border-top {
  border-top: 2px solid #cc0021 !important;
}
.table-modal td.border-bottom {
  border-bottom: 2px solid #cc0021 !important;
}
.table-modal td img {
  display: block;
  max-width: 15.3125vw !important;
  margin: 0 auto 5px;
}
.table-modal td figcaption {
  text-align: center;
  font-size: 10px;
  letter-spacing: -0.02em;
  font-weight: bold;
}
.table-modal td figcaption span {
  font-size: 10px;
  letter-spacing: -0.06em;
}

.table-modal__ttl-01 {
  font-size: 10px;
  font-weight: bold;
  padding: 10px 0;
  vertical-align: middle;
  background-color: #dadada;
}

.table-modal__ttl-02 {
  font-size: 10px;
  font-weight: bold;
  position: relative;
  vertical-align: middle;
  color: #ffffff;
  border-bottom: 2px solid #cc0021;
  background: #cc0021 url("../images/common/stripe_red.png");
}
.table-modal__ttl-02 span {
  position: absolute;
  z-index: 10;
  top: 2px;
  left: 2px;
  display: flex;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  margin: auto;
  padding-bottom: 2px;
  border: 1px solid #ffffff;
  align-items: center;
  justify-content: center;
}
.table-modal__ttl-02 span::before {
  position: absolute;
  bottom: -3px;
  left: -3px;
  display: block;
  width: calc(100% + 6px);
  height: 2px;
  content: "";
  background-color: #cc0021;
}
.border-bottom .table-modal__ttl-02 {
  border-bottom: 2px solid #cc0021 !important;
}
.border-bottom .table-modal__ttl-02 span {
  padding-bottom: 0;
}
.border-bottom .table-modal__ttl-02 span::before {
  display: none;
}

.table-modal__price {
  display: block;
  color: #cc0021;
  font-size: 18px;
  font-size: 5.625vw;
  font-weight: bold;
  letter-spacing: -0.02em;
}
.table-modal__price span {
  font-size: 10px;
}

.table-modal__notice {
  margin-top: 10px;
  display: block;
  line-height: 1.75;
  font-size: 10px;
}

.second-mv {
  position: relative;
  overflow: hidden;
  background-color: #fcf2f4;
}

.second-mv__wrap {
  position: relative;
  display: flex;
  flex-flow: column;
  height: 53vw;
  min-height: 51.25vw;
  padding-left: 2.5%;
  justify-content: center;
}
.second-mv__wrap img {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: auto;
}
.second-mv__wrap p {
  font-size: 14px;
  font-size: 4.375vw;
  font-weight: bold;
  line-height: 1.583333;
  position: relative;
  z-index: 2;
  letter-spacing: 0.08em;
  color: #ffffff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}
.second-mv__wrap p b {
  color: #fbc701;
}
.second-mv__wrap p span {
  font-size: 10px;
  font-size: 3.5vw;
}
.second-mv__wrap ul {
  position: relative;
  z-index: 2;
  margin-top: 3.75vw;
}
.second-mv__wrap li {
  font-size: 10px;
  font-size: 3.5vw;
  line-height: 1.5;
  margin-left: 2.3em;
  text-indent: -2.3em;
  color: #ffffff;
}

.second-bottom {
  padding: 6.25vw 2.5% 15.625vw;
}

.second-bottom__wrap {
  box-sizing: border-box;
  min-height: 38.75vw;
  padding-bottom: 3.125vw;
  margin: 0 auto 4.375vw;
  background: url("../images/common/second_bottom.png") bottom right no-repeat;
  background-size: 42.8125vw;
}
.second-bottom__wrap p {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-size: 4.375vw;
  font-weight: bold;
  line-height: 1.61764;
  letter-spacing: 0.08em;
}
.second-bottom__wrap p span {
  color: #cc0021;
}
.second-bottom__wrap p span span {
  font-size: 10px;
  font-size: 3.5vw;
}
.second-bottom__wrap small {
  display: block;
  margin-top: 1.5625vw;
  font-size: 10px;
  font-size: 3.5vw;
  line-height: 1.4;
}

.second-btn {
  margin: 0 auto 10.3125vw;
}
.second-btn a {
  font-size: 14px;
  font-size: 4.375vw;
  font-weight: bold;
  line-height: 1.3888;
  position: relative;
  display: block;
  max-width: 85.3125vw;
  margin: auto;
  box-sizing: border-box;
  padding: 3.75vw 11.25vw 3.125vw 25vw;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  letter-spacing: 0.12em;
  color: #ffffff;
  border-radius: 3.125vw;
  background-color: #cc0021;
  box-shadow: 0px 1.5625vw 0px 0px #e47a8c;
}
.second-btn a::before, .second-btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  content: "";
}
.second-btn a::before {
  left: 6.25vw;
  width: 13.125vw;
  height: 15vw;
  background: url("../images/common/second_btn.png") center no-repeat;
  background-size: contain;
}
.second-btn a::after {
  right: 3.75vw;
  width: 6.875vw;
  height: 6.875vw;
  transition: 0.3s;
  background: url("../images/common/arrow_btn.png") no-repeat;
  background-size: contain;
}
.second-btn a:hover {
  opacity: 0.7;
}

.second-back-link {
  text-align: center;
}
.second-back-link a {
  font-size: 12px;
  font-size: 3.75vw;
  font-weight: bold;
  position: relative;
  padding-bottom: 4px;
  color: #cc0021;
  border-bottom: 1px solid #cc0021;
}
.second-back-link a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3.125vw;
  display: block;
  box-sizing: border-box;
  width: 1.875vw;
  height: 1.25vw;
  margin: auto;
  content: "";
  border: 1.25vw solid transparent;
  border-left: 1.875vw solid #cc0021;
}
.second-back-link a:hover {
  text-decoration: none;
  border-bottom: none;
}