/* CSS Document */
/*-----------------
 LINEUP slider
------------------*/
.lineup_slider {
  overflow: hidden;
  width: 100%;
  height: 480px;
  position: relative;
  display: block;
}
@media (max-width: 840px) {
  .lineup_slider {
    height: 384px;
  }
}
@media (max-width: 540px) {
  .lineup_slider {
    height: 247px;
  }
}
.lineup_slider .loop_slide2 {
  display: none;
}
.lineup_slider .loop_slide2.slick-initialized {
  display: block;
}
.lineup_slider .loop_slide2 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lineup_slider .loop_slide2 div img {
  width: 350px;
  height: auto;
  margin: 0 40px;
}
@media (max-width: 840px) {
  .lineup_slider .loop_slide2 div img {
    width: 280px;
    margin: 0 25px;
  }
}
@media (max-width: 540px) {
  .lineup_slider .loop_slide2 div img {
    width: 180px;
    margin: 0 15px;
  }
}

/*-----------------
 outline
------------------*/
.outline_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.outline_flex .left_rap {
  width: 28%;
}
.outline_flex .right_rap {
  width: 70%;
}

@media (max-width: 540px) {
  .outline_flex {
    display: block;
  }
  .outline_flex .left_rap,
  .outline_flex .right_rap {
    width: 100%;
  }
}
.outline_list li {
  border-bottom: 1px dotted #a7a7a7;
  padding: 25px 15px;
}
@media (max-width: 540px) {
  .outline_list li {
    padding: 15px 5px;
  }
}
.outline_list li:first-child {
  border-top: 1px dotted #a7a7a7;
}

.outline_list table {
  width: 100%;
}
.outline_list table th, .outline_list table td {
  vertical-align: middle;
  text-align: left;
}
.outline_list table th {
  width: 25%;
  min-width: 100px;
  text-align: left;
  font-weight: 700;
  word-wrap: break-word;
}

@media (max-width: 540px) {
  .outline_list table th, .outline_list table td {
    width: 100%;
    display: block;
  }
  .outline_list table th {
    margin-bottom: 6px;
  }
  .outline_list table td .link {
    color: #838f8f;
    display: block;
  }
  .outline_list table td .link i {
    font-size: 12px;
    margin-left: 10px;
  }
}
/*-----------------
 size
------------------*/
.size_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f6f6f6;
}
.size_flex .img_rap,
.size_flex .txt_rap {
  width: 50%;
}
.size_flex .img_rap img {
  aspect-ratio: 500/500;
}
.size_flex .txt_rap {
  padding: 10px 8%;
}
.size_flex .txt_rap p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 840px) {
  .size_flex .img_rap img {
    aspect-ratio: 500/530;
  }
  .size_flex .txt_rap {
    padding: 10px 7%;
  }
}
@media (max-width: 540px) {
  .size_flex .img_rap,
  .size_flex .txt_rap {
    width: 100%;
  }
  .size_flex .img_rap img {
    aspect-ratio: 500/370;
  }
  .size_flex .txt_rap {
    padding: 60px 8%;
  }
}
/*-----------------
 LINEUP
------------------*/
.lineup-item-list li {
  text-align: center;
}
.lineup-item-list .item-img img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 540px) {
  .lineup-item-list .item-img img {
    margin-bottom: 10px;
  }
}
.lineup-item-list .item-name {
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 540px) {
  .lineup-item-list .item-name {
    margin-bottom: 6px;
  }
}
.lineup-item-list .item-name .en {
  font-size: 1.8rem;
  font-weight: 400;
}
@media (max-width: 540px) {
  .lineup-item-list .item-name .en {
    font-size: 1.6rem;
  }
}
.lineup-item-list .item-name .jp {
  font-weight: 400;
  margin-left: 5px;
}
.lineup-item-list .item-price {
  line-height: 1.4;
  letter-spacing: 0;
}
@media (max-width: 540px) {
  .lineup-item-list .item-price {
    font-size: 1.3rem;
  }
}
.lineup-item-list .item-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 230px;
  max-width: 100%;
  height: 40px;
  line-height: 1;
  background-color: #838f8f;
  color: #fff;
  border-radius: 20px;
  font-size: 1.4rem;
  margin: 15px auto 0;
}
@media (max-width: 540px) {
  .lineup-item-list .item-button {
    height: 35px;
    font-size: 1.3rem;
  }
}
.lineup-item-list .soldout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 230px;
  max-width: 100%;
  height: 40px;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #838f8f;
  color: #6e6e6e;
  border-radius: 20px;
  font-size: 1.5rem;
  margin: 15px auto 0;
}
@media (max-width: 540px) {
  .lineup-item-list .soldout {
    height: 35px;
    font-size: 1.4rem;
  }
}