@charset "UTF-8";
/* Mixin -------- */
#movie_trigger-1_pc {
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

#movie_trigger-1_pc:hover {
  opacity: .7;
}

/* 共通 -------- */
img {
  max-width: 100%;
  height: auto;
}

.on-off_content {
  width: 720px;
  margin: 0 auto;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .on-off_content {
    width: 100%;
  }
}

.on-off_content img {
  vertical-align: bottom;
}

.contents__wrap {
  background: #F6F6F6;
  padding-bottom: 120px;
}

.picture-ttl {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .picture-ttl {
    text-align: center;
  }
}

.pictureReset {
  display: block;
  font-size: 0;
}

.contents__wrap img:hover {
  -webkit-box-shadow: initial;
          box-shadow: initial;
}

.contents__wrap .opa:hover {
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.contents__wrap .opa:hover:hover {
  opacity: .7;
}

.contents__wrap .opa:hover img {
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.contents__wrap .opa:hover img:hover {
  opacity: .7;
}

/* 表示切り替え -------- */

.hidden__sp {
  display: none;
}

@media screen and (min-width: 768px){
.hidden__sp {
    display: block;
}}

.hidden__pc {
  display: none;
}

@media screen and (max-width: 767px){
.hidden__pc {
    display: block;
}}

/* Youtube -------- */
#wrapMovie {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

/* アニメ -------- */
#off-time-2020--include.js_topAnimate,
#recruit--include.js_topAnimate,
.js_topAnimate {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  opacity: 0;
}

#off-time-2020--include.js_topAnimate.go,
#recruit--include.js_topAnimate.go,
.js_topAnimate.go {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* topボタン -------- */
@media screen and (max-width: 767px) {
  #to-top {
    right: 15px;
  }
  #to-top.active {
    -webkit-transform: translate3d(0, -135%, 0);
    transform: translate3d(0, -135%, 0);
  }
}

/* 見出し -------- */
.off-time-index {
  font-size: 30px;
  line-height: 1.7;
  text-align: left;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .off-time-index {
    font-size: 22px;
    line-height: 1.6;
  }
}

.off-time-index.-mgb {
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .off-time-index.-mgb {
    margin-bottom: 32px;
  }
}

.off-time-section-title {
  font-size: 26px;
  line-height: 1.69231;
  text-align: left;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .off-time-section-title {
    font-size: 20px;
    line-height: 1.7;
  }
}

.off-time-section-title.-mgt {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .off-time-section-title.-mgt {
    margin-top: 80px;
  }
}

/* コンテンツ -------- */
#wrapMovie .close {
  position: absolute;
    left: 50%;
    top: 50%;
    margin: -310px 0 0 -160px;
    width: 640px;
    height: 390px;
}

#wrapMovie .close span{
    float: right;
    width: 26px;
    height: 26px;
    background: url(../img/cus/btn_movie_close.png) right top no-repeat;
    transition-duration: 0.3s;
    -webkit-transition: all 0.3s ease 0s;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
  #wrapMovie .close {
    position: absolute;
    margin: -37.5vw 0 0 0;
    left: 90%;
    top: 50%;
    width: 26px;
    height: 26px;
  }
}

@media screen and (max-width: 767px) {
  #wrapMovie .close span {
    display: block;   
  }
}

#wrapMovie iframe {
  position: absolute;
  width: 960px;
  height: 540px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: 0;
}

@media screen and (max-width: 767px) {
  #wrapMovie iframe {
    height: 55.125vw;
    width: 98vw;
  }
}

.off-time-movie {
  margin: 0 0 120px;
}

@media screen and (max-width: 767px) {
  .off-time-movie {
    margin: 0 0 40px;
  }
}

.off-time-section-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 32px;
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .off-time-section-text {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 16px;
    margin-top: 24px;
  }
}

.image-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.image-flex{
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .image-flex{
    margin-top: 3px;
  }
}

.image-flex .image {
  width: calc((100% / 2) - 4px);
}

@media screen and (max-width: 767px) {
  .image-flex .image {
    width: calc((100% / 2) - 1.5px);
  }
}

@media screen and (max-width: 767px) {
  .text-wrap {
    padding: 0 16px;
  }
}

/* バナー -------- */
.bannerArea {
  margin-top: 120px;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .bannerArea {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 0 16px;
  }
}

.bannerArea .bnr02 img {
  border-radius: 4px;
}

.bannerArea .pictureReset.-mgb {
  margin-bottom: 16px;
}

.bannerArea .recruit img {
  border-radius: 4px;
}

.bannerArea .recruit a:hover img {
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.bannerArea .recruit a:hover img:hover {
  opacity: .7;
}

/* OFF TIME -------- */
.links-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; */
}

@media screen and (max-width: 767px) {
  .links-wrap {
    padding: 0 16px;
  }
}

.links-wrap .link {
  width: calc((100% / 3) - 4px);
  margin-bottom: 16px;
  margin-left: 6px;
}

.links-wrap .link:first-child,
.links-wrap .link:nth-child(3n+1){
  margin-left: 0;
}

@media screen and (max-width: 767px){
  .links-wrap .link:nth-child(3n+1){
    margin-left: 5px;
  }

  .links-wrap .link:first-child,
  .links-wrap .link:nth-child(2n+1){
     margin-left: 0;
}
}

@media screen and (max-width: 767px) {
  .links-wrap .link {
    width: calc((100% / 2) - 5px);
    margin-bottom: 8px;
    margin-left: 5px;
  }
}

.links-wrap .link:nth-last-of-type(-n+3) {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .links-wrap .link:nth-last-of-type(-n+3) {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .links-wrap .link:last-of-type {
    margin-bottom: 0;
  }
}

.links-wrap .link img {
  width: 100%;
  height: 123px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .links-wrap .link img {
    height: auto;
  }
}

.links-wrap .link a {
  display: block;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  overflow: hidden;
}

.links-wrap .link a:hover {
  color: initial;
  text-decoration: none;
}

.links-wrap .link .on-time_name-bg {
  background: #fff;
  border-radius: 0 0 4px 4px;
  padding: 11px 12px 12px 12px;
}

@media screen and (max-width: 767px) {
  .links-wrap .link .on-time_name-bg {
    min-height: 85px;
    padding: 8px 8px;
  }
}

.links-wrap .link .on-time_name {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3125;
  font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .links-wrap .link .on-time_name {
    font-size: 14px;
    line-height: 1.5;
  }
}

.links-wrap .link .on-time_name02 {
  font-size: 12px;
  line-height: 1.75;
  color: #999999;
}

@media screen and (max-width: 767px) {
  .links-wrap .link .on-time_name02 {
    font-size: 12px;
    line-height: 1.75;
  }
}

.on-time-wrap {
  /* リニューアルページのみ旧タイトル消し */
}

.on-time-wrap .on-time-links-title {
  display: none;
}

/* footer -------- */
.foot__logo__wrap {
  position: relative;
  width: 900px;
  margin: 120px auto 0;
  height: 54px;
  box-sizing: border-box;
}

.foot__logo {
  position: absolute;
  width: 371px;
  height: 54px;
  top: 50%;
  left: 50%;
  margin-top: -27px;
  margin-left: -185.5px;
  background-image: url(../img/onoff/guys__logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .foot__logo__wrap {
    position: relative;
    width: 100vw;
    margin: 40px auto 0;
    box-sizing: border-box;
  }

  .foot__logo {
    position: absolute;
    width: 57.5vw;
    height: 8.7vw;
    top: 50%;
    left: 50%;
    margin-top: -4.35vw;
    margin-left: -28.75vw;
    background-image: url(../img/onoff/guys__logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
}

.foot__logo__wrap a {
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.foot__logo__wrap a:hover {
  opacity: .7;
}
/*# sourceMappingURL=onoff_new.css.map */