@charset "UTF-8";
/************************************************************/
/*                                                          */
/*  voice                                                  */
/*                                                          */
/************************************************************/
.voice__unit {
  border-top: 2px solid #000000;
  border-left: 1px solid #e6e5e6;
  border-right: 1px solid #e6e5e6;
  border-bottom: 1px solid #e6e5e6;
  border-radius: 0 0 8px 8px;
  margin-bottom: 32px; }

.voice__pict::before {
  vertical-align: top;
  content: '';
  display: inline-block;
  position: relative;
  top: 0.1em;
  width: 24px;
  height: 24px;
  background: url(../../images/voice/voice_pict.png) no-repeat center center;
  background-position: left top;
  margin-right: 4px; }

.voice__model::before {
  background-position: left -24px; }

.voice__grade::before {
  background-position: left -48px; }

.voice h3 {
  margin-bottom: 0.5em;
  font-size: 1.3em; }

.voice h3::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 0.05em;
  width: 0.6em;
  height: 0.6em;
  margin-right: 0.25em;
  border-radius: 100%;
  border: #666 3px double; }

.voice h4 {
  margin-bottom: 0.5em;
  font-size: 2.0em;
  font-weight: bolder; }

.voice h5 {
  margin-bottom: 1.0em;
  font-size: 1.4em;
  font-weight: bolder; }

/* ////////////////

   voice

   //////////////// */
.voices {
  width: 1032px;
  margin: 0 auto; }

.voice__unit {
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 307px;
  grid-template-areas: "voice__head voice__image" "voice__body voice__image"; }

