@charset "UTF-8";
/*                reset
======================================================= */
body, h1, h2, h3, h4, h5, table, th, td, ul, li, ol, dl, dt, dd, form, p, table, th, td {
  margin: 0px;
  padding: 0px;
  font-weight: 500;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 100%; }

body {
  color: #000;
  background-color: #ffffff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.8;
  font-size: 13px;
  -webkit-text-size-adjust: none; }

/* for IE6 */
* html body {
  font-size: 100%; }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }
  a img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

input, textArea, select {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 13px; }

button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 13px;
  cursor: pointer; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?w11z48");
  src: url("../fonts/icomoon.eot?w11z48#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?w11z48") format("truetype"), url("../fonts/icomoon.woff?w11z48") format("woff"), url("../fonts/icomoon.svg?w11z48#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* @font-face {
font-family: 'FontAwesome';
src: url('/event/stylecheck/fonts/fontawesome-webfont.eot?v=4.6.3');
src: url('/event/stylecheck/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('/event/stylecheck/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('/event/stylecheck/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('/event/stylecheck/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('/event/stylecheck/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'icomoon';
src:  url('/event/stylecheck/fonts/icomoon.eot?w11z48');
src:  url('/event/stylecheck/fonts/icomoon.eot?w11z48#iefix') format('embedded-opentype'),
url('/event/stylecheck/fonts/icomoon.ttf?w11z48') format('truetype'),
url('/event/stylecheck/fonts/icomoon.woff?w11z48') format('woff'),
url('/event/stylecheck/fonts/icomoon.svg?w11z48#icomoon') format('svg');
font-weight: normal;
font-style: normal;
} */
/*                link
======================================================= */
a:link {
  color: #000;
  text-decoration: none; }

a:visited {
  color: #000; }

@media only screen and (min-width: 1025px) {
  a:hover {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    a:hover img {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      opacity: .8; } }

/*                common
======================================================= */
.clear:after {
  content: '';
  display: block;
  clear: both; }

.clear_both {
  clear: both; }

.hidden, #wrapper {
  overflow: hidden; }

/*                leyout
======================================================= */
.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px; }

@media only screen and (max-width: 1024px) {
  .main_width {
    padding: 0 20px; } }

/*                br
======================================================= */
@media only screen and (min-width: 901px) {
  br.sp900 {
    display: none; } }

@media only screen and (min-width: 769px) {
  br.sp768 {
    display: none; } }

@media only screen and (min-width: 641px) {
  br.sp640 {
    display: none; } }

@media only screen and (min-width: 401px) {
  br.sp400 {
    display: none; } }

/*                タイトル装飾
======================================================= */
/*                テキスト装飾
======================================================= */
.text_right {
  text-align: right; }

.text_left {
  text-align: left; }

.text_center {
  text-align: center; }

.underline {
  text-decoration: underline; }

.noto {
  font-family: "Noto Sans Japanese", serif;
  font-weight: 500; }

.montserrat {
  font-family: "Montserrat", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

/*                btn
======================================================= */
.btn_area {
  padding: 0 140px;
  margin-top: 100px; }
  .btn_area.yoko {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: -8px; }
    .btn_area.yoko .btn {
      text-align: left;
      width: 25%;
      margin: 0;
      padding-left: 4px;
      padding-right: 4px;
      margin-bottom: 8px; }
      .btn_area.yoko .btn span {
        display: block;
        padding: 0 1em; }

@media only screen and (max-width: 1024px) {
  .btn_area {
    padding: 0;
    margin-top: 80px; } }

@media only screen and (max-width: 640px) {
  .btn_area.width_wrap {
    padding: 0 20px; } }

@media only screen and (max-width: 640px) {
  .btn_area.yoko {
    display: block; } }

@media only screen and (max-width: 640px) {
  .btn_area.yoko .btn + .btn {
    margin-left: 0;
    margin-top: 5px; } }

@media only screen and (max-width: 768px) {
  .btn_area.yoko .btn {
    width: 33.33333333%; } }

@media only screen and (max-width: 640px) {
  .btn_area.yoko .btn {
    width: 100%; } }

.btn {
  width: 100%;
  text-align: center;
  margin: 0 auto; }
  .btn a, .btn button {
    position: relative;
    z-index: 1000;
    overflow: hidden;
    border: 1px #000 solid;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
    display: block;
    font-weight: bold;
    width: 100%;
    padding: 1em 2em; }
  .btn a::after, .btn button::after {
    font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .btn.icon_none a::after, .btn.icon_none button::after {
    content: none; }
  .btn.long {
    width: 100%; }
  .btn.form_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .btn.form_col2 a:nth-child(1), .btn.form_col2 button:nth-child(1) {
      width: 220px; }
    .btn.form_col2 a:nth-child(2), .btn.form_col2 button:nth-child(2) {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
      flex: 1 1 0%;
      margin-left: 40px; }
  .btn.blue a {
    color: #013273;
    border: 1px #d4d4d4 solid; }
  .btn.orange a {
    color: #f26500;
    border: 1px #d4d4d4 solid; }
  .btn.return a::after, .btn.return button::after {
    content: none; }
  .btn.return a span::before, .btn.return button span::before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    top: 1px;
    content: "\e91d";
    color: #fff;
    margin-right: 0.4em; }
  .btn.return_ar a::after, .btn.return_ar button::after {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: 18px;
    content: "\e91e";
    position: absolute;
    z-index: 2;
    right: auto;
    left: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

@media only screen and (max-width: 1024px) {
  .btn {
    width: 100%; } }

@media only screen and (max-width: 1024px) {
  .btn a, .btn button {
    font-size: 107.7%; } }

@media only screen and (min-width: 1025px) {
  .btn a::before, .btn button::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #1e3f65;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; } }

@media only screen and (min-width: 1025px) {
  .btn a:hover, .btn button:hover {
    color: #fff; } }

@media only screen and (min-width: 1025px) {
  .btn a:hover::before, .btn button:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }

@media only screen and (max-width: 1024px) {
  .btn.form_col2 {
    display: block; } }

@media only screen and (max-width: 1024px) {
  .btn.form_col2 a:nth-child(1), .btn.form_col2 button:nth-child(1) {
    width: 100%; } }

@media only screen and (max-width: 1024px) {
  .btn.form_col2 a:nth-child(2), .btn.form_col2 button:nth-child(2) {
    margin-top: 25px;
    margin-left: 0; } }

@media only screen and (min-width: 1025px) {
  .btn.blue a::before {
    background: #013273; } }

@media only screen and (min-width: 1025px) {
  .btn.blue a:hover {
    color: #fff; } }

@media only screen and (min-width: 1025px) {
  .btn.orange a::before {
    background: #f26500; } }

@media only screen and (min-width: 1025px) {
  .btn.orange a:hover {
    color: #fff; } }

/*                診断ボタン
======================================================= */
.diagnosis_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .diagnosis_btn .btn_wrap {
    position: relative;
    padding-top: 20px; }
    .diagnosis_btn .btn_wrap .balloon {
      position: absolute;
      top: 0;
      left: 75px; }
      .diagnosis_btn .btn_wrap .balloon p {
        position: relative;
        z-index: 1000;
        display: inline-block;
        width: 78px;
        height: 78px; }
        .diagnosis_btn .btn_wrap .balloon p::before {
          background-image: url(../media/images/common/balloon.png);
          background-repeat: no-repeat;
          background-size: 78px auto;
          content: "";
          width: 78px;
          height: 78px;
          position: absolute;
          left: 0;
          top: 0; }
        .diagnosis_btn .btn_wrap .balloon p span {
          display: none; }
    .diagnosis_btn .btn_wrap .d_btn {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      position: relative;
      color: #fff;
      background: #000;
      text-align: center;
      width: 580px;
      -webkit-box-shadow: 10px 10px rgba(0, 0, 0, 0.15);
      box-shadow: 10px 10px rgba(0, 0, 0, 0.15);
      padding: 34px 0 32px; }
      .diagnosis_btn .btn_wrap .d_btn::before {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-size: 22px;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "\e900"; }
      .diagnosis_btn .btn_wrap .d_btn p {
        font-size: 215.4%;
        font-weight: bold; }
        .diagnosis_btn .btn_wrap .d_btn p span {
          font-size: 46.4%;
          display: block; }
  .diagnosis_btn.mini .btn_wrap .balloon {
    left: 20px; }
  .diagnosis_btn.mini .btn_wrap .d_btn {
    width: 470px; }
  .diagnosis_btn a {
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

@media only screen and (max-width: 640px) {
  .diagnosis_btn .btn_wrap {
    width: 80%;
    margin: 0 auto; } }

@media only screen and (max-width: 480px) {
  .diagnosis_btn .btn_wrap {
    width: 90%; } }

@media only screen and (max-width: 640px) {
  .diagnosis_btn .btn_wrap .balloon {
    left: -30px; } }

@media only screen and (max-width: 640px) {
  .diagnosis_btn .btn_wrap .balloon p::before {
    background-size: 64px auto;
    width: 64px;
    height: 64px; } }

@media only screen and (max-width: 640px) {
  .diagnosis_btn .btn_wrap .d_btn {
    width: 100%;
    padding: 26px 0 24px; } }

@media only screen and (max-width: 640px) {
  .diagnosis_btn .btn_wrap .d_btn::before {
    content: none; } }

@media only screen and (max-width: 640px) {
  .diagnosis_btn .btn_wrap .d_btn p {
    font-size: 153.8%; } }

@media only screen and (max-width: 640px) {
  .diagnosis_btn.mini .btn_wrap .balloon {
    left: -30px; } }

@media only screen and (max-width: 640px) {
  .diagnosis_btn.mini .btn_wrap .d_btn {
    width: 100%; } }

@media only screen and (max-width: 640px) {
  .diagnosis_btn a {
    width: 100%; } }

@media only screen and (min-width: 1025px) {
  .diagnosis_btn a:hover .d_btn {
    background: #333333; } }

.diagnosis_btn_bg {
  background: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
  position: relative;
  margin: 60px 0;
  background-image: url(../media/images/home/diagnosis_bg_pc.jpg); }
  .diagnosis_btn_bg .diagnosis_btn {
    width: 100%; }

@media only screen and (max-width: 1024px) {
  .diagnosis_btn_bg {
    padding: 0 20px;
    height: auto; } }

@media only screen and (max-width: 768px) {
  .diagnosis_btn_bg {
    background-image: url(../media/images/home/diagnosis_bg_sp.jpg); } }

/*                cont_set
======================================================= */
.cont_set .brackets {
  position: relative;
  width: 100%;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  margin: 0 auto; }
  .cont_set .brackets + .diagnosis_img {
    margin-top: 40px; }
  .cont_set .brackets::before, .cont_set .brackets::after {
    position: absolute;
    top: 0;
    content: '';
    width: 10px;
    height: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
  .cont_set .brackets::before {
    left: 0;
    border-left: 1px solid #000; }
  .cont_set .brackets::after {
    right: 0;
    border-right: 1px solid #000; }
  .cont_set .brackets .brackets_ttl .ttl img {
    width: 100%;
    height: auto;
    margin: 0 auto; }
  .cont_set .brackets .brackets_ttl .sub {
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: bold;
    font-size: 76.9%;
    display: block;
    margin-top: 15px; }

.cont_set .diagnosis_img + .desc_block {
  margin-top: 40px; }

.cont_set .diagnosis_img img {
  margin: 0 auto; }

.cont_set .desc_block {
  text-align: center; }
  .cont_set .desc_block + .solution_block {
    margin-top: 60px; }
  .cont_set .desc_block .third_ttl + p {
    margin-top: 1em; }

.cont_set .solution_block + .type_block {
  margin-top: 70px; }

.cont_set .solution_block .solution_ttl {
  position: relative;
  z-index: 991; }
  .cont_set .solution_block .solution_ttl .ttl img {
    margin: 0 auto; }

.cont_set .solution_block .solution_list {
  position: relative;
  z-index: 990;
  background: #f2f3f7;
  padding: 100px 50px 80px;
  margin-top: -30px; }
  .cont_set .solution_block .solution_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -14px;
    margin-right: -14px; }
    .cont_set .solution_block .solution_list ul li {
      position: relative;
      width: 20%;
      text-align: center;
      font-weight: bold;
      padding-left: 14px;
      padding-right: 14px; }
      .cont_set .solution_block .solution_list ul li .inner {
        position: relative;
        z-index: 1; }
      .cont_set .solution_block .solution_list ul li::before {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-size: 144px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        content: "\e901";
        color: #fff; }

.cont_set .type_block .type_ttl {
  position: relative;
  z-index: 991;
  margin-bottom: 50px; }
  .cont_set .type_block .type_ttl img {
    margin: 0 auto; }

.cont_set .type_block .type_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -60px;
  margin-right: -60px; }
  .cont_set .type_block .type_list .set {
    width: 33.33333333%;
    padding-left: 60px;
    padding-right: 60px; }
    .cont_set .type_block .type_list .set + .set {
      border-left: 1px #e6e6e6 solid; }
    .cont_set .type_block .type_list .set > .inner {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .cont_set .type_block .type_list .set > .inner .set_ttl .ttl {
        position: relative;
        height: 130px; }
        .cont_set .type_block .type_list .set > .inner .set_ttl .ttl::after {
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e902";
          font-size: 18px;
          position: absolute;
          bottom: 20px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
        .cont_set .type_block .type_list .set > .inner .set_ttl .ttl img {
          width: 80%;
          margin: 0 auto 0 0; }
      .cont_set .type_block .type_list .set > .inner .type_img + .desc {
        margin-top: 30px; }
      .cont_set .type_block .type_list .set > .inner .type_img img {
        width: 200px; }
      .cont_set .type_block .type_list .set > .inner p.desc {
        margin-left: -20px;
        margin-right: -20px; }
        .cont_set .type_block .type_list .set > .inner p.desc + .btn {
          margin-top: 20px; }
      .cont_set .type_block .type_list .set > .inner .btn a, .cont_set .type_block .type_list .set > .inner .btn button {
        width: 246px;
        margin: 0 auto; }

.cont_set#skeleton .diagnosis_img img {
  width: 200px; }

.cont_set#skeleton .solution_block .solution_ttl img {
  width: 356px; }

.cont_set#skeleton .type_block .type_ttl img {
  width: 344px; }

.cont_set#skeleton .type_block .type_list .set {
  /* &:nth-child(1){
        .inner{
        .set_ttl{
        .ttl{
        img{
        @include media768{
        width: 115px;
      }
      }
      }
      }
      }
      }
        &:nth-child(2){
        .inner{
        .set_ttl{
        .ttl{
        img{
        @include media768{
        width: 72px;
      }
      }
      }
      }
      }
      }
        &:nth-child(3){
        .inner{
        .set_ttl{
        .ttl{
        img{
        @include media768{
        width: 109px;
      }
      }
      }
      }
      }
      } */ }
  .cont_set#skeleton .type_block .type_list .set .inner .set_ttl .ttl img {
    width: 95%;
    margin: 0 auto; }

.cont_set#personal_color .diagnosis_img img, .cont_set#result_display .diagnosis_img img {
  width: 265px; }

.cont_set#personal_color .solution_block .solution_ttl img, .cont_set#result_display .solution_block .solution_ttl img {
  width: 465px; }

.cont_set#personal_color .solution_block .solution_list ul, .cont_set#result_display .solution_block .solution_list ul {
  padding: 0 50px; }

.cont_set#personal_color .type_block .type_ttl img, .cont_set#result_display .type_block .type_ttl img {
  width: 376px; }

.cont_set#personal_color .type_block .color_label, .cont_set#result_display .type_block .color_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px; }

.cont_set#personal_color .type_block .color_label .set, .cont_set#result_display .type_block .color_label .set {
  width: 50%;
  text-align: center;
  position: relative;
  padding-top: 80px;
  padding-bottom: 30px; }

.cont_set#personal_color .type_block .color_label .set::before, .cont_set#result_display .type_block .color_label .set::before {
  background: #fff28c;
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.cont_set#personal_color .type_block .color_label .set::after, .cont_set#result_display .type_block .color_label .set::after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-size: 18px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.cont_set#personal_color .type_block .color_label .set:nth-child(2)::before, .cont_set#result_display .type_block .color_label .set:nth-child(2)::before {
  background: #4672c3; }

.cont_set#personal_color .type_block .color_label .set p, .cont_set#result_display .type_block .color_label .set p {
  font-size: 138.5%;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em; }

.cont_set#personal_color .type_block .color_label .set p span, .cont_set#result_display .type_block .color_label .set p span {
  display: block;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 55.5%;
  letter-spacing: normal; }

.cont_set#personal_color .type_block .type_list .set, .cont_set#result_display .type_block .type_list .set {
  position: relative;
  width: 50%; }

.cont_set#personal_color .type_block .type_list .set:nth-child(odd), .cont_set#result_display .type_block .type_list .set:nth-child(odd) {
  border-left: none; }

.cont_set#personal_color .type_block .type_list .set.spring, .cont_set#personal_color .type_block .type_list .set.summer {
  border-bottom: 1px #e6e6e6 solid;
  padding-bottom: 60px; }

.cont_set#result_display .type_block .type_list .set.spring, .cont_set#result_display .type_block .type_list .set.summer {
  border-bottom: 1px #e6e6e6 solid;
  padding-bottom: 60px; }

.cont_set#personal_color .type_block .type_list .set.autumn, .cont_set#personal_color .type_block .type_list .set.winter {
  padding-top: 60px; }

.cont_set#result_display .type_block .type_list .set.autumn, .cont_set#result_display .type_block .type_list .set.winter {
  padding-top: 60px; }

.cont_set#personal_color .type_block .type_list .set:first-child::after, .cont_set#result_display .type_block .type_list .set:first-child::after {
  content: '';
  background: #fff;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: 1000; }

.cont_set#personal_color .type_block .type_list .set .inner .set_ttl, .cont_set#result_display .type_block .type_list .set .inner .set_ttl {
  position: absolute;
  top: 0;
  left: 0; }

.cont_set#personal_color .type_block .type_list .set .inner .set_ttl .ttl::after, .cont_set#result_display .type_block .type_list .set .inner .set_ttl .ttl::after {
  content: none; }

.cont_set#personal_color .type_block .type_list .set .inner .color_base, .cont_set#result_display .type_block .type_list .set .inner .color_base {
  position: absolute;
  top: 0;
  right: 0; }

.cont_set#personal_color .type_block .type_list .set .inner .color_base img {
  width: 52px;
  height: auto; }

.cont_set#result_display .type_block .type_list .set .inner .color_base img {
  width: 52px;
  height: auto; }

.cont_set#result_display .brackets {
  width: 60%; }
  .cont_set#result_display .brackets + .type_block {
    margin-top: 60px; }
  .cont_set#result_display .brackets .brackets_ttl .ttl img {
    width: 192px; }

