﻿@charset "utf-8"; 

@import url(https://use.fontawesome.com/releases/v5.6.1/css/all.css);
@import url(https://fonts.googleapis.com/css?family=Cormorant+Garamond);


body, button, input, select, textarea {
	font-family: "Noto Sans Japanese", sans-serif;
	color:#222;
    transition: background-color 0.5s, color 0.5s; /* 背景色と文字色の変更にスムーズなトランジションを追加 */

}

.yugo{
	font-family:"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
}
.notsan{
  font-family: "Noto Sans Japanese", sans-serif;
}

h1,h2,h3,h4,h5{
font-weight:bold;
}

a {
color:#333;
}

a:hover{
color:#555;
}

a.line {
  position: relative;
  display: inline-block;
  transition: .3s;
	text-decoration:none;

}
a.line::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #e54130;
  transition: .3s;
text-decoration:none;
}
a.line:hover::after {
  width: 100%;
	text-decoration:none;

}



.accent{
	color:#e54130;
}

.dot-text {
    padding-top: .3em;
    letter-spacing: 0px;
    background-position: top left 1px;
    background-repeat: repeat-x;
    background-size: 1em .3em;
    background-image: radial-gradient(.1em .1em at center center,#e85604,#e85604 100%,transparent);
    background-image: -webkit-radial-gradient(.1em .1em at center center,#e85604,#e85604 100%,transparent);
	background-image: -moz-radial-gradient(.1em .1em at center center,#e85604,#e85604 100%,transparent);
    
}

.br::after {
      content: "\A" ;
      white-space: pre;
}

.right {
    margin: 0 0 0 auto;
}

.left {
    margin: 0 auto 0 0;
}

.small{
font-size:80%;
}

.underline{
	border-bottom: solid 2px #e15a24;
}

.toukannkaku{
	margin-bottom:50px;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: -ms-box;
    box-pack: justify;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-box-pack: justify;  
}





 
  /* メイン動画 */



#main{
position:relative;
height:100vh;
overflow:hidden;
}

#video-background,
#video-overlay {
	position:absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
 
#video-background {
  z-index: -2;
}
 
#video-overlay {
  z-index: -1;
   background: url('../images/grid.png') repeat;
}

#main .pvimg{
	position:absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);	
}

.fullplay{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    cursor: url(../images/play.cur), pointer;
  z-index: 1;
}




 
 
  /* スライドアニメボタン 画像用（paddinが違う） */

a.buttonimg {
  position: relative;
  display: inline-block;
  padding:12px 15px 10px 15px;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  z-index: 51;
}

a.buttonimg::before  {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #e54130;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;

}

a.buttonimg:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}


  /* スライドアニメボタン テキスト用　透明→赤 */

a.button {
  position: relative;
  display: inline-block;
  padding: 0.8em 2.8em .7em 2.8em;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  z-index: 51;
  font-weight:500;
}

