@charset "UTF-8";
/************************************
  Style.css
************************************/
/*----- タイトル -----*/
.page-product .sec-ttl-product {
  color: #FFF;
  margin-bottom: 4vw;
  font-size: 8.53333vw;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .page-product .sec-ttl-product {
    font-size: 3.75vw;
    margin-bottom: 0;
    width: 100%;
  }
}

.page-product .sec-ttl-product::before {
  background: url(../images/common/elem_pt.png) center no-repeat;
  background-size: contain;
  content: "";
  height: 30vw;
  left: calc(50% - 15vw);
  opacity: 0.8;
  position: absolute;
  top: calc(50% - 15vw);
  width: 30vw;
}

@media only screen and (min-width: 769px) {
  .page-product .sec-ttl-product::before {
    height: 15vw;
    left: calc(50% - 7.5vw);
    top: calc(50% - 7.5vw);
    width: 15vw;
  }
}
/****** product ******/
.sec#product {
  color: #333;
  padding-bottom: 4vw;
  z-index: 2;
}

@media only screen and (min-width: 769px) {
  .sec#product {
    padding-bottom: 2vw;
  }
}

.sec#product .sec-inner {
  padding: 0 4vw 8vw;
  z-index: 1;
}

@media only screen and (min-width: 769px) {
  .sec#product .sec-inner {
    padding: 0 8vw 2vw;
  }
}

.sec#product .ns-special-edition {
  position: relative;
	background: rgba(0,0,0,0.6);
	padding: 4vw 0;
  margin-bottom: 4vw;
}

@media only screen and (min-width: 769px) {
	.sec#product .ns-special-edition {
		padding: 3vw 0;
    margin-bottom: 2vw;
  }
}

.sec#product .ns-special-edition a {
	display: block;
  margin-right: auto;
  margin-left: auto;
  width: 92%;
}

@media only screen and (min-width: 769px) {
	.sec#product .ns-special-edition a {
    width: 86.787%;
  }
}

.sec#product .product-privilege {
  color: #666;
  margin-bottom: 2.66667vw;
  transition: opacity .2s ease-in;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-privilege {
    margin-bottom: 0;
  }
}

.sec#product .product-privilege::before, .sec#product .product-privilege::after {
  content: "";
  display: block;
  width: 100%;
  z-index: -1;
}

.sec#product .product-privilege::before {
  background: url(../images/product/privilege_bg-t.png) center bottom no-repeat;
  background-size: 100% 16px;
  height: 16px;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-privilege::before {
    height: 50px;
    background-size: 100% 50px;
  }
}

.sec#product .product-privilege::after {
  background: url(../images/product/privilege_bg-b.png) center top no-repeat;
  background-size: 100% 20px;
  height: 20px;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-privilege::after {
    height: 69px;
    background-size: 100% 69px;
  }
}

.sec#product .product-privilege:hover {
  opacity: .8;
}

.sec#product .product-privilege .inner {
  background: url(../images/product/privilege_bg-c.png) center top repeat-y;
  background-size: 100% 38px;
  padding: 1vw 2vw;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-privilege .inner {
    background-size: 100% 77px;
    padding: 1vw;
  }
}

.sec#product .product-privilege a {
  color: #666;
  display: block;
  height: 100%;
  position: relative;
}

.sec#product .product-privilege a::after {
  background: url(../images/common/arrow_ic-r-brown.png) center no-repeat;
  background-size: contain;
  bottom: -1vw;
  content: "";
  display: block;
  height: 3.2vw;
  position: absolute;
  right: 4vw;
  width: 4vw;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-privilege a::after {
    bottom: -1.33333vw;
    height: 1.6em;
    right: 1.33333vw;
    width: 2em;
  }
}

.sec#product .product-privilege-inner {
  margin: -8px 0 -10px;
  padding: 2vw 0;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-privilege-inner {
    margin: -13px auto -22px;
    padding: 1vw 0;
    width: 83.33333%;
  }
}

.sec#product .product-privilege-ic {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 27.16418%;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-privilege-ic {
    left: -4%;
    width: 29.125%;
  }
}

.sec#product .product-privilege-detail {
  font-size: 2.4vw;
  line-height: 1.2;
  position: relative;
  margin-left: auto;
  width: 72%;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-privilege-detail {
    font-size: 1.25vw;
    margin-right: auto;
    text-align: center;
    width: 75%;
  }
}

.sec#product .product-privilege-ttl {
  background: url(../images/common/sec-ttl_bg-sp.png) center no-repeat;
  background-size: contain;
  color: #FFF;
  font-size: 3.46667vw;
  margin-right: auto;
  margin-bottom: 2vw;
  padding: .6em 0 .7em;
  text-align: center;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.5);
  width: 75%;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-privilege-ttl {
    background: url(../images/common/sec-ttl_bg.png) center no-repeat;
    background-size: 100%;
    font-size: 1.5625vw;
    margin-top: -29px;
    margin-bottom: 1vw;
    margin-left: auto;
    width: 50%;
  }
}

.sec#product .product-privilege-text {
  text-align: left;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-privilege-text {
    text-align: center;
  }
}

.sec#product .product-privilege-text-name {
  font-size: 2.4vw;
  font-weight: 700;
  margin-bottom: 1.33333vw;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-privilege-text-name {
    font-size: 1.5625vw;
    margin-bottom: 0.66667vw;
  }
}

.sec#product .product-privilege-text-ttl {
  color: #A4811A;
  line-height: 1.5;
  margin-left: .5em;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-privilege-text-ttl {
    display: inline-block;
    vertical-align: top;
  }
}

.sec#product .product-privilege-text-item {
  margin-left: .5em;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-privilege-text-item {
    display: inline-block;
  }
}

.sec#product .product-privilege a.modal-skill-btn {
	display: inline;
	text-decoration: underline;
	color: #9d8a6f;
}
.sec#product .product-privilege a.modal-skill-btn::after {
	content: none;
}
@media only screen and (min-width: 769px) {
	.sec#product .product-privilege a.modal-skill-btn:hover {
		text-decoration: none;
	}
}

#modal-skill {
	color: #fff;
}
@media only screen and (min-width: 769px) {
	#modal-skill {
		width: 70%;
		margin: 0 auto;
	}
}

#modal-skill .ttl {
	text-align: center;
	font-weight: 700;
	font-size: 6vw;
	margin-bottom: 8vw;
	line-height: 1.3;
}
@media only screen and (min-width: 769px) {
	#modal-skill .ttl {
		font-size: 2.4vw;
		margin-bottom: 3vw;
	}
}

#modal-skill .lead {
	line-height: 1.5;
	margin-bottom: 6vw;
}
@media only screen and (min-width: 769px) {
	#modal-skill .lead {
		font-size: 1.2vw;
		margin-bottom: 3vw;
	}
}

@media only screen and (min-width: 769px) {
	#modal-skill .conts-box {
		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;
	}
}

@media only screen and (max-width: 768px) {
	#modal-skill .conts-box .image {
		margin-bottom: 5vw;
	}
}
@media only screen and (min-width: 769px) {
	#modal-skill .conts-box .image {
		width: 50%;
	}
}

#modal-skill .conts-box .image img {
	width: 100%;
}

