@charset "utf-8";

@keyframes shine {
    from {
      background-position: center 0;
    }
    to {
      background-position: center 200%;
    }
  }

  
:root {
	--main:#e71c18;
	--mainBg:#191009;
	--keyColor:#26271b;
	--keyColor-wht:#fffffd;
	--btn-gradient:linear-gradient(122deg,#e04037,#6c3524);
	--linkTextColor:#ff8800;
}

html.yFixed {
	overflow: hidden;
	-webkit-overflow-scrolling: auto;
	height: 100%
}

html.fixed body {
	overflow: hidden;
	-webkit-overflow-scrolling: auto;
	height: 100%
}

body{
	background-color:var(--mainBg);
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

#wrapper {
	height: 100%;
}

.background{
	position: relative;
}


.bgImage {position: fixed; top: 0;
	left: 0;z-index: -100;width: 100vw;
	height: 100vh;
	
}
.bgImage img{width: 100%;
	height: 100%;
	object-fit:cover;
	transform: scale(1.8);
	opacity: 0.5;
	max-width: 100%;
}


p{font-size: 16px;}

a {
	color: #797979;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 1;
}

a:hover {
	opacity: 0.6;
}
img{vertical-align: middle; width: 100%; height: auto; max-width: 500px;}
img:not(.clickable),img:not(.js_smoothScroll){
	pointer-events: none;
	user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}
/* Heading
----------------------------------------------------*/
h1 {
	font-size: 14px;
	font-size: 1.4rem;
}

h2 {
	font-size: 32px;
	font-size: 3.2rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 13px;
	font-size: 1.3rem;
}

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

h1 {
	font-size: 13px;
	font-size: 1.3rem;
}


h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 13px;
	font-size: 1.3rem;
}

.bgImage,.bgImageW {
	background-size: contain;
}
.bgText h1{font-size: 13rem;}
}
@media screen and (max-width: 450px){
	.bgText h1{font-size: 10rem; top:30vh;}
}

/* Header
----------------------------------------------------*/
header {
	width: 100%;
	position: relative;
}


/* Contents
----------------------------------------------------*/

main {
	width: 100%;
	position: relative;
}

section {
	width: 100%;
	position: relative;
}

.dateOtokoPage .sectionHeader,.dateOtokoPage .sectionContents{max-width:850px;}
.dateOtokoPage .sectionHeader{margin:0 auto;}
.dateOtokoPage .sectionHeader h3,.dateOtokoPage .sectionContents{text-align: left;}


.sectionContents {
	position: relative;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}

.dateOtokoPage .sectionContents{padding-left: 0;	padding-right: 0;}
.dateOtokoPage .sectionContents.clearflex {max-width: 1280px;}

.sectionCopy {
	font-size: 16px;
}

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

.sectionContents {
	width: 95%;
	padding-left: 0;
	padding-right: 0;
}

}


/* Footer
----------------------------------------------------*/
footer {
	width: 100%;
	position: relative;
}

.gfContents {
	position: relative;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}


/* Input,Select,Textarea
----------------------------------------------------*/
input[type="text"],
input[type="password"],
select,
textarea {
	font-size: 16px;
	font-family: "Noto Sans Japanese";
	font-weight: 600;
	padding: 11px 10px;
	width: 100%;
	background: #FFF;
	border: 1px solid #D3D4D5;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(3,4,5,0.2) inset;
}

input::-ms-clear {
	visibility: hidden;
}

textarea {
	min-height: 180px;
	resize: vertical;
	display: block;
}

textarea:focus {
	outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #939495;
}
