@charset "UTF-8";
/* ------------------------------
- base
------------------------------ */
@media screen and (min-width: 1024px) {
  .visible-md, .visible-sm {
    display: none;
  }
  .visible-lg {
    display: inherit;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .visible-lg, .visible-sm {
    display: none;
  }
  .visible-md {
    display: inherit;
  }
}
@media screen and (max-width: 749px) {
  .visible-lg, .visible-md {
    display: none;
  }
  .visible-sm {
    display: inherit;
  }
}

.bg-purple {
  background: #f1f0f3;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

* {
  box-sizing: border-box;
  line-height: 1.5;
}

@media screen and (min-width: 750px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 749px) {
  html {
    font-size: 2.66666vw;
  }
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #000;
}

main {
  display: block;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 750px) {
  a {
    transition: all 0.3s;
  }
  a::before, a::after {
    transition: all 0.3s;
  }
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

svg {
  width: 100%;
  height: auto;
}

sup {
  font-size: 0.5em;
  vertical-align: super;
}

input, button, textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

address {
  font-style: normal;
}

@media screen and (min-width: 750px) {
  .l-inner-lg {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .l-inner-lg {
    padding: 0 1.5rem;
  }
}

@media screen and (min-width: 750px) {
  .l-inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .l-inner {
    padding: 0 1.5rem;
  }
}

@media screen and (min-width: 750px) {
  .l-inner-ex {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 750px) {
  .l-inner-sm {
    width: 90%;
    max-width: 920px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .l-inner-sm {
    padding: 0 1.5rem;
  }
}

body {
  letter-spacing: 0.05em;
}

/* ------------------------------
- common
------------------------------ */
@media screen and (min-width: 1200px) {
  body {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 1199px) {
  body {
    padding-top: 7rem;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  font-family: "Poppins", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 600;
  position: relative;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
@media screen and (min-width: 1200px) {
  .header {
    height: 10rem;
  }
}
@media screen and (max-width: 1199px) {
  .header {
    height: 7rem;
  }
}

.headerLogo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .headerLogo {
    background-image: url("../img/common/header_logo_bg.png");
    background-position: right center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1200px) {
  .headerLogo {
    width: 27rem;
  }
}
@media screen and (max-width: 1199px) {
  .headerLogo {
    margin-left: 1rem;
  }
}

@media screen and (max-width: 749px) {
  .headerLogo__img {
    width: 14.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .header__right {
    display: flex;
    padding: 1.8rem 4rem;
    gap: 3.7rem;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1199px) {
  .header__right {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30rem;
    transform: translateX(30rem);
    background: #432C87;
    color: #fff;
    overflow: auto;
    transition: all 0.3s;
    opacity: 0;
    z-index: 11;
  }
  .is-active .header__right {
    transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .header__right {
    padding: 10rem 3rem 3rem;
  }
}
@media screen and (max-width: 749px) {
  .header__right {
    padding: 6rem 3rem 3rem;
  }
}

@media screen and (min-width: 1200px) {
  .headerNav {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1199px) {
  .headerNav {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media screen and (min-width: 1200px) {
  .headerNav__anc + .headerNav__anc {
    padding-left: 2rem;
    margin-left: 2rem;
    border-left: 1px solid #DEDEDE;
  }
  .headerNav__anc:hover {
    color: #432C87;
  }
}
@media screen and (max-width: 1199px) {
  .headerNav__anc {
    display: block;
  }
  .headerNav__anc + .headerNav__anc {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  .headerContact {
    display: flex;
    align-items: center;
    gap: 3.2rem;
  }
}
@media screen and (max-width: 1199px) {
  .headerContact {
    text-align: center;
  }
}

@media screen and (min-width: 750px) {
  .headerContact__phone {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 749px) {
  .headerContact__phone {
    font-size: 2rem;
  }
}
.headerContact__phone:hover {
  color: #432C87;
}

.headerContact__btn {
  display: block;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .headerContact__btn {
    width: 17.8rem;
    padding: 2rem;
    background: #432C87;
    color: #fff;
  }
}
@media screen and (max-width: 1199px) {
  .headerContact__btn {
    background: #fff;
    color: #432C87;
    padding: 1.5rem;
    margin-top: 2rem;
  }
}

.header__ham {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
}
@media screen and (min-width: 1200px) {
  .header__ham {
    display: none;
  }
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .header__ham {
    right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .header__ham {
    right: 0;
    width: 7rem;
    height: 7rem;
    background: #432C87;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.header__ham span {
  display: block;
  width: 4rem;
  height: 3px;
  background: #fff;
  border-radius: 999px;
  transition: all 0.3s;
}
.header__ham span + span {
  margin-top: 0.7rem;
}
.is-active .header__ham span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 7px);
}
.is-active .header__ham span:nth-child(2) {
  opacity: 0;
}
.is-active .header__ham span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

@media screen and (min-width: 750px) {
  .footer {
    font-size: 1.6rem;
    padding-top: 3.9rem;
    padding-bottom: 3.4rem;
  }
}
@media screen and (max-width: 749px) {
  .footer {
    font-size: 1.4rem;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .footer__container {
    display: flex;
    justify-content: space-between;
    gap: 2rem 8rem;
  }
}

@media screen and (min-width: 1024px) {
  .footerLogo {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 749px) {
  .footerLogo {
    display: inline-block;
    width: 25rem;
  }
}

@media screen and (min-width: 1024px) {
  .footer__right {
    display: flex;
    justify-content: space-between;
    gap: 1rem 9rem;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .footer__right {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 749px) {
  .footer__right {
    margin-top: 1.5rem;
  }
}

.footer__address {
  line-height: 1.8;
}
@media screen and (max-width: 749px) {
  .footer__address {
    margin-bottom: 1rem;
  }
}

.footerMenu__anc {
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.footerMenu__anc::after {
  content: "\e900";
  font-family: "icomoon" !important;
}
.footerMenu__anc:hover {
  color: #432C87;
}

.cv {
  background-image: url("../img/common/cv_bg.jpg");
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 750px) {
  .cv {
    padding-top: 7rem;
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 749px) {
  .cv {
    padding: 5rem 0;
  }
}

.cv__title {
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  font-family: "Poppins", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 750px) {
  .cv__title {
    font-size: 7.6rem;
  }
}
@media screen and (max-width: 749px) {
  .cv__title {
    font-size: 5.5rem;
  }
}

.cv__box {
  background: #432C87;
}
@media screen and (min-width: 1024px) {
  .cv__box {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}
@media screen and (min-width: 750px) {
  .cv__box {
    padding: 5.5rem;
  }
}
@media screen and (max-width: 749px) {
  .cv__box {
    padding: 3rem 2rem;
  }
}

.cv__col {
  color: white;
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .cv__col + .cv__col {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 749px) {
  .cv__col + .cv__col {
    margin-top: 2rem;
  }
}

.cv__phone__title {
  color: white;
}
@media screen and (min-width: 750px) {
  .cv__phone__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .cv__phone__title {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
  }
}
.cv__phone__title::after {
  content: "";
  height: 3px;
  width: 3rem;
  display: block;
  background: white;
}
@media screen and (min-width: 750px) {
  .cv__phone__title::after {
    margin: 1rem auto 0;
  }
}
@media screen and (max-width: 749px) {
  .cv__phone__title::after {
    margin: 0.7rem auto 0;
  }
}

.cv__phone {
  font-weight: 600;
  line-height: 1;
  font-family: "Poppins", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media screen and (min-width: 750px) {
  .cv__phone {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 749px) {
  .cv__phone {
    font-size: 3.2rem;
  }
}
.cv__phone:hover {
  color: #432C87;
}

.cv__btn {
  width: 33rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #432C87;
  position: relative;
  max-width: 100%;
  border: 1px solid #fff;
  background: #fff;
  color: #222222;
}
@media screen and (max-width: 1023px) {
  .cv__btn {
    width: 100%;
  }
}
@media screen and (min-width: 750px) {
  .cv__btn {
    height: 7rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 749px) {
  .cv__btn {
    height: 5.5rem;
    font-size: 1.4rem;
  }
}
.cv__btn + .cv__btn {
  margin-top: 0.8rem;
}
.cv__btn::after {
  content: "\e900";
  display: block;
  font-family: "icomoon" !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  color: #432C87;
}
.cv__btn:hover {
  background: #DEDEDE;
}

@media screen and (min-width: 1024px) {
  .cv__col__bar {
    background: #DEDEDE;
    height: auto;
    width: 1px;
    align-self: stretch;
  }
}
@media screen and (max-width: 1023px) {
  .cv__col__bar {
    margin-top: 2rem;
  }
}

.kv {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.kv__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .kv__inner {
    height: 30rem;
  }
}
@media screen and (max-width: 749px) {
  .kv__inner {
    height: 20rem;
  }
}

.kv__en {
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  font-family: "Poppins", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (min-width: 750px) {
  .kv__en {
    font-size: 4.8rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 749px) {
  .kv__en {
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }
}

.kv__jp {
  font-weight: bold;
}
@media screen and (min-width: 750px) {
  .kv__jp {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 749px) {
  .kv__jp {
    font-size: 1.8rem;
  }
}

.kv {
  background-image: url("../img/line-up/kv_pc.jpg");
  color: #fff;
}

.sec {
  position: relative;
}
@media screen and (min-width: 750px) {
  .sec {
    padding: 8rem 0;
    font-size: 1.6rem;
  }
  .sec.-triangle-top {
    padding-top: 16rem;
  }
  .sec.-triangle-bottom {
    padding-bottom: 16rem;
  }
}
@media screen and (max-width: 749px) {
  .sec {
    padding: 5rem 0;
    font-size: 1.4rem;
  }
  .sec.-triangle-top {
    padding-top: 8rem;
  }
  .sec.-triangle-bottom {
    padding-bottom: 8rem;
  }
}
.sec.-pb0 {
  padding-bottom: 0;
}
.sec.-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 750px) {
  .secHead {
    margin-bottom: 5.5rem;
  }
}
@media screen and (max-width: 749px) {
  .secHead {
    margin-bottom: 3.5rem;
  }
}

.secHead__en {
  font-weight: 600;
  font-family: "Poppins", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: transparent;
  line-height: 1.1;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 750px) {
  .secHead__en {
    font-size: 4.8rem;
    gap: 3rem;
  }
}
@media screen and (max-width: 749px) {
  .secHead__en {
    font-size: 2.8rem;
    gap: 1.5rem;
  }
}
.secHead__en.-stroke-purple {
  color: #432C87;
}
.secHead__en.-stroke-purple::after {
  background: #DEDEDE;
}
.secHead__en.-stroke-white {
  color: #fff;
}
.secHead__en.-stroke-white::after {
  background: #ffffff;
}
.secHead__en::after {
  content: "";
  display: block;
  height: 1px;
  flex: 1;
}

.secHead__jp {
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  color: #fff;
}
@media screen and (min-width: 750px) {
  .secHead__jp {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 749px) {
  .secHead__jp {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 750px) {
  .secHead__en + .secHead__jp {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 749px) {
  .secHead__en + .secHead__jp {
    margin-top: 0.8rem;
  }
}
.secHead__jp::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #432C87;
  transform: skewX(-30deg);
}

.secHead__jp__inner {
  position: relative;
  z-index: 1;
}

.secHead__lead {
  line-height: 1.8;
}
@media screen and (min-width: 750px) {
  .secHead__lead {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 749px) {
  .secHead__lead {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}

.sec__triangle {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 749px) {
  .sec__triangle {
    height: 55px;
  }
}
.sec__triangle.-top {
  top: -1px;
}
.sec__triangle.-bottom {
  bottom: -1px;
}

.sec__paragraph {
  line-height: 1.8;
}

@media screen and (min-width: 750px) {
  .sec__block + .sec__block {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 749px) {
  .sec__block + .sec__block {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 750px) {
  .lineupAbout__sec {
    padding-top: 8rem;
    padding-bottom: 6.5rem;
  }
}
@media screen and (max-width: 749px) {
  .lineupAbout__sec {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.lineupAbout__title {
  font-weight: bold;
  color: #432C87;
}
@media screen and (min-width: 750px) {
  .lineupAbout__title {
    font-size: 2.4rem;
    margin-bottom: 4.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 749px) {
  .lineupAbout__title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .lineupAbout__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.8rem;
  }
}

.lineupAbout__col {
  display: flex;
  align-items: center;
  background: #f1f0f3;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 750px) {
  .lineupAbout__col {
    padding: 3.2rem;
    gap: 2.4rem;
  }
}
@media screen and (max-width: 749px) {
  .lineupAbout__col {
    padding: 2rem;
    gap: 2rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .lineupAbout__col + .lineupAbout__col {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 749px) {
  .lineupAbout__col + .lineupAbout__col {
    margin-top: 2rem;
  }
}

.lineupAbout__icon {
  flex-shrink: 0;
}

.lineupAbout__text {
  line-height: 1.8;
}
@media screen and (min-width: 750px) {
  .lineupAbout__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 749px) {
  .lineupAbout__text {
    font-size: 1.4rem;
  }
}

.pickup__sec {
  background-image: url("../img/line-up/pickup_bg.jpg");
  background-position: center bottom;
  color: #fff;
}

.pickupItem {
  background: #fff;
  color: #000;
  position: relative;
}
@media screen and (min-width: 750px) {
  .pickupItem {
    display: flex;
    align-items: center;
    padding: 2.5rem 4rem 2.5rem 0;
  }
}
@media screen and (max-width: 749px) {
  .pickupItem {
    padding: 1rem 1.5rem 3rem 1.5rem;
  }
}
.pickupItem + .pickupItem {
  margin-top: 2.4rem;
}
.pickupItem::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #432C87 transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  left: 0;
  top: 0;
}

.pickupItem__left {
  text-align: center;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .pickupItem__left {
    width: 34rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .pickupItem__left {
    width: 22rem;
  }
}

.pickupItem__button {
  background: #432C87;
  color: #fff;
  border: none;
  padding: 1.4rem 7rem;
  position: relative;
  font-size: 1.4rem;
  cursor: pointer;
  display: block;
  margin: 1rem auto 0;
}
.pickupItem__button:after {
  content: "\e900";
  display: block;
  font-family: "icomoon" !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .pickupItem__button {
    padding: 1.3rem 5rem;
  }
}
@media screen and (max-width: 749px) {
  .pickupItem__button {
    font-size: 1.3rem;
  }
}

.pickupItem__right {
  flex: 1;
}
@media screen and (min-width: 750px) {
  .pickupItem__right {
    border-left: 3px solid #432C87;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 749px) {
  .pickupItem__right {
    margin-top: 2rem;
  }
}

.pickupItem__title {
  color: #432C87;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 750px) {
  .pickupItem__title {
    font-size: 2rem;
    gap: 0.5rem 2rem;
  }
}
@media screen and (max-width: 749px) {
  .pickupItem__title {
    font-size: 1.6rem;
    gap: 0.5rem 1rem;
  }
}

.pickupItem__title__tag {
  font-weight: normal;
  border: 1px solid #432C87;
  padding: 0.2rem 0.7rem;
}
@media screen and (min-width: 750px) {
  .pickupItem__title__tag {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 749px) {
  .pickupItem__title__tag {
    font-size: 1.2rem;
  }
}

.pickupItem__text {
  margin-bottom: 2rem;
}
@media screen and (min-width: 750px) {
  .pickupItem__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 749px) {
  .pickupItem__text {
    font-size: 1.4rem;
  }
}

.pickupItem__table {
  font-size: 1.4rem;
  width: 100%;
}
.pickupItem__table tr:nth-child(even) {
  background: #f1f0f3;
}

.pickupItem__table__title,
.pickupItem__table__desc {
  border: 1px solid #DEDEDE;
}
@media screen and (min-width: 750px) {
  .pickupItem__table__title,
  .pickupItem__table__desc {
    padding: 1.2rem 1.8rem;
  }
}
@media screen and (max-width: 749px) {
  .pickupItem__table__title,
  .pickupItem__table__desc {
    padding: 1.2rem;
  }
}

.pickupItem__table__title {
  color: #432C87;
  white-space: nowrap;
}
@media screen and (min-width: 750px) {
  .pickupItem__table__title {
    width: 13rem;
  }
}
@media screen and (max-width: 749px) {
  .pickupItem__table__title {
    width: 9rem;
  }
}

.pickupItem__table__desc {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.lineup__wrapper {
  font-size: 1.4rem;
  overflow: auto;
}

.lineup__table {
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .lineup__table {
    width: 100rem;
  }
}

.lineup__head {
  background: #432C87;
  color: #fff;
}

.lineup__title,
.lineup__desc {
  border: 1px solid #DEDEDE;
  padding: 1.2rem;
  text-align: left;
}
.lineup__title.-dlt,
.lineup__desc.-dlt {
  font-size: 1.2rem;
  min-width: 130px;
}
.lineup__title.-dl,
.lineup__desc.-dl {
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 749px) {
  .lineup__title.-dl,
  .lineup__desc.-dl {
    padding: 1rem;
  }
}

.lineup__download {
  background: #432C87;
  font-weight: 700;
  padding: 1rem 2rem;
  color: #fff;
}
@media screen and (max-width: 749px) {
  .lineup__download {
    padding: 1rem 1.7rem;
  }
}

body {
  position: relative;
}

.modal {
  display: none; /* 初期状態は非表示 */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 12;
}

.modal__wrapper {
  background-color: #fff;
  position: relative;
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  max-height: 70vh;
}
@media screen and (max-width: 749px) {
  .modal__wrapper {
    max-height: 80vh;
    width: 85%;
  }
}

.modal__content {
  width: 100%;
  height: 70vh;
  overflow-y: auto;
}
@media screen and (max-width: 749px) {
  .modal__content {
    max-height: 80vh;
  }
}

.modal__pickupItem {
  width: 100%;
  z-index: 50;
  color: #000;
  padding: 8rem;
}
@media screen and (max-width: 1023px) {
  .modal__pickupItem {
    padding: 6rem;
  }
}
@media screen and (min-width: 750px) {
  .modal__pickupItem {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (max-width: 749px) {
  .modal__pickupItem {
    padding: 1rem 1.5rem 3rem 1.5rem;
  }
}

.modal__left {
  text-align: center;
  flex-shrink: 0;
}
@media screen and (min-width: 750px) {
  .modal__left {
    margin-right: 4rem;
  }
}

.modal__picture {
  width: 210px;
  height: 210px;
  display: inline-block;
  margin: 0 auto 0 0;
  border: 1px solid #DEDEDE;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .modal__picture {
    width: 180px;
    height: 180px;
  }
}

.modal__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal__right {
  flex: 1;
}
@media screen and (min-width: 750px) {
  .modal__right {
    border-left: 3px solid #432C87;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 749px) {
  .modal__right {
    margin-top: 2rem;
  }
}

.modal__title {
  color: #432C87;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 750px) {
  .modal__title {
    font-size: 2rem;
    gap: 0.5rem 2rem;
  }
}
@media screen and (max-width: 749px) {
  .modal__title {
    font-size: 1.6rem;
    gap: 0.5rem 1rem;
  }
}

.modal__title__tag {
  font-weight: normal;
  border: 1px solid #432C87;
  padding: 0.2rem 0.7rem;
}
@media screen and (min-width: 750px) {
  .modal__title__tag {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 749px) {
  .modal__title__tag {
    font-size: 1.2rem;
  }
}

.modal__text {
  margin-bottom: 2rem;
}
@media screen and (min-width: 750px) {
  .modal__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 749px) {
  .modal__text {
    font-size: 1.4rem;
  }
}

.modal__good {
  background: #F3F2F7;
  border: 1px solid #DEDEDE;
  padding: 3.2rem;
}
@media screen and (max-width: 749px) {
  .modal__good {
    padding: 1.8rem;
  }
}

.modal__goodTtl {
  font-size: 1.6rem;
  color: #432C87;
  font-weight: 700;
}

.modal__list {
  margin-top: 1.6rem;
}

.modal__item {
  font-size: 1.4rem;
  line-height: 1.2;
  display: flex;
  align-items: flex-start;
}
.modal__item + .modal__item {
  margin-top: 1.2rem;
}
.modal__item::before {
  content: "";
  display: inline-block;
  background-image: url("/royal-purple/assets/img/contact/checkbox.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.5rem;
  margin-top: 1px;
  width: 17px;
  height: 14px;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .modal__item {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 749px) {
  .modal__item::before {
    width: 1.7rem;
    height: 1.4rem;
  }
}

.modal__ttl {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  color: #432C87;
  font-weight: 700;
}
@media screen and (max-width: 749px) {
  .modal__ttl {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}

.modal__desc {
  margin-top: 0.4rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 749px) {
  .modal__desc {
    margin-top: 0.2rem;
    font-size: 1.2rem;
  }
}

.modal__attention {
  font-size: 1.2rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 749px) {
  .modal__attention {
    margin-top: 2.4rem;
    font-size: 1.1rem;
  }
}

.close-btn {
  background-color: #432C87;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  right: -40px;
  top: -40px;
  width: 80px;
  height: 80px;
  text-align: center;
  display: block;
  z-index: 100;
}
.close-btn:before, .close-btn:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.close-btn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.close-btn:after {
  opacity: 0.8;
}
@media screen and (max-width: 1023px) {
  .close-btn {
    width: 60px;
    height: 60px;
    top: -30px;
    right: -30px;
  }
  .close-btn:before, .close-btn:after {
    width: 30px;
  }
}
@media screen and (max-width: 749px) {
  .close-btn {
    width: 5rem;
    height: 5rem;
    top: -2.5rem;
    right: -2.5rem;
  }
}
.close-btn:before, .close-btn:after {
  width: 2.5rem;
}

.lineup__contact {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 120px;
  height: 120px;
  z-index: 11;
}
@media screen and (max-width: 749px) {
  .lineup__contact {
    bottom: 1rem;
    right: 1rem;
    width: 8rem;
    height: 8rem;
  }
}
.lineup__contact:hover {
  opacity: 0.8;
}/*# sourceMappingURL=line-up.css.map */