.forpc {
  display: block;
}
@media screen and (max-width: 768px) {
  .forpc {
    display: none;
  }
}

.forsp {
  display: none;
}
@media screen and (max-width: 768px) {
  .forsp {
    display: block;
  }
}

.offer li {
  font-size: 10px;
  line-height: 2.2;
}

.kv {
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .kv {
    padding: 0 0 36px;
  }
}
.kv::before {
  content: "";
  display: block;
  width: 55%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .kv::before {
    display: none;
  }
}
.kv::after {
  content: "";
  display: block;
  width: 45%;
  height: 100%;
  background: url(../img/bg01.png) repeat;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .kv::after {
    display: none;
  }
}

.kv_inner {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kv_inner {
    flex-direction: column-reverse;
    gap: 40px;
  }
}

.kv_main {
  width: 32.931%;
  max-width: 382px;
}
@media screen and (max-width: 767px) {
  .kv_main {
    width: 95%;
    margin: 0 auto;
  }
  .kv_main h1 {
    width: 62.8%;
    margin: 0 auto;
  }
  .kv_main .date {
    width: 76.533%;
    margin: 0 auto;
  }
}

.kv_text p {
  margin: 45px 0 35px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .kv_text p {
    margin: 25px 0;
    font-size: 14px;
  }
}

.swipwrap {
  width: calc(67.069% - 60px);
  max-width: 776px;
}
@media screen and (max-width: 767px) {
  .swipwrap {
    width: 100%;
    padding-top: 48px;
    padding-bottom: 15px;
    position: relative;
  }
  .swipwrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/bg01.png) repeat;
    position: absolute;
    top: 0;
    right: 0;
  }
  .swipwrap::after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
  }
  .swipwrap .swiper {
    padding-bottom: 20px;
    width: 95%;
    margin: 0 auto;
  }
}

.swiper-pagination {
  top: 45% !important;
  left: 97.5% !important;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.swiper-pagination span {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.2;
}
.swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    top: calc(100% - 10px) !important;
    left: 40% !important;
    flex-direction: row;
    gap: 10px;
  }
}

.page-nav {
  background: url(../img/bg02.png) repeat;
  padding: 63px 0 40px;
}
@media screen and (max-width: 767px) {
  .page-nav {
    padding: 15px 0;
  }
}
.page-nav ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-nav ul {
    flex-wrap: wrap;
  }
}
.page-nav ul li {
  width: calc((100% - 10px) / 4);
  border-right: 2px dotted #000;
}
.page-nav ul li:first-child {
  border-left: 2px dotted #000;
}
@media screen and (max-width: 767px) {
  .page-nav ul li:first-child {
    border: none;
  }
}
.page-nav ul li:first-child img {
  margin-top: -24px;
}
.page-nav ul li a {
  display: block;
  padding: 8px 0;
}
.page-nav ul li a:hover {
  background: rgba(237, 151, 67, 0.2);
}
.page-nav ul li a:hover img {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .page-nav ul li {
    width: calc((100% - 2px) / 2);
    border: none;
  }
  .page-nav ul li:nth-child(even) {
    border-left: 2px dotted #000;
  }
  .page-nav ul li:nth-child(1), .page-nav ul li:nth-child(2) {
    border-bottom: 2px dotted #000;
    padding-bottom: 15px;
  }
  .page-nav ul li:nth-child(1) img {
    width: 72.654%;
    margin-top: 0;
  }
  .page-nav ul li:nth-child(2) img {
    padding-top: 5px;
    width: 76.407%;
  }
  .page-nav ul li:nth-child(3) {
    padding-top: 15px;
  }
  .page-nav ul li:nth-child(3) img {
    width: 73.19%;
  }
  .page-nav ul li:nth-child(4) {
    padding-top: 15px;
  }
  .page-nav ul li:nth-child(4) img {
    width: 76.407%;
  }
}

