#add-area {
  /* http://meyerweb.com/eric/tools/css/reset/
     v2.0 | 20110126
     License: none (public domain)
  */
  /* HTML5 display-role reset for older browsers */
}
#add-area #add-area-body,
#add-area html,
#add-area body,
#add-area div,
#add-area span,
#add-area applet,
#add-area object,
#add-area iframe,
#add-area h1,
#add-area h2,
#add-area h3,
#add-area h4,
#add-area h5,
#add-area h6,
#add-area p,
#add-area blockquote,
#add-area pre,
#add-area a,
#add-area abbr,
#add-area acronym,
#add-area address,
#add-area big,
#add-area cite,
#add-area code,
#add-area del,
#add-area dfn,
#add-area em,
#add-area img,
#add-area ins,
#add-area kbd,
#add-area q,
#add-area s,
#add-area samp,
#add-area small,
#add-area strike,
#add-area strong,
#add-area sub,
#add-area sup,
#add-area tt,
#add-area var,
#add-area b,
#add-area u,
#add-area i,
#add-area center,
#add-area dl,
#add-area dt,
#add-area dd,
#add-area ol,
#add-area ul,
#add-area li,
#add-area fieldset,
#add-area form,
#add-area label,
#add-area legend,
#add-area table,
#add-area caption,
#add-area tbody,
#add-area tfoot,
#add-area thead,
#add-area tr,
#add-area th,
#add-area td,
#add-area article,
#add-area aside,
#add-area canvas,
#add-area details,
#add-area embed,
#add-area figure,
#add-area figcaption,
#add-area footer,
#add-area header,
#add-area hgroup,
#add-area menu,
#add-area nav,
#add-area output,
#add-area ruby,
#add-area section,
#add-area summary,
#add-area time,
#add-area mark,
#add-area audio,
#add-area video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font-size: 100%;
  line-height: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
#add-area #add-area-body,
#add-area article,
#add-area aside,
#add-area details,
#add-area figcaption,
#add-area figure,
#add-area footer,
#add-area header,
#add-area hgroup,
#add-area menu,
#add-area nav,
#add-area section {
  display: block;
}
#add-area #add-area-body,
#add-area body {
  line-height: 1;
}
#add-area ol,
#add-area ul {
  list-style: none;
}
#add-area blockquote,
#add-area q {
  quotes: none;
}
#add-area blockquote:before,
#add-area blockquote:after,
#add-area q:before,
#add-area q:after {
  content: "";
  content: none;
}
#add-area table {
  border-collapse: collapse;
  border-spacing: 0;
}
#add-area #add-area-body,
#add-area html {
  font-size: 10px;
}
#add-area #add-area-body,
#add-area body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #333;
  background: #fff;
  line-height: 1.3;
}
#add-area a {
  color: #333;
  text-decoration: none;
  transition: 0.3s ease-in-out all;
}
#add-area a:hover {
  opacity: 0.8;
}
#add-area img {
  max-width: 100%;
}
#add-area .campain {
  max-width: 960px;
  width: 94%;
  margin: 0 auto;
}
#add-area .flex {
  display: flex;
}
#add-area .flexWrap {
  flex-wrap: wrap;
}
#add-area .justifyEnd {
  justify-content: flex-end;
}
#add-area .justifyCenter {
  justify-content: center;
}
#add-area .justifyBet {
  justify-content: space-between;
}
#add-area .justifyAround {
  justify-content: space-around;
}
#add-area .itemsCenter {
  align-items: center;
}
#add-area .itemsEnd {
  align-items: flex-end;
}
#add-area .center {
  text-align: center;
}
#add-area .textRight {
  text-align: right;
}
#add-area .pc {
  display: block !important;
}
#add-area .sp {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  #add-area .pc {
    display: none !important;
  }
  #add-area .sp {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  #add-area .pcOnly {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  #add-area .spOnly {
    display: none;
  }
}
#add-area .objectFit {
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#add-area .displayNone {
  display: none;
}
#add-area .breadcrumb {
  font-size: 12px;
  padding: 22px 0 60px 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  #add-area .breadcrumb {
    display: none;
  }
}
#add-area .breadcrumb li {
  list-style-type: none;
}
#add-area .breadcrumb li a {
  color: #3f76bd;
}
@media all and (-ms-high-contrast: none) {
  #add-area .breadcrumb li:not(:first-child) a {
    line-height: 1;
  }
}
#add-area .breadcrumb li:not(:last-child) {
  margin-right: 10px;
  padding-right: 15px;
  position: relative;
}
#add-area .breadcrumb li:not(:last-child):after {
  content: "";
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-radius: 1px;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
#add-area input[type=submit] {
  font-family: "Noto Sans JP", sans-serif;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  transition: 0.3s ease-in-out all;
}
#add-area input[type=submit]:hover {
  opacity: 0.8;
}
#add-area input[type=submit]:disabled {
  background: #ccc;
  cursor: default;
}
#add-area input[type=submit]:disabled:hover {
  opacity: 1;
}
#add-area input[type=text],
#add-area input[type=email] {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
#add-area textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  width: 100%;
  height: 220px;
  border: 1px solid #ccc;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  resize: none;
}
#add-area .checkbox {
  padding-left: 25px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
