@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

main,
section,
article,
aside,
nav,
figure,
figcaption {
  display: block;
}

html,
body {
  width: 100%;
  overflow-x: clip;
  overflow-y: auto;
}

html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-stroke: 0.01rem;
  scroll-behavior: smooth;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 750px) {
  html {
    font-size: 32px;
  }
}

body {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  min-height: 100%;
  color: #292929;
  line-height: 1.7;
  background-color: #fff;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

a {
  color: inherit;
  text-decoration: underline;
}
a:hover, a:focus-visible {
  text-decoration: none;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  padding-right: 1em !important;
  background: url("../images/selectArrow.svg") right 0.5em center no-repeat;
  background-size: 0.5em auto;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  color: #000;
}

pre,
code {
  white-space: pre-wrap;
  word-break: break-word;
}

.l-header {
  width: 100%;
  position: relative;
}
.l-header__logo {
  position: absolute;
  width: 5.4375rem;
  top: 25px;
  left: 5%;
}
.l-header__mv-image {
  line-height: 0;
}
.l-header__mv-header {
  margin-top: -0.625rem;
  margin-left: 6%;
  -webkit-transform: rotate(-9.72deg);
          transform: rotate(-9.72deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.l-header__mv-title {
  width: 16.875rem;
  text-align: right;
  font-size: 1.6875rem;
  line-height: 1.9259259259;
}
.l-header__mv-title .c-marker--brown {
  padding: 0 0.25em;
}
.l-header__mv-sub {
  font-size: 1.375rem;
  line-height: 1.5;
  text-align: center;
  padding-left: 1.25rem;
}
.l-header__mv-pop {
  width: 20rem;
  height: 11.875rem;
  position: relative;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.3;
}
.l-header__mv-pop-circle--red {
  background-color: #de6262;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 1.625rem;
  left: 0;
  -webkit-transform: rotate(-11.26deg);
          transform: rotate(-11.26deg);
}
.l-header__mv-pop-circle--red::before {
  content: "";
  width: 1.6875rem;
  height: 1.6875rem;
  border-radius: 50%;
  background-color: #de6262;
  position: absolute;
  top: -2.125rem;
  left: 1.15625rem;
}
.l-header__mv-pop-circle--yellow {
  background-color: #dbb33a;
  width: 9.625rem;
  height: 9.625rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(-11.26deg);
          transform: rotate(-11.26deg);
}
.l-header__mv-pop-circle--yellow::before {
  content: "";
  width: 1.6875rem;
  height: 1.6875rem;
  border-radius: 50%;
  background-color: #fbda69;
  position: absolute;
  top: 0.625rem;
  left: -1.875rem;
}
.l-header__mv-pop-circle--green {
  background-color: #00a99d;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 6.875rem;
}

.l-footer {
  padding: 3.125rem 0 1.875rem;
  text-align: center;
}
.l-footer__logo {
  width: 6.5rem;
  margin: 0 auto 2.1875rem;
  line-height: 0;
}
.l-footer__logo img {
  width: 100%;
}
.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.6875rem;
     -moz-column-gap: 1.6875rem;
          column-gap: 1.6875rem;
}
.l-footer__sns li {
  width: 2.75rem;
}
.l-footer__sns li img {
  width: 100%;
}
.l-footer__menu {
  font-size: 0.875rem;
  line-height: 1.7;
  margin-top: 2.5rem;
}
.l-footer__cta {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5rem;
  height: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.75em;
  font-size: 0.875rem;
  line-height: 1.35;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f48d31;
  color: #fff;
  text-decoration: none;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0.15625rem 0.15625rem 0.46875rem rgba(0, 0, 0, 0.25);
          box-shadow: 0.15625rem 0.15625rem 0.46875rem rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-box-shadow 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  transition: -webkit-box-shadow 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  transition: box-shadow 0.4s ease 0s, transform 0.4s ease 0s;
  transition: box-shadow 0.4s ease 0s, transform 0.4s ease 0s, -webkit-box-shadow 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}
.l-footer__cta:hover {
  -webkit-box-shadow: 0.078125rem 0.078125rem 0.1875rem rgba(0, 0, 0, 0.5);
          box-shadow: 0.078125rem 0.078125rem 0.1875rem rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0.078125rem, 0.078125rem);
          transform: translate(0.078125rem, 0.078125rem);
}

.c-marker, .c-marker--orange, .c-marker--green, .c-marker--yellow, .c-marker--red, .c-marker--brown {
  color: #fff;
  padding: 0 0.25em;
}
.c-marker--brown {
  background-color: #876c59;
}
.c-marker--red {
  background-color: #de6262;
}
.c-marker--yellow {
  background-color: #dbb33a;
}
.c-marker--green {
  background-color: #00a99d;
}
.c-marker--orange {
  background-color: #f48d31;
}

.c-color--brown {
  color: #876c59;
}

.p-trouble {
  width: 90%;
  margin: 0 auto;
  padding-top: 3.75rem;
  color: #876c59;
}
.p-trouble::after {
  content: "";
  display: block;
  width: 11.25rem;
  height: 1.5625rem;
  background: url(../images/arrow.svg) center bottom no-repeat;
  background-size: contain;
  margin: 2.5rem auto 0;
}
.p-trouble__title {
  text-align: center;
  height: 7.5rem;
  background: url(../images/baloon.svg) center bottom no-repeat;
  background-size: 15rem;
  font-size: 1.3125rem;
  line-height: 1.5;
}
.p-trouble__title strong {
  font-size: 1.6875rem;
  font-weight: 700;
}
.p-trouble__item {
  margin-top: 1.875rem;
  padding-left: 2.5rem;
  width: auto;
  background: url(../images/check.svg) left top no-repeat;
  background-size: 1.98125rem;
  font-size: 1.0525rem;
  line-height: 1.6;
}
.p-trouble__item em {
  font-size: 1.285625rem;
}
.p-trouble__item:nth-child(1) {
  font-size: 1.3rem;
}
.p-trouble__item:nth-child(2) {
  font-size: 1.110625rem;
}
.p-trouble__item:nth-child(odd) {
  margin-left: 2.92375rem;
}
.p-trouble__item:nth-child(even) {
  margin-left: 1.5rem;
}

.p-recommend {
  width: 90%;
  margin: 0 auto;
  padding-top: 1.875rem;
}
.p-recommend__intro {
  font-size: 1.363125rem;
  line-height: 1.2;
  margin-bottom: 1.5625rem;
  text-align: center;
}
.p-recommend__title {
  text-align: center;
}
.p-recommend__title-logo {
  display: inline-block;
  position: relative;
}
.p-recommend__title-logo img {
  width: 6.6875rem;
}
.p-recommend__title-logo::before, .p-recommend__title-logo::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: url(../images/braket.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
}
.p-recommend__title-logo::before {
  top: 0.455rem;
  left: -1.85rem;
}
.p-recommend__title-logo::after {
  top: 0.349375rem;
  right: -1.6875rem;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.p-recommend__title-main {
  width: 17.5rem;
  height: 4.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.875rem auto;
  background-color: #876c59;
  color: #fff;
  font-size: 1.300625rem;
  line-height: 1.2;
  border-radius: 0.5625rem;
}
.p-recommend__text {
  line-height: 1.5;
  text-align: center;
}
.p-recommend__text .c-color--brown {
  font-size: 1.25rem;
}
.p-recommend__text .mid {
  font-size: 1.0625rem;
}
.p-recommend__text .c-marker--brown {
  font-size: 1.375rem;
}
.p-recommend__image {
  display: block;
  width: 17.375rem;
  margin: 1.875rem auto 0;
}

.p-cta {
  width: 90%;
  margin: 0 auto;
  padding-top: 2.5rem;
  text-align: center;
}
.p-cta__title {
  position: relative;
  font-size: 1.3125rem;
  line-height: 1.37;
  margin-bottom: 0.9375rem;
}
.p-cta__title::before, .p-cta__title::after {
  content: "";
  width: 1px;
  height: 1.875rem;
  position: absolute;
  background-color: #000;
  position: absolute;
  bottom: 0.625rem;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.p-cta__title::before {
  left: 1.625rem;
  -webkit-transform: rotate(-27.3deg);
          transform: rotate(-27.3deg);
}
.p-cta__title::after {
  right: 1.625rem;
  -webkit-transform: rotate(27.3deg);
          transform: rotate(27.3deg);
}
.p-cta__price {
  font-weight: 700;
  margin-bottom: 1rem;
}
.p-cta__price-before {
  font-weight: 700;
}
.p-cta__price-before s {
  text-decoration: none;
  position: relative;
  font-size: 1.968125rem;
}
.p-cta__price-before s::before, .p-cta__price-before s::after {
  content: "";
  display: block;
  width: 100%;
  height: 2.5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  background-color: #f00;
}
.p-cta__price-before s::before {
  -webkit-transform: rotate(12.4deg);
          transform: rotate(12.4deg);
}
.p-cta__price-before s::after {
  -webkit-transform: rotate(-12.4deg);
          transform: rotate(-12.4deg);
}
.p-cta__price-before .yen {
  font-size: 1.343125rem;
}
.p-cta__price-before .tax {
  font-size: 1rem;
  font-weight: 400;
}
.p-cta__price-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 12.5rem;
  height: 2.9375rem;
  margin: 1.25rem auto;
  background: -webkit-gradient(linear, left top, right top, from(rgb(244, 141, 49)), to(rgb(255, 75, 4)));
  background: linear-gradient(to right, rgb(244, 141, 49) 0%, rgb(255, 75, 4) 100%);
  color: #fff;
  font-size: 1.46875rem;
  line-height: 1;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em 0.75em;
}
.p-cta__price-after {
  font-size: 2.375rem;
  font-weight: 700;
}
.p-cta__price-after .yen {
  font-size: 2.125rem;
}
.p-cta__price-after .tax {
  font-size: 1.125rem;
  font-weight: 400;
}
.p-cta__price-after .time {
  font-size: 1.75rem;
  font-weight: 400;
}
.p-cta__price-after .min {
  font-size: 1.125rem;
  font-weight: 400;
}
.p-cta__button {
  text-align: center;
  margin: 1.25rem auto 0;
}
.p-cta__button a img {
  display: block;
  width: 20.25rem;
  height: 5.75rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
.p-cta__button a:hover img {
  opacity: 0.75;
}

.p-message {
  width: 90%;
  margin: 0 auto;
  padding-top: 3.75rem;
}
.p-message__title {
  height: 7.1875rem;
  background: url(../images/baloon.svg) center bottom no-repeat;
  background-size: 14.875rem;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 1.5625rem;
}
.p-message__title .mid {
  font-size: 1.2425rem;
}
.p-message__title .lg {
  font-size: 1.42875rem;
}
.p-message__box {
  border: 1px solid #292929;
  border-radius: 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5625rem;
}
.p-message__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 0;
}
.p-message__photo-image {
  width: 8.5rem;
  height: 8.5rem;
  border-radius: 50%;
  overflow: hidden;
}
.p-message__photo-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-message__photo-title {
  margin: auto;
}
.p-message__photo-title img {
  width: 8.125rem;
}
.p-message__text {
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: justify;
  margin-top: 2em;
}
.p-message__border {
  border: none;
  border-top: 1px dashed #000;
  margin: 1.875rem auto;
}
.p-message__history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  margin-bottom: 0.9375rem;
}
.p-message__history-title {
  background-color: #876c59;
  color: #fff;
  font-size: 0.9375rem;
  padding: 0.25em 0.75em;
}
.p-message__history-text {
  font-size: 1.0625rem;
}
.p-message__license {
  list-style: disc;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-left: 1em;
}
.p-message__license-item {
  margin-bottom: 0.25em;
}

.p-difference {
  width: 90%;
  margin: 0 auto;
  padding-top: 2.5rem;
}
.p-difference__header {
  margin-bottom: 1.875rem;
  text-align: center;
}
.p-difference__logo {
  display: inline-block;
  position: relative;
  margin-bottom: 0.625rem;
}
.p-difference__logo img {
  width: 6.6875rem;
}
.p-difference__logo::before, .p-difference__logo::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: url(../images/braket.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
}
.p-difference__logo::before {
  top: 0.455rem;
  left: -1.85rem;
}
.p-difference__logo::after {
  top: 0.349375rem;
  right: -1.6875rem;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.p-difference__title {
  font-size: 1.25rem;
  line-height: 1.4;
}
.p-difference__title .c-color--brown {
  font-size: 1.625rem;
}
.p-difference__list-item {
  margin-top: 1.875rem;
}
.p-difference__list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.3125rem;
     -moz-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
  margin-bottom: 1.875rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-difference__list-num {
  width: 3.4375rem;
  height: 3.4375rem;
  background: url(../images/chipping-circle.svg) center center no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0.625rem;
}
.p-difference__list-num img {
  height: 1.25rem;
  width: auto;
}
.p-difference__list-title {
  margin-top: 1.875rem;
  font-size: 1.125rem;
}
.p-difference__list-title .c-color--brown {
  font-size: 1.375rem;
}
.p-difference__list-image {
  display: block;
  width: 16.25rem;
  height: 10.625rem;
  overflow: hidden;
  border-radius: 2.875rem;
  margin: 0 auto 1.875rem;
}
.p-difference__list-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-difference__list-text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-bottom: 2.1875rem;
}
.p-difference__list-point {
  border: 1px solid #292929;
  border-radius: 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.25rem;
  position: relative;
}
.p-difference__list-point-title {
  position: absolute;
  padding: 0 0.625rem;
  background-color: #fff;
  top: -0.625rem;
  left: 1.25rem;
}
.p-difference__list-point-title img {
  width: 3.375rem;
}
.p-difference__list-point-text {
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.p-check {
  width: 90%;
  margin: 0 auto;
  padding-top: 3.125rem;
}
.p-check__title {
  padding-top: 2.5rem;
  text-align: center;
  font-size: 1.25rem;
  background: url(../images/highlight01.svg) left 1.875rem top no-repeat;
  background-size: 5.3125rem;
  margin-bottom: 1.5625rem;
}
.p-check__title .c-color--brown {
  font-size: 1.625rem;
}
.p-check__text {
  margin-bottom: 2.5rem;
  font-size: 1.0625rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: justify;
}
.p-check__image {
  margin-bottom: 2.5rem;
}
.p-check__image img {
  width: 100%;
}
.p-check__photo img {
  width: 100%;
}

.p-voice {
  padding-top: 1.875rem;
}
.p-voice__title {
  padding-top: 2.5rem;
  text-align: center;
  font-size: 1.375rem;
  background: url(../images/highlight02.svg) right 5.25rem top no-repeat;
  background-size: 5rem;
  margin-bottom: 2.5rem;
}
.p-voice__contents {
  width: 90%;
  margin: 2.5rem auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 3.125rem;
  background: url(../images/hair.png) left 1.125rem top 1.25rem no-repeat;
  background-size: 1.875rem calc(100% - 1.25rem);
}
.p-voice__contents-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1.25rem;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
.p-voice__contents-title strong {
  display: inline-block;
  font-size: 1.625rem;
  margin-right: 0.25em;
}
.p-voice__contents-age {
  display: inline-block;
  padding: 0.2em 0.6em;
  background-color: #876c59;
  color: #fff;
}
.p-voice__contents-text {
  text-align: justify;
}
.p-voice__catch {
  position: relative;
}
.p-voice__catch-text {
  position: absolute;
  top: 0;
  left: 5%;
  height: 100%;
  margin: auto;
  font-size: 1.0625rem;
  line-height: 1.55;
  letter-spacing: 0.09em;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: justify;
}

.p-faq {
  width: 90%;
  margin: 0 auto;
  padding-top: 3.125rem;
}
.p-faq__title {
  padding-top: 1.875rem;
  text-align: center;
  font-size: 1.375rem;
  background: url(../images/highlight01.svg) left 2.5rem top no-repeat;
  background-size: 5.3125rem;
  margin-bottom: 2.5rem;
}
.p-faq__title .c-color--brown {
  font-size: 1.625rem;
}
.p-faq__detail {
  display: block;
  margin-top: 0.9375rem;
  border: 1px solid #292929;
  border-radius: 1.25rem;
  padding: 0.9375rem;
}
.p-faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  cursor: pointer;
}
.p-faq__question::before {
  content: "Q";
  color: #999;
  font-size: 1.75rem;
}
.p-faq__question::after {
  content: "＋";
  font-size: 1.5rem;
  font-weight: 100;
  margin-left: auto;
}
.p-faq__question.is-open::after {
  content: "－";
}
.p-faq__answer {
  margin-top: 0.9375rem;
  padding-top: 0.9375rem;
  border-top: 1px dashed #000;
  padding-left: 1.875rem;
  position: relative;
}
.p-faq__answer::before {
  content: "A";
  color: #999;
  font-size: 1.75rem;
  position: absolute;
  left: 0;
}

.p-studio {
  width: 90%;
  margin: 0 auto;
  padding-top: 3.75rem;
}
.p-studio__title {
  font-size: 1.375rem;
  margin-bottom: 2.5rem;
}
.p-studio__location {
  border: 1px solid #292929;
  border-radius: 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.25rem 0.625rem;
}
.p-studio__location-title {
  font-size: 1.375rem;
  line-height: 1.2;
  margin-bottom: 1.5625rem;
  text-align: center;
}
.p-studio__location-title::before, .p-studio__location-title::after {
  content: " - ";
}
.p-studio__location-image {
  width: 13.125rem;
  margin: 0 auto;
}
.p-studio__location-detail {
  display: block;
  margin-top: 1.25rem;
  font-size: 0.9375rem;
}
.p-studio__location-detail dt {
  display: inline-block;
  padding: 0.25em 1em;
  background-color: #876c59;
  color: #fff;
  margin-bottom: 0.625rem;
}
.p-studio__map-link {
  font-size: 0.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 6.25rem;
  height: 1.875rem;
  border: 1px solid #292929;
  border-radius: 0.9375rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
  transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
  margin-top: 0.5em;
}
.p-studio__map-link:hover {
  background-color: #876c59;
  color: #fff;
}/*# sourceMappingURL=style.css.map */


.mt30 {
    margin-top: 30px;
}
.youtube {
    position: relative;
    padding-top: 56.25%; /* 16:9 アスペクト比 */
    height: 0;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
