/*----------------------------------------
** mcframe Day 2019
** mcframeday.com
** common
----------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700,900");
@import url("https://fonts.googleapis.com/css?family=Fanwood+Text&display=swap");
@-ms-viewport {
  width: auto;
  initial-scale: 1;
}
@viewport {
  width: device-width;
}

html {
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}
html,
body {
  min-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
}
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  background: #000;
  color: #fff;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
a:active,
a:focus {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  a:hover,
  a:active,
  a:focus {
    opacity: 0.5;
  }
}
.__dis {
  pointer-events: none;
}
/*-----------------------------------------
** br, etc
-----------------------------------------*/
.for-PC {
  display: inline;
}
.for-SP {
  display: none;
}
@media screen and (max-width: 768px) {
  .for-PC {
    display: none;
  }
  .for-SP {
    display: inline;
  }
}

/*-----------------------------------------
** register banner
-----------------------------------------*/
.__bn-regist {
  width: 150px;
  position: fixed;
  top: 90px;
  right: 8%;
  z-index: 100;
}
.__bn-regist a img {
  transition: 0.3s all;
}
.__bn-regist a:hover img {
  filter: brightness(200%);
}
@media screen and (max-width: 768px) {
  .__bn-regist {
    width: 80px;
    position: fixed;
    top: 70px;
    right: 10px;
    z-index: 10;
  }
}

/*-----------------------------------------
** program banner
-----------------------------------------*/
.__bn-program {
  width: 150px;
  position: fixed;
  top: 250px;
  right: 8%;
  z-index: 100;
}
.__bn-program a img {
  transition: 0.3s all;
}
/* .__bn-regist a:hover img {
  filter: brightness(200%);
} */
@media screen and (max-width: 768px) {
  .__bn-program {
    width: 80px;
    position: fixed;
    top: 160px;
    right: 10px;
    z-index: 10;
  }
}

/*-----------------------------------------
** 見出し
-----------------------------------------*/
.__line-LR {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.__line-LR:before,
.__line-LR:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  /*width: 200px !important;*/
  background: #783264;
  display: block;
}
.__line-LR:before {
  margin-right: 0.8em;
}
.__line-LR:after {
  margin-left: 0.8em;
}

/*-----------------------------------------
** loading
-----------------------------------------*/
.__loadingWrap {
  width: 100%;
  height: 100%;
  background: #a0b4be;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  /*display: none;*/
}
@media screen and (max-width: 768px) {
  .__loadingWrap img {
    position: absolute;
    top: 45%;
    right: 50%;
    transform: translateX(50%);
    max-width: 80px;
  }
}

/* spinner */
.spinner {
  width: 40px;
  height: 40px;

  /*position: relative;
	margin: 100px auto;*/
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/*-----------------------------------------
** wrapper, section, .__inner
-----------------------------------------*/
#wrapper {
  opacity: 1;
}
#wrapper.load {
  opacity: 1;
}
#wrapper {
  width: 100%;
  /* height: 100%; */
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-width: 1050px;
  margin: 0 auto;
  padding-top: 60px;
  overflow-x: hidden;
}
section {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
.__inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #wrapper {
    min-width: 100%;
    padding-top: 30px;
  }
  .__inner {
    width: 100%;
    /* overflow-x: hidden; */
  }
}

section h3 {
  position: relative;
  margin: 0 0 80px;
  /* z-index: 2; */
}
.__h-left::before {
  content: "";
  width: 1000px;
  height: 200px;
  background: url(../img/bg-h-left.png) right center no-repeat;
  background-size: 1000px 200px;
  position: absolute;
  right: -150px;
  bottom: 20%;
  transform: translateY(50%);
  z-index: -1;
}
.__h-right::before {
  content: "";
  width: 1000px;
  height: 200px;
  background: url(../img/bg-h-right.png) left center no-repeat;
  background-size: 1000px 200px;
  position: absolute;
  left: -150px;
  bottom: 20%;
  transform: translateY(50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section h3 {
    position: relative;
    margin: 0 0 40px;
    /* z-index: 2; */
  }
  .__h-left::before {
    content: "";
    width: 150%;
    height: 200px;
    background: url(../img/bg-h-left.png) left center no-repeat;
    background-size: contain;
    position: absolute;
    right: inherit;
    left: 0;
    bottom: 20%;
    transform: translateY(50%);
    z-index: -1;
  }
  .__h-right::before {
    content: "";
    width: 150%;
    height: 200px;
    background: url(../img/bg-h-right.png) left center no-repeat;
    background-size: contain;
    position: absolute;
    left: inherit;
    right: 0;
    bottom: 20%;
    transform: translateY(50%);
    z-index: -1;
  }
}

/*----------------------------------------
** header
----------------------------------------*/
header {
  width: 100%;
  min-width: 1050px;
  height: 60px;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(77, 77, 77, 1);
  display: flex;
  z-index: 100;
}
header h1 {
  margin: 0 20px 0 0;
  padding: 0;
  width: 110px;
  display: flex;
  align-items: center;
}
header h1 a {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
header .__fb-share {
  margin: 0 40px 0 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header {
    min-width: 100%;
  }
  header h1 a {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
  header .__fb-share {
    margin: 0 20px 0 auto;
    display: flex;
    align-items: center;
  }
}
header.__fixed {
  background: rgba(77, 77, 77, 0.9);
}

/*----------------------------------------
** FOOTER
----------------------------------------*/
footer {
  padding: 10px 20px;
  background: rgba(77, 77, 77, 1);
  color: #fff;
  text-align: center;
}
footer .__copyrights {
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  margin: 0;
}
@media screen and (max-width: 768px) {
}
