@charset "uft-8";

.first-view{
  height: calc(110vh - 180px);
  background-image: url(../images/index/SKD集合\ \(1920\ x\ 750\ px\).png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.About {
  padding-top: 45px;
  padding-bottom: 20px;
}
.About h2{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.About h2::after{
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.lead{
  max-width: 1200px;
  margin: 30px auto 20px auto;
}

.lead p{
  line-height: 2;
  text-align: center;
  font-size: 14px;
}
.link-button-area{
  text-align: center;
  margin-top: 40px;
}
.link-button{
  background-color: #00A9FE;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family:  'Montserrat',sans-serif;
  font-size: 14px;

}
.link-button:hover{
  background-color: #00A9FE;
}

.Event {
  background-color: #f8f8f8;
  padding-top: 25px;
  padding-bottom: 20px;
}
.Event h2{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.Event h2::after{
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.item-list {
  display: flex;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
}
.item-list li {
  text-align: center;
  /* flex-shrink: 0; */
  width: 800px;
  margin: 0 auto;
}
.item-list li:first-child{
  margin: 0 auto;
}
.item-list dl {
  margin-top: 20px;
}
.item-list dt {
  font-weight: bold;
}

.item-list .Li-Po {
  font-weight: bold;
  margin-top: 15px;
}
.item-list .Li-po a:hover {
  color: #FD6DBF;
}

.item-list dd {
  font-size: 13px;
  line-height: 20px;
  margin-top: -15px;
  margin-left: 0;
}
.item-list .price {
  /* font-weight: bold; */
  margin-top: 15px;
}

.item-list2 {
  display: flex;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
}
.item-list2 li {
  text-align: center;
  flex-shrink: 0;
  width: 800px;
  margin: 0 auto;
}
.item-list2 li:first-child{
  margin: 0 auto;
}
.item-list2 dl {
  margin-top: 20px;
}
.item-list2 dt {
  font-weight: bold;
}

.item-list2 .denden {
  font-weight: bold;
  margin-top: 15px;
}
.item-list2 .denden a:hover {
  color: #FD6DBF;
}

.item-list2 dd {
  font-size: 13px;
  line-height: 20px;
  margin-top: -15px;
  margin-left: 0;
}
.item-list2 .price {
  /* font-weight: bold; */
  margin-top: 15px;
}

@media (max-width: 800px){
  .first-view{
    height: calc(30vh - 0px);
    width: auto;
    background-image: url(../images/index/SKD集合レスポンシブ\ \(750\ x\ 414\ px\).png);
    align-items: flex-start;
    margin-top: 25px;
  }
  .first-view-text{
    padding-top: 60px;
    padding-left: 20px;
  }
  .first-view-text h1{
    font-size: 36px;
    line-height: 48px;
  }
  .first-view-text p {
    font-size: 14px;
    margin-top: 15px;
  }
  .lead{
    padding-left: 20px;
    padding-right: 20px;
  }
  .lead p {
    text-align: left;
    line-height: 1.5;
    
  }

  .lead p span {
    display: inline-block;
  }


  .item-list2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .item-list2 li {
    width: 300px;
  }

  .item-list2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .item-list2 li {
    width: 300px;
  }
  
  }