@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700|Lato:100,300,400,700,900);
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap');

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
	letter-spacing: 0.05em;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

li {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	color: #3A3A3A;
	text-decoration: none;
}

a:visited {
  color: #3A3A3A;;
  text-decoration: none;
}

a:hover {
  color: #3A3A3A;
  text-decoration: none;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

input, select {
    vertical-align:middle;
}

h2{
	margin-bottom: 50px;
	font-family: 'Josefin Sans', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size:230%;
	text-align: center;
	line-height: 1em;
	letter-spacing: 0.1em;
}

.s_font{
	font-size: 70%;
}
.m_font{
	font-size: 80%;
}

.red{
	color: rgba(224,23,73,1.00);
}

html {
  position: relative;
}

body {
  line-height: 1.7em;
  font-size: 16px;
  color:#3A3A3A;
 font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
-webkit-text-size-adjust: 100%;
	position: relative;
}

#main_logo{
  position: fixed;
  top: 48%;
  left: 50%;
  margin-top: -52px;
  margin-left: -150px;
	z-index: 3;
}

#main_logo img{
    width:300px;
}


/* ナビゲーションメニュー */

header  {
 position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: .3s;
  background-color:rgba(255,255,255,0.9);
}

#logo{
  float:left;
  width:100px;
  margin: 13px 0 5px 15px;
}

#logo img{
    width:100%;
}

/* メニューアイテムのホバースタイル */
.menu-item:hover .drop-menu-list {
  opacity: 1; /* 不透明度を最大に */
  transition: opacity .3s, visibility .3s; /* アニメーション設定 */
  visibility: visible; /* 下層メニューを表示 */
}

/* ドロップダウンメニュー */
.drop-menu {
  position: relative;
}

.drop-menu-list {
  background-color: #fff; /* ドロップダウンメニューの背景色 */
  left: -50%;
  opacity: 0; /* 不透明度を最小に */
  position: absolute;
  top:5px;
  transition: opacity .3s, visibility .3s; /* アニメーション設定 */
  visibility: hidden; /* 下層メニューを非表示 */
  width:75px;
  z-index: 10;
	line-height:1.8em;
	height:40px;
	font-size: 85%;
	padding: 15px 15px 13px 17px;
	overflow: hidden;
}

.list01{
	left:-33%;
}

.drop-menu-item a{
	padding-bottom: 7px;
	color: #6F6F6F;
}

.gNav-menu a .r_btn {
	background: #161616;
	padding: 0 20px 2px 20px;
	margin-top: -7px;
	margin-right: 15px;
	border: 2px solid #161616;
	border-radius: 20px;
	color:#ffffff;
	letter-spacing: 0.1em;
}

.gNav-menu a .r_btn:hover {
	background: none;
	color: #161616;
	font-weight: 600;
}

#gNav .gNav-menu li a:hover{
		color: #888888;
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 0px;
    font-size: 100%;
	z-index: 100;
}

#page-top a {
    text-decoration: none;
    color: #fff;
    width: 50px;
	height: 50px;
	padding-top: 10px;
	margin-right: 13px;
    text-align: center;
    display: block;
    border-radius: 50%;
    background-color: #3A3A3A;
	box-sizing: border-box;
}
/*背景*/
.back{
     width:100vw; 
     position: relative;
	z-index: 15;
	background-color:#EBEBEB;
	padding-top: 120px;
	padding-bottom: 100px;
}

#footer{
	overflow:hidden;
}

#footer ul{
	margin:60px auto 20px auto;
	overflow: hidden;
	width:150px;
}

#footer ul li{
	float: left;
	width:40px;
	margin: 0 5px;
}

#Copyright {
	font-size:11px;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
	color: #707070;
	text-align: center;
	width:100%;
}


@media screen and (min-width: 769px){
	
.btn-gNav{
		display: none;	
}
	
header nav{
	width:600px;
	float: right;
}

header nav ul{
	justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
	margin-top: 25px;
	text-align: center;
}
	
#gNav .gNav-menu li a{
		display: block;
	line-height: 1.3em;
	font-weight: 500;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 0.05em;
	font-size: 105%;
}
	
.sp {
        display: none;
 }
	
.parallax-window {
	min-height: 90vh;
    background: transparent;
}

.center{
	text-align: center;
}
	
.d_menu_sp{
        display: none;
 }
}

@media screen and (max-width: 900px) {
	
/*背景*/
.back{
   width:100%; 
   margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 80px;
}
	
h2{
	margin-bottom: 30px;
}

header nav{
	width:580px;
	float: right;
	font-size: 95%;
}
main{
	font-size: 85%;
}

#main_logo{
  margin-top: -45px;
  margin-left: -120px;
}

#main_logo img{
    width:240px;
}
}

@media screen and (max-width: 768px){
h2{
	font-size:180%;
}
	
#hamburger .btn-gNav{
  position: fixed;
  top: 13px;
  right: 15px;
  width: 34px;
  height: 26px;
  z-index: 55;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

#hamburger .btn-gNav span{
  position: absolute;
  width: 100%;
  height: 4px;
  background: #555;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
#hamburger .btn-gNav span:nth-child(1) {
  top:0;
}
#hamburger .btn-gNav span:nth-child(2) {
  top:10px;
}
#hamburger .btn-gNav span:nth-child(3) {
  top:20px;
}
#hamburger .btn-gNav.open span:nth-child(1){
  background: #555;
  top: 8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
#hamburger .btn-gNav.open span:nth-child(2),#hamburger .btn-gNav.open span:nth-child(3){
  top: 8px;
  background :#555;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
#gNav{
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background:rgba(255,255,255,0.90);
  font-size: 20px;
  box-sizing: border-box;
  z-index: 50;
  padding: 40px 0;
  transition: .3s;
}
	
#gNav.open{
  right: 0px;
}

#gNav .gNav-menu{
  flex-direction: column;
  text-align: center;
  /*justify-content: center;*/
}

#gNav .gNav-menu li{
  display: block;
	padding: 15px 0;
	letter-spacing: 0.1em;
	font-weight: 500;
	font-family: 'Josefin Sans', sans-serif;
}
	
.gNav-menu a .r_btn {
	width:240px;
	margin:10px auto 0 auto;
	border: 2px solid #161616;
	border-radius: 20px;
	line-height: 0.6em;
}
	
.drop-menu-list{
	display: none;
}
	
.menu-item .d_menu_sp {
	margin-top: 10px;
	}
	
.menu-item .d_menu_sp a{
	font-size: 80%;
	padding: 10px 15px 5px 15px;
	border: 1px solid #333;
	}

.pc {
        display: none;
}
.sp {
        display: block;
}
	
main{
	font-size: 80%;
}
	
.parallax-window {
	min-height: 80vh;
    background: transparent;
}
	

#main_logo{
	top:46%;
	margin-top: -30px;
	margin-left: -80px;
}

#main_logo img{
    width:160px;
}
	
	
#logo{
  float:left;
	width:83px;
	margin: 11px 0 0 8px;
}

/*背景*/
.back{
	padding-top: 60px;
	padding-bottom: 60px;
}
	
#page-top a {
    width: 40px;
	height: 40px;
	padding-top: 5px;
	margin-right: 10px;
}
	
}

