/*  reset.scss */
/* =====================================================
 * reset.css
 * - Edit html5doctor.com's CSS
 * - http://html5doctor.com/html-5-reset-stylesheet/
 * Last Updated:2017-03-01
====================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,400;1,100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
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, input, select, textarea, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  vertical-align: bottom;
  background: transparent; }

article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {
  display: block; }

main {
  padding: 0;
  margin: 0 !important; }

html {
  font-size: 62.5%;
  /*overflow-x: hidden;*/ }

body {
  font-family: sans-serif;
  line-height: 1; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none; }

img {
  vertical-align: bottom; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

th, td {
  text-align: left;
  vertical-align: top; }

input, select, textarea {
  font-family: inherit; }

input[type="submit"] {
  cursor: pointer; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

* {
  box-sizing: border-box; }

/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
/*html {
	height: 100%;
	overflow-y: scroll;
}*/
/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
/*body {
	height: 100%;
	color: #444;
	background: #FFF;
	min-width: 320px;
	line-height: 1.6;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.5rem;
	letter-spacing: .06em;
}*/
html {
  overflow: auto; }

body {
  overflow: hidden;
  min-width: 320px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  position: relative; }
  @media all and (min-width: 640px) {
    body {
      min-width: 1000px;
      font-size: 1.4rem;
      line-height: 1.6;
      -webkit-text-size-adjust: 100%;
      /*background: #FFF;*/
      /*height: 100%;*/ } }

img {
  max-width: 100%;
  height: auto; }

.pc {
  display: none; }

.sp {
  display: block !important; }

@media all and (min-width: 640px) {
  .pc {
    display: block; }

  .sp {
    display: none !important; } }
/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/
a {
  color: inherit;
  text-decoration: none; }

@media screen and (min-width: 640px) {
  a {
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }

  .alpha {
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }


/*--------------------------------------------------------------------------
   font
---------------------------------------------------------------------------*/
/*font-family: 'EB Garamond', serif;*/
/*@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@1,700&display=swap');*/
/*font-family: 'EB Garamond', serif;*/
/*@import url('https://fonts.googleapis.com/css?family=EB+Garamond:500&display=swap');*/
/*font-family: 'Roboto', sans-serif;*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');*/
/*font-family: 'Noto Sans JP', sans-serif;*/
/*font-family: 'Lato', sans-serif;*/
/*font-family: 'Damion', cursive;*/
/*@import url('https://fonts.googleapis.com/css?family=Damion&display=swap');*/
/*font-family: 'Josefin Sans', sans-serif;*/
/*font-family: 'Pinyon Script', cursive;*/
/*--------------------------------------------------------------------------
   clearfix
---------------------------------------------------------------------------*/
.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

html {
  background: #fff5d3; }

.sec-sign_in {
  overflow: hidden;
  width: 90%;
  margin: 30px auto; }

.sign_in {
  background: #fff;
  border-radius: 14px;
  border: 2px solid #000;
  padding: 30px 20px;
  margin-bottom: 25px; }

.sign_in_logo, .sign_in_hdg {
  text-align: center;
  margin-bottom: 30px; }

.sign_in_logo img {
  max-width: 100%; }

.sign_in_list_ttl {
  margin-bottom: 15px; }

.sign_in_list_input {
  margin-bottom: 20px; }

.sign_in_list_input input {
  background-color: #fffae9;
  border: 1px solid #e8dec7;
  border-radius: 1px;
  width: 100%;
  height: 40px;
  padding: 0 5%; }

@media only screen and (min-width: 640px) {
  .sec-sign_in {
    width: 400px;
    margin: 136px auto; }

  .sign_in {
    padding: 37px 40px; } }
/*
   .sec-sign_in--anima
---------------------------------*/
.sign_in__login input[type='submit'] {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 18px 0;
  background: #ff8b15;
  border: 2px solid #ff8b15;
  border-bottom: 2px solid #d55f00;
  border-radius: 50px;
  text-align: center;
  color: #fff; }

@media only screen and (min-width: 640px) {
  /* set */
  .sign_in__login input[type='submit'] {
    -webkit-transition: background-color .3s;
    transition: background-color .3s; }

  /* hover */
  .sign_in__login input[type='submit']:hover {
    padding: 17px 0;
    border: 2px solid #d55f00;
    border-bottom-width: 4px;
    background: #f8b62b;
    text-decoration: none; } 
}
/*
   .sign_in_account
---------------------------------*/
.sign_in_account li {
  margin-bottom: 10px;
  padding-left: 15px; }

.sign_in_account a {
  color: #ff8b15; }
}
