@charset "UTF-8";

.sp {display: block;}
.pc {display: none;}

.amc-heading__lv2 {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  padding-top: 0;
  margin-top: 0;
}

.amc-heading__lv2 .amc-heading__title {
  font-family: 'Montserrat Subrayada', sans-serif;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  font-size: 39px;
  line-height: 1em;
  color: #e60012;
}

.amc-heading__lv2 .amc-heading__title .is-topix {
  width: 29px;
  height: 31px;
  margin-right: 10px;
}

.amc-heading__lv2 .amc-heading__title .is-category {
  width: 34px;
  height: 31px;
  margin-right: 10px;
}

.amc-heading__lv2 .amc-heading__title .is-features {
  width: 38px;
  height: 32px;
  margin-right: 11px;
}

.amc-heading__lv2 .amc-heading__title .is-column {
  width: 38px;
  height: 29px;
  margin-right: 10px;
}

.amc-heading__lv2 .amc-heading__title .is-information {
  width: 29px;
  height: 31px;
  margin-right: 7px;
}

.amc-heading__lv2 .amc-heading__title .is-newarrival {
  width: 29px;
  height: 27px;
  margin-right: 8px;
}

.amc-heading__lv2 .amc-heading__title .is-pickup {
  width: 33px;
  height: 30px;
  margin-right: 10px;
}

.amc-heading__lv2 .amc-heading__title .is-ranking {
  width: 40px;
  height: 28px;
  margin-right: 10px;
}

.amc-heading__lv2 .amc-heading__title .is-media {
  width: 23px;
  height: 29px;
  margin-right: 10px;
}

.amc-heading__lv2 .amc-heading__title .is-about {
  width: 39px;
  height: 30px;
  margin-right: 8px;
}

