/*
===========================================================

  01, Common
  02, Header
  03, Footer

===========================================================
*/
/*
=====================================================================================
===================================== 01, Common ====================================
=====================================================================================
*/
html {
  color: var(--color-main);
}

header p, footer p {
  line-height: initial;
}

header a, footer a {
  display: inline-block;
}

img {
  display: block;
  width: 100%;
}

#Wrap {
  width: 100%;
}

#Contents {
  margin: 0;
}

body.noScroll {
  overflow: hidden;
}

body.overHidden {
  overflow: hidden;
}

body .acd > span {
  position: relative;
}

/* --- for small viewport --- */
@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}
/* --- for small viewport / tablet --- */
@media (min-width: 376px) and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
}
/* --- for middle viewport --- */
@media screen and (min-width: 769px) and (max-width: 1439px) {
  html {
    font-size: 0.6944444444vw;
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 1440px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}
@media (min-width: 769px) {
  header p, footer p {
    line-height: initial;
  }
  header a, footer a {
    display: inline-block;
    transition: all 0.3s;
  }
  header a:hover, footer a:hover {
    opacity: 0.6;
  }
  .spOnly {
    display: none !important;
  }
}
#main {
  padding-top: var(--header-height);
}

/*
=====================================================================================
===================================== 02, Header ====================================
=====================================================================================
*/
#header .header_info {
  background: #333;
}

#header .header_info .headerInfo {
  margin-inline: auto;
}

#header .header_info .headerInfo__list {
  display: block;
}

#header .header_info .headerInfo__list li {
  color: #fff;
  font-size: 1.4rem;
  word-break: break-all;
}

#header.hideHead {
  transform: translateY(-100%);
}

#header.outMv.hideHead.banner01 {
  transform: translateY(-100%);
}

#header.outMv.hideHead.banner02 {
  transform: translateY(-100%);
}

#header.outMv.hideHead.banner03 {
  transform: translateY(-100%);
}

@media (max-width: 768px) {
  #header .header_info .headerInfo__list {
    height: 7rem;
  }
  #header .header_info .headerInfo__list li {
    align-items: center;
    padding-inline: 2rem;
    line-height: 1.4285714286;
  }
  #header.outMv {
    transform: translateY(-9.1rem);
  }
}
@media (min-width: 769px) {
  #header .header_info .headerInfo__list {
    height: auto;
  }
  #header .header_info .headerInfo__list li {
    display: block;
    height: auto;
    padding: 0.5rem 1rem;
    line-height: 1.6;
    border-bottom: 1px solid var(--color-darknessGray);
  }
  #header .header_info .headerInfo__list li:last-of-type {
    border-bottom: 0px;
  }
  #header.outMv.banner01 {
    transform: translateY(-3.2rem);
  }
  #header.outMv.banner02 {
    transform: translateY(-6.6rem);
  }
  #header.outMv.banner03 {
    transform: translateY(-10rem);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.8s;
  transform: translateY(0);
  opacity: 1;
  z-index: 200;
}

.header ._cart {
  position: relative;
}

.header ._cart .num {
  content: "";
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  padding: 0;
  position: absolute;
  color: #fff !important;
  font-family: var(--font-NeueHaasGrotesk);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  background: #b60b1d;
  border-radius: 50vh;
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin: auto;
  height: 6rem;
  padding-inline: 2rem;
  background-color: var(--color-white);
  border-bottom: 1px solid var(--color-lightGray);
}

.header_hamburger {
  height: 1.4rem;
}

.header_hamburger p {
  position: relative;
  width: 3rem;
  height: 1.4rem;
}

.header_hamburger p span:nth-of-type(1)::before, .header_hamburger p span:nth-of-type(1)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.2rem;
  margin: auto;
  background-color: var(--color-black);
  transition: all 0.4s;
}

.header_hamburger p span:nth-of-type(1)::before {
  top: 0;
}

.header_hamburger p span:nth-of-type(1)::after {
  bottom: 0;
}

.header_hamburger p span:nth-of-type(2)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  margin: auto;
  background-color: var(--color-black);
  transition: all 0.4s;
}

.header_hamburger.active p span:nth-of-type(1)::before {
  top: 0.55rem;
  transform: rotate(30deg);
}

.header_hamburger.active p span:nth-of-type(1)::after {
  bottom: 0.65rem;
  transform: rotate(-30deg);
}

.header_hamburger.active p span:nth-of-type(2)::before {
  opacity: 0;
}

.header_logo {
  width: 8.8rem;
  margin: auto;
}

.header_utility {
  display: flex;
  align-items: center;
}

.header_utility li {
  font-family: var(--font-NeueHaasGrotesk);
  letter-spacing: 0.1em;
  margin-left: 2rem;
}

.header_utility li._myPage img {
  width: 1.4rem;
  height: 1.6rem;
}