#modal-skill .conts-box .text-box {
	position: relative;
	border: 1px solid #fff;
	box-sizing: border-box;
	padding: 6vw;
}
.lang-cn #modal-skill .conts-box .text-box,
.lang-hk #modal-skill .conts-box .text-box,
.lang-kr #modal-skill .conts-box .text-box {
	padding: 6vw 8vw;
}
@media only screen and (min-width: 769px) {
	#modal-skill .conts-box .text-box {
		width: 45%;
		padding: 3.5vw 2.5vw;
	}
	.lang-cn #modal-skill .conts-box .text-box,
	.lang-hk #modal-skill .conts-box .text-box,
	.lang-kr #modal-skill .conts-box .text-box {
		padding: 4.5vw 3vw;
	}
}

#modal-skill .conts-box .text-box::before {
	border: 1px solid rgba(255, 255, 255, 0.8);
  content: "";
  display: block;
  height: calc(100% - 6px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 6px);
}

#modal-skill .conts-box .text-box ul li {
	line-height: 1.8;
}
.lang-cn #modal-skill .conts-box .text-box ul li,
.lang-hk #modal-skill .conts-box .text-box ul li,
.lang-kr #modal-skill .conts-box .text-box ul li {
	text-indent: -1em;
}
@media only screen and (min-width: 769px) {
	#modal-skill .conts-box .text-box ul li {
		font-size: 1vw;
	}
}

#modal-skill .conts-box .text-box ul li + li {
	margin-top: 3vw;
}
@media only screen and (min-width: 769px) {
	#modal-skill .conts-box .text-box ul li + li {
		margin-top: 1vw;
	}
}

.lang-cn #modal-skill .conts-box .text-box ul li::before,
.lang-hk #modal-skill .conts-box .text-box ul li::before,
.lang-kr #modal-skill .conts-box .text-box ul li::before {
	content: "・";
}

#modal-skill .conts-box .text-box ul li strong {
	font-size: 3.6vw;
}
@media only screen and (min-width: 769px) {
	#modal-skill .conts-box .text-box ul li strong {
		font-size: 1.1vw;
	}
}

.sec#product .product-lineup {
  margin-bottom: 4vw;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-lineup {
    margin-bottom: 3vw;
  }
}

.sec#product .product-lineup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .sec#product .product-lineup-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.sec#product .product-lineup-list-item {
  margin-bottom: -1%;
  position: relative;
  transition: opacity .2s ease-in;
  width: 49.92701%;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-lineup-list-item {
    margin-bottom: -.25%;
    width: 24.43182%;
  }
}

@media only screen and (min-width: 769px) {
  .sec#product .product-lineup-list-item:not(:nth-child(4n)) {
    margin-right: .75%;
  }
}

.sec#product .product-lineup-list-item::after {
  background: url(../images/common/arrow_ic-r-brown.png) center no-repeat;
  background-size: contain;
  bottom: 4vw;
  content: "";
  display: block;
  height: 3.2vw;
  position: absolute;
  right: 2.66667vw;
  width: 4vw;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-lineup-list-item::after {
    bottom: 2vw;
    height: 1.6em;
    right: 1.33333vw;
    width: 2em;
  }
}

.sec#product .product-lineup-list-item .product-ttl {
  background: url(../images/common/sec-ttl_bg-sp.png) center no-repeat;
  background-size: contain;
  color: #FFF;
  font-size: 2.93333vw;
  margin-top: -14px;
  margin-bottom: 2vw;
  padding: .9vw 0 1vw;
  text-align: center;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.5);
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-lineup-list-item .product-ttl {
    background: url(../images/common/sec-ttl_bg.png) center no-repeat;
    background-size: 100%;
    font-size: 1.35417vw;
    margin-top: -29px;
    margin-bottom: 0.5vw;
  }
}

.sec#product .product-lineup-list-item .product-image {
  line-height: 0;
  margin-bottom: -9px;
  padding: 0;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-lineup-list-item .product-image {
    margin-bottom: -19px;
  }
}

@media only screen and (min-width: 769px) {
  .sec#product .product-lineup-list-item:hover {
    opacity: .8;
  }
}

.sec#product .product-nav {
  margin-bottom: 12vw;
  width: 92%;
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .sec#product .product-nav {
    margin-right: auto;
    margin-left: auto;
    padding-top: 4vw;
  }
}

@media only screen and (min-width: 769px) {
  .sec#product .product-nav {
    margin-bottom: 5vw;
    width: 100%;
  }
}

.sec#product .product-nav-list {
  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;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-nav-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.sec#product .product-nav-list-item {
  position: relative;
  text-align: center;
}

.sec#product .product-nav-list-item a {
  color: #FFF;
  display: block;
  font-size: 3.46667vw;
  line-height: 1;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-nav-list-item a {
    font-size: 1.35417vw;
  }
}

@media only screen and (min-width: 769px) {
  .sec#product .product-nav-list-item a:hover path {
    stroke: #EED998;
  }
}

@media only screen and (min-width: 769px) {
  .sec#product .product-nav-list-item a:hover .product-nav-list-item-lable {
    color: #EED998;
  }
}

.sec#product .product-nav-list-item .svg-box {
  left: 50%;
  padding-top: 12vw;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-nav-list-item .svg-box {
    padding-top: 5vw;
  }
}

.sec#product .product-nav-list-item .svg-box > svg {
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.sec#product .product-nav-list-item .svg-box > svg path {
  transition: stroke .5s ease;
}

.sec#product .product-nav-list-item.item-normal {
  margin-right: 2%;
  width: 34%;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-nav-list-item.item-normal {
    margin-right: 1%;
    width: 17%;
  }
}

.sec#product .product-nav-list-item.item-delux {
  width: 64%;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-nav-list-item.item-delux {
    width: 34%;
  }
}

.sec#product .product-nav-list-item.item-doublepack {
  margin-right: 2%;
  width: 49%;
}

@media only screen and (max-width: 768px) {
  .sec#product .product-nav-list-item.item-doublepack {
    margin-bottom: 12vw;
  }
}

@media only screen and (min-width: 769px) {
  .sec#product .product-nav-list-item.item-doublepack {
    margin-right: 1%;
    width: 24%;
  }
}

.sec#product .product-nav-list-item.item-dlcard {
  width: 49%;
}

@media only screen and (max-width: 768px) {
  .sec#product .product-nav-list-item.item-dlcard {
    margin-bottom: 12vw;
  }
}

@media only screen and (min-width: 769px) {
  .sec#product .product-nav-list-item.item-dlcard {
    margin-right: 1%;
    width: 24%;
  }
}

.sec#product .product-nav-list-item.item-dlcode {
  margin-right: 2%;
  width: 49%;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-nav-list-item.item-dlcode {
    margin-right: 1%;
    width: 24%;
  }
}

.sec#product .product-nav-list-item.item-amiibo {
  width: 49%;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-nav-list-item.item-amiibo {
    margin-right: 1%;
    width: 24%;
  }
}

.sec#product .product-nav-list-item-lable {
  color: #FFF;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: color .5s ease;
  transform: translate(-50%, -50%);
  width: 100%;
}

.sec#product .product-box {
  background: url(../images/product/product_bg-c.jpg) center top repeat-y;
  background-size: cover;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-box {
    background: url(../images/product/product_bg-c.jpg) center top repeat-y;
    background-size: 100% 100px;
  }
}

.sec#product .product-box::before, .sec#product .product-box::after {
  content: "";
  display: block;
  width: 100%;
}

