









@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
position:relative;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0; /* Reset `padding` and `margin` of all elements */
}
*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0},ol[role="list"]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){{html:focus-within{scroll-behavior:auto}}}

/* default setting */
html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 13px;
  letter-spacing: 0.12em;
  line-height: 2;
 position:relative;
}

a {
  color: var(--color-00_white);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ol,
ul,
dl,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

em,
i {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}


select:focus {
  outline: none;
}

img {
  display: block;
  height: auto;
  width: 100%;
}




#shibuya-sweets{
  position:relative;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
#shibuya-sweets.nav-active::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #0000007d;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.pc-menu {
    overflow: hidden;
    width: 100%;
    position: relative;
}
#shibuya-sweets section{
  padding: 80px 15px 30px;
  position: relative;
}
#shibuya-sweets h2,#shibuya-sweets section.review h3.review-text,.item-link{
  margin-bottom: 15px;
  font-family: "aptly", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 0.7;
  font-size: 30px;
}
#shibuya-sweets .brand-explaination h2{/* margin-top: -10px; */line-height: 0.55;}
#shibuya-sweets h2 span{
  font-size: 13px;
}
#shibuya-sweets .brand-explaination h2 span:first-of-type{
    font-size: 16px;
    line-height: 1.0;
    display: inline-block;
    color: #5ce0c7;
    padding: 0 0 0 19px;
    margin: 0 10px 14px 0;
    position: relative;
}
#shibuya-sweets .brand-explaination h2 span:first-of-type button{
    background:transparent;
    border:none;
    color: #5ce0c7;
    font-size: clamp(17px,2.2vw,19px);
    line-height: 1.4;
    letter-spacing: -0.2em;
}
#shibuya-sweets .brand-explaination h2 span:first-of-type button strong {
  font-size: 18px;
    line-height: 1.2;
}
#shibuya-sweets .brand-explaination h2 span:first-of-type::before {
    content: "";
    display: block;
    width: 16px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/shibuyasweets/image/place-icon.webp) no-repeat center bottom/contain;
    transition: 0.3s;
    aspect-ratio: 42/59;
}
#shibuya-sweets h2 span,.l_header__nav h2.month-repo{
  font-family: "senobi-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#shibuya-sweets h2.jp{
  margin-bottom:20px;
}
#shibuya-sweets .brand-explaination h2.jp span:first-of-type{
  margin-bottom:10px;
}
#shibuya-sweets h2.jp span{
    font-size:30px;
}
@media screen and (max-width:768px){
  #shibuya-sweets h2.jp span{
    font-size:23px;
  }
}


.s-bt{
  margin: 30px auto 0;
  width:80%;
  position: relative;
  background: #fff;
  z-index: 10;
  font-size: 15px;
  max-width: 400px;
  border-radius: 100vh;
  box-shadow:0 4px 0 #fff;
}
.s-bt::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 40%;
  left: 50%;
  border-bottom: 2px solid #6fd4c2;
  z-index: -100;
  border-radius: 100vh;
  transform:translate(-50%,50%);
}
.s-bt.top{
  font-size: 22px;
}
.s-bt a{
  padding: 12px 9px 11px 0;
  width: 100%;
  color: #6fd4c2;
  font-family: "aptly", sans-serif;
  font-weight: 600;
  font-style: normal;
  z-index: 10;
  position: relative;
  text-align: center;
  display: block;
  border:2px solid #6fd4c2;
  line-height: 1.0;
  border-radius: 100vh;
}
.s-bt a span{
  margin-bottom:3px;
  font-size:14px;
  color: #6fd4c2;
  font-family: "senobi-gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
display:block;
}
.s-bt.top a {
  color: #65c4ff;
  background: #ffffff;
  border: 2px solid #65c4ff;
}
.s-bt.top::before{
  border: 2px solid #65c4ff;
}
.s-bt.top a::before{
  background: #fff;
}
.archive .s-bt.top a::before{
  background: #84cffe;
}


.s-bt a::before{
  content: "";
  display: block;
  width: 1.5px;
  height: 25px;
  position: absolute;
  top: 25%;
  right: 41px;
  z-index: 23;
  transform: rotate(45deg);
  background: #6fd4c2;
  animation: online 1.5s linear infinite;
  animation-delay: 1.5s;
  visibility: visible;
  opacity: 1;
  display: block;
}
.s-bt a::after,.l_header ul.repo-bt-wrap li::after,.repo-bt-block ul.repo-bt-wrap li .swiper > span::after{
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 26%;
  right: 29px;
  transform: rotate(45deg);
  animation: online 1.5s linear infinite;
  width: 0;
  height:0;
  border-style:solid;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #6fd4c2 transparent;
}
.l_header ul.repo-bt-wrap li::after{
  right: 7px;
  top: 40%;
}
.repo-bt-block ul.repo-bt-wrap li .swiper > span::after{
    right: 3px;
    top: 3%;
}
.s-bt.top a::after,.l_header ul.repo-bt-wrap li::after,.repo-bt-block ul.repo-bt-wrap li .swiper > span::after{
  border-color: transparent transparent #ffffff transparent;
}
.archive .s-bt.top a::after{
  border-color: transparent transparent #84CFFE transparent;
}
@keyframes online{
  0%,100%{
    transform: rotate(45deg) translateY(-5px);
  }
  50%{
    transform: rotate(45deg) translateY(0);
  }
}
@media screen and (min-width:785px){
  .s-bt:hover{
    box-shadow:none;
    transform:translateY(5px);
  }
  .s-bt:hover::before{
    display:none
  }
}

/* * * * * * * * * * * * * * * * * * * * * * * * * 
　ローディング画面
* * * * * * * * * * * * * * * * * * * * * * * *  */
/*========= ローディング画面のためのCSS ===============*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #84cffe;
  z-index: 9999999;
  text-align:center;
  color:#fff;
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:300px;
}
#splash-logo img{
  width:100%;
}
#splash-logo::before {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  background: url(/shibuyasweets/image/title-bg.webp) no-repeat center/100%;
  animation: rotate 15s linear infinite;
  z-index: -2;
  position: absolute;
  top: -28%;
  left: 28%;
}
/*========= 画面遷移のためのCSS ===============*/

/*画面遷移アニメーション*/
body #html-bg{
    background:#84cffe;
}
body.appear #html-bg{
    background:#ff9ab0;
}

.splashbg{
    display: none;
  content: "";
  position:fixed;
  transform: scale(100);
  background-color: #84cffe;
  z-index: 999;
  top:calc(50% - 1rem);
  left:calc(50% - 1rem);
  width: 2rem;
  height: 2rem;
}


body.appear .splashbg{
    display: block;
    border-radius: 50%; 
  animation-name:PageAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;

}

@keyframes PageAnime{
  0% {
    transform: scale(100);
  
  }
  100% {
    transform: scale(0);
    display: none;
  }
}

/*画面遷移の後現れるコンテンツ設定*/
#shibuya-sweets{
  opacity: 0;
}
body.appear #shibuya-sweets{
  animation-name:PageAnimeAppear;
  animation-duration:1s;
  animation-delay: 0.8s;
  animation-fill-mode:forwards;
  opacity: 0;
    background: #fff;
}
@keyframes PageAnimeAppear{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}
@media screen and (min-width:780px){
#splash-logo {
  width:700px;
}
#splash-logo::before {
    width: 285px;
    height: 285px;
}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * 
　ハンバーガーメニュー
* * * * * * * * * * * * * * * * * * * * * * * *  */
.l_header.nav-active,.l_header.active{
  transform: translateY(0);
}
.l_header {
  position: fixed;
  top: 5px;
  right: 4px;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  max-height: 100px;
  /* background: #84cffe; */
  transition: 0.5s;
  transform: translateY(-100px);
  border-radius: 50%;
  z-index: 1200;
}
.l_header.nav-active::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #53402f59;
  z-index: 13;
  position: absolute;
  top: 0;
  left: 0;
}
.l_header__hamburger {
  padding-top: 10px;
  position: relative;
  z-index: 200;
  background: #84cffe;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.l_header__hamburger:hover {
  cursor: pointer;
}
.l_header__hamburger span {
  display: block;
  position: absolute;
  width: 26px;
  height: 2px;
  background-color: #ffffff;
  transition: ease 0.4s;
  z-index: 300;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
}
.l_header__hamburger span:nth-child(1) {
  top: 35%;
}
.l_header__hamburger span:nth-child(2) {
  top: 50%;
}
.l_header__hamburger span:nth-child(3) {top: 66%;}
.l_header__hamburger:hover {
  cursor: pointer;
}
.l_header__nav {
  position: absolute;
  top: -6px;
  right: -4px;
  max-width: 375px;
  width: 324px;
  height: 100vh;
  padding: 88px 20px 20px 15px;
  transform: translateX(375px);
  transition: ease 0.4s;
  z-index: 200;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  background: #84cffe;
  overflow-y: scroll;
}
.l_header__nav .month-repo span.bg::before{display: none;}
.l_header ul.repo-bt-wrap li{
  margin: 0;
  padding: 0 0 10px;
  width: 100%!important;
  position:relative;
  border-bottom: 2px dashed #ffffff;
}