.header_utility li._cart img {
  width: 1.6rem;
  height: 1.6rem;
}

.header_utility li a {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .header_logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  .header.hideHead .drawer {
    display: none;
  }
  .header ._cart .num {
    width: 1.6rem;
    height: 1.6rem;
    padding: 0.1rem 0 0 0;
    font-size: 1rem;
  }
  .header_utility li._cart .num {
    top: -0.8rem;
    right: -0.8rem;
  }
  .header .drawer {
    position: absolute;
    left: -100%;
    width: 100%;
    background-color: var(--color-highLightGray);
    overflow-y: auto;
    transition: all 0.4s;
  }
  .header .drawer.active {
    left: 0;
    opacity: 1;
  }
  .header .drawer_menu {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    border-bottom: 1px solid var(--color-lightGray);
  }
  .header .drawer_menu > li:nth-of-type(1) {
    order: 1;
  }
  .header .drawer_menu > li:nth-of-type(2) {
    order: 2;
  }
  .header .drawer_menu > li:nth-of-type(3) {
    order: 5;
  }
  .header .drawer_menu > li:nth-of-type(4) {
    order: 4;
  }
  .header .drawer_menu > li:nth-of-type(5) {
    order: 3;
  }
  .header .drawer_menu._user > li > a {
    padding: 1.6rem 2.2rem 1.8rem;
  }
  .header .drawer_menu._user > li > a > p {
    padding-top: 0.2rem;
  }
  .header .drawer_menu li {
    position: relative;
    font-family: var(--font-NeueHaasGrotesk);
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .header .drawer_menu li._login a img {
    width: 1.4rem;
    height: 1.6rem;
  }
  .header .drawer_menu li._myPage > div {
    display: flex;
    align-items: center;
    padding: 1.8rem 2.2rem;
    position: relative;
  }
  .header .drawer_menu li._myPage > div::before, .header .drawer_menu li._myPage > div::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 2.2rem;
    bottom: 0;
    width: 1.3rem;
    /* height: 0.1rem; */
    height: 0.2rem;
    margin: auto;
    background-color: var(--color-green);
    z-index: 1;
    transition: all 0.4s;
  }
  .header .drawer_menu li._myPage > div::after {
    transform: rotate(90deg);
  }
  .header .drawer_menu li._myPage > div.active::after {
    transform: rotate(180deg);
  }
  .header .drawer_menu li._myPage > div img {
    width: 1.4rem;
    height: 1.6rem;
  }
  .header .drawer_menu li._myPage > div p {
    margin-left: 1rem;
  }
  .header .drawer_menu li._onlineShop a img {
    width: 1.6rem;
    height: 1.4rem;
  }
  .header .drawer_menu li._cart a img {
    width: 1.6rem;
    height: 1.6rem;
  }
  .header .drawer_menu li._cart a .num {
    top: -1.5rem;
    left: 10.3rem;
    bottom: 0;
    margin: auto;
    padding: 0;
  }
  .header .drawer_menu li a {
    display: flex;
    align-items: center;
    padding: 1.8rem 2.2rem;
  }
  .header .drawer_menu li a p {
    margin-left: 1rem;
  }
  .header .drawer_menu li ul li {
    font-size: 1.4rem;
  }
  .header .drawer_menu li ul li.drawer_menu_title a {
    margin-left: 4rem;
    padding: 1.8rem 0 1.8rem 0.6rem;
    border-bottom: 1px solid var(--color-lightGray);
  }
  .header .drawer_menu li ul li.drawer_menu_title a > span {
    font-weight: 500;
  }
  .header .drawer_menu li ul li ul li a {
    margin-left: 4rem;
    padding: 0;
    border-bottom: 1px solid var(--color-lightGray);
  }
  .header .drawer_menu li ul li ul li a img {
    width: 5rem;
    height: 5rem;
    margin-right: 0.8rem;
  }
  .header .drawer_menu li ul li ul li:last-of-type a {
    border-bottom: 0px;
  }
  .header .drawer_menu > li {
    background-color: var(--color-white);
    border-top: 1px solid var(--color-lightGray);
  }
  .header .drawer_menu > li.acd > ul {
    display: none;
    border-top: 1px solid var(--color-lightGray);
  }
  .header .drawer_menu > li.acd > ul li {
    background-color: var(--color-highLightGray);
  }
  .header .drawer_menu > li.acd > span {
    display: block;
    position: relative;
    width: 100%;
    padding: 1.8rem 2.2rem;
    font-family: var(--font-DidotLTPro);
    font-weight: 600;
    background-color: var(--color-white);
  }
  .header .drawer_menu > li.acd > span::before, .header .drawer_menu > li.acd > span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 2.2rem;
    bottom: 0;
    width: 1.3rem;
    height: 0.2rem;
    margin: auto;
    background-color: var(--color-green);
    z-index: 1;
    transition: all 0.4s;
  }
  .header .drawer_menu > li.acd > span::after {
    transform: rotate(90deg);
  }
  .header .drawer_menu > li.acd > span.active::after {
    transform: rotate(180deg);
  }
  .header .drawer_menu > li.acd > span > span {
    position: absolute;
    top: 2.3rem;
    margin-left: 0.9rem;
    padding: 0.25rem 0.5rem;
    font-family: var(--font-NeueHaasGrotesk);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    border: 1px solid var(--color-black);
  }
  .header .drawer_menu > li.acd a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 2.4rem;
    bottom: 0;
    width: 1rem;
    height: 1rem;
    margin: auto;
    background-image: url("https://jbig.imgix.net/Contents/ImagesPkg/common/arrow_green.svg?auto=format");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  }
  .header .drawer_menu > li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 2.4rem;
    bottom: 0;
    width: 1rem;
    height: 1rem;
    margin: auto;
    background-image: url("https://jbig.imgix.net/Contents/ImagesPkg/common/arrow_green.svg?auto=format");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  }
  .header .drawer_menu > li a > span {
    font-weight: 600;
  }
  .header .drawer_menu._link > li {
    font-family: var(--font-DidotLTPro);
    font-size: 2.2rem;
    letter-spacing: 0;
  }
  .header .drawer_menu._link > li > ul > li > ul > li.linkIcon a p {
    position: relative;
  }
  .header .drawer_menu._link > li > ul > li > ul > li.linkIcon a p::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.2rem;
    left: 8.2rem;
    bottom: 0;
    width: 1.2rem;
    height: 1rem;
    margin: auto;
    background-image: url("https://jbig.imgix.net/Contents/ImagesPkg/common/linkIcon_black.svg?auto=format");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  }
  .header .drawer_social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.4rem;
    margin-top: 1rem;
    padding: 2.6rem 0;
    background-color: var(--color-white);
    border-top: 1px solid var(--color-lightGray);
  }
  .header .drawer_social > li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
  }
  .header .drawer_social > li a img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .header {
    background-color: var(--color-white);
  }
  .header_inner {
    justify-content: space-between;
    width: calc(100% - 12rem);
    height: 8rem;
    padding: 0;
  }
  .header_logo {
    width: 12.2rem;
    margin: 0;
  }
  .header_utility li {
    margin-left: 2rem;
    font-size: 1.4rem;
  }
  .header_utility li._myPage img {
    width: 1.4rem;
    height: 1.6rem;
  }
  .header_utility li._onlineShop img {
    width: 1.6rem;
    height: 1.4rem;
  }
  .header_utility li._cart img {
    width: 1.6rem;
    height: 1.6rem;
  }
  .header_utility li._cart .num {
    top: -0.8rem;
    right: -1.8rem;
    width: 1.6rem;
    height: 1.6rem;
    padding: 5px;
    font-size: 1rem;
  }
  .header_utility li a img {
    margin-right: 0.6rem;
    margin-bottom: 1px;
  }
  .header_utility li a p {
    padding-top: 0.2rem;
  }
  .header .drawer_menu {
    display: flex;
    justify-content: center;
    position: relative;
  }
  .header .drawer_menu > li:nth-of-type(1) {
    order: 1;
  }
  .header .drawer_menu > li:nth-of-type(2) {
    order: 2;
  }
  .header .drawer_menu > li:nth-of-type(3) {
    order: 5;
  }
  .header .drawer_menu > li:nth-of-type(4) {
    order: 4;
  }
  .header .drawer_menu > li:nth-of-type(5) {
    order: 3;
  }
  .header .drawer_menu > li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6rem;
    margin: 0 6.7rem;
    font-family: var(--font-DidotLTPro);
    font-size: 1.8rem;
    font-weight: 600;
    cursor: pointer;
  }
  .header .drawer_menu > li:hover > span {
    color: var(--color-green);
  }
  .header .drawer_menu > li:hover > a:hover {
    opacity: 1;
  }
  .header .drawer_menu > li:hover > a > span {
    color: var(--color-green);
  }
  .header .drawer_menu > li.acd {
    padding: 0 2rem;
  }
  .header .drawer_menu > li.acd > span {
    display: block;
    width: 6.5rem;
    text-align: center;
    white-space: nowrap;
  }
  .header .drawer_menu > li.active::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--color-green);
  }
  .header .drawer_menu > li.active.acd {
    border-bottom: 3px solid var(--color-green);
  }
  .header .drawer_menu > li.active.acd::after {
    display: none;
  }
  .header .drawer_menu > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 2rem;
  }
  .header .drawer_menu > li > a > span {
    display: block;
    width: 6.5rem;
    text-align: center;
    white-space: nowrap;
  }
  .header .drawer_menu > li > ul {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    padding-top: 5.2rem;
    background-color: var(--color-white);
    border-top: 3px solid var(--color-green);
    z-index: 10;
  }
  .header .drawer_menu > li > ul > li {
    max-width: 120.6rem;
    width: 100%;
    margin: auto;
  }
  .header .drawer_menu > li > ul > li.drawer_menu_title {
    position: relative;
    font-size: 6rem;
    font-weight: 500;
    line-height: 1.25;
  }
  .header .drawer_menu > li > ul > li.drawer_menu_title span {
    font-size: 3.6rem;
  }
  .header .drawer_menu > li > ul > li.drawer_menu_title span.icon_span {
    display: inline-flex;
    align-items: center;
    margin-left: 2rem;
    font-family: var(--font-NeueHaasGrotesk);
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    transform: translateY(-11px);
  }
  .header .drawer_menu > li > ul > li.drawer_menu_title span.icon_span::before {
    content: "";
    display: inline-block;
    width: 1.6rem;
    height: 1.4rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
    background-image: url("https://jbig.imgix.net/Contents/ImagesPkg/common/shopIcon.svg?auto=format");
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
  }
  .header .drawer_menu > li > ul > li.drawer_menu_title span.icon_span::after {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    -webkit-margin-start: 1.5rem;
    margin-inline-start: 1.5rem;
    background-image: url("https://jbig.imgix.net/Contents/ImagesPkg/common/arrow_green.svg?auto=format");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  }
  .header .drawer_menu > li > ul > li.drawer_menu_title > a {
    position: relative;
    display: inline-block;
  }
  .header .drawer_menu > li > ul > li.drawer_menu_title > a:hover {
    color: var(--color-green);
  }
  .header .drawer_menu > li > ul > li > ul {
    display: flex;
    justify-content: center;
    padding: 3.5rem 0 6rem;
  }
  .header .drawer_menu > li > ul > li > ul.item_1 > li img {
    width: 24rem;
  }
  .header .drawer_menu > li > ul > li > ul.item_2 > li {
    padding: 1rem 9rem 1.2rem;
  }
  .header .drawer_menu > li > ul > li > ul.item_2 > li img {
    width: 24rem;
  }
  .header .drawer_menu > li > ul > li > ul.item_3 > li {
    padding: 1rem 9rem 1.2rem;
  }
  .header .drawer_menu > li > ul > li > ul.item_3 > li img {
    width: 22rem;
  }
  .header .drawer_menu > li > ul > li > ul.item_4 > li {
    padding: 1rem 4rem 1.2rem;
  }
  .header .drawer_menu > li > ul > li > ul.item_4 > li img {
    width: 22rem;
  }
  .header .drawer_menu > li > ul > li > ul.item_5 > li {
    padding: 1rem 4rem 1.2rem;
  }
  .header .drawer_menu > li > ul > li > ul.item_5 > li img {
    width: 17rem;
  }
  .header .drawer_menu > li > ul > li > ul.item_6 > li {
    padding: 1rem 3rem 1.2rem;
  }
  .header .drawer_menu > li > ul > li > ul.item_6 > li img {
    width: 15rem;
  }
  .header .drawer_menu > li > ul > li > ul.item_7 > li {
    padding: 1rem 3rem 1.2rem;
  }
  .header .drawer_menu > li > ul > li > ul.item_7 > li img {
    width: 12rem;
  }
  .header .drawer_menu > li > ul > li > ul.item_8 > li {
    padding: 1rem 2rem 1.2rem;
  }
  .header .drawer_menu > li > ul > li > ul.item_8 > li img {
    width: 11.5rem;
  }
  .header .drawer_menu > li > ul > li > ul > li {
    border-right: 1px solid var(--color-lightGray);
  }
  .header .drawer_menu > li > ul > li > ul > li:last-of-type {
    border-right: 0px;
  }
  .header .drawer_menu > li > ul > li > ul > li > a:hover > p {
    color: var(--color-green);
  }
  .header .drawer_menu > li > ul > li > ul > li p {
    margin-top: 1.7rem;
    font-family: var(--font-NotoSans);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4285;
    text-align: center;
  }
  .header .drawer_menu._link .linkIcon p span {
    position: relative;
  }
  .header .drawer_menu._link .linkIcon p span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.1rem;
    left: 7.7rem;
    bottom: 0;
    width: 1.2rem;
    height: 1rem;
    margin: auto;
    background-image: url("https://jbig.imgix.net/Contents/ImagesPkg/common/linkIcon_black.svg?auto=format");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .header_logo {
    width: 122px;
  }
  .header_utility li {
    font-size: 14px;
  }
}
@media (min-width: 769px) and (max-width: 1120px) {
  .header .drawer_menu > li {
    font-size: 14px;
  }
}
@media (min-width: 769px) and (max-width: 1970px) {
  .header .drawer_menu > li > ul > li.drawer_menu_title span.icon_span {
    transform: translateY(-8px);
  }
}
@media (min-width: 769px) and (max-width: 1410px) {
  .header .drawer_menu > li > ul > li.drawer_menu_title span.icon_span {
    transform: translateY(-6px);
  }
}
@media (min-width: 769px) and (max-width: 1130px) {
  .header .drawer_menu > li > ul > li.drawer_menu_title span.icon_span {
    transform: translateY(-5px);
  }
}
@media (min-width: 769px) and (max-width: 890px) {
  .header .drawer_menu > li > ul > li.drawer_menu_title span.icon_span {
    transform: translateY(-4px);
  }
}
/*
=====================================================================================
===================================== 03, Footer ====================================
=====================================================================================
*/
.footer li, .footer p, .footer span, .footer a {
  color: var(--color-white);
}

