@charset "UTF-8";

/*-----------------------------------------------------------------------font-----

font-family: "Belleza", sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Shippori Mincho', serif;
font-family: 'Playfair Display', serif;

-------------------------------------------------------------------------font-----*/

/*--------------------common---*/

.page-ttl .flexBox .shop{
    display: flex;
    justify-content: flex-start;
    margin-left: 40px;
    flex-wrap: wrap;
}

.page-ttl .flexBox .shop li{
    margin-right: 90px;
}

.bgText{
    color: rgba(0,0,0,0.1);
    font-size: 120px;
    font-size: 12rem;
    font-family: "Belleza", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
}

h3.circle{
    position: relative;
    color: #bbbbbb;
    font-size: 70px;
    font-size: 7.0rem;
    font-family: 'Shippori Mincho', serif;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
}   

h3.circle:after {
    content: "";
    position: absolute;
    border-radius: 100px;
    background: #f8f6f0;
    width: 200px;
    height: 200px;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    z-index: -1;
}    

.text{
    font-size: 15px;
    font-size: 1.5rem;
    font-family: 'Shippori Mincho', serif;
    line-height: 1.7;
}

.ttlWrap{
    width: 88px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.ttlWrap .number{
    font-size: 50px;
    font-size: 5.0rem;
    font-family: 'Playfair Display', serif;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.ttlWrap .head02{
    font-size: 60px;
    font-size: 6.0rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    writing-mode: vertical-lr;
    line-height: 1.2;
}

.ttlWrap .head02 small{
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
}

.head01{
    font-size: 32px;
    font-size: 3.2rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 30px;
}

.topArea{
    position: relative;
    padding-top: 145px;
}

.topArea:after{
    content: "";
    background: url(../../img/design/bg_01.jpg) top no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 560px;
    left: 0;
    top: 0;
    z-index: -1;
}

.topArea .flexTop{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-bottom: 60px;
}

.topArea .flexTop .img{
    width: 70%;
}

.topArea .flexTop .ttl{
    width: 30%;
    position: relative;
}

.topArea .bgText {
    position: absolute;
    bottom: -20px;
    right: 3%;
}

#styling .topArea .flexTop .img,
#color .topArea .flexTop .img{
    order: 2;
}

#styling .topArea .flexTop .ttl,
#color .topArea .flexTop .ttl{
    order: 1;
}

#styling .topArea .bgText,
#color .topArea .bgText {
    right: auto;
    left: 3%;
}

/*--------------------common---*/


.introWrap{
    margin-bottom: 130px;
}

.introWrap .flexBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.introWrap .img{
    order: 2;
    width: 45%;
}

.introWrap .detail{
    order: 1;
    width: 50%;
}

.introWrap .detail .border{
    position: relative;
    padding-left: 100px;
    margin-bottom: 80px;
}

.introWrap .detail .border span{
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'Shippori Mincho', serif;
    position: relative;
}

.introWrap .detail .border span:before{
    content: "";
    position: absolute;
    height: 1px;
    width: 90px;
    background: #dddddd;
    left: -100px;
    top: 50%;
}

.flexIntro{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 80px;
}

.flexIntro .circleWrap{
    width: 35%;
}

.flexIntro .detail{
    width: 65%;
}

.flexIntro .detail .head03{
    font-size: 21px;
    font-size: 2.1rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 30px;
}

#material{
    margin-bottom: 130px;
}

#material .flexBox{
    display: flex;
    justify-content: space-around;
    margin-bottom: 35px;
}

#material .flexBox li{
    width: 32%;
}

#material .btn-right{
    margin-top: 40px;
}

#styling{
    margin-bottom: 160px;
}

#styling .flexFaceWrap{
    margin-bottom: 80px;
}

#styling .flexFace{
    display: flex;
    justify-content: space-around;
}

#styling .flexFace li{
    max-width: 150px;
    width: 18%;
}

#styling .flexFace li{
    font-family: 'Shippori Mincho', serif;
    font-size: 15px;
    font-size: 1.5rem;
}

