@charset "utf-8";

#wrapper{
  margin-bottom: 70px;
}
.contentInner{
  max-width: 960px;
  margin: 0 auto;
}
.contentDetail {
  padding: 0;
  background: none;
}
#str-main p{
    margin: 0;
    padding: 0;
}
#contentMain {
  padding-top: 0;
}
#catch{
  background:url(../images/bg_top02_pc.jpg) no-repeat center top #56070a;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.ph_link{
  position: relative;
  max-width: 960px;
  height: 0;
  margin: 0 auto;
  padding: 0;
}
.ph_link a{
  position: absolute;
  display: block;
  width: 20.2%;
  bottom: 20px;
  right: 0;
}
.linkph {
  position: relative;
}
.bg{
background: -webkit-linear-gradient(top, rgb(97, 6, 15) 0%, rgb(65, 3, 8) 100%);
background: -o-linear-gradient(top, rgb(97, 6, 15) 0%, rgb(65, 3, 8) 100%);
background: -ms-linear-gradient(top, rgb(97, 6, 15) 0%, rgb(65, 3, 8) 100%);
background: -moz-linear-gradient(top, rgb(97, 6, 15) 0%, rgb(65, 3, 8) 100%);
background: linear-gradient(to bottom, rgb(97, 6, 15) 0%, rgb(65, 3, 8) 100%);
}
.bg2{
  background:url(../images/bg2_pc.jpg) no-repeat center top;
  background-size: cover;
}
.bg3{
  background:url(../images/bg3_pc.png), url(../images/bg_main_pc.png);
  background-position: 50% 0%, 0% 0%;
  background-repeat: no-repeat, repeat-x;
  background-size: auto 100%, auto 100%;
}
.bg4{
  background:url(../images/bg4_pc.png), -webkit-linear-gradient(top, rgb(97, 6, 15) 0%, rgb(65, 3, 8) 100%);
  background:url(../images/bg4_pc.png), -o-linear-gradient(top, rgb(97, 6, 15) 0%, rgb(65, 3, 8) 100%);
  background:url(../images/bg4_pc.png), -ms-linear-gradient(top, rgb(97, 6, 15) 0%, rgb(65, 3, 8) 100%);
  background:url(../images/bg4_pc.png), -moz-linear-gradient(top, rgb(97, 6, 15) 0%, rgb(65, 3, 8) 100%);
  background:url(../images/bg4_pc.png), linear-gradient(top, rgb(97, 6, 15) 0%, rgb(65, 3, 8) 100%);
  background-position: 50% 0%;
  background-position: center top;
  background-repeat: no-repeat;
}
.bg5{
background: -webkit-linear-gradient(top, rgb(42, 2, 6) 0%, rgb(84, 4, 12) 100%);
background: -o-linear-gradient(top, rgb(42, 2, 6) 0%, rgb(84, 4, 12) 100%);
background: -ms-linear-gradient(top, rgb(42, 2, 6) 0%, rgb(84, 4, 12) 100%);
background: -moz-linear-gradient(top, rgb(42, 2, 6) 0%, rgb(84, 4, 12) 100%);
background: linear-gradient(to bottom, rgb(42, 2, 6) 0%, rgb(84, 4, 12) 100%);
}
.mainVisual{
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}
.mainVisual img{
  max-width: 100%;
}
.mainVisual .hdLogo{
  position: absolute;
  top: 0;
  right: 0;
  width: 38.85416667%;
}
.mainVisual .hdText{
  position: absolute;
  display: block;
  width: 10.72916666666667%;
  top:0;
  left:0;
  padding: 5.9375% 0 0;
}
.mainVisual .hdItem{
  display: block;
  width: 47.085%;
  margin-left:12.2%;
  padding: 5.9375% 0 0;
}
.ph_link{
  position: absolute;
  right: 2%;
  bottom: 11.5%;
  width: 20.209%;
}
.hdText2{
  text-align: center;
}
.hdText2 img{
  max-width: 88.8541667%
}
.mainVisual .hdRelease{
  position: absolute;
  display: block;
  width: 17.4%;
  top:0;
  left:33%;
  padding: 30.9375% 0 0;
}
.mainVisual .hdRelease img{
  width: 89.82%;
}