.sec#product .product-box::before {
  background: url(../images/product/product-item_pt-t-sp.jpg) center top no-repeat;
  background-size: 100%;
  top: 0;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-box::before {
    background: url(../images/product/product_bg-t.jpg) center bottom no-repeat;
    background-size: 100% 480px;
    height: 480px;
    top: 1.33333vw;
  }
}

.sec#product .product-box::after {
  background: url(../images/product/product-item_pt-b-sp.jpg) center bottom no-repeat;
  background-size: 100%;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-box::after {
    background: url(../images/product/product_bg-b.jpg) center top no-repeat;
    background-size: 100% 540px;
    height: 540px;
    bottom: 2vw;
  }
}

.sec#product .product-box-mg {
  padding: 6vw;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-box-mg {
    margin-top: -448px;
    margin-bottom: -508px;
    padding: 3vw;
  }
}

@media only screen and (min-width: 769px) {
  .sec#product .product-box-inner {
    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: 0 2vw;
    position: relative;
  }
}

.sec#product .product-box-item .product-ttl {
  background: url(../images/common/sec-ttl_bg-sp.png) center no-repeat;
  background-size: contain;
  color: #FFF;
  font-size: 4.26667vw;
  margin-bottom: 4vw;
  padding: .4em 0 .5em;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-box-item .product-ttl {
    background: url(../images/common/product-ttl_bg.png) center no-repeat;
    background-size: 100%;
    font-size: 2.08333vw;
    margin-right: auto;
    margin-bottom: 2vw;
    margin-left: auto;
    width: 100%;
  }
}

.sec#product .product-box-item .product-lead {
  color: #1B2740;
  font-size: 4.53333vw;
  font-weight: 700;
  margin-bottom: 4vw;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-box-item .product-lead {
    font-size: 1.77083vw;
    margin-bottom: 2vw;
    text-align: center;
  }
}

.sec#product .product-box-item .product-image {
  position: relative;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-box-item .product-image {
    width: 49.26471%;
  }
}

@media only screen and (min-width: 769px) {
  .sec#product .product-box-item .product-detail {
    width: 47.05882%;
  }
}

.sec#product .product-box-item .product-detail-inner:not(:last-child) {
  margin-bottom: 4vw;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-box-item .product-detail-inner:not(:last-child) {
    margin-bottom: 2vw;
  }
}

.sec#product .product-box-item .product-detail-ed {
  color: #1B2740;
  font-size: 6.13333vw;
  font-weight: 700;
  margin-bottom: 0.5vw;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-box-item .product-detail-ed {
    font-size: 2.39583vw;
    margin-bottom: 0;
  }
}

.sec#product .product-box-item .product-detail-price {
  font-size: 3.73333vw;
  margin-bottom: 2vw;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-box-item .product-detail-price {
    font-size: 1.45833vw;
    margin-bottom: 1vw;
  }
}

.sec#product .product-box-item .product-detail-price strong {
  color: #1B2740;
  font-size: 1.2em;
  font-weight: 700;
}

.sec#product .product-box-item .product-detail .buy-btn-inner {
  padding: 5.6vw 4vw 9.6vw;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-box-item .product-detail .buy-btn-inner {
    padding: 2vw 2vw 3.2vw;
  }
}

.sec#product .product-box-item .product-detail .buy-btn-text {
  font-size: 4vw;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-box-item .product-detail .buy-btn-text {
    font-size: 1.5625vw;
  }
}

.sec#product .product-box-item .product-detail-text {
  font-size: 3.2vw;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-box-item .product-detail-text {
    font-size: 1.14583vw;
  }
}

.sec#product .product-box-item .product-detail-text-item strong {
  color: #002160;
  display: block;
}

.sec#product .product-box-item .product-detail-text-item:not(:last-child) {
  margin-bottom: 2vw;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-box-item .product-detail-text-item:not(:last-child) {
    margin-bottom: 1vw;
  }
}

.sec#product .product-box-item .product-detail-text-shop {
  font-size: 3.46667vw;
  margin-bottom: 1em;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-box-item .product-detail-text-shop {
    font-size: 1.14583vw;
  }
}

.sec#product .product-box-item .product-detail-text-shop strong {
  color: #002160;
  display: block;
  font-size: 1.2em;
}

.sec#product .product-box-item .product-text-box {
  font-size: 3.2vw;
  text-align: center;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-box-item .product-text-box {
    font-size: 1.14583vw;
  }
}

.sec#product .product-box-item .product-text-box p {
  text-align: left;
}

.sec#product .product-box-item .product-text-box .text-center {
  display: inline-block;
}

.sec#product .product-box-item .product-text-box::before {
  background: url(../images/product/product_line.png) center no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  margin: 4vw auto;
  padding-top: 4vw;
  width: 53.73134%;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-box-item .product-text-box::before {
    background: url(../images/product/product_line.png) center no-repeat;
    margin: 1vw auto;
    padding-top: 2vw;
    width: 16.91176%;
  }
}

.sec#product .product-box-item:not(:last-child) {
  margin-bottom: 8vw;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-box-item:not(:last-child) {
    margin-bottom: 4vw;
  }
}
.page-product .sec#product {
  padding-bottom: 16vw;
}

@media only screen and (min-width: 769px) {
  .page-product .sec#product {
    padding-bottom: 8vw;
  }
}

.page-product .sec#product .sec-inner {
  padding: 0 4vw;
}

@media only screen and (min-width: 769px) {
  .page-product .sec#product .sec-inner {
    padding: 0 8vw;
  }
}

.page-product .sec#product .sec-inner.Privilege {
  margin-bottom: 8vw;
}

@media only screen and (min-width: 769px) {
  .page-product .sec#product .sec-inner.Privilege {
    margin-right: auto;
    margin-bottom: 4vw;
    margin-left: auto;
    width: 79.54545%;
  }
}

.page-product .sec#product .sec-inner.Default {
  margin-bottom: 16vw;
}

@media only screen and (min-width: 769px) {
  .page-product .sec#product .sec-inner.Default {
    margin-bottom: 8vw;
  }
}

@media only screen and (min-width: 769px) {
  .page-product .sec#product .product-privilege-inner {
    margin: -8px 0 -36px auto;
  }
}

.page-product .sec#product .product-privilege-inner::after {
  display: none;
}

@media only screen and (min-width: 769px) {
  .page-product .sec#product .product-privilege-ic {
    left: -22%;
    width: 35.375%;
  }
}

.page-product .sec#product .product-privilege-detail {
  font-size: 2.4vw;
  line-height: 1.2;
  position: relative;
  margin-left: auto;
  width: 75%;
}

@media only screen and (min-width: 769px) {
  .page-product .sec#product .product-privilege-detail {
    font-size: 1.25vw;
    margin-right: auto;
    text-align: left;
    width: 75%;
  }
}

.page-product .sec#product .product-privilege-ttl {
  background: url(../images/common/sec-ttl_bg-sp.png) center no-repeat;
  background-size: contain;
  color: #FFF;
  font-size: 3.46667vw;
  margin-right: auto;
  margin-bottom: 2vw;
  padding: .5em 0 .6em;
  text-align: center;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.5);
  width: 85%;
}

@media only screen and (min-width: 769px) {
  .page-product .sec#product .product-privilege-ttl {
    background: url(../images/common/sec-ttl_bg.png) center no-repeat;
    background-size: 100%;
    font-size: 1.5625vw;
    margin-top: -29px;
    margin-bottom: 1vw;
    margin-left: 0;
    width: 60%;
  }
}

