@charset "UTF-8";
#title {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#title .bg_title_1 {
  width: 100%;
  /*max-width: 1920px;*/
  height: 100%;
  margin: auto;
  background: url("../img/h1_mob_bg.png") no-repeat left top;
  background-size: cover;
  z-index: -3;
  position: relative;
}

#title .inner {
  /*width: 95%;
  max-width: 1260px;
  margin: auto;
  position: relative;
  background: url(../img/bg_title_pc.png) no-repeat top right;*/
}

#title h1 {
  margin-bottom: 0;
  text-align: center;
}

#h1_pc {
  display: none;
}

#h1_mob {
  display: inherit;
  position: relative;
  z-index: -2;
}

#title h1 .balloon-green {
  position: absolute;
  left: 5%;
  top: 18%;
  width: 40%;
  z-index: -3;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

#title h1 .balloon-orange {
  position: absolute;
  left: 10%;
  top: 28%;
  width: 25%;
  z-index: -3;
  animation: floating-y 2s ease-in-out infinite alternate-reverse;
}

#title h1 .balloon-blue {
  position: absolute;
  right: 10%;
  top: 30%;
  width: 25%;
  z-index: -3;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
.price_note {
  display: block;
}

.price_show, .price_stock {
  padding: 5px 10px;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  letter-spacing: 0.1rem;
}

.price_show {
  background: #6abc50;
}

.price_stock {
  background: #0066e2;
}

.item-txt .appeal {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  text-align: center;
  width: 120px;
  height: 120px;
}

.item-txt .appeal .green {
  background: #8CBE5A;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.item-txt .appeal .copyRed {
  color: #C30D23;
  -webkit-text-stroke: 4px #fff;
  text-stroke: 4px #fff;
  paint-order: stroke;
  font-weight: 700;
  line-height: 5em;
  font-size: 2.4rem;
}

.campaign {
  width: 100%;
  height: 350px;
  position: relative;
}

.campaign .campaignBg {
  background: #F0BE50;
  width: 100%;
  height: 410px;
  clip-path: polygon(6% 2%, 92% 5%, 99% 92%, 2% 97%);
  position: absolute;
  top: 0;
  left: 0;
}

.campaignA {
  width: 90%;
  margin: 0 auto;
  padding: 30px;
  background: #8CB4EB;
  clip-path: polygon(0 6%, 100% 2%, 97% 100%, 2% 97%);
  position: relative;
}

.campaignA h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #E73828;
  text-align: center;
  -webkit-text-stroke: 4px #fff;
  text-stroke: 4px #fff;
  paint-order: stroke;
  margin-bottom: 1em;
}

.campaignA div {
  display: inherit;
}

.campaignA div p {
  width: 100%;
  padding: 0;
  font-weight: 700;
}

.campaignA div img {
  width: 90%;
  margin: 15px auto 0;
}

dl.spec dd.size-price {
  display: inherit;
}

.and_more dt {
  text-align: center;
  border: solid 1px #222;
  padding: 7px 0;
  display: block;
  width: 100%;
}

.and_more dd {
  border-bottom: dotted 1px #aaa;
  margin-top: 8px;
  line-height: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.and_more dd span {
  text-align: right;
}

/* タイトルをラインで囲うアニメーション */
.stroke {
  position: relative;
  width: 100%;
  padding: 30px;
}

.stroke .border {
  content: "";
  position: absolute;
  opacity: 0;
}

.stroke .border.top,
.stroke .border.bottom {
  width: calc(100% + 10px);
}

.stroke .border.top {
  border-top: 1px solid #333;
  right: 0;
  top: 0;
}

.stroke .border.bottom {
  border-bottom: 1px solid #333;
  left: 0;
  bottom: 0;
}

.stroke .border.right,
.stroke .border.left {
  height: calc(100% + 10px);
}

.stroke .border.right {
  border-right: 1px solid #333;
  right: 0;
  top: 0;
}

.stroke .border.left {
  border-left: 1px solid #333;
  left: 0;
  bottom: 0;
}

.stroke.is-animated .border {
  opacity: 1;
}

.stroke.is-animated .border.top,
.stroke.is-animated .border.bottom {
  animation: stroke-width 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.stroke.is-animated .border.right,
.stroke.is-animated .border.left {
  animation: stroke-height 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes stroke-width {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: calc(100% + 10px);
    opacity: 1;
  }
}
@keyframes stroke-height {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: calc(100% + 10px);
    opacity: 1;
  }
}
/* 文字が下からフェードinするアニメーション */
.matrix .bg-wrap,
.matrix .bg-wrap .inn {
  display: block;
}

.matrix .bg-wrap {
  overflow: hidden;
  opacity: 0;
}

.matrix .bg-wrap + .bg-wrap {
  margin-top: 10px;
}

.matrix .bg-wrap .inn.large {
  font-size: 36px;
  font-weight: bold;
}

.matrix .bg-wrap .inn.large i {
  font-size: 42px;
  font-family: Arial, Helvetica, "sans-serif";
  font-style: normal;
}

.matrix .bg-wrap .inn.small {
  font-size: 16px;
}

.matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  text-align: center;
}

