@charset "UTF-8";


/*STORE-LINK=========================*/
.store-link{
display: flex;
justify-content: space-between;
max-width: 700px;
margin: 0 auto 240px;
}
.store-link .squareLink a{
width: 280px; 
line-height: 78px;
}



/* GELATO KITCHEN PAGE /gelato/kitchen/
============================================ */

/* UNDER KEYVIS ================ */
.under_keyvis{
  position: relative;
  width: 100%;
  /* aspect-ratio: 8/9;*/
  height: 40em;
}
.under_keyvis img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.under_keyvis_ttl{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5em;
  font-size: 1rem;
  padding: 2em 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  color: var(--c-white);
}
.under_keyvis_ttl .en {
  font-size: 5.5em;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: .02em;
}
.under_keyvis_ttl .ja {
  display: block;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.7;
  margin-top: .7em;
}
@media (min-width: 769px){
  .under_keyvis {
    position: relative;
    width: 100%;
    aspect-ratio: 50/21;
    height: initial;
  }
  .under_keyvis_ttl {
    left: 5em;
  }
}/* 769 */


.pride_copy {
  font-size: 2.3em;
  font-weight: 600;
  line-height: 1.7;
  padding: .5em 0;
}
.gelato_feat_intro {
  padding-bottom: 5em;
}
.gelato_feat_intro .sec_desc {
  font-size: 1.2rem;
}
@media (min-width: 769px){
  .pride_copy {
    font-size: 2.4em;
    padding: 1em 0;
  }
}/* 769 */


