@charset "UTF-8";
/*
 * htmlのfont-size用
 */
/*
   * font-size可変用
   */
/*メディアクエリー
---------------------------------------------*/
/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

/* variable */
i {
  margin: auto 20px;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.pc {
  display: inherit !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inherit !important;
  }
}
/*---------------------------------------------------------------
common
-------------------------------------------------------------- */
.wf-loading {
  opacity: 0;
}

html {
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 50px;
}

body {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 180%;
  color: #674D2F;
  background: #F8F4EF;
  background-size: cover;
  background-position: center center;
  font-feature-settings: "palt";
  letter-spacing: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  position: relative;
}

a,
a:hover,
a:visited {
  color: #614A3A;
  text-decoration: none;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.fade-in {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}

img {
  width: 100%;
  vertical-align: bottom;
}

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

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

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*-------------------------------
main
--------------------------------- */
.main {
  width: 100%;
  background: #C66C65;
}
.main .inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.main .inner .fade {
  animation-name: fade;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transform: translateY(-50px);
  opacity: 0;
}
@keyframes fade {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.main .inner::before {
  content: "";
  display: block;
  padding-top: 173.2558139535%;
}
@media screen and (min-width: 768px) {
  .main .inner::before {
    padding-top: 62.5%;
  }
}
.main .inner .title {
  width: 88.3720930233%;
  position: absolute;
  top: 72.4832214765%;
  left: 4.6511627907%;
  animation-delay: 2s;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .main .inner .title {
    width: 48.4375%;
    top: 61.25%;
    left: 5.859375%;
  }
}
.main .inner .copy {
  color: #fff;
  font-size: 4.1860465116vw;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.15em;
  position: absolute;
  top: 31.5436241611%;
  right: 0;
  animation-delay: 2.5s;
  z-index: 2;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .main .inner .copy {
    font-size: min(1.8vw, 24px);
    top: 42.5%;
    right: 25%;
  }
}
.main .inner .copy span {
  margin-bottom: 1.1627906977vw;
  padding: 2.3255813953vw 2.3255813953vw;
  background-color: #729182;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .main .inner .copy span {
    margin-bottom: 1.3422818792%;
    padding: 10px 15px;
  }
}
.main .inner .img_1 {
  width: 83.7209302326%;
  position: absolute;
  top: 0%;
  left: 0;
  animation-delay: 0.5s;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .main .inner .img_1 {
    width: 57.03125%;
    top: 0%;
    left: 0;
  }
}
.main .inner .img_2 {
  width: 46.511627907%;
  position: absolute;
  top: 40.2684563758%;
  left: 53.488372093%;
  animation-delay: 1s;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .main .inner .img_2 {
    width: 23.4375%;
    top: 50%;
    left: 61.71875%;
  }
}
.main .inner .img_3 {
  width: 36.0465116279%;
  position: absolute;
  top: 32.2147651007%;
  left: 13.9534883721%;
  animation-delay: 1.5s;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .main .inner .img_3 {
    width: 16.796875%;
    top: 2.5%;
    left: 74.21875%;
  }
}
.main .inner .img_4 {
  width: 13.9534883721%;
  position: absolute;
  top: 33.5570469799%;
  left: 2.3255813953%;
  animation-delay: 1.7s;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .main .inner .img_4 {
    width: 10.15625%;
    top: 12.5%;
    left: 58.59375%;
  }
}
.main .inner .img_5 {
  width: 30.2325581395%;
  position: absolute;
  top: 1.3422818792%;
  right: -2.3255813953%;
  animation-delay: 1s;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .main .inner .img_5 {
    width: 10.9375%;
    top: 1.25%;
    right: 0.78125%;
  }
}

/*-------------------------------
about
--------------------------------- */
.about {
  width: 100%;
  margin: 0 auto;
  padding: 18.6046511628vw 4.6511627907vw 11.6279069767vw;
}
@media screen and (min-width: 768px) {
  .about {
    padding: 160px 40px 100px;
  }
}
.about .lead {
  margin-bottom: 13.9534883721vw;
  font-size: 3.7209302326vw;
  line-height: 2em;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about .lead {
    margin-bottom: 140px;
    font-size: 2rem;
  }
}
.about ul.page_navi {
  margin-bottom: 13.9534883721vw;
}
@media screen and (min-width: 768px) {
  .about ul.page_navi {
    max-width: 1500px;
    padding: 0 30px;
    margin-bottom: 120px;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
}
.about ul.page_navi li {
  width: 100%;
  margin-bottom: 2.3255813953vw;
  padding: 2.3255813953vw;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about ul.page_navi li {
    width: 23%;
    margin-bottom: 0;
    padding: 15px;
  }
}
.about ul.page_navi li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .about ul.page_navi li a {
    display: block;
  }
}
.about ul.page_navi li a figure {
  width: 39.5348837209vw;
}
@media screen and (min-width: 768px) {
  .about ul.page_navi li a figure {
    width: 100%;
    margin-bottom: 15px;
  }
}
.about ul.page_navi li a div {
  width: 41.8604651163vw;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .about ul.page_navi li a div {
    width: 180px;
  }
}
.about ul.page_navi li a div .jp_2 {
  margin-bottom: 3.488372093vw;
  font-size: 2.7906976744vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .about ul.page_navi li a div .jp_2 {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
}
.about ul.page_navi li a div .en {
  margin-bottom: 3.488372093vw;
  font-size: 5.5813953488vw;
  font-family: pf-marlet-display, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .about ul.page_navi li a div .en {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
}
.about ul.page_navi li a div .en span {
  margin-bottom: 3.488372093vw;
  font-size: 2.7906976744vw;
  display: block;
}
@media screen and (min-width: 768px) {
  .about ul.page_navi li a div .en span {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.about ul.page_navi li a div .jp {
  font-size: 2.3255813953vw;
}
@media screen and (min-width: 768px) {
  .about ul.page_navi li a div .jp {
    font-size: 1rem;
  }
}
.about ul.page_navi li .icon {
  width: 13.9534883721vw;
  height: 5.8139534884vw;
  line-height: 5.8139534884vw;
  color: #2F2C28;
  background: #E5D8C6;
  position: absolute;
  top: -1.1627906977vw;
  left: -1.1627906977vw;
  border-radius: 100vh;
  font-size: 2.3255813953vw;
  font-family: pf-marlet-display, sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about ul.page_navi li .icon {
    width: 90px;
    height: 37px;
    line-height: 37px;
    top: -10px;
    left: -5px;
    font-size: 1.5rem;
  }
}
.about ul.page_navi li .icon span {
  margin: 0 0.15em;
  font-size: 4.6511627907vw;
}
@media screen and (min-width: 768px) {
  .about ul.page_navi li .icon span {
    font-size: 3rem;
  }
}
.about ul.page_navi li .icon.special {
  font-size: 2.7906976744vw;
  color: #fff;
  background: #9A6F5A;
}
@media screen and (min-width: 768px) {
  .about ul.page_navi li .icon.special {
    font-size: 1.8rem;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.about .scroll {
  width: 100vw;
  margin: 40px calc(50% - 50vw) 0;
}
@media screen and (min-width: 768px) {
  .about .scroll {
    margin-top: 120px;
  }
}
.about .scroll .scroll_wrap {
  display: flex;
  overflow: hidden;
}
.about .scroll .scroll_wrap ul.scroll_list {
  display: flex;
  list-style: none;
  padding: 0;
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.about .scroll .scroll_wrap ul.scroll_list li {
  width: 83.3333333333vw;
}
@media screen and (min-width: 768px) {
  .about .scroll .scroll_wrap ul.scroll_list li {
    width: 430px;
  }
}
.about .scroll .scroll_wrap ul.scroll_list li img {
  width: 100%;
}

/*-------------------------------
item
--------------------------------- */
.item {
  width: 100%;
  margin: 0 auto;
  padding-top: 23.2558139535vw;
}
@media screen and (min-width: 768px) {
  .item {
    padding-top: 150px;
  }
}
.item article {
  color: #fff;
  padding: 11.6279069767vw 4.6511627907vw 23.2558139535vw;
}
@media screen and (min-width: 768px) {
  .item article {
    padding: 100px 40px 150px;
  }
}
.item article .inner {
  max-width: 1300px;
  margin: auto;
  position: relative;
}
.item article .deco_1 {
  width: 32.5581395349vw;
  position: absolute;
  top: -16.2790697674vw;
  right: 4.6511627907vw;
}
@media screen and (min-width: 768px) {
  .item article .deco_1 {
    width: min(17.5vw, 210px);
    top: min(0vw, 0px);
    right: min(2.5vw, 30px);
  }
}
.item article .deco_2 {
  width: 17.4418604651vw;
  position: absolute;
  top: -13.9534883721vw;
  right: 23.2558139535vw;
  animation-delay: 0.5s;
}
@media screen and (min-width: 768px) {
  .item article .deco_2 {
    width: min(9.375vw, 112.5px);
    top: min(0vw, 0px);
    right: min(16.25vw, 195px);
  }
}
.item article .deco_3 {
  width: 15.1162790698vw;
  position: absolute;
  top: 2.3255813953vw;
  right: 4.6511627907vw;
}
@media screen and (min-width: 768px) {
  .item article .deco_3 {
    width: min(8.125vw, 97.5px);
    top: min(8.75vw, 105px);
    right: min(6.25vw, 75px);
  }
}
.item article .deco_4 {
  width: 18.6046511628vw;
  position: absolute;
  top: -13.9534883721vw;
  right: 20.9302325581vw;
}
@media screen and (min-width: 768px) {
  .item article .deco_4 {
    width: min(10vw, 120px);
    top: 0vw;
    right: min(15vw, 180px);
  }
}
.item article .deco_5 {
  width: 20.9302325581vw;
  position: absolute;
  top: 8.1395348837vw;
  right: 1.1627906977vw;
  animation-delay: 0.5s;
}
@media screen and (min-width: 768px) {
  .item article .deco_5 {
    width: min(11.25vw, 135px);
    top: min(11.875vw, 142.5px);
    right: min(4.375vw, 52.5px);
  }
}
.item article .icon {
  width: 19.7674418605vw;
  height: 8.1395348837vw;
  margin-bottom: 4.6511627907vw;
  line-height: 8.1395348837vw;
  color: #2F2C28;
  background: #E5D8C6;
  border-radius: 100vh;
  font-size: 3.2558139535vw;
  font-family: pf-marlet-display, sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .item article .icon {
    width: 120px;
    height: 45px;
    margin-bottom: 35px;
    line-height: 45px;
    font-size: 2rem;
  }
}
.item article .icon span {
  margin: 0 0.15em;
  font-size: 6.511627907vw;
}
@media screen and (min-width: 768px) {
  .item article .icon span {
    font-size: 4rem;
  }
}
.item article .icon.special {
  font-size: 4.1860465116vw;
  color: #fff;
  background: #9A6F5A;
}
@media screen and (min-width: 768px) {
  .item article .icon.special {
    font-size: 2.6rem;
  }
}
.item article h2 .jp_2 {
  margin-bottom: 2.3255813953vw;
  font-size: min(3.7209302326vw, 2.4rem);
  line-height: 100%;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .item article h2 .jp_2 {
    margin-bottom: 20px;
  }
}
.item article h2 .en {
  margin-bottom: 2.3255813953vw;
  font-size: 12.5581395349vw;
  font-family: pf-marlet-display, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .item article h2 .en {
    margin-bottom: 10px;
    font-size: clamp(5.4rem, 2.252rem + 6.56vw, 8.4rem);
  }
}
.item article h2 .en span {
  margin-bottom: 4.6511627907vw;
  font-size: 3.7209302326vw;
  display: block;
}
@media screen and (min-width: 768px) {
  .item article h2 .en span {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}
.item article h2 .jp {
  font-size: 2.3255813953vw;
  line-height: 100%;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .item article h2 .jp {
    font-size: 1.6rem;
  }
}
.item article .date {
  margin: 4.6511627907vw 0 0;
  padding: 2.3255813953vw 1.1627906977vw;
  font-size: 5.5813953488vw;
  line-height: 100%;
  font-family: pf-marlet-display, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .item article .date {
    margin: 30px 0 0;
    padding: 15px 10px 10px;
    font-size: 2.8rem;
  }
}
.item article .date span {
  font-size: 3.7209302326vw;
}
@media screen and (min-width: 768px) {
  .item article .date span {
    font-size: 2rem;
  }
}
.item article .date_txt {
  margin-top: 1.1627906977vw;
  font-size: 2.5581395349vw;
}
@media screen and (min-width: 768px) {
  .item article .date_txt {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}
.item article .lead {
  margin: 6.976744186vw 0 9.3023255814vw;
  font-size: 3.7209302326vw;
  line-height: 2em;
  display: block;
}
@media screen and (min-width: 768px) {
  .item article .lead {
    margin: 30px 0 80px;
    font-size: 1.8rem;
  }
}
.item article .item_image {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 11.6279069767vw;
}
@media screen and (min-width: 768px) {
  .item article .item_image {
    width: 100%;
    margin: 0 0 100px;
    display: flex;
    justify-content: space-between;
  }
}
.item article .item_image > li {
  margin-bottom: 6.976744186vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .item article .item_image > li {
    width: 37%;
    margin-bottom: 60px;
    display: block;
  }
}
.item article .item_image > li figure {
  width: 60.4651162791%;
}
@media screen and (min-width: 768px) {
  .item article .item_image > li figure {
    width: 100%;
  }
}
.item article .item_image > li .credit {
  width: 39.5348837209%;
  padding: 0 4.6511627907vw;
}
@media screen and (min-width: 768px) {
  .item article .item_image > li .credit {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
}
.item article .item_image > li .credit li {
  margin-bottom: 2.3255813953vw;
  font-size: 2.5581395349vw;
  text-align: left;
  line-height: 1.45;
  display: block;
}
@media screen and (min-width: 768px) {
  .item article .item_image > li .credit li {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .item article .item_image > li .credit li {
    margin-bottom: 10px;
  }
}
.item article .item_image > li .credit li:last-child {
  margin-bottom: 0;
}
.item article .item_image > li:nth-child(2) {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .item article .item_image > li:nth-child(2) {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .item article .item_image > li:nth-child(3) {
    width: 23.5%;
  }
}
.item article .item_image > li:nth-child(3) figure {
  width: 44.1860465116%;
  margin-left: 9.3023255814%;
}
@media screen and (min-width: 768px) {
  .item article .item_image > li:nth-child(3) figure {
    width: 100%;
    margin-left: 0;
  }
}
.item article .item_image > li:nth-child(3) .credit {
  width: 46.511627907%;
}
@media screen and (min-width: 768px) {
  .item article .item_image > li:nth-child(3) .credit {
    width: 100%;
    margin-left: 0;
  }
}
.item article h3.item_title {
  margin: 11.6279069767vw 0 4.6511627907vw;
  font-size: 5.5813953488vw;
  font-family: pf-marlet-display, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .item article h3.item_title {
    margin: 100px 0 30px;
    font-size: 3.6rem;
  }
}
.item article .coming {
  width: 70%;
  margin: 11.6279069767vw auto;
  padding: 6.976744186vw 6.976744186vw 5.8139534884vw;
  font-size: 5.1162790698vw;
  font-family: pf-marlet-display, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 130%;
  text-align: center;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .item article .coming {
    width: 50%;
    margin: 80px auto;
    padding: 50px 50px 40px;
    font-size: 3.6rem;
  }
}
.item article .coming1 {
  border: solid 1px rgba(47, 44, 40, 0.1);
}
.item article .coming2 {
  border: solid 1px rgba(255, 255, 255, 0.3);
}
.item #item_limited {
  background: url("../images/bg_1.png") #C66C65 repeat;
  animation: fall 50s infinite linear;
}
@media screen and (min-width: 768px) {
  .item #item_limited .flex {
    margin-top: -20%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .item #item_limited .flex figure {
    width: 55%;
  }
}
@media screen and (min-width: 768px) {
  .item #item_limited .flex > div {
    padding: 0 0 0 5%;
    width: 45%;
    min-width: 300px;
  }
}
.item #item_limited .image {
  width: 100vw;
  margin: -34.8837209302vw calc(50% - 50vw) 11.6279069767vw;
  padding-left: 4.6511627907vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .item #item_limited .image {
    width: 100%;
    margin: -300px 0 100px;
    margin: 0;
    padding-left: 0px;
  }
}
.item #item_limited .image .icon {
  position: absolute;
  top: -4.6511627907vw;
  right: 4.6511627907vw;
}
@media screen and (min-width: 768px) {
  .item #item_limited .image .icon {
    top: -20px;
    right: 20px;
  }
}
.item #item_limited .info_1,
.item #item_limited .info_2 {
  width: 100%;
  margin: 11.6279069767vw 0 0;
  padding: 6.976744186vw 4.6511627907vw;
  color: #fff;
  border: dotted 1px rgba(255, 255, 255, 0.5);
  background: #C66C65;
}
@media screen and (min-width: 768px) {
  .item #item_limited .info_1,
  .item #item_limited .info_2 {
    width: 100%;
    margin: 100px auto 0;
    padding: 4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.item #item_limited .info_1 figure,
.item #item_limited .info_2 figure {
  width: 100%;
  margin-bottom: 4.6511627907vw;
}
@media screen and (min-width: 768px) {
  .item #item_limited .info_1 figure,
  .item #item_limited .info_2 figure {
    width: 45%;
    margin: 0;
  }
}
.item #item_limited .info_1 figure img,
.item #item_limited .info_2 figure img {
  border: solid 1px #C34E45;
}
@media screen and (min-width: 768px) {
  .item #item_limited .info_1 .box,
  .item #item_limited .info_2 .box {
    width: 55%;
    padding-left: 5%;
  }
}
.item #item_limited .info_1 h3,
.item #item_limited .info_2 h3 {
  margin-bottom: 2.3255813953vw;
  font-size: 4.1860465116vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .item #item_limited .info_1 h3,
  .item #item_limited .info_2 h3 {
    max-width: 700px;
    margin: 0 auto 10px;
    font-size: clamp(1rem, -0.465rem + 3.06vw, 2.4rem);
    text-align: left;
  }
}
.item #item_limited .info_1 p,
.item #item_limited .info_2 p {
  font-size: 3.2558139535vw;
  line-height: 1.83;
}
@media screen and (min-width: 768px) {
  .item #item_limited .info_1 p,
  .item #item_limited .info_2 p {
    max-width: 700px;
    text-align: left;
    margin: 0 auto;
    font-size: 1.6rem;
  }
}

