@charset "UTF-8";



body, html{
	margin: 0;
	padding: 0;

}

body{
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
}


/*========= ナビゲーションドロップダウンのためのCSS ===============*/
.drawer_bg {
   display: none;
}

.drawer_button{
	display: none;
}

.drawer_nav_wrapper{
	display: none;
}

/*==ナビゲーション全体の設定*/
header{
　font-family: katarine-web, sans-serif;
font-weight: 400;
font-style: normal;
  height: 6vh;
  position: fixed;
 justify-content: space-between;
  align-items: center;
  width: 100%;
  top: 0;
  left: 0;
  background:#ffffff80;
  color:#000000;
  text-align: center;
}

/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#header.HeightMin{
  position: fixed;
    z-index: 999;/*最前面へ*/
  height:10%;
  animation: DownAnime 0.5s forwards;
	font-size: 0.6vw;
}

@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-170px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.header__inner {
  display: flex;
  align-items: flex-start;
}
 

.image-vw-logo{
	display: flex;
  margin-left: 3%;
	margin-top: 1.5%;
	width: 10%;
}
.bold{
	font-family: katarine-web, sans-serif;
font-weight: 400;
font-style: normal;
	color: black;
}
nav {
  width: 100%;
}

.g-nav{
	font-family: katarine-web, sans-serif;
font-weight: 400;
font-style: normal;
}
/*ナビゲーションを横並びに*/
nav ul{
  list-style: none;
  display: flex;
  margin-right:5%;
  justify-content: right;
}