.items {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 120px 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .items {
    padding: 50px 0;
  }
}
.items .items-sttl {
  margin-bottom: 28px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .items .items-sttl {
    width: 28.133%;
    margin: 0 auto 5px;
  }
}
.items .items-ttl {
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .items .items-ttl {
    width: 68%;
    margin: 0 auto 30px;
  }
}
.items .oct-items {
  position: relative;
  height: 850px;
}
@media screen and (max-width: 767px) {
  .items .oct-items {
    height: auto;
    width: 90%;
    margin: 0 auto;
  }
  .items .oct-items .offer {
    margin-top: 10px;
    text-align: center;
  }
}
.items .oct-items .img-position {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .items .oct-items .img-position {
    position: initial;
  }
}
.items .oct-items .img-position.oct-items-img01 {
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .items .oct-items .img-position.oct-items-img01 {
    margin-top: 20px;
  }
}
.items .oct-items .img-position.oct-items-img02 {
  top: 250px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .items .oct-items .img-position.oct-items-img02 {
    margin-top: -25px;
  }
}
.items .oct-items-sttl {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .items .oct-items-sttl {
    font-size: 14px;
    margin-left: 15px;
  }
}
.items .oct-items-ttl {
  margin: 24px 0 28px;
}
@media screen and (max-width: 767px) {
  .items .oct-items-ttl {
    width: 32.4%;
    margin: 15px 0 10px 15px;
  }
}
.items .oct-items-read {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .items .oct-items-read {
    margin-left: 15px;
    font-size: 14px;
  }
}
.items .denims-items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .items .denims-items {
    display: block;
    width: 90%;
    margin: 60px auto 0;
  }
  .items .denims-items .offer {
    text-align: center;
    margin-top: 10px;
  }
  .items .denims-items .offer li {
    line-height: 1.8;
  }
}
.items .denims-items img {
  max-width: none;
}
@media screen and (max-width: 767px) {
  .items .denims-items img {
    width: 100%;
  }
}
.items .denims-items-left,
.items .denims-items-right {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .items .denims-items-left,
  .items .denims-items-right {
    width: 100%;
  }
}
.items .denims-items-left figure,
.items .denims-items-right figure {
  margin-top: -130px;
}
@media screen and (max-width: 767px) {
  .items .denims-items-left figure,
  .items .denims-items-right figure {
    margin-top: 0;
  }
}
.items .denims-items-ttl,
.items .denims-items-sttl {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .items .denims-items-ttl {
    width: 32.4%;
    margin: 15px 0 10px 15px;
  }
}
.items .denims-items-sttl {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 1;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .items .denims-items-sttl {
    font-size: 14px;
    margin-left: 15px;
    margin-bottom: 0;
  }
}
.items .denims-items-left figure {
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .items .denims-items-left figure {
    margin-left: 0;
    margin-top: -80px;
  }
}
@media screen and (max-width: 767px) {
  .items .denims-items-right {
    margin-top: 40px;
  }
  .items .denims-items-right figure {
    margin-top: -80px;
  }
}
.items .denims-items-right .denims-items-ttl,
.items .denims-items-right .denims-items-sttl {
  margin-left: 100px;
}
@media screen and (max-width: 767px) {
  .items .denims-items-right .denims-items-ttl,
  .items .denims-items-right .denims-items-sttl {
    margin-left: 15px;
  }
}
.items .oct-banner {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .items .oct-banner {
    width: 80%;
    margin: 50px auto 0;
  }
}
.items .props-items {
  margin-top: 100px;
  height: 870px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .items .props-items {
    width: 90%;
    margin: 50px auto 0;
    height: auto;
  }
}
.items .props-items .img-position {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .items .props-items .img-position {
    position: initial;
  }
}
.items .props-items .img-position.props-items-img01 {
  top: -30px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .items .props-items .img-position.props-items-img01 {
    margin-top: 28px;
  }
}
.items .props-items .img-position.props-items-img02 {
  top: 250px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .items .props-items .img-position.props-items-img02 {
    margin-top: 28px;
  }
}
.items .props-items-sttl {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .items .props-items-sttl {
    font-size: 14px;
    margin-left: 15px;
  }
}
.items .props-items-ttl {
  margin: 24px 0 28px;
}
@media screen and (max-width: 767px) {
  .items .props-items-ttl {
    width: 42.266%;
    margin: 15px 0 10px 15px;
  }
}
.items .props-items-read {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .items .props-items-read {
    margin-left: 15px;
    font-size: 14px;
  }
}

.gallery {
  background: url(../img/line.png) repeat-x;
  padding-top: 64px;
}
@media screen and (max-width: 767px) {
  .gallery {
    padding-top: 50px;
  }
}

