#header {
  background-color: transparent;
}

main {
  margin-top: 0;
  padding: 0;
  background-color: #fff;
}

.mv {
  position: relative;
  z-index: 0;
  padding-top: min(18.3%, 26.5rem);
  padding-bottom: 2.8rem;
  background: url(../images/index/bg_mv.png) no-repeat center 0;
  background-size: cover;
  overflow: hidden;
  color: #fff;
}

@media screen and (width < 900px) {
  .mv {
    padding-bottom: 8rem;
  }
}
@media screen and (width < 768px) {
  .mv {
    padding-top: 15.1rem;
    padding-bottom: 0;
  }
}
.mv__title {
  position: relative;
  margin-bottom: 5.2rem;
}
.mv__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #DC0000;
}

@media screen and (width < 768px) {
  .mv__title {
    margin-bottom: 2.4rem;
  }
}
.mv__title__text {
  padding-right: 32rem;
  font-family: "Oswald", sans-serif;
  font-size: 7.4rem;
  line-height: 1.4;
}
.mv__title__text span {
  display: inline-block;
}

@media screen and (width < 900px) {
  .mv__title__text {
    padding-right: 15rem;
  }
}
@media screen and (width < 768px) {
  .mv__title__text {
    padding-right: 0;
    font-size: 4.2rem;
  }
}
.owner__box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65.9%;
  max-width: 94.8rem;
  min-width: 75rem;
}

@media screen and (width < 768px) {
  .owner__box {
    position: absolute;
    bottom: 12.4rem;
    right: -6.5rem;
    width: 45.7rem;
    max-width: 100%;
    min-width: 0;
  }
}
.mv__text {
  position: relative;
  z-index: 5;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.25;
  margin-bottom: 4.8rem;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}

@media screen and (width < 768px) {
  .mv__text {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 20rem;
    text-shadow: none;
  }
}
.mv__message {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mv__message p {
  margin-left: auto;
  padding: 0.3rem 0.9rem;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 1.3rem;
  line-height: 1.6;
}

@media screen and (width < 768px) {
  .mv__message {
    height: 12.4rem;
    padding: 1.6rem 2rem 2.4rem;
    background-color: #000;
  }
  .mv__message p {
    margin-left: 0;
    padding: 0;
    background-color: transparent;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
#news {
  background-color: #000;
}

@media screen and (width < 768px) {
  #news {
    margin-top: -0.1rem;
    padding-top: 0.3rem;
  }
}
.news__title {
  position: relative;
  z-index: 10;
  height: 9rem;
  margin-top: -4.7rem;
  padding-left: 1.2rem;
  border-left: 0.4rem solid #DC0000;
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}

@media screen and (width < 768px) {
  .news__title {
    height: 6rem;
    margin-top: 0;
    margin-bottom: 1.4rem;
  }
}
.news__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (width < 768px) {
  .news__block {
    display: block;
    padding-bottom: 2rem;
  }
}
.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7rem 2.4rem;
  width: 50%;
  padding: 3.4rem 3.2rem 4rem 1.6rem;
  border-left: 0.1rem solid #868686;
}

@media screen and (width < 768px) {
  .news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0.6rem 0 4rem;
    border-top: 0.1rem solid #868686;
    border-left: 0;
  }
}
.news__item__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 0.4rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.2em;
}

.news__item__text a {
  color: #fff;
}

@media screen and (width < 768px) {
  .news__item__text a {
    font-size: 1.4rem;
  }
}
.privilege__title {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem 2.9rem;
  margin-top: -1.9rem;
  font-size: 2.1rem;
  font-weight: 700;
}
.privilege__title .-icon {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13rem;
  height: 13rem;
  background-color: #DC0000;
  border-radius: 50%;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
  line-height: 2.8rem;
}
.privilege__title .-icon::before {
  content: "";
  display: block;
  width: 4.1rem;
  height: 4.1rem;
  background: url(../images/index/icon_privilege.svg) no-repeat center top;
  background-size: contain;
}

