@charset "EUC-JP";



.mv {
  display: flex;
  width: 100%;
  height: auto;
  background-image: url(../../images/index/bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  align-items: center;
  justify-content: center;
}

.mv .mv-inner {
  z-index: 2;
  display: flex;
  width: 100%;
  /*max-width: 1400px;*/
  max-width: 1070px;
  padding: 50px 0;
  /*    height: 580px;*/
  /*padding-top: 56px;*/
  /*padding-right: 24px;
  padding-bottom: 56px;
  padding-left: 160px;*/
  text-align: left;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.mv .mv-inner .left__text-ssmall b {
  font-size: 7rem;
  line-height: 1;
  color: #fff700;
}

.mv .mv-inner .left__text-sbig {
  font-size: 8rem;
  font-weight: 500;
  line-height: 0;
  position: relative;
  left: -5px;
  letter-spacing: -.2em;
  color: #fff;
}

.mv .mv-inner .left__text-sbig .mv-ls03 {
  line-height: 1;
  letter-spacing: -.3em;
}

.mv .mv-inner .left__text-sbig .mv-ls035 {
  line-height: 1;
  letter-spacing: -.35em;
}

.mv .mv-inner .left__text-ssmall {
  font-size: 7rem;
  font-weight: 500;
  line-height: 1.3;
  display: inline-block;
  padding: 7px 0 0;
  color: #fff;
}

.mv .mv-inner .specBox {
  width: 553px;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .25);
}

.mv .mv-inner .specBox .CpText {
  font-weight: bold;
  margin: 10px 0 0;
  text-align: center;
  color: #f7716f !important;
}

.mv .mv-inner .specBox .CpText strike {
  font-weight: bold;
  color: #f7716f !important;
  -webkit-text-decoration-color: #f7716f;
  text-decoration-color: #f7716f;
}

.mv .mv-inner .specBox .specBox__ttl {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.mv .mv-inner .specBox .specBox__ttl::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-style: solid;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-bottom: 0;
  border-left: 10px solid transparent;
}

.mv .mv-inner .specBox .specBox__ttl::before {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-style: solid;
  border-top: 10px solid #ccc;
  border-right: 10px solid transparent;
  border-bottom: 0;
  border-left: 10px solid transparent;
}

.mv .mv-inner .specBox .specBox__ttl h3 {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}

.mv .mv-inner .specBox .specBox__ttl h3 img {
  position: relative;
  right: 10px;
}

.mv .mv-inner .specBox .specBox__ttl h3 .mvTxtLink {
  position: absolute;
  right: 0;
  bottom: 15px;
  display: inline-block;
}

.mv .mv-inner .specBox .specBox__ttl h3 a {
  color: #148dce;
}

.mv .mv-inner .specBox .specBox__ttl p {
  font-weight: 600;
  text-align: center;
  color: #262626;
}

.mv .mv-inner .specBox .specBox__item {
  display: flex;
  padding-top: 10px;
  align-items: center;
  justify-content: center;
}

.mv .mv-inner .specBox .specBox__item h4 {
  font-size: 2rem;
  line-height: 1;
  padding-bottom: 5px;
  color: #262626;
}

.mv .mv-inner .specBox .specBox__item .price {
  font-size: 2rem;
  line-height: 1;
  padding: 0 20px;
  color: #148dce;
  border-right: 1px solid #ccc;
  -o-border-image: linear-gradient(to bottom, #fff 0%, #fff 40%, #ccc 40%, #ccc 100%) 1;
  border-image: linear-gradient(to bottom, #fff 0%, #fff 40%, #ccc 40%, #ccc 100%) 1;
}

.mv .mv-inner .specBox .specBox__item .price span {
  font-size: 6rem;
  font-weight: 500;
}

.mv .mv-inner .specBox .specBox__item .cpu {
  font-size: 2rem;
  line-height: 1;
  padding: 0 20px;
  color: #148dce;
  border-right: 1px solid #ccc;
  -o-border-image: linear-gradient(to bottom, #fff 0%, #fff 40%, #ccc 40%, #ccc 100%) 1;
  border-image: linear-gradient(to bottom, #fff 0%, #fff 40%, #ccc 40%, #ccc 100%) 1;
}

.mv .mv-inner .specBox .specBox__item .cpu span {
  font-size: 6rem;
  font-weight: 500;
}

.mv .mv-inner .specBox .specBox__item .memory {
  font-size: 2rem;
  line-height: 1;
  padding: 0 20px;
  color: #148dce;
}

.mv .mv-inner .specBox .specBox__item .memory span {
  font-size: 6rem;
  font-weight: 500;
}

.mv .mv-inner .specBox .registerBox {
  position: relative;
  margin-top: 30px;
}

.mv .mv-inner .specBox .registerBox .balloon {
  line-height: 34px;
  position: absolute;
  z-index: 5;
  left: 50%;
  width: 294px;
  height: 34px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  border: 1px solid #f7716f;
  border-radius: 17px;
  background: #fff;
}

.mv .mv-inner .specBox .registerBox .balloon::before {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 14px;
  height: 22px;
  margin-right: 5px;
  content: '';
  background: url('../../images/icon/novice_ico.svg');
}

.mv .mv-inner p {
  color: #fff;
}

.mv .mv-inner .seal-flex {
  display: flex;
  align-items: center;
}

.mv .mv-inner .seal-flex .seal {
  width: 250px;
  height: 250px;
  padding: 45px;
  background-image: url('../../images/index/seal.svg');
}

.mv .mv-inner .seal-flex .seal__right {
  padding-top: 64px;
}

.mv .mv-inner .seal-flex .seal__right-head {
  font-size: 1.8rem;
  padding-bottom: 16px;
  border-bottom: solid 1px #262626;
}

.mv .mv-inner .seal-flex .seal__right-body span:nth-child(1) {
  font-size: 1.8rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.mv .mv-inner .seal-flex .seal__right-body span:nth-child(2) {
  font-size: 4.5rem;
  font-weight: bold;
  color: #127cb5;
}

.mv .mv-inner .seal-flex .seal__right-body span:nth-child(3) {
  font-size: 2.5rem;
}

.mv .mv-inner .seal-flex .seal__left-head {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: solid 1px #262626;
}

.mv .mv-inner .seal-flex .seal__left-head span:first-child {
  font-size: 1.3rem;
}

.mv .mv-inner .seal-flex .seal__left-head span:last-child {
  font-size: 2rem;
  display: block;
  margin-top: -8px;
}

.mv .mv-inner .seal-flex .seal__left-body span:nth-child(1) {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 4px;
  padding: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 20px;
  background-color: #fff700;
}

.mv .mv-inner .seal-flex .seal__left-body span:nth-child(2) {
  display: block;
  width: 130px;
  margin-bottom: -24px;
}

.mv .mv-inner .seal-flex .seal__left-body span:nth-child(3) {
  font-size: 4.5rem;
  font-weight: bold;
  margin-right: 4px;
  color: #127cb5;
}

.mv .mv-inner .seal-flex .seal__left-body span:nth-child(4) {
  font-size: 2.5rem;
  font-weight: bold;
}

.mv .mv-inner .link-button1 {
  display: flex;
  height: 80px;
  border-radius: 4px;
}

.mv .mv-inner .link-button1::before {
  border-radius: 0;
}

.mv .mv-inner .link-button1 a {
  height: 100%;
}

.mv .mv-inner .link-button1 a span {
  font-weight: bold;
  display: flex;
  margin-top: -1px;
  align-items: center;
}

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

.mv-under-banners__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-items: flex-end;
  justify-content: center;
}

.mv-under-banners__flex .banner:last-child a {
  margin-bottom: 0;
}

.mv-under-banners figure {
  flex-basis: 48.5185185185%;
}

.mv-under-banners .campaign-add {
  margin-bottom: 24px;
}

.mv-under-banners .campaign-add:last-child {
  margin: 0 auto;
}

.mv-under-banners .campaign-add_text {
  font-weight: bold;
  margin-bottom: 4px;
}

.mv-under-banners .campaign-add_text span {
  color: #f45122;
}

.mv-under-banners__ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
  text-align: center;
}

.pickup + .reccommend {
  margin-top: 60px;
}

.reccommend .reccommend_sub_ttl {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.reccommend .reccommend_sub_ttl span {
  color: #f7716f;
}

.reccommend .campaign_Cb {
  font-size: 17px;
  color: #fff;
}

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

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

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

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

.reccommend .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 .campaignPR strike {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #aaa !important;
  -webkit-text-decoration-color: #aaa;
  text-decoration-color: #aaa;
}

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

.reccommend .campaignRecommend {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  position: absolute;
  top: -4%;
  left: calc(50% - 47px);
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  border-radius: 3px;
  background: #ff7e00;
}

.reccommend .campaignRecommend:before {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-width: 8px 7px 0 7px;
  border-style: solid;
  border-color: #ff7e00 transparent transparent transparent;
}

.reccommend__flex {
  display: flex;
  flex-direction: row;
  margin: 72px 0 0;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.reccommend__single {
  position: relative;
  flex-basis: 24%;
}

.reccommend__single:first-child .reccommend__block:last-child {
  border-right: none;
}

.reccommend__single:not(:first-child) .reccommend__block {
  border-left: none;
}

.reccommend__single:nth-child(3) .reccommend__top {
  border-right: none;
}

.reccommend__single.biz {
  margin-left: 4%;
}

.reccommend__single.biz .reccommend__top {
  border-right: 1px solid #fff;
  background-color: #00395a;
}

.reccommend__single.biz .reccommend__top p:nth-child(1) {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.reccommend__single.biz .campaignRecommend {
  left: 50%;
  margin-left: -91px;
}

.reccommend__single.biz .campaignPR {
  color: #00395a;
}

.reccommend__single.biz .reccommend__block {
  border-left: 1px solid #ccc;
}

.reccommend__single.biz .reccommend__block.toBiz {
  position: relative;
  height: 72px;
}

.reccommend__single.biz .reccommend__block.toBiz .link-button1 {
  width: 100%;
  max-width: 300px;
  height: 60px;
  margin: 36px 20px 0;
}

.reccommend__single.biz .reccommend__block:last-child {
  border-top: none;
  background-color: #f9f9f9;
}

.reccommend__top {
  border-right: 1px solid #fff;
  background-color: #148dce;
}

.reccommend__top .planPrTxt {
  line-height: 1.2;
  padding: 10px 0;
  color: #fff;
  border-top: 1px solid rgba(0, 0, 0, .15);
}

.reccommend__top.cp {
  height: 240px;
}

.reccommend__top.cbcp {
  height: 240px;
}

.reccommend__top.cbcp .reccommend__text {
  padding-top: 16px;
}

.reccommend__top p:nth-child(1) {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.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%;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.reccommend__block:last-child {
  height: 100px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.reccommend__block.moreBtn {
  position: relative;
  border-right: none;
  border-left: none;
}

.reccommend__block.moreBtn .link-button1 {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: -42px;
  width: 344px;
  height: 60px;
}

.reccommend__block .d-block {
  font-weight: normal;
  line-height: 1.8rem;
  display: flex;
  padding-left: 24px;
  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%;
  margin-top: -1px;
  border-radius: 8px;
}

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

.reccommend__block .link-button1 a::before {
  margin-top: 1px;
}

.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;
  padding-bottom: 15px;
}

.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 !important;
}

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

.reccommend__points {
  margin-top: 24px;
}

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

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

.reccommend .link-button1.blueBdr1 {
  border-radius: 30px;
}

.reccommend .link-button1.blueBdr1:before {
  border-radius: 30px;
}

.reccommend .link-button1.blueBdr1 a {
  border-radius: 30px;
}

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

.reccommend .js-scrolltip .scrollHint_icon {
  top: 100px;
}

.choose__flex {
  display: flex;
  flex-direction: row;
  background-image: url('../../images/index/line.svg');
  background-repeat: no-repeat;
  background-position: center 80px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.choose__single {
  position: relative;
  flex-basis: 31.8518518519%;
}

.choose__single h3 {
  position: absolute;
  top: -20px;
  left: 50%;
  display: flex;
  flex-direction: row;
  width: 200px;
  height: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #053564;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.choose__table {
  overflow: hidden;
  border: 1px solid #9ec0e1;
  border-radius: 4px;
}

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

.choose__column:last-of-type .choose__left,
.choose__column:last-of-type .choose__right {
  border-bottom: none;
}

.choose__left {
  display: flex;
  flex-direction: row;
  padding: 16px 12px;
  border-bottom: 1px solid white;
  background: #9ec0e1;
  flex-basis: 124px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.choose__left .text {
  font-size: 1.4rem;
  text-align: center;
}

.choose__right {
  display: flex;
  flex-direction: row;
  padding: 16px 12px;
  border-bottom: 1px solid #9ec0e1;
  flex-basis: calc(100% - 124px);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.choose__right.height100 {
  min-height: 108px;
}

.choose__right.height130 {
  min-height: 130px;
}

.choose__right .dots {
  padding-left: 0;
  list-style: none;
}

.choose__right .dots li {
  position: relative;
  padding-left: 12px;
}

.choose__right .dots li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  content: '';
  border-radius: 2px;
  background: #262626;
}

.choose__right li {
  font-size: 1.4rem;
}

.choose__right figure {
  text-align: center;
}

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

.merit__single {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  border-radius: 8px;
  flex-basis: 31.8518518519%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.merit h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  text-align: center;
}

.merit.can a.deactivate {
  pointer-events: none;
}

.merit.can a.deactivate p::after {
  display: none;
}

.merit.can a p::after {
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-left: 8px;
  content: '';
  background-image: url('../../images/index/icon-forward.svg');
  background-size: contain;
}

.merit.can .merit__single {
  flex-basis: 24%;
}

.merit.can .merit__single.blank {
  opacity: 0;
}

.merit.servicePoint {
  background-image: url(../../images/index/bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.merit.servicePoint * {
  color: #fff !important;
}

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

.realize__single {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  border-radius: 8px;
  flex-basis: 31.8518518519%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-basis: 28%;
}

.realize__single--caption {
  font-size: 16px;
  font-weight: bold;
  color: #138dce;
}

.realize__single--text {
  font-size: 16px;
  margin: 20px 0 0;
  text-align: center;
}

.realize__single .link-button1 {
  width: 170px;
  margin: 16px 0 0;
}

.realize__single figure {
  margin: 32px 0 0;
}

.realize h3 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  margin: 16px 0 0;
  text-align: center;
}

.realizeApp {
  margin: 50px 50px 0;
}

.realizeAppInner {
  padding: 100px 0;
  text-align: center;
  border-radius: 30px;
  background: #148dce;
}

.realizeApp__caption {
  font-size: 20px;
  font-weight: bold;
  color: #8acdf1;
}

.realizeApp__ttl {
  font-size: 30px;
  font-weight: bold;
  color: #fff700;
}

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

.about-ssl__flex > * {
  flex-basis: 48.8888888889%;
}

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

.application__single {
  flex-basis: 48.8888888889%;
}

.application__single a {
  display: inline-block;
  border-radius: 70px;
}

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

.service__single.rev {
  flex-direction: row-reverse;
}

.service__img {
  flex-basis: 48.8888888889%;
}

.service__info {
  flex-basis: 46.6666666667%;
}

.service__info .link-button1 a::before {
  width: 22px;
  height: 21px;
  background: url('../../images/icon/window.svg') !important;
}

.service__info .title span {
  font-weight: bold;
  display: block;
  color: #148dce;
}

.service .tag {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.service .tag li {
  font-size: 1.4rem;
  margin-right: 4px;
  padding: 0 16px;
  color: white;
}

.service .tag li:nth-of-type(1) {
  background-color: #148dce;
}

.service .tag li:nth-of-type(2) {
  background-color: #6680ff;
}

.service .tag li:nth-of-type(3) {
  background-color: #148dce;
}

.service .tag li:last-of-type {
  margin-right: 0;
}

.service .text {
  font-size: 1.6rem;
}

.service .link-button1 {
  width: 344px;
  max-width: 100%;
}

.news span.caption {
  padding: 0 8px;
  cursor: pointer;
  transition: ease .3s all;
}

.news span.caption:hover {
  opacity: .6;
}

.news span.tag {
  margin-left: 8px;
}

.news span.title + span.tag,
.news span.title + span.caption {
  margin-left: 16px;
  padding: 0 8px;
}

.news .news-tab {
  display: none;
}

.news .news-tab.tab-on {
  display: block;
  -webkit-animation: anime-fade .5s ease;
  animation: anime-fade .5s ease;
}

.news__list li {
  position: relative;
  padding-right: 24px;
  padding-left: 16px;
  border-bottom: 1px solid #ccc;
}

.news__list li:first-of-type {
  border-top: 1px solid #ccc;
}

.news__list li::before {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 13px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('../../images/icon/arrow-right-b.svg') no-repeat;
  background-position: center;
  background-size: contain;
}

.news__list .date {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 12px;
  padding-right: 6px;
  border-right: 1px solid #ccc;
}

.news__list .tag {
  font-size: 1.2rem;
  line-height: 12px;
  margin-left: 6px;
  padding: 2px 8px;
  text-align: center;
}

.news .link-button1 {
  width: 344px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.suport__list {
  display: flex;
  flex-direction: row;
  background: white;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.suport__list .single {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  max-width: 33.3333333333%;
  flex-basis: 33.3333333333%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.suport__list h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  text-align: center;
}

.suport__list h3::before {
  position: absolute;
  top: 50%;
  right: -24px;
  width: 8px;
  height: 13px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('../../images/icon/arrow-right-b.svg') no-repeat;
  background-position: center;
  background-size: cover;
}

.mvCp {
  overflow: hidden;
  padding: 9px 0 3px;
  background-image: url(../../images/campaign/250508/mv_headbnr_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.mvCp img {
  display: block;
  margin: 5px auto;
}

.supportLink {
  font-weight: 500;
  padding: 150px 0 30px;
  transition: linear .1s all;
  text-align: center;
  border-right: 1px solid #ccc;
  flex-basis: 25%;
}

.supportLink:last-child {
  border-right: none;
}

.supportLink:hover {
  letter-spacing: .1em;
}

.supportLink span::after {
  position: relative;
  top: 7px;
  display: inline-block;
  width: 8px;
  height: 13px;
  margin-left: 10px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('../../images/icon/arrow-right-b.svg') no-repeat;
  background-position: center;
  background-size: cover;
}

.supportLink__faq {
  display: block;
  background: #fff url(../../images/index/support01.svg) 50% 30px no-repeat;
}

.supportLink__contact {
  display: block;
  background: #fff url(../../images/index/support02.svg) 50% 30px no-repeat;
}

.supportLink__manual {
  display: block;
  background: #fff url(../../images/index/support03.svg) 50% 30px no-repeat;
}

.supportLink__community {
  display: block;
  background: #fff url(../../images/index/support04.svg) 50% 30px no-repeat;
}

.svSpec {
  width: 100%;
  padding: 100px 0;
  background-image: url(../../images/index/sv_spec_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.svSpec__ttl {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.svSpec__body {
  width: 1080px;
  max-width: 95%;
  margin: 0 auto;
  padding: 30px 0 0;
}

.tabBtn {
  display: none;
}

.tabLtWrap {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  justify-content: space-between;
}

.tabLtWrap li {
  display: flex;
  width: 50%;
  margin-right: 15px;
}

.tabLtWrap li:last-child {
  margin-right: 0;
}

.tabList {
  font-size: 2.1rem;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 0;
  cursor: pointer;
  text-align: center;
  border-radius: 5px 5px 0 0;
  background: #c2ddeb;
  justify-content: center;
  align-items: center;
}

.tabList:hover {
  background: #fff;
}

#cpu:checked ~ .tabLtWrap #tabLt1,
#iops:checked ~ .tabLtWrap #tabLt2 {
  font-weight: 700;
  display: flex;
  width: 100%;
  background: #fff;
  align-items: center;
  justify-content: center;
}

.tabContent {
  display: none;
  padding: 40px;
  background: #fff;
}

#cpu:checked ~ .tabCtWrap #tabCt1,
#iops:checked ~ .tabCtWrap #tabCt2 {
  display: block;
}

.topSideBnr {
  position: fixed;
  z-index: 200;
  right: 20px;
  bottom: 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, .25) 0 2px 10px;
}

.topSideBnr a,
.topSideBnr img {
  display: inline-block;
  border-radius: 10px;
}

.bnr-del {
  position: absolute;
  top: -17px;
  right: -17px;
  display: flex;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #28425b;
  box-shadow: 0 2px 4px 0 #666;
  justify-content: center;
  align-items: center;
}

.bnr-del span::before,
.bnr-del span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 60%;
  height: 12%;
  margin: -7% 0 0 -30%;
  content: '';
  background: #fff;
}

.bnr-del span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.bnr-del span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is--none {
  display: none !important;
}

.minecraftPr {
  margin: 50px 0;
  text-align: center;
}

.flModal {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-animation: all .3s ease-in;
  animation: all .3s ease-in;
  opacity: 0;
  background: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
}

.flModal.is--show {
  display: flex;
  visibility: visible;
  -webkit-animation: flModalfadeIn forwards .3s ease-in;
  animation: flModalfadeIn forwards .3s ease-in;
}

.flModal button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.flModal .flModalClose button {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-indent: -9999px;
  color: #fff;
  border: none;
  border-radius: 0 2px 0 0;
  background: #28425b;
  align-items: center;
}

.flModal .flModalClose button:before,
.flModal .flModalClose button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 60%;
  height: 12%;
  margin: -7% 0 0 -30%;
  content: '';
  background: #fff;
}

.flModal .flModalClose button:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.flModal .flModalClose button:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.flModal .flModalClose button:focus {
  outline: none;
}

.flModal .flModalBody {
  position: relative;
  top: 20px;
  width: 600px;
  padding: 12px;
  border-radius: 3px;
  background: #fff;
}

.flModal .flModalContents {
  color: #000;
}

.flModal .flModalContents .row1,
.flModal .flModalContents .row2 {
  text-align: center;
}

.flModal .flModalContents .row1 {
  padding: 40px 32px 32px;
  border-radius: 3px 3px 0 0;
  background: url(../../images/index/bg_patern_line_blue.png);
}

.flModal .flModalContents .row2 {
  padding: 40px 0 24px;
  border-radius: 0 0 3px 3px;
  background: #ffec48;
}

.flModal .flModalContents__caption {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 20px 0 0;
  text-align: center;
}

.flModal .flModalContents__caption span {
  position: relative;
  z-index: 0;
  display: inline;
  background: linear-gradient(transparent 70%, #ffec48 0%);
}

.flModal .flModalContents__discount {
  width: 460px;
  margin: 20px auto 0;
  text-align: center;
}

.flModal .flModalContents__discount .discountCaption {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  padding: 4px;
  color: #fff;
  background: #000;
}

.flModal .flModalContents__discount .discountCaption:after {
  position: absolute;
  bottom: -16px;
  left: 50%;
  display: block;
  margin-left: -12px;
  content: '';
  border: 6px solid rgba(0, 0, 0, 0);
  border-top: 12px solid #000;
}

.flModal .flModalContents__discount .discountCaption span {
  color: #ffec48;
}

.flModal .flModalContents__discount .discountDetails {
  line-height: 1;
  display: flex;
  padding: 12px 0 20px;
  text-align: left;
  background: #fff;
  flex-wrap: wrap;
  justify-content: center;
}

.flModal .flModalContents__discount .discountDetails .item {
  font-size: 1.55rem;
  line-height: 1;
  display: flex;
  margin: 14px 10px 0 0;
  align-items: center;
  justify-content: center;
}

.flModal .flModalContents__discount .discountDetails .item:nth-child(2n) {
  margin-right: 0;
}

.flModal .flModalContents__discount .discountDetails .item .period {
  font-weight: bold;
  line-height: 1;
  width: 3.5em;
  padding: 6px;
  text-align: center;
  color: #0080ff;
  background: #ffec48;
}

.flModal .flModalContents__discount .discountDetails .item .discount {
  font-size: 1.8rem;
  line-height: 1;
  width: 138px;
  text-align: right;
}

.flModal .flModalContents__discount .discountDetails .item .values {
  font-weight: bold;
  color: #0080ff;
}

.flModal .flModalContents__discount .discountDetails .item .values .num {
  font-size: 2.4rem;
}

.flModal .flModalContents__subcaption {
  font-size: 1.6rem;
  font-weight: bold;
}

.flModal .flModalContents__subcaption span {
  font-weight: bold;
}

.flModal .flModalContents__register {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 4px 0 0;
}

.flModal .flModalContents__register img {
  max-width: 90%;
  height: auto;
  vertical-align: baseline;
}

.flModal .flModalContents__close {
  margin: 20px auto 0;
}

.flModal .flModalContents__close button {
  font-weight: 500;
  line-height: 1.4;
  min-width: 180px;
  padding: .7em 1em;
  color: #2f334c;
  border: 2px solid #2f334c;
  border-radius: 3px;
  background: #fff;
}

@-webkit-keyframes flModalfadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes flModalfadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.cashless {
  position: fixed;
  z-index: 9999;
  right: 25px;
  bottom: 25px;
  padding: 12px;
  text-align: center;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
}

.cashless a {
  display: block;
}

.cashless_btn {
  font-weight: 500;
  box-sizing: border-box;
  min-width: 180px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: .7em 1em;
  color: #fff;
  border-radius: 3px;
  background-color: #f7716f;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

#pid-info .cashless {
  display: none !important;
}

.cashless-pr {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
  text-align: center;
  color: #148dce;
}

.cashless-del {
  position: absolute;
  top: -17px;
  right: -17px;
  display: flex;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #28425b;
  box-shadow: 0 2px 4px 0 #666;
  justify-content: center;
  align-items: center;
}

.cashless-del span::before,
.cashless-del span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 60%;
  height: 12%;
  margin: -7% 0 0 -30%;
  content: '';
  background: #fff;
}

.cashless-del span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cashless-del span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is--none {
  display: none !important;
}

.mv2Column {
  position: relative;
  z-index: 1;
}

.mv2Column + .reccommend {
  padding-top: 120px;
}

.mv2Column .mvWrap {
  position: relative;
  display: flex;
  overflow: hidden;
}

.mv2Column .mvWrap:before,
.mv2Column .mvWrap:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: 70px;
  height: 9px;
  content: '';
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  background: #fff;
}

.mv2Column .mvWrap:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.mv2Column .mvWrap > * {
  position: relative;
  width: 50%;
  height: 494px;
}

.mv2Column .mvColumn--can {
  background: #029585;
}

.mv2Column .mvColumn--can:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../../images/index/mv_bg_01_l.png) no-repeat center center;
}

.mv2Column .mvColumn--can .mvColumnInner {
  right: 0;
}

.mv2Column .mvColumn--can .mvColumn__ttl > picture > img {
  max-width: 46.5%;
}

.mv2Column .mvColumn--no1 {
  background: #0e73ba;
}

.mv2Column .mvColumn--no1:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../../images/index/mv_bg_02_l.png) no-repeat center center;
}

.mv2Column .mvColumn--no1 .mvColumnInner {
  left: 0;
}

.mv2Column .mvColumn--no1 .mvColumn__ttl > picture > img {
  max-width: 52%;
}

.mv2Column .mvColumnInner {
  position: absolute;
  top: 0;
  width: 540px;
  padding: 60px 0;
  text-align: center;
}

.mv2Column .mvColumn__caption {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 20px;
  color: #fff;
}

.mv2Column .mvColumn__caution {
  font-size: 10px;
  margin: 8px 0 0;
  color: #73b2de;
}

.mv2Column .mvRegistry {
  position: absolute;
  bottom: -60px;
  left: 50%;
  display: flex;
  width: 100%;
  max-width: 1080px;
  padding: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  justify-content: center;
  align-items: center;
}

.mv2Column .mvRegistry__caption {
  max-width: 47%;
  margin-right: 60px;
}

.mv2Column .mvRegistry__link {
  width: 360px;
}

.mv2Column .mvRegistry__link .link-button1 {
  display: flex;
  height: 80px;
  border-radius: 4px;
}

.mv2Column .mvRegistry__link .link-button1:before {
  border-radius: 0;
}

.mv2Column .mvRegistry__link .link-button1 a {
  height: 100%;
}

.mv2Column .mvRegistry__link .link-button1 a span {
  font-weight: bold;
  display: flex;
  margin-top: -1px;
  align-items: center;
}

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

.mvFootBnr {
  margin: 124px auto 0;
  text-align: center;
}

.mvFootBnr p {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0 8px;
  color: #f7716f;
}

.planRenewalArea {
  padding: 140px 0 60px;
  background: url('../../images/index/spec_update_bg.svg') no-repeat 50% 110%;
}

.planRenewalArea .planRenewal {
  display: flex;
  width: 1080px;
  margin: 0 auto;
  padding: 40px 50px;
  border-radius: 10px;
  background: #0083e3;
  justify-content: space-between;
  align-items: center;
}

.planRenewalArea .planRenewal .headContents {
  width: 380px;
}

.planRenewalArea .planRenewal__date {
  font-size: 2rem;
  font-weight: 1000;
  line-height: 1;
  margin-bottom: 5px;
  color: #fff;
}

.planRenewalArea .planRenewal__date .num {
  font-size: 3rem;
}

.planRenewalArea .planRenewal__ttl {
  font-size: 3.2rem;
  font-weight: 1000;
  line-height: 1;
  color: #fff;
}

.planRenewalArea .planRenewal__ttl b {
  font-size: 4.2rem;
  color: #f9f02e;
}

.planRenewalArea .planRenewal .mainContents {
  width: 540px;
}

.planRenewalArea .planRenewal .mainContents p {
  font-size: 1.9rem;
  margin: 0 0 15px;
  color: #fff;
}

.planRenewalArea .planRenewal .mainContents p b {
  font-size: 1.9rem;
  color: #fff;
}

.planRenewalArea .planRenewal .mainContents p a {
  text-decoration: underline;
  color: #fff;
}

.planRenewalArea .planRenewal .mainContents p a:hover {
  text-decoration: none;
}

.planRenewalArea .planRenewal .mainContents p .anchor {
  font-size: 1.4rem;
}

.pickup {
  max-width: 960px;
  margin: 0 auto;
  padding: 35px 0 60px;
  text-align: center;
  background-color: #0e73ba;
}

.mv2Column + .pickup {
  margin-top: 130px;
}

.pickup__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #fff;
}

.pickup__list {
  display: flex;
  width: 680px;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 30px 40px;
}

.pickup__list li {
  width: 200px;
}

.pickup__item {
  font-weight: bold;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  height: 130px;
  padding-top: 6px;
  border-radius: 5px;
  background-color: #fff;
  justify-content: center;
}

.pickup__item__icon {
  display: flex;
  height: 40px;
  margin-bottom: 15px;
  align-items: center;
  justify-content: center;
}

.pickup__item__name {
  display: inline-block;
}

.pickup__item__name::after {
  display: inline-block;
  width: 7px;
  height: 10px;
  margin-left: 10px;
  content: '';
  background: url(../../images/icon/arrow-right-black2.svg) no-repeat left top/100% 100%;
}

/* ---- FAQ (2025.4 ???) ------ */

.faqboxSec .section__ttl__h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}

.faqboxSec .faq-item {
  margin-bottom: 3px;
}

.faqboxSec .faq-item:last-child .faq-question {
  border-radius: 0 0 8px 8px;
}

.faqboxSec .faq-item:last-child .faq-question.open {
  border-radius: 0;
}

.faqboxSec .faq-item:last-child .faq-question.open + .faq-answer .faq-answer-inner {
  border-radius: 0 0 8px 8px;
}

.faqboxSec .faq-icon {
  font-weight: bold;
  display: inline-flex;
  width: 33px;
  height: 33px;
  margin-right: 10px;
  border-radius: 15%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.faqboxSec .faq-question {
  display: flex;
  padding: 13px;
  cursor: pointer;
  color: #fff;
  background-color: #2f9fdb;
  align-items: center;
  justify-content: space-between;
}

.faqboxSec .faq-question.cat-top {
  border-radius: 8px 8px 0 0;
}

.faqboxSec .faq-question.cat-bottom {
  border-radius: 0 0 8px 8px;
}

.faqboxSec .faq-question.open + .faq-answer {
  display: inline;
}

.faqboxSec .faq-question.open .question-text:after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.faqboxSec .question-icon {
  color: #2f9fdb;
}

.faqboxSec .question-text {
  font-size: 1.8rem;
  position: relative;
  padding-right: 48px;
  flex-grow: 1;
  flex: 1;
}

.faqboxSec .question-text::after {
  position: absolute;
  top: calc(45% - 6px);
  right: 18px;
  display: block;
  width: 12px;
  height: 12px;
  content: '';
  transition: top .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, top .2s ease-in-out;
  transition: transform .2s ease-in-out, top .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}

.faqboxSec .faq-answer {
  display: none;
}

.faqboxSec .faq-answer-inner {
  display: flex;
  padding: 13px 13px 20px 13px;
  background-color: #edf9ff;
  align-items: flex-start;
}

.faqboxSec .answer-icon {
  color: #f87371;
}

.faqboxSec .faq-answer p {
  font-size: 1.4rem;
  width: 93%;
}

@media only screen and (min-width: 768px) {
  .suport__list .single:nth-of-type(2) {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  .visible-s {
    display: none !important;
  }
}

@media only screen and (min-width: 1000px) {
  .mv .mv-inner .left__text {
    position: relative;
  }

  .disp__s {
    display: none;
  }
}

@media only screen and (min-width: 1137px) {
  .mv-under-banners__flex .banner:nth-child(2n) {
    margin-left: 24px;
  }

  .mv-under-banners__flex .banner:nth-child(n+2) {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 1137px) {
  .mv-under-banners__flex {
    display: block;
  }

  .mv-under-banners__flex a {
    display: inline-block;
    margin-bottom: 24px;
  }

  .mv-under-banners__flex a:first-child {
    margin-top: 0;
  }
}

@media only screen and (max-width: 999px) {
  .mv {
    height: auto;
  }

  .mv .mv-inner {
    flex-wrap: wrap;
  }

  .mv .mv-inner .left__text-ssmall b {
    font-size: 5rem;
  }

  .mv .mv-inner .left__text-ssmall {
    font-size: 3rem;
    text-align: center;
  }

  .mv .mv-inner {
    padding-top: 50px;
    padding-bottom: 32px;
    justify-content: center;
  }

  .mv .mv-inner .left__text-sbig {
    font-size: 5rem;
  }

  .mv .mv-inner .left__text-ssmall {
    font-size: 5rem;
  }

  .mv .mv-inner .left__text {
    text-align: center;
  }

  .mv .mv-inner .left__text p.mt-16 {
    text-align: center;
  }

  .mv .mv-inner .specBox {
    margin: 20px auto 0;
  }

  .mv .mv-inner .specBox .specBox__item h4 {
    font-size: 1.4rem;
  }

  .mv .mv-inner .specBox .specBox__item .price {
    font-size: 1.4rem;
    padding: 0 10px;
  }

  .mv .mv-inner .specBox .specBox__item .price span {
    font-size: 3.5rem;
  }

  .mv .mv-inner .specBox .specBox__item .cpu {
    font-size: 1.4rem;
    padding: 0 10px;
  }

  .mv .mv-inner .specBox .specBox__item .cpu span {
    font-size: 3.5rem;
  }

  .mv .mv-inner .specBox .specBox__item .memory {
    font-size: 1.4rem;
    padding: 0 10px;
  }

  .mv .mv-inner .specBox .specBox__item .memory span {
    font-size: 3.5rem;
  }

  .mv .mv-inner .specBox .registerBox .balloon {
    width: 80%;
    max-width: 294px;
  }

  .mv .mv-inner .sp-mt-32 {
    width: 100%;
  }

  .mv .mv-inner .seal-flex {
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .mv .mv-inner .seal-flex .seal {
    padding-left: 35px;
    background-size: cover;
  }

  .mv .mv-inner .link-button1 {
    width: 100%;
  }

  .mv .mv-inner .link-button1 span {
    font-size: 1.6rem;
  }

  .mv-under-banners .campaign-add {
    margin-top: 24px;
  }

  .mv-under-banners .campaign-add a {
    margin-top: 0;
  }

  .mv-under-banners__ttl {
    font-size: 1.8rem;
  }

  .reccommend__top.cp {
    height: 230px;
  }

  .reccommend__top.cbcp {
    height: 230px;
  }

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

  .reccommend__block {
    justify-content: center;
  }

  .reccommend__block .d-block {
    margin-left: 8%;
    padding-left: 0;
  }

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

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

  .choose__flex {
    background-image: none;
  }

  .choose__left .text {
    font-size: 1.4rem;
  }

  .choose__right li {
    font-size: 1.4rem;
  }

  .merit h3 {
    font-size: 1.8rem;
  }

  .merit.can .merit__single {
    flex-basis: 49%;
  }

  .realize__single--text {
    text-align: left;
  }

  .realize__single figure img {
    width: 100px;
    height: auto;
  }

  .realize h3 {
    font-size: 1.8rem;
  }

  .service .tag li {
    font-size: 1.4rem;
  }

  .service .text {
    font-size: 1.4rem;
  }

  .news__list .date {
    font-size: 1.2rem;
  }

  .news__list .tag {
    font-size: 1.2rem;
  }

  .suport__list h3 {
    font-size: 1.8rem;
  }

  .faqboxSec .question-text {
    padding-right: 28px;
  }

  .faqboxSec .question-text::after {
    top: calc(50% - 8px);
    right: 8px;
    width: 10px;
    height: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .mv .mv-inner .left__text {
    margin: 0 20px;
  }

  .mv .mv-inner .specBox {
    width: 90%;
  }

  .mv .mv-inner .specBox .CpText .hidden-s {
    display: none;
  }

  .mv .mv-inner .specBox .specBox__ttl h3 img {
    right: 0;
    width: 100%;
  }

  .mv .mv-inner .specBox .specBox__ttl h3 .mvTxtLink {
    z-index: 10;
  }

  .mv-under-banners figure {
    flex-basis: 100%;
  }

  .pickup + .reccommend {
    margin-top: 30px;
  }

  .reccommend__flex {
    margin: 20px 0 0;
  }

  .reccommend__single {
    max-width: 100%;
    margin-top: 24px;
    margin-bottom: 30px;
    flex-basis: 100%;
  }

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

  .reccommend__single:not(:first-child) .reccommend__block {
    border-left: 1px solid #ccc;
  }

  .reccommend__single.biz {
    margin-left: 0;
  }

  .reccommend__single.biz {
    flex-basis: 100%;
  }

  .reccommend__single.biz .reccommend__top {
    border-right: none;
  }

  .reccommend__single.biz .reccommend__block.toBiz {
    height: 100px;
    border-bottom: 1px solid #ccc;
  }

  .reccommend__single.biz .reccommend__block.toBiz .link-button1 {
    margin: 4px 20px 0;
  }

  .reccommend__single.biz .reccommend__block.toBiz .link-button1 a {
    font-size: 1.2rem;
  }

  .reccommend__single.biz .reccommend__block:last-child {
    display: none;
  }

  .reccommend__top {
    height: auto;
  }

  .reccommend__block.register {
    border-bottom: 1px solid #ccc;
  }

  .reccommend__block.moreBtn {
    display: none;
  }

  .reccommend__block.blank {
    display: none;
  }

  .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;
  }

  .reccommend .js-scrolltip .scrollHint {
    display: none;
  }

  .reccommend .hidden-s {
    display: none;
  }

  .choose__single {
    flex-basis: 100%;
  }

  .merit__single {
    flex-basis: 100%;
  }

  .realize__single {
    margin: 48px 0 0;
    flex-basis: 100%;
  }

  .realize__single:first-child {
    margin-top: 0;
  }

  .realize__single--caption {
    font-size: 14px;
  }

  .realize__single--text {
    font-size: 14px;
  }

  .realize__single figure {
    margin: 16px 0 0;
  }

  .realizeApp {
    margin: 40px 15px 0;
  }

  .realizeAppInner {
    padding: 28px 0;
  }

  .realizeApp__caption {
    font-size: 12px;
  }

  .realizeApp__ttl {
    font-size: 16px;
  }

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

  .application__single {
    flex-basis: 100%;
  }

  .service__img {
    flex-basis: 100%;
  }

  .service__info {
    flex-basis: 100%;
  }

  .service .link-button1 {
    width: 100%;
  }

  .news__list li {
    padding-right: 24px;
    padding-left: 0;
  }

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

  .suport__list .single:nth-of-type(2) {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  .mvCp img {
    max-width: 85%;
  }

  .mvCp {
    height: auto;
    padding: 3px 0 0;
  }

  .supportLink {
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
    flex-basis: 100%;
  }

  .supportLink:last-child {
    border-bottom: none;
  }

  .disp__lm {
    display: none;
  }

  .svSpec {
    padding: 50px 0;
  }

  .svSpec__ttl {
    font-size: 2rem;
    line-height: 1.2;
  }

  .svSpec__body {
    width: 90%;
    padding: 10px 0 0;
  }

  .tabList {
    font-size: 1.7rem;
    padding: 8px 0;
  }

  .tabContent {
    padding: 20px;
  }

  .topSideBnr {
    right: 20px;
    bottom: 20px;
    width: 180px;
  }

  .topSideBnr a,
  .topSideBnr img {
    width: 180px;
  }

  .bnr-del {
    width: 26px;
    height: 26px;
  }

  .minecraftPr {
    margin: 30px 0;
  }

  .minecraftPr img {
    width: 90%;
  }

  .flModal .flModalBody {
    overflow: auto;
    width: 90%;
    height: 90%;
  }

  .flModal .flModalBody .flModalContents__header img {
    width: 90%;
    height: auto;
  }

  .flModal .flModalBody .flModalContents__subcaption {
    font-size: 1.4rem;
  }

  .flModal .flModalBody .flModalContents__discount {
    display: block;
    width: auto;
  }

  .flModal .flModalBody .flModalContents__discount .discountDetails {
    display: block;
  }

  .flModal .flModalBody .flModalContents__discount .discountDetails .item {
    margin: 14px 0 0;
  }

  .cashless-del {
    width: 26px;
    height: 26px;
  }

  .cashless {
    bottom: 15px !important;
    width: 178px;
    padding: 10px 10px 8px 10px;
  }

  .cashless-del {
    width: 30px;
    height: 30px;
  }

  .cashless img {
    height: auto;
  }

  .cashless-pr {
    display: none;
  }

  .cashless .cashless_btn {
    display: none;
  }

  .cashless p {
    font-size: 10px !important;
  }

  .mv2Column .mvWrap:before,
  .mv2Column .mvWrap:after {
    width: 28px;
    height: 3px;
  }

  .mv2Column .mvWrap > * {
    height: 286px;
  }

  .mv2Column .mvColumn--can:before {
    background: url(../../images/index/mv_bg_01_s.png) no-repeat right center;
    background-size: cover;
  }

  .mv2Column .mvColumn--can .mvColumn__ttl > picture > img {
    max-width: 113px;
  }

  .mv2Column .mvColumn--no1:before {
    background: url(../../images/index/mv_bg_02_s.png) no-repeat left center;
    background-size: cover;
  }

  .mv2Column .mvColumn--no1 .mvColumn__ttl > picture > img {
    max-width: 125px;
  }

  .mv2Column .mvColumnInner {
    width: 50vw;
    padding: 40px 4vw;
  }

  .mv2Column .mvColumn__caption {
    font-size: 13px;
  }

  .mv2Column .mvRegistry {
    top: 240px;
    bottom: auto;
    flex-direction: column;
    width: auto;
    min-width: 300px;
  }

  .mv2Column .mvRegistry__caption {
    max-width: 230px;
    margin: 0 0 12px;
  }

  .mv2Column .mvRegistry__link {
    width: 230px;
  }

  .mv2Column .mvRegistry__link .link-button1 {
    height: 50px;
  }

  .mvFootBnr p {
    font-size: 1.6rem;
  }

  .mvFootBnr {
    margin-top: 148px;
  }

  .planRenewalArea {
    padding: 130px 0 30px;
    background: url('../../images/index/spec_update_bg_s.svg') no-repeat 50% 100%;
  }

  .planRenewalArea .planRenewal {
    width: 80%;
    max-width: 300px;
    padding: 20px;
    flex-wrap: wrap;
  }

  .planRenewalArea .planRenewal .headContents {
    width: 100%;
  }

  .planRenewalArea .planRenewal__date {
    font-size: 1.2rem;
    margin-bottom: 0;
  }

  .planRenewalArea .planRenewal__date .num {
    font-size: 1.8rem;
  }

  .planRenewalArea .planRenewal__ttl {
    font-size: 2rem;
    line-height: .7;
    margin-bottom: 20px;
  }

  .planRenewalArea .planRenewal__ttl b {
    font-size: 2.6rem;
  }

  .planRenewalArea .planRenewal .mainContents {
    width: 100%;
  }

  .planRenewalArea .planRenewal .mainContents p {
    font-size: 1.4rem;
    line-height: 1;
    color: #c9e1f3;
  }

  .planRenewalArea .planRenewal .mainContents p b {
    font-size: 1.4rem;
  }

  .planRenewalArea .planRenewal .mainContents p a {
    color: #c9e1f3;
  }

  .planRenewalArea .planRenewal .mainContents p .anchor {
    font-size: 1.2rem;
  }

  .pickup {
    padding: 30px 0 45px;
  }

  .pickup__ttl {
    font-size: 2rem;
  }

  .pickup__list__wrap {
    overflow-x: auto;
    padding: 0 5vw;
  }

  .pickup__list {
    width: 122vw;
    max-width: 670px;
    gap: 4vw;
  }

  .pickup__list li {
    width: 38vw;
    max-width: 200px;
  }

  .pickup__item {
    font-size: 1.2rem;
    height: 100px;
    padding-top: 0;
  }

  .pickup__item__icon {
    margin-bottom: 10px;
  }

  .pickup__item__name::after {
    margin-left: 5px;
  }

  .faqboxSec .section__ttl__h2 {
    font-size: 2rem;
  }

  .faqboxSec .question-text {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .mv .mv-inner .specBox .specBox__ttl h3 img {
    width: 70%;
  }

  .mv .mv-inner .specBox .specBox__ttl h3 .mvTxtLink {
    right: 10%;
  }

  .pickup + .reccommend {
    margin-top: 40px;
  }

  .reccommend__flex {
    min-width: 900px;
    padding-bottom: 8px;
    flex-wrap: nowrap;
  }

  .reccommend .js-scrolltip {
    overflow-x: auto;
  }

  .choose__single {
    flex-basis: 48.8888888889%;
  }

  .choose__single:last-of-type {
    margin-top: 48px;
  }

  .realizeApp {
    margin: 40px 40px 0;
  }

  .realizeAppInner {
    padding: 60px 0;
  }

  .realizeApp__caption {
    font-size: 14px;
  }

  .realizeApp__ttl {
    font-size: 24px;
  }

  .mvCp img {
    max-width: 65%;
  }

  .mvCp {
    height: auto;
    padding: 5px 0 0;
  }

  .disp__s {
    display: none;
  }

  .svSpec {
    padding: 70px 0;
  }

  .svSpec__body {
    width: 90%;
    padding: 15px 0 0;
  }

  .tabList {
    font-size: 1.7rem;
    padding: 8px 0;
  }

  .tabContent {
    padding: 15px;
  }

  .minecraftPr img {
    width: 65%;
  }

  .cashless {
    font-size: 14px;
  }

  .mv2Column .mvWrap:before,
  .mv2Column .mvWrap:after {
    width: 50px;
    height: 7px;
  }

  .mv2Column .mvWrap > * {
    height: 358px;
  }

  .mv2Column .mvColumn--can:before {
    background: url(../../images/index/mv_bg_01_m.png) no-repeat right center;
    background-size: cover;
  }

  .mv2Column .mvColumn--can .mvColumn__ttl > picture > img {
    max-width: 52.5%;
  }

  .mv2Column .mvColumn--no1:before {
    background: url(../../images/index/mv_bg_02_m.png) no-repeat left center;
    background-size: cover;
  }

  .mv2Column .mvColumn--no1 .mvColumn__ttl > picture > img {
    max-width: 58.5%;
  }

  .mv2Column .mvColumnInner {
    width: 380px;
    padding: 32px 0;
  }

  .mv2Column .mvColumn__caption {
    font-size: 20px;
  }

  .mv2Column .mvRegistry {
    width: 94%;
  }

  .mv2Column .mvRegistry__caption {
    margin-right: 36px;
  }

  .mv2Column .mvRegistry__link .link-button1 a {
    font-size: 1.6rem;
  }

  .mvFootBnr {
    max-width: 700px;
  }

  .mvFootBnr img {
    width: 100%;
    height: auto;
  }

  .planRenewalArea {
    padding: 110px 0 40px;
    background: url('../../images/index/spec_update_bg_m.svg') no-repeat 50% 110%;
  }

  .planRenewalArea .planRenewal {
    width: 94%;
    max-width: 768px;
    padding: 20px 25px;
  }

  .planRenewalArea .planRenewal__date {
    font-size: 1.3rem;
  }

  .planRenewalArea .planRenewal__date .num {
    font-size: 2rem;
  }

  .planRenewalArea .planRenewal__ttl {
    font-size: 2rem;
  }

  .planRenewalArea .planRenewal__ttl b {
    font-size: 3rem;
  }

  .planRenewalArea .planRenewal .mainContents p {
    font-size: 1.4rem;
    margin: 0 0 10px;
  }

  .planRenewalArea .planRenewal .mainContents p b {
    font-size: 1.4rem;
  }

  .planRenewalArea .planRenewal .mainContents p .anchor {
    font-size: 1.2rem;
  }

  .mv2Column + .pickup {
    margin-top: 110px;
  }
}

@media all and (-ms-high-contrast: none) {
  .mv {
    background-image: url('../../images/index/bg_ie.jpg');
  }
}

@media only screen and (max-height: 760px) {
  .flModal {
    align-items: initial;
  }

  .flModal .flModalBody {
    overflow: auto;
    height: 90%;
    align-items: initial;
  }
}
/*# sourceMappingURL=index.css.map */