.matrix.is-animated .bg-wrap {
  opacity: 1;
}

.matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

/* 下線が流れるアニメーション */
.line {
  display: block;
  position: relative;
}

.line::after {
  background: linear-gradient(to right, #ccc 0%, #000 50%, #ccc 100%);
  content: "";
  display: block;
  height: 1px;
  width: 0;
  transform: translateX(-50%);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  bottom: 0;
  left: 50%;
}

.line.is-animated::after {
  width: 100%;
}

/* 背景が流れてからテキストが見えるアニメーション */
.bg .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  padding: 1.2em;
  width: 100%;
}

.bg.is-animated .bg-wrap::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: linear-gradient(to right, #f0e97c 0%, #e8ce56 50%, #f0e97c 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}

.bg .bg-wrap .inn {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 5px 15px;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 0 #000;
}

@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleY(0) translateY(-5%);
  }
  /*30% {
    transform: scaleY(1) translateY(0);
  }*/
  100% {
    transform: scaleY(1) translateY(0);
  }
  /*30%, */
  100% {
    opacity: 1;
  }
}
.cat_title {
  text-align: center;
  color: #fff;
  position: relative;
}

.h3_icon {
  position: absolute;
  left: 1%;
  top: -5%;
  background: #fff;
  border: solid 1px #333;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  color: #000;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 2rem;
  z-index: 1;
}

.proper_head {
  font-size: 1.3rem;
}

.bg-f0e97c {
  background: #f0e97c;
}

.d-inline-block {
  display: inline-block;
}

