@charset "utf-8";

#lp_page {
  color: #0c0c0c;
  overflow-x: hidden;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {

}

.bold {
  font-weight: bold;
}

#lp_page a:hover {
  text-decoration: none;
}
#lp_page a:focus {
  outline: none;
}
/*
#lp_page img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
*/

/*----------------------------------------------------------
    General
----------------------------------------------------------*/
.fixed {
  position: fixed !important;
  z-index: 9999;
}
.content-inner {
  margin: 0 1rem;
  width: auto;
  position: relative;
  z-index: 2;
}
.content-inner:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
/*.content-inner a {color:#0c0c0c !important;}*/
.responsive-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%
}
.responsive-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important
}
@media (min-width: 768px) {
  /*#lp_page img {
    width: auto;
  }*/
  .content-inner {
    /*width: 970px;*/
    margin: 0 auto;
  }
  .content-inner h2 {
    text-align: center;
    color: #0c0c0c;
    font-size: 2rem;
  }
}
/*
 * display
 */
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
/*
 * float
 */
.left {
  float: left;
}
.right {
  float: right;
}
/*
 * position styles
 */
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.front-position {
  position: relative;
  z-index: 1;
}
/* absolute-center */
.ab-center {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
/*
 * flex box
 */
.flex {
  display: flex;
  display: -webkit-flex;
}
.f-wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.f-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flex-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
/*----------------------------------------------------------
    table
----------------------------------------------------------*/
.table {
  display: table;
}
.table > * {
  display: table-cell;
}
/*----------------------------------------------------------
    background
----------------------------------------------------------*/
.cover {
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.bg_block-1 {
 /* background: linear-gradient(to bottom, rgba(0, 0, 0, .0), rgba(-25, 0, 0, .8)), url(../5info/img/minecraft-sc/bg_block-1.webp);*/
    background-color: #e3e2e0;
    background-attachment: fixed;
}
.bg_block-2 {
    background-color: #F0EDE7;
/*	background: linear-gradient(to bottom, rgba(0,0,0,.0), rgba(-25,0,0,.8)), url(../5info/img/minecraft-sc/bg_block-2.webp);
	background-repeat: repeat-y !important;
	background-size: contain !important;*/
      padding-top: 60px;
}
.bg_block-3 {
    background-color: #e3e2e0;
    background-attachment: fixed;
/*  background: linear-gradient(to bottom, rgba(0, 0, 0, .0), rgba(-25, 0, 0, .8)), url(../5info/img/minecraft-sc/bg_block-3.webp);*/
  padding-bottom: 30px;
}
.bg_block-4 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, .0), rgba(-25, 0, 0, .8)), url(../5info/img/minecraft-sc/bg_block-4.webp);
  padding: 90px 0;
}
.bg_wide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width:786px) {
  .bg_block-1, .bg_block-2, .bg_block-3, .bg_block-4 {
    background: none !important;
  }
  .bg_block-4 {
    padding: 0;
    margin-bottom: 0;
  }
}
/*----------------------------------------------------------
    hidden
----------------------------------------------------------*/
.hide-sp {
  display: none;
}
br.hide-sp {
  display: none;
}
@media (min-width: 768px) {
  .hide-pc {
    display: none !important;
  }
  .hide-sp {
    display: block;
  }
  br.hide-pc {
    display: none;
  }
  br.hide-sp {
    display: inline;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  br.hide-tablet {
    display: none;
  }
}
/*----------------------------------------------------------
    Effect
----------------------------------------------------------*/
@media (min-width: 768px) {
  .ov {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .ov:hover {
    opacity: 0.7;
  }
}

/*----------------------------------------------------------
	追従
----------------------------------------------------------*/
.header {
  display: none;
  width: 100%;
  height: 90px;
  top: 0;
  left: 0;
  background-color: #f3f3f3;
  background: url(../5info/img/minecraft-mc/header_bg.webp) repeat center center;
}
.header_btn {
  width: 10rem;
  float: right;
}
.header_btn a {
  display: block;
  width: 100%;
  height: auto;
}
.header .content-inner {
  margin: 0 0.5rem 5px 0;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .header{
        display: block;
    }
  .header_logo {
    width: 360px;
    padding: 10px 0;
    margin: 0 auto;
  }
  .header_btn {
    width: 146px;
    margin: 22px 0;
    float: none;
    display: inline-block;
    right: 0;
    position: absolute;
  }
  .header .content-inner {
    margin: 5px auto;
    padding-top: 0px;
  }
}
/*----------------------------------------------------------
	kv
----------------------------------------------------------*/
@keyframes fadeinBg {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeinCopy {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes fadeinProduct {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.kv_bg {
  min-height: 320px;
  padding: 2.4rem 0 1.2rem;
  background: url(../5info/img/minecraft-sc/main_img01_sp.webp) no-repeat center top;
}
.kv_bg_white {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  animation: fadeinBg 3s;
}
.kv .maincopy {
 /*   display: none;*/
 /* width: 90%;
  margin: 0 auto;
  padding-top: 25%;
  opacity: 1;
  animation: fadeinCopy 4s;
  position: relative;*/
}
.kv .product-image {
  width: 80%;
  margin: 2rem auto 0;
  opacity: 1;
  animation: fadeinProduct 4s;
}
.kv_price {
  font-size: 3rem;
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
}
.kv_price span.yen {
  font-size: 2rem;
}
.maincopy2 {
  margin: 0 auto;
  width: auto;
  padding: 30px 0 10px;
  color: #3CAD40;
  font-size: 4.8vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.4
}
.maincopy2 span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .kv_bg {
    height: 640px;
    padding: 430px 0 0;
    background: url(../5info/img/minecraft-sc/main_img01.webp) no-repeat center top;
    position: relative;
  }
  .kv .maincopy {
    margin: 0 0;
    padding: 0 0;
    width: 490px;
  }
  .kv .product-image {
    width: 600px;
    margin: 0;
    top: -100px;
    right: -180px;
    position: absolute;
  }
  .kv_price {
    font-size: 50px;
    text-align: center;
    line-height: 1.2;
    bottom: 4px;
  }
  .kv_price span.yen {
    font-size: 26px;
  }
  .maincopy2 {
    margin: 0 auto;
    width: 100%;
    padding: 40px 0;
    font-size: 32px;
  }
  .maincopy2 span {
    margin-left: 10px;
  }
  .maincopy2 span:first-of-type {
    margin-left: 0;
  }
}
.bg {
  color: #0c0c0c;
}
/*----------------------------------------------------------
	lightness
----------------------------------------------------------*/
.lightness .headline {
  margin-bottom: -2.4rem;
  padding: 2.5rem 0 5rem;
  /*
	margin-bottom: -2.4rem; padding: 2.5rem 0 5rem; background: rgb(168,93,48);
	background: -moz-linear-gradient(-45deg, #acd13a 0%, #def791 100%);
	background: -webkit-linear-gradient(-45deg, #acd13a 0%, #def791 100%);
	background: linear-gradient(135deg, #acd13a 0%, #def791 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd13a', endColorstr='#def791',GradientType=1 );
	*/
}
.lightness .headline h2 {
  margin: 0 auto;
  width: 21.35rem;
}
.lightness .block .photo {
  margin-bottom: 2.5rem;
}
.lightness .block h3 {
  margin-bottom: 1.5rem;
}
.lightness .block .size {
  margin-top: 2rem;
  color: #0c0c0c;
  font-size: 1.4rem;
}
.lightness .block .size .sizehead {
  display: inline;
  padding: .3rem 0.8rem;
  background-color: #f3f3f3;
  color: #0c0c0c;
  font-size: 1.2rem;
}
.lightness .block .size dd {
  display: inline;
  margin: 0 1.5rem 0 0.5rem;
  vertical-align: middle;
}
.lightness .block .body {
  position: relative;
}
.lightness_txt-02 {
  width: 23.85rem;
}
.lightness_txt-03 {
  width: 20.25rem;
}
.lightness .block-1 {
  position: relative;
  padding-bottom: 8.85rem;
}
.lightness .block-1 .side-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20.2rem;
}
.lightness .block-1 .body {
  position: relative;
  z-index: 1;
}
.lightness .block-2 .startup_time {
  margin-top: 2.4rem;
}
.lightness .footer-image {
  margin-top: -3.2rem;
}
@media screen and (min-width: 768px) {
  .lightness .headline {
    min-width: 980px;
    margin-bottom: 50px;
    padding: 60px 0;
  }
  .lightness .block .body p {
    font-size: 20px;
  }
  .lightness .block .size {
    font-size: 30px;
  }
  .lightness .block .size .sizehead {
    padding: 6px 14px;
    font-size: 23px;
  }
  .lightness .block-1 {
    margin-bottom: 50px;
    padding-bottom: 0;
  }
  .lightness .block-1 .side-image {
    top: -90px;
    right: -38px;
    bottom: auto;
    width: 460px;
  }
  .lightness .block-1 .body {
    float: none;
    width: 50%;
    margin: 0 auto;
  }
  .lightness .block-1 .photo {
    margin-left: -230px;
    float: left;
    max-width: 600px;
    width: 61.2%;
  }
  .lightness .block-2 .startup_time {
    margin-top: 40px;
  }
  .lightness .footer-image {
    width: 938px;
    margin: 0 auto;
    height: 80px;
    position: relative;
  }
  .lightness .footer-image img {
    width: 938px;
    margin-left: -70px;
    left: 50%;
    bottom: 60px;
    position: absolute;
  }
  .lightness .bg {
    position: relative;
    z-index: 1;
  }
}
/*----------------------------------------------------------
	highspeed
----------------------------------------------------------*/
.highspeed .bg {
  padding: 4rem 0;
  background: #f6f6f6 url(/5info/img/f-13/highspeed_bg01.webp) no-repeat 0 0 / 100% auto;
}
.highspeed .headline {
  margin-bottom: 2.15rem;
  text-align: center;
}
.highspeed .spec {
  margin: 0 auto 2rem;
  width: 23.9rem;
}
.highspeed_txt-01 {
  width: 27.15rem;
}
@media screen and (min-width: 768px) {
  .highspeed .bg {
    padding: 70px 0 35px;
    border-bottom: solid #fff 32px;
    background: #f6f6f6 url(/5info/img/f-13/highspeed_bg01_pc.webp) no-repeat center center / cover;
  }
  .highspeed .spec {
    width: 414px;
    margin: 0 30px 0 0;
    float: left;
  }
  .highspeed .body {
    overflow: hidden;
  }
  .highspeed .body p {
    font-size: 20px;
  }
}
/*----------------------------------------------------------
	cv
----------------------------------------------------------*/
.cv-bg {
  padding: 3rem 0 2rem;
  background: url(5info/img/minecraft-mc/cv_bg01.webp) no-repeat center center;
  color: #fff;
}
.cv-title {
  margin-bottom: 1.5rem;
  text-align: center;
  line-height: 1.3;
  font-size: 1.9rem;
}
.cv-title .txt {
  font-size: 1.2rem;
  text-align: center;
}
.cv-title .model {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
}
.cv .cv_btn {
  text-align: center;
}
.cv .cv_btn p.cv_price {
  font-size: 3.6rem;
}
.cv .cv_btn p.cv_price span.yen {
  font-size: 2rem;
}
.cv .cv_btn img {
  width: 60%;
}
.cv_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
.Edition_sbttl{
    margin: 0 auto;
    width: 100%;
    max-width: 710px;
    border-color: #000;
    border-radius: 3px;
    border-style: solid; 
    border-width: 3px 6px 6px 3px;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    color: #000;
    padding: 10px 10px;
    line-height: 1.3;
                    }
@media screen and (min-width: 768px) {
  .cv-bg {
    padding: 30px 0 30px;
    background-image: url(../5info/img/minecraft-mc/cv_bg01_pc.webp)
  }
  .cv-title {
    font-size: 38px;
    text-align: left;
    margin-bottom: 0;
  }
  .cv-title .txt {
    display: inline;
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
  }
  .cv-title .model {
    font-size: 44px;
    text-align: left;
  }
  .cv .cv_btn {}
  .cv .cv_btn p.cv_price {
    font-size: 50px;
    text-align: center;
    line-height: 1.2;
  }
  .cv .cv_btn p.cv_price span.yen {
    font-size: 26px;
  }
  .cv_flex {
    flex-direction: row;
  }
  .cv_flex h2 {
    width: 50%
  }
  .cv_flex .cv_btn {
    width: 30%
  }
  .cv .cv_btn img {
    width: 254px;
  }
}
/*----------------------------------------------------------
	design
----------------------------------------------------------*/
.design_block-1, .design_block-2, .design_block-3, .design_block-4 {
  background: #fff;
  margin: 0 auto;
}
.design_block-1 {
  padding: 2rem 0 0;
  background: #f3f3f3;
}
.design_block-1 .txt-wrap, .design_block-2 .txt-wrap, .design_block-3 .txt-wrap, .design_block-4 .txt-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 30px;
}
.design_block-1 .head {
  margin-bottom: 1.5rem;
}
.design_block-1 ul {
  width: 100%;
  margin: 20px auto;
  list-style: none;
}
.design_block-1 ul li {
  display: block;
  width: 100%;
  font-size: 16px;
  margin:  0;
  padding-left: 3em;
  text-indent: -2em;
    line-height: 1.6;
}
.design_block-1 ul.bundled li:before {
  content: "●";
}
/*.design_block-1 ul li:first-child {
  margin-bottom: 0;
}
.design_block-1 ul li:last-child {
  margin: 0 0;
}*/
.design_block-1 .txt-wrap p {
  font-weight: normal;
  margin: 0 auto;
  line-height: 1.5em;
}
.design_block-1 .image ul {
  width: 72%;
  margin: 0 auto;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center
}
.design_block-1 .image ul li {
  width: 100%;
}
.design_block-1 .image ul li:first-child {
  margin: 30px 0;
}
.design_block-1 ul.caution {
  width: 100%;
  display: block;
  margin: 30px 0 0;
  list-style: none;
  padding-bottom: 30px;
  padding-left: 1em;
  text-indent: -1em;
}
.design_block-1 ul.caution li {
  font-size: 12px;
}
.design_block-1 ul.caution li:before {
  content: "※";
}
.design_txt-01 {
  display: block;
  width: 970px;
  margin: 0 auto;
  box-sizing: content-box;
}
/*.design_txt-02 { display: block; width: 970px; margin: 0 auto; box-sizing: content-box; }*/
.design_txt-04 {
  display: inline-block;
  width: 25%;
}
.design_block-2 {
  padding: 4rem 0 10px 0;
  background: url(../5info/img/minecraft-mc/bottom_bg01.webp) repeat center top
}
.design_block-2 .head {
  margin-bottom: 2.7rem;
}
.design_block-2 .keyboard {
  margin-top: 2.2rem;
  margin-bottom: 2.4rem;
}
.design_block-2 .keyboard .txt {
  margin-bottom: -3rem;
  padding: 1.5rem 0 4rem;
  background-color: #a85d30;
  color: #fff;
  text-align: center;
}
.design_block-2 .keyboard .img {
  width: 25rem;
  margin: 0 auto;
}
.design_block-3 {
  padding: 0 0;
  background-color: #fff;
}
.design_block-3 .head {
  margin-bottom: 1rem;
  text-align: center;
}
/*.design_block-3 .content { width: 24.85rem; margin: 0 auto 1.5rem;}*/
/*.design_block-3 .image { width: 25.4rem; margin: 0 auto;}*/
.design_block-4 {
  width: 80%;
  padding: 3.8rem 0;
}
.design_block-4 .head {
  margin-bottom: 1.5rem;
}
.design_block-4 .image {
  margin: 2rem auto;
  width: 20rem;
}
.design_block-4 .utility {
  margin-bottom: 2rem;
  padding: 1.5rem;
  border: 1px solid #f2a4af;
  color: #ee7687;
}
.design_txt-02 {
  margin: 0 0 -40px 0;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .design_block-1, .design_block-2, .design_block-3, .design_block-4 {
    background: #f3f3f3;
    width: 970px;
  }
  .design p {
    font-size: 19px;
  }
  .design .text-1 {
    margin: 0 0 20px;
  }
  .design_block-1 {
    padding: 0 0 30px;
    background: #f3f3f3;
    width: 970px;
    margin: 0 auto;
  }
  .design_block-1 .image {
    margin: 0 auto;
    width: 80%;
    padding-bottom: 20px;
  }
  .design_block-1 .image > a {
    width: 342px;
    display: block;
    margin: 0 auto !important;
  }
  .design_block-1 .image ul {
    width: auto;
    margin: 0 auto;
    list-style: none;
    flex-direction: row;
  }
  .design_block-1 .image ul li {
    width: 32%;
    margin: 30px 10px !important;
  }
  .design_block-1 .txt-wrap p {
    font-weight: normal;
    margin: 0 auto;
    width: 710px;
    font-size: 20px;
  }
  .design_block-1 p {
    width: 750px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
  }
  .design_block-1 ul {
    width: 750px;
    display: block;
    margin: 20px 0 40px 120px;
    list-style: initial;
    line-height: 1.5rem;
    padding: 0 0;
  }
  .design_block-1 ul li {
/*    margin-bottom: 10px;*/
    font-size: 16px;
/*  line-height: 1.5em;
    margin: 0 auto;*/
  }
  .design_block-1 ul.caution {
    width: 500px;
    display: block;
    margin: 0 auto;
    list-style: none;
    line-height: 1.2rem;
    padding: 20px 0 0 0;
  }
  .design_block-1 ul.caution li {
    font-size: 12px;
  }
  .design_block-1 ul.caution li:before {
    content: "※";
  }
  .design_block-2 {
    padding: 180px 0 60px 0;
    /*background: url(../5info/img/minecraft-mc/bottom_bg01.webp) repeat center top;*/
  }
  .design_block-2 .head {
    position: relative;
    margin-bottom: 30px;
    z-index: 5;
  }
  .design_block-2 .image {
    width: 660px;
    z-index: 0;
  }
  .design_block-2 .keyboard {
    display: flex;
    position: relative;
    z-index: 1;
    margin: 40px auto 0;
    width: 685px;
  }
  .design_block-2 .keyboard .txt {
    display: flex;
    align-items: center;
    width: 360px;
    margin: 0;
    padding: 0 0 0 30px;
  }
  .design_block-2 .keyboard .txt p {
    font-size: 16px;
    text-align: left;
  }
  .design_block-2 .keyboard .img {
    width: 325px;
  }
  .design_block-3 {
    padding: 40px;
    box-sizing: border-box;
    margin-bottom: 60px;
  }
  .design_block-3 .lineup_inner {
    width: 100%;
  }
  .design_block-3 .content {
    width: inherit;
  }
  .design_block-3 .head {
    text-align: left;
  }
  .design_block-3 .text {
    margin: 0 auto;
  }
  .design_block-4 {
    padding: 40px;
    box-sizing: border-box;
    min-height: 500px;
    margin: 0 auto;
  }
  .design_block-4 .head {
    margin-bottom: 49px;
    text-align: center;
  }
  .design_block-4 .image {
    float: right;
    margin-top: 30px;
    width: 400px;
  }
  .design_block-4 .content {
    float: left;
    max-width: 510px;
    width: 52%;
    margin-top: 30px;
  }
  .design_block-4 .utility {
    clear: both;
    margin: 25px 0 0;
    padding: 20px;
    text-align: center;
  }
  .design_block-4 .utility p {
    font-size: 22px;
  }
  .design_txt-02 {
    width: 100%;
    margin: 0 0 -140px 0;
    box-sizing: content-box;
  }
}

/*----------------------------------------------------------
	lineup
----------------------------------------------------------*/
.lineup {
  background-image: url(../5info/img/minecraft-mc/bottom_bg01.webp);
  width: 970px;
  margin: 0 auto;
}
.lineup .bg {
  padding: 4rem 0 2rem;
}
.lineup .headline {
  margin-bottom: 1.5rem;
  padding-bottom: 0.3rem;
  border-bottom: 2px solid #f2a4af;
  font-size: 1.7rem;
  font-weight: bold;
  position: relative;
}
.lineup .headline::after {
  border-bottom: 2px solid #febbc4;
  width: 7rem;
  height: 0;
  position: absolute;
  left: 0;
  bottom: -2px;
  content: '';
}
.lineup-table {
  width: 100%;
  margin: 0 0 1.3rem;
}
.lineup-table th, .lineup-table td {
  width: 66%;
  padding: 0.7rem;
  border: 1px solid #d5d8d8;
  font-size: 1.2rem;
  line-height: 1.38;
  vertical-align: middle;
}
.lineup-table th {
  width: 34%;
  background-color: #f6f7f7;
  text-align: right;
  font-weight: bold;
}
.lineup .icon_list {
  display: flex;
  flex-wrap: wrap;
}
.lineup .icon_list li {
  flex: 0 0 4.8rem;
  margin-bottom: 0.5rem;
}
.lineup .icon_list li img {
  width: 4.2rem;
}
@media screen and (min-width: 768px) {
  .lineup .bg {
    padding: 0 0 67px;
  }
  .lineup .lineup_block {
    padding: 30px 45px 30px;
  }
  .lineup .headline {
    font-size: 24px;
    border-bottom-width: 4px;
  }
  .lineup .headline::after {
    bottom: -4px;
    border-bottom-width: 4px;
  }
  .lineup-table th, .lineup-table td {
    padding: 15px;
    font-size: 18px;
  }
  .lineup-table th {
    width: 29.7%;
  }
  .lineup .icon_list li {
    flex: 0 0 57px;
    margin: 0 10px 0 0;
  }
  .lineup .icon_list li img {
    width: 57px;
  }
}
.bottom_img {}
/*----------------------------------------------------------
	dospara
----------------------------------------------------------*/
#container {
  width: 100%;
  margin: 0 auto;
  position: static;
}
.column2R #main {
  float: none;
  width: auto;
}
main {
  color: #333333;
  font-size: 20px;
  line-height: 1.4;
  position: relative;
}
#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 55px;
  z-index: 200;
}
#pagetop a {
  background-color: #333;
  border-radius: 5px;
  color: #FFFFFF !important;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
#container .pagetop {
  margin: 0 auto;
  width: 970px;
}
#container .pagetop a {
  font-size: 12px;
  padding-left: 14px;
  background: url(/5img/iconArrowWhite2.gif) left center no-repeat;
}
/*nav {
  background: #fff;
  box-shadow: 0px 6px 5px -5px rgba(0, 0, 0, 0.4);
}
nav > .headerWrap {
  display: flex;
  justify-content: flex-end;
}
nav > .headerWrap div {
  margin-right: auto;
}*/
.menuBox {
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.wrap, .headerWrap {
  margin: 0 auto;
  position: relative;
  width: 970px;
}
.wrap p {
  text-align: center;
}
#footerNav2 a, .footerTagline {
  font-size: 12px;
  line-height: 19.2px;
}
.copyright {
  display: block;
  width: 80%;
  font-size: 12px !important;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 767px){
  .copyright {
    width: 100%;
  }
}

#footerNav2 li {
  margin: 0 0 0 5px;
}

/*ウィンウィンドウ幅が0〜479pxの場合に適用するCSS*/
@media screen and (max-width:786px) {
  .pcCtn {
    display: none
  }
  .spCtn {
    display: block;
  }
  .logo img, .copyright img {
    width: auto;
  }
}

/*----------------------------------------------------------
	camp
----------------------------------------------------------*/
.lightness .campline {
  margin-bottom: -2.4rem;
  padding: 2.5rem 0 5rem;
  background: rgb(168, 93, 48);
  background: -moz-linear-gradient(-45deg, #ff1f3e 0%, #ff3f5a 100%);
  background: -webkit-linear-gradient(-45deg, #ff1f3e 0%, #ff3f5a 100%);
  background: linear-gradient(135deg, #ff1f3e 0%, #ff3f5a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1f3e', endColorstr='#ff3f5a', GradientType=1);
  text-align: center;
  color: #fff;
}
.lightness .campline .campHead {
  font-size: 38px;
  margin-bottom: 10px;
}
#container .lightness .campline a.campLink {
  font-size: 22px;
  color: #fff;
}
.camp .headline {
  background: #ff203e;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-size: 26px;
  line-height: 1.3;
  margin: 60px 0;
}
#campLink {
  padding-top: 60px;
  margin-top: -60px;
}
.campBox {
  margin-bottom: 60px;
}
.campTtl {
  margin-bottom: 1.2rem;
  padding-bottom: 0.3rem;
  border-bottom: 2px solid #f2a4af;
  font-size: 24px;
  position: relative;
}
.campTtl:after {
  bottom: -4px;
  border-bottom-width: 4px;
  border-bottom: 2px solid #febbc4;
  width: 7rem;
  height: 0;
  position: absolute;
  left: 0;
  bottom: -2px;
  content: '';
}
.campNotesList li {
  line-height: 1.5em;
  font-size: 0.8rem;
}
.campNotesList li:before {
  content: '※';
}
.campBnrLink img {
  display: block;
  margin: 0 auto !important;
}
@media screen and (max-width:786px) {
  .lightness .campline .campHead {
    font-size: 5vw;
    margin-bottom: 10px;
  }
  #container .lightness .campline a.campLink {
    font-size: 4vw;
  }
  .camp .headline {
    font-size: 4.8vw;
  }
  .campBox {
    margin-bottom: 40px;
  }
  .campTtl {
    font-size: 5.5vw;
  }
  .campTxt {
    font-size: 4vw;
  }
  .campNotesList li {
    font-size: 3.2vw;
  }
}
p.bold {
  font-size: 23px;
  padding: 20px 0;
  text-align: center;
}
.pagetop a {
  color: #0062b0 !important;
  text-decoration: underline;
}
.footerTagline {
  color: #605b5a;
}
.headTTL {
  font-size: 1.9rem;
  margin-bottom: 1.5rem;
  font-weight: 900;
  text-align: center;
}
.headTTL:before {
  vertical-align: middle;
  padding-right: 15px;
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(../5info/img/minecraft-mc/subttl_img.webp) no-repeat;
  background-size: contain;
  margin: 0 0 10px 0;
}
.headTTL2 {
  font-size: 25px;
  font-weight: 900;
  padding-bottom: 1.5rem;
  width: 90%;
  margin: 0 auto;
}
.headTTL2:before {
  vertical-align: middle;
  padding-right: 25px;
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(../5info/img/minecraft-mc/letsplay_img02.webp) no-repeat;
  background-size: contain;
}
.lineup_inner {
  width: 970px;
  margin: 0 auto;
}
.lineup_inner img {
  height: auto;
  width: 100%;
}
.cover_bottom {
  padding-top: 80px;
  display: block;
  width: 100%;
  min-height: 200px;
  background: url(../5info/img/minecraft-mc/bottom_bg01.webp) repeat center bottom;
}
@media screen and (max-width:786px) {
  p.bold {
    text-align: center;
    font-size: 23px;
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 20px 0;
  }
  .lineup_inner {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .headTTL {
    font-size: 23px;
    margin-bottom: 1.5rem;
  }
  .headTTL:before {
    vertical-align: middle;
    padding-right: 5px;
    content: "";
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    background: url(../5info/img/minecraft-mc/subttl_img.webp) no-repeat;
    background-size: contain;
  }
  .headTTL2 {
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 1.5rem;
    padding-left: 4rem;
    text-indent: -4rem;
  }
  .headTTL2:before {
    vertical-align: middle;
    padding-right: 15px;
    content: "";
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-size: contain;
  }
  .cover_bottom {
    padding-top: 20px;
    display: block;
    width: 100%;
    background: url(../5info/img/minecraft-mc/bottom_bg01.webp) repeat center top;
    background-size: contain;
  }
}
#footerNav2 a {
  color: #fff !important;
}
/*----------------------------------------------------------
	おすすめラインナップ
----------------------------------------------------------*/
.lineup_map_PC {
  width: 80%;
  margin: 0 auto 60px;
  display: flex;
}
.lineup_map_PC .map_left_img {
  width: 16%;
}
.lineup_map_PC .map_left_img img {
  margin: 0px 0 0px -10px;
  min-height: 520px;
}
.lineup_map_PC table {
  border: 1px solid #3cad40;
  width: 100%;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}
