html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  box-sizing: border-box;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

svg:not([fill]) {
  fill: currentColor;
}

@font-face {
  font-weight: 400;
  font-family: "Barlow";
  src: url("../font/BarlowCondensed/BarlowCondensed-SemiBold.ttf") format("truetype");
}
@font-face {
  font-weight: 500;
  font-family: "Barlow";
  src: url("../font/BarlowCondensed/BarlowCondensed-Bold.ttf") format("truetype");
}
:root {
  --c-white: #ffffff;
  --c-black: #000000;
  --c-dark: #454446;
  --c-gold: #ae9a3a;
  --c-blue: #0170d7;
  --c-light: #f7f7f7;
  --c-gray: #8b8b8b;
  --f-barlow: Barlow, serif;
  --f-sans: Hiragino Kaku Gothic ProN, Hiragino Sans, Helvetica Neue, Arial, Yu Gothic, Meiryo, sans-serif;
}

.u-c-white {
  color: #ffffff !important;
}

.u-bg-white {
  background-color: #ffffff !important;
}

.u-c-black {
  color: #000000 !important;
}

.u-bg-black {
  background-color: #000000 !important;
}

.u-c-dark {
  color: #454446 !important;
}

.u-bg-dark {
  background-color: #454446 !important;
}

.u-c-gold {
  color: #ae9a3a !important;
}

.u-bg-gold {
  background-color: #ae9a3a !important;
}

.u-c-blue {
  color: #0170d7 !important;
}

.u-bg-blue {
  background-color: #0170d7 !important;
}

.u-c-light {
  color: #f7f7f7 !important;
}

.u-bg-light {
  background-color: #f7f7f7 !important;
}

.u-c-gray {
  color: #8b8b8b !important;
}

.u-bg-gray {
  background-color: #8b8b8b !important;
}

.u-font-barlow {
  font-family: "Barlow", serif;
}

.u-font-sans {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

article {
  background-color: var(--c-light);
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

section {
  line-height: 0;
}
section * {
  line-height: normal;
}

img {
  max-width: 100%;
  pointer-events: none;
}

p .u-bg-white {
  padding: 0.3rem;
}
p .u-bg-gold {
  color: var(--c-white);
  padding: 0.3rem;
}

.c-title {
  text-align: center;
  font-size: clamp(0px, 6.67vw, 66.66px);
  padding-bottom: clamp(20px, 5.13vw, 51.28px);
  line-height: 1.35;
}
.c-title span {
  display: block;
  font-size: clamp(0px, 3.08vw, 30.8px);
  font-family: var(--f-barlow);
  font-weight: 500;
  text-transform: uppercase;
  color: var(--c-gold);
  letter-spacing: clamp(3.2px, 0.82vw, 8.2px);
}

.c-btn__wrap {
  padding-bottom: clamp(60px, 15.38vw, 153.84px);
}
.c-btn {
  text-align: center;
}
.c-btn.-blue {
  margin-bottom: clamp(14px, 3.59vw, 35.9px);
}
.c-btn.-blue .c-bnt__link {
  position: relative;
}
.c-btn.-blue .c-bnt__link::after {
  content: "";
  display: block;
  width: clamp(9.4px, 2.41vw, 24.1px);
  height: clamp(8.1px, 2.08vw, 20.77px);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  right: clamp(20px, 5.13vw, 51.28px);
  top: 50%;
  transform: translate(0%, -50%);
  background-color: var(--c-white);
}

.c-bnt__link {
  width: clamp(300px, 76.92vw, 769.23px);
  max-width: 100%;
  height: clamp(60px, 15.38vw, 153.84px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--c-blue);
  color: var(--c-white);
  font-size: clamp(0px, 4.1vw, 41.02px);
  border-radius: clamp(4px, 1.03vw, 10.26px);
  line-height: 1.2;
}
.-white .c-bnt__link {
  background-color: var(--c-white);
  color: var(--c-blue);
  font-size: clamp(0px, 6.15vw, 61.54px);
  font-family: var(--f-barlow);
  font-weight: 400;
  border: clamp(2px, 0.51vw, 5.13px) solid var(--c-blue);
}
.c-bnt__link .sm {
  font-family: var(--f-sans);
  font-size: clamp(0px, 2.56vw, 25.64px);
}

#header {
  position: relative;
  max-width: 1000px;
  margin: auto;
}

#menu_trigger {
  display: flex;
  align-items: center;
  position: fixed;
  right: calc((100vw - 1000px) / 2);
  top: 30px;
  z-index: 9999;
  width: 16vw;
  height: 16vw;
  cursor: pointer;
  transition: all 0.3s ease;
}
#menu_trigger span {
  color: var(--c-white);
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: clamp(24px, 6.15vw, 61.54px);
  padding-left: calc(clamp(10px, 2.56vw, 25.64px) + 30px);
  transition: all 0.3s ease;
}
#menu_trigger span:before {
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  width: clamp(0px, 0.51vw, 5.13px);
  height: 60%;
  left: 24px;
  top: 20%;
  background-color: var(--c-white);
}
#menu_trigger span:after {
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  width: clamp(0px, 0.51vw, 5.13px);
  height: 60%;
  left: 24px;
  top: 20%;
  background-color: var(--c-white);
}
#menu_trigger.is-open span {
  color: var(--c-black);
}
#menu_trigger.is-open span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: var(--c-black);
}
#menu_trigger.is-open span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: var(--c-black);
}
#menu_trigger.active {
  background-color: var(--c-black);
  top: 0;
}
#menu_trigger.active.is-open span {
  color: var(--c-white);
}
#menu_trigger.active.is-open span:before, #menu_trigger.active.is-open span:after {
  background-color: var(--c-white);
}

