:root {
  --shiseido-red: #d6001c;
  --steel-blue-3: #688db1;
  --dark-slate-gray-2: #404047;
  --relume-library-lite-rl-black: black;
  --relume-library-lite-rl-white: white;
  --dark-slate-gray-3: #303030;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --white-smoke-4: #f3f3f3;
  --lavender: #e9e9e9;
  --light-gray: #d4d4d4;
  --dim-gray-3: #5d5d5d;
  --indigo: #3f175b;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 24px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #3b99d9;
  border-radius: 3px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.white {
  color: #000;
  background-color: #fff;
}

.button.white:hover {
  background-color: #ffffffc4;
}

.button.black {
  background-color: #404047;
}

.button.black:hover {
  background-color: #1db0fc;
}

.button.black.with-field {
  float: left;
  width: 22%;
  margin-left: 2%;
}

.button.full-width {
  background-color: #3b99d9;
  width: 100%;
  display: block;
}

.button.small {
  text-transform: uppercase;
  background-color: #3b99d9;
  padding: 7px 12px;
  font-size: 11px;
  line-height: 14px;
}

.button.small:hover {
  background-color: #2c74a4;
}

.button.tab {
  background-color: #bfbfbf;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover {
  background-color: #7e7e7e;
}

.button.tab.w--current {
  background-color: #3b99d9;
}

.navigation-link:hover {
  color: #006dc7;
}

.navigation-link.white {
  color: #fff;
}

.navigation-bar {
  text-align: center;
  margin-top: 45px;
}

.navigation-bar.dark {
  background-color: #5d5d5d;
}

.navigation-bar.top {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 58px;
  margin-bottom: 124px;
}

.navigation-menu.left {
  float: left;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.brand-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 26px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand-link.right {
  float: right;
}

.brand-link.on-top {
  float: none;
  text-align: center;
  display: block;
}

.brand-link.white {
  color: #fff;
}

.brand-link.left-spacing {
  color: #fff;
  margin-left: 15px;
}

.brand-link.left {
  margin-left: 16px;
}

.section {
  background-color: #fff;
  padding-left: 2.5%;
  padding-right: 2.5%;
  position: relative;
}

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

.section.accent {
  background-color: #f3f3f3;
}

.section.dark {
  color: #fff;
  background-color: #5d5d5d;
}

.hero-slider {
  color: #fff;
  background-color: #5d5d5d;
  height: 400px;
}

.slide {
  padding-top: 126px;
  padding-left: 85px;
  padding-right: 85px;
}

.header-section {
  text-align: center;
  padding-top: 76px;
  padding-bottom: 76px;
}

.page-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 65px;
  line-height: 70px;
}

.page-subheading {
  color: #ccc;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}

.call-to-action-section {
  color: #fff;
  background-color: #3b99d9;
  padding-top: 44px;
  padding-bottom: 44px;
}

.call-to-action-section.centered {
  text-align: center;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0;
  font-weight: 400;
}

.call-to-action-heading.inline-block {
  margin-right: 13px;
  display: inline-block;
}

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

.white-box {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
}

.fixed-image-section {
  color: #fff;
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: 125px;
  background-attachment: fixed;
  padding-top: 104px;
  padding-bottom: 104px;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
}

.slider-navigation {
  padding-top: 0;
  font-size: 9px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 33px;
}

.hero-subheading {
  margin-bottom: 18px;
}

.hollow-button {
  color: #3b99d9;
  border: 2px solid #3b99d9;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #000;
  border-color: #000;
}

.hollow-button.white {
  color: #fff;
  border-color: #fff;
}

.hollow-button.white:hover {
  color: #ffffffb8;
  border-color: #ffffffa3;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  text-align: center;
}

.main-container {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.form-label {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 13px;
}

.section-subheading.center {
  text-align: center;
  font-size: 20px;
}

.section-title-group {
  margin-bottom: 62px;
}

.section-title-group.centered {
  text-align: center;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  min-height: 45px;
  margin-bottom: 17px;
  margin-right: 1px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  min-height: 110px;
}

.form-field.with-button {
  float: left;
  width: 75%;
}

.form-wrapper.squeezed {
  padding-left: 19%;
  padding-right: 19%;
}

.picture-border {
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px #0000001f;
}

.round-image {
  border-radius: 100px;
}

.social-button {
  background-color: #000;
  border-radius: 100px;
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px;
  transition: opacity .3s;
}

.social-button:hover {
  opacity: .7;
}

.social-button.border {
  background-color: #0000;
  border: 1px solid #0000005c;
  padding: 6px;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  opacity: .9;
  margin-left: 4px;
  margin-right: 4px;
  padding: 3px;
  transition: opacity .2s;
}

.social-icon-link:hover {
  opacity: .37;
}

.profile-image {
  border-radius: 100px;
  margin-bottom: 15px;
}

.hero-with-nav {
  background-color: #d4d4d4;
}

.footer {
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #00000021;
  padding-top: 41px;
  padding-bottom: 41px;
}

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

.float-right {
  float: right;
}

.footer-text {
  color: #a8a8a8;
  text-transform: uppercase;
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.link {
  color: #3b99d9;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link:hover {
  text-decoration: underline;
}

.footer-brand-text {
  font-size: 26px;
  line-height: 33px;
}

.sidemenu-wrapper {
  border-left: 3px solid #0003;
  margin-left: 10px;
  padding-left: 20px;
}

.sidemenu-title {
  margin-bottom: 10px;
}

.sidemenu-link {
  color: #8f8f8f;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: block;
}

.grid-image {
  margin-bottom: 19px;
}

.info-wrapper {
  margin-bottom: 14px;
}

.info-icon {
  float: left;
}

.info-text {
  margin-left: 34px;
}

.footer-link {
  color: #000000bd;
  margin-bottom: 6px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #3b99d9;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.hero-title-wrapper {
  margin-bottom: 155px;
}

.icon-left {
  float: left;
  color: #919191;
  padding: 6px;
}

.text-right {
  margin-left: 49px;
}

.left-navigation {
  float: left;
  background-color: #d4d4d4;
  width: 20%;
  height: 100vh;
}

.nav-link {
  color: #b9b9b9;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  padding: 7px 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.nav-link:hover, .nav-link.w--current {
  color: #303030;
}

.nav-menu {
  float: none;
}

.logo-link {
  float: none;
  text-align: center;
  margin-top: 216px;
  margin-bottom: 50px;
  display: block;
}

.content {
  float: left;
  width: 80%;
  overflow: hidden;
}

.social-footer {
  text-align: center;
  margin-bottom: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-fours {
  float: left;
  width: 25%;
  padding: 10px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.flushed-grid {
  float: left;
  width: 25%;
}

.flushed-grid.thirds {
  width: 33.33%;
}

.flushed-grid.sixths {
  width: 16.66%;
}

.main-image {
  margin-bottom: 39px;
}

.byline-wrapper {
  color: #ccc;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 18px;
}

.byline-link {
  color: #ccc;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.byline-link:hover {
  color: #333;
}

.byline-text {
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

.byline-location {
  display: inline-block;
}

.blog-content {
  width: 65%;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 22px;
  display: block;
}

.blog-content h1, .blog-content h2 {
  font-weight: 400;
}

.blog-content h3 {
  font-weight: 700;
}

.blog-content h6 {
  text-transform: uppercase;
}

.blog-post {
  margin-bottom: 100px;
}

.about-content {
  max-width: 550px;
  margin-bottom: 51px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-photo {
  border-radius: 50%;
  width: 42%;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-title {
  text-align: center;
  margin-bottom: 25px;
}

.photo-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  display: inline-block;
}

.photo {
  float: left;
}

.blog-home-link {
  color: #303030;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: opacity .2s;
}

.blog-home-link:hover {
  opacity: .82;
}

.blog-name {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 53px;
  line-height: 57px;
  display: inline-block;
}

.blog-name:hover {
  color: #6d6d6d;
}

.link-to-page {
  color: #303030;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.link-to-page:hover {
  color: #d4d4d4;
}

.blog-headline {
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.heading-wrapper {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.circle {
  background-color: #e64c40;
  width: 38px;
  height: 38px;
  margin-right: 14px;
  display: inline-block;
}

.post-heading {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.category-heading {
  text-align: center;
  margin-bottom: 39px;
}

.blog-list {
  width: 100%;
  margin-bottom: 53px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.all-caps-heading {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px;
}

.blog-item {
  border-top: 1px solid #0000001a;
  padding-top: 31px;
}

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

.profile-text p {
  margin-bottom: 10px;
}

.post-link {
  transition: opacity .2s;
}

.post-link:hover {
  opacity: .85;
}

.empty-state {
  color: #fff;
  text-align: center;
  background-color: #20ac99;
  margin-bottom: 54px;
  padding-top: 29px;
}

.inline-heading {
  display: inline-block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.navbar-logo-left {
  border-bottom: 2px solid var(--shiseido-red);
  background-color: #fff;
  position: sticky;
  inset: 0 auto auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  z-index: 0;
  border: 3px none var(--shiseido-red);
  background-color: #fff;
  border-radius: 2px;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  top: 0;
}

.container {
  width: auto;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  display: block;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #643283;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.w724 {
  justify-content: center;
  align-items: center;
  max-width: 724px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.osusume {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.osusume.gro1 {
  box-shadow: 1px 1px 12px 1px #ffffffb3;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.present-step-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-7, .div-block-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-10, .div-block-11, .div-block-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-13 {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.div-block-14, .div-block-15, .div-block-16 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.heading {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.div-block-18 {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-19 {
  width: auto;
}

.div-block-20 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.div-block-21, .div-block-22, .div-block-23, .div-block-24 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
}

.text-block-2 {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 18px;
  display: flex;
}

.div-block-26 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  vertical-align: baseline;
  background-color: #464783;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.button-2.w--current {
  background-color: #464783;
}

.div-block-27 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-28 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.main-view-section {
  box-shadow: none;
  background-color: #0000;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.campain-info-section {
  max-width: 724px;
  margin: 0 auto 60px;
}

.shop-info-section {
  background-color: #fff;
  justify-content: center;
  align-items: stretch;
  max-width: 724px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.shop-info {
  object-fit: fill;
  width: 100%;
  display: block;
}

.heading-1_type2 {
  background-color: var(--steel-blue-3);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 300;
  line-height: 44px;
  display: flex;
}

.heading-1_type2.minchotext {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.block3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.aska-info-block {
  background-color: #fffcfc;
  justify-content: center;
  margin-bottom: 40px;
  display: block;
}

.aska-info-block.dvblock-01 {
  margin-bottom: 0;
}

.body {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: #414141;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #fff;
  background-clip: border-box;
}

.image {
  max-width: 724px;
}

.image-2 {
  box-shadow: 0 0 15px #ffffffa8;
}

.image-3 {
  max-width: none;
  max-height: none;
  font-size: 10px;
  line-height: 17px;
}

.item-info-block {
  background-color: #fff;
  margin-bottom: 20px;
}

.main-contents-section {
  box-shadow: none;
  max-width: 724px;
  margin-left: auto;
  margin-right: auto;
}

.section-3 {
  opacity: .61;
  mix-blend-mode: soft-light;
  background-color: #0000;
  background-image: url('../images/24291480_m.jpg');
  background-size: auto;
  max-width: 100%;
  height: 1200px;
  max-height: 100%;
  display: none;
}

.div-block-30 {
  background-color: #251f1f;
}

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

.navbar-logo-left-2 {
  z-index: 100;
  background-color: #fff;
  border: 1px solid #3d93b5;
  border-top-color: #6c91a0;
  border-bottom: 3px solid #464783;
  position: sticky;
  inset: 0 auto auto;
}

.mv-block {
  background-color: #ebecf7;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.osusume-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.osusume-block.gro1 {
  box-shadow: 1px 1px 12px 1px #ffffffb3;
}

.osusume-block.dvblock-01 {
  margin-bottom: 0;
}

.w724-block {
  justify-content: center;
  align-items: center;
  max-width: 724px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.present-s {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .15em;
  text-indent: 0;
  column-count: 0;
  -webkit-text-fill-color: inherit;
  background-color: #464783;
  background-clip: border-box;
  border: 0 solid #000;
  border-radius: 0;
  margin: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.div-block-31 {
  margin-top: 10px;
  padding-top: 10px;
}

.aska-text-block {
  margin-top: 0;
  padding-top: 16px;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-2 {
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 19px;
}

.paragraph-01 {
  color: #666;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
}

.div-block-32 {
  background-color: #fc3a3a;
  transform: rotate(43deg)translate(0);
}

.div-block-33 {
  background-color: #696991;
  border: 18px solid #fff;
  border-top-color: #464783;
  border-bottom: 20px #696991;
  width: 30px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.dvblock-01 {
  justify-content: center;
  align-items: center;
  display: block;
  box-shadow: 1px 1px 12px 1px #ffffffb3;
}

.image-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.html-embed {
  height: 600px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}

.youtube-link-l {
  height: 315px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  line-height: 15px;
  display: flex;
}

.youtube-info {
  border-top: 5px solid var(--steel-blue-3);
  border-bottom: 3px solid var(--steel-blue-3);
  margin: 60px 10px 40px;
  padding: 20px;
}

.heading-3 {
  color: var(--steel-blue-3);
  text-align: center;
  font-family: Noto Serif JP, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 38px;
}

.bold-text-2 {
  color: var(--steel-blue-3);
}

.intro {
  background-color: #fff;
  max-width: 724px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-4 {
  color: #646464;
  text-align: center;
  background-color: #fff;
  margin-bottom: -1px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.div-block-36 {
  background-color: #fff;
  height: 200px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
}

.button-5 {
  background-color: var(--dark-slate-gray-2);
  text-align: center;
  letter-spacing: 2px;
  border-radius: 12px;
  justify-content: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 60px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  line-height: 48px;
  display: flex;
  box-shadow: 3px 3px 7px #797979;
}

.div-block-37 {
  justify-content: center;
  margin: 0 auto;
  display: flex;
}

.div-block-26-copy {
  justify-content: center;
  align-items: center;
  display: none;
}

.text-block-3 {
  color: #666;
  text-align: center;
  margin-top: 8px;
}

.shopinfo-foot {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.line-pp {
  border-top: 3px solid #5a5eaf;
  margin-top: 40px;
  margin-bottom: 20px;
}

.div-block-39 {
  line-height: 40px;
}

.askatv-block {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.askatv-bn:hover {
  opacity: .8;
  transform: scale(1);
}

.div-block-40 {
  width: 682px;
  max-width: 682px;
}

.div-block-41 {
  background-color: #fff;
  width: 724px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-section {
  height: auto;
  max-height: none;
  display: block;
}

.html-embed-2 {
  justify-content: flex-start;
  width: 724px;
  height: 1850px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.div-block-42 {
  background-color: #fff;
  width: auto;
  height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.html-embed-3 {
  margin-left: 0;
}

.text-block-4 {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 27px;
  line-height: 34px;
}

.div-block-43 {
  border-top: 3px none var(--shiseido-red);
  text-align: center;
  background-color: #464783;
  border-bottom: 2px #000;
  border-radius: 0;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-44 {
  display: none;
}

.notice-block {
  justify-content: center;
  align-items: center;
  display: block;
}

.action-block {
  background-color: #fff;
  height: 200px;
  margin: 0 0 60px;
  padding-top: 60px;
  padding-bottom: 200px;
}

.shop-info-title {
  width: auto;
}

.shop-info-text {
  padding-left: 20px;
  padding-right: 20px;
}

.shop-info-pict {
  justify-content: center;
  align-items: center;
  display: flex;
}

.item-info-sh, .item-info-sh2 {
  justify-content: center;
  align-items: center;
  display: block;
}

.youtube-link-s {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: none;
}

.image-6 {
  margin-bottom: 0;
}

.heading-3-s {
  color: var(--steel-blue-3);
  text-align: center;
  font-family: Noto Serif JP, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 38px;
  display: none;
}

.text-block-5 {
  text-align: center;
  margin-top: 10px;
}

.div-block-45 {
  width: auto;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-46 {
  margin-left: auto;
  margin-right: auto;
}

.image-7 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-section-2-benchmark {
  display: none;
}

.div-block-47 {
  max-width: 600px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}

.navbar-no-shadow {
  background-color: #fef0f4;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-brand-2 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-white);
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button {
  outline-offset: 0px;
  color: var(--relume-library-lite-rl-white);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #f66a95;
  background-clip: border-box;
  border: 1px solid #0000;
  border-radius: 10px;
  outline: 3px #fff;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-group-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #0000;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_header62_spacing-block-3 {
  color: var(--dark-slate-gray-3);
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  color: var(--dark-slate-gray-3);
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_header62_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h1 {
  color: var(--dark-slate-gray-3);
  margin-top: 1rem;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.rl_header62_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading {
  color: var(--dark-slate-gray-3);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5;
}

.rl_header62_component {
  text-align: center;
  margin-top: -60px;
  margin-bottom: -60px;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  background-color: #fef0f4;
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_header62 {
  background-color: var(--relume-library-lite-rl-white);
}

.div-block-48 {
  justify-content: center;
  align-items: center;
  margin-top: 29px;
  display: flex;
}

.text-block-6 {
  color: var(--dark-slate-gray-3);
  font-size: 13px;
}

.body-2 {
  background-color: #fef0f4;
}

.div-block-49 {
  background-color: #fff;
  max-height: none;
}

.html-embed-4 {
  height: 2300px;
  max-height: none;
  position: static;
}

.form-section-2-benchmark-iframe2 {
  display: none;
}

.html-embed-5 {
  height: 1600px;
  max-height: none;
}

.form-section-copy {
  height: auto;
  max-height: none;
  display: none;
}

.form-section-2-benchmark-copy {
  display: block;
}

.paragraph-title {
  color: #5a5eaf;
  text-align: center;
  margin-top: 0;
  padding-top: 60px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 57px;
}

.image-13 {
  margin-top: 10px;
  margin-bottom: -5px;
  padding-left: 2px;
}

.button-7 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #464783;
  border-radius: 12px;
  justify-content: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 60px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  line-height: 48px;
  display: flex;
  box-shadow: 3px 3px 7px #797979;
}

.image-9 {
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.aska-text-block-2 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.up-down-line {
  background-color: #f8f8f8;
  border-top: 4px solid #464783;
  border-bottom: 2px solid #464783;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 0;
}

.action-block-2 {
  background-color: #fff;
  height: 200px;
  margin: 0 0 40px;
  padding-top: 20px;
  padding-bottom: 200px;
}

.div-block-50 {
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 50px;
  display: flex;
}

.heading-1_type2-2 {
  color: #fff;
  text-align: center;
  background-color: #464783;
  border-top: 0 solid #666;
  border-bottom: 0 #666;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 29px;
  font-weight: 300;
  line-height: 45px;
  display: flex;
}

.overview-text {
  direction: ltr;
  color: #666;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  text-indent: 0;
  text-transform: none;
  column-count: 0;
  height: 45px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  overflow: visible;
}

.text-block-9 {
  color: #666;
  text-align: center;
  border-top: 5px #0088cb;
  border-bottom: 1px #0088cb;
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.overview-text2 {
  color: #666;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 26px;
  line-height: 45px;
}

.text-block-10 {
  color: #464783;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.text-block-11 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
}

.link-2 {
  color: #000;
}

.div-block-51 {
  margin-top: 20px;
}

.link-block {
  margin-bottom: 20px;
}

.button-8 {
  background-color: #e16682;
  border-radius: 12px;
  padding: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 25px;
}

.image-14 {
  background-color: #fff;
  margin-top: 0;
}

.image-15 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-3 {
  color: #666;
}

.uui-heading-xsmall {
  color: #414141;
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}

.uui-heading-xsmall:hover {
  color: #414141b3;
}

.external-link {
  margin-left: 8px;
  font-size: .9rem;
  font-weight: 400;
}

.image-16 {
  margin-right: 5px;
}

.text-block-12 {
  color: #666;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 300;
}

.text-block-13 {
  color: #666;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  display: flex;
}

.link-4 {
  color: #666;
}

.text-span {
  text-align: left;
  color: #646464;
}

.youtube-info-2 {
  border-top: 5px solid #9dc8da;
  border-bottom: 3px solid #9dc8da;
  margin: 60px 10px 40px;
  padding: 20px;
}

.heading-5 {
  color: #9dc8da;
  text-align: center;
  font-family: Noto Serif JP, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 40px;
}

.heading-3-s-2 {
  color: #688db1;
  text-align: center;
  font-family: Noto Serif JP, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 38px;
  display: none;
}

.html-embed-6 {
  height: 315px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}

.image-17 {
  margin-top: -3px;
}

.image-18 {
  margin-top: -19px;
}

.image-19 {
  margin-top: 2px;
}

.image-20 {
  margin-top: 3px;
}

.image21 {
  background-color: #fff;
  margin-top: 30px;
}

.link-block-2 {
  margin-top: 16px;
}

.image-21 {
  margin-top: -2px;
}

.div-block-50-2 {
  background-color: #eededd;
  justify-content: center;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 50px;
  display: flex;
}

.text-block-14 {
  color: #a567ce;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hamburger-button.left {
    float: left;
  }

  .hamburger-button.white {
    color: #fff;
  }

  .left-navigation {
    float: none;
    width: 100%;
    height: auto;
  }

  .logo-link {
    float: left;
    margin-top: 14px;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .content {
    width: 100%;
    height: auto;
  }

  .main-image {
    margin-bottom: 35px;
  }

  .blog-content {
    width: 75%;
  }

  .container {
    justify-content: flex-start;
    max-width: 728px;
    display: flex;
  }

  .navbar-wrapper {
    flex: 1;
    justify-content: space-between;
    display: flex;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    flex-wrap: nowrap;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    display: inline-block;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .div-block, .container-2, .w724, .osusume, .div-block-5, .present-step-block, .div-block-7, .div-block-8, .div-block-9, .div-block-10, .div-block-11, .div-block-12, .div-block-13, .div-block-14, .div-block-15, .div-block-16 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-17 {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .paragraph {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Bitter, serif;
    font-size: 20px;
  }

  .heading {
    color: #df8c91;
    text-align: center;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 45px;
  }

  .div-block-18 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .div-block-19 {
    margin-top: 20px;
  }

  .div-block-20 {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .div-block-21 {
    margin-top: 40px;
  }

  .div-block-22 {
    margin-bottom: 40px;
  }

  .div-block-23, .div-block-24 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-25 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .text-block {
    font-size: 20px;
  }

  .div-block-26 {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .div-block-28 {
    margin-bottom: 20px;
  }

  .button-3 {
    background-color: #794c96;
    border-radius: 8px;
  }

  .button-4 {
    text-align: left;
    background-color: #794c96;
    border-radius: 8px;
  }

  .heading-1_type2 {
    color: #fff;
    text-align: center;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 45px;
  }

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

  .body {
    background-color: #ebf1f3;
  }

  .image {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-2 {
    flex: 1;
  }

  .item-info-block {
    background-color: #fff;
  }

  .main-contents-section {
    max-width: 724px;
    margin-bottom: 20px;
  }

  .mv-block {
    background-image: url('../images/iStock-1404713456.jpg');
    background-position: 0 0;
    background-size: auto;
    margin-bottom: 20px;
  }

  .osusume-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .osusume-block.dvblock-01 {
    background-color: #fff;
  }

  .w724-block {
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
    display: block;
  }

  .present-s {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dvblock-01 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .intro.dvblock-01 {
    max-width: none;
  }

  .div-block-26-copy {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .shopinfo-foot {
    margin-top: 40px;
  }

  .askatv-block {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: block;
  }

  .html-embed-2 {
    width: 700px;
    height: 1850px;
  }

  .div-block-42 {
    width: auto;
  }

  .div-block-43 {
    background-color: #464783;
  }

  .div-block-44 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .button-6 {
    letter-spacing: 2px;
    background-color: #464783;
    border-radius: 8px;
    padding: 15px 24px;
    font-size: 18px;
  }

  .notice-block {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .shop-info-title {
    margin-top: 20px;
  }

  .shop-info-text {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .shop-info-pict {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .item-info-sh, .item-info-sh2 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .youtube-link-s {
    display: none;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .rl-heading-style-h1 {
    font-size: 3.25rem;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-1_type2-2 {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    line-height: 45px;
  }

  .image-14 {
    aspect-ratio: auto;
    text-align: left;
  }

  .div-block-52 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .image21 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .navigation-bar {
    margin-top: 21px;
  }

  .brand-link.on-top {
    float: left;
  }

  .brand-link.left-spacing {
    padding-left: 0;
  }

  .header-section {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .main-image {
    margin-bottom: 34px;
  }

  .blog-content, .link-to-page, .heading-wrapper {
    width: 80%;
  }

  .post-heading {
    font-size: 25px;
    line-height: 29px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .heading {
    letter-spacing: 1px;
    line-height: 40px;
  }

  .div-block-26 {
    margin-top: 10px;
  }

  .heading-1_type2 {
    color: #fff;
    letter-spacing: 1px;
    line-height: 40px;
  }

  .image {
    max-width: 100%;
  }

  .item-info-block, .mv-block, .w724-block {
    margin-bottom: 0;
  }

  .youtube-info {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    font-size: 24px;
  }

  .bold-text-2 {
    font-size: 25px;
  }

  .intro.dvblock-01 {
    margin-top: 0;
  }

  .heading-4 {
    font-size: 26px;
  }

  .div-block-26-copy {
    margin-top: 10px;
  }

  .div-block-40 {
    width: auto;
    max-width: none;
  }

  .html-embed-2 {
    width: 568px;
    height: 1900px;
  }

  .div-block-42 {
    width: 568px;
  }

  .div-block-43 {
    background-color: #464783;
  }

  .button-6 {
    flex: 0 auto;
  }

  .youtube-link-s {
    display: none;
  }

  .heading-3-s {
    font-size: 24px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .rl_header62_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_header62_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h1 {
    font-size: 2.5rem;
  }

  .rl_header62_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .paragraph-title {
    font-size: 50px;
  }

  .image-9 {
    margin-top: 20px;
  }

  .heading-1_type2-2 {
    color: #fff;
    letter-spacing: 1px;
    margin-top: 0;
    font-size: 24px;
    line-height: 40px;
  }

  .overview-text {
    margin-bottom: 50px;
    padding-bottom: 0;
  }

  .text-block-10 {
    font-size: 29px;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .youtube-info-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-5, .heading-3-s-2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .blog-content {
    width: 90%;
  }

  .blog-post {
    margin-bottom: 54px;
  }

  .link-to-page, .heading-wrapper {
    width: 90%;
  }

  .post-heading {
    font-size: 24px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .paragraph {
    font-size: 15px;
  }

  .heading {
    font-size: 23px;
  }

  .div-block-18 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-2 {
    font-size: 15px;
  }

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

  .button-4 {
    text-align: center;
    font-size: 14px;
  }

  .campain-info-section {
    margin-top: 0;
  }

  .heading-1_type2 {
    letter-spacing: 0;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    line-height: 32px;
  }

  .image-3 {
    max-width: 80%;
  }

  .item-info-block {
    background-color: #fff;
  }

  .mv-block, .w724-block {
    margin-bottom: 0;
  }

  .heading-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
  }

  .paragraph-01 {
    font-family: Noto Sans JP, sans-serif;
    font-size: 16px;
    line-height: 30px;
  }

  .dvblock-01 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .html-embed {
    justify-content: center;
    width: auto;
    max-width: none;
    display: flex;
  }

  .youtube-link-l {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: auto;
    display: flex;
    overflow: auto;
  }

  .youtube-info {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    font-size: 22px;
    line-height: 32px;
    display: none;
  }

  .bold-text-2 {
    font-size: 21px;
    line-height: 34px;
  }

  .heading-4 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    font-size: 16px;
    line-height: 27px;
  }

  .button-5 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 30px 40px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  .text-block-3 {
    text-align: left;
    font-size: 15px;
  }

  .html-embed-2 {
    width: auto;
    height: 1900px;
  }

  .div-block-42 {
    width: auto;
  }

  .text-block-4 {
    font-size: 18px;
    font-weight: 700;
  }

  .div-block-43 {
    background-color: #464783;
    margin-top: 40px;
  }

  .button-6 {
    letter-spacing: 0;
    background-color: #464783;
    flex: 1;
    padding: 5px 20px;
    font-size: 12px;
  }

  .shop-info-text {
    padding-left: 5px;
    padding-right: 5px;
  }

  .youtube-link-s {
    justify-content: center;
    display: block;
  }

  .heading-3-s {
    font-size: 22px;
    line-height: 32px;
    display: block;
  }

  .text-block-5 {
    font-size: 13px;
  }

  .div-block-45 {
    max-width: 400px;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button-2 {
    display: none;
  }

  .rl_header62_spacing-block-3 {
    font-size: 15px;
  }

  .rl-heading-style-h1 {
    font-size: 2rem;
  }

  .rl-text-style-subheading {
    font-size: 1rem;
  }

  .image-8 {
    max-width: 100%;
  }

  .icon {
    display: none;
  }

  .paragraph-title {
    margin-bottom: 0;
    padding-top: 20px;
    font-size: 35px;
    line-height: 50px;
  }

  .button-7 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 30px 40px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
  }

  .image-9 {
    margin-top: 0;
  }

  .action-block-2 {
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .heading-1_type2-2 {
    letter-spacing: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 30px;
  }

  .overview-text {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 33px;
  }

  .text-block-9 {
    margin-top: 0;
    padding-top: 10px;
    font-size: 18px;
  }

  .overview-text2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 30px;
  }

  .text-block-10 {
    font-size: 18px;
  }

  .text-block-11 {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .button-8 {
    font-size: 18px;
  }

  .uui-heading-xsmall {
    font-size: 1.1rem;
  }

  .text-block-12 {
    font-size: 14px;
  }

  .text-block-13 {
    font-size: 9px;
  }

  .youtube-info-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-5 {
    font-size: 22px;
    line-height: 32px;
    display: none;
  }

  .heading-3-s-2 {
    font-size: 22px;
    line-height: 32px;
    display: block;
  }

  .html-embed-6 {
    text-align: center;
    justify-content: center;
    width: auto;
    max-width: none;
    display: flex;
    overflow: auto;
  }

  .image21 {
    background-color: #fff;
  }

  .text-block-14 {
    font-size: 9px;
  }
}


