@charset "UTF-8";
.min {
  font-family: "Noto Serif JP", serif;
}

.garam {
  font-family: "Cormorant Garamond", serif;
}

main {
  background-color: #d5eef4;
}

.top_dunlop_logo {
  width: 12vw;
  top: 2vw;.
}

.mv {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.mv .wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv .mv_bg {
  width: 100%;
  transform: scale(1.15);
  opacity: 0;
  transition: all ease 0.3s;
}
.mv .mv_content .mv .mv_content {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.mv .mv_content .mv_title {
  position: absolute;
  width: 38%;
  left: 0vw;
  top: 0vw;
  transform: translate3d(0, -3em, 0);
  opacity: 0;
  transition: all ease 0.6s;
}
.mv .mv_content .mv_logo {
  position: absolute;
  width: 29%;
  left: 26%;
  top: 59.5%;
  transform: translate3d(0, 3em, 0);
  opacity: 0;
  transition: all ease 0.6s;
}
.mv .mv_content .mv_p {
  width: 27%;
  position: absolute;
  bottom: 0;
  left: 26.5%;
  display: flex;
  gap: 0;
  transform: translate3d(0, 3em, 0);
  opacity: 0;
  transition: all ease 0.6s;
}
.mv .mv_content .mv_sub {
  position: absolute;
  right: 2em;
  top: 4.5em;
  font-size: 150%;
  color: #d26b9b;
  transform: translate3d(3em, 0, 0);
  opacity: 0;
  transition: all ease 0.6s;
  transition-delay: 0.1s;
}
.mv.active .mv_bg {
  transform: scale(1);
  opacity: 1;
}
.mv.active .mv_content .mv_title {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.mv.active .mv_content .mv_sub {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.mv.active .mv_content .mv_logo {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.mv.active .mv_content .mv_p {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

@media screen and (max-width: 880px) {
  .mv .mv_content .mv_sub {
    right: 1em;
    top: 1.5em;
    font-size: 97%;
  }
  .mv .mv_bg {
    width: 129%;
    max-width: none;
    margin-left: -8em;
  }
  .mv .mv_content .mv_title {
    width: 35%;
  }
  .mv .mv_content .mv_logo {
    left: 8%;
  width: 38%;
	top:57.5%
  }
  .mv .mv_content .mv_p {
    width: 38%;
    left: 7.5%;
  }
}
.playful {
  position: relative;
  z-index: 10;
  padding: 4.5em 0;
  padding-bottom: 3.4em;
  position: relative;
  background-image: url(../img/playful_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.playful .wrap {
  width: 96%;
  margin: 0 auto;
}
.playful .Playful_txt {
  transform: rotate(90deg);
  position: absolute;
  right: 0.5%;
  top: 22%;
  letter-spacing: 0.5em;
  line-height: 0;
}
.playful h2 {
  transform: skewX(-11deg);
  color: #718abb;
  font-size: 390%;
  text-shadow: 0.03em 0.03em 0.3em rgb(255, 255, 255), 0.03em 0.03em 0.3em rgb(255, 255, 255), 0.03em 0.03em 0.3em rgb(255, 255, 255);
}
.playful .playful_in > div {
  display: flex;
  align-items: center;
}
.playful .playful_in > div figure {
  position: relative;
}
.playful .playful_in > div figcaption {
  position: absolute;
  left: 0.3em;
  top: 0.2em;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 411%;
  color: #fff;
  text-shadow: 0.03em 0.03em 0.05em rgba(0, 0, 0, 0.5);
}
.playful .playful_in > div p {
  line-height: 2;
  color: #5f67ae;
  font-weight: 900;
  text-shadow: 0em 0em 0.1em rgb(255, 255, 255), 0em 0em 0.1em rgb(255, 255, 255), 0em 0em 0.1em rgb(255, 255, 255), 0em 0em 0.1em rgb(255, 255, 255);
}
.playful .playful_in > div:first-child figure {
  flex: 0 1 55%;
}
.playful .playful_in > div:first-child p {
  flex: 1;
  padding-left: 2.5em;
}
.playful .playful_in > div:last-child {
  flex-direction: row-reverse;
}
.playful .playful_in > div:last-child figure {
  flex: 0 1 60%;
}
.playful .playful_in > div:last-child figure figcaption {
  left: auto;
  right: 0.3em;
  top: 0.2em;
}
.playful .playful_in > div:last-child p {
  flex: 1;
  transform: translate3d(31%, 0, 0);
}

@media screen and (max-width: 880px) {
  .playful .wrap {
    width: auto;
  }
  .playful .Playful_txt {
    transform: rotate(0deg);
    right: 3.5%;
    top: 7%;
  }
  .playful h2 {
    font-size: 250%;
  }
  .playful .playful_in > div:first-child p {
    padding-left: 1.5em;
  }
  .playful .playful_in > div {
    flex-direction: column;
  }
  .playful .playful_in > div:first-child {
    margin-bottom: 3em;
  }
  .playful .playful_in > div:last-child {
    flex-direction: column;
  }
  .playful .playful_in > div:first-child p {
    padding-left: 0;
    padding-top: 0.5em;
  }
  .playful .playful_in > div:last-child p {
    padding-top: 0.5em;
    transform: translate3d(0, 0, 0);
  }
  .playful .playful_in:first-child {
    padding-top: 3em;
  }
}
.lmovie {
  position: relative;
  z-index: 10;
  padding: 3em 0;
  padding-bottom: 3.8em;
}
.lmovie .wrap {
  width: 74%;
}
.lmovie h2 {
  margin-bottom: 0.7em;
  text-align: center;
  font-size: 250%;
  font-style: italic;
  color: #5d67ae;
  letter-spacing: 0.2em;
  line-height: 1;
}
.lmovie ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
.lmovie ul li {
  flex: 0 1 calc((100% - 2em) / 2);
}
.lmovie ul li a {
  display: block;
  text-decoration: none;
}
.lmovie ul li a figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.3em;
}
.lmovie ul li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease 0.3s;
}
.lmovie ul li a p {
  color: #5d67ae;
  font-size: 70%;
}
.lmovie ul li a:hover figure img {
  transform: scale(1.05);
}

@media screen and (max-width: 880px) {
  .lmovie .wrap {
    width: auto;
  }
  .lmovie ul {
    gap: 1em;
  }
}
.no1s {
  position: relative;
  z-index: 10;
  background-image: url(../img/no1_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.no1s .wrap {
  width: 82%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.no1s h2 {
  position: absolute;
  width: 44.5%;
  top: 2em;
  left: 0;
}
.no1s .no1s_in {
  position: absolute;
  left: 49%;
  width: 50%;
  top: 10.8em;
}
.no1s .no1s_in h3 {
  font-size: 214%;
  color: #5d67ae;
  font-style: italic;
  margin-bottom: 1em;
  line-height: 1.5;
}
.no1s .no1s_in ol {
  counter-reset: number 0;
}
.no1s .no1s_in ol li {
  color: #db699a;
  margin-bottom: 1.7em;
}
.no1s .no1s_in ol h4 {
  font-size: 150%;
  font-style: italic;
  line-height: 1;
  counter-increment: number 1;
}
.no1s .no1s_in ol h4:before {
  content: counter(number) ".";
  font-size: 137%;
  font-style: italic;
}
.no1s .no1s_in ol p {
  font-size: 80%;
  padding-left: 2em;
}
.no1s .kome {
  position: absolute;
  left: 2em;
  bottom: 1em;
  font-size: 50%;
  font-style: italic;
  z-index: 10;
}

@media screen and (max-width: 880px) {
  .imgno1_ps img {
    margin-left: -3em;
    width: calc(100% + 3em);
    max-width: none;
    margin-top: 3em;
  }
  .no1s {
    padding-bottom: 27em;
  }
  .no1s h2 {
    width: 70%;
    top: 1.5em;
    left: -1em;
  }
  .no1s .no1s_in {
    left: 1%;
    width: 95%;
    top: 26.8em;
  }
  .no1s .no1s_in h3 {
    font-size: 190%;
    margin-bottom: 0.5em;
  }
  .no1s .no1s_in ol li {
    margin-bottom: 1.3em;
  }
}
.l_descs {
  position: relative;
  z-index: 9;
  position: relative;
  padding: 4.5em 0;
  padding-bottom: 6.7em;
}
.l_descs:after {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url(../img/no1_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.l_descs .wrap {
  position: relative;
  z-index: 10;
  width: 75%;
}
.l_descs header {
  text-align: center;
  margin-bottom: 5em;
}
.l_descs header h2 {
  display: inline-block;
  line-height: 1.2;
  margin: 0 auto;
  font-size: 140%;
  text-align: center;
  color: #5d67ae;
  padding-bottom: 0.7em;
  position: relative;
}
.l_descs header h2 span {
  display: block;
}
.l_descs header h2 b {
  font-size: 216%;
  display: block;
  font-weight: 600;
}
.l_descs header h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #db699a, rgba(219, 105, 154, 0));
  position: absolute;
  bottom: 0;
  left: 0;
}
.l_descs .l_descs_in h3 {
  color: #5d67ae;
  font-size: 136%;
  margin-bottom: 0.7em;
  line-height: 1;
}
.l_descs .l_descs_in p {
  font-size: 81%;
}
.l_descs .l_descs_in .l_descs_flex {
  display: flex;
  gap: 1em;
}
.l_descs .l_descs_in .l_descs_flex > div {
  flex: 1;
}
.l_descs .l_descs_in .l_descs_flex figure {
  flex: 0 1 48%;
}
.l_descs .l_descs_flexLd2 {
  margin-top: 2.5em;
  margin-bottom: 6.5em;
}
.l_descs .l_descs_flexLd2 > div {
  padding-top: 2em;
}
.l_descs .ld3ld4 {
  margin-bottom: 7em;
}
.l_descs .ld3ld4 > div {
  width: 96%;
  margin: 0 auto;
  display: flex;
  gap: 2em;
  margin-left: 0em;
  margin-top: 2em;
}
.l_descs .ld3ld4 > div > * {
  flex: 1;
}
.l_descs .ld5ld6 > div {
  width: 96%;
  margin: 0 auto;
  display: flex;
  margin-left: 0em;
  margin-top: 2em;
}
.l_descs .ld5ld6 > div figure {
  margin-bottom: 0.5em;
}
.l_descs .ld5ld6 > div > div:first-child {
  flex: 1;
}
.l_descs .ld5ld6 > div > div:last-child {
  flex: 0 1 59%;
}
.l_descs .ld5ld6 > div > div p {
  padding: 0 0.5em;
  font-size: 80%;
}

.l_descs .spec .spec_links a:after {
  border: 0;
}

.l_descs .l_descs_in .reg1 {
  position: absolute;
  color: #db699a;
  top: 5em;
  left: 0;
  font-size: 227%;
  line-height: 1;
  font-weight: normal;
}
.l_descs .l_descs_in .reg1 span {
  display: block;
  writing-mode: vertical-rl;
}
.l_descs .l_descs_in .reg2 {
  position: absolute;
  color: #db699a;
  top: 16.7em;
  right: 0.6em;
  font-size: 227%;
  line-height: 1;
  font-weight: normal;
}
.l_descs .l_descs_in .reg2 span {
  display: block;
  writing-mode: vertical-rl;
}
.l_descs .l_descs_in .reg3 {
  position: absolute;
  color: #db699a;
  bottom: 0em;
  left: 0;
  font-size: 227%;
  line-height: 1;
  font-weight: normal;
}
.l_descs .l_descs_in .reg3 span {
  display: block;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 880px) {
  .l_descs .l_descs_in .min {
    position: unset;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .l_descs .l_descs_in .min span {
    writing-mode: lr;
  }
  .l_descs .ld3ld4 > div {
    flex-direction: column;
  }
  .l_descs .ld3ld4 {
    margin-bottom: -4em;
  }
}
@media screen and (max-width: 880px) {
  .l_descs .wrap {
    width: auto;
  }
  .l_descs header h2 {
    font-size: 92%;
    padding-bottom: 1em;
    display: block;
  }
  .l_descs header h2 span {
    line-height: 1.3;
    margin-bottom: 0.5em;
  }
  .l_descs header {
    margin-bottom: 2em;
  }
  .l_descs .l_descs_in .l_descs_flex {
    margin-bottom: 3em;
  }
  .l_descs .l_descs_in .l_descs_flex:nth-of-type(1) {
    flex-direction: column;
  }
  .l_descs .l_descs_in h3 {
    line-height: 1.3;
  }
  .l_descs .l_descs_in .l_descs_flex {
    flex-direction: column;
  }
  .l_descs .ld5ld6 > div {
    flex-direction: column;
  }
  .l_descs .ld5ld6 > div > div:first-child {
    margin-bottom: 2em;
  }
}
.l_descsD {
  padding-top: 3em;
  padding-bottom: 4em;
}
.l_descsD:after {
  display: none;
}
.l_descsD .ld7 {
  margin-bottom: -2em;
}
.l_descsD .ld7 > div {
  margin-right: -4em;
}
.l_descsD .ld7 h3 {
  font-style: italic;
  line-height: 1.6;
}
.l_descsD.l_descs .l_descs_in .l_descs_flex figure {
  flex: 0 1 39%;
}
.l_descsD .ld8 {
  margin-bottom: 4em;
}
.l_descsD .ld8 figure {
  margin-top: 2.5em;
}
.l_descsD .ld9 figure {
  margin-top: 2em;
}
.l_descsD .line_h2 {
  color: #db699a;
  font-style: italic;
  position: relative;
  padding-bottom: 0.5em;
  line-height: 1.3;
  display: inline-block;
  font-weight: 600;
}
.l_descsD .line_h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #db699a, rgba(219, 105, 154, 0));
}
.l_descsD .line_h2_sp_top {
  margin-top: -2em;
}
.l_descsD .line_h2_sp_top > div {
  position: absolute;
  bottom: 3em;
}
.l_descsD .ld9_wrap {
  position: relative;
}
.l_descsD .spec .spec_tables > div:last-child table .colth {
  width: 11em;
}
.l_descsD .spec .spec_flex > div:last-child .price {
  border: 0;
}
.l_descsD .spec .spec_flex .spec_in:nth-of-type(1) .price {
  margin-bottom: 0;
}
.l_descsD .spec .spec_flex .spec_in:nth-of-type(2) {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #a0a9ab;
  margin-bottom: 0.5em;
}
.l_descsD .spec .spec_flex .spec_in:nth-of-type(2) .price {
  padding-bottom: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 880px) {
  .l_descsD .line_h2_sp_top > div {
    position: unset;
  }
  .l_descsD .line_h2_sp_top {
    margin-top: 3em;
  }
  .l_descsD .spec .spec_tables > div:last-child table .colth {
    width: 8em;
  }
}
.new_xxio_bar {
  background-color: #fff;
  position: relative;
  z-index: 10;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.new_xxio_bar_in {
  display: flex;
  overflow: hidden;
}

.new_xxio_bar_in > div {
  display: flex;
  width: 130%;
  animation: infinity-scroll-left 30s infinite linear 0.5s both;
}

.new_xxio_bar_in > div > p {
  width: 32.2580645161vw;
}

@media screen and (max-width: 880px) {
  .new_xxio_bar_in > div {
    width: auto;
  }
  .new_xxio_bar_in > div > p {
    width: 65vw;
  }
}
.spec_wrap {
  margin-top: 3em;
}
.spec_wrap h4 {
  color: #5d67ae;
  font-size: 207%;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 1em;
}
.spec_wrap .spec {
  width: auto;
}
.spec_wrap .spec .spec_flex > div:first-child figure {
  width: 93%;
  margin-left: 4%;
}
.spec_wrap .spec .spec_flex > div:last-child {
  padding-top: 0;
}
.spec_wrap .spec .spec_tables > div:first-child table th {
  background-color: #d4daeb;
  border-left: 1px solid #a0a9ab;
}
.spec_wrap .spec .spec_tables > div:first-child table th:first-child {
  border-left: 0;
}
.spec_wrap .spec .spec_tables > div:last-child .fbl {
  color: #708abb;
}
.spec_wrap .spec .spec_tables > div:last-child table .col1 {
  border-left: 1px solid #a0a9ab;
}
.spec_wrap .spec .spec_tables > div:last-child table tr:first-child th {
  background-color: #d4daeb;
}
.spec_wrap .spec .spec_tables > div:first-child > div:last-child {
  margin-top: 1em;
}

.new_xxio_barFw .new_xxio_bar_in > div {
  width: 169%;
}

.new_xxio_barFw .new_xxio_bar_in > div > p {
  width: 42vw;
}

@media screen and (max-width: 880px) {
  .new_xxio_barFw .new_xxio_bar_in > div {
    width: auto;
  }
  .new_xxio_barFw .new_xxio_bar_in > div > p {
    width: 85vw;
  }
}
.l_descsFw {
  padding-top: 3.5em;
  padding-bottom: 1.8em;
}
.l_descsFw.l_descs .l_descs_in h3 {
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 0;
  margin-right: -3em;
}
.l_descsFw.l_descs:after {
  display: none;
}
.l_descsFw.l_descs .l_descs_in .l_descs_flex {
  gap: 0;
  width: 97%;
}
.l_descsFw.l_descs .l_descs_in .l_descs_flex figure {
  flex: 0 1 40.5%;
  margin-top: -1.5em;
}
.l_descsFw .fw8 {
  margin-top: -1em;
  margin-bottom: 4.5em;
}
.l_descsFw .fw8 figure {
  margin-top: 1em;
}
.l_descsFw .fw9 figure {
  margin-top: 2em;
  margin-top: -1em;
}
.l_descsFw .fw10 {
  display: flex;
  margin-bottom: 1.5em;
  display: flex;
}
.l_descsFw .fw10 > div {
  flex: 1;
}
.l_descsFw .fw10 > div h2 {
  margin-right: -3em;
}
.l_descsFw .fw10 figure {
  flex: 0 1 63%;
  margin-top: -2em;
}
.l_descsFw .fw9_wrap {
  position: relative;
}
.l_descsFw .fw9 {
  margin-bottom: 5em;
}
.l_descsFw .fw9 figure {
  margin-top: -4.3em;
}
.l_descsFw .spec_wrap {
  margin-top: 0em;
}
.l_descsFw .spec .spec_tables > div:last-child table .colth {
  width: 9em;
}

@media screen and (max-width: 880px) {
  .l_descsFw.l_descs .l_descs_in .l_descs_flex {
    width: auto;
    padding-left: 0;
  }
  .l_descsFw.l_descs .l_descs_in .l_descs_flex figure {
    margin-top: 1em;
  }
  .l_descsFw .fw9 figure {
    margin-top: 1em;
  }
  .l_descsFw .fw10 {
    flex-direction: column;
  }
  .l_descsFw .fw10 figure {
    margin-top: 1em;
  }
  .l_descsFw .spec .spec_tables > div:last-child table .colth {
    width: 6.5em;
  }
}
.line_h2 {
  color: #db699a;
  font-style: italic;
  position: relative;
  padding-bottom: 0.5em;
  line-height: 1.3;
  display: inline-block;
  font-weight: 600;
}
.line_h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #db699a, rgba(219, 105, 154, 0));
}

@media screen and (max-width: 880px) {
  .line_h2 {
    line-height: 1.4;
    font-size: 145%;
    padding-bottom: 0.5em;
  }
  .line_h2:after {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.lineup_settings h3 {
  margin-bottom: 1.5em;
}
.lineup_settings h5 {
  padding: 0 0.5em;
  display: inline-block;
  color: #fff;
  background-color: #000;
  font-size: 85%;
  margin-bottom: 0.5em;
}
.lineup_settings .lineup_settings_gp {
  margin-bottom: 1em;
}
.lineup_settings .lineup_settings_gp > p {
  font-size: 55%;
  margin-bottom: 0.5em;
}
.lineup_settings .lineup_settings_gp .lineup_settings_gp_in {
  width: 77%;
  margin: 0 auto;
}
.lineup_settings .lineup_settings_gpB {
  margin-top: 3em;
}
.lineup_settings .lineup_settings_gpBB {
  margin-top: 1.5em;
  margin-bottom: 2.5em;
}

.new_xxio_barHy .new_xxio_bar_in > div {
  width: 169%;
}
.new_xxio_barHy .new_xxio_bar_in > div > p {
  width: 33vw;
}

@media screen and (max-width: 880px) {
  .new_xxio_barHy .new_xxio_bar_in > div {
    width: auto;
  }
  .new_xxio_barHy .new_xxio_bar_in > div > p {
    width: 65vw;
  }
}
.l_descsHy {
  padding-top: 3.5em;
  padding-bottom: 4em;
}
.l_descsHy .hy1 {
  margin-top: -1em;
  margin-bottom: 4.5em;
}
.l_descsHy .hy1 figure {
  margin-top: 1em;
}
.l_descsHy .hy1 figure {
  margin-top: -1em;
}
.l_descsHy .hy2 {
  margin-bottom: 2em;
  margin-top: -5em;
}
.l_descsHy .hy2 > div {
  margin-bottom: 1em;
}
.l_descsHy .hy3 {
  margin-bottom: 5em;
}
.l_descsHy .hy3 > div {
  margin-bottom: -2em;
}
.l_descsHy .l_descs {
  padding-bottom: 3em;
}
.l_descsHy.l_descs .l_descs_in h3 {
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 0;
  margin-right: -3em;
}
.l_descsHy.l_descs:after {
  display: none;
}
.l_descsHy.l_descs .l_descs_in .l_descs_flex {
  gap: 0;
  width: 95%;
}
.l_descsHy.l_descs .l_descs_in .l_descs_flex figure {
  flex: 0 1 40.5%;
  margin-top: 0;
}

@media screen and (max-width: 880px) {
  .l_descsHy.l_descs .l_descs_in .hy1 figure {
    margin-top: 1em;
  }
  .l_descsHy .hy3 > div {
    margin-bottom: 1em;
  }
}
.hy_md_tables {
  margin-bottom: 4em;
}
.hy_md_tables > p {
  margin-bottom: -1em;
  font-size: 70%;
}
.hy_md_tables > div:first-child {
  margin-bottom: 1em;
}
.hy_md_tables > div > p {
  font-size: 80%;
}
.hy_md_tables > div table {
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  margin-top: -1.5em;
}
.hy_md_tables > div table th, .hy_md_tables > div table td {
  border: 1px solid #808080;
  text-align: center;
  font-size: 100%;
  padding: 0.3em 0;
}
.hy_md_tables > div table tr:first-child th:last-child {
  font-size: 100%;
}
.hy_md_tables > div table tr th {
  font-size: 80%;
  padding: 0.1em 0;
}
.hy_md_tables > div table tr td {
  width: 7em;
}
.hy_md_tables > div table tr th:first-child {
  border-left: 0;
  font-size: 70%;
  width: 11em;
  line-height: 1.3;
}
.hy_md_tables > div table tr td:first-child {
  border-left: 0;
  font-size: 80%;
}
.hy_md_tables > div table tr th:last-child {
  border-right: 0;
  font-size: 80%;
}
.hy_md_tables > div table tr td:last-child {
  border-right: 0;
}
.hy_md_tables > div table tr .bgb {
  background-color: #5e67ae;
  color: #fff;
}
.hy_md_tables > div table tr.bdn th, .hy_md_tables > div table tr.bdn td {
  border: 0;
}
.hy_md_tables > div table tr.bdn th:last-child {
  color: #5e67ae;
  font-weight: 600;
}

.new_xxio_barIr .new_xxio_bar_in > div {
  width: 169%;
}
.new_xxio_barIr .new_xxio_bar_in > div > p {
  width: 30vw;
}

@media screen and (max-width: 880px) {
  .new_xxio_barIr .new_xxio_bar_in > div {
    width: auto;
  }
  .new_xxio_barIr .new_xxio_bar_in > div > p {
    width: 59vw;
  }
}
.l_descsIr {
  padding-top: 3.5em;
  padding-bottom: 1.8em;
}
.l_descsIr.l_descs .l_descs_in h3 {
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 0;
  margin-right: -3em;
}
.l_descsIr.l_descs:after {
  display: none;
}
.l_descsIr.l_descs .l_descs_in .l_descs_flex {
  gap: 0;
  width: 95%;
}
.l_descsIr.l_descs .l_descs_in .l_descs_flex figure {
  flex: 0 1 42%;
  margin-top: -1.5em;
}
.l_descsIr .ir1 {
  margin-bottom: 1em;
}
.l_descsIr .ir2 {
  margin-bottom: 3.5em;
}
.l_descsIr .ir3 > div {
  margin-bottom: 1em;
}
.l_descsIr .spec_wrap {
  margin-top: 6em;
}
.l_descsIr .spec_in {
  line-height: 1.5;
  margin-top: 1em;
}
.l_descsIr .prices {
  display: flex;
  gap: 1.5em;
}
.l_descsIr .spec_tables i {
  color: #d35243;
  font-style: normal;
}
.l_descsIr .spec .spec_flex > div:first-child {
  flex: 0 1 47.5%;
}
.l_descsIr .spec_wrap .spec .spec_flex > div:last-child {
  margin-top: -6em;
}
.l_descsIr .spec_wrap h4 {
  margin-bottom: 1.4em;
}
.l_descsIr .spec .spec_flex > div:last-child .price {
  border: 0;
}
.l_descsIr .spec_in:nth-of-type(2) {
  border-bottom: 1px solid #a0a9ab;
  margin-bottom: 0.5em;
}
.l_descsIr .spec .spec_flex > div:last-child .price {
  padding-bottom: 0;
}

@media screen and (max-width: 880px) {
  .l_descsIr.l_descs .l_descs_in .l_descs_flex figure {
    margin-top: 1em;
  }
  .ir2 figure {
    margin-top: 1em;
  }
  .l_descsIr .spec_wrap .spec .spec_flex > div:last-child {
    margin-top: 0;
  }
  .l_descsIr .prices {
    flex-direction: column;
  }
}
.spec .spec_flex:after {
  background-image: linear-gradient(to right, #5f67ae, rgba(95, 103, 174, 0));
}

.two_lineupPage {
  z-index: 10;
}

.lgrad {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.ladies_bottom {
  position: relative;
  z-index: 10;
  padding: 3.5em 0;
  padding-bottom: 2em;
}
.ladies_bottom .wrap {
  width: 75%;
}
.ladies_bottom .club_setting {
  display: flex;
  gap: 1em;
  margin-bottom: 0.5em;
}
.ladies_bottom .club_setting > figure {
  flex: 0 1 46%;
}
.ladies_bottom .club_setting > div {
  text-align: center;
  font-style: italic;
  flex: 1;
  color: #5d67ae;
}
.ladies_bottom .club_setting > div h2 {
  font-style: italic;
  letter-spacing: 0.05em;
  font-size: 330%;
  margin-bottom: 0.2em;
}
.ladies_bottom .club_setting > div p {
  line-height: 1.6;
  font-size: 114%;
}
.ladies_bottom .lbblock {
  margin-bottom: 4em;
}
.ladies_bottom .lbblock:last-child {
  margin-bottom: 0;
}
.ladies_bottom .lbblock ul {
  font-style: italic;
  margin-bottom: 0;
}
.ladies_bottom .lbblock ul li {
  position: relative;
  padding-left: 1.5em;
  font-weight: 600;
  font-size: 81%;
}
.ladies_bottom .lbblock ul li:before {
  content: "●";
  left: 0;
  position: absolute;
}

.l_descs .spec .spec_links a {
  border: 2px solid #ff1088;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10em;
  display: flex;
  justify-content: flex-start;
  padding-left: 2em;
  color: #ff1088;
  border: 0;
}
.l_descs .spec .spec_links a:after {
  content: "";
  border: 2px solid #ff1088;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background-color: transparent;
  background: none;
  border-radius: 10em;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.l_descs .spec .spec_links a i {
  font-style: italic;
}
.l_descs .spec .spec_links a span:before {
  width: 1.3em;
  height: 1.3em;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20width%3D%22112px%22%20height%3D%2238.154px%22%20viewBox%3D%220%200%20112%2038.154%22%20enable-background%3D%22new%200%200%20112%2038.154%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%228%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%22%0A%094%2C34.154%20108%2C34.154%2068.308%2C4%20%22%2F%3E%0A%3C%2Fsvg%3E");
  content: "";
  display: block;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.l_descs .spec .spec_links a span:after {
  background: linear-gradient(to right, #ff1088, #ff70b7);
}
.l_descs .spec .spec_links a svg polyline {
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.l_descs .spec .spec_links a:hover {
  color: #fff;
}
.l_descs .spec .spec_links a:hover span:after {
  background-image: linear-gradient(to right, #ff1088, #ff70b7);
  background-color: #fff;
  background: linear-gradient(to right, #ff1088, #ff70b7);
}
.l_descs .spec .spec_links a:hover svg path {
  fill: #fff !important;
}
.l_descs .spec .spec_links a:hover:after {
  opacity: 0;
}
.l_descs .spec .spec_links a:hover svg:last-child polyline {
  stroke: #fff !important;
}
.l_descs .spec .spec_links a.cart svg:nth-child(1) path {
  fill: #ff1088;
}
.l_descs .spec .spec_links a svg:last-child {
  width: 1.3em;
  height: 1.3em;
  content: "";
  display: block;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

@media screen and (max-width: 880px) {
  .spec .spec_links {
    gap: 0.5em;
  }
  .spec .spec_links a.cart {
    gap: 0.1em;
  }
  .ladies_bottom .club_setting {
    flex-direction: column;
  }
  .ladies_bottom .wrap {
    width: auto;
  }
  .ladies_bottom .club_setting > div {
    margin-bottom: 1em;
  }
  .ladies_bottom .line_h2 {
    margin-bottom: 0.5em;
  }
  .ladies_bottom {
    margin-bottom: 4em;
  }
}
.page_headerLd.page_header .page_nav:before {
  background-image: url(../img/nav_bg.png);
}/*# sourceMappingURL=style.css.map */