@charset "UTF-8";
html,
body,
main,
header,
nav,
article,
section,
hgroup,
aside,
footer,
address,
search,
p,
ul,
ol,
li,
dl,
dt,
dd,
figure,
figcaption,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
html {
  font-family: system-ui, 'Helvetica Neue', HelveticaNeue, Helvetica, 'Segoe UI', Roboto, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333;
  width: 100%;
}
body {
  width: 320px;
  margin: 0 auto;
}
a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
}
a:not(:hover) {
  text-decoration: none;
}
.hidden {
  display: none !important;
}
section {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 0.6rem;
}
section#art,
section.campaign {
  padding: 0;
}
img {
  max-width: 100%;
}
section > img,
figure > img {
  display: block;
}
figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.buttons {
  flex-flow: row wrap;
  margin-top: 10px;
  gap: 10px;
}
section.buttons a {
  text-decoration: none;
}
button,
.button {
  font-size: 16.3px;
  padding: 1em;
  border: none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
}
button .icon,
.button .icon {
  margin-right: 0.5em;
}
.to-contact {
  font-weight: bold;
  background: linear-gradient(to bottom, #18a86b, #2fb383);
}
h1 {
  font-size: 19.5px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 2.5rem 0 2px;
  margin-bottom: 1.2rem;
  border-bottom: 3px solid #1caa6f;
  position: relative;
  min-height: 44.1px;
  max-height: fit-content;
  width: 100%;
  box-sizing: content-box;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
h1::before {
  font-size: 44.1px;
  letter-spacing: 0.15em;
  content: attr(data-eng);
  position: absolute;
  left: 0;
  opacity: 0.09;
  pointer-events: none;
}
.h1-content {
  position: relative;
  bottom: -3px;
  padding-left: 2px;
}
.slider-wrapper {
  display: grid;
  grid-template-columns: 1.5rem calc(100% - 1.5rem * 2) 1.5rem;
  width: 100%;
}
.slider-wrapper button {
  display: block;
  padding: 0;
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
}
#pitch .pitch1 {
  font-size: 16.3px;
  margin-top: 1em;
}
#pitch .pitch1 mark {
  font-weight: bold;
  font-style: normal;
  text-decoration: underline 6px solid #fff600;
  text-underline-offset: -2px;
  background: none;
}
#pitch ul {
  font-weight: bold;
  color: #1caa6f;
  --fa-li-width: 2.5em;
  --fa-li-margin: 0;
}
#pitch ul li {
  margin: 0.8em 0;
}
#pitch figure {
  margin-top: 1rem;
}
#pitch .pitch2 {
  margin: 0.8em 0.8em 0;
}
#reason h1::before {
  font-size: 59.6px;
  letter-spacing: 0.1em;
}
#reason .h1-content {
  bottom: 0;
  padding-left: 0.5rem;
}
#reason ol {
  font-size: 12.5px;
  margin-right: 0.5rem;
  align-self: flex-end;
}
#reason li {
  list-style: none;
  padding-left: 80px;
  background: no-repeat left/52px;
}
#reason li:not(:first-of-type) {
  margin-top: 1.3rem;
}
#reason li:nth-of-type(1) {
  background-image: url("../image/reason1.png");
}
#reason li:nth-of-type(2) {
  background-image: url("../image/reason2.png");
}
#reason li:nth-of-type(3) {
  background-image: url("../image/reason3.png");
}
#reason li:nth-of-type(4) {
  background-image: url("../image/reason4.png");
}
#reason li:nth-of-type(5) {
  background-image: url("../image/reason5.png");
}
#reason dt {
  font-size: 15.8px;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
