@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);
  }
}

body {
  /*font-family: 'こぶりなゴシック W6 JIS2004', sans-serif;*/
  font-family: '游ゴシック', sans-serif;
font-style: normal;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.inner {
  max-width: 1105px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .inner {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

.pageTop {
  position: fixed;
  bottom: 5rem;
  right: 3rem;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 200;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  z-index: 9999;
}

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

.pageTop:hover .smoke {
  animation: move_smoke 0.2s ease 0s 1 alternate none running;
}

.pageTop .pageTop_text {
  font-size: 1.3rem;
  font-family: 'A1ゴシック B', sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.1;
  text-align: center;
  color: #FFFFFF;
  background-color: #3E3A39;
  border-radius: 50%;
  width: 56.9px;
  height: 56.9px;
  padding-top: 1.1rem;
  padding-left: 0.4rem;
  position: absolute;
  top: -3.6rem;
  left: -0.9rem;
}

@media only screen and (max-width: 1100px) {
  .pageTop .pageTop_text {
    left: auto;
    right: 7rem;
  }
}

.pageTop .car {
  width: 98px;
  position: relative;
  z-index: 10;
  margin-right: 3.8rem;
}

@media only screen and (max-width: 1100px) {
  .pageTop .car {
    left: auto;
    right: 0rem;
    position: absolute;
  }
}

.pageTop .smoke {
  width: 52px;
  position: absolute;
  right: 0;
  top: 7%;
  z-index: 9;
}

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

.common_title .-en {
  font-size: 6rem;
  letter-spacing: 0.03em;
  line-height: 1.033333;
  font-family: 'A1ゴシック B', sans-serif;
}

@media only screen and (max-width: 1101px) {
  .common_title .-en {
    font-size: 5.4rem;
  }
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .common_title .-en {
    font-size: 4.2rem;
  }
}

.common_title .-ja {
  font-size: 1.8rem;
  font-family: 'A1 Gothic M', sans-serif;
}

@media only screen and (max-width: 1101px) {
  .common_title .-ja {
    font-size: 1.2rem;
  }
}

.-text-center {
  text-align: center;
}

.commonMv {
  position: relative;
  z-index: 1;
}

.commonMv::after {
  content: '';
  position: absolute;
  background-color: #F4E9CE;
  width: 100%;
  height: 440px;
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 1058px) {
  .commonMv::after {
    height: 85%;
  }
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .commonMv::after {
    height: 68%;
  }
}

@media only screen and (max-width: 480px) {
  .commonMv::after {
    height: 50%;
  }
}

.commonMv .inner {
  position: relative;
}

.commonMv .inner .commonMv_title {
  position: absolute;
  top: 11.4rem;
  right: 8.1rem;
  background-color: rgba(37, 30, 28, 0.95);
  color: #FFFFFF;
  padding: 1.3rem 0;
  width: 249px;
}

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

.commonMv .inner .commonMv_title .-en {
  font-size: 2.96rem;
  letter-spacing: 0.03em;
  line-height: 1;
  font-family: 'A1ゴシック B', sans-serif;
  text-align: center;
}

.commonMv .inner .commonMv_title .-ja {
  font-size: 1.2rem;
  font-family: 'A1 Gothic M', sans-serif;
  text-align: center;
}

.commonMv .inner .commonMv_title_sp {
  display: none;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .commonMv .inner .commonMv_title_sp {
    display: block;
    color: #251E1C;
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 480px) {
  .commonMv .inner .commonMv_title_sp {
    margin-top: 2rem;
  }
}

.commonMv .inner .commonMv_title_sp .-en {
  font-size: 4.1rem;
  letter-spacing: 0.03em;
  line-height: 1;
  font-family: 'A1ゴシック B', sans-serif;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .commonMv .inner .commonMv_title_sp .-en {
    font-size: 3rem;
  }
}

.commonMv .inner .commonMv_title_sp .-ja {
  font-size: 1.2rem;
  font-family: 'A1 Gothic M', sans-serif;
  text-align: center;
}

.commonMv .commonMv_img {
  max-width: 807px;
  margin-left: 10.72%;
  margin-right: 11.74%;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .commonMv .commonMv_img {
    margin-left: 0;
  }
}

.commonBorder_title {
  font-size: 3.7rem;
  font-family: 'こぶりなゴシック W6 JIS2004', sans-serif;
  line-height: 1;
  font-weight: normal;
  -webkit-text-stroke: 2px #251E1C;
  text-stroke: 2px #000000;
  color: #FFFFFF;
  letter-spacing: 0.2em;
  text-align: center;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .commonBorder_title {
    font-size: 2.6rem;
    -webkit-text-stroke: 1px #251E1C;
    text-stroke: 1px #000000;
  }
}

@media only screen and (max-width: 480px) {
  .commonBorder_title {
    font-size: 2rem;
  }
}

.commonBorder_title .text_border {
  position: relative;
  padding-bottom: calc(15px + 6.2px);
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .commonBorder_title .text_border {
    padding-bottom: 13px;
  }
}

.commonBorder_title .text_border::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 6.2px;
  background-color: #251E1C;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .commonBorder_title .text_border::after {
    height: 5px;
  }
}

.commonBorder_title .-duble-border::after {
  background-color: transparent;
  background-image: url(../img/works/posts/posts_title_border.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: top;
  height: 10px;
}

.-text-black {
  -webkit-text-stroke: currentcolor;
  text-stroke: currentcolor;
  color: #231815;
}

.movePageLink .movePageLink_flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  max-width: 807px;
  margin: 0 auto;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .movePageLink .movePageLink_flex {
    flex-direction: column;
  }
}

.movePageLink .movePageLink_flex .bg_parent {
  position: relative;
  z-index: 3;
  width: 45.9%;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .movePageLink .movePageLink_flex .bg_parent {
    width: 100%;
  }
  .movePageLink .movePageLink_flex .bg_parent:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}

.movePageLink .movePageLink_flex .bg_parent .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/kasou_bottom_link_bg.png);
  top: 1rem;
  left: 1rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.movePageLink .movePageLink_flex .-center {
  margin: 0 auto;
}

.movePageLink .movePageLink_flex .movePageLink_flex_item {
  color: #FFFFFF;
  background-color: #231815;
  display: block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 1.2rem 1.6rem 1.2rem;
  justify-content: center;
  position: relative;
  z-index: 5;
  width: 100%;
  font-family: 'A1ゴシック B', sans-serif;
  letter-spacing: 0.03em;
  font-size: 2rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .movePageLink .movePageLink_flex .movePageLink_flex_item {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 1.8rem;
  }
}

.movePageLink .movePageLink_flex .movePageLink_flex_item span,
.movePageLink .movePageLink_flex .movePageLink_flex_item img {
  display: block;
}

.movePageLink .movePageLink_flex .movePageLink_flex_item img {
  width: 19px;
  margin-left: 1rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .movePageLink .movePageLink_flex .movePageLink_flex_item img {
    width: 15px;
  }
}

.movePageLink .movePageLink_flex .movePageLink_flex_item span {
  text-align: center;
}

.movePageLink .movePageLink_flex .-font-large {
  font-size: 2.8rem;
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.commonBlackComponent {
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .commonBlackComponent {
    width: 100%;
  }
  .commonBlackComponent:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}

.commonBlackComponent .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/kasou_bottom_link_bg.png);
  top: 1rem;
  left: 1rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.commonBlackComponent_item {
  color: #FFFFFF;
  background-color: #231815;
  display: block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 1.2rem 1.6rem 1.2rem;
  justify-content: center;
  position: relative;
  z-index: 5;
  width: 100%;
  font-family: 'A1ゴシック B', sans-serif;
  letter-spacing: 0.03em;
  font-size: 2rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .commonBlackComponent_item {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 1.8rem;
  }
}

.commonBlackComponent_item span,
.commonBlackComponent_item img {
  display: block;
}

.commonBlackComponent_item img {
  width: 19px;
  margin-left: 1rem;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 766px) {
  .commonBlackComponent_item img {
    width: 15px;
  }
}

.commonBlackComponent_item span {
  text-align: center;
}

.slide-in {
  opacity: 0;
  visibility: hidden;
  transform: translateY(200px);
  transition: all 1s;
}

.js-reason_item {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-15%);
  transition: all 0.3s;
}

.is-show {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  transition: all 0.8s;
}

@keyframes swing {
  0%,
  100% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
}

.animation-title {
  animation: swing 1s linear infinite;
  transform-origin: bottom;
}
