@charset "UTF-8";
/* Rayout template
  ----------------------------------------*/
.lyt-block {
  display: flex;
  gap: 6%;
  align-items: center;
  max-width: 810px;
  margin: 60px auto 0;
  position: relative;
}
.lyt-block:first-child {
  margin-top: 0;
}
.lyt-block-image {
  width: 47%;
  text-align: center;
}
.lyt-block-content {
  width: 47%;
  position: relative;
  z-index: 1;
}
.lyt-block-content p {
  margin-top: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.lyt-block-content > *:first-child {
  margin-top: 0 !important;
}
.lyt-block-head2 {
  font-size: 18px;
  margin-top: 1em;
  line-height: 1.3;
  font-weight: 700;
}
.lyt-block--evo {
  flex-wrap: wrap;
  margin-top: 30px !important;
}
.lyt-block--evo .lyt-block-image .img-card {
  margin-left: auto;
  margin-right: auto;
}
.lyt-block--evo .lyt-block-evo {
  width: 47.5%;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lyt-block--evo .lyt-block-evo {
    width: 100%;
  }
}
.lyt-block--evo1, .lyt-block--evo2 {
  flex-wrap: wrap;
  margin-top: 0 !important;
  gap: 3%;
}
.lyt-block--evo1 .lyt-block-image, .lyt-block--evo2 .lyt-block-image {
  width: 47%;
}
.lyt-block--evo1 .lyt-block-image .img-card, .lyt-block--evo2 .lyt-block-image .img-card {
  margin-left: auto;
  margin-right: auto;
}
.lyt-block--evo1 .lyt-block-image2, .lyt-block--evo2 .lyt-block-image2 {
  width: 33%;
  padding-top: 25px;
}
.lyt-block--evo1 .lyt-block-image2 .img-card, .lyt-block--evo2 .lyt-block-image2 .img-card {
  margin-left: auto;
  margin-right: auto;
}
.lyt-block--evo1 .lyt-block-image2 .img-card-head, .lyt-block--evo2 .lyt-block-image2 .img-card-head {
  margin-top: 45px;
}
.lyt-block--evo1 .lyt-block-evo, .lyt-block--evo2 .lyt-block-evo {
  width: 20%;
  margin-left: -5%;
  margin-right: -1%;
  text-align: center;
  padding-bottom: 10%;
}
@media screen and (max-width: 768px) {
  .lyt-block--evo1 .lyt-block-evo, .lyt-block--evo2 .lyt-block-evo {
    width: 100%;
  }
}
.lyt-block--evo1.lyt-block--reverse .lyt-block-image, .lyt-block--evo2.lyt-block--reverse .lyt-block-image {
  order: 3;
}
.lyt-block--evo1.lyt-block--reverse .lyt-block-evo, .lyt-block--evo2.lyt-block--reverse .lyt-block-evo {
  order: 2;
  margin-right: -5%;
  margin-left: -1%;
}
.lyt-block--evo1.lyt-block--reverse .lyt-block-image2, .lyt-block--evo2.lyt-block--reverse .lyt-block-image2 {
  order: 1;
}
.lyt-block--evo1 .img-card-head, .lyt-block--evo2 .img-card-head {
  margin-left: -34px;
  margin-right: -34px;
}
.lyt-block--reverse .lyt-block-image {
  order: 2;
}
.lyt-block--reverse .lyt-block-content {
  order: 1;
}
.lyt-block--reverse .lyt-block-evo {
  margin-left: auto;
}
.lyt-block--card .lyt-block-image {
  width: 35%;
}
.lyt-block--card .lyt-block-content {
  width: 59%;
}
.lyt-block--card + .lyt-block--card {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .lyt-block {
    flex-wrap: wrap;
    margin-top: 30px;
    max-width: 300px;
  }
  .lyt-block-content {
    width: 100%;
    margin-top: 16px;
    order: 2;
    text-align: left;
    display: block;
  }
  .lyt-block-content small {
    font-size: 14px;
  }
  .lyt-block-head {
    padding-top: 15px;
    text-align: center;
  }
  .lyt-block-head img {
    width: auto;
    height: 40px;
  }
  .lyt-block-head2 {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 0.8em;
  }
  .lyt-block-image {
    order: 1;
    width: 100%;
  }
  .lyt-block--reverse .lyt-block-image {
    order: 1;
  }
  .lyt-block--reverse .lyt-block-content {
    order: 2;
  }
  .lyt-block + .lyt-block {
    margin-top: 40px;
  }
  .lyt-block--evo2 .lyt-block-evo {
    order: 2;
    width: 100%;
    margin: 0;
    padding-top: 10%;
  }
  .lyt-block--evo2 .lyt-block-image {
    order: 1;
    width: 100%;
    padding-top: 0;
  }
  .lyt-block--evo2 .lyt-block-image2 {
    order: 3;
    width: 100%;
    padding: 0;
  }
  .lyt-block--evo2 .lyt-block-image2 .img-card-head {
    margin-top: 16px;
  }
  .lyt-block--evo2.lyt-block--reverse .lyt-block-image {
    order: 1;
  }
  .lyt-block--evo2.lyt-block--reverse .lyt-block-evo {
    order: 2;
    margin: 0;
  }
  .lyt-block--evo2.lyt-block--reverse .lyt-block-image2 {
    order: 3;
  }
  .lyt-block--card .lyt-block-image,
  .lyt-block--card .lyt-block-content {
    width: 100%;
  }
}

.lyt-column {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 70px;
  gap: 24px;
}
.lyt-column-item {
  position: relative;
}
.lyt-column-item > *:first-child {
  margin-top: 0 !important;
}
.lyt-column-item .lyt-column-card {
  text-align: center;
}
.lyt-column-item .lyt-column-name {
  text-align: center;
  margin-top: 10px;
}
.lyt-column--col2 {
  gap: 60px;
}
.lyt-column--col2 .lyt-column-item {
  flex: 0 0 calc((100% - 60px) / 2);
}
.lyt-column--col3 {
  gap: 40px;
}
.lyt-column--col3 .lyt-column-item {
  flex: 0 0 calc((100% - 80px) / 3);
}
.lyt-column--col4 {
  gap: 24px;
}
.lyt-column--col4 .lyt-column-item {
  flex: 0 0 calc((100% - 72px) / 4);
}
.lyt-column--product {
  gap: 50px;
  margin-top: 60px;
}
.lyt-column--product .lyt-column-item:first-child {
  flex: 0 0 calc(45% - 25px);
}
.lyt-column--product .lyt-column-item:nth-child(2) {
  flex: 0 0 calc(55% - 25px);
}
.lyt-column--rule {
  gap: 0;
}
.lyt-column--rule .lyt-column-item:nth-child(2n-1) {
  flex: 0 0 38%;
}
@media screen and (max-width: 768px) {
  .lyt-column--rule .lyt-column-item:nth-child(2n-1) {
    padding-right: 20px;
  }
}
.lyt-column--rule .lyt-column-item:nth-child(2n) {
  flex: 0 0 62%;
}
.lyt-column--rule .lyt-column-item:nth-child(n+3) {
  border-top: 1px solid #fff;
  padding-top: 40px;
  margin-top: 40px;
}
.lyt-column--rule .lyt-column-item h4 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .lyt-column--rule .lyt-column-item h4 {
    font-size: 18px;
  }
}
.lyt-column--jcenter {
  justify-content: center;
}
.lyt-column--center {
  align-items: center;
}
.lyt-column + .lyt-column {
  margin-top: 120px;
}
.lyt-column--sp-col2 {
  gap: 30px;
}
.lyt-column--sp-col2 + .lyt-column--sp-col2 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .lyt-column {
    margin-top: 40px;
    max-width: 310px;
  }
  .lyt-column--col2 {
    gap: 40px 16px;
  }
  .lyt-column--col2 .lyt-column-item {
    flex: 0 0 100%;
  }
  .lyt-column--col3 {
    gap: 16px;
  }
  .lyt-column--col3 .lyt-column-item {
    flex: 0 0 calc((100% - 32px) / 3);
  }
  .lyt-column--col4 {
    gap: 12px;
  }
  .lyt-column--col4 .lyt-column-item {
    flex: 0 0 calc((100% - 24px) / 3);
  }
  .lyt-column--product {
    gap: 0;
  }
  .lyt-column--product .lyt-column-item {
    flex: 0 0 100% !important;
  }
  .lyt-column + .lyt-column {
    margin-top: 160px;
  }
  .lyt-column + .lyt-column.lyt-column--product {
    margin-top: 80px;
  }
  .lyt-column--sp-col1 {
    gap: 30px;
  }
  .lyt-column--sp-col1 .lyt-column-item {
    flex: 0 0 100%;
  }
  .lyt-column--sp-col2 + .lyt-column--sp-col2 {
    margin-top: 20px;
  }
  .lyt-column--sp-col2 .lyt-column-item {
    flex: 0 0 calc((100% - 20px) / 2);
  }
  .lyt-column--sp-reverse .lyt-column-item:first-child {
    order: 2;
  }
  .lyt-column--sp-reverse .lyt-column-item:nth-child(2) {
    order: 1;
  }
}

