﻿@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap');
.cate {
	background-color: #929292;
    background-image: url(Dup/img/60-lines.png);
	padding: 25px 15px;
	border-radius: 5px;
}
.top_cms_box:nth-of-type(4), .top_cms_box:nth-of-type(5) {
    position: relative;
}
.top_cms_box:nth-of-type(4):before {
	content: "";
    display: block;
    width: 112%;
    height: 115px;
    background-image: url(Dup/img/hr.png);
    background-repeat: no-repeat;
    background-size: 100% 115px;
    background-position: left 0 bottom 0;
    position: absolute;
    top: -21px;
    left: -59px;
    transform: rotate( 
-180deg
 );
}
.top_cms_box:nth-of-type(5):before {
	content: "";
    display: block;
    width: 112%;
    height: 115px;
    background-image: url(Dup/img/hr.png);
    background-repeat: no-repeat;
    background-size: 100% 115px;
    background-position: left 0 top 0;
    position: absolute;
    top: -124px;
    left: -59px;
}


.cate_list a {
    display: inline-block;
    box-sizing: border-box;
    background: #FFFFFF;
    background-size: 10px 7px;
    border: 1px solid #4e4e4e;
    border-radius: 30px;
    padding: 12px 36px 13px 28px;
    color: #4e4e4e;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.15em;
    box-shadow: 0 2px 0 rgba(245, 209, 0, 0.75);
    text-decoration: none !important;
}
.cate_list li:not(.page08_link) a:hover {
    background-color: #4e4e4e;
    transform: translateY(2px);
    box-shadow: 0 0 0 #4e4e4e;
  	color: #fff;
}
.cate_list li + li {
	margin-top: 10px;
}

#main_menu li a {
    position: relative;
    transition: all .3s ease;
    padding: 10px 0;
}
header #header #main_menu li:not(.page08_link) a:hover span {
    opacity: 1;
}
#main_menu li:not(.page08_link) a:hover::before {
    width: 100%;
    transform: scale(1, 1);
    transform-origin: right top;
}
#main_menu li:not(.page08_link) a:before {
    position: absolute;
    bottom: 4px;
    bottom: 17px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #dcdcdc;
    transition: all .3s ease;
    transform: scale(0, 1);
    transform-origin: left top;
}
#main_menu li + li {
	padding: 0 20px;
}
#intro figure:before, #cms_2-a figure:before {
    background-image: url(Dup/img/frame.png);
}
#intro figure, #cms_2-a figure  {
	position: relative;overflow: hidden;
}
#intro figure:before, #cms_2-a figure:before  {
	content: "";
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100% 100%;
    width: 101%;
    height: 101%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 0;
    pointer-events: none;
    opacity: 0.9;
}
#footer p a {
	transition: all .3s;
}
#footer p a:hover {
color: #fff366;	
}
.top_cms_title span, #contents_links .square_box a p, .welcome, .mini {
	font-family: 'Fredericka the Great', cursive;
}
.top_cms_title p span {
	transform: rotate(-11deg);
}
#contents .contents_txt h3 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 24px;
}
.fadein1{
     transform: translateY(20px);
     transition: 0.5s;
     transition-property: opacity,transform
}
.fadein1.fadetrans{
     opacity: 1;
     transform: none
}
.bg_white {
	background-color: #000000;
}
.mini {
	font-size: 19px;
    letter-spacing: 0.15rem;
}
.welcome {
	text-align: center;
    display: block;
    border: none;
    font-size: 71px;
    position: absolute;
    top: -86px;
    left: 0;
    right: 0;
    margin: auto;
    letter-spacing: 1.2rem;
    background: url(Dup/img/border2.png) no-repeat;
    background-position: 49% 92%;
    background-size: 42%;
}
#contents_links .square_box a h4 {
	text-align: right;
}
#main_img #catch h2 {
	border: none;
	word-break: break-all;top: 21px;
}
#main_img #catch h2 span {
    padding: 10px 30px 10px 10px;
}
#main_img #catch strong {
	background: url(Dup/img/border2.png) no-repeat;