#menu_content {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: 1000;
  padding-top: 90px;
  background-color: #fff;
}
#menu_content ul {
  width: 78.6666666667vw;
  margin: 0 auto;
}
#menu_content ul li {
  list-style: none;
  border-top: 1px solid #b1c6db;
}
#menu_content ul li:first-child {
  border-top: none;
}
#menu_content ul li a {
  display: block;
  padding: 4.8vw 12vw;
  position: relative;
  background: url(../images/miradry-sns/arrow.svg) 6.9333333333vw center no-repeat;
  background-size: 1.6vw auto;
  color: #b1c6db;
  font-size: 3.2vw;
  font-weight: bold;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 1000px) {
  #menu_trigger {
    width: 130px;
    height: 70px;
  }
  #menu_content ul {
    width: 590px;
  }
  #menu_content ul li a {
    padding: 36px 90px;
    background: url(../images/miradry-sns/arrow.svg) 52px center no-repeat;
    background-size: 12px auto;
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  #menu_trigger {
    right: 0;
    width: clamp(0px, 20.51vw, 205.13px);
    height: clamp(0px, 14.1vw, 141.03px);
    font-size: clamp(11px, 2.82vw, 28.21px);
  }
  #menu_trigger span {
    height: clamp(24px, 6.15vw, 61.54px);
    padding-left: clamp(0px, 7.69vw, 76.92px);
  }
  #menu_trigger span::before, #menu_trigger span::after {
    left: clamp(0px, 3.85vw, 38.46px);
  }
}
.c-mv h1 {
  line-height: 0;
}

.c-advantage .c-title {
  background-color: var(--c-white);
  padding-top: clamp(45px, 11.54vw, 115.38px);
}

.c-treatment {
  margin-bottom: clamp(45px, 11.54vw, 115.38px);
}

.c-lead {
  text-align: center;
  font-size: clamp(0px, 4.62vw, 46.15px);
  font-weight: 600;
  letter-spacing: clamp(3.2px, 0.82vw, 8.2px);
}

.c-comparison .c-lead {
  background-color: var(--c-white);
  padding-top: clamp(45px, 11.54vw, 115.38px);
  padding-bottom: clamp(20px, 5.13vw, 51.28px);
}

.c-trouble {
  background-color: var(--c-gold);
}

.c-trouble__title {
  line-height: 0;
}

.c-trouble__subtitle {
  line-height: 0;
}

.c-trouble__inner {
  padding: clamp(20px, 5.13vw, 51.28px);
}
.c-trouble__inner p {
  font-size: clamp(0px, 4.1vw, 41.02px);
  margin-bottom: clamp(20px, 5.13vw, 51.28px);
  line-height: 1.75;
}
.c-trouble__inner p:last-child {
  margin-bottom: 0;
}

.c-underage__subtitle {
  color: var(--c-gold);
  font-size: clamp(0px, 5.13vw, 51.28px);
}
.c-underage__subtitle::before {
  content: "";
  display: inline-block;
  width: clamp(25px, 6.41vw, 64.1px);
  height: clamp(19px, 4.87vw, 48.72px);
  background: url("../images/miradry-7/icn-ttl-dec.jpg") no-repeat center top;
  background-size: 100%;
  margin-right: clamp(10px, 2.56vw, 25.64px);
  position: relative;
  top: 0.2rem;
}

.c-underage__inner {
  padding: clamp(20px, 5.13vw, 51.28px);
}
.c-underage__inner p {
  font-size: clamp(0px, 4.1vw, 41.02px);
  margin-bottom: clamp(20px, 5.13vw, 51.28px);
  line-height: 1.75;
}
.c-underage__inner p:last-child {
  margin-bottom: 0;
}

.c-reason__num {
  line-height: 0 !important;
  margin-bottom: clamp(20px, 5.13vw, 51.28px);
  text-align: center;
}
.c-reason__num img {
  width: clamp(0px, 25.64vw, 256.41px);
}

.c-reason__title {
  line-height: 0;
}

.c-reason__subtitle {
  text-align: center;
  font-size: clamp(0px, 6.15vw, 61.54px);
  line-height: 1.4;
  color: var(--c-white);
  margin-bottom: clamp(25px, 6.41vw, 64.1px);
}

.c-reason__box {
  padding: clamp(20px, 5.13vw, 51.28px);
  background: var(--c-black) url("../images/miradry-7/img12.jpg") no-repeat center top;
  background-size: 100%;
}
.c-reason__box:nth-of-type(2) {
  background-image: url("../images/miradry-7/img13.jpg");
  padding-top: clamp(125px, 32.05vw, 320.51px);
}
.c-reason__box:nth-of-type(3) {
  background-image: url("../images/miradry-7/img14.jpg");
  padding-top: clamp(115px, 29.49vw, 294.86px);
  padding-bottom: clamp(50px, 12.82vw, 128.21px);
}
.c-reason__box p {
  font-size: clamp(0px, 4.1vw, 41.02px);
  line-height: 1.75;
  color: var(--c-gray);
}
.c-reason__box p .u-bg-gold {
  color: var(--c-black);
}

.c-flow {
  background-color: var(--c-dark);
  padding-top: clamp(25px, 6.41vw, 64.1px);
  padding-bottom: clamp(40px, 10.26vw, 102.56px);
  padding-left: clamp(20px, 5.13vw, 51.28px);
  padding-right: clamp(20px, 5.13vw, 51.28px);
}
.c-flow .c-title {
  color: var(--c-white);
}

.c-flow__box {
  background-color: var(--c-white);
}
.c-flow__box p {
  font-size: clamp(0px, 3.59vw, 35.9px);
}
.c-flow__box .c-btn__wrap {
  padding-bottom: 0;
  margin-top: clamp(20px, 5.13vw, 51.28px);
}

.c-flow__box--inner {
  padding: clamp(20px, 5.13vw, 51.28px) clamp(20px, 5.13vw, 51.28px) clamp(40px, 10.26vw, 102.56px);
}

.c-flow__title {
  font-size: clamp(0px, 5.64vw, 56.41px);
  margin-bottom: clamp(10px, 2.56vw, 25.64px);
}

.c-clinic__inner {
  padding: clamp(30px, 7.69vw, 76.92px);
  padding-top: clamp(15px, 3.85vw, 38.46px);
}

.c-clinic__list {
  display: flex;
  border-bottom: clamp(1px, 0.26vw, 2.56px) solid var(--c-gray);
  padding: clamp(20px, 5.13vw, 51.28px) 0;
}
.c-clinic__list:last-of-type {
  border: none;
}
.c-clinic__list dt {
  width: clamp(80px, 20.51vw, 205.13px);
  font-size: clamp(0px, 3.59vw, 35.9px);
  padding-left: clamp(10px, 2.56vw, 25.64px);
  line-height: 1.5;
}
.c-clinic__list dd {
  font-size: clamp(0px, 3.59vw, 35.9px);
  line-height: 1.5;
}

.c-clinic__map iframe {
  width: 100%;
  max-width: 100%;
  height: clamp(0px, 61.54vw, 615.38px);
}

.c-footer {
  max-width: 1000px;
  margin: auto;
  background-color: var(--c-black);
}
.c-footer small {
  display: block;
  text-align: center;
  color: var(--c-gold);
  font-size: clamp(0px, 2.82vw, 28.21px);
  padding: clamp(20px, 5.13vw, 51.28px) 0;
}

