﻿@import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Murecho:wght@400;500&display=swap');
.catch2, #top_cms .cms_title h2, .cate .cate_title, #page_title h2, .fat-nav li a.font_en {
    font-family: 'DotGothic16', sans-serif!important;
    font-weight: normal!important;
}
figure.shadow {
    box-shadow: none;
}
.text_r {
    opacity: 0.4;
    white-space: nowrap;
    font-size: 8.8vw;
    height: 162px;
    overflow: hidden;
    transform-origin: top left;
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    left: 77vw;
    line-height: 0.6;
    pointer-events: none;
   text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff,
 -1px -1px 1px #ffffff, 1px 0px 1px #ffffff, 0px 1px 1px #ffffff, -1px 0px 1px #ffffff,
 0px -1px 1px #ffffff;
   text-shadow: 1px 1px 1px #ffed6f, -1px 1px 1px #ffed6f, 1px -1px 1px #ffed6f,
 -1px -1px 1px #ffed6f, 1px 0px 1px #ffed6f, 0px 1px 1px #ffed6f, -1px 0px 1px #ffed6f,
 0px -1px 1px #ffed6f;
 
    color: #ff3399;
}
.text_r .mq {
   animation: mqscroll 25s linear infinite;
    display: inline-block;
}
@keyframes mqscroll {
    0% {
        transform: translateX(4px);
    }
    100% {
        transform: translateX(-100%);
    }
}


#main_menu li a:hover {
    animation: flashing 30ms 0s linear infinite;
}
@keyframes flashing {
    50% {
        opacity: 0;
    }
}
.banner:after {
    position: absolute;
    content: 'ENTRY';
    font-size: 15px;
    opacity: 0.4;
    left: 0;
    right: 0;
    margin: auto;
    top: 6px;
    letter-spacing: 13px;
    padding-left: 42px;
}
.scroll-rotate {
    position: absolute;
    z-index: 1;
    transition: all 0.5s;
    width: 330px;
    right: -80px;
    top: 26%;
     opacity: 0.8; 
    animation: 36s linear infinite rotation1;
}
@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
body {
    font-size: 15px;
    background-color: #ff3399;
    line-height: 1.8;
    font-family: 'Murecho', sans-serif;
}
.fat-nav li:last-child a {
    border-color: #212121;
    background-color: #fff;
}
#footer_menu .txt_color_nomal, #copyright, #copyright .txt_color_nomal, footer .txt_color_nomal {
    color: #fff;
}
footer .foot_tel_bt a:hover {
    color: #f39;
}
footer > .bg_white {
    background: transparent;
}
.top_cms_box {
    /*background-color: transparent;*/
}
#page-top, #page-top .txt_color1 {
    color: #fff;
}
.contents1_wrap::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 102px;
    width: 100%;
    height: 117px;
    background-image: url("Dup/img/eng.png");
    background-size: auto 100%;
    background-position-y: 0;
    background-position-x: 0;
    background-repeat: repeat-x;
    animation: loop 30s linear infinite;
}
@keyframes loop {
	0% {background-position-x: 0;}
	100% {background-position-x: -1000px;}
}



.border {
    background: linear-gradient(transparent 0%, rgb(255 237 111) 0%) 0px 0px repeat scroll rgba(0, 0, 0, 0);
    color: #ff3399;
    padding: 3px 6px;
    padding: 2px 3px;
    margin: 0 3px;
}
.border2 {
    background: linear-gradient(transparent 0%, rgb(133 249 255) 0%) 0px 0px repeat scroll rgba(0, 0, 0, 0);
    color: #343434;
    padding: 3px 6px;
    padding: 2px 3px;
    margin: 0 3px;
}
.mainlogo {
    width: 90%;
    display: block!important;
    z-index: 6;
}
.catch2 {
    margin-top: 140px;
    color: #fff;
    font-size: 2.4vw;
}
.mainlogo .logowrap:before {
    content: "";
    display: block;
    position: absolute;
    top: -100px;
    left: -110%;
    width: 100%;
    height: 80px;
    background-image: url(Dup/img/border_2.png);
background-size: 45px;
animation: bgiLoop 46s infinite linear;
animation-delay: 6s;
transition: all 5s;
}
.mainlogo.trans .logowrap:before {
    left: 0px;
    background-size: 85px;
}
.mainlogo .logowrap:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -100px;
    left: -110%;
    width: 100%;
    height: 80px;
    background-image: url(Dup/img/border_2.png);