.cont_set#result_display .type_block .type_list .set .type_label {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 65px; }
  .cont_set#result_display .type_block .type_list .set .type_label > .inner .ttl img {
    width: 100%;
    height: auto;
    margin: 0 auto; }
  .cont_set#result_display .type_block .type_list .set .type_label > .inner .sub {
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: bold;
    font-size: 76.9%;
    display: block;
    margin-top: 8px; }
  .cont_set#result_display .type_block .type_list .set .type_label::after {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e902";
    font-size: 18px;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .cont_set#result_display .type_block .type_list .set .type_label.skeleton .inner .ttl img {
    width: 88px; }
  .cont_set#result_display .type_block .type_list .set .type_label.p_color .inner .ttl img {
    width: 302px; }

.cont_set#result_display .type_block .type_list .set.spring, .cont_set#result_display .type_block .type_list .set.summer {
  border-bottom: none;
  padding-bottom: 0; }

.cont_set#result_display .type_block .type_list .set.autumn, .cont_set#result_display .type_block .type_list .set.winter {
  padding-top: 0; }

@media only screen and (max-width: 640px) {
  .cont_set .brackets {
    height: 140px; } }

@media only screen and (max-width: 640px) {
  .cont_set .brackets .brackets_ttl .ttl img.pc {
    display: none; } }

