@charset "UTF-8";
/* CSS Document */
.is-pc{
  display: block;
}

.is-sp{
  display: none;
}
.img-pc{display: block;}
.img-sp{display: none;}

@media screen and (max-width: 767px){
    .img-pc{display: none;}
    .img-sp{display: block;}
}

@media screen and (max-width: 499px){
.is-pc{display: none;}
.is-sp{display: block;}
}

.kodawari_page{
	width: 100%;
	margin: auto;
	letter-spacing: 0.1em;
    overflow: hidden;
}
.kodawari_page_txt{
	display: block;
	text-align: center;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 1.0625rem;
	font-weight: 100;
	color: #1A1A1A;
	padding: 10px 0 40px 0;
	line-height: 1.875rem;
	letter-spacing: 0.1em;
    margin-bottom: 40px;
}
.kodawari_txt_main{
	color: #cc929c;
	font-weight: 700;
}
.kodawari_img{
	display: flex;
	justify-content: center;
	margin: 40px 0;
}
.fluid {
    width: 200px;/*横幅*/
    height: 200px;/*縦幅*/
    background: #9EC9EF;
    border-radius: 61% 39% 16% 84% / 57% 72% 28% 43%;
    animation: fluid-anim 20s infinite;

    position: absolute;
    top: 80px;
    right: 50px;
    z-index: -1;
}
.fluid1 {
    width: 150px;/*横幅*/
    height: 150px;/*縦幅*/
    background: #9EC9EF;
    border-radius: 61% 39% 16% 84% / 57% 72% 28% 43%;
    animation: fluid-anim 20s infinite;

    position: absolute;
    top: 80px;
    right: 50px;
    z-index: -1;
}

@keyframes fluid-anim {
    0%    { border-radius: 65% 35% 55% 45% / 55% 50% 55% 45%; }
    12.5% { border-radius: 60% 75% 40% 80% / 70% 70% 60% 65%; }
    25%   { border-radius: 55% 95% 65% 90% / 75% 65% 85% 70%; }
    37.5% { border-radius: 60% 40% 50% 45% / 60% 40% 60% 40%; }
    50%   { border-radius: 55% 95% 65% 90% / 75% 65% 85% 70%; }
    62.5% { border-radius: 60% 40% 50% 45% / 60% 40% 60% 40%; }
    75%   { border-radius: 60% 75% 40% 80% / 70% 70% 60% 65%; }
    87.5% { border-radius: 40% 60% 55% 45% / 50% 60% 40% 50%; }
    100%  { border-radius: 65% 35% 55% 45% / 55% 50% 55% 45%; }
}

