@charset "Shift_JIS";
/*				reset
====================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
sup.supText {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: 0.2em;
}
body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

li {
  list-style: none;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: map-get($icon-home, 'width');
}

At the bottom of this section, we provide information about the spritesheet itself
*/
/*
The provided mixins are intended to be used with variables directly

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites(map-get($spritesheet, 'sprites'));
*/
@media only screen and (max-width: 767px) {
  .hidden-sm {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .hidden-md {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .hidden-sm-md {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .hidden-sm-md {
    display: none;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1799px) {
  .hidden-lg {
    display: none;
  }
}

.show-sm-block {
  display: none;
}
@media only screen and (max-width: 767px) {
  .show-sm-block {
    display: block;
  }
}

.show-md-block {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .show-md-block {
    display: block;
  }
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.clear {
  clear: both;
}

.centerBlock {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.flexImg {
  max-width: 100%;
  height: auto;
}

.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.mTop10 {
  margin-top: 10px !important;
}

.mTop20 {
  margin-top: 20px !important;
}

.mTop30 {
  margin-top: 30px !important;
}

.mTop40 {
  margin-top: 40px !important;
}

.mTop50 {
  margin-top: 50px !important;
}

.mBtm0 {
  margin-bottom: 0px !important;
}

.mBtm10 {
  margin-bottom: 10px !important;
}

.mBtm15 {
  margin-bottom: 15px !important;
}

.mBtm20 {
  margin-bottom: 20px !important;
}

.mBtm30 {
  margin-bottom: 30px !important;
}

.mBtm40 {
  margin-bottom: 40px !important;
}

.mBtm50 {
  margin-bottom: 50px !important;
}

.pad10 {
  padding: 10px !important;
}

.pad15 {
  padding: 15px !important;
}

.pad20 {
  padding: 20px !important;
}

.pad25 {
  padding: 25px !important;
}

.pad30 {
  padding: 30px !important;
}

.pad40 {
  padding: 40px !important;
}

.pad70 {
  padding: 70px !important;
}

.displayTable {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.tableCell {
  display: table-cell;
  vertical-align: middle;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.noWrap {
  white-space: nowrap;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.red {
  color: #ff1f1e;
}

.green {
  color: #34800d;
}

.orange {
  color: #cc6600;
}

.gray {
  color: #999;
}

.black {
  color: #000000;
}

.blue {
  color: #0000FF;
}

.white {
  color: #fff;
}

.font10 {
  font-size: 10px;
  font-size: 1.0rem;
}

.font12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.font14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.font16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.font18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.font20 {
  font-size: 20px;
  font-size: 2.0rem;
}

.font22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.font24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.font26 {
  font-size: 26px;
  font-size: 2.6rem;
}

.font28 {
  font-size: 28px;
  font-size: 2.8rem;
}

.font30 {
  font-size: 30px;
  font-size: 3.0rem;
}

.font32 {
  font-size: 32px;
  font-size: 3.2rem;
}

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}

.mincho {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝","MS PMincho", serif;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  -webkit-text-stroke-width: 0.1px;
}

.serif {
  font-family: "Times New Roman", Garamond, Century, serif;
}

.sans {
  font-family: Arial, Helvetica, Tahoma, sans-serif;
}

.bgWhite {
  background: #fff;
}

.bgBlack {
  background: #000;
}

.bgGray01 {
  background: #e0e0e0;
}

.bgGray02 {
  background: #ccc;
}

.showMark {
  padding-left: 1em;
  margin-left: .5em;
}
.showMark li {
  list-style: decimal;
}

.hideMark {
  padding-left: 0;
}
.hideMark li {
  list-style: none;
}

.headCaution {
  padding: 10px 0;
  background: #ffcc66;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.headCaution p {
  width: 960px;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  background: url("../images/caution.png") 0 50% no-repeat;
  padding: 5px 25px;
}

table {
  border-collapse: collapse;
}

th, td {
  border: none;
}

table .odd {
  background: #eee;
}

.clickBox {
  cursor: pointer;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
}

blockquote {
  background: #fff;
  padding: 40px 20px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin-bottom: 2em;
}

blockquote:before,
blockquote:after {
  content: "”";
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #bbb;
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
  width: 40px;
  height: 40px;
  position: absolute;
}

blockquote:before {
  text-align: left;
  top: 0px;
  left: 10px;
}

blockquote:after {
  text-align: right;
  bottom: 0px;
  right: 20px;
}

.view-sm-block {
  display: none;
}
@media only screen and (max-width: 767px) {
  .view-sm-block {
    display: block;
  }
}

a img {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}
a img:hover {
  opacity: .8;
}

/*----------------------layout*/
html {
  font-size: 62.5%;
}

small {
  font-size: 11px;
  font-size: 1.1rem;
}

strong {
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

body {
  min-height: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", Helvetica,Arial,Verdana,sans-serif;
  color: #474747;
  position: relative;
  background: #f9f9f9;
  -webkit-text-size-adjust: 100%;
}
#wrapper{
	background: #000;
}
.inner {
  padding: 0 30px;
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .inner {
    padding: 0 15px;
  }
}

.spImg {
  display: none;
}
@media only screen and (max-width: 767px) {
  .spImg {
    display: block;
  }
}

.pcImg {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pcImg {
    display: none;
  }
}

#header {
  background: #000;
  height: 120px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  overflow: hidden;
}
#header a {
  text-decoration: none !important;
  display: block;
}
#header h1 {
  color: #FFF;
  font-size: 1.2rem;
  padding-top: 10px;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  #header {
    height: auto;
    position: relative;
    padding: 30px 0 25px 0;
  }
  #header h1 {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    padding: 16px 1em 0;
    line-height: 120%;
    box-sizing: border-box;
  }
}
#header .headWrap {
  display: table;
  height: 120px;
  width: 100%;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  #header .headWrap {
    height: auto;
  }
}
#header .logoGdo {
  width: 13.33333%;
}
#header .logoGdo img {
  padding-left: 10px;
  width: 66px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #header .logoGdo {
    width: 19.64286%;
  }
  #header .logoGdo img {
    width: 70.1087%;
  }
}
@media only screen and (max-width: 767px) {
  #header .logoDiamaniaWrap img {
    max-width: 100%;
    height: auto;
  }
}
#header .logoDiamania {
  max-width: 230px;
  height: auto;
  margin-right: 12px;
  margin-bottom: 5px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #header .logoDiamania {
    width: 92.18107%;
    margin-bottom: 7px;
  }
}
#header .logoMitsubishi {
  max-width: 210px;
  margin-right: 20px;
  height: auto;
  display: inline-block;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  #header .logoMitsubishi {
    width: 92.18107%;
    margin-bottom: 0;
  }
}
#header .archivesBtn {
  width: 21.11111%;
}
#header .archivesBtn a {
  width: 84.21053%;
  border: 2px solid #ec0000;
  padding: 19px 15px;
  border-radius: 3px;
  display: block;
  box-sizing: border-box;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}
