body {
  margin: 0;
  padding: 0;
}

.continuing-wrapper {
  width: 100%;
  margin: 40px auto 0;
  color: #141414;
}
@media screen and (max-width: 768px) {
  .continuing-wrapper {
    margin: 20px auto 0;
  }
}
.continuing-wrapper {
  /*---------- reset ----------*/
}
.continuing-wrapper img {
  width: 100%;
  max-width: 100%;
}
.continuing-wrapper ul,
.continuing-wrapper li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.continuing-wrapper {
  /*------ responsive------*/
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .pc {
    display: none;
  }
}
.continuing-wrapper .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .sp {
    display: inherit;
  }
}
.continuing-wrapper {
  /*---------- temp ----------*/
}
.continuing-wrapper .img-box {
  text-align: center;
}
.continuing-wrapper .img-box img {
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
}
.continuing-wrapper .hover-item {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.continuing-wrapper .hover-item:hover {
  opacity: 0.7;
}
.continuing-wrapper {
  /*---------- title-wrapper ----------*/
}
.continuing-wrapper .title-wrapper {
  text-align: center;
  padding: 40px 0;
}
.continuing-wrapper .title-wrapper .date {
  font-size: 11px;
  margin-bottom: 20px;
}
.continuing-wrapper .title-wrapper h1 {
  font-size: 32px;
  font-weight: 400;
}
.continuing-wrapper {
  /*---------- mv ----------*/
}
.continuing-wrapper .mv {
  position: relative;
}
.continuing-wrapper .mv .img-title {
  position: absolute;
  bottom: 88px;
  left: 7%;
  margin: 0;
  color: #fff;
  font-size: 110px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .mv .img-title {
    bottom: 32px;
    left: 12px;
    font-size: 44px;
    line-height: 1.1;
  }
}
.continuing-wrapper .mv .img-box {
  height: calc(100vh - 171px);
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .mv .img-box {
    width: 100%;
    height: calc(100vh - 71px);
  }
}
.continuing-wrapper .mv .img-box:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 0, 0, 0.3)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0) 50%);
}
.continuing-wrapper .mv .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  height: 100%;
}
.continuing-wrapper {
  /*---------- mv ----------*/
}
.continuing-wrapper .mv-slider {
  width: 100%;
  overflow: hidden;
  padding: 0 0 128px;
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .mv-slider {
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .mv-slider .splide__track {
    overflow: unset;
    width: 65.6%;
    margin: 0 auto;
  }
}
.continuing-wrapper .mv-slider .splide__track .splide__list {
  height: unset;
}
.continuing-wrapper {
  /*---------- item-section ----------*/
}
.continuing-wrapper .item-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 112px;
  max-width: calc(100% - 180px);
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .item-section {
    max-width: calc(100% - 24px);
    width: 100%;
    margin: 0 auto;
  }
}
.continuing-wrapper .item-section .item-section-box {
  width: 50%;
}
.continuing-wrapper .item-section.section-layout_01 .left-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 128px;
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .item-section.section-layout_01 .left-box {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .item-section.section-layout_01 .right-box {
    width: 100%;
  }
}
.continuing-wrapper .item-section.section-layout_01 .right-box .item-section-description {
  padding-top: 80px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 58px;
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .item-section.section-layout_01 .right-box .item-section-description {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.continuing-wrapper .item-section.section-layout_01 .right-box .item-section-title {
  text-align: left;
}
.continuing-wrapper .item-section.section-layout_01 .right-box .btn-wrapper {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .item-section.section-layout_01 .right-box .btn-wrapper {
    padding: 0;
    max-width: unset;
  }
}
.continuing-wrapper .item-section.section-layout_01 .right-box .btn-wrapper .item-btn-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 132px;
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .item-section.section-layout_01 .right-box .btn-wrapper .item-btn-list {
    margin-bottom: 92px;
  }
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .item-section.section-layout_01 .right-box .item-img {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .item-section.section-layout_01 .right-box .item-img.item-img_01 {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .item-section.section-layout_01 .right-box .item-img.item-img_02 {
    -webkit-transform: translateY(-55px);
            transform: translateY(-55px);
    margin-left: auto;
  }
}
.continuing-wrapper .item-section.section-layout_01 .right-box .item-img.item-img_02 .m-hotspot-positionsp__top_left .m-hotspot__card {
  top: 50px;
  bottom: unset;
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .item-section.section-layout_02 {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.continuing-wrapper .item-section.section-layout_02 .left-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 128px;
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .item-section.section-layout_02 .left-box {
    width: 100%;
  }
}
.continuing-wrapper .item-section.section-layout_02 .right-box {
  padding-top: 25%;
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .item-section.section-layout_02 .right-box {
    padding-top: 0;
    width: 100%;
  }
}
.continuing-wrapper .item-section.section-layout_03 .left-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 128px;
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .item-section.section-layout_03 .left-box {
    display: none;
  }
}
.continuing-wrapper .item-section.section-layout_03 .right-box {
  padding-top: 25%;
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .item-section.section-layout_03 .right-box {
    padding-top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .item-section.section-layout_03 .right-box .item-img {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .item-section.section-layout_03 .right-box .item-img.item-img_01 {
    position: relative;
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .item-section.section-layout_03 .right-box .item-img.item-img_02 {
    -webkit-transform: translateY(-55px);
            transform: translateY(-55px);
    margin-left: auto;
  }
}
.continuing-wrapper .item-section.section-layout_04 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  max-width: unset;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .item-section.section-layout_04 {
    gap: 40px;
  }
}
.continuing-wrapper .item-section.section-layout_04 .item-flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .item-section.section-layout_04 .item-flex {
    margin-bottom: 92px;
  }
}
.continuing-wrapper .item-section.section-layout_04 .item-flex .item-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .item-section.section-layout_04 .item-flex .item-flex-box {
    width: 100%;
  }
}
.continuing-wrapper .item-section.section-layout_04 .item-flex .item-flex-box .item-img {
  width: 100%;
}
.continuing-wrapper .item-section.section-layout_04 .item-flex.item-flex_01 .item-flex-box:nth-child(1) .item-img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .item-section.section-layout_04 .item-flex.item-flex_01 .item-flex-box:nth-child(1) .item-img {
    width: 78%;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .item-section.section-layout_04 .item-flex.item-flex_01 .item-flex-box:nth-child(2) {
    position: absolute;
    bottom: -92px;
    left: 0;
    width: 50%;
  }
}
.continuing-wrapper .item-section.section-layout_04 .item-flex.item-flex_01 .item-flex-box:nth-child(2) .item-img {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .item-section.section-layout_04 .item-flex.item-flex_01 .item-flex-box:nth-child(2) .item-img {
    width: 100%;
  }
}
.continuing-wrapper .item-section.section-layout_04 .item-flex.item-flex_02 .m-hotspot-positionsp__top_right .m-hotspot__card {
  right: 0;
  left: unset;
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .item-section.section-layout_04 .item-flex.item-flex_02 .item-flex-box:nth-child(1) {
    position: absolute;
    bottom: -92px;
    right: 0;
    width: 50%;
  }
}
.continuing-wrapper .item-section.section-layout_04 .item-flex.item-flex_02 .item-flex-box:nth-child(1) .item-img {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .item-section.section-layout_04 .item-flex.item-flex_02 .item-flex-box:nth-child(1) .item-img {
    width: 100%;
  }
}
.continuing-wrapper .item-section.section-layout_04 .item-flex.item-flex_02 .item-flex-box:nth-child(2) .item-img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .item-section.section-layout_04 .item-flex.item-flex_02 .item-flex-box:nth-child(2) .item-img {
    width: 78%;
    margin-right: auto;
  }
}
.continuing-wrapper .btn-wrapper {
  padding: 20px 0 110px;
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .btn-wrapper {
    max-width: calc(100% - 24px);
    width: 100%;
    margin: 0 auto;
    padding: 0 0 80px;
  }
}
.continuing-wrapper .btn-wrapper .btn-title {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .btn-wrapper .btn-title {
    text-align: left;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.continuing-wrapper .btn-wrapper .btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .continuing-wrapper .btn-wrapper .btn-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.continuing-wrapper .btn-wrapper .btn-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 150px;
  height: 48px;
  padding: 0 20px;
  border: 1px solid;
  border-radius: 2px;
  background-color: #fff;
  color: #141414;
  text-decoration: none;
  font-size: 14px;
}
.continuing-wrapper .btn-wrapper .btn-list li a::after {
  content: "";
  display: block;
  position: relative;
  top: 1px;
  width: 12px;
  height: 11px;
  background: url("//ds-assets.store-image.jp/marimek/continuing/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1);
}
.continuing-wrapper .btn-wrapper .btn-list li a:hover::after {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.continuing-wrapper .space {
  height: 100vh;
}/*# sourceMappingURL=continuing.css.map */