.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;
}

.icon {
  border: 1px solid transparent;
}

.i {
  height: 20px;
}

.nav-link {
  overflow: visible;
  height: 100%;
  padding: 10px 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Noto Sans JP', sans-serif;
  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;
}

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

.navbar {
  position: static;
  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;
}

.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;
}

.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-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;
}

.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;
}

.hero--container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.center-title {
  position: absolute;
  top: auto;
  overflow: visible;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-bg {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -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;
}

.f-snap-logo {
  width: 100%;
  max-width: 100%;
  margin-top: 0px;
}

.italic {
  font-style: italic;
}

.arrow {
  margin-top: 70px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}

.hero-subtitle {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 8%;
  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;
  font-size: 18px;
  line-height: 30px;
}

.logo-home-link {
  width: 300px;
  max-width: 300px;
  cursor: pointer;
}

.section-hero {
  position: relative;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  margin-top: 0px;
  background-color: transparent;
}

.hero-subtitle__subtitle {
  font-weight: 400;
}

.hero-subtitle__subtitle.bold {
  font-style: normal;
  font-weight: 600;
}

.hero-title {
  position: absolute;
  left: 0%;
  top: 2%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: block;
  overflow: hidden;
  width: 100vw;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  text-align: center;
}

.hero-title__title {
  display: none;
  margin: 0px auto;
  font-size: 50px;
  font-weight: 600;
}

.pc-hero-img {
  position: relative;
  display: block;
  overflow: visible;
  width: 190%;
  height: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 17%;
  object-position: 50% 17%;
}

.pc-hero-img.back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.pc-hero-img._2 {
  display: none;
}

.pc-hero-img.pc {
  width: 190%;
  background-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 36%;
  object-position: 50% 36%;
}

.pc-hero-img.mobile {
  display: none;
}

.mobile-hero-img {
  overflow: visible;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 26%;
  object-position: 50% 26%;
}

.container--800 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  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: 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;
}

.container--800.mt-100 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 100vw;
  padding: 100px 50px;
  -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;
}

.body {
  overflow: visible;
  font-family: Inter, sans-serif;
  line-height: 1.8;
}

.title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
}

.mask {
  overflow: hidden;
}

.mask.hidden {
  display: block;
}

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

.paragraph._16px {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}

.paragraph._16px.center.pc {
  font-family: 'Noto Sans JP', sans-serif;
}

.paragraph._16px.center.mobile {
  display: none;
}

.paragraph._16px.left {
  color: #000;
  text-align: left;
}

.paragraph._16px.left.pc {
  font-family: 'Noto Sans JP', sans-serif;
}

.paragraph._16px.left.mobile {
  display: none;
}

.paragraph._16px.pc {
  font-family: 'Noto Sans JP', sans-serif;
}

.paragraph.left {
  text-align: left;
}

.paragraph.left.white {
  color: #fff;
}

.paragraph.mobile {
  display: none;
}

.paragraph.pc {
  line-height: 2;
}

.paragraph.pc.center {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 2;
  text-align: center;
  letter-spacing: 0px;
}

.intro--container {
  overflow: hidden;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 500;
}

.intro--comment {
  display: none;
  max-width: 400px;
  color: #00643c;
  font-weight: 600;
}

.button-scroll-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -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: #00643c;
  text-decoration: none;
}

.scroll-down-text {
  margin-right: 0px;
  margin-left: 10px;
  border-bottom: 2px solid #000;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  padding: 120px 20px;
  -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;
  background-color: transparent;
}

.section.beige {
  position: relative;
  padding: 120px 20px;
  background-color: #fefaee;
}

.section.beige.orange {
  background-color: #ffd479;
}

.section.mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #00643c;
}

.section.salmon {
  background-color: #fc856b;
}

.section.plum {
  background-color: #f394ca;
}

.section.navajo-white {
  background-color: #ffd479;
}

.section.light-blue {
  background-color: #aeddf8;
}

.section.lightgreen {
  background-color: #a1f390;
}

.section.khaki {
  background-color: #fef884;
}

.section.purple {
  background-color: #d3b0ff;
}

.container--weekday {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -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;
  color: #000;
}

