@charset "UTF-8";
/* line 3, ../sass/style.scss */
body {
  font: 16px/160% "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic","ヒラギノ角ゴ","メイリオ","Meiryo","Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro",Helvetica,Arial,Verdana,sans-serif;
  background-color: #fff;
  color: #857260;
}

/* line 8, ../sass/style.scss */
a:link {
  color: #003d84;
  text-decoration: none;
  border: none;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 14, ../sass/style.scss */
a:hover, a:active {
  color: #5d4d8d;
  text-decoration: none;
  border: none;
}

/* line 19, ../sass/style.scss */
img {
  border: none;
  outline: none;
  max-width: 100%;
}

/* line 20, ../sass/style.scss */
.tbl {
  display: table;
  width: 100%;
  table-layout: fixed;
}

/* line 21, ../sass/style.scss */
.tbl .cel {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

/* line 22, ../sass/style.scss */
.sp {
  display: none;
}

/* line 23, ../sass/style.scss */
.center {
  text-align: center;
}

/* line 24, ../sass/style.scss */
.small {
  font-size: 80%;
  letter-spacing: 0;
  line-height: 140%;
}

/* line 29, ../sass/style.scss */
p.attention {
  color: #5b0012;
  background: rgba(0, 0, 0, 0.05);
  padding: 5px 10px;
  margin: 0 0 10px 0 !important;
}

/* line 34, ../sass/style.scss */
.mb10 {
  margin-bottom: 10px !important;
}

/* line 35, ../sass/style.scss */
.mb20 {
  margin-bottom: 20px !important;
}

/* line 36, ../sass/style.scss */
.mb30 {
  margin-bottom: 30px !important;
}

/* line 38, ../sass/style.scss */
ul.caution {
  padding: 0 10px;
}
/* line 40, ../sass/style.scss */
ul.caution li {
  padding: 0 0 0 15px;
  text-indent: -15px;
  line-height: 130%;
  margin: 5px 0;
}

/* ================================================================ *
 * ヘッダー・フッター
 * ================================================================ */
/* line 46, ../sass/style.scss */
body > header {
  background: url(/resource/img/gmenu_bg.png) 0 0 repeat-x;
  background-size: auto,30px auto;
  height: 64px;
  width: 100%;
  z-index: 100;
  position: absolute;
  padding: 0 30px;
}

/* line 54, ../sass/style.scss */
#fade {
  width: 100%;
  height: 100%;
  display: none;
  background-color: #fbfcff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  text-align: center;
  color: #fff;
}
/* line 61, ../sass/style.scss */
#fade #loader {
  position: fixed;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
/* line 66, ../sass/style.scss */
#fade #loader #bar span {
  background: #d2a936;
  width: 0;
  left: 0;
  height: 2px;
  display: block;
  margin-top: 80px;
}

/* ================================================================ *
 * 共通
 * ================================================================ */
/* line 77, ../sass/style.scss */
section .wrapper {
  max-width: 980px;
  padding: 90px 20px;
  margin: 0 auto;
  position: relative;
}

/* line 83, ../sass/style.scss */
#scroll_nav {
  z-index: 100;
  position: fixed;
  top: 0;
  right: 20px;
  width: 330px;
}
/* line 87, ../sass/style.scss */
#scroll_nav ul {
  position: relative;
  list-style: none;
}
/* line 90, ../sass/style.scss */
#scroll_nav ul li {
  position: absolute;
  width: 123px;
  height: 40px;
  top: -45px;
}
/* line 94, ../sass/style.scss */
#scroll_nav ul li:nth-of-type(1) {
  left: 0;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 95, ../sass/style.scss */
#scroll_nav ul li:nth-of-type(2) {
  left: 103px;
  -moz-transition: all 0.2s ease-out 0.05s;
  -o-transition: all 0.2s ease-out 0.05s;
  -webkit-transition: all 0.2s ease-out;
  -webkit-transition-delay: 0.05s;
  transition: all 0.2s ease-out 0.05s;
}
/* line 96, ../sass/style.scss */
#scroll_nav ul li:nth-of-type(3) {
  left: 207px;
  -moz-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  -webkit-transition: all 0.2s ease-out;
  -webkit-transition-delay: 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
