@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600&subset=japanese');

/* clearfix */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
a {
	text-decoration: none;
	color: #333333;
}
h2 {
 color: #c2a915;
}


/* ================================================================= */
/* ======================== 0 〜 824px以上 =========================== */
/* ============================================================== */

@media screen and (max-width:824px) {

 body {
  font-size: 16px;
  color: #333333;
 	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: -0.05em;
 }

.pc {
 display: none;
}
 .wrapper {
 	position: relative;
 }

 /* header */
 header {
  height: 60px;
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #ffffff;
  z-index: 101;
 }
 .wrapper header .inner {
  width: 92%;
  margin: 0 auto;
  position: relative;
  text-align: center;
 }
 .wrapper header .inner .humberger {
  width: 25px;
  height: auto;
  position: absolute;
  top: 22px;
  left: 0;
 }
 .wrapper header .inner h1 {
 	width: 125px;
 	height: auto;
  margin: 0 auto;
  padding: 15px 0;
 }
 .wrapper header .inner .admin {
  width: 27px;
  height: auto;
  position: absolute;
  top: 15px;
  right: 40px;
 }
 .wrapper header .inner .cart {
  width: 27px;
  height: auto;
  position: absolute;
  top: 15px;
  right: 0;
 }


 .wrapper header .inner .loginmodal {
  width: 135px;
  height: auto;
  padding: 10px 20px;
  position: absolute;
  top: 44px;
  right: 0;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.1);
  display: none;
 }
 .wrapper header .inner .loginmodal ul {
  margin: 0;
 }
 .wrapper header .inner .loginmodal ul li {
  line-height: 2.5;
  margin-right: 0;
  font-size: 13px;
  text-align: left;
 }
 .wrapper header .inner .admin:hover .loginmodal {
  display: block;
 }


 .subheader {
 	width: 100%;
  height: 100px;
 	position: fixed;
 	top: 60px;
 	background-color: #000;
 	z-index: 100;
 }
 .subheader .inner {
 	width: 100%;
 	margin: 0 auto;
  position: relative;
 }
 .subheader .inner ul li:first-child a {
  line-height: 1.2;
  padding: 9px 0;
 }
 .subheader .inner ul li {
  width: 50%;
  float: left;
  height: 50px;
 }
 .subheader .inner ul li:first-child.active a,
 .subheader .inner ul li.active a {
  color: #ffffff;
  background-color: #c2a915;
 }
 .subheader .inner ul li a {
  display: block;
  width: 100%;
  padding: 18px 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color:#fff;
 }

 /*********************************************************************/
 .login-modal {
  width: 135px;
  height: auto;
  padding: 10px 20px;
  position: absolute;
  top: 44px;
  right: 0;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.1);
  display: none;
 }
 .login-modal ul {
  margin: 0;
 }
 .login-modal ul li {
  line-height: 2.5;
  margin-right: 0;
  font-size: 13px;
  text-align: left;
 }
 .login-modal {
  display: block;
 }
 /*********************************************************************/


 .choicearea ul li {
  float: left;
  width: 33.333%;
  line-height: 1.3;
  font-size: 12px;
  text-align: center;
  font-family: 'Noto Serif JP', sans-serif;font-weight: 600;
  text-align: left;
 }

 footer {
  background-color: #000000;
  padding: 50px 0 16px;
  text-align: center;
 }
 footer ul {
  width: 280px;
  margin: 0 auto;
 }
 footer ul li {
  float: left;
  margin-right: 45px;
  font-size: 13px;
  line-height: 3;
 }
 footer ul li a {
  color: #ffffff;
 }
 footer ul li:nth-child(2),
 footer ul li:last-child {
  margin-right: 0;
 }
 footer ul li:nth-child(3) {
  margin-left: 59px;
 }
 .footerlogo {
  width: 174px;
  margin: 50px auto;
 }
 footer small {
  text-align: center;
  color: #ffffff;
  font-size: 9px;
 }


}

/* ================================================================= */
/* ======================== SP END =========================== */
/* ============================================================== */



/* ================================================================= */
/* ======================== 825px以上 =========================== */
/* ============================================================== */

