html{
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body{
  font-family: "Inter", "Noto Sans JP", "Meiryo", "Yu Gothic", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", sans-serif;
  position: relative;
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  border-top: 18px solid #f19fb0;
}


*, *::before, *::after {
  box-sizing: border-box;
}

p{
  text-align: justify;
  font-size: 1.6rem;
}
img{
  width: 100%;
  height: auto;
}
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;}

.pc_case{display: block;}
.sp_case{display: none;}

.pc_bg{
  background-color: #fdf3f4;
  background-image:
  linear-gradient(rgba(220,221,221,0.6) 1px, transparent 1px),
  linear-gradient(90deg, rgba(220,221,221,0.4) 1px, transparent 1px);
  background-size: 20px 20px;
  z-index: -1;
  pointer-events: auto;
}

.wrapper{
  position: relative;
  max-width: 768px;
  width: 92.1875%;
  margin: 0 auto;
}
.sec{padding: 80px 0 0;}
.containerbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.containerbox::after{
  content: "";
  display: block;
  width: 31.333%;
}
.item_box,
.item_box02,
.item_habit{
  position: relative;
  width: 31.333%;
  margin-bottom: 20px;
  aspect-ratio: 1 / 1;
  z-index: 10;
}
.item_img{
  position: relative;
  display: block;
}
.item_habit{
  width: 48%;
}

.item_box::after,
.item_img::after,
.item_habit::after{
  content: '＋';
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background-color: #fadae2;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}
.item_img::after,
.item_habit::after{
  bottom: 13px;
}

.btn_item,
.btn_item02{
  position: relative;
  background: #fff;
  width: 31.333%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.btn_item02{
  background: none;
}

.item_box img,
.btn_item img,
.btn_item02 img{
  display: block;
  max-width: 100%;
  height: auto;
}
.item_box02 img.illust_height{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}


@media (max-width: 768px) {
  .sec{padding: 30px 0 0;}
  .item_box,
  .item_box02{
    width: 48%;
  }

  .pc_case{display: none;}
  .sp_case{display: block;}
}

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

@media (max-width: 768px) {
  header{padding-top: 20px;}
}


/* ==============================
    footer
=============================== */
#foot_shop{
  position: relative;
  padding: 40px 6%;
  z-index: 10;
}
#foot_shop p{
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.logo_aeon{
  display: block;
  max-width: 240px;
  width: 70%;
  margin: 0 auto 10px;
}

a:link.btn_aeon,
a:visited.btn_aeon{
  box-sizing: border-box;
  display: block;
  background: #f6b599;
  border-radius: 18px;
  color: #fff;
  font-size: 1.3rem;
  max-width: 400px;
  width: 100%;
  text-align: center;
  line-height: 36px;
  padding:0 20px;
  margin: 0 auto;
}
a:hover.btn_aeon{
  color: #fff;
  background: #ef8a8a;
}
#page_top{
  position: fixed;
  right: 0;
  bottom: -80px;
  display: block;
  width: 60px;
  height: 60px;
  z-index: 10;
}
#page_top:hover{opacity: 0.95;}

@media (max-width: 768px) {
  .logo_aeon{
    max-width: initial;
    width: 70%;
  }

}

/* 固定ボタンなど */
#pcbox_left,
#pcbox_right{
  position: fixed;
  min-width: 200px;
  width: 18vw;
  top: 50%;
  z-index: 10;
}
#pcbox_left{
  left: calc(50% - 768px / 2 - 0.5%);
  transform: translate(-100%, -50%);
}
#pcbox_right{
  left: calc(50% + 768px / 2 + 1.5%);
  transform: translateY(-50%);
}
#pcbox_right .pcbox_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}


#pcbox_right a.btn_right{
  position: relative;
  width: 46%;
  height: auto;
}
#pcbox_right a.btn_right:last-child{
  width: 46%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
}
#pcbox_right a.btn_right::before{
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 3px solid #f19fb0;
  opacity: 0;
  transform: rotate(-180deg) scale(0.95);
  transition:
    opacity 0.3s ease,
    transform 0.6s ease;
  pointer-events: none;
}
#pcbox_right a.btn_right:hover::before{
  opacity: 1;
  transform: rotate(0deg) scale(1);
}


