.aroma h3 {
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.1em;
}
.aroma h4 {
  font-size: 34px;
}
.aroma .cart-here-button {
  position: relative;
  display: inline-block;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #040000;
}
.aroma .cart-here-button-wrapper {
  position: fixed;
  left: auto;
  right: 38px;
  bottom: 30px;
  z-index: 10;
}
.aroma .cart-here-button span {
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 150px;
  text-align: center;
}
.aroma .cart-here-button span > span {
  top: auto;
  transform: rotate(180deg);
}
.aroma-kv-content {
  padding: 160px 100px 80px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 500;
}
.aroma-kv-content-catch {
  letter-spacing: 0.08em;
}
.aroma-kv-content-title span {
  font-size: 27px;
  font-weight: 400;
}
.aroma-kv-content-title p {
  font-size: 28px;
  margin-top: 15px;
  letter-spacing: 0.06em;
}
.aroma-product-content {
  right: 0;
  margin: 0 auto;
  padding: 60px 65px 75px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 1.8;
}
.aroma-product-content-top .aroma-logo {
  max-width: 350px;
  margin-bottom: 60px;
}
.aroma-product-content-bottom {
  justify-content: space-around;
  flex-wrap: nowrap;
}
.aroma-product-content-bottom .name {
  font-size: 34px;
}
.aroma-product-content-bottom .text {
  letter-spacing: 0.1em;
}
.aroma-concept {
  padding: 0 40px;
}
.aroma-concept h3 {
  font-size: 29px;
  line-height: 1.4;
  margin-bottom: 80px;
}
.aroma-concept-item {
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 50px;
}
.aroma-concept-item p {
  text-align: justify;
  text-justify: inter-ideograph;
}
.aroma-concept-item img {
  flex-shrink: 0;
}
.aroma-concept .aroma-concept-item:nth-child(1) p {
  padding: 0 50px 0 37px;
  letter-spacing: 0.26em;
}
.aroma-concept .aroma-concept-item:nth-child(1) img {
  width: 280px;
}
.aroma-concept .aroma-concept-item:nth-child(2) {
  flex-direction: row-reverse;
}
.aroma-concept .aroma-concept-item:nth-child(2) p {
  padding: 0 33px 0 50px;
  letter-spacing: 0.1em;
}
.aroma-concept .aroma-concept-item:nth-child(2) img {
  width: 336px;
}
.aroma-concept .aroma-concept-item:nth-child(3) p {
  padding: 0 25px 0 36px;
  letter-spacing: 0.05em;
}
.aroma-concept .aroma-concept-item:nth-child(3) img {
  width: 426px;
  margin-right: -40px;
}
.aroma-concept-collaboration {
  margin: 100px 0;
  border: 1px solid #231815;
  padding: 50px 35px 40px;
  text-align: center;
  letter-spacing: 0.16em;
}
.aroma-concept-collaboration h4 {
  line-height: 1;
  margin-bottom: 25px;
  letter-spacing: 0;
}
.aroma-concept-collaboration .lead {
  line-height: 0.8;
  font-size: 16px;
}
.aroma-concept-collaboration img {
  margin: 30px 0;
}
.aroma-concept-collaboration p {
  line-height: 2;
}
.aroma-cart-main-item-bgcolor > .aroma-cart-main-item {
  margin-bottom: 10px;
}
.aroma-cart-main-item-bgcolor > .aroma-cart-main-item .aroma-cart-main-item-content {
  padding: 60px 40px 0 0;
  width: 420px;
  position: absolute;
  top: 0;
}
.aroma-cart-main-item-bgcolor > .aroma-cart-main-item .aroma-cart-main-item-content .brand,
.aroma-cart-main-item-bgcolor > .aroma-cart-main-item .aroma-cart-main-item-content .lead {
  font-size: 21px;
}
.aroma-cart-main-item-bgcolor > .aroma-cart-main-item .aroma-cart-main-item-content .name {
  font-size: 40px;
  margin: 16px 0 24px;
}
.aroma-cart-main-item-bgcolor > .aroma-cart-main-item .aroma-cart-main-item-content .price {
  margin: 17px 0;
}
.aroma-cart-main-item-wrapper {
  flex-wrap: nowrap;
  margin-right: -7px;
}
.aroma-cart-main-item-wrapper .aroma-cart-main-item {
  width: 50%;
  margin-right: 7px;
}
.aroma-cart-main-item-wrapper .aroma-cart-main-item-content {
  padding: 30px 30px 0 0;
  width: 230px;
}
.aroma-cart-main-item-wrapper .aroma-cart-main-item-content .brand {
  font-size: 15px;
}
.aroma-cart-main-item-wrapper .aroma-cart-main-item-content .name {
  font-size: 30px;
  margin: 10px 0 15px;
  letter-spacing: -0.02em;
}
.aroma-cart-main-item-wrapper .aroma-cart-main-item-content .lead {
  font-size: 12px;
}
.aroma-cart-main-item-wrapper .aroma-cart-main-item-content .price {
  font-size: 15px;
  margin: 15px 0;
}
.aroma-cart-main-item-content {
  left: auto;
  right: 0;
  line-height: 0.8;
}
.aroma-cart-main-item-content-inner {
  width: 100%;
}
.aroma-cart-main-item-content .price {
  font-weight: 300;
}
.aroma-cart-main-item-content .cart-button {
  width: 100%;
  height: 30px;
  background-color: #fff;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  border: 1px solid #231815;
}
.aroma-cart-main-item-recommend {
  left: auto;
  right: 0;
  width: 160px;
  height: 37px;
  background-color: #E95500;
  color: #Fff;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  line-height: 0.8;
}
.aroma-detail {
  margin-top: 100px;
}
.aroma-detail-images .aroma-detail-images-item:nth-child(1) {
  width: 40%;
  flex-direction: column;
  justify-content: flex-end;
}
.aroma-detail-images .aroma-detail-images-item:nth-child(2) {
  width: 60%;
  flex-direction: column;
  justify-content: space-between;
  background-color: #F3F3F3;
}
.aroma-detail-images-item .title {
  background-color: #000;
  color: #fff;
  font-size: 40px;
  width: 100%;
  height: 90px;
  align-items: center;
  justify-content: center;
}
.aroma-detail-images-item p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  height: 114px;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  background-color: #F3F3F3;
}
.aroma-detail-images-item img {
  flex-shrink: 0;
}
.aroma-detail-text {
  margin: 78px 100px 82px 150px;
  font-size: 21px;
  line-height: 1.8;
  letter-spacing: 0.175em;
}
.aroma-detail-content-component {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 78px;
  font-weight: 300;
}
.aroma-detail-recomend {
  border-bottom: 1px solid #231815;
  margin-bottom: 60px;
}
.aroma-detail-recomend .title {
  font-size: 21px;
  line-height: 21px;
  top: -10px;
  text-align: center;
  position: relative;
  letter-spacing: 0.04em;
}
.aroma-detail-recomend .title:before,
.aroma-detail-recomend .title:after {
  content: "";
  display: block;
  width: 35%;
  height: 1px;
  background-color: #231815;
  position: absolute;
  top: 10px;
}
.aroma-detail-recomend .title:before {
  left: 0;
}
.aroma-detail-recomend .title:after {
  right: 0;
}
.aroma-detail-recomend-main {
  margin: 60px 20px 70px;
  justify-content: space-between;
}
.aroma-detail-recomend-main-item {
  text-align: center;
  position: relative;
  display: inline-block;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background: #EEEEEE;
}
.aroma-detail-recomend-main-item p{
  font-size: 15px;
  line-height: 1.6;
  position: absolute;
  display: inline-block;
  left: -23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 166px;
  text-align: center;
}
.aroma-detail-comment {
  background-color: #EEEEEE;
  padding: 20px;
  height: 340px;
}
.aroma-detail-comment img,
.aroma-detail-comment-content {
  width: 50%;
}
.aroma-detail-comment img {
  padding-right: 10px;
}
.aroma-detail-comment-content {
  line-height: 2;
  padding-left: 8px;
}
.aroma-detail-comment-content .title {
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: 0.16em;
}
.aroma-detail-comment-content p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.aroma-detail.second-product .aroma-detail-images {
  flex-direction: row-reverse;
}
.aroma-detail.second-product .aroma-detail-images .aroma-detail-images-item .title {
  background-color: #F3F3F3;
  color: #000;
}
.aroma-detail.second-product .aroma-detail-images .aroma-detail-images-item:nth-child(2){
  background-color: #000;
  color: #fff;
}
.aroma-detail.second-product .aroma-detail-images .aroma-detail-images-item p {
  background-color: #000;
}
.aroma-detail.second-product .aroma-detail-text {
  letter-spacing: 0.115em;
}
.aroma-howto {
  margin: 100px auto;
  padding: 100px 0;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
}
.aroma-howto-main {
  padding: 0 25px;
}
.aroma-howto-main p {
  text-align: justify;
  text-justify: inter-ideograph;
}
.aroma-howto-main-inner {
  margin: 60px auto 40px;
  margin-right: -30px;
}
.aroma-howto-main-inner .aroma-howto-main-item {
  width: 50%;
  padding-right: 30px;
}
.aroma-howto-main-item .title {
  font-size: 20px;
  line-height: 1.3;
  margin: 40px auto 20px;
  padding-bottom: 19px;
  border-bottom: 1px solid #231815;
  min-height: 72px;
  align-items: center;
}
.aroma-howto-main-item p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
}
.aroma-howto-main > .aroma-howto-main-item {
  margin-bottom: 45px;
}
.aroma-howto-main > .aroma-howto-main-item .title {
  min-height: 45px;
}
.aroma-howto-main .annotation {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
.aroma-sustainability-main {
  width: 438px;
  margin: 60px auto 0;
}
.aroma-sustainability-main-inner {
  margin-right: -30px;
}
.aroma-sustainability-main-item {
  width: 50%;
  padding-right: 30px;
}
.aroma-sustainability-main-item .title {
  font-size: 20px;
  line-height: 1;
  text-align: center;
  padding: 50px 0;
}
.aroma-sustainability-main-item .text {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
  text-align: justify;
  text-justify: inter-ideograph;
}
.aroma-sdgs {
  margin: 95px auto 47px;
  padding: 0 25px;
}
.aroma-sdgs h3 {
  letter-spacing: 0.12em;
}
.aroma-sdgs p {
  margin: 62px 0 60px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.aroma-sdgs-icon {
  margin-right: -24px;
  justify-content: center;
}
.aroma-sdgs-icon-item {
  width: 25%;
  padding-right: 24px;
}
.aroma-sdgs-icon-item p {
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  margin: 30px 0 48px;
  font-weight: 300;
  letter-spacing: 0;
}
.footer {
  margin-top: 144px;
  background-color: #000;
  padding: 40px 0;
}
.footer p {
  line-height: 2.1;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.footer a:visited{
    color: inherit;
}

@media (max-width: 919px) {
  .aroma h3 {
    font-size: 14px;
  }
  .aroma h4 {
    font-size: 17px;
  }
  .aroma .cart-here-button {
    height: 75px;
    width: 75px;
  }
  .aroma .cart-here-button-wrapper {
    right: 12px;
    bottom: 8px;
  }
  .aroma .cart-here-button span {
    font-size: 12px;
    line-height: 1.3;
    color: #fff;
    width: 75px;
  }
  .aroma-kv-content {
    padding: 78px 0 38px 50px;
    font-size: 25px;
  }
  .aroma-kv-content-title span {
    font-size: 14px;
  }
  .aroma-kv-content-title p {
    font-size: 14px;
    margin-top: 12px;
  }
  .aroma-product {
    margin-top: 35px;
  }
  .aroma-product-content {
    font-size: 12px;
    padding: 0 0 30px;
  }
  .aroma-product-content-top {
    padding: 0 25px;
  }
  .aroma-product-content-top p {
    letter-spacing: 0.1em;
  }
  .aroma-product-content-top .aroma-logo {
    max-width: 175px;
    margin-bottom: 34px;
    margin-top: -5px;
  }
  .aroma-product-content-bottom {
    justify-content: space-evenly;
  }
  .aroma-product-content-bottom .name {
    font-size: 17px;
  }
  .aroma-concept {
    margin-top: 19px;
    padding: 0 25px;
  }
  .aroma-concept h3 {
    font-size: 15px;
    margin-bottom: 25px;
    margin-right: -8px;
    letter-spacing: -0.05em;
  }
  .aroma-concept-item {
    align-items: center;
    flex-wrap: nowrap;
  }
  .aroma-concept-item p {
    font-size: 12px;
    line-height: 1.6;
  }
  .aroma-concept .aroma-concept-item:nth-child(1) p {
    padding: 0 12px 0 0;
    letter-spacing: 0;
  }
  .aroma-concept .aroma-concept-item:nth-child(1) img {
    margin-right: 35px;
    max-width: 140px;
  }
  .aroma-concept .aroma-concept-item:nth-child(2) {
    flex-direction: row-reverse;
  }
  .aroma-concept .aroma-concept-item:nth-child(2) p {
    padding: 0 35px 0 12px;
    letter-spacing: 0;
  }
  .aroma-concept .aroma-concept-item:nth-child(2) img {
    max-width: 150px;
  }
  .aroma-concept .aroma-concept-item:nth-child(3) p {
    padding: 0 8px 0 0;
    letter-spacing: -0.02em;
  }
  .aroma-concept .aroma-concept-item:nth-child(3) img {
    max-width: 213px;
    margin-right: -96px;
  }
  .aroma-concept-collaboration {
    margin: 50px 0;
    padding: 34px 11px;
  }
  .aroma-concept-collaboration h4{
    margin-bottom: 5px;
  }
  .aroma-concept-collaboration .lead {
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1.1;
  }
  .aroma-concept-collaboration img {
    margin: 23px 0;
  }
  .aroma-concept-collaboration p {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: -0.05em;
  }
  .aroma-cart-main-item-bgcolor {
    background: linear-gradient(to bottom, #E7E5E8 90%, #F9F8F8);
  }
  .aroma-cart-main-item-bgcolor > .aroma-cart-main-item {
    margin-bottom: 3px;
    background-image: url(/item/f/img/aromamist_lp/sp_nemohamo_item_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: flex-end;
  }
  .aroma-cart-main-item-bgcolor > .aroma-cart-main-item .aroma-cart-main-item-content {
    position: inherit;
    padding: 33px 15px 23px 0;
    width: 52%;
    height: 100%;
    align-items: flex-start;
  }
  .aroma-cart-main-item-bgcolor > .aroma-cart-main-item .aroma-cart-main-item-content .brand,
  .aroma-cart-main-item-bgcolor > .aroma-cart-main-item .aroma-cart-main-item-content .lead {
    font-size: 12px;
    letter-spacing: -0.02em;
  }
  .aroma-cart-main-item-bgcolor > .aroma-cart-main-item .aroma-cart-main-item-content .name {
    font-size: 17px;
    margin: 4px 0 5px;
  }
  .aroma-cart-main-item-bgcolor > .aroma-cart-main-item .aroma-cart-main-item-content .price {
    font-size: 12px;
    margin: 6px 0 4px;
  }
  .aroma-cart-main-item-wrapper {
    flex-wrap: wrap;
    margin-right: 0;
  }
  .aroma-cart-main-item-wrapper .aroma-cart-main-item {
    margin-bottom: 3px;
    width: 100%;
    margin-right: 0;
  }
  .aroma-cart-main-item-wrapper .aroma-cart-main-item-content {
    padding: 0 15px 0 0;
    width: 52%;
  }
  .aroma-cart-main-item-wrapper .aroma-cart-main-item-content .brand {
    font-size: 12px;
  }
  .aroma-cart-main-item-wrapper .aroma-cart-main-item-content .name {
    font-size: 17px;
    margin: 4px 0 5px;
    letter-spacing: 0;
  }
  .aroma-cart-main-item-wrapper .aroma-cart-main-item-content .price {
    font-size: 12px;
    margin: 6px 0 4px;
    line-height: 1.1;
  }
  .aroma-cart-main-item-content {
    line-height: 1;
    align-items: center;
    height: 100%;
  }
  .aroma-cart-main-item-content .cart-button {
    min-height: 18px;
    height: 100%;
    font-size: 12px;
  }
  .aroma-cart-main-item-recommend {
    width: 131px;
    height: 22px;
    font-size: 11px;
    line-height: 0.8;
  }
  .aroma-detail {
    margin-top: 50px;
  }
  .aroma-detail-images .aroma-detail-images-item:nth-child(1) {
    width: 100%;
  }
  .aroma-detail-images .aroma-detail-images-item:nth-child(1) img {
    margin-top: 44px;
  }
  .aroma-detail-images .aroma-detail-images-item:nth-child(2) {
    width: 100%;
    background-color: #555;
  }
  .aroma-detail-images-item .title {
    font-size: 23px;
    height: 44px;
    letter-spacing: 0;
  }
  .aroma-detail-images-item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    height: 71px;
    text-align: center;
    order: -1;
    letter-spacing: 0.04em;
  }
  .aroma-detail-text {
    margin: 38px 9px 38px 18px;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .aroma-detail-content-component {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 40px;
  }
  .aroma-detail-recomend {
    margin-bottom: 30px;
  }
  .aroma-detail-recomend .title {
    font-size: 12px;
    line-height: 12px;
    top: -6px;
  }
  .aroma-detail-recomend .title:before,
  .aroma-detail-recomend .title:after {
    width: 28%;
    top: 6px;
  }
  .aroma-detail-recomend-main {
    margin: 23px 0 1px;
  }
  .aroma-detail-recomend-main-item-wrapper{
    width: 50%;
    display: flex;
    justify-content: center;
  }
  .aroma-detail-recomend-main-item {
    margin-bottom: 34px;
    height: 100px;
    width: 100px;
  }
  .aroma-detail-recomend-main-item p{
    font-size: 12px;
    line-height: 1.5;
    left: -19px;
    width: 138px;
    font-weight: 300;
  }
  .aroma-detail-comment {
    padding: 25px;
    height: auto;
  }
  .aroma-detail-comment img,
  .aroma-detail-comment-content {
    width: 100%;
  }
  .aroma-detail-comment img {
    padding-right: 0;
    margin-bottom: 25px;
    height: 258px;
  }
  .aroma-detail-comment-content {
    padding-left: 0;
  }
  .aroma-detail-comment-content .title {
    margin-bottom: 13px;
    text-align: center;
    font-size: 13px;
  }
  .aroma-detail-comment-content p {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -0.04em;
  }
  .aroma-detail.second-product .aroma-detail-images-item p {
    letter-spacing: 0;
  }
  .aroma-detail.second-product .aroma-detail-text {
    letter-spacing: -0.05em;
  }
  .aroma-howto {
    margin: 50px 25px 45px;
    padding: 44px 0;
  }
  .aroma-howto .container-s {
    padding: 0;
  }
  .aroma-howto-main {
    padding: 0;
  }
  .aroma-howto-main-inner {
    margin: 30px auto 35px;
    margin-right: -15px;
  }
  .aroma-howto-main-inner .aroma-howto-main-item {
    width: 50%;
    padding-right: 15px;
  }
  .aroma-howto-main-item .title {
    font-size: 13px;
    line-height: 1.2;
    margin: 25px auto 12px;
    padding-bottom: 12px;
    min-height: 43px;
  }
  .aroma-howto-main-item p {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;
  }
  .aroma-howto-main > .aroma-howto-main-item {
    margin-bottom: 39px;
  }
  .aroma-howto-main > .aroma-howto-main-item .title {
    min-height: 15px;
  }
  .aroma-howto-main .annotation {
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
  .aroma-sustainability-main {
    width: 100%;
    margin: 28px auto 0;
  }
  .aroma-sustainability-main-inner {
    margin-right: -14px;
  }
  .aroma-sustainability-main-item {
    padding-right: 14px;
  }
  .aroma-sustainability-main-item .title {
    font-size: 13px;
    padding: 24px 0;
  }
  .aroma-sustainability-main-item .text {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;
  }
  .aroma-sdgs {
    margin: 49px auto 50px;
    padding: 0 25px;
  }
  .aroma-sdgs h3 {
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  .aroma-sdgs p {
    margin: 24px 0 29px;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .aroma-sdgs-icon {
    margin-right: -14px;
    justify-content: center;
  }
  .aroma-sdgs-icon-item {
    width: 33.333333%;
    padding-right: 14px;
  }
  .aroma-sdgs-icon-item p {
    font-size: 11px;
    line-height: 1.3;
    margin: 17px 0 33px;
  }
  .footer {
    margin-top: 50px;
    padding: 17px 0;
  }
  .footer p {
    font-size: 11px;
    line-height: 1.7;
  }
  .footer a:visited{
    color: inherit;
}
}
@media (max-width: 374px){
  .aroma-cart-main-item-bgcolor {
    background: #F9F8F8;
  }
}