/*Semibold*/
.memory_kv {
  margin: 0;
  padding-bottom: 128px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.memory_kv__ttl {
  width: 43.75%;
  min-width: 330px;
  padding: 120px 0;
  background: #182149;
  position: relative;
}
.memory_kv__ttl::after {
  content: "";
  display: block;
  width: 57.6612903226%;
  height: 24.1071428571vw;
  background: #0f1636;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: height 0.1s ease;
  transition: height 0.1s ease;
}
@media screen and (min-width: 1680px) {
  .memory_kv__ttl::after {
    width: 429px;
    height: 405px;
  }
}
.memory_kv__ttl h2 {
  margin: 0 14.2%;
}
.memory_kv__img {
  width: 68.75%;
  margin-top: 128px;
  margin-bottom: -128px;
  margin-left: -12.5%;
  position: relative;
  z-index: 1;
}
.memory_kv__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}
@media screen and (min-width: 769px) and (max-width: 1399px) {
  .memory_kv__ttl::after {
    height: 50%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1050px) {
  .memory_kv__ttl::after {
    height: 100px;
  }
}
@media screen and (max-width: 1050px) {
  .memory_kv {
    padding-bottom: 190px;
  }
  .memory_kv__ttl {
    padding: 120px 0;
  }
  .memory_kv__img {
    margin-top: 190px;
    margin-bottom: -190px;
  }
}
@media screen and (max-width: 768px) {
  .memory_kv {
    display: block;
    padding-bottom: 0;
  }
  .memory_kv__ttl {
    width: 78.6vw;
    min-width: auto;
    height: 88.5vw;
    padding: 15.4vw 0;
  }
  .memory_kv__ttl::after {
    width: 86.4406779661%;
    height: 41.9254658385%;
  }
  .memory_kv__ttl h2 {
    margin: 0 6.4vw;
  }
  .memory_kv__img {
    width: 78.6vw;
    height: 57.3vw;
    margin-top: -46.6vw;
    margin-bottom: 0;
    margin-left: auto;
  }
}

.memory_cont {
  margin-top: 145px;
}
.memory_cont .cont_ttl {
  font-family: Koburina Gothic W6 JIS2004;
  color: #182149;
  font-size: 40px;
  letter-spacing: 0.14em;
  text-align: center;
}
.memory_cont .since {
  font-family: agenda, sans-serif;
  font-weight: 600 !important;
  font-size: 32px;
  letter-spacing: 0.1em;
  margin-top: 32px;
  color: #182149;
  text-align: center;
}
.memory_cont .memory_container {
  margin-top: 200px;
}
.memory_cont .memory_container .memory_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1510px;
  padding: 0 20px;
  margin-top: 160px;
}
.memory_cont .memory_container .memory_wrap .memory_img {
  max-width: 757px;
  min-height: 573px;
}
.memory_cont .memory_container .memory_wrap .memory_img img {
  width: 100%;
}
.memory_cont .memory_container .memory_wrap .memory_text {
  margin-top: 100px;
  max-width: 713px;
  background: #182149;
  padding: 13.4642356241% 14.8667601683%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.memory_cont .memory_container .memory_wrap .memory_text::before {
  content: "";
  display: block;
  width: 150px;
  height: 100%;
  background: #182149;
  position: absolute;
  top: 0;
  left: 1px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: -1;
}
.memory_cont .memory_container .memory_wrap .memory_text_ttl {
  font-family: Koburina Gothic W6 JIS2004;
  font-size: 32px;
  letter-spacing: 0.14em;
  color: #fff;
  line-height: 1.8;
}
.memory_cont .memory_container .memory_wrap .memory_text_ttl span {
  display: inline-block;
}
.memory_cont .memory_container .memory_wrap .memory_text_desc {
  font-family: Koburina Gothic W3 JIS2004;
  font-size: 18px;
  letter-spacing: 0.14em;
  color: #fff;
  margin-top: 45px;
  line-height: 2;
  text-align: justify;
}
.memory_cont .memory_container .memory_wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.memory_cont .memory_container .memory_wrap.reverse .memory_text::before {
  left: auto;
  right: 1px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.memory_cont .memory_container .memory_wrap.memory1 {
  max-width: 1680px;
  width: 100%;
  padding: 0;
}
.memory_cont .memory_container .memory_wrap.memory1 .memory_img {
  width: 50%;
  max-width: none;
  min-height: auto;
}
.memory_cont .memory_container .memory_wrap.memory1 .memory_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.memory_cont .memory_container .memory_wrap.memory1 .memory_text {
  width: 50%;
  max-width: none;
  min-height: auto;
  margin-top: 0;
}
.memory_cont .memory_container .memory_wrap.memory1 .memory_text::before {
  content: none;
}
.memory_cont .memory_gallery {
  width: 100%;
  max-width: 1510px;
  padding: 0 20px;
  margin: 185px auto 0;
}
.memory_cont .memory_gallery ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.memory_cont .memory_gallery ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1500px) {
  .memory_cont .memory_container .memory_wrap .memory_text {
    padding: 96px 106px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1499px) {
  .memory_cont .memory_container .memory_wrap .memory_img {
    width: 53%;
  }
  .memory_cont .memory_container .memory_wrap .memory_text {
    width: 47%;
    padding-top: 6.3281907433%;
    padding-bottom: 6.3281907433%;
    padding-left: 6.9873772791%;
    padding-right: 6.9873772791%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .memory_cont .memory_container .memory_wrap .memory_text_desc {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .memory_cont {
    margin-top: 15vw;
  }
  .memory_cont .cont_ttl {
    font-size: 28px;
    letter-spacing: 0.1em;
  }
  .memory_cont .since {
    font-size: 20px;
    margin-top: 22px;
  }
  .memory_cont .memory_container {
    margin-top: 15vw;
  }
  .memory_cont .memory_container .memory_wrap {
    margin-top: 15vw;
    display: block;
    padding: 0;
  }
  .memory_cont .memory_container .memory_wrap.reverse .memory_text::before {
    -webkit-transform: none;
            transform: none;
    mix-blend-mode: multiply;
    left: 1px;
    right: auto;
  }
  .memory_cont .memory_container .memory_wrap.memory1 .memory_img {
    width: 100%;
    padding-right: 0 !important;
  }
  .memory_cont .memory_container .memory_wrap.memory1 .memory_text {
    width: 100%;
    background: #182149;
    margin-top: -3vw;
  }
  .memory_cont .memory_container .memory_wrap.memory1 .memory_text_ttl {
    font-size: 20px;
  }
  .memory_cont .memory_container .memory_wrap.memory1 .memory_text_desc {
    padding: 0 18px;
  }
  .memory_cont .memory_container .memory_wrap .memory_img {
    min-height: auto;
    width: 100%;
    padding-right: 6.4vw;
  }
  .memory_cont .memory_container .memory_wrap .memory_text {
    margin-top: -21.5vw;
    width: 93.3333333333vw;
    margin-left: auto;
    padding: 10.5vw 8vw;
    background: none;
  }
  .memory_cont .memory_container .memory_wrap .memory_text::before {
    width: 100%;
    height: 100%;
    -webkit-transform: none;
            transform: none;
    z-index: 1;
    mix-blend-mode: multiply;
  }
  .memory_cont .memory_container .memory_wrap .memory_text_ttl {
    font-size: 26px;
    z-index: 2;
  }
  .memory_cont .memory_container .memory_wrap .memory_text_desc {
    font-size: 16px;
    margin-top: 10.5vw;
    z-index: 2;
    margin-top: 6vw;
  }
  .memory_cont .memory_gallery {
    padding: 0 6.4vw;
    margin-top: 15vw;
  }
  .memory_cont .memory_gallery ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=memory.css.map */