@charset "EUC-JP";

.underpage-title__text {
  position: relative;
  z-index: 2;
}

.underpage-title__text::before {
  position: absolute;
  z-index: -1;
  top: -8px;
  left: 50%;
  width: 100%;
  max-width: 960px;
  height: 82px;
  content: '';
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url('../../images/about-ssl/sv-back.svg') no-repeat;
  background-position: center;
}

.underpage-title__text .jp::before {
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 8px));
  transform: translateX(calc(-50% - 8px));
}

.underpage-title__text .jp::after {
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 8px));
  transform: translateX(calc(-50% + 8px));
}

.trust__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.trust__flex > * {
  flex-basis: 47.7777777778%;
}

.type__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.type__flex > * {
  flex-basis: 344px;
}

.minecraft__mv {
  display: flex;
  height: 560px;
  background-color: #38d7f1;
  background-image: url('../../images/minecraft/minecraft_bk.svg');
  background-position: center;
  align-items: center;
  justify-content: flex-start;
}

.minecraft__mv-left img {
  display: block;
}

.minecraft__mv-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.minecraft .link-button1 {
  width: 524px;
  height: 93px;
  margin-left: 0;
  border-radius: 0;
  background-image: url('../../images/minecraft/dotbutton.svg');
}

.minecraft .link-button1 a {
  width: 100%;
  height: 100%;
}

.minecraft .link-button1 a span {
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.minecraft .link-button1 a span::before {
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 24px;
  content: '';
  background-image: url(../../images/common/contacticon.svg);
  background-position: center;
  background-size: cover;
}

.explain-minecraft .two-column {
  overflow: hidden;
  max-width: 49%;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 6px 8px rgba(0, 0, 0, .1);
}

.explain-minecraft .two-column:first-child img {
  max-width: 152px;
}

.explain-minecraft .two-column__top {
  padding: 16px;
  background-color: #148dce;
}

.explain-minecraft .two-column__top span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}

.explain-minecraft .two-column__bottom p {
  text-align: left;
}

.explain-minecraft .about__minecraft {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.explain-minecraft .feature__vps h3 {
  text-align: center;
}

.explain-minecraft .feature__vps h3 span {
  font-weight: bold;
  display: block;
}

.explain-minecraft .feature__vps h3 span:first-child {
  font-size: 1.8rem;
}

.explain-minecraft .feature__vps h3 span:last-child {
  font-size: 2.5rem;
  color: #6599ff;
}

.explain-minecraft .feature__vps .two-column {
  width: 432px;
  margin-right: auto;
  margin-left: auto;
}

.explain-minecraft .feature__vps .two-column__bottom {
  padding: 0 10px;
  text-align: center;
}

.explain-minecraft .feature__vps .two-column__bottom p {
  text-align: center;
}

.explain-minecraft .feature__vps .two-column__bottom ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.explain-minecraft .feature__vps .three-column {
  width: 31%;
}

.explain-minecraft .feature__vps-flex {
  display: flex;
  width: 90%;
  margin: 0 auto 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.explain-minecraft .feature__vps .manual-link-btn {
  max-width: 360px;
}

.explain-minecraft .feature__vps .manual-link-btn a {
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 0 50px;
  text-align: center;
}

.explain-minecraft .feature__vps .manual-link-btn a::before {
  width: 17px;
  height: 21px;
  background: url(../../images/icon/window.svg) !important;
}

.explain-minecraft .feature__vps .manual-link-btn-minecraft {
  max-width: 430px;
}

.reccommend__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  justify-content: space-between;
}

.reccommend__single {
  min-width: 344px;
  max-width: 258px;
  border-radius: 8px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
  flex-basis: 25%;
}

.reccommend__single .fukidashi-outer {
  position: relative;
}

.reccommend__single .fukidashi-outer .fukidashi-inner {
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  display: flex;
  width: 280px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
  background-color: #3bb71a;
  align-items: center;
  justify-content: center;
}

.reccommend__single .fukidashi-outer .fukidashi-inner::before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  content: '';
  border: 10px solid transparent;
  border-top: 10px solid #3bb71a;
}

.reccommend__single .fukidashi-outer .fukidashi-inner span {
  color: #fff;
}

.reccommend__single .fukidashi-outer .fukidashi-inner span.bold {
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 8px;
}

.reccommend__top {
  padding: 20px 0;
  border-radius: 5px 5px 0 0;
  background-color: #148dce;
}

.reccommend__top p:nth-child(1) {
  border-bottom: solid 1px #127cb0;
}

.reccommend__top p:nth-child(2) {
  line-height: 1.2;
}

.reccommend__top p:nth-child(2) .fs12 {
  margin-left: 2px;
}

.reccommend__top span {
  color: #fff;
}

.reccommend__top p {
  font-size: 2rem;
}

.reccommend__block {
  display: flex;
  width: 100%;
}

.reccommend__block .d-block {
  font-weight: normal;
  line-height: 1.8rem;
  display: flex;
  padding-left: 12%;
  color: #858585;
  flex-basis: 50%;
  align-items: center;
}

.reccommend__block .bold {
  padding-left: 20px;
  flex-basis: 50%;
}

.reccommend__block .bold span {
  font-size: 2.4rem;
}

.reccommend__block .bold .twoByte {
  font-size: 2.2rem;
}

