@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
html {
    -webkit-text-size-adjust: none;
    background: transparent;
}
body {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 1rem;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: .1rem;
    background: #fff;
    color: #000;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    padding: 0;
    margin: 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
p {
    padding: 0;
    margin: 0;
    word-break: break-all;
    line-height: 1;
}
img {
    -webkit-touch-callout: none;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    width: 100%;
    height: auto;
}
a {
    outline: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    color: #fff;
}
a.black-link {
  color: black;
}

/* 共通 */
.contents{
  padding: 3rem 1rem;
  max-width: 1000px;
  margin: 0 auto;
}
.subtitle{
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .1rem;
}
.subtitle span{
  color: #fac300;
  font-size: 1rem;
  line-height: 2;
}
.btn {
  background: #fac300;
  text-align: center;
  width: 450px;
  margin: 0 auto;
}
.btn a{
  height: 80px;
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.sp{
  display: none;
}
.mt_1{
  margin-top: 1rem;
}
.mt_2{
  margin-top: 2rem;
}
.mt_3{
  margin-top: 3rem;
}

/* 共通font */
.bold{
  font-weight: 700;
}
.font_l{
  font-size: 2rem;
}
.font_m{
  font-size: 1.5rem;
}

@media screen and (max-width:1160px) {
  .contents{
    max-width: 900px;
    padding: 3rem 1.5rem;
  }
  .font_l{
    font-size: 2.2rem;
  }
  .font_m{
    font-size: 1.5rem;
  }
}
@media screen and (max-width:768px) {
  .contents{
    padding: 2rem 1.5rem;
  }
  .subtitle{
    font-size: 1.4rem;
    margin-bottom: .5rem;
    line-height: 1;
  }
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
  .font_l{
    font-size: 6vw;
  }
  .font_m{
    font-size: 5.5vw;
  }
  .btn {
    width: 300px;
  }
  .btn a{
    height: 60px;
    font-size: 1rem;
  }
}

/* header */
#header {
  position: fixed;
  width: 100%;
  height: 70px;
  z-index: 10;
  padding: 0 2rem;
  transition: .5s ease-in-out;
}
#header.headerColorScroll {
  background: #1c1c1c;
  transition: .5s ease-in-out;
}
#header .menuBar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
#header .logo{
  opacity: 0;
  max-width: 270px;
}
#header .logoColorScroll{
  opacity: 1;
}
#header .menu_btn a{
  background: #fac300;
  color: #000;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
}
@media screen and (max-width:1160px) {
  #header{
    height: 60px;
  }
  #header .menuBar{
    height: 60px;
  }
}
@media screen and (max-width:768px) {
  #header{
    padding: 0 1.5rem;
  }
  #header .logo{
    max-width: 180px;
  }
  #header .menu_btn a{
    width: 160px;
    font-size: .9rem;
    padding: 10px;
  }
}
@media screen and (max-width:450px) {
}

/* MV */
.mv{
  position: relative;
  background: #000;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mv_title{
  text-align: center;
}
.mv_img{
  max-width: 24vw;
  height: auto;
  margin: 0 auto;
}
.mv_subTitle{
  color: #fac300;
  font-size: 4.8vw;
}
.mv_txt{
  color: #fff;
  font-size: 1.5vw;
  line-height: 1.5;
}
.mv_btn{
  width: 30vw;
  margin: 3vw auto 0;
}
.mv_btn a{
  height: 5vw;
}
@media screen and (max-width:768px) {
  .mv_img{
    max-width: 50vw;
  }
  .mv_subTitle{
    font-size: 7vw;
  }
  .mv_txt{
    font-size: 3vw;
  }
  .mv_btn{
    width: 60vw;
    margin: 8vw auto 0;
  }
  .mv_btn a{
    height: 14vw;
  }
}

