@charset "utf-8";


/*===========================================================*/
/*機能編  4-2-1 背景色が伸びる（下から上） */
/*===========================================================*/
@font-face {
    font-family: 'BebasNeueBold';
    src:url('../fonts/BebasNeueBold.ttf.woff') format('woff'),
        url('../fonts/BebasNeueBold.ttf.svg#BebasNeueBold') format('svg'),
        url('../fonts/BebasNeueBold.ttf.eot'),
        url('../fonts/sBebasNeueBold.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
.parallax1 {
    left: -108px;
    position: fixed;
    top: 800px;
    width: 393px;
    height: auto;
    z-index: -1;
}

.parallax2 {
    position: fixed;
    right: 40px;
    top: 100px;
    width: 410px;
    height: auto;
    z-index: -1;
}
.parallax3 {
    position: revert;
    right: 33%;
    top: 50%;
   /* width: 36%; */
    height: auto;
    z-index: -1;
}
.parallax4 {
    left: -184px;
    position: fixed;
    top: 451px;
    width: 393px;
    height: auto;
    z-index: -2;
}

.parallax5 {
    position: fixed;
    right: -105px;
    top: 363px;
    width: 410px;
    height: auto;
    z-index: -1;
}

.text-ani_sample3 {
    display: flex;
}
section#text-ani_samplebox3 {
    overflow: hidden;
    background: url(../img/2662937.jpg) no-repeat center center;
    background-size: cover;
    width: 130%;
    margin-top: 90px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(20deg);
    transform: translate(-50%,-50%) rotate(20deg);
}

img.fast01 {
    width: 40% !important;
}

.text-ani_sample3 p {
    margin: 0;
    font-size: 3.5em;
    color: #fff;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    /* font-family: "Nico Moji"; */
    white-space: nowrap;
    padding: 50px;
    animation: loop 50s -25s linear infinite;
    transform: translateX(100%);
    /* text-shadow: 1px 1px 0 #ff00de, -1px -1px 0 #ff00de, -1px 1px 0 #ff00de, 1px -1px 0 #ff00de, 0px 1px 0 #ff00de, 0-1px 0 #ff00de, -1px 0 0 #ff00de, 1px 0 0 #ff00de; */
    letter-spacing: 10px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
}

@keyframes loop {
    100% {
        transform:translateX(-100%);    /*終了の位置*/
    }
}
.text-ani_sample4 {
    display: flex;
}
section#text-ani_samplebox4 {
    overflow: hidden;
    background: url(../img/2662937.jpg) no-repeat center center;
    background-size: cover;
    width: 130%;
    margin-top: 90px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(-20deg);
    transform: translate(-50%,-50%) rotate(-20deg);
}

.text-ani_sample4 p {
    margin: 0;
    font-size: 3.5em;
    color: #fff;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    /* font-family: "Nico Moji"; */
    white-space: nowrap;
    padding: 50px;
    animation: loop 50s -25s linear infinite;
    transform: translateX(100%);
    /* text-shadow: 1px 1px 0 #ff00de, -1px -1px 0 #ff00de, -1px 1px 0 #ff00de, 1px -1px 0 #ff00de, 0px 1px 0 #ff00de, 0-1px 0 #ff00de, -1px 0 0 #ff00de, 1px 0 0 #ff00de; */
    letter-spacing: 10px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
}

@keyframes loop {
    100% {
        transform:translateX(-100%);    /*終了の位置*/
    }
}
/*========= ローディング画面のためのCSS ===============*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999999;
	text-align:center;
	color:#fff;
}

#splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.css-qx2vsa.disable {
    display: none;
}
#splash-logo img{
	width:10px;
}
body.appear :nth-child(14) {
    display: none;
}
body.appear div:nth-child(8) {
    display: none;
}
/*Neon*/
span.redmo {
    text-align: center;
    font-size: 3em;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1;
    text-decoration: none;
    color: #fff;
}

span.redmo {
    font-family: 'Lato', sans-serif;
}

span.redmo02 {
    font-family: Iceland;
    animation: neon2 1.5s ease-in-out infinite alternate;
}

span.redmo3 {
    font-family: Pacifico;
    animation: neon3 1.5s ease-in-out infinite alternate;
}