#item_1 {
  background: url("../images/bg_2.png") #729182 repeat;
  animation: fall 40s infinite linear;
}

#item_2 {
  background: url("../images/bg_3.png") #E4D9C6 repeat;
  animation: fall 40s infinite linear;
  color: #2F2C28;
}
#item_2 .icon {
  color: #2F2C28;
  background: #fff;
}
#item_2 .date {
  border-top: solid 1px rgba(47, 44, 40, 0.3);
  border-bottom: solid 1px rgba(47, 44, 40, 0.3);
}
#item_2 a {
  color: #2F2C28;
}
#item_2 .buy {
  border: solid 1px rgba(47, 44, 40, 0.3);
  color: #2F2C28;
}
#item_2 a.categorylist {
  color: #fff;
}
#item_2 .info {
  width: 100%;
  margin: 11.6279069767vw 0 0;
  padding: 6.976744186vw 4.6511627907vw;
  color: #2F2C28;
  background: #E8DECD;
}
@media screen and (min-width: 768px) {
  #item_2 .info {
    width: 100%;
    margin: 100px auto 0;
    padding: 4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#item_2 .info figure {
  width: 100%;
  margin-bottom: 5.8139534884vw;
}
@media screen and (min-width: 768px) {
  #item_2 .info figure {
    width: 50%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  #item_2 .info .box {
    width: 50%;
    padding-left: 5%;
  }
}
#item_2 .info h3 {
  margin-bottom: 2.3255813953vw;
  font-size: 4.6511627907vw;
  font-weight: 500;
  line-height: 1.6;
  color: #D68966;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  #item_2 .info h3 {
    max-width: 700px;
    margin: 0 auto 10px;
    font-size: clamp(1rem, -0.465rem + 3.06vw, 2.4rem);
  }
}
#item_2 .info h3 span {
  margin-bottom: 0vw;
  font-size: 3.2558139535vw;
  display: block;
}
@media screen and (min-width: 768px) {
  #item_2 .info h3 span {
    margin-bottom: 5px;
    font-size: clamp(1.4rem, 1.19rem + 0.44vw, 1.6rem);
  }
}
#item_2 .info p {
  margin-bottom: 6.976744186vw;
  font-size: 3.2558139535vw;
  line-height: 1.83;
}
@media screen and (min-width: 768px) {
  #item_2 .info p {
    max-width: 700px;
    text-align: left;
    margin: 0 auto;
    font-size: 1.6rem;
  }
}
#item_2 .info p span {
  margin-top: 2.3255813953vw;
  font-size: 2.5581395349vw;
  line-height: 1.6;
  display: block;
}
@media screen and (min-width: 768px) {
  #item_2 .info p span {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
#item_2 .info a.btn {
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
  padding: 3.488372093vw;
  color: #D68966;
  border: solid 1px #D68966;
  border-radius: 100vh;
  display: block;
  font-size: 3.2558139535vw;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #item_2 .info a.btn {
    width: 70%;
    margin: 30px 0 0 0;
    padding: 15px;
    font-size: 1.6rem;
  }
}

