﻿/*================================
  shop-list
=================================*/
/*----- page-common -----*/
html {
  scroll-behavior: smooth;
}

.main-area.shoplist{
  --color-red: #E60012;
  --color-gold: #977547;
  --color-black: #231815;
  --color-yellow: #F7F9DF;
  --color-gray: #F4F4F4;
  --color-gray2: #D9D9D9;
  --color-white: #fff;
  width: 100%;
}

.main-area.shoplist .main-inner{
  max-width: 100%;
  width: 100%;
}

#Wrap{
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .pc_only{
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp_only{
    display: none;
  }
}

/*----- shopListContent -----*/

#shopListContent .ttl-main{
  margin: 12rem 0 0;
}

#shopListContent .shoplist_list{
  width: 110rem;
  margin: 0 auto;
}

#shopListContent img{
  width: 100%;
}

#shopListContent .shoplist_ttl-wrapper{
  position: relative;
  z-index: 1;
  background-color: var(--color-yellow);
  overflow: clip;
}

#shopListContent .shoplist_ttl-wrapper::before{
  content: "";
  position: absolute;
  top: 8.5%;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100%;
  background-image: url(../img/shoplist-bg_pc.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

#shopListContent .shoplist_ttl-inner{
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 112rem;
  z-index: 10;
  margin: 0 auto;
}

#shopListContent .shoplist_ttl--ja{
  font-family: var(--font-ja);
  font-weight: var(--fontweight-bold);
  letter-spacing: 0.05em;
  line-height: 1.3888888889;
  font-size: 1.8rem;
  margin: 2rem 0;
}

#shopListContent .shoplist_notes{
  font-family: var(--font-ja);
  font-weight: var(--fontweight-medium);
  color: var(--color-red);
  letter-spacing: 0.05em;
  line-height: 1.4166666667;
  font-size: 1.2rem;
}

#shopListContent .heading{
  display: block;
  margin-top: 10rem;
}

#shopListContent .shop_area{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background-color: var(--color-yellow);
  border-radius: 5px;
  width: 100%;
  height: 4.4rem;
}

#shopListContent .shop_area::after{
  content: "";
  position: absolute;
  z-index: 10;
  top: -6rem;
  left: 49.3%;
  transform: translateX(-50%);
  width: 9rem;
  height: 6rem;
  background-image: url(../img/shoplist-kitty.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#shopListContent .shop_area.sanrio_kanto::after{
  background-image: url(../img/shoplist-kitty.png);
}

#shopListContent .area__ttl{
  font-family: var(--font-ja);
  font-weight: var(--fontweight-bold);
  letter-spacing: 0.05em;
  line-height: 1.3888888889;
  text-align: center;
  font-size: 1.8rem;
}

#shopListContent .shoplist_list-cont{
  width: 100%;
  border-bottom: solid 1px var(--color-gray2);
  padding: 3rem 0;
}

#shopListContent .shopList-cont_ttl{
  font-family: var(--font-ja);
  font-weight: var(--fontweight-bold);
  letter-spacing: 0.1em;
  line-height: 1.2142857143;
  font-size: 1.4rem;
}

#shopListContent .shopList-cont_address,
#shopListContent .shopList-cont_hour{
  font-family: var(--font-ja);
  font-weight: var(--fontweight-medium);
  letter-spacing: 0.05em;
  line-height: 1.4166666667;
  font-size: 1.2rem;
}

#shopListContent .shopList-cont_address a{
  text-decoration: underline;
}

@media screen and (min-width: 768px) {

  #shopListContent .shoplist_ttl-wrapper{
    padding: 12.8rem 0 11rem;
    margin-bottom: 2rem;
    margin-top: -1.5rem;
  }

  #shopListContent .shoplist_list-cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #shopListContent .shopList-cont_ttl{
    width: 20rem;
  }

  #shopListContent .shopList-cont_address {
    width: 33.5rem;
  }

  #shopListContent .shopList-cont_hour{
    width: 22.5rem;
  }

  #shopListContent .shopList-cont_link{
    width: 13rem;
  }

  #shopListContent .shopList_link-inner{
    justify-content: flex-end;
  }
}

#shopListContent .shopList_link-inner{
  display: flex;
  column-gap: .5rem;
}

#shopListContent .shopList_link-inner .shopList_link{
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  font-weight: var(--fontweight-bold);
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  font-size: 1.2rem;
  width: 6rem;
  height: 1.9rem;
  border-radius: 100px;
  border: solid 1px var(--color-black);
}




