@charset "utf-8";
/* CSS Document */

div.sgwinner_racerbox  {
    display: flex;
    flex-flow: wrap row;
    justify-content:center;
    width: 1200px;
    width:100%;
    margin: 0 auto 30px;
}

.visual_area{
    width: 100%;
    height: 0;
    padding-top: calc(1180 / 1980 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
    background: url(../images/pc_top_bg.jpg) center center / cover no-repeat;
    position: relative;
  /*height: 120vh;*/
  /*background-image: url(../images/pc_top_bg.jpg);*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  background-position: top;

/*    background-image: url(../images/pctop_tg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: auto;
    height: calc(100vh - 90px);
    margin: 0;
    padding: 0;
    position: relative;*/
    height: calc(100vh + 90px);

}
.grandprix_logo_sp{
    display: none;
}
.title_logo{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index:12;
}
.boat_img{
    width:52%;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index:11
}

/*アニメーション */
@keyframes fuwafuwa {
  0%, 100% {
    transform: skewX(-15deg) translateY(-2px) ;
  }
  50% {
    transform: skewX(-15deg) translateY(-4px);
  }
}
.title_logo_memo_waku{
	width:80%;
	font-weight:bold;	
	color:#fff;
	font-size:1rem;
text-align:left;
}
.title_logo_memo{
	/*text-align:left;*/
	animation: 3s fuwafuwa infinite;
	font-weight:bold;	
	color:#000;
	font-size:0.95rem;
	text-align: center;
	line-height:1rem;
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
	padding: 0.4rem;
	width:100%;
}
.title_logo_memo span{
	color: red;
	font-weight:bold;	
	font-size:1.8rem;
              line-height:2rem;
}

.start_tenji{
	top:0;
	position: absolute;
	margin-left:21%;
	border: 0px solid #7986cb;
	font-size: 1rem;
	font-weight: bold;
	color: white;
	padding: 0.5rem;
}


.racer_item {
    width:162px;
    height: 250px;
    margin: 4px;
/*    border-radius: 0 20px;*/
    color: black;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-image: linear-gradient(90deg, #f9e492 0%, #f1ca00 55%, #f1ca00 100%);
}
.racer_pro {
    position: relative;
    /* width: 120px; */
    width: 100px;
    height: 155px;
    display: flex;
}
.wins_item{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
}
.review_img {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden; 
    background-image: linear-gradient(90deg, #fff 0%, #ccc 80%, #ccc 100%);     
}
.review_commingsoon {
    position: absolute;
    top: 10px;
    left: 10px;
    color: grey;
    padding: 4px;
    transform: skewX(-7deg);
    text-align: center;
}
.review_triangle {
    position: absolute;
    bottom: -2px;
    left:0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 33px 162px;
    border-color: transparent transparent #f1ca00 transparent;      
}
.review_name {
    position: relative;
    width: 100%;
    border:0;
    background-image: linear-gradient(90deg, #f9e492 0%, #f1ca00 55%, #f1ca00 100%); 
    text-align: center;
    font-weight: bold;
    font-size: 0.8rem;
    line-height: 1rem;
    /*    height: 20px;*/
    display: block;
    padding-top:6px;    
}
.racer_name{
    padding: 4px;
    transform: skewX(-7deg);
}
.racer_item a {
    display:block;
    text-decoration: none;
    color:black;
}
.triangle{
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 100px 170px;
border-color: transparent transparent #007bff transparent;    
}


.contents_area,
.trial_area,
.news_area,
.tenbou_area,
.sns_area{
    margin: 0;
    padding: 0 0 50px 0;
    position: relative;
}
.tenbou_area{
    width:80%;
    margin:0 auto;
    padding: 1rem;
}
.movie_area{
    margin: 0;
    padding: 0 0 50px 0;
    position: relative;
}
.trial_area{
    padding:  10px 0;    
}
/* contents title */
.title_h{
    text-align: center;
    color: white;
    line-height: 1;
    font-weight: bold;
/*    margin: 95px 10px 65px 10px;*/
padding: 50px 0;

}

.title_line{
    padding:0 15px;
    display: inline-block;
    font-size: 2rem;
    background:linear-gradient(transparent 70%, #3a86cc 0%);

}
.title_sub{
    font-size: 0.9rem;
    margin-top: 10px;
}
/* contents title end */

/* contents btn */
div.contents_btn_area{
    display: flex;
    flex-flow: wrap row;
    justify-content: flex-start;
    width: 1000px;
    margin: 0 auto 30px;
    gap: 20px 20px;
    justify-content:center;

}
.contents_btn{
    margin: auto;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
/*    box-shadow: 1px 1px 4px 1px rgb(255 255 255 / 50%);       */
    border: 2px solid #3a808f;
/*    padding:15px 0;*/
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.contents_btn_item01{
    position: relative;
    width: 100%;
/*    background-image: linear-gradient(90deg, #84bad0 0%, #0089ad 80%, #0089ad 100%); */
/*    background-image: linear-gradient(90deg, #42718369 0%, #0089ad 80%, #085063 100%);*/
    background-image: linear-gradient(90deg, #42718369 0%, #0089ad 60%, #42718369 100%);
    box-shadow: aqua 10px;
    box-shadow: 11px 7px 22px -14px rgb(255 255 255 / 60%), 0px 0px 10px 3px rgb(223 238 254 / 40%), 
        2px 3px 3px 2px rgb(115 210 231 / 20%), 0px 2px 4px 4px rgb(64 121 68 / 0%);
}
.contents_btn_item02{
    position: relative;
    width: 49%;
/*    background-image: linear-gradient(90deg, #84bad0 0%, #0089ad 80%, #0089ad 100%); */
    /*background-image: linear-gradient(90deg, #42718369 0%, #0089ad 80%, #085063 100%);*/
    background-image: linear-gradient(90deg, #42718369 0%, #0089ad 70%, #42718369 100%);
    box-shadow: aqua 10px;
    box-shadow: 11px 7px 22px -14px rgb(255 255 255 / 60%), 0px 0px 10px 3px rgb(223 238 254 / 40%), 
        2px 3px 3px 2px rgb(115 210 231 / 20%), 0px 2px 6px 6px rgb(64 121 68 / 0%);

}
.contents_btn_item03{
    position: relative;
    width: 32%;
    /*background-image: linear-gradient(90deg, #fff9ac 0%, #fff000 80%, #ffdc00 100%);*/ 
    background-image: linear-gradient(90deg, #ffffff7a 0%, #fcfcfcf0 80%, #ffffff 100%);
        box-shadow: aqua 10px;
    box-shadow: 11px 7px 22px -14px rgba(255,255,255,0.6), 5px 5px 10px 3px rgba(223,238,254,0.4), 0px 0px 6px 2px rgba(255,255,255,0.8);;
}
.contents_btn a{
    color: white;
    text-decoration: none;
    display:block;
    padding:15px 0;
}
.contents_btn_item03 a{
    color:#00377c;    
}
.contents_btn_nolink{
    background-image:none;
    box-shadow:none;
}
.contents_btn_nolink a{ 
    color:#aaa;
}

/* trial area */
.main_dreambox {
    z-index:99;
    position: absolute;
    /*width: 45%;
    bottom: 0;
    right: 0;
*/
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

}
.dream_flex_pc {
    display: flex;
    flex-flow: wrap row;
    width: 100%;
    justify-content: center;
}
.top_dream {
    padding: 0px 0 2px 0;
    text-align: center;
    color:black;
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1.2em;
}
.dream_table table {
    width: 100%;
    border-collapse: collapse;
    background-color: #edd5a752;
}
.dream_table td {
    width: calc(100%/6);
    padding: 0 0px;
}
.dream_table td {
    padding: 0px 0px;
}
.dream_table div.tei{
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.3rem;
    padding-bottom: 4px;
    /*color:#19235b;*/
    margin: 0px 0;
}
#container .dream_table td div.tei {
    text-align: center;
    font-style: italic;
    font-size: 1.4rem;
}
.proname a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: bold;
}
.top_dream p.text {
    padding: 0 10px;
    text-align: left;
}
.title_h {
    text-align: center;
    color: white;
    line-height: 1;
    font-weight: bold;
    /* margin: 95px 10px 65px 10px; */
    padding: 50px 0;
}
.trial_area .title_h img {
    width: 18%;
}
.single_item {
    display: flex;
    width: 100%;
    height: 2rem;
    color: #999;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    background-color: #333;
}
.tenbou_area div.single_item {
    margin-top:5px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    background-color: #333;
    height: 2.5rem;
	padding:0 50px;
}
.main_dreambox div.single_item {
    margin-bottom:3px;
    border-radius:25px;
    font-size: 1.5rem;
    height: 2.4rem;
}

.single_item_active {
	color:#fff73c;
    background: linear-gradient(to right, #3F51B5, #3f51b566);
}
.single_item span{
    font-style: italic;
    color:yellow;
}
/* pickup news */
.news_area {
    height: calc(100vh + 90px);
}
.pickup_news_flex{
    display: flex;
    flex-flow: wrap row;
/*    width: 1200px;*/
    width: 100%;
    margin: 0 auto 30px;
    gap: 10px 20px;
    justify-content:center;
}
.pn_item{
    position: relative;
    width: 49%;
    font-size: 1rem;
    justify-content:center;
}
.pn_item_pickup{
    position: relative;
    width: 55%;
    font-size: 1rem;
    justify-content:center;
}
.pn_item_news{
    position: absolute;
    top:5px;
     right:0;
    width:20%;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    z-index:13;
}


.pn_item_item01{
    position: relative;
    width: 100%;
    font-size: 1rem;    
}
.pn_item_item02{
    position: relative;
    width: 100%;
    font-size: 1rem;  
   background-image: linear-gradient(90deg, #ffffffb5 0%, #ccc 80%, #ccc 100%);
    color: #333;
    height:180px;
}
.pn_item_item03 {
    position: relative;
    width: 100%;
    font-size: 1rem;
    background-image: linear-gradient(90deg, #ffffffb5 0%, #ccc 80%, #ccc 100%);
    color: #333;
    height: auto;
	padding:4% 4% 3% 4%;
}
.swiper_waku_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 400px;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
}
.top_info_box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
   
}
.info_inbox {
    background-color: white;
    text-align: center;
    margin: 10px 10px;
    padding: 10px;
    height: auto;
    overflow-y: auto;
    max-height: 150px;     
}
.top_info_float {
    margin: 15px auto;
}
.top_info_float dt {
    display:block;
    font-size: 0.7rem;
    text-align: left;
}
.top_info_float dd {
    display:block;
    text-align: left;
    font-size: 0.8rem;
    border-bottom: 1px #eceff1 solid;
    width:95%
}



/* sns */
.sns_area {
    /*height: calc(100vh + 90px);*/
    padding: 0 0 10px 0;
}
.sns_flex{
    display: flex;
    flex-flow: wrap row;
/*    width: 1200px;*/
width: 100%;
    margin: 0 auto 30px;
    gap: 20px 20px;
    justify-content:center;
}
.sns_item{
    position: relative;
    width: 49%;
    justify-content:center;
}
.sns_item_item01{
    position: relative;
    width: 100%;
    font-size: 1rem;      
}
.sns_item_item02{
    position: relative;
    width: 100%;
    font-size: 1rem;  
    height:400px;
    background-image: linear-gradient(90deg, #fff 0%, #ccc 80%, #ccc 100%);
}
.sns_item_item03{
    position: relative;
    width: 100%;
    font-size: 1rem;  
    height:400px;
    background-image: linear-gradient(90deg, #fff 0%, #ccc 80%, #ccc 100%);
}
.sns_pc_only{
    display:block;
}
.scrollon{
  overflow-y: scroll;
}
.pc_only{
    display:block;
    /*display:flex;*/
}
.sp_pnly_block,
.sp_only{
    display:none;
}

.sp_sns{
    display:none;
}
.pc_sns{
    display:block;
    position: absolute; 
    right: 100px;
    top: 20px;
}
.pc_sns img{
    width: 35px;
    position: relative;
}
.pc_sns span{
    z-index: 10;
    position:absolute;
    top:-12px;
    right:0px;
    font-size:0.6rem;
    font-weight:bold;
    color:white;
    text-shadow:1px 1px 1px red;
}
.pc_sns a{
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.picture_area {
    background: none;
    background-color:transparent;
}
.movie-title {
    color: black;
        font-size: 20px;
        font-weight:600;
}
.navi_text{
    color:black;
}
.movie_link_box{
    width: 100%;
}
.movie_link_box ul.scroll_content { /* リスト全体のスタイル */
  display: flex;
  max-width: 1200px;
  margin: auto;
  overflow-x: auto;
  flex-wrap: unset;
}
.movie_link_box ul li,
.movie_link_box ul.scroll_content li { /* 各リストのスタイル */
/*    width: 100px;*/
width: 90px;
    padding: 8px 4px;
    flex-shrink: 0;
    list-style: none;
    margin: 5px;
    box-shadow: 0 0 10px lightblue,inset 0 0 10px lightblue;
    border-radius: 5px;
    border: 1px solid white;
    height: 40px;
    text-align: center;
    background-color: black;
    
}
.movie_link_box ul.scroll_content li a{
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: white;
	text-shadow: 0 0 5px #fff,0 0 10px #fff;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
        font-weight: 500;
}
.movie_link_box ul li.selected {
    border: 2px solid white;
    box-shadow: 0 0 10px white, inset 0 0 10px white;
    background-color: darkslategray;
    font-weight: 600;
}
.scroll_content img { /* 画像のスタイル */
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}
.scroll_content::-webkit-scrollbar {
  height: 12px; /* スクロールバーの高さ */
}
 
.scroll_content::-webkit-scrollbar-thumb {
  background: #aaa; /* ツマミの色 */
  border-radius: 6px; /* ツマミ両端の丸み */
}
 
.scroll_content::-webkit-scrollbar-track {
  background: #ddd; /* トラックの色 */
  border-radius: 6px; /* トラック両端の丸み */
}

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-delay: 1s;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;


}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* 下へ */
.flipDown{
animation-name:flipDownAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipDownAnime{
  from {
    transform: perspective(2500px) rotateX(100deg);
  opacity: 0;
  }

  to {
    transform: perspective(2500px) rotateX(0);
  opacity: 1;
  }
}

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.countdown_2 {
    position: absolute;
    top: calc(50% - 195px);
    left: calc(50% - 200px);
}
.cd_txt{
    width: 380px;
    height: 100px;
    position: relative;
    background-color: #f8eeee59;
    border-radius: 0 10px;
    position: relative;
}
.cd_txt span{
    display: block;
    color: #0f0f32;
    padding: 20px 0px 0 25px;    
    font-size:1.5rem;
    font-weight: bold;
}
 .cd_txt ul {
     position: absolute;
     top:10px;
     left:10rem;
  margin: 10px auto;
  padding: 0;
  width: 220px;
  height: 60px;
  display: flex;
  list-style: none;
  justify-content: space-around;
  transform: skewX(-5deg);
}

li {
  width: 18%;
  height: 100%;
}

.bar {
  position: relative;
  width: 100%;
  height: 100%;
}

.top,
.middle,
.bottom,
.left-top,
.left-bottom,
.right-top,
.right-bottom {
  position: absolute;
  display: none;
/*  background-color: #0f0f32;*/
/*  background-color: #eceff1;*/
background-color: #301a56;
  transition: all 0.5s ease-in-out;
}

.top,
.middle,
.bottom {
  left: 7%;
  width: 86%;
  height: 10px;
  clip-path: polygon(12.5% 0, 87.5% 0, 100% 50%, 87.5% 100%, 12.5% 100%, 0% 50%);
}

.left-top,
.left-bottom,
.right-top,
.right-bottom {
  height: 45%;
  width: 10px;
  clip-path: polygon(50% 0, 100% 10%, 100% 90%, 50% 100%, 0 90%, 0 10%);
}

.top {
  top: 0;
}

.middle {
  top: calc(50% - 5px);
}

.bottom {
  bottom: 0;
}

.left-top {
  top: 5%;
  left: -2.5%;
}

.left-bottom {
  bottom: 5%;
  left: -2.5%;
}

.right-top {
  top: 5%;
  right: -2.5%;
}

.right-bottom {
  bottom: 5%;
  right: -2.5%;
}

.zero .bar div:not(.middle) {
  display: block;
}

.one .bar .right-top,
.one .bar .right-bottom {
  display: block;
}

.two .bar .top,
.two .bar .middle,
.two .bar .bottom,
.two .bar .left-bottom,
.two .bar .right-top {
  display: block;
}

.three .bar .top,
.three .bar .middle,
.three .bar .bottom,
.three .bar .right-top,
.three .bar .right-bottom {
  display: block;
}

.four .bar .middle,
.four .bar .left-top,
.four .bar .right-top,
.four .bar .right-bottom {
  display: block;
}

.five .bar .top,
.five .bar .middle,
.five .bar .bottom,
.five .bar .left-top,
.five .bar .right-bottom {
  display: block;
}

.six .bar div:not(.right-top) {
  display: block;
}

.seven .bar .top,
.seven .bar .right-top,
.seven .bar .right-bottom {
  display: block;
}

.eight .bar div {
  display: block;
}

.nine .bar div:not(.left-bottom) {
  display: block;
}

.colon {
  width: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.colon-top,
.colon-bottom {
  width: 8px;
  height: 8px;
  border-radius: 3px;
  background-color: #fff;
}

.confirm {
  width: 320px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.time {
  width: 30%;
}

.check {
  width: 70%;
}
.cd_txt_day{
    position: absolute;
    bottom:5px;
    right:25px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #0f0f32;
}

/* 上から */

.fadeDown{
    
animation-name:fadeDownAnime;
animation-duration:1s;
animation-fill-mode:forwards;
animation-delay: 1s;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* タイトル */
.contents_area .title_h img{
    width:18%;
}
.movie_area .title_h img{
    width:17%;
}
.sgwinner_area .title_h img{
    width:17%;
}
.pickup{
    width:22%;
}
.news{
    width:25%;
}
.twitter{
    width:22%;
}
.instagram{
    width:27%;
}


.tei1{
        background: #ffffff;
        background: -moz-linear-gradient(left, #ffffff8c 0%, #ffffff 100%);
        background: -webkit-gradient(linear, left center, right center, from(#ffffff8c), to(#ffffff));
        background: -webkit-linear-gradient(left, #ffffff8c 0%, #ffffff 100%);
        background: -o-linear-gradient(left, #ffffff8c 0%, #ffffff 100%);
        background: linear-gradient(to right, #ffffff8c 0%, #ffffff 100%);
        color:#000;
}
.tei2{
background: #000000;
background: -moz-linear-gradient(left, #0000008c 0%, #000000 100%);
background: -webkit-gradient(linear,#0000008c left center, right center, from(#0000008c), to(#000000));
background: -webkit-linear-gradient(left,#0000008c 0%, #000000 100%);
background: -o-linear-gradient(left,#0000008c 0%, #000000 100%);
background: linear-gradient(to right,#0000008c 0%, #000000 100%);
}
.tei3{
background: #ed1c24;
background: -moz-linear-gradient(left,#ed1c248c 0%, #ed1c24 100%);
background: -webkit-gradient(linear, left center, right center, from(#ed1c248c), to(#ed1c24));
background: -webkit-linear-gradient(left,#ed1c248c 0%, #ed1c24 100%);
background: -o-linear-gradient(left,#ed1c248c 0%, #ed1c24 100%);
background: linear-gradient(to right,#ed1c248c 0%, #ed1c24 100%);  
}
.tei4{
background: #29ABE2;
background: -moz-linear-gradient(left,#70bfe1 0%, #0d9cd9 100%);
background: -webkit-gradient(linear, left center, right center, from(#70bfe1), to(#0d9cd9));
background: -webkit-linear-gradient(left,#70bfe1 0%, #0d9cd9 100%);
background: -o-linear-gradient(left,#70bfe1 0%, #0d9cd9 100%);
background: linear-gradient(to right,#70bfe1 0%, #0d9cd9 100%);
}
.tei5{
background: #FCE200;
background: -moz-linear-gradient(left,#FCE2008c 0%, #FCE200 100%);
background: -webkit-gradient(linear, left center, right center, from(#FCE2008c), to(#FCE200));
background: -webkit-linear-gradient(left,#FCE2008c 0%, #FCE200 100%);
background: -o-linear-gradient(left,#FCE2008c 0%, #FCE200 100%);
background: linear-gradient(to right,#FCE2008c 0%, #FCE200 100%); 
color:#000;
}
.tei6{
background: #32b737;
background: -moz-linear-gradient(left,#9edc55 0%, #32b737 100%);
background: -webkit-gradient(linear, left center, right center, from(#9edc55), to(#32b737));
background: -webkit-linear-gradient(left,#9edc55 0%, #32b737 100%);
background: -o-linear-gradient(left,#9edc55 0%, #32b737 100%);
background: linear-gradient(to right,#9edc55 0%, #32b737 100%);  
}

.left_menu_box{
    position: absolute;display: flex;top:0;flex-wrap: wrap;
    /*width:16rem; */
    width:19%;
}
.top_left_box {
  border-top: 4px solid #d8dcdc;
  border-right: 4px solid #666;
  border-bottom: 4px solid #333;
  border-left: 4px solid #868888;
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg, #ccc 0%, #868888 20%, #d8dcdc 34%, white 53%, #ccc 100%);
  background-image: linear-gradient(-45deg, #ccc 0%, #868888 20%, #d8dcdc 34%, white 53%, #ccc 100%);
    position: relative;
    left: 0;
    text-align: center;
    width:100%;
    margin-bottom: 4px;
}
.top_left_box a{
  padding: 0.5rem 0.5rem;
    display:block;
    color: black;
    font-size: 0.8rem;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.1rem;
        text-align: left;
}
.top_left_box a:hover{
     opacity: 0.5;
}    
.top_left_box1 {
    top: 6px;
}
.top_left_box2 {
    top: 75px;
}
.top_left_box3 {
    top: 144px;
}
.top_left_box4 {
    top: 214px;
}
.top_left_box5 {
    top: 295px;
}
.top_left_box6 {
    top: 376px;
}
.time_waku{

}
.time_waku div{
	border: 0px solid #7986cb;
	font-size:1rem;
	font-weight:bold;
	color:white;
	padding :0.5rem;
}

.top_right_box1 {
    position: absolute;
    bottom: 165px;
    right: 0;
        text-align: right;
}
.top_right_box2 {
    position: absolute;
    bottom: 75px;
    right: 0;
        text-align: right;
}

.top_left_box1:hover img,
.top_left_box2:hover img,
.top_right_box1:hover img,
.top_right_box2:hover img{
  opacity: 0.8;
  transition-duration: 0.3s;
}
.fadeUp_menu{
animation-name:fadeUpMenuAnime;
animation-duration:0.9s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpMenuAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* フェード */

.fade{
animation-name:fadeAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
.fade2{
animation-name:fadeAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.top_enter_message{
    position: absolute;
    top:0;
    color:white;
    background-color: red;
    width:100%;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    padding: 0.2rem;
    height: 2rem
}

/* 展望 */
.top_tenbou {
    text-align: center;
    padding: 0px 10px;
    background-color: #000000;
    padding-bottom: 10px;
    margin-bottom: 1rem;
}
.top_tenbou_box {
    margin: 0 auto;
}
.top_tenbou_box h3 {
    color: #fffafa;
    font-size: 1.6rem;
    font-weight: 600;
    font-style: italic;
    text-shadow: 4px 2px 0 0000001a;
    line-height: 2rem;
    letter-spacing: 4;
    padding: 20px 0 20px 0;
}
.top_tenbou_box .text {
    padding: 1rem 1rem 2rem;
    font-size: 1rem;
    color: #0f0f0f;
    letter-spacing: 1;
    font-weight: 500;
    line-height: 1.5rem;
    text-align: left;
    background-image: linear-gradient(-45deg, #ccc 0%, #868888 20%, #d8dcdc 34%, white 53%, #ccc 100%);
}
.top_tenbou_box_fl {
    width: 100%;
    display: flex;
    flex-direction:row; /* 記載しなくてもデフォルトで指定されている */
    flex-wrap:wrap; /* 折り返し */
    justify-content:space-between;    
    padding: 0.5rem;
}
.top_tenbou_box_fl img {
    width: 32%;
}
.top_tenbou_box strong {
    color: #ff0000;
    font-weight: 900;
    font-size: 1.1rem;
}
.dream_table td.tei {
    padding:0.5rem 0;
}

.time_waku_sp a,
.title_logo_memo_waku a{
	text-decoration: none;
}
