@charset "shift_jis";

/*============ 商品ページ個別CSS ===========*/

/* ページ固有の色を下記3つの要素に同一で入力 (白ヌキ文字を置いても読める程度の濃さで）*/

h2 .itemtitle, .open-link a:hover span, .open-link a:active span, .hidden-link a:hover span, .hidden-link a:active span, #container .main1c .button:hover,#container .main1c .button:active
{
	color: #D1004C; /* キーカラーを指定 */
}

h2::before, h2::after, .accordion-block div, .tab-menu dl dt, .open-link a span,.hidden-link a span, p.point-number, .topimage h1, .whole-bg, .main1c .button, .whole-topimage, h3::before, .spec-title::before, .style-h3::before
{
	background: #D1004C; /* キーカラーを指定 */
}

h3, .style-h3, .open-link a span,.hidden-link a span, .spec-title, .main1c .button, .underline
{
	border-color: #D1004C; /* キーカラーを指定 */
}
.clear {
	clear:both;
}

/*メインコンテンツブロック*/

.clearfix:after {
  content: " ";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
  overflow:visible;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.float-img{
    float: left;
    width: 65%;
}
.main1c{
    background: url("../../percyfaith/img/bg01.png") no-repeat center top;
    background-size: cover;
}
/*.main1c.bg01{
    background: url("../../percyfaith/img/bg01.png") repeat-y center top;
}*/
.section{
    background: #fff;
}
.main1c .inner{
    background: #fff;
    width: 1100px;
    padding: 0 50px;
    margin: 0 auto;
}
h2::after{
    margin-top: 0;
}
.section h2 .bg{
   color: #000064;
   /* background: linear-gradient(rgba(255,255,255,1) 50% ,rgba(107,22,133,.3) 90%);*/
    font-size: 32px;
    
    padding: 30px 10px 25px;
    position: relative;
    margin: 0;
    font-weight: bold;
}

.tracklist h3,.benefits h3,.spec-title{
     background: linear-gradient(-90deg, rgba(255,255,255,1),rgba(255,78,122,.3));
}
.topimage h1{
   /* border-radius: 50px;*/
    background: #D1004C!important;
    color: #fff;
    padding: 10px 0;
}
.bg02 {
    background: url("../../percyfaith/img/bg02.png") no-repeat center right;
    background-size: contain;
    padding:10px 0 30px;
}
.float-box .left{
    width: 233px;
    float: left;
}
.float-box .right{
    width: calc(100% - 240px);
    float: right;
}
.float-box .right p.underline{
    margin-bottom:5px;
}
.float-box .right p{
    display: block;
}
h5.vol{
    margin-bottom: 0;
}
h3 span{
    font-size: 16px;
    display: block;
    color: #ff4e7a;
}
h3 span img{
    width: auto;
    display: block;
   margin-bottom: 0!important;
}
.float-box02 .left{
    width: 309px;
    float: left;
}
.float-box02 .right{
    float: right;
    width: calc(100% - 330px);
    
}
.float-box02 .right h5{
    margin-bottom: 0;
}
.float-box02 .right .col2-1 p,.float-box02 .right .col2-2 p,.float-box02 .right p.fs13{
    font-size: 13px;
}

.otonano{
	width: 500px;
	margin: 0 auto !important;
}
/*============ スマートフォン用 ===========*/
@media screen and (max-width: 767px) {
.float-img{
    float: none;
    width: 100%;
}

.otonano{
	width: 100%;

}
    .main1c .inner{
        width: 100%;
        padding: 0;
    }
    .pc{
        display: none;
    }
    .section h2 .bg{
        background: none!important;
        font-size: 24px;
    }
    .bg02{
       background: none;
    }
    h2::before{
        margin-bottom: 0;
    }
    .float-box02 .left{
    width: 309px;
    float: none;
        margin: 0 auto 20px;
    }
.float-box02 .right{
    float: none;
    width: 100%;
    
}
    .float-box .left{
        float: none;
        margin: 0 auto;
    }
    .float-box .right{
        float: none;
        width: 100%;
    }
  /* ここにスマホ専用のCSSを記入 */


}/* Media Query for SmartPhone */