@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;700;800;900&family=Noto+Sans+JP:wght@100..900&display=swap');

html{
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body{
  font-family:'Noto Sans JP', sans-serif, serif, "Helvetica Neue", "Helvetica", "メイリオ",Meiryo,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN";
  color: #00538d;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
}
p{
  text-align: justify;
  font-size: 1.8rem;
}
img{
  width: 100%;
  height: auto;
}
.pc_case{display: block;}
.sp_case{display: none;}

a,
a:hover,
a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:hover img{opacity: 0.8;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb60{margin-bottom: 60px;}
.txt_c{text-align: center!important;}
.font_s{font-size: 1.3rem!important;}
.font_size15{font-size: 1.5rem!important;}
.col_red{color: #d7053d;}

@media (max-width: 768px) {
  .pc_case{display: none;}
  .sp_case{display: block;}
}

@media (min-width: 769px) {
  .pc_bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../images/pc_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    opacity: 0.8;
    z-index: -1;
  }
  .pc_bgArea{
    position: relative;
    height: 100vh;
  }
  .pc_bgArea_logo{
    position: absolute;
    bottom: 5%;
    left: 5%;
  }
  .pc_bgArea_logo img{
    display: block;
    width: 380px;
    height: auto;
  }
  .viewer{
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 7vw;
    max-width: 528px;
    width: 100%;
    height: 100vh;
    padding: 0 30px;
    /* min-height: 100%;
    margin-left: calc(100% - 460px); */
    background: #fff;
    overflow-y: auto;
    /* overflow: hidden; */
  }

}
@media (min-width: 818px) {
  /* .viewer {
    left:-6.25vw;
    margin-left: 60%;
  } */
}
@media screen and (max-width: 768px){
  .pc_bg{
    display: none;
    background-image:none;
  }
  .viewer{
    width: 100%;
    box-shadow: none;
  }
}

/* main{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  background: #fff;
  padding: 34px;
} */
.wrapper,
.content_wrap{
  box-sizing: border-box;
  position: relative;
  max-width: 640px;
  width: 100%;
  padding: 80px 3%;
  margin: 0 auto;
}
.content_wrap{
  padding: 40px 6%;
}

/* header */
.viewer header {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 7vw;
  max-width: 528px;
  width: 100%;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  z-index: 10;
}

header .wrapper{
  box-sizing: border-box;
  position: relative;
  padding: 0 30px;
}
.head_logo{
  width: 210px;
}
/* footer */
footer{background: #fff;}
.footer_add{
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
footer .wrapper{
  padding: 30px 0 20px;
}
.footlogo_img{
  display: block;
  max-width: 260px;
  margin: 0 auto 15px;
}
.btn_pink_footer{
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 70%;
  background: #b50080;
  border-radius: 3em;
  color: #fff;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 600;
  padding: 20px 10px;
  margin: 0 auto;
}
.btn_pink_footer::after{
  content: "";
  background: url(../images/icon_yajirushi03.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-left: 10px;
}

.foot_insta{
  position: relative;
  width: 100%;
  height: 100%;
  margin: 60px auto 20px;
}
.foot_insta img.inst_qr{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.btn_aeon{
  box-sizing: border-box;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 80%;
  background: #1d2088;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 20px 10px;
}
.btn_aeon{
  z-index: 10;
}
footer .text_blue{
  font-size: 1.8rem;
}
.copy{
  background: #00538d;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  padding: 20px 0;
}
#page_top{
  position: fixed;
  right: 10px;
  bottom: 30px;
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  pointer-events: none;
  z-index: 1000;
}
#page_top.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  main{
    overflow: hidden;
    padding: 0;
  }
  .wrapper{
    max-width: 100%;
    width: 100%;
    padding: 40px 5%;
  }
  .viewer header{
    max-width: 100%;
    right: auto;
  }
  header.wrapper{
    padding: 20px 3% 15px;
  }
  .head_logo{
    margin-top: 15px;
  }
  footer .text_blue{
    font-size: 1.6rem;
  }
}

.containerbox,
.containerbox_r{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.containerbox_r{
  flex-direction: row-reverse;
}
.item02{width: 48%;}

/* コンテンツ内容 */
.bg_wht{background: #fff;}

#mv{
  position: relative;
  margin-top: 60px;
}
.mv_btn01,
.mv_btn02,
.mv_btn03,
.mv_btn04,
.mv_btn05,
.mv_btn06,
.mv_btn07,
.mv_btn08,
.mv_btn09,
.mv_btn10,
.mv_btn11{
  position: absolute;
  display: block;
  height: auto;
  z-index: 3;
}
.mv_btn01{
  top: 47%;
  left: 25%;
  width: 30%;
}
.mv_btn02{
  top: 42%;
  right: 34%;
  width: 12%;
}
.mv_btn03{
  top: 47%;
  right: 26%;
  width: 8%;
}
.mv_btn04{
  top: 57%;
  left: 26%;
  width: 12%;
}
.mv_btn05{
  top: 57%;
  right: 25%;
  width: 30%;
}
.mv_btn06{
  top: 64%;
  left: 31%;
  width: 23%;
}
.mv_btn07{
  top: 66%;
  right: 22%;
  width: 23%;
}
.mv_btn08{
  bottom: 21%;
  left: 19%;
  width: 12%;
}
.mv_btn09{
  bottom: 8%;
  left: 26%;
  width: 25%;
}
.mv_btn10{
  bottom: 9%;
  right: 22%;
  width: 25%;
}
.mv_btn11{
  bottom: 21%;
  right: 14%;
  width: 12%;
}
@media (max-width: 768px) {

}

.awa_bg{
  position: relative;
  background: #fff url(../images/awa_bg.png) repeat-y top center / 100%;
}
/* #btnArea */
#btnArea{
  margin-top: 80px;
  z-index: 0;
  overflow: hidden;
}
#btnArea::after{
  content: "";
  background: url(../images/btn_navi/btnArea_bg_bottom.png) no-repeat bottom center / cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 440px;
  z-index: 1;
}
#btnArea.content_wrap{
  padding: 40px 6% 200px;
}

.btn_list{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
}
.slideimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.icon_yajirushi01,
.icon_yajirushi02,
.icon_yajirushi03{
  position: absolute;
  bottom: 45px;
  width: 40px;
  height: 40px;
}
.icon_yajirushi01{
  right: 7vw;
}
.icon_yajirushi02{
  left: 7vw;
}
.icon_yajirushi03{
  bottom: 20px;
  left: 4vw;
}
.icon_illust01_1,
.icon_illust01_2,
.icon_illust02_1,
.icon_illust03_1,
.icon_illust03_2,
.icon_illust04_1,
.icon_illust04_2,
.icon_illust04_3{
  position: absolute;
  height: auto;
}
.icon_illust01_1{
  width: 200px;
  top: -20px;
  left: -20px;
}
.icon_illust01_2{
  width: 70px;
  bottom: 10px;
  left: 40%;
}
.icon_illust02_1{
  width: 70px;
  bottom: 20px;
  left: 30%;
}
.icon_illust03_1{
  width: 70px;
  top: 0;
  left: 0;
}
.icon_illust03_2{
  width: 100px;
  bottom: 0;
  left: 40%;
}
.icon_illust04_1{
  width: 70px;
  top: 10px;
  left: 42%;
}
.icon_illust04_2{
  width: 30px;
  bottom: 10px;
  left: 10px;
}
.icon_illust04_3{
  width: 180px;
  bottom: -50px;
  left: 26%;
}
a:hover .icon_illust01_1,
a:hover .icon_illust01_2,
a:hover .icon_illust02_1,
a:hover .icon_illust03_1,
a:hover .icon_illust03_2,
a:hover .icon_illust04_1,
a:hover .icon_illust04_2,
a:hover .icon_illust04_3{
  opacity: 1;
}

#btnArea .title_img{
  margin: 160px 0 40px;
}
.btn_eventArea{
  position: relative;
  z-index: 5;
}
.btn_event{
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  background: #009fe8;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.2;
  padding: 10px;
  margin-bottom: 30px;
  transition: 0.5s;
  z-index: 5;
}
.btn_event span {
  position: relative;
  z-index: 6;
}
.btn_event::before{
  content: "";
  background: url(../images/icon_yajirushi01.png) no-repeat;
  position: absolute;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 6;
}
.btn_event::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-image: linear-gradient(90deg, rgba(0, 83, 141, 1), rgba(0, 159, 232, 1) 80%);
  opacity: 0;
  transition: opacity 0.6s ease;
}
.btn_event:hover::after {
  opacity: 1;
}
.btn_event_icon{
  position: absolute;
  top: 32%;
  right: 20px;
  width: 40px;
  height: 40px;
}
.eventArea_illust01{
  position: absolute;
  width: 100px;
  top: 100px;
  right: -15px;
  z-index: 10;
}
.eventArea_illust02{
  position: absolute;
  width: 70px;
  top: 105px;
  left: -40px;
  z-index: 10;
}
.eventArea_illust03{
  position: absolute;
  width: 120px;
  bottom: -90px;
  right: 20px;
  z-index: 10;
}
@media (max-width: 768px) {
  #btnArea{
    margin-top: 50px;
  }
  #btnArea.content_wrap{
    padding: 40px 6% 100px;;
  }
  .btn_list{
    margin-bottom: 30px;
  }
  #btnArea .title_img{
    margin: 100px 0 30px;
  }
  .icon_yajirushi01,
  .icon_yajirushi02{
    bottom: 15px;
  }
  .icon_yajirushi03{
    bottom:0;
  }
  .icon_yajirushi01{
    right: 14vw;
  }
  .icon_illust01_1{
    width: 130px;
  }
  .icon_illust01_2,
  .icon_illust02_1,
  .icon_illust03_1,
  .icon_illust04_1{
    width: 50px;
  }
  .icon_illust03_2{
    width: 80px;
  }
  .icon_illust04_2{
    bottom: 0;
    left: -10px;
  }
  .icon_illust04_3{
    width: 120px;
    bottom: -20px;
  }

  .btn_event{
    font-size: 2.0rem;
    margin-bottom: 15px;
  }
  .btn_event::before{
    width: 30px;
    height: 30px;
  }
  .eventArea_illust01{
    width: 90px;
    top: 65px;
    right: -5px;
  }
  .eventArea_illust02{
    width: 50px;
    top: 80px;
    left: -30px;
  }
  .eventArea_illust03{
    width: 90px;
    bottom: -70px;
  }
}