.voice__head {
  grid-area: voice__head;
  width: 98%;
  background-image: -webkit-linear-gradient(left, #000, #000 1px, transparent 1px, transparent 2px);
  background-image: -o-linear-gradient(left, #000, #000 1px, transparent 1px, transparent 2px);
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 2px);
  background-size: 3px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 16px;
  margin-bottom: 16px; }

.voice__body {
  grid-area: voice__body;
  padding-right: 20px; }

.voice__image {
  grid-area: voice__image; }

/* //// SP //// */
@media (max-width: 786px) {
  .voice {
    margin-bottom: 40px; }
    .voice .voices {
      width: 90%; }
    .voice__unit {
      padding: 16px 8px;
      display: grid;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 132px;
      grid-template-areas: "voice__head voice__image" "voice__body voice__body"; }
    .voice__head {
      grid-area: voice__head;
      background: none;
      margin-bottom: 8px;
      padding-bottom: 0; }
      .voice__head span:nth-of-type(2) {
        display: block;
        margin-left: 28px; }
    .voice__body {
      grid-area: voice__body;
      background-image: -webkit-linear-gradient(left, #000, #000 1px, transparent 1px, transparent 2px);
      background-image: -o-linear-gradient(left, #000, #000 1px, transparent 1px, transparent 2px);
      background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 2px);
      background-size: 3px 1px;
      background-position: left top;
      background-repeat: repeat-x;
      padding-top: 12px;
      padding-right: 0; }
    .voice__image {
      grid-area: voice__image; }
      .voice__image img {
        width: 132px;
        height: auto; }
    .voice h5 {
      margin-bottom: 0.2em;
      font-size: 1.2em; } }

.voiceHead {
  background: url("../../images/voice/bg_voice-detail.png") no-repeat center center;
  background-size: cover; }

.voiceHead h2 {
  width: 1032px;
  margin: 0 auto 40px;
  padding: 40px 0;
  color: #fff;
  line-height: 1.0;
  font-size: 2.8em;
  letter-spacing: 0.01em;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }

.voiceHead h2 small {
  display: block;
  color: #fff;
  font-family: 'Fjalla One', 'Roboto Condensed', Arial, sans-serif;
  font-size: 0.3em;
  letter-spacing: 0.01em; }

.voiceHead h2 small::after {
  content: '';
  display: block;
  width: 2.25em;
  height: 1px;
  margin-top: 0.35em;
  margin-bottom: 1.5em;
  background: #fff; }

.voiceIntro {
  max-width: 1032px;
  margin: 0 auto 70px; }

.voiceIntro::after {
  content: '';
  display: table;
  clear: both;
  height: 0; }

.voiceIntro h3 {
  margin-bottom: 0.5em;
  line-height: 1.2;
  font-size: 2.0em;
  font-weight: bolder; }

.voiceIntro p {
  margin-bottom: 1.0em; }

.voiceIntro .note {
  font-size: 0.85em; }

.voiceLineupTab {
  position: relative;
  z-index: 2;
  max-width: 1032px;
  margin: 0 auto 40px; }

.voiceLineupTab ul::after {
  content: '';
  display: table;
  clear: both;
  height: 0; }

.voiceLineupTab li {
  display: inline; }

.voiceLineupTab li a {
  display: block;
  position: relative;
  float: left;
  width: 25%;
  padding: 10px;
  border-right: #fff 1px solid;
  color: #000;
  font-size: 1.3em;
  text-align: center;
  text-decoration: none;
  background: #d6d6d6;
  cursor: pointer; }

.voiceLineupTab li.active a {
  color: #fff;
  background: #000;
  cursor: default; }

.voiceLineupTab li.active a::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -6px;
  border: transparent 6px solid;
  border-top: #000 6px solid; }

.voiceLineupTab li:nth-child(4) a {
  border-right: 0; }

.voiceLineup {
  display: none;
  position: relative;
  z-index: 2;
  max-width: 1032px;
  margin: 0 auto; }

.voiceLineup:nth-of-type(2) {
  display: block; }

.voiceLineup ul {
  margin-bottom: 70px; }

.voiceLineup ul::after {
  content: '';
  display: table;
  clear: both;
  height: 0; }

.voiceLineup li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 20px;
  border: #e9e9e9 1px solid;
  border-radius: 4px; }

.voiceLineup li:nth-child(4),
.voiceLineup li:nth-child(8),
.voiceLineup li:nth-child(12) {
  margin-right: 0; }

.voiceLineup li:nth-child(5),
.voiceLineup li:nth-child(9),
.voiceLineup li:nth-child(13) {
  clear: both; }

.voiceLineup li a {
  color: inherit;
  text-decoration: none; }

.voiceLineup li figure {
  display: block;
  position: relative;
  padding: 45px 25px 25px;
  text-align: center; }

.voiceLineup li figure figcaption {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 20px;
  border-radius: 100px;
  color: #fff;
  line-height: 1.0;
  background: #8b6e31; }

.voiceLineup li h3 {
  padding: 0 20px 20px;
  border-bottom: #e9e9e9 1px solid;
  color: #666;
  line-height: 1.4; }

.voiceLineup li .price {
  padding: 5px;
  color: #890000;
  font-size: 1.4em;
  font-weight: bolder;
  text-align: center; }

.voicePlusOne {
  padding: 80px 0;
  background: #f5f5f5; }

.voicePlusOneInner {
  position: relative;
  z-index: 2;
  max-width: 1032px;
  margin: 0 auto; }

.voicePlusOneInner h3 {
  margin-bottom: 0.5em;
  font-size: 1.4em;
  font-weight: bolder; }

.voicePlusOneInner h3 small {
  font-size: 0.7em;
  font-weight: normal; }

.voicePlusOne .cover::after {
  content: '';
  display: table;
  clear: both;
  height: 0; }

.voicePlusOneLeft {
  float: left;
  width: 49%;
  margin-right: 2%; }

.voicePlusOneLeft .catch {
  margin-bottom: 0.5em;
  font-size: 1.2em;
  font-weight: bolder; }

.voicePlusOneLeft figure {
  display: block; }

.voicePlusOneLeft figure img {
  width: 100%;
  height: auto; }

.voicePlusOneRight {
  float: left;
  width: 49%;
  background: #fff; }

.voicePlusOneRight table {
  width: 100%;
  border-collapse: collapse; }

.voicePlusOneRight tr {
  border-bottom: #f5f5f5 1px solid; }

.voicePlusOneRight th {
  padding: 9px 15px;
  vertical-align: middle; }

.voicePlusOneRight td {
  padding: 9px 5px;
  vertical-align: middle; }

.voicePlusOneRight tbody th {
  text-align: left; }

/************************************************************/
/*                                                          */
/*  voice DETAIL                                           */
/*                                                          */
/************************************************************/
.voiceDetailHead {
  background: url("../../images/voice/bg_voice-detail.png") no-repeat center center;
  background-size: cover; }

.voiceDetailHead h2 {
  width: 1032px;
  margin: 0 auto 40px;
  padding: 40px 0;
  color: #fff;
  line-height: 1.0;
  font-size: 2.8em;
  letter-spacing: 0.01em;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }

.voiceDetailHead h2 small {
  display: block;
  color: #fff;
  font-family: 'Fjalla One', 'Roboto Condensed', Arial, sans-serif;
  font-size: 0.3em;
  letter-spacing: 0.01em; }

.voiceDetailHead h2 small::after {
  content: '';
  display: block;
  width: 2.25em;
  height: 1px;
  margin-top: 0.35em;
  margin-bottom: 1.5em;
  background: #fff; }

.voiceDetailIntro {
  max-width: 1032px;
  margin: 0 auto 70px; }

.voiceDetailIntro::after {
  content: '';
  display: table;
  clear: both;
  height: 0; }

.voiceDetailIntro .text {
  float: left;
  width: 47%; }

.voiceDetailIntro .text h3 {
  margin-bottom: 0.5em;
  line-height: 1.2;
  font-family: 'Fjalla One', 'Roboto Condensed', Arial, sans-serif;
  font-size: 3.4em; }

.voiceDetailIntro .text h3 small {
  display: block;
  font-family: '游ゴシック', Yu Gothic, sans-serif;
  font-size: 0.3em; }

.voiceDetailIntro .text .price {
  margin-bottom: 0.5em;
  color: #890000;
  line-height: 1.0;
  font-size: 2.4em;
  font-weight: bolder; }

.voiceDetailIntro .text .price b {
  position: relative;
  font-size: 1.6em; }

.voiceDetailIntro figure {
  display: block;
  float: right;
  width: 50%;
  padding-top: 4.5em;
  text-align: right; }

.voiceDetailPoint {
  max-width: 1032px;
  margin: 0 auto 70px; }

.voiceDetailPoint::after {
  content: '';
  display: table;
  clear: both;
  height: 0; }

.voiceDetailPoint li {
  display: table;
  margin-bottom: 70px; }

.voiceDetailPoint .text {
  display: table-cell;
  width: 48%;
  padding-right: 2%; }

.voiceDetailPoint .text h3 {
  margin-bottom: 0.5em;
  line-height: 1.4;
  font-size: 2.0em;
  font-weight: bolder; }

.voiceDetailPoint figure {
  display: table-cell;
  width: 50%;
  text-align: right;
  vertical-align: bottom; }

.gotoMakerSite {
  margin-bottom: 20px;
  text-align: center; }

.gotoMakerSite a {
  display: inline-block;
  position: relative;
  padding: 0.5em 4.0em;
  border-radius: 5px;
  color: #fff;
  font-size: 1.1em;
  font-weight: bolder;
  text-decoration: none;
  background: #000; }

.gotoMakerSite a::after {
  content: '';
  display: block;
  position: absolute;
  top: 1.0em;
  right: 1.135em;
  float: right;
  width: 8px;
  height: 8px;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

@media (max-width: 786px) {
  /************************************************************/
  /*                                                          */
  /*  voice                                                  */
  /*                                                          */
  /************************************************************/
  .voiceHead {
    background: url("../../images/voice/bg_voice-detail.png") no-repeat center center;
    background-size: cover; }
  .voiceHead h2 {
    width: 100%;
    margin: 0 auto 20px;
    padding: 20px;
    color: #fff;
    line-height: 1.0;
    font-size: 1.7em;
    letter-spacing: 0.01em;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
  .voiceHead h2 small {
    display: block;
    color: #fff;
    font-family: 'Fjalla One', 'Roboto Condensed', Arial, sans-serif;
    font-size: 0.3em;
    letter-spacing: 0.01em; }
  .voiceHead h2 small::after {
    content: '';
    display: block;
    width: 2.25em;
    height: 1px;
    margin-top: 0.35em;
    margin-bottom: 1.5em;
    background: #fff; }
  .voiceIntro {
    max-width: 100%;
    margin: 0 auto 30px;
    padding: 0 20px; }
  .voiceIntro::after {
    content: '';
    display: table;
    clear: both;
    height: 0; }
  .voiceIntro h3 {
    margin-bottom: 0.5em;
    line-height: 1.5;
    font-size: 1.4em;
    font-weight: bolder; }
  .voiceIntro p {
    margin-bottom: 1.0em;
    font-size: 0.9em; }
  .voiceIntro p br {
    display: none; }
  .voiceIntro .note {
    font-size: 0.75em; }
  .voiceLineupTab {
    position: relative;
    z-index: 2;
    max-width: 100%;
    margin: 0 auto 20px;
    padding: 0 20px; }
  .voiceLineupTab ul::after {
    content: '';
    display: table;
    clear: both;
    height: 0; }
  .voiceLineupTab li {
    display: inline; }
  .voiceLineupTab li a {
    display: block;
    position: relative;
    float: left;
    width: 25%;
    padding: 10px;
    border-right: #fff 1px solid;
    color: #000;
    font-size: 0.8em;
    text-align: center;
    text-decoration: none;
    background: #d6d6d6; }
  .voiceLineupTab li.active a {
    color: #fff;
    background: #000; }
  .voiceLineupTab li.active a::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    border: transparent 5px solid;
    border-top: #000 5px solid; }
  .voiceLineupTab li:nth-child(2) a {
    padding: 10px !important;
    line-height: 1.8em !important;
    letter-spacing: -0.1em; }
  .voiceLineupTab li:nth-child(4) a {
    border-right: 0; }
  .voiceLineup {
    display: none;
    position: relative;
    z-index: 2;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px; }
  .voiceLineup ul {
    margin-bottom: 30px; }
  .voiceLineup ul::after {
    content: '';
    display: table;
    clear: both;
    height: 0; }
  .voiceLineup li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 5px;
    border: #e9e9e9 1px solid;
    border-radius: 4px; }
  .voiceLineup li:nth-child(4),
  .voiceLineup li:nth-child(8),
  .voiceLineup li:nth-child(12) {
    margin-right: inherit; }
  .voiceLineup li:nth-child(5),
  .voiceLineup li:nth-child(9),
  .voiceLineup li:nth-child(13) {
    clear: inherit; }
  .voiceLineup li:nth-child(even) {
    margin-right: inherit; }
  .voiceLineup li:nth-child(odd) {
    clear: both; }
  .voiceLineup li a {
    color: inherit;
    text-decoration: none; }
  .voiceLineup li figure {
    display: block;
    position: relative;
    padding: 30px 10px 10px;
    text-align: center; }
  .voiceLineup li figure img {
    width: 96%;
    height: auto; }
  .voiceLineup li figure figcaption {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 3px 10px;
    border-radius: 100px;
    color: #fff;
    line-height: 1.0;
    font-size: 0.7em;
    background: #8b6e31; }
  .voiceLineup li h3 {
    padding: 0 10px 20px;
    border-bottom: #e9e9e9 1px solid;
    color: #666;
    line-height: 1.4;
    font-size: 0.8em; }
  .voiceLineup li .price {
    padding: 5px;
    color: #890000;
    font-size: 0.9em;
    font-weight: bolder;
    text-align: center; }
  .voicePlusOne {
    padding: 20px;
    background: #f5f5f5; }
  .voicePlusOneInner {
    position: relative;
    z-index: 2;
    max-width: 1032px;
    margin: 0 auto; }
  .voicePlusOneInner h3 {
    margin-bottom: 0.5em;
    font-size: 0.9em;
    font-weight: bolder;
    letter-spacing: -0.05em; }
  .voicePlusOneInner h3 small {
    font-size: 0.7em;
    font-weight: normal; }
  .voicePlusOne .cover::after {
    content: '';
    display: table;
    clear: both;
    height: 0; }
  .voicePlusOneLeft {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
  .voicePlusOneLeft .catch {
    margin-bottom: 0.5em;
    font-size: 0.85em;
    font-weight: bolder;
    letter-spacing: -0.025em; }
  .voicePlusOneLeft figure {
    display: block; }
  .voicePlusOneLeft figure img {
    width: 100%;
    height: auto; }
  .voicePlusOneRight {
    float: none;
    width: 100%;
    background: #fff; }
  .voicePlusOneRight table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8em;
    line-height: 1.4;
    letter-spacing: -0.025em; }
  .voicePlusOneRight tr {
    border-bottom: #f5f5f5 1px solid; }
  .voicePlusOneRight th {
    padding: 5px;
    vertical-align: top; }
  .voicePlusOneRight td {
    padding: 5px;
    vertical-align: top; }
  .voicePlusOneRight tr td:last-child {
    white-space: nowrap;
    vertical-align: middle; }
  .voicePlusOneRight tbody th {
    text-align: left; }
  /************************************************************/
  /*                                                          */
  /*  voice DETAIL                                           */
  /*                                                          */
  /************************************************************/
  .voiceDetailHead {
    background: url("../../images/voice/bg_voice-detail.png") no-repeat center center;
    background-size: cover; }
  .voiceDetailHead h2 {
    width: 100%;
    margin: 0 auto 20px;
    padding: 20px;
    color: #fff;
    line-height: 1.0;
    font-size: 1.7em;
    letter-spacing: 0.01em;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
  .voiceDetailHead h2 small {
    display: block;
    color: #fff;
    font-family: 'Fjalla One', 'Roboto Condensed', Arial, sans-serif;
    font-size: 0.3em;
    letter-spacing: 0.01em; }
  .voiceDetailHead h2 small::after {
    content: '';
    display: block;
    width: 2.25em;
    height: 1px;
    margin-top: 0.35em;
    margin-bottom: 1.5em;
    background: #fff; }
  .voiceDetailIntro {
    max-width: 100%;
    margin: 0 auto 30px;
    padding: 0 20px; }
  .voiceDetailIntro::after {
    content: '';
    display: table;
    clear: both;
    height: 0; }
  .voiceDetailIntro .text {
    float: none;
    width: 100%;
    margin-bottom: 1.5em;
    font-size: 0.9em; }
  .voiceDetailIntro .text h3 {
    margin-bottom: 0.25em;
    line-height: 1.2;
    font-family: 'Fjalla One', 'Roboto Condensed', Arial, sans-serif;
    font-size: 2.2em; }
  .voiceDetailIntro .text h3 small {
    display: block;
    font-family: '游ゴシック', Yu Gothic, sans-serif;
    font-size: 0.4em; }
  .voiceDetailIntro .text .price {
    margin-bottom: 0.25em;
    color: #890000;
    line-height: 1.0;
    font-size: 1.3em;
    font-weight: bolder; }
  .voiceDetailIntro .text .price b {
    position: relative;
    font-size: 1.8em; }
  .voiceDetailIntro figure {
    display: block;
    float: none;
    width: 100%;
    padding-top: 0;
    text-align: center; }
  .voiceDetailIntro figure img {
    width: 100%;
    height: auto; }
  .voiceDetailPoint {
    max-width: 100%;
    margin: 0 auto 30px;
    padding: 0 20px; }
  .voiceDetailPoint::after {
    content: '';
    display: table;
    clear: both;
    height: 0; }
  .voiceDetailPoint li {
    display: block;
    margin-bottom: 30px; }
  .voiceDetailPoint .text {
    display: block;
    width: 100%;
    margin-bottom: 1.5em;
    padding-right: 0; }
  .voiceDetailPoint .text h3 {
    margin-bottom: 0.5em;
    line-height: 1.4;
    font-size: 1.2em;
    font-weight: bolder; }
  .voiceDetailPoint figure {
    display: block;
    width: 100%;
    text-align: center;
    vertical-align: inherit; }
  .voiceDetailPoint figure img {
    width: 100%;
    height: auto; }
  .gotoMakerSite {
    margin-bottom: 20px;
    text-align: center; }
  .gotoMakerSite a {
    display: inline-block;
    position: relative;
    min-width: 70%;
    padding: 1.0em;
    border-radius: 3px;
    color: #fff;
    line-height: 1.0;
    font-size: 0.9em;
    font-weight: normal;
    text-decoration: none;
    background: #000; }
  .gotoMakerSite a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 1.0em;
    float: right;
    width: 0.4em;
    height: 0.4em;
    margin-top: -3px;
    border-top: #fff 1px solid;
    border-right: #fff 1px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); } }
