@charset "UTF-8";
/* pages */
.mincho {
  /* font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif; } */
  font-family: 'Shippori Mincho', serif;}

.inrWidth {
  width: 1040px;
  margin-right: auto;
  margin-left: auto; }

.outerWidth {
  width: 1000px;
  margin-right: auto;
  margin-left: auto; }

@media screen and (min-width: 1400px) {
  .fullWidth {
    width: 1400px;
    margin-right: auto;
    margin-left: auto; }
  .inrWidth {
    width: 1040px; } }

@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
    margin-right: auto;
    margin-left: auto; }
  .outerWidth {
    width: 1000px; }
  .inrWidth {
    width: 1040px; } }

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .fullWidth {
    width: 100% !important; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .outerWidth {
    width: 95% !important; } }

@media screen and (min-width: 768px) and (max-width: 1040px) {
  .inrWidth {
    width: 95% !important; } }

@media screen and (max-width: 768px) {
  .inrWidth {
    width: 90%; }
  .outerWidth {
    width: 90% !important; } }

.result__blk-ph img {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.result__blk-ph img.showPh {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px; }

.control {
  display: block;
  position: relative;
  margin-bottom: 15px;
  cursor: pointer; }

.control input {
  position: absolute;
  opacity: 0; }

.control__indicator {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 6px;
  height: 20px;
  width: 20px;
  background: #e6e6e6; }

.qname {
  padding-left: 30px; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc; }

.control input:checked ~ .control__indicator {
  background: #c97950; }

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #c97950; }

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none; }

.control__indicator:after {
  content: '';
  position: absolute;
  display: none; }

.control input:checked ~ .control__indicator:after {
  display: block; }

.control--checkbox .control__indicator:after {
  left: 7px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff; }

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b; }

/* common */
header {
  position: relative; }
  header .header-h2 {
    width: 100%; }

.resultlink a {
  position: relative; }
  .resultlink a:after {
    position: absolute;
    content: '>';
    font-weight: 100;
    text-align: right;
    right: 5%;
    margin-top: -3px; }

.name {
  letter-spacing: 0;
  padding-left: 10px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

/* PC */
@media print, screen and (min-width: 769px) {
  header h1.logo {
    position: absolute;
    top: 5%;
    left: 5%; }
    header h1.logo img {
      width: 170px; }
  section:not(#area_intro):not(#area_result) {
    padding-top: 170px; }
    section:not(#area_intro):not(#area_result) h3 {
      margin-bottom: 30px;
      text-align: center; }
      section:not(#area_intro):not(#area_result) h3 img {
        height: 100px; }
    section:not(#area_intro):not(#area_result) p.txt {
      margin-bottom: 60px;
      text-align: center;
      line-height: 2; }
    section:not(#area_intro):not(#area_result) .df {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    section:not(#area_intro):not(#area_result) .pd:hover,
    section:not(#area_intro):not(#area_result) .pd.outline {
      outline: 4px solid #c97950;
      outline-offset: -4px; }
    section:not(#area_intro):not(#area_result) .checkblk {
      margin-top: 15px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      section:not(#area_intro):not(#area_result) .checkblk input[type=checkbox] {
        margin-right: 10px;
        margin-top: 8px; }
      section:not(#area_intro):not(#area_result) .checkblk label {
        font-size: 1.8rem;
        line-height: 1.5; }
  section#area_intro {
    padding-top: 120px;
    text-align: center;
    line-height: 1.75; }
    section#area_intro h3 {
      margin-bottom: 35px;
      font-size: 3rem;
      color: #c97950;
      font-weight: bold; }
    section#area_intro p {
      line-height: 2; }
  section#area_silhouette .silhouette__blk {
    width: 30.76%; }
  section#area_silhouette .silhouette__blk:not(:last-of-type) {
    margin-right: 3.86%; }
  section#area_color .color__blk {
    width: 18.26%; }
  section#area_color .color__blk:not(:last-of-type) {
    margin-right: 2.175%; }
  section#area_button .button__blk {
    width: 18.26%;
    position: relative; }
  section#area_button .button__blk:not(:last-of-type) {
    margin-right: 2.3%; }
  section#area_button .button__blk-pt {
    position: absolute;
    left: -19px;
    top: -10px;
    z-index: 999; }
    section#area_button .button__blk-pt img {
      width: 90px; }
  section#area_size .size__blk {
    width: 18.26%;
    text-align: center; }
  section#area_size .size__blk:not(:last-of-type) {
    margin-right: 2.3%; }
  section#area_size .size__blk-ph {
    background: #fff; }
  section#area_size .size .pd:hover {
    background: #c97950; }
  .decision {
    text-align: center;
    width: 42%;
    margin: 160px auto 100px; }
    .decision #btnFix {
      display: block;
      font-size: 3rem;
      font-weight: bold;
      width: 100%;
      padding: 25px 40px;
      margin-bottom: 25px;
      font-size: 1.2em;
      background-color: #fff;
      color: #c97950;
      border: 2px solid #c97950;
      border-radius: 5px;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .decision #btnFix:hover {
        background: #c97950;
        color: #fff;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
    .decision__attention {
      font-size: 1.8rem; }
  section#area_result {
    background: #c97950;
    height: 530px;
    margin-bottom: 210px; }
    section#area_result h3 {
      font-size: 3rem;
      text-align: center;
      color: #fff;
      padding: 45px 0; }
    section#area_result .result__blk:first-of-type {
      width: 43.3%;
      margin-right: 5.74%; }
    section#area_result .result__blk:last-of-type {
      width: 35%; }
    section#area_result .result__blk-info dl {
      margin-bottom: 20px; }
      section#area_result .result__blk-info dl dt img {
        height: 24px; }
      section#area_result .result__blk-info dl dd {
        margin-top: 6px;
        font-size: 1.6rem; }
    section#area_result .result__blk-info .resultlink a {
      margin-top: 110px;
      display: block;
      text-align: center;
      font-size: 2.4rem;
      font-weight: bold;
      width: 100%;
      padding: 25px 40px;
      margin-bottom: 25px;
      line-height: 1;
      color: #c97950;
      border: 2px solid #c97950;
      border-radius: 5px;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      background: transparent; }
      section#area_result .result__blk-info .resultlink a:hover {
        background: #c97950;
        color: #fff;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
  section#area_question h3 {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 40px;
    color: #4a4f55; }
  section#area_question .question {
    background: #fff;
    padding: 60px 100px; }
    section#area_question .question__txt {
      font-size: 1.8rem;
      margin-bottom: 40px;
      text-align: center; }
    section#area_question .question ul {
      margin-bottom: 80px; }
      section#area_question .question ul li {
        padding: 0 25px; }
    section#area_question .question textarea {
      width: 100%;
      height: 200px;
      margin-bottom: 80px;
      padding: 15px; }
    section#area_question .question__input {
      text-align: center; }
    section#area_question .question input[type=submit] {
      font-size: 2.4rem;
      width: 200px;
      padding: 10px 40px;
      margin-bottom: 25px;
      line-height: 1;
      color: #fff;
      border: 2px solid #4d4d4d;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      background: url(../img/ico-mail.png) no-repeat, #4d4d4d;
      background-position: 93% center; }
      section#area_question .question input[type=submit]:hover {
        background: #fff;
        color: #4d4d4d;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
  section#area_question .control__indicator {
    position: absolute;
    left: 0;
    top: 2px; }
  footer {
    padding: 100px 0 50px; }
    footer .fixed-txt {
      text-align: center;
      margin-bottom: 40px;
      font-size: 1.6rem;
      line-height: 2.5; }
    footer ul {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 40px; }
      footer ul li {
        background: #fff;
        width: 240px; }
      footer ul li:first-of-type {
        margin-right: 30px; }
    footer .copyright {
      font-size: 1.1rem;
      text-align: center; } }

