@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");
.conceptWord {
  color: rgba(120, 14, 50, 0.2);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: .8;
  mix-blend-mode: difference;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .conceptWord {
    font-size: 60px;
  }
}

@media screen and (max-width: 768px) {
  .conceptWord {
    font-size: calc(38 / 390 * 100vw);
  }
}

.copySect {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .copySect {
    margin-top: 60px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .copySect {
    margin-top: calc(60 / 390 * 100vw);
  }
}

.copySect__txt {
  font-family: 'Noto Serif JP', serif;
  line-height: 1;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .copySect__txt {
    font-size: 50px;
    letter-spacing: .16em;
    width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .copySect__txt {
    font-size: calc(30 / 390 * 100vw);
    font-weight: bold;
    letter-spacing: .05em;
  }
}

.copySect__txt sup {
  letter-spacing: 0;
  line-height: 1;
  vertical-align: top;
}

@media print, screen and (min-width: 768px) {
  .copySect__txt sup {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .copySect__txt sup {
    font-size: 10px;
  }
}

.copySect__txt--left {
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .copySect__txt--right {
    margin-left: 16px;
  }
}

@media screen and (max-width: 768px) {
  .copySect__txt--right {
    margin-left: calc(10 / 390 * 100vw);
  }
}

.copySect__txt .item {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .copySect__txt .item + .item {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .copySect__txt .item + .item {
    margin-top: calc(12 / 390 * 100vw);
  }
}

.copySect__num {
  color: #98103f;
  font-family: "EB Garamond", serif;
  letter-spacing: 0;
  line-height: .7;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .copySect__num {
    width: 148px;
  }
}

@media screen and (max-width: 768px) {
  .copySect__num {
    margin: 0 calc(10 / 390 * 100vw);
    width: calc(55 / 390 * 100vw);
  }
}

.detailSect {
  color: #cccccc;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .detailSect__head {
    font-size: 34px;
  }
}

@media screen and (max-width: 768px) {
  .detailSect__head {
    font-size: calc(24 / 390 * 100vw);
  }
}

.detailSect__head .num {
  color: #ffffff;
  font-family: "EB Garamond", serif;
  line-height: .8;
}

@media print, screen and (min-width: 768px) {
  .detailSect__head .num {
    font-size: 70px;
  }
}

@media screen and (max-width: 768px) {
  .detailSect__head .num {
    font-size: calc(48 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .detailSect__cont {
    font-size: 36px;
    margin-top: 26px;
  }
}

@media screen and (max-width: 768px) {
  .detailSect__cont {
    font-size: calc(24 / 390 * 100vw);
    line-height: 1.6;
    margin-top: calc(10 / 390 * 100vw);
  }
}

.detailSect__cont .color {
  color: #ffffff;
}

.detailSect__cont .en {
  font-family: "EB Garamond", serif;
}

@media print, screen and (min-width: 768px) {
  .detailSect__cont .en {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .detailSect__cont .en {
    font-size: calc(28 / 390 * 100vw);
  }
}

.detailSect__bottom {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .detailSect__bottom {
    margin-top: 40px;
    width: 354px;
  }
}

@media screen and (max-width: 768px) {
  .detailSect__bottom {
    margin-top: calc(16 / 390 * 100vw);
    width: calc(186 / 390 * 100vw);
  }
}

.equipmentCard__heading {
  line-height: 1.86667;
}

.equipmentCard__heading:before {
  content: '';
  margin-top: calc((1 - 1.86667) * .5em);
}

.equipmentCard__heading:after {
  margin-bottom: calc((1 - 1.86667) * .5em);
}

.equipmentCard__heading:before, .equipmentCard__heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .equipmentCard__heading {
    font-size: 12px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentCard__heading {
    font-size: calc(22 / 750 * 100vw);
    margin-top: calc(27 / 750 * 100vw);
  }
}

.equipmentCard__ttl {
  line-height: 1.4;
}

.equipmentCard__ttl:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.equipmentCard__ttl:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.equipmentCard__ttl:before, .equipmentCard__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .equipmentCard__ttl {
    font-size: 16px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentCard__ttl {
    font-size: calc(26 / 750 * 100vw);
    margin-top: calc(15 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .equipmentSect__cont .usableList {
    gap: 40px 20px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentSect__cont .usableList {
    gap: 20px 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .equipmentSect__cont .usableList__item {
    width: 235px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentSect__cont .usableList__item {
    width: calc(50% - 5px);
  }
}

@media print, screen and (min-width: 768px) {
  .equipmentSect__cont .usableList + .caption {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentSect__cont .usableList + .caption {
    margin-top: calc(56 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .equipmentSect__head + .equipmentSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentSect__head + .equipmentSect__cont {
    margin-top: calc(56 / 750 * 100vw);
  }
}

.infoSect__head {
  text-align: center;
}

.infoSect__head .usableList {
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .infoSect__head .usableList {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .infoSect__head .usableList {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: calc(80 / 750 * 100vw);
  }
}

.infoSect__ttl {
  letter-spacing: .12em;
  line-height: 1.33333;
}

.infoSect__ttl:before {
  content: '';
  margin-top: calc((1 - 1.33333) * .5em);
}

.infoSect__ttl:after {
  margin-bottom: calc((1 - 1.33333) * .5em);
}

.infoSect__ttl:before, .infoSect__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .infoSect__ttl {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .infoSect__ttl {
    font-size: calc(56 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .infoSect__ttl .small {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .infoSect__ttl .small {
    font-size: calc(32 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .enTtl + .infoSect__ttl {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .enTtl + .infoSect__ttl {
    margin-top: calc(80 / 750 * 100vw);
  }
}

.infoSect__heading {
  letter-spacing: .12em;
  line-height: 1.6;
}

.infoSect__heading:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.infoSect__heading:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.infoSect__heading:before, .infoSect__heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .infoSect__heading {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .infoSect__heading {
    font-size: calc(32 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .infoSect__ttl + .infoSect__heading {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .infoSect__ttl + .infoSect__heading {
    margin-top: calc(40 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .infoSect__head + .infoSect__cont {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .infoSect__head + .infoSect__cont {
    margin-top: calc(80 / 750 * 100vw);
  }
}

.infoSect__bnr {
  margin: 0 auto;
  max-width: 600px;
}

@media print, screen and (min-width: 768px) {
  .infoSect__bnr:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .infoSect__bnr:not(:first-child) {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.mainVisual {
  background-color: #000000;
  height: auto;
  position: relative;
  width: 100vw;
}

@media print, screen and (min-width: 768px) {
  .mainVisual {
    aspect-ratio: 2880/1520;
    margin-top: -1px;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual {
    aspect-ratio: 780/960;
  }
}

.mainVisual__bg {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
  width: 100%;
}

.mainVisual__bgTtl {
  color: #ffffff;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: .25em;
}

@media print, screen and (min-width: 768px) {
  .mainVisual__bgTtl {
    font-size: calc(50 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .mainVisual__bgTtl {
    font-size: calc(22 / 390 * 100vw);
  }
}

.mainVisual__bgTtl span {
  letter-spacing: -1em;
}

.mainVisual__visual {
  height: 100%;
  position: relative;
  width: 100%;
}

.mainVisual__image, .mainVisual__txt, .mainVisual__ttl {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
}

.mainVisual__image + .mainVisual__image {
  opacity: 0;
  -webkit-transition: opacity 2s 2s ease-in-out;
  transition: opacity 2s 2s ease-in-out;
}

.mainVisual__txt, .mainVisual__ttl {
  opacity: 0;
}

.mainVisual__txt {
  -webkit-transition: opacity 2s 2.5s ease-in-out;
  transition: opacity 2s 2.5s ease-in-out;
}

.mainVisual__ttl {
  -webkit-transition: opacity 3s 4.75s ease-in-out;
  transition: opacity 3s 4.75s ease-in-out;
}

.mainVisual.is-load .mainVisual__bg {
  opacity: 0;
}

.mainVisual.is-load .mainVisual__image + .mainVisual__image {
  opacity: 1;
}

.mainVisual.is-load .mainVisual__txt, .mainVisual.is-load .mainVisual__ttl {
  opacity: 1;
}

.meritSect {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .meritSect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1000px;
  }
}

.meritSect__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  letter-spacing: .08em;
  position: relative;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .meritSect__item {
    font-size: 22px;
    gap: 10px;
    height: 140px;
    width: 500px;
  }
}

@media screen and (max-width: 768px) {
  .meritSect__item {
    font-size: calc(16 / 390 * 100vw);
    gap: calc(8 / 390 * 100vw);
  }
}

.meritSect__item .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .meritSect__item .column {
    gap: 12px;
  }
}

@media screen and (max-width: 768px) {
  .meritSect__item .column {
    gap: calc(10 / 390 * 100vw);
  }
}

.meritSect__item .small {
  font-size: 18px;
}

@media print, screen and (min-width: 768px) {
  .meritSect__item .small {
    font-size: 18px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) {
  .meritSect__item .small {
    font-size: calc(12 / 390 * 100vw);
    line-height: 1.6;
  }
}

.meritSect__item .large {
  color: #780e23;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .meritSect__item .large {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .meritSect__item .large {
    font-size: calc(22 / 390 * 100vw);
  }
}

.meritSect__item .num {
  color: #780e23;
  font-family: "EB Garamond", serif;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .meritSect__item .num {
    font-size: 50px;
  }
}

@media screen and (max-width: 768px) {
  .meritSect__item .num {
    font-size: calc(30 / 390 * 100vw);
  }
}

.meritSect__item .color {
  color: #780e23;
  font-family: "EB Garamond", serif;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .meritSect__item .color {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .meritSect__item .color {
    font-size: calc(20 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .meritSect__item .meter {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .meritSect__item .meter {
    font-size: calc(14 / 390 * 100vw);
  }
}

.meritSect__item .ldk {
  font-family: "EB Garamond", serif;
}

@media print, screen and (min-width: 768px) {
  .meritSect__item .ldk {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .meritSect__item .ldk {
    font-size: calc(20 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .meritSect__item sup {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .meritSect__item sup {
    font-size: 10px;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 999px) {
  .meritSect__item:nth-child(even):before {
    background-color: rgba(110, 8, 40, 0.2);
    content: '';
    height: 100px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2px;
  }
}

@media print, screen and (min-width: 768px) {
  .meritSect__item:nth-child(n+3) {
    height: 160px;
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .meritSect__item:nth-child(n+3):after {
    background-color: rgba(110, 8, 40, 0.2);
    content: '';
    height: 2px;
    position: absolute;
    top: 0;
    width: 450px;
  }
}

@media print, screen and (min-width: 768px) {
  .meritSect__item:nth-child(n+3):nth-child(odd) {
    left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .meritSect__item:nth-child(n+3):nth-child(even) {
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .meritSect__item:nth-child(n+2) {
    margin-top: calc(30 / 390 * 100vw);
    padding-top: calc(30 / 390 * 100vw);
  }
}

@media print, screen and (max-width: 999px) {
  .meritSect__item:nth-child(n+2):after {
    background-color: rgba(110, 8, 40, 0.2);
    content: '';
    height: 1px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(334 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) and (min-width: 999px) {
  .meritSect__item:nth-child(4):before {
    height: 110px;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
}

@media print, screen and (min-width: 768px) {
  .planSect__head + .planSect__cont {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .planSect__head + .planSect__cont {
    margin-top: calc(56 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .uspArea {
    padding: 40px 0;
  }
}

@media screen and (max-width: 768px) {
  .uspArea {
    padding: calc(80 / 750 * 100vw) 0;
  }
}

.uspArea__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .uspArea__inner {
    gap: 28px 0;
    width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  .uspArea__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 calc(80 / 750 * 100vw);
  }
}

.uspArea__item {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .uspArea__item {
    padding: 0 27px;
  }
}

@media screen and (max-width: 768px) {
  .uspArea__item {
    padding: 20px 0;
  }
}

.uspArea__item + .uspArea__item:before {
  background: rgba(80, 73, 52, 0.8);
  content: '';
  display: block;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .uspArea__item + .uspArea__item:before {
    height: 64px;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 1px;
  }
}

@media screen and (max-width: 768px) {
  .uspArea__item + .uspArea__item:before {
    height: 1px;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .uspArea__item:first-child:after {
    background: rgba(80, 73, 52, 0.8);
    content: '';
    display: block;
    height: 64px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 1px;
  }
}

@media print, screen and (min-width: 768px) {
  .uspArea__item:nth-child(3):after {
    background: rgba(80, 73, 52, 0.8);
    content: '';
    display: block;
    height: 64px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 1px;
  }
}

@media print, screen and (min-width: 768px) {
  .uspArea__item:last-child:after {
    background: rgba(80, 73, 52, 0.8);
    content: '';
    display: block;
    height: 64px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 1px;
  }
}

.wordSliderArea {
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .wordSliderArea {
    padding-top: 100px;
  }
}

.wordSliderArea:before {
  background-size: 700px 700px;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .wordSliderArea:before {
    height: calc(400 / 1440 * 100vw);
    top: calc(-630 / 1440 * 100vw);
    width: calc(2200 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .wordSliderArea:before {
    height: calc(200 / 375 * 100vw);
    top: calc(-305 / 375 * 100vw);
    width: calc(1100 / 375 * 100vw);
  }
}

.wordSliderArea .loopSlider {
  left: 0;
  margin-left: -20%;
  position: absolute;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: calc(100% / 0.866 + 15%);
}

@media print, screen and (min-width: 768px) {
  .wordSliderArea .loopSlider {
    top: calc(20 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .wordSliderArea .loopSlider {
    top: calc(15 / 375 * 100vw);
  }
}

.wordSliderArea .loopSlider .swiper-container {
  overflow: visible;
}

.top-information {
  background: #201412;
  color: #ffffff;
}

@media print, screen and (min-width: 768px) {
  .top-information {
    padding: 80px 0 120px;
  }
}

@media screen and (max-width: 768px) {
  .top-information {
    padding: calc(140 / 390 * 100vw) 0;
  }
}

.top-copy {
  overflow: hidden;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .top-copy {
    padding: calc(40 / 1440 * 100vw) 0 120px;
  }
}

@media screen and (max-width: 768px) {
  .top-copy {
    margin-top: -1px;
    padding: calc(45 / 390 * 100vw) 0 calc(80 / 390 * 100vw);
  }
}

.top-copy:before {
  background-color: #872345;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .top-copy:before {
    height: 10px;
  }
}

@media screen and (max-width: 768px) {
  .top-copy:before {
    height: calc(10 / 390 * 100vw);
  }
}

.top-detail {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .top-detail {
    padding: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .top-detail {
    padding: calc(40 / 390 * 100vw) 0;
  }
}

.top-detail:before {
  background: -webkit-gradient(linear, left top, right top, from(#a8814a), to(#d7c07b));
  background: linear-gradient(to right, #a8814a, #d7c07b);
  bottom: 0;
  content: '';
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .top-detail:before {
    height: 4px;
  }
}

@media screen and (max-width: 768px) {
  .top-detail:before {
    height: calc(4 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .top-merit {
    padding: 120px 0;
  }
}

@media screen and (max-width: 768px) {
  .top-merit {
    padding: calc(80 / 390 * 100vw) 0;
  }
}
