@charset "UTF-8";

/* --------------------------------
初期設定
---------------------------------*/

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

:root {
  background-color: #f8fafc;
}

html,
body {
  color: #494949;
  font-family: "Noto Sans JP", sans-serif;
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; */
  width: 100%;
}

a {
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  text-decoration: none !important;
}

.red {
  color: red;
}

li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  color: #2f77ff;
}

.area {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 10px;
}

.area_s {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}

@media screen and (max-width: 800px) {
  .area {
    max-width: initial;
    padding: 0 1rem;
  }
}

.clear {
  clear: both;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block {
  display: block;
}

.cover {
  background-size: cover;
  background-position: center;
  width: 100%;
}

.center {
  text-align: center;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.pc {
  display: block !important;
}

.main_color {
  color: #696969;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

/* --------------------------------
font
---------------------------------*/

.fontxll {
  font-size: 24px !important;
}

@media screen and (max-width: 800px) {
  .fontxll {
    font-size: 22px !important;
  }
}

.fontxl {
  font-size: 22px !important;
}

@media screen and (max-width: 800px) {
  .fontxl {
    font-size: 20px !important;
  }
}

.fontll {
  font-size: 20px !important;
}

@media screen and (max-width: 800px) {
  .fontll {
    font-size: 18px !important;
  }
}

.fontl {
  font-size: 18px !important;
}

@media screen and (max-width: 800px) {
  .fontl {
    font-size: 16px !important;
  }
}

.fontm {
  font-size: 16px !important;
}

@media screen and (max-width: 800px) {
  .fontm {
    font-size: 14px !important;
  }
}

.fonts {
  font-size: 14px !important;
}

@media screen and (max-width: 800px) {
  .fonts {
    font-size: 12px !important;
  }
}

.fontss {
  font-size: 12px !important;
}

@media screen and (max-width: 800px) {
  .fontss {
    font-size: 11px !important;
  }
}

.fontxs {
  font-size: 10px !important;
}

/* --------------------------------
タイトル
---------------------------------*/

.title {
  color: #676767;
  /* display: inline-block; */
  font-weight: bold;
  font-size: 30px;
  line-height: 21px;
  position: relative;
  top: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .title {
    font-size: 24px;
  }
}

.title_icon {
  margin-right: 0.5rem;
  width: 30px;
}

/* --------------------------------
ボタン
---------------------------------*/

.btn {
  margin: 0 auto;
  width: 100%;
}

.btn a {
  border-radius: 10px;
  color: #ef93b6;
  border: 1px solid #ef93b6;
  display: block;
  padding: 0.2rem 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

/* --------------------------------
ヘッダー
---------------------------------*/

header {
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
  height: 80px;
  width: 100%;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  header {
    height: 60px;
    top: 7px;
    position: fixed;
    border-bottom: none;
  }

  header img {
    top: 0px;
    width: 120px;
    display: block;
    margin: 0 auto;
  }
}

header .drawer_button {
  cursor: pointer;
  height: 50px;
  position: absolute;
  top: 8px;
  left: 0;
  width: 55px;
}

header .drawer_button span {
  color: #f3d693;
  background: -webkit-linear-gradient(top, #a58029 0%, #f3d693 50%, #f3d693 51%, #a58029 100%);
  border-radius: 10px;
  display: block;
  height: 3px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

header .drawer_button span.bar1 {
  top: 10px;
  width: 25px;
}

header .drawer_button span.bar2 {
  top: 19px;
  width: 25px;
  opacity: 1;
}

header .drawer_button span.bar3 {
  top: 27px;
  width: 25px;
}

header .active span.bar1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 20px;
}

header .active span.bar2 {
  opacity: 0;
}

header .active span.bar3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 20px;
}

header nav {
  background-color: #ffffff;
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  header nav {
    background-color: initial;
    background-image: url(/images/header.png);
    background-position: center;
    background-size: cover;
    top: 65px;
  }
}

header nav ul li {
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 0 1.5em;
  margin: 0 auto;
  letter-spacing: 1.3px;
}

@media screen and (max-width: 767px) {
  header nav ul li {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    font-size: 12px;
    border: none;
  }
}

header nav ul li:nth-of-type(1) {
  border-top: none;
}

header nav ul li a {
  color: #737373;
  display: block;
  font-family: "Montserrat", sans-serif;
  padding: 0 1.5em;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 60px;
  height: 60px;
}

@media screen and (max-width: 767px) {
  header nav ul li a {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .header_area .login_link {
    height: 8px;
    position: fixed;
    top: 0;
    z-index: 10;
  }

  .header_area .login_link .row {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header_btn {
    background-color: #560102;
    border: 2px solid #b70002;
    background-image: initial;
    color: #fff;
    height: 35px;
    font-size: 12px;
    line-height: 30px;
    padding: 0;
    width: 70px;
  }
}

.header-howto,
.header-about {
  padding-bottom: 530px;
}

@media screen and (max-width: 800px) {
  .header-howto,
  .header-about {
    padding-bottom: 300px;
  }
}

@media screen and (max-width: 767px) {
  .header-howto,
  .header-about {
    padding-bottom: 350px;
  }
}