#add-area .checkbox:before,
#add-area .checkbox:after {
  content: "";
  position: absolute;
}
#add-area .checkbox:before {
  width: 16px;
  height: 16px;
  border: 1px solid #c8c9ca;
  border-radius: 3px;
  z-index: 3;
  top: 0;
  left: 0;
}
#add-area .checkbox:after {
  width: 4px;
  height: 9px;
  margin-top: -6px;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  transform: rotate(45deg);
  z-index: 1;
  display: block;
  top: 8px;
  left: 6px;
}
#add-area .checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  box-shadow: 41px 0px #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  z-index: 2;
  display: block;
  position: absolute;
  left: -40px;
}
#add-area .checkbox input[type=checkbox]:checked {
  box-shadow: none;
}
#add-area .radio {
  padding-left: 22px;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
#add-area .radio:before,
#add-area .radio:after {
  content: "";
  position: absolute;
}
#add-area .radio:before {
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 50%;
  z-index: 3;
  top: 7px;
  left: 0;
}
#add-area .radio:after {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #5876b6;
  z-index: 1;
  top: 12px;
  left: 5px;
}
#add-area .radio input[type=radio] {
  width: 20px;
  height: 20px;
  margin: 0;
  box-shadow: 20px -1px #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  z-index: 2;
  position: absolute;
  top: 7px;
  left: -23px;
}
#add-area .radio input[type=radio]:checked {
  box-shadow: none;
}
#add-area .radio input[type=radio]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #fff;
}
#add-area .selectBox01 {
  border: 1px solid #ccc;
  position: relative;
}
#add-area .selectBox01:after {
  content: "";
  width: 4px;
  height: 4px;
  margin: auto 0;
  border: 4px solid transparent;
  border-top: 4px solid #333;
  box-sizing: border-box;
  position: absolute;
  top: 18px;
  right: 15px;
}
#add-area .selectBox01 select {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  width: 100%;
  height: 40px;
  background: none;
  padding-left: 15px;
  border: none;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
}
@media all and (-ms-high-contrast: none) {
  #add-area .selectBox01 select {
    width: 100% !important;
  }
}
#add-area .selectBox01 select:not(:target) {
  width: 130% \9 ;
}
#add-area .selectBox01 select::-ms-expand {
  display: none;
}
#add-area .headerTop {
  margin-top: -86px;
  padding-top: 86px;
}
#add-area .btn01 a,
#add-area .btn01 input {
  color: #fff;
}
#add-area .btn01 a {
  display: block;
}
#add-area .btn01 input {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #add-area .btn01 input {
    height: 45px;
    padding-right: 15px;
  }
}
#add-area .scrollArea01 {
  overflow-y: auto;
  scrollbar-color: #ddd #f4f4f4;
  scrollbar-width: thin;
  scrollbar-base-color: #ddd;
  scrollbar-track-color: #f4f4f4;
  scrollbar-arrow-color: #f4f4f4;
  scrollbar-shadow-color: #ddd;
}
#add-area .scrollArea01::-webkit-scrollbar {
  width: 10px;
}
#add-area .scrollArea01::-webkit-scrollbar-track {
  background: #f4f4f4;
}
#add-area .scrollArea01::-webkit-scrollbar-thumb {
  background: #ddd;
}
#add-area .modalOpen,
#add-area .modalClose {
  cursor: pointer;
  transition: 0.3s ease-in-out all;
}
#add-area .modalOpen:hover,
#add-area .modalClose:hover {
  opacity: 0.8;
}
#add-area .modalOverlay {
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  z-index: 4;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#add-area .modalClose {
  position: absolute;
  top: -35px;
  right: 0;
}
#add-area .modalClose span {
  width: 30px;
  height: 3px;
  margin: auto 0;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