/* line 97, ../sass/style.scss */
#scroll_nav ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
}
/* line 100, ../sass/style.scss */
#scroll_nav ul li a:hover {
  top: 8px;
}
/* line 101, ../sass/style.scss */
#scroll_nav ul li a img {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 103, ../sass/style.scss */
#scroll_nav ul li a img.onimg {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 107, ../sass/style.scss */
#scroll_nav ul li a img.onimg:hover, #scroll_nav ul li a img.onimg.on {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* ================================================================ *
 * TOP
 * ================================================================ */
/* line 120, ../sass/style.scss */
#top {
  height: 860px;
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
/* line 124, ../sass/style.scss */
#top .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 128, ../sass/style.scss */
#top .bg > div {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 0;
}
/* line 137, ../sass/style.scss */
#top .bg > div.otoya {
  background-image: url(../img/top_imge_otoya.jpg);
}
/* line 138, ../sass/style.scss */
#top .bg > div.syo {
  background-image: url(../img/top_imge_syo.jpg);
}
/* line 139, ../sass/style.scss */
#top .bg > div.natsuki {
  background-image: url(../img/top_imge_natsuki.jpg);
}
/* line 140, ../sass/style.scss */
#top .bg > div.reiji {
  background-image: url(../img/top_imge_reiji.jpg);
}
/* line 141, ../sass/style.scss */
#top .bg > div.tokiya {
  background-image: url(../img/top_imge_tokiya.jpg);
}
/* line 142, ../sass/style.scss */
#top .bg > div.ranmaru {
  background-image: url(../img/top_imge_ranmaru.jpg);
}
/* line 143, ../sass/style.scss */
#top .bg > div.cecil {
  background-image: url(../img/top_imge_cecil.jpg);
}
/* line 144, ../sass/style.scss */
#top .bg > div.masato {
  background-image: url(../img/top_imge_masato.jpg);
}
/* line 145, ../sass/style.scss */
#top .bg > div.camus {
  background-image: url(../img/top_imge_camus.jpg);
}
/* line 146, ../sass/style.scss */
#top .bg > div.ren {
  background-image: url(../img/top_imge_ren.jpg);
}
/* line 147, ../sass/style.scss */
#top .bg > div.ai {
  background-image: url(../img/top_imge_ai.jpg);
}
/* line 152, ../sass/style.scss */
#top .ctrl div {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 80px;
  height: 80px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 40px;
  padding: 30px 12px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 159, ../sass/style.scss */
#top .ctrl div.btnL {
  left: -40px;
  transform: translate(0, -50%) scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
/* line 163, ../sass/style.scss */
#top .ctrl div.btnL:hover {
  left: -35px;
  background: white;
}
/* line 165, ../sass/style.scss */
#top .ctrl div.btnR {
  right: -40px;
}
/* line 167, ../sass/style.scss */
#top .ctrl div.btnR:hover {
  right: -35px;
  background: white;
}
/* line 172, ../sass/style.scss */
#top .top_nav {
  text-align: right;
  font-size: 80%;
  letter-spacing: 1px;
  font-weight: bold;
  position: relative;
  top: 70px;
  right: 30px;
  z-index: 1000;
}
/* line 175, ../sass/style.scss */
#top .top_nav a {
  color: #fff;
}
/* line 176, ../sass/style.scss */
#top .top_nav ul li {
  display: inline-block;
  padding: 0 2px 3px 0;
  margin: 0 15px 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-bottom: 3px solid transparent;
}
/* line 181, ../sass/style.scss */
#top .top_nav ul li:hover {
  border-bottom: 2px solid #fff;
}
/* line 184, ../sass/style.scss */
#top .txt {
  position: absolute;
  text-align: center;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 189, ../sass/style.scss */
#top .txt h1 {
  margin-bottom: 10px;
}

/* ================================================================ *
 * consept
 * ================================================================ */
/* line 196, ../sass/style.scss */
#concept {
  background: url(../img/concept_bg_g.png) 0 0 repeat-x, url(../img/ps_bg_l1.png) 0 0 repeat-y, url(../img/ps_bg_l2.png) 0 0 repeat-y, url(../img/ps_bg_r1.png) 100% 0 repeat-y, url(../img/ps_bg_r2.png) 100% 0 repeat-y, url(../img/concept_bg_g2.png) 0 0 repeat-x #fbfcff;
  background-attachment: scroll,fixed,fixed,fixed,fixed,scroll;
  background-size: auto,160px auto,160px auto,160px auto,160px auto,auto;
  position: relative;
}
/* line 206, ../sass/style.scss */
#concept .wrapper {
  z-index: 2;
}
/* line 207, ../sass/style.scss */
#concept h1 {
  text-align: center;
}
/* line 208, ../sass/style.scss */
#concept .concept_text {
  width: 697px;
  height: 391px;
  padding: 45px;
  display: table;
  margin: 0 auto;
  background: url(../img/concept_txt_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  font-size: 90%;
  line-height: 250%;
  text-align: center;
  margin-top: 50px;
  text-shadow: 0 0 5px #fbfcff,0 0 3px #fbfcff,0 0 2px #fbfcff;
}
/* line 218, ../sass/style.scss */
#concept .concept_text span {
  display: table-cell;
  vertical-align: middle;
}
/* line 220, ../sass/style.scss */
#concept .wrap {
  margin: 90px 0 30px;
  text-align: center;
}
/* line 222, ../sass/style.scss */
#concept .wrap .box {
  width: 27%;
  margin: 0 3%;
  vertical-align: top;
  display: inline-block;
}
/* line 226, ../sass/style.scss */
#concept .wrap .box h1 {
  margin-bottom: 10px;
}
/* line 227, ../sass/style.scss */
#concept .wrap .box .text {
  font-size: 85%;
  line-height: 170%;
  text-align: left;
  padding: 15px 10px;
  background: rgba(251, 252, 255, 0.7);
  border-radius: 5px;
  text-shadow: 0 0 5px #fbfcff,0 0 3px #fbfcff,0 0 2px #fbfcff;
  text-align: justify;
  text-justify: inter-ideograph;
}
/* line 240, ../sass/style.scss */
#concept:after {
  content: "";
  display: block;
  width: 100%;
  height: 72px;
  position: absolute;
  top: -70px;
  left: 0;
  background: url(../img/concept_bg_t.png) 50% 0 no-repeat;
  background-size: 100% 100%;
}
/* line 249, ../sass/style.scss */
#concept .ps {
  perspective: 500;
  z-index: 1;
  position: absolute;
  width: 180px;
  height: 100%;
  overflow: hidden;
}
/* line 253, ../sass/style.scss */
#concept .ps.ps_l {
  top: 0;
  left: 0;
}
/* line 255, ../sass/style.scss */
#concept .ps.ps_l img {
  transform-style: preserve-3d;
  position: absolute;
}
/* line 258, ../sass/style.scss */
#concept .ps.ps_l img:nth-of-type(1) {
  top: 45px;
  left: 48px;
}
/* line 259, ../sass/style.scss */
#concept .ps.ps_l img:nth-of-type(2) {
  top: 90px;
  left: 110px;
}
/* line 260, ../sass/style.scss */
#concept .ps.ps_l img:nth-of-type(3) {
  top: 205px;
  left: -10px;
}
/* line 261, ../sass/style.scss */
#concept .ps.ps_l img:nth-of-type(4) {
  top: 250px;
  left: 80px;
}
/* line 262, ../sass/style.scss */
#concept .ps.ps_l img:nth-of-type(5) {
  top: 339px;
  left: 115px;
}
/* line 263, ../sass/style.scss */
#concept .ps.ps_l img:nth-of-type(6) {
  top: 200px;
  left: 36px;
}
/* line 266, ../sass/style.scss */
#concept .ps.ps_r {
  top: 0;
  right: 0;
}
/* line 268, ../sass/style.scss */
#concept .ps.ps_r img {
  transform-style: preserve-3d;
  position: absolute;
}
/* line 271, ../sass/style.scss */
#concept .ps.ps_r img:nth-of-type(1) {
  top: 5px;
  left: 133px;
}
/* line 272, ../sass/style.scss */
#concept .ps.ps_r img:nth-of-type(2) {
  top: 116px;
  left: 30px;
}
/* line 273, ../sass/style.scss */
#concept .ps.ps_r img:nth-of-type(3) {
  top: 273px;
  left: 100px;
}
/* line 274, ../sass/style.scss */
#concept .ps.ps_r img:nth-of-type(4) {
  top: 369px;
  left: 0px;
}
/* line 275, ../sass/style.scss */
#concept .ps.ps_r img:nth-of-type(5) {
  top: 200px;
  left: 120px;
}

