html * {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
scroll-behavior: smooth;
}
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
color: rgb(7,12,71);
font-size: 2.2vh;
font-family: "Helvetica Neue",
Arial,
"Hiragino Kaku Gothic ProN",
"Hiragino Sans",
"Meiryo",
sans-serif;
word-wrap: break-word;
word-break: keep-all;
}

/* @group basic */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td, header, article, aside, figcaption, figure, footer, menu, nav, section {
margin: 0;
padding: 0;
border: 0;
}
dl, ul {
list-style-type: none;
}
img {
vertical-align: bottom;
}
.individual {
display: none;
overflow: hidden;
}
.pc {
  visibility: visible;
  display: inherit;
  }
  .sp {
  visibility: hidden;
  display: none;
  }
/* @end */

/* @group a */
a {
  text-decoration: none;
  background-color: transparent;
}
a:link {
  color: rgb(7,12,71);
}
a:visited {
  color: rgb(7,12,71);
}
a:active {
  color: rgb(7,12,71);
  outline: 0;
}
a:hover {
  color: rgb(7,12,71);
  outline: 0;
}
/* @end */

#container {z-index: 0;}

/* @group page_top */
#page-top {
width: 100%;
height: 8vh;
display: none;
position: fixed;
right: 0;
bottom: 0;
z-index: 800;
}
#page-top p {
text-align: center;
background: rgba(248,182,22,.8);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
#page-top p:hover {
background: rgb(248,182,22);
}
#move-page-top {
color: rgb(255,255,255);
font-size: 4vh;
line-height: 8vh;
text-decoration: none;
display: block;
cursor: pointer;
}
/* @end */

#contents_box {
width: 100%;
min-width: 300px;
margin: 0 auto 4vh;
overflow: hidden;
position: relative;
}

/* @group header */
header {
width: 100%;
height: 10vh;
margin: 0 auto;
  text-align: center;
position: fixed;
overflow: hidden;
z-index: 800;
}
header h1 {
visibility: hidden;
display: none;
overflow: hidden;
}
header figure {
width: 100%;
height: 100%;
}
#header_logo {
position: relative;
height: 90%;
margin: .4vh auto 0;
overflow: hidden;
}
#header_logo img {
height: 100%;
}

header nav {
  position: absolute;
  top: 2vh;
  right: 1.8vh;
  z-index: 820;
}
header nav a {
  color: rgb(255,255,255);
font-size: 5vh;
line-height: 1em;

margin: 0vh .25vw 0;
  padding: .5vw;

  border: 1px solid rgba(200,200,200,1);
  border-radius: .5vw .5vw;
background-image: linear-gradient(to left, rgba(200,200,200,.2) 0%, rgba(255,255,255,.5) 100%);
}
/* @end */

/* global navi */
#gnav-btn {
  color: rgb(7,12,71);
  font-size: 6vh;
line-height: 1em;
  
  position: fixed;
  top: 1vh;
  right: 1.8vh;
  z-index: 860;
  padding: .5vw;

  border: 1px solid rgba(7,12,71,1);
  border-radius: .5vw .5vw;
}
#gnav-input:checked ~ #gnav-content {
  top: 0;
}
#gnav-content {
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 810;
  transition: 0.3s;
  width: 100%;
}
.humb-menu__title {
    padding: 1.5rem;
    overflow: hidden
}
.humb-menu label {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
  cursor: pointer;
  border-bottom: 0.5px solid rgba(200,200,200,.5);
}
.humb-menu label p {
    width: 50%;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}
.humb-menu input {
  display: none;
}
.humb-menu .accshow {
  height: 0;
  overflow: hidden;
}
.humb-menu .accshow p {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
  padding: 1.5rem;
  cursor: pointer;
  border-bottom: 0.5px solid rgba(200,200,200,.5);
}
.humb-menu .cssacc:checked + .accshow {
  height: auto;
}

/* @group linkout */
#linkout {
width: 100%;
max-width: 270px;
margin: 0 auto;
display: block;
overflow: hidden;
}
#linkout dd {
width: calc(100% / 3);
font-size: 6vh;
text-align: center;
display: inline;
overflow: hidden;
float: left;
}
/* @end */

#contents {
    width: 100%;
    margin: 0 auto;
overflow: hidden;
position: relative;
}

.box-scroll {
  height: 460px !important;
  overflow-y: auto;
  border-top: 1px solid rgb(7,12,71);
  border-bottom: 1px solid rgb(7,12,71);
}
.contents_block {
  width: 96%;
    max-width: 960px;
  margin: 0vh auto 4vh;
  position: relative;
  overflow: hidden;
}
.contents_blocks {
  width: 96%;
  max-width: 960px;
  margin: 0 auto 4vh;

  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}
.contents_block:last-child, .contents_blocks:last-child {margin: 0 auto;}

.block-single {
  width: 98%;
  margin: 0 auto 2%;
  position: relative;
}
.block-double {
  width: calc(98% / 2);
  margin: 0 2% 2% 0;
  position: relative;
}
.block-double:nth-child(2n) {
  margin: 0 0 2% 0;
}
.block-double-cr {
  width: calc(98% / 2);
  margin: 0 2% 0% 0;
  position: relative;
}
.block-double-cr:nth-child(even) {
  margin: 10% 0 0% 0;
}
.block-triple {
  width: calc(96% / 3);
  margin: 0 2% 2% 0;
    /* position: relative; */
}
.block-triple2 {
  width: 66%;
  margin: 0 0 2% 0;
    position: relative;
}
.block-triple:nth-child(3n) {
  margin: 0 0 2% 0;
}
.block-quad {
  width: calc(94% / 4);
  margin: 0 2% 2% 0;
    position: relative;
}
.block-quad3 {
  width: 74%; /*2つは47%*/
  margin: 0 0 2% 0;
    position: relative;
}
.block-quad:nth-child(4n) {
  margin: 0 0 2% 0;
}
.block-inside {
    width: 100%;
    max-width: 720px;
    margin: 0 auto 4vh;
    padding: 2vh;
}
.block-inside:last-child {
    margin: 0 auto 0;
}