.lyt-evo {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
.lyt-evo-item {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .lyt-evo {
    max-width: 300px;
  }
  .lyt-evo-item {
    width: 100%;
  }
}

.lyt-evoChild {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.lyt-evoChild-item {
  display: flex;
  align-items: center;
  gap: 4%;
}
.lyt-evoChild-item .img-card,
.lyt-evoChild-item .lyt-evoChild-arrow {
  width: 48%;
  text-align: center;
}
.lyt-evoChild-item .img-card picture,
.lyt-evoChild-item .lyt-evoChild-arrow picture {
  display: block;
}
@media screen and (max-width: 768px) {
  .lyt-evoChild {
    flex-direction: row;
    gap: 8%;
    height: inherit;
  }
  .lyt-evoChild-item {
    flex-direction: column;
    width: 46%;
    gap: 0;
  }
  .lyt-evoChild-item .img-card,
  .lyt-evoChild-item .lyt-evoChild-arrow {
    width: 100%;
  }
  .lyt-evoChild-item .lyt-evoChild-arrow {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.img-card {
  text-align: center;
  position: relative;
}
.img-card > * {
  position: relative;
}
.img-card > *:first-child {
  margin-top: 0;
}
.img-card p {
  text-align: left;
  margin-top: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.img-card p small {
  font-size: 16px;
}
.img-card p > a {
  text-decoration: underline;
}
.img-card p > a:hover {
  text-decoration: none;
}
.img-card p.img-card-head {
  text-align: center;
}
.img-card-image {
  text-align: center;
}
.img-card-logo {
  margin-top: 1.4em;
}
.img-card-head {
  text-align: center;
  margin-top: 20px;
}
.img-card-head + .img-card-text {
  margin-top: 1.5em;
}
.img-card-btn {
  text-align: center;
  margin-top: 2em;
}
.img-card-head2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .img-card-head2 {
    font-size: 18px;
  }
}
.img-card-bg {
  mix-blend-mode: screen;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 800px;
  height: 751px;
  max-width: inherit;
}
@media screen and (max-width: 768px) {
  .img-card {
    text-align: center;
  }
  .img-card p {
    margin-top: 1em;
  }
  .img-card p small {
    font-size: 14px;
  }
  .img-card-head {
    margin-top: 16px;
  }
  .img-card-head + .img-card-text {
    margin-top: 15px;
  }
  .img-card-bg {
    width: 550px;
    height: 500px;
  }
}

.lyt-card {
  display: flex;
}
@media screen and (max-width: 768px) {
  .lyt-card {
    flex-wrap: wrap;
  }
}
.lyt-card--box, .lyt-card--box2 {
  margin: 0 auto 0;
  max-width: 1080px;
  gap: 3%;
}
.lyt-card--box .lyt-card-item, .lyt-card--box2 .lyt-card-item {
  width: 38%;
  margin-top: 35px;
  text-align: center;
}
.lyt-card--box .lyt-card-box, .lyt-card--box2 .lyt-card-box {
  width: 59%;
}
.lyt-card--box .lyt-card-box .box-card, .lyt-card--box2 .lyt-card-box .box-card {
  margin-top: 60px;
}
.lyt-card--box .lyt-card-box .box-card p, .lyt-card--box2 .lyt-card-box .box-card p {
  margin-top: 20px;
}
.lyt-card--box .lyt-card-box .box-card-card, .lyt-card--box2 .lyt-card-box .box-card-card {
  width: 100%;
  text-align: center;
}
.lyt-card--box .lyt-card-box .box-card-inner, .lyt-card--box2 .lyt-card-box .box-card-inner {
  padding-top: 20px;
  display: flex;
  gap: 6%;
}
.lyt-card--box .lyt-card-box .box-card-inner .box-card-item, .lyt-card--box2 .lyt-card-box .box-card-inner .box-card-item {
  width: 47%;
}
.lyt-card--box .lyt-card-name, .lyt-card--box2 .lyt-card-name {
  text-align: center;
}
.lyt-card--box .box-card-name, .lyt-card--box2 .box-card-name {
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .lyt-card--box, .lyt-card--box2 {
    margin-top: 15px;
    gap: 20px 4%;
  }
  .lyt-card--box .lyt-card-item, .lyt-card--box2 .lyt-card-item {
    width: 100%;
    margin-top: 0;
  }
  .lyt-card--box .lyt-card-item .lyt-card-name, .lyt-card--box2 .lyt-card-item .lyt-card-name {
    margin-top: 0;
  }
  .lyt-card--box .lyt-card-item .lty-card-card, .lyt-card--box2 .lyt-card-item .lty-card-card {
    max-width: 300px;
    margin: 0 auto;
  }
  .lyt-card--box .lyt-card-box, .lyt-card--box2 .lyt-card-box {
    width: 100%;
  }
  .lyt-card--box .lyt-card-box .box-card, .lyt-card--box2 .lyt-card-box .box-card {
    margin-top: 30px;
  }
  .lyt-card--box .lyt-card-box .box-card-inner, .lyt-card--box2 .lyt-card-box .box-card-inner {
    padding-top: 10px !important;
    display: block;
  }
  .lyt-card--box .lyt-card-box .box-card-item, .lyt-card--box2 .lyt-card-box .box-card-item {
    width: 100% !important;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .lyt-card--box .lyt-card-box .box-card-item:not(:first-child), .lyt-card--box2 .lyt-card-box .box-card-item:not(:first-child) {
    margin-top: 10px;
  }
  .lyt-card--box .lyt-card-box .box-card-item .box-card-card, .lyt-card--box2 .lyt-card-box .box-card-item .box-card-card {
    width: calc(50% - 10px);
  }
  .lyt-card--box .lyt-card-box .box-card-item .box-card-contents, .lyt-card--box2 .lyt-card-box .box-card-item .box-card-contents {
    width: calc(50% - 10px);
  }
  .lyt-card--box .lyt-card-box .box-card-item .box-card-name, .lyt-card--box2 .lyt-card-box .box-card-item .box-card-name {
    margin-top: 0;
  }
  .lyt-card--box .lyt-card-box .box-card-item p, .lyt-card--box2 .lyt-card-box .box-card-item p {
    margin-top: 10px;
  }
}
.lyt-card--box2 {
  gap: 4%;
  justify-content: center;
}
.lyt-card--box2 .lyt-card-item {
  width: 38%;
}
.lyt-card--box2 .lyt-card-box {
  width: 38%;
}
.lyt-card--box2 .lyt-card-box .box-card {
  margin-top: 60px;
  max-width: 350px;
}
.lyt-card--box2 .lyt-card-box .box-card-inner {
  padding-top: 20px;
  display: flex;
  gap: 6%;
}
.lyt-card--box2 .lyt-card-box .box-card-inner .box-card-item {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lyt-card--box2 {
    gap: 20px 0;
  }
  .lyt-card--box2 .lyt-card-box {
    width: 100%;
    order: 2;
  }
  .lyt-card--box2 .lyt-card-box .box-card {
    margin-top: 20px;
  }
  .lyt-card--box2 .lyt-card-item {
    width: 100%;
    order: 1;
  }
}
.lyt-card--evo1, .lyt-card--evo2 {
  margin: 60px auto 0;
  max-width: 1080px;
  gap: 3%;
  align-items: flex-end;
  justify-content: center;
}
.lyt-card--evo1 .lyt-card-item, .lyt-card--evo2 .lyt-card-item {
  width: 28%;
  text-align: center;
}
.lyt-card--evo1 .lyt-card-item:first-child, .lyt-card--evo2 .lyt-card-item:first-child {
  width: 38%;
}
.lyt-card--evo1 .lyt-card-item:first-child .lyt-card-name, .lyt-card--evo2 .lyt-card-item:first-child .lyt-card-name {
  margin-top: -6px;
}
.lyt-card--evo1 .lyt-card-item:first-child .lyt-card-name img, .lyt-card--evo2 .lyt-card-item:first-child .lyt-card-name img {
  position: relative;
  left: 12px;
}
@media screen and (max-width: 768px) {
  .lyt-card--evo1 .lyt-card-item:first-child .lyt-card-name img, .lyt-card--evo2 .lyt-card-item:first-child .lyt-card-name img {
    left: 7px;
  }
}
.lyt-card--evo1 .lyt-card-item:nth-child(2) .lty-card-evo, .lyt-card--evo1 .lyt-card-item:nth-child(3) .lty-card-evo, .lyt-card--evo2 .lyt-card-item:nth-child(2) .lty-card-evo, .lyt-card--evo2 .lyt-card-item:nth-child(3) .lty-card-evo {
  text-align: left;
  margin-left: -17%;
  margin-bottom: 2px;
}
.lyt-card--evo1 .lyt-card-name, .lyt-card--evo2 .lyt-card-name {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .lyt-card--evo1, .lyt-card--evo2 {
    margin-top: 15px;
    gap: 20px 4%;
  }
  .lyt-card--evo1 .lyt-card-item:first-child, .lyt-card--evo2 .lyt-card-item:first-child {
    width: 100%;
    order: 1;
  }
  .lyt-card--evo1 .lyt-card-item:first-child .lyt-card-name, .lyt-card--evo2 .lyt-card-item:first-child .lyt-card-name {
    margin-top: 0;
  }
  .lyt-card--evo1 .lyt-card-item:first-child .lty-card-card, .lyt-card--evo2 .lyt-card-item:first-child .lty-card-card {
    max-width: 260px;
    margin: 0 auto;
  }
  .lyt-card--evo1 .lyt-card-item:nth-child(2), .lyt-card--evo1 .lyt-card-item:nth-child(3), .lyt-card--evo2 .lyt-card-item:nth-child(2), .lyt-card--evo2 .lyt-card-item:nth-child(3) {
    width: 48%;
  }
  .lyt-card--evo1 .lyt-card-item:nth-child(2), .lyt-card--evo2 .lyt-card-item:nth-child(2) {
    order: 3;
  }
  .lyt-card--evo1 .lyt-card-item:nth-child(2) .lty-card-evo, .lyt-card--evo2 .lyt-card-item:nth-child(2) .lty-card-evo {
    text-align: right;
    margin-left: 0;
    margin-right: -10px;
    margin-bottom: 30px;
    margin-top: -50px;
  }
  .lyt-card--evo1 .lyt-card-item:nth-child(3), .lyt-card--evo2 .lyt-card-item:nth-child(3) {
    order: 2;
  }
  .lyt-card--evo1 .lyt-card-item:nth-child(3) .lty-card-evo, .lyt-card--evo2 .lyt-card-item:nth-child(3) .lty-card-evo {
    text-align: right;
    margin-left: 0;
    margin-right: -70px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .lyt-card--evo1 .lyt-card-item:nth-child(2) .lty-card-evo {
    margin-top: -40px;
    margin-right: -70px;
    margin-bottom: -25px;
  }
}

.head-h2 {
  margin-top: 100px;
  text-align: center;
}
.head-h2 + .head-h3 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .head-h2 {
    margin-top: 60px;
  }
  .head-h2 + .head-h3 {
    margin-top: 40px;
  }
}

.head-h3 {
  margin-top: 70px;
  text-align: center;
  width: 100%;
}
.head-h3 > span {
  color: #004F9C;
  font-size: 28px;
  display: inline-block;
  font-weight: 900;
}
.head-h3 + .lyt-movie {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .head-h3 {
    margin-top: 40px;
  }
  .head-h3 > span {
    font-size: 20px;
  }
}

.head-h4 {
  margin-top: 40px;
}

.list-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.list-card > li {
  width: calc(33.333% - 13.3333333333px);
}
.list-card > li img {
  max-width: 100%;
}
.list-card--col4 > li {
  width: calc(25% - 15px);
}
@media screen and (max-width: 768px) {
  .list-card--col4 > li {
    width: calc(33.333% - 6.6666666667px);
  }
}
@media screen and (max-width: 768px) {
  .list-card {
    gap: 10px;
    margin-top: 36px;
  }
  .list-card > li {
    width: calc(33.333% - 6.6666666667px);
  }
}

.box-fill {
  background: #FFFBD1;
  border-radius: 30px;
  margin: 75px auto 0;
  padding: 100px 60px;
  max-width: 928px;
}
.box-fill > *:first-child {
  margin-top: 0;
}
.box-fill + .box-fill {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .box-fill {
    border-radius: 12px;
    padding: 40px 22px;
    margin-top: 40px;
    max-width: 500px;
  }
  .box-fill + .box-fill {
    margin-top: 25px;
  }
}

.bnr-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: none;
  max-width: 230px;
}
.bnr-float > a {
  display: inline-block;
}
.bnr-float > a img {
  transition: 0.3s;
}
.bnr-float > a:hover img {
  opacity: 0.6;
}
.bnr-float-text {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #fdfdfd;
  -webkit-text-stroke: 3px #82838A;
  text-stroke: 3px #82838A;
  paint-order: stroke;
}
@media screen and (max-width: 768px) {
  .bnr-float {
    bottom: 10px;
    right: 10px;
  }
}

ul.list-bullet {
  margin-top: 2em;
}
ul.list-bullet > li {
  padding-left: 1em;
  position: relative;
}
ul.list-bullet > li:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #fff;
  position: absolute;
  top: 0.6em;
  left: 0;
  border-radius: 10em;
}
ul.list-bullet > li:not(:first-child) {
  margin-top: 0.3em;
}

p.text {
  margin-top: 2em;
  line-height: 1.7;
}
p.text > b {
  font-weight: bold;
}
p.text--notice {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
}
p.text--lead {
  font-size: 20px;
  font-weight: bold;
}
p.text--center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  p.text {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  p.text + p.text {
    margin-top: 1em;
  }
  p.text--notice {
    font-size: 14px;
  }
  p.text--lead {
    font-size: 15px;
  }
  p.text--center {
    text-align: center;
  }
}

.lyt-movie {
  text-align: center;
  margin: 40px auto 0;
  max-width: 840px;
  background: rgba(0, 0, 0, 0.1);
}
.lyt-movie-inner {
  padding-top: 56.25%;
  position: relative;
}
.lyt-movie-inner > iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .lyt-movie {
    margin-top: 20px;
  }
}

.lyt-cardlist {
  text-align: center;
  display: flex;
  max-width: 1208px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  gap: 0 16px;
}
.lyt-cardlist-item {
  width: calc(50% - 8px);
  text-align: center;
}
.lyt-cardlist-item > a {
  display: inline-block;
}
.lyt-cardlist-item > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .lyt-cardlist {
    flex-wrap: wrap;
    margin-top: 5px;
  }
  .lyt-cardlist-item {
    width: 100%;
  }
  .lyt-cardlist-item:nth-child(n+2) {
    margin-top: 0;
  }
}

.lyt-image {
  text-align: center;
  margin: 4em auto 0;
}
.lyt-image-item {
  display: inline-block;
}
.lyt-image a {
  display: inline-block;
}
.lyt-image a:hover {
  opacity: 0.6;
}
.lyt-image-caption {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .lyt-image {
    margin-top: 3em;
    max-width: 500px;
  }
  .lyt-image-caption {
    font-size: 15px;
  }
}

.lyt-image2 {
  text-align: center;
}
.lyt-image2 > img {
  width: 100%;
  max-width: inherit;
}
.btn-wrap {
  margin-top: 60px;
  text-align: center;
}
.btn-wrap a {
  display: inline-block;
}
.btn-wrap a:hover {
  opacity: 0.6;
}
.btn-wrap-caption {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .btn-wrap {
    margin-top: 40px;
  }
}

.nav-btn {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 5000;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .nav-btn {
    top: 9px;
    right: 8px;
  }
}
.nav-btn::before {
  content: "";
  background-image: url("/ex/m3/assets/images/bg-header-01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 90px;
  aspect-ratio: 1/1;
  position: absolute;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .nav-btn::before {
    width: 50px;
  }
}
.nav-btn.is-open::before {
  transform: rotate(-90deg);
}
.nav-btn-inner {
  position: relative;
}
.nav-btn-inner::before, .nav-btn-inner::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 4px;
  background: #BED730;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .nav-btn-inner::before, .nav-btn-inner::after {
    width: 20px;
    height: 2px;
    margin-top: -8px;
  }
}
.nav-btn-inner::after {
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  .nav-btn-inner::after {
    margin-top: 6px;
  }
}
.nav-btn-inner > a {
  width: 90px;
  height: 90px;
  color: #fff;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .nav-btn-inner > a {
    width: 50px;
    height: 50px;
  }
}
.nav-btn-inner > a::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 4px;
  background: #BED730;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .nav-btn-inner > a::before {
    width: 20px;
    height: 2px;
    margin-top: -1px;
  }
}
.nav-btn-inner > a > .text {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 200%;
}
.nav-btn-inner.is-open::before, .nav-btn-inner.is-open::after {
  margin-top: 0px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #BED730;
  width: 46px;
}
@media screen and (max-width: 768px) {
  .nav-btn-inner.is-open::before, .nav-btn-inner.is-open::after {
    width: 25px;
  }
}
.nav-btn-inner.is-open::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.nav-btn-inner.is-open > a::before {
  opacity: 0;
}

