@charset "UTF-8";
/* CSS Document */


body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #000000;
}

.sp-only {
  display: none;
}

div.Block {
  width: 1200px;
  margin: 0 auto;
}

.search-box {
  background: rgba(255, 255, 255, 0.55);
  z-index: 999;
  position: absolute;
  right: 0;
  top: 0;
}

.search-area {
  z-index: 999;
}

.search-area .search {
  cursor: pointer;
}

.search-box form {
  background: rgba(255, 255, 255, 0.55);
  box-sizing: border-box;
  display: flex;
  height: 58px;
  padding: 14px 10px 14px 15px;
  top: 60px;
  right: 0;
  transition: all .3s;
  width: 350px;
  z-index: 1;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.search-box form.open {
  top: 62px;
  opacity: 1;
  right: 0;
  pointer-events: auto;
}

.search-box .searchbox {
  border-radius: 25px;
  /* height: 100% !important; */
  padding: 0px 14px;
  width: calc(100% - 35px);
  border: 1px solid #CCC;
  font-size: 14px;
}

.search-box .searchSubmit {
  padding: 5px;
  height: auto;
  margin-left: 5px;
  width: 30px;
}

div#cart-footer,
footer {
  background: url(https://www.aromaforia-onlineshop.com/images/footer/bg_footer_pc.webp) no-repeat;
  background-size: cover;
  margin: 0 auto;
  line-height: 100%;
  position: relative;
  height: auto;
  width: 100%;
}


footer #footer-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 55px 0 22px 0;
}

#cart-footer #footer-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 55px 0 22px 0;
}

div#cart-footer #footer-inner .footer_gnavi,
footer #footer-inner .footer_gnavi {
  float: none;
  padding: 0;
}

div#cart-footer div.cart-nav,
footer nav,
#copyright {
  padding: 0;
}

#contents #main-column .footer_area {
  padding-top: 0;
  height: 0;
}

.footer_gnavi {
  display: flex;
  font-size: 14px;
  gap: 80px;
}

.footer-heading {
  display: block;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

div#cart-footer #footer-inner .footer_gnavi ul li,
footer #footer-inner .footer_gnavi ul li {
  display: inline-block;
  padding: 0;
  line-height: 100%;
  font-size: 100%;
  color: #999;
  background: none;
}

.footer_gnavi__list {
  display: grid;
  line-height: 2.1;
  gap: 15px 38px;
  padding: 15px 0;
}

.footer_gnavi__sec:nth-of-type(2) .footer_gnavi__list {
  grid-template-columns: repeat(2, 1fr);
}

.footer_gnavi__sec {
  line-height: 2.1;
}

.footer_gnavi__sec:nth-of-type(2) .footer_gnavi__list li:nth-child(2) {
  grid-column: 1;
  /* 1列目 */
  grid-row: 2;
  /* 1行目 */
}

.footer_gnavi__sec:nth-of-type(2) .footer_gnavi__list li:nth-child(3) {
  grid-column: 1;
  /* 1列目 */
  grid-row: 3;
  /* 1行目 */
}

.footer_gnavi__sec:nth-of-type(2) .footer_gnavi__list li:nth-child(4) {
  grid-column: 1;
  /* 1列目 */
  grid-row: 4;
  /* 1行目 */
}

.footer_gnavi__sec:nth-of-type(2) .footer_gnavi__list li:nth-child(5) {
  grid-column: 2;
  /* 1列目 */
  grid-row: 1;
  /* 1行目 */
}

.footer_gnavi__sec:nth-of-type(2) .footer_gnavi__list li:nth-child(6) {
  grid-column: 2;
  /* 1列目 */
  grid-row: 2;
  /* 1行目 */
}

.footer_gnavi__sec:nth-of-type(2) .footer_gnavi__list li:nth-child(7) {
  grid-column: 2;
  /* 1列目 */
  grid-row: 3;
  /* 1行目 */
}