#header .archivesBtn a:hover {
  background: #ec0000;
}
#header .archivesBtn img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #header .archivesBtn {
    position: relative;
    width: 21.42857%;
    height: 100%;
    min-height: 100%;
  }
  #header .archivesBtn a {
    width: 91.66667%;
    padding: 0;
    height: 100%;
    min-height: 100%;
    display: table;
    text-align: center;
    vertical-align: middle;
    border: none;
    line-height: 0;
  }
  #header .archivesBtn .show-sm-block {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    min-height: 100%;
    border: 2px solid #ec0000;
    border-radius: 3px;
    box-sizing: border-box;
  }
  #header .archivesBtn .show-sm-block img {
    width: 61.25%;

    margin: 0 auto;
  }
}
#header .fbBtn {
  width: 55px;
}
#header .fbBtn a {
  display: block;
}
@media only screen and (max-width: 767px) {
  #header .fbBtn {
    width: 9.82143%;
    padding-right: 0.89286%;
    box-sizing: border-box;
  }
  #header .fbBtn img {
    width: 100%;
    height: auto;
  }
}
#header .twBtn {
  width: 50px;
}
#header .twBtn a {
  display: block;
}
@media only screen and (max-width: 767px) {
  #header .twBtn {
    width: 8.92857%;
  }
  #header .twBtn img {
    width: 100%;
    height: auto;
  }
}