#reserve {
  background-color: var(--c-white);
}
#reserve .c-title {
  background-color: var(--c-light);
  padding-top: clamp(45px, 11.54vw, 115.38px);
}
#reserve h3 {
  text-align: center;
  font-size: 4.8vw;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  background-color: #b1c6db;
  padding: 7.7333333333vw 0;
}
#reserve .end {
  padding: 12vw 2vw;
  text-align: center;
}
#reserve .end * {
  font-size: 3.4666666667vw;
}
#reserve .end p {
  padding-bottom: 1.5em;
}
#reserve .end .backbtn a {
  margin: 0 auto;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  background-color: #327437;
  padding: 1.3333333333vw 8vw;
  font-size: 3.7333333333vw;
}
#reserve .reserve_inner {
  width: 86.6666666667vw;
  margin: 0 auto;
  padding: 12vw 0;
}
#reserve .reserve_inner dl {
  font-size: 3.4666666667vw;
  padding-bottom: 6vw;
}
#reserve .reserve_inner dl dt {
  padding: 1px;
  padding-bottom: 1.3333333333vw;
}
#reserve .reserve_inner dl dt .hissu {
  color: #fff;
  background-color: #e31e25;
  border-radius: 0.2em;
  font-size: 90%;
  padding: 0.5333333333vw 1.0666666667vw;
  margin-left: 0.5em;
}
#reserve .reserve_inner dl dd {
  font-size: 100%;
  padding: 1px;
}
#reserve .reserve_inner dl dd * {
  font-size: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
}
#reserve .reserve_inner dl dd input[type=text],
#reserve .reserve_inner dl dd input[type=email] {
  border: none;
  border-bottom: 1px solid #ababab;
  width: 100%;
  padding: 0.5em 0;
}
#reserve .reserve_inner dl dd.date_flex {
  display: flex;
  align-items: flex-start;
  gap: 5.3333333333vw;
}
#reserve .reserve_inner dl dd .select {
  border: none;
  border-bottom: 1px solid #ababab;
  padding: 0.5em 0;
  width: 20vw;
  appearance: none;
  outline: none !important;
}
#reserve .reserve_inner dl dd .month_wrap,
#reserve .reserve_inner dl dd .day_wrap,
#reserve .reserve_inner dl dd .hour_wrap {
  color: #7e7e7e;
}
#reserve .reserve_inner dl dd .mail_txt {
  padding-top: 0.5em;
}
#reserve .reserve_inner dl dd .mail_txt .mwform-radio-field,
#reserve .reserve_inner dl dd .mail_txt .mwform-checkbox-field-text {
  font-size: 90%;
}
#reserve .reserve_inner dl dd .mwform-radio-field,
#reserve .reserve_inner dl dd .mwform-checkbox-field {
  display: inline-block;
  margin-right: 20px;
}
#reserve .reserve_inner dl dd .mwform-radio-field label,
#reserve .reserve_inner dl dd .mwform-checkbox-field label {
  display: flex;
}
#reserve .reserve_inner dl dd .horizontal-item .horizontal-item {
  margin-left: 0;
}
#reserve .reserve_inner dl dd .horizontal-item + .horizontal-item {
  margin-left: 0;
}
#reserve .reserve_inner dl dd textarea {
  border: 1px solid #ababab;
  resize: none;
  width: 100%;
  height: 32vw;
  font-family: "Noto Sans JP", sans-serif;
}
#reserve .reserve_inner .btn_wrap {
  text-align: center;
}
#reserve .reserve_inner .btn_wrap input {
  margin: 0 auto;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  background-color: var(--c-blue);
  padding: 1.3333333333vw 8vw;
  font-size: 3.7333333333vw;
  width: 200px;
  border-radius: 4px;
}

@media screen and (min-width: 1000px) {
  #reserve h3 {
    font-size: 36px;
    padding: 58px 0;
  }
  #reserve .end {
    padding: 90px 15px;
  }
  #reserve .end * {
    font-size: 26px;
  }
  #reserve .end p {
    padding-bottom: 1.5em;
  }
  #reserve .end .backbtn a {
    padding: 10px 60px;
    font-size: 28px;
  }
  #reserve .reserve_inner {
    width: 650px;
    padding: 90px 0;
  }
  #reserve .reserve_inner dl {
    font-size: 26px;
    padding-bottom: 45px;
  }
  #reserve .reserve_inner dl dt {
    padding-bottom: 10px;
  }
  #reserve .reserve_inner dl dt .hissu {
    padding: 4px 8px;
  }
  #reserve .reserve_inner dl dd textarea {
    height: 240px;
  }
  #reserve .reserve_inner dl dd.date_flex {
    gap: 40px;
  }
  #reserve .reserve_inner dl dd .select {
    width: 150px;
  }
  #reserve .reserve_inner .btn_wrap input {
    padding: 11.5px 60px;
    font-size: 18px;
  }
}