/* SP */
@media screen and (max-width: 768px) {
  .slider {
    position: relative; }
  .slider .slick-slide {
    margin: 0 18px !important; }
  .slider .slick-slide:not(.slick-center) {
    opacity: 0.5;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear; }
  .slarrow img {
    width: 15px;
    position: absolute;
    top: 0; }
  .slarrow .slick-next,
  .slarrow .slick-prev {
    top: 40% !important;
    width: 26px !important; }
  .slarrow .slick-next {
    right: 4.5%; }
  .slarrow .slick-next img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .slarrow .slick-prev {
    left: 8%; }
  .slarrow .slick-next:before,
  .slarrow .slick-prev:before {
    overflow: hidden !important;
    font-size: 40px !important;
    color: transparent; }
  .slarrow .slick-arrow {
    z-index: 999; }
  .slarrow button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .control__indicator {
    position: relative;
    left: 0px;
    margin-top: 0; }
  header h1.logo {
    position: absolute;
    top: 2%;
    left: 3%; }
    header h1.logo img {
      width: 107px; }
  section:not(#area_intro):not(#area_result) {
    padding-top: 85px; }
    section:not(#area_intro):not(#area_result) h3 {
      margin-bottom: 30px;
      text-align: center; }
      section:not(#area_intro):not(#area_result) h3 img {
        height: 70px; }
    section:not(#area_intro):not(#area_result) p.txt {
      margin-bottom: 45px;
      text-align: center;
      line-height: 2; }
    section:not(#area_intro):not(#area_result) .df {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    section:not(#area_intro):not(#area_result) .pd:hover {
      outline: 4px solid #c97950;
      outline-offset: -4px; }
    section:not(#area_intro):not(#area_result) .name {
      font-size: 1.2rem;
      text-align: left; }
    section:not(#area_intro):not(#area_result) .checkblk {
      margin-top: 15px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      section:not(#area_intro):not(#area_result) .checkblk input[type=checkbox] {
        margin-right: 10px;
        margin-top: 8px; }
      section:not(#area_intro):not(#area_result) .checkblk label {
        font-size: 1.3rem;
        line-height: 1.5; }
  section#area_intro {
    padding-top: 50px;
    text-align: center;
    line-height: 1.75; }
    section#area_intro h3 {
      margin-bottom: 35px;
      font-size: 2.2rem;
      color: #c97950;
      font-weight: bold; }
    section#area_intro p {
      line-height: 2; }
  section#area_silhouette {
    width: 100%; }
    section#area_silhouette .sliderWrap {
      position: relative; }
    section#area_silhouette .silhouette__blk {
      width: 30.76%; }
    section#area_silhouette .silhouette__blk:not(:last-of-type) {
      margin-right: 3.86%; }
    section#area_silhouette .txt {
      width: 90%;
      margin: auto; }
  section#area_color .color__blk {
    width: 30.3%; }
  section#area_color .color__blk:not(:nth-of-type(3n)) {
    margin-right: 4.55%; }
  section#area_button .button__blk {
    width: 30.76%;
    position: relative; }
  section#area_button .button__blk:not(:last-of-type) {
    margin-right: 3.86%; }
  section#area_button .button__blk-pt {
    position: absolute;
    left: -15px;
    top: -10px;
    z-index: 999; }
    section#area_button .button__blk-pt img {
      width: 65px; }
  section#area_size .size__blk {
    width: 30.76%;
    text-align: center; }
  section#area_size .size__blk:not(:last-of-type) {
    margin-right: 3.86%; }
  section#area_size .size__blk-ph {
    background: #fff; }
  section#area_size .size .pd:hover {
    background: #c97950; }
  .decision {
    text-align: center;
    width: 90%;
    margin: 50px auto 80px; }
    .decision #btnFix {
      display: block;
      line-height: 1;
      font-size: 2.2rem !important;
      font-weight: bold;
      width: 100%;
      padding: 20px 40px;
      margin-bottom: 20px;
      font-size: 1.2em;
      background-color: #fff;
      color: #c97950;
      border: 2px solid #c97950;
      border-radius: 5px;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .decision #btnFix:hover {
        background: #c97950;
        color: #fff;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
    .decision__attention {
      font-size: 1.3rem; }
  section#area_result {
    background: #c97950;
    width: 100%; }
    section#area_result h3 {
      font-size: 2.2rem;
      text-align: center;
      color: #fff;
      padding: 40px 0 20px; }
    section#area_result .result__blk-ph {
      width: 90%;
      margin: auto; }
    section#area_result .result {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      section#area_result .result__blk:first-of-type {
        margin-bottom: 30px; }
      section#area_result .result__blk-info dl {
        margin-bottom: 20px;
        margin-left: 15%; }
        section#area_result .result__blk-info dl dt img {
          height: 20px; }
        section#area_result .result__blk-info dl dd {
          margin-top: 10px;
          font-size: 1.2rem; }
      section#area_result .result__blk-info .resultlink {
        background: #e5edf8;
        padding: 8% 5% 0; }
      section#area_result .result__blk-info .resultlink a {
        display: block;
        text-align: center;
        font-size: 1.8rem !important;
        font-weight: bold;
        width: 100%;
        padding: 20px 40px;
        line-height: 1;
        color: #c97950;
        border: 2px solid #c97950;
        border-radius: 5px;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        background: transparent; }
  section#area_question h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 30px;
    color: #4a4f55; }
  section#area_question .question {
    background: #fff;
    padding: 45px 15px; }
    section#area_question .question__txt {
      font-size: 1.3rem;
      margin-bottom: 30px;
      text-align: center; }
    section#area_question .question ul {
      margin-bottom: 60px;
      width: 90%;
      margin: auto;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    section#area_question .question__input {
      text-align: center; }
    section#area_question .question textarea {
      width: 100%;
      height: 150px;
      margin-bottom: 45px;
      padding: 15px; }
    section#area_question .question input[type=submit] {
      font-size: 1.8rem !important;
      width: 200px;
      padding: 10px 40px;
      margin-bottom: 25px;
      line-height: 1;
      color: #fff;
      border: 2px solid #4d4d4d;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      background: url(../img/ico-mail.png) no-repeat, #4d4d4d;
      background-position: 93% center;
      background-size: 20px 15px; }
      section#area_question .question input[type=submit]:hover {
        background: #fff;
        color: #4d4d4d;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
  section#area_question .control__indicator {
    position: absolute;
    left: 0;
    top: 2px; }
  footer {
    padding: 60px 0 40px; }
    footer .fixed-txt {
      text-align: center;
      margin-bottom: 50px;
      font-size: 1.3rem;
      line-height: 2.5; }
    footer ul {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 40px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      footer ul li {
        background: #fff;
        width: 240px;
        margin: 0 auto 15px; }
    footer .copyright {
      font-size: 1.1rem;
      text-align: center; } }

/*# sourceMappingURL=maps/style.css.map */
