/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html{
	font-size: 62.5%; 
}
body {
	text-align: center;
    background-color: #980535;
	font-size: 1.4rem; /* 14px */
	line-height: 1.8;
	color: #000;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	color: #FFF;
}
@media only screen and (max-width: 750px) {
body {
	font-size: 1.2rem; /* 12px */
	line-height: 1.6;
}
}
h1{
	font-size: 2.0rem;
	line-height: 2;
	display:block;
	color: #ffedcb;
	font-weight: 600;
}
@media only screen and (max-width: 750px) {
h1{
	font-size: 1.6rem;
	line-height: 1.6;
}
}
h2 {
	font-size: 2.0rem;
	line-height: 2;
	margin: 20px;
	display:block;
	color: #ffedcb;
	font-weight: 600;
}
h2{
	font-size: 1.6rem;
	line-height: 1.6;
	margin: 10px;
}
}
h3{
	font-size: 3.0rem; /* 30px */
	font-weight: 400;
	line-height: 1.5;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}
h4,
h5,
h6,
img {
	height: auto;
}
a:link {
	color:#000;
	text-decoration: none;
	outline: none;
}	
 a:visited {
	color:#000;
	text-decoration: none;
	outline: none;
}
a:hover{
	color:#FF0000;
	text-decoration: none;
	outline: none;
}
a:focus {
	color:#FF0000;
	text-decoration: none;
	outline: none;
}
/*------------------------
　ヘッダー
--------------------------*/
header{
	min-width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	height: 750px;
	background: #000 url(../img/bg.jpg) no-repeat top center;
	background-size:cover;
	display:block;
	position:relative;
}
@media only screen and (max-width: 750px) {
header{
	height: 350px;
}
}
@media screen and (min-width: 1400px) {
header{
	height: 900px;
}
}
@media screen and (min-width: 1800px) {
header{
	height: 1100px;
}
}

.siteTitle {
	width: 900px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	}
@media only screen and (max-width: 750px) {
.siteTitle {
	width: 85%;
	}
.siteTitle img {
	max-width: 100%;
}
}
@media screen and (min-width: 1400px) {
.siteTitle {
	width: 1100px;
}
}
@media screen and (min-width: 1800px) {
.siteTitle {
	width: 1300px;
}
}
.siteTitle img {
	max-width: 100%;
}