@media screen and (width < 768px) {
  .privilege__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .privilege__title .-icon {
    width: 10rem;
    height: 10rem;
    font-size: 1.8rem;
    line-height: 2.1rem;
  }
  .privilege__title .-icon::before {
    width: 3.2rem;
    height: 3.2rem;
  }
}
#privilege .__inner {
  position: relative;
}
#privilege .__inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5.6rem;
  z-index: 10;
  display: block;
  width: 23.3rem;
  height: 28.1rem;
  background: url(../images/index/img_privilege.png) no-repeat 0 0;
  background-size: contain;
  opacity: 0;
  visibility: hidden;
  translate: 3rem 0;
  -webkit-transition: 2s;
  transition: 2s;
}
#privilege .__inner.-is-show::before {
  visibility: visible;
  opacity: 1;
  translate: 0 0;
}

@media screen and (width < 768px) {
  #privilege {
    padding-bottom: 1.6rem;
  }
  #privilege .__inner::before {
    top: 2.8rem;
    bottom: initial;
    left: initial;
    right: 0.9rem;
    width: 14.7rem;
    height: 17.8rem;
    translate: -3rem 0;
  }
}
.privilege__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.4rem;
  margin-top: -1.7rem;
  padding: 0 0 0 16.9rem;
}

@media screen and (width < 1000px) {
  .privilege__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (width < 768px) {
  .privilege__block {
    gap: 3rem;
    margin-top: 6rem;
    padding: 0;
  }
}
.privilege__item {
  width: 50%;
}
.privilege__item dl {
  position: relative;
  height: 100%;
  padding: 1.9rem 4.2rem 1.8rem 2rem;
}
.privilege__item dl::before {
  content: "";
  position: absolute;
  top: -0.7rem;
  left: -0.7rem;
  display: block;
  width: 6.5rem;
  height: 6.5rem;
  border-width: 1.5rem 0 0 1.5rem;
  border-style: solid;
  border-color: #D9D9D9;
}
.privilege__item dl::after {
  content: "";
  position: absolute;
  top: -0.7rem;
  left: -0.7rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  width: 6.5rem;
  height: 6.5rem;
  border-width: 0 1.5rem 1.5rem 0;
  border-style: solid;
  border-color: #D9D9D9;
}
.privilege__item dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.7rem;
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  font-weight: 800;
  color: #DC0000;
  line-height: 2.6rem;
}
.privilege__item dl dt span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  font-size: 1.4rem;
  color: #000;
  line-height: 2.8rem;
}
.privilege__item dl dt span b {
  margin-left: 0.7rem;
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  font-weight: 700;
}
.privilege__item dl dd {
  padding-left: 7.8rem;
}
.privilege__item dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.privilege__item dl dt,
.privilege__item dl dd {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  translate: 0 -2rem;
}
.privilege__item:nth-child(2) dl::after {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.privilege__item:nth-child(2) dl dt,
.privilege__item:nth-child(2) dl dd {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.-is-show .privilege__item dl::after {
  top: calc(100% - 5.8rem);
  left: calc(100% - 5.8rem);
}
.-is-show .privilege__item dl dt,
.-is-show .privilege__item dl dd {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}

@media screen and (width < 1000px) {
  .privilege__item {
    width: 100%;
  }
}
@media screen and (width < 768px) {
  .privilege__item dl {
    padding: 1.3rem 2.1rem 1.8rem 1.4rem;
  }
  .privilege__item dl::before {
    top: -0.5rem;
    left: -0.5rem;
    width: 4.5rem;
    height: 4.5rem;
    border-width: 1rem 0 0 1rem;
  }
  .privilege__item dl::after {
    content: "";
    top: -0.5rem;
    left: -0.5rem;
    width: 4.5rem;
    height: 4.5rem;
    border-width: 0 1rem 1rem 0;
  }
  .privilege__item dl dt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.8rem;
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .privilege__item dl dt span {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0.3rem;
    font-size: 1rem;
    line-height: 2.6rem;
  }
  .privilege__item dl dt span b {
    margin-left: 0.4rem;
    font-size: 3rem;
  }
  .privilege__item dl dd {
    padding-left: 5.4rem;
    font-size: 1.3rem;
  }
  .-is-show .privilege__item dl::after {
    top: calc(100% - 4.1rem);
    left: calc(100% - 4.1rem);
  }
  .-is-show .privilege__item dl dt,
  .-is-show .privilege__item dl dd {
    opacity: 1;
    visibility: visible;
    translate: 0 0;
  }
}
.privilege__item__wrap {
  position: relative;
  height: 100%;
}
.privilege__item__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 0.1rem 0 0 0.1rem;
  border-style: solid;
  border-color: #CDCDCD;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.privilege__item__wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-width: 0 0.1rem 0.1rem 0;
  border-style: solid;
  border-color: #CDCDCD;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.privilege__item:nth-child(2) .privilege__item__wrap::before, .privilege__item:nth-child(2) .privilege__item__wrap::after {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.-is-show .privilege__item__wrap::before {
  width: 100%;
  height: 100%;
}
.-is-show .privilege__item__wrap::after {
  width: 100%;
  height: 100%;
}

.privilege__btn__area {
  margin-top: 3rem;
  text-align: center;
}
.privilege__btn__area a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22rem;
  height: 9rem;
  background-color: #4D4D4D;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.privilege__btn__area a:hover {
  background-color: #DC0000;
  text-decoration: none;
}

