#cast-page {
  --color-main: #1294E3;
}

#sales-page {
  --color-main: #2272D2;
}

#beauty-page {
  --color-main: #11B3D9;
}

html:not(.no-js) [data-aos=fade-up] {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

.sub-page {
  background: url(../img/sub/mv_bg.png) top left/64% no-repeat;
  color: #172852;
  padding-bottom: 0;
  overflow: visible;
}
@media only screen and (max-width: 768px) {
  .sub-page {
    background: url(../img/sub/mv_bg_sp.png) top right/120% no-repeat;
  }
}
.sub-page .breadcrumbs-area {
  max-width: 1800px;
  padding: 0 100px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media only screen and (max-width: 1400px) {
  .sub-page .breadcrumbs-area {
    max-width: 1200px;
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .sub-page .breadcrumbs-area {
    padding: 0 20px;
  }
}
.sub-page .breadcrumbs-area .breadcrumbs li {
  color: #333;
}
.sub-page .sticky .container {
  max-width: 1800px;
  padding: 0 100px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media only screen and (max-width: 1400px) {
  .sub-page .sticky .container {
    max-width: 1200px;
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .sub-page .sticky .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .sub-page .sticky .container p a span {
    text-align: left;
  }
}
.sub-page .mv {
  margin: 70px 0 0;
  padding-bottom: 55px;
  background: url(../img/sub/bg_01.svg) bottom left 35%/124px no-repeat;
}
@media only screen and (max-width: 768px) {
  .sub-page .mv {
    margin-top: 64px;
    padding-bottom: 0;
    background: transparent;
  }
}
.sub-page .mv .container {
  max-width: 1200px;
}
@media only screen and (max-width: 1200px) {
  .sub-page .mv .container {
    padding: 0 20px;
  }
}
.sub-page .mv-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 60px;
  gap: 50px;
}
@media only screen and (max-width: 1300px) {
  .sub-page .mv-wrapper {
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .sub-page .mv-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .sub-page .mv-wrapper {
    gap: 16px;
  }
}
.sub-page .mv-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sub-page .mv-content h1 {
  color: var(--color-main);
  white-space: nowrap;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .sub-page .mv-content h1 {
    margin-bottom: 16px;
  }
}
.sub-page .mv-content h1 .sub {
  display: block;
  font-size: 24px;
  color: #172852;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .sub-page .mv-content h1 .sub {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.sub-page .mv-content h1 p {
  font-size: 56px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .sub-page .mv-content h1 p {
    font-size: 40px;
  }
}
.sub-page .mv-content h1 p span {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.sub-page .mv-content h1 sub {
  font-size: 40px;
  vertical-align: baseline;
}
@media only screen and (max-width: 768px) {
  .sub-page .mv-content h1 sub {
    font-size: 31px;
  }
}
.sub-page .mv-content p {
  line-height: 2;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .sub-page .mv-content p {
    font-size: 16px;
  }
}
.sub-page .mv-img {
  width: 59.3%;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .sub-page .mv-img {
    width: 100%;
    border-radius: 8px;
  }
  .sub-page .mv-img img {
    width: 100%;
  }
}
.sub-page__content {
  position: relative;
}
.sub-page .sidebar {
  position: absolute;
  left: 0;
  top: 100px;
  height: calc(100% - 260px);
  padding-left: 64px;
  z-index: 2;
}
@media only screen and (max-width: 1300px) {
  .sub-page .sidebar {
    display: none;
  }
}
.sub-page .sidebar-wrapper {
  position: sticky;
  top: 200px;
}
.sub-page .sidebar ul li {
  line-height: 1;
}
.sub-page .sidebar ul li:not(:last-child) {
  margin-bottom: 24px;
}
.sub-page .sidebar ul li a {
  color: #ABABAB;
  position: relative;
}
.sub-page .sidebar ul li a.active, .sub-page .sidebar ul li a:hover {
  color: #172852;
}
.sub-page .sidebar ul li a.active:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 19.6px;
  background: url(../img/sub/diamond.svg) center/cover no-repeat;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sub-page .sidebar ul li a.-color2 {
  color: #fff;
  opacity: 0.5;
}
.sub-page .sidebar ul li a.-color2:hover {
  opacity: 1;
  color: #fff;
}
.sub-page .sidebar ul li a.-color2.active {
  opacity: 1;
  color: #fff;
}
.sub-page .sidebar ul li a.-color2.active:before {
  background: url(../img/sub/diamond_w.svg) center/cover no-repeat;
}
.sub-page .container-small {
  padding-left: 64px;
}
@media only screen and (max-width: 1300px) {
  .sub-page .container-small {
    padding-left: 20px;
  }
}
.sub-page p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  .sub-page p {
    font-size: 14px;
  }
}
.sub-page .h2 {
  font-size: 40px;
  position: relative;
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .sub-page .h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.sub-page .h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 14px;
  background-color: #D0EDFF;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .sub-page .h2:before {
    height: 10px;
    border-radius: 2px;
  }
}
.sub-page .h2.-color2 {
  color: #fff;
}
.sub-page .h2.-color2:before {
  background-color: #27A9F7;
}
.sub-page .h2.-color3:before {
  background-color: #D2F7FF;
}
.sub-page .h2.-color4 {
  color: #fff;
}
.sub-page .h2.-color4:before {
  background-color: #2CC8ED;
}
.sub-page .h2.-color5:before {
  background-color: #D8EAFF;
}
.sub-page .h2.-color6 {
  color: #fff;
}
.sub-page .h2.-color6:before {
  background-color: #2D84EB;
}
.sub-page .h2 span {
  position: relative;
}
.sub-page .c-block-2 {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .sub-page .c-block-2 {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 700px) {
  .sub-page .c-block-2.item3 .block-742 {
    margin-right: -20px;
    max-width: calc(100% + 20px);
    overflow: auto;
    padding-right: 20px;
    padding-top: 5px;
  }
  .sub-page .c-block-2.item3 .block-742 .coming-soon:before {
    font-size: 20px;
  }
}
.sub-page .c-block-2.item3 .scroll-txt {
  display: none;
}
@media only screen and (max-width: 700px) {
  .sub-page .c-block-2.item3 .scroll-txt {
    display: block;
    text-align: right;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: var(--color-main);
  }
}
@media only screen and (max-width: 768px) {
  .sub-page .c-block-2.item3 ul {
    width: 684px;
  }
}
.sub-page .c-block-2 .block-742 {
  width: auto;
  max-width: 100%;
}
.sub-page .c-block-2 .block-742 ul {
  gap: 24px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .sub-page .c-block-2 .block-742 ul {
    gap: 15px;
  }
}
@media only screen and (max-width: 540px) {
  .sub-page .c-block-2 .block-742 ul {
    margin-right: 0;
  }
}
.sub-page .c-block-2 .block-742 ul li {
  width: 296px;
  max-width: calc(50% - 7.5px);
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .sub-page .c-block-2 .block-742 ul li {
    border-radius: 6px;
  }
}
.sub-page .c-block-2 .block-742 ul li span {
  background-color: var(--color-main);
  color: #fff;
  font-weight: 400;
}
.sub-page .c-block-2 .block-742 ul li figure {
  overflow: hidden;
}
.sub-page .c-block-2 .block-742 ul li img {
  height: auto;
  aspect-ratio: 296/380;
}
.sub-page .c-block-2 .block-742 ul li figcaption {
  color: #172852;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px !important;
}
@media only screen and (max-width: 768px) {
  .sub-page .c-block-2 .block-742 ul li figcaption {
    font-size: 14px;
    margin-top: 8px !important;
  }
}
.sub-page .flow-block {
  background-color: #fff;
  padding: 72px 80px;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .sub-page .flow-block {
    padding: 32px 20px;
  }
}
.sub-page .flow-block ul {
  margin: 0;
  position: relative;
}
.sub-page .flow-block ul:before {
  content: "";
  position: absolute;
  left: 67px;
  top: 10px;
  bottom: 95px;
  width: 2px;
  background-color: var(--color-main);
}
@media only screen and (max-width: 768px) {
  .sub-page .flow-block ul:before {
    left: 53px;
    bottom: 75px;
  }
}
@media only screen and (max-width: 540px) {
  .sub-page .flow-block ul:before {
    bottom: 115px;
  }
}
.sub-page .flow-block ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .sub-page .flow-block ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.sub-page .flow-block ul li:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .sub-page .flow-block ul li:not(:last-child) {
    margin-bottom: 32px;
  }
}
.sub-page .flow-block ul li .flow-time {
  font-size: 16px;
  color: var(--color-main);
  font-family: "Poppins", sans-serif;
  width: 56px;
  margin-right: 45px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .sub-page .flow-block ul li .flow-time {
    margin-right: 18px;
    font-size: 14px;
  }
}
.sub-page .flow-block ul li .flow-time:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--color-main);
  top: calc(50% - 10px);
  right: -22px;
}
@media only screen and (max-width: 768px) {
  .sub-page .flow-block ul li .flow-time:before {
    right: -8px;
  }
}
.sub-page .flow-block ul li .flow-time:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  top: calc(50% - 4px);
  right: -16px;
}
@media only screen and (max-width: 768px) {
  .sub-page .flow-block ul li .flow-time:after {
    right: -2px;
  }
}
.sub-page .flow-block ul li p {
  font-size: 14px;
  color: #172852;
}
.sub-page .flow-block ul li .flow-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sub-page .flow-block ul li .flow-ttl {
  font-size: 24px;
  margin-bottom: 10px !important;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .sub-page .flow-block ul li .flow-ttl {
    font-size: 20px;
  }
}
.sub-page .flow-block ul li .flow-img {
  margin-top: 10px;
  margin-left: 56px;
  width: 296px;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .sub-page .flow-block ul li .flow-img {
    width: 221px;
    margin-top: 8px;
    border-radius: 6px;
  }
}
.sub-page .section-qna {
  padding-top: 113px;
  margin-top: -65px;
  padding-bottom: 160px;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1300px) {
  .sub-page .section-qna {
    padding-top: 48px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .sub-page .section-qna {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.sub-page .section-qna .qna-list {
  margin-bottom: 0;
}
.sub-page .section-qna .qna-list li {
  padding: 32px 56px;
  border: 1px solid #CDD6DB;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .sub-page .section-qna .qna-list li {
    padding: 22px 20px;
  }
}
.sub-page .section-qna .qna-list li:hover {
  border-color: var(--color-main);
}
.sub-page .section-qna .qna-list li:not(:last-child) {
  margin-bottom: 16px;
}
.sub-page .section-qna .qna-list li .q {
  line-height: 1;
  position: relative;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .sub-page .section-qna .qna-list li .q {
    font-size: 14px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.75;
    padding-right: 25px;
  }
}
.sub-page .section-qna .qna-list li .q.active .ico:after {
  opacity: 0;
}
.sub-page .section-qna .qna-list li .q span {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: var(--color-main);
  margin-right: 24px;
  display: inline-block;
  width: 24px;
}
@media only screen and (max-width: 768px) {
  .sub-page .section-qna .qna-list li .q span {
    font-size: 18px;
    line-height: 1.2;
    margin-right: 8px;
  }
}
.sub-page .section-qna .qna-list li .q p {
  line-height: 1.75;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 768px) {
  .sub-page .section-qna .qna-list li .q p {
    font-size: 14px;
  }
}
.sub-page .section-qna .qna-list li .q .ico:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 2px;
  background-color: var(--color-main);
  right: 0;
  top: calc(50% - 1px);
}
@media only screen and (max-width: 768px) {
  .sub-page .section-qna .qna-list li .q .ico:before {
    width: 17px;
    top: 11px;
  }
}
.sub-page .section-qna .qna-list li .q .ico:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 23px;
  background-color: var(--color-main);
  right: 10.5px;
  top: calc(50% - 11.5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .sub-page .section-qna .qna-list li .q .ico:after {
    right: 7.5px;
    height: 17px;
    top: 4px;
  }
}
.sub-page .section-qna .qna-list li .a {
  padding-top: 24px;
  line-height: 1;
  display: none;
  padding-right: 50px;
}
@media only screen and (max-width: 768px) {
  .sub-page .section-qna .qna-list li .a {
    padding-top: 8px;
    padding-right: 30px;
  }
}
.sub-page .section-qna .qna-list li .a-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sub-page .section-qna .qna-list li .a span {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: var(--color-main);
  margin-right: 24px;
  width: 24px;
}
@media only screen and (max-width: 768px) {
  .sub-page .section-qna .qna-list li .a span {
    font-size: 18px;
    line-height: 1.2;
    margin-right: 8px;
  }
}
.sub-page .section-qna .qna-list li .a p {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 768px) {
  .sub-page .section-qna .qna-list li .a p {
    font-size: 14px;
  }
}
.sub-page .modal {
  position: fixed;
  inset: 0;
  top: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sub-page .modal.active {
  top: 0;
}
.sub-page .modal-content {
  width: 740px;
  max-width: calc(100% - 40px);
  aspect-ratio: 940/530;
  position: relative;
}
.sub-page .modal-content .close {
  padding: 0;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: absolute;
  top: -60px;
  right: 0;
  background-color: transparent;
  border: 0;
}
@media only screen and (max-width: 768px) {
  .sub-page .modal-content .close {
    height: 40px;
    top: -50px;
  }
}
.sub-page .modal-content iframe {
  width: 100%;
  height: 100%;
}