@charset "UTF-8";


/*
* レイアウト
*/
#service {
  
}


/*
* まえがき
*/
#prologue {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 0 120px 0;
  padding: 0;
}
#prologue a.linkButtonArrow {
  margin-bottom: 10px;
  white-space: nowrap;
}
#prologue .note {
  margin: 0 0 80px 0;
  padding: 0;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
/* figure */
#prologue figure {
  display: flex;
  align-items: stretch;
  gap: 80px;
  margin: 0;
  padding: 0;
}
#prologue figure img {
  object-fit: cover;
  display: block;
  width: calc(50% - 0px);
  height: 100%;
  margin: 0 0 0 -80px;
  padding: 0;
  border-radius: 0 40px 40px 0;
}
#prologue figcaption {
  flex: 1;
  margin: 0;
  padding: 0 40px 0 0;
}
#prologue figcaption h4 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
}
#prologue figcaption p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}
#prologue figcaption h4 + p {
  margin-bottom: 40px;
}


/*
* 3つの特徴
*/
#features {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 0 120px 0;
  padding: 0;
}
#features ul.list {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin: 0 auto;
  padding: 0;
}
#features ul.list li {
  flex: 1;
  margin: 0;
  padding: 0;
}
#features ul.list img {
  object-fit: cover;
  width: 100%;
  height: 320px;
  margin: 0 0 20px 0;
  padding: 0;
  border-radius: 20px;
}
#features ul.list h4 {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
#features ul.list p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}


/*
* 直近のオークション開催日程
*/
#nextSch {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto 80px auto;
  padding: 0;
}
#nextSch.hide {
  display: none;
}
/* 背景斜め */
#nextSch .backParts01 {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translate(-50%, 0) rotate(25deg);
  transform-origin: 50% 50% 0;
  width: 3600px;
  height: 1600px;
  background-color: #EAEAEA;
  z-index: -1;
}
/* タイトル */
#nextSch h3.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin: 0 0 60px 0;
  padding: 0;
  line-height: 1;
}
#nextSch h3.title small {
  color: #B81C47;
  font-size: 20px;
  font-weight: 700;
}
#nextSch h3.title strong {
  font-size: 36px;
  font-weight: 700;
}
/* リスト */
#nextSch ul.list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 80px;
  margin: 0 0 60px 0;
  padding: 0;
}
#nextSch ul.list li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  max-width: none;
  margin: 0;
  padding: 0;
}
#nextSch ul.list h5 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px 0;
  padding: 0;
  color: #B71E49;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}
#nextSch ul.list h5 span {
  display: block;
  margin: 0;
  padding: 10px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  background-color: #000000;
  border-radius: 10px 0 10px 0;
}
#nextSch ul.list p.date {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
#nextSch ul.list p.close {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
/* リンク */
#nextSch a.link {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  padding: 0 0 10px 0;
  font-size: 24px;
  font-weight: 700;
  border-bottom: #D54B64 3px solid;
}


/*
* 年間スケジュール
*/
#yearSch {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto 120px auto;
  padding: 0;
}
#yearSch h3.title {
  margin: 0 0 60px 0;
  padding: 0;
  text-align: center;
  color: #B81C47;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
/* table */
#yearSch table {
  margin: 0 0 40px 0;
  padding: 0;
  border-collapse: collapse; 
}
#yearSch thead th {
  width: 25%;
  margin: 0;
  padding: 3px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
#yearSch thead th:not(:empty) {
  background-color: #FFF2F2;
  border: #CECECE 1px solid;
}
#yearSch tbody th {
  margin: 0;
  padding: 6px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  background-color: #D54B64;
  border: #CECECE 1px solid;
}
#yearSch tbody td {
  margin: 0;
  padding: 6px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  background-color: #FFFFFF;
  border: #CECECE 1px solid;
}


/*
* ダイヤモンド出品までの流れ
*/
#flow {
  position: relative;
  display: none;
  flex-direction: column;
  margin: 0 auto 120px auto;
  padding: 0;
}
#flow.show {
  display: flex;
}
#flow .scroll {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: calc((100vh - 100px) * 7);
  margin: 0 0 40px 0;
  padding: 0;
}
#flow .scroll.last {
  justify-content: flex-end;
}
#flow section {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 80px;
  width: 100%;
  max-width: 1320px;
  height: calc(100vh - 100px);
  margin: 0 auto;
  padding: 0;
  opacity: 1;
  z-index: 1;
}
#flow section.alpha {
  opacity: 0;
}
#flow section.active {
  position: fixed;
  top: 90px;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 1;
  z-index: 2;
}
/* タイトル */
#flow .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 260px;
  margin: 0;
  padding: 0 0 80px 60px;
  border-right: #D54B64 4px solid;
}
#flow .title strong {
  margin: 0;
  padding: 0;
  writing-mode: vertical-rl;
  font-family: 'Sen', sans-serif;
  color: #D54B64;
  font-size: 56px;
  font-weight: 800;
  text-orientation: upright;
  line-height: 1.2;
}
/* テキスト */
#flow .text {
  margin: 0;
  padding: 0 0 80px 0;
}
#flow .text h4 {
  margin: 0 0 20px 0;
  padding: 0;
  color: #B71E49;
  font-size: 32px;
  font-weight: 700;
}
#flow .text p {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
}
#flow .text a {
  color: #D54B64;
  text-decoration: underline;
}
/* link */
#flow a.linkButtonArrow {
  margin-bottom: 10px;
}
#flow .note {
  margin: 0 0 80px 0;
  padding: 0;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}