/* ================================================================ *
 * lineup
 * ================================================================ */
/* line 284, ../sass/style.scss */
#lineup {
  background: url(../img/lineup_bg02_l.png) 0 0 no-repeat, url(../img/lineup_bg02_r.png) 100% 0 no-repeat, url(../img/lineup_bg03_l.png) 0 100% no-repeat, url(../img/lineup_bg03_r.png) 100% 100% no-repeat, url(../img/lineup_bg01.png);
}
/* line 290, ../sass/style.scss */
#lineup h1 {
  text-align: center;
}
/* line 291, ../sass/style.scss */
#lineup .lineup_text {
  width: 600px;
  height: 85px;
  margin: 40px auto 70px;
  background: url(../img/lineup_text_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  display: table;
  text-align: center;
}
/* line 299, ../sass/style.scss */
#lineup .lineup_text p {
  display: table-cell;
  vertical-align: middle;
}
/* line 303, ../sass/style.scss */
#lineup .wrap .box {
  float: left;
  width: 22.5%;
  display: inline-block;
  margin: 0 3.3% 50px 0;
  vertical-align: top;
}
/* line 309, ../sass/style.scss */
#lineup .wrap .box:nth-of-type(4n) {
  margin: 0 0 70px 0;
}
/* line 310, ../sass/style.scss */
#lineup .wrap .box a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 311, ../sass/style.scss */
#lineup .wrap .box a .img {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 313, ../sass/style.scss */
#lineup .wrap .box a .img img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}
/* line 317, ../sass/style.scss */
#lineup .wrap .box a .img img.on {
  display: none;
}
/* line 320, ../sass/style.scss */
#lineup .wrap .box a .img:hover .off {
  display: none;
}
/* line 321, ../sass/style.scss */
#lineup .wrap .box a .img:hover .on {
  display: block;
}
/* line 325, ../sass/style.scss */
#lineup .wrap .box .ttl {
  color: #d2a93a;
  font-size: 120%;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
  margin: 15px 0 10px;
  width: 100%;
}
/* line 332, ../sass/style.scss */
#lineup .wrap .box .ttl.tokiya {
  letter-spacing: 0px;
}
/* line 335, ../sass/style.scss */
#lineup .wrap .box table {
  height: 70px;
  font-size: 70%;
  line-height: 130%;
  margin-bottom: 10px;
  width: 100%;
}
/* line 340, ../sass/style.scss */
#lineup .wrap .box table tr {
  border-top: 1px dotted #ccc;
}
/* line 342, ../sass/style.scss */
#lineup .wrap .box table tr th {
  padding: 5px 2px;
  font-weight: normal;
  text-align: justify;
  text-justify: inter-ideograph;
  white-space: nowrap;
}
/* line 348, ../sass/style.scss */
#lineup .wrap .box table tr td:not(.nt) {
  padding: 5px 0 5px 2px;
  text-align: justify;
  text-justify: inter-ideograph;
  overflow: hidden;
  white-space: nowrap;
}
/* line 355, ../sass/style.scss */
#lineup .wrap .box table tr td.nt {
  padding: 5px 2px 5px 2px;
}
/* line 358, ../sass/style.scss */
#lineup .wrap .box table tr:nth-last-of-type(1) {
  border-bottom: 1px dotted #ccc;
}
/* line 363, ../sass/style.scss */
#lineup .popup {
  display: none;
}

