@charset "UTF-8";
/* line 23, ../scss/common.scss */
body {
  -webkit-text-size-adjust: 100%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* line 28, ../scss/common.scss */
a {
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  text-decoration: none;
}

/* line 33, ../scss/common.scss */
img {
  width: 100%;
  vertical-align: middle;
}

/* line 38, ../scss/common.scss */
.boxWrap {
  zoom: 1;
}
/* line 5, ../scss/_clearfix.scss */
.boxWrap:before, .boxWrap:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
/* line 12, ../scss/_clearfix.scss */
.boxWrap:after {
  clear: both;
}
/* line 40, ../scss/common.scss */
.boxWrap .leftBox {
  float: left;
}
/* line 43, ../scss/common.scss */
.boxWrap .rightBox {
  float: right;
}

/* line 48, ../scss/common.scss */
.btn {
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  position: relative;
  display: block;
  width: 190px;
  height: 40px;
  margin: 0 auto;
  background: #fff;
}
/* line 56, ../scss/common.scss */
.btn.itemInfo {
  background-color: #430004;
  background-image: url("../images/btn_item_info.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 87px 14px;
}
/* line 65, ../scss/common.scss */
.btn.btnInfo {
  width: 308px;
  height: 40px;
  background-color: #430004;
  background-image: url("../images/btn_info.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 109px 13px;
}

.btn.btnForm {
  width: 308px;
  height: 40px;
  background-color: #430004;
  background-image: url("../images/btn_form.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 109px 13px;
}

/* line 76, ../scss/common.scss */
.btn.btnBuy {
  width: 150px;
  height: 36px;
  background-color: #430004;
  background-image: url("../images/btn_buy.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 105px 13px;
}

/* line 89, ../scss/common.scss */
.btnTop {
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  display: block;
  width: 112px;
  margin: 0 auto;
}

/* line 96, ../scss/common.scss */
.snsBox {
  zoom: 1;
  width: 181px;
  margin: 0 auto;
}
/* line 5, ../scss/_clearfix.scss */
.snsBox:before, .snsBox:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
/* line 12, ../scss/_clearfix.scss */
.snsBox:after {
  clear: both;
}
/* line 100, ../scss/common.scss */
.snsBox li {
  float: left;
  margin-left: 44px;
}
/* line 103, ../scss/common.scss */
.snsBox li:first-child {
  margin-left: 0;
}
/* line 106, ../scss/common.scss */
.snsBox li a {
  display: block;
  width: 31px;
  height: 31px;
}
/* line 110, ../scss/common.scss */
.snsBox li a.fb {
  background-image: url("../images/sns_fb.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/* line 117, ../scss/common.scss */
.snsBox li a.tw {
  background-image: url("../images/sns_tw.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/* line 124, ../scss/common.scss */
.snsBox li a.b {
  background-image: url("../images/sns_b.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* line 135, ../scss/common.scss */
.logoWrap {
  width: 242px;
  margin: 0 auto 17px;
}
/* line 138, ../scss/common.scss */
.logoWrap .leftBox {
  width: 116px;
}
/* line 141, ../scss/common.scss */
.logoWrap .rightBox {
  width: 106px;
}

/* line 146, ../scss/common.scss */
.coming {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 22px;
  text-align: center;
  z-index: 1;
  background: #430104;
}
/* line 158, ../scss/common.scss */
.coming span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}

/* line 171, ../scss/common.scss */
.wrapper {
  position: relative;
  background-image: url("../images/bg.png");
  background-repeat: repeat;
  overflow: hidden;
}

/* line 180, ../scss/common.scss */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #fff;
  z-index: 1000;
}
/* line 189, ../scss/common.scss */
header .amano {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 73px;
  margin: auto;
}
/* line 199, ../scss/common.scss */
header .leftBox {
  width: 73px;
  margin-left: 6px;
}
/* line 203, ../scss/common.scss */
header .rightBox {
  display: table;
  width: 40px;
  height: 40px;
}
/* line 210, ../scss/common.scss */
header .rightBox.off a i:first-child {
  -webkit-transform: rotate(135deg) translate(5px, -5px);
  -moz-transform: rotate(135deg) translate(5px, -5px);
  -ms-transform: rotate(135deg) translate(5px, -5px);
  -o-transform: rotate(135deg) translate(5px, -5px);
  transform: rotate(135deg) translate(5px, -5px);
}
/* line 212, ../scss/common.scss */
header .rightBox.off a i:first-child + i {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
/* line 214, ../scss/common.scss */
header .rightBox.off a i:first-child + i + i {
  -webkit-transform: rotate(-135deg) translate(5px, 5px);
  -moz-transform: rotate(-135deg) translate(5px, 5px);
  -ms-transform: rotate(-135deg) translate(5px, 5px);
  -o-transform: rotate(-135deg) translate(5px, 5px);
  transform: rotate(-135deg) translate(5px, 5px);
}
/* line 222, ../scss/common.scss */
header .rightBox a {
  display: table-cell;
  width: 25px;
  height: 21px;
  vertical-align: middle;
}
/* line 227, ../scss/common.scss */
header .rightBox a i {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  width: 25px;
  height: 3px;
  margin: 4px auto;
  background: #430104;
}

/* line 240, ../scss/common.scss */
.navBg {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10;
}
/* line 249, ../scss/common.scss */
.navBg.on {
  display: block;
}

/* line 253, ../scss/common.scss */
.headNav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 50px;
  background: #fff;
  z-index: 100;
}
/* line 262, ../scss/common.scss */
.headNav .inner {
  position: relative;
  width: 100%;
  overflow: scroll;
}
/* line 267, ../scss/common.scss */
.headNav nav {
  width: 308px;
  margin: 0 auto;
}
/* line 270, ../scss/common.scss */
.headNav nav dl {
  margin-bottom: 20px;
}
/* line 272, ../scss/common.scss */
.headNav nav dl dt {
  text-align: center;
  margin-bottom: 7px;
  margin: 0 auto 7px;
}
/* line 278, ../scss/common.scss */
.headNav nav dl dd.calm2 {
  position: relative;
}
/* line 280, ../scss/common.scss */
.headNav nav dl dd.calm2 a, .headNav nav dl dd.calm2 div {
  zoom: 1;
  position: relative;
}
/* line 5, ../scss/_clearfix.scss */
.headNav nav dl dd.calm2 a:before, .headNav nav dl dd.calm2 a:after, .headNav nav dl dd.calm2 div:before, .headNav nav dl dd.calm2 div:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
/* line 12, ../scss/_clearfix.scss */
.headNav nav dl dd.calm2 a:after, .headNav nav dl dd.calm2 div:after {
  clear: both;
}
/* line 283, ../scss/common.scss */
.headNav nav dl dd.calm2 a a, .headNav nav dl dd.calm2 a div, .headNav nav dl dd.calm2 div a, .headNav nav dl dd.calm2 div div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: 150px;
  height: 90px;
  line-height: 88px;
  text-align: center;
  border: solid 1px #470608;
}
/* line 291, ../scss/common.scss */
.headNav nav dl dd.calm2 a a:first-child, .headNav nav dl dd.calm2 a div:first-child, .headNav nav dl dd.calm2 div a:first-child, .headNav nav dl dd.calm2 div div:first-child {
  float: left;
}
/* line 294, ../scss/common.scss */
.headNav nav dl dd.calm2 a a .coming, .headNav nav dl dd.calm2 a div .coming, .headNav nav dl dd.calm2 div a .coming, .headNav nav dl dd.calm2 div div .coming {
  font-size: 18px;
}
/* line 296, ../scss/common.scss */
.headNav nav dl dd.calm2 a a .coming span, .headNav nav dl dd.calm2 a div .coming span, .headNav nav dl dd.calm2 div a .coming span, .headNav nav dl dd.calm2 div div .coming span {
  height: 36px;
}
/* line 300, ../scss/common.scss */
.headNav nav dl dd.calm2 a a img, .headNav nav dl dd.calm2 a div img, .headNav nav dl dd.calm2 div a img, .headNav nav dl dd.calm2 div div img {
  width: 141px;
}
/* line 308, ../scss/common.scss */
.headNav nav dl.info dt {
  width: 70px;
}
/* line 313, ../scss/common.scss */
.headNav nav dl.present dt {
  width: 174px;
}
/* line 318, ../scss/common.scss */
.headNav nav dl.present dd.calm2 div {
  position: relative;
}
/* line 320, ../scss/common.scss */
.headNav nav dl.present dd.calm2 div img {
  position: relative;
  z-index: 1;
}
/* line 323, ../scss/common.scss */
.headNav nav dl.present dd.calm2 div img.num {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  z-index: 0;
}
/* line 332, ../scss/common.scss */
.headNav nav dl.present dd.calm2 div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 56px;
  height: 56px;
  background-image: url("../images/header_present_num2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/* line 347, ../scss/common.scss */
.headNav nav dl.present dd.calm2 div:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 56px;
  height: 56px;
  background-image: url("../images/header_present_num1.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
/* line 367, ../scss/common.scss */
.headNav nav dl.interview dt {
  width: 137px;
}
/* line 373, ../scss/common.scss */
.headNav .logoWrap {
  margin-bottom: 17px;
}
/* line 376, ../scss/common.scss */
.headNav .snsBox {
  padding-top: 20px;
  padding-bottom: 70px;
}

/* line 382, ../scss/common.scss */
footer {
  text-align: center;
  padding: 10px 0 0;
  background: #fff;
}
/* line 386, ../scss/common.scss */
footer ul {
  margin-top: 5px;
}
/* line 388, ../scss/common.scss */
footer ul:first-child {
  margin-top: 0;
}
/* line 391, ../scss/common.scss */
footer ul li {
  display: inline-block;
  padding: 0 3px;
}
/* line 394, ../scss/common.scss */
footer ul li:first-child {
  border-left: none;
}
/* line 397, ../scss/common.scss */
footer ul li a {
  color: #a59029;
  font-family: 　 "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 10px;
  line-height: 1.2;
}
/* line 402, ../scss/common.scss */
footer ul li a:visited {
  color: #a59029;
}
/* line 407, ../scss/common.scss */
footer ul + p {
  font-family: 　 "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 9px;
  line-height: 1.3;
  padding: 10px 0;
}
#footer_txt2{
	position: absolute;
	color: #fff;
	width: 100%;
	text-align: center;
	margin-top: -27px;
}
#footer_txt2 a,
#footer_txt2 a:visited{
	color: #fff;
}