:root {
  --foggy-dark-blue: #344247;
  --off-black: #1d1e21;
  --ledgley: #535c5f;
  --white-ledo: #f7f7f7;
  --sky-gray: #828a94;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

p {
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.header_section {
  z-index: 10000;
  width: 100%;
  height: 67px;
  padding-left: 0;
  position: static;
  inset: 0%;
}

.news {
  background-color: #f2f2f2;
  display: none;
}

.body {
  color: var(--foggy-dark-blue);
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 18px;
  line-height: 36px;
}

.heading {
  color: var(--off-black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.next {
  display: none;
}

.link-block {
  text-align: center;
  text-decoration: none;
  display: block;
}

.empty-state {
  text-align: center;
  background-color: #f2f2f2;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  line-height: 17px;
}

.text-block {
  letter-spacing: 1.5px;
  background-color: #f2f2f2;
}

.common-left40 {
  background-color: #fffc;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapperheader {
  align-self: center;
}

.wrapperheader.right {
  text-align: right;
  flex: none;
  justify-content: flex-end;
  display: flex;
  overflow: visible;
}

/* PCヘッダー: CONTACTを右端にぴったり付け、ヘッダー(白バー)と同じ高さにする */
.common-left40 {
  padding-right: 0;
}

.common-left40 .wrapperheader.right {
  align-self: stretch;
  align-items: center;
}

.common-left40 .wrapperheader.right > .nav-link:last-child {
  align-self: stretch;
  display: flex;
}

.common-left40 .wrapperheader.right > .nav-link:last-child > .nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-link {
  color: var(--off-black);
  letter-spacing: .5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.nav-text {
  cursor: pointer;
  padding: 18px 25px;
  font-family: Frank Ruhl Libre, sans-serif;
  transition: opacity .3s;
  display: block;
}

.nav-text:hover {
  opacity: .5;
}

.nav-text.nav-button {
  background-color: var(--ledgley);
  color: #fff;
  cursor: pointer;
  padding-left: 40px;
  padding-right: 40px;
  transition: background-color .4s, color .4s;
}

.nav-text.nav-button:hover {
  border: 1px solid var(--ledgley);
  color: var(--ledgley);
  background-color: #0000;
  padding: 17px 39px;
}

.nav-text.nav-button {
  color: #fff;
  cursor: pointer;
  background-color: #535c5f;
  padding: 12px 40px;
  transition: background-color .4s, color .4s;
}

.nav-text.nav-button:hover {
  color: #535c5f;
  background-color: #0000;
  border: 1px solid #535c5f;
  padding: 11px 39px;
}

.top-section {
  width: 100%;
  margin-top: 95px;
  padding-top: 80px;
}

.top_title_ja {
  color: var(--ledgley);
  letter-spacing: 1.2px;
  margin-bottom: 40px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.top_title_ja.not {
  color: var(--foggy-dark-blue);
  align-self: auto;
  margin-bottom: 0;
  font-family: Noto Serif JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.top_title_ja.second {
  margin-bottom: 8px;
}

.top_title_en {
  width: 819px;
  margin-bottom: 40px;
  font-size: 60px;
  font-weight: 400;
  line-height: 84px;
}

.top_title_en.not {
  color: var(--foggy-dark-blue);
  margin-top: 0;
  line-height: 68px;
}

.top_title_en.second {
  display: none;
}

.top_title_en.top_h1 {
  font-size: 40px;
  line-height: 52px;
}

.top_img {
  background-image: url('../images/206347375_169975678435905_7532841519849654316_n.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 674px;
  margin-bottom: 140px;
}

.top_img.top_asotora {
  background-image: url('../images/ASOTORA_TOP.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}

.top_img.top_otp {
  background-image: url('../images/ORIGINAL-TAROT-PORTRAIT.jpg');
  background-position: 50%;
  margin-bottom: 0;
}

.section_un140 {
  width: 100%;
  padding-bottom: 0;
  display: block;
}

.section_un140.recommendations {
  display: none;
}

.feature_grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.feature_text {
  margin-top: 40px;
}

.left_title_ja {
  letter-spacing: .8px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

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

.left_text_ja {
  color: var(--foggy-dark-blue);
  letter-spacing: 1.5px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 16px;
  line-height: 36px;
  display: block;
}

.left_text_ja.services {
  font-family: Noto Serif JP, sans-serif;
}

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

.left_text_ja.sory, .left_text_ja.story {
  margin-top: 0;
  margin-bottom: 0;
}

.left_text_ja.frow {
  line-height: 32px;
  display: inline;
}

.left_text_ja.flow {
  margin-bottom: 0;
  padding-left: 10px;
  display: block;
}

.left_text_ja.oracle {
  color: var(--foggy-dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.left_title_en {
  color: var(--foggy-dark-blue);
  letter-spacing: .5px;
  margin-top: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 76px;
}

.left_title_en.center {
  text-align: center;
  margin-bottom: 40px;
  font-family: Frank Ruhl Libre, sans-serif;
}

.left_title_en.services40 {
  color: var(--foggy-dark-blue);
  font-family: Frank Ruhl Libre, sans-serif;
}

.left_title_en.descriptio_title {
  letter-spacing: -.5px;
  font-family: Frank Ruhl Libre, sans-serif;
}

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

.feature_img.arch {
  width: auto;
  height: auto;
  box-shadow: none;
  border-top-left-radius: 360px;
  border-top-right-radius: 360px;
  position: static;
}

.left_link_more {
  color: var(--off-black);
  letter-spacing: .5px;
  cursor: pointer;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition: letter-spacing .4s;
}

.left_link_more:hover {
  color: var(--off-black);
  letter-spacing: 4px;
  text-decoration: none;
  transform: translate(0);
}

.left_text_en {
  color: var(--foggy-dark-blue);
  margin-bottom: 40px;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 18px;
  line-height: 36px;
}

.center_title {
  width: 100%;
  max-width: 1190px;
}

.recommend_img {
  width: 100%;
  max-width: none;
  transition: transform .4s;
  display: block;
  overflow: visible;
}

.recommend_img:hover {
  display: block;
  transform: scale(1.05);
}

.pagination {
  display: none;
}

.recommend_content_title {
  margin-top: 16px;
}

.recommend_title {
  color: var(--ledgley);
  letter-spacing: .6px;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.5px;
  text-decoration: none;
}

._14ledgley {
  color: var(--ledgley);
  letter-spacing: .25px;
  margin-top: 8px;
  margin-right: 2px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

._10ledgley {
  color: var(--ledgley);
  letter-spacing: .25px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 10px;
  line-height: 20px;
  text-decoration: none;
  display: inline;
}

.recommend_link {
  cursor: pointer;
  flex-direction: row;
  width: 368px;
  max-width: 100%;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.collection-item {
  cursor: pointer;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 16px;
  display: block;
}

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

.content_button {
  text-align: center;
  justify-content: center;
  margin-top: 80px;
  display: flex;
}

.online_button {
  color: var(--white-ledo);
  text-align: center;
  cursor: pointer;
  background-color: #212f49;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 25px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.online_button:hover {
  opacity: .7;
  text-decoration: none;
}

.os_button_text {
  color: #fff;
  letter-spacing: .5px;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  display: flex;
}

.os_button_svg {
  color: #fff;
  flex-direction: row;
  align-self: center;
  align-items: center;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  padding-top: 3px;
  display: flex;
}

.empty-state-2 {
  text-align: center;
  background-color: #0000;
}

.section_gray {
  background-color: var(--white-ledo);
  padding-top: 80px;
  padding-bottom: 90px;
}

.section_gray.services {
  margin-top: 0;
}

.section_gray.news {
  margin-top: 120px;
}

.arch_grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
  overflow: visible;
}

.arch_content_img {
  overflow: visible;
}

.arch_img {
  width: 247px;
  margin-bottom: 8px;
  transition: transform .4s;
  display: block;
  overflow: hidden;
}

.arch_img:hover {
  transform: scale(1.02);
}

.pic_title {
  color: var(--foggy-dark-blue);
  letter-spacing: .5px;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.section140 {
  margin-top: 140px;
  margin-bottom: 0;
}

.section140.movie {
  margin-top: 0;
}

.next-3 {
  display: none;
}

.blog-img {
  object-fit: fill;
  width: 352px;
  max-width: none;
  height: 352px;
  transition: transform .4s;
  display: block;
  overflow: visible;
}

.blog-img:hover {
  transform: scale(1.05);
}

.link-block-3 {
  flex-direction: column;
  align-items: flex-end;
  width: 368px;
  height: auto;
  transition: opacity .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.collection-list-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.collection-item-3 {
  padding-bottom: 80px;
  padding-left: 0;
  padding-right: 16px;
  display: block;
  overflow: visible;
}

.blog_date_tag {
  color: var(--sky-gray);
  letter-spacing: .65px;
  font-size: 16px;
  line-height: 22px;
  display: inline;
}

.blog_content_title {
  cursor: auto;
  width: 70%;
  margin-right: 0;
  display: inline;
}

.blog_grid {
  grid-template: ". ."
                 "Area Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 8px;
  font-family: Frank Ruhl Libre, sans-serif;
  display: flex;
}

.heading-2 {
  color: var(--foggy-dark-blue);
  margin-top: 16px;
  margin-bottom: 0;
  padding-right: 16px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.content_button_more {
  text-align: center;
  margin-top: 80px;
}

.more_button {
  background-color: var(--ledgley);
  color: #fff;
  letter-spacing: .5px;
  cursor: pointer;
  padding: 10px 66px;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 16px;
  line-height: 24px;
  transition: color .4s, background-color .4s;
}

.more_button:hover {
  border: 1px solid var(--sky-gray);
  color: var(--ledgley);
  background-color: #0000;
  padding: 9px 65px;
}

.more_button.contactbtn {
  font-family: Noto Serif JP, sans-serif;
}

.section_zero {
  font-family: Frank Ruhl Libre, sans-serif;
}

.container {
  max-width: 1216px;
  margin-bottom: 140px;
  padding-left: 40px;
  padding-right: 40px;
  position: static;
}

.container._0margin, .container._0under {
  margin-bottom: 0;
}

.html-embed {
  justify-content: center;
  width: 100%;
  display: none;
}

.div-block-3 {
  width: 100%;
  display: flex;
}

.online-shop_img {
  background-image: linear-gradient(to right, #ffffff8f, #ffffffab 0%, #ffffffa1 38%, #2220 49%, #0000 69%, #0000), url('../images/OnlineShop.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: block;
}

.online_text_ja {
  color: var(--foggy-dark-blue);
  letter-spacing: 1.5px;
  font-family: Noto Serif JP, sans-serif;
  font-weight: 500;
}

.online_text_en {
  font-weight: 700;
}

.onlineshop_content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: 140px;
  margin-bottom: 140px;
  display: block;
}

.onlineshop_button {
  text-align: left;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 32px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  width: 100%;
  max-width: 1216px;
  margin-bottom: 140px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 180px;
  height: 100%;
}

.footer-heading {
  color: var(--off-black);
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
}

.footer-link {
  color: #444;
  letter-spacing: .5px;
  margin-bottom: 10px;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 16px;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

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

.footer_logo {
  align-self: flex-start;
}

.sns {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.sns.asotora {
  display: none;
}

.facebook {
  width: 18px;
  margin-right: 24px;
}

.instagram {
  width: 34px;
  margin-right: 24px;
}

.twitter {
  width: 32px;
  color: var(--off-black);
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.header_sp {
  justify-content: space-between;
  width: 100%;
  padding-left: 40px;
  display: none;
}

.menu_close_sp {
  display: none;
}

.nav_wrapper {
  z-index: 1000;
  height: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.top_title_en {
  color: var(--off-black);
  letter-spacing: 1.5px;
  font-family: Frank Ruhl Libre, sans-serif;
}

.description_ja {
  color: var(--ledgley);
  letter-spacing: 1.5px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 18px;
  line-height: 36px;
}

.description_en {
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
}

.left_para_ja {
  color: #344247;
  text-align: left;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif JP, sans-serif;
  font-size: 16px;
  line-height: 36px;
}

.left_para_ja.services {
  color: var(--foggy-dark-blue);
  font-family: Noto Serif JP, sans-serif;
}

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

.card_img {
  margin-bottom: 8px;
  text-decoration: none;
  transition: transform .4s;
}

.card_img:hover {
  transform: scale(1.02);
}

.description_grid {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-top: 140px;
}

.description_reversegrid {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  margin-top: 140px;
  margin-bottom: 0;
}

.description_reversegrid.top-0 {
  margin-top: 0;
}

.odg_img, .pc_img, .tarot_img {
  width: 100%;
}

.grid_naoko {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 80px;
  padding-top: 2px;
}

.left_para_en {
  color: var(--foggy-dark-blue);
  text-align: left;
  letter-spacing: 2px;
  margin-bottom: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 18px;
  line-height: 36px;
}

.naoko_imag {
  margin-bottom: 0;
}

.more_button-2 {
  color: #fff;
  letter-spacing: .5px;
  background-color: #535c5f;
  padding: 10px 66px;
  font-size: 16px;
  line-height: 22px;
}

.left_text_en-3 {
  color: #344247;
  margin-bottom: 40px;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 18px;
  line-height: 36px;
}

.left_text_ja-2 {
  color: var(--foggy-dark-blue);
  letter-spacing: 1.5px;
  margin-top: 40px;
  margin-bottom: 16px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.pd_imag {
  margin-bottom: 0;
}

.ci_img, .ft_img {
  width: 100%;
}

.blog_tag {
  margin-bottom: 140px;
  font-family: Frank Ruhl Libre, sans-serif;
  display: none;
}

.blog_tag_text {
  color: #828a9466;
  letter-spacing: 1px;
  cursor: pointer;
  margin-right: 40px;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
  display: inline;
}

.blog_tag_text:hover {
  color: var(--sky-gray);
}

.blog_tag_text.slect {
  color: var(--sky-gray);
  text-decoration: none;
}

.blog_datetag {
  color: #828a94;
  letter-spacing: .65px;
  font-size: 16px;
  line-height: 22px;
  display: inline;
}

.heading-4 {
  color: #344247;
  height: 55px;
  margin-top: 16px;
  margin-bottom: 0;
  padding-right: 16px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-block-2, .text-block-3 {
  color: var(--off-black);
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 16px;
}

.next-4 {
  background-color: #0000;
  border: 0 #0000;
  border-radius: 2px;
}

.previous {
  background-color: #0000;
  border: 0 #0000;
}

.pagination-2 {
  letter-spacing: .5px;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 16px;
}

.blog_text {
  width: 100%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.short_container {
  max-width: 832px;
  padding-bottom: 140px;
  padding-left: 40px;
  padding-right: 40px;
}

.blog_date {
  color: var(--sky-gray);
  line-height: 25px;
}

.blog_date.blog_date_tag {
  font-family: Frank Ruhl Libre, sans-serif;
}

.heading-5 {
  color: var(--off-black);
  letter-spacing: 1.4px;
  font-family: Noto Serif JP, sans-serif;
  font-weight: 400;
  line-height: 50px;
}

.rich-text-block {
  letter-spacing: .5px;
  margin-top: 40px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 16px;
  line-height: 34px;
}

.rich-text-block p {
  letter-spacing: .5px;
  line-height: 32px;
}

.link-block-4, .link-block-5, .link-block-6 {
  text-decoration: none;
}

.next-5, .previous-2, .next-6, .previous-3 {
  background-color: #0000;
  border-style: none;
}

.collection-list-2 {
  font-family: Frank Ruhl Libre, sans-serif;
}

.grid {
  grid-template-rows: auto;
}

.text-field {
  border: 1px none var(--white-ledo);
  letter-spacing: 1px;
  background-color: #fff;
  height: 56px;
  margin-bottom: 32px;
  padding: 16px;
  font-family: Noto Serif JP, sans-serif;
}

.text-field-2 {
  padding-top: 16px;
}

.textarea {
  border: 1px none var(--white-ledo);
  background-color: #fff;
  width: 534px;
  max-width: 534px;
  height: 175px;
  margin-bottom: 32px;
  padding: 16px;
  font-family: Noto Serif JP, sans-serif;
}

.form {
  width: 534px;
}

.field-label {
  color: var(--foggy-dark-blue);
  letter-spacing: .5px;
  -webkit-text-stroke-color: var(--foggy-dark-blue);
  font-family: Noto Serif JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.field-label-2 {
  letter-spacing: .5px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.field-label-3 {
  letter-spacing: .5px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.link-block-7 {
  color: var(--off-black);
  font-family: Frank Ruhl Libre, sans-serif;
  text-decoration: none;
  display: block;
}

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

.link-block-9 {
  color: var(--off-black);
  text-decoration: none;
}

.footer_title {
  color: var(--off-black);
  letter-spacing: .5px;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 18px;
  line-height: 33px;
  text-decoration: none;
  display: block;
}

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

.blog_date-2 {
  color: #828a94;
  line-height: 25px;
}

.heading-6 {
  color: #1d1e21;
  letter-spacing: 1.4px;
  font-family: Noto Serif JP, sans-serif;
  font-weight: 400;
  line-height: 50px;
}

.more_button-3 {
  color: #fff;
  letter-spacing: .5px;
  background-color: #535c5f;
  padding: 10px 66px;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.section_gray-2 {
  background-color: #f7f7f7;
  padding-top: 80px;
  padding-bottom: 90px;
}

.collection-list-wrapper-3 {
  background-color: #535c5f2e;
}

.div-block-9 {
  border-bottom: .5px solid #828a9499;
  width: 752px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-10 {
  border-top: .5px solid #828a9499;
  border-bottom: .5px none var(--sky-gray);
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Noto Serif JP, sans-serif;
}

.div-block-10.notopline {
  border-top-style: none;
}

.news_date {
  padding-right: 40px;
  display: inline;
}

.news-list {
  text-decoration: none;
}

.news-list.left_text_ja {
  display: inline;
}

.news-list.left_text_ja:hover {
  opacity: .6;
}

.arch_link {
  flex-direction: column;
  padding: 8px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.link-block-11 {
  flex-direction: column;
  width: 247px;
  height: auto;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.csrd_link {
  text-decoration: none;
}

.text-block-4 {
  text-align: center;
  font-family: Noto Serif JP, sans-serif;
}

.sns_tug {
  letter-spacing: 1px;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}

.html-embed-2 {
  width: 140px;
  max-width: none;
  padding-top: 20px;
}

.html-embed-5 {
  width: 180px;
}

.html-embed-5.snsun {
  margin-bottom: 20px;
}

.nm_img {
  object-fit: cover;
  border-radius: 360px 360px 0 0;
}

.text-block-5 {
  text-align: left;
  font-family: Noto Serif JP, sans-serif;
}

.success-message {
  border: 1px solid var(--sky-gray);
  background-color: #0000;
  border-radius: 0;
  padding-top: 20px;
}

.empty-state-3 {
  background-color: #0000;
}

.top-section-news {
  width: 100%;
  margin-top: 0;
  padding-top: 220px;
}

.empty-state-4 {
  background-color: #0000;
}

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

.empty-state-5, .empty-state-6, .empty-state-7, .empty-state-8 {
  background-color: #0000;
}

.recapcha {
  margin-bottom: 32px;
}

.empty-state-9 {
  text-align: center;
  background-color: #0000;
}

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

.empty-state-10 {
  background-color: #0000;
}

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

.copy-right {
  color: var(--foggy-dark-blue);
  font-family: Frank Ruhl Libre, sans-serif;
}

.blog-images {
  width: 352px;
  height: 352px;
}

.instagramfeed {
  margin-top: 0;
}

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

.story-_top {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
}

.story_center {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-top: 20px;
  margin-bottom: 40px;
}

.story_under {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .25fr;
}

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

.button {
  background-color: var(--ledgley);
  padding: 12px 60px;
  font-family: Noto Serif JP, sans-serif;
  transition: background-color .4s, color .4s;
}

.button:hover {
  border: 1px solid var(--sky-gray);
  color: var(--ledgley);
  background-color: #0000;
  border-radius: 0;
  padding-top: 11px;
  padding-bottom: 11px;
}

.grid-2 {
  grid-template-rows: auto;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1190px;
}

.testimonial-slider-two {
  background-color: #0000;
  max-width: 1190px;
  height: auto;
}

.customer-reviews {
  background-color: #fff;
  justify-content: space-around;
  align-items: center;
  padding: 12px 0;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.testimonial-quote-icon {
  color: var(--sky-gray);
  -webkit-text-stroke-color: var(--sky-gray);
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.reviews-info {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  color: var(--foggy-dark-blue);
  font-family: Noto Serif JP, sans-serif;
  font-weight: 700;
}

.review-img {
  object-fit: cover;
  width: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  float: left;
  width: 40px;
  height: 40px;
  color: var(--sky-gray);
  background-color: #0000;
  border: 1px solid #acadad;
  margin-top: 0;
  margin-left: 5%;
  display: block;
  position: relative;
}

.testimonial-slider-arrow.rarrowright {
  margin-left: 10px;
}

.testimonial-slider-nav {
  margin-top: 24px;
  margin-right: 140px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.reviews-icon {
  display: none;
}

.review-title-ja {
  color: var(--foggy-dark-blue);
  margin-bottom: 0;
  font-family: Noto Serif JP, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.text-block-9 {
  font-family: Noto Serif JP, sans-serif;
  display: block;
}

.name {
  height: 40px;
}

.mask {
  max-width: 1190px;
}

.testimonial-slider-right-button {
  color: #030407;
  background-color: #fff;
  border: 1px solid #ebebef;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 40px;
  transition: all .4s;
  display: flex;
  inset: auto auto 0% 60px;
}

.testimonial-slider-right-button:hover {
  background-color: #ebebef;
}

.testimonial-slider-right-button:active {
  background-color: #d6d7e0;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.testimonial-quote-2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.text-color-primary {
  color: #443fde;
}

.testimonial-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  height: 100%;
  display: grid;
}

.slide-nav-hidden {
  color: #8b4a4a;
  display: block;
}

.paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.paragraph-regular.text-color-gray-600 {
  color: #3e404c;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.testimonial-content-wrap {
  max-width: 450px;
  margin-top: 40px;
}

.icon-extra-large {
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.testimonial-slider-left-button {
  color: #d6d7e0;
  background-color: #fff;
  border: 1px solid #ebebef;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 40px;
  display: flex;
  inset: auto auto 0% 0%;
}

.testimonial-logo-wrap {
  background-color: #fff;
  border: 1px solid #ebebef;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 40px;
  margin-right: 16px;
  display: none;
}

.image-cover {
  object-fit: cover;
  width: 450px;
  height: 100%;
  margin-left: 40px;
  padding-bottom: 140px;
  display: inline-block;
}

.testimonial-image-wrap {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

.div-block-13 {
  margin-left: 40px;
}

.bigno {
  float: left;
  color: var(--ledgley);
  padding-right: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  display: block;
}

.bigno.gyo {
  padding-bottom: 20px;
  display: block;
}

.paragraph {
  display: inline;
}

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

.list-item {
  float: none;
  align-items: center;
  margin-bottom: 5px;
  line-height: 36px;
  display: flex;
}

.grid-3 {
  grid-template: ". Area"
  / .25fr 1fr;
}

.price-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.pricewrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 360px 360px 0 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 325px;
  min-height: 490px;
  display: block;
}

.price_name_ja {
  text-align: center;
  -webkit-text-stroke-color: var(--foggy-dark-blue);
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Serif JP, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
}

.pricename {
  width: 250px;
  color: var(--foggy-dark-blue);
  text-align: center;
  margin: 0 auto;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
  / 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.price-size {
  width: 250px;
  color: var(--foggy-dark-blue);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Serif JP, sans-serif;
  font-size: 16px;
  line-height: 27px;
  display: none;
}

.planwrap {
  flex-direction: column;
  margin-top: 100px;
  display: flex;
}

.planwrap.expensive {
  margin-top: 80px;
}

.pricebig {
  width: 250px;
  color: var(--foggy-dark-blue);
  text-align: center;
  justify-content: flex-start;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Serif JP, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  display: block;
}

.pricebig.expensive {
  margin-top: 20px;
}

.price {
  width: 250px;
  color: var(--foggy-dark-blue);
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Serif JP, sans-serif;
}

.pricenote {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr;
  margin-top: 60px;
}

.icon {
  width: 40px;
  color: var(--sky-gray);
}

.text-block-10 {
  font-family: Frank Ruhl Libre, sans-serif;
}

.image-3 {
  display: inline-block;
}

.image-3:hover {
  color: var(--sky-gray);
  -webkit-text-stroke-color: #358fff;
}

.gaku_ja {
  text-align: right;
  margin-top: 10px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 12px;
}

.ovarbtn {
  z-index: 100;
  float: right;
  border: 1px solid var(--ledgley);
  background-color: var(--ledgley);
  color: var(--white-ledo);
  width: 86px;
  height: 86px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  line-height: 1.4;
  font-family: Noto Serif JP, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: background-color .4s, color .4s;
  position: fixed;
  inset: auto 3% 5% auto;
}

.ovarbtn:hover {
  border: 1px solid var(--sky-gray);
  color: var(--ledgley);
  background-color: #fff;
  font-weight: 700;
}

.otp {
  margin-bottom: 80px;
}

.grid-4 {
  grid-column-gap: 85px;
  grid-row-gap: 85px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
  margin-bottom: 80px;
}

.radio-button {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.radio-button.w--redirected-checked {
  background-color: var(--sky-gray);
  border-color: #fff;
}

.radio-button-field {
  align-items: center;
  display: flex;
}

.raduo {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 32px;
  display: block;
}

.radio-button-label, .radio-button-label-2 {
  margin-left: 10px;
  font-family: Noto Serif JP, sans-serif;
}

.pricetext {
  margin-top: 20px;
  padding: 20px 32px;
  font-size: 14px;
  line-height: 2;
  color: #344247;
}

/* 価格リストの箇条書き ● を本文より小さく表示 */
.pdot {
  font-size: 0.6em;
  vertical-align: 0.15em;
}

.text-block-11 {
  color: #344247;
  letter-spacing: 1.5px;
  margin-top: 8px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 12px;
}

.slide {
  vertical-align: baseline;
}

.left_text_ja-3 {
  color: #344247;
  letter-spacing: 1.5px;
  margin-top: 40px;
  margin-bottom: 16px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.left_text_en-4 {
  color: #344247;
  margin-bottom: 40px;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 18px;
  line-height: 36px;
}

.more_button-4 {
  color: #fff;
  letter-spacing: .5px;
  cursor: pointer;
  background-color: #535c5f;
  padding: 10px 66px;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 16px;
  line-height: 24px;
  transition: color .4s, background-color .4s;
}

.more_button-4:hover {
  color: #535c5f;
  background-color: #0000;
  border: 1px solid #828a94;
  padding: 9px 65px;
}

.left_title_en-2 {
  color: #344247;
  letter-spacing: .5px;
  margin-top: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 76px;
}

.left_title_en-2.descriptio_title {
  letter-spacing: -.5px;
  font-family: Frank Ruhl Libre, sans-serif;
}

.link-block-12 {
  width: 34px;
}

@media screen and (min-width: 1280px) {
  .wrapperheader {
    align-self: center;
  }

  .top_title_en.not {
    line-height: 68px;
  }

  .feature_grid {
    grid-template-columns: .75fr 1fr;
    justify-items: start;
  }

  .feature_grid.recmendation {
    justify-items: center;
  }

  .left_title_en, .left_title_en.services40 {
    font-family: Frank Ruhl Libre, sans-serif;
  }

  .collection-item {
    padding-left: 0;
    padding-right: 16px;
  }

  .online_button {
    text-align: left;
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
  }

  .arch_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .collection-item-3 {
    padding-left: 0;
    padding-right: 16px;
  }

  .container {
    max-width: 1216px;
  }

  .onlineshop_button {
    text-align: left;
    margin-top: 40px;
    display: flex;
  }

  .field-label-3 {
    display: block;
  }

  .footer_title:hover {
    color: var(--foggy-dark-blue);
    text-decoration: underline;
  }

  .price-grid {
    grid-row-gap: 40px;
  }

  .raduo {
    display: block;
  }

  .pricetext {
    color: #344247;
  }

  .text-block-11 {
    color: #344247;
    letter-spacing: 1.5px;
    margin-top: 8px;
    font-family: Noto Serif JP, sans-serif;
    font-size: 12px;
  }

  .text-span, .text-span-2, .text-span-3 {
    font-size: 12px;
  }

  .superscript {
    color: var(--sky-gray);
  }

  .left_title_en-2 {
    font-family: Frank Ruhl Libre, sans-serif;
  }
}

@media screen and (min-width: 1920px) {
  .top-section {
    margin-bottom: 140px;
    margin-left: auto;
    margin-right: auto;
  }

  .top-section.un0 {
    margin-bottom: 0;
  }

  .top_title_en {
    display: block;
  }

  .top_title_en.second {
    display: none;
  }

  .top_img {
    background-size: cover;
    background-attachment: fixed;
  }

  .collection-item {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .blog-img:hover {
    transform: scale(1.05);
  }

  .collection-list-wrapper {
    align-items: stretch;
  }

  .heading-2 {
    height: 60px;
  }

  .left_para_ja {
    letter-spacing: 2px;
  }

  .blog_tag {
    display: none;
  }

  .heading-4 {
    height: 60px;
  }

  .top-section-news {
    margin-left: auto;
    margin-right: auto;
  }

  .price-grid {
    grid-row-gap: 80px;
  }

  .grid-4 {
    grid-template-columns: 1.25fr 1.25fr;
  }
}

@media screen and (max-width: 991px) {
  .header_section {
    z-index: 1000;
    height: 65px;
  }

  .header {
    display: block;
  }

  .common-left40 {
    display: none;
  }

  .wrapperheader {
    align-self: flex-end;
  }

  .nav-link.contact_sp {
    width: 100%;
  }

  .nav-text.nav-button {
    text-align: center;
    letter-spacing: 1.5px;
  }

  .top-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: block;
  }

  .top_title_ja {
    letter-spacing: .8px;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 22px;
  }

  .top_title_en {
    letter-spacing: .5px;
    width: 100%;
    margin-bottom: 32px;
    font-size: 54px;
    line-height: 76px;
  }

  .top_title_en.top_h1 {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 47px;
  }

  .top_img {
    height: 480px;
    margin-bottom: 60px;
  }

  .top_img.top_asotora {
    background-position: 80%;
  }

  .section_un140 {
    padding-bottom: 0;
  }

  .section_un140.recommendations {
    display: none;
  }

  .feature_grid {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .feature_text {
    width: auto;
  }

  .left_title_ja {
    font-size: 14px;
    line-height: 32px;
  }

  .left_text_ja {
    letter-spacing: .5px;
    margin-top: 32px;
    font-size: 14px;
    line-height: 32px;
  }

  .left_text_ja.services {
    padding-right: 40px;
  }

  .left_text_ja.frow {
    display: inline;
  }

  .left_text_ja.flow {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 20px;
    display: block;
  }

  .left_title_en {
    font-size: 42px;
    line-height: 54px;
  }

  .left_title_en.center {
    margin-bottom: 32px;
  }

  .left_title_en.descriptio_title {
    letter-spacing: 1px;
    font-size: 34px;
  }

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

  .feature_img.arch {
    object-fit: cover;
  }

  .left_text_en {
    letter-spacing: .6px;
    margin-bottom: 32px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 34px;
  }

  .center_title {
    width: 100%;
  }

  .collection-item {
    overflow: scroll;
  }

  .content_button {
    margin-top: 64px;
  }

  .section_gray {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section_gray.services {
    margin-top: 0;
  }

  .arch_grid {
    align-items: flex-start;
    margin-top: 60px;
    padding: 8px 10px 10px;
    display: flex;
    overflow: scroll;
  }

  .pic_title {
    letter-spacing: .5px;
    font-size: 18px;
    line-height: 25px;
  }

  .pic_title:hover {
    letter-spacing: .5px;
  }

  .section140 {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .blog-img {
    width: 100%;
    height: auto;
  }

  .blog_date_tag {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .heading-2 {
    margin-top: 8px;
    font-size: 14px;
  }

  .container {
    margin-bottom: 100px;
  }

  .container._0margin {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 40px;
    display: block;
  }

  .container._0under {
    margin-bottom: 0;
  }

  .html-embed {
    object-fit: fill;
    flex-direction: row;
    align-self: auto;
    align-items: stretch;
    width: 100%;
    margin-top: -100px;
    display: none;
    overflow: visible;
  }

  .online-shop_img {
    background-image: linear-gradient(to right, #ffffff8f, #ffffffab 0%, #ffffffa1 45%, #2220 57%, #0000 69%, #0000), url('../images/OnlineShop_1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 100%;
  }

  .online_text_ja {
    font-weight: 500;
  }

  .footer {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    text-align: left;
    flex-direction: column;
  }

  .footer-heading, .footer-link {
    text-align: center;
  }

  .container {
    flex-direction: column;
    display: block;
  }

  .container._0margin {
    padding-top: 0;
    padding-left: 0;
  }

  .footer_logo {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .header_sp {
    background-color: #fffc;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .menu_close_sp {
    z-index: 10000;
    background-color: #fff;
    flex-direction: column;
    height: 100em;
    margin-top: 0;
    display: none;
    position: relative;
  }

  .menu_sp_about {
    z-index: 1000;
    border: 1px #0000;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    position: static;
  }

  .menu_title_en {
    width: 100%;
    color: var(--off-black);
    letter-spacing: 1.5px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 40px;
    font-family: Frank Ruhl Libre, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
  }

  .menu_title_ja {
    width: 100%;
    color: var(--off-black);
    letter-spacing: 1.5px;
    padding-left: 40px;
    line-height: 26px;
    display: block;
  }

  .menu_sp_services {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
  }

  .button_open {
    color: var(--off-black);
    align-self: auto;
    padding: 16px 40px 3px;
  }

  .button_close {
    padding: 16px 40px 3px;
  }

  .menu_sp_naoko, .menu_sp_online, .menu_sp_blog {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
  }

  .menu_wrapper {
    height: 100%;
    padding-top: 80px;
    display: block;
  }

  .div-block-7 {
    text-align: center;
    padding: 20px 40px;
  }

  .top_title_en {
    margin-bottom: 32px;
  }

  .top_title_en.margin0 {
    margin-bottom: 0;
  }

  .description_ja {
    font-size: 16px;
  }

  .description_en {
    letter-spacing: .5px;
    font-size: 36px;
    line-height: 47px;
  }

  .left_para_ja {
    letter-spacing: .5px;
    margin-top: 0;
    font-size: 14px;
    line-height: 32px;
  }

  .card_grid {
    grid-column-gap: 40px;
  }

  .description_grid {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-top: 80px;
    display: grid;
  }

  .description_reversegrid {
    grid-column-gap: 40px;
    align-items: center;
    margin-top: 80px;
  }

  .grid_naoko {
    grid-column-gap: 40px;
    align-items: start;
  }

  .left_para_en {
    letter-spacing: .6px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 34px;
  }

  .left_text_en-3 {
    letter-spacing: .6px;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 34px;
  }

  .left_text_ja-2 {
    letter-spacing: .5px;
    width: 100%;
    margin-top: 32px;
    font-size: 14px;
    line-height: 32px;
  }

  .pd_imag {
    margin-bottom: 0;
  }

  .blog_tag {
    margin-bottom: 80px;
  }

  .blog_datetag {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .heading-4 {
    margin-top: 8px;
    font-size: 14px;
  }

  .blog_text {
    width: 100%;
  }

  .grid, .form {
    flex-direction: column;
    display: flex;
  }

  .section_gray-2 {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-9 {
    width: 100%;
  }

  .html-embed-3 {
    width: 140px;
  }

  .html-embed-4 {
    width: 140px;
  }

  .html-embed-5 {
    text-align: center;
    justify-content: center;
    display: block;
  }

  .top-section-news {
    margin-top: 0;
  }

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

  .blog-images {
    height: auto;
  }

  .story-_top {
    grid-template-columns: 3.25fr 1.5fr;
  }

  .story_under {
    grid-template-columns: 1fr .25fr;
  }

  .container-2 {
    max-width: 728px;
  }

  .customer-reviews {
    flex-direction: column-reverse;
    padding-bottom: 0;
    padding-left: 32px;
  }

  .testimonial-content {
    max-width: 100%;
    margin-top: 20px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .testimonial-slider-nav {
    height: 4%;
    display: none;
  }

  .testimonial-slider-right-button {
    inset: 0% 0% auto auto;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-slider-left-button {
    inset: 0% 60px auto auto;
  }

  .image-cover {
    width: 400px;
    height: auto;
    margin-left: 0;
    padding-bottom: 0;
  }

  .testimonial-image-wrap {
    justify-content: center;
    height: 450px;
  }

  .bigno {
    font-size: 24px;
    display: inline;
  }

  .bigno.gyo {
    padding-bottom: 64px;
  }

  .list-item {
    align-items: center;
    margin-bottom: 10px;
    list-style-type: none;
    display: flex;
  }

  .price-grid {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 20px;
    overflow-x: auto;
    overflow-y: visible;
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-overflow-scrolling: touch;
  }

  .pricewrap {
    width: 250px;
    min-height: 460px;
    flex: 0 0 auto;
  }

  .pricename {
    margin-bottom: 5px;
    font-size: 24px;
  }

  .price-size {
    font-size: 14px;
    line-height: 18px;
  }

  .planwrap {
    margin-top: 80px;
  }

  .pricebig, .pricebig.expensive {
    margin-top: 15px;
  }

  .pricenote {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1.5fr .5fr;
    align-items: center;
    margin-right: 40px;
  }

  .otp, .grid-4 {
    margin-bottom: 100px;
  }

  .pricetext {
    color: var(--foggy-dark-blue);
    padding: 16px;
    font-size: 12px;
  }

  .left_text_ja-3 {
    letter-spacing: .5px;
    width: 100%;
    margin-top: 32px;
    font-size: 14px;
    line-height: 32px;
  }

  .left_text_en-4 {
    letter-spacing: .6px;
    margin-bottom: 32px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 34px;
  }

  .left_title_en-2 {
    font-size: 42px;
    line-height: 54px;
  }

  .left_title_en-2.descriptio_title {
    letter-spacing: 1px;
    font-size: 34px;
  }

  .div-block-16 {
    margin-top: 60px;
  }

  .link-block-12 {
    width: 34px;
  }
}

@media screen and (max-width: 767px) {
  .top_title_en {
    letter-spacing: 1.5px;
    font-size: 48px;
    line-height: 56px;
  }

  .top_img {
    margin-bottom: 80px;
  }

  .top_img.top_asotora {
    background-position: 65%;
  }

  .section_un140 {
    padding-bottom: 0;
  }

  .feature_grid {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: block;
  }

  .feature_content_img {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .feature_text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    display: block;
  }

  .left_text_ja.services {
    padding-right: 40px;
  }

  .left_text_ja.story {
    flex-direction: column;
    align-self: flex-start;
    width: 100%;
    display: flex;
  }

  .left_text_ja.flow {
    margin-top: 0;
    display: block;
  }

  .left_text_ja.oracle {
    color: var(--foggy-dark-blue);
  }

  .left_title_en.services40, .left_text_en {
    padding-right: 40px;
  }

  .recommend_link {
    width: 100%;
  }

  .collection-item {
    width: 100%;
    min-width: 280px;
    margin-bottom: 32px;
    padding-right: 16px;
    display: block;
    overflow: visible;
  }

  .content_button {
    margin-top: 30px;
  }

  .section_gray {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
  }

  .section_gray.services {
    margin-top: 0;
  }

  .section_gray.news {
    margin-top: 32px;
  }

  .arch_grid {
    z-index: 1111;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    width: 100%;
    display: grid;
    position: static;
    overflow: scroll;
  }

  .arch_content_img {
    align-items: flex-start;
    width: 100%;
    min-width: 200px;
    height: 100%;
    display: block;
  }

  .arch_img {
    width: 100%;
  }

  .section140 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .blog-img {
    height: auto;
  }

  .link-block-3 {
    width: 100%;
  }

  .collection-item-3 {
    padding-bottom: 38px;
    padding-right: 0;
  }

  .container {
    margin-bottom: 60px;
  }

  .container._0margin {
    padding-right: 0;
  }

  .container._0under {
    margin-bottom: 0;
  }

  .collection-list {
    align-items: flex-start;
    display: flex;
    overflow: scroll;
  }

  .online-shop_img {
    background-image: linear-gradient(#ffffff57, #ffffff57), linear-gradient(to right, #ffffff8f, #ffffffab 0%, #ffffffa1 36%, #2220 60%, #0000 100%, #0000), url('../images/OnlineShop_1.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    height: 100%;
  }

  .onlineshop_content {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .footer {
    padding: 0 20px 40px;
  }

  .footer-flex-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .footer-image {
    object-fit: contain;
  }

  .footer-heading {
    margin-top: 40px;
  }

  .container {
    flex-direction: column;
    display: flex;
  }

  .footer_logo {
    margin-top: 40px;
  }

  .menu_close_sp {
    margin-top: 0;
    display: none;
  }

  .menu_sp_about {
    padding-top: 40px;
    padding-bottom: 40px;
    position: static;
  }

  .div-block-7 {
    padding-top: 20px;
  }

  .description_en {
    letter-spacing: .5px;
    font-size: 38px;
    line-height: 46px;
  }

  .left_para_ja.services {
    padding-right: 40px;
  }

  .card_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: scroll;
  }

  .card_content_img {
    width: 100%;
    min-width: 200px;
    height: 100%;
  }

  .card_img {
    margin-right: 40px;
    padding: 4px;
  }

  .description_grid {
    flex-direction: column;
    display: flex;
  }

  .description_reversegrid {
    flex-flow: column-reverse;
    display: flex;
  }

  .collection-list-wrapper-2 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .grid_naoko {
    flex-direction: column;
    display: flex;
  }

  .left_para_en, .left_text_en-3 {
    padding-right: 40px;
  }

  .pd_imag {
    width: 100%;
  }

  .blog_tag {
    margin-bottom: 60px;
  }

  .blog_text {
    width: 100%;
  }

  .heading-5 {
    overflow: hidden;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .textarea {
    width: 100%;
    max-width: 100%;
    font-family: Noto Serif JP, sans-serif;
  }

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

  .heading-6 {
    overflow: hidden;
  }

  .section_gray-2 {
    position: relative;
  }

  .arch_link {
    padding-top: 5px;
  }

  .nm_img {
    flex: 1;
  }

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

  .blog-images {
    width: auto;
  }

  .story-_top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 3.25fr 1.5fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .story_center {
    flex-direction: column-reverse;
    display: flex;
  }

  .story_under {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .image {
    display: inline-block;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .customer-reviews {
    flex-direction: column-reverse;
    padding: 23px 23px 0;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .review-img {
    width: 100%;
    height: auto;
  }

  .testimonial-slider-arrow {
    margin-top: -20px;
  }

  .list-item {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .pricenote {
    flex-direction: column;
    grid-template-columns: .75fr .5fr;
    display: flex;
  }

  .gaku {
    text-align: center;
    width: 70%;
  }

  .gakuwrap {
    flex-direction: column;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .gaku_ja {
    text-align: right;
    justify-content: flex-end;
    width: 70%;
    display: flex;
  }

  .otp {
    margin-bottom: 40px;
  }

  .grid-4 {
    flex-direction: column;
    display: flex;
  }

  .left_text_en-4 {
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .header_section {
    height: 63px;
  }

  .news {
    display: block;
  }

  .heading {
    z-index: 100000;
    padding-top: 8px;
    padding-bottom: 8px;
    display: none;
    position: static;
    inset: 0% 0% auto;
  }

  .wrapperheader {
    align-self: flex-end;
  }

  .nav-text.nav-button {
    letter-spacing: 1.5px;
    letter-spacing: 1.5px;
    font-size: 18px;
    line-height: 36px;
  }

  .top-section.news {
    padding-top: 0;
  }

  .top_title_ja {
    letter-spacing: .5px;
    margin-bottom: 16px;
    font-size: 15px;
  }

  .top_title_en {
    font-size: 36px;
    line-height: 40px;
  }

  .top_title_en.not {
    line-height: 40px;
  }

  .top_title_en.top_h1 {
    font-size: 30px;
    line-height: 39px;
  }

  .top_img.top_asotora {
    background-position: 60%;
    margin-bottom: 0;
  }

  .section_un140 {
    padding-bottom: 0;
  }

  .feature_content_img {
    width: 100%;
  }

  .feature_text {
    margin-top: 16px;
  }

  .left_title_ja.center {
    padding-right: 16px;
  }

  .left_text_ja {
    letter-spacing: .6px;
    margin-top: 16px;
  }

  .left_text_ja.services {
    padding-right: 15px;
  }

  .left_text_ja.flow {
    align-items: center;
    margin-top: 0;
    line-height: 24px;
    display: block;
  }

  .left_text_ja.oracle {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .left_title_en {
    letter-spacing: .5px;
    font-size: 36px;
    line-height: 40px;
  }

  .left_title_en.center {
    letter-spacing: 0;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 16px;
    font-family: Frank Ruhl Libre, sans-serif;
    font-size: 36px;
    overflow: visible;
  }

  .left_title_en.center.movie {
    margin-top: 0;
  }

  .left_title_en.descriptio_title {
    letter-spacing: .5px;
    font-size: 26px;
    line-height: 32px;
  }

  .feature_img.arch {
    width: 100%;
  }

  .left_link_more {
    text-align: left;
    display: block;
  }

  .left_text_en {
    padding-right: 15px;
  }

  .center_title {
    display: block;
  }

  .collection-item {
    width: 100%;
    min-width: 260px;
    padding-right: 16px;
  }

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

  .online_button {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-decoration: none;
  }

  .os_button_text {
    text-decoration: none;
  }

  .section_gray {
    padding-top: 40px;
  }

  .section_gray.movie {
    margin-top: 0;
  }

  .section_gray.services {
    margin-top: 20px;
  }

  .arch_grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 4px;
    display: flex;
  }

  .pic_title {
    letter-spacing: .5px;
    font-size: 16px;
    line-height: 25px;
  }

  .section140 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .collection-item-3 {
    padding-bottom: 40px;
  }

  .content_button_more {
    margin-top: 0;
  }

  .more_button {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .more_button:hover {
    padding: 15px 59px;
  }

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

  .container {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container._0under {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container._0top {
    margin-top: 0;
  }

  .html-embed {
    align-items: stretch;
    min-width: 100%;
    margin-top: -200px;
    display: none;
  }

  .collection-list {
    flex-flow: row;
    align-items: flex-start;
    width: 100%;
    display: flex;
    overflow: scroll;
  }

  .online_text_ja {
    letter-spacing: .6px;
    font-size: 14px;
    line-height: 32px;
  }

  .online_text_en {
    font-size: 16px;
    line-height: 34px;
  }

  .onlineshop_button {
    margin-top: 38px;
    display: block;
  }

  .footer {
    text-align: left;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-flex-container {
    flex-direction: column;
    margin-bottom: 80px;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    color: var(--off-black);
    margin-top: 40px;
    font-weight: 500;
  }

  .footer-heading:hover {
    text-decoration: underline;
  }

  .footer_logo {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .div-block-6 {
    font-size: 14px;
  }

  .header_sp {
    z-index: 1000;
    background-color: #fffc;
    align-items: flex-end;
    padding-left: 15px;
    position: relative;
    inset: 0% 0% auto;
  }

  .menu_close_sp {
    background-color: #fff;
    height: 100em;
    margin-top: 0;
    padding-top: 0;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .menu_sp_about {
    perspective: 1490px;
    perspective-origin: 50% 100%;
    margin-top: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    transform: perspective(863px);
  }

  .menu_title_en {
    padding-left: 15px;
    font-size: 24px;
    line-height: 36px;
  }

  .menu_title_ja {
    padding-left: 15px;
    font-family: Noto Serif JP, sans-serif;
    font-size: 14px;
    line-height: 18px;
  }

  .menu_sp_services {
    margin-top: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button_open {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button_close {
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu_sp_naoko, .menu_sp_online, .menu_sp_blog {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .menu_wrapper {
    z-index: 800;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 40px;
    display: block;
    position: relative;
  }

  .div-block-7 {
    padding: 16px 15px;
  }

  .description_en {
    font-size: 30px;
    line-height: 39px;
  }

  .left_para_ja {
    letter-spacing: .6px;
    margin-top: 16px;
  }

  .left_para_ja.services {
    padding-right: 15px;
  }

  .card_grid {
    margin-bottom: 40px;
  }

  .card_img {
    margin-right: 15px;
  }

  .description_grid {
    margin-top: 80px;
  }

  .left_button_more {
    text-align: center;
  }

  .description_reversegrid {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .odg_img {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .pc_img, .tarot_img {
    padding-left: 0;
    padding-right: 0;
  }

  .grid_naoko {
    flex-direction: column;
    margin-bottom: 40px;
    display: flex;
  }

  .left_para_en {
    padding-right: 15px;
  }

  .naoko_imag {
    margin-bottom: 0;
  }

  .naoko_imag.services {
    margin-bottom: 40px;
  }

  .more_button-2 {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .left_text_en-3 {
    padding-right: 15px;
  }

  .left_text_ja-2 {
    letter-spacing: .6px;
    margin-top: 16px;
    line-height: 24px;
  }

  .pd_imag, .ci_img, .ft_img {
    padding-left: 0;
    padding-right: 0;
  }

  .blog_tag {
    margin-top: 20px;
  }

  .blog_tag_text {
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .blog_text {
    margin-top: 40px;
  }

  .short_container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-5 {
    font-size: 18px;
    line-height: 24px;
  }

  .text-field {
    background-color: #fff;
  }

  .textarea {
    min-width: 34%;
    overflow: scroll;
  }

  .form {
    display: block;
  }

  .field-label, .field-label-2, .field-label-3 {
    font-size: 14px;
  }

  .footer_title:hover {
    text-decoration: none;
  }

  .heading-6 {
    font-size: 18px;
    line-height: 24px;
  }

  .more_button-3 {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .section_gray-2.movie {
    margin-top: -200px;
  }

  .div-block-10 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .news-list.left_text_ja {
    margin-top: 0;
    display: flex;
  }

  .arch_link {
    align-items: flex-start;
  }

  .html-embed-3, .html-embed-4 {
    width: 120px;
  }

  .nm_img, .nm_img.flow {
    height: 100%;
  }

  .top-section-news {
    padding-top: 60px;
  }

  .top-section-news.news {
    padding-top: 0;
  }

  .recapcha {
    transform-origin: 0 0;
    transform: scale(.8);
  }

  .copy-right {
    text-align: center;
    font-size: 11px;
    line-height: 16px;
  }

  .story_under {
    flex-direction: column;
    display: flex;
  }

  .container-2 {
    max-width: none;
  }

  .customer-reviews {
    flex-direction: column-reverse;
    justify-content: space-around;
    align-items: center;
    height: auto;
    padding: 0;
  }

  .testimonial-content {
    margin-top: 0;
    margin-bottom: 0;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .reviews-info {
    margin-top: 10px;
  }

  .review-img {
    width: 50%;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .testimonial-slider-arrow {
    margin-top: 0;
    margin-left: 0%;
    position: absolute;
    top: 13%;
  }

  .testimonial-slider-nav {
    margin-top: 0;
    margin-right: 0;
  }

  .reviews-icon {
    width: 10%;
  }

  .review-title-ja {
    font-size: 18px;
  }

  .bigno.gyo {
    flex-direction: row;
    padding-bottom: 42px;
    display: flex;
  }

  .list-item {
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .pricewrap {
    min-height: 470px;
  }

  .price-grid {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricebig, .pricebig.expensive {
    margin-top: 10px;
  }

  .pricenote {
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 15px;
    display: flex;
  }

  .gaku {
    width: 70%;
  }

  .grid-4 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-bottom: 60px;
  }

  .pricetext {
    font-size: 12px;
  }

  .left_text_ja-3 {
    letter-spacing: .6px;
    margin-top: 16px;
    line-height: 24px;
  }

  .left_text_en-4 {
    padding-right: 15px;
  }

  .more_button-4 {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .more_button-4:hover {
    padding: 15px 59px;
  }

  .left_title_en-2 {
    letter-spacing: .5px;
    font-size: 36px;
    line-height: 40px;
  }

  .left_title_en-2.descriptio_title {
    letter-spacing: .5px;
    font-size: 26px;
    line-height: 32px;
  }

  .div-block-16 {
    margin-top: 0;
  }

  .link-block-12 {
    width: 34px;
  }
}

#w-node-_715ffde2-abfb-8a9a-a455-3f39c8a397f4-01cedcf0, #w-node-_340ef8eb-7c75-3a95-93ee-ccea914a64b8-01cedcf0, #w-node-b18cf13b-c5fa-1ebc-0bb5-3d47b564a913-01cedcf0, #w-node-_02b4ea91-c2ff-c84c-2e3d-326085d1d442-01cedcf2, #w-node-_4a02e01b-ff9b-1753-50bb-bd93918c9e1d-01cedcfa {
  align-self: center;
}

#w-node-_8e644c8a-dcf2-2a5f-d5a9-3589f79750e6-01cedcfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e644c8a-dcf2-2a5f-d5a9-3589f79750e7-01cedcfc {
  align-self: center;
}

#w-node-_8e644c8a-dcf2-2a5f-d5a9-3589f79750eb-01cedcfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52419607-5e35-5c24-932c-4bea77b721d2-01cedcfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-af4135ed-a4e0-b507-f27f-b8fd84595843-01cedcfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_54d5b554-fe06-7f98-0c88-c0bc78d0b7e4-01cedcfc {
  align-self: center;
}

#w-node-_54d5b554-fe06-7f98-0c88-c0bc78d0b7e8-01cedcfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d03ac64-081a-cba5-049b-8a138fa05014-01cedcfc, #w-node-_15f93b8a-5dc6-d736-009c-21206524295c-01cedcfc, #w-node-_4d2ef4c0-4c92-3d8e-84bb-4a9fd12679bb-01cedcfc, #w-node-c4ffb3c3-d08f-d5f6-a252-d0f02316a863-01cedcfc, #w-node-_83e5b100-c1e3-e47d-d685-55fecbd04753-01cedcfc {
  align-self: center;
}

/* プライスの3カードだけ、背景アーチの高さを一番高いカードに揃える */
#w-node-_4d2ef4c0-4c92-3d8e-84bb-4a9fd12679bb-01cedcfc, #w-node-c4ffb3c3-d08f-d5f6-a252-d0f02316a863-01cedcfc, #w-node-_83e5b100-c1e3-e47d-d685-55fecbd04753-01cedcfc {
  align-self: stretch;
}

@media screen and (min-width: 1920px) {
  #w-node-_5d03ac64-081a-cba5-049b-8a138fa05012-01cedcfc {
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_340ef8eb-7c75-3a95-93ee-ccea914a64b8-01cedcf0, #w-node-b18cf13b-c5fa-1ebc-0bb5-3d47b564a913-01cedcf0, #w-node-_02b4ea91-c2ff-c84c-2e3d-326085d1d442-01cedcf2, #w-node-_4a02e01b-ff9b-1753-50bb-bd93918c9e1d-01cedcfa {
    align-self: end;
  }

  #w-node-_8e644c8a-dcf2-2a5f-d5a9-3589f79750eb-01cedcfc, #w-node-_52419607-5e35-5c24-932c-4bea77b721d2-01cedcfc, #w-node-_54d5b554-fe06-7f98-0c88-c0bc78d0b7e8-01cedcfc {
    align-self: center;
  }

  #w-node-_5d03ac64-081a-cba5-049b-8a138fa05014-01cedcfc {
    align-self: end;
  }

  #w-node-_15f93b8a-5dc6-d736-009c-21206524295c-01cedcfc {
    align-self: center;
  }
}

/* 870〜1215px: 3カラムのまま幅いっぱいに伸縮させる（左右マージン40px固定）。
   カードが幅いっぱいに広がるので右側の余白が出ず、横はみ出しも起きない。
   870px を下回ると3枚が40pxマージンで収まらなくなるため、下の横スクロールへ切替。 */
@media screen and (min-width: 870px) and (max-width: 1215px) {
  .price-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .pricewrap {
    width: auto;
    flex: 0 1 auto;
  }
}

/* SPのみ: トップ／アバウトのMV上余白（ヘッダー下〜タイトル間）を80pxに固定。
   top-section の padding-top 80px は残し、中の container が持つ margin-top(≤479で60px)を
   打ち消して、合計80pxにする */
@media screen and (max-width: 991px) {
  .top-section.mvtop-sp {
    margin-top: 0;
    padding-top: 80px;
  }

  .top-section.mvtop-sp .container {
    margin-top: 0;
  }
}


