.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 100vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.hero {
  height: 90vh;
  margin-top: -1px;
}

.body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.75;
}

._w-50pc {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

._w-50pc.smallspace {
  margin-right: -1px;
}

._w-40pc {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 100%;
  margin-bottom: 0px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.intro-container {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
}

.h-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.2vw;
  line-height: 1.1;
  font-weight: 500;
}

.h-1.b {
  padding-bottom: 10px;
  font-family: neue-haas-grotesk-display, sans-serif;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: none;
}

.h-1.b.o {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-weight: 400;
}

.hero-sub {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 3px;
}

.hero-sub.jp {
  letter-spacing: 2px;
}

.hero-sub.jp.capital {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.hero-sub.space {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}

.hero-p {
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.hero-date {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
}

.logo {
  position: absolute;
  left: auto;
  top: 5%;
  right: 5%;
  bottom: auto;
  width: 60px;
  height: auto;
}

.logo.pc {
  display: block;
}

.logo.sp {
  display: none;
}

.section-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-container {
  display: -ms-grid;
  display: grid;
  max-width: 600px;
  margin-top: 40px;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button {
  position: relative;
  overflow: hidden;
  max-width: 200px;
}

.button-absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.button-time {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #fff;
  font-size: 1.777rem;
  line-height: 1;
  font-weight: 600;
}

.button-name {
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.button-coffee {
  margin-top: 0px;
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: lowercase;
}

.button-text-wrap {
  margin-bottom: 0px;
}

.heading {
  margin-top: 0px;
  color: #000;
  letter-spacing: -2px;
}

.nav-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
}

.section-content-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-container400 {
  width: 100vw;
  max-width: 100vw;
}

.img-container400.h-500 {
  position: relative;
  height: 80vh;
}

.c-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: 0px none #000;
}

.c-image.influencer {
  border-radius: 10px;
}

.c-img__overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: visible;
  background-color: #fefaee;
}

.c-img__overlay.fade {
  display: none;
  background-color: #fff;
}

.c-img__overlay.fade.green {
  background-color: #fff;
}

.c-img__overlay.fade.staff {
  background-color: #fffdf5;
}

.c-img__overlay.green {
  display: none;
  background-color: #fff;
}

.c-img__overlay_blink {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: visible;
  background-color: #fefaee;
}

.c-img__overlay_blink.yellow {
  background-color: #fff;
}

.c-img__overlay_blink.yellow.green {
  background-color: #00643b;
}

.c-img__overlay_blink.yellow.staff {
  background-color: #fffdf5;
}

.main-img {
  position: relative;
  z-index: -1;
  overflow: visible;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.main-img.a {
  width: auto;
}

.main-img.category {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.main-img.top-kento {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.main-img.staff {
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.section-intro {
  max-width: 445px;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #000;
  font-size: 2.369rem;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -1px;
  text-transform: lowercase;
}

.h2.sb {
  margin-top: 5px;
  font-size: 1.8rem;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Gloria Hallelujah';
  color: #ddb58a;
  font-size: 23px;
  line-height: 1.8;
  font-style: italic;
  font-weight: 400;
}

.h3.nagatsuka {
  color: #77461e;
  line-height: 2;
}

.h3.green {
  color: #00643b;
}

.p {
  margin-top: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
}

.coffee-block {
  width: auto;
  max-width: 350px;
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddb58a;
  text-align: center;
}

.coffee-block.nagatsuka {
  border-color: #77461e;
}

.coffee-h1 {
  margin-bottom: 10px;
  color: #ddb58a;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.coffee-h1.nagatsuka {
  color: #77461e;
}

.section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  overflow: hidden;
  width: 520px;
  height: 720px;
  max-width: none;
  border-style: none;
  border-width: 2px;
  border-color: #ddb58a;
  border-radius: 0px;
  background-color: transparent;
}

.slider.nagatsuka {
  width: 520px;
  border-color: #77461e;
}

.container-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 4em;
  margin-bottom: 4em;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slide {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image {
  max-width: 100%;
}

.slide-nav {
  position: absolute;
  font-size: 12px;
}

.icon {
  width: auto;
  font-size: 50px;
}

.left-arrow {
  display: block;
  overflow: hidden;
}

.right-arrow {
  display: block;
}

.masked {
  overflow: hidden;
  height: auto;
  max-width: 500px;
}

.masked.name {
  margin-top: 0px;
}

.masked.sb {
  margin-top: -10px;
  margin-bottom: 5px;
}

.masked.hide {
  display: none;
}

.slide-2 {
  height: auto;
}

.slider-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.col-right {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.time-h3 {
  padding: 3px 5px;
  background-color: #ddb58a;
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.time-h3.nagatsuka {
  background-color: #77461e;
}

.time-h1 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #000;
  font-size: 3.157rem;
  line-height: 1;
  font-weight: 600;
}

.time-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.time-p {
  margin-top: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  text-align: justify;
}

.col-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8em;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.green-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #00643b;
}

.top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: transparent;
}

.title-wrap {
  display: none;
}

.title-wrap.hide {
  display: block;
}

.bottle-wrapper {
  position: absolute;
  left: 5%;
  top: 70%;
  right: auto;
  bottom: auto;
  width: 300px;
}

.bottle-wrapper.hide {
  left: 15%;
  top: 80%;
  width: 170px;
}

.circle {
  position: absolute;
  left: auto;
  top: 80%;
  right: 5%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 350px;
  padding: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #ddb58a;
  color: #fff;
}

.circle.hide {
  top: 75%;
}

.circle.hide.nagatsuka {
  background-color: #77461e;
}

.circle.hide.nagatsuka.sp {
  display: none;
}

.circle.hide.nagatsuka.sp.miyako {
  display: none;
}

.bg-bottle {
  position: absolute;
  width: 150px;
}

.character {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.333rem;
  line-height: 1;
  font-weight: 300;
}

.p-name {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.85rem;
  font-weight: 400;
}

.p-job {
  font-size: 0.75rem;
  font-weight: 500;
}

.p-sns {
  font-size: 14px;
  font-weight: 200;
}

.profile {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-text {
  margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
}

.coffee-p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 1.75;
}

.mask {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.coffee-img {
  position: static;
  left: 5%;
  top: 70%;
  right: auto;
  bottom: auto;
  display: none;
  width: 300px;
}

.cutout-wrapper {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: auto;
  height: 290px;
  margin-top: 100px;
  margin-left: -40px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.cutout-wrapper._10am {
  width: auto;
  margin-top: 100px;
  margin-left: -30px;
}

.cutout-wrapper._11am {
  margin-top: 100px;
  margin-left: -8px;
}

.cutout-wrapper._12pm {
  margin-top: 100px;
  margin-left: -20px;
}

.cutout-wrapper._1pm {
  margin-top: 100px;
  margin-left: -20px;
}

.cutout-wrapper._4pm {
  margin-left: -29px;
}

.cutout-wrapper._3pm {
  margin-top: 100px;
  margin-left: -25px;
}

.cutout-wrapper._2pm {
  width: auto;
  margin-top: 100px;
  margin-left: -27px;
}

.quote-wrapper {
  position: static;
  left: -150%;
  top: 0%;
  right: 1px;
  bottom: auto;
  width: 180px;
  margin-top: 0px;
  margin-right: 0px;
}

.character-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.image-3 {
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-4 {
  height: 100%;
}

.cut-img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-staff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.staff-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 20px;
  background-color: #fffdf5;
}

.staff-h1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.staff-h1.sp {
  display: none;
}

.staff-text-wrapper {
  width: 355px;
}

.staff-p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 1.75;
}

.staff-sub {
  font-weight: 400;
}

.staff-shop {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  line-height: 1.75;
  font-weight: 700;
}

.staff-img {
  position: relative;
  z-index: 1;
  width: 200px;
  height: 250px;
  margin-right: 32px;
  background-color: transparent;
}

.staff-svg {
  position: absolute;
  left: auto;
  top: 6%;
  right: 3%;
  bottom: auto;
  display: none;
  width: 75px;
}

.img-staff {
  width: 100%;
  height: 100%;
}

.icon-2 {
  border: 1px solid transparent;
}

.menu-button {
  display: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu-bar {
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  background-color: #000;
}

.i {
  height: 20px;
}

.menu-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50px;
  height: 50px;
  padding: 12px 8px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.navbar {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.nav-link {
  overflow: visible;
  height: 100%;
  padding: 10px 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-link:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.nav-link.hide {
  display: none;
}

.brand {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1100px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.insta-link {
  color: #fff;
  font-size: 0.75rem;
  text-decoration: none;
}

._w-inline-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._w-inline-block.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._w-inline-block.hide {
  display: none;
}

.social-share-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.social-share-btn.tw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/special/starbucks-cafe-favorites/images/f-twitter.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-share-btn.fb {
  background-image: url('/special/starbucks-cafe-favorites/images/f-facebook.svg');
  background-size: contain;
}

.social-share-btn.line {
  background-image: url('/special/starbucks-cafe-favorites/images/f-line.svg');
}

.social-share-btn.pin {
  background-image: url('/special/starbucks-cafe-favorites/images/f-pinterest.svg');
  background-size: contain;
}

.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.down {
  width: 40px;
}

.down.w--current {
  overflow: hidden;
}

.down-img {
  width: 100%;
  height: 100%;
}

.section-micro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.microinfluencer-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hashtag {
  margin-top: 0px;
  color: #00643b;
  font-size: 1rem;
  font-weight: 500;
}

.microinfluencer {
  display: -ms-grid;
  display: grid;
  height: auto;
  max-width: 800px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.mi-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  text-decoration: none;
}

.social-media {
  margin-top: 20px;
}

.btn-txt-1 {
  position: absolute;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.company-name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #00643c;
  font-weight: 500;
}

.section-links {
  margin-bottom: 140px;
  font-size: 12px;
}

.contact {
  display: block;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #00643c;
  font-weight: 700;
}

.social-media-icon {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-wrapper.hide {
  display: none;
}

.btn-txt-2 {
  position: absolute;
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-parent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 170px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 0px;
  color: #000;
  text-decoration: none;
}

.btn-parent.black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 35px;
  margin-top: 0px;
  border-color: #00643c;
  color: #00643c;
}

.phone-number {
  display: block;
  margin-bottom: 0px;
  color: #00643c;
  font-weight: 500;
}

.brand-title {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #00643c;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.container--credits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 240px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-2 {
  display: block;
  overflow: hidden;
  max-width: 100px;
  margin-bottom: 10px;
}

.s-media-links {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.footer-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.backtotop {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin: 25px 25px 60px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px none #fff;
  border-radius: 100%;
  background-color: #00643b;
  color: #000;
  text-decoration: none;
}

.arrow-up {
  margin-left: 0px;
}

.section-credits {
  padding-top: 0px;
  padding-bottom: 100px;
}

.credit-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  text-align: center;
}

.credit-txt {
  margin-bottom: 5px;
  color: #000;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.credit-txt.hide {
  display: none;
}

.artist-title {
  font-weight: 400;
}

.artist-name {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-decoration: none;
}

.artist-name:hover {
  color: #df3500;
  text-transform: uppercase;
}

.heading-copy {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #000;
  font-size: 2.369rem;
  line-height: 1;
  letter-spacing: 0px;
}

.hero-sponsor {
  margin-top: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 0.75rem;
  font-weight: 400;
}

.namesvg {
  width: auto;
  font-size: 1rem;
}

.namesvg.smaller {
  width: 140px;
  margin-bottom: 5px;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.c-name {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #00643c;
  font-size: 1.333rem;
  font-weight: 800;
}

.bottleimg {
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.overlay {
  display: none;
}

.date {
  margin-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 0.75rem;
  font-weight: 500;
}

.bold-text {
  font-size: 0.75rem;
  font-weight: 400;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2.125rem;
  padding: 9px 0.85rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f7;
  color: #747c83;
  font-size: 0.75rem;
}

.link {
  padding-right: 0.35rem;
  padding-left: 0.35rem;
  color: #747c83;
  text-decoration: none;
}

.side {
  padding: 0.25rem;
  font-size: 0.563rem;
}

.section-bc {
  overflow: hidden;
}

.breadcrumbs-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2.125rem;
  padding: 9px 0.85rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f7;
  color: #747c83;
  font-size: 0.75rem;
}

.link-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0.35rem;
  padding-left: 0.35rem;
  color: #747c83;
  font-size: 0.75rem;
  text-decoration: none;
}

.influencer-text {
  color: #000;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
}

.micro-influencer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1rem;
}

@media screen and (max-width: 991px) {
  .section.hero {
    position: relative;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._w-40pc {
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding: 30px;
    background-color: transparent;
  }

  .intro-container {
    color: #fff;
  }

  .h-1 {
    font-size: 2.369rem;
    font-weight: 500;
  }

  .h-1.b {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 600;
  }

  .hero-sub {
    color: #000;
    font-size: 0.85rem;
    font-weight: 500;
  }

  .hero-sub.jp.capital {
    font-weight: 500;
  }

  .hero-p {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
  }

  .hero-date {
    color: #000;
    font-size: 0.75rem;
    font-weight: 700;
    text-align: center;
  }

  .logo {
    position: static;
    overflow: visible;
    width: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .logo.pc {
    display: none;
  }

  .logo.sp {
    display: block;
    margin-top: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .button {
    height: 280px;
  }

  .paragraph {
    color: #000;
    font-size: 1rem;
  }

  .c-image {
    position: relative;
  }

  .c-img__overlay.fade.green {
    background-color: #fff;
  }

  .main-img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .coffee-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
  }

  .section-content {
    padding: 50px 100px;
  }

  .slider {
    width: 100%;
    height: 100%;
  }

  .container-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .masked {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .masked.sb {
    margin-bottom: 0px;
  }

  .masked.move {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .masked.last {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .masked.middle {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .masked.move-b {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .col-right {
    margin-top: 3em;
    margin-left: 0em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .time-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .col-left {
    margin-top: 3em;
    margin-right: 0em;
    margin-bottom: 0em;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .green-bar {
    display: block;
  }

  .top-wrap {
    position: relative;
    height: 50vh;
    margin-top: -1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .title-wrap {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
  }

  .title-wrap.hide {
    display: none;
  }

  .title-body-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottle-wrapper {
    position: static;
    width: 150px;
  }

  .bottle-wrapper.hide {
    display: none;
  }

  .circle.hide {
    display: none;
  }

  .circle.hide.nagatsuka.sp {
    position: relative;
    top: auto;
    right: auto;
    z-index: 1;
    display: block;
    margin-top: 59px;
    border-radius: 9%;
  }

  .circle.hide.nagatsuka.sp.miyako {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 300px;
    padding: 28px;
    border-radius: 5%;
    background-color: #ddb58a;
  }

  .bg-bottle {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 0;
    display: none;
  }

  .profile {
    position: static;
  }

  .coffee-img {
    position: static;
    display: block;
    overflow: hidden;
    width: auto;
    height: 180px;
    margin-bottom: 20px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .coffee-img.hide {
    display: none;
  }

  .img-bottle {
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .cutout-wrapper {
    width: 115px;
  }

  .cutout-wrapper._10am {
    width: 150px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .cutout-wrapper._11am {
    margin-left: -30px;
  }

  .cutout-wrapper._12pm {
    width: 200px;
    margin-left: -49px;
  }

  .cutout-wrapper._4pm {
    width: 128px;
  }

  .cutout-wrapper._3pm {
    margin-left: -24px;
  }

  .cutout-wrapper._2pm {
    width: 150px;
    margin-left: -50px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .character-wrap {
    width: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .cut-img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .icon-2 {
    display: none;
    color: #fff;
  }

  .menu-button {
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .nav-menu {
    padding: 30px;
    background-color: #fff;
  }

  .menu-bar {
    height: 2px;
    margin-bottom: 4px;
    background-color: #fff;
  }

  .i {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .menu-parent {
    width: 35px;
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar {
    position: relative;
    display: block;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .nav-link {
    border-top: 0.5px none #555;
    border-bottom: 0.5px solid rgba(85, 85, 85, 0.3);
    color: #333;
    font-weight: 500;
    text-align: left;
  }

  .navcontainer {
    overflow: visible;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  ._w-inline-block.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .microinfluencer {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section-links {
    margin-bottom: 100px;
  }

  .backtotop {
    width: auto;
    height: auto;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 100%;
    background-color: #00643b;
    font-size: 12px;
  }

  .backtotop.w--current {
    background-color: #000;
  }

  .arrow-up {
    margin-left: 0px;
    -webkit-filter: none;
    filter: none;
  }

  .heading-copy {
    font-size: 2.369rem;
  }

  .hero-sponsor {
    margin-top: 5px;
    color: #000;
    font-size: 0.75rem;
  }

  .overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: block;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0.16)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16));
    opacity: 1;
  }

  .date {
    margin-top: 5px;
    color: #000;
    font-size: 0.75rem;
  }

  .breadcrumbs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .breadcrumbs-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .section.hero {
    background-color: transparent;
  }

  ._w-40pc {
    height: 50%;
  }

  .logo {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .coffee-block {
    padding: 0px 30px;
    border-style: none;
  }

  .masked.move {
    display: block;
  }

  .masked.move-b {
    display: block;
  }

  .top-wrap {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .cutout-wrapper._3pm {
    margin-left: -19px;
  }

  .staff-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .staff-text-wrapper {
    text-align: center;
  }

  .staff-img {
    margin-right: 0px;
    margin-bottom: 28px;
  }

  .menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .brand {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .navcontainer {
    padding-right: 20px;
    padding-left: 20px;
  }

  ._w-inline-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-micro {
    padding-right: 60px;
    padding-left: 60px;
  }

  .microinfluencer {
    grid-column-gap: 10px;
  }

  .backtotop {
    padding: 17px;
  }

  .hero-sponsor {
    font-size: 10px;
  }

  .main-content {
    padding: 40px 20px;
  }

  .date {
    font-size: 10px;
  }

  .breadcrumbs-2 {
    width: 1000px;
    max-width: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .section.hero {
    width: 100vw;
    height: auto;
    margin-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  ._w-50pc.hide {
    display: none;
  }

  ._w-40pc {
    height: auto;
    margin-top: 0px;
    padding: 20px 25px 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
  }

  .h-1 {
    font-size: 1.777rem;
    line-height: 1.2;
    font-weight: 500;
  }

  .h-1.b {
    font-weight: 600;
  }

  .hero-sub {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    color: #000;
    font-size: 1rem;
    font-weight: 500;
  }

  .hero-sub.jp.capital {
    font-size: 1rem;
  }

  .hero-sub.space {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
  }

  .hero-p {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000;
    font-size: 0.85rem;
    font-weight: 400;
    text-align: center;
  }

  .hero-date {
    color: #000;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
  }

  .logo {
    position: static;
    left: auto;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 2;
    display: block;
    width: 40px;
    height: auto;
    margin-top: 55px;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .logo.pc {
    display: none;
  }

  .logo.sp {
    display: block;
    width: 50px;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .section-navi {
    padding: 40px 25px;
  }

  .grid-container {
    max-width: none;
    grid-column-gap: 10px;
  }

  .button {
    height: 200px;
    max-width: none;
  }

  .button-time {
    font-size: 1rem;
  }

  .button-name {
    font-size: 12px;
  }

  .button-coffee {
    font-size: 0.75rem;
  }

  .heading {
    font-size: 24px;
    letter-spacing: -1px;
  }

  .paragraph {
    font-size: 0.85rem;
  }

  .section-content-intro {
    padding-right: 20px;
    padding-left: 20px;
  }

  .img-container400.h-500 {
    height: 400px;
  }

  .c-image {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .c-image.influencer {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .main-img.top-kento {
    -o-object-position: 20% 50%;
    object-position: 20% 50%;
  }

  .h2 {
    font-size: 1.777rem;
    line-height: 1.2;
  }

  .h2.sb {
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center;
  }

  .h3.green {
    font-size: 18px;
  }

  .p {
    font-size: 0.85rem;
  }

  .coffee-block {
    width: 100%;
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .coffee-h1 {
    margin-bottom: 10px;
    font-size: 0.85rem;
  }

  .section-content {
    padding: 30px;
  }

  .container-content {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }

  .masked.name {
    margin-top: -5px;
  }

  .time-h3 {
    font-size: 0.563rem;
  }

  .time-h1 {
    margin-top: 5px;
    font-size: 2.369rem;
  }

  .time-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .time-p {
    font-size: 0.85rem;
  }

  .col-left {
    margin-top: 3em;
  }

  .green-bar {
    display: block;
    height: 10vh;
  }

  .top-wrap {
    height: 60vh;
    margin-top: 0px;
    padding-top: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .title-wrap {
    top: 0%;
    margin-top: 0px;
    padding-top: 100px;
  }

  .circle.hide.nagatsuka.sp {
    width: auto;
    height: auto;
    padding: 40px 20px;
  }

  .circle.hide.nagatsuka.sp.miyako {
    width: 280px;
    height: 280px;
    padding: 16px;
  }

  .p-text {
    font-size: 0.75rem;
  }

  .coffee-p {
    font-size: 0.85rem;
  }

  .coffee-img {
    width: 85px;
  }

  .img-bottle {
    width: 100%;
    height: 100%;
  }

  .cutout-wrapper {
    width: 140px;
  }

  .cutout-wrapper._10am {
    width: 140px;
  }

  .cutout-wrapper._11am {
    width: 140px;
  }

  .cutout-wrapper._12pm {
    width: 140px;
    margin-left: -46px;
  }

  .cutout-wrapper._4pm {
    width: 120px;
  }

  .cutout-wrapper._3pm {
    margin-left: -29px;
  }

  .cutout-wrapper._2pm {
    width: 160px;
  }

  .quote-wrapper {
    width: 160px;
  }

  .character-wrap {
    margin-top: 50px;
    margin-bottom: 0px;
  }

  .section-staff {
    padding: 20px;
  }

  .staff-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .staff-h1 {
    display: none;
    font-size: 0.85rem;
  }

  .staff-h1.sp {
    display: block;
    font-size: 1rem;
    line-height: 1.6;
  }

  .staff-text-wrapper {
    width: auto;
  }

  .staff-p {
    font-size: 0.85rem;
  }

  .staff-shop {
    font-size: 0.85rem;
  }

  .staff-svg {
    top: 2%;
    right: 2%;
  }

  .menu-button {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .navbar {
    position: absolute;
    height: auto;
  }

  .navcontainer {
    margin-right: 10px;
    margin-left: 10px;
    padding: 0px;
  }

  ._w-inline-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._w-inline-block.center {
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .share {
    margin-top: 0px;
  }

  .down.w--current {
    width: 25px;
  }

  .section-micro {
    padding: 0px 30px 60px;
  }

  .hashtag {
    font-size: 0.75rem;
  }

  .mi-post {
    border-radius: 0px;
  }

  .logo-2 {
    max-width: 100px;
  }

  .backtotop {
    width: auto;
    height: auto;
    padding: 17px;
    border-radius: 100%;
    background-color: #00643b;
  }

  .arrow-up {
    margin-left: 0px;
  }

  .section-credits {
    padding-right: 40px;
    padding-left: 40px;
  }

  .credit-wrapper {
    margin: 60px 10px;
  }

  .credit-txt {
    margin-bottom: 10px;
    color: #000;
    font-size: 0.6rem;
  }

  .artist-title {
    color: #000;
  }

  .heading-copy {
    font-size: 35px;
    letter-spacing: -1px;
  }

  .hero-sponsor {
    margin-top: 10px;
    margin-bottom: 5px;
    color: #000;
    font-size: 0.563rem;
    font-weight: 400;
  }

  .namesvg {
    width: auto;
  }

  .namesvg.smaller {
    width: 115px;
  }

  .c-name {
    font-size: 1rem;
  }

  .overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
  }

  .date {
    margin-top: 10px;
    margin-bottom: 5px;
    color: #000;
    font-size: 0.563rem;
    font-weight: 400;
  }

  .bold-text {
    font-size: 0.563rem;
  }

  .breadcrumbs {
    width: 800px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .breadcrumbs-2 {
    width: 1000px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

#w-node-_71e399da-8ea7-5815-8aa3-ef8e52305b23-f3f1317d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_094453a0-5cfb-53ac-2262-96dce1aec753-f3f1317d {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_71e399da-8ea7-5815-8aa3-ef8e52305b23-f3f1317d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_094453a0-5cfb-53ac-2262-96dce1aec753-f3f1317d {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_4c3e18db-2df9-211f-69cf-65dd42e423d1-f3f1317d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_54a607b9-e486-d20a-ce34-b0d6832a61a5-f3f1317d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-e4159ef9-5a81-29e9-8fd6-3fd60210caf6-f3f1317d {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

