@charset "utf-8";
/* AromaShop Select PC */
.aromashopselect-entrance {
  margin-left: auto;
  margin-right: auto;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  position: relative;
}
a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #FFFFFF;
}
a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #B5A25D;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
  color: #fff;
}
a:hover {
  color: #FFF;
  text-decoration: none;
}
a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.aromashopselect-entrance .as-ent-main {
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
}
.as-ent-main .as-ent-intro .as-ent-intro_box {
  background-image: url(https://gigaplus.makeshop.jp/aromastore/images/aromashopselect/aromashopselect_bg.webp);
  color: #FFFFFF;
  padding-top: 140px;
  letter-spacing: 0.1rem;
  padding-bottom: 140px;
}
.as-ent-main .as-ent-intro h2 {
  font-size: 56px;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.08rem;
  margin: 0 auto;
}
.as-ent-intro .as-ent-intro_box p {
  text-align: center;
}
.as-ent-intro .as-ent-intro_box .as-ent-intro_box_text1 {
  font-size: 21px;
  letter-spacing: 0.1rem;
  margin-bottom: 8px;
  margin-top: 0;
}
.as-ent-main .as-ent-intro .as-ent-intro_box2 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
.as-ent-intro .as-ent-intro_box2 .as-ent-intro_box2_til {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 32px;
}
.f-s-text-box .f-text h3 {
  font-size: 40px;
  text-align: center;
  margin: 0 auto;
}
.as-ent-intro_box2_text {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 2rem;
}
.aromashopselect-entrance .as-ent-main .as-ent-bland {
  clear: both;
  margin-bottom: 140px;
}
.as-ent-bland .f-s-img-box .f-img {
  width: 60%;
  float: left;
}
.as-ent-bland .f-s-img-box .s-img {
  width: 40%;
  float: left;
  position: absolute;
  left: 660px;
  top: 120px;
}
.as-ent-main .as-ent-bland .f-s-text-box {
  clear: both;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.f-s-text-box .f-text p {
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  line-height: 36px;
}
.as-ent-bland .f-s-text-box .s-text {
  width: 40%;
  float: left;
  display: block;
  margin-left: 30%;
  margin-right: 30%;
}
.f-s-text-box .s-text p {
  font-size: 28px;
  color: #FFFFFF;
  text-align: center;
  background-color: #D4C79A;
  padding-top: 10px;
  padding-bottom: 8px;
}
.as-ent-main .as-ent-bland .f-s-img-box {
  position: relative;
}
.aromashopselect-entrance .as-ent-main .aromashopselect-bottom_btn {
  display: inline-block;
  font-size: 16px;
  border: 1px solid #5A5A5A;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url(https://gigaplus.makeshop.jp/aromastore/images/top/arrow-right-3.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  color: #111111;
  border-radius: 4px;
  width: 40%;
}
.aromashopselect-entrance .as-ent-main .aromashopselect-bottom_btn a {
  color: #111111;
}
.aromashopselect-entrance .as-ent-main .aromashopselect-bottom_btn a:hover {
  color: #111111;
}