.page-product .sec#product .product-privilege-text {
  text-align: left;
}

@media only screen and (min-width: 769px) {
  .page-product .sec#product .product-privilege-text {
    text-align: center;
  }
}

.page-product .sec#product .product-privilege-text-name {
  font-size: 2.4vw;
  font-weight: 700;
  margin-bottom: 1.33333vw;
}

@media only screen and (min-width: 769px) {
  .page-product .sec#product .product-privilege-text-name {
    font-size: 1.5625vw;
    margin-bottom: 0.66667vw;
  }
}

.page-product .sec#product .product-privilege-text-ttl {
  color: #A4811A;
  line-height: 1.5;
  margin-left: .5em;
}

@media only screen and (min-width: 769px) {
  .page-product .sec#product .product-privilege-text-ttl {
    display: inline-block;
    vertical-align: top;
  }
}

.page-product .sec#product .product-privilege-text-item {
  margin-left: .5em;
}

@media only screen and (min-width: 769px) {
  .page-product .sec#product .product-privilege-text-item {
    display: inline-block;
  }
}

.page-product .sec#product .product-box-item.Delux .product-detail .buy-btn {
  margin-bottom: 2vw;
}

@media only screen and (min-width: 769px) {
  .page-product .sec#product .product-box-item.Delux .product-detail .buy-btn {
    margin-bottom: 1vw;
  }
}

.page-product .sec#product .product-box-item.Doublepack .product-detail .buy-btn {
  margin-bottom: 2vw;
}

@media only screen and (min-width: 769px) {
  .page-product .sec#product .product-box-item.Doublepack .product-detail .buy-btn {
    margin-bottom: 1vw;
  }
}

.page-product .sec#product .product-box-item.Amiibo .product-detail-price {
  margin-bottom: 4vw;
}

@media only screen and (min-width: 769px) {
  .page-product .sec#product .product-box-item.Amiibo .product-detail-price {
    margin-bottom: 2vw;
  }
}

.page-product .sec#product .product-box-item.Amiibo .product-detail-text {
  margin-bottom: 2vw;
}

@media only screen and (min-width: 769px) {
  .page-product .sec#product .product-box-item.Amiibo .product-detail-text {
    margin-bottom: 1vw;
  }
}

/************************************
  商品情報
************************************/
.page-product{
  overflow-x: hidden;
}
.sec-ttl-product {
  position: relative;
  font-weight: 700;
}
.sec-ttl-product:before {
  content: "";
  background: url(../images/common/elem_pt.png) center no-repeat;
  background-size: contain;
  width: 15vw;
  height: 15vw;
  position: absolute;
  left: calc(50% - 7.5vw);
  top: calc(50% - 7.5vw);
  opacity: 0.8;
}
.sec-inner .sec-ttl-product{
  font-weight: 700;
  margin: -5vw 0 5vw;
}
.sec-inner.Privilege .sec-ttl-product{
  font-weight: 700;
  margin: 7vw 0 9vw;
}

.main {
  z-index: 3 !important;
}

.Privilege .product-text-box {
  padding: 0 5vw;
}

.Privilege .product-text-box p {
  font-size: 2.7vw;
}

.Privilege .product-text-box::before {
  background: url(../images/product/product_line.png) center no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  margin: 4vw auto;
  padding-top: 4vw;
  width: 53.73134%;
}

.page-product .sec#product .product-privilege-detail {
  width: 60%;
  padding-right: 3vw;
}

.page-product .sec#product .sec-inner.Privilege {
  margin-bottom: 16vw;
}

.sec#product .product-privilege-ic {
  top: 64%;
  width: 40%;
}

.sec#product .product-nav-list-item a {
  text-decoration: none;
}

.sec#product .product-box-item .product-detail-text-item strong.privilege {
  color: #a4811a;
}

.page-product .sec#product .product-privilege-ttl {
  margin-left: -15vw;
  margin-bottom: 4vw;
  width: 100%;
}

.sec#product .product-box {
  background: url(../images/product/product_bg-c.jpg) center top repeat-y;
  background-size: 100%;
}

.sec#product .product-box::before {
  height: 13vw;
}

.sec#product .product-box::after {
  height: 13vw;
}

.sec#product .product-box-mg {
  margin: -10vw 0;
}
.page-product .sec#product {
  padding-bottom: 4vw;
}

.to-top {
  bottom: 3vw;
}

.notice {
  font-size: 80%;
}

.sec#product .product-privilege {
  opacity: 1 !important;
}

.sec#product .product-box-item .product-detail .buy-btn-text{
  line-height: 1.2em;
  padding: 0 1vw;
}

#ecapcom .product-lead .product-lead-text strong{
  font-size: 150%;
  margin-bottom: -1vw;
  display: block;
  text-align: center;
  line-height: 1.2em;
}

.page-product .sec#product .product-box-item.Amiibo .product-detail-release{
  font-size: 3.73333vw;
  margin-bottom: 2vw;
}

.page-product .sec#product .product-box-item.Amiibo .product-detail-release strong{
  color: #1B2740;
  font-size: 1.2em;
  font-weight: 700;
}

.page-product .sec#product .product-box-item.Amiibo .product-detail-release strong small{
  font-size: 80%;
}
.page-product .sec#product .product-box-item.Amiibo .product-detail-release strong small.week{
  font-size: 60%;
}
.page-product  .sec#product .product-box-item.Normal .product-detail .buy-btn,
.page-product  .sec#product .product-box-item.Amiibo .product-detail .buy-btn,
.page-product  .sec#product .product-box-item.Dlcode .product-detail .buy-btn {
  margin-bottom: 2vw;
}
.cero-notice {
  margin: 1vw 0;
}

.cero-notice .notice {
  font-size: 70%;
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .sec-ttl-product:before {
    width: 34vw;
    height: 34vw;
    left: calc(50% - 17vw);
    top: calc(50% - 17vw);
  }
  .page-product .sec#product .product-privilege-text-name {
    font-size: 3.5vw;
  }
  .page-product .sec#product .product-privilege-text-ttl {
    font-size: 3vw;
  }
  .page-product .sec#product .product-privilege-text-item {
    font-size: 3.1vw;
    line-height: 1.4em;
  }
  .page-product .sec-ttl-product {
    font-size: 6.46667vw;
    width: 100%;
    line-height: 1em;
  }
  .page-product .lang-select {
    font-size: 0.5vw;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 99;
  }
  .page-product .lang-select .SumoSelect .CaptionCont span {
    font-size: 3.5vw;
    text-shadow: 0px 0px 6px #000000,0px 0px 6px #000000;
  }
  .page-product .sec#product .sec-inner .conts {
    margin-bottom: 4vw;
  }
  .sec#product .product-nav {
    margin-bottom: 12vw !important;
  }
  .page-product .sec#product .sec-inner .conts.product-privilege {
    margin-bottom: 0;
  }
  .sec#product .product-nav-list:last-child {
    margin-bottom: -13vw;
  }
  .sec#product .product-nav-list-item {
    width: 49% !important;
    margin-bottom: 13vw!important;
  }
  .sec#product .product-nav-list-item.item-delux svg.hide-pc {
    display: none !important;
  }
  .sec#product .product-nav-list-item:nth-child(2n+1) {
    margin-right: 2%;
  }
  .sec#product .product-nav-list-item:nth-child(2n+2) {
    margin-right: 0;
  }
  #ecapcom .product-lead .product-lead-text strong{
    font-size: 140%;
    margin-bottom: -4vw;
  }
  .cero-notice {
    margin: 3vw 0;
  }
  .to-top{
    right: 2vw;
    bottom: 2vw;
    width: 8.5%;
  }
}

