@charset "utf-8";
#cntwrapper {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 640px) {
  #cntwrapper {
    height: auto;
  }
}
.content-inner {
  width: 100%;
  padding: 40px 24px 0;
  background-color: #fff;
  box-sizing: border-box;
  margin-top: 20px;
}
.content-pc-1 {
  z-index: 10;
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
.content-pc-1 img,
.content-pc-2 img,
.content-pc-3 img {
  display: block;
  width: 100%;
}
.content-pc-1 p {
  position: absolute;
  font-size: 14px;
  line-height: 1.714;
}
.content-pc-1 .text-1 {
  width: 374px;
  top: 18.6%;
  right: 15.6%;
}
.content-pc-1 .text-2 {
  width: 483px;
  bottom: 3.977%;
  right: 16.78%;
  letter-spacing: -0.07em;
}
@media (max-width: 640px) {
  .content-pc-1 {
    display: none;
  }
}
.sl-btn {
  position: relative;
  width: 191px;
  border-radius: 75px;
  display: inline-block;
  transition: transform 0.2s ease-out;
}
.sl-btn:hover {
  transform: scale(1.1);
}
.sl-btn:hover::after {
  content: url("../img/clickhere.png?v=1");
  position: absolute;
  top: 0;
  left: 50%;
}
.content-pc-2 {
  z-index: 10;
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
.content-pc-2 ul {
  position: absolute;
  top: 54.9%;
  left: 13%;
}
.content-pc-2 ul li {
  margin-right: 46px;
}
.content-pc-2 ul li:nth-child(2) {
  margin-right: 44px;
}
.content-pc-2 ul li img {
  width: 100%;
}
@media (max-width: 640px) {
  .content-pc-2 {
    display: none;
  }
}
.open-btn {
  cursor: pointer;
}
.acordion {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  background-color: #EFECE5;
  display: none;
  transition: transform 0.5s ease-out;
}
#wrap-pc-btm.open .acordion {
  display: block;
}
.acordion ul {
  position: relative;
  width: 6384px;
  transition: transform 0.5s ease-out;
}
.acordion ul li {
  float: left;
  width: calc(100% / 7);
  position: relative;
  background-repeat: no-repeat;
}
.acordion ul li img {
  display: block;
  width: 100%;
}
.acordion ul li .slide {
  width: 39px;
  height: 88px;
  position: absolute;
  top: 388px;
  cursor: pointer;
}
.acordion ul li .slide:nth-child(2) {
  right: 12px;
}
.acordion ul li .slide:nth-child(3) {
  left: 12px;
}
.acordion ul li p {
  position: absolute;
  font-size: 14px;
  width: 510px;
  left: 30px;
}
.acordion ul li:nth-child(n + 6) p {
  width: 273px;
  left: initial;
  right: 73px;
}
.acordion ul li:nth-child(1) .t1 {
  bottom: 195px;
}
.acordion ul li:nth-child(1) .t2 {
  bottom: 28px;
}
.acordion ul li:nth-child(2) .t1 {
  bottom: 160px;
}
.acordion ul li:nth-child(2) .t2 {
  bottom: 20px;
}
.acordion ul li:nth-child(3) .t1 {
  bottom: 180px;
}
.acordion ul li:nth-child(3) .t2 {
  bottom: 40px;
}
.acordion ul li:nth-child(4) .t1 {
  bottom: 220px;
}
.acordion ul li:nth-child(4) .t2 {
  bottom: 80px;
  left: 50px;
}
.acordion ul li:nth-child(5) .t1 {
  bottom: 213px;
}
.acordion ul li:nth-child(5) .t2 {
  bottom: 105px;
}
.acordion ul li:nth-child(5) .t3 {
  bottom: 43px;
  font-size: 13px;
}
.acordion ul li:nth-child(6) .t1 {
  top: 205px;
}
.acordion ul li:nth-child(6) .t2 {
  bottom: 280px;
}
.acordion ul li:nth-child(7) .t1 {
  top: 170px;
}
.acordion ul li:nth-child(7) .t2 {
  bottom: 395px;
}
.acordion #close {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 35px;
  right: 0;
}
#wrap-pc-btm {
  transition: transform 0.25s ease-out;
}
@media (max-width: 640px) {
  #wrap-pc-btm {
    display: none;
  }
}
#wrap-pc-btm.open {
  transform: translateY(0);
}
.content-pc-3 {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
.content-pc-3 ul {
  position: absolute;
  top: 17%;
  left: 3.26%;
}
.content-pc-3 ul li {
  margin-right: 25px;
}
.note-pc {
  margin-top: 25px;
  box-sizing: border-box;
  font-size: 13px;
  padding: 0 20px;
}
.content-sp-1 {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
.content-sp-1 h4 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.content-sp-1 h4 img {
  width: 100%;
}
.content-sp-1 p {
  z-index: 1;
  color: #231815;
}
.content-sp-1 p.lead {
  font-size: 10px;
  padding: 0 2em;
  position: relative;
  z-index: 2;
}
.content-sp-1 p.note {
  font-size: 9px;
  text-align: right;
  margin-top: 1em;
  padding-right: 2em;
}
.content-sp-1 p.desc {
  font-size: 9px;
  width: 60%;
  position: absolute;
  top: 77%;
  right: 10px;
}
@media (min-width: 400px) {
  .content-sp-1 p.lead {
    font-size: 11px;
  }
}
@media (min-width: 500px) {
  .content-sp-1 p.lead {
    font-size: 12px;
  }
}
@media (min-width: 640px) {
  .content-sp-1 {
    display: none;
  }
}
.content-sp-2 {
  width: 100%;
}
.content-sp-2 #hdye {
  width: 100%;
}
.content-sp-2 #hdye img {
  width: 100%;
}
.content-sp-2 .btn-12,
.content-sp-2 .btn-34,
.content-sp-2 .btn-56,
.content-sp-2 .btn-7x {
  width: 100%;
}
.content-sp-2 .btn-12 img,
.content-sp-2 .btn-34 img,
.content-sp-2 .btn-56 img,
.content-sp-2 .btn-7x img {
  width: 50%;
  vertical-align: bottom;
}
.content-sp-2 .sp-style {
  box-sizing: border-box;
  width: 100%;
  height: 0;
  background-size: cover;
  transition: height 0.2s ease-out;
  overflow: hidden;
  position: relative;
}
.content-sp-2 .sp-style h5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-sp-2 .sp-style h5 img {
  width: 100%;
}
.content-sp-2 .sp-style p {
  box-sizing: border-box;
  font-size: 10px;
  position: absolute;
  visibility: hidden;
}
.content-sp-2 .sp-style.active p {
  visibility: visible;
}
.content-sp-2 #sp-st-1 p:nth-of-type(1) {
  width: 100%;
  top: 40%;
  left: 0;
  padding: 0 1.5em;
}
.space {
  margin-top: 82px;
  border-top: 1px solid #c0e2ec;
  border-bottom: 1px solid #c0e2ec;
}

