﻿@charset "utf-8";
/* CSS Document */


/* font
   ----------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Contrail+One&display=swap');
body,.font_serif { font-family : 'Noto Sans' , "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif; }

.Contrail{
	font-family :'Contrail One', 'Noto Sans' , "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif; 
}
/* color
   ----------------------------------------------------------------- */
.bg_color1 {    background-color: #101010;}
.bg_color3 {    background-color: #161617;}
.bg_black {    background-color: #161617;}
.border_color1 {    border-color: #383838;}
.border_color3 {    border-color: #383838;}
.border_color4 {  border-color: #383838;}
.hvr_bg_color4:hover {border-color: #d6d6d6;}

/* all
   ----------------------------------------------------------------- */
#pc_nav a::before{display: none;}
#pc_nav {
	position: absolute;
    top: 33px;
    right: 150px;
    left: auto;
    bottom: auto;
    z-index: 97;
}
#pc_nav a:hover {
    padding-left: 40px;
	transform: translateY(-5px);
}
header .menu_stick{top: 43px;}
#header{
	height: 0px;
	z-index: 98;
       background: -moz-linear-gradient(top, rgba(0,0,0,0), transparent);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), transparent);
    background: linear-gradient(to bottom, rgba(0,0,0,0), transparent);
	background: none;
}
header .menu_stick{
	position: fixed;
}

/* main_img ---------------------------------------------------------------------------------------------*/
.vegas-slide, .vegas-slide-inner{transition: transform 1100ms ease 0s,opacity 1000ms ease 0.3s!important;}
.vegas-transition-slideLeft2-out, .vegas-transition-slideRight, .vegas-transition-slideRight2{opacity: 0;}
.vegas-transition-slideRight-in, .vegas-transition-slideRight2-in{opacity: 1;}
.vegas-timer{height: 4px!important;z-index: 5}
.vegas-timer-progress{background: #000!important;}

#main_img {
	height: 100vh;
	z-index: 0;
}
#main_img::before{
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 0.3;
	background-color: #000;
}
#main_img .txt {
	z-index: 10;
	top: 47%;
	left: 12vw;
}
#main_img h2{
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0.02em;
	font-size: 4.4722222222vw;
}
#main_img p{
	letter-spacing: 2.3px;
}

/* toppage
   ----------------------------------------------------------------- */
.top-logo h1 a img{
	width: 230px;
	height: auto;
	position: fixed;
    top: 40px;
    left: 20px;
    z-index: 90;
}
#contents1 .con_txt{
	padding: 5%;
	padding-right: 0px;
	font-style: italic;
}

#contents02 .con-title{
	font-style: italic;
	padding: 30px 0px;
}
.section-link {
    height: 33vw;
    margin: 0 0 100px;
    overflow: hidden;
}
.linkList {
    width: 112%;
    max-height: 560px;
    height: 100%;
    margin-left: -6%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}
.linkList_itm {
    width: 33%;
    height: 100%;
    -webkit-transform: skewX(-18deg) scale(1);
    transform: skewX(-18deg) scale(1);
    overflow: hidden;
    transition: all .4s ease;
    z-index: 3;
}
.linkList_itm .link {
    height: 100%;
    -webkit-transform: skewX(18deg);
    transform: skewX(18deg);
}
.linkList_itm:hover{
	opacity: 0.8;
}
.link {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100%;
    position: relative;
    z-index: 0;
    cursor: pointer;
}
.link_img, .link_img-01, .link_img-02, .link_img-03 {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.link_img-01 {
    left: -15vw;
}
.link_img-01 img {
    max-width: 1160px;
    width: 64vw;
}
.link_img-02 {
    left: -20vw;
}
.link_img-02 img {
    max-width: 1280px;
    width: 57vw;
    margin-left: 20.5vw;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.link_img-03 {
    left: auto;
    right: .5vw;
}
.link_img-03 img {
    max-width: 1280px;
    width: 83vw;
    margin-top: -6vw;
}
.link_mask {
    width: 200%;
    height: 100%;
    background: rgba(0,0,0,.3) url(../IMAGES/tvcm_pat.png) repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.link_play-making {
    max-width: 236px;
}
.link_play-text{
    width: 100%;
	position: absolute;
	text-align: center;
	left: 0;
	top: 37%;
	color: #fff;
}
.linkBtn{
	color: #fff;
    display: inline-block;
    border: 1px solid #d2d2d2;
    padding: 5px 25px;
    margin-top: 20px;
}
#contents03 .con-title{
	font-style: italic;
	padding: 0px 0px 100px;
}
#contents03 .con_txt{
	padding: 5%;
	padding-left: 0px;
	font-style: italic;
}
#contents03 .con_img figure{
}
#contents02 .d_flex, #contents03 .d_flex{
	min-height: inherit;
}
#contents03 .con_box{background: none;}
#contents02, #contents03{
    min-height: inherit;
}
.foot-link{
	max-width: 1000px;
	width: 90%;
	margin: 80px auto 0;
}
.foot-link:hover{
	opacity: 0.8;
}
/* otherpage
   ----------------------------------------------------------------- */
