@charset "UTF-8";
.pc {
  display: inline-block;
}

@media only screen and (min-width: 481px) and (max-width: 766px), only screen and (max-width: 480px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media only screen and (min-width: 481px) and (max-width: 766px), only screen and (max-width: 480px) {
  .sp {
    display: inline-block;
  }
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 480px) {
  .sp-only {
    display: inline-block;
  }
}

@font-face {
  font-family: 'KozuGoPro';
  src: url(../fonts/KozGoPro-Regular.otf);
}

@keyframes move_smoke {
  0% {
    transform: translate(-5px, -5px);
  }
  50% {
    transform: translate(5px, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.commonMv {
  margin-bottom: 8.7rem;
}

@media only screen and (min-width: 1059px) {
  .commonMv::after {
    height: 463px;
  }
}

.footer .parts_top_flex {
  display: block;
}

.footer .parts_top_flex .item {
  margin: 0 auto;
}

.postDetail .-text-black {
  margin-bottom: 6rem;
}

.post_body .inner {
  max-width: calc(1111px + 50px);
}

.post_body .post_body_images {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post_body .post_body_images:not(:last-child) {
  margin-bottom: 1.2rem;
}

@media only screen and (max-width: 480px) {
  .post_body .post_body_images:not(:last-child) {
    margin-bottom: .3rem;
  }
}

.post_body .post_body_images .img_item {
  cursor: pointer;
  transition: 0.3s;
  opacity: 1;
}

.post_body .post_body_images .img_item:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.post_body .post_body_images .img_item img {
  width: 100%;
}

.post_body .post_body_images .img_item:first-child {
  width: 49%;
}

.post_body .post_body_images .img_item img_small_first:last-child {
  width: 48.6%;
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
.post_body .post_body_images .img_item img_small_first:last-child {
  width: 48.2%;
}
}
.post_body .post_body_images .img_item:last-child {
  width: 49%;
}

.post_body .post_body_images .img_item .img_small_first:last-child {
  margin-top: .2rem;
}
.post_body .post_body_images .img_item .img_small:last-child {
  margin-top: .8rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .post_body .post_body_images .img_item .img_small:last-child {
    margin-top: .2rem;
  }
  .post_body .post_body_images .img_item .img_small_first:last-child {
    margin-top: .0rem;
  }
}

@media only screen and (max-width: 480px) {
  .post_body .post_body_images .img_item .img_small:last-child {
    margin-top: -.3rem;
  }
  .post_body .post_body_images .img_item .img_small_first:last-child {
    margin-top: -.4rem;
  }
}

.post_body .data {
  font-size: 1.5375rem;
  letter-spacing: 0.2em;
  line-height: 2.4;
  margin-bottom: 16.3rem;
  margin-top: 5.6rem;
}

.sekourei_introduction{
  text-align:center;
  font-size: 1.5375rem;
  letter-spacing: 0.2em;
  line-height: 2.4;
  margin-bottom: 10.3rem;
  margin-top: 5.6rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .post_body .data {
    font-size: 1.4rem;
  }
  
  .sekourei_introduction{
  text-align:justify;
  font-size: 1.5375rem;
  letter-spacing: 0.2em;
  line-height: 2.4;
  margin-bottom: 10.3rem;
  margin-top: 5.6rem;
}
}

@media only screen and (max-width: 1100px) {
  .pageTop {
    bottom: 22rem;
  }
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .pageTop {
    bottom: 10rem;
  }
}

.movePageLink {
  margin-bottom: 15.7rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .movePageLink {
    margin-bottom: 10rem;
  }
}

.movePageLink .movePageLink_flex {
  display: block;
}

.movePageLink .movePageLink_flex .bg_parent {
  margin: 0 auto;
  font-size: 2.8rem;
  font-family: 'A1ゴシック B', sans-serif;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .movePageLink .movePageLink_flex .bg_parent {
    max-width: 352px;
    font-size: 2rem;
  }
}

.movePageLink .movePageLink_flex .bg_parent .movePageLink_flex_item {
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.zoom_image {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(35, 24, 21, 0.8);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
  z-index: 99999999999;
  pointer-events: none;
  overflow-y: scroll;
}

.zoom_image .contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.zoom_image .image_close_button {
  border: none;
  background-color: transparent;
  display: block;
  width: 50px;
  height: 50px;
  z-index: 999999999;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.zoom_image .image_close_button img {
  width: 100%;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .zoom_image .image_close_button {
    width: 35px;
    height: 35px;
    top: 0.5rem;
    right: 0.5rem;
  }
}

.zoom_image_on {
  opacity: 1;
  transition: 0.3s;
  pointer-events: auto;
}

.swiper {
  max-width: 620px;
  padding-left: 2rem;
  padding-right: 2rem;
  height: auto;
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 600px) {
  .swiper {
    max-width: 90%;
    top: 5rem;
  }
}

.swiper .swiper-wrapper img {
  height: auto;
  text-align: center;
}

.swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
