@charset "UTF-8";
body {
  transition: opacity 1.4s .8s;
  overflow-y: auto;
  overflow-x: hidden;
}

#wrapper {
  width: 100%;
  margin-bottom: 0 !important;
  padding: 0;
}

.beforeShow {
  opacity: 0;
}

.mincho,
.mincho * {
  font-family: "Halant", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.font_yellow,
.font_yellow * {
  color: #aaa16d;
}

.bg_gray {
  background: #181818;
}

.cntBox {
  max-width: 1000px;
  width: 100%;
}

.gap {
  padding-left: 20px;
  padding-right: 20px;
}

.linkHover {
  display: block;
}

.arrow::after {
  content: '\e906';
  font-family: 'icomoon';
}

.displayFlex {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
}

.displayFlex > *:not(.displayFlex) {
  display: block;
}

.displayFlex.flow_column {
  -ms-flex-flow: column;
      flex-flow: column;
}

.displayFlex.flow_wrap {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.displayFlex.flow_row_re {
  -ms-flex-flow: row-reverse;
      flex-flow: row-reverse;
}

.displayFlex.justify_center {
  -ms-flex-pack: center;
      justify-content: center;
}

.displayFlex.justify_sb {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.displayFlex.justify_end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.displayFlex.align_center {
  -ms-flex-align: center;
      align-items: center;
}

.displayFlex.align_stretch {
  -ms-flex-align: stretch;
      align-items: stretch;
}

header .logo a {
  position: relative;
}

header .logo a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/cmn/img/img_logo.svg);
  background-size: cover;
}

header .logo a img {
  opacity: 0;
}

.mainVisual {
  position: relative;
}

.mainVisual_link {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.mainVisual_item {
  position: absolute;
  top: -1px;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity .8s;
  background-size: cover;
  background-position: center;
  opacity: 1;
  pointer-events: auto;
  overflow: hidden;
}

.mainVisual_item img {
  display: none !important;
}

.mainVisual_item.show_only {
  opacity: 1;
  pointer-events: auto;
  animation: anm .75s 3s 1 normal;
  animation-fill-mode: both;
}

.init .mainVisual_item {
  opacity: 0;
  transition: none;
  pointer-events: auto;
}

.init .mainVisual_item.show {
  opacity: 1;
  pointer-events: auto;
}

.init_end .mainVisual_item {
  transition: opacity .75s;
}

.mainVisual_item a {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  letter-spacing: .1em;
  font-size: 0.88em;
  padding-left: 20px;
}

.mainVisual_item a::after {
  margin-left: 20px;
  content: '\e906';
  font-family: 'icomoon';
}

.mainVisual_mov {
  pointer-events: none;
  /*天地中央配置*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: calc((16 / 9) * 100vh);
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: calc((9 / 16) * 100vw);
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: calc(100% + 150px);
  min-width: 100%;
}

@keyframes anm {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.slide {
  position: relative;
}

.slide a {
  color: #aaa16d;
}

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

.slide02 .slick-track a h3 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.slide02 .slick-track a h3 * {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.slick-list {
  z-index: 1;
}

.slick-arrow {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  opacity: .7;
  cursor: pointer;
}

.slick-arrow:hover {
  opacity: 1;
}

.slick-arrow::before {
  display: inline-block;
  color: #aaa16d;
  font-family: 'icomoon';
}

.slick-prev {
  left: 0;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.slick-prev::before {
  content: '\e905';
}

.slick-next {
  right: 0;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.slick-next::before {
  content: '\e906';
}

.slick-dots {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.slick-dots li {
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 50%;
  background: #181818;
  border: 1px solid #aaa16d;
}

.slick-dots li:hover, .slick-dots li.slick-active {
  background: #aaa16d;
}

.slick-dots button {
  display: none;
}

.announce {
  border: 1px solid #aaa16d;
  background: #181818;
}

.announce p {
  text-align: left;
  line-height: 1.57;
  color: #aaa16d;
}

.ttl {
  font-size: 24px;
}

.productBox{
  justify-content: space-between;
}

.other a {
  background: #000;
  position: relative;
}

.other a::after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -.5em;
  margin-right: 1em;
}

.newsBox_cnt {
  text-align: left;
}

.newsBox_cnt li {
  line-height: 1.5;
}

.newsBox_cnt li br {
  display: none;
}

.newsBox_cnt li:nth-child(n+4) {
  display: none;
}

footer {
  border-top: none;
}

footer h2,
footer .lang-navi {
  display: none;
}

footer ul {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  float: none;
  letter-spacing: 0;
}

footer ul li {
  display: block;
  margin-top: 0 !important;
}

footer ul li:first-child {
  display: none;
}
