@charset "UTF-8";

body {
  /*background: url(/tb.jpg) no-repeat center -510px;*/
}
.container {
  /*opacity: .5;*/
}


.f-tab,
.f-mob,
.f-umob,
br.for1200,
body .forTB, body .forSP,
body img.forTB, body img.forSP {
  display: none;
}

.desktop input:hover,
.desktop label:hover,
.desktop button:hover,
.desktop option:hover,
.desktop select:hover {
  cursor: pointer;
}
*:focus {
  outline: none;
}
ul {
  margin: 0 0;
  padding: 0 0;
}
section {
  padding-left: 20px;
  padding-right: 20px;
}
.container {
#  margin-top: 80px;
  padding: 0;
}
#container {
  overflow-x: hidden;
}

.desktop #container {
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}


.slick-slider {
  position: relative;
  display: block;
  margin: 0 0;
  padding: 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  width: 10%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 250;
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.slick-arrow:hover {
  background-color: rgba(255,255,255,0.4);
}
.slick-arrow:hover,
.slick-arrow:focus {
  outline: none;
  opacity: 1;
}
.slick-prev span,
.slick-next span {
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 8px);
  height: 30px;
  width: 16px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev span.slick-disabled:before,
.slick-next span.slick-disabled:before {
  opacity: $slick-opacity-not-active;
}
.slick-prev span:before,
.slick-next span:before {
  font-family: $slick-font-family;
  font-size: 20px;
  line-height: 1;
  color: $slick-arrow-color;
  opacity: $slick-opacity-default;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: $slick-prev-character;
}
[dir="rtl"] .slick-prev:before {
  content: $slick-next-character;
}
.slick-next {
  right: 0;
}
[dir="rtl"] .slick-next {
  left: 0;
  right: auto;
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: #d3d6db;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: $slick-opacity-on-hover;
}
.slick-dots li.slick-active button {
  background: #3a4763;
}
.slick-slider {
  padding-bottom: 70px;
}


.top_slide .slick-slide {
  width: 100vw;
}
.top_slide .slick-slide img {
  width: 100vw;
}
.top_slide .image_wrapper {
  position: relative;
}
.top_slide .image_wrapper .linkBtn {
  position: absolute;
  bottom: 40px;
  left: calc(50% - 100px);
}
.top_slide.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 0;
}
.top_slide .txt {
  padding: 20px 0 30px;
  text-align: center;
  min-height: 175px;
  box-sizing: border-box;
}
.top_slide .txt h2 {
  font-size: 26px;
  letter-spacing: 6.05px;
  line-height: 31px;
  margin-bottom: 20px;
}
.top_slide .txt .ib {
  display: inline-block;
}
.top_slide .txt p {
  font-size: 16px;
  letter-spacing: 3.72px;
  line-height: 32px;
  margin-bottom: 0;
}
.top_slide .slick-dots {
  bottom: 15px;
  width: auto;
  right: 30px;
}



/* SLIDE 2 */
.top_slide .top_slide2 .txt img {
  display: block;
  max-width: 753px;
  margin: 0 auto;
}




#search_wrapper {
  background-color: #f9f9fa;
}
.search_inner {
  max-width: 1024px;
  margin: 0 auto 10px;
  padding: 60px 0 40px;
}
.search_inner .title {
  font-size: 36px;
  letter-spacing: 8.37px;
  line-height: 43px;
  text-align: center;
  margin-bottom: 54px;
  font-weight: 300;
}


.search_inner ul,
.search_inner li {
  padding: 0 0;
  margin: 0 0;
  list-style: none;
}