.bg2{
  padding:30px 0;
  text-align: center;
}
.bg2 img{
  margin: 0 auto;
}
.detailWrap{
  display: table;
  width: 100%;
  text-align: left;
	overflow: hidden;
}
.detailWrap h2{
  margin: 0 0 28px;
}
.detailWrap .detail img{
  max-width: 100%;
}
.linkBnr{
  position: relative;
  padding: 80px 0 60px;
  background: #ffffff;
}
.bnrText{
  margin: 5px auto 0;
  text-align: center;
}
.bnrText img{
  margin: 0 auto;
}
/*
#LinkAc, #LinkPh {
  position: absolute;
  top: -80px;
  left: 0;
}
*/
.linkBnr a{
  display: block;
 /* background: url(../images/bnr_cp_pc.png) no-repeat center center;*/
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}


/* drinx */
#floatingBnr{
  opacity: 0;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  width:100%;
  bottom: 0;
    position: fixed;
}

#floatingBnr.fixed{
    z-index: 300;
    opacity: 1;
}
#floatingBnr .inner{
  position: relative;
  max-width: 960px;
  width: 100%;
  margin: auto;
  text-align: right;
}
#floatingBnr .inner a{
    position: absolute;
    bottom: 60px;
    right: 10px;
    display:none;
    width: 15.2%;
    cursor: pointer;
}
#floatingBnr.fixed .inner a{display: block;}

@media screen and (max-width: 768px){
  #floatingBnr .inner a{width:19.21%;}
}



@media screen and (max-width:1440px) {
#catch{
  background-size: auto;
}
}
@media screen and (max-width:1000px) {
#catch{
  padding: 0 20px;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.linkBnr{
  padding: 50px 20px;
}
}
@media screen and (max-width:960px) {
.contentInner{
  width: auto;
  padding: 0 20px;
}
}
@media screen and (min-width:769px) {
.bg2{
  background:url(../images/bg2_pc.jpg) repeat-y center top;
  background-size: cover;
}
.detailWrap .detail{
  display: table-cell;
  padding: 60px 0;
  text-align: left;
  white-space: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.detailWrap.reversal {
  display: block;
}
detailWrap.reversal .detail{
  float: right;
  display: block;
}
#str-main p.hdText2{
  padding:50px 0 50px;
}
#str-main p.hdText2 img{
  margin: 0 auto;
}

#str-main span.hdTextEnd img{width:100%;height:auto;}
#str-main span.hdTextEnd{
  position: absolute;
  right:0;
  top: 79.68127490039841%;
  width:38.9583333%;
}

.detailWrap .detail.d1l{
  padding: 0;
}
.detailWrap .detail.d1r{
  padding: 40px 0 0;
  text-align: center;
}
.detailWrap .detail.d1r{
  width: 56.875%;
  padding: 40px 0 0;
  text-align: center;
}
.detailWrap .detail.d1r img{
  vertical-align: bottom;
}
.detailWrap .detail.d2r{
  float: right;
  width: 60.7291666%;
  padding: 70px 0;
}
h2.outer{
  padding: 80px 0 40px;
}
h2.outer2{
  padding: 60px 0 40px;
}
h2.outer img,h2.outer2 img{
  margin: 0 auto;
}
h2.outer2 img{
  width: 85%;
}
#str-main p.outer{
  padding: 0 0 60px;
}
#str-main p.outer img{
  margin: 0 auto;
}
.detailWrap .detail.d3l{
  padding-top: 0;
  padding-left: 3%;
  padding-bottom: 70px;
  vertical-align: top;
}
.detailWrap .detail.d3r{
  padding-top: 0;
  padding-left: 5%;
  padding-bottom: 70px;
}
.detailWrap .detail.d4l{
  width:53.021%;
  padding-top: 0;
  padding-bottom: 30px;
}
.detailWrap .detail.d4r{
  padding-top: 0;
  padding-left: 5%;
  padding-bottom: 30px;
}
.detailWrap.centered{
  display: block;
  margin: 0 auto;
  text-align: center;
}
.detailWrap .detail.d5r{
  display: inline-block;
  width: 44.9%;
  padding-left: 5%;
}
.detailWrap .detail.d5r .btn{
  margin: 15px auto 0;;
}
.detailWrap .detail.d5l{
  display: inline-block;
  width: 13.02%;
}
.detailWrap .detail.d6r{
  display: inline-block;
  width: 39.376%;
  padding-right: 5%;
}
.detailWrap .detail.d6r h2{
  width:33.74%
}
.detailWrap .detail.d6l{
  display: inline-block;
  width: 12.08333%;
}
.detailWrap .detail.d4r .btn{
  margin-top: 0;
}
#str-main .detailWrap .detail.d4r p + p{
  margin-top: 20px;
}
.detailWrap .detail.d4r h3 img{
  width:26.5%;
}
#str-main .linkBnr p{
  margin: 0 auto 30px;
}
.onlySp{
  display: none;
}
.btn{
  display: block;
  width: 320px;
  margin-top: 15px;
}
.btntext{
  display: block;
  width: 320px;
  margin-top:5px;
}
.btn.mt40{
  margin-top: 40px;
}
}

