@charset "UTF-8";

/* CSS Document */
/* ========= */
/* ヘッダーナビ */
/* ========= */
html,
body {
  overscroll-behavior-y: none;
}

.sp-only {
  display: none;
}

.top-header {
  position: relative;
  z-index: 99999;
}

#header-inner #hNav {
  text-align: right;
  vertical-align: middle;
  width: auto;
  /* float: right; */
  display: flex;
  justify-content: flex-end;
}

.icon-link {
  justify-content: flex-end;
  max-width: 100%;
  width: auto;
  display: flex;
  margin-top: -8px;
}

.icon-link img {
  height: 27px;
  margin-right: 5px;
}

#header-inner #logo {
  display: flex;
  align-items: center;
}

.head-link {
  display: flex;
}

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

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

.pc {
  display: block;
}

.search-box {
  background: #FFF;
  z-index: 999;
  position: absolute;
  right: 0;
  top: 0;
}

.search-box form {
  background: #FFF;
  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;
}

.icon-link .member_info_cart_info {
  position: relative;
  display: inline;
}

.icon-link a {
  padding: 8px 0;
  align-items: center;
}

#header-inner #logo {
  width: 70px;
  alignment-baseline: middle;
  /* float: left; */
  padding: 17px 0 12px;
}

.head-link .link {
  margin: 0 13px;
  letter-spacing: 0;
}

#header-inner #logo,
#hNav {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}

#header-inner {
  max-width: 1200px;
  width: auto;
  margin: 0 auto;
  padding: 30px 0 0 0;
  zoom: 1;
  position: relative;
  /* overflow: hidden; */
  display: flex;
  font-size: 15px;
  justify-content: space-between;
}

#header-inner h1 {
  max-width: 220px;
  background: none;
  margin: -25px 0 0 0;
  padding: 0;
}

/* ========= */
/* heroセクション */
/* ========= */

article h2 {
  background: none repeat scroll 0 0 transparent;
  border-top: 0px solid #333;
  font-size: 80%;
}

.head-link .link a {
  color: #ffffff;
}

.head-link {
  height: 80px;
}

header {
  background-image: url(https://www.aromaforia-onlineshop.com/images/top/bg_hero_pc.webp);
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  background-size: cover;
}

.header_area {
  color: #ffffff;
  position: absolute;
  top: 0;
  background: none;
  height: 100vh;
  overflow-y: auto;
  width: 100vw;
  /*    padding-bottom: 44.4vw;*/
}

#main-column .header_area__title {
  font-family: 'fgutsukushiweb', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif !important;
  font-size: 2.69vw !important;
  font-weight: normal;
  line-height: 2;
  padding-left: 44vw;
  letter-spacing: 1.5px;
  margin-top: 14vw;
}

.header_area__title span {
  display: block;
  font-size: 1.53vw;
  padding-bottom: 17px;
}

.w100 {
  width: 100%;
  margin: 0 auto;
}

.top-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.header_area__image {
  position: absolute;
  right: 0vw;
  bottom: -7.8vw;
  z-index: 2;
}

.header_area__image img {
  width: 33.3vw;
}

.header_area__text {
  color: #ffffff;
  font-size: 1.3vw;
  line-height: 2.5 !important;
  padding-top: 2vw;
  padding-left: 44vw;
  /* padding-bottom: 50vh; */
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

button {
  color: #000000;
}

/* ========= */
/* 実施中のキャンペーン */
/* ========= */

.cpArea {
  padding: 76px 0 0 0;
}

#main-column h2 {
  padding: 0;
  font-size: 2.69vw;
  font-weight: 500;
}

.freeArea2 .free-contents ul {
  margin: 0px;
  display: flex;
  padding: 37px 0 0 0;
  gap: 20px;
}

.freeArea2 .free-contents ul li {
  list-style-type: none;
}

#main-column .news h2::before {
  content: "";
  display: none;
}

.w100 .news {
  padding: 70px 0 0 0;
  max-width: 530px;
  margin: 0 auto;
  box-sizing: border-box;
}

#main-column .w100 .news h2 {
  font-size: 20px;
  border-bottom: 1px solid #cccccc;
  padding: 0 0 6px 0;
}

dl.news-box {
  font-size: 14px;
  color: #000000;
  padding: 10px 0;
  border-bottom: 0px dotted #B9B9B9;
}

dl.news-box:first-child {
  border-top: 0px dotted #B9B9B9;
}

.news .news-contents {
  overflow: hidden;
  padding: 5px 0 0;
  border-bottom: 1px solid #cccccc;
}


/* ========= */
/* 人気の商品 */
/* ========= */
#main-column .popular {
  padding: 110px 0 130px 0;
}

#main-column .popular__title {
  padding: 0 0 55px 0;
}

#main-column .w100 .popular__tabs {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

#main-column .w100 .popular__tab-button {
  padding: 0 15px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 30px;
  background: none;
  border: none;
  border-bottom: 6px solid rgba(255, 255, 255, 0);
  font-family: "Zen Kaku Gothic New", sans-serif;
}

#main-column .w100 .popular__tab-button:nth-of-type(2) {
  padding: 0 15px;
  margin: 0 27px;
}

#main-column .w100 .popular__tab-button.active {
  font-weight: 700;
  border-bottom: 6px solid #f15a24;
  transition: .5s;
}

#main-column .w100 .popular hr {
  border: none;
  border-top: 1px solid #b3b3b3;
  display: block;
  margin-top: -3px;
  height: 1px;
}

#main-column .w100 .popular__tab-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* transition: opacity 1.5s ease-in-out, visibility 0s linear 1.5s; */
}

#main-column .w100 .popular__tab-content.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  /* transition: opacity 1.5s ease-in-out, visibility 0s linear 0s; */
  display: block;
}

#main-column .w100 .popular__tab-name {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

#main-column .w100 .popular__tab-price {
  display: block;
  font-size: 22px;
  font-weight: 700;
  text-align: right;
}

#main-column .w100 .popular__tab-price span {
  font-size: 12px;
  font-weight: 700;
}

#main-column  .w100 .popular__tab-product {
  padding: 5px 0;
  display: flex;
  flex-direction: column;
  min-height: 6vw;
}

#main-column .w100 .popular__tab-chart {
  padding: 12px 0;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
}

#main-column .w100 .popular__tab-tit {
  display: block;
  text-align: center;
  font-weight: 500;
}

#main-column .w100 .popular__tab-chart img {
  display: block;
  text-align: center;
  max-width: 190px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 0 33px 0;
}

#main-column .w100 .popular__tab-img {
  display: block;
  text-align: center;
  margin: 0 auto;
}

#main-column .w100 .popular__tab-massage {
  line-height: 1.8;
}

#main-column .w100 .popular__tab-item {
  width: 25%;
}

#main-column .free-contents h2 {
  font-size: 30px;
}

#main-column .link-btn a {
  display: block;
  margin: 46px auto 0 auto;
  font-size: 20px;
  color: #ffffff;
  border-radius: 30px;
  padding: 18px 0;
  background-image: linear-gradient(90deg, #f38e26, #fc644f);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  max-width: 360px;
  text-align: center;
}

a {
  transition: .5s !important;
}

a:hover {
  transition: .5s !important;
  opacity: 70% !important;
}

/* ========= */
/* ブランドストーリー */
/* ========= */
#main-column .w100 .brand-story {
  padding-bottom: 130px;
}

#main-column .w100 .brand-story__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#main-column .w100 .brand-story__image {
  background: url(https://www.aromaforia-onlineshop.com/images/top/image_story_pc.webp) no-repeat;
  background-position: center;
  background-size: cover;
  width: 53.08%;
  height: 690px;
  border-radius: 52px 0 0 52px;
  position: absolute;
  right: 0;
}