.reccommend__block:nth-child(odd) {
  background-color: #fff;
}

.reccommend__block:nth-child(even) {
  background-color: #f9f9f9;
}

.reccommend__block .link-button1 {
  width: 176px;
  height: 40px;
  border-radius: 8px;
}

.reccommend__block .link-button1::before {
  border-radius: 8px;
}

.reccommend__block .link-button1 a {
  font-size: 1.5rem;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.reccommend__block .link-button1 a::after {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.reccommend__block.memory {
  height: 84px;
  align-items: center;
}

.reccommend__block.memory .memory__value {
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  padding-left: 8px;
  justify-content: center;
  flex-basis: 50%;
}

.reccommend__block.memory .memory__value .main {
  padding-left: 8px;
}

.reccommend__block.memory .memory__value .main .num {
  font-size: 2.4rem;
  font-weight: bold;
}

.reccommend__block.memory .memory__value .sub {
  font-size: 1.4rem;
  color: #9c9c9c;
}

.reccommend__bottom {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.reccommend__text {
  margin-top: auto;
}

.reccommend__text .bold {
  font-size: 2.4rem;
}

.reccommend__text span {
  color: #fff;
}

.reccommend__text span s {
  font-size: 14px;
  line-height: 2;
  color: #fff;
}

.reccommend__text span .campaignPrice {
  font-size: 30px;
  font-weight: bold;
  margin: 0 3px;
}

.reccommend__text span .CP_yen {
  color: #fff700;
}

.reccommend__text .campaign_Cb {
  font-size: 15px;
}

.reccommend__text .campaign_text {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff700 !important;
}

.reccommend__text .campaign_yen {
  color: #fff700 !important;
}

.reccommend__text .campaign_yen span {
  color: #fff700 !important;
}

.reccommend__text .campaignPR {
  font-size: 13px;
  font-weight: bold;
  position: relative;
  padding: 2px 5px;
  color: #148dce;
  background-color: #fff700;
}

.reccommend__text .campaignPR strike {
  font-size: 13px;
  font-weight: bold;
  color: #aaa !important;
  -webkit-text-decoration-color: #aaa;
  text-decoration-color: #aaa;
}

.reccommend__text .campaignPR:before {
  position: absolute;
  top: -6px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-width: 0 6px 7px 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff700 rgba(0, 0, 0, 0);
}

.reccommend__text .campaignPR_s {
  font-size: 12px;
  color: #148dce;
}

.reccommend__text.normal__price {
  display: flex;
  height: 97px;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.reccommend__normaltext {
  margin-top: auto;
  padding: 31px;
}

.reccommend__normaltext span {
  color: #fff;
}

.reccommend__normaltext span .normalPrice {
  font-size: 30px;
  font-weight: bold;
  margin: 0 3px;
}

.reccommend__normaltext span .normal_yen {
  color: #fff !important;
}

.reccommend__points {
  margin-top: 24px;
}

.reccommend__price {
  margin-top: auto;
  margin-bottom: 24px;
}

.reccommend__price .num {
  padding-right: 4px;
}

.reccommend .link-button2 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .type__flex > *:first-of-type {
    margin-right: 48px;
  }
}

@media only screen and (max-width: 1100px) {
  .reccommend__single {
    max-width: 49.5% !important;
    flex-basis: 49.5% !important;
  }

  .reccommend__single:nth-child(3) {
    margin-top: 48px;
  }
}

@media only screen and (max-width: 999px) {
  .minecraft__mv {
    background-image: url('../../images/minecraft/minecraft_spbk.jpg');
    background-position: center;
    background-size: cover;
  }

  .minecraft__mv-left img {
    margin-right: auto;
    margin-left: auto;
  }

  .minecraft__mv .tab-small {
    margin-top: 200px;
  }

  .explain-minecraft .feature__vps .two-column {
    width: 100%;
  }

  .explain-minecraft .feature__vps-flex {
    width: 100%;
  }

  .reccommend__flex {
    justify-content: space-between;
  }

  .reccommend__top p {
    font-size: 2rem;
  }

  .reccommend__block {
    justify-content: center;
  }

  .reccommend__block .bold {
    padding-left: 8px;
  }

  .reccommend__block.memory .memory__value {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .underpage-title__text::before {
    top: 0;
    height: 47px;
    background-size: contain;
  }

  .trust__flex {
    flex-direction: column-reverse;
  }

  .trust__flex > * {
    flex-basis: 100%;
  }

  .type__flex > * {
    flex-basis: 100%;
  }

  .explain-minecraft .two-column {
    max-width: 100%;
  }

  .explain-minecraft .two-column {
    width: 100%;
  }

  .reccommend__single {
    min-width: inherit;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  .reccommend__single {
    max-width: 100%;
    flex-basis: 100%;
  }

  .reccommend__single:first-of-type {
    margin-top: 0;
  }

  .reccommend__top {
    height: auto;
  }

  .reccommend__bottom {
    height: auto;
  }

  .reccommend__points {
    display: flex;
    flex-direction: row;
    margin-top: 8px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .reccommend__points figure {
    margin-top: 0;
  }

  .reccommend__price {
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1400px) {
  .minecraft__mv-inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .reccommend__single {
    flex-basis: 33.3333333333%;
  }
}
/*# sourceMappingURL=minecraft.css.map */
