@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lusitana:wght@400;700&family=Noto+Sans+JP:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html, body {
  overflow-x: hidden;
}

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: #222;
  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.9;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb60{margin-bottom: 60px;}
.txt_c{text-align: center;}
.font_s{font-size: 1.3rem!important;}
.col_red{color: #e50213;}

main{}
.wrapper,
.content_wrap{
  box-sizing: border-box;
  position: relative;
  max-width: 640px;
  width: 100%;
  padding: 80px 3%;
  margin: 0 auto;
}
#mvArea .wrapper{
  padding: 10px 0 40px;
}
.shadow_wrap::before,
.shadow_wrap::after{
  content: "";
  position: absolute;
  top: 0;
  width: 8px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  filter: blur(5px);
}
.shadow_wrap::before{left: -8px;}
.shadow_wrap::after{right: -8px;}

.content_wrap{
  padding: 40px 6%;
}

/* header */
header.wrapper{
  box-sizing: border-box;
  position: relative;
  padding: 20px 3%;
}
.head_logo{
  width: 210px;
}

/* footer */
footer{background: #fff;}
footer p{
  text-align: center;
  font-size: 1.4rem;
}
footer .wrapper{
  padding: 30px 0 20px;
}
.footlogo_img{
  display: block;
  max-width: 260px;
  margin: 0 auto 15px;
}
.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: #1d2088;
  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;
  z-index: 100;
}
#page_top:hover{opacity: 0.95;}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media (max-width: 768px) {
  .pc_case{display: none;}
  .sp_case{display: block;}
  main{overflow: hidden;}
  .wrapper{
    max-width: 100%;
    width: 100%;
    padding: 40px 5%;
  }
  .shadow_wrap::before,
  .shadow_wrap::after{
    background: none;
  }
  header.wrapper{
    padding: 20px 3% 15px;
  }
  .head_logo{
    margin-top: 5px;
  }
  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%;}

#mvArea{background: #cfdb00;}
#newlife{background: #a2a1ce;}
#gourmet{background: #fea9bd;}
#newlife_item{background: #59d1ed;}

/* ボタンエリア */
.btnArea{
  width: 100%;
  background: url(../images/btnarea_bg.png) repeat-y top center / 100%;
}
.btn_wrap{
  box-sizing: border-box;
  padding: 80px 10% 40px;
}
.btn_list{
  position: relative;
  display: block;
  margin: 0 auto 50px;
}
.btn_pink,
.btn_blue,
.btn_blue03{
  box-sizing: border-box;
  position: absolute;
  bottom: -8%;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  border: 3px solid #1d2088;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2.6;
  margin: 0 auto;
}
.btn_pink{
  background: #fe388a;
}
.btn_blue,
.btn_blue03{
  background: #7dc8dd;
  color: #1d2088;
}
.btn_blue03{
  bottom: -7%;
  width: 85%;
  font-size: 2.0rem;
  line-height: 1.4;
  padding: 10px 0;
  z-index: 3;
}