/* pc side 途中から出てくる */
@media screen and (min-width: 1215px){
  .pcbox_inner{
    opacity: 0;
    transform: scale(0.96);
    transition:opacity 0.4s ease,transform 0.4s ease;
    pointer-events: none;
  }

  .pcbox_inner.is-show{
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
  }
}

@media screen and (max-width: 1214px){
  #pcbox_left,
  #pcbox_right{
    display: none;
  }
}

footer{
  position: relative;
  z-index: 100;
}
#foot_btn{
  display: none;
}
@media screen and (max-width: 1214px){
  body{padding-bottom: 180px;}
  footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    z-index: 999;
    transform: translateY(100%);
    transition: transform 0.6s ease-out;
  }
  footer::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55%;
    background: #80bab3;
    z-index: 0;
  }

/* スクロールしたら下からfooterが出てくる */
  footer.is-show{
    transform: translateY(0);
  }

/* 固定ボタン */
  #foot_btn{
    position: relative;
    display: block;
    width: 65%;
    margin: 0 auto;
    z-index: 20;
  }
  #foot_btn .containerbox{
    display: flex;
    justify-content: space-between;
  }
  #foot_btn a.item_btn{
    position: relative;
    display: block;
    width: 31%;
    line-height: 0;
  }
  #foot_btn a.item_btn::before{
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 3px solid #f19fb0;
    opacity: 0;
    transform: rotate(-180deg) scale(0.95);
    transition:
      opacity 0.3s ease,
      transform 0.6s ease;
    pointer-events: none;
  }
  #foot_btn a.item_btn:hover::before {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
  #foot_btn a.item_btn:hover img{
    opacity: 0.95;
  }
  #foot_btn a.item_btn img{
    width: 100%;
    height: auto;
    display: block;
  }

}
@media screen and (max-width: 768px){
  body{padding-bottom: 100px;}
  #foot_btn{
    width: 90%;
  }
  #left_box,
  #right_box{
  display: none;
}
}

/* ==============================
    main
=============================== */
.visuall_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.head_pinkbox{
  display: block;
  width: 90%;
  background: #f19fb0;
  border-radius: 9999px;
  text-align: center;
  padding: 30px 80px 20px;
  margin: 40px auto;
}

/* heder ボタンナビ */
#btn_nav{
  position: relative;
  padding: 10px 0 20px;
}
#btn_nav::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 65%;
  background: #80bab3;
  z-index: 0;
}

#btn_nav .containerbox{
  position: relative;
  width: 80%;
  margin: auto;
  z-index: 1;
}
.head_navbox{
  position: relative;
  width: 30%;
  aspect-ratio: 1 / 1;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 5px;
}
.head_navbox::before{
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 3px solid #f19fb0;
  opacity: 0;
  transform: rotate(-180deg) scale(0.95);
  transition:
    opacity 0.3s ease,
    transform 0.6s ease;
  pointer-events: none;
}
.head_navbox:hover::before {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

.head_navbox span{
  text-align: center;
  color: #80bab3;
  font-family: "Kiwi Maru", serif;
  font-size: 1.6rem;
  font-weight: bold;
}
.head_navbox:hover span {
  color: #f19fb0;
}
.head_navbox img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.img_check{
  position: relative;
  display: block;
  width: 140px;
  margin: 20px auto 0;
  z-index: 2;
}

/* タイトル */
.title_item img{
  display: block;
  width: 80%;
  margin: 0 auto 20px;
}
.pickup_shop{
  display: block;
  max-width: 200px;
  width: 50%;
  margin: 20px auto 10px;
}
.shop_click{
  display: block;
  width: 50%;
  height: auto;
  margin: 20px auto 10px;
}

/* イラスト配置 */
.illust01,
.illust02,
.illust03{
  position: relative;
}
.illust01::before{
  content: "";
  background: url(../images/newlife/item_navtxt.svg) no-repeat;
  position: absolute;
  bottom: 6%;
  right: 10%;
  width: 300px;
  height: 70px;
}
.illust02::before{
  content: "";
  background: url(../images/newlife/item_illust01.svg) no-repeat;
  position: absolute;
  bottom: 10%;
  right: -4%;
  width: 215px;
  height: 215px;
}
.illust03::before{
  content: "";
  background: url(../images/newlife/item_illust03.svg) no-repeat;
  position: absolute;
  bottom: 0;
  right: 4%;
  width: 350px;
  height: 180px;
}

@media (max-width: 768px) {
  .head_pinkbox{
    padding: 20px 25px 10px;
    margin: 10px auto;
  }
  #btn_nav .containerbox{
    width: 100%;
  }
  .head_navbox img{
    width: 80%;
  }
  .head_navbox span{
    font-size: 1.3rem;
    letter-spacing: -0.2em;
  }
  .title_item img{
    width: 85%;
    margin: 0 auto 5px;
  }
  .illust01::before{
    bottom: 6%;
    right: 2%;
    width: 210px;
    height: 50px;
  }
  .illust02::before{
    width: 150px;
    height: 150px;
  }
  .illust03::before{
    display: none;
  }
}