@media only screen and (min-width: 641px) {
  .cont_set .brackets .brackets_ttl .ttl img.sp {
    display: none; } }

@media only screen and (max-width: 640px) {
  .cont_set .diagnosis_img + .desc_block {
    margin-top: 30px; } }

@media only screen and (max-width: 640px) {
  .cont_set .desc_block + .solution_block {
    margin-top: 50px; } }

@media only screen and (max-width: 640px) {
  .cont_set .desc_block p br {
    display: none; } }

@media only screen and (max-width: 640px) {
  .cont_set .solution_block + .type_block {
    margin-top: 45px; } }

@media only screen and (max-width: 640px) {
  .cont_set .solution_block .solution_list {
    padding: 90px 40px 60px;
    margin-top: -20px; } }

@media only screen and (max-width: 480px) {
  .cont_set .solution_block .solution_list {
    padding: 90px 30px 50px; } }

@media only screen and (max-width: 400px) {
  .cont_set .solution_block .solution_list {
    padding: 80px 20px 40px; } }

@media only screen and (max-width: 1024px) {
  .cont_set .solution_block .solution_list ul {
    margin-bottom: -80px; } }

@media only screen and (max-width: 640px) {
  .cont_set .solution_block .solution_list ul {
    margin-bottom: -70px; } }

@media only screen and (max-width: 480px) {
  .cont_set .solution_block .solution_list ul {
    margin-bottom: -60px; } }

@media only screen and (max-width: 1024px) {
  .cont_set .solution_block .solution_list ul li {
    width: 33.33333333%;
    margin-bottom: 80px; } }

@media only screen and (max-width: 640px) {
  .cont_set .solution_block .solution_list ul li {
    margin-bottom: 70px; } }

@media only screen and (max-width: 480px) {
  .cont_set .solution_block .solution_list ul li {
    font-size: 92.3%;
    margin-bottom: 60px; } }

@media only screen and (max-width: 400px) {
  .cont_set .solution_block .solution_list ul li {
    font-size: 76.9%; } }

@media only screen and (max-width: 640px) {
  .cont_set .solution_block .solution_list ul li::before {
    font-size: 120px; } }

@media only screen and (max-width: 480px) {
  .cont_set .solution_block .solution_list ul li::before {
    font-size: 110px; } }

@media only screen and (max-width: 400px) {
  .cont_set .solution_block .solution_list ul li::before {
    font-size: 100px; } }

@media only screen and (max-width: 350px) {
  .cont_set .solution_block .solution_list ul li::before {
    font-size: 85px; } }

@media only screen and (max-width: 1024px) {
  .cont_set .type_block .type_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px; } }

@media only screen and (max-width: 640px) {
  .cont_set .type_block .type_list {
    padding-left: 15px;
    padding-right: 15px; } }

@media only screen and (max-width: 350px) {
  .cont_set .type_block .type_list {
    padding-left: 0;
    padding-right: 0; } }

@media only screen and (max-width: 1024px) {
  .cont_set .type_block .type_list .set + .set {
    border-left: none;
    border-top: 1px #e6e6e6 solid;
    padding-top: 35px;
    margin-top: 35px; } }

@media only screen and (max-width: 1024px) {
  .cont_set .type_block .type_list .set {
    width: 100%;
    padding-left: 0;
    padding-right: 0; } }

@media only screen and (max-width: 1024px) {
  .cont_set .type_block .type_list .set > .inner .set_ttl {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0; } }

@media only screen and (max-width: 1024px) {
  .cont_set .type_block .type_list .set > .inner .set_ttl .ttl {
    height: auto; } }

@media only screen and (max-width: 1024px) {
  .cont_set .type_block .type_list .set > .inner .set_ttl .ttl::after {
    content: none; } }

@media only screen and (max-width: 1024px) {
  .cont_set .type_block .type_list .set > .inner .set_ttl .ttl img {
    width: 85%;
    margin: 0 auto 0 0; } }

@media only screen and (max-width: 640px) {
  .cont_set .type_block .type_list .set > .inner .set_ttl .ttl img {
    width: 70%; } }

@media only screen and (max-width: 500px) {
  .cont_set .type_block .type_list .set > .inner .set_ttl .ttl img {
    width: 55%; } }

@media only screen and (max-width: 480px) {
  .cont_set .type_block .type_list .set > .inner .set_ttl .ttl img {
    width: 45%; } }

@media only screen and (max-width: 400px) {
  .cont_set .type_block .type_list .set > .inner .set_ttl .ttl img {
    width: 40%; } }

@media only screen and (max-width: 1024px) {
  .cont_set .type_block .type_list .set > .inner .set_ttl .ttl img.pc {
    display: none; } }

@media only screen and (min-width: 1025px) {
  .cont_set .type_block .type_list .set > .inner .set_ttl .ttl img.sp {
    display: none; } }

@media only screen and (max-width: 1024px) {
  .cont_set .type_block .type_list .set > .inner .type_img + .desc {
    margin-top: 20px; } }

@media only screen and (max-width: 480px) {
  .cont_set .type_block .type_list .set > .inner .type_img img {
    width: 180px; } }

@media only screen and (max-width: 400px) {
  .cont_set .type_block .type_list .set > .inner .type_img img {
    width: 170px; } }

@media only screen and (max-width: 350px) {
  .cont_set .type_block .type_list .set > .inner .type_img img {
    width: 160px; } }

@media only screen and (max-width: 640px) {
  .cont_set .type_block .type_list .set > .inner p.desc {
    text-align: center; } }

@media only screen and (max-width: 1024px) {
  .cont_set .type_block .type_list .set > .inner .btn a, .cont_set .type_block .type_list .set > .inner .btn button {
    width: 100%; } }

@media only screen and (max-width: 640px) {
  .cont_set#skeleton .brackets .brackets_ttl .ttl img {
    width: 172px; } }

@media only screen and (max-width: 640px) {
  .cont_set#skeleton .diagnosis_img img {
    width: 150px; } }

@media only screen and (max-width: 640px) {
  .cont_set#skeleton .solution_block .solution_ttl img {
    width: 270px; } }

@media only screen and (max-width: 640px) {
  .cont_set#skeleton .type_block .type_ttl img {
    width: 205px; } }

@media only screen and (max-width: 1024px) {
  .cont_set#skeleton .type_block .type_list .set .inner .set_ttl .ttl img {
    width: 100%;
    margin: 0 auto 0 0; } }

@media only screen and (max-width: 640px) {
  .cont_set#skeleton .type_block .type_list .set .inner .set_ttl .ttl img {
    width: 70%; } }

@media only screen and (max-width: 500px) {
  .cont_set#skeleton .type_block .type_list .set .inner .set_ttl .ttl img {
    width: 55%; } }

@media only screen and (max-width: 480px) {
  .cont_set#skeleton .type_block .type_list .set .inner .set_ttl .ttl img {
    width: 45%; } }

@media only screen and (max-width: 400px) {
  .cont_set#skeleton .type_block .type_list .set .inner .set_ttl .ttl img {
    width: 40%; } }

@media only screen and (max-width: 640px) {
  .cont_set#personal_color .brackets .brackets_ttl .ttl img, .cont_set#result_display .brackets .brackets_ttl .ttl img {
    width: 183px; } }

@media only screen and (max-width: 640px) {
  .cont_set#personal_color .diagnosis_img img, .cont_set#result_display .diagnosis_img img {
    width: 200px; } }

