@charset "UTF-8";
/* ==========================================================
 html5 elements
========================================================== */
article, aside, figure, figcaption, footer, header, nav, section, main {
  display: block;
}

/* ==========================================================
 reseting
========================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
@media (max-width: 960px) {
  html {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 520px) {
  html {
    font-size: 1.9230769231vw;
  }
}

body {
  font-family: "Shippori Mincho", "YakuHanMP", YakuHanMP, "Noto Serif JP", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.015em;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  color: #282828;
  overflow-x: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  line-height: 1;
  max-width: 100%;
  width: 100%;
}

button {
  line-height: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* ==========================================================
  base style
========================================================== */
:root {
  --primary: #8E8D5C;
  --select: #B8ADBA;
  --select_dark: #673B6F;
  --design: #B1B8BD;
  --design_dark: #505E68;
  --construct: #AEC8E0;
  --construct_dark: #38526A;
  --sales: #A0B4B1;
  --sales_dark: #3A5E59;
  --support: #B0A39C;
  --support_dark: #684D3F;
}

/* ==========================================================
  rwd
========================================================== */
.pc {
  display: block;
}

.tb {
  display: none !important;
}

.sp {
  display: none !important;
}

.pctb {
  display: block !important;
}

.tbsp {
  display: none !important;
}

@media (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  .pctb {
    display: block !important;
  }
  .tbsp {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .tb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .pctb {
    display: none !important;
  }
  .tbsp {
    display: block !important;
  }
}
/* ==========================================================
  common style
========================================================== */
#wrapper {
  width: 100%;
  position: relative;
  margin: 70px auto 0;
}
@media (max-width: 768px) {
  #wrapper {
    margin: 50px auto 0;
  }
}
#wrapper .inner {
  position: relative;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
#wrapper .crimsonText {
  font-family: "Crimson Text", serif;
}
#wrapper .marcellus {
  font-family: "Marcellus", serif;
}
#wrapper figure {
  position: relative;
}
#wrapper figure .cap {
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 0 0 3px #282828, 0 0 3px #282828, 0 0 3px #282828;
  position: absolute;
  bottom: 0.5rem;
  right: 0.7rem;
}

.flex {
  display: flex;
}
.flex.flex--row {
  flex-direction: row;
}
.flex.flex--row-reverse {
  flex-direction: row-reverse;
}
.flex.flex--col {
  flex-direction: column;
}
.flex.flex--col-reverse {
  flex-direction: column-reverse;
}
.flex.flex--wrap {
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .flex.md_flex--row {
    flex-direction: row;
  }
  .flex.md_flex--row-reverse {
    flex-direction: row-reverse;
  }
  .flex.md_flex--col {
    flex-direction: column;
  }
  .flex.md_flex--col-reverse {
    flex-direction: column-reverse;
  }
  .flex.md_flex--wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 520px) {
  .flex.sm_flex--row {
    flex-direction: row;
  }
  .flex.sm_flex--row-reverse {
    flex-direction: row-reverse;
  }
  .flex.sm_flex--col {
    flex-direction: column;
  }
  .flex.sm_flex--col-reverse {
    flex-direction: column-reverse;
  }
  .flex.sm_flex--wrap {
    flex-wrap: wrap;
  }
}

/* ==========================================================
  contents
========================================================== */
#wrapper #page-top {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
}
#wrapper #page-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 60px;
  height: 60px;
  background: rgba(40, 40, 40, 0.8);
  transition: opacity 0.3s;
}
#wrapper #page-top a:hover {
  opacity: 0.8;
}
#wrapper #page-top a .page-top__in {
  position: relative;
}
#wrapper #page-top a .page-top__in i {
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #fff #fff transparent;
  position: absolute;
  top: 0;
  right: 45%;
  transform: rotate(-135deg) translateX(-50%);
}
#wrapper #page-top a .page-top__in span {
  display: block;
  font-size: 11px;
  font-family: "Marcellus", serif;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-top: 20px;
}
#wrapper .bg_wavy {
  background: url(../../img/common/mv_bg.png) bottom no-repeat;
  background-size: cover;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #wrapper .bg_wavy {
    background: url(../../img/common/mv_bg.png) top no-repeat;
    background-size: contain;
  }
}
#wrapper .bg_marble {
  background: url(../../img/common/quality_bg.png) center repeat-y;
  background-size: cover;
  width: 100%;
  margin: 0 auto;
}
#wrapper .bg_rainbow {
  background: linear-gradient(to right, #CDC8CE, #CAD0D7, #C2CBCA, #C6C4C1);
  width: 100%;
  margin: 0 auto;
}
#wrapper .btn-arw {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 520px) {
  #wrapper .btn-arw {
    right: 1rem;
  }
}
#wrapper .btn-arw.btn-arw--back {
  right: auto;
  left: 2rem;
  transform: translateY(-50%) rotate(135deg);
}
@media (max-width: 520px) {
  #wrapper .btn-arw.btn-arw--back {
    left: 1rem;
  }
}
#wrapper .note {
  font-size: 1.3rem;
}