/* line 366, ../sass/style.scss */
.attention2 {
  text-align: center;
  font-size: 85%;
  line-height: 130%;
  padding: 20px 10px;
  margin: 20px 0;
  background: rgba(133, 114, 96, 0.08);
}

/* line 373, ../sass/style.scss */
.btn a {
  display: inline-block;
  position: relative;
  top: 0;
  width: 100%;
  background-color: #db3c4f;
  padding: 13px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  font-size: 120%;
}
/* line 383, ../sass/style.scss */
.btn a img {
  vertical-align: middle;
}
/* line 384, ../sass/style.scss */
.btn a:hover {
  background-color: #d3aa38;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
}

/* line 386, ../sass/style.scss */
.btn.soon {
  display: inline-block;
  width: 100%;
  background-color: #ccc;
  padding: 13px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  font-size: 120%;
  letter-spacing: 5px;
}

/* line 396, ../sass/style.scss */
#uBox .btn a {
  width: 300px;
  margin: 30px auto 0;
}
/* line 398, ../sass/style.scss */
#uBox .btn a:hover {
  box-shadow: none;
  transform: scale(1);
}

/* line 402, ../sass/style.scss */
footer {
  position: relative;
  z-index: 100;
  background: #fff;
  padding: 60px 0 40px;
  text-align: center;
  color: #333;
}
/* line 406, ../sass/style.scss */
footer .coution {
  color: #b1971e;
  font-size: 150%;
  font-weight: bold;
  line-height: 120%;
}
/* line 407, ../sass/style.scss */
footer .url {
  margin: 50px 0 20px;
}
/* line 408, ../sass/style.scss */
footer .copy {
  color: #b1971e;
  font-size: 80%;
}

/* line 411, ../sass/style.scss */
.totop {
  position: fixed;
  z-index: 1000;
  right: 10px;
  bottom: -60px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 10px 3px;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}

/* line 424, ../sass/style.scss */
.totop:hover {
  background: #d2a936;
  bottom: 0 !important;
}

/* float clear-------------------------------------------------------------------------------------------*/
/* line 429, ../sass/style.scss */
.wrap:after, .tbl:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both !important;
}

/* line 436, ../sass/style.scss */
* html .wrap {
  height: 1%;
}

/* line 437, ../sass/style.scss */
.wrap {
  display: block;
}

/* sns-------------------------------------------------------------------------------------------*/
/* line 439, ../sass/style.scss */
.snsbox {
  text-align: center;
  margin: 20px auto 40px;
}

/* line 440, ../sass/style.scss */
.snsbox.img > div {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1px;
  margin: 0 8px;
  vertical-align: top;
  border: 5px solid rgba(0, 0, 0, 0.08);
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  top: 0;
}

/* line 449, ../sass/style.scss */
.snsbox.img > div:hover {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
  top: -3px;
}

