:root {
  --dark: #3c404e;
  --goldenrod: #e6b735;
  --shade-2: #e6e2db;
  --shade-1: #faf8f4;
  --primary-1: #78d912;
  --primary-2: #304a43;
  --white: white;
  --border: #0000001a;
  --primary-3: #ff9b71;
  --link-blue: #0a3bff;
  --black: #050505;
  --light-sea-green: #5db2ac;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper, .w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }
}

body {
  color: var(--dark);
  font-family: Mulish;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

h2 {
  margin-top: 0;
  margin-bottom: 21px;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

h3 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

h4 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

h5 {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

h6 {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 28px;
}

a {
  color: var(--dark);
  margin-bottom: 20px;
  font-weight: 700;
  text-decoration: none;
}

ul {
  grid-column-gap: 16px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 21px;
  padding-left: 18px;
  display: grid;
}

li {
  padding-left: 7px;
}

img {
  border-radius: 0;
  display: inline-block;
}

label {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.loading-container {
  z-index: 9999;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader {
  width: 50px;
  height: 50px;
}

.load-first {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.section {
  background-color: #0000;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 60px;
  position: relative;
}

.section.bg-shade-1 {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: Noto Sans JP;
  display: block;
}

.section.reduced-padding {
  padding-top: 84px;
  padding-bottom: 84px;
}

.section.reduced-padding.co-media {
  padding-top: 0;
}

.section.increased-padding {
  padding-top: 168px;
  padding-bottom: 168px;
}

.section.page-title-background-image {
  padding-top: 168px;
  padding-bottom: 168px;
  overflow: hidden;
}

.section.reduced-top-padding {
  padding-top: 84px;
}

.section.no-top-padding {
  padding-top: 0;
  display: none;
}

.section.reduced-bottom-padding {
  padding-bottom: 56px;
}

.section.categories-section {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}

.section.categories-section.rental {
  margin-bottom: 40px;
}

.section.no-bottom-padding {
  padding-top: 40px;
  padding-bottom: 0;
}

.section.border-bottom {
  border-bottom: 7px solid var(--shade-2);
}

.section.load-first {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.section.background-grey {
  background-color: #f6f6fa;
}

.section.top-faq {
  background-color: var(--shade-1);
  padding-bottom: 100px;
}

.section.bg-primary-2 {
  background-color: #e6b735;
  padding-top: 40px;
  display: block;
}

.section.bg-primary-2.piano-rental {
  display: none;
}

.main-container {
  text-align: center;
  background-color: #0000;
  border-radius: 0%;
  width: 100%;
  margin: 0 auto 20px;
  padding-top: 40px;
  padding-left: 28px;
  padding-right: 28px;
  position: relative;
}

.main-container.narrow {
  max-width: 1060px;
}

.main-container.justify-content-center {
  margin-bottom: 0;
}

.main-container.vimeo-container {
  padding-left: 220px;
  padding-right: 220px;
}

.main-container.steps {
  margin-top: 60px;
  margin-bottom: 60px;
}

.main-container.category-lineup {
  margin-top: 40px;
}

.main-container.item-page, .main-container.blog-post, .main-container.category-page, .main-container.aerophone, .main-container.terms-and-conditions, .main-container.text-left {
  text-align: left;
}

.main-container.top-faq {
  padding-top: 20px;
}

.main-container.editor-pick {
  text-align: left;
  max-width: 800px;
}

.main-container.margin-top {
  margin-top: 60px;
}

.style-guide {
  grid-row-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.style-guide-section {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
}

.style-guide-colors {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.style-guide-color {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  height: 112px;
  margin-bottom: 14px;
  overflow: hidden;
}

.style-guide-color.border {
  border: 1px solid var(--shade-2);
}

.bg-primary-1 {
  background-color: var(--primary-1);
}

.bg-primary-2 {
  background-color: var(--primary-2);
  color: var(--white);
}

.bg-dark {
  background-color: var(--dark);
  color: #fff;
}

.bg-white {
  background-color: var(--white);
}

.style-guide-typography {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.large-text {
  align-items: center;
  margin-top: 18px;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

.large-text.inline-large-text {
  margin-top: 35px;
  margin-bottom: 35px;
}

.large-text.below-display-heading {
  margin-top: 21px;
}

.large-text.monthly-price {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  display: inline;
}

.large-text.monthly-price.color-coral {
  color: #ff4949;
}

.large-text.full-width {
  display: block;
}

.large-text.blog-post-author-link {
  margin-top: 10px;
  font-weight: 700;
}

.small-text {
  text-align: justify;
  padding-top: 0;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.small-text.inline-cta-text {
  flex: 1;
}

.small-text.below-content {
  margin-top: 28px;
}

.small-text.icon-card-text {
  font-weight: 400;
}

.small-text.price-color {
  color: #f52828;
}

.small-text.text-light-blue {
  color: #5db2ac;
  font-weight: 700;
}

.small-text.steps {
  text-align: left;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.small-text.shop-top {
  padding-top: 20px;
}

.small-text.text-left.recruit {
  margin-bottom: 20px;
  font-weight: 400;
}

.no-bottom-margin {
  margin-bottom: 0;
  font-family: Noto Sans JP;
  font-size: 24px;
}

.no-bottom-margin.campaign {
  text-align: center;
  margin-bottom: 60px;
  font-size: 28px;
  line-height: 40px;
}

.no-bottom-margin.text-left {
  text-align: left;
}

.no-bottom-margin.co-header1 {
  font-size: 16px;
  line-height: 24px;
}

.no-bottom-margin.co-header1.ch2 {
  font-size: 22px;
}

.style-guide-buttons {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center stretch;
}

.button {
  background-color: var(--primary-1);
  color: var(--dark);
  text-align: center;
  border-radius: 200px;
  padding: 14px 35px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
  transition: box-shadow .2s;
  box-shadow: inset 0 0 0 100px #0000;
}

.button:hover {
  box-shadow: inset 0 0 0 100px #0000001a;
}

.button.small {
  padding: 10px 28px;
  font-size: 16px;
  line-height: 24px;
}

.button.small.navbar-button {
  background-color: var(--primary-1);
  flex: none;
  margin-left: 10px;
  margin-right: 10px;
}

.button.small.navbar-button.ga-event {
  margin-bottom: 7px;
  font-family: Noto Sans JP;
}

.button.small.beside-text {
  flex: none;
  margin-left: 21px;
}

.button.small.below-list {
  margin-top: 56px;
}

.button.bg-primary-2 {
  background-color: var(--primary-2);
  color: var(--white);
}

.button.bg-primary-2.beside-input {
  border-radius: 7px;
}

.button.bg-white {
  background-color: var(--white);
  min-width: 100%;
  margin-top: 40px;
  display: none;
}

.button.bg-white.bef-collection {
  display: block;
}

.button.bordered-dark {
  border: 2px solid var(--shade-2);
  box-shadow: none;
  background-color: #0000;
  transition: background-color .2s;
}

.button.bordered-dark:hover {
  background-color: var(--shade-2);
}

.button.bordered-dark.popular-link {
  margin-left: 7px;
  margin-right: 7px;
  padding: 7px 21px;
  font-size: 16px;
  line-height: 24px;
}

.button.bordered-dark.small {
  min-width: 100px;
  padding: 5px 10px;
}

.button.square {
  border-radius: 7px;
  margin-top: 0;
}

.button.square.inside-inline-sections {
  margin-left: 14px;
}

.button.icon-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.beside-input {
  margin-left: 14px;
}

.button.wide {
  width: 100%;
  display: block;
}

.button.below-text {
  margin-top: 21px;
}

.button.below-large-text {
  margin-top: 28px;
}

.button.wide-select-plan-button {
  width: 100%;
  margin-top: 28px;
}

.button.wide-select-plan-button.bordered-dark.small-blue {
  color: #5db2ac;
  border-color: #5db2ac;
  width: 200px;
  margin-top: 5px;
  padding: 5px 10px;
}

.button.wide-select-plan-button.ga-event {
  max-width: 500px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button.below-hero-text {
  margin-top: 35px;
}

.button.adjacent-to-button {
  margin-left: 21px;
}

.button.over-image {
  position: absolute;
}

.button.below-heading {
  margin-top: 14px;
}

.button.section-button {
  background-color: var(--white);
  box-shadow: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  margin-right: 14px;
  padding: 10px 28px;
  font-size: 16px;
  line-height: 24px;
  transition: background-color .2s;
  display: flex;
}

.button.section-button:hover {
  background-color: var(--shade-2);
}

.button.top-1st-cta-button {
  width: 90%;
}

.button.top-1st-cta-button.ga-event {
  background-color: var(--primary-1);
  mix-blend-mode: normal;
  width: 400px;
  margin-top: 10px;
}

.button.top-1st-cta-button.fukui-campaign {
  width: 400px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button.category-top-cta {
  background-color: #fff;
}

.navbar {
  background-color: #0000;
  position: relative;
}

.form-block {
  margin-bottom: 0;
}

.form-block.below-large-text {
  margin-top: 28px;
}

.style-guide-form-inputs {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-input {
  border: 2px solid var(--border);
  color: var(--dark);
  border-radius: 7px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 14px 21px;
  font-size: 18px;
  line-height: 28px;
  transition: border-color .2s;
}

.form-input:focus {
  border-color: #00000040;
}

.form-input::placeholder {
  color: #283e3980;
}

.form-input.textarea {
  min-height: 196px;
}

.form-input.beside-input {
  margin-left: 14px;
}

.form-input.checkout-form-input {
  min-height: 49px;
}

.form-grid-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.form-grid-vertical.below-heading {
  margin-top: 35px;
}

.selectable-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.selectable-label {
  text-align: left;
  margin-bottom: 0;
  margin-left: 14px;
  font-size: 16px;
}

.footer-1 {
  background-color: var(--primary-2);
  color: var(--white);
  padding-top: 84px;
  padding-bottom: 84px;
}

.back-to-top-button {
  z-index: 10;
  background-color: var(--shade-2);
  border-radius: 7px;
  padding: 7px 14px;
  position: fixed;
  bottom: 14px;
  right: 14px;
}

.announcement-bar {
  background-color: var(--primary-2);
  color: #fff;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  overflow: hidden;
}

.announcement-cross {
  cursor: pointer;
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  right: 56px;
}

.announcement-contents {
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
}

.trigger-search-modal {
  cursor: pointer;
  align-items: center;
  margin-right: 21px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: opacity .2s;
  display: flex;
}

.trigger-search-modal:hover {
  opacity: .5;
}

.search-modal {
  z-index: 9999;
  flex-direction: column;
  display: none;
  position: fixed;
  inset: 0%;
}

.search-modal-screen {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.search-modal-container {
  background-color: var(--white);
  padding: 56px 56px 35px;
  position: relative;
}

.select-wrapper {
  border: 2px solid var(--border);
  background-color: var(--white);
  border-radius: 7px;
  padding: 7px;
  overflow: hidden;
}

.select-field {
  background-color: #0000;
  background-image: url('../images/icon-dropdown-arrow.svg');
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  border: 1px #000;
  width: 110%;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.display-heading {
  letter-spacing: -.02em;
  margin-bottom: 28px;
  font-family: Noto Sans JP;
  font-size: 80px;
  font-weight: 400;
  line-height: 84px;
}

.display-heading.no-bottom-margin {
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.display-heading.no-bottom-margin.below-video-lightbox {
  margin-top: 28px;
}

.display-heading.text-center.no-bottom-margin {
  font-family: Noto Sans JP;
  font-weight: 400;
}

.display-heading.quote-over-image {
  margin-bottom: 14px;
}

.bg-primary-3 {
  background-color: var(--primary-3);
}

.bg-border {
  background-color: var(--border);
}

.bg-shade-1 {
  background-color: var(--shade-1);
}

.checkbox {
  border-width: 2px;
  border-color: var(--border);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 7px;
  flex: none;
  width: 21px;
  height: 21px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  border-color: var(--dark);
  background-color: var(--dark);
  background-size: 14px 14px;
}

.radio {
  border-width: 2px;
  border-color: var(--border);
  background-color: var(--white);
  cursor: pointer;
  width: 21px;
  height: 21px;
  margin-top: 0;
  margin-left: 0;
}

.radio.w--redirected-checked {
  border-width: 6px;
  border-color: var(--dark);
}

.style-guide-row-heading {
  margin-bottom: 28px;
}

.style-guide-form-rows {
  grid-column-gap: 16px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bg-shade-2 {
  background-color: var(--shade-2);
}

.fine-print-text {
  text-align: left;
  flex: 1;
  font-family: Noto Sans JP;
  font-size: 14px;
  line-height: 24px;
  display: block;
}

.fine-print-text.input-hint-text {
  margin-top: 14px;
}

.fine-print-text.below-button {
  margin-top: 21px;
}

.fine-print-text.blog-page {
  text-align: left;
  flex: 0 auto;
  font-size: 14px;
  line-height: 24px;
}

.fine-print-text.blog-category {
  text-align: left;
  flex: 1;
  padding-left: 15px;
}

.uppercase-text {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.uppercase-text.menu-heading {
  opacity: .5;
  color: var(--dark);
  margin-bottom: 28px;
}

.quote-text {
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

.quote-text.text-center.quote-below-avatar {
  margin-top: 35px;
}

.style-guide-rows {
  grid-column-gap: 16px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-icon {
  color: var(--dark);
  margin-right: 10px;
}

.media-play-button {
  z-index: 1;
  background-color: #ffffffe6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: transform .2s, background-color .2s;
  display: flex;
}

.media-play-button:hover {
  background-color: #fff;
  transform: scale(1.05);
}

.media-play-button.over-image {
  position: absolute;
}

.media-play-wrapper {
  background-color: var(--primary-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.media-play-wrapper.above-heading {
  margin-bottom: 35px;
}

.text-white {
  color: var(--white);
}

.style-guide-icons {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}

.style-guide-icon-wrapper {
  background-color: var(--primary-2);
  padding: 21px;
}

.style-guide-badges {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.badge {
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 7px;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 800;
  line-height: 24px;
}

.badge.bg-primary-3.sale-badge {
  z-index: 2;
  position: absolute;
  top: 21px;
  right: 21px;
}

.badge.featured-pricing-card-badge {
  justify-content: center;
  margin-bottom: 14px;
}

.badge.featured-pricing-card-badge.bg-primary-2 {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.badge.plan-comparison-badge {
  margin-bottom: 21px;
}

.badge.beside-badge {
  margin-left: 14px;
}

.badge.button-badge {
  background-color: var(--shade-2);
  margin-left: 10px;
  padding: 1px 9px;
}

.navbar-grid {
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 84px;
  margin-left: 56px;
  margin-right: 56px;
  display: grid;
}

.navbar-grid.navbar-grid-2 {
  grid-template-columns: 1fr 1.5fr 1fr;
}

.nav-link {
  color: var(--dark);
  border-radius: 3px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 12px;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .2s;
  display: inline-block;
}

.nav-link:hover {
  background-color: var(--shade-2);
}

.nav-link.nav-text-block {
  padding: 0;
}

.dropdown-list-wide {
  display: none;
}

.dropdown-list-wide.w--open {
  background-color: #0000;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 56px;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0, 23px);
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.container-small {
  width: 100%;
  max-width: 368px;
  padding-left: 20px;
  padding-right: 0;
}

.container-small.align-center {
  text-align: center;
}

.container-small.align-center.icon-card-container {
  flex-direction: column;
  max-width: 400px;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.container-small.align-center.icon-card-container.category-user, .container-small.align-center.top-steps {
  padding-left: 0;
}

.container-small.center-text {
  text-align: center;
}

.container-small.image-overlap-pair-a {
  position: relative;
  transform: rotate(5deg);
}

.container-small.media-subtext {
  text-align: center;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
}

.container-small.senior-child {
  max-width: 500px;
  padding-left: 0;
}

.dropdown-large-grid {
  grid-template-rows: auto;
  grid-template-columns: 41fr 58fr;
}

.vertical-menus-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.menu-grid-vertical {
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.vertical-menu-link {
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 600;
  transition: opacity .2s;
}

.vertical-menu-link:hover {
  opacity: .5;
}

.nav-menu {
  background-color: #0000;
  position: static;
}

.dropdown-wide-bg {
  border-bottom: 1px solid var(--border);
  background-color: #fffffff7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.container-large {
  direction: ltr;
  text-align: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP;
}

.container-large.wide {
  max-width: 792px;
}

.container-large.justify-content-between {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.container-large.align-right {
  margin-left: auto;
}

.container-large.top-cta-container {
  margin-top: 30px;
  margin-bottom: 30px;
}

.container-large.category-page {
  text-align: left;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.text-center.align-center.increased-bottom-margin {
  margin-bottom: 112px;
}

.text-center.page-title-in-front {
  z-index: 1;
  position: relative;
}

.navbar-controls {
  clear: none;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.cart-button {
  color: var(--dark);
  background-color: #0000;
  margin-left: 21px;
  padding: 0;
}

.cart-quantity {
  background-color: var(--shade-2);
  color: var(--dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 28px;
  height: 28px;
  margin-left: 7px;
  font-weight: 800;
  display: flex;
}

.search-icon {
  margin-right: 7px;
}

.navbar-container.bg-white {
  z-index: 10;
  background-color: #fffffff7;
  position: sticky;
  top: 0;
}

.brand {
  padding-left: 0;
}

.brand.navbar-left-brand {
  margin-right: 28px;
}

.dropdown-icon-links-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.icon-link {
  border: 1px solid var(--shade-2);
  background-color: var(--shade-1);
  text-align: center;
  border-radius: 7px;
  flex-direction: column;
  align-items: center;
  padding: 28px;
  transition: transform .2s, box-shadow .2s, background-color .2s;
  display: flex;
  box-shadow: 0 7px 14px #0000;
}

.icon-link:hover {
  background-color: var(--shade-2);
  transform: scale(1.04);
  box-shadow: 0 7px 14px #0000001a;
}

.icon-link-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  min-height: 56px;
  margin-bottom: 21px;
}

.footer-halves-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.footer-1-bottom-row {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 28px;
  display: flex;
}

.muted {
  opacity: .5;
}

.muted.fine-print-text.license-text {
  flex: 0 auto;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

.restricted-content-container {
  font-family: Noto Sans JP;
}

.footer-2 {
  background-color: var(--shade-1);
  padding-top: 84px;
  padding-bottom: 56px;
}

.footer-logo-link {
  margin-bottom: 28px;
}

.footer-2-bottom-row {
  margin-top: 56px;
}

.footer-contact-container {
  font-size: 16px;
  line-height: 24px;
}

.footer-3 {
  background-color: var(--primary-2);
  color: var(--white);
  padding-top: 42px;
  padding-bottom: 28px;
}

.footer-3-top-row {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  padding-bottom: 42px;
  display: flex;
}

.horizontal-links {
  align-items: center;
  display: flex;
}

.horizontal-links.aligned-right {
  margin-right: -28px;
}

.horizontal-link {
  margin-right: 28px;
}

.horizontal-link.text-white {
  transition: opacity .2s;
}

.horizontal-link.text-white:hover {
  opacity: .5;
}

.horizontal-link.small-text {
  font-weight: 600;
}

.horizontal-link.small-text.text-white {
  opacity: .5;
  transition: opacity .2s;
}

.horizontal-link.small-text.text-white:hover {
  opacity: 1;
}

.social-links {
  align-items: center;
  margin-left: -7px;
  margin-right: -7px;
  display: flex;
}

.social-links.team-member-social-links {
  margin-top: 21px;
}

.social-link-small {
  border: 2px solid var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 7px;
  margin-right: 7px;
  padding: 7px;
  transition: border-color .2s, filter .2s, background-color .2s;
  display: flex;
}

.social-link-small:hover {
  filter: invert();
  background-color: #000;
  border-color: #000;
}

.social-link-small.dark {
  border-color: var(--dark);
  background-color: #0000;
  transition-property: none;
}

.social-link-small.dark:hover {
  filter: none;
}

.social-link-small-icon {
  max-height: 21px;
}

.footer-3-bottom-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-3-logo-container {
  align-items: center;
  display: flex;
}

.footer-3-logo {
  margin-right: 21px;
}

.footer-4 {
  background-color: var(--shade-1);
  padding-top: 40px;
  padding-bottom: 40px;
}

.container {
  direction: ltr;
  width: 100%;
  max-width: 474px;
}

.container.align-center.hero-form-container {
  margin-top: 56px;
}

.container.image-overlap-pair-wrapper {
  position: relative;
}

.container.wide {
  max-width: 686px;
}

.container.wide.align-center {
  margin-top: 40px;
}

.container.form-container {
  margin-bottom: 0;
  margin-left: 21px;
  margin-right: 21px;
}

.container.modal-container {
  margin-left: 21px;
  margin-right: 21px;
}

.horizontal-form {
  margin-bottom: 0;
  display: flex;
}

.form-success {
  background-color: var(--primary-1);
  text-align: center;
  padding: 14px;
  font-size: 16px;
  line-height: 24px;
}

.form-error {
  color: var(--dark);
  background-color: #e9acac;
  margin-top: 14px;
  padding: 14px;
  font-size: 16px;
  line-height: 24px;
}

.footer-4-bottom-row {
  justify-content: space-between;
  align-items: center;
  margin-top: 84px;
  display: flex;
}

.navbar-row {
  justify-content: space-between;
  align-items: center;
  min-height: 84px;
  margin-left: 56px;
  margin-right: 56px;
  display: flex;
}

.navbar-left-contents {
  align-items: center;
  display: flex;
}

.back-to-top-contents {
  letter-spacing: .1em;
  text-transform: uppercase;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
  line-height: 24px;
  display: flex;
}

.back-to-top-image {
  margin-right: 7px;
  transform: rotate(180deg);
}

.search-modal-heading {
  margin-bottom: 28px;
}

.popular-links-container {
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.popular-links-heading {
  margin-bottom: 0;
  margin-right: 14px;
}

.popular-links {
  align-items: center;
  display: flex;
}

.navbar-demos {
  flex-direction: column-reverse;
  display: flex;
}

.grid-halves {
  grid-column-gap: 28px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grid-halves.no-gaps {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 1fr;
  width: 950px;
}

.grid-halves.small-gap {
  grid-column-gap: 7px;
  align-items: stretch;
  padding-top: 7px;
  padding-bottom: 7px;
}

.grid-halves.small-gap.no-top-padding {
  padding-top: 0;
}

.grid-halves.reverse-direction {
  direction: rtl;
}

.grid-halves.stretch-children {
  align-items: stretch;
}

.grid-halves.pricing-pair {
  grid-column-gap: 0px;
  align-items: end;
  width: 100%;
  max-width: 948px;
  margin-top: 10px;
}

.grid-halves.plan-comparison-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--shade-1);
  border-radius: 28px;
  width: 100%;
  max-width: 1005px;
  padding-top: 28px;
  padding-bottom: 28px;
}

.grid-halves.overlay-on-section-strip {
  z-index: 1;
  position: relative;
}

.grid-halves.align-top {
  align-items: start;
}

.grid-halves.team-quotes-grid {
  justify-items: start;
}

.grid-halves.align-children {
  align-items: stretch;
}

.grid-halves.product-grid-halves {
  align-items: start;
}

.medium-heading {
  margin-bottom: 28px;
  font-size: 26px;
  line-height: 38px;
}

.medium-heading.no-bottom-margin {
  text-align: center;
  margin-bottom: 0;
  font-family: Noto Sans JP;
  font-size: 24px;
}

.medium-heading.reduced-bottom-margin {
  margin-bottom: 7px;
}

.medium-heading.reduced-bottom-margin.research {
  width: 220px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.justify-content-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.justify-content-center.text-left {
  text-align: left;
}

.section-title {
  margin-bottom: 84px;
}

.section-title.reduced-margin {
  margin-bottom: 56px;
  font-family: Noto Sans JP;
}

.section-title.grid-thirds-title {
  margin-bottom: 20px;
}

.logo-row {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-row.below-text {
  margin-top: 42px;
}

.logo-row.below-text.restricted-width {
  flex-wrap: wrap;
  margin-top: 28px;
}

.logo-row.margin-top {
  margin-top: 20px;
}

.logo-row-image {
  margin-left: 28px;
  margin-right: 28px;
  font-style: normal;
}

.logo-row-image.vertical-margin {
  margin-top: 14px;
  margin-bottom: 14px;
}

.metric-pair {
  border-top: 1px solid var(--border);
  justify-content: space-around;
  margin-top: 35px;
  margin-bottom: 35px;
  padding-top: 35px;
  display: flex;
}

.metric-pair-item {
  flex: 1;
}

.metric-pair-border {
  background-color: var(--border);
  width: 1px;
  margin-left: 35px;
  margin-right: 35px;
}

.metric-item-heading {
  margin-bottom: 7px;
}

.grid-thirds {
  grid-column-gap: 17px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 1100px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.grid-thirds.avatars-grid {
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  justify-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.grid-thirds-image {
  margin-bottom: 28px;
  display: block;
}

.avatar-large {
  border-radius: 50%;
  max-height: 224px;
  display: inline-block;
}

.avatar-large.grid-thirds-image {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.avatar-large.contained-case-study-avatar {
  margin-left: 56px;
  margin-right: 56px;
}

.process-steps {
  grid-column-gap: 16px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.process-step {
  background-color: var(--shade-2);
  padding: 28px;
  font-size: 22px;
  line-height: 32px;
}

.process-step.horizontal {
  background-color: var(--shade-1);
  align-items: center;
  width: 100%;
  padding: 21px;
  font-size: 18px;
  line-height: 28px;
  display: flex;
}

.inline-logo-row-container {
  margin-top: 56px;
  margin-bottom: 56px;
}

.inline-logo-row-container.no-bottom-margin {
  margin-bottom: 0;
}

.inline-logo-row-container.increased-bottom-margin {
  margin-bottom: 84px;
}

.inline-logo-row-container.increased-margin {
  margin-top: 84px;
  margin-bottom: 84px;
}

.text-section-heading {
  margin-bottom: 42px;
}

.bullet-list-grid-wrapper {
  grid-column-gap: 28px;
  border-top: 1px solid var(--border);
  grid-template-rows: auto;
  margin-top: 35px;
  padding-top: 35px;
}

.bullet-list-grid-wrapper.inline {
  text-align: left;
  border-top-style: none;
  margin-top: 49px;
  margin-bottom: 49px;
  padding-top: 0;
}

.bullet-list {
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.cover-grid-area {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.large-heading {
  margin-bottom: 0;
  font-family: Noto Sans JP;
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
}

.large-heading.no-bottom-margin {
  margin-bottom: 0;
}

.large-heading.price {
  margin-bottom: 0;
  margin-right: 21px;
}

.large-heading.price-above-fineprint, .large-heading.price-vertical {
  margin-bottom: 7px;
}

.large-heading.reduced-bottom-margin {
  margin-bottom: 14px;
}

.text-primary-1 {
  color: #fff;
  margin-bottom: 60px;
  font-size: 36px;
  display: block;
}

.text-primary-1.rental {
  margin-bottom: 0;
  font-size: 42px;
}

.horizontal-list-item {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border-bottom: 1px solid var(--border);
  grid-template-rows: auto;
  grid-template-columns: .66fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 21px;
  padding-bottom: 21px;
  display: grid;
}

.image-collage-top-row {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.image-collage-pair-b {
  max-height: 190px;
  position: absolute;
  bottom: 28px;
  right: -56px;
  transform: rotate(-5deg);
}

.image-collage-pair-a {
  transform: rotate(5deg);
}

.process-number {
  background-color: var(--shade-2);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 21px;
  font-weight: 700;
  display: flex;
}

.stars {
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 35px;
  display: flex;
}

.star-image {
  margin-left: 3.5px;
  margin-right: 3.5px;
}

.card-body {
  background-color: var(--white);
  white-space: normal;
  padding: 49px 35px;
}

.card-body.custom {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 300px;
  padding: 10px 30px 30px;
  display: flex;
}

.contact-methods-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border-top: 1px solid var(--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 35px;
  padding-top: 35px;
  display: grid;
}

.section-map {
  height: 754px;
}

.inline-cta {
  border-radius: 7px;
  align-items: center;
  padding: 28px;
  display: flex;
}

.inline-cta.below-list {
  margin-top: 56px;
}

.photo-row {
  justify-content: center;
  align-items: center;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.photo-row.larger-photos {
  width: auto;
  max-width: 1745px;
  overflow: hidden;
}

.photo-row-landscape {
  max-width: 20%;
  margin-left: 14px;
  margin-right: 14px;
}

.photo-row-portrait {
  max-width: 15%;
  margin-left: 14px;
  margin-right: 14px;
}

.photo-row-larger-square {
  max-width: 10%;
  margin-left: 14px;
  margin-right: 14px;
}

.photo-row-larger-square.rotate-left {
  max-width: 13%;
}

.rotate-left {
  transform: rotate(-2deg);
}

.rotate-right {
  transform: rotate(2deg);
}

.grid-larger-left {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  grid-template-columns: 60fr 40fr;
  place-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.grid-larger-left.small-gaps {
  grid-column-gap: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.vertical-grid-images {
  grid-row-gap: 7px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  width: 100%;
}

.vertical-grid-image {
  object-fit: cover;
}

.vertical-grid-image.restricted-height {
  width: 100%;
  max-height: 329px;
}

.image-link-title {
  background-color: var(--white);
  padding: 21px 28px;
}

.image-link {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  transition: box-shadow .2s, transform .2s;
  box-shadow: 0 7px 28px #0000;
}

.image-link:hover {
  transform: scale(1.03);
  box-shadow: 0 7px 28px #00000026;
}

.image-pair-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
}

.rows-grid {
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.image-quadrant-grid {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: 100%;
  grid-template-columns: 1fr 2.5fr;
  height: 252px;
}

.image-quadrant-grid.reverse-direction {
  grid-template-columns: 2.5fr 1fr;
}

.image-quadrant-item {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-quadrant-wrapper {
  grid-row-gap: 7px;
  grid-template-columns: 1fr;
}

.illustration-grid-image {
  flex: 1;
  margin-bottom: 56px;
}

.illustration-grid-text {
  margin-bottom: 28px;
}

.illustration-grid-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
}

.team-section-wrapper {
  max-width: 814px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-member {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.team-member-image {
  border-radius: 14px;
  margin-bottom: 28px;
  display: block;
}

.team-member-heading {
  margin-bottom: 7px;
}

.faq-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
}

.faq-heading {
  margin-bottom: 14px;
}

.contact-methods-row {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: var(--white);
  text-align: center;
  border-radius: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 843px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 56px;
  display: grid;
}

.cta-illustration {
  margin-bottom: 42px;
}

.grid-right-medium {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  grid-template-columns: 11fr 14fr;
  place-items: center;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}

.grid-right-medium.no-gaps {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid-right-medium.small-gap {
  grid-column-gap: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.inline-section-grid-halves {
  z-index: 1;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  place-items: center;
  padding: 84px 56px;
  position: relative;
}

.inline-section-grid-halves.bg-white {
  color: var(--dark);
}

.price-with-terms {
  text-align: left;
  margin-bottom: 28px;
  display: flex;
}

.section-strip {
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-strip.photo-splash-section-strip {
  z-index: 0;
  height: 75%;
}

.section-strip.photo-splash-section-strip.bg-white {
  z-index: 0;
  height: 82%;
}

.section-strip.bg-white {
  z-index: 0;
}

.portrait-grid-images {
  grid-column-gap: 7px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  width: 100%;
  height: auto;
}

.grid-right-large {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  grid-template-columns: 7fr 15fr;
  place-items: center;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}

.grid-right-large.small-gap {
  grid-column-gap: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.grid-left-medium {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  grid-template-columns: 12.5fr 10.5fr;
  place-items: center;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}

.grid-left-medium.small-gap {
  grid-column-gap: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.grid-left-medium.reverse-direction {
  direction: rtl;
}

.dual-button-grid {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.image-collage-image-a {
  width: 30%;
  max-width: 180px;
}

.image-collage-image-b {
  width: 30%;
  max-width: 180px;
  margin-left: 7px;
}

.grid-image {
  object-fit: cover;
  flex: 1;
  min-width: 100%;
}

.photo-row-larger-landscape {
  max-width: 20%;
  margin-left: 14px;
  margin-right: 14px;
}

.photo-row-larger-landscape.rotate-left.hide-on-mobile, .photo-row-larger-landscape.rotate-right {
  max-width: 23%;
}

.photo-row-larger-portrait {
  max-width: 15%;
  margin-left: 14px;
  margin-right: 14px;
}

.photo-row-larger-portrait.rotate-right {
  max-width: 18%;
}

.photo-row-larger-portrait.rotate-left {
  max-width: 16%;
}

.title-section-background-illustration {
  z-index: 0;
  width: 27vw;
  height: 28vw;
  position: absolute;
  bottom: -8%;
  left: auto;
  right: -3.2vw;
}

.horizontal-divider {
  border-top: 1px solid var(--border);
  margin-top: 20px;
  margin-bottom: 20px;
}

.horizontal-divider.reduced-margin {
  margin-top: 21px;
  margin-bottom: 21px;
}

.horizontal-divider.reduced-top-margin {
  margin-top: 21px;
}

.horizontal-divider.increased-bottom-margin {
  margin-bottom: 35px;
}

.horizontal-divider.increased-margins {
  margin-top: 35px;
  margin-bottom: 35px;
}

.horizontal-divider.increased-margins.border-white {
  border-top-color: var(--white);
}

.horizontal-divider.increased-margins.senior {
  margin-top: 40px;
  margin-bottom: 10px;
}

.price-with-button {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-next-to-price {
  padding-left: 28px;
}

.tick-list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tick-list-item {
  display: flex;
}

.tick-list-tick {
  width: 21px;
  height: 21px;
  margin-right: 14px;
}

.pricing-card {
  width: 100%;
  max-width: 474px;
  padding: 56px;
}

.pricing-card.featured {
  border: 1px solid var(--border);
  background-color: var(--white);
  border-radius: 14px;
  box-shadow: 0 7px 21px #0000001a;
}

.pricing-card.text-left {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}

.pricing-card.text-left.featured {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pricing-card.text-left.featured.bg-pink {
  background-color: #f8eff0;
}

.pricing-card.text-left.featured.bg-yellow {
  background-color: #fdf1d9;
}

.featured-pricing-card-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.border-right-wrapper {
  border-right: 1px solid var(--border);
  width: 100%;
}

.price-with-terms-vertical {
  text-align: left;
  flex-direction: column;
  margin-bottom: 28px;
  display: flex;
}

.price-with-terms-vertical.inline {
  margin-top: 35px;
  margin-bottom: 35px;
}

.plan-comparison-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 77px;
  padding-bottom: 77px;
  display: flex;
}

.space-between-vertical {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.pricing-plan-features-table {
  grid-column-gap: 0px;
  grid-row-gap: 7px;
  grid-template-columns: 1fr;
  width: 100%;
}

.pricing-plan-features-table-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--shade-2);
  grid-template-rows: auto;
  width: 100%;
  padding: 21px;
}

.grid-quarters {
  grid-column-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-quarters.below-heading {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 56px;
}

.grid-quarters.below-heading.steps {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.grid-quarters.below-heading.steps.study {
  grid-template-columns: 1fr 1fr 1fr;
}

.small-price-wrapper {
  margin-bottom: 21px;
}

.metrics-small-logo-group {
  text-align: center;
  width: 100%;
  max-width: 329px;
  margin-left: auto;
  margin-right: auto;
}

.metrics-small-logo-group.below-image {
  margin-top: 56px;
}

.small-logos-grid {
  grid-column-gap: 0px;
  grid-row-gap: 35px;
  margin-top: 35px;
}

.metric-pair-right {
  width: 100%;
  padding-left: 35px;
}

.metrics-pair {
  grid-column-gap: 0px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  place-items: center;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}

.metrics-pair-left {
  border-right: 1px solid var(--border);
  width: 100%;
}

.metrics-pair-left.border-white {
  border-right-color: var(--white);
}

.five-stars-wrapper {
  justify-content: space-between;
  width: 132px;
  margin-top: 35px;
  margin-bottom: 35px;
  display: flex;
}

.five-stars-wrapper.align-center.inline {
  width: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.five-stars-wrapper.above-quote-text {
  margin-top: 0;
  margin-bottom: 28px;
}

.five-stars-wrapper.reduced-margin {
  margin-top: 28px;
  margin-bottom: 28px;
}

.inline-section-thirds {
  z-index: 1;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  padding: 84px 56px;
  position: relative;
}

.inline-section-thirds.bg-shade-1 {
  color: var(--dark);
}

.reduced-bottom-margin {
  margin-bottom: 14px;
}

.grid-thirds-vertical {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.small-square-image-wrapper {
  width: 189px;
}

.small-square-image-wrapper.image-overlap-pair-b {
  position: absolute;
  inset: auto 0% 10% auto;
}

.image-overlap-pair-b {
  transform: rotate(-5deg);
}

.button-pair.below-large-text {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 35px;
  display: none;
}

.button-pair.below-large-text.centered {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.hero-text.below-image {
  margin-top: 60px;
}

.hero-text-paragraph {
  margin-top: 21px;
}

.logo-row-container {
  margin-top: 84px;
}

.hero-section-logo-row {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-section-logo-row.inline {
  flex-wrap: wrap;
  margin-top: 35px;
}

.hero-section-logo-row-image {
  margin-right: 56px;
}

.hero-section-logo-row-image.last-image-in-row {
  margin-right: 0;
}

.media-thumbnail {
  width: 100%;
  position: relative;
}

.media-tag {
  border-radius: 7px;
  padding: 21px 28px;
  position: absolute;
  inset: auto 15px 15px auto;
}

.below-text {
  margin-top: 14px;
}

.photo-splash-hero {
  padding-top: 140px;
  position: relative;
}

.image-splash-image-a {
  transform: rotate(5deg);
}

.image-splash-image-b {
  max-width: 189px;
  margin-top: 14px;
  margin-bottom: 140px;
  transform: rotate(-5deg);
}

.image-splash-image-c {
  margin-top: 112px;
  transform: rotate(5deg);
}

.image-collage-bottom-row {
  justify-content: center;
  align-items: flex-start;
  margin-top: 7px;
  display: flex;
}

.large-quote-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 898px;
  display: flex;
}

.large-quote-container.align-center {
  flex-direction: column;
  display: flex;
}

.large-quote-container.beside-avatar {
  align-items: flex-start;
}

.rounded-image {
  border-radius: 14px;
}

.quote-over-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.quote-over-image-text {
  position: absolute;
}

.quote-over-image-text.text-white {
  text-align: center;
}

.muted-image {
  opacity: .6;
}

.grid-vertical {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.medium-round-quote-avatar {
  border-radius: 1000px;
  width: 100%;
  max-width: 234px;
}

.inline-section-quote-wrapper {
  z-index: 1;
  grid-template-rows: auto;
  justify-content: center;
  place-items: center;
  padding: 84px 56px;
  display: flex;
  position: relative;
}

.avatar-beside-quote {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 9fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 764px;
  display: grid;
}

.increased-margin {
  margin-bottom: 14px;
}

.inline-heading {
  width: 300px;
  margin: 14px auto;
  font-family: Noto Sans JP;
  font-size: 18px;
  line-height: 26px;
}

.inline-heading.icon-card-heading {
  flex: 1;
}

.inline-heading.customer-voice-3 {
  font-size: 18px;
  line-height: 28px;
}

.team-quote-beside-image {
  display: flex;
}

.medium-round-corners-avatar {
  border-radius: 14px;
  width: 100%;
  max-width: 178px;
}

.medium-round-corners-avatar.beside-quote {
  margin-right: 28px;
}

.text-bold {
  font-weight: 700;
}

.icon-list-grid {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.icon-list-grid.inline-icon-list {
  margin-top: 28px;
  margin-bottom: 28px;
}

.icon-list-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-list-icon {
  margin-right: 14px;
}

.icon-list-icon.icon-circle-wrapper {
  margin-right: 28px;
}

.below-image {
  margin-top: 35px;
}

.contained-grid-thirds {
  width: 100%;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}

.contained-grid-thirds.below-heading {
  max-width: 910px;
  margin-top: 56px;
}

.small-icon-circle {
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  display: flex;
}

.large-icon-list-item-text {
  margin-bottom: 0;
}

.icon-hover-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid var(--border);
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 350px;
  padding: 28px;
  font-weight: 400;
  transition: box-shadow .22s, border-color .22s, transform .22s;
  box-shadow: 0 0 #fff;
}

.icon-hover-card:hover {
  border-color: var(--primary-1);
  box-shadow: 0 13px 20px -7px var(--border);
  transform: scale(1.1);
}

.icon-hover-card.category-icon-hover {
  width: 500px;
}

.large-icon {
  border-radius: 100px;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.article {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.article blockquote {
  border-left: 2px solid var(--border);
  margin-top: 52px;
  margin-bottom: 52px;
  padding: 0 21px;
  font-size: 22px;
  line-height: 32px;
}

.article p {
  margin-bottom: 24px;
}

.article img {
  max-width: 525px;
}

.article figure {
  width: 100%;
  max-width: 525px;
  margin-top: 52px;
  margin-bottom: 52px;
  display: block;
}

.article figcaption {
  margin-top: 21px;
  font-weight: 700;
}

.article h4 {
  margin-top: 38px;
}

.article ul {
  margin-bottom: 21px;
}

.article a {
  color: var(--link-blue);
}

.article.post-content {
  font-family: Noto Sans JP;
}

.article.rental-page {
  text-align: left;
  font-family: Noto Sans JP;
  font-weight: 400;
  line-height: 26px;
}

.article-container {
  width: 100%;
  max-width: 686px;
  margin-left: auto;
  margin-right: auto;
}

.article-container.blog-post {
  text-align: left;
}

.article-container.text-small {
  font-size: 14px;
  line-height: 24px;
}

.blog-date-wrapper {
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 21px;
  font-weight: 400;
  display: flex;
}

.blog-date-wrapper.justify-content-left {
  justify-content: flex-start;
  margin-bottom: 0;
}

.blog-post-header-date {
  flex: none;
  margin-top: 18px;
  margin-left: 40px;
  font-family: Noto Sans JP;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
}

.blog-post-heading {
  text-align: left;
  margin-bottom: 20px;
  font-family: Noto Sans JP;
  font-size: 28px;
  line-height: 42px;
}

.blog-post-main-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.collection-list-wrapper.blog-top {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.four-blog-articles {
  grid-column-gap: 56px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.four-blog-articles.blog-post {
  grid-row-gap: 32px;
  text-align: left;
  grid-template-columns: 1fr 1fr 1fr;
}

.blog-listing-thumbnail {
  width: 304px;
  height: 168.7px;
  margin-bottom: 21px;
}

.form-horizontal {
  display: flex;
}

.inline-section-form {
  z-index: 1;
  grid-row-gap: 35px;
  background-color: var(--shade-1);
  color: var(--dark);
  grid-template-columns: 1fr;
  padding: 112px;
  position: relative;
}

.contact-details {
  margin-top: 56px;
}

.form-card {
  border: 1px solid var(--border);
  background-color: var(--white);
  border-radius: 14px;
  width: 100%;
  position: relative;
  box-shadow: 0 7px 21px #0000001a;
}

.form-card-title {
  border-bottom: 1px solid var(--border);
  text-align: center;
  padding: 28px;
}

.form-card-title.increased-margin {
  margin-bottom: 0;
  padding-top: 56px;
  padding-bottom: 56px;
}

.form-card-body {
  padding: 28px;
}

.form-row {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-row.text-center {
  justify-items: center;
}

.video-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.video-wrapper-image {
  opacity: .5;
}

.video-wrapper-content {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
}

.blog-list-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.boxed-link {
  border: 1px solid var(--border);
  background-color: var(--white);
  border-radius: 7px;
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 28px;
  font-weight: 400;
  transition: transform .2s, box-shadow .2s;
  display: block;
  box-shadow: 0 7px 21px #0000;
}

.boxed-link:hover {
  transform: scale(1.04);
  box-shadow: 0 7px 21px #0000001a;
}

.blog-grid-halves {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.horizontal-blog-item {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 40% 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.horizontal-blog-image {
  border-radius: 10px;
}

.empty-state {
  background-color: var(--shade-2);
  color: var(--dark);
  text-align: center;
  padding: 21px;
}

.accordion {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.accordion-item {
  background-color: var(--shade-2);
  border-radius: 20px;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}

.accordion-title {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 21px;
  text-decoration: none;
  display: flex;
}

.accordion-plus-image, .accordion-minus-image {
  width: 21px;
  height: 21px;
}

.accordion-heading {
  margin-left: 14px;
  font-family: Noto Sans JP;
  font-weight: 700;
}

.accordion-content {
  overflow: hidden;
}

.accordion-text {
  text-align: left;
  margin-top: 0;
  padding: 0 21px 21px;
  font-family: Noto Sans JP;
}

.justified-tab-links {
  align-items: center;
  margin-bottom: 84px;
  display: flex;
}

.justified-tab-link {
  color: var(--dark);
  background-color: #0000;
  border-radius: 7px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 7px;
  margin-right: 7px;
  padding: 14px 21px;
  transition: background-color .2s;
  display: flex;
}

.justified-tab-link:hover {
  background-color: var(--shade-1);
}

.justified-tab-link.w--current {
  background-color: var(--shade-2);
}

.tab-link-icon {
  margin-right: 14px;
}

.tabs-horizontal {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.tabs-horizontal-content {
  flex: 1;
}

.tabs-vertical-menu {
  grid-column-gap: 16px;
  grid-row-gap: 14px;
  border-left: 1px solid var(--border);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vertical-tab-link {
  color: var(--dark);
  background-color: #0000;
  border-left: 3px solid #0000;
  padding: 4px 0 4px 28px;
  transition: border-color .2s;
  position: relative;
  left: -2px;
}

.vertical-tab-link:hover {
  border-left-color: var(--shade-2);
}

.vertical-tab-link.w--current {
  border-left-color: var(--primary-1);
  background-color: #0000;
}

.tab-image {
  margin-bottom: 28px;
}

.tabs-horizontal-menu {
  border-bottom: 1px solid var(--border);
  justify-content: center;
  align-items: center;
  margin-bottom: 84px;
  display: flex;
}

.horizontal-tab-link {
  color: var(--dark);
  background-color: #0000;
  border-bottom: 3px solid #0000;
  margin-left: 28px;
  margin-right: 28px;
  padding: 0 0 14px;
  transition: border-color .2s;
  top: 2px;
}

.horizontal-tab-link.w--current {
  border-bottom-color: var(--primary-1);
  background-color: #0000;
}

.accordion-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 368px 2fr;
  align-items: start;
}

.image-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  display: flex;
  position: relative;
}

.contained-case-study {
  z-index: 2;
  background-color: var(--shade-1);
  color: var(--dark);
  justify-content: center;
  align-items: center;
  padding: 70px 56px;
  display: flex;
  position: relative;
}

.customer-image {
  border-radius: 14px;
}

.customer-image.above-logo {
  margin-bottom: 35px;
}

.customer-logo {
  margin-bottom: 28px;
}

.customer-logo.reduced-margin {
  margin-bottom: 21px;
}

.customer-logo.over-image {
  background-color: var(--white);
  border-radius: 7px;
  margin-bottom: 0;
  padding: 21px 28px;
  position: absolute;
  bottom: 14px;
  left: 14px;
}

.customer-grid-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 368px;
  height: 100%;
  display: flex;
}

.customer-grid-item-title {
  flex: 1;
  margin-bottom: 21px;
}

.featured-customer-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 474px 1fr;
  place-items: center;
}

.customer-image-wrapper {
  position: relative;
}

.case-study-list {
  flex-direction: column;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.case-study-list-item {
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 21px;
  padding-bottom: 21px;
  display: flex;
}

.case-study-list-item.last-child {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.career-list {
  grid-column-gap: 16px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.career-meta {
  align-items: center;
  display: flex;
}

.account-section {
  background-color: var(--shade-1);
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.label-container {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.form-card-footer {
  border-top: 1px solid var(--border);
  text-align: center;
  padding: 21px;
  font-size: 16px;
  line-height: 24px;
}

.form-logo {
  margin-bottom: 56px;
}

.form-hint-text {
  margin-top: 14px;
  font-size: 14px;
  line-height: 24px;
}

.account-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 21px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rating-heading {
  margin-bottom: 7px;
}

.rating-container {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  margin-top: 28px;
  display: flex;
}

.careers-header {
  border-bottom: 1px solid var(--border);
  margin-bottom: 56px;
  padding-bottom: 28px;
}

.application-heading {
  margin-top: 112px;
  margin-bottom: 56px;
}

.category-title-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.categories-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.categories-heading {
  margin-bottom: 0;
}

.categories-list {
  align-items: center;
  display: flex;
}

.category-item {
  margin-left: 14px;
}

.product-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.price-container {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  line-height: 20px;
  display: flex;
}

.price-container.shop-top {
  margin-top: 10px;
}

.product-grid-heading {
  margin-top: 28px;
  margin-bottom: 7px;
  font-family: Noto Sans JP;
}

.product-grid-heading.product-title-link {
  font-size: 24px;
  line-height: 32px;
}

.product-grid-heading.product-title-link.shop-top {
  height: 60px;
  margin-top: 10px;
  font-size: 18px;
  line-height: 27px;
}

.product-grid-heading.product-on-home {
  text-align: center;
  width: 200px;
  margin: 10px auto 3px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.product-grid-link {
  text-align: left;
  font-weight: 400;
  display: block;
}

.product-thumbnail-link {
  display: block;
  position: relative;
  overflow: hidden;
}

.product-thumbnail-hover-image {
  z-index: 1;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.product-thumbnail-hover-image:hover {
  opacity: 1;
}

.old-price {
  opacity: .5;
  margin-right: 14px;
  text-decoration: line-through;
}

.product-imges {
  grid-column-gap: 16px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-description {
  position: sticky;
  top: 56px;
}

.product-heading {
  margin-bottom: 14px;
  font-family: Noto Sans JP;
  font-size: 30px;
  font-weight: 500;
}

.small-logo-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  margin-bottom: -14px;
  display: flex;
}

.small-logo-row-item {
  margin: 7px 21px;
}

.product-description-text {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--border) black;
  margin-top: 28px;
  margin-bottom: 28px;
  padding-top: 10px;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.product-description-text.item-page {
  line-height: 26px;
}

.product-details {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 28px;
  margin-bottom: 28px;
  padding-top: 28px;
  padding-bottom: 28px;
  display: grid;
}

.cart-header {
  border-bottom-color: var(--border);
  padding: 21px 28px;
}

.cart-close-button {
  width: auto;
  height: auto;
}

.cart-close-image {
  display: block;
}

.cart-list {
  padding: 21px 28px;
}

.cart-item {
  align-items: center;
  margin-bottom: 21px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.cart-item-image {
  width: 84px;
}

.cart-item-details {
  margin-left: 21px;
  margin-right: 21px;
}

.cart-footer {
  border-top-color: var(--border);
  padding: 28px;
  font-size: 16px;
  line-height: 24px;
}

.apple-pay-button {
  border-radius: 7px;
  height: 49px;
}

.cart-line-item {
  margin-bottom: 21px;
}

.checkout-form {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 368px;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.block-header {
  border-left-color: var(--border);
  padding: 21px;
}

.block-content {
  border-right-color: var(--border);
  border-bottom-color: var(--border);
  border-left-color: var(--border);
  padding: 21px;
  font-size: 16px;
  line-height: 24px;
}

.checkout-form-section {
  margin-bottom: 0;
}

.checkout-form-body {
  grid-column-gap: 16px;
  grid-row-gap: 21px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-right: 0;
  display: grid;
}

.form-row-thirds {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.shipping-method {
  border-bottom-color: var(--border);
  padding: 21px;
}

.shipping-method-list {
  border-right-color: var(--border);
  border-left-color: var(--border);
}

.order-item {
  align-items: center;
  margin-bottom: 21px;
}

.order-confirmation {
  min-width: 100%;
}

.product-cta-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 368px 1fr;
  align-items: center;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.product-grid-halves {
  grid-column-gap: 56px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-grid-halves.drum-rental-grid-halves {
  grid-template-columns: 1fr;
}

.search-results-list {
  grid-column-gap: 16px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 84px;
  display: grid;
}

.search-result-text {
  margin-top: 14px;
  margin-bottom: 0;
}

.portrait-image-grid {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 474px 1fr;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7px;
  padding-bottom: 7px;
}

.legal-header {
  border-bottom: 1px solid var(--border);
  margin-bottom: 84px;
  padding-bottom: 56px;
}

.subscribe-modal-container {
  z-index: 10;
  background-color: #000000a6;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-image {
  max-height: 112px;
  margin-bottom: 28px;
}

.modal-dismiss-cross {
  cursor: pointer;
  transition: opacity .2s;
  position: absolute;
  top: 21px;
  right: 21px;
}

.modal-dismiss-cross:hover {
  opacity: .5;
}

.changelog-row {
  grid-column-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.photo-license-link {
  background-color: var(--dark);
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.photo-license-image {
  opacity: .5;
}

.photo-license-text {
  position: absolute;
}

.typeface-demo-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mulish {
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
}

.redaction {
  font-family: Redaction;
  font-size: 72px;
  font-weight: 400;
  line-height: 72px;
}

.illustrations-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.section-navigator-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 368px 1fr;
  place-items: center;
}

.section-demo-grid {
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  max-width: 368px;
}

.section-buttons-wrapper {
  flex-wrap: wrap;
  margin-bottom: -14px;
  display: flex;
}

.components-demo-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 474px;
  align-items: center;
  margin-bottom: 56px;
}

.figma-screenshot {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  box-shadow: 0 7px 28px #0000001a;
}

.cta-bar {
  background-color: var(--white);
  color: var(--dark);
  border-radius: 7px;
  justify-content: space-between;
  align-items: center;
  padding: 21px;
  display: flex;
}

.cta-bar-text {
  margin-left: 21px;
  margin-right: 21px;
}

.demos-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
}

.screenshot-wrapper {
  background-color: var(--shade-2);
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 28px;
  padding-top: 56px;
  display: flex;
  overflow: hidden;
}

.screenshot-image {
  max-width: 338px;
  box-shadow: 0 0 28px #0000001a;
}

.screenshot-link {
  text-align: center;
}

.sections-container {
  position: relative;
}

.sections-header {
  z-index: 2;
  border-bottom: 1px solid var(--border);
  background-color: var(--shade-1);
  padding-top: 21px;
  padding-bottom: 21px;
  position: sticky;
  top: 0;
}

.heading {
  font-family: Noto Sans JP;
}

.footer-fine-print {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.footercustomdiv {
  margin-top: 60px;
}

.author-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-bottom: 60px;
  display: flex;
}

.author-name {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  font-family: Noto Sans JP;
  font-weight: 400;
  display: flex;
}

.post-author-wrapper {
  border-top: 1px solid #000;
  padding-top: 20px;
}

.post-author-detail {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 800px;
  margin-right: 20px;
  display: flex;
}

.avatar {
  border-radius: 50%;
  width: 64px;
  height: 64px;
}

.avatar.avatar-large {
  width: 100px;
  height: 100px;
}

.mini-badge {
  height: 26px;
  padding-left: 13px;
  padding-right: 13px;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 500;
}

.mini-badge.bg-black {
  background-color: var(--black);
  color: var(--white);
  flex: none;
  margin-top: 18px;
  margin-left: 40px;
}

.pagination {
  margin-top: 40px;
}

.slide {
  background-image: url('../images/loader.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slider-product {
  width: 400px;
  height: 400px;
}

.icon.iconblack {
  color: #050505;
}

.product-cv-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.price-text {
  color: #ff2727;
  margin-right: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.product-maker {
  margin-bottom: 0;
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: 500;
}

.rental-precautions {
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.heading-2 {
  font-family: Noto Sans JP;
}

.heading-2.price-plan-name {
  color: #5db2ac;
  text-align: center;
  text-align: center;
}

.heading-3 {
  font-family: Noto Sans JP;
}

.heading-3.price-plan-name {
  color: var(--light-sea-green);
  text-align: center;
}

.content-width-medium {
  width: 100%;
  max-width: 494px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.content-width-medium.margintop50 {
  margin-top: 50px;
}

.horizontal-list {
  white-space: nowrap;
  background-color: #efe5e8;
  padding-top: 0;
  padding-left: 0;
  overflow: auto;
}

.horizontal-list.carricurum-block {
  margin-top: 20px;
}

.horizontal-item {
  margin: 20px 10px 20px 20px;
  display: inline-block;
}

.course {
  max-width: 300px;
}

.sportify-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero {
  align-items: center;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  min-width: 250px;
  margin-left: 40px;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px;
  flex: 0 .5 auto;
  width: 100%;
  min-width: 250px;
  height: 100%;
}

.div-block-4 {
  max-width: 600px;
}

.collection-list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-text {
  color: #1a0dab;
}

.hide-on-pc {
  display: none;
}

.grid-13 {
  grid-column-gap: 0px;
  background-color: var(--shade-1);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 390px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.grid-13.hide-on-pc.mobile-1st-case-study.large-case {
  width: 100%;
  display: none;
}

.heading-6 {
  font-size: 90%;
  font-weight: 500;
  line-height: 150%;
}

.heading-6.text-grey {
  color: #5db2ac;
  text-align: center;
  margin-bottom: 0;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  overflow: visible;
}

.heading-6.text-grey.top-teacher-name {
  color: #5db2ac;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
}

.media-coverage-mobile {
  display: none;
}

.image-6 {
  width: 386px;
  height: 258px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.top-merit-heading {
  color: #5db2ac;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Noto Sans JP;
  font-size: 110%;
  font-weight: 700;
}

.top-merit-text-block {
  max-width: 100%;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
}

.top-merit-text-block.text-grey {
  color: #888;
  margin-top: 0;
  padding-left: 0;
  padding-right: 15px;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 400;
}

.div-block-5 {
  background-color: var(--shade-1);
  padding: 10px;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.section-2 {
  margin-top: 100px;
  margin-bottom: 40px;
}

.container-5.main-container.top-teacher-section {
  padding-left: 60px;
  padding-right: 60px;
}

.container-5.main-container.top-teacher-section.pc-teacher {
  padding-left: 0;
  padding-right: 0;
}

.heading-9 {
  text-align: center;
  margin-top: 10px;
  font-family: Noto Sans JP;
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
  display: block;
}

.heading-10 {
  color: #888;
  text-align: center;
  margin-bottom: 0;
  font-family: Noto Sans JP;
  font-size: 16px;
  line-height: 24px;
}

.heading-10.pricing-card-explain {
  margin-bottom: 10px;
}

.heading-10.top-artists {
  font-size: 16px;
  line-height: 24px;
}

.image-13 {
  margin-left: auto;
  margin-right: auto;
}

.image-15.teacher-home-thumb {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.prd-thumb-sm {
  border-radius: 20px;
  width: 200px;
  height: 200px;
}

.text-grey {
  color: #888;
  font-size: 90%;
  font-weight: 500;
}

.text-grey.read-story {
  clear: none;
  color: #5db2ac;
  text-align: right;
  font-size: 70%;
  text-decoration: none;
  position: absolute;
  inset: auto auto 30px;
}

.bottomcta.showonlysp {
  display: none;
}

.paragraph {
  font-size: 16px;
  font-weight: 400;
}

.paragraph.category-page {
  font-size: 16px;
  line-height: 26px;
}

.heading-16 {
  color: #5db2ac;
  font-family: Noto Sans JP;
  font-size: 24px;
}

.text-block-18 {
  color: #5db2ac;
  font-weight: 700;
}

.heading-17 {
  font-family: Noto Sans JP;
}

.text-block-19, .text-block-20 {
  width: 300px;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-2 {
  font-family: Noto Sans JP;
  font-size: 14px;
}

.paragraph-4 {
  text-align: center;
  margin-bottom: 0;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-5 {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 400;
}

.image-21 {
  display: block;
  position: static;
  top: 0;
}

.paragraph-6 {
  text-align: center;
  margin-bottom: 0;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-6.teacher-introduce {
  display: block;
}

.paragraph-6.curriculum {
  width: 400px;
}

.paragraph-6.curriculum.category-page {
  margin-top: 20px;
  margin-bottom: 20px;
}

.video-2 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-7 {
  font-family: Noto Sans JP;
  font-size: 16px;
  line-height: 26px;
}

.video-3 {
  max-width: 100%;
}

.piano-customer1-mobile {
  display: none;
}

.customer-voice-link {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-22 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-11 {
  max-width: 300px;
}

.heading-18 {
  font-family: Noto Sans JP;
}

.heading-18.aerophone {
  font-size: 24px;
  line-height: 36px;
}

.text-block-21 {
  text-align: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
}

.text-block-22 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.heading-19 {
  color: #5db2ac;
  font-size: 32px;
}

.heading-19.violin {
  font-size: 24px;
  line-height: 36px;
}

.text-block-23, .text-block-24 {
  font-size: 16px;
  font-weight: 400;
}

.image-23 {
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.image-24 {
  width: 386px;
  height: 262.5px;
  display: block;
}

.image-24.rental-mobile, .image-26 {
  display: none;
}

.image-28 {
  width: 108px;
  height: auto;
}

.link-block-5 {
  flex: 0 auto;
  margin-left: 10px;
  margin-right: 0;
}

.link-block-5.nav-banners {
  margin-bottom: 0;
}

.image-30 {
  border-radius: 10px;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-8 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-26 {
  font-family: Noto Sans JP;
}

.text-block-26.shop-top {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

.heading-20 {
  font-family: Noto Sans JP;
}

.heading-20.shop-top {
  font-size: 32px;
  line-height: 42px;
}

.image-31 {
  display: none;
}

.link-block-6 {
  width: 100%;
}

.link-blue {
  color: #5db2ac;
}

.div-block-16 {
  width: 200px;
  margin: auto;
}

.div-block-19 {
  width: 250px;
}

.div-block-19.drum-rental-prd-div {
  margin-left: auto;
  margin-right: auto;
}

.link-block-7 {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.text-block-27 {
  margin-right: 12px;
  padding-left: 12px;
}

.image-32, .image-33, .image-34, .image-35, .image-36, .image-37 {
  max-width: 50%;
}

.heading-21 {
  white-space: normal;
  font-family: Noto Sans JP;
}

.text-block-28, .text-block-29, .text-block-30, .text-block-31, .text-block-32, .text-block-33 {
  font-family: Noto Sans JP;
}

.text-block-34 {
  font-family: Noto Sans JP;
  font-size: 16px;
}

.text-block-35 {
  color: #fff;
  font-family: Noto Sans JP;
}

.text-block-36 {
  color: #fff;
  font-family: Noto Sans JP;
  font-weight: 700;
}

.text-block-37 {
  background-color: var(--white);
  color: #da789f;
  border-radius: 40px;
  padding: 10px 20px;
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
}

.text-block-39, .text-block-40, .text-block-41, .text-block-42, .text-block-43, .text-block-44, .text-block-45, .heading-23, .heading-24, .paragraph-8, .paragraph-9, .paragraph-10, .text-block-46 {
  font-family: Noto Sans JP;
}

.link {
  color: #5db2ac;
}

.heading-25 {
  color: #5db2ac;
  font-size: 18px;
  line-height: 28px;
}

.heading-25.category-cta {
  margin-bottom: 0;
}

.link-3 {
  font-size: 16px;
}

.heading-26 {
  color: #888;
  font-family: Noto Sans JP;
  font-size: 16px;
  line-height: 24px;
}

.link-5 {
  font-size: 16px;
}

.heading-34 {
  font-family: Noto Sans JP;
  font-size: 18px;
  line-height: 28px;
}

.paragraph-11 {
  font-family: Noto Sans JP;
}

.paragraph-11.aerophone {
  font-size: 16px;
  line-height: 26px;
}

.paragraph-12 {
  font-family: Noto Sans JP;
}

.paragraph-12.aerophone {
  font-size: 16px;
  line-height: 26px;
}

.text-block-47 {
  font-family: Noto Sans JP;
}

.text-block-47.category-page {
  width: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-35, .heading-36, .heading-37, .heading-38, .heading-39, .heading-40, .heading-41, .heading-42, .heading-43, .heading-44, .body, .text-block-48, .text-block-49, .body-2, .body-3, .body-4, .body-5, .body-6, .body-7, .body-8, .body-9, .body-10, .body-11, .body-12, .body-13, .body-14, .body-15, .body-16, .body-17, .body-18, .body-19, .body-20, .body-21 {
  font-family: Noto Sans JP;
}

.text-block-51 {
  color: #fff;
  font-family: Noto Sans JP;
  font-weight: 700;
}

.link-6, .link-7, .link-8 {
  color: #5db2ac;
}

.link-9 {
  font-size: 16px;
}

.text-block-52 {
  color: #fff;
}

.body-22 {
  font-family: Noto Sans JP;
}

.link-10 {
  color: #5db2ac;
}

.teacher-name {
  text-align: center;
  font-size: 22px;
  line-height: 32px;
}

.paragraph-13, .paragraph-14, .paragraph-15 {
  font-weight: 400;
}

.paragraph-15.silent {
  text-align: left;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

.text-block-54 {
  color: #fff;
}

.text-block-55 {
  color: #fff;
  font-family: Noto Sans JP;
}

.link-11 {
  color: #5db2ac;
}

.link-12 {
  font-size: 16px;
}

.heading-45, .heading-46 {
  text-align: center;
}

.text-block-56, .text-block-57 {
  color: #fff;
}

.rich-text-block.text-small {
  font-size: 14px;
  line-height: 24px;
}

.author-page-blog-title {
  font-size: 20px;
  line-height: 28px;
}

.text-block-58 {
  color: #888;
  text-align: center;
  font-size: 14px;
}

.text-block-58.color-coral {
  color: #ff4949;
  width: 80px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.textblo {
  color: #afafaf;
  text-align: left;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
}

.text-block-61 {
  color: #888;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.text-block-63 {
  color: #888;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
}

.image-47 {
  border-radius: 20px;
  width: 400px;
  height: 267px;
}

.text-block-64 {
  text-align: left;
  width: 400px;
  margin: 20px auto;
  font-size: 16px;
}

.paragraph-16 {
  object-fit: fill;
  width: 200px;
  margin: auto;
  font-size: 16px;
}

.paragraph-16.underline-green {
  width: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.image-48 {
  border-radius: 20px;
  width: 450px;
  height: 306px;
}

.paragraph-18 {
  font-weight: 400;
}

.paragraph-18.silent {
  text-align: left;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

.heading-47 {
  text-align: center;
  font-size: 28px;
  line-height: 40px;
}

.image-49 {
  width: 200px;
  height: 200px;
}

.image-49.steps {
  border-radius: 20px;
  width: 220px;
  height: 220px;
}

.text-block-66 {
  font-weight: 700;
}

.text-block-66.steps {
  color: #5db2ac;
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-50 {
  border-radius: 10px;
  width: 265px;
  height: 150px;
}

.image-51 {
  width: 40px;
  height: 40px;
}

.body-23 {
  font-family: Noto Sans JP;
}

.text-block-68 {
  color: #888;
  text-align: center;
  width: 800px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: auto;
  font-size: 14px;
  display: inline-block;
}

.image-53 {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-26 {
  text-align: center;
}

.heading-49 {
  font-size: 24px;
  line-height: 30px;
}

.div-block-27 {
  color: var(--dark);
  background-color: #5db2ac;
  width: 300px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-69 {
  color: #fff;
  height: 100px;
  line-height: 100px;
  display: inline-block;
}

.text-block-70 {
  color: #fff;
  margin-left: 20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 100px;
  display: inline-block;
}

.text-block-71 {
  width: 800px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.text-block-72, .text-block-73 {
  display: inline-block;
}

.div-block-29 {
  text-align: center;
  background-image: url('../images/school-map-header-banner_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 900px;
  height: 281px;
  padding-top: 20px;
}

.text-block-74 {
  color: #785f5a;
  font-size: 38px;
  font-weight: 700;
  line-height: 120px;
  text-decoration: underline;
  display: inline-block;
}

.text-block-75 {
  color: #785f5a;
  font-size: 38px;
  line-height: 120px;
  text-decoration: underline;
  display: inline-block;
}

.text-block-77 {
  font-size: 16px;
  display: inline-block;
}

.text-block-78 {
  margin-right: 10px;
  font-weight: 700;
  display: inline;
}

.text-block-79 {
  font-size: 16px;
  display: inline;
}

.text-block-80 {
  display: inline;
}

.text-block-81 {
  font-size: 16px;
  display: inline;
}

.section-10 {
  margin-bottom: 40px;
}

.div-block-30 {
  font-size: 16px;
}

.text-block-82 {
  display: inline;
}

.heading-50 {
  font-size: 24px;
  line-height: 30px;
}

.image-54 {
  width: 200px;
  height: 22px;
}

.image-62, .image-63 {
  width: 40px;
  height: 40px;
}

.image-64, .image-65, .image-66, .image-67, .image-68 {
  width: 18px;
  height: 18px;
}

.image-69 {
  width: 220px;
  height: 63px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.image-74 {
  width: 350px;
}

.text-block-83 {
  color: #fff;
}

.text-block-84 {
  color: #fff;
  font-family: Noto Sans JP;
}

.text-block-85 {
  text-align: left;
  font-size: 16px;
}

.text-block-85.margin-top {
  margin-top: 100px;
}

.text-block-86 {
  font-size: 16px;
  font-weight: 700;
}

.paragraph-20 {
  font-size: 16px;
  font-weight: 400;
}

.slide-1 {
  object-fit: fill;
}

.slider {
  width: 881px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.underline-green {
  background-image: linear-gradient(to top, #c5e1a4, #e5f2d6 39%, #0000 40%);
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  line-height: 16px;
}

.underline-green.text-small {
  font-size: 16px;
  line-height: 28px;
}

.underline-green.experience-page {
  font-size: 24px;
  line-height: 28px;
}

.underline-green.experience-page.teacher-profile {
  font-size: 16px;
  line-height: 26px;
}

.div-block-31 {
  margin-top: 15px;
}

.div-block-32 {
  width: 1000px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-33 {
  background-color: #ddf0f0;
}

.grid-17 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.section-11 {
  margin-top: 80px;
}

.heading-53 {
  text-align: center;
  margin-top: auto;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 40px;
}

.heading-53.margin-bottom {
  margin-bottom: 20px;
}

.text-block-88 {
  font-size: 14px;
  line-height: 16px;
  display: block;
}

.text-block-89 {
  line-height: 16px;
  display: inline-block;
}

.text-block-90 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.div-block-35 {
  width: 380px;
  height: 240px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-35.lineup-others {
  width: 300px;
  height: 500px;
}

.div-block-35.top-blog-div {
  text-align: center;
  height: 300px;
}

.image-78 {
  border-radius: 20px;
  width: 400px;
  height: 210px;
}

.image-79 {
  width: 700px;
  height: 161px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-79.no-display-pc {
  display: none;
}

.grid-18 {
  grid-column-gap: 12px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  width: 900px;
  margin: 40px auto;
}

.grid-18.more-artist-grid, .grid-18.mobile-teachers {
  display: none;
}

.div-block-38 {
  width: 400px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.html-embed-2 {
  width: 370px;
  height: 190px;
}

.html-embed-2.soundcloud-topmargin {
  width: 280px;
  height: 190px;
  margin-top: 20px;
}

.section-12 {
  background-color: #fff;
  margin-top: 0;
}

.section-12.category-section {
  margin-top: 100px;
}

.paragraph-21 {
  text-align: left;
  margin: 10px 0;
  font-size: 16px;
  display: block;
}

.paragraph-21.study-description {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-40 {
  width: 400px;
  margin: auto;
}

.text-block-91 {
  text-align: center;
  margin-top: 0;
  padding-bottom: 10px;
  font-weight: 700;
}

.grid-19 {
  grid-row-gap: 33px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 1000px;
  margin: 100px auto;
}

.grid-19.lineup-others {
  grid-column-gap: 3px;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-80 {
  width: 600px;
  height: 55px;
}

.image-80.category-media {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-20 {
  background-image: linear-gradient(42deg, #f33782, #b5cafe), linear-gradient(#000, #fff);
  border-radius: 40px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}

.link-block-20.faq {
  margin-top: 20px;
  margin-bottom: 20px;
  position: static;
}

.link-block-20.link-top-blog-top {
  margin-left: auto;
  margin-right: auto;
}

.main-btn {
  color: #fff;
  font-size: 24px;
}

.main-btn.btn-text-dark {
  color: #3c404e;
  font-family: Noto Sans JP;
}

.bold-text-4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.bold-text-4.category-page {
  color: #888;
}

.text-block-92 {
  color: #bac6d3;
  font-weight: 700;
}

.bold-text-6 {
  margin-top: 20px;
  font-size: 16px;
  display: block;
}

.text-block-94 {
  text-align: left;
  font-size: 14px;
}

.image-81 {
  border-radius: 20px;
  width: 200px;
  height: 200px;
}

.image-82, .image-83 {
  border-radius: 20px;
  width: 300px;
  height: 157.5px;
}

.grid-21 {
  grid-template-rows: auto;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-95 {
  color: #888;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.grid-22 {
  grid-template-rows: auto;
  width: 900px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.image-85 {
  border-radius: 20px;
  width: 500px;
  height: 333.5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-85.category-page {
  border-radius: 10px;
  width: 400px;
  height: 400px;
}

.image-85.category-page.image-sq {
  height: 400px;
}

.image-85.image-sq {
  width: 400px;
  height: 400px;
}

.section-13 {
  margin-top: 100px;
}

.section-13.margin-bottom {
  margin-bottom: 60px;
}

.section-13.bottom-margin, .section-13.bottom-padding {
  padding-bottom: 100px;
}

.section-14 {
  margin-top: 80px;
}

.container-7 {
  margin-bottom: 60px;
}

.paragraph-22 {
  text-align: left;
  width: 400px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 16px;
  font-weight: 400;
}

.section-15 {
  margin-top: 80px;
  margin-bottom: 100px;
}

.div-block-41 {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.text-block-96 {
  color: #fff;
  background-color: #ff4949;
  border-radius: 0;
  margin-top: 10px;
  font-size: 14px;
}

.text-block-97 {
  text-decoration: line-through;
  display: inline;
}

.image-86, .image-87 {
  border-radius: 20px;
  width: 392px;
  height: 333px;
}

.section-16 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-16.background-grey {
  background-color: #f6f6fa;
}

.paragraph-23 {
  width: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-23.top-exp1 {
  width: 350px;
  font-weight: 400;
}

.div-block-42 {
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
}

.grid-23 {
  grid-template-rows: auto;
  width: 950px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-43 {
  width: 402px;
}

.price-reason-text {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

.text-block-98 {
  text-align: left;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 24px;
}

.text-block-98.margin-top {
  margin-top: 40px;
}

.text-block-99 {
  text-align: center;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.text-block-99.hide-on-mobile, .text-block-99.advice-text {
  text-align: left;
}

.image-88 {
  width: 467px;
  height: 339.5px;
  margin-top: auto;
  margin-bottom: auto;
}

.image-89 {
  opacity: 1;
  border-radius: 0;
  width: 400px;
  height: 348px;
}

.bold-text-7 {
  font-size: 16px;
}

.top-blogs-container {
  background-color: var(--primary-2);
  max-width: 1100px;
}

.image-90 {
  width: 1100px;
  height: 240px;
  margin-left: auto;
  margin-right: auto;
}

.heading-54 {
  color: #fff;
  text-align: center;
  width: 400px;
  display: block;
  position: static;
}

.section-17 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-18 {
  background-color: #0000;
  overflow: visible;
}

.div-block-44 {
  text-align: center;
  width: 400px;
  height: 50px;
  display: block;
  position: absolute;
}

.text-block-101 {
  color: #fff;
  width: 210px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 400;
}

.section-19, .image-92 {
  display: none;
}

.link-block-22 {
  border: 1px solid var(--light-sea-green);
  width: 380px;
  height: 65px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-22.margin-top {
  text-align: center;
  width: 300px;
  margin-top: 10px;
}

.text-block-103 {
  color: var(--light-sea-green);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.image-93 {
  width: 16px;
  height: 10px;
}

.text-block-104 {
  display: none;
}

.bold-text-10 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.section-20 {
  text-align: center;
  margin-bottom: 100px;
}

.section-20.top-inquiry {
  margin-top: 40px;
}

.container-8 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-24 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}

.grid-24.phonim-study {
  grid-template-columns: 1fr;
}

.grid-24.partner-award {
  grid-template-columns: 1fr 1fr;
}

.div-block-47 {
  background-color: var(--shade-1);
  text-align: center;
  height: 334px;
  padding: 20px 20px 0;
}

.div-block-47.partner-award {
  background-color: #0000;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  height: 200px;
}

.paragraph-26 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}

.paragraph-26.text-center {
  text-align: center;
}

.image-94 {
  width: 40px;
  height: 45px;
  margin: 0 auto auto;
  padding-top: 0;
  display: inline-block;
}

.image-94.mail-img {
  height: 30px;
  margin-top: 10px;
}

.image-95 {
  width: 100px;
  margin-top: 20px;
}

.link-block-25 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-48 {
  border: 1px none var(--light-sea-green);
  width: 380px;
  height: 65px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px;
}

.div-block-49, .div-block-50 {
  width: 380px;
  height: 65px;
  padding: 10px;
}

.div-block-51 {
  width: 300px;
  height: 65px;
  padding: 10px;
}

.div-block-52 {
  padding: 10px;
}

.div-block-53 {
  width: 300px;
  height: 65px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-28 {
  color: #888;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}

.div-block-54 {
  height: 50px;
}

.div-block-55, .div-block-56, .div-block-57 {
  height: 150px;
}

.text-block-105 {
  color: #fff;
  text-align: center;
  background-color: #ff4949;
  border-radius: 5px;
  width: 201px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.text-span-14 {
  display: inline-block;
}

.text-span-15 {
  font-size: 32px;
  line-height: 40px;
  display: inline-block;
}

.text-span-15.category-page {
  font-size: 36px;
  line-height: 42px;
}

.paragraph-29 {
  text-align: left;
  font-weight: 700;
}

.section-21 {
  background-color: #f8f0f0;
  margin-bottom: 60px;
  padding: 60px 20px;
}

.div-block-58 {
  margin-top: auto;
  margin-bottom: auto;
}

.image-96 {
  width: 240px;
  height: 143.5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid-25 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.grid-25.study-top {
  grid-template-columns: 1fr 1fr;
  width: 600px;
}

.div-block-60 {
  background-color: #fff;
  border-radius: 12px;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.text-block-106 {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 26px;
}

.text-span-17, .text-span-18 {
  display: inline-block;
}

.grid-26 {
  grid-template-rows: auto;
  margin-top: 60px;
}

.text-span-20 {
  display: inline-block;
}

.image-97 {
  width: 400px;
}

.blog-page {
  text-align: left;
  font-size: 18px;
  line-height: 26px;
}

.heading-55, .heading-56 {
  text-align: center;
}

.category-page {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
}

.blog-category-card {
  text-align: left;
}

.heading-57 {
  font-size: 16px;
  line-height: 26px;
}

.shop-top {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.collection-item-2.shop-top-card {
  width: 280px;
}

.image-98, .image-99, .image-100 {
  object-fit: cover;
}

.image-102 {
  width: 534px;
  height: 335px;
}

.image-103.faq-question {
  width: 40px;
  height: 40px;
}

.div-block-63 {
  background-color: var(--primary-2);
  width: 100%;
  max-width: 1366px;
  margin-top: 0;
}

.image-104 {
  display: none;
}

.item-page {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-64 {
  text-align: center;
  background-image: url('../images/Frame-35-1-min_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1100px;
  height: 650px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.div-block-64.piano {
  background-image: url('../images/piano-woman-practice_cp4_min.avif');
  background-position: 50%;
}

.div-block-64.guitar {
  background-image: url('../images/Frame-37-3-min.avif');
}

.div-block-64.violin {
  background-image: url('../images/Frame-39-1-min-min_1.avif');
}

.div-block-64.aerophone {
  background-image: url('../images/ae-cover-1-min_1.avif');
}

.div-block-64.study {
  background-image: url('../images/Frame-55-2-min.avif');
  background-position: 50%;
}

.div-block-64.yds {
  background-image: url('../images/Frame-49-2-min_1.avif');
}

.div-block-65 {
  text-align: center;
  background-color: #222529;
  width: 100%;
  position: relative;
}

.div-block-66 {
  text-align: center;
  width: 100%;
  position: absolute;
  inset: 40% 0% auto;
}

.text-block-107 {
  color: #fff;
  text-shadow: 1px 1px 6px var(--dark);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.heading-58 {
  color: #fff;
  text-shadow: 1px 1px 4px var(--dark);
  width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.text-block-108 {
  color: #fff;
  text-shadow: 1px 1px 6px var(--dark);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-67 {
  background-image: url('../images/piano_cover_keys-only-min.avif');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 317px;
  margin-top: -4px;
  position: relative;
}

.div-block-67.drum {
  background-image: url('../images/drum-closeup.avif');
}

.div-block-67.guitar {
  background-image: url('../images/image-6-4-min_1.avif');
  background-position: 50% 30%;
}

.div-block-67.violin {
  z-index: 2;
  background-image: url('../images/image-5-8-min_1.avif');
  background-position: 50% 55%;
}

.div-block-67.aerophone {
  background-image: url('../images/piano_cover_keys-only-min-2-1-min_1.avif');
}

.div-block-67.yds {
  background-image: url('../images/Frame-50-min.avif');
}

.div-block-68 {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 25%;
  bottom: auto;
}

.heading-59 {
  color: #fff;
  width: 800px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-24 {
  display: inline-block;
}

.html-embed-3 {
  width: 300px;
  height: 300px;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.html-embed-4 {
  width: 300px;
  height: 300px;
  margin-left: 0;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.text-span-25 {
  display: block;
}

.div-block-69 {
  z-index: 1;
  color: #060606;
  background-color: #00162f;
  width: 100%;
  height: 569px;
  position: relative;
}

.div-block-69.guitar {
  background-color: #000001;
}

.div-block-69.piano {
  background-color: #070607;
}

.div-block-69.violin {
  background-color: #1e0c02;
}

.div-block-69.aerophone {
  background-color: #070707;
}

.div-block-70 {
  width: 300px;
  height: 350px;
  margin-right: 40px;
  display: inline-block;
}

.div-block-70.card-right {
  margin-right: 0;
}

.text-block-109 {
  color: #e6b736;
  font-weight: 700;
}

.image-105 {
  border-radius: 10px;
  width: 470px;
  height: 261px;
}

.image-105.drum-lesson-image {
  width: 534px;
  height: 335px;
}

.image-105.aerophone, .image-105.yds {
  height: 281px;
}

.div-block-71 {
  color: #fff;
  object-fit: fill;
  background-image: url('../images/paris-univ-cp.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  position: relative;
}

.div-block-71.piano {
  background-image: url('../images/paris-univ-cp.avif');
}

.div-block-72 {
  object-fit: contain;
  position: absolute;
  top: 25%;
  right: auto;
}

.heading-60 {
  text-shadow: 1px 0 6px var(--dark);
  width: 800px;
  padding-left: 180px;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

.text-span-26 {
  display: inline-block;
}

.image-106 {
  width: 332.3px;
  height: 440px;
  position: absolute;
  inset: auto 15% 0% auto;
}

.grid-27 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.grid-27.piano-event {
  max-width: 1100px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP;
}

.image-107 {
  width: 100%;
}

.heading-61 {
  width: 400px;
  margin: 0 auto 60px;
}

.heading-61.long-teacher-name {
  font-size: 26px;
}

.heading-61.piano-event {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 36px;
}

.div-block-73 {
  padding: 20px 40px 20px 20px;
}

.div-block-73.experience-page {
  padding-top: 0;
}

.text-span-28, .text-span-29, .text-span-30 {
  font-family: Open Sans, sans-serif;
}

.heading-62 {
  color: var(--dark);
  text-align: center;
  margin-top: 0;
}

.image-108 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-22 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.text-block-110 {
  text-align: center;
}

.text-block-111 {
  text-align: center;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.text-block-111.margin-top {
  margin-top: 40px;
}

.text-block-111.small-description {
  color: #888;
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-31 {
  color: #888;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 26px;
}

.heading-63 {
  text-align: center;
  font-size: 36px;
  line-height: 46px;
}

.section-23 {
  margin-top: 60px;
  margin-bottom: 100px;
}

.grid-28 {
  grid-template-rows: auto;
}

.grid-29 {
  border: 3px solid var(--primary-1);
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.text-block-112 {
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.text-block-112.category-page {
  font-size: 16px;
}

.bold-text-11 {
  font-size: 14px;
}

.bold-text-12 {
  font-size: 16px;
}

.div-block-74 {
  text-align: left;
  background-color: #fbf8f4;
  border-radius: 10px;
  padding: 30px;
}

.div-block-74.carr-card-basic {
  background-color: #e8f4fa;
}

.div-block-74.carr-card-high {
  background-color: #d4ebe7;
}

.div-block-74.carr-card-top {
  background-color: #e6ecf5;
}

.div-block-74.yds {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.heading-64 {
  color: var(--light-sea-green);
  height: 40px;
  font-size: 16px;
  line-height: 26px;
}

.text-block-113 {
  font-size: 14px;
  line-height: 24px;
}

.grid-30 {
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid-30.yds {
  grid-template-columns: 1fr;
}

.section-24 {
  margin-top: 100px;
}

.heading-65 {
  text-align: center;
  font-size: 36px;
  line-height: 46px;
}

.paragraph-32 {
  text-align: left;
  width: 400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 28px;
}

.paragraph-32.margin-top {
  margin-top: 100px;
}

.paragraph-32.text-center {
  text-align: center;
}

.paragraph-33 {
  color: #afafaf;
  text-align: left;
  width: 400px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-34 {
  text-align: center;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 26px;
}

.paragraph-34.margin-top {
  margin-top: 20px;
}

.section-25 {
  margin-top: 100px;
  padding-top: 0;
}

.text-block-114 {
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 6px #000;
  width: 400px;
  max-width: 400vw;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-75 {
  background-image: url('../images/Frame-34-2-min_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}

.div-block-75.drum {
  background-image: url('../images/Frame-34-6-min.avif');
}

.div-block-75.guitar {
  background-image: url('../images/Frame-34-8-min_1.avif');
  background-position: 50%;
}

.div-block-75.violin {
  background-image: url('../images/Frame-40-4-min.avif');
}

.div-block-75.aerophone {
  background-image: url('../images/Frame-42-min_1.avif');
}

.div-block-75.yds {
  background-image: url('../images/Frame-52-min.avif');
}

.div-block-76 {
  width: 400px;
  margin-left: auto;
  margin-right: 120px;
  padding-top: 40px;
}

.heading-66 {
  color: #fff;
  margin-top: 40px;
}

.text-span-32, .text-span-33 {
  display: inline-block;
}

.div-block-77 {
  text-align: left;
  background-color: #ac6268;
  border-radius: 10px;
  height: 200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  position: relative;
}

.div-block-77.top-audio-div {
  text-align: center;
  object-fit: fill;
  justify-content: center;
  max-width: 350px;
  margin-top: 0;
  display: flex;
}

.div-block-77.top-audio-div.display-third {
  width: 300px;
  height: 190px;
  margin-top: 20px;
}

.div-block-77.top-audio-div.category-page-player-div {
  margin-top: 40px;
}

.html-embed-5 {
  object-fit: fill;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: auto auto 15px 15px;
}

.image-109 {
  object-fit: fill;
  border-radius: 10px;
  width: 100px;
  height: 100px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  display: block;
  box-shadow: 1px 1px 10px #4c4c4c;
}

.text-block-115 {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

.text-block-115.text-bold {
  font-size: 16px;
  font-weight: 700;
}

.text-block-115.text-bold.margin-bottom {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  line-height: 26px;
}

.text-block-115.margin-top {
  text-align: left;
  margin-top: 5px;
  line-height: 18px;
}

.div-block-78 {
  height: 100px;
  font-size: 16px;
  display: inline-block;
}

.grid-31 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  width: 100%;
}

.div-block-79 {
  height: 0;
}

.text-span-36 {
  font-size: 16px;
}

.lightbox-link {
  width: 1000px;
  height: 721.3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-80 {
  margin-top: 10px;
}

.div-block-81 {
  margin-top: 40px;
}

.bold-text-13 {
  font-weight: 400;
}

.grid-32 {
  grid-template-rows: auto;
  margin-top: 40px;
}

.paragraph-35 {
  color: var(--light-sea-green);
  text-align: center;
  width: 400px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 26px;
}

.text-span-40 {
  display: inline-block;
}

.div-block-82 {
  background-color: var(--goldenrod);
  padding-top: 40px;
  padding-bottom: 40px;
}

.video-4 {
  width: 500px;
  height: 281px;
  padding-bottom: 0;
}

.video-5 {
  border-radius: 20px;
}

.div-block-83 {
  border-radius: 20px;
  width: 700px;
  height: 393.8px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.div-block-83.ad-video-append-class {
  position: relative;
  top: 56.25%;
}

.div-block-83.event-banner-lg {
  text-align: center;
  border-radius: 0;
  width: 200px;
  height: 130px;
  margin-top: 10px;
  margin-bottom: auto;
  margin-right: auto;
}

.text-span-41, .text-span-43 {
  display: inline-block;
}

.div-block-84 {
  background-image: url('../images/Frame-34-1-min_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-84.show-on-tablet {
  display: none;
}

.paragraph-36 {
  margin: 14px auto;
  font-weight: 700;
  line-height: 26px;
}

.text-span-44 {
  display: inline-block;
}

.heading-67 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.heading-68 {
  color: var(--light-sea-green);
  font-size: 36px;
  line-height: 46px;
}

.text-block-116 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.text-block-117 {
  color: #888;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-117.margin-bottom {
  margin-bottom: 14px;
}

.text-block-117.text-small.invite-description {
  margin-top: 20px;
}

.heading-69 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

.text-span-45 {
  display: inline-block;
}

.text-block-118 {
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.text-span-46, .text-span-47 {
  display: inline-block;
}

.image-110 {
  width: 100px;
  height: 50px;
}

.body-24 {
  font-family: Noto Sans JP;
}

.image-111 {
  padding-bottom: 8px;
  padding-right: 10px;
}

.div-block-85, .div-block-86 {
  text-align: left;
}

.div-block-86.study-each-level, .div-block-86.study-text-center {
  text-align: center;
}

.image-112 {
  width: 500px;
}

.container-9 {
  padding-bottom: 40px;
}

.text-block-119 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.body-25 {
  font-family: Noto Sans JP;
}

.image-113 {
  border-radius: 20px;
  width: 500px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-114 {
  width: 500px;
}

.section-26, .section-27 {
  margin-top: 40px;
}

.text-span-51, .text-span-52 {
  color: var(--light-sea-green);
}

.div-block-87 {
  background-color: #e6e6f1;
  border-radius: 20px;
  width: 900px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
}

.text-block-120 {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-37 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-small {
  font-size: 16px;
  line-height: 24px;
}

.pagination-2 {
  margin-top: 20px;
}

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

.text-span-53 {
  display: inline-block;
}

.div-block-88 {
  margin-top: 60px;
}

.text-span-54 {
  display: inline-block;
}

.section-28 {
  margin-bottom: 40px;
}

.text-block-121 {
  font-size: 14px;
  line-height: 24px;
}

.link-block-27 {
  text-align: left;
}

.image-115 {
  border-radius: 10px;
  width: 300px;
  height: 157.5px;
}

.text-block-122 {
  margin-top: 10px;
}

.section-29 {
  background-color: #fafafa;
}

.image-116 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-123 {
  text-align: center;
  width: 300px;
  margin: 25px auto 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.text-span-56 {
  display: inline-block;
}

.image-117 {
  width: 500px;
  height: 453px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid-34 {
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  width: 100%;
}

.image-118 {
  border-radius: 10px;
  width: 300px;
  height: auto;
  display: block;
}

.heading-70 {
  text-align: left;
  margin-top: 20px;
}

.div-block-92 {
  text-align: left;
  padding-left: 10px;
}

.text-block-124 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.link-block-28, .link-block-29, .link-block-30 {
  width: 100%;
}

.div-block-93 {
  flex: none;
  height: 64px;
  display: inline-block;
}

.link-block-31 {
  margin-bottom: 0;
}

.twitter {
  flex: none;
  width: 100px;
  height: 20px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  display: block;
}

.facebook {
  flex: none;
  width: 100px;
  height: 35px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  display: inline-block;
}

.div-block-94 {
  flex: none;
  margin-top: 10px;
  display: block;
}

.div-block-94.mobile-only {
  display: none;
}

.div-block-94.mobile-only.margin-top {
  display: block;
}

.div-block-95 {
  width: 100px;
  height: 64px;
  margin-top: 20px;
  margin-left: 100px;
  padding-top: 15px;
  display: inline-block;
}

.div-block-95.padding-top {
  width: 120px;
  height: 30px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
}

.div-block-95.margin-left {
  height: 20px;
  margin-top: 0;
  margin-left: 40px;
  padding-top: 0;
}

.div-block-96 {
  margin-left: 40px;
  padding-top: 15px;
}

.text-block-125 {
  width: 450px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-97 {
  flex: none;
  margin-left: 10px;
  padding-top: 20px;
}

.link-block-32 {
  flex: none;
}

.dropdown-list-wide-2 {
  display: none;
}

.dropdown-list-wide-2.w--open {
  background-color: #0000;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 56px;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0, 23px);
}

.dropdown-wide-bg-2 {
  background-color: #fffffff7;
  border-bottom: 1px solid #0000001a;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.icon-link-2 {
  text-align: center;
  background-color: #faf8f4;
  border: 1px solid #e6e2db;
  border-radius: 7px;
  flex-direction: column;
  align-items: center;
  padding: 28px;
  transition: transform .2s, box-shadow .2s, background-color .2s;
  display: flex;
  box-shadow: 0 7px 14px #0000;
}

.icon-link-2:hover {
  background-color: #e6e2db;
  transform: scale(1.04);
  box-shadow: 0 7px 14px #0000001a;
}

.button-2 {
  color: #3c404e;
  text-align: center;
  background-color: #78d912;
  border-radius: 200px;
  padding: 14px 35px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
  transition: box-shadow .2s;
  box-shadow: inset 0 0 0 100px #0000;
}

.button-2:hover {
  box-shadow: inset 0 0 0 100px #0000001a;
}

.button-2.bordered-dark {
  box-shadow: none;
  background-color: #0000;
  border: 2px solid #e6e2db;
  transition: background-color .2s;
}

.button-2.bordered-dark:hover {
  background-color: #e6e2db;
}

.button-2.bordered-dark.popular-link {
  margin-left: 7px;
  margin-right: 7px;
  padding: 7px 21px;
  font-size: 16px;
  line-height: 24px;
}

.button-2.square {
  border-radius: 7px;
  margin-top: 0;
}

.button-2.small {
  padding: 10px 28px;
  font-size: 16px;
  line-height: 24px;
}

.button-2.small.navbar-button {
  background-color: #78d912;
  flex: none;
  margin-left: 10px;
  margin-right: 10px;
}

.button-2.small.navbar-button.ga-event {
  margin-bottom: 7px;
  font-family: Noto Sans JP;
}

.button-2.top-1st-cta-button {
  width: 90%;
}

.button-2.top-1st-cta-button.ga-event {
  mix-blend-mode: normal;
  background-color: #78d912;
  width: 400px;
  margin-top: 10px;
}

.button-2.category-top-cta {
  background-color: #fff;
}

.button-2.bg-white {
  background-color: #fff;
  min-width: 100%;
  margin-top: 40px;
  display: none;
}

.button-2.bg-white.bef-collection {
  display: block;
}

.button-2.wide-select-plan-button {
  width: 100%;
  margin-top: 28px;
}

.button-2.wide-select-plan-button.ga-event {
  max-width: 500px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-2.wide-select-plan-button.bordered-dark.small-blue {
  color: #5db2ac;
  border-color: #5db2ac;
  width: 200px;
  margin-top: 5px;
  padding: 5px 10px;
}

.nav-link-2 {
  color: #3c404e;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 12px;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .2s;
  display: inline-block;
}

.nav-link-2:hover {
  background-color: #e6e2db;
}

.nav-link-2.nav-text-block {
  padding: 0;
}

.nav-menu-2 {
  position: static;
}

.search-modal-container-2 {
  background-color: #fff;
  padding: 56px 56px 35px;
  position: relative;
}

.form-input-2 {
  color: #3c404e;
  border: 2px solid #0000001a;
  border-radius: 7px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 14px 21px;
  font-size: 18px;
  line-height: 28px;
  transition: border-color .2s;
}

.form-input-2:focus {
  border-color: #00000040;
}

.form-input-2::placeholder {
  color: #283e3980;
}

.heading-71 {
  color: #fff;
  text-shadow: 1px 1px 4px #3c404e;
  width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.heading-72 {
  text-align: center;
  margin-top: 10px;
  font-family: Noto Sans JP;
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
  display: block;
}

.icon-hover-card-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid #0000001a;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 350px;
  padding: 28px;
  font-weight: 400;
  transition: box-shadow .22s, border-color .22s, transform .22s;
  box-shadow: 0 0 #fff;
}

.icon-hover-card-2:hover {
  border-color: #78d912;
  transform: scale(1.1);
  box-shadow: 0 13px 20px -7px #0000001a;
}

.icon-hover-card-2.category-icon-hover {
  width: 500px;
}

.text-block-126 {
  color: #fff;
  text-shadow: 1px 1px 6px #3c404e;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.text-block-127 {
  color: #fff;
  text-shadow: 1px 1px 6px #3c404e;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.heading-73 {
  color: #3c404e;
  text-align: center;
  margin-top: 0;
}

.heading-74 {
  color: #5db2ac;
  height: 40px;
  font-size: 16px;
  line-height: 26px;
}

.empty-state-2 {
  color: #3c404e;
  text-align: center;
  background-color: #e6e2db;
  padding: 21px;
}

.heading-75 {
  text-shadow: 1px 0 6px #3c404e;
  width: 800px;
  padding-left: 180px;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

.text-block-128 {
  color: #da789f;
  background-color: #fff;
  border-radius: 40px;
  padding: 10px 20px;
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
}

.div-block-98 {
  background-color: #e6b735;
  padding-top: 40px;
  padding-bottom: 40px;
}

.horizontal-divider-2 {
  border-top: 1px solid #0000001a;
  margin-top: 20px;
  margin-bottom: 20px;
}

.horizontal-divider-2.increased-margins {
  margin-top: 35px;
  margin-bottom: 35px;
}

.horizontal-divider-2.increased-margins.senior {
  margin-top: 40px;
  margin-bottom: 10px;
}

.accordion-item-2 {
  background-color: #e6e2db;
  border-radius: 20px;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}

.div-block-99 {
  text-align: center;
  background-color: #faf8f4;
  height: 334px;
  padding: 20px 20px 0;
}

.text-span-57 {
  display: inline-block;
}

.div-block-100 {
  text-align: center;
  background-color: #d8d8d8;
  border-radius: 30px;
  padding: 14px 35px;
}

.text-block-129 {
  color: #fff;
  font-weight: 700;
}

.text-block-130 {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.image-119 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-131 {
  text-align: center;
  font-weight: 700;
}

.text-block-131.weight-normal {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.text-block-132 {
  text-align: left;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.container-10 {
  text-align: center;
}

.section-30 {
  margin-top: 0;
}

.image-120 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-101 {
  text-align: center;
  width: 46%;
  height: 300px;
  display: inline-block;
}

.div-block-101.bg-pink {
  background-color: #ff8a8a;
  width: 54%;
}

.image-121 {
  object-fit: cover;
  height: 302px;
  margin-top: -1px;
  margin-left: -2px;
  display: block;
  overflow: visible;
}

.image-122 {
  display: block;
}

.heading-76 {
  color: #fff;
  margin-top: 50px;
  margin-left: 100px;
  font-family: Noto Sans JP;
  font-size: 96px;
  line-height: 82px;
  display: block;
  position: absolute;
}

.heading-76.heading-77 {
  margin-top: 160px;
}

.text-block-133 {
  text-align: center;
  font-family: Noto Sans JP;
  font-size: 24px;
  font-weight: 700;
}

.section-31 {
  margin-top: 20px;
}

.text-block-134 {
  text-align: center;
  margin-top: 10px;
  font-family: Noto Sans JP;
  font-weight: 400;
}

.section-32 {
  margin-top: 40px;
}

.image-123 {
  display: block;
}

.collection-item-4 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.collection-list-2 {
  text-align: center;
}

.div-block-102 {
  width: 400px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-103 {
  background-color: #ff8a8a;
  border-radius: 10px;
  width: 110px;
  height: 35px;
  padding-right: 3px;
  position: absolute;
  inset: 3% auto auto 11%;
  box-shadow: 2px 2px 3px #00000026;
}

.div-block-103.relative {
  position: relative;
  left: 0%;
}

.div-block-103.relative.no-shadow {
  box-shadow: none;
  display: inline-block;
}

.text-block-135 {
  color: #fff;
  height: 35px;
  font-family: Noto Sans JP;
  font-weight: 700;
  line-height: 35px;
}

.text-block-136 {
  height: 65px;
  font-family: Noto Sans JP;
  font-size: 24px;
  font-weight: 700;
}

.div-block-104 {
  text-align: left;
  margin-top: 20px;
}

.div-block-105 {
  width: 100px;
  height: 50px;
  display: inline-block;
}

.div-block-106 {
  width: 250px;
  height: 50px;
  display: inline-block;
}

.div-block-107 {
  height: 50px;
  margin-top: 12px;
}

.div-block-107.margin-top {
  margin-top: 20px;
}

.text-block-137 {
  display: block;
  position: static;
  overflow: hidden;
}

.grid-35 {
  grid-column-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 80px 1fr;
}

.image-124 {
  width: 80px;
  margin-top: 10px;
}

.text-block-138 {
  color: #888;
  margin-top: 20px;
  font-family: Noto Sans JP;
  font-weight: 400;
}

.div-block-108 {
  color: #888;
  margin-top: 14px;
  font-family: Noto Sans JP;
  font-weight: 400;
}

.div-block-108.margin-top {
  margin-top: 20px;
}

.text-block-139 {
  text-decoration: line-through;
}

.grid-36 {
  grid-template-rows: auto;
  grid-template-columns: 120px 1fr;
  height: 30px;
}

.div-block-109 {
  background-color: red;
  height: 30px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0 2px;
}

.text-block-140 {
  color: #fff;
  text-align: center;
  height: 30px;
  font-family: Noto Sans JP;
  line-height: 30px;
}

.div-block-110 {
  height: 30px;
}

.text-block-141 {
  color: red;
  font-family: Noto Sans JP;
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
  display: inline;
}

.text-block-141.tax-display {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-142 {
  color: red;
  margin-left: 4px;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 400;
  display: inline;
}

.div-block-111 {
  height: 24px;
  margin-top: 20px;
}

.image-125 {
  width: 24px;
  height: 24px;
  margin-top: -3px;
  line-height: 24px;
}

.text-block-143 {
  color: #888;
  height: 28px;
  margin-left: 6px;
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: inline;
}

.section-33 {
  margin-top: 40px;
}

.grid-37 {
  grid-column-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 45% 55%;
}

.grid-38 {
  grid-template-rows: auto;
}

.c-sub-img-feed-wrapper {
  display: block;
}

.cloneable-area {
  min-height: 50vh;
}

.cloneable-area._2 {
  display: block;
}

.c-img-gallery-main-dots {
  display: none;
}

.c-main-img-feed-wrapper {
  display: block;
}

.c-sub-img-feed-item {
  justify-content: center;
  align-items: center;
}

.c-img-gallery-main {
  margin-bottom: 20px;
}

.c-main-img-feed-item {
  position: relative;
}

._w-sub-img-feed-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-gallery-subs {
  background-color: #131313;
  height: 200px;
}

.sub-img-feed-item {
  opacity: .5;
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #131313;
  width: 100%;
  height: 100%;
  transition: all .25s;
  position: relative;
}

.sub-img-feed-item:hover {
  opacity: 1;
  border-color: #eee;
}

.c-main-img-overlay-lightbox {
  z-index: 10;
  background-color: #131313bf;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.main-img-overlay-icon {
  width: 5%;
}

.img-gallery-main {
  background-color: #0000;
  height: 450px;
}

.c-img-gallery {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.img-gallery-main-arrow {
  display: none;
}

.c-main-img-lightbox {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-img-gallery-main-icon {
  display: none;
}

.c-img-gallery-sub {
  position: relative;
  overflow: hidden;
}

.img-gallery-subs-slide {
  width: 33.33%;
  padding: 5px;
  overflow: hidden;
}

.c-img-gallery-subs-dots {
  display: none;
}

.slide-4 {
  background-image: url('../images/Rectangle-14.svg');
  background-position: 50%;
  background-size: cover;
}

.collection-list-wrapper-4 {
  display: none;
}

.div-block-112 {
  background-color: #fc8a8a;
  border-radius: 10px;
  width: 200px;
  height: 30px;
}

.text-block-144 {
  margin-top: 10px;
  font-family: Noto Sans JP;
  font-size: 24px;
  font-weight: 700;
}

.div-block-113 {
  margin-top: 20px;
}

.grid-39 {
  grid-column-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-block-145 {
  color: #888;
  margin-left: 5px;
  font-family: Noto Sans JP;
  display: inline-block;
}

.image-126 {
  width: 24px;
  height: 24px;
}

.div-block-114 {
  text-align: center;
}

.image-127 {
  width: 24px;
  height: 24px;
}

.div-block-115 {
  width: 400px;
  height: 400px;
}

.div-block-116 {
  text-align: center;
}

.slider-2 {
  width: 400px;
  height: 400px;
}

.div-block-117 {
  margin-top: 40px;
  position: absolute;
}

.button-3 {
  border-radius: 10px;
  width: 200px;
}

.button-3.no-margin {
  float: left;
  text-align: center;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP;
  line-height: 40px;
  position: static;
}

.text-block-146 {
  color: #888;
  width: 320px;
  margin-left: 10px;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  overflow: hidden;
}

.section-34 {
  margin-top: 100px;
}

.text-block-147 {
  font-family: Noto Sans JP;
  font-size: 24px;
  font-weight: 400;
}

.text-block-148 {
  font-family: Noto Sans JP;
}

.rich-text-block-2 {
  margin-top: 20px;
  font-family: Noto Sans JP;
  font-weight: 400;
}

.section-35 {
  margin-top: 60px;
}

.div-block-118 {
  color: #888;
  width: 200px;
  height: 60px;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 400;
}

.image-128 {
  width: 60px;
  height: 60px;
}

.collection-item-5 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.text-block-149 {
  margin-left: 10px;
  display: block;
}

.div-block-119 {
  height: 60px;
  display: inline-block;
}

.grid-40 {
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr;
}

.image-129 {
  width: 60px;
  height: 60px;
}

.text-block-150 {
  display: block;
}

.div-block-120 {
  background-color: #fdd;
  border-radius: 10px;
  margin-top: 10px;
  padding: 30px 20px;
}

.div-block-120.bg-grey {
  background-color: #eee;
}

.text-block-151 {
  font-family: Noto Sans JP;
  font-weight: 400;
}

.section-36 {
  margin-top: 60px;
}

.div-block-121 {
  margin-top: 20px;
}

.div-block-122 {
  background-color: #eee;
  border-radius: 10px;
  padding: 30px 20px;
  font-family: Noto Sans JP;
  font-weight: 400;
}

.collection-item-6 {
  margin-bottom: 40px;
}

.text-block-152 {
  font-weight: 700;
}

.text-block-153 {
  margin-top: 10px;
}

.section-37 {
  margin-top: 40px;
  margin-bottom: 100px;
}

.container-11 {
  font-family: Noto Sans JP;
}

.text-block-154 {
  font-size: 24px;
  font-weight: 700;
}

.rich-text-block-3, .text-block-155 {
  margin-top: 20px;
}

.div-block-124 {
  display: none;
}

.text-block-156 {
  font-size: 24px;
  font-weight: 700;
}

.container-16 {
  font-family: Noto Sans JP;
}

.collection-list-wrapper-5 {
  margin-top: 20px;
}

.link-block-35 {
  background-color: #32394f;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
}

.text-block-157 {
  color: #fff;
  text-align: center;
  height: 60px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
}

.bold-text-14 {
  font-weight: 700;
}

.bold-text-15 {
  font-weight: 400;
}

.div-block-126 {
  text-align: center;
  background-color: #32394f;
  width: 100%;
  height: 50px;
  display: block;
}

.div-block-126.event-banner-lg {
  text-align: left;
  border-radius: 10px;
  width: 600px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.link-13 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
}

.text-span-66 {
  text-decoration: underline;
}

.text-block-158 {
  color: #fff;
  margin-left: 20px;
  font-size: 13px;
  font-weight: 400;
  display: inline;
}

.text-block-158.event-banner-lg {
  margin-top: 20px;
  margin-left: 0;
  display: block;
}

.link-14 {
  display: none;
}

.text-block-159 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  display: inline;
}

.text-block-159.event-banner-lg {
  line-height: 20px;
}

.text-span-68 {
  text-decoration: underline;
}

.link-block-36 {
  text-align: center;
  width: 50%;
  height: 150px;
}

.link-block-36.event-banner-lg {
  padding-top: 30px;
}

.section-38 {
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 60px;
}

.text-block-160 {
  font-family: Noto Sans JP;
  font-size: 24px;
  font-weight: 700;
}

.container-19 {
  font-family: Noto Sans JP;
}

.collection-item-7 {
  margin-bottom: 80px;
}

.image-130 {
  border-radius: 5px;
  width: 100px;
}

.rich-text-block-4 {
  line-height: 22px;
}

.collection-list-3 {
  margin-top: 20px;
}

.div-block-127 {
  margin-bottom: 10px;
}

.text-block-161 {
  margin-left: 10px;
  font-weight: 700;
  display: inline;
}

.text-block-162 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.link-15 {
  color: var(--light-sea-green);
  text-decoration: underline;
}

.section-39 {
  height: 60px;
}

.grid-41 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 60% 40%;
  height: 150px;
}

.div-block-128 {
  height: 150px;
}

.div-block-128.event-banner-lg {
  height: 150px;
  margin-left: 0;
  padding-top: 30px;
  padding-left: 18px;
}

.video-6 {
  object-fit: fill;
  display: block;
  overflow: visible;
}

.background-video {
  height: 1px;
}

.html-embed-6 {
  object-fit: fill;
  overflow: visible;
}

.div-block-130 {
  margin-top: 20px;
}

.link-block-38 {
  height: 600px;
}

.image-132 {
  width: 100%;
}

.grid-42 {
  grid-template-rows: auto;
  grid-template-columns: 100px 1fr;
}

.image-133 {
  width: 400px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-163 {
  color: #888;
  margin-left: 0;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: inline;
}

.text-block-163.margin-left {
  margin-left: 10px;
}

.text-block-163.margin-left.text-blue, .text-block-163.text-blue {
  color: #2849cf;
}

.nav-menu-3 {
  background-color: #0000;
  position: static;
}

.nav-link-3 {
  color: #3c404e;
  border-radius: 3px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 12px;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .2s;
  display: inline-block;
}

.nav-link-3:hover {
  background-color: #e6e2db;
}

.nav-link-3.nav-text-block {
  padding: 0;
}

.text-span-71 {
  color: #0066de;
}

.text-span-71.co-link {
  font-size: 14px;
  line-height: 24px;
}

.div-block-131 {
  text-align: left;
}

.link-16 {
  display: block;
}

.grid-43 {
  grid-column-gap: 51px;
  grid-template-rows: auto;
  margin-top: 40px;
}

.image-7 {
  border-radius: 20px;
  height: 300px;
  box-shadow: 0 2px 12px #0000001a;
}

.image-134 {
  border-radius: 20px;
  height: 300px;
  margin-top: 20px;
  box-shadow: 0 2px 12px #0000001a;
}

.div-block-132 {
  margin-top: 40px;
}

.div-block-132.map-mobile {
  display: none;
}

.link-block-39 {
  margin-bottom: 0;
}

.image-135 {
  width: 100%;
  display: block;
}

.image-135.recruit {
  object-fit: cover;
  height: 500px;
}

.section-40 {
  position: relative;
}

.heading-78 {
  color: #fff;
  font-size: 28px;
  position: static;
  inset: 30% auto auto 5%;
}

.heading-78.co-head1 {
  margin-bottom: 4px;
}

.heading-78.co-head1.recruit {
  text-align: left;
  font-size: 36px;
}

.div-block-133 {
  background-color: #272727;
  border: 6px #00aa95;
  width: 35rem;
  max-width: 800px;
  padding: 40px 50px 40px 80px;
  position: absolute;
  inset: 20% auto auto 5%;
}

.div-block-133.recruit {
  background-color: #6fc5b6bf;
  border-color: #00aa95;
}

.text-block-164 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.text-span-72 {
  display: inline-block;
}

.grid-44 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.co-head-business {
  font-size: 24px;
  line-height: 28px;
}

.co-div1 {
  margin-bottom: 80px;
}

.co-div1.display-none {
  display: block;
}

.image-136 {
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-137 {
  max-width: 500px;
}

.link-block-40 {
  border: 3px solid #000;
  border-radius: 4px;
  width: 204px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-165 {
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  display: inline-block;
}

.image-138 {
  object-fit: cover;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  margin-top: 40px;
}

.text-sm {
  color: #7e8690;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}

.text-block-166 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

.text-block-166.recruit {
  margin-bottom: 40px;
}

.text-span-73 {
  display: inline-block;
}

.div-block-134 {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  flex-direction: column;
  width: 230px;
  height: 210px;
  display: flex;
}

.image-139 {
  margin-bottom: 10px;
}

.text-block-167 {
  margin-left: 10px;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.text-block-168 {
  margin-top: 5px;
  padding-left: 10px;
  font-family: Noto Sans JP;
  font-size: 12px;
  line-height: 14px;
}

.div-block-135 {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-136 {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  flex-direction: column;
  width: 230px;
  height: 210px;
  display: flex;
}

.div-block-136.recruit {
  width: 260px;
  height: 330px;
}

.image-140 {
  object-fit: fill;
  margin-bottom: 10px;
}

.text-block-169 {
  margin-left: 10px;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.text-block-169.recruit {
  font-size: 18px;
  line-height: 24px;
}

.text-block-170 {
  margin-top: 5px;
  padding-left: 10px;
  font-family: Noto Sans JP;
  font-size: 12px;
  line-height: 14px;
}

.text-block-170.text-left.recruit {
  padding: 10px;
}

.div-block-137 {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 70px;
  padding: 5px 10px;
  display: flex;
  box-shadow: 1px 2px 5px #0000001a;
}

.text-block-171 {
  font-family: Noto Sans JP;
  font-size: 14px;
  line-height: 16px;
}

.image-29 {
  flex: 0 auto;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  margin-right: 0;
}

.div-block-138 {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.interview-header {
  text-align: center;
  background-color: #fdf3ea;
}

.div-block-139 {
  background-color: #faf8f4;
}

.text-block-172 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-173 {
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  font-weight: 700;
}

.rich-text-block-5 {
  margin: 20px;
}

.div-block-140 {
  text-align: center;
  background-color: #424242;
  max-height: 360px;
}

.div-block-141 {
  background-color: #faf8f4;
  border: 2px solid #0c0c0c;
  width: 50%;
  max-width: 240px;
  margin-left: 20px;
  position: relative;
  top: -80px;
}

.text-block-174 {
  background-color: #faf8f4;
  border: 0 #a8a8a8;
  padding: 0 10px 10px;
  font-size: 12px;
  line-height: 16px;
}

.image-141 {
  text-align: left;
  max-height: 240px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-175 {
  text-align: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-20 {
  font-family: Noto Sans JP;
}

.image-142 {
  max-height: 360px;
}

.bold-text-16 {
  font-weight: 400;
}

.text-block-176 {
  padding: 10px;
}

.div-block-142 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.image-143 {
  min-width: 100px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.block-quote {
  text-align: justify;
  font-weight: 400;
}

.quick-stack {
  max-width: 800px;
}

.heading-79 {
  text-align: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  line-height: 40px;
}

.bold-text-17 {
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
}

.image-144 {
  border-radius: 20px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-143 {
  margin-top: 40px;
}

.text-block-179 {
  color: var(--dark);
  margin-left: auto;
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 20px;
  }

  .section.increased-padding {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .section.page-title-background-image {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .section.contains-grid {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.bg-primary-2 {
    max-width: 100%;
  }

  .main-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .style-guide-section {
    grid-template-columns: 1fr;
  }

  .small-text.steps {
    margin-left: auto;
    margin-right: auto;
  }

  .small-text.rental-page, .small-text.item-page {
    text-align: center;
  }

  .button.bg-white {
    max-width: 400px;
    display: block;
  }

  .button.bg-white.bef-collection {
    display: none;
  }

  .button.bg-white.after-collection {
    min-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .button.square.inside-inline-sections {
    margin-left: 0;
  }

  .button._3min-introduction-button {
    background-color: #0000;
    border: 2px solid #5db2ac;
    min-width: 80%;
    max-width: 100%;
  }

  .form-input.beside-input.inside-inline-section {
    margin-left: 0;
  }

  .footer-1 {
    padding-bottom: 56px;
  }

  .back-to-top-button {
    display: none;
  }

  .announcement-cross {
    right: 28px;
  }

  .display-heading {
    font-size: 72px;
    line-height: 72px;
  }

  .display-heading.no-bottom-margin {
    letter-spacing: -.01em;
    font-size: 72px;
    line-height: 72px;
  }

  .fine-print-text.blog-category {
    padding-left: 15px;
  }

  .uppercase-text.menu-heading {
    margin-bottom: 14px;
  }

  .quote-text.inline {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .style-guide-rows {
    grid-row-gap: 56px;
  }

  .navbar-grid {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 28px;
    margin-right: 28px;
    display: flex;
  }

  .nav-link {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .dropdown-list-wide {
    display: none;
  }

  .dropdown-list-wide.w--open {
    background-color: var(--shade-2);
    border-radius: 7px;
    padding-top: 21px;
    padding-bottom: 21px;
    position: relative;
    transform: none;
  }

  .dropdown-large-grid {
    grid-template-columns: 1fr;
  }

  .vertical-menus-grid {
    grid-column-gap: 56px;
    font-family: Noto Sans JP;
  }

  .nav-menu {
    border-bottom: 1px solid var(--border);
    background-color: var(--shade-1);
    text-align: center;
    order: 1;
    width: 100%;
    padding: 14px;
    position: absolute;
  }

  .dropdown-wide-bg {
    display: none;
  }

  .container-large.inline-buttons-cta, .container-large.space-between-vertical.quote-container {
    text-align: center;
  }

  .container-large.align-right {
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button {
    margin-top: 0;
    margin-left: 14px;
    padding: 7px;
  }

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

  .menu-button.nav-burger {
    margin-bottom: 10px;
  }

  .menu-button-icon {
    display: block;
  }

  .dropdown-left {
    display: none;
  }

  .brand.navbar-left-brand.w--current {
    margin-bottom: 0;
  }

  .dropdown-icon-links-grid {
    grid-template-columns: 1fr 1fr;
  }

  .icon-link:hover {
    background-color: var(--shade-1);
  }

  .footer-halves-grid {
    grid-template-columns: 1fr;
  }

  .footer-1-bottom-row {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 56px;
  }

  .restricted-content-container {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-1-copyright-text {
    margin-top: 28px;
  }

  .footer-contact-container {
    text-align: center;
  }

  .footer-3-top-row {
    flex-direction: column;
  }

  .horizontal-links {
    margin-bottom: 28px;
    margin-left: 28px;
  }

  .horizontal-links.aligned-right {
    margin-top: 28px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .footer-3-bottom-row {
    flex-direction: column;
  }

  .footer-4-bottom-row {
    text-align: center;
    flex-direction: column;
    margin-top: 56px;
  }

  .footer-right-logo {
    margin-top: 28px;
  }

  .navbar-row {
    margin-left: 28px;
    margin-right: 28px;
  }

  .grid-halves {
    grid-template-columns: 1fr;
  }

  .grid-halves.no-gaps {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    width: 650px;
  }

  .grid-halves.small-gap {
    grid-row-gap: 0px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-halves.reverse-direction {
    direction: ltr;
  }

  .grid-halves.plan-comparison-card {
    max-width: 580px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .grid-halves.team-quotes-grid {
    justify-items: center;
  }

  .grid-halves.tighter-gaps {
    grid-row-gap: 35px;
  }

  .medium-heading.no-bottom-margin {
    text-align: center;
    font-size: 24px;
  }

  .section-title {
    margin-bottom: 70px;
  }

  .section-title.grid-thirds-title {
    max-width: 474px;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-row {
    flex-wrap: wrap;
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .logo-row-image {
    margin: 14px 21px;
  }

  .grid-thirds {
    grid-template-columns: 1fr 1fr;
    width: 700px;
    max-width: 474px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-thirds.avatars-grid {
    text-align: center;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-items: center;
  }

  .grid-thirds.shop-top {
    max-width: 700px;
  }

  .grid-thirds.user-voice-grid {
    grid-template-columns: 1fr;
    width: 700px;
  }

  .avatar-large.contained-case-study-avatar {
    margin: 28px 0;
  }

  .process-step {
    font-size: 18px;
    line-height: 28px;
  }

  .text-section-heading {
    margin-bottom: 35px;
  }

  .bullet-list {
    padding-left: 21px;
    padding-right: 21px;
  }

  .large-heading {
    font-family: Noto Sans JP;
  }

  .section-map {
    height: 474px;
  }

  .grid-larger-left {
    grid-template-columns: 1fr;
  }

  .grid-larger-left.small-gaps {
    grid-row-gap: 0px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .vertical-grid-images {
    padding: 7px;
  }

  .image-pair-grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .illustration-grid-image {
    margin-bottom: 28px;
  }

  .team-grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .faq-grid {
    grid-row-gap: 42px;
    grid-template-columns: 1fr;
  }

  .contact-methods-row {
    grid-template-columns: 1fr;
    max-width: 474px;
  }

  .grid-right-medium {
    grid-template-columns: 1fr;
  }

  .grid-right-medium.small-gap {
    grid-row-gap: 0px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .inline-section-grid-halves {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .grid-right-large {
    grid-template-columns: 1fr;
  }

  .grid-right-large.small-gap {
    grid-row-gap: 0px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-left-medium {
    grid-template-columns: 1fr;
  }

  .grid-left-medium.small-gap {
    grid-row-gap: 0px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-left-medium.reverse-direction {
    direction: ltr;
  }

  .grid-image.portrait {
    max-width: 474px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-section-background-illustration {
    width: 35vw;
    height: 36vw;
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    bottom: 0%;
    right: 0;
  }

  .tick-list-item.narrow {
    align-items: flex-start;
  }

  .border-right-wrapper {
    border-bottom: 1px solid var(--border);
    border-right-style: none;
  }

  .pricing-plan-table-container {
    width: 100%;
    max-width: 792px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-quarters {
    grid-row-gap: 56px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-quarters.four-plans-grid {
    grid-row-gap: 84px;
    width: 100%;
    max-width: 1005px;
  }

  .grid-quarters.below-heading.steps, .metrics-pair {
    grid-template-columns: 1fr 1fr;
  }

  .metrics-pair-left.border-white {
    border-bottom-style: none;
    border-right-style: solid;
  }

  .five-stars-wrapper.above-quote-text {
    margin-bottom: 0;
  }

  .five-stars-wrapper.reduced-margin {
    justify-content: space-between;
    margin-top: 28px;
    margin-bottom: 28px;
    margin-left: 0;
  }

  .five-stars-wrapper.reduced-margin.align-center {
    margin-left: auto;
    margin-right: auto;
  }

  .inline-section-thirds {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .button-pair.below-large-text {
    justify-content: center;
  }

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

  .logo-row-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logo-row-container.reduced-margin {
    margin-top: 56px;
  }

  .hero-section-logo-row {
    flex-wrap: wrap;
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .hero-section-logo-row.inline {
    justify-content: center;
  }

  .hero-section-logo-row-image {
    margin: 14px 21px;
  }

  .hero-section-logo-row-image.last-image-in-row {
    margin-right: 21px;
  }

  .image-splash-image-a, .image-splash-image-b {
    display: none;
  }

  .image-splash-image-c {
    margin-top: 84px;
  }

  .large-quote-container.beside-avatar {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .quote-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .inline-section-quote-wrapper {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .inline-heading {
    text-align: center;
  }

  .icon-hover-card {
    margin-left: auto;
    margin-right: auto;
  }

  .article.rental-page {
    font-family: Noto Sans JP;
    font-weight: 400;
    line-height: 26px;
  }

  .four-blog-articles {
    grid-row-gap: 56px;
    grid-template-columns: 1fr 1fr;
  }

  .four-blog-articles.blog-post {
    grid-template-columns: 1fr 1fr;
  }

  .blog-listing-thumbnail {
    border-radius: 10px;
  }

  .form-horizontal.inside-inline-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog-grid-halves {
    grid-template-columns: 1fr;
  }

  .justified-tab-link {
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-horizontal {
    flex-direction: column;
    align-items: stretch;
  }

  .tabs-vertical-menu {
    border-bottom: 1px solid var(--border);
    border-left-style: none;
    flex-direction: row;
    margin-bottom: 56px;
    display: flex;
  }

  .vertical-tab-link {
    text-align: center;
    border-bottom: 4px solid #0000;
    border-left-style: none;
    flex: 1;
    margin-bottom: -2px;
    padding-top: 0;
    padding-bottom: 7px;
    padding-left: 0;
    left: 0;
  }

  .vertical-tab-link.w--current {
    border-bottom-color: var(--primary-1);
  }

  .accordion-grid {
    grid-template-columns: 2fr;
    justify-items: stretch;
  }

  .contained-case-study {
    text-align: center;
    flex-direction: column;
  }

  .featured-customer-grid {
    grid-template-columns: 1fr;
  }

  .categories-wrapper {
    flex-wrap: wrap;
    align-content: stretch;
    margin-top: 20px;
  }

  .category-item {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .product-grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr;
  }

  .checkout-form {
    grid-template-columns: 1fr;
  }

  .product-cta-grid {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
    width: 700px;
  }

  .product-grid-halves {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .portrait-image-grid {
    grid-template-columns: 1fr;
  }

  .legal-header {
    margin-bottom: 56px;
    padding-bottom: 35px;
  }

  .section-navigator-grid {
    grid-template-columns: 1fr;
  }

  .section-buttons-wrapper {
    justify-content: center;
  }

  .section-demo-buttons-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .components-demo-grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 28px;
  }

  .cta-bar {
    text-align: center;
    flex-direction: column;
  }

  .cta-bar-text {
    margin: 14px 0;
  }

  .screenshot-image {
    max-width: 70%;
  }

  .post-author-detail {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-product {
    width: 400px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-width-medium {
    width: 100%;
  }

  .grid-13 {
    grid-template-columns: 1fr 1fr;
    width: 350px;
    height: 160px;
  }

  .heading-6.text-grey.top-teacher-name {
    max-width: 100%;
    font-size: 15px;
    font-weight: 700;
  }

  .media-coverage-mobile {
    clear: left;
    max-width: 100%;
    display: block;
    position: static;
  }

  .media-coverage-mobile.media-coverage-tablet {
    clear: right;
    max-width: 100%;
    margin-top: 40px;
    position: static;
    inset: 0% 0% 0% auto;
  }

  .media-coverage-mobile.media-coverage-tablet.piano-page {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .tablet {
    width: 80%;
    max-width: 60%;
  }

  .image-6 {
    width: 300px;
    height: 201px;
  }

  .top-merit-text-block.text-grey {
    font-size: 70%;
  }

  .grid-10 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .container-5.main-container.top-teacher-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-15.teacher-home-thumb {
    width: 160px;
    height: 160px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-grey.read-story {
    margin-top: auto;
    margin-left: auto;
    position: relative;
    bottom: 0;
    right: 5px;
  }

  .text-block-17 {
    color: #5db2ac;
  }

  .bottomcta.showonlysp {
    display: none;
  }

  .image-21 {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-24 {
    width: 280px;
    height: 190.5px;
    display: inline-block;
  }

  .image-26 {
    display: none;
  }

  .image-30, .link-block-7 {
    max-width: 90%;
  }

  .text-block-27 {
    display: inline-block;
  }

  .author-page-blog-title {
    text-align: left;
  }

  .textblo {
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .image-47 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-48 {
    width: 300px;
    height: 204px;
  }

  .image-49 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-66 {
    text-align: center;
  }

  .image-69 {
    width: 156px;
    height: 45px;
  }

  .image-74 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-83 {
    color: #fff;
    font-family: Noto Sans JP;
  }

  .text-block-84 {
    color: #fff;
  }

  .slider {
    width: 700px;
    height: 337px;
  }

  .div-block-32 {
    width: 700px;
  }

  .grid-17 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 500px;
  }

  .div-block-35.lineup-others {
    height: 520px;
  }

  .div-block-35.top-blog-div {
    width: 300px;
  }

  .image-78 {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-18 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: 700px;
    display: none;
  }

  .grid-18.more-artist-grid, .grid-18.mobile-teachers {
    display: block;
  }

  .grid-19 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 700px;
  }

  .grid-19.lineup-others {
    grid-row-gap: 57px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .image-80 {
    margin-top: 40px;
  }

  .grid-21 {
    width: 700px;
  }

  .grid-22 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 600px;
  }

  .image-85 {
    width: 392px;
    height: 262px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-85.category-page.image-sq {
    width: 400px;
    height: 400px;
  }

  .paragraph-22 {
    width: 300px;
    padding-left: 10px;
  }

  .paragraph-23.top-exp1 {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-23 {
    width: 700px;
  }

  .div-block-43.price-reason {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-98.margin-top {
    display: block;
  }

  .image-88 {
    width: 350px;
    height: 254px;
  }

  .image-89 {
    width: 350px;
    height: 305px;
  }

  .grid-24 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-47.partner-award {
    height: 230px;
  }

  .image-94 {
    height: 45px;
  }

  .image-94.mail-img {
    height: 35px;
  }

  .div-block-58 {
    width: 380px;
    height: 65px;
    padding: 10px;
  }

  .div-block-58.expand-artists {
    width: 300px;
  }

  .grid-25 {
    grid-template-columns: 1fr 1fr;
    width: 700px;
  }

  .image-103.faq-question {
    width: 45px;
    height: 40px;
  }

  .heading-59 {
    width: 600px;
  }

  .div-block-69.violin {
    color: #3c1801;
    -webkit-text-fill-color: inherit;
    background-color: #3c1801;
    background-clip: padding-box;
  }

  .div-block-70.spotify-pconly {
    display: none;
  }

  .div-block-71 {
    height: 700px;
  }

  .div-block-72 {
    top: 15%;
  }

  .heading-60 {
    width: 600px;
    margin-left: 60px;
    padding-left: 0;
    font-size: 32px;
  }

  .heading-60.piano-teacher-intro {
    font-size: 32px;
  }

  .image-106 {
    right: 10%;
  }

  .grid-27 {
    grid-template-columns: 1.5fr;
  }

  .grid-30 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-75.violin {
    background-image: url('../images/Frame-40-5-min_1.avif');
  }

  .div-block-83 {
    width: 500px;
    height: 281.3px;
  }

  .text-span-42 {
    display: inline-block;
  }

  .div-block-84 {
    background-image: url('../images/Frame-37-3-min_1.avif');
    display: block;
  }

  .div-block-84.show-on-tablet {
    display: block;
  }

  .text-block-117.margin-bottom.text-left, .text-block-117.text-small.invite-description {
    text-align: left;
  }

  .div-block-87 {
    width: 600px;
  }

  .div-block-89 {
    margin-top: 60px;
  }

  .text-block-121 {
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-90, .div-block-91 {
    text-align: left;
  }

  .image-117 {
    width: 400px;
    height: 362px;
  }

  .text-block-125 {
    width: 350px;
  }

  .dropdown-list-wide-2 {
    display: none;
  }

  .dropdown-list-wide-2.w--open {
    background-color: #e6e2db;
    border-radius: 7px;
    padding-top: 21px;
    padding-bottom: 21px;
    position: relative;
    transform: none;
  }

  .dropdown-wide-bg-2 {
    display: none;
  }

  .icon-link-2:hover {
    background-color: #faf8f4;
  }

  .button-2.bg-white {
    max-width: 400px;
    display: block;
  }

  .button-2.bg-white.bef-collection {
    display: none;
  }

  .button-2.bg-white.after-collection {
    min-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .button-2._3min-introduction-button {
    background-color: #0000;
    border: 2px solid #5db2ac;
    min-width: 80%;
    max-width: 100%;
  }

  .nav-link-2 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .nav-menu-2 {
    text-align: center;
    background-color: #faf8f4;
    border-bottom: 1px solid #0000001a;
    order: 1;
    width: 100%;
    padding: 14px;
    position: absolute;
  }

  .icon-hover-card-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-75 {
    width: 600px;
    margin-left: 60px;
    padding-left: 0;
    font-size: 32px;
  }

  .heading-75.piano-teacher-intro {
    font-size: 32px;
  }

  .heading-76 {
    margin-left: 20px;
    font-size: 82px;
    line-height: 90px;
  }

  .heading-76.heading-77 {
    margin-top: 140px;
  }

  .collection-item-4 {
    width: 100%;
  }

  .div-block-103 {
    left: 13%;
  }

  .div-block-103.experience-page {
    left: 25%;
  }

  .div-block-107.margin-top, .div-block-108.margin-top {
    margin-top: 40px;
  }

  .section-33 {
    margin-top: 0;
  }

  .grid-37 {
    grid-template-columns: 100%;
  }

  .img-gallery-main-slide {
    overflow: hidden;
  }

  .img-gallery-subs {
    height: 170px;
  }

  .c-main-img-overlay-lightbox {
    display: none;
  }

  .img-gallery-main {
    height: 370px;
  }

  .c-img-gallery-main-icon {
    z-index: 10;
    background-color: #131313e6;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-right: 5px;
    padding: 5px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .img-gallery-main-icon {
    width: 20px;
  }

  .div-block-115 {
    width: 500px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-2 {
    width: 500px;
    height: 500px;
  }

  .div-block-123 {
    height: 400px;
  }

  .link-block-36 {
    width: 100%;
  }

  .container-18 {
    max-width: 500px;
  }

  .image-131 {
    position: relative;
  }

  .text-span-70 {
    display: inline-block;
  }

  .nav-menu-3 {
    text-align: center;
    background-color: #faf8f4;
    border-bottom: 1px solid #0000001a;
    order: 1;
    width: 100%;
    padding: 14px;
    position: absolute;
  }

  .nav-link-3 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .text-block-177 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }

  h1 {
    margin-bottom: 21px;
    font-size: 32px;
    line-height: 42px;
  }

  h2 {
    font-size: 32px;
    line-height: 42px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.increased-padding {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .section.categories-section {
    padding-top: 20px;
  }

  .large-text.team-quote-text {
    margin-bottom: 28px;
  }

  .button.bg-primary-2.beside-input {
    margin-left: 0;
  }

  .button.bordered-dark.small {
    padding: 5px 20px;
  }

  .button.square.beside-input {
    margin-left: 0;
  }

  .button.adjacent-to-button {
    margin-top: 21px;
    margin-left: 0;
  }

  .style-guide-form-inputs {
    grid-template-columns: 1fr 1fr;
  }

  .form-input.beside-input {
    margin-top: 0;
    margin-left: 0;
  }

  .announcement-cross {
    right: 14px;
  }

  .search-modal-container {
    padding-top: 35px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .display-heading {
    font-size: 54px;
    line-height: 60px;
  }

  .display-heading.no-bottom-margin {
    letter-spacing: 0;
    font-size: 54px;
    line-height: 60px;
  }

  .style-guide-badges {
    grid-template-columns: 1fr 1fr;
  }

  .navbar-grid {
    margin-left: 14px;
    margin-right: 14px;
  }

  .container-small.image-overlap-pair-a {
    margin-left: auto;
    margin-right: auto;
  }

  .vertical-menus-grid {
    grid-column-gap: 28px;
  }

  .nav-menu {
    height: 80vh;
    position: absolute;
    inset: 84px 0% auto;
    overflow: scroll;
  }

  .container-large {
    max-width: 100%;
  }

  .dropdown-icon-links-grid {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .icon-link {
    flex-direction: row;
    padding: 21px;
  }

  .icon-link-image {
    min-height: 28px;
    margin-bottom: 0;
    margin-right: 14px;
  }

  .horizontal-links {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -7px;
  }

  .horizontal-link {
    margin-right: 21px;
  }

  .horizontal-link.text-white {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .navbar-row {
    margin-left: 14px;
    margin-right: 14px;
  }

  .search-modal-heading, .popular-links-container {
    display: none;
  }

  .grid-halves {
    grid-row-gap: 70px;
  }

  .grid-halves.no-gaps {
    grid-template-columns: 1fr;
    width: 400px;
  }

  .grid-halves.section.plan-with-list {
    text-align: center;
  }

  .medium-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .section-title {
    margin-bottom: 56px;
  }

  .logo-row.below-text {
    margin-top: 28px;
  }

  .metric-pair {
    margin-top: 28px;
    margin-bottom: 28px;
    padding-top: 28px;
  }

  .metric-pair-border {
    margin-left: 28px;
    margin-right: 28px;
  }

  .avatar-large {
    max-height: 168px;
  }

  .process-step {
    padding: 21px;
  }

  .text-section-heading {
    margin-bottom: 28px;
  }

  .large-heading {
    margin-bottom: 21px;
    font-size: 24px;
    line-height: 42px;
  }

  .image-collage-top-row {
    max-width: none;
  }

  .image-collage-pair-b {
    right: -28px;
  }

  .section-map {
    height: 368px;
  }

  .inline-cta.below-list {
    margin-top: 35px;
  }

  .photo-row-landscape, .photo-row-portrait, .photo-row-larger-square {
    margin-left: 7px;
    margin-right: 7px;
  }

  .grid-larger-left {
    grid-row-gap: 70px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-member {
    flex-direction: row;
    align-items: center;
  }

  .team-member-image {
    width: 40%;
    margin-bottom: 0;
    margin-right: 28px;
  }

  .grid-right-medium {
    grid-row-gap: 70px;
  }

  .inline-section-grid-halves {
    grid-row-gap: 35px;
    padding: 70px 35px;
  }

  .grid-right-large, .grid-left-medium {
    grid-row-gap: 70px;
  }

  .dual-button-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .image-collage-image-a, .image-collage-image-b {
    width: 25vw;
  }

  .grid-image.portrait {
    max-width: 100%;
  }

  .full-width {
    width: 100%;
  }

  .photo-row-larger-landscape, .photo-row-larger-portrait {
    margin-left: 7px;
    margin-right: 7px;
  }

  .metrics-pair {
    grid-row-gap: 70px;
  }

  .metrics-pair-left {
    border-bottom-style: none;
    border-right-style: solid;
  }

  .five-stars-wrapper.reduced-margin {
    margin-left: auto;
    margin-right: auto;
  }

  .inline-section-thirds {
    grid-row-gap: 35px;
    padding: 70px 35px;
  }

  .button-pair.below-large-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-pair.below-large-text.centered {
    align-items: center;
  }

  .hero-section-logo-row-image {
    margin-left: 28px;
    margin-right: 28px;
  }

  .hero-section-logo-row-image.last-image-in-row {
    margin-right: 28px;
  }

  .large-quote-container.beside-avatar {
    text-align: center;
    align-items: center;
  }

  .inline-section-quote-wrapper {
    grid-row-gap: 35px;
    padding: 70px 35px;
  }

  .avatar-beside-quote {
    grid-template-columns: 5fr;
    justify-items: center;
  }

  .team-quote-beside-image {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .medium-round-corners-avatar.beside-quote {
    flex: none;
    margin-bottom: 28px;
    margin-right: 0;
  }

  .icon-list-item {
    align-items: flex-start;
  }

  .icon-list-item.large-icon-list-item {
    align-items: center;
  }

  .form-horizontal {
    grid-column-gap: 16px;
    grid-row-gap: 14px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .inline-section-form {
    padding: 70px;
  }

  .form-card-title.increased-margin {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .blog-grid-halves {
    grid-row-gap: 28px;
  }

  .justified-tab-links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 56px;
    display: grid;
  }

  .categories-wrapper {
    flex-flow: wrap;
    justify-content: flex-start;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .categories-heading {
    margin-bottom: 14px;
    display: none;
  }

  .categories-list {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -7px;
  }

  .category-item {
    margin: 7px;
  }

  .product-grid-heading {
    margin-top: 21px;
  }

  .form-row-thirds {
    grid-template-columns: 1fr;
  }

  .product-cta-grid {
    width: 400px;
  }

  .product-grid-halves {
    grid-template-columns: 1fr;
  }

  .modal-image {
    display: none;
  }

  .modal-dismiss-cross {
    top: 14px;
    right: 14px;
  }

  .demos-grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .slider-product {
    width: 510px;
    height: 510px;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-image {
    max-width: 60%;
  }

  .grid-13 {
    height: 240px;
  }

  .heading-6.text-grey.top-teacher-name {
    font-size: 15px;
  }

  .media-coverage-mobile {
    margin-top: 40px;
    display: block;
  }

  .image-6 {
    width: 300px;
    height: 200px;
  }

  .top-merit-text-block.text-grey {
    font-size: 14px;
  }

  .container-5 {
    margin-top: 20px;
  }

  .heading-9 {
    margin-bottom: 0;
    font-size: 20px;
    display: inline-block;
  }

  .prd-thumb-sm {
    width: 200px;
    height: 200px;
  }

  .bottomcta.showonlysp {
    display: none;
  }

  .paragraph-2, .paragraph-7 {
    max-width: 80%;
  }

  .image-23 {
    display: block;
  }

  .image-24, .image-24.rental-mobile, .image-25 {
    display: none;
  }

  .image-26 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .image-28 {
    display: none;
  }

  .image-30 {
    max-width: 95%;
  }

  .collection-list-wrapper-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-31 {
    display: none;
  }

  .link-block-7, .image-32, .image-33, .image-34, .image-35, .image-36, .image-37 {
    max-width: 100%;
  }

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

  .div-block-32, .image-79, .grid-18.more-artist-grid, .grid-18.mobile-teachers {
    width: 568px;
  }

  .grid-19 {
    grid-template-columns: 1fr;
    width: 400px;
  }

  .grid-19.lineup-others {
    grid-template-columns: 1fr;
    width: 568px;
  }

  .grid-21 {
    grid-template-columns: 1fr;
    width: 300px;
  }

  .grid-22 {
    width: 400px;
  }

  .grid-23 {
    grid-template-columns: 1fr;
    width: 400px;
  }

  .price-reason-text {
    width: 350px;
  }

  .image-89 {
    width: 200px;
    height: 200px;
  }

  .grid-24 {
    grid-template-columns: 1fr 1fr;
  }

  .link-block-25 {
    width: 568px;
  }

  .grid-25 {
    grid-template-columns: 1fr;
    width: 400px;
  }

  .div-block-84 {
    background-position: 50%;
  }

  .heading-68 {
    font-size: 28px;
    line-height: 36px;
  }

  .text-block-117.text-small.invite-description {
    text-align: left;
  }

  .icon-link-2 {
    flex-direction: row;
    padding: 21px;
  }

  .button-2.square.beside-input {
    margin-left: 0;
  }

  .nav-menu-2 {
    height: 80vh;
    position: absolute;
    inset: 84px 0% auto;
    overflow: scroll;
  }

  .search-modal-container-2 {
    padding-top: 35px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .heading-72 {
    margin-bottom: 0;
    font-size: 20px;
    display: inline-block;
  }

  .heading-76 {
    font-size: 64px;
    line-height: 70px;
  }

  .heading-76.heading-77 {
    margin-top: 130px;
  }

  .img-gallery-main {
    height: 270px;
  }

  .img-gallery-main-arrow {
    display: block;
  }

  .img-gallery-main-arrow.right {
    background-color: #13131380;
    width: 50%;
    height: 35px;
    font-size: 1em;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .img-gallery-main-arrow.left {
    background-color: #13131380;
    width: 50%;
    height: 35px;
    font-size: 1em;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .c-img-gallery-main-icon {
    opacity: .75;
  }

  .c-img-gallery-sub {
    display: none;
  }

  .img-gallery-main-icon {
    width: 15px;
  }

  .container-11, .container-12, .container-13, .container-14, .container-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-126.event-banner-lg {
    width: 90%;
  }

  .nav-menu-3 {
    height: 80vh;
    position: absolute;
    inset: 84px 0% auto;
    overflow: scroll;
  }

  .grid-43 {
    grid-column-gap: 34px;
  }

  .image-7, .image-134 {
    max-width: 300px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-132.map-pc {
    display: none;
  }

  .div-block-132.map-mobile {
    display: block;
  }

  .rich-text-block-6 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-79 {
    min-width: 80%;
    max-width: none;
  }

  .cell {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
  }

  h4 {
    font-size: 18px;
    line-height: 22px;
  }

  h5 {
    font-size: 18px;
    line-height: 28px;
  }

  .loading-container {
    display: none;
  }

  .load-first {
    margin-bottom: 0;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .section.bg-shade-1 {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section.bg-shade-1.blog-post-section {
    padding-top: 0;
  }

  .section.reduced-top-padding {
    padding-top: 40px;
  }

  .section.load-first {
    margin-bottom: 20px;
    padding-bottom: 0;
    display: none;
  }

  .section.bg-primary-2 {
    background-color: #e6b735;
  }

  .main-container {
    text-align: center;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 26px;
  }

  .main-container.justify-content-center {
    margin-bottom: 0;
  }

  .main-container.vimeo-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-container.steps {
    margin-top: 20px;
  }

  .main-container.item-page {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-container.fukui-campaign {
    padding-top: 20px;
  }

  .main-container.margin-top {
    margin-top: 20px;
  }

  .main-container.blog-post-container {
    padding-top: 0;
  }

  .style-guide-section {
    grid-row-gap: 56px;
  }

  .style-guide-colors {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-columns: 1fr 1fr;
  }

  .large-text {
    font-size: 14px;
    line-height: 28px;
  }

  .large-text.blog-post-author-link {
    padding-left: 0;
  }

  .small-text {
    text-align: center;
    font-family: Noto Sans JP;
    font-size: 14px;
    font-weight: 400;
  }

  .small-text.steps {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .small-text.rental-page, .small-text.item-page {
    text-align: center;
  }

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

  .no-bottom-margin.campaign {
    font-size: 22px;
    line-height: 36px;
  }

  .style-guide-buttons {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .button.small.navbar-button {
    display: none;
  }

  .button.small.beside-text {
    width: 100%;
    margin-top: 21px;
    margin-left: 0;
  }

  .button.small.below-list {
    margin-top: 35px;
  }

  .button.bg-primary-2.beside-input {
    margin-left: 0;
  }

  .button.bg-white {
    min-width: 100%;
    max-width: 100%;
    display: none;
  }

  .button.bg-white.after-collection {
    display: block;
  }

  .button.bordered-dark.small {
    min-width: 100px;
    padding: 5px 10px;
  }

  .button.square.beside-input {
    margin-left: 0;
  }

  .button.wide-select-plan-button.bordered-dark.small-blue {
    width: 180px;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .button.top-1st-cta-button {
    width: 100%;
  }

  .button.top-1st-cta-button.ga-event {
    width: 300px;
  }

  .button._3min-introduction-button {
    padding: 10px;
  }

  .navbar {
    background-color: #0000;
  }

  .style-guide-form-inputs {
    grid-template-columns: 1fr;
  }

  .form-input.small, .form-grid-vertical {
    width: 100%;
  }

  .selectable-field, .selectable-field.align-top-on-mobile {
    align-items: flex-start;
  }

  .footer-1 {
    text-align: center;
  }

  .announcement-contents {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .trigger-search-modal {
    display: none;
  }

  .search-modal {
    text-align: center;
  }

  .search-modal-container {
    text-align: center;
    padding: 21px;
  }

  .display-heading, .display-heading.no-bottom-margin {
    font-size: 40px;
    line-height: 48px;
  }

  .style-guide-form-rows {
    grid-row-gap: 35px;
  }

  .fine-print-text {
    flex: 0 auto;
  }

  .fine-print-text.quantity {
    justify-content: center;
  }

  .fine-print-text.blog-category {
    padding-left: 15px;
  }

  .uppercase-text.text-center {
    font-size: 14px;
    line-height: 26px;
  }

  .style-guide-rows {
    grid-row-gap: 28px;
  }

  .media-play-wrapper.above-heading {
    margin-bottom: 28px;
  }

  .style-guide-badges {
    grid-template-columns: 1fr;
  }

  .badge.featured-pricing-card-badge.bg-primary-2 {
    background-color: #5db2ac;
  }

  .badge.beside-badge.bg-shade-2 {
    margin-top: 14px;
    margin-left: 0;
  }

  .nav-link {
    display: block;
  }

  .nav-link.nav-text-block {
    text-align: center;
  }

  .dropdown-list-wide {
    display: none;
  }

  .container-small.align-center.icon-card-container {
    padding-left: 0;
  }

  .container-small.align-center.shop-top, .container-small.align-center.top-steps {
    padding-right: 20px;
  }

  .container-small.image-overlap-pair-a {
    width: 90%;
    margin-top: 21px;
  }

  .container-small.senior-child {
    display: block;
  }

  .container-small.rental {
    padding-left: 0;
  }

  .vertical-menus-grid {
    grid-row-gap: 21px;
    grid-template-columns: 1fr;
  }

  .vertical-menus-grid.no-mobile-gaps {
    grid-row-gap: 0px;
  }

  .menu-grid-vertical {
    grid-template-rows: auto;
    grid-auto-flow: row;
    justify-content: stretch;
    align-items: stretch;
    margin-bottom: 7px;
  }

  .vertical-menu-link {
    display: block;
  }

  .nav-menu {
    font-family: Noto Sans JP;
  }

  .dropdown-wide-bg {
    display: none;
  }

  .container-large {
    max-width: 100%;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-large.top-cta-container {
    display: none;
  }

  .container-large.top-cta-container.sp-middle {
    margin-top: 10px;
  }

  .container-large.item-page {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button.nav-burger, .brand.navbar-left-brand.study-logo {
    margin-bottom: 0;
  }

  .dropdown-icon-links-grid {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .icon-link {
    padding: 14px;
  }

  .icon-link-image {
    background-image: none;
  }

  .footer-halves-grid {
    text-align: center;
    justify-items: center;
  }

  .footer-1-bottom-row {
    align-items: center;
  }

  .footer-2 {
    text-align: center;
  }

  .footer-4 {
    text-align: center;
    padding-top: 40px;
  }

  .horizontal-form {
    flex-direction: column;
  }

  .navbar-row {
    min-height: 48px;
  }

  .popular-links-container, .popular-links-heading {
    text-align: center;
  }

  .grid-halves {
    grid-row-gap: 24px;
    width: 300px;
  }

  .grid-halves.no-gaps {
    grid-template-columns: 1fr;
    width: 300px;
  }

  .grid-halves.pricing-pair {
    margin-top: 10px;
  }

  .grid-halves.product-grid-halves.item-page {
    width: 330px;
  }

  .medium-heading {
    font-size: 28px;
    line-height: 38px;
  }

  .medium-heading.no-bottom-margin {
    font-size: 22px;
  }

  .medium-heading.reduced-bottom-margin.research {
    font-size: 16px;
    line-height: 20px;
  }

  .justify-content-center.text-left {
    display: block;
  }

  .section-title.reduced-margin {
    margin-bottom: 35px;
  }

  .section-title.grid-thirds-title {
    margin-bottom: 10px;
  }

  .logo-row-image {
    border-radius: 0;
  }

  .metric-pair {
    grid-column-gap: 16px;
    grid-row-gap: 28px;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .metric-pair-border {
    width: 100%;
    display: none;
  }

  .grid-thirds {
    grid-template-columns: 1fr;
    width: 300px;
  }

  .grid-thirds.avatars-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-thirds.user-voice-grid {
    width: 300px;
  }

  .avatar-large.grid-thirds-image {
    width: 150px;
    height: 150px;
  }

  .inline-logo-row-container {
    margin-top: 35px;
  }

  .bullet-list-grid-wrapper {
    grid-row-gap: 7px;
    grid-template-columns: 1fr;
    margin-top: 28px;
    padding-top: 28px;
  }

  .large-heading {
    margin-top: 10px;
    margin-bottom: 0;
    font-family: Noto Sans JP;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
  }

  .large-heading.price, .large-heading.price-vertical {
    margin-bottom: 14px;
    margin-right: 0;
  }

  .text-primary-1 {
    line-height: 46px;
    display: inline-block;
  }

  .text-primary-1.rental {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .horizontal-list-item {
    grid-row-gap: 7px;
    grid-template-columns: 1fr;
  }

  .image-collage-top-row {
    justify-content: center;
    width: 100%;
  }

  .image-collage-pair-b {
    max-height: 112px;
    right: -21px;
  }

  .image-collage-pair-a {
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .process-number {
    font-size: 16px;
    line-height: 24px;
  }

  .card-body {
    padding: 28px 21px;
  }

  .card-body.custom {
    height: 300px;
    padding-left: 30px;
  }

  .contact-methods-grid {
    grid-template-columns: 1fr;
  }

  .section-map {
    height: 280px;
  }

  .inline-cta {
    flex-direction: column;
    padding: 21px;
  }

  .inline-cta.below-list {
    margin-top: 28px;
  }

  .hide-on-pc {
    margin-top: 40px;
    display: none;
  }

  .grid-larger-left {
    grid-row-gap: 56px;
  }

  .vertical-grid-image.restricted-height {
    height: 100%;
  }

  .image-pair-grid {
    grid-template-columns: 1fr;
  }

  .image-quadrant-grid {
    height: 130px;
  }

  .illustration-grid-text {
    margin-bottom: 21px;
  }

  .team-member {
    flex-direction: column;
    align-items: flex-start;
  }

  .team-member-image {
    width: auto;
    margin-bottom: 21px;
    margin-right: 0;
  }

  .contact-methods-row {
    padding: 35px 21px;
  }

  .grid-right-medium {
    grid-row-gap: 56px;
  }

  .price-with-terms {
    text-align: center;
    flex-direction: column;
  }

  .grid-right-large, .grid-left-medium {
    grid-row-gap: 56px;
  }

  .image-collage-image-a, .image-collage-image-b {
    width: 25vw;
  }

  .title-section-background-illustration {
    width: 51vw;
    height: 61vw;
    inset: auto 0% -3%;
  }

  .horizontal-divider.increased-margins.senior {
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
  }

  .price-with-button {
    text-align: center;
    flex-direction: column;
  }

  .button-next-to-price {
    padding-left: 0;
  }

  .tick-list-item {
    align-items: flex-start;
  }

  .tick-list-tick {
    width: 21px;
    height: 21px;
  }

  .pricing-card {
    padding: 28px;
  }

  .pricing-card.text-left {
    padding: 10px 40px;
  }

  .price-with-terms-vertical {
    text-align: center;
    flex-direction: column;
  }

  .plan-comparison-wrapper {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .space-between-vertical.pricing-plan-with-table {
    text-align: center;
    align-items: center;
  }

  .pricing-plan-features-table-item {
    grid-column-gap: 14px;
  }

  .grid-quarters {
    grid-template-columns: 1fr;
  }

  .grid-quarters.four-plans-grid {
    grid-row-gap: 84px;
    grid-template-columns: 1fr;
  }

  .grid-quarters.below-heading {
    grid-template-columns: 1fr;
  }

  .grid-quarters.below-heading.steps {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .grid-quarters.below-heading.steps.study {
    grid-template-columns: 1fr;
  }

  .small-logos-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .metric-pair-right {
    padding-left: 21px;
  }

  .metrics-pair {
    grid-row-gap: 56px;
  }

  .metrics-pair-left, .metrics-pair-left.border-white {
    padding-right: 21px;
  }

  .five-stars-wrapper.align-center.inline {
    width: 110px;
    margin-bottom: 10px;
  }

  .small-square-image-wrapper.image-overlap-pair-b {
    width: 133px;
  }

  .inline-heading {
    text-align: center;
    width: 270px;
    font-size: 18px;
    line-height: 26px;
  }

  .icon-list-item.large-icon-list-item {
    flex-direction: column;
    align-items: center;
  }

  .icon-list-icon.icon-circle-wrapper {
    margin-bottom: 28px;
    margin-right: 0;
  }

  .large-icon-list-item-text {
    text-align: center;
  }

  .icon-hover-card {
    width: 300px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }

  .icon-hover-card:hover {
    transform: scale(1.05);
  }

  .large-icon {
    width: 150px;
    height: 150px;
  }

  .article.rental-page {
    font-family: Noto Sans JP;
    font-weight: 400;
    line-height: 26px;
  }

  .blog-post-header-date {
    margin-left: 0;
    display: inline-block;
  }

  .blog-post-heading {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
  }

  .blog-post-main-image {
    width: 100%;
    height: auto;
  }

  .collection-list-wrapper.text-left {
    text-align: left;
  }

  .four-blog-articles {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .four-blog-articles.blog-post {
    grid-template-columns: 1fr;
  }

  .blog-listing-thumbnail {
    width: 335px;
    height: 199px;
  }

  .form-horizontal {
    flex-direction: column;
  }

  .inline-section-form {
    padding: 28px;
  }

  .contact-details {
    margin-top: 35px;
  }

  .form-card-body {
    padding: 21px;
  }

  .video-wrapper-image {
    opacity: 1;
  }

  .video-wrapper-content {
    margin-top: 28px;
    position: relative;
  }

  .blog-list-vertical {
    grid-row-gap: 21px;
  }

  .boxed-link {
    width: 300px;
  }

  .blog-grid-halves {
    grid-row-gap: 35px;
  }

  .blog-grid-halves.increased-margin.blog-list-on-top {
    margin-top: 40px;
  }

  .horizontal-blog-item {
    grid-row-gap: 21px;
    grid-template-columns: 1fr;
  }

  .accordion-item {
    background-color: var(--shade-1);
    border-radius: 10px;
  }

  .accordion-heading {
    text-align: left;
    line-height: 26px;
  }

  .accordion-text {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
  }

  .justified-tab-links {
    grid-template-columns: 1fr;
  }

  .tabs-vertical-menu {
    border-bottom-style: none;
    flex-direction: column;
  }

  .vertical-tab-link {
    border-bottom-style: none;
    border-left-style: none;
    border-radius: 7px;
    margin-bottom: 0;
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .vertical-tab-link.w--current {
    background-color: var(--primary-1);
    margin-bottom: 0;
  }

  .tabs-horizontal-menu {
    text-align: center;
    border-bottom-style: none;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 56px;
  }

  .horizontal-tab-link {
    text-align: center;
    border-bottom-style: none;
    border-radius: 7px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    transition: background-color .2s, border-color .2s;
  }

  .horizontal-tab-link.w--current {
    background-color: var(--primary-1);
  }

  .contained-case-study {
    padding: 56px 35px;
  }

  .career-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .categories-wrapper {
    flex-flow: wrap;
    place-content: stretch center;
    max-width: 100%;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .categories-wrapper.shop-top {
    width: 300px;
  }

  .categories-list {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .product-grid-heading.product-title-link.shop-top {
    margin-top: 10px;
  }

  .product-grid-heading.product-on-home {
    font-size: 15px;
  }

  .product-thumbnail-link {
    text-align: center;
  }

  .product-thumbnail-link.item-page {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-thumbnail-hover-image {
    width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-description {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-heading.item-page {
    font-size: 20px;
    line-height: 32px;
  }

  .product-description-text.item-page {
    line-height: 26px;
  }

  .product-details {
    flex-direction: column;
    display: flex;
  }

  .cart-item-details {
    text-align: center;
  }

  .order-item {
    text-align: center;
    flex-direction: column;
  }

  .product-cta-grid {
    width: 300px;
  }

  .product-grid-halves {
    grid-row-gap: 33px;
    grid-template-columns: 1fr;
  }

  .changelog-row {
    grid-row-gap: 14px;
    grid-template-columns: 2fr;
  }

  .typeface-demo-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .illustrations-grid {
    grid-template-columns: 1fr 1fr;
  }

  .components-demo-grid {
    grid-template-columns: 1fr;
  }

  .demos-grid {
    grid-row-gap: 21px;
    grid-template-columns: 1fr;
  }

  .screenshot-wrapper {
    margin-bottom: 14px;
  }

  .footer-fine-print {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 26px;
    display: block;
  }

  .post-author-detail {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .avatar.avatar-large {
    margin-left: auto;
    display: inline-block;
  }

  .mini-badge.bg-black {
    margin-left: 15px;
    display: inline-block;
  }

  .slider-product {
    width: 86vw;
    height: 86vw;
  }

  .product-cv-link.item-page {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2 {
    margin-bottom: 0;
  }

  .heading-2.price-plan-name {
    color: #5db2ac;
  }

  .heading-3 {
    margin-bottom: 0;
  }

  .heading-3.price-plan-name {
    color: var(--light-sea-green);
  }

  .horizontal-list {
    background-color: #efe5e8;
  }

  .hero {
    padding-bottom: 0;
  }

  .hero-image-mask {
    margin-bottom: 20px;
  }

  .hide-on-pc {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    display: grid;
  }

  .grid-13 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    width: 280px;
    height: 310px;
  }

  .grid-13.hide-on-pc {
    height: auto;
  }

  .grid-13.hide-on-pc.mobile-1st-case-study {
    margin-top: 40px;
  }

  .grid-13.hide-on-pc.mobile-1st-case-study.large-case {
    height: auto;
  }

  .heading-6 {
    margin-bottom: 0;
  }

  .heading-6.text-grey {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
  }

  .heading-6.text-grey.top-teacher-name {
    text-align: center;
    white-space: nowrap;
    padding-top: 5px;
    font-size: 20px;
    display: block;
  }

  .media-coverage-mobile {
    margin-top: 40px;
    display: block;
  }

  .media-coverage-mobile.media-coverage-tablet.piano-page {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tablet {
    max-width: 80%;
  }

  .image-6 {
    width: 300px;
    height: 201px;
  }

  .top-merit-text-block.text-grey {
    clear: none;
    text-align: left;
    margin: auto;
    padding-left: 10px;
    font-size: 80%;
    display: block;
  }

  .grid-10 {
    margin-top: 20px;
  }

  .heading-9 {
    color: var(--dark);
    text-align: center;
    font-size: 17px;
    line-height: 26px;
    display: block;
  }

  .heading-9.first-sound {
    text-align: center;
    display: block;
  }

  .heading-10 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
  }

  .heading-10.pricing-card-explain {
    text-align: center;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .heading-10.top-artists {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
  }

  .heading-10.top-artists.category-list-top {
    margin-top: 10px;
  }

  .heading-13 {
    color: #888;
    font-weight: 400;
  }

  .image-13 {
    text-align: left;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-15 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-15.teacher-home-thumb {
    border-radius: 100px;
    width: 140px;
    height: 140px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .prd-thumb-sm {
    width: 150px;
    height: 150px;
    display: inline-block;
  }

  .text-block-17 {
    font-size: 15px;
    display: inline-block;
  }

  .bottomcta {
    position: sticky;
    bottom: 0;
  }

  .bottomcta.showonlysp {
    display: block;
  }

  .container-6 {
    border: 2px solid var(--primary-1);
    text-align: center;
    background-color: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 55px;
    padding: 10px;
    display: block;
  }

  .paragraph {
    display: none;
  }

  .heading-16 {
    color: #5db2ac;
    font-size: 110%;
  }

  .text-block-18 {
    color: #5db2ac;
  }

  .heading-17 {
    padding-left: 0;
  }

  .text-block-19, .text-block-20 {
    font-size: 12px;
    font-weight: 400;
  }

  .paragraph-2 {
    max-width: 100%;
    font-size: 14px;
    font-weight: 400;
  }

  .paragraph-4 {
    font-size: 14px;
    font-weight: 400;
  }

  .paragraph-4.category-page {
    font-size: 16px;
  }

  .paragraph-5 {
    font-size: 14px;
    font-weight: 400;
  }

  .paragraph-5.category-page {
    font-size: 16px;
  }

  .paragraph-6.curriculum {
    margin-top: 20px;
  }

  .paragraph-6.curriculum.category-page {
    width: 300px;
  }

  .video-2 {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .paragraph-7 {
    max-width: 100%;
  }

  .section-6 {
    margin-top: 20px;
  }

  .heading-18 {
    text-align: center;
    font-size: 24px;
    display: inline;
  }

  .text-block-21 {
    font-size: 14px;
    font-weight: 400;
  }

  .text-block-21.category-tutor-description {
    text-align: left;
  }

  .text-block-22 {
    font-size: 14px;
    font-weight: 400;
  }

  .text-block-23.yds, .text-block-24.yds {
    font-size: 14px;
  }

  .image-23 {
    display: none;
  }

  .image-24 {
    width: 285px;
    display: block;
  }

  .image-24.rental-mobile {
    display: block;
  }

  .section-7 {
    margin: 20px;
  }

  .image-26 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .image-28, .image-30 {
    display: none;
  }

  .text-block-26 {
    text-align: left;
  }

  .heading-20 {
    text-align: center;
    font-size: 24px;
  }

  .collection-list-wrapper-3 {
    flex: 0 auto;
  }

  .image-31 {
    display: block;
  }

  .div-block-16 {
    width: 280px;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-7 {
    max-width: 100%;
  }

  .image-32, .image-33, .image-34, .image-35, .image-36, .image-37 {
    max-width: 28px;
  }

  .text-block-28, .text-block-29, .text-block-30, .text-block-31, .text-block-32, .text-block-33 {
    font-size: 14px;
  }

  .text-block-37 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-47.category-page {
    width: 300px;
  }

  .paragraph-15.silent {
    text-align: left;
    margin-top: 0;
    font-size: 16px;
  }

  .rich-text-block {
    font-weight: 700;
  }

  .author-page-blog-title {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
  }

  .textblo {
    text-align: center;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-block-61 {
    color: #888;
    font-size: 16px;
    line-height: 26px;
  }

  .image-47 {
    width: 280px;
    height: 200px;
  }

  .text-block-64 {
    width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .paragraph-16 {
    width: 300px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
  }

  .paragraph-16.underline-green {
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
  }

  .image-48 {
    width: 300px;
    height: 200px;
  }

  .paragraph-18.silent {
    text-align: left;
    margin-top: 0;
    font-size: 16px;
  }

  .heading-47.steps {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 36px;
  }

  .image-49 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-66 {
    text-align: center;
  }

  .image-50 {
    height: 169.2px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-54 {
    width: 180px;
    height: 19.8px;
  }

  .image-54.margin-top {
    margin-top: 0;
    display: inline-block;
  }

  .image-54.margin-top.brand-logo-image {
    margin-top: 0;
  }

  .image-54.margin-top {
    margin-top: 20px;
  }

  .image-62, .image-63 {
    width: 40px;
    height: 40px;
  }

  .image-64, .image-65, .image-66, .image-67, .image-68 {
    width: 21px;
    height: 21px;
  }

  .image-69 {
    width: 250px;
    height: 72.5px;
  }

  .image-74 {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-85 {
    display: none;
    overflow: visible;
  }

  .slide-1 {
    background-size: cover;
  }

  .slider {
    width: 100%;
    height: 200px;
    display: none;
  }

  .underline-green, .underline-green.text-small {
    font-size: 14px;
    line-height: 24px;
  }

  .underline-green.large-green {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .underline-green.experience-page {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-32 {
    width: 100%;
    display: block;
  }

  .div-block-33 {
    display: none;
  }

  .grid-17 {
    grid-template-columns: 1fr;
    width: 320px;
  }

  .section-11 {
    margin-top: 100px;
  }

  .heading-53 {
    font-size: 32px;
    line-height: 36px;
  }

  .heading-53.margin-bottom {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
  }

  .text-block-88, .text-block-89 {
    display: inline-block;
  }

  .div-block-35 {
    text-align: center;
    width: 300px;
    height: 230px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-35.lineup-others {
    height: 510px;
  }

  .div-block-35.top-blog-div {
    height: 290px;
  }

  .div-block-35.after-practice {
    display: block;
  }

  .div-block-35._1month {
    display: none;
  }

  .image-78 {
    width: 300px;
    height: 157px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-79 {
    display: none;
  }

  .grid-18 {
    grid-template-columns: 1fr;
    width: 300px;
    display: none;
  }

  .grid-18.more-artist-grid, .grid-18.mobile-teachers {
    width: 300px;
    display: block;
  }

  .div-block-38 {
    width: 300px;
    height: 330px;
  }

  .html-embed-2 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-12 {
    margin-top: 100px;
  }

  .paragraph-21 {
    text-align: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-21.study-description {
    width: 300px;
  }

  .div-block-40 {
    text-align: left;
    width: 100%;
  }

  .text-block-91 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  .grid-19 {
    grid-template-columns: 1fr;
    width: 300px;
  }

  .grid-19.lineup-others {
    grid-template-columns: 1fr;
    width: 300px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .image-80 {
    width: 320px;
    height: 29px;
    margin-top: 40px;
  }

  .link-block-20 {
    text-align: center;
    position: static;
  }

  .link-block-20.faq {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .main-btn {
    color: #fff;
    font-family: Noto Sans JP;
    font-size: 20px;
  }

  .main-btn.fukui-campaign {
    font-size: 16px;
    line-height: 24px;
  }

  .main-btn.btn-text-dark.btn-text-sm {
    font-size: 16px;
    line-height: 20px;
  }

  .bold-text-4.category-page {
    font-size: 14px;
    line-height: 24px;
  }

  .bold-text-6 {
    font-size: 14px;
    font-weight: 400;
  }

  .image-81 {
    width: 180px;
    height: 180px;
  }

  .image-82 {
    height: 147px;
  }

  .grid-21 {
    grid-row-gap: 42px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .grid-22 {
    width: 300px;
  }

  .image-85 {
    height: 200px;
    margin-top: 20px;
  }

  .image-85.category-page, .image-85.category-page.image-sq, .image-85.image-sq {
    width: 300px;
    height: 300px;
  }

  .container-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-22 {
    width: 300px;
  }

  .image-86, .image-87 {
    width: 250px;
    height: 213px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-16.background-grey {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .paragraph-23 {
    width: 100%;
    font-weight: 400;
    line-height: 26px;
  }

  .paragraph-23.top-exp1 {
    width: 320px;
  }

  .div-block-42 {
    text-align: left;
  }

  .grid-23 {
    grid-template-columns: 1fr;
    width: 300px;
  }

  .div-block-43, .div-block-43.price-reason, .price-reason-text {
    width: 300px;
  }

  .text-block-98 {
    text-align: left;
    width: 100%;
    line-height: 26px;
  }

  .text-block-99 {
    text-align: left;
    width: 100%;
    line-height: 26px;
    display: block;
  }

  .text-block-99.hide-on-mobile {
    display: none;
  }

  .text-block-99.advice-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
  }

  .image-88 {
    width: 300px;
    height: 218px;
  }

  .image-89 {
    width: 300px;
    height: 261px;
  }

  .image-90 {
    width: 390%;
    height: 85px;
  }

  .heading-54 {
    width: 300px;
    margin-bottom: 0;
    font-size: 24px;
  }

  .section-17 {
    justify-content: center;
    align-items: center;
  }

  .div-block-44 {
    width: 300px;
    height: 40px;
  }

  .text-block-101 {
    text-align: left;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
  }

  .bold-text-9 {
    width: 300px;
  }

  .text-block-102 {
    color: var(--primary-1);
    text-align: center;
    font-family: Noto Sans JP;
    font-size: 19px;
    font-weight: 700;
    line-height: 15px;
    display: inline-block;
  }

  .image-91 {
    width: 10px;
    height: 14px;
    margin-top: 4px;
    margin-bottom: 0;
    margin-left: 40px;
    padding-left: 0;
    position: absolute;
  }

  .div-block-45 {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 4px;
  }

  .section-19 {
    display: block;
  }

  .image-92 {
    width: 100%;
    display: block;
  }

  .text-span, .text-span-2 {
    display: inline-block;
  }

  .link-block-22 {
    border: 1px solid #5db2ac;
    border-radius: 1px;
    width: 300px;
    height: 60px;
    padding: 10px 20px 5px;
  }

  .link-block-22.margin-top {
    margin-top: 20px;
  }

  .link-block-22.margin-top.expand-artists {
    padding: 0;
  }

  .text-block-103 {
    color: #5db2ac;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .image-93 {
    width: 16px;
    height: 12px;
    font-size: 20px;
    line-height: 14px;
  }

  .text-span-3, .text-span-4, .text-span-5 {
    display: inline-block;
  }

  .text-block-104 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 26px;
    display: block;
  }

  .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11 {
    display: inline-block;
  }

  .link-block-23 {
    display: block;
  }

  .text-span-12 {
    display: inline-block;
  }

  .link-block-24 {
    margin-top: 0;
  }

  .paragraph-25 {
    margin-top: 20px;
  }

  .bold-text-10 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }

  .section-20 {
    background-color: #f6f6fa;
    padding: 40px 10px;
  }

  .container-8 {
    text-align: center;
  }

  .grid-24 {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .grid-24.phonim-study, .grid-24.partner-award {
    grid-template-columns: 1fr;
  }

  .div-block-47 {
    background-color: #f5f1ee;
    border-radius: 10px;
    padding: 20px;
  }

  .paragraph-26 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .image-94 {
    width: 40px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-94.mail-img {
    height: 30px;
  }

  .image-95 {
    width: 140px;
    height: 78px;
    margin-top: 10px;
  }

  .div-block-48 {
    border-style: none;
    width: 200px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-49, .div-block-50, .div-block-51 {
    width: 200px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-52, .div-block-53 {
    width: 200px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-55, .div-block-56, .div-block-57 {
    height: 130px;
  }

  .text-span-15 {
    font-size: 24px;
    line-height: 32px;
    display: block;
  }

  .text-span-15.category-page {
    font-size: 28px;
    line-height: 38px;
  }

  .paragraph-29 {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
  }

  .div-block-58.expand-artists {
    width: 300px;
    height: 60px;
  }

  .text-span-16 {
    display: inline-block;
  }

  .image-96 {
    width: 260px;
    height: 155px;
  }

  .grid-25 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    width: 300px;
  }

  .grid-25.study-top {
    grid-template-columns: 1fr;
    width: 300px;
  }

  .div-block-60 {
    width: 260px;
  }

  .grid-26 {
    display: none;
  }

  .image-97 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog-page {
    margin-bottom: 0;
  }

  .shop-top-card {
    width: 200px;
  }

  .collection-item-2 {
    width: 300px;
  }

  .text-span-21, .text-span-22 {
    display: inline-block;
  }

  .image-101 {
    width: 390px;
    height: 450.2px;
  }

  .image-102 {
    border-radius: 10px;
    width: 320px;
    height: 201px;
  }

  .text-span-23 {
    display: inline-block;
  }

  .image-103 {
    width: 40px;
    height: 40px;
  }

  .image-104 {
    z-index: 2;
    width: 100px;
    height: 88.4px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    inset: auto -2% 7% auto;
  }

  .link-block-26 {
    z-index: 2;
    width: 100px;
    height: 88.4px;
    position: fixed;
    inset: auto -2% 7% auto;
  }

  .div-block-64 {
    background-image: url('../images/piano-woman-practice_cp3_min.avif');
    height: 300px;
  }

  .div-block-64.drum {
    background-image: url('../images/Frame-35-1-min_1.avif');
  }

  .div-block-66 {
    top: 30%;
  }

  .text-block-107 {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .heading-58 {
    width: 300px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
  }

  .text-block-108 {
    margin-top: 3px;
    margin-bottom: 0;
  }

  .text-block-108.hide-on-mobile {
    display: none;
  }

  .div-block-67 {
    background-image: url('../images/piano_cover_keys-only-min.avif');
    height: 180px;
  }

  .div-block-68 {
    top: 15%;
  }

  .heading-59 {
    width: 300px;
    font-size: 24px;
    line-height: 32px;
  }

  .html-embed-3, .html-embed-4 {
    width: 300px;
    height: 300px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-span-25 {
    display: inline-block;
  }

  .div-block-69 {
    width: 100%;
    height: 1000px;
  }

  .div-block-69.guitar {
    background-color: #060606;
  }

  .div-block-69.violin {
    background-color: #3c1801;
  }

  .div-block-70 {
    width: 300px;
    height: 340px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-block-70.spotify-pconly {
    display: none;
  }

  .image-105 {
    width: 300px;
    height: 180px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-105.drum-lesson-image {
    width: 300px;
    height: 188px;
  }

  .image-105.aerophone {
    height: 180px;
  }

  .div-block-71 {
    height: 500px;
  }

  .div-block-72 {
    top: 15%;
    left: 10px;
  }

  .heading-60 {
    width: 300px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .heading-60.piano-teacher-intro {
    font-size: 24px;
  }

  .text-span-27 {
    display: inline-block;
  }

  .image-106 {
    width: 200px;
    height: 268px;
    right: 6%;
  }

  .grid-27 {
    grid-template-columns: 1.5fr;
  }

  .image-107 {
    width: 300%;
  }

  .image-107.study-teacher-thumb {
    width: 100%;
  }

  .heading-61 {
    width: 300px;
    margin-top: 40px;
  }

  .heading-61.piano-event.experience-page {
    margin-top: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  .div-block-73.experience-page {
    padding-top: 0;
  }

  .text-span-30 {
    line-height: 24px;
  }

  .image-108 {
    margin-top: 20px;
  }

  .text-block-111 {
    text-align: left;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-30 {
    font-size: 14px;
    line-height: 26px;
  }

  .paragraph-31 {
    width: 300px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
  }

  .paragraph-31.experience-page {
    font-size: 16px;
    line-height: 24px;
  }

  .text-span-31 {
    display: inline-block;
  }

  .heading-63 {
    font-size: 24px;
    line-height: 32px;
  }

  .text-block-112 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-30 {
    grid-template-columns: 1fr;
  }

  .paragraph-32.text-center, .paragraph-33, .paragraph-34, .text-block-114 {
    width: 300px;
  }

  .text-block-114.hide-on-mobile {
    display: none;
  }

  .div-block-75 {
    height: 300px;
    margin-top: -2px;
  }

  .div-block-75.drum {
    background-position: 30%;
    height: 800px;
  }

  .div-block-75.guitar {
    height: 650px;
  }

  .div-block-75.violin {
    height: 600px;
  }

  .div-block-76 {
    width: 300px;
    margin-top: 0;
    margin-right: auto;
    padding-top: 40px;
  }

  .heading-66 {
    margin-top: 0;
  }

  .heading-66.drum {
    text-shadow: 1px 1px 6px #000;
  }

  .text-span-34 {
    display: inline-block;
  }

  .div-block-79 {
    background-color: #21251e;
    height: 500px;
  }

  .div-block-79.drum {
    background-color: #b7b1ab;
    height: 0;
  }

  .div-block-79.aerophone {
    background-color: #2d160e;
  }

  .text-span-35 {
    display: inline-block;
  }

  .text-span-36 {
    font-weight: 700;
  }

  .text-span-36.category-user-bold {
    font-size: 14px;
    line-height: 24px;
  }

  .lightbox-link {
    width: 300px;
    height: 216px;
  }

  .text-span-37 {
    display: none;
  }

  .text-span-38, .text-span-39 {
    display: inline-block;
  }

  .grid-32 {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .paragraph-35 {
    width: 300px;
  }

  .div-block-83 {
    width: 300px;
    height: 168.7px;
  }

  .div-block-83.event-banner-lg {
    width: 110px;
  }

  .heading-68 {
    color: var(--light-sea-green);
    font-size: 20px;
    line-height: 36px;
  }

  .text-block-117.text-small {
    font-size: 14px;
  }

  .text-block-117.text-small.invite-description {
    text-align: left;
    margin-top: 0;
  }

  .text-span-48, .text-span-49, .text-span-50 {
    display: inline-block;
  }

  .image-110 {
    width: 80px;
    height: 40px;
  }

  .text-block-119.study-teacher-text {
    width: 300px;
  }

  .div-block-87 {
    width: 300px;
    padding: 30px 10px;
  }

  .pagination-2 {
    margin-top: 20px;
  }

  .text-span-55 {
    display: inline-block;
  }

  .collection-item-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-121 {
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-90 {
    text-align: left;
  }

  .grid-33 {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .image-117 {
    width: 300px;
    height: 272px;
  }

  .grid-34 {
    grid-template-columns: .5fr 1fr;
  }

  .heading-70 {
    margin-top: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .twitter {
    height: 25px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .facebook {
    height: 25px;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0;
    display: block;
  }

  .div-block-94 {
    display: none;
  }

  .div-block-94.mobile-only {
    height: 50px;
    display: block;
  }

  .div-block-94.mobile-only.margin-top {
    height: 35px;
    margin-top: 80px;
  }

  .div-block-95 {
    height: 50px;
    margin-top: 0;
    margin-left: 40px;
    padding-top: 0;
  }

  .div-block-95.padding-top {
    width: 120px;
    height: 25px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-95.margin-left {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 25px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 80px;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
  }

  .div-block-96 {
    flex: 0 auto;
    margin-left: 0;
  }

  .text-block-125 {
    width: 300px;
  }

  .div-block-97 {
    text-align: center;
    margin-left: 0;
  }

  .link-block-32 {
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .link-block-33, .link-block-34 {
    margin-bottom: 0;
  }

  .dropdown-list-wide-2, .dropdown-wide-bg-2 {
    display: none;
  }

  .icon-link-2 {
    padding: 14px;
  }

  .button-2.square.beside-input {
    margin-left: 0;
  }

  .button-2.small.navbar-button {
    display: none;
  }

  .button-2.top-1st-cta-button {
    width: 100%;
  }

  .button-2.top-1st-cta-button.ga-event {
    width: 300px;
  }

  .button-2.bg-white {
    min-width: 100%;
    max-width: 100%;
    display: none;
  }

  .button-2.bg-white.after-collection {
    display: block;
  }

  .button-2._3min-introduction-button {
    padding: 10px;
  }

  .button-2.wide-select-plan-button.bordered-dark.small-blue {
    width: 180px;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-link-2 {
    display: block;
  }

  .nav-link-2.nav-text-block {
    text-align: center;
  }

  .search-modal-container-2 {
    text-align: center;
    padding: 21px;
  }

  .heading-71 {
    width: 300px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
  }

  .heading-72 {
    color: #3c404e;
    text-align: center;
    font-size: 17px;
    line-height: 26px;
    display: block;
  }

  .icon-hover-card-2 {
    width: 300px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }

  .icon-hover-card-2:hover {
    transform: scale(1.05);
  }

  .text-block-126 {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .text-block-127 {
    margin-top: 3px;
    margin-bottom: 0;
  }

  .heading-75 {
    width: 300px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .heading-75.piano-teacher-intro {
    font-size: 24px;
  }

  .text-block-128 {
    font-size: 16px;
    line-height: 20px;
  }

  .horizontal-divider-2.increased-margins.senior {
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
  }

  .accordion-item-2 {
    background-color: #faf8f4;
    border-radius: 10px;
  }

  .div-block-99 {
    background-color: #f5f1ee;
    border-radius: 10px;
    padding: 20px;
  }

  .text-span-58, .text-span-59, .text-span-60, .text-span-61, .text-span-62, .text-span-63 {
    display: inline-block;
  }

  .pc-only {
    display: none;
  }

  .text-block-132 {
    width: 300px;
  }

  .section-30 {
    margin-top: 0;
  }

  .div-block-101 {
    width: 60%;
  }

  .div-block-101.bg-pink {
    width: 40%;
  }

  .image-121 {
    object-fit: cover;
    object-position: 50% 50%;
    overflow: visible;
  }

  .heading-76 {
    margin-left: 10px;
    font-size: 46px;
  }

  .heading-76.heading-77 {
    margin-top: 100px;
  }

  .text-block-133 {
    font-size: 18px;
  }

  .text-block-134 {
    font-size: 14px;
  }

  .collection-item-4 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-102 {
    width: 300px;
    margin-bottom: 20px;
  }

  .div-block-103 {
    top: 2%;
    left: 10%;
  }

  .div-block-103.experience-page {
    left: 5%;
  }

  .text-block-136 {
    font-size: 18px;
  }

  .div-block-107 {
    margin-left: -1px;
  }

  .div-block-107.margin-top {
    margin-top: 20px;
  }

  .image-124 {
    margin-top: 5px;
  }

  .text-block-138 {
    margin-top: 0;
    font-size: 14px;
  }

  .div-block-108 {
    margin-top: 10px;
  }

  .div-block-108.margin-top {
    margin-top: 20px;
  }

  .div-block-111 {
    margin-top: 10px;
  }

  .text-block-143 {
    font-size: 14px;
  }

  .img-gallery-main {
    height: 250px;
  }

  .slide-4 {
    width: 100%;
    padding-top: 100%;
    padding-bottom: 0;
  }

  .div-block-113 {
    margin-top: 15px;
  }

  .text-block-145 {
    font-size: 14px;
  }

  .div-block-115 {
    width: 100%;
    height: 100%;
  }

  .slider-2 {
    width: 100%;
    height: 100%;
    padding-top: 0%;
  }

  .button-3.no-margin {
    float: none;
    clear: none;
    width: 320px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
    position: static;
    left: auto;
    right: auto;
    overflow: visible;
  }

  .text-block-146 {
    margin-top: 10px;
    margin-left: 0;
  }

  .div-block-123 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-124 {
    z-index: 100;
    text-align: center;
    background-color: #fff;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    display: block;
    position: fixed;
    bottom: 0;
  }

  .container-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-125 {
    padding-left: 0;
  }

  .container-17 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-64, .text-span-65 {
    display: inline-block;
  }

  .div-block-126 {
    padding-top: 0;
  }

  .link-13 {
    display: none;
  }

  .text-block-158 {
    margin-left: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: block;
  }

  .link-14 {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    display: block;
  }

  .text-span-67 {
    text-decoration: underline;
  }

  .text-block-159 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
  }

  .text-span-68 {
    text-decoration: underline;
  }

  .link-block-36 {
    width: 100%;
    height: 50px;
    margin-bottom: 0;
    padding: 4px 10px;
  }

  .container-19 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-161 {
    display: inline;
  }

  .div-block-128.event-banner-lg {
    padding-top: 28px;
    padding-left: 12px;
  }

  .text-span-69 {
    display: inline-block;
  }

  .div-block-129 {
    margin-bottom: 20px;
  }

  .link-block-38 {
    height: 500px;
  }

  .grid-42 {
    grid-column-gap: 4px;
    grid-template-rows: auto;
    grid-template-columns: 100px 1fr;
  }

  .image-133 {
    border-radius: 15px;
  }

  .nav-menu-3 {
    font-family: Noto Sans JP;
  }

  .nav-link-3 {
    display: block;
  }

  .nav-link-3.nav-text-block {
    text-align: center;
  }

  .grid-43 {
    grid-template-columns: 1fr;
  }

  .image-7, .image-134 {
    text-align: left;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-132.map-pc {
    display: none;
  }

  .image-135 {
    object-fit: cover;
    border-radius: 0;
    height: 500px;
  }

  .div-block-133 {
    width: 320px;
    padding-left: 30px;
    padding-right: 20px;
  }

  .text-block-164 {
    font-size: 14px;
    line-height: 20px;
  }

  .grid-44 {
    text-align: left;
    grid-template-columns: 1fr;
  }

  .image-136 {
    border-radius: 0;
    width: 100%;
  }

  .link-block-40 {
    width: 100%;
  }

  .image-138 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .interview-header {
    background-color: #fff;
    height: auto;
  }

  .div-block-139 {
    background-color: var(--shade-1);
    color: var(--dark);
    padding: 10px 20px 20px;
    position: static;
  }

  .text-block-172 {
    text-align: center;
    margin-top: 0;
    font-family: Noto Sans JP;
  }

  .text-block-173 {
    aspect-ratio: auto;
    text-align: center;
    margin-top: 0;
    font-family: Noto Sans JP;
    font-size: 24px;
    font-weight: 700;
  }

  .rich-text-block-5 {
    margin: 20px;
    padding-right: 0;
    font-family: Noto Sans JP;
  }

  .div-block-140 {
    background-color: var(--white);
    height: auto;
  }

  .div-block-141 {
    border: 2px solid var(--dark);
    background-color: #faf8f4;
    width: 50%;
    margin-left: 20px;
    position: relative;
    inset: -80px 0 0;
  }

  .text-block-174 {
    background-color: #faf8f4;
    border: 0 #a8a8a8;
    border-radius: 0;
    margin-top: 0;
    padding: 0 10px 10px;
    font-family: Noto Sans JP;
    font-size: 12px;
    line-height: 16px;
  }

  .rich-text-block-6 {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Noto Sans JP;
  }

  .image-141 {
    width: auto;
    height: auto;
  }

  .text-block-175 {
    margin-top: 0;
    font-family: Noto Sans JP;
  }

  .image-143 {
    max-width: 100%;
  }

  .heading-79 {
    font-size: 16px;
    line-height: 24px;
  }

  .cell {
    display: none;
  }
}

#w-node-b5e7e6dd-fe35-5bff-6fc4-eb88fc9be986-94eac0a1, #w-node-b5e7e6dd-fe35-5bff-6fc4-eb88fc9be9ab-94eac0a1 {
  order: -9999;
}

#w-node-b5e7e6dd-fe35-5bff-6fc4-eb88fc9beaa1-94eac0a1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7e0e2428-847c-ef12-097b-af5b4a8ee36a-4a8ee35b {
  order: -9999;
}

#w-node-_078173b1-0e81-dd1e-f26a-9414cad65cae-99eac128, #w-node-_078173b1-0e81-dd1e-f26a-9414cad65cbb-99eac128 {
  place-self: stretch stretch;
}

#w-node-ac03f97d-f3f6-059d-9467-bc4651b25e65-99eac128, #w-node-_704a631f-2b9b-d28f-87e4-b3dc50f582d8-99eac128, #w-node-_63153f13-b4ba-7e81-cb4b-d01cb99e4371-99eac128, #w-node-_2756fa6c-c9cd-a893-7bfd-1a98875bb01c-99eac128, #w-node-d4e9b3f4-adec-d15e-15ac-44c6d2e75d36-99eac128, #w-node-ec288417-c9f2-ec3e-effd-217231ccd953-99eac128, #w-node-_0fe1b9d9-64d7-02b2-60ea-8f9be33a191f-99eac128, #w-node-eea8f1fc-09c3-911e-1656-a3c732b33c07-99eac128, #w-node-aca3a718-924e-9fbb-a3f5-5a45a625f152-99eac128, #w-node-aca3a718-924e-9fbb-a3f5-5a45a625f153-99eac128, #w-node-_983a274c-0ddc-3d54-4612-c569e830194b-99eac128, #w-node-_983a274c-0ddc-3d54-4612-c569e830194c-99eac128, #w-node-_8dcc3cbd-fa3c-28ed-cbb9-d8b0109bd935-99eac128, #w-node-_8dcc3cbd-fa3c-28ed-cbb9-d8b0109bd936-99eac128, #w-node-c5437f56-6c3c-bd57-dbd7-a5469cf1a1d7-99eac128, #w-node-c5437f56-6c3c-bd57-dbd7-a5469cf1a1d8-99eac128, #w-node-_3bd648be-86f1-6e93-0157-f9afa686fe53-99eac128, #w-node-_3bd648be-86f1-6e93-0157-f9afa686fe54-99eac128, #w-node-_6a8b860e-f14e-f7f5-b85f-ed4a2e53f497-e2eac167, #w-node-_6a8b860e-f14e-f7f5-b85f-ed4a2e53f49b-e2eac167, #w-node-_6a8b860e-f14e-f7f5-b85f-ed4a2e53f49f-e2eac167, #w-node-_6a8b860e-f14e-f7f5-b85f-ed4a2e53f4a3-e2eac167, #w-node-_6a8b860e-f14e-f7f5-b85f-ed4a2e53f4a7-e2eac167, #w-node-_6a8b860e-f14e-f7f5-b85f-ed4a2e53f4ab-e2eac167 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f34fc71-a82c-ed6f-19c9-31aeb9538d34-b9538d31 {
  justify-self: center;
}

#w-node-_9f34fc71-a82c-ed6f-19c9-31aeb9538d36-b9538d31 {
  justify-self: end;
}

#w-node-_73d0542b-3c5e-e2d5-2c85-f7ccb9ee06a8-9be4c49e, #w-node-_8c97ed5f-8ed8-a91d-17fb-08fd89426db2-9be4c49e, #w-node-_391e86f1-7095-a60b-b33e-0e1f985b3631-9be4c49e, #w-node-_468bd648-1c57-2c48-7956-c95250bfb7c4-9be4c49e, #w-node-_2a13dfc7-fe61-4c3b-f162-80495ce7a9ae-9be4c49e, #w-node-_68f0a32b-1e01-a976-47d8-8aadfea95296-9be4c49e, #w-node-a92efc1c-b345-935e-c11e-745160ece428-9be4c49e, #w-node-_7a18d865-b66b-9986-cf42-d10ede89e0ca-9be4c49e, #w-node-_7a18d865-b66b-9986-cf42-d10ede89e0cb-9be4c49e, #w-node-_7a18d865-b66b-9986-cf42-d10ede89e0cc-9be4c49e, #w-node-_7a18d865-b66b-9986-cf42-d10ede89e0cd-9be4c49e, #w-node-_7a18d865-b66b-9986-cf42-d10ede89e0ce-9be4c49e, #w-node-_7a18d865-b66b-9986-cf42-d10ede89e0cf-9be4c49e, #w-node-_7a18d865-b66b-9986-cf42-d10ede89e0dc-9be4c49e, #w-node-_7a18d865-b66b-9986-cf42-d10ede89e0de-9be4c49e, #w-node-_543b0e82-6ff2-6617-6d2a-b6434c1d0ec8-9be4c49e, #w-node-_543b0e82-6ff2-6617-6d2a-b6434c1d0ec9-9be4c49e, #w-node-_543b0e82-6ff2-6617-6d2a-b6434c1d0eda-9be4c49e, #w-node-_543b0e82-6ff2-6617-6d2a-b6434c1d0ede-9be4c49e, #w-node-_543b0e82-6ff2-6617-6d2a-b6434c1d0ee2-9be4c49e, #w-node-_543b0e82-6ff2-6617-6d2a-b6434c1d0ee6-9be4c49e, #w-node-_543b0e82-6ff2-6617-6d2a-b6434c1d0eec-9be4c49e, #w-node-_543b0e82-6ff2-6617-6d2a-b6434c1d0eed-9be4c49e, #w-node-_543b0e82-6ff2-6617-6d2a-b6434c1d0eee-9be4c49e, #w-node-_543b0e82-6ff2-6617-6d2a-b6434c1d0eef-9be4c49e, #w-node-_543b0e82-6ff2-6617-6d2a-b6434c1d0ef0-9be4c49e, #w-node-_543b0e82-6ff2-6617-6d2a-b6434c1d0ef1-9be4c49e, #w-node-_543b0e82-6ff2-6617-6d2a-b6434c1d0efe-9be4c49e, #w-node-_543b0e82-6ff2-6617-6d2a-b6434c1d0f00-9be4c49e, #w-node-b632ded3-0728-cef3-4b61-bb560aa96740-9be4c49e, #w-node-_4dbcd2ed-654e-8e2f-45cf-487fd0623642-9be4c49e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8d5b15d3-8d1e-a157-bf2b-09a031eecd4c-31eecd48 {
    justify-self: start;
  }

  #w-node-_8c97ed5f-8ed8-a91d-17fb-08fd89426db2-9be4c49e, #w-node-_543b0e82-6ff2-6617-6d2a-b6434c1d0ec8-9be4c49e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7fe2a250-4f14-ae85-34f7-1874a3883f10-a3883f01 {
    align-self: start;
  }

  #MultiImageSlider.w-node-a6559f78-539e-1385-b943-1b905d3b21c7-e6eac168 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b5e7e6dd-fe35-5bff-6fc4-eb88fc9be941-94eac0a1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b5e7e6dd-fe35-5bff-6fc4-eb88fc9bea9c-94eac0a1 {
    order: -9999;
  }

  #w-node-b5e7e6dd-fe35-5bff-6fc4-eb88fc9beaa1-94eac0a1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7e0e2428-847c-ef12-097b-af5b4a8ee373-4a8ee35b {
    order: -9999;
  }

  #w-node-_63024315-284a-a235-bdbb-92327d4f7701-e2eac10a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_89f37106-3586-3578-b570-fef5a37d51d4-e2eac10a {
    order: 9999;
  }

  #w-node-_5b80732c-5017-5798-0c82-f415eb9dbe75-56eac132 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_21603480-1784-9ed5-4aee-b521aa41f401-56eac132, #w-node-af2b5637-b9fb-2238-5c59-3e1234b2d65e-56eac132 {
    order: 9999;
  }

  #w-node-cfb22d7c-cab9-c2eb-72b7-9309bbf60e3a-f1eac17f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-aedef074-4548-a7fd-c507-b56a5f75258b-f1eac17f, #w-node-e9645146-61f9-637c-ea60-584ec632a8d5-f1eac17f {
    order: 9999;
  }

  #w-node-_9c2763bb-0229-bf27-ac4d-df9e31515326-c6eac180 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d6c863bd-e3b4-9417-7a1d-249194410555-c6eac180 {
    order: 9999;
  }

  #w-node-_94dbdb22-453e-9ce1-dfc3-624769913bf4-c4eac19f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_73ba0723-f81f-e201-73b9-2149e9d4c940-c4eac19f, #w-node-_4cb833c2-5760-2507-cd21-44bb8e90f397-c4eac19f {
    order: 9999;
  }

  #w-node-_8d5b15d3-8d1e-a157-bf2b-09a031eecd4c-31eecd48 {
    justify-self: center;
  }

  #w-node-_648ef4a8-a8ea-05f8-044a-529c88b71209-a0eac268 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-efa0f0a8-6a95-3a1b-8943-863db9b99a28-a0eac268 {
    order: 9999;
  }

  #w-node-f02ba2a2-2452-39ee-2862-21c44cf2ed33-9be4c49e {
    order: -9999;
  }
}


