@charset "UTF-8";
/**
* sitetop CSS
*
*/


/*
* レイアウト
*/
#sitetop {
  padding-top: 0;
}


/*
* メインビジュアル
*/
#mv {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin: 0 0 80px 0;
  padding: 0;
}
#mv img.back {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* キャッチ */
#mv .catch {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  color: #FFFFFF;
  white-space: nowrap;
}
#mv .catch strong {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 62px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
#mv .catch small {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 25px;
  font-weight: 300;
}
/* 背景斜め */
#mv .backParts {
  position: absolute;
  bottom: 1160px;
  left: 50%;
  transform: translate(-50%, 100%) rotate(-25deg);
  transform-origin: 50% 50% 0;
  width: 3600px;
  height: 1160px;
  background-color: #D54B64;
  z-index: -1;
}



/*
* 次回オークション
*/
#nextSch {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto 80px auto;
  padding: 0;
}
/* タイトル */
#nextSch .title {
  display: flex;
  align-items: last baseline;
  gap: 20px;
  margin: 0 0 60px 0;
  padding: 0;
}
#nextSch .title h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  margin: 0;
  padding: 0;
  line-height: 1;
}
#nextSch .title h3 small {
  font-size: 20px;
  font-weight: 600;
}
#nextSch .title h3 strong {
  font-size: 40px;
  font-weight: 800;
}
/* リスト */
#nextSch ul.list {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  margin: 0 0 60px 0;
  padding: 0;
}
#nextSch ul.list li {
  flex: 1;
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin: 0;
  padding: 0;
}
#nextSch ul.list img.thumb {
  object-fit: cover;
  width: 45%;
  height: 200px;
  border-radius: 10px;
}
#nextSch ul.list .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
#nextSch ul.list h5 {
  margin: 0 0 10px 0;
  padding: 0;
  color: #B71E49;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}
#nextSch ul.list p.date {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}
#nextSch ul.list p.close {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
#nextSch ul.list a {
  width: 100%;
  max-width: 280px;
  margin: auto 0 0 0;
}
/* リンク */
#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;
}


/*
* ダイヤの世界
*/
#attempt {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 80px;
  margin: 0 auto 200px auto;
  padding: 0;
}
/* 背景斜め */
#attempt .backParts01 {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%, 100%) rotate(-25deg);
  transform-origin: 50% 50% 0;
  width: 3600px;
  height: 2000px;
  background-color: #FFE6EB;
  z-index: -1;
}
#attempt .backParts02 {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translate(-50%, 100%) rotate(-25deg);
  transform-origin: 50% 50% 0;
  width: 3600px;
  height: 2000px;
  background-color: #D54B64;
  z-index: -1;
}
/* タイトル */
#attempt .title {
  display: flex;
  align-items: last baseline;
  gap: 20px;
  width: 260px;
  margin: 0;
  padding: 0;
}
#attempt .title h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  margin: 0;
  padding: 0;
  writing-mode: vertical-rl;
}
#attempt .title h3 small {
  color: #B81C47;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
#attempt .title h3 strong {
  font-size: 80px;
  font-weight: 800;
  text-orientation: upright;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
/* リスト */
#attempt ul.list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin: 0;
  padding: 0;
}
#attempt ul.list li {
  flex: 1;
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin: 0;
  padding: 0;
}
#attempt ul.list img.pict {
  object-fit: cover;
  width: calc(50% - 10px);
  height: 290px;
  border-radius: 20px;
}
#attempt ul.list .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}
#attempt ul.list h5 {
  margin: 0 0 5px 0;
  padding: 7px 15px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  background-color: #B71E49;
}
#attempt ul.list h4 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.4;
}
#attempt ul.list p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}


/*
* UMEの強み
*/
#strength {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 80px;
  margin: 0 auto 80px auto;
  padding: 0;
}
/* タイトル */
#strength .title {
  position: absolute;
  top: 0;
  left: 50vw;
  width: 50vw;
  margin: 0;
  padding: 0;
}
#strength .title h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  margin: 0;
  padding: 0;
  writing-mode: vertical-rl;
}
#strength .title h3 small {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
#strength .title h3 strong {
  font-size: 80px;
  font-weight: 800;
  text-orientation: upright;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
