@charset "utf-8";

/*=====================================================
  goods
======================================================*/
html,body{
	background: url("../img/goods/bg_pc.jpg") repeat-y center top;
	background-size: 100% auto;
	color: #333;
}
a{
  color: #333;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
.container {
	position:relative;
	width: 90%;
	max-width:1200px;
	margin:60px auto;
}
._ttl{
	color: #808080;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-bottom: 75px;
}
._ttl p{
	font-size: 13px;
}
._ttl span{
	font-size: 11px;
}
h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 60px;
	font-weight: 800;
  	color: #B0B0B0;
	font-weight: 300;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1;
}
._link{
	border: solid 1px #666666;
	border-radius: 6px;
	margin: 100px auto;
	max-width: 300px;
	width: 80%;
	overflow: hidden;
}
._link a{
	padding: 15px 30px;
	color: #666666;
	font-size: 16px;
	text-align: center;
	display: block;
	transition: all .5s;
}
._link a:hover{
	background: #666;
	color: #fff;
}
@media screen and (max-width: 640px){
	html,body{
		background: url("../img/goods/bg_sp.jpg") repeat-y center top;
		background-size: 100% auto;
	}
	._link a{
		padding: 15px;
	}
}

/*------------------------------*/
._goods-wrap{
	display: flex;
	flex-wrap: wrap;
}
._box{
	border: dashed 1px #A7A7A7;
	border-radius: 5px;
	margin-bottom: 50px;
	text-align: center;
	padding: 15px 10px 30px;
	background: #fff;
}
._goods-item{
	width: calc((100% - 50px) / 2);
	margin-right: 50px;
	margin-bottom: 50px;
}
._goods-item:nth-of-type(odd){
	margin-right: 0;
}
._package{
	width: 100%;
	margin-right: 0;
	/*display: flex;*/
	padding: 100px;
	margin-top: 50px;
 /* flex-wrap: wrap;*/
}
._package .flex{
  display: flex;
  flex-wrap: wrap;
}
._package a img{
  width: 540px;
}
._package ._txt{
	text-align: left;
	margin-left: 45px;
	width: calc(100% - 585px);
}
._package ._txt ._item{
    justify-content:flex-start;
}
._package ._txt ._detail ul li{
  padding-left: 4.2em;
  text-indent: -4.2em;
}
._package ._comment{
    text-align: left;
  width: 100%;
}
._package ._comment:before{
    content: none;
}
._package .flex + ._comment{
  margin-top: 30px;
}
._package .border{
  margin-top: 50px;
  padding-top: 50px;
  position: relative;
}
._package .border::before {
  content: "";
  background-image: linear-gradient(to right, #707070, #707070 10px, transparent 10px, transparent 18px);
  background-size: 18px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
._soundtrack{
	width: 100%;
	margin-right: 0;
	display: flex;
	padding: 80px;
	margin-top: 50px;
}
._soundtrack ._txt{
	text-align: left;
	margin-left: 45px;
	width: calc(60% - 45px);
}
._soundtrack a{
    display: block;
}
._soundtrack a img{
    display: block;
	width: 400px;
}
._another{
	width: 100%;
	margin-right: 0;
	/*display: flex;*/
	padding: 100px;
	margin-top: 50px;
 /* flex-wrap: wrap;*/
}
._another .flex{
  display: flex;
  flex-wrap: wrap;
}
._another a img{
  width: 440px;
}
._another ._txt{
	text-align: left;
	margin-left: 45px;
	width: calc(100% - 485px);
}
._another ._txt ._item{
  justify-content:flex-start;
  font-weight: bold;
}
._another ._txt ._item span{
  display: block;
  font-weight: normal;
  font-size: 12px;
}
._another ._txt ._detail ul li{
  padding-left: 4.2em;
  text-indent: -4.2em;
}
._another ._comment{
    text-align: left;
}
._another .flex{
}
._another .border{
  margin-top: 50px;
  padding-top: 50px;
  position: relative;
}
._another .border::before {
  content: "";
  background-image: linear-gradient(to right, #707070, #707070 10px, transparent 10px, transparent 18px);
  background-size: 18px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
._another .tokuten{
    text-align: left;
}

._item{
  display: flex;
  justify-content: center;
  align-items: flex-end;
	margin-bottom: .5em;
	font-weight: 600;
	font-size: 16px;
}
._soundtrack ._txt ._item{
    justify-content:flex-start;
}
._price{
	margin-bottom: .5em;
	font-weight: 600;
	font-size: 16px;
}
._detail{
	margin-bottom: .5em;
	font-weight: 400;
	font-size: 12px;
}
._comment{
	font-weight: 400;
	font-size: 12px;
}
._comment p + p{
	margin-top: 1em;
}
._comment:before{
	content: "";
	max-width: 300px;
	width: 80%;
	border-top: solid 1px #707070;
	margin: 1em auto;
	position: relative;
	display: block;
}
._comment span{
	display: block;
	color: #DE1F5A;
}
._soundtrack ._comment:before,
._another ._comment:before{
	max-width: 100%;
	width: 100%;
}
@media screen and (max-width: 640px){
	._package{
		display: block;
		padding: 30px 10px 30px;
	}
	._package ._txt{
		text-align: left;
		margin-left: 0;
		width: 100%;
    margin-top: 20px;
	}
	._another{
		display: block;
		padding: 30px 10px 30px;
	}
	._another ._txt{
		text-align: left;
		margin-left: 0;
		width: 100%;
    margin-top: 20px;
	}
	._txt ._item{
		text-align: center;
	}
	._soundtrack{
		display: block;
		padding: 30px 10px 30px;
	}
	._soundtrack ._txt{
		text-align: left;
		margin-left: 0;
		width: 100%;
	}
	._soundtrack ._txt ._item{
		justify-content: center;
	}
	._price{
		text-align: center;
	}
	._soundtrack a{
		display: block;
		width: 80%;
		margin: 0 auto 40px;
	}
	._soundtrack a img{
		width: 100%;
	}
	._goods-item{
		width: 100%;
		margin-right: 0;
	}
}

.kome{
	font-size: 12px;
	margin-bottom: 2em;
}

._foot-link{
	max-width: 345px;
	width: 90%;
	margin: 100px auto;
}
._foot-link a{
	display: block;
	border: solid 2px #666;
	position: relative;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	padding: 20px 0;
	transition: all .5s;
}
._foot-link a:before{
	content: "";
	border: solid 1px #666;
	display: block;
	margin: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s;
}
._foot-link a p{
	font-size: 18px;
	font-weight: bold;
}
._foot-link a span{
	font-size: 14px;
}
._foot-link a:hover{
	color: #fff;
	background: #666;
}
._foot-link a:hover:before{
	content: "";
	border: solid 1px #fff;
}
