@charset "utf-8";
/* CSS Document */
/*初期設定*/
body{
	color: white;
	/*background: black;*/
	margin: 0;
	padding: 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
        background-color: #111111;
        /*background-image: linear-gradient(90deg, #940002 0%, #f50103 38%, #ff5b3a 52%, #f50103 68%, #940002 100%);*/
/*        background-image: url("../images/pc_top_bg.jpg");
        background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;*/
}
img{
	width: 100%;
}
h2{
	width: 100%;
	height: 80px;
	/* background: linear-gradient(to right,#2d75be,#172a42,#2d75be); */
	/*background: linear-gradient(to right,#fbcc1d,#1f0800,#fbcc1d);*/
        /*background: linear-gradient(to right,#5e2dbe,#2a1640,#5e2dbe);*/
        /*background: linear-gradient(to right,#942dbe,#2a1640,#942dbe);*/
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
}
.wrapper{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
a{
	width: 100%;
}
img{
	width: 100%;
}
.grow{
	text-shadow: 0 0 5px #fff,0 0 15px #fff;
}
.footer_announce{
	width: 100%;
	height: 100px;
	/*background: linear-gradient(to right,#172a42,black,#172a42);*/
        background-color: black;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.df_content{
    background-image: url(../images/background.jpg);
    background-position: center top;   
    background-size: cover;   
    width: auto;    
    margin: 0;
    padding: 0 0 50px 0;
    position: relative;
}
@media screen and (max-width: 480px) {
	h2{
		height: 40px;
		font-size: 20px;
	}
	.footer_announce{
		font-size: 12px;
		
	}
}



/*アコーディオンメニュー---------------------------------------*/
.acd-check{
    display: none;
}
.acd-label{
    background: #333;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    width: 100%;
    height: 100%;
    text-align: center;
}
.acd-content{
    border: 1px solid #333;
    /*height: 0;*/
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
	display: none;
	
}
.acd-check:checked + .acd-label + .acd-content{
    /*height: 40px;*/
    opacity: 1;
    padding: 10px;
	display: block;
    visibility: visible;
}
/*アコーディオンメニュー　END---------------------------------------*/
/*ハンバーガーメニュー----------------------------------------*/
.hamburger-menu{
	display: block;
	width: 75px;
	height: 75px;
	position: absolute;
	right: 0;
	top: 0;
}
.menu-btn::before{
	content: "menu";
	position:absolute;
	top:-5px;
}
/*アイコン部分*/
.menu-btn {
    position: relative;
    top: 5px;
    right: 10px;
    display: flex;
    height: 75px;
    width: 75px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
    content: '';
    display: block;
    height: 3px;
    width: 50px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span::before {
    bottom: 15px;
}
.menu-btn span::after {
    top: 15px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);

}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);

}
#menu-btn-check:checked ~ .menu-btn{
	position: fixed;
}
#menu-btn-check:checked ~ .menu-btn::before{
	content: "close";
}
#menu-btn-check {
    display: none;
}
/*コンテンツ制御*/
.menu-content {
    width: 100%;
    height: 100%;
    position: block;
    top: 0;
    left: 0;
    z-index: 80;
/*    background: linear-gradient(to top,black,#1d344f);
    background: url(../images/bg_1900_m.jpg) no-repeat;*/
    /*background: linear-gradient(to right,#ab9100 10%,#fcee91 50%,#ab9100 90%,#ab9100 100%);*/
    /*background: linear-gradient(to right,#a5a3a3 10%,#e8e7e3 50%,#a2a1a1 90%,#9e9e9e 100%);*/
    background: linear-gradient(to right,#a5a3a3 10%,#e8e7e3 50%,#a2a1a1 90%,#9e9e9e 100%);
    /*background: linear-gradient(to right,#e1c23d 10%,#f4e374 50%,#ceb23a 90%,#ceb650 100%);*/
    overflow: auto;
    padding-bottom: 50px;
}
.menu-content h2{
    margin: 30px auto;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 600;
    border-bottom: 5px #308ab2 solid;
    color: black;
}
.menu-content_wrapper_pc {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
/*    max-width: 1000px;*/
    margin: 20px auto;
    margin-bottom: 50px;
    text-align: center;
}

.menu-contents_title{
	width: 100%;
	margin: 90px auto 0;
	text-align: center;
}
.menu-contents_title_in{
	width: 70%;
	font-size: 15px;
	font-weight: bold;
	color: white;
	background: linear-gradient(to left,#172a42,black,#172a42);
	margin: 90px auto 0;
        padding:0;
	text-align: center;
}
.menu-content ul {
    padding: 10px 10px 0;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    font-weight: 600;
}
.menu-content ul li {
    border-bottom: solid 1px white;
    list-style: none;
    /*width: 200px;*/
    /*width: 250px;*/
    width: 320px;
    height: 40px;
    position: relative;
    display: flex;
    margin: 5px 10px 5px 5px;
    align-items: center;
    padding: 0 10px;/* 1102 add */
}
.menu-content ul li.no_link {
    background-color: transparent;
    color:grey;
    font-weight:1;
}
.menu-content ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #333;
    text-decoration: none;
    /*padding: 9px 15px 10px 0;*/
    position: relative;
	align-items: center;
}
.menu-content ul li a:hover {
    opacity: 0.6;
}
.menu-content ul li.no_link a {
    color:grey;
    font-weight:1;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px white;
    border-right: solid 2px white;
    transform: rotate(45deg);
    position: absolute;
/*    right: 11px;*/
    right: 0px;
    top: 20px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #FFF;
    background-color: #05050533;
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
#clickmenu,
#clickmenu2,
#clickmenu3,
#clickmenu4{
    width:100%;
    margin: 0 auto 0;
}	
#clickmenu input,
#clickmenu2 input,
#clickmenu3 input,
#clickmenu4 input{
    display: none;
}
#clickmenu input+ul,
#clickmenu2 input+ul,
#clickmenu3 input+ul,
#clickmenu4 input+ul{
   display: block;
}
.menu-content_wrapper_pc label{
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    /*color: #2d2638;*/
    /*background: linear-gradient(to left,#172a42,black,#172a42);*/
    margin: 10px auto 0;
    padding:10px 5px;
    text-align: left;
    background-color: #86cded;
       
}