.footer_gnavi__sec:nth-of-type(2) .footer_gnavi__list li:nth-child(8) {
  grid-column: 2;
  /* 1列目 */
  grid-row: 4;
  /* 1行目 */
}

div#cart-footer #footer-inner .footer_gnavi ul li a:hover,
footer #footer-inner .footer_gnavi ul li a:hover {
  color: #FFF;
  text-decoration: none;
}

#copyright ul li {
  color: #ffffff;
  background-image: none;
  padding: 0;
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.12em;
  font-weight: 300;
}

div#contents {
  padding: 0;
  overflow: hidden;
}

/* .calendar_load {
  width: 270px;
  margin-top: 15px;
} */

.cal .footer-heading {
  line-height: 2.1;
}

#page-top a img {
  opacity: 0;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

#to-cart a img {
  opacity: 0;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

#page-top a {
  width: 45px;
  height: 45px;
  background: url(/pic-labo/pagetop.png) no-repeat;
  background-size: contain;
}

#to-cart a {
  width: 45px;
  height: 45px;
  background: url(/pic-labo/cart.png) no-repeat;
  background-size: contain;
}

#to-cart a:hover {
  text-decoration: none;
  background: url(/pic-labo/cart.png) no-repeat;
  background-size: cover;
}


#page-top a:hover {
  text-decoration: none;
  background-image: url(/pic-labo/pagetop.png);
  background-size: cover;
}

.icon-link .member_info_cart_info .cnt {
  align-items: center;
  background: #c21515;
  border-radius: 25px;
  color: #fff;
  display: flex;
  font-size: 10px;
  height: 16px;
  justify-content: center;
  position: absolute;
  left: 20px;
  top: -12px;
  width: 16px;
}

.cal {
  width: 270px;
}

.subc_cal_cont {
  margin-top: 15px;
}



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

/* ==== TBブレイクポイント ==== */

/* ======================= */
@media screen and (max-width: 1139px) {
  #header-inner {
    font-size: 1.153vw;
  }

  div#cart-footer,
  footer {
    width: 1200px;
  }

  footer #footer-inner {
    width: 1200px;
    padding: 55px 3% 22px 3%;
  }

  #cart-footer #footer-inner {
    width: 1200px;
    padding: 55px 3% 22px 3%;
  }
}

#sub-column div#subc_calendar {
  display: none;
}


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

/* ==== SPブレイクポイント ==== */

