@charset "UTF-8";
/* =================================
リセット
================================= */
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;
  vertical-align: baseline;
  box-sizing: border-box;
}

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

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  padding-bottom: min(200px, 33vw);
}

/* ===================================
全体スタイル
=================================== */
.mainn {
  width: 100%;
  margin: auto;
  color: #333;
}
.mainn img {
  width: 100%;
  height: auto;
  display: block;
}
.mainn .text_bold_center {
  font-weight: bold;
  text-align: center;
}
.mainn small {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: min(18px, 3vw);
  line-height: 1.5;
  text-align: justify;
}
.mainn #sticky {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: min(8px, 1.3vw);
  max-width: 600px;
  z-index: 1000;
  left: 50%;
  transform: translate(-50%, -1%);
  display: none;
}
.mainn #sticky a {
  width: 90%;
  margin: 0 auto;
}
.mainn header {
  background: url(img/ao_01_obi.jpg) no-repeat center center/cover;
  padding: min(5px, 2vw) 0 min(4.8px, 0.8vw);
  width: 100%;
  text-align: center;
}
.mainn header a {
  display: inline-block;
  width: 38%;
  max-width: 226px;
}
.mainn .container {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.mainn .sec01 .inner {
  background: #4793ca;
  margin-bottom: clamp(30px, 9vw, 55px);
}
.mainn .sec01 .container {
  position: relative;
  color: #1a1a1a;
}
.mainn .sec01 .container small {
  margin-bottom: clamp(55px, 16vw, 100px);
}
.mainn .sec01 .img01 {
  position: absolute;
  bottom: -4%;
}
.mainn .doctor {
  position: relative;
  width: 94%;
  margin: auto;
  border: clamp(2px, 0.4vw + 0.7px, 3px) solid #1a1a1a;
  border-radius: clamp(6.4px, 2vw, 14px);
  padding: 1% 6.2% 6%;
  margin-bottom: 2%;
}
.mainn .doctor p {
  font-size: min(33.5px, 5.6vw);
  letter-spacing: 0.08em;
  line-height: 1.3;
  font-weight: bold;
  font-feature-settings: "palt";
}
.mainn .doctor img {
  position: absolute;
  z-index: 1;
  right: max(-6px, -1vw);
  bottom: 0;
  width: 47%;
}
.mainn .doctor + small {
  display: block;
  width: fit-content;
  margin: 0 auto 21%;
  letter-spacing: 0.02em;
}
.mainn .prd_name {
  font-weight: 400;
  font-size: min(18px, 3vw);
  display: block;
  line-height: 2;
  letter-spacing: 0.03em;
}
.mainn .prd_name_L {
  font-size: min(28.3px, 4.7vw);
  letter-spacing: 0.06em;
  margin-left: 0.25em;
}
.mainn .prd_type {
  font-size: min(51px, 8.5vw);
  margin-right: 0.25em;
}
.mainn .sec02 .img01 {
  width: 90%;
  margin: auto;
  margin-bottom: 9.2%;
}
.mainn .sec02 h2 {
  font-size: min(27px, 4.5vw);
  line-height: 2;
  width: fit-content;
  margin: auto;
  color: #3e3e3e;
}
.mainn .sec02 .first_line {
  display: block;
  margin-bottom: -0.3em;
}
.mainn .sec02 .font_L {
  font-size: min(43.8px, 7.3vw);
  letter-spacing: 0.3em;
  margin-right: -0.35em;
  line-height: 1.4;
}
.mainn .sec02 .under_yellow {
  border-bottom: clamp(2.5px, 0.4vw, 3px) solid #fdc403;
}
.mainn .sec02 .kuma_shinrai {
  margin-top: 47%;
  aspect-ratio: 700/270;
}
.mainn .sec02 .img02 {
  position: absolute;
  top: -116%;
  left: 0;
  right: 0;
  margin: auto;
  width: 86%;
  max-width: 511px;
}
.mainn .kuma_shinrai,
.mainn .sec03 .container,
.mainn .sec04 .container {
  position: relative;
  background: #f0f9ff;
}
.mainn .sec03 .container {
  padding-bottom: min(95px, 12%);
}
.mainn .sec03 h2 {
  width: 35%;
  margin: 0 auto 7%;
}
.mainn .sec03 p {
  width: 85%;
  font-size: min(22.8px, 3.8vw);
  letter-spacing: 0.01em;
  line-height: 1.8;
  text-align: justify;
  margin: 0 auto 12%;
}
.mainn .sec03 .img01 {
  width: 87%;
  margin: auto;
}
.mainn .sec03 small {
  display: flex;
  width: 88%;
}
.mainn .sec03 small span {
  display: block;
}
.mainn .kuromaru {
  display: flex;
  width: 74.5%;
  margin: 0 auto 8%;
  justify-content: space-between;
  gap: clamp(13px, 3vw, 25px);
}
.mainn .kuromaru div {
  display: flex;
  align-items: center;
  position: relative;
  width: 50%;
  background: #333;
  border-radius: 50%;
  aspect-ratio: 1/1;
  padding-top: clamp(4.3px, 1.33vw, 8px);
}
.mainn .kuromaru div::before {
  content: "";
  position: absolute;
  top: -8%;
  width: 17%;
  height: 17%;
  background-size: contain;
  background-repeat: no-repeat;
}
.mainn .kuromaru div:nth-of-type(odd)::before {
  left: 1%;
  background-image: url("img/ao_03_dot_l.png");
}
.mainn .kuromaru div:nth-of-type(even)::before {
  right: 0;
  background-image: url("img/ao_03_dot_r.png");
}
.mainn .kuromaru p {
  color: #fff;
  margin: auto;
  white-space: nowrap;
  letter-spacing: -0.03em;
  line-height: 1.6;
  text-align: center;
  font-size: min(24px, 4vw);
  font-feature-settings: "palt";
}
.mainn .osusume {
  position: relative;
  margin-bottom: 26%;
}
.mainn .osusume li {
  position: absolute;
  width: fit-content;
  background: #f0f9ff;
  font-size: min(24px, 4vw);
  letter-spacing: -0.07em;
  color: #333;
}
.mainn .scene1 {
  top: 57.5%;
  left: 10%;
}
.mainn .scene2 {
  top: 57.5%;
  right: 6%;
}
.mainn .scene3 {
  top: 101%;
  left: 18%;
}
.mainn .scene4 {
  top: 101%;
  right: 7%;
}
.mainn .ao_info {
  width: 88%;
  margin: auto;
}
.mainn .ao_info li {
  background: #fff;
}
.mainn .ao_info li img {
  margin: 0 auto 5%;
}
.mainn .ao_info li p {
  width: 96%;
  letter-spacing: 0;
  margin-bottom: 0;
}
.mainn .ao_info li span {
  display: block;
  text-align: right;
  letter-spacing: -0.05em;
  font-feature-settings: "palt";
}
.mainn .guide {
  padding: 5% 7% 4%;
  margin: 0 auto 6%;
}
.mainn .ingre {
  padding: 5% 7% 6%;
  margin: 0 auto 5.2%;
}
.mainn .sec03 .ingre img {
  width: 48%;
}
.mainn .sec03 .ingre p {
  width: 100%;
  border: min(1px, 0.2vw) solid #333;
  border-radius: clamp(3.2px, 1vw, 7px);
  padding: 5.5%;
  letter-spacing: -0.02em;
  font-feature-settings: "palt";
}
.mainn .sec04 .container {
  padding-bottom: clamp(100px, 19.5%, 165px);
}
.mainn .sec04 h2 {
  width: 72%;
  margin: 0 auto 8.5%;
}
.mainn .scene_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: min(40px, 6vw);
  width: 93%;
  margin: 0 auto;
}
.mainn .scene_list li {
  width: 50%;
  text-align: center;
}
.mainn .scene_list li > img {
  width: 88%;
  margin: 0 auto;
}
.mainn .scene_list figure {
  display: flex;
  align-items: flex-start;
  margin: 3.5% auto 0;
  text-align: left;
  width: max-content;
}
.mainn .scene_list figure img {
  width: min(30px, 5vw);
  margin-top: 3%;
  margin-right: 2%;
}
.mainn .scene_list figcaption {
  font-size: min(23px, 3.7vw);
  white-space: nowrap;
  line-height: 1.75;
  color: #3e3e3e;
  font-feature-settings: "palt";
}
.mainn .sec05 {
  margin-bottom: clamp(10px, 7vw, 50px);
}
.mainn .sec05 .inner {
  background: #4793ca;
}
.mainn .sec05 .inner .container {
  position: relative;
  aspect-ratio: 600/688;
  margin-bottom: clamp(30px, 14vw, 84px);
}
.mainn .sec05 > .container {
  width: 95%;
  max-width: 562px;
}
.mainn .sec05 .img01 {
  position: absolute;
  top: clamp(-48px, -8.2vw + 1.2px, -25px);
  z-index: 100;
}
.mainn .sec05 .handan {
  border: clamp(2px, 0.4vw + 0.7px, 3px) solid #0e3d5b;
  border-radius: clamp(6.4px, 2vw, 14px);
  font-size: min(25.2px, 4.2vw);
  padding: 3.5% 4% 2%;
  display: block;
  margin-bottom: 5%;
  line-height: 1.7;
  color: #0e3d5b;
  letter-spacing: -0.01em;
  background: #fff;
}
.mainn .sec05 .jiyu {
  display: block;
  font-weight: 400;
  font-size: min(18px, 3vw);
  letter-spacing: 0.01em;
  margin-top: 4%;
}
.mainn .sec05 .img02 {
  margin: 0 auto 5%;
}
.mainn .sec05 .online_form {
  width: 100%;
  max-width: 600px;
  padding: clamp(25px, 1.8vw + 19px, 30px) 0;
  margin-bottom: clamp(16px, 6.3vw, 38px);
  background: #7dcce3;
}
.mainn .sec05 .online_form h3 {
  width: auto;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 1em;
  line-height: 1.4;
  font-size: 1.1em;
  font-weight: bold;
  color: #005973;
}
.mainn .sec05 .online_form h3 span {
  display: inline-block;
  border-bottom: 1px solid #005973;
  padding: 0.3em;
  margin-bottom: 0.8em;
  line-height: 1.4;
  position: relative;
}
.mainn .sec05 .online_form h3 span::before {
  content: "";
  background-color: #7dcce3;
  width: 1.25em;
  height: 0.06em;
  position: absolute;
  left: calc(50% - 1.25em);
  bottom: -0.06em;
}
.mainn .sec05 .online_form h3 span::after {
  content: "";
  background-color: #005973;
  width: 0.9em;
  height: 0.06em;
  transform: rotate(45deg);
  position: absolute;
  left: calc(50% - 1.37em);
  bottom: -0.4em;
}
.mainn .sec05 .btn_box {
  display: block;
  width: 95%;
  max-width: 480px;
  margin: 0 auto;
  border: none;
}
.mainn .sec05 .btn {
  width: 100%;
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: transparent;
  border-radius: 0.6em;
  outline: none;
  transition: all 0.2s ease;
}
.mainn .sec05 .btn::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0.3em;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.6em;
  background-color: #21a5cb;
}
.mainn .sec05 .btn:hover span {
  transform: translateY(0.25em);
}
.mainn .sec05 .btn span {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  padding: 1.25em;
  background: #fff;
  border-radius: 0.6em;
  transition: all 0.3s ease;
}
.mainn .sec05 .img03 {
  display: block;
  width: 90%;
  max-width: 350px;
  margin: 0 auto;
}
.mainn .sec05 .img04 {
  display: block;
  width: 70%;
  max-width: 250px;
  margin: 0.6em auto 0;
}
.mainn .sec05 .img05 {
  width: 86%;
  margin: 0 auto clamp(4%, 4vw, 5.5%);
}
.mainn .set_price {
  background-color: #f9f7f6;
  border-radius: clamp(6.4px, 2vw, 14px);
  overflow: hidden;
}
.mainn .set_price_title {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 1%;
  font-size: min(21.6px, 3.6vw);
  letter-spacing: 0.02em;
}
.mainn .price_list {
  padding: 3.2% 0 5%;
  list-style: none;
  margin: auto;
  width: fit-content;
}
.mainn .price_list li {
  display: flex;
  gap: 0.5em;
  padding: 1.5% 0;
  letter-spacing: 0.12em;
  align-items: baseline;
  white-space: nowrap;
  font-size: min(21.6px, 3.6vw);
  line-height: 1;
}
.mainn .price_list .label {
  margin-right: -0.3em;
  font-feature-settings: "palt";
  vertical-align: middle;
  line-height: 1.6;
}
.mainn .price_list .price {
  font-size: min(24px, 4vw);
  letter-spacing: 0.06em;
}
.mainn .price_list .tax {
  font-size: min(13.2px, 2.2vw);
}
.mainn .price_list .soryo {
  font-size: min(13.2px, 2.2vw);
}
.mainn .note {
  width: 90%;
  max-width: 562px;
  margin: 0 auto;
  font-size: min(11px, 1.8vw);
}

@media (min-width: 600px) {
  .sp {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
