@charset "UTF-8";

html {
    font-size: 100%;
}

body {
    font-family: "Arial";
    color: #050505;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
}

ul {
    gap: 60px;
}

li {
    list-style: none;
}

h4 {
    font-size: 1.25rem;
    letter-spacing: 1.6px;
    font-family: "源ノ明朝";
}

p {
    font-size: 1rem;
    line-height: 2;
}

.section-ttl {
    font-family: "Montserrat";
    font-size: 2rem;
    letter-spacing: 12.8px;
}

.btn {
    display: inline-block;
    border-radius: 28px;
    font-family: "Montserrat";
    font-size: 18px;
    letter-spacing: 1.8px;
    max-width: 320px;
    width: 100%;
    padding: 16px 0;
    text-align: center;
}

.sp_b {
    display: none;
}

/* header */

header .logo {
    width: 240px;
    margin: 48px auto 80px;
}


/* mainvisual */

#mv {
    margin-bottom: 103px;
}

#mv .mv_images {
    display: flex;
    justify-content: center;
}

#mv .mv_images img {
    min-width: 320px;
    height: 439px;
}

#mv .img-sp {
    display: none;
}


/* concept */

#concept {
    background-image: url(img/pc_img/pic-top-concept-treat.png),url(img/pc_img/bg-top-concep.png);
    background-size: 400px,cover;
    background-repeat: no-repeat;
    background-position: right -120px bottom -70px,center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#concept .inner {
    max-width: 1096px;
    padding: 0 16px;
    margin: 0 auto;
}

#concept .content {
    padding: 60px 0 140px;
    position: relative;
    z-index: 1;
    color: #FFFFFF;
    font-family: "源ノ明朝";
}

#concept .content p {
    letter-spacing: 1.28px;
}

#concept .content h3 {
    font-size: 1.875rem;
    letter-spacing: 2.4px;
    padding: 32px 0;
}

#concept .concept_images {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding-bottom: 148px;
}


/* product */

#product {
    background-color: #F7F4F0;
    color: #504333;
    font-family: "源ノ明朝";
    padding-bottom: 104px;
}

#product .inner {
    max-width: 936px;
    padding: 0 16px;
    margin: 0 auto;
}

#product .section-ttl {
    text-align: center;
    padding: 104px 0 80px;
}

#product .product_list {
    padding-bottom: 104px;
}

#product .product_list li {
    display: flex;
    gap: 48px;
    align-items: center;
    margin-bottom: 64px;
}

#product .product_list li:last-child {
    margin-bottom: 0;
}

#product .product_list h4 {
    padding-bottom: 16px;
}

#product .product_list p {
    line-height: 2.25;
}

#product .product_list .btn {
    background-color: #504333;
    color: #FFFFFF;
    margin-top: 24px;
}

#product .link {
    background-color: #504333;
    height: 197px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#product .link h4 {
    color: #FFFFFF;
    line-height: 2;
    margin-right: 150px;
    text-align: center;
}

#product .link .btn {
    background-color: #FFFFFF;
    color: #504333;
}


/* showroom */

#showroom {
    text-align: center;
}

#showroom .inner {
    max-width: 1096px;
    padding: 0 16px;
    margin: 0 auto;
}

#showroom .section-ttl {
    color: #504333;
    padding: 104px 0 80px;
}

#showroom .showroom_list {
    gap: 60px;
    display: flex;
    justify-content: center;
    padding-bottom: 104px;
}

#showroom .showroom_list img {
    min-width: 260px;
}

#showroom h4 {
    padding: 16px;
}

#showroom .btn {
    color: #FFFFFF;
    background-color: #504333;
}


/* onlineshop */

#onlineshop {
    background-image: url(img/pc_img/bg-top-online-shop.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 414px;
    text-align: center;
    padding: 144px 0; 
}

#onlineshop .section-ttl {
    color: #FFFFFF;
    padding-bottom: 32px;
}

#onlineshop .btn {
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
}


/* infomation */

#infomation {
    text-align: center;
    padding: 104px 0;
    font-family: "源ノ明朝";
    color: #504333;
}

#infomation .adress {
    padding: 48px 0;
    font-size: 0.875rem;
    line-height: 2;
}

#infomation .sns_list {
    display: flex;
    justify-content: center;
    gap: 20px;
}


/* location */

#location iframe {
    height: 360px;
    width: 100%;
}


/* footer */

footer {
    font-family: "源ノ明朝";
    text-align: center;
    background-color: #504333;
    padding: 24px 0;
}

footer .copyright {
    color: #FFFFFF;
    font-size: 0.75rem;
}



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

h4 {
    font-size: 1.125rem;
}

p {
    font-size: 0.875rem;
}

p span {
    display: inline-block;
}

.section-ttl { 
    font-size: 1.125rem;
    letter-spacing: 7.2px;
}

.btn {
    font-size: 1rem;
    max-width: 270px;
    width: 100%;
    padding: 16px 0;
    text-align: center;
}

.sp_b {
    display: block;
}

.sp_p {
    display: none;
}

#mv {
    margin-bottom: 64px;
}

#mv .mv_images {
    display: none;
}

#mv .img-sp {
    display: block;
}

header .logo {
    width: 160px;
    margin: 40px auto;
}

#concept {
    background-repeat: no-repeat;
    background-size: 200px,cover;
    background-position: right -30px bottom -20px;
}

#concept .content {
    padding: 64px 0 40px;
}

#concept .content h3 {
    font-size: 1.125rem;
    line-height: 1.7;
    padding: 24px 0;
}

#concept .concept_images {
    max-width: 224px;
    gap: 24px;
    flex-wrap: wrap;
    padding-bottom: 64px;
    margin: 0 auto;
}

#concept .concept_images img {
    width: 100px;
}

#product {
    padding-bottom: 64px;
}

#product .inner {
    padding: 0;
}

#product .section-ttl {
    padding: 64px 0 40px;
}

#product .product_list {
    padding-bottom: 24px;
    gap: 40px;
}

#product .product_list li {
    display: block;
}

#product .product_list li:last-child {
    margin-bottom: 64px;
}

#product .product_list .item {
    padding: 0 19px; 
}

#product .product_list li img {
    width: 100%;
}

#product .product_list li h4 {
    padding-top: 16px;
}

#product .product_list li .item_btn {
    text-align: center;
}

#product .link {
    height: 240px;
    display: block;
    text-align: center;
    padding: 48px 0;
    margin: 0 18px;
}

#product .link h4 {
    margin: 0 auto;
    line-height: 2;
    padding-bottom: 32px;
}


#showroom .section-ttl {
    padding: 64px 0 40px;
}

#showroom .showroom_list {
    justify-content: flex-start;
    overflow-x: scroll;
    gap: 24px;
    padding-bottom: 64px;
}

#showroom .btn {
    max-width: 260px;
    width: 100%;
    padding: 16px 0;
    text-align: center;
}

#onlineshop {
    height: 224px;
    padding: 64px;
}

#onlineshop .section-ttl {
    padding-bottom: 24px;
}

#infomation {
    padding: 64px 0;
}

#infomation .logo {
    width: 160px;
    margin: 0 auto; 
}

#infomation .adress {
    font-size: 0.75rem;
    padding: 32px 0;
}

#infomation .sns_list {
    display: block;
    font-size: 1rem;
    letter-spacing: 1.6px;
    line-height: 1.7;
}

#location iframe{
    height: 190px;
    width: 100%;
}

}

