/* ==================== [ Normalize ] */
.container * {
    box-sizing: border-box;
}

.container *:before,
.container *:after {
    box-sizing: border-box;
}

.container a {
    outline: none;
    color: #000;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
	background:#e1687c;
}

.container a:hover {
    color: #333;
}

/*.container a:hover img {
    opacity: .7;
}*/

.container h1,
.container h2,
.container h3,
.container h4,
.container h5,
.container h6 {
    margin: 0;
    padding: 0;
}

.container h1 a,
.container h1 a:hover,
.container h2 a,
.container h2 a:hover,
.container h3 a,
.container h3 a:hover,
.container h4 a,
.container h4 a:hover,
.container h5 a,
.container h5 a:hover,
.container h6 a,
.container h6 a:hover {
    color: #000;
}

.container p {
    margin: 0;
    padding: 0;
}

.container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.container ul li {
    margin: 0;
    padding: 0;
}

.container dl {
    margin: 0;
    padding: 0;
}

.container dl dt,
.container dl dd {
    margin: 0;
    padding: 0;
}

.container img {
    max-width: 100%;
    height: auto;
}
div#container {
    background: url(../images/bg_star.png) center top no-repeat !important;
}

/* ==================== [ .btn-common ] */
.btn-common {
    padding-bottom: 8px;
    border-radius: 10px;
    background-color: #ad3a7f;
}
.btn-common:hover {
	margin-top:4px;
    padding-bottom: 4px;
    border-radius: 10px;
    background-color: #ad3a7f;
}
#sp-main .sect-product .btn-purchase:hover{
	margin-top:19px;
    padding-bottom: 4px;
}
.btn-common a {
    display: block;
    padding: 12px 12px 12px;
    border-radius: 10px;
    background-color: #f7a;
    text-align: center;
    line-height: 26px;
}

.btn-common a:hover {
    background-color: #ffaaca;
    text-decoration: none;
}

/* ==================== [ .container ] */
div#wrapper{
	background-color:transparent !important;
}
#sp-main {
	width:960px;
}

#sp-main .sect-sp-head {
    position: relative;
    width: 960px;
    height: 957px;
    margin: 30px 0 0;
    background: url(../images/bg_main.png) center bottom no-repeat;
    background-size: 100% auto;
}


#sp-main .sect-sp-head .capt-logo {
    position: absolute;
    bottom: 60px;
    left: 160px;
    z-index: 2;
    width: 630px;
}


#sp-main .sect-inside {
    position: relative;
    padding: 0 0;
	background:#fff;
	overflow:hidden;
	margin-bottom:50px;
}

#sp-main .sect-inside .capt-inside {
	background:#fff;
	text-align:center;
	width:100%;
}

#sp-main .sect-inside .figure_inside {
}
#sp-main .sect-inside02 {
    position: relative;
	text-align:center;
	margin-bottom:100px;
}
#sp-main .sect-inside02 .capt-inside02 {
	text-align:center;
	width:100%;
	text-align:center;
}
#sp-main .sect-inside02 .img-inside06 {
	padding:10px 0 10px 50px;
}
#sp-main .sect-inside02 .figure_inside02 {
	padding:0 0 20px 0;
}


/* ==================== [ bx-detail ] */
 .wrap-detail{
    width: 960px;
	margin:0 auto;
    padding: 30px 9px;
	border:4px solid #f5818a;
}
.wrap-detail .bx-detail{
    width: 940px;
    margin: 0 auto;
    overflow: hidden;
}
.bx-detail > img{ float: left; }
.bx-detail > dl{
    float: left;
    width: 361px;
    margin: 25px 10px 0;
}
.bx-detail dt{ margin-bottom: 10px; }
.bx-detail dd{
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.6em;
}
.bx-detail .tx-price{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
	padding:20px 0;
}
.bx-detail .btn-detail{ position: relative; }
.bx-detail .btn-detail > a{
    display: block;
    width: 290px;
    height: 70px;
    text-align: center;
    background-color: #f62047;
    -webkit-box-shadow: 0 4px 0 #670719, 0 8px 0px rgba(0, 0, 0, 0.0);
    box-shadow: 0 4px 0 #670719, 0 8px 0px rgba(0, 0, 0, 0.0);
    border-radius: 5px;
    position: relative;
    top: -6px;
	margin:45px auto 0;
}
.bx-detail .btn-detail > a:hover{
    background-color: #fe0230;
    -webkit-box-shadow: 0 2px 0 #670719, 0 8px 0px rgba(0, 0, 0, 0.0);
    box-shadow: 0 2px 0 #670719, 0 8px 0px rgba(0, 0, 0, 0.0);
    top: -4px;
}

.btn-detail > a img{ margin-top: 20px; }

.bx-detail > .bx-campaign{
    float: left;
    width: 248px;
	height:339px;
    margin-left: 7px;
	background: url(../images/pic_campaign.png) center top no-repeat;
	position:relative;
	margin-top:15px;

}
.bx-detail > .bx-campaign:hover{
    border-color: #6fc9f3;
}
.bx-campaign > a{
    display: block;
    min-height: 336px;
    color: #444;
    font-size: 14px;
	background:none;
}
.bx-campaign > a p{
    width: 200px;
    margin: 0 auto 10px;
    line-height: 1.5em;
}
.bx-campaign a.btn-campaign span{
	position:absolute;
	margin:0 0 0 27px;
	bottom:20px;
}
.bx-campaign > a span{
    display: block;
    width: 200px;
    height: 40px;
    margin: 0 auto;
    padding-left: 1rem;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    background: #ff62c8 url(../images/btn_bg.jpg) center center no-repeat;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.bx-campaign > a:hover span{ opacity:0.8; }

/*   ページ下部リンクスタイル変更   */
.capt-link {
    margin-top: 32px;
    font-weight: 600;
}
.lst-cam-btn {
    margin-bottom: 20px;
    font-size: 0;
}
.lst-cam-btn li {
    display: inline-block;
    margin: 0 8px 8px 0;
}
a.btn-cam-link {
    display: block;
    padding: 6px 16px;
    font-size: 12px;
    border: 1px solid #00b4e3;
    border-radius: 100px;
    text-shadow: 1px 1px 2px #00b4e3;
    background: #00b4e3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #00b4e3), color-stop(0.00, #66dfff));
    background: -webkit-linear-gradient(top, #66dfff 0%, #00b4e3 100%);
    background: -moz-linear-gradient(top, #66dfff 0%, #00b4e3 100%);
    background: linear-gradient(to bottom, #66dfff 0%, #00b4e3 100%);
    color: #fff;
    transition: .3s;
}
a.btn-cam-link:hover {
    text-decoration: none;
    opacity: .6;
}