@charset "utf-8";
/*				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: "���S�V�b�N", YuGothic, "�q���M�m�p�S ProN W3", "Hiragino Kaku Gothic ProN", "���C���I", Meiryo, "�l�r �o�S�V�b�N","MS PGothic", sans-serif;
} */

/* .mincho {
  font-family: "Times New Roman", "������", YuMincho, "�q���M�m���� ProN W3", "Hiragino Mincho ProN", "�l�r �o����","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: "�h";
  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: "Noto Sans JP",'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #474747;
  position: relative;
  background: #f9f9f9;
  -webkit-text-size-adjust: 100%;
}

.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 .font-h1-style {
  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: 220px;
  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;
    padding: 5px 0;
    height: 100%;
    min-height: 100%;
    border: 2px solid #ec0000;
    border-radius: 3px;
    box-sizing: border-box;
  }
  #header .archivesBtn .show-sm-block img {
    width: 72%;
    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 {
  padding-top: 100px;
}

.footUpper {
  background: #262626;
}
.footUpper .inner {
  position: relative;
  top: -86px;
  margin-bottom: -86px;
  max-width: 920px;
}
@media only screen and (max-width: 767px) {
  .footUpper .inner {
    height: auto;
  }
}
.footUpper .footUpperBg {
  background: #262626;
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}
.footUpper ul {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .footUpper ul {
    display: block;
    margin: 0;
    font-size: 0;
    padding-bottom: 20px;
  }
}
.footUpper li {
  display: table-cell;
  width: 25%;
  position: relative;
  height: 350px;
}
@media only screen and (max-width: 767px) {
  .footUpper li {
    float: left;
    height: auto;
    width: 50%;
    box-sizing: border-box;
  }
}
.footUpper li p {
  padding: 0 10px;
  padding-bottom: 20px;
  font-size: 1.2rem;
  line-height: 166.66667%;
}
.footUpper li img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
  top: 0;
  display: block;
}
@media only screen and (max-width: 767px) {
  .footUpper li img {
    width: 85.84906%;
  }
}
.footUpper li h5 {
  text-align: center;
  font-size: 1.6rem;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .footUpper li h5 {
    margin-bottom: 10px;
  }
}
.footUpper li a {
  width: 100%;
  height: 100%;
  color: #FFF;
  text-decoration: none;
  display: block;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  height: 100%;
}
.footUpper li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.footUpper li a:hover img {
  top: -5px;
  opacity: 1 !important;
}
@media only screen and (max-width: 767px) {
  .footUpper li a {
    position: static;
  }
}

.footLower {
  background: #000;
  position: relative;
  z-index: 30;
  padding: 55px 0 50px;
}
@media only screen and (max-width: 767px) {
  .footLower {
    padding: 10px 0 25px 0;
  }
}
.footLower .inner {
  max-width: 920px;
}

.footCatalog {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .footCatalog {
    display: block;
    margin: 0 0 20px;
  }
}

.footCatalogList {
  display: table-cell;
  vertical-align: top;
  width: 17.93478%;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .footCatalogList {
    display: block;
    width: 50%;
    float: left;
    box-sizing: border-box;
  }
}
.footCatalogList h5 {
  background: #181818;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 8px 0;
  text-align: center;
  border: 1px solid;
  line-height: 166.66667%;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .footCatalogList h5 {
    font-size: 1.0rem;
  }
}
.footCatalogList .shopLink {
  display: block;
  padding: 20px 0;
  margin-bottom: 20px;
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 166.66667%;
  border-radius: 5px;
  white-space: nowrap;
}
.footCatalogList .shopLink .underline {
  font-weight: normal;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .footCatalogList .shopLink {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .footCatalogLinks {
    display: none;
  }
}

.footItemLink {
  display: block;
  position: relative;
  width: 164px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .footItemLink {
    margin-bottom: 20px;
    width: 100%;
  }
}
.footItemLink .mousehover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 20;
  opacity: 0;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
}
.footItemLink:hover .mousehover {
  opacity: 1;
}

.footCatalogTitle {
  position: absolute;
  bottom: 16px;
  left: 12px;
  height: 35px;
  width: auto;
  z-index: 30;
}
@media only screen and (max-width: 767px) {
  .footCatalogTitle {
    max-height: 30px;
    left: 5px;
  }
}

.footCatalogImage {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .footCatalogImage {
    max-width: 100%;
    display: block;
    width: auto;
  }
}

.footCatalogImageSp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .footCatalogImageSp {
    display: block;
    max-width: 100%;
    height: auto;
  }
}

.footArrow {
  display: block;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .footArrow {
    display: none;
  }
}

.footNavLink {
  line-height: 166.66667%;
  margin-bottom: 40px;
}
.footNavLink li {
  border-bottom: 1px dotted #666666;
}
.footNavLink a {
  color: #FFF;
  font-size: 1.2rem;
  padding: 8px 0;
  display: block;
  text-align: center;
}

.footKurokage .footItemLink:before, .footKurokage .footItemLink:after {
  border-color: #676767;
}
.footKurokage .footArrow {
  background-color: #676767 !important;
}
.footKurokage .mousehover {
  background-image: url("../images/common/over-kurokage.png");
}
.footKurokage h5 {
  border-color: #676767;
}
.footKurokage .shopLink {
  background-color: #676767;
}

.footOt .footItemLink:before, .footOt .footItemLink:after {
  border-color: #026dbe;
}
.footOt .footArrow {
  background-color: #026dbe !important;
}
.footOt .mousehover {
  background-image: url("../images/common/over-ot.png");
}
.footOt h5 {
  border-color: #026dbe;
}
.footOt .shopLink {
  background-color: #026dbe;
}

.footR .footItemLink:before, .footR .footItemLink:after {
  border-color: #ff3000;
}
.footR .footArrow {
  background-color: #ff3000 !important;
}
.footR .mousehover {
  background-image: url("../images/common/over-r.png");
}
.footR h5 {
  border-color: #ff3000;
}
.footR .shopLink {
  background-color: #ff3000;
}

.footBassara .footItemLink:before, .footBassara .footItemLink:after {
  border-color: #f2de00;
}
.footBassara .footArrow {
  background-color: #f2de00 !important;
}
.footBassara .mousehover {
  background-image: url("../images/common/over-bassara.png");
}
.footBassara h5 {
  border-color: #f2de00;
}
.footBassara .shopLink {
  background-color: #f2de00;
  color: #000;
}

.footFubuki .footItemLink:before, .footFubuki .footItemLink:after {
  border-color: #FFF;
}
.footFubuki .footArrow {
  background-color: #FFF !important;
}
.footFubuki .mousehover {
  background-image: url("../images/common/over-fubuki.png");
}
.footFubuki h5 {
  border-color: #FFF;
}
.footFubuki .shopLink {
  background-color: #FFF;
  color: #000;
}

.footTensei .footItemLink:before, .footTensei .footItemLink:after {
  border-color: #ff8c01;
}
.footTensei .footArrow {
  background-color: #ff8c01 !important;
}
/* .footTensei .mousehover {
  background-image: url("../images/common/over-Tensei.png");
} */
.footTensei h5 {
  border-color: #ff8c01;
}
.footTensei .shopLink {
  background-color: #ff8c01;
}