/*--------------------------------
  shop-list for SP
--------------------------------*/
@media screen and (max-width: 767px) {
  #shopListContent .c-breadcrumb > ol {
      width: max-content;
      padding: calc(20 * 100vw / 375) calc(19 * 100vw / 375);
  }
  /*----- shopListContent -----*/
  #shopListContent .shoplist_list{
    width: calc(335 * (100vw /375));
    margin: 0 auto;
  }

  #shopListContent .shoplist_ttl-wrapper{
    padding: calc(2 * (100vw /375)) 0 calc(40 * (100vw /375));
    margin-bottom: 0;
  }

  #shopListContent .shoplist_ttl-wrapper::before{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(357.15 * (100vw / 375));
    height: calc(195.15 * (100vw / 375));
    background-image: url(../img/shoplist-bg_sp.png);
  }

  #shopListContent .shoplist_ttl-inner{
    width: 100%;
  }

  #shopListContent .ttl-main{
    font-size: calc(24* (100vw /375));
    margin: calc(75* (100vw /375)) 0 0;
  }

  #shopListContent .shoplist_ttl--ja{
    line-height: 1.3076923077;
    font-size: calc(13 * (100vw /375));
    margin: calc(18 * (100vw /375)) 0 calc(20 * (100vw /375));
  }

  #shopListContent .shoplist_notes{
    line-height: 1.7;
    font-size: calc(10 * (100vw /375));
  }

  #shopListContent .heading{
    margin-top: calc(70 * (100vw /375));
  }

  #shopListContent .shop_area{
    height: calc(29 * (100vw /375));
  }

  #shopListContent .shop_area::after{
    background-image: url(../img/shoplist-kitty_sp.png);
    top: calc(-34 * (100vw / 375));
    left: 48.6%;
    width: calc(60 * (100vw /375));
    height: calc(38 * (100vw /375));
  }

  #shopListContent .shop_area.sanrio_kanto::after{
    background-image: url(../img/shoplist-kitty_sp.png);
  }

  #shopListContent .area__ttl{
    letter-spacing: 0.1em;
    line-height: 1.4166666667;
    font-size: calc(12* (100vw /375));
  }

  #shopListContent .shoplist_list-cont{
    display: inline-block;
    padding: calc(30* (100vw /375)) 0;
  }

  #shopListContent .shoplist_list-cont:last-child{
    border-bottom: none;
  }

  #shopListContent .shoplist_list-cont td{
    display: inline-block;
    width: 100%;
    line-height: 1.7;
  }

  #shopListContent .shopList-cont_ttl{
    line-height: 1.4166666667;
    font-size: calc(12* (100vw /375));
    margin-bottom: calc(10* (100vw /375));
  }

  #shopListContent .shopList-cont_address,
  #shopListContent .shopList-cont_hour{
    line-height: 1.4166666667;
    font-size: calc(10* (100vw /375));
  }

  #shopListContent .shopList-cont_hour{
    margin-bottom: calc(14* (100vw /375));
  }

  #shopListContent .shopList_link-inner{
    column-gap: calc(5* (100vw /375));
  }

  #shopListContent .shopList_link-inner .shopList_link{
    font-size: calc(10* (100vw /375));
    width: calc(160.8* (100vw /375));
    height: calc(19* (100vw /375));
  }
}


/*--------------------------------
  CATEGORY
--------------------------------*/
.main-area.shoplist .top_category{
  margin: 11rem auto;
}

.main-area.shoplist .top_category .top_characategory_img{
  background: var(--color-gray);
}

.main-area.shoplist .top_category .top-title{
  font-size: 4rem;
}

.main-area.shoplist .top_category .top_characategory_list{
  margin: 2.2rem auto 0;
}

.main-area.shoplist .top_category .top_characategory_name{
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .main-area.shoplist .top_category{
    margin: calc(40* (100vw /375)) auto calc(60* (100vw /375));
  }

  .main-area.shoplist .top_category .top-title{
    font-size: calc(24* (100vw /375));
  }

  .main-area.shoplist .top_category .top_characategory_name{
    font-size: calc(10* (100vw /375));
  }

  .main-area.shoplist .top_category .top_characategory_list{
    gap: calc(44 * 100vw / 375) calc(40 * 100vw / 750);
    margin: calc(21*100vw/375) auto 0;
  }
}


/*--------------------------------
  breadcrumb
--------------------------------*/
.c-breadcrumb{
  position: absolute;
  z-index: 10;
  width: auto;
  font-weight: var(--fw-medium);
}

.shoplist_ttl-inner .c-breadcrumb__text{
  font-family: var(--font-main);
}

@media screen and (min-width: 768px) {
  #Header ~ .c-breadcrumb{
    display: none;
  }

  .c-breadcrumb{
    top: 0;
    left: 0;
    /* top: 17rem;
    left: 15rem; */
    z-index: 10;
  }
}

@media screen and (max-width: 767px) {
  #Contents .c-breadcrumb:first-child{
    display: none;
  }

  .shoplist_ttl-inner .c-breadcrumb{
    display: block!important;
    top: 0;
    padding: 0 !important;
  }

  .c-breadcrumb{
    padding-top: calc(45 * (100vw / 375))!important;
  }
}