/*! sanitize.css v8.0.0 | CC0 License | github.com/csstools/sanitize.css */
.u-pc {
  display: initial;
}

.pcOnly {
  display: none;
}
@media (min-width: 500px) {
  .pcOnly {
    display: block;
  }
}

main {
  background: #FFE67D;
  position: relative;
}
main::before {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 106%;
  background: url(../img/common/bg.svg);
  position: absolute;
  top: -17em;
  z-index: 1;
  background-size: auto;
  background-repeat: repeat-y;
}
@media (min-width: 768px) {
  main::before {
    top: -10vh;
    background-size: inherit;
  }
}

.contents {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 20px 0 50px;
}

.article {
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 25px;
  position: relative;
  z-index: 15;
}
.article a[target=_blank]:after {
  font-family: "Hobonichi-Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e914";
  position: relative;
  top: -0.2em;
  left: 0.1em;
}
@media (min-width: 768px) {
  .article {
    max-width: 740px;
    margin: 0 auto;
    padding: 80px;
  }
}
.article__logo {
  width: 27vw;
  position: absolute;
  left: -0.6em;
  top: 1.8em;
  z-index: 10;
}
@media (min-width: 768px) {
  .article__logo {
    width: 221px;
    left: -1em;
    top: 1.8em;
  }
}
.article__main-img {
  position: relative;
}
.article__main-img .recommend-01,
.article__main-img .recommend-02 {
  position: absolute;
}
.article__main-img .recommend-01 {
  width: 65px;
  bottom: 50px;
  right: -15px;
  z-index: 10;
}
@media (min-width: 768px) {
  .article__main-img .recommend-01 {
    width: 85px;
    bottom: 60px;
    right: -20px;
  }
}
.article__main-img .recommend-02 {
  width: 64px;
  bottom: -10px;
  right: -15px;
}
@media (min-width: 768px) {
  .article__main-img .recommend-02 {
    width: 85px;
    bottom: -20px;
    right: -20px;
  }
}
.article__ttl {
  font-size: 4.6vw;
  margin: 20px 0 15px;
  line-height: 1.4;
  font-family: "Shuei NijimiMGo B", YuGothic, "Yu Gothic", sans-serif;
}
@media (min-width: 768px) {
  .article__ttl {
    font-size: 2.7rem;
    width: 94%;
    margin: 44px auto 15px;
  }
}
.article__product {
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: "Aoto Gothic DemiBold", YuGothic, "Yu Gothic", sans-serif;
}
@media (min-width: 768px) {
  .article__product {
    width: 94%;
    margin: 0 auto;
    display: block;
  }
}
.article__txt {
  font-family: "Aoto Gothic Medium", YuGothic, "Yu Gothic", sans-serif;
  line-height: 1.7;
  margin: 25px 0;
  color: #222222;
}
@media (min-width: 768px) {
  .article__txt {
    width: 94%;
    margin: 30px auto;
  }
}
.article__txt br {
  display: none;
}
@media (min-width: 768px) {
  .article__txt br {
    display: block;
  }
}
@media (min-width: 768px) {
  .article__img {
    width: 94%;
    margin: 0 auto;
  }
}
.article__img + .article__img {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .article__img + .article__img {
    margin-top: 30px;
  }
}

.information {
  background: #C9C9C4;
  padding: 40px 25px;
  position: relative;
  font-family: "Aoto Gothic Medium", YuGothic, "Yu Gothic", sans-serif;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 15;
}
@media (min-width: 768px) {
  .information {
    max-width: 740px;
    margin: 0 auto;
    padding: 40px;
  }
}
.information a[target=_blank]:after {
  font-family: "Hobonichi-Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e914";
  position: relative;
  top: -0.2em;
  left: 0.1em;
}
.information__ttl {
  width: 25vw;
  position: absolute;
  top: -15px;
}
@media (min-width: 768px) {
  .information__ttl {
    width: 131px;
  }
}
.information-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 25px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .information-list {
    margin-top: 0;
  }
}
.information-list__item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (min-width: 768px) {
  .information-list__item {
    row-gap: 30px;
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
  }
}
.information-list__tag {
  display: inline-block;
  background: #fff;
  text-align: center;
  color: #4D4D4D;
  font-size: 1.4rem;
  padding: 5px 7px;
  border-radius: 20px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .information-list__tag {
    font-size: 1.3rem;
  }
}
.information-list__txt {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 390px) {
  .information-list__txt {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .information-list__txt {
    font-size: 1.4rem;
  }
}
.information-list__txt a {
  color: #E6370D;
}
.information-list__txt a:hover {
  color: #E07F00;
  opacity: 1;
}
.information-list__link {
  font-family: "Aoto Gothic DemiBold", YuGothic, "Yu Gothic", sans-serif;
  display: inline-block;
  color: #E6370D;
  font-size: 1.45rem;
  padding: 8px 12px;
  border: dashed 1px #E6370D;
  border-radius: 10px;
  margin-top: 8px;
}
@media screen and (max-width: 390px) {
  .information-list__link {
    font-size: 1.4rem;
  }
}
.information-list__link:hover {
  color: #E07F00;
  border: dashed 1px #E07F00;
  opacity: 1;
}

.products {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 50px;
  z-index: 10;
  position: relative;
}
@media (min-width: 768px) {
  .products {
    max-width: 740px;
    padding: 65px 0 75px;
  }
}
.products > div:nth-of-type(n + 2) {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .products > div:nth-of-type(n + 2) {
    margin-top: 45px;
  }
}

.products-item {
  background: #fff;
  padding: 15px 15px 15px 20px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 105px 0.8fr 0.2fr 90px;
  grid-template-rows: 75px 45px 26px 22px;
  position: relative;
}
@media screen and (min-width: 340px) {
  .products-item {
    grid-template-columns: 115px 0.8fr 0.2fr 90px;
  }
}
@media screen and (min-width: 414px) {
  .products-item {
    grid-template-columns: 115px 0.8fr 0.2fr 150px;
  }
}
@media (min-width: 768px) {
  .products-item {
    grid-template-columns: 127px 1fr 80px 195px;
    grid-template-rows: 100px 25px 28px 22px;
    padding: 30px;
    background: #fff;
  }
}
.products-item.new::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 59px;
  height: 26px;
  top: -18px;
  left: 10px;
  background: url("../img/common/icon_new.svg");
  background-size: cover;
}
@media (min-width: 768px) {
  .products-item.new::before {
    width: 99px;
    height: 44px;
    top: -22px;
    left: 22px;
  }
}
.products-item__ttl {
  font-size: 4.3vw;
  grid-column: 1/3;
  grid-row: 1/2;
  line-height: 1.4;
  font-family: "Shuei NijimiMGo B", YuGothic, "Yu Gothic", sans-serif;
}
@media screen and (min-width: 320px) {
  .products-item__ttl {
    font-size: 4.6vw;
    grid-column: 1/4;
  }
}
@media screen and (min-width: 340px) {
  .products-item__ttl {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 414px) {
  .products-item__ttl {
    font-size: 1.7rem;
    grid-column: 1/4;
  }
}
@media screen and (min-width: 500px) {
  .products-item__ttl {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .products-item__ttl {
    font-size: 2.7rem;
  }
}
.products-item__txt {
  font-size: 1.2rem;
  grid-column: 1/5;
  grid-row: 2/3;
  align-self: end;
  font-family: "Aoto Gothic DemiBold", YuGothic, "Yu Gothic", sans-serif;
  line-height: 1.3;
}
@media screen and (min-width: 320px) {
  .products-item__txt {
    grid-column: 1/4;
  }
}
@media screen and (min-width: 375px) {
  .products-item__txt {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 414px) {
  .products-item__txt {
    grid-column: 1/4;
  }
}
@media (min-width: 768px) {
  .products-item__txt {
    font-size: 1.5rem;
    font-family: "Aoto Gothic Light", YuGothic, "Yu Gothic", sans-serif;
  }
}
.products-item__link {
  position: absolute;
  bottom: 0;
  right: 0;
  grid-column: 1/2;
  grid-row: 4/5;
  font-size: 3.2vw;
  color: #E6370D;
  position: relative;
  padding-left: 20px;
  border-bottom: solid 1.13px #E6370D;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 9em;
}
@media screen and (min-width: 414px) {
  .products-item__link {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .products-item__link {
    padding-bottom: 8px;
    font-size: 1.4rem;
    grid-row: 4/5;
  }
}
.products-item__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  width: 13px;
  height: 13px;
  background: url("../img/common/icon_right_arrow.svg");
  background-size: cover;
}
.products-item__img {
  position: relative;
  width: 110px;
  grid-column: 4/5;
  grid-row: 1/3;
  margin-left: auto;
}
@media screen and (min-width: 375px) {
  .products-item__img {
    grid-column: 4/5;
  }
}
@media screen and (max-width: 414px) {
  .products-item__img {
    width: 80px;
  }
}
@media screen and (min-width: 500px) {
  .products-item__img {
    grid-column: 4/5;
  }
}
@media (min-width: 768px) {
  .products-item__img {
    width: 180px;
  }
}
.products-item__recommend {
  grid-column: 4/5;
  grid-row: 3/4;
  width: 45px;
  margin-left: auto;
}
@media screen and (min-width: 375px) {
  .products-item__recommend {
    grid-column: 4/5;
  }
}
@media screen and (min-width: 500px) {
  .products-item__recommend {
    grid-column: 4/5;
  }
}
@media (min-width: 768px) {
  .products-item__recommend {
    grid-column: 3/4;
    grid-row: 2/5;
    width: 65px;
    margin: 0 auto;
    align-self: end;
  }
}
.products-item__contents {
  position: relative;
  -ms-flex-preferred-size: 420px;
      flex-basis: 420px;
}

.logo-fix.fix {
  position: fixed;
  width: 20vw;
  left: 1em;
  z-index: 15;
  top: 10vw;
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  z-index: 100;
}
@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .logo-fix.fix {
    width: 12vw;
    left: 10vw;
    top: 7vw;
  }
}/*# sourceMappingURL=item-2.1.css.map */