.nav-archive ul.repo-bt-wrap {
    width: 100%;
    flex-direction: column;
    gap: 13px;
}
.l_header ul.repo-bt-wrap li:first-of-type{
  padding: 10px 0;
  border-top: 2px dashed #ffffff;
}
.l_header ul.repo-bt-wrap li a {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items:center;
  gap: 10px;
}
.l_header ul.repo-bt-wrap li a .repobt{
  width: 70px;
  margin: 0;
}
.l_header ul.repo-bt-wrap li a .repobt p,.l_header .month-repo span.bg::after{
 display:none
}
/*topへボタン*/
.nav-top-bt {
    margin: 26px auto 26px;
    color: #84cffe;
    font-weight: 600;
    /* border-bottom: 2px solid; */
    /* border-top: 2px solid; */
    font-size: 20px;
    font-family: "senobi-gothic", sans-serif;
    position:relative;
    width: 91%;
}
.nav-top-bt a {
    padding: 20px 26px;
    width: 100%;
    display: inline-block;
    background: #ffffff;
    border-radius: 100vh;
}
.nav-top-bt::before{
  content: "";
  display: block;
  width: 1.5px;
  height: 25px;
  position: absolute;
  top: 36%;
  right: 29px;
  z-index: 1;
  transform: rotate(45deg);
  background: #84cffe;
  animation: online 1.5s linear infinite;
  animation-delay: 1.5s;
}
.nav-top-bt::after{
  content: "";
  display: block;
  background: #84cffe;
  height: calc(tan(60deg) * 10px / 2);
  width: 10px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  top: 38%;
  right: 18px;
  transform: rotate(45deg);
  animation: online 1.5s linear infinite;
}


/*アーカイブボタン*/
.l_header .month-repo span.bg span.icon {
  width: 41px;
  margin: 0 0 0 15px;
}
.l_header ul.repo-bt-wrap li a p{
  width: calc(100% - 100px);
  color: #fff;
  font-weight: 600;
}
.l_header ul.repo-bt-wrap li::before{
  content: "";
  display: block;
  width: 1.5px;
  height: 25px;
  position: absolute;
  top: 43%;
  right: 22px;
  z-index: 1;
  transform: rotate(45deg);
  background: #ffffff;
  animation: online 1.5s linear infinite;
  animation-delay: 1.5s;
}

.nav-archive {
    padding: 20px 0;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nav-archive .swiper.repo-swiper{
  padding-bottom:0px
}
.nav-archive .repo-swiper .swiper-pagination{
  display:none
}
.nav-archive .month-repo{
  padding:0
}
.nav-archive .month-repo::after{
  display:none
}
.c_share{
  margin-top:30px;
  padding: 0 10px;
  color: #fff;
}
.c_share__wrap {
  display: flex;
  gap:15px
}
.c_share__wrap a{
  width:30px;
}
.l_header__nav nav {
  padding-bottom: 30px;
  width: 100%;
  height: 100%;
}

.l_header__nav_list {
  width: 100%;
}
.l_header__nav.nav-active {
  transform: translateX(0);
}
.l_header__nav.nav-active .repo-swiper .swiper-button-next, .l_header__nav.nav-active .repo-swiper .swiper-button-prev{
  display:none
}
.hamburger.active span:nth-child(1) {
  top: 24px;
  transform: rotate(45deg) translateX(50%);
  background: #ffffff;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: 85%;
  transform: rotate(-45deg) translateX(50%);
  background: #ffffff;
}



@media screen and (min-width: 769px) {
  .sp-only{
    display:none
  }
  .l_header {
    top: 20px;
    right: 2%;
    width: 70px;
    height: 70px;
  }
  .l_header.nav-active{
    transition: 0s;
  }
  .l_header__hamburger span {
    width: 30px;
    height: 2px;
  }
  .l_header__hamburger span:nth-child(2) {
    /* margin: 10px 0; */
  }
  .hamburger.active span:nth-child(3) {
    /* top: -18px; */
  }
  .l_header__nav{
    width: 400px;
    max-width: 400px;
    transform: translateX(450px);
    top: -20px;
    right: -44%;
    transition: ease 0.7s;
    overflow-y:auto
  }

}
/********************************
メインビジュアルエリア
*********************************/
#shibuya-sweets .mv-block{
  position: relative;
  padding: 0;
  z-index:10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#shibuya-sweets .mv-block .mv-bg-img {
  width: 100%;
  height: 100%;
}

#shibuya-sweets .mv-block .mv-img-block {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.mv-block .textbar-section{
 margin: 0;
 z-index: 100000;
 position: absolute;
 top: 24%;
 left: -3px;
 background-color: #ffa0b7;
}
.archive .mv-block .textbar-section .scrolling-text{
  color: #ffffff;
}
#shibuya-sweets .mv-block .mv-img-block::before{
  content: "";
  display: block;
  height: 22%;
  position: absolute;
  top: 14%;
  left: 33%;
  background: url("/shibuyasweets/image/member01.webp") no-repeat center/contain;
  z-index: 11;
  animation:fuwafuwa3 2s infinite;
  aspect-ratio: 225/299;
}
#shibuya-sweets .mv-block .mv-img-block > span{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
}
#shibuya-sweets .mv-block .mv-img-block > span::after{
  content: "";
  display: block;
  height: 24%;
  position: absolute;
  top: 26%;
  left: 8px;
  background: url("/shibuyasweets/image/member02.webp") no-repeat center/contain;
  animation:fuwafuwa2 2.5s infinite;
  aspect-ratio: 217/390;
}
#shibuya-sweets .mv-block .mv-img-block > span::before{
  content: "";
  display: block;
  height: 27%;
  position: absolute;
  top: 33%;
  right: 3%;
  background: url("/shibuyasweets/image/member03.webp") no-repeat center/contain;
  transform: rotate(9deg);
  animation:fuwafuwa 3s infinite ease;
  aspect-ratio: 148/395;
}
.fadeDown2{
  animation:fuwafuwa 1s infinite;

}
/* アニメーション */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0) rotate(12deg);
  }
  50% {
    transform: translateY(-10px) rotate(15deg);
  }
}
@keyframes fuwafuwa2 {
  0%{
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }

  80% {
    transform: translateY(0px);
  }
  90% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }

}
@keyframes fuwafuwa3 {
  0%, 100% {
    transform: translateY(10px) rotate(-9deg);
  }
  50% {
    transform: translateY(-10px);
  }
}
#shibuya-sweets .mv-block .mv-img-block h1{
  margin: 0 auto 0;
  width: 92%;
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translateY(-24%);
}

#shibuya-sweets .mv-block .mv-img-block h1 p{
  width:1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 0;
  margin: -1px;
}
#shibuya-sweets .mv-block .mv-img-block h1 span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 100;
}
#shibuya-sweets .mv-block .mv-img-block h1 span::before{
  content: "";
  display: block;
  aspect-ratio: 275/277;
  width: 36%;
  background: url("/shibuyasweets/image/title-bg.webp") no-repeat center/100%;
  animation: rotate 15s linear infinite;
  z-index: -1;
  position: absolute;
}
#shibuya-sweets .mv-block .mv-img-block h1 span::after{
  content: "";
  display: block;
  width: 100%;
  background: url("/shibuyasweets/image/title.webp") no-repeat center/contain;
  z-index: 1;
  position: relative;
  aspect-ratio: 887/247;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#shibuya-sweets .mv-block .lead-text{
  text-align: center;
  font-family: "senobi-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(15px,3.0vw,22px);
  line-height: 2.5;
  position: absolute;
  color: #fff;
  padding: 0;
  z-index: 100;
  bottom: 22%;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 500px;
}
#shibuya-sweets .mv-block .lead-text span.shop-name-color {
    color: #f6ff8b;
    font-size: 20px;
}
#shibuya-sweets .archive .mv-block .lead-text span.shop-name-color {
    color: #faffbe;
    font-size: 20px;
}