.smHomeHeadline {
  display: none;
}

#main {
  padding-top: 120px;
}
@media only screen and (max-width: 767px) {
  #main {
    padding-top: 0;
  }
}

/* !footer
---------------------------------------------------------- */
#footer{
	background: #000;
	padding: 6.5rem 0;
}
.footLogWrap {
  text-align: center;
  margin-bottom: 8.0rem;
}
.footLogWrap img {
  margin: 0 auto;
  display: block;
}
.footLogWrap .footLogoMitsubishi {
  margin-bottom: 1.7rem;
}
.footLogWrap .footLogoDiamania {
  margin-bottom: 3.0rem;
}
.footLogWrap p {
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1.3;
}

.footOfficialLink {
  text-align: center;
  margin-bottom: 3.5rem;
}
.footOfficialLink li {
  display: inline-block;
  padding: 0 1em;
  border-left: 1px solid #646464;
}
.footOfficialLink li:first-child {
  border: none;
}
.footOfficialLink a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
}

.footCopy {
  text-align: center;
  color: #FFF;
  font-size: 1.2rem;
}
#toTopWrap {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 999;
}
#toTop {
  width: 90px;
  height: 90px;
  background: rgba(80, 80, 80, 0.8);
  display: block;
  text-align: center;
  border-radius: 100%;
  line-height: 90px;
}
#toTop:hover {
  background: #5a5a5a;
}
#toTop img {
  position: relative;
  top: 5px;
}
@media only screen and (max-width: 767px) {
  #toTopWrap {
    right: 50%;
    bottom: 10px;
    margin-right: -30px;
  }
}

#toTop {
  width: 90px;
  height: 90px;
  background: rgba(80, 80, 80, 0.8);
  display: block;
  text-align: center;
  border-radius: 100%;
  line-height: 90px;
}
@media only screen and (max-width: 767px) {
  #toTop {
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }
}
#toTop:hover {
  background: #5a5a5a;
}
#toTop img {
  position: relative;
  top: 5px;
}
@media only screen and (max-width: 767px) {
  #toTop img {
    width: 60%;
    height: auto;
    top: 20px;
    display: block;
    margin: 0 auto;
  }
}

.overRayLink {
  position: relative;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
}
.overRayLink .ovarRayImage {
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  z-index: 0;
}
.overRayLink .overRay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 10;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}
.overRayLink:hover {
  background-size: 110%;
}
.overRayLink:hover .ovarRayImage {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.overRayLink:hover .overRay {
  opacity: 1;
}

.categoryTag {
  background: #000;
  color: #FFF;
  display: inline-block;
  padding: 0 .5em;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  top: -12px;
  height: 24px;
  line-height: 24px;
}

.mainHead {
  padding: 15px 0;
  background: #FFF;
}

.breadcrumbs {
  display: block;
  height: 40px;
  line-height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    height: auto;
  }
}
.breadcrumbs .pageTitle {
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  height: 40px;
  line-height: 40px;
}
.breadcrumbs .pageTitle img {
  height: 13px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs .pageTitle {
    padding-left: 15px;
  }
  .breadcrumbs .pageTitle img {
    height: 10px;
  }
}

.shareBtnArea {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  line-height: 0;
  float: right;
  position: relative;
  top: 5px;
}
@media only screen and (max-width: 767px) {
  .shareBtnArea {
    float: none;
    text-align: center;
  }
}
.shareBtnArea .fb {
  display: inline-block;
  position: relative;
  top: 5px;
}
@media only screen and (max-width: 767px) {
  .shareBtnArea .fb {
    top: 0;
  }
}
.shareBtnArea .tw {
  display: inline-block;
}

.breadcrumbsHome {
  width: 50px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px 0 20px;
  color: #474747 !important;
  text-decoration: none !important;
  background: url("../images/common/back-icon.png") 0 center no-repeat;
  background-size: 7px auto;
  border-right: 1px solid #ec0000;
}
@media only screen and (max-width: 767px) {
  .breadcrumbsHome {
    font-size: 1.2rem;
    padding: 0 0 0 15px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  font-family: "slick";
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  background-color: #cbcbcb;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background-color: #ff0000;
}

/*
* Top page
* =============
*/
@media only screen and (max-width: 767px) {
  .topage .smHomeHeadline {
    display: block;
  }
}

.mainImgArea {
  height: 675px;
  position: relative;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .mainImgArea {
    height: auto;
  }
}

.mainImage {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* main image background-position */
.mainImage.left-top {
  background-position: left top;
}

.mainImage.left-bottom {
  background-position: left bottom;
}

.mainImage.right-top {
  background-position: right top;
}

.mainImage.right-bottom {
  background-position: right bottom;
}

.mainImage.left70-center {
  background-position: 70% center;
}

.mainImage.left70-top {
  background-position: 70% top;
}

.mainImageInner {
  max-width: 900px;
  margin: 0 50px;
  display: block;
  position: relative;
  height: 675px;
  opacity: 1;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}
.mainImageInner .titleWrap {
  position: absolute;
}
.mainImageInner .titleWrap.top {
  top: 0;
}
.mainImageInner .titleWrap.bottom {
  bottom: 0;
}
.mainImageInner .titleWrap.left {
  left: 0;
}
.mainImageInner .titleWrap.right {
  right: 0;
}
.mainImageInner .titleWrap.center {
  width: 100%;
}
.mainImageInner .titleWrap.center .mainImageTitle {
  margin: 0 auto !important;
}
.mainImageInner:hover {
  opacity: .8;
}
@media only screen and (max-width: 767px) {
  .mainImageInner {
    height: 300px;
    width: 100%;
    margin: 0 auto;
  }
}

.mainImageTitle {
  position: relative;
  max-width: 100%;
  height: auto;
  display: block;
  bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .mainImageTitle {
    width: 62.5%;
	 width:73%;
    max-width: 100%;
    bottom: 10px;
  }
}

/* carousel */
.futureListWrap {
  position: relative;
  width: 100%;
  height: 375px;
  margin-bottom: 70px;
  z-index: 20;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .futureListWrap {
    height: 180px;
    margin-bottom: 10px;
  }
  .futureListWrap .slick-dots {
    bottom: auto !important;
    padding-top: 10px;
  }
}

#futureList {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 335px;
}
#futureList .ovarRayImage {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #futureList .futureItem {
    height: 139px;
  }
}
@media only screen and (min-width: 1800px) {
  #futureList {
    width: 100% !important;
    left: 0;
    margin-left: 0;
  }
  #futureList .futureItem {
    width: 100%;
    height: auto;
  }
}

.futureListBg {
  background-position: center center;
  background-repeat: none;
  background-size: 100%;
  height: 335px;
  width: 600px;
  display: block;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .futureListBg {
    width: 250px;
    height: 139px;
  }
}
@media only screen and (min-width: 1800px) {
  .futureListBg {
    width: 100%;
  }
}

.futureListTitle {
  position: absolute;
  top: 0;
  width: 600px !important;
  height: 335px !important;
}
@media only screen and (max-width: 767px) {
  .futureListTitle {
    width: 100% !important;
    height: auto !important;
  }
}