.nav-menu {
  position: fixed;
  top: 0;
  right: -110%;
  width: 536px;
  height: 100%;
  z-index: 3000;
  padding: 0;
  transition: 0.3s;
  display: block;
}
@media screen and (max-width: 768px) {
  .nav-menu {
    width: 100%;
  }
}
.nav-menu-overlay {
  position: fixed;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
.nav-menu-inner {
  background: linear-gradient(180deg, #0D0B0E 0%, #345022 100%);
  border-left: 4px solid #BED730;
  margin: 0 auto;
  height: 100%;
  overflow-y: auto;
  padding: 120px 65px 120px 68px;
  position: relative;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .nav-menu-inner {
    max-width: inherit;
    padding: 80px 40px;
    border-width: 0;
  }
}
.nav-menu-list {
  color: #fff;
}
.nav-menu-list > li {
  border-bottom: 1.2px solid rgba(190, 215, 48, 0.4);
  margin-top: 0;
}
.nav-menu-list > li > a {
  display: block;
  position: relative;
  font-size: 22px;
  font-weight: 700;
  padding: 21px 0;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .nav-menu-list > li > a {
    font-size: 18px;
    padding: 15px 0;
  }
  .nav-menu-list > li > a img {
    max-height: 20px;
  }
}
.nav-menu-list > li > a:hover {
  color: #BED730;
}
.nav-menu-list > li:first-child > a {
  padding-top: 0;
}
.nav-menu-list a {
  color: #fff;
}
.nav-menu.is-open {
  right: 0;
}
.nav-menu.is-open + main {
  filter: blur(2px);
}
.nav-menu.is-open .nav-menu-overlay {
  display: block;
  opacity: 1;
  width: 100vw;
  height: 100%;
}

body {
  background: #1c1c1c;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  position: relative;
  line-height: 1.5;
}
body:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("/ex/m3/assets/images/bg-body-01.png") repeat center bottom/cover;
  content: "";
  z-index: -2;
  transform: translate(0, 0, 0);
}
@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
  body:before {
    background: url("/ex/m3/assets/images/bg-body-01_sp.png") repeat center bottom/cover;
  }
}
body.is-modal-open main {
  filter: blur(10px);
}