/* 新生活アイテム */
.triangle_box {
  position: relative;
  background: #fadae2;
  clip-path: polygon(
    0 120px,/* 左上（四角の開始） */
    50% 0,/* 三角の頂点 */
    100% 120px,/* 右上（四角の開始） */
    100% 100%,
    0 100%
  );
  padding: 80px 40px 30px;
  margin-bottom: 40px;
}

.shop_info,
.shop_info a:link,
.shop_info a:visited{
  color: #222;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

a.btn_item:hover{
  opacity: 0.8;
}
.boxline_red{
  border: 8px solid #e26a10;
}
.boxline_yel{
  border: 8px solid #eeb817;
}
.boxline_pnk{
  border: 8px solid #ef8a8a;
}
.boxline_blu{
  border: 8px solid #80bab3;
}
.boxline_grn{
  border: 8px solid #11986a;
}
.pd_tb{
  padding: 20px 0;
}
.one_item{
  width: 75%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .btn_item{
    margin-bottom: 10px;
  }
  #newlife01.wrapper,
  #newlife02.wrapper,
  #newlife03.wrapper,
  #newlife04.wrapper,
  #newlife05.wrapper,
  #newlife06.wrapper,
  #newlife07.wrapper{
    width: 100%;
  }
  .triangle_box {
    clip-path: polygon(
      0 80px,/* 左上（四角の開始） */
      50% 0,/* 三角の頂点 */
      100% 80px,/* 右上（四角の開始） */
      100% 100%,
      0 100%
    );
    padding: 60px 30px 30px;
  }
  .shop_info,
  .shop_info a:link,
  .shop_info a:visited{
    margin-bottom: 15px;
  }
  .boxline_red{
    border: 4px solid #e26a10;
  }
  .boxline_yel{
    border: 4px solid #eeb817;
  }
  .boxline_pnk{
    border: 4px solid #ef8a8a;
  }
  .boxline_blu{
    border: 4px solid #80bab3;
  }
  .boxline_grn{
    border: 4px solid #11986a;
  }
  .pd_tb{padding: 10px 0;}
}

/* 新習慣アイテム */
.bg_flag{
  position: relative;
  padding: 60px 0 80px;
  margin-bottom: 30px;
}
.bg_flag::before{
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/newhabit/bg_flag.png) no-repeat center / contain;
  z-index: -1;
}
.newhabitbox{
  display: block;
  width: 65%;
  margin: auto;
}

@media (max-width: 768px) {
  .bg_flag{
    padding: 20px 0;
    margin-bottom: 10px;
  }
  .bg_flag::before{
    background: url(../images/newhabit/bg_flag_sp.png) no-repeat center / contain;
  }
  .newhabitbox{
    width: 80%;
  }
}

/* 新体験・習い事 */
.try_box{
  display: block;
  width: 75%;
  margin: 30px auto 0;
}


@media (max-width: 768px) {
  .try_box{width: 95%;}
  #try .title_item img{
    margin: 0 auto 20px;
  }
}