@charset "UTF-8";

/* ========== component ========== */
.c-btnArrow__a {
  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;
  position: relative;
  width: 27.7rem;
  padding: 2.1rem 0rem 2rem 0rem;
  margin: 0 auto;
  border-radius: 50px;
  background: #fff100;
  -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.c-btnArrow__span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #282d9b;
}

.c-btnArrow__span::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 1.5rem;
  background-image: url(../img/sec_beginner/sec_kv__arrowRight.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 5.17rem;
  position: absolute;
  right: 2rem;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-btn__a {
  background: #fff100;
  padding: 1.67rem 2.46rem 1.57rem 2.31rem;
  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;
  border-radius: 50px;
  -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.5);
  text-decoration: none;
  text-align: center;
}

.c-btn__span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #282d9b;
}

/* ========== /component ========== */


/* ========== header ========== */
.header {
  color: #fff;
}

.header__p {
  color: #fff;
}

.header__catch {
  font-size: 1.2rem;
  margin-bottom: 0.76rem;
}

.header_left {
  position: relative;
}

.header_left__p {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: 2.1rem;
  position: absolute;
  bottom: 0.75rem;
  white-space: nowrap;
}

.header__logo {
  color: #fff;
}

.header__logo_box__p {
  color: #fff;
}

.header__logo_box__span1 {
  color: #fff;
}

.header__logo_box__span2 {
  color: #fff;
}

.header__right_wrap__span {
  color: #fff;
}

.header__above_contactAddress_p {
  color: #fff;
}

.header__nav__li {
  font-weight: 700;
}

.header__under_nav_li {
  color: #fff;
}

.header__under_nav__a {
  color: #fff;
}

.header__nav__li--line {
  position: relative;
}
.header__nav__li--line::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #FFF;
  position: absolute;
  left: -1.5rem;
}

.wrapp_1 {
  max-height: 150rem;
  padding-bottom: 6rem;
  background-color: rgb(42, 47, 146);
}

.header {
  background-color: rgb(42, 47, 146);
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.5rem 1.6rem 0.5rem 4rem;
}

.offcanvas_inner {
  max-width: 110rem;
  margin: 0 auto;
}

.logo {
  width: 40.9rem;
  margin-right: 1rem;
  margin-top: 0.96rem;
}

.header_text .catch {
  font-size: 1.2rem;
  color: rgb(255, 255, 255);
  margin: 0px;
}

.header_text .clinic-name {
  font-size: 1.6rem;
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin: 0.2rem 0 0;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 2.7rem 0 0;
  padding: 0;
}

.nav ul li {
  margin: 0 1.3rem;
}

.nav ul li a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 1.5rem;
}

.icon_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.3rem;
}

.icon_wrap_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  margin-right: 9rem;
}

.header_btn img {
  width: 24.3rem;
}

.offcanvas-menu__a1 {
  width: 24.3rem;
}

.offcanvas-menu__a2 {
  background: #fff;
  width: 24.3rem;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #00000080;
  display: none;
  z-index: 9998;
}

.overlay.active {
  display: block;
}

.header .offcanvas-menu {
  position: fixed;
  top: -120%;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  background-color: rgb(42, 47, 146);
  height: 100vh;
  min-height: 65vh;
  max-height: 100rem;
  overflow-y: auto;
}

.header .offcanvas-menu.active {
  top: 0;
}

.header .close_btn {
  cursor: pointer;
}

.header .offcanvas-links-pc {
  color: #fff;
  font-family: sans-serif;
}

.header .link-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header .link-grid li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid white;
  padding-bottom: 1rem;
}

.header .link-grid__a {
  color: #fff;
}

.header .link-grid img {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.header .link-grid span {
  font-size: 1.4rem;
  font-weight: 700;
}

.header .treatment-menu {
  padding: 2rem 0 0;
  color: white;
  font-family: sans-serif;
}

.header .treatment-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-weight: bold;
  border-bottom: 1px solid white;
}

.header .treatment_icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.header .treatment_text {
  font-size: 1.4rem;
  font-weight: 700;
}