main {
  overflow: hidden;
}

.btn-wrap {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  font: inherit;
  color: inherit;
  text-align: inherit;
  cursor: pointer;
  line-height: 0;
  transition: 0.3s;
}
@media (hover: hover) {
  .btn-wrap:hover {
    opacity: 0.8;
  }
}

.box-border {
  max-width: 1060px;
  margin: 0 auto;
}
.box-border > *:first-child {
  margin-top: 0;
}
.box-border-inner {
  margin: 0 auto;
}
.box-border-inner > *:first-child {
  margin-top: 0;
}
.box-border-head {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .box-border-head {
    margin-top: 77px;
  }
}

.section {
  padding: 0 20px;
  position: relative;
}
.section .section-inner {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.section .section-inner > *:first-child {
  margin-top: 0 !important;
}
.section .section-inner--full {
  max-width: inherit;
}
.section.section-hero {
  padding: 0;
  background: #050037;
}
.section.section-intro {
  position: relative;
  padding: 0 0 32px 0;
  background-image: url("/ex/m3/assets/images/bg-intro-01.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .section.section-intro {
    padding-bottom: 36px;
    background-image: url("/ex/m3/assets/images/bg-intro-01_sp.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    margin-top: -1px;
    padding-top: 1px;
  }
}
.section.section-intro > .section-inner {
  max-width: 1440px;
}
.section.section-mega {
  padding: 0;
}
.section.section-mega .section-inner {
  max-width: 100%;
}
.section.section-mega .section-inner:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url("/ex/m3/assets/images/bg-mega-01-after.png") no-repeat 0 0/100% 100%;
}
@media screen and (max-width: 768px) {
  .section.section-mega .section-inner:after {
    background: url("/ex/m3/assets/images/bg-mega-01-after_sp.png") no-repeat 0 0/100% 100%;
  }
}
.section.section-mega .section-inner .box-border {
  max-width: 100%;
  background: url("/ex/m3/assets/images/bg-mega-01.png") no-repeat 0 0/100% 100%;
  padding: 88px 14px 129px;
  position: relative;
  --clipPathLeft: 30%;
  --clipPathRight: 70%;
  --clipPathTop: 5%;
  --clipPathBottom: 95%;
}
@media screen and (max-width: 768px) {
  .section.section-mega .section-inner .box-border {
    background: url("/ex/m3/assets/images/bg-mega-01_sp.png") no-repeat 0 0/100% 100%;
    padding: 46px 20px 80px;
    --clipPathLeft: 18%;
    --clipPathRight: 82%;
    --clipPathTop: 1.5%;
    --clipPathBottom: 98.5%;
  }
}
.section.section-mega .section-inner .box-border::before, .section.section-mega .section-inner .box-border::after {
  content: "";
  position: absolute;
  top: 6px;
  width: 191px;
  height: calc(100% - 12px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section.section-mega .section-inner .box-border::before, .section.section-mega .section-inner .box-border::after {
    width: 16.4102564103%;
    top: 2px;
    height: calc(100% - 4px);
  }
}
.section.section-mega .section-inner .box-border::before {
  background: url("/ex/m3/assets/images/bg-effect-01.png") repeat center/contain;
  left: 0;
  clip-path: polygon(var(--clipPathLeft) 0, 100% 0, 100% 100%, var(--clipPathLeft) 100%, 0 var(--clipPathBottom), 0 var(--clipPathTop));
}
@media screen and (max-width: 768px) {
  .section.section-mega .section-inner .box-border::before {
    background: url("/ex/m3/assets/images/bg-effect-01_sp.png") repeat center/contain;
  }
}
.section.section-mega .section-inner .box-border::after {
  background: url("/ex/m3/assets/images/bg-effect-02.png") repeat center/contain;
  right: 0;
  clip-path: polygon(0 0, var(--clipPathRight) 0, 100% var(--clipPathTop), 100% var(--clipPathBottom), var(--clipPathRight) 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .section.section-mega .section-inner .box-border::after {
    background: url("/ex/m3/assets/images/bg-effect-02_sp.png") repeat center/contain;
  }
}
.section.section-mia {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .section.section-mia {
    padding-top: 80px;
  }
}
.section.section-cards {
  padding-top: 112px;
}
.section.section-cards .section-inner .box-border {
  position: relative;
  background: url("/ex/m3/assets/images/bg-cards-01.png") no-repeat 0 0/100% 100%;
  padding: 80px 100px 120px;
}
@media screen and (max-width: 768px) {
  .section.section-cards .section-inner .box-border {
    background: url("/ex/m3/assets/images/bg-cards-01_sp.png") no-repeat 0 0/100% 100%;
    padding: 40px 20px 80px;
  }
}
.section.section-cards .section-inner .box-border::before, .section.section-cards .section-inner .box-border::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 147px;
  height: calc(100% - 16px);
  opacity: 0.16;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section.section-cards .section-inner .box-border::before, .section.section-cards .section-inner .box-border::after {
    width: 18.2857142857%;
    top: 4px;
    height: calc(100% - 8px);
  }
}
.section.section-cards .section-inner .box-border::before {
  background: url("/ex/m3/assets/images/bg-effect-03.png") repeat center/contain;
  left: 0;
}
@media screen and (max-width: 768px) {
  .section.section-cards .section-inner .box-border::before {
    background: url("/ex/m3/assets/images/bg-effect-03_sp.png") repeat center/contain;
  }
}
.section.section-cards .section-inner .box-border::after {
  background: url("/ex/m3/assets/images/bg-effect-04.png") repeat center/contain;
  right: 0;
}
@media screen and (max-width: 768px) {
  .section.section-cards .section-inner .box-border::after {
    background: url("/ex/m3/assets/images/bg-effect-04_sp.png") repeat center/contain;
  }
}
.section.section-cards .section-inner .box-border-inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section.section-cards {
    padding-top: 80px;
  }
}
.section.section-release {
  padding-top: 120px;
}
.section.section-release .section-inner .box-border {
  background: url("/ex/m3/assets/images/bg-release-01.png") no-repeat 0 0/100% 100%;
  padding: 80px 100px 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section.section-release .section-inner .box-border {
    background: url("/ex/m3/assets/images/bg-release-01_sp.png") no-repeat 0 0/100% 100%;
    padding: 40px 20px 80px;
  }
}
.section.section-release .section-inner .box-border::before, .section.section-release .section-inner .box-border::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 147px;
  height: calc(100% - 16px);
  opacity: 0.16;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section.section-release .section-inner .box-border::before, .section.section-release .section-inner .box-border::after {
    width: 18.2857142857%;
    top: 4px;
    height: calc(100% - 8px);
  }
}
.section.section-release .section-inner .box-border::before {
  background: url("/ex/m3/assets/images/bg-effect-03.png") repeat center/contain;
  left: 0;
}
@media screen and (max-width: 768px) {
  .section.section-release .section-inner .box-border::before {
    background: url("/ex/m3/assets/images/bg-effect-03_sp.png") repeat center/contain;
  }
}
.section.section-release .section-inner .box-border::after {
  background: url("/ex/m3/assets/images/bg-effect-04.png") repeat center/contain;
  right: 0;
}
@media screen and (max-width: 768px) {
  .section.section-release .section-inner .box-border::after {
    background: url("/ex/m3/assets/images/bg-effect-04_sp.png") repeat center/contain;
  }
}
.section.section-release .section-inner .box-border-inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section.section-release {
    padding-top: 80px;
  }
}
.section.section-product {
  padding: 120px 0 0;
}
.section.section-product .section-inner {
  max-width: 100%;
}
.section.section-product .section-inner .box-border {
  max-width: 100%;
  background: url("/ex/m3/assets/images/bg-product-01.png") no-repeat 0 0/100% 100%;
  padding: 80px 60px 165px;
}
@media screen and (max-width: 768px) {
  .section.section-product .section-inner .box-border {
    background: url("/ex/m3/assets/images/bg-product-01_sp.png") no-repeat 0 0/100% 100%;
    padding: 40px 20px 125px;
    margin-bottom: -1px;
  }
}
@media screen and (max-width: 768px) {
  .section.section-product {
    padding-top: 76px;
  }
}