@media only screen and (min-width: 769px) {
  .page-product .sec-ttl-product {
    font-size: 3vw;
  }
  .sec-inner.Privilege .sec-ttl-product{
    margin: 2.5vw 0;
  }
  .Privilege .product-text-box {

    padding: 1vw 2vw 0;
    margin-bottom: -1.5vw;
  }
  .Privilege .product-text-box p {
    font-size: 0.9vw;
  }
  .Privilege .product-text-box::before {
    width: 16.91176%;
    margin: 0 auto;
    padding: 2vw 0 1.6vw;
  }
  .sec#product .product-privilege .inner {
    padding-top: 25px;
  }
  .page-product .sec#product .sec-inner.Default {
    margin-top: 7vw;
  }
  .page-product .sec#product .sec-inner .conts {
    margin-bottom: 4vw;
  }
  .page-product .sec#product .sec-inner .conts.product-nav {
    margin-bottom: 5vw;
  }
  .page-product .sec#product .sec-inner .conts.product-privilege {
    margin-bottom: 0;
  }
  .page-product .sec#product .product-privilege-inner {
    margin-bottom: -2vw;
  }
  .page-product .sec#product .product-privilege-ic {
    left: -19%;
  }
  .page-product .sec#product .sec-inner .conts:last-child {
    margin-bottom: 0;
  }
  .page-product .sec#product .sec-inner.Privilege {
    margin-bottom: 8vw;
  }
  .page-product .sec#product .product-privilege-ttl {
    margin-left: 2vw;
    width: 60%;
    margin-bottom: 1.5vw;
  }
  .page-product .sec#product .product-privilege-detail {
    width: 80%;
    padding-right: 0;
    margin-right: 4vw;
  }
  .sec#product .product-privilege-ic {
    left: -9%;
    top: 50%;
    width: 32.375% !important;
  }
  .page-product .sec#product .product-privilege-text-item {
    text-align: left;
  }
  .page-product .sec#product .product-privilege-text-name {
    white-space: nowrap;
  }
  .sec#product .product-box::before {
    background: url(../images/product/product_bg-t.jpg) center top no-repeat;
    background-size: 100%;
  }
  .sec#product .product-box::after {
    background: url(../images/product/product_bg-b.jpg) center bottom no-repeat;
    background-size: 100%;
  }
  .sec#product .product-box-item .product-text-box::before {
    margin: 2vw auto;
    background-size: 100%;
    width: 20%;
  }
  .sec#product .product-nav-list-item.item-delux svg.hide-sp {
    display: none !important;
  }
  .sec#product .product-nav-list .product-nav-list-item p {
    font-size: 1.2vw;
  }
  .sec#product .product-nav-list .product-nav-list-item{
    width: 17%;
    margin-right: 0.5%;
  }
  .sec#product .product-nav-list.Special {
    margin-bottom: -1vw;
  }
  .sec#product .product-nav-list.Default .product-nav-list-item {
    margin-bottom: 5.5vw;
  }
  .sec#product .product-nav-list.Special .product-nav-list-item {
    margin-bottom: 1vw;
  }
  .sec#product .product-nav-list-item.item-normal {
    width: 17%;
    margin-right: 0.5%;
  }
  .sec#product .product-nav-list-item.item-delux {
    width: 23%;
  }
  .page-product .sec#product .product-box-item.Normal .product-box-inner,
  .page-product .sec#product .product-box-item.Doublepack .product-box-inner {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
  }
  .page-product .sec#product .product-box-item.Normal .product-detail .buy-btn,
  .page-product .sec#product .product-box-item.Amiibo .product-detail .buy-btn,
  .page-product .sec#product .product-box-item.Dlcode .product-detail .buy-btn {
    margin-bottom: 1vw;
  }
  .page-product .sec#product .product-box-item.Amiibo .product-detail-release {
    font-size: 1.45833vw;
    margin-bottom: 0.5vw;
  }
  .to-top{
    width:3.5%;
  }
}

/****** パネル ******/
.sec#product .product-privilege::before {
  height: 4.5vw;
  background-size: contain;
}

.sec#product .product-privilege::after {
  background-size: contain;
  height: 6vw;
}

.product-image::before, .product-image::after {
  content: "";
  display: block;
  width: 100%;
  z-index: -1;
}

.product-image::before {
  background: url(../images/common/panel_bg-t.png) center bottom no-repeat;
  background-size: contain;
  height: 12vw;
}

.product-image::after {
  background: url(../images/common/panel_bg-b.png) center top no-repeat;
  background-size: contain;
  height: 16vw;
}

.product-image .product-image-package {
  background: url(../images/common/panel_bg-c.png) center top repeat-y;
  background-size: 100% 41px;
  padding: 0 4vw;
}

.product-image .product-image-package img {
  margin-bottom: -4vw !important;
}

@media only screen and (min-width: 769px) {
  .sec#product .product-privilege::before {
    background-size: contain;
    height: 3vw;
  }
  .sec#product .product-privilege::after {
    height: 4.5vw;
  }
  .product-image::after {
    height: 7.5vw;
  }
  .product-image::before {
    height: 6vw;
  }
  .product-image .product-image-package {
    background-size: 100% 41px;
    padding: 0 3vw;
  }
  .product-image .product-image-package img {
    margin-bottom: -1.5vw !important;
  }
}

/****** モーダル ******/
.product-image-modal {
  position: relative;
  display: block;
  padding: 6vw 0 7.5vw;
  margin: -6vw 0 -7.5vw;
}

.product-image-modal:before,
.product-image-modal:hover:before {
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.product-image-modal:before {
  content: "";
  background: url("../images/common/zoom_ic.png") center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 12%;
  right: 9%;
  width: 2vw;
  height: 2vw;
  z-index: 1;
}

.product-image-modal:hover:before {
  transform: scale(1.08);
}
.product-modal button.mfp-close{
  opacity: 1;
}
.product-modal .product-modal-inner{
  margin: 0 auto;
}
.product-modal .product-modal-inner .product-modal-lead{
  width: 100%;
  color: white;
  font-size: 2vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.3em;
  margin: 1vw 0;
}
.page-product .mfp-content {
  width: 90%;
}

.page-product .mfp-img {
  width: auto;
  height: auto;
  max-height: auto !important;
}

.page-product .mfp-figure:after {
  display: none;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .product-modal .mfp-content {
    padding: 5%;
    box-sizing: content-box;
  }
  .product-image-modal:before {
    width: 4vw;
    height: 4vw;
    top: 6%;
  }
  .product-modal .product-modal-inner{
    margin: 5vw auto;
  }
  .product-modal .product-modal-inner .product-modal-lead{
    font-size: 4vw;
    line-height: 1.3em;
    margin: 0 auto 4vw;
    width: 90%;
  }
}

.sec#product .note-box {
  border: 2px solid #EED998;
  box-sizing: border-box;
  padding: 4vw;
  margin-bottom: 4vw;
}

@media only screen and (min-width: 769px) {
  .sec#product .note-box {
    padding: 1.2vw 3vw;
    width: 75.636%;
    margin: 0 auto 4vw;
  }
}

.sec#product .note-box .text {
  color: #EED998;
  line-height: 1.3;
  font-size: 3.2vw;
}

