@charset "utf-8";

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

  
:root {
	--keyColor:rgb(68, 66, 60);
	--keyColor-wht:rgba(255, 255, 255, 0.8);
	--keyColor-sub:#ff8742;
	--btnBgColor-g1:#ffbb00;
	--btnBgColor-g2:#fff455;
	--btnMain:#d60000;
	--btnYel:#ffec80;
	--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%
}

html, body {
	overscroll-behavior-y: none; /* 上下への引っ張りを防ぐ */
  }
body{
	background-color:rgba(255, 234, 0, 0.5);
	font-family:"Zen Maru Gothic","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

#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%;
}

.bgText {position: fixed; top: 0;
	left: 0;z-index: -98;min-width: 100%;
	min-height: 100%;}
.bgText h1 {
	font-family:'Kaushan Script', cursive;
	font-size: 20rem;
	letter-spacing: 0.1em;
	line-height: 1.2;
	position: absolute;
	width: 100%;
	top: 3vh;
	left: 50%;
	transform: translate(-50%);
	color: white;
	background:url('../../img/bg.jpg');
	background-blend-mode:hard-light;
	background-size: auto 200%;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: shine 20s linear infinite;
}
.bgText h1::after{text-shadow: 1px -1px 0 #767676, -1px 2px 1px #737272, -2px 4px 1px #767474, -3px 6px 1px #787777, -4px 8px 1px #7b7a7a, -5px 10px 1px #7f7d7d, -6px 12px 1px #828181, -7px 14px 1px #868585, -8px 16px 1px #8b8a89, -9px 18px 1px #8f8e8d, -10px 20px 1px #949392, -11px 22px 1px #999897, -12px 24px 1px #9e9c9c, -13px 26px 1px #a3a1a1, -14px 28px 1px #a8a6a6, -15px 30px 1px #adabab, -16px 32px 1px #b2b1b0, -17px 34px 1px #b7b6b5, -18px 36px 1px #bcbbba, -19px 38px 1px #c1bfbf, -20px 40px 1px #c6c4c4, -21px 42px 1px #cbc9c8, -22px 44px 1px #cfcdcd, -23px 46px 1px #d4d2d1, -24px 48px 1px #d8d6d5, -25px 50px 1px #dbdad9, -26px 52px 1px #dfdddc, -27px 54px 1px #e2e0df, -28px 56px 1px #e4e3e2;}

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;
}