#str-main .linkBnr p.cp_end{
  margin: 3% auto 0;
  width: 87.23%;
  font-size: 160%;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width:768px) {
#str-main .linkBnr p.cp_end{
  width: 100%;
  font-size: 120%;
  font-size: 3.2vw;
}
#wrapper{
  margin-bottom: 0;
}
#contentMain{
  padding-bottom:15.625%;
}
#catch{
  padding: 0;
}
.wrapper .onlyPc{
  display: none;
}
.wrapper .onlySp{
  display: block;
}
.contentInner{
  padding: 0;
}
.mainVisual img{
  width: 100%;
}
.mainVisual .hdLogo{
  width: 47.6%;
  left: 14.84%;
}
.mainVisual .hdText{
  width: 17.8125%;
  right: 10%;
  left: auto;
  padding:11.73333333334% 0 0;
}
.mainVisual .hdItem{
  display: block;
  width: 58.4%/*62.34375%*/;
  margin-left:8.90%;
  padding:64.21% 0 0;
}
#catch{
  position: relative;
  background:url(../images/bg_top02_sp.jpg) no-repeat center top;
  background-size: cover;
}
.ph_link {
  position: absolute;
  bottom: 9%;
  right: 3.125%;
  width: 43.5%;
}
#str-main p.hdText2{
  padding: 8% 0 6%;
}
#str-main p.hdText2 img{
  width: 93%;
  max-width: 93%;
  margin: 0 auto;
}
#str-main .hdTextEnd{
  position: absolute;
  top: 0;
  left: 8%;
  width:58.93333%;
  margin: 48.6667% auto 0;
}
#str-main .hdTextEnd img{
  width: 100%;
  height: auto;
}