@media screen and (min-width: 641px) {
  #title .bg_title_1 {
    background: url(../img/bg.png?v=260210) no-repeat top left;
    background-size: cover;
  }
  #h1_pc {
    /*max-width: 1200px;*/
    width: 100%;
    /*max-height: 630px;*/
    height: 100%;
    margin: auto;
    display: inherit;
  }
  #h1_mob {
    display: none;
  }
  #title h1 .balloon-green {
    position: absolute;
    left: 5%;
    top: 7%;
    width: 20%;
    z-index: -1;
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  }
  #title h1 .balloon-orange {
    position: absolute;
    left: 10%;
    top: 10%;
    width: 12%;
    z-index: -1;
    animation: floating-y 2s ease-in-out infinite alternate-reverse;
  }
  #title h1 .balloon-blue {
    position: absolute;
    right: 10%;
    top: 8%;
    width: 10%;
    z-index: -1;
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  }
  .campaign .campaignBg {
    height: 300px;
    clip-path: polygon(6% 2%, 94% 2%, 96% 95%, 5% 97%);
  }
  .campaignA div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .campaignA div p {
    margin-right: 30px;
    font-size: 1.6rem;
  }
  .campaignA div img {
    width: 40%;
  }
  .bgBottom {
    background: url("../img/bottom_pc.png") center bottom no-repeat;
    background-size: contain;
  }
  dl.spec dd.size-price {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: nowrap;
  }
  .matrix .bg-wrap .inn.small {
    font-size: 24px;
  }
  .h3_icon {
    left: 20%;
    width: 120px;
    height: 120px;
    font-size: 2.6rem;
    line-height: 120px;
  }
  .and_more {
    width: 50%;
    margin: 30px auto;
    font-size: 16px;
  }
  .and_more dt {
    text-align: left;
    border: solid 1px #222;
    padding: 7px 15px;
    display: inline-block;
    width: auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .box-1 .item dl.spec dt {
    margin-bottom: 0;
    font-size: 16px;
  }
}
/* 202508追加分 */
article {
  margin-bottom: -80px;
}
@media print, screen and (min-width: 1000px) {
  article {
    margin-bottom: -120px;
  }
}
article #title {
  transition: all 0.8s ease-in-out;
  z-index: 1;
  opacity: 0.2;
}
article #title.inview {
  opacity: 1;
}
article .contents-outer::before {
  content: "";
  display: block;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/bg_mob.jpg?v=2602102);
  background-size: cover;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 1025px) {
  article .contents-outer::before {
    background: url(../img/bg.jpg?v=2602102);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
article .contents-outer .upper-mask {
  content: "";
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.7);
  margin-top: -100vh;
  position: relative;
  -webkit-mask-image: linear-gradient(to top, transparent 0%, #000 76%, #000 100%, transparent 0%);
          mask-image: linear-gradient(to top, transparent 0%, #000 76%, #000 100%, transparent 0%);
}
article .contents-outer .bottom-mask {
  content: "";
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 76%, #000 100%, transparent 0%);
          mask-image: linear-gradient(to bottom, transparent 0%, #000 76%, #000 100%, transparent 0%);
}
article .contents-outer .contents-wrapper {
  background: #fff;
  padding: 20px 0 40px;
  margin: 0 auto 30px;
  position: relative;
  width: 94%;
}
@media print, screen and (min-width: 1000px) {
  article .contents-outer .contents-wrapper {
    margin: 0 auto 60px;
    padding: 20px 40px 40px;
  }
}
article .contents-outer .contents-wrapper .item:nth-of-type(odd) {
  margin-right: 7%;
}
@media screen and (max-width: 640px) {
  article .contents-outer .contents-wrapper .item:nth-of-type(odd) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 1000px) {
  article .contents-outer .contents-wrapper .item:nth-of-type(odd) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 999px) {
  article .contents-outer .contents-wrapper .contents .heading-line {
    padding: 20px 0;
  }
}
article .contents-outer .contents-wrapper .contents .heading-line h3 {
  position: relative;
}
article .contents-outer .contents-wrapper .contents .heading-line h3::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 8px;
  background: #ff0000;
  top: 22px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.8s ease-in-out;
}
@media screen and (max-width: 999px) {
  article .contents-outer .contents-wrapper .contents .heading-line h3::before {
    width: 75%;
    right: 0;
    left: 0;
    top: initial;
    bottom: -10px;
    margin: 0 auto;
  }
}
article .contents-outer .contents-wrapper .contents .heading-line h3 > span {
  background: #fff;
  position: relative;
  padding: 0 4px;
}
article .contents-outer .contents-wrapper .contents .heading-line h3 > span span {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  font-size: 28px !important;
  width: 600px;
}
article .contents-outer .contents-wrapper .contents .heading-line h3 > span span::before, article .contents-outer .contents-wrapper .contents .heading-line h3 > span span::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 999px) {
  article .contents-outer .contents-wrapper .contents .heading-line h3 > span span::before, article .contents-outer .contents-wrapper .contents .heading-line h3 > span span::after {
    width: 20px;
    height: 20px;
  }
}
article .contents-outer .contents-wrapper .contents .heading-line h3 > span span::before {
  background: url(../img/ct1_l.png);
  background-size: contain;
  background-repeat: no-repeat;
}
article .contents-outer .contents-wrapper .contents .heading-line h3 > span span::after {
  background: url(../img/ct1_r.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 999px) {
  article .contents-outer .contents-wrapper .contents .heading-line h3 > span span {
    font-size: 19px !important;
  }
}
@media screen and (max-width: 390px) {
  article .contents-outer .contents-wrapper .contents .heading-line h3 > span span {
    font-size: 17px !important;
  }
}
article .contents-outer .contents-wrapper .contents .heading-line.inview h3::before {
  transform: scaleX(1);
}
article .contents-outer .contents-wrapper .contents .heading-line.inview h3 span {
  opacity: 1;
}
article .contents-outer .contents-wrapper .contents .heading-box {
  padding: 0;
}
article .contents-outer .contents-wrapper .contents .heading-box h3 span {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 290px;
  font-size: 18px !important;
}
@media print, screen and (min-width: 1000px) {
  article .contents-outer .contents-wrapper .contents .heading-box h3 span {
    font-size: 26px !important;
    width: 600px;
  }
}
article .contents-outer .contents-wrapper .contents .heading-box h3 span::before {
  transition: all 0.8s ease-in-out 0.6s;
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f9cb87;
  z-index: -1;
  top: 0px;
  left: 16px;
  transform: rotate(4deg);
}
article .contents-outer .contents-wrapper .contents .heading-box h3 span::after {
  transition: all 0.8s ease-in-out;
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  background: #f29600;
  z-index: -1;
  top: 0px;
  left: 0px;
  transform: rotate(0deg);
}
article .contents-outer .contents-wrapper .contents .heading-box.inview span::before {
  opacity: 1;
}
article .contents-outer .contents-wrapper .contents .heading-box.inview span::after {
  opacity: 1;
  width: 100%;
}
article .contents-outer .contents-wrapper .contents .series ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  article .contents-outer .contents-wrapper .contents .red-price {
    display: block;
  }
}
article .contents-outer .contents-wrapper #sale_big-hit .heading-line h3 > span::before {
  opacity: 0;
  transition: opacity 0.4s;
  content: "";
  position: absolute;
  display: block;
  width: 110px;
  height: 110px;
  background: url(../img/hot.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: -60px;
  left: -100px;
}
@media screen and (max-width: 999px) {
  article .contents-outer .contents-wrapper #sale_big-hit .heading-line h3 > span::before {
    position: absolute;
    display: block;
    top: -80px;
    left: -54px;
    transform: rotate(10deg);
  }
}
article .contents-outer .contents-wrapper #sale_big-hit .heading-line h3 > span span {
  color: #f00;
}
article .contents-outer .contents-wrapper #sale_big-hit .heading-line.inview h3 > span::before {
  opacity: 1;
}
article .contents-outer .contents-wrapper #sale_big-hit .heading-box h3 span::before {
  background: #b0e3ed;
}
article .contents-outer .contents-wrapper #sale_big-hit .heading-box h3 span::after {
  background: #07aad1;
}
article .contents-outer .contents-wrapper #sale_big-hit .series .itembox .item:nth-of-type(1) figure {
  position: relative;
}
article .contents-outer .contents-wrapper #sale_big-hit .series .itembox .item:nth-of-type(1) figure::before {
  transition: all 0.8s ease-in-out;
  opacity: 0;
  content: "";
  background: url(../img/il_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  display: block;
  position: absolute;
  width: 160px;
  height: 160px;
  bottom: -70px;
  right: -40px;
}
@media screen and (max-width: 999px) {
  article .contents-outer .contents-wrapper #sale_big-hit .series .itembox .item:nth-of-type(1) figure::before {
    width: 120px;
    height: 120px;
    bottom: -30px;
    right: -40px;
  }
}
@media screen and (max-width: 769px) {
  article .contents-outer .contents-wrapper #sale_big-hit .series .itembox .item:nth-of-type(1) figure::before {
    width: 160px;
    height: 160px;
    bottom: -38px;
    right: -50px;
  }
}
@media screen and (max-width: 600px) {
  article .contents-outer .contents-wrapper #sale_big-hit .series .itembox .item:nth-of-type(1) figure::before {
    width: 140px;
    height: 140px;
    bottom: -38px;
    right: -52px;
  }
}
article .contents-outer .contents-wrapper #sale_big-hit .series .itembox .item:nth-of-type(2) figure {
  position: relative;
}
article .contents-outer .contents-wrapper #sale_big-hit .series .itembox .item:nth-of-type(2) figure::before {
  transition: all 0.8s ease-in-out;
  opacity: 0;
  content: "";
  background: url(../img/il_02r.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  display: block;
  position: absolute;
  width: 200px;
  height: 100px;
  bottom: -60px;
  right: -90px;
}
@media screen and (max-width: 999px) {
  article .contents-outer .contents-wrapper #sale_big-hit .series .itembox .item:nth-of-type(2) figure::before {
    width: 100px;
    height: 100px;
    bottom: -40px;
    right: -38px;
  }
}
@media screen and (max-width: 769px) {
  article .contents-outer .contents-wrapper #sale_big-hit .series .itembox .item:nth-of-type(2) figure::before {
    width: 120px;
    height: 120px;
    bottom: -40px;
    right: -38px;
  }
}
@media screen and (max-width: 600px) {
  article .contents-outer .contents-wrapper #sale_big-hit .series .itembox .item:nth-of-type(2) figure::before {
    width: 100px;
    height: 100px;
    bottom: -40px;
    right: -38px;
  }
}
article .contents-outer .contents-wrapper #sale_big-hit .series .itembox .item.inview figure::before {
  opacity: 1;
}
article .contents-outer .contents-wrapper #sale_resize {
  position: relative;
}
article .contents-outer .contents-wrapper #sale_resize .heading-line h3::before {
  background: #6cba5a;
}
article .contents-outer .contents-wrapper #sale_resize .heading-line h3 > span span {
  color: #6cba5a;
}
article .contents-outer .contents-wrapper #sale_resize .heading-line h3 > span span::before {
  background: url(../img/ct2_1.png);
}
article .contents-outer .contents-wrapper #sale_resize .heading-line h3 > span span::after {
  background: url(../img/ct2_r.png);
}
article .contents-outer .contents-wrapper #sale_resize .heading-line h3 > span span::before, article .contents-outer .contents-wrapper #sale_resize .heading-line h3 > span span::after {
  background-size: contain;
  background-repeat: no-repeat;
}
article .contents-outer .contents-wrapper #sale_resize .illust_desk {
  transition: all 0.8s ease-in-out 0.6s;
  opacity: 0;
  position: relative;
  margin-bottom: 20px;
  z-index: 2;
}
article .contents-outer .contents-wrapper #sale_resize .illust_desk p {
  position: absolute;
  width: 120px;
  top: -16px;
  right: 18px;
}
article .contents-outer .contents-wrapper #sale_resize .illust_desk.inview {
  opacity: 1;
}
article .contents-outer .contents-wrapper #sale_resize .resize_merit {
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
  padding: 20px;
  position: relative;
}
article .contents-outer .contents-wrapper #sale_resize .resize_merit::before, article .contents-outer .contents-wrapper #sale_resize .resize_merit::after {
  position: absolute;
  top: -3px;
  width: 20px;
  height: 100%;
  content: "";
  border-top: solid 3px #6f6f6f;
  border-bottom: solid 3px #6f6f6f;
}
article .contents-outer .contents-wrapper #sale_resize .resize_merit::before {
  border-left: solid 3px #6f6f6f;
  border-radius: 20px 0 0 20px;
  left: 0;
}
article .contents-outer .contents-wrapper #sale_resize .resize_merit::after {
  border-right: solid 3px #6f6f6f;
  border-radius: 0 20px 20px 0;
  right: 0;
}
article .contents-outer .contents-wrapper #sale_resize .resize_merit p {
  font-weight: 600;
  text-decoration: underline;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  text-underline-offset: -4px;
  text-decoration-color: #fff600;
  text-decoration-thickness: 6px;
}
article .contents-outer .contents-wrapper #sale_resize .resize_merit ul li {
  list-style: disc;
  list-style-position: inside;
}
article .contents-outer .contents-wrapper #sale_resize .resize_merit ul li:first-child {
  margin-bottom: 10px;
}
article .contents-outer .contents-wrapper #sale_resize .resize_merit ul li::marker {
  color: #ff8243;
}
article .contents-outer .contents-wrapper #sale_resize .series .item:nth-of-type(1) figure {
  position: relative;
}
article .contents-outer .contents-wrapper #sale_resize .series .item:nth-of-type(1) figure::before {
  transition: all 0.8s ease-in-out;
  opacity: 0;
  content: "";
  background: url(../img/il_03.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  display: block;
  position: absolute;
  width: 140px;
  height: 137px;
  bottom: -44px;
  right: -50px;
}
@media screen and (max-width: 999px) {
  article .contents-outer .contents-wrapper #sale_resize .series .item:nth-of-type(1) figure::before {
    width: 110px;
    height: 110px;
    bottom: -30px;
    right: -40px;
  }
}
@media screen and (max-width: 769px) {
  article .contents-outer .contents-wrapper #sale_resize .series .item:nth-of-type(1) figure::before {
    width: 140px;
    height: 140px;
    bottom: -40px;
    right: -40px;
  }
}
@media screen and (max-width: 600px) {
  article .contents-outer .contents-wrapper #sale_resize .series .item:nth-of-type(1) figure::before {
    width: 120px;
    height: 120px;
    bottom: -40px;
    right: -50px;
  }
}
@media print, screen and (min-width: 1040px) {
  article .contents-outer .contents-wrapper #sale_resize .series .item:nth-of-type(1) figure::before {
    right: -90px;
  }
}
article .contents-outer .contents-wrapper #sale_resize .series .item:nth-of-type(1) .spec dd {
  line-height: 22px;
  margin-top: 6px;
}
article .contents-outer .contents-wrapper #sale_resize .series .item.inview figure::before {
  opacity: 1;
}
article .contents-outer .contents-wrapper #sale_easy .heading-box h3 span::before {
  background: #a1d6dc;
}
article .contents-outer .contents-wrapper #sale_easy .heading-box h3 span::after {
  background: #00adba;
}
article .contents-outer .contents-wrapper #sale_used .heading-box h3 span::before {
  background: #f3b1b9;
}
article .contents-outer .contents-wrapper #sale_used .heading-box h3 span::after {
  background: #eb6d80;
}
article .contents-outer .contents-wrapper .illust_town {
  transition: all 0.8s ease-in-out;
  opacity: 0;
  position: relative;
  width: 90%;
  margin: 40px auto 0;
  bottom: 0;
  right: 0;
}
article .contents-outer .contents-wrapper .illust_town.inview {
  opacity: 1;
}
@media print, screen and (min-width: 1000px) {
  article .contents-outer .contents-wrapper .illust_town {
    position: absolute;
    width: 43%;
    bottom: 270px;
    right: 40px;
  }
}