.footer_inner .footer_contents {
  padding: 11.5rem 4rem 8.3rem;
  background-image: url("https://jbig.imgix.net/Contents/ImagesPkg/common/footerBg_sp.png?auto=format");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 2px;
}

.footer_inner .footer_contents_box .footer_title {
  position: relative;
  font-family: var(--font-SourceHan);
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
}

.footer_inner .footer_contents_box .footer_title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2.5rem;
  width: 6rem;
  height: 0.2rem;
  margin: auto;
  background-color: var(--color-white);
  z-index: 1;
}

.footer_inner .footer_contents_box > ul {
  margin-top: 6.3rem;
  padding: 4.25rem 2.7rem 4.9rem;
  border: 1px solid var(--color-lightGreen);
}

.footer_inner .footer_contents_box > ul li p {
  text-align: center;
}

.footer_inner .footer_contents_box > ul li p._title {
  margin-bottom: 2.4rem;
  font-family: var(--font-SourceHan);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

.footer_inner .footer_contents_box > ul li p._expTxt {
  margin-top: 2.4rem;
  font-family: var(--font-NotoSans);
  font-size: 1.2rem;
  line-height: 1.666666;
  letter-spacing: 0.1em;
}

.footer_inner .footer_contents_box > ul li ._time {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}

.footer_inner .footer_contents_box > ul li ._time > p {
  font-family: var(--font-NotoSans);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.13em;
  white-space: nowrap;
}

.footer_inner .footer_contents_box > ul li ._time > p:nth-of-type(2) {
  margin-left: 0.3rem;
  font-size: 1rem;
  font-weight: 500;
}

.footer_inner .footer_contents_box > ul li ._inquiryLinkBtn > a {
  display: block;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1.5rem 2rem;
  color: var(--color-green);
  font-family: var(--font-NotoSansCjk);
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  background-color: var(--color-white);
}

.footer_inner .footer_contents_box > ul li ._inquiryLinkBtn > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  width: 1rem;
  height: 1rem;
  margin: auto;
  background-image: url("https://jbig.imgix.net/Contents/ImagesPkg/common/arrow_green.svg?auto=format");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.footer_inner .footer_contents_box > ul li ._tel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: var(--font-DidotLTPro);
  /*font-size: 2.891rem;*/
  font-size: 26px;
  letter-spacing: 0.05em;
}