background-size: 222px 72px;
    background-position: -6px 82%;
    padding: 32px 6px;
}
#top_cms .top_cms_title {
	position: relative;z-index: 5;
}
#top_cms .top_cms_title h3 {
border: none;
    border-bottom: 4px dotted;
    padding-bottom: 17px;
}
#top_cms .top_cms_title > span {
    margin-left: 30px;
    padding-right: 10px;
    color: rgba(255, 255, 255, 0.80);
    font-size: 7vw;
    position: absolute;
    top: -43px;
    right: 20px;
    z-index: -3;
    letter-spacing: 1rem;
}
#top_cms .top_cms_box:nth-of-type(4) .top_cms_title > span {
	color: #fff;
}
.more {
	z-index: 5;
}
.cms_5-b .cate_box .open_bt .box_title1::before {
	color: #fff!important;
}
@media(max-width: 768px) {
#top_cms .top_cms_title > span {
    top: -11px;
}
.welcome {
    font-size: 65px;
    top: -72px;
    letter-spacing: 1.2rem;
    background-position: 49% 95%;
    background-size: 70%;
}
#intro_title {
    padding-top: 108px;
}
}
@media(max-width: 667px) {
#main_img #catch strong {
    background-size: 186px 55px;
    background-position: -7px 84%;
    padding: 18px 0;
    display: block;
    font-size: 20px;
}
#top_cms .top_cms_title > span {
    margin-left: 30px;
    padding-right: 10px;
    font-size: 12vw;
    top: -10px;
    right: -21px;
    letter-spacing: 0.2rem;
}
.welcome {
	font-size: 39px;
    top: -44px;
    background-position: 49% 100%;
    background-size: 96%;
    padding: 20px 0;
}
	.cate_list li {
		margin-right: 0;
	}
	.cate_list li + li {
	margin-top: 10px;
}
	.cate_list li a {
		display: block;
	}
}
/* ----------------エフェクト------------------- */
.c-btn__back {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transform: skewX(
-21.35deg
);
    transform: skewX(
-21.35deg
);
}
.c-btn__back span {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.c-btn__back span:after, .c-btn__back span:before {
    background-color: #940000;
}
.c-btn__back span:before {
    opacity: .2;
}
.c-btn__back span:after {
    opacity: .4;
}
.c-btn__back span:after, .c-btn__back span:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transform: translate3d(-101%,0,0) scale(1,1);
    transform: translate3d(-101%,0,0) scale(1,1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.intro_inner {
	position: relative;overflow: hidden;
}
.intro_inner:hover .c-btn__back span:before {
    -webkit-transition-delay: .06s,.06s;
    transition-delay: .06s,.06s;
}
.intro_inner:hover .c-btn__back span:after, .intro_inner:hover .c-btn__back span:before {
    -webkit-transition: -webkit-transform .6s cubic-bezier(.645,.045,.355,1);
    transition: -webkit-transform .6s cubic-bezier(.645,.045,.355,1);
    transition: transform .6s cubic-bezier(.645,.045,.355,1);
    transition: transform .6s cubic-bezier(.645,.045,.355,1),-webkit-transform .6s cubic-bezier(.645,.045,.355,1);
    -webkit-transform: translate3d(0,0,0) scale(0,1);
    transform: translate3d(0,0,0) scale(0,1);
}
.intro_inner .inner2 {
z-index: 5;position: relative;
}
/* ------------------------------------------*/
#intro {
margin-top: -9px;
padding-bottom: 0;
}
.intro_inner {
	padding-bottom: 17%;
}
#intro_title  {
	padding-top: 78px;
}
.font_14 {
	font-size: 15px;
}
.loader.logo {
	width: 450px;
}
/* --------------------------header------------------------------ */
h1 img {
	max-width: 306px;
}
#sc_menu .logo img {
    max-width: 235px;
}
.menu_bt span.bg_color3 {
	background-color: #fff;
}
@media(max-width: 768px) {
h1 {
    width: 37%;
}

}

/* --------------------------TOP CONTENETS------------------------------ */
#catch h2 span img {
	max-width: 780px;
	width: inherit;
	padding: 13px;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.4));
}
#main_img .slick {
    margin-left: 17%;
    width: 83%!important;
}
#main_img #catch {
    background-color: #000000;
    width: 25%;
    left: 2%;
}
#main_img #catch p {
    padding-top: 40px;font-weight: bold;
}
#intro {
    background-color: #b70000;
    background-image: url(Dup/img/60-lines.png);
}
#intro .box_wrap .box > div {
    background-color: #bb0000;
}
#intro .box_wrap .box > div span {
	border-color: #808080 transparent transparent transparent!important;
}
#contents .logo img {
		width: 407px;
	}
#catch h2 .d_inline_b .kazari {
	display: none;
}
.loader.logo::before, .loader.logo::after {
    background-color: #000000;
}