/* line 450, ../sass/style.scss */
.snsbox.img a {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 451, ../sass/style.scss */
.snsbox.img .twitter {
  background: url(../img/snsbtn.png) 0 0 no-repeat;
  background-clip: content-box;
}

/* line 452, ../sass/style.scss */
.snsbox.img .fb {
  background: url(../img/snsbtn.png) -50px 0 no-repeat;
  background-clip: content-box;
}

/* line 453, ../sass/style.scss */
.snsbox.img .line {
  background: url(../img/snsbtn.png) -100px 0 no-repeat;
  background-clip: content-box;
}

/* uboxs-------------------------------------------------------------------------------------------*/
/* line 455, ../sass/style.scss */
#uBox {
  display: none;
  position: absolute;
  z-index: 1000001;
  padding: 0;
  text-align: center;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: url(../img/ubox_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  max-width: 720px;
}

/* line 472, ../sass/style.scss */
#uBox #ifcol {
  padding: 30px;
  height: 100%;
}

/* line 477, ../sass/style.scss */
#uBox .uinbox {
  padding: 10px 0 0;
  height: 100%;
  overflow-y: auto;
}

/* line 483, ../sass/style.scss */
#uBox .uinbox.img {
  padding: 0;
  background: none;
}

/* line 488, ../sass/style.scss */
#uBox .close {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: #867460;
  border-radius: 50px;
  top: -10px;
  right: -10px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

/* line 499, ../sass/style.scss */
#uBox .close:hover {
  background: #d3aa38;
}

/* ================================================================ *
 * レイアウト：960px以下
 * ================================================================ */
@media screen and (max-width: 960px) {
  /* line 506, ../sass/style.scss */
  .pc {
    display: none;
  }

  /* line 508, ../sass/style.scss */
  #concept .concept_text {
    width: auto;
    height: auto;
    max-width: 697px;
    padding: 60px 45px;
    line-height: 230%;
  }

  /* line 515, ../sass/style.scss */
  #lineup {
    background-size: 50% auto,50% auto,50% auto,50% auto,auto;
  }
  /* line 518, ../sass/style.scss */
  #lineup .wrap .box {
    width: 30%;
    margin: 0 5% 50px 0;
  }
  /* line 521, ../sass/style.scss */
  #lineup .wrap .box:nth-of-type(4n) {
    margin: 0 5% 50px 0;
  }
  /* line 522, ../sass/style.scss */
  #lineup .wrap .box:nth-of-type(3n) {
    margin: 0 0 50px 0;
  }
}
/* ================================================================ *
 * レイアウト：700px以下
 * ================================================================ */