.img-size {
  max-height: var(--h-pc);
}
@media (max-width: 768px) {
  .img-size {
    max-height: var(--h-sp);
  }
}

.img-card-effect {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .img-card-effect.ani-zoom {
    transition: 0.3s;
  }
  .img-card-effect.ani-zoom:hover {
    transform: scale(1.3);
    position: relative;
    z-index: 100;
  }
  .img-card-effect.ani-zoom.sp:hover {
    cursor: default;
    transform: scale(1);
  }
}
.img-card-effect > img {
  position: relative;
}
.img-card-effect--01 {
  aspect-ratio: 328/447;
  padding: 2.1341463415%;
  background: url("/ex/m3/assets/images/bg-card-01.png") no-repeat 0 0/100% 100%;
}
@media screen and (max-width: 768px) {
  .img-card-effect--01 {
    aspect-ratio: 165/223;
    padding: 3px;
    background: url("/ex/m3/assets/images/bg-card-01_sp.png") no-repeat 0 0/100% 100%;
  }
}
.img-card-effect--01 img {
  padding: 2.1341463415%;
}
@media screen and (max-width: 768px) {
  .img-card-effect--01 img {
    padding: 0;
  }
}
.img-card-effect--02 {
  aspect-ratio: 352/479;
  padding: 2%;
  background: url("/ex/m3/assets/images/bg-card-01.png") no-repeat 0 0/100% 100%;
}
@media screen and (max-width: 768px) {
  .img-card-effect--02 {
    aspect-ratio: 224/304;
    padding: 6px;
    background: url("/ex/m3/assets/images/bg-card-01_sp.png") no-repeat 0 0/100% 100%;
  }
}
.img-card-effect--02 img {
  padding: 2.2727272727%;
}
@media screen and (max-width: 768px) {
  .img-card-effect--02 img {
    padding: 6px;
  }
}
.img-card-effect--03 {
  aspect-ratio: 280/380;
  padding: 2.1472392638%;
  background: url("/ex/m3/assets/images/bg-card-02.png") no-repeat 0 0/100% 100%;
}
@media screen and (max-width: 768px) {
  .img-card-effect--03 {
    aspect-ratio: 225/304;
    padding: 6px;
    background: url("/ex/m3/assets/images/bg-card-02_sp.png") no-repeat 0 0/100% 100%;
  }
}
.img-card-effect--03 img {
  padding: 2.5%;
}
@media screen and (max-width: 768px) {
  .img-card-effect--03 img {
    padding: 6px;
  }
}
.img-card-effect--04 {
  aspect-ratio: 249/336;
  padding: 2.8112449799%;
  background: url("/ex/m3/assets/images/bg-card-03.png") no-repeat 0 0/100% 100%;
}
@media screen and (max-width: 768px) {
  .img-card-effect--04 {
    aspect-ratio: 164/222;
    padding: 5px;
    background: url("/ex/m3/assets/images/bg-card-03_sp.png") no-repeat 0 0/100% 100%;
  }
}
.img-card-effect--04 img {
  padding: 2.9787234043%;
}
@media screen and (max-width: 768px) {
  .img-card-effect--04 img {
    padding: 5px;
  }
}
.img-card-effect--05 {
  aspect-ratio: 280/380;
  padding: 2.5362318841%;
  background: url("/ex/m3/assets/images/bg-card-03.png") no-repeat 0 0/100% 100%;
}
@media screen and (max-width: 768px) {
  .img-card-effect--05 {
    aspect-ratio: 225/304;
    padding: 6px;
    background: url("/ex/m3/assets/images/bg-card-01_sp.png") no-repeat 0 0/100% 100%;
  }
}
.img-card-effect--05 img {
  padding: 2.5%;
}
@media screen and (max-width: 768px) {
  .img-card-effect--05 img {
    padding: 6px;
  }
}

