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


/* ... (中略：.mincho や .displayFlex などの共通設定はそのまま保持) ... */

/* ============================================================
   メインビジュアル：背景画像とボタンの設定
   ============================================================ */

.main-visual {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #181818; /* 画像読み込み前の予備色 */
  z-index: 1;
}


header {
  position: relative; /* 重なり順を有効にするために必要 */
  z-index: 100;      /* メインビジュアルより大きい数字を指定 */
}
/* 背景画像：最背面 */
.mv-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block !important; /* 強制表示 */
  opacity: 1 !important;     /* 透明化を無効化 */
}

/* レスポンシブ画像切り替え */
@media screen and (min-width: 769px) {
  .mv-image { background-image: url('https://shop-morozoff.life/img/2026_sousenkyo_top_banner_hp_pc-top-banner.jpg'); }
}
@media screen and (max-width: 768px) {
  .mv-image { background-image: url('https://shop-morozoff.life/img/2026_sousenkyo_top_banner_hp_sp-top-banner.jpg'); }
}
/* ボタンの配置：当初の位置を再現 */
.info_banner {
  position: absolute;
  z-index: 100; /* 背景(1)より手前に表示 */
  left: 0;
  right: 0;
  bottom: 6%; /* 以前の配置に合わせて調整 */
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}

/* ボタンのデザイン：以前の mainVisual_item a を完全に再現 */
.btn-link {
	  font-family: "Halant", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: inline-block;
  position: relative;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.3);
  color: #fff !important;
  letter-spacing: .1em;
  font-size: 0.88em;
  padding: 15px 40px 15px 20px;
  text-decoration: none;
  transition: background 0.3s;
}

/* 当初の矢印再現 */
.btn-link::after {
  content: '\e906';
  font-family: 'icomoon';
  margin-left: 20px;
}

.btn-link:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* ============================================================
   不要な古いYouTube用設定の無効化
   ============================================================ */
/* 以下のクラスがHTMLに残っていても悪影響を与えないようにリセットします
*/
.mainVisual_item, .mainVisual_mov, .mainVisual_link {
  display: none !important;
}

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


/* JSが動かなくても強制的に表示させる保険 */
body, .beforeShow {
    opacity: 1 !important;
    visibility: visible !important;
}
/* 背景画像が確実に読み込まれるようにする */
.main-visual {
    background-color: #181818;
}