/********************************
部員紹介エリア
*********************************/
#shibuya-sweets section.chara-block{
  margin-bottom: 43px;
  padding: 50px 27px 0 23px;
  position: relative;
  z-index: 100;
}
#shibuya-sweets .chara-block h2, #shibuya-sweets .chara-block .text-wrap h3, .repo-bt-block ul.repo-bt-wrap li p{
  font-family: "senobi-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#shibuya-sweets .chara-block h2{
  margin-bottom: 20px;
  text-align: center;
  font-size: 21px;
  color: #ff9ab0;
}
#shibuya-sweets .chara-calm{
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap:20px;
  align-items: center;
  transform: scale(0.3);
  opacity:0;
}
#shibuya-sweets .chara-calm.anime{
  animation:pon linear 0.5s both;
  opacity:1
}
#shibuya-sweets .chara-calm.remove-anime{
  animation:remove-pon linear 0.5s both;
}
@keyframes pon{
  0%{
    transform: scale(0.5);
    opacity:0
  }
  60%{
   transform: scale(1.03);
    opacity:1
  }
  80%{
   transform: scale(0.93);
    opacity:1
  }
  95%{
   transform: scale(1.02);
    opacity:1
  }
  100%{
   transform: scale(1);
    opacity:1
  }
}
@keyframes remove-pon{
  0%{
    transform: scale(1);
    opacity:1
  }
  100%{
    transform: scale(0.3);
    opacity:0
  }
}
#shibuya-sweets .chara-block .chara-calm:first-of-type{
  color: #84e5ff;
}
#shibuya-sweets .chara-block .chara-calm:nth-of-type(2){
  color: #70d4c2
}
#shibuya-sweets .chara-block .chara-calm:last-of-type{
  margin-bottom: 0;
  color:#997bd7
}
#shibuya-sweets .chara-calm figure{
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-height: 100px;
}
#shibuya-sweets .chara-calm figure img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 86px;
}
#shibuya-sweets .chara-block .text-wrap h3{
  letter-spacing: -0.2em;
  font-size: 14px;
  border-bottom: dotted;
}
#shibuya-sweets .chara-block .text-wrap p{
  color: #4D4D4D;
  font-size: 12px;
}

/********************************
他のページ遷移ボタン
*********************************/
#shibuya-sweets section.repo-bt-block {
  padding: 10px 0 50px;
  margin: -33px 0 0;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #84cffe;
}
#shibuya-sweets .archive.fixed .month-repo::after{
display:none
}

#shibuya-sweets section.repo-bt-block h2.month-repo,.l_header__nav h2.month-repo{
  margin-bottom:20px
}
#shibuya-sweets section.repo-bt-block h2.month-repo span,.l_header__nav h2.month-repo span{
  font-size: 21px;
  line-height: 1.5;
}
#shibuya-sweets section.repo-bt-block h2.month-repo span span,#shibuya-sweets section.repo-bt-block h2.month-repo .number,.l_header__nav h2.month-repo .number {
  font-size: 30px;
  margin-top:-5px
}
#shibuya-sweets section.repo-bt-block .month-repo span.bg::before,#shibuya-sweets section.repo-bt-block .month-repo span.bg::after{
  display: none;
}

.swiper.repo-swiper {
    width: 90%;
    padding-bottom: 46px;
    max-width: 700px;
    margin: 0 auto;
}
.lineup-block + section.repo-bt-block .swiper.repo-swiper {
  width: 90%;
}
.repo-swiper .swiper-pagination{
  bottom: 8px;
  top:auto;
  right: 0;
  left: auto;
  width: calc(100% - 111px);
}
.repo-swiper .swiper-pagination .swiper-pagination-bullet{
  border-radius:0;
  height:3px;
  margin:0;
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,3%));
}
.repo-swiper .swiper-pagination .swiper-pagination-bullet-active{
  background: #faffbb;
}
.repo-swiper .swiper-button-next, .repo-swiper .swiper-button-prev{
  bottom:0;
  background: #faffbb;
  top:auto;
  right:auto;
  left: 21px;
  border-radius:50%;
  width: 38px;
  height: 38px;
}
.repo-swiper .swiper-button-next{
  left: 68px;
}
.repo-swiper .swiper-button-next::after,.repo-swiper .swiper-button-prev::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 56%;
    right: 50%;
    z-index: 2;
    border-top: 2px solid #797979;
    border-left: 2px solid #797979;
    transform: rotate(-45deg) translateY(4%) translateX(95%);
}
.repo-swiper .swiper-button-next::after{transform: rotate(135deg) translateY(50%) translateX(0%);right: auto;left: 38%;top: 50%;}
.repo-bt-block ul.repo-bt-wrap {
  width: 100%;
  align-items: flex-end;
}
.repo-bt-block ul.repo-bt-wrap li a > p{
  z-index: 100;
  color:#fff;
  letter-spacing: -0.3em;
  font-size: 13px;
  position:relative;
  background: #84cffe;
  width: 90%;
  margin: 0 auto 10px;
  padding: 5px 3px;
  border:2px solid;
  border-radius:100vh;
  text-align:center;
  line-height: 1.2;
}
.repo-bt-block ul.repo-bt-wrap li a > p::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -1px;
  left: 30%;
  border-top: 2px solid #ffffff;
  background: #84cffe;
  transform: translateY(50%) rotate(-135deg);
}
.repo-bt-block ul.repo-bt-wrap li {
    position: relative;
    display: inline-block;
}
.repo-bt-block ul.repo-bt-wrap li .swiper > span{
  position:absolute;
  width: 30px;
  height: 30px;
  top: 43%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1000;
}
@media screen and (max-width:785px){
.l_header__nav .repo-swiper .swiper-button-next, .l_header__nav .repo-swiper .swiper-button-prev{
  display:none
}
  .repo-bt-block ul.repo-bt-wrap li {
    width: calc((100% - 10px) / 3);
  }
  .repo-bt-block ul.repo-bt-wrap li a > p{
    font-size:13px;
  }
}

.repo-bt-block ul.repo-bt-wrap li .swiper > span::before {
  content: "";
  display: block;
  width: 1.5px;
  height: 22px;
  position: absolute;
  top: 4%;
  right: 46%;
  transform: rotate(45deg);
  background: #ffffff;
  animation: online 1.5s linear infinite;
  animation-delay: 1.5s;
  z-index:100
}
::-webkit-scrollbar{
    width: 5px;
    border-radius: 100vh;
    height: 5px;
    overflow: hidden;
}
::-webkit-scrollbar-track{
   background-color: #fff;
    border-radius: 100vh;
    opacity:0.7;
}
::-webkit-scrollbar-thumb{
   background-color: #ffa0b7;
    border-radius: 100vh;
    opacity:0.7;
}
.repobt{
  border-radius: 50%;
  overflow: hidden;
  border:dotted #fff
}
.repobt p {
  position: absolute;
  top: 55%;
  left: 50%;
  z-index: 100;
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 4px #000;
  letter-spacing: -0.1em;
  transform: translateX(-50%) translateY(-50%);
  font-size: 15px;
}

/********************************
渋谷のココにあるよ
*********************************/
button:hover{
  cursor:pointer;
}
.openBtn{
position: sticky;
top: 37%;
right: 0;
left: 100%;
width: 54px;
height: 95px;
border: none;
font-size: 0;
background: url("/shibuyasweets/image/fixed-bt.webp") no-repeat top right/contain;
z-index: 100;
opacity: 0;
transform: scale(0.5);
}
.openBtn.anime{
  transition: 0.3s;
  opacity: 1;
  animation: pon linear 0.5s both;
  animation-delay: 0.8s;
}
.openBtn.remove-anime{
  animation: remove-pon linear 0.5s both;
}
dialog[open] {
  width:100%;
  height: 100%;
  background: #0000008f;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  max-height: 100%;
}
.modal-content{
  position: relative;
  padding:54px 20px 30px;
  width: 92%;
  height: 80%;
  overflow-y: scroll;
  background: #beeee6;
  border-radius: 30px;
  box-shadow: 7px 3px 0 #78a69e;
  overscroll-behavior-y: contain;
}
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shop-adress{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.5;
}
.modal-content address{
  font-style: normal;
  line-height: 1.5;
}
.map-link{
  margin-top: 5px;
  border-bottom: 2px solid #333;
  position: relative;
  font-weight: 600;
}
.map-link::before{
  content: "";
  display: block;
  width:1px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  transform: translateY(-50%) rotate(45deg);
  background: #333;
}
.map-link::after{
  content: "";
  display: block;
  background: #333;
  height: calc(tan(60deg) * 10px / 2);
  width: 10px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  top: -20%;
  right: 5px;
  transform: rotate(45deg);
}
.map-link a{
  display: block;
  width: 100%;
  height: 100%;
  color: #333
}
.modal-content details{
  margin-top: 16px;
}
.modal-content summary{
  font-weight: 600;
  display: flex;
  align-items: center;
  border-bottom: 2px solid;
  justify-content: space-between;
  list-style: none;
}
summary::-webkit-details-marker {
  display:none;
}
 .modal-content details summary::after {
    content: "＋";
    font-weight: 600;
    font-size: 19px;
    text-align: center;
    line-height: 1.0;
    color: #000000;
    margin-right: 10px;
}
 .modal-content details[open] summary::after {
    content: "−";
}
 .modal-content ::marker{
    content: "";
  display:none
}
.modal-content .flormap{
  margin-top: 10px;
  width: 100%;
}
.closeBtn{
  position: absolute;
  top:25px;
  right:25px;
  font-size: 0;
  width: 30px;
  height: 30px;
  border:none;
  background: transparent;
}
.closeBtn::before,.closeBtn::after{
content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%) rotate(-45deg);
    background: #333;
}
.closeBtn::after{
  transform: translateX(50%) rotate(45deg);
}

/********************************
商品紹介
*********************************/
#shibuya-sweets section.review{
  padding: 0;
  color: #fff;
  position: relative;
}
#shibuya-sweets section.review h3.review-text {
  margin-bottom: 22px;
  font-weight: 500;
  text-align: center;
  position: relative;
}
#shibuya-sweets section.review h3.review-text p.item-category{
  margin-top: 26px;
    margin-left: -5px;
  font-size: 50px;
  letter-spacing: -0.3em!important;
    line-height: 1.2;
}
#shibuya-sweets section.review h3.review-text .review-num{
    width: 100px;
    display: block;
    position: relative;
    margin: 0 auto;
}

#shibuya-sweets section.review h3.review-text .review-num span.circle{
  height: auto;
  width: 100%;
  animation: rotate 15s linear infinite;
  display: block;
}

#shibuya-sweets section.review h3.review-text .review-num span.number{
  height: auto;
  width: 6vw;
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  display: block;
}
#shibuya-sweets section.review #item02 h3.review-text .review-num span.number{
  top: 50%;
  left: 49%;
}



/*ブランドメモ*/
.review > div.bg-white {
  margin-top: -30px;
  padding-top: 5px!important;
  background: #fff;
  padding: 0 20px 47px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
/*閉店したブランド*/
.review > div.close {
  margin-top: 40px!important;
}
.review .bg-white .brand-explaination{
  padding: 22px 0 15px;
  margin: 0 auto;
  color: #ff9ab0;
  border-radius: 30px;
  border: 2px solid;
  box-shadow: 0px 4px 0 #ff9ab0;
  width: 100%;
  max-width: 500px;
}
#shibuya-sweets section.review h3.review-text p.item-category, .bg-white .month-repo,.textbar-section .scrolling-text, .point-box h4, .review-slider .swiper-slide,.item-info .item-name,.item-info .item-price span{
  font-family: "senobi-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.1em;
}
.month-repo{
  margin: 0 0 13px;
  padding: 5px 11px 3px 10px;
  display: inline-block;
  font-size: 18px;
  z-index: 10;
  position: relative;
  color: #ffffff;
  transition:0.3s;
}

.month-repo .number{
  font-size: 18px;
}
.month-repo .number span{
  font-size: 30px;
}
.month-repo::before{
  /* content: ""; */
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  border-top: 2px solid #ff9ab0;
  border-left: 2px solid #ff9ab0;
  background: #ff9ab0;
  transform: translateY(50%) translateX(-50%) rotate(-135deg);
}
.month-repo::after{
  content: "";
  display: block;
  width:100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 2px solid #ff9ab0;
  z-index: -2;
  transition:0.3s;
}
.archive .month-repo::after{
    border: 2px solid #84cffe;
}
.pc-only .month-repo::after,.archive .repo-bt-block .month-repo::after{
  display:none
}
.month-repo.anime::after{
  bottom: 5px;
  left: -5px;
}

.month-repo span.bg::before{
  content: "";
  display: block;
  width:100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ff9ab0;
  z-index: -1;
}
.month-repo span.bg::after{
  content: "";
  display: block;
  width:100%;
  height: 100%;
  position: absolute;
  bottom: 5px;
  left: -5px;
  background: #fff;
  z-index: -2;
}
.month-repo span.bg span.icon{
  width:30px;
  margin: 0 0 0 5px;
  display: inline-block;
  background: url(/shibuyasweets/image/report-icon2.webp) no-repeat center / contain;
  aspect-ratio: 172/189;
}
.month-repo span.bg span.icon img{
  width:100%;
  height:100%;
  object-fit: contain;
}
.brand-explaination div{
  margin:0 auto;
  width:90%;
  display: block;
  background-color: #ffffff;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%), linear-gradient(180deg, #ff9ab0 1px, transparent 1px);
  background-size: 8px 100%, 100% 2.8em;
  background-repeat: repeat;
  line-height: 2.8em;
  padding-bottom: 1px;
  text-align: center;
  color: #333;
  font-size: 13px;
}
#shibuya-sweets .archive .brand-explaination div{
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%), linear-gradient(180deg, #6cb0db 1px, transparent 1px);
}
.brand-explaination figure{
  width: 40%;
  margin: 10px auto 0;
  aspect-ratio:1/1;
  max-width:100px
}
.brand-explaination figure img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.item-link-wrap {
    margin-top: 30px;
    display: flex;
    width: 80%;
    max-width: 400px;
}
.item-link-wrap.twoitem{
  gap: 0 40px;
}
.item-link-wrap.threeitem{
  width: 90%;
  gap: 20px;
  max-width: 900px;
}
.item-link-wrap.fouritem{
  width: 97%;
  gap: 10px;
  max-width: 900px;
}
.item-link-wrap.twoitem .item-link{
  width:calc((100% - 10px) / 2)
}
.item-link-wrap.threeitem .item-link{
  width:calc((100% - 20px) / 3)
}
.item-link-wrap.fouritem .item-link{
  width:calc((100% - 30px) / 4)
}
.item-link{
    position:relative;
    color: #000;
    border-radius: 50%;
    border: dashed #84cffe;
    aspect-ratio: 1/1;
    transform: scale(0.3);
    opacity: 0;
    transition: 0.8s;
}
.item-link:nth-of-type(2){
  animation-delay: 0.3s!important;
}
.item-link:nth-of-type(3){
  animation-delay: 0.6s!important;
}
.item-link.anime{
    animation: pon linear 0.5s both;
    transition: 0.3s;
    opacity: 1;
}
.item-link.remove-anime{
  animation:remove-pon linear 0.5s both;
}
.item-link a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-link::before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -11px;
  left: 50%;
  border-top: 3px solid #84cffe;
  border-left: 3px solid #84cffe;
  background: #fff;
  transform: translateX(-50%) translateY(50%) rotate(-135deg);
  animation: arrow 1.5s linear infinite;
}
@keyframes arrow{
  0%,100%{
    transform: translateX(-50%) translateY(50%) rotate(-135deg);
  }
  50%{
    transform: translateX(-50%) translateY(100%) rotate(-135deg);
  }
}
.item-link div {
  position: absolute;
  top: -5px;
  left: 30px;
  color: #84cffe;
  background: white;
  transform: rotate(-4deg);
  display: block;
  padding: 5px;
  margin-left: -20px;
  font-size: 21px;
  z-index: 10;
}
.item-link figure {
  width: 82%;
  height: 64%;
  position: relative;
  z-index: 100;
}
.item-link figure img{
  width: 100%;
  height: 100%;
  object-fit:contain;
}




