@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
html, body, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
  line-height: 1;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}
a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

body.movie h1 {
  margin-top: 120px;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #aaa;
}

body {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #303030;
}

body {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}

a[href*="tel:"] {
  color: #303030;
}
@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

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

.takinoumist-customer-feedback-fix-btn,
.quarts-customer-feedback-fix-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.takinoumist-customer-feedback-fix-btn img,
.quarts-customer-feedback-fix-btn img {
  width: 100px;
  height: 100px;
  border: 2px solid white;
  border-radius: 50%;
}

@media screen and (min-width: 769px) {
  .takinoumist-customer-feedback-fix-btn,
  .quarts-customer-feedback-fix-btn {
    bottom: 30px;
    right: 30px;
  }
  .takinoumist-customer-feedback-fix-btn img,
  .quarts-customer-feedback-fix-btn img {
    width: 170px;
    height: 170px;
  }
}
header {
  position: sticky;
  top: 0;
  height: 105px;
  padding: 12px 16px 8px;
  border-bottom: 1px solid #D9D9D9;
  background-color: white;
  box-sizing: border-box;
  z-index: 1000;
}
header .header-top {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
header .site-title {
  display: flex;
  align-items: center;
  margin-right: auto;
  font-size: 20px;
  font-weight: bold;
  color: #303030;
}
header .site-title span {
  display: inline-block;
  margin-right: 4px;
  font-size: 14px;
}
header .site-title h1 {
  display: flex;
  align-items: center;
  font-size: 20px;
}
header .header-email-tel-pc {
  display: none;
}
header .header-btns {
  display: flex;
}
header .bogo-language-switcher {
  width: 50px;
  height: 32px;
  margin-right: 12px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  border: 1px solid #C9C9C9;
  color: #555;
}
header .bogo-language-switcher:hover {
  background-color: #D286E8;
}
header .bogo-language-switcher li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
header .bogo-language-switcher .bogo-language-name {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: -2px;
  line-height: 32px;
  text-align: center;
}
header .bogo-language-switcher a {
  display: block;
  width: 100%;
  height: 100%;
  color: #555;
}
header .bogo-language-switcher a[hreflang=ja] {
  font-size: 14px;
}
header .cart-btn {
  margin-top: 1px;
  margin-right: 12px;
  font-size: 32px;
  color: #555;
}
header .hamburger-menu-btn {
  width: 34px;
  height: 34px;
  font-size: 34px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 34px;
  text-align: center;
  color: #555;
}
header .hamburger-menu-btn::before {
  content: "\f0c9";
}
header .hamburger-menu-btn.opened::before {
  content: "\f00d";
}
header .hamburger-menu-btn:hover {
  cursor: pointer;
}
header .header-email-tel-sp {
  display: block;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic", "Meiryo", sans-serif;
  text-align: right;
}
header .header-email-sp {
  margin-bottom: 3px;
  font-size: 18px;
}
header .header-tel-sp {
  font-size: 15px;
}
header .global-menu {
  display: none;
  position: fixed;
  top: 105px;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 36px;
  background-color: rgba(250, 236, 254, 0.9);
  overflow: auto;
}
header .global-menu .global-menu-wrapper {
  display: flex;
  justify-content: center;
}
header .global-menu li {
  margin-bottom: 32px;
  font-size: 22px;
}
header .global-menu li:last-child {
  margin-bottom: 0;
}
header .global-menu a {
  display: block;
  color: #303030;
}

@media screen and (min-width: 769px) {
  header {
    height: auto;
    padding-top: 16px;
  }
  header .hamburger-menu-btn {
    display: none;
  }
  header .header-email-tel-sp {
    display: none;
  }
  header .site-title {
    margin-top: -5px;
  }
  header .header-email-tel-pc {
    display: block;
    margin-right: 20px;
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic", "Meiryo", sans-serif;
    text-align: right;
  }
  header .header-email-pc {
    margin-bottom: 0.18em;
    font-size: 20px;
  }
  header .header-tel-pc {
    font-size: 16px;
  }
  header .cart-btn {
    margin-right: 0;
  }
  header .global-menu {
    display: block;
    position: static;
    padding-top: 0;
    background-color: transparent;
    overflow: visible;
  }
  header .global-menu .global-menu-wrapper {
    justify-content: flex-end;
    margin: 0 auto;
  }
  header .global-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    column-gap: 54px;
    row-gap: 12px;
    width: 700px;
  }
  header .global-menu li {
    margin-bottom: 0;
    font-size: 18px;
    text-align: right;
  }
}
@media screen and (min-width: 1600px) {
  header {
    padding-bottom: 15px;
  }
  header .header-top {
    max-width: 1500px;
    margin: 0 auto 20px;
  }
  header .header-email-tel-pc {
    margin-right: 40px;
  }
  header .header-email-pc {
    font-size: 23px;
  }
  header .header-tel-pc {
    font-size: 18px;
  }
  header .bogo-language-switcher {
    width: 50px;
    height: 36px;
    margin-right: 16px;
    font-size: 18px;
  }
  header .cart-btn {
    margin-top: 2px;
    font-size: 36px;
  }
  header .global-menu {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }
  header .global-menu ul {
    column-gap: 50px;
    width: auto;
  }
  header .global-menu li {
    width: auto;
    font-size: 19px;
  }
}
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
  margin-top: 70px;
  font-size: 15px;
  color: white;
  background-color: #D286E8;
}

