@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*================================

	共通スタイル

================================*/
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-family: YuGothic, '游ゴシック', "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: black;
  overflow-x: hidden;
  background-color: #fff;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: inherit;
  line-height: inherit;
  -webkit-text-size-adjust: 100%;
  background: url(../img/loading.gif) no-repeat center center;
}

img {
  vertical-align: bottom;
}

a {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  color: #999999;
}

/*================================
	parts
================================*/
.cf, .wrapper, .contents, footer ul {
  *zoom: 1;
}
.cf:after, .wrapper:after, .contents:after, footer ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.wrapper, .contents {
/*   position: relative; */
  width: 1000px;
  margin: 0 auto;
}

.mincho {
  font-family: YuMincho, '游明朝', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

#pageTop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: none;
}

#container {
  background: #fff;
}

/*================================
	header
================================*/
header {
  background-color: #fff;
}
header .wrapper, header .contents {
  padding: 60px 0 25px;
}
header .wrapper h1, header .contents h1 {
  width: 295px;
  margin: 0 auto;
}
header .wrapper h1 a, header .contents h1 a {
  display: block;
  height: 45px;
  background: url(../img/header_logo.png);
  text-indent: -999em;
  overflow: hidden;
}
header .wrapper nav, header .contents nav {
  position: absolute;
  top: 5px;
  right: 0;
}
header .wrapper nav li, header .contents nav li {
  float: left;
  margin-left: 18px;
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 20;
}
header.fixed .wrapper, header.fixed .contents {
  padding: 10px 0 12px;
}
header.fixed .wrapper h1, header.fixed .contents h1 {
  width: 389px;
  margin: 0;
}
header.fixed .wrapper h1 a, header.fixed .contents h1 a {
  height: 13px;
  background: url(../img/header_logo_s.png);
}

/*================================
	contents
================================*/
/*================================
	footer
================================*/
footer {
  padding: 30px 0 60px;
  background: url(../img/bg.png);
  color: #868686;
}
footer a {
  color: #868686;
}
footer h2 {
  margin-bottom: 30px;
}
footer ul {
  margin-bottom: 30px;
}
footer ul li {
  float: left;
}
footer ul.nav li {
  margin-right: 20px;
}
footer ul.sns li {
  margin-right: 15px;
}
footer p {
  font-size: 10px;
  font-size: 1rem;
  font-weight: inherit;
  line-height: inherit;
}

/*================================
	#detail
================================*/
#detail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  height: 100%;
  background-color: #000;
  color: #fff;
  z-index: 100;
  text-align: center;
}
#detail .inner {
  position: relative;
  display: inline-block;
  padding: 20px;
  z-index: 10;
}
#detail .inner img {
  width: 100%;
}

/*================================
	#popup
================================*/
.photo .data {
  display: none;
}

#popup {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  z-index: 40;
}
#popup .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#popup .prev,
#popup .next {
  position: absolute;
  top: 280px;
  padding: 100px 40px;
  cursor: pointer;
  z-index: 10;
}
#popup .prev {
  left: 0;
}
#popup .next {
  right: 0;
}
#popup #slides {
  position: relative;
  width: 830px;
  margin: 80px auto;
  z-index: 10;
  overflow: hidden;
}
#popup #slides .slide {
  position: absolute;
  top: 0;
  width: 820px;
  margin: 0 5px;
}
#popup #slides .slide .img {
  width: 100%;
  text-align: center;
}
#popup #slides .slide .img img {
  width: auto;
}
#popup #slides .slide h2 {
  margin-top: 16px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: inherit;
}
#popup #slides .slide p {
  margin-top: 8px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: inherit;
  line-height: inherit;
}
#popup #slides .slide p span {
  margin-left: 10px;
}
#popup #slides .slide p span.size {
  font-weight: bold;
}
#popup #slides .slide p a {
  display: inline-block;
  margin-left: 10px;
  padding: 0 10px;
  border: 1px solid #fff;
  color: #fff;
}
#popup #slides .slide p a:hover {
  text-decoration: none;
}

body.sp {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: inherit;
  line-height: inherit;
}
body.sp #popup #slides .slide h2 {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: inherit;
}
body.sp #popup #slides .slide p {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: inherit;
  line-height: inherit;
}
