﻿@charset "utf-8";

:root {
  --jp-font: "Shippori Mincho", serif;
  --en-font: "Crimson Text", serif;
}

/* ----------------------------------
reset
---------------------------------- */
#header {
  margin-bottom: 0;
}
#maisonkayser h1,
#maisonkayser h2,
#maisonkayser h3,
#maisonkayser h4,
#maisonkayser h5,
#maisonkayser h6 {
  padding: unset;
  margin: unset;
}
#maisonkayser a {
  color: inherit;
  transition: all .3s;
}
#maisonkayser img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

/* ----------------------------------
common
---------------------------------- */
#maisonkayser {
  position: relative;
  color: #222222;
  background: #F5F5F5;
  overflow: hidden;
}
#maisonkayser .inner {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}
#maisonkayser .title {
  position: relative;
  font-family: var(--en-font);
  font-weight: 400;
  font-size: 46px;
  letter-spacing: 0.1em;
  line-height: 1.217;
}
#maisonkayser .more-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 354px;
  max-width: 100%;
  height: 50px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background: #000;
  border: 2px solid #000;
  border-radius: 50px;
}
#maisonkayser .more-btn a:hover {
  color: #000;
  background: #fff;
  opacity: 1;
}
#maisonkayser .more-btn.top-btn {
  margin-top: 120px;
}
#maisonkayser .content {
  position: relative;
  padding: 0 0 130px;
  background: url(/img/0002/img/pages/maisonkayser/bg_content_top.png) no-repeat center top / max(1920px, 100%), url(/img/0002/img/pages/maisonkayser/bg_content_bottom.png) no-repeat center bottom -400px / max(1920px, 100%);
}
@media screen and (max-width: 767px) {
  #maisonkayser .title {
    font-size: min(36px, calc(36 / 430 * 100vw));
  }
  #maisonkayser .more-btn a {
    width: 260px;
    height: 45px;
    font-size: 16px;
    letter-spacing: 0.07em;
  }
  #maisonkayser .more-btn.top-btn {
    margin-top: 60px;
  }
  #maisonkayser .content {
    padding: 0 0 80px;
    background-size: 1010px, 1010px;
    background-position: center top, center bottom -288px;
  }
}

/* ----------------------------------
mv
---------------------------------- */
#maisonkayser .sec-mv {
  position: relative;
  height: 684px;
  z-index: 1;
}
#maisonkayser .sec-mv .mv-content {
  padding: 98px 0 0;
  text-align: center;
}
#maisonkayser .sec-mv .mv-text {
  margin: 50px 0 0;
  font-family: var(--jp-font);
  font-weight: 500;
  font-size: 56px;
  line-height: 1.48;
  color: #fff;
}
#maisonkayser .sec-mv .mv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#maisonkayser .sec-mv .mv-bg-container {
  width: 100%;
  height: 100%;
}
#maisonkayser .sec-mv .mv-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #maisonkayser .sec-mv {
    height: 100vw;
  }
  #maisonkayser .sec-mv .mv-content {
    padding: calc(87 / 430 * 100vw) 0 0;
  }
  #maisonkayser .sec-mv .mv-logo img {
    width: calc(140 / 430 * 100vw);
  }
  #maisonkayser .sec-mv .mv-text {
    margin: calc(40 / 430 * 100vw) 0 0;
    font-size:  calc(31 / 430 * 100vw);
  }
}

/* ----------------------------------
top
---------------------------------- */
#maisonkayser .sec-top {
  padding: 35px 0 0;
}
#maisonkayser .sec-top .lead {
  font-family: var(--jp-font);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.9;
  text-align: center;
}
#maisonkayser .sec-top .news {
  position: relative;
  display: flex;
  min-height: 115px;
  margin: 35px 0 0;
  padding: 10px;
  background: #fff;
}
#maisonkayser .sec-top .news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: auto;
  border: 1px solid #DCDCDC;
  pointer-events: none;
}
#maisonkayser .sec-top .news .title {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 6px 60px 0;
  font-size: 40px;
  border-right: 1px solid #DCDCDC;
}
#maisonkayser .sec-top .news-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 50px;
  font-family: var(--jp-font);
  font-weight: 500;
  font-size: 20px;
}
#maisonkayser .sec-top .news-list li + li {
  margin-top: 6px;
}
#maisonkayser .sec-top .news-list li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #maisonkayser .sec-top {
    padding: 20px 0 0;
  }
  #maisonkayser .sec-top .lead {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2.5;
  }
  #maisonkayser .sec-top .news {
    flex-direction: column;
    min-height: unset;
    margin: 18px 0 0;
    padding: 5px;
  }
  #maisonkayser .sec-top .news::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  #maisonkayser .sec-top .news .title {
    display: block;
    padding: 12px 10px 4px;
    font-size: 27px;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #DCDCDC;
  }
  #maisonkayser .sec-top .news-list {
    display: block;
    padding: 12px 20px 20px;
    font-size: min(18px, calc(18 / 430 * 100vw));
    letter-spacing: 0.05em;
    line-height: 1.777;
  }
}