@media only screen and (max-width: 640px) {
  .cont_set#personal_color .solution_block .solution_ttl img, .cont_set#result_display .solution_block .solution_ttl img {
    width: 330px; } }

@media only screen and (max-width: 640px) {
  .cont_set#personal_color .solution_block .solution_list, .cont_set#result_display .solution_block .solution_list {
    padding: 90px 40px 70px; } }

@media only screen and (max-width: 480px) {
  .cont_set#personal_color .solution_block .solution_list, .cont_set#result_display .solution_block .solution_list {
    padding: 90px 30px 60px; } }

@media only screen and (max-width: 400px) {
  .cont_set#personal_color .solution_block .solution_list, .cont_set#result_display .solution_block .solution_list {
    padding: 80px 20px 50px; } }

@media only screen and (max-width: 1024px) {
  .cont_set#personal_color .solution_block .solution_list ul, .cont_set#result_display .solution_block .solution_list ul {
    margin-bottom: -120px; } }

@media only screen and (max-width: 640px) {
  .cont_set#personal_color .solution_block .solution_list ul, .cont_set#result_display .solution_block .solution_list ul {
    margin-bottom: -90px; } }

@media only screen and (max-width: 480px) {
  .cont_set#personal_color .solution_block .solution_list ul, .cont_set#result_display .solution_block .solution_list ul {
    margin-bottom: -80px; } }

@media only screen and (max-width: 350px) {
  .cont_set#personal_color .solution_block .solution_list ul, .cont_set#result_display .solution_block .solution_list ul {
    padding: 0 45px; } }

@media only screen and (max-width: 1024px) {
  .cont_set#personal_color .solution_block .solution_list ul li, .cont_set#result_display .solution_block .solution_list ul li {
    width: 50%;
    margin-bottom: 120px; } }

@media only screen and (max-width: 640px) {
  .cont_set#personal_color .solution_block .solution_list ul li, .cont_set#result_display .solution_block .solution_list ul li {
    margin-bottom: 90px; } }

@media only screen and (max-width: 480px) {
  .cont_set#personal_color .solution_block .solution_list ul li, .cont_set#result_display .solution_block .solution_list ul li {
    margin-bottom: 80px; } }

@media only screen and (max-width: 640px) {
  .cont_set#personal_color .type_block .type_ttl img, .cont_set#result_display .type_block .type_ttl img {
    width: 225px; } }

@media only screen and (max-width: 1024px) {
  .cont_set#personal_color .type_block .color_label, .cont_set#result_display .type_block .color_label {
    display: none; } }

@media only screen and (max-width: 1024px) {
  .cont_set#personal_color .type_block .type_list .set, .cont_set#result_display .type_block .type_list .set {
    width: 100%; } }

@media only screen and (max-width: 1024px) {
  .cont_set#personal_color .type_block .type_list .set.spring, .cont_set#personal_color .type_block .type_list .set.summer {
    border-bottom: none;
    padding-bottom: 0; }
  .cont_set#result_display .type_block .type_list .set.spring, .cont_set#result_display .type_block .type_list .set.summer {
    border-bottom: none;
    padding-bottom: 0; } }

@media only screen and (max-width: 1024px) {
  .cont_set#personal_color .type_block .type_list .set.autumn, .cont_set#personal_color .type_block .type_list .set.winter {
    padding-top: 35px; }
  .cont_set#result_display .type_block .type_list .set.autumn, .cont_set#result_display .type_block .type_list .set.winter {
    padding-top: 35px; } }

@media only screen and (max-width: 1024px) {
  .cont_set#personal_color .type_block .type_list .set.spring, .cont_set#result_display .type_block .type_list .set.spring {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (max-width: 1024px) {
  .cont_set#personal_color .type_block .type_list .set.summer, .cont_set#result_display .type_block .type_list .set.summer {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

@media only screen and (max-width: 1024px) {
  .cont_set#personal_color .type_block .type_list .set.autumn, .cont_set#result_display .type_block .type_list .set.autumn {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; } }

@media only screen and (max-width: 1024px) {
  .cont_set#personal_color .type_block .type_list .set.autumn, .cont_set#result_display .type_block .type_list .set.autumn {
    border-bottom: none;
    padding-bottom: 0; } }

@media only screen and (max-width: 1024px) {
  .cont_set#personal_color .type_block .type_list .set.winter, .cont_set#result_display .type_block .type_list .set.winter {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; } }

@media only screen and (max-width: 1024px) {
  .cont_set#personal_color .type_block .type_list .set:first-child::after, .cont_set#result_display .type_block .type_list .set:first-child::after {
    content: none; } }

@media only screen and (max-width: 350px) {
  .cont_set#personal_color .type_block .type_list .set .inner .color_base img, .cont_set#result_display .type_block .type_list .set .inner .color_base img {
    width: 50px; } }

@media only screen and (max-width: 1024px) {
  .cont_set#personal_color .type_block .type_list .set .inner .color_base img.pc, .cont_set#result_display .type_block .type_list .set .inner .color_base img.pc {
    display: none; } }

@media only screen and (min-width: 1025px) {
  .cont_set#personal_color .type_block .type_list .set .inner .color_base img.sp, .cont_set#result_display .type_block .type_list .set .inner .color_base img.sp {
    display: none; } }

@media only screen and (max-width: 640px) {
  .cont_set#result_display .brackets + .type_block {
    margin-top: 35px; } }

@media only screen and (max-width: 640px) {
  .cont_set#result_display .brackets {
    width: 70%;
    height: 120px; } }

@media only screen and (max-width: 400px) {
  .cont_set#result_display .brackets {
    width: 80%;
    height: 100px; } }

@media only screen and (max-width: 640px) {
  .cont_set#result_display .brackets .brackets_ttl .ttl img {
    width: 111px; } }

@media only screen and (max-width: 640px) {
  .cont_set#result_display .type_block .type_list .set .type_label {
    margin-bottom: 40px; } }

@media only screen and (max-width: 640px) {
  .cont_set#result_display .type_block .type_list .set .type_label.skeleton .inner .ttl img {
    width: 60px; } }

@media only screen and (max-width: 640px) {
  .cont_set#result_display .type_block .type_list .set .type_label.p_color .inner .ttl img {
    width: 190px; } }

@media only screen and (max-width: 1024px) {
  .cont_set#result_display .type_block .type_list .set.spring {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; } }

@media only screen and (max-width: 1024px) {
  .cont_set#result_display .type_block .type_list .set.summer {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; } }

@media only screen and (max-width: 1024px) {
  .cont_set#result_display .type_block .type_list .set.autumn {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; } }

@media only screen and (max-width: 1024px) {
  .cont_set#result_display .type_block .type_list .set.winter {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; } }

/*                feature_btn
======================================================= */
.feature_btn {
  margin-top: 80px; }
  .feature_btn .btn {
    width: 470px; }
    .feature_btn .btn a, .feature_btn .btn button {
      font-size: 115.4%;
      border-radius: 6px;
      border: none;
      background: #000;
      color: #fff; }
    .feature_btn .btn a::after, .feature_btn .btn button::after {
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e903";
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      font-size: 12px;
      position: relative;
      z-index: 2;
      right: -10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

@media only screen and (max-width: 1024px) {
  .feature_btn {
    margin-top: 50px;
    padding: 0 40px; } }

@media only screen and (max-width: 1024px) {
  .feature_btn .btn {
    width: 100%; } }

@media all and (-ms-high-contrast: none) {
  .feature_btn .btn a::after, .feature_btn .btn button::after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

/*                共通
======================================================= */
ul.circle {
  margin-bottom: -0.4em; }
  ul.circle li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 0.4em; }
    ul.circle li:before {
      background-color: #d9d9d9;
      content: '';
      display: inline-block;
      position: relative;
      top: -2px;
      border-radius: 100%;
      height: 6px;
      width: 6px;
      margin: 0 4px 0 4px; }

/*                table
======================================================= */
table {
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0; }
  table tr td, table tr th {
    text-align: left;
    padding: 0px; }

/*                カラム
======================================================= */
.row {
  margin-left: -14px;
  margin-right: -14px;
  overflow: hidden;
  margin-bottom: -14px; }
  .row img {
    width: 100%; }
  .row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
    float: left;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 14px; }
  .row .tab1, .row .tab2, .row .tab6 {
    float: left;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px; }

@media only screen and (max-width: 1024px) {
  .row {
    margin-left: -8px;
    margin-right: -8px; } }

@media only screen and (max-width: 768px) {
  .row {
    margin-left: -5px;
    margin-right: -5px; } }

@media only screen and (max-width: 1024px) {
  .row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
    padding-left: 8px;
    padding-right: 8px; } }

@media only screen and (max-width: 768px) {
  .row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
    padding-left: 5px;
    padding-right: 5px; } }

@media only screen and (max-width: 1024px) {
  .row .tab1, .row .tab2, .row .tab6 {
    padding-left: 8px;
    padding-right: 8px; } }

@media only screen and (max-width: 768px) {
  .row .tab1, .row .tab2, .row .tab6 {
    padding-left: 5px;
    padding-right: 5px; } }

.square {
  overflow: hidden; }
  .square .col1, .square .col2, .square .col3, .square .col4, .square .col5, .square .col6, .square .col7, .square .col8, .square .col9, .square .col10, .square .col11, .square .col12 {
    float: left;
    min-height: 1px;
    padding: 0;
    margin-bottom: 0; }

.col12 {
  width: 100%; }

.col11 {
  width: 91.66666667%; }

.col10 {
  width: 83.33333333%; }

.col9 {
  width: 75%; }

.col8 {
  width: 66.66666667%; }

.col7 {
  width: 58.33333333%; }

.col6 {
  width: 50%; }

.col5 {
  width: 41.66666667%; }

.col4 {
  width: 33.33333333%; }

.col3 {
  width: 25%; }

.col2 {
  width: 16.66666667%; }

.col1 {
  width: 8.33333333%; }

@media only screen and (max-width: 1024px) {
  .pc1024Col12 {
    width: 100%; }
  .pc1024Col6 {
    width: 50%; }
  .pc1024Col3 {
    width: 25%; }
  .pc1024Col2 {
    width: 16.66666667%; } }

@media only screen and (max-width: 768px) {
  .tab12 {
    width: 100%; }
  .tab6 {
    width: 50%; }
  .tab4 {
    width: 33.33333333%; } }

@media only screen and (max-width: 767px) {
  .sp12 {
    width: 100%; }
  .sp6 {
    width: 50%; } }

@media only screen and (max-width: 480px) {
  .sps12 {
    width: 100%; }
  .sps6 {
    width: 50%; } }

/*                iframeのレスポン化
======================================================= */
.frame_respon .fb_iframe_widget {
  width: 100% important; }
  .frame_respon .fb_iframe_widget span, .frame_respon .fb_iframe_widget iframe[style] {
    width: 100% important; }

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .gmap iframe, .gmap object, .gmap embed {
    border: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*                ヘッダー・サイド・フッター
======================================================= */
/*                header
======================================================= */
#header #header_area {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  height: 46px;
  padding: 0 73px; }
  #header #header_area .hd_layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #header #header_area .hd_layout .layout_l {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 46px; }
      #header #header_area .hd_layout .layout_l #hd_logo {
        position: relative;
        z-index: 1001; }
        #header #header_area .hd_layout .layout_l #hd_logo a {
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          display: block;
          width: auto;
          padding: 10px; }
          #header #header_area .hd_layout .layout_l #hd_logo a img {
            opacity: 1; }
    #header #header_area .hd_layout .layout_r {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #header #header_area .hd_layout .layout_r .btn_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%; }

