@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------------------
201807リニューアルカスタマイズスタイルシート
---------------------------------------------------------------------------------------------------------------------- */
/* common */
.contents-inner {
  max-width: 1000px;
  padding: 0 70px;
  margin: auto; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .contents-inner {
    max-width: 100vw;
    padding: 0 4.8vw;
    margin: auto; } }

/* End of レスポンシブ */
/*----------------------------------------------------------------------------------------------------------------------
header sns
---------------------------------------------------------------------------------------------------------------------- */
.sns-wrapper {
  width: 1000px;
  position: relative; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .sns-wrapper {
    display: none; } }

/* End of レスポンシブ */
.sns-box {
  width: 125px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px; }

/*----------------------------------------------------------------------------------------------------------------------
1st View
---------------------------------------------------------------------------------------------------------------------- */
.fixed {
  width: 100%;
  position: fixed; }

.top-p {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .top-p {
    width: 100%;
    height: calc(50vh - 50px);
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

/* End of レスポンシブ */
.top-font {
  width: 593px;
  height: 43px;
  position: absolute;
  top: 14%;
  margin-top: -25px;
  left: 0;
  z-index: 3; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .top-font {
    width: 47vw;
    height: auto;
    position: absolute;
    top: 43%;
    margin-top: -3vw;
    left: 0;
    z-index: 3; } }

/* End of レスポンシブ */
/* スライダーコンポーネント */
.top-slider {
  margin: auto;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.top-slider p {
  font-size: 34px; }

.top-slider div {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0; }

.top-slider div img {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -5px; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .top-slider div img {
    width: 100%;
    height: 75vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -5px;
    -o-object-fit: cover;
    object-fit: cover; } }

/* End of レスポンシブ */
/* slick-sliderカスタマイズ */
/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
  color: #000; }

/*左右の矢印の位置を変える*/
.slick-next {
  right: 0;
  z-index: 99; }

.slick-prev {
  left: 0;
  z-index: 100; }
  .slick-prev::before {
    left: 10px; }

/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  color: #fff; }

/*スライド画像の横幅可変*/
img {
  max-width: 100%;
  height: auto; }

/*----------------------------------------------------------------------------------------------------------------------
NEWS
---------------------------------------------------------------------------------------------------------------------- */
.not-fixed {
  width: 100%;
  height: auto;
  margin-top: 59%; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .not-fixed {
    width: 100%;
    height: auto;
    margin-top: 105%; } }

/* End of レスポンシブ */
.contents-news {
  width: 100%;
  height: 550px;
  margin: auto;
  position: relative;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .contents-news {
    width: 100%;
    height: auto;
    padding-bottom: 16%; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .contents-news {
    height: 60vh; } }

/* End of レスポンシブ */
.contents-news h1 {
  text-align: center;
  padding-top: 90px; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .contents-news h1 {
    text-align: center;
    padding-top: 17%; }
  .contents-news h1 img {
    width: 20vw; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .contents-news h1 {
    text-align: center;
    padding-top: 8%; }
  .contents-news h1 img {
    width: 12vw; } }

/* End of レスポンシブ */
.contents-news dd {
  text-align: center;
  margin-top: 130px; }

@media screen and (max-width: 600px) {
  .contents-news dd {
    text-align: center;
    padding-top: 20%;
    margin-top: 0; }
  .contents-news dd img {
    width: 50vw; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .contents-news dd {
    text-align: center;
    padding-top: 10%;
    margin-top: 0; }
  .contents-news dd img {
    width: 28vw; } }

.news__flex__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 965px;
  height: 235px;
  margin: auto;
  margin-top: 82px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 600px) {
  .news__flex__container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 90vw;
    height: 100%;
    margin-top: 13vw; } }

.news__flex__container::after {
  display: none; }

.news__image__wrap {
  width: 426px; }

@media screen and (max-width: 600px) {
  .news__image__wrap {
    width: 80vw;
    margin: auto; } }

.news__image__wrap img {
  width: 426px; }

@media screen and (max-width: 600px) {
  .news__image__wrap img {
    width: 80vw; } }

.news__info__container {
  width: 486px;
  height: 235px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 600px) {
  .news__info__container {
    width: 90vw;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

.news__info {
  width: 489px;
  height: 100px;
  background-image: url(../img/cus/news__info.png);
  background-repeat: no-repeat;
  background-size: contain; }

@media screen and (max-width: 600px) {
  .news__info {
    width: 90vw;
    height: 17vw;
    margin-top: 6vw;
    background-image: url(../img/cus/sp/news__info.png);
    background-repeat: no-repeat;
    background-size: contain; } }

.news__btn {
  width: 201px;
  height: 39px;
  margin-top: 38px;
  background-image: url(../img/cus/news__btn.png);
  background-repeat: no-repeat;
  background-size: contain; }

.news__btn:hover {
  opacity: 0.6; }

@media screen and (max-width: 600px) {
  .news__btn {
    width: 50vw;
    height: 8vw;
    margin: auto;
    margin-top: 7vw;
    background-image: url(../img/cus/sp/news__btn.png);
    background-repeat: no-repeat;
    background-size: contain; } }

/*----------------------------------------------------------------------------------------------------------------------
COMCEPT
---------------------------------------------------------------------------------------------------------------------- */
.contents-concept {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-top: -5px; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .contents-concept {
    width: 100%;
    height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-top: -.8%; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .contents-concept {
    width: 100%;
    height: 180vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-top: -2%; } }

/* End of レスポンシブ */
.contents-concept > img {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .contents-concept > img {
    width: 100%;
    height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-top: 0;
    -o-object-fit: cover;
    object-fit: cover; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .contents-concept > img {
    width: 100%;
    height: 180vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-top: 0;
    -o-object-fit: cover;
    object-fit: cover; } }

/* End of レスポンシブ */
.contents-concept-inner {
  width: 80%;
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -52%);
  -webkit-transform: translate(-50%, -52%);
  -ms-transform: translate(-50%, -52%);
  transform: translate(-50%, -52%); }

@media screen and (min-width: 601px) and (max-width: 1199px) {
  .contents-concept-inner {
    /* width: 600px;
    margin-left: -300px;
    margin-top: -170px; */ } }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .contents-concept-inner {
    width: 100%;
    margin-left: 0;
    margin-top: 0; } }

/* End of レスポンシブ */
.contents-concept-inner > img {
  width: 100%;
  max-width: 166px;
  left: 50%;
  position: absolute;
  margin-left: -82px; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .contents-concept-inner > img {
    width: 30.785vw;
    top: 5%;
    left: 50%;
    position: absolute;
    margin-left: 0;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .contents-concept-inner > img {
    width: 20vw;
    left: 50%;
    position: absolute;
    margin-left: -10vw;
    top: 4%; } }

/* End of レスポンシブ */
.concept-flex {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 12%; }

/* レスポンシブ */
@media screen and (min-width: 601px) and (max-width: 1199px) {
  .concept-flex {
    margin-top: 80px; } }

@media screen and (max-width: 600px) {
  .concept-flex {
    margin-top: 28%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    position: relative; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .concept-flex {
    margin-top: 16%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    position: relative; } }

/* End of レスポンシブ */
.concept-flex-ch {
  width: 50%; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .concept-flex-ch {
    width: 100%; } }

/* End of レスポンシブ */
.concept-flex-ch > iframe {
  width: 490px;
  height: 270px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* レスポンシブ */
@media screen and (min-width: 601px) and (max-width: 1199px) {
  .concept-flex-ch > iframe {
    width: 95%;
    height: 170px; } }

@media screen and (max-width: 600px) {
  .concept-flex-ch > iframe {
    width: 75vw;
    height: 24vh;
    max-height: 176px;
    position: absolute;
    left: 50%;
    margin-left: -37.5vw; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .concept-flex-ch > iframe {
    width: 40vw;
    height: 40vh;
    max-height: 176px;
    position: absolute;
    left: 50%;
    margin-left: -20vw; } }

/* End of レスポンシブ */
.logo {
  /* margin-top: 27px;
  margin-left: 60px; */
  margin-top: 2.7%;
  margin-left: 6%; }

/* レスポンシブ */
@media screen and (min-width: 601px) and (max-width: 1199px) {
  .logo {
    width: 80%;
    margin-left: 5%; } }

@media screen and (max-width: 600px) {
  .logo {
    width: 55vw;
    position: absolute;
    left: 50%;
    margin-left: 0;
    margin-top: 3%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .logo {
    width: 40vw;
    position: absolute;
    left: 50%;
    margin-left: -20vw;
    margin-top: 29%; } }

/* End of レスポンシブ */
.concept-flex-ch-wrapper {
  /* float: right; */
  padding-left: 10.5%; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .concept-flex-ch-wrapper {
    float: none;
    width: 100%;
    margin-top: 22%;
    padding: 0 5vw 5vw; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .concept-flex-ch-wrapper {
    float: none;
    width: 100%;
    margin-top: 40%;
    padding: 0 5vw 5vw; } }

/* End of レスポンシブ */
/* レスポンシブ */
@media screen and (min-width: 601px) and (max-width: 1199px) {
  .concept-flex-ch-wrapper > img {
    width: 80%; } }

@media screen and (max-width: 600px) {
  .concept-flex-ch-wrapper > img {
    width: 60vw; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .concept-flex-ch-wrapper > img {
    width: 33vw; } }

/* End of レスポンシブ */
.concept-flex-ch p {
  margin-top: 4%;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 1px; }

/* レスポンシブ */
@media screen and (min-width: 601px) and (max-width: 1199px) {
  .concept-flex-ch p {
    font-size: 11px;
    line-height: 3vw; } }

@media screen and (max-width: 600px) {
  .concept-flex-ch p {
    margin-top: 10%;
    font-size: 3.3vw;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    font-weight: 600;
    line-height: 5.3vw;
    letter-spacing: 1px; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .concept-flex-ch p {
    margin-top: 2%;
    font-size: 2.3vw;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    font-weight: 600;
    line-height: 3.3vw;
    letter-spacing: 1px; } }

/* End of レスポンシブ */
/*----------------------------------------------------------------------------------------------------------------------
CONNECT
---------------------------------------------------------------------------------------------------------------------- */
.contents-connect {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  margin-top: -5px; }

/* レスポンシブ */
/* End of レスポンシブ */
.contents-connect-imagebox {
  width: 565px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -282.5px; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .contents-connect-imagebox {
    width: 70vw;
    margin-left: -35vw; } }

/* End of レスポンシブ */
/*----------------------------------------------------------------------------------------------------------------------
GUYS
---------------------------------------------------------------------------------------------------------------------- */
/* GUYS1 */
.contents-guys-1 {
  width: 100%;
  height: 200vh;
  min-height: 780px;
  z-index: 10;
  position: relative;
  background-color: #fff; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .contents-guys-1 {
    width: 100%;
    height: 180vh;
    z-index: 10;
    position: relative;
    background-color: #fff; } }

/* End of レスポンシブ */
.contents-guys-1::before {
  width: 100%;
  height: 100vh;
  min-height: 780px;
  z-index: 10;
  background: url(../img/cus/guys-1.png) center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .contents-guys-1::before {
    width: 100%;
    height: 100vh;
    min-height: 780px;
    z-index: 10;
    background: url(../img/cus/guys-1.png) center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 62% 0;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0; } }

/* End of レスポンシブ */
.guys-1-inner {
  position: relative;
  height: 100%;
  left: 50%;
  margin-left: -500px;
  z-index: 15; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .guys-1-inner {
    position: relative;
    height: 100%;
    left: 0;
    margin-left: 0;
    z-index: 15; } }

/* End of レスポンシブ */
.contents-guys-1-wrapper {
  width: 700px;
  height: 680px;
  float: left;
  position: relative; }

/* レスポンシブ */
@media screen and (min-width: 601px) and (max-width: 767px) {
  .contents-guys-1-wrapper {
    width: 700px;
    height: 115.5vw;
    float: left;
    position: relative; } }

@media screen and (max-width: 600px) {
  .contents-guys-1-wrapper {
    width: 100%;
    height: 100%;
    float: left;
    position: relative; } }

/* End of レスポンシブ */
.contents-guys-1-dl {
  position: absolute;
  top: 10%; }

.guys-1-dt-pc {
  font-size: 26px;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  color: #fff;
  text-shadow: 1px 1px 18px #000;
  letter-spacing: 3px; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .guys-1-dt-pc {
    display: none; } }

/* End of レスポンシブ */
.guys-1-dt-sp {
  display: none; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .guys-1-dt-sp {
    display: block;
    font-size: 6vw;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    color: #fff;
    text-shadow: 1px 1px 18px #000;
    letter-spacing: 2vw;
    line-height: 9vw;
    margin-top: -20%; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .guys-1-dt-sp {
    display: block;
    font-size: 4vw;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    color: #fff;
    text-shadow: 1px 1px 18px #000;
    letter-spacing: 2vw;
    line-height: 5vw;
    margin-top: -20%; } }

/* End of レスポンシブ */
.guys-1-dd-pc {
  margin-top: 60px;
  font-weight: 400;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  color: #fff;
  text-shadow: 1px 1px 18px #000;
  letter-spacing: 2px;
  line-height: 33px; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .guys-1-dd-pc {
    display: none; } }

/* End of レスポンシブ */
.guys-1-dd-sp {
  display: none; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .guys-1-dd-sp {
    display: block;
    font-size: 3.5vw;
    margin-top: 5%;
    font-weight: 400;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    color: #fff;
    text-shadow: 1px 1px 18px #000;
    letter-spacing: 2px;
    line-height: 7vw; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .guys-1-dd-sp {
    display: block;
    font-size: 2vw;
    margin-top: 5%;
    font-weight: 400;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    color: #fff;
    text-shadow: 1px 1px 18px #000;
    letter-spacing: 2px;
    line-height: 4vw; } }

/* End of レスポンシブ */
.button {
  max-width: 282px;
  width: 20vw;
  position: absolute;
  bottom: 230px;
  margin-top: 258px; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .button {
    width: 60vw;
    position: absolute;
    top: 28%;
    margin-top: 52%; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .button {
    width: 40vw;
    position: absolute;
    top: 28%;
    margin-top: 35%; } }

@media screen and (min-width: 601px) and (max-width: 850px) and (orientation: landscape) {
  .button {
    width: 30vw;
    position: absolute;
    top: 28%;
    margin-top: 29%; } }

/* End of レスポンシブ */
.button-sp-movie-1 {
  display: none; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .button-sp-movie-1 {
    display: block;
    width: 45vw;
    position: absolute;
    top: 28%;
    margin-top: 66%; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .button-sp-movie-1 {
    display: block;
    width: 30vw;
    position: absolute;
    top: 28%;
    margin-top: 45%; } }

/* End of レスポンシブ */
.special-movie {
  width: 15vw;
  position: absolute;
  bottom: 0;
  margin-top: 258px; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .special-movie {
    display: none; } }

@media screen and (min-width: 601px) and (max-width: 850px) and (orientation: landscape) {
  .special-movie {
    width: 15vw;
    position: absolute;
    margin-top: 258px; } }

/* End of レスポンシブ */
.special-movie-wrapper {
  position: relative; }

.special-movie-wrapper > img {
  position: absolute;
  top: -15px;
  left: -40px; }

.guys-youtube-thumb {
  width: 18vw;
  min-width: 280px;
  max-width: 280px; }

/* GUYS2 */
.contents-guys-2 {
  width: 100%;
  height: 200vh;
  min-height: 780px;
  z-index: 10;
  position: relative;
  background-color: #fff; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .contents-guys-2 {
    width: 100%;
    height: 180vh;
    z-index: 10;
    position: relative;
    background-color: #fff; } }

/* End of レスポンシブ */
.contents-guys-2::before {
  width: 100%;
  height: 100vh;
  min-height: 780px;
  z-index: 10;
  background: url(../img/cus/guys-2.png) center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 58% 0;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .contents-guys-2::before {
    width: 100%;
    height: 100vh;
    min-height: 780px;
    z-index: 10;
    background: url(../img/cus/guys-2.png) center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0; } }

/* End of レスポンシブ */
.guys-2-inner {
  position: relative;
  height: 100%;
  left: 50%;
  margin-left: -500px;
  z-index: 15; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .guys-2-inner {
    position: relative;
    height: 100%;
    left: 0;
    margin-left: 0;
    z-index: 15; } }

/* End of レスポンシブ */
.contents-guys-2-wrapper {
  width: 700px;
  height: 680px;
  float: left;
  position: relative; }

/* レスポンシブ */
@media screen and (min-width: 481px) and (max-width: 767px) {
  .contents-guys-2-wrapper {
    width: 700px;
    height: 100vw;
    float: left;
    position: relative; } }

@media screen and (max-width: 600px) {
  .contents-guys-2-wrapper {
    width: 100%;
    height: 100%;
    float: left;
    position: relative; } }

/* End of レスポンシブ */
.contents-guys-2-dl {
  position: absolute;
  top: 10%; }

.guys-2-dt-pc {
  font-size: 26px;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  color: #fff;
  text-shadow: 1px 1px 18px #000;
  letter-spacing: 3px; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .guys-2-dt-pc {
    display: none; } }

/* End of レスポンシブ */
.guys-2-dt-sp {
  display: none; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .guys-2-dt-sp {
    display: block;
    font-size: 6vw;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    color: #fff;
    text-shadow: 1px 1px 18px #000;
    letter-spacing: 2vw;
    line-height: 9vw;
    margin-top: -20%; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .guys-2-dt-sp {
    display: block;
    font-size: 4vw;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    color: #fff;
    text-shadow: 1px 1px 18px #000;
    letter-spacing: 2vw;
    line-height: 5vw;
    margin-top: -20%; } }

/* End of レスポンシブ */
.guys-2-dd-pc {
  margin-top: 60px;
  font-weight: 400;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  color: #fff;
  text-shadow: 1px 1px 18px #000;
  letter-spacing: 2px;
  line-height: 33px; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .guys-2-dd-pc {
    display: none; } }

/* End of レスポンシブ */
.guys-2-dd-sp {
  display: none; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .guys-2-dd-sp {
    display: block;
    font-size: 3.5vw;
    margin-top: 5%;
    font-weight: 400;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    color: #fff;
    text-shadow: 1px 1px 18px #000;
    letter-spacing: 2px;
    line-height: 7vw; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .guys-2-dd-sp {
    display: block;
    font-size: 2vw;
    margin-top: 5%;
    font-weight: 400;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    color: #fff;
    text-shadow: 1px 1px 18px #000;
    letter-spacing: 2px;
    line-height: 4vw; } }

/* End of レスポンシブ */
.button-2 {
  max-width: 282px;
  width: 20vw;
  position: absolute;
  bottom: 230px;
  margin-top: 258px; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .button-2 {
    width: 60vw;
    position: absolute;
    top: 28%;
    margin-top: 63%; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .button-2 {
    width: 40vw;
    position: absolute;
    top: 28%;
    margin-top: 40%; } }

@media screen and (min-width: 601px) and (max-width: 850px) and (orientation: landscape) {
  .button-2 {
    width: 30vw;
    position: absolute;
    top: 28%;
    margin-top: 29%; } }

/* End of レスポンシブ */
.button-sp-movie-2 {
  display: none; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .button-sp-movie-2 {
    display: block;
    width: 45vw;
    position: absolute;
    top: 28%;
    margin-top: 78%; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .button-sp-movie-2 {
    display: block;
    width: 30vw;
    position: absolute;
    top: 28%;
    margin-top: 50%; } }

/* End of レスポンシブ */
.special-movie-2 {
  width: 15vw;
  position: absolute;
  bottom: 0;
  margin-top: 258px; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .special-movie-2 {
    display: none; } }

@media screen and (min-width: 601px) and (max-width: 850px) and (orientation: landscape) {
  .special-movie-2 {
    width: 15vw;
    position: absolute;
    margin-top: 258px; } }

/* End of レスポンシブ */
.special-movie-wrapper-2 {
  position: relative; }

.special-movie-wrapper-2 > img {
  position: absolute;
  top: -15px;
  left: -40px; }

.special-movie-wrapper-2 > iframe {
  width: 18vw;
  height: 11vw;
  min-width: 180px;
  min-height: 110px; }

/* GUYS3 */
.contents-guys-3 {
  width: 100%;
  height: 200vh;
  min-height: 780px;
  z-index: 10;
  position: relative;
  background-color: #fff; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .contents-guys-3 {
    width: 100%;
    height: 180vh;
    z-index: 10;
    position: relative;
    background-color: #fff; } }

/* End of レスポンシブ */
.contents-guys-3::before {
  width: 100%;
  height: 100vh;
  min-height: 780px;
  z-index: 10;
  background: url(../img/cus/guys-3.png) center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .contents-guys-3::before {
    width: 100%;
    height: 100vh;
    min-height: 780px;
    z-index: 10;
    background: url(../img/cus/guys-3.png) center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 76% 0;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0; } }

/* End of レスポンシブ */
.guys-3-inner {
  position: relative;
  height: 100%;
  left: 50%;
  margin-left: -500px;
  z-index: 15;
  marign-top: -20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .guys-3-inner {
    position: relative;
    height: 100%;
    left: 0;
    margin-left: 0;
    z-index: 15; } }

/* End of レスポンシブ */
.contents-guys-3-wrapper {
  width: 700px;
  height: 755px;
  float: left;
  position: relative; }

/* レスポンシブ */
@media screen and (min-width: 481px) and (max-width: 767px) {
  .contents-guys-3-wrapper {
    width: 700px;
    height: 108vw;
    float: left;
    position: relative; } }

@media screen and (max-width: 600px) {
  .contents-guys-3-wrapper {
    width: 100%;
    height: 100%;
    float: left;
    position: relative; } }

/* End of レスポンシブ */
.contents-guys-3-dl {
  position: absolute;
  top: 5%; }

.guys-3-dt-pc {
  font-size: 26px;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  color: #fff;
  text-shadow: 1px 1px 18px #000;
  letter-spacing: 3px;
  line-height: 33px; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .guys-3-dt-pc {
    display: none; } }

/* End of レスポンシブ */
.guys-3-dt-sp {
  display: none; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .guys-3-dt-sp {
    display: block;
    font-size: 4.5vw;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    color: #fff;
    text-shadow: 1px 1px 18px #000;
    letter-spacing: 2vw;
    line-height: 9vw;
    margin-top: -20%; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .guys-3-dt-sp {
    display: block;
    font-size: 4vw;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    color: #fff;
    text-shadow: 1px 1px 18px #000;
    letter-spacing: 2vw;
    line-height: 5vw;
    margin-top: -20%; } }

/* End of レスポンシブ */
.guys-3-dd-pc {
  margin-top: 60px;
  font-weight: 400;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  color: #fff;
  text-shadow: 1px 1px 18px #000;
  letter-spacing: 2px;
  line-height: 33px; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .guys-3-dd-pc {
    display: none; } }

/* End of レスポンシブ */
.guys-3-dd-sp {
  display: none; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .guys-3-dd-sp {
    display: block;
    font-size: 3.5vw;
    margin-top: 5%;
    font-weight: 400;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    color: #fff;
    text-shadow: 1px 1px 18px #000;
    letter-spacing: 2px;
    line-height: 7vw; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .guys-3-dd-sp {
    display: block;
    font-size: 2vw;
    margin-top: 5%;
    font-weight: 400;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    color: #fff;
    text-shadow: 1px 1px 18px #000;
    letter-spacing: 2px;
    line-height: 4vw; } }

/* End of レスポンシブ */
.button-3 {
  max-width: 282px;
  width: 20vw;
  position: absolute;
  bottom: 230px;
  margin-top: 269px; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .button-3 {
    width: 60vw;
    position: absolute;
    top: 30%;
    margin-top: 51%; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .button-3 {
    width: 40vw;
    position: absolute;
    top: 28%;
    margin-top: 35%; } }

@media screen and (min-width: 601px) and (max-width: 850px) and (orientation: landscape) {
  .button-3 {
    width: 30vw;
    position: absolute;
    top: 28%;
    margin-top: 43%; } }

/* End of レスポンシブ */
.button-sp-movie-3 {
  display: none; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .button-sp-movie-3 {
    display: block;
    width: 45vw;
    position: absolute;
    top: 30%;
    margin-top: 65%; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .button-sp-movie-3 {
    display: block;
    width: 30vw;
    position: absolute;
    top: 28%;
    margin-top: 45%; } }

/* End of レスポンシブ */
.special-movie-3 {
  width: 15vw;
  position: absolute;
  bottom: 0;
  margin-top: 258px; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .special-movie-3 {
    display: none; } }

@media screen and (min-width: 601px) and (max-width: 850px) and (orientation: landscape) {
  .special-movie-3 {
    width: 15vw;
    position: absolute;
    margin-top: 258px; } }

/* End of レスポンシブ */
.special-movie-wrapper-3 {
  position: relative; }

.special-movie-wrapper-3 > img {
  position: absolute;
  top: -15px;
  left: -40px; }

/* .special-movie-wrapper-3>iframe {
  width: 18vw;
  height: 11vw;
  min-width: 180px;
  min-height: 110px;
} */
.special-movie-wrapper3 .guys-youtube-thumb {
  width: 18vw;
  min-width: 280px;
  max-width: 280px; }

/* GUYS4 */
.contents-guys-4 {
  width: 100%;
  height: 200vh;
  min-height: 780px;
  z-index: 10;
  position: relative;
  background-color: #fff; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .contents-guys-4 {
    width: 100%;
    height: 180vh;
    z-index: 10;
    position: relative;
    background-color: #fff; } }

/* End of レスポンシブ */
.contents-guys-4::before {
  width: 100%;
  height: 100vh;
  min-height: 780px;
  z-index: 10;
  background: url(../img/cus/guys-4.png) center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .contents-guys-4::before {
    width: 100%;
    height: 100vh;
    min-height: 780px;
    z-index: 10;
    background: url(../img/cus/guys-4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20% 0;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0; } }

/* End of レスポンシブ */
.guys-4-inner {
  position: relative;
  height: 100%;
  left: 50%;
  margin-left: -535px;
  z-index: 15;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .guys-4-inner {
    position: relative;
    height: 100%;
    left: 0;
    margin-left: 0;
    z-index: 15; } }

/* End of レスポンシブ */
.contents-guys-4-wrapper {
  width: 414px;
  height: 585px;
  float: right;
  position: relative; }

/* レスポンシブ */
@media screen and (min-width: 481px) and (max-width: 767px) {
  .contents-guys-4-wrapper {
    width: 414px;
    height: 76vw;
    float: right;
    position: relative; } }

@media screen and (max-width: 600px) {
  .contents-guys-4-wrapper {
    width: 100%;
    height: 100%;
    float: left;
    position: relative; } }

/* End of レスポンシブ */
.contents-guys-4-dl {
  position: absolute;
  top: 5%; }

.guys-4-dt-pc {
  font-size: 26px;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  color: #fff;
  text-shadow: 1px 1px 18px #000;
  letter-spacing: 3px;
  line-height: 33px; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .guys-4-dt-pc {
    display: none; } }

/* End of レスポンシブ */
.guys-4-dt-sp {
  display: none; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .guys-4-dt-sp {
    display: block;
    font-size: 4.6vw;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    color: #fff;
    text-shadow: 1px 1px 18px #000;
    letter-spacing: 2vw;
    line-height: 9vw;
    margin-top: -20%; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .guys-4-dt-sp {
    display: block;
    font-size: 4vw;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    color: #fff;
    text-shadow: 1px 1px 18px #000;
    letter-spacing: 2vw;
    line-height: 5vw;
    margin-top: -20%; } }

/* End of レスポンシブ */
.guys-4-dd-pc {
  margin-top: 60px;
  font-weight: 400;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  color: #fff;
  text-shadow: 1px 1px 18px #000;
  letter-spacing: 2px;
  line-height: 33px; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .guys-4-dd-pc {
    display: none; } }

/* End of レスポンシブ */
.guys-4-dd-sp {
  display: none; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .guys-4-dd-sp {
    display: block;
    font-size: 3.5vw;
    margin-top: 5%;
    font-weight: 400;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    color: #fff;
    text-shadow: 1px 1px 18px #000;
    letter-spacing: 2px;
    line-height: 7vw; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .guys-4-dd-sp {
    display: block;
    font-size: 2vw;
    margin-top: 5%;
    font-weight: 400;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    color: #fff;
    text-shadow: 1px 1px 18px #000;
    letter-spacing: 2px;
    line-height: 4vw; } }

/* End of レスポンシブ */
.button-4 {
  max-width: 282px;
  width: 20vw;
  position: absolute;
  bottom: 0;
  margin-top: 258px; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .button-4 {
    width: 60vw;
    position: absolute;
    top: 25%;
    margin-top: 80%; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .button-4 {
    width: 40vw;
    position: absolute;
    top: 28%;
    margin-top: 35%; } }

@media screen and (min-width: 601px) and (max-width: 850px) and (orientation: landscape) {
  .button-4 {
    width: 30vw;
    position: absolute;
    top: 28%;
    margin-top: 90%; } }

/* End of レスポンシブ */
/* GUYS5 */
.contents-guys-5 {
  width: 100%;
  height: 200vh;
  min-height: 780px;
  z-index: 10;
  position: relative;
  background-color: #fff; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .contents-guys-5 {
    width: 100%;
    height: 180vh;
    z-index: 10;
    position: relative;
    background-color: #fff; } }

/* End of レスポンシブ */
.contents-guys-5::before {
  width: 100%;
  height: 100vh;
  min-height: 780px;
  z-index: 10;
  background: url(../img/cus/guys-5.png) center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 61% 0;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .contents-guys-5::before {
    width: 100%;
    height: 100vh;
    min-height: 780px;
    z-index: 10;
    background: url(../img/cus/guys-5.png) center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 61% 0;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0; } }

/* End of レスポンシブ */
.guys-5-inner {
  position: relative;
  height: 100%;
  left: 50%;
  margin-left: -500px;
  z-index: 15; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .guys-5-inner {
    position: relative;
    height: 100%;
    left: 0;
    margin-left: 0;
    z-index: 15; } }

/* End of レスポンシブ */
.contents-guys-5-wrapper {
  width: 700px;
  height: 100%;
  float: left;
  position: relative; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .contents-guys-5-wrapper {
    width: 100%;
    height: 100%;
    float: left;
    position: relative; } }

/* End of レスポンシブ */
.contents-guys-5-dl {
  position: absolute;
  top: 5%; }

.guys-5-dt-pc {
  font-size: 26px;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  color: #fff;
  text-shadow: 1px 1px 18px #000;
  letter-spacing: 3px; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .guys-5-dt-pc {
    display: none; } }

/* End of レスポンシブ */
.guys-5-dt-sp {
  display: none; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .guys-5-dt-sp {
    display: block;
    font-size: 6vw;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    color: #fff;
    text-shadow: 1px 1px 18px #000;
    letter-spacing: 2vw;
    line-height: 9vw;
    margin-top: -20%; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .guys-5-dt-sp {
    display: block;
    font-size: 4vw;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    color: #fff;
    text-shadow: 1px 1px 18px #000;
    letter-spacing: 2vw;
    line-height: 5vw;
    margin-top: -20%; } }

/* End of レスポンシブ */
.guys-5-dd-pc {
  margin-top: 60px;
  font-weight: 400;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  color: #fff;
  text-shadow: 1px 1px 18px #000;
  letter-spacing: 2px;
  line-height: 33px; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .guys-5-dd-pc {
    display: none; } }

/* End of レスポンシブ */
.guys-5-dd-sp {
  display: none; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .guys-5-dd-sp {
    display: block;
    font-size: 3.5vw;
    margin-top: 5%;
    font-weight: 400;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    color: #fff;
    text-shadow: 1px 1px 18px #000;
    letter-spacing: 2px;
    line-height: 7vw; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .guys-5-dd-sp {
    display: block;
    font-size: 2vw;
    margin-top: 5%;
    font-weight: 400;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    color: #fff;
    text-shadow: 1px 1px 18px #000;
    letter-spacing: 2px;
    line-height: 4vw; } }

/* End of レスポンシブ */
.button-5 {
  max-width: 282px;
  width: 20vw;
  position: absolute;
  top: 11%;
  margin-top: 258px; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .button-5 {
    width: 60vw;
    position: absolute;
    margin-top: 90%; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .button-5 {
    width: 40vw;
    position: absolute;
    top: 28%;
    margin-top: 38%; } }

@media screen and (min-width: 601px) and (max-width: 850px) and (orientation: landscape) {
  .button-5 {
    width: 30vw;
    position: absolute;
    top: 28%;
    margin-top: 35%; } }

/* End of レスポンシブ */
/* GUYS6 */
.contents-guys-6 {
  width: 100%;
  height: 100vh;
  min-height: 780px;
  z-index: 10;
  position: relative;
  background-color: #fff; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .contents-guys-6 {
    width: 100%;
    height: 100vh;
    z-index: 10;
    position: relative;
    background-color: #fff; } }

/* End of レスポンシブ */
.contents-guys-6::before {
  width: 100%;
  height: 100vh;
  min-height: 780px;
  z-index: 10;
  background: url(../img/cus/guys-6.png) center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .contents-guys-6::before {
    width: 100%;
    height: 100vh;
    min-height: 780px;
    z-index: 10;
    background: url(../img/cus/guys-6.png) center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 71% 0;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0; } }

/* End of レスポンシブ */
.guys-6-inner {
  position: relative;
  height: 100%;
  left: 50%;
  margin-left: -500px;
  z-index: 15; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .guys-6-inner {
    position: relative;
    height: 100%;
    left: 0;
    margin-left: 0;
    z-index: 15; } }

/* End of レスポンシブ */
.contents-guys-6-wrapper {
  width: 700px;
  height: 100%;
  float: left;
  position: relative; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .contents-guys-6-wrapper {
    width: 100%;
    height: 100%;
    float: left;
    position: relative; } }

/* End of レスポンシブ */
.contents-guys-6-dl {
  position: absolute;
  top: 15%; }

.guys-6-dt-pc {
  font-size: 26px;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  color: #fff;
  text-shadow: 1px 1px 18px #000;
  letter-spacing: 3px; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .guys-6-dt-pc {
    display: none; } }

/* End of レスポンシブ */
.guys-6-dt-sp {
  display: none; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .guys-6-dt-sp {
    display: block;
    font-size: 6vw;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    color: #fff;
    text-shadow: 1px 1px 18px #000;
    letter-spacing: 2vw;
    line-height: 9vw;
    margin-top: -20%; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .guys-6-dt-sp {
    display: block;
    font-size: 4vw;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    color: #fff;
    text-shadow: 1px 1px 18px #000;
    letter-spacing: 2vw;
    line-height: 5vw;
    margin-top: -20%; } }

/* End of レスポンシブ */
.guys-6-dd-pc {
  margin-top: 60px;
  font-weight: 400;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  color: #fff;
  text-shadow: 1px 1px 18px #000;
  letter-spacing: 2px;
  line-height: 33px; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .guys-6-dd-pc {
    display: none; } }

/* End of レスポンシブ */
.guys-6-dd-sp {
  display: none; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .guys-6-dd-sp {
    display: block;
    font-size: 3.5vw;
    margin-top: 5%;
    font-weight: 400;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    color: #fff;
    text-shadow: 1px 1px 18px #000;
    letter-spacing: 2px;
    line-height: 7vw; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .guys-6-dd-sp {
    display: block;
    font-size: 2vw;
    margin-top: 5%;
    font-weight: 400;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    color: #fff;
    text-shadow: 1px 1px 18px #000;
    letter-spacing: 2px;
    line-height: 4vw; } }

/* End of レスポンシブ */
.button-6 {
  max-width: 282px;
  width: 20vw;
  position: absolute;
  top: 22%;
  margin-top: 258px; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .button-6 {
    width: 60vw;
    position: absolute;
    top: 29%;
    margin-top: 58%; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .button-6 {
    width: 40vw;
    position: absolute;
    top: 28%;
    margin-top: 27%; } }

@media screen and (min-width: 601px) and (max-width: 850px) and (orientation: landscape) {
  .button-6 {
    width: 30vw;
    position: absolute;
    top: 28%;
    margin-top: 31%; } }

/* End of レスポンシブ */
/* GUYS 1- 6 共通スタイル */
.contents-guys-fixed::before {
  position: fixed;
  top: 0;
  left: 0;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.contents-guys-hidden {
  overflow: hidden; }

/* GUYS 1- 6 共通スタイル */
/*----------------------------------------------------------------------------------------------------------------------
GRAPHIC GALLERY
---------------------------------------------------------------------------------------------------------------------- */
.contents-graphic {
  width: 100%;
  height: 500px;
  background-color: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .contents-graphic {
    width: 100vw;
    height: 63vw;
    background-color: #fff;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .contents-graphic {
    width: 100%;
    height: 50vh;
    background-color: #fff;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

/* End of レスポンシブ */
.contents-graphic-kv {
  position: absolute;
  top: -65px;
  left: 100px; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .contents-graphic-kv {
    position: absolute;
    width: 70vw;
    top: -16.5vw;
    left: 12vw; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .contents-graphic-kv {
    position: absolute;
    width: 40vw;
    top: -30%;
    left: 5%; } }

/* End of レスポンシブ */
.contents-graphic-container {
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 430px;
  background-color: #F2F2F2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 600px) {
  .contents-graphic-container {
    position: absolute;
    bottom: 0;
    width: 100vw;
    height: 50vw;
    background-color: #F2F2F2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

.contents-graphic-wrap {
  width: 1200px;
  height: 353px;
  background: url(../img/cus/graphic_gallery.png) center center;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -600px; }

.contents-graphic-wrap:hover {
  opacity: .6;
  cursor: pointer; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .contents-graphic-wrap {
    width: 114vw;
    height: 30vw;
    background: url(../img/cus/graphic_gallery.png) center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 17%;
    left: 50%;
    margin-left: -57vw;
    z-index: 10; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .contents-graphic-wrap {
    width: 100%;
    height: 30vh;
    background: url(../img/cus/graphic_gallery.png) center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 11%;
    left: 50%;
    margin-left: -50%;
    z-index: 10; } }

.contents-graphic-modal {
  cursor: pointer; }

/* End of レスポンシブ */
/*-----------------------------------------------------
 modal----------- */
.contents-graphic__modal {
  visibility: hidden; }

.contents-graphic__modal--active {
  visibility: visible;
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow-y: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-animation: fadein0 0.3s ease-in 0.3s forwards;
  animation: fadein0 0.3s ease-in 0.3s forwards; }

@keyframes fadein0 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadein0 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .contents-graphic__modal--active {
    height: 100%; } }

.contents-graphic__modal--close__btn {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 34px;
  height: 50px;
  z-index: 10001;
  margin-top: -350px;
  margin-right: -500px;
  background-image: url(../img/cus/gallery__modal--close__btn.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer; }

.gallery2020 .contents-graphic__modal--close__btn {
  background-image: url(../img/cus/gallery__modal--close__btn2.png);
}

@media screen and (max-height: 800px) {
  .contents-graphic__modal--close__btn {
    right: 50%;
    width: 60vw;
    height: 2vw;
    margin-top: -26.5vw;
    margin-right: -30vw; } }

@media screen and (max-width: 600px) {
  .contents-graphic__modal--close__btn {
    right: 5vw;
    width: 11vw;
    height: 11vw;
    margin-top: -63vw;
    margin-right: 0; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .contents-graphic__modal--close__btn {
    margin-top: -24vw;
    margin-right: 20vw; } }

/*-----------------------------------------------------
 slider----------- */
#gallery__slider__wrap {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 790px;
  width: 1000px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -500px;
  margin-top: -390px; }

@media screen and (max-height: 800px) {
  #gallery__slider__wrap {
    height: 47.8vw;
    width: 60vw;
    left: 50%;
    top: 50%;
    margin-left: -30vw;
    margin-top: -23.9vw; } }

@media screen and (max-width: 600px) {
  #gallery__slider__wrap {
    height: 25vw;
    width: 90vw;
    margin-top: -12.5vw;
    margin-left: -45vw; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  #gallery__slider__wrap {
    height: 80vh;
    margin-top: -40vh; }
  .slick-prev, .slick-next {
    top: 50%; }
    .slick-prev::before, .slick-next::before {
      top: 0; } }

.gallery__slider {
  display: block;
  width: 100%;
  height: 86.963%;
  margin: 0 auto 20px; }
  .gallery__slider .slick-list, .gallery__slider .slick-track {
    height: 100%; }
  .gallery__slider.slick-initialized .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .gallery__slider .slide-item img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    margin: 0 auto; }

@media screen and (max-width: 600px) {
  .gallery__slider {
    display: none; } }

.slide-item img {
  width: 100%; }

.gallery__thumbnail-list {
  width: 1003px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.gallery2020 .gallery__thumbnail-list {
  flex-wrap: wrap; }

@media screen and (max-height: 800px) {
  .gallery__thumbnail-list {
    width: 60vw; } }

@media screen and (max-width: 600px) {
  .gallery__thumbnail-list {
    display: none; } }

.thumbnail-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 7.8%;
  flex: 0 1 7.8%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0.1vw;
  position: relative;
  margin-right: 1.5vw;
  cursor: pointer; }

.gallery2020 .thumbnail-item {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 32px;
  height: 32px;
  margin-right: 1vw;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.thumbnail-item:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.thumbnail-item:las-child {
  margin-right: 0; }

.thumbnail-item.thumbnail-current {
  border: 5px solid #ff5611;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.gallery2020 .thumbnail-item.thumbnail-current {
  border: 1px solid #fff; }

.gallery2020 .thumbnail-item.thumbnail-current:before {
  content: '+';
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}

.thumbnail-item.thumbnail-current:after {
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
  margin-bottom: -3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*-----------------------------------------------------
 slider for SP----------- */
.gallery__slider--sp {
  display: none; }

@media screen and (max-width: 600px) {
  .gallery__slider--sp {
    display: block; }
  .gallery__slider--sp img {
    width: 90vw;
    height: auto;
    margin: auto; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .gallery__slider--sp, .slick-list, .slick-track {
    height: 100%; }
  .gallery__slider--sp img {
    max-height: 100%;
    width: auto; } }

.slick-counter {
  display: none; }

@media screen and (max-width: 600px) {
  .slick-counter {
    display: block;
    position: absolute;
    width: 36vw;
    height: 7vw;
    top: 65vw;
    left: 50%;
    margin-left: -18vw;
    color: #fff;
    font-size: 6.5vw;
    font-weight: bold;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .slick-counter {
    display: block;
    position: absolute;
    width: 36vw;
    height: 7vw;
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: -18vw;
    color: #fff;
    font-size: 6.5vw;
    font-weight: bold;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

.current {
  display: none; }

@media screen and (max-width: 600px) {
  .current {
    display: inline-block;
    color: #fff;
    font-size: 7vw;
    font-weight: bold;
    font-style: oblique; } }

.total {
  display: none; }

@media screen and (max-width: 600px) {
  .total {
    display: inline-block;
    color: #fff;
    font-size: 7vw;
    font-weight: bold;
    font-style: oblique; } }

/*----------------------------------------------------------------------------------------------------------------------
AUTOBACS GUYS 2017
---------------------------------------------------------------------------------------------------------------------- */
.contents-autobacsguys {
  width: 100%;
  height: 480px;
  background-color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .contents-autobacsguys {
    width: 100%;
    height: 47vh;
    background-color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .contents-autobacsguys {
    width: 100%;
    height: 105vh;
    background-color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; } }

/* End of レスポンシブ */
.contents-autobacsguys-inner {
  width: 1000px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  position: relative; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .contents-autobacsguys-inner {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    position: relative; } }

/* End of レスポンシブ */
.contents-autobacsguys-kv {
  width: 439px;
  position: absolute;
  top: 115px;
  left: 50%;
  margin-left: -219.5px; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .contents-autobacsguys-kv {
    width: 64vw;
    position: absolute;
    top: 8%;
    left: 50%;
    margin-left: -32vw; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .contents-autobacsguys-kv {
    width: 50vw;
    position: absolute;
    top: 8%;
    left: 50%;
    margin-left: -25vw; } }

/* End of レスポンシブ */
.contents-autobacsguys-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 165px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .contents-autobacsguys-wrapper {
    width: 90vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 20%;
    left: 50%;
    margin-left: -45vw;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .contents-autobacsguys-wrapper {
    width: 70vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 20%;
    left: 50%;
    margin-left: -35vw;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

/* End of レスポンシブ */
.wrapper-guys {
  position: relative;
  overflow: hidden;
  width: 300px; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .wrapper-guys {
    display: none; } }

.wrapper-guys-sp {
  display: none; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .wrapper-guys-sp {
    display: block;
    position: relative;
    overflow: hidden;
    width: 30vw;
    padding-left: 1vw;
    padding-right: 0.5vw;
    margin-bottom: 0.5vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .wrapper-guys-sp {
    display: block;
    position: relative;
    overflow: hidden;
    width: 23vw;
    padding-left: 1vw;
    padding-right: 0.5vw;
    margin-bottom: 0.5vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

/* End of レスポンシブ */
.wrapper-guys-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0; }

.wrapper-guys:hover .wrapper-guys-mask {
  opacity: 1; }

.mask-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20.5px;
  margin-left: -46.5px; }

.mask-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20.5px;
  margin-left: -36px; }

.mask-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20.5px;
  margin-left: -48px; }

.mask-4 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -21.5px;
  margin-left: -36px; }

.mask-5 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20.5px;
  margin-left: -37px; }

.wrapper-guys > a {
  color: #fff; }

/*----------------------------------------------------------------------------------------------------------------------
OFF TIME ON TIME
---------------------------------------------------------------------------------------------------------------------- */
.contents-time {
  width: 100%;
  height: 705px;
  background-color: #fff;
  position: relative; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .contents-time {
    width: 100%;
    height: 50vh;
    background-color: #fff;
    position: relative; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .contents-time {
    width: 100%;
    height: 80vh;
    background-color: #fff;
    position: relative; } }

/* End of レスポンシブ */
.contents-time-inner {
  width: 1000px;
  height: 100%;
  margin: auto;
  position: relative; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .contents-time-inner {
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative; } }

/* End of レスポンシブ */
.time-back {
  width: 1000px;
  position: absolute;
  top: 145px;
  left: 0; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .time-back {
    width: 90vw;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -45vw; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .time-back {
    width: 66vw;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -33vw; } }

.time-back:hover {
  opacity: 0.8; }

/* End of レスポンシブ */
.time-kv {
  width: 295px;
  position: absolute;
  top: 555px;
  left: 50%;
  margin-left: -147.5px; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .time-kv {
    width: 60vw;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30vw; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .time-kv {
    width: 40vw;
    position: absolute;
    top: 66%;
    left: 50%;
    margin-left: -20vw; } }

/* End of レスポンシブ */
.sns-sp {
  display: none; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .sns-sp {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5vw;
    top: 76%;
    left: 0; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  .sns-sp {
    width: 60vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1vw;
    top: 74%;
    left: 50%;
    margin-left: -30vw; } }

/* End of レスポンシブ */
.sns-ch {
  width: 23%;
  padding: 4vw; }

.ab-logo {
  text-align: center;
  margin: auto; }

.linkTxt1-sp {
  display: none; }

/* レスポンシブ */
@media screen and (max-width: 600px) {
  .linkTxt1-sp {
    display: block; } }

/* End of レスポンシブ */
/* wrapMovie
----------------------------------- */
.movie_trigger img {
  cursor: pointer; }

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

#wrapMovie iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -195px 0 0 -320px; }

#wrapMovie .close {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -235px 0 0 -320px;
  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;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  cursor: pointer; }

#wrapMovie .close span:hover {
  opacity: 0.7; }

@media screen and (max-width: 700px) and (max-height: 400px) {
  #wrapMovie iframe, #wrapMovie .close {
    width: 450px;
    height: 270px;
    margin: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #wrapMovie .close {
    margin-top: -25px; }
    #wrapMovie .close > span {
      width: 20px;
      height: 20px;
      background: url(../img/cus/btn_movie_close.png) right top no-repeat;
      background-size: contain; } }

@media screen and (max-width: 600px) {
  .movie_trigger img {
    display: block;
    margin: 0 auto;
    width: 80%; }
  #wrapMovie {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999; }
  #wrapMovie iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 55.125vw;
    width: 98vw; }
  #wrapMovie .close {
    position: absolute;
    margin: -37.5vw 0 0 0;
    left: 90%;
    top: 50%;
    width: 26px;
    height: 26px; } }

@media screen and (max-width: 600px) and (orientation: landscape) {
  #wrapMovie iframe {
    height: 81vh;
    width: 144vh; }
  #wrapMovie .close {
    left: auto;
    right: 1vw;
    top: 1vw;
    margin: 0; } }

@media screen and (max-width: 600px) {
  #wrapMovie .close span {
    display: block;
    width: 26px;
    height: 26px;
    background: url("../img/cus/btn_movie_close.png") right top no-repeat;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer; } }
