@charset "UTF-8";
@import url("https://use.typekit.net/bfr5ckl.css");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* Layout*********************************** */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

/* Elements*********************************** */
ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
  border-style: none;
}


/* Attributes & states*********************************** */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* ================================================================

base

================================================================ */


html {
  overflow-y: scroll;
  scroll-behavior: smooth;
  font-size: 62.5%;
	-webkit-appearance: none;
}


/* ================================================================
 ヘッダーエリア
  ================================================================ */
.c-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: backgroud-color 0.3s;
	background-color: #000;
}
.c-header.-active .c-header_wrap {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
.c-header.-active .c-header_menuBtn_img {
  top: 0.4rem;
}
.c-header_wrap {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 128rem;
  width: 98%;
  margin-top: 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: margin 0.3s;
}
@media only screen and (max-width: 769px) {
  .c-header_wrap {
    width: 92%;
    max-width: 88%;
  }
}
@media only screen and (max-width: 769px) {
  .c-header_wrap {
    display: block;
    margin-top: 1.2rem;
  }
}
.c-header_logo {
  height: 60px;
  transition: 0.3s;
}
.c-header_logo:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 769px) {
  .c-header_logo {
    height: 60px;
  }
}

.c-header_logo img {
  vertical-align: bottom;
	height: 60px;
}
@media only screen and (max-width: 769px) {
  .c-header_logo img {
    width: 140px;
	  height: auto;
  }
}

.c-header_menuBtn {
  visibility: hidden;
  display: none;
}

@media only screen and (max-width: 769px) {
  .c-header_menuBtn {
    visibility: visible;
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    cursor: pointer;
    margin-left: auto;
    z-index: 99999999;
    position: fixed;
    top: 1.2rem;
    right: 6%;
  }

  .c-header_menuBtn.-active {
    background-color: transparent;
  }
  .c-header_menuBtn.-active span {
    background-color: #fff;
  }
  .c-header_menuBtn.-active span.-line01 {
    transform: translateY(0px) translateX(0px) rotate(45deg);
  }
  .c-header_menuBtn.-active span.-line02 {
    opacity: 0;
  }
  .c-header_menuBtn.-active span.-line03 {
    transform: translateY(-16px) translateX(0px) rotate(-45deg);
  }
  .c-header_menuBtn.-active .c-header_menuBtn_img {
    opacity: 0;
  }
  .c-header_menuBtn_wrap {
    width: 20px;
    position: absolute;
    top: 19px;
    right: 0;
  }
  .c-header_menuBtn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
  }
  .c-header_menuBtn span + span {
    margin-top: 6px;
  }
}