/*2階層目以降は横並びにしない*/
nav ul ul{
  display: block;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav ul li{
  position: relative;
}

/*ナビゲーションのリンク設定*/
nav ul li a{
  display: block;
  text-decoration: none;
  color: #666;
  padding:20px;
  transition:all 0.3s;
}

/*ホバーした時の1層目の色*/
nav ul li.current a,
nav ul li a:hover{
  color:#000000; 
}



/*== 2・3階層目の共通設定 */

/*下の階層を持っているulの指定*/
nav li.has-child ul{
    /*絶対配置で位置を指定*/
  position: absolute;
  left:0;
  top:80px;
  z-index: 4;
    /*形状を指定*/
  background:#ffffff80;
  width:180px;
    /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
    /*アニメーション設定*/
  transition: all .3s;
}

/*hoverしたら表示*/
nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a{
  color: #666;
  border-bottom:solid 1px rgba(255,255,255,0.6);
}

nav li.has-child ul li:last-child > a{
 border-bottom:none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active{
	color: #fff;
  background:#666;
}


/*=========ボディ==============*/
.rule{
	margin-top: 10%;
	margin-left: 30%;
	margin-right: 30%;
	margin-bottom: 20%;
	text-align: center;
}
.ruletext span {
  margin-left: 1rem;
}

h1{
	margin-bottom: 10%;
}

h4{
    border-bottom: solid 1px black;
	
}

.ruletext{
	text-align: left;
}

.ruletext p{
	margin-bottom: 10%;
}

.back{
	position: fixed; /* 追従させる為にfixedの値を記述します */
z-index: 99999; /* 他の要素の下に隠れないように全面配置させます */
top: 82%; /* 上から150pxのところにバナーを配置します */
left: 1%; /* 右から40pxのところにバナーを配置します */
}

.backbtn{
	width: 5vw;
}


/*===========フッター============*/

.footer{
	font-family: katarine-web, sans-serif;
font-weight: 400;
font-style: normal;
	
	background-image: url("../images/BLUE_メイン透明度18％.png"),url("../images/RED_メイン透明度18％.png");
	background-position: top right, left;
	background-size: 30%, 30%;
}

.footer h3{
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 1.6vw;
	line-height: 2vh;
	margin-bottom: 3vh;
}

.foot-wrap .menu01, .menu02, .menu03, .menu04 {
	font-size: 1vw;
	display: inline-block;
    vertical-align: top;
    width: 20%;
    margin: 50px auto;
}

.foot-wrap ul {
    list-style: none;
    padding: 0;
    line-height:40px;
}

.foot-wrap {
    text-align: center;
}

.foot-wrap a {
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #48483A;
}
.foot-wrap a:hover{
	text-decoration: underline;
	color: #48483A;
}
/*Contact*/

.contactbox {
	font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 400;
font-style: normal;
	margin-left: 30%;
	margin-bottom: 10%;
	padding: 3%;
border: #000000 1px solid; /*境界線の指定*/
width:40%;
text-align: center;
}

.contactbox img{
       width: 20vw;
}

/*運営元*/
.company{
	display: flex;
  justify-content: center;
	margin-bottom: 2%;
}
.company .company-img, .company-3steps{/*画像と3段を横並びに*/
	display: inline-block;
    vertical-align: top;

}

.company-img{
	width: 13%;
}


.company-3steps{
	margin-left: 2%;
}

.company02 li{/*横並びに*/
	display: inline-block;
    vertical-align: top;
	
}

.company02 li+ li {/*隣との間の縦線*/
  border-left: 1px solid #333;
  padding: 0 10px;
}

.company03 li{
	display: inline-block;
    vertical-align: top;
	margin-top: 4%;
	margin-right: 4%;
}

/* copyright */
.footer-copyright {
  padding: 1rem;
  line-height: 1;
  color: #48483A;
  text-align: center;
  background: #FFEB3E;
}

.footer-copyright a {
  text-decoration: none;
  color: #48483A;
}

@media screen and (max-width: 767px) { /*ウィンドウ幅が最大767pxまでの場合に適用*/
.image-vw-logo{
	display: flex;
  margin-left: 3%;
	margin-top: 1.5%;
	width: 20%;
}
/*~~~~~ハンバーガー---*/
 .pc-nav {
      display: none;
   }
.drawer_bg{
	display: block;	
}

.drawer_button{
	display: block;
}
.drawer_nav_wrapper{
	display: block;	
}
/*
Zarigani Design Office Drawer Menu
Copyright 2018 Zarigani Design Office
Customized by minimalgreen

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.drawer_menu a {
	color: #000;
	text-decoration: none;
}

.drawer_menu a:visited {
	color: #000;
}
	
.pc-hidden {
	display: none;
	text-align: center;
}
	
/* ドロップダウンメニュー2階層目 */
	.drawer_menu .drawer_nav li ul.second-level {
		visibility: hidden;
		list-style-type: none;
		position: absolute;
		z-index: -1;
		top: 0;
		margin: 0;
		padding-left: 0;
	}

	.drawer_menu .drawer_nav li:hover ul.second-level {
		visibility: visible;
		z-index: 1;
		top: 10px;
		/* PC用メニューの高さに合わせる */
		transition: all .3s;
	}
.drawer_menu .drawer_nav li:hover ul.second-level li {
		width: 230px;
		/* ドロップダウンメニューボタン横幅 */
		height: 40px;
		/* Pドロップダウンメニューボタン高さ */
	}

	.drawer_menu .drawer_nav li:hover ul.second-level li a {
		display: block;
		background-color: #ffffff80;
		/* ドロップダウンメニューの文字の背景色 */
		color: #000;
		/* ドロップダウンメニューの文字色 */
		font-size: 90%;
		text-decoration: none;
		line-height: 40px;
		/* Pドロップダウンメニューボタン高さ */
	}
	
	.drawer_menu .drawer_nav li:hover ul.second-level li a:hover {
		background-color: #999;
		/* ドロップダウンメニューマウスホバー背景色 */
	}

	.touch-btn {
		color: #fff;
		margin-left: 5px;
	}
	
.drawer_menu .drawer_button {
	color: #000;
	/* ハンバーガーメニュー文字色 */
	display: none;
}

.drawer_menu .drawer_button .drawer_bar {
	background-color: #000;
	/* ハンバーガーメニュー三本線の色 */
}

.drawer_menu .drawer_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	background-color: transparent;
	display: none;
	top: 0;
	left: 0;
}

.drawer_menu .drawer_button {
	display: block;
	background-color: transparent;
	color: #000;
	border: none;
	padding: 5px;
	width: 50px;
	letter-spacing: 0.1em;
	cursor: pointer;
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 1001;
	text-align: center;
	outline: none;
}
	
.drawer_menu .drawer_button.active .drawer_bar {
		width: 40px;
	}

	.drawer_menu .drawer_button.active .drawer_bar1 {
		transform: rotate(30deg);
	}

	.drawer_menu .drawer_button.active .drawer_bar2 {
		opacity: 0;
	}

	.drawer_menu .drawer_button.active .drawer_bar3 {
		transform: rotate(-30deg);
	}

	.drawer_menu .drawer_button.active .drawer_menu_text {
		display: none;
	}

	.drawer_menu .drawer_button.active .drawer_close {
		display: block;
	}

.drawer_menu .drawer_bar {
		display: block;
		height: 2px;
		margin: 8px 2px;
		transition: all 0.2s;
		transform-origin: 0 0;
	}

	.drawer_menu .drawer_text {
		text-align: center;
		font-size: 10px;
	}

	.drawer_menu .drawer_close {
		letter-spacing: 0.08em;
		display: none;
	}

	.drawer_menu .drawer_menu_text {
		display: block;
	}

.drawer_menu .drawer_nav_wrapper {
		width: 250px;
		height: 100%;
		transition: all 0.2s;
		transform: translate(250px);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1000;
		background-color: #FFF;
		/* ドロワーメニュー内背景色 */
		overflow-x: hidden;
		overflow-y: auto;
	}

	.drawer_menu .drawer_nav {
		display: block;
		position: relative;
		margin-top: 40px;
	}

.drawer_menu .drawer_nav li {
		background-color: #fff;
		height: auto;
		line-height: 50px;
		/*  ドロワーメニューリスト項目高さ */
		position: relative;
		border-bottom: 1px solid #eee;
	}

	.drawer_menu .drawer_nav li a {
		background-color: #fff;
		/* ドロワーメニューリスト背景色 */
		color: #555;
		/* ドロワーメニューリスト文字色 */
		display: block;
		text-align: left;
		padding-left: 20px;
	}

	/* スマートフォン2階層目 */
	.drawer_menu .drawer_nav li:hover ul.second-level {
		display: block;
	}

.drawer_menu .drawer_nav li ul.second-level {
		display: none;
		position: relative;
		padding: 0;
		z-index: 1001;
	}

	.drawer_menu .drawer_nav li ul.second-level li a {
		padding-left: 40px;
	}

	.drawer_menu .drawer_nav_wrapper.open {
		transform: translate(0);
	}

	.drawer_menu.left .drawer_button {
		right: auto;
		left: 32px;
	}

	.drawer_menu.left .drawer_nav_wrapper {
		transform: translate(-250px);
		right: auto;
		left: 0;
	}
	
.drawer_menu.left .drawer_nav_wrapper.open {
		transform: translate(0);
	}

	.pc-hidden {
		text-align: center;
	}

	.touch-btn {
		color: #555;
		position: absolute;
		top: .25rem;
		right: 2%;
		display: block;
		z-index: 10;
		width: 50px;
		height: 50px;
		text-align: center;
		vertical-align: middle;
	}
	
	/*=========ボディ==============*/
.rule{
	margin-top: 10%;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 20%;
	text-align: center;
}

.ruletext span {
  margin-left: 1rem;
}

h1{
	margin-bottom: 10%;
}

h4{
    border-bottom: solid 1px black;
	margin-bottom: 3%;
	
}

.ruletext{
	text-align: left;
}

.ruletext p{
	margin-bottom: 10%;
}

.backbtn{
	width: 10vw;
}
	
	/*===========フッター============*/

.footer{
	font-family: katarine-web, sans-serif;
font-weight: 400;
font-style: normal;
}


.foot-wrap {
    display: none;
}

.
/*Contact*/

.contactbox {
	font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 400;
font-style: normal;
	margin-left: 3%;
	margin-bottom: 10%;
	padding: 3%;
border: #000000 1px solid; /*境界線の指定*/
width:100%;
text-align: center;
}

	.contactbox p{
		font-size: 0.7rem;
	}

/*運営元*/
.company{
	display: flex;
  justify-content: center;
	margin-bottom: 2%;
	font-size:0.7rem;
}
.company .company-img, .company-3steps{/*画像と3段を横並びに*/
	display: inline-block;
    vertical-align: top;

}

.company-img{
	width: 20vw;
}


.company-3steps{
	margin-left: 2%;
}

.company01{
	font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 400;
font-style: normal;
}

.company02 li{/*横並びに*/
	font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 400;
font-style: normal;
	display: inline-block;
    vertical-align: top;
	
}

.company02 li+ li {/*隣との間の縦線*/
  border-left: 1px solid #333;
  padding: 0 10px;
}

.company03 li{
	font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 400;
font-style: normal;

	display: inline-block;
    vertical-align: top;
	margin-top: 4%;
	margin-right: 4%;
}
	.company03 a{
		color: #48483A;
	}
/* copyright */
.footer-copyright {
  padding: 0.8rem;
  line-height: 1;
  color: #48483A;
  text-align: center;
  background: #FFEB3E;
}

.footer-copyright a {
  text-decoration: none;
  color: #48483A;
}	
}