.btn_green,
.btn_pink02,
.btn_pink_footer,
.btn_palepink,
.btn_blue02,
.btn_red{
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  background: #fe388a;
  border: 3px solid #1d2088;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 2.4;
  margin: 0 auto;
}
.btn_green,
.btn_blue02,
.btn_palepink{
  color: #1d2088;
  margin: 30px auto 0;
}
.btn_green{background: #cfdb00;}
.btn_blue02{background: #7dc8dd;}
.btn_palepink{background: #e7a9bb;}
.btn_red{
  border: none;
  background: #e50213;
  padding: 2px 0;
}
.btn_pink_footer{
  width: 80%;
  border: none;
  background: #b50080;
  padding: 2px 0;
}

.btn_pink::after,
.btn_pink02::after,
.btn_pink_footer::after,
.btn_palepink::after,
.btn_blue::after,
.btn_blue02::after,
.btn_green::after,
.btn_blue03::after,
.btn_red::after{
  content: "";
  background: url(../images/icon_yajirushi.png) no-repeat;
  background-size: 25px 25px;
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-left: 5px;
}
.btn_pink02::after,
.btn_palepink::after,
.btn_green::after,
.btn_blue02::after,
.btn_blue03::after,
.btn_red::after{
  background: url(../images/icon_yajirushi02.png) no-repeat;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
}
.btn_pink_footer::after{
  background: url(../images/icon_yajirushi03.png) no-repeat;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
}


@media (max-width: 768px) {
  .btnArea{
    width: 100%;
    background: url(../images/btnarea_bg.png) repeat-y top center / 100%;
  }
  .btn_wrap{
    padding: 40px 10% 0;
  }
  .btn_list{
    margin: 0 auto 30px;
  }
  .btn_pink,
  .btn_blue,
  .btn_blue03{
    bottom: -5%;
    width: 90%;
    font-size: 1.8rem;
    line-height: 2.0;
    border: 2px solid #1d2088;
  }
  .btn_pink::after,
  .btn_blue::after{
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
  }
  .btn_blue03{
    bottom: 15%;
    line-height: 1.6;
  }
  .btn_pink02,
  .btn_pink_footer,
  .btn_palepink,
  .btn_green,
  .btn_blue02,
  .btn_red{
    padding: 3px 0;
  }
}

/* タイトル */
.title_blue_c,
.subtitle_blue_c,
.title_blue_l{
  color: #1d2088;
  text-align: center;
  font-size: 4.0rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}
.title_blue_l{text-align: left;}
.title_blue_l span{
  font-size: 2.6rem;
}
.title_pink_c,
.title_red_c,
.title_wht_c{
  text-align: center;
  color: #fe388a;
  font-family: "Open Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 30px;
}
.title_red_c{color: #e50012;}
.title_wht_c{color: #fff;}

.title_blue_c span,
.title_pink_c span,
.title_red_c span,
.title_wht_c span{
  font-size: 3.0rem;
}
.subtitle_blue_c{
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 1.6;
}
.title_item_blue{
  font-family: "Open Sans", sans-serif;
  color: #1d2088;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}
.title_price,
.title_price_c{
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 1.4;
}
.title_price_c{text-align: center;}
.title_price span,
.title_price_c span{
  font-size: 1.5rem;
}

.text_blue{color: #1d2088;}
.content_hr{
  position: relative;
  padding-top: 30px;
  /* margin-top: 20px; */
}
.content_hr::before{
  content: ''; /* 擬似要素にコンテンツを追加 */
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 0;
  border-top: 2px dotted #1d2088;
}
.day_pink,
.day_red{
  color: #fe388a;
  font-size: 1.5rem;
  font-weight: 500;
}
.day_red{color: #e50012;}

@media (max-width: 768px) {
  .title_blue_c,
  .title_blue_l{
    font-size: 3.0rem;
  }
  .title_blue_l span{
    font-size: 2.0rem;
  }
  .title_pink_c,
  .title_wht_c{
  font-size: 2.0rem;
  line-height: 1.6;
  }
  .title_blue_c span,
  .title_pink_c span{
    font-size: 2.8rem;
  }
  .title_wht_c span{
    font-size: 2.5rem;
  }
  .subtitle_blue_c{font-size: 1.8rem;}

  .title_item_blue{
    font-size: 1.9rem;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .title_price,
  .title_price_c{
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .title_price span,
  .title_price_c span{
    font-size: 1.4rem;
  }
}


/* VSPARKキャンペーン */
#vspark .content_wrap{
  padding: 0 6% 40px;
}
.vspark img{
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto 30px;
}

/* 新生活応援 */
#item_ikea,
.bg_wht_r{
  box-sizing: border-box;
  background: #aacfcb;
  border-radius: 15px;
  padding: 60px 5%;
  margin-bottom: 40px;
}
#item_ikea{padding: 60px 0;}

.bg_wht_r{
  background: #fff;
  padding: 40px 5%;
}

.logo_ikea{
  display: block;
  width: 150px;
  margin: 0 auto 40px;
}
.title_ikea{
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 8.0rem;
  font-weight: 700;
  line-height: 1.0;
  padding-left: 5%;
  margin-bottom: 10px;
}
.title_ikea02{
  box-sizing: border-box;
  font-size: 4.0rem;
  font-weight: 400;
  line-height: 1.4;
  padding-left: 5%;
  margin-bottom: 60px;
}
#ikea_shopinfo.containerbox{
  width: calc(100% - 14%);
  margin: 0 auto;
}
.ikea_shop:first-child{width: 20%;}
.ikea_shop:last-child{width: 78%;}
.ikea_copy{
  color: #555;
  text-align: left;
  font-size: 1.3rem;
  margin-top: 15px;
}

#newlife_itembox .item02,
#gourmet_itembox .item02,
#newlifeitem_itembox .item02{
  box-sizing: border-box;
  width: 50%;
  color: #1d2088;
}
.pl03{padding-left: 3%;}
.pr03{padding-right: 3%;}

.item_boxline{
  box-sizing: border-box;
  position: relative;
  display: block;
  background: none;
  border: 3px dotted #fff;
  border-radius: 15px;
  padding: 7% 5% 10%;
  margin-bottom: 40px;
}
.item_boxline::after{
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/icon_yajirushi02.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  line-height: 2.6;
  vertical-align: middle;
  margin-left: 5px;
}
.shop_name{
  color: #1d2088;
  text-align: center;
  font-size: 1.6rem;
}

#newlife_itembox ififrame{
  margin: 0 auto 60px!important;
}

@media (max-width: 768px) {
  .title_ikea{
    font-size: 5.0rem;
  }
  .title_ikea02{
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .item_boxline::after{
    bottom: -18px;
    width: 34px;
    height: 34px;
  }
}

/* 春のグルメ */
#gourmet .wrapper{
  padding: 80px 3% 200px;
}
#gourmet_coupon,
#event02_title{
  position: relative;
  margin: 60px auto;
}
#event01_title{
  position: relative;
}
#gourmet_coupon.content_main{
  margin: 60px auto 0;
}
@media (max-width: 768px) {
  #gourmet .wrapper{
    padding: 40px 5% 40px;
  }
}

/* EXPO 2025 */
#event_expo01.content_wrap,
#event_vspark02 .content_wrap,
#event_porta .content_wrap{
  padding: 0 6% 60px;
}
#expo01{margin-top: 60px;}
#expo02{margin-bottom: 60px;}
.expo_box{
  box-sizing: border-box;
  border: 2px solid #0068b6;
  border-radius: 15px;
}
.expo_price{
  color: #1d2088;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 30px;
}
#expo02 .title_blue_c{
  margin-bottom: 5px;
}
.expo_blue_text{
  color: #1d2088;
  text-align: center;
  font-size: 1.4rem;
}
.myaku-myaku{
  display: block;
  width: 50%;
  margin: 0 auto;
}
.expo_img_maru{
  display: block;
  width: 70%;
  border-radius: 50%;
  margin: 0 auto 30px;
}
.expo_img_r{
  display: block;
  border-radius: 15px;
  margin: 0 auto 15px;
}
#expo02 a{
  color: #1d2088;
}
#event_vspark02 .title_blue_c span{
  font-size: 2.6rem;
}

