@charset "utf-8";

/*SPコンテンツ非表示*/
div#wrapper_sp, div#bottom_sp{
    display: none;
}
body{
    margin: 0;
    padding: 0;
    /*font-family: 'Noto Sans JP', sans-serif;*/
}
ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style-type: none;
}
a{
    text-decoration: none;
}
.FL{
    float: left;
}
.sectitle{
    text-align: center;
    margin: 20px auto;
}
.center{
    text-align: center;
}
/* 以上は共通 */

#kv{
    width: 760px;
    max-width: 760px;
    display: inline-block;
}
.product{
    margin: 0 auto;
}
.product_txt{
    margin: 20px auto;
}
/* 商品名 */
.product_name-conts{
    font-family: serif;
    margin: 60px auto 0;
    font-size: 40px;
    text-align: center;
    vertical-align: middle;
    display: table;
    position: relative;
    line-height: 1.0;
    font-weight: 600;
}
.product_name{
    display: table-cell;
    vertical-align: middle;
}
.product_subname{
    font-size: 24px;
}
.ornament_l{
    width: 20%;
    display: table-cell;
    position: absolute;
    top: 30%;
    left: -25%;
}
.ornament_r{
    width: 20%;
    display: table-cell;
    position: absolute;
    top: 30%;
    right: -25%;
}
/* 商品名 */

/* 商品説明 */
.product_description{
    font-family: serif;
    text-align: center;
    margin: 40px auto 70px;
    font-size: 20px;
}


/* 商品画像 */
.product_img{
    margin: 0 auto;
    line-height: 0;
}
.product_img img{
    margin: 0 auto 40px;
}

/* 3つの理由 */
.reason{
    background: #fff3d5 url(https://mccsweets.itembox.design/item/img/common/reason_bg.jpg) no-repeat;
    background-size: 760px auto;
    margin: 0 auto 0;
    padding: 0 0 20px 0;
}
.reason_ttl{
    line-height: 1.3;
    padding: 20px 0 0 0;
    margin: 0 0 0 20px;
}
.reason_ttl .ttl_txt{
    font-family: serif;
    font-size: 48px;
    font-weight: 600;
    color: #433515;
    margin: 0 0 40px 0;
}
.reason_ttl .ttl_txt_number{
    font-family: "Monotype Corsiva";
    font-size: 64px;
}
.reason_ttl .ttl_txt-mini01{
    font-size: 28px;
}
.reason_ttl .ttl_txt-mini02{
    font-size: 34px;
}
.reaon_conts{
    width: 760px;
    margin: 0 auto;
    padding: 0 0 10px 0;
    
}
.reaon_detail{
    font-family: serif;
    padding: 0 0;
    margin: 0 20px;
}
.reaon_detail .detail_left{
    float: left;
}
.reaon_detail .detail_right{
    float: right;
}
.reaon_detail .detail_number{
    width: 200px;
    font-size: 45px;
    font-family: "Monotype Corsiva";
    color: #573919;
    border-bottom:1px solid #573919;
    margin: 30px 0 0 40px; 
    line-height: 1.2;
}
.reaon_detail .detail_number:nth-last-child(){
    margin: 10px 0 0 40px; 
}
.reaon_detail .detail_txt{
    width: 340px;
    margin: 20px 0 0 40px;
    font-weight: 600;
    font-size: 22px;
}


/* お客様の声 */
.voice{
    width: 760px;
    margin: 40px auto;
    text-align: center;
}
.voice_list{
    border: 1px solid #b69b59;
    padding: 20px;
    margin: 30px auto;
    font-family: serif;
    font-weight: 300;
    text-align: left;
}
.voice_head{
    width: 100%;
    margin: 0 0 12px 0;
}
.voice_star{
    font-size: 24px;
    float: left;
}
.voice_points{
    padding: 0 0 0 10px;
    font-family: "Monotype Corsiva";
    font-size: 30px;
}
.voice_user{
    font-size: 16px;
    text-align: right;
    float: right;
    margin: 2.5% 0 0 0;
}
.voice_ttl{
    font-size: 30px;
}
.voice_txt{
    font-size: 16px;
}


/* ギフトラッピング */
.gift{
    background: url(https://mccsweets.itembox.design/item/img/common/gift_wrapping_bg.jpg) no-repeat;
    background-size: 760px 496px;
    margin: 6% auto;
    padding: 0 0 0 0;
    display: block;
    /* border: 1px solid #b69b59; */
    width: 760px;
    height: 496px;
}
.gift_ttl{
    text-align: center;
    font-size: 21px;
    font-family: serif;
    font-weight: 300;
    padding: 30px 0 0 0;
}
.gift_txt{
    font-size: 15px;
    font-family: serif;
    font-weight: 300;
    text-align: center;
    margin: 20px auto 0;
}
.gift_list{
    display: table;
    border-spacing: 22px;
    margin: 0 auto;
}
.gift_detail{
    display: table-cell;
    font-family: serif;
    font-weight: 300;
    width: 210px;
    margin: 0 auto 0;
}
.gift_detail img {
    max-width: 210px;
}
.gift_detail .detail_txt{
    font-size: 15px;
    vertical-align: middle;
    padding: 0 0;
    text-align:center; 
}
.gift .gift_btn{
    width: 155px;
    border: 1px solid #333;
    text-align: center;
    margin: 0 auto 20px;
    font-size: 14px;
}
.gift .gift_btn a{
    width: 155px;
    display: inline-block;
    text-decoration: none;
    color: #333;
    padding: 6% 5%;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.gift .gift_btn a:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 5px solid #333;
}





/*商品情報テーブル*/
.tblType01 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
}
.tblType01 th ,
.tblType01 td {
    padding: 10px 10px;
    vertical-align: top;
    border: 1px solid #c6c6c6;
}
.tblType01 th {
    text-align: center;
    white-space: nowrap;
    background: #f1f1f1;
    font-weight: normal;
}


/*レビュー*/
.fs-c-aggregateRating {
    display: block;
}
.fs-c-productReview:before{
    display: block;
    margin: 10px auto 20px;
    text-align: left;
    content: "お客様の声";
    background-color: #e7e7e7;
    padding: 10px;
}
.haisou{
    margin-bottom: 30px;
}
.haisou h4{
    display: block;
    margin: 0px auto 0px;
    text-align: left;
    background-color: #e7e7e7;
    padding: 10px;
    color: #000;
    font-family: none;
    font-size: 14px;
    padding: 14px 10px;
}
.fs-c-productReview{
    text-align: left;
    margin: 60px 0;
}
.fs-c-reviewList a {
    color: #000;
}
li.fs-c-reviewList__item {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
}

li.fs-c-reviewList__item:first-child {
}
.fs-c-reviewBody {
    border: none;
    font-size: 14px;
    padding: 0;
}
.fs-c-reviewStars::before {
    font-size: 21px;
}