@charset "utf-8";

/* ========================================================================== */
/* 01. Typography
   ---------------------------------------------------------------------------*/
body {
  font-family: -apple-system, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl.metadata dt,
.price-shop,
blockquote .bold-quote {
  font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
	line-height: 1.5;
}
h1 {
  font-size: 2.4em;
	color: #000;
}
@media (max-width: 1199px) {
	h1{
		font-size: 2em;
	} 
}
@media (max-width: 767px) {
	h1{
		font-size: 1.3em;
	} 
}
h2 {
  font-size: 1.8em;
	font-weight: normal;
  line-height: 1.3em;
}
@media (max-width: 1199px) {
	h2{
		font-size: 2em;
	} 
}
@media (max-width: 767px) {
	h2{
		font-size: 1.4em;
	} 
}
h3 {
  font-size: 2.3em;
}
h4 {
  font-size: 1.8em;
}
h5,
blockquote .bold-quote {
  font-size: 1.3em;
}
h6 {
  font-size: 1.1em;
}
p {
  line-height: 1.6em;
}
p.lead {
  font-size: 1.2em;
}
p.lead.x2 {
  font-size: 1.7em;
  font-weight: 200;
}
p.lead:last-child {
  margin-bottom: 0;
}
.red {
    color: #cc3300;
}
blockquote {
  padding: 20px;
}
blockquote .bold-quote {
  padding-top: 0;
}
blockquote .bold-quote {
  margin-bottom: .5em;
}
blockquote.theme {
  border: none;
}
.upper {
  text-transform: uppercase;
}
/* 02. General Rules
   ---------------------------------------------------------------------------*/
html,
body {
  width: 100%;
  height: 100%;
}
body {
  overflow-x: hidden;
}
body .page {
  position: relative;
  height: 100%;
}
body.boxed-layout .page {
  height: auto;
  margin: 0 auto;
}
body.boxed-layout .page .demo-1 .sl-slider-wrapper {
  height: 600px;
  overflow: hidden;
  position: relative;
}
a {
  transition: all 0.5s ease 0s;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}
iframe {
  border: none;
}
   
 
/* Layout Styles
   ---------------------------------------------------------------------------*/
   
 body {
	 color: #666;
 }
.mt0 {
	margin-top: 0 !important;
}
.mt5 {
	margin-top: 0.5em !important;
}
.mt10 {
	margin-top: 1em !important;
}
.mt15 {
	margin-top: 1.5em !important;
}
.mt20 {
	margin-top: 2em !important;
}
.mt30 {
	margin-top: 3em !important;
}
.mt40 {
	margin-top: 4em !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 0.5em !important;
}
.mb10 {
	margin-bottom: 1em !important;
}
.mb15 {
	margin-bottom: 1.5em !important;
}
.mb20 {
	margin-bottom: 2em !important;
}
.mb30 {
	margin-bottom: 3em !important;
}
.mb40 {
	margin-bottom: 4em !important;
}
.mr5 {
	margin-right: 10px !important;
}
.ml5 {
	margin-left: 10px !important;
}
.mr10 {
	margin-right: 1em !important;
}
.ml10 {
	margin-left: 1em !important;
}

.pt0 {
	padding-top: 0 !important;
}
.pt5 {
	padding-top: 0.5em !important;
}
.pt10 {
	padding-top: 1em !important;
}
.pt15 {
	padding-top: 1.5em !important;
}
.pt20 {
	padding-top: 2em !important;
}
.pt30 {
	padding-top: 3em !important;
}
.pt40 {
	padding-top: 4em !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
.pb10 {
	padding-bottom: 1em !important;
}
.pb15 {
	padding-bottom: 1.5em !important;
}
.pb20 {
	padding-bottom: 2em !important;
}
.pb30 {
	padding-bottom: 3em !important;
}
.pb40 {
	padding-bottom: 4em !important;
}

.pl0 {
	padding-left: 0 !important;
}
.pr5 {
	padding-right: 5px !important;
}

.no-padding {
	padding: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.no-border {
	border: none !important;
}

.pull-right {
    float: right !important;
}


.text-white {
    color:#fff;
}

.img-thumbnail {
    border-radius: 0;
    padding: 5px;
}
.clear {
	clear: both;
}
.TextLeft {
	text-align: left;
}
.TextRight {
	text-align: right;
}
.TextCenter {
	text-align: center;
}


#header {
	padding-top: 30px;
}
#contact {
	/*padding-bottom: 40px;*/
}
@media (max-width: 767px) {
	#header {
		padding-top: 15px;
	} 
	#contact {
		/*padding-bottom: 15px;*/
	} 
}
p.lead {
	font-size: 16px;
	line-height: 2;
}
p.privacy {
	line-height: 2;
	margin: 0;
	padding: 0 0 0 50px;
}
p.privacy a {
	text-decoration: underline;
}
p.consign {
	font-size: 11px;
	color: #999;
	line-height: 1.5;
	text-align: right;
}

