/**
 * default.css
 * updatedAt: 2016.09.28
 * createdAt: 2016.09.26
 */

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

  Reset

========================================*/
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p{margin:0;}
em{font-style:normal;}

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

  body

========================================*/
body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: '\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33',
  'Hiragino Kaku Gothic Pro','\30E1\30A4\30EA\30AA',Meiryo, '\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF',Verdana,'Droid Sans',san-serif;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
.serif {
  font-family: '\30D2\30E9\30AE\30CE\660E\671D\20\50\72\6F',
  'Hiragino Mincho Pro',
  '\48\47\53\660E\671D\45','\FF2D\FF33\20\FF30\660E\671D',
  serif;
}
.san-serif {
  font-family: '\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33',
  'Hiragino Kaku Gothic Pro','\30E1\30A4\30EA\30AA',Meiryo, '\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF',Verdana,'Droid Sans',san-serif;
}
.ie-legacy body {
  min-width: 1000px;
}
.inner {
  margin: 5px auto 0;
  max-width: 1200px;
  width: 93.75%;
}
.img-box {
  line-height: 0;
}
.img-box img {
  width: 100%;
  height: auto;
}
.clearfix:after {
  clear: both;
  display: block;
  content: "";
}
a {
  color: #5787f4;
}
a:hover {
  color: #5787f4;
  text-decoration: underline;
}
a.hover {
  display: inline-block;
  transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
a.hover:hover {
  opacity: 0.75;
}
strong a {
  color:#000;
  text-decoration: underline !important;
}
strong a:hover {
  text-decoration: none !important;
}

.b64 { display: none; }
.b48 { display: none; }
.b96 { display: none; }
.b120 { display: none; }
.break { display: block; }

.sp { display:none !important;}
@media(max-width:1200px) {
  .b120 { display: block; }
  .nb120 { display: none; }
}
@media(max-width:960px) {
  .b96 { display: block; }
  .nb96 { display: none; }
  img.b96 { display: inline; }
}
@media(max-width:640px) {
  .inner {
    width: 90.625%;
  }
  .b64 { display: block; }
  .nb64 { display: none; }
  img.b64 { display: inline; }
  .img-box.p01-fukuda-img img,
  .img-box.p02-fukuda-img img,
  .img-box.p03-fukuda-img img {
    width: 70%;
	margin:0 15%;
  }
  .pc { display: none !important; }
  .sp { display: inline-block !important;}

}
@media(max-width:480px) {
  .b48 { display: block; }
  .nb48 { display: none; }
  img.b48 { display: inline; }
}


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

  header

========================================*/
header {
  background: #fff;
}
header .inner {
  display: table;
}
header h1 {
  display: table-cell;
  vertical-align: middle;
  padding: 23px 0 26px;
  width: 111px;
}
header h1 a {
  display: block;
  line-height: 0;
}
header h1 img {
  width: 100%;
  height: auto;
}
header h2 {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-size: 87.5%;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: #555;
}

@media(max-width:640px) {
  header h1 {
    padding: 25px 0;
    width: 18.3334%;
    min-width: 80px;
  }
  header h2 {
    font-size: 75%;
    letter-spacing: 0.02em;
  }
}
@media(max-width:320px) {
  header h2 {
    font-size: 68.8%;
    letter-spacing: 0em;
  }
}


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

  .mainvisual

========================================*/
.mainvisual {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.mainvisual.p01 {
  background-image: url(../img/p01_mainvisual.jpg);
}
.mainvisual.p02 {
  background-image: url(../img/p02_mainvisual.jpg);
}
.mainvisual.p03 {
  background-image: url(../img/p03_mainvisual.jpg);
}
.mainvisual-wrap {
  margin: 0 auto;
  max-width: 1200px;
  width: 93.75%;
}
.mainvisual-inner {
  position: relative;
  margin: 0 auto;
  padding-bottom: 50%;
  width: 95%;
}
.right .mainvisual-inner {
  text-align: right;
}
.mainvisual-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.right .mainvisual-content:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
}
.left .mainvisual-content:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
}
.mainvisual-txt {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: left;
  padding: 50px;
  background-color: #000;
  background-color: rgba(0,0,0,0.8);
}
.mainvisual-txt em {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.2;
  color: #fff;
}
.mainvisual-txt h1 {
  margin-top: 8px;
  font-size: 200%;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
}
.mainvisual-txt p {
  margin-top: 15px;
  font-size: 100%;
  line-height: 1.2;
  color: #fff;
}

@media(max-width:960px) {
  .mainvisual-txt {
    padding: 30px;
    width: auto;
  }
  .mainvisual-txt h1 {
    font-size: 175%;
  }
}
@media(max-width:640px) {
  .mainvisual-wrap {
    width: 100%;
  }
  .mainvisual.p01 {
    background-position: 45% 50%;
  }
  .mainvisual.p03 {
    background-position: 52% 50%;
  }
  .mainvisual-inner {
    padding-bottom: 100%;
	/*padding-bottom: 75%;*/
    width: 100%;
  }
  .mainvisual-txt {
    position: relative;
    right: initial;
	bottom: initial;
    padding: 15px 4.6875% 15px;
	vertical-align:middle;
    /*width: 100%;*/
    background-color: rgba(0,0,0,0.8);
  }
  .mainvisual-txt h1 {
    font-size: 150%;
    line-height: 1.4;
  }
}


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

  .intro-txt

