@charset "UTF-8";
#autumngoods {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif, YuGothic, "Yu Gothic", YuGothic, "Yu Gothic";
  color: #000000;
}
@media screen and (min-width: 768px) {
  #autumngoods {
    overflow: hidden;
  }
}
#autumngoods a {
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

.page-mv {
  padding-bottom: 18px;
  background: url(/user-src/special/sp/img/page/autumngoods/bg-pat_sp.jpg) repeat center/50%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-mv {
    aspect-ratio: auto;
    padding-bottom: 28px;
    background-image: url(/user-src/special/sp/img/page/autumngoods/bg-pat_pc.jpg);
    background-size: 250px;
  }
}
.page-mv__content {
  padding-top: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-mv__content {
    width: min(100%, 754px);
    margin: 0 auto;
  }
}
.page-mv__content___ttl {
  width: 86%;
  max-width: 540px;
  margin: 0 auto 0px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-mv__content___ttl {
    max-width: 348px;
    margin-bottom: 2px;
  }
}
.page-mv__content___ttl h2 {
  width: 74.6%;
  position: absolute;
  top: 0.3%;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  -webkit-animation: fdin 0.2s 0.6s ease-in forwards;
          animation: fdin 0.2s 0.6s ease-in forwards;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .page-mv__content___ttl h2 {
    width: min(88.7%, 308px);
    top: -0.5%;
  }
}
.page-mv__content___ttl .page-mv-img {
  opacity: 0;
  -webkit-animation: fdin 0.3s 0.2s ease-in forwards;
          animation: fdin 0.3s 0.2s ease-in forwards;
}
.page-mv__content .parts__page-mv-top {
  width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-mv__content .parts__page-mv-top {
    width: 845px;
  }
}
.page-mv__content .leaf {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .page-mv__content .leaf {
    width: 754px;
  }
}
.page-mv__greeting {
  width: 90%;
  max-width: 540px;
  margin: 0 auto 0px;
  position: relative;
  letter-spacing: 0.2px;
  text-align: justify;
  font-weight: 600;
  font-size: 1.4rem;
  z-index: 1;
}

.link-list {
  padding: 50px 0 60px;
  background: #f0e1ca;
}
@media screen and (min-width: 768px) {
  .link-list {
    padding: 50px 0;
  }
}
.link-list h3 {
  width: 223px;
  margin: 0 auto 24px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .link-list h3 {
    width: 244px;
    margin-bottom: 20px;
  }
}
.link-list h3::before {
  content: "";
  width: 20%;
  aspect-ratio: 34/31;
  position: absolute;
  top: -67%;
  left: -14%;
  background: url(/user-src/special/sp/img/page/autumngoods/parts-deco_sp.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .link-list h3::before {
    aspect-ratio: 43/38;
    background-image: url(/user-src/special/sp/img/page/autumngoods/parts-deco_pc.png);
  }
}
.link-list ul {
  width: 90%;
  max-width: 540px;
  margin: 0 auto 0px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .link-list ul {
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.link-list ul li {
  border-radius: 40px;
}
@media screen and (min-width: 768px) {
  .link-list ul li {
    width: 31%;
  }
}
.link-list ul li:not(:nth-child(3)) {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .link-list ul li:not(:nth-child(3)) {
    margin-bottom: 0;
  }
}
.link-list ul li a {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 16px 2px 24px;
  position: relative;
  border-radius: 40px;
  border-width: 4px;
  border-style: solid;
  font-family: YuGothic, "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .link-list ul li a {
    display: block;
    padding: 16px 16px 24px 16px;
    border-radius: 30px;
  }
}
.link-list ul li a p {
  width: 58%;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: 600;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .link-list ul li a p {
    width: auto;
    margin-bottom: 4px;
    line-height: 1.3;
    font-size: 1.4rem;
  }
}
.link-list ul li a p span {
  display: block;
  font-size: 2.2rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .link-list ul li a p span {
    margin-top: 4px;
    font-size: 1.7rem;
  }
}
.link-list ul li a .link-img {
  display: block;
  width: 40%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .link-list ul li a .link-img {
    width: 90%;
    margin: 0 auto;
  }
}
.link-list ul li a .arrow {
  width: 7%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -1%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .link-list ul li a .arrow {
    width: 20px;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .link-list ul li a:hover .link-img {
    -webkit-animation: step3 0.8s steps(1) infinite;
            animation: step3 0.8s steps(1) infinite;
  }
}
.link-list ul li:first-child a {
  background: #88ae52;
  border-color: #6f8e2b;
}
.link-list ul li:first-child a .arrow svg .arrow-path {
  fill: #cddbb3;
}
.link-list ul li:nth-child(2) a {
  background: #f2a73b;
  border-color: #e2831b;
}
.link-list ul li:nth-child(2) a .arrow svg .arrow-path {
  fill: #f5d9a9;
}
.link-list ul li:nth-child(3) a {
  background: #f28f79;
  border-color: #f27970;
}
.link-list ul li:nth-child(3) a .arrow svg .arrow-path {
  fill: #f4cfc4;
}

.product {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .product {
    padding-bottom: 40px;
  }
}
.product__01 {
  background: #9bc66c;
}
.product__02 {
  background: #f9bb45;
}
.product__03 {
  background: #f29b8c;
}
.product .product-ttl {
  margin-bottom: 20px;
  padding: 24px 0;
  position: relative;
}
.product .product-ttl::before {
  content: "";
  width: 100%;
  height: 60%;
  -webkit-clip-path: polygon(0 38%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 38%, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(/user-src/special/sp/img/page/autumngoods/bg-pat_sp.jpg) repeat center/50%;
}
@media screen and (min-width: 768px) {
  .product .product-ttl::before {
    content: none;
  }
}
.product .product-ttl__content {
  width: 86%;
  max-width: 540px;
  margin: 0 auto 0px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product .product-ttl__content {
    max-width: 348px;
  }
}
.product .product-ttl__content h3 {
  position: absolute;
  top: 6%;
  right: 8%;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 4.2rem;
}
@media screen and (min-width: 768px) {
  .product .product-ttl__content h3 {
    font-size: 4.5rem;
  }
}
.product .product-ttl__content h3 span {
  background: #ffcd09;
}
.product .product-ttl__content .catch {
  width: 70%;
  right: 0;
  left: 0;
  bottom: 5%;
  margin: auto;
}
.product .product-ttl__01 {
  background: #88ae52;
}
@media screen and (min-width: 768px) {
  .product .product-ttl__01 {
    background: url(/user-src/special/pc/img/page/autumngoods/cate01-ttl-bg.png) no-repeat top center/760px;
  }
}
.product .product-ttl__01 h3 {
  top: 4%;
}
@media screen and (min-width: 768px) {
  .product .product-ttl__01 h3 {
    top: 5%;
  }
}
.product .product-ttl__02 {
  background: #f2a73b;
}
@media screen and (min-width: 768px) {
  .product .product-ttl__02 {
    background: url(/user-src/special/pc/img/page/autumngoods/cate02-ttl-bg.png) no-repeat top center/760px;
  }
}
.product .product-ttl__03 {
  background: #f28f79;
}
@media screen and (min-width: 768px) {
  .product .product-ttl__03 {
    background: url(/user-src/special/pc/img/page/autumngoods/cate03-ttl-bg.png) no-repeat top center/760px;
  }
}
@media screen and (min-width: 768px) {
  .product .product-ttl__03 h3 {
    top: 7%;
  }
}
.product .lead-txt {
  width: 90%;
  max-width: 540px;
  margin: 0 auto 20px;
  text-align: justify;
  font-weight: 600;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .product .lead-txt {
    margin-bottom: 30px;
    line-height: 2;
    font-size: 1.4rem;
  }
}
.product .pickup {
  width: 90%;
  max-width: 540px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .product .pickup {
    margin-bottom: 40px;
  }
}
.product .pickup__01 .top-content {
  background-image: url(/user-src/special/sp/img/page/autumngoods/cate01-bg-top_sp.png);
}
@media screen and (min-width: 768px) {
  .product .pickup__01 .top-content {
    background-image: url(/user-src/special/pc/img/page/autumngoods/cate01-bg-top_pc.png);
  }
}
.product .pickup__01 .bottom-content {
  background-image: url(/user-src/special/sp/img/page/autumngoods/cate01-bg-bottom_sp.png);
}
@media screen and (min-width: 768px) {
  .product .pickup__01 .bottom-content {
    background-image: url(/user-src/special/pc/img/page/autumngoods/cate01-bg-bottom_pc.png);
  }
}
.product .pickup__02 .top-content {
  background-image: url(/user-src/special/sp/img/page/autumngoods/cate02-bg-top_sp.png);
}
@media screen and (min-width: 768px) {
  .product .pickup__02 .top-content {
    background-image: url(/user-src/special/pc/img/page/autumngoods/cate02-bg-top_pc.png);
  }
}
.product .pickup__02 .bottom-content {
  background-image: url(/user-src/special/sp/img/page/autumngoods/cate02-bg-bottom_sp.png);
}
@media screen and (min-width: 768px) {
  .product .pickup__02 .bottom-content {
    background-image: url(/user-src/special/pc/img/page/autumngoods/cate02-bg-bottom_pc.png);
  }
}
.product .pickup__03 .top-content {
  background-image: url(/user-src/special/sp/img/page/autumngoods/cate03-bg-top_sp.png);
}
@media screen and (min-width: 768px) {
  .product .pickup__03 .top-content {
    background-image: url(/user-src/special/pc/img/page/autumngoods/cate03-bg-top_pc.png);
  }
}
.product .pickup__03 .bottom-content {
  background-image: url(/user-src/special/sp/img/page/autumngoods/cate03-bg-bottom_sp.png);
}
@media screen and (min-width: 768px) {
  .product .pickup__03 .bottom-content {
    background-image: url(/user-src/special/pc/img/page/autumngoods/cate03-bg-bottom_pc.png);
  }
}
.product .pickup .top-content {
  padding-top: 24px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .product .pickup .top-content {
    padding-top: 46px;
  }
}
.product .pickup .top-content .pickup-ttl {
  margin-bottom: 30px;
}
.product .pickup .top-content .pickup-ttl h4 {
  width: 120px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .product .pickup .top-content .pickup-ttl h4 {
    width: 182px;
  }
}
.product .pickup .top-content .pickup-ttl p {
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .product .pickup .top-content .pickup-ttl p {
    font-size: 1.2rem;
  }
}
.product .pickup .top-content .pickup-ttl p.annotaion {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .product .pickup .top-content .pickup-ttl p.annotaion {
    margin-top: 20px;
  }
}
.product .pickup .top-content .pickup-ttl p.storeonly {
  margin-top: 2px;
  color: #ef6100;
}
@media screen and (min-width: 768px) {
  .product .pickup .top-content .pickup-ttl p.storeonly {
    margin-top: 4px;
  }
}
.product .pickup .top-content .pickup-ttl p.storeonly img {
  width: 12px;
  margin-right: 2px;
  vertical-align: sub;
}
@media screen and (min-width: 768px) {
  .product .pickup .top-content .pickup-ttl p.storeonly img {
    width: 16px;
  }
}
.product .pickup .top-content .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 27px 4%;
  width: 82%;
  margin: 0 auto;
  padding-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .product .pickup .top-content .item-list {
    width: min(85.2%, 460px);
    gap: 28px 4%;
    padding-bottom: 30px;
  }
}
.product .pickup .top-content .item-list li {
  width: 48%;
}
@media screen and (min-width: 768px) {
  .product .pickup .top-content .item-list li {
    width: min(47.9%, 220px);
  }
}
.product .pickup .top-content .item-list li .item-img {
  display: block;
  margin-bottom: 10px;
}
.product .pickup .top-content .item-list li .info {
  font-size: 1.1rem;
}
.product .pickup .top-content .item-list li .info p {
  line-height: 1.4;
  letter-spacing: 0.2px;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .product .pickup .top-content .item-list li .info p {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}
.product .pickup .top-content .item-list li .info p.name {
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .product .pickup .top-content .item-list li .info p.name {
    margin-bottom: 10px;
  }
}
.product .pickup .top-content .item-list li .info p.spec {
  margin-bottom: 6px;
  color: #aa7c4d;
}
@media screen and (min-width: 768px) {
  .product .pickup .top-content .item-list li .info p.spec {
    margin-bottom: 10px;
  }
}
.product .pickup .top-content .item-list li .info p.price {
  line-height: 1.3;
}
.product .pickup .top-content .item-list li.wd100 {
  width: 100%;
}
.product .pickup .top-content .item-list li.wd100 .item-img {
  width: 48%;
  margin-right: auto;
  margin-left: auto;
}
.product .pickup .joint {
  width: 100%;
  position: relative;
}
.product .pickup .joint::before {
  content: "";
  width: 78%;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: radial-gradient(circle, #aa7c4d 3px, transparent 3px);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 14px 1px;
}
@media screen and (min-width: 768px) {
  .product .pickup .joint::before {
    background-image: radial-gradient(circle, #aa7c4d 5px, transparent 5px);
    background-size: 23px 2px;
  }
}
.product .pickup .bottom-content {
  padding: 12px 0 24px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .product .pickup .bottom-content {
    padding: 18px 0;
  }
}
.product .pickup .bottom-content .recommend-ttl {
  width: 84%;
  max-width: 540px;
  margin: 0 auto 24px;
}
@media screen and (min-width: 768px) {
  .product .pickup .bottom-content .recommend-ttl {
    width: 85.2%;
    max-width: 460px;
    margin: 0 auto 40px;
  }
}
.product .pickup .bottom-content .recommend-ttl h5 {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .product .pickup .bottom-content .recommend-ttl h5 {
    margin-bottom: 15px;
  }
}
.product .pickup .bottom-content .recommend {
  width: 84%;
  max-width: 540px;
  margin: 0 auto 24px;
  padding: 20px 18px 24px 18px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .product .pickup .bottom-content .recommend {
    width: min(85.2%, 460px);
    padding: 30px;
  }
}
.product .pickup .bottom-content .recommend__01 {
  background-image: url(/user-src/special/sp/img/page/autumngoods/bubble01_sp.png);
}
@media screen and (min-width: 768px) {
  .product .pickup .bottom-content .recommend__01 {
    background-image: url(/user-src/special/pc/img/page/autumngoods/bubble01_pc.png);
  }
}
.product .pickup .bottom-content .recommend__02 {
  background-image: url(/user-src/special/sp/img/page/autumngoods/bubble02_sp.png);
}
@media screen and (min-width: 768px) {
  .product .pickup .bottom-content .recommend__02 {
    background-image: url(/user-src/special/pc/img/page/autumngoods/bubble02_pc.png);
  }
}
.product .pickup .bottom-content .recommend__03 {
  background-image: url(/user-src/special/sp/img/page/autumngoods/bubble03_sp.png);
}
@media screen and (min-width: 768px) {
  .product .pickup .bottom-content .recommend__03 {
    background-image: url(/user-src/special/pc/img/page/autumngoods/bubble03_pc.png);
  }
}
.product .pickup .bottom-content .recommend::before {
  content: "";
  width: 15.7%;
  aspect-ratio: 94/60;
  position: absolute;
  top: -22px;
  right: 20%;
  background: url(/user-src/special/sp/img/page/autumngoods/bubble_sp.png) no-repeat center/contain;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .product .pickup .bottom-content .recommend::before {
    width: 74px;
    top: -38px;
    right: 23%;
    background: url(/user-src/special/pc/img/page/autumngoods/bubble_pc.png) no-repeat center/contain;
  }
}
.product .pickup .bottom-content .recommend__content___item {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product .pickup .bottom-content .recommend__content___item .txt {
  width: 51%;
}
.product .pickup .bottom-content .recommend__content___item .txt .catch {
  margin-bottom: 16px;
  line-height: 1.3;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #7c412f;
}
@media screen and (min-width: 768px) {
  .product .pickup .bottom-content .recommend__content___item .txt .catch {
    font-size: 2.5rem;
  }
}
.product .pickup .bottom-content .recommend__content___item .txt .catch span {
  padding-bottom: 2px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #ffcd09));
  background: linear-gradient(transparent 65%, #ffcd09 35%);
}
.product .pickup .bottom-content .recommend__content___item .item-img {
  width: 47.6%;
}
.product .pickup .bottom-content .recommend__content___item____01 {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .product .pickup .bottom-content .recommend__content___item____01 {
    margin-bottom: 22px;
  }
}
.product .pickup .bottom-content .recommend__content___item____01 .txt {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .product .pickup .bottom-content .recommend__content___item____01 .txt {
    margin-top: 0;
  }
}
.product .pickup .bottom-content .recommend__content___item____02 {
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .product .pickup .bottom-content .recommend__content___item____02 {
    margin-bottom: 22px;
  }
}
.product .pickup .bottom-content .recommend__content___item____03 {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .product .pickup .bottom-content .recommend__content___item____03 {
    margin-bottom: 22px;
  }
}
.product .pickup .bottom-content .recommend__content___item____03 .txt {
  display: contents;
}
.product .pickup .bottom-content .recommend__content___item____03 .txt .catch {
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .product .pickup .bottom-content .recommend__content___item____03 .txt .catch {
    margin-bottom: 8px;
  }
}
.product .pickup .bottom-content .recommend__content___item____03 .txt .info {
  margin: -6% 3% 0 auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .product .pickup .bottom-content .recommend__content___item____03 .txt .info {
    margin: -3% 7% 0 auto;
  }
}
.product .pickup .bottom-content .recommend__content___item____03 .item-img {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.product .pickup .bottom-content .recommend__content .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .product .pickup .bottom-content .recommend__content .tag-list {
    gap: 18px 14px;
  }
}
.product .pickup .bottom-content .recommend__content .tag-list li {
  display: inline-block;
  padding: 4px 6px;
  border-radius: 24px;
  line-height: 1;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .product .pickup .bottom-content .recommend__content .tag-list li {
    padding: 8px 10px;
    -webkit-column-break-before: 18px;
       -moz-column-break-before: 18px;
            break-before: 18px;
    font-size: 1.7rem;
  }
}
.product .pickup .bottom-content .recommend__content .tag-list li:first-child {
  background: #7b9e4a;
}
.product .pickup .bottom-content .recommend__content .tag-list li:nth-child(2) {
  background: #f2a73b;
}
.product .pickup .bottom-content .recommend__content .tag-list li:last-child {
  background: #f28f79;
}
.product .pickup .bottom-content .recommend__also {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .product .pickup .bottom-content .recommend__also {
    margin-top: 30px;
  }
}
.product .pickup .bottom-content .recommend__also h6 {
  width: 100%;
  margin-bottom: 16px;
  position: relative;
  text-align: center;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #aa7c4d;
}
@media screen and (min-width: 768px) {
  .product .pickup .bottom-content .recommend__also h6 {
    margin-bottom: 30px;
    font-size: 1.9rem;
  }
}
.product .pickup .bottom-content .recommend__also h6 span {
  padding: 0 4px;
  position: relative;
  background: #ffffff;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .product .pickup .bottom-content .recommend__also h6 span {
    padding: 0 8px;
  }
}
.product .pickup .bottom-content .recommend__also h6::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: radial-gradient(circle, #aa7c4d 3px, transparent 3px);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 14px 1px;
}
@media screen and (min-width: 768px) {
  .product .pickup .bottom-content .recommend__also h6::before {
    background-image: radial-gradient(circle, #aa7c4d 5px, transparent 5px);
    background-size: 23px 2px;
  }
}
.product .pickup .bottom-content .recommend__also___item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8%;
}
.product .pickup .bottom-content .recommend__also___item .item-img {
  width: 37.1%;
}
.product .pickup .bottom-content .recommend__also___item:first-of-type {
  margin-bottom: 12px;
}
.product .pickup .bottom-content .recommend__also___item:nth-child(2n) .info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.product .pickup .bottom-content .recommend__also___item:nth-child(2n) .item-img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.product .pickup .bottom-content .recommend .info p {
  line-height: 1.4;
  font-weight: 600;
  font-size: 1.05rem;
}
@media screen and (min-width: 768px) {
  .product .pickup .bottom-content .recommend .info p {
    font-size: 1.6rem;
  }
}
.product .pickup .bottom-content .recommend .info p.name {
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .product .pickup .bottom-content .recommend .info p.name {
    margin-bottom: 10px;
  }
}
.product .pickup .bottom-content .recommend .info p.name span {
  display: block;
  margin-top: 4px;
  line-height: 1.3;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .product .pickup .bottom-content .recommend .info p.name span {
    font-size: 1.2rem;
  }
}

.contents-link {
  display: block;
  width: 250px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contents-link {
    width: 390px;
  }
}
.contents-link a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  position: relative;
  border-radius: 50px;
  border: 3px solid #ffffff;
}
@media screen and (min-width: 768px) {
  .contents-link a {
    padding: 27px 0;
    border-radius: 60px;
    border-width: 6px;
  }
}
.contents-link a p {
  margin-left: 40px;
  line-height: 1;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .contents-link a p {
    margin-left: 60px;
    font-size: 1.6rem;
  }
}
.contents-link a p span {
  display: block;
  margin-bottom: 6px;
  font-size: 1.6rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .contents-link a p span {
    margin-bottom: 10px;
    font-size: 2.5rem;
  }
}
.contents-link a .cart {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  background: #f9d330;
  border-radius: 50%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .contents-link a .cart {
    width: 70px;
    height: 73px;
    right: 22px;
  }
}
.contents-link a .cart svg {
  width: 24px;
  margin: 10px 0 0 8px;
}
@media screen and (min-width: 768px) {
  .contents-link a .cart svg {
    width: 36px;
    margin: 20px 0 0 15px;
  }
}
.contents-link a .cart svg .cart-path {
  fill: #7c412f;
  stroke-width: 0px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .contents-link a:hover .cart {
    -webkit-animation: step4 0.8s steps(1) infinite;
            animation: step4 0.8s steps(1) infinite;
  }
}
.contents-link__01 a {
  background: #88ae52;
}
.contents-link__02 a {
  background: #f2a73b;
}
.contents-link__03 a {
  background: #f27970;
}

.parts {
  display: block;
  position: absolute;
  line-height: 1;
}
.parts__ttl-top {
  width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .parts__ttl-top {
    width: 760px;
  }
}
.parts__illust01 {
  width: 22.1%;
  top: 38%;
  right: 2%;
  opacity: 0;
  -webkit-animation: fdin 0.2s 0.6s ease-in forwards, step1 3s 0.8s steps(1) infinite;
          animation: fdin 0.2s 0.6s ease-in forwards, step1 3s 0.8s steps(1) infinite;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .parts__illust01 {
    width: 88px;
    top: 40%;
    right: 2.5%;
  }
}
.parts__illust02 {
  width: 16.2%;
  bottom: 33%;
  left: -3.5%;
  opacity: 0;
  -webkit-animation: fdin 0.2s 0.6s ease-in forwards, step2 3s 0.8s steps(1) infinite;
          animation: fdin 0.2s 0.6s ease-in forwards, step2 3s 0.8s steps(1) infinite;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .parts__illust02 {
    width: 63px;
    bottom: 25.5%;
    left: -5%;
  }
}
.parts__illust03 {
  width: 11.1%;
  right: -5%;
  bottom: 10%;
  opacity: 0;
  -webkit-animation: fdin 0.2s 0.6s ease-in forwards, step2 3s 0.8s steps(1) infinite;
          animation: fdin 0.2s 0.6s ease-in forwards, step2 3s 0.8s steps(1) infinite;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .parts__illust03 {
    width: 41px;
    right: -5%;
    bottom: 12%;
  }
}
.parts__illust04 {
  width: 27.2%;
  top: 35%;
  left: 3%;
  -webkit-animation: step2 3s steps(1) infinite;
          animation: step2 3s steps(1) infinite;
}
@media screen and (min-width: 768px) {
  .parts__illust04 {
    width: 90px;
  }
}
.parts__illust05 {
  width: 11.7%;
  right: 0;
  bottom: 23%;
  -webkit-animation: step1 3s steps(1) infinite;
          animation: step1 3s steps(1) infinite;
}
@media screen and (min-width: 768px) {
  .parts__illust05 {
    width: 38px;
    right: 4%;
    bottom: 20%;
  }
}
.parts__illust06 {
  width: 19.4%;
  top: 27%;
  left: -0.8%;
  -webkit-animation: step1 3s steps(1) infinite;
          animation: step1 3s steps(1) infinite;
}
@media screen and (min-width: 768px) {
  .parts__illust06 {
    width: 64px;
    left: -0.5%;
  }
}
.parts__illust07 {
  width: 23%;
  right: 4%;
  bottom: 11.5%;
  -webkit-animation: step2 3s steps(1) infinite;
          animation: step2 3s steps(1) infinite;
}
@media screen and (min-width: 768px) {
  .parts__illust07 {
    width: 76px;
  }
}
.parts__illust08 {
  width: 24.5%;
  top: 33%;
  left: -2.5%;
  -webkit-animation: step1 3s steps(1) infinite;
          animation: step1 3s steps(1) infinite;
}
@media screen and (min-width: 768px) {
  .parts__illust08 {
    width: 82px;
    top: 36%;
    left: -1.5%;
  }
}
.parts__illust09 {
  width: 37.6%;
  left: 12%;
  bottom: 10%;
  -webkit-animation: step2 3s steps(1) infinite;
          animation: step2 3s steps(1) infinite;
}
@media screen and (min-width: 768px) {
  .parts__illust09 {
    width: 129px;
    left: 12.5%;
  }
}
.parts__leaf01 {
  width: 8.3%;
  top: 0;
  left: 2%;
  opacity: 0;
  -webkit-animation: fall 10s 4.5s linear infinite, sway2 3s ease-in-out infinite alternate;
          animation: fall 10s 4.5s linear infinite, sway2 3s ease-in-out infinite alternate;
}
@media screen and (min-width: 768px) {
  .parts__leaf01 {
    width: 35px;
  }
}
.parts__leaf02 {
  width: 10%;
  top: 0;
  left: 30%;
  opacity: 0;
  -webkit-animation: fall 10s 1s linear infinite, sway1 3s ease-in-out infinite alternate;
          animation: fall 10s 1s linear infinite, sway1 3s ease-in-out infinite alternate;
}
@media screen and (min-width: 768px) {
  .parts__leaf02 {
    width: 37px;
    left: 45%;
  }
}
.parts__leaf03 {
  width: 9%;
  top: 0;
  right: 10%;
  opacity: 0;
  -webkit-animation: fall 10s 4s linear infinite, sway1 3s ease-in-out infinite alternate;
          animation: fall 10s 4s linear infinite, sway1 3s ease-in-out infinite alternate;
}
@media screen and (min-width: 768px) {
  .parts__leaf03 {
    width: 41px;
    right: 24%;
  }
}
.parts__leaf04 {
  width: 8.5%;
  top: 0;
  left: -2%;
  opacity: 0;
  -webkit-animation: fall 10s 0.2s linear infinite, sway2 3s ease-in-out infinite alternate;
          animation: fall 10s 0.2s linear infinite, sway2 3s ease-in-out infinite alternate;
}
@media screen and (min-width: 768px) {
  .parts__leaf04 {
    width: 41px;
  }
}
.parts__leaf05 {
  width: 8.5%;
  top: 0;
  right: 23%;
  opacity: 0;
  -webkit-animation: fall 10s 7s linear infinite, sway2 3s ease-in-out infinite alternate;
          animation: fall 10s 7s linear infinite, sway2 3s ease-in-out infinite alternate;
}
@media screen and (min-width: 768px) {
  .parts__leaf05 {
    width: 40px;
    right: 38%;
  }
}
.parts__leaf16 {
  width: 42px;
  top: 0;
  left: 30%;
  opacity: 0;
  -webkit-animation: fall 10s 5s linear infinite, sway1 3s ease-in-out infinite alternate;
          animation: fall 10s 5s linear infinite, sway1 3s ease-in-out infinite alternate;
}
.parts__leaf17 {
  width: 39px;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-animation: fall 10s 2.4s linear infinite, sway2 3s ease-in-out infinite alternate;
          animation: fall 10s 2.4s linear infinite, sway2 3s ease-in-out infinite alternate;
}
.parts__leaf18 {
  width: 36px;
  top: 0;
  right: 14%;
  opacity: 0;
  -webkit-animation: fall 10s 6.2s linear infinite, sway1 3s ease-in-out infinite alternate;
          animation: fall 10s 6.2s linear infinite, sway1 3s ease-in-out infinite alternate;
}
.parts__leaf19 {
  width: 33px;
  top: 0;
  left: 8%;
  opacity: 0;
  -webkit-animation: fall 10s 8.1s linear infinite, sway1 3s ease-in-out infinite alternate;
          animation: fall 10s 8.1s linear infinite, sway1 3s ease-in-out infinite alternate;
}
.parts__leaf06 {
  width: 9.5%;
  top: -31%;
  right: 10%;
}
@media screen and (min-width: 768px) {
  .parts__leaf06 {
    width: 38px;
    top: -66%;
    right: 18%;
  }
}
.parts__leaf07 {
  width: 10.3%;
  top: -9.5%;
  left: 3%;
}
@media screen and (min-width: 768px) {
  .parts__leaf07 {
    width: 39px;
    top: -20%;
    left: 13%;
    -webkit-transform: rotate(11deg);
        -ms-transform: rotate(11deg);
            transform: rotate(11deg);
  }
}
.parts__leaf08 {
  width: 11.6%;
  right: 20%;
  bottom: -11%;
}
@media screen and (min-width: 768px) {
  .parts__leaf08 {
    width: 46px;
    right: 28%;
    bottom: -18%;
  }
}
.parts__leaf09 {
  width: 11.4%;
  left: -3%;
  bottom: -2%;
}
@media screen and (min-width: 768px) {
  .parts__leaf09 {
    width: 40px;
    bottom: 1%;
  }
}
.parts__leaf10 {
  width: 10.8%;
  right: -4%;
  bottom: 8%;
}
@media screen and (min-width: 768px) {
  .parts__leaf10 {
    width: 38px;
    right: -3%;
  }
}
.parts__leaf11 {
  width: 10.3%;
  top: -0.2%;
  right: 43%;
}
@media screen and (min-width: 768px) {
  .parts__leaf11 {
    width: 38px;
    top: 3.8%;
    right: 37%;
  }
}
.parts__leaf12 {
  width: 12.6%;
  left: -5%;
  bottom: 7%;
}
@media screen and (min-width: 768px) {
  .parts__leaf12 {
    width: 45px;
    left: -6%;
    bottom: 6%;
  }
}
.parts__leaf13 {
  width: 10.8%;
  top: -1%;
  right: 33%;
}
@media screen and (min-width: 768px) {
  .parts__leaf13 {
    width: 38px;
    right: 35%;
  }
}
.parts__leaf14 {
  width: 10.5%;
  left: -1%;
  bottom: 30%;
}
@media screen and (min-width: 768px) {
  .parts__leaf14 {
    width: 38px;
    left: -4%;
    bottom: 35%;
  }
}
.parts__leaf15 {
  width: 11.1%;
  right: -4.5%;
  bottom: -1%;
}
@media screen and (min-width: 768px) {
  .parts__leaf15 {
    width: 40px;
  }
}

.fdin {
  opacity: 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.fdin.scroll {
  opacity: 1;
}
.fdin__left {
  -webkit-transform: translate(-30%, 30%);
      -ms-transform: translate(-30%, 30%);
          transform: translate(-30%, 30%);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.fdin__left.scroll {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
.fdin__bottom {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}
.fdin__bottom.scroll {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.fdin__scale-in.scroll {
  -webkit-animation: scale-in 0.3s linear forwards;
          animation: scale-in 0.3s linear forwards;
}

@-webkit-keyframes fdin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fdin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fdin-btm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fdin-btm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes scale-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fall {
  from {
    opacity: 1;
  }
  to {
    top: 120%;
    opacity: 1;
  }
}
@keyframes fall {
  from {
    opacity: 1;
  }
  to {
    top: 120%;
    opacity: 1;
  }
}
@-webkit-keyframes step1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  40% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes step1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  40% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes step2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  40% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes step2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  40% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes step3 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes step3 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes step4 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes step4 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes sway1 {
  from {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(80px) rotate(-45deg);
            transform: translateX(80px) rotate(-45deg);
  }
}
@keyframes sway1 {
  from {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(80px) rotate(-45deg);
            transform: translateX(80px) rotate(-45deg);
  }
}
@-webkit-keyframes sway2 {
  from {
    -webkit-transform: translateX(80px) rotate(-45deg);
            transform: translateX(80px) rotate(-45deg);
  }
  to {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
}
@keyframes sway2 {
  from {
    -webkit-transform: translateX(80px) rotate(-45deg);
            transform: translateX(80px) rotate(-45deg);
  }
  to {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
}
.onlinestore {
  padding: 40px 0;
  background: #f0e1ca;
}
@media screen and (min-width: 768px) {
  .onlinestore {
    padding: 80px 0;
  }
}
.onlinestore__content {
  width: 92%;
  max-width: 618px;
  margin: 0 auto 0px;
}

/*-- ファイル読み込み --*/