#strength .title img.pict {
  position: absolute;
  top: 0;
  left: 150px;
  width: 550px;
  max-width: none !important;
}
/* リスト */
#strength ul.list {
  display: flex;
  flex-direction: column;
  gap: 120px;
  width: 50%;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
}
#strength ul.list li {
  flex: 1;
  display: flex;
  align-items: stretch;
  gap: 20px;
  min-height: 400px;
  margin: 0;
  padding: 0;
}
#strength ul.list h5 {
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  writing-mode: vertical-rl;
  border-left: #FFFFFF 2px solid;
}
#strength ul.list .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}
#strength ul.list .no {
  margin: 0 0 20px 0;
  padding: 0;
  font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシック', sans-serif;
  color: #EACDAB;
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
}
#strength ul.list h4 {
  margin: 0 0 10px 0;
  padding: 0;;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
#strength ul.list p {
  margin: 0;
  padding: 0;;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}


/*
* スペック
*/
#spec {
  display: flex;
  flex-direction: column;
  margin: 0 auto 80px auto;
  padding: 0;
}
#spec ul.list {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin: 0 0 80px 0;
  padding: 0;
}
#spec ul.list li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
}
#spec ul.list img.pict {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}
#spec ul.list .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
#spec ul.list h5 {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  margin: 0;
  padding: 15px 30px;
  color: #FFFFFF;
  font-size: 39px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  background-color: #000000;
  border-radius: 9999px;
}
#spec ul.list h5::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid #000000;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
#spec ul.list h4 {
  margin: 0 0 10px 0;
  padding: 0;
  color: #EACDAB;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}
#spec ul.list p {
  display: flex;
  align-items: last baseline;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
}
#spec ul.list p small {
  font-size: 30px;
}
/* リンク */
#spec a.link {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 0 auto;
  padding: 0 0 10px 0;
  font-size: 16px;
  font-weight: 700;
  border-bottom: #D54B64 2px solid;
}
#spec a.link img {
  width: 22px;
}


/*
* お知らせ
*/
#news {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto 200px auto;
  padding: 0;
}
#news .wrap {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  margin: 0 auto;
  padding: 0;
}
/* タイトル */
#news .title {
  display: flex;
  align-items: last baseline;
  gap: 20px;
  width: 220px;
  margin: 0;
  padding: 0;
}
#news .title h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  margin: 0;
  padding: 0;
  writing-mode: vertical-rl;
}
#news .title h3 small {
  color: #B81C47;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
#news .title h3 strong {
  font-size: 80px;
  font-weight: 800;
  text-orientation: upright;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
/* リスト */
#news ul.list {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 0 0 40px auto;
  padding: 0;
}
#news ul.list li {
  margin: 0;
  padding: 0;
}
#news ul.list li a {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 -1px 0;
  padding: 20px 0;
  border-top: #DDDDDD 1px solid;
  border-bottom: #DDDDDD 1px solid;
}
#news ul.list .date {
  width: 5em;
  margin: 0;
  padding: 0;
  font-family: 'Sen', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
#news ul.list .cat {
  width: 8em;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  background-color: #D54B64;
  border-radius: 9999px;
}
#news ul.list h4 {
  flex: 1;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
/* リンク */
#news a.link {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 0 auto;
  padding: 0 0 10px 0;
  font-size: 16px;
  font-weight: 700;
  border-bottom: #D54B64 2px solid;
}
#news a.link img {
  width: 22px;
}


/*
* 直近のオークション開催日程
*/
#recentSch {
  margin: 0 0 80px 0;
  padding: 80px 0 80px 0;
  background-image: url(../img/sitetop/recentSchBack01.jpg);
  background-size: cover;
}
#recentSch .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 80px 0;
  padding: 0;
}
#recentSch .title small {
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center;
  color: #D54B64;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
#recentSch .title strong {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}
/* section */
#recentSch .wrap {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin: 0 auto 80px auto;
  padding: 0;
}
#recentSch section {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0;
  padding: 40px 0 0 0;
  background-color: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
}
#recentSch h4 {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
#recentSch p.sub {
  margin: 0 30px 30px 30px;
  padding: 5px;
  text-align: center;
  color: #EACDAB;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  background-color: #000000;
  border-radius: 9999px;
}
/* リスト */
#recentSch ul {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 20px 0 40px;
}
#recentSch ul::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 20px;
  width: 0;
  height: calc(100% - 15px);
  border-left: #B71E49 5px solid;
}
#recentSch li {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: #D0D0D0 1px solid;
}
#recentSch h5 {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
#recentSch h5::after {
  content: "";
  position: absolute;
  top: 14px;
  left: -17px;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 19px;
  background-color: #000000;
  border-radius: 9999px;
}
#recentSch dl {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
#recentSch dt {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
}
#recentSch dd {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}
#recentSch a.yearSch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0;
  padding: 10px;
  background-color: #EFEFEF;
}
/* 色 */
#recentSch .hongkong h4 {
  color: #B81C47;
}
#recentSch .hongkong ul::after {
  border-color: #B81C47;
}
#recentSch .hongkong h5 {
  color: #B81C47;
}
#recentSch .hongkong h5::after {
  background-color: #B81C47;
}