.inner{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 16vh 0 8vh;
}
.box{
  display: flex;
  flex-direction: row;
}
.box + .box{
  margin-top: 12vh;
}
.box-body{
  width: 50%;
  padding: 0 8vh;
}
.box:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width:767px){
  .box {
    display: block;
  }
  .box + .box{
    margin-top: 60px;
  }
  .box-body{
    width: 100%;
    padding: 0;
  }
}

/* @group table */
table {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
tr {
overflow: hidden;
}
th {
vertical-align: middle;
}
td {
vertical-align: middle;
}

.interpage-navi {
  max-width: 720px;
  margin: 4vh auto 6vh;
    display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}
.interpage-navi li {
  display: inline;
  /* float: left; */
  padding: .5vh 1vw;
  margin: 0 0 0 .5vh;

font-size: clamp(14px, 4vw, 16px);
line-height: 1em;
text-align: justify;
text-justify: inter-ideograph;
}

.interpage-words {
  max-width: 720px;
  margin: .5vh auto 0vh;
    display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}
.interpage-words li {
  display: inline;
  padding: .5vh 1vw;
  margin: 0 0 .5vh .5vh;

font-size: clamp(14px, 4vw, 16px);
line-height: 1em;
text-align: justify;
text-justify: inter-ideograph;
}

.hero {
position: relative;
}
/* video */
.video-box {
position: relative;
overflow: hidden;
width: 100%;
height: 100vh;
}
.video {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/* overlay */
.overlay::after {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
content: "";
}
/* text */
.mvtext-box {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
padding: 10vh 0;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

/* magic grid */
.container-magic-grid {
    width: 96%;
    max-width: 960px;
    margin: 0vh auto;
    position: relative;
}
.container-magic-grid div {
    width: calc(90% / 2);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: .5vh;
    padding: 1vh 2vh;
}

/* @group footer */
footer {
  width: 100%;
  padding: 2vh 0 5vh;
  overflow: hidden;
}
.footer_contents {
  width: 100%;
  margin: 0 auto;
  padding: 1vh 0;

  overflow: hidden;
  position: relative;
}
.footer_box {
  width: 100%;
  max-width: 960px;
}

#logo_parade {
	padding: 2vh 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	background-color: rgb(255,255,255);
}
#logo_parade dd {
	width: calc(100% / 4);
	padding: .5vh .5vw;
}
.footer_logo {
  width: 100%;
  text-align: center;
}
.footer_logo img {
  max-height: 8vh;
}
.footer_navi {
    width: 100%;
    display: block;
    padding: 1vh;
}
.footer_navi dd {
font-size: 1.5vh;
line-height: 1.5em;
padding: 0;
}
.footer_credit {
  width: 100%;
  font-size: 1.5vh;
  line-height: 1.5em;
  text-align: center;
  display: block;
  overflow: hidden;
}
/* @end */

/* @group Clearfix */
.clearfix:before, .clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
zoom: 1;
}
/* @end */


/*header設定*/
.mv-bg01 {
  position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
  height: 100vh;/*高さを全画面にあわせる*/
} 
.mv-bg02 {
  position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
  height: 100%;/*高さを全画面にあわせる*/
  padding: 10vh 0;
} 
.video-area{
  position: absolute;
  z-index: -1;/*最背面に設定*/
  top: 0;
  right:0;
  left:0;
  bottom:0;
  overflow: hidden;
}
.video-area:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255, 0);
  /* background-image: radial-gradient(rgba(255,255,255,.5) 20%, transparent 20%),
    radial-gradient(rgba(255,255,255,.5) 20%, transparent 20%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px; */
}
.video01 {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
.video-area02{
  position: absolute;
  z-index: -1;/*最背面に設定*/
  top: 0;
  right:0;
  left:0;
  bottom:0;
  overflow: hidden;
}
.video-area02:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255, 0);
  background-image: radial-gradient(rgba(255,255,255,.5) 20%, transparent 20%),
    radial-gradient(rgba(255,255,255,.5) 20%, transparent 20%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
}
.video02 {
  /*天地中央配置*/
  position: relative;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  height: 100%; /* 16:9の幅 → 9 ÷ 16 = 56.25% */

}

/*見出し設定*/
.mv-body {
  /*要素の配置*/
  position:absolute;
  /*要素を天地中央寄せ*/
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  /*見た目の調整*/
  font-size: 10vh;
  color:#fff;
}



@media screen and (max-width:767px) {

.container-magic-grid div {
width: 100%;
}
.inner,
.block-triple {
  width: 96%;
  margin: 0 auto;
}
.contents_block {
  width: 96%;
  padding: 0 2%;
  margin: 0 auto;
}
.block-triple:nth-child(3n) {
  padding: 0 0;
  margin: 0 auto;
}

#logo_parade dd {
	width: calc(100% / 2);
	padding: 1vh .5vw;
}
.footer_logo {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.footer_logo img {
  max-height: 48px;
}
.footer_credit {
  line-height: 1.4em;
  text-align: center;
}

.interpage-words li {
  display: inline;
  padding: 1vh 4vw;
}

}

@media screen and (max-width:479px) {

.block-double {
  width: 100%;
  margin: 0 auto 4vh;
}

}