@charset "UTF-8";

.header_change .trigger_small .menu-trigger span {
    background: #169ccd!important;
}

/*---------------------------------------------------------------*\
$common
\*---------------------------------------------------------------*/

#top {
    position: relative;
    background-color: #169ccd;
    padding: 170px 0 90px;
    width: 100%;
    margin: 0 auto;
    background-position: center;
    color: #fff;
}

#top .wrapper_logo_top {
    position: fixed;
    flex-direction: column;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    width: 92%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 99;
}
#top .logo_top {
  width: 130px;
  background: #169ccd;
  padding: 35px 26px;
}
#top .logo_top a {
  display: block;
  width: 100%;
  height: 100%;
}
#top .logo_top img {
  width: 100%;
  height: auto;
}

.title_top {
    text-align: center;
    font-size: 3.5rem;
    font-family: 'Overpass', ui-sans-serif;
    letter-spacing: 7px;
    color: #fff;
}

.title_top span {
    margin-top: 60px;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: 'YuGothic', '游ゴシック', 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    position: relative;
    color: #fff;
    letter-spacing: 2px;
}

.title_top span:after {
    position: absolute;
    width: 1px;
    height: 30px;
    background: #fff;
    content: "";
    top: -50px;
    left: 50%;
}

.title_info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(0px, 40px);
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translate(0px, 40px);
        opacity: 0;
    }
}

#top .text_scroll_top {
    display: block;
    text-align: center;
    text-shadow: 0px 0px 24px #555;
    color: #fff;
    margin-top: 50px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 12px;
}
#top .wrapper_logo_top {
    position: fixed;
    flex-direction: column;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    width: 92%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 99;
}
#top .logo_top {
  width: 130px;
  background: #169ccd;
  padding: 35px 26px;
}
#top .logo_top a {
  display: block;
  width: 100%;
  height: 100%;
}
#top .logo_top img {
  width: 100%;
  height: auto;
}


/* movies */

#movies {
    width: 100%;
    padding: 60px 0;
}

#movies .title_movies {
    text-align: center;
    font-size: 32px;
    letter-spacing: 5px;
    font-family: 'Overpass', sans-serif;
}

#movies .subtitle_movies {
    text-align: center;
    font-weight: bold;
}

#movies .wrapper_contents_movies {
    width: 1100px;
    letter-spacing: -.4em;
    margin: 60px auto 0;
}

#movies .each_video {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    width: 30%;
    margin-bottom: 8%;
    margin-right: 5%;
}

#movies .each_video>a {
    display: block;
    width: 100%;
    height: 100%;
}

#movies .thumbnail_each_video {
    display: block;
    position: relative;
    width: 100%;
    background: #f5f5f5;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    cursor: pointer;
}

#movies .each_video:nth-of-type(3n) {
    margin-right: 0px;
}

#movies .title_each_movie {
    text-align: center;
    font-weight: bold;
    margin-top: 14px;
}

#movies .description_movie {
    font-size: 11px;
    line-height: 17px;
    color: #666;
    margin-top: 8px;
}

#movies .icon_play {
    position: absolute;
    top: 30%;
    background: rgba(0, 0, 0, .6);
    right: 0;
    left: 0;
    border-radius: 50%;
    margin: auto;
    display: block;
    width: 60px;
    height: 60px;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#movies .fa-play {
    color: #fff;
    font-size: 19px;
    text-align: center;
    margin-left: 6px;
}

#movies .thumbnail_each_video:hover .icon_play {
    background: rgba(236, 227, 213, .9);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#movies .thumbnail_each_video:hover .fa-play {
    color: #111;
}


/* modal inside */

.wrapper_contents_modal {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    -webkit-flex-direction column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.image_360_modal {
    position: relative;
}

.image_360_modal iframe {
    margin: 0 auto;
}

.close_modal {
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    font-size: 11px;
    right: -60px;
    background: #ece3d5;
    color: #444;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.image_360_modal {
    width: 70%;
    margin: 0 auto;
    box-shadow: 0 0 18px rgba(0, 0, 0, .3);
}

.image_360_modal img {
    width: 100%;
    height: auto;
}


/* others */

#others {
    padding: 80px 0;
    width: 97%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 1.5%;
}

#others .title_others {
    text-align: center;
    font-size: 32px;
    color: #fff;
    letter-spacing: 7px;
    font-family: 'Overpass', sans-serif;
}

#others .subtitle_others {
    color: #fff;
    text-align: center;
    font-weight: bold;
}

#others .wrapper_contents_others {
    width: 85%;
    margin: 50px auto 0;
    letter-spacing: -.4em;
}

#others .each_title_others {
    text-align: center;
    color: #fff;
    font-size: 18px;
    letter-spacing: 7px;
    font-family: 'Overpass', sans-serif;
}

#others .each_subtitle_others {
    text-align: center;
    color: #fff;
    margin-top: 4px;
    font-weight: bold;
    font-size: 12px;
}

