p{
  font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
}

._sp{
  display: none;
}
@media screen and (max-width: 768px){
  ._sp{
    display: block;
  }
  ._pc{
    display: none;
  }
}

body{
  background-color: #000;
}

button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.hamburger {
  width: 32px;
  height: 23px;
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 100;
}

.hamburger_bar {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  border-radius: 6px;
  left: 0;
  background: #BEBEBE;
  transition: top 0.24s, transform 0.24s, opacity 0.24s;
}

.hamburger_bar:nth-child(1) {
  top: 0;
}

.hamburger_bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger_bar:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}

.hamburger_bar.is_active:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}

.hamburger_bar.is_active:nth-child(2) {
  transform: translate(50%, -50%);
  opacity: 0;
}

.hamburger_bar.is_active:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
}

.sp_nav.is_active {
  opacity: 1;
  pointer-events: auto;
}

.sp_nav{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: url(../../img/common/nav_bg.png) no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.24s;
  pointer-events: none;
}
.sp_nav_wrap{
  padding: 30vw 0;
  display: flex;
  flex-direction: column;
  gap: 13vw;
  text-align: center;
}
.sp_nav_list img{
  width: auto;
  height: 18px;
}

.pc_nav{
  background-color: #000;
  border-bottom: 1px solid #CECECE;
  padding: 1.6vw 0 1.4vw;
  box-shadow: 0 3px 8px #000;
  position: fixed;
  z-index: 999;
}
.pc_nav_wrap{
  display: flex;
  justify-content: flex-start;
  gap: 1.9vw;
  width: 80%;
  padding-left: 5.3%;
}
.pc_nav_list{
  line-height: 1;
}
.pc_nav_list a{
  transition: 0.3s;
}
.pc_nav_list a:hover{
  opacity: 0.7;
}
.pc_nav_list img{
  height: 100%;
}
@media screen and (max-width: 768px){
  .pc_nav{
    display: none;
  }
}

.wrap{
  background: #fff url(../img/goods/back.png) repeat-y center;
  background-size: contain;
  padding-top: 11vw;
  padding-bottom: 15.7vw;
  position: relative;
}
@media screen and (max-width: 768px){
  .wrap{
    padding-top: 20vw;
    padding-bottom: 45vw;
  }
}

.logo{
  width: 10.6%;
  margin: 0 auto;
}
.ttl{
  width: 28.5%;
  margin: 2.2vw auto 0;
}
@media screen and (max-width: 768px){
  .logo{
    width: 28%;
  }
  .ttl{
    width: 75%;
    margin: 5.6vw auto 0;
  }
}

.inner {
  width: 70%;
  margin: 7.2vw auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2.6vw 4.4vw;
}
.item {
  width: calc(100% / 2 - 4.4vw);
  filter: drop-shadow(3px 3px 6px rgba(0,0,0,0.15));
  background-color: #fff;
  padding: 0.8vw 1vw 4.6vw;
}
.item-img {
  width: 100%;
  cursor: pointer;
}
.item-txt {
  width: 82%;
  position: relative;
  margin: 0.8vw auto 0;
}
.click-btn {
  position: absolute;
  width: 1.4vw;
  right: 0;
  top: -1.9vw;
  cursor: pointer;
}
.item-name {
  color: #fff;
  font-size: 1.7vw;
  line-height: 1;
  background: url(../img/goods/name-back.png) no-repeat center;
  background-size: cover;
  padding: 0.5vw 1.4vw;
  letter-spacing: 0.02em;
}
.item-price {
  font-size: 1.7vw;
  letter-spacing: 0.1em;
  padding: 2vw 0;
  border-bottom: #000 solid 1px;
}
.tax {
  font-size: 1.3vw;
}
.item-content {
  font-size: 1.2vw;
  letter-spacing: 0.1em;
  padding-top: 2vw;
  line-height: 1.2;
}
.sm {
  font-size: 0.8vw;
}
@media screen and (max-width: 768px){
  .inner {
    width: 86%;
    margin: 21vw auto 0;
    flex-direction: column;
    gap: 5.6vw;
  }
  .item {
    width: 100%;
    box-sizing: border-box;
    padding: 2.5vw 2.7vw 12.2vw;
  }
  .item-img {
  }
  .item-txt {
    width: 82%;
    margin: 2.5vw auto 0;
  }
  .click-btn {
    width: 4vw;
    top: -5vw;
  }
  .item-name {
    font-size: 5.3vw;
    padding: 1.3vw 4vw;
  }
  .item-price {
    font-size: 5.3vw;
    padding: 4vw 0 5.6vw;
  }
  .tax {
    font-size: 3.8vw;
  }
  .item-content {
    font-size: 3.8vw;
    padding-top: 4.8vw;
    letter-spacing: 0.05em;
  }
  .sm {
    font-size: 2.6vw;
  }
}

.sales {
  width: 70%;
  margin: 8.8vw auto 0;
}
.price {
  width: 100%;
}

.sales-theater {
  margin-top: 6.2vw;
}
.sales-ttl {
  font-size: 2.3vw;
  line-height: 1;
	padding-left:1em;
	text-indent:-1em;
}
.sales-ttl-sm {
  font-size: 1.4vw;
}
.sales-txt {
  font-size: 1.4vw;
  line-height: 1.4;
  margin-top: 2vw;
}
.sales-txt a {
  text-decoration: underline;
  color: #000;
}
.sales-txt a:hover {
  text-decoration: none;
}
.sales-store {
  margin-top: 7.3vw;
}
.sales-net {
  margin-top: 7.3vw;
}
.txt-red {
  color: #DE001A;
}
.sales-link {
  margin-top: 2.5vw;
  margin-bottom: 4.4vw;
  font-size: 1.4vw;
}
.sales-link a {
  display: inline-block;
  width: 52%;
  transition: 0.3s;
}
.sales-link a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px){
  .sales {
    width: 88%;
    margin: 22vw auto 0;
  }
  .price {
    width: 97%;
    margin: 0 auto;
  }
  
  .sales-theater {
    margin-top: 13.8vw;
  }
  .sales-ttl {
    font-size: 6.9vw;
  }
  .sales-ttl-sm {
    font-size: 5vw;
  }
  .sales-txt {
    font-size: 4.8vw;
    margin-top: 7vw;
  }
  .sales-store {
    margin-top: 26.6vw;
  }
  .sales-net {
    margin-top: 26.6vw;
  }
  .sales-link {
    margin-top: 3vw;
    margin-bottom: 8.5vw;
    font-size: 4.8vw;
  }
  .sales-link a {
    width: 100%;
  }
}

.p-comment-pagetop {
  width: 4.5vw;
  position: absolute;
  right: 6vw;
  bottom: 5.3vw;
}
@media screen and (max-width: 768px){
  .p-comment-pagetop {
    width: 10.6vw;
    right: 6vw;
    bottom: 12vw;
  }
}