.taiken {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 1000px) {
  .taiken {
    margin-bottom: 130px;
  }
}
.taiken .category_outer h3 .h3_icon {
  left: 2%;
}
@media screen and (max-width: 500px) {
  .taiken .category_outer h3 .h3_icon {
    left: -8%;
    top: 12%;
  }
}
@media print, screen and (min-width: 1000px) {
  .taiken .category_outer h3 .h3_icon {
    left: 14%;
  }
}
@media screen and (max-width: 500px) {
  .taiken .category_outer h3 .bg-wrap {
    padding-left: 46px;
  }
}
.taiken .category_outer #taiken_outline {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .taiken .category_outer #taiken_outline {
    width: 100%;
  }
}
.taiken .category_outer #taiken_outline dl dd span span {
  display: inline-block;
}

#reservation {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  #reservation {
    width: 100%;
  }
}

dl.spec .sound_spec {
  white-space: nowrap;
}

#sale_big-hit div.series > div > div:nth-child(3) span.proper > span:nth-of-type(1)::after {
  content: "～";
}

#sale_big-hit > div.series > div > div:nth-child(3) > div > dl > dd.price > span.init-price::after {
  content: "～";
}

#sale_resize > div.series > div:nth-child(1) > div:nth-child(1) > div > dl > dd.price > span > span:nth-child(1), #sale_resize > div.series > div:nth-child(1) > div:nth-child(2) > div > dl > dd.price > span > span:nth-child(1), #sale_resize > div.series > div:nth-child(1) > div:nth-child(3) > div > dl > dd.price > span > span:nth-child(1), #sale_resize > div.series > div:nth-child(1) > div:nth-child(4) > div > dl > dd.price > span > span:nth-child(1), #sale_resize > div.series > div:nth-child(2) > div > div.item-txt > dl > dd.price > span > span:nth-child(1) {
  position: relative;
}
#sale_resize > div.series > div:nth-child(1) > div:nth-child(1) > div > dl > dd.price > span.proper.gray > span:nth-child(1), #sale_resize > div.series > div:nth-child(1) > div:nth-child(2) > div > dl > dd.price > span.proper.gray > span:nth-child(1), #sale_resize > div.series > div:nth-child(1) > div:nth-child(3) > div > dl > dd.price > span.proper.gray > span:nth-child(1), #sale_resize > div.series > div:nth-child(1) > div:nth-child(4) > div > dl > dd.price > span.proper.gray > span:nth-child(1), #sale_resize > div.series > div:nth-child(2) > div > div.item-txt > dl > dd.price > span.proper.gray > span:nth-child(1) {
  position: relative;
}
#sale_resize > div.series > div:nth-child(1) > div:nth-child(1) > div > dl > dd.price > span.proper.gray > span:nth-child(1)::after, #sale_resize > div.series > div:nth-child(1) > div:nth-child(2) > div > dl > dd.price > span.proper.gray > span:nth-child(1)::after, #sale_resize > div.series > div:nth-child(1) > div:nth-child(3) > div > dl > dd.price > span.proper.gray > span:nth-child(1)::after, #sale_resize > div.series > div:nth-child(1) > div:nth-child(4) > div > dl > dd.price > span.proper.gray > span:nth-child(1)::after, #sale_resize > div.series > div:nth-child(2) > div > div.item-txt > dl > dd.price > span.proper.gray > span:nth-child(1)::after {
  content: "";
}