#access {
  margin-top: 2rem;
}
#access .figure-map {
  margin-top: 1rem;
}
#access img.shop-photo {
  max-width: 80%;
}
#access img.map {
  max-width: 100%;
}
#performance h1::before {
  letter-spacing: 0.08em;
}
#performance .slider-page {
  margin: 0 calc(10px / 2);
}
#voice {
  margin-bottom: 2rem;
}
#voice .slider-page {
  margin: 0 calc(0px / 2);
}
#voice figure {
  align-items: start;
  padding: 0 0.5rem;
}
#voice cite {
  font-style: normal;
}
#voice cite strong {
  padding-right: 0.5em;
}
#voice .stars {
  margin-top: 0.3rem;
}
#voice img.star {
  display: inline;
  height: 1.3rem;
  width: auto;
}
#voice blockquote {
  font-size: 12.5px;
}
#voice blockquote p:not(:first-of-type) {
  margin-top: 1em;
}
#purchase {
  display: block;
}
#purchase p {
  padding: 0 0.2rem;
}
#purchase img.watch-and-card {
  max-width: 90%;
  margin: 1.5rem 0;
}
#purchase ol,
#purchase ul {
  padding-left: 2rem;
}
#purchase ol ul {
  padding-left: 1rem;
  margin-top: 0.5rem;
}
#purchase ul.notes {
  font-size: 8.1px;
  list-style-type: "※ ";
  padding: 0 1em 0 2em;
  margin: 1.5rem 0;
}
#faq {
  display: block;
}
#faq .tap-to-expand {
  font-size: 13px;
  margin: 0 0 1rem 0.2rem;
}
#faq ul,
#faq summary {
  list-style: none;
}
summary::-webkit-details-marker {
  display:none;
}
#faq ul {
  padding-left: 0.3rem;
}
#faq .question {
  display: grid;
  grid-template-columns: 1.7rem 1fr;
  line-height: 2.6;
  position: relative;
  cursor: pointer;
}
#faq .question img {
  height: 1.3rem;
  width: auto;
  position: relative;
  top: calc((1lh - 1.3rem) / 2);
}
#faq .answer {
  line-height: 1.8;
  padding-left: 1.7rem;
}
#bottom-buttons {
  position: sticky;
  bottom: 0;
  margin-top: 1.5rem;
  padding: 0.5rem 0;
  background: #fff;
}
#contact {
  display: block;
}
#contact form {
  padding: 0 0.2rem;
  display: flex;
  flex-flow: column nowrap;
  gap: 1.2rem;
}
#contact label {
  cursor: pointer;
}
#contact .top-label {
  display: block;
}
#contact .top-label p {
  font-weight: bold;
  padding-bottom: 0.4rem;
}
#contact .form-categories label {
  margin-right: 1.3rem;
}
#contact input[type="radio"],
#contact input[type="datetime-local"] {
  cursor: pointer;
}
#contact input[type="radio"] {
  width: 1lh;
  height: 1lh;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
#contact .form-dates input:not(#date1) {
  margin-top: 0.5rem;
}
#contact input:not([type="radio"]),
#contact textarea {
  display: block;
  width: 100%;
  border: 1px solid #888;
  border-radius: 4px;
  padding: 3px;
  line-height: 1.5;
}
#contact .form-submit {
  display: flex;
  justify-content: center;
  margin: 1.2rem 0 4rem;
}
#contact button {
  width: 50%;
  font-weight: normal;
  border-radius: 10px;
  padding: 0.8rem;
}
#tel-line {
  gap: 6px;
}
#tel-line > * {
  flex: 1 1 auto;
}
#tel-line .button {
  text-align: center;
  line-height: 1;
  padding: 0.8rem;
  padding-top: 0.9rem;
  border-radius: 3px;
}
#tel-line .button .icon {
  margin: 0 0.7em 0 -0.05em;
  vertical-align: -0.13em;
}
#tel-line .button.tel {
  background: linear-gradient(to bottom, #f28e26, #fd644f);
}
#tel-line .button.line {
  background: linear-gradient(to bottom, #d1c84d, #3fa87b);
}
footer {
  margin-top: 1.5rem;
  padding: 0.7rem 0 1.5rem;
  background-color: #1caa6f;
  color: #fff;
  text-align: center;
  font-size: 9.8px;
}
footer .legal {
  font-size: 6.5px;
  margin-top: 0.8rem;
}
footer .legal,
footer .copyright {
  margin-top: 1rem;
}