span.redmo4 {
    font-family: "Press Start 2P";
    animation: neon4 1.5s ease-in-out infinite alternate;
}

span.redmo5 {
    font-family: Audiowide;
    animation: neon5 1.5s ease-in-out infinite alternate;
}

span.redmo6 {
    font-family: Vampiro One;
    animation: neon6 1.5s ease-in-out infinite alternate;
}

span.redmo7 {
    font-family: 'Lato', sans-serif;
    animation: neon1 1.5s ease-in-out infinite alternate;
}

/*glow*/

@keyframes neon1 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff1177,
            0 0 70px #ff1177, 0 0 80px #ff1177, 0 0 100px #ff1177, 0 0 150px #ff1177;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff1177,
            0 0 35px #ff1177, 0 0 40px #ff1177, 0 0 50px #ff1177, 0 0 75px #ff1177;
    }
}

@keyframes neon2 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228dff,
            0 0 70px #228dff, 0 0 80px #228dff, 0 0 100px #228dff, 0 0 150px #228dff;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228dff,
            0 0 35px #228dff, 0 0 40px #228dff, 0 0 50px #228dff, 0 0 75px #228dff;
    }
}

@keyframes neon3 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ffdd1b,
            0 0 70px #ffdd1b, 0 0 80px #ffdd1b, 0 0 100px #ffdd1b, 0 0 150px #ffdd1b;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ffdd1b,
            0 0 35px #ffdd1b, 0 0 40px #ffdd1b, 0 0 50px #ffdd1b, 0 0 75px #ffdd1b;
    }
}

@keyframes neon4 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #b6ff00,
            0 0 70px #b6ff00, 0 0 80px #b6ff00, 0 0 100px #b6ff00, 0 0 150px #b6ff00;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #b6ff00,
            0 0 35px #b6ff00, 0 0 40px #b6ff00, 0 0 50px #b6ff00, 0 0 75px #b6ff00;
    }
}

@keyframes neon5 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff9900,
            0 0 70px #ff9900, 0 0 80px #ff9900, 0 0 100px #ff9900, 0 0 150px #ff9900;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff9900,
            0 0 35px #ff9900, 0 0 40px #ff9900, 0 0 50px #ff9900, 0 0 75px #ff9900;
    }
}

@keyframes neon6 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de,
            0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de,
            0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
    }

}

@keyframes neon7 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de,
            0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de,
            0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
    }

}
/*デバイスが横向きの場合の記述*/
@media (orientation: landscape){
    .parallax1 {
        left: -108px;
        position: fixed;
        top: 111px !important;
        width: 254px;
        height: auto;
        z-index: -1;
    }
    .parallax2 {
        position: fixed;
        right: -165px;
        top: 16px !important;
        width: 319px;
        height: auto;
        z-index: -1;
    }
    .parallax4 {
        left: -184px;
        position: fixed;
        top: 172px !important;
        width: 393px;
        height: auto;
        z-index: -2;
    }
    .parallax5 {
        position: fixed;
        right: -54px;
        top: 209px !important;
        width: 214px;
        height: auto;
        z-index: -1;
    }
    .topbox {
        width: 100%;
        height: 920px !important;
        background: url(../img/top03.jpg) no-repeat center center;
        background-size: contain;
    }
    dev#sab-taito h3 span {
        /* position: relative; */
        /* left: 28%; */
        font-size: 1.8rem;
    }
    dev#sab-taito h3 span {
        font-size: 1.5rem !important;
    }
}
/*Make stuff responsive*/

.fulogo {
    width: 40%;
    margin: auto;
    adding-bottom: 60px;
}

span.text02 {
    color: #00fff0;
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    -webkit-text-stroke: 1px #228dff;
    text-stroke: 1px 1px #228dff;
    text-shadow: 1px 1px 0 #ff00de, 2px 2px 0 #ff00de, 3px 3px 0 #ff00de, 4px 4px 0 #ff00de, 5px 5px 0 #ff00de, 6px 6px 0 #ff00de, 7px 7px 0 #ff00de, 8px 8px 0 #ff00de, 9px 9px 0 #ff00de, 10px 10px 0 #ff00de;
}

