@charset "utf8";


/*---------------------------

---------------------------*/
.article {
  position: relative;
}

.article__item {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  width: 60%;
  margin: auto;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__item {
    width: 94%;
  }
}

.article__title {
  width: 80%;
  margin: auto;
  text-align: center;
  font-size: calc(24vw / 19.2);
  font-weight: bold;
  color: #CD0000;
  letter-spacing: 0.1em;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__title {
    width: 100%;
    font-size: calc(14vw / 3.6);
  }
}

.article__title--emphasis {
  font-size: calc(60vw / 19.2);
  color: #000000;
}
@media screen and (max-width: 767px) {
  .article__title--emphasis {
    font-size: calc(26vw / 3.6);
  }
}

.article__headding {
  margin-top: calc(68vw / 19.2);
  font-size: calc(40vw / 19.2);
  font-weight: bold;
  letter-spacing: 0.1em;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__headding {
    margin-top: calc(12vw / 3.6);
    font-size: calc(18vw / 3.6);
    line-height: 1.2;
  }
}

.article__text {
  margin-top: calc(24vw / 19.2);
  font-size: calc(26vw / 19.2);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__text {
    margin-top: calc(12vw / 3.6);
    font-size: calc(14vw / 3.6);
  }
}

.article__text--signature {
  margin-top: calc(120vw / 19.2);
  text-align: right;
  font-size: calc(26vw / 19.2);
  font-weight: bold;
  letter-spacing: 0.1em;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__text--signature {
    margin-top: calc(30vw / 3.6);
    text-align: right;
    font-size: calc(14vw / 3.6);
  }
}

.article__text--emphasis {
  font-size: calc(40vw / 19.2);
}
@media screen and (max-width: 767px) {
  .article__text--emphasis {
    font-size: calc(20vw / 3.6);
  }
}

/*---------------------------
fv
---------------------------*/
.article--fv {
  position: relative;
  width: 100%;
  height: auto;
  border: 0px solid;
}

.fv__text {
  position: absolute;
  top: 31%;
  left: 19.5%;
  right: 0;
  margin: auto;
  color: #ffffff;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .fv__text {
    top: 32.2%;
    left: 7%;
  }
}

.fv__text__item {
  margin-top: calc(8vw / 19.2);
  font-size: calc(32vw / 19.2);
  font-weight: 500;
  letter-spacing: 0.15em;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .fv__text__item {
    margin-top: calc(-1vw / 3.6);
    font-size: calc(18vw / 3.6);
  }
}

.fv__text__item--emphasis {
  font-size: calc(90vw / 19.2);
  font-weight: 700;
  letter-spacing: 0.07em;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .fv__text__item--emphasis {
    font-size: calc(44vw / 3.6);
    letter-spacing: 0.06em;
  }
}

/*---------------------------
about
---------------------------*/
.article__item--about {
  position: absolute;
  top: 7%;
  left: 0;
  right: 0;
  width: 60%;
  margin: auto;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__item--about {
    width: 94%;
  }
}

/* philosophy */
.article__item--philosophy {
  position: absolute;
  top: 7%;
  left: 0;
  right: 0;
  width: 60%;
  margin: auto;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__item--philosophy {
    top: 10%;
    width: 94%;
  }
}

.article__headding--philosophy {
  margin-top: calc(90vw / 19.2);
  font-size: calc(40vw / 19.2);
  font-weight: bold;
  letter-spacing: 0.1em;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__headding--philosophy {
    margin-top: calc(80vw / 3.6);
    text-align: center;
    font-size: calc(18vw / 3.6);
    line-height: 1.2;
  }
}

.article__text--philosophy {
  margin-top: calc(80vw / 19.2);
  font-size: calc(26vw / 19.2);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__text--philosophy {
    margin-top: calc(40vw / 3.6);
    font-size: calc(14vw / 3.6);
  }
}

/* message */
.article__item--message {
  position: absolute;
  top: 7%;
  left: 0;
  right: 0;
  width: 60%;
  margin: auto;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__item--message {
    width: 94%;
  }
}

.article__headding--message {
  margin-top: calc(90vw / 19.2);
  font-size: calc(40vw / 19.2);
  font-weight: bold;
  letter-spacing: 0.1em;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__headding--message {
    margin-top: calc(40vw / 3.6);
    font-size: calc(18vw / 3.6);
    line-height: 1.2;
  }
}

.article__text--message {
  margin-top: calc(40vw / 19.2);
  font-size: calc(26vw / 19.2);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__text--message {
    margin-top: calc(20vw / 3.6);
    font-size: calc(14vw / 3.6);
  }
}

/*---------------------------
outline
---------------------------*/
.article__list {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  margin: auto;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__list {
    display: block;
    width: 80%;
  }
}

.article__list__first-item {
  width: 30%;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__list__first-item {
    width: 100%;
  }
}

.article__list__item {
  width: 30%;
  margin-top: 9%;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__list__item {
    width: 100%;
  }
}

.article__list__last-item {
  width: 30%;
  margin-top: 4%;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__list__last-item {
    width: 100%;
  }
}

.article__list__first-detail {
  width: 70%;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__list__first-detail {
    width: 100%;
  }
}

.article__list__detail {
  width: 70%;
  margin-top: 9%;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__list__detail {
    width: 100%;
    margin-top: 0%;
  }
}

.article__list__last-detail {
  width: 70%;
  margin-top: 4%;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__list__last-detail {
    width: 100%;
    margin-top: 0%;
  }
}

/*---------------------------
トンボ
---------------------------*/
.trim-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: 0px solid;
}

.trim-mark {
  font-size: calc(60vw / 19.2);
}
@media screen and (max-width: 767px) {
  .trim-mark {
    font-size: calc(30vw / 3.6);
  }
}

.trim-mark--red {
  font-size: calc(60vw / 19.2);
  color: #CD0000;
}
@media screen and (max-width: 767px) {
  .trim-mark--red {
    font-size: calc(30vw / 3.6);
  }
}

/*---------------------------
ボタン
---------------------------*/
.btn__unit--all {
  width: 25%;
  margin: calc(50vw / 19.2) auto 0px;
}
@media screen and (max-width: 767px) {
  .btn__unit--all {
    width: 44%;
    margin: calc(25vw / 3.6) auto 0px;
  }
}

.btn__unit--more {
  width: 28%;
  margin: calc(56vw / 19.2) auto 0px;
}
@media screen and (max-width: 767px) {
  .btn__unit--more {
    width: 50%;
    margin: calc(25vw / 3.6) auto 0px;
  }
}

.btn__item {
  width: 100%;
  padding: calc(16vw / 19.2) 0px;
  text-align: center;
  font-size: calc(30vw / 19.2);
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.1em;
  background-color: #ffffff;
  border-radius: calc(50vw / 19.2);
  box-shadow: 0px 1px calc(10vw / 19.2) 0px #aaaaaa;
}
@media screen and (max-width: 767px) {
  .btn__item {
    padding: calc(8vw / 3.6) 0px;
    font-size: calc(16vw / 3.6);
    border-radius: calc(25vw / 3.6);
    box-shadow: 0px 1px calc(6vw / 3.6) 0px #aaaaaa;
  }
}

.btn__item--plus {
  font-weight: 900;
  color: #9D0000;
}