.title_img{
  width: 90%;
  margin: 60px auto;
}
.subtitle{
  color: #1d2088;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}
.subtitle span{
  display: block;
  font-size: 4.0rem;
  font-weight: 600;
  margin-top: 10px;
}
.text_lead{
  color: #00538d;
  text-align: justify;
  font-size: 1.6rem;
  margin-bottom: 20px;
}


@media (max-width: 768px) {
  .subtitle{
    font-size: 2.0rem;
    line-height: 1.6;
  }
  .subtitle span{
    font-size: 2.5rem;
    margin-top: 5px;
  }
  .title_img{
    width: 100%;
    margin: 40px auto;
  }
  .text_lead{
    font-size: 1.5rem!important;
    margin-bottom: 10px;
  }
}

/* #brunch */
#brunch {
  position: relative;
  background:
    url(../images/brunch/bg_brunch.png) no-repeat top center / 100% auto,
    url(../images/awa_bg.png) repeat-y top center / 100%;
}
/* #dinner */
#dinner {
  position: relative;
  background:
    url(../images/dinner/bg_dinner.png) no-repeat top center / 100% auto,
    url(../images/awa_bg.png) repeat-y top center / 100%;
}
/* #gourmet */
#gourmet {
  position: relative;
  background:
    url(../images/cool_gourmet/bg_gourmet.png) no-repeat top center / 100% auto,
    url(../images/awa_bg.png) repeat-y top 30% center / 100%;
}
/* #cool_item */
#cool_item {
  position: relative;
  background:
    url(../images/cool_item/bg_item.png) no-repeat top center / 100% auto,
    url(../images/awa_bg.png) repeat-y top 30% center / 100%;
}
.day_brunch,
.day_coolgrumet{
  box-sizing: border-box;
  border-radius: 5px;
  display: inline-block;
  background: #73afdf;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 2px 10px;
  margin-bottom: 6px;
}
.day_brunch{background: #f39a00;}


/* #vspark */
#vspark,
#event,
#event_collabo{
  position: relative;
  background:
    url(../images/cool_item/bg_item.png) no-repeat top center / 100% auto;
}
.vspark_logo{
  display: block;
  width: 80%;
  margin: 0 auto 40px;
}
.title_cam{
  color: #00538d;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 20px 0 30px;
}
.title_cam span{
  display: block;
  font-size: 2.6rem;
}
.border_b{
  position: relative;
}
.border_b::after{
  content: "";
  display: block;
  height: 4px;
  background-image: radial-gradient(circle, #00538d 2px, transparent 2px);
  background-size: 10px 4px;
  background-repeat: repeat-x;
  margin: 60px 0;
}
.btn_blue,
.btn_pink{
  box-sizing: border-box;
  display: block;
  background: #009fe8;
  border-radius: 40px;
  width: 90%;
  height: auto;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  padding: 20px 10px;
  margin: 40px auto 0;
}
.btn_pink{
  background: #e63c96;
}
.vspark_collabo .btn_blue{
  margin: 20px auto 0;
}

.btn_blue span,
.btn_pink span{
  position: relative;
}
.btn_blue span::after,
.btn_pink span::after{
  content: "";
  background: url(../images/icon_yajirushi02.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-left: 10px;
}


/* #event */
#event.content_wrap{
  padding: 0 6% 40px;
}
.img_border{
  box-sizing: border-box;
  border: 1px solid #009fe8;
  margin-bottom: 10px;
}

/* #event_collabo */
.title_eventcollabo{
  color: #00538d;
  text-align: center;
  font-size: 4.0rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}
.title_eventcollabo span{
  font-size: 2.6rem;
}
.btn_point{
  color: #00538d;
  text-align: center;
  font-size: 1.3rem;
  margin-top: 5px;
}


@media (max-width: 768px) {
  .btn_blue,.btn_pink{width: 100%;}
  .title_eventcollabo{font-size: 3.0rem;}
  .title_eventcollabo span{font-size: 2.0rem;}
}


/* 商品リスト */
.item_boxline {
  box-sizing: border-box;
  position: relative;
  display: block;
  background: #fff;
  border: 3px solid #00538d;
  border-radius: 15px;
  margin-bottom: 30px;
}
.menu_img{
  display: block;
  border-radius: 12px 12px 0 0 ;
  margin-bottom: 10px;
}


/* popup */
/* popup_content */
.popup_bg{
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  width: 100%;
  height: 100vh;
  background: rgba(64,73,82,0.8);
  transition: 0.4s;
  z-index:100;
}
.popup_content{
  position: relative;
}
.popup_box{
  box-sizing: border-box;
  display: none;
  position: fixed;
  top:50%;
  left:50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 460px;
  width: 80%;
  max-height: 90vh;
  background: #fff;
  border-radius: 10px;
  padding: 30px 5%;
  overflow-y: auto;
  z-index: 110;
}
.popup_box .tit_item{
  color: #1d2088;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 3px;
}
.popup_box .tit_item span{font-size: 2.0rem;}

.popup_box .title_price{
  color: #1d2088;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.popup_box .title_price span{font-size: 1.4rem;}

.popup_box img.popup_img{
  display: block;
  width: 80%;
  margin:0 auto 15px;
}
.popup_box p.detail_text{
  color: #1d2088;
  text-align: justify;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.popup_box p.shop_name{
  text-align: center;
  font-size: 1.4rem;
}

/*--close btn--*/
.popup_close{
  width: 30px;
  height: 30px;
  cursor: pointer;
  position:absolute;
  top:20px;
  right:20px;
  z-index:120;
}
.popup_close span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  width: 30px;
  height: 2px;
  background: #1d2088;
  position: absolute;
  left: 50%;
  top: 50%;
}
.popup_close span:nth-child(1) {
  transform: translate(-50%, 50%) rotate(45deg);
}
.popup_close span:nth-child(2) {
  transform: translate(-50%, 50%) rotate(-45deg);
}
@media screen and (max-width : 768px) {
  .popup_close{
    top:3px;
    right:3px;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
  }
  .popup_close span {
    width: 20px;
    height: 2px;
    left: 50%;
    top: 45%;
  }
  .popup_close span:nth-child(1) {
    transform: translate(-50%, 50%) rotate(45deg);
  }
  .popup_close span:nth-child(2) {
    transform: translate(-50%, 50%) rotate(-45deg);
  }
  .popup_box img.popup_img{
    width: 100%;
  }
}