@media (max-width: 650px) {
    p {
        font-size: 0.8em;
    }
    .topbox {
        width: 100% !important;
        height: 510px !important;
        background: url(../img/top.jpg) no-repeat center center;
        /* background-size: cover !important;*/
    }
    .parallax3 {
        position: relative;
        right: 69%;
        top: -60px;
        width: 183%;
        height: auto;
        z-index: -1;
    }
    img.fast01 {
        width: 100% !important;
    }
    .text-ani_sample p {
        margin: 0;
        font-size: 2.5em !important;
        color: #fff;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 700;
        font-style: normal;
        /* font-family: "Nico Moji"; */
        white-space: nowrap;
        padding: 14px !important;
        animation: loop 50s -25s linear infinite;
        transform: translateX(100%);
        /* text-shadow: 1px 1px 0 #ff00de, -1px -1px 0 #ff00de, -1px 1px 0 #ff00de, 1px -1px 0 #ff00de, 0px 1px 0 #ff00de, 0-1px 0 #ff00de, -1px 0 0 #ff00de, 1px 0 0 #ff00de; */
        letter-spacing: 10px;
        font-weight: bold;
        color: transparent;
        -webkit-text-stroke: 2px #fff;
    }
    .text-ani_sample3 p {
        font-size: 2.5em !important;
        padding: 14px !important;
    }
    .text-ani_sample4 p {
        font-size: 2.5em !important;
        padding: 14px !important;
    }
    .text-ani_sample2 p {
        margin: 0;
        font-size: 2.5em !important;
        color: #fff;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 700;
        font-style: normal;
        /* font-family: "Nico Moji"; */
        white-space: nowrap;
        padding: 14px !important;
        animation: flowing 50s -25s linear infinite;
        transform: translateX(-100%);
        /* text-shadow: 1px 1px 0 #ff00de, -1px -1px 0 #ff00de, -1px 1px 0 #ff00de, 1px -1px 0 #ff00de, 0px 1px 0 #ff00de, 0-1px 0 #ff00de, -1px 0 0 #ff00de, 1px 0 0 #ff00de; */
        letter-spacing: 10px;
        font-weight: bold;
        color: transparent;
        -webkit-text-stroke: 2px #fff;
    }
    form {
        width: 80%;
        margin: auto;
    }
}

ul.about-list.fadeUpTrigger.fadeUp a {
    color: #ff00de;
}
/*========= 画面遷移のためのCSS ===============*/

/*画面遷移アニメーション*/

.splashbg{
	display: none;
}

body.appear .splashbg{
    display: block;
    position:fixed;
	z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
	left: 0;
    transform: scaleY(0);
    background: -webkit-linear-gradient(left, #ff26fb, #00b3ff);/*伸びる背景色の設定*/
	animation-name:PageAnime;
	animation-duration:1.2s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;

}

.card-group{
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
    width: 90%;
    height: auto;
    /* ポイント１ */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
/* ポイント２ */
.card-group > :nth-child(2n){
    margin-left: 20px;
}
/* ポイント３ */
.card-group > :nth-child(n+3){
    margin-top: 20px;
}
.card{
    /* ポイント４ */
    width: calc((100% - 20px * 1) / 2);
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,.2)
}
/*.card__imgframe{
    width: 100%;
    height: auto;
    padding-top: 56.25%;
    background: -webkit-linear-gradient(left, #ff26fb, #00b3ff);
    box-sizing: border-box;
}*/
.card__textbox{
    width: 100%;
    height: auto;
    padding: 20px 18px;
    background: #fff;
    box-sizing: border-box;
}
.card__textbox > * + *{
    margin-top: 10px;
}
.card__titletext{
    font-size: 20px;
    font-weight: bold;
    line-height: 125%;
    color: #111;
}
.card__overviewtext{
    font-size: 12px;
    line-height: 150%;
    color: #111;
}

@keyframes PageAnime{
	0% {
		transform-origin:bottom;
		transform:scaleY(0);
	}
	50% {
		transform-origin:bottom;
		transform:scaleY(1);
	}
	50.001% {
		transform-origin:top;
	}
	100% {
		transform-origin:top;
		transform:scaleY(0);
	}
}

/*画面遷移の後現れるコンテンツ設定*/

#wrapper{
	opacity: 0;/*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #wrapper{
	animation-name:PageAnimeAppear;
	animation-duration:1s;
	animation-delay: 0.8s;
	animation-fill-mode:forwards;
	opacity: 0;
    overflow: hidden;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}


/*===========================================================*/
/*機能編  5-1-12 クリックしたらナビが下から上に出現 */
/*===========================================================*/
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	bottom:-120%;
	width:100%;
    height: 100vh;/*ナビの高さ*/
    background: -webkit-linear-gradient(left, #ff26fb, #00b3ff);
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    bottom: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

/*===========================================================*/
/*機能編  5-2-5	MENUが×に */
/*===========================================================*/

.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:0;
	right: 0;
	cursor: pointer;
    width: 80px;
    height:70px;
    border-left:2px solid #333;
}
	
/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
  }

