@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap");
/* _setting CSS */
@media all and (min-width: 751px) {
  body {
    min-width: 1140px;
  }
}

.serif {
  font-family: "Noto Serif JP" !important;
}

#wrapper {
  position: relative;
}

#header {
  height: 100px;
}
#header .cat_list {
  display: none;
}
@media screen and (max-width: 1000px) {
  #header {
    height: 18.6666666667vw;
  }
}

#detail_wrap {
  position: relative;
  overflow: hidden;
}
#detail_wrap .scf {
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .scf {
    transition: 0.7s;
  }
}
#detail_wrap .scf._trans_up {
  transform: translateY(40px);
}
@media screen and (max-width: 1000px) {
  #detail_wrap .scf._trans_up {
    transform: translateY(30px);
  }
}
#detail_wrap .scf._trans_up.scf_on {
  transform: translateY(0) !important;
}
#detail_wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200vw;
  background: #f6f0e8;
}
#detail_wrap .hd_wrap {
  position: relative;
  z-index: 10;
  width: 960px;
  margin: 0 auto -135px;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .hd_wrap {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    margin: 0 0 5.3333333333vw;
  }
}
#detail_wrap .hd_wrap::before, #detail_wrap .hd_wrap::after {
  content: "";
  position: absolute;
  top: 130px;
  left: 480px;
  z-index: 1;
  width: 640px;
  height: 625px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .hd_wrap::before, #detail_wrap .hd_wrap::after {
    top: 58.6666666667vw;
    left: 0;
    width: 84vw;
    height: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #detail_wrap .hd_wrap::before {
    left: 40vw;
    background: #f6f0e8;
  }
}
@media screen and (max-width: 1000px) {
  #detail_wrap .hd_wrap::after {
    display: block;
    content: "" !important;
  }
}
#detail_wrap .hd_wrap .text {
  display: block;
  z-index: 10;
  top: 110px;
  left: 480px;
  width: 740px;
  padding: 0 0 0 60px;
  border: none;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .hd_wrap .text {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 0 0 5.6vw;
  }
}
#detail_wrap .hd_wrap .text .hd > span,
#detail_wrap .hd_wrap .text .author,
#detail_wrap .hd_wrap .text .cat,
#detail_wrap .hd_wrap .text .tag,
#detail_wrap .hd_wrap .text .sns_share {
  transform: translateY(40px);
  opacity: 0;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .hd_wrap .text .hd > span,
#detail_wrap .hd_wrap .text .author,
#detail_wrap .hd_wrap .text .cat,
#detail_wrap .hd_wrap .text .tag,
#detail_wrap .hd_wrap .text .sns_share {
    transform: translateY(30px);
    transition: 0.7s;
  }
}
#detail_wrap .hd_wrap .text.scf_on .hd > span,
#detail_wrap .hd_wrap .text.scf_on .author,
#detail_wrap .hd_wrap .text.scf_on .cat,
#detail_wrap .hd_wrap .text.scf_on .tag,
#detail_wrap .hd_wrap .text.scf_on .sns_share {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
#detail_wrap .hd_wrap .text .hd {
  position: relative;
  left: -10px;
  margin: 0 0 15px;
  font-family: "Noto Serif JP" !important;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .hd_wrap .text .hd {
    left: -1.3333333333vw;
    margin: 0 0 4.6666666667vw;
  }
}
#detail_wrap .hd_wrap .text .hd > span {
  display: inline-block;
  line-height: 1.5;
  margin: 0 0 9px;
  padding: 0 23px 2px 10px;
  background: #a08c78;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .hd_wrap .text .hd > span {
    margin: 0 0 1.6vw;
    padding: 0.1333333333vw 4vw 0.6666666667vw 1.6vw;
    font-size: 1.9rem;
    letter-spacing: 0.08em;
  }
}
#detail_wrap .hd_wrap .text .hd > span:nth-of-type(2) {
  transition-delay: 0.12s;
}
#detail_wrap .hd_wrap .text .hd > span:nth-of-type(3) {
  transition-delay: 0.24s;
}
#detail_wrap .hd_wrap .text .author {
  line-height: 1.5;
  margin: 0 0 12px;
  transition-delay: 0.36s;
  color: #281446;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .hd_wrap .text .author {
    margin: 0 0 1.6vw;
    font-size: 1rem;
  }
}
#detail_wrap .hd_wrap .text .author span {
  font-size: 1.4rem;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .hd_wrap .text .author span {
    font-size: 0.9rem;
  }
}
#detail_wrap .hd_wrap .text .author:nth-of-type(2) {
  transition-delay: 0.48s;
}
#detail_wrap .hd_wrap .text .cat {
  line-height: 1.5;
  margin: 32px 0 0;
  color: #000000;
  font-weight: 500;
  transition-delay: 0.6s;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .hd_wrap .text .cat {
    line-height: 1.2;
    margin: 2.6666666667vw 0 0;
  }
  #detail_wrap .hd_wrap .text .cat b {
    font-size: 0.9rem;
  }
  #detail_wrap .hd_wrap .text .cat b::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
#detail_wrap .hd_wrap .text .tag {
  margin: 0 0 6px;
  transition-delay: 0.72s;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .hd_wrap .text .tag {
    margin: 0 0 1.3333333333vw;
  }
}
#detail_wrap .hd_wrap .text .tag li a {
  color: #313198;
  font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .hd_wrap .text .tag li a {
    font-size: 1rem;
  }
}
#detail_wrap .hd_wrap .text .sns_share {
  display: flex;
  transition-delay: 0.84s;
}
#detail_wrap .hd_wrap .text .sns_share li {
  display: flex;
  margin: 0 12px 0 0;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .hd_wrap .text .sns_share li {
    margin: 0 1.3333333333vw 0 0;
  }
}
#detail_wrap .hd_wrap .text .sns_share li .fb_iframe_widget > span {
  vertical-align: top !important;
}
#detail_wrap .hd_wrap .img {
  left: 0;
  width: 640px;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .hd_wrap .img {
    width: 100%;
  }
}
#detail_wrap .hd_wrap .img picture {
  display: block;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .hd_wrap .img picture {
    position: relative;
    z-index: 1;
    margin: 0 0 -4vw;
    padding: 0 0 0 14.6666666667vw;
  }
  #detail_wrap .hd_wrap .img picture img {
    width: 85.3333333333vw;
    height: 58.6666666667vw;
  }
}
#detail_wrap .detail_main {
  padding: 245px 0 0;
  background: #f6f0e8;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main {
    padding: 0;
    background: none;
  }
}
#detail_wrap .detail_main .detail {
  position: relative;
  z-index: 10;
  padding-bottom: 65px;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .detail {
    width: 100%;
    padding: 0;
    background: #f6f0e8;
  }
}
#detail_wrap .detail_main .detail .leader {
  margin: 0 0 80px;
  line-height: 2.2;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .detail .leader {
    line-height: 2;
    margin: 0 0 11.3333333333vw;
    letter-spacing: 0.04em;
  }
}
#detail_wrap .detail_main .detail h2 {
  position: relative;
  margin: 63px 0 35px;
  padding: 0 0 0 28px;
  background: none;
  color: #281446;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .detail h2 {
    margin: 0 0 4vw;
    padding: 0 0 0 4.6666666667vw;
    font-size: 1.6rem;
  }
}
#detail_wrap .detail_main .detail h2::before {
  position: absolute;
  top: 7%;
  left: 0;
  height: 80%;
  background: #a08c78;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .detail h2::before {
    top: -6%;
    height: 90%;
  }
}
#detail_wrap .detail_main .detail h2 + .talk {
  margin: 35px 0 40px;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .detail h2 + .talk {
    margin: 4vw 0 9.0666666667vw;
  }
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .detail h2 + .img {
    margin-top: 6.6666666667vw;
  }
}
#detail_wrap .detail_main .detail .small {
  font-size: 1.2rem;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .detail .small {
    font-size: 1rem;
  }
}
#detail_wrap .detail_main .detail .text_block {
  line-height: 2.2;
  letter-spacing: 0.03em;
}
#detail_wrap .detail_main .detail .talk {
  margin: 51px 0 40px;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .detail .talk {
    margin: 7.3333333333vw 0 13.3333333333vw;
  }
}
#detail_wrap .detail_main .detail .talk dt {
  width: 60px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .detail .talk dt {
    width: 16vw;
  }
}
#detail_wrap .detail_main .detail .talk dd {
  flex: 1;
  line-height: 2.43;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .detail .talk dd {
    padding: 1.0666666667vw 0 0;
    line-height: 2;
    letter-spacing: 0;
  }
}
#detail_wrap .detail_main .detail .img picture {
  display: block;
}
#detail_wrap .detail_main .detail .img .caption {
  display: block;
  padding: 13px 0 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .detail .img .caption {
    padding: 2vw 0 0;
    font-size: 1.2rem;
  }
}
#detail_wrap .detail_main .detail .full_img {
  position: absolute;
  bottom: -500px;
  left: 160px;
  width: 920px;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .detail .full_img {
    bottom: -56.9333333333vw;
    left: -4vw;
    width: 100vw;
  }
}
#detail_wrap .detail_main .detail .img_box1,
#detail_wrap .detail_main .detail .img_box2 {
  position: relative;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .detail .img_box1,