.container--weekday.mb-100 {
  margin-bottom: 100px;
}

.text-day {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
}

.line {
  width: 100%;
  height: 4px;
  background-color: #000;
}

.text-weekday {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 100px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.text-subtitle {
  margin-top: 5px;
  font-family: Nunito;
  font-weight: 600;
  text-transform: capitalize;
}

.image {
  width: auto;
}

.grid--1000 {
  display: -ms-grid;
  display: grid;
  max-width: 1000px;
  margin: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-row-align: auto;
  align-self: auto;
  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;
}

.c-image {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
}

.c-image.hidden {
  display: none;
}

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

.c-img__overlay.yellow {
  background-color: #ffd479;
}

.c-img__overlay.pink {
  background-color: #f394ca;
}

.c-img__overlay.salmon {
  background-color: #fc856b;
}

.c-img__overlay.b-yellow {
  background-color: #fef884;
}

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

.c-img__overlay.blue {
  background-color: #aeddf8;
}

.c-img__overlay.purple {
  background-color: #d3b0ff;
}

.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: #ffd479;
}

.c-img__overlay_blink.pink {
  background-color: #f394ca;
}

.c-img__overlay_blink.salmon {
  background-color: #fc856b;
}

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

.c-img__overlay_blink.green {
  background-color: #a1f390;
}

.c-img__overlay_blink.blue {
  background-color: #aeddf8;
}

.c-img__overlay_blink.purple {
  background-color: #d3b0ff;
}

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

.img-wrapper {
  max-width: none;
}

.img-wrapper.hidden {
  display: none;
}

.text--wrapper {
  display: block;
  max-width: 1000px;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.text--wrapper.center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text--wrapper.center._800px {
  max-width: 800px;
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.text--wrapper.center.nomargin {
  margin-top: 20px;
  margin-bottom: 0px;
}

.text--wrapper._600px {
  max-width: 500px;
}

.text--wrapper._600px.nomargin {
  max-width: 500px;
  margin-top: 40px;
}

.div-block {
  width: auto;
  max-width: 600px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.paragraph-2 {
  margin-right: 50%;
  margin-left: 0px;
}

.point-container {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -10%;
  max-width: 800px;
  margin: 40px;
  padding: 19px;
  border: 5px solid transparent;
  background-color: #00643c;
  color: #fff;
  text-align: center;
}

.point-container.rectangle {
  max-width: 600px;
  margin: 0px;
  padding: 20px 40px;
  background-color: #fefaee;
  color: #000;
  font-size: 12px;
  text-align: left;
}

.point-container.rectangle.hide {
  display: none;
}

.point-container.rectangle.mt-80 {
  margin-top: 80px;
}

.point-container.rectangle.mt-80.beige {
  background-color: #fefaee;
  color: #000;
}

.point-container.rectangle.beige {
  background-color: #fefaee;
  color: #000;
}

.point-container.circle {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 350px;
  height: 350px;
  max-width: 350px;
  margin: 0px 30px;
  padding: 45px;
  -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%;
  font-size: 12px;
}

.point-container.circle.beige {
  position: static;
  left: auto;
  top: auto;
  right: -25%;
  bottom: -16%;
  z-index: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fefaee;
  color: #000;
}

.point-container.circle.beige.absolute {
  position: absolute;
  right: -13%;
  width: 350px;
}

.point-container.circle.beige.absolute.green {
  background-color: #fefaee;
  color: #000;
}

.point-container.circle.mobile {
  display: none;
}

.point-container.circle.mobile.pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fefaee;
  color: #000;
}

.point-txt {
  font-weight: 700;
}

.point-sub-txt {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.wrapper {
  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;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container--80 {
  max-width: 800px;
  margin-top: 100px;
}

.grid-wrapper {
  display: -ms-grid;
  display: grid;
  max-width: none;
  margin: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-grid-row-align: auto;
  align-self: auto;
  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;
}

.grid-wrapper._800 {
  max-width: 800px;
}

.grid-wrapper._1000 {
  max-width: 1200px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-row-gap: 80px;
}

.grid-wrapper._1000.bottom {
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}

.grid-wrapper._1000.bottom.single {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.grid-wrapper._1000.tight {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.point-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.line-spacer {
  width: 15px;
  height: 1px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #fff;
}

.line-spacer.black {
  background-color: #000;
}

.grid--600 {
  display: -ms-grid;
  display: grid;
  max-width: 800px;
  margin: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-grid-row-align: auto;
  align-self: auto;
  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;
}

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container--mobile {
  overflow: hidden;
  max-width: none;
  margin-right: 100px;
  margin-left: 0px;
  padding: 60px 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 50px;
  background-color: #000;
  color: #fff;
}

.mob-logo {
  margin-bottom: 20px;
}

.iphone-wrapper {
  overflow: hidden;
  width: 300px;
}

.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
}

.profile-subname {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.profile-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 600;
}

.profile-wrapper {
  max-width: 400px;
  margin-left: 40px;
}

.text-span-3 {
  font-style: normal;
  font-weight: 400;
}

.profile-artist {
  margin-right: 0px;
  margin-left: 0px;
  font-size: 14px;
  font-weight: 300;
}

.model-sns {
  margin-left: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.model-sns:hover {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #ffd900;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.model-sns.model-02 {
  color: #000;
  font-size: 12px;
  font-weight: 600;
}

.model-sns.model-02:hover {
  font-family: Inter, sans-serif;
  color: #00643c;
  font-weight: 600;
}

.profile-img {
  max-width: 350px;
}

.profile-role {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.profile-symbol {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 16px;
  font-weight: 400;
}

.profile-txt {
  margin-top: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  line-height: 2;
  font-weight: 500;
  text-align: left;
}

.profile-name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 35px;
  font-weight: 700;
}

.profile {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
}

.credit-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  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-family: Inter, sans-serif;
  font-size: 12px;
  text-align: center;
}

.credit-txt {
  margin-bottom: 10px;
  color: #000;
  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;
}

.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;
}

.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;
}

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

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

.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.white {
  border-color: #fff;
  color: #fff;
  font-weight: 400;
}

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

.btn-txt-1 {
  position: absolute;
  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: 700;
}

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

.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: 900;
}

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

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

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

.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 {
  display: block;
  overflow: hidden;
  max-width: 150px;
  margin-bottom: 10px;
}

.wheel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
}

.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: #000;
  color: #000;
  text-decoration: none;
}