@media only screen and (max-width: 1024px) {
  #header #header_area {
    height: 56px; } }

@media only screen and (max-width: 1024px) {
  #header #header_area .hd_layout {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media only screen and (max-width: 1024px) {
  #header #header_area .hd_layout .layout_l {
    height: 56px; } }

@media only screen and (max-width: 640px) {
  #header #header_area .hd_layout .layout_l #hd_logo {
    padding-left: 0; } }

@media only screen and (max-width: 1024px) {
  #header #header_area .hd_layout .layout_l #hd_logo a img {
    width: 105px; } }

@media only screen and (max-width: 1024px) {
  #header #header_area .hd_layout .layout_l #hd_logo a img.pc {
    display: none; } }

@media only screen and (min-width: 1025px) {
  #header #header_area .hd_layout .layout_l #hd_logo a img.sp {
    display: none; } }

@media only screen and (min-width: 1025px) {
  #header #header_area .hd_layout .layout_r .btn_box {
    display: none !important; } }

/*                sidebar
======================================================= */
/*                pageTop
======================================================= */
#page_top {
  position: fixed;
  right: 40px;
  bottom: 60px;
  z-index: 1000;
  display: none; }
  #page_top a {
    display: block; }

@media only screen and (max-width: 640px) {
  #page_top {
    right: 20px;
    bottom: 30px; } }

@media only screen and (max-width: 640px) {
  #page_top img {
    width: 40px;
    height: auto; } }

/*                footer
======================================================= */
#footer {
  margin-top: 120px; }
  #footer #footer_area #ft_logo {
    padding: 0 20px; }
    #footer #footer_area #ft_logo img {
      margin: 0 auto; }
  #footer #footer_area a {
    height: 134px;
    background: #1e3f65;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  #footer #copy_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 80px; }

@media only screen and (max-width: 1024px) {
  #footer {
    margin-top: 80px; } }

@media only screen and (min-width: 1025px) {
  #footer #footer_area a:hover {
    opacity: .7; } }

/*                select
======================================================= */
#select {
  height: 100vh;
  position: relative; }
  #select #question_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px; }
    #select #question_area > div {
      display: none; }
      #select #question_area > div:first-child {
        display: block; }
    #select #question_area .question_flame {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
      flex: 1 1 0%; }
      #select #question_area .question_flame .question_wrap .number {
        position: relative;
        font-family: "Montserrat", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        font-weight: bold;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 15px;
        margin-bottom: 30px; }
        #select #question_area .question_flame .question_wrap .number > span {
          line-height: 1; }
          #select #question_area .question_flame .question_wrap .number > span:nth-child(1) {
            letter-spacing: 0.1em;
            font-size: 107.7%; }
          #select #question_area .question_flame .question_wrap .number > span:nth-child(2) {
            letter-spacing: 0.05em;
            font-size: 261.5%;
            margin-top: 5px; }
        #select #question_area .question_flame .question_wrap .number::after {
          background: #000;
          content: "";
          height: 1px;
          width: 16px;
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          bottom: 0; }
      #select #question_area .question_flame .question_wrap .question {
        font-weight: bold;
        font-size: 215.4%;
        line-height: 1.5;
        margin-bottom: 60px; }
      #select #question_area .question_flame .question_wrap .answer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #select #question_area .question_flame .question_wrap .answer .choice {
          width: 100%;
          max-width: 280px;
          text-align: center; }
          #select #question_area .question_flame .question_wrap .answer .choice + .choice {
            margin-left: 20px; }
          #select #question_area .question_flame .question_wrap .answer .choice .bt {
            -webkit-box-shadow: 10px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 10px 10px rgba(0, 0, 0, 0.15);
            font-family: "Montserrat", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
            font-size: 184.6%;
            font-weight: bold;
            letter-spacing: 0.1em;
            line-height: 1;
            display: block;
            border: 1px #000 solid;
            width: 100%;
            padding: 1em 0; }
          #select #question_area .question_flame .question_wrap .answer .choice:nth-child(2) .bt {
            background: #000;
            color: #fff; }
      #select #question_area .question_flame .question_wrap .progress {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 580px;
        margin-top: 25px;
        margin-bottom: 25px; }
        #select #question_area .question_flame .question_wrap .progress .graph {
          background: #fff;
          border: 1px #000 solid;
          height: 8px;
          width: 100%;
          border-radius: 4px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          overflow: hidden; }
          #select #question_area .question_flame .question_wrap .progress .graph .item {
            display: block;
            height: 8px;
            width: 100%; }
            #select #question_area .question_flame .question_wrap .progress .graph .item::before {
              content: '';
              display: block;
              height: 8px;
              width: 0;
              background: #000; }
            #select #question_area .question_flame .question_wrap .progress .graph .item.active::before {
              width: 100%; }
      #select #question_area .question_flame .question_wrap .comment {
        font-size: 123.1%;
        font-weight: bold;
        text-align: center; }
      #select #question_area .question_flame .question_wrap #ananswer_ajax + .comment {
        margin-top: 50px; }
  #select footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: auto; }
    #select footer #footer {
      margin-top: 0; }

@media only screen and (max-width: 640px) {
  #select #question_area .question_flame .question_wrap .number {
    margin-bottom: 25px; } }

@media only screen and (max-width: 640px) {
  #select #question_area .question_flame .question_wrap .question {
    font-size: 153.8%;
    margin-bottom: 40px; } }

@media only screen and (max-width: 640px) {
  #select #question_area .question_flame .question_wrap .answer .choice .bt {
    font-size: 138.5%; } }

@media only screen and (max-width: 640px) {
  #select #question_area .question_flame .question_wrap .progress {
    margin-top: 20px;
    margin-bottom: 20px; } }

@media only screen and (max-width: 640px) {
  #select #question_area .question_flame .question_wrap .comment {
    font-size: 107.7%; } }

/*                result
======================================================= */
#result #main_area {
  padding-top: 70px; }

@media only screen and (max-width: 1024px) {
  #result #main_area {
    padding-top: 30px; } }

/*                article
======================================================= */
@media only screen and (max-width: 1024px) {
  #article .main_width {
    padding: 0 40px; } }

#article #main_visual {
  background: #f0f0f2;
  margin-bottom: 100px; }
  #article #main_visual #kv {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1366px; }
    #article #main_visual #kv .ttl img {
      width: 100%;
      height: auto; }

#article .article_intro {
  /* .ttl {
    & + .desc{
    margin-top: 30px;
  }
    img{
    margin: 0 auto;
  }
  } */ }
  #article .article_intro + .clothes_block {
    margin-top: 100px; }
  #article .article_intro .label + .ttl {
    margin-top: 15px; }
  #article .article_intro .label + .desc {
    margin-top: 30px; }
  #article .article_intro .label img {
    margin: 0 auto;
    width: auto;
    height: auto; }
  #article .article_intro .desc {
    font-size: 107.7%;
    text-align: center; }

