<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*共通*/
img {
  image-rendering: -webkit-optimize-contrast;
}
body {
  font-family: Verdana, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  margin: 0;
  padding: 0;
}
/*背景設定*/
.title_container {
  background-image: url("../images/R7omujo_bg.png");
  background-size: cover;
  background-repeat: repeat-y;
}
.wrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wrap .brand {
    height: 10vw;
  }
}


/**ヘッダー マイルクラブ大村24ロゴ**/
header {
  position:absolute;
  top: 0;
  z-index: 1;
  padding: 10px;
}
/*ホバー　エフェクト　少し薄くなる*/
header:hover {
  opacity: 0.7; /* ホバー時に透明度を下げる */
}
@media screen and (max-width: 768px) {
  header .brand {
    height: 7vw;
  }
}
#omujo_top {
  padding: 0;
  margin: 0;
}


/**見出しタイトル**/
.title_container {
  padding-top: 40px;
  height: auto;
  text-align: center;
}
.title_img1, .title_img2, .title_img3 {
  display: inline-block;
  max-width: 100%; /* 親要素の幅に合わせる */
  margin: 0 auto; /* 中央寄せ */
}
.title_img1_sp, .title_img2_sp, .title_img3_sp {
  display: none;
}
.title_img2 {
  animation: fuwafuwa 5s infinite;
}
.title_img3, .title_img3_sp {
  padding-top: 0;
}
/*PC版アニメーション　上下にふわふわ動く*/
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@media screen and (max-width: 768px) {
  .title_container .brand {
    height: 10vw;
  }
  .title_img1_sp, .title_img2_sp, .title_img3_sp {
    display: initial;
    max-width: 100%; /* 親要素の幅に合わせる */
  }
  .title_img2_sp {
    animation: fuwafuwa_sp 5s infinite;
    margin-bottom: 0;
  }
  .title_img1, .title_img2, .title_img3 {
    display: none;
  }
}
/*スマホ版アニメーション　上下にふわふわ動く*/
@keyframes fuwafuwa_sp {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}


/**メニュー部**/
.menu_container {
  background: linear-gradient(to right, #5A2D0C, #3E1F0A, #1C0D02);
  max-width: 100%; /* 親要素の幅に合わせる */
  margin: 0 auto; /* 中央寄せ */
}
/*PC版*/
.link_flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.link_flexbox_sp {
  display: none;
}
.link_present, .link_joken, .link_taisyou, .link_kaikinsyou {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%; /* 親要素の幅に合わせる */
  margin: 0 auto; /* 中央寄せ */

}
/*スマホ版*/
@media screen and (max-width: 768px) {
  .link_flexbox {
    display: none;
  }
  .link_flexbox_sp {
    display: initial;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  .m_item1_sp,.m_item2_sp {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box; /* パディングやボーダーを含めた幅を計算 */;
  }
  .link_present_sp, .link_joken_sp, .link_taisyou_sp, .link_kaikinsyou_sp {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box; /* パディングやボーダーを含めた幅を計算 */;
    max-width: 100; /* 親要素の幅に合わせる */
    height: auto; /* 高さを自動調整 */
  }
}


/**メインコンテンツ**/
.contents_container {
  background-image: url("../images/R7omujo_bg.png");/*画像を背景とする*/
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contents_container .brand {
    height: 10vw;
  }
  .contents_container {
    background-image: none;
    background-color: #f4d79f;
  }
}

/*各コンテンツのマージン設定*/
.present, .joken, .taisyou, .kaikinsyou {
  margin: 10px 0px;
  max-width: 100vw; /* 親要素の幅に合わせる */
  height: auto; /* 高さを自動調整 */
}
.present_sp, .tokusanhin_sp,.joken_sp, .taisyou_sp,.kaikinsyou_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .present, .tokusanhin,.joken, .taisyou, .kaikinsyou {
    display: none;
  }
  /*SP版各コンテンツのマージン設定*/
  .present_sp, .tokusanhin_sp,.joken_sp, .taisyou_sp, .kaikinsyou_sp {
    display: initial;
    width:100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    max-width: 100%; /* 親要素の幅に合わせる */
    height: auto; /* 高さを自動調整 */
  }
  /*皆勤賞のみマージン下の設定*/
  .kaikinsyou_sp {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

/**キャンペーン対象レースとオム女皆勤賞の詳細画像共通**/
#contents_taisyou,#contents_kaikinsyou {
  display: flex;
  justify-content: center; /* 横方向の中央揃え */
  align-items: center; /* 縦方向の中央揃え */
  position: relative;
  flex-direction: column;
}

 /*開催日程へボタン*/
.btn_kaisainittei {
  position: absolute; /* 絶対位置に変更 */
  bottom: 10%; /* 下部から10% */
  left: 50%; /* 横位置中央 */
  transform: translateX(-50%); /* 中央揃え */
  z-index: 900;
  display: flex;
  justify-content: center;
  width: auto; /* 幅を自動に変更 */
}
.kaisainittei {
  animation: poyopoyo 2.5s infinite;
}
.kaisainittei_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .kaisainittei {
    display: none;
  }
  .kaisainittei_sp {
    display: initial;
    z-index: 900;
    animation: poyopoyo 2.5s infinite;
    max-width: 100%; /* 親要素の幅に合わせる */
    height: auto; /* 高さを自動調整 */
  }
}

/*エントリーボタン*/
.contents_entry {
  position: absolute; /* 絶対位置に変更 */
  bottom: 8%; /* 下部から8% */
  left: 50%; /* 横位置中央 */
  transform: translateX(-50%); /* 中央揃え */
  z-index: 900;
  display: flex;
  justify-content: center;
  width: auto; /* 幅を自動に変更 */
}
.to_entry {
  animation: poyopoyo 2.5s infinite;
}
.to_entry_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .to_entry {
    display: none;
  }
  .to_entry_sp {
    display: initial;
    animation: poyopoyo 2.5s infinite;
    max-width: 100%; /* 親要素の幅に合わせる */
    height: auto; /* 高さを自動調整 */
  }
}


/*Omu女Topへの遷移ボタンを表示*/
#to_omujo_top {
  display: none;
}
@media screen and (max-width: 768px) {
  #to_omujo_top {
    position: fixed;
    display: block;
    bottom: 30px; /*位置指定　下*/
    right: 30px; /*位置指定　右*/
    z-index: 1000; /* 他の要素より前面に表示 */
  }
  #to_omujo_top:hover {
    opacity: 0.7; /* ホバー時に透明度を下げる */
  }
  #to_omujo_top:active {
    opacity: 1; /* タップ後に透明にならないようにする */
  }
}


/*ぽよぽよ動くアニメーション*/
@keyframes poyopoyo {
  00%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}


/*フッター*/
.footer {
  background-color: rgb(198, 233, 246);
  padding: 2rem 1.5rem 2rem;
  text-align: center;
  position: relative;
  bottom: 0;
}</pre></body></html>