@charset "UTF-8";
html {
  scroll-behavior: smooth;
  line-height: 2 !important;
}

body {
  width: 100%;
  line-height: 2;
  letter-spacing: 0.2px;
  font-size: 14px;
  overflow-x: hidden;
  transition: all 1.6s ease 0s;
  background: #EFF0EF;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  body {
    margin: 0 auto !important;
  }
}

img {
  display: block;
  width: 100%;
}

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

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

a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

.fv {
  position: relative;
  height: 170vw;
}
@media screen and (min-width: 769px) {
  .fv {
    margin: 0 auto;
    height: 48.5vw;
  }
}
.fv p {
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: italic;
  top: 120vw;
  line-height: 1.5;
  left: 9vw;
  font-size: 3vw;
}
@media screen and (min-width: 769px) {
  .fv p {
    top: 53%;
    line-height: 1.5;
    left: 15%;
    font-size: 1.1vw;
  }
}
.fv p, .fv svg, .fv .fv_png, .fv .back, .fv .logo, .fv .title {
  position: absolute;
}
.fv svg {
  top: 7vw;
  left: 7vw;
  width: 19vw;
}
@media screen and (min-width: 769px) {
  .fv svg {
    top: 13%;
    left: 15%;
    width: 8%;
  }
}
.fv .back {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fv .back {
    height: 100%;
  }
}
.fv .fv_png {
  width: 107vw;
  left: 4vw;
  top: -2vw;
}
@media screen and (min-width: 769px) {
  .fv .fv_png {
    width: 55%;
    left: 40%;
    top: 2%;
  }
}
.fv .title {
  top: 136vw;
  left: 9vw;
  width: 80vw;
}
@media screen and (min-width: 769px) {
  .fv .title {
    top: 65%;
    left: 15%;
    width: 36%;
  }
}

.read {
  font-size: 3.4666666667vw;
  width: 80vw;
  margin: 20vw auto;
}
@media screen and (min-width: 769px) {
  .read {
    font-size: 1vw;
    text-align: center;
    margin: 8vw auto 10vw;
    max-width: 700px;
  }
}
.read .pc_br {
  display: block;
}
@media screen and (max-width: 768px) {
  .read .pc_br {
    display: none;
  }
}

.index {
  text-align: center;
  margin-bottom: 33vw;
}
@media screen and (min-width: 769px) {
  .index {
    margin-bottom: 15vw;
  }
}
.index h2 {
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .index h2 {
    font-size: 2.0833333333vw;
  }
}
.index ul {
  width: 84vw;
  margin-top: 10.6666666667vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 20px;
  margin: 7vw auto;
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  .index ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 93px 10px;
    width: max(80%, 815px);
    margin-top: 4.8611111111vw;
    font-size: 1vw;
    margin: 5vw auto;
  }
}
@media screen and (min-width: 769px) {
  .index ul li {
    width: 20%;
  }
}
.index ul li p::after {
  content: "";
  display: block;
  position: absolute;
  margin-top: 3.2vw;
  color: #935496;
  width: 0.7em;
  height: 0.7em;
  border: 0.09em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-left: 19vw;
}
@media screen and (min-width: 769px) {
  .index ul li p::after {
    margin-left: 7.5vw;
    margin-top: 1vw;
  }
}

.item_area {
  margin: 25vw auto 20vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .item_area {
    margin: 13vw auto;
  }
}
.item_area a:hover {
  opacity: 0.6 !important;
  transition: 0.2s;
}
.item_area h2 {
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 8.2666666667vw;
}
@media screen and (min-width: 769px) {
  .item_area h2 {
    font-size: 2.5vw;
  }
}
.item_area .item_title {
  width: 75vw;
  margin: 6vw auto 2vw;
}
@media screen and (min-width: 769px) {
  .item_area .item_title {
    width: 26vw;
    margin: 1vw auto;
  }
}
.item_area .sub_t {
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 769px) {
  .item_area .sub_t {
    font-size: 1vw;
  }
}
.item_area .line {
  margin: 11vw auto;
}
@media screen and (min-width: 769px) {
  .item_area .line {
    margin: 4vw auto;
  }
}
.item_area .sta_com {
  font-size: 6.4vw;
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 7vw;
}
@media screen and (min-width: 769px) {
  .item_area .sta_com {
    font-size: 2vw;
    margin-bottom: 3vw;
  }
}
.item_area .sta_box {
  display: flex;
  text-align: left;
  justify-content: center;
  align-items: center;
  line-height: 2;
}
.item_area .sta_box .sta_te {
  margin-left: 5vw;
}
@media screen and (min-width: 769px) {
  .item_area .sta_box .sta_te {
    margin-left: 3vw;
  }
}
.item_area .sta_box p {
  font-size: 3.4666666667vw;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .item_area .sta_box p {
    font-size: 1.2vw;
  }
}
.item_area .sta_box p span {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .item_area .sta_box p span {
    font-size: 0.8333333333vw;
  }
}
.item_area .sta_box .sta_png {
  width: 35vw;
  height: 35vw;
}
@media screen and (min-width: 769px) {
  .item_area .sta_box .sta_png {
    width: 12.6388888889vw;
    height: 12.6388888889vw;
  }
}
.item_area .sta_box .insta {
  width: 5vw;
  height: 5vw;
}
@media screen and (min-width: 769px) {
  .item_area .sta_box .insta {
    width: 1.5vw;
    height: 1.5vw;
    margin-top: 3px;
  }
}
.item_area .sta_box .insta_box {
  display: flex;
  font-size: 2.9333333333vw;
  margin-top: 2vw;
}
@media screen and (min-width: 769px) {
  .item_area .sta_box .insta_box {
    font-size: 1vw;
    margin-top: 1vw;
  }
}
.item_area .sta_box .insta_box span {
  margin-left: 1vw;
}
@media screen and (min-width: 769px) {
  .item_area .sta_box .insta_box span {
    margin-left: 0.5vw;
  }
}
.item_area .sta_box a {
  font-size: 2.9333333333vw;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .item_area .sta_box a {
    font-size: 1.1vw;
  }
}
.item_area .item_dis {
  width: 80vw;
  margin: 10vw auto;
  line-height: 2;
  font-size: 3.2vw;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .item_area .item_dis {
    width: 39vw;
    margin: 3vw auto;
    line-height: 2;
    font-size: 1vw;
  }
}
.item_area .kigou {
  width: 3.2vw;
}
.item_area .osusume {
  width: 47vw;
  margin: 12vw auto 2vw;
}
@media screen and (min-width: 769px) {
  .item_area .osusume {
    width: 16vw;
    margin-top: 3vw;
  }
}
.item_area .osusume_box {
  display: flex;
  justify-content: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 10vw 3vw;
  width: 90vw;
  margin: 0 auto;
  align-items: flex-end;
}
@media screen and (min-width: 769px) {
  .item_area .osusume_box {
    padding: 3vw 0vw;
    width: 42vw;
  }
}
.item_area .osusume_box .osusume_img {
  width: 57%;
}
@media screen and (min-width: 769px) {
  .item_area .osusume_box .osusume_img {
    width: 48%;
  }
}
.item_area .osusume_box .credit_box {
  text-align: left;
  margin-left: 4%;
  width: 43%;
  line-height: 1.2;
}
.item_area .osusume_box .credit_box .i_name {
  font-size: 2.9333333333vw;
  display: block;
  margin: 1.5vw auto -2vw;
}
@media screen and (min-width: 769px) {
  .item_area .osusume_box .credit_box .i_name {
    font-size: 0.9027777778vw;
    margin: 2.5% auto -5%;
  }
}
.item_area .osusume_box p {
  line-height: 1.5;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .item_area .osusume_box p {
    font-size: 0.8333333333vw;
  }
}
.item_area .osusume_box svg {
  width: 17vw;
  margin-top: 4vw;
}
@media screen and (min-width: 769px) {
  .item_area .osusume_box svg {
    width: 5vw;
    margin-top: 1vw;
  }
}
.item_area .t_line {
  border-bottom: 0px solid !important;
}
.item_area .b_line {
  border-top: 0px solid !important;
}
@media screen and (max-width: 768px) {
  .item_area .b_line {
    padding: 3vw 3vw 10vw 3vw !important;
  }
}
@media screen and (min-width: 769px) {
  .item_area .b_line {
    padding-top: 0vw !important;
  }
}

