@charset "utf-8";

/* スマホフォントサイズ固定　*/

body {
 text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}

.eigyo{
  background-color: #f8f8f8;
  padding-top: 55px;
  }
.eigyo {
  font-size: 16px;
  color: #fb13a6;
  font-weight: bold;
  text-align: center;
}    

.first-view {
  height: calc(100vh - 110px);
  background-image: url(../images/index/bg-main03.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: flex;
  align-items: center;
}

.first-view-text {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 40px;
  padding-bottom: 80px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 10px #4b2c14;
}

.first-view-text h1 {
  font-family: 'Montserrat', serif;
  font-size: 32px ;
  
  line-height: 50px;
}

.first-view-text p {
  font-size: 20px;
  color: yellow ;
  margin-top: 20px;
}

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

.lead p {
  line-height: 2;
  text-align: center;
}

.link-button2-area {
  text-align: center;
  margin-top: 20px;
}

.link-button2 {
  background-color: #cba6f7;
  display: inline-block;
  min-width: 240px;
  line-height: 48px;
  border-radius: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.link-button2:hover {
  background-color: #d8b500;
}

.link-button-area {
  text-align: center;
  margin-top: 0px;
}

.link-button {
  background-color: #f4dd64;
  display: inline-block;
  min-width: 300px;
  line-height: 54px;
  border-radius: 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}

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

.recommended {
  background-color: #f6edfc;
  padding-top: 25px;
  padding-bottom: 35px;
}

.recommended h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.recommended p {
  font-size: 18px;
  margin-top: 20px;
  text-align : center;
}



.item-list {
  display: flex;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  overflow: scroll;
}

.item-list li {
  flex-shrink: 0;
  width: 260px;
  margin-left: 75px;
}

.item-list li:first-child {
  margin-left: 0;
}

.item-list dl {
  margin-top: 20px;
}

.item-list dt {
  font-weight: bold;
}

.item-list dd {
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
}

.item-list .price {
  font-weight: bold;
  margin-top: 15px;
}

/*
*/
.recommended2 {
  background-color: #f4f3f5;
  padding-top: 45px;
  padding-bottom: 55px;
}

.recommended2 h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.recommended2 p {
font-size: 18px;
margin-top: 20px;
text-align : center;
}

.recommended2 p::after {
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.item-list2 {
  display: flex;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  overflow: scroll;
}

.item-list2 li {
  flex-shrink: 0;
  width: 260px;
  margin-left: 75px;
}

.item-list2 li:first-child {
  margin-left: 0;
}

.item-list2 dl {
  margin-top: 20px;
}

.item-list2 dt {
  font-weight: bold;
}

.item-list2 dd {
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
}

.item-list2 .price {
  font-weight: bold;
  margin-top: 15px;
}

@media (max-width: 600px) {
  .first-view {
    height: calc(100vh - 240px);
    background-image: url(../images/index/bg-main-sp0.jpg);
    align-items: flex-start;
  }

  .first-view-text {
    padding-top: 200px;
    padding-left: 56px;
  }

  .first-view-text h1 {
    font-size: 32px;
    line-height: 48px;
  }

  .first-view-text p {
    font-size: 20px;
    margin-top: 15px;
  }

  .lead {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lead p {
    text-align: left;
  }

  .item-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-list li {
    width: 220px;
    margin-left: 30px;
  }
}