::-moz-selection {
  background-color: #192332;
  color: #fff; }
::selection {
  background-color: #192332;
  color: #fff; }

html {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-weight: normal; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
div,
summary {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.u-pc-none {
  display: none; }
  @media (max-width: 768px) {
    .u-pc-none {
      display: block; } }

.u-sp-none {
  display: block; }
  @media (max-width: 768px) {
    .u-sp-none {
      display: none !important; } }

a {
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  a:hover {
    opacity: .5; }

.header {
  width: 100%;
  background-color: #fff;
  padding: 12px 0;
  position: fixed;
	z-index:500;
}
  @media (min-width: 768px) {
    .header {
      padding: 22px 0; } }
  .header-logo {
    display: block;
    height: 16px;
    width: auto;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .header-logo {
        height: 28px; } }






#page_top {
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid #2a3549;
  -webkit-box-shadow: 0 0 12px 0 rgba(20, 64, 135, 0.3);
  box-shadow: 0 0 12px 0 rgba(20, 64, 135, 0.3); }
  #page_top::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    -webkit-transform: translate(-50%, -30%) rotate(-45deg);
    -ms-transform: translate(-50%, -30%) rotate(-45deg);
    transform: translate(-50%, -30%) rotate(-45deg);
    border-top: 2px solid #2a3549;
    border-right: 2px solid #2a3549; }
    @media (min-width: 768px) {
      #page_top::before {
        width: 14px;
        height: 14px; } }
  @media (min-width: 768px) {
    #page_top {
      height: 64px;
      width: 64px;
      bottom: 20px;
      right: 20px; } }



/* 2024 */
.video-wrapper {
  aspect-ratio: 1600 / 897;
  overflow: hidden;
  position: relative;
	width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.video-wrapper::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(9, 2, 108, 0.15);
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-content {
	margin: 0;
	position: absolute;
	top: 43%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
}
.video-content h2 {
  font-size: 2rem;
  letter-spacing: 0.1rem;
  text-shadow: 2px 2px 2px #444;
}

.video-content p {
  max-width: 600px;
  padding: 0 2rem;
}

@media screen and (max-width: 480px) {
  .video-wrapper {
    aspect-ratio: 1 / 1;
  }
  .video-content {
    top:38%;
    margin-top: 1rem;
  }
}

@media only screen and (min-width: 768px){
  .video-content h2{
    font-size: 2.5rem;
  }
  .video-content p {
    max-width: 600px;
    padding: 0 0;
  }
}

@media only screen and (min-width: 992px){
  .video-content h2 {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 1139px){
  .video-content h2 {
    font-size: 3.5rem;
  }
} */

.video-wrapper {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
	width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.video-wrapper::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(9, 2, 108, 0.15);
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-content {
	margin: 0;
	position: absolute;
	top:38%;
  margin-top: 1rem;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
}
.video-content h2 {
  font-size: 2rem;
  letter-spacing: 0.1rem;
  text-shadow: 2px 2px 2px #444;
}

.video-content p {
  max-width: 600px;
  padding: 0 2rem;
}

@media screen and (min-width: 481px) {
  .video-wrapper {
    aspect-ratio: 1600 / 897;
  }
  .video-content {
    top:43%;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px){
  .video-content h2{
    font-size: 2.5rem;
  }
  .video-content p {
    max-width: 600px;
    padding: 0 0;
  }
}

@media only screen and (min-width: 992px){
  .video-content h2 {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 1139px){
  .video-content h2 {
    font-size: 3.5rem;
  }
}

.amg-pc { display: block !important; }
.amg-sp { display: none !important; }
@media only screen and (max-width: 768px) {
.amg-pc { display: none !important; }
.amg-sp { display: block !important; }
}

.box1 {background-color: #000;}
.c01 {
	background-image:url("../images_a/bg01.jpg");
	background-position: top center;
	background-repeat: repeat-y;
}

h1 {
	font-family: "Times New Roman", Times, "serif";
	font-size:50px;
}

h2 {
	font-family: "Times New Roman", Times, "serif";
	font-size:100px;
	font-weight: normal;
	line-height: 0.5em;
	margin-bottom: 50px;
}
.h2-s {
	font-family: "Times New Roman", Times, "serif";
	font-size:42px;
}


body {
	color:#000;
	background-image:url("../images_a/bg02.jpg");
	background-position: top center;
	background-repeat: repeat-y;
}
img{
	max-width: 100%;
    height: auto;
}

.mb30 {margin-bottom: 30px;}
.mb50 {margin-bottom: 50px;}
.mt50 {margin-top: 50px;}
.mt150{margin-top: 150px;}
.pt30{padding-top: 30px;}
.pb30 {padding-bottom: 30px;}
.pb50 {padding-bottom: 50px;}
.pt50{padding-top: 50px;}

.contents-box p {font-weight: bold; letter-spacing: 0.05em; line-height:1.8em; font-size: 18px;}


@media only screen and (min-width: 768px) {
	.contents-box { width: 1200px; text-align: left; margin: 0 auto;}
	.txt2 {
	color: white;
	text-align: center;
	margin-bottom: 10px;
	font-size: 40px;
	font-family: "Times New Roman", Times, "serif";
	}
	.item-movie {
	margin: 0 auto;
		width: 750px;
	}
	.box1{padding-top: 50px;}
}
@media only screen and (max-width: 768px) {
	.contents-box { padding: 0 30px;}
	.txt2 {
	color: white;
	text-align: center;
	margin-bottom: 10px;
	font-size: 20px;
	font-family: "Times New Roman", Times, "serif";
	}
	.item-movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	}
	.item-movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	}
	.sns img {
		width: 15%;
	}
	.box1{padding-top: 40px;}
}

.center-img{
	text-align: center;
	}


.c03 {
	background-image:url("../images_a/bg03.jpg");
	background-position: top center;
	background-repeat: repeat-y;
}
.txt-w {
	color: white;
}

.bt01 {
	padding: 30px 0 0px 0;
	text-align: center;
}

/*== ボタン共通設定 */
.btn{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
	overflow: hidden;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
    padding: 10px 30px;
    text-align: center;
    outline: none;
	background: #fff;
    /*アニメーションの指定*/   
    transition: ease .2s;
}

/*ボタン内spanの形状*/
.btn span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color:#262f44;
	font-family: "Times New Roman", Times, "serif";
	font-size: 40px;
}

.btn:hover span{
	color:#fff;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
 	content: '';
    /*絶対配置で位置を指定*/
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
    /*色や形状*/
 	background:#262f44;/*背景色*/
 	width: 100%;
	height: 100%;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}
/*== 背景が流れる（左から右） */

/*Type*/

.glowAnime span{opacity: 0;}

/*アニメーションで透過を0から1に変化させtext-shadowをつける*/
.glowAnime.glow span{ animation:glow_anime_on 1s ease-out forwards; }

@keyframes glow_anime_on{
	0% { opacity:0; text-shadow: 0 0 0 #fff,0 0 0 #fff;}
	50% { opacity:1;text-shadow: 0 0 10px #fff,0 0 15px #fff; }
	100% { opacity:1; text-shadow: 0 0 0 #fff,0 0 0 #fff;}
}


/*Type*/

.anime-txt {
	animation-name: anime-txt-opacity; /*--アニメーション名--*/
	animation-duration: 5s;　/*--時間--*/
	animation-iteration-count: infinite;　/*--実行回数--*/
}
@keyframes anime-txt-opacity {
	0% {
		opacity:0; 
	}
	100% {
		opacity:100; 
	}
}

.sns {
	text-align: center;
	padding-bottom: 40px;
}

/* Loading背景画面設定　*/
#splash {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#fff;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
@media only screen and (min-width: 768px) {
	#splash_logo {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	}
}
@media only screen and (max-width: 768px) {
	#splash_logo {
  	position: absolute;
  	top:45%;
	}
}

/* Loading アイコンの大きさ設定　*/
@media only screen and (min-width: 768px) {
	#splash_logo img {
		width:100%;
		height: auto;
	}
}
@media only screen and (max-width: 768px) {
	#splash_logo img {
		width:80%;
		height: auto;
	}
}

/* fadeUpをするアイコンの動き */
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*03-contents*/
h3 {
	font-weight: lighter;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 55px;
	line-height: 1em;
	margin: 0;
	padding: 0;
}
h3 span {font-size: 38px;}
@media only screen and (min-width: 768px) {
	.box03-left-1 {width: 318px; float: left; padding-right: 40px;}	
	.box03-left-2 {float: left;width: 450px; padding-top: 20px;}
	.box03-right-2{width: 707px; float:right;}
	.box03-left-2 img {width: 50%; height: auto; padding-top: 38px;}
	.txt3 {
		font-size:40px!important;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.shiryo-bg{
	background-image: url( "../images_a/bg04.png");
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 350px;
	text-align: center;
}
}
@media only screen and (max-width: 768px) {
	h3 span {line-height: 0.01em;}
	h3 {margin-bottom: 20px;}
	.box03-left-2 img {width: 50%; height: auto;}
	.txt3 {
		font-size:24px!important;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
}

.clear {clear: both;}
.bd-b {border-bottom: 1px solid #000;}

.box04 img {
	padding:0 50px 50px 0;
	display: inline;
	text-align: center;
}

.txt-b{color: black;}

footer {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 70%;
	margin-top: 20px;
	padding-bottom: 20px;
}

  
    .displayed{
       animation: fadeUp 1s forwards;
    }
    @keyframes fadeUp{
        0%{opacity:0; transform: translateY(0);}
      100%{opacity:1; transform: translateY(-100px);}
    }