#main-column .brand-story__inner {
  max-width: 1000px;
  margin: 0 auto;
}

article p {
  color: #000000;
  font-size: 15px;
}

#main-column .w100 .brand-story__title {
  font-size: 30px;
  font-weight: 500;
  padding: 25px 0 0 0;
}

#main-column .w100 .brand-story__cap .bdr {
  position: relative;
  display: inline-block;
}

#main-column .w100 .brand-story__cap span {
  display: block;
  padding-bottom: 20px;
}

#main-column .w100 .brand-story__cap .bdr:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 48px;
  height: 1px;
  background-color: #b3b3b3;
  left: 0;
  margin-top: 4px;
}

#main-column .w100 .brand-story__main {
  font-size: 20px;
  padding: 40px 0 0 0;
  line-height: 1.75;
}

#main-column .w100 .brand-story__main {
  font-size: 20px;
  padding: 40px 0 0 0;
  line-height: 1.75;
}

#main-column .w100 .brand-story__cap {
  font-size: 15px;
  padding: 25px 0 0 0;
  line-height: 2.66;
}

#main-column .w100 .brand-story__tab-btn a {
  margin: 53px auto 0 0;
}

#main-column .w100 .brand-story__cap .space {
  width: 4vw;
  display: inline-block;
}

#main-column .w100 .brand-story__tab-btn a {
  margin: 6vw auto 0 0;
}

.brand-story__text {
  width: 46%;
}

.common-header {
  position: relative;
  z-index: 1;
}

#main-column .w100 .popular__tab-chart {
  display: flex;
  flex-direction: column;
  min-height: 21vw;
}

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

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

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

  #header-inner h1 {
    max-width: 16.92vw;
  }

  .head-link .link {
    margin: 0 0.6vw;
  }

  .icon-link img {
    height: 2vw;
  }
}


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

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

