@charset "UTF-8";
/************************************************************/
/*                                                          */
/*  OPTION                                                  */
/*                                                          */
/************************************************************/
.optionHead {
  background: url("../../images/option/bg_option-detail.png") no-repeat center center;
  background-size: cover; }

.optionHead 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); }

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

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

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

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

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

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

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

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

.optionLineupTabBr {
  display: none; }

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

.optionLineupTab 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; }

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

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

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

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

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

.optionLineup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.optionLineup ul::after {
  /*   content: '';
  display: table;
  clear: both;
  height: 0; */ }

.optionLineup li {
  float: none;
  width: 23.5%;
  margin-right: 0;
  margin-bottom: 20px;
  border: #e9e9e9 1px solid;
  border-radius: 4px; }

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

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

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

.optionLineup 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; }

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

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

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

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

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

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

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

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

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

.optionPlusOneLeft figure {
  display: block; }

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

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

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

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

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

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

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

/************************************************************/
/*                                                          */
/*  OPTION DETAIL                                           */
/*                                                          */
/************************************************************/
.optionDetailHead {
  background: url("../../images/option/bg_option-detail.png") no-repeat center center;
  background-size: cover; }

.optionDetailHead 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); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.optionDetailPoint 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) {
  /************************************************************/
  /*                                                          */
  /*  OPTION                                                  */
  /*                                                          */
  /************************************************************/
  .optionHead {
    background: url("../../images/option/bg_option-detail.png") no-repeat center center;
    background-size: cover; }
  .optionHead 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); }
  .optionHead h2 small {
    display: block;
    color: #fff;
    font-family: 'Fjalla One', 'Roboto Condensed', Arial, sans-serif;
    font-size: 0.3em;
    letter-spacing: 0.01em; }
  .optionHead h2 small::after {
    content: '';
    display: block;
    width: 2.25em;
    height: 1px;
    margin-top: 0.35em;
    margin-bottom: 1.5em;
    background: #fff; }
  .optionIntro {
    max-width: 100%;
    margin: 0 auto 30px;
    padding: 0 20px; }
  .optionIntro::after {
    content: '';
    display: table;
    clear: both;
    height: 0; }
  .optionIntro h3 {
    margin-bottom: 0.5em;
    line-height: 1.5;
    font-size: 1.4em;
    font-weight: bolder; }
  .optionIntro p {
    margin-bottom: 1.0em;
    font-size: 0.9em; }
  .optionIntro p br {
    display: none; }
  .optionIntro .note {
    font-size: 0.75em; }
  .optionLineupTab {
    position: relative;
    z-index: 2;
    max-width: 100%;
    margin: 0 auto 20px;
    padding: 0 20px; }
  .optionLineupTabBr {
    display: inline; }
  .optionLineupTab ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .optionLineupTab ul::after {
    content: '';
    display: table;
    clear: both;
    height: 0; }
  .optionLineupTab li {
    width: 25%; }
  .optionLineupTab li a {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    padding: 8px 0;
    border-right: #fff 1px solid;
    color: #000;
    font-size: 1em;
    text-align: center;
    text-decoration: none;
    background: #d6d6d6; }
  .optionLineupTab li.active a {
    color: #fff;
    background: #000; }
  .optionLineupTab li.active a::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    border: transparent 5px solid;
    border-top: #000 5px solid; }
  .optionLineupTab li:nth-child(2) a {
    padding: 8px 0 !important; }
  .optionLineupTab li:nth-child(4) a {
    border-right: 0; }
  .optionLineup {
    display: none;
    position: relative;
    z-index: 2;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px; }
  .optionLineup ul {
    margin-bottom: 30px; }
  .optionLineup ul::after {
    content: '';
    display: table;
    clear: both;
    height: 0; }
  .optionLineup li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 5px;
    border: #e9e9e9 1px solid;
    border-radius: 4px; }
  .optionLineup li:nth-child(4),
  .optionLineup li:nth-child(8),
  .optionLineup li:nth-child(12) {
    margin-right: inherit; }
  .optionLineup li:nth-child(5),
  .optionLineup li:nth-child(9),
  .optionLineup li:nth-child(13) {
    clear: inherit; }
  .optionLineup li:nth-child(even) {
    margin-right: inherit; }
  .optionLineup li:nth-child(odd) {
    clear: both; }
  .optionLineup li a {
    color: inherit;
    text-decoration: none; }
  .optionLineup li figure {
    display: block;
    position: relative;
    padding: 30px 10px 10px;
    text-align: center; }
  .optionLineup li figure img {
    width: 96%;
    height: auto; }
  .optionLineup 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; }
  .optionLineup li h3 {
    padding: 0 10px 20px;
    border-bottom: #e9e9e9 1px solid;
    color: #666;
    line-height: 1.4;
    font-size: 0.8em; }
  .optionLineup li .price {
    padding: 5px;
    color: #890000;
    font-size: 0.9em;
    font-weight: bolder;
    text-align: center; }
  .optionPlusOne {
    padding: 20px;
    background: #f5f5f5; }
  .optionPlusOneInner {
    position: relative;
    z-index: 2;
    max-width: 1032px;
    margin: 0 auto; }
  .optionPlusOneInner h3 {
    margin-bottom: 0.5em;
    font-size: 0.9em;
    font-weight: bolder;
    letter-spacing: -0.05em; }
  .optionPlusOneInner h3 small {
    font-size: 0.7em;
    font-weight: normal; }
  .optionPlusOne .cover::after {
    content: '';
    display: table;
    clear: both;
    height: 0; }
  .optionPlusOneLeft {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
  .optionPlusOneLeft .catch {
    margin-bottom: 0.5em;
    font-size: 0.85em;
    font-weight: bolder;
    letter-spacing: -0.025em; }
  .optionPlusOneLeft figure {
    display: block; }
  .optionPlusOneLeft figure img {
    width: 100%;
    height: auto; }
  .optionPlusOneRight {
    float: none;
    width: 100%;
    background: #fff; }
  .optionPlusOneRight table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8em;
    line-height: 1.4;
    letter-spacing: -0.025em; }
  .optionPlusOneRight tr {
    border-bottom: #f5f5f5 1px solid; }
  .optionPlusOneRight th {
    padding: 5px;
    vertical-align: top; }
  .optionPlusOneRight td {
    padding: 5px;
    vertical-align: top; }
  .optionPlusOneRight tr td:last-child {
    white-space: nowrap;
    vertical-align: middle; }
  .optionPlusOneRight tbody th {
    text-align: left; }
  /************************************************************/
  /*                                                          */
  /*  OPTION DETAIL                                           */
  /*                                                          */
  /************************************************************/
  .optionDetailHead {
    background: url("../../images/option/bg_option-detail.png") no-repeat center center;
    background-size: cover; }
  .optionDetailHead 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); }
  .optionDetailHead h2 small {
    display: block;
    color: #fff;
    font-family: 'Fjalla One', 'Roboto Condensed', Arial, sans-serif;
    font-size: 0.3em;
    letter-spacing: 0.01em; }
  .optionDetailHead h2 small::after {
    content: '';
    display: block;
    width: 2.25em;
    height: 1px;
    margin-top: 0.35em;
    margin-bottom: 1.5em;
    background: #fff; }
  .optionDetailIntro {
    max-width: 100%;
    margin: 0 auto 30px;
    padding: 0 20px; }
  .optionDetailIntro::after {
    content: '';
    display: table;
    clear: both;
    height: 0; }
  .optionDetailIntro .text {
    float: none;
    width: 100%;
    margin-bottom: 1.5em;
    font-size: 0.9em; }
  .optionDetailIntro .text h3 {
    margin-bottom: 0.25em;
    line-height: 1.2;
    font-family: 'Fjalla One', 'Roboto Condensed', Arial, sans-serif;
    font-size: 2.2em; }
  .optionDetailIntro .text h3 small {
    display: block;
    font-family: '游ゴシック', Yu Gothic, sans-serif;
    font-size: 0.4em; }
  .optionDetailIntro .text .price {
    margin-bottom: 0.25em;
    color: #890000;
    line-height: 1.0;
    font-size: 1.3em;
    font-weight: bolder; }
  .optionDetailIntro .text .price b {
    position: relative;
    font-size: 1.8em; }
  .optionDetailIntro figure {
    display: block;
    float: none;
    width: 100%;
    padding-top: 0;
    text-align: center; }
  .optionDetailIntro figure img {
    width: 100%;
    height: auto; }
  .optionDetailPoint {
    max-width: 100%;
    margin: 0 auto 30px;
    padding: 0 20px; }
  .optionDetailPoint::after {
    content: '';
    display: table;
    clear: both;
    height: 0; }
  .optionDetailPoint li {
    display: block;
    margin-bottom: 30px; }
  .optionDetailPoint .text {
    display: block;
    width: 100%;
    margin-bottom: 1.5em;
    padding-right: 0; }
  .optionDetailPoint .text h3 {
    margin-bottom: 0.5em;
    line-height: 1.4;
    font-size: 1.2em;
    font-weight: bolder; }
  .optionDetailPoint figure {
    display: block;
    width: 100%;
    text-align: center;
    vertical-align: inherit; }
  .optionDetailPoint 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); } }
