@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@200;300;400;600;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap');


/* common
-------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display: block;
}
ul {
    list-style: none;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
	border: none;
	vertical-align: bottom;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
address, em, code, cite, dfn, var, optgroup {
  font-style: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, select {
    font-size: 16px;
    vertical-align: middle;
    -webkit-appearance: none;
	border-radius: 0;
	font-family: 'Noto Sans JP', sans-serif;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.clear {
	font-size: 1px;
	height: 1px;
	clear: both;
}


/* module
------------------------------------------------- */
.floatL {
	float: left;
	display: inline;
}
.floatR {
	float: right;
	display: inline;
}
.alignCenter {text-align: center;}
.alignLeft {text-align: left;}
.alignRight {text-align: right;}
.valignTop {vertical-align: top;}
.valignMiddle {vertical-align: middle;}
.valignBottom {vertical-align: bottom;}

.light { font-weight: 300; }
.regular { font-weight: 400; }
.medium { font-weight: 500; }
.bold { font-weight: 700; }

.pcon { display: block; }
.spon { display: none; }
@media only screen and (max-width:750px){
.pcon { display: none; }
.spon { display: block; }
}


/* a
------------------------------------------------- */
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
	text-decoration: none;
	outline: none;
    color: #343434;
}
@media only screen and (min-width:751px){
a {
	transition: 0.4s;
}
a:hover {
	text-decoration: underline;
}
.al:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	transition: 0.4s;
	text-decoration: none;
}
.telLink {
	pointer-events: none;
}
}


/* font
------------------------------------------------- */
@media only screen and (min-width:751px){
.fo10 { font-size: 10px; }
.fo11 { font-size: 11px; }
.fo12 { font-size: 12px; }
.fo13 { font-size: 13px; }
.fo14 { font-size: 14px; }
.fo15 { font-size: 15px; }
.fo16 { font-size: 16px; }
.fo18 { font-size: 18px; }
.fo20 { font-size: 20px; }
.fo22 { font-size: 22px; }
.fo23 { font-size: 23px; }
.fo24 { font-size: 24px; }
.fo25 { font-size: 25px; }
.fo26 { font-size: 26px; }
.fo28 { font-size: 28px; }
.fo30 { font-size: 30px; }
.fo32 { font-size: 32px; }
.fo35 { font-size: 35px; }
.fo38 { font-size: 38px; }
.fo40 { font-size: 40px; }
.fo44 { font-size: 44px; }
.fo45 { font-size: 45px; }
.fo50 { font-size: 50px; }
.fo52 { font-size: 52px; }
.fo60 { font-size: 60px; }
.fo63 { font-size: 63px; }
.fo70 { font-size: 70px; }
}
@media only screen and (min-width:751px) and (max-width:1200px){
.fo10 { font-size: 0.8333vw; }
.fo11 { font-size: 0.9166vw; }
.fo12 { font-size: 1vw; }
.fo13 { font-size: 1.0833vw; }
.fo14 { font-size: 1.1666vw; }
.fo15 { font-size: 1.25vw; }
.fo16 { font-size: 1.3333vw; }
.fo18 { font-size: 1.5vw; }
.fo20 { font-size: 1.6666vw; }
.fo22 { font-size: 1.8333vw; }
.fo23 { font-size: 1.9166vw; }
.fo24 { font-size: 2vw; }
.fo25 { font-size: 2.0833vw; }
.fo26 { font-size: 2.1666vw; }
.fo28 { font-size: 2.3333vw; }
.fo30 { font-size: 2.5vw; }
.fo32 { font-size: 2.6666vw; }
.fo35 { font-size: 2.9166vw; }
.fo38 { font-size: 3.1666vw; }
.fo40 { font-size: 3.3333vw; }
.fo44 { font-size: 3.6666vw }
.fo45 { font-size: 3.75vw; }
.fo50 { font-size: 4.1666vw; }
.fo52 { font-size: 4.3333vw; }
.fo60 { font-size: 5vw; }
.fo63 { font-size: 5.25vw; }
.fo70 { font-size: 5.8333vw; }
}


/* html
------------------------------------------------- */
html {
    overflow-x: hidden;
}


/* body
------------------------------------------------- */
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.75;
	color: #343434;
	-webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}
.eng {
    font-family: 'Josefin Sans', sans-serif;
}
@media only screen and (min-width:751px) and (max-width:1200px){
body {
	font-size: 1.3333vw;
}
input, select {
    font-size: 1.3333vw;
}
}
@media only screen and (max-width:750px){
body {
	font-size: 3.733vw;
    line-height: 1.85;
}
input, select {
    font-size: 3.733vw;
}
body.active {
    overflow-y: hidden;
}
}