/* ======================= */
@media screen and (max-width: 768px) {

  html,
  body {
    overscroll-behavior-y: auto;
  }

  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  /* ========= */
  /* ヘッダー*/
  /* ========= */
  #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;
  }

  #main-column .header_area {
    background-image: url(https://www.aromaforia-onlineshop.com/images/top/bg_hero_sp.webp);
    background-repeat: no-repeat;
    background-size: 100%;
  }

  #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;
  }

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

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

  /* ==== */

  #main-column .header_area:first-child {
    display: none;
  }

  #main-column .header_area {
    height: 130.4vw;
    overflow: visible;
  }

  .header_area__image img {
    width: 49.9vw;
  }

  #main-column .header_area__title {
    display: none;
  }

  .header_area__title span {
    display: block;
    font-size: 2.6vw;
    padding-bottom: 0;
  }

  .header_area__text {
    color: #000000;
    font-size: 3.73vw;
    line-height: 2.5 !important;
    padding-top: 8.93vw;
    padding-left: 52vw;
    line-height: 1.5;
    padding-left: 5.3vw;
    padding-right: 5.3vw;
    letter-spacing: -1px;
  }

  .header_area__image {
    position: absolute;
    right: 0vw;
    top: 102.2vw;
    z-index: 2;
  }

  .cpArea {
    padding: 0;
  }

  .top-inner {
    padding-left: 5.3vw;
    padding-right: 5.3vw;
  }

  #main-column .hero-sp {
    padding: 25.4vw 5.3vw 0 0;
    display: block;
    margin: 0 0 0 auto;
    width: 38.5vw;
  }

  #main-column .header_area__text span {
    display: block;
    padding: 0 0 3.6vw 0;
  }

  #main-column .cpArea {
    padding-top: 14.9vw;
  }

  #main-column .free-contents h2 {
    font-size: 5.33vw;
  }

  #main-column .cpArea__item {
    padding-bottom: 2.66vw;
  }

  #main-column .cpArea__item:last-of-type {
    padding-bottom: 0;
  }


  .w100 .news {
    padding-top: 14.9vw;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 5.3vw;
    padding-right: 5.3vw;

  }

  #main-column .w100 .news h2 {
    font-size: 4.8vw;
    border-bottom: 1px solid #cccccc;
    padding: 0 0 3.46vw 0;
    font-weight: 400;
  }

  .news .news-contents .news-box {
    font-size: 3.73vw;
  }

  .news .news-contents .news-box dd {
    text-indent: -5.2em;
    padding-left: 5em;
  }

  #main-column .popular {
    padding: 16vw 0 26.6vw 0;
  }

  #main-column .w100 .popular__tab-button {
    font-size: 4.26vw;
    letter-spacing: -1px;
  }

  .freeArea2 .free-contents .popular ul {
    padding: 5.3vw 0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4vw;
  }

  #main-column .w100 .popular__tab-item {
    width: 100%;
  }

  #main-column .w100 .popular__tab-img {
    width: 100%;
  }

  #main-column .w100 .popular__tab-product {
    padding: 2.6vw 0 4vw 0;
  }

  #main-column .w100 .popular__tab-name {
    font-size: 4.26vw;
  }

  #main-column .w100 .popular__tab-price span {
    font-size: 2.6vw;
  }

  #main-column .w100 .popular__tab-price {
    font-size: 4.26vw;
  }

  article p {
    font-size: 3.2vw;
  }

  #main-column .w100 .popular__tab-chart img {
    display: block;
    text-align: center;
    max-width: 134.4vw;
    margin: 0 auto;
    padding: 3.59vw 0 6.4vw 0;
  }

  #main-column .link-btn a {
    display: block;
    margin: 8vw auto 0 auto;
    font-size: 3.33vw;
    border-radius: 50px;
    padding: 3.66vw 0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    max-width: 60vw;
    text-align: center;
  }

  #main-column .w100 .brand-story__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  #main-column .w100 .brand-story__image {
    background: url(https://www.aromaforia-onlineshop.com/images/top/image_story_sp.webp) no-repeat;
    background-position: center;
    background-size: cover;
    width: 94.67vw;
    height: 92vw;
    border-radius: 52px 0 0 52px;
    position: absolute;
    right: 0;
  }

  .brand-story__text {
    padding-top: 91vw;
  }

  #main-column .w100 .brand-story__title {
    font-size: 5.33vw;
    font-weight: 500;
    color: #ffffff;
    margin-top: -43vw;
    position: relative;
    z-index: 9;
    padding: 0 0 0 50vw;
  }

  #main-column .w100 .brand-story__main {
    color: #ffffff;
    font-size: 4.26vw;
    padding: 40px 0 0 50vw;
    line-height: 1.87;
    position: relative;
    z-index: 9;
  }

  #main-column .w100 .brand-story__cap {
    font-size: 3.73vw;
    padding: 16.73vw 0 0 0;
    line-height: 2.66;
    padding-left: 5.3vw;
    padding-right: 5.3vw;
  }

  .brand-story__tab-btn.link-btn {
    padding: 0 0 0 5.3vw;
  }

  #main-column .w100 .brand-story__cap span {
    letter-spacing: -1.5px;
  }

  #main-column .w100 .brand-story__cap .space {
    width: 7vw;
    display: inline-block;
  }

  .freeArea2 .free-contents ul {
    flex-direction: column;
  }

  #main-column .w100 .brand-story__cap .bdr:before {
    width: 6.1vw;
  }

  #main-column .w100 .brand-story {
    padding-bottom: 26.6vw;
  }

  .brand-story__text {
    width: 100%;
  }

  #main-column .w100 .popular__tab-massage {
    margin-bottom: auto;
  }

  #main-column .w100 .popular__tab-chart {
    display: flex;
    flex-direction: column;
    min-height: 80vw;
  }
}