@charset "UTF-8";

*{
  box-sizing: border-box;
}

img{
  max-width: 100%;
}

.pc{
  display: block;
}

.sp {
  display: none;
}

#lee {
  text-align: center;
  font-size: 24px;
}

#main {
  margin-bottom: 100px;
}

p {
  line-height: 1.5em;
}

.set {
  border-bottom: 2px solid #879bae;
  padding-bottom: 90px;
  margin-bottom: 90px;
}

.set:last-of-type{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#item01_02 h2 {
  text-align: left;
  font-size:48px;
  padding-top: 0;
  line-height: 1.2;
}

.set h2{
  font-size:32px;
  text-align: left;
  line-height: 1.2;
}

.set img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

.set .name {
  margin-top: 30px;
  text-align-last: left;
}

.set .value {
  margin-top: 10px;
  font-size: 40px;
}

.set .value span {
  font-size: 20px;
}

.set .detail {
  font-size: 30px;
}

.set .detail a {
  text-decoration: none;
  color: #ffffff;
  padding: 15px 70px 15px 80px;
  display: block;
}

.button .detail a{
  background-color: #000;
}

.flex_container .flex_item:first-of-type{
  padding-right: 1%;
}

.flex_container .flex_item:last-of-type{
  padding-left: 1%;
}

/* <!-- #item --> */

.flex_container{
  display: flex;
}

.scrub, .pants {
  width: 50%;
}

.scrub .detail a{
  background-color: #043463;
}

.pants .detail a{
  background-color: #A38A74;
}



/* SP */

@media screen and (max-width: 520px) { /* SP */

.pc {
    display: none;
}

.sp {
    display: block;
}

h2 {
  background-color: transparent;
  font-weight: normal;
}

#lee {
  font-size: 14px;
}

#main {
  margin-bottom: 50px;
}

h1 {
  margin-bottom: 10px;
}

.set {
  padding-bottom: 45px;
  margin-bottom: 45px;
}

.set h2 {
  margin-bottom: 5px;
  font-size: 23px;
  padding-left: 0;
  letter-spacing: 0.01em;
}

.set .name {
  margin-top: 10px;
  font-size: 17px;
  letter-spacing: 0.03em;
}

.set .value {
  margin-top: 10px;
  font-size: 28px;
  line-height: 1;
}

.set .value span {
  font-size: 16px;
  letter-spacing: 0.01em;
}

.set .detail {
  margin-top: 10px;
  font-size: 20px;
}
.set .detail a {
  padding: 10px 40px 10px 50px;
}

.scrub {
  margin-bottom: 30px;
}

/* <!-- #item --> */

#item01_02 h2{
  font-size: 24px;
}

  .flex_container{
    display: block;
  }

  .scrub, .pants {
    width: 100%;
  }

  #item03 {
    border-bottom: 2px solid #879bae;
    padding-bottom: 45px;
    margin-bottom: 45px;
  }
}