.gallery-read {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 5px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .gallery-read {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.gallery-ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .gallery-ttl {
    width: 55.6%;
    margin: 0 auto 32px;
  }
}

.gallery-baby {
  background: url(../img/bg02.png) repeat;
  text-align: left;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .gallery-baby {
    padding: 20px 5%;
  }
}

.gallery-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.gallery-content .img-position {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .gallery-content .img-position {
    position: initial;
  }
}

.gallery-oct-items-baby {
  height: 1600px;
}
@media screen and (max-width: 767px) {
  .gallery-oct-items-baby {
    height: auto;
  }
  .gallery-oct-items-baby .gallery-baby-ttl {
    width: 53.066%;
  }
}
.gallery-oct-items-baby .gallery-img01 {
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .gallery-oct-items-baby .gallery-img01 {
    margin-top: 15px;
  }
}
.gallery-oct-items-baby .gallery-img02 {
  top: 660px;
  left: 25px;
}
@media screen and (max-width: 767px) {
  .gallery-oct-items-baby .gallery-img02 {
    margin-top: 10px;
  }
}
.gallery-oct-items-baby .gallery-img03 {
  top: 1000px;
  left: 25px;
}
@media screen and (max-width: 767px) {
  .gallery-oct-items-baby .gallery-img03 {
    margin-top: -10px;
  }
}

.gallery-items-baby {
  height: 860px;
}
@media screen and (max-width: 767px) {
  .gallery-items-baby {
    height: auto;
  }
  .gallery-items-baby .gallery-baby-ttl {
    width: 53.066%;
    margin-top: 40px;
  }
}
.gallery-items-baby .gallery-img04 {
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .gallery-items-baby .gallery-img04 {
    margin-top: 15px;
  }
}
.gallery-items-baby .gallery-img05 {
  top: 470px;
  left: 60px;
}
@media screen and (max-width: 767px) {
  .gallery-items-baby .gallery-img05 {
    margin-top: -35px;
  }
}

.gallery-items-kids {
  height: 830px;
}
@media screen and (max-width: 767px) {
  .gallery-items-kids {
    height: auto;
  }
  .gallery-items-kids .gallery-kids-ttl {
    width: 53.066%;
  }
}
.gallery-items-kids .gallery-img06 {
  top: 260px;
  left: -20px;
}
@media screen and (max-width: 767px) {
  .gallery-items-kids .gallery-img06 {
    margin-top: 20px;
  }
}
.gallery-items-kids .gallery-img07 {
  top: -30px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .gallery-items-kids .gallery-img07 {
    margin-top: 20px;
  }
}

.gallery-kids {
  background: url(../img/bg03.png) repeat;
  text-align: left;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .gallery-kids {
    padding: 20px 5% 40px;
  }
}

.gallery-baby-read,
.gallery-kids-read {
  margin-left: 128px;
  margin-top: -24px;
}
@media screen and (max-width: 767px) {
  .gallery-baby-read,
  .gallery-kids-read {
    font-size: 12px;
    margin-left: 20%;
    margin-top: -10px;
  }
}

.scene {
  background: url(../img/bg04.png) repeat;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .scene {
    padding: 40px 0;
  }
  .scene .scene-ttl {
    width: 45.333%;
    margin: 0 auto;
  }
}
.scene .scene-read {
  margin: 40px 0 12px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .scene .scene-read {
    font-size: 14px;
  }
}
.scene .scene-read span {
  color: #ed9743;
}
.scene .scene-imgs {
  width: 100%;
  max-width: 1000px;
  margin: 56px auto 0;
  position: relative;
  height: 945px;
}
@media screen and (max-width: 767px) {
  .scene .scene-imgs {
    height: auto;
    margin-top: 25px;
    padding: 0 5%;
    box-sizing: border-box;
  }
}
.scene .img-position {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .scene .img-position {
    position: initial;
  }
}
.scene .img-position.scene-img01 {
  top: 0;
  left: 0;
}
.scene .img-position.scene-img02 {
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .scene .img-position.scene-img02 {
    margin-top: 25px;
  }
}
.scene .img-position.scene-img03 {
  top: 400px;
  right: 0;
}
.scene .img-position.scene-img04 {
  top: 800px;
  right: 40px;
}

.example {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .example {
    padding: 40px 0;
  }
  .example .example-title {
    width: 78.4%;
    margin: 0 auto;
  }
  .example .offer {
    margin-top: 10px;
  }
}
.example .example-read {
  margin-top: 24px;
  margin-bottom: 60px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .example .example-read {
    font-size: 14px;
    margin: 10px 0 32px;
  }
}
.example .example-imgs {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 45px;
}
@media screen and (max-width: 767px) {
  .example .example-imgs {
    width: 90%;
    flex-direction: column;
    gap: 32px;
  }
}

.prezents {
  background: url(../img/bg02.png) repeat;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .prezents {
    padding: 40px 0;
  }
}
.prezents .prezents-ttl {
  position: relative;
}
@media screen and (max-width: 767px) {
  .prezents .prezents-ttl {
    width: 71.6%;
    margin: 0 auto;
  }
}
.prezents .prezents-ttl::before {
  content: "";
  display: block;
  width: 131px;
  height: 132px;
  background: url(../img/prezents-icon.png) no-repeat 0 0;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(calc(-288px - 100%));
}
@media screen and (max-width: 767px) {
  .prezents .prezents-ttl::before {
    width: 25%;
    aspect-ratio: 1/1;
    background-size: contain;
    top: -47.5%;
    left: -5%;
    transform: none;
  }
}
.prezents .prezents-imgs {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 60px;
  width: 100%;
  max-width: 1000px;
  margin: 24px auto 64px;
}
@media screen and (max-width: 767px) {
  .prezents .prezents-imgs {
    flex-direction: column;
    gap: 20px;
    padding: 0 5%;
    box-sizing: border-box;
    margin-bottom: 32px;
  }
}
.prezents .fuji {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .prezents .fuji {
    width: 67.2%;
    margin: 0 auto 16px;
  }
}
@media screen and (max-width: 767px) {
  .prezents .fuji-btn {
    width: 80%;
    margin: 0 auto;
  }
}

.cta-area {
  text-align: center;
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .cta-area {
    margin: 20px auto 0;
    width: 90%;
  }
  .cta-area p {
    width: 71.333%;
    margin: 0 auto;
  }
}
.cta-area .offer {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .cta-area .offer {
    margin-top: 16px;
    text-align: left;
  }
}
.cta-area a:hover img {
  opacity: 1;
}
.cta-area.content-last {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .cta-area.content-last {
    margin-bottom: 60px;
  }
}/*# sourceMappingURL=style.css.map */