@charset "UTF-8";
/*
Theme Name: DENKI GROOVE
Theme URI:
Author: THE GUILD
Author URI: http://theguild.jp
Description:
Requires at least: WordPress 4.9.6
Version: 1.0
License:
License URI:
*/
html,
body {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  margin: 0; }

p {
  margin: 0; }

dl,
ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border-width: 0;
  padding: 0; }

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 0;
  font-size: 1rem;
  padding: 0; }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 0;
  font-size: 1rem;
  padding: 0; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: currentColor; }

body {
  background-color: #000;
  border-color: #fff;
  color: #fff;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif; }

a:hover {
  opacity: .6; }

.pageFooter {
  background-color: #333;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 72px 96px; }
  @media only screen and (max-width: 767px) {
    .pageFooter {
      display: block;
      padding: 62px 24px 97px; } }
  .pageFooter .snsIconLinks {
    margin-top: -6px; }
    @media only screen and (max-width: 767px) {
      .pageFooter .snsIconLinks {
        margin-bottom: 32px; } }
  .pageFooter_layout_text {
    display: -webkit-box;
    display: flex;
    height: 24px; }
    .pageFooter_layout_text_copyright, .pageFooter_layout_text_contact {
      box-sizing: border-box;
      font-size: 22px;
      line-height: 24px; }
      @media only screen and (max-width: 767px) {
        .pageFooter_layout_text_copyright, .pageFooter_layout_text_contact {
          font-size: 16px;
          height: 20px;
          line-height: 16.4px; } }
    .pageFooter_layout_text_copyright {
      margin-right: 20px; }
      @media only screen and (max-width: 767px) {
        .pageFooter_layout_text_copyright {
          margin-right: 15px; } }
    .pageFooter_layout_text_contact {
      border-left: 1px solid;
      padding-left: 20px;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .pageFooter_layout_text_contact {
          padding-left: 15px; } }
  .pageFooter_layout .pageFooter_attention {
    margin-top: 31px; }
    .pageFooter_layout .pageFooter_attention_text {
      font-family: "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
      font-size: 12px;
      letter-spacing: .025em;
      line-height: 12px;
      margin-bottom: 9px; }
    @media only screen and (max-width: 767px) {
      .pageFooter_layout .pageFooter_attention {
        margin-top: 24px; } }

.home .pageFooter,
.menuContainer .pageFooter {
  background: none;
  bottom: 117px;
  color: currentColor;
  height: 63px;
  left: 96px;
  padding: 0;
  position: absolute; }
  @media only screen and (min-width: 1280px) {
    .home .pageFooter,
    .menuContainer .pageFooter {
      bottom: 9.14062vw;
      left: 7.5vw; }
      .home .pageFooter_text,
      .menuContainer .pageFooter_text {
        height: 1.875vw; }
        .home .pageFooter_text_copyright, .home .pageFooter_text_contact,
        .menuContainer .pageFooter_text_copyright,
        .menuContainer .pageFooter_text_contact {
          font-size: 1.71875vw;
          line-height: 1.875vw; }
        .home .pageFooter_text_copyright,
        .menuContainer .pageFooter_text_copyright {
          margin-right: 1.5625vw; }
        .home .pageFooter_text_contact,
        .menuContainer .pageFooter_text_contact {
          padding-left: 1.5625vw; }
      .home .pageFooter_attention,
      .menuContainer .pageFooter_attention {
        margin-top: 2.42188vw; }
        .home .pageFooter_attention_text,
        .menuContainer .pageFooter_attention_text {
          font-size: 0.9375vw;
          line-height: 0.9375vw;
          margin-bottom: 0.70312vw; } }
  .home .pageFooter .snsIconLinks,
  .menuContainer .pageFooter .snsIconLinks {
    display: none; }
  @media only screen and (max-width: 767px) {
    .home .pageFooter,
    .menuContainer .pageFooter {
      padding: 32px 24px 24px;
      position: static; } }

.largeMenu_item {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .025em;
  line-height: 32px; }
  @media only screen and (max-width: 767px) {
    .largeMenu_item {
      font-size: 24px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .largeMenu_item {
      font-size: 2.5vw;
      line-height: 2.5vw; } }

.mainSection {
  margin-bottom: auto;
  padding: 163px 96px; }
  @media only screen and (max-width: 767px) {
    .mainSection {
      padding: 50px 7.5vw 53px; } }

.menuIcon {
  cursor: pointer;
  height: 48px;
  width: 48px; }
  .menuIcon_part {
    background: #fff;
    height: 2px;
    left: 0;
    margin: auto;
    position: relative;
    right: 0;
    -webkit-transition: top 200ms ease-out 0s, -webkit-transform 200ms ease-out 0s;
    transition: top 200ms ease-out 0s, -webkit-transform 200ms ease-out 0s;
    transition: transform 200ms ease-out 0s, top 200ms ease-out 0s;
    transition: transform 200ms ease-out 0s, top 200ms ease-out 0s, -webkit-transform 200ms ease-out 0s;
    width: 28px; }
    @media only screen and (max-width: 767px) {
      .menuIcon_part {
        height: 2px;
        width: 20px; } }
    .menuIcon_part-top {
      top: calc(50% - 3px); }
    .menuIcon_part-bottom {
      top: calc(50% + 3px); }
  .menuIcon-close .menuIcon_part-top {
    top: calc(50% + 1px);
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    width: 24px; }
  .menuIcon-close .menuIcon_part-bottom {
    top: calc(50% - 1px);
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    width: 24px; }

.menu {
  left: 24px;
  position: absolute;
  top: 59px;
  z-index: 100; }
  @media only screen and (max-width: 767px) {
    .menu {
      left: 10px;
      top: 12px; } }

.menuContents {
  box-sizing: border-box;
  height: 100%;
  left: 0;
  overflow: hidden;
  padding: 68px 96px;
  position: relative;
  top: 0;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .menuContents {
      padding: 26px 24px; } }
  .menuContents_logo {
    height: 80px;
    position: absolute;
    right: 96px;
    top: 68px;
    width: 407px; }
    @media only screen and (max-width: 767px) {
      .menuContents_logo {
        height: 20px;
        right: 24px;
        top: 26px;
        width: 101.8px; } }
    .menuContents_logo .svg {
      fill: #fcf100; }
      @media only screen and (max-width: 767px) {
        .menuContents_logo .svg {
          fill: #fff; } }
  @media only screen and (max-width: 767px) {
    .menuContents .menuList {
      margin-top: 70px; } }
  @media only screen and (max-width: 767px) {
    .menuContents .pageFooter {
      padding: 34px 0; } }

.menuContainer {
  display: none;
  height: 100vh;
  width: 100vw; }

.menuBackground {
  background-color: #000;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1; }

.menuBottomLine {
  border-style: solid;
  border-width: 1px 0 0;
  margin: 32px auto 36px 0;
  width: 94px; }
  @media only screen and (max-width: 767px) {
    .menuBottomLine {
      margin: 25px auto 28px 0;
      width: 32px; } }
  @media only screen and (min-width: 1280px) {
    .menuBottomLine {
      margin: 2.5vw auto 2.5vw 0;
      width: 7.34375vw; } }

.pageHeader {
  box-sizing: border-box;
  height: 100px;
  line-height: 48px;
  padding: 68px 96px 0 34px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .pageHeader {
      height: 50px;
      line-height: 28px;
      padding: 0 7.5vw; } }
  .pageHeader_titleWrapper {
    margin: 0 0 0 62px; }
    @media only screen and (max-width: 767px) {
      .pageHeader_titleWrapper {
        margin: 25px 0 0 42px; } }
  .pageHeader_title {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: .025em;
    line-height: 32px; }
    @media only screen and (max-width: 767px) {
      .pageHeader_title {
        font-size: 20px;
        line-height: 26px; } }
  .pageHeader_logo-pc {
    height: 32px;
    width: 163px; }
    @media only screen and (max-width: 767px) {
      .pageHeader_logo-pc {
        display: none; } }
  .pageHeader_logo-sp {
    height: 28px;
    width: 28px;
    margin: 22px 0 0; }
    @media only screen and (min-width: 768px) {
      .pageHeader_logo-sp {
        display: none; } }
  .pageHeader_logo:hover {
    opacity: .6; }

.snsIconLinks {
  display: -webkit-box;
  display: flex; }
  .snsIconLinks_item {
    border-radius: 18px;
    height: 36px;
    margin-right: 16px;
    width: 36px; }
    .snsIconLinks_item:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 767px) {
      .snsIconLinks_item {
        border-radius: 14px;
        height: 28px;
        margin-right: 10px;
        width: 28px; } }
    @media only screen and (min-width: 1280px) {
      .snsIconLinks_item {
        border-radius: 1.40625vw;
        height: 2.8125vw;
        margin-right: 1.25vw;
        width: 2.8125vw; } }

.stickyFooterContainer {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-height: 100vh; }
  .stickyFooterContainer_content {
    -webkit-box-flex: 1;
            flex-grow: 1; }

.homeMain {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw; }
  .homeMain-red {
    background-color: #e60028;
    border-color: #fff;
    color: #fff; }
  .homeMain-orange {
    background-color: #ff7937;
    border-color: #ff2600;
    color: #ff2600; }
  .homeMain-blue {
    background-color: #24287f;
    border-color: #dce127;
    color: #dce127; }
  .homeMain-white {
    background-color: #ffffff;
    border-color: #1A3696;
    color: #1A3696; }
  .homeMain-black {
    background-color: #000000;
    border-color: #A67F3C;
    color: #A67F3C; }
  @media only screen and (max-width: 767px) {
    .homeMain {
      min-width: 0; } }

.homeWrapper {
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: 0; }
  @media only screen and (max-width: 767px) {
    .homeWrapper {
      overflow: hidden; } }
  .homeWrapper.show {
    -webkit-transition: 500ms width cubic-bezier(0.19, 1, 0.22, 1);
    transition: 500ms width cubic-bezier(0.19, 1, 0.22, 1);
    width: 100vw;
    z-index: 100; }
  .homeWrapper.before-hide {
    z-index: 0; }

.homeContent {
  box-sizing: border-box;
  padding: 68px 96px;
  position: relative;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .homeContent {
      display: block;
      padding: 24px 24px 0; } }
  @media only screen and (min-width: 1280px) {
    .homeContent {
      padding: 5.3125vw 7.5vw; } }
  .homeContent_logo {
    height: 80px;
    width: 407px;
    position: absolute;
    top: 68px;
    right: 96px; }
    @media only screen and (max-width: 767px) {
      .homeContent_logo {
        height: 35px;
        margin-bottom: 37px;
        position: static;
        right: auto;
        top: auto;
        width: 183px; } }
    @media only screen and (min-width: 1280px) {
      .homeContent_logo {
        height: auto;
        right: 7.5vw;
        top: 5.3125vw;
        width: 31.79688vw; } }

.articleListItem {
  margin-bottom: 38px; }
  @media only screen and (max-width: 767px) {
    .articleListItem {
      margin-bottom: 28px; } }
  .articleListItem a {
    display: block; }
  .articleListItem_title {
    font-family: "Georgia", "Hiragino Mincho ProN", "游明朝", serif;
    font-size: 28px;
    letter-spacing: .025em;
    line-height: 35.6px;
    margin-bottom: 24px; }
    @media only screen and (max-width: 767px) {
      .articleListItem_title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 13px; } }
  .articleListItem_date {
    font-size: 16px; }
    @media only screen and (max-width: 767px) {
      .articleListItem_date {
        font-size: 14px;
        margin-bottom: 10px; } }
  .articleListItem_hr {
    border-color: #666;
    border-style: solid;
    border-width: 1px 0 0;
    margin: 13px auto 0 0;
    width: 24px; }
    @media only screen and (max-width: 767px) {
      .articleListItem_hr {
        margin: 10px 0 0; } }

.informationContent .articleList {
  margin-bottom: 76px; }
  @media only screen and (max-width: 767px) {
    .informationContent .articleList {
      margin-bottom: 38px; } }

.informationPager {
  display: -webkit-box;
  display: flex;
  font-size: 32px;
  -webkit-box-pack: justify;
          justify-content: space-between;
  letter-spacing: .025em;
  line-height: 38px;
  width: 520px; }
  @media only screen and (max-width: 767px) {
    .informationPager {
      font-size: 18px;
      line-height: 22px;
      width: 100%; } }
  .informationPager_linkLabelPrev::before, .informationPager_linkLabelBack::before {
    content: url("./assets/svg/arrow.svg");
    display: inline-block;
    height: 14px;
    position: relative;
    top: -4px;
    width: 26px;
    margin-right: 36px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }
    @media only screen and (max-width: 767px) {
      .informationPager_linkLabelPrev::before, .informationPager_linkLabelBack::before {
        height: 8px;
        margin-right: 24px;
        top: -2px;
        width: 15px; } }
  .informationPager_linkLabelNext::after {
    content: url("./assets/svg/arrow.svg");
    display: inline-block;
    height: 14px;
    position: relative;
    top: -4px;
    width: 26px;
    margin-left: 36px; }
    @media only screen and (max-width: 767px) {
      .informationPager_linkLabelNext::after {
        height: 8px;
        margin-right: 24px;
        top: -2px;
        width: 15px; } }

.postContent {
  font-family: "Georgia", "Hiragino Mincho ProN", "游明朝", serif;
  font-size: 16px;
  line-height: 32px;
  max-width: 662px; }
  @media only screen and (max-width: 767px) {
    .postContent {
      font-size: 14px;
      line-height: 24px; } }
  .postContent p {
    margin-bottom: 28px; }
    @media only screen and (max-width: 767px) {
      .postContent p {
        margin-bottom: 32px; } }
  .postContent img {
    height: auto;
    width: 100%; }

.contactContent .contactForm {
  margin-top: -24px; }
  .contactContent .contactForm form {
    margin-top: 24px; }
  .contactContent .contactForm .questionItem {
    box-sizing: border-box;
    margin-bottom: 58px;
    max-width: 520px; }
    @media only screen and (max-width: 767px) {
      .contactContent .contactForm .questionItem {
        margin-bottom: 26px; } }
    .contactContent .contactForm .questionItem .questionItem_title {
      display: block; }
      @media only screen and (max-width: 767px) {
        .contactContent .contactForm .questionItem .questionItem_title {
          font-size: 14px;
          line-height: 18px;
          margin-bottom: 0; } }
    .contactContent .contactForm .questionItem .questionItem_field input,
    .contactContent .contactForm .questionItem .questionItem_field select,
    .contactContent .contactForm .questionItem .questionItem_field textarea {
      background-color: #000;
      border: 0;
      border-bottom: solid 1px #fff;
      border-radius: 0;
      box-sizing: border-box;
      color: #fff;
      font-family: "Georgia", "Hiragino Mincho ProN", "游明朝", serif;
      font-size: 20px;
      outline: none;
      padding: 0;
      resize: none;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .contactContent .contactForm .questionItem .questionItem_field input,
        .contactContent .contactForm .questionItem .questionItem_field select,
        .contactContent .contactForm .questionItem .questionItem_field textarea {
          font-size: 14px;
          height: 46px; } }
      .contactContent .contactForm .questionItem .questionItem_field input::-webkit-input-placeholder, .contactContent .contactForm .questionItem .questionItem_field select::-webkit-input-placeholder, .contactContent .contactForm .questionItem .questionItem_field textarea::-webkit-input-placeholder {
        color: #b6b6b6; }
      .contactContent .contactForm .questionItem .questionItem_field input::-moz-placeholder, .contactContent .contactForm .questionItem .questionItem_field select::-moz-placeholder, .contactContent .contactForm .questionItem .questionItem_field textarea::-moz-placeholder {
        color: #b6b6b6; }
      .contactContent .contactForm .questionItem .questionItem_field input:-ms-input-placeholder, .contactContent .contactForm .questionItem .questionItem_field select:-ms-input-placeholder, .contactContent .contactForm .questionItem .questionItem_field textarea:-ms-input-placeholder {
        color: #b6b6b6; }
      .contactContent .contactForm .questionItem .questionItem_field input::-ms-input-placeholder, .contactContent .contactForm .questionItem .questionItem_field select::-ms-input-placeholder, .contactContent .contactForm .questionItem .questionItem_field textarea::-ms-input-placeholder {
        color: #b6b6b6; }
      .contactContent .contactForm .questionItem .questionItem_field input::placeholder,
      .contactContent .contactForm .questionItem .questionItem_field select::placeholder,
      .contactContent .contactForm .questionItem .questionItem_field textarea::placeholder {
        color: #b6b6b6; }
    .contactContent .contactForm .questionItem .questionItem_field input,
    .contactContent .contactForm .questionItem .questionItem_field select {
      height: 66px; }
    .contactContent .contactForm .questionItem.textarea .questionItem_field {
      padding: 16px 0; }
      .contactContent .contactForm .questionItem.textarea .questionItem_field .your-message {
        vertical-align: top; }
        .contactContent .contactForm .questionItem.textarea .questionItem_field .your-message textarea {
          box-sizing: content-box;
          height: 28px;
          line-height: 28px;
          min-height: 28px;
          padding-bottom: 18px; }
    .contactContent .contactForm .questionItem.addArrow span.your-subject {
      position: relative; }
      .contactContent .contactForm .questionItem.addArrow span.your-subject::after {
        bottom: 4px;
        content: url("./assets/svg/arrow.svg");
        display: inline-block;
        height: 8px;
        line-height: 0;
        position: absolute;
        right: 6px;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        width: 15px; }
        @media only screen and (max-width: 767px) {
          .contactContent .contactForm .questionItem.addArrow span.your-subject::after {
            bottom: 4px;
            height: 6px;
            right: 5px;
            width: 11.3px; } }
  .contactContent .contactForm .sendButton {
    box-sizing: border-box;
    height: 88px;
    margin-top: 10px;
    outline: none;
    padding-right: 106px;
    position: relative;
    width: 520px; }
    @media only screen and (max-width: 767px) {
      .contactContent .contactForm .sendButton {
        height: 44px;
        padding-right: 50px;
        width: 100%; } }
    .contactContent .contactForm .sendButton .send {
      background-color: inherit;
      color: #fff;
      display: block;
      font-family: "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
      font-size: 32px;
      height: 100%;
      outline: none;
      text-align: right;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .contactContent .contactForm .sendButton .send {
          font-size: 18px;
          width: 100%; } }
    .contactContent .contactForm .sendButton::after {
      content: url("./assets/svg/arrow.svg");
      height: 14px;
      line-height: 0;
      position: absolute;
      right: 42px;
      top: 37px;
      width: 26px;
      z-index: 100; }
      @media only screen and (max-width: 767px) {
        .contactContent .contactForm .sendButton::after {
          height: 8px;
          right: 20px;
          top: 18px;
          width: 15px;
          z-index: 100; } }
  .contactContent .contactForm .send-background-red {
    background-color: #e60028;
    cursor: pointer; }
    .contactContent .contactForm .send-background-red .send {
      cursor: pointer; }
  .contactContent .contactForm .screen-reader-response ul,
  .contactContent .contactForm .wpcf7-validation-errors {
    display: none; }
  .contactContent .contactForm .screen-reader-response,
  .contactContent .contactForm .wpcf7-not-valid-tip {
    color: #f00;
    display: block;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-size: 16px;
    line-height: 28px;
    margin: 24px 0 0; }
    @media only screen and (max-width: 767px) {
      .contactContent .contactForm .screen-reader-response,
      .contactContent .contactForm .wpcf7-not-valid-tip {
        font-size: 14px;
        line-height: 18px;
        margin: 12px 0 0; } }
    .contactContent .contactForm .screen-reader-response:first-child,
    .contactContent .contactForm .wpcf7-not-valid-tip:first-child {
      margin: 0 0 58px; }
      @media only screen and (max-width: 767px) {
        .contactContent .contactForm .screen-reader-response:first-child,
        .contactContent .contactForm .wpcf7-not-valid-tip:first-child {
          margin: 0 0 26px; } }
      .contactContent .contactForm .screen-reader-response:first-child:empty,
      .contactContent .contactForm .wpcf7-not-valid-tip:first-child:empty {
        margin: 0; }
  .contactContent .contactForm .ajax-loader {
    background: none; }
  .contactContent .contactForm .wpcf7-response-output {
    box-sizing: border-box;
    margin: 2em 0;
    max-width: 520px;
    padding: 0.5em 1em; }
    @media only screen and (max-width: 767px) {
      .contactContent .contactForm .wpcf7-response-output {
        max-width: 100%;
        padding: 0.5em 0.75em; } }
  .contactContent .contactForm .wpcf7-mail-sent-ok {
    border: 1px solid #fff; }

.errorPageContent {
  font-family: "Georgia", "Hiragino Mincho ProN", "游明朝", serif;
  font-size: 16px;
  line-height: 32px; }
  @media only screen and (max-width: 767px) {
    .errorPageContent {
      font-size: 14px;
      line-height: 24px; } }
  .errorPageContent_homeLink {
    text-decoration: underline; }

.fanclubContent_logo {
  height: 120px;
  margin-bottom: 39px;
  width: auto; }
  @media only screen and (max-width: 767px) {
    .fanclubContent_logo {
      height: 80px;
      margin-bottom: 33px; } }

.fanclubContent_summary {
  font-family: "Georgia", "Hiragino Mincho ProN", "游明朝", serif;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 114px; }
  @media only screen and (max-width: 767px) {
    .fanclubContent_summary {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 33px; } }

.fanclubContent_contentBlock {
  margin-bottom: 58px;
  font-family: "Georgia", "Hiragino Mincho ProN", "游明朝", serif;
  font-size: 16px;
  line-height: 32px; }
  @media only screen and (max-width: 767px) {
    .fanclubContent_contentBlock {
      margin-bottom: 33px;
      font-size: 14px;
      line-height: 24px; } }

.fanclubContent_contentBlockTitle {
  font-size: 16px;
  margin-bottom: 26px; }
  @media only screen and (max-width: 767px) {
    .fanclubContent_contentBlockTitle {
      font-size: 12px;
      margin-bottom: 17px; } }

.fanclubContent_benefitListItem {
  display: -webkit-box;
  display: flex; }
  .fanclubContent_benefitListItem .topics {
    display: block;
    font-size: 16px;
    line-height: 32px;
    width: 60px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .fanclubContent_benefitListItem .topics {
        font-size: 14px;
        line-height: 24px;
        width: 52px; } }
  .fanclubContent_benefitListItem .topicContent {
    -webkit-box-flex: 1;
            flex: 1;
    margin-left: 20px; }

.fanclubContent_noticeList {
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 16px; }

.fanclubLinkThumb {
  display: block;
  margin-right: 32px;
  width: 203px; }
  @media only screen and (max-width: 767px) {
    .fanclubLinkThumb {
      margin-bottom: 32px;
      margin-right: 0;
      width: 100%; } }
  .fanclubLinkThumb_img {
    height: auto;
    margin-bottom: 7px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .fanclubLinkThumb_img {
        margin-bottom: 12px; } }
  .fanclubLinkThumb_label {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .fanclubLinkThumb_label {
        -webkit-box-pack: start;
                justify-content: flex-start; } }
    .fanclubLinkThumb_label::before {
      content: url("./assets/svg/arrow.svg");
      display: block;
      fill: #fff;
      height: 8px;
      line-height: 0;
      margin-top: 8px;
      width: 15px; }
      @media only screen and (max-width: 767px) {
        .fanclubLinkThumb_label::before {
          margin-right: 22px; } }

.fanclubLinks {
  color: inherit;
  display: -webkit-box;
  display: flex;
  font-size: 20px;
  line-height: 24px;
  padding-top: 10px; }
  @media only screen and (max-width: 767px) {
    .fanclubLinks {
      display: block; } }
  .fanclubLinks_item {
    margin-right: 32px;
    width: 203px; }
    @media only screen and (max-width: 767px) {
      .fanclubLinks_item {
        margin-bottom: 32px;
        margin-right: 0;
        width: 100%; } }

.profileContent_summary {
  font-family: "Georgia", "Hiragino Mincho ProN", "游明朝", serif;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 82px;
  width: 662px; }
  @media only screen and (max-width: 767px) {
    .profileContent_summary {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 43px;
      width: auto; } }

.profileMemberInfo_name {
  font-family: "Georgia", "Hiragino Mincho ProN", "游明朝", serif;
  font-size: 28px;
  letter-spacing: .025em;
  margin-bottom: 11px; }
  @media only screen and (max-width: 767px) {
    .profileMemberInfo_name {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 3px; } }

.profileMemberLinks {
  font-size: 20px;
  line-height: 24px; }
  @media only screen and (max-width: 767px) {
    .profileMemberLinks {
      font-size: 16px;
      line-height: 20px; } }
  .profileMemberLinks_itemLink {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    letter-spacing: .05em;
    line-height: 24px; }
    .profileMemberLinks_itemLink::before {
      content: url("./assets/svg/arrow.svg");
      display: block;
      height: 8px;
      line-height: 0;
      margin-left: 1px;
      margin-right: 34px;
      width: 15px; }
      @media only screen and (max-width: 767px) {
        .profileMemberLinks_itemLink::before {
          height: 6px;
          margin-right: 31px;
          width: 11px; } }

.profileMembers {
  display: -webkit-box;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .profileMembers {
      display: block; } }
  .profileMembers_item {
    margin-right: 133px; }
    @media only screen and (max-width: 767px) {
      .profileMembers_item {
        margin-bottom: 25px; } }
    @media only screen and (max-width: 767px) {
      .profileMembers_item:last-child {
        margin-bottom: 0; } }

.recentInformation {
  background-color: #1a1a1a;
  padding: 68px 94px 163px; }
  @media only screen and (max-width: 767px) {
    .recentInformation {
      padding: 29px 24px 57px; } }
  .recentInformation_title {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: .025em;
    line-height: 32px;
    margin-bottom: 164px; }
    @media only screen and (max-width: 767px) {
      .recentInformation_title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 60px; } }
  .recentInformation_contents {
    margin-bottom: 104px; }
    @media only screen and (max-width: 767px) {
      .recentInformation_contents {
        margin-bottom: 38px; } }

.termsBlock {
  margin-bottom: 56px; }
  @media only screen and (max-width: 767px) {
    .termsBlock {
      margin-bottom: 33px; } }
  .termsBlock_title {
    font-family: "Georgia", "Hiragino Mincho ProN", "游明朝", serif;
    font-size: 28px;
    letter-spacing: .025em;
    margin-bottom: 27px; }
    @media only screen and (max-width: 767px) {
      .termsBlock_title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 17px; } }
  .termsBlock_subTitle {
    font-family: "Georgia", "Hiragino Mincho ProN", "游明朝", serif;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 27px; }
    @media only screen and (max-width: 767px) {
      .termsBlock_subTitle {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 17px; } }
  .termsBlock_text {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 27px;
    max-width: 710px; }
    @media only screen and (max-width: 767px) {
      .termsBlock_text {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 17px;
        margin-bottom: 33px; } }
  .termsBlock_list {
    font-size: 16px;
    line-height: 32px;
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 16px;
    max-width: 710px; }
    @media only screen and (max-width: 767px) {
      .termsBlock_list {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 33px; } }

.termsContent {
  font-family: "Georgia", "Hiragino Mincho ProN", "游明朝", serif; }