.openbtn span:nth-of-type(1),
.openbtn span:nth-of-type(3) {
    height: 2px;
	background: #333;
  	width:30%;
    opacity: 0;
    top:22px;
    left:20px;
 }

.openbtn span:nth-of-type(2) {
	top:22px;
	left:18px;
	text-transform: uppercase;
	color: #111;
    font-size: 0.9rem;
}

@media screen and (max-width:550px) {
.openbtn span:nth-of-type(2) {
    font-size: 0.8rem;
    }
    
}

.openbtn span:nth-of-type(3) {
    top:35px;
}


/*activeクラスが付与されると線が回転して×になり、Menu表記をしている2つ目の要素が透過して消える*/

.openbtn.active span:nth-of-type(1),
.openbtn.active span:nth-of-type(3) {
    opacity:1;
}

.openbtn.active span:nth-of-type(1) {
    top: 28px;
    left: 30px;
    transform: translateY(6px) rotate(-45deg);
}

.openbtn.active span:nth-of-type(2) {
	opacity:0;
}

.openbtn.active span:nth-of-type(3){
    top: 40px;
    left: 30px;
    transform: translateY(-6px) rotate(45deg);
}

.lil-gui.allow-touch-styles.root.autoPlace {
    display: none;
}
div#root img {
    display: none;
}

/*===========================================================*/
/*機能編  5-1-26 追従メニューの現在地ハイライト*/
/*===========================================================*/

/*========= 現在地表示のためのCSS ===============*/

#header{
	position: fixed;/*header固定*/
	height: 100px;/*Headerの高さ設定*/
	width:100%;
    z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
    background: #fff;
}

@media screen and (max-width:990px) {
#header{
    height: 75px;
    }  
}

#pc-nav ul{
	list-style: none;
	display: flex;
	justify-content: center;
    text-transform: uppercase;
    margin: 0 0 0 5%;
}

#pc-nav li a{
	display: block;
	text-decoration: none;
	color: #111;
	padding:0 15px;
	transition:all 0.3s;
}

#pc-nav li.current a,
#pc-nav li a:hover{
    color: #00b3ff;
}

/*===========================================================*/
/*機能編  9-1-5 スクロールをするとエリアの高さに合わせて線が伸びる*/
/*===========================================================*/

.scrollgress{
	z-index:99;/*他のposition指定しているエリアより前に出すためz-indexの数字を大きく*/
}

/*===========================================================*/
/*機能編  7-1-35	下線が伸びて背景に変わる*/
/*===========================================================*/


.btnlinestretches3{
    /*線の基点とするためrelativeを指定*/
	position:relative;
    /*ボタンの形状*/  
	color:#fff;
    padding: 5px 30px;
	display:inline-block;
    text-decoration: none;
    outline: none;
}

/*テキストの設定*/
.btnlinestretches3 span{
    /*テキストを前面に出すためz-indexの値を高く設定*/
	position:relative;
	z-index: 2;
}

.btnlinestretches3:hover span{
	color: #fff;
}

/*線の設定*/
.btnlinestretches3::after {
	content:'';
    /*絶対配置で線の位置を決める*/
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
    /*線の形状*/
	background:#333;
	width:100%;
	height:3px;
    /*アニメーションの指定*/
	transition:all 0.3s ease-in-out;
}

