@charset "UTF-8";
/*----------------------------------------------------------
 *      Initialize
 *----------------------------------------------------------*/
html {
  height: 100%;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px; }
  @media only screen and (max-width: 767px) {
    html {
      min-width: 100%;
      font-size: 10px !important; } }

body {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif !important;
  color: #000000; }
  @media only screen and (max-width: 767px) {
    body {
      min-width: 100%;
      font-size: 10px !important; } }

p {
  margin: 0; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1; }

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1; }

strong {
  font-weight: bold; }

a {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s; }
  @media only screen and (max-width: 767px) {
    a {
      transition: none; } }
  a:hover {
    color: #4ad118;
    text-decoration: none; }
  a:focus {
    color: #4ad118; }

/*----------------------------------------------------------
 *      Common
 *----------------------------------------------------------*/
.contents--wrap {
  width: 1024px;
  min-width: 1024px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .contents--wrap {
      width: 750px;
      min-width: 750px;
      margin: 0 auto; } }

.visible-xs {
  display: none !important; }
  @media only screen and (max-width: 767px) {
    .visible-xs {
      display: block !important; } }

.visible__inline-xs {
  display: none; }
  @media only screen and (max-width: 767px) {
    .visible__inline-xs {
      display: inline; } }

@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

/*----------------------------------------------------------
 *      Head
 *----------------------------------------------------------*/
header {
  height: 90px;
  width: 100%;
  min-width: 1024px;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 100; }
  @media only screen and (max-width: 767px) {
    header {
      height: 140px;
      width: 100%;
      min-width: 750px; } }
  header nav {
    position: absolute;
    top: 0;
    right: 0; }
    header nav ul {
      display: flex;
      flex-wrap: wrap; }
    header nav li {
      margin: 30px 25px 0 25px;
      font-size: 2rem;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 1;
      text-align: center; }
      header nav li a:hover {
        color: #4ad118; }

.head__logo {
  position: absolute;
  top: 51px;
  left: 43px;
  width: 103px;
  height: 52px; }
  .head__logo a {
    display: block;
    width: 100%;
    height: 100%; }
  .head__logo a:hover {
    opacity: 0.6; }
  .head__logo img {
    width: 100%;
    height: auto; }
  @media only screen and (max-width: 767px) {
    .head__logo {
      position: absolute;
      top: 49px;
      left: calc(50% - 53px);
      width: 106px;
      height: 54px; }
      .head__logo a {
        display: block;
        width: 100%;
        height: 100%; }
      .head__logo a:hover {
        opacity: 0.6; }
      .head__logo img {
        width: 100%;
        height: auto; } }

.head__nav__jp {
  display: block;
  margin: 9px 0 0 0;
  color: #cccccc;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1; }

.head__tool__entry {
  margin: 0 0 0 41px; }
  .head__tool__entry a {
    display: block;
    position: relative;
    padding: 0 10px 0 0;
    height: 90px;
    width: 234px;
    background: #000000;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 90px; }
    .head__tool__entry a:hover {
      color: #ffffff;
      background: #4ad118; }
    .head__tool__entry a::before {
      content: '';
      display: block;
      position: absolute;
      top: 34px;
      right: 20px;
      width: 14.5px;
      height: 23px;
      background: url("../images/head__entry__arrow.png") no-repeat;
      background-size: 14.5px 23px; }

.head__menuBtn {
  position: absolute;
  top: 24px;
  right: 17px;
  width: 90px;
  height: 90px; }
  .head__menuBtn a {
    display: block;
    width: 100%;
    height: 100%; }
  .head__menuBtn a:hover {
    opacity: 0.6; }
  .head__menuBtn img {
    width: 100%;
    height: auto; }

/*----------------------------------------------------------
 *      Side
 *----------------------------------------------------------*/
.side__head--wrap {
  position: absolute;
  top: 205px;
  left: 60px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
  width: 106px;
  height: 1033.5px;
  background: url("../images/side__cname.png") no-repeat;
  background-size: 106px 1033.5px;
  transition: all 0.3s;
  z-index: 50; }

.side__head__disable {
  left: -110px; }

.side__head--wrap--sp {
  position: absolute;
  top: 37px;
  left: 30px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
  width: 64px;
  height: 628px;
  background: url("../images/side__cname--sp.png") no-repeat;
  background-size: 64px 628px;
  z-index: 200; }

/*----------------------------------------------------------
 *      SP Menu
 *----------------------------------------------------------*/
.spMenu__head--wrap {
  position: relative;
  height: 140px;
  width: 100%; }

.head__closeBtn {
  position: absolute;
  top: 24px;
  right: 17px;
  width: 90px;
  height: 90px;
  z-index: 550; }
  .head__closeBtn a {
    display: block;
    width: 100%;
    height: 100%; }
  .head__closeBtn a:hover {
    opacity: 0.6; }
  .head__closeBtn img {
    width: 100%;
    height: auto; }

.head__logo__w {
  position: absolute;
  top: 49px;
  left: calc(50% - 53px);
  width: 106px;
  height: 54px; }
  .head__logo__w a {
    display: block;
    width: 100%;
    height: 100%; }
  .head__logo__w a:hover {
    opacity: 0.6; }
  .head__logo__w img {
    width: 100%;
    height: auto; }

.spMenu--area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 750px;
  background: #000000;
  z-index: 500;
  transition: all 0.3s; }

.spMenuList--wrap {
  width: 600px;
  margin: calc(50vh - 450px) auto 0 auto;
  color: #ffffff;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 0.1em; }
  .spMenuList--wrap li {
    margin: 36px 0; }
  .spMenuList--wrap a {
    color: #ffffff; }

/*----------------------------------------------------------
 *      Foot Contact
 *----------------------------------------------------------*/
.foot__contact--area {
  margin: 0 0 25px 0; }
  .foot__contact--area .foot__contactBtn {
    width: 719px;
    height: 180px;
    margin: 0 auto; }
    .foot__contact--area .foot__contactBtn a {
      display: block;
      width: 100%;
      height: 100%; }
    .foot__contact--area .foot__contactBtn a:hover {
      opacity: 0.6; }
    .foot__contact--area .foot__contactBtn img {
      width: 100%;
      height: auto; }

/*----------------------------------------------------------
 *      Footer
 *----------------------------------------------------------*/
footer {
  padding: 52px 0 36px 0;
  background: #000000; }
  footer .contents--wrap {
    width: 100%; }

.foot__logo {
  width: 75px;
  height: 38px;
  margin: 0 auto 38px auto; }
  .foot__logo a {
    display: block;
    width: 100%;
    height: 100%; }
  .foot__logo a:hover {
    opacity: 0.6; }
  .foot__logo img {
    width: 100%;
    height: auto; }
  @media only screen and (max-width: 767px) {
    .foot__logo {
      width: 100px;
      height: 51px; }
      .foot__logo a {
        display: block;
        width: 100%;
        height: 100%; }
      .foot__logo a:hover {
        opacity: 0.6; }
      .foot__logo img {
        width: 100%;
        height: auto; } }

.foot__copyright {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .foot__copyright {
      color: #ffffff;
      font-size: 2rem;
      font-weight: 300;
      letter-spacing: 0.1em; } }

.common--page main {
  min-height: 1280px;
  padding: 184px 0 30px 0; }
  @media only screen and (max-width: 767px) {
    .common--page main {
      min-height: calc(100vh - 500px);
      padding: 140px 0 30px 0; } }

.common__title {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1; }

.common__title__jp {
  color: #999999;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1; }

.common__title__page {
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 0 48px 0;
  padding: 0 0 28px 0;
  border-bottom: 1px solid #000000; }
  @media only screen and (max-width: 767px) {
    .common__title__page {
      padding: 0 0 55px 0;
      border-bottom: 2px solid #dddddd;
      font-size: 3.8rem;
      font-weight: 500;
      letter-spacing: 0.1em;
      line-height: 1;
      text-align: center; } }

.common__title__page__jp {
  margin: 0 0 0 24px;
  color: #999999;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1; }
  @media only screen and (max-width: 767px) {
    .common__title__page__jp {
      display: block;
      margin: 14px 0 0 0;
      color: #999999;
      font-size: 1.8rem;
      font-weight: 300;
      letter-spacing: 0.05em;
      line-height: 1;
      text-align: center; } }

.common__list--wrap dl {
  display: flex;
  flex-wrap: wrap; }

.common__list--wrap dt {
  flex-basis: 250px;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px dotted #000000;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2.22; }
  @media only screen and (max-width: 767px) {
    .common__list--wrap dt {
      padding: 30px 0 0 0;
      border-bottom: none;
      font-size: 2.4rem;
      font-weight: 400;
      letter-spacing: 0.1em;
      line-height: 2.22; } }

.common__list--wrap dd {
  flex-basis: 674px;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px dotted #000000;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2.22; }
  @media only screen and (max-width: 767px) {
    .common__list--wrap dd {
      padding: 8px 0 30px 0;
      font-size: 2.4rem;
      font-weight: 300;
      letter-spacing: 0.1em;
      line-height: 2.22; } }

.common__list--wrap a {
  color: #4ad118; }

/*----------------------------------------------------------
 *      Common Frame
 *----------------------------------------------------------*/
.commonFrame--wrap {
  display: flex;
  flex-wrap: wrap; }

.commonFrame__side {
  flex-basis: 240px;
  margin: 0 74px 0 0; }

.commonFrame__main {
  flex: 1;
  padding: 52px 0 0 0; }

.commonFrame__side--wrap {
  margin: 0 0 43px 0; }
  @media only screen and (max-width: 767px) {
    .commonFrame__side--wrap {
      margin: 0 0 80px 0; } }

.commonFrame__side__name, .commonFrame__side__name__category {
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 0 25px 0; }
  @media only screen and (max-width: 767px) {
    .commonFrame__side__name, .commonFrame__side__name__category {
      padding: 0 0 20px 0;
      border-bottom: 1px solid #000000;
      font-size: 2.4rem;
      font-weight: 500;
      letter-spacing: 0.1em;
      line-height: 1; } }

.commonFrame__side__name__category {
  margin: 0 0 33px 0; }

.commonFrame__side__list {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1; }
  @media only screen and (max-width: 767px) {
    .commonFrame__side__list {
      font-size: 2.4rem;
      font-weight: 300;
      letter-spacing: 0.1em;
      line-height: 1; } }
  .commonFrame__side__list li {
    margin: 0 0 16px 0; }
    @media only screen and (max-width: 767px) {
      .commonFrame__side__list li {
        padding: 0 0 20px 0;
        border-bottom: 1px dotted #000000; } }
  .commonFrame__side__list a {
    display: inline-block;
    width: 100%; }

.commonFrame__side__search--wrap {
  display: flex;
  flex-wrap: wrap; }

.commonFrame__side__search {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  height: 36px;
  width: 177px;
  border: 1px solid #000000;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1; }
  @media only screen and (max-width: 767px) {
    .commonFrame__side__search {
      height: 60px;
      width: 100%;
      padding: 0 20px;
      font-size: 2.4rem;
      font-weight: 300;
      letter-spacing: 0.05em;
      line-height: 1; } }

.commonFrame__side__searchBtn {
  display: inline-block;
  height: 38px;
  width: 60px;
  margin: 0;
  padding: 0;
  background: #000000;
  border: none;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 38px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .commonFrame__side__searchBtn {
      height: 60px;
      width: 320px;
      margin: 50px auto 50px auto;
      color: #ffffff;
      font-size: 2.4rem;
      font-weight: 500;
      letter-spacing: 0.1em;
      line-height: 60px; } }

.commonFrame__side__select {
  display: block;
  outline: none;
  -moz-appearance: none;
  height: 40px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid #000000;
  background: none transparent;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
  text-overflow: ''; }

.commonFrame__side__select--wrap {
  position: relative; }
  .commonFrame__side__select--wrap::before {
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    right: 14px;
    width: 9px;
    height: 7px;
    background: url("../images/catalog__search__arrow.png") no-repeat;
    background-size: 9px 7px; }

.commonFrame__pagenat--wrap {
  margin: 40px 0 0 0; }
  @media only screen and (max-width: 767px) {
    .commonFrame__pagenat--wrap {
      margin: 80px 0 0 0; } }
  .commonFrame__pagenat--wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .commonFrame__pagenat--wrap li {
    margin: 0 15px;
    font-size: 2.3rem;
    font-weight: 500;
    line-height: 1; }
    @media only screen and (max-width: 767px) {
      .commonFrame__pagenat--wrap li {
        margin: 0 20px;
        font-size: 3.2rem;
        font-weight: 500;
        line-height: 1; } }

.commonFrame__pagenat__prev, .entry__nav__prev {
  width: 8px;
  height: 10.5px;
  padding: 10px 0 0 0; }
  .commonFrame__pagenat__prev a, .entry__nav__prev a {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    display: block;
    width: 8px;
    height: 10.5px;
    background: url("../images/catalog__list__arrow--1.png") no-repeat;
    background-size: 8px 10.5px; }
  .commonFrame__pagenat__prev a:hover, .entry__nav__prev a:hover {
    opacity: 0.6; }
  @media only screen and (max-width: 767px) {
    .commonFrame__pagenat__prev, .entry__nav__prev {
      width: 16px;
      height: 21px;
      padding: 6px 0 0 0; }
      .commonFrame__pagenat__prev a, .entry__nav__prev a {
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        display: block;
        width: 16px;
        height: 21px;
        background: url("../images/catalog__list__arrow--1.png") no-repeat;
        background-size: 16px 21px; }
      .commonFrame__pagenat__prev a:hover, .entry__nav__prev a:hover {
        opacity: 0.6; } }

.commonFrame__pagenat__next, .entry__nav__next {
  width: 8px;
  height: 10.5px;
  padding: 10px 0 0 0; }
  .commonFrame__pagenat__next a, .entry__nav__next a {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    display: block;
    width: 8px;
    height: 10.5px;
    background: url("../images/catalog__list__arrow--2.png") no-repeat;
    background-size: 8px 10.5px; }
  .commonFrame__pagenat__next a:hover, .entry__nav__next a:hover {
    opacity: 0.6; }
  @media only screen and (max-width: 767px) {
    .commonFrame__pagenat__next, .entry__nav__next {
      width: 16px;
      height: 21px;
      padding: 6px 0 0 0; }
      .commonFrame__pagenat__next a, .entry__nav__next a {
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        display: block;
        width: 16px;
        height: 21px;
        background: url("../images/catalog__list__arrow--2.png") no-repeat;
        background-size: 16px 21px; }
      .commonFrame__pagenat__next a:hover, .entry__nav__next a:hover {
        opacity: 0.6; } }

.entry__nav__active {
  color: #999999; }

/*----------------------------------------------------------
 *      Catalog
 *----------------------------------------------------------*/
.musicCatalog--area {
  margin: 0 0 120px 0; }
  @media only screen and (max-width: 767px) {
    .musicCatalog--area .contents--wrap {
      width: 700px;
      min-width: 700px;
      margin: 0 25px 80px 25px; } }

.musicCatalog__main {
  flex: 1;
  padding: 52px 0 0 0; }
  @media only screen and (max-width: 767px) {
    .musicCatalog__main {
      padding: 20px 0 0 0; } }
  .musicCatalog__main h2 {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1; }
    @media only screen and (max-width: 767px) {
      .musicCatalog__main h2 {
        font-size: 3rem;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 1;
        text-align: center; } }

.musicCatalog__list--wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 27px 0 0 0; }
  @media only screen and (max-width: 767px) {
    .musicCatalog__list--wrap {
      margin: 61px 0 0 0; } }

.musicCatalog__list--element {
  flex-basis: 220px;
  margin: 0 20px 40px 0; }
  @media only screen and (max-width: 767px) {
    .musicCatalog__list--element {
      flex-basis: 320px;
      margin: 0 20px 40px 20px; } }
  .musicCatalog__list--element:nth-child(3n) {
    margin: 0 0 40px 0; }
    @media only screen and (max-width: 767px) {
      .musicCatalog__list--element:nth-child(3n) {
        margin: 0 20px 40px 20px; } }
  @media only screen and (max-width: 767px) {
    .musicCatalog__list--element:nth-child(2n) {
      margin: 0 20px 40px 0 !important; } }

.musicCatalog__list__image {
  width: 220px;
  height: 220px;
  margin: 0 0 13px 0; }
  .musicCatalog__list__image img {
    width: 100%;
    height: auto; }
  @media only screen and (max-width: 767px) {
    .musicCatalog__list__image {
      width: 320px;
      height: 320px; }
      .musicCatalog__list__image img {
        width: 100%;
        height: auto; } }

.musicCatalog__list__title {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0rem;
  line-height: 1.5;
  margin: 0 16px 12px 16px;
  word-break: break-all; }
  @media only screen and (max-width: 767px) {
    .musicCatalog__list__title {
      font-size: 2.4rem;
      font-weight: 400;
      letter-spacing: 0rem;
      line-height: 1.5; } }

.musicCatalog__list__artist {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0rem;
  line-height: 1;
  margin: 0 16px 0 16px;
  word-break: break-all; }
  @media only screen and (max-width: 767px) {
    .musicCatalog__list__artist {
      font-size: 2.4rem;
      font-weight: 300;
      letter-spacing: 0rem;
      line-height: 1; } }

.musicCatalog__list__head--wrap {
  display: flex;
  flex-wrap: wrap; }

.musicCatalog__list__head__element:nth-child(1) {
  flex: 1; }

.musicCatalog__list__head__element:nth-child(2) {
  flex-basis: 86px; }

.musicCatalog__list__sort {
  display: block;
  outline: none;
  -moz-appearance: none;
  height: 30px;
  width: 100%;
  padding: 0 8px;
  border: 1px solid #000000;
  background: none transparent;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  text-overflow: ''; }

.musicCatalog__list__sort--wrap {
  position: relative; }
  .musicCatalog__list__sort--wrap::before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    right: 11px;
    width: 9px;
    height: 7px;
    background: url("../images/catalog__search__arrow.png") no-repeat;
    background-size: 9px 7px; }

/*----------------------------------------------------------
 *      Catalog SP Head
 *----------------------------------------------------------*/
.musicCatalog__head--area--sp {
  height: 120px;
  margin: 0 0 68px 0;
  padding: 25px 0;
  background: #000000; }

.musicCatalog__headBtn {
  height: 66px;
  width: 488px;
  margin: 0 auto; }
  .musicCatalog__headBtn a {
    display: block;
    position: relative;
    border: 2px solid #ffffff;
    border-radius: 37px;
    color: #ffffff;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 66px;
    text-align: center; }
    .musicCatalog__headBtn a::before {
      content: '';
      display: block;
      position: absolute;
      top: 30px;
      right: 28px;
      width: 15px;
      height: 11px;
      background: url("../images/musicCatalog__headBtn__arrow.png") no-repeat;
      background-size: 15px 11px; }

/*----------------------------------------------------------
 *      Catalog SP Category
 *----------------------------------------------------------*/
.musicCatalog__category--wrap {
  width: 630px;
  margin: 0 auto; }

@media only screen and (max-width: 767px) {
  .musicCatalog__category__name {
    padding: 0 0 23px 0;
    color: #ffffff;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1; } }

.musicCatalog__category--area--sp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 750px;
  background: #000000;
  z-index: 400;
  transition: all 0.3s; }

.musicCatalog__category__select {
  display: block;
  outline: none;
  -moz-appearance: none;
  height: 60px;
  width: 100%;
  padding: 0 20px;
  border: 1px solid #ffffff;
  background: none transparent;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
  text-overflow: ''; }

.musicCatalog__category__select--wrap {
  position: relative;
  margin: 0 0 40px 0; }
  .musicCatalog__category__select--wrap::before {
    content: "";
    border-style: solid;
    height: 0;
    width: 0;
    border-color: #ffffff transparent transparent;
    border-width: 1rem 1rem 0;
    position: absolute;
    top: 28px;
    right: 18px; }

.musicCatalog__category__search--wrap {
  margin: 0 0 40px 0; }
  .musicCatalog__category__search--wrap form {
    display: flex;
    flex-wrap: wrap; }

.musicCatalog__category__search {
  display: inline-block;
  height: 60px;
  width: calc(100% - 120px);
  margin: 0;
  padding: 0 20px;
  border: 1px solid #ffffff;
  background: #000000;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1; }

.musicCatalog__category__searchBtn {
  display: inline-block;
  height: 60px;
  width: 120px;
  margin: 0;
  padding: 0;
  background: #ffffff;
  border: none;
  color: #000000;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 60px;
  text-align: center; }

/*----------------------------------------------------------
 *      Catalog Detail
 *----------------------------------------------------------*/
.musicCatalog__detail--wrap {
  padding: 24px 0 30px 0;
  border-bottom: 1px solid #000000; }
  @media only screen and (max-width: 767px) {
    .musicCatalog__detail--wrap {
      padding: 60px 0 30px 0; } }
  .musicCatalog__detail--wrap:nth-last-child(1) {
    border-bottom: none; }
  .musicCatalog__detail--wrap h3 {
    margin: 0 0 30px 0;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1; }
    @media only screen and (max-width: 767px) {
      .musicCatalog__detail--wrap h3 {
        margin: 0 0 54px 0;
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 1;
        text-align: center; } }

.musicCatalog__detail__head--wrap h2 {
  margin: 0 0 16px 0;
  padding: 0 0 19px 0;
  border-bottom: 1px solid #000000;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1; }
  @media only screen and (max-width: 767px) {
    .musicCatalog__detail__head--wrap h2 {
      font-size: 3rem;
      font-weight: 500;
      letter-spacing: 0.1em;
      line-height: 1;
      border-bottom: none; } }

.musicCatalog__info--wrap {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .musicCatalog__info--wrap {
      flex-direction: column-reverse; } }

@media only screen and (max-width: 767px) {
  .musicCatalog__info--element {
    margin: 80px 60px 0 60px; } }

.musicCatalog__info--element:nth-child(1) {
  flex: 1; }

.musicCatalog__info--element:nth-child(2) {
  flex-basis: 300px; }

.musicCatalog__info__title {
  position: relative;
  margin: 0 0 25px 0;
  padding: 4px 0 0 100px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1; }
  @media only screen and (max-width: 767px) {
    .musicCatalog__info__title {
      padding: 1px 0 0 110px;
      font-size: 3rem;
      font-weight: 500;
      letter-spacing: 0.1em;
      line-height: 1; } }
  .musicCatalog__info__title::before {
    content: '曲名';
    display: block;
    padding: 3px 0 0 18px;
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 80px;
    border: 1px solid #000000; }
    @media only screen and (max-width: 767px) {
      .musicCatalog__info__title::before {
        height: 35px;
        width: 80px;
        padding: 4px 0 0 18px;
        font-size: 2.2rem;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 1; } }

.musicCatalog__info__artist {
  position: relative;
  margin: 0 0 55px 0;
  padding: 4px 0 0 100px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1; }
  @media only screen and (max-width: 767px) {
    .musicCatalog__info__artist {
      padding: 1px 0 0 110px;
      font-size: 3rem;
      font-weight: 500;
      letter-spacing: 0.1em;
      line-height: 1; } }
  .musicCatalog__info__artist::before {
    content: '歌手';
    display: block;
    padding: 3px 0 0 18px;
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 80px;
    border: 1px solid #000000; }
    @media only screen and (max-width: 767px) {
      .musicCatalog__info__artist::before {
        height: 35px;
        width: 80px;
        padding: 4px 0 0 18px;
        font-size: 2.2rem;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 1; } }

.musicCatalog__info__detail--wrap {
  margin: 0 0 0 10px; }
  .musicCatalog__info__detail--wrap dt {
    float: left;
    width: 92px;
    margin: 0 0 17px 0;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1; }
    @media only screen and (max-width: 767px) {
      .musicCatalog__info__detail--wrap dt {
        width: 112px;
        font-size: 2.4rem;
        font-weight: 300;
        letter-spacing: 0.1em;
        line-height: 1; } }
  .musicCatalog__info__detail--wrap dd {
    margin: 0 0 17px 92px;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1; }
    @media only screen and (max-width: 767px) {
      .musicCatalog__info__detail--wrap dd {
        margin: 0 0 17px 112px;
        font-size: 2.4rem;
        font-weight: 300;
        letter-spacing: 0.1em;
        line-height: 1; } }

.musicCatalog__info__detail__image {
  width: 300px;
  height: 300px; }
  .musicCatalog__info__detail__image img {
    width: 100%;
    height: auto; }
  @media only screen and (max-width: 767px) {
    .musicCatalog__info__detail__image {
      margin: 0 auto; } }

.musicCatalog__detail__others {
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1; }
  @media only screen and (max-width: 767px) {
    .musicCatalog__detail__others {
      margin: 0 60px 0 60px;
      font-size: 2.8rem;
      font-weight: 300;
      letter-spacing: 0.1em;
      line-height: 1.6; } }
  @media only screen and (max-width: 767px) {
    .musicCatalog__detail__others a {
      text-decoration: underline; } }

/*----------------------------------------------------------
 *      Blog
 *----------------------------------------------------------*/
.blog--area {
  margin: 0 0 120px 0; }
  @media only screen and (max-width: 767px) {
    .blog--area {
      margin: 0 0 80px 0;
      padding: 68px 0 0 0;
      border-top: 2px solid #000000; } }
  @media only screen and (max-width: 767px) {
    .blog--area .contents--wrap {
      width: 700px;
      min-width: 700px;
      margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .blog--area .commonFrame--wrap {
      flex-flow: column; } }
  @media only screen and (max-width: 767px) {
    .blog--area .commonFrame__main {
      margin: 0 0 140px 0; } }

.blog__side {
  margin: 0 0 0 74px; }
  @media only screen and (max-width: 767px) {
    .blog__side {
      margin: 0 0 0 0; } }

.blog__head--wrap {
  position: relative; }
  .blog__head--wrap h2 {
    margin: 0 0 16px 0;
    padding: 0 0 19px 0;
    border-bottom: 1px solid #000000;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1; }
    @media only screen and (max-width: 767px) {
      .blog__head--wrap h2 {
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 1; } }

.blog__head__date {
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1; }
  @media only screen and (max-width: 767px) {
    .blog__head__date {
      font-size: 2rem;
      font-weight: 300;
      letter-spacing: 0.05em;
      line-height: 1; } }

.blog__contents--wrap {
  margin: 34px 30px 40px 30px;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2.22; }
  @media only screen and (max-width: 767px) {
    .blog__contents--wrap {
      margin: 40px 0 40px 0;
      font-size: 2.4rem;
      font-weight: 300;
      letter-spacing: 0.1em;
      line-height: 2.22; } }
  .blog__contents--wrap p {
    margin: 0 0 2em 0; }

.blog__article--wrap {
  margin: 0 0 85px 0; }
  @media only screen and (max-width: 767px) {
    .blog__article--wrap {
      margin: 0 20px 160px 20px; } }

.blog__more {
  height: 48px;
  width: 160px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .blog__more {
      height: 70px;
      width: 300px; } }
  .blog__more a {
    display: block;
    height: 48px;
    width: 160px;
    background: #000000;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 48px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .blog__more a {
        height: 70px;
        width: 300px;
        color: #ffffff;
        font-size: 2.4rem;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 70px; } }
    .blog__more a:hover {
      background: #4ad118; }

.blog__pagenat--wrap {
  width: 100%;
  margin: 40px 0 0 0; }
  @media only screen and (max-width: 767px) {
    .blog__pagenat--wrap {
      width: calc(100% - 40px);
      margin: 40px 20px 0 20px; } }
  .blog__pagenat--wrap ul {
    display: flex;
    flex-wrap: wrap; }
  .blog__pagenat--wrap li {
    flex-basis: 50%;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1; }

.blog__pagenat__prev {
  position: relative;
  padding: 0 0 0 20px;
  text-align: left; }
  .blog__pagenat__prev::before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 0px;
    width: 8px;
    height: 10.5px;
    background: url("../images/catalog__list__arrow--1.png") no-repeat;
    background-size: 8px 10.5px; }

.blog__pagenat__next {
  position: relative;
  padding: 0 20px 0 0;
  text-align: right; }
  .blog__pagenat__next::before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: 0px;
    width: 8px;
    height: 10.5px;
    background: url("../images/catalog__list__arrow--2.png") no-repeat;
    background-size: 8px 10.5px; }

.blog__reference {
  margin: 0 0 2em 0; }
  .blog__reference td {
    padding: 20px;
    background-color: #f3f3f3; }

.blog__reference__text {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.7; }
  @media only screen and (max-width: 767px) {
    .blog__reference__text {
      height: 70px;
      width: 300px;
      font-size: 2rem;
      font-weight: 300;
      letter-spacing: 0.1em;
      line-height: 1.7; } }

/*----------------------------------------------------------
 *      Blog Archive
 *----------------------------------------------------------*/
.blog__archive__head h2 {
  padding: 18px 27px;
  border: 1px solid #000000;
  font-size: 2.4rem;
  letter-spacing: 0.1em; }

.blog__archive--wrap {
  margin-top: 44px;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.1em; }
  @media only screen and (max-width: 767px) {
    .blog__archive--wrap {
      font-size: 2.4rem;
      font-weight: 300;
      letter-spacing: 0.1em; } }
  .blog__archive--wrap li {
    margin: 0 0 24px 0; }

/*----------------------------------------------------------
 *      Company
 *----------------------------------------------------------*/
.company--area {
  margin: 0 0 120px 0; }
  @media only screen and (max-width: 767px) {
    .company--area {
      margin: 0 0 80px 0;
      padding: 68px 0 0 0;
      border-top: 2px solid #000000; } }
  @media only screen and (max-width: 767px) {
    .company--area .contents--wrap {
      width: 700px;
      min-width: 700px;
      margin: 0 auto; } }

.company__head--wrap {
  padding: 0 0 47px 0;
  border-bottom: 1px solid #000000; }
  .company__head--wrap ul {
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (max-width: 767px) {
      .company__head--wrap ul {
        justify-content: center; } }
  .company__head--wrap li {
    margin: 0 50px 0 50px;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.1em; }
    @media only screen and (max-width: 767px) {
      .company__head--wrap li {
        margin: 0 15px 20px 15px;
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: 0.05em; } }
  .company__head--wrap a {
    padding: 0 0 4px 0; }
  .company__head--wrap .company__head__active {
    border-bottom: 4px solid #000000; }

.company__frame--wrap {
  padding: 24px 0 0 0; }

.company__aisatsu--wrap, .company__gaiyo--wrap, .company__chronology--wrap {
  margin: 55px 50px 40px 50px;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2.22; }
  @media only screen and (max-width: 767px) {
    .company__aisatsu--wrap, .company__gaiyo--wrap, .company__chronology--wrap {
      margin: 55px 20px 40px 20px;
      font-size: 2.4rem;
      font-weight: 300;
      letter-spacing: 0.1em;
      line-height: 2.22; } }
  .company__aisatsu--wrap p, .company__gaiyo--wrap p, .company__chronology--wrap p {
    margin: 0 0 2em 0; }

.company__aisatsu__signature {
  margin: 4em 0 0.8em 0 !important;
  line-height: 1;
  text-align: right; }

.company__aisatsu__signature__en {
  color: #999999;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: right; }
  @media only screen and (max-width: 767px) {
    .company__aisatsu__signature__en {
      color: #999999;
      font-size: 2rem;
      letter-spacing: 0.05em;
      line-height: 1; } }

.company__gaiyo__map--wrap {
  margin: 45px 0 0 0; }
  @media only screen and (max-width: 767px) {
    .company__gaiyo__map--wrap {
      margin: 60px 0 0 0; } }
  @media only screen and (max-width: 767px) {
    .company__gaiyo__map--wrap iframe {
      height: 600px; } }

.company__chronology--wrap dt {
  flex-basis: 100px; }

.company__chronology--wrap dd {
  flex-basis: 824px; }

@media only screen and (max-width: 767px) {
  .company__aisatsu--wrap {
    margin: 85px 20px 40px 20px; } }

.company__link--wrap {
  margin: 80px 50px 40px 50px; }
  @media only screen and (max-width: 767px) {
    .company__link--wrap {
      margin: 55px 20px 40px 20px; } }
  .company__link--wrap dl {
    border-top: 1px dotted #000000; }
    @media only screen and (max-width: 767px) {
      .company__link--wrap dl {
        flex-flow: column; } }
  .company__link--wrap dt {
    flex-basis: 420px;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 2.22; }
    @media only screen and (max-width: 767px) {
      .company__link--wrap dt {
        flex-basis: 100%;
        font-size: 2.4rem;
        font-weight: 400;
        letter-spacing: 0.1em;
        line-height: 2.22; } }
  .company__link--wrap dd {
    flex-basis: 504px;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 2.22; }
    @media only screen and (max-width: 767px) {
      .company__link--wrap dd {
        flex-basis: 100%;
        font-size: 2.4rem;
        font-weight: 300;
        letter-spacing: 0.1em;
        line-height: 2.22; } }

/*----------------------------------------------------------
 *      Contact
 *----------------------------------------------------------*/
.contact--area {
  margin: 0 0 120px 0; }
  @media only screen and (max-width: 767px) {
    .contact--area {
      margin: 0 0 80px 0;
      padding: 68px 0 0 0;
      border-top: 2px solid #000000; } }

.contact__read--wrap {
  margin: 0 50px;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2.5; }
  @media only screen and (max-width: 767px) {
    .contact__read--wrap {
      font-size: 2.4rem;
      font-weight: 300;
      letter-spacing: 0.1em;
      line-height: 2.22; } }

.contact--wrap {
  margin: 70px 50px 40px 50px; }
  .contact--wrap dl {
    border-top: 1px dotted #000000; }
  @media only screen and (max-width: 767px) {
    .contact--wrap dd {
      padding: 8px 0 50px 0; } }
  .contact--wrap input[type="text"], .contact--wrap input[type="email"], .contact--wrap textarea {
    display: inline-block;
    height: 36px;
    width: 500px;
    margin: 0;
    padding: 0 10px;
    border: 1px solid #000000;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1; }
    @media only screen and (max-width: 767px) {
      .contact--wrap input[type="text"], .contact--wrap input[type="email"], .contact--wrap textarea {
        height: 60px;
        width: 100%;
        padding: 0 20px;
        font-size: 2.4rem;
        font-weight: 300;
        letter-spacing: 0.05em;
        line-height: 1; } }
  .contact--wrap textarea {
    width: 500px !important;
    height: 16em;
    padding: 8px 10px;
    line-height: 1.6; }
    @media only screen and (max-width: 767px) {
      .contact--wrap textarea {
        width: 100% !important;
        padding: 20px 20px;
        font-size: 2.4rem;
        font-weight: 300;
        letter-spacing: 0.05em;
        line-height: 1; } }
  .contact--wrap .error {
    width: 500px; }
    @media only screen and (max-width: 767px) {
      .contact--wrap .error {
        width: 100%; } }

.contact__btn--wrap {
  text-align: center; }

.contact__submitBtn {
  display: inline-block;
  height: 50px;
  width: 160px;
  margin: 50px 10px 50px 10px;
  padding: 0;
  background: #000000;
  border: none;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 50px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .contact__submitBtn {
      height: 80px;
      width: 320px;
      margin: 50px 0 50px 0;
      color: #ffffff;
      font-size: 2.8rem;
      font-weight: 500;
      letter-spacing: 0.1em;
      line-height: 80px; } }

.contact__backBtn {
  background: #999999; }

.contact__result--wrap {
  padding: 80px 0 80px 0;
  border-top: 1px dotted #000000;
  border-bottom: 1px dotted #000000; }
  @media only screen and (max-width: 767px) {
    .contact__result--wrap {
      padding: 80px 0 30px 0; } }
  .contact__result--wrap h2 {
    margin: 0 0 50px 0;
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .contact__result--wrap h2 {
        font-size: 3rem;
        font-weight: 500;
        letter-spacing: 0.05em;
        line-height: 1; } }
  .contact__result--wrap p {
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 2.22;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .contact__result--wrap p {
        font-size: 2.4rem;
        font-weight: 300;
        letter-spacing: 0.1em;
        line-height: 2.22;
        text-align: left; } }

/*----------------------------------------------------------
 *      Audition
 *----------------------------------------------------------*/
.audition--area {
  margin: 0 0 120px 0; }
  @media only screen and (max-width: 767px) {
    .audition--area {
      margin: 0 0 80px 0;
      padding: 68px 0 0 0;
      border-top: 2px solid #000000; } }

.audition--wrap {
  margin: 0 50px 0 50px; }
  @media only screen and (max-width: 767px) {
    .audition--wrap {
      margin: 0 50px 0 50px; } }
  @media only screen and (max-width: 767px) {
    .audition--wrap dt {
      flex-basis: 100%;
      font-size: 2.4rem;
      font-weight: 400;
      letter-spacing: 0.1em;
      line-height: 2.22; } }
  @media only screen and (max-width: 767px) {
    .audition--wrap dd {
      flex-basis: 100%;
      font-size: 2.4rem;
      font-weight: 300;
      letter-spacing: 0.1em;
      line-height: 2.22; } }

.audition__require {
  color: #cc0000; }

.audition__mainImage--wrap {
  height: 230px;
  width: 100%;
  margin: -49px 0 0 0;
  background: url("../images/audition__mainImage.jpg") no-repeat;
  background-position: center;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    .audition__mainImage--wrap {
      height: 250px;
      width: 100%; } }

.audition__mainImage__copy {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 230px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .audition__mainImage__copy {
      color: #ffffff;
      font-size: 2.8rem;
      font-weight: 500;
      letter-spacing: 0.1em;
      line-height: 250px; } }

.audition__btn--wrap {
  text-align: center; }

.audition__downloadBtn {
  display: block;
  position: relative;
  height: 80px;
  width: 360px;
  margin: 50px auto 50px auto;
  padding: 0 10px 0 0;
  background: #ff6633;
  color: #ffffff !important;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 80px; }
  @media only screen and (max-width: 767px) {
    .audition__downloadBtn {
      height: 110px;
      width: 420px;
      margin: 80px auto 50px auto;
      padding: 0 30px 0 0;
      font-size: 3.2rem;
      font-weight: 500;
      letter-spacing: 0.1em;
      line-height: 110px; } }
  .audition__downloadBtn:hover {
    background: #4ad118; }
  .audition__downloadBtn::before {
    content: '';
    display: block;
    position: absolute;
    top: 28px;
    right: 22px;
    width: 21px;
    height: 26px;
    background: url("../images/btn__download.png") no-repeat;
    background-size: 21px 26px; }
    @media only screen and (max-width: 767px) {
      .audition__downloadBtn::before {
        content: '';
        display: block;
        position: absolute;
        top: 42px;
        right: 26px;
        width: 27.3px;
        height: 33.8px;
        background: url("../images/btn__download.png") no-repeat;
        background-size: 27.3px 33.8px; } }

/*----------------------------------------------------------
 *      Entry
 *----------------------------------------------------------*/
.entry--area {
  margin: 0 0 120px 0; }
  @media only screen and (max-width: 767px) {
    .entry--area {
      margin: 0 0 80px 0;
      padding: 68px 0 0 0;
      border-top: 2px solid #000000; } }
  @media only screen and (max-width: 767px) {
    .entry--area .contents--wrap {
      width: 700px;
      min-width: 700px;
      margin: 0 auto; } }

.entry__read--wrap {
  margin: 0 50px 60px 50px;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2.5; }
  @media only screen and (max-width: 767px) {
    .entry__read--wrap {
      margin: 0 25px 60px 25px;
      font-size: 2.4rem;
      font-weight: 300;
      letter-spacing: 0.1em;
      line-height: 2.22; } }

.entry__form__title {
  margin: 0 50px 0 50px;
  background: #000000;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 60px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .entry__form__title {
      margin: 0 25px 0 25px; } }

.entry__form__block--wrap {
  border: 2px solid #000000;
  margin: 0 50px 20px 50px;
  padding: 38px 28px 24px 28px; }
  @media only screen and (max-width: 767px) {
    .entry__form__block--wrap {
      margin: 0 25px 30px 25px;
      padding: 38px 20px 16px 20px; } }
  .entry__form__block--wrap h3 {
    margin: 0 20px 34px 20px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #000000;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1; }
    @media only screen and (max-width: 767px) {
      .entry__form__block--wrap h3 {
        font-size: 2.4rem;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 1; } }

.entry__form--wrap {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1; }
  @media only screen and (max-width: 767px) {
    .entry__form--wrap {
      display: block;
      font-size: 2.2rem;
      font-weight: 300;
      letter-spacing: 0.1em;
      line-height: 1; } }
  .entry__form--wrap label {
    display: block;
    margin: 0 0 11px 0;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1; }
    @media only screen and (max-width: 767px) {
      .entry__form--wrap label {
        margin: 0 0 16px 0;
        font-size: 2.2rem;
        font-weight: 300;
        letter-spacing: 0.1em;
        line-height: 1; } }
  .entry__form--wrap input[type="text"], .entry__form--wrap input[type="email"], .entry__form--wrap textarea {
    display: inline-block;
    height: 36px;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    border: 1px solid #000000;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1; }
    @media only screen and (max-width: 767px) {
      .entry__form--wrap input[type="text"], .entry__form--wrap input[type="email"], .entry__form--wrap textarea {
        height: 60px;
        width: 100%;
        padding: 0 20px;
        font-size: 2.4rem;
        font-weight: 300;
        letter-spacing: 0.05em;
        line-height: 1; } }
  .entry__form--wrap textarea {
    line-height: 1.6; }

.entry__form--element {
  flex-basis: calc((100% / 2) - 40px);
  margin: 0 20px 26px 20px; }

.flex__full {
  flex-basis: 100%; }

.flex__p__third {
  flex-basis: calc((100% / 3) - 40px); }

.flex__p__tel input {
  width: 30% !important; }

.common__select {
  display: block;
  outline: none;
  -moz-appearance: none;
  height: 40px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid #000000;
  background: none transparent;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
  text-overflow: ''; }
  @media only screen and (max-width: 767px) {
    .common__select {
      height: 60px;
      width: 100%;
      padding: 0 20px;
      font-size: 2.4rem;
      font-weight: 300;
      letter-spacing: 0.05em;
      line-height: 1; } }

.commonFrame__select--wrap {
  position: relative; }
  .commonFrame__select--wrap::before {
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    right: 14px;
    width: 9px;
    height: 7px;
    background: url("../images/catalog__search__arrow.png") no-repeat;
    background-size: 9px 7px; }
    @media only screen and (max-width: 767px) {
      .commonFrame__select--wrap::before {
        content: '';
        display: block;
        position: absolute;
        top: 28px;
        right: 18px;
        width: 11.7px;
        height: 9.1px;
        background: url("../images/catalog__search__arrow.png") no-repeat;
        background-size: 11.7px 9.1px; } }

.entry__janl {
  width: 400px; }
  .entry__janl select {
    width: 400px; }

.entry__btn--wrap {
  text-align: center; }

.entry__submitBtn {
  display: inline-block;
  height: 80px;
  width: 360px;
  margin: 30px 10px 50px 10px;
  padding: 0;
  background: #000000;
  border: none;
  color: #ffffff;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 80px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .entry__submitBtn {
      height: 80px;
      width: 320px;
      margin: 50px 10px 50px 10px;
      color: #ffffff;
      font-size: 2.8rem;
      font-weight: 500;
      letter-spacing: 0.1em;
      line-height: 80px; } }

.entry__backBtn {
  background: #999999; }

.entry__type--wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 50px 50px 50px; }
  @media only screen and (max-width: 767px) {
    .entry__type--wrap {
      flex-flow: column;
      margin: 50px 25px 100px 25px; } }

.entry__type--element {
  flex-basis: 440px;
  margin: 0 44px 0 0; }
  @media only screen and (max-width: 767px) {
    .entry__type--element {
      flex-basis: 250px;
      margin: 0 0 40px 0; } }
  .entry__type--element:nth-child(2) {
    margin: 0 0 0 0; }
  .entry__type--element img {
    width: 100%; }

.entry__faq--wrap {
  margin: 0 50px 0 50px; }
  @media only screen and (max-width: 767px) {
    .entry__faq--wrap {
      margin: 0 25px 0 25px; } }
  .entry__faq--wrap h3 {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0 0 40px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #000000; }
    @media only screen and (max-width: 767px) {
      .entry__faq--wrap h3 {
        font-size: 2.4rem;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 1; } }

.entry__faq--element {
  margin: 0 0 20px 0; }
  @media only screen and (max-width: 767px) {
    .entry__faq--element {
      width: 650px; } }

.entry__faq__f {
  display: block;
  position: relative;
  width: 100%;
  padding: 21px 30px;
  background: #eeeeee;
  color: #000000 !important;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1; }
  @media only screen and (max-width: 767px) {
    .entry__faq__f {
      font-size: 2.4rem;
      font-weight: 400;
      letter-spacing: 0.1em;
      line-height: 1; } }
  .entry__faq__f::before {
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    right: 30px;
    width: 26px;
    height: 26px;
    background: url("../images/entry__faq__arrow--1.png") no-repeat;
    background-size: 26px 26px; }

.entry__faq__a {
  display: none;
  padding: 24px 30px 20px 30px;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2.5;
  word-wrap: break-word; }
  @media only screen and (max-width: 767px) {
    .entry__faq__a {
      font-size: 2.4rem;
      font-weight: 300;
      letter-spacing: 0.1em;
      line-height: 2.5; } }

.entry__faq__active::before {
  content: '';
  display: block;
  position: absolute;
  top: 29px;
  right: 30px;
  width: 26px;
  height: 4px;
  background: url("../images/entry__faq__arrow--2.png") no-repeat;
  background-size: 26px 4px; }

.other__gakkyaku--wrap {
  display: flex; }

.mw_wp_form_confirm label {
  color: #999999;
  font-size: 1.4rem; }

.mw_wp_form_confirm .entry__form--element p {
  height: 1rem; }

.mw_wp_form_confirm .commonFrame__select--wrap::before {
  display: none; }

.mw_wp_form .error {
  padding: 0 12px;
  background-color: #ffe2e2;
  line-height: 2.22 !important; }