@media(max-width: 667px) {
	#contents .logo img {
		width: 274px;
	}
	#main_img #catch p {
    padding-top: 17px;
}
	#catch h2 span img {
    padding: 20px 19px;
}
	#contents {
    background-size: 110% auto;
}
	#contents .contents_txt h3 {
    font-size: 19px;
}
	#main_img .slick {
		width: 100%!important;
	}
	#main_img #catch {
    width: 88%!important;
}
	#intro_title  {
	padding-top: 62px;
}
}

/* --------------------------CMS と　下層------------------------------ */
body {
background-color: #696969;
background-image: url("https://www.transparenttextures.com/patterns/axiom-pattern.png");
color: #fff;
}
#cms_2-a figure, #cms_3-b figure {
	margin: 0 auto 30px;
}
#cms_2-a .cate_title, #cms_3-b .cate_title {
    font-weight: bold;
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 2em;
    position: relative;
    border-bottom: solid 3px #eeeeee;
    color: #fff;
    display: block;
    text-align: center;
    border-top: 0;
	background: inherit;border-left: 0;
}
#cms_2-a .cate_title:after, #cms_3-b .cate_title:after {
    position: absolute;
    content: " ";
    display: block;
    width: 10%;
    bottom: -3px;
    border-bottom: solid 3px #000000;
    left: 0;
    margin: auto;
}

#top_cms {
	overflow: hidden;
}
.top_cms_box > div > .cms_wrap {
/*	background: #fff;
    padding: 25px;
    margin: 30px 0;
    border: 1px solid #eee;*/
}
.top_cms_box:nth-of-type(4) .cms_wrap {
	background: transparent;
	border: none;
}
.top_cms_box:nth-of-type(4) {
	padding: 91px 0;
	position: relative;

}
.top_cms_box:nth-of-type(4):after {
    position: absolute;
    content: "";
    width: 147%;
    top: 20px;
    left: -114px;
    bottom: 0;
    background-color: #808080;
    z-index: -1;
}

/* -------------------------------------------------*/

@media(max-width: 768px) {
.pager li:not(.prev) a {
   display: block;
}
#main_img #catch {
    width: 75%;
}
	#main_img .slick {
		margin-left: 0;
	}
#main_img #catch h2 span {
	padding: 0;
}
#main_img #catch {
    padding: 29px;
}
#catch h2 span img {
    padding: 25px 28px;
    box-sizing: border-box;
}
#main_img #catch h2 {
    transform: translateY(13px);
}
	#contents_links .square_box {
		overflow: hidden;
	}
#catch h2 .d_inline_b .kazari {
    border-color: #fff transparent transparent transparent!important;
	display: block;
}
#catch h2 .d_inline_b .kazari {
    width: 0;
    height: 0;
    top: -13px;
    left: -29px;
    border-style: solid;
    border-width: 40px 40px 0 0;
    position: absolute;
}
#catch h2 .d_inline_b .kazari {
    border-width: 20px 20px 0 0;
}
#catch h2 .d_inline_b {
	position: relative;
}
}
@media(max-width: 667px) {
.top_cms_box > div > .cms_wrap {
    padding: 18px;
}
	h1 {
    width: 59%;
}
.menu_bt {
    right: 20px;
}
.loader.logo {
	width: 300px;
}
}

/* --------------------------footer------------------------------ */
#cms_3-c figure {
	box-shadow: none;
}
footer #footer #footer_txt .logo{
	width: 87%;
    max-width: 385px;
}
@media(max-width: 768px) {

}
@media(max-width: 667px) {
#copyright {
    padding: 0 12px;
    text-align: left;
}
}
#page07 .box:nth-of-type(odd) {
    background-color: #636363;
}

@media screen and (min-width:769px) {
#header h1 {
	margin-top: 6px;
}
}

/* --------------------------IE------------------------------ */
@media all and (-ms-high-contrast: none) {
	#cms_2-a .cate .cate_title {
		padding-top: 10px!important;
	}
	#cms_6-b .cate .cate_title {
		padding: 3px 5px 7px!important;
	}
	#cms_6-b .cate .box_txt2{
		padding: 7px 10px!important;
	}
	#cms_5-b .cate_box .open_bt .box_title1::before, .cms_5-b .cate_box .open_bt .box_title1::before {
		top: -2px;
	}
}

@media screen and (min-width:768px) and ( max-width:1024px) {
    

}

@-moz-document url-prefix() {

}