#page_title .page_title_box{
	text-align: center;
    font-style: italic;
}
.cate_list{
	border-bottom: 1px solid #383838;
}
.cate_list li:not(:first-child):not(:nth-child(4n + 1))::before{
	background-color: #383838;
}
.cate_title{
	 font-style: italic;
    border: none;
    font-size: 21px;
	margin-bottom: 30px;
}

#cms_5-b .cate_box .open_bt .box_title1::before {
    color: rgb(232, 232, 232)!important;
}
#cms_6-c .arrow{    background: #fff; }
#cms_6-c .circle{    display: none; }
#cms_6-c .cate_box{margin-bottom: 50px;}


@media screen and (max-width: 768px){
header.height100vh{height: auto;}
#main_img {
	height: 50vh;
}
	#header h1 a img{
		max-width: 300px;
		height: auto;
	}
	header .menu_stick{
		top: 30px;
	}
#contents03 .con_img figure{
	    top: 0px;
}
	#contents03 .con_txt{
		padding-left: 5%;
	}
#contents1 .con_txt{
	width: 90%;
box-sizing: border-box;	
}
.link_play-text{top: 24%;}
.section-link {
   height: auto;
	overflow: hidden;
}
.linkList {
    width: 100%;
    max-height: none;
    height: auto;
    margin-left: 0px;
    display: block;
    overflow: hidden;
    position: relative;
}
.linkList_itm {
    width: 100%;
    height: 100%;
    -webkit-transform:none;
    transform: none;
    overflow: hidden;
}
.linkList_itm .link {
    height: 100%;
    -webkit-transform: none;
    transform: none;
}
	.link_img, .link_img-01, .link_img-02, .link_img-03{
	 height: 100%;
    position: static;
    top: 50%;
    left: 0;
    -webkit-transform: none;
    transform: none;	
	}

.link_img-01 {
    left: 0;
}
.link_img-01 img {
    max-width: none;
    width: 100%;
}
.link_img-02 {
    left:0;
}
.link_img-02 img {
    max-width: none;
    width: 100%;
    margin-left: 0;
    -webkit-transform: none;
    transform: none;
}
.link_img-03 {
    left: 0;
    right: 0;
}
.link_img-03 img {
    max-width: none;
    width: 100%;
    margin-top: 0px;
}
#contents03 .con-title{padding: 0px 0px 200px;}
	#contents03 .con_img{    opacity: 0.7;}
}


@media screen and (max-width: 667px){
#main_img {
	height: 40vh;
}
	#header h1 a img{
		max-width: 180px;
	}
	header .menu_stick{
		top: 25px;
	}
.top-logo h1 a img {
   max-width: 180px;
    height: auto;
    top: 20px;
}
}


@media all and (-ms-high-contrast:none) {
	.tel_bt{
		padding-top: 9px;
	}
}


_::-webkit-full-page-media, _:future, :root #page8 input {
   line-height: 1em;
}