@charset "UTF-8";
/*-----------------------------------

xmascakechef.css
クリスマスケーキシェフ CSS
PC

-----------------------------------*/
 #BrandPage {
  width: 780px;
  box-sizing: border-box;
  font: normal 13px/1.4 '游ゴシック Medium', 'Yu Gothic Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}
  #BrandPage section{
    margin-bottom: 70px;
  }
  #BrandPage .concept{
    text-align: center;
  }
#BrandPage .concept  span {
font-family: serif;
 font-size: 18px;
  text-align: left;
  padding-left: 20px;
  color:#696969;
}
  #BrandPage  h1 {
font-family: serif;
 font-size: 34px;
 padding-bottom: 20px;
  text-align: center;
  color:#696969;
}
   #BrandPage  h1 span {
font-family: serif;
 font-size: 18px;
 padding-bottom: 20px;
  text-align: center;
  color:#696969;
}
  #BrandPage p {
 font-size: 16px;
  text-align: left;
  font-family: serif;
  margin: 10px 30px;  
}
  
#BrandPage .concept  p {
 font-size: 16px;
  text-align: left;
  
}
  #BrandPage .concept h2,
  #BrandPage .item h2{
    font-family: serif;
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
    font-size: 28px;
    border-bottom: 3px solid #d3d3d3;
  }
  #BrandPage .concept h2::before,
  #BrandPage .item h2::before{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    border-bottom: 3px solid #696969;
    width: 25%;
  }
  #BrandPage .concept .detail{
    margin: auto;
    width: 90%;
  }
  #BrandPage .conceptWrap{
    display: flex;
    align-items: center;
  }
  #BrandPage .conceptWrap:nth-child(2){
    flex-direction: row-reverse;
    margin-top: 45px;
  }
  #BrandPage .conceptWrap .imgArea{
    width: 45%;
  }
  #BrandPage .conceptWrap .imgArea img{
    object-fit: cover;
    aspect-ratio: 1.6 / 2;
  }
  #BrandPage .conceptWrap .textArea{
    padding: 50px 30px;
    width: 55%;
    font-size: 15px;
    background: #f5f5f5;
    box-sizing: border-box;
  }
  #BrandPage .conceptWrap::after,
  #BrandPage .productWrap::after,
  #BrandPage .profile .designerWrap::after{
    display: none;
  }
  
  #BrandPage .item{
    text-align: center;
  }
  #BrandPage .productWrap{
    display: flex;
    margin: 20px;
    width: 90%;
    gap: 40px;
    align-items: center;
  }
  #BrandPage .productWrap .product-img{
    width:  calc((100% - 40px) / 2);
  }
  #BrandPage .productWrap .product-tx{
    width: calc((100% - 40px) / 2);
    box-sizing: border-box;
  }
  #BrandPage .productWrap .product-name{
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
  }
  #BrandPage .productWrap .product-size{
    font-size: 14px;
    text-align: left;
  }
   #BrandPage .productWrap .product-copy{
    font-size: 16px;
    text-align: left;
  }
  #BrandPage .productWrap .product-price{
    margin-top: 20px;
    text-align: right;
    font-size: 20px;
    font-weight: 600;
  }
  #BrandPage .productWrap .product-price span{
    font-size: 16px;
  }
  #BrandPage .productWrap .view-bt{
    margin: 30px auto 0;
    width: 85%;
  }
  #BrandPage .productWrap .view-bt a{
    display: block;
    position: relative;
    padding: 12px 28px;
    background: #000000;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    transition: 0s;
  }
  #BrandPage .productWrap .view-bt a:hover{
    opacity: 0.7;
  }
  #BrandPage .productWrap .view-bt a::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-50%);
  }
  #BrandPage .profile{
    padding: 30px 40px;
    margin: 80px auto 50px;
    width: 90%;
    background: #f2efe7;
    box-sizing: border-box;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #736340;
  }
  #BrandPage .profile .profile-title{
    display: inline-block;
    position: relative;
    margin-bottom: 17px;
    padding: 0 60px;
    font-size: 24px;
    font-weight: 600;
    color: #4c3a15;
  }
  #BrandPage .profile .profile-title::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    border: 1px solid #4c3a15;
    width: 40px;
    transform: translateY(-50%);
  }
  #BrandPage .profile .profile-title::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    border: 1px solid #4c3a15;
    width: 40px;
    transform: translateY(-50%);
  }
  #BrandPage .profile .designerWrap{
    display: flex;
    gap: 30px;
  }
  #BrandPage .profile .designerWrap .designer-img{
    width: 25%;
  }
  #BrandPage .profile .designerWrap .designer-img img{
    object-fit: cover;
  }
  #BrandPage .profile .designerWrap .designer-tx{
    width: calc((100% - 30px) - 20%);
    text-align: left;
  }
  #BrandPage .profile .designer-name{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
  }
  #BrandPage .profile .designer-ex{
    font-size: 14px;
  }