@charset "UTF-8";
/*メディアクエリー
---------------------------------------------*/
body {
  font-family: nimbus-sans, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}

@media screen and (min-width: 970px) {
  header {
    height: 100vh !important;
  }
}
@media screen and (max-width: 970px) {
  #fixed-header {
    position: fixed;
    top: -100px;
    width: 100%;
    box-sizing: border-box;
    transition: 0.5s; /* アニメーションタイミング */
    height: 93px;
    z-index: 888;
  }
  #fixed-header .hamburger {
    z-index: 9999;
  }
  #fixed-header.is-show {
    top: 0;
  }
}
#top {
  height: 100vh;
  position: relative;
}
@media screen and (min-width: 970px) {
  #top {
    margin-left: 14%;
  }
}
#top img {
  width: 31%;
  top: 63%;
  position: absolute;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 970px) {
  #top img {
    left: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 970px) {
  #top img {
    width: 13%;
    top: 50%;
  }
}
#top p {
  position: absolute;
  font-size: 1.3rem;
  top: 92%;
  letter-spacing: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  position: fixed;
}
@media screen and (min-width: 970px) {
  #top p {
    left: 57%;
    transform: translateX(-50%);
  }
}
#top::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url("../images/23ss_img/fv_sp.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 970px) {
  #top::before {
    background: url("../images/23ss_img/fv_pc.jpg") no-repeat center;
    background-size: cover;
    margin-left: 9%;
  }
}

.container {
  position: relative;
  z-index: 1;
  background: #fff;
}
@media screen and (max-width: 970px) {
  .container {
    padding-top: 38px;
  }
}
@media screen and (min-width: 970px) {
  .container {
    margin-left: 14%;
  }
}

.boxes-container {
  width: 80%;
  cursor: pointer;
  position: relative;
  margin: 0 auto 37px;
}

.w_100 {
  width: 100% !important;
}

/* credit btn
-------------------------*/
.trigger_btn,
.trigger_btn span {
  display: inline-block;
  box-sizing: border-box;
  border: none !important;
}
@media screen and (min-width: 970px) {
  .trigger_btn,
  .trigger_btn span {
    display: none;
  }
}

.trigger_btn {
  position: absolute;
  z-index: 10000;
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 4px;
}
.trigger_btn p {
  position: absolute;
  width: 25px;
  height: 25px;
}
.trigger_btn p span {
  background-color: #fff;
  position: absolute;
}

.trigger_btn span:nth-of-type(1) {
  top: 47%;
  width: 100%;
  height: 1px;
}

.trigger_btn span:nth-of-type(2) {
  left: 47%;
  width: 1px;
  height: 100%;
}

.img_box_main.active span:nth-of-type(1) {
  transform: rotate(45deg);
}

.img_box_main.active span:nth-of-type(2) {
  transform: rotate(45deg);
}

/* credit
-------------------------*/
@media screen and (max-width: 970px) {
  .credit_box {
    position: absolute;
    z-index: 1000;
    box-sizing: border-box;
    margin: auto;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
  }
  .credit_box .inner_box .textbox {
    writing-mode: vertical-rl;
    position: absolute;
    top: 10px;
    right: 5px;
    height: 100%;
  }
  .credit_box .inner_box .textbox_right {
    left: auto;
    right: 5px;
  }
  .credit_box .inner_box .c_bla a {
    color: #000 !important;
  }
  .credit_box .inner_box .c_bla a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: -1px;
    background: #000 !important;
  }
  .credit_box .inner_box .vertical {
    text-orientation: mixed;
    color: #fff;
    line-height: 1.2rem;
    font-size: 0.8rem;
    margin: 0;
    letter-spacing: 0.05rem;
  }
  .credit_box .inner_box .vertical span {
    margin-bottom: 4px;
  }
  .credit_box .inner_box .vertical a {
    display: inline;
    color: #fff;
    line-height: 0.4rem;
    font-size: 0.8rem;
    margin-bottom: 10px;
    position: relative;
    text-decoration: none;
  }
  .credit_box .inner_box .vertical a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: -1px;
    background: #fff;
  }
  .credit_box.active {
    display: block;
  }
}
.t_space {
  margin-top: -4px;
}

.p_space {
  margin-top: 4px;
}

@media screen and (min-width: 970px) {
  .credit_box {
    position: absolute;
    z-index: 1000;
    box-sizing: border-box;
    margin: auto;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .credit_box:hover {
    opacity: 1;
  }
  .credit_box .inner_box .textbox {
    writing-mode: vertical-rl;
    position: absolute;
    top: 10px;
    right: 5px;
  }
  .credit_box .inner_box .textbox_right {
    left: auto;
    right: 7px;
  }
  .credit_box .inner_box .vertical {
    text-orientation: mixed;
    line-height: 0.4rem;
    color: #fff;
    font-size: 0.85rem;
    letter-spacing: 1px;
  }
  .credit_box .inner_box .vertical span {
    margin-bottom: 4px;
  }
  .credit_box .inner_box .vertical a {
    display: inline;
    text-decoration: overline;
    color: #fff;
    line-height: 0.1rem;
    font-size: 0.85rem;
    margin-bottom: 10px;
  }
}
.credit_box.active {
  display: block;
}

.c_bla p {
  color: #000 !important;
}

.c_bla a {
  color: #000 !important;
}
.c_bla a:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: -1px;
  color: #000 !important;
}

.s_cre {
  text-align: center;
  line-height: 2;
  font-size: 0.7rem;
  margin: 113px auto;
}
@media screen and (min-width: 970px) {
  .s_cre {
    line-height: 2;
    font-size: 0.9rem;
    letter-spacing: 0.3px;
    margin: 275px auto;
  }
}

.b_footer {
  text-align: center;
  text-decoration: underline;
  line-height: 2.5;
  margin-bottom: 50px;
}
@media screen and (min-width: 970px) {
  .b_footer {
    margin-bottom: 150px;
  }
}
.b_footer a {
  font-size: 12px !important;
}
@media screen and (min-width: 970px) {
  .b_footer a {
    font-size: 15px !important;
  }
}

.box2 {
  position: relative;
  height: auto;
}

.ratio-1_1:before {
  content: "";
  display: block;
  padding-top: 168%;
}
@media screen and (min-width: 970px) {
  .ratio-1_1:before {
    padding-top: 166.7%;
  }
}

.img-wrap, .img-wrap2, .img-wrap3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-wrap img, .img-wrap2 img, .img-wrap3 img {
  position: absolute;
}

@media screen and (min-width: 970px) {
  .boxes-container {
    margin: 0;
  }
  .flex {
    display: flex;
    justify-content: space-between;
  }
  .flex .boxes-container {
    width: 33.3333333333%;
    margin: 0;
  }
  .float {
    width: 66.66% !important;
    float: left;
  }
  .center {
    width: 33.3333333333%;
    margin: 0 auto;
  }
  .clear {
    clear: both;
  }
  .right {
    width: 66.66% !important;
    float: right;
  }
  img {
    vertical-align: top;
  }
}
/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 970px) {
  .sp_none {
    display: none;
  }
}
@media screen and (min-width: 970px) {
  .pc_none {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */