/* grid
---------------------------- */
/* color
------------------------------ */
/* other
-------------------------------- */
/* mixin
-------------------------------- */
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc, .tab {
    display: none;
  }
}
html {
  font-size: 16px;
  line-height: 1;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 16px;
  scroll-behavior: smooth;
  font-feature-settings: "palt";
}

body {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.0625rem;
  background: url(https://gigaplus.makeshop.jp/JAAaroma/special/2026ss/page-background.webp) 0 0 repeat;
}

figure img,
picture img {
  max-width: 100%;
}

.lp2026-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fffcdf;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .lp2026-inner {
    width: 100%;
    box-sizing: border-box;
  }
}
.lp2026-inner .lpHeader {
  background: #eefbff;
}
.lp2026-inner .lpHeader .page-title picture {
  width: 100%;
  overflow: hidden;
}
.lp2026-inner .lpHeader .page-title picture img {
  width: 100%;
  height: auto;
}
.lp2026-inner .lpHeader .sale-text {
  padding: 104px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp2026-inner .lpHeader .sale-text {
    padding: 32px;
    text-align: left;
  }
}
.lp2026-inner .lpHeader .sale-text strong {
  font-weight: 700;
  color: #cc2525;
}
.lp2026-inner .lpHeader .sale-text p {
  text-align: center;
  margin-bottom: 64px;
  line-height: 1.9;
}
.lp2026-inner .lpHeader .sale-text p:last-child {
  margin-bottom: 0;
}
.lp2026-inner .lpHeader .sale-text p strong {
  font-weight: 700;
  color: #cc2525;
}
.lp2026-inner .lpHeader .sale-text .note {
  border: 4px solid #2894db;
  padding: 1rem 2rem;
  box-sizing: border-box;
  margin-top: 2rem;
}
.lp2026-inner .lpHeader .sale-text .note p {
  margin-bottom: 8px;
}
.lp2026-inner .sale-nav {
  margin-bottom: 136px;
}
@media screen and (max-width: 768px) {
  .lp2026-inner .sale-nav {
    margin-bottom: 64px;
  }
}
.lp2026-inner .sale-nav picture {
  margin-bottom: 24px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lp2026-inner .sale-nav picture {
    margin-bottom: 16px;
  }
}
.lp2026-inner .sale-nav picture img {
  width: 100%;
  height: auto;
}
.lp2026-inner .sale-nav .choices {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .lp2026-inner .sale-nav .choices {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.lp2026-inner .sale-nav .choices img {
  filter: opacity(1);
  transform: translateY(0);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.lp2026-inner .sale-nav .choices img:hover {
  filter: opacity(0.7);
  transform: translateY(-2px);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
.lp2026-inner .indexSection {
  background: #fffcdf;
  width: 100%;
}
.lp2026-inner .narrow {
  width: 80%;
  max-width: 1280px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .lp2026-inner .narrow {
    width: 90%;
  }
}
.lp2026-inner .indexSection {
  margin-bottom: 96px;
}
@media screen and (max-width: 768px) {
  .lp2026-inner .indexSection {
    margin-bottom: 64px;
  }
}
.lp2026-inner .indexSection header {
  margin-bottom: 24px;
}
.lp2026-inner .indexSection .item-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .lp2026-inner .indexSection .item-list {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.lp2026-inner .indexSection .item-list.skillup {
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .lp2026-inner .indexSection .item-list.skillup {
    display: grid;
    grid-template-columns: 1fr;
  }
  .lp2026-inner .indexSection .item-list.skillup article {
    display: grid;
    grid-template-columns: 4fr 3fr;
    gap: 1rem;
    align-items: center;
  }
  .lp2026-inner .indexSection .item-list.skillup article .a-inner figure {
    width: 100%;
    overflow: hidden;
  }
  .lp2026-inner .indexSection .item-list.skillup article .a-inner figure img {
    width: 100%;
    height: auto;
  }
  .lp2026-inner .indexSection .item-list.skillup article .text-bloc p a {
    display: block;
    padding: 8px 0;
    font-size: 13px;
  }
}
.lp2026-inner .indexSection .item-list.skillup p {
  margin-bottom: 8px;
}
.lp2026-inner .indexSection .item-list.skillup p a {
  text-decoration: none;
}
.lp2026-inner .indexSection .item-list.skillup img {
  border-radius: 8px;
  border: 1px solid #444;
  box-sizing: border-box;
}
.lp2026-inner .indexSection .item-list article {
  min-width: 0;
}
.lp2026-inner .indexSection .item-list article a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #544d44;
}
.lp2026-inner .indexSection .item-list article a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transform: translateY(0);
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1/1;
  border: 1px solid #444;
  box-sizing: border-box;
}
.lp2026-inner .indexSection .item-list article a img:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.lp2026-inner .indexSection .item-list article a figure {
  width: 100%;
}
.lp2026-inner .indexSection .item-list article a figcaption {
  padding-top: 8px;
  text-align: center;
  text-decoration: none;
}
.lp2026-inner .indexSection .item-list article a:hover figcaption {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .lp2026-inner #craft .item-list {
    grid-template-columns: 1fr;
  }
}
.lp2026-inner #craft .item-list figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 119/90;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp2026-inner #oil.indexSection .item-list,
.lp2026-inner #select.indexSection .item-list {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .lp2026-inner #oil.indexSection .item-list,
  .lp2026-inner #select.indexSection .item-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lp2026-inner #skillup p > a {
  display: inline-block;
  line-height: 2.7;
  border-radius: 9999px;
  color: #fff;
  text-decoration: none;
  background: #FF655F;
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  padding: 0 2rem;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp2026-inner #skillup p > a {
    display: block;
    padding: 11px 0;
    line-height: 1.7;
  }
}
.lp2026-inner #skillup p > a:hover {
  background: rgba(255, 101, 95, 0.6509803922);
  text-decoration: none;
}
.lp2026-inner #skillup p + p > a {
  display: inline-block;
  line-height: 2.7;
  border-radius: 9999px;
  color: #fff;
  text-decoration: none;
  background: #2894db;
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  padding: 0 2rem;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .lp2026-inner #skillup p + p > a {
    line-height: 1.7;
    padding: 11px 0;
    display: block;
    text-align: center;
  }
}
.lp2026-inner #skillup p + p > a:hover {
  background: rgba(40, 148, 219, 0.7058823529);
  text-decoration: none;
}
.lp2026-inner #select .item-list .price-area {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .lp2026-inner #select .item-list .price-area {
    font-size: 0.925rem;
  }
}
.lp2026-inner #select .item-list .price-area .tax {
  font-size: 12px;
}
.lp2026-inner #select .item-list .price-area .before-price {
  font-size: 12px;
}
.lp2026-inner #select .item-list .price-area .before-price .old-price {
  text-decoration: line-through;
}
.lp2026-inner #select .item-list .price-area .discount-price {
  font-weight: 700;
  color: #cc2525;
  font-size: 0.925rem;
}
.lp2026-inner #select .item-list .price-area .discount-price .price-num {
  font-size: 22px;
}
.lp2026-inner .saleInfo, .lp2026-inner #caution {
  width: 80%;
  max-width: 1280px;
  margin: auto;
}
.lp2026-inner .saleInfo {
  margin-bottom: 2rem;
}
.lp2026-inner .saleInfo .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .lp2026-inner .saleInfo .inner {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .lp2026-inner .saleInfo .inner .text-bloc {
    order: 2;
  }
}
.lp2026-inner .saleInfo .inner .text-bloc h2 {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.lp2026-inner .saleInfo .inner figure {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lp2026-inner .saleInfo .inner figure {
    order: 1;
  }
}
.lp2026-inner .saleInfo .inner figure img {
  width: 100%;
  height: auto;
}
.lp2026-inner #caution .box {
  background: #fff;
  padding: 2rem;
  box-sizing: border-box;
  border-radius: 8px;
}
.lp2026-inner #caution .box h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #8f3737;
}
.lp2026-inner #caution .box p + p {
  margin-top: 1.5rem;
}
.lp2026-inner #caution .box strong {
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}
.lp2026-inner .item-list.narrow {
  width: 80%;
  margin: auto;
}
.lp2026-inner #skillup .comment {
  margin-bottom: 2rem;
  color: #cc2525;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp2026-inner #skillup .comment {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */