@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
#main {
  font-family: "Noto Sans JP", sans-serif;
  background: url(../img/mio_summer_2024/bg_check.png);
  background-size: inherit;
  background-repeat: repeat;
}

/* タブメニュー */
.tab_content {
  display: none;
}
.tab_content.active {
  display: block;
}

.mv_wrap .container {
  padding: 0;
}

/* popup */
#cboxOverlay {
  background: rgba(0, 0, 0, 0.7);
}

#cboxContent {
  background: none;
}

#cboxClose::before, #cboxClose::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
}
#cboxClose::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 11.5px;
  right: -1.5px;
}
#cboxClose::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  bottom: 11px;
  right: -2px;
}

/* ▼▼▼ desc
=====================================*/
.desc {
  background: url(../img/mio_summer_2024/bg_dot.png);
  background-size: contain;
  background-repeat: repeat;
}
.desc .read {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1.9;
  margin-bottom: 40px;
}
@media screen and (min-width: 767px) {
  .desc .read {
    font-size: 20px;
  }
}
.desc .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 767px) {
  .desc .tab {
    gap: 30px;
  }
}
.desc .tab .tab_link {
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  width: calc((100% - 40px) / 3);
  padding-top: calc((100vw - 40px - 40px) / 3 + 10px);
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 767px) {
  .desc .tab .tab_link {
    font-size: 18px;
    width: calc((100% - 120px) / 5);
    padding-top: 190px;
  }
}
.desc .tab .tab_link:hover {
  opacity: 0.85;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.desc .tab .tab_link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.desc .tab .tab_link#tab_link_fashion::before {
  background: url(../img/mio_summer_2024/icon_fashion.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.desc .tab .tab_link#tab_link_gourmet::before {
  background: url(../img/mio_summer_2024/icon_gourmet.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.desc .tab .tab_link#tab_link_event::before {
  background: url(../img/mio_summer_2024/icon_event.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.desc .tab .tab_link#tab_link_travel::before {
  background: url(../img/mio_summer_2024/icon_travel.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 767px) {
  .desc .tab .tab_link#tab_link_travel {
    line-height: 3;
  }
}
.desc .tab .tab_link#tab_link_gohoubi::before {
  background: url(../img/mio_summer_2024/icon_gohoubi.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 767px) {
  .desc .tab .tab_link#tab_link_gohoubi {
    line-height: 3;
  }
}

/* ▼▼▼ contents_wrap
=====================================*/
.contents_wrap .tab_content .head_wrap {
  margin-bottom: 50px;
  position: relative;
}
.contents_wrap .tab_content .head_wrap::before {
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -45px;
}
@media screen and (min-width: 767px) {
  .contents_wrap .tab_content .head_wrap::before {
    width: 20%;
    left: 10%;
  }
}
.contents_wrap .tab_content .head_wrap::after {
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -30px;
}
@media screen and (min-width: 767px) {
  .contents_wrap .tab_content .head_wrap::after {
    width: 15%;
    right: 10%;
  }
}
.contents_wrap .tab_content#cat_fashion .head_wrap::before {
  background: url(../img/mio_summer_2024/ttlImg_fashion01_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 767px) {
  .contents_wrap .tab_content#cat_fashion .head_wrap::before {
    background: url(../img/mio_summer_2024/ttlImg_fashion01_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.contents_wrap .tab_content#cat_fashion .head_wrap::after {
  background: url(../img/mio_summer_2024/ttlImg_fashion02.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.contents_wrap .tab_content#cat_gourmet .head_wrap::before {
  background: url(../img/mio_summer_2024/ttlImg_gourmet01_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25%;
  top: -15px;
  left: -30px;
}
@media screen and (min-width: 767px) {
  .contents_wrap .tab_content#cat_gourmet .head_wrap::before {
    background: url(../img/mio_summer_2024/ttlImg_gourmet01_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15%;
    top: 0;
    left: 15%;
  }
}
.contents_wrap .tab_content#cat_gourmet .head_wrap::after {
  background: url(../img/mio_summer_2024/ttlImg_gourmet02.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -50px;
}
@media screen and (min-width: 767px) {
  .contents_wrap .tab_content#cat_gourmet .head_wrap::after {
    top: -20px;
    right: 15%;
  }
}
.contents_wrap .tab_content#cat_event .head_wrap::before {
  background: url(../img/mio_summer_2024/ttlImg_event01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20%;
  top: -5px;
  left: -15px;
}
@media screen and (min-width: 767px) {
  .contents_wrap .tab_content#cat_event .head_wrap::before {
    width: 10%;
    top: -10px;
    left: 18%;
  }
}
.contents_wrap .tab_content#cat_event .head_wrap::after {
  background: url(../img/mio_summer_2024/ttlImg_event02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 35%;
  top: -70px;
  right: 0px;
  -webkit-transform: rotate(80deg) scale(-1, 1);
          transform: rotate(80deg) scale(-1, 1);
}
@media screen and (min-width: 767px) {
  .contents_wrap .tab_content#cat_event .head_wrap::after {
    width: 18%;
    top: -50px;
    right: 15%;
    -webkit-transform: none;
            transform: none;
  }
}
.contents_wrap .tab_content#cat_travel .head_wrap::before {
  background: url(../img/mio_summer_2024/ttlImg_travel01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20%;
  left: -10px;
}
@media screen and (min-width: 767px) {
  .contents_wrap .tab_content#cat_travel .head_wrap::before {
    width: 12%;
    left: 18%;
  }
}
.contents_wrap .tab_content#cat_travel .head_wrap::after {
  background: url(../img/mio_summer_2024/ttlImg_travel02.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -15px;
}
@media screen and (min-width: 767px) {
  .contents_wrap .tab_content#cat_travel .head_wrap::after {
    width: 18%;
    top: -40px;
    right: 15%;
  }
}
.contents_wrap .tab_content#cat_gohoubi .head_wrap::before {
  background: url(../img/mio_summer_2024/ttlImg_gohoubi01_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30%;
  top: -10px;
  left: -20px;
}
@media screen and (min-width: 767px) {
  .contents_wrap .tab_content#cat_gohoubi .head_wrap::before {
    background: url(../img/mio_summer_2024/ttlImg_gohoubi01_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20%;
    left: 10%;
  }
}
.contents_wrap .tab_content#cat_gohoubi .head_wrap::after {
  background: url(../img/mio_summer_2024/ttlImg_gohoubi02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25%;
  top: -15px;
  right: -15px;
}
@media screen and (min-width: 767px) {
  .contents_wrap .tab_content#cat_gohoubi .head_wrap::after {
    width: 18%;
    top: -30px;
    right: 12%;
  }
}
.contents_wrap .cat_head {
  font-size: 16px;
  text-align: center;
  padding: 40px 0 10px;
  margin-bottom: 25px;
  position: relative;
  background: url(../img/mio_summer_2024/underline_sp.png);
  background-size: 173px 40px;
  background-repeat: no-repeat;
  background-position: bottom -10px center;
}
@media screen and (min-width: 767px) {
  .contents_wrap .cat_head {
    font-size: 20px;
    padding: 60px 0 15px;
    margin-bottom: 15px;
    background: url(../img/mio_summer_2024/underline_pc.png);
    background-size: 228px 32px;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
}
.contents_wrap .cat_head::before {
  content: "";
  background: url(../img/mio_summer_2024/mio_summer.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 200px;
  height: 27px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 767px) {
  .contents_wrap .cat_head::before {
    width: 292px;
    height: 39px;
  }
}
.contents_wrap .read {
  font-size: 14px;
  line-height: 1.9;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .contents_wrap .read {
    font-size: 16px;
  }
}
.contents_wrap .shop_area .shop_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 18px;
}
@media screen and (min-width: 767px) {
  .contents_wrap .shop_area .shop_list_wrap {
    gap: 30px 20px;
  }
}
.contents_wrap .shop_area .shop_list_wrap .shop_list {
  width: calc((100% - 18px) / 2);
}
@media screen and (min-width: 767px) {
  .contents_wrap .shop_area .shop_list_wrap .shop_list {
    width: calc((100% - 40px) / 3);
  }
}
.contents_wrap .shop_area .shop_list_wrap .shop_list a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contents_wrap .shop_area .shop_list_wrap .shop_list a:hover {
  opacity: 1 !important;
}
.contents_wrap .shop_area .shop_list_wrap .shop_list a:hover img {
  opacity: 0.85 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contents_wrap .shop_area .shop_list_wrap .shop_list .img_wrap {
  aspect-ratio: 1.42/1;
  overflow: hidden;
  margin-bottom: 12px;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .contents_wrap .shop_area .shop_list_wrap .shop_list .img_wrap {
    margin-bottom: 20px;
  }
}
.contents_wrap .shop_area .shop_list_wrap .shop_list .img_wrap .item_img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.contents_wrap .shop_area .shop_list_wrap .shop_list .img_wrap .item_img.cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.contents_wrap .shop_area .shop_list_wrap .shop_list .shop_name {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.contents_wrap .shop_area .shop_list_wrap .shop_list .shop_name::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1.5px;
  background: #000000;
  bottom: -3px; /*アンダーラインがaタグの下端から現れる*/
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  -webkit-transform-origin: left top;
          transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s; /*変形の時間*/
}
@media screen and (min-width: 767px) {
  .contents_wrap .shop_area .shop_list_wrap .shop_list .shop_name {
    font-size: 16px;
  }
}
.contents_wrap .shop_area .shop_list_wrap .shop_list .shop_name span {
  display: inline-block;
  margin-left: 10px;
}
.contents_wrap .shop_area .shop_list_wrap .shop_list a:hover .shop_name::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
.contents_wrap .shop_area .shop_list_wrap .shop_list .txt_wrap .item_about {
  font-size: 14px;
  font-weight: 700;
  color: #EB7600;
  line-height: 1.7;
}
@media screen and (min-width: 767px) {
  .contents_wrap .shop_area .shop_list_wrap .shop_list .txt_wrap .item_about {
    font-size: 16px;
  }
}