@charset "utf-8";
/* 元テンプレ調整用 */
#mid {
  max-width: 100%;
  width: unset;
  padding: 0;
}
#site_aside2 {
  display: none;
}
#header {
  display: block !important;
}
#header.hide {
  opacity: 1;
}
#mid {
  margin-top: 0;
}
#outer {
  margin-top: 0;
  margin-bottom: 0;
}
#footer {
  position: relative;
  z-index: 99999999;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
共通
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.flex {
  display: flex;
}
.inner {
  width: 90%;
  margin: 0 auto;
}
#all_Wrap a,
#all_Wrap button {
  display: block;
  transition: .3s;
}
#all_Wrap a:hover,
#all_Wrap button:hover {
  opacity: .6;
}
#all_Wrap img {
  width: 100%;
}
#all_Wrap figure {
  line-height: 1;
}
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}
.sp {
  display: none;
}
/* コンテンツ */
#all_Wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
}
.left_Box {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: calc((100% - 480px) / 2);
  height: 100%;
  z-index: 1;
}
.left_Box>figure {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 650px;
  width: 90%;
  padding: 0;
  text-align: center;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.right_Box {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  width: calc((100% - 480px) / 2);
  height: 100%;
  z-index: 1;
}
.right_Box>.r_menu {
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: column; */
  justify-content: space-between;
  align-items: center;
  /* gap: 15px; */
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 500px;
  width: 80%;
  padding: 0;
  text-align: center;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.right_Box>.r_menu li {
  /* background-color: #fff; */
  /* border-radius: 15px; */
  width: 50%;
}
.right_Box>.r_menu li.pc_image {
  width: 100%;
}
.right_Box>.r_menu .page_top {
  max-width: 80px;
  width: 5vw;
}
.bg_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: url(/img/kyushu/miyazakiwine/2025/pc_bg.jpg) no-repeat center top;
  background-size: cover;
  /* background-color: #910f7d; */
  z-index: -1;
}
#all_Wrap main {
  position: relative;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  /* background-color: #8d0f7d; */
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
  border-left: 1px solid #eee;
}
.inner_90 {
  width: 90%;
  margin: 0 auto;
}
.inner_80 {
  width: 80%;
  margin: 0 auto;
}
/* ロゴ */
.title_Box {
  position: relative;
  width: 100%;
  padding: 0;
  /* background-color: #fff; */
  background-image: linear-gradient(180deg, rgba(215, 229, 151, 1), rgba(206, 220, 60, 1));
  /* box-shadow: 0 5px 5px rgba(0, 0, 0, .3); */
  z-index: 2;
}
.title_Box>h2 {
  /* max-width: 210px; */
  width: 100%;
  margin: 0 auto;
}
/* タイトル */
#hero_Vis {
  background-color: #fff;
}
#hero_Vis>.inner_90 {
  padding: 40px 0 0;
}
#hero_Vis h3 {
  width: 98%;
  margin: 0 auto;
  padding: 0 0 0 0;
}
#hero_Vis .anc_Btn {
  flex-wrap: wrap;
  gap: 20px 4%;
  margin-top: 20px;
}
#hero_Vis .anc_Btn>li {
  width: calc((100% - 8%) / 2);
}
/* バナー */
.bnr_Area {
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  padding: 50px 0;
}
.bnr_Box {
  padding-bottom: 20px;
  background-color: #009be4;
}
.wave_Btm {
  margin-top: -1px;
}
/* plan_Wrap */
#plan_Wrap {
  background-color: #fff;
}
#plan_Wrap .adjust1 {
  padding-top: 10px;
}
#plan_Wrap .adjust2 {
  padding: 30px 0 30px;
}
/* kimetsu_Wrap */
#kimetsu_Wrap {
  background-image: linear-gradient(180deg, rgba(1, 1, 51, 1) 16%, rgba(0, 64, 151, 1) 32%, rgba(0, 114, 190, 1));
}
#kimetsu_Wrap .for-detail {
  width: 80%;
  margin: 50px auto 35px;
}
/*.and_more_Wrap */
#and_more_Wrap {
  background-color: #73d1ea;
}
#and_more_Wrap .inner_90 div,
#and_more_Wrap .inner_90 figure {
  padding-bottom: 30px;
}
/* フッター */
#footer_Wrap {
  position: relative;
  padding: 30px 0 60px;
  background-color: #fff;
  z-index: 1;
  border-top: 3px solid #e6e6e6;
  /* margin-top: 30px; */
}
#footer_Wrap>h2 {
  max-width: 275px;
  width: 35%;
  margin: 0 auto;
}
.fixed_sp {
  justify-content: center;
  align-items: flex-end;
  /* gap: 10px; */
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  /* background: rgba(0, 0, 0, .8); */
  z-index: 5;
}
/* .fixed_sp>a:first-child {
  width: 85%;
}
.fixed_sp>a:last-child {
  width: calc(100% - (85% + 10px));
} */
.fixed_sp .flex {
  /* background-color: #fff; */
}
.fixed_sp a:nth-of-type(1) {
  width: 25.1%;
}
.fixed_sp a:nth-of-type(2) {
  width: 25%;
}
.fixed_sp a:nth-of-type(3) {
  width: 25%;
}
.fixed_sp a:nth-of-type(4) {
  width: calc(100% - (25.1% + 25% + 25%));
}
/* .fixed_sp::before {
  content: '';
  display:inline-block;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(0deg, rgba(220, 220, 220, 0.5), rgba(255, 255, 255, 0));
} */
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .left_Box {
    display: none;
  }
  .right_Box {
    display: none;
  }
  .bg_wrap {
    display: none;
  }
  #all_Wrap main {
    max-width: 100%;
    width: 100%;
    box-shadow: none;
    overflow: hidden;
    margin-top: 20px;
  }
  #footer_Wrap {
    padding-bottom: 100px;
  }
}
/* 第二弾 */
.slide_Box {
  padding: 0 0 40px 0;
}
.item_Area:not(:first-child) {
  margin-top: 80px;
}
.item_Area h4 {
  margin-bottom: 20px;
}
.item_Area li {
height: auto;
}
/* 追記 */
.movie_Wrap {
  margin-top: 50px;
}
.movie_Wrap>h4 {
  margin-bottom: 10px;
}
.movie_Box {
  width: 90%;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.movie_Box iframe {
  width: 100%;
  height: 100%;
}
/* ポップアップ */
section[class^="popup-"] {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0px;
  z-index: 100;
  display: none;
}
section[class^="popup-"] .contents {
  background-color: #fff;
}
section[class^="popup-"] .close-btn1 {
  width: 13.3%;
  margin: 0 0 0 auto;
  background-color: #333;
}
section[class^="popup-"] .close-btn2 {
  background-color: #fff;
  padding: 8% 0 10% 0;
}
.popup-bg {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 20;
  display: none;
}
/* btn */
.btn {
  transition: .3s !important;
  cursor: pointer;
  margin-left: auto !important;
}
.btn:hover {
  opacity: .6 !important;
}
/* Adjust */
.intro_img03 {
  margin-top: 4%;
}
.intro_img04 {
  margin-top: 2%;
}
.sale_img02 {
  margin: 7% 0 12% 0;
}
.sale_note {
  margin: 3% auto 0 auto;
}
.sale_btn_ichiran {
  width: 85%;
  margin:  10% auto 12% auto;
}
.goes_app_txt {
  width: 96%;
  margin:  0 auto;
}
.title_2 {
  background: url(/img/kyushu/miyazakiwine/2025/title_2.png) no-repeat center top;
  background-size: cover;
}
.title_4 {
  position: relative;
}
.title_4 a {
  position: absolute;
  bottom: 17%;
}
.numu_Box {
  position: relative;
}
.numu_Box ul {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  bottom: 7%;
}
.numu_Box ul li {
  width: 50%;
}
.img_1 {
  position: relative;
}
.img_1 a {
  position: absolute;
}
.img_1 a.img_1_link {
  bottom: 80%;
}
.img_1 a.btn_aeononline1 {
  bottom: 43.2%;
}
.img_1 a.btn_aeononline2 {
  bottom: 4%;
}
.img_2 {
  position: relative;
  background-color: #caebfa;
}
.img_2 a {
  position: absolute;
}
.img_2 a.img_2_link {
  bottom: 78%;
}
.img_2 a.btn_aeononline1 {
  bottom: 42%;
}
.img_2 a.btn_aeononline2 {
  bottom: 3.8%;
}
.img_3 {
  position: relative;
}
.img_3 a {
  position: absolute;
}
.img_3 a.img_3_link {
  bottom: 79.4%;
}
.img_3 a.btn_aeononline1 {
  bottom: 42.8%;
}
.img_3 a.btn_aeononline2 {
  bottom: 3.8%;
}
.img_4 {
  position: relative;
}
.img_4 a {
  position: absolute;
}
.img_4 a.img_4_link {
  bottom: 81.7%;
}
.img_4 a.btn_aeononline1 {
  bottom: 50.3%;
}
.img_4 a.btn_aeononline2 {
  bottom: 17%;
}
.img_5 {
  position: relative;
}
.img_5 a.btn_aeonmate {
  position: absolute;
  bottom: 10%;
}
.img_6 {
  position: relative;
}
.img_6 ul.btn1 {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 89.3%;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 72%;
}
.img_6 ul.btn1 li {
  width: 50%;
}
.img_6 ul.btn2 {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 52%;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 37.6%;
}
.img_6 ul.btn2 li {
  width: 50%;
}
.img_7 {
  background-color: #fff;
  padding-bottom: 30px;
}
.img_7 a {
  margin-bottom: 10px;
}
/*年齢確認*/
#modal_top {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 999;
}
.modal_box {
  position: relative;
  top: 50%;
  left: 50%;
  max-width: 600px;
  width: 90%;
  transform: translate(-50%,-50%);
  box-sizing: border-box;
  background: #fff;
  padding: 30px;
}
.modal_box p {
  font-size: 1.2em;
  line-height: 1.8;
  font-family: 'Yu Gothic UI',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 30px;
}
.modal_box ul {
  justify-content: center;
}
.modal_box ul li {
  width: 45%;
  max-width: 200px;
  text-align: center;
  box-sizing: border-box;
  background: #8e0108;
  margin: 0 3%;
  padding: 15px 0;
  border-radius: 5px;
  cursor: pointer;
}
.modal_box ul li a,
.modal_box ul li span {
  color: #fff;
  display: block;
  font-family: 'Yu Gothic UI',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
  margin: 0 auto;
}