#event_vspark02 .btn_green{
  margin: 15px auto 0;
}
@media (max-width: 768px) {
  #event_vspark .title_blue_c{
    margin-bottom: 0;
  }
  #event_vspark .title_blue_c span{
    font-size: 2.0rem;
  }
}
.mvpcArea{
  box-sizing: border-box;
  position: relative;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.content_main,
.btn_linkarea{
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.content_main{margin: 0 auto 60px;}
#mv_pcimg.content_main{margin: 0 auto;}

.title_slideimg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
#mv_pcimg .title_slideimg{
  position: absolute;
  top: 0;
  left: 50%;
  width: 750px;
  height: auto;
  z-index: 1;
  transform: translateX(-50%);
}

#mv_img.content_main::after{
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/icon_scroll.png) no-repeat;
  background-size: contain;
  width: 60px;
  height: 52px;
}
.pc_scroll{
  display: block;
  width: 60px;
  height: auto;
  margin: 20px auto 0;
}


.btn_linkarea{
  display: block;
  min-height: 300px;
}
@media (max-width: 768px) {
  #mv_img.content_main::after{
    bottom: -30px;
    width: 48px;
    height: 42px;
  }
  .content_main{margin: 0 auto 10px;}
  .pc_scroll{display: none;}

}
/* アニメーション */
/* 右からフォードイン */
.scrollfade.fadeInFromRight,
.scrollfade02.fadeInFromRight {
  transform: translateX(100px);
}
/* 左からフェードイン */
.scrollfade.fadeInFromLeft,
.scrollfade02.fadeInFromLeft {
  transform: translateX(-100px);
}
/* 下からフェードイン */
.scrollfade.fadeInFromBottom,
.scrollfade02.fadeInFromBottom {
  transform: translateY(100px);
}
/* 上からフェードイン */
.scrollfade.fadeInFromTop,
.scrollfade02.fadeInFromTop {
  transform: translateY(-100px);
}
.scrollfade.fadeInFromRight.active,
.scrollfade.fadeInFromLeft.active,
.scrollfade02.fadeInFromRight.active,
.scrollfade02.fadeInFromLeft.active{
  transform: translateX(0);
}
.scrollfade.fadeInFromBottom.active,
.scrollfade.fadeInFromTop.active,
.scrollfade02.fadeInFromBottom.active,
.scrollfade02.fadeInFromTop.active{
  transform: translateY(0);
}

/* アニメーション開始時は拡大 */
.fadeInExpand{
  transform: scale(2.0);
}

.scrollfade {
  opacity : 0;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}
.scrollfade02 {
  opacity : 0;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.scrollfade03 {
  opacity : 0;
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}
.active {
  opacity : 1;
}
.fadeInExpand.active{
  transform: translate(0, 0) scale(1);
  opacity: 1;
}

/* 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{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);
  }
}