/*レビュー商品*/
#shibuya-sweets .review .bg-pink > div > div.slider-hidden{
  overflow:hidden;
  padding:0;
max-width:100%
}
.review-item-slider {
overflow: visible !important;
}
.swiper-wrapper,.swiper,.swiper-slide{
  height:auto;
}
.review-item-slider .swiper-slide{
opacity:0.5;
transition:0.5s;
transform:scale(0.8)
}
.review-item-slider .swiper-slide.swiper-slide-active{
opacity:1;
transform:scale(1)
}


.review .bg-pink{
  padding: 0;
  /* background-color: #ff9ab0; */
}
.review #item01{
  position:relative;
  padding: 22px 0 47px;
  background-color: #ff9ab0;
}

#shibuya-sweets .review .bg-pink .item-block > .review-item{
  margin: 11vh auto;
  position: relative;
}
.review .review-item > figure{
  transform: scale(0.3);
  opacity: 0;
  transition: 0.8s;
  width: 80%;
  height: 200px;
  margin: 0 auto;
}
.review .review-item > figure.anime {
    animation: pon linear 0.5s both;
    transition: 0.3s;
    opacity: 1;
}
.review .review-item figure.remove-anime{
  animation:remove-pon linear 0.5s both;
    opacity: 0;
}
.review .review-item figure img{
  height:100%;
  object-fit:contain;
}
.review .review-item .item-info{
  text-align: center;
}
.item-info{
  margin: 30px auto 50px;
  width:90%;
  max-width: 560px;
}
.item-info + .item-info {
  margin-top: 35px;
}
#shibuya-sweets .review .bg-pink .item-block > .review-item .s-bt{
  max-width:250px
}
.item-info .item-brand{
  margin-bottom: 8px;
  padding: 0 10px 5px;
  font-size: 17px;
  border-bottom:dotted #fff;
  display:inline-block;
  line-height: 1.0;
  font-family: "aptly", sans-serif;
  font-weight: 600;
}
.item-info .item-name,.item-info .item-price{
  font-size: 24px;
    line-height: 1.4;
}
.review-item .item-info .item-name span {
    font-size: 14px;
}
.item-info .item-price{
  margin-top:10px;
  line-height: 1.0;
  font-family: "aptly", sans-serif;
  font-weight: 600;
}
.item-info .item-price span{
  margin-left: 2px;
  font-size: 16px;
  letter-spacing: 0;
}
.item-info .s-bt{
  width:100%;
  max-width: 500px;
}
.buy-bt {
  position: sticky;
  top: 82vh;
  right: 0;
  width: 70px;
  height: 70px;
  padding: 3px;
  z-index: 80;
  border-radius: 50%;
  background: #ffffff;
  overflow: hidden;
  font-size: 13px;
  font-family:
  "aptly", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.005em;
  box-shadow: 0 0 9px #fff;
  opacity: 0;
  margin: 0 0 0 auto;
}
.buy-bt.anime{
    opacity: 1;
    animation: pon linear 0.3s both;
}
.buy-bt.remove-anime{
    animation: remove-pon linear 0.3s both;
}
.buy-bt a{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ff5c80;
  height: 100%;
  justify-content: center;
}
.buy-bt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
div.buy-bt span {
  width: 80%;
  height:41px;
}


/*レビューポイント*/
#shibuya-sweets .point-wrap{
  margin: 0 auto 50px;
  padding: 0 16px 0 10px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 560px;
  width: 80%;
}
#shibuya-sweets .point-wrap.bt-none{
  margin-top: 40px;
}
#shibuya-sweets .point-box{
  display: grid;
  gap: 27px;
  align-items: center;
  grid-template-columns: 26% 1fr;
}
.point-box h4{
  margin:0 0 10px -10px;
  border:2px solid;
  border-radius: 100vh;
  position: relative;
  padding: 2px 10px 0;
  font-size: 12px;
  text-align:center;
  display: inline-block
}
.point-box h4::before{
  content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -1px;
    left: 30%;
    border-top: 2px solid #ffffff;
    background: #ff9ab0;
    transform: translateY(50%) rotate(-135deg);
}
.point-box p{
    font-size: 13px;
  font-weight: 600;
}
.point-box figure {
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.point-box figure img{
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/*食べるまでの流れ*/
ul.story-wrap {
  margin: 0 auto 50px;
  padding: 0 20px;
  max-width: 650px;
}
li.item-story {
  width: 84%;
  position: relative;
  margin: 0 auto 60px 0;
}
li.item-story:last-of-type{
  margin-bottom:0
}
li.item-story:nth-of-type(2n) {
  margin: 0 0 60px auto;
}
li.item-story img {
  border-radius: 30px;
  overflow: hidden;
}
li.item-story p {
  padding: 7px 12px 7px 47px;
  font-weight: 600;
  background: #85dbe8;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 15px;
  font-size: 14px;
}
li.item-story:nth-of-type(2) p,li.item-story:nth-of-type(5) p,li.item-story:nth-of-type(8) p,li.item-story:nth-of-type(11) p{
  background: #997bd7;
}
li.item-story:nth-of-type(3) p,li.item-story:nth-of-type(6) p,li.item-story:nth-of-type(9) p,li.item-story:nth-of-type(12) p{
  background: #ffb2d7;
  padding: 7px 12px 7px 30px;
}
li.item-story p::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 0;
  right: 20%;
  background: #85dbe8;
  transform: translateY(42%) rotate(45deg);
  border-radius: 2px;
}
li.item-story:nth-of-type(2) p::before,li.item-story:nth-of-type(5) p::before,li.item-story:nth-of-type(8) p::before,li.item-story:nth-of-type(11) p::before{
  background: #997bd7;
}
li.item-story:nth-of-type(3) p::before,li.item-story:nth-of-type(6) p::before,li.item-story:nth-of-type(9) p::before,li.item-story:nth-of-type(12) p::before{
  background: #ffb2d7;
}
li.item-story p::after {
  content: "";
  display: block;
  height: 70px;
  position: absolute;
  bottom: 0;
  left: -28px;
  background: url(/shibuyasweets/image/member-face01.webp) no-repeat center/contain;
  aspect-ratio: 282/255;
}

li.item-story:nth-of-type(2) p::after,
li.item-story:nth-of-type(5) p::after,
li.item-story:nth-of-type(8) p::after {
  background: url(/shibuyasweets/image/member-face02.webp) no-repeat center/contain;
  aspect-ratio: 17/14;
  height: 60px;
}
li.item-story:nth-of-type(3) p::after,
li.item-story:nth-of-type(6) p::after,
li.item-story:nth-of-type(9) p::after {
  background: url(/shibuyasweets/image/member-face03.webp) no-repeat center/contain;
  aspect-ratio: 137/131;
  height: 60px;
}


/*流れる文字*/
.textbar-section {
  margin-bottom: 35px;
  background-color: #fdffc9;
  height: 30px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
  z-index: 20;
  display: flex;
  transform: rotate(5deg) skewX(5deg);
  align-items: center;
}
.review .textbar-section.bottom {
  margin-bottom: 0;
  transform: rotate(-5deg) skewX(-5deg);
  align-items: center;
}
.textbar-section .scrolling-text {
  position: relative;
  color: #ff9ab0;
  animation: flowing 20s linear infinite;
  font-size: 14px;
  line-height: 0;
}
#item02 .textbar-section .scrolling-text {
    color: #64a8e0;
}
.textbar-section .scrolling-text.wrap2{
  transform: translateX(50%);
}
.textbar-section .scrolling-text span{
  margin-left: 7px;
}
.textbar-section .scrolling-text span span{
  margin: 0 2px;
  font-size:15px;
  letter-spacing: -0.25em;
}
@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}

