@charset "utf-8";


/* headerはじまり */
header {
	position: fixed;
	width: 100%;
	transition: .3s;
    z-index: 900;
    padding-top: 0px;
    opacity: 1;
}

header a{
text-decoration:none;
}

header a:hover{
opacity: 0.5;
}
.is-animation {
padding-top: 0px;
font-size: 0px;
opacity: 0.5;
height: 50px;
}

.hd001{
background-color:transparent;
height: 50px;
padding: 0em;
}

.logo img{
width: 5%;
top: 40%;
left: 3%;
position: absolute;
}

.logo a:hover{
  opacity: 0.5;
}

.hd002{
position: fixed;
right: 2%;
top: 2%;
float: right;
display: ;
z-index: 100;
width:95%;
height:50px;
transform: translateX(0%);
background:transparent;
box-shadow:transparent;
overflow:hidden;
backface-visibility: hidden;
transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1); 
transition-delay: 400ms;
}
.hd002 a{
text-decoration:none;
color:#fff;
}
.hd002 a:hover{
opacity: 0.5;
}
.hd002.shownav{
  width:95%;
  height: 95vh;
}

.blank{
width: 100%;
height: 50px; 
}
/* headerおわり */

/* ハンバーガーメニュー*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 3%;
  top   : 4%;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background :#fff;
  -webkit-transition: 0.5s all;
  -moz-transition   : 0.5s all;
  transition        : 0.5s all;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */

.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
  left: 60%;
  opacity: 0;
  -webkit-animation: active-btn17-bar02 .8s forwards;
  animation: active-hamburger-bar02 .8s forwards;
}
@-webkit-keyframes active-hamburger-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-hamburger-bar02 {
  100% {
    height: 0;
  }
}
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}


.hamburger::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 80px;
  height:80px;
  margin: -45px 0 0 -43px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: all .75s;
}
.hamburger.active::after {
  border: 2px solid #fff;
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
font-family: 'Archivo Black','Noto Serif JP', cursive;
font-weight: bold;
}

nav.globalMenuSp ul {
  background:#1d4763;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li a:hover{
  color:#fff;
  opacity: 0.5;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1.5em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
/* ハンバーガーメニューおわり*/

/* iconはじまり*/
.icon {
display: grid;
grid-template-columns: repeat(8, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: 100%;
height: 70px;
background:transparent;
display: none;
}

.icon a:hover{
opacity: 0.5;
}

.icon03 img{
width: 90px;
text-align: center;
}

.icon02 img{
width: 90px;
}
.icon00 { grid-area: 1 / 5 / 2 / 7;
}

.icon01 { grid-area: 1 / 6 / 2 / 7;
}

.icon02 { grid-area: 1 / 7 / 2 / 8;
}

.icon03 { grid-area: 1 / 8 / 2 / 9; 
margin-right: 120px;
}
/* iconおわり*/

/* --- naviはじまり ----- */
.menu {
position: absolute;
width: 50%;
height: 50px;
list-style: none;
right: 3%;
top:15%;
text-align: center;
font-weight: bold;
font-family: 'Noto Serif JP', serif;
}

.menu-page{
    background: transparent;
}

.menu > li {
float: left;
width: 14.28%; 
height: 50px;
line-height: 50px;
background: transparent;
}

.menu > li a {
display: block;
color: #fff;
text-decoration: none;
position: relative;
}

.menu > li a:hover {
color: #fff;
}

.menu > li a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background:#5fc1c7;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.menu > li a:hover::after {
  transform: scale(1, 1);
}


ul.menu__second-level {
visibility: hidden;
opacity: 0;
z-index: 1;
list-style: none;
}

.menu > li:hover {
background:transparent;
-webkit-transition: all .5s;
transition: all .5s;
}

.menu__second-level li {
border-top: 0px solid #fff;
}

.menu__second-level li a:hover {
background: #fff;
}

.drop {
padding:20px;
font-size: 8px;
color: gray;
}

.menu:before,
.menu:after {
content: " ";
display: table;
}

.menu:after {
clear: both;
}

.menu {
*zoom: 1;
}

.menu > li.menu__single {
position: relative;
}

li.menu__single ul.menu__second-level {
position: absolute;
top: 40px;
width: 100%;
background: #68666c;
-webkit-transition: all .2s ease;
transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
top: 65px;
visibility: visible;
opacity: 1;
}
/* --- naviおわり ----- */


/* footerはじまり */
.footer01{
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(5, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: 100%;
height: 40vh;
background:#fff;
font-family: 'Noto Serif JP', serif;
}

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

.footer01 a:hover{
opacity: 0.5;
}

.footer02 { grid-area: 1 / 1 / 5 / 2; 
text-align: left;
padding: 20px;
}

.footer02 img{
width: 30%;
}

.footer03 { grid-area: 3 / 1 / 5 / 4; 
font-size: 14px;
color:#000;
font-weight: bold;
line-height: 1em;
text-align: left;
padding-left: 120px;
}

.footer04{grid-area: 2 / 4 / 4 / 5; 
font-size: 14px;
padding-top: 20px;
font-weight: bold;
line-height: 2em;
}

.footer05{grid-area: 2 / 5 / 4 / 6; 
font-size: 14px;
padding-top: 20px;
font-weight: bold;
line-height: 2em;
}

.footer07{grid-area: 5 / 1 / 6 / 6; 
text-align: center;
color: #000;
font-size: 14px;
padding-top:20px;
}
/* footerおわり */

@media (max-width: 768px){

/* headerはじまり */
header {
	position: fixed;
	width: 100%;
	transition: .3s;
    z-index: 900;
    padding-top: 0px;
    opacity: 1;
}

header a{
text-decoration:none;
}

header a:hover{
opacity: 0.5;
}
.is-animation {
padding-top: 0px;
font-size: 0px;
opacity: 0.5;
height: 50px;
}

.hd001{
background-color:transparent;
height: 50px;
padding: 0em;
}

.logo img{
width: 20%;
top: 40%;
left: 3%;
position: absolute;
}

.logo a:hover{
  opacity: 0.5;
}

.hd002{
position: fixed;
right: 2%;
top: 2%;
float: right;
display: ;
z-index: 100;
width:95%;
height:50px;
transform: translateX(0%);
background:transparent;
box-shadow:transparent;
overflow:hidden;
backface-visibility: hidden;
transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1); 
transition-delay: 400ms;
}
.hd002 a{
text-decoration:none;
color:#fff;
}
.hd002 a:hover{
opacity: 0.5;
}
.hd002.shownav{
  width:95%;
  height: 95vh;
}

.blank{
width: 100%;
height: 50px; 
}
/* headerおわり */

/* ハンバーガーメニュー*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 3%;
  top   : 4%;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background :#fff;
  -webkit-transition: 0.5s all;
  -moz-transition   : 0.5s all;
  transition        : 0.5s all;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */

.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
  left: 60%;
  opacity: 0;
  -webkit-animation: active-btn17-bar02 .8s forwards;
  animation: active-hamburger-bar02 .8s forwards;
}
@-webkit-keyframes active-hamburger-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-hamburger-bar02 {
  100% {
    height: 0;
  }
}
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}