#article .cursive_ttl {
  margin-bottom: 30px; }
  #article .cursive_ttl .inner {
    position: relative;
    padding-bottom: 15px;
    /* .sub{
      position: relative;
      z-index: 1;
      font-size: $fontS16;
      font-weight: bold;
      display: block;
      margin-top: 0.5em;
      @include media640{
      font-size: $fontS13;
    }
    } */
    /* &::after{
      background: $baseColor;
      content: "";
      height: 1px;
      width: 20px;
      position: absolute;
      left: 0;
      bottom: 0;
      @include media1024{
      content: none;
    }
    } */ }
    #article .cursive_ttl .inner .ttl img {
      margin: 0 auto 0 0; }
  #article .cursive_ttl.cutsewn .inner .ttl img {
    width: 335px; }
  #article .cursive_ttl.belt .inner .ttl img {
    width: 124px; }
  #article .cursive_ttl.nosleeve .inner .ttl img {
    width: 242px; }
  #article .cursive_ttl.knit .inner .ttl img {
    width: 123px; }
  #article .cursive_ttl.shoes .inner .ttl img {
    width: 156px; }
  #article .cursive_ttl.jewelry_w .inner .ttl img {
    width: 413px; }
  #article .cursive_ttl.t_shirt .inner .ttl img {
    width: 191px; }
  #article .cursive_ttl.floral .inner .ttl img {
    width: 167px; }
  #article .cursive_ttl.flare .inner .ttl img {
    width: 143px; }
  #article .cursive_ttl.dot .inner .ttl img {
    width: 105px; }
  #article .cursive_ttl.camisole .inner .ttl img {
    width: 233px; }
  #article .cursive_ttl.retro .inner .ttl img {
    width: 148px; }
  #article .cursive_ttl.exotic .inner .ttl img {
    width: 428px; }
  #article .cursive_ttl.flare_maxi .inner .ttl img {
    width: 284px; }
  #article .cursive_ttl.tangarey .inner .ttl img {
    width: 438px; }
  #article .cursive_ttl.a_line .inner .ttl img {
    width: 183px; }
  #article .cursive_ttl.shirt .inner .ttl img {
    width: 155px; }

#article .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px; }
  #article .item_list .set {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px; }
    #article .item_list .set .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #article .item_list .set .inner .img_box {
        width: 54px; }
        #article .item_list .set .inner .img_box img {
          width: 100%; }
      #article .item_list .set .inner .txt_box {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        margin-left: 15px; }
        #article .item_list .set .inner .txt_box .name {
          font-size: 92.3%;
          display: block; }
        #article .item_list .set .inner .txt_box .price {
          font-size: 84.6%;
          display: block;
          color: #999999; }
    #article .item_list .set a {
      display: block; }

#article .clothes_block .clothes_set + .clothes_set {
  margin-top: 120px; }

#article .clothes_block .clothes_set:last-child .item_list {
  margin-bottom: -30px; }

#article .clothes_block .clothes_set .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px; }
  #article .clothes_block .clothes_set .detail + .item_list {
    margin-top: 60px; }
  #article .clothes_block .clothes_set .detail .arti_item {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px; }
    #article .clothes_block .clothes_set .detail .arti_item.img_box img {
      margin: 0 auto; }
    #article .clothes_block .clothes_set .detail .arti_item.txt_box .detail_icon {
      position: relative;
      display: inline-block;
      margin-bottom: 20px; }
      #article .clothes_block .clothes_set .detail .arti_item.txt_box .detail_icon::after {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e904";
        font-size: 20px;
        position: absolute;
        z-index: 1;
        top: -14px;
        left: -14px; }
      #article .clothes_block .clothes_set .detail .arti_item.txt_box .detail_icon span {
        border: 1px #000 solid;
        display: inline-block;
        line-height: 1;
        font-size: 92.3%;
        font-family: "Montserrat", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        font-weight: bold;
        letter-spacing: 0.05em;
        padding: 8px 12px; }
    #article .clothes_block .clothes_set .detail .arti_item.txt_box .desc {
      font-size: 107.7%; }

#article .clothes_block .clothes_set.re .detail {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

#article .for_list {
  border-top: 1px #e5e5e5 solid;
  padding-top: 20px;
  margin-top: 120px; }
  #article .for_list .ttl {
    font-size: 130.8%;
    font-weight: bold;
    margin-bottom: 20px; }

#article .article_btn_area {
  margin-top: 60px; }
  #article .article_btn_area .btn {
    max-width: 500px; }
    #article .article_btn_area .btn + .btn {
      margin-top: 15px; }
    #article .article_btn_area .btn a, #article .article_btn_area .btn button {
      font-size: 92.3%;
      border: none;
      background: #00a6dd;
      color: #fff; }

#article .l-main {
  width: auto; }
  #article .l-main .item_reference_a:before, #article .l-main .item_reference_b:before {
    display: none; }

@media only screen and (max-width: 1024px) {
  #article #main_visual {
    margin-bottom: 50px; } }

@media only screen and (max-width: 768px) {
  #article #main_visual #kv .ttl img.pc {
    display: none; } }

@media only screen and (min-width: 769px) {
  #article #main_visual #kv .ttl img.sp {
    display: none; } }

@media only screen and (max-width: 640px) {
  #article .article_intro + .clothes_block {
    margin-top: 50px; } }

@media only screen and (max-width: 1024px) {
  #article .article_intro .label + .desc {
    margin-top: 20px; } }

@media only screen and (max-width: 768px) {
  #article .article_intro .label img {
    width: 300px; } }

@media only screen and (max-width: 768px) {
  #article .article_intro .label img.pc {
    display: none; } }

@media only screen and (min-width: 769px) {
  #article .article_intro .label img.sp {
    display: none; } }

@media only screen and (max-width: 640px) {
  #article .article_intro .desc {
    font-size: 100%; } }

@media only screen and (max-width: 1024px) {
  #article .cursive_ttl {
    position: absolute;
    top: 0;
    left: 0; } }

@media only screen and (max-width: 1024px) {
  #article .cursive_ttl .inner .ttl img.pc {
    display: none; } }

@media only screen and (min-width: 1025px) {
  #article .cursive_ttl .inner .ttl img.sp {
    display: none; } }

@media only screen and (max-width: 1024px) {
  #article .cursive_ttl.cutsewn .inner .ttl img {
    width: 218px; } }

@media only screen and (max-width: 1024px) {
  #article .cursive_ttl.belt .inner .ttl img {
    width: 80px; } }

@media only screen and (max-width: 1024px) {
  #article .cursive_ttl.nosleeve .inner .ttl img {
    width: 157px; } }

@media only screen and (max-width: 1024px) {
  #article .cursive_ttl.knit .inner .ttl img {
    width: 80px; } }

@media only screen and (max-width: 1024px) {
  #article .cursive_ttl.shoes .inner .ttl img {
    width: 100px; } }

@media only screen and (max-width: 1024px) {
  #article .cursive_ttl.jewelry_w .inner .ttl img {
    width: 280px; } }

@media only screen and (max-width: 1024px) {
  #article .cursive_ttl.t_shirt .inner .ttl img {
    width: 121px; } }

@media only screen and (max-width: 1024px) {
  #article .cursive_ttl.floral .inner .ttl img {
    width: 110px; } }

@media only screen and (max-width: 1024px) {
  #article .cursive_ttl.flare .inner .ttl img {
    width: 93px; } }

@media only screen and (max-width: 1024px) {
  #article .cursive_ttl.dot .inner .ttl img {
    width: 69px; } }

@media only screen and (max-width: 1024px) {
  #article .cursive_ttl.camisole .inner .ttl img {
    width: 150px; } }

@media only screen and (max-width: 1024px) {
  #article .cursive_ttl.retro .inner .ttl img {
    width: 96px; } }

@media only screen and (max-width: 1024px) {
  #article .cursive_ttl.exotic .inner .ttl img {
    width: 275px; } }

@media only screen and (max-width: 1024px) {
  #article .cursive_ttl.flare_maxi .inner .ttl img {
    width: 182px; } }

@media only screen and (max-width: 1024px) {
  #article .cursive_ttl.tangarey .inner .ttl img {
    width: 299px; } }

@media only screen and (max-width: 1024px) {
  #article .cursive_ttl.a_line .inner .ttl img {
    width: 117px; } }

@media only screen and (max-width: 1024px) {
  #article .cursive_ttl.shirt .inner .ttl img {
    width: 101px; } }

@media only screen and (max-width: 1024px) {
  #article .item_list {
    display: block; } }

@media only screen and (max-width: 1024px) {
  #article .item_list .set {
    width: 100%; } }

@media only screen and (max-width: 1024px) {
  #article .clothes_block .clothes_set + .clothes_set {
    margin-top: 60px; } }

@media only screen and (max-width: 1024px) {
  #article .clothes_block .clothes_set {
    position: relative;
    padding-top: 100px; } }

@media only screen and (max-width: 1024px) {
  #article .clothes_block .clothes_set .detail {
    display: block; } }

@media only screen and (max-width: 1024px) {
  #article .clothes_block .clothes_set .detail .arti_item {
    width: 100%; } }