a.button::before  {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #e54130;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}

a.button:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

  /* スライドアニメボタン テキスト用　白→赤 */

a.buttonF {
  position: relative;
  display: inline-block;
  padding: 0.8em 2.8em .7em 2.8em;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  z-index: 51;
  font-weight:500;
  background:#FFF;
}

a.buttonF::before  {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #e54130;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}

a.buttonF:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

  /* スライドアニメボタン テキスト用　赤→白 */

a.buttonR {
  position: relative;
  display: inline-block;
  padding: 0.8em 2.8em .7em 2.8em;
  color: #000;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  z-index: 51;
  font-weight:500;
  background: #e54130;
}

a.buttonR::before  {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #FFF;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
  border: 1px solid #000;
}

a.buttonR:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}






/* 背景白 */

.eff-txt .eff-txt_item>*{
background-color:#fff;
position:relative;
-webkit-transition:all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition:all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
padding: 1em 1em .8em 1em;
line-height:100%;
}

.eff-txt .eff-txt_item>*::before{
content:"";
display:block;
position:absolute;
width:0;height:100%;
left:0;top:0;
background-color:#e54130;
-webkit-transition:all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition:all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.eff-txt .eff-txt_item>*:last-child::before{-webkit-transition-delay:.18s;transition-delay:.18s}
.eff-txt .eff-txt_item>*>*{position:relative}
.eff-txt:hover .eff-txt_item>*{color:#fff}
.eff-txt:hover .eff-txt_item>*::before{width:100%}


/* 背景透明 */

.eff-txt2 .eff-txt_item>*{
position:relative;
-webkit-transition:all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition:all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
padding: 1em 1em .8em 1em;
line-height:100%;
color:#000;
border:1px solid #000;
}

.eff-txt2 .eff-txt_item>*::before{
content:"";
display:block;
position:absolute;
width:0;height:100%;
left:0;top:0;
background-color:#e54130;
-webkit-transition:all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition:all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
color:#000;
}

.eff-txt2 .eff-txt_item>*:last-child::before{-webkit-transition-delay:.18s;transition-delay:.18s}
.eff-txt2 .eff-txt_item>*>*{position:relative}
.eff-txt2:hover .eff-txt_item>*{color:#000;}
.eff-txt2:hover .eff-txt_item>*::before{width:100%;color:#000;}

a.eff-txt2 div.eff-txt_item span:hover{
color:#000 !important;
}


/* 赤から白 */

.eff-txt3 .eff-txt_item>*{
background-color:#e54130;
position:relative;
-webkit-transition:all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition:all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
padding: 1em 1em .8em 1em;
line-height:100%;
color:#000;
z-index:10;
}

.eff-txt3 .eff-txt_item>*::before{
content:"";
display:block;
position:absolute;
width:0;height:100%;
left:0;top:0;
background-color:#FFF;
-webkit-transition:all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition:all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
color:#000;
z-index:10;

}

.eff-txt3 .eff-txt_item>*:last-child::before{-webkit-transition-delay:.18s;transition-delay:.18s;color:#000;z-index:10;}
.eff-txt3 .eff-txt_item>*>*{position:relative;z-index:10;}
.eff-txt3:hover .eff-txt_item>*{color:#000!important;z-index:10;}
.eff-txt3:hover .eff-txt_item>*::before{width:100%;color:#000!important;z-index:10;}

.eff-txt3 .eff-txt_item span{
	z-index:20;
color:#000 !important;
}



article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio[controls], canvas, video {
	display: inline-block;
*display: inline;
	zoom: 1;
}
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td, ul {
	margin: 0;
	padding: 0;
}

a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
small {
	font-size: 75%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
ul, ol {
	margin:0;
	padding:0;
}
dd {
	margin: 0px;
}
nav ul, nav ol {
	list-style: none;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
*margin-left: -7px;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align: middle;
}
button, input {
	line-height: normal;
 *overflow: visible;
}
button, input[type=button], input[type=reset], input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
}
input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
p{
margin:0 0 15px 0;
padding:0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size:100%;
}
img, abbr, acronym, fieldset {
	border: 0;
}
li {
	list-style:none;
}



/* アコーディオンメニュー　+-開閉 */

.acd {
  max-width: 100%;
  text-align:left;
  border-bottom: 1px dotted #AAA;
  padding: 30px 0 0px 0;
}

.acd-hidden{
  display: none;
}

.acd-open {
  display: block;
  padding: 0px 0px 10px 90px;
  cursor: pointer;
  margin: 0px 0 0 0;
  position: relative;
  font-size:16px;
}

.acd-close {
  display: block;
  height: 0;
  overflow: hidden;
  margin: 0px 10px 25px 90px;
  padding: 0px 0 0px 0;
  opacity: 0;
  transition: 0.5s;
  line-height:200%;
}

.acd-open::before,
.acd-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background:#414a7f;;
  position: absolute;
  top: 40%;
  left: 3%;
  transform: translateY(-50%);
}

.acd-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

.acd-hidden:checked + .acd-open:after {
  transform: translateY(-50%) rotate(0);
}

.acd-hidden:checked + .acd-open + .acd-close {
  height: auto;
  opacity: 1;
  padding: 10px;
}

.pulse {
  animation: pulse_7718 1.3s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes pulse_7718 {
  0% { transform: scale(1.05) }
  50% { transform: scale(1) }
  100% { transform: scale(1.05) }
}

@media only screen and (max-width : 767px){
.acd-open {
  font-size:14px;
  padding: 0px 0px 5px 45px;
}
.acd-close {
  margin: 0px 5px 12px 45px;
}
}



/*utility*/
.m05 {
	margin-bottom:5px;
}
.m10 {
	margin-bottom:10px;
}
.m12 {
	margin-bottom:12px;
}
.m15 {
	margin-bottom:15px;
}
.m20 {
	margin-bottom:20px;
}
.m30 {
	margin-bottom:30px;
}
.m40 {
	margin-bottom:40px;
}
.m50 {
	margin-bottom:50px;
}
.m60 {
	margin-bottom:60px;
}
.mt05 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt12 {
	margin-top:12px;
}
.mt15 {
	margin-top:15px;
}
.mt20 {
	margin-top:20px;
}
.mt30 {
	margin-top:30px;
}
.mt40 {
	margin-top:40px;
}
.mt50 {
	margin-top:50px;
}
.mt60 {
	margin-top:60px;
}
.ml05 {
	margin-left:5px;
}
.ml10 {
	margin-left:10px;
}
.ml12 {
	margin-left:12px;
}
.ml15 {
	margin-left:15px;
}
.ml20 {
	margin-left:20px;
}
.ml30 {
	margin-left:30px;
}
.ml40 {
	margin-left:40px;
}
.ml50 {
	margin-left:50px;
}
.ml60 {
	margin-left:60px;
}
.mr05 {
	margin-right:5px;
}
.mr10 {
	margin-right:10px;
}
.mr15 {
	margin-right:15px;
}
.mr20 {
	margin-right:20px;
}
.mr30 {
	margin-right:30px;
}
.mr40 {
	margin-right:40px;
}
.mr50 {
	margin-right:50px;
}
.mr60 {
	margin-right:60px;
}
.pt05 {
	padding-top:5px;
}
.pt10 {
	padding-top:10px;
}
.pt15 {
	padding-top:15px;
}
.pt20 {
	padding-top:20px;
}
.pt30 {
	padding-top:30px;
}
.pt40 {
	padding-top:40px;
}
.pb05 {
	padding-bottom:5px;
}
.pb10 {
	padding-bottom:10px;
}
.pb15 {
	padding-bottom:15px;
}
.pb20 {
	padding-bottom:20px;
}
.pb30 {
	padding-bottom:30px;
}
.pb40 {
	padding-bottom:40px;
}
.pl05 {
	padding-left:5px;
}
.pl10 {
	padding-left:10px;
}
.pl15 {
	padding-left:15px;
}
.pl20 {
	padding-left:20px;
}
.pl30 {
	padding-left:30px;
}
.pl40 {
	padding-left:40px;
}
.pr05 {
	padding-right:5px;
}
.pr10 {
	padding-right:10px;
}
.pr15 {
	padding-right:15px;
}
.pr20 {
	padding-right:20px;
}
.pr30 {
	padding-right:30px;
}
.pr40 {
	padding-right:40px;
}
.flt {
	float:left;
}
.flr {
	float:right;
}
.txt_l, td.txt_l, .txt_l td {
	text-align:left;
}
.txt_r, td.txt_r, .txt_r td {
	text-align:right;
}
.txt_c, td.txt_c, .txt_c td {
	text-align:center;
}
.valign_t, td.valign_t, .valign_t td {
	vertical-align:top;
}
.valign_m, td.valign_m, .valign_m td {
	vertical-align:middle;
}
.valign_b, td.valign_b, .valign_b td {
	vertical-align:bottom;
}
.clear {
	clear:both;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: block;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

body {
	background-color:#FFF;
	margin:0 auto;
	text-align:center;
}

#wrapper {
	width:100%;
	margin:0 auto;
	text-align:center;
}

.yumin{
	font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",	serif;
	letter-spacing:0em;
}