@media screen and (max-width: 700px) {
  /* line 531, ../sass/style.scss */
  .sp {
    display: inline-block;
  }

  /* line 532, ../sass/style.scss */
  .pc {
    display: none;
  }

  /* line 533, ../sass/style.scss */
  .tbl .cel {
    width: 100%;
  }

  /* line 534, ../sass/style.scss */
  .tbl .cel {
    width: 100% !important;
    text-align: center;
    margin-bottom: 10px;
    float: left;
  }

  /* line 540, ../sass/style.scss */
  section .wrapper {
    width: auto;
    padding: 90px 30px;
  }

  /* line 541, ../sass/style.scss */
  body > header {
    background-size: auto 40px;
    padding: 0 10px;
  }
  /* line 544, ../sass/style.scss */
  body > header h1 {
    width: 150px;
  }

  /* line 546, ../sass/style.scss */
  #scroll_nav {
    top: 0;
    right: 5px;
  }

  /* line 549, ../sass/style.scss */
  #top {
    height: auto;
    width: 100%;
    background-size: contain;
    background-attachment: scroll;
  }
  /* line 555, ../sass/style.scss */
  #top .bg > div {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
  }
  /* line 563, ../sass/style.scss */
  #top .bg > div.otoya {
    background-image: url(../img/top_imge_otoya_sp.jpg);
  }
  /* line 564, ../sass/style.scss */
  #top .bg > div.syo {
    background-image: url(../img/top_imge_syo_sp.jpg);
  }
  /* line 565, ../sass/style.scss */
  #top .bg > div.natsuki {
    background-image: url(../img/top_imge_natsuki_sp.jpg);
  }
  /* line 566, ../sass/style.scss */
  #top .bg > div.reiji {
    background-image: url(../img/top_imge_reiji_sp.jpg);
  }
  /* line 567, ../sass/style.scss */
  #top .bg > div.tokiya {
    background-image: url(../img/top_imge_tokiya_sp.jpg);
  }
  /* line 568, ../sass/style.scss */
  #top .bg > div.ranmaru {
    background-image: url(../img/top_imge_ranmaru_sp.jpg);
  }
  /* line 569, ../sass/style.scss */
  #top .bg > div.cecil {
    background-image: url(../img/top_imge_cecil_sp.jpg);
  }
  /* line 570, ../sass/style.scss */
  #top .bg > div.masato {
    background-image: url(../img/top_imge_masato_sp.jpg);
  }
  /* line 571, ../sass/style.scss */
  #top .bg > div.camus {
    background-image: url(../img/top_imge_camus_sp.jpg);
  }
  /* line 572, ../sass/style.scss */
  #top .bg > div.ren {
    background-image: url(../img/top_imge_ren_sp.jpg);
  }
  /* line 573, ../sass/style.scss */
  #top .bg > div.ai {
    background-image: url(../img/top_imge_ai_sp.jpg);
  }
  /* line 576, ../sass/style.scss */
  #top .top_nav {
    top: 60px;
    right: 0px;
    z-index: 50;
  }
  /* line 580, ../sass/style.scss */
  #top .txt {
    padding: 310px 30px 55px;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  /* line 585, ../sass/style.scss */
  #top .txt .new {
    padding: 0 60px;
  }

  /* line 588, ../sass/style.scss */
  #concept {
    position: relative;
    z-index: 100;
    background: url(../img/concept_bg_g.png) 0 0 repeat-x, url(../img/concept_bg_sp_l.png) 0 0 repeat-y, url(../img/concept_bg_sp_r.png) 100% 0 repeat-y, url(../img/concept_bg_g2.png) 0 0 repeat-x #fbfcff;
    background-attachment: scroll;
    background-size: auto;
  }
  /* line 596, ../sass/style.scss */
  #concept .concept_text {
    width: 95%;
    height: auto;
    padding: 80px 40px;
    background: url(../img/concept_txt_bg_sp.png) 0 0 no-repeat;
    background-size: 100% 100%;
    font-size: 80%;
    line-height: 180%;
  }
  /* line 603, ../sass/style.scss */
  #concept .wrap {
    margin-top: 40px;
  }
  /* line 605, ../sass/style.scss */
  #concept .wrap .box {
    width: 255px;
    margin: 0 30px 40px;
  }
  /* line 607, ../sass/style.scss */
  #concept .wrap .box:nth-of-type(2) {
    margin: 0 30px 40px;
  }
  /* line 610, ../sass/style.scss */
  #concept:after {
    width: 100%;
    height: 36px;
    top: -35px;
  }
  /* line 611, ../sass/style.scss */
  #concept .ps {
    display: none;
  }

  /* line 614, ../sass/style.scss */
  #lineup {
    position: relative;
    z-index: 100;
    background-size: 50% auto,50% auto,50% auto,50% auto,auto;
  }
  /* line 617, ../sass/style.scss */
  #lineup .lineup_text {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 75%;
    line-height: 140%;
  }
  /* line 622, ../sass/style.scss */
  #lineup .wrap .box {
    float: none;
    width: 300px;
    display: block;
    margin: 0 auto 70px;
    vertical-align: top;
  }
  /* line 628, ../sass/style.scss */
  #lineup .wrap .box:nth-of-type(4n) {
    margin: 0 auto 50px;
  }
  /* line 629, ../sass/style.scss */
  #lineup .wrap .box:nth-of-type(3n) {
    margin: 0 auto 50px;
  }
  /* line 630, ../sass/style.scss */
  #lineup .wrap .box .ttl {
    color: #d2a93a;
    font-size: 125%;
    letter-spacing: 1.5px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 10px;
    width: 100%;
  }
}
