@charset "UTF-8";
.seminar {
  padding: calc(80 / 750 * 100cqw) 0;
  background-color: #EDF0F2;
  container-type: inline-size;
}
.seminar__heading {
  margin-bottom: calc(70 / 750 * 100cqw);
  text-align: center;
}
.seminar__heading-en {
  font-size: calc(70 / 750 * 100cqw);
  line-height: calc(50 / 750 * 100cqw);
  letter-spacing: calc(11.2 / 750 * 100cqw);
  color: #B91312;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
.seminar__heading-title {
  margin-top: calc(8 / 750 * 100cqw);
  font-size: calc(56 / 750 * 100cqw);
  line-height: calc(78 / 750 * 100cqw);
  letter-spacing: calc(2.24 / 750 * 100cqw);
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
.seminar .seminar-area {
  width: 100%;
  overflow: hidden;
}
.seminar #outputHTML {
  width: calc(670 / 750 * 100cqw) !important;
  margin: 0 auto;
}
.seminar .date_head {
  display: flex;
  align-items: center;
  gap: calc(10 / 750 * 100cqw);
  width: calc(670 / 750 * 100cqw);
  min-height: calc(90 / 750 * 100cqw);
  padding: 0 calc(20 / 750 * 100cqw);
  background: #B91312;
}
.seminar .date_head:not(:first-child) {
  margin-top: calc(32 / 750 * 100cqw);
}
.seminar .date_head p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  font-size: calc(38 / 750 * 100cqw);
  line-height: calc(53.2 / 750 * 100cqw);
  letter-spacing: calc(3.04 / 750 * 100cqw);
  color: #fff !important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.seminar .sanka {
  display: inline-block !important;
  flex-shrink: 0;
  float: none !important;
  width: auto !important;
  padding: calc(4 / 750 * 100cqw) calc(16 / 750 * 100cqw);
  border-radius: calc(4 / 750 * 100cqw);
  background: #fff;
  font-size: calc(32 / 750 * 100cqw);
  line-height: calc(51.2 / 750 * 100cqw);
  letter-spacing: calc(2.56 / 750 * 100cqw);
  color: #06031E !important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700 !important;
  text-align: center !important;
  white-space: nowrap;
}
.seminar #outputHTML ul {
  display: flex !important;
  flex-wrap: wrap;
  gap: calc(10 / 750 * 100cqw);
  width: calc(670 / 750 * 100cqw);
  padding: calc(20 / 750 * 100cqw) !important;
  margin: 0 !important;
  list-style: none !important;
  background: #fff;
  box-shadow: 0 calc(4 / 750 * 100cqw) calc(10 / 750 * 100cqw) rgba(0, 0, 0, 0.3);
}
.seminar #outputHTML ul li {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  width: calc(50% - calc(5 / 750 * 100cqw)) !important;
  height: calc(172 / 750 * 100cqw);
  padding: calc(10 / 750 * 100cqw) 0 calc(20 / 750 * 100cqw) !important;
  margin: 0 !important;
  box-sizing: border-box;
  border-radius: calc(4 / 750 * 100cqw);
  background: #F0F0F0;
  text-align: center;
}
.seminar #outputHTML ul li div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(10 / 750 * 100cqw);
  width: 100%;
  margin: 0 auto;
}
.seminar #outputHTML li p {
  margin: 0 !important;
  font-size: calc(28 / 750 * 100cqw);
  line-height: calc(42 / 750 * 100cqw);
  letter-spacing: calc(2.24 / 750 * 100cqw);
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
.seminar a.order,
.seminar a.order1 {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: calc(235 / 750 * 100cqw) !important;
  height: calc(90 / 750 * 100cqw) !important;
  padding: 0 !important;
  border: none;
  border-radius: 999px;
  box-shadow: 0 calc(6 / 750 * 100cqw) calc(6 / 750 * 100cqw) rgba(0, 0, 0, 0.25);
  font-size: calc(34 / 750 * 100cqw);
  line-height: calc(54.4 / 750 * 100cqw);
  letter-spacing: calc(2.72 / 750 * 100cqw);
  color: #fff !important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.seminar a.order:hover,
.seminar a.order1:hover {
  opacity: 0.85;
}
.seminar a.order {
  background: #F08800 !important;
}
.seminar a.order1 {
  background: #446AA3 !important;
}
.seminar #outputHTML ul li.pc_only,
.seminar #outputHTML ul li:has(a[style*=gray]) {
  background: #DDDDDD !important;
}
.seminar #outputHTML ul li.pc_only a.order,
.seminar #outputHTML ul li:has(a[style*=gray]) a.order {
  background: #EEEEEE !important;
  box-shadow: none;
  color: #999999 !important;
  cursor: default;
  pointer-events: none;
}

.modal-mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 3, 30, 0.95);
}

.modal {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.modal-bg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: calc(80 / 750 * 100cqw) calc(40 / 750 * 100cqw) calc(40 / 750 * 100cqw);
  box-sizing: border-box;
}