/*レビューコメント*/
#shibuya-sweets .coment-wrap{
  margin: 30px auto 0;
  width: 80%;
}
#shibuya-sweets .coment-wrap .chara-calm{
  margin-bottom: 30px;
  color: #333;
  gap: 13px;
  align-items: center;
  position:relative;
}
#shibuya-sweets .coment-wrap .chara-calm::before,#shibuya-sweets .coment-wrap .chara-calm:nth-of-type(2)::after{
  content:"";
  display:inline-block;
  width: 100%;
  aspect-ratio:1/1;
  background: url(/shibuyasweets/image/member-face01.webp) no-repeat center bottom/auto 95% #fff;
  border-radius: 50%;
}
#shibuya-sweets .coment-wrap .chara-calm:nth-of-type(2)::before{
  display:none;
}
#shibuya-sweets .coment-wrap .chara-calm:nth-of-type(2)::after{
  background: url(/shibuyasweets/image/member-face03.webp) no-repeat bottom/auto 95% #fff;
}
#shibuya-sweets .coment-wrap .chara-calm:nth-of-type(3)::before{
  background: url(/shibuyasweets/image/member-face02.webp) no-repeat center bottom/auto 95% #fff;
}
#shibuya-sweets .coment-wrap .chara-calm:last-of-type{
  margin-bottom: 0;
}
#shibuya-sweets .coment-wrap .chara-calm:nth-of-type(2){
    grid-template-columns: 1fr 80px;
}
#shibuya-sweets .coment-wrap .chara-calm:nth-of-type(2) figure{
 order:2;
}
#shibuya-sweets .coment-wrap .chara-calm figure{
  border:none;
}
#shibuya-sweets .coment-wrap .chara-calm .text-wrap{
  padding: 15px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
#shibuya-sweets .coment-wrap .chara-calm .text-wrap::before,#shibuya-sweets .coment-wrap .chara-calm .text-wrap::after{
  content: "";
  display: block;
  width:2px;
  height: 45px;
  position: absolute;
  bottom: -10px;
  left: 10px;
  z-index: 1;
  transform: rotate(-45deg);
  background: #84efff;
}
#shibuya-sweets .coment-wrap .chara-calm .text-wrap::after{
  top:-10px;
  right: 10px;
  bottom: auto;
  left: auto;
}
#shibuya-sweets .coment-wrap .chara-calm:nth-of-type(2) .text-wrap::before,#shibuya-sweets .coment-wrap .chara-calm:nth-of-type(2) .text-wrap::after{
  background:#997bd7;
}
#shibuya-sweets .coment-wrap .chara-calm:nth-of-type(3) .text-wrap::before,#shibuya-sweets .coment-wrap .chara-calm:nth-of-type(3) .text-wrap::after{
  background:#70d4c2;
}
#shibuya-sweets .coment-wrap .chara-calm.member02 .text-wrap::before,#shibuya-sweets .coment-wrap .chara-calm.member02 .text-wrap::after{
  background;#70d4c2;
}
#shibuya-sweets .coment-wrap .chara-calm.member03 .text-wrap::before,#shibuya-sweets .coment-wrap .chara-calm.member03 .text-wrap::after{
  background:#997bd7;
}
#shibuya-sweets .coment-wrap .chara-calm .text-wrap p{
  background-color: #fff;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #84efff 1px, transparent 1px);
  background-size: 8px 100%, 100% 2.0em;
  background-repeat: repeat;
  line-height: 2.0em;
  padding-bottom: 1px;
  font-size: 13px;
}
#shibuya-sweets .coment-wrap .chara-calm:nth-of-type(2) .text-wrap p,#shibuya-sweets .coment-wrap .chara-calm.member03 .text-wrap p{
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #997bd7 1px, transparent 1px);
}
#shibuya-sweets .coment-wrap .chara-calm:nth-of-type(3) .text-wrap p,#shibuya-sweets .coment-wrap .chara-calm.member02 .text-wrap p{
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #70d4c2 1px, transparent 1px);
}

#item02{
  margin: 0 0;
  background: #64a8e0;
  position: relative;
}
#shibuya-sweets #item02 .point-box h4::before{
  background: #64a8e0;
}
#item03{
  background-color: #ff9ab0;
}

/********************************
その他商品紹介
*********************************/
#shibuya-sweets section.lineup-block {padding: 161px 0 24vh;}
#shibuya-sweets .lineup-block h2{
  color: #ff9ab0;
  margin-bottom: 50px;
}
#shibuya-sweets .lineup-block .item-wrap{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 40px 30px;
  width:90%;
  margin:0 auto
}
#shibuya-sweets .lineup-block .item-wrap .other-item{
  transform: scale(0.3);
  opacity: 0;
  transition: 0.8s;
}
#shibuya-sweets .lineup-block .item-wrap .other-item:nth-of-type(2n){
  animation-delay: 0.3s!important;
}
#shibuya-sweets .lineup-block .item-wrap .other-item.anime{
  animation: pon linear 0.5s both;
  transition: 0.3s;
  opacity: 1;
}
#shibuya-sweets .lineup-block .item-wrap .other-item.anime p{
  line-height: 1.4;
}
#shibuya-sweets .lineup-block .item-wrap .other-item.remove-anime{
  animation:remove-pon linear 0.5s both;
}

#shibuya-sweets .lineup-block .item-wrap figure{
  aspect-ratio:1/1;
  border-radius: 50%;
  overflow: hidden;
  border:dotted #ff9ab0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#shibuya-sweets .lineup-block .item-wrap figure img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#shibuya-sweets .lineup-block .item-wrap .item-info{
  width:93%;
  margin:10px auto 0;
  text-align: center;
  color: #656565;
}
/*LINE UPに画像入れるときの追記*/
#shibuya-sweets .lineup-block .item-wrap.special-item{
  margin-top:30px;
}
#shibuya-sweets .lineup-block .item-wrap.special-item > div:nth-of-type(1){
  border-radius:20px;
  overflow:hidden;
}
#shibuya-sweets .lineup-block .item-wrap.special-item > div:nth-of-type(2){
  display:flex;
  align-items:flex-end;
}
#shibuya-sweets .lineup-block .item-wrap.special-item.item02 {
    margin-top: 70px;
}
.item-info img {
  max-width: 200px;
  border-radius: 20px;
}
#shibuya-sweets .lineup-block .item-wrap .item-info.imgset{
  margin: 0 auto 11px;
}
/*LINE UPに画像入れるときの追記*/
#shibuya-sweets .lineup-block .item-wrap .item-info .item-name, #shibuya-sweets .lineup-block .item-wrap .item-info .item-price{
  font-size:14px
}
#shibuya-sweets .lineup-block .item-wrap .s-bt{
  margin-top:15px;
  width:100%;
  font-size:13px
}
#shibuya-sweets .lineup-block .item-wrap .s-bt a::before {
    right: 26px;
    height: 19px;
    top: 14px;
}
#shibuya-sweets .lineup-block .item-wrap .s-bt a::after {
  right: 12px;
}

.review > div .item-box {
    margin-bottom: 70px;
}
#shibuya-sweets .review div.textbar-section,#shibuya-sweets .review div.review-slider{
   max-width: 100%; 
}

.now-repo{
    margin: 0 auto 30px;
    width: 90%;
}
.now-repo a {
    display: grid;
    grid-template-columns: 35% 1fr;
    align-items: center;
    gap: 10px;
}
.lineup-block + section .now-repo{
  width:90%
}
.now-repo a {
    color: #fff;
}