.text-block-4 {
  font-weight: 300;
}

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

._50 {
  position: relative;
  overflow: hidden;
  width: 50%;
  max-width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mask-layer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.div-block-4 {
  position: relative;
  width: 100%;
  height: 100%;
}

.bg-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  background-image: url('/special/seven-days-with-starbucks/images/1N8A1309.jpg');
  background-position: 0% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-clip: border-box;
  -o-object-fit: fill;
  object-fit: fill;
}

.bg-img._2 {
  z-index: auto;
  background-image: url('/special/seven-days-with-starbucks/images/1N8A1085.jpg');
  background-position: 100% 50%;
}

.bg-img._1 {
  z-index: auto;
  background-image: url('/special/seven-days-with-starbucks/images/1N8A1085.jpg');
  background-size: contain;
  background-attachment: fixed;
}

.bg-img._3 {
  display: none;
  background-image: url('/special/seven-days-with-starbucks/images/1N8A1257.jpg');
  background-position: 100% 50%;
}

.bg-img._4 {
  display: none;
  overflow: visible;
  background-image: url('/special/seven-days-with-starbucks/images/1N8A1177.jpg');
  background-position: 0% 50%;
}

.div-block-5 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: #fff;
}

.hero-maintitle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -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: rgba(0, 0, 0, 0.05);
}

.maintitle-wrapper {
  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;
}

.share {
  position: fixed;
  left: auto;
  top: 0%;
  right: 2%;
  bottom: 0%;
}

.share-links {
  position: -webkit-sticky;
  position: sticky;
  top: 104px;
  margin-top: 24px;
}

.days {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.weekday-sub {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
}

.week-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 0px;
  margin-left: 0px;
  -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: #ffd479;
  color: #000;
  text-decoration: none;
}

.week-navi._2 {
  background-color: #f394ca;
}

.week-navi._3 {
  background-color: #fc856b;
}

.week-navi._4 {
  background-color: #fef884;
}

.week-navi._5 {
  background-color: #a1f390;
}

.week-navi._7 {
  background-color: #d3b0ff;
}

.week-navi._6 {
  background-color: #aeddf8;
}

.pc {
  font-family: 'Noto Sans JP', sans-serif;
}

.mobile {
  display: none;
}

.item-credit {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
}

.item-credit.small {
  max-width: 480px;
}

.credit-text {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
}

.credit-text.right {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}

.credit-text.center {
  text-align: center;
}

.credit-text.centering {
  text-align: center;
}

.div-block-6 {
  position: relative;
  max-width: none;
  margin-top: 41px;
  margin-bottom: 41px;
  background-color: transparent;
}

.button2 {
  position: relative;
  overflow: hidden;
  margin-top: 38px;
  margin-bottom: 0px;
  padding: 10px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0%;
  background-color: transparent;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.button2-text {
  position: relative;
  z-index: 1;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: none;
}

.button2-reveal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  background-color: #fff;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.marker--wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
}

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

.marker.pc {
  display: block;
  width: 100%;
}

.marker.pc.parts {
  position: absolute;
  left: 3%;
  top: 6%;
  right: auto;
  bottom: auto;
  width: 500px;
  height: auto;
  max-width: none;
}

.marker.pc.parts.bottom {
  left: auto;
  top: auto;
  right: 2.5%;
  bottom: 10%;
  width: 45vw;
}

.marker.pc.parts.width {
  top: 2%;
  width: 45vw;
}

.url {
  color: #00643c;
  font-weight: 500;
}

.url:hover {
  color: #df3500;
}

.container400 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin-top: 60px;
  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;
}