#others .each_others {
    border-radius: 1px;
    background: -webkit-gradient(linear, left top, right bottom, from(#111), color-stop(0.25, #111), color-stop(0.25, rgba(255, 255, 255, .5)), color-stop(0.5, rgba(255, 255, 255, .5)), color-stop(0.5, #111), color-stop(0.75, #111), color-stop(0.75, rgba(255, 255, 255, .5)), torgba(255, 255, 255, .5)));
    background: -moz-linear-gradient(-45deg, #111 25%, rgba(255, 255, 255, .5) 25%, rgba(255, 255, 255, .5) 50%, #111 50%, #111 75%, rgba(255, 255, 255, .5) 75%, rgba(255, 255, 255, .5));
    background: linear-gradient(-45deg, #111 25%, rgba(255, 255, 255, .2) 25%, rgba(255, 255, 255, .2) 50%, #111 50%, #111 75%, rgba(255, 255, 255, .2) 75%, rgba(255, 255, 255, .2));
    background-size: 4px 4px;
    letter-spacing: normal;
    vertical-align: top;
    padding: 14px;
    display: inline-block;
    letter-spacing: normal;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .1);
    width: 30%;
    margin-right: 5%;
}

#others .each_others:nth-of-type(3) {
    margin-right: 0px;
}

#others .each_others>a {
    border-radius: 1px;
    display: block;
}

#others .button_others {
    display: block;
    width: 290px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
    background: #111;
    font-family: 'Jaldi', sans-serif;
    color: #fff;
    position: relative;
    margin: 50px auto 0;
    border-radius: 2px;
    text-align: center;
    padding: 24px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#others .button_others:hover {
    background: #171717;
}

#others .fa-chevron-right {
    position: absolute;
    color: #fff;
    top: 29px;
    font-size: 10px;
    right: 30px;
}

#others .bg_scale_01 {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 60px 0;
}

#others .bg_scale_01:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url('img/background_concept.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#others .bg_scale_01:hover:after {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#others .bg_scale_01 .inner {
    z-index: 1;
    position: relative;
}

#others .bg_scale_02 {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 60px 0;
}

#others .bg_scale_02:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url('img/background_company.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#others .bg_scale_02:hover:after {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#others .bg_scale_02 .inner {
    z-index: 1;
    position: relative;
}

#others .bg_scale_03 {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 60px 0;
}

#others .bg_scale_03:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url('img/background_contact.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#others .bg_scale_03:hover:after {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#others .bg_scale_03 .inner {
    z-index: 1;
    position: relative;
}


/*---------------------------------------------------------------*\
	$ more than 1500px
\*---------------------------------------------------------------*/

@media screen and (min-width: 1500px) {
    /* others */
    #others .wrapper_contents_others {
        width: 1200px;
    }
}


/*---------------------------------------------------------------*\
$1080px
\*---------------------------------------------------------------*/

@media screen and (max-width: 1080px) {
    /* movies */
    #movies .wrapper_contents_movies {
        width: 85%;
    }
    #movies .description_movie {
        font-size: 11px;
        line-height: 17px;
    }
    /* others */
    #others .wrapper_contents_others {
        width: 90%;
    }
}


/*---------------------------------------------------------------*\
$768px
\*---------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    /* top */
    /* movies */
    #movies .wrapper_contents_movies {
        display: block;
        margin: 30px auto;
    }
    #movies .each_video {
        width: 47%;
        margin-right: 6%;
    }
    #movies .each_video:nth-of-type(3n) {
        margin-right: 6% !important;
    }
    #movies .each_video:nth-of-type(2n) {
        margin-right: 0%;
    }
    /* others */
    #others .each_title_others {
        font-size: 16px;
        letter-spacing: 5px;
    }
}


/*---------------------------------------------------------------*\
$480px
\*---------------------------------------------------------------*/

@media screen and (max-width: 480px) {
     /* top */
    #top {
        width: 100%;
        padding: 90px 0 30px;
        margin-top: 0;
    }
    #top .title_top {
        top: 48%;
        font-size: 2.2rem;
        letter-spacing: 4px;
    }
    #top .wrapper_logo_top {
        height: 71px;
    }
    #top .logo_top {
    width: 90px;
    margin-top: 0;
    padding: 15px;
    }
    #top .suggestion_scroll_top {
        display: none;
    }
	
	.title_top span {
		font-size: 1.2rem;
		margin-top: 40px;
	}

	.title_top span:after {
		height: 20px;
		top: -34px;
	}

    /* movies */
	#movies .thumbnail_each_video {
    border-radius: 6px;
    overflow: hidden;
}
    #movies {
        padding-top: 0;
    }
    #movies .title_movies {
        font-size: 26px;
    }
    #movies .title_each_movie {
        text-align: left;
    }
    #movies .each_video {
        width: 100%;
        margin-right: 0%;
        display: block;
    }
    #movies .each_video:nth-of-type(3n) {
        margin-right: 0% !important;
    }
    #movies .each_video:last-child {
        margin-bottom: 0%;
    }
    /* modal inside */
    .image_360_modal {
        width: 100%;
    }
    .close_modal {
        bottom: -60px;
        right: 0px;
    }
    /* others */
    #others {
        width: 100%;
        margin-bottom: 0%;
    }
    #others .title_others {
        font-size: 26px;
    }
    #others .each_others {
        display: block;
        width: 100%;
    }
    #others .each_others:nth-of-type(1),
    #others .each_others:nth-of-type(2) {
        margin-bottom: 20px;
    }
    #others .bg_scale_01,
    #others .bg_scale_02,
    #others .bg_scale_03 {
        padding: 45px 0;
    }
    #others .each_title_others {
        font-size: 18px;
        letter-spacing: 7px;
    }
}


/*---------------------------------------------------------------*\
$320px
\*---------------------------------------------------------------*/

@media screen and (max-width: 320px) {}