.story__title {
  font-family: "Sorts Mill Goudy", serif;
  font-size: 5.4rem;
}
.story .story-header {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.story .story-sec1 {
  position: relative;
  max-width: 1400px;
  width: 90%;
  margin: 50px auto 100px;
}
.story .story-sec1__imgbox {
  position: absolute;
  top: 0;
  right: 0;
  width: 42.5%;
  height: 100%;
}
.story .story-sec1__imgbox .imgbox {
  position: sticky;
  top: 140px;
  right: 0;
  width: 100%;
}
.story .story-sec1__textbox {
  position: relative;
  color: #b2071b;
  font-size: 1.85rem;
  letter-spacing: 0.22em;
  line-height: 2.3;
  padding-right: 50%;
  padding-top: 100px;
}
.story .story-sec1__textbox > .box {
  padding-bottom: 140px;
}
.story .story-sec1__textbox > .box > p.type2 {
  margin-top: 1em;
}
.story .story-sec2 {
  background-position: center top;
  background-repeat: repeat-x;
  background-image: url(./../images/common/bg__boundary.png);
  padding: 110px 0 40px;
}
.story .story-sec2__box {
  position: relative;
  margin-bottom: 160px;
}
.story .story-sec2__title {
  font-family: "Sorts Mill Goudy", serif;
  margin-bottom: 90px;
  font-size: 3.6rem;
  line-height: 1.4;
  color: #b2071b;
}
.story .story-sec2__title.type2 {
  font-size: 3rem;
}
.story .story-sec2__list01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.story .story-sec2__item01 {
  width: 31.6%;
}
.story .story-sec2__link01 {
  display: block;
  position: relative;
}
.story .story-sec2__link01 .imgbox {
  display: block;
  overflow: hidden;
}
.story .story-sec2__link01 .titletbox {
  display: block;
  position: relative;
}
.story .story-sec2__link01 .numberbox {
  display: block;
  position: absolute;
  top: -35px;
  left: 8px;
  font-family: "Zen Old Mincho", serif;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: -0.025em;
  color: #e99299;
  opacity: 0.6;
}
.story .story-sec2__link01 .textbox {
  position: relative;
  padding: 37px 0 0 10px;
  display: block;
  color: #3b3b3b;
  font-size: 2.2rem;
  line-height: 1.4;
}
.story .story-sec2__link01 .textbox::after {
  content: "";
  width: 37px;
  height: 11px;
  background: no-repeat 0 0 url(../images/common/icon__link1--r.png);
  background-size: 100% auto;
  position: absolute;
  right: 6px;
  bottom: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .story .story-sec2__link01 {
    transition: 0.6s;
  }
  .story .story-sec2__link01 .imgbox {
    transition: 0.6s;
  }
  .story .story-sec2__link01 .imgbox img {
    width: 100%;
    transition: 0.6s;
  }
  .story .story-sec2__link01 .textbox,
  .story .story-sec2__link01 .textbox::after {
    transition: 0.6s;
  }
  .story .story-sec2__link01:hover {
    opacity: 0.7;
  }
  .story .story-sec2__link01:hover .textbox {
    color: #b2071b;
  }
  .story .story-sec2__link01:hover .imgbox img {
    transform: scale(1.08);
  }
  .story .story-sec2__link01:hover .textbox::after {
    right: 0;
  }
}
.story .story-sec2__list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.story .story-sec2__item02 {
  width: 47%;
}
.story .story-sec2__link02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #3b3b3b;
}
.story .story-sec2__link02 .imgbox {
  width: 45%;
  display: block;
  overflow: hidden;
}
.story .story-sec2__link02 .titletbox {
  width: 50%;
  display: block;
  position: relative;
}
.story .story-sec2__link02 .titletbox .title {
  display: block;
  font-size: 2rem;
  padding-bottom: 15px;
}
.story .story-sec2__link02 .titletbox .text {
  display: block;
  font-size: 1.55rem;
  line-height: 1.8;
  padding-right: 42px;
}
.story .story-sec2__link02 .titletbox .text::after {
  content: "";
  width: 37px;
  height: 11px;
  background: no-repeat 0 0 url(../images/common/icon__link1--r.png);
  background-size: 100% auto;
  position: absolute;
  right: 6px;
  bottom: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .story .story-sec2__link02 {
    transition: 0.6s;
  }
  .story .story-sec2__link02 .imgbox {
    transition: 0.6s;
  }
  .story .story-sec2__link02 .imgbox img {
    width: 100%;
    transition: 0.6s;
  }
  .story .story-sec2__link02 .text,
  .story .story-sec2__link02 .text::after {
    transition: 0.6s;
  }
  .story .story-sec2__link02:hover {
    color: #b2071b;
    opacity: 0.7;
  }
  .story .story-sec2__link02:hover .imgbox img {
    transform: scale(1.08);
  }
  .story .story-sec2__link02:hover .text::after {
    right: 0;
  }
}