#styling .flexFace li span {
    text-align: center;
    display: block;
    margin: 20px auto 0;
    width: 100%;
}

#styling .flexBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#styling .flexBox .img{
    margin-right: 4%;
    width: 36%;
}

#styling .flexBox .detail{
    width: 60%;
}

#styling .flexBox .detail .head04{
    margin-bottom: 30px;
}

#styling .flexBox .detail .head04 span{
    font-family: "Belleza", sans-serif;
    font-size: 30px;
    font-size: 3.0rem;
    border-bottom: 1px solid #000;
}

#curve{
    margin-bottom: 150px;
}

#curve .mood .headUnderline {
    margin: 0 auto 80px;
    position: relative;
    z-index: 2;
    width: 85%;
}

#curve .mood .headUnderline span{
    font-family: "Belleza", sans-serif;
    font-size: 80px;
    font-size: 8.0rem;
    font-weight: 500;
    line-height: 0.7;
    border-bottom: 2px solid #000;
    display: inline-block;
}

#curve .mood ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 85%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

#curve .mood ul li {
    width: 46%;
}

#curve .mood ul li:nth-of-type(2){
    margin-top: -100px;
}

#curve .mood ul li .imgTtl{
    margin-bottom: 30px;
    padding-right: 40px;
    position: relative;
}

#curve .mood ul li .imgTtl .ttl{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    font-size: 3.0rem;
    font-family: "Belleza", sans-serif;
    writing-mode: vertical-lr;
}

#curve .mood ul li .imgTtl .ttl small{
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
}

#color{
    margin-bottom: 130px;
}

#color .design{
    padding-top: 50px;
    position: relative;
}

#color .design:after{
    content: "";
    background: url(../../img/design/bg_02.jpg) top no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    top: 0;
    z-index: -1;
}

#color .design .head05{
    font-size: 26px;
    font-size: 2.6rem;
    font-family: 'Shippori Mincho', serif;
    margin-bottom: 80px;
    text-align: center;
}

#color .design .head05 small{
    font-family: "Belleza", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    margin-bottom: 10px;
}

#color .flexDesign{
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    width: 80%;
} 

#color .flexDesign li{
    width: 30%;
}

#color .flexDesign li img{
    margin-bottom: 30px;
}

#color .flexDesign li .ttl{
    margin: 0 auto 25px;
    text-align: center;
}

#color .flexDesign li span{
    font-size: 21px;
    font-size: 2.1rem;
    font-family: 'Shippori Mincho', serif;    
    border-bottom: 1px solid #000;
    display: inline-block;
}

@media screen and (max-width: 1245px){
h3.circle {
    font-size: 5.6rem;
}

.bgText {
    font-size: 10rem;
} 

.topArea:after {
    height: 495px;
}

#material,
#styling,
#curve,
#color{
    margin-bottom: 100px;
}

.introWrap {
    margin-bottom: 100px;
}

.introWrap .detail .border {
    margin-bottom: 50px;
}

.introWrap .detail {
    width: 60%;
}

.introWrap .img {
    width: 37%;
}

#styling .flexFace li {
    max-width: 100px;
}

.mood .headUnderline span {
    font-size: 6.0rem;
} 
}

@media screen and (max-width: 1100px) {


.topArea {
    padding-top: 115px;
}

.topArea:after {
    height: 400px;
}

.topArea .bgText {
    font-size: 8rem;
    bottom: 0;
}

.introWrap,
#color,
#curve,
#styling,
#material {
    margin-bottom: 80px;
}

.ttlWrap .number {
    font-size: 3.8rem;
}

.ttlWrap .head02 {
    font-size: 5.0rem;
}    
 
.ttlWrap .head02 small {
    font-size: 1.2rem;
}

#color .design .head05 {
    margin-bottom: 50px;
}

#color .design:after {
    height: 330px;
} 
}

@media screen and (max-width: 900px) {

.introWrap,
#color,
#curve,
#styling,
#material {
    margin-bottom: 60px;
}
}