.futureListleft {
  left: 0;
}

.futureListRight {
  right: 0;
}

.slick-arrow {
  position: absolute;
  top: 295px;
  z-index: 999;
  width: 80px;
  height: 80px;
  background: #ec0000;
  margin: 0;
  border: none;
  cursor: pointer;
}
.slick-arrow:hover {
  background: #ff5353;
}
@media only screen and (max-width: 767px) {
  .slick-arrow {
    top: 120px;
    width: 40px;
    height: 40px;
  }
}

.slick-next {
  right: 0;
}
.slick-next:before {
  content: "";
  background: url("../images/top/carusel-btn-right.png") center center no-repeat;
  width: 80px;
  height: 80px;
  display: block;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .slick-next:before {
    width: 40px;
    height: 40px;
    background-size: 30%;
  }
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  content: "";
  background: url("../images/top/carusel-btn-left.png") center center no-repeat;
  width: 80px;
  height: 80px;
  display: block;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .slick-prev:before {
    width: 40px;
    height: 40px;
    background-size: 30%;
  }
}

/*
* top contents
* ================
*/
.topInner {
  max-width: 900px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topInner {
    padding: 0 15px;
  }
}

.topContentsArea {
  width: 100%;
  min-height: 1600px;
  padding-right: 310px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .topContentsArea {
    padding: 0;
    height: auto;
  }
}

.topContents {
  margin-bottom: 30px;
}

.topContentsHead {
  background: #FFF;
  padding: 28px 24px;
  position: relative;
}
.topContentsHead img {
  height: 14px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .topContentsHead img {
    height: 11px;
  }
}

.topNews {
  position: relative;
}

.toNewsPage {
  color: #474747;
  position: absolute;
  right: 27px;
  top: 25px;
  font-size: 1.4rem;
  color: #474747 !important;
}
.toNewsPage:before {
  content: "";
  width: 7px;
  height: 13px;
  display: inline-block;
  margin-right: 13px;
  position: relative;
  top: 2px;
  background: url("../images/common/link-arrow.png") right center no-repeat;
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  .toNewsPage {
    position: relative;
    display: block;
    text-align: right;
    top: -20px;
    right: 0;
  }
}

.topNewsList {
  margin-bottom: 40px;
}
.topNewsList dt {
  float: left;
  width: 90px;
  clear: left;
  padding: 18px 0;
  line-height: 150%;
  overflow: hidden;
  border-bottom: 1px dotted #b2b2b2;
}
@media only screen and (max-width: 767px) {
  .topNewsList dt {
    float: none;
    padding: 1em 0 0;
    border: none;
  }
}
.topNewsList dd {
  padding: 18px 0;
  border-bottom: 1px dotted #b2b2b2;
  line-height: 150%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .topNewsList dd {
    padding: .5em 0 1em;
  }
}
.topNewsList a {
  color: #474747;
  text-decoration: none;
}
.topNewsList a:hover {
  text-decoration: underline;
}
.topNewsList li {
  padding: 18px 0;
  border-bottom: 1px dotted #b2b2b2;
  line-height: 150%;
}