background-size: 45px;
animation: bgiLoop 46s infinite linear;
animation-delay: 7s;
transition: all 5s;
transition-delay: 1s;
}
.mainlogo.trans .logowrap:after {
    left: 0px;
    background-size: 85px;
}

.slides {
    filter: grayscale(0.7);
}



#contents1 h2 {
    /*background: #ffed6e;*/
    color: #f39;
    border-left: 8px solid #ffed6f;
}
#contents1 h2:after {
    content: "";
    display: block;
    position: absolute;
    background: #ffed6e;
    height: 100%;
    width: 0%;
    left: 0;
    top: 0;
    transition: all 1.2s;
    z-index: -1;
}
#contents1 h2.trans:after {
    width: 100%;
}
.contents1_before {
    content: '';
    position: absolute;
    width: 147%;
    height: 380%;
    z-index: -1;
    transform: rotate(-10deg) translateY(-50%);
    -moz-transform: rotate(-10deg) translateY(-50%);
    -webkit-transform: rotate(-42deg) translateY(-50%);
    top: 50%;
    bottom: 50%;
    background-color: #ff188c;
}

@keyframes bgiLoop {
    0% {background-position: top 0 left 0;}
	100% {background-position: top 0px left 1200px;}
    /*100% {  background-position-x: -1500px;  }*/
}

/* ------------------------------------ CMS -----------------------------------------*/
.more a, .pager li a, .cate_list a {
    background: #ffed6f;
    color: #ff3399;
    font-weight: bold;
    border: 2px solid;
}
.more a:hover, .pager li a:hover, .cate_list a:hover {
    background: #ff3399;
    color: #ffed6f;
}
.more .button:hover::after {
    box-shadow: inset 0 0 0 15em #ff62b0;
}
.contents_midasi {
    text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff,
 -1px -1px 1px #ffffff, 1px 0px 1px #ffffff, 0px 1px 1px #ffffff, -1px 0px 1px #ffffff,
 0px -1px 1px #ffffff;
    color: #ff3399;
    font-size: 30px;
    letter-spacing: 22px;
    font-style: italic;
    text-align: center;
    line-height: 1;
    padding-left: 20px;
}
.cms_title {
    text-align: center;
    margin-top: 100px;
}
.cms_title p {
    font-size: 21px;
    letter-spacing: 4px;
}
#cms_2-a h3 {
    display: block;
    text-align: center;
}
#top_cms .cms_title h2 {
    font-size: 38px;
    color: #fff;
    margin-top: 50px;font-weight: normal!important;
}
#page_title .page_box {
    color: #fff;
}
#page_title h2 {
    color: #fff;
}
#cms_6-b .cate_title {
    background-color: #ffed6f;
    background-image: url("https://www.transparenttextures.com/patterns/concrete-wall.png");
    color: #f39;
    padding: 10px;
    font-size: 30px;
}

.link_type2 .cate_box a {
    color: #fff;
    padding: 69px 10px 79px;
}
.link_type2 .cate_box a:before, .link_type2 .cate_box a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color:rgb(231 202 0 / 65%);
    z-index: 1;
}
.link_type2 .cate_box a:after {
    top: 100%;
    background-color: rgb(255 0 129 / 24%);
    transition: 0.4s;
	z-index: 2;
}
.link_type2 .cate_box:first-of-type a:after {
    background-color: rgb(255 0 129 / 24%);
}
.link_type2 .cate_box a:hover:after {
    top: 0;
}
.link_type2 .cate_box .txt_wrap {
    z-index: 3;
}
.link_type2 .more {
    letter-spacing: 3px;
    box-sizing: border-box;
    /*opacity: 0;*/
    transition: opacity .8s;
    z-index: 4;
    top: 68%;
    padding: 1px 6px;
    font-size: 12px;
    border-bottom: 1px solid;
}
.link_type2 .cate_box a:hover .more {
    opacity: 1;
}
svg{
	width:100%;/* レスポンシブ対応にするため100%を指定*/
	height:auto;
}

/*SVGのサイズ*/
svg{

	width:100%;/* レスポンシブ対応にするため100%を指定*/
	height:auto;
}

/*========= 手書き風にするためのCSS ===============*/