#add-area .modalClose span:first-child {
  transform: rotate(-45deg);
}
#add-area .modalClose span:last-child {
  transform: rotate(45deg);
}
#add-area .modalArea01 {
  margin: auto;
  z-index: 7;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #add-area .modalArea01 {
    width: 80%;
  }
}
#add-area .modalArea01 img {
  max-width: 710px;
  max-height: 600px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #add-area .modalArea01 img {
    max-width: 100%;
    max-height: 340px;
  }
}
#add-area .verticalTop {
  vertical-align: top;
}
#add-area .fadeinUnder {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}
#add-area .fadeinRight {
  opacity: 0;
  transform: translate(50px, 0);
  transition: all 1000ms;
}
#add-area .fadeinLeft {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: all 1000ms;
}
#add-area .fadeinUnder.scrollin,
#add-area .fadeinRight.scrollin,
#add-area .fadeinLeft.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
#add-area .mainContent {
  max-width: 960px;
  width: 100%;
  margin: auto;
  position: relative;
}
#add-area .header {
  width: 100%;
  padding: 25px 0;
  z-index: 9999;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #add-area .header {
    position: fixed;
    padding: 10px 0;
  }
}
#add-area .header .container {
  max-width: inherit;
}
@media print, screen and (min-width: 768px) {
  #add-area .header .container {
    width: 96%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  #add-area .header .container {
    width: 98%;
  }
}
@media screen and (max-width: 767px) {
  #add-area .header .container > .flex {
    height: 52px;
    position: relative;
  }
}
#add-area .header h1 {
  width: 222px;
  height: 36px;
}
@media screen and (max-width: 1300px) {
  #add-area .header h1 {
    width: 190px;
    height: 31px;
  }
}
@media screen and (max-width: 767px) {
  #add-area .header h1 {
    width: 160px;
    height: 26px;
  }
}
@media screen and (max-width: 360px) {
  #add-area .header h1 {
    width: 145px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  #add-area .header h1.active {
    z-index: 2;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #add-area .headerScroll {
    background: #fff;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  #add-area .headerScroll .spBtn01 span {
    background: #333;
  }
}
@media print, screen and (min-width: 768px) {
  #add-area .spBtn01 {
    display: none !important;
  }
}
#add-area .spBtn01.active {
  width: 100%;
  height: 72px;
  background: #fff;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #add-area .spBtn01 .container.active {
    height: 72px;
    position: relative;
  }
}
#add-area .spBtn01 p {
  width: 22px;
  height: 18px;
  transition: all 0.4s;
  position: relative;
}
#add-area .spBtn01 p.active {
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
#add-area .spBtn01 p.active span {
  background: #333;
}
#add-area .spBtn01 p.active span:first-child {
  transform: translateY(8px) rotate(-45deg);
}
#add-area .spBtn01 p.active span:nth-child(2) {
  opacity: 0;
}
#add-area .spBtn01 p.active span:last-child {
  transform: translateY(-8px) rotate(45deg);
}
#add-area .spBtn01 span {
  width: 22px;
  height: 2px;
  margin: 0 auto;
  background: #fff;
  transition: all 0.4s;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
