@charset "utf-8";
.display-pc {
    display: block;
}

.display-sp {
    display: none;
}

a {
    color: #333333;
    text-decoration: none;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}

a:hover, a img:hover, a p:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}

header {
    width: 100%;
    height: 650px;
    min-height: 650px;
    background: url(../img/pc_mainbg.jpg) no-repeat center top;
    background-size: cover;
    position: fixed;
    z-index: 1;
}

.header div {
    width: 1200px;
    margin: 0 auto;
}

.header h1 img {
    /*width: 100%;*/
    position: absolute;
    top: 40%;
    left: 10%;
}

.header p {
    /*width: 480px;*/
    position: absolute;
    top: 54%;
    left: 10%;
    text-align: left;
    font-weight: bold;
}

.header p.sub {
    position: absolute;
    top: 30%;
    left: 10%;
    padding-left:70px;
    font-size: 24px;
    font-family: Yu Mincho,YuMincho,serif!important;
    color: #ce9d6d;
    letter-spacing:0.2em;
}

.styling_wrapper, .topics_wrapper, .bnr {
    width: 940px;
    margin: 0 auto;
    padding-top: 50px;
}


/*.styling {
    border-bottom: 1px #e5e5e5 solid;
    margin-bottom: 100px;
}*/

.styling:last-child {
    border: 0;
    margin-bottom: 0;
}

.styling .catch {
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.styling03 .catch h2 {
    width: 360px;
    margin: 0 auto;
}

.styling01 .catch h2 {
    width: 362px;
    margin: 0 auto;
}

.styling02 .catch h2 {
    width: 467px;
    margin: 0 auto;
}

.styling .catch .styling_copy {
    font-family: 'Yu Mincho', 'YuMincho', serif;
    font-size: 26px;
    margin-bottom: 20px;
}

.styling .catch img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.styling .catch .center img, .topics_styling .catch .center img {
    width: 70%;
    height: auto;
    margin: 0 auto 30px;
}

.styling_text {
    font-size: 15px;
    line-height: normal;
}

.styling ul {
    font-size: 12px;
    letter-spacing:0.1em;
    line-height: 3.0;
    margin-bottom: 70px;
    text-align: left;
}


.styling01 ul {
    position:relative;
    margin:0 auto 60px auto;
    width:500px;
}
.styling02 ul {
    position:relative;
    margin:0 auto 60px auto;
    width:540px;
}
.styling03 ul {
    position:relative;
    margin:0 auto 50px auto;
    width:500px;
}
em {
    position:absolute;
    right:0;
    margin: 7px 0 0 0;
    width:80px;
    padding: 5px;
    background: #000;
    text-align: center;
    font-size: 11px;
    letter-spacing: 2px;
    line-height:1;
    color: #fff;
    font-style: normal;
    text-decoration: none;
}

em.store {
    font-style: normal;
    margin: 7px 0 0 0;
    width:80px;
    padding: 4px;
    background: #ffffff;
    color: #bfbfbf;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    border: solid 1px #bfbfbf;
    letter-spacing:0;
}

em.coming_soon {
    background: #bfbfbf;
    color: #fff;
}

.styling .item_list ul li {
    text-align: left;
    margin-bottom: 45px;
}

.topics_styling .item_list div {
    text-align: left;
    margin-bottom: 30px;
    margin-top: 30px;
}

.styling .item_list ul .full, .topics_styling .item_list div .full {
    float: none;
    width: 100%;
}

.styling .item_list ul .left, .topics_styling .item_list div .left {
    float: left;
    width: 425px;
    margin-right: 70px;
}

.styling .item_list ul .right, .topics_styling .item_list div .right {
    float: right;
    width: 425px;
    margin-right: 0;
}

.styling .item_list .item_list_photo, .topics_styling .item_list .item_list_photo {
    width: 100%;
    margin-bottom: 20px;
}

.styling .item_list ul li p {
    display: inline-block;
}

.styling .item_list ul li, .topics_styling .item_list div p {
    display: inline-block;
    margin-top: 30px;
}

.topics_styling .item_list div p:nth-child(n + 3) {
    margin-top: 10px;
}

.styling .item_list .item_list_name, .topics_styling .item_list .item_list_name {
    font-size: 16px;
    font-weight: bold;
    margin-right: 25px;
}

.styling .item_list .item_list_price, .topics_styling .item_list .item_list_price {
    font-size: 15px;
    font-weight: normal;
    margin-right: 25px;
}

.view_btn {
    width: 560px;
    margin: 80px auto 115px;
/*    border-radius: 5px; */
    padding: 22px 0;
    font-size: 14px;
    font-weight: normal;
    letter-spacing:0.1em;
    /* border: 2px #626262 solid; */
    background-color: #000;
    color: #fff;
    font-size: 20px;
}

#page_top {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 13px;
}

#page_top img {
    width: 43px;
    height: 43px;
}

.book {
    width: 940px;
    margin: 0px auto;
    padding: 0px 0px 60px 0px;
}

.book p {
    line-height: 2.4;
    font-size: 15px;
}

.title h2 {
    margin-bottom: 20px;
}

.title p {
    line-height: 2;
    /* margin: 0px 170px 0px 170px; */
    padding: 0px 1em;
    /* background: #ea3f63; */
    text-align: center;
    font-size: 21px;
    letter-spacing: 2px;
    /* color: #fff; */
}

.book h2 {
    font-family: 'Yu Mincho', 'YuMincho', serif;
    font-weight: bold;
    font-size: 47px;
    margin-bottom: 60px;
}

.book .subtxt {
    line-height: 2.4;
    font-size: 15px;
    margin: 10px 0 50px;
    text-align: left;
}

.book section.left .credit {
    text-align: center;
}

.book .left {
    float: left;
    width: 35%;
    margin-right: 5%;
    text-align: right;
}

.book .left img {
    width: 100%;
    display: inline-block;
}

.book .right {
    float: left;
    width: 60%;
}

@media only screen and (min-width: 481px){
.header p {
  width: 480px;
}
.br-sp { display:none; }
}