@media only screen and (min-width: 769px) {
  .sec#product .note-box .text {
    line-height: 1.5;
    font-size: 1.04167vw;
  }
}

.sec#product .note-box .text:not(:last-child) {
  margin-bottom: 3vw;
}

@media only screen and (min-width: 769px) {
  .sec#product .note-box .text:not(:last-child) {
    margin-bottom: 0.8vw;
  }
}

/*----- DE -----*/
#modal-delux .product-modal-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#modal-delux .product-modal-inner .package{
  position: relative;
  width: 28%;
}
#modal-delux .product-modal-inner .package:before{
  content: "＋";
  color: white;
  font-weight: 700;
  font-size: 4vw;
  position: absolute;
  right: -20%;
  top: calc(50% - 1vw);
}
#modal-delux .product-modal-inner .package .package-text{
  color: white;
  font-size: 1.3vw;
  font-weight: 700;
  margin-bottom: 0.8vw;
  text-align: center;
}
#modal-delux .product-modal-inner .package img{
  width: 100%;
}
#modal-delux .product-modal-inner .conts-set{
  display: flex;
  margin-left: 7%;
  justify-content: center;
  align-items: center;
  width: 65%;
}
#modal-delux .product-modal-inner .conts-set img{
  width: 50%;
}
#modal-delux .product-modal-inner .conts-set .conts-set-text{
  color: white;
  line-height: 1.5em;
  border: solid 1px white;
  padding: 1vw;
  margin-left: 2vw;
  position: relative;
  width: 50%;
}
#modal-delux .product-modal-inner .conts-set .conts-set-text:before{
  border: 1px solid rgba(255, 255, 255, 0.8);
  content: "";
  display: block;
  height: calc(100% - 6px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 6px);
}
#modal-delux .product-modal-inner .conts-set .conts-set-text strong{
  display: block;
  text-align: center;
  font-size: 120%;
  margin-bottom: 0.8vw;
}
@media only screen and (max-width: 768px) {
  #modal-delux .product-modal-inner{
    display: block;
  }
  #modal-delux .product-modal-inner .package{
    width: 67%;
    margin: 0 auto 7vw;
    text-align: center;
  }
  #modal-delux .product-modal-inner .package:before{
    font-size: 7vw;
    right: calc(50% - 3.5vw);
    top: calc(100% + 3.5vw);
  }
  #modal-delux .product-modal-inner .package .package-text{
  font-size: 3.5vw;
  margin-bottom: 1.6vw;
  }
  #modal-delux .product-modal-inner .conts-set{
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  #modal-delux .product-modal-inner .conts-set img{
    width: 76%;
    margin: 0 12%;
  }
  #modal-delux .product-modal-inner .conts-set .conts-set-text{
    width: 100%;
    margin: 3vw auto 0;
    padding: 3vw;
  }
  #modal-delux .product-modal-inner .conts-set .conts-set-text strong{
    margin-bottom: 1.6vw;
  }
}
/*----- collectors -----*/
#modal-collectors .product-modal-inner{
  display: flex;
  justify-content: center;
  align-items: center;
}
#modal-collectors .product-modal-inner img{
  width: 90%;
}
@media only screen and (max-width: 768px) {
  #modal-collectors .product-modal-inner img{
    width: 100%;
  }
  #modal-collectors .product-modal-inner{
    display: block;
  }
}

/*----- amiibo -----*/
#modal-amiibo .product-modal-inner {
	padding: 3vw;
}
@media only screen and (min-width: 769px) {
	#modal-amiibo .product-modal-inner {
		padding: 8vw 0;
  }
}
#modal-amiibo .product-modal-inner img {
  width: 100%;
}
#modal-amiibo .product-modal-inner .conts-box:not(:last-child) {
	margin-bottom: 20vw;
}
@media only screen and (min-width: 769px) {
	#modal-amiibo .product-modal-inner .conts-box:not(:last-child) {
		margin-bottom: 10vw;
  }
}
#modal-amiibo .product-modal-inner .conts-ttl {
	color: #fff;
	font-weight: 700;
	font-size: 6.4vw;
	margin-bottom: 6vw;
}
@media only screen and (min-width: 769px) {
	#modal-amiibo .product-modal-inner .conts-ttl {
		font-size: 3.2vw;
		margin-bottom: 2vw;
  }
}
@media only screen and (min-width: 769px) {
	#modal-amiibo .product-modal-inner .conts-list {
		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;
  }
}
@media only screen and (max-width: 768px) {
	#modal-amiibo .product-modal-inner .conts-list .conts-list-item + .conts-list-item {
		margin-top: 10vw;
	}
}
#modal-amiibo .product-modal-inner .conts-list .conts-list-item {
	text-align: center;
}
@media only screen and (min-width: 769px) {
	#modal-amiibo .product-modal-inner .conts-list .conts-list-item {
		width: 48%;
  }
}
#modal-amiibo .product-modal-inner #magnamalo .conts-list .conts-list-item.layered-armor img {
	width: 88%;
}
@media only screen and (min-width: 769px) {
	#modal-amiibo .product-modal-inner #magnamalo .conts-list .conts-list-item.layered-armor img {
		width: 85%;
  }
}
#modal-amiibo .product-modal-inner #palamute .conts-list .conts-list-item.amiibo img {
	width: 80%;
}
@media only screen and (min-width: 769px) {
	#modal-amiibo .product-modal-inner #palamute .conts-list .conts-list-item.amiibo img {
		width: 62%;
  }
}
#modal-amiibo .product-modal-inner #palico .conts-list .conts-list-item.amiibo img {
	width: 60%;
}
@media only screen and (min-width: 769px) {
	#modal-amiibo .product-modal-inner #palico .conts-list .conts-list-item.amiibo img {
		width: 47%;
  }
}
#modal-amiibo .product-modal-inner #palico .conts-list .conts-list-item.layered-armor img {
	width: 68%;
}
@media only screen and (min-width: 769px) {
	#modal-amiibo .product-modal-inner #palico .conts-list .conts-list-item.layered-armor img {
		width: 55%;
  }
}
#modal-amiibo .product-modal-inner .conts-list .conts-list-item span {
	display: block;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	margin-top: 2vw;
}
@media only screen and (min-width: 769px) {
	#modal-amiibo .product-modal-inner .conts-list .conts-list-item span {
		font-size: 1.3vw;
		margin-top: 1vw;
  }
}

/****** lang ******/
@media only screen and (min-width: 769px) {
  .lang-en-asia #modal-delux .product-modal-inner .package,
  .lang-us #modal-delux .product-modal-inner .package,
  .lang-uk #modal-delux .product-modal-inner .package,
  .lang-fr #modal-delux .product-modal-inner .package,
  .lang-it #modal-delux .product-modal-inner .package,
  .lang-es #modal-delux .product-modal-inner .package{
    width: 21%;
  }
  .lang-en-asia #modal-delux .product-modal-inner .package:before,
  .lang-us #modal-delux .product-modal-inner .package:before,
  .lang-uk #modal-delux .product-modal-inner .package:before,
  .lang-fr #modal-delux .product-modal-inner .package:before,
  .lang-it #modal-delux .product-modal-inner .package:before,
  .lang-es #modal-delux .product-modal-inner .package:before{
    right: -25%;
  }
  .lang-en-asia #modal-delux .product-modal-inner .conts-set,
  .lang-us #modal-delux .product-modal-inner .conts-set,
  .lang-uk #modal-delux .product-modal-inner .conts-set,
  .lang-fr #modal-delux .product-modal-inner .conts-set,
  .lang-it #modal-delux .product-modal-inner .conts-set,
  .lang-es #modal-delux .product-modal-inner .conts-set{
    width: 71%;
  }
  .lang-pt-br .sec#product .product-privilege-text,
  .lang-en-asia .sec#product .product-privilege-text,
  .lang-us .sec#product .product-privilege-text,
  .lang-uk .sec#product .product-privilege-text,
  .lang-fr .sec#product .product-privilege-text,
  .lang-it .sec#product .product-privilege-text,
  .lang-es .sec#product .product-privilege-text,
  .lang-de .sec#product .product-privilege-text,
  .lang-hk .sec#product .product-privilege-text,
  .lang-cn .sec#product .product-privilege-text,
  .lang-kr .sec#product .product-privilege-text{
    text-align: left;
    margin-left: 1vw;
  }
  .lang-pt-br .sec#product .product-privilege-text-name,
  .lang-en-asia .sec#product .product-privilege-text-name,
  .lang-us .sec#product .product-privilege-text-name,
  .lang-uk .sec#product .product-privilege-text-name,
  .lang-fr .sec#product .product-privilege-text-name,
  .lang-it .sec#product .product-privilege-text-name,
  .lang-es .sec#product .product-privilege-text-name,
  .lang-de .sec#product .product-privilege-text-name,
  .lang-hk .sec#product .product-privilege-text-name,
  .lang-kr .sec#product .product-privilege-text-name{
    margin-left: 0.75vw;
    white-space: inherit;
  }
  .lang-pt-br .sec#product .product-nav-list-item.item-delux,
  .lang-en-asia .sec#product .product-nav-list-item.item-delux,
  .lang-us .sec#product .product-nav-list-item.item-delux,
  .lang-uk .sec#product .product-nav-list-item.item-delux,
  .lang-fr .sec#product .product-nav-list-item.item-delux,
  .lang-it .sec#product .product-nav-list-item.item-delux,
  .lang-es .sec#product .product-nav-list-item.item-delux,
  .lang-de .sec#product .product-nav-list-item.item-delux,
  .lang-hk .sec#product .product-nav-list-item.item-delux,
  .lang-cn .sec#product .product-nav-list-item.item-delux,
  .lang-kr .sec#product .product-nav-list-item.item-delux{
    width: 17%;
  }
  .lang-pt-br .sec#product .product-box-item .product-detail-ed,
  .lang-en-asia .sec#product .product-box-item .product-detail-ed,
  .lang-us .sec#product .product-box-item .product-detail-ed,
  .lang-uk .sec#product .product-box-item .product-detail-ed,
  .lang-fr .sec#product .product-box-item .product-detail-ed,
  .lang-it .sec#product .product-box-item .product-detail-ed,
  .lang-es .sec#product .product-box-item .product-detail-ed,
  .lang-de .sec#product .product-box-item .product-detail-ed,
  .lang-hk .sec#product .product-box-item .product-detail-ed,
  .lang-cn .sec#product .product-box-item .product-detail-ed,
  .lang-kr .sec#product .product-box-item .product-detail-ed{
    margin-bottom: 0.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .lang-en-asia #modal-delux .product-modal-inner .package img,
  .lang-us #modal-delux .product-modal-inner .package img,
  .lang-uk #modal-delux .product-modal-inner .package img,
  .lang-fr #modal-delux .product-modal-inner .package img,
  .lang-it #modal-delux .product-modal-inner .package img,
  .lang-es #modal-delux .product-modal-inner .package img{
    width: 60%;
  }
}
/*----- us -----*/
.lang-us  .sec#product .product-box-item.Collectors .product-detail .buy-btn{
  margin-bottom: 2vw;
}
@media only screen and (min-width: 769px) {
  .lang-us .sec#product .Delux .product-box-inner{
    align-items: end;
  }
  .lang-us  .sec#product .product-box-item.Collectors .product-detail .buy-btn{
    margin-bottom: 1vw;
  }
  .lang-us .sec#product .Delux .product-box-inner .product-image{
    margin-top: -1vw;
  }
}
/*----- fr -----*/
@media only screen and (max-width: 768px) {
  .lang-fr .sec#product .product-privilege-ttl{
    width: calc(100% + 10vw);
    margin-left: -20vw;
  }
}
/*----- it -----*/
@media only screen and (max-width: 768px) {
  .lang-it .sec#product .product-privilege-ttl{
    width: calc(100% + 10vw);
    margin-left: -20vw;
  }
}
/*----- es -----*/
@media only screen and (max-width: 768px) {
  .lang-es .sec#product .product-privilege-ttl{
    width: calc(100% + 10vw);
    margin-left: -20vw;
  }
}
@media only screen and (min-width: 769px) {
  .lang-es .sec#product .product-privilege-text-item{
    white-space: nowrap;
  }
  .lang-es .sec#product .Delux .product-detail-text-item{
    white-space: nowrap;
  }
  .lang-es .sec#product .product-privilege-ttl{
    width: 66%;
    margin-left: calc(2vw - 3%);
  }
}
/*----- de -----*/
@media only screen and (max-width: 768px) {
  .lang-de .sec-ttl-product{
    font-size: 4vw;
  }
  .lang-de .sec#product .product-privilege-ttl{
    width: calc(100% + 10vw);
    margin-left: -20vw;
  }
}
@media only screen and (min-width: 769px) {
  .lang-de .sec#product .product-privilege-ttl{
    width: 66%;
    margin-left: calc(2vw - 3%);
  }
}
/*----- kr -----*/
.lang-kr .sec#product .product-box-item .product-detail-text .notice a{
  text-decoration: underline;
  color: #de2b2b;
}
.lang-kr .sec#product .product-box-item.Normal .product-detail-text .notice{
  margin: 2vw 0 4vw;
}
.lang-kr .sec#product .product-box-item.Normal .product-detail-text:nth-child(2) .notice{
  margin: 0 0 4vw;
}
.lang-kr .sec#product .product-box-item.Delux .product-detail-text .notice{
  margin: 0.5vw 0 4vw;
}
.lang-kr .sec#product .product-box-item.Dlcode .product-detail .buy-btn{
  margin-bottom: 2vw;
}
@media only screen and (min-width: 769px) {
  .lang-kr .sec#product .product-box-item.Normal .product-detail-text .notice{
    margin: 1vw 0 2vw;
  }
  .lang-kr .sec#product .product-box-item.Normal .product-detail-text:nth-child(2) .notice{
    margin: -0.3vw 0 4vw;
  }
  .lang-kr .sec#product .product-box-item.Delux .product-detail-text .notice{
    margin: 0.5vw 0 2vw;
  }
  .lang-kr .sec#product .product-box-item.Dlcode .product-detail .buy-btn{
    margin-bottom: 1vw;
  }
}
/*----- hk -----*/
.lang-hk .sec#product .product-box-item.Normal .product-detail-text .notice{
  margin: 2vw 0 4vw;
}
.lang-hk .sec#product .product-box-item.Normal .product-detail-text:nth-child(2) .notice{
  margin: 0 0 4vw;
}
.lang-hk .sec#product .product-box-item.Delux .product-detail-text .notice{
  margin: 0.5vw 0 4vw;
}
.lang-hk .sec#product .product-box-item.Dlcode .product-detail .buy-btn{
  margin-bottom: 2vw;
}
@media only screen and (min-width: 769px) {
  .lang-hk .sec#product .product-box-item.Normal .product-detail-text .notice{
    margin: 1vw 0 2vw;
  }
  .lang-hk .sec#product .product-box-item.Normal .product-detail-text:nth-child(2) .notice{
    margin: -0.3vw 0 4vw;
  }
  .lang-hk .sec#product .product-box-item.Delux .product-detail-text .notice{
    margin: 0.5vw 0 2vw;
  }
  .lang-hk .sec#product .product-box-item.Dlcode .product-detail .buy-btn{
    margin-bottom: 1vw;
  }
}
/*----- cn -----*/
.lang-cn .sec#product .product-box-item.Normal .product-detail-text .notice{
  margin: 2vw 0 4vw;
}
.lang-cn .sec#product .product-box-item.Normal .product-detail-text:nth-child(2) .notice{
  margin: 0 0 4vw;
}
.lang-cn .sec#product .product-box-item.Delux .product-detail-text .notice{
  margin: 0.5vw 0 4vw;
}
.lang-cn .sec#product .product-box-item.Dlcode .product-detail .buy-btn{
  margin-bottom: 2vw;
}
@media only screen and (min-width: 769px) {
  .lang-cn .sec#product .product-box-item.Normal .product-detail-text .notice{
    margin: 1vw 0 2vw;
  }
  .lang-cn .sec#product .product-box-item.Normal .product-detail-text:nth-child(2) .notice{
    margin: -0.3vw 0 4vw;
  }
  .lang-cn .sec#product .product-box-item.Delux .product-detail-text .notice{
    margin: 0.5vw 0 2vw;
  }
  .lang-cn .sec#product .product-box-item.Dlcode .product-detail .buy-btn{
    margin-bottom: 1vw;
  }
}
/*----- en-asia -----*/
.lang-en-asia .sec#product .product-box-item.Normal .product-detail-text .notice{
  margin: 2vw 0 4vw;
}
.lang-en-asia .sec#product .product-box-item.Normal .product-detail-text:nth-child(2) .notice{
  margin: 0 0 4vw;
}
.lang-en-asia .sec#product .product-box-item.Delux .product-detail-text .notice{
  margin: 0.5vw 0 4vw;
}
.lang-en-asia .sec#product .product-box-item.Dlcode .product-detail .buy-btn{
  margin-bottom: 2vw;
}
@media only screen and (min-width: 769px) {
  .lang-en-asia .sec#product .product-box-item.Normal .product-detail-text .notice{
    margin: 1vw 0 2vw;
  }
  .lang-en-asia .sec#product .product-box-item.Normal .product-detail-text:nth-child(2) .notice{
    margin: -0.3vw 0 4vw;
  }
  .lang-en-asia .sec#product .product-box-item.Delux .product-detail-text .notice{
    margin: 0.5vw 0 2vw;
  }
  .lang-en-asia .sec#product .product-box-item.Dlcode .product-detail .buy-btn{
    margin-bottom: 1vw;
  }
}

