main {
  position: relative;
  overflow-x: hidden;
}

.img_note {
  font-size: 10px;
  color: #000;
  text-align: right;
  line-height: 1;
  margin-top: 4px;
  padding: 0 4px;
  font-weight: 600;
}
.img_note.left {
  text-align: left;
}

.ac-ttl {
  width: 22%;
  height: 100%;
  background: rgba(35, 24, 21, 0.6);
  position: absolute;
  top: 0;
  right: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 46px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .ac-ttl {
    width: 40%;
    right: 5%;
    font-size: 7vw;
  }
}

.sec_01 {
  padding: 84px 0;
}
@media screen and (max-width: 767px) {
  .sec_01 {
    padding: 64px 0;
  }
}
.sec_01 p:nth-of-type(1) {
  text-align: center;
  font-size: 22px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .sec_01 p:nth-of-type(1) {
    font-size: 20px;
  }
}
.sec_01 p:nth-of-type(2) {
  text-align: center;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sec_01 p:nth-of-type(2) {
    font-size: 12px;
  }
}

.section {
  padding: 84px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 56px 0 64px;
  }
}
.section::before {
  content: "";
  background: linear-gradient(90deg, rgb(152, 145, 126) 0%, rgb(127, 121, 105) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 54%;
}
@media screen and (max-width: 767px) {
  .section::before {
    height: 64%;
  }
}
.section .wrap {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
}
.section .wrap .slide_title {
  font-size: 54px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .section .wrap .slide_title {
    font-size: 30px;
  }
}
.section .wrap .title_deco {
  width: 65%;
  margin: 0 auto;
  height: -moz-fit-content;
  height: fit-content;
  margin: 14px auto;
}
.section .wrap .slide_catch {
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
  margin: 14px 0 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .section .wrap .slide_catch {
    font-size: 12px;
  }
}
.section.sec_03::before {
  background: #ebebe8;
}
.section.sec_03 .wrap .slide_title {
  color: #000000;
}
.section.sec_03 .wrap .slide_catch {
  color: #000000;
}
.section.sec_04::before {
  background: #231815;
  opacity: 0.6;
}
.section .slick_img {
  background: #231815;
}

.thumbnail .thumbnail_img,
.thumbnail02 .thumbnail_img,
.thumbnail03 .thumbnail_img {
  margin-top: 2%;
  background: #231815;
  width: 15% !important;
}
@media screen and (max-width: 767px) {
  .thumbnail .thumbnail_img,
  .thumbnail02 .thumbnail_img,
  .thumbnail03 .thumbnail_img {
    width: 32% !important;
  }
}
.thumbnail .thumbnail_img img,
.thumbnail02 .thumbnail_img img,
.thumbnail03 .thumbnail_img img {
  opacity: 0.4;
}
.thumbnail .thumbnail_img.slick-current img,
.thumbnail02 .thumbnail_img.slick-current img,
.thumbnail03 .thumbnail_img.slick-current img {
  opacity: 1;
}

.thumbnail .slick-track,
.thumbnail02 .slick-track,
.thumbnail03 .slick-track {
  transform: unset !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.slick-track:after, .slick-track:before {
  content: none;
}

.slick_img {
  position: relative;
}
.slick_img .cap {
  position: absolute;
  bottom: 4px;
  right: 10px;
  font-size: 10px;
  color: #fff;
  text-shadow: 0 0 4px #000, 0 0 4px #000;
}

.ib {
  display: inline-block;
}