.modal-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 670px;
  max-height: 85vh;
  border-radius: calc(8 / 750 * 100cqw);
  background: #fff;
  box-sizing: border-box;
}

.modal-close {
  position: absolute;
  z-index: 10;
  top: calc(-36 / 750 * 100cqw);
  right: calc(-20 / 750 * 100cqw);
  width: calc(80 / 750 * 100cqw);
  height: calc(80 / 750 * 100cqw);
  cursor: pointer;
}
.modal-close img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal-content {
  padding: calc(56 / 750 * 100cqw) calc(50 / 750 * 100cqw);
  overflow-y: auto;
  overscroll-behavior-y: contain;
}
.modal-content::-webkit-scrollbar {
  width: 6px;
}
.modal-content::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #f1f1f1;
}
.modal-content::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #ccc;
}

.modal_title {
  padding: calc(10 / 750 * 100cqw);
  background: #FDECED;
  font-size: calc(38 / 750 * 100cqw);
  line-height: calc(53.2 / 750 * 100cqw);
  letter-spacing: calc(3.04 / 750 * 100cqw);
  color: #B5151F;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}

.modal-content > div:not(.modal_title):not(.modal-btn) {
  margin-top: calc(32 / 750 * 100cqw);
  font-size: calc(26 / 750 * 100cqw);
  line-height: calc(46.8 / 750 * 100cqw);
  letter-spacing: calc(2.08 / 750 * 100cqw);
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
.modal-content > div:not(.modal_title):not(.modal-btn) .lead {
  display: block;
  font-size: calc(34 / 750 * 100cqw);
  line-height: calc(54.4 / 750 * 100cqw);
  letter-spacing: calc(2.72 / 750 * 100cqw);
  color: #B5151F;
  font-weight: 700;
}
.modal-content > div:not(.modal_title):not(.modal-btn) .bold {
  font-weight: 700;
}

.modal_list {
  margin: calc(15 / 750 * 100cqw) 0;
  padding: 0;
  list-style: none;
}
.modal_list li {
  position: relative;
  margin-bottom: calc(10 / 750 * 100cqw);
  padding-left: calc(30 / 750 * 100cqw);
  font-size: calc(24 / 750 * 100cqw);
  line-height: calc(38.4 / 750 * 100cqw);
  letter-spacing: calc(1.92 / 750 * 100cqw);
}
.modal_list li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: calc(10 / 750 * 100cqw);
  color: #333;
}
.modal_list li.none,
.modal_list li .none {
  display: inline-block;
  padding-left: 0;
  font-size: calc(20 / 750 * 100cqw);
  line-height: calc(32 / 750 * 100cqw);
  letter-spacing: calc(1.6 / 750 * 100cqw);
  color: #666666;
}
.modal_list li.none::before,
.modal_list li .none::before {
  display: none;
}
.modal_list li.none {
  margin-top: calc(34 / 750 * 100cqw);
}

.modal-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(420 / 750 * 100cqw);
  aspect-ratio: 420/80;
  margin: calc(40 / 750 * 100cqw) auto 0;
  padding: calc(10 / 750 * 100cqw);
  border-radius: 999px;
  background: #B5151F;
  font-size: calc(28 / 750 * 100cqw);
  line-height: calc(42 / 750 * 100cqw);
  letter-spacing: calc(2.24 / 750 * 100cqw);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s;
}
.modal-btn:hover {
  opacity: 0.8;
}

