@charset "utf-8";

/* Theme Name: 
original 
*/

/* 全共通 */
html {
  font-size: 62.5%;
  scroll-padding-top: 70px;
  scroll-behavior: smooth;
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
li {
  list-style: none;
}
/* ここ不要 
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
} */
.anchor a,
.item-list li a,
.more-box a {
  color: #000000;
  text-decoration: none;
}
.item-list p:hover:first-of-type,
.item-list .item-img:hover {
  opacity: .5;
}
.more-box {
  width: 300px;
  margin-top: 20px;
  margin-inline: auto;
  margin-bottom: 20px;
}
.more-box a {
  border: 1px solid #000000;
  border-radius: 50px;
  display: inline-block;
  font-size: 1.4rem;
  text-align: center;
  line-height: 40px;
  width: 100%;
  height: 40px;
}
.more-box a:hover {
  border: 1px solid #04345a;
  background: #04345a;
  color: #FFFFFF;
}

/* コンテンツ */
.pc-img {
  display: block;
}
.sp-img {
  display: none;
}
.l-content--header {
  padding-bottom: 50px;
}
.l-article--header {
  margin-bottom: 50px;
}
.p-article--vis {
  padding-bottom: 25px;
  margin-bottom: 10px;
}
.p-article--vis_img {
  padding-top: 30px;
}
.p-article--vis_img .pc-img{
  display: block;
  width: 900px;
  margin-inline: auto;
}
.p-article--vis_img .sp-img {
  display: none;
}
.l-col {
  width: 878px;
  margin-inline: auto;
}
.lead {
  margin-top: 5%;
}
.lead p {
  font-size: 1.4rem;
  letter-spacing: .04em;
  line-height: 1.8;
  text-align: center;
}
.anchor {
  width: 878px;
  margin-inline: auto;
}
.anchor a {
  border-left: 1px solid #CCCCCC;
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  font-size: 2.0rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8;
  margin-top: 5em;
  margin-inline: auto;
  text-align: center;
  width: 24%;
}
.anchor a:last-child {
  border-right: 1px solid #CCCCCC;
}
#GREEN.item-ttl,
.anchor a:first-child {
  color: #1CAD4C;
}
#PINK.item-ttl,
.anchor a:nth-child(2) {
  color: #EF8487;
}
#WHITE.item-ttl,
.anchor a:nth-child(3) {
  color: #E5CFAA;
}
#BLUE.item-ttl,
.anchor a:last-child {
  color: #2C8EC3;
}
.item-ttl {
  font-family: "futura-pt", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  font-style: normal;
  margin-top: 4em;
  margin-inline: auto;
  margin-bottom: 1em;
  text-align: center;
  letter-spacing: 1px;
}
.item-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item-list li {
  width: 23.5%;
  height: 365px;
  margin-top: 4px;
  margin-bottom: 40px;
  padding-top: 20px;
}
.item-list li .brand {
  color: #666666;
  display: block;
  margin-top: 3px;
}
.item-list li p {
  font-size: 1.4rem;
}
.blue-sec {
  margin-bottom: 100px;
}

@media(max-width: 768px) {
  html {
    scroll-padding-top: 0;
  }
  .pc-img {
    display: none;
  }
  .sp-img {
    display: block;
  }
  .p-article--vis_img .pc-img{
    display: none;
    width: 100%;
  }
  .p-article--vis_img .sp-img {
    display: block;
  }
  .l-content--header {
    padding-bottom: 0;
  }
  .l-article--header {
    margin-bottom: 0;
  }
  .p-article--vis {
    padding-bottom: 0;
  }
  .lead,
  .anchor {
    width: 85%;
    margin-inline: auto;
  }
  .lead {
    margin-top: 5%;
    margin-bottom: 10%;
  }
  .lead p {
    text-align: left;
  }
  .anchor a {
    border-left: none;
    border-bottom: 1px solid #EBEBEB;
    display: block;
    margin-top: 3%;
    margin-inline: 0;
    text-align: left;
    padding-bottom: 3%;
    width: 100%;

    font-size: 1.8rem;
  }
  .anchor a:last-child {
    border-right: none;
  }
  .l-col {
    width: 100%;
  }
  .item-ttl {
    margin-top: 3em;
  }
  .item-list li {
    width: 48.5%;
    height: 330px;
    margin-bottom: 30px;
  }
  .item-list li p {
    font-size: 1.2rem;
  }
  .item-list li p,
  .item-list li .brand {
    padding-left: 5px;
    padding-right: 5px;
  }
  .blue-sec {
    margin-bottom: 60px;
  }
}