.init-price {
  display: block;
  margin-top: 10px;
}

.sale-price-note {
  display: inline-block;
  font-size: 18px;
  margin-right: 6px;
}

.cefine-double {
  width: 50%;
}

.cefine-double .item-txt {
  /* text-align: center; */
}

.cefine-double .item-txt .sound_spec {
  /* margin: 0 auto; */
}

.double-fig-wrapper {
  display: flex;
  justify-content: space-evenly;
}

@media (min-width: 350px) and (max-width: 1000px) {
  dl.spec .sound_spec {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
#title .bg_title_1 {
  background: none;
}

#title .inner {
  max-width: 2000px;
}

@media screen and (max-width: 999px) {
  .header.miyajiHeader .header__wrap {
    height: initial;
  }
}

.no-scroll {
  overflow: hidden;
  height: 100vh; /* iOSでのスクロールバグ対策 */
}

#sale_header {
  background: url(../img/header_bg.png);
  background-repeat: repeat-x;
  background-size: contain;
  transition: all 0.6s ease-in;
  position: fixed;
  top: 100px;
  z-index: -1;
  opacity: 0;
  width: 100%;
  padding: 10px 20px;
}
@media screen and (max-width: 999px) {
  #sale_header {
    top: 60px;
  }
}
#sale_header.is-active {
  z-index: 5;
  opacity: 1;
}
#sale_header.is-active .menu {
  opacity: 1;
}
#sale_header.is-hide {
  top: -100px;
}
#sale_header.is-hide #sale_drawer {
  opacity: 0;
  z-index: -1;
  position: relative;
}
#sale_header.is-hide #sale_drawer .open {
  z-index: -1;
  pointer-events: none;
}
#sale_header .sh_wrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
#sale_header .sh_wrapper h2 {
  display: inline-block;
  width: 300px;
  margin-left: 20px;
}
@media screen and (max-width: 999px) {
  #sale_header .sh_wrapper h2 {
    width: 46%;
    margin: 0 auto 6px;
    display: block;
  }
}
#sale_header .sh_wrapper p {
  display: inline-block;
  margin-left: 20px;
  width: 200px;
}
@media screen and (max-width: 999px) {
  #sale_header .sh_wrapper p {
    width: 40%;
    margin-left: 0;
  }
}
#sale_header #sale_drawer {
  transition: all 0.6s ease-in;
}