@media only screen and (max-width: 1024px) {
  #article .clothes_block .clothes_set .detail .arti_item.txt_box {
    margin-top: 30px; } }

@media only screen and (max-width: 640px) {
  #article .clothes_block .clothes_set .detail .arti_item.txt_box .detail_icon {
    margin-bottom: 15px; } }

@media only screen and (max-width: 640px) {
  #article .clothes_block .clothes_set .detail .arti_item.txt_box .detail_icon span {
    font-size: 76.9%;
    padding: 8px 10px; } }

@media only screen and (max-width: 1024px) {
  #article .for_list {
    margin-top: 60px; } }

@media only screen and (max-width: 640px) {
  #article .article_btn_area .btn a, #article .article_btn_area .btn button {
    border-radius: 4px; } }

/*                検索モーダル
======================================================= */
body {
  width: 100%;
  overflow-y: scroll; }
  body.type_modal_open {
    position: fixed; }

.modal {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000; }
  .modal .modal_wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .modal .modal_wrap .modal_area {
      position: relative;
      width: 100%;
      padding: 0 20px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 1180px; }
      .modal .modal_wrap .modal_area .modal_close {
        cursor: pointer;
        position: absolute;
        bottom: 100%;
        right: 0;
        padding: 15px 20px;
        /* span{
        &::after{
        @include iconMoon;
        color: #fff;
        font-size: 20px;
        display: inline-block;
        content: "\e91c";
      }
      } */ }
        .modal .modal_wrap .modal_area .modal_close img {
          width: 25px; }
      .modal .modal_wrap .modal_area .modal_cont {
        display: none;
        max-height: 80vh;
        overflow-y: scroll;
        background: #fff;
        padding: 50px 100px;
        -ms-scroll-chaining: none;
        overscroll-behavior: contain; }
        .modal .modal_wrap .modal_area .modal_cont.block {
          display: block; }
        .modal .modal_wrap .modal_area .modal_cont .modal_set {
          border-bottom: 1px #e6e6e6 solid;
          padding: 50px 60px;
          text-align: center; }
          .modal .modal_wrap .modal_area .modal_cont .modal_set:first-child {
            padding-top: 0; }
          .modal .modal_wrap .modal_area .modal_cont .modal_set .modal_ttl {
            margin-bottom: 20px; }
            .modal .modal_wrap .modal_area .modal_cont .modal_set .modal_ttl .ttl {
              font-size: 215.4%;
              font-weight: bold; }
              .modal .modal_wrap .modal_area .modal_cont .modal_set .modal_ttl .ttl > span {
                font-family: "Montserrat", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
                display: block;
                line-height: 1;
                letter-spacing: 0.1em;
                font-size: 35.7%; }
          .modal .modal_wrap .modal_area .modal_cont .modal_set .catch {
            font-size: 153.8%;
            font-weight: bold; }
            .modal .modal_wrap .modal_area .modal_cont .modal_set .catch + p {
              margin-top: 0.8em; }
          .modal .modal_wrap .modal_area .modal_cont .modal_set .emphasis {
            font-size: 123.1%;
            font-weight: bold; }
          .modal .modal_wrap .modal_area .modal_cont .modal_set .circle_list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-left: -15px;
            margin-right: -15px;
            margin-bottom: -20px; }
            .modal .modal_wrap .modal_area .modal_cont .modal_set .circle_list + .circle_list {
              margin-top: 40px; }
            .modal .modal_wrap .modal_area .modal_cont .modal_set .circle_list .set {
              width: 20%;
              padding-left: 15px;
              padding-right: 15px;
              margin-bottom: 20px; }
              .modal .modal_wrap .modal_area .modal_cont .modal_set .circle_list .set .img_box + .txt_box {
                margin-top: 10px; }
              .modal .modal_wrap .modal_area .modal_cont .modal_set .circle_list .set .img_box .img_wrap {
                border-radius: 50%;
                overflow: hidden; }
                .modal .modal_wrap .modal_area .modal_cont .modal_set .circle_list .set .img_box .img_wrap img {
                  width: 100%;
                  height: auto; }
              .modal .modal_wrap .modal_area .modal_cont .modal_set .circle_list .set .txt_box .name {
                font-family: "Montserrat", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
                font-size: 123.1%;
                font-weight: bold;
                letter-spacing: 0.05em;
                display: block; }
              .modal .modal_wrap .modal_area .modal_cont .modal_set .circle_list .set .txt_box .desc {
                font-size: 84.6%;
                line-height: 1.5;
                display: block; }
            .modal .modal_wrap .modal_area .modal_cont .modal_set .circle_list.pattern .set .img_box .img_wrap {
              border-radius: 0; }
          .modal .modal_wrap .modal_area .modal_cont .modal_set ul.circle {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            text-align: left;
            max-width: 300px;
            margin: 0 auto; }
            .modal .modal_wrap .modal_area .modal_cont .modal_set ul.circle li {
              width: 33.33333333%;
              font-size: 123.1%;
              font-weight: bold; }
          .modal .modal_wrap .modal_area .modal_cont .modal_set p + ul.circle {
            margin-top: 30px; }
          .modal .modal_wrap .modal_area .modal_cont .modal_set .center_img img {
            margin: 0 auto; }
        .modal .modal_wrap .modal_area .modal_cont .intro {
          text-align: left; }
          .modal .modal_wrap .modal_area .modal_cont .intro .intro_layout {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
            .modal .modal_wrap .modal_area .modal_cont .intro .intro_layout .img_box {
              width: 180px;
              margin-right: 20px; }
              .modal .modal_wrap .modal_area .modal_cont .intro .intro_layout .img_box img {
                width: 100%;
                height: auto; }
            .modal .modal_wrap .modal_area .modal_cont .intro .intro_layout .txt_box .cursive_ttl {
              margin-bottom: 35px; }
        .modal .modal_wrap .modal_area .modal_cont.color .intro .intro_layout .img_box {
          position: relative;
          width: 250px;
          margin-right: 60px; }
          .modal .modal_wrap .modal_area .modal_cont.color .intro .intro_layout .img_box .base {
            width: 80px;
            position: absolute;
            top: 10px;
            right: 100%; }
        .modal .modal_wrap .modal_area .modal_cont#m_straight .intro .intro_layout .txt_box .cursive_ttl .ttl img {
          width: 200px; }
        .modal .modal_wrap .modal_area .modal_cont#m_wave .intro .intro_layout .txt_box .cursive_ttl .ttl img {
          width: 124px; }
        .modal .modal_wrap .modal_area .modal_cont#m_natural .intro .intro_layout .txt_box .cursive_ttl .ttl img {
          width: 190px; }
        .modal .modal_wrap .modal_area .modal_cont#m_natural .modal_set ul.circle {
          max-width: 330px; }
        .modal .modal_wrap .modal_area .modal_cont#m_spring .intro .intro_layout .txt_box .cursive_ttl .ttl img {
          width: 154px; }
        .modal .modal_wrap .modal_area .modal_cont#m_summer .intro .intro_layout .txt_box .cursive_ttl .ttl img, .modal .modal_wrap .modal_area .modal_cont#m_autumn .intro .intro_layout .txt_box .cursive_ttl .ttl img {
          width: 200px; }
        .modal .modal_wrap .modal_area .modal_cont#m_winter .intro .intro_layout .txt_box .cursive_ttl .ttl img {
          width: 158px; }

@media only screen and (max-width: 1024px) {
  .modal .modal_wrap .modal_area {
    padding: 0 20px; } }

@media only screen and (max-width: 1024px) {
  .modal .modal_wrap .modal_area .modal_close {
    padding: 10px 20px; } }

@media only screen and (max-width: 1024px) {
  .modal .modal_wrap .modal_area .modal_close img {
    width: 20px; } }

@media only screen and (max-width: 640px) {
  .modal .modal_wrap .modal_area .modal_cont {
    max-height: 70vh; } }

@media only screen and (max-width: 1024px) {
  .modal .modal_wrap .modal_area .modal_cont {
    padding: 30px 30px; } }

@media only screen and (max-width: 1024px) {
  .modal .modal_wrap .modal_area .modal_cont .modal_set {
    padding: 30px 0; } }

@media only screen and (max-width: 640px) {
  .modal .modal_wrap .modal_area .modal_cont .modal_set .modal_ttl .ttl {
    font-size: 153.8%; } }

@media only screen and (max-width: 640px) {
  .modal .modal_wrap .modal_area .modal_cont .modal_set .catch {
    font-size: 138.5%; } }

@media only screen and (max-width: 640px) {
  .modal .modal_wrap .modal_area .modal_cont .modal_set .circle_list + .circle_list {
    margin-top: 20px; } }

@media only screen and (max-width: 640px) {
  .modal .modal_wrap .modal_area .modal_cont .modal_set .circle_list {
    margin-left: -10px;
    margin-right: -10px; } }

@media only screen and (max-width: 400px) {
  .modal .modal_wrap .modal_area .modal_cont .modal_set .circle_list {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: -15px; } }

@media only screen and (max-width: 1024px) {
  .modal .modal_wrap .modal_area .modal_cont .modal_set .circle_list .set {
    width: 33.33333333%; } }

@media only screen and (max-width: 640px) {
  .modal .modal_wrap .modal_area .modal_cont .modal_set .circle_list .set {
    padding-left: 10px;
    padding-right: 10px; } }

