.second-main {
  background: url(../img/bg_higan.png) 0 calc(100% + 200px) no-repeat, url(../img/bg_cloud.png) 0 calc(100% + 300px) no-repeat, url(../img/bg_star.png) 0 0% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fd3485), to(#ff8d81));
  background: url(../img/bg_higan.png) 0 calc(100% + 200px) no-repeat, url(../img/bg_cloud.png) 0 calc(100% + 300px) no-repeat, url(../img/bg_star.png) 0 0% no-repeat, linear-gradient(to bottom, #fd3485, #ff8d81);
  background-size: contain, contain, contain, auto;
  width: 100%;
  padding: 200px 0 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.window-wrap {
  padding: 0 50px 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.window-wrap + .window-wrap {
  margin-top: 250px;
}

.normal-window {
  background: url(../img/img_box_decoration.png) 110% 110% no-repeat, rgba(255, 255, 255, 0.1);
  background-size: 35% auto;
  max-width: 1200px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 5px 5px 0 7px white, 10px 10px 0 13px black;
          box-shadow: 5px 5px 0 7px white, 10px 10px 0 13px black;
  margin: 0 auto;
  padding: 130px 2% 60px;
  -webkit-transform: skewY(-4deg) translate3d(0, 0, 0);
          transform: skewY(-4deg) translate3d(0, 0, 0);
  position: relative;
}

.normal-window__caption {
  position: absolute;
  height: 168px;
  top: -105px;
  left: -55px;
  z-index: 10;
}

.normal-window__caption img {
  height: 100%;
  vertical-align: bottom;
}

.normal-window__contents {
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(4deg);
          transform: skewY(4deg);
  position: relative;
}

.normal-window:before {
  content: "";
  background: url(../img/img_box_decoration_ring.png);
  background-size: cover;
  width: 447px;
  height: 447px;
  position: absolute;
  top: -245px;
  left: -160px;
  z-index: -1;
  -webkit-animation: normal-window-signal-animation 0.5s ease infinite;
          animation: normal-window-signal-animation 0.5s ease infinite;
}

.normal-window__thorn01, .normal-window__thorn03, .normal-window__thorn04, .normal-window__thorn05 {
  display: block;
  position: absolute;
}

.normal-window__thorn01 {
  top: -45px;
  right: -180px;
}

.normal-window__thorn03 {
  bottom: -75px;
  right: -55px;
}

.normal-window__thorn04 {
  top: -75px;
  left: -70px;
}

.normal-window__thorn05 {
  bottom: -58px;
  left: -174px;
}

.band-wrap {
  width: 100%;
  position: relative;
}

.band-wrap + .window-wrap {
  margin-top: 300px;
}

.band-window {
  background: #ff8d81;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
  position: relative;
  padding: 60px 0;
  -webkit-box-shadow: 2px 2px 0 5px black;
          box-shadow: 2px 2px 0 5px black;
}

.band-window:before {
  content: "";
  display: block;
  background: black;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  -webkit-transform: rotate(-1deg) translate3d(0, 0, 0);
          transform: rotate(-1deg) translate3d(0, 0, 0);
  position: absolute;
  top: 0;
  -webkit-box-shadow: 0 0 50px 0 white inset;
          box-shadow: 0 0 50px 0 white inset;
}

.band-window__contents {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
}

.text-box {
  background: url(../img/bg_circles_black.png) 100% 100% no-repeat, url(../img/bg_text_white.png) 0 0 repeat;
  color: black;
  max-width: 73%;
  border-radius: 1000px;
  z-index: 1;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3% 7% 3% 11%;
  left: 3%;
  -webkit-box-shadow: 3px 3px 0 0px black, 20px 20px 0 0 #e60a96;
          box-shadow: 3px 3px 0 0px black, 20px 20px 0 0 #e60a96;
}

.text-box__radio {
  display: block;
  position: absolute;
  max-width: 18%;
  left: -6%;
  top: -5%;
}

.description {
  width: 100%;
  position: relative;
}

.description__caption {
  height: 60px;
  position: absolute;
  top: -6%;
  left: 11%;
  z-index: 10;
}

.description__caption img {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.description:nth-of-type(2n) .text-box {
  padding: 3% 13% 3% 7%;
  left: calc(50% - 25%);
  -webkit-box-shadow: -3px 3px 0 0px black, -20px 20px 0 0 #e60a96;
          box-shadow: -3px 3px 0 0px black, -20px 20px 0 0 #e60a96;
}

.description:nth-of-type(2n) .text-box__radio {
  left: calc(100% - 17%);
}

.description:nth-of-type(2n) .description__caption {
  left: 28%;
}

.description + .description {
  margin-top: 30px;
}

.image-box {
  max-width: 87%;
  padding: 1.04167vw;
  border-radius: 10px;
  position: relative;
  top: -30px;
  left: 10%;
  z-index: 3;
}

.description:nth-of-type(2n) .image-box {
  left: 0;
}

.about-caption {
  display: block;
  max-width: 920px;
  position: relative;
  margin: 0 auto;
}

.about-caption img {
  width: 100%;
  vertical-align: bottom;
}

.about-text {
  display: block;
  max-width: 919px;
  margin: 0 auto;
}

.about-text img {
  width: 100%;
  vertical-align: bottom;
}

.about-flower-leftbottom {
  display: block;
  position: absolute;
  bottom: -15%;
  left: -20%;
}

.about-flower-righttop {
  display: block;
  position: absolute;
  top: -15%;
  right: -20%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.txt-prologue {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.character-wrap {
  position: relative;
}

.description + .character-wrap,
.character-wrap + .character-wrap {
  margin-top: 130px;
}

.character-wrap:first-of-type {
  margin-top: 50px;
}

.voice-wrap01,
.voice-wrap02,
.voice-wrap03 {
  background: url(../img/bg_text.png);
  padding-bottom: 10%;
  border-radius: 1000px;
  -webkit-box-shadow: 5px 10px 0 0 black;
          box-shadow: 5px 10px 0 0 black;
  position: absolute;
  bottom: -9%;
  right: 0;
  z-index: 100;
}

.voice-wrap01 {
  width: 11%;
  right: 10%;
}

.voice-wrap02 {
  width: 25%;
}

.voice-wrap03 {
  width: 37%;
}

.voice-list {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7%;
}

.voice-list__item {
  width: 100%;
  height: 100%;
  position: relative;
}

.button-voice {
  position: relative;
}

.button-voice:hover {
  -webkit-transform: rotate(9deg) scale(1.1);
          transform: rotate(9deg) scale(1.1);
}

.button-voice img {
  width: 100%;
  vertical-align: bottom;
}

.character-character {
  display: block;
  width: 45%;
  height: 135%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.character-character__txt-dokumusume, .character-character__txt-white, .character-character__txt-mofuku, .character-character__txt-dorami, .character-character__txt-black {
  bottom: 15%;
  right: -6%;
}

.character-character__image {
  display: block;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

[class^="character-character__txt"] {
  display: block;
  position: absolute;
  max-width: 100%;
  z-index: 2;
}

.character-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: url(../img/character/bg_character_dokumusume.png) -175% no-repeat, url(../img/bg_circles_black.png) 150% -100% no-repeat, url(../img/bg_text_white.png) 0 0 repeat;
  background-size: 80%, auto, auto;
  width: 90%;
  border-radius: 1000px 0 1000px 1000px;
  -webkit-box-shadow: 20px 20px 0 0 white inset, 25px 25px 0 0 #e60a96 inset, 0 0 30px 0 rgba(230, 10, 150, 0.35) inset, 20px 20px 0 0 black;
          box-shadow: 20px 20px 0 0 white inset, 25px 25px 0 0 #e60a96 inset, 0 0 30px 0 rgba(230, 10, 150, 0.35) inset, 20px 20px 0 0 black;
  margin: 0 auto;
  position: relative;
}

.character-description:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-bottom: 40%;
}

.character-description__caption {
  display: block;
  position: absolute;
  padding-bottom: 70px;
  bottom: 94%;
  left: 43%;
}

.character-description__caption img {
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
}

.character-description__text {
  width: 50%;
  color: black;
  margin: 5% 4% 6% 0;
  position: relative;
}

.character-wrap:nth-of-type(2n) .voice-wrap01,
.character-wrap:nth-of-type(2n) .voice-wrap02,
.character-wrap:nth-of-type(2n) .voice-wrap03 {
  left: -5%;
  bottom: -4%;
  right: auto;
}

.character-wrap:nth-of-type(2n) .character-description {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-position: right -175% top 50%, -150% 100%, 0;
  border-radius: 0 1000px 1000px 1000px;
  -webkit-box-shadow: -20px 20px 0 0 white inset, -25px 25px 0 0 #e60a96 inset, 0 0 30px 0 rgba(230, 10, 150, 0.35) inset, 20px 20px 0 0 black;
          box-shadow: -20px 20px 0 0 white inset, -25px 25px 0 0 #e60a96 inset, 0 0 30px 0 rgba(230, 10, 150, 0.35) inset, 20px 20px 0 0 black;
}

.character-wrap:nth-of-type(2n) .character-description__caption {
  left: 3%;
}

.character-wrap:nth-of-type(2n) .character-description__text {
  margin: 5% 0 11% 6%;
  position: relative;
}

.character-wrap:nth-of-type(2n) .character-character {
  right: 0;
  left: auto;
}

.character-wrap:last-of-type {
  margin-bottom: 100px;
}

.system-menu-wrap {
  width: 95%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto 130px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
}

.system-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: url(../img/img_radio_ring.png) right -300% top 0% no-repeat, url(../img/bg_text_black.png) 0 0 repeat;
  background-size: 90%, auto;
  width: 95%;
  height: 100%;
  border-radius: 1000px;
  -webkit-box-shadow: 10px 10px 0 0 #3871ce50 inset;
          box-shadow: 10px 10px 0 0 #3871ce50 inset;
  padding: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}

.system-menu__item {
  width: 32%;
  height: 0;
  padding-bottom: 9.5%;
  position: relative;
}

.system-menu__item:not(:nth-of-type(3n+1)) {
  margin-left: 2%;
}

.system-menu__item:nth-of-type(n+4) {
  margin-top: 1%;
}

.system-menu-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/system/bg_pattern.png) 0 20% no-repeat, black;
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  -webkit-box-shadow: 0 0 10px 3px rgba(230, 10, 149, 0.274), 0 0 0 3px #e60a96 inset, 0 0 0 8px black inset, 0 0 0 10px #fffebb inset, 0 0 0 12px black inset, 0 0 0 14px #697fa1 inset, 0 0 15px 10px rgba(255, 255, 255, 0.313) inset;
          box-shadow: 0 0 10px 3px rgba(230, 10, 149, 0.274), 0 0 0 3px #e60a96 inset, 0 0 0 8px black inset, 0 0 0 10px #fffebb inset, 0 0 0 12px black inset, 0 0 0 14px #697fa1 inset, 0 0 15px 10px rgba(255, 255, 255, 0.313) inset;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.system-menu-button:hover {
  background: url(../img/system/bg_pattern.png) 0 20% no-repeat, #e60a96;
}

.system-menu-button img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 88%;
  max-width: 88%;
}

.jigoku-wrap {
  position: relative;
}

.description + .jigoku-wrap,
.jigoku-wrap + .jigoku-wrap {
  margin-top: 150px;
}

.jigoku-character {
  display: block;
  max-width: 428px;
  position: absolute;
  bottom: 0;
  left: -5%;
}

.jigoku-character img {
  width: 100%;
  vertical-align: bottom;
}

.jigoku-description {
  background: url(../img/bg_circles.png) 150% -100% no-repeat, url(../img/bg_text_black.png) 0 0 repeat;
  width: 90%;
  height: 410px;
  border-radius: 1000px 0 1000px 1000px;
  -webkit-box-shadow: 20px 20px 0 0 black inset, 25px 25px 0 0 #e60a96 inset, 0 0 30px 0 rgba(230, 10, 150, 0.35) inset;
          box-shadow: 20px 20px 0 0 black inset, 25px 25px 0 0 #e60a96 inset, 0 0 30px 0 rgba(230, 10, 150, 0.35) inset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 3% 3% 395px;
  margin: 0 auto;
  position: relative;
  left: 2%;
}

.jigoku-description__caption {
  display: block;
  height: 10%;
  width: 120%;
  position: relative;
  top: -20px;
  left: -15%;
}

.jigoku-description__caption img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
}

.jigoku-description__text {
  color: white;
  margin: 20px 0 0;
}

.jigoku-description__text .text {
  text-shadow: none;
}

.jigoku-description__text .text b {
  color: #ff8d81;
}

.jigoku-description__image {
  max-width: 46%;
  position: absolute;
  bottom: 1%;
  right: 5%;
}

.jigoku-description__image img {
  width: 100%;
  vertical-align: bottom;
}

.img-shinen {
  width: 25%;
  position: absolute;
  bottom: -30%;
  left: -7%;
  z-index: 5;
}

.movie-section {
  max-width: 720px;
  margin: 0 auto 0;
  position: relative;
}

.movie-section + .movie-section {
  margin-top: 70px;
}

.movie-section:last-of-type {
  margin-bottom: 40px;
}

.movie-section__title {
  width: 100%;
  height: 58px;
  background: url(../img/gallery/bg_title.png) 0 0 no-repeat;
  background-size: contain;
  position: relative;
  left: -8%;
  padding-left: 8%;
  z-index: 5;
}

.movie-section__title img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

.movie {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  border-radius: 1px;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery-images {
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
}

.gallery-images__item {
  background: black;
  width: 47%;
  max-width: 498px;
}

.gallery-images__item:nth-of-type(2n) {
  margin-left: 4%;
}

.gallery-images__item:nth-of-type(n+3) {
  margin-top: 4%;
}

.product-data {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.package-image {
  display: block;
  width: 40%;
  max-width: 500px;
  position: relative;
}

.package-image img {
  width: 100%;
  vertical-align: bottom;
  -webkit-box-shadow: 0 0 5px 0 yellow;
          box-shadow: 0 0 5px 0 yellow;
}

.product-spec {
  width: 60%;
  height: 100%;
  position: relative;
  text-shadow: 2px 2px black;
}

@media all and (-ms-high-contrast: none) {
  .product-spec {
    font-size: 0.8em;
    line-height: 1.2;
  }
}

.product-spec__limited {
  display: block;
  background: white;
  width: 100%;
  height: 5.20833vw;
  max-height: 100px;
  -webkit-box-shadow: 7px 8px 0 0 black;
          box-shadow: 7px 8px 0 0 black;
  border-radius: 0 100px 100px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5625vw;
  position: relative;
  left: 0;
  text-align: right;
}

.product-spec__limited img {
  height: 100%;
  vertical-align: bottom;
}

.spec-table {
  height: 100%;
}

.product-dlc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
      justify-content: start;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}

.product-dlc__item {
  background: url(../img/bg_text_black.png) 0 0 repeat;
  width: 96%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 30px 0 rgba(230, 10, 150, 0.35) inset;
          box-shadow: 0 0 30px 0 rgba(230, 10, 150, 0.35) inset;
  border-radius: 10px;
  padding: 20px;
  color: white;
}

.product-dlc__item b {
  color: #ff8d81;
  font-weight: normal;
}

.limited-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto 50px;
}

.limited-sample {
  background: url(../img/bg_text_white.png) 0 0 repeat;
  width: 60%;
  height: auto;
  padding-top: 30%;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 2px 2px 0 7px black;
          box-shadow: 2px 2px 0 7px black;
}

.limited-sample img {
  position: absolute;
  max-height: 95%;
  max-width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  vertical-align: bottom;
}

.limited-goods {
  width: 48%;
  margin-left: 2%;
}

.limited-goods img {
  width: 100%;
  vertical-align: bottom;
}

.limited-buy {
  width: 80%;
  margin: 0 auto;
}

.limited-buy__text {
  background: white;
  text-align: center;
  padding: 1%;
  border-radius: 1000px;
  margin-bottom: 3%;
}

.limited-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  height: auto;
  margin: 0 auto 0;
  padding: 20px;
  border-top: 3px dashed white;
  border-bottom: 3px dashed white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.limited-order__button {
  width: 47%;
  height: auto;
  padding-top: 10%;
  position: relative;
}

.limited-order__button:nth-of-type(2n) {
  margin-left: 4%;
}

.order-button-ps4,
.order-button-switch {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 100px 100px 0;
  -webkit-box-shadow: 7px 8px 0 0 black;
          box-shadow: 7px 8px 0 0 black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  text-shadow: none;
  font-size: 0.9em;
  text-decoration: none;
  text-align: center;
}

.order-button-ps4 img,
.order-button-switch img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.order-button-ps4:link, .order-button-ps4:visited,
.order-button-switch:link,
.order-button-switch:visited {
  color: white;
}

.order-type {
  color: white;
  font-size: 0.9em;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 20px auto -10px;
  background: #222222;
}

.order-button-ps4 {
  background: #0085d0;
}

.order-button-ps4:hover {
  background: #31c5ff;
}

.order-button-switch {
  background: #e62013;
}

.order-button-switch:hover {
  background: #ff5735;
}

.benefits-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}

