﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Sans+JP&display=swap');

body, .font_sans-serif{
    font-family: 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

.font_bar{
    font-family: 'Montserrat', 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

#custom{
    background-color: #F7FAFC;
    background-image: url('./Dup/img/bg_img3.png');
    background-size: 500px;
    background-position: top 0 right 0;
    animation: anime1 30s linear infinite;
    
}
@keyframes anime1 {
    0%{
        background-position: top 0 right 0;
    }
    100%{
        background-position: top -500px right -500px;
    }
}
#custom .custom_wrap, #custom .cus2{
    align-content: space-between;
}
#custom .cus1{
    border-radius: 0 20px 20px 0;
    box-shadow: -10px 10px 0 #3399FF, 10px 10px 0 #3399FF;
}
#custom .cus2 div{
    border-radius: 20px 0 0 20px;
    height: calc(50% - 20px);
    width: 100%;
    box-shadow: 10px 10px 0 #3399FF;
}
#custom .cus_title{
    top: 60px;
    left: 50px;
}
#custom .cus_title::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    right: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #1a1a1a;
}
#custom .main_txt{
    top: 120px;
    left: 50px;
    opacity: 0;
    transform: scale(0.9,0.9);
    transition: 0.3s cubic-bezier(.09,1.07,.89,1.36);
}
#custom .main_txt.active{
    opacity: 1;
    transform: scale(1);
}

#intro .intro_left{
    background-image: url(./Dup/img/bg_img.png);
    background-size: 1000px;
    background-position: bottom;
    background-repeat: repeat-x
}

#contents{
    background-image:
        radial-gradient(#EEEEEE 20%, transparent 20%),
        radial-gradient(#EEEEEE 20%, transparent 20%);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}
#contents .con_img .con_img_box{
    height: 50%;
}

#page_title::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    background-image: url('./Dup/img/border.png');
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: contain;
    z-index: 1;
    left: 0;
    bottom: -1px;
}

.cate_title{
	background-color: transparent;
	padding: 0!important;
	margin: 0;
	display: block;
	border: none;
	width: 100%!important;
	font-size: 24px;
	text-align: left;
	padding-left: 60px!important;
	margin-bottom: 50px;
	border-bottom: solid 2px #3399FF;
	color: #3399FF;
	background-image: url('./Dup/img/bg_img2.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 50px;
	font-weight: bold;
	box-sizing: border-box;
}

#wrap.index footer .footer_bg{
    background-image: url('./Dup/img/border3.png');
    background-repeat: repeat-y;
    background-position: top left;
    background-size: 10px;
}
#wrap:not(.index) footer{
    background-image: url('./Dup/img/border2.png');
    background-repeat: repeat-x;
    background-position: top;
    background-size: 30px;
}

.foot_banner{
    width: 80px;
    bottom: 100px;
    right: 20px;
    z-index: 5;
}
.index .foot_banner{
    bottom: 20px;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#custom, #custom .custom_wrap{
    height: 100vw!important;
}
#contents .con_img{
    height: 100vw;
}
#wrap.index footer .footer_bg{
    background-image: url('./Dup/img/border2.png');
    background-repeat: repeat-x;
    background-size: 30px;
}
.foot_banner{
    width: 250px;
    bottom: 0!important;
    right: 50px;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#custom, #custom .custom_wrap{
    height: 150vw!important;
}
#custom .cus1, #custom .cus2{
    border-radius: 0;
    height: calc(50% - 20px);
}
#custom .cus2 div{
    width: calc(50% - 10px);
    height: 100%;
}
#custom .cus2 .cus_2-1{
    border-radius: 0 20px 20px 0;
    box-shadow: -10px 10px 0 #3399FF, 10px 10px 0 #3399FF;
}
#custom .cus_title{
    top: 20px;
    left: 20px;
}
#custom .main_txt{
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
}
#intro .intro_left{
    background-size: 800px;
}
#contents .con_img{
    height: 120vw;
}
#page_title .title_wrap p{
    font-size: 26px;
    letter-spacing: 3px;
}
.cate_title{
	font-size: 20px;
	padding-left: 50px!important;
	background-size: 40px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {

}