.modal-trigger {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.adlp-wrapper section {
  overflow: hidden;
}
.adlp-wrapper section > picture img {
  display: block;
  width: 100%;
}

.sec01 {
  background-color: #fff;
}

.sec02 {
  background: linear-gradient(180deg, #87A7BC 0%, #EDF0F2 35%, #EAF1F6 65%, #C3D5E2 100%);
}

.sec02__flow {
  min-height: calc(829 / 750 * 100cqw);
  background-color: #E9F0F5;
  background-image: url(../../img/normal_manga26/common/sec02-bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.sec02__ribbon {
  position: relative;
  width: calc(774 / 750 * 100cqw);
  height: calc(77 / 750 * 100cqw);
  margin-left: calc(-35 / 750 * 100cqw);
  background-image: url(../../img/normal_manga26/common/sec02-ribbon.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec02__ribbon span {
  position: absolute;
  left: calc(60 / 750 * 100cqw);
  top: calc(38.5 / 750 * 100cqw);
  width: calc(678 / 750 * 100cqw);
  transform: translateY(-50%);
  font-size: calc(38 / 750 * 100cqw);
  line-height: calc(53.2 / 750 * 100cqw);
  letter-spacing: calc(3.04 / 750 * 100cqw);
  white-space: nowrap;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}

.sec02__heading {
  width: calc(664 / 750 * 100cqw);
  margin: calc(15 / 750 * 100cqw) auto 0;
  font-size: calc(68 / 750 * 100cqw);
  line-height: calc(89.76 / 750 * 100cqw);
  letter-spacing: calc(1.36 / 750 * 100cqw);
  white-space: nowrap;
  color: #06031E;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
}

.sec02__sim {
  width: calc(633 / 750 * 100cqw);
  margin: calc(30 / 750 * 100cqw) auto 0;
}
.sec02__sim-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(50 / 750 * 100cqw);
  font-size: calc(26.4 / 750 * 100cqw);
  line-height: calc(47.52 / 750 * 100cqw);
  letter-spacing: calc(2.11 / 750 * 100cqw);
  white-space: nowrap;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
.sec02__sim-ttl .--main {
  font-size: calc(28 / 750 * 100cqw);
  font-weight: 700;
}
.sec02__sim-ttl .--sub {
  font-size: calc(22 / 750 * 100cqw);
  font-weight: 400;
}

.sec02__table {
  width: calc(630 / 750 * 100cqw);
  margin: calc(14 / 750 * 100cqw) auto 0;
  background-color: #fff;
  border-collapse: collapse;
  box-shadow: 0 0 calc(22 / 750 * 100cqw) rgba(0, 0, 0, 0.25);
  table-layout: fixed;
  font-family: "Noto Sans JP", sans-serif;
}
.sec02__table th,
.sec02__table td {
  width: calc(315 / 750 * 100cqw);
  text-align: center;
  vertical-align: middle;
}
.sec02__table th {
  height: calc(53 / 750 * 100cqw);
  font-size: calc(30 / 750 * 100cqw);
  line-height: calc(53 / 750 * 100cqw);
  letter-spacing: calc(2.4 / 750 * 100cqw);
  white-space: nowrap;
  color: #fff;
}
.sec02__table th.--month {
  background-color: #666666;
  font-weight: 400;
}
.sec02__table th.--result {
  background-color: #9B121A;
  font-weight: 700;
}
.sec02__table td {
  height: calc(82 / 750 * 100cqw);
  border-top: calc(2.2 / 750 * 100cqw) solid #DDDDDD;
  color: #333;
}
.sec02__table td.--month {
  position: relative;
  font-size: calc(30 / 750 * 100cqw);
  line-height: calc(54 / 750 * 100cqw);
  letter-spacing: calc(2.4 / 750 * 100cqw);
  white-space: nowrap;
  font-weight: 400;
}
.sec02__table td.--month::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(301 / 750 * 100cqw);
  width: calc(29 / 750 * 100cqw);
  height: calc(40 / 750 * 100cqw);
  transform: translateY(-50%);
  background-image: url(../../img/normal_manga26/common/sec02-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec02__table td.--result {
  border-left: calc(2.2 / 750 * 100cqw) solid #DDDDDD;
  font-size: calc(30 / 750 * 100cqw);
  line-height: calc(36 / 750 * 100cqw);
  letter-spacing: calc(2.4 / 750 * 100cqw);
  white-space: nowrap;
  font-weight: 700;
}

.sec03 {
  background-color: #fff;
}

.sec04 {
  background-color: #EDF0F2;
}

.sec04__flow {
  min-height: calc(1474 / 750 * 100cqw);
  background-color: #EDF0F2;
  background-image: url(../../img/normal_manga26/common/sec04-bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.sec04__ribbon {
  position: relative;
  width: calc(633 / 750 * 100cqw);
  height: calc(104 / 750 * 100cqw);
  margin-left: calc(59 / 750 * 100cqw);
  background-image: url(../../img/normal_manga26/common/sec04-ribbon.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec04__ribbon span {
  position: absolute;
  left: calc(29 / 750 * 100cqw);
  top: calc(36.5 / 750 * 100cqw);
  width: calc(576 / 750 * 100cqw);
  transform: translateY(-50%);
  font-size: calc(38 / 750 * 100cqw);
  line-height: calc(53.2 / 750 * 100cqw);
  letter-spacing: calc(1.52 / 750 * 100cqw);
  white-space: nowrap;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
}

.sec04__heading {
  display: block;
  margin-top: calc(-7 / 750 * 100cqw);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
}
.sec04__heading-main {
  display: block;
  width: calc(746 / 750 * 100cqw);
  margin-left: calc(2 / 750 * 100cqw);
  font-size: calc(90 / 750 * 100cqw);
  line-height: calc(126 / 750 * 100cqw);
  letter-spacing: calc(3.6 / 750 * 100cqw);
  white-space: nowrap;
  font-feature-settings: "palt" 1, "halt" 1;
  color: #B91312;
}
.sec04__heading-sub {
  display: block;
  width: calc(422 / 750 * 100cqw);
  margin: calc(-4 / 750 * 100cqw) auto 0;
  font-size: calc(68 / 750 * 100cqw);
  line-height: calc(95.2 / 750 * 100cqw);
  letter-spacing: calc(2.72 / 750 * 100cqw);
  white-space: nowrap;
  font-feature-settings: "palt" 1, "halt" 1;
  color: #06031E;
}

.sec04__card {
  position: relative;
  width: calc(690 / 750 * 100cqw);
  margin-left: calc(30 / 750 * 100cqw);
  background-color: #fff;
  border-radius: calc(10 / 750 * 100cqw);
  box-shadow: 0 0 calc(20 / 750 * 100cqw) rgba(0, 0, 0, 0.25);
}
.sec04__card.--nisa {
  height: calc(680 / 750 * 100cqw);
  margin-top: calc(36 / 750 * 100cqw);
}
.sec04__card.--mix {
  height: calc(348 / 750 * 100cqw);
  margin-top: calc(13.5 / 750 * 100cqw);
}
.sec04__card-ttl {
  position: absolute;
  left: calc(30 / 750 * 100cqw);
  top: calc(24 / 750 * 100cqw);
  width: calc(630 / 750 * 100cqw);
  height: calc(78 / 750 * 100cqw);
  background-color: #B5151F;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.sec04__card-ttl-inner {
  position: absolute;
  top: 0;
  height: calc(78 / 750 * 100cqw);
  font-size: calc(56 / 750 * 100cqw);
  line-height: calc(78 / 750 * 100cqw);
  letter-spacing: calc(4.48 / 750 * 100cqw);
  text-align: center;
  white-space: nowrap;
}
.--nisa .sec04__card-ttl-inner {
  left: calc(207.5 / 750 * 100cqw);
  width: calc(145 / 750 * 100cqw);
}
.--mix .sec04__card-ttl-inner {
  left: calc(133 / 750 * 100cqw);
  width: calc(434 / 750 * 100cqw);
}
.sec04__card-ttl .--sm {
  font-size: calc(38 / 750 * 100cqw);
  line-height: calc(78 / 750 * 100cqw);
  letter-spacing: calc(3.04 / 750 * 100cqw);
}
.sec04__card-ttl .--lg {
  font-size: calc(56 / 750 * 100cqw);
  line-height: calc(78 / 750 * 100cqw);
  letter-spacing: calc(4.48 / 750 * 100cqw);
}
.sec04__card-row {
  position: absolute;
  left: calc(30 / 750 * 100cqw);
  top: calc(142 / 750 * 100cqw);
  display: flex;
  align-items: center;
  width: calc(630 / 750 * 100cqw);
  height: calc(156 / 750 * 100cqw);
}
.sec04__card-row.--demerit {
  top: calc(378 / 750 * 100cqw);
  height: calc(262 / 750 * 100cqw);
}
.sec04__card-row.--demerit::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(-40 / 750 * 100cqw);
  width: calc(630 / 750 * 100cqw);
  border-top: calc(2 / 750 * 100cqw) solid #666666;
}
.sec04__card-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: calc(140 / 750 * 100cqw);
  height: calc(140 / 750 * 100cqw);
  border-radius: calc(10 / 750 * 100cqw);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.sec04__card-label span {
  font-size: calc(34 / 750 * 100cqw);
  line-height: calc(54.4 / 750 * 100cqw);
  letter-spacing: calc(2.72 / 750 * 100cqw);
  white-space: nowrap;
}
.sec04__card-label.--merit {
  background-color: #FDECED;
  color: #B5151F;
}
.sec04__card-label.--demerit {
  background-color: #EEEEEE;
  color: #333;
}
.sec04__card-icon {
  display: block;
  margin-bottom: calc(8 / 750 * 100cqw);
}
.--merit .sec04__card-icon {
  width: calc(38 / 750 * 100cqw);
  height: calc(38 / 750 * 100cqw);
}
.--demerit .sec04__card-icon {
  width: calc(42 / 750 * 100cqw);
  height: calc(42 / 750 * 100cqw);
}
.sec04__card-list {
  width: calc(454 / 750 * 100cqw);
  margin-left: calc(36 / 750 * 100cqw);
  font-family: "Noto Sans JP", sans-serif;
}
.sec04__card-list li {
  position: relative;
  padding-left: calc(28 / 750 * 100cqw);
  font-size: calc(28 / 750 * 100cqw);
  line-height: calc(50.4 / 750 * 100cqw);
  letter-spacing: calc(2.24 / 750 * 100cqw);
  color: #333;
  font-weight: 400;
  text-align: left;
}
.sec04__card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(19 / 750 * 100cqw);
  width: calc(16 / 750 * 100cqw);
  height: calc(16 / 750 * 100cqw);
  border-radius: calc(3 / 750 * 100cqw);
  background-color: #B5151F;
}
.sec04__card-list li + li {
  margin-top: calc(6 / 750 * 100cqw);
}
.sec04__card-check {
  position: absolute;
  left: calc(30 / 750 * 100cqw);
  top: calc(142 / 750 * 100cqw);
  width: calc(630 / 750 * 100cqw);
  font-family: "Noto Sans JP", sans-serif;
}
.sec04__card-check li {
  position: relative;
  padding-left: calc(55 / 750 * 100cqw);
  font-size: calc(28 / 750 * 100cqw);
  line-height: calc(50.4 / 750 * 100cqw);
  letter-spacing: calc(2.24 / 750 * 100cqw);
  white-space: nowrap;
  color: #333;
  font-weight: 700;
  text-align: left;
}
.sec04__card-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(3.5 / 750 * 100cqw);
  width: calc(43 / 750 * 100cqw);
  height: calc(43 / 750 * 100cqw);
  background-image: url(../../img/normal_manga26/common/sec04-icon-03.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec04__card-check li + li {
  margin-top: calc(7.6 / 750 * 100cqw);
}
.sec04__card-badge {
  position: absolute;
  width: calc(156 / 750 * 100cqw);
  height: calc(156 / 750 * 100cqw);
  top: calc(-34 / 750 * 100cqw);
}
.sec04__card-badge.--01 {
  left: calc(558 / 750 * 100cqw);
}
.sec04__card-badge.--02 {
  left: calc(-24 / 750 * 100cqw);
}

.sec04__lower {
  position: absolute;
  left: calc(0 / 750 * 100cqw);
  top: calc(1642 / 750 * 100cqw);
  width: calc(750 / 750 * 100cqw);
  height: calc(733 / 750 * 100cqw);
  display: block;
  z-index: 1;
}

.sec04__cross {
  display: block;
  width: calc(62 / 750 * 100cqw);
  height: calc(62 / 750 * 100cqw);
  margin: calc(20.5 / 750 * 100cqw) auto 0;
}

.sec05 {
  background-color: #fff;
}

.sec06 {
  height: calc(2002 / 750 * 100cqw);
  background-color: #EDF0F2;
}

.sec06__kv {
  position: absolute;
  left: calc(0 / 750 * 100cqw);
  top: calc(14 / 750 * 100cqw);
  width: calc(750 / 750 * 100cqw);
  height: calc(566 / 750 * 100cqw);
  display: block;
}

.sec06__heading-sub {
  position: absolute;
  left: calc(30 / 750 * 100cqw);
  top: calc(59.5 / 750 * 100cqw);
  width: calc(419 / 750 * 100cqw);
  transform: translateY(-50%);
  font-size: calc(42 / 750 * 100cqw);
  line-height: calc(58.8 / 750 * 100cqw);
  letter-spacing: calc(3.36 / 750 * 100cqw);
  white-space: nowrap;
  color: #B91312;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}
.sec06__heading-line {
  position: absolute;
  left: calc(31.5 / 750 * 100cqw);
  top: calc(94 / 750 * 100cqw);
  width: calc(416 / 750 * 100cqw);
  height: calc(24 / 750 * 100cqw);
  display: block;
}
.sec06__heading-main {
  position: absolute;
  left: calc(30 / 750 * 100cqw);
  top: calc(175.65 / 750 * 100cqw);
  width: calc(443.5 / 750 * 100cqw);
  transform: translateY(-50%);
  font-size: calc(86 / 750 * 100cqw);
  line-height: calc(120.4 / 750 * 100cqw);
  letter-spacing: calc(5.16 / 750 * 100cqw);
  white-space: nowrap;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: left;
  z-index: 1;
}
.sec06__heading-main::before {
  content: "";
  position: absolute;
  left: calc(-8 / 750 * 100cqw);
  top: calc(86 / 750 * 100cqw);
  width: calc(460 / 750 * 100cqw);
  height: calc(33 / 750 * 100cqw);
  background-color: #FFD6D9;
  z-index: -1;
}

.sec06__cond-item {
  position: absolute;
  left: 0;
  height: calc(67 / 750 * 100cqw);
}
.sec06__cond-item::before {
  content: "";
  position: absolute;
  top: calc(1 / 750 * 100cqw);
  width: calc(658 / 750 * 100cqw);
  height: calc(67 / 750 * 100cqw);
  background-image: url(../../img/normal_manga26/common/sec06-ribbon.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec06__cond-item span {
  position: absolute;
  left: calc(118 / 750 * 100cqw);
  top: calc(4 / 750 * 100cqw);
  font-size: calc(42 / 750 * 100cqw);
  line-height: calc(58.8 / 750 * 100cqw);
  letter-spacing: calc(3.36 / 750 * 100cqw);
  white-space: nowrap;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
.sec06__cond-item.--01 {
  top: calc(295 / 750 * 100cqw);
  width: calc(356 / 750 * 100cqw);
}
.sec06__cond-item.--01::before {
  left: calc(-302 / 750 * 100cqw);
}
.sec06__cond-item.--02 {
  top: calc(374 / 750 * 100cqw);
  width: calc(401 / 750 * 100cqw);
}
.sec06__cond-item.--02::before {
  left: calc(-257 / 750 * 100cqw);
}
.sec06__cond-item.--03 {
  top: calc(453 / 750 * 100cqw);
  width: calc(474 / 750 * 100cqw);
}
.sec06__cond-item.--03::before {
  left: calc(-184 / 750 * 100cqw);
}
.sec06__cond-check {
  position: absolute;
  left: calc(60 / 750 * 100cqw);
  top: calc(15 / 750 * 100cqw);
  width: calc(40 / 750 * 100cqw);
  height: calc(37 / 750 * 100cqw);
}

.sec06__list {
  position: absolute;
  left: calc(30 / 750 * 100cqw);
  top: calc(580 / 750 * 100cqw);
  width: calc(720 / 750 * 100cqw);
}

.sec06__item {
  position: relative;
  background-color: #fff;
  box-shadow: calc(6 / 750 * 100cqw) calc(6 / 750 * 100cqw) calc(6 / 750 * 100cqw) rgba(0, 0, 0, 0.15);
  margin-bottom: calc(32 / 750 * 100cqw);
}
.sec06__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(41.4 / 750 * 100cqw);
  height: calc(43 / 750 * 100cqw);
  background-image: url(../../img/normal_manga26/common/sec06-corner.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec06__item:nth-child(1), .sec06__item:nth-child(2) {
  height: calc(308 / 750 * 100cqw);
}
.sec06__item:nth-child(1) .sec06__item-icon, .sec06__item:nth-child(2) .sec06__item-icon {
  top: calc(64 / 750 * 100cqw);
}
.sec06__item:nth-child(3) {
  height: calc(255 / 750 * 100cqw);
}
.sec06__item:nth-child(3) .sec06__item-icon {
  top: calc(37.5 / 750 * 100cqw);
}
.sec06__item:nth-child(4) {
  height: calc(355 / 750 * 100cqw);
  margin-bottom: 0;
}
.sec06__item:nth-child(4) .sec06__item-icon {
  top: calc(87.5 / 750 * 100cqw);
}
.sec06__item-icon {
  position: absolute;
  left: calc(30 / 750 * 100cqw);
  width: calc(180 / 750 * 100cqw);
  height: calc(180 / 750 * 100cqw);
}
.sec06__item-body {
  position: absolute;
  left: calc(242 / 750 * 100cqw);
  top: calc(30 / 750 * 100cqw);
  width: calc(428 / 750 * 100cqw);
}
.sec06__item-ttl {
  font-size: calc(38 / 750 * 100cqw);
  line-height: calc(53.2 / 750 * 100cqw);
  letter-spacing: calc(3.04 / 750 * 100cqw);
  white-space: nowrap;
  color: #9B121A;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: justify;
}
.sec06__item-txt {
  margin-top: calc(24 / 750 * 100cqw);
  padding-top: calc(24 / 750 * 100cqw);
  border-top: calc(2 / 750 * 100cqw) solid #666666;
  font-size: calc(26 / 750 * 100cqw);
  line-height: calc(46.8 / 750 * 100cqw);
  letter-spacing: calc(2.08 / 750 * 100cqw);
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: justify;
}

.sec07 {
  background-color: #fff;
}

.sec08 {
  height: calc(3240 / 750 * 100cqw);
  background-color: #EDF0F2;
}

.sec08__kv {
  position: absolute;
  left: calc(0 / 750 * 100cqw);
  top: calc(0 / 750 * 100cqw);
  width: calc(750 / 750 * 100cqw);
  height: calc(1240 / 750 * 100cqw);
  display: block;
}

.sec08__contents {
  position: absolute;
  left: calc(30 / 750 * 100cqw);
  top: calc(1026 / 750 * 100cqw);
  width: calc(690 / 750 * 100cqw);
}

.sec08__inner {
  position: absolute;
  left: 0;
  width: calc(690 / 750 * 100cqw);
  background-color: #fff;
  border-radius: calc(10 / 750 * 100cqw);
  box-shadow: 0 0 calc(20 / 750 * 100cqw) rgba(0, 0, 0, 0.25);
}
.sec08__inner:nth-child(1) {
  top: 0;
  height: calc(711 / 750 * 100cqw);
}
.sec08__inner:nth-child(2) {
  top: calc(751 / 750 * 100cqw);
  height: calc(670 / 750 * 100cqw);
}
.sec08__inner:nth-child(3) {
  top: calc(1461 / 750 * 100cqw);
  height: calc(711 / 750 * 100cqw);
}

.sec08__no {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: calc(176 / 750 * 100cqw);
  height: calc(56 / 750 * 100cqw);
  padding-left: calc(16 / 750 * 100cqw);
  border-bottom-right-radius: calc(10 / 750 * 100cqw);
  background-color: #B5151F;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: calc(36.32 / 750 * 100cqw);
  line-height: calc(50.84 / 750 * 100cqw);
  letter-spacing: calc(1.09 / 750 * 100cqw);
  white-space: nowrap;
}

.sec08__ttl {
  position: absolute;
  left: calc(40 / 750 * 100cqw);
  top: calc(76 / 750 * 100cqw);
  width: calc(610 / 750 * 100cqw);
  font-size: calc(38 / 750 * 100cqw);
  line-height: calc(53.2 / 750 * 100cqw);
  letter-spacing: calc(3.04 / 750 * 100cqw);
  white-space: nowrap;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: left;
}

.sec08__img {
  position: absolute;
  left: calc(40 / 750 * 100cqw);
  top: calc(214 / 750 * 100cqw);
  width: calc(610 / 750 * 100cqw);
  height: calc(275 / 750 * 100cqw);
  display: block;
}
.sec08__img.--wide {
  position: absolute;
  left: calc(14 / 750 * 100cqw);
  top: calc(214 / 750 * 100cqw);
  width: calc(662 / 750 * 100cqw);
  height: calc(234 / 750 * 100cqw);
}

.sec08__txt {
  position: absolute;
  left: calc(40 / 750 * 100cqw);
  top: calc(521 / 750 * 100cqw);
  width: calc(610 / 750 * 100cqw);
  font-size: calc(28 / 750 * 100cqw);
  line-height: calc(50.4 / 750 * 100cqw);
  letter-spacing: calc(2.24 / 750 * 100cqw);
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: justify;
}
.sec08__inner:nth-child(2) .sec08__txt {
  top: calc(480 / 750 * 100cqw);
}
.sec08__txt .--em {
  color: #9B121A;
  font-weight: 700;
}

.sec10 {
  height: calc(434 / 750 * 100cqw);
  background-color: #fff;
}

.sec10__amazon {
  position: absolute;
  left: calc(0 / 750 * 100cqw);
  top: calc(0 / 750 * 100cqw);
  width: calc(750 / 750 * 100cqw);
  height: calc(228 / 750 * 100cqw);
}
.sec10__amazon-bg {
  position: absolute;
  left: calc(0 / 750 * 100cqw);
  top: calc(25 / 750 * 100cqw);
  width: calc(750 / 750 * 100cqw);
  height: calc(203 / 750 * 100cqw);
  display: block;
}
.sec10__amazon-ribbon {
  position: absolute;
  left: calc(-61 / 750 * 100cqw);
  top: calc(0 / 750 * 100cqw);
  width: calc(541 / 750 * 100cqw);
  height: calc(50 / 750 * 100cqw);
  display: block;
}
.sec10__amazon-card {
  position: absolute;
  left: calc(528 / 750 * 100cqw);
  top: calc(48 / 750 * 100cqw);
  width: calc(215 / 750 * 100cqw);
  height: calc(168 / 750 * 100cqw);
  display: block;
}
.sec10__amazon-label {
  position: absolute;
  left: calc(30 / 750 * 100cqw);
  top: calc(25 / 750 * 100cqw);
  width: calc(401 / 750 * 100cqw);
  transform: translateY(-50%);
  font-size: calc(28 / 750 * 100cqw);
  line-height: calc(42 / 750 * 100cqw);
  letter-spacing: calc(2.24 / 750 * 100cqw);
  white-space: nowrap;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}
.sec10__amazon-num {
  position: absolute;
  left: calc(30 / 750 * 100cqw);
  top: calc(111 / 750 * 100cqw);
  width: calc(164 / 750 * 100cqw);
  transform: translateY(-50%);
  font-size: calc(64 / 750 * 100cqw);
  line-height: calc(89.6 / 750 * 100cqw);
  letter-spacing: 0;
  white-space: nowrap;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: left;
}
.sec10__amazon-unit {
  position: absolute;
  left: calc(196 / 750 * 100cqw);
  top: calc(112.5 / 750 * 100cqw);
  width: calc(322 / 750 * 100cqw);
  transform: translateY(-50%);
  font-size: calc(42 / 750 * 100cqw);
  line-height: calc(58.8 / 750 * 100cqw);
  letter-spacing: calc(3.36 / 750 * 100cqw);
  white-space: nowrap;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: left;
}
.sec10__amazon-note {
  position: absolute;
  left: calc(30 / 750 * 100cqw);
  top: calc(169 / 750 * 100cqw);
  width: calc(487 / 750 * 100cqw);
  transform: translateY(-50%);
  font-size: calc(20 / 750 * 100cqw);
  line-height: calc(30 / 750 * 100cqw);
  letter-spacing: calc(0.8 / 750 * 100cqw);
  white-space: nowrap;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: left;
}
.sec10__amazon-note a {
  color: #fff;
  text-decoration: underline;
}

.sec10__lead {
  position: absolute;
  left: calc(35 / 750 * 100cqw);
  top: calc(297.5 / 750 * 100cqw);
  width: calc(681 / 750 * 100cqw);
  transform: translateY(-50%);
  font-size: calc(42 / 750 * 100cqw);
  line-height: calc(58.8 / 750 * 100cqw);
  letter-spacing: calc(3.36 / 750 * 100cqw);
  white-space: nowrap;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}

.sec10__arrow {
  position: absolute;
  left: calc(359 / 750 * 100cqw);
  top: calc(351 / 750 * 100cqw);
  width: calc(32 / 750 * 100cqw);
  height: calc(60 / 750 * 100cqw);
  display: block;
}

.sec13 {
  height: calc(1328 / 750 * 100cqw);
  background-color: #EDF0F2;
}
.sec13__heading-en {
  position: absolute;
  left: calc(231 / 750 * 100cqw);
  top: calc(87 / 750 * 100cqw);
  width: calc(288 / 750 * 100cqw);
  transform: translateY(-50%);
  font-size: calc(34 / 750 * 100cqw);
  line-height: calc(54.4 / 750 * 100cqw);
  letter-spacing: calc(2.72 / 750 * 100cqw);
  white-space: nowrap;
  color: #9B121A;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: center;
}
.sec13__heading-ja {
  position: absolute;
  left: calc(60 / 750 * 100cqw);
  top: calc(157.5 / 750 * 100cqw);
  width: calc(630 / 750 * 100cqw);
  transform: translateY(-50%);
  font-size: calc(48 / 750 * 100cqw);
  line-height: calc(67.2 / 750 * 100cqw);
  letter-spacing: calc(3.84 / 750 * 100cqw);
  white-space: nowrap;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}
.sec13__icon {
  position: absolute;
  left: calc(293 / 750 * 100cqw);
  top: calc(243.09 / 750 * 100cqw);
  width: calc(164 / 750 * 100cqw);
  height: calc(139 / 750 * 100cqw);
  display: block;
}
.sec13__table {
  position: absolute;
  left: calc(0 / 750 * 100cqw);
  top: calc(440 / 750 * 100cqw);
  width: calc(750 / 750 * 100cqw);
  height: calc(808 / 750 * 100cqw);
}
.sec13__table-name {
  position: absolute;
  left: calc(30 / 750 * 100cqw);
  top: calc(0 / 750 * 100cqw);
  width: calc(690 / 750 * 100cqw);
  height: calc(77 / 750 * 100cqw);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9B121A;
  font-size: calc(38 / 750 * 100cqw);
  line-height: calc(53.2 / 750 * 100cqw);
  letter-spacing: calc(3.04 / 750 * 100cqw);
  white-space: nowrap;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.sec13__table-body {
  position: absolute;
  left: calc(30 / 750 * 100cqw);
  top: calc(77 / 750 * 100cqw);
  width: calc(690 / 750 * 100cqw);
  background-color: #fff;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: "Noto Sans JP", sans-serif;
}
.sec13__table-body th {
  width: calc(215 / 750 * 100cqw);
  font-size: calc(28 / 750 * 100cqw);
  line-height: calc(42 / 750 * 100cqw);
  letter-spacing: calc(2.24 / 750 * 100cqw);
  white-space: nowrap;
  color: #333;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.sec13__table-body td {
  width: calc(475 / 750 * 100cqw);
  padding-left: calc(38 / 750 * 100cqw);
  border-left: calc(1 / 750 * 100cqw) solid #333;
  font-size: calc(26 / 750 * 100cqw);
  line-height: calc(39 / 750 * 100cqw);
  letter-spacing: calc(2.08 / 750 * 100cqw);
  white-space: nowrap;
  color: #333;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}
.sec13__table-body tr {
  height: calc(102 / 750 * 100cqw);
}
.sec13__table-body tr:first-child {
  height: calc(142 / 750 * 100cqw);
}
.sec13__table-body tr:first-child td {
  line-height: calc(33.8 / 750 * 100cqw);
}
.sec13__table-body tr + tr th,
.sec13__table-body tr + tr td {
  border-top: calc(1 / 750 * 100cqw) solid #333;
}
.sec13__table-note {
  position: absolute;
  left: calc(0 / 750 * 100cqw);
  top: calc(788.5 / 750 * 100cqw);
  width: calc(750 / 750 * 100cqw);
  transform: translateY(-50%);
  font-size: calc(26 / 750 * 100cqw);
  line-height: calc(39 / 750 * 100cqw);
  letter-spacing: calc(2.08 / 750 * 100cqw);
  white-space: nowrap;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
}

.adlp-footer {
  height: calc(344 / 750 * 100cqw);
  background-color: #333;
}
.adlp-footer__menu li {
  position: absolute;
  font-size: calc(24 / 750 * 100cqw);
  line-height: calc(36 / 750 * 100cqw);
  letter-spacing: calc(1.92 / 750 * 100cqw);
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}
.adlp-footer__menu li a {
  color: #fff;
}
.adlp-footer__menu li:nth-child(1) {
  left: calc(256.5 / 750 * 100cqw);
  top: calc(76.1 / 750 * 100cqw);
  width: calc(242 / 750 * 100cqw);
}
.adlp-footer__menu li:nth-child(2) {
  left: calc(326.5 / 750 * 100cqw);
  top: calc(142.1 / 750 * 100cqw);
  width: calc(102 / 750 * 100cqw);
}
.adlp-footer__copyright {
  position: absolute;
  left: calc(70.4 / 750 * 100cqw);
  top: calc(274.1 / 750 * 100cqw);
  width: calc(613.3 / 750 * 100cqw);
  transform: translateY(-50%);
  font-size: calc(20 / 750 * 100cqw);
  line-height: calc(30 / 750 * 100cqw);
  letter-spacing: calc(0.8 / 750 * 100cqw);
  white-space: nowrap;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
}
/*# sourceMappingURL=lp.css.map */