@media only screen and (max-width: 400px) {
  .modal .modal_wrap .modal_area .modal_cont .modal_set .circle_list .set {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 15px; } }

@media only screen and (max-width: 640px) {
  .modal .modal_wrap .modal_area .modal_cont .modal_set .circle_list .set .txt_box .name {
    font-size: 107.7%; } }

@media only screen and (max-width: 400px) {
  .modal .modal_wrap .modal_area .modal_cont .modal_set .circle_list .set .txt_box .name {
    font-size: 92.3%; } }

@media only screen and (max-width: 350px) {
  .modal .modal_wrap .modal_area .modal_cont .modal_set .circle_list .set .txt_box .name {
    font-size: 76.9%; } }

@media only screen and (max-width: 640px) {
  .modal .modal_wrap .modal_area .modal_cont .modal_set .circle_list .set .txt_box .desc {
    font-size: 76.9%; } }

@media only screen and (max-width: 400px) {
  .modal .modal_wrap .modal_area .modal_cont .modal_set ul.circle {
    max-width: 100%; } }

@media only screen and (max-width: 640px) {
  .modal .modal_wrap .modal_area .modal_cont .modal_set p + ul.circle {
    margin-top: 20px; } }

@media only screen and (max-width: 768px) {
  .modal .modal_wrap .modal_area .modal_cont .modal_set .center_img img.pc {
    display: none; } }

@media only screen and (min-width: 769px) {
  .modal .modal_wrap .modal_area .modal_cont .modal_set .center_img img.sp {
    display: none; } }

@media only screen and (max-width: 1024px) {
  .modal .modal_wrap .modal_area .modal_cont .intro .intro_layout {
    display: block; } }

@media only screen and (max-width: 1024px) {
  .modal .modal_wrap .modal_area .modal_cont .intro .intro_layout .img_box + .txt_box {
    margin-top: 30px; } }

@media only screen and (max-width: 1024px) {
  .modal .modal_wrap .modal_area .modal_cont .intro .intro_layout .img_box {
    margin: 0 auto; } }

@media only screen and (max-width: 350px) {
  .modal .modal_wrap .modal_area .modal_cont .intro .intro_layout .img_box {
    width: 150px; } }

@media only screen and (max-width: 1024px) {
  .modal .modal_wrap .modal_area .modal_cont .intro .intro_layout .txt_box {
    text-align: center; } }

@media only screen and (max-width: 1024px) {
  .modal .modal_wrap .modal_area .modal_cont .intro .intro_layout .txt_box .cursive_ttl .ttl img {
    margin: 0 auto; } }

@media only screen and (max-width: 1024px) {
  .modal .modal_wrap .modal_area .modal_cont .intro .intro_layout .txt_box .cursive_ttl .ttl img.pc {
    display: none; } }

@media only screen and (min-width: 1025px) {
  .modal .modal_wrap .modal_area .modal_cont .intro .intro_layout .txt_box .cursive_ttl .ttl img.sp {
    display: none; } }

@media only screen and (max-width: 1024px) {
  .modal .modal_wrap .modal_area .modal_cont.color .intro .intro_layout .img_box {
    margin: 0 auto; } }

@media only screen and (max-width: 640px) {
  .modal .modal_wrap .modal_area .modal_cont.color .intro .intro_layout .img_box {
    width: 200px; } }

@media only screen and (max-width: 400px) {
  .modal .modal_wrap .modal_area .modal_cont.color .intro .intro_layout .img_box {
    width: 150px; } }

@media only screen and (max-width: 640px) {
  .modal .modal_wrap .modal_area .modal_cont.color .intro .intro_layout .img_box .base {
    width: 60px;
    right: auto;
    left: -50px; } }

@media only screen and (max-width: 350px) {
  .modal .modal_wrap .modal_area .modal_cont.color .intro .intro_layout .img_box .base {
    left: -45px; } }

@media only screen and (max-width: 640px) {
  .modal .modal_wrap .modal_area .modal_cont#m_straight .intro .intro_layout .txt_box .cursive_ttl .ttl img {
    width: 135px; } }

@media only screen and (max-width: 1024px) {
  .modal .modal_wrap .modal_area .modal_cont#m_wave .intro .intro_layout .txt_box .cursive_ttl .ttl img {
    width: 80px; } }

@media only screen and (max-width: 1024px) {
  .modal .modal_wrap .modal_area .modal_cont#m_natural .intro .intro_layout .txt_box .cursive_ttl .ttl img {
    width: 122px; } }

@media only screen and (max-width: 1024px) {
  .modal .modal_wrap .modal_area .modal_cont#m_spring .intro .intro_layout .txt_box .cursive_ttl .ttl img {
    width: 99px; } }

@media only screen and (max-width: 1024px) {
  .modal .modal_wrap .modal_area .modal_cont#m_summer .intro .intro_layout .txt_box .cursive_ttl .ttl img {
    width: 130px; } }

@media only screen and (max-width: 1024px) {
  .modal .modal_wrap .modal_area .modal_cont#m_autumn .intro .intro_layout .txt_box .cursive_ttl .ttl img {
    width: 130px; } }

@media only screen and (max-width: 1024px) {
  .modal .modal_wrap .modal_area .modal_cont#m_winter .intro .intro_layout .txt_box .cursive_ttl .ttl img {
    width: 101px; } }

/*                確認用
======================================================= */
/*                タイトルadd
======================================================= */
#article .cursive_ttl.tight .inner .ttl img {
  width: 144px; }
  @media only screen and (max-width: 1024px) {
    #article .cursive_ttl.tight .inner .ttl img {
      width: 93px; } }

#article .cursive_ttl.midi .inner .ttl img {
  width: 128px; }
  @media only screen and (max-width: 1024px) {
    #article .cursive_ttl.midi .inner .ttl img {
      width: 83px; } }

#article .cursive_ttl.lace .inner .ttl img {
  width: 129px; }
  @media only screen and (max-width: 1024px) {
    #article .cursive_ttl.lace .inner .ttl img {
      width: 83px; } }

#article .cursive_ttl.c_press .inner .ttl img {
  width: 306px; }
  @media only screen and (max-width: 1024px) {
    #article .cursive_ttl.c_press .inner .ttl img {
      width: 196px; } }

#article .cursive_ttl.denim .inner .ttl img {
  width: 171px; }
  @media only screen and (max-width: 1024px) {
    #article .cursive_ttl.denim .inner .ttl img {
      width: 112px; } }

#article .cursive_ttl.pleats .inner .ttl img {
  width: 161px; }
  @media only screen and (max-width: 1024px) {
    #article .cursive_ttl.pleats .inner .ttl img {
      width: 104px; } }

#article .cursive_ttl.satin .inner .ttl img {
  width: 161px; }
  @media only screen and (max-width: 1024px) {
    #article .cursive_ttl.satin .inner .ttl img {
      width: 96px; } }

#article .cursive_ttl.leopard .inner .ttl img {
  width: 211px; }
  @media only screen and (max-width: 1024px) {
    #article .cursive_ttl.leopard .inner .ttl img {
      width: 137px; } }

#article .cursive_ttl.d_flower .inner .ttl img {
  width: 307px; }
  @media only screen and (max-width: 1024px) {
    #article .cursive_ttl.d_flower .inner .ttl img {
      width: 197px; } }

#article .cursive_ttl.d_corduroy .inner .ttl img {
  width: 448px; }
  @media only screen and (max-width: 1024px) {
    #article .cursive_ttl.d_corduroy .inner .ttl img {
      width: 287px; } }

#article .cursive_ttl.wide .inner .ttl img {
  width: 134px; }
  @media only screen and (max-width: 1024px) {
    #article .cursive_ttl.wide .inner .ttl img {
      width: 88px; } }

#article .cursive_ttl.plaid .inner .ttl img {
  width: 150px; }
  @media only screen and (max-width: 1024px) {
    #article .cursive_ttl.plaid .inner .ttl img {
      width: 96px; } }

#article .cursive_ttl.tapered .inner .ttl img {
  width: 199px; }
  @media only screen and (max-width: 1024px) {
    #article .cursive_ttl.tapered .inner .ttl img {
      width: 129px; } }

#article .cursive_ttl .inner > span.sub_ttl {
  display: block;
  margin-bottom: 20px; }
  @media only screen and (max-width: 1024px) {
    #article .cursive_ttl .inner > span.sub_ttl {
      width: 172px; } }
  @media only screen and (max-width: 1024px) {
    #article .cursive_ttl .inner > span.sub_ttl img.pc {
      display: none; } }
  @media only screen and (min-width: 1025px) {
    #article .cursive_ttl .inner > span.sub_ttl img.sp {
      display: none; } }

@media only screen and (max-width: 1024px) {
  #article .clothes_block .clothes_set.recom {
    padding-top: 130px; } }

/*                シェアボタン
======================================================= */
.sns_share {
  margin-top: 45px; }
  .sns_share .share_btn .comment {
    display: block;
    margin: 0 auto;
    width: 144px;
    height: auto;
    margin-bottom: 20px; }
  .sns_share .share_btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .sns_share .share_btn ul li + li {
      margin-left: 27px; }
    .sns_share .share_btn ul li a {
      display: block;
      width: 40px; }