.now-repo a h3 {
    font-weight: 600;
    border-bottom: 2px dashed;
    margin-bottom: 8px;
    line-height: 1.5;
    letter-spacing: -0.2em;
    font-size: 18px;
    font-family: "senobi-gothic", sans-serif;
}
.now-repo a p.viewmore {
    text-align: right;
    font-size: 14px;
}
.now-repo a p {
    margin-top: 5px;
    line-height: 1.5;
    font-size: 16px;
    font-family: "aptly", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.now-repo a p.jp{
      font-family: "senobi-gothic", sans-serif;
      letter-spacing: -0.15em;
}
.now-repo a p span{
    font-size: 17px;
    font-family: "senobi-gothic", sans-serif;
    letter-spacing: -0.2em;
}

/* PC style */
@media screen and (max-width: 1080px){
  .pc-only{
    display:none;
  }
}

@media screen and (min-width: 1080px) {
  .sp {
    display: none !important;
  }
  #shibuya-sweets{
    display: flex;
    width: 100%;
  }
  #shibuya-sweets > div.pc{
    position: relative;
    width: 40%;
    background: #fff;
  }
  #shibuya-sweets > div.pc-menu{
    width: 30%;
  }
  
  /*　　　左側　　　*/
  .pc-menu .fixed{
    width: 30%;
    height: 100%;
    position: fixed;
    background: #84cffe;
    border-right: dotted #fff;
    border-left: dotted #fff;
    overflow: hidden;
  }
  .pc-menu .fixed::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/shibuyasweets/image/bg-decolation.webp) repeat-y top -20px center/100%;
    z-index: 1;
    opacity: 0.4;
  }
  #shibuya-sweets .mv-block .mv-img-block::after,#shibuya-sweets .mv-block::after,.pc-menu.pc-only .fixed::before {
    display: none;
  }
  #shibuya-sweets .mv-block.top,#shibuya-sweets .mv-block.archive{
    padding: 0;
    width: 100%;
    height: 100%;
  }
  #shibuya-sweets .mv-block::before {
    display: none;
  }
  #shibuya-sweets .mv-block .mv-bg-img {
    display:none;
}
  #shibuya-sweets .mv-block .mv-img-block{
    background: transparent;
    padding: 0!important;
  }
  .mv-block .textbar-section {
    top: 12vh;
    left: -3px;
    height: 39px;
  }
  #shibuya-sweets .mv-block .mv-img-block h1{
  transform: translateY(-56%);
  width: 95%;
}
  #shibuya-sweets .mv-block .mv-img-block::before{
    height: 18%;
    left: 25%;
    top: 16%;
  }
  #shibuya-sweets .mv-block .mv-img-block > span::after{
  height: 21%;
  top: auto;
  left: -7px;
  bottom: 27%;
}
#shibuya-sweets .mv-block .mv-img-block > span::before{
  height: 20%;
  top: 57%;
  right: 1%;
}
#shibuya-sweets .mv-block .lead-text{
    line-height: 2.2;
    font-size: clamp(14px,3.0vw,18px);
    bottom: 20%;
  }

  
  #shibuya-sweets .pc section.repo-bt-block{
    margin-bottom:0;
    padding: 0px 0 80px;
  }
  #shibuya-sweets section.chara-block {
    padding: 30px 20px;
    margin: 0 auto;
    background: #fff;
    border-radius: 60px;
    max-width: 600px;
    width: 95%;
  }
  #shibuya-sweets section.chara-block .chara-wrap{
    display: grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
  }
  #shibuya-sweets section.chara-block .chara-calm{
    margin-bottom: 0;
    display: block;
    animation: pon linear 0.5s both;
    transition: 0.3s;
    opacity: 1;
  }
  #shibuya-sweets section.chara-block .chara-calm figure {
    width: 67px;
    margin: 0 auto 8px;
   height:60px
  }
  #shibuya-sweets .chara-block .text-wrap p {
    margin-top: 5px;
    line-height: 1.7;
    font-size: 12px;
  }
  #shibuya-sweets .point-wrap{
  margin: 0 auto 25px;
}
  
  /*　　　右側　　　*/
  .pc{
    padding: 0;
  }
  .pc-menu.pc-only .fixed{
    padding: 20px 0 50px;
    overflow-y:scroll
  }
  .review #item01 > div.textbar-section,.review #item02 > div.textbar-section,.review #item03 > div.textbar-section,#shibuya-sweets div.review-slider{
    max-width: 100%;
  }
  .review .bg-pink > div > div.buy-bt,.review .bg-pink > div .item-box div.buy-bt{
    left: 94%;
    width: 100px;
    height: 100px;
    font-size: 16px;
  }
  .review .bg-pink > div > div.buy-bt span,.review .bg-pink > div .item-box div.buy-bt span {
    width: 80%;
    height: 41px;
   }
  .openBtn {
    width: 70px;
    height: 122px;
  }
  .modal-content{
  position: relative;
  padding: 54px 40px 80px;
  width: 70%;
  height: 80%;
  max-width: 800px;
  }
  .modal-content::-webkit-scrollbar{
    background:#ffffff80;
    border-radius:100vh;
    width:5px;
    scrollbar-width:70%;
  }
  .modal-content::-webkit-scrollbar-thumb{
    background:#7c7c7cc7
  }
  .map {
    margin-top:40px;
    padding-top: 45%; 
  }
  .modal-content summary{
    font-size:20px;
  }
  .review > div.bg-white{
    margin-top: -90px;
    padding-top:0
  }
  /*閉店したブランド用*/
  .review > div.close{
    margin-top: 35px;
  }
  .month-repo::after{
    bottom:5px;
    left:-5px
  }
  #shibuya-sweets h2{
    font-size: 43px;
    margin-bottom: 20px;
  }
  .review .bg-white .brand-explaination{
    animation:zun linear 0.5s both;
    transition:0.3s;
    opacity:1
  }
  #shibuya-sweets h2 span {
    font-size: 18px;
  }
  #shibuya-sweets .brand-explaination h2 span:first-of-type{
    margin-bottom:18px;
    font-size: 19px;
    padding: 0 0 0 25px;
  }
  #shibuya-sweets section.review {
    margin-top: 0;
  }
  .item-link{
    animation: pon linear 0.5s both;
    transition: 0.3s;
    opacity: 1;
  }
.review .textbar-section p{
  font-size:16px
}

  .item-link div{
    font-size: 32px;
  }
  
  .point-box p {
    font-size: 16px;
    line-height: 1.5;
  }
  #shibuya-sweets .coment-wrap .chara-calm .text-wrap p{
    font-size: 17px;
  }
  .review-item .item-info .item-name, .review-item .item-info .item-price {
    font-size: 29px;
    line-height: 1.3;
  }
  .review-item .item-info .item-name small {
    font-size: 17px;
  }
  .item-info .item-price {
      margin-top: 15px;
  }
  #shibuya-sweets .lineup-block .item-wrap .item-info .item-name{
    font-size: 18px;
  }
  #shibuya-sweets .lineup-block .item-wrap .item-info .item-price{
    font-size: 21px;
  }
 .lineup-block .item-info .item-price span {
    font-size: 12px;
    display: block;
  }
  .lineup-block .item-info .item-price span:nth-of-type(2){
    display:inline;
  }
  .review-slider .swiper-slide p{
    font-size: 14px;
  }
  .item-info .item-brand {
    font-size: 19px;
    margin-bottom: 12px;
  }
  #shibuya-sweets .lineup-block .item-wrap {
    gap: 40px 40px;
  }
}
@media screen and (min-width: 650px) and (max-width: 1080px){
  .mv-block .textbar-section {
    top: 12%;
    height: 43px;
  }
  .textbar-section .scrolling-text{
    font-size: clamp(15px,4vw,25px);
  }
  .textbar-section .scrolling-text span {
    margin-left: 15px;
}
  .textbar-section .scrolling-text span span {
    margin: 0 2px;
    letter-spacing: -0.25em;
  }
  .openBtn{
    width: 71px;
    height: 115px;
  }
  #shibuya-sweets .mv-block .lead-text span.shop-name-color {
    color: #f6ff8b;
    font-size: 26px;
  }
  .month-repo{
    font-size: 24px;
  }
  .review .bg-white .brand-explaination {
    padding: 21px 0 23px;
    border-radius: 30px;
  }
  #shibuya-sweets section.repo-bt-block h2.month-repo, .l_header__nav h2.month-repo {
    margin-bottom: 23px;
    font-size: 48px;
  }
  section.review h3.review-text{
    margin-bottom: 23px;
    font-size: 48px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-right: 30px;
  }
  #shibuya-sweets section.review h3.review-text .review-num {
    margin: 0;
  }
  #shibuya-sweets section.repo-bt-block h2.month-repo span, .l_header__nav h2.month-repo span {
    font-size: 25px;
  }
  #shibuya-sweets .chara-block h2 {
    margin-bottom: 40px;
    font-size: 28px;
  }
  .item-link-wrap{
    margin-top: 50px;
  }
  .item-link div{
    font-size: 36px;
  }
  .brand-explaination div{
    font-size: 17px;
  }
  #shibuya-sweets section.chara-block .chara-wrap{
    display: grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
  }
  #shibuya-sweets section.chara-block .chara-calm{
    margin-bottom: 0;
    display: block;
  }
  #shibuya-sweets section.chara-block .chara-calm figure {
    width: 80px;
    margin: 0 auto 8px;
  }
  #shibuya-sweets .chara-block .text-wrap p {
    margin-top: 5px;
    line-height: 1.7;
    font-size: 15px;
  }
  .review-slider .swiper-slide p {
    font-size: 15px;
    margin-top: 10px;
  }

  #shibuya-sweets .coment-wrap {
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 0;
  }

  #shibuya-sweets .coment-wrap .chara-calm figure {
    width: 80px;
    transform: rotate(-5deg);
  }