#detail_wrap .detail_main .detail .img_box2 {
    display: flex;
    flex-direction: column;
  }
  #detail_wrap .detail_main .detail .img_box1 *,
#detail_wrap .detail_main .detail .img_box2 * {
    order: 2;
  }
  #detail_wrap .detail_main .detail .img_box1 h2,
#detail_wrap .detail_main .detail .img_box2 h2 {
    margin: 0;
  }
}
#detail_wrap .detail_main .detail .img_box1 .img,
#detail_wrap .detail_main .detail .img_box2 .img {
  position: absolute;
  top: 10px;
  left: 640px;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .detail .img_box1 .img,
#detail_wrap .detail_main .detail .img_box2 .img {
    order: 1;
    position: static;
    width: 64vw;
    margin: 0 0 13.3333333333vw auto !important;
  }
}
#detail_wrap .detail_main .detail .img_box1 .img picture,
#detail_wrap .detail_main .detail .img_box2 .img picture {
  display: block;
}
#detail_wrap .detail_main .detail .img_box1 .img picture img,
#detail_wrap .detail_main .detail .img_box2 .img picture img {
  display: block;
  max-width: 1000px;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .detail .img_box1 .img picture img,
#detail_wrap .detail_main .detail .img_box2 .img picture img {
    position: relative;
    left: 4vw;
    width: 100%;
  }
}
#detail_wrap .detail_main .detail .img_box1 .img picture + picture,
#detail_wrap .detail_main .detail .img_box2 .img picture + picture {
  margin-top: 50px;
}
#detail_wrap .detail_main .detail .img_box1 + .img_box1,
#detail_wrap .detail_main .detail .img_box2 + .img_box1 {
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .detail .img_box2 {
    position: relative;
  }
}
@media all and (min-width: 1001px) {
  #detail_wrap .detail_main .detail .img_box2 .img {
    left: -430px;
  }
}
@media all and (max-width: 1000px) {
  #detail_wrap .detail_main .detail .img_box2 .img {
    position: absolute;
    top: -77.3333333333vw;
    left: 5.3333333333vw;
    width: 48vw;
  }
}
#detail_wrap .detail_main .detail .bg_wrap {
  position: relative;
  padding: 95px 0 330px;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .detail .bg_wrap {
    padding: 8vw 4vw 13.3333333333vw;
    background: #fff;
  }
}
#detail_wrap .detail_main .detail .bg_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: -200px;
  width: 1120px;
  height: 100%;
  background: #fff;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .detail .bg_wrap::before {
    content: none;
  }
}
#detail_wrap .detail_main .detail .bg_wrap .bg_inner {
  position: relative;
  z-index: 10;
}
#detail_wrap .detail_main .detail .bg_wrap .bg_inner .text_inner {
  width: 540px;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .detail .bg_wrap .bg_inner .text_inner {
    width: auto;
  }
}
#detail_wrap .detail_main .detail .bg_wrap .bg_inner .text_inner > p {
  margin: 30px 0 40px;
}
#detail_wrap .detail_main .detail .bg_wrap:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  width: 430px;
  height: 1px;
  background: #a08c78;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .detail .bg_wrap:first-of-type::after {
    content: none;
  }
}
#detail_wrap .detail_main .detail .bg_wrap:last-of-type {
  padding-bottom: 130px;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .detail .bg_wrap:last-of-type {
    padding: 12vw 4vw 12.8vw;
  }
}
#detail_wrap .detail_main .detail .bg_wrap:last-of-type::before {
  width: 1080px;
}
#detail_wrap .detail_main .detail .bg_wrap:nth-of-type(even) {
  margin-top: -305px;
  padding-bottom: 460px;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .detail .bg_wrap:nth-of-type(even) {
    margin-top: 48.6666666667vw;
    padding: 28vw 4vw 59.4666666667vw;
  }
}
#detail_wrap .detail_main .detail .bg_wrap:nth-of-type(even) .text_inner {
  margin: 0 0 0 auto;
}
#detail_wrap .detail_main .detail .bg_wrap:nth-of-type(even)::before {
  position: absolute;
  top: -215px;
  left: 0;
  z-index: -1;
  width: 1080px;
  height: calc(100% + 15px);
}
#detail_wrap .detail_main .detail h2 {
  font-family: "Noto Serif JP" !important;
}
#detail_wrap .detail_main .writer {
  margin: 80px 0 0;
  padding: 0;
  border-top: none;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .writer {
    margin: 9.6vw auto 0;
    padding: 0 0 10.6666666667vw;
  }
}
#detail_wrap .detail_main .writer .inner {
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .writer .inner {
    position: relative;
    margin-bottom: 6.6666666667vw;
  }
}
#detail_wrap .detail_main .writer .inner figure {
  left: 10px;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .writer .inner figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 32vw;
  }
}
#detail_wrap .detail_main .writer .inner dl:not([class]) {
  width: 640px !important;
  padding-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .writer .inner dl:not([class]) {
    width: 100% !important;
  }
}
#detail_wrap .detail_main .writer .inner dl:not([class]) dt {
  color: #281446;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .writer .inner dl:not([class]) dt {
    display: flex;
    align-items: center;
    line-height: 1.7;
    height: 32vw;
    padding: 0 0 3.3333333333vw 40vw;
    text-align: left !important;
  }
}
#detail_wrap .detail_main .writer .inner dl:not([class]) dt span {
  font-size: 1.4rem !important;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .writer .inner dl:not([class]) dt span {
    font-size: 1.36rem !important;
  }
}
#detail_wrap .detail_main .writer .inner dl:not([class]) dt span span {
  font-size: 1.8rem !important;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .writer .inner dl:not([class]) dt span span {
    display: block;
    font-size: 1.7rem !important;
  }
}
#detail_wrap .detail_main .writer .inner dl:not([class]) dd {
  margin: 0 !important;
  color: #281446;
  letter-spacing: 0.03em;
}
#detail_wrap .detail_main .writer .inner .relatedLink {
  flex: 1;
  width: 100%;
  margin-top: 25px !important;
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .writer .inner .relatedLink {
    margin-top: 10.6666666667vw !important;
  }
}
@media screen and (max-width: 1000px) {
  #detail_wrap .detail_main .related {
    padding-bottom: 26.6666666667vw !important;
  }
}
#detail_wrap .img_left {
  transition: 1.2s;
  transition-delay: 0.5s;
  opacity: 0;
}
#detail_wrap .img_left picture {
  display: block;
  overflow: hidden;
  width: 0;
  transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0.5s;
}
#detail_wrap .img_left picture img {
  width: static;
  max-width: 100000px;
  transform: scale(1.2);
  transition: all 8s cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0.3s;
}
#detail_wrap .img_left.scf_on {
  opacity: 1;
}
#detail_wrap .img_left.scf_on picture {
  width: 100%;
}
#detail_wrap .img_left.scf_on picture img {
  transform: scale(1);
}
@media screen and (max-width: 1000px) {
  #detail_wrap .img2 {
    width: 64vw !important;
    height: 50.6666666667vw !important;
  }
  #detail_wrap .img6 {
    width: 48vw !important;
    height: 64vw !important;
  }
  #detail_wrap .img8 {
    width: 100vw !important;
    height: 43.4666666667vw !important;
  }
  #detail_wrap .img9 {
    width: 100vw !important;
    height: 34vw !important;
  }
}

/*# sourceMappingURL=custom_post1.css.map */
