#wrap {
  z-index: 0;
}
#wrap #main {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #wrap #main {
    flex-direction: column;
  }
}
#wrap #main .main-visual {
  position: relative;
}
#wrap #main .main-visual .back {
  width: 100%;
  min-width: 1280px;
}
@media screen and (max-width: 1650px) {
  #wrap #main .main-visual .back {
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  #wrap #main .main-visual .back {
    min-width: 100%;
  }
}
#wrap #main .main-visual .logo-wrap {
  width: 100%;
  position: absolute;
  top: 217px;
  left: 0;
  background-color: rgba(139, 2, 4, 0.75);
  padding: 50px 0 28px;
}
@media screen and (max-width: 1024px) {
  #wrap #main .main-visual .logo-wrap {
    top: 175px;
  }
}
@media screen and (max-width: 768px) {
  #wrap #main .main-visual .logo-wrap {
    top: 280px;
  }
}
#wrap #main .main-visual .logo-wrap .logo {
  width: 680px;
  margin: 0 auto 34px;
  display: block;
}
@media screen and (max-width: 1024px) {
  #wrap #main .main-visual .logo-wrap .logo {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  #wrap #main .main-visual .logo-wrap .logo {
    width: 87vw;
    margin: 0 auto 40px;
  }
}
#wrap #main .main-visual .main-title {
  width: 100%;
  position: absolute;
  top: 217px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  padding: 80px 20px 70px;
}
#wrap #main .main-visual .main-title strong {
  font-size: 240%;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  #wrap #main .main-visual .main-title {
    top: 175px;
  }
}
@media screen and (max-width: 768px) {
  #wrap #main .main-visual .main-title {
    top: 274px;
    padding: 40px 0 32px;
    font-size: 16px;
  }
  #wrap #main .main-visual .main-title strong {
    font-size: 220%;
  }
}
#wrap #main .main-visual .attention {
  position: absolute;
  top: 177px;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  height: 40px;
  background-color: #e00;
  font-size: 16px;
}
#wrap #main .main-visual .attention br {
  display: none;
}
@media screen and (max-width: 1024px) {
  #wrap #main .main-visual .attention {
    height: 35px;
    top: 140px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #wrap #main .main-visual .attention {
    height: 40px;
    top: 250px;
  }
  #wrap #main .main-visual .attention br {
    display: inline;
  }
}
#wrap #main .txt-wrap {
  width: 100%;
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  #wrap #main .txt-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
    position: relative;
  }
}
#wrap #main .txt-wrap > .txt {
  max-width: 960px;
  margin: 0 auto 36px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #wrap #main .txt-wrap > .txt {
    width: 100%;
    padding: 68px 4vw 0;
    line-height: 2em;
    margin-bottom: 8vw;
    text-align: left;
    text-align: justify;
  }
}
@media screen and (max-width: 768px) {
  #wrap #main .txt-wrap > .btn-01 {
    width: 78vw;
  }
}
@media screen and (max-width: 768px) {
  #wrap #main .txt-wrap > .btn-01 .txt {
    font-size: 18px;
  }
}
#wrap .section {
  width: 100%;
  color: #fff;
  margin-bottom: 50px;
}
#wrap .section .inner {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wrap .section .inner {
    width: 100%;
    padding: 0 4vw;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 768px) {
  #wrap .section .inner .title-wrap {
    padding-top: 40px;
  }
}
#wrap .section .inner .title-wrap > .title {
  font-size: 65px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #wrap .section .inner .title-wrap > .title {
    font-size: 30px;
  }
}
#wrap .section .inner .title-wrap > .title.right {
  text-align: right;
  padding-right: 136px;
}
@media screen and (max-width: 768px) {
  #wrap .section .inner .title-wrap > .title.right {
    padding-right: 0;
  }
}
#wrap .section .inner .title-wrap > .txt {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 2;
}
#wrap .section .inner .title-wrap > .txt.right {
  text-align: right;
  padding-right: 66px;
}
@media screen and (max-width: 768px) {
  #wrap .section .inner .title-wrap > .txt.right {
    text-align: left;
    padding-right: 0;
  }
}
#wrap .section .inner.back-square {
  position: relative;
}
#wrap .section .inner.back-square::after {
  content: "";
  display: block;
  width: 330px;
  height: 300px;
  background-color: #8b0204;
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #wrap .section .inner.back-square::after {
    /* width: 72vw; */
    width: 100vw;
    height: 87vw;
    left: 4vw;
  }
}
#wrap .section .inner.back-circle {
  position: relative;
}
#wrap .section .inner.back-circle::after {
  content: "";
  display: block;
  width: 340px;
  height: 340px;
  background-color: #8b0204;
  position: absolute;
  top: 110px;
  right: 100px;
  z-index: -1;
  opacity: 0.5;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #wrap .section .inner.back-circle::after {
    width: 90vw;
    height: 90vw;
    top: 23px;
    right: -45vw;
  }
}
#wrap #display-wrap {
  overflow: hidden;
  padding: 50px 0 194px 0;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #wrap #display-wrap {
    padding: 115px 0 0 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #wrap #display-wrap .title-wrap {
    margin-bottom: 53px;
  }
}
#wrap #display-wrap .title-wrap .title {
  margin-bottom: 30px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  #wrap #display-wrap .title-wrap .title {
    margin: 10px 0 20px;
  }
}
#wrap #display-wrap .title-wrap .txt {
  padding-left: 72px;
}
@media screen and (max-width: 768px) {
  #wrap #display-wrap .title-wrap .txt {
    padding-left: 3vw;
    width: 85vw;
  }
}
#wrap #display-wrap .hash {
  font-size: 16px;
  font-weight: 700;
  background-color: #fff;
  color: #a1281b;
  padding: 2px 14px;
  letter-spacing: 0;
}
#wrap #display-wrap .hash:first-of-type {
  margin-left: 12px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  #wrap #display-wrap .hash:first-of-type {
    margin: 0;
  }
}
#wrap #display-wrap .slider {
  width: 2000px;
  height: 360px;
  padding-left: 164px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #wrap #display-wrap .slider {
    width: 100%;
    padding-left: 0;
  }
}
#wrap #display-wrap .slider li {
  margin: 0 10px;
}
#wrap #display-wrap .slider .img {
  width: 100%;
  height: 360px;
}
@media screen and (max-width: 768px) {
  #wrap #display-wrap .slider .img {
    width: 85vw;
    height: auto;
  }
}
#wrap #display-wrap .slider .next {
  display: flex;
  align-items: center;
  position: absolute;
  top: 53%;
  left: 0;
  transform: translate(-32px, -50%);
  line-height: 1;
  letter-spacing: 1px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #wrap #display-wrap .slider .next {
    top: -22px;
    transform: translate(4vw, -50%);
  }
}
#wrap #display-wrap .slider .next > .arrow {
  display: inline-block;
  width: 112px;
  height: 1px;
  background-color: #fff;
  margin-right: 20px;
  position: relative;
  transition: 0.3s;
}
#wrap #display-wrap .slider .next > .arrow::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: -5px;
  left: -2px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  #wrap #display-wrap .slider .next:hover > .arrow {
    transform: translateX(-20px);
    transition: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  #wrap #display-wrap .slider .next:active > .arrow {
    transform: translateX(-20px);
    transition: 0.3s;
  }
}
#wrap #display-wrap .slider .slick-prev {
  display: none !important;
}
#wrap #view-wrap {
  position: relative;
  padding-bottom: 184px;
  overflow-y: hidden;
}
@media screen and (max-width: 768px) {
  #wrap #view-wrap .inner {
    padding: 0;
  }
}
#wrap #view-wrap .title-wrap {
  padding-top: 200px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #wrap #view-wrap .title-wrap {
    padding: 60px 4vw 0;
  }
}
#wrap #view-wrap .title-wrap .title {
  margin-bottom: 14px;
}
#wrap #view-wrap .back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#wrap #view-wrap .img-wrap {
  width: 100%;
}
#wrap #view-wrap .img-wrap .img {
  width: 100%;
}
#wrap #view-wrap .img-wrap .pano {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 768px) {
  #wrap #view-wrap .img-wrap .pano {
    height: 100vw;
  }
}
#wrap #view-wrap .link-wrap {
  position: relative;
  display: block;
  background-color: #000;
  margin-bottom: 25px;
}
#wrap #view-wrap .link-wrap:hover .img,
#wrap #view-wrap .link-wrap:hover .txt-wrap {
  opacity: 0.8;
}
#wrap #view-wrap .link-wrap .img {
  width: 100%;
  transition: 0.3s;
}
#wrap #view-wrap .link-wrap .txt-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  transition: 0.3s;
}
#wrap #view-wrap .link-wrap .txt-wrap .txt {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  #wrap #view-wrap .link-wrap .txt-wrap .txt {
    font-size: 24px;
  }
}
#wrap #view-wrap .link-wrap .txt-wrap .icon-zoom {
  width: 67px;
  height: 67px;
}
@media screen and (max-width: 768px) {
  #wrap #view-wrap .link-wrap .txt-wrap .icon-zoom {
    width: 10vw;
    height: 10vw;
  }
}
#wrap #view-wrap .link-wrap .txt-wrap .icon-link {
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 768px) {
  #wrap #view-wrap .link-wrap .txt-wrap .icon-link {
    width: 5vw;
    height: 5vw;
  }
}
#wrap #view-wrap .inner > .txt-wrap {
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  #wrap #view-wrap .inner > .txt-wrap {
    padding: 0 4vw;
  }
}
#wrap #view-wrap .inner > .txt-wrap .txt {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #wrap #view-wrap .inner > .txt-wrap .txt {
    font-size: 14px;
    padding: 0 5vw;
  }
}
#wrap #work-wrap {
  padding-top: 66px;
}
@media screen and (max-width: 768px) {
  #wrap #work-wrap {
    padding-top: 30px;
  }
}
#wrap #work-wrap .inner {
  width: 1120px;
}
@media screen and (max-width: 1024px) {
  #wrap #work-wrap .inner {
    width: 100%;
    padding: 0 4vw;
  }
}
#wrap #work-wrap .inner .title-wrap {
  /* padding-left: 80px; */
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  #wrap #work-wrap .inner .title-wrap {
    padding: 0;
    margin-bottom: 76px;
  }
}
#wrap #work-wrap .inner .title-wrap .title {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #wrap #work-wrap .inner .title-wrap .title {
    margin-bottom: 8px;
    padding-right: 1em;
  }
}
#wrap #work-wrap .inner .title-wrap .txt {
  width: 60em;
}
@media screen and (max-width: 1090px) {
  #wrap #work-wrap .inner .title-wrap .txt {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #wrap #work-wrap .inner .title-wrap .txt {
    width: 100%;
  }
}
#wrap #work-wrap .view-wrap {
  width: 100%;
  position: relative;
}
#wrap #work-wrap .view-wrap .view {
  width: 100%;
  display: flex;
}
#wrap #work-wrap .view-wrap .view > .img {
  width: 720px;
  height: 405px;
}
@media screen and (max-width: 768px) {
  #wrap #work-wrap .view-wrap .view > .img {
    width: 100%;
    height: auto;
  }
}
#wrap #work-wrap .view-wrap .view.left {
  margin-bottom: 50px;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  #wrap #work-wrap .view-wrap .view.left {
    margin-bottom: 30px;
  }
}
#wrap #work-wrap .view-wrap .view.right {
  justify-content: flex-end;
}
#wrap #work-wrap .view-wrap::after {
  content: "";
  width: 420px;
  height: 420px;
  border-radius: 50%;
  border: solid 34px #8b0204;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #wrap #work-wrap .view-wrap::after {
    width: 50vw;
    height: 50vw;
    top: 20px;
    left: -5vw;
  }
}
#wrap #zoom-wrap .inner .title-wrap {
  padding-top: 187px;
  margin-bottom: 92px;
}
@media screen and (max-width: 768px) {
  #wrap #zoom-wrap .inner .title-wrap {
    padding-top: 34px;
    margin-bottom: 45px;
  }
}
#wrap #zoom-wrap .inner .title-wrap .title {
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  #wrap #zoom-wrap .inner .title-wrap .title {
    margin-bottom: 7px;
  }
}
#wrap #zoom-wrap .view-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#wrap #zoom-wrap .view-wrap .view {
  width: 800px;
  max-width: 95%;
  height: 144px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s;
  padding-right: 26px;
}
#wrap #zoom-wrap .view-wrap .view:hover {
  opacity: 0.8;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #wrap #zoom-wrap .view-wrap .view {
    font-size: 20px;
    width: 100%;
    height: 29vw;
    min-height: 106px;
    padding-right: 6vw;
  }
}
#wrap #zoom-wrap .view-wrap .view:first-of-type {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  #wrap #zoom-wrap .view-wrap .view:first-of-type {
    margin-bottom: 30px;
  }
}
#wrap #zoom-wrap .view-wrap .view:last-of-type {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #wrap #zoom-wrap .view-wrap .view:last-of-type {
    margin-bottom: 15px;
  }
}
#wrap #zoom-wrap .view-wrap .view .img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#wrap #zoom-wrap .view-wrap .view > .txt {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  transform: translateY(6px);
  position: relative;
}
@media screen and (max-width: 768px) {
  #wrap #zoom-wrap .view-wrap .view > .txt {
    font-size: 24px;
    transform: translateY(0);
  }
}
#wrap #zoom-wrap .view-wrap .view > .txt::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../img/icon/link.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-59%);
}
@media screen and (max-width: 768px) {
  #wrap #zoom-wrap .view-wrap .view > .txt::after {
    width: 5vw;
    height: 5vw;
    right: -7vw;
    transform: translateY(-55%);
  }
}
#wrap #zoom-wrap .view-wrap .view::before {
  content: "";
  width: 67px;
  height: 67px;
  display: block;
  background-image: url(../img/icon/icon_zoom.png);
  background-size: cover;
  margin-right: 22px;
}
@media screen and (max-width: 768px) {
  #wrap #zoom-wrap .view-wrap .view::before {
    width: 10vw;
    height: 10vw;
    margin-right: 8px;
  }
}
#wrap #concierge-wrap {
  position: relative;
  padding-bottom: 300px;
  overflow-y: hidden;
}
#wrap #concierge-wrap .title-wrap {
  padding-top: 228px;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  #wrap #concierge-wrap .title-wrap {
    padding-top: 56px;
    margin-bottom: 25px;
  }
}
#wrap #concierge-wrap .back {
  position: absolute;
  top: 275px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #wrap #concierge-wrap .back {
    top: 18px;
  }
}
#wrap #concierge-wrap .contents-wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #wrap #concierge-wrap .contents-wrap {
    flex-direction: column;
  }
}
#wrap #concierge-wrap .contents-wrap .img-wrap {
  width: 50%;
  background-color: #4b4b4b;
}
@media screen and (max-width: 768px) {
  #wrap #concierge-wrap .contents-wrap .img-wrap {
    width: 100%;
  }
}
#wrap #concierge-wrap .contents-wrap .img-wrap > .img {
  width: 100%;
}
#wrap #concierge-wrap .contents-wrap .list-wrap {
  width: 50%;
  padding: 50px 24px 0 40px;
  background-color: rgba(246, 243, 239, 0.6);
}
@media screen and (max-width: 768px) {
  #wrap #concierge-wrap .contents-wrap .list-wrap {
    width: 100%;
    padding: 12px 0 26px;
  }
}
#wrap #concierge-wrap .contents-wrap .list-wrap > .txt {
  color: #000;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  margin-bottom: 37px;
}
@media screen and (max-width: 768px) {
  #wrap #concierge-wrap .contents-wrap .list-wrap > .txt {
    line-height: 1.8;
    margin-bottom: 24px;
    padding: 0 3.5vw;
  }
}
#wrap #concierge-wrap .contents-wrap .list-wrap > .list {
  margin-bottom: 47px;
}
@media screen and (max-width: 768px) {
  #wrap #concierge-wrap .contents-wrap .list-wrap > .list {
    margin-bottom: 28px;
  }
}
#wrap #concierge-wrap .contents-wrap .list-wrap > .list > li {
  margin-bottom: 16px;
}
#wrap #concierge-wrap .contents-wrap .list-wrap > .list .txt {
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #wrap #concierge-wrap .contents-wrap .list-wrap > .list .txt {
    text-align: center;
  }
}
#wrap #concierge-wrap .contents-wrap .list-wrap > .link-wrap {
  padding-right: 13px;
}
@media screen and (max-width: 768px) {
  #wrap #concierge-wrap .contents-wrap .list-wrap > .link-wrap {
    padding: 0 3vw;
  }
}
#wrap #concierge-wrap .contents-wrap .list-wrap > .link-wrap .btn-01 {
  width: 320px;
  height: 70px;
}
@media screen and (max-width: 768px) {
  #wrap #concierge-wrap .contents-wrap .list-wrap > .link-wrap .btn-01 {
    width: 100%;
  }
}
#wrap #artist-wrap {
  margin-bottom: 108px;
}
@media screen and (max-width: 768px) {
  #wrap #artist-wrap .inner {
    padding: 0;
  }
}
#wrap #artist-wrap .inner .title-wrap {
  padding-top: 100px;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  #wrap #artist-wrap .inner .title-wrap {
    margin-bottom: 38px;
    padding: 45px 4vw 0;
  }
}
#wrap #artist-wrap .inner .title-wrap > .title {
  margin-bottom: 26px;
}
#wrap #artist-wrap .inner .center {
  text-align: center;
}
#wrap #artist-wrap .inner .movie-wrap {
  max-width: 960px;
  height: 540px;
}
@media screen and (max-width: 1090px) {
  #wrap #artist-wrap .inner .movie-wrap {
    width: 800px;
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  #wrap #artist-wrap .inner .movie-wrap {
    width: 100%;
    height: auto;
    min-height: 211px;
  }
}
#wrap #introduction-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 200px;
  margin-bottom: 0;
}
#wrap #introduction-wrap .back {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  #wrap #introduction-wrap .back {
    width: 170%;
    transform: translatex(-40%);
  }
}
#wrap #introduction-wrap .inner .title-wrap {
  padding-top: 150px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #wrap #introduction-wrap .inner .title-wrap {
    padding-top: 100px;
  }
}
#wrap #introduction-wrap .inner .title-wrap > .title > .link {
  color: #fff;
  transition: 0.3s;
  text-decoration: underline;
  line-height: 1.2;
  position: relative;
}
#wrap #introduction-wrap .inner .title-wrap > .title > .link:hover {
  color: #e3d875;
  transition: 0.3s;
}
#wrap #introduction-wrap .inner .title-wrap > .title > .link::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../img/icon/link.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-59%);
}
@media screen and (max-width: 768px) {
  #wrap #introduction-wrap .inner .title-wrap > .title > .link::after {
    width: 5vw;
    height: 5vw;
    right: -7vw;
    transform: translateY(45%);
  }
}
#wrap #introduction-wrap .inner > .txt-wrap > .txt {
  font-size: 16px;
}
#wrap #clean-wrap {
  position: relative;
  overflow-y: hidden;
  padding-bottom: 94px;
}
#wrap #clean-wrap .inner .title-wrap {
  padding-top: 84px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #wrap #clean-wrap .inner .title-wrap {
    padding-top: 67px;
    margin-bottom: 25px;
  }
}
#wrap #clean-wrap .inner .title-wrap .title {
  margin-bottom: 22px;
}
#wrap #clean-wrap .inner .title-wrap .txt {
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  #wrap #clean-wrap .inner .title-wrap .txt {
    line-height: 2;
  }
}
#wrap #clean-wrap .inner .title-wrap .bold {
  font-weight: 700;
  position: relative;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #wrap #clean-wrap .inner .title-wrap .bold {
    padding-top: 1em;
  }
}
#wrap #clean-wrap .back {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#wrap #clean-wrap .inner > .img-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 62px;
}
@media screen and (max-width: 768px) {
  #wrap #clean-wrap .inner > .img-wrap {
    width: 88%;
    display: block;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  #wrap #clean-wrap .inner > .img-wrap .img {
    width: 100%;
    margin-bottom: 10px;
  }
}
#wrap #clean-wrap .inner .list {
  margin-bottom: 54px;
}
#wrap #clean-wrap .inner .list > li {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #wrap #clean-wrap .inner .list > li {
    margin-bottom: 5px;
  }
}
#wrap #clean-wrap .inner .list > li::before {
  content: "・";
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #wrap #clean-wrap .inner .list > li::before {
    margin-right: 7px;
  }
}
#wrap #clean-wrap .inner .list > li .txt {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #wrap #clean-wrap .inner .list > li .txt {
    line-height: 2;
  }
}
#wrap #clean-wrap .inner .caption {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 27px;
}
#wrap #clean-wrap .inner .other {
  font-size: 16px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  #wrap #clean-wrap .inner .other {
    line-height: 2;
    margin-bottom: 24px;
  }
}
#wrap #clean-wrap .inner .img-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #wrap #clean-wrap .inner .img-list {
    flex-direction: column;
  }
}
#wrap #clean-wrap .inner .img-list .img-wrap {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0 25px;
  background-color: rgba(26, 45, 75, 0.85);
}
@media screen and (max-width: 768px) {
  #wrap #clean-wrap .inner .img-list .img-wrap {
    width: 100%;
    margin-bottom: 26px;
    padding: 80px 0 35px;
  }
}
#wrap #clean-wrap .inner .img-list .img-wrap .img-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 47px;
}
@media screen and (max-width: 768px) {
  #wrap #clean-wrap .inner .img-list .img-wrap .img-circle {
    width: 56vw;
    height: 56vw;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  #wrap #clean-wrap .inner .img-list .img-wrap .img-circle .img {
    width: 56vw;
  }
}
#wrap #clean-wrap .inner .img-list .txt-wrap .txt {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #wrap #clean-wrap .inner .img-list .txt-wrap .txt {
    font-size: 26px;
  }
}
#wrap #please-wrap {
  margin-bottom: 182px;
}
@media screen and (max-width: 768px) {
  #wrap #please-wrap {
    margin-bottom: 34px;
  }
}
#wrap #please-wrap .title-wrap {
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  #wrap #please-wrap .title-wrap {
    margin-bottom: 30px;
  }
}
#wrap #please-wrap .txt-wrap {
  font-size: 16px;
  letter-spacing: 1px;
}
#wrap #please-wrap .txt-wrap > * {
  margin-bottom: 2em;
}
#wrap #please-wrap .txt-wrap .caption {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
#wrap #please-wrap .txt-wrap .list:last-of-type {
  margin-bottom: 2.5em;
}
#wrap #please-wrap .txt-wrap .list > .txt {
  display: flex;
  line-height: 2;
}
#wrap #please-wrap .txt-wrap .list > .txt::before {
  content: "・";
  display: inline-block;
  color: #fff;
}
#wrap #please-wrap .txt-wrap .list .sub-list {
  padding-left: 2.2em;
}
@media screen and (max-width: 768px) {
  #wrap #please-wrap .txt-wrap .list .sub-list {
    padding-left: 1.2em;
  }
}
#wrap #please-wrap .txt-wrap .list .sub-list > .txt {
  display: flex;
  margin: 7px 0;
}
@media screen and (max-width: 768px) {
  #wrap #please-wrap .txt-wrap .list .sub-list > .txt {
    line-height: 2;
    margin: 4px 0;
  }
}
#wrap #please-wrap .txt-wrap .list .sub-list > .txt::before {
  content: "-";
  display: inline-block;
  margin-right: 8px;
  color: #fff;
}
#wrap #container {
  width: 100%;
  height: 795px;
  background-image: url(../img/top/contact_back_02.png?20201020);
  color: #fff;
}
@media screen and (max-width: 768px) {
  #wrap #container {
    height: 600px;
  }
}
#wrap #container .contact-wrap {
  width: 100%;
}
#wrap #container .contact-wrap .contact-inner {
  margin: 0 auto;
  max-width: 960px;
  padding-top: 125px;
}
@media screen and (max-width: 1024px) {
  #wrap #container .contact-wrap .contact-inner {
    width: 100%;
    padding-top: 6vw;
  }
}
#wrap #container .contact-wrap .contact-inner h2 {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #wrap #container .contact-wrap .contact-inner h2 {
    font-size: 30px;
    margin-left: 10vw;
    margin-bottom: 8vw;
  }
}
#wrap #container .contact-wrap .contact-inner .inner {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #wrap #container .contact-wrap .contact-inner .inner {
    flex-direction: column;
    padding: 0 4vw;
  }
}
#wrap #container .contact-wrap .contact-inner .inner .card {
  width: 100%;
  background-color: #111c2e;
}
@media screen and (max-width: 1024px) {
  #wrap #container .contact-wrap .contact-inner .inner .card {
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  #wrap #container .contact-wrap .contact-inner .inner .card {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
    height: auto;
  }
}
#wrap #container .contact-wrap .contact-inner .inner .card > .txt {
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  #wrap #container .contact-wrap .contact-inner .inner .card > .txt {
    font-size: 30px;
  }
}
#wrap #container .contact-wrap .contact-inner .inner .card ul {
  letter-spacing: 1.2px;
}
#wrap #container .contact-wrap .contact-inner .inner .card ul li {
  margin-bottom: 1.5em;
}
#wrap #container .contact-wrap .contact-inner .inner .card ul li .txt {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #wrap #container .contact-wrap .contact-inner .inner .card ul li .txt {
    font-size: 16px;
  }
}
#wrap #container .contact-wrap .contact-inner .inner .card ul li.tel {
  margin-bottom: 16px;
}
#wrap #container .contact-wrap .contact-inner .inner .card ul li.url {
  margin-top: -16px;
}
#wrap
  #container
  .contact-wrap
  .contact-inner
  .inner
  .card
  ul
  li.url
  .link
  > .txt {
  display: inline-block;
  color: #e3d875;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-decoration-line: underline;
}
@media screen and (max-width: 768px) {
  #wrap
    #container
    .contact-wrap
    .contact-inner
    .inner
    .card
    ul
    li.url
    .link
    > .txt {
    word-break: break-all;
    width: 71vw;
  }
}
#wrap #container .contact-wrap .contact-inner .inner .card.left {
  padding: 77px 0 0 70px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #wrap #container .contact-wrap .contact-inner .inner .card.left {
    padding: 55px 4vw 35px;
    margin: 0 0 10px 0;
  }
}
#wrap #container .contact-wrap .contact-inner .inner .card.left > .txt {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #wrap #container .contact-wrap .contact-inner .inner .card.left > .txt {
    margin-bottom: 1.2em;
  }
}
#wrap #container .contact-wrap .contact-inner .inner .card.right {
  padding: 71px 35px 40px;
}
@media screen and (max-width: 768px) {
  #wrap #container .contact-wrap .contact-inner .inner .card.right {
    padding: 55px 4vw 35px;
  }
}
#wrap #container .contact-wrap .contact-inner .inner .card.right > .txt {
  margin-bottom: 15px;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  #wrap #container .contact-wrap .contact-inner .inner .card.right > .txt {
    margin-bottom: 1.2em;
  }
}
#wrap #container .contact-wrap .contact-inner .inner .card.right > .txt > .dot {
  display: none;
}
@media screen and (max-width: 768px) {
  #wrap
    #container
    .contact-wrap
    .contact-inner
    .inner
    .card.right
    > .txt
    > .dot {
    display: inline-block;
  }
}

#wrap .section .inner.back-square {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

/* #wrap .section .inner.back-square .title-wrap {
      display: flex;
      /* justify-content: space-between; 
    align-items: flex-start;
    width: 30%; 
    }*/

/* #wrap #display-wrap .inner.back-square {
  padding: 30px 0;
} */

#wrap #display-wrap .inner.back-square .title-wrap {
  flex: 1;
  /* margin-right: 20px; */
}

#wrap #display-wrap .inner.back-square .title-wrap .title {
  padding-left: 45px;
  /* margin-bottom: 30px; */
}

#wrap #display-wrap .inner.back-square .title-wrap .txt {
  padding-left: 50px;
  padding-bottom: 20px;
  /* width: 50%; */
}

@media screen and (max-width: 768px) {
  #wrap #display-wrap .inner.back-square .title-wrap .title {
    padding-left: 50px;
    margin-bottom: 20px;
    text-align: left;
  }
}

#wrap #display-wrap .inner.back-square .title-wrap .txt {
  padding-left: 50px;
  /* padding-bottom: 30px; */
  /* width: 50%; */
}

.inner.back-square .image-section {
  display: flex;
  gap: 15px;
  max-width: 960px;
}

.inner.back-square .image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 4列 */
  gap: 15px;
  /* 画像間のスペース */
  max-width: 960px;
  margin: 0 auto;
  padding-left: 45px;
}

.inner.back-square .image-grid img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* body {
        font-family: sans-serif;
        margin: 0;
        padding: 20px;
        background-color: #f9f9f9;
      } */

.container {
  max-width: 960px;
  margin: auto;
}

.title {
  font-size: 2em;
  margin-bottom: 20px;
}

.top-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.text-block {
  flex: 1;
  margin-right: 20px;
}

.image-block {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: end;
}

.image-block img {
  height: 153px;
  object-fit: cover;
}

.grid-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin: 0 auto;
  /* padding: 0 20px; */
}

.grid-section img {
  /* width: 200px; */
  height: 150px;
  object-fit: cover;
}

/* ---------------------------- */

/* 4列2行 css */
.image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.image-container img {
  width: 24%;
  /* 4列表示 */
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

@media (max-width: 480px) {
  .image-container,
  #wrap #display-wrap .slider {
    display: none;
  }

  .scroll-layout img {
    width: 100%;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/* 
      @media (max-width: 480px) {
        .image-container img {
          width: 100%;
          /* 1列表示 
      }
      }
      */