@media only screen and (max-width: 769px) {
  .c-header_nav {
    padding: 4rem 2rem 2rem;
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    left: 101%;
    z-index: 99999;
    margin-top: 0;
    background: linear-gradient(140deg, #44009c 20%, #a09bd8 100%);
    display: block;
    transition: 0.3s;
    display: flex;
    align-items: center;
    overflow: auto;
  }
  .c-header_nav.-active {
    left: 0%;
  }
}

.c-header_nav_list {
  display: flex;
  align-items: center;
	color: #fff;
}

@media only screen and (max-width: 769px) {
  .c-header_nav_list {
    display: block;
    width: 77%;
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 769px) {
  .c-header_nav_list li {
    padding-bottom: 1rem;
    border-bottom: 1px solid #fff;
  }
}

.c-header_nav_list li + li {
  margin-left: 2rem;
}

@media only screen and (max-width: 999px) {
  .c-header_nav_list li + li {
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 769px) {
  .c-header_nav_list li + li {
    margin-left: 0rem;
    margin-top: 1rem;
  }
}

.c-header_nav_list li a,
.c-header_nav_list li .-subMenuTitle {
  display: block;
  transition: 0.3s;
  font-size: 1rem;
  color: #fff;
}

@media only screen and (max-width: 769px) {
  .c-header_nav_list li a,
  .c-header_nav_list li .-subMenuTitle {
    color: #fff;
    font-size: 1.4rem;
  }
}

.c-header_nav_list li a:hover,
.c-header_nav_list li .-subMenuTitle:hover {
 color: #a09bd8;
 border-bottom: solid 2px #a09bd8;
}

.c-header_nav_list li .-subMenuTitle:hover {
  color: #fff;
}

@media only screen and (max-width: 769px) {
  .c-header_nav_list li .-subMenuTitle {
    position: relative;
  }
  .c-header_nav_list li .-subMenuTitle:before {
    content: "";
    width: 1.1rem;
    height: 0.1rem;
    background-color: #fff;
    position: absolute;
    top: 1.1rem;
    right: 0.1rem;
  }
  .c-header_nav_list li .-subMenuTitle:after {
    content: "";
    width: 0.1rem;
    height: 1.1rem;
    background-color: #fff;
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
  }
}

@media only screen and (max-width: 769px) {
  .c-header_nav_list li.-online {
    margin-top: 2rem;
    border-bottom: none;
  }
}

.c-header_nav_list li.-online a {
  color: #fff;
  border-radius: 2.2rem;
  line-height: 1;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 769px) {
  .c-header_nav_list li.-online a {
    background-color: #fff;
    color: #a09bd8;
    text-align: center;
    font-weight: bold;
    border-radius: 2.7rem;
  }
}

.c-header_nav_list li.-online a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: 0.5s;
  background: linear-gradient(90deg, #44009c 0%, #a09bd8 100%);
}

.c-header_nav_list li.-online a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background: linear-gradient(-90deg, #44009c 0%, #a09bd8 100%);
}

.c-header_nav_list li.-online a:hover:before {
  opacity: 0;
}

.c-header_nav_list li.-online a span {
  padding: 1rem 3rem 1rem 3rem;
  width: 100%;
  display: block;
  background-size: 1.4rem;
}

@media only screen and (max-width: 769px) {
  .c-header_nav_list li.-online a span {
    background-size: 1.4rem;
    padding: 1.8rem 0 1.8rem 0;
  }
}

/*404?*/

.c-404 {
  padding: 10rem;
  text-align: center;
}

@media only screen and (max-width: 769px) {
  .c-404 {
    padding: 5rem;
  }
}

.c-404_txt {
  text-align: center;
}

.c-404_link {
  display: block;
  text-decoration: underline;
  margin-top: 3rem;
  color: #189fb6;
}

.c-404_link:hover {
  text-decoration: none;
}

/*フッターエリア*/
.c-footer {
	padding: 4.5rem 0;
}

@media only screen and (max-width: 769px) {
  .c-footer {
    padding: 6rem 0;
  }
}

.c-footer_wrap {
  margin-top: 0;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100rem;
  width: 98%;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 769px) {
  .c-footer_wrap {
    width: 92%;
    max-width: 88%;
  }
}

@media only screen and (max-width: 769px) {
  .c-footer_wrap {
    display: block;
  }
}

.c-footer_right {
  width: 46.3rem;
}

@media only screen and (max-width: 769px) {
  .c-footer_right {
    width: 100%;
  }
}

.c-footer_logo {
	width: 100px;
}

@media only screen and (max-width: 769px) {
  .c-footer_logo {
    width: 100px;
    text-align: center;
  }
}

.c-footer_txt01 {
  font-size: 2rem;
  font-weight: bold;
  color: #707070;
  margin-top: 2.4rem;
}

@media only screen and (max-width: 769px) {
  .c-footer_txt01 {
    font-size: 2rem;
    margin-top: 1.2rem;
    text-align: center;
  }
}
.c-footer_wrap02 {
  margin-top: 0;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100rem;
  width: 98%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media only screen and (max-width: 769px) {
  .c-footer_wrap02 {
    width: 92%;
    max-width: 88%;
	  text-align: center;
  }
}

@media only screen and (max-width: 769px) {
  .c-footer_wrap02 {
    display: block;
  }
}
.c-footer_privacy a {
  color: #efefef;
}
@media only screen and (max-width: 769px) {
  .c-footer_privacy a {
    font-size: 1.4rem;
  }
}
.c-footer_privacy a:hover {
  text-decoration: underline;
}

.c-footer_copy {
  color: #EFEFEF;
  text-align: center;
	font-size: 14px;
}