/*------------------------
　共通
--------------------------*/
.main_wrapper{
	width: 1080px;
	margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 750px) {
.main_wrapper{
	width: 97%;
}
}
.midashi {
	position: relative;
	padding: 0 10px;
	text-align: center;
	font-size: 3.0rem;
	line-height: 1;
	font-weight: 400;
	color: #FFF;
	margin: 50px 0 30px;
	font-weight: 600;
}
.midashi:before {
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background:  linear-gradient(to right, #FFF 0%, #FFF 100%);
}
.midashi span {
  position: relative;
  padding: 0 0.5em;
  background: #980535;
}
@media only screen and (max-width: 750px) {
.midashi {
	padding: 0 10px;
	font-size: 2rem;
	line-height: 1;
	font-weight: 400;
	margin: 30px 0 10px;
}
}
/*------------------------
　info
--------------------------*/
.info-box{
	width: 100%;
	margin: 0px 0 50px 0;
	position: relative;
	margin-left: auto;
    margin-right: auto;
}
.info-box p{
	font-size: 1.8rem;
	line-height: 1.8;
	margin: 10px 10px;
}
.info-box .info-txt {
	font-size: 1.8rem;
	line-height: 1.8;
	margin: 10px 50px;
	display:block;
	text-align: left;
}
.info-box .caution{
	font-size: 1.5rem;
	line-height: 1.7;
}
@media only screen and (max-width: 750px) {
.info-box p{
	font-size: 1.4rem;
	line-height: 1.7;
	margin: 5px 0px;
}
.info-box .info-txt {
	font-size: 1.4rem;
	line-height: 1.7;
	margin: 10px 5px 5px;
	display:block;
	text-align: left;
}
.info-box .caution{
	font-size: 1.2rem;
}
}

/*------------------------
    ボタン
--------------------------*/
.btn {
	text-align: center;
	padding: 0 0 20px;
}
.btn-open {
  display: inline-block;
  width: 450px;
  height:70px;
  text-align: center;
  background-color: #000000;
  font-size: 18px;
  line-height: 72px;
  color: #FFF;
  border: 1px solid #000000;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-open:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0.5;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.btn-open:hover{
  color: #000000;
}
.btn-open:hover:after{
  height: 500%;
  opacity: 1;
}
.btn a:link {
	color:#fff;
	text-decoration: none;
	outline: none;
}		
.btn a:visited {
	color:#fff;
	text-decoration: none;
	outline: none;
}
.btn a:hover{
	color:#000;
	text-decoration: none;
	outline: none;
}
.btn a:focus {
	color:#000;
	text-decoration: none;
	outline: none;
}


/*------------------------
　GOODS
--------------------------*/
.goods_box {
	width: 100%;
	margin: 0px 0 50px 0;
	position: relative;
}
.goods_per{width: 30%; margin-bottom: 10px; margin-right: 30px; display: inline-block; vertical-align: top; position:relative; }
.goods_per img {
	max-width: 100%
}
.goods_per .item-no {
	font-size: 2.6rem;
	line-height: 1.2;
	margin-top: 15px;
	color: gold;
	font-weight: 600;
}
.goods_per .item-memo {
	font-size: 1.4rem;
	line-height: 1.6;
	margin-top: 10px;
	color:beige;
	font-weight: 600;
}
.goods_per p {
	font-size: 1.5rem;
	line-height: 1.6;
	margin: 5px 0px 40px;
	text-align: left;
}
@media only screen and (max-width: 750px) {
.goods_per{width: 47%; margin-bottom: 10px; margin-right: 5px; display: inline-block; vertical-align: top; position:relative; }
.goods_per .item-no {
	margin-top: 10px;
	font-size: 1.5rem;
}
.goods_per .item-memo {
	font-size: 1rem;
	margin-top: 5px;
}
.goods_per p {
	font-size: 1.2rem;
	line-height: 1.8;
	margin: 5px 0px 20px;
}
}
/*------------------------
　FOOTER
--------------------------*/
footer{
	min-width: 100%;
	margin-top: 50px;
	padding: 0;
	text-align: center;
	width: 100%;
	height: 130px;
	display:block;
	position:relative;
}
.copy {
	width: 700px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.copy p {
	margin: 10px 0 0;
	line-height: 1.5;
	color:#fff;
}
@media only screen and (max-width: 750px) {
footer{
	margin-top: 20px;
	height: 80px;
}
.copy {
	width: 100%;
}
}
/*------------------------
    装飾
--------------------------*/
.txt-gold{
	color: gold;
}




/*------------------------
    スマホ対応
--------------------------*/
@media only screen and (max-width: 750px) {

/*------------------------
    ボタン
--------------------------*/
.btn {
	text-align: center;
	padding: 0 0 20px;
}
.btn-open {
  display: inline-block;
  width: 90%;
  height:70px;
  text-align: center;
  background-color: #000000;
  font-size: 1.4rem;
  line-height: 72px;
  color: #FFF;
  border: 1px solid #000000;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-open:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0.5;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.btn-open:hover{
  color: #000000;
}
.btn-open:hover:after{
  height: 500%;
  opacity: 1;
}
.btn a:link {
	color:#fff;
	text-decoration: none;
	outline: none;
}		
.btn a:visited {
	color:#fff;
	text-decoration: none;
	outline: none;
}
.btn a:hover{
	color:#000;
	text-decoration: none;
	outline: none;
}
.btn a:focus {
	color:#000;
	text-decoration: none;
	outline: none;
}
}

@media only screen and (max-width: 750px) {
.yt{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.yt iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
}
/*------------------------
    PCスマホ画像切り替え
--------------------------*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; margin-left: auto; margin-right: auto;}
.sp { display: none !important;  margin-left: auto; margin-right: auto;}
/* スマートフォン（画面幅750px以下）で見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; margin-left: auto; margin-right: auto; }
.sp { display: block !important; margin-left: auto; margin-right: auto; }
}