/* wrapper
------------------------------------------------- */
#wrapper {
	width: 100%;
	margin: 0 auto;
	clear: both;
    position: relative;
    border-top: 1em solid #ED0000;
}
@media only screen and (max-width:750px){
#wrapper {
    border-top: 3vw solid #ED0000;
}   
}


/* header
------------------------------------------------- */
#header {
    width: 100%;
    height: 4.625em;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-between;
    z-index: 97;
}
#header .logo {
    width: 10.625em;
    padding: 1.75em 0 0 1.75em;
    position: relative;
    z-index: 98;
}
#header #gnav {
    padding-right: 2em;
}
#header #gnav ul {
    display: flex;
    padding-top: 1.75em;
}
#header #gnav ul li {
    margin-right: 1.4em;
}
#header #gnav ul li:last-child {
    margin-right: 0;
}
#header #gnav ul li a {
    color: #fff;
    font-weight: 700;
}
@media only screen and (max-width:750px){
#header {
    height: 16vw;
    display: block;
}
#header .logo {
    width: 44vw;
    padding: 4.26vw 0 0 5.33vw;
}
#header #gnav {
    display: none;
    width: 100%;
    background-color: #ED0000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    padding: 16vw 0 10vw;
    z-index: 96;
}
#header #gnav ul {
    display: block;
    padding: 0;
}
#header #gnav ul li {
    position: relative;
    margin: 0;
}
#header #gnav ul li > a {
    font-size: 4.266vw;
    background: url("../img/icon1.png") 95% center no-repeat;
    background-size: 2.133vw auto;
    line-height: 16vw;
    font-weight: 500;
    padding: 0 6vw;
    border-bottom: 1px solid #fff;
    display: block;
    color: #fff;
}
}


/* #navtoggle
------------------------------------------------- */
#navtoggle {
    display: none;
}
@media only screen and (max-width:750px){
#navtoggle {
    display: block;
    width: 16vw;
    height: 16vw;
    background-color: #ED0000;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 99;
}
#navtoggle div {
    width: 8.533vw;
    margin: 4vw auto 0;
    position: relative;
}
#navtoggle span {
    display: block;
    position: absolute;
    height: 0.8vw;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#navtoggle span:nth-child(1) {
    top: 0;
}
#navtoggle span:nth-child(2) {
    top: 3.466vw;
}
body.active #navtoggle span:nth-child(1) {
	top: 1.733vw;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
body.active #navtoggle span:nth-child(2) {
	top: 1.733vw;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#navtoggle p {
    font-size: 3.2vw;
    padding-top: 6.5vw;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 1;
}
}


/* contents
------------------------------------------------- */
#contents {
    display: block;
	width: 100%;
	clear: both;
}
.inner {
	max-width: 1200px;
	margin: 0 auto;
	clear: both;
	position: relative;
    box-sizing: border-box;
}
@media only screen and (max-width:750px){
.inner {
	width: 86.66%;
}
}


/* headline
------------------------------------------------- */
.headline1 {
    line-height: 1.35;
    font-weight: 700;
    padding-bottom: 0.5em;
    text-align: center;
}
.headline1 span {
    display: block;
    color: #ED0000;
    padding-bottom: 1em;
}
@media only screen and (max-width:750px){
.headline1 {
    font-size: 7.2vw;
    padding-bottom: 1.5em;
}
.headline1 span {
    font-size: 3.733vw;
}
}