@media screen and (max-width: 834px) {
.head01 {
    font-size: 2.8rem;
    margin-bottom: 20px;
}

.topArea:after {
    height: 250px;
}

.topArea {
    padding-top: 30px;
}

.topArea .bgText {
    font-size: 4rem;
    bottom: 0;
    top: -30px;
}

.ttlWrap {
    width: 48px;
}

.ttlWrap .number {
    font-size: 2.8rem;
}

.ttlWrap .head02 {
    font-size: 2.6rem;
}

.flexIntro {
    display: block;
    margin-bottom: 50px;
}

.flexIntro .circleWrap {
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
}

.flexIntro .detail {
    width: 100%;
}

.flexIntro .detail .head03 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.topArea .bgText {
    font-size: 4rem;
    bottom: 0;
}

.topArea .flexTop .img {
    width: 80%;
}

.topArea .flexTop .img img {
    object-fit: cover;
    height: 250px;
}

.topArea .flexTop .ttl {
    width: 20%;
    position: relative;
}

h3.circle {
    font-size: 2.6rem;
    background: #f8f6f0;
    display: block;
    padding: 14px 0;
}

h3.circle:after {
    background: none;
}    

.page-ttl .flexBox .shop li:nth-of-type(1),
.page-ttl .flexBox .shop li:nth-of-type(2){
    margin-bottom: 15px;
}

.introWrap .flexBox {
    display: block;
}

.introWrap .img {
    width: 100%;
    margin: 0 auto 25px;
}

.introWrap .detail {
    width: 100%;
    margin-bottom: 25px;
}

.introWrap .detail .border {
    margin-bottom: 30px;
    padding-left: 50px;
}

.introWrap .detail .border span:before {
    width: 40px;
    left: -50px;
}

#material .js-infiniteSlider{
    margin-bottom: 25px;
}

#material .js-infiniteSlider li{
    margin-right: 20px;
}

#styling .flexFaceWrap{
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: 35px;
}

#styling .note.sp{
    font-family: 'Shippori Mincho', serif;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 20px;
}

#styling .flexFace{
    margin-bottom: 10px;
    width: 834px;
}

#styling .flexBox {
    display: block;
}

#styling .flexBox .img {
    margin: 0 0 25px;
    width: 100%;
}

#styling .flexBox .detail .head04 {
    margin-bottom: 20px;
}

#styling .flexBox .detail .head04 span {
    font-size: 1.8rem;
}

#styling .flexBox .detail {
    width: 100%;
}

#curve .mood .headUnderline {
    margin-bottom: 40px;
    width: 100%;
}

#curve .mood .headUnderline span {
    font-size: 3rem;
}

#curve .mood ul {
    display: block;
    width: 100%;
}

#curve .mood ul li{
    width: 100%;
}

#curve .mood ul li:nth-of-type(2) {
    margin-top: 25px;
}

#curve .mood ul li .imgTtl {
    margin-bottom: 15px;
    padding-right: 20px;
}

#curve .mood ul li .imgTtl .ttl {
    font-size: 1.8rem;
    right: -8px;
}

#curve .mood ul li .text{
    font-size: 1.3rem;
}

#color {
    padding-bottom: 40px;
}

#color .design .head05 {
    font-size: 2.0rem;
    margin-bottom: 30px;
}

#color .design .head05 small {
    font-size: 1.0rem;
    margin-bottom: 0;
}

#color .design:after {
    height: 600px;
}

#color .flexDesign {
    display: block;
    width: 90%;
}

#color .flexDesign li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

#color .flexDesign li:nth-of-type(3){
    margin-bottom: 0;
}

#color .flexDesign li img {
    margin: 0 15px 0 0;
    width: 100px;
    height: 100px;
}

#color .flexDesign li div{
    width: calc(100% - 115px);
}

#color .flexDesign li .ttl {
    margin: 0 auto 10px;
    text-align: left;
}

#color .flexDesign li span {
    font-size: 1.6rem;
}    

#color .flexDesign li .text {
    font-size: 1.3rem;
}
}

@media screen and (max-width: 375px){
#color .design:after {
    height: 585px;
}
}

