html {
    margin-top: 0px !important;
}

.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

.owl-nav.disabled {
    display: none;
}

img {
    object-fit: cover;
	display:block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html, body,  ul, ol, li,  h1, h2, h3, h4, h5, h6, p, div {
	margin: 0;
    padding: 0;
    font-weight:400;
    list-style:none;
}

::-webkit-scrollbar{
	width: 10px;
}

::-webkit-scrollbar-track{
	border-radius: 4px;
    background: #a7a18f;
	border-left: solid 0px #8fbc92;
}

::-webkit-scrollbar-thumb{
	background: #fff;
	border-radius: 4px;
	box-shadow: inset 0 0 0 1px #fff;
}

input, textarea, select {
    font-family: inherit;
    font-size: 100%;
        font-size: 1.2rem;
    font-family: 'Noto Sans JP', sans-serif;
}


/* font
font-family: "Noto Sans JP", sans-serif;
 */


/* font-family: 'M PLUS 1', sans-serif;
/* font-family: 'Noto Serif JP', serif; */
/*font-family: 'Roboto', sans-serif; */


@media screen and (min-width: 970px){


:root {
  font-size: 1vw;
}

body {
    color: #212121;
    background: #fbfff3;
font-family: 'Noto Serif JP', serif;
    font-size: 1.2rem;
    line-height: 1.4;
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-position: center;
    background-attachment: fixed;
}


header {
        color: #000;
        z-index: 10;
        position: fixed;
        top: 0;
        width: 100%;
        padding: 2rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        -moz-transition: all 0.8s;
        -o-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
        opacity: 1 !important;
}header.scroll-nav {
        opacity: 0;
        -moz-transition: all 0.8s;
        -o-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
        background: rgb(0 0 0 / 37%);
}h1#header_h1 {
        font-family: 'Noto Serif JP', serif;
        font-size: 1.4rem;
        letter-spacing: 0.1em;
}ul#header_nav_ul {
        font-family: 'Noto Serif JP', serif;
        display: flex;
        justify-content: space-between;
        align-items: center;
}ul#header_nav_ul li {
        padding: 0 1rem;
}ul#header_nav_ul li a {
        color: #000;
        text-decoration: none;
}

ul#footer_end {
        font-family: 'Noto Serif JP', serif;
        padding: 8rem 10rem;
        background: #87816d;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #fff;
}ul#footer_end li {
        font-size: 2rem;
}
li.footer_li_left {
        width: 49rem;
}
p.footer_end small {
        display: block;
        font-size: 1.2rem;
}
span.footer_end_icon {
        font-size: 1rem;
        padding: 0.5rem 1rem;
        border: solid 1px;
}
h4#footer_copy {
        font-family: 'Noto Serif JP', serif;
        text-align: center;
        padding: 0.5rem;
        color: #ffffff;
        background: #615d4f;
        font-size: 1rem;
        letter-spacing: 0.1em;
}
h1#header_h1 a {
    color: #000;
    text-decoration: none;
}header.scroll-nav a {
    color: #fff !important;
}

section#member_login {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
}div#left img {
    height: 100vh;
    object-fit: cover;
}div#left {
    width: 50%;
}div#right {
        width: 50%;
        background: #fff;
        height: 100vh;
        padding: 18vh 6rem;
        position: relative;
}h1#login_h1 {
    text-align: center;
    font-size: 3rem;
}h1#login_h1 small {
    display: block;
    font-size: 1.2rem;
    margin-top: 1rem;
}ul#login_form_ul {
    margin: 8vh 0 6vh;
}ul#login_form_ul li {
		font-family: "Noto Sans JP", sans-serif;
        margin: 1rem 0;
        position: relative;
        border-bottom: 2px solid #f1f1f1;
        padding: 1rem 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
}span.login_title {
    width: 10rem;
    font-weight: 500;
}input.text {
	font-family: "Noto Sans JP", sans-serif;
    border: none;
    background: #fff;
    width: 25rem;
    padding: 1rem;
}input#login_bt {
        font-family: "Noto Sans JP", sans-serif;
        border: none;
        background: #4084e9;
        color: #fff;
        padding: 1rem;
        width: 38rem;
        border-radius: 10rem;
        font-size: 1.4rem;
        font-weight: 500;
        cursor: pointer;
}a.forgot {
	text-underline-offset: 5px;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    display: table;
    margin: 4vh auto 0;
    color: #252525;
}span.not_login {
        position: absolute;
        margin-top: 5vh;
        text-align: center;
        display: block;
        margin-left: 9.5rem;
        color: #ff0000;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: bold;
}