/* auction */
.auction{
  position: relative;
  padding: 7rem 0 5rem;
}
.auction h2{
  position: relative;
  font-size: 1.8rem;
  letter-spacing: .1rem;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-color:#fac300;
  text-decoration-thickness: 4px;
  text-underline-offset: 12px;
}
.auction h3{
  margin-top: 5rem;
  margin-left: 10%;
  font-size: 1.2rem;
  font-weight: 700;
}
.auction .auction_list{
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.auction .auction_item{
  position: relative;
  margin: 3rem 2rem 0;
}
.auction .auction_item .auction_img{
  position: relative;
  margin-bottom: 2rem;
}
.auction_content{
  position: absolute;
  background: #000;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  bottom: -16px;
  right: -12%;
}
.auction_content p{
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: .75rem;
  color: #fac300;
  letter-spacing: 0;
  padding: 0 .2rem;
  width: 110px;
}
.auction_content p .date{
  display: block;
  font-size: .75rem;
  color: #fff;
  padding-top: .3rem;
}
.auction .auction_txt{
  font-size: 1rem;
  letter-spacing: 0;
  margin-top: 1rem;
  word-break: keep-all;
}
.auction .auction_txt p{
  margin-bottom: .5rem;
  line-height: 1.2;
  word-break: keep-all;
}
.auction .auction_card{
  font-size: .9rem;
  font-weight: normal;
  word-break: keep-all
}
.auction .auction_btn{
  margin: 5rem auto 0;
}
/* slick */
  .slick-slide{
    height: auto;
  }
  .slick-prev,
  .slick-next{
    position: absolute;
    cursor: pointer;
    top: 60%;
    width: 40px;
    height: 40px;
    z-index: 1;
    transition: all .3s;
  }
  .slick-prev{
    top: 55%;
    left: -5%;
  }
  .slick-next{
    top: 55%;
    right: -5%;
  }
  .slide-dots{
    padding: 0;
    text-align: center;
  }
  .slide-dots li{
    display: inline-block;
    margin: 2rem 1rem 0;
  }
  /*.slide-dots li button{
    position: relative;
    background: #000;
    border: none;
    outline: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-indent: -9999px;
  }
  .slide-dots li.slick-active button{
    background: #fac300;
  }*/

@media screen and (max-width:1160px){
  .auction h2 {
    font-size: 1.5rem;
  }
  .auction .auction_item{
    margin: 2rem 0.5rem 0;
  }
  .auction_content{
    width: 100px;
    height: 100px;
    right: 0%;
  }
  .auction_content p{
    font-size: .7rem;
    width: 100px;
  }
  .auction_content p .date{
    font-size: .7rem;
  }
}
@media screen and (max-width:768px) {
  .auction{
    padding: 4rem 0;
  }
  .auction h2{
    font-size: 1.4rem;
    line-height: 1.8;
    text-decoration-thickness: 3px;
    text-underline-offset: 4px;
  }
  .auction h3{
    margin-top: 4rem;
    font-size: 1rem;
  }
  .auction .auction_list{
    width: 80%;
  }
  .auction .auction_item{
    margin: 0 0.5rem;
  }
  .auction_content{
    bottom: 0;
  }
  .auction .auction_item .auction_img {
    margin-bottom: 1rem;
  }
  .slick-prev{
    left: -12%;
  }
  .slick-next{
    right: -12%;
  }
  .auction .auction_btn{
    margin: 0 auto;
  }
}

/* text */
.txt{
  text-align: center;
  margin-bottom: 7rem;
}
.txt p{
  font-size: 1.5rem;
  line-height: 1.5;
}
.txt span{
  font-size: 2rem;
  color: #fac300;
}
@media screen and (max-width:768px) {
  .txt{
    padding: 0 1.5rem;
    margin-bottom: 5rem;
  }
  .txt p{
    font-size: 1.2rem;
  }
  .txt span{
    font-size: 1.7rem;
  }
}

/* point */
.point{
  position: relative;
  background: #6A6A6A;
  color: #fff;
}
.point::after{
  position: absolute;
  content: "";
  background: url(../images/triangle_img.png)no-repeat;
  width: 336px;
  height: 65px;
  top: 0;
  left: calc(50% - 168px);
  z-index: 2;
}
.point .contents{
  padding: 6rem 0;
}
.point .point_list{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4rem 1.5rem 5rem;
}
.point .point_item{
  position: relative;
  background: #fff;
  width: 30%;
  height: 320px;
  color: #000;
  margin-right: 5%;
  padding: 4rem 1rem 2rem;
}
.point .point_item:nth-last-child(1){
  margin-right: 0;
}
.point .point_num{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #fac300;
  top: 0;
  left: calc(50% - 25px);
  color: #fff;
}
.point .point_subTitle{
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 1rem;
}
.point .point_item p{
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (max-width:1160px){
  .point .point_item{
    width: 32%;
    height: 380px;
    margin-right: 2%;

  }
}
@media screen and (max-width:768px){
  .point::after{
    top: -1px;
  }
  .point .point_list{
    flex-direction: column;
    margin: 4rem 1.5rem;
  }
  .point .point_item{
    width: auto;
    height: auto;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .point .point_item:nth-last-child(1){
    margin-bottom: 0;
  }
  .point .point_subTitle {
    font-size: 1rem;
  }
  .point .point_item p {
    font-size: .9rem;
    line-height: 1.7;
  }
}

/* flow */
.flow .contents{
  padding: 6rem 0;
}
.flow .flow_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 4rem 1.5rem 0;
}
.flow .flow_item{
  position: relative;
  width: 28%;
  background: #1c1c1c;
  color: #fff;
  padding: 1.5rem 2rem;
  margin-bottom: 4rem;
  margin-right: 4rem;
}
.flow .flow_item:nth-child(3),
.flow .flow_item:nth-child(6){
  margin-right: 0;
}
.flow .flow_item::after{
  position: absolute;
  content: "";
  background: url(../images/triangle_yellow_img.png)no-repeat;
  transform: rotate(-90deg);
  width: 60px;
  height: 38px;
  bottom: calc(50% - 19px);
  right: -65px;
  z-index: 2;
}
.flow .flow_item:nth-last-child(1)::after{
  display: none;
}
.flow .flow_subTitle{
  font-size: 1.4rem;
  color: #fac300;
  margin-bottom: .5rem;
  text-align: center;
}
.flow .flow_item p{
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1.5;
  letter-spacing: 0;
}
.flow .flow_auctionSite{
  padding-top: 2rem;
}
.flow .flow_auctionSite_link{
  width: 80%;
  margin: 0 auto;
  padding: 2rem 2.5rem;
  border: 1.5px solid #000;
}
.flow .flow_auctionSite_link p{
  margin-bottom: 1rem;
  color: #000;
}
.flow .flow_auctionSite_link span{
  color: #fac300;
}
.flow .flow_auctionSite_link a{
  color: #000;
}
@media screen and (max-width:1160px){
  .flow .flow_list{
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .flow .flow_item{
    width: auto;
    padding: 1.5rem;
    margin-bottom: 4rem;
    margin-right: 0rem;
  }
  .flow .flow_item::after{
    position: absolute;
    content: "";
    background: url(../images/triangle_yellow_img.png)no-repeat;
    transform: rotate(0deg);
    bottom: -50px;
    left: calc(50% - 30px);
    z-index: 2;
  }
  .flow .flow_item:nth-last-child(1){
    margin-bottom: 0;
  }
  .flow .flow_item p {
    font-size: .9rem;
    height: auto;
  }
}
@media screen and (max-width:768px){
  .flow .contents{
    padding: 4rem 1.5rem;
  }
  .flow .flow_list {
    margin: 4rem 0 2rem;
  }
  .flow .flow_subTitle{
    font-size: 1rem;
  }
  .flow .flow_auctionSite_link{
    width: auto;
    padding: 2rem 1rem;
  }
  .flow .flow_auctionSite_link p{
    margin-bottom: 1rem;
    font-size: .9rem;
  }
  .flow .flow_auctionSite_link a{
    font-size: .9rem;
  }
}
/* commission */
.commission{
  background:#6A6A6A;
  color: #fff;
  position: relative;
  padding: 6rem 0;
}
.commission .accordion-ttl{
  justify-content: center;
}
.commission .accordion-ttl::before,
.commission .accordion-ttl::after{
  position: absolute;
  content: '';
  width: 16px;
  height: 2px;
  background: #000;
  transition: all .3s ease-in-out;
}
.commission .accordion-ttl.active{
  background: #fac300;
}
.commission .accordion-box{
    padding: 3rem;
}
.commission .accordion-box span{
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
}
.commission .accordion-box .commission_txt{
  margin-bottom: 2rem;
}
.commission .accordion-box .commission_txt p{
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0;
}

/*----------------- table ----------------------*/
.table_ttl{
  letter-spacing: 0;
}
.table{
  width: 100%;
  margin-top: .5rem;
}
.table,
.table th,
.table td{
border: 1px solid #000;
border-collapse: collapse;
}
.table th{
font-size: 1rem;
letter-spacing: 0;
background: #000;
color: #fff;
border-right: 1px solid #fff;
}
.table th:nth-last-child(1){
  border-right: 0;
}
.table td{
font-size: 1rem;
text-align: center;
width: 20%;
height: 28px;
}
/*----------------- accordion ----------------------*/
.accordion-area li{
  background: #fff;
  color: #000;
  margin-bottom: 4rem;
}
.accordion-area li:nth-last-child(1){
  margin-bottom: 0;
}
.accordion-area li .accordion-ttl{
  position: relative;
  height: 70px;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.accordion-area li .accordion-ttl::before{
  top: 48%;
  right: 20px;
  transform: rotate(0deg);
}
.accordion-area li .accordion-ttl::after{    
  top: 48%;
  right: 20px;
  transform: rotate(90deg);
}
.accordion-area li .accordion-ttl.active::before{
  transform: rotate(0deg);
}
.accordion-area li .accordion-ttl.active::after{
  transform: rotate(0deg);
}
.accordion-area li .accordion-box{
  line-height: 1.5;
  display: none;
}
@media screen and (max-width:768px) {
  .commission {
    padding: 2rem 0;
  }
  .commission .accordion-ttl::before,
  .commission .accordion-ttl::after {
    width: 12px;
  }
  .commission .accordion-box{
    padding: 2rem 1rem;
  }
  .commission .accordion-box span{
    font-size: .8rem;
  }
  .commission .accordion-box .commission_txt p{
    font-size: .9rem;
  }
  .table_wrap {
    max-width: 100%;
    white-space: nowrap;
    overflow: auto;
  }
  .table_ttl {
    font-size: .9rem;
  }
  .table {
    width: 700px;
    min-width: 600px;
    border-collapse: collapse;
  }
  .table th,
  .table td{
    font-size: .9rem;
  }
  .accordion-area li .accordion-ttl {
    font-size: .9rem;
    letter-spacing: 0;
  }
  .accordion-area li {
    margin-bottom: 3rem;
  }
  .accordion-area li .accordion-ttl::before{
    right: 14px;
  }
  .accordion-area li .accordion-ttl::after{    
    right: 14px;
  }
}

/* faq */
.faq .contents{
    padding: 6rem 0 2rem;
}
.faq .accordion-area{
  margin: 3rem 1rem 0;
}
.faq .accordion-area li{
  background: #000;
  color: #fff;
}
.faq .accordion-ttl{
  background: #000;
  justify-content: flex-start;
  padding-left: 4rem;
}
.faq .accordion-ttl::before,
.faq .accordion-ttl::after{
  position: absolute;
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  transition: all .3s ease-in-out;
}
.faq .accordion-ttl.active{
  background: #000;
}
.faq .accordion-box{
  padding: 1rem 4rem 2rem;
}
@media screen and (max-width:1160px) {
  .faq .accordion-area{
    margin: 3rem 1.5rem 0;
  }
}
@media screen and (max-width:768px) {
  .faq .contents{
    padding: 4rem 0 2rem;
  }
  .faq .accordion-ttl {
    padding-left: 2rem;
  }
  .faq .accordion-ttl::before,
  .faq .accordion-ttl::after {
    width: 12px;
  }
  .faq .accordion-box{
    padding: 1rem 2rem 2rem;
    font-size: .9rem;
  }
}

/* caution */
.caution .contents{
  padding: 5rem 1rem;
}
.caution p{
  text-align: center;
  text-decoration: underline;
}
.caution .caution_list{
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.caution .caution_item:nth-child(1){
  margin-right: 2rem;
}
@media screen and (max-width:1160px) {
  .caution .caution_list {
    flex-direction: column;
  }
  .caution .caution_item:nth-child(1){
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width:768px) {
  .caution .contents{
    padding: 2rem 1rem;
  }
  .caution p {
    font-size: .9rem;
    letter-spacing: 0;
  }
}

/* contact */
.inquiry_subt {
  margin: 0 0 2rem;
}

.contact {
  padding: 2rem 0 10rem;
  background-color: #f9f9f9;
}

.section-title {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.contact-box {
  display: flex;
  flex-direction: column; /* 横並びにしたい場合は row に変更 */
  align-items: center;
  background: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  max-width: 500px;
  margin: 0 auto;
}

.contact-info p {
  margin: 0.5rem 0;
  font-size: 1rem;
}

.contact-info a {
  color: #007acc;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

/* inquiry */
.inquiry{
  padding: 1rem 0 5rem;
}
.inquiry .accordion-area {
    margin: 6rem 1rem 0;
}
.inquiry .accordion-area li {
    background: #fff;
    color: #fff;
}
.inquiry .accordion-ttl {
    background: #000;
    justify-content: center;
}
.inquiry .accordion-ttl::before,
.inquiry .accordion-ttl::after{
  position: absolute;
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  transition: all .3s ease-in-out;
}
.inquiry .accordion-ttl.active{
  background: #fac300;
}
.inquiry .accordion-box{
  padding: 1rem 4rem 2rem;
}

@media screen and (max-width:1160px) {
  .inquiry .accordion-area{
    margin: 3rem 1.5rem 0;
  }
  .inquiry .accordion-box{
    padding: 2rem 0;
  }
}
@media screen and (max-width:768px) {
  .inquiry{
    padding: 1rem 0 0;
  }
  .inquiry .accordion-area{
    margin: 3rem 0;
  }
  .inquiry .accordion-ttl::before,
  .inquiry .accordion-ttl::after {
    width: 12px;
  }
}

/* footer */
.footer{
  background: #6A6A6A;
  padding: 2rem;
}
.footer .link_list,
.footer .link_list_2{
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.footer .link_list_2{
  max-width: 350px;
  margin: 0 auto;
  margin-top: 3rem;
}
.footer .link_list li{
  margin-right: 1.4rem;
  padding-right: 1.4rem;
  border-right: 1px solid #fff;
}
.footer .link_list li a{
  font-size: .9rem;
  font-weight: 400;
  letter-spacing: 0;
}
.footer .link_list li:nth-last-child(1){
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.footer p{
  color: #fff;
  text-align: center;
  font-size: .9rem;
  font-weight: 300;
  letter-spacing: 0;
  padding-top: 1rem;
}

@media screen and (max-width:768px) {
  .footer{
    padding: 3rem 1.5rem 2rem;
  }
  .footer .link_list{
    flex-direction: column;
    margin: 1rem auto 0;
  }
  .footer .link_list_2 {
    max-width: 250px;
    margin-top: 2rem;
    margin-bottom: .5rem;
  }
  .footer .link_list li{
    margin-bottom: 1.5rem;
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    width: 100%;
  }
}

/* hover active */
@media (hover: hover) {
  .btn a:hover{
    opacity: 1;
    color: #fff;
    background: #000;
  }
  #header .menu_btn a:hover,
  .mv_btn a:hover{
    opacity: 1;
    color: #000;
    background: #fff;
  }
  .flow .flow_item p a:hover,
  .flow .flow_auctionSite_link a:hover,
  .footer .link_list li a:hover{
    opacity: 1;
    color: #fac300;
  }
}
@media (hover: none) {
.btn a:hover{
    opacity: 1;
    color: #fff;
    background: #000;
  }
  #header .menu_btn a:hover,
  .mv_btn a:hover{
    opacity: 1;
    color: #000;
    background: #fff;
  }
  .flow .flow_item p a:hover,
  .flow .flow_auctionSite_link a:hover,
  .footer .link_list li a:hover{
    opacity: 1;
    color: #fac300;
  }
}


/* fadein */
.fadeIn {
  opacity: 0;
  transition: 1.8s;
}
.fadeIn.is-show {
  opacity: 1;
}