@charset "UTF-8";
/*クリクラママ*/
section #serverSelect p {
	padding-bottom: 0;
}
#info #serverSelect  p {
  text-align: inherit;
  padding-bottom: 0;
}
#info #serverSelect p:first-child {
	text-align: inherit;
}
 #serverSelect .mamaLabel {
  display: flex;
  position: relative;
  cursor: pointer;
  margin-left: 0px;
  padding: 0px;
  border-radius: 2px;
  color: #3e4956;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  margin-bottom: 4px;
}
 #serverSelect .mamaLabel:before {
  top: 107%;
  left: 50%;
  margin-top: -10px;
  margin-left: -8px;
}
 #serverSelect input[type="radio"]:checked + .mamaLabel:after {
  position: absolute;
  content: "";
  top: 107%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -2px;
  border-radius: 50%;
  background: #fd9780;
}
#serverSelect .btn input[type='button'] {
 width: 320px;
 letter-spacing: 0;
}
#serverSpecBtn input[type='button'] {
  background-image: url("../img/server/close.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 25.5px 25.5px;
  padding-right: 28px;
}
#serverSpecBtn input[type='button'].open {
  background-image: url("../img/server/open.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 25.5px 4.5px;
}
.mamaLabel .serverLabel.focus {
  border: 2px solid #fd9780;
}
.mamaLabel .serverLabel .title2 {
  background-color: #fd9780;
}

@media only screen and (max-width: 767px) {
 #serverSelect .btn input[type='button'] {
	width: 100%;
}
}
@media only screen and (max-width: 320px) {
#info .btn input[type='button'] {
	width: 290px;
}
}

/*共通 サーバー選択*/
#serverSelect {
  max-width: 960px;
  margin: 40px auto 0;
}
.textC {
  text-align: center !important;
  margin: 1em auto;
  font-size: 20px;
  font-weight: bold;
}
.textL {
  text-align: left !important;
  margin: 1em auto;
  padding: 0 20px;
}
.textL2 {
  text-align: left !important;
  margin: 1em auto;
  padding: 0 20px;
  font-size: 20px;
  font-weight: bold;
}
.serverList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px auto;
}
.serverBox {
  display: flex;
  margin-bottom: 50px;
}
.serverBox:nth-of-type(n+2) {
  margin-left: 8px;
}
.serverBox label {
  display: flex;
  width: 230px;
  position: relative;
}
.serverBox .serverLabel {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 2px solid #dadada;
}
.serverLabel.focus {
  border: 2px solid #29abe2;
}
.serverBox .serverImage {
  height: 330px;
  display: flex;
}
.serverImage img {
  display: block;
  margin: auto;
  max-width: 220px;
  max-height: 320px;
}
.serverBtn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  text-align: center;
}
.serverLabel .title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 75px;
  max-height: 75px;
  font-size: 18px;
  line-height: 1.2;
  padding: 0 8px;
  font-weight: normal !important;
}
.serverLabel .title2 {
  display: table;
  width: 100%;
  text-align: center;
  height: 60px;
  color: #fff;
  background-color: #29abe2;
  font-size: 14px;
  line-height: 1.4;
}
#coverList .serverLabel .title2 {
  height: 45px;
}
#coverList .serverLabel {
  height: 450px;
}
.serverLabel .title2 p {
  display: table-cell;
  vertical-align: middle;
}
.serverLabel .title2 em {
  font-style: normal;
  font-weight: bold;
}
.serverInfo {
  display: flex;
}
.serverInfo .serverImage img {
  margin: 0 10px 0 0;
}
.serverInfo .serverSpec p {
  margin-bottom: 1em;
  font-weight: normal;
  text-align: left !important;
}
.serverInfo .serverSpec p em,
.serverInfo .serverSpec .price {
  font-style: normal;
  font-weight: bold;
}
.fm-v2-Submit_Button br {
  display: none;
}
#serverSelect .fm-v2-Submit_Button .icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../img/server/open.png") no-repeat 50% 50%;
  background-size: 25.5px 4.5px;
  margin-left: 5px;
}
#serverSelect .fm-v2-Submit_Button .icon img {
  width: 25.5px;
  height: auto;
}
#serverSelect .fm-v2-Submit_Button.open .icon img {
  visibility: hidden;
}
#serverSelect .tableWrapper,
#serverSelect .mamaTableWrapper {
  margin-bottom: 60px;
}
#serverSelect table { width: 100%; border: 1px solid #a7a7a7; font-size: .9375em }
#serverSelect table th { padding: 20px; border: 1px solid #a7a7a7; background-color: #cceffb; text-align: left; vertical-align: middle; white-space: nowrap; }
#serverSelect table thead th {
	text-align: center;
}
#serverSelect table td { padding: 20px; border: 1px solid #a7a7a7; text-align: center; vertical-align: middle }

@media only screen and (max-width: 767px) {
#serverSelect {
  width: 100%;
}
#serverSelect .fm-v2-Form_Header {
  padding: 0 20px;
}
.serverBox {
  width: 47%;
}
.serverBox label {
  width: 100%;
}
.serverBox:nth-of-type(n+2) {
  margin-left: 0;
}
.serverBox:nth-of-type(even) {
  margin-left: 8px;
}
.serverBox .serverImage {
  height: 190px;
}
.serverImage img {
  max-height: 186px;
}
.serverLabel .title {
  font-size: 14px;
}
.serverLabel .title2 {
  font-size: 14px;
}
#coverList .serverLabel .title2 {
  height: 40px;
}
#coverList .serverLabel {
  height: 305px;
}
.fm-v2-Submit_Button br {
  display: block;
}
#serverSelect .tableWrapper,
#serverSelect .mamaTableWrapper {
  width: 100%;
  height: 100%;
  overflow: scroll;
  margin-bottom: 20px;
}

#serverSelect .fm-v2-Submit_Button .icon {
  background-position-x: 0%;
  background-position-y: 40%;
}
#serverSelect .fm-v2-Submit_Button .icon img {
  height: 22px;
}

}

#serverSize,
#serverColor,
#serverCover,
#serverButton,
#serverSpec,
#selectArea,
#entryBox,
.hidden {
  display: none;
}

.spOnly {
  display: none;
}
@media only screen and (max-width: 767px) {
  .spOnly {
    display: block;
  }
}

/* 202301 キャンペーン追加*/
#campaignArea {
	width: 100%;
	max-width: 960px;
  margin: 40px auto 0;
}
#campaignArea .presentImg {
	text-align: center;
}
#campaignArea .hissuMidashi {
	justify-content: flex-start;
}
#campaignArea .hissuMidashi + .supText {
	margin: -1em auto 1em;
}
#campaignArea .serverBox .serverImage {
  height: 180px;
}
#campaignArea .serverImage img {
	width: auto;
  height: 100%;
}
#campaignArea .serverBox .title {
	font-size: 16px;
	height: 60px;
	border-top: 2px solid #ddd;
}
#campaignArea .serverLabel.focus .title {
	border-top: 2px solid #29abe2;
	background-color: #EAF6FC;
}
@media screen and (max-width:992px) {
	#campaignArea .hissuMidashi {
		padding: 0 20px;
	}
	#campaignArea .hissuMidashi + .supText {
		padding: 0 20px;
	}
	#campaignArea .playerList {
		padding-left: 20px;
	}
}
@media only screen and (min-width: 593px) {
	#campaignArea .playerList {
		max-width: 960px;
		justify-content: flex-start;
		margin: auto;
	}
	#campaignArea .playerList .serverBox {
		margin-left: 0;
		margin-right: 8px;
		width: 183px;
	}
	#campaignArea .playerList .serverBox label {
		width: 100%;
	}
}
@media only screen and (max-width: 592px) {
	#campaignArea .playerList {
		width: calc(100% - 20px);
		justify-content: flex-start;
		margin: auto;
		padding: 0;
	}
	#campaignArea .playerList .serverBox {
		margin-left: 0;
		margin-right: 8px;
		width: calc((100% - 16px) / 3);
	}
	#campaignArea .playerList .serverBox:nth-of-type(3n) {
		margin-right: 0;
	}
	#campaignArea .serverBox .title {
		font-size: 14px;
		height: 40px;
	}
	#campaignArea .serverBox .serverImage {
		height: auto;
	}
	#campaignArea .playerList .serverImage img {
		max-width: 100%;
		height: auto;
	} 
	#campaignArea .playerList .serverBox .serverBtn {
		bottom: -32px;
	}
} 
@media screen and (max-width:767px) {
  #campaignArea .presentImg img {
		width: calc(100% - 20px);
	}
	#campaignArea .hissuMidashi {
		display: block;
		padding: 0 10px;
	}
	#campaignArea .hissuMidashi span {
		vertical-align: text-bottom;
	}
	#campaignArea .hissuMidashi + .supText {
		padding: 0 10px;
	}
}
/* 確認画面*/
.serverInfo.tokuten {
  display: flex;
	justify-content: flex-start;
	align-items: center;
}
.serverInfo.tokuten .serverImage img {
	height: 100px;
}

/* 202309 キャンペーン追加*/
#campaignArea #bbqImg img {
	display: block;
	width: 800px;
	margin: auto;
}
@media screen and (max-width:767px) {
	#campaignArea #bbqImg img {
		max-width: calc(100% - 20px);
	}
}
/* 202311 キャンペーン追加*/
#campaignArea #img202311add img {
	display: block;
	margin: auto;
}
@media screen and (max-width:767px) {
	#campaignArea #img202311add img {
		width: calc(100% - 20px);
	}
}

/* 202407 在庫切れ*/
#zaikogire {
	text-align: center;
	margin-top: 100px;
}
@media screen and (max-width:767px) {
	#zaikogire {
		text-align: left;
		margin-top: 30px;
	}
	#zaikogire .pcOnly {
		display: none;
	}
}