.other {
  background: #B4B3B3;
  padding-top: 19.2vw;
  padding-bottom: 19.2vw;
}
@media screen and (min-width: 769px) {
  .other {
    padding: 9.2vw 0 9.2vw 0;
  }
}
.other h2 {
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  font-size: 6.9333333333vw;
}
@media screen and (min-width: 769px) {
  .other h2 {
    font-size: 2.4vw;
    margin: 0px auto 2vw;
  }
}
.other div.list ul.category, .other div.list div.category {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .other div.list ul.category, .other div.list div.category {
    margin-bottom: 35px;
    width: 85%;
  }
}
@media screen and (min-width: 769px) {
  .other div.list ul.category, .other div.list div.category {
    /* margin-left: 10%; */
    margin-bottom: 50px;
    width: 900px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .other div.list ul.category, .other div.list div.category {
    margin-bottom: 20px;
  }
}
.other div.list ul.category li, .other div.list ul.category div, .other div.list div.category li, .other div.list div.category div {
  box-sizing: border-box;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .other div.list ul.category li, .other div.list ul.category div, .other div.list div.category li, .other div.list div.category div {
    margin-bottom: 37px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .other div.list ul.category li, .other div.list ul.category div, .other div.list div.category li, .other div.list div.category div {
    margin-bottom: 50px;
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .other div.list ul.category li, .other div.list ul.category div, .other div.list div.category li, .other div.list div.category div {
    width: 30%;
    padding: 17px;
  }
  .other div.list ul.category li p,
  .other div.list ul.category div p,
  .other div.list div.category li p,
  .other div.list div.category div p {
    /* width: 1060px; */
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .other div.list ul.category li, .other div.list ul.category div, .other div.list div.category li, .other div.list div.category div {
    width: calc(50% - 12px);
  }
  .other div.list ul.category li p,
  .other div.list ul.category div p,
  .other div.list div.category li p,
  .other div.list div.category div p {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .other div.list ul.category li:nth-child(odd), .other div.list ul.category div:nth-child(odd), .other div.list div.category li:nth-child(odd), .other div.list div.category div:nth-child(odd) {
    margin-right: 12px;
  }
}
@media screen and (max-width: 768px) {
  .other div.list ul.category li:nth-child(even), .other div.list ul.category div:nth-child(even), .other div.list div.category li:nth-child(even), .other div.list div.category div:nth-child(even) {
    margin-left: 12px;
  }
}
.other div.list ul.category li a,
.other div.list ul.category div a,
.other div.list div.category li a,
.other div.list div.category div a {
  text-decoration: none;
}
.other div.list ul.category li a div, .other div.list ul.category div a div, .other div.list div.category li a div, .other div.list div.category div a div {
  overflow: hidden;
}
.other div.list ul.category li a img, .other div.list ul.category div a img, .other div.list div.category li a img, .other div.list div.category div a img {
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
@media screen and (min-width: 769px) {
  .other div.list ul.category li a img, .other div.list ul.category div a img, .other div.list div.category li a img, .other div.list div.category div a img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .other div.list ul.category li a img, .other div.list ul.category div a img, .other div.list div.category li a img, .other div.list div.category div a img {
    margin-bottom: 10px;
  }
}
.other div.list ul.category li a:hover img, .other div.list ul.category div a:hover img, .other div.list div.category li a:hover img, .other div.list div.category div a:hover img {
  opacity: 0.6;
}
.other div.list ul.category li a p, .other div.list ul.category div a p, .other div.list div.category li a p, .other div.list div.category div a p {
  letter-spacing: 0.2px;
  font-size: 0.9em;
  line-height: 1.7;
}
.other div.list ul.category li a::after, .other div.list ul.category div a::after, .other div.list div.category li a::after, .other div.list div.category div a::after {
  content: "BUY";
  background: #000;
  color: #fff;
  display: block;
  width: 50%;
  margin-top: 20px;
  line-height: 1;
  padding: 5px 0;
  transition: 1s;
  text-align: center;
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .other div.list ul.category li a::after, .other div.list ul.category div a::after, .other div.list div.category li a::after, .other div.list div.category div a::after {
    width: 30%;
  }
}
.other .category p .tt02,
.other .category p .text-red {
  color: #9e0d0d;
}
.other .label {
  line-height: 1.5 !important;
}
.other div.list a.categorylist {
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 30%;
  display: block;
  margin: 0 auto;
  background-color: #000;
  padding: 15px 5px;
  text-decoration: none;
  transition: 0.2s all;
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .other div.list a.categorylist {
    width: 80%;
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 769px) {
  .textOverflow {
    width: 100% !important;
    padding: 1px 0 3px 0 !important;
    margin-bottom: 0 !important;
  }
}
.textOverflow p {
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  .textOverflow p {
    font-size: 1em;
    line-height: 1.5;
    padding: 4px 0;
  }
}

.tt02 {
  display: block !important;
}

.line-through {
  text-decoration: line-through;
}

.sale {
  color: #9e0d0d;
}

.w58 {
  width: 58vw !important;
}
@media screen and (min-width: 769px) {
  .w58 {
    width: 18vw !important;
  }
}

.w82 {
  width: 82vw !important;
}
@media screen and (min-width: 769px) {
  .w82 {
    width: 31vw !important;
  }
}

.w62 {
  width: 62vw !important;
}
@media screen and (min-width: 769px) {
  .w62 {
    width: 22vw !important;
  }
}

.w70 {
  width: 70vw !important;
}
@media screen and (min-width: 769px) {
  .w70 {
    width: 25vw !important;
  }
}

/* .footer
===================================================== */
/* totop
===================================================== */
.totop {
  cursor: pointer;
  position: fixed;
  z-index: 100;
  opacity: 0;
}

.left_t {
  bottom: 47vh;
  left: -140px;
  position: fixed;
  z-index: 100;
  transform: rotate(-90deg);
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: normal;
  transition: 0.5s;
  font-size: 15px;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .totop {
    width: 31px;
    bottom: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .totop {
    width: 5.8666666667vw;
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
  }
}
.totop__link {
  display: block;
}

/*　左の動き　*/
#page-top.LeftMove {
  animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*　右の動き　*/
#page-top.RightMove {
  animation: RightAnime 0.5s forwards;
}

@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(100px);
  }
}/*# sourceMappingURL=style.css.map */