/* ----------------------------------
product
---------------------------------- */
#maisonkayser .sec-product {
  margin: 48px 0 0;
}
#maisonkayser .sec-product .title {
  text-align: center;
}
#maisonkayser .sec-product .product-frame {
  margin: 60px 0 0;
}
#maisonkayser .sec-product .block-goods-list--items-wrap,
#maisonkayser .sec-product .block-goods-list--pager,
#maisonkayser .sec-product .block-goods-list-naviframe {
  display: none;
}
#maisonkayser .sec-product .block-thumbnail-t {
  justify-content: center;
  gap: 50px 40px;
  margin: 0;
}
#maisonkayser .sec-product .block-thumbnail-t > li {
  width: 270px;
  margin: 0;
}
#maisonkayser .sec-product .block-thumbnail-t--goods-image figure {
  width: 270px;
  height: 270px;
}
#maisonkayser .sec-product .block-thumbnail-t--goods-name {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #maisonkayser .sec-product {
    margin: 60px 0 0;
  }
  #maisonkayser .sec-product .product-frame {
    margin: 30px 0 0;
  }
  #maisonkayser .sec-product .block-thumbnail-t--items {
    gap: 30px 20px;
    margin: 0;
    padding: 0;
  }
  #maisonkayser .sec-product .block-thumbnail-t--items li {
    width: calc((100% - 20px) / 2);
    margin: 0;
  }
  #maisonkayser .sec-product .block-thumbnail-t--goods-image figure {
    width: 100%;
    height: 100%;
  }
}

/* ----------------------------------
about
---------------------------------- */
#maisonkayser .sec-about .about-box {
  display: flex;
  margin: 120px 0 0;
}
#maisonkayser .sec-about .about-img img {
  box-shadow: 20px 20px 30px rgb(0,0,0,0.16);
}
#maisonkayser .sec-about .about-title {
  position: relative;
  margin: -6px 0 0;
  padding: 0 0 16px 60px;
  word-break: break-all;
}
#maisonkayser .sec-about .about-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #000000 0%, #6B6B6B 25%, #2A2A2A 50%, #AAAAAA 75%, #000000 100%);
}
#maisonkayser .sec-about .about-text {
  padding: 32px 0 0 60px;
  font-family: var(--jp-font);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
#maisonkayser .sec-about .about-subtitle {
  margin: 7px 0 0;
  font-family: var(--jp-font);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5833;
}
@media screen and (min-width: 768px) {
  #maisonkayser .sec-about .about-img {
    width: 50%;
  }
  #maisonkayser .sec-about .about-text-area {
    width: 50%;
  }
  #maisonkayser .sec-about .about-box:nth-child(even) {
    flex-direction: row-reverse;
  }
  #maisonkayser .sec-about .about-box:nth-child(even) .about-title {
    padding: 0 60px 16px 0;
  }
  #maisonkayser .sec-about .about-box:nth-child(even) .about-text {
    padding: 32px 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #maisonkayser .sec-about .about-box {
    flex-direction: column;
    margin: 80px 0 0;
    padding: 0 20px;
  }
  #maisonkayser .sec-about .about-img img {
    box-shadow: 15px 15px 20px rgb(0,0,0,0.16);
  }
  #maisonkayser .sec-about .about-title {
    margin: 0;
    padding: 35px 0 20px;
  }
  #maisonkayser .sec-about .about-text {
    padding: 26px 0 0 0;
    font-size: min(18px, calc(18 / 430 * 100vw));
    line-height: 1.777;
  }
  #maisonkayser .sec-about .about-subtitle {
    margin: 10px 0 0;
    font-size: min(22px, calc(22 / 430 * 100vw));
    line-height: 1.45;
  }
}