@charset "utf-8";

/* reset css
------------------------------- */

html, body, div, section, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, a, span, img, video, header, footer, nav, input, textarea {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ul, ol, li {
	list-style: none;
}
a, a:hover {
	color: #32351f;
	text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
::before, ::after {
	box-sizing: border-box;
}

/* Common Style
------------------------------- */
html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  width: 100%;
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
  font-feature-settings: 'palt';
  color: #01003b;
  overflow-x: hidden;
}
a {
  color: #01003b;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}
img {
  display: block;
}
.inner {
  max-width: 1220px; /*1180px*/
  margin: 0 auto;
  padding: 0 20px;
}
.ttl_sec img {
  margin: 0 auto;
}
.bg_yellow {
  background: url(../../img/common/aroma/bg_pattern_yellow.jpg) repeat;
}
.bg_blue {
  background: url(../../img/common/aroma/bg_blue.jpg) no-repeat center bottom / cover;
}

/* header */
.aromalp.header {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}
.aromalp.header .logo {
  /* padding-left: 10px; */
  width: 211px;
  margin-left: 40px;
}
.aromalp.header .menu_area {
  height: 70px;
  display: flex;
}
.aromalp.header .menu_list {
  height: 100%;
  display: flex;
  align-items: center;
}
.aromalp.header .menu_list li {
  margin: 0 1em;
}
.aromalp.header .othe_list {
  margin-left: 1em;
  display: flex;
}
.aromalp.header .othe_list a {
  display: block;
  height: 100%;
  font-size: 1.2rem;
  padding: 3.4em 0.5em 0;
}
.aromalp.header .othe_list .cart {
  background: #01003b url(../../img/common/aroma/icon_cart.png) no-repeat center top 10px / 24px;
  color: #fff;
}
.aromalp.header .othe_list .mail {
  background: url(../../img/common/aroma/icon_mail.png) no-repeat center top 12px / 24px;
}

/* footer */
.aromalp.footer {
  padding: 2em 0;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.4;
  background-color: #01003b;
}
.aromalp.footer a {
  color: #fff;
}
.aromalp.footer .footer_list {
  display: flex;
  justify-content: center;
}
.aromalp.footer .footer_list li {
  padding: 0 1em;
}
.aromalp.footer .footer_list li:not(:last-child) {
  border-right: 1px solid #fff;
}
.aromalp.footer .txt {
  margin-top: 1.5em;
}
.aromalp.footer .copy {
  margin-top: 1.5em;
}

/* headline */
.headline {
  padding: 0.5em 0;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  background-color: #6d8cae;
}
/* mainvisual */
.mainvisual {
  position: relative;
  padding-top: 70px;
}
.mainvisual .cart {
  width: 226px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 50;
}
.mainvisual img {
  width: 100%;
}

/* about */
.about {
  padding: 100px 0 50px;
  background: url(../../img/common/aroma/bg_about.jpg) no-repeat center top / cover;
}
.about .ttl_sec img {
  max-width: 420px;
}
.about .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-50px);
}
.about .txt_area {
  width: 50%;
}
.about .txt {
  line-height: 2;
}
.about .txt:not(:last-child) {
  margin-bottom: 1.5em;
}
.about .img {
  width: calc(50% - 30px);
}

/* point */
.point {
  padding: 120px 0;
  background: url(../../img/common/aroma/bg_point.jpg) no-repeat center top / cover;
}
.point .point_list {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.point .point_list li {
  width: 32%;
}
.point .point_list img {
  margin: 0 auto;
}
.point .point_list a {
  display: block;
  padding: 50px 0 120px;
  background: url(../../img/common/aroma/bg_point_li.png) no-repeat center top / contain;
  position: relative;
}
.point .point_list a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 8px 0 8px;
  border-color: #01003b transparent transparent transparent;
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s;
}
.point .point_list a:hover::after {
  bottom: 50px;
}
.point .point_list .txt {
  margin-top: 30px;
  height: 100px;
  display: flex;
  align-items: center;
}
.point .box {
  margin-top: 160px;
  padding-top: 160px;
}
.point .box_in {
  padding: 0 0 40px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 6px 5px 12px -6px rgba(0, 0, 0, 0.4);
}
.point .box .wrap {
  display: flex;
  justify-content: space-between;
}
.point .box .txt_area {
  width: 60%;
}
.point .box .ttl {
  margin-bottom: -40px;
  transform: translateY(-50%);
}
.point .box .txt {
  line-height: 2;
}
.point .box .txt:not(:last-of-type) {
  margin-bottom: 1em;
}
.point .box .img {
  width: 40%;
}
.point .box img {
  width: 100%;
}
.point .point01 {
  margin-right: 100px;
}
.point .point01 .txt_area {
  transform: translateX(60px);
}
.point .point01 .img {
  transform: translate(100px, -160px);
}
.point .point02 {
  margin-left: 100px;
}
.point .point02 .txt_area {
  transform: translateX(-60px);
}
.point .point02 .img {
  transform: translate(-100px, -160px);
}
.point .point02 .wrap {
  flex-direction: row-reverse;
}
.point .point03 {
  margin-top: 40px;
}
.point .point03 .box_in {
  padding: 0 40px 40px;
}
.point .point03 .txt {
  text-align: center;
}
.point .box_aco {
  margin: -100px 40px 0;
  padding: 1em;
  border: 4px double #01003b;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.point .box_aco .txt {
  width: 80%;
  line-height: 1.6;
  margin-left: 2em;
}
.point .howto_list {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.point .howto_list li {
  width: 265px;
  height: 265px;
  margin: 0 2%;
  padding-top: 20px;
  background-color: #f1effc;
  border-radius: 50%;
  position: relative;
}
.point .howto_list li:not(:last-child) {
  padding-top: 25px;
}
.point .howto_list li:first-child {
  padding-top: 40px;
}
.point .howto_list li::after {
  content: '';
  width: 70px;
  height: 70px;
  background: url(../../img/common/aroma/icon_num01_1.png) no-repeat center / contain;
  position: absolute;
  top: -10px;
  left: -10px;
}
.point .howto_list li:nth-child(2):after {
  background-image: url(../../img/common/aroma/icon_num01_2.png);
}
.point .howto_list li:nth-child(3):after {
  background-image: url(../../img/common/aroma/icon_num01_3.png);
}
.point .howto_list .txt {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.point .howto_list .img {
  width: 100%;
}
.point .howto_list .img img {
  margin: 0 auto;
}
.point .howto_list li:nth-child(1) img {
  width: 50%;
}
.point .howto_list li:nth-child(2) img {
  width: 60%;
}
.point .howto_list li:nth-child(3) img {
  width: 40%;
}

/* products */
.products {
  padding: 100px 0;
  background: url(../../img/common/aroma/bg_products.jpg) no-repeat center top / 100%;
}
.products .ttl_sec img {
  max-width: 277px;
}
.products .products_top {
  margin-top: 120px;
  padding-bottom: 5vw;
}
.products .products_top .txt_area {
  width: 38.5%;
  padding: 0 20px;
}
.products .products_top .ttl {
  padding-left: 20px;
  font-size: 4.4rem;
  line-height: 1.4;
  position: relative;
  font-weight: bold;
}
.products .products_top .ttl::before {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20px;
}
.products .products_top .ttl span {
  font-size: 70%;
}
.products .products_top .ttl span.fs-small {
  font-size: 55%;
}
.products .products_top .txt {
  padding-left: 20px;
  font-size: 2.2rem;
  line-height: 2;
  margin: 1em 0;
}
.products .products_top .txt span {
  font-size: 70%;
}
.products .products_detail {
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 0;
}
.products .products_detail .txt_area {
  padding: 0 15%;
  background: url(../../img/common/aroma/bg_products01_2.png) no-repeat center top / 100%;
}
.products .products_detail .txt_area .txt {
  margin-top: 3em;
  font-size: 2rem;
  line-height: 2;
}
.products .products_detail .txt_area img {
  width: 100%;
}
.products .products_detail .material_list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.products .products_detail .material_list li {
  width: 48%;
  margin-top: 40px;
  padding: 0 40px;
}
.products .products_detail .material_list li:nth-child(even) {
  padding-top: 80px;
}
.products .products_detail .material_list .ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 20px;
  padding-top: 50px;
  position: relative;
}
.products .products_detail .material_list .ttl::before {
  content: '';
  width: 100%;
  height: 45px;
  background: url(../../img/common/aroma/icon_num02_1.png) no-repeat left top / contain;
  position: absolute;
  top: 0;
  left: 0;
}
.products .products_detail .material_list .ttl span {
  font-size: 50%;
  word-break: normal;
}
.products .products_detail .material_list .txt {
  margin-top: 1em;
  line-height: 2;
}
.products .products_detail .material_list img {
  margin: 0 auto;
}
.products .products01 .products_top {
  background: url(../../img/common/aroma/bg_products01_1.png) no-repeat right top / 57%;
}
.products .products01 .products_top .ttl::before {
  background-color: #9c6eac;
}
.products .products01 .products_top .ttl {
  color: #9c6eac;
}
.products .products01 .products_top .txt {
  color: #9c6eac;
}
.products .products01 .products_detail {
  background: url(../../img/common/aroma/bg_pattern_pink.jpg) repeat;
}
.products .products01 .products_detail .material_list li:nth-child(1) .ttl::before {
  background-image: url(../../img/common/aroma/icon_num02_1.png);
}
.products .products01 .products_detail .material_list li:nth-child(2) .ttl::before {
  background-image: url(../../img/common/aroma/icon_num02_2.png);
}
.products .products01 .products_detail .material_list li:nth-child(3) .ttl::before {
  background-image: url(../../img/common/aroma/icon_num02_3.png);
}
.products .products01 .products_detail .material_list li:nth-child(4) .ttl::before {
  background-image: url(../../img/common/aroma/icon_num02_4.png);
}
.products .products02 .products_top {
  background: url(../../img/common/aroma/bg_products02_1.png) no-repeat left top / 57%;
}
.products .products02 .products_top .ttl::before {
  background-color: #38466b;
}
.products .products02 .products_top .ttl {
  color: #38466b;
}
.products .products02 .products_top .txt {
  color: #38466b;
}
.products .products02 .products_top .txt_area {
  margin: 0 0 0 auto;
}
.products .products02 .products_detail {
  background: url(../../img/common/aroma/bg_pattern_purple.jpg) repeat;
}
.products .products02 .products_detail .txt_area {
  background-image: url(../../img/common/aroma/bg_products02_2.png);
}
.products .products02 .products_detail .material_list li:nth-child(1) .ttl::before {
  background-image: url(../../img/common/aroma/icon_num03_1.png);
}
.products .products02 .products_detail .material_list li:nth-child(2) .ttl::before {
  background-image: url(../../img/common/aroma/icon_num03_2.png);
}
.products .products02 .products_detail .material_list li:nth-child(3) .ttl::before {
  background-image: url(../../img/common/aroma/icon_num03_3.png);
}
.products .products02 .products_detail .material_list li:nth-child(4) .ttl::before {
  background-image: url(../../img/common/aroma/icon_num03_4.png);
}

/* voice */
.voice {
  padding: 100px 0 0;
}
.voice .ttl_sec img {
  max-width: 363px;
}
.voice .voice_list {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.voice .voice_list li {
  width: 32%;
  height: 12em;
  padding: 0.5em 1.2em 1.2em 0.5em;
  font-size: 1.9rem;
  text-align: center;
  line-height: 2;
  background-color: #fff;
  border-radius: 36px;
  box-shadow: 6px 5px 12px -6px rgba(0, 0, 0, 0.4);
}
.voice .voice_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.voice .voice_list li::after {
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid #6d8cae;
  border-radius: 36px;
  position: absolute;
  top: -10px;
  left: -10px;
}

/* precautions */
.precautions {
  margin-top: 60px;
  margin-bottom: -60px;
}
.precautions .box {
  padding: 2em 3em;
  background-color: rgba(109, 140, 174, 0.15);
  border-radius: 36px;
}
.precautions .ttl {
  font-size: 2.4rem;
  text-align: center;
}
.precautions .precautions_list {
  margin-top: 30px;
}
.precautions .precautions_list li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  font-size: 1.6rem;
  position: relative;
}
.precautions .precautions_list li::before {
  content: '';
  width: 0.4em;
  height: 0.4em;
  background-color: #01003b;
  border-radius: 50%;
  position: absolute;
  top: 0.6em;
  left: 0;
}

/* faq */
.faq {
  margin-top: 200px;
  padding: 20px 0 120px;
}
.faq .ttl_sec img {
  max-width: 245px;
}
.faq .faq_list {
  margin-top: 60px;
}
.faq .faq_list dt,
.faq .faq_list dd {
  padding: 20px 40px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #7597bb;
  position: relative;
}
.faq .faq_list dt {
  font-size: 2.4rem;
  margin-top: 40px;
  cursor: pointer;
  transition: all 0.5s;
}
.faq .faq_list dd {
  font-size: 1.8rem;
  border-top: none;
  display: none;
}
.faq .faq_list dt::before,
.faq .faq_list dt::after {
  content: '';
  width: 1.5em;
  height: 2px;
  background-color: #6d8cae;
  position: absolute;
  top: 50%;
  right: 20px;
}
.faq .faq_list dt::after {
  transform: rotate(90deg);
  transition: all 0.5s;
}
.faq .faq_list dd::before,
.faq .faq_list dd::after {
  content: '';
  width: 5%;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: -2px;
}
.faq .faq_list dd::before {
  left: 0;
}
.faq .faq_list dd::after {
  right: 0;
}
.faq .faq_list dt.active::after {
  transform: rotate(0);
}

/* PC
------------------------------- */
@media screen and (min-width: 751px) {
  .display-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1400px) {
  .products .products01 .products_top,
  .products .products02 .products_top {
    background-size: 50% auto;
  }
  .products .products_top .txt_area {
    width: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .products .products_detail .material_list li img {
    width: 80%;
  }
}

@media screen and (min-width: 751px) and (max-width: 1220px) {
  .aromalp.header .menu_list li {
    margin: 0 1vw;
  }
  .footer {
    font-size: 1.4rem;
  }
  .footer .footer_list {
    flex-wrap: wrap;
  }
  .headline {
    font-size: 1.6rem;
  }
  .mainvisual .cart {
    width: 18vw;
  }

  .about {
    padding-top: 5vw;
  }
  .about .ttl_sec img {
    width: 30vw;
  }
  .about .txt_area {
    width: 60%;
  }
  .about .txt {
    font-size: 1.6vw;
  }
  .about .img {
    width: calc(40% - 10px);
  }
  .point {
    padding-top: 5vw;
  }
  .point .ttl_sec img {
    width: 40vw;
  }
  .point .point_list a {
    padding: 4vw 0 11vw;
  }
  .point .point_list .img img {
    width: 20%;
  }
  .point .point_list .txt {
    margin-top: 1vw;
  }
  .point .point_list .txt img {
    width: 80%;
  }
  .point .box_aco {
    margin-top: 0;
  }
  .products {
    padding-top: 8vw;
  }
  .products .ttl_sec img {
    width: 20vw;
  }
  .products .products_top .ttl {
    font-size: 3vw;
  }
  .products .products_top .txt {
    font-size: 1.8vw;
  }
  .products .products_detail .material_list .ttl span {
    display: block;
  }
  .products .products_detail .material_list img {
    width: 30vw;
  }
  .products .products02 .products_top .txt_area {
    padding-right: 0;
  }
  .voice {
    padding-top: 8vw;
  }
  .voice .ttl_sec img {
    width: 22vw;
  }
  .voice .voice_list li {
    font-size: 2vw;
  }
  .faq .ttl_sec img {
    width: 16vw;
  }
  .faq .faq_list dt {
    font-size: 2vw;
  }
  .faq .faq_list dd {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .point .howto_list li {
    border-radius: 40%;
  }
}

/* SP
------------------------------- */
@media screen and (max-width: 750px) {
  .display-pc {
    display: none !important;
  }
  html {
    font-size: 2.1vw;
  }
  main {
    background: url(../../img/common/aroma/bg_pattern.jpg) repeat;
  }
  img {
    width: 100%;
  }
  .bg_blue {
    background: url(../../img/common/aroma/bg_pattern_blue.jpg) repeat;
  }

  /* header */
  .aromalp.header {
    height: 50px;
  }
  .aromalp.header .logo {
    width: 35vw;
    margin-left: 5vw;
    /* width: 20vw; */
  }
  .aromalp.header .menu_area {
    height: 100%;
    flex-direction: row-reverse;
  }
  .aromalp.header .menu_list {
    width: 100%;
    height: auto;
    padding: 20px 20px 40px;
    background-color: #fff;
    border-top: 1px solid #01003b;
    display: block;
    position: absolute;
    top: 50px;
    right: -100%;
    transition: all 0.5s;
  }
  .aromalp.header .menu_list.active {
    right: 0;
  }
  .aromalp.header .menu_list li {
    margin: 1em 0 0;
    text-align: center;
  }
  .aromalp.header .othe_list a {
    padding: 3em 0.8em 0.2em;
  }
  .aromalp.header .othe_list .cart {
    background-size: 22px auto;
    background-position: center top 5px;
  }
  .aromalp.header .othe_list .mail {
    background-size: 22px auto;
    background-position: center top 8px;
  }
  .menu_btn_aroma {
    width: 50px;
    height: 50px;
    padding: 10px;
    border-left: 1px solid #01003b;
  }
  .menu_btn_aroma .wrap {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, transparent 49%, #01003b 49%, #01003b 52%, transparent 52%, transparent 100%);
    position: relative;
    transition: all 0.5s;
  }
  .menu_btn_aroma .wrap::before,
  .menu_btn_aroma .wrap::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #01003b;
    position: absolute;
    left: 0;
    transition: all 0.5s;
  }
  .menu_btn_aroma .wrap::before {
    top: 0;
  }
  .menu_btn_aroma .wrap::after {
    bottom: 0;
  }
  .menu_btn_aroma.active .wrap {
    background: transparent;
  }
  .menu_btn_aroma.active .wrap::before {
    top: 50%;
    transform: rotate(45deg);
  }
  .menu_btn_aroma.active .wrap::after {
    bottom: 50%;
    transform: rotate(-45deg);
  }
  /* footer */
  .footer {
    font-size: 1.4rem;
  }
  .footer .footer_list {
    flex-wrap: wrap;
  }
  .footer .footer_list li {
    margin-bottom: 0.5em;
  }
  .footer .footer_list li:nth-child(3) {
    border-right: none;
  }
  .footer .copy {
    font-size: 1.1rem;
  }

  /* mainvisual */
  .mainvisual {
    padding-top: 50px;
  }
  .mainvisual .cart {
    width: 93px;
  }
  /* headline */
  .headline {
    font-size: 1.4rem;
  }

  /* about */
  .about {
    padding: 40px 0 50px;
    background-image: url(../../img/common/aroma/bg_about_sp.jpg);
  }
  .about .inner {
    width: 92%;
  }
  .about .ttl_sec img {
    max-width: 233px;
  }
  .about .wrap {
    display: block;
    transform: translateY(0);
  }
  .about .txt_area {
    width: 100%;
    margin-top: 1em;
  }
  .about .img {
    width: 100%;
    margin-top: 1em;
  }

  /* point */
  .point {
    padding: 40px 0 50px;
    background-image: url(../../img/common/aroma/bg_point_sp.jpg);
    background-size: 100% auto;
  }
  .point .ttl_sec img {
    max-width: 280px;
  }
  .point .point_list {
    margin-top: 60px;
    display: block;
  }
  .point .point_list li {
    width: 60%;
    margin: 30px auto 0;
  }
  .point .point_list a {
    display: block;
    padding: 30px 0 50px;
  }
  .point .point_list a::after {
    border-width: 10px 5px 0 5px;
    bottom: 30px;
  }
  .point .point_list .img {
    width: 38.5px;
    margin: 0 auto;
  }
  .point .point_list .txt {
    margin-top: 5px;
  }
  .point .point_list .txt img {
    width: 80%;
  }
  .point .box {
    margin-top: 30px;
    padding-top: 50px;
  }
  .point .box_in {
    padding: 0 20px 20px;
    border-radius: 10px;
  }
  .point .box .wrap {
    display: block;
  }
  .point .box .txt_area {
    width: 100%;
  }
  .point .box .ttl {
    margin-bottom: -20px;
  }
  .point .box .txt {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .point .box .img {
    width: 70%;
    margin: 0 auto;
  }
  .point .point01 {
    margin-right: 0;
  }
  .point .point01 .txt_area {
    transform: translateX(0);
  }
  .point .point01 .img {
    margin-top: -90px;
    transform: translate(0, 50%);
  }
  .point .point02 {
    margin-left: 0;
    margin-top: 120px;
  }
  .point .point02 .txt_area {
    transform: translateX(0);
  }
  .point .point02 .img {
    margin-top: -90px;
    transform: translate(0, 50%);
  }
  .point .point03 {
    margin-top: 120px;
  }
  .point .point03 .box_in {
    padding: 0 20px 20px;
  }
  .point .point03 .txt {
    text-align: left;
  }
  .point .box_aco {
    margin: 20px 0 0;
    padding: 1em;
    border: 4px double #01003b;
    display: block;
  }
  .point .box_aco .logo {
    width: 20%;
    margin-right: 1em;
    float: left;
  }
  .point .box_aco .txt {
    width: 100%;
    margin: 0;
  }
  .point .howto_list {
    margin-top: 20px;
    display: block;
  }
  .point .howto_list li {
    width: 250px;
    height: 250px;
    margin: 40px auto 0;
    padding-top: 20px;
  }
  .point .howto_list li:not(:last-child) {
    padding-top: 30px;
  }
  .point .howto_list li:first-child {
    padding-top: 50px;
  }
  .point .howto_list li::after {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
  }
  .point .howto_list .txt {
    text-align: center;
    line-height: 1.4;
  }
  .point .howto_list .img {
    width: 100%;
  }
  .point .howto_list .img img {
    margin: 0 auto;
  }
  .point .howto_list li:nth-child(1) img {
    width: 45%;
  }
  .point .howto_list li:nth-child(2) img {
    width: 60%;
  }
  .point .howto_list li:nth-child(3) img {
    width: 40%;
  }

  /* products */
  .products {
    padding: 60px 0;
    background-image: url(../../img/common/aroma/bg_products_sp.jpg);
    background-size: 100% auto;
  }
  .products .ttl_sec img {
    max-width: 153px;
  }
  .products .products_top {
    margin-top: 40px;
    padding-bottom: 0;
  }
  .products .products_top .txt_area {
    width: 100%;
    margin-bottom: 30px;
  }
  .products .products_top .ttl {
    font-size: 2.7rem;
  }
  .products .products_top .ttl::before {
    width: 3px;
    left: -10px;
  }
  .products .products_top .txt {
    font-size: 1.6rem;
    line-height: 2;
    margin: 1em 0 0;
  }
  .products .products_top .img {
    width: calc(100% + 80px);
    transform: translateX(-40px);
    margin-bottom: 10px;
    margin-top: 7vw;
  }
  .products .products_top .img img {
    width: 100%;
  }
  .products .products_detail {
    padding: 40px 0;
  }
  .products .products_detail .inner {
    padding: 0;
  }
  .products .products_detail .txt_area {
    padding: 0;
    background: none;
  }
  .products .products_detail .txt_area .txt {
    margin: 2em 40px 0;
    font-size: 1.6rem;
  }
  .products .products_detail .txt_area img {
    width: 100%;
  }
  .products .products_detail .material_list {
    margin: 0 40px;
    display: block;
  }
  .products .products_detail .material_list li {
    width: 100%;
    margin-top: 40px;
    padding: 0;
  }
  .products .products_detail .material_list li:nth-child(even) {
    padding-top: 0;
  }
  .products .products_detail .material_list .ttl {
    font-size: 2rem;
    margin-top: 0;
    padding-top: 30px;
  }
  .products .products_detail .material_list .ttl::before {
    height: 25px;
  }
  .products .products_detail .material_list .ttl span {
    display: block;
  }
  .products .products_detail .material_list .txt {
    font-size: 1.4rem;
  }
  .products .products_detail .material_list img {
    width: 60%;
  }
  .products .products01 .products_top {
    background: none;
  }
  .products .products02 .products_top {
    background: none;
  }
  .products .products02 .products_top .txt_area {
    margin: 0 0 30px;
  }
  /* .products .products01 .products_top .txt { margin-bottom: 100vw; }
  .products .products02 .products_top .txt { margin-bottom: 100vw; } */
  .products .products02 .products_detail .txt_area {
    background: none;
  }
  #products01 .cartjs_buy input,
  #products02 .cartjs_buy input {
    color: transparent !important;
    background-color: transparent !important;
    background-image: url(https://img.shop-pro.jp/cartjs_img/hana_bg_btn_cart.gif) !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* voice */
  .voice {
    padding: 60px 0 80px;
    background: url(../../img/common/aroma/bg_voice_sp.jpg) no-repeat center bottom / 100%;
  }
  .voice .ttl_sec img {
    max-width: 181.5px;
  }
  .voice .voice_list {
    margin: 50px auto 0;
    width: 70%;
    display: block;
  }
  .voice .voice_list li {
    width: 100%;
    margin-top: 40px;
    font-size: 1.4rem;
    border-radius: 18px;
  }
  .voice .voice_list li::after {
    border-width: 1px;
    border-radius: 18px;
  }

  /* precautions */
  .precautions {
    margin-top: 0;
  }
  .precautions .box {
    padding: 2em 1.5em 1em;
    border-radius: 18px;
  }
  .precautions .ttl {
    font-size: 1.8rem;
  }
  .precautions .precautions_list {
    margin-top: 10px;
  }
  .precautions .precautions_list li {
    font-size: 1.4rem;
  }
  .precautions .precautions_list li::before {
    width: 0.3em;
    height: 0.3em;
  }

  /* faq */
  .faq {
    margin-top: 60px;
    padding: 60px 0 80px;
    background: url(../../img/common/aroma/bg_faq_sp.jpg) no-repeat center bottom / 100%;
    background-attachment: fixed;
  }
  .faq .ttl_sec img {
    max-width: 122.5px;
  }
  .faq .faq_list {
    margin-top: 30px;
  }
  .faq .faq_list dt,
  .faq .faq_list dd {
    padding: 10px 20px;
    text-align: left;
    border-width: 1px;
  }
  .faq .faq_list dt {
    font-size: 1.6rem;
    margin-top: 20px;
    padding-right: 3em;
  }
  .faq .faq_list dd {
    font-size: 1.4rem;
  }
  .faq .faq_list dt::before,
  .faq .faq_list dt::after {
    height: 1px;
    right: 10px;
  }
}

/* Animation
------------------------------- */
.js-fade {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.5s;
}
.js-fade.show {
  transform: translateY(0);
  opacity: 1;
}

/*====================================================
RETURN
====================================================*/
.products .return {
  width: fit-content;
  padding: 0;
  margin-left: 20px;
  margin-top: 2.4rem;
  max-width: calc(100% - 20px);
}
.products .return .txt {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0;
  line-height: 1.875;
  margin: 0;
}
.products .return .txt a {
  text-decoration: underline;
  color: inherit;
}
@media screen and (min-width: 751px) and (max-width: 1220px) {
  .products .return .txt {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 750px) {
  .products .return {
    margin-top: 3.5vw;
  }
  .products .return .txt {
    font-size: 2.4vw;
  }
}

/*====================================================
PRODUCTS_SET
====================================================*/
.products_set {
  color: #6d8cae;
  max-width: 1400px;
  background-image: url(../../img/common/aroma/bg_pattern_blue_purple.jpg);
  margin: 12rem auto 0;
  padding: 100px 0;
}
.products_set_inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.products_set_desc {
  width: 50%;
  padding: 0 20px;
  margin-top: 2.4rem;
}
.products_set_ttl {
  padding-left: 20px;
  font-size: 4rem;
  line-height: 1.45;
  position: relative;
  font-weight: bold;
}
.products_set_ttl::before {
  background-color: #6d8cae;
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20px;
}
.products_set_ttl_small {
  font-size: 55%;
}
.products_set_txt {
  padding-left: 20px;
  font-size: 2.4rem;
  margin-top: 4.6rem;
  line-height: 2;
}
.products_set_img {
  max-width: 50%;
  margin-right: auto;
}
@media screen and (min-width: 751px) and (max-width: 1220px) {
  .products_set_ttl {
    font-size: 3vw;
  }
  .products_set_txt {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 750px) {
  .products_set {
    padding: 13vw 0;
  }
  .products_set_inner {
    flex-direction: column;
    gap: 4vw 0;
  }
  .products_set_img {
    width: 80%;
    margin: 0 auto;
    max-width: none;
  }
  .products_set_desc {
    width: 89%;
  }
  .products_set_ttl {
    font-size: 6.66666667vw;
    line-height: 1.35;
    font-size: 2.7rem;
  }
  .products_set_ttl::before {
    width: 3px;
    left: -10px;
  }
  .products_set_txt {
    font-size: 1.6rem;
    line-height: 2;
    margin: 1em 0 0;
  }
}

/*====================================================
BTN_SET
====================================================*/
.btn_set {
  width: 25.2rem;
  text-align: center;
  margin-left: 20px;
  margin-top: 4.4rem;
  color: #01003b;
  max-width: calc(100% - 20px);
}
.btn_set_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375em;
  width: 15.75em;
  max-width: 100%;
  padding: 0.9375em 0;
  border-radius: 0.5rem;
  font-size: 1.6rem;
}
.btn_set_btn:where(.products01 *) {
  background-image: linear-gradient(0deg, rgb(156, 110, 172) 20%, rgb(198, 173, 203) 100%);
}
.btn_set_btn:where(.products02 *) {
  background-image: linear-gradient(0deg, rgb(54, 68, 105) 20%, rgb(115, 120, 149) 100%);
}
.btn_set_btn:where(.products_set *) {
  background-image: linear-gradient(0deg, rgb(109, 140, 174) 20%, rgb(135, 175, 220) 100%);
}
.btn_set_btn_txt {
  color: #fff;
  font-weight: bold;
  position: relative;
  top: 0.1rem;
}
.btn_set_btn_img {
  width: 1.375em;
}
.btn_set_price {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
  letter-spacing: 0px;
}
.btn_set_price_number {
  font-size: 150%;
}
@media screen and (min-width: 751px) and (max-width: 1220px) {
  .btn_set_price {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 750px) {
  .btn_set {
    margin-top: 5vw;
    width: fit-content;
  }
  .btn_set_price {
    font-size: 2.53333333vw;
  }
  .btn_set_btn {
    font-size: 2.53333333vw;
    border-radius: 0.66666667vw;
  }
}