.lineup_map_PC table tr {
  height: 50px;
  border: 1px solid #3cad40;
  border-bottom: none;
}
.lineup_map_PC table th {
  background: #f0e6cc;
  border: 1px solid #3cad40;
  border-bottom: none;
}
.lineup_map_PC table td {
  width: 20%;
  height: 60px;
  vertical-align: middle;
  border: 1px solid #3cad40;
  border-bottom: none;
}
.lineup_map_PC table td a {
  width: 180px;
  height: 70px;
  color: #0c0c0c !important;
  text-decoration: none !important;
  padding: 12px 8px;
  display: block;
  margin: 26px auto 10px !important;
  border: 1px solid;
  background: #fff !important;
  position: relative;
  line-height: 1.2;
}
.lineup_map_PC table table tr td.table_bottom {
  border-bottom: none;
}
.lineup_map_PC table td span.spec {
  padding: 0 0;
}
.lineup_map_PC table td span.bottom {
  color: #fff;
  background: #2dd631;
}
/*.lineup_map_PC .user_use {
  background: #2dd631;
  color: #fff;
  border: 1px solid #2dd631;
  padding: 7px;
  width: 180px;
  display: block;
  margin: 0 auto;
  font-weight: 900;
  text-shadow: 1px 1px 1px #999;
}*/
.lineup_map_PC .table_bottom {
  background-color: #2dd631;
  color: #fff;
  font-weight: 900;
  text-shadow: 1px 1px 1px #999;
}
.lineup_map_SP {
  display: none;
}
.model_cts {
  display: none;
}
/*.modeName {
  font-weight: bold;
  font-size: 20px;
  float: none;
  margin-top: 24px;
}*/
/* モデル形状アイコン */
.model_icon::before {
  position: absolute;
  width: 100px;
  padding: 6px 0 4px;
  top: -20px;
  right: -10px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #ccc;
}
.ic_tower::before {
  content: "タワー";
  background: #ffbca8;
}
.ic_minitower::before {
  content: "ミニタワー";
  background: #ffefa8;
}
.ic_slim::before {
  content: "スリム";
  background: #cbffa8;
}
.ic_minipc::before {
  content: "ミニ";
  background: #d4b8f1;
}
.ic_14::before {
  content: "14.1インチ";
  background: #a8fff8;
}
.ic_15::before {
  content: "15.6インチ";
  background: #a8d5ff;
}
.ic_16::before {
  content: "16インチ";
  background: #a8b1ff;
}
/* スペック表記 */
.modelSpec {
  margin-top: 6px;
  font-size: 1.1em;
  line-height: 1.4;
}
.item_name {
  font-size: 12px;
  font-weight: 600;
  color: #0c0c0c;
  /*padding: 3px 6px;*/
  box-sizing: border-box;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: baseline;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.link_detail {
  display: none;
}
/* 価格表記位置 
.model_cts .price {
	padding: 11px 0 0 0;
	margin-top: 60px;
}
/* 価格表記 */
.tw_yen {
  color: #e43344;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .4px;
  padding-right: 2px;
}
/* 円のサイズ */
.kara, .tax {
  color: #e43344;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width:786px) {
  .lineup_map_SP {
    display: block;
    width: 96%;
    margin: 0 auto;
  }
  .lineup_map_SP img.map_left_img {
    display: none;
    width: 0%
  }
  
  
  .lineup_map_SP table th {
    background: #f0e6cc;
    border: 1px solid #3cad40;
  }
  .lineup_map_SP table td {
    padding: 5px;
    vertical-align: middle;
  }
  .lineup_map_SP table td > span.spec {
    background: #fff;
    border: 1px solid #0c0c0c;
    padding: 5px;
  }
  .lineup_map_SP table td > span.bottom {
    color: #fff;
    background: #2dd631;
  }
  .lineup_map_PC {
    display: none;
  }
  #otherBtnSp a {
    display: block;
    background: #2dd631;
    color: #fff;
    width: 100%;
    margin: 0 auto 10px;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    padding: 13px 0 12px;
    box-sizing: border-box;
    cursor: pointer;
    text-shadow: 1px 1px 1px #999;
  }
  /*-------------------------------------
	 SP表示_モデル設定
	---------------------------------------*/
  .model_cts {
    background: none;
    border: 1px solid #3cad40;
  }
  .modelLink {
    display: block;
  }
  .gameLink, .deskLink {
    margin: 0 auto 20px;
    width: 96%;
  }
  .gameLink a, .deskLink a {
    font-size: 1.2em;
    padding: 40px 0 40px 18px;
  }
  .gameLink img, .deskLink img {
    right: -4%;
    width: 36%;
  }
  .model_left .modelPc {
    width: 70%;
  }
  /*その他装飾*/
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .smallText {
    font-size: 0.8em;
  }

  
  .model_cts img {
    width: 80%;
    height: auto;
  }
  
  .model_cts .tw_yen {
    font-size: 26px;
  }
  .kara {
    font-size: 20px;
  }
  .model_left .modelPc {
    float: none;
    margin: 0;
  }
  
  .model_center {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }
  .model_right {
    float: none;
    margin: 0 auto 20px;
    padding: 0;
    width: 90%;
  }
  
  
  
  /*消さないこと*/
}
/*----------------------------------------------------------
	全てのラインナップを見る
----------------------------------------------------------*/
.other_lineup {
  /*width: 80%;*/
  margin: 0 auto;
}
.other_lineup .toggle {
  background: #2dd631;
  color: #fff;
  width: 420px;
  margin: 0 auto 10px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  text-shadow: 1px 1px 1px #999;
}
.other_lineup .toggle:hover {
  opacity: 0.8;
}
.other_lineup .toggle::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 60px 0 60px;
  border-color: #2dd631 transparent transparent transparent;
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
}
.other_lineup .toggle:hover::after {
  opacity: 0.8;
}
.other_table {
  margin-top: 90px;
}
.other_table p {
  width: 600px;
  margin: 0 auto 30px;
}
.other_table table {
  border: 1px solid #3cad40;
  width: 100%;
  margin: 0 0 60px;
  text-align: center;
}
.other_table table:last-of-type {
  margin: 0;
}
.other_table table tr {
  height: 50px;
  border: 1px solid #3cad40;
  border-bottom: none;
}
.other_table table th {
  background: #21561e;
  color: #fff;
  font-weight: bold;
  border: 1px solid #3cad40;
  border-bottom: none;
  vertical-align: middle;
  text-align: center;
  width: 120px;
  font-size: 13px;
}
.other_table table th.th_bottom {
  background-image: linear-gradient(-26deg, #2dd631 50%, #21561e 50%, #21561e);
  position: relative;
  height: 60px;
}
.other_table table th.th_bottom:before {
  position: absolute;
  content: "VGA";
  font-size: 12px;
  color: #fff;
  text-align: center;
  transform: rotate(-26deg);
  top: 16px;
  left: 36px;
}
.other_table table th.th_bottom:after {
  position: absolute;
  content: "CPU";
  font-size: 12px;
  color: #fff;
  text-align: center;
  transform: rotate(-26deg);
  top: 36px;
  left: 48px;
}
.other_table table td {
  vertical-align: middle;
  border: 1px solid #3cad40;
  border-bottom: none;
}
.other_table table td a {
  width: 180px;
  /*height: 36px;*/
  color: #0c0c0c !important;
  text-decoration: none !important;
  padding: 12px 8px;
  display: block;
  margin: 10px auto 10px !important;
  border: 1px solid;
  background: #fff !important;
  position: relative;
  line-height: 1.2;
}
.other_table table .table_bottom {
  background: #2dd631;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-shadow: 1px 1px 1px #999;
}
.other_lineup .c-button--minecraft{
  background: #2dd631;
  color: #fff;
  width: 420px;
  margin: 0 auto 10px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #999;
}
@media screen and (max-width:786px) {
  .other_lineup {
    display: none;
  }
}
.cputypetitle{
	width: 55%;
    text-align: center;
    margin: 20px auto;
    padding: 10px 0;
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    background: #2dd631;
}

@media screen and (max-width: 767px) {
  .maincopy2 {
    font-size: 24px;
  }
  img.design_txt-01,
  .lineup_inner img {
    width: 100%;
  }
  .design_block-4 {
    padding: 0 15px;
    width: 100%;
  }
  .design_block-4 .image {
    margin: 0 auto;
    width: 80%;
  }
  .design_block-4 .image img {
    margin: 2rem auto;
    width: 100%;
  }
  .lineup_images {
    text-align: center;
  }
  .lineup_images img {
    width: 60%;
  }
  .design_txt-02 {
    margin: 0 0 -70px 0;
  }
  .lineup_head {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
  }
  .model_cts + .lineup_head {
    margin-top: 60px;
  }
  .lineup_summary {
    margin-bottom: 20px;
  }
  .model_cts {
    background: rgba(255,255,255,.4);
    box-shadow: 3.5px 3.5px 0 0 rgba(72,72,72,.1);
    display: block;
    height: auto;
    margin-bottom: 20px;
  }
  .model_left {
    float: none;
    margin: 40px 0 20px;
    text-align: center;
    width: 100%;
  }
  .model_left img {
    height: auto;
    width: 80%;
  }
  .model_center {
    float: none;
    margin: 0 auto;
    text-align: left;
    width: 90%;
  }
  .item_name {
    font-size: 18px;
    display: inline-block;
    margin-top: 10px;
    letter-spacing: .4px;
    line-height: 1.4;
    white-space: normal;
  }
  .model_cts .price {
    margin-top: 10px;
  }
  .modelSpec {
    font-size: 16px;
    letter-spacing: .4px;
    line-height: 1.5;
  }
  .link_detail {
    background: #36b030;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 14px 0;
    padding: 16px 0;
    text-align: center;
  }
  #pagetop {
    bottom: 2%;
    right: 4%;
  }
}