@charset "UTF-8";

:root {
  --color-primary: #E8768E;
  --color-accent: #91CC20;
  --color-bg: #FFF0F3;
  --color-bg--light: #FFF9FA;
  --color-font: #3D2C2E;

  --font-english : "Quicksand", sans-serif;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-family: "Open Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  height: 100vh;
  width: 100%;
  color: var(--color-font);
}
@media print, screen and (min-width: 600px) {
  body {
    font-size: 1.6rem;
    line-height: 2;
  }
}

::-moz-selection {
  background: #DCDCDC;
}

::selection {
  background: #DCDCDC;
}

/* Text meant only for screen readers. wordpress */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

#wrapper {
  overflow-x: hidden;
}

body.login {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  background: white;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.login #login h1 a {
  width: 280px;
  height: 51px;
  background: url(../img/logo_sp.webp) no-repeat 0 0;
  background-size: 280px 51px;
}

.login form {
  border: none;
  border-radius: 10px;
  padding: 26px 24px 26px;
  background-color: var(--color-bg);
}

.login form .input {
  margin: 6px 6px 16px 0;
  font-size: 15px;
  box-shadow: none;
  background: white;
  border: 1px solid #DCDCDC;
}

.login form input[type=checkbox] {
  background: white;
  box-shadow: none;
  border: 1px solid var(--color-primary);
}

.login form input:focus {
  background-color: #fff;
  border: 1px solid var(--color-primary);
  box-shadow: none;
}

.login form input[type=checkbox]:checked{
  background: #E8768E;
}

.login label {
  font-weight: 700;
  font-size: 12px;
}

.login .button.wp-hide-pw .dashicons {
  top: 0.5em;
}

.login form .forgetmenot {
  float: none;
}

#login form p.submit {
  margin-top: 20px;
}

.login .button-primary {
  background: var(--color-primary);
  border: none;
  width: 100%;
  box-shadow: none;
  color: white !important;
  text-decoration: none;
  text-shadow: none;
  font-weight: 700;
  border-radius: 3px;
  border: 2px solid var(--color-primary);
  transition: ease-in 0.3s;
}
.login .button-primary:hover, .login .button-primary:focus, .login .button-primary:active {
  background: var(--color-primary);
  color: #fff;
  border: 2px solid var(--color-primary);
  border-radius: 30px;
}

.wp-core-ui .button.button-large {
  line-height: 3;
}

.login #nav {
  padding: 0;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
}
.login #nav a {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  background-color: white;
  border-radius: 3px;
  padding: 1em 0.5em;
  display: block;
  text-align: center;
  transition: ease-in 0.3s;
}
.login #nav a:hover, .login #nav a:focus, .login #nav a:active {
  color: #6F8083;
  border-radius: 30px;
}

.login #backtoblog {
  padding: 0;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
}
.login #backtoblog a {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  background-color: white;
  border-radius: 3px;
  padding: 1em 0.5em;
  display: block;
  text-align: center;
  transition: ease-in 0.3s;
}
.login #backtoblog a:hover, .login #backtoblog a:focus, .login #backtoblog a:active {
  border: 1px solid #6F8083;
  color: #6F8083;
  border-radius: 30px;
}

.login #login_error,
.login .message,
.login .success {
  border-left: 4px solid #6F8083;
  border-radius: 0 10px 10px 0;
  font-weight: 700;
  color: #6F8083;
}

.wp-core-ui .button, .wp-core-ui .button-secondary {
  color: #6F8083;
}