/*線が伸びて背景に*/
.btnlinestretches3:hover::after {
	height:100%;
}

/*===========================================================*/
/*機能編  8-1-3 ページの指定の高さを超えたら右から出現*/
/*===========================================================*/

/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
    background: #ff26fb;
	width: 60px;
	height: 50px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}

#page-top a:hover{
	background: #777;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 0;
	bottom:0;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateX(100px);
}

/*　左の動き　*/

#page-top.LeftMove{
	animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/*　右の動き　*/

#page-top.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(100px);
  }
}

/*===========================================================*/
/*機能編  9-2-2 任意の場所をクリックすると隠れていた内容が開き、先に開いていた内容が閉じる*/
/*===========================================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
	border: 1px solid #111;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

@media screen and (max-width:768px) {
.title {
    font-size:0.9rem;
}

    .parallax1 {
        left: -93px;
        position: fixed;
        top: 347px !important;
        width: 187px;
        height: auto;
        z-index: -1;
    }
    .parallax2 {
        position: fixed;
        right: -110px;
        top: 30px !important;
        width: 219px;
        height: auto;
        z-index: -1;
    }
    .parallax5 {
        position: fixed;
        right: -139px;
        top: 406px;
        width: 225px;
        height: auto;
        z-index: -1;
    }
    .parallax4 {
        left: -184px;
        position: fixed;
        top: 451px;
        width: 256px;
        height: auto;
        z-index: -2;
    }
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
	margin:0 3% 3% 3%;
    padding: 3%;
    color: #111;
}


/*===========================================================*/
/*機能編  9-4-1 ニュースティッカー*/
/*===========================================================*/

/*ニュース1行の周りの余白*/
.slider a{
    display: block;
    background:#fff;
    padding:10px 0;
}

/*日付*/
.slider time{
    display:inline-block;
    font-size:0.8rem;
    margin-right:10px;
    color:#777;
}

/*768px以下の見た目*/
@media screen and (max-width:768px) {
    .slider {
        padding:20px;
        background:#fff;
    }

    .slider li {
        border-bottom:1px dashed #ccc;
    }

    .slider li:last-child {
        border-bottom:none;
    }
    .slider time {
        display:block;
		padding-bottom:10px;
    }
}


/*===========================================================*/
/* 印象編 4 最低限おぼえておきたい動き*/
/*===========================================================*/

/*4-9　シャッ（左から）*/
.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	opacity:0;
}

span.text02 {
    color: #46fbe4;
    font-family: 'BebasNeueBold';
    font-size: clamp(28px, 15.313vw, calc(294px * var(--scale-ratio)));
    font-size: 8vw;
    text-align: center;
    line-height: 6vw;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

dev#sab-taito {
    position: relative;
}

dev#sab-taito h3 span {
    /* position: relative; */
    /* left: 28%; */
    font-size: 3rem;
    writing-mode: vertical-lr;
    letter-spacing: 7px;
    /* font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    display: block;
    color: #f3ff00;
    -webkit-text-stroke: 1px #228dff;
    text-stroke: 1px 1px #228dff;
    text-shadow: 1px 1px 0 #228dff, 2px 2px 0 #228dff, 3px 3px 0 #228dff, 4px 4px 0 #228dff, 5px 5px 0 #228dff, 6px 6px 0 #228dff, 7px 7px 0 #228dff, 8px 8px 0 #228dff, 9px 9px 0 #228dff, 10px 10px 0 #228dff;
}

dev#sab-taito p {
    text-align: center;
    color: #989898;
}

a.scr {
    display: inline-block;
    position: absolute;
    right: 40px;
    bottom: 0;
    z-index: 2;
    padding: 10px 10px 110px;
    overflow: hidden;
    color: #111;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
}
a.scr::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #111;
}
a.scr::after {
    animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

main#main-area span {
    /* background: -webkit-linear-gradient(left, #ff26fb, #00b3ff); */
    color: #f3ff00;
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    -webkit-text-stroke: 1px #228dff;
    text-stroke: 1px 1px #228dff;
    text-shadow: 1px 1px 0 #ff00de, 2px 2px 0 #ff00de, 3px 3px 0 #ff00de, 4px 4px 0 #ff00de, 5px 5px 0 #ff00de, 6px 6px 0 #ff00de, 7px 7px 0 #ff00de, 8px 8px 0 #ff00de, 9px 9px 0 #ff00de, 10px 10px 0 #ff00de;
}

