@charset "UTF-8";
body {
  font-size: 14px;
}

.paddingVer {
  padding-top: 52px;
  padding-bottom: 52px;
}

.paddingVer.bg_gray {
  padding-top: 40px;
  padding-bottom: 40px;
}

.displayFlex.noSpFlex {
  display: block;
}

.pcOnly {
  display: none !important;
}

header {
  position: absolute;
  transition: transform .4s 1.2s;
}

.beforeShow header {
  transform: translateY(-200%);
}

header .logo a {
  display: block;
}

header nav.sp_menu a::before, header nav.sp_menu a::after,
header nav.sp_menu a span {
  background-color: #000;
}

header > .inner > .sub-menu ol li a::after {
  color: #000;
}

.mainVisual {
  padding-bottom: 8px;
  margin-bottom: 22px;
  position: relative;
}

.mainVisual_item a {
  width: 172.5px;
  height: 45px;
  bottom: 40px;
}

.mainVisual_mov {
  /*縦横幅指定*/
  width: calc((9 / 16) * 100vh);
  height: calc((16 / 9) * 100vw);
}

.announce {
  margin-bottom: 32px;
  padding: 22px 14px;
}

.announce p {
  line-height: 2;
  font-size: 10px;
}

.slide {
  padding-top: 16px;
  margin-bottom: 32px;
}

.slide a img {
  margin-bottom: 18px;
}

.slide02 {
  padding-bottom: 16px;
}

.slide02 .slick-arrow {
  height: 100%;
}

.slick-arrow {
  width: 10%;
  height: calc(100% - 38px);
  font-size: 32px;
  background-color: rgba(102, 102, 102, 0.5);
  -ms-flex-pack: center;
      justify-content: center;
}

.slick-arrow::before {
  font-size: 32px;
  color: #fff;
}

.slick-prev {
  padding-right: 2%;
}

.slick-next {
  padding-left: 2%;
}

.slick-slide {
  margin: 0 12px;
}

.slick-dots {
  margin-top: 28px;
}

.slick-dots li {
  width: 10px;
  height: 10px;
}

.slick-dots li + li {
  margin-left: 12px;
}

.ttl {
  margin-bottom: 32px;
}

.productBox {
  margin-bottom: -24px;
}

.productBox a {
  width: calc(50% - 8px);
  margin-bottom: 24px;
}

.productBox a:nth-child(even) {
  margin-left: 16px;
}

.productBox a span {
  display: block;
  margin-bottom: 18px;
  overflow: hidden;
}

.other a {
  padding: 8px;
}

.other a span {
  width: 90px;
  margin-right: 20px;
}

.other a + a {
  margin-top: 5px;
}

.infoTtl {
  font-size: 20px;
}

.newsBox {
  border-top: 1px solid #aaa16d;
  border-bottom: 1px solid #aaa16d;
}

.newsBox + .newsBox {
  border-top: none;
}

.newsBox h3 {
  padding: 24px 8px;
  text-align: left;
  font-size: 16px;
  letter-spacing: .05em;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.newsBox h3::after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  content: "\e90d";
  font-family: 'icomoon';
  width: 1em;
  height: 1em;
  color: #fff;
  background-color: #aaa16d;
  border-radius: 50%;
  right: 6px;
}

.newsBox h3.open::after {
  content: "\e90c";
}

.newsBox_box {
  display: none;
  padding: 16px 3%;
}

.newsBox_box li {
  display: block;
  font-size: 12px;
  border-bottom: 1px solid #aaa16d;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.newsBox_box li a {
  display: block;
}

.newsBox_more {
  margin-top: 14px;
}

.newsBox_more a {
  text-align: left;
  background: #aaa16d;
  color: #000;
  font-size: 12px;
  padding: 8px;
  position: relative;
}

.newsBox_more a:after {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -.5em;
}

.newsBox_more a + a {
  margin-top: 8px;
}

.langBox {
  margin-top: 48px;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: calc(100% + 40px);
  margin-left: -20px;
}

.langBox li {
  width: 25%;
}

.langBox li:first-child {
  width: 100%;
  padding: 32px 0 0;
}

.langBox a {
  width: 100%;
  padding: 32px 8px;
  font-size: 10px;
}

.langBox a::after {
  margin-left: 18px;
}

footer {
  padding-top: 32px;
  padding-bottom: 26px;
  padding-left: 0;
  padding-right: 0;
}

footer ul {
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 32px;
}

.degicata {
  overflow: hidden;
}

.degicata img {
  width: auto;
  height: 75px;
  margin-left: -16px;
}


/* ============================================================
   📱 スマホ（768px以下）でのメインビジュアル表示・完全最終完成コード
   ============================================================ */
@media screen and (max-width: 768px) {
  
  /* 1. 画像の縦横比（100:178）に合わせて高さを固定し、画像が上下に切れるのを防ぐ */
  .main-visual {
    height: 178vw !important;        /* 💡 画像を一切切り取らず、すべて表示させるための絶対数値です */
    min-height: 178vw !important;
    max-height: 178vw !important;
    position: relative !important;
    overflow: hidden !important;
    display: block !important;
    margin-top: 0 !important;
  }

  /* 2. スマホ用バナー画像を「全面表示」させる設定 */
  .mv-image {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: url('https://shop-morozoff.life/img/2026_sousenkyo_top_banner_hp_sp-top-banner.jpg') !important;
    background-size: contain !important; /* 💡 coverからcontainに変更し、画像を1ミリも切り取らずすべて画面に収めます */
    background-position: center top !important;
    background-repeat: no-repeat !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 1 !important;
  }

  /* 3. ロゴ裏に回り込む不要なテキストを非表示化 */
  .main-visual .info {
    display: none !important;
  }

/* 4. グレーの投票ボタン：位置を現状より少しだけ上（8%）に調整 */
  .info_banner {
    position: absolute !important;
    z-index: 100 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 8% !important;          /* 💡 3% から 8% に変更して、ボタンを上に持ち上げます */
    text-align: center !important;   /* 完全にセンタリング */
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
  }
  /* 5. ボタンのデザイン：1行で美しく収まるスマートな形状 */
  .btn-link {
    font-family: "Halant", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    display: inline-block !important;
    position: relative !important;
    border: 1px solid #fff !important;
    background: rgba(0, 0, 0, 0.4) !important; /* 背景の白と同化しないようやや暗めに */
    color: #fff !important;
    font-size: 0.82em !important;     /* 文字サイズを綺麗に収まる大きさに */
    padding: 10px 38px 10px 18px !important; /* ボタンらしい綺麗な余白感 */
    letter-spacing: .04em !important;
    text-decoration: none !important;
    width: auto !important;
    max-width: 90% !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;  /* 文字の途中の改行を防止 */
  }

  /* 矢印（＞）の位置を右端に美しく固定 */
  .btn-link::after {
    content: '\e906' !important;
    font-family: 'icomoon' !important;
    position: absolute !important;
    right: 18px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin-left: 0 !important;
  }
}

/* 📱 画面の小さなスマホ（480px以下）でもバランス良く少し上の位置に固定 */
@media screen and (max-width: 480px) {
  .info_banner {
    bottom: 7% !important; 
  }
}