.search_list li {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1.71px;
  line-height: 24px;
  margin-right: 72px;
  opacity: 0.3;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.search_list li:last-child {
  margin-right: 0;
}
.search_list li:after {
  content: "";
  display: block;
  margin: 8px auto;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #3A4763;
  border-left: 1px solid #3A4763;
  transform: rotate(-45deg);
}
.desktop .search_list li:hover {
  cursor: pointer;
  opacity: 0.7;
}
.search_list li.active,
.search_list li.active:hover {
  opacity: 1;
}
.search_contents {
  margin: 10px 0 54px;
  background-color: #fff;
  padding: 30px 0 0;
  position: relative;
}
.search_content {
  opacity: 0;
  z-index: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.search_content.active {
  opacity: 1;
  z-index: 10;
}
.desktop .search_content a {
  transition: opacity 0.3s ease;
}
.desktop .search_content a:hover {
  opacity: 0.5;
}


.search_content.s_type ul {
  font-size: 0;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.search_content.s_type li {
  display: inline-block;
  box-sizing: border-box;
  width: 24.9%;
  padding: 0 10px;
}
.search_content.s_type li:first-child {
  margin-bottom: 25px;
}
.search_content.s_type li a {
  display: block;
  text-decoration: none;
  color: #3A4763;
  font-size: 13px;
  text-align: center;
}
.search_content.s_type li img {
  display: block;
  margin: 0 auto;
}


.search_content.s_color ul {
  max-width: 920px;
  width: 100%;
}
.search_content.s_color li {
  display: inline-block;
  width: 24.4%;
}
.search_content.s_color li:first-child {
  margin-bottom: 30px;
}
.search_content.s_color a {
  display: block;
  margin: 0 auto;
  width: 95%;
  max-width: 206px;
  height: 53px;
  text-align: center;
  border: 1px solid #3A4763;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  color: #3A4763;
  line-height: 56px;
  position: relative;
}
.search_content.s_color a:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: 20px;
  border-radius: 50%;
}

.search_content.s_color .c_black a:before {
  background-color: #050505;
}
.search_content.s_color .c_white a:before {
  background-color: #fff;
  border: 1px solid #D3D6DB
}
.search_content.s_color .c_blue a:before {
  background-color: #3483FF;
}
.search_content.s_color .c_red a:before {
  background-color: #FF3434;
}
.search_content.s_color .c_green a:before {
  background-color: #096500;
}
.search_content.s_color .c_silver a:before {
  background-color: #D3D6DB;
}
.search_content.s_color .c_gold a:before {
  background-color: #B8BF1D;
}


.search_content.s_face,
.search_content.s_price {
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 40px 20px 20px;
  width: 100%;
  box-sizing: border-box;
}
.search_content.s_face ul,
.search_content.s_price ul {
  width: 100%;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.search_content.s_face li,
.search_content.s_price li {
  display: inline-block;
  width: 24%;
  margin-bottom: 15px;
}
.search_content.s_face li a,
.search_content.s_price li a {
  display: block;
  margin: 0 auto;
  width: 95%;
  max-width: 206px;
  height: 53px;
  text-align: center;
  border: 1px solid #3A4763;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  color: #3A4763;
  line-height: 56px;
  position: relative;
}
.search_content.s_face .link a {
  display: block;
  margin: 0 auto;
  width: 256px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  border: 1px solid #3A4763;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  color: #3A4763;
  position: relative;
  background-image: url(../../images/common/svg/angle_n.svg);
  background-repeat: no-repeat;
  -webkit-background-size: auto 13px;
  background-size: auto 13px;
  background-position: 24px 19px;
  background-color: rgba(255,255,255,0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.desktop .search_content.s_face .link a:hover {
  background-image: url(../../images/common/svg/angle.svg);
  color: #fff;
  background-color: #3A4763;
  opacity: 1;
}

/*
.price_inner {
  width: 100%;
}

.search_content.s_price ul {
  max-width: 710px;
  width: 95%;
  margin: 0 auto;
}
.search_content.s_price li {
  display: inline-block;
  width: 32.8%;
}
.search_content.s_price li:first-child {
  margin-bottom: 30px;
}
.search_content.s_price a {
  display: block;
  margin: 0 auto;
  width: 95%;
  max-width: 206px;
  height: 53px;
  text-align: center;
  border: 1px solid #3A4763;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  color: #3A4763;
  line-height: 56px;
  position: relative;
}
.search_content.s_price a:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: 20px;
  border-radius: 50%;
}
*/

.search_content.s_material {
  position: relative;
  top: auto;
}
.search_content.s_material ul {
  font-size: 0;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.search_content.s_material li {
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 24.8%;
  border-left: 1px solid #D3D6DB;
  padding: 0 20px;
}
.search_content.s_material li:nth-child(1) {
  border-left: none;
}
.search_content.s_material a {
  color: #3A4763;
  text-decoration: none;
}
.search_content.s_material a .name {
  display: block;
  height: 53px;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  align-content: center;
}
.search_content.s_material a .name span {
  text-align: center;
  width: calc(100% - 55px);
}
.search_content.s_material a .name img {
  width: 53px;
}
.search_content.s_material p {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 21px;
}

.search_content.s_series ul {
  font-size: 0;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.search_content.s_series li {
  display: inline-block;
  box-sizing: border-box;
  width: 33%;
  padding: 0 10px;
}
.search_content.s_series li:first-child {
  margin-bottom: 10px;
}
.search_content.s_series li a {
  display: block;
  text-decoration: none;
  color: #3A4763;
  font-size: 13px;
  text-align: center;
}
.search_content.s_series li img {
  display: block;
  margin: 0 auto -10px;
}


.search_content.s_gendar ul {
  max-width: 710px;
  width: 100%;
}
.search_content.s_gendar li {
  display: inline-block;
  width: 24.4%;
}
.search_content.s_gendar li:first-child {
#  margin-bottom: 30px;
}
.search_content.s_gendar a {
  display: block;
  margin: 0 auto;
  width: 95%;
  max-width: 206px;
  height: 53px;
  text-align: center;
  border: 1px solid #3A4763;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  color: #3A4763;
  line-height: 56px;
  position: relative;
}
.search_content.s_gendar a:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: 20px;
  border-radius: 50%;
}

.search_inner #item_search {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.search_inner #item_search .item_input_wrapper {
  position: relative;
  width: calc(100% - 240px);
}
.search_inner #item_search_keyword {
  display: block;
  font-size: 20px;
  padding: 11px 30px 11px;
  border: none;
  border: 1px solid #616C82;
  border-radius: 3px;
  background-color: transparent;
  width: 100%;
  height: 53px;
  box-sizing: border-box;
  letter-spacing: 2.79px;
  line-height: 38px;
}
.search_inner #item_search_keyword:focus {
  border: 1px solid #3A4763;
}
.search_inner #item_search_label {
  position: absolute;
  top: 0;
  left: 0;
  color: #616C82;
  box-sizing: border-box;
  width: 100%;
  height: 53px;
  line-height: 38px;
  letter-spacing: 2.79px;
  font-size: 20px;
  padding: 10px 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search_inner #item_search_label.active {
  font-size: 14px;
  color: #3A4763;
  padding: 0 0;
  line-height: 1;
  top: -5px;
  left: 20px;
  width: auto;
  height: auto;
}
.search_inner #item_search_label span {
  display: inline-block;
  padding: 0 5px;
  background-color: #f9f9fa;
}

.search_inner button {
  width: 206px;
  margin: 0 0;
  color: #fff;
  background-color: #3A4763;
  background-image: url("../../images/common/svg/angle.svg");
}
.desktop .search_inner button:hover {
  color: #3A4763;
  background-color: #fff;
  background-image: url("../../images/common/svg/angle_n.svg");
}
.search_inner .recommend_keyword {
  font-size: 14px;
  color: #616C82;
  letter-spacing: 2.1px;
  line-height: 20px;
  display: block;
  margin-top: 25px;
}
.search_inner .recommend_keyword a {
  font-weight: bold;
  display: inline-block;
  color: #616C82;
  text-decoration: none;
}
.desktop .search_inner .recommend_keyword a:hover {
  text-decoration: underline;
}



.news_wrapper {
  background-color: #f9f9fa;
  padding-bottom: 35px;
}
.news_inner {
  max-width: 1024px;
  margin: 0 auto 10px;
  padding: 70px 0 15px;
}
.news_inner .title {
  font-size: 36px;
  letter-spacing: 8.37px;
  line-height: 43px;
  text-align: center;
  margin-bottom: 54px;
}
.news_inner ul {
  padding: 0 0;
  margin: 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.news_inner li {
  list-style: none;
  display: inline-block;
  width: 320px;
  vertical-align: top;
  font-size: 13px;
  background-color: #3A4763;
  opacity: 0;
  margin-bottom: 30px;
  display: none;
}
.news_inner li.defz {
  display: block;
}
.news_inner li:nth-child(3n-2) {
  transition: all 0.8s ease;
}
.news_inner li:nth-child(3n-1) {
  transition: all 0.8s ease 0.2s;
}
.news_inner li:nth-child(3n) {
  transition: all 0.8s ease 0.4s;
}

.news_inner li:nth-child(3n) {
  margin-right: 0;
}
.news_inner li.show {
  opacity: 1;
  background-color: #fff;
}
.news_inner li a {
  display: block;
  padding-bottom: 15px;
  text-decoration: none;
  color: #3A4763;
  opacity: 0;
}
.news_inner li:nth-child(3n-2) a {
  transition: all 1s ease 0.4s;
}
.news_inner li:nth-child(3n-1) a {
  transition: all 1s ease 0.6s;
}
.news_inner li:nth-child(3n) a {
  transition: all 1s ease 0.8s;
}

.news_inner li img {
  width: 100%;
}
.news_inner li.show a {
  background-color: #fff;
  opacity: 1;
}
.news_inner .news_ttl {
  font-size: 16px;
  letter-spacing: 2.46px;
  line-height: 1.8;
  text-align: center;
  margin: 22px 0 10px;
  display: table-cell;
  vertical-align: middle;
  width: 320px;
  height: 20px;
}

.news_inner .txt {
  padding: 0 30px;
  letter-spacing: 0;
  line-height: 21px;
  min-height: 6.8em;
}
.news_inner .date {
  display: block;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1.85px;
  line-height: 21px;
}
.news_inner .date:before {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  border-top: 1px solid #3A4763;
  margin: 0 auto 7px;
}
.news_inner .linkBtn,
.news_inner .linkBtn:hover,
.information_inner .linkBtn {
  display: block;
  margin: 25px auto;
  background-image: none !important;
  background-color: #fff;
  position: relative;
  border: none !important;
}
.news_inner .linkBtn,
.information_inner .linkBtn {
  color: #3A4763;
}
.desktop .news_inner .linkBtn:hover {
  color: #fff;
  background-color: #3A4763;
}
.news_inner .linkBtn:before,
.information_inner .linkBtn:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #3A4763;
  border-left: 1px solid #3A4763;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 5px);
  left: 20px;
  z-index: 10;
  transition: all 0.3s ease;
}
.desktop .news_inner .linkBtn:hover:before {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.news_inner li.blank {
  background-color: transparent;
}
.information_inner .linkBtn:hover {
  color: #fff;
  background-color: #3A4763;
}
.information_inner .linkBtn:hover:before {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}


.ranking_inner {
  padding-top: 85px;
  padding-bottom: 50px;
  max-width: 1024px;
  margin: 0 auto;
}
.ranking_inner .title {
  font-size: 36px;
  letter-spacing: 8.37px;
  line-height: 43px;
  text-align: center;
  margin-bottom: 10px;
}
.ranking_inner .date {
  display: block;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1.85px;
  line-height: 21px;
  margin-bottom: 20px;
}
.ranking_inner .date:before {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  border-top: 1px solid #3A4763;
  margin: 0 auto 7px;
}


.ranking {
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ranking li {
  font-size: 18px;
  display: inline-block;
  width: 33.3%;
  text-align: center;
  margin-bottom: 20px;
  display: none;
  padding-top: 20px;
}
.ranking.show li {
  display: inline-block;
}
.ranking li a {
  display: block;
  position: relative;
  text-decoration: none;
}
.ranking li a:after {
  content: '';
  display: block;
  width: 67px;
  height: 29px;
  position: absolute;
  top: -20px;
  left: 0px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.ranking li a:focus {
  outline: none;
}
.ranking li img {
  width: 80%;
  margin: 0 auto;
}
.desktop　.ranking li a img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.desktop .ranking li a:hover img {
  opacity: 0.5;
}
.ranking li p {
  margin: 0 0;
  font-size: 14px;
}
.ranking li p.item-name {
  margin-top: 0;
  letter-spacing: 0.88px;
  color: #3a4763;
  max-height: 3em;
  line-height: 1.6;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0 1em;
}
.ranking li p.item-price {
  color: #616c82;
}
.ranking li p.item-name:before,
.ranking li p.item-name:after {
  background: #fff;
  position: absolute;
}
.ranking li p.item-name:before {
  content: "...";
  bottom: 0;
  right: 0;
}
.ranking li p.item-name:after {
  content: "";
  height: 100%;
  width: 100%;
}

.ranking li.no1 a:after {
  background-image: url("/client_info/JINSJINS/view/userweb/images/top/icn_no1.png");
}
.ranking li.no2 a:after {
  background-image: url("/client_info/JINSJINS/view/userweb/images/top/icn_no2.png");
}
.ranking li.no3 a:after {
  background-image: url("/client_info/JINSJINS/view/userweb/images/top/icn_no3.png");
}
.ranking li.no4 a:after {
  background-image: url("/client_info/JINSJINS/view/userweb/images/top/icn_no4.png");
}
.ranking li.no5 a:after {
  background-image: url("/client_info/JINSJINS/view/userweb/images/top/icn_no5.png");
}
.ranking li:nth-child(1) a:after {
  background-image: url("/client_info/JINSJINS/view/userweb/images/top/icn_no1.png");
}
.ranking li:nth-child(2) a:after {
  background-image: url("/client_info/JINSJINS/view/userweb/images/top/icn_no2.png");
}
.ranking li:nth-child(3) a:after {
  background-image: url("/client_info/JINSJINS/view/userweb/images/top/icn_no3.png");
}
.ranking li:nth-child(4) a:after {
  background-image: url("/client_info/JINSJINS/view/userweb/images/top/icn_no4.png");
}
.ranking li:nth-child(5) a:after {
  background-image: url("/client_info/JINSJINS/view/userweb/images/top/icn_no5.png");
}
.ranking_toggle {
  max-width: 640px;
  margin: 0 auto 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.ranking_toggle li {
  list-style: none;
  display: block;
  border-radius: 3px;
  border: 1px solid #3A4763;
  width: 200px;
  text-align: center;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}
.ranking_toggle li.current {
  background-color: #3A4763;
  color: #fff;
}
.desktop .ranking_toggle li:hover {
  background-color: #3A4763;
  color: #fff;
  opacity: 0.8;
}



.guide_wrapper {
  background-color: #f9f9fa;
}
.guide_inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 82px 0 50px;
}
.guide_inner .title {
  font-size: 34px;
  letter-spacing: 7.91px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 65px;
}

.guide_inner ul {
  font-size: 0;
}
.guide_inner li {
  display: inline-block;
  width: 31.2%;
  margin-right: 3%;
  vertical-align: top;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
}
.guide_inner li:nth-child(3) {
  margin-right: 0;
}
.guide_inner li a {
  text-decoration: none;
  color: #3A4763;
}
.guide_inner li img {
  display: block;
  margin: 0 auto 30px;
}
.guide_inner .guid-item-title {
  font-size: 16px;
  letter-spacing: 2.67px;
  line-height: 26px;
}
.guide_inner .guid-item-title:after {
  content: '';
  display: block;
  width: 35px;
  height: 2px;
  background-color: #E1002B;
  margin: 19px auto;
}
.guide_inner .guid-item-text {
  letter-spacing: 0;
  line-height: 2;
}
.guide_inner .linkBtn {
  display: block;
  margin: 30px auto;
  width: 206px;
  padding-left: 40px;
  color: #3A4763;
  background-image: url("../../images/common/svg/angle_n.svg");
  border: 1px solid #3A4763;
}

.tile_wrapper {
  padding: 0 0;
}
.tile_inner {
  padding-top: 10px;
}
.tile_inner ul {
  padding: 0 0;
  margin: 0 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tile_inner .tile2 {
  border-bottom: 1px solid #d3d6db;
}
.tile_inner li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #d3d6db;
  margin: 0 0;
  padding: 0 0;
  background-color: #fff;
  list-style: none;
  text-align: center;
  width: 25%;
}

.tile_inner li a {
  display: block;
  width: 100%;
}

.desktop .tile_inner li a:hover img {
  opacity: 0.7;
}

.tile_inner li img {
  width: 100%;
  max-width: 340px;
}

.tile_inner .text-wrapper {
  width: 100%;
  height: auto;
}

.tile_inner .subtitle {
  font-size: 16px;
  letter-spacing: 2.67px;
  line-height: 26px;
  margin-bottom: 18px;
}
.tile_inner .subtitle:after {
  content: '';
  display: block;
  width: 35px;
  height: 2px;
  background-color: #D3D6DB;
  margin: 18px auto 0;
}
.tile_inner .text {
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 26px;
  padding-bottom: 14px;
  margin-bottom: 0;
  color: #616c82;
}


.location_wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  background: url(../../images/top/shop_bg.jpg) #dadad8 center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.location_inner {
  width: 100%;
  padding: 90px 0;
}

.location_box {
  background-color: #fff;
  width: 640px;
  margin: 0 auto;
  border-radius: 6px;
  padding: 56px 0;
}
.location_inner .title {
  font-size: 26px;
  letter-spacing: 6.05px;
  line-height: 38px;
  text-align: center;
}
.location_inner p {
  color: #727b8f;
  padding: 20px 80px 5px;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 26px;
  text-align: left;
}
.location_inner .linkBtn.linkBtn_n {
  display: block;
  margin: 0 auto;
  padding-left: 35px;
  position: relative;
  background-image: none !important;
#  background-color: #3A4763;
  color: #3A4763 !important;
  width: 206px;
  font-size: 14px;
  letter-spacing: 0;
  border-radius: 3px;
  border: 1px solid #3A4763;
}
.location_inner .linkBtn.linkBtn_n svg {
  position: absolute;
  top: 14px;
  left: 19px;
  width: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.location_inner .linkBtn.linkBtn_n:hover {
  background-image: none;
  color: #fff !important;
}
.location_inner .linkBtn.linkBtn_n:hover .location-svg {
  stroke: #fff;
}



.feature_wrapper {
  background-color: #f9f9fa;
  padding: 0 0;
  margin-bottom: 10px;
}
.feature_inner ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.feature_inner li {
  width: 33.3%;
  padding-bottom: 20px;
  list-style: none;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.feature_inner li.feature_design {
  background-image: url(/jp/client_info/JINSJINS/view/userweb/images/top/feature/designproject_bg.png);
}
.feature_inner li.feature_weekly {
  background-image: url(/jp/client_info/JINSJINS/view/userweb/images/top/feature/weekly_bg.png);
}
.feature_inner li.feature_snap {
  background-image: url(/jp/client_info/JINSJINS/view/userweb/images/top/feature/snap_bg.png);
}
.feature_inner li .feature_title {
  font-size: 26px;
  color: #3A4763;
  letter-spacing: 6px;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 30px;
}
.feature_inner li a {
  display: block;
  margin: 0 auto;
  width: 320px;
  text-decoration: none;
}
.feature_inner li .text {
  background-color: #fff;
  text-align: center;
  color: #3A4763;
  padding-bottom: 20px;
}
.feature_inner li .text .subtitle {
  font-size: 16px;
  letter-spacing: 2.46px;
  line-height: 21px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 80px;
  width: 320px;
}
.feature_inner li .text .subtitle span {
  display: inline-block;
}
.feature_inner li .date {
  font-size: 12px;
  letter-spacing: 1.85px;
  line-height: 21px;
  color: #3A4763;
  margin-bottom: 0;
}
.feature_inner li .date:before {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #D3D6DB;
  margin: 0 auto 10px;
}



.info_wrapper {
  background-color: #f9f9fa;
}
.info_inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 84px 0 84px;
}
.info_items {
  text-align: center;
  font-size: 0;
  margin: 0 0 29px;
  padding: 0 0;
}
.info_items li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  width: 30%;
  font-size: 16px;
  margin-right: 4.4%;
}
.info_items li:nth-child(3n) {
  margin-right: 0;
}
.info_items li a {
  text-decoration: none;
  color: #616c82;
}
.desktop .info_items li a:hover img {
  opacity: 0.5;
}
.info_items li img {
  display: block;
  width: 58px;
  height: 58px;
  margin: 0 auto 31px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.information-item-title {
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 24px;
  margin-bottom: 19px;
}
.info_inner .info_text {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 0;
  font-size: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info_inner .info_text li {
  display: inline-block;
  width: 48.3%;
  min-height: 340px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  margin: 0 0 42px;
  padding: 0 27px 0;
  border: 14px solid #d3d6db;
  font-size: 18px;
}
.info_inner .info_text li:nth-child(odd) {
  margin-right: 3.3%;
}
.info_inner .info_text .title {
  font-size: 16px;
  letter-spacing: 2.67px;
  line-height: 24px;
  width: 100%;
  height: 90px;
  display: table;
}
.info_inner .info_text .title span {
  width: 100%;
  height: 90px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.info_inner .info_text p {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 26px;
}
.info_inner .info_text a {
  color: #3a4763;
  text-decoration: none;
  cursor: text;
}


.information {
  background: #f9f9fa;
  margin-bottom: 10px;
}
.information_inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 84px 0 84px;
}

.news-title.subTitle {
  text-align: center;
  font-size: 36px;
  letter-spacing: 5px;
  margin-bottom: 50px;
}

.news-lists {
  max-width: 1206px;
  margin: 0 auto 40px;
  border-top: 1px solid #e9e9e9;
  padding: 0 0;
}

.news-list {
  border-bottom: 1px solid #e9e9e9;
  min-height: 85px;
  height: 85px;
  width: 100%;
  display: table;
  vertical-align: middle;
  margin: 0 0;
}

.news-date {
  display: table-cell;
  width: 140px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 16px;
  font-family: 'Noto Sans Japanese', -apple-system, "Droid Sans", Roboto, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, HelveticaNeue, Helvetica, sans-serif;
}

.news-paragraph {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 2.33px;
  line-height: 26px;
}

.news-paragraph a {
  color: #616c82;sear
  text-decoration: none;
}

.news .linkBtn {
  color: #3a4763;
  border-color: #3a4763;
  background-image: url("/jp/common/img/svg/angle_n.svg");
  margin: 40px auto 0;
  width: 206px;
  display: block;
  padding-left: 60px;
}

.desktop .news .linkBtn:hover {
  background-color: #3a4763;
  background-image: url("/jp/common/img/svg/angle.svg");
  color: #fff;
}


.msie9 .main {
  overflow: hidden;
}









@media screen and (min-width: 1801px){

}




@media screen and (max-width: 1800px){


}




@media screen and (max-width: 1200px){
  br.forPC {
    display: none;
  }
  br.for1200 {
    display: block;
  }
  .tile_inner .subtitle {
    margin-bottom: 16px;
  }
  .tile_inner .subtitle:after {
    margin-top: 10px;
  }
  .tile_inner .text {
    line-height: 24px;
  }



}





@media screen and (max-width: 1024px){
  .container {
    margin-top: 50px;
  }
  .search_list li {
    margin-right: 6vw;
  }
  .search_content.s_type li,
  .search_content.s_series li {
    width: 24.8%;
  }

  .feature_inner li {
    width: 100%;
  }

  .news_wrapper {
    padding-left: calc(50vw - 320px - 32px );
    padding-right: calc(50vw - 320px - 32px );
  }

  .ranking li p.item-name br,
  .guide_inner .guid-item-text br {
    display: none;
  }



  .tile_inner .text {
    font-size: 12px;
    line-height: 20px;
  }
}




@media screen and (max-width: 870px){
  .tile_inner .text {
    font-size: 11px;
    line-height: 16px;
  }

  .info_inner .info_text .title {
    font-size: 15px;
    letter-spacing: 1px;
  }

  .tile_inner ul {
    flex-wrap: wrap;
  }
  .tile_inner li {
    width: 50%;
    height: 36vw;
    overflow: hidden;
  }
  .tile_inner li img {
    max-width: 100%;
  }
  .tile_inner .text {
    padding-bottom: 0;
  }
  .tile-container.tile1 li:nth-child(3) {
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    -o-order: 4;
    order: 4;
  }
  .tile-container.tile1 li:nth-child(4) {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    order: 3;
  }
  .tile-container.tile2 li:nth-child(1) {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
  }
  .tile-container.tile2 li:nth-child(2) {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
  }
  .tile-container.tile2 li:nth-child(3) {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    order: 3;
  }
  .tile-container.tile2 li:nth-child(4) {
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    -o-order: 4;
    order: 4;
  }

}




@media screen and (max-width: 768px){
  .f-tab{
    display: block;
  }
  .f-pc,
  .f-umob{
    display: none;
  }
  section {
    padding: 0 0;
  }
  .container {
    margin-top: 50px;
  }



  .top_slide .image_wrapper {
    height: 47vw;
    position: relative;
  }
  .top_slide .txt h2 {
    margin-bottom: 11px;
  }
  .top_slide .slick-dots {
    right: 10px;
  }






  .search_inner {
    padding: 8vw 5vw 4vw;
  }
  .search_inner form {
    margin-bottom: 30px;
  }
  .search_inner form input[type="text"] {
    height: 48px;
    font-size: 20px;
    letter-spacing: 2.14px;
  }
  .search_inner .keyword_label {
    padding-bottom: 7px;
    margin-bottom: 11px;
  }

  .search_list li {
    margin-right: 4vw;
    font-size: 14px;
  }

  .search_content.s_type li {
    width: 24.8%;
  }
  .search_content.s_color a {
    padding-left: 20px;
    box-sizing: border-box;
  }
  .search_content.s_color a:before {
    left: 10px;
  }

  .search_content.s_color li:first-child,
  .search_content.s_color li {
    width: 32.8%;
    margin-bottom: 20px;
  }
  .search_content.s_color li:last-child {
    margin-bottom: 0;
  }


  .search_content.s_face li,
  .search_content.s_price li {
    width: 48%;
    margin-bottom: 10px;
  }

/*
  .search_content.s_price li {
    width: 32.5%;
  }
*/

  .search_content.s_material a .name img {
    width: 5vw;
  }
  .search_content.s_material li {
    padding: 0 10px;
  }
  .search_content.s_material a .name span {
    width: 93vw;
  }
  .search_inner #item_search_label {
    font-size: 2.3vw;
    padding: 10px 18px;
  }

  .price_inner {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  .search_content.s_price ul {
    width: 100%;
  }



  .news_wrapper {
    padding-bottom: 0;
  }
  .news_inner {
    padding: 35px 2vw 4vw;
  }
  .news_inner {
    justify-content: space-between;
  }
  .news_inner li {
    width: 46%;
  }
  .news_inner .txt {
    padding: 2vw 2vw 0;
    min-height: 0;
    margin-bottom: 0;
  }
  .news_inner .news_ttl {
    display: none;
  }
  .news_inner .title {
    margin-bottom: 35px;
  }
  .news_inner li:nth-child(2n) {
    margin-right: 0;
  }
  .news_inner .linkBtn, .news_inner .linkBtn:hover {
    margin: 12px auto;
  }

  .news_inner li:nth-child(odd) {
    transition: all 0.8s ease;
  }
  .news_inner li:nth-child(even) {
    transition: all 0.8s ease 0.2s;
  }
  .news_inner li:nth-child(odd) a {
    transition: all 1s ease 0.4s;
  }
  .news_inner li:nth-child(even) a {
    transition: all 1s ease 0.6s;
  }

  .ranking {
    justify-content: space-around;
  }
  .ranking_wrapper {
    border-top: 4vw solid #f0f0f0;
  }
  .ranking_inner {
    padding: 0 5vw 25px;
  }
  .ranking_inner .title {
    margin-bottom: 8px;
    padding-top: 20px;
  }
  .ranking li {
    width: 60%;
    margin-bottom: 0;
  }
  .ranking li + li {
    width: 49%;
  }

  .ranking_toggle {
    width: 100%;
    margin-bottom: 5vw;
  }
  .ranking_toggle li {
    width: 30%;
  }



  .guide_inner {
    padding: 8vw 4vw 7vw;
  }
  .guide_inner .title {
    margin-bottom: 55px;
  }
  .guide_inner li img {
    margin-bottom: 22px;
  }
  .guide_inner .guid-item-title:after {
    margin: 12px auto 18px;
  }
  .guide_inner li.guid2 .guid-item-title:after {
    margin-top: 38px;
  }
  .guide_inner .linkBtn {
    margin: 6px auto;
  }
  .guide_inner .guid-item-text br {
    display: none;
  }


  .location_box {
    padding: 62px 0 58px;
    max-width: calc(100% - 40px);
  }


  .info_inner {
    padding: 8vw 4vw 7vw;
    box-sizing: border-box;
  }
  .info_items {
    margin-bottom: 19px;
  }
  .info_inner .info_text {
    width: 97%;
  }
  .info_inner .info_text li,
  .info_inner .info_text li:nth-child(odd) {
    width: 100%;
    min-height: 0;
    margin: 0 auto 20px;
    padding-top: 23px;
  }
  .info_inner .info_text .title {
    letter-spacing: 1px;
    margin-bottom: 11px;
  }
  .info_inner .info_text p {
    padding-bottom: 6px;
  }
  .info_inner .info_text li.ttl4 {
    padding-top: 23px;
  }


  .information_inner {
    padding: 60px 20px;
    box-sizing: border-box;
  }


}




@media screen and (max-width: 600px){
  .search_list li {
    font-size: 12px;
  }

  .search_contents {
    padding: 30px 10px 0;
  }
  .search_content {
    width: calc(90vw - 20px);
  }
  .search_content.s_type li {
    width: 33%;
    padding: 0 5px;
    margin-bottom: 60px;
    box-sizing: border-box;
  }
  .search_content.s_type li:nth-child(7),
  .search_content.s_type li:nth-child(8) {
    margin-bottom: 0;
  }

  .search_content.s_color li,
  .search_content.s_color li:first-child {
    width: 49%;
    padding: 0 5px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .search_content.s_color li:last-child {
    margin-bottom: 0;
  }

  .search_content.s_price li, .search_content.s_price li:first-child {
    width: 49%;
    margin-bottom: 20px;
  }
  .search_content.s_price li:last-child {
    margin-bottom: 0;
  }
  .search_content.s_material ul {
    padding-bottom: 0;
  }
  .search_content.s_material li {
    width: 49%;
    margin-bottom: 30px;
  }
  .search_content.s_material li.m_light {
    border-left: none;
  }
  .search_content.s_material a .name img {
    width: auto;
  }

  .search_content.s_series li {
    width: 33%;
    padding: 0 5px;
    margin-bottom: 60px;
    box-sizing: border-box;
  }
  .search_content.s_series li:nth-child(7) {
    margin-bottom: 0;
  }

  .search_content.s_gendar li, .search_content.s_gendar li:first-child {
    width: 49%;
    margin-bottom: 20px;
  }
  .search_content.s_gendar li:last-child {
    margin-bottom: 0;
  }

  .search_inner #item_search {
    display: block;
  }
  .search_inner #item_search .item_input_wrapper,
  .search_inner #item_search_label {
    width: 100%;
  }
  .search_inner button {
    margin: 20px auto;
  }
  .search_inner .recommend_keyword span {
    display: block;
  }



}













@media screen and (max-width: 550px){
  .f-umob,
  .forSP {
    display: block !important;
  }
  .f-pc,
  .f-tab,
  .forPC, .forTB {
    display: none !important;
  }

  .top_slide .image_wrapper {
    height: auto;
  }
  .top_slide .slick-dots {
    width: 100%;
    right: 0;
  }

  .top_slide .txt {
    padding-bottom: 36px;
  }
  .top_slide .txt h2 {
    font-size: 4.4vw;
    letter-spacing: 1vw;
    line-height: 5.5vw;
  }
  .top_slide .txt p {
    font-size: 3.4vw;
    letter-spacing: 0.8vw;
    line-height: 5.2vw;
  }

  #search_wrapper {
    background-color: #fff;
  }
  .search_inner {
    padding: 0 0 5px;
    margin-top: 2vw;
  }
  .search_header {
    border-top: 4vw solid #f0f0f0;
    padding-top: 0;
    font-weight: 200;
    background-color: #fff;
  }

  .search_inner .title {
    font-size: 18px;
    letter-spacing: 0.3em;
    margin-bottom: 0;
    line-height: 40px;
    padding-top: 20px;
  }
  .search_inner .title .ssvg {
    display: inline-block !important;
    margin-right: 8px;
    vertical-align: -10%;
  }

  .search_contents {
    margin: 0 0;
    padding-top: 0;
    transition: all 1s ease;
  }
  .search_content {
    position: static;
    opacity: 1;
    height: auto;
    padding: 20px 20px 25px;
    display: none;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 0px;
    box-sizing: border-box;
    width: 100%;
  }
  .search_content.active {
    opacity: 1;
    height: auto;
    display: block;
  }
  .search_content.s_face,
  .search_content.s_price {
    padding-top: 40px;
  }


  .search_content.s_face li, .search_content.s_face li:first-child,
  .search_content.s_price li, .search_content.s_price li:first-child,
  .search_content.s_color li, .search_content.s_color li:first-child {
    width: 49%;
    margin-bottom: 10px;
  }
  .search_content.s_face li a,
  .search_content.s_price li a,
  .search_content.s_color li a {
    height: 46px;
    line-height: 46px;
  }
  .search_content.s_type li:first-child,
  .search_content.s_type li,
  .search_content.s_series li {
    width: 49%;
    margin-bottom: 10px;
  }
  .search_content.s_type li img {
    margin-bottom: 0;
  }

  .search_content.s_material li {
    width: 100%;
    margin-bottom: 20px;
  }
  .search_content.s_face li:last-child,
  .search_content.s_price li:last-child,
  .search_content.s_material li:last-child {
    margin-bottom: 0;
  }
  .search_content.s_material li {
    border-left: none;
    border-bottom: 1px solid #D3D6DB;
  }
  .search_content.s_material li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .search_content.s_material li:last-child p {
    margin-bottom: 0;
  }
  .search_inner .recommend_keyword {
    font-size: 12px;
    letter-spacing: 1.95px;
    margin: 0 0 10px;
    padding: 0 20px;
  }

  .search_content.s_face .link {
    margin-top: 30px;
    border-top: 1px solid #D3D6DB;
    border-bottom: 1px solid #D3D6DB;
  }
  .search_content.s_face .link a {
    border: none;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-position: 100% 50%;
    text-align: left;
    background-image: url(../../images/common/svg/angle_r.svg);
  }

  .search_inner #item_search {
    margin-bottom: 10px;
  }
  .search_inner #item_search .item_input_wrapper {
    width: calc(100% - 75px);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 10px;
  }

  .search_inner #item_search_label {
    letter-spacing: -0.36px;
    height: 50px;
    line-height: 50px;
    padding: 3px 0 0 20px;
    color: #616C82;
  }
  .search_inner #item_search_label span {
    font-size: 14px;
    line-height: 1;
    background-color: #fff;
  }
  .search_inner #item_search_label.active {
    left: 10px;
    font-size: 12px;
    top: -7px;
  }
  .search_inner #item_search_keyword {
    height: 50px;
    font-size: 14px;
    padding-left: 20px;
  }
  .search_inner form {
    padding: 0 0;
    position: relative;
    height: 50px;
    margin-top: 15px;
  }
  .search_inner form p {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .search_inner button {
    position: absolute;
    top: 0;
    right: 10px;
    width: 50px;
    height: 50px;
    padding: 0 0;
    margin: 0 0;
    background-image: none;
    line-height: 1;
    text-align: center;
    border: none !important;
    vertical-align: middle;
  }
  .desktop .search_inner button:hover {
    background-image: none;
    background-color: #3A4763;
    border: none !important;

  }
  .search_inner button .forSP {
    display: block;
    width: 100%;
  }
  .search_inner button svg {
    display: block;
    width: 20px;
    margin: 0 auto;
  }



  .search_list_wrp {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    overflow-x: scroll;
    background-color: #fff;
    padding: 4px 2vw 0;
  }
  .search_inner .search_list {
    font-size: 3.4vw;
    font-weight: normal;
    width: 100%;
    margin: 0 auto;
    color: #3a4763;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  .search_list li {
    font-size: 3.4vw;
    font-weight: normal;
    box-sizing: border-box;
    margin-right: 0;
    padding: 0 0;
    text-align: center;
    width: 20%;
    border-bottom: 5px solid transparent;
  }
  .search_list li:after {
    display: none;
  }
  .search_list li.active {
    border-bottom: 5px solid #3a4763;
    font-weight: bold;
  }
  .search_list li:last-child {
    display: none;
  }

  .news_inner {
    padding-top: 20px;
  }
  .news_inner .title {
    font-size: 18px;
    letter-spacing: 5.58px;
    margin-bottom: 10px;
  }
  .news_inner li {
    font-size: 11px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
  .news_inner .txt {
    line-height: 1.6;
    padding-bottom: 1em;
  }
  .news_inner li a {
    padding-bottom: 0;
  }
  .news_inner li:nth-child(1),
  .news_inner li:nth-child(2),
  .news_inner li:nth-child(3),
  .news_inner li:nth-child(4),
  .news_inner li:nth-child(5),
  .news_inner li:nth-child(6) {
    opacity: 1 !important;
    background-color: #fff !important;
  }
  .news_inner li:nth-child(1) a,
  .news_inner li:nth-child(2) a,
  .news_inner li:nth-child(3) a,
  .news_inner li:nth-child(4) a,
  .news_inner li:nth-child(5) a,
  .news_inner li:nth-child(6) a {
    opacity: 1 !important;
  }


  .ranking_inner .title {
    font-size: 18px;
    letter-spacing: 0.3em;
    margin-bottom: 0;
  }
  .ranking {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ranking li {
    width: 60%;
    margin: 0 auto;
  }
  .ranking li a {
    padding-top: 5vw;
  }
  .ranking li + li {
    width: 45%;
  }

  .ranking li img {
    width: 100%;
  }
  .ranking li p.item-name {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 0;
  }
  .ranking li p.item-name br {
    display: none;
  }
  .ranking li p.item-name:before,
  .ranking li p.item-name:after {
    background: #fff;
    position: absolute;
  }
  .ranking li p.item-name:before {
    content: "...";
    bottom: 0;
    right: 0;
  }
  .ranking li p.item-name:after {
    content: "";
    height: 100%;
    width: 100%;
  }
  .ranking li a:after {
    width: 15vw;
    height: 6vw;
    top: 1vw;
    left: -3vw;
  }



  .guide_inner .title {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .guide_inner li {
    width: 100%;
    min-height: 60px;
    border-top: 1px solid #D3D6DB;
  }
  .guide_inner li:last-child {
    border-bottom: 1px solid #D3D6DB;
  }
  .guide_inner li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    box-sizing: border-box;
    width: 100%;
    min-height: 60px;
  }
  .guide_inner li img {
    width: 40px;
    margin: 0;
  }
  .guide_inner .guid-item-title {
    font-size: 3.6vw;
    width: calc(100% - 60px);
    text-align: left;
    position: relative;
    line-height: 1.5;
  }
  .guide_inner .guid-item-title:after,
  .guide_inner li.guid2 .guid-item-title:after {
    margin: 0 0;
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: transparent;
    border-right: 1px solid #E1002B;
    border-bottom: 1px solid #E1002B;
    transform: rotate(-45deg);
    position: absolute;
    right: 5px;
    top: calc(50% - 2px);
  }
  .guide_inner .guid-item-text {
    display: none;
  }
  .guide_inner .linkBtn {
    margin-top: 30px;
  }

  .tile_inner ul {
  }
  .tile_inner li {
    width: 100%;
    height: auto;
  }
  .tile_inner li.tile_text {
    border-top: none;
  }

  .tile-container.tile1 li:nth-child(3) {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    order: 3;
  }
  .tile-container.tile1 li:nth-child(4) {
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    -o-order: 4;
    order: 4;

  }


  .tile-container.tile2 li:nth-child(1) {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
  }
  .tile-container.tile2 li:nth-child(2) {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
  }

  .tile-container.tile2 li:nth-child(3) {
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    -o-order: 4;
    order: 4;
  }
  .tile-container.tile2 li:nth-child(4) {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    order: 3;
  }

  .tile_inner .text-wrapper {
    padding: 20px 0;
  }
  .tile_inner .text {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 2;
  }

  .location_inner {
    padding: 40px 0;
  }
  .location_box {
    padding: 40px 0;
  }
  .location_inner .title {
    font-size: 18px;
    letter-spacing: 4.19px;
    line-height: 27px;
  }
  .location_inner p {
    padding: 20px;
    margin-bottom: 0;
  }


  .feature_wrapper {
    margin-bottom: 10px;
    padding-bottom: 60px;
  }
  .feature_inner li .feature_title {
    font-size: 22px;
    letter-spacing: 5.08px;
    line-height: 26px;
    padding-top: 30px;
  }


  #info {
    display: none;
  }


  .information_inner {
    padding-top: 30px;
  }
  .news-title.subTitle {
    font-size: 24px;
    letter-spacing: 5.58px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .news-list {
    display: block;
    height: auto;
    padding: 20px 0;
  }
  .news-date {
    display: block;
    text-align: center;
    width: 100%;
    color: #616C82;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .news-paragraph a {
    font-size: 13px;
    letter-spacing: 2.48px;
    letter-spacing: 2px;
  }





  .linkBtn{
    background-position: 24px 16px;
    height: 46px;
    line-height: 46px;
  }

}



@media screen and (max-width: 350px){
  .search_inner #item_search_label {
    padding-left: 10px;
    font-size: 9px;
  }
  .search_inner #item_search_label.active {
    padding-left: 0px;
    font-size: 9px;
  }
}




#home .slick-slide {
  max-height: none;
}

@media screen and (min-width: 1200px){
  #home .slick-slide {
    max-height: 55vw;
  }
}