/*
* UMEギャラリー
*/
#gallery {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
#gallery .slide {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 0;
}
#gallery .slide li {
  margin: 0;
  padding: 0 60px;
}
#gallery .slide li img {
  object-fit: cover;
  width: 100%;
  height: 500px;
  border-radius: 40px;
}
/* slick */
#gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  z-index: 1;
  cursor: pointer;
}
#gallery .slick-arrow::before {
  display: none;
}
#gallery .slick-prev {
  left: 11vw;
}
#gallery .slick-next {
  right: 11vw;
}











/*
* スマホ用 
*/


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



  /*
  * レイアウト
  */
  #service {

  }


  /*
  * まえがき
  */
  #prologue {
    margin: 0 0 40px 0;
  }
  #prologue .note {
    margin: 0 0 40px 0;
    padding: 0;
  }
  /* figure */
  #prologue figure {
    flex-direction: column;
    gap: 40px;
    margin: 0;
    padding: 0;
  }
  #prologue figure img {
    width: 90%;
    height: auto;
    margin: 0 auto 0 0;
    padding: 0;
    border-radius: 0 40px 40px 0;
  }
  #prologue figcaption {
    flex: none;
    margin: 0;
    padding: 0 20px;
  }
  #prologue figcaption h4 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 7vw;
  }


  /*
  * 3つの特徴
  */
  #features {
    margin: 0 0 80px 0;
    padding: 0;
  }
  #features ul.list {
    flex-direction: column;
    gap: 40px;
    margin: 0 auto;
    padding: 0;
  }
  #features ul.list li {
    flex: none;
    width: 100%;
  }
  #features ul.list img {
    width: 100%;
    height: 60vw;
    margin: 0 0 20px 0;
  }
  #features ul.list h4 {
    margin: 0 0 20px 0;
    font-size: 20px;
  }


  /*
  * 直近のオークション開催日程
  */
  #nextSch {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto 80px auto;
    padding: 0;
  }
  #nextSch.hide {
    display: none;
  }
  /* 背景斜め */
  #nextSch .backParts01 {
    position: absolute;
    top: 120px;
    left: 50%;
    width: 300vw;
    height: 500px;
  }
  /* タイトル */
  #nextSch h3.title {
    gap: 5px;
    margin: 0 0 40px 0;
  }
  #nextSch h3.title small {
    font-size: 7vw;
  }
  #nextSch h3.title strong {
    font-size: 9vw;
    line-height: 1.5;
  }
  /* リスト */
  #nextSch ul.list {
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    margin: 0 0 40px 0;
  }
  #nextSch ul.list li {
    flex: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }
  #nextSch ul.list h5 {
    gap: 10px;
    margin: 0 0 10px 0;
    font-size: 20px;
  }
  #nextSch ul.list h5 span {
    padding: 6px;
    font-size: 14px;
  }
  #nextSch ul.list p.date {
    margin: 0 0 10px 0;
    font-size: 7vw;
  }
  /* リンク */
  #nextSch a.link {
    font-size: 7vw;
  }


  /*
  * 年間スケジュール
  */
  #yearSch {
    margin: 0 auto 80px auto;
  }
  #yearSch h3.title {
    margin: 0 0 40px 0;
    font-size: 24px;
    line-height: 1.5;
  }
  /* table */
  #yearSch table {
    margin: 0 0 40px 0;
    padding: 0;
    border-collapse: collapse; 
  }
  #yearSch thead th {
    width: 25%;
    padding: 3px;
    font-size: 14px;
  }
  #yearSch thead th:not(:empty) {
    background-color: #FFF2F2;
    border: #CECECE 1px solid;
  }
  #yearSch tbody th {
    margin: 0;
    padding: 3px;
    font-size: 14px;
  }
  #yearSch tbody td {
    padding: 3px;
    font-size: 14px;
  }


  /*
  * ダイヤモンド出品までの流れ
  */
  #flow {
    margin: 0 auto 40px auto;
    padding: 0;
  }
  #flow .scroll {
    height: auto;
    margin: 0 0 40px 0;
    padding: 0;
  }
  #flow section {
    gap: 20px;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 auto;
  }
  /* タイトル */
  #flow .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 20vw;
    margin: 0;
    padding: 0 20px 40px 0;
    border: none;
    border-right: #D54B64 4px solid;
  }
  #flow .title strong {
    font-size: 7vw;
  }
  #flow .title img {
    width: 10vw;
  }
  /* テキスト */
  #flow .text {
    flex: 1;
    margin: 0;
    padding: 0 0 40px 0;
  }
  #flow .text h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 7vw;
  }
  #flow .text p {
    margin: 0;
    padding: 0;
    font-size: 16px;
  }
  /* link */
  #flow a.linkButtonArrow {
    margin-bottom: 10px;
  }
  #flow .note {
    margin: 0 0 80px 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
  }

















}
