@import url("https://fonts.googleapis.com/css?family=EB+Garamond");
.mediaBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  background-color: #fff;
}

.mediaBox > div {
  width: 50%;
}

@media screen and (max-width: 731px) {
  .mediaBox > div {
    width: 100%;
  }
}

@media screen and (max-width: 731px) {
  .mediaBox .media img {
    width: 100%;
  }
}

.mediaBox .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 731px) {
  .mediaBox .box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.mediaBox .copy {
  width: 100%;
  color: #b19343;
  background: -webkit-gradient(linear, left top, right top, from(#b19343), to(#dfc378));
  background: linear-gradient(to right, #b19343, #dfc378);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.5;
  text-align: center;
}

.mediaBox01 .copy {
  margin-bottom: 45px;
  font-size: 34px;
}

@media screen and (max-width: 731px) {
  .mediaBox01 .copy {
    margin-bottom: 20px;
    font-size: 28px;
  }
}

.mediaBox01 .lead {
  font-size: 16px;
  line-height: 2.375;
  text-align: center;
}

@media screen and (max-width: 731px) {
  .mediaBox01 .lead {
    width: 100%;
    font-size: 14px;
  }
}

.mediaBox02 {
  margin-top: 40px;
}

@media screen and (max-width: 731px) {
  .mediaBox02 {
    margin-top: 0;
  }
}

@media screen and (max-width: 731px) {
  .mediaBox02 .media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 731px) {
  .mediaBox02 .box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.mediaBox02 .copy {
  margin-bottom: 30px;
  font-size: 46px;
}

@media screen and (max-width: 731px) {
  .mediaBox02 .copy {
    font-size: 40px;
  }
}

.mediaBox02 .lead {
  margin-right: 85px;
  margin-bottom: 30px;
  margin-left: 85px;
  padding-bottom: 25px;
  font-size: 14px;
  line-height: 2.14286;
  border-bottom: 1px solid #b19243;
}

@media screen and (max-width: 731px) {
  .mediaBox02 .lead {
    margin-right: 40px;
    margin-left: 40px;
  }
}

.mediaBox02 .note {
  margin-top: 10px;
  font-size: 10px;
  text-align: right;
}

.mediaBox02 .history {
  margin-right: 85px;
  margin-left: 85px;
  color: #666;
  font-size: 12px;
  line-height: 2;
}

@media screen and (max-width: 731px) {
  .mediaBox02 .history {
    margin-right: 40px;
    margin-left: 40px;
  }
}

.mediaBox02 .history dt {
  float: left;
}

.mediaBox02 .history dt span {
  color: #ccc;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.mediaBox02 .history dd {
  margin-left: 3.2em;
}

sup {
  font-size: 60%;
}