#mask .cls-1, #mask .cls-2, #mask .cls-3, #mask .cls-4, #mask .cls-5, #mask .cls-6, #mask .cls-7, #mask .cls-8 {/*重要*/
    fill: none;
	 stroke-dasharray: 1500; /* 線の間隔を指定する */
    stroke-dashoffset:1500; /* 線の位置を指定する */
}	

		.cls-1{stroke-width:7.5px;}
		.cls-1,.cls-2,.cls-3,.cls-4,.cls-5,.cls-6,.cls-7,.cls-8{fill:none;stroke:#fff;stroke-miterlimit:10;}
		.cls-2{stroke-width:7.3px;}
		.cls-3{stroke-width:8px;}
		.cls-4{stroke-width:9.1px;}
		.cls-5{stroke-width:10px;}
		.cls-6{stroke-width:7px;}
		.cls-7{stroke-width:6.5px;}
		.cls-8{stroke-width:9px;}
		
		
		
.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1.8s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1.8s;
	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:1.8s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: #ffed6f;/*伸びる背景色の設定*/
}
@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);
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger{
    opacity: 0;
    display: block;
}		
		
/* -------------------------------------------------------------------------------------*/		
	#backBtn {
	margin-top: 30px;
	text-align: center;
}
#backBtn a {
	width: 225px;
	height: 60px;
	margin: 0 auto;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #f39;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 2;
    color: #fff;
}
#backBtn a::before,
#backBtn a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#backBtn a,
#backBtn a::before,
#backBtn a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#backBtn a:hover {
	color: #f39;
}
#backBtn a::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#backBtn a:hover::after {
	-webkit-transform: scale(2) rotate(180deg);
	transform: scale(2) rotate(180deg);
	background: #FFF;
}
#backBtn strong {
	display: block;
	background: rgba(255,255,255,.2);
}
#backBtn span {
	display: block;
}
#backBtn strong:before,
#backBtn strong:after,
#backBtn strong span:before,
#backBtn strong span:after {
    content: '';
    position: absolute;
    background: #FFF;
}
#backBtn strong:before {
    bottom: 0;
    left: -150px;
    width: 150px;
    height: 1px;
}
#backBtn strong:after {
    bottom: -60px;
    right: 0;
    width: 1px;
    height: 60px;
}
#backBtn strong span:before {
    top: 0;
    right: -150px;
    width: 150px;
    height: 1px;
}
#backBtn strong span:after {
    top: -60px;
    left: 0;
    width: 1px;
    height: 60px;
}
#backBtn strong:before {
    animation: leftAnimBB 1.5s linear 0s infinite;
}
#backBtn strong:after {
    animation: bottomAnimBB 1.5s linear .75s infinite;
}
#backBtn strong span:before {
    animation: rightAnimBB 1.5s linear 0s infinite;
}
#backBtn strong span:after {
    animation: topAnimBB 1.5s linear .75s infinite;
}
@keyframes topAnimBB {
    0% {top:-60px;}
    100% {top:60px;}
}
@keyframes bottomAnimBB {
    0% {bottom:-60px;}
    100% {bottom:60px;}
}
@keyframes rightAnimBB {
    0% {right:-150px;}
    100% {right:150px;}
}
@keyframes leftAnimBB {
    0% {left:-150px;}
    100% {left:150px;}
}

		






	
		
		
		

@media(max-width: 768px) {
.text_r {
    font-size: 20.8vw;
    height: 123px;
    left: 100vw;
}
    .page1 .main_box {
        padding-top: 0;
}
#main_img {
    min-height: 100vh;
}
.catch2 {
    font-size: 4.4vw;
}
#logo {
    max-width: 161px;
}
.fat-nav li {
	font-size: 18px;
}
.fat-nav ul {
    background-color: #ffed6f;
}
}

@media(max-width: 667px) {
.text_r {
    font-size: 22.8vw;
    height: 162px;
    left: 100vw;
    line-height: 0.6;
}
.catch2 {
    font-size: 4.7vw;
}
#top_cms .cms_title h2 {
    font-size: 31px;
}
#logo {
    max-width: 118px;
}
.fat-nav li {
	font-size: 15px;
}
.contents1_wrap::before {
    height: 40px;
}
.mainlogo {
    width: 95%;
    top: 55%;
}
.all article section {
    padding: 20px 10px;
}
.all article.pd_r-20px.pd_l-20px_tb {
    padding-left: 15px;
    padding-right: 15px;
}
}

























