:root {
  --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;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --black: #192024;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

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

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

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

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border: 3px #6b3a07;
  border-radius: 4px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 12px 30px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  color: #6b3a07;
  background-color: #fff;
}

.button.w--current {
  background-color: #6b3a07;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

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

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

.button.header {
  margin-left: 40px;
  margin-right: 20px;
  display: block;
}

.button.en-me-time {
  z-index: 99;
  background-color: #295781;
  border-width: 2px;
  border-color: #295781;
  border-radius: 50px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
  position: relative;
}

.button.en-me-time:hover {
  color: #295781;
  background-color: #fff;
  border-width: 2px;
}

.button.lineart {
  background-color: #fff;
  border-style: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 0;
  display: flex;
}

.button.lineart.right {
  justify-content: flex-start;
  align-items: center;
}

.button.sin {
  color: #fff;
  background-color: #6b3a07;
}

.button.ck {
  background-color: #000;
  border-style: none;
  border-color: #fff;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 1vw 8vw;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
  line-height: 1.8rem;
  display: inline-block;
}

.button.ck:hover {
  color: #fff;
  -webkit-text-stroke-color: white;
}

.navigation-link {
  color: #676770;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-bar {
  z-index: 998;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: flex;
  position: fixed;
  box-shadow: 0 4px 4px #00000040;
}

.hamburger-button:active {
  background-color: #fff;
}

.navigation-menu {
  color: #000;
  text-align: right;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  padding: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
  display: inline-flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.navigation-menu.ear {
  width: 75px;
  padding: 10px 15px 8px;
}

.navigation-menu.contents {
  width: 160px;
  max-width: none;
  padding: 10px 15px 8px;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

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

.brand-link.w--current {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 39.45px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  display: block;
  position: static;
}

.section {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

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

.section.airstyleinstructions {
  background-color: #d3edfc;
  padding-left: 0;
  padding-right: 0;
}

.section.en-me-time {
  flex-flow: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.section.en-me-time.btn {
  background-color: #c7b19f;
  padding-top: 70px;
  padding-bottom: 80px;
}

.section.en-me-time.news {
  background-color: #c8b29f;
  width: 100%;
  max-width: 100%;
  padding: 40px 0;
  display: none;
}

.section.en-me-time.first {
  z-index: 6;
}

.section.tomford {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10vw 0 0;
}

.section.tomford.products {
  background-color: #f4f3f3;
  margin-left: 0;
  margin-right: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}

.section.tomford.shop {
  background-color: #f4f3f3;
  padding-top: 7vw;
  padding-bottom: 7vw;
}

.section.ck {
  background-color: #ddd;
}

.section.lineart {
  padding-top: 80px;
  padding-bottom: 80px;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
}

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

.hero-section.centered {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-image: url('../images/アートボード-2-のコピー-1.png');
  background-position: 100%;
  background-size: cover;
  border-bottom: 4px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: start;
  place-items: center stretch;
  width: 100%;
  max-width: 1200px;
  height: 44vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.hero-section.centered.lady {
  background-image: url('../images/lady.png');
  max-width: none;
}

.hero-section.centered.men {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/men.png');
  background-position: 50%;
  background-size: cover;
  border-bottom-style: none;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: center stretch;
  max-width: none;
  height: 44vh;
  margin-top: 0;
  padding: 60px 30px 80px;
  display: grid;
}

.hero-section.centered.tomford {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  background-image: none;
  border-bottom-style: none;
  grid-template-columns: 1fr;
  place-items: center;
  max-width: 100%;
  height: 80vh;
}

.hero-section.centered.tomford.glasses {
  background-color: #fff;
  height: auto;
  margin-top: 10vw;
  display: none;
}

.hero-section.airstyle {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero-section.en-me-time {
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.hero-section.line, .hero-section.ck {
  padding-top: 0;
  padding-bottom: 0;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.hero-subheading {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
  display: flex;
}

.hero-subheading.lineart {
  margin-left: 2vw;
  margin-right: 2vw;
}

.hero-subheading.ck {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-right: 20px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

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

.hollow-button.all-caps {
  text-transform: uppercase;
}

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

.section-heading.centered {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-title-group {
  margin-bottom: 0;
}

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

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

.footer {
  background-color: #0000;
  background-image: url('../images/back.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 6vw 5%;
  display: none;
}

.footer.center {
  z-index: 998;
  color: #000;
  text-align: center;
  background-color: #fff0;
  background-image: none;
  border-top: 1px #dbdbdb;
  padding: 35px 0%;
  font-family: Noto Serif JP, sans-serif;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

.footer.common {
  text-align: center;
  background-color: #000;
  background-image: none;
  padding: 35px 0;
  display: block;
}

.footer.airstyle {
  display: none;
}

.footer-text {
  color: #fff;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 10px;
  display: block;
}

.grid-image {
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

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

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

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

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
  margin-bottom: 20px;
}

.form {
  margin-top: 40px;
}

.spc {
  grid-column-gap: 69px;
  grid-row-gap: 69px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 0;
  padding-right: 5%;
  display: flex;
}

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

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

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 60%;
  display: flex;
}

.container-2 {
  display: block;
}

.image-2 {
  width: 100%;
  max-width: 50%;
}

.image-2.lineart {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2vw;
  padding-right: 2vw;
  display: block;
}

.flex-block {
  color: #6a859c00;
  border: 0 #000;
  border-bottom: 1px #acacac;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.flex-block.rup-up {
  flex-flow: row-reverse wrap-reverse;
  margin-bottom: 0;
}

.flex-block.rup-up.last {
  margin-bottom: 80px;
}

.flex-block.lineart_glasses {
  padding-left: 0;
  padding-right: 0;
}

.flex-block.ck {
  padding-right: 20px;
}

.body {
  background-color: #edeff200;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.container--4 {
  background-color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0%;
  display: flex;
  position: static;
}

.image-3 {
  width: 100%;
  max-width: 180px;
  height: 39.45px;
  margin-left: 0;
  display: block;
}

.image-4 {
  width: 100%;
  max-width: 250px;
  padding-top: 40px;
}

.container-4 {
  text-align: center;
  flex-flow: column;
  display: flex;
}

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

.image-5 {
  border: 1px solid #acacac;
  border-radius: 1px;
  width: 100%;
  max-width: 250px;
}

.image-5.lineart {
  max-width: 90%;
  display: block;
}

.image-5.ck {
  max-width: 300px;
  padding: 10px 20px;
}

.image-5.ck.left {
  max-width: 100%;
  margin-right: 10px;
}

.image-5.ck.right {
  max-width: 100%;
  margin-left: 20px;
}

.image-5.shin {
  border-style: none;
}

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

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

.image-8 {
  width: 100%;
  max-width: 160px;
  display: block;
}

.image-9 {
  width: 100%;
  max-width: 14px;
  margin-right: 5%;
}

.image-9.logo {
  max-width: 43vw;
  margin-bottom: 0;
}

.image-9.logo.tomford {
  margin-right: 0%;
}

.image-9.ck {
  max-width: 100%;
  margin-right: 0%;
}

.paragraph {
  color: #000;
  margin-top: 20px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.paragraph.series {
  color: #6b3a07;
  margin-top: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.paragraph.series.lineart {
  color: #000;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 20px;
}

.paragraph.lineart {
  text-align: left;
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
}

.paragraph.lineart_attention {
  font-size: 14px;
}

.paragraph.ck_frame {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.paragraph.ck {
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.paragraph.ck.under {
  margin-bottom: 0;
}

.paragraph.ck_color {
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.paragraph.ck_price {
  color: #acacac;
  letter-spacing: 0;
  align-self: baseline;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph-2 {
  font-family: Noto Serif JP, sans-serif;
}

.paragraph-3 {
  color: #000;
}

.div-block {
  background-image: url('../images/lady.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block.men {
  background-image: url('../images/back.png');
}

.div-block.lineart_title {
  background-image: none;
  border-bottom: 2px solid #ddd;
  width: auto;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  font-family: Noto Serif JP, sans-serif;
  font-size: 30px;
}

.paragraph-4.lineart {
  color: #000;
  margin: 0;
}

.paragraph-5 {
  margin-top: 0;
  margin-bottom: 0;
}

.subcopy {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 18px;
  line-height: 38px;
}

.subcopy.sp {
  display: block;
}

.subcopy.sp.sin, .subcopy.sp.ck, .subcopy.sp.lineart {
  display: none;
}

.subcopy.pc.ck {
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.subcopy.pc.lineart {
  margin-bottom: 0;
  line-height: 36px;
}

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

.button-flex-block.lineart {
  margin-top: 40px;
}

.copy-down {
  margin-top: 20px;
}

.link {
  color: #fff;
  font-family: Noto Serif JP, sans-serif;
  text-decoration: none;
  display: block;
}

.link.footer_btn {
  color: #fff;
  padding-bottom: 20px;
}

.heading {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Noto Serif JP, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  text-decoration: none;
}

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

.link-block {
  background-color: #fff9;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 350px;
  margin-left: 0%;
  margin-right: 0%;
  padding: 5%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block.logoblock {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #000;
  text-align: left;
  -webkit-text-stroke-color: black;
  background-color: #fff9;
  border-radius: 4px;
  width: 100%;
  max-width: 350px;
  margin-left: 0%;
  margin-right: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 5%;
  position: relative;
}

.link-block.pc {
  border: 2px solid #0376c9;
  border-radius: 999px;
  flex-flow: row;
  min-width: 104px;
  max-width: 104px;
  height: 38px;
  margin-left: 10px;
  padding: 10px;
}

.link-block.ec {
  color: #fff;
  background-color: #0376c9;
  border: 2px solid #0376c9;
  border-radius: 999px;
  flex-flow: row;
  min-width: 138px;
  max-width: 138px;
  height: 38px;
  margin-left: 10px;
  padding: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.link-block.shop {
  background-color: #fc524c;
  border: 2px solid #fc524c;
  border-radius: 999px;
  flex-flow: row;
  min-width: 104px;
  max-width: 104px;
  height: 38px;
  margin-left: 10px;
  padding: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  display: flex;
}

.link-block.shop.none {
  display: block;
}

.link-block-2 {
  text-decoration: none;
}

.logo {
  width: 100%;
  max-width: 320px;
  margin-bottom: 2vw;
}

.logo.ec {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logo.btn {
  max-width: 220px;
  margin-bottom: 2vw;
  padding-top: 17px;
  padding-bottom: 17px;
  display: block;
}

.column {
  background-color: #fff0;
  border-radius: 4px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0%;
  display: flex;
}

.column.last {
  display: none;
}

.columns {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1%;
  padding-right: 1%;
}

.container-5 {
  display: none;
  overflow: visible;
}

.div-block-2 {
  width: 100%;
  max-width: 1200px;
}

.div-block-3 {
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  margin-right: 0%;
  display: block;
}

.image-10 {
  width: 16px;
  margin-bottom: 35px;
  margin-right: 35px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-block {
  color: #000;
  margin-left: 30px;
  margin-right: 0;
  padding-left: 0;
  font-family: Noto Serif JP, sans-serif;
  line-height: 32px;
  text-decoration: none;
}

.image-11 {
  width: 100%;
  max-width: 700px;
  margin-bottom: 60px;
  display: block;
}

.text-block-2 {
  color: #000;
  letter-spacing: 8px;
  margin-bottom: 60px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

.text-block-2.lineart {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
}

.paragraph-6 {
  color: #00afec;
  text-align: left;
  background-color: #fff;
  width: 100%;
  max-width: 40%;
  padding: 60px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}

.image-12 {
  width: 100%;
  max-width: 50%;
  position: relative;
}

.flex-block-2 {
  flex-flow: row;
  justify-content: space-between;
}

.airstylepointbox {
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
}

.image-13 {
  width: 100%;
  max-width: 150px;
}

.airstylepointimg {
  width: 100%;
  max-width: 15vw;
  padding-left: 10px;
  padding-right: 10px;
}

.image-14 {
  z-index: 0;
  width: 100%;
  max-width: 38vw;
  position: absolute;
  inset: auto 2vw 5vw auto;
}

.airstyleframe {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.airstylewomenimg {
  width: 100%;
  max-width: 35vw;
  padding-left: 10px;
  padding-right: 10px;
}

.flex-block-4 {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
}

.div-block-5 {
  width: 100%;
  max-width: 35vw;
}

.paragraph-7 {
  color: #000;
  text-align: center;
}

.paragraph-7.airstyleprice {
  color: #73797c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.paragraph-7.airstyleglassesname {
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
}

.image-15 {
  width: 100%;
  display: block;
}

.icon-2 {
  -webkit-text-fill-color: #000;
  padding-bottom: 28px;
  font-size: 18px;
  inset: auto auto 0% 80%;
}

.icon-3 {
  -webkit-text-fill-color: #000;
  padding-bottom: 28px;
  font-size: 18px;
  inset: auto 80% 0% auto;
}

.slide {
  background-color: #fff;
  height: 100px;
}

.slider {
  background-color: #fff;
  height: 17vw;
  padding-left: 3vw;
  padding-right: 3vw;
}

.mask {
  height: 200px;
}

.slide-nav {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  display: flex;
}

.airstylemenbox {
  padding-top: 80px;
}

.image-16 {
  width: auto;
  max-width: none;
  height: 95vh;
  padding: 110px 0 40px;
  display: block;
}

.image-16.pc {
  min-width: auto;
  height: 90vh;
  min-height: 580px;
  position: relative;
}

.right-arrow {
  width: 100%;
  max-width: 35%;
  font-size: 10px;
}

.left-arrow, .right-arrow-2, .left-arrow-2, .right-arrow-3, .left-arrow-3, .right-arrow-4, .left-arrow-4, .right-arrow-5, .left-arrow-5, .right-arrow-6, .left-arrow-6, .right-arrow-7, .left-arrow-7, .right-arrow-8, .left-arrow-8 {
  width: 100%;
  max-width: 35%;
}

.div-block13 {
  align-items: center;
  margin-right: 3%;
  display: flex;
}

.div-block10 {
  width: 100%;
  max-width: 30%;
  display: flex;
}

.logoblock {
  width: auto;
  max-width: none;
  margin-right: 3%;
  display: block;
}

.image10 {
  width: 100%;
  max-width: 224px;
  margin-right: 0%;
  display: block;
}

.list {
  margin-bottom: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.link-2 {
  color: #000;
  text-decoration: none;
  display: block;
}

.icon2.sp {
  display: none;
}

.text-block-3 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.dropdown-toggle {
  justify-content: space-between;
  padding: 10px 15px 8px;
  display: flex;
}

.paragraph-8 {
  color: #0376c9;
  margin: 0 5% 0 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.image-17 {
  width: 100%;
  max-width: 14px;
  margin-right: 5%;
}

.paragraph-5 {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.link-block-4 {
  margin-left: 10px;
  padding: 10px;
}

.paragraph-9 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 28px;
}

.list-item {
  padding: 0;
}

.list-item.contents {
  padding: 10px 15px 8px;
}

.footertext {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-6 {
  height: 69px;
}

.sihincopy {
  width: 100%;
}

.ec.sp, .shopbutton, .image-18.sp, .sp {
  display: none;
}

.pcnav {
  background-color: #fff;
  width: 100vw;
  padding-top: 15px;
  display: block;
}

.flex-box6 {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-right: 5%;
  font-size: 16px;
  line-height: 20px;
}

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

.flex-block-5 {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-right: 5%;
  font-size: 16px;
  line-height: 20px;
}

.dropdown-link {
  margin-bottom: 5px;
  margin-left: 0;
  padding: 5px 0;
  font-size: 14px;
  line-height: 21px;
}

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

.dropdown-list {
  background-color: #ddd0;
}

.flex-block-6 {
  text-align: left;
  background-color: #fff;
  width: 137vw;
  min-width: auto;
  margin-left: -37vw;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 25vw;
  box-shadow: inset 0 3px 3px #0003;
}

.flex-block-6.service {
  width: 150vw;
  margin-left: -50vw;
}

.flex-block-6.contact {
  padding-left: 37vw;
}

.div-block-7 {
  width: 223px;
  max-width: 100%;
  margin-right: 5vw;
}

.image-21 {
  width: 100%;
}

.link-block-5 {
  color: #000;
  width: 165px;
  max-width: 100%;
  margin-right: 5vw;
  text-decoration: none;
}

.image-22 {
  max-width: 8px;
}

.flex-block-7 {
  justify-content: space-between;
  align-items: center;
}

.paragraph-12 {
  color: #000;
  font-weight: 700;
  line-height: 21px;
}

.flex-block-8 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-right: 5%;
}

.flex-block-9, .link-block-9 {
  display: none;
}

.image-25 {
  width: 100%;
  max-width: 35%;
  margin-left: 40px;
  padding-left: 0;
  padding-right: 0;
}

.image-26 {
  width: 100%;
  max-width: 30%;
  margin-right: 40px;
  padding: 0;
}

.div-block-8 {
  border: 1px solid #000;
}

.image-27 {
  width: 100%;
  max-width: 8px;
  margin-left: 20px;
}

.flex-block-10 {
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
}

.paragraph-13 {
  text-align: center;
  -webkit-text-stroke-color: #73797c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.link-block-10 {
  opacity: 1;
  color: #000;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #73797c;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 70vw;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  font-family: Noto Sans JP, sans-serif;
  text-decoration: none;
  display: block;
}

.link-block-10:hover {
  opacity: .7;
}

.flex-block-11 {
  color: #000;
  justify-content: space-around;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Noto Serif JP, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.paragraph-14 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 14px;
}

.modal {
  z-index: 999;
  mix-blend-mode: normal;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.modal.en-me-time, .modal.en-me-time.red1 {
  display: none;
}

.modal-bg {
  background-color: #00000026;
  width: 100%;
  height: 100%;
}

.modal-bg.en-me-time {
  opacity: 1;
  filter: blur();
  background-color: #0009;
  position: fixed;
}

.modal-container {
  background-color: #fff;
  width: 100%;
  max-width: 35rem;
  margin-top: 69px;
  padding: 40px;
  position: absolute;
}

.modal-container.en-me-time {
  border-radius: 60px;
  width: 58.5%;
  min-width: 800px;
  max-width: 1100px;
  margin-top: 0;
  padding: 5%;
}

.paragraph-15 {
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.closetext {
  text-decoration: none;
  transform: rotate(45deg);
}

.link-block-11 {
  color: #000;
  font-size: 4rem;
  text-decoration: none;
  position: absolute;
  inset: 2rem 1rem auto auto;
}

.link-block-12 {
  border-bottom: 1px solid #000;
  display: block;
}

.button-2 {
  color: #73797c;
  text-align: center;
  background-color: #3898ec00;
  padding: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 28px;
  text-decoration: underline;
  display: block;
}

.image-28 {
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: block;
}

.image-29.tab, .image-29.sp, .image-30 {
  display: none;
}

.heading-2 {
  color: #6a859c00;
  position: absolute;
}

.slider-2 {
  display: none;
}

.dropdown-toggle-2 {
  padding: 0;
}

.dropdown-list-4 {
  position: absolute;
}

.dropdown-list-4.w--open {
  color: #000;
  -webkit-text-stroke-color: white;
  background-color: #fff;
  width: 200%;
  max-width: 200%;
  inset: 200% 100px auto -300%;
}

.mv.en-me-time {
  width: 100%;
  display: none;
}

.slider-3 {
  width: 100%;
  max-width: 100%;
  height: 90vh;
  margin-top: 0;
  padding-top: 0;
}

.mask-3 {
  width: 100%;
  max-width: 100%;
}

.slide-3 {
  z-index: 6;
  background-image: url('../images/mv1-PC.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
}

.slide-3.mv2 {
  background-image: url('../images/mv2-PC3.webp');
  background-position: 100%;
}

.slide-3.mv3 {
  background-color: #fff;
  background-image: url('../images/mv3.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3.mv4 {
  background-image: url('../images/mv4.png');
  background-position: 100%;
}

.left-arrow-9, .right-arrow-9, .slide-nav-3 {
  display: none;
}

.image-32 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  display: block;
  position: relative;
}

.image-33 {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  display: block;
}

.flex-block-12 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 28vw;
  margin-left: 10vw;
  padding-top: 32vh;
}

.flex-block-12.none {
  margin-left: 8vw;
  padding-top: 35vh;
}

.flex-block-13 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.image-34 {
  width: 100%;
  max-width: 25%;
}

.image-34.snap, .image-34.none {
  opacity: 0;
}

.image-35 {
  width: 100%;
  max-width: 65%;
}

.image-36 {
  padding-bottom: 40px;
}

.link-block-13 {
  background-color: #fff;
  border-radius: 100px;
  width: 100%;
  max-width: 30%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 40px;
  display: block;
}

.flex-block-14 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.flex-block-14.last {
  margin-top: -100px;
  padding-bottom: 0;
}

.flex-block-14.last.pink {
  padding-bottom: 100px;
}

.section-2 {
  z-index: 6;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.slider-4 {
  width: 100%;
  max-width: 50%;
}

.slider-4.model {
  background-color: #ddd0;
  height: 100%;
}

.slider-4.glasses {
  background-color: #ddd0;
  max-width: 45%;
  height: 230px;
  margin-left: auto;
  margin-right: auto;
}

.image-37 {
  width: 100%;
  max-width: 50%;
}

.image-38 {
  width: 100%;
  display: block;
}

.mask-4 {
  width: 100%;
  max-width: 100%;
}

.slide-4 {
  vertical-align: baseline;
}

.left-arrow-10, .right-arrow-10, .slide-nav-4 {
  display: none;
}

.icon-6 {
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
}

.icon-6.right {
  margin-left: 60px;
}

.icon-6.left {
  margin-right: 60px;
}

.icon-7 {
  color: #000;
}

.en-me-timecolor {
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  line-height: 48px;
}

.link-3 {
  color: #000;
  text-decoration: underline;
  display: block;
}

.left-arrow-11 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 50%;
  display: block;
}

.image-39 {
  width: 100%;
}

.slide-nav-5 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  font-size: 10px;
  display: flex;
}

.right-arrow-11 {
  width: 100%;
  max-width: 50%;
}

.image-40 {
  width: 100%;
}

.flex-block-15 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.en-me-timetitleimg {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: block;
}

.en-me-timeblock {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0 0;
  position: relative;
}

.en-me-timeblock.red {
  z-index: 0;
}

.en-me-timedescription {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  display: block;
}

.en-me-timedescription.sp {
  display: none;
}

.lipimg {
  z-index: 888;
  width: 100%;
  max-width: 30%;
  position: absolute;
  inset: -5% auto auto -5%;
}

.slide-5 {
  width: 100%;
  max-width: 50vw;
  margin-left: auto;
  margin-right: auto;
}

.mask-5 {
  width: 100%;
  margin-right: 0;
}

.div-block-9 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-10 {
  z-index: -1;
  background-color: #eae5e3;
  width: 100%;
  max-width: 100%;
  height: 266px;
  margin-top: -100px;
  position: relative;
  transform: skew(0deg, 4deg);
}

.div-block-10.left {
  transform: skew(0deg, -4deg);
}

.div-block-10.left.rose {
  background-color: #e9e2cf;
}

.div-block-10.left.pink {
  background-color: #f3e3e5;
}

.div-block-10.left.top {
  z-index: 10;
  background-color: #c8b29f;
  height: 11.5vh;
  margin-top: 0;
  position: absolute;
  transform: skew(0deg, -2deg);
}

.div-block-10.left.top.denim {
  z-index: 5;
  background-image: url('../images/denim.jpg');
  background-position: 0 0;
  background-size: cover;
  max-width: 45%;
  height: 16vh;
  transform: skew(0deg, -10deg);
}

.div-block-10.left.top.denim.news {
  z-index: 1;
  inset: -35% auto auto 0%;
}

.div-block-10.left.top.denim.news.under {
  inset: auto 0% -40% auto;
}

.div-block-10.left.top.denim.news.under.btn {
  bottom: -30%;
}

.div-block-10.left.top.denim.news.none {
  display: none;
}

.div-block-10.terracotta {
  background-color: #e9f1d8;
}

.image-41 {
  width: 100%;
  max-width: 35%;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-42 {
  width: 100%;
  max-width: 35%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.footer-text-2 {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.footer-2 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer-2.center {
  text-align: center;
  background-color: #000;
  border-top: 1px #dbdbdb;
}

.wrapper.en-me-time {
  width: 360%;
  max-width: none;
  padding-bottom: 100px;
  overflow: hidden;
}

.innercontent.en-me-time {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
  overflow: hidden;
}

.content-en-me-time {
  width: auto;
  max-width: none;
  display: flex;
  overflow: hidden;
}

.loopglasses {
  width: 500px;
  max-width: none;
  margin-right: 4vw;
  padding: 10vw 2vw;
  overflow: hidden;
}

.loopglasses.black {
  background-color: #eae5e3;
  padding-top: 150px;
  padding-bottom: 150px;
}

.loopglasses.rose {
  background-color: #e9e2cf;
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.loopglasses.red {
  background-color: #eae5e3;
}

.loopglasses.terracotta {
  background-color: #e9f1d8;
}

.loopglasses.pink {
  background-color: #f3e3e5;
}

.loopglasses.under {
  margin-top: 130px;
}

.div-block-11 {
  display: flex;
}

.div-block-12 {
  width: 100%;
  max-width: 25%;
}

.paragraph-16 {
  color: #b28247;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-17 {
  color: #b28247;
  writing-mode: vertical-rl;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.vector {
  justify-content: center;
  align-items: center;
}

.vector.pc {
  width: 100%;
  max-width: 1200px;
  margin-left: 60px;
  margin-right: 60px;
}

.div-block-13 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  display: block;
}

.div-block-13.pc {
  display: flex;
}

.div-block-13.sp {
  display: none;
}

.image-43 {
  width: 100%;
  max-width: 1100px;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.section-3 {
  display: none;
}

.link-block-14 {
  color: #000;
  text-decoration: none;
  position: absolute;
  inset: -1% -5% auto auto;
  transform: rotate(45deg);
}

.paragraph-18 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 14px;
}

.titleen-me-time {
  color: #000;
  margin-bottom: 6vmin;
  font-family: Noto Sans JP, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 50px;
}

.image-44 {
  max-width: 70%;
  margin-bottom: 6vmin;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-15 {
  display: flex;
}

.modallabel {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 40%;
  margin-right: 3%;
  padding: 18px 3%;
  display: flex;
}

.modallabel.price {
  max-width: 60%;
}

.text-block-5 {
  color: #000;
  width: 83px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 19px;
  line-height: 29px;
}

.text-block-6 {
  color: #000;
  font-family: Noto Sans JP, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
}

.text-block-7 {
  color: #000;
  margin-bottom: 5px;
  margin-left: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.paragraph-19 {
  color: #000;
  -webkit-text-stroke-color: black;
  margin-top: 18px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.div-block-16 {
  background-color: #c8b29f;
  width: 60%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.newstext {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 48px;
}

.newstext.under {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}

.h2.en-me-time {
  color: #fff;
  margin-bottom: 10px;
  font-family: EB Garamond, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.h2.en-me-time.which {
  font-size: 60px;
  line-height: 80px;
}

.image-45 {
  width: 100%;
  max-width: 960px;
  padding-top: 10px;
  padding-bottom: 80px;
}

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

.heading-3, .heading-4 {
  opacity: 0;
  position: absolute;
}

.tomford_flex {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 10vw;
  padding-left: 0;
  padding-right: 0;
}

.tomford_flex.reverse {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 7vw;
  padding-left: 0;
  padding-right: 0;
}

.tomford_concept_text {
  color: #000;
  text-align: left;
  letter-spacing: 1.5px;
  border-top: 4px solid #000;
  margin-top: 1vw;
  margin-bottom: 0;
  padding-top: 4vw;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8rem;
}

.tomford_concept_text.products {
  text-align: center;
  border-top-style: none;
  width: 820px;
  margin: 0 auto;
  padding: 0 0 50px;
}

.tomford_concept_text.right {
  border-top-style: none;
  border-bottom: 0 #000;
  margin-top: 0;
}

.tomford_h3 {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6em;
}

.tomford_h3.right {
  border-bottom: 4px solid #000;
  width: 100%;
  max-width: 490px;
  padding-bottom: 1vw;
}

.image-46 {
  width: 100%;
  max-width: 50%;
  padding-right: 10vw;
}

.div-block-18 {
  width: 100%;
  max-width: 50%;
}

.image-47 {
  width: 100%;
  max-width: 38vw;
  max-height: none;
  padding-left: 10vw;
}

.image-47.reverse {
  padding-left: 0;
  padding-right: 10vw;
}

.tomford_h2 {
  color: #000;
  letter-spacing: 2px;
  margin-bottom: 0;
  padding-bottom: 50px;
  font-family: Lato, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.7em;
  display: none;
}

.container-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: center;
  display: grid;
}

.container-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". . ."
                 ". . Area"
                 / 1fr 1fr 1fr;
  grid-auto-columns: .25fr;
  display: grid;
}

.container-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.container-9 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-19 {
  max-width: 490px;
}

.div-block-19.right {
  max-width: 100%;
  margin-right: auto;
  padding-left: 2.8vw;
  padding-right: 2.8vw;
}

.paragraph-20 {
  color: #000;
  text-align: center;
  width: 820px;
  margin: 0 auto;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.image-48 {
  width: 100%;
  max-width: 1000px;
  padding-top: 100px;
}

.right-arrow-12, .left-arrow-12, .slide-nav-6 {
  display: none;
}

.slider-5 {
  width: 100%;
  max-width: 1100px;
  height: 100%;
  display: none;
}

.section-4 {
  background-image: url('../images/tomford_womwen.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 75vh;
}

.section-4.men {
  background-image: url('../images/tomford_man.webp');
}

.div-block-20 {
  background-color: #f4f3f3;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8vw;
  padding-left: 8vw;
  padding-right: 8vw;
}

.div-block-21 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 8vw;
  padding-right: 8vw;
}

.tomford_attention {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2vw;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.tomford_attention.pc {
  font-size: .8rem;
}

.tomford_button {
  letter-spacing: 1.5px;
  background-color: #000;
  padding: 1vw 8vw;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
  line-height: 1.8rem;
}

.image-50 {
  width: 100%;
  display: block;
}

.image-50.sp {
  display: none;
}

.image-51 {
  width: 100%;
  max-width: 30vw;
  display: none;
}

.text-span {
  color: #3b1db2;
}

.lineart_section {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2vw;
  padding-right: 2vw;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  font-family: Noto Serif JP, sans-serif;
}

.image-52 {
  max-width: 70%;
  display: block;
}

.image-53 {
  max-width: 70%;
}

.ck_attention {
  opacity: .6;
  color: #000;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
}

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

.div-block-22.ck_frame_under {
  padding-bottom: 20px;
}

.flex-block-16 {
  flex: 0 auto;
  order: 0;
  align-self: baseline;
  padding-bottom: 40px;
}

.ck_framebox {
  width: 100%;
  max-width: 50%;
}

.ck_framebox.none {
  opacity: 0;
}

.ck_conte {
  border-bottom: 1px solid #acacac;
  width: 100%;
  max-width: 100%;
}

.ck_point {
  border: 1px solid #000;
  width: 100%;
  max-width: 85%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 30px;
}

.point_ck {
  z-index: 1;
  color: #000;
  text-align: center;
  background-color: #fff;
  width: 100%;
  max-width: 100px;
  margin: 50px auto -12px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  display: block;
  position: relative;
}

.flex-block-17 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 25%;
}

.image-54 {
  width: 100%;
  max-width: 30%;
}

.image-54.ck_point_img {
  max-width: 25%;
}

.paragraph-21 {
  width: 100%;
  max-width: 70%;
}

.ck_point_title {
  color: #000;
  padding-left: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

.lineart_btn_flex.under {
  padding-top: 20px;
}

.btn_lineart {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.btn_container.lineart {
  max-width: 70%;
  padding-top: 80px;
}

.lineart_glassesbg {
  background-color: #f6f6f6;
  width: 100%;
  max-width: 50%;
}

.paragraph-22 {
  color: #000;
  font-family: Noto Sans JP, sans-serif;
  display: inline;
}

.paragraph-22.label_lineart {
  font-size: 24px;
  font-weight: 600;
}

.paragraph-22.price_lineart {
  color: #acacac;
  padding-left: 10px;
  font-weight: 400;
}

.lineart_glasses_flex {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.lineart_glasses_flex.middle {
  padding-top: 80px;
  padding-bottom: 80px;
}

.lineart_glassesdetailbox {
  width: 100%;
  max-width: 50%;
  padding-left: 50px;
  padding-right: 50px;
}

.lineart_glassesdetailbox.point {
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-23 {
  color: #000;
  font-family: Noto Sans JP, sans-serif;
  line-height: 28px;
}

.paragraph-23.detail_lineart {
  margin-top: 20px;
  margin-bottom: 0;
}

.official_btn_lineart {
  width: 100%;
  max-width: 250px;
}

.lineart_glasses {
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.image-55 {
  margin-right: 220px;
}

.div-block-24 {
  width: 100%;
  max-width: 87.5%;
  position: relative;
}

.div-block-24.lineart_right {
  max-width: 87.5%;
  margin-left: auto;
}

.div-block-25 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 35%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-25.lineart_right {
  padding-left: 5%;
  padding-right: 0%;
  inset: 0% auto 0% 0%;
}

.paragraph-24 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.image-56 {
  width: 100%;
  max-width: 70%;
  padding-bottom: 2vw;
}

.lineart_glasses_container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.lineart_glasses_container.point {
  padding-bottom: 0;
}

.section_lineart_shop {
  text-align: center;
  background-color: #ebebeb;
  padding-top: 8vw;
  padding-bottom: 8vw;
}

.lineart_attention {
  color: #000;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
}

.lineart_button {
  letter-spacing: 1.5px;
  background-color: #000;
  padding: 1vw 8vw;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
  line-height: 1.8rem;
}

.lineart_pointflex {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.lineart_ponttext {
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Noto Serif JP, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.lineart_pointtitle {
  color: #000;
  margin-top: 0;
  font-family: Noto Serif JP, sans-serif;
  font-size: 22px;
  line-height: 44px;
}

.image-57 {
  width: 100%;
}

.lineart_bnr_sp {
  display: none;
}

@media screen and (min-width: 1920px) {
  .button.ck {
    font-size: 1.5rem;
  }

  .section.tomford {
    margin-left: auto;
    margin-right: auto;
    padding-top: 8vw;
    padding-left: 0;
    padding-right: 0;
  }

  .section.tomford.products {
    display: none;
  }

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

  .hero-section.centered.tomford.glasses {
    margin-top: 8vw;
    padding-top: 0;
  }

  .hero-section.ck {
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-block.ck {
    max-width: 1550px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-9.ck {
    max-width: 100%;
    margin-right: 0%;
  }

  .paragraph.ck {
    font-size: 18px;
    line-height: 18px;
  }

  .paragraph.ck_color {
    font-size: 20px;
    line-height: 20px;
  }

  .paragraph.ck_price {
    font-size: 18px;
    line-height: 32px;
  }

  .subcopy.pc.ck {
    font-size: 20px;
    line-height: 40px;
  }

  .subcopy.pc.lineart {
    font-size: 24px;
    line-height: 48px;
  }

  .button-flex-block.lineart {
    margin-top: 60px;
  }

  .text-block-2.lineart {
    margin-bottom: 60px;
    font-size: 50px;
    line-height: 75px;
  }

  .footer-2.center {
    border-top-style: none;
  }

  .tomford_flex, .tomford_flex.reverse {
    padding-bottom: 10vw;
    padding-left: 0;
    padding-right: 0;
  }

  .tomford_concept_text, .tomford_concept_text.right {
    font-size: 1.5em;
    line-height: 2.5rem;
  }

  .tomford_h3 {
    font-size: 3em;
  }

  .tomford_h3.right {
    max-width: 40%;
    font-size: 3em;
  }

  .div-block-19 {
    max-width: 40%;
  }

  .right-arrow-12, .left-arrow-12, .slide-nav-6, .icon-8, .icon-9 {
    display: none;
  }

  .image-49 {
    width: 100%;
  }

  .slider-5 {
    background-color: #fff;
    width: 100%;
    max-width: 1200px;
    height: 100%;
  }

  .section-4.men {
    background-position: 50% 0;
  }

  .div-block-20 {
    padding-top: 8vw;
  }

  .div-block-21 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .tomford_attention.pc {
    font-size: 1.3rem;
    line-height: 2.5rem;
  }

  .tomford_button {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .flex-block-16 {
    padding-bottom: 40px;
  }

  .ck_conte {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .ck_point {
    margin-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .point_ck {
    max-width: 120px;
    margin-top: 80px;
    font-size: 28px;
    line-height: 28px;
  }

  .image-54.ck_point_img {
    max-width: 25%;
  }

  .ck_point_title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .lineart_btn_flex.under {
    padding-top: 1vw;
  }

  .btn_lineart {
    padding-left: .5vw;
    padding-right: .5vw;
  }

  .btn_container.lineart {
    width: 100%;
    max-width: 76.5%;
  }

  .paragraph-22.label_lineart {
    font-size: 36px;
  }

  .paragraph-22.price_lineart {
    font-size: 20px;
  }

  .lineart_glasses_flex {
    max-width: 75%;
  }

  .paragraph-23.detail_lineart {
    font-size: 20px;
    line-height: 40px;
  }

  .official_btn_lineart {
    max-width: 350px;
  }

  .paragraph-24 {
    font-size: 20px;
    line-height: 40px;
  }

  .lineart_glasses_container {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section_lineart_shop {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .lineart_attention.pc {
    font-size: 18px;
    line-height: 36px;
  }

  .lineart_button {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }

  .lineart_pointflex {
    max-width: 75%;
  }

  .lineart_ponttext {
    font-size: 20px;
    line-height: 40px;
  }

  .lineart_pointtitle {
    font-size: 34px;
    line-height: 68px;
  }

  .image-58 {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .button {
    font-size: 14px;
    line-height: 14px;
  }

  .navigation-link {
    color: #ffffff85;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .navigation-bar {
    padding: 0;
  }

  .hamburger-button {
    color: #0376c9;
    -webkit-text-stroke-color: #fff;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: block;
  }

  .hamburger-button:active {
    color: #fff;
    background-color: #fff;
  }

  .hamburger-button.w--open {
    background-color: #3b99d9;
  }

  .navigation-menu {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    text-align: center;
    background-color: #ecf2f6;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 100vh;
    margin: 0;
    padding: 0 15px;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: auto;
    box-shadow: inset 0 4px 4px #0003;
  }

  .navigation-menu.ear {
    box-shadow: none;
    text-align: left;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
    display: block;
    overflow: visible;
  }

  .navigation-menu.contents {
    box-shadow: none;
    text-align: left;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
    display: block;
    overflow: visible;
  }

  .section.airstyleinstructions {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .section.en-me-time {
    padding: 10vw 0 0;
  }

  .section.en-me-time.btn {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section.en-me-time.news {
    width: 100%;
    max-width: 100%;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section.en-me-time.first {
    overflow: hidden;
  }

  .section.tomford {
    padding-top: 10vh;
  }

  .section.tomford.products {
    padding-top: 5vw;
  }

  .section.lineart {
    padding: 8vw 0;
  }

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

  .hero-section.centered.lady {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 50%;
    background-size: 130%;
  }

  .hero-section.centered.men {
    background-position: 50%;
    background-size: 130%;
    padding-top: 124px;
    padding-bottom: 124px;
  }

  .hero-section.centered.tomford {
    height: 80vh;
  }

  .hero-section.centered.tomford.glasses {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section.airstyle {
    background-image: url('../images/sp_mv.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: flex-start;
    align-items: center;
    height: 88vh;
    padding: 60px 0 0;
    position: relative;
  }

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

  .footer {
    flex-flow: wrap-reverse;
    padding-bottom: 10px;
    display: none;
  }

  .footer.center {
    padding-bottom: 0;
  }

  .footer-text {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .spc {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
  }

  .image {
    display: none;
  }

  .container {
    justify-content: center;
    align-items: center;
  }

  .container--4 {
    justify-content: center;
    align-items: center;
    padding: 15px;
  }

  .image-5 {
    max-width: 200px;
  }

  .image-6 {
    max-width: 125px;
  }

  .image-7 {
    max-width: 90px;
  }

  .image-8 {
    max-width: 115px;
  }

  .image-9, .image-9.logo {
    max-width: 400px;
  }

  .image-9.ck.sp {
    display: none;
  }

  .paragraph {
    margin-top: 10px;
    font-size: 16px;
    line-height: 32px;
  }

  .paragraph.series {
    font-size: 18px;
    line-height: 18px;
  }

  .subcopy.pc {
    font-size: 16px;
    line-height: 32px;
  }

  .subcopy.pc.lineart {
    font-size: 14px;
    line-height: 28px;
    display: block;
  }

  .button-flex-block.lineart {
    margin-top: 4vw;
  }

  .link {
    font-size: 14px;
    line-height: 21px;
  }

  .link.footer_btn {
    width: 100%;
    font-size: 14px;
  }

  .heading {
    font-size: 14px;
    line-height: 22px;
  }

  .link-block {
    margin-left: 2%;
    padding: 3vw 5vw;
  }

  .link-block.logoblock {
    margin-right: 2%;
    padding: 3vw 5vw;
  }

  .logo.btn {
    margin-bottom: 2vw;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .column {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .columns {
    flex-flow: wrap-reverse;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .div-block-2 {
    flex-flow: wrap-reverse;
    display: block;
  }

  .div-block-3 {
    text-align: center;
    padding-top: 6vw;
  }

  .text-block {
    margin-left: 0;
    display: block;
  }

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

  .text-block-2.lineart {
    margin-bottom: 4vw;
    font-size: 30px;
    line-height: 45px;
  }

  .icon {
    filter: blur();
    color: #0376c9;
    background-color: #fff;
    display: block;
  }

  .icon:active {
    background-color: #fff;
  }

  .div-block-4 {
    text-align: left;
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-3 {
    padding-bottom: 2vw;
  }

  .paragraph-6 {
    max-width: 45%;
    margin: 0;
    padding: 5.5vw;
    font-size: 14px;
    line-height: 28px;
  }

  .airstylepointbox {
    padding-bottom: 8vw;
  }

  .airstylepointimg {
    max-width: 20vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }

  .image-14 {
    bottom: 6vw;
  }

  .airstyleframe {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .airstylewomenimg {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .airstylewomenimg.left, .airstylewomenimg.right {
    max-width: 40vw;
  }

  .flex-block-4 {
    padding-top: 8vw;
  }

  .div-block-5 {
    max-width: 40vw;
  }

  .slider {
    height: 19vw;
  }

  .mask {
    height: 130px;
  }

  .slide-nav {
    font-size: 8px;
  }

  .airstylemenbox {
    padding-top: 8vw;
  }

  .image-16 {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 90px 20px 20px;
  }

  .image-16.pc {
    display: none;
    overflow: clip;
  }

  .right-arrow, .left-arrow, .right-arrow-2, .left-arrow-2, .right-arrow-3, .left-arrow-3, .right-arrow-4, .left-arrow-4, .right-arrow-5, .left-arrow-5, .right-arrow-6, .left-arrow-6, .right-arrow-7, .left-arrow-7, .right-arrow-8, .left-arrow-8 {
    max-width: 25%;
  }

  .div-block13 {
    width: 100%;
    max-width: 100%;
    margin-right: 0%;
  }

  .div-block10 {
    display: none;
  }

  .image10 {
    max-width: 105px;
  }

  .list {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 20px;
    overflow: auto;
  }

  .icon2.sp {
    margin-right: 0;
    display: block;
  }

  .dropdown-toggle {
    padding: 15px 0;
  }

  .div-block-6 {
    height: 55px;
  }

  .ec {
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .ec.sp {
    margin-right: 10px;
    display: flex;
  }

  .shopbutton {
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .ecimg {
    width: 100%;
    max-width: 16px;
    margin-right: 5px;
  }

  .paragraph-10, .paragraph-11 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Noto Sans JP, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
  }

  .shopimg {
    width: 100%;
    max-width: 16px;
    margin-right: 5px;
  }

  .image-18 {
    padding: 109px 40px 40px;
  }

  .image-18.sp {
    width: 100%;
    max-width: 60vw;
    padding: 60px 0 0;
    display: block;
    overflow: clip;
  }

  .sp {
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .pcnav {
    display: none;
  }

  .flex-box6 {
    justify-content: flex-start;
  }

  .list-item-2 {
    width: 100%;
  }

  .list-item-3 {
    border-bottom: 1px solid #000;
    width: 100%;
    max-width: 100%;
  }

  .flex-block-8 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
  }

  .flex-block-8.last {
    padding-bottom: 30px;
  }

  .dropdown-link-2 {
    margin-left: 0;
    padding: 8px 0;
    font-size: 14px;
    line-height: 28px;
  }

  .dropdown-link-2.last {
    margin-bottom: 30px;
  }

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

  .text-block-4 {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    font-size: 14px;
    line-height: 24px;
  }

  .dropdown-list-2 {
    background-color: #ddd0;
  }

  .image-24 {
    width: 100%;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
  }

  .flex-block-9 {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .link-block-6 {
    width: 100%;
    max-width: 35px;
    margin-left: 13px;
    margin-right: 13px;
  }

  .link-block-7 {
    width: 100%;
    max-width: 50px;
    margin-left: 13px;
    margin-right: 13px;
  }

  .link-block-8 {
    width: 100%;
    max-width: 35px;
    margin-left: 13px;
    margin-right: 13px;
  }

  .dropdown-list-3 {
    background-color: #ddd0;
  }

  .link-block-9 {
    display: block;
  }

  .image-27 {
    max-width: 6px;
    margin-left: 10px;
  }

  .paragraph-13 {
    font-size: 16px;
  }

  .link-block-10 {
    max-width: 80vw;
    margin-top: 8vw;
    padding: 3vw;
  }

  .flex-block-11 {
    padding: 4vw 0;
  }

  .paragraph-14 {
    font-size: 12px;
    line-height: 12px;
  }

  .modal.en-me-time.red1 {
    display: none;
  }

  .modal-container {
    margin-top: 48px;
  }

  .modal-container.en-me-time {
    width: 80%;
    min-width: auto;
    max-width: none;
  }

  .image-29 {
    width: 100%;
    max-width: 100vw;
    height: auto;
    position: absolute;
    inset: auto 0% 0%;
  }

  .image-29.tab {
    display: block;
  }

  .image-30 {
    width: 100%;
    max-width: 450px;
    padding-top: 13vw;
    display: block;
    position: absolute;
  }

  .slider-3 {
    height: 60vh;
  }

  .slide-3 {
    background-image: url('../images/mv-SP1.webp');
    background-position: 50%;
    background-size: cover;
  }

  .slide-3.mv2 {
    background-image: url('../images/mv2-SP.webp');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .slide-3.mv4 {
    background-position: 90%;
  }

  .image-32 {
    width: 100%;
    max-width: 40vw;
    padding-bottom: 5vw;
  }

  .image-33 {
    max-width: 65vw;
    padding-left: 8vw;
  }

  .flex-block-12 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 35%;
    margin-left: 5vw;
    padding-top: 40vh;
  }

  .flex-block-12.sub {
    max-width: 50%;
    padding-top: 0;
  }

  .flex-block-12.none {
    max-width: 30%;
    margin-left: 4vw;
    padding-top: 25vh;
    display: none;
  }

  .link-block-13 {
    margin-left: 1vw;
    margin-right: 1vw;
    padding: 1.5vw 4vw;
  }

  .en-me-timecolor {
    margin-top: 0;
    margin-bottom: 0;
  }

  .flex-block-15.pc {
    z-index: 7;
    position: relative;
  }

  .flex-block-15.sp {
    display: none;
  }

  .en-me-timetitleimg {
    max-width: 50vw;
    padding-bottom: 5vw;
  }

  .en-me-timeblock {
    padding-top: 10vw;
  }

  .en-me-timedescription {
    padding-bottom: 8vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .div-block-9 {
    max-width: 991px;
  }

  .div-block-10.left.top {
    height: 70px;
    transform: skew(0deg, -4deg);
  }

  .div-block-10.left.top.denim {
    max-width: 50%;
    height: 100px;
    transform: skew(0deg, -12deg);
  }

  .div-block-10.left.top.denim.news.under.btn {
    bottom: -110px;
  }

  .image-41 {
    max-width: 40%;
  }

  .image-42 {
    max-width: 40%;
    bottom: 0%;
  }

  .wrapper.en-me-time {
    width: 100%;
    padding-bottom: 10vw;
    overflow: hidden;
  }

  .content-en-me-time {
    width: 360%;
    overflow: hidden;
  }

  .loopglasses {
    margin-right: 2vw;
    padding: 10vw 1vw;
  }

  .loopglasses.rose {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .loopglasses.red {
    padding: 10vw 3vw 10vw 1vw;
  }

  .paragraph-16 {
    font-size: 14px;
  }

  .paragraph-17 {
    font-size: 14px;
    display: inline-flex;
  }

  .vector {
    width: 100%;
    max-width: 100%;
  }

  .vector.pc {
    display: none;
  }

  .div-block-13 {
    max-width: 100%;
    padding-bottom: 10vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .div-block-13.pc {
    display: none;
  }

  .div-block-13.sp {
    display: block;
  }

  .image-43 {
    width: 100%;
    max-width: 80%;
  }

  .section-3 {
    z-index: 6;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding: 5vw;
    display: flex;
    position: relative;
  }

  .titleen-me-time {
    font-size: 24px;
    line-height: 36px;
  }

  .text-block-5 {
    width: auto;
    padding-right: 4vw;
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-6 {
    font-size: 22px;
    line-height: 33px;
  }

  .text-block-7 {
    margin-bottom: 5px;
    margin-left: 1vw;
    font-size: 12px;
    line-height: 18px;
  }

  .newstext {
    font-size: 18px;
    line-height: 36px;
  }

  .newstext.under {
    padding-top: 0;
    font-size: 18px;
    line-height: 32px;
  }

  .newstext.under.sp {
    display: none;
  }

  .h2.en-me-time, .h2.en-me-time.which {
    font-size: 36px;
    line-height: 50px;
  }

  .image-45 {
    padding-bottom: 5vw;
  }

  .image-45.sp {
    display: none;
  }

  .div-block-17 {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .tomford_flex, .tomford_flex.reverse {
    padding-bottom: 10vw;
  }

  .tomford_concept_text {
    margin-top: 1vw;
    padding-top: 4vw;
  }

  .tomford_concept_text.products {
    width: 100%;
    padding-bottom: 5vw;
  }

  .tomford_concept_text.sp {
    display: none;
  }

  .image-47 {
    padding-left: 5vw;
  }

  .image-47.reverse {
    padding-right: 5vw;
  }

  .tomford_h2 {
    padding-bottom: 5vw;
  }

  .div-block-19.right {
    padding-left: 0;
    padding-right: 0;
  }

  .section-4 {
    background-image: url('../images/tomford_womwen.webp'), url('../images/tomford_womwen.webp');
    background-position: 50%, 50%;
    background-repeat: repeat, no-repeat;
    background-size: cover, cover;
    background-attachment: scroll, fixed;
    width: 100%;
    max-width: 100%;
    height: 50vh;
  }

  .tomford_attention.sp {
    display: none;
  }

  .tomford_button {
    padding-left: 100px;
    padding-right: 100px;
  }

  .ck_attention.sp {
    display: none;
  }

  .ck_point_title {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
  }

  .div-block-23.ck_pont_sp {
    display: none;
  }

  .btn_container.lineart {
    max-width: 90%;
    padding-top: 8vw;
  }

  .paragraph-22.label_lineart {
    font-size: 20px;
  }

  .paragraph-22.price_lineart {
    font-size: 12px;
    line-height: 24px;
  }

  .lineart_glasses_flex {
    max-width: 90%;
  }

  .lineart_glasses_flex.middle {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .lineart_glassesdetailbox {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .lineart_glassesdetailbox.point {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .official_btn_lineart {
    max-width: 230px;
  }

  .div-block-24, .div-block-24.lineart_right {
    max-width: 95%;
  }

  .paragraph-24 {
    font-size: 12px;
    line-height: 24px;
  }

  .paragraph-24.sp, .image-56.sp {
    display: none;
  }

  .lineart_glasses_container {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .section_lineart_shop {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .lineart_attention.sp {
    display: none;
  }

  .lineart_button {
    padding-left: 100px;
    padding-right: 100px;
    line-height: 1.8rem;
  }

  .lineart_pointflex {
    max-width: 100%;
  }

  .lineart_ponttext {
    font-size: 14px;
    line-height: 28px;
  }

  .lineart_pointtitle {
    font-size: 18px;
    line-height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

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

  .section.ck {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .white-box {
    margin-bottom: 30px;
  }

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

  .hero-section.centered.lady {
    background-position: 60% 55%;
    background-size: 140%;
  }

  .hero-section.centered.men {
    background-position: 50%;
    background-size: 140%;
  }

  .hero-section.centered.tomford.glasses {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section.airstyle {
    height: 85vh;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .hero-subheading.ck {
    padding-right: 0;
  }

  .form-field.text-area {
    display: block;
  }

  .footer {
    padding-bottom: 0;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    margin-bottom: 10px;
    padding-right: 0%;
    position: static;
  }

  .image {
    display: none;
  }

  .image-2 {
    max-width: 70%;
  }

  .image-2.sin {
    max-width: 50%;
  }

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

  .flex-block.rup-up {
    flex-flow: row-reverse;
    margin-bottom: 0;
    display: flex;
  }

  .flex-block.ck {
    text-align: center;
    padding-right: 0;
    display: block;
  }

  .container-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .title-container {
    padding: 0% 10px;
  }

  .image-5 {
    max-width: 150px;
  }

  .image-5.ck.right {
    margin-left: 0;
  }

  .image-6 {
    max-width: 100px;
  }

  .image-7 {
    max-width: 70px;
  }

  .image-8 {
    max-width: 90px;
  }

  .paragraph {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 28px;
  }

  .paragraph.series {
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
  }

  .paragraph.ck_frame {
    margin-left: 10px;
  }

  .paragraph.ck {
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph.ck_color {
    font-size: 12px;
    line-height: 12px;
  }

  .paragraph.ck_price {
    padding-left: 10px;
    font-size: 12px;
  }

  .div-block.men, .div-block.lady {
    height: 80px;
  }

  .subcopy {
    font-size: 16px;
  }

  .subcopy.sp.lineart {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 28px;
    display: block;
  }

  .subcopy.pc.ck {
    font-size: 14px;
    line-height: 28px;
  }

  .subcopy.pc.lineart {
    display: none;
  }

  .link.footer_btn {
    padding-bottom: 10px;
  }

  .heading {
    font-size: 10px;
    line-height: 20px;
  }

  .logo {
    max-width: 300px;
    margin-bottom: 4vw;
  }

  .logo.btn {
    padding-top: 3.6vw;
    padding-bottom: 3.6vw;
  }

  .div-block-3 {
    padding-top: 8vw;
  }

  .image-10 {
    width: 8px;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .text-block-2.lineart {
    font-size: 24px;
    line-height: 36px;
  }

  .div-block-4 {
    padding-bottom: 0;
  }

  .paragraph-6 {
    max-width: 50%;
  }

  .image-12 {
    max-width: 45%;
  }

  .flex-block-2 {
    justify-content: space-between;
    align-items: center;
  }

  .airstylepointimg {
    max-width: 25vw;
  }

  .image-14 {
    bottom: 15vw;
  }

  .airstylewomenimg.left, .airstylewomenimg.right, .div-block-5 {
    max-width: 40vw;
  }

  .paragraph-7 {
    margin-bottom: 0;
  }

  .slider {
    height: 20vw;
  }

  .slide-nav {
    padding-bottom: 2px;
    font-size: 5px;
  }

  .left-arrow-6 {
    max-width: 25%;
  }

  .footertext {
    font-size: 10px;
    line-height: 15px;
  }

  .image-18 {
    padding: 89px 20px 20px;
  }

  .link-block-8 {
    width: 100%;
    max-width: 35px;
    margin-right: 13px;
  }

  .image-25 {
    margin-left: 2vw;
  }

  .image-26 {
    margin-right: 0;
    padding-right: 2vw;
  }

  .paragraph-13 {
    font-size: 14px;
  }

  .link-block-10 {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .modal-container {
    max-width: 80vw;
  }

  .modal-container.en-me-time {
    border-radius: 6vw;
  }

  .closetext {
    font-size: 3rem;
  }

  .image-30 {
    max-width: 320px;
    padding-top: 15vh;
  }

  .slide-3, .slide-3.mv2 {
    background-position: 50%;
  }

  .slide-3.mv4 {
    background-position: 100%;
  }

  .image-32 {
    max-width: 40vw;
  }

  .image-33 {
    max-width: 70vw;
  }

  .flex-block-12.sub {
    max-width: 50vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-block-12.none {
    display: none;
  }

  .image-36 {
    padding-bottom: 4vw;
  }

  .flex-block-14.last {
    margin-top: -20vw;
  }

  .slider-4.glasses {
    height: 20vw;
  }

  .icon-6.right, .icon-6.left {
    max-width: 25%;
    font-size: 15px;
  }

  .en-me-timecolor {
    padding-top: 1vw;
    font-size: 16px;
    line-height: 32px;
  }

  .link-3 {
    font-size: 14px;
  }

  .left-arrow-11 {
    font-size: 10px;
  }

  .slide-nav-5 {
    padding-bottom: 2px;
    font-size: 5px;
  }

  .right-arrow-11 {
    font-size: 10px;
  }

  .en-me-timedescription.sp {
    max-width: 70vw;
    display: block;
  }

  .en-me-timedescription.pc {
    display: none;
  }

  .div-block-10.right {
    margin-top: -20vw;
  }

  .div-block-10.left.top {
    height: 65px;
  }

  .div-block-10.left.top.denim {
    height: 90px;
  }

  .div-block-10.left.top.denim.news.under {
    bottom: -95px;
  }

  .div-block-10.left.top.denim.news.under.btn {
    bottom: -89px;
  }

  .footer-text-2 {
    font-size: 10px;
    line-height: 15px;
  }

  .wrapper.en-me-time {
    width: 100%;
  }

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

  .link-block-14 {
    top: -4%;
    right: -8%;
  }

  .titleen-me-time {
    font-size: 23px;
    line-height: 35px;
  }

  .div-block-15 {
    display: block;
  }

  .modallabel {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    padding-top: 3.5vmin;
    padding-bottom: 3.5vmin;
    padding-left: 15%;
  }

  .modallabel.price {
    border-top-style: none;
    justify-content: flex-start;
    align-items: baseline;
    max-width: 100%;
    margin-right: 0%;
    padding-left: 15%;
    padding-right: 15%;
  }

  .text-block-5 {
    padding-right: 5vw;
    font-size: 15px;
    line-height: 23px;
  }

  .text-block-5.price {
    padding-right: 7vw;
  }

  .text-block-6 {
    font-size: 20px;
    line-height: 31px;
  }

  .newstext.under {
    padding-bottom: 3vw;
    font-size: 14px;
    line-height: 28px;
  }

  .newstext.under.sp {
    display: none;
  }

  .h2.en-me-time.which {
    margin-bottom: 0;
  }

  .tomford_flex {
    display: block;
  }

  .tomford_flex.reverse {
    flex-flow: column-reverse wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 10vh;
    display: flex;
  }

  .tomford_concept_text.right, .tomford_concept_text.pc {
    font-size: .8em;
    line-height: 1.6rem;
  }

  .tomford_h3.right {
    font-size: 1.6em;
  }

  .image-47 {
    max-width: 60vw;
    padding-top: 5vw;
    padding-left: 0;
  }

  .image-47.reverse {
    padding-right: 0;
  }

  .tomford_attention {
    font-size: .8rem;
    line-height: 1.6rem;
  }

  .tomford_attention.pc {
    font-size: .6rem;
  }

  .tomford_button {
    padding-left: 100px;
    padding-right: 100px;
    font-size: .8rem;
    line-height: 1.6rem;
  }

  .div-block-22.ck_frame_under {
    padding-bottom: 0;
  }

  .flex-block-16 {
    text-align: left;
    padding-bottom: 20px;
    display: block;
  }

  .ck_framebox {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .ck_point {
    max-width: 94%;
  }

  .point_ck {
    max-width: 80px;
    margin-bottom: -10px;
    font-size: 16px;
    line-height: 16px;
  }

  .ck_point_title {
    font-size: 12px;
    line-height: 18px;
  }

  .btn_container.lineart {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .lineart_glassesbg.point {
    max-width: 50%;
  }

  .paragraph-22.label_lineart {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    display: block;
  }

  .paragraph-22.price_lineart {
    padding-left: 0;
    font-size: 10px;
    line-height: 20px;
  }

  .lineart_glasses_flex {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lineart_glassesdetailbox {
    padding-left: 20px;
    padding-right: 0;
  }

  .lineart_glassesdetailbox.point {
    max-width: 60%;
  }

  .lineart_glassesdetailbox.left {
    padding-left: 0;
    padding-right: 20px;
  }

  .paragraph-23.detail_lineart {
    font-size: 12px;
    line-height: 24px;
  }

  .official_btn_lineart {
    max-width: 200px;
  }

  .lineart_glasses {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .div-block-24 {
    max-width: 96.5%;
  }

  .div-block-25 {
    max-width: 38%;
    padding-right: 1%;
  }

  .div-block-25.lineart_right {
    padding-left: 3%;
  }

  .lineart_attention {
    font-size: 12px;
    line-height: 24px;
  }

  .lineart_button {
    font-size: .8rem;
    line-height: 1.6rem;
  }

  .lineart_pointflex {
    padding-bottom: 10vw;
  }

  .lineart_pointflex.last {
    padding-bottom: 0;
  }

  .lineart_ponttext {
    font-size: 12px;
    line-height: 24px;
  }

  .lineart_pointtitle {
    margin-top: 0;
    margin-bottom: 2vw;
    line-height: 18px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.lineart {
    justify-content: center;
    align-items: flex-end;
  }

  .button.lineart.right {
    justify-content: center;
    align-items: center;
  }

  .button.ck {
    padding: 10px 70px;
    font-size: .8rem;
    line-height: 1.6rem;
  }

  .navigation-bar {
    margin-top: 0;
  }

  .navigation-menu {
    background-color: #ecf2f6;
  }

  .brand-link.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .section.airstyleinstructions {
    padding-bottom: 0;
  }

  .section.en-me-time.btn {
    padding: 10vw 2.5vw;
  }

  .section.en-me-time.first {
    padding-top: 15vw;
  }

  .section.tomford.shop {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

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

  .section.lineart {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

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

  .hero-section.centered.lady {
    background-position: 60% 56%;
    background-size: 160%;
    height: 35vh;
  }

  .hero-section.centered.men {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 50%;
    background-size: 160%;
    place-items: center stretch;
    width: 100%;
    height: 35vh;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section.centered.tomford {
    height: 70vh;
    padding-left: 10%;
    padding-right: 10%;
  }

  .hero-section.centered.tomford.glasses {
    margin-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-section.airstyle {
    background-image: none;
    height: 75vh;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .footer {
    display: none;
  }

  .grid-image {
    width: 35%;
  }

  .container {
    max-width: 80%;
  }

  .image-2 {
    max-width: 100%;
    display: block;
  }

  .image-2.sin {
    max-width: 100%;
  }

  .image-2.ck {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block {
    flex-flow: column;
    display: flex;
  }

  .flex-block.rup-up {
    flex-flow: row-reverse wrap;
  }

  .flex-block.rup-up.last {
    flex-flow: row-reverse wrap;
    margin-top: 0;
    margin-bottom: 0;
  }

  .flex-block.rup-up.last.women {
    flex-flow: wrap-reverse;
  }

  .flex-block.rup-up.shin {
    margin-top: 0;
    padding-bottom: 0;
  }

  .flex-block.ck {
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .flex-block.shin {
    margin-top: 0;
  }

  .container--4 {
    justify-content: center;
    align-items: center;
  }

  .image-3 {
    height: 32.38px;
    margin-left: 0;
  }

  .image-4 {
    max-width: 180px;
    padding-top: 20px;
  }

  .container-4 {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .container-4.shin {
    margin-bottom: 0;
  }

  .container-4.shin.up {
    padding-bottom: 40px;
  }

  .title-container {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .title-container.shin {
    margin-top: 40px;
  }

  .image-5 {
    max-width: 190px;
  }

  .image-5.ck.left, .image-5.ck.right {
    padding: 5px 10px;
  }

  .image-6 {
    max-width: 130px;
  }

  .image-7 {
    max-width: 90px;
  }

  .image-8 {
    max-width: 120px;
  }

  .image-9.logo {
    margin-bottom: 0;
  }

  .image-9.ck.pc {
    display: none;
  }

  .image-9.ck.sp {
    display: block;
  }

  .paragraph {
    margin-top: 20px;
    font-size: 16px;
    line-height: 32px;
  }

  .paragraph.series {
    margin-top: 10px;
  }

  .paragraph.ck_frame {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph.ck_price {
    padding-top: 10px;
    line-height: 12px;
  }

  .div-block.men {
    margin-bottom: 60px;
  }

  .div-block.lady {
    background-position: 50% 0;
    background-size: 220%;
    width: 100%;
  }

  .paragraph-4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }

  .subcopy {
    font-size: 14px;
    line-height: 28px;
  }

  .subcopy.sp {
    font-size: 16px;
    line-height: 32px;
    display: block;
  }

  .subcopy.sp.sin {
    display: block;
  }

  .subcopy.sp.ck {
    margin-bottom: 0;
    font-family: Noto Sans JP, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    display: block;
  }

  .subcopy.sp.lineart {
    padding-left: 0;
    padding-right: 0;
  }

  .subcopy.pc {
    display: none;
  }

  .button-flex-block {
    margin-top: 40px;
    display: flex;
  }

  .button-flex-block.lineart {
    margin-top: 8vw;
    display: block;
  }

  .link.footer_btn {
    font-size: 12px;
    line-height: 18px;
  }

  .heading {
    letter-spacing: 3px;
    font-size: 10px;
    line-height: 15px;
  }

  .link-block {
    margin-left: 2.5%;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .link-block.logoblock {
    margin-right: 2.5%;
    padding: 3vw 2vw;
  }

  .logo.btn {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .logo.footer-logo {
    width: 55%;
  }

  .image-10 {
    margin-bottom: 13px;
    margin-right: 13px;
  }

  .text-block-2 {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 24px;
  }

  .text-block-2.lineart {
    letter-spacing: 5px;
    margin-bottom: 8vw;
    font-size: 22px;
    line-height: 33px;
  }

  .icon {
    background-color: #fff;
  }

  .div-block-4 {
    width: 60%;
  }

  .link-block-3 {
    padding-bottom: 4vw;
  }

  .paragraph-6 {
    max-width: 100%;
    position: relative;
  }

  .image-12 {
    max-width: 85vw;
    padding-bottom: 10vw;
  }

  .flex-block-2 {
    flex-flow: column-reverse wrap;
    justify-content: space-between;
    align-items: flex-end;
  }

  .airstylepointbox {
    padding-bottom: 10vw;
  }

  .airstylepointimg {
    max-width: 30vw;
  }

  .image-14 {
    max-width: 80vw;
    bottom: 45vw;
  }

  .flex-block-3 {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .airstylewomenimg {
    max-width: 50vw;
    padding-left: 0;
    padding-right: 0;
  }

  .airstylewomenimg.left {
    max-width: 45vw;
    padding-left: 0;
    padding-right: 1vw;
  }

  .airstylewomenimg.right {
    max-width: 45vw;
    padding-left: 1vw;
    padding-right: 0;
  }

  .flex-block-4 {
    display: block;
  }

  .div-block-5 {
    max-width: 100vw;
    margin-bottom: 8vw;
  }

  .paragraph-7.airstyleprice {
    margin-top: 10px;
    font-size: 10px;
    line-height: 20px;
  }

  .paragraph-7.airstyleglassesname {
    padding-top: 10px;
    font-size: 12px;
    line-height: 24px;
  }

  .image-15 {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .icon-2 {
    padding-bottom: 3vw;
    font-size: 9px;
    left: 75%;
  }

  .icon-3 {
    padding-bottom: 3vw;
    font-size: 9px;
    right: 75%;
  }

  .slide {
    height: auto;
  }

  .slider {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .mask {
    height: auto;
  }

  .slide-nav {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 1vw;
    inset: auto 0% 0%;
  }

  .div-block13 {
    background-color: #fff;
  }

  .div-block10 {
    display: none;
  }

  .div-block-6 {
    height: 55px;
    display: block;
  }

  .image-18 {
    padding-top: 50px;
  }

  .image-18.sp {
    padding-top: 30px;
  }

  .image-25 {
    max-width: 45%;
    margin-left: 0;
  }

  .image-26 {
    max-width: 35%;
    padding-right: 0;
  }

  .paragraph-13 {
    color: #000;
    font-size: 12px;
    line-height: 12px;
  }

  .link-block-10 {
    max-width: 90vw;
    padding: 5vw;
  }

  .flex-block-11 {
    flex-flow: row;
    padding: 7vw 0;
  }

  .paragraph-14 {
    color: #000;
  }

  .modal-container {
    padding: 20px;
  }

  .closetext {
    font-size: 2rem;
  }

  .link-block-11 {
    top: 1.5rem;
  }

  .button-2 {
    font-size: 12px;
    line-height: 24px;
  }

  .image-28 {
    max-width: 100%;
    padding-bottom: 30px;
  }

  .image-29.tab {
    display: none;
  }

  .image-29.sp {
    display: block;
  }

  .image-30 {
    max-width: 80vw;
    padding-top: 12vh;
  }

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

  .mask-2, .slide-2 {
    width: 100%;
    max-width: 100%;
  }

  .icon-4, .icon-5 {
    color: #6a859c00;
    display: block;
  }

  .slide-nav-2 {
    color: #6a859c00;
    -webkit-text-stroke-color: #6a859c00;
    font-size: 5px;
    line-height: 6px;
    display: block;
  }

  .slider-2 {
    width: 100%;
    height: 100%;
    display: block;
  }

  .slider-3 {
    height: 53vh;
  }

  .slide-3 {
    background-image: url('../images/mv-SP1.webp');
    background-position: 50%;
    background-size: cover;
  }

  .slide-3.mv2 {
    background-image: url('../images/mv2-SP.webp');
    background-position: 50%;
  }

  .slide-3.mv3 {
    background-position: 90%;
  }

  .slide-3.mv4 {
    background-position: 95%;
  }

  .image-32 {
    max-width: 50vw;
    padding-bottom: 10vw;
  }

  .image-33 {
    max-width: 90vw;
    padding-left: 5vw;
  }

  .flex-block-12 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    max-width: 70vw;
    margin-top: 0;
    padding: 5vw;
    position: absolute;
    inset: auto auto 5vw 0;
  }

  .flex-block-12.sub {
    flex-flow: column;
    max-width: 30vh;
    margin: 0 auto;
    padding: 0;
    position: static;
  }

  .flex-block-12.none {
    display: none;
  }

  .image-36 {
    padding-top: 0;
    padding-bottom: 4vw;
  }

  .link-block-13 {
    max-width: 50%;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
  }

  .flex-block-14 {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .flex-block-14.last {
    flex-flow: column wrap;
    margin-top: -70px;
  }

  .flex-block-14.last.red {
    margin-top: -100px;
  }

  .slider-4.model {
    max-width: 100%;
  }

  .slider-4.glasses {
    max-width: 100%;
    height: 40vw;
    margin-top: 10vw;
    padding-top: 0;
  }

  .flex-block-15 {
    display: block;
  }

  .flex-block-15.pc {
    display: none;
  }

  .flex-block-15.sp {
    display: block;
  }

  .en-me-timetitleimg {
    max-width: 80vw;
    padding-bottom: 10vw;
  }

  .en-me-timeblock {
    margin-top: 20vw;
    padding-top: 10vw;
  }

  .en-me-timeblock.red {
    margin-top: 5vw;
    padding-top: 10vw;
  }

  .en-me-timedescription {
    padding-bottom: 10vw;
  }

  .en-me-timedescription.sp {
    max-width: 100vw;
    padding-bottom: 15vw;
  }

  .slide-5 {
    max-width: 100%;
  }

  .div-block-10.left.top {
    height: 60px;
  }

  .div-block-10.left.top.denim {
    max-width: 55%;
    height: 75px;
  }

  .div-block-10.left.top.denim.news.under, .div-block-10.left.top.denim.news.under.btn {
    bottom: -80px;
  }

  .wrapper.en-me-time {
    width: 100%;
  }

  .innercontent.en-me-time {
    overflow: hidden;
  }

  .content-en-me-time {
    width: 550%;
  }

  .loopglasses.rose, .loopglasses.red, .loopglasses.terracotta, .loopglasses.pink {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .loopglasses.under.rose, .loopglasses.under.red {
    margin-top: 25vw;
  }

  .loopglasses.under.terracotta {
    margin-top: 25vw;
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .loopglasses.under.pink {
    margin-top: 25vw;
  }

  .paragraph-16 {
    margin-top: 0;
    padding-bottom: 1vw;
    font-size: 10px;
    line-height: 20px;
  }

  .paragraph-17 {
    margin: 1vw 0;
    padding: 1vw;
    font-size: 10px;
    line-height: 20px;
  }

  .div-block-13 {
    padding-left: 7vw;
    padding-right: 7vw;
  }

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

  .div-block-14 {
    width: 100%;
    max-width: 100%;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    display: flex;
  }

  .section-3 {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding: 6vh 10vw;
    display: flex;
  }

  .link-block-14 {
    top: -5%;
    right: -10%;
  }

  .paragraph-18 {
    font-size: 40px;
  }

  .titleen-me-time {
    font-size: 4.8vw;
  }

  .modallabel {
    padding-left: 10%;
  }

  .modallabel.price {
    padding-left: 10%;
    padding-right: 10%;
  }

  .text-block-5 {
    font-size: 3.2vw;
  }

  .text-block-6 {
    font-size: 4.26667vw;
  }

  .text-block-7 {
    font-size: 2.6667vw;
  }

  .paragraph-19 {
    font-size: 12px;
    line-height: 24px;
  }

  .newstext {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 28px;
  }

  .newstext.under.pc {
    display: none;
  }

  .newstext.under.sp {
    letter-spacing: 0;
    padding-bottom: 5vw;
    display: block;
  }

  .h2.en-me-time {
    margin-bottom: 2vw;
  }

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

  .image-45.sp {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 1vw 0 10vw;
    display: block;
  }

  .image-45.pc {
    display: none;
  }

  .tomford_flex {
    padding-bottom: 10vh;
  }

  .tomford_concept_text {
    margin-top: 3vw;
    padding-top: 7vw;
  }

  .tomford_concept_text.right {
    font-size: .8em;
    line-height: 1.6rem;
  }

  .tomford_concept_text.pc {
    display: none;
  }

  .tomford_concept_text.sp {
    font-size: .8em;
    line-height: 1.6rem;
    display: block;
  }

  .tomford_h3 {
    font-size: 24px;
  }

  .image-47 {
    padding-top: 7vw;
  }

  .tomford_h2 {
    padding-bottom: 7vw;
    font-size: 36px;
  }

  .section-4 {
    height: 30vh;
  }

  .tomford_attention.pc {
    display: none;
  }

  .tomford_attention.sp {
    padding-top: 7vw;
    font-size: .7rem;
    line-height: 1.2rem;
    display: block;
  }

  .tomford_button {
    padding: 10px 100px;
  }

  .image-50.pc {
    display: none;
  }

  .image-50.sp {
    display: block;
  }

  .ck_attention {
    font-size: 12px;
    line-height: 18px;
  }

  .ck_attention.pc {
    display: none;
  }

  .ck_attention.sp {
    display: block;
  }

  .flex-block-16 {
    display: flex;
  }

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

  .ck_point {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .flex-block-17.pc {
    display: none;
  }

  .flex-block-17.sp {
    justify-content: center;
    max-width: 50%;
    display: flex;
  }

  .flex-block-17.sp.sirst {
    padding-right: 0;
  }

  .div-block-23 {
    width: 100%;
    max-width: 50%;
  }

  .div-block-23.ck_pont_sp {
    max-width: 100%;
    padding-bottom: 20px;
    display: flex;
  }

  .flex-block-18 {
    flex-flow: column;
  }

  .lineart_btn_flex {
    display: block;
  }

  .lineart_btn_flex.under {
    padding-top: 0;
  }

  .btn_lineart {
    padding-bottom: 3vw;
    padding-left: 0;
    padding-right: 0;
  }

  .btn_lineart.last, .btn_lineart.under {
    padding-bottom: 0;
  }

  .btn_container.lineart {
    padding-top: 15vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .section_lineart {
    padding-top: 10vw;
  }

  .lineart_glassesbg {
    max-width: 100%;
  }

  .lineart_glassesbg.point {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-22.label_lineart {
    display: inline;
  }

  .paragraph-22.price_lineart {
    padding-left: 5px;
  }

  .lineart_glasses_flex {
    display: block;
  }

  .lineart_glasses_flex.middle {
    flex-flow: row-reverse wrap-reverse;
    padding-top: 10vw;
    padding-bottom: 10vw;
    display: flex;
  }

  .lineart_glassesdetailbox {
    max-width: 100%;
    padding-top: 4vw;
    padding-bottom: 0;
    padding-left: 0;
  }

  .lineart_glassesdetailbox.point {
    max-width: 100%;
    padding-top: 0;
  }

  .official_btn_lineart {
    max-width: 200px;
  }

  .official_btn_lineart.uneder {
    padding-top: 10px;
  }

  .div-block-24 {
    text-align: center;
    max-width: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-24.lineart_right {
    max-width: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-25, .paragraph-24.pc {
    display: none;
  }

  .paragraph-24.sp {
    text-align: center;
    padding-bottom: 10vw;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 28px;
    display: block;
  }

  .image-56 {
    max-width: 90%;
  }

  .image-56.sp {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3vw;
    display: block;
  }

  .image-56.sp.ilogo {
    max-width: 70%;
    padding-bottom: 5vw;
  }

  .lineart_glasses_container {
    padding-top: 5vw;
    padding-bottom: 10vw;
  }

  .lineart_glasses_container.point {
    padding-top: 15vw;
  }

  .section_lineart_shop {
    margin-top: 10vw;
    margin-bottom: 5vw;
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .section_lineart_shop.under {
    margin-bottom: 0;
  }

  .lineart_attention {
    margin-top: 3vw;
    line-height: 18px;
  }

  .lineart_attention.pc {
    display: none;
  }

  .lineart_attention.text-span {
    line-height: 18px;
  }

  .lineart_attention.sp {
    display: block;
  }

  .lineart_button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lineart_pointflex {
    flex-flow: row-reverse wrap-reverse;
    padding-bottom: 15vw;
    display: flex;
  }

  .lineart_pointflex.last {
    flex-flow: row-reverse wrap;
  }

  .lineart_pointflex.middle {
    flex-flow: row-reverse wrap;
    display: flex;
  }

  .lineart_ponttext {
    margin-top: 0;
    padding-bottom: 5vw;
    font-size: 14px;
    line-height: 28px;
  }

  .lineart_pointtitle {
    margin-bottom: 5vw;
  }

  .lineart_bnr_pc {
    display: none;
  }

  .lineart_bnr_sp {
    display: block;
  }
}

#w-node-_36ec0a22-f4b4-1abf-50d3-1014209a1102-6f3dc409 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_68e24f0b-524a-964f-e571-a1d7ca8f19a7-6f3dc409 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c8e7135a-7274-906a-f7b2-46ec5171b8cb-bb91c319 {
    place-self: auto;
  }
}