main a {
  color: #2f93c7;
}
main a:hover {
  text-decoration: underline;
}

.contents-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 16px;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .contents-container {
    padding: 0 24px;
  }
}
body.home .takinou-english {
  font-size: 52px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.01em;
  text-align: center;
}
body.home .takinou-english.ja {
  margin-top: 8px;
  margin-bottom: 6px;
}
body.home .takinou-english.en_US {
  margin-top: 28px;
  margin-bottom: 32px;
}
body.home .takinou-katakana {
  margin-bottom: 10px;
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  text-align: center;
}
body.home .top-visual {
  position: relative;
  padding-top: 125.333%;
}
body.home .top-visual.ja {
  background: url("../img/top-visual-sp-ja.jpg") center center/cover;
}
body.home .top-visual.en_US {
  background: url("../img/top-visual-sp-en.jpg") center center/cover;
}
body.home .page-down-icon {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 2px solid white;
  border-radius: 50%;
  color: white;
  animation: page-down-animation-s 1.6s infinite;
}
body.home .page-down-icon i {
  font-size: 26px;
}
@keyframes page-down-animation-s {
  0% {
    bottom: 16px;
  }
  20% {
    bottom: -4px;
  }
  100% {
    bottom: 16px;
  }
}
body.home .what-is {
  display: inline-block;
  margin-bottom: 26px;
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
}
body.home .what-is::after {
  content: "";
  position: relative;
  display: block;
  left: 0;
  right: 0;
  height: 0.36em;
  background-color: #D286E8;
  z-index: -1;
}
body.home .what-is.ja {
  margin-top: 48px;
  padding-bottom: 6px;
}
body.home .what-is.ja::after {
  bottom: 0.2em;
}
body.home .what-is.en_US {
  margin-top: 30px;
  line-height: 1.3;
  letter-spacing: 0.07em;
}
body.home .what-is.en_US::after {
  bottom: 0.38em;
}
body.home .what-is-takinou-text {
  margin-bottom: 24px;
  font-size: 19px;
  line-height: 1.6;
}
body.home .enjoy-text-wrapper {
  display: flex;
  justify-content: center;
}
body.home .enjoy-text {
  margin-bottom: 28px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: #D286E8;
}
body.home .enjoy-text.ja {
  font-size: 20px;
}
body.home .enjoy-text.en_US {
  font-size: 26px;
  text-align: center;
}
body.home .taki-img {
  width: 68%;
  height: auto;
  margin-bottom: 36px;
}
body.home .kome-text {
  margin-bottom: 62px;
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
}
body.home .exhibition {
  margin-bottom: 54px;
  background-color: #F3E8FF;
}
body.home .exhibition .contents-container {
  padding: 42px;
}
body.home .exhibition-title {
  margin-bottom: 28px;
  padding-bottom: 5px;
  font-size: 24px;
  letter-spacing: 0.2em;
  border-bottom: 2px solid #AAAAAA;
  color: #D286E8;
}
body.home .exhibition-list li {
  margin-bottom: 26px;
}
body.home .exhibition-list li:last-child {
  margin-bottom: 0;
}
body.home .exhibition-date {
  margin-bottom: 5px;
  font-weight: bold;
}
body.home .exhibition-name {
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3;
}
body.home .exhibition-name a {
  color: #303030;
}
body.home .exhibition-location {
  font-size: 17px;
  line-height: 1.3;
}
body.home .about-use-title {
  position: relative;
  margin-top: 50px;
  margin-bottom: 54px;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
body.home .about-use-title::before, body.home .about-use-title::after {
  content: "◆◆◆";
  position: absolute;
  left: 0;
  right: 0;
  font-size: 16px;
  text-align: center;
  letter-spacing: 4px;
  color: #D286E8;
}
body.home .about-use-title::before {
  top: -22px;
}
body.home .about-use-title::after {
  bottom: -26px;
}
body.home .about-use-ol {
  margin-bottom: 70px;
}
body.home .about-use-ol li {
  margin-bottom: 42px;
  overflow: hidden;
}
body.home .about-use-ol li:last-child {
  margin-bottom: 0;
}
body.home .about-use-numbering {
  margin-bottom: 22px;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
}
body.home .about-use-subtitle {
  margin-left: 20px;
  margin-bottom: 8px;
  line-height: 1.3;
  color: #D286E8;
}
body.home .about-use-img {
  float: right;
  width: 132px;
  height: auto;
  margin-left: 12px;
  margin-bottom: 10px;
}
body.home .about-use-text {
  margin-left: 20px;
  margin-bottom: 30px;
  line-height: 1.6;
}
body.home .about-use-text:last-of-type {
  margin-bottom: 0;
}
body.home .last-comment {
  margin-bottom: 62px;
  line-height: 1.6;
}
body.home .last-comment.en_US {
  text-align: center;
}
body.home .quarts-banner {
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  body.home .takinou-english,
  body.home .takinou-katakana {
    display: none;
  }
  body.home .top-visual.ja {
    padding-top: 41.666%;
    background-image: url("../img/top-visual-pc-ja.jpg");
  }
  body.home .top-visual.en_US {
    padding-top: 41.666%;
    background-image: url("../img/top-visual-pc-en.jpg");
  }
  body.home .page-down-icon {
    bottom: 20px;
    width: 50px;
    height: 50px;
    animation: page-down-animation-m 1.6s infinite;
  }
  body.home .page-down-icon i {
    font-size: 28px;
  }
  @keyframes page-down-animation-m {
    0% {
      bottom: 20px;
    }
    20% {
      bottom: -4px;
    }
    100% {
      bottom: 20px;
    }
  }
  body.home .what-is {
    margin-bottom: 62px;
    font-size: 44px;
  }
  body.home .what-is-takinou-text {
    margin-bottom: 64px;
    font-size: 24px;
    text-align: justify;
  }
  body.home .enjoy-text {
    margin-bottom: 72px;
    font-size: 34px !important;
    text-align: center;
  }
  body.home .enjoy-text.en_US br {
    display: none;
  }
  body.home .taki-img {
    margin-bottom: 86px;
  }
  body.home .kome-text {
    margin-bottom: 72px;
    font-size: 16px;
  }
  body.home .exhibition {
    margin-bottom: 96px;
  }
  body.home .exhibition .contents-container {
    padding: 62px;
    box-sizing: border-box;
  }
  body.home .exhibition-title {
    margin-bottom: 30px;
    font-size: 32px;
  }
  body.home .exhibition-list li {
    margin-bottom: 32px;
  }
  body.home .exhibition-date {
    margin-bottom: 6px;
    font-size: 20px;
  }
  body.home .exhibition-name {
    margin-bottom: 6px;
    font-size: 26px;
  }
  body.home .exhibition-location {
    font-size: 20px;
  }
  body.home .about-use-title {
    margin-bottom: 104px;
    font-size: 34px;
  }
  body.home .about-use-title::before, body.home .about-use-title::after {
    font-size: 20px;
  }
  body.home .about-use-title::before {
    top: -34px;
  }
  body.home .about-use-title::after {
    bottom: -38px;
  }
  body.home .about-use-ol {
    margin-bottom: 100px;
  }
  body.home .about-use-ol li {
    margin-bottom: 50px;
  }
  body.home .about-use-numbering {
    margin-bottom: 24px;
    font-size: 28px;
  }
  body.home .about-use-subtitle {
    margin-right: 50px;
    margin-bottom: 12px;
  }
  body.home .about-use-text {
    text-align: justify;
  }
  body.home .about-use-img {
    margin-left: 58px;
  }
  body.home .last-comment {
    margin-bottom: 98px;
    font-size: 20px;
    text-align: center;
  }
}
.common-page-title {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.15em;
}
.common-page-title::after {
  content: "";
  position: relative;
  display: block;
  left: -16px;
  bottom: 10px;
  width: calc(100% + 58px);
  height: 12px;
  background-color: #EDB1FF;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .common-page-title {
    font-size: 26px;
  }
}
body.takinoumist-customer-feedback .info-text,
body.quarts-customer-feedback .info-text {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.4;
}
body.takinoumist-customer-feedback .review-form-banner,
body.quarts-customer-feedback .review-form-banner {
  width: 100%;
  max-width: 560px;
}
body.takinoumist-customer-feedback article,
body.quarts-customer-feedback article {
  margin-bottom: 44px;
  padding-bottom: 22px;
  border-bottom: 2px solid #D286E8;
}
body.takinoumist-customer-feedback article:last-child,
body.quarts-customer-feedback article:last-child {
  margin-bottom: 0;
}
body.takinoumist-customer-feedback .voice-post,
body.quarts-customer-feedback .voice-post {
  margin-top: 62px;
}
body.takinoumist-customer-feedback .voice-post .customer,
body.quarts-customer-feedback .voice-post .customer {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: bold;
  color: #D286E8;
}
body.takinoumist-customer-feedback .voice-post .customer .space,
body.quarts-customer-feedback .voice-post .customer .space {
  display: inline-block;
  margin-left: 16px;
}
body.takinoumist-customer-feedback .voice-post p,
body.quarts-customer-feedback .voice-post p {
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  body.takinoumist-customer-feedback .page-title,
  body.quarts-customer-feedback .page-title {
    font-size: 26px;
  }
  body.takinoumist-customer-feedback .info-text,
  body.quarts-customer-feedback .info-text {
    font-size: 20px;
  }
}
body.contact .info-text,
body.takinoumist-customer-feedback-form .info-text,
body.quarts-customer-feedback-form .info-text {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.5;
}
body.contact .wpcf7 label,
body.takinoumist-customer-feedback-form .wpcf7 label,
body.quarts-customer-feedback-form .wpcf7 label {
  display: inline-block;
}
body.contact .wpcf7 .form-wrapper-input,
body.takinoumist-customer-feedback-form .wpcf7 .form-wrapper-input,
body.quarts-customer-feedback-form .wpcf7 .form-wrapper-input {
  margin-bottom: 14px;
}
body.contact .wpcf7 .form-wrapper-textarea,
body.takinoumist-customer-feedback-form .wpcf7 .form-wrapper-textarea,
body.quarts-customer-feedback-form .wpcf7 .form-wrapper-textarea {
  margin-bottom: 40px;
}
body.contact .wpcf7 .wpcf7-not-valid-tip,
body.takinoumist-customer-feedback-form .wpcf7 .wpcf7-not-valid-tip,
body.quarts-customer-feedback-form .wpcf7 .wpcf7-not-valid-tip {
  margin-top: 4px;
}
body.contact .wpcf7 input, body.contact .wpcf7 textarea,
body.takinoumist-customer-feedback-form .wpcf7 input,
body.takinoumist-customer-feedback-form .wpcf7 textarea,
body.quarts-customer-feedback-form .wpcf7 input,
body.quarts-customer-feedback-form .wpcf7 textarea {
  font-size: 16px;
}
body.contact .wpcf7 input[type=text],
body.contact .wpcf7 input[type=email],
body.contact .wpcf7 input[type=tel],
body.takinoumist-customer-feedback-form .wpcf7 input[type=text],
body.takinoumist-customer-feedback-form .wpcf7 input[type=email],
body.takinoumist-customer-feedback-form .wpcf7 input[type=tel],
body.quarts-customer-feedback-form .wpcf7 input[type=text],
body.quarts-customer-feedback-form .wpcf7 input[type=email],
body.quarts-customer-feedback-form .wpcf7 input[type=tel] {
  width: 100%;
  max-width: 280px;
  margin-top: 6px;
}
body.contact .wpcf7 textarea,
body.takinoumist-customer-feedback-form .wpcf7 textarea,
body.quarts-customer-feedback-form .wpcf7 textarea {
  width: 100%;
  margin-top: 6px;
  height: 240px;
  box-sizing: border-box;
}
body.contact .wpcf7 input[type=submit],
body.takinoumist-customer-feedback-form .wpcf7 input[type=submit],
body.quarts-customer-feedback-form .wpcf7 input[type=submit] {
  display: block;
  width: 120px;
  height: 42px;
  margin: 0 auto;
  border: none;
  color: #303030;
  background-color: #EDB1FF;
  cursor: pointer;
}
body.contact .wpcf7 input[type=submit]:hover,
body.takinoumist-customer-feedback-form .wpcf7 input[type=submit]:hover,
body.quarts-customer-feedback-form .wpcf7 input[type=submit]:hover {
  opacity: 0.7;
}
body.contact .wpcf7-radio .wpcf7-list-item-label,
body.takinoumist-customer-feedback-form .wpcf7-radio .wpcf7-list-item-label,
body.quarts-customer-feedback-form .wpcf7-radio .wpcf7-list-item-label {
  display: inline;
}
body.contact .form-wrapper-textarea span,
body.contact .form-wrapper-textarea label,
body.takinoumist-customer-feedback-form .form-wrapper-textarea span,
body.takinoumist-customer-feedback-form .form-wrapper-textarea label,
body.quarts-customer-feedback-form .form-wrapper-textarea span,
body.quarts-customer-feedback-form .form-wrapper-textarea label {
  display: block;
}
body.contact .wpcf7-form-control-wrap,
body.takinoumist-customer-feedback-form .wpcf7-form-control-wrap,
body.quarts-customer-feedback-form .wpcf7-form-control-wrap {
  line-height: 1.6;
}

