@charset "UTF-8";
/**
 * 目次
 *
 * 01. Reset,Base
 * 02. Layout
 * 03. Parts
 *
 */
/* ==========================================================================
   01. Reset
   ========================================================================== */
/**
 * 目次
 *
 * 01. reset
 * 02. fonts
 * 03. BaseSet
 *
 */
/* ==========================================================================
   01. reset
   ========================================================================== */
/*
YUI 3.7.3 (build 5687)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

legend {
  color: #000; }

#yui3-css-stamp.cssreset {
  display: none; }

/* ==========================================================================
   02. fonts
   ========================================================================== */
/*
YUI 3.7.3 (build 5687)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
body {
  font: 26px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small; }

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

#yui3-css-stamp.cssfonts {
  display: none; }

html > body {
  font-size/*\**/: small\9; }

/* ==========================================================================
   03. BaseSet
   ========================================================================== */
html {
  overflow-y: scroll; }

body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  min-width: 960px;
  overflow: hidden; }

/** html body{
	width: expression(document.body.clientWidth < 962? "960px" : "auto");
}*/
/* link
   ========================================================================== */
a {
  color: #d2423a;
  text-decoration: underline; }

a:visited {
  color: #d2423a;
  text-decoration: none; }

a:hover {
  color: #eb4a42;
  text-decoration: none; }

/*Win Firefox用*/
/*:focus{
    -moz-outline-style:none;
}*/
/*Mac Firefox用*/
/*a { outline:none;} */
/* fontsize
   ========================================================================== */
.text10 {
  font-size: 76.9230769231%; }

.text11 {
  font-size: 84.6153846154%; }

.text12 {
  font-size: 92.3076923077%; }

.text13 {
  font-size: 100%; }

.text14 {
  font-size: 107.6923076923%; }

.text15 {
  font-size: 115.3846153846%; }

.text16 {
  font-size: 123.0769230769%; }

.text17 {
  font-size: 130.7692307692%; }

.text18 {
  font-size: 138.4615384615%; }

.text19 {
  font-size: 146.1538461538%; }

.text20 {
  font-size: 153.8461538462%; }

.text21 {
  font-size: 161.5384615385%; }

.text22 {
  font-size: 169.2307692308%; }

.text23 {
  font-size: 176.9230769231%; }

.text24 {
  font-size: 184.6153846154%; }

.text25 {
  font-size: 192.3076923077%; }

.text26 {
  font-size: 200%; }

ul.inner li,
td.inner {
  font-size: 100% !important; }

/* image
   ========================================================================== */
img {
  vertical-align: bottom;
  line-height: 1.0; }

table th img,
table td img {
  vertical-align: middle; }

/* ClearFix
   ========================================================================== */
.clear {
  clear: both; }

/* modern browsers */
.clearfix:after,
.fbox:after,
#contents:after,
.item-wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* IE7 */
.clearfix,
.fbox,
#contents,
.item-wrap {
  display: inline-block; }

/* legacy IE */
* html .clearfix,
* html .fbox,
* html #contents,
* html .item-wrap {
  height: 1%; }

.clearfix,
.fbox,
#contents,
.item-wrap {
  display: block; }

/* float
   ========================================================================== */
.fr {
  float: right; }

.fl {
  float: left; }

ul.fbox li {
  float: left;
  *display: inline;
  *zoom: 1; }

.in-block {
  letter-spacing: -.40em; }

.in-block li,
.in-block dt,
.in-block dd {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: top; }

/* text layout
   ========================================================================== */
.text-c {
  text-align: center; }

.text-r {
  text-align: right; }

/* ohger
   ========================================================================== */
.no-border {
  border: none !important; }

/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt100 {
  margin-top: 100px !important; }

.mt-s {
  margin-top: 8px !important; }

.mt-m {
  margin-top: 13px !important; }

.mt-l {
  margin-top: 21px !important; }

.mt-ll {
  margin-top: 34px !important; }

.mt-xl {
  margin-top: 55px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml50 {
  margin-left: 50px !important; }

.ml75 {
  margin-left: 75px !important; }

/* ==========================================================================
   02. Base
   ========================================================================== */
/* ==========================================================================
   table
   ========================================================================== */
body {
  min-width: 1024px;
  overflow: hidden;
  background: #ff1e1b; }

@media screen and (max-width: 767px) {
  body.open {
    height: 100vh; } }

#wrapper {
  position: relative; }
  #wrapper:before {
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    visibility: hidden;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 4; }

#wrapper.cont-none:before {
  opacity: 1;
  visibility: visible; }

/* display
   ========================================================================== */
.block {
  display: block; }

.sp-item {
  display: none; }

.pc-block {
  display: block; }

@media screen and (max-width: 767px) {
  .sp-item {
    display: block; }
  .pc-item {
    display: none !important; }
  .pc-block {
    display: inline; }
  .sp-block {
    display: block; } }