.img-card p,
.img-card-text {
  font-size: 20px;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .img-card p,
  .img-card-text {
    font-size: 16px;
  }
}

.hero-visual img {
  width: 100%;
}

.cardlist-wrap {
  position: absolute;
  bottom: 57px;
  left: 60.4166666667%;
  padding-right: 20px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .cardlist-wrap {
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 79.4871794872%;
    max-width: 310px;
    padding: 0;
  }
}
.cardlist-wrap a {
  display: inline-block;
}
.cardlist-wrap a:hover {
  opacity: 0.8;
}

.intro-wrap {
  display: grid;
  grid-template-columns: 52.9230769231% 47.0769230769%;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto 76px 0;
}
@media screen and (max-width: 768px) {
  .intro-wrap {
    grid-template-columns: 1fr;
    grid-template-rows: 134.03px 1fr;
    max-width: 390px;
    margin: 0 auto 24px;
  }
}
.intro-wrap.is-show .intro-item:nth-child(1), .intro-wrap.is-show .intro-item:nth-child(2) {
  opacity: 1;
  transform: translateX(0);
}
.intro-item:nth-child(1), .intro-item:nth-child(2) {
  opacity: 0;
  transition: 0.3s;
}
.intro-item:nth-child(1) {
  transform: translateX(-100vw);
}
.intro-item:nth-child(2) {
  transform: translateX(100vw);
}
.intro-item-text {
  position: relative;
  width: 100%;
  height: 100%;
}
.intro-item-text::before {
  content: "";
  display: block;
  width: 122.5290697674%;
  aspect-ratio: 843/614;
  background-image: url("/ex/m3/assets/images/intro-img-01.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .intro-item-text::before {
    width: 100%;
    background-image: url("/ex/m3/assets/images/intro-img-01_sp.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: -24%;
    left: 0;
  }
}
.intro-item-text > img {
  position: absolute;
  width: 75.2906976744%;
  top: 42%;
  left: 24%;
}
@media screen and (max-width: 768px) {
  .intro-item-text > img {
    width: 84.358974359%;
    top: 8.2px;
    left: 22px;
  }
}

.intro-menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1101px;
  gap: 23px;
  margin: 0 auto;
  padding: 72px 20px 0;
}
@media screen and (max-width: 768px) {
  .intro-menu {
    grid-template-columns: 1fr 1fr;
    gap: 105px 16px;
    max-width: 390px;
    padding: 89px 20px 0;
  }
}
.intro-menu-item {
  position: relative;
}
.intro-menu-item:nth-child(4) .intro-menu-card {
  width: 35.4838709677%;
}
@media screen and (max-width: 768px) {
  .intro-menu-item:nth-child(4) .intro-menu-card {
    width: 52.6946107784%;
  }
}
.intro-menu-card {
  width: 38.7096774194%;
  position: absolute;
  left: 50%;
  top: -25%;
  transform: translateX(-50%);
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .intro-menu-card {
    width: 57.4850299401%;
    top: -47%;
  }
}
.intro-menu-inner {
  width: 100%;
  aspect-ratio: 248/283;
  background-image: url("/ex/m3/assets/images/bg-intro-02.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: end;
  transition: 0.3s;
  position: relative;
  z-index: 10;
}
@media (hover: hover) {
  .intro-menu-inner:has(a:hover) {
    opacity: 0.8;
  }
  .intro-menu-inner:has(a:hover) .intro-menu-card {
    opacity: 1;
  }
}
.intro-menu-inner a picture {
  position: relative;
  z-index: 10;
}
@media (hover: hover) {
  .intro-menu-inner a:hover {
    opacity: 0.8;
  }
}

.section-mega .box-border-head {
  position: relative;
  z-index: 10;
}

.mega-block {
  display: grid;
  grid-template-columns: 36.2282878412% auto;
  gap: 60px;
  align-items: center;
  max-width: 1412px;
  margin: 60px auto 0;
  padding: 0 46px 0 11.11898017%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mega-block {
    max-width: 320px;
    grid-template-columns: 1fr;
    gap: 6px;
    text-align: center;
    margin: 30px auto 0;
    padding: 0;
  }
}
.mega-block-effect {
  opacity: 0.8;
  mix-blend-mode: hard-light;
}
@media screen and (max-width: 768px) {
  .mega-block-effect {
    display: none;
  }
}
.mega-block-effect--top {
  position: absolute;
  top: -26.5%;
  left: 61%;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  max-width: 534px;
}
@media screen and (max-width: 768px) {
  .mega-block-effect--top {
    display: none;
  }
}
.mega-block-effect--top > svg:first-of-type {
  width: 27.7153558052%;
  aspect-ratio: 148/101;
  padding-top: 12%;
}
.mega-block-effect--top > svg:last-of-type {
  width: 53.9325842697%;
  aspect-ratio: 288/294;
}
.mega-block-effect--bottom {
  right: 13%;
  bottom: 9%;
  position: absolute;
  width: 14.447592068%;
  aspect-ratio: 204/187;
  z-index: 3;
}
.mega-block-image {
  position: relative;
  height: 100%;
}
.mega-block-image-effect {
  opacity: 0.8;
  mix-blend-mode: hard-light;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .mega-block-image-effect--top {
    width: 40.625%;
    aspect-ratio: 130/113;
    top: -5%;
    left: -8%;
  }
}
.mega-block-image-effect--bottom {
  width: 21.9178082192%;
  aspect-ratio: 96/134;
  bottom: -1%;
  left: -28%;
  z-index: 12;
}
@media screen and (max-width: 768px) {
  .mega-block-image-effect--bottom {
    width: 26.875%;
    aspect-ratio: 86/86;
    bottom: -13%;
    left: 82%;
  }
}
.mega-block-image-effect > svg {
  width: 100%;
  height: 100%;
}
.mega-block-content {
  position: relative;
  z-index: 10;
}
.mega-column-card {
  position: relative;
  z-index: 10;
}
.mega-column-card::before {
  content: "";
  display: block;
  width: 184.9315068493%;
  height: 988px;
  position: absolute;
  background-image: url("/ex/m3/assets/images/mega-effect-01.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: -33%;
  left: -36%;
}
@media screen and (max-width: 768px) {
  .mega-column-card::before {
    width: 117.8125%;
    aspect-ratio: 377/488;
    background-image: url("/ex/m3/assets/images/mega-effect-01_sp.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: -22%;
    left: -6.5%;
  }
}
.mega-column-card img {
  position: relative;
  z-index: 3;
}
.mega-card-text {
  margin-top: 26px;
  font-size: 20px;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .mega-card-text {
    font-size: 16px;
    margin-top: 10px;
  }
}
.mega-btn {
  margin-top: 24px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .mega-btn {
    margin-top: 22px;
    text-align: center;
  }
}

.mia-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1128px;
  margin: 68px auto 0;
  gap: 52px;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .mia-list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    max-width: 334px;
    gap: 22px 4px;
    margin-top: 32px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .mia-item:first-child {
    grid-column: 1/3;
    grid-row: 1/2;
    width: calc(50% - 2px);
    margin: 0 auto;
  }
}
.mia-name {
  margin-top: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mia-name {
    margin-top: 10px;
  }
}
.mia-btn {
  position: relative;
  z-index: 10;
  margin: 32px auto 0;
  display: block;
}

@media screen and (max-width: 768px) {
  .section-cards .img-card p {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .section-release .img-card p {
    text-align: center;
  }
}

.js-slide-release .slick-list {
  overflow: hidden;
  padding: 0 !important;
  width: 73.4463276836%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .js-slide-release .slick-list {
    width: 180px;
    width: 58.064516129%;
  }
}
.js-slide-release .slick-slide img {
  margin: 0 auto;
}
.js-slide-release .slick-track {
  display: flex;
  align-items: center;
}
.js-slide-release .slick-arrow {
  width: 39px;
  height: 66px;
  top: 41%;
  margin: 0;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .js-slide-release .slick-arrow {
    width: 34px;
    height: 55px;
    top: 39%;
  }
}
@media (hover: hover) {
  .js-slide-release .slick-arrow:hover {
    opacity: 0.8;
  }
}
.js-slide-release .slick-arrow:before {
  width: 100%;
  height: 100%;
  background: url("/ex/m3/assets/images/icon-slide-01.png") no-repeat 0 0/cover;
  margin: 0;
  top: 0;
  left: 0;
}
.js-slide-release .slick-arrow.slick-prev, .js-slide-release .slick-arrow.slick-next {
  display: block;
  background: none;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  position: absolute;
}
.js-slide-release .slick-arrow.slick-prev:before, .js-slide-release .slick-arrow.slick-next:before {
  content: "";
  position: absolute;
  transition: 0.3s;
}
.js-slide-release .slick-arrow.slick-next {
  right: -8px;
}
@media screen and (max-width: 768px) {
  .js-slide-release .slick-arrow.slick-next {
    right: 5%;
  }
}
.js-slide-release .slick-arrow.slick-prev {
  left: -8px;
  transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  .js-slide-release .slick-arrow.slick-prev {
    left: 5%;
  }
}
.js-slide-release .slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .js-slide-release .slick-dots {
    margin-top: 8px;
  }
}
.js-slide-release .slick-dots li {
  position: relative;
  cursor: pointer;
  width: 28px;
  height: 30px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .js-slide-release .slick-dots li {
    width: 22px;
    height: 24px;
  }
}
.js-slide-release .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  color: transparent;
  cursor: pointer;
  width: 28px;
  height: 30px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .js-slide-release .slick-dots li button {
    width: 22px;
    height: 24px;
  }
}
.js-slide-release .slick-dots li button:before {
  box-sizing: border-box;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url("/ex/m3/assets/images/icon-slide-02.png") no-repeat 0 0/cover;
  transition: 0.3s;
  top: 0;
  left: 0;
}
.js-slide-release .slick-dots li.slick-active button:before {
  background: url("/ex/m3/assets/images/icon-slide-02_o.png") no-repeat 0 0/cover;
}

.release-block {
  display: grid;
  grid-template-columns: 41.1627906977% 49.5348837209%;
  grid-template-rows: 140px auto;
  justify-content: space-between;
  max-width: 860px;
  margin: 80px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .release-block {
    grid-template-columns: 100%;
    grid-template-rows: 58px 1fr auto;
    gap: 24px;
    max-width: 310px;
    margin-top: 40px;
  }
}
.release-block-image {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  .release-block-image {
    grid-column: 1/2;
    grid-row: 2/3;
    max-width: 310px;
  }
}
.release-block .img-card-head {
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .release-block .img-card-head {
    grid-column: 1/2;
    grid-row: 1/3;
    margin: 0;
  }
}
.release-block .img-card-text {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .release-block .img-card-text {
    text-align: center;
  }
}

.product-dl {
  display: flex;
}
.product-dl dt {
  white-space: nowrap;
}

.product-list > li {
  padding-left: 1.5em;
  position: relative;
  margin-top: 2px;
}
.product-list > li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0.6em;
  left: 0.5em;
}