#add-area .spBtn01 span:first-child {
  top: 0;
}
#add-area .spBtn01 span:nth-child(2) {
  top: 8px;
}
#add-area .spBtn01 span:nth-child(3) {
  bottom: 0;
}
#add-area .globalMenuArea01 {
  font-weight: bold;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  #add-area .globalMenuArea01 {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  #add-area .globalMenuArea01 {
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
#add-area .globalMenuArea01 a {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  #add-area .globalMenu01 {
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  #add-area .globalMenu01 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-top: 72px;
    padding-bottom: 72px;
    background: #fff;
    border: 0;
    overflow-y: auto;
    z-index: 9998;
    -ms-overflow-style: none;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #add-area .globalMenu01::-webkit-scrollbar {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  #add-area .globalMenu01 li {
    margin-right: 25px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  #add-area .globalMenu01 li {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  #add-area .globalMenu01 li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #add-area .globalMenu01 li {
    border-top: 1px solid #6789c1;
  }
}
@media screen and (max-width: 767px) {
  #add-area .globalMenu01 li:last-child {
    border-bottom: 1px solid #6789c1;
  }
}
@media screen and (max-width: 767px) {
  #add-area .globalMenu01 a {
    color: #333;
    padding: 15px 0;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #add-area .globalMenu01 span {
    width: 94%;
    margin: 0 auto;
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #add-area .globalMenu01 span:after {
    content: "";
    width: 6px;
    height: 6px;
    margin: auto 0;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    border-radius: 2px;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #add-area .globalMenu01 .dropBtn01 {
    color: #fff;
    padding: 15px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #add-area .globalMenu01 .dropBtn01:before,
  #add-area .globalMenu01 .dropBtn01:after {
    content: "";
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  #add-area .globalMenu01 .dropBtn01:before {
    width: 14px;
    height: 1px;
    margin: auto 0;
    background: #fff;
    border: 0;
    transform: none;
    display: block;
    top: 0;
    right: 15px;
    bottom: 0;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  #add-area .globalMenu01 .dropBtn01:after {
    width: 1px;
    height: 14px;
    background: #fff;
    border: 0;
    transform: none;
    right: 22px;
  }
}
@media screen and (max-width: 767px) {
  #add-area .globalMenu01 .dropBtn01.active:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #add-area .globalMenu01 .drop01 ul {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #add-area .globalMenu01 .drop01 a {
    padding-left: 25px;
  }
}
#add-area .headBtnArea01 {
  display: flex;
}
@media screen and (max-width: 767px) {
  #add-area .headBtnArea01 {
    font-size: 10px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 360px) {
  #add-area .headBtnArea01 {
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  #add-area .headBtnArea01.active {
    margin-right: 37px;
    z-index: 2;
    position: relative;
  }
}
@media screen and (max-width: 360px) {
  #add-area .headBtnArea01.active {
    margin-right: 30px;
  }
}
#add-area .headBtnArea01 li {
  width: 150px;
  border-radius: 3px;
}
@media screen and (max-width: 1400px) {
  #add-area .headBtnArea01 li {
    width: 120px;
  }
}
@media screen and (max-width: 1200px) {
  #add-area .headBtnArea01 li {
    width: 95px;
  }
}
@media screen and (max-width: 767px) {
  #add-area .headBtnArea01 li {
    width: 50px;
  }
}
#add-area .headBtnArea01 a {
  padding: 10px 0;
  display: block;
}
@media screen and (max-width: 767px) {
  #add-area .headBtnArea01 a {
    padding: 5px 0;
  }
}
#add-area .headBtnArea01 span {
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 18px 19px;
}
@media print, screen and (min-width: 768px) {
  #add-area .headBtnArea01 span {
    padding-left: 22px;
  }
}
@media screen and (max-width: 767px) {
  #add-area .headBtnArea01 span {
    padding-top: 25px;
    background-position: 50% 5px;
    background-size: 16px 17px;
    display: block;
  }
}
#add-area .headBtnArea01 .registerBtn01 {
  margin-right: 5px;
  background: #333;
}
#add-area .headBtnArea01 .registerBtn01 span {
  background-image: url("../images/ico_register.svg");
}
#add-area .headBtnArea01 .loginBtn01 {
  background: #333;
}
#add-area .headBtnArea01 .loginBtn01 span {
  padding-bottom: 1px;
  background-image: url("../images/ico_login01.svg");
}
#add-area .footer {
  max-width: 850px;
  width: 90%;
  margin: 0 auto;
  margin-top: 75px;
}
@media (max-width: 767px) {
  #add-area .footer {
    margin-top: 50px;
  }
}
#add-area .footer__list {
  padding-bottom: 35px;
  border-bottom: 1px solid #333;
  display: flex;
}
@media (max-width: 767px) {
  #add-area .footer__list {
    padding-bottom: 25px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
#add-area .footer__item {
  text-align: center;
  width: 25%;
}
@media (max-width: 767px) {
  #add-area .footer__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #add-area .footer__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
#add-area .footer__item a {
  font-size: 1.4rem;
  color: #333;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  #add-area .footer__item a {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  #add-area .footer__item a {
    font-size: 1.4rem;
  }
}
#add-area .footer__copyright {
  text-align: center;
  font-size: 1.2rem;
  padding: 15px 0;
}/*# sourceMappingURL=add-style-basic.css.map */