@media (max-width: 767px) {
	p.privacy {
		line-height: 1.6;
		padding: 0 10px;
	} 
	p.privacy span {
		display: inline-block;
		padding: 10px 0;
	} 
	.consent {
		font-size: 13px;
	} 
	p.consign {
		padding: 0;
		text-align: center;
	} 
}
.BoxedArticle {
	margin: 0;
	padding: 20px;
	border: 15px solid #E8EDF0;
}
@media (max-width: 767px) {
	.BoxedArticle {
		padding: 10px 0;
		border-style: solid;
		border-width: 10px;
	} 
}



/*  Forms
   ---------------------------------------------------------------------------*/
.form-group {
	text-align: left;
	padding-bottom: 15px;
	border-bottom: thin solid #ccc;
}
.form-control {
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
}
.form-control.input-lg {
  resize: none;
  font-size: 0.9em;
}
.form-control.rounded {
  border-radius: 4px;
}
label {
	color: #000;
  font-weight: bold;
}
.input-lg {
    padding: 10px 3px;
}
.note {
	font-size: 13px;
	color: #999;
}
@media(max-width:767px) {
	.note {
		margin-bottom: 8px;
	}
}
.btn {
    padding: 10px 40px;
    border-radius: 40px;
    border: 2px solid;
}

.form-control {
  border: 1px solid #eeeeee;
  background: #ffffff;
}
.form-control:focus {
  border-color: #909090;
}
.form-control.error {
  border-color: #d9534f;
  color: #d9534f;
}
.form-control.primary {
  border-color: #3b86eb;
  background: #3b86eb;
  color: #ffffff;
}
label.error {
  color: #d9534f;
}
.form-gray-fields .form-control {
  background-color: #e8edf0;
  border-color: #e9e9e9;
  color: #333;
}
.form-gray-fields .form-control:focus {
  background-color: #dce5ea;
}
.outer1 {
	height: 46px;
	text-align: center;
	display: table;
}
.atsign {
	display: table-cell;
	vertical-align: middle;
}
.outer {
	height: 46px;
	text-align: center;
	display: table;
	margin: 0 -20px;
}
.hyphen {
	display: table-cell;
	vertical-align: middle;
}
input[type=checkbox] {
	margin: 5px 10px 0 2px;
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.btn-primary {
    background-color: #3b86eb;
    border-color: #3b86eb;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #1358ce;
    border-color: #1358ce;
}



/*  Thanks
   ---------------------------------------------------------------------------*/
div.attention {
    border: thin solid #ccc;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 30px 30px 15px;
    line-height: 1.8;
}
div.attention ul li {
    margin-bottom: 15px;
}
@media(max-width:991px) {
	div.attention ul {
		padding-left: 15px;
	}
}
@media(max-width:767px) {
	div.attention {
		padding: 30px 20px 15px 0;
		text-align: left;
	}
	div.attention ul {
		padding-left: 30px;
	}
}




/*  Fotter
   ---------------------------------------------------------------------------*/

#footer {
  color: #ffffff;
}
#footer a {
  color: #909090;
}
#footer a:hover {
  color: #ffffff;
}
#footer .inner {
  background: #222222;
}
#footer .copyright {
  background: #171717;
}
#footer small {
  color: #909090;
}