.footLinkSP {
  display: none;
  padding: 0 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .footLinkSP {
    display: block;
    clear: both;
  }
}
.footLinkSP h5 {
  color: #FFF;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 15px;
  background: #181818;
  border: 2px solid #676767;
  text-align: center;
  line-height: 120%;
}
.footLinkSP ul {
  font-size: 0;
  padding: 20px 0;
}
.footLinkSP li {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: .5em;
}
.footLinkSP a {
  color: #fff;
  padding: .5em;
  line-height: 140%;
  display: block;
}

.footSNSWrap {
  max-width: 900px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
}

.footSNS {
  display: table;
  width: 100%;
  margin-bottom: 55px;
  table-layout: fixed;
}
.footSNS .snsBtn {
  width: 33.333%;
  display: table-cell;
  vertical-align: middle;
}
.footSNS a {
  width: 100%;
  font-size: 1.5rem;
  padding: 28px 10px 28px 50%;
  display: block;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}
.footSNS a img {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 26px;
  margin-top: -14px;
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .footSNS a {
    padding-left: 18%;
    font-size: 1.4rem;
  }
  .footSNS a img {
    margin-top: -10px;
    height: 20px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .footSNS a {
    padding: 14px !important;
    text-align: center;
    font-size: 1.0rem;
  }
  .footSNS a img {
    position: static;
    display: block;
    margin: 0 auto 10px;
  }
}
.footSNS .footFb {
  background: #294888;
  padding-left: 59%;
}
.footSNS .footFb:hover {
  background-color: #355daf;
}
.footSNS .footTw {
  background: #52b6e8;
  padding-left: 55.66667%;
}
.footSNS .footTw:hover {
  background-color: #7fc9ee;
}
.footSNS .footContact {
  background: #dd0000;
  padding-left: 51.66667%;
}
.footSNS .footContact:hover {
  background-color: #ff1111;
}

.footLogWrap {
  text-align: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .footLogWrap {
    margin-bottom: 30px;
  }
}
.footLogWrap img {
  margin: 0 auto;
  display: block;
}
.footLogWrap .footLogoMitsubishi {
  margin-bottom: 17px;
}
.footLogWrap .footLogoDiamania {
  margin-bottom: 30px;
}
.footLogWrap p {
  color: #FFF;
  font-size: 1.2rem;
  line-height: 130%;
}

.footOfficialLink {
  text-align: center;
  margin-bottom: 35px;
}
.footOfficialLink li {
  display: inline-block;
  padding: 0 1em;
  border-left: 1px solid #646464;
}
.footOfficialLink li:first-child {
  border: none;
}
@media only screen and (max-width: 767px) {
  .footOfficialLink li {
    display: block;
    line-height: 150%;
    border: none;
  }
}
.footOfficialLink a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
}

.footCopy {
  text-align: center;
  color: #FFF;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .footCopy {
    margin-bottom: 40px;
  }
}

