@charset "utf-8";

@font-face {
  font-family: "ITC-Century-STD";
  src: url(/fonts/itc-century/CenturyStd-Bold.woff2) format("woff2"), url(/fonts/itc-century/CenturyStd-Bold.woff) format("woff");
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}

:root {
  --base-color: #73cbe8;
}
body {
  color: #000;
}
.hidden {
  display: none;;
}
.font-century {
  font-family: "ITC-Century-STD", serif;
}
@media print,screen and (min-width:769px) and (max-width:9999px) {
  .glb-pageWrapper {
    min-width: 1200px;
  }
}

.section-keyvisual a {
  display: block;
}
.section-keyvisual .m-hdg-01 {
  margin: 0;
}
.section-keyvisual .m-hdg-01,
.keyvisual-main .main-title,
.keyvisual-main .main-text {
  text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
}
.keyvisual-main .main-text {
  font-weight: 500;
}
.section-keyvisual .recommend-title,
.section-keyvisual .pickup-title {
  width: fit-content;
  position: relative;
}
.section-keyvisual .recommend-title:before,
.section-keyvisual .pickup-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--base-color);
}
.keyvisual-recommend .recommend-link {
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.keyvisual-recommend .recommend-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #fff;
}
.keyvisual-recommend .item-text span {
  font-weight: 400;
}
.keyvisual-recommend .item-text img {
  display: block;
  height: auto;
  object-fit: contain;
}
.keyvisual-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  position: relative;
}
.keyvisual-nav a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
}
.keyvisual-nav a:after {
  content: "";
  position: absolute;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: var(--base-color);
  transform: rotate(-45deg) skew(5deg, 3deg);
}
.keyvisual-nav a:hover {
  opacity: .8;
}
@media print,screen and (min-width:769px) and (max-width:9999px) {
  .section-keyvisual {
    margin-bottom: 60px;
  }
  .section-keyvisual .m-hdg-01 {
    font-size: 1.8rem;
  }
  .keyvisual-wrapper {
    position: relative;
    width: 1200px;
    margin: 0 auto;
  }
  .keyvisual-main {
    padding-top: 30px;
    padding-left: 52px;
    height: 460px;
    margin-bottom: 25px;
    background: linear-gradient(to right, rgba(255,255,255,0) 50%, rgba(255,255,255,0.5) 75%, rgba(255,255,255,1) 87%), url(/img/brand/p_brand016_04.jpg) no-repeat center left / contain;
  }
  .section-keyvisual .glb-content {
    max-width: 1200px;
  }
  .keyvisual-main .main-title,
  .keyvisual-main .main-text {
    max-width: 50%;
  }
  .keyvisual-main .main-title {
    margin-bottom: -9px;
    font-size: 3.6rem;
  }
  .keyvisual-main .main-text {
    font-size: 1.7rem;
  }
  .keyvisual-recommend {
    position: absolute;
    top: 27px;
    right: 0;
    width: 322px;
  }
  .keyvisual-recommend .recommend-title {
    margin: 0 auto 15px;
    padding: 0 2px 0 5px;
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 1.4;
  }
  .keyvisual-recommend .recommend-item {
    margin-bottom: 10px;
    border: 2px solid #fff;
  }
  .keyvisual-recommend .recommend-link .item-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 37px;
    padding: 0 10px;
    background: rgba(0,0,0,.4);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .keyvisual-recommend .item-text span {
    padding-top: 3px;
    font-size: 1.5rem;
  }
  .keyvisual-pickup {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
  }
  .keyvisual-pickup .pickup-title {
    position: absolute;
    left: -135px;
    top: calc(50% - 15px);
    padding-left: 2px;
    transform: translateY(-50%);
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: .1em;
  }
  .keyvisual-pickup .pickup-list {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  .keyvisual-pickup .pickup-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .keyvisual-nav {
    display: block !important;
    background-color: var(--base-color);
  }
  .keyvisual-nav ul {
    display: flex;
    justify-content: center;
    margin-left: -18px;
  }
  .keyvisual-nav li {
    padding: 0 20px;
  }
  .keyvisual-nav a {
    padding: 11px 0 10px 24px;
    font-size: 1.6rem;
    letter-spacing: -.05em;
  }
  .keyvisual-nav a:before {
    width: 20px;
    height: 20px;
  }
  .keyvisual-nav a:after {
    top: 40%;
    left: 7px;
    width: 6px;
    height: 6px;
  }
  .is-safari .keyvisual-nav a:after {
    top: calc(40% + 1px);
  }
}
@media print,screen and (min-width:0) and (max-width:768px) {
  .glb-header {
    top: 0;
  }
  html {
    min-height: 100vh;
  }
  .keyvisual-nav .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .section-keyvisual {
    margin-bottom: 40px;
  }
  .section-keyvisual .m-hdg-01 {
    font-size: 1.4rem;
  }
  .keyvisual-main {
    padding-left: 8px;
    margin-bottom: 15px;
    height: 200px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 75%, rgba(255,255,255,1)), url(/img/brand/p_brand016_05.jpg) no-repeat center top / cover;
  }
  .keyvisual-main .glb-content {
    padding-top: 15px;
  }
  .keyvisual-main .main-title {
    font-size: 2rem;
    line-height: calc(35 / 29);
    letter-spacing: .05em;
    margin-bottom: 4px;
  }
  .keyvisual-main .main-text {
    font-size: 1.4rem;
    line-height: calc(20 / 14);
    text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
  }
  .keyvisual-inner {
    display: flex;
    padding-left: 22px;
    padding-right: 22px;
    max-width: 400px;
    margin: 0 auto;
  }
  .keyvisual-inner > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .section-keyvisual .recommend-title,
  .section-keyvisual .pickup-title {
    font-size: 1.5rem;
    margin-bottom: 12px;
    padding-bottom: 1px;
    line-height: 1.1;
  }
  .section-keyvisual .recommend-title:before,
  .section-keyvisual .pickup-title::before {
    width: 100%;
    bottom: -1px;
    height: 1px;
  }
  .keyvisual-recommend {
    padding-right: 2px;
  }
  .keyvisual-recommend .recommend-title {
    margin-right: auto;
    padding-right: 3px;
  }
  .keyvisual-recommend .recommend-title::before {
    right: 0;
    left: auto;
  }
  .keyvisual-recommend .recommend-item {
    margin-bottom: 10px;
  }
  .keyvisual-recommend .recommend-link .item-text {
    min-height: 44px;
    background: #b3b3b3;
    text-align: center;
  }
  .keyvisual-recommend .item-text span {
    display: block;
    margin-bottom: 0;
    font-size: 1.3rem;
  }
  .keyvisual-recommend .item-text img {
    margin: 0 auto;
  }
  .keyvisual-pickup {
    padding-left: 20px;
  }
  .keyvisual-pickup .pickup-title {
    margin-left: auto;
  }
  .keyvisual-pickup .pickup-item:not(:last-child) {
    margin-bottom: 15px;
  }
  .keyvisual-nav {
    position: fixed;
    z-index: 99;
    inset: 0;
    overflow-y: auto;
    display: none;
  }
  .keyvisual-nav ul {
    padding: 90px 20px 0;
    background-color: var(--base-color);
    position: relative;
    z-index: 2;
  }
  .keyvisual-nav li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  .keyvisual-nav a {
    padding: 15px 10px 15px 40px;
    display: block;
    font-size: 1.3rem;
    width: 100%;
    line-height: 1.5;
    letter-spacing: .05em;
  }
  .keyvisual-nav a::before {
    top: 51%;
  }
  .keyvisual-nav a:before {
    left: 10px;
    width: 20px;
    height: 20px;
    background: url(/img/product/system_kitchen/menu_icon_arrow_down.png) no-repeat center/contain;
  }
  .keyvisual-nav ~ .menu-button {
    position: fixed;
    z-index: 101;
    top: 60px;
    right: 5px;
    padding-top: 12px;
    width: 40px;
    height: 40px;
    background-color: var(--base-color);
    opacity: .95;
    overflow: hidden;
  }
  .keyvisual-nav ~ .menu-button span {
    display: block;
    background: #fff;
    width: 24px;
    height: 2px;
    margin: 0 auto 5px;
    transition: all .25s;
  }
  .keyvisual-nav.is-show ~ .menu-button span {
    width: 30px;
  }
  .keyvisual-nav.is-show ~ .menu-button span:nth-child(1) {
    transform: translate(0,7px) rotate(45deg);
  }
  .keyvisual-nav.is-show ~ .menu-button span:nth-child(2) {
    transform: translateX(-100px);
    opacity: 0;
  }
  .keyvisual-nav.is-show ~ .menu-button span:nth-child(3) {
    transform: translate(0,-7px) rotate(-45deg);
  }
}
.kitchen-title {
  letter-spacing: .15em;
}
.kitchen-title span {
  display: block;
  line-height: 1.26;
  letter-spacing: .03em;
}
.kitchen-title span.is-small {
  letter-spacing: .15em;
}
.kitchen-list {
  display: flex;
  flex-wrap: wrap;
}
.kitchen-item {
  flex: 0 0 50%;
  max-width: 50%;
}
.kitchen-link {
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #dfdfdf;
}
.kitchen-link:hover {
  color: #000;
}
.kitchen-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #fff;
}
.kitchen-link .link-note {
  position: absolute;
  z-index: 2;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  background: #ffb044;
  font-size: 1.3rem;
  letter-spacing: .05em;
  text-align: center;
  font-weight: 500;
}
.kitchen-link figure {
  position: relative;
}
.kitchen-link figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  font-feature-settings: "palt";
  text-align: center;
}
.kitchen-link .link-text {
  display: flex;
  align-items: center;
  background: #f2f2f2;
  border: 1px solid #dfdfdf;
  border-bottom: 0;
}
.kitchen-link .link-name {
  /*
  display: flex;
  */
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.kitchen-link .link-price {
  font-weight: 500;
}
.kitchen-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kitchen-special {
  position: relative;
}
.kitchen-special .special-link {
  position: absolute;
  width: 100%;
  height: 100%;
}
.kitchen-special .m-box-normal {
  display: flex;
}
.kitchen-special .m-text-size-02 {
  flex: 0 1 auto;
}
.kitchen-special .special-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print,screen and (min-width:769px) and (max-width:9999px) {
  .section-kitchen {
    margin-bottom: 80px;
  }
  .section-kitchen .glb-content {
    position: relative;
    max-width: 1020px;
  }
  .kitchen-title {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    width: 50%;
    border-left: 2px solid var(--base-color);
    font-size: 3.2rem;
  }
  .kitchen-title span:first-child {
    margin-left: -5px;
  }
  .kitchen-title .is-small {
    font-size: 1.6rem;
  }
  .section-kitchen.is-revert .kitchen-title {
    margin-left: auto;
    padding: 0 18px 0 0;
    text-align: right;
    border-left: none;
    border-right: 2px solid var(--base-color);
  }
  .kitchen-figure {
    width: 550px;
    height: 750px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: -90px;
  }
  .section-kitchen.is-revert .kitchen-figure {
    left: -90px;
    right: auto;
  }
  .kitchen-figure:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(70deg, rgba(255,255,255,1), rgba(255,255,255,0) 44%);
  }
  .section-kitchen.is-revert .kitchen-figure::before {
    background: linear-gradient(-70deg, rgba(255,255,255,1), rgba(255,255,255,0) 44%);
  }
  .kitchen-list {
    position: relative;
    z-index: 1;
    margin-left: -5px;
    margin-right: -5px;
    width: 660px;
  }
  .section-kitchen.is-revert .kitchen-list {
    margin-left: auto;
  }
  .kitchen-item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
  }
  .kitchen-special {
    margin: 20px 155px 0 55px;
  }
  .kitchen-special .m-box-normal {
    margin-top: 0;
    padding: 0;
  }
  .kitchen-special .m-text-size-02 {
    padding: 15px;
  }
  .kitchen-special .special-thumbnail {
    width: 266px;
    flex: 1 0 auto;
  }
  .kitchen-link figcaption {
    min-height: 30px;
    padding-top: 4px;
    font-size: 1.4rem;
  }
  .kitchen-link .link-note {
    width: 70px;
    height: 70px;
    padding-top: 4px;
    left: 0;
    transform: translate(-5px, -10px);
    line-height: calc(14.5 / 13);
  }
  .kitchen-link .link-text {
    justify-content: space-between;
    padding: 10px 10px 5px 10px;
    min-height: 40px;
  }
  .kitchen-link .link-name p {
    padding-top: 3px;
    display: block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
  .kitchen-link .link-name {
    font-size: 1.4rem;
    line-height: calc(17 / 14);
    letter-spacing: -.07em;
  }
  .kitchen-link .link-price {
    font-size: 1.9rem;
  }
}
@media print,screen and (min-width:0) and (max-width:768px) {
  .section-kitchen {
    margin-bottom: 22px;
  }
  .section-kitchen figure img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .section-kitchen .glb-content {
    padding-top: 0;
  }
  .kitchen-title {
    margin-bottom: 15px;
  }
  .kitchen-title span {
    width: fit-content;
    margin: 0 auto;
    font-size: 2.4rem;
    text-align: center;
  }
  .kitchen-title span:first-child {
    margin-bottom: 4px;
    padding-bottom: 1px;
    border-bottom: 2px solid var(--base-color);
    line-height: 1.2;
  }
  .kitchen-title .is-small {
    font-size: 1.4rem;
  }
  .kitchen-figure {
    margin: 0 -15px -23px;
    position: relative;
    overflow: hidden;
    width: calc(100% + 30px);
    height: 37.5vw;
  }
  .kitchen-figure:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(255,255,255,.5) 10%, rgba(255,255,255,0));
  }
  .kitchen-list {
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-left: -5px;
    margin-right: -5px;
  }
  .kitchen-item, .kitchen-special {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 14px;
  }
  .kitchen-special {
    width: 80%;
    margin: 24px 0 0;
    padding: 0;
  }
  .kitchen-special .m-box-normal {
    margin-top: 0;
    padding: 0;
  }
  .kitchen-special .m-box-normal .special-thumbnail {
    width: 50%;
    flex: 1 0 auto;
  }
  .kitchen-special .m-box-normal .m-text-size-02{
    font-size: 1.3rem;
    padding: 10px;
  }
  .kitchen-special .m-box-normal img {
    width: 100%;
  }
  .kitchen-special .m-box-normal .m-btn-01 {
    font-size: 1.4rem;
    padding: 8px 10px;
  }
  .kitchen-link .link-note {
    width: 62px;
    height: 62px;
    right: 0;
    left: auto;
    transform: translate(10px, -12px);
    line-height: 1.1;
  }
  .kitchen-link .link-text {
    flex-direction: column;
    justify-content: center;
    padding: 5px 5px;
    min-height: 55px;
  }
  .kitchen-link .link-name {
    margin-bottom: 5px;
    font-size: 1.4rem;
    line-height: calc(32 / 29);
    letter-spacing: .03em;
    text-align: center;
  }
  .kitchen-link .link-price {
    font-size: 1.8rem;
    line-height: 1;
  }
}