.amc-heading__lv2 .amc-heading__title .is-search {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.amc-heading__lv2 .amc-heading__label {
  display: block;
  font-size: 12px;
  color: #161616;
  font-weight: 700;
}

.amc-heading__lv2::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 19px;
  background-image: url(https://amonshop2021.itembox.design/item/assets/img/heading-bottom.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.amc-heading__lv2.is-white .amc-heading__title {
  color: #fff;
}

.amc-heading__lv2.is-white .amc-heading__label {
  color: #fff;
}

.amc-heading__lv2.is-white::after {
  background-image: url(https://amonshop2021.itembox.design/item/assets/img/heading-bottom-white.svg);
}

.amc-section {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.amc-btn {
  display: inline-block;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  color: #fff !important;
  font-size: 15px;
  padding: 15px 30px 15px 20px;
  width: 230px;
  text-align: center;
  position: relative;
  background-color: #161616;
  border: 1px solid #161616;
  letter-spacing: 1px;
}

.amc-btn.is-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.amc-btn.is-line {
  background-color: transparent;
  border: 2px solid #ababab;
  color: #ababab !important;
}

.amc-btn:hover {
  text-decoration: none;
}

.amc-btn::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.4);
}

.amc-btn::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 38px;
  height: 8px;
  background-image: url(https://amonshop2021.itembox.design/item/assets/img/btn-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.amc-btn.is-black {
  color: #161616 !important;
  border-color: #161616 !important;
}

.amc-btn.is-black::after {
  background-image: url(https://amonshop2021.itembox.design/item/assets/img/btn-arrow-black.svg) !important;
}

.amc-itemSlieder {
  overflow: hidden;
  margin-bottom: 20px;
}

.amc-itemSlieder .fs-c-productListCarousel__ctrl {
  width: 15px;
  flex-basis: 15px;
  min-width: 15px;
  transform: translateY(-35px);
}

.amc-itemSlieder .fs-c-productListCarousel__list__item {
  flex-basis: 204px;
  max-width: 204px;
  min-width: 204px;
  margin: 0 5px;
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 1024px)  {
  .amc-itemSlieder .fs-c-productListCarousel__list__item {
    flex-basis: 310px;
    max-width: 310px;
    min-width: 310px;
  }
}


.amc-itemSlieder .fs-c-productListCarousel__list__item::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 42px 42px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
.amp-top-ranking .amc-itemSlieder .fs-c-productListCarousel__list__item::after{
  display: none;
}

.amc-itemSlieder .fs-c-productListCarousel__ctrl{
display:none;
}

span.amon-listItem__productName{
  font-weight: bold;
}
.amc-itemSlieder .fs-c-productName__copy {
  display: none;
}

.amc-itemSlieder .fs-c-productListItem__productName {
  margin: 0;
}

.amc-itemSlieder .fs-c-productPrice__main__label {
  display: none;
}

.amc-itemSlieder .fs-c-productListItem__prices.fs-c-productPrices,
.amc-itemSlieder .amon-c-productPrice__main__price {
  margin: 0;
  font-weight: bold;
}

.amc-itemSlieder .fs-c-price__currencyMark,
.amc-itemSlieder .fs-c-price__value,
.amc-itemSlieder .amon-c-price__currencyMark,
.amc-itemSlieder .amon-c-price__value {
  color: #161616;
}

.amc-itemSlieder .fs-c-productPrice.fs-c-productPrice--member .fs-c-price__currencyMark,
.amc-itemSlieder .fs-c-productPrice.fs-c-productPrice--member .fs-c-price__value {
  color: #e60012;
}

.amc-itemSlieder .fs-c-productListItem__control.fs-c-buttonContainer {
  position: absolute;
  top: 0;
  right: 0;
  margin: 2px 0 0;
  padding: 0 2px 0;
  z-index: 120;
}

.amp-top-ranking .amc-itemSlieder {
  overflow: hidden;
  margin-bottom: 20px;
}

.amp-top-ranking .amc-itemSlieder .fs-c-productListCarousel__ctrl {
  transform: translateY(-6px);
}

.amc-input-text {
  border: 2px solid #c4c4c4;
  border-radius: 0;
  padding: 6px;
}

.amc-btn-search {
  display: inline-block;
  border: 2px solid #a2a2a2;
  background-image: url(https://amonshop2021.itembox.design/item/assets/img/icon-search.svg);
  background-size: 24px 24px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding: 5px 60px 5px 40px;
}

.amp-top-slide {
  position: relative;
}

.amp-top-slide .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}

.amp-top-slide .slick-dots li {
  margin-left: 10px;
  margin-right: 10px;
}

.amp-top-slide .slick-dots li button:before {
  color: #fff !important;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
}

.amp-top-slide .slick-dots li.slick-active button:before {
  color: #e60012 !important;
  opacity: 1;
  font-size: 12px !important;
}

.amp-top-slide .slick-prev, .amp-top-slide .slick-next {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0) !important;
}

.amp-top-slide .slick-prev::before, .amp-top-slide .slick-next::before {
  font-size: 50px !important;
}

.amp-top-new__list .fs-c-productListItem__image {
  margin-bottom: 5px;
}

.amp-top-bg01 {
  background-image: url(https://amonshop2021.itembox.design/item/assets/img/bg-left.png);
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
  background-size: 960px 334px;
}

.amp-top-bg01.is-bottom {
  background-image: url(https://amonshop2021.itembox.design/item/assets/img/bg-right.png);
  background-position: right top;
}

.amp-top-bg02 {
  background-image: url(https://amonshop2021.itembox.design/item/assets/img/bg-right.png);
  background-position: right top 40%;
  background-repeat: no-repeat;
  position: relative;
  background-size: 960px 334px;
}

.amp-top-bg02.is-bottom {
  background-image: url(https://amonshop2021.itembox.design/item/assets/img/bg-left-bottom.png);
  background-position: left bottom;
  background-size: 370px 319px;
}

.amp-top-bg03 {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ededed;
  width: 100%;
  height: 700px;
}

.amp-top-bg03::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 0 0 100vw;
  border-color: transparent transparent transparent #ededed;
}
.amp-top-category__item01 {
  width: 60%;
  margin: 0 auto 20px;
}
.amp-top-bg04 {
  position: absolute;
  top: 410px;
  left: 0;
  width: 100%;
}

.amp-top-bg04 .amp-pc {
  display: none;
}

.amp-top-bg04 img {
  width: 100%;
  height: auto;
}

.amp-top-bg04.is-top {
  top: -20px;
}

.amp-top-bg05 {
  background-image: url(https://amonshop2021.itembox.design/item/assets/img/bg-05.png);
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  background-size: 509px 323px;
  bottom: 500px;
  right: 0;
  width: 509px;
  height: 323px;
  z-index: -1;
}

.amp-top-topix {
  margin-bottom: 100px;
  padding-top: 80px;
  margin-top: -10px;
  position: relative;
  z-index: 1;
}

.amp-top-topix__grid {
  margin-bottom: 30px;
}

.amp-top-topix__grid .fs-pt-column__item {
  position: relative;
  display: block;
  padding-left: 30.4347826%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.amp-top-topix__grid .fs-pt-column__image {
  width: 30.4347826%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.amp-top-topix__grid .fs-pt-column__heading {
  margin: 0;
  margin-bottom: .6em;
  padding-left: 10px;
  font-size: 13px;
  color: #161616;
}

.amp-top-topix__grid .fs-pt-column__heading span {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  border: 1px solid #161616;
  padding: 2px 4px;
  margin-left: 10px;
  border-radius: 3px;
}

.amp-top-topix__grid .fs-pt-column__description {
  font-size: 13px;
  padding-left: 10px;
}

.amp-top-category__block {
  text-align: center;
  background: #fff;
}

.amp-top-category__bg01 {
  background-color: #000;
  color: #fff;
  background-image: url(https://amonshop2021.itembox.design/item/assets/img/top/category-bg01_sp.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.amp-top-category__bg01 .amp-top-category__headingTitle {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.amp-top-category__bg01 .amp-top-category__headingLabel {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.amp-top-category__bg02 {
  background-color: #E6FBFF;
  margin-bottom: 0;
  color: #161616;
  background-image: url(https://amonshop2021.itembox.design/item/assets/img/top/category-bg02_sp.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
}

.amp-top-category__bg02 .amp-top-category__heading {
  color: #fff;
}

.amp-top-category__bg02 .amp-top-category__headingTitle {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.amp-top-category__bg02 .amp-top-category__headingLabel {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.amp-top-category__bg02 .amp-top-category__catch {
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.4), 0 0 3px rgba(255, 255, 255, 0.4), 0 0 3px rgba(255, 255, 255, 0.4), 0 0 3px rgba(255, 255, 255, 0.4), 0 0 3px rgba(255, 255, 255, 0.4), 0 0 3px rgba(255, 255, 255, 0.4), 0 0 3px rgba(255, 255, 255, 0.4), 0 0 3px rgba(255, 255, 255, 0.4), 0 0 3px rgba(255, 255, 255, 0.4), 0 0 3px rgba(255, 255, 255, 0.4), 0 0 3px rgba(255, 255, 255, 0.4), 0 0 3px rgba(255, 255, 255, 0.4), 0 0 3px rgba(255, 255, 255, 0.4), 0 0 3px rgba(255, 255, 255, 0.4), 0 0 3px rgba(255, 255, 255, 0.4), 0 0 3px rgba(255, 255, 255, 0.4);
}

.amp-top-category__bg03 {
  background-color: #000;
  margin-bottom: 0;
  color: #fff;
  background-image: url(https://amonshop2021.itembox.design/item/assets/img/top/category-bg03_sp.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.amp-top-category__bg03 .amp-top-category__body {
  padding: 4% 0 35px;
}
.amp-top-category__bg03 .amp-top-category__heading {
  width: 60%;
  margin: 0 auto 60%;
}
.amp-top-category__bg03 .amp-top-category__headingTitle {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.amp-top-category__bg03 .amp-top-category__headingLabel {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
.amp-top-category__bg03 .amp-top-category__catch,
.amp-top-category__bg03 .amp-top-category__text {
  font-family: 'Yu Mincho', '游明朝', serif;
  font-weight: 500;
}
.amp-top-category__bg03 .amp-top-category__catch {
  position: relative;
  text-align: center;
  z-index: 2;
}
.amp-top-category__bg03 .amp-top-category__catch:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15%;
  height: 1px;
  background: #fff;
  z-index: 0;
}
.amp-top-category__bg03 .amp-top-category__catch:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 15%;
  height: 1px;
  background: #fff;
  z-index: 0;
}
.amp-top-category__body {
  padding: 35px 0;
}

.amp-top-category__heading {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  margin-bottom: 200px;
}

.amp-top-category__headingTitle {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  display: block;
  font-family: 'Montserrat Subrayada', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1em;
}

.amp-top-category__headingLabel {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  display: block;
  font-size: 15px;
}

.amp-top-category__contents {
  text-align: left;
}

.amp-top-category__catch {
  font-size: 20px;
  font-weight: bold;
}

.amp-top-category__text {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.amp-top-features {
  padding: 40px 0;
}

.amp-top-features__list {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  list-style: none;
}

.amp-top-features__item {
  margin-bottom: 10px;
}

.amp-top-features__item img {
  display: block;
}

.amp-top-column {
  padding: 40px 0 60px;
}

.amp-top-column__list {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.amp-top-column__item {
  width: 49.3636364%;
  margin-right: 1.27272727%;
  margin-bottom: 20px;
}

.amp-top-column__item:nth-of-type(2n) {
  margin-right: 0;
}

.amp-top-column__item img {
  display: block;
}

.amp-top-column__img {
  margin-bottom: 10px;
}

.amp-top-column__contents {
  width: 100%;
}

.amp-top-column__date {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
}

.amp-top-column__title {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  font-weight: bold;
  font-size: 15px;
}

.amp-top-column__text {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  font-size: 14px;
}

.amp-top-information {
  padding: 40px 0;
}

.amp-top-news__list {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}

.amp-top-news__list>li {
  border: 0;
  padding-left: 100px;
  position: relative;
}

.amp-top-news__list>li time:first-child {
  display: block;
  background-color: transparent;
  color: #2d2d2d;
  font-family: 'Nunito Sans', sans-serif;
  padding: 2px 0 0 0;
  position: absolute;
  left: 0;
  width: 100px;
}

.amp-top-newarrival {
  padding: 40px 0;
}

.amp-top-pickup {
  padding: 40px 0;
}

.amp-top-ranking {
  padding: 40px 0;
  counter-reset: number 0;
}

.amp-top-ranking .slick-slide::before,
.amp-top-ranking .rcmd-slick-slide::before {
  counter-increment: number 1;
  content: counter(number) " ";
  width: 76px;
  height: 51px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: flex-end;
  background-image: url(https://amonshop2021.itembox.design/item/assets/img/icon-ranking-under.svg);
  background-size: 76px 51px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.amp-top-ranking .slick-slide:nth-of-type(1)::before,
.amp-top-ranking .rcmd-slick-slide:nth-of-type(1)::before {
  background-image: url(https://amonshop2021.itembox.design/item/assets/img/icon-ranking-1.svg);
}

.amp-top-ranking .slick-slide:nth-of-type(2)::before,
.amp-top-ranking .rcmd-slick-slide:nth-of-type(2)::before {
  background-image: url(https://amonshop2021.itembox.design/item/assets/img/icon-ranking-2.svg);
}

.amp-top-ranking .slick-slide:nth-of-type(3)::before,
.amp-top-ranking .rcmd-slick-slide:nth-of-type(3)::before {
  background-image: url(https://amonshop2021.itembox.design/item/assets/img/icon-ranking-3.svg);
}

.amp-top-media {
  padding: 40px 0;
}

.amp-top-about {
  padding: 50px 0;
  margin-bottom: 50px;
  background-image: url(https://amonshop2021.itembox.design/item/assets/img/top/bg-about_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.amp-top-about__body {
  margin-bottom: 45px;
}

.amp-top-about__text {
  color: #fff;
  font-size: 15px;
  margin-bottom: 35px;
  text-align: center;
}

.amp-top-about__title {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.amp-top-about__list {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  list-style: none;
  display: flex;
  max-width: 345px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.amp-top-about__item {
  width: 49%;
  height: 0;
  padding-top: 49%;
  margin-bottom: 7px;
  background-image: url(https://amonshop2021.itembox.design/item/assets/img/top/bg-about-icon.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-align: center;
  position: relative;
}

.amp-top-about__item>a {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.amp-top-about__item>a:hover {
  text-decoration: none;
  opacity: unset;
}

.amp-top-about__item.is-free img {
  width: 105px;
  height: 59px;
  width: 100%;
  max-width: 105px;
  height: auto;
  display: inline-block;
  margin-bottom: 5%;
}

.amp-top-about__item.is-member img {
  width: 72px;
  height: 48px;
  width: 100%;
  max-width: 72px;
  height: auto;
  display: inline-block;
  margin: 10px 0 5px;
}

.amp-top-about__item.is-support img {
  width: 68px;
  height: 85px;
  width: 100%;
  max-width: 68px;
  height: auto;
  display: inline-block;
  margin: 15px 0 10px;
}

.amp-top-about__item.is-support2 img {
  width: 78px;
  height: 85px;
  width: 100%;
  max-width: 78px;
  height: auto;
  display: inline-block;
  margin: 15px 0 10px;
}

.amp-top-about__itemLabel {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #161616;
}

.amp-top-about__itemLabel span {
  display: block;
  font-size: 9px;
}

.amp-top-search__block {
  width: 100%;
}

.amp-top-search__item:nth-of-type(1) {
  margin-bottom: 30px;
}

.amp-top-search__label {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}

.amp-top-search__keyword {
  margin-bottom: 40px;
}

.amp-top-search__price {
  margin-bottom: 40px;
}

.amp-top-search__price span {
  font-size: 15px;
  display: inline-block;
  padding: 2px;
}

.amp-top-search__price .amc-input-text {
  display: inline-block;
  width: 40%;
}

.amp-top-search__btn {
  text-align: center;
}

.amp-top-search__link {
  display: block;
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 700;
}

.amp-top-search__categoryInner {
  padding-left: 8px;
}

.amp-top-search__categoryList {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  display: flex;
  width: 100%;
  list-style: none;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.amp-top-search__categoryItem {
  width: 50%;
  margin-bottom: 25px;
  font-weight: 700;
}

.amp-page-top {
  position: fixed;
  bottom: -50px;
  right: 20px;
  z-index: 200;
  transition: bottom .2s linear;
}

.amp-page-top.is-view {
  bottom: 30px;
}

.amp-page-top>a {
  display: block;
  width: 45px;
  height: 45px;
  background-image: url(https://amonshop2021.itembox.design/item/assets/img/top_btn.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media screen and (min-width: 600px) {
  .sp {display: none;}
  .pc {display: block;}
  .amc-heading__lv2 {
    margin-bottom: 44px;
  }

  .amc-heading__lv2 .amc-heading__title {
    font-family: 'Montserrat Subrayada', sans-serif;
    font-size: 50px;
  }

  .amc-heading__lv2 .amc-heading__title {
    font-family: 'Montserrat Subrayada', sans-serif;
    font-weight: 700;
    display: block;
    margin: 0 auto;
    font-size: 48px;
    line-height: 1em;
    color: #e60012;
  }

  .amc-heading__lv2 .amc-heading__title .is-topix {
    width: 37px;
    height: 38px;
    margin-right: 10px;
    transform: translateY(1px);
  }

  .amc-heading__lv2 .amc-heading__title .is-category {
    width: 46px;
    height: 39px;
    margin-right: 10px;
    transform: translateY(2px);
  }

  .amc-heading__lv2 .amc-heading__title .is-features {
    width: 53px;
    height: 43px;
    margin-right: 15px;
    transform: translateY(2px);
  }

  .amc-heading__lv2 .amc-heading__title .is-column {
    width: 49px;
    height: 37px;
    margin-right: 15px;
    transform: translateY(2px);
  }

  .amc-heading__lv2 .amc-heading__title .is-information {
    width: 35px;
    height: 37px;
    margin-right: 10px;
    transform: translateY(2px);
  }

  .amc-heading__lv2 .amc-heading__title .is-newarrival {
    width: 40px;
    height: 38px;
    margin-right: 15px;
    transform: translateY(2px);
  }

  .amc-heading__lv2 .amc-heading__title .is-pickup {
    width: 40px;
    height: 37px;
    margin-right: 10px;
  }

  .amc-heading__lv2 .amc-heading__title .is-ranking {
    width: 57px;
    height: 38px;
    margin-right: 10px;
  }

  .amc-heading__lv2 .amc-heading__title .is-media {
    width: 29px;
    height: 35px;
    margin-right: 14px;
  }

  .amc-heading__lv2 .amc-heading__title .is-about {
    width: 47px;
    height: 36px;
    margin-right: 14px;
  }

  .amc-heading__lv2 .amc-heading__title .is-search {
    width: 38px;
    height: 38px;
    margin-right: 14px;
  }

  .amc-heading__lv2 .amc-heading__label {
    font-size: 15px;
  }

  .amc-heading__lv2::after {
    content: "";
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    width: 64px;
    height: 19px;
    background-image: url(https://amonshop2021.itembox.design/item/assets/img/heading-bottom.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .amc-heading__lv2.is-white .amc-heading__title {
    color: #fff;
  }

  .amc-heading__lv2.is-white .amc-heading__label {
    color: #fff;
  }

  .amc-heading__lv2.is-white::after {
    background-image: url(https://amonshop2021.itembox.design/item/assets/img/heading-bottom-white.svg);
  }

  .amc-itemSlieder {
    margin-bottom: 0;
  }

  .amp-top-bg01 {
    background-size: auto auto;
  }

  .amp-top-bg01.is-bottom {
    background-image: none;
    background-position: right top;
  }

  .amp-top-bg02 {
    background-size: auto auto;
    background-position: right top 5%;
  }

  .amp-top-bg02.is-bottom {
    background-size: 677px 561px;
  }

  .amp-top-bg03 {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ededed;
    width: 100%;
    height: 500px;
  }

  .amp-top-bg03::before {
    content: "";
    position: absolute;
    top: -250px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 250px 0 0 100vw;
    border-color: transparent transparent transparent #ededed;
  }

  .amp-top-bg04 {
    position: absolute;
    top: 410px;
    left: 0;
    min-width: 1400px;
    width: 100%;
  }

  .amp-top-bg04 img {
    width: 100%;
    height: auto;
  }

  .amp-top-bg04 .amp-sp {
    display: none;
  }

  .amp-top-bg04 .amp-pc {
    display: block;
  }

  .amp-top-bg04.is-top {
    top: -20px;
  }

  .amp-top-bg05 {
    background-image: url(https://amonshop2021.itembox.design/item/assets/img/bg-05.png);
    background-position: top right;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 848px 539px;
    bottom: 250px;
    right: 0;
    width: 848px;
    height: 539px;
    z-index: -1;
  }

  .amp-top-topix__grid .fs-pt-column__item {
    padding-left: 42.857143%;
    margin-bottom: 20px;
  }

  .amp-top-topix__grid .fs-pt-column__image {
    width: 42.857143%;
  }

  .amp-top-category__bg01 {
    background-image: url(https://amonshop2021.itembox.design/item/assets/img/top/category-bg01a.png);
    background-position: center;
  }

  .amp-top-category__bg01 .amc-section {
    display: flex;
    justify-content: flex-end;
  }

  .amp-top-category__bg02 {
    background-image: url(https://amonshop2021.itembox.design/item/assets/img/top/category-bg02a.png);
    background-position: center;
  }

  .amp-top-category__bg02 .amc-section {
    display: flex;
  }

  .amp-top-category__bg02 .amp-top-category__heading {
    color: #161616;
  }

  .amp-top-category__bg03 {
    background-image: url(https://amonshop2021.itembox.design/item/assets/img/top/category-bg03.jpg);
    background-position: center;
    background-size: cover;
  }

  .amp-top-category__bg03 .amc-section {
    display: flex;
  }
  .amp-top-category__bg03 .amp-top-category__heading {
    color: #161616;
    margin: 0 auto!important;
  }

  .amp-top-category__body {
    width: 50%;
    padding: 90px 20px;
  }
  .amp-top-category__body__category__hydrac {

  }
  .amp-top-category__heading {
    margin-bottom: 40px;
  }

  .amp-top-category__headingTitle {
    font-size: 42px;
  }

  .amp-top-category__headingLabel {
    font-size: 16px;
  }

  .amp-top-category__contents {
    text-align: center;
  }

  .amp-top-category__catch {
    font-size: 20px;
  }

  .amp-top-category__text {
    font-size: 14px;
    margin-bottom: 40px;
  }

  .amp-top-category__headingTitle {
    text-shadow: none !important;
  }

  .amp-top-category__headingLabel {
    text-shadow: none !important;
  }

  .amp-top-category__catch {
    text-shadow: none !important;
  }

  .amp-top-features {
    padding: 80px 0;
  }

  .amp-top-features__list {
    display: flex;
    flex-wrap: wrap;
  }

  .amp-top-features__item {
    margin-bottom: 0;
    width: 49.3636364%;
    margin-right: 1.27272727%;
  }

  .amp-top-features__item:nth-of-type(2n) {
    margin-right: 0;
  }

  .amp-top-features__item img {
    display: block;
  }

  .amp-top-column {
    padding: 80px 0;
  }

  .amp-top-column__list {
    margin-bottom: 40px;
  }

  .amp-top-column__link {
    display: flex;
  }

  .amp-top-column__img {
    width: 39.0423573%;
    margin-bottom: 0;
  }

  .amp-top-column__contents {
    flex: 1;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .amp-top-information {
    padding: 80px 0;
  }

  .amp-top-newarrival {
    padding: 80px 0;
  }

  .amp-top-pickup {
    padding: 80px 0;
  }

  .amp-top-ranking {
    padding: 80px 0;
  }

  .amp-top-media {
    padding: 80px 0;
  }

  .amp-top-about {
    padding: 90px 0;
    margin-bottom: 100px;
    background-image: url(https://amonshop2021.itembox.design/item/assets/img/top/bg-about.png);
  }

  .amp-top-about__list {
    max-width: 632px;
    margin-bottom: 45px;
  }

  .amp-top-about__item {
    width: 23.968254%;
    padding-top: 23.968254%;
    margin-bottom: 0;
  }

  .amp-top-about__itemLabel {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #161616;
  }

  .amp-top-about__itemLabel span {
    display: block;
    font-size: 9px;
  }

  .amp-top-search__block {
    display: flex;
    width: 100%;
  }

  .amp-top-search__item {
    display: flex;
    width: 50%;
  }

  .amp-top-search__item:nth-of-type(1) {
    margin-bottom: 0;
    justify-content: flex-end;
  }

  .amp-top-search__box {
    width: 60%;
    margin-right: 10%;
  }

  .amp-top-search__label {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .amp-top-search__keyword {
    margin-bottom: 40px;
  }

  .amp-top-search__price {
    margin-bottom: 40px;
  }

  .amp-top-search__price span {
    font-size: 15px;
    display: inline-block;
    padding: 2px;
  }

  .amp-top-search__price .amc-input-text {
    display: inline-block;
    width: 40%;
  }

  .amp-top-search__btn {
    text-align: center;
  }

  .amp-top-search__link {
    display: block;
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 700;
  }

  .amp-top-search__category {
    padding-left: 30px;
  }

  .amp-top-search__categoryInner {
    padding-left: 20px;
  }

  .amp-top-search__categoryList {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    display: flex;
    width: 100%;
    list-style: none;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .amp-top-search__categoryItem {
    margin-bottom: 16px;
    font-weight: 700;
  }
}

@media screen and (min-width: 768px) {
  .amc-btn {
    transition: all .2s linear;
  }

  .amc-btn:hover {
    opacity: 1;
    background-color: #fff;
    color: #161616 !important;
  }

  .amc-btn:hover::after {
    background-image: url(https://amonshop2021.itembox.design/item/assets/img/btn-arrow-black.svg) !important;
  }

  .fs-c-productListItem__image a img {
    transition: opacity .2s linear;
  }

  .fs-c-productListItem__image a:hover img {
    opacity: .7;
  }

  .amp-top-newarrival .amc-section, .amp-top-pickup .amc-section,
  .amp-top-ranking  .amc-section
   {
    max-width: 1100px;
    margin-top: 90px;
  }
}

@media screen and (min-width: 1140px) {
  .amc-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.aml-header.is-sp {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  height: 50px;
  align-items: center;
}

@media screen and (min-width: 1110px) {
  .aml-header.is-sp {
    display: none;
  }
}

.aml-header.is-sp .aml-header-logo {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  width: 90px;
  height: auto;
  margin-left: 15px;
}

.aml-header.is-sp .aml-header-logo img {
  width: 90px;
  height: auto;
}

.aml-header.is-sp .aml-header-btn {
  display: flex;
  padding-top: 2px;
  padding-right: 5px;
}

.aml-header.is-sp .aml-header-btn__item {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #3a3a3a !important;
  text-align: center;
  font-size: 10px;
  width: 44px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}

.aml-header.is-sp .aml-header-btn__item img {
  width: 22px;
  height: 22px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.aml-header.is-sp .aml-header-btn__item.is-menu .aml-header-btn__label {
  padding-top: 22px;
}

.aml-header.is-sp .aml-header-btn__label {
  display: block;
}

.aml-header.is-sp .aml-header-btn__menuIcon {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background-color: #3a3a3a;
  position: absolute;
}

.aml-header.is-sp .aml-header-btn__menuIcon:nth-of-type(1) {
  top: 3px;
  left: 10px;
}

.aml-header.is-sp .aml-header-btn__menuIcon:nth-of-type(2) {
  top: 10px;
  left: 10px;
}

.aml-header.is-sp .aml-header-btn__menuIcon:nth-of-type(3) {
  top: 17px;
  left: 10px;
}

.aml-header-bottom {
  background-color: #e60012;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 34px;
}

.aml-header-bottom img {
  display: block;
  width: 248px;
  height: 17px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1110px) {
  .aml-header-bottom {
    display: none;
  }
}

.aml-header.is-pc ,
.aml-menu-block.is-pc{
  display: none;
}

@media screen and (min-width: 1110px) {
  .aml-header.is-pc {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    width: 100vw;
    height: 50px;
    align-items: center;
  }
  .aml-menu-block.is-pc{
    display: block;
  }
  .aml-menu-block.is-sp{
    display: none;
  }

}

.aml-header.is-pc .aml-header-logo {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  width: 121px;
  height: auto;
  margin-left: 10px;
}

.aml-header.is-pc .aml-header-logo img {
  width: 121px;
  height: auto;
}

.aml-header.is-pc .aml-header-contents__text {
  text-align: right;
  font-size: 13px;
  color: #161616;
  margin-right: 10px;
}

.aml-header-nav.is-pc {
  background-color: #e60012;
  display: none;
}

@media screen and (min-width: 1110px) {
  .aml-header-nav.is-pc {
    display: block;
  }
}

.aml-header-nav.is-pc .aml-header-nav__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  height: 50px;
}

.aml-header-nav.is-pc .aml-header-nav__logo {
  width: 308px;
  padding-top: 8px;
}

.aml-header-nav.is-pc .aml-header-nav__logo img {
  width: 308px;
  height: auto;
}

.aml-header-nav.is-pc .aml-header-nav__list {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  list-style: none;
  display: flex;
  padding-top: 5px;
}

.aml-header-nav.is-pc .aml-header-nav__item {
  padding-left: 20px;
  padding-right: 20px;
}

.aml-header-nav.is-pc .aml-header-nav__link {
  text-align: center;
  color: #fff !important;
  cursor: pointer;
  display: block;
}

.aml-header-nav.is-pc .aml-header-nav__link:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .aml-header-nav.is-pc .aml-header-nav__link:hover {
    opacity: .8 !important;
  }
}

.aml-header-nav.is-pc .aml-header-nav__en {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  display: block;
  font-family: 'Montserrat Subrayada', sans-serif;
  font-size: 15px;
  line-height: 15px;
}

.aml-header-nav.is-pc .aml-header-nav__ja {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  display: block;
  font-size: 10px;
}

.aml-header-nav.is-pc .aml-header-nav__child {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #eeeeee;
  top: 100px;
  right: 0;
  z-index: 1000;
}

.aml-header-nav.is-pc .aml-header-nav__item.has-child .aml-header-nav__en::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  transition: all .1s linear;
}

.aml-header-nav.is-pc .is-child-show .aml-header-nav__en::after {
  transform: rotate(180deg);
}

.aml-header-nav.is-pc .aml-header-categoryNav {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 20px;
}

.aml-header-nav.is-pc .aml-header-categoryNav__item {
  width: 30.6930693%;
}

.aml-header-nav.is-pc .aml-header-categoryNav__btn {
  display: flex;
  border: 1px solid #c4c4c4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #161616 !important;
  padding: 10px;
  margin-bottom: 20px;
  transition: all .2s linear;
}

.aml-header-nav.is-pc .aml-header-categoryNav__btn:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .aml-header-nav.is-pc .aml-header-categoryNav__btn:hover {
    border: 1px solid #575757;
    box-shadow: 0px 0px 1px 1px #575757 inset;
  }
}

.aml-header-nav.is-pc .aml-header-categoryNav__en {
  font-family: 'Montserrat Subrayada', sans-serif;
  font-size: 22px;
  line-height: 1em;
}

.aml-header-nav.is-pc .aml-header-categoryNav__ja {
  font-size: 14px;
}

.aml-header-nav.is-pc .aml-header-categoryNav__sub {
  display: flex;
  width: 100%;
}

.aml-header-nav.is-pc .aml-header-categoryNav__subList {
  width: 50%;
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  list-style: none;
  padding-left: 20px;
}

.aml-header-nav.is-pc .aml-header-categoryNav__subItem {
  margin-bottom: 20px;
}

.aml-header-nav.is-pc .aml-header-columnNav {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.aml-header-nav.is-pc .aml-header-columnNav .amp-top-column {
  margin-bottom: 100px;
}

.aml-header-nav.is-pc .aml-header-columnNav .amp-top-column__list {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 40px;
}

.aml-header-nav.is-pc .aml-header-columnNav .amp-top-column__item {
  width: 18.1818182%;
  width: 20%;
  padding-right: 5px;
  margin-right: 0;
  margin-bottom: 0;
}

.aml-header-nav.is-pc .aml-header-columnNav .amp-top-column__item:nth-of-type(2n) {
  margin-right: 0;
}

.aml-header-nav.is-pc .aml-header-columnNav .amp-top-column__item img {
  display: block;
}

.aml-header-nav.is-pc .aml-header-columnNav .amp-top-column__link {
  display: block;
}

.aml-header-nav.is-pc .aml-header-columnNav .amp-top-column__img {
  width: 100%;
}

.aml-header-nav.is-pc .aml-header-columnNav .amp-top-column__contents {
  width: 100%;
  padding-left: 0;
  display: block;
}

.aml-header-nav.is-pc .aml-header-columnNav .amp-top-column__date {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  font-size: 14px;
  margin-bottom: 1em;
}

.aml-header-nav.is-pc .aml-header-columnNav .amp-top-column__title {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  font-weight: bold;
  font-size: 15px;
}

.aml-header-nav.is-pc .aml-header-columnNav .amp-top-column__text {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  font-size: 14px;
}

.aml-header-nav.is-pc .aml-header-btn {
  display: flex;
  padding-top: 2px;
}

.aml-header-nav.is-pc .aml-header-btn__item {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #fff !important;
  text-align: center;
  font-size: 10px;
  width: 54px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  transition: opacity .2s linear;
}

.aml-header-nav.is-pc .aml-header-btn__item:hover {
  opacity: .8;
}

.aml-header-nav.is-pc .aml-header-btn__item a:link,
.aml-header-nav.is-pc .aml-header-btn__item a:visited {
  color: #FFFFFF;
}

.aml-header-nav.is-pc .aml-header-btn__item a:hover {
  text-decoration: none;
}

.aml-header-nav.is-pc .aml-header-btn__item img {
  width: 22px;
  height: 22px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.aml-header-nav.is-pc .aml-header-btn__item.is-menu .aml-header-btn__label {
  padding-top: 22px;
}

.aml-header-nav.is-pc .aml-header-btn__label {
  display: block;
}

.aml-header-nav.is-pc .aml-header-btn__menuIcon {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  transition: all .2s linear;
}

.aml-header-nav.is-pc .aml-header-btn__menuIcon:nth-of-type(1) {
  top: 3px;
  left: 10px;
}

.aml-header-nav.is-pc .aml-header-btn__menuIcon:nth-of-type(2) {
  top: 10px;
  left: 10px;
}

.aml-header-nav.is-pc .aml-header-btn__menuIcon:nth-of-type(3) {
  top: 17px;
  left: 10px;
}

.aml-menu-show .aml-header-btn__item.is-menu .aml-header-btn__menuIcon:nth-of-type(1) {
  top: 8px;
  transform: rotate(45deg);
}

.aml-menu-show .aml-header-btn__item.is-menu .aml-header-btn__menuIcon:nth-of-type(2) {
  opacity: 0;
}

.aml-menu-show .aml-header-btn__item.is-menu .aml-header-btn__menuIcon:nth-of-type(3) {
  top: 8px;
  transform: rotate(-45deg);
}

.aml-footer {
  color: #161616 !important;
  border-top: 0;
  background-color: #e5e5e5;
  padding-top: 65px;
}

.fs-p-footerCopyright {
  background-color: #e60012;
  padding: 6px;
}

.fs-l-footer {
  background-color: #e6e6e6;
  color: #000000;
  border-top: unset;
}

@media screen and (max-width: 768px) {
  .fs-l-footer {
    border-top: #FFFFFF 1px solid;
  }

  .fs-l-footer__contents>* {
    padding: unset;
  }

  .fs-p-footerNavigation {
    margin: 0;
    grid-gap: unset;
  }

  .fs-p-footerNavigationItem {
    position: relative;
  }

  .fs-p-footerNavigationItem__body {
    padding: 10px;
  }

  .fs-p-footerNavigationItem__title {
    line-height: 2.4;
    border-bottom: 1px solid #FFFFFF;
    font-size: 1.6rem;
  }

  .fs-p-footerNavigationItem__ctrlIcon {
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 0;
  }

  .fs-p-footerNavigationItem__ctrl:checked+.fs-p-footerNavigationItem__ctrlIcon::before {
    transform: rotate(0);
    top: 8px;
  }

  .fs-p-footerNavigationItem__ctrlIcon::before,
  .fs-p-footerNavigationItem__ctrlIcon::after {
    transform: rotate(0);
    display: block;
    content: '─';
    font-size: 2.2rem;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    position: absolute;
    top: 8px;
    right: 0;
  }

  .fs-p-footerNavigationItem__ctrlIcon::before {
    transform: rotate(90deg);
    margin-top: 4px;
    right: -2px;
    top: 9px;
  }

  .fs-l-footer__utility {
    margin-top: 0;
  }

  .fs-l-footer {
    padding-top: 0;
    margin-top: 0;
  }

  .fs-l-footer__utility .fs-p-footerUtilityMenu {
    margin-top: 0;
  }

  .fs-l-footer__utility .fs-p-footerUtilityMenu__list li:first-child a {
    border-top: 0;
  }

  .fs-p-footerUtilityMenu__list>li:not(:first-child) a {
    border-top: 0;
  }

  .fs-l-footer__utility {
    margin-bottom: 20px;
  }

  .fs-p-footerUtilityMenu__list {
    display: flex;
    padding: 0 4px;
    justify-content: center;
    margin: 10px auto 20px;
  }

  .fs-p-footerUtilityMenu__list span {
    padding: 0 8px;
  }

  .fs-p-footerUtilityMenu__list>li a {
    font-size: 11px;
    display: block;
    text-align: center;
  }

  .fs-p-footerUtilityMenu__list a::after {
    content: unset;
  }

  .fs-pt-menu__item:nth-child(n + 2) {
    border-left: 1px solid #000000;
  }

  .fs-p-footerUtilityMenu__list {
    margin: auto;
    justify-content: space-around;
  }

  .fs-p-footerSnsLink__item {
    width: 8%;
  }

  .fs-p-footerSnsLink__item.amp-icon__minkara {
    width: 20%;
  }

  .fs-p-footerSnsLink {
    align-items: center;
    margin: 20px auto;
  }
  .fs-c-productListCarousel__list__itemTrack {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-top: 1.5rem;
      padding-left: 0;
      overflow-x: scroll;
      width: auto;
      -webkit-overflow-scrolling: touch;
  }
}

@media screen and (min-width: 768px) {
  .aml-footer {
    padding-top: 40px;
  }

  .fs-p-footerNavigationItem__body {
    width: 250px;
  }

  .aml-footer .aml-footerCopyright {
    margin: auto;
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
  }
}

.aml-menu {
  width: 100vw;
  height: 100vh;
  background: #585858;
  position: fixed;
  top: 0;
  right: -100vw;
  z-index: 999999;
  padding: 0;
  transition: all .1s linear;
}

@media screen and (min-width: 1110px) {
  .aml-menu {
    background: #fff;
    position: absolute;
    max-width: 360px;
    max-height: calc(100vh - 100px);
    top: 100px;
    right: -360px;
    transition: all .2s linear;
  }
}

.aml-menu-inner {
  width: 100%;
  height: 100vh;
  max-height: 800px;
  padding: 0 15px 50px;
  overflow-y: scroll;
  text-align: center;
  border-left: 1px solid #adacac;
}

.aml-menu .is-member {
  display: inline-block;
  width: 22px;
  height: 23px;
  margin-right: 10px;
}

.aml-menu .is-login {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

.aml-menu .is-category {
  display: inline-block;
  width: 27px;
  height: 25px;
  margin-right: 10px;
}

.aml-menu .is-column {
  display: inline-block;
  width: 29px;
  height: 22px;
  margin-right: 10px;
}

.aml-menu .is-information {
  display: inline-block;
  width: 22px;
  height: 23px;
  margin-right: 10px;
}

.aml-menu .is-media {
  display: inline-block;
  width: 19px;
  height: 23px;
  margin-right: 10px;
}

.aml-menu .is-shop {
  display: inline-block;
  width: 25px;
  height: 23px;
  margin-right: 10px;
}

.aml-menu .is-contact {
  display: inline-block;
  width: 22px;
  height: 26px;
  margin-right: 10px;
}

.aml-menu .is-about {
  display: inline-block;
  width: 30px;
  height: 23px;
  margin-right: 10px;
}

.aml-menu .aml-menu-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #fff !important;
  text-align: center;
  font-size: 10px;
  width: 50px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 22px;
}

@media screen and (min-width: 1110px) {
  .aml-menu .aml-menu-close {
    display: none;
  }
}

.aml-menu .aml-menu-close__menuIcon {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
}

.aml-menu .aml-menu-close__menuIcon:nth-of-type(1) {
  top: 8px;
  left: 12px;
  transform: rotate(45deg);
}

.aml-menu .aml-menu-close__menuIcon:nth-of-type(2) {
  top: 8px;
  left: 12px;
  transform: rotate(-45deg);
}

.aml-menu .aml-menu-heading {
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #adacac;
  padding-bottom: 15px;
}

@media screen and (min-width: 1110px) {
  .aml-menu .aml-menu-heading {
    color: #161616;
  }
}

.aml-menu .aml-menu-heading__title {
  font-family: 'Montserrat Subrayada', sans-serif;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  font-size: 39px;
  line-height: 1em;
}

.aml-menu .aml-menu-heading__label {
  display: block;
  font-size: 12px;
  font-weight: 700;
}

.aml-menu .aml-menu-member {
  text-align: center;
  border-bottom: 1px solid #adacac;
  padding-bottom: 15px;
  color: #fff;
}

@media screen and (min-width: 1110px) {
  .aml-menu .aml-menu-member {
    color: #161616;
  }
}

.aml-menu .aml-menu-member__heading {
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
}

.aml-menu .aml-menu-block {
  border-bottom: 1px solid #adacac;
  padding-bottom: 15px;
}

.aml-menu .aml-menu-block__heading {
  display: inline-block;
  color: #fff;
}

@media screen and (min-width: 1110px) {
  .aml-menu .aml-menu-block__heading {
    color: #161616;
  }
}

.aml-menu .aml-menu-block__heading:hover {
  text-decoration: none;
}

.aml-menu .aml-menu-block__title {
  font-family: 'Montserrat Subrayada', sans-serif;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  font-size: 30px;
  line-height: 1em;
}

.aml-menu .aml-menu-block__label {
  display: block;
  font-size: 12px;
  font-weight: 700;
}

.aml-menu .aml-menu-block__list {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  list-style: none;
  display: inline-block;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 30px;
}

.aml-menu .aml-menu-block__item {
  margin-bottom: 10px;
}
.aml-menu .aml-menu-block__item.subc {
  padding-left: 10px;
}

.aml-menu .aml-menu-block__link {
  color: #fff;
}

@media screen and (min-width: 1110px) {
  .aml-menu .aml-menu-block__link {
    color: #161616;
  }
}

.aml-menu .aml-menu-block__link::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #fff;
  margin-right: 5px;
}

@media screen and (min-width: 1110px) {
  .aml-menu .aml-menu-block__link::before {
    border-color: transparent transparent transparent #161616;
  }
}

.aml-menu .aml-menu-search {
  padding-top: 20px;
}

.aml-menu .aml-menu-search__text {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

@media screen and (min-width: 1110px) {
  .aml-menu .aml-menu-search__text {
    color: #161616;
  }
}

.aml-menu .aml-menu-search__input {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  background-color: #adacac;
  border-radius: 30px;
  color: #fff;
  padding: 8px 10px 8px 40px;
  border: 1px solid #fff;
  background-image: url(https://amonshop2021.itembox.design/item/assets/img/icon-search-white.svg);
  background-size: 20px 20px;
  background-position: left 8px center;
  background-repeat: no-repeat;
  font-size: 1.6rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1110px) {
  .aml-menu .aml-menu-search__input {
    background-color: #eeeeee;
    border: 1px solid #161616;
    color: #161616;
    background-image: url(https://amonshop2021.itembox.design/item/assets/img/icon-search.svg);
  }
}

.aml-menu .aml-menu-search__list {
  text-align: center;
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  list-style: none;
  margin: 2px 0 50px;
}

.aml-menu .aml-menu-search__item {
  display: inline-block;
}

.aml-menu .aml-menu-search__link {
  display: inline-block;
  color: #fff;
  margin: 4px 2px;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 2px 10px;
  font-size: 13px;
}

@media screen and (min-width: 1110px) {
  .aml-menu .aml-menu-search__link {
    color: #161616;
  }
}

@media screen and (min-width: 1110px) {
  .aml-menu .aml-menu-search__link {
    border: 1px solid #161616;
  }
}

.aml-menu .aml-menu-sns {
  padding-top: 40px;
  margin-bottom: 100px;
}

.aml-menu .aml-menu-sns__list {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  list-style: none;
}

.aml-menu .aml-menu-sns__item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}

.aml-menu .aml-menu-sns__item .is-minkara {
  width: 68px;
  height: auto;
}

.aml-menu .aml-menu-sns__item .is-twiter {
  width: 33px;
  height: 27px;
}

.aml-menu .aml-menu-sns__item .is-facebook {
  width: 33px;
  height: 33px;
}

.aml-menu .aml-menu-sns__item .is-youtube {
  width: 42px;
  height: 29px;
}

@media screen and (min-width: 1110px) {
  .aml-menu .is-white {
    display: none !important;
  }
}

.aml-menu .is-black {
  display: none !important;
}

@media screen and (min-width: 1110px) {
  .aml-menu .is-black {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1110px) {
  .aml-menu-show .fs-l-page {
    padding-right: 360px;
  }
}

.aml-menu-show .aml-menu {
  right: 0;
}

@media screen and (min-width: 1110px) {
  .aml-menu-show .aml-menu {
    left: auto;
    right: 0;
  }
}

.aml-search {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #fff;
  max-width: none;
  top: 84px;
  right: 0;
  height: calc(100vh - 84px);
  z-index: 2;
}
.aml-search .amp-top-search__block{
  margin-top:30px;
  padding:20px 40px;
  background: #f5f5f5;
  width: 100%;
}
.aml-search .amp-top-search__categoryItem{
  width: 100%;
  margin-bottom: 20px;
  padding-left: 1rem;
}


@media screen and (min-width: 1400px) {
  .aml-search {
    right: calc((100vw - 1400px)/2);
  }
}

.aml-search .aml-search-inner {
  height: calc(100vh - 84px);
  padding: 20px 0 60px;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .aml-search .aml-search-inner {
    overflow-y: auto;
    height: 550px;
  }
}

.aml-search .aml-search-close {
  position: absolute;
  top: 10px;
  right: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #161616 !important;
  text-align: center;
  font-size: 10px;
  width: 50px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 22px;
}

.aml-search .aml-search-close__menuIcon {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background-color: #161616;
  position: absolute;
}

.aml-search .aml-search-close__menuIcon:nth-of-type(1) {
  top: 8px;
  left: 12px;
  transform: rotate(45deg);
}

.aml-search .aml-search-close__menuIcon:nth-of-type(2) {
  top: 8px;
  left: 12px;
  transform: rotate(-45deg);
}

.aml-search .aml-search-heading {
  text-align: center;
  color: #161616;
  padding-bottom: 15px;
}

.aml-search .aml-search-heading__title {
  font-family: 'Montserrat Subrayada', sans-serif;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  font-size: 39px;
  line-height: 1em;
}

.aml-search .aml-search-heading__label {
  display: block;
  font-size: 12px;
  font-weight: 700;
}

.aml-search .amp-search__box {
  max-width: 350px;
  margin-left: auto;
  padding: 0 40px;
  margin-right: auto;
}

.aml-search .amp-search__label {
  display: block;
  margin-bottom: 5px;
}

.aml-search .amp-search__keyword {
  margin-bottom: 30px;
}

.aml-search .amp-search__price .amc-input-text {
  display: inline-block;
  width: 40%;
}

.aml-search .amp-search__price span {
  display: inline-block;
  padding-left: 5px;
}

.aml-search .amp-search__btn {
  padding-top: 50px;
  text-align: center;
}

.aml-search-show .aml-search {
  display: block;
}
@media screen and (min-width: 768px) {
  .aml-search {
    max-width: 450px;
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.7);
    top: 120px;
    right: 10px;
    height: auto;
  }
  .aml-search .amp-search__box{
    padding: 0;
  }
  .aml-search .amp-top-search__categoryItem{
    width: 50%;
    margin-bottom: 16px;
    padding-left: 1rem;
  }
  .aml-search .amp-top-search__block{
    padding: 20px 0;
  }
  .aml-search .amp-top-search__item{
    width: 100%;
  }
  .aml-search .amp-top-search__categoryInner {
    padding-left: 10px;
  }
  .aml-search .amp-top-search__category{
    padding: 0 30px;
  }
  .aml-search .amp-search__btn{
    padding-top: 30px;
  }
  .aml-search .amp-search__keyword{
    margin-bottom: 24px;
  }
  .aml-search .aml-search-inner {
    padding: 20px 0 0;
  }

}