.header .menu-title img {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
}

.header .treatment-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.2rem 2rem;
  list-style: none;
  padding: 0 1rem;
  margin: 0;
}

.header .treatment-list li {
  position: relative;
  padding-left: 1.6rem;
  padding-bottom: 1rem;
  font-size: 1.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  white-space: nowrap;
}

.header .treatment-list__a {
  color: #fff;
  vertical-align: middle;
}

.header .treatment-list li::before {
  content: "";
  display: inline-block;
  color: white;
  width: 0.5rem;
  height: 0.8rem;
  margin-right: 1rem;
  background-image: url("../img/header/header__arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.header .border-none li {
  border: none;
}

.header .symptom2-item1__a {
  color: #fff;
}

.header .symptom2-item2 {
  color: #fff;
}

.header .symptom2-item3__a {
  color: #fff;
}

.header .symptom2-item4__a {
  color: #fff;
}

.header .symptom2-item5 {
  color: #fff;
  margin-top: 2.85rem;
}

.header .symptom2-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  font-family: "Helvetica Neue", Arial, sans-serif;
  min-height: 20rem;
}

.header .symptom2-item1,
.header .symptom2-item2,
.header .symptom2-item3,
.header .symptom2-item4,
.header .symptom2-item5 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  /*   padding: 0 1.5rem; */
}

.header .symptom2-item5 {
  border-right: none;
}

.header .symptom2-title {
  font-size: 1.4rem;
  margin-bottom: 0;
  color: rgb(255, 255, 255);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.6rem 0 0.6rem 1.5rem;
  position: relative;
}

.header .symptom2-title::before {
  content: "";
  display: inline-block;
  color: white;
  width: 0.5rem;
  height: 0.8rem;
  margin-right: 1rem;
  background-image: url("../img/header/header__arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.header .symptom2-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header .symptom2-menu li {
  padding: 0.6rem 0 0 1rem;
  position: relative;
  font-size: 1.3rem;
  color: rgb(226, 232, 240);
  line-height: 1.4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  font-weight: 400;
  margin-left: 2.15rem;
  white-space: nowrap;
}

.header .symptom2-menu li::before {
  content: "";
  display: inline-block;
  color: white;
  width: 0.5rem;
  height: 0.8rem;
  margin-right: 1rem;
  background-image: url("../img/header/header__arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.header .symptom2-menu li:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
  padding-left: 1.8rem;
}

.header .symptom2-menu li:hover::before {
  color: rgb(203, 213, 224);
}

.header .close_btn img {
  width: clamp(1.2rem, 6.5vw, 9rem);
}

.header .hd_icon {
  width: 9rem;
}

.header .shopdetail__name {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .nav ul {
    display: none;
  }
  .header .header__logo {
    width: 17.321rem;
  }
  .header_left__p {
    font-size: 1.1rem;
    position: static;
    margin-top: 0.31rem;
  }
  .header__logo_box__p {
    font-size: 1.1rem;
    text-align: center;
  }
  .header__logo_box__span {
    font-size: 1.1rem;
    font-weight: 700;
  }
  .header .header__shopList_img {
    width: 6rem;
  }
  .header .header__hamburgerMenu_icon {
    width: 6rem;
  }
  .header .header__hamburgerMenu {
    padding: 0rem 1.6rem 0rem 0.5rem;
  }
  .header .header__logo_box {
    padding: 1.5rem 0 2.7rem 2rem;
  }
  .header .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.3rem;
  }
  .header .header__right_wrap {
    margin-top: -1rem;
  }
  .header .symptom2-item1,
  .header .symptom2-item2,
  .header .symptom2-item3,
  .header .symptom2-item4,
  .header .symptom2-item5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-right: none;
  }
  .header .symptom2-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header .header_inner {
    padding: 1.5rem 1.5rem 0.5rem 2rem;
  }
  .header .header_inner picture {
    display: block;
  }
  .header .logo {
    margin: 0;
    width: 10.81rem;
  }
  .header .hd_icon {
    width: 6rem;
  }
  .header .icon_wrap {
    gap: 0rem;
    margin-bottom: 0;
  }
  .store_icon {
    margin-right: 0.7rem;
  }
  .header .large_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }
  .header .large_img img {
    width: 33.5rem;
  }
  .header .large_img_2 {
    margin-top: 0.5rem;
  }
  .header .small_img {
    width: 5rem;
    gap: 0.4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .header .small_img img {
    width: 16.6rem;
  }
  .header .btn_item_2 {
    width: 12.6rem;
    width: 100%;
    padding: 0.45rem 0;
  }
  .header .gorilla {
    display: inline;
    right: -10rem;
    bottom: -25.5rem;
    width: 15rem;
  }
  .header .header_btn img {
    width: 6rem;
  }
  .header .icon_wrap_2 {
    margin-right: 0.5rem;
    display: none;
  }
  .header .btn {
    position: absolute;
    bottom: 4.5rem;
    left: -2.5rem;
    width: 101.4vw;
  }
  .header .btn_box_inner {
    margin: 0;
  }
  .header .campaign_label {
    top: -6.5rem;
    width: 13.5rem;
    height: 3.5rem;
  }
  .header .close_btn img {
    width: 6rem;
  }
  .header .offcanvas_inner {
    margin: 0;
    max-width: 100%;
  }
  .header .offcanvas-links-menu-sp {
    width: 100%;
    margin: 0 auto;
    border-radius: 0.8rem;
    overflow: hidden;
  }
  .header .menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .header .menu-item {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header .menu-item:first-child {
    border-top: none;
  }
  .header .menu-link {
    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;
    padding: 1.6rem;
    color: white;
    text-decoration: none;
    font-size: 1.6rem;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
  .header .menu-link:hover {
    background-color: #2d2dc9;
  }
  .header .icon {
    margin-right: 1.2rem;
    font-size: 1.8rem;
  }
  .header .icon .text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
  }
  .header .symbol {
    margin-left: auto;
    font-size: 1.4rem;
  }
  .header .buttons {
    padding: 2.4rem 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
  }
  .header .submenu {
    background-color: #191d7e;
    border-radius: 0.4rem;
    padding: 0 1.6rem;
    position: relative;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
  }
  .header .submenu.show,
  .header .submenu.-show {
    max-height: 50rem;
    opacity: 1;
    padding: 1.6rem;
  }
  .header .submenu-title {
    font-weight: bold;
    font-size: 1.6rem;
    padding-bottom: 0.8rem;
    color: white;
    position: relative;
    padding-left: 2rem;
  }
  .header .submenu-title a,
  .header .submenu-item a {
    color: #fff;
  }
  .header .submenu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.8rem 0;
    font-size: 1.4rem;
    color: white;
    position: relative;
    padding-left: 6rem;
    border: none;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  .header .submenu-item:hover {
    color: #cbd5e0;
    cursor: pointer;
  }
  .header .submenu-item::before {
    content: "";
    position: absolute;
    left: 3rem;
    top: 0;
    height: 100%;
    width: 0.2rem;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .header .submenu-item::after {
    content: "";
    position: absolute;
    left: 3rem;
    top: 50%;
    width: 1.5rem;
    height: 0.1rem;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .header .submenu-item:first-child::before {
    top: 50%;
    height: 50%;
  }
  .header .submenu-item:last-child::before {
    height: 50%;
  }
  .header .menu-item.has-submenu .symbol {
    -webkit-transition: color 0.2s ease, -webkit-transform 0.3s ease;
    transition: color 0.2s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, color 0.2s ease;
    transition: transform 0.3s ease, color 0.2s ease, -webkit-transform 0.3s ease;
  }
  .header .menu-item.has-submenu.open .symbol {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #cbd5e0;
  }
  .header .menu-item.has-submenu .toggle {
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
  .header .menu-item.has-submenu.open .toggle {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .header .item-icon1 {
    width: 2rem;
  }
  .header .btn_2Img {
    width: 27.7rem;
  }
  .header .shopdetail__name {
    display: none;
  }
}
/* ========== /header ========== */