.text-product {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 1em;
}
.text-product + p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .text-product {
    font-size: 20px;
    margin-top: 1em;
  }
  .text-product + p {
    font-size: 15px !important;
  }
}
.text-product--notice {
  display: block;
}
.text-product--notice::before {
  content: "※";
}

.data-product {
  font-size: 16px;
}
.data-product > *:not(:first-child) {
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .data-product {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }
}

.button-product {
  margin-top: 2em;
}
.button-product > a {
  display: inline-block;
}
.button-product > a img {
  width: 100%;
}
.button-product > a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .button-product {
    text-align: center;
  }
}

.modal-content {
  position: absolute;
  z-index: 8000;
  width: calc(100% + 20px);
  height: 100vh;
  overflow-y: scroll;
  background: #1d1d1d;
  color: #000;
  display: none;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .modal-content {
    width: 100%;
    position: fixed;
  }
}
.modal-content:before {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 110%;
  top: -5%;
  left: 0;
  background: url("/ex/m3/assets/images/bg-body-01.png") no-repeat center center/cover;
}
.modal-content:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
}
.modal-content-close {
  text-align: center;
  margin-top: 40px;
}
.modal-content-close > a {
  transition: 0.3s;
  display: inline-block;
}
.modal-content-close > a:hover {
  opacity: 0.8;
}
.modal-content-close2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  text-align: right;
  padding: 0 16px 0 0;
}
.modal-content-close2 > a {
  display: inline-block;
}
.modal-content-close2 > a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .modal-content-close2 {
    width: 100%;
    position: static;
    transform: none;
    z-index: inherit;
    padding: 0;
  }
}
.modal-content-wrap {
  position: relative;
  padding: 80px 0 80px;
}
@media screen and (max-width: 768px) {
  .modal-content-wrap {
    padding: 40px 20px 40px;
  }
}
.modal-content-wrap > * {
  position: relative;
  z-index: 2;
}
.modal-content-inner {
  position: relative;
  width: 100%;
  max-width: 1084px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .modal-content {
    height: 100%;
  }
  .modal-content-close {
    margin-top: 15px;
  }
}