#toTopWrap {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 999;
}
@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.2);
  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;
}
#futureList{
  opacity: 0;
  transition: opacity .3s linear;
}
#futureList.slick-initialized{
opacity: 1;
}
.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: 50px;
}

.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
* =============
*/
.topSection .mainImgArea div.mainImage{
  background-image: url(../../assets/images/archives/mainimage-bg-20200316.jpg);
  /*background-size: cover;*/
  background-size: 65%;
  background-color: #000;
}
@media only screen and (max-width: 1920px) {
  .topSection .mainImgArea div.mainImage{
    background-size: 90%;
  }
}

@media only screen and (max-width: 1440px) {
  .topSection .mainImgArea div.mainImage{
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) {
  .topage .smHomeHeadline {
    display: block;
  }
}

.mainImgArea {
  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: auto;
  margin-bottom: 70px;
  z-index: 20;

}
@media only screen and (max-width: 767px) {
  .futureListWrap {

    margin-bottom: 10px;
  }
  .futureListWrap .slick-dots {
    bottom: auto !important;
    padding-top: 10px;
  }
}

#futureList {
  width: 100%;

}

#futureList .ovarRayImage{
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #futureList .ovarRayImage {
    width: 136%;
    height: auto;
    margin-left: -18%;
  }
}

/*@media only screen and (max-width: 1799px) {
  #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: 50%;
  transform: translateY(-50%);
  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: auto;
    transform: none;
    bottom: -20px;
    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; */
  min-height: 600px;/* .topContents.topPickup非表示時 */
  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;
  margin-bottom: 30px;
}
.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: 65px;
}
@media only screen and (max-width: 767px) {
  .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%;
}





.topNews ul.topNewsImagesList {
  font-size: 0;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .topNews ul.topNewsImagesList {
    display: block;
  }
}

.topNews ul.topNewsImagesList li {
  font-size: 1.2rem;
  font-size: 12px;
  width: 32%;
  max-width: 286px;
  overflow: hidden;
  margin-bottom: 15px;
  margin-right: auto;
}
.topNews ul.topNewsImagesList li:nth-of-type(3n){
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .topNews ul.topNewsImagesList li {
    width: 100%;
    max-width: 100%;
  }
}

.topNews ul.topNewsImagesList li img {
  width: 100%;
  height: auto;
}
.topNews ul.topNewsImagesList .TopPickupImage {
  position: relative;

  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .topNews ul.topNewsImagesList .TopPickupImage {
    height: auto;
  }
}

.topNews ul.topNewsImagesList .categoryTag{
  background: #ec0000;
}

.topNews ul.topNewsImagesList time {
  font-size: 14px;
  display: block;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .topNews ul.topNewsImagesList time {
    margin-bottom: .5em;
  }
}
.topNews ul.topNewsImagesList a {
  color: #474747;
  text-decoration: none;
  display: block;
}
.topNews ul.topNewsImagesList .text {
  line-height: 160%;
  font-size: 16px;
}

.topPickup .topContentsHead {
  margin-bottom: 30px;
}
.topPickup ul {
  font-size: 0;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .topPickup ul {
    display: block;
  }
}
.topPickup li {
  font-size: 1.2rem;
  font-size: 12px;
  width: 32%;
  max-width: 286px;
  overflow: hidden;
  margin-bottom: 35px;
  margin-right: auto;
}
.topPickup li:nth-of-type(3n){
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .topPickup li {
    width: 100%;
    max-width: 100%;
  }
}
.topPickup li img {
  width: 100%;
  height: auto;
}
.topPickup .TopPickupImage {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .topPickup .TopPickupImage {
    height: auto;
  }
}
.topPickup a {
  color: #474747;
  text-decoration: none;
  display: block;
}
.topPickup .text {
  line-height: 160%;
  font-size: 16px;
}
#bottomBnr {
  margin-bottom: 65px;
}
@media only screen and (max-width: 767px) {
  #bottomBnr {
    width: 100%;
    margin-bottom: 0;
  }
  #bottomBnr img{
    width: 100%;
  }
}

#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;
  }
}

#fixed-nav{
  position: fixed;
  right: 0;
  bottom: 200px;
  z-index: 1000;
}
#fixed-nav ul{
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#fixed-nav ul li{
  border-bottom: 1px solid #eee;
}
#fixed-nav ul li:last-of-type{
  border-bottom: none;
}
#fixed-nav ul li a{
  text-align: center;
  color: #474747;
  text-decoration: none;
  display: block;
  padding: 16px;
}
#fixed-nav ul li a .ico{
  width: 42px;
  margin: 0 auto 5px;
}
#fixed-nav ul li:nth-of-type(1) a .ico{
  padding-left: 6px;
}
#fixed-nav ul li a p{
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  #fixed-nav{
    right: auto;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  #fixed-nav ul{
    display: flex;
    justify-content: center;
  }
  #fixed-nav ul li{
    border-bottom: none;
    border-right: 1px solid #eee;
    width: calc(100% / 3);
  }
  #fixed-nav ul li:last-of-type{
    border-right: none;
  }
  #fixed-nav ul li a{
    padding: 14px 0;
  }
  .topage .footLower{
    padding-bottom: 70px;
  }
}