.contact-high {
  margin-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.numbers-pc {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}

.numbers-sp {
  display: none;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
  line-height: 220%;
  text-align: center;
}

.hidden {
  color: #000;
  text-decoration: none;
}

.hidden:hover {
  font-weight: 500;
  text-decoration: underline;
}

.paragraph-3 {
  font-family: 'Noto Sans JP', sans-serif;
}

.paragraph-4 {
  font-family: 'Noto Sans JP', sans-serif;
}

.paragraph-5 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .menu-parent {
    width: 35px;
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .icon {
    display: none;
    color: #fff;
  }
  .i {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .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;
  }
  .menu-bar {
    height: 2px;
    margin-bottom: 4px;
    background-color: #fff;
  }
  .navbar {
    position: relative;
    display: block;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .nav-menu {
    padding: 30px;
    background-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;
  }
  .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;
  }
  .hero--container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .center-title {
    top: auto;
    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;
  }
  .hero-bg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: none;
  }
  .heading {
    font-size: 100px;
    line-height: 90px;
    font-weight: 600;
    text-align: center;
  }
  .hero-title {
    position: absolute;
    left: 0%;
    top: 2%;
    right: 0%;
    bottom: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pc-hero-img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
  .pc-hero-img.left {
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
  }
  .pc-hero-img._2 {
    display: none;
  }
  .pc-hero-img.pc {
    display: none;
  }
  .pc-hero-img.mobile {
    display: block;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }
  .paragraph._16px {
    font-size: 12px;
  }
  .paragraph._16px.left {
    text-align: center;
  }
  .paragraph.left.white {
    color: #fff;
  }
  .section.mobile {
    padding-right: 50px;
    padding-left: 50px;
  }
  .text--wrapper._600px.nomargin {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .point-container.circle {
    display: none;
    margin-right: 0px;
    margin-left: 0px;
  }
  .point-container.circle.beige.absolute.green {
    position: static;
    display: none;
  }
  .point-container.circle.beige.absolute.green.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .point-container.circle.beige.absolute.mobile {
    position: static;
  }
  .point-container.circle.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    background-color: #fefaee;
    color: #000;
  }
  .flex-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container--mobile {
    margin-right: 40px;
  }
  .profile-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .profile-subname {
    font-size: 12px;
  }
  .profile-artist {
    font-size: 12px;
  }
  .model-sns {
    font-size: 12px;
  }
  .model-sns.model-02 {
    font-size: 12px;
  }
  .profile-symbol {
    font-size: 14px;
  }
  .profile-txt {
    font-size: 12px;
  }
  .profile-name {
    font-size: 30px;
  }
  .section-links {
    margin-bottom: 100px;
  }
  .wheel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200vw;
    max-width: 200vw;
  }
  .backtotop {
    width: auto;
    height: auto;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 100%;
    background-color: #000;
    font-size: 12px;
  }
  .backtotop.w--current {
    background-color: #000;
  }
  .text-block-4 {
    display: none;
    overflow: visible;
    color: #fff;
  }
  .arrow-up {
    margin-left: 0px;
    -webkit-filter: none;
    filter: none;
  }
  ._50 {
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-width: 0px;
  }
  ._50.right {
    display: none;
  }
  .bg-img {
    background-position: 50% 50%;
    background-size: 100%;
  }
  .bg-img._4 {
    display: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .share-links {
    display: none;
  }
  .marker--wrapper {
    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;
  }
  .marker {
    display: none;
  }
  .marker.mobile {
    display: block;
    width: 500px;
  }
  .marker.pc.parts {
    display: none;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navcontainer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero--container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-bg {
    background-position: 53% 50%;
  }
  .arrow {
    margin-top: 40px;
  }
  .hero-subtitle {
    bottom: 5%;
  }
  .hero-title {
    position: absolute;
    top: 2%;
  }
  .pc-hero-img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
  .pc-hero-img.pc {
    display: none;
  }
  .pc-hero-img.mobile {
    display: block;
  }
  .paragraph.mobile {
    display: none;
  }
  .text-day {
    font-size: 30px;
  }
  .text-weekday {
    font-size: 80px;
  }
  .profile-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .profile-subname {
    margin-bottom: 10px;
  }
  .profile-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 34px;
    margin-left: 0px;
    -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;
    text-align: left;
  }
  .profile-txt {
    text-align: center;
  }
  .profile-name {
    margin-bottom: 0px;
    font-size: 35px;
  }
  .backtotop {
    padding: 17px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    position: relative;
  }
  .menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navcontainer {
    margin-right: 10px;
    margin-left: 10px;
    padding: 0px;
  }
  .hero--container {
    color: #fff;
  }
  .center-title {
    top: 30%;
    z-index: 3;
  }
  .hero-bg {
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
  }
  .f-snap-logo {
    width: 250px;
  }
  .italic.two {
    display: inline-block;
  }
  .arrow {
    margin-top: 20px;
  }
  .heading {
    font-size: 58px;
    line-height: 53px;
  }
  .hero-subtitle {
    bottom: 10%;
    z-index: 1;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .section-hero {
    display: block;
    height: 100vh;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  .hero-subtitle__subtitle {
    font-size: 14px;
    line-height: 24px;
  }
  .hero-title {
    top: 2%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-title__title {
    position: static;
    margin-top: 0px;
    font-size: 40px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .pc-hero-img {
    display: block;
  }
  .pc-hero-img._2 {
    display: none;
  }
  .pc-hero-img.pc {
    display: none;
  }
  .pc-hero-img.mobile {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 17%;
    object-position: 50% 17%;
  }
  .container--800 {
    max-width: 100vw;
  }
  .section-intro {
    overflow: hidden;
    padding: 60px 20px;
  }
  .title {
    color: #000;
    font-size: 16px;
  }
  .mask {
    font-size: 12px;
  }
  .paragraph {
    color: #000;
    font-size: 12px;
    line-height: 2;
  }
  .paragraph._16px.center {
    line-height: 2;
  }
  .paragraph._16px.center.pc {
    display: none;
  }
  .paragraph._16px.center.mobile {
    display: block;
  }
  .paragraph._16px.left.pc {
    display: none;
  }
  .paragraph._16px.left.mobile {
    display: block;
  }
  .paragraph._16px.pc.mobile {
    display: block;
  }
  .paragraph.left.white {
    color: #fff;
    text-align: justify;
  }
  .paragraph.left.white.pc {
    display: none;
  }
  .paragraph.left.white.mobile.center {
    margin-top: 20px;
    text-align: center;
  }
  .paragraph.mobile {
    display: block;
    font-size: 13px;
    letter-spacing: 0px;
  }
  .paragraph.mobile.wide {
    letter-spacing: 1px;
  }
  .paragraph.pc {
    display: none;
  }
  .section {
    padding: 40px 20px;
  }
  .section.beige {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section.mobile {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #00643c;
  }
  .section.navajo-white {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section.khaki {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.profile {
    margin-bottom: 0px;
    padding: 0px;
    border: 1px none #000;
  }
  .container--weekday {
    margin-bottom: 40px;
  }
  .container--weekday.mb-100 {
    margin-bottom: 40px;
  }
  .text-day {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .text-weekday {
    font-size: 40px;
  }
  .image {
    width: 200px;
  }
  .text--wrapper.center {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .text--wrapper.center.nomargin {
    margin-bottom: 20px;
  }
  .text--wrapper._600px.nomargin {
    margin-bottom: 0px;
  }
  .point-container.rectangle.mt-80.beige {
    margin-top: 60px;
  }
  .point-container.circle.beige.absolute.green.mobile {
    padding: 20px;
    border-radius: 0%;
  }
  .point-container.circle.mobile {
    width: 300px;
    height: 300px;
    max-width: 300px;
    margin-top: 40px;
    padding: 30px;
    border-radius: 0%;
  }
  .point-container.circle.mobile.hint1 {
    margin-top: 0px;
  }
  .point-txt {
    font-family: Inter, sans-serif;
    line-height: 1;
  }
  .point-sub-txt {
    line-height: 1.8;
    text-align: center;
  }
  .p {
    text-align: center;
  }
  .grid-wrapper._800 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid-wrapper._1000 {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid-wrapper._1000.bottom {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .point-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .line-spacer.black {
    display: none;
  }
  .container--mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    margin-right: 0px;
    padding: 90px 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-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-radius: 0px;
  }
  .iphone-wrapper {
    width: 250px;
  }
  .horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .profile-box {
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-style: none;
  }
  .profile-subname {
    margin-bottom: 10px;
  }
  .profile-wrapper {
    margin-top: 20px;
    margin-left: 0px;
  }
  .profile-txt {
    text-align: center;
  }
  .credit-wrapper {
    margin: 60px 10px;
  }
  .credit-txt {
    margin-bottom: 10px;
    color: #000;
    font-size: 12px;
  }
  .artist-title {
    color: #000;
  }
  .wheel {
    display: none;
    width: 100vw;
    max-width: 100vw;
  }
  .backtotop {
    width: auto;
    height: auto;
    padding: 17px;
    border-radius: 100%;
    background-color: #1a1a1a;
  }
  .text-block-4 {
    display: none;
    font-weight: 400;
  }
  .arrow-up {
    margin-left: 0px;
  }
  .bg-img {
    background-size: cover;
  }
  .bg-img._4 {
    background-position: 50% 50%;
  }
  .hero-maintitle {
    padding: 20px;
  }
  .maintitle-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .days {
    margin-top: 40px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .weekday-sub {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .pc {
    display: none;
  }
  .mobile {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.8;
    text-align: center;
  }
  .image-2 {
    width: auto;
    max-width: 100%;
  }
  .image-3 {
    width: 278px;
  }
  .item-credit {
    margin-top: 10px;
  }
  .credit-text {
    font-size: 10px;
    text-align: center;
  }
  .credit-text.right {
    text-align: center;
  }
  .div-block-6 {
    width: 150px;
    padding: 15px;
  }
  .marker--wrapper {
    padding-right: 22px;
    padding-left: 22px;
  }
  .marker.mobile {
    position: relative;
    top: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .container400 {
    margin-top: 0px;
    margin-bottom: 60px;
  }
  .numbers-pc {
    display: none;
  }
  .numbers-sp {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    line-height: 2;
    font-weight: 500;
  }
  .hidden {
    color: #000;
    text-decoration: none;
  }
  .paragraph-6 {
    font-family: 'Noto Sans JP', sans-serif;
  }
}

@media screen and (max-width: 479px) {
  #w-node-3995e7c2233c-f96e540f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-5133a6576ca0-f96e540f {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