.benefits-list__item {
  background: url(../img/bg_text_black.png) 0 0 repeat;
  width: 48%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 30px 0 rgba(230, 10, 150, 0.35) inset;
          box-shadow: 0 0 30px 0 rgba(230, 10, 150, 0.35) inset;
  border-radius: 10px;
  padding: 20px;
}

.benefits-list__item:nth-of-type(2n) {
  margin-left: 4%;
}

.benefits-list__item:nth-of-type(n+3) {
  margin-top: 4%;
}

.benefit-name {
  background: #fd3485;
  border-radius: 500px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.5em;
  color: white;
  margin-bottom: 10px;
  text-align: center;
}

.benefit-goods {
  margin: 0 auto;
  font-size: 1.4em;
  color: white;
  margin-bottom: 10px;
  text-align: center;
}

.benefit-goods__sub {
  font-size: 0.8em;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  text-align: center;
  margin-bottom: 10px;
}

.pop {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.benefit-image {
  background: white;
  width: 100%;
  height: auto;
  padding-top: 48%;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: center;
}

.benefit-image img {
  max-height: 96%;
  max-width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.benefit-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  height: auto;
  margin-top: 20px;
  position: relative;
}

.benefit-order__button {
  width: 49%;
  height: auto;
  padding-top: 17%;
  position: relative;
}

.benefit-order__button:nth-of-type(2n) {
  margin-left: 2%;
}
