/* .txt
================================================ */
.txt.is-center {
  text-align: center;
}

/* c-set01
================================================ */
.c-set01__area-img {
  margin-top: 15px;
}
@media screen and (min-width: 600px) {
  .c-set01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-set01.is-r .c-set01__area-img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .c-set01__area-txt {
    width: 570px;
  }
  .c-set01__area-img {
    width: 580px;
  }
}

/* flow01
================================================ */
#flow .list {
  margin-top: 30px;
  margin-bottom: 25px;
}

#flow .list .item {
  text-align: center;
  background: #fff;
  padding: 30px 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

#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;
}

#flow .list .item + .item {
  margin-top: 50px;
  position: relative;
}

#flow .list .item + .item::before {
  position: absolute;
  content: "";
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 19px 0 19px;
  border-color: #4d372a transparent transparent transparent;
}

#flow .list .img {
  width: 108px;
  margin: 0 auto 15px;
}

#flow .list .item:nth-child(2) .img {
  width: 120px;
}

#flow .list .item:nth-child(3) .img {
  width: 68px;
}

#flow .list .item:nth-child(4) .img {
  width: 100px;
}

#flow .list .num {
  position: absolute;
  top: 13px;
  left: 13px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  z-index: 2;
}

#flow .list .txt {
  color: #4d372a;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (min-width: 600px) {
  #flow .inner {
    padding-top: 80px;
  }
  #flow .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 35px;
  }
  #flow .list .item {
    width: 260px;
    padding: 45px 0 35px;
  }
  #flow .list .item + .item {
    margin-top: 0;
  }
  #flow .list .item + .item::before {
    top: 50%;
    left: -45px;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
            transform: translate(0, -50%) rotate(-90deg);
  }
  #flow .list .num {
    font-size: 1.8rem;
  }
  #flow .list .img {
    width: 103px;
  }
  #flow .list .item:nth-child(2) .img {
    width: 107px;
    margin-top: 5px;
    margin-bottom: 22px;
  }
  #flow .list .item:nth-child(3) .img {
    width: 57px;
  }
  #flow .list .item:nth-child(4) .img {
    width: 92px;
  }
}
/* .c-detail01
================================================ */
.c-detail01 .tit {
  color: #4d372a;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}

.c-detail01 .copy {
  color: #4d372a;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}

.c-detail01 .area-img {
  margin-top: 15px;
}

@media screen and (min-width: 600px) {
  .c-detail01 .tit {
    font-size: 4.8rem;
  }
  .c-detail01 .copy {
    font-size: 2rem;
    margin-bottom: 35px;
  }
  .c-detail01 .area-img {
    width: 580px;
    margin: 0;
  }
}
/* .c-bg01 
================================================ */
.c-bg01 {
  background: url(../img/common/bg_beige01.png);
}

/* c-list01
================================================ */
.c-list01__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.c-list01__item {
  position: relative;
  padding: 0 0 0 18px;
  margin: 0 12px;
}
.c-list01__item::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #8f7362;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}
.c-list01__item.is-no-mark {
  padding-left: 0;
}
.c-list01__item.is-no-mark::before {
  content: none;
}
@media screen and (max-width: 599px) {
  .c-list01__wrap.viewPc {
    display: none !important;
  }
}
@media screen and (min-width: 600px) {
  .c-list01__wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .c-list01__wrap.viewSp {
    display: none !important;
  }
}

/* c-box01
=============================================== */
.c-box01 {
  padding: 30px 15px;
  background: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}
.c-box01 + .c-box01 {
  margin-top: 15px;
}
@media screen and (min-width: 600px) {
  .c-box01 {
    padding: 30px;
  }
}

/* .c-result01
=============================================== */
.c-result01 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.c-result01__item {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.c-result01__item-img img {
  width: 100%;
}
.c-result01__item-txtarea {
  padding: 20px 25px;
}
.c-result01__item-head {
  color: #4d372a;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.5;
}
.c-result01__item-txt {
  margin-top: 15px;
}
@media screen and (min-width: 600px) {
  .c-result01 {
    margin-top: 30px;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .c-result01__item-head {
    font-size: 2.3rem;
  }
}

/* .c-about01
================================================ */
.c-about01 .inner {
  padding-top: 40px;
}
.c-about01 .tit {
  color: #4d372a;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
.c-about01 .btn {
  margin-top: 15px;
}
.c-about01 .cap {
  margin-top: 3px;
}
.c-about01 #china .detail {
  margin-top: 20px;
}
.c-about01 #china .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -5px;
}
.c-about01 #china .item {
  width: calc(50% - 10px);
  margin: 5px;
}
.c-about01 #antique .area-img,
.c-about01 #okuratouen .area-img,
.c-about01 #camera .area-img {
  margin-top: 25px;
  margin-bottom: 15px;
}
.c-about01 #gift .secTit,
.c-about01 #ukiyoe .secTit {
  margin-bottom: 28px;
}
.c-about01 #gift .areaImg,
.c-about01 #ukiyoe .areaImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 14px -5px -10px;
}
.c-about01 #gift .img,
.c-about01 #ukiyoe .img {
  margin: 0 5px 10px;
  width: calc(50% - 10px);
}
.c-about01 #gift .btn,
.c-about01 #ukiyoe .btn {
  margin-top: 30px;
}
.c-about01 #camera .inner {
  padding-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .c-about01 .inner {
    padding-top: 100px;
  }
  .c-about01 .tit {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  .c-about01 .btn {
    margin-top: 45px;
  }
  .c-about01 #china .detail {
    margin-top: 25px;
  }
  .c-about01 #china .list {
    margin: 0 -5px;
  }
  .c-about01 #china .item {
    width: calc(20% - 10px);
  }
  .c-about01 #antique .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 30px;
  }
  .c-about01 #antique .area-txt {
    width: 725px;
  }
  .c-about01 #antique .area-img {
    width: 438px;
    margin: 0;
  }
  .c-about01 #gift .secTit,
  .c-about01 #ukiyoe .secTit {
    margin-bottom: 22px;
  }
  .c-about01 #gift .areaImg,
  .c-about01 #ukiyoe .areaImg {
    margin-top: 40px;
  }
  .c-about01 #gift .img,
  .c-about01 #ukiyoe .img {
    width: calc(25% - 10px);
  }
  .c-about01 #gift .btn,
  .c-about01 #ukiyoe .btn {
    margin-top: 40px;
  }
  .c-about01 #okuratouen .set,
  .c-about01 #camera .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 30px;
  }
  .c-about01 #okuratouen .area-txt,
  .c-about01 #camera .area-txt {
    width: 840px;
  }
  .c-about01 #okuratouen .area-img,
  .c-about01 #camera .area-img {
    width: 295px;
    margin: 0 0 0 70px;
  }
  .c-about01 #camera .inner {
    padding-bottom: 100px;
  }
}

.c-about01.is-single #camera .inner {
  padding-bottom: 0;
}