
/* ↓ コンテンツ ↓ */
#contentsBody {
  margin-bottom: 0;
}
.mainBody .mainImg.wide3 img {
  width: 100% !important;
  height: auto !important;
}

#contentsBody div.contentBox.cg {
  padding-top: 80px;
  /* padding-bottom: 0; */
}
#contentsBody div.contentBox.cg ul.img {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#contentsBody div.contentBox.cg ul.img li {
  width: 100%;
  display: block;
  position: relative;
  margin: 5vw 0 0;
  padding: 0;
  transition: all 1s ease-out;
}
#contentsBody div.contentBox.cg ul.img li:first-child {
  width: 72vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
#contentsBody div.contentBox.cg ul.img li:nth-child(2) {
  width: 47vw;
  margin-left: auto;
  margin-right: 14vw;
}
#contentsBody div.contentBox.cg ul.img li:nth-child(3) {
  width: 47vw;
  margin-left: 8vw;
  margin-right: auto;
}
#contentsBody div.contentBox.cg ul.img li:nth-child(4) {
  width: 84vw;
  margin-left: auto;
  margin-right: auto;
}
#contentsBody div.contentBox.cg ul.img li:nth-child(5) {
  width: 40vw;
  margin-left: auto;
  margin-right: 8vw;
}
#contentsBody div.contentBox.cg ul.img li:nth-child(6) {
  width: 40vw;
  margin-top: -16vw;
  margin-left: 8vw;
  margin-right: auto;
}
#contentsBody div.contentBox.cg ul.img li.is-target {
  opacity: 0;
}
#contentsBody div.contentBox.cg ul.img li.is-target:first-child,
#contentsBody div.contentBox.cg ul.img li.is-target:nth-child(3),
#contentsBody div.contentBox.cg ul.img li.is-target:nth-child(6) {
  transform: translateX(-5vw);
}
#contentsBody div.contentBox.cg ul.img li.is-target:nth-child(2),
#contentsBody div.contentBox.cg ul.img li.is-target:nth-child(4),
#contentsBody div.contentBox.cg ul.img li.is-target:nth-child(5) {
  transform: translateX(5vw);
}
#contentsBody div.contentBox.cg ul.img li div.img {
  position: relative;
  margin: 0;
}
#contentsBody div.contentBox.cg ul.img li div.copy {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
#contentsBody div.contentBox.cg ul.img li div.copy em {
  display: inline-block;
  border-right: 1px solid #a59f7c;
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: 0;
  color: #333;
  margin-right: 1em;
  padding: 0.4em 1em 0.5em 0;
  white-space: nowrap;
}
#contentsBody div.contentBox.cg ul.img li div.copy em small {
  margin-top: 0.5em;
  display: block;
  font-size: 16px;
  font-family: 'EB Garamond', serif;
  color: #a59f7c;
  line-height: 1;
}
#contentsBody div.contentBox.cg ul.img li div.copy em + p {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  text-align: left;
  padding-top: 0.75em;
}