/*========================
	// drawer menu
========================== */
#drawer {
  display: none;
}

label {
  cursor: pointer;
  position: fixed;
}

.open {
  z-index: 200;
  top: 108px;
  right: 8px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #e50012;
  transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 999px) {
  .open {
    top: 74px;
  }
}

.open::before,
.open::after {
  content: "";
}

.open span,
.open::before,
.open::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
  width: 40%;
  border-bottom: 2px solid white;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.open::before {
  transform: translateY(-8px);
}

.open::after {
  transform: translateY(8px);
}

.close {
  z-index: 1;
  inset: 0;
  pointer-events: none;
  transition: background 0.6s;
}

#drawer:checked + .open {
  background: #e50012;
  transform: translateX(-280px);
}

#drawer:checked + .open span {
  transform: scaleX(0);
}

#drawer:checked + .open::before {
  transform: rotate(135deg) scaleX(1.2);
}

#drawer:checked + .open::after {
  transform: rotate(-135deg) scaleX(1.2);
}

#drawer:checked ~ .close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.3);
}

/* :::::: drawer menu :::::: */
.menu {
  z-index: 100;
  position: fixed;
  overflow: auto;
  top: 100px;
  right: 0;
  width: 280px;
  height: 100%;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 999px) {
  .menu {
    top: 60px;
  }
}

.menu h2 {
  color: white;
  font-family: "Ubuntu Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}

.menu ul {
  margin: 0;
  padding: 0;
}

.menu li {
  line-height: 1.4;
  font-size: 1.6rem;
}

.menu li:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.menu a {
  display: block;
  padding: 1em 2em;
  color: white;
  text-decoration: inherit;
  transition: background 0.6s;
}

.menu a:hover {
  background: black;
  color: #fff;
}

#drawer:checked ~ .menu {
  transform: none;
}

#sale_resize, #sale_easy, #sale_used {
  margin-top: -30px;
  padding-top: 30px;
}
#taiken {
  margin-top: -60px;
  padding-top: 60px;
}/*# sourceMappingURL=index.css.map */