﻿
.catch_txt {
    background-color: rgba(20,20,20,0.3);
}
.linkStyle {
    color: #fb1a1a;
}
.tuika {
    justify-content: space-around;
    align-items: revert;
    flex-direction: row;
    padding: 100px 30px;
    background-color: #fff;
    text-align: center;
}
.tuika_title1, .tuika_title2 {
  position: relative;
  padding: 5px 5px 5px 42px;
  background: #000;
  font-size: 22px;
  color: white;
  margin-left: -33px;
  line-height: 1.3;
  z-index:-1;
}

.tuika_title1:before, .tuika_title2:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index:-2
}
.men {
    width: 8%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
#footer .logo img {
    width: 100% !important;
    height: auto;
}
#video {
    pointer-events: none;
}


.link_type3{padding-bottom: 50px;}
.link_type3 .link_img1 {z-index: 1;}
.link_type3 .cate_box a:hover .link_img1 img {transform: translate(-50%, -50%) scale(1.05,1.05);}
.link_type3 .link_title1 {
    left: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    box-sizing: border-box;
}
.link_type3 .cate_box a .link_title1 {transition-timing-function: cubic-bezier(.78,.09,.27,1.36);}
.link_type3 .cate_box a:hover .link_title1 {bottom: -47px;}
	
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){	
.link_type3{padding-bottom: 0;}
}
/*************流れるアニメ****************************/
.jp_slide_img_wrapper {
    /*position: absolute;*/
    width: 100%;
    height: 30vh;
    background-image: url(./Dup/img/slider_img.jpg);
    background-repeat: repeat-x;
    background-size: cover;
    background-position: 0 0;
    animation-name: slide_img;
    animation-duration: 200s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    bottom: 38px;
    pointer-events: none;
}

@keyframes slide_img {
    100% {
        background-position: -10000px 0;
        }
}
.jp_slide_img_overlay{
    position: absolute;
    top: 0%;
    right: 0%;
    left: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
/*    background-color: rgba(46, 36, 100, 0.4);*/
display: none;
}
.slider {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
 
.slider .logo {
    max-width: 250px;
    margin: 0 auto 15px;
}
.slider .logo img {
    max-width: 100%;
    height: auto;
}
/*********************************************************/

/* 閉じるボタン付き追従バナー */
.fix_banner{
	max-width: 400px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
	transition: 0.5s;
}
.fix_banner .close_bt{
	position: absolute;
	top: -10px;
    right: 380px;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	transition: 0.5s;
	background-color: #fff;
	border: solid 2px #004b9b;
	z-index: 11;
	cursor: pointer;
}
.fix_banner .close_bt:hover{opacity: 0.7;}
.fix_banner .close_bt span{
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
}
.fix_banner .close_bt span:before,.fix_banner .close_bt span:after{
	content: "";
	display: block;
	background-color: #004b9b;
	height: 4px;
	width: 20px;
	position: absolute;
	top:50%;
	left: 50%;
}
.fix_banner .close_bt span:before{
	-ms-transform: translate(-50%,-50%) rotate(-45deg);
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}
.fix_banner .close_bt span:after{
	-ms-transform: translate(-50%,-50%) rotate(45deg);
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
}
.fix_banner.close{right: -450px;}
.fix_banner.close2{right: -450px;}

@media  screen and (max-width: 768px){
.fix_banner{max-width: 300px;}
.fix_banner .close_bt{bottom: 170px;right: 280px;}
}

@media  screen and (max-width: 667px){
.fix_banner{max-width: 250px;}
.fix_banner .close_bt{
	width: 25px;
	height: 25px;
	bottom: 85px;
	right: 230px;
}
.fix_banner .close_bt span{
	width: 25px;
	height: 25px;
}
}
/* 閉じるボタン付き追従バナー end */

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.main_txt {
    position: relative;
    bottom: -200px;
    width: 110%;
}
.main_box .entry {
    position: relative;
    bottom: -200px;
}
#main .main_box h1 {
    max-width: 300px;
    position: relative;
    top: -200px;
}
/*#video .video {
    width: auto!important;
    height: 100vh;
}*/
#main {
    background-color: #000;
}
.entry a {
    background-color: #fff;
    color: #000;
}
.tuika1, .tuika2 {
    width: 100%;
}
.men {
    width: 20%;
    bottom: -21px;
    left: 84%;
}
.tuika2 {
    margin-top: 80px;
} 

}
/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
.main_txt {
    position: relative;
    bottom: -70px;
    width: 100%;
}
#main .main_box h1 {
    max-width: 250px;
    position: relative;
    top: -140px;
}

#main .main_box h1 img {
    width: 70%;
    height: auto;
}
.main_box .entry {
    position: relative;
    bottom: -90px;
}
.tuika {
    padding: 60px 20px 90px 35px;
    text-align: left;
}
.tuika_title1, .tuika_title2 {
    font-size: 23px;
}

.tuika_txt1, .tuika_txt2 {
    text-align: left;
    font-size: 15px;
}
.men {
    width: 36%;
    bottom: -17px;
    left: 80%;
}
.page_title_box .font_18up_sp {
    font-size: -webkit-calc(1rem + 14px);
    font-size: calc(1rem + 14px);
}
.under {
    bottom: 0;
    z-index: 10;
}
#footer .logo img {
    width: 60% !important;
    height: auto;
}
}