.modal-head {
  text-align: center;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .modal-head {
    margin-top: 80px;
  }
}

.modal-box {
  overflow: hidden;
  position: relative;
  padding: 0 122px;
}
@media screen and (max-width: 768px) {
  .modal-box {
    margin-top: 8px;
    padding: 0;
  }
}
.modal-box-head {
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: linear-gradient(180deg, #17181A 0%, #41444A 100%);
}
.modal-box-head a {
  display: block;
}
.modal-box-head img {
  max-height: 49px;
}
@media screen and (max-width: 768px) {
  .modal-box-head {
    padding: 15px;
    gap: 10px;
  }
  .modal-box-head img {
    max-height: 55px;
  }
}
.modal-box-contents {
  padding: 92px 64px 66px;
  border-top: 8px solid;
  border-bottom: 8px solid;
  -o-border-image: linear-gradient(to right, #CD1532, #7C0A38, #00001A, #273B97, #0093DA) 1;
     border-image: linear-gradient(to right, #CD1532, #7C0A38, #00001A, #273B97, #0093DA) 1;
  background: rgba(28, 28, 28, 0.8);
  max-width: 840px;
}
@media screen and (max-width: 768px) {
  .modal-box-contents {
    padding: 32px 20px 72px;
  }
}
.modal-box-contents > *:first-child {
  margin-top: 0;
}
.modal-box-contents p {
  color: #fff;
}

.modal-cardlist {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .modal-cardlist {
    gap: 9px;
  }
}
.modal-cardlist > li {
  width: calc(25% - 15px);
}
@media screen and (max-width: 768px) {
  .modal-cardlist > li {
    width: calc(33.3333333333% - 6.6666666667px);
  }
}

.modal-evo-block {
  display: grid;
  grid-template-columns: 248px 218px;
  align-items: end;
  justify-content: space-between;
  max-width: 478px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .modal-evo-block {
    grid-template-columns: 54.8387096774% 45.1612903226%;
    max-width: 310px;
    margin-top: 45px;
  }
}
.modal-evo-item {
  position: relative;
}
.modal-evo-icon {
  position: absolute;
  top: -114px;
  left: -6px;
}
@media screen and (max-width: 768px) {
  .modal-evo-icon {
    top: -78px;
    left: 0px;
  }
}
.modal-evo-name {
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal-evo-name {
    margin-top: 10px;
  }
}
.modal-evo-text {
  font-size: 18px;
  line-height: 160%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .modal-evo-text {
    font-size: 16px;
    margin-top: 30px;
  }
}

.modal-column-block {
  display: grid;
  justify-content: center;
  gap: 22.5px;
  grid-template-columns: repeat(2, minmax(0, 249px));
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .modal-column-block {
    grid-template-columns: repeat(auto-fit, minmax(140px, 152px));
    gap: 6px;
    margin-top: 37px;
  }
}
@media screen and (max-width: 768px) {
  .modal-column .img-card-head {
    margin-top: 5px;
  }
}
.modal-column-text {
  font-size: 18px;
  line-height: 160%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .modal-column-text {
    font-size: 16px;
    margin-top: 24px;
  }
}

.modal-content-cardlist .modal-box-contents {
  padding-top: 32px;
}

.modal-content-02 .modal-box-contents {
  padding: 80px 64px 66px 50px;
}
@media screen and (max-width: 768px) {
  .modal-content-02 .modal-box-contents {
    padding: 22px 20px 72px;
  }
}
.modal-content-02 .lyt-block {
  max-width: 726px;
  gap: 3.5812672176%;
}
@media screen and (max-width: 768px) {
  .modal-content-02 .lyt-block {
    max-width: 310px;
  }
}
.modal-content-02 .lyt-block:not(:first-child) {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .modal-content-02 .lyt-block:not(:first-child) {
    margin-top: 56px;
  }
}
.modal-content-02 .lyt-block-image {
  width: 38.5674931129%;
}
@media screen and (max-width: 768px) {
  .modal-content-02 .lyt-block-image {
    width: 100%;
  }
}
.modal-content-02 .lyt-block-content {
  width: 57.8512396694%;
}
@media screen and (max-width: 768px) {
  .modal-content-02 .lyt-block-content {
    margin-top: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .modal-content-02 .lyt-column-name {
    text-align: center;
  }
}

span.ex {
  font-size: 1.25em;
  display: inline-block;
  line-height: 1;
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: inline-block !important;
  }
}

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

.ta-center {
  text-align: center !important;
}

.ta-left {
  text-align: left !important;
}

.ta-right {
  text-align: right !important;
}

.va-middle {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .pc-ta-center {
    text-align: center;
  }
}
.pt-0 {
  padding-top: 0;
}

.mt-0 {
  margin-top: 0;
}

.mt-7 {
  margin-top: 7px;
}

.mt-1em {
  margin-top: 1em !important;
}

.mt-2em {
  margin-top: 2em !important;
}

.mt-3em {
  margin-top: 3em !important;
}

.mt-4em {
  margin-top: 4em !important;
}

.mt-5em {
  margin-top: 5em !important;
}

.mt-8em {
  margin-top: 8em !important;
}
@media screen and (max-width: 768px) {
  .mt-8em {
    margin-top: 5em !important;
  }
}

.min-height-67 {
  min-height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .min-height-67 {
    min-height: inherit;
    display: block;
  }
}

.min-height-85 {
  min-height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .min-height-85 {
    min-height: inherit;
    display: block;
  }
}

.min-height-90 {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .min-height-90 {
    min-height: inherit;
    display: block;
  }
}

.maw-240 {
  max-width: 240px;
}

.maw-200 {
  max-width: 200px;
}

.maw-335 {
  margin-left: auto;
  margin-right: auto;
  max-width: 335px;
}

.maw-440 {
  max-width: 440px;
}

.maw-550 {
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
}

.maw-610 {
  margin-left: auto;
  margin-right: auto;
  max-width: 610px;
}

.maw-680 {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}

.maw-720 {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.maw-850 {
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
}

.maw-860 {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}

.maw-900 {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

.min-height-100 {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .min-height-100 {
    min-height: inherit;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp-ta-left {
    text-align: left !important;
  }
  .sp-ta-center {
    text-align: center !important;
  }
  .sp-mt-10 {
    margin-top: 10px !important;
  }
  .sp-mt-30 {
    margin-top: 30px !important;
  }
  .sp-mt-60 {
    margin-top: 60px !important;
  }
  .sp-mt-15 {
    margin-top: 15px !important;
  }
  .sp-mt-2em {
    margin-top: 2em !important;
  }
  .sp-mt-3em {
    margin-top: 3em !important;
  }
  .sp-width-100 {
    width: 100%;
  }
  .sp-maw-150 {
    max-width: 150px;
  }
  .sp-maw-180 {
    max-width: 180px;
  }
  .sp-maw-200 {
    max-width: 200px !important;
  }
  .sp-maw-210 {
    max-width: 210px !important;
  }
  .sp-maw-230 {
    max-width: 230px;
  }
  .sp-maw-270 {
    max-width: 270px !important;
  }
  .sp-maw-280 {
    max-width: 280px !important;
  }
  .sp-maw-300 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .sp-maw-346 {
    max-width: 346px;
    margin-left: auto;
    margin-right: auto;
  }
}
.style-1 {
  margin-top: -20px;
  text-align: right;
}
.style-1 + * {
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .style-1 {
    margin-top: 40px;
    text-align: center;
  }
  .style-1 + * {
    margin-top: 30px;
  }
}