.topPickup .topContentsHead {
  margin-bottom: 30px;
}
.topPickup ul {
  font-size: 0;
}
.topPickup li {
  font-size: 1.2rem;
  font-size: 12px;
  width: 47.45763%;
  overflow: hidden;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .topPickup li {
    width: 100%;
  }
}
.topPickup li:nth-child(2n+1) {
  float: left;
}
@media only screen and (max-width: 767px) {
  .topPickup li:nth-child(2n+1) {
    float: none;
  }
}
.topPickup li:nth-child(2n) {
  float: right;
}
@media only screen and (max-width: 767px) {
  .topPickup li:nth-child(2n) {
    float: none;
  }
}
.topPickup li img {
  width: 100%;
  height: auto;
}
.topPickup .TopPickupImage {
  position: relative;
  height: 155px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .topPickup .TopPickupImage {
    height: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .topPickup .TopPickupImage {
    height: auto;
  }
}
.topPickup time {
  display: block;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .topPickup time {
    margin-bottom: .5em;
  }
}
.topPickup dt {
  font-size: 1.4rem;
  font-size: 14px;
  margin-bottom: 1em;
  line-height: 171.42857%;
  font-weight: bold;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .topPickup dt {
    margin-bottom: .5em;
  }
}
.topPickup a {
  color: #474747;
  text-decoration: none;
  display: block;
}
.topPickup a:hover dt {
  text-decoration: none;
}
.topPickup dd {
  line-height: 150%;
}

#topSidebar {
  width: 280px;
  position: absolute;
  right: 30px;
  top: 0;
}
@media only screen and (max-width: 767px) {
  #topSidebar {
    width: 100%;
    position: static;
  }
}
#topSidebar .fbBnrPc {
  background: #294888;
  padding: 24px 26px 22px;
}

/*
* archives index
* =============
*/
.archivesIndex .archivesBtn {
  position: relative;
}
.archivesIndex .archivesBtn:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -56px;
  z-index: 30;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 41.5px 42px 41.5px;
  border-color: transparent transparent #FFF transparent;
}
@media only screen and (max-width: 767px) {
  .archivesIndex .archivesBtn:after {
    bottom: -43px;
    margin-left: -43px;
  }
}

#archive .hide {
  display: none;
}

.archivesList {
  max-width: 930px;
  padding: 60px 15px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .archivesList {
    padding-top: 30px;
  }
}
.archivesList ul {
  font-size: 0;
}
.archivesList .item {
  font-size: 1.2rem;
  width: 30.10753%;
  padding: 0 1.6129%;
  margin-bottom: 60px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .archivesList .item {
    width: auto;
    padding: 0;
    margin-bottom: 30px;
    display: block;
  }
}
.archivesList .item a {
  text-decoration: none;
  color: #474747;
  display: block;
}
.archivesList .item a:hover dt {
  text-decoration: none;
}
.archivesList time {
  display: block;
  margin-bottom: 1em;
  font-size: 1.2rem;
}
.archivesList dt {
  font-size: 14px !important;
  font-size: 1.4rem !important;
  font-weight: bold;
  text-decoration: underline;
  line-height: 185.71429%;
  margin-bottom: 1em;
}
.archivesList dd {
  line-height: 150%;
}
.archivesList .ovarRayImage {
  width: 100%;
  height: auto;
}
.archivesList .archivesImage {
  height: 155px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .archivesList .archivesImage {
    height: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .archivesList .archivesImage {
    height: auto;
  }
}

#moreBtn {
  width: 100%;
  background: #222;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 1.5em 0;
  font-size: 1.6rem;
  text-decoration: none;
  border-radius: 5px;
  display: none;
}
@media only screen and (max-width: 767px) {
  #moreBtn {
    display: block;
  }
}

/*
* special contents
* =============
*/
#contentsArea {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
}
#contentsArea .dummyImage {
  width: 100%;
  height: auto;
}
#contentsArea.bgWide .inner {
  max-width: 100% !important;
  padding: 0 !important;
}
#contentsArea.bgBlack {
  color: #FFF;
}

.archiveListWrap {
  width: 100%;
  background: #FFF;
}

@media only screen and (max-width: 767px) {
  #archiveCarousel .archivesList {
    padding: 30px 0 0;
  }
  #archiveCarousel a {
    padding: 0 8px;
  }
}