@media screen and (width <= 1100px) {
  .story .story-sec1__textbox {
    font-size: 1.6rem;
  }
  .story .story-sec2__link01 .textbox {
    font-size: 2rem;
  }
  .story .story-sec2__link02 .titletbox .title {
    font-size: 2rem;
  }
  .story .story-sec2__link02 .titletbox .text {
    font-size: 1.35rem;
  }
}
@media screen and (width <= 640px) {
  .story__title {
    font-size: 3.2rem;
  }
  .story .story-sec1 {
    margin: 6vw auto 8vw;
  }
  .story .story-sec1__imgbox {
    position: relative;
    width: 82%;
    height: auto;
    margin: 0 auto;
  }
  .story .story-sec1__imgbox .imgbox {
    position: relative;
    top: 0;
  }
  .story .story-sec1__textbox {
    font-size: 1.3rem;
    letter-spacing: 0.14em;
    line-height: 2;
    padding-right: 0;
    padding-top: 8vw;
  }
  .story .story-sec1__textbox > .box {
    padding-bottom: 10vw;
  }
  .story .story-sec1__textbox > .box > p.type2 {
    margin-top: 0.75em;
  }
  .story .story-sec2 {
    padding: 12vw 0 4vw;
  }
  .story .story-sec2__box {
    margin-bottom: 18vw;
  }
  .story .story-sec2__box.type2 {
    margin-bottom: 0;
  }
  .story .story-sec2__title {
    margin-bottom: 8vw;
    font-size: 2.2rem;
  }
  .story .story-sec2__title.type2 {
    font-size: 1.9rem;
  }
  .story .story-sec2__list01 {
    display: block;
  }
  .story .story-sec2__item01 {
    width: 83%;
    margin: 0 auto 10vw;
  }
  .story .story-sec2__link01 .numberbox {
    top: -8vw;
    left: -4vw;
    font-size: 5rem;
  }
  .story .story-sec2__link01 .textbox {
    padding: 6vw 0 0 0;
    font-size: 1.6rem;
  }
  .story .story-sec2__link01 .textbox::after {
    width: 26px;
    height: 10px;
    right: 0;
    bottom: 1vw;
  }
  .story .story-sec2__list02 {
    display: block;
  }
  .story .story-sec2__item02 {
    width: 100%;
    margin: 0 auto 8vw;
  }
  .story .story-sec2__link02 .imgbox {
    width: 40%;
    display: block;
    overflow: hidden;
  }
  .story .story-sec2__link02 .titletbox {
    width: 55%;
  }
  .story .story-sec2__link02 .titletbox .title {
    font-size: 1.4rem;
    padding-bottom: 1vw;
    line-height: 1.2;
  }
  .story .story-sec2__link02 .titletbox .text {
    font-size: 1.15rem;
    line-height: 1.6;
    padding-right: 30px;
  }
  .story .story-sec2__link02 .titletbox .text::after {
    content: "";
    width: 26px;
    height: 10px;
    right: 0;
    bottom: 0.5vw;
  }
}
@media screen and (width <= 640px) and (hover: hover) and (pointer: fine) {
  .story .story-sec2__link02 {
    transition: 0.6s;
  }
  .story .story-sec2__link02 .imgbox {
    transition: 0.6s;
  }
  .story .story-sec2__link02 .imgbox img {
    width: 100%;
    transition: 0.6s;
  }
  .story .story-sec2__link02 .text,
  .story .story-sec2__link02 .text::after {
    transition: 0.6s;
  }
  .story .story-sec2__link02:hover {
    color: #b2071b;
    opacity: 0.7;
  }
  .story .story-sec2__link02:hover .imgbox img {
    transform: scale(1.08);
  }
  .story .story-sec2__link02:hover .text::after {
    right: 0;
  }
}
