@charset "UTF-8";
/* CSS Document */
html {
    font-size: 62.5%;
    font-weight: 500;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
}
body {
    width: 100%;
    max-width: 100%;
    font-size: 1.6rem; /* 16px*/
    font-weight: 500;
    line-height: 2;
    color: #fff;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-family: "ヒラギノ角ゴ Pro",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serifsans-serif;
    background-color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    position: relative;
}
a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #222222;
    display: block;
    line-height: 0;
}
a:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
img {
	width: 100%;
}
.nolink {
    pointer-events: none;
}
.widthImg {
    width: 100%;
}
.heightImg {
  width: auto;
  height: 100%;
}
.dispNon--pc, .dispNon--pctab, .dispNon--pasp  {
    display: none;
}
.dispNon--tab, .dispNon--sp, .dispNon--tabsp {
    display: block;
}
.fadeIn {
    transition: opacity 0.8s;
    -moz-transition: opacity 0.8s;
    -webkit-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
}
.fadeUp {
    transition: opacity 0.7s;
    -moz-transition: opacity 0.7s;
    -webkit-transition: opacity 0.7s;
    -o-transition: opacity 0.7s;
    transition: transform 0.7s;
    -moz-transition: transform 0.7s;
    -webkit-transition: transform 0.7s;
    -o-transition: transform 0.7s;
}
.fadeLeft,
.fadeRight {
    transition: opacity 0.8s;
    -moz-transition: opacity 0.8s;
    -webkit-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
    -o-transition: transform 0.8s;
}
#loading {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}
.loader {
    color: #000;
    font-size: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.btnToppage {
	position: fixed;
	width: 50px;
	bottom: 6vw;
	right: 2%;
}

/* header --------------------------------------------------------*/
.header__logo {
	width: 157px;
	padding: 20px 0 0 20px;
}
.header__copy {
	width: 44.1%;
	margin: 2.5vw auto 0;
}
.header__ttl {
	width: 68.5%;
	margin: 3vw auto 6vw;
	line-height: 0;
}

/* main --------------------------------------------------------*/
.contents {
	width: 100%;
	background: url("../img/bg.jpg") no-repeat top center;
	background-size: 100% auto;
	padding-bottom: 20vw;
}
.contents__ttl01 {
	width: 29.8%;
	margin: 0 auto 2.3vw;
}
.contents__movie {
	width: 100%;
}
.contents__movie {
    position: relative;
    padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
    /*padding-top: 30px;*/
    height: 0;
    overflow: hidden;
}
.contents__movie__thumbnail {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	cursor: pointer;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.contents__movie__arrow {
	width: 13%;
	height: 23.11%;
	background-color: RGBA(136,136,136,.5);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.contents__movie__arrow::before {
	content: "";
    box-sizing: border-box;
    width: 0;
    height: 0;
    border: 2vw solid transparent;
    border-left: 2.8vw solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-24%, -50%);
	transform: translate(-24%, -50%);
}
/*.contents__movie__thumbnail:hover .contents__movie__arrow::before {
    border-left: 2.8vw solid #0bb2b2;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}*/
.contents__movie__thumbnail:hover .contents__movie__arrow {
	background-color: RGBA(136,136,136,.8);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.contents__movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 1;
}
.contents__goods__ttl {
	width: 50.91%;
	margin: 0 auto 2vw;
}
.contents__goods__movie {
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	background-color: RGBA(255,255,255,.5);
	margin-bottom: 6vw;
}
.contents__btn {
	width: 70.8%;
	margin: 0 auto;
}
.contents__btn a {
	display: block;
	background-color: #965a00;
	padding: 3vw 0;
	position: relative;
}
.contents__btn a::after {
	content: "";
	width: 13.4%;
	height: 100%;
	background: url("../img/contents__arrow.png") no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	right: 12.57%;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.contents__btn a:hover::after {
	right: 10%;
}
.contents__btn a img {
	width: 34.18%;
	margin: 0 auto;
	display: block;
}
.contents__goods__caption {
	margin: 0 auto;
	color: #000;
	position: relative;
	padding-left: 1.4vw;
	font-size: 1.3vw;
    letter-spacing: .13vw;
}
.contents__goods__caption::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.contents__goods {
	width: 70.8%;
	margin: 0 auto 10vw;
	background-color: RGBA(255,255,255,.5);
	border: .6vw solid #000;
	padding: 5vw 3%;
}
.contents__caption {
	width: 100%;
	background-color: RGBA(255,255,255,.5);
	padding: 4vw 0;
	margin-bottom: 17vw;
}
.contents__caption__txt {
	font-size: 1.8vw;
	line-height: 2.8vw;
	text-align: center;
	color: #000;
	letter-spacing: 0.1vw;
}


/* footer --------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------*/
/* 1200px以上〜 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
}

/* ----------------------------------------------------------------------------------------------------*/
/* 1400px以上〜 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/
@media (min-width: 1400px) {
	.header__copy {
		margin: 3.5vw auto 0;
	}
}

/* ----------------------------------------------------------------------------------------------------*/
/* breakpoint TAB -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/

@media (max-width: 1000px) {
    
    .dispNon--tab, .dispNon--pctab, .dispNon--tabsp {
        display: none;
    }
	.dispNon--pc {
		display: block;
	}
	
	/* main --------------------------------------------------------*/

}


/* ----------------------------------------------------------------------------------------------------*/
/* breakpoint SP -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 750px) {
    body {
    }
    .dispNon--sp, .dispNon--pcsp , .dispNon--tabsp {
        display: none;
    }
    .dispNon--pc, .dispNon--tab, .dispNon--pctab {
        display: block;
    }
	
	/* header --------------------------------------------------------*/
	.header__logo {
		width: 21.06%;
		padding: 3vw 0 0 4.5%;
	}
	.header__copy {
		width: 60.66%;
		margin: 10vw auto 5vw;
	}
	.header__ttl {
		width: 91.33%;
		margin: 0 auto 17vw;
	}
		
	/* main --------------------------------------------------------*/
	.contents {
		background: url("../img/bg--sp.jpg") no-repeat top center;
		background-size: 100% auto;
		padding-bottom: 15vw;
	}
	.contents__ttl01 {
		width: 47.6%;
	}
	.contents__movie--mainPv {
		/*margin-bottom: 7.5vw;*/
	}
	.contents__goods__ttl {
		width: 67.64%;
	}
	.contents__goods__movie {
		padding: 7px;
	}
	.contents__btn {
		width: 90%;
	}
	.contents__btn a {
		padding: 3.5vw 0;
	}
	.contents__btn a::after {
		right: 9%;
	}
	.contents__btn a img {
		width: 43.94%;
	}
	.contents__goods__caption {
		padding-left: 14px;
		font-size: 14px;
	}
	.contents__goods {
		width: 90%;
		margin: 0 auto 12vw;
		border: .6vw solid #000;
		padding: 5vw 5%;
	}
	.contents__caption {
		padding: 3.5vw 0;
		margin-bottom: 7.5vw;
	}
	.contents__caption__txt {
		font-size: 3.0vw;
		line-height: 4.5vw;
		letter-spacing: 0.2vw;
	}
	
}	