#recentSch .domestic h4 {
  color: #791B36;
}
#recentSch .domestic ul::after {
  border-color: #791B36;
}
#recentSch .domestic h5 {
  color: #791B36;
}
#recentSch .domestic h5::after {
  background-color: #791B36;
}

#recentSch .others h4 {
  color: #ED7B7B;
}
#recentSch .others ul::after {
  border-color: #ED7B7B;
}
#recentSch .others h5 {
  color: #ED7B7B;
}
#recentSch .others h5::after {
  background-color: #ED7B7B;
}
/* リンク */
#recentSch .link {
  position: relative;
  display: block;
  max-width: 720px;
  margin: 0 auto;
  padding: 30px 20px;
  text-align: center;
  color: #FFFFFF;
  font-size: 29px;
  font-weight: 600;
  background-color: #B81C47;
  border-radius: 9999px;
}
#recentSch .link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  background-image: url(../img/arrowWhite01R.svg);
  background-size: cover;
}


/*
* スマホ用
*/
@media screen and (max-width:993px){


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

  }


  /*
  * メインビジュアル
  */
  #mv {
    margin: 0 0 40px 0;
  }
  /* キャッチ */
  #mv .catch {
    top: 70%;
    left: 50%;
    gap: 3vw;
  }
  #mv .catch strong {
    font-size: 8vw;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  #mv .catch small {
    font-size: 4vw;
  }
  /* 背景斜め */
  #mv .backParts {
    bottom: 85vw;
    transform: translate(-50%, 100%) rotate(-25deg);
    width: 300vw;
    height: 100vw;
  }


  /*
  * 次回オークション
  */
  #nextSch {
    flex-direction: column;
    margin: 0 auto 80px auto;
  }
  /* タイトル */
  #nextSch .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin: 0 0 60px 0;
    padding: 0;
  }
  #nextSch .title img.icon {
    width: 30vw;
  }
  #nextSch .title h3 {
    gap: 5px;
  }
  #nextSch .title h3 small {
    font-size: 5vw;
  }
  #nextSch .title h3 strong {
    font-size: 8vw;
  }
  /* リスト */
  #nextSch ul.list {
    flex-direction: column;
    gap: 40px;
    margin: 0 0 40px 0;
  }
  #nextSch ul.list li {
    flex: 1;
    gap: 10px;
  }
  #nextSch ul.list img.thumb {
    object-fit: cover;
    width: 40%;
    height: 30vw;
  }
  #nextSch ul.list h5 {
    margin: 0 0 10px 0;
    font-size: 5vw;
  }
  #nextSch ul.list p.date {
    margin: 0 0 10px 0;
    font-size: 4vw;
  }
  #nextSch ul.list p.close {
    font-size: 3vw;
  }
  #nextSch ul.list a {
    width: 100%;
    max-width: 100%;
  }
  /* リンク */
  #nextSch a.link {
    gap: 20px;
    padding: 0 0 10px 0;
    font-size: 4vw;
  }


  /*
  * ダイヤの世界
  */
  #attempt {
    flex-direction: column;
    gap: 40px;
    margin: 0 auto 200px auto;
  }
  /* 背景斜め */
  #attempt .backParts01 {
    bottom: 100px;
    width: calc(100vw + 2400px);
    height: calc(100vw + 2400px);
  }
  #attempt .backParts02 {
    bottom: 80px;
    width: calc(100vw + 2400px);
    height: calc(100vw + 2400px);
  }
  /* タイトル */
  #attempt .title {
    align-items: center;
    gap: 20px;
    width: 100%;
    margin: 0 auto;
  }
  #attempt .title h3 {
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin: 0 auto;
    writing-mode: horizontal-tb;
  }
  #attempt .title h3 small {
    font-size: 6vw;
  }
  #attempt .title h3 strong {
    text-align: center;
    font-size: 12vw;
    text-orientation: unset;
  }
  /* リスト */
  #attempt ul.list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0;
    padding: 0;
  }
  #attempt ul.list li {
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding: 0;
  }
  #attempt ul.list img.pict {
    width: 100%;
    height: 60vw;
  }
  #attempt ul.list .text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #attempt ul.list h5 {
    margin: 0 0 5px 0;
    padding: 7px 15px;
    font-size: 5vw;
  }
  #attempt ul.list h4 {
    margin: 0 0 20px 0;
    font-size: 8vw;
  }
  #attempt ul.list p {
    font-size: 18px;
  }


  /*
  * UMEの強み
  */
  #strength {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 80px;
    margin: 0 auto 120px auto;
    padding: 0;
  }
  /* タイトル */
  #strength .title {
    order: 1;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0;
    padding: 0 0 70vw 0;
  }
  #strength .title h3 {
    position: relative;
    align-items: center;
    gap: 5px;
    writing-mode: horizontal-tb;
    z-index: 2;
  }
  #strength .title h3 small {
    font-size: 7vw;
  }
  #strength .title h3 strong {
    font-size: 12vw;
  }
  #strength .title img.pict {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 70vw;
    max-width: none !important;
    z-index: 1;
  }
  /* リスト */
  #strength ul.list {
    order: 2;
    gap: 120px;
    width: 100%;
    color: #FFFFFF;
  }
  #strength ul.list li {
    flex: 1;
    display: flex;
    align-items: stretch;
    gap: 20px;
    min-height: 400px;
    margin: 0;
    padding: 0;
  }
  #strength ul.list h5 {
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    writing-mode: vertical-rl;
    border-left: #FFFFFF 2px solid;
  }
  #strength ul.list .text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding: 0;
  }
  #strength ul.list .no {
    margin: 0 0 20px 0;
    padding: 0;
    font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシック', sans-serif;
    color: #EACDAB;
    font-size: 100px;
    font-weight: 900;
    line-height: 1;
  }
  #strength ul.list h4 {
    margin: 0 0 10px 0;
    padding: 0;;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
  }
  #strength ul.list p {
    margin: 0;
    padding: 0;;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
  }


  /*
  * スペック
  */
  #spec {
    margin: 0 auto 80px auto;
    padding: 0;
  }
  #spec ul.list {
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px;
    margin: 0 0 40px 0;
  }
  #spec ul.list li {
    flex: none;
    width: calc(50% - 5px);
  }
  #spec ul.list h5 {
    padding: 5px 20px;
    font-size: 5vw;
  }
  #spec ul.list h5::after {
    bottom: -10px;
    border-top: 10px solid #000000;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
  #spec ul.list h4 {
    margin: 0 0 10px 0;
    font-size: 6vw;
  }
  #spec ul.list p {
    margin: 0 0 10px 0;
    font-size: 7vw;
  }
  #spec ul.list p small {
    font-size: 4vw;
  }


  /*
  * お知らせ
  */
  #news {
    margin: 0 auto 80px auto;
  }
  #news .wrap {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  /* タイトル */
  #news .title {
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin: 0;
  }
  #news .title h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    writing-mode: horizontal-tb;
  }
  #news .title h3 small {
    font-size: 7vw;
  }
  #news .title h3 strong {
    font-size: 12vw;
  }
  /* リスト */
  #news ul.list {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 0 0 40px auto;
    padding: 0;
  }
  #news ul.list li {
    margin: 0;
    padding: 0;
  }
  #news ul.list li a {
    flex-wrap: wrap;
  }
  #news ul.list h4 {
    flex: none;
    width: 100%;
    font-size: 16px;
  }


  /*
  * 直近のオークション開催日程
  */
  #recentSch {
    margin: 0;
    padding: 40px 0 40px 0;
    background-size: cover;

  }
  #recentSch .title {
    margin: 0 0 40px 0;
    padding: 0;
  }
  #recentSch .title small {
    margin: 0 0 10px 0;
    font-size: 7vw;
  }
  #recentSch .title strong {
    margin: 0;
    padding: 0;
    font-size: 10vw;
    line-height: 1.4;
  }
  /* section */
  #recentSch .wrap {
    flex-direction: column;
    gap: 20px;
    margin: 0 auto 40px auto;
    padding: 0;
  }
  /* リンク */
  #recentSch .link {
    max-width: calc(100% - 40px);
    padding: 20px 12vw 20px 10px;
    font-size: 5vw;
  }
  #recentSch .link::after {
    top: 50%;
    right: 3vw;
    width: 7vw;
    height: 7vw;
  }















}