/*  180704追記
   ---------------------------------------------------------------------------*/

#PrivacyNotice {
	font-size: 13px;
}
#PrivacyNotice h5, #PrivacyNotice strong {
	color: #000;
}
#PrivacyNotice ol {
	padding-left: 15px;
}
#PrivacyNotice ol li {
	margin-bottom: 10px;
	font-weight: bold;
	color: #000;
}
#PrivacyNotice ol li span {
	font-weight: normal;
	color: #666;
}
#PrivacyNotice ol li ol {
	margin: 10px 0;
}
#PrivacyNotice ol li ol li {
	margin-bottom: 5px;
	font-weight: normal;
	color: #666;
}
#PrivacyNotice ol li ul {
	list-style-type: none;
	margin-top: 10px;
	padding-left: 15px;
}
#PrivacyNotice ol li ul li {
	margin-bottom: 0;
	padding-left: 5px;
	position: relative;
}
#PrivacyNotice ol li ul li:after {
	border: none;
	display: block;
	content: '';
	position: absolute;
	top: .8em;
	left: -1em;
	width: 8px;
	height: 1px;
	background-color: #666;
}



/*  250610追記
   ---------------------------------------------------------------------------*/


.privacyCheck {
    padding: 8px 0 15px;
}
.privacy-policy , .Tournament-Rules {
	margin-bottom: 10px;
  color: #555;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100;
  height: 200px;
  overflow-y: scroll;
  padding: 6px 12px;
}
.check-disabled {
  color: #afafaf;
}
input[type=checkbox][disabled] {
	opacity: 0;
}
input[type=checkbox]:not([disabled]) {
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(2, 2);
	background-color: red;
	border-color: red;
	border: 2px solid red;
	color: #000;
}
.consent {
	font-weight: normal;
	color: #ccc;
}
.consent2 {
	font-weight: normal;
	color: #000;
}
.active {
	font-weight: bold;
	color: #000;
}

.policy ,.policy2 {
	width: 100%;
    height: 200px;
    margin-bottom: 10px;
    padding: 15px;
  border: 1px solid #ccc;
    overflow: auto;
}
.policy p{
    line-height: 1.8;
}
.policy-check ,.policy-check2{
   /* width: 100%;*/
    /*max-width: 200px;*/
    padding: 8px 0 15px;
    display: block;
    /*text-align: center;*/
    margin: 0;
    color: #000;
}
.policy-check.-disabled {
    /*border: 1px solid #ccc;*/
    color: #ccc;
	font-weight: normal;
}
/*.kikaku {
    color: #ccc;
	font-weight: normal !important;
}*/

.formError .formErrorContent {
	white-space: nowrap;
	display: inline-block;
}


/*-------------
.scroll_box
-------------*/

.scroll_box {
  height: 150px;
  overflow: auto;
  background-color: #eee;
  border: 4px solid #333;
  padding: 30px;
  margin: 0 0 20px;
}

/*-------------
btn
-------------*/

.btnArea {
  max-width: 400px;
  margin: 20px auto 0;
  position: relative;
}
input.check-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
  padding: 0;
  z-index: -1;
  transition: 0.3s;
  box-sizing: border-box;
  -webkit-appearance: none;
}
input.check-btn {
  cursor: default;
  z-index: +1;
  outline: none;
}
input.check-btn:not(:disabled) {
  z-index: -1;
}
a.btn_one {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #969696;
  border-radius: 12px;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  padding: 0 10%;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition: 0.2s;
}
input.check-btn:not(:disabled) + a.btn_one {
  background: #3475b1;
}
input.check-btn:not(:disabled) + a.btn_one:hover {
  background: #228bc8;
}