#shibuya-sweets h2{
  font-size:50px
}
  #shibuya-sweets .brand-explaination h2 span:first-of-type{
    margin-bottom:20px
  }
  #shibuya-sweets h2 span{
  font-size:22px
}
  #shibuya-sweets .brand-explaination h2 span:first-of-type button,#shibuya-sweets .brand-explaination h2 span:first-of-type button strong{
    font-size:20px
  }
  #shibuya-sweets .point-wrap {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 80px;
  }
  #shibuya-sweets .point-wrap{
        margin: 0px auto 90px;
        max-width: 80%;
  }
  .point-box p{
    font-size: 16px;
  }
  .item-info .item-name,.item-info .item-price  {
    text-align: center;
    font-size: 26px;
  }
  .item-info .item-brand {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
  }

  .item-info .item-price span {
    font-size: 16px;
  }
  #shibuya-sweets .lineup-block .item-wrap .item-info .item-name, #shibuya-sweets .lineup-block .item-wrap .item-info .item-price {
    font-size: 18px;
  }

  .s-bt {
    font-size: 18px;
  }


  #shibuya-sweets .coment-wrap .chara-calm .text-wrap p{
    font-size: 16px;
  }
  .review #item01 {
    padding: 22px 0 80px;
  }
  #shibuya-sweets .lineup-block .item-wrap {
    margin: 54px auto 80px;
    gap: 70px 100px;
  }
  .review .bg-pink > div > div.buy-bt,.review .bg-pink > div .item-box div.buy-bt{
    width: 90px;
    height: 90px;
    left: 90%;
    font-size: 13px;
  }
  #shibuya-sweets section.repo-bt-block{
     padding: 0 0 50px;
  }
  .repo-bt-block ul.repo-bt-wrap {
    gap: 40px 20px;
  }
  .repo-bt-block ul.repo-bt-wrap li {
    width: calc((100% - 40px) / 3);
 }
  .repo-bt-block ul.repo-bt-wrap li a > p{
    font-size:18px
  }
  .repo-bt-block .now-repo {
    margin: 0 auto 50px;
    max-width: 700px;
  }
  .repo-bt-block .now-repo a{
    gap: 50px;
  }
  .repo-bt-block .now-repo a h3 {
    font-weight: 600;
    border-bottom: 2px dashed;
    margin-bottom: 8px;
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-size: 16px;
  }
  .repo-bt-block .now-repo a p.viewmore {
    font-size: 23px;
  }
  .repo-bt-block .now-repo a p {
    font-size: 27px;
  }
  .repo-bt-block .now-repo a p span{
    margin-left: 3px;
    font-size: 18px;
  }
}

@media screen and (min-width: 770px) and (max-width: 1080px){
  #shibuya-sweets .mv-block::before {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(132,207,254,1) 35%, rgba(132,207,254,1) 100%);
    z-index: -2;
  }
}



.archive .month-repo span.bg::before {
  background: #84cffe;
}

.archive .review .bg-white .brand-explaination {
  color: #84cffe;
  box-shadow: 0px 4px 0 #84cffe;
}

.archive .item-link div {
  color: #ff99b0;
}

.archive .item-link {
  border: dashed #ff99b0;
}

.archive .item-link::before {
  border-top: 3px solid #ff99b0;
  border-left: 3px solid #ff99b0;
}
.archive .review #item01 {
  background-color: #63a8e0;
  margin-top: 100px;
  padding: 0;
}


div#item01.item-block::before,div#item01.item-block::after {
    content: "";
    display: block;
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-image: url(/shibuyasweets/image/nami-bg.svg);
    background: #63a8e0;
    height: auto;
    transform: translateY(-100%);
    padding: 0;
    aspect-ratio: 900.01/167;
}
div#item01.item-block::before, div#item01.item-block::after, div#item02.item-block::after, div#item03.item-block::after,  div#item05.item-block::before, div#item05.item-block::after, .lineup-block + section::before, .review + .repo-bt-block::before {
    content: "";
    display: block;
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-image: url(/shibuyasweets/image/nami-bg.svg);
    background: #63a8e0;
    height: auto;
    transform: translateY(-99%);
    padding: 0;
    aspect-ratio: 900.01/167;
    width: 100%;
}
.review + .repo-bt-block::before {
    background: rgb(132 207 254);
    transform: translateY(-98%);
}
section.lineup-block::before,section.lineup-block::after{
  background:#ffffff;
  transform: translateY(-98%);
}
.lineup-block + section::before{
  background: #84cffe;
  transform: translateY(-96%) scale(-1,1);
  position: absolute;
  top: 0;
  left: 0;
}
div#item01.item-block::after{
  background:#ff99b0;
  transform: translateY(0%) scale(-1,1);
}
div#item03.item-block::after{
  background: #63a8e0;
  transform: translateY(99%) scale(1,-1);
}
div#item02.item-block::after{
  background:#ff99b0;
  transform: translateY(100%) scale(-1,-1);
}
.archive #item02,.archive #item04 {
  padding: 8vh 0;
  background: #ff99b0;
}
.item-block:last-of-type{
  padding-bottom: 26vh;
}
.archive #item03 {
  padding: 112px 0 0;
  background-color: #63a8e0;
}
.archive .point-box h4::before {
  background: #63a8e0;
}

.archive .textbar-section .scrolling-text {
  color: #63a8e0;
}

#shibuya-sweets .archive #item02 .point-box h4::before {
  background: #ff9ab0;
}

#shibuya-sweets .archive #item04 .point-box h4::before {
  background: #ff9ab0;
}

.archive #item02 .textbar-section .scrolling-text {
  color: #ff99b0;
}
#shibuya-sweets .mv-block.archive .mv-img-block h1 span {
  /* background: url("/shibuyasweets/image/title-archive.webp") no-repeat center/contain; */
}
.mv-block.archive .textbar-section {
  background-color: #fdaacb;
  top: 17%;
} 

.mv-block.archive .textbar-section .scrolling-text {
  color: #ffffff;
}
.pc.archive {
  background: #fff;
}
@media screen and (min-width: 1080px){
  .fixed.archive, #shibuya-sweets .archive.fixed section.repo-bt-block, #shibuya-sweets .mv-block.archive::after, #shibuya-sweets .archive.fixed .repo-bt-block ul.repo-bt-wrap li a > p, #shibuya-sweets .archive.fixed .repo-bt-block ul.repo-bt-wrap li a > p::before {
    background: #a1b1fd;
  }
  #shibuya-sweets .mv-block.archive .mv-img-block {
    top: 52%;
  }

  #shibuya-sweets .mv-block.archive::after {
    top: 38%;
  }

  #shibuya-sweets .mv-block .lead-text span.shop-name-color {
    color: #f6ff8b;
    font-size: 21px;
    letter-spacing:-0.1em
  }
  #shibuya-sweets .mv-block .lead-text span span.shop-name-color {
    padding:0
  }
}

section.repo-bt-block.top-repo h2::after {
    display: none;
}


/*.s-bt,.buy-bt{
 display:none
}*/
/*#shibuya-sweets .point-wrap{
  margin-top:40px
}*/



