/*============================================================= #antique =============================================================*/
#antique { background: url("../img/common/bg_white01.png"); }

/* #mainImg
================================================ */
#mainImg {
  background-image: url("../img/antique/bg_main01_sp.png");
}
#mainImg .tit {
  max-width: 200px;
}
@media screen and (min-width: 600px) {
  #mainImg {
    background-image: url("../img/antique/bg_main01_pc.png");
  }
  #antique #mainImg .tit {
    max-width: 540px;
  }
}

/* 共通
================================================ */
#antique .secTit.mod_tit01 {
  margin-bottom: 20px;
}
#antique .txt.center {
  text-align: center;
}
.mod_list01 .item {
  padding-left: 15px;
  position: relative;
  box-sizing: border-box;
}
.mod_list01 .item:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 7px;
  left: 0;
  border-radius: 50%;
  background: #8f7362;
}
.mod_list01.is-col3 {
  display: flex;
  flex-wrap: wrap;
}
.mod_list01.is-col3 .item {
  width: 33.3%;
}
@media screen and (min-width: 600px) {
  #antique .secTit.mod_tit01 {
    margin-bottom: 20px;
  }
	#mainImg .tit{
		max-width: 540px;
	}
  #antique .txt.pc-center {
    text-align: center;
  }
  .mod_list01 .item {
    padding-left: 22px;
    padding-right: 20px;
  }
  .mod_list01 .item:before {
    width: 16px;
    height: 16px;
    top: 9px;
  }
  .mod_list01.is-col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mod_list01.is-col2 .item {
    width: 550px;
  }
  .mod_list01.is-col3 .item {
    width: 14.2%;
  }
}

/* #intro
================================================ */
#antique #intro .inner {
  padding-top: 40px;
  padding-bottom: 50px;
}
#antique #intro .detail {
  margin-top: 35px;
}
#antique #intro .detail .tit {
  color: #4d372a;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}
#antique #intro .detail .copy {
  color: #4d372a;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}
#antique #intro .detail .area-img {
  margin-top: 15px;
}
@media screen and (min-width: 600px) {
  #antique #intro .inner {
    padding-top: 20px;
    padding-bottom: 90px;
  }
  #antique #intro .detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #antique #intro .detail .area-txt {
    width: 580px;
  }
  #antique #intro .detail {
    margin-top: 75px;
  }
  #antique #intro .detail .tit {
    font-size: 4.8rem;
  }
  #antique #intro .detail .copy {
    font-size: 2rem;
    margin-bottom: 35px;
  }
  #antique #intro .detail .area-img {
    width: 580px;
    margin: 0;
  }
}

/* #example
================================================ */
#antique #example {
  background: url("../img/common/bg_beige01.png");
}
#antique #example .inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
#antique #example .head {
  color: #4d372a;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}
#antique #example .item {
  margin-top: 20px;
}
#antique #example .tit {
  color: #4d372a;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}
#antique #example .img {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  #antique #example .inner {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
  }
  #antique #example .head {
    font-size: 3rem;
    margin-bottom: 25px;
  }
  #antique #example .list {
    width: 580px;
  }
  #antique #example .tit {
    font-size: 2.4rem;
    margin-bottom: 7px;
  }
  #antique #example .img {
    position: absolute;
    top: 150px;
    right: 0;
    margin: 0;
    width: 557px;
  }
}

/* #flow
================================================ */
#antique #flow .inner {
  padding-top: 40px;
}
#antique #flow .list {
  margin-top: 30px;
  margin-bottom: 25px;
}
#antique #flow .list .item {
  text-align: center;
  background: #fff;
  padding: 30px 0 25px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 3px 8px rgb(0 0 0 / 30%);
}
#antique #flow .list .item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 75px 75px 0 0;
  border-color: #6c5241 transparent transparent transparent;
}
#antique #flow .list .item +.item {
  margin-top: 50px;
  position: relative;
}
#antique #flow .list .item +.item::before {
  position: absolute;
  content: "";
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 19px 0 19px;
  border-color: #4d372a transparent transparent transparent;
}
#antique #flow .list .img {
  width: 108px;
  margin: 0 auto 15px;
}
#antique #flow .list .item:nth-child(2) .img {
  width: 120px;
}
#antique #flow .list .item:nth-child(3) .img {
  width: 68px;
}
#antique #flow .list .item:nth-child(4) .img {
  width: 100px;
}
#antique #flow .list .num {
  position: absolute;
  top: 13px;
  left: 13px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  z-index: 2;
}
#antique #flow .list .txt {
  color: #4d372a;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  #antique #flow .inner {
    padding-top: 80px;
  }
  #antique #flow .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 35px;
  }
  #antique #flow .list .item {
    width: 260px;
    padding: 45px 0 35px;
  }
  #antique #flow .list .item +.item {
    margin-top: 0;
  }
  #antique #flow .list .item +.item::before {
    top: 50%;
    left: -45px;
    transform: translate(0,-50%) rotate(-90deg);
  }
  #antique #flow .list .num {
    font-size: 1.8rem;
  }
  #antique #flow .list .img {
    width: 103px;
  }
  #antique #flow .list .item:nth-child(2) .img {
    width: 107px;
    margin-top: 5px;
    margin-bottom: 22px;
  }
  #antique #flow .list .item:nth-child(3) .img {
    width: 57px;
  }
  #antique #flow .list .item:nth-child(4) .img {
    width: 92px;
  }
}

/* #difference
================================================ */
#antique #difference .inner {
  padding-top: 40px;
  padding-bottom: 50px;
}
#antique #difference .area-img {
  margin-top: 15px;
}
@media screen and (min-width: 600px) {
  #antique #difference .inner {
    padding-top: 80px;
    padding-bottom: 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #antique #difference .secTit.mod_tit01 {
    font-size: 3.6rem;
    margin-left: 0;
  }
  #antique #difference .area-txt {
    width: 570px;
  }
  #antique #difference .area-img {
    width: 580px;
  }
}

/* #sample
================================================ */
#antique #sample {
  background: url("../img/common/bg_beige01.png");
}
#antique #sample .inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
#antique #sample .box {
  margin-top: 20px;
  background: #f7f4ec;
  border: solid 10px #fff;
  box-shadow: 0 3px 8px rgb(0 0 0 / 30%);
  padding: 26px 26px 14px;
  box-sizing: border-box;
}
#antique #sample .list .item {
  padding: 0 0 7px 39px;
  margin-bottom: 20px;
  background: url(../img/common/ico_check01.png) no-repeat left 0;
  background-size: 30px;
}
@media screen and (min-width: 600px) {
  #antique #sample .inner {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  #antique #sample .box {
    padding: 43px 40px 0;
    margin-top: 50px;
    border-width: 17px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #antique #sample .list {
    width: 47.5%;
  }
  #antique #sample .list .item {
    font-size: 2rem;
    line-height: 1.4;
    padding: 0 0 12px 54px;
    margin-bottom: 36px !important;
    background-size: 36px;
  }
}