@media screen and (width < 768px) {
  .privilege__btn__area {
    margin-top: 2.5rem;
  }
  .privilege__btn__area a {
    width: 18rem;
    height: 7rem;
  }
}
#philosophy {
  padding: 8.9rem 0 5.4rem;
  background: url(../images/index/bg_philosophy.png) no-repeat center 0;
  background-size: cover;
  background-attachment: fixed;
}
#philosophy .__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (width < 768px) {
  #philosophy {
    padding: 4.4rem 0 4rem;
    background-repeat: repeat;
    background-size: 160%;
  }
}
.philosophy__block {
  padding: 4.2rem 10rem;
  background-color: rgba(255, 255, 255, 0.8);
}
.philosophy__block p {
  margin-bottom: 1.5em;
}
.philosophy__block p:last-child {
  margin-bottom: 0;
}

@media screen and (width < 768px) {
  .philosophy__block {
    padding: 2.8rem 2rem 3.2rem;
  }
  .philosophy__block p {
    font-size: 1.4rem;
  }
  .philosophy__block p:last-child {
    margin-bottom: 0;
  }
}
.philosophy__title {
  margin-bottom: 1.8rem;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (width < 768px) {
  .philosophy__title {
    margin-bottom: 1.6rem;
    font-size: 2.1rem;
  }
}
.philosophy__btn__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
}
.philosophy__btn__area a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26rem;
  height: 8rem;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.philosophy__btn__area a:hover {
  background-color: #DC0000;
  text-decoration: none;
  color: #fff;
}

@media screen and (width < 768px) {
  .philosophy__btn__area {
    gap: 1.6rem;
    margin-top: 2.8rem;
  }
  .philosophy__btn__area a {
    width: 16rem;
    height: 6rem;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.img__middle {
  width: 100%;
  height: 24rem;
}
.img__middle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (width < 768px) {
  .img__middle {
    height: auto;
  }
}
#column {
  padding: 7.7rem 0 8rem;
  background-color: #1B1B1B;
  color: #fff;
  overflow: hidden;
}

@media screen and (width < 768px) {
  #column {
    padding: 4.9rem 0 6rem;
  }
}
.column__block {
  margin-bottom: 12.8rem;
  padding: 0 0 4.1rem;
  background-color: #3F3F3F;
}
.column__block:last-child {
  margin-bottom: 0;
}
.column__block.-icon {
  position: relative;
}
.column__block.-icon::before {
  content: "";
  position: absolute;
  top: 4.9rem;
  right: -3rem;
  display: block;
  width: 21rem;
  height: 21rem;
  background: url(../images/index/icon_column.svg) no-repeat 0 0;
  background-size: contain;
}