/* ==========================================================
  アニメーション
========================================================== */
.fadeIn-load {
  animation: fadeIn-load 1500ms ease-in-out 0ms 1 normal;
}

@keyframes fadeIn-load {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn-load-up {
  animation: fadeIn-load-up 1500ms ease-in-out 0ms 1 normal;
}

@keyframes fadeIn-load-up {
  0% {
    opacity: 0;
    transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.mv_fadeIn-load-up {
  animation: mv_fadeIn-load-up 1500ms ease-in-out 0ms 1 normal;
}

@keyframes mv_fadeIn-load-up {
  0% {
    opacity: 0;
    transform: translate(-50%, -40%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.fadeIn {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}

.fadeIn-up {
  transform: translate(0, 30px);
}

.fadeIn-up-col2 {
  transform: translate(0, 30px);
  transition-delay: 500ms;
}
@media (max-width: 520px) {
  .fadeIn-up-col2 {
    transition-delay: 0ms;
  }
}

.fadeIn-up-col3 {
  transform: translate(0, 30px);
  transition-delay: 1000ms;
}
@media (max-width: 520px) {
  .fadeIn-up-col3 {
    transition-delay: 0ms;
  }
}

.fadeIn-up-col4 {
  transform: translate(0, 30px);
  transition-delay: 1500ms;
}
@media (max-width: 520px) {
  .fadeIn-up-col4 {
    transition-delay: 0ms;
  }
}

.fadeIn--delay {
  transition-delay: 500ms;
}

.scrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

:root {
  --primary: #8e8d5c;
  --secondary: #3c5064;
  --tertiary: #bdbda9;
  --black: #282828;
  --grayBg: #e9ebeb;
  --headline: #a9a995;
}

#collection .p-bg {
  background-image: url(../../../../images/kodate/common/stone_bg.png);
  background-size: cover;
}
#collection .p-main {
  width: 100%;
  height: calc(100svh - 7rem);
  position: relative;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 768px) {
  #collection .p-main {
    height: calc(100svh - 5rem);
  }
}
#collection .p-main__ttlwrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 95%;
  height: 100%;
  max-width: 1200px;
  margin-inline: auto;
  container-type: inline-size;
}
#collection .p-main__ttl {
  font-weight: 500;
  font-size: 5.8cqi;
  font-size: clamp(1.6rem, 5.8cqi, 7rem);
  line-height: 1.25;
  letter-spacing: 0.15em;
}
@media (max-width: 520px) {
  #collection .p-main__ttl {
    font-size: clamp(1.6rem, 10cqi, 7rem);
  }
}
#collection .p-main__txt {
  font-size: 3rem;
}
@media (max-width: 768px) {
  #collection .p-main__txt {
    font-size: 2rem;
  }
}
#collection .p-main__bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
#collection .p-main__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 520px) {
  #collection .p-main__bg img {
    object-position: 15% 50%;
  }
}
#collection .p-main .scroll-indicator {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.2rem;
  height: 6rem;
  z-index: 10;
}
#collection .p-main .scroll-txt {
  font-size: 1.8rem;
  text-align: center;
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translate(-50%, -100%);
}
@media (max-width: 520px) {
  #collection .p-main .scroll-txt {
    font-size: 1.3rem;
  }
}
#collection .p-main .scroll-line {
  width: 0.2rem;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0.1rem;
}
#collection .p-main .scroll-dot {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
  border-radius: 50%;
  animation: scrollMove 2s infinite ease-in-out;
}
@keyframes scrollMove {
  0% {
    top: 0;
    opacity: 1;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    top: 5.5rem;
    opacity: 0;
  }
}
#collection .p-content__tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding: 10rem 0 3rem;
}
@media (max-width: 768px) {
  #collection .p-content__tabs {
    grid-template-columns: repeat(1, 1fr);
  }
}
#collection .p-content__tabs__item {
  color: #fff;
  background: var(--secondary);
  padding: 0.8em;
  font-family: "Shippori Mincho", "YakuHanMP", YakuHanMP, "Noto Serif JP", "ＭＳ Ｐ明朝", serif;
  transition: 0.3s;
}
#collection .p-content__tabs__item.js-active {
  background: #fff;
  color: var(--secondary);
  border: 1px solid var(--secondary);
}
#collection .p-content__tabs__item:hover {
  background: #fff;
  color: var(--secondary);
  border: 1px solid var(--secondary);
}
#collection .p-content__tabs__ttl {
  text-align: center;
  font-weight: 300;
  font-size: 2.8rem;
}
@media (max-width: 960px) {
  #collection .p-content__tabs__ttl {
    font-size: 3.2rem;
  }
}
#collection .p-content__tabs__ttl span {
  line-height: 1.2;
  letter-spacing: 0.15em;
}
#collection .p-content__tabs__ttl small {
  font-size: 0.5em;
  display: block;
}
#collection .p-container {
  max-width: 140rem;
  margin: 0 auto;
  padding-bottom: 10rem;
}
@media (max-width: 520px) {
  #collection .p-container {
    padding-bottom: 5rem;
  }
}
#collection .tab-navigation {
  display: flex;
  gap: 1.5rem;
  padding: 10rem 2.5rem 3rem;
}
@media (max-width: 520px) {
  #collection .tab-navigation {
    gap: 1rem;
    flex-direction: column;
    padding: 5rem 1rem 1.5rem;
  }
}
#collection .tab-button {
  flex: 1;
  padding: 1.5rem;
  background-color: var(--secondary);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-right: 0.1rem solid #fff;
  font-size: 2.8rem;
  font-weight: 300;
}
@media (max-width: 960px) {
  #collection .tab-button {
    font-size: 3.2rem;
  }
}
@media (max-width: 520px) {
  #collection .tab-button {
    font-size: 2rem;
  }
}
#collection .tab-button:last-child {
  border-right: none;
}
#collection .tab-button.active {
  background-color: #fff;
  color: var(--secondary);
  border: 1px solid var(--secondary);
}
#collection .tab-button.active .tab-subtitle {
  opacity: 0.6;
}
#collection .tab-button:hover:not(.active) {
  background-color: #5a6678;
}
@media (max-width: 520px) {
  #collection .tab-button {
    padding: 1.5rem 1rem;
  }
}
#collection .tab-title {
  font-weight: 300;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  letter-spacing: 0.15em;
}
#collection .tab-subtitle {
  font-size: 0.5em;
  opacity: 0.8;
  font-family: "Shippori Mincho", "YakuHanMP", YakuHanMP, "Noto Serif JP", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
}
@media (max-width: 520px) {
  #collection .tab-subtitle {
    font-size: 0.8em;
  }
}
#collection .slider-container {
  position: relative;
}
#collection .slider-content {
  display: none;
}
#collection .slider-content.active {
  display: block;
}
#collection .slider-main {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#collection .slider-wrapper {
  overflow: hidden;
  position: relative;
}
#collection .slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
#collection .slide {
  min-width: 100%;
  position: relative;
  padding: 0 2.5rem;
  aspect-ratio: 1400/645;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 520px) {
  #collection .slide {
    aspect-ratio: 4/3;
    padding: 0;
  }
}
#collection .slide-image-wrapper {
  background: #565656;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 520px) {
  #collection .slide-image-wrapper {
    width: 100%;
  }
}
#collection .slide-image-wrapper img {
  height: 100%;
  width: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
}
@media (max-width: 520px) {
  #collection .slide-image-wrapper img {
    width: 100%;
    object-fit: cover;
  }
  #collection .slide-image-wrapper img.--mod__spContain {
    object-fit: contain;
  }
}
#collection .slide-caption {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  text-shadow: 0 0 3px #000, 0 0 4px #000, 0 0 5px #000, 0 0 6px #000;
  color: #fff;
  padding: 0.8rem 1.6rem;
  font-size: 1.3rem;
  border-radius: 0.4rem;
}
@media (max-width: 520px) {
  #collection .slide-caption {
    font-size: 1.2rem;
    padding: 0.6rem 1.2rem;
  }
}
#collection .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  color: var(--secondary);
  border: solid 1px var(--secondary);
  width: 5rem;
  height: 5rem;
  font-size: 3.2rem;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#collection .slider-arrow:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.2);
}
#collection .slider-arrow.prev {
  left: 0rem;
}
@media (max-width: 520px) {
  #collection .slider-arrow.prev {
    left: 0rem;
  }
}
#collection .slider-arrow.next {
  right: 0rem;
}
@media (max-width: 520px) {
  #collection .slider-arrow.next {
    right: 0rem;
  }
}
@media (max-width: 520px) {
  #collection .slider-arrow {
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
  }
}
#collection .thumbnail-container {
  padding: 2rem;
}
#collection .thumbnail-track {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1rem;
  max-width: 100%;
}
@media (max-width: 520px) {
  #collection .thumbnail-track {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 0;
  }
}
#collection .thumbnail {
  width: 100%;
  aspect-ratio: 1440/675;
  cursor: pointer;
  border: 0.3rem solid transparent;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  background: #e6e6e6;
}
@media (max-width: 520px) {
  #collection .thumbnail {
    aspect-ratio: 1440/675;
  }
}
#collection .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#collection .thumbnail:hover {
  border-color: #666;
}
#collection .thumbnail.active {
  border-color: #333;
}
#collection .thumbnail.active img {
  opacity: 0.3;
}

.c-cap {
  padding-block: 5rem;
  font-size: 1.3rem;
}
@media (max-width: 520px) {
  .c-cap {
    padding-block: 2.5rem;
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */