html {
  scroll-behavior: smooth;
}

#color {
  padding-top: 90px;
  margin-top: -90px;
}
@media screen and (max-width: 480px) {
  #color {
    padding-top: 60px;
    margin-top: -60px;
  }
}

#custom_order {
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
#custom_order .wrapper {
  max-width: 1200px;
}
#custom_order .secTitle {
  font-size: 42px;
  font-weight: normal;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #custom_order .secTitle {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  #custom_order .secTitle {
    font-size: 20px;
  }
}
#custom_order .secTitle span {
  color: #333;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #custom_order .secTitle span {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #custom_order .secTitle span {
    font-size: 14px;
  }
}
#custom_order .secText {
  font-size: 16px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  #custom_order .secText {
    font-size: 14px;
  }
}
#custom_order .secTitle01 {
  margin-top: 30px;
}
#custom_order .secText01 {
  padding: 15px 0 60px;
}
#custom_order .secText02 {
  font-size: 28px;
  padding: 60px 0 15px;
}
@media screen and (max-width: 768px) {
  #custom_order .secText02 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #custom_order .secText02 {
    font-size: 14px;
    padding: 60px 0 5px;
  }
}
#custom_order .secTitle02 {
  line-height: 1;
  margin-bottom: 45px;
}
#custom_order .silverArea {
  background-color: #fff;
  background-image: url(../images/concept/bg02@2x.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 75px 0;
}
@media screen and (max-width: 480px) {
  #custom_order .silverArea {
    padding: 25px 0 45px;
    background-image: url(../images/custom_order/bg02_sp@2x.webp);
  }
}
#custom_order .brownBg {
  background-color: #423226;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #custom_order .brownBg {
    padding: 90px 0 60px;
  }
}
@media screen and (max-width: 480px) {
  #custom_order .brownBg {
    padding: 60px 0;
  }
}
#custom_order .brownBg {
  background-image: url(../images/concept/bg@2x.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top;
}
#custom_order .btnArea {
  display: flex;
  justify-content: space-between;
  padding: 90px 0 45px;
}
@media screen and (max-width: 480px) {
  #custom_order .btnArea {
    flex-direction: column;
    padding: 70px 0 0;
  }
}
#custom_order .btnArea a {
  width: calc(33% - 10px);
  display: block;
  position: relative;
  background-color: #a5925f;
  border-radius: 5px;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-align: center;
  box-sizing: border-box;
  font-size: 18px;
  padding: 15px 15px 30px;
  transition: 0.2s all;
}
@media screen and (max-width: 768px) {
  #custom_order .btnArea a {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #custom_order .btnArea a {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#custom_order .btnArea a:hover {
  filter: brightness(120%) saturate(160%);
}
#custom_order .btnArea a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 14px solid #fff;
}
@media screen and (max-width: 480px) {
  #custom_order .btnArea a::after {
    bottom: 10px;
  }
}
#custom_order .btnArea02 {
  padding: 80px 0 90px;
}
@media screen and (max-width: 480px) {
  #custom_order .btnArea02 {
    padding: 45px 0 25px;
  }
}
#custom_order .btnArea02 a {
  padding: 30px 15px 15px;
}
#custom_order .btnArea02 a::after {
  bottom: unset;
  top: 14px;
  border-top: unset;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 14px solid #fff;
}
@media screen and (max-width: 480px) {
  #custom_order .btnArea02 a::after {
    top: 10px;
  }
}
#custom_order .img05 {
  margin-bottom: 45px;
}
#custom_order .img06 {
  margin-bottom: 45px;
}
#custom_order .img07 {
  margin-bottom: 90px;
}
@media screen and (max-width: 480px) {
  #custom_order .img07 {
    margin-bottom: 45px;
  }
}
#custom_order .img08 {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  #custom_order .img08 {
    width: 88%;
    margin: 0 auto 30px;
  }
}
#custom_order .flex4Area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#custom_order .flex4Area .flex4Item {
  width: calc(25% - 15px);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #custom_order .flex4Area .flex4Item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 480px) {
  #custom_order .flex4Area .flex4Item {
    width: calc(50% - 8px);
    margin-bottom: 20px;
  }
}
#custom_order .img09 {
  transition: 0.2s all;
  margin-bottom: 110px;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  #custom_order .img09 {
    margin-bottom: 60px;
  }
}
#custom_order .img09:hover {
  filter: brightness(120%) saturate(160%);
}
#custom_order .img10 {
  padding: 90px 0 45px;
}
@media screen and (max-width: 480px) {
  #custom_order .img10 {
    padding: 60px 0 35px;
    width: 85%;
    margin: 0 auto;
  }
}
#custom_order .border {
  border: 1px solid #fff;
}
#custom_order .secTitle03 {
  color: #fff;
  text-align: right;
  margin-top: -20px;
}
@media screen and (max-width: 480px) {
  #custom_order .secTitle03 {
    margin-top: -10px;
  }
}
#custom_order .img11 {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media screen and (max-width: 480px) {
  #custom_order .img11 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
#custom_order .img12 {
  padding: 90px 0 45px;
}
@media screen and (max-width: 480px) {
  #custom_order .img12 {
    padding: 60px 0 30px;
  }
}
#custom_order .redArea {
  background-image: url(../images/custom_order/redBg@2x.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0;
}
@media screen and (max-width: 480px) {
  #custom_order .redArea {
    padding: 50px 0 60px;
    background-image: url(../images/custom_order/redBg_sp@2x.webp);
  }
}
#custom_order .redArea .secTitle {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  #custom_order .redArea .secTitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#custom_order .redArea .secTitle span {
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  #custom_order .redArea .secTitle span {
    font-size: 12px;
  }
}
#custom_order .redArea .button01 {
  background: linear-gradient(to right, #8c270a, #470505);
  max-width: 420px;
  padding: 20px 0;
}
@media screen and (max-width: 480px) {
  #custom_order .redArea .button01 {
    max-width: 320px;
    padding: 10px 0;
  }
}
#custom_order .redArea .button01::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
#custom_order iframe {
  width: 560px;
  height: 310px;
}
@media screen and (max-width: 768px) {
  #custom_order iframe {
    width: 330px;
    height: 170px;
  }
}

.caption_area {
  background-color: #f2f2f2;
  padding: 45px 0;
}
@media screen and (max-width: 480px) {
  .caption_area {
    padding: 25px 0;
  }
}