/* ======================= */
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  div#cart-footer,
  footer {
    background: url(https://www.aromaforia-onlineshop.com/images/footer/bg_footer_sp.webp) no-repeat;
    background-size: cover;
    margin: 0 auto;
    line-height: 100%;
    position: relative;
    height: auto;
    width: 100%;
  }

  div#cart-footer,
  footer {
    width: 100%;
  }

  #footer-inner {
    background: none;
    width: 100%;
  }

  /* .cal {
    display: none;
  } */

  footer #footer-inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 8.5vw 5vw 3.33vw 5vw;
    box-sizing: border-box;
  }

  #cart-footer #footer-inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 8.5vw 5vw 3.33vw 5vw;
    box-sizing: border-box;
  }

  .footer_gnavi {
    font-size: 2.6vw;
    gap: 10.6vw;
    flex-direction: column;
  }

  .footer_gnavi__list {
    display: grid;
    line-height: 2.1;
    gap: 4vw 5.33vw;
    padding: 4vw 0 0 0;
    grid-template-columns: 1fr 1fr 1fr;
    white-space: nowrap;
  }

  .footer-heading {
    margin-bottom: -6px;
  }

  .footer_gnavi__sec:nth-of-type(2) .footer_gnavi__list {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer_gnavi__sec:nth-of-type(2) .footer_gnavi__list li:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }

  .footer_gnavi__sec:nth-of-type(2) .footer_gnavi__list li:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
  }

  .footer_gnavi__sec:nth-of-type(2) .footer_gnavi__list li:nth-child(4) {
    grid-column: 2;
    grid-row: 1;
  }

  .footer_gnavi__sec:nth-of-type(2) .footer_gnavi__list li:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
  }

  .footer_gnavi__sec:nth-of-type(2) .footer_gnavi__list li:nth-child(6) {
    grid-column: 2;
    grid-row: 3;
  }

  .footer_gnavi__sec:nth-of-type(2) .footer_gnavi__list li:nth-child(7) {
    grid-column: 3;
    grid-row: 1;
  }

  .footer_gnavi__sec:nth-of-type(2) .footer_gnavi__list li:nth-child(7) {
    grid-column: 3;
    grid-row: 1;
  }

  .footer_gnavi__sec:nth-of-type(2) .footer_gnavi__list li:nth-child(8) {
    grid-column: 3;
    grid-row: 2;
  }

  .footer_gnavi__sec:nth-of-type(1) .footer_gnavi__list li:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }

  .footer_gnavi__sec:nth-of-type(1) .footer_gnavi__list li:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }

  .footer_gnavi__sec:nth-of-type(1) .footer_gnavi__list li:nth-child(4) {
    grid-column: 2;
    grid-row: 1;
  }

  .footer_gnavi__sec:nth-of-type(1) .footer_gnavi__list li:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
  }

  .footer_gnavi__sec:nth-of-type(1) .footer_gnavi__list li:nth-child(6) {
    grid-column: 3;
    grid-row: 1;
  }

  .footer_gnavi__sec:nth-of-type(1) .footer_gnavi__list li:nth-child(7) {
    grid-column: 3;
    grid-row: 2;
  }

  div#cart-footer div.cart-nav,
  footer nav,
  #copyright {
    padding: 8vw 0 0 0;
  }

  #copyright ul li {
    text-align: center;
    font-size: 2.13vw;
  }

  /* ヘッダー */
  #sub-column {
    background-color: #ffffff;
    padding: 0;
    width: 88%;
    right: -88%;
  }

  #sub-column.spsDrawerOpen {
    transition: .5s transform ease-in-out;
    transform: translateX(-90.8% -90.8%);
    -webkit-overflow-scrolling: touch;
    z-index: 100;
    padding-top: 16vw;
  }

  /* ========= */
  /* ヘッダー*/
  /* ========= */
  #header-inner {
    width: 100%;
    padding: 1.46vw 2.66vw;
    height: 16vw;
    align-items: center;
  }

  .head-link {
    display: none;
  }

  /* .header_area {
    position: static;
  } */

  header {
    background: #ffffff;
    height: 16vw;
    position: fixed;
    border-bottom: 1px solid #cccccc;
    z-index: 99999;
  }

  #header-inner h1 {
    max-width: 13.3vw;
    margin: 0;
    padding: 0;
  }

  #sub-column.spsDrawerOpen {
    transition: .5s transform ease-in-out;
    transform: translateX(-100%);
    -webkit-overflow-scrolling: touch;
    z-index: 100;
    padding-top: 16vw;
  }

  .icon-link {
    justify-content: flex-end;
    max-width: 100%;
    width: auto;
    display: flex;
    margin-top: 0;
    height: 16vw;
    align-items: center;
    margin-right: 18.6vw;
    box-sizing: border-box;
  }

  .icon-link>div {
    margin: 0 0 0 4.5vw;
  }

  .icon-link img {
    height: 5.6vw;
    margin-right: 0;
  }

  #main-column .brand-story__inner {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .icon-link {
    justify-content: flex-end;
    max-width: 100%;
    width: auto;
    display: flex;
    margin-top: 0;
    height: auto;
    align-items: center;
    margin-right: 18.6vw;
  }

  #header-inner #logo {
    width: 13.3vw;
    alignment-baseline: middle;
    padding: 17px 0 12px;
  }

  .icon-link>div {
    margin: 0;
  }

  .search {
    width: 6vw;
  }

  .cart {
    width: 6vw;
    padding-left: 2.1vw;
  }

  .login {
    width: 6vw;
    padding-left: 2.1vw;
  }

  #sub-column.spsDrawerOpen {
    z-index: 9999;
  }

  /* .header_area {
    position: static;
    height: auto;
    width: 100vw;
  } */

  #header-inner #hNav {
    width: 44.2vw;
    height: 11.9vw;
  }

  #header-nav-drawer .sp-drw {
    display: block;
    position: absolute;
    top: 0.5vw;
    right: 0;
    width: 10.6vw;
    height: 10.6vw;
    margin: 0px;
    transition: .2s;
    border: 0.13vw solid #cccccc;
  }

  #header-nav-drawer .sp-drw::after {
    content: "MENU";
    position: absolute;
    display: block;
    font-size: 2.4vw;
    top: 6.7vw;
    left: 2.2vw;
  }

  #header-nav-drawer span {
    display: block;
    position: absolute;
    top: 4vw;
    right: 2vw;
    width: 6.6vw;
    height: .53vw;
    margin: -3px 0 0 -12px;
    background: #222;
    transition: .2s;
  }

  #header-nav-drawer span::before {
    display: block;
    content: "";
    position: absolute;
    top: .1vw;
    right: 2vw;
    width: 6.6vw;
    height: .53vw;
    background: #222;
    transition: .3s;
  }

  #header-nav-drawer span::after {
    display: block;
    content: "";
    position: absolute;
    top: .1vw;
    right: 2vw;
    width: 6.6vw;
    height: .53vw;
    background: #222;
    transition: .3s;
  }

  .icon-link .member_info_cart_info .cnt {
    align-items: center;
    background: #c21515;
    border-radius: 25px;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 16px;
    height: 3.5vw;
    justify-content: center;
    position: absolute;
    left: 4vw;
    top: -65%;
    width: 3.5vw;
    font-size: 3vw;
  }

  #header-nav-drawer.spsDrawerOpen span::after {
    top: 0vw;
  }

  #header-nav-drawer span::after {
    top: 1vw;
  }

  #sub-column .freeArea2 .free-contents {
    background-color: #FFF;
    font-size: 80%;
    padding: 0% 0%;
    font-size: 4.13vw;
  }

  #sub-column .side_menu__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    gap: 0;
    align-items: center;
    border-bottom: .1vw solid #666666;
    margin: 0;
  }

  #sub-column .side_menu__list li {
    padding: 3.9vw 4.5vw;
    text-align: center;
    white-space: nowrap;
    border: .1vw solid #666666;
  }

  .leftSearch {
    background-color: #ffffff;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 0 5.3vw;
  }

  .leftSearch #searchbox form {
    border-radius: 6px;
  }

  .leftSearch #searchbox form input {
    border-radius: 6px;
  }

  .tatenarabi {
    padding: 0 5.3vw;
  }

  .tatenarabi .sitelink {
    font-size: 4.13vw;
  }

  #sub-column .category nav ul li.cat1 a::after {
    content: none;
  }

  #sub-column .category nav ul li.cat1 a {
    font-size: 5.33vw;
    color: #000000;
    border-bottom: .3vw solid #666666;
  }

  /* #sub-column .category .tatenarabi nav {
    padding-top: 15vw;
  } */

  #sub-column .category nav ul li.cat2 a {
    zoom: 1;
    display: block;
    padding: 3vw 2vw;
    margin: 0px 0;
    line-height: 100%;
    color: #000;
  }

  #sub-column .category nav ul:first-child li {
    border-bottom: none;
  }

  .side_menu_bnr {
    padding: 0 5.3vw;
  }

  .side_menu_bnr ul {
    padding: 14.6vw 0 0 0;
  }

  #main-column {
    margin-top: 16vw;
    padding: 0 3%;
  }

  div.subc_cal_cont {
    display: block;
    padding: 5vw 5.3vw 0 5.3vw;
  }

  #sub-column div#subc_calendar {
  display: block;
}
  /* ==== */
}