========================================*/
.intro-txt {
  margin: 50px auto;
  max-width: 1000px;
  width: 93.75%;
}
.intro-txt p {
  margin-top: 15px;
  font-size: 112.5%;
  line-height: 1.77;
  color: #333;
}
.intro-txt p:first-child {
  margin-top: 0;
}

@media(max-width:640px) {
  .intro-txt {
    margin: 30px auto;
    width: 90.625%;
  }
}
@media(max-width:320px) {
  .intro-txt p {
    font-size: 106.3%;
  }
}


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

  .next-page

========================================*/
.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 93.75%;
}
.next-page {
  margin-top: 90px;
}

.next-page .lead {
  font-size: 112.5%;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.next-page a {
  position: relative;
  box-sizing: border-box;
  display: table;
  margin-top: 30px;
  width: 100%;
  border: 4px solid #3f3f3f;
  background: #fafafa;
  text-decoration: none;
  color: #333;
}
.next-page .img-box {
  display: table-cell;
  vertical-align: middle;
  /*width: 25%;*/
  width: 47%;
}
.next-page .txt-box {
  display: table-cell;
  vertical-align: middle;
}
.next-page .txt-box .txt {
  margin-left: 5%;
  padding: 2% 20px 2% 70px;
  background-image: url(../img/next_arrow@2x.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 34px auto;
}
.ie-legacy .next-page .txt-box .txt {
  background-image: url(../img/next_arrow.png);
}
.next-page .txt-box em {
  font-size: 112.5%;
  font-weight: bold;
  line-height: 1.2;
}
.next-page .txt-box p {
  margin-top: 5px;
  font-size: 200%;
  line-height: 1.2;
}

@media(max-width:960px) {
  .next-page .img-box {
    display: none;
  }
  .next-page .txt-box .txt {
    margin-left: 30px;
    padding-left: 40px;
    background-size: 25px auto;
  }
  .next-page .txt-box em {
    font-size: 100%;
  }
  .next-page .txt-box p {
    font-size: 187.5%;
  }
}
@media(max-width:640px) {
  .next-page {
    margin: 60px auto 0;
  }
  .next-page .lead {
    text-align: left;
  }
  .next-page a {
    margin-top: 20px;
	border-width: 2px;
  }
  .next-page .txt-box .txt {
    margin-left: 20px;
    padding: 15px 20px 15px 30px;
    background-size: 20px auto;
  }
  .next-page .txt-box em {
    font-size: 87.5%;
  }
  .next-page .txt-box p {
    font-size: 150%;
  }
}


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

  .pagination

========================================*/
.pagination {
  margin-top: 45px;
  font-size: 0;
  text-align: center;
}
.pagination a {
  display: inline-table;
  margin: 0 10px;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
.pagination a span {
  display: table-cell;
  vertical-align: middle;
  padding-top: 2px;
  font-size: 22px;
  line-height: 22px;
  color: #333;
  background-color:#eaeaea;
  /*border: 2px solid #3f3f3f;*/
  -webkit-transition: color 0.1s, background-color 0.1s, border-color 0.1s;
  transition: color 0.1s, background-color 0.1s, border-color 0.1s;
}
.pagination a.current span,
.pagination a:hover span {
  color: #fff;
  background-color: #333;
  border-color: #000;
}

@media(max-width:640px) {
  .pagination a {
    margin: 0 8px;
    width: 40px;
    height: 40px;
  }
  .pagination a span {
    border-width: 1px;
  }
}


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

  .banner

========================================*/
.banner {
  margin-top: 100px;
}

.banner ul{
	list-style: none;
	margin: 0 -8px;
	padding: 0;
}

.banner ul li{
	float:left;
	box-sizing: border-box;
	width: 49.999%;
	margin: 0;
	padding: 0 8px;
	position: relative;
}

.banner ul li img{
	width: 100%;
	height: auto;
}

@media(max-width:640px) {
  .banner {
    margin-top: 50px;
  }
  
  .banner ul{
	margin: 0;
  }
  
  .banner ul li{
	float:none;
	width: 100%;
	margin: 0 0 6px 0;
	padding: 0;
  }
}

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

  footer

========================================*/
footer {
  margin-top: 100px;
  background-color: #eaeaea;
}
footer .inner {
  color: #555;
  text-align: center;
}
footer strong {
  display: block;
  padding-top: 50px;
  font-size: 200%;
  font-weight: normal;
  line-height: 1.4;
}
footer p {
  margin-top: 20px;
  font-size: 112.5%;
  line-height: 1.77;
}
footer .btn {
  display: block;
  margin: 30px auto 0;
  padding: 18px 0;
  max-width: 930px;
  background: #1a1a1a;
  font-size: 125%;
  font-weight: bold;
  line-height: 1.0;
  color: #fff;
  text-decoration: none;
}
footer small {
  display: block;
  margin-top: 50px;
  padding: 0 0 20px;
  font-size: 10px;
}
footer .s5-returnToTop {
  margin-top: 0;
}
footer .s5-returnToTop__button {
  top: -60px;
}

@media(max-width:960px) {
  footer {
    font-size: 87.5%;
  }
}
@media(max-width:640px) {
  footer strong {
    padding-top: 30px;
  }
  footer small {
    margin-top: 30px;
  }
  footer .s5-returnToTop__button {
    top: -50px;
  }
}


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

  article

========================================*/
article {
  position: relative;
}
article section,
.section {
  margin: 50px auto 0;
  max-width: 1000px;
  width: 93.75%;
}
article section:after,
.section:after {
  clear: both;
  display: block;
  content: '';
}
article .heading {
  margin-bottom: 20px;
  font-size: 125%;
  font-weight: bold;
  line-height: 1.6;
  color: #333;
  overflow: hidden;
}
article .heading.dot {
  padding-bottom: 5px;
  border-bottom: 1px dotted #000;
}
article .heading.indent {
  text-indent: -0.5em;
}
article .heading span {
  font-size: 80%;
  font-weight: normal;
}
article p.txt {
  margin-top: 15px;
  font-size: 100%;
  line-height: 2.0;
  letter-spacing: 0.02em;
  color: #333;
}
article .exif {
  display: inline-block;
  margin-top: 10px;
  font-size: 87.5%;
  line-height: 1.2;
  color: #333;
}
article .caption {
  display: inline-block;
  margin-top: 10px;
  font-size: 100%;
  line-height: 1.2;
  color: #444;
}
article .caption.name {
  display: inline-block;
  font-size: 112.5%;
  font-weight: bold;
}
article .note {
  display: inline-block;
  margin-top: 10px;
  font-size: 87.5%;
  line-height: 1.7;
  color: #444;
}

article .end {
  display: table;
  padding-top: 30px;
  border-top: 1px dotted #000;
}
article .end .txt-box {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
article .end .txt-box.middle {
  vertical-align: middle;
}
article .end .txt-box p {
  margin-top: 15px;
  font-size: 112.5%;
  line-height: 1.8;
}
article .end .txt-box p:first-child {
  margin-top: 0;
}
article .end .img-box {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 3%;
  width: 50%;
}

@media(max-width:960px) {
  article {
    font-size: 93.8%;
    overflow: hidden;
  }
  article#Spot .heading.indent {
    font-size: 146.5%;
  }
  .article-heading h1 {
    height: 115px;
    font-size: 175%;
  }
  article p.txt {
    letter-spacing: 0;
  }
  article .caption {
    font-size: 81.3%;
  }
  article .caption.name {
    font-size: 93.8%;
  }
  article .end .txt-box {
    width: 50.5%;
  }
  article .end .img-box {
    width: 48%;
  }
}
@media(max-width:640px) {
  article {
    font-size: 100%;
  }
  article#Spot .heading.indent {
    font-size: 162.5%;
  }
  .article-heading .inner {
    width: 90.625%;
  }
  .article-heading h2 {
    padding: 17px 0;
    height: auto;
    font-size: 162.5%;
  }
  article section,
  .section {
    margin: 40px auto 0;
    width: 90.625%;
  }
  article .heading {
    margin-bottom: 15px;
  }
  article .heading span {
    font-size: 70%;
    font-weight: normal;
  }
  article .exif {
    font-size: 81.3%;
  }
  article .caption {
    display: block;
    font-size: 75%;
  }
  .caption.name + .caption {
    margin-top: 5px;
  }
  article .end {
    display: block;
  }
  article .end .txt-box {
    display: block;
    width: auto;
  }
  article .end .img-box {
    display: block;
    margin-top: 20px;
    padding: 0;
    width: auto;
  }
}
@media(max-width:320px) {
  .article-heading h1 {
    font-size: 143.8%;
  }
  article .caption.name {
    font-size: 93.8%;
  }
}


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

  .article-heading

========================================*/
.article-heading {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
}
.article-heading .inner {
  display: table;
  margin: 0 auto;
  max-width: 1000px;
  width: 93.75%;
}
.article-heading h2 {
  display: table-cell;
  vertical-align: middle;
  height: 129px;
  font-size: 200%;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.07em;
  color: #fff;
}

@media(max-width:960px) {
  .article-heading h2 {
    height: 115px;
    font-size: 175%;
  }
}
@media(max-width:640px) {
  .article-heading .inner {
    width: 90.625%;
  }
  .article-heading h2 {
    padding: 17px 0;
    height: auto;
    font-size: 162.5%;
  }
}
@media(max-width:320px) {
  .article-heading h2 {
    font-size: 143.8%;
  }
}