.kodawari_page_h2 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 600;
	color: #333333;
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	
    position: relative;
    padding: 20px;
    text-align: center;
	margin: 20px 0 40px 0;
}
.kodawari_page_h2:before,.kodawari_page_h2:after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 8px;
    box-sizing: border-box;
}
.kodawari_page_h2:before {
    top: 0;
    border-top: 2px solid #ddd;
    border-bottom: 3px solid #ddd;
}
.kodawari_page_h2:after {
    bottom: 0;
    border-top: 3px solid #ddd;
    border-bottom: 2px solid #ddd;
}
.kodawari_list ul{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}
.kodawari_list_item{
	list-style: none;
}
.kodawari_list_item a{
	display: block;
	text-align: center;
	padding: 20px 0;
}
@media screen and (max-width: 767px) {
    .kodawari_page_h2{font-size: 2rem;}
    .kodawari_page_txt{
        font-size: 1rem;
    }
    .kodawari_list ul{
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .kodawari_list_item a{
        font-size: 0.875rem;
        padding: 15px 0;
    }
}
@media screen and (max-width: 499px) {
    .kodawari_page_h2{
        font-size: 1.5rem;
        margin: 10px 0 20px 0;
        padding: 10px;
    }
    .kodawari_page_h2:before {
        top: 0;
        border-top: 1px solid #ddd;
        border-bottom: 2px solid #ddd;
    }
    .kodawari_page_h2:after {
        bottom: 0;
        border-top: 2px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    .kodawari_page_h2:before,.kodawari_page_h2:after{height: 6px;}
    .kodawari_img{
        margin: 0 0 30px 0;
    }
    .kodawari_page_txt{
        padding: 10px 0 20px 0;
        text-align: justify;
        margin-bottom: 0;
    }
    .kodawari_list ul{
        gap: 15px;
    }
    .kodawari_list_item a{
        padding: 10px 0;
    }
}


/*============ こだわりメニューボタン共通設定 ============*/
.kodawari_btn{
	position: relative;
	overflow: hidden;

	text-decoration: none;
	display: inline-block;
	font-size: 0.9375rem;
    border: 1px solid #CCCCCC;
	border-radius: 10px;
    padding: 10px 30px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
}
.kodawari_btn:hover{}
.kodawari_number{
	color: #cc929c;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.kodawari_content{color: #1A1A1A;}

.kodawari_btn p {
	position: relative;
	z-index: 99999;
}

/*== 背景が流れる（左から右） */
/*背景の設定*/
.borderleft::before{
	content: '';
	position: absolute;
	left: 0;
	bottom:0;
	z-index: -1;
	/*背景の形状*/
	height: 100%;
	width: 0;
	background:#E6E6E6;
	/*アニメーションの設定*/
	transition: all 1s;
}

/*hoverをすると背景が伸びる*/
.borderleft:hover::before{
	width: 100%;
	/*0.1秒遅れてアニメーション*/
	ransition-delay: .1s;
}

/*============ ヘッダー ============*/
.heading-special {
    position: relative;
    padding-top: 1.5em;
	margin: 100px auto;
    z-index: 99;
	
	font-size: 2rem;
	font-weight: 700;
	color: #cc929c;
	text-align: center;
	letter-spacing: 0.2rem;
}

.heading-special::before {
    position: absolute;
    bottom: 50px;
    left:0;
	right:0;
	margin:0 auto;
    z-index: 1;
    color: #cc929c;
    font-size: 3em;
    line-height: 1;
    content: attr(data-number);
    pointer-events: none;
}

/*============ k-area共通設定 ============*/
.k_area_heading1{
    position: relative;
    z-index: 99;
	top: -100px;
	
	font-size: 5rem;
	font-weight: 700;
	color: #cc929c;
	text-align: center;
	letter-spacing: 0.2rem;
}
.k_area1{
	background-color: #f4f6f8;
	margin: 100px auto;
	position: relative;
    padding-bottom: 100px;
    padding-top: 40px;
}
.k_area_heading2 {
    color: #4D4D4D;
	font-size: 1.625rem;
	letter-spacing: 0.05em;
	border-bottom: 2px solid #dfe5eb;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    padding-bottom: 5px;
}

.k_area_heading2 span {
    color: #d5e5ee;
    font-family:"Lucida Sans Unicode", "Lucida Grande", "sans-serif";
    font-size: 2.875rem;
	letter-spacing: 0;
	font-weight: 600;
    line-height: 1;
}

.k_area_txt{
	padding-bottom: 15px;
	font-size: 1rem;
    text-align: justify;
}
.k_area_container_0{
	display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
}
.k_area_container_1{
	display: grid;
    grid-template-columns: 1fr 1fr;
	row-gap: 0;
    column-gap: 80px;
    grid-template-rows: 120px auto;
}
.k_title{}
.k_descript{}
.k_image{
    grid-column: 2 / 3;
	grid-row: 1 / 3;
}
.k_area_container_0 img, .k_area_container_1 img{
	border-radius: 30px;
}
.k_area_container_2{
    padding-top: 50px;
}
.k_img_container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 50px;
}

@media screen and (max-width: 1150px){
    .k_area_container_1{column-gap: 60px;}
    .k_area_heading2{font-size: 1.625rem;}
    .k_area_heading2 span {font-size: 2.625rem;}
}
@media screen and (max-width: 1023px){
    .k_area1{
        padding-top: 20px;
    }
    .k_area_heading1{
        top: -60px;
        line-height: 1;
    }
    .k_area_container_1{
        grid-row-gap: 30px;
        grid-template-rows: auto;
    }
    .k_title{
        grid-column: 1 / 3;
        grid-row: 1 / 2;
    }
    .k_descript{}
    .k_image{
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }
}
@media screen and (max-width: 949px){
   
}
@media screen and (max-width: 767px){
    .k_area_container_1{
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }
     .k_title{
        grid-column: 1;
        grid-row: 1;
    }
    .k_descript{}
    .k_image{
        grid-column: 1;
        grid-row: 2;
    }
    .k_area_container_0{
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }
    .k_img_container{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-top: 30px;
    }
    .k_area_container_2{
        padding-top: 30px;
    }
}
@media screen and (max-width: 499px) {
    .k_area_heading1{
        top: -55px;ss
        font-size: 4.625rem;
    }
    .k_area_heading2 {
        width: 100%;
        font-size: 1.3125rem;
    }
    .k_area_heading2 span {
        font-size: 2.125rem;
    }
}

/*============ 幅広特注・幅狭特注area ============*/
.habahiro-habasema{
	display: flex;
	align-items: center;
	gap: 20px;
}
.habahiro-habasema-img{
	width: 120px;
	height: auto;
}
.habahiro-habasema-price{
	font-size: 1.125rem;
	font-weight: 600;
	color: #4D4D4D;
	background-color: #f8d0cc;
	padding: 30px 50px;
	border-radius: 10px;
	
	background-image: url("../images/kodawari-tokuchu-3.png");
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: 92% 5px;
}

.tokuchu-btn{
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
}
.habahiro-btn, .habasema-btn{
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 48%;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #FFFFFF;
	font-size: 1.375rem;
	font-weight: 600;
	border-radius: 100vh;
    
    position: relative;
	transition: 0.5s;
}

.habahiro-btn::before, .habasema-btn::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 2px;
	background-color: #FFFFFF;
}
.habahiro-btn::after, .habasema-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 60px;
	height: 2px;
	background-color: #FFFFFF;
}
.habahiro-btn{	
	background-color: #ed3d69;
	background-image: url("../images/habahiro-back.png");
	background-size: 100px;
	background-repeat: no-repeat;
	background-position: 10% 15px;
}
.habasema-btn{
	background-color: #6c64f6;
	background-image: url("../images/habasema-back.png");
	background-size: 100px;
	background-repeat: no-repeat;
	background-position: 10% 15px;
}
@media screen and (max-width : 3766px ){
    .habahiro-habasema-price{
        padding: 30px;
        background-position: 100% 5px;
    }
}
@media screen and (max-width: 1150px) {
    .habahiro-habasema-img{
        width: 50px;
    }
    .habahiro-habasema-price{
        font-size: 1rem;
        padding: 20px 30px;
        border-radius: 10px;
        background-size: 30px;
        background-position: 95% 5px;
    }
}
@media screen and (max-width: 949px){
    .habahiro-btn, .habasema-btn{
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 1.25rem;
    }
    .habahiro-btn, .habasema-btn{	
        background-size: 80px;
        background-repeat: no-repeat;
        background-position: 6% 12px;
    }
}
@media screen and (max-width: 767px){
    .habahiro-habasema{
        justify-content: center;
        gap: 20px;
    }
    .habahiro-habasema-price{
        font-size: 1rem;
        padding: 20px 40px;
    }
    .tokuchu-btn{
        display: flex;
        flex-direction: column;
        padding-top: 30px;
        row-gap: 30px;
    }
    .habahiro-btn, .habasema-btn{
        width: 100%;
        background-size: 80px;
        background-repeat: no-repeat;
        background-position: 6% 12px;
    }
}
@media screen and (max-width: 499px){
    .habahiro-habasema-price{
        padding: 20px 30px;
    }
    .habahiro-btn, .habasema-btn{
        padding-top: 15px;
        padding-bottom: 15px;
        
        background-size: 70px;
        background-repeat: no-repeat;
        background-position: 6% 12px;
    }
    .habahiro-btn::before, .habasema-btn::before, .habahiro-btn::after, .habasema-btn::after{
        height: 1px;
    }
}