.detailWrap h2{
  margin: 0 auto;
  padding: 0 0 6.25%;
}
.bg2{
  padding: 6.875% 0;
  background:url(../images/bg2_sp.jpg) repeat-y center top #d4bb9b;
  background-size: 100% auto;
}
.bg3{
  background:url(../images/bg3_sp.png), -webkit-linear-gradient(top, rgb(97, 5, 14) 0%, rgb(56, 3, 8) 100%);
  background:url(../images/bg3_sp.png), -o-linear-gradient(top, rgb(97, 5, 14) 0%, rgb(56, 3, 8) 100%);
  background:url(../images/bg3_sp.png), -ms-linear-gradient(top, rgb(97, 5, 14) 0%, rgb(56, 3, 8) 100%);
  background:url(../images/bg3_sp.png), -moz-linear-gradient(top, rgb(97, 5, 14) 0%, rgb(56, 3, 8) 100%);
  background:url(../images/bg3_sp.png), linear-gradient(top, rgb(97, 5, 14) 0%, rgb(56, 3, 8) 100%);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
}
.bg,.bg4,.bg5{
  background: -webkit-linear-gradient(top, rgb(97, 5, 14) 0%, rgb(56, 3, 8) 100%);
  background: -o-linear-gradient(top, rgb(97, 5, 14) 0%, rgb(56, 3, 8) 100%);
  background: -ms-linear-gradient(top, rgb(97, 5, 14) 0%, rgb(56, 3, 8) 100%);
  background: -moz-linear-gradient(top, rgb(97, 5, 14) 0%, rgb(56, 3, 8) 100%);
  background: linear-gradient(top, rgb(97, 5, 14) 0%, rgb(56, 3, 8) 100%);
}
.bg3 .contentInner{
  padding:8.75% 0 71.09375%;
}
.bg4 .contentInner{
  padding:32% 0 0;
  background:url(../images/bg4_sp.png) no-repeat center top;
  background-size: 85%;
}
.detailWrap h2{
  margin: 0 auto;
  padding: 0 0 6.875%;
}
.detailWrap p{
  padding: 0 0 6.25%;
}
.detailWrap .detail {
  text-align: center;
}
.detailWrap .detail img{
  margin: 0 auto;
}
.detailWrap .detail.d1l{
  padding-top: 12.5%;
}
.detailWrap .detail.d1l h2 img{
  width: 60.8%;
}
#str-main .detailWrap .detail.d1l p{
  margin: 0 auto 3.75%;
}
.detailWrap .detail.d1l p img{
  width: 44.375%;
}
.detailWrap .detail.d1r img{
  width:94.21875%;
}
.detailWrap .detail.d2l p img{
  width:58.90625%;
}
.detailWrap .detail.d2r{
  padding: 0;
}
.detailWrap .detail.d2r h2 img{
  width:67.96875%;
}
#str-main .detailWrap .detail.d2r p + p{
  padding-top: 11.5625%;
}
.detailWrap .detail.d2r p img{
  width:84.375%;
}
.detailWrap .detail.d2r p .btn img {
  width: 100%;
}
h2.outer{
  margin: 0 0 6.875%;
}
h2.outer img{
  width: 87.2%;
  margin: 0 auto;
}
.detailWrap .detail.d3l {
  padding-bottom: 9.375%;
}
.detailWrap .detail.d3l img{
  width: 60.53333333333333%;
}
.detailWrap .detail.d3r{
  padding-bottom: 10.9375%;
}
.detailWrap .detail.d3r img{
  width:81.25%;
}
h2.outer2{
  margin: 0 0 5.875%;
  padding-top: 7.96875%;
}
h2.outer2 img{
  width: 61.71875%;
  margin: 0 auto;
}
.detailWrap .detail.d4l{
  padding-bottom: 7.8125%;
}
.detailWrap .detail.d4l img{
  width: 78.90625%;
}
.detailWrap .detail.d4r{
  margin: 0 0 11%;
}
#str-main .detailWrap .detail.d4r p.onlySp{
  margin: 0 auto 7.8125%;
}
#str-main .detailWrap .detail.d4r p.onlySp img{
  width: 94.375%;
}
#str-main .detailWrap .detail.d4r p + p{
  margin-top: 5%;
}
#str-main p.outer{
  padding-bottom: 10.9375%;
}
#str-main p.outer img{
  width: 57.5%;
  margin: 0 auto;
}
.linkBnr{
  padding: 7.8125% 4.6875% 6.8125%;
}
.linkBnr img{
  width: 100%;
}
.linkBnr a{
  display: block;
  /*background: url(../images/bnr_cp_sp.png) no-repeat center center;*/
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
#str-main .linkBnr p {
  margin-bottom: 4%;
}
.linkBnr p img{
  width: 81.1667%;
  margin: 0 auto;
}
.detailWrap .detail.d5l{
  padding: 7.8125% 0 6.875%;
}
.detailWrap .detail.d5l img{
  width: 19.5312575%;
}
.detailWrap .detail.d5r{
  padding: 0 0 10.9375%;
}
.detailWrap .detail.d5r img{
  width: 68%;
  margin: 0 auto;
}
#str-main .detailWrap .detail.d5r .btn{
  margin-top: 4%;
}
#str-main .detailWrap .detail.d5r .btn img{
  width: 100%;
}
.aboutProduct .detailWrap{
  text-align: center;
}
.detailWrap .detail.d6r{
  display: inline-block;
  width:51.4%;
  padding: 10% 0;
}
.detailWrap .detail.d6l{
  display: inline-block;
  width: 17.8125%;
  padding: 10% 0;
}
.detailWrap .detail.d6r h2 img{
  width:41.6413%;
  margin-left: 0;
}
.detailWrap .d6r p{
  padding: 0;
}
.detailWrap .detail.d6r img{
  width: 41.6vw;
  margin-left: 0;
}
#str-main .detailWrap .detail .btn{
  display: block;
  width: 75%;
  margin: 0 auto;
}
.detailWrap .detail img.btntext{
  display: block;
  width: 75%;
  margin: 2.5% auto 0;
}
.onlyPc{
  display: none;
}
#LinkAc {
  top: -40px;
}
#LinkPh{
  top: 0;
}
}
@media screen and (max-width:640px) {
#contentMain{
  padding-bottom:15.625%;
}
}

.hdgiftbtn {
	display: block;
	position:absolute;
	right:0;
	bottom:7%;
	width: 39%;
}

@media screen and (max-width:769px) {

	.hdgiftbtn {
		display: block;
		position:absolute;
		right:inherit;
		left: 8%;
		top: 40%;
		bottom:inherit;
		width: 59%;
	}


}
