﻿@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600&display=swap');
body, .en_font {
    font-family: 'Shippori Mincho B1', serif;
}
.more a:hover {
    transform: scale(1.03);
    transition: 0.5s;
    background: #dec31b;
    color: #fff;
    box-shadow: 0 0 5px #dec31b, 0 0 25px #dec31b, 0 0 50px #dec31b, 0 0 200px #dec31b;
}
.yellow_txt {
    color: #ffd714;
}
#loader.load .load_logo figure {
    margin-bottom: 0;
}
.contents_catch {
    color: #fff;
    font-size: 35px;
    left: 5%;
    position: absolute;
    top: -99px;
    text-shadow: 0px 0px 24px #d3af00;
}
.cate_list li {
    margin: 0 5px;
}
.cate_list li a {
    background: #fff;
    padding: 7px 6px;
}
#contents .box:first-of-type {
    position: relative;
}
#contents .box:first-of-type:before {
    content: "";
    display: block;
    width: 1px;
    height: 0%;
    background-color: rgb(159 132 0);
    position: absolute;
    left: 10%;
    top: 0;
    transition: all 5s;
    transition-delay: 1s;
    z-index: 0;
    filter: drop-shadow(0px 0px 9px rgb(255 215 20));
}
#contents.trans .box:first-of-type:before {
    height:300%;
}
#contents .box h2:first-letter {
    font-size: calc(100% + 4px);
    color: #ffd714;
}
.no .en_font {
    transition: all 0.7s;
    transition-delay:.4s;
    filter: drop-shadow(0px 0px 16px rgba(0,0,0,0.6)) drop-shadow(8px 5px 6px rgba(0,0,0,0.5)) drop-shadow(0px 3px 8px #000) drop-shadow(5px 1px 8px #000) drop-shadow(-1px 1px 8px #000);
    background-color: transparent;
}
.no .en_font.trans {
    color: #e9c100;
    text-shadow: 0px 0px 24px #d3af00;
}
.page_title_box span, .page_title_box p {
    text-shadow: 0px 0px 24px #d3af00;
}
.main_box .logo, .main_txt {
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.5));
}
.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}
.topcms_news_type2 .box_img1 {
	border-radius: 10px;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.g-menu-btn {
        position: fixed;
    }
.contents_catch {
    font-size: 32px;
    top: -68px;
}
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}
@media screen and (max-width: 667px){
.contents_catch {
    font-size: 20px;
    top: -39px;
}
#contents .box:first-of-type:before {
    left: 50%;
}
#main .main_box h2 {
    font-size: 9vw;
}
.no .en_font {
    transition-delay:.7s;
}
#main .main_box {
    top: 40%;
}
}


/* fix_banner -------------------------------------- */
.fix_banner{
	max-width: 399px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
	transition: 0.5s;
}
.fix_banner .close_bt {
    position: absolute;
    bottom: 95px;
    right: 376px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: 0.5s;
    background-color: #fff;
    /* border: solid 2px #ddc21b; */
    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: #221e03;
	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: 75px;
    right: 277px;
}
}
@media  screen and (max-width: 667px){
.fix_banner{max-width: 48%;}
.fix_banner .close_bt {
    width: 22px;
    height: 22px;
    bottom: 52px;
    right: 90%;
}
.fix_banner .close_bt span {
    width: 22px;
    height: 22px;
}
}
/* fix_banner end -------------------------------------- */

/* fix_banner2 -------------------------------------- */
.fix_banner2{
	max-width: 399px;
	position: fixed;
	bottom: 0;
	right: 410px!important;
	z-index: 10;
	transition: 0.5s;
}
.fix_banner2 .close_bt {
    position: absolute;
    bottom: 95px;
    right: 376px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: 0.5s;
    background-color: #fff;
    /* border: solid 2px #ddc21b; */
    z-index: 11;
    cursor: pointer;
}
.fix_banner2 .close_bt:hover{opacity: 0.7;}
.fix_banner2 .close_bt span{
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
}
.fix_banner2 .close_bt span:before,.fix_banner2 .close_bt span:after{
	content: "";
	display: block;
	background-color: #221e03;
	height: 4px;
	width: 20px;
	position: absolute;
	top:50%;
	left: 50%;
}
.fix_banner2 .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_banner2 .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_banner2.close{right: -450px!important;}
.fix_banner2.close2{right: -450px!important;}
@media  screen and (max-width: 768px){
.fix_banner2{max-width: 300px;
    right: 310px!important;
}
.fix_banner2 .close_bt {
    bottom: 75px;
    right: 277px;
}
}
@media  screen and (max-width: 667px){
.fix_banner2{max-width: 48%;
    right: 50%!important;
}
.fix_banner2 .close_bt {
    width: 22px;
    height: 22px;
    bottom: 52px;
    right: 90%;
}
.fix_banner2 .close_bt span {
    width: 22px;
    height: 22px;
}
}
/* fix_banner end -------------------------------------- */