/*============ 工房直販だからできる臨機応変な販売area ============*/
/*===================================
特注スライダーのためのcss
===================================*/
.slick-list{
    overflow: visible;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}

.section-lineup {
  overflow: hidden;
  padding: 0;
}
.section-lineup .inner {
    margin: 0 auto;
    width: 100%;
}
.section-lineup .lineup {
    position: relative;
}
.lineup-carousel{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
}
.slider_card {
    display: flex!important;
    flex-direction: column!important;
    
    width: 360px;
    margin-right: 20px;
}
.sliderCard_image {
    height: 370px;
    margin-right: 0;
    margin-left: 0;
    padding: 10px;
    background-color: #FFFFFF;
    text-align: center;
    position: relative;
}
.sliderCard_image img {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 150px;
    height: auto;
    padding: 60px 0 30px 0;
}
.sliderCard_image_num{
	position: absolute;
	top: -30px;
	left: 55px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 65px;
	height: 65px;
	color: #95A9BC;
	padding-right: 0;
	padding-bottom: 10px;
	font-size: 1.375rem;
	font-weight: 100;
	text-transform: uppercase;
	border-radius: 50%;
	letter-spacing: .1em;
	text-align: center;
	border: 1px solid #95A9BC;
}
.num_line::after{
	position: absolute;
	content: "";
	background-color: #95A9BC;
	border-radius: 5px; /* 線の両端を丸く */
	height: 1px; /* 線の高さ */
	width: 35px; /* 線の長さ */
	transform: rotate(-60deg); 
	top: 30px;
	left: 17px;
}
.sliderCard_image_num::after{
	position: absolute;
	content: '6';
	font-size: 1.125rem;
	top: 25px;
	left: 38px;
}
.sliderCard_image_text{
    font-size: 1.125rem;
    font-weight: 600;
    color: #A85F49;
}
.slider_p_txt{ 
    flex-grow: 1!important;
    font-size: 0.875rem;
    padding: 10px;
    text-align: justify;
    letter-spacing: 0.1em;
}