body.flyer .flyer-info {
  margin-top: -10px;
  margin-bottom: 60px;
  line-height: 1.2;
}
body.flyer .flyer-list {
  display: flex;
  justify-content: center;
  gap: 60px 17%;
  flex-wrap: wrap;
}
body.flyer .flyer-list li {
  flex: none;
}
body.flyer .flyer-list a {
  color: #303030;
}
body.flyer .flyer-img,
body.flyer .dammy {
  width: 100%;
  max-width: 200px;
}
body.flyer .flyer-img {
  border: 1px solid #999;
}
body.flyer figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.flyer figcaption {
  margin-top: 8px;
  line-height: 1.2;
  text-align: center;
}

body.company .company-info div {
  margin-bottom: 16px;
  padding: 12px;
  border-bottom: 1px solid #D286E8;
}
body.company .company-info div:first-child {
  border-top: 1px solid #D286E8;
}
body.company .company-info dt {
  width: 200px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
}
body.company .company-info dd {
  line-height: 1.4;
}

body.quarts-shower-head .quarts-text-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
body.quarts-shower-head .quarts-text {
  margin-top: 8px;
  margin-bottom: 6px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
body.quarts-shower-head .quarts-text.ja {
  font-size: 14px;
}
body.quarts-shower-head .quarts-text.ja .br-en {
  display: none;
}
body.quarts-shower-head .quarts-text.en_US {
  font-size: 34px;
}
body.quarts-shower-head .quarts-japanese {
  margin-bottom: 10px;
  font-size: 44px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
body.quarts-shower-head .top-visual {
  margin-bottom: 40px;
  padding-top: 95.466%;
}
body.quarts-shower-head .top-visual.ja {
  background: url("../img/quarts-visual-sp-ja.jpg") center center/cover;
}
body.quarts-shower-head .top-visual.en_US {
  background: url("../img/quarts-visual-sp-en.jpg") center center/cover;
}
body.quarts-shower-head .what-is {
  display: inline-block;
  margin-bottom: 26px;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
}
body.quarts-shower-head .what-is::after {
  content: "";
  position: relative;
  display: block;
  left: 0;
  right: 0;
  height: 0.36em;
  background-color: #86BEE8;
  z-index: -1;
}
body.quarts-shower-head .what-is.ja {
  line-height: 1.3;
  letter-spacing: 0.07em;
}
body.quarts-shower-head .what-is.ja::after {
  bottom: 0.38em;
}
body.quarts-shower-head .what-is.en_US {
  padding-bottom: 6px;
  line-height: 1.15;
}
body.quarts-shower-head .what-is.en_US::after {
  bottom: 0.26em;
}
@media screen and (min-width: 550px) {
  body.quarts-shower-head .what-is.en_US br {
    display: none;
  }
}
body.quarts-shower-head .what-is-quarts-text {
  margin-bottom: 56px;
  font-size: 19px;
  line-height: 1.6;
  text-align: justify;
}
body.quarts-shower-head .what-is-quarts-text.en_US {
  text-align: left;
}
body.quarts-shower-head .principle-title,
body.quarts-shower-head .use-title {
  margin-bottom: 26px;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.3;
  color: #86BEE8;
}
body.quarts-shower-head .principle-text p,
body.quarts-shower-head .quarts-use-text p,
body.quarts-shower-head .quarts-before-use p {
  margin-bottom: 32px;
  line-height: 1.6;
}
body.quarts-shower-head .principle-text p:last-child,
body.quarts-shower-head .quarts-use-text p:last-child,
body.quarts-shower-head .quarts-before-use p:last-child {
  margin-bottom: 0;
  overflow: hidden;
}
body.quarts-shower-head .quarts-before-use {
  margin-bottom: 50px;
}
body.quarts-shower-head .about-use-quarts-subtitle {
  margin-left: 20px;
  margin-bottom: 8px;
  line-height: 1.3;
  color: #86BEE8;
}
body.quarts-shower-head .principle-text {
  margin-bottom: 64px;
}
body.quarts-shower-head .before-use-img {
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;
  margin-bottom: 24px;
}
body.quarts-shower-head .use-img {
  float: right;
  width: 132px;
  height: auto;
  margin-left: 12px;
  margin-bottom: 10px;
}
body.quarts-shower-head footer {
  background-color: #86BEE8;
}

@media screen and (min-width: 769px) {
  body.quarts-shower-head .quarts-text {
    display: none;
  }
  body.quarts-shower-head .quarts-japanese {
    display: none;
  }
  body.quarts-shower-head .top-visual.ja {
    padding-top: 41.666%;
    background-image: url("../img/quarts-visual-pc-ja.jpg");
  }
  body.quarts-shower-head .top-visual.en_US {
    padding-top: 41.666%;
    background-image: url("../img/quarts-visual-pc-en.jpg");
  }
  body.quarts-shower-head .what-is {
    margin-bottom: 62px;
    font-size: 40px;
  }
  body.quarts-shower-head .what-is br {
    display: none;
  }
  body.quarts-shower-head .what-is-quarts-text {
    margin-bottom: 64px;
    font-size: 24px;
  }
  body.quarts-shower-head .what-is-quarts-text.en_US {
    text-align: justify;
  }
  body.quarts-shower-head .principle-title,
  body.quarts-shower-head .use-title {
    font-size: 26px;
  }
  body.quarts-shower-head .principle-text p,
  body.quarts-shower-head .quarts-before-use p,
  body.quarts-shower-head .quarts-use-text p {
    font-size: 18px;
    text-align: justify;
  }
  body.quarts-shower-head .use-img {
    margin-left: 58px;
  }
}
body.takinomist .takino-english {
  font-size: 52px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.01em;
  text-align: center;
}
body.takinomist .takino-english.ja {
  margin-top: 8px;
  margin-bottom: 6px;
}
body.takinomist .takino-english.en_US {
  margin-top: 28px;
  margin-bottom: 32px;
}
body.takinomist .takino-katakana {
  margin-bottom: 10px;
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  text-align: center;
}
body.takinomist .top-visual {
  margin-bottom: 40px;
  padding-top: 125.333%;
}
body.takinomist .top-visual.ja {
  background: url("../img/umami-visual-sp-ja.jpg") center center/cover;
}
body.takinomist .top-visual.en_US {
  background: url("../img/umami-visual-sp-en.jpg") center center/cover;
}
body.takinomist .what-is {
  display: inline-block;
  margin-bottom: 26px;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.3;
}
@media screen and (min-width: 410px) {
  body.takinomist .what-is {
    font-size: 28px;
  }
}
body.takinomist .what-is::after {
  content: "";
  position: relative;
  display: block;
  left: 0;
  right: 0;
  height: 0.36em;
  background-color: #86BEE8;
  z-index: -1;
}
body.takinomist .what-is.ja {
  letter-spacing: 0.07em;
}
body.takinomist .what-is.ja::after {
  bottom: 0.38em;
}
body.takinomist .what-is.en_US {
  padding-bottom: 6px;
}
body.takinomist .what-is.en_US::after {
  bottom: 0.26em;
}
body.takinomist .what-is span {
  display: inline-block;
}
body.takinomist .what-is-takino-text {
  margin-bottom: 1em;
  font-size: 19px;
  line-height: 1.6;
}
body.takinomist .what-is-takino-text:last-of-type {
  margin-bottom: 56px;
}
body.takinomist .common-title {
  margin-bottom: 1em;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
}
body.takinomist .common-subtitle {
  font-size: 16px;
  line-height: 1.3;
  color: #3671A8;
}
body.takinomist .common-text {
  line-height: 1.6;
}
body.takinomist .how-to-use {
  margin-bottom: 42px;
}
body.takinomist .dilution-water {
  margin: 2em 0;
}
body.takinomist .dilution-water h3 {
  margin-bottom: 0.4em;
}
body.takinomist .example-of-usage h3 {
  margin-bottom: 12px;
}
body.takinomist .example-of-usage h3::before {
  content: "＊";
  margin-right: 0.1em;
}
body.takinomist .example-of-usage ul {
  margin-left: 1em;
  margin-bottom: 24px;
}
body.takinomist .example-of-usage ul li {
  display: flex;
  margin-bottom: 0.3em;
  line-height: 1.4;
}
body.takinomist .example-of-usage ul li::before {
  content: "○";
  margin-right: 0.2em;
}
body.takinomist .other-uses {
  margin: 54px 0 74px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

@media screen and (min-width: 769px) {
  body.takinomist .takino-english,
  body.takinomist .takino-katakana {
    display: none;
  }
  body.takinomist .top-visual.ja {
    padding-top: 41.666%;
    background-image: url("../img/umami-visual-pc-ja.jpg");
  }
  body.takinomist .top-visual.en_US {
    padding-top: 41.666%;
    background-image: url("../img/umami-visual-pc-en.jpg");
  }
  body.takinomist .what-is {
    margin-bottom: 62px;
  }
  body.takinomist .what-is.ja {
    font-size: 44px;
  }
  body.takinomist .what-is.en_US {
    font-size: 36px;
  }
  body.takinomist .what-is-takino-text {
    font-size: 24px;
    text-align: justify;
  }
  body.takinomist .common-title {
    font-size: 28px;
  }
  body.takinomist .how-to-use {
    margin-bottom: 50px;
  }
  body.takinomist .example-of-usage ul {
    margin-left: 2em;
  }
}
body.error404 .contents-container {
  padding-top: 100px;
}
body.error404 h1 {
  margin-bottom: 80px;
  font-size: 40px;
  text-align: center;
  color: #888;
}
body.error404 main p {
  margin-bottom: 34px;
  line-height: 1.5;
  text-align: center;
}
body.error404 .back-home {
  display: inline-block;
  padding: 12px 16px;
  color: white;
  background-color: #D286E8;
}

body.quarts-customer-feedback .page-title::after,
body.quarts-customer-feedback-form .page-title::after {
  background-color: #86BEE8;
}

body.quarts-customer-feedback-form .wpcf7 input[type=submit] {
  background-color: #86BEE8;
}

.anchor-point {
  padding-top: 85px;
  margin-top: -85px;
}
@media screen and (min-width: 769px) {
  .anchor-point {
    padding-top: 135px;
    margin-top: -135px;
  }
}

.bogo-language-switcher .current {
  display: none;
}