@media screen and (min-width:825px) {

 body {
  font-size: 16px;
  color: #333333;
 	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: -0.05em;
 }

 .sp {
  display: none;
 }

.wrapper {
	position: relative;
 min-width: 1240px;
}

/* header */
header {
	height: 70px;
	width: 100%;
	position: fixed;
	top: 0;
	background-color: #ffffff;
	z-index: 101;
}
.wrapper header .inner {
	width: 1200px;
	margin: 0 auto;
 position: relative;
}
.wrapper header .inner h1 {
	width: 166px;
	height: auto;
	margin-top: 15px;
	float: left;
}
.wrapper header .inner ul {
	float: left;
	margin-left: 220px;
}
.wrapper header .inner ul li {
	float: left;
	font-size: 13px;
	margin-right: 33px;
	line-height: 70px;
}
.wrapper header .inner ul li:last-child {
	margin-right: 0;
}
.wrapper header .inner ul li.playback {
	margin-left: 16px;
	margin-right: 25px;
}
.wrapper header .inner ul li.playback a {
	width: 100px;
	height: 34px;
	line-height: 34px;
	margin-top: 18px;
	text-align: center;
	border: 1px solid #c2a915;
	color: #c2a915;
 background-color: #ffffff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.wrapper header .inner ul li.make {
 width: 100px;
 height: 34px;
 line-height: 34px;
 margin-top: 18px;
 margin-right: 25px;
 text-align: center;
 border: 1px solid #c2a915;
 color: #ffffff;
 background-color: #c2a915;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.wrapper header .inner ul li a {
	display: block;
 font-weight: bold;
}
.wrapper header .inner .admin {
	width: 30px;
	height: auto;
	float: left;
	margin-right: 25px;
 padding-bottom: 20px;
}
.wrapper header .inner .admin img {
	margin-top: 20px;
}
.wrapper header .inner .cart {
	width: 30px;
	height: auto;
	float: left;
}
.wrapper header .inner .cart img {
	margin-top: 20px;
}


.subheader {
 height: 70px;
	width: 100%;
	position: fixed;
	top: 70px;
	background-color: #000;
	z-index: 100;
}
.subheader .inner {
	width: 800px;
	margin: 0 auto;
 position: relative;
}
.subheader .inner ul li:first-child a {
 line-height: 1.2;
 padding: 19px 0;
}
.subheader .inner ul li {
 float: left;
 height: 70px;
}
.subheader .inner ul li:first-child.active a {
 border-bottom: 2px solid #c2a915;
 padding-bottom: 17px;
}
.subheader .inner ul li.active a {
 border-bottom: 2px solid #c2a915;
 padding-bottom: 26px;
}
.subheader .inner ul li a {
 display: block;
 width: 200px;
 height: 70px;
 padding: 28px 0;
 text-align: center;
 font-size: 14px;
 font-weight: bold;
 color:#fff;
}



.choicearea ul li {
 float: left;
 width: 50%;
 height: 100px;
 line-height: 100px;
 font-size: 28px;
 text-align: center;
 font-family: 'Noto Serif JP', sans-serif;font-weight: 600;
}
.simulator a {
 display: block;
 color: #ffffff;
 background-color: #333855;
}
.simulator a span {
 padding-left: 40px;
 position: relative;
 line-height: 1;
display: inline-block;
}
.simulator a span:before {
 display: inline-block;
 content: "";
 width: 24px;
 height: 32px;
 background-image: url(/assets/images/common/icon-simulator.svg);
 background-repeat: no-repeat;
 background-size: cover;
 position: absolute;
 top: 0;
 left: 0;
}
.playback a {
 display: block;
 color: #ffffff;
 background-color: #c2a915;
}
.playback a span {
 padding-left: 50px;
 position: relative;
 line-height: 1;
display: inline-block;
}
.playback a span:before {
 display: inline-block;
 content: "";
 width: 32px;
 height: 32px;
 background-image: url(/assets/images/common/icon-playback.svg);
 background-repeat: no-repeat;
 background-size: cover;
 position: absolute;
 top: 0;
 left: 0;
}

/*********************************************************************/
.wrapper header .inner .loginmodal {
 width: 160px;
 height: auto;
 padding: 20px 40px 20px 30px;
 position: absolute;
 top: 70px;
 right: 50px;
 background-color: #ffffff;
 border-radius: 3px;
 box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.1);
 display: none;
}
.wrapper header .inner .loginmodal ul {
 margin: 0;
}
.wrapper header .inner .loginmodal ul li {
 float: none;
 line-height: 2.5;
 margin-right: 0;
}
.wrapper header .inner .admin:hover .loginmodal {
 display: block;
}

 .login-modal {
  width: 160px;
  height: auto;
  padding: 20px 40px 20px 30px;
  position: absolute;
  top: 70px;
  right: 50px;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.1);
  display: none;
 }
 .login-modal ul {
  margin: 0;
 }
 .login-modal ul li {
  float: none;
  line-height: 2.5;
  margin-right: 0;
 }
 .admin:hover .login-modal {
  display: block;
 }
 /*********************************************************************/

footer {
 background-color: #000000;
 padding: 50px 0 20px;
 text-align: center;
}
footer ul {
 width: 490px;
 margin: 0 auto;
}
footer ul li {
 float: left;
 margin-right: 45px;
 font-size: 13px;
}
footer ul li a {
 color: #ffffff;
}
footer ul li:last-child {
 margin-right: 0;
}
.footerlogo {
 width: 200px;
 margin: 50px auto;
}
footer small {
 text-align: center;
 color: #ffffff;
 font-size: 11px;
}


}

/* ================================================================= */
/* ======================== SP END =========================== */
/* ============================================================== */