@media screen and (max-width : 3766px ){
    .lineup-carousel{
        width: calc(100% - 10%);
    }
}

@media screen and (max-width: 1150px) {
    .lineup-carousel{
        width: calc(100% - 5%);
    }
}
@media screen and (max-width: 499px){
    .lineup-carousel{
        padding-top: 50px;
    }
    .slider_card {
        width: 320px;
        margin-right: 15px;
    }
    .sliderCard_image {
        height: 280px;
    }
    .sliderCard_image img {
        width: 100px;
        height: auto;
        padding: 40px 0 30px 0;
    }
    .sliderCard_image_text{
        font-size: 1rem;
    }
    .slider_p_txt{ 
        font-size: 0.75rem;
        padding: 10px 5px;
    }
    .sliderCard_image_num{;
        top: -30px;
        left: 30px;
        font-size: 1.375rem;
    }
}
.section-lineup .slick-list {
  overflow: visible;
}

.prev-arrow,.next-arrow{
    position:absolute;
    background-size:contain;
    width: 50px;
    height: auto;
    background-repeat:no-repeat;
    right:auto;
    left:auto;
    top:auto;
    bottom:auto;
    outline:none;
}
.prev-arrow:after, .next-arrow::after{content:none}

.prev-arrow.slick-disabled, .next-arrow.slick-disabled{
  opacity: 0.5;
}
.next-arrow{
    top: 10px;
    right:calc((100% - 1200px) / 2);
}
.prev-arrow{
    transform:scale(-1, 1);
    top: 10px;
    right:calc(((100% - 1200px) / 2) + 80px);
}

@media screen and (max-width : 3766px ){
	.next-arrow{right:calc((100% - 97.5%) / 2);
    }
    .prev-arrow{right:calc(((100% - 97.5%) / 2) + 80px);
    }
}
@media screen and (max-width: 499px) {
    .prev-arrow, .next-arrow{
        display: none!important;
    }
}

/*===================================
もっと見るボタンのためのcss
===================================*/
.special_order{
    padding: 0 10px;
}
.s_slider_btn, .kpage_btn {
	display: flex;
    justify-content: center;
    text-align: center;
	font-size: 1rem;
	font-weight: 600;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #666666;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
.s_slider_btn{padding: .9rem 4rem;}
.kpage_btn{padding: 20px 4rem;}
.s_slider_btn::before, .kpage_btn::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 1px;
	background: #666666;
}
.s_slider_btn::after, .kpage_btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	background-color: #666666;
}

@media screen and (max-width: 767px){
    .s_slider_btn{
        font-size: 0.875rem;
        padding: 15px 40px 15px 0;
    }
}
@media screen and (max-width: 499px) {
    .special_order{
        padding: 0 5px;
    }
}
@media screen and (max-width: 375px) {
	.s_slider_btn {
		
	}
}