@keyframes sdl {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}
/*中の要素*/
.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

.bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, #ff26fb, #00b3ff);/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

/* 4-1 ふわっ（下から） */

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}


/* 4-2　パタッ（左へ） */
.flipLeft{
animation-name: flipLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
perspective-origin: left center;
opacity:0;
}

@keyframes flipLeftAnime{
  from {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
 	opacity: 0;
  }

  to {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  opacity: 1;
  }
}

/* スマホ表示用。flipLeftTriggerを指定している親要素に指定しないとうまく動かない*/
#vision,
.service-area{
    transform:  translate3d(0, 0, 0);
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgLRextendTrigger,
.bgappearTrigger,
.fadeUpTrigger,
.flipLeftTrigger{
    opacity: 0;
}


/*===========================================================*/
/* 印象編　6-6　スクロールすると下のエリアがヘッダーにかぶさる*/
/*===========================================================*/

#top-main{
	width:100%;
	height: 100vh;
	position: relative;
} 
.roomme {
    position: relative;
    margin-bottom: 60px;
}
#top-main:before{
	content: '';
	position:fixed;
	top:10vh;
	left:5%;
	z-index:-1;
	width:90%;
	height: 80vh;
	/*背景画像設定*/
	background:url("../img/main.jpg") no-repeat center;
	background-size:cover;
}
.topbox {
    width: 100%;
    height: 1100px;
    background: url(../img/top03.jpg) no-repeat center center;
    background-size: contain;
}
.topbox {
    animation:1900s linear infinite rotation1;
}
@keyframes rotation1{
    0%{ transform:rotate(0);}
    100%{ transform:rotate(360deg); }
}

@media screen and (max-width:768px) {
#top-main:before{
    background-position: top center;
    background-size:auto 90%;
    }
}

#container{
	position: relative;
	z-index:1;
}

/*-------------------------
右から左に流れるテキスト
-------------------------*/

.loop_wrap div {
    flex: 0 0 auto;
    white-space: nowrap;
}
.text-ani_sample {
    display: flex;
}
.text-ani_sample2 {
    display: flex;
}
section#text-ani_samplebox {
    overflow: hidden;
    background: url(../img/2662937.jpg) no-repeat center center;
    background-size: cover;
    /* margin-top: 90px; */
}
.text-ani_sample2 p {
    margin: 0;
    font-size: 3.5em;
    color: #fff;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    /* font-family: "Nico Moji"; */
    white-space: nowrap;
    padding: 50px;
    animation: flowing 50s -25s linear infinite;    /*アニメーション*/
    transform:translateX(-100%);               /*最初の位置*/
    /* text-shadow: 1px 1px 0 #ff00de, -1px -1px 0 #ff00de, -1px 1px 0 #ff00de, 1px -1px 0 #ff00de, 0px 1px 0 #ff00de, 0-1px 0 #ff00de, -1px 0 0 #ff00de, 1px 0 0 #ff00de; */
    letter-spacing: 10px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
}
@keyframes flowing {
    100% {
        transform:translateX(100%);    /*終わりの位置*/
    }
}
.text-ani_sample p {
    margin: 0;
    font-size: 3.5em;
    color: #fff;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    /* font-family: "Nico Moji"; */
    white-space: nowrap;
    padding: 50px;
    animation: loop 50s -25s linear infinite;
    transform: translateX(100%);
    /* text-shadow: 1px 1px 0 #ff00de, -1px -1px 0 #ff00de, -1px 1px 0 #ff00de, 1px -1px 0 #ff00de, 0px 1px 0 #ff00de, 0-1px 0 #ff00de, -1px 0 0 #ff00de, 1px 0 0 #ff00de; */
    letter-spacing: 10px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
}

@keyframes loop {
    100% {
        transform:translateX(-100%);    /*終了の位置*/
    }
}
    