#item_3 {
  background: url("../images/bg_4.png") #C79F42 repeat;
  animation: fall 40s infinite linear;
}

/*-------item_list-------*/
ul.category,
div.category {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

ul.category li a > p:first-child,
div.category div a > p:first-child {
  position: relative;
}
ul.category li a > p:first-child:after,
div.category div a > p:first-child:after {
  content: "BUY";
  border-radius: 100vh;
  color: #fff;
  display: block;
  background-color: #D68966;
  line-height: 9.3023255814vw;
  width: 9.3023255814vw;
  height: 9.3023255814vw;
  text-align: center;
  font-size: 2.7906976744vw;
  font-family: pf-marlet-display, sans-serif;
  position: absolute;
  bottom: 4.6511627907vw;
  right: 2.3255813953vw;
}
@media screen and (min-width: 768px) {
  ul.category li a > p:first-child:after,
  div.category div a > p:first-child:after {
    line-height: 50px;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 10px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  ul.category li a > p:first-child span,
  div.category div a > p:first-child span {
    display: none !important;
  }
}

ul.category > div,
ul.category li,
div.category > div,
div.category li {
  width: calc((100% - 10px) / 2);
}
@media screen and (min-width: 768px) {
  ul.category > div,
  ul.category li,
  div.category > div,
  div.category li {
    width: calc((100% - 80px) / 4);
  }
}

ul.category li,
div.category > div {
  margin-bottom: 4.6511627907vw;
}
@media screen and (min-width: 768px) {
  ul.category li,
  div.category > div {
    margin-bottom: 40px;
  }
}

ul.category a,
div.category a {
  font-size: 2.7906976744vw;
  line-height: 1.8;
  color: #fff;
}
@media screen and (min-width: 768px) {
  ul.category a,
  div.category a {
    font-size: 1.4rem;
  }
}

ul.category img,
div.category img {
  margin-bottom: 2.3255813953vw;
}
@media screen and (min-width: 768px) {
  ul.category img,
  div.category img {
    margin-bottom: 1rem;
  }
}

ul.category .price,
div.category .price {
  font-size: 3.2558139535vw;
}
@media screen and (min-width: 768px) {
  ul.category .price,
  div.category .price {
    font-size: 1.6rem;
  }
}

ul.category a .salecolor,
div.category a .salecolor {
  color: #fff;
  margin-bottom: 0;
}

ul.category a .salecolor + .price,
div.category a .salecolor + .price {
  color: #fff;
}

ul.category a .ico_box,
div.category a .ico_box {
  display: none;
}

ul.category p:nth-child(3),
div.category p:nth-child(3) {
  display: none;
}

a.categorylist {
  width: 80%;
  padding: 3.488372093vw;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 3.2558139535vw;
  background: #D68966;
  display: block;
  border-radius: 100vh;
}
@media screen and (min-width: 768px) {
  a.categorylist {
    width: 70%;
    max-width: 450px;
    margin: auto;
    padding: 20px;
    font-size: 1.8rem;
  }
}

.caution {
  margin-top: 3.488372093vw;
  line-height: 180%;
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .caution {
    margin-top: 15px;
    font-size: 1.2rem;
  }
}

/*-------//item_list-------*/
/*-----------------------------
 information
------------------------------------ */
.information {
  width: 100%;
  margin: 0 auto;
  padding: 23.2558139535vw 13.9534883721vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .information {
    padding: 100px 60px;
  }
}
.information h2 {
  font-size: 8.3720930233vw;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .information h2 {
    font-size: 3.6rem;
  }
}
.information .information_box {
  margin: 0 auto;
}
.information .information_box h3 {
  margin: 11.6279069767vw auto 6.976744186vw;
  padding-bottom: 2.3255813953vw;
  font-size: 4.6511627907vw;
  line-height: 100%;
  border-bottom: dotted 1px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .information .information_box h3 {
    margin: 50px auto 30px;
    padding: 10px;
    font-size: 2rem;
  }
}
.information .information_box p {
  padding: 0;
  margin-bottom: 3.488372093vw;
  font-size: 3.2558139535vw;
  line-height: 1.71em;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .information .information_box p {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
}
.information .information_box p::before {
  content: "※";
}
.information .information_box p span {
  color: #E83921;
}
.information .information_box p a {
  width: 90%;
  margin: 10px auto 0;
  text-decoration: underline;
}

footer {
  width: 100%;
  padding: 23.2558139535vw 13.9534883721vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 100px 60px;
  }
}
footer .f_logo {
  width: 37.2093023256vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  footer .f_logo {
    width: 160px;
  }
}
footer .f_logo a {
  margin: 0 auto;
  padding: 0;
  display: block;
}
footer .f_logo a img {
  vertical-align: bottom;
}
footer .f_icon {
  margin: 6.976744186vw auto 2.3255813953vw;
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  footer .f_icon {
    margin: 30px auto 10px;
  }
}
footer .f_icon li {
  margin: 0 3.488372093vw;
  padding: 0;
}
@media screen and (min-width: 768px) {
  footer .f_icon li {
    margin: 0 15px;
  }
}
footer .f_icon li i {
  margin: 0;
  font-size: 6.511627907vw;
}
@media screen and (min-width: 768px) {
  footer .f_icon li i {
    font-size: 2.8rem;
  }
}
footer small {
  text-align: center;
  font-size: 2.3255813953vw;
}
@media screen and (min-width: 768px) {
  footer small {
    font-size: 1rem;
  }
}

/*------------------------------
animation
-------------------------------*/
.invisible {
  transition: opacity 0.5s ease;
  opacity: 0;
}

.visible {
  transition: opacity 0.5s ease;
  opacity: 1;
}
@keyframes bgAnimTop {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px 1200px;
  }
}
@keyframes bgAnimBottom {
  0% {
    background-position: 0px 1200px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@keyframes bgAnimLeft {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 1200px 0px;
  }
}
@keyframes fall {
  0% {
    background-position: 0 0;
  }
  /* 背景画像の位置を左上に設定 */
  100% {
    background-position: -700px 700px;
  }
  /* 背景画像の位置を左上から700px右下に設定 */
}
.bounce2 {
  animation: bounce2 2s ease infinite;
}

@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.wobble {
  animation: wobble 5s ease infinite;
}

@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-10%) rotate(-5deg);
  }
  30% {
    transform: translateX(8%) rotate(3deg);
  }
  45% {
    transform: translateX(-6%) rotate(-3deg);
  }
  60% {
    transform: translateX(4%) rotate(2deg);
  }
  75% {
    transform: translateX(-2%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.pulse {
  animation: pulse 1s infinite ease-in-out alternate;
}

@keyframes pulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}/*# sourceMappingURL=style.css.map */