@media screen and (width < 768px) {
  .column__block {
    margin-bottom: 9rem;
    padding: 0 0 3rem;
  }
  .column__block.-icon::before {
    top: 30.4rem;
    right: -2rem;
    width: 14.5rem;
    height: 14.5rem;
  }
}
.column__block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.2rem 5.4rem;
}

@media screen and (width < 1000px) {
  .column__block__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.column__block__title {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  width: 39rem;
  height: 18rem;
  margin: -7.7rem 0 0 -5rem;
  padding: 4.7rem 1.2rem 0;
  background-color: #DC0000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 4rem;
}
#epigram .column__block__title {
  padding: 2.3rem 1.2rem 0;
}
.column__block__title b {
  font-size: 3.2rem;
  font-weight: 700;
}
.column__block__title span {
  font-size: 2.4rem;
  font-weight: 700;
}

@media screen and (width < 1340px) {
  .column__block__title {
    margin-left: calc((100% - 100vw) / 2 + 2rem);
  }
}
@media screen and (width < 768px) {
  .column__block__title {
    width: 27.3rem;
    height: 9rem;
    margin: -4.9rem 0 0 0;
    padding: 1.6rem 1.2rem 0;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  #epigram .column__block__title {
    width: 32rem;
    padding: 1.6rem 1.2rem 0;
  }
  .column__block__title b {
    font-size: 2.4rem;
  }
  #epigram .column__block__title b {
    font-size: 2.2rem;
  }
  .column__block__title span {
    font-size: 1.8rem;
  }
}
.column__block__text {
  padding: 5.9rem 7.9rem 0 0;
}
.column__block__text p {
  margin-bottom: 1.5em;
  font-size: 1.5rem;
}
.column__block__text p:last-child {
  margin-bottom: 0;
}
.-icon .column__block__text {
  padding-right: 0;
}
.-icon .column__block__text .text--jp {
  padding-right: 21rem;
}