.hamburger::after {
  position: absolute;
  top: 70%;
  left: 75%;
  display: block;
  content: '';
  width: 60px;
  height:60px;
  margin: -45px 0 0 -43px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: all .75s;
}
.hamburger.active::after {
  border: 2px solid #fff;
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
font-family: 'Archivo Black','Noto Serif JP', cursive;
font-weight: bold;
}

nav.globalMenuSp ul {
  background:#1d4763;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li a:hover{
  color:#fff;
  opacity: 0.5;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1.5em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
/* ハンバーガーメニューおわり*/

/* --- naviはじまり ----- */
.menu {
position: absolute;
width: 50%;
height: 50px;
list-style: none;
right: 3%;
top:15%;
text-align: center;
font-weight: bold;
font-family: 'Noto Serif JP', serif;
display: none;
}

.menu-page{
    background: transparent;
}

.menu > li {
float: left;
width: 16.66%; 
height: 50px;
line-height: 50px;
background: transparent;
}

.menu > li a {
display: block;
color: #fff;
text-decoration: none;
position: relative;
}

.menu > li a:hover {
color: #fff;
}

.menu > li a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background:#5fc1c7;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.menu > li a:hover::after {
  transform: scale(1, 1);
}


ul.menu__second-level {
visibility: hidden;
opacity: 0;
z-index: 1;
list-style: none;
}

.menu > li:hover {
background:transparent;
-webkit-transition: all .5s;
transition: all .5s;
}

.menu__second-level li {
border-top: 0px solid #fff;
}

.menu__second-level li a:hover {
background: #fff;
}

.drop {
padding:20px;
font-size: 8px;
color: gray;
}

.menu:before,
.menu:after {
content: " ";
display: table;
}

.menu:after {
clear: both;
}

.menu {
*zoom: 1;
}

.menu > li.menu__single {
position: relative;
}

li.menu__single ul.menu__second-level {
position: absolute;
top: 40px;
width: 100%;
background: #68666c;
-webkit-transition: all .2s ease;
transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
top: 65px;
visibility: visible;
opacity: 1;
}
/* --- naviおわり ----- */


/* footerはじまり */
.footer01{
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(6, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: 100%;
height: 55vh;
background:#fff;
font-family: 'Noto Serif JP', serif;
}

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

.footer01 a:hover{
opacity: 0.5;
}

.footer02 { grid-area: 1 / 1 / 2 / 2; 
text-align: left;
padding: 2%;
}

.footer02 img{
width: 50px;
}

.footer03 { grid-area: 4 / 1 / 6 / 6; 
font-size: 14px;
color:#000;
font-weight: bold;
line-height: 1em;
text-align: left;
padding-left: 3%;
letter-spacing: 2px;
padding-top: 10%;
}

.footer04{grid-area: 2 / 1 / 4 / 3; 
font-size: 14px;
padding-top:10%;
font-weight: bold;
line-height: 2em;
padding-left: 10%;
letter-spacing: 2px;
}

.footer05{grid-area: 2 / 3 / 4 / 6;
font-size: 14px;
padding-top: 15%;
font-weight: bold;
line-height: 2em;
letter-spacing: 2px;
padding-left: 2%;
}

.footer07{grid-area: 6 / 1 / 7 / 6; 
text-align: center;
color: #000;
font-size: 14px;
padding-top:10%;
}
/* footerおわり */
    
}