.heading-common {
  display: flex;
  justify-content: center;
  align-items: center;
}
.heading-common > * {
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .heading-common {
    height: 370px;
    margin-bottom: 30px;
  }
  .heading-common > * {
    font-size: 3.4rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .heading-common {
    height: 150px;
  }
  .heading-common > * {
    width: calc(100% - 20px);
    padding-top: 5px;
    font-size: 2.9rem;
    line-height: 1.1;
    text-align: center;
    letter-spacing: 0;
  }
}

.section-function {
  background: #edf8fc;
}
.function-content {
  position: relative;
  border: 1px solid var(--base-color);
  background: #fff;
}
.function-content:not(:last-child) {
  margin-top: 30px;
}
.function-content .content-count {
  position: absolute;
  top: 0;
  text-align: center;
  background: var(--base-color);
  color: #fff;
  letter-spacing: .05em;
}
.function-content .content-count:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff;
}
.function-content .content-title {
  margin: 0 auto;
  text-align: center;
  letter-spacing: .05em;
}
.function-content .description-title {
  color: var(--base-color);
  letter-spacing: .05em;
}
.function-content .description-text {
  font-weight: 500;
}
.function-content .related-title {
  border-left: 3px solid var(--base-color);
}
.function-content .related-list {
  display: flex;
  flex-wrap: wrap;
}
.function-content .related-link {
  color: #000;
  text-decoration: none;
}
.function-content .related-link .link-title {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e3f3ff;
  text-align: center;
}
.function-content .related-link .link-text {
  font-weight: 500;
}
.function-content .content-label {
  position: relative;
  left: 3px;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.function-content .content-label:hover {
  opacity: .8;
}
.function-button {
  display: block;
  margin: 0 auto;
  background: var(--base-color);
  border: 4px solid var(--base-color);
  color: #000;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}
.function-button:before {
  content: "";
  position: absolute;
  top: 50%;
}
.function-button:hover {
  color: inherit;
  opacity: .8;
}
.function-button .button-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: relative;
}
.function-button .button-inner:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.function-button .button-inner:after {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-radius: 50%;
  background: var(--base-color);
}
.function-button .button-text {
  letter-spacing: -.05em;
}
.function-button .button-text .is-mark {
  color: var(--base-color);
  letter-spacing: .05em;
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-function {
    padding-bottom: 60px;
  }
  .section-function .heading-common {
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(/img/product/system_kitchen/plan_lemure012_01.jpg) no-repeat center / 1200px auto;
  }
  .section-function .glb-content {
    max-width: 1150px;
  }
  .function-content {
    padding: 49px 70px 34px;
  }
  .function-content .content-count {
    left: 49px;
    width: 90px;
    height: 94px;
    padding-top: 13px;
    font-size: 5rem;
  }
  .function-content .content-count:before {
    border-width: 0 50px 11px 50px;
  }
  .function-content .content-title {
    margin-bottom: 32px;
    width: 700px;
    font-size: 3.6rem;
  }
  .function-content .content-figure {
    width: 700px;
    margin: 0 auto 30px;
  }
  .function-content .content-description {
    margin: 0 29px 30px;
    padding: 30px 10px;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
  }
  .function-content .description-title {
    margin-bottom: 5px;
    font-size: 3.1rem;
  }
  .function-content .description-text {
    font-size: 1.6rem;
    line-height: calc(27 / 15);
    letter-spacing: -.06em;
  }
  .function-content .related-title {
    padding: 1px 0 0 5px;
    margin: 0 0 15px -1px;
    font-size: 1.5rem;
    line-height: calc(20 / 15);
    letter-spacing: -.07em;
  }
  .function-content .related-list {
    margin: 0 -7.5px 14px;
  }
  .function-content .related-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 25px;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .function-content .related-link .link-title {
    min-height: 44px;
    padding-top: 1px;
    font-size: 1.5rem;
    line-height: calc(18 / 15);
    font-feature-settings: "palt";
  }
  .function-content .related-link .link-title.custom-fz {
    font-size: 1.2rem;
    line-height: calc(13 / 12);
    padding-top: 3px;
  }
  .function-content .related-link .link-text {
    padding: 9px 0 0 0;
    font-size: 1.4rem;
    line-height: calc(18 / 12);
  }
  .function-content .content-label {
    width: 410px;
    min-height: 85px;
    padding: 18px 10px 5px;
    background: url(/img/product/system_kitchen/function_bnr_bg.png) no-repeat center / contain;
    line-height: 1.2;
  }
  .function-button {
    width: 660px;
    padding-left: 126px;
    box-shadow: 4px 3px 10px 0 rgba(0,0,0,.2);
  }
  .function-button:before {
    left: 23px;
    width: 80px;
    height: 64px;
    transform: translateY(-50%);
    background: url(/img/product/system_kitchen/function_icn_link.png) no-repeat center / contain;
  }
  .function-button .button-inner {
    min-height: 112px;
  }
  .function-button .button-inner:before {
    width: 10px;
    height: 10px;
    right: 26px;
  }
  .function-button .button-inner:after {
    width: 26px;
    height: 26px;
    right: 16px;
  }
  .function-button .button-text {
    margin: 7px 0 0 -30px;
    font-size: 2.6rem;
  }
  .is-firefox .section-useful .is-mark {
    padding: 2px 15px 1px 10px;
  }
  .is-chromium .section-useful .is-mark {
    padding-top: 2px;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 1201px) and (max-width: 9999px) {
  .section-function .heading-common {
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(/img/product/system_kitchen/plan_lemure012_01.jpg) no-repeat center / cover;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-function {
    padding-bottom: 34px;
  }
  .section-function .glb-content {
    padding-left: 17px;
    padding-right: 17px;
  }
  .section-function .heading-common {
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(/img/product/system_kitchen/plan_lemure012_02.jpg) no-repeat center / 400px auto;
  }
  .function-content {
    padding: 27px 24px 22px;
  }
  .function-content .content-count {
    top: -1px;
    left: 16px;
    width: 50px;
    height: 52px;
    padding-top: 3px;
    font-size: 2.9rem;
  }
  .function-content .content-count:before {
    border-width: 0 30px 6px 30px;
  }
  .function-content .content-title {
    margin-bottom: 9px;
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .function-content .content-figure {
    width: 100%;
    margin: 0 auto 21px;
  }
  .function-content .content-description {
    margin-bottom: 29px;
  }
  .function-content .description-title {
    padding: 10px 0 9px;
    margin-bottom: 17px;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    font-size: 2.3rem;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .function-content .description-text {
    font-size: 1.5rem;
    line-height: calc(31 / 20);
  }
  .function-content .related-title {
    padding: 2px 0 2px 5px;
    margin: 0 0 15px -5px;
    font-size: 1.6rem;
    line-height: 1;
  }
  .function-content .related-list {
    margin: 0 -12px 13px;
  }
  .function-content .related-item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .function-content .related-link .link-title {
    padding: 6px 5px;
    min-height: 80px;
    font-size: 1.45rem;
    line-height: 1.3;
  }
  .function-content .related-link .link-title.custom-fz-sp {
    font-size: 1.3rem;
  }
  .function-content .related-link .link-text {
    display: none;
  }
  .function-content .content-label {
    min-height: 70px;
    max-width: 316px;
    padding: 16px 10px 10px;
    background: url(/img/product/system_kitchen/function_bnr_bg_sp.png) no-repeat center / contain;
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .function-button {
    max-width: 330px;
    padding-left: 90px;
    border-width: 2px;
    box-shadow: 2px 2px 5px 0 rgb(0,0,0,.3);
  }
  .function-button:before {
    left: 4.5%;
    width: 55px;
    height: 44px;
    transform: translateY(-50%);
    background: url(/img/product/system_kitchen/function_icn_link_sp.png) no-repeat center / contain;
  }
  .function-button .button-inner {
    min-height: 68px;
    padding-right: 25px;
  }
  .function-button .button-inner:before {
    width: 7px;
    height: 7px;
    right: 18px;
  }
  .function-button .button-inner:after {
    width: 20px;
    height: 20px;
    right: 10px;
  }
  .function-button .button-text {
    text-align: center;
    font-size: 1.8rem;
    line-height: calc(22 / 18);
  }
  .kitchen-link .link-price {
    font-size: 1.3rem;
  }
  .link-name img, .keyvisual-recommend .recommend-link .item-text img {
    height: 15px;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .function-content .content-title,
  .function-content .description-title {
    font-size: 2.2rem;
    font-feature-settings: "palt";
  }
  .heading-common > * {
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 401px) and (max-width: 768px) {
  .section-function .heading-common {
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(/img/product/system_kitchen/plan_lemure012_02.jpg) no-repeat center / cover;
  }
}
@media only screen and (min-width: 0px) and (max-width: 376px) {
  .function-content .description-text {
    font-size: 1.4rem;
  }
  .function-content .related-link .link-title {
    min-height: 75px;
    font-size: 1.1rem;
  }
  .function-content .content-label {
    font-size: 1.3rem;
  }
}

.section-construction .glb-content {
  max-width: 1020px;
}
.section-construction .gallery-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-construction .gallery-item {
  width: 50%;
}
.section-construction .gallery-item a {
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.section-construction .gallery-item a:hover {
  background-color: #73cbe8;
}
.section-construction .gallery-item a:hover .item-title {
  color: #fff;
}
.section-construction .gallery-item a:hover .item-title::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.section-construction .item-title {
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  color: #73cbe8;
  position: relative;
}
.section-construction .item-title::after {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%) rotate(45deg) skew(9deg, 6deg);
      transform: translateY(-50%) rotate(45deg) skew(9deg, 6deg);
  border-top: 1px solid #73cbe8;
  border-right: 1px solid #73cbe8;
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-construction .heading-common {
    margin-bottom: 30px;
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(/img/product/system_kitchen/plan_edel012_01.jpg) no-repeat center / 1200px auto;
  }
  .section-construction .glb-content {
    max-width: 1020px;
  }
  .section-construction .gallery-list {
    margin-left: -12px;
    margin-right: -12px;
  }
  .section-construction .gallery-item {
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 16px;
  }
  .section-construction .gallery-item a {
    border: solid 2px #73cbe8;
    -ms-flex-align: center;
        align-items: center;
    padding: 1px;
    box-shadow: 3px 6px 5px 0 rgba(0, 0, 0, 0.2);
  }
  .section-construction .item-image {
    width: 228px;
  }
  .section-construction .item-title {
    font-size: 2.2rem;
    line-height: calc(27/22);
  }
  .section-construction .item-title::after {
    width: 16px;
    height: 16px;
    right: 12px;
  }
}
@media print, screen and (min-width: 1201px) and (max-width: 9999px) {
  .section-construction .heading-common {
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(/img/product/system_kitchen/plan_edel012_01.jpg) no-repeat center / cover;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-construction .heading-common {
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(/img/product/system_kitchen/plan_edel012_02.jpg) no-repeat center / 400px auto;
  }
  .section-construction .gallery-list {
    margin-left: -7px;
    margin-right: -7px;
  }
  .section-construction .gallery-item {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 10px;
  }
  .section-construction .gallery-item a {
    height: 100%;
    border: solid 1px #73cbe8;
    -ms-flex-direction: column;
        flex-direction: column;
    box-shadow: 2px 3px 2px 0 rgba(0, 0, 0, 0.2);
  }
  .section-construction .item-title {
    padding: 14px 10px 12px;
    font-size: 1.5rem;
    line-height: calc(17/15);
  }
  .section-construction .item-title::after {
    width: 10px;
    height: 10px;
    right: 8px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 768px) {
  .section-construction .heading-common {
    margin-bottom: 28px;
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(/img/product/system_kitchen/plan_edel012_02.jpg) no-repeat center / cover;
  }
}
@media only screen and (min-width: 0px) and (max-width: 376px) {
  .section-construction .item-title::after {
    right: 3px;
  }
}

.useful-title {
  letter-spacing: 0.075em;
  color: #000;
  display: block;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.useful-title::after {
  content: "";
  background-color: #73cbe8;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.section-useful .list-wrapper {
  background-color: #edf8fc;
}
.section-useful .list-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.section-useful .list-title span {
  display: inline-block;
  font-weight: 500;
}
.section-useful .is-mark {
  font-weight: 500;
  color: #fff;
  background-color: #73cbe8;
}
.section-useful .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.section-useful .list a {
  display: block;
  text-decoration: none;
}
.section-useful .item-image {
  margin-bottom: 6px;
}
.section-useful .item-title {
  font-weight: 500;
  color: #000;
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-useful .glb-content {
    max-width: 1010px;
    padding: 0;
  }
  .useful-title {
    font-size: 2.7rem;
    margin-bottom: 40px;
  }
  .useful-title::after {
    bottom: 2px;
    width: calc(100% + 9px);
    height: 3px;
  }
  .section-useful .list-wrapper {
    padding: 36px 34px 4px;
    margin-bottom: 40px;
    border: solid 1px #cccccc;
  }
  .section-useful .list-title {
    margin-bottom: 28px;
    font-size: 2.2rem;
    line-height: 1.2;
  }
  .section-useful .is-mark {
    margin-right: 10px;
    padding: 3px 15px 0 10px;
  }
  .section-useful .list li {
    width: 25%;
    margin-bottom: 17px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .section-useful .item-title {
    font-size: 1.4rem;
    line-height: calc(15/12);
  }
  .section-useful .inner-wraper {
    display: -ms-flexbox;
    display: flex;
  }
  .section-useful .inner-wraper .list-wrapper {
    width: calc((100% - 40px) / 2);
  }
  .section-useful .inner-wraper .list-wrapper:nth-child(2n+1) {
    margin-right: 40px;
  }
  .section-useful .inner-wraper .list-title {
    margin-left: -10px;
    margin-right: -10px;
  }
  .section-useful .inner-wraper .list {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .section-useful .inner-wraper .list li {
    width: 50%;
  }
  .text-middle {
    padding-top: 2px !important;
  }
  .text-middle .link-name {
    position: relative;
    top: 1px;
  }
  .text-middle .link-name.two-line {
    top: 0;
  }
  .text-middle .link-price {
    padding-top: 2px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-useful .glb-content {
    padding: 0;
  }
  .useful-title {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .useful-title::after {
    bottom: 3px;
    width: 100%;
    height: 2px;
  }
  .section-useful .list-wrapper {
    padding: 30px 25px 20px;
    position: relative;
  }
  .section-useful .list-wrapper::after {
    content: "";
    height: 1px;
    width: calc(100% - 50px);
    background-color: #73cbe8;
    position: absolute;
    left: 50%;
    bottom: 0;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    z-index: 1;
  }
  .useful-title + .list-wrapper {
    padding-top: 40px;
  }
  .section-useful .list-title {
    margin-bottom: 24px;
    -ms-flex-direction: column;
        flex-direction: column;
    line-height: 1.2;
  }
  .section-useful .is-mark {
    font-size: 2.2rem;
    margin-bottom: 6px;
    padding: 2px 10px 4px;
  }
  .section-useful .is-normal {
    font-size: 1.8rem;
  }
  .section-useful .list li {
    width: 50%;
    margin-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .section-useful .item-title {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .section-useful .inner-wraper .list-wrapper:last-child {
    padding-bottom: 30px;
  }
  .section-useful .inner-wraper .list-wrapper:last-child::after {
    display: none;
  }
  .section-useful .inner-wraper li {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .kitchen-link {
    background-color: #f2f2f2;
    height: 100%;
  }
  .function-content .related-link {
    background: #e3f3ff;
    display: block;
    height: 100%;
  }
  .keyvisual-recommend .recommend-item:last-child {
    margin-bottom: 0;
  }
  .keyvisual-main {
    background-position: center;
  }
  .keyvisual-recommend, .keyvisual-pickup {
    position: relative;
  }
  .section-keyvisual .recommend-title, .section-keyvisual .pickup-title {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0 2px;
    transform: translateX(-50%);
  }
  .keyvisual-pickup .pickup-title {
    left: calc(50% + 10px);
  }
  .recommend-list,
  .pickup-list {
    padding-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
      height: 100%;
  }
  .is-safari .kitchen-link .link-text {
    padding-bottom: 4px;
    padding-top: 6px;
  }
  .is-safari .function-content .description-title {
    padding-top: 11px;
  }
  .is-safari .function-content .content-label {
    padding-top: 13px;
    letter-spacing: -.02em;
  }
  .is-safari .section-useful .is-mark {
    padding-top: 4px;
    padding-bottom: 3px;
  }
}
@media screen and (min-width: 0) and (max-width: 399px) {
  .keyvisual-recommend .item-text span {
    font-size: 1.4rem;
  }
  .keyvisual-recommend .recommend-link .item-text {
    padding: 2px 0 6px;
  }
  .kitchen-link .link-text {
    padding-bottom: 6px;
  }
  .kitchen-link .link-name {
    font-size: 1.3rem;
  }
  .function-content .related-link .link-title.custom-fz-sp {
    font-size: 1.2rem;
  }

}
@media screen and (min-width: 0) and (max-width: 374px) {
  .keyvisual-recommend .item-text span, .section-construction .item-title {
    font-size: 1.2rem;
  }
  .function-content .content-title {
    font-size: 1.8rem;
  }
  .function-content .description-text {
    font-size: 1.4rem;
  }
  .function-content .content-label {
    font-size: 1.1rem;
  }
  .function-content .description-title {
    font-size: 1.8rem;
  }
}
.is-border {
  box-shadow: 0 0 1px #222;
  margin: 0 1px;
  width: calc(100% - 2px);
}


.page-dressing-table .function-button::before {
  display: none;
}

.page-dressing-table .function-button .button-image {
  position: absolute;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}

@media print,screen and (min-width:769px) and (max-width:9999px) {
  .page-dressing-table .function-button .button-image {
    left: 32px;
    width: 60px;
  }
}

@media print,screen and (min-width:0) and (max-width:768px) {
  .page-dressing-table .function-button .button-image {
    left: 24px;
    width: 40px;
  }
}

.page-dressing-table .keyvisual-main,
.page-dressing-table .heading-common {
  position: relative;
}
.page-dressing-table .keyvisual-main .keyvisual-image,
.page-dressing-table .heading-common .heading-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page-dressing-table .keyvisual-main .keyvisual-image img,
.page-dressing-table .heading-common .heading-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-dressing-table .heading-common {
  background: none;
}
.page-dressing-table .heading-common::before {
  background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5));
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: '';
}
.page-dressing-table .heading-common .heading-image {
  z-index: 0;
  padding: 0;
}
.page-dressing-table .heading-common .function-title,
.page-dressing-table .heading-common .construction-title {
  position: relative;
  z-index: 2;
}

@media print,screen and (min-width:769px) and (max-width:9999px) {
  .page-dressing-table .keyvisual-main {
    background: linear-gradient(to right, rgba(255,255,255,0) 50%, rgba(255,255,255,0.5) 75%, rgba(255,255,255,1) 87%);
    padding-top: 160px;
  }
  .page-dressing-table .keyvisual-main .keyvisual-image img {
    object-position: top;
  }
}

@media print,screen and (min-width:0) and (max-width:768px) {
  .page-dressing-table .keyvisual-main {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 75%, rgba(255,255,255,1));
    padding-top: 16vw;
    height: 53vw;
  }
}
@media print,screen and (min-width:0) and (max-width:374px) {
  .page-dressing-table .keyvisual-main {
    padding-top: 50px;
    height: 200px;
  }
}
@media print,
screen and (min-width: 769px) and (max-width: 1070px) {
  .glb-header:not(.glb-header__top)+.glb-mainWrapper {
    padding-top: 60px;
  }
}

.trans {
  transition: opacity .3s ease;
}

.trans:hover {
  opacity: .8;
}

body.is-has-modal {
  overflow-y: hidden;
}

.wow {
  visibility: hidden;
}

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

.m-nav-breadcrumb {
  margin: 0 auto;
  padding: 20px 10px;
  font-size: 1.6rem;
  background: #fff;
}

.m-nav-breadcrumb .m-nav-breadcrumb_list {
  max-width: 952px;
  margin: 0 auto;
}

.button-treasia-common {
  position: relative;
  width: 290px;
  margin: 0 auto;
}

.button-treasia-common::before {
  position: absolute;
  content: "";
  top: 5px;
  right: -4px;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
}

.button-treasia-common:hover a {
  transform: translate(4px, 5px);
}

.button-treasia-common a {
  border: 1px solid #000;
  font-size: 16px;
  line-height: calc(21 / 16);
  letter-spacing: .1em;
  padding: 14px 50px 14px 31px;
  color: #000;
  text-decoration: none;
  min-height: 50px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  transition: all .3s ease;
  background: #fff;
}

.button-treasia-common a:hover {
  color: #000;
  opacity: 1;
}

.button-treasia-common a::after {
  content: "";
  position: absolute;
  display: block;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/img/product/system_kitchen/treasia/icon_arrow_01.svg) center/contain no-repeat;
  width: 28px;
  height: 8px;
}

.button-treasia-common .button-text {
  position: relative;
}

@media print,
screen and (min-width: 0) and (max-width: 768px) {
  .button-treasia-common {
    margin: 0 auto;
  }
}

.section-treasia-keyvisual {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-bottom: -1px;
}

.section-treasia-keyvisual .keyvisual-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.section-treasia-keyvisual .keyvisual-background::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
  background: #9a9a9a;
  mix-blend-mode: multiply;
}

.section-treasia-keyvisual .keyvisual-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section-treasia-keyvisual .keyvisual-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-treasia-keyvisual .keyvisual-background-inner {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-height: 868px) {
  .section-treasia-keyvisual .keyvisual-background-inner {
    top: 65%;
  }
}

.section-treasia-keyvisual .keyvisual-logo {
  width: 563px;
  max-width: 100%;
}

.section-treasia-keyvisual .keyvisual-text {
  width: 549px;
  max-width: 100%;
}

.section-treasia-keyvisual .keyvisual-content {
  margin-top: 100vh;
}

.section-treasia-keyvisual .keyvisual-description {
  letter-spacing: .1em;
  color: #fff;
  text-align: center;
}

.section-treasia-keyvisual .keyvisual-button {
  cursor: pointer;
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .section-treasia-keyvisual .keyvisual-background {
    min-width: 1200px;
  }

  .section-treasia-keyvisual .keyvisual-content {
    padding: 149px 0 40px;
  }

  .section-treasia-keyvisual .keyvisual-logo {
    margin: 0 auto 124px;
  }

  .section-treasia-keyvisual .keyvisual-description {
    font-size: 20px;
    line-height: 4;
  }

  .section-treasia-keyvisual .keyvisual-bottom {
    background: #fff;
    padding-top: 59px;
    padding-bottom: 60px;
  }

  .section-treasia-keyvisual .keyvisual-button {
    margin: 0 auto;
    width: 492px;
  }
}

@media print,
screen and (min-width: 0) and (max-width: 768px) {
  .section-treasia-keyvisual .keyvisual-content {
    padding: 40px 0;
  }

  .section-treasia-keyvisual .keyvisual-logo {
    margin: 0 auto 50px;
    width: 70%;
  }

  .section-treasia-keyvisual .keyvisual-text {
    width: 70%;
    margin: 0 auto;
  }

  .section-treasia-keyvisual .keyvisual-description {
    font-size: 14px;
    line-height: 2;
  }

  .section-treasia-keyvisual .keyvisual-button {
    margin: 0 auto;
    width: 100%;
    max-width: 340px;
  }

  .section-treasia-keyvisual .keyvisual-bottom {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.modal-common {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000091;
  background: rgba(0, 0, 0, 0.75);
  color: #000;
}

.modal-common .modal-cell {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.modal-common .modal-inner {
  position: relative;
  margin: auto 0;
}

.modal-common .modal-window {
  overflow-y: auto;
  margin: 0 auto;
}

.modal-common .modal-close {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  border: 1px solid #fff;
  border-right: none;
  border-top: none;
  background: #00a0e9;
  top: 0;
  right: 0;
}

.modal-common .modal-close::before,
.modal-common .modal-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  background: #fff;
  content: "";
}

.modal-common .modal-close::before {
  transform: rotate(45deg);
}

.modal-common .modal-close::after {
  transform: rotate(-45deg);
}

.modal-common iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.modal-common .video-content video {
  width: 100%;
  height: 100%;
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .modal-common .modal-cell {
    padding: 50px 20px;
  }

  .modal-common .modal-inner {
    max-width: 1440px;
    width: 100%;
  }

  .modal-common .modal-window {
    max-width: 1440px;
    width: fit-content;
    max-height: 75vh;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
  }

  .modal-common .modal-window::-webkit-scrollbar {
    width: 0.08rem;
  }

  .modal-common .modal-window::-webkit-scrollbar-track {
    background: none;
  }

  .modal-common .modal-window::-webkit-scrollbar-thumb {
    background: #ccc;
  }

  .modal-common .modal-close {
    width: 95px;
    height: 95px;
  }

  .modal-common .modal-close::before,
  .modal-common .modal-close::after {
    width: 26px;
    height: 2px;
    margin-left: -13px;
  }

  .modal-common .video-content {
    width: 800px;
    height: 450px;
    margin: 0 auto;
  }
}

@media print,
screen and (min-width: 0) and (max-width: 768px) {
  .modal-common {
    width: 100%;
    padding: 45px 20px;
  }

  .modal-common .modal-inner {
    width: 100%;
  }

  .modal-common .modal-window {
    min-height: 90px;
    max-height: 70vh;
    -webkit-overflow-scrolling: touch;
  }

  .modal-common .modal-close {
    width: 40px;
    height: 40px;
  }

  .modal-common .modal-close::before,
  .modal-common .modal-close::after {
    width: 20px;
    height: 1px;
    margin-left: -10px;
  }

  .modal-common .video-content {
    width: 100%;
    margin: 0 auto;
  }

  .modal-common iframe {
    height: revert-layer;
  }
}

.section-treasia-gallery {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  background: #fff;
}

.section-treasia-gallery .gallery-content {
  display: flex;
  justify-content: center;
  text-align: center;
}

.section-treasia-gallery .gallery-text {
  line-height: calc(48 / 22);
  letter-spacing: .1em;
}

.section-treasia-gallery .gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .section-treasia-gallery .gallery-row {
    display: flex;
    flex-direction: row-reverse;
  }

  .section-treasia-gallery .gallery-slider {
    width: 50%;
  }

  .section-treasia-gallery .gallery-slide {
    overflow: hidden;
  }

  .section-treasia-gallery .gallery-image {
    width: 100%;
    height: 100vh;
  }

  .section-treasia-gallery .gallery-image img {
    transform: scale(1.2);
  }

  .section-treasia-gallery .gallery-content {
    align-items: flex-start;
    width: 50%;
    padding: 50vh 20px 20px 114px;
    background: url("/img/product/system_kitchen/treasia/keyvisual_bg_decor.png") left top / 1920px auto no-repeat;
    background-attachment: fixed;
  }

  .section-treasia-gallery .gallery-detail {
    opacity: 0;
  }

  .section-treasia-gallery .gallery-detail-inner {
    position: relative;
    transform: translateY(-50%);
  }

  .section-treasia-gallery .gallery-detail-inner.step-first,
  .section-treasia-gallery .gallery-detail-inner.step-second {
    opacity: 0;
    transition: opacity .3s;
  }
  .section-treasia-gallery .gallery-detail-inner.step-second {
    transform: translateY(-150%) translateX(0%);
  }
  .section-treasia-gallery .gallery-detail-inner.step-first.is-active,
  .section-treasia-gallery .gallery-detail-inner.step-second.is-active {
    opacity: 1;
  }

  .section-treasia-gallery .gallery-title {
    width: 327px;
    margin: 0 auto 40px;
  }

  .section-treasia-gallery .gallery-text {
    font-size: 22px;
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1025px) {
  .is-mac.is-safari .section-treasia-gallery .gallery-content {
    background-attachment: unset;
  }
}

@media print,
screen and (min-width: 0) and (max-width: 768px) {
  .section-treasia-gallery .gallery-content {
    padding: 40px 20px;
    background: url("/img/product/system_kitchen/treasia/keyvisual_bg_decor.png") left top / cover no-repeat;
  }

  .section-treasia-gallery .gallery-image {
    height: 350px;
  }

  .section-treasia-gallery .gallery-title {
    width: 300px;
    max-width: 100%;
    margin: 0 auto 20px;
  }

  .section-treasia-gallery .gallery-text {
    font-size: 18px;
  }
}

.title-common {
  font-family: "Cormorant", serif;
  font-weight: 500;
  text-align: center;
  position: relative;
  line-height: 1;
  margin-bottom: 18px;
}

.title-common::before {
  position: absolute;
  content: "";
  width: 125px;
  height: 1px;
  border-top: 1px solid #000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .title-common {
    font-size: 70px;
    padding-bottom: 22px;
  }
}

@media print,
screen and (min-width: 0) and (max-width: 768px) {
  .title-common {
    font-size: 30px;
    padding-bottom: 15px;
  }
}

.text-common {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: .16em;
  margin-bottom: 50px;
  text-align: center;
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .text-common {
    font-size: 20px;
  }

  .text-common span {
    font-size: 34px;
  }
}

@media print,
screen and (min-width: 0) and (max-width: 768px) {
  .text-common {
    font-size: 15px;
  }

  .text-common span {
    font-size: 20px;
  }
}

.anchor-common {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  background: #eee;
}

.anchor-common .anchor-list {
  margin-bottom: 0;
}

.anchor-common .anchor-item-link {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  color: #251e1c;
  transition: all .3s ease;
}

.anchor-common .anchor-item-link:hover {
  color: #fff;
  background: #969696;
}

.anchor-common .anchor-item-link:hover::before {
  opacity: 0;
}

.anchor-common .anchor-item-link:hover::after {
  opacity: 1;
}

.anchor-common .anchor-item-link::before,
.anchor-common .anchor-item-link::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 10px;
  transition: all .3s ease;
}

.anchor-common .anchor-item-link::before {
  background: url(/img/product/system_kitchen/treasia/anchor_arrow.svg) center/contain no-repeat;
}

.anchor-common .anchor-item-link::after {
  background: url(/img/product/system_kitchen/treasia/anchor_arrow_white.svg) center/contain no-repeat;
  opacity: 0;
}

.anchor-common .text-small {
  letter-spacing: .14em;
  display: block;
}

.anchor-common .text-big {
  letter-spacing: .14em;
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .anchor-common {
    padding: 45px 0;
  }

  .anchor-common .glb-content {
    max-width: 1200px;
  }

  .anchor-common .anchor-list {
    display: flex;
    flex-wrap: wrap;
  }

  .anchor-common .anchor-item {
    margin: 0;
    width: 25%;
    border-left: 1px solid #808080;
  }

  .anchor-common .anchor-item:last-child {
    border-right: 1px solid #808080;
  }

  .anchor-common .anchor-item-link {
    padding: 5px 10px 39px;
  }

  .anchor-common .anchor-item-link::before,
  .anchor-common .anchor-item-link::after {
    width: 23px;
    height: 10px;
    margin-left: -12px;
  }

  .anchor-common .text-small {
    font-size: 18px;
    margin-bottom: -4px;
  }

  .anchor-common .text-big {
    font-size: 28px;
  }
}

@media print,
screen and (min-width: 0) and (max-width: 768px) {
  .anchor-common {
    padding: 45px 0 60px;
  }

  .anchor-common .anchor-list {
    margin: 0;
  }

  .anchor-common .anchor-item {
    margin: 0;
    width: 100%;
    border-top: 1px solid #808080;
  }

  .anchor-common .anchor-item:last-child {
    border-bottom: 1px solid #808080;
  }

  .anchor-common .anchor-item-link {
    display: block;
    padding: 20px 10px 44px;
  }

  .anchor-common .anchor-item-link::before,
  .anchor-common .anchor-item-link::after {
    width: 23px;
    height: 10px;
    margin-left: -12px;
  }

  .anchor-common .text-small {
    font-size: 14px;
    margin-bottom: -4px;
  }

  .anchor-common .text-big {
    font-size: 20px;
  }
}

.section-treasia-quality {
  background: #fff;
}

.section-treasia-quality .text-common {
  margin-bottom: 10px;
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .section-treasia-quality {
    padding: 220px 0 50px;
  }
}

@media print,
screen and (min-width: 0) and (max-width: 768px) {
  .section-treasia-quality {
    padding: 60px 0;
  }

  .section-treasia-quality .text-common {
    line-height: 1.5;
  }
}

.section-treasia-come {
  background: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.section-treasia-come .come-title {
  text-align: center;
  font-weight: 300;
  letter-spacing: .1em;
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 12px;
  color: #251E1C;
}

.section-treasia-come .come-title::before {
  position: absolute;
  content: "";
  width: 125px;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.section-treasia-come .text-common {
  color: #251E1C;
}

.section-treasia-come .come-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.section-treasia-come .come-item-description {
  line-height: calc(49 / 24);
  letter-spacing: .1em;
}

.section-treasia-come .come-item-number {
  font-family: "Cormorant", serif;
  font-weight: 400;
  letter-spacing: .02em;
  margin-bottom: 10px;
  line-height: 1;
}

.section-treasia-come .come-item-title {
  line-height: calc(36 / 24);
  letter-spacing: .1em;
  border-bottom: 1px solid #251e1c;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.section-treasia-come .come-item-text {
  font-size: 14px;
  line-height: 2;
}

.section-treasia-come .block-horo {
  padding-top: 80px;
}

.section-treasia-come .block-horo .title-common {
  margin-bottom: 27px;
}

.section-treasia-come .block-horo .text-common {
  margin-bottom: 84px;
}

.section-treasia-come .block-horo .horo-text {
  text-align: center;
  font-weight: 300;
  font-size: 42px;
  letter-spacing: .1em;
  line-height: calc(62 / 42);
  margin-bottom: 30px;
}

.section-treasia-come .block-horo .horo-image {
  max-width: 730px;
  margin: 0 auto 15px;
}

.section-treasia-come .block-horo .image-text {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(25 / 16);
  margin: 0 auto 88px;
  max-width: 730px;
}

.section-treasia-come .block-horo .button-treasia-common{
  margin-top: 0;
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .section-treasia-come .come-container {
    padding: 94px 0 119px;
  }

  .section-treasia-come .come-wrapper {
    padding-top: 70px;
  }

  .section-treasia-come .come-title {
    font-size: 42px;
  }

  .section-treasia-come .text-common {
    margin-bottom: 99px;
  }

  .section-treasia-come .come-inner {
    margin-left: 88px;
  }

  .section-treasia-come .come-list {
    width: max-content;
    display: flex;
    align-items: flex-start;
  }

  .section-treasia-come .come-item {
    display: flex;
    margin-right: 110px;
  }

  .section-treasia-come .come-item-image {
    width: 720px;
    height: 405px;
    margin-right: 50px;
  }

  .section-treasia-come .come-item-description {
    max-width: 320px;
    font-size: 24px;
    margin-top: 68px;
  }

  .section-treasia-come .come-item-content {
    max-width: 330px;
    margin-top: 50px;
  }

  .section-treasia-come .come-item-number {
    font-size: 65px;
  }

  .section-treasia-come .come-item-title {
    font-size: 24px;
  }

  .section-treasia-come .button-treasia-common {
    margin-top: 130px;
  }
}

@media print,
screen and (min-width: 0) and (max-width: 768px) {
  .section-treasia-come {
    padding: 20px 0 50px;
  }

  .section-treasia-come .come-title {
    font-size: 22px;
    line-height: 1.5;
  }

  .section-treasia-come .text-common {
    margin-bottom: 50px;
  }

  .section-treasia-come .come-list {
    padding: 0 20px;
  }

  .section-treasia-come .come-item {
    margin-bottom: 50px;
  }

  .section-treasia-come .come-item-image {
    width: 100%;
    margin-bottom: 10px;
  }

  .section-treasia-come .come-item-description {
    font-size: 16px;
  }

  .section-treasia-come .come-item-number {
    font-size: 50px;
    line-height: .8;
  }

  .section-treasia-come .come-item-title {
    font-size: 18px;
  }

  .section-treasia-come .button-treasia-common {
    margin-top: 30px;
  }

  .section-treasia-come .block-horo {
    margin-bottom: 50px;
    padding-top: 50px;
  }

  .section-treasia-come .block-horo .text-common {
    margin-bottom: 30px;
  }

  .section-treasia-come .block-horo .horo-text {
    font-size: 22px;
  }

  .section-treasia-come .block-horo .image-text {
    margin-bottom: 30px;
  }

}

.section-treasia-design {
  background-color: #F7F7F7;
}

.section-treasia-design img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-treasia-design .design-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px;
}

.section-treasia-design .product-item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #251E1C;
}

.section-treasia-design .design-item {
  cursor: pointer;
  overflow: hidden;
  margin: 0 6px 12px;
}

.section-treasia-design .design-item:hover .design-item-image {
  transform: scale(1.1);
}

.section-treasia-design .design-item-image {
  transition: transform .3s ease;
}

.section-treasia-design .banner-content {
  text-align: center;
  background-color: #707070;
  color: #fff;
}

.section-treasia-design .banner-heading {
  font-size: 30px;
  font-weight: 500;
  line-height: calc(44.5 / 30);
  margin-bottom: 13px;
  font-family: "Cormorant", serif;
}

.section-treasia-design .banner-text {
  font-size: 24px;
  letter-spacing: .1em;
  line-height: calc(36 / 24);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.section-treasia-design .product-heading {
  font-size: 20px;
  letter-spacing: .1em;
  line-height: calc(30 / 20);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-bottom: 10px;
}

.section-treasia-design .product-list {
  display: flex;
  flex-wrap: wrap;
}

.section-treasia-design .product-text {
  font-size: 14px;
  line-height: calc(28 / 14);
  text-align: center;
  margin-bottom: 22px;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
}

.section-treasia-design .product-item-image {
  margin-bottom: 5px;
}

.section-treasia-design .button-treasia-common {
  margin-top: 25px;
}

.section-treasia-design .button-treasia-common a {
  padding-left: 25px;
}

.section-treasia-design .design-modal .modal-cell {
  padding: 0;
}

.section-treasia-design .design-modal .modal-inner {
  max-width: unset;
}

.section-treasia-design .design-modal .modal-window {
  max-width: 1000px;
  width: 95vw;
  height: 100%;
  background: #fff;
  max-height: 100vh;
}

.section-treasia-design .design-modal .modal-body {
  height: 100%;
  position: relative;
}

.section-treasia-design .design-modal .modal-text {
  background: #fff;
  position: absolute;
  z-index: 2;
  padding: 18px 38px;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .16em;
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .section-treasia-design {
    padding: 119px 0 84px;
  }

  .section-treasia-design .text-common {
    margin-bottom: 92px;
  }

  .section-treasia-design .design-background {
    display: flex;
    width: max-content;
    margin-bottom: 80px;
  }

  .section-treasia-design .background-image {
    width: max(100vw , 1200px);
    height: 100vh;
  }

  .section-treasia-design .background-image img {
    object-fit: cover;
    object-position: top;
  }

  .section-treasia-design .design-inner {
    max-width: 1174px;
    margin: 0 auto;
    padding: 81px 10px 0;
  }

  .section-treasia-design .design-list {
    margin-bottom: 87px;
  }

  .section-treasia-design .design-item {
    width: 374px;
    height: 304px;
  }

  .section-treasia-design .modal-design-content {
    height: 608px;
  }

  .section-treasia-design .design-contact {
    display: flex;
    justify-content: center;
    margin-bottom: 135px;
  }

  .section-treasia-design .design-contact .contact-item {
    margin: 0 25px;
  }

  .section-treasia-design .shelf-banner {
    display: flex;
    width: 980px;
    margin: 0 auto 43px;
    justify-content: stretch;
  }

  .section-treasia-design .banner-content {
    width: calc(100% - 634px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
  }

  .section-treasia-design .banner-image {
    width: 634px;
  }

  .section-treasia-design .product-list {
    justify-content: center;
  }

  .section-treasia-design .product-item {
    margin: 0 20px 20px 20px;
    width: 272px;
  }

  .section-treasia-design .product-item-image {
    height: 210px;
  }

  .section-treasia-design .design-modal .modal-body {
    height: 650px;
  }

  .section-treasia-design .design-modal .modal-body img {
    height: calc(100% - 50px);
  }
}

@media print,
screen and (min-width: 0) and (max-width: 768px) {
  .section-treasia-design {
    padding: 50px 0;
  }

  .section-treasia-design .text-common {
    margin-bottom: 30px;
  }

  .section-treasia-design .design-background {
    margin-bottom: 20px;
  }

  .section-treasia-design .design-inner {
    padding: 0 15px;
  }

  .section-treasia-design .design-list {
    justify-content: center;
    margin: 0 -10px 30px;
  }

  .section-treasia-design .design-item {
    width: 60%;
  }

  .section-treasia-design .design-contact {
    margin-bottom: 55px;
  }

  .section-treasia-design .button-treasia-common {
    margin-bottom: 20px;
  }

  .section-treasia-design .shelf-banner {
    margin-bottom: 30px;
  }

  .section-treasia-design .banner-content {
    padding: 50px 20px;
  }

  .section-treasia-design .banner-image {
    height: 30vh;
  }

  .section-treasia-design .product-list {
    margin: 0 -10px;
  }

  .section-treasia-design .product-item {
    margin-bottom: 20px;
    width: 50%;
    padding: 0 10px;
  }

  .section-treasia-design .design-modal .modal-text {
    padding: 10px;
    font-size: 14px;
  }

  .section-treasia-design .design-modal .modal-window {
    max-width: 100%;
    width: 95vw;
  }
}

.section-treasia-storage {
  background-color: #F0EFEB;
}

.section-treasia-storage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-treasia-storage .intro-heading {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: .1em;
  font-weight: 300;
  color: #251E1C;
}

.section-treasia-storage .anchor-item {
  text-decoration: none;
  color: #251E1C;
}

.section-treasia-storage .anchor-item span {
  display: block;
  text-align: center;
}

.section-treasia-storage .anchor-text {
  font-family: "Noto Serif JP", serif;
  letter-spacing: .1em;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: -5px;
  padding-bottom: 8px;
  border-bottom: 1px solid #251E1C;
}

.section-treasia-storage .anchor-number {
  font-size: 42px;
  letter-spacing: .02em;
  font-family: "Cormorant", serif;
  line-height: 1.2;
}

.section-treasia-storage .storage-background {
  margin-bottom: 10px;
}

.section-treasia-storage .storage-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-treasia-storage .storage-item-intro {
  background-color: #fff;
  border-radius: 100%;
  width: 250px;
  height: 250px;
  margin: 0 auto -50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 20px 10px;
}

.section-treasia-storage .intro-number {
  letter-spacing: .02em;
  font-family: "Cormorant", serif;
  color: #251E1C;
}

.section-treasia-storage .intro-text {
  font-size: 20px;
  letter-spacing: .1em;
  margin-bottom: 3px;
  font-family: "Noto Serif JP", serif;
  color: #251E1C;
}

.section-treasia-storage .intro-category {
  font-family: "Cormorant", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .1em;
}

.section-treasia-storage .storage-item-image,
.section-treasia-storage .special-image {
  overflow: hidden;
  border-radius: 20px;
}

.section-treasia-storage .storage-item-label,
.section-treasia-storage .storage-item-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.section-treasia-storage .storage-item-label {
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 1px 20px;
  letter-spacing: .1em;
  font-size: 18px;
  margin-bottom: 13px;
}

.section-treasia-storage .storage-item-title {
  font-size: 24px;
  letter-spacing: .1em;
  line-height: calc(36 / 24);
  border-bottom: 1px solid #251E1C;
  padding-bottom: 25px;
  margin-bottom: 23px;
}

.section-treasia-storage .storage-item-text {
  font-size: 14px;
  line-height: calc(28 / 14);
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
}

.section-treasia-storage .storage-special {
  background-color: #fff;
  border-radius: 0 60px 0 60px;
  overflow: hidden;
}

.section-treasia-storage .storage-special .storage-button {
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 20px;
}

.section-treasia-storage .special-intro {
  font-size: 24px;
  line-height: calc(36 / 24);
  color: #251E1C;
}

.section-treasia-storage .special-heading,
.section-treasia-storage .special-intro {
  font-family: "Noto Serif JP", serif;
  letter-spacing: .1em;
  font-weight: 500;
  text-align: center;
}

.section-treasia-storage .special-heading {
  font-size: 18px;
  line-height: calc(30 / 18);
}

.section-treasia-storage .special-text {
  font-size: 14px;
  line-height: calc(28 / 14);
  text-align: center;
  font-weight: 300;
  color: #251E1C;
  font-family: "Noto Sans JP", sans-serif;
}

.section-treasia-storage .storage-item-slide .slick-list {
  padding: 0;
}

.section-treasia-storage .storage-item-slide .slick-track-wrapper {
  background: none;
  padding: 0;
}

.section-treasia-storage .storage-item-slide .m-slide-01 {
  margin: 0;
}

.section-treasia-storage .slick-next {
  right: unset;
  left: 769px;
}

@media print,
screen and (min-width: 769px) and (max-width: 1350px) {
  .section-treasia-storage .slick-next {
    left: 675px;
  }
}

.section-treasia-storage .slick-prev {
  left: 0;
  transform: translateY(-50%) rotate(-180deg);
}

.section-treasia-storage .slick-arrow {
  width: 46px;
  height: 46px;
  background: url(/img/product/system_kitchen/treasia/storage_icn_arrow.png) center/cover no-repeat;
  z-index: 2;
}

.section-treasia-storage .slick-arrow.slick-disabled {
  pointer-events: none;
}

.section-treasia-storage .slick-arrow::before {
  content: unset;
}

.section-treasia-storage .storage-item-inner {
  color: #251E1C;
}

.section-treasia-storage .storage-button {
  width: 230px;
  min-height: 45px;
  background-color: #707070;
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 16px;
  letter-spacing: .1em;
  padding: 6px 20px 4px;
  text-align: center;
  border-radius: 25px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  transition: all .3s ease;
  border: 1px solid #707070;
  margin-top: 20px;
}

.section-treasia-storage .storage-button:hover {
  background-color: #fff;
  color: #707070;
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .section-treasia-storage {
    padding: 118px 0 110px;
  }

  .section-treasia-storage .glb-content {
    max-width: 1086px;
  }

  .section-treasia-storage .text-common {
    margin-bottom: 74px;
  }

  .section-treasia-storage .intro-heading {
    margin-bottom: 122px;
    font-size: 42px;
    line-height: calc(68 / 50);
  }

  .section-treasia-storage .storage-background {
    max-width: 1650px;
    margin: 0 auto 140px;
  }

  .section-treasia-storage .intro-number {
    font-size: 66px;
    line-height: .7;
    margin-bottom: 22px;
  }

  .section-treasia-storage .anchor-item {
    margin: 0 140px;
    max-width: 180px;
  }

  .section-treasia-storage .storage-list {
    margin-bottom: 131px;
  }

  .section-treasia-storage .storage-item {
    margin-bottom: 63px;
  }

  .section-treasia-storage .storage-item.is-reverse .storage-item-content {
    flex-direction: row-reverse;
  }

  .section-treasia-storage .storage-item.is-reverse .storage-item-inner {
    margin-right: 0;
    margin-right: 50px;
  }

  .section-treasia-storage .storage-item-content {
    display: flex;
    align-items: center;
  }

  .section-treasia-storage .storage-item-inner {
    margin-left: 50px;
    margin-top: 32px;
  }

  .section-treasia-storage .storage-item-image,
  .section-treasia-storage .storage-item-slide {
    width: 720px;
    flex-shrink: 0;
  }

  .section-treasia-storage .storage-item-image {
    height: 405px;
  }

  .section-treasia-storage .storage-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .section-treasia-storage .storage-item-slide {
    overflow: hidden;
    border-radius: 20px;
    margin-right: -425px;
    width: 1137px;
  }

  .section-treasia-storage .slick-slide {
    margin-right: 145px;
  }

  .section-treasia-storage .storage-item-label {
    width: 310px;
    min-height: 35px;
  }

  .section-treasia-storage .storage-special {
    padding: 43px 170px 36px;
    margin: 0 -7px;
  }

  .section-treasia-storage .special-image {
    width: 720px;
    margin: 0 auto 20px;
  }

  .section-treasia-storage .special-intro {
    margin-bottom: 26px;
  }

  .section-treasia-storage .special-heading {
    margin-bottom: 11px;
  }
}

@media print,
screen and (min-width: 0) and (max-width: 768px) {
  .section-treasia-storage {
    padding: 60px 0;
  }

  .section-treasia-storage .intro-heading {
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 30px;
  }

  .section-treasia-storage .intro-number {
    font-size: 45px;
    margin-bottom: -10px;
  }

  .section-treasia-storage .storage-background {
    margin-bottom: 50px;
  }

  .section-treasia-storage .anchor-item {
    margin-bottom: 20px;
    text-align: center;
  }

  .section-treasia-storage .anchor-item .anchor-text {
    display: inline-block;
  }

  .section-treasia-storage .storage-item {
    margin-bottom: 50px;
  }

  .section-treasia-storage .storage-item-image,
  .section-treasia-storage .special-image {
    height: 25vh;
    margin-bottom: 30px;
  }

  .section-treasia-storage .storage-special {
    padding: 35px 20px;
  }

  .section-treasia-storage .special-intro {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .section-treasia-storage .special-text {
    font-size: 15px;
  }

  .section-treasia-storage .special-heading {
    margin-bottom: 24px;
  }

  .section-treasia-storage .slick-next {
    left: unset;
    right: 0;
  }

  .section-treasia-storage .slick-arrow {
    top: 44%;
    width: 36px;
    height: 36px;
  }

  .section-treasia-storage .storage-button {
    margin: 20px auto 0;
  }
}

.section-treasia-comfort {
  background: #fff;
}

.section-treasia-comfort .intro-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: .1em;
  text-align: center;
  color: #251E1C;
}

.section-treasia-comfort .comfort-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-treasia-comfort .comfort-item {
  text-align: center;
}

.section-treasia-comfort .comfort-image img {
  object-fit: cover;
}

.section-treasia-comfort .comfort-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: calc(36 / 24);
  margin-bottom: 20px;
}

.section-treasia-comfort .comfort-button {
  width: 230px;
  min-height: 45px;
  background-color: #707070;
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: .1em;
  padding: 6px 20px 4px;
  text-align: center;
  border-radius: 25px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  transition: all .3s ease;
  border: 1px solid #707070;
}

.section-treasia-comfort .comfort-button:hover {
  background-color: #fff;
  color: #707070;
}

.section-treasia-comfort .comfort-text {
  line-height: calc(28 / 14);
  color: #251E1C;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.section-treasia-comfort .comfort-number {
  width: 74px;
  margin: 0 auto;
}

.section-treasia-comfort .comfort-item-content {
  background-color: #F0EFEB;
}

.section-treasia-comfort .comfort-item-wrapper {
  display: flex;
  position: relative;
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .section-treasia-comfort {
    padding: 114px 0 262px;
  }

  .section-treasia-comfort .intro-heading {
    margin-bottom: 118px;
    font-size: 42px;
    line-height: calc(68 / 50);
  }

  .section-treasia-comfort .text-common {
    margin-bottom: 75px;
  }

  .section-treasia-comfort .comfort-background {
    max-width: 1650px;
    margin: 0 auto 53px;
  }

  .section-treasia-comfort .comfort-title {
    font-size: 24px;
  }

  .section-treasia-comfort .comfort-number {
    margin-bottom: 41px;
  }

  .section-treasia-comfort .comfort-image {
    max-width: 760px;
    height: 480px;
    position: absolute;
    left: 50%;
  }

  .section-treasia-comfort .comfort-item {
    margin-bottom: 213px;
  }

  .section-treasia-comfort .comfort-item:first-child {
    margin-bottom: 98px;
  }

  .section-treasia-comfort .comfort-item:last-child {
    margin-bottom: 0;
  }

  .section-treasia-comfort .comfort-item:nth-child(2) .comfort-image {
    height: 520px;
  }

  .section-treasia-comfort .comfort-item.is-reverse {
    flex-direction: row-reverse;
  }

  .section-treasia-comfort .comfort-item.is-reverse .comfort-image {
    right: unset;
    left: calc(50% - 639px);
    bottom: -35px;
  }

  .section-treasia-comfort .comfort-item.is-reverse .comfort-item-content {
    padding-left: 526px;
    padding-right: 100px;
    justify-content: flex-start;
    margin-left: auto;
  }

  .section-treasia-comfort .comfort-item-content {
    width: calc(50% + 492px);
    min-height: 450px;
    position: relative;
    top: 133px;
    padding: 58px 524px 58px 100px;
    display: flex;
    justify-content: flex-end;
  }

  .section-treasia-comfort .comfort-button {
    margin-top: 45px;
  }
}

@media print,
screen and (min-width: 0) and (max-width: 768px) {
  .section-treasia-comfort {
    padding: 60px 0 80px;
  }

  .section-treasia-comfort .text-common {
    margin-bottom: 20px;
  }

  .section-treasia-comfort .comfort-inner {
    padding: 0 20px;
  }

  .section-treasia-comfort .comfort-title {
    font-size: 20px;
  }

  .section-treasia-comfort .comfort-background {
    margin-bottom: 30px;
  }

  .section-treasia-comfort .intro-heading {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 1.4;
  }

  .section-treasia-comfort .comfort-number {
    margin-bottom: 20px;
  }

  .section-treasia-comfort .comfort-text {
    margin-bottom: 25px;
    font-size: 15px;
  }

  .section-treasia-comfort .comfort-item {
    margin-bottom: 70px;
  }

  .section-treasia-comfort .comfort-item:last-child {
    margin-bottom: 0;
  }

  .section-treasia-comfort .comfort-item-content {
    padding: 50px 20px;
  }

  .section-treasia-comfort .comfort-image {
    height: 30vh;
  }

  .section-treasia-comfort .comfort-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .section-treasia-comfort .comfort-item-wrapper {
    flex-direction: column-reverse;
  }
}

.section-treasia-movie {
  background-color: #eee;
}

.section-treasia-movie .movie-modal-wrap {
  border: 1px solid #989898;
}

.section-treasia-movie .movie-modal-wrap img {
  object-fit: cover;
}

.section-treasia-movie .movie-modal-wrap .ico-movie {
  bottom: -20px;
  right: -10px;
  left: unset;
  top: unset;
}

.section-treasia-movie .movie-modal-wrap .ico-movie:first-child {
  display: none;
}

.section-treasia-movie .button-treasia-common {
  margin: 0 auto;
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .section-treasia-movie {
    padding: 117px 0 105px;
  }

  .section-treasia-movie .text-common {
    margin-bottom: 75px;
  }

  .section-treasia-movie .movie-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -50px 60px;
  }

  .section-treasia-movie .movie-item {
    height: 255px;
    margin: 0 35px 20px;
    width: calc(50% - 73px);
  }
}

@media print,
screen and (min-width: 0) and (max-width: 768px) {
  .section-treasia-movie {
    padding: 60px 0;
  }

  .section-treasia-movie .movie-list {
    margin-bottom: 40px;
  }

  .section-treasia-movie .movie-item {
    margin-bottom: 20px;
  }

  .section-treasia-movie .movie-modal-wrap .ico-movie {
    bottom: 10px;
    right: 10px;
    left: unset;
    top: unset;
    width: 50px !important;
    transform: unset;
  }

  .section-treasia-movie .movie-modal-wrap img {
    height: auto;
  }
}

.section-treasia-voice .voice-content {
  font-family: "Noto Serif JP", serif;
  letter-spacing: .1em;
  font-weight: 500;
  text-align: center;
  padding: 15px 30px 23px;
}

.section-treasia-voice .content-large {
  font-size: 20px;
  line-height: calc(34.13 / 20);
  margin-bottom: 2px;
}

.section-treasia-voice .content-small {
  font-size: 14px;
}

.section-treasia-voice .voice-link {
  border: 1px solid #989898;
  display: block;
  text-decoration: none;
  color: #251E1C;
}

.section-treasia-voice .voice-image {
  width: 100%;
}

.section-treasia-voice .voice-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-treasia-voice .voice-list {
  display: flex;
  flex-wrap: wrap;
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .section-treasia-voice {
    padding: 128px 0;
  }

  .section-treasia-voice .text-common {
    margin-bottom: 71px;
  }

  .section-treasia-voice .voice-list {
    margin: 0 -20px;
  }

  .section-treasia-voice .voice-item {
    margin: 0 10px;
  }

  .section-treasia-voice .voice-link {
    width: 480px;
  }

  .section-treasia-voice .voice-image {
    height: 270px;
  }
}

@media print,
screen and (min-width: 0) and (max-width: 768px) {
  .section-treasia-voice {
    padding: 60px 0;
  }

  .section-treasia-voice .voice-item {
    margin-bottom: 25px;
    width: 100%;
  }

  .section-treasia-voice .voice-content {
    padding: 15px 15px 23px;
  }
}

.section-treasia-catalog {
  background-color: #fff;
}

.section-treasia-catalog .catalog-text {
  font-family: "Noto Serif JP", serif;
  letter-spacing: .1em;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  color: #251E1C;
}

.section-treasia-catalog .catalog-link {
  display: block;
  margin: 0 auto;
  border: 1px solid #989898;
  width: 232px;
  margin-bottom: 35px;
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .section-treasia-catalog {
    padding: 119px 0 136px;
  }

  .section-treasia-catalog .text-common {
    margin-bottom: 40px;
  }

  .section-treasia-catalog .catalog-text {
    margin-bottom: 70px;
  }
}

@media print,
screen and (min-width: 0) and (max-width: 768px) {
  .section-treasia-catalog {
    padding: 20px 0 60px;
  }

  .section-treasia-catalog .catalog-link {
    margin-bottom: 20px;
  }

  .section-treasia-catalog .catalog-text {
    margin-bottom: 40px;
  }

  .section-treasia-catalog .text-common {
    font-size: 15px;
  }
}

.section-treasia-lineup {
  background-color: #eee;
}

.section-treasia-lineup .lineup-link {
  display: block;
  height: 100%;
}

.section-treasia-lineup .lineup-title {
  text-align: center;
}

.section-treasia-lineup .lineup-image {
  margin-bottom: 14px;
}

.section-treasia-lineup .lineup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .section-treasia-lineup {
    padding: 117px 0 124px;
  }

  .section-treasia-lineup .lineup-list {
    display: flex;
    margin-bottom: 92px;
  }

  .section-treasia-lineup .lineup-item {
    margin: 0 30px;
  }

  .section-treasia-lineup .lineup-image {
    width: 100%;
    height: 295px;
  }

  .section-treasia-lineup .lineup-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .section-treasia-lineup .lineup-link {
    width: 355px;
  }
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) and (min-width: 769px) and (max-width: 1300px) {
  .section-treasia-lineup .lineup-link {
    width: 100%;
  }
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .section-treasia-lineup .glb-content {
    max-width: 1257px;
  }

  .section-treasia-lineup .text-common {
    margin-bottom: 57px;
  }
}

@media print,
screen and (min-width: 0) and (max-width: 768px) {
  .section-treasia-lineup {
    padding: 60px 0;
  }

  .section-treasia-lineup .lineup-item {
    margin-bottom: 50px;
  }

  .section-treasia-lineup .lineup-title {
    max-width: 180px;
    margin: 0 auto;
  }

  .section-treasia-lineup .lineup-title img {
    height: auto;
  }
}

.section-treasia-showroom {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  background: url(/img/product/system_kitchen/treasia/showroom_bg.jpg) center/cover no-repeat;
  color: #fff;
  text-align: center;
}

.section-treasia-showroom .showroom-title {
  font-family: "Cormorant", serif;
  font-weight: 500;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: 29px;
  line-height: 1.5;
}

.section-treasia-showroom .showroom-title::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 125px;
  height: 1px;
  border-bottom: 1px solid #fff;
}

.section-treasia-showroom .showroom-text {
  letter-spacing: .16em;
}

.section-treasia-showroom .showroom-head {
  letter-spacing: .1em;
  line-height: calc(58 / 30);
}

.section-treasia-showroom .showroom-description {
  letter-spacing: .1em;
  line-height: 2;
}

.section-treasia-showroom .button-treasia-common {
  margin: 0 auto;
}

.section-treasia-showroom .button-treasia-common:hover a {
  transform: translate(11px, 12px);
}

.section-treasia-showroom .button-treasia-common::before {
  top: 12px;
  right: -11px;
}

.section-treasia-showroom .button-treasia-common a {
  letter-spacing: .1em;
  justify-content: center;
}

.section-treasia-showroom .button-treasia-common a::after {
  content: unset;
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .section-treasia-showroom {
    padding: 50px 0 92px;
    margin-bottom: 126px;
  }

  .section-treasia-showroom .showroom-title {
    font-size: 70px;
  }

  .section-treasia-showroom .showroom-text {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .section-treasia-showroom .showroom-inner {
    display: flex;
    justify-content: space-between;
  }

  .section-treasia-showroom .showroom-image {
    width: 563px;
    margin-right: 20px;
    margin-left: -98px;
  }

  .section-treasia-showroom .showroom-content {
    flex: 1;
    margin-top: 92px;
    margin-right: -42px;
  }

  .section-treasia-showroom .showroom-head {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .section-treasia-showroom .showroom-description {
    font-size: 18px;
    margin-bottom: 32px;
  }

  .section-treasia-showroom .button-treasia-common {
    width: 470px;
    left: -10px;
  }

  .section-treasia-showroom .button-treasia-common a {
    min-height: 70px;
    font-size: 20px;
  }
}

@media print,
screen and (min-width: 0) and (max-width: 768px) {
  .section-treasia-showroom {
    padding: 20px 0 50px;
  }

  .section-treasia-showroom .showroom-title {
    font-size: 40px;
  }

  .section-treasia-showroom .showroom-text {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .section-treasia-showroom .showroom-image {
    width: 100%;
    margin-bottom: 20px;
  }

  .section-treasia-showroom .showroom-head {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .section-treasia-showroom .showroom-description {
    font-size: 16px;
    margin-bottom: 32px;
  }

  .section-treasia-showroom .button-treasia-common a {
    padding: 14px 20px;
  }
}

.section-treasia-price {
  background: #eee;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.section-treasia-price .price-inner {
  background: #fff;
}

.section-treasia-price .price-head {
  text-align: center;
  background: #ebebeb;
  color: #251e1c;
  line-height: 1.5;
  letter-spacing: .16em;
}

.section-treasia-price .price-block {
  border-left: 1px solid #989898;
  border-top: 1px solid #989898;
  color: #251E1C;
}

.section-treasia-price .price-label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: .1em;
  border: 1px solid #989898;
  border-radius: 20px;
}

.section-treasia-price .price-label span {
  margin-top: 2px;
}

.section-treasia-price .price-text {
  letter-spacing: .1em;
}

.section-treasia-price .image-text {
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.section-treasia-price .detail-item-text,
.section-treasia-price .column-head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.section-treasia-price .detail-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-treasia-price .column-head {
  border-bottom: 1px solid #989898;
}

.section-treasia-price .column-row {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.section-treasia-price .column-label {
  background: #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: .1em;
}

.section-treasia-price .column-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.section-treasia-price .column-content span {
  position: relative;
  top: 1px;
}

.section-treasia-price .text-note {
  font-weight: 300;
  color: #251E1C;
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
}

.section-treasia-price .price-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border: 1px solid #000;
  border-radius: 30px;
  text-decoration: none;
  position: relative;
  letter-spacing: .1em;
  color: #251e1c;
  transition: all .3s ease;
}

.section-treasia-price .price-button::before,
.section-treasia-price .price-button::after {
  position: absolute;
  content: "";
  top: 50%;
  background: center/contain no-repeat;
  transition: all .3s ease;
}

.section-treasia-price .price-button:hover {
  background: #707070;
  color: #fff;
  border-color: #707070;
}

.section-treasia-price .price-button:hover::before {
  opacity: 0;
}

.section-treasia-price .price-button:hover::after {
  opacity: 1;
}

.section-treasia-price .price-button::before {
  background-image: url(/img/product/system_kitchen/treasia/price_icn_black.png);
}

.section-treasia-price .price-button::after {
  background-image: url(/img/product/system_kitchen/treasia/price_icn_white.png);
  opacity: 0;
}

.section-treasia-price .detail-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .section-treasia-price {
    padding: 118px 0 109px;
  }

  .section-treasia-price .glb-content {
    max-width: 1320px;
  }

  .section-treasia-price .title-common {
    margin-bottom: 40px;
  }

  .section-treasia-price .text-common {
    margin-bottom: 39px;
  }

  .section-treasia-price .price-inner {
    padding: 44px 40px 110px;
  }

  .section-treasia-price .price-head {
    padding: 12px 20px;
    font-size: 28px;
    margin-bottom: 34px;
  }

  .section-treasia-price .price-block {
    margin: 0 auto;
    max-width: 1090px;
    padding: 46px 34px 0 49px;
    margin-bottom: 50px;
    position: relative;
    left: 4px;
  }

  .section-treasia-price .price-top {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }

  .section-treasia-price .price-label {
    width: 500px;
    min-height: 43px;
    padding: 3px 20px;
    font-size: 24px;
    margin-right: 35px;
  }

  .section-treasia-price .price-label span {
    font-size: 16px;
    margin-left: 9px;
  }

  .section-treasia-price .price-text {
    flex: 1;
    font-size: 18px;
    line-height: calc(26 / 18);
  }

  .section-treasia-price .price-detail {
    display: flex;
    margin-bottom: 20px;
  }

  .section-treasia-price .detail-left {
    width: 500px;
    margin-right: 35px;
  }

  .section-treasia-price .price-image {
    margin-bottom: 5px;
  }

  .section-treasia-price .image-text {
    font-size: 14px;
  }

  .section-treasia-price .detail-right {
    flex: 1;
  }

  .section-treasia-price .detail-title {
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: -9px;
  }

  .section-treasia-price .detail-list {
    display: flex;
    flex-wrap: wrap;
  }

  .section-treasia-price .detail-item {
    width: 136px;
    margin-right: 20px;
    margin-bottom: 12px;
  }

  .section-treasia-price .detail-item-image {
    width: 136px;
    height: 120px;
    margin-bottom: 10px;
  }

  .section-treasia-price .detail-item-text {
    font-size: 14px;
    line-height: calc(18 / 14);
  }

  .section-treasia-price .price-bottom {
    display: flex;
    justify-content: space-between;
    margin-right: -25px;
  }

  .section-treasia-price .price-column {
    width: 490px;
  }

  .section-treasia-price .column-head {
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 25px;
    line-height: 1.5;
  }

  .section-treasia-price .column-row {
    margin-bottom: 13px;
  }

  .section-treasia-price .column-row:last-child {
    margin-bottom: 10px;
  }

  .section-treasia-price .column-label {
    width: 130px;
    min-height: 40px;
    margin-right: 15px;
    font-size: 16px;
    padding: 2px 10px;
  }

  .section-treasia-price .column-content {
    flex: 1;
    font-size: 24px;
  }

  .section-treasia-price .column-content span {
    font-size: 14px;
  }

  .section-treasia-price .text-note {
    margin-top: -17px;
    margin-right: 116px;
    font-size: 14px;
  }

  .section-treasia-price .price-button {
    margin: 68px auto 0;
    width: 490px;
    min-height: 60px;
    padding: 3px 76px 3px 32px;
    font-size: 20px;
  }

  .section-treasia-price .price-button::before,
  .section-treasia-price .price-button::after {
    right: 30px;
    width: 46px;
    height: 11px;
    margin-top: -7px;
  }
}

@media print,
screen and (min-width: 0) and (max-width: 768px) {
  .section-treasia-price {
    padding: 50px 0;
  }

  .section-treasia-price .title-common {
    margin-bottom: 20px;
  }

  .section-treasia-price .text-common {
    margin-bottom: 20px;
  }

  .section-treasia-price .price-inner {
    padding: 22px 20px;
  }

  .section-treasia-price .price-head {
    padding: 10px 15px;
    font-size: 24px;
    margin-bottom: 34px;
    line-height: 1.5;
  }

  .section-treasia-price .price-block {
    margin: 0 auto;
    padding: 25px 20px 0 20px;
    margin-bottom: 50px;
  }

  .section-treasia-price .price-top {
    margin-bottom: 20px;
  }

  .section-treasia-price .price-label {
    padding: 3px 10px 5px;
    font-size: 17px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
  }

  .section-treasia-price .price-label span {
    font-size: 14px;
    margin-top: 4px;
    display: block;
  }

  .section-treasia-price .price-text {
    font-size: 15px;
    line-height: calc(26 / 18);
  }

  .section-treasia-price .price-detail {
    margin-bottom: 20px;
  }

  .section-treasia-price .detail-left {
    margin-bottom: 30px;
  }

  .section-treasia-price .price-image {
    margin-bottom: 5px;
  }

  .section-treasia-price .image-text {
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
  }

  .section-treasia-price .detail-title {
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: -9px;
  }

  .section-treasia-price .detail-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
  }

  .section-treasia-price .detail-item {
    width: 120px;
    margin: 0 10px 12px;
  }
}

@media print,
screen and (min-width: 0) and (max-width: 768px) and (min-width: 0) and (max-width: 374px) {
  .section-treasia-price .detail-item {
    width: calc(50% - 20px);
  }
}

@media print,
screen and (min-width: 0) and (max-width: 768px) {
  .section-treasia-price .detail-item-image {
    width: 120px;
    height: 110px;
    max-width: 100%;
    margin-bottom: 5px;
  }
}

@media print,
screen and (min-width: 0) and (max-width: 768px) and (min-width: 0) and (max-width: 374px) {
  .section-treasia-price .detail-item-image {
    height: auto;
  }
}

@media print,
screen and (min-width: 0) and (max-width: 768px) {
  .section-treasia-price .detail-item-text {
    font-size: 14px;
    line-height: calc(18 / 14);
  }

  .section-treasia-price .price-bottom {
    margin-right: -25px;
  }

  .section-treasia-price .price-column {
    margin-bottom: 20px;
  }

  .section-treasia-price .column-head {
    font-size: 17px;
    padding-bottom: 14px;
    margin-bottom: 25px;
  }

  .section-treasia-price .column-row {
    margin-bottom: 13px;
  }

  .section-treasia-price .column-row:last-child {
    margin-bottom: 10px;
  }

  .section-treasia-price .column-label {
    width: 100px;
    min-height: 30px;
    margin-right: 10px;
    font-size: 14px;
    padding: 2px 5px;
  }

  .section-treasia-price .column-content {
    flex: 1;
    font-size: 15px;
    flex-wrap: wrap;
  }

  .section-treasia-price .column-content span {
    font-size: 13px;
  }

  .section-treasia-price .text-note {
    font-size: 12px;
    line-height: 1.5;
  }

  .section-treasia-price .price-button {
    margin: 30px auto 0;
    max-width: 300px;
    min-height: 40px;
    padding: 5px 45px 5px 22px;
    font-size: 14px;
  }

  .section-treasia-price .price-button::before,
  .section-treasia-price .price-button::after {
    right: 15px;
    width: 23px;
    height: 6px;
    margin-top: -3px;
  }
}

.section-treasia-product {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  background: #fff;
}

.section-treasia-product .product-item {
  cursor: pointer;
}

.section-treasia-product .product-item-image {
  width: 100%;
}

.section-treasia-product .product-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-treasia-product .product-item-text {
  text-align: center;
  letter-spacing: .06em;
  color: #251E1C;
}

.section-treasia-product .product-modal .modal-cell {
  padding: 0;
}

.section-treasia-product .product-modal .modal-inner {
  max-width: unset;
  height: 100%;
}

.section-treasia-product .product-modal .modal-window {
  width: 100%;
  max-width: unset;
  max-height: 100vh;
  background: #fff;
  height: 100%;
}

.section-treasia-product .product-modal .modal-close {
  background: #fff;
  border: 1px solid #000;
}

.section-treasia-product .product-modal .modal-close::before,
.section-treasia-product .product-modal .modal-close::after {
  background: #000;
  width: 20px;
}

.section-treasia-product .modal-title {
  border-left: 3px solid #9e9257;
}

.section-treasia-product .related-link {
  color: #000;
  text-decoration: none;
  display: block;
}

.section-treasia-product .link-title {
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
}

@media print,
screen and (min-width: 769px) and (max-width: 9999px) {
  .section-treasia-product {
    padding: 97px 0 134px;
  }

  .section-treasia-product .glb-content {
    max-width: 1300px;
  }

  .section-treasia-product .title-common {
    padding-bottom: 22px;
  }

  .section-treasia-product .product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .section-treasia-product .product-item {
    width: 355px;
    margin: 0 30px;
  }

  .section-treasia-product .product-item-image {
    height: 395px;
    margin-bottom: 7px;
  }

  .section-treasia-product .product-item-text {
    font-size: 24px;
  }

  .section-treasia-product .product-modal .modal-body {
    max-width: 980px;
    padding: 100px 10px;
    margin: 0 auto;
  }

  .section-treasia-product .product-modal .modal-close {
    top: 50px;
    right: 50px;
  }

  .section-treasia-product .modal-title {
    padding: 1px 0 0 5px;
    margin: 0 0 25px -1px;
    font-size: 2.6rem;
    line-height: calc(20 / 15);
  }

  .section-treasia-product .related-list {
    display: flex;
    flex-wrap: wrap;
  }

  .section-treasia-product .related-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 25px;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .section-treasia-product .link-title {
    min-height: 44px;
    padding-top: 10px;
    font-size: 1.8rem;
    line-height: calc(18 / 15);
    display: flex;
    align-items: center;
  }
}

@media print,
screen and (min-width: 0) and (max-width: 768px) {
  .section-treasia-product {
    padding: 50px 0;
  }

  .section-treasia-product .title-common {
    padding-bottom: 22px;
  }

  .section-treasia-product .product-list {
    padding: 0 20px;
  }

  .section-treasia-product .product-item {
    margin: 0 0 30px;
  }

  .section-treasia-product .product-item-image {
    height: 250px;
    margin-bottom: 10px;
  }

  .section-treasia-product .product-item-text {
    font-size: 16px;
  }

  .section-treasia-product .product-modal .modal-common {
    padding: 0;
  }

  .section-treasia-product .product-modal .modal-body {
    max-width: 90%;
    padding: 60px 10px;
    margin: 0 auto;
  }

  .section-treasia-product .product-modal .modal-close {
    top: 20px;
    right: 20px;
  }

  .section-treasia-product .modal-title {
    padding: 1px 0 0 5px;
    margin: 0 0 25px -1px;
    font-size: 2.6rem;
    line-height: calc(20 / 15);
  }

  .section-treasia-product .related-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
  }

  .section-treasia-product .related-item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .section-treasia-product .link-title {
    padding-top: 10px;
    font-size: 14px;
    line-height: calc(18 / 15);
    text-align: center;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