/*==============ヴィーガンレーザーのためのcss===============*/
.vegan_h3{
    font-size: 1.375rem;
    font-weight: 600;
    color: #cc929c;
}
.vegan_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
}
.vengan_img{
    margin-top: 30px;
}
.vegan_table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}
.vegan_table th {
    padding: 10px;
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: 600;
    background: #86665D;
    border: solid 2px #93766D;
}
.vegan_table td {
    padding: 10px;
    border: solid 2px #93766D;
    color: #3A0003;
    letter-spacing: 0.1em;
    font-size: 1.125rem;
}
.vegan_table .vcap_vegan{
    background: #6A3931;
    color: #FFF954;
    border-left: solid 3px #93135F;
    border-right: solid 3px #93135F;
}
.vegan_table .vcolumn1{
    background: #DBD1CE;
    font-weight: 500;
}
.vegan_table .vcolumn2{
    background: #FFFFFF;
}
.vegan_table .vcolumn3{
    background: #FDFACA;
    color: #93135F;
    font-weight: 600;
}
.vegan_table tr *:nth-child(3) {
    border-left: solid 3px #93135F;
    border-right: solid 3px #93135F;
}
.vegan_table tr:first-child *:nth-child(3) {
    border-top: solid 3px #93135F;
}
.vegan_table tr:last-child *:nth-child(3) {
    border-bottom: solid 3px #93135F;
}
.belle-purple{color: #93766D;}

@media screen and (max-width: 767px) {
    .vegan_text{
        margin-top: 10px;
    }
    .vegan_table th {
        font-size: 1.0625rem;
    }
    .vegan_table td {
        font-size: 1rem;
    }
}
@media screen and (max-width: 499px) {
    .vegan_h3{
        font-size: 1.125rem;
    }
    .vegan_table th {
        font-size: 1rem;
    }
    .vegan_table td {
        font-size: 0.875rem;
    }
}

/*==============SOFAインソールのためのcss===============*/
.sofa_seemore{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.sofa_seemore div{
    width: 49%;
    margin-top: 50px;
}
@media screen and (max-width: 1150px) {
    .kpage_btn {
        display: flex;
        justify-content: flex-start;
        text-align: center;
        padding: 20px 0 20px 30px;
    }
}
@media screen and (max-width: 1023px) {

}
@media screen and (max-width: 949px) {
    .kpage_btn {
        display: flex;
        justify-content: center;
    }
    .sofa_seemore{
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
    }
    .sofa_seemore div{
        width: 100%;
        margin-top: 0;
    }
}
@media screen and (max-width: 499px) {
    .kpage_btn{
        font-size: 0.875rem;
        padding: 10px 0;
    }
}
/*==============オリジナル商品のためのcss===============*/
.original_belle{}



/*==================================================
スライダー2のためのcss
===================================================*/
.slider2 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
	list-style: none;
}
.quality{
   
}
.slider2 img {
    width:100%;
    height:auto;
}

.slider2 .slick-slide {
    margin: 0 10px;
}


/*==================================================
サイズ交換のcss
===================================================*/

.size-koukan{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}
.size-koukan-item{
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 20px;
    border: 3px solid #987F70;
}
.size-koukan-ttl{
    font-size: 1.375rem;
    font-weight: 600;
    color: #62433B;
    margin-bottom: 20px;
}
.koukan-ttl-num{
    font-size: 1.125rem;
    background-color: #987F70;
    color: #FFFFFF;
    padding: 5px 8px;
    border-radius: 5px;
    margin-right: 10px;
}
.size-koukan-txt{
    margin-top: 20px;
}
.koukan_seemore{
    width: 380px;
    margin: 40px auto 0 auto;
}

@media screen and (max-width: 949px) {
    .size-koukan{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 499px) {
    .size-koukan{
        display: grid;
        grid-template-columns: 1fr;
    }
    .size-koukan-ttl{
    }
    .size-koukan-txt{
        font-size: 0.875rem;
    }
    .koukan_seemore{
        width: 100%;
        margin: 40px auto 0 auto;
    }
    .koukan_seemore a{
        padding-top: 15px;
        padding-bottom: 15px;
    }

}