@media screen and (width < 1000px) {
  .column__block__text {
    padding: 0 11.5rem;
  }
  .column__block:not(.-icon) .column__block__text p.text--en {
    height: 25.2rem;
    padding-right: 28rem;
  }
}
@media screen and (width < 768px) {
  .column__block__text {
    width: 100%;
    padding: 0 2rem;
  }
  .column__block__text p {
    margin-bottom: 1.5em;
    font-size: 1.4rem;
  }
  .column__block__text p:last-child {
    margin-bottom: 0;
  }
  .-icon .column__block__text, .column__block:not(.-icon) .column__block__text {
    padding-right: 2rem;
  }
  .-icon .column__block__text p.text--jp, .column__block:not(.-icon) .column__block__text p.text--jp {
    padding-right: 0;
  }
  .-icon .column__block__text p.text--en, .column__block:not(.-icon) .column__block__text p.text--en {
    width: 20rem;
    height: auto;
    padding-right: 0;
  }
  .column__block:not(.-icon) .column__block__text p.text--en {
    margin-bottom: 3rem;
  }
}
.column__block__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.2rem;
  margin-top: 3.2rem;
  padding: 0 11.5rem;
}
.column__block__body .wp-block-heading {
  margin-bottom: 4rem;
  padding: 2.4rem 4rem;
  background-color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  color: #000;
  line-height: 3.8rem;
}
.column__block__body p {
  display: inline;
  font-size: 1.5rem;
}
.column__block__body p.-quotes {
  display: block;
  margin-bottom: 4rem;
  padding: 2.4rem 4rem;
  background-color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  color: #000;
  line-height: 3.8rem;
}
.column__block__body p .-title {
  display: block;
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.-leftimg .column__block__body {
  padding-left: 4.9rem;
}

@media screen and (width < 768px) {
  .column__block__body {
    margin-top: 2.4rem;
    padding: 0 2rem;
  }
  .column__block__body .wp-block-heading {
    margin-bottom: 2.5rem;
    padding: 1.4rem 1.1rem 1.5rem 1.4rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .column__block__body p {
    font-size: 1.4rem;
  }
  .column__block__body p.-quotes {
    margin-bottom: 2.5rem;
    padding: 1.4rem 1.1rem 1.5rem 1.4rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .-leftimg .column__block__body {
    padding-left: 2rem;
  }
}
.column__block__body__text {
  width: 100%;
}

.column__block__body__img {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25.2rem;
  height: 25.2rem;
  margin-top: -4.5rem;
}
.column__block__body__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (width < 1000px) {
  .column__block__body__img {
    position: absolute;
    margin-top: 0;
    top: -28rem;
    right: 11.5rem;
  }
}
@media screen and (width < 768px) {
  .column__block__body__img {
    width: 11.8rem;
    height: 11.8rem;
    top: -12.2rem;
    right: 0;
  }
}
.column__block__body__title {
  margin-bottom: 4rem;
  border-bottom: 0.1rem solid #989898;
  font-family: "Oswald", sans-serif;
  font-size: 3.2rem;
  line-height: 1.2;
}
.column__block__body__title span {
  font-size: 1.6rem;
}

.column__btn__area {
  position: relative;
  margin-top: 3.2rem;
  text-align: center;
}
.column__btn__area a.-list {
  position: absolute;
  bottom: 0;
  right: 0;
  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: 15rem;
  height: 5rem;
  background-color: #7C7C7C;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}
.column__btn__area a.-list::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.7rem;
  border-width: 0.1rem 0.1rem 0 0;
  border-style: solid;
  border-color: #fff;
  rotate: 45deg;
  translate: 0 0.1rem;
}

@media screen and (width < 768px) {
  .column__btn__area {
    margin-top: 3rem;
    padding-left: 2rem;
    text-align: left;
  }
  .column__btn__area a.-list {
    width: 10rem;
    height: 4rem;
    font-size: 1.3rem;
  }
  .column__btn__area a.-list::before {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.6rem;
  }
}
.js-fade-in .mv__title::before {
  -webkit-transition: width 1s;
  transition: width 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  width: 0;
}
.js-fade-in .mv__title .mv__title__text {
  color: transparent;
  background-position: left 100% center;
  -webkit-background-clip: text;
          background-clip: text;
  background-size: 300% 300%;
  -webkit-transition: background-position, 1.5s;
  transition: background-position, 1.5s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.js-fade-in .owner__box {
  opacity: 0;
  visibility: hidden;
  translate: 3rem 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.js-fade-in .mv__text p {
  opacity: 0;
  visibility: hidden;
  translate: -3rem 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.js-fade-in .mv__text p:first-child {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.js-fade-in .mv__text p:nth-child(2) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.js-fade-in .mv__text p:nth-child(3) {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.js-fade-in .mv__text p:nth-child(4) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.js-fade-in .mv__text p:nth-child(5) {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}
.js-fade-in .mv__text p:nth-child(6) {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
.js-fade-in.-is-show .mv__title::before {
  width: 100%;
}
.js-fade-in.-is-show .mv__title .mv__title__text {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #fff), color-stop(60%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0) 60%);
  background-position: left 0% center;
}
.js-fade-in.-is-show .owner__box {
  visibility: visible;
  opacity: 1;
  translate: 0 0;
}
.js-fade-in.-is-show .mv__text p {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}

.column__btn__area a:hover {
  background: #fff;
  color: #222;
  transition: 0.3s;
}