.space dt{
  cursor:pointer;
  position: relative;
  font-size: 0;
  display: block;
  width: 100%;
}

.space dd{
  display:none;
  padding: 0 20px 20px;
}
.space-content {
  padding: 33px 40px 40px;
  background: #f5f5f5;
}
.space dd img{
  width: 100%;
}

.space .img{
  display: inline-block;
  padding: 20px 33px 20px 20px;
  vertical-align: middle;
}
.space .ttl {
  position: absolute;
  top: 15px;
  left: 360px;
  font-size: 28px;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}
.space .ttl span {
  display: block;
}
.space .imgsymbol{
  position: absolute;
  top: 65px;
  right: 20px;
}
.space-content .space-ttl {
	position: absolute;
    top: 60px;
    left: 360px;
    font-size: 28px;
    font-family: 'Noto Serif JP', serif;
}
.space-content .space-txt {
  text-align: center;
  font-size: 15px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.875;
}
.space-content .space-img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 35px;
}
.sp {
  display: none;
}
@media (max-width: 640px) {
  .sp {
    display: block;
  }
  .content-inner {
    padding: 0;
    margin-top: 10px;
  }
  .content-sp-1 p.note {
    position: relative;
  }
  .space {
    padding: 10px 0;
    margin: 20px 8px;
  }
  .space dd{
    display:none;
    margin-top: 10px;
    padding: 20px 15px 10px;
    background-color: #f5f5f5;
  }
  .space-content {
    padding: 0;
  }
  .space dd img{
    width: 100%;
  }
  .space .img{
    padding: 0;
    width: 41.5%;
  }
  .space .ttl {
    left: 43vw;
    font-size: 3.4vw;
    top: 0.5vw;
    letter-spacing: 0.06em;
  }
  .space .imgsymbol{
    width: 5.4%;
    top: 5.5vw;
    right: 10px;
  }
  .space-content .space-txt {
    font-size: 14px;
    line-height: 1.69;
    letter-spacing: -0.08em;
  }
  .space-content .space-img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
  }
  .instaBnr {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 450px) {
  .content-sp-2 #sp-st-1 p:nth-of-type(1) {
    top: 42%;
  }
}
@media (min-width: 600px) {
  .content-sp-2 #sp-st-1 p:nth-of-type(1) {
    top: 45%;
  }
}
.content-sp-2 #sp-st-1 p:nth-of-type(2) {
  top: 70%;
  width: 100%;
  padding-left: 40%;
}
.content-sp-2 #sp-st-2 p:nth-of-type(1) {
  width: 100%;
  top: 42%;
  left: 0;
  padding: 0 1.5em;
}
@media (min-width: 450px) {
  .content-sp-2 #sp-st-2 p:nth-of-type(1) {
    top: 45%;
  }
}
@media (min-width: 600px) {
  .content-sp-2 #sp-st-2 p:nth-of-type(1) {
    top: 48%;
  }
}
.content-sp-2 #sp-st-2 p:nth-of-type(2) {
  top: 75%;
  width: 100%;
  padding-left: 40%;
}
.content-sp-2 #sp-st-3 p:nth-of-type(1) {
  width: 100%;
  top: 45%;
  left: 0;
  padding: 0 1.5em;
}
@media (min-width: 450px) {
  .content-sp-2 #sp-st-3 p:nth-of-type(1) {
    top: 48%;
  }
}
@media (min-width: 600px) {
  .content-sp-2 #sp-st-3 p:nth-of-type(1) {
    top: 51%;
  }
}
.content-sp-2 #sp-st-3 p:nth-of-type(2) {
  top: 70%;
  width: 100%;
  padding-left: 40%;
}
.content-sp-2 #sp-st-4 p:nth-of-type(1) {
  width: 100%;
  top: 45%;
  left: 0;
  padding: 0 1.5em;
}
@media (min-width: 450px) {
  .content-sp-2 #sp-st-4 p:nth-of-type(1) {
    top: 48%;
  }
}
@media (min-width: 600px) {
  .content-sp-2 #sp-st-4 p:nth-of-type(1) {
    top: 51%;
  }
}
.content-sp-2 #sp-st-4 p:nth-of-type(2) {
  top: 70%;
  width: 100%;
  padding-left: 40%;
}
.content-sp-2 #sp-st-5 p:nth-of-type(1) {
  width: 100%;
  top: 40%;
  left: 0;
  padding: 0 1.5em;
}
@media (min-width: 450px) {
  .content-sp-2 #sp-st-5 p:nth-of-type(1) {
    top: 42%;
  }
}
@media (min-width: 600px) {
  .content-sp-2 #sp-st-5 p:nth-of-type(1) {
    top: 45%;
  }
}
.content-sp-2 #sp-st-5 p:nth-of-type(2) {
  top: 70%;
  width: 100%;
  padding-left: 40%;
}
@media (min-width: 450px) {
  .content-sp-2 #sp-st-5 p:nth-of-type(2) {
    top: 75%;
  }
}
@media (min-width: 600px) {
  .content-sp-2 #sp-st-5 p:nth-of-type(2) {
    top: 80%;
  }
}
.content-sp-2 #sp-st-6 p:nth-of-type(1) {
  width: 55%;
  top: 15%;
  left: 0;
  padding: 0 1.5em;
}
.content-sp-2 #sp-st-6 p:nth-of-type(2) {
  top: 55%;
  width: 100%;
  padding-left: 55%;
}
@media (min-width: 450px) {
  .content-sp-2 #sp-st-6 p:nth-of-type(2) {
    top: 60%;
  }
}
@media (min-width: 600px) {
  .content-sp-2 #sp-st-6 p:nth-of-type(2) {
    top: 65%;
  }
}
.content-sp-2 #sp-st-7 p:nth-of-type(1) {
  width: 55%;
  top: 15%;
  left: 0;
  padding: 0 1.5em;
}
.content-sp-2 #sp-st-7 p:nth-of-type(2) {
  top: 70%;
  width: 100%;
  padding-left: 55%;
  /*      @media (min-width: 450px) {
        top: 60%;
      }
      @media (min-width: 600px) {
        top: 65%;
      }*/
}
@media (min-width: 640px) {
  .content-sp-2 {
    display: none;
  }
}
.sp-note {
  width: 100%;
  background-image: url("../img/sp/bg-3.jpg");
}
.sp-note p {
  font-size: 9px;
  padding: 1em;
}
@media (min-width: 640px) {
  .sp-note {
    display: none;
  }
}