@media (max-width: 1800px) {
  #contentsBody div.contentBox.cg ul.img li div.copy em {
    font-size: 26px;
  }
  #contentsBody div.contentBox.cg ul.img li div.copy em small {
    font-size: 15px;
  }
}
@media (max-width: 1600px) {
  #contentsBody div.contentBox.cg ul.img li:first-child {
    width: 79vw;
  }
  #contentsBody div.contentBox.cg ul.img li:nth-child(2) {
    width: 52vw;
    margin-right: 10.5vw;
  }
  #contentsBody div.contentBox.cg ul.img li:nth-child(3) {
    width: 52vw;
    margin-left: 4vw;
  }
  #contentsBody div.contentBox.cg ul.img li:nth-child(4) {
    width: 92vw;
  }
  #contentsBody div.contentBox.cg ul.img li:nth-child(5) {
    width: 44vw;
    margin-right: 4vw;
  }
  #contentsBody div.contentBox.cg ul.img li:nth-child(6) {
    width: 44vw;
    margin-left: 4vw;
  }
  #contentsBody div.contentBox.cg ul.img li div.copy em {
    font-size: 24px;
  }
  #contentsBody div.contentBox.cg ul.img li div.copy em small {
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  #contentsBody div.contentBox.cg ul.img li div.copy em {
    font-size: 22px;
  }
  #contentsBody div.contentBox.cg ul.img li div.copy em small {
    font-size: 13px;
  }
  #contentsBody div.contentBox.cg ul.img li div.copy em + p {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  #contentsBody div.contentBox.cg ul.img li div.copy em {
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  #contentsBody div.contentBox.cg ul.img li:first-child {
    width: 84vw;
  }
  #contentsBody div.contentBox.cg ul.img li:nth-child(2) {
    width: 60vw;
    margin-right: 8vw;
  }
  #contentsBody div.contentBox.cg ul.img li:nth-child(3) {
    width: 60vw;
    margin-left: 2vw;
  }
  #contentsBody div.contentBox.cg ul.img li:nth-child(4) {
    width: 96vw;
  }
  #contentsBody div.contentBox.cg ul.img li:nth-child(5) {
    width: 56vw;
    margin-right: 2vw;
  }
  #contentsBody div.contentBox.cg ul.img li:nth-child(6) {
    width: 56vw;
    margin-top: 5vw;
    margin-left: 2vw;
  }
  #contentsBody div.contentBox.cg ul.img li div.copy em {
    font-size: 18px;
  }
  #contentsBody div.contentBox.cg ul.img li div.copy em small {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  #contentsBody div.contentBox.cg {
    padding-top: 60px;
  }
  #contentsBody div.contentBox.cg ul.img li:first-child {
    width: 90vw;
  }
  #contentsBody div.contentBox.cg ul.img li:nth-child(2) {
    width: 82vw;
    margin-right: 5vw;
  }
  #contentsBody div.contentBox.cg ul.img li:nth-child(3) {
    width: 82vw;
  }
  #contentsBody div.contentBox.cg ul.img li:nth-child(5) {
    width: 74vw;
  }
  #contentsBody div.contentBox.cg ul.img li:nth-child(6) {
    width: 74vw;
  }
  #contentsBody div.contentBox.cg ul.img li div.copy em {
    font-size: 16px;
  }
  #contentsBody div.contentBox.cg ul.img li div.copy em small {
    font-size: 11px;
  }
  #contentsBody div.contentBox.cg ul.img li div.copy em + p {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  #contentsBody div.contentBox.cg {
    padding-top: 40px;
  }
  #contentsBody div.contentBox.cg ul.img li {
    margin: 8vw 0 0;
  }
  #contentsBody div.contentBox.cg ul.img li:first-child {
    width: 96vw;
  }
  #contentsBody div.contentBox.cg ul.img li:nth-child(2) {
    width: 96vw;
    margin-right: 2vw;
  }
  #contentsBody div.contentBox.cg ul.img li:nth-child(3) {
    width: 96vw;
  }
  #contentsBody div.contentBox.cg ul.img li:nth-child(5) {
    width: 96vw;
  }
  #contentsBody div.contentBox.cg ul.img li:nth-child(6) {
    width: 96vw;
  }
  #contentsBody div.contentBox.cg ul.img li div.copy em {
    font-size: 14px;
  }
  #contentsBody div.contentBox.cg ul.img li div.copy em small {
    font-size: 10px;
  }
  #contentsBody div.contentBox.cg ul.img li div.copy em + p {
    font-size: 11px;
  }
}



#contentsBody div.contentBox.map div.img {
  width: 90%;
  max-width: 960px;
}

@media (max-width: 480px) {
  #contentsBody div.contentBox.map div.img {
    width: 100%;
  }
}

/* ↑ コンテンツ ↑ */