.footer_inner .footer_contents_box > ul li ._tel::before {
  content: "";
  display: inline-block;
  width: 3.7rem;
  height: 2.1rem;
  margin-right: 0.25rem;
  background-image: url("https://jbig.imgix.net/Contents/ImagesPkg/common/tel.png?auto=format");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.footer_inner .footer_contents_box > ul li ._tel > a {
  display: inline-block;
}

.footer_inner .footer_contents_box > ul li:nth-of-type(2) {
  margin-top: 3.4rem;
  padding-top: 3.4rem;
  border-top: 1px solid var(--color-lightGreen);
}

.footer_inner .footer_navBlock {
  padding: 4rem 2rem 0;
  background-color: var(--color-lightBlack);
}

.footer_inner .footer_navBlock ._logo {
  width: 11rem;
  margin: auto;
}

.footer_inner .footer_navBlock ._logo path {
  filter: brightness(0) invert(1);
}

.footer_inner .footer_navBlock ._linkList {
  margin-top: 3rem;
}

.footer_inner .footer_navBlock ._linkList > ul > li > ul > li > span {
  display: block;
  padding: 1.8rem 0;
  font-family: var(--font-DidotLTPro);
  font-size: 2.2rem;
  font-weight: 600;
  border-top: 1px solid var(--color-darknessGray);
}

.footer_inner .footer_navBlock ._linkList > ul > li > ul > li > span > a > span {
  margin-left: 1rem;
  padding: 0.1rem 0.5rem;
  font-family: var(--font-NeueHaasGrotesk);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border: 1px solid var(--color-white);
}

.footer_inner .footer_navBlock ._linkList > ul > li > ul > li > ul > li > a {
  font-family: var(--font-NotoSans);
  font-size: 1.4rem;
  font-weight: 600;
}

.footer_inner .footer_navBlock ._linkList > ul > li > ul > li > ul > li > ul > li > span {
  font-family: var(--font-NotoSans);
  font-size: 1.4rem;
  font-weight: 600;
}

.footer_inner .footer_navBlock ._linkList > ul > li > ul > li > ul > li > ul > li > ul > li {
  position: relative;
  font-family: var(--font-NotoSans);
  font-size: 1.2rem;
}

.footer_inner .footer_navBlock ._linkList > ul > li > ul > li > ul > li.linkIcon > a {
  position: relative;
}

.footer_inner .footer_navBlock ._linkList > ul > li > ul > li > ul > li.linkIcon > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 9.6rem;
  bottom: 0;
  width: 1.2rem;
  height: 1rem;
  margin: auto;
  background-image: url("https://jbig.imgix.net/Contents/ImagesPkg/common/linkIcon_white.svg?auto=format");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.footer_inner .footer_navBlock ._guidePage > li > a {
  font-family: var(--font-NotoSans);
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.footer_inner .footer_navBlock ._staticPage {
  padding: 3.2rem 0;
  border-top: 1px solid var(--color-darknessGray);
}

.footer_inner .footer_navBlock ._staticPage > li > a {
  display: inline-block;
  font-family: var(--font-NotoSans);
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.footer_inner .footer_navBlock ._staticPage > li:nth-of-type(2) {
  margin: 2.8rem 0;
}

.footer_inner .footer_navBlock ._Social > ul._sns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer_inner .footer_navBlock ._Social > ul._sns > li {
  margin: 0 1.2rem;
}

.footer_inner .footer_navBlock ._Social > ul._sns > li._title {
  width: 100%;
  margin-bottom: 1.4rem;
  font-family: var(--font-NotoSans);
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.footer_inner .footer_navBlock ._Social > ul._sns > li:nth-of-type(n+2) {
  display: flex;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
}

.footer_inner .footer_navBlock ._Social > ul._link {
  display: flex;
  gap: 4rem;
}

.footer_inner .footer_navBlock ._Social > ul._link > li > a {
  font-family: var(--font-NotoSans);
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.footer_inner .footer_navBlock ._Social > ul._link > li > a::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1rem;
  margin: 0.2rem 0 0 0.3rem;
  background-image: url("https://jbig.imgix.net/Contents/ImagesPkg/common/linkIcon_white.svg?auto=format");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}

.footer_inner .footer_navBlock .copyright {
  padding: 3.2rem 0;
  border-top: 1px solid var(--color-darknessGray);
  color: var(--color-darkGray);
  font-family: var(--font-NeueHaasGrotesk);
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-align: center;
}

@media (max-width: 768px) {
  .footer .footer_contents_box > ul li ._tel > a {
    white-space: nowrap;
  }
  .footer .footer_navBlock ._linkList > ul li.acd > span > a {
    pointer-events: none;
  }
  .footer .footer_navBlock ._linkList > ul li.acd > span > a::before, .footer .footer_navBlock ._linkList > ul li.acd > span > a::after {
    background-image: none;
  }
  .footer .footer_navBlock ._linkList > ul li.normal > span::before, .footer .footer_navBlock ._linkList > ul li.normal > span::after {
    display: none !important;
  }
  .footer .footer_navBlock ._linkList > ul._menu > li a {
    display: block;
    position: relative;
  }
  .footer .footer_navBlock ._linkList > ul._menu > li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0.3rem;
    bottom: 0;
    width: 1rem;
    height: 1rem;
    margin: auto;
    background-image: url("https://jbig.imgix.net/Contents/ImagesPkg/common/arrow_white.svg?auto=format");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  }
  .footer .footer_navBlock ._linkList > ul._menu > li > ul > li > span > a > span {
    position: absolute;
    top: 0.8rem;
    padding: 0.2rem 0.5rem 0.1rem;
    line-height: 1;
  }
  .footer .footer_navBlock ._linkList > ul > li > ul > li.acd > span::before, .footer .footer_navBlock ._linkList > ul > li > ul > li.acd > span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1.4rem;
    height: 0.2rem;
    margin: auto;
    background-image: none;
    background-color: var(--color-white);
    transition: all 0.4s;
    z-index: 1;
  }
  .footer .footer_navBlock ._linkList > ul > li > ul > li.acd > span::after {
    transform: rotate(90deg);
  }
  .footer .footer_navBlock ._linkList > ul > li > ul > li.acd > span.active::after {
    transform: rotate(180deg);
  }
  .footer .footer_navBlock ._linkList > ul > li > ul > li.acd > span > a > span::before, .footer .footer_navBlock ._linkList > ul > li > ul > li.acd > span > a > span::after {
    display: none;
  }
  .footer .footer_navBlock ._linkList > ul > li > ul > li.acd > ul {
    display: none;
  }
  .footer .footer_navBlock ._linkList > ul > li > ul > li.acd > ul > li {
    border-top: 1px solid var(--color-darknessGray);
  }
  .footer .footer_navBlock ._linkList > ul > li > ul > li.acd > ul > li > a {
    padding: 1.8rem 2rem;
    font-size: 1.4rem;
  }
  .footer .footer_navBlock ._linkList > ul > li > ul > li.acd > ul > li > ul > li:nth-of-type(n+2) {
    border-top: 1px solid var(--color-darknessGray);
  }
  .footer .footer_navBlock ._linkList > ul > li > ul > li.acd > ul > li > ul > li > span {
    position: relative;
  }
  .footer .footer_navBlock ._linkList > ul > li > ul > li.acd > ul > li > ul > li > span > a {
    padding: 1.8rem 2rem;
    font-size: 1.4rem;
  }
  .footer .footer_navBlock ._linkList > ul > li > ul > li.acd > ul > li > ul > li.acd > span > a::before, .footer .footer_navBlock ._linkList > ul > li > ul > li.acd > ul > li > ul > li.acd > span > a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1.4rem;
    height: 0.2rem;
    margin: auto;
    background-color: var(--color-white);
    transition: all 0.4s;
    z-index: 1;
  }
  .footer .footer_navBlock ._linkList > ul > li > ul > li.acd > ul > li > ul > li.acd > span > a::after {
    transform: rotate(90deg);
  }
  .footer .footer_navBlock ._linkList > ul > li > ul > li.acd > ul > li > ul > li.acd > span.active > a::after {
    transform: rotate(180deg);
  }
  .footer .footer_navBlock ._linkList > ul > li > ul > li.acd > ul > li > ul > li > ul {
    display: none;
    border-top: 1px solid var(--color-darknessGray);
  }
  .footer .footer_navBlock ._linkList > ul > li > ul > li.acd > ul > li > ul > li > ul > li:nth-of-type(n+2) {
    border-top: 1px solid var(--color-darknessGray);
  }
  .footer .footer_navBlock ._linkList > ul > li > ul > li.acd > ul > li > ul > li > ul > li > a {
    padding: 1.8rem 2rem 1.8rem 4rem;
    font-size: 1.2rem;
  }
  .footer .footer_navBlock ._guidePage {
    display: flex;
    flex-wrap: wrap;
    padding: 3.2rem 0;
    border-top: 1px solid var(--color-darknessGray);
  }
  .footer .footer_navBlock ._guidePage > li {
    width: 50%;
  }
  .footer .footer_navBlock ._guidePage > li:nth-of-type(n+3) {
    margin-top: 2.8rem;
  }
  .footer .footer_navBlock ._Social > ul {
    padding: 3.4rem 0;
    border-top: 1px solid var(--color-darknessGray);
  }
}
@media (min-width: 769px) {
  .footer_inner .footer_contents {
    padding: 17rem 0 15rem;
    background-image: url("https://jbig.imgix.net/Contents/ImagesPkg/common/footerBg_pc.png?auto=format");
    background-size: cover;
  }
  .footer_inner .footer_contents_box .footer_title {
    font-size: 4rem;
  }
  .footer_inner .footer_contents_box .footer_title::after {
    bottom: -3rem;
    width: 8rem;
  }
  .footer_inner .footer_contents_box > ul {
    display: flex;
    width: var(--container-mid);
    margin: 8rem auto 0;
    -webkit-padding-before: 5rem;
    padding-block-start: 5rem;
    -webkit-padding-after: 4.5rem;
    padding-block-end: 4.5rem;
    border: 1px solid var(--color-white);
  }
  .footer_inner .footer_contents_box > ul li {
    display: grid;
    grid-template-rows: auto 6rem 1fr;
    row-gap: 2rem;
    width: 50%;
  }
  .footer_inner .footer_contents_box > ul li p._title {
    margin-block: 0;
  }
  .footer_inner .footer_contents_box > ul li p._expTxt {
    margin-top: 0;
    font-size: 1.4rem;
  }
  .footer_inner .footer_contents_box > ul li ._time {
    margin-top: auto;
  }
  .footer_inner .footer_contents_box > ul li ._time > p {
    font-size: 1.6rem;
  }
  .footer_inner .footer_contents_box > ul li ._time > p:nth-of-type(2) {
    margin-left: 0.3rem;
    font-size: 1.2rem;
  }
  .footer_inner .footer_contents_box > ul li ._inquiryLinkBtn > a {
    width: 30rem;
    padding: 1.8rem 2rem;
    font-size: 1.8rem;
  }
  .footer_inner .footer_contents_box > ul li ._inquiryLinkBtn > a::after {
    right: 2rem;
    width: 1rem;
    height: 1rem;
  }
  .footer_inner .footer_contents_box > ul li ._inquiryLinkBtn > a:hover {
    color: var(--color-white);
    background-color: var(--crl-link-active);
    opacity: 1;
  }
  .footer_inner .footer_contents_box > ul li ._inquiryLinkBtn > a:hover::after {
    background-image: url("https://jbig.imgix.net/Contents/ImagesPkg/common/arrow_white.svg?auto=format");
  }
  .footer_inner .footer_contents_box > ul li ._tel {
    font-size: 3.614rem;
  }
  .footer_inner .footer_contents_box > ul li ._tel::before {
    width: 4.6rem;
    height: 2.7rem;
  }
  .footer_inner .footer_contents_box > ul li:nth-of-type(2) {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    border-left: 1px solid var(--color-white);
  }
  .footer .footer_navBlock {
    padding: 5.8rem 0 0;
    background-color: var(--color-lightBlack);
  }
  .footer .footer_navBlock > div {
    width: 120rem;
    margin: auto;
  }
  .footer .footer_navBlock > div ._logo {
    width: 12rem;
    margin: 0 0 1.4rem;
  }
  .footer .footer_navBlock ._linkList {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
    margin-top: 0;
    padding: 5rem 3rem 0.3rem;
    border-top: 1px solid var(--color-darknessGray);
  }
  .footer .footer_navBlock ._linkList > ul._menu {
    display: flex;
    gap: 4rem;
  }
  .footer .footer_navBlock ._linkList > ul._menu > li._beauty > ul > li {
    margin-bottom: 0;
  }
  .footer .footer_navBlock ._linkList > ul._menu > li._beauty > ul > li > span > a > span {
    position: absolute;
    top: 0.8rem;
    line-height: 1;
  }
  .footer .footer_navBlock ._linkList > ul._menu > li._beauty > ul > li > ul {
    display: flex;
    gap: 4rem;
  }
  .footer .footer_navBlock ._linkList > ul._menu > li > ul > li {
    margin-bottom: 3rem;
  }
  .footer .footer_navBlock ._linkList > ul.staticPageList {
    margin-bottom: 4rem;
    padding: 0.5rem 0 0 5.6rem;
    border-left: 1px solid var(--color-darknessGray);
  }
  .footer .footer_navBlock ._linkList > ul > li > ul > li > span {
    margin-bottom: 1.8rem;
    padding: 0;
    border-top: 0;
  }
  .footer .footer_navBlock ._linkList > ul > li > ul > li > ul > li {
    margin: 0 0 1.8rem 1.4rem;
  }
  .footer .footer_navBlock ._linkList > ul > li > ul > li > ul > li:last-of-type {
    margin-bottom: 0;
  }
  .footer .footer_navBlock ._linkList > ul > li > ul > li > ul > li > ul > li {
    margin-bottom: 3rem;
  }
  .footer .footer_navBlock ._linkList > ul > li > ul > li > ul > li > ul > li > ul > li {
    margin-top: 1.5rem;
    padding-left: 1.5rem;
  }
  .footer .footer_navBlock ._linkList > ul > li > ul > li > ul > li > ul > li > ul > li::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0.7rem;
    height: 0.2rem;
    margin: auto;
    background-color: var(--color-darkGray);
    z-index: 1;
  }
  .footer .footer_navBlock ._linkList > ul > li > ul > li > ul > li.linkIcon > a::before {
    left: 7.6rem;
  }
  .footer .footer_navBlock ._guidePage {
    display: block;
  }
  .footer .footer_navBlock ._guidePage > li:nth-of-type(n+2) {
    margin-top: 1.8rem;
  }
  .footer .footer_navBlock ._staticPage {
    margin-top: 2.6rem;
    padding: 2.6rem 0 0 0;
    border-top: 1px solid var(--color-darknessGray);
  }
  .footer .footer_navBlock ._staticPage > li:nth-of-type(n+2) {
    margin: 1.8rem 0 0 0;
  }
  .footer .footer_navBlock ._Social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 3rem;
    border-top: 1px solid var(--color-darknessGray);
  }
  .footer .footer_navBlock ._Social > ul._sns {
    display: flex;
    align-items: center;
    justify-content: initial;
    flex-wrap: nowrap;
    gap: 2.2rem;
  }
  .footer .footer_navBlock ._Social > ul._sns > li {
    margin: 0;
  }
  .footer .footer_navBlock ._Social > ul._sns > li._title {
    width: auto;
    margin: 0;
  }
  .footer .footer_navBlock ._Social > ul._link {
    gap: 2.5rem;
  }
  .footer .footer_navBlock .copyright {
    padding: 2.6rem 0 6rem;
  }
}
/*# sourceMappingURL=primary.css.map */