/****** ストアリンク ******/
.page-product .sec#product .product-storelink {
  margin-top: 8vw;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .page-product .sec#product .product-storelink {
    margin-top: 2vw;
  }
}
.page-product .sec#product .product-storelink .product-storelink-ttl {
  background: #F2E6D6;
  color: #1B2740;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 4vw;
  padding: 2vw 1vw;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .page-product .sec#product .product-storelink .product-storelink-ttl {
    font-size: 1.8vw;
    margin-bottom: 2vw;
    padding: 1vw .5vw;
  }
}
.page-product .sec#product .product-storelink .product-storelink-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;
}
.page-product .sec#product .product-storelink .product-storelink-list-item {
  width: 46%;
}
@media only screen and (max-width: 768px) {
	.page-product .sec#product .product-storelink .product-storelink-list-item {
		margin: 0 2% 3vw;
	}
}
@media only screen and (min-width: 769px) {
  .page-product .sec#product .product-storelink .product-storelink-list-item {
    width: 24%;
		margin-bottom: 1vw;
  }
	.page-product .sec#product .product-storelink .product-storelink-list-item:not(:last-child) {
		margin-right: 2%;
	}
}
.page-product .sec#product .product-storelink .buy-btn-inner {
  padding: 4.6vw 2vw 6.6vw;
}
@media only screen and (min-width: 769px) {
  .page-product .sec#product .product-storelink .buy-btn-inner {
    padding: 1.8vw 1vw 2.8vw;
  }
}
.page-product .sec#product .product-storelink .buy-btn-text {
  font-size: 4.2vw;
}
@media only screen and (min-width: 769px) {
  .page-product .sec#product .product-storelink .buy-btn-text {
    font-size: 1.6vw;
  }
}
.page-product .sec#product .product-storelink .product-name {
	text-align: center;
  font-size: 3.73333vw;
	margin-bottom: 1vw;
}
@media only screen and (min-width: 769px) {
  .page-product .sec#product .product-storelink .product-name {
    font-size: 1.45833vw;
		margin-bottom: 0.5vw;
  }
}

.sec#product .stories2-collabo {
  position: relative;
	background: rgba(0,0,0,0.6);
	padding: 8vw 0;
	margin: 20vw 0 10vw;
}

@media only screen and (min-width: 769px) {
	.sec#product .stories2-collabo {
		padding: 4vw 0;
    margin: 0 0 3vw;
  }
}

.sec#product .stories2-collabo .stories2-collabo-inner {
	padding: 0 2vw;
}

@media only screen and (min-width: 769px) {
	.sec#product .stories2-collabo .stories2-collabo-inner {
		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;
		padding: 0 16vw 0 0;
	}
}

.sec#product .stories2-collabo .stories2-collabo-inner .logo {
	width: 50%;
	margin: 0 0 11vw 3vw;
}
@media only screen and (min-width: 769px) {
	.sec#product .stories2-collabo .stories2-collabo-inner .logo {
		width: 20%;
		margin: 0 1% 0 0;
	}
}

.sec#product .stories2-collabo .stories2-collabo-inner .text-box {
	color: #fff;
	text-align: center;
}

@media only screen and (min-width: 769px) {
	.sec#product .stories2-collabo .stories2-collabo-inner .text-box {
		max-width: 68%;
	}
}

.sec#product .stories2-collabo .stories2-collabo-inner .text-box .ttl {
	font-weight: 700;
	font-size: 3.73vw;
	margin-bottom: 3.5vw;
}

@media only screen and (min-width: 769px) {
	.sec#product .stories2-collabo .stories2-collabo-inner .text-box .ttl {
		font-size: 1.68vw;
		margin-bottom: 1vw;
	}
}

.sec#product .stories2-collabo .stories2-collabo-inner .text-box .text {
	font-size: 2.8vw;
}

@media only screen and (min-width: 769px) {
	.sec#product .stories2-collabo .stories2-collabo-inner .text-box .text {
		font-size: 1.16vw;
	}
}

.sec#product .stories2-collabo .stories2-collabo-inner .image {
	position: absolute;
	top: -11vw;
	right: 4vw;
	width: 40%;
}

@media only screen and (min-width: 769px) {
	.sec#product .stories2-collabo .stories2-collabo-inner .image {
		top: 50%;
		transform: translateY(-50%);
		right: 2vw;
		width: 18%;
	}
}
