@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  min-width: 1100px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

body img {
  min-width: auto;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
  pointer-events: none;
}

@media (max-width: 560px) {
  body {
    width: 100%;
    margin: 0 auto;
    min-width: auto;
  }
}

body .patternBlock {
  z-index: -10;
  position: fixed;
  top: 0;
  width: 100vw;
  min-width: 1100px;
  min-height: 1500px;
  overflow-x: hidden;
}

body .patternBlock .patternInner .pattern:nth-child(odd) {
  animation: horizontal1 1s ease-in-out infinite alternate;
}

body .patternBlock .patternInner .pattern:nth-child(even) {
  animation: horizontal2 1s ease-in-out infinite alternate;
}

body .patternBlock .patternInner .pattern__ele {
  position: absolute;
  border-radius: 100%;
  animation: vertical 1s ease-in-out infinite alternate;
}

@keyframes horizontal1 {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes horizontal2 {
  0% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

body .patternBlock .patternInner .pattern .dots--black {
  background: #000;
  background-image: radial-gradient(#fff 22%, transparent 28%), radial-gradient(#fff 22%, transparent 28%);
  background-position: 0 0, 11px 11px;
  background-size: 22px 22px;
}

body .patternBlock .patternInner .pattern .dots--white {
  background: #fff;
  background-image: radial-gradient(#000 22%, transparent 28%), radial-gradient(#000 22%, transparent 28%);
  background-position: 0 0, 11px 11px;
  background-size: 22px 22px;
}

body .patternBlock .patternInner .pattern .flat--black {
  background: #000;
}

body .patternBlock .patternInner .pattern .flat--white {
  border: 1px solid #000;
}

body .patternBlock .patternInner--pc .pattern__ele--01 {
  width: 250px;
  height: 250px;
  top: -10em;
  left: -8em;
  animation-duration: 7.22837s;
}

body .patternBlock .patternInner--pc .pattern__ele--02 {
  width: 300px;
  height: 300px;
  top: -4em;
  right: -12em;
  animation-duration: 1.93977s;
}

body .patternBlock .patternInner--pc .pattern__ele--03 {
  width: 15px;
  height: 15px;
  top: 16em;
  right: 4em;
  animation-duration: 9.02059s;
}

body .patternBlock .patternInner--pc .pattern__ele--04 {
  width: 60px;
  height: 60px;
  top: 22em;
  right: 3em;
  animation-duration: 8.25071s;
}

body .patternBlock .patternInner--pc .pattern__ele--05 {
  width: 20px;
  height: 20px;
  top: 30em;
  right: 6em;
  animation-duration: 5.99798s;
}

body .patternBlock .patternInner--pc .pattern__ele--06 {
  width: 12px;
  height: 12px;
  top: 26em;
  left: 8em;
  animation-duration: 1.35647s;
}

body .patternBlock .patternInner--pc .pattern__ele--07 {
  width: 140px;
  height: 140px;
  top: 28em;
  left: -2em;
  animation-duration: 3.84878s;
}

body .patternBlock .patternInner--pc .pattern__ele--08 {
  width: 50px;
  height: 50px;
  top: 28em;
  left: 4em;
  opacity: 0.6;
  animation-duration: 2.91802s;
}

body .patternBlock .patternInner--pc .pattern__ele--09 {
  width: 200px;
  height: 200px;
  top: 40em;
  left: 4em;
  animation-duration: 7.5891s;
}

body .patternBlock .patternInner--pc .pattern__ele--10 {
  width: 16px;
  height: 16px;
  top: 52em;
  left: 4em;
  animation-duration: 7.76599s;
}

body .patternBlock .patternInner--pc .pattern__ele--11 {
  width: 180px;
  height: 180px;
  top: 38em;
  right: 6em;
  animation-duration: 9.50963s;
}

body .patternBlock .patternInner--pc .pattern__ele--12 {
  width: 30px;
  height: 30px;
  top: 48em;
  right: 2em;
  animation-duration: 7.27629s;
}

body .patternBlock .patternInner--pc .pattern__ele--13 {
  width: 200px;
  height: 200px;
  top: 58em;
  right: -4em;
  animation-duration: 3.20445s;
}

body .patternBlock .patternInner--pc .pattern__ele--14 {
  width: 160px;
  height: 160px;
  top: 72em;
  left: -4em;
  animation-duration: 6.902s;
}

body .patternBlock .patternInner--pc .pattern__ele--15 {
  width: 180px;
  height: 180px;
  top: 64em;
  left: -6em;
  animation-duration: 6.62006s;
}

body .patternBlock .patternInner--pc .pattern__ele--16 {
  width: 40px;
  height: 40px;
  top: 64em;
  left: 2em;
  animation-duration: 5.0099s;
}

body .patternBlock .patternInner--pc .pattern__ele--17 {
  width: 80px;
  height: 80px;
  top: 86em;
  left: 2em;
  opacity: 0.6;
  animation-duration: 8.5864s;
}

body .patternBlock .patternInner--pc .pattern__ele--18 {
  width: 40px;
  height: 40px;
  top: 85em;
  left: 4em;
  animation-duration: 7.6206s;
}

body .patternBlock .patternInner--pc .pattern__ele--19 {
  width: 120px;
  height: 120px;
  top: 82em;
  right: 4em;
  animation-duration: 7.68713s;
}

body .patternBlock .patternInner--pc .pattern__ele--20 {
  width: 50px;
  height: 50px;
  top: 82em;
  right: 3em;
  opacity: 0.6;
  animation-duration: 8.76383s;
}

body .patternBlock .patternInner--sp {
  display: none;
}

body .patternBlock .patternInner--sp .pattern__ele--01 {
  width: 140px;
  height: 140px;
  top: 4em;
  right: -6em;
}

body .patternBlock .patternInner--sp .pattern__ele--02 {
  width: 110px;
  height: 110px;
  top: 12em;
  left: -5em;
}

body .patternBlock .patternInner--sp .pattern__ele--03 {
  width: 80px;
  height: 80px;
  top: 16em;
  right: -3em;
}

body .patternBlock .patternInner--sp .pattern__ele--04 {
  width: 100px;
  height: 100px;
  top: 28em;
  right: -5em;
}

body .patternBlock .patternInner--sp .pattern__ele--05 {
  width: 120px;
  height: 120px;
  top: 56em;
  left: -6em;
}

body .patternBlock .patternInner--sp .pattern__ele--06 {
  width: 120px;
  height: 120px;
  top: 58em;
  right: -5em;
}

body .patternBlock .patternInner--sp .pattern__ele--07 {
  width: 50px;
  height: 50px;
  top: 56em;
  right: -2em;
}

@media (max-width: 560px) {
  body .patternBlock .patternInner--pc {
    display: none;
  }
  body .patternBlock .patternInner--sp {
    display: block;
  }
}

@media (max-width: 560px) {
  body .patternBlock {
    min-width: auto;
    right: 0;
  }
}

body .menu {
  margin: auto;
  position: fixed;
  bottom: 140px;
  right: 140px;
  width: 80px;
  height: 80px;
  z-index: 100;
  text-align: center;
}

body .menu__open {
  display: none;
}

body .menu .menuBtn {
  text-align: center;
  z-index: 2;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  cursor: pointer;
}

body .menu .menuBtn:hover {
  transform: scale(1.2, 1.2) translate3d(0, 0, 0);
  transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

body .menu .menuBtn__img {
  width: 160px;
}

@media (max-width: 560px) {
  body .menu .menuBtn__img {
    width: 120px;
  }
}

body .menu .menuBtn__txt {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 25px;
  line-height: initial;
}

@media (max-width: 560px) {
  body .menu .menuBtn__txt {
    word-break: break-word;
    width: 80px;
    left: 25px;
    bottom: 20px;
    background: #000;
  }
}

body .menu__open:checked + .menuBtn {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 120ms;
  transition-duration: 120ms;
  transform: scale(0.9, 0.9) translate3d(0, 0, 0);
  transform: scale(0.9, 0.9) translate3d(0, 0, 0);
}

body .menu .menuIco {
  background: #7be599;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 0px;
  right: -12px;
}

body .menu .menuIco__line {
  width: 18px;
  height: 4px;
  background: #000;
  position: absolute;
  top: 48%;
  right: 0;
  left: 0;
  margin: auto;
  transition: 0.2s;
}

body .menu .menuIco__line--move {
  transition: 0.2s;
  transform: rotate(90deg);
}

@media (max-width: 560px) {
  body .menu .menuIco {
    bottom: -8px;
    right: -16px;
  }
}

body .menu__open:checked ~ .menuBtn > .menuIco > .menuIco__line--move {
  transform: rotate(0);
}

body .menu__item, body .menu__open--button {
  background: #000;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 180px;
  height: 180px;
  margin-left: -40px;
  position: absolute;
  color: #ffffff;
  text-align: center;
  line-height: 80px;
  transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform ease-out 200ms;
  transition: transform ease-out 200ms;
  transition: transform ease-out 200ms;
  transition: transform ease-out 200ms, transform ease-out 200ms;
}

@media (max-width: 560px) {
  body .menu__item, body .menu__open--button {
    width: 130px;
    height: 130px;
  }
}

body .menu__item {
  font-family: "Roboto", sans-serif;
  background: #fff;
  color: #000;
  border: 2px solid #000;
  width: 120px;
  height: 120px;
  font-size: 18px;
  font-weight: bold;
  line-height: initial;
  transition: 0.1s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40%;
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

@media (max-width: 560px) {
  body .menu__item {
    width: 80px;
    height: 80px;
    font-size: 14px;
  }
}

body .menu__item:hover {
  background: #000;
  color: #fff;
}

body .menu__open:checked ~ .menu__item {
  -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
  transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}

body .menu__open:checked ~ .menu__item:nth-child(3) {
  transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transform: translate3d(30%, -150%, 0);
  transform: translate3d(30%, -150%, 0);
}

@media (max-width: 560px) {
  body .menu__open:checked ~ .menu__item:nth-child(3) {
    transform: translate3d(20%, -120%, 0);
    transform: translate3d(20%, -120%, 0);
  }
}

body .menu__open:checked ~ .menu__item:nth-child(4) {
  transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transform: translate3d(-120%, -130%, 0);
  transform: translate3d(-120%, -130%, 0);
}

@media (max-width: 560px) {
  body .menu__open:checked ~ .menu__item:nth-child(4) {
    transform: translate3d(-100%, -90%, 0);
    transform: translate3d(-100%, -90%, 0);
  }
}

body .menu__open:checked ~ .menu__item:nth-child(5) {
  transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transform: translate3d(-160%, 10%, 0);
  transform: translate3d(-160%, 10%, 0);
}

@media (max-width: 560px) {
  body .menu__open:checked ~ .menu__item:nth-child(5) {
    transform: translate3d(-150%, 30%, 0);
    transform: translate3d(-150%, 30%, 0);
  }
}

body .menu__open:checked ~ .menu__item:nth-child(6) {
  transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  transform: translate3d(-40%, -280%, 0);
  transform: translate3d(-40%, -280%, 0);
}

@media (max-width: 560px) {
  body .menu__open:checked ~ .menu__item:nth-child(6) {
    transform: translate3d(10%, -240%, 0);
    transform: translate3d(10%, -240%, 0);
  }
}

body .menu__open:checked ~ .menu__item:nth-child(7) {
  transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  transform: translate3d(-180%, -270%, 0);
  transform: translate3d(-180%, -270%, 0);
}

@media (max-width: 560px) {
  body .menu__open:checked ~ .menu__item:nth-child(7) {
    transform: translate3d(-100%, -220%, 0);
    transform: translate3d(-100%, -220%, 0);
  }
}

body .menu__open:checked ~ .menu__item:nth-child(8) {
  transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  transform: translate3d(-270%, -160%, 0);
  transform: translate3d(-270%, -160%, 0);
}

@media (max-width: 560px) {
  body .menu__open:checked ~ .menu__item:nth-child(8) {
    transform: translate3d(-200%, -150%, 0);
    transform: translate3d(-200%, -150%, 0);
  }
}

body .menu__open:checked ~ .menu__item:nth-child(9) {
  transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  transform: translate3d(-290%, -30%, 0);
  transform: translate3d(-290%, -30%, 0);
}

@media (max-width: 560px) {
  body .menu__open:checked ~ .menu__item:nth-child(9) {
    transform: translate3d(-240%, -40%, 0);
    transform: translate3d(-240%, -40%, 0);
  }
}

@media (max-width: 560px) {
  body .menu {
    width: 40px;
    height: 10px;
    right: 100px;
  }
}

body .snsBlock {
  z-index: 10;
  position: fixed;
  bottom: 60px;
  right: 0;
  left: 40px;
  width: 25px;
}

body .snsBlock .snsBlickList__item {
  margin-bottom: 20px;
}

body .snsBlock .snsBlickList__item a .ico--youtube::before {
  content: url(../../img/common/youtube_logo.svg);
}

body .snsBlock .snsBlickList__item a .ico--twitter::before {
  content: url(../../img/common/twitter_logo.svg);
}

body .snsBlock .snsBlickList__item a .ico--instagram::before {
  content: url(../../img/common/instagram_logo.svg);
}

body .snsBlock .snsBlickList__item:last-child {
  margin-bottom: 0;
}

@media (max-width: 560px) {
  body .snsBlock {
    display: none !important;
  }
}

body header {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

body header .header--pc {
  margin: 80px 0;
}

body header .header--pc .logoBlock {
  width: 1100px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body header .header--pc .logoBlock .logo {
  display: flex;
  align-items: flex-end;
}

body header .header--pc .logoBlock .logo__img {
  margin-right: 20px;
}

body header .header--pc .logoBlock .logo__ttl {
  font-size: 18px;
  padding-bottom: 10px;
}

body header .header--pc .logoBlock .login {
  display: flex;
  font-size: 14px;
}

body header .header--pc .logoBlock .login__btn {
  padding: 10px 20px;
  transition: 0.2s;
}

body header .header--pc .logoBlock .login__btn:hover {
  opacity: 0.8;
}

body header .header--pc .logoBlock .login__btn--join {
  background-color: #7be599;
}

body header .header--pc .logoBlock .login__btn--login {
  background-color: #db5c79;
}

body header .header--pc nav {
  position: relative;
}

body header .header--pc nav .headerNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
}

body header .header--pc nav .headerNav__item {
  font-size: 18px;
  padding: 20px 15px;
}

body header .header--pc nav .headerNav__item span {
  cursor: pointer;
}

body header .header--pc nav .headerNav__item--megaMenu {
  background: #000;
  color: #fff;
}

body header .header--pc nav .headerNav__item .megaMenu {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  background: #000;
}

body header .header--pc nav .headerNav__item .megaMenu .infoBlock {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  padding: 60px 0 90px;
}

@media (max-width: 560px) {
  body header .header--pc nav .headerNav__item .megaMenu .infoBlock {
    width: 100%;
    min-width: auto;
  }
}

body header .header--pc nav .headerNav__item .megaMenu .infoBlock__logo {
  margin-right: 140px;
}

body header .header--pc nav .headerNav__item .megaMenu .infoBlock__logo img {
  margin-bottom: 20px;
}

body header .header--pc nav .headerNav__item .megaMenu .infoBlock__logo .login {
  display: flex;
  font-size: 14px;
}

body header .header--pc nav .headerNav__item .megaMenu .infoBlock__logo .login__btn {
  padding: 10px 20px;
  transition: 0.2s;
}

body header .header--pc nav .headerNav__item .megaMenu .infoBlock__logo .login__btn:hover {
  opacity: 0.8;
}

body header .header--pc nav .headerNav__item .megaMenu .infoBlock__logo .login__btn--join {
  background-color: #7be599;
}

body header .header--pc nav .headerNav__item .megaMenu .infoBlock__logo .login__btn--login {
  background-color: #db5c79;
}

body header .header--pc nav .headerNav__item .megaMenu .infoBlock nav .fanclubList {
  color: #fff;
  margin-top: 20px;
  width: 600px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

body header .header--pc nav .headerNav__item .megaMenu .infoBlock nav .fanclubList__item {
  flex-basis: 30%;
  margin-bottom: 30px;
}

body header .header--sp {
  display: none;
}

@media (max-width: 560px) {
  body header .header--pc {
    display: none;
  }
  body header .header--sp {
    display: block;
    width: 90%;
    margin: 20px auto 50px;
  }
  body header .header--sp .logo {
    margin: 0 auto 40px;
    display: flex;
    align-items: flex-end;
  }
  body header .header--sp .logo__img {
    width: 30%;
    margin-right: 10px;
  }
  body header .header--sp .logo__ttl {
    font-size: 10px;
    margin-bottom: 5px;
  }
  body header .header--sp .menuBlock {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
  }
  body header .header--sp .menuBlock .headerIco {
    width: 100%;
    display: block;
    width: 60px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 100;
    cursor: pointer;
    background: #000;
    border-radius: 100%;
    width: 60px;
    height: 60px;
  }
  body header .header--sp .menuBlock .headerIco .headerLine {
    background: #fff;
    width: 30px;
    height: 2px;
    border-radius: 2px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.4s;
  }
  body header .header--sp .menuBlock .headerIco .headerLine--top {
    top: 28%;
  }
  body header .header--sp .menuBlock .headerIco .headerLine--middle {
    top: 50%;
    left: 42%;
    width: 20px;
    transform: translate(-50%, -50%);
  }
  body header .header--sp .menuBlock .headerIco .headerLine--bottom {
    bottom: 28%;
  }
  body header .header--sp .menuBlock .close .headerLine {
    background: #fff;
  }
  body header .header--sp .menuBlock .close .headerLine--top {
    transform: translate(-50%, 12px) rotate(45deg);
    transition: transform 0.3s;
  }
  body header .header--sp .menuBlock .close .headerLine--middle {
    opacity: 0;
    transition: opacity 0.3s;
  }
  body header .header--sp .menuBlock .close .headerLine--bottom {
    transform: translate(-50%, -12px) rotate(-45deg);
    transition: transform 0.3s;
  }
  body header .header--sp .menuBlock .contentBlock {
    display: none;
    background-color: #000;
    color: #fff;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }
  body header .header--sp .menuBlock .contentBlock .innerBlock {
    width: 80%;
    margin: 0 auto;
  }
  body header .header--sp .menuBlock .contentBlock .innerBlock .login {
    display: flex;
    font-size: 14px;
    color: #000;
    margin-top: 30px;
  }
  body header .header--sp .menuBlock .contentBlock .innerBlock .login__btn {
    padding: 10px 20px;
    transition: 0.2s;
  }
  body header .header--sp .menuBlock .contentBlock .innerBlock .login__btn:hover {
    opacity: 0.8;
  }
  body header .header--sp .menuBlock .contentBlock .innerBlock .login__btn--join {
    background-color: #7be599;
  }
  body header .header--sp .menuBlock .contentBlock .innerBlock .login__btn--login {
    background-color: #db5c79;
  }
  body header .header--sp .menuBlock .contentBlock .innerBlock nav .headerNav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    margin-top: 120px;
  }
  body header .header--sp .menuBlock .contentBlock .innerBlock nav .headerNav__item {
    font-size: 18px;
    margin-bottom: 40px;
    flex-basis: 50%;
    text-align: left;
  }
  body header .header--sp .menuBlock .contentBlock .innerBlock nav .headerNav__item:nth-of-type(2), body header .header--sp .menuBlock .contentBlock .innerBlock nav .headerNav__item:nth-of-type(4), body header .header--sp .menuBlock .contentBlock .innerBlock nav .headerNav__item:nth-of-type(6), body header .header--sp .menuBlock .contentBlock .innerBlock nav .headerNav__item:nth-of-type(8) {
    flex-basis: 40%;
  }
  body header .header--sp .menuBlock .contentBlock .innerBlock .snsBlickList {
    z-index: 10;
    width: 60%;
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  body header .header--sp .menuBlock .contentBlock .innerBlock .snsBlickList__item a svg {
    fill: #fff;
    width: 30px;
    height: 30px;
  }
}

body .notice {
  background: #D31E47;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  display: block;
  transition: .2s;
}

body .notice .noticeBlock {
  margin: 0 auto;
  text-align: center;
}

body .notice .noticeBlock .list {
  font-size: 14px;
}

body .notice:hover {
  opacity: .8;
}

@media (max-width: 560px) {
  body main {
    width: 95%;
    margin: 0 auto;
  }
}

body main section {
  background: #fff;
  box-sizing: content-box;
  padding: 1%;
}

@media (max-width: 560px) {
  body main section {
    box-sizing: border-box;
    padding: 4%;
  }
}

body footer {
  margin-top: 80px;
  background: #000;
  padding: 40px;
  text-align: center;
  color: #fff;
}

body footer nav {
  font-size: 14px;
  margin-bottom: 60px;
}

body footer nav .headerNav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 850px;
  margin: 0 auto;
}

body footer nav .headerNav__item {
  margin: 0 20px 30px;
}

@media (max-width: 560px) {
  body footer nav .headerNav__item {
    flex-basis: 50%;
    text-align: left;
    margin: 0 0 40px 0;
    line-height: 1.5em;
  }
}

@media (max-width: 560px) {
  body footer nav .headerNav {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }
}

body footer .copyBlock {
  font-size: 12px;
}

body footer .copyBlock__notes {
  margin-bottom: 20px;
}

@media (max-width: 560px) {
  body footer .copyBlock {
    text-align: left;
    line-height: 2em;
    font-size: 10px;
  }
}

body .pageTtl {
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 30px;
  margin: 40px 0;
}

@media (max-width: 560px) {
  body .pageTtl {
    margin: 120px 0 40px;
  }
}

body .listLayout .contentBlock {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
}

@media (max-width: 560px) {
  body .listLayout .contentBlock {
    width: 100%;
    min-width: auto;
  }
}

body .listLayout .contentBlock .tabList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  margin: 0 auto 60px;
  font-weight: bold;
}

body .listLayout .contentBlock .tabList__item {
  display: block;
  cursor: pointer;
  padding: 0 5px 10px;
}

body .listLayout .contentBlock .tabList .is-active {
  border-bottom: 3px solid #000;
}

@media (max-width: 560px) {
  body .listLayout .contentBlock .tabList {
    width: 70%;
  }
}

body .listLayout .contentBlock .list__item {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

body .listLayout .contentBlock .list__item .info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

body .listLayout .contentBlock .list__item .info__label {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #959595;
  margin-right: 10px;
}

body .listLayout .contentBlock .list__item .info__date {
  font-size: 12px;
  color: #959595;
}

body .listLayout .contentBlock .list__item .ttl {
  font-size: 18px;
  line-height: 1.5em;
}

body .details .contentBlock {
  padding-bottom: 4%;
}

@media (max-width: 560px) {
  body .details .contentBlock {
    box-sizing: border-box;
  }
}

body .details .contentBlock .ttl {
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 10px;
}

body .details .contentBlock .info {
  margin: 60px auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #959595;
  display: flex;
  align-items: center;
}

body .details .contentBlock .info__label {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #959595;
  margin-right: 10px;
}

body .details .contentBlock .info__date {
  font-size: 14px;
  color: #959595;
}

body .details .contentBlock img {
  display: block;
  margin: 0 auto;
  width: 70% !important;
  height: auto !important;
}

@media (max-width: 560px) {
  body .details .contentBlock img {
    width: 100% !important;
  }
}

body .details .contentBlock .txt {
  line-height: 2em;
  word-break: break-word;
}

body .details .contentBlock .txt iframe {
  width: 70%;
  display: block;
  margin: 0 auto;
}

@media (max-width: 560px) {
  body .details .contentBlock .txt iframe {
    width: 100%;
    height: 250px;
  }
}

body .details .contentBlock .txt a {
  color: #0018CE;
  font-weight: bold;
}

body .details .contentBlock .comment {
  line-height: 1.5em;
  max-width: 640px;
  margin: 40px auto 0;
}

body .details .contentBlock .video-js {
  height: 56.25% !important;
}

@media (max-width: 560px) {
  body .details .contentBlock .video-js {
    height: 30% !important;
  }
}

body .details .contentBlock .notes {
  width: 640px;
  margin: 40px auto;
  font-size: 14px;
  margin-top: 40px;
  text-align: left;
  line-height: 1.5em;
}

body .details .contentBlock .notes li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}

body .details .contentBlock .notes li::before {
  content: '※';
}

body .details .contentBlock .notes li:last-child {
  margin-bottom: 0;
}

@media (max-width: 560px) {
  body .details .contentBlock .notes {
    width: 100%;
  }
}

body .pager {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 40px auto;
}

body .pager__item {
  display: flex;
  align-items: center;
}

body .pager__item a {
  border-radius: 3px;
  border: 1px solid #000;
  background: #fff;
  padding: 5px 10px;
  margin: 0 5px;
  display: block;
}

body .pager__item .active {
  color: #fff;
  background: #000;
  border-radius: 3px;
  padding: 5px 10px;
  margin: 0 5px;
  display: block;
}

body .pageLink {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  margin: 40px auto;
  font-size: 14px;
  position: relative;
}

@media (max-width: 560px) {
  body .pageLink {
    width: 100%;
    min-width: auto;
  }
}

body .pageLink__item {
  position: absolute;
  border-radius: 3px;
  border: 1px solid #000;
  background: #fff;
  padding: 5px 10px;
  margin: 0;
  width: 100px;
  text-align: center;
}

body .pageLink__item:first-child {
  left: 0;
}

body .pageLink__item:last-child {
  right: 0;
}

body .formLayout .contentBlock {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
  line-height: 1.5em;
}

@media (max-width: 560px) {
  body .formLayout .contentBlock {
    width: 100%;
    min-width: auto;
  }
}

body .formLayout .contentBlock .caption {
  text-align: center;
}

body .formLayout .contentBlock form {
  width: 60%;
  margin: 40px auto;
}

body .formLayout .contentBlock form input[type="submit"],
body .formLayout .contentBlock form input[type="text"],
body .formLayout .contentBlock form select,
body .formLayout .contentBlock form textarea,
body .formLayout .contentBlock form button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
  background: #fff;
  font-size: 16px;
}

body .formLayout .contentBlock form .select_wrap{
  position:relative;
  display: block;
}
body .formLayout .contentBlock form .select_wrap::after{
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  width: 16px;
  height: 16px;
  background: url(../../img/common/select_arrow.svg) no-repeat center;
  background-size: 16px;
  pointer-events: none;
}
body .formLayout .contentBlock form select{
  appearance: none;
  cursor: pointer;
  border-right: 20px solid transparent;
}

body .formLayout .contentBlock form input[type="text"],
body .formLayout .contentBlock form textarea,
body .formLayout .contentBlock form select {
  background: #f8f8f8;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: 100%;
  transition: 0.8s;
  border-radius: 0;
  margin: 5px auto 20px;
}

body .formLayout .contentBlock form .aspform_button input {
  display: block;
  border: 1px solid #000;
  width: 120px;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  margin: 0 auto;
}

body .formLayout .contentBlock form input[type="text"]:focus,
body .formLayout .contentBlock form textarea:focus {
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

body .formLayout .contentBlock form textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}

body .formLayout .contentBlock form input::placeholder,
body .formLayout .contentBlock form textarea::placeholder {
  color: #ccc;
}

body .formLayout .contentBlock form ::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

body .formLayout .contentBlock form ::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

body .formLayout .contentBlock form :-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

body .formLayout .contentBlock form .form-table {
  width: 100%;
}

body .formLayout .contentBlock form .form-table th,
body .formLayout .contentBlock form .form-table td {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 20px;
}

body .formLayout .contentBlock form .form-table th {
  background: #ffecea;
  padding-left: 50px;
  position: relative;
  text-align: left;
  width: 300px;
}

body .formLayout .contentBlock form .aspform_error {
  color: #ff0000;
  font-weight: bold;
  margin: 10px 0;
}

@media (max-width: 560px) {
  body .formLayout .contentBlock form {
    width: 100%;
  }
}

body .formLayout--verification .contentBlock form {
  margin: 40px auto 0;
}

body .formLayout--verification .contentBlock form .aspform_title {
  font-size: 14px;
  margin-bottom: 5px;
}

body .formLayout--verification .contentBlock form .aspform_answer {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

body .formLayout--verification .contentBlock form input[type="submit"],
body .formLayout--verification .contentBlock form input[type="text"],
body .formLayout--verification .contentBlock form select,
body .formLayout--verification .contentBlock form textarea,
body .formLayout--verification .contentBlock form button {
  display: block;
  border: 1px solid #000;
  width: 120px;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  margin: 0 auto;
}

body .formLayout--done {
  height: 40%;
}

body .formLayout--done .contentBlock .caption {
  font-size: 20px;
}