/*
* button
* ===============
*/
.SCbtnArea {
  max-width: 930px;
  margin: 120px auto 70px;
  font-size: 0;
}
.SCbtnArea a {
  display: inline-block;
  padding: 0 0px;
  position: relative;
  width: auto;
  width: 50%;
  box-sizing: border-box;
}
.SCbtnArea a img {
	padding-left:15px;
}
.SCbtnArea a.single {
	display: block;
	width: auto;
  padding: 0 0 60px 225px;
}
.SCbtnArea a:hover img {
  opacity: 1 !important;
}
@media only screen and (max-width: 767px) {
.SCbtnArea {
  max-width: auto;
  margin: 60px auto 40px;
  font-size: 0;
}
  .SCbtnArea a {
    display: block;
    margin-bottom: 20px;
    width: 100%;
	padding: 0 5%;
  }
  .SCbtnArea a img {
	padding-left:0px;
}
  .SCbtnArea a.single {
	  width: 100%;
	  padding: 0 10px;
  }
}
.SCbtnArea img {
  max-width: 100%;
  height: auto;
}

.scOther {
	background:#000;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 100px;
  
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 166.66667%;
}
.scOther p {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .scOther {
	border-top: 1px solid #fff;
  margin: 0 5%;
  }
  .scOther p {
    margin-bottom: 30px;
  }
}
.scOther .fb {
  display: inline-block;
  padding: 0 8px;
}
.scOther .tw {
  display: inline-block;
  padding: 0 8px;
  position: relative;
  top: 6px;
}
.scOther a {
  color: #FFF;
}



/* !wrapper
---------------------------------------------------------- */
#wrapper .inner {
  width:1000px;
  padding:0 10px;
  margin:0 auto;
}
@media screen and (max-width: 959px) {
#wrapper .inner {
  width:auto;
}
}
/* !header
---------------------------------------------------------- */
header{
  padding:35px 0;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
header .logoa{
  float:left;
  margin-right:40px;
}
header .logob{
  float:left;
}
header .facebook{
  margin:0 0.5rem 0 3rem;
}
header a:hover{
  opacity:.7;
}
@media screen and (max-width: 959px) {
header{
  padding:10px 0;
}
.headerlinks img{
  height:25px;
}
header .logob{
  display:none;
}
}
/* !breadcrumb
---------------------------------------------------------- */
.breadcrumb{
  background:#fff;
  padding:140px 0 15px;
}
.breadcrumb .brea{
  float:left
}
.breadcrumb .brea li{
  float:left;
}
.breadcrumb .brea li a,
.breadcrumb .brea li span{
  display:inline-block;
  padding:1rem 3.4rem;
  line-height:2rem;
}
.breadcrumb .brea li a{
  font-size:1.2rem;
  border-right:1px solid #ec0000;
  color:#47474d;
}
.breadcrumb .brea li span{
  font-size:1.4rem;
  font-weight:bold;
}
.breadcrumb .brea li a.home{
  padding-left:2rem;
  background:url(../images/top/ico_homer.png) left center no-repeat;
}
.breadcrumb .snsico{
  float:right;
}
.breadcrumb .snsico ul{
  display:table;
  height:100%;
}
.breadcrumb .snsico li{
  display:table-cell;
  vertical-align:middle;
  padding-left:5px;
}

.breadcrumb .snsico li.last {
  padding-top: 3px;
}
@media screen and (max-width: 959px) {
.breadcrumb{
  padding-top: 60px;
}
.breadcrumb .brea li a,
.breadcrumb .brea li span{
  padding:5px;
  line-height:15px;
}
.breadcrumb .brea li a{
  font-size:11px;
}
.breadcrumb .brea li span{
  font-size:12px;
}
.breadcrumb .brea li a.home{
  padding-left:5px;
  background:url(../images/top/ico_homer.png) left center no-repeat;
  background-size:3px 5px;
}
.breadcrumb .snsico{
  float:left;
  margin-top: 10px;
}
.breadcrumb .snsico li{
  margin-left:3px;
  height:15px;
  /*padding:5px 0;*/
}
.breadcrumb .snsico li img{
  height:15px;
}
}