.gelato_feat_list{
  padding: 6em 0 0;
}
.gelato_feat_list_box{
  position: relative;
  padding: 9.1em 0 6em;
  /* margin-bottom: 1.5em; */
}
.gelato_feat_list_img_wrap {
  width: calc(100% + 4em);
  margin-left: -2em;
}
.gelato_feat_list_label{
  position: absolute;
  top: 0;
  line-height: 1;
}
.gelato_feat_list_label .num{
  display: block;
  font-size: 1.2em;
  color: var(--c-gold);
  margin: 0.5em 0 0.5em -.4em;
}
.gelato_feat_list_label .txt{
  font-size: 5.4em;
  font-weight: 600;
  letter-spacing: .01em;
}
.gelato_feat_list_ttl{
  font-size: 2.2em;
  font-weight: 500;
  padding: .6em 0;
}
.gelato_feat_list_desc{
  font-size: 1.2em;
  line-height: 1.8;
  padding: .2em 0 0;
  color: var(--c-black2);
}
.gelato_feat_list_desc p{
  padding: .3em 0;
}
.gelato_feat_list_img_box {
  aspect-ratio: 4 / 3;
  margin-bottom: .5em;
}
.gelato_feat_list_img_box img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 769px){

  .gelato_feat_list {
    padding: 0;
  }
  .gelato_feat_list_box{
    position: relative;
    /* height: 100vh; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3em 0;
    margin: 0;
    overflow: hidden;
  }
  .pinSection,
  .gelato_feat_list_img_box{
    width: 100%;
    height: 100%;
  }
  .gelato_feat_list_img_box{
    padding:0;
    aspect-ratio: 4 / 4;
  }
  .gelato_feat_list_img_wrap{
    width: 50%;
    height: 100%;
    margin: 0;
  }
  
  .gelato_feat_list_img_wrap img{
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .gelato_feat_list_ttl {
    padding-top: 0;
  }
  .gelato_feat_list_desc{
    font-size: 1.1em;
  }

  .gelato_feat_list_detail_wrap{
    width: 50%;
    padding: 0 4em;
  }
  .gelato_feat_list_label {
    position: initial;
    padding: 0;
    margin-bottom: 2em;
  }
  .gelato_feat_list_label .num {
    font-size: 1.1em;
  }
  .gelato_feat_list_label .txt {
    font-size: 4.2em;
  }
  .gelato_feat_list_label .num {
    margin-left: -.4em;
    margin-bottom: .6em;
  }
  .top_feat_foot_block {
    margin: 0 0 2em;
  }
  .gelato_feat_list_box:nth-child(even) {
    flex-direction: row-reverse;
  }
}/* 769 */


/* GELATO KITCHEN - STORE =================*/
[data-page="gelato_kitchen"] .sec_acc_store .sec_ttl._s .ja {
  font-size: 0;
}
[data-page="gelato_kitchen"] .sec_acc_store .sec_ttl._s .ja::before {
	display: block;
	content: 'お取り扱い店舗';
  font-size: 1.1rem;
}
[data-page="gelato_kitchen"] .acc_store_list_box {
  width: 100%;
}
[data-page="gelato_kitchen"] [data-store="ginza"].acc_store_list_box{
  display: none;
}

@media (min-width: 769px){
  [data-page="gelato_kitchen"] .acc_store_list_box {
    width: 24%;
  }
}



/* MORNING PAGE /morning/
================================== */

/* MORNING KEYVIS ================ */
.morning_keyvis{
  position: relative;
  width: 100%;
  /* aspect-ratio: 8/9;*/
  /* height: 40em; */
}
.morning_keyvis img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.morning_keyvis_ttl{
  position: absolute;
  /* top: 0; */
  bottom: .5em;
  left: 1.5em;
  font-size: 1rem;
  padding: 2em 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  /* color: var(--c-white); */
}
.morning_keyvis_ttl .en {
  font-size: 5.5em;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: .02em;
}
.morning_keyvis_ttl .ja {
  display: block;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.7;
  margin-top: .7em;
}
@media (min-width: 769px){
  .morning_keyvis {
    position: relative;
    width: 100%;
    aspect-ratio: 50 / 27;
    height: initial;
  }
  .morning_keyvis_ttl {
    left: 4em;
    bottom: 8.5em;
    font-size: 1.2em;
  }
}/* 769 */

@media (min-width: 960px){
  .morning_keyvis_ttl {
    left: 4em;
    bottom: 8.5em;
    font-size: 1.2vw;
  }
}/* 769 */


/* .morning_list{
  padding: 2em 0;
} */
.morning_list_box{
  position: relative;
  padding: 3em 0;
}
.morning_list_box::before{
  position: absolute;
  left: -2em;
  top: 0;
  content: "";
  display: block;
  width: calc(100% + 4em);
  height: 1px;
  background: linear-gradient(90deg, rgb(207 171 104) 20%, rgb(245 245 245) 100%);
}

/* .morning_list_detail{
  padding: .5em 0;
} */
.morning_logo{
  padding: .5em 0;
  /* margin-bottom: .8em; */
}
.morning_logo img{
  display: inline-block;
  width: 10em;
}
.morning_logo img:last-child{
  margin-top: 1em;
  margin-bottom: 0.4em;
}
.morning_list_ttl{
  font-size: 1.8em;
  line-height: 1.6;
  margin-bottom: 1em;
  text-align: center;
}
.morning_list_ttl .en{
  display: none;
  white-space: nowrap;
}
.morning_list_ttl .ja{
  display: block;
  /* font-size: 1.7em; */
}
.morning_list_detail{
  padding: 1em 0;
}
.morning_list_desc{
  font-size: 1.2em;
  font-weight: 500;
  padding: 1em 0;
}
.morning_list_desc p{
  padding: .2em 0;
}
.morning_list_img{
  width: calc(100% + 4em);
  margin-left: -2em;
  margin: .5em 0;
  margin-left: -2em;
}

.morning_price_desc{
  font-size: 1.1em;
  padding: 1em .5em .5em;
  line-height: 1.7;
  /* padding: .5em 0 .5em 1em; */
  /* border-bottom: 1px dashed var(--c-grey-txt); */
}
/* .morning_price_desc:first-child{
  border-bottom: 1px dashed var(--c-grey-txt);
} */
.dot{
  position:relative;
  display: block;
  font-size: 1.5em;
  font-weight: 500;
}
/* .dot::before {
  content: "";
  position: absolute;
  left: -.8em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: .4em;
  height: .4em;
  background-color: var(--c-black3);
  border-radius: 50%;
} */
.morning_price_desc .num{
  display: block;
  font-family: var(--font-en);
  font-size: 1.2em;
  font-weight: 600;
  margin-top: 0.2em;
}

@media (min-width: 769px){
  .morning_list_box {
    padding: 3em 0 5em;
  }
  .morning_list_ttl {
    margin-bottom: 1.8em;
  }
  .morning_logo {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 1.2em;
  }
  .morning_logo img {
    width: 11em;
  }
  .morning_list_box:not(:first-child) .morning_logo img {
    width: 13em;
  }
  .morning_pc_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .morning_list_img{
    width: 53%;
    margin: 0;
    aspect-ratio: 8 / 7;
  }
  .morning_list_detail{
    width: 40%;
    padding: 0;
  }
  .morning_list_desc {
    font-size: 1.3em;
    padding-top: 0;
  }
  .morning_price_desc {
    font-size: 1.15em;
    padding: 1em 0 1em;
  }
}/* 769 */


/* MORNING PAGE /morning/ 2
================================== */
[data-page="morning"] .en{
  font-family: 'Jost' , sans-serif;
} 

.morning_sec._harajuku {
  background-color: #faf7f5;
}
.morning_sec._ginza {
  background-color: #f4ede8;
}


/* MORNING INTRO ============ */
@media (min-width: 769px){
  .morning_intro_pc_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .morning_intro_txt_box{
    width: 45%;
  }
  .morning_intro_txt_box .pride_copy{
    padding-top: 0;
  }
  .morning_intro_img_box{
    width: 48%;
  }
}/* 769 */

/* MORNING AREA ============ */
.morning_area_ttl{
  font-size: 5em;
  line-height: 1.1;
  padding: .5em 0;
}
.morning_area_ttl .line1{
  display: block;
  font-size: 0.65em;
  font-family: 'Jost',sans-serif;
  font-weight: 500;
}
.morning_area_ttl .line2{
  display: block;
  font-family: 'Lato',sans-serif;
  font-weight: 600;
}
.morning_area_ttl .ja{
  display: block;
  font-size: 1.3rem;
  margin-top: 0.6em;
}

.morning_area_map_box{
  margin: 1.5em 0;
  background-color: #fff;
}
.morning_area_list{
  width: 100%;
  padding: 0 0 1.5em;
  margin: auto;
}
.morning_area_list_box{
  border-bottom: 1px solid var(--c-grey3);
}
.morning_area_list_box a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.1em 0;
}
.circle_icon{
  display: block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.45;
  background-color: #de2446;
  color: #fff;
  font-family: var(--font-en);
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
}
.morning_area_list_logo{
  max-width: 13em;
}

.head_arrow{
  width: 1em;
  margin: 0 .3em;
  opacity: .5;
}
.morning_store_list_box{
  padding: 3em 0;
}

.morning_store_list_box {
  width: calc(100% + 2em);
  padding: 2em 2em 1em;
  margin: 3em 0 3em -1em;
  background-color: #fff;
}

.morning_store_list_box .circle_icon{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  font-size: 1.1em;
  margin: auto;
}
.morning_store_list_ttl{
  position: relative;
  width: 100%;
  padding: .7em 0 .7em .5em;
  margin: auto;
}
.morning_store_list_ttl img{
  display: block;
  width: 10.5em;
  margin: auto;
}
.morning_time{
  font-family: var(--font-en);
  text-align: center;
  font-size: 1.15em;
  font-weight: 600;
  padding: .8em 0;
}
.morning_dl{
  border-top: 1px solid var(--c-grey3);
  border-bottom: 1px solid var(--c-grey3);
  padding: .8em .5em;
  margin: 1em 0;
}
.morning_dl_row{
  display: flex;
  align-items: center;
  gap: 0 1em;
  padding: .3em 0;
}
.morning_dl_row dt{
  min-width: 4.2em;
  text-align-last: justify;
}
.morning_dl_row dd{
  position: relative;
}
.gmap_link{
  /* position: absolute;
  left: 103%;
  top: 0;
  bottom: 0;
  margin: auto; */
  display: inline-block;
  height: fit-content;
  font-size: 1.2em;
  color: #d5493f;
  margin-left: .1em;
}
.morning_menu_slider_wrap{
  padding: 1.2em 0 1em;
}


.morning_menu_slider_wrap .slick-dots li {
  margin: 0 2px;
}
.morning_menu_slider_wrap .slick-dots li button:before {
  font-size: 8px;
}
.morning_menu_slider_wrap .slick-dots li.slick-active button:before {
  color: #d5493f;
}
.slick-prev {
  left: 1rem;
  z-index: 1;
}
.slick-next {
  right: 1rem;
  z-index: 1;
}
.slick-next:before, .slick-prev:before{
  color: #d5493f;
}

@media (min-width: 769px){
  .morning_area_pc_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5em 0;
  }

  .morning_area_ttl{
    padding-top: 0;
  }
  .morning_area_left{
    width: 56%;
  }
  .morning_area_right {
    width: 36%;
  }

  .morning_area_list{
    padding-bottom: 0;
  }
  .morning_area_list_logo {
    max-width: 14em;
  }
  .morning_area_list_box a {
    padding: 2em 0;
  }

  .morning_area_map_box{
    margin: 0;
  }
  .morning_store_list_box {
    width: 100%;
    padding: 2.3em 3em;
    margin: 4em 0;
  }

  .morning_store_list_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--c-grey3);
    padding-bottom: 1.4em;
    margin-bottom: 1.3em;
  }
  .morning_store_list_ttl {
    width: 39%;
    padding: 0 0 0 3.2em;
    margin: 0;
  }
  .morning_store_list_ttl img {
    display: block;
    width: 11.5em;
    margin: 0;
  }

  .morning_dl{
    border: none;
    padding: 0 2.2em 0 1.8em;
    border-left: 1px solid var(--c-grey3);
  }

  .slide_store{
    display: flex;
    justify-content: space-between;
  }
  /* .slide_store_slider{
    width: 48%;
  } */
  .slide_store_slider > figure img{
    aspect-ratio: 5/4;
    object-fit: cover;
  }

  .slide_store_slider{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
  }
  .slide_store_slider > figure{
    width: 52%;
  }
  .slide_store_slider .detail{
    width: 42%;
  }
}/*  */