ul.attention {
    margin: 4rem 0 0;
    background: #f9f9f9;
    padding: 1rem;
}ul.attention li {
    padding: 0rem 1rem 0.5rem;
    position: relative;
}ul.attention li:last-child {
    padding: 0rem 1rem 0rem;
}ul.attention li:before {
    content:"\00203b";
}


}





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


input, textarea, select {
  appearance: none;
  -webkit-appearance: none;
    font-size: 1.2rem;
}

:root {
  font-size: 3.24vw;
}

body {
    color: #212121;
    background: #fbfff3;
font-family: 'Noto Serif JP', serif;
    font-size: 1.2rem;
    line-height: 1.4;
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-position: center;
    background-attachment: fixed;
}


header {
        color: #000;
        z-index: 10;
        position: fixed;
        top: 0;
        width: 100%;
        padding: 1rem;
        -moz-transition: all 0.8s;
        -o-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
        opacity: 1 !important;
}header.scroll-nav {
        opacity: 0;
        -moz-transition: all 0.8s;
        -o-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
        background: rgb(0 0 0 / 37%);
}h1#header_h1 {
		font-family: 'Noto Serif JP', serif;
        font-size: 1.4rem;
        letter-spacing: 0.1em;
        text-align: center;
        display: none;
}ul#header_nav_ul {
		font-family: 'Noto Serif JP', serif;
        display: flex;
        justify-content: center;
        align-items: center;
}ul#header_nav_ul li {
        padding: 0 1rem;
}ul#header_nav_ul li a {
        color: #000;
        text-decoration: none;
}

ul#footer_end {
		font-family: 'Noto Serif JP', serif;
        padding: 4rem 1rem;
        background: #87816d;
        color: #fff;
}ul#footer_end li {
        font-size: 1.4rem;
}
li.footer_li_left {
}p.footer_end {
    margin-bottom: 2rem;
}
p.footer_end small {
        display: block;
        font-size: 1.2rem;
}
span.footer_end_icon {
        font-size: 1rem;
        padding: 0.5rem 1rem;
        border: solid 1px;
}
h4#footer_copy {
        font-family: 'Noto Serif JP', serif;
        text-align: center;
        padding: 0.5rem;
        color: #ffffff;
        background: #615d4f;
        font-size: 1rem;
        letter-spacing: 0.1em;
}
h1#header_h1 a {
    color: #000;
    text-decoration: none;
}header.scroll-nav a {
    color: #fff !important;
}

section#member_login {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
}div#left img {
    height: 100vh;
    object-fit: cover;
}div#left {
        width: 100%;
        position: absolute;
        height: 100vh;
}div#right {
        background: #fff;
        height: 100vh;
        padding: 14vh 1rem;
        position: relative;
        margin: 0 0rem;
        width: 100%;
}h1#login_h1 {
    text-align: center;
    font-size: 2rem;
}h1#login_h1 small {
    display: block;
    font-size: 1.2rem;
    margin-top: 1rem;
}ul#login_form_ul {
    margin: 8vh 0 6vh;
}ul#login_form_ul li {
		font-family: "Noto Sans JP", sans-serif;
        margin: 1rem 0;
        position: relative;
        border-bottom: 2px solid #f1f1f1;
        padding: 1rem 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
}span.login_title {
    width: 8rem;
    font-weight: 500;
}input.text {
	font-family: "Noto Sans JP", sans-serif;
    border: none;
    background: #fff;
    width: 20rem;
    padding: 1rem;
}input#login_bt {
        font-family: "Noto Sans JP", sans-serif;
        border: none;
        background: #4084e9;
        color: #fff;
        padding: 1rem;
        width: 28rem;
        border-radius: 10rem;
        font-size: 1.4rem;
        font-weight: 500;
        cursor: pointer;
}a.forgot {
	text-underline-offset: 5px;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    display: table;
    margin: 4vh auto 0;
    color: #252525;
}span.not_login {
        position: absolute;
        margin-top: 5vh;
        text-align: center;
        display: block;
        margin-left: 9.5rem;
        color: #ff0000;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: bold;
}




}