.menu-content_wrapper_pc span{
    display: block;
    /*color: #333;*/
    text-align: center;
    background-color: #1773bc; 
  -webkit-background-clip: text;
  color: transparent;    
}

@media screen and (max-width: 480px) {
    .menu-content_wrapper_pc{
        flex-wrap: wrap;        
        margin: 10px auto 0;  
    }
.menu-content_wrapper_pc label{
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: white;
    /*background: linear-gradient(to left,#172a42,black,#172a42);*/
    margin: 8px auto 0;
    /*padding:10px 15px;*/
    padding:0px;
    text-align: left;
       
}    
    #clickmenu,
    #clickmenu2,
    #clickmenu3,
    #clickmenu4 {
        width:90%;
        margin: 0 auto ;  
    }
    #clickmenu ul,
    #clickmenu2 ul,
    #clickmenu3 ul,
    #clickmenu4 ul{
        width:100%;
        background-color: #aecaddb3;
    }
    
    
    #clickmenu label,
    #clickmenu2 label,
    #clickmenu3 label,
    #clickmenu4 label
    {
        cursor: pointer;
        font-weight: bold;
        display: block;
        width:100%;
        position: relative;
        padding: 10px 0;
    }
    #clickmenu input,
    #clickmenu2 input,
    #clickmenu3 input,
    #clickmenu4 input{
        display: none;
    }
    #clickmenu input+label+ul,
    #clickmenu2 input+label+ul,
    #clickmenu3 input+label+ul,
    #clickmenu4 input+label+ul{
       display: none;
    }
    
/*閉じた状態の矢印描画*/
#clickmenu  label:after,
#clickmenu2  label:after,
#clickmenu3  label:after,
#clickmenu4  label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 20px;
  top: 0;
  bottom: 5px;
  margin: auto;
}

/*開いた状態の矢印描画*/
#clickmenu input[type=checkbox]:checked+label:after,
#clickmenu2 input[type=checkbox]:checked+label:after,
#clickmenu3 input[type=checkbox]:checked+label:after,
#clickmenu4 input[type=checkbox]:checked+label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 20px;
  top: 7%;
  bottom: 0;
  margin: auto;
}

#clickmenu input[type=checkbox]:checked+label+ul,
#clickmenu2 input:checked+label+ul,
#clickmenu3 input:checked+label+ul,
#clickmenu4 input:checked+label+ul{
    display: block;
}
    
    
}
/*ハンバーガーメニュー終了----------------------------------------*/

.silver{
     background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
}
.purble{
   background: linear-gradient(45deg, #45056a 0%, #b290bf 45%, #dbcde5 70%, #a679b5 85%, #905aaf 90% 100%);
}
.purble2{
    background-image: linear-gradient(42deg, rgba(194, 57, 248, 1), rgba(48, 53, 97, 1));
}