/* ==========================================================================
   header
   ========================================================================== */
header {
  box-sizing: border-box;
  position: fixed;
  z-index: 10;
  width: 100%; }

#header-logo {
  text-align: center; }

/* ==========================================================================
   navigation
   ========================================================================== */
#header-nav-wrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 5;
  position: absolute;
  top: 150px;
  right: -600px;
  padding: 30px 30px 15px;
  width: 540px;
  background: url(img/bg_menu.gif) repeat top left; }
  #header-nav-wrap .logo {
    text-align: center;
    margin-bottom: 8px; }
    #header-nav-wrap .logo img {
      width: 300px; }

#header-nav-wrap.show {
  opacity: 1;
  visibility: visible;
  right: 0; }

#header-nav li {
  float: left;
  position: relative;
  box-sizing: border-box;
  width: 170px;
  margin-right: 15px;
  margin-bottom: 15px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4); }
  #header-nav li:nth-child(3n) {
    margin-right: 0; }
  #header-nav li img {
    width: 100%;
    height: auto; }

#header-nav li.comingsoon {
  position: relative; }
  #header-nav li.comingsoon:before {
    content: "";
    display: block;
    width: calc(100%);
    height: calc(100%);
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.7); }
  #header-nav li.comingsoon:after {
    content: "";
    background: url(img/comingsoon.png) no-repeat center center;
    background-size: 150px 14px;
    background-color: rgba(234, 44, 100, 0.7);
    display: block;
    box-sizing: border-box;
    height: 20px;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px; }

#btn-spmenu {
  background: url(img/btn_menu.png) no-repeat top center;
  background-size: 110px 110px;
  height: 110px;
  width: 110px;
  position: absolute;
  right: 20px;
  top: 20px; }

#panel-btn {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  text-decoration: none; }

#panel-btn-icon {
  display: block;
  position: absolute;
  top: 52px;
  left: 40px;
  width: 30px;
  height: 3px;
  margin: 0;
  background: #fff;
  transition: 0.2s; }

#panel-btn-icon:before,
#panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  transition: 0.3s; }

#panel-btn-icon:before {
  margin-top: -10px; }

#panel-btn-icon:after {
  margin-top: 7px; }

#panel-btn.close #panel-btn-icon {
  background: transparent; }

#panel-btn.close #panel-btn-icon:before,
#panel-btn.close #panel-btn-icon:after {
  margin-top: 0;
  width: 30px; }

#panel-btn.close #panel-btn-icon:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#panel-btn.close #panel-btn-icon:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

/* ==========================================================================
   footer
   ========================================================================== */
#footer {
  position: relative;
  background: #ddfa2b;
  padding: 55px 0;
  text-align: center; }
  #footer ul {
    /*width: 600px;*/
    width: 785px;
    margin: 0 auto; }
    #footer ul li {
      float: left;
      padding: 0 10px; }
  #footer p {
    font-size: 60%; }

/* ==========================================================================
   03. Parts
   ========================================================================== */
/* ==========================================================================
   共通パーツ
   ========================================================================== */
.content {
  width: 960px;
  margin: 0 auto;
  padding: 89px 0px;
  position: relative; }

.fadeover {
  transition: 0.4s; }
  .fadeover:hover {
    opacity: 0.7; }

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  font-weight: bold; }

.border-wrap {
  border: 1px solid #ccc;
  padding: 20px; }
  .border-wrap p:last-child {
    margin-bottom: 0; }

/* text
	 ========================================================================== */
.small {
  font-size: 85%; }

.gold {
  color: #b27636; }

.bold {
  font-weight: bold; }

.red {
  color: #f32b00; }

/* table
	 ========================================================================== */
table {
  table-layout: fixed;
  box-sizing: border-box;
  width: 960px;
  border: 1px solid #ccc;
  background-color: #fff; }
  table th,
  table td {
    box-sizing: border-box;
    padding: 10px 15px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc; }
    table th:last-child,
    table td:last-child {
      border-right: 0; }
  table th {
    color: #d2423a;
    font-weight: bold; }

table.center th,
table.center td {
  text-align: center; }

/* list
	 ========================================================================== */
.disc-list {
  list-style-type: disc;
  padding-left: 1em; }
  .disc-list li {
    margin-bottom: 10px; }
    .disc-list li:last-child {
      margin-bottom: 0; }

.notes-list li {
  font-size: 85%;
  padding-left: 1em;
  text-indent: -1em; }

.collabo-btn {
  background: #fff;
  padding: 70px 0;
  text-align: center;
  margin-bottom: 100px; }
  .collabo-btn p {
    margin-bottom: 50px; }
    .collabo-btn p:last-child {
      margin-bottom: 0; }