/* btnst
------------------------------------------------- */
.btnst {
    text-align: center;
}
.btnst a,
.btnst li {
    display: block;
    background-color: #6A6869;
	text-decoration: none;
	line-height: 2.75;
	position: relative;
    padding: 0 3.3em;
	overflow: hidden;
    cursor: pointer;
}
.btnst.st2 a,
.btnst.st3 a {
	background: rgba(0,0,0,0);
	line-height: 2.85;
    padding: 0;
    border: 1px solid #222;
}
.btnst.st3 a {
	line-height: 3.125;
}
.btnst.st4 a {
	background-color: #222;
	line-height: 2.5;
    padding: 0;
    border: none;
}
.btnst.st5 a {
	background-color: #900105;
	line-height: 4.15;
    padding: 0;
    border: none;
}
.btnst li {
    display: inline-block;
    background-color: #000;
    padding: 0;
    margin: 0 0.5em;
    line-height: 4;
}
.btnst a span,
.btnst li input {
    display: inline-block;
	color: #fff;
	font-weight: 700;
    z-index: 2;
    position: relative;
}
.btnst.st2 a span,
.btnst.st3 a span {
	color: #222;
    font-weight: 400;
}
.btnst.st3 a span {
    font-weight: 700;
}
.btnst li input {
    width: 100%;
    background: rgba(0,0,0,0);
    border: none;
    padding: 0 0 0.3em;
    line-height: 3;
    cursor: pointer;
    color: #fff;
}
.btnst li.reset {
    background: #898989;
}
@media only screen and (min-width:751px){
.btnst a::before,
.btnst li::before {
	content: '';
	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
    width: 100%;
    height: 100%;
  	background-color: #900105;
    transform: translateX(-100%);
  	box-sizing: border-box;
  	transition: 0.4s ease-in-out;
    z-index: 1;
}
.btnst.st2 a::before {
  	background-color: #222;
}
.btnst.st3 a:hover {
	border: 1px solid #900105;
}
.btnst.st5 a::before {
  	background-color: #222;
}
.btnst a:hover span,
.btnst li:hover input {
	color: #fff;
    transition: 0.6s;
}
.btnst a:hover::before,
.btnst li:hover::before {
    width: 110%;
    transform: translateX(0);
}
}
@media only screen and (max-width:750px){
.btnst a {
    width: 64vw;
	line-height: 10.66vw;
    margin: 0 auto;
    padding: 0;
}
.btnst.st2 a {
	line-height: 10.66vw;
}
.btnst li {
    margin: 0 0 4vw;
}
.btnst li input {
    font-size: 4.2vw;
}
}


/* footer
------------------------------------------------- */
#footer {
    background-color: #BEBEBF;
    padding: 4em 0 1.85em;
}
#footer .inner {
    padding: 0;
    display: flex;
    justify-content: space-between;
}
#footer .fadd {
    width: 23%;
    margin: 0 2.5%;
}
#footer .fadd .logo {
    width: 15.5em;
    padding-bottom: 1.5em;
}
#footer .fadd address {
    display: block;
    line-height: 1.55;
}
#footer .fadd ul {
    padding: 0.8em 0 1.8em;
}
#footer .fadd ul li,
#footer .fadd ul li a {
    font-weight: 500;
    line-height: 1.5;
}
#footer .fnav {
    width: 68%;
    margin-right: 1%;
}
#footer .fnav nav {
    display: flex;
}
#footer .fnav ul {
    margin-right: 4em;
}
#footer .fnav ul:nth-of-type(3) {
    margin-top: 2.6em;
}
#footer .fnav ul:nth-of-type(4) {
    margin-right: 2em;
}
#footer .fnav ul li {
    line-height: 2.15;
}
#footer .fnav ul li.lin {
    line-height: 1.6;
}
#footer .fnav ul li.lin {
    padding-left: 1em;
    text-indent: -1em;
}
#footer .fnav ul li::before {
    content: '-';
    padding: 0 0.5em 0 1em;
}
#footer .fnav ul li.tit1::before,
#footer .fnav ul li.tit2::before {
    content: '';
    padding: 0;
}
#footer .fnav ul li.tit1 {
    margin-bottom: 0.7em;
}
#footer .fnav ul li.tit1.mb {
    margin-top: 0.7em;
}
#footer .fnav ul li.tit1 a {
    font-weight: 700;
}
#footer .fnav ul li.tit2.mb {
    margin: 0.7em 0;
}
#footer small {
    display: block;
    text-align: right;
    padding-top: 2em;
}
@media only screen and (max-width:750px){
#footer {
    padding: 6.5vw 0 4vw;
}
#footer .inner {
    display: block;
}
#footer .fadd {
    width: 100%;
    margin: 0 0 6vw;
}
#footer .fadd .logo {
    width: 44vw;
    margin: 0 auto;
    padding-bottom: 5.5vw;
}
#footer .fadd address {
    text-align: center;
}
#footer .fadd ul {
    font-size: 4.266vw;
    display: flex;
    justify-content: center;
    padding: 0.8em 0 1.2em;
}
#footer .fadd ul li {
    margin: 0 0.5em;
}
#footer .fnav {
    width: 100%;
    margin: 0;
}
#footer .fnav nav {
    display: none;
}
#footer small {
    font-size: 3vw;
    text-align: center;
    padding-top: 0;
}
}


/* #pagetop
------------------------------------------------- */
#pagetop {
    width: 5.3125em;
    position: fixed;
    right: 1em;
    bottom: 4em;
    z-index: 95;
    display: none;
}
@media only screen and (max-width:750px){
#pagetop {
    width: 16vw;
    right: 2vw;
    bottom: 2vw;
}
}


/* idPad
------------------------------------------------- */
.idPad {
    padding-top: 5em;
    margin-top: -5em;
}
@media only screen and (max-width:750px){
.idPad {
    padding-top: 16vw;
    margin-top: -16vw;
}
}




