@charset "UTF-8";

.desktop input:hover,
.desktop label:hover,
.desktop button:hover,
.desktop option:hover,
.desktop select:hover {
  cursor: pointer;
}

.container {
  padding-left: 0;
  padding-right: 0;
}

#container {
  padding: 0 35px;
}

.ecHeader {
  width: 100%;
  height: 60px;
  background-color: #3a4763;
}

.ecHeader-link a {
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 62px;
  padding-left: 56px;
  background-image: url("../img/svg/angle.svg");
  background-repeat: no-repeat;
  background-position: 35px 24px;
  -webkit-background-size: 8px 13px;
          background-size: 8px 13px;
}

.ecHeader-link-title {
  font-weight: 700;
  font-size: 20px;
  margin-right: 20px;
  letter-spacing: 2.15px;
}

.ecHeader-link-text {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1.94;
}

.linkBtn {
  display: inline-block;
  width: 206px;
  height: 51px;
  line-height: 51px;
  text-decoration: none;
  vertical-align: middle;
  padding: 0 0 0 30px;
  text-align: center;
  font-size: 0.722em;
  border-radius: 5px;
  color: #fff;
  background-image: url("../img/svg/angle.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 8px 13px;
          background-size: 8px 13px;
  background-position: 24px 18px;
  background-color: rgba(255,255,255,0.1);
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.msie9 .linkBtn {
  -webkit-background-size: 57px 13px;
          background-size: 57px 13px;
}

.desktop .linkBtn:hover {
  background-color: #3a4763;
  border-color: #3a4763;
}

.linkBtn.wn {
  background: transparent;
  color: #3a4763;
  border: 1px solid #3a4763;
}

.linkBtn.wn.w {
  background: #fff;
}

.desktop .linkBtn.wn:hover {
  background: #3a4763;
  color: #fff;
}

.desktop .linkBtn.def:hover {
  background-color: #3a4763;
  border: 1px solid #3a4763;
}

.linkBtn-svg-poly {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.linkBtn-inner {
  font-weight: 700;
}

.linkBtnN {
  border-color: #3a4763;
  color: #3a4763;
  background-image: url("../img/svg/angle_n.svg");
}

.desktop .linkBtnN:hover {
  color: #fff;
  background-image: url("../img/svg/angle.svg");
}

.key-container {
  position: relative;
}

.key-text-funwari {
  z-index: 250;
  position: absolute;
  width: auto;
  height: 1.83vw;
  top: 7.6%;
  right: 56.2%;
}

.msie9 .key-text-funwari {
  z-index: 1000;
}

.key-text-shikkari {
  z-index: 250;
  position: absolute;
  width: auto;
  height: 1.83vw;
  top: 7.6%;
  left: 58.3%;
}

.msie9 .key-text-shikkari {
  z-index: 1000;
}

.key-logo {
  z-index: 250;
  position: absolute;
  width: 27.7vw;
  height: auto;
  bottom: 7.3%;
  left: calc(50% - 13.8vw);
}

.msie9 .key-logo {
  z-index: 1000;
}

.keySlide-sec {
  width: 100%;
  height: 51.7vw !important;
}

.keySlide-sec.key1 {
  background: url("../img/mainimg_women.jpg") no-repeat center 56%;
  -webkit-background-size: 122% 122%;
          background-size: 122%;
}

.keySlide-sec.key2 {
  background: url("../img/mainimg_men.jpg") no-repeat 60.6% 41%;
  -webkit-background-size: 127.5% 127.5%;
          background-size: 127.5%;
}

.text-box {
  padding: 106px 0;
}

.text-box p {
  text-align: center;
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 2;
  color: #616c82;
  padding: 0 0;
}

.text-box p .en {
  font-size: 26px;
}

.text-box p .spbr {
  display: inline-block;
}

.slick-slider {
  position: relative;
  display: block;
  -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%;
  overflow: hidden;
  min-height: 1px;
}

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

.slick-slide img {
  display: block;
}

.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-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 33px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 100;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
  background-color: #d3d6db;
  border-radius: 50%;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active {
  background-color: #3a4763;
}

@charset "UTF-8";

.ft-container {
  width: 100%;
  margin: 0 0;
  padding: 0 0;
  height: 750px;
  overflow: hidden;
}

.ft-items {
  text-align: center;
  font-size: 0;
  margin: 0 0;
  padding: 0 0;
}

.ft-item {
  display: inline-block;
  list-style: none;
  font-size: 16px;
}

.ft-item-box {
  height: 750px;
  overflow: hidden;
}

.ft-item-box .inner {
  max-width: 1800px;
  height: 750px;
  margin: 0 auto;
  position: relative;
}

.ft-item-box .inner .close {
  position: absolute;
  top: calc(50% - 70px);
  padding: 40px;
  z-index: 10;
}

.ft-item-box .inner .close svg {
  width: 61px;
  height: 61px;
}

.desktop .ft-item-box .inner .close .close_path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.desktop .ft-item-box .inner .close:hover {
  cursor: pointer;
}

.desktop .ft-item-box .inner .close:hover .close_path {
  stroke: #fff !important;
}

.ft-item-box .inner .ft_img_box {
  position: absolute;
  top: 35.4%;
  max-width: 290px;
  width: calc(290 / 1800 * 100vw);
  height: auto;
  text-align: center;
}

.ft-item-box .inner .ft_img_box img {
  width: 97%;
  margin-bottom: 33px;
}

.ft-item.ft0 .ft-item-box {
  background: url("../img/ft_bg.svg") repeat-y top center;
  -webkit-background-size: 4000px 2000px;
          background-size: 4000px 2000px;
  position: relative;
}

.msie9 .ft-item.ft0 .ft-item-box {
  background-position-y: -500px;
}

.ft-item.ft0 .ft-item-box .img_box {
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
}

.desktop .ft-item.ft0 .ft-item-box .img_box img,
.desktop .ft-item.ft0 .ft-item-box .img_box .arrow,
.desktop .ft-item.ft0 .ft-item-box .img_box .angle_w {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ft-item.ft0 .ft-item-box .img_box.to_fluffy {
  left: 0;
}

.ft-item.ft0 .ft-item-box .img_box.to_fluffy .img_fluffy {
  right: 0%;
}

.ft-item.ft0 .ft-item-box .img_box.to_fluffy .arrow {
  left: 9%;
}

.ft-item.ft0 .ft-item-box .img_box.to_fluffy svg {
  margin-right: 26px;
}

.ft-item.ft0 .ft-item-box .img_box.to_tightly {
  right: 0;
}

.ft-item.ft0 .ft-item-box .img_box.to_tightly .img_tightly {
  left: 0%;
}

.ft-item.ft0 .ft-item-box .img_box.to_tightly .arrow {
  right: 8.8%;
}

.ft-item.ft0 .ft-item-box .img_box.to_tightly svg {
  margin-left: 36px;
}

.ft-item.ft0 .ft-item-box .img_box.to_fluffy .img_fluffy,
.ft-item.ft0 .ft-item-box .img_box.to_tightly .img_fluffy,
.ft-item.ft0 .ft-item-box .img_box.to_fluffy .img_tightly,
.ft-item.ft0 .ft-item-box .img_box.to_tightly .img_tightly {
  width: 50%;
  position: absolute;
  top: 50%;
}

.ft-item.ft0 .ft-item-box .img_box.to_fluffy .arrow,
.ft-item.ft0 .ft-item-box .img_box.to_tightly .arrow {
  position: absolute;
  top: calc(50% - 35px);
  font-size: 36px;
  line-height: 1;
  letter-spacing: 1.6px;
}

.ft-item.ft0 .ft-item-box .img_box.to_fluffy svg,
.ft-item.ft0 .ft-item-box .img_box.to_tightly svg {
  vertical-align: -74%;
}

.desktop .ft-item.ft0 .ft-item-box .img_box.to_fluffy:hover,
.desktop .ft-item.ft0 .ft-item-box .img_box.to_tightly:hover {
  cursor: pointer;
}

.desktop .ft-item.ft0 .ft-item-box .img_box.to_fluffy:hover .img_fluffy,
.desktop .ft-item.ft0 .ft-item-box .img_box.to_tightly:hover .img_fluffy,
.desktop .ft-item.ft0 .ft-item-box .img_box.to_fluffy:hover .img_tightly,
.desktop .ft-item.ft0 .ft-item-box .img_box.to_tightly:hover .img_tightly {
  width: 56.6%;
  top: 49%;
}

.desktop .ft-item.ft0 .ft-item-box .img_box.to_fluffy:hover .arrow,
.desktop .ft-item.ft0 .ft-item-box .img_box.to_tightly:hover .arrow {
  color: #3a4763;
}

.desktop .ft-item.ft0 .ft-item-box .img_box.to_fluffy:hover .angle_w,
.desktop .ft-item.ft0 .ft-item-box .img_box.to_tightly:hover .angle_w {
  stroke: #3a4763 !important;
}

.ft-item.ft0 .ft-item-box .ft-title {
  font-size: 36px;
  letter-spacing: 2.8px;
  line-height: 54px;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 75%;
  pointer-events: none;
}

.ft-item.ft0 .ft-item-box .ft-title .en {
  font-size: 38px;
}

.ft-item.ft0 .ft-item-box .ft-title .nopc {
  display: none;
}

.ft-item.ft0 .ft-item-box .ft-paragraph {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 16.8%;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  pointer-events: none;
}

.ft-item.ft0 .ft-item-box .arrow {
  color: #fff;
}

.ft-item.ft1 .ft-item-box,
.ft-item.ft2 .ft-item-box {
  position: relative;
}

.ft-item.ft1 .ft-item-box .img_main,
.ft-item.ft2 .ft-item-box .img_main {
  width: 61%;
  position: absolute;
  top: -20.4%;
}

.ft-item.ft1 .ft-item-box .img_2_box br,
.ft-item.ft2 .ft-item-box .img_2_box br,
.ft-item.ft1 .ft-item-box .img_3_box br,
.ft-item.ft2 .ft-item-box .img_3_box br {
  display: none;
}

.ft-item.ft1 .ft-item-box .img_2_box,
.ft-item.ft2 .ft-item-box .img_2_box {
  right: 25.2%;
}

.ft-item.ft1 .ft-item-box .img_3_box,
.ft-item.ft2 .ft-item-box .img_3_box {
  right: 6.3%;
}

.ft-item.ft1 .ft-item-box p,
.ft-item.ft2 .ft-item-box p {
  color: #3a4763;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  padding: 0 0;
  margin: 0 0;
}

.ft-item.ft1 .ft-item-box .txt_main,
.ft-item.ft2 .ft-item-box .txt_main {
  position: relative;
  font-size: 18px;
  letter-spacing: 2.5px;
  line-height: 26px;
  z-index: 1;
  margin-top: 24px;
}

.ft-item.ft1 .ft-item-box .ft-item-title-wrapper,
.ft-item.ft2 .ft-item-box .ft-item-title-wrapper {
  position: relative;
  padding-top: 100px;
  z-index: 1;
}

.ft-item.ft1 .ft-item-box .ft-item-title-wrapper .ft-item-title,
.ft-item.ft2 .ft-item-box .ft-item-title-wrapper .ft-item-title {
  margin: 0 auto;
  height: 56px;
}

.ft-item.ft1 .ft-item-box .for_sp_to_fluffy,
.ft-item.ft2 .ft-item-box .for_sp_to_fluffy,
.ft-item.ft1 .ft-item-box .for_sp_to_tightly,
.ft-item.ft2 .ft-item-box .for_sp_to_tightly {
  display: none;
}

.ft-item.ft1 .ft-item-box {
  background-color: #f5ddd9;
  position: relative;
}

.ft-item.ft1 .ft-item-box .img_main {
  left: -5.5%;
}

.ft-item.ft1 .close {
  right: -40px;
}

.ft-item.ft2 .ft-item-box {
  background-color: #dbece2;
  position: relative;
}

.ft-item.ft2 .ft-item-box .img_main {
  left: -1.6%;
  margin-top: 3.7%;
}

.ft-item.ft2 .close {
  left: -40px;
}

.ft1 .ft-item-box .inner {
  background-image: url("../img/ft_img_fluffy.jpg");
}

.ft2 .ft-item-box .inner {
  background-image: url("../img/ft_img_tightly.jpg");
}

.ft-item-box .inner {
  background-repeat: no-repeat;
  -webkit-background-size: 60% auto;
          background-size: 60% auto;
  background-position: -6% calc(30% + 2vw);
}

_:-ms-lang(x),
_::-webkit-meter-bar,
.ft-container .slick-track {
  width: 300vw !important;
}

.ft-item .cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

@charset "UTF-8";

#gHeader {
  z-index: 300;
}

section.about {
  padding-bottom: 100px;
}

.about-title {
  font-size: 36px;
  letter-spacing: 4.5px;
  color: #3a4763;
  text-align: center;
  margin: 100px 0 30px;
}

.about-title .en {
  font-size: 38px;
}

.about-title .ib {
  display: inline-block;
}

.about-text {
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
}

.about-text .ib {
  display: inline-block;
}

.about-text .en {
  font-size: 18px;
}

.about-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  text-align: center;
}

.about-content {
  display: block;
  width: 440px;
  margin: 0 25px;
}

.msie9 .about-content {
  display: inline-block;
}

.about-img {
  width: 70%;
}

.about-subtitle {
  margin: 40px 0 17px;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 36px;
  color: #616c82;
}

.about-paragraph {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  color: #616c82;
}

@charset "UTF-8";

.items-title {
  background-color: #3a4763;
  color: #fff;
  font-size: 43px;
  letter-spacing: 10px;
  text-align: center;
  height: 100px;
  line-height: 100px;
  display: block;
}

.item-container {
  padding: 55px 0 61px;
}

.item-container .linkBtn {
  color: #3a4763;
  border-color: #3a4763;
  width: 206px;
  margin: 30px auto 0;
  display: block;
  background-image: url("../img/svg/angle_n.svg");
}

.desktop .item-container .linkBtn:hover {
  color: #fff;
  background-image: url("../img/svg/angle.svg");
}

.item-fluffy {
  background-color: #fceeed;
}

.item-tightly {
  background-color: #eef4f0;
}

.item-title {
  text-align: center;
  font-size: 36px;
  letter-spacing: 8.37px;
  font-weight: 300;
}

.item-info {
  text-align: center;
  font-size: 18px;
  letter-spacing: 2.4px;
  margin-top: 20px;
  padding: 0 30px;
}

.item-info .ib {
  display: inline-block;
}

.item-info .ib:after {
  content: ' / ';
}

.item-all {
  background-color: #3a4763;
  height: 100px;
  padding: 23px 0;
}

.item-all .linkBtn {
  background-color: #fff;
}

.desktop .item-all .linkBtn:hover {
  border-color: #fff;
}

.item-text {
  text-align: center;
  margin: 20px 44px;
}

.item-fluffy .item-info,
.item-tightly .item-info {
  margin-bottom: 40px;
}

.items-wrapper.close {
  height: 0;
  overflow: hidden;
}

.items-container {
  padding: 57px 0;
  border-bottom: 1px solid #969dac;
  width: 100%;
}

.items-container h2.items-title {
  font-family: "proxima-nova", "Proxima Nova", 'Noto Sans Japanese', -apple-system, "Droid Sans", Roboto, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, HelveticaNeue, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 43px;
  letter-spacing: 10px;
  text-align: center;
  margin-bottom: 10px;
}

.items-container.sale h2.items-title {
  font-size: 36px;
  letter-spacing: 5px;
}

.items-items {
  max-width: 1315px;
  margin: 0 auto;
  padding: 0 50px;
  font-size: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.items-item {
  font-size: 18px;
  display: inline-block;
  width: 31%;
  max-width: 426px;
  text-align: center;
  margin: 0 0.6%;
  padding: 0 0;
}

.items-item.slick-slide {
  width: 100%;
  max-width: none;
  margin: 0 0;
}

.items-item a {
  text-decoration: none;
  position: relative;
  display: block;
}

.desktop .items-item a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.desktop .items-item a:hover {
  opacity: 0.5;
}

.items-item a:focus {
  outline: none;
}

.items-item img {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}

.items-item p {
  margin: 0 0;
  letter-spacing: 2.4px;
}

.items-item p.item-name {
  color: #3a4763;
  min-height: 5em;
}

.items-item p.item-price {
  color: #616c82;
}

.items-item p.item-price.onsale {
  text-decoration: line-through;
  font-size: 16px;
}

.items-item p.item-saleprice {
  color: #616c82;
}

.item-fluffy a:before {
  background-color: #fceeec;
}

.item-tightly a:before {
  background-color: #eef5f0;
}

.item-fluffy a:after {
  background-color: #fceeec;
}

.item-tightly a:after {
  background-color: #eef5f0;
}

.item-other a:after {
  background-color: #fff;
}

.item-other a:after {
  background-color: #fff;
}

.items-items .slick-prev,
.items-items .slick-next {
  position: absolute;
  display: block;
  height: 100%;
  width: 50px;
  overflow: hidden;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0 0;
  border: none;
  outline: none;
  background-color: transparent;
  z-index: 10;
}

.items-items .slick-prev:focus,
.items-items .slick-next:focus {
  outline: none;
}

.items-items .slick-prev {
  left: 0;
}

.desktop .items-items .slick-prev svg {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0.5;
}

.desktop .items-items .slick-prev:hover svg {
  opacity: 1;
}

.items-items .slick-next {
  right: 0;
}

.desktop .items-items .slick-next svg {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.desktop .items-items .slick-next:hover svg {
  opacity: 1;
}

.items-items .slick-disabled {
  display: none !important;
}

@charset "UTF-8";

.guid {
  background-color: #f9f9fa;
}

.guid-container {
  width: 100%;
  max-width: 1315px;
  margin: 0 auto;
  padding: 67px 0 84px;
}

.guid h2.guid-title {
  font-family: "proxima-nova", "Proxima Nova", 'Noto Sans Japanese', -apple-system, "Droid Sans", Roboto, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, HelveticaNeue, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 100px;
}

.guid-items {
  width: 100%;
  text-align: center;
  font-size: 0;
  margin: 0 0 40px;
  padding: 0 0;
}

.guid-item {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  width: 22.6%;
  max-width: 298px;
  font-size: 16px;
  margin: 0 1.1%;
}

.guid-item a {
  text-decoration: none;
  color: #616c82;
}

.desktop .guid-item a:hover img {
  opacity: 0.5;
}

.guid-item img {
  display: block;
  margin: 0 auto 38px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.guid-item.guid3 img {
  margin-bottom: 18px;
}

.guid-item-title {
  font-size: 20px;
  letter-spacing: 3.33px;
  line-height: 26px;
  margin-bottom: 19px;
}

.guid-item-text {
  font-size: 14px;
  letter-spacing: 2.33px;
  line-height: 26px;
}

.guid-link {
  display: block;
  margin: 0 auto;
}

.linkBtnN {
  margin: 0 auto;
  display: block;
}

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

  body{
    min-height: 1px;
  }

  .container{
    padding-top: 104px;
  }
}

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

  body{
    min-height: 1px;
  }
}

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

  body{
    min-height: 1px;
  }

  .ft-item.ft0 .ft-item-box .img_box.to_fluffy .img_fluffy,
  .ft-item.ft0 .ft-item-box .img_box.to_tightly .img_fluffy,
  .ft-item.ft0 .ft-item-box .img_box.to_fluffy .img_tightly,
  .ft-item.ft0 .ft-item-box .img_box.to_tightly .img_tightly{
    top: 50%;
    width: 60%;
  }

  .desktop .ft-item.ft0 .ft-item-box .img_box.to_fluffy:hover .img_fluffy,
  .desktop .ft-item.ft0 .ft-item-box .img_box.to_tightly:hover .img_fluffy,
  .desktop .ft-item.ft0 .ft-item-box .img_box.to_fluffy:hover .img_tightly,
  .desktop .ft-item.ft0 .ft-item-box .img_box.to_tightly:hover .img_tightly{
    width: 68%;
    top: 48%;
  }
}

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

  body{
    min-height: 1px;
  }

  .ft-item.ft0 .ft-item-box .img_box.to_fluffy .img_fluffy,
  .ft-item.ft0 .ft-item-box .img_box.to_tightly .img_fluffy,
  .ft-item.ft0 .ft-item-box .img_box.to_fluffy .img_tightly,
  .ft-item.ft0 .ft-item-box .img_box.to_tightly .img_tightly{
    width: 70%;
  }

  .desktop .ft-item.ft0 .ft-item-box .img_box.to_fluffy:hover .img_fluffy,
  .desktop .ft-item.ft0 .ft-item-box .img_box.to_tightly:hover .img_fluffy,
  .desktop .ft-item.ft0 .ft-item-box .img_box.to_fluffy:hover .img_tightly,
  .desktop .ft-item.ft0 .ft-item-box .img_box.to_tightly:hover .img_tightly{
    width: 77%;
    top: 49%;
  }

  .ft-item.ft1 .ft-item-box .img_2_box img,
  .ft-item.ft2 .ft-item-box .img_2_box img,
  .ft-item.ft1 .ft-item-box .img_3_box img,
  .ft-item.ft2 .ft-item-box .img_3_box img{
    width: 20vw;
    display: block;
    margin: 0 auto 10px;
  }

  .ft-item.ft1 .ft-item-box .txt_main,
  .ft-item.ft2 .ft-item-box .txt_main{
    left: 0;
    width: 100%;
  }

  .guid-item-title{
    font-size: 17px;
    letter-spacing: 1.5px;
  }
}

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

  body{
    min-height: 1px;
  }

  .ecHeader-link a{
    line-height: 64px;
    background-position: 35px 24px;
  }

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

  .linkBtn.def{
    border-color: #3a4763;
    color: #3a4763;
  }

  .desktop .linkBtn.def:hover{
    border-color: #3a4763;
    color: #fff;
  }

  .linkBtn.def .linkBtn-svg-poly{
    stroke: #3a4763;
  }

  .linkBtn.def:hover .linkBtn-svg-poly{
    stroke: #fff;
  }

  .text-box p{
    font-size: 20px;
  }

  .text-box p .en{
    font-size: 22px;
  }

  .text-box p .spbr{
    display: block;
  }

  .ft-container{
    height: 650px;
  }

  .ft-item-box{
    height: 650px;
  }

  .ft-item-box .inner{
    height: 650px;
  }

  .ft-item-box .inner .ft_img_box{
    max-width: none;
  }

  .ft-item.ft0 .ft-item-box .img_box.to_fluffy .img_fluffy,
  .ft-item.ft0 .ft-item-box .img_box.to_tightly .img_fluffy,
  .ft-item.ft0 .ft-item-box .img_box.to_fluffy .img_tightly,
  .ft-item.ft0 .ft-item-box .img_box.to_tightly .img_tightly{
    top: 55%;
    width: 75%;
  }

  .desktop .ft-item.ft0 .ft-item-box .img_box.to_fluffy:hover .img_fluffy,
  .desktop .ft-item.ft0 .ft-item-box .img_box.to_tightly:hover .img_fluffy,
  .desktop .ft-item.ft0 .ft-item-box .img_box.to_fluffy:hover .img_tightly,
  .desktop .ft-item.ft0 .ft-item-box .img_box.to_tightly:hover .img_tightly{
    width: 80%;
    top: 54%;
  }

  .ft-item.ft0 .ft-item-box .ft-title{
    font-size: 30px;
    line-height: 40px;
  }

  .ft-item.ft0 .ft-item-box .ft-title .en{
    font-size: 32px;
  }

  .ft-item.ft0 .ft-item-box .ft-title .nopc{
    display: block;
  }

  .ft-item.ft0 .ft-item-box .ft-paragraph{
    bottom: 7%;
    padding: 0 21%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .ft-item.ft1 .ft-item-box .img_main,
  .ft-item.ft2 .ft-item-box .img_main{
    top: -20%;
    width: 100%;
    left: 0;
  }

  .ft-item.ft1 .ft-item-box .img_2_box,
  .ft-item.ft2 .ft-item-box .img_2_box,
  .ft-item.ft1 .ft-item-box .img_3_box,
  .ft-item.ft2 .ft-item-box .img_3_box{
    width: 50%;
    right: auto;
    top: auto;
    bottom: 4%;
  }

  .ft-item.ft1 .ft-item-box .img_2_box br,
  .ft-item.ft2 .ft-item-box .img_2_box br,
  .ft-item.ft1 .ft-item-box .img_3_box br,
  .ft-item.ft2 .ft-item-box .img_3_box br{
    display: block;
  }

  .ft-item.ft1 .ft-item-box .img_2_box img,
  .ft-item.ft2 .ft-item-box .img_2_box img,
  .ft-item.ft1 .ft-item-box .img_3_box img,
  .ft-item.ft2 .ft-item-box .img_3_box img{
    display: inline-block;
    width: 11vw;
    vertical-align: -140%;
  }

  .ft-item.ft1 .ft-item-box .img_2_box,
  .ft-item.ft2 .ft-item-box .img_2_box{
    left: 0;
  }

  .ft-item.ft1 .ft-item-box .img_3_box,
  .ft-item.ft2 .ft-item-box .img_3_box{
    left: 50%;
  }

  .ft-item.ft1 .ft-item-box p,
  .ft-item.ft2 .ft-item-box p{
    display: inline-block;
    text-align: left;
    font-size: 18px;
  }

  .ft-item.ft1 .ft-item-box .txt_main,
  .ft-item.ft2 .ft-item-box .txt_main{
    position: relative;
    top: 0;
    left: 0;
    bottom: auto;
    text-align: center;
    font-size: 22px;
    display: block;
  }

  .ft-item.ft1 .ft-item-box .ft-item-title-wrapper,
  .ft-item.ft2 .ft-item-box .ft-item-title-wrapper{
    padding-top: 50px;
  }

  .ft-item.ft1 .ft-item-box .ft-item-title-wrapper .ft-item-title,
  .ft-item.ft2 .ft-item-box .ft-item-title-wrapper .ft-item-title{
    margin: 0 auto;
    height: 40px;
  }

  .ft-item-box .inner{
    -webkit-background-size: 70% auto;
            background-size: 70% auto;
    background-position: center center;
  }

  .about-title{
    font-size: 34px;
  }

  .about-title .en{
    font-size: 36px;
  }

  .about-subtitle{
    font-size: 18px;
  }

  .about-paragraph{
    font-size: 14px;
  }

  .items-container h2.items-title{
    font-size: 36px;
  }

  .items-container.sale h2.items-title{
    font-size: 32px;
  }

  .items-item p.item-name{
    font-size: 16px;
    letter-spacing: 1px;
  }

  .msie11 .item-name,
  .msie_edge .item-name{
    font-size: 15px !important;
  }

  .guid-item{
    width: 40%;
    max-width: none;
    min-width: 230px;
    margin-bottom: 40px;
  }
}

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

  body{
    min-height: 1px;
  }

  .key-text-funwari{
    height: 4vw;
    top: 6.2%;
    right: 55.4%;
  }

  .key-text-shikkari{
    height: 4vw;
    top: 6.2%;
    left: 57.5%;
  }

  .key-logo{
    width: 80vw;
    left: 10vw;
    bottom: 10%;
  }

  .keySlide-sec{
    height: 112vw !important;
  }

  .keySlide-sec.key1{
    -webkit-background-size: auto 131%;
            background-size: auto 131%;
    background-position: center 81%;
  }

  .keySlide-sec.key2{
    -webkit-background-size: auto 131%;
            background-size: auto 131%;
    background-position: 54.2% 57.5%;
  }

  .text-box{
    padding: 60px 0;
  }

  .text-box p{
    font-size: 16px;
  }

  .text-box p .en{
    font-size: 18px;
  }

  .ft-container{
    height: 550px;
  }

  .ft-item-box{
    height: 550px;
  }

  .ft-item-box .inner{
    height: 550px;
  }

  .ft-item-box .inner .close{
    padding: 30px;
  }

  .ft-item-box .inner .close svg{
    width: 40px;
    height: 40px;
  }

  .ft-item.ft0 .ft-item-box .img_box.to_fluffy svg{
    margin-right: 10px;
  }

  .ft-item.ft0 .ft-item-box .img_box.to_tightly svg{
    margin-left: 10px;
  }

  .ft-item.ft0 .ft-item-box .img_box.to_fluffy .img_fluffy,
  .ft-item.ft0 .ft-item-box .img_box.to_tightly .img_fluffy,
  .ft-item.ft0 .ft-item-box .img_box.to_fluffy .img_tightly,
  .ft-item.ft0 .ft-item-box .img_box.to_tightly .img_tightly{
    top: 45%;
    width: 80%;
  }

  .ft-item.ft0 .ft-item-box .img_box.to_fluffy .arrow,
  .ft-item.ft0 .ft-item-box .img_box.to_tightly .arrow{
    top: auto;
    bottom: 7%;
  }

  .ft-item.ft0 .ft-item-box .img_box.to_fluffy svg,
  .ft-item.ft0 .ft-item-box .img_box.to_tightly svg{
    height: 40px;
    vertical-align: -24%;
  }

  .desktop .ft-item.ft0 .ft-item-box .img_box.to_fluffy:hover .img_fluffy,
  .desktop .ft-item.ft0 .ft-item-box .img_box.to_tightly:hover .img_fluffy,
  .desktop .ft-item.ft0 .ft-item-box .img_box.to_fluffy:hover .img_tightly,
  .desktop .ft-item.ft0 .ft-item-box .img_box.to_tightly:hover .img_tightly{
    width: 90%;
    top: 43%;
  }

  .ft-item.ft0 .ft-item-box .ft-title{
    bottom: auto;
    top: 20%;
    font-size: 26px;
    line-height: 30px;
  }

  .ft-item.ft0 .ft-item-box .ft-title .en{
    font-size: 28px;
  }

  .ft-item.ft0 .ft-item-box .ft-paragraph{
    bottom: auto;
    top: 60%;
    padding: 0 10%;
    font-size: 18px;
    line-height: 28px;
  }

  .ft-item.ft0 .ft-item-box .ft-paragraph br{
    display: none;
  }

  .ft-item.ft1 .ft-item-box .ft_img_boxs,
  .ft-item.ft2 .ft-item-box .ft_img_boxs{
    position: absolute;
    bottom: 50px;
    width: 100%;
  }

  .ft-item.ft1 .ft-item-box .img_2_box,
  .ft-item.ft2 .ft-item-box .img_2_box,
  .ft-item.ft1 .ft-item-box .img_3_box,
  .ft-item.ft2 .ft-item-box .img_3_box{
    position: static;
    width: auto;
    display: inline-block;
  }

  .ft-item.ft1 .ft-item-box p,
  .ft-item.ft2 .ft-item-box p{
    width: auto;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 21px;
    color: #616c82;
  }

  .ft-item.ft1 .ft-item-box .ft-item-title-wrapper .ft-item-title,
  .ft-item.ft2 .ft-item-box .ft-item-title-wrapper .ft-item-title{
    position: relative;
    top: 8%;
    left: auto;
    margin: 0 auto;
    height: 40px;
    width: auto;
    z-index: 10;
  }

  .ft-item.ft1 .ft-item-box .for_sp_to_fluffy,
  .ft-item.ft2 .ft-item-box .for_sp_to_fluffy,
  .ft-item.ft1 .ft-item-box .for_sp_to_tightly,
  .ft-item.ft2 .ft-item-box .for_sp_to_tightly{
    display: block;
    position: absolute;
    bottom: 5%;
    text-align: center;
    font-size: 22px;
    letter-spacing: 2.75px;
    color: #fff;
    font-weight: 400;
    width: 100%;
  }

  .ft-item.ft1 .ft-item-box .for_sp_to_fluffy svg,
  .ft-item.ft2 .ft-item-box .for_sp_to_fluffy svg,
  .ft-item.ft1 .ft-item-box .for_sp_to_tightly svg,
  .ft-item.ft2 .ft-item-box .for_sp_to_tightly svg{
    vertical-align: -19%;
    width: 12px;
    height: auto;
  }

  .ft-item-box .inner{
    -webkit-background-size: 90% auto;
            background-size: 90% auto;
    background-position: center 40%;
  }

  section.about{
    padding-bottom: 50px;
  }

  .about-title{
    font-size: 28px;
    margin: 60px 0 40px;
  }

  .about-title .en{
    font-size: 30px;
  }

  .about-text{
    font-size: 14px;
  }

  .about-text .en{
    font-size: 16px;
  }

  .about-container{
    display: block;
    margin: 0 0;
    padding: 0 0;
  }

  .about-content{
    width: 100%;
    margin: 0 0 30px;
  }

  .about-img{
    width: 50%;
    margin: 0 auto;
  }

  .items-title{
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    letter-spacing: 5.58px;
  }

  .item-container{
    padding: 30px 0 40px;
  }

  .item-title{
    font-size: 20px;
    letter-spacing: 4.65px;
  }

  .item-info{
    font-size: 14px;
    letter-spacing: 1.87px;
  }

  .item-all{
    height: 46px;
    padding: 27px 0;
  }

  .item-all .linkBtn{
    height: 46px;
    margin: 0 auto;
  }

  .item-text{
    font-size: 14px;
  }

  .item-fluffy .item-info,
  .item-tightly .item-info{
    margin-bottom: 20px;
  }

  .item-fluffy .items-item img,
  .item-tightly .items-item img{
    margin-top: 0;
  }

  .items-item img{
    margin-top: -40px;
    margin-bottom: -10px;
  }

  .items-items .slick-prev,
  .items-items .slick-next{
    width: 30px;
  }

  .items-items .slick-prev svg,
  .items-items .slick-next svg{
    width: 12px;
    height: 24px;
  }
}

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

  body{
    min-height: 1px;
  }

  .items-container h2.items-title{
    font-size: 28px;
    letter-spacing: 5.11px;
  }

  .items-container.sale h2.items-title{
    font-size: 24px;
    letter-spacing: 2px;
  }
}

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

  body{
    min-height: 1px;
  }

  .ecHeader{
    height: 53px;
  }

  .ecHeader-link a{
    background-position: 22px 20px;
    line-height: 55px;
    padding-left: 38px;
  }

  .ecHeader-link-title{
    font-size: 15px;
    letter-spacing: 1.62px;
    margin-right: 10px;
  }

  .ecHeader-link-text{
    font-size: 15px;
    letter-spacing: 1.73px;
  }

  .text-box{
    padding: 41px 0;
  }

  .text-box p{
    font-size: 13px;
    letter-spacing: 0;
  }

  .text-box p .en{
    font-size: 15px;
    display: inline-block;
  }

  .slick-dots{
    bottom: 15px;
  }

  .ft-container{
    height: 440px;
  }

  .ft-items{
    margin-bottom: 0px;
  }

  .ft-item-box{
    height: 440px;
  }

  .ft-item-box .inner{
    max-width: 100%;
    height: 440px;
  }

  .ft-item-box .inner .close{
    display: none;
  }

  .ft-item.ft0 .ft-item-box .img_box.to_fluffy svg{
    margin-right: 10px;
  }

  .ft-item.ft0 .ft-item-box .img_box.to_tightly svg{
    margin-left: 10px;
  }

  .ft-item.ft0 .ft-item-box .img_box.to_fluffy .img_fluffy,
  .ft-item.ft0 .ft-item-box .img_box.to_tightly .img_fluffy,
  .ft-item.ft0 .ft-item-box .img_box.to_fluffy .img_tightly,
  .ft-item.ft0 .ft-item-box .img_box.to_tightly .img_tightly{
    width: 100%;
    top: 40%;
  }

  .ft-item.ft0 .ft-item-box .img_box.to_fluffy .arrow,
  .ft-item.ft0 .ft-item-box .img_box.to_tightly .arrow{
    top: auto;
    bottom: 8%;
    font-size: 22px;
    letter-spacing: 2.75px;
  }

  .ft-item.ft0 .ft-item-box .img_box.to_fluffy svg,
  .ft-item.ft0 .ft-item-box .img_box.to_tightly svg{
    height: 30px;
    vertical-align: -40%;
  }

  .desktop .ft-item.ft0 .ft-item-box .img_box.to_fluffy:hover .img_fluffy,
  .desktop .ft-item.ft0 .ft-item-box .img_box.to_tightly:hover .img_fluffy,
  .desktop .ft-item.ft0 .ft-item-box .img_box.to_fluffy:hover .img_tightly,
  .desktop .ft-item.ft0 .ft-item-box .img_box.to_tightly:hover .img_tightly{
    width: 100%;
    top: 40%;
  }

  .ft-item.ft0 .ft-item-box .ft-title{
    top: 15%;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 33px;
  }

  .ft-item.ft0 .ft-item-box .ft-title .en{
    font-size: 24px;
  }

  .ft-item.ft0 .ft-item-box .ft-paragraph{
    top: 57.4%;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 21px;
    padding: 0 35px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .ft-item.ft1 .ft-item-box .img_main,
  .ft-item.ft2 .ft-item-box .img_main{
    top: -4%;
  }

  .ft-item.ft1 .ft-item-box .img_2_box,
  .ft-item.ft2 .ft-item-box .img_2_box,
  .ft-item.ft1 .ft-item-box .img_3_box,
  .ft-item.ft2 .ft-item-box .img_3_box{
    width: 100%;
  }

  .ft-item.ft1 .ft-item-box .img_2_box img,
  .ft-item.ft2 .ft-item-box .img_2_box img,
  .ft-item.ft1 .ft-item-box .img_3_box img,
  .ft-item.ft2 .ft-item-box .img_3_box img{
    display: inline-block;
    width: 14vw;
    vertical-align: -90%;
    margin-right: 5px;
  }

  .ft-item.ft1 .ft-item-box .img_2_box,
  .ft-item.ft2 .ft-item-box .img_2_box{
    bottom: auto;
    top: 55%;
  }

  .ft-item.ft1 .ft-item-box .img_3_box,
  .ft-item.ft2 .ft-item-box .img_3_box{
    left: 0;
    bottom: auto;
    top: 71%;
  }

  .ft-item.ft1 .ft-item-box .txt_main,
  .ft-item.ft2 .ft-item-box .txt_main{
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 14px;
    letter-spacing: 1.87px;
    line-height: 26px;
    margin-top: 10px;
  }

  .ft-item.ft1 .ft-item-box .ft-item-title-wrapper,
  .ft-item.ft2 .ft-item-box .ft-item-title-wrapper{
    padding-top: 28px;
  }

  .ft-item.ft1 .ft-item-box .ft-item-title-wrapper .ft-item-title,
  .ft-item.ft2 .ft-item-box .ft-item-title-wrapper .ft-item-title{
    position: static;
    height: 29px;
    margin: 0 auto;
  }

  .ft-item.ft1 .ft-item-box .for_sp_to_fluffy,
  .ft-item.ft2 .ft-item-box .for_sp_to_fluffy,
  .ft-item.ft1 .ft-item-box .for_sp_to_tightly,
  .ft-item.ft2 .ft-item-box .for_sp_to_tightly{
    bottom: 0;
    font-size: 16px;
    padding: 10px 0 22px;
  }

  .ft-item.ft1 .ft-item-box .for_sp_to_fluffy svg{
    margin-left: 20px;
  }

  .ft-item.ft2 .ft-item-box p{
    width: 63vw;
  }

  .ft-item.ft2 .ft-item-box .for_sp_to_tightly svg{
    margin-right: 20px;
  }

  .ft-item-box .inner{
    -webkit-background-size: 95% auto;
            background-size: 95% auto;
    background-position: center 0;
  }

  .about-title{
    font-size: 21px;
    letter-spacing: 2.75px;
    line-height: 33px;
    margin: 40px 0 20px;
  }

  .about-title .en{
    font-size: 24px;
  }

  .about-text{
    font-size: 12px;
    padding: 0 10px;
    text-align: left;
    letter-spacing: 0;
  }

  .about-text .ib{
    display: inline;
  }

  .about-text .en{
    font-size: 14px;
  }

  .about-content{
    width: 100%;
    margin: 0 0 30px;
  }

  .about-img{
    width: 52%;
  }

  .about-subtitle{
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 36px;
    margin: 10px 0;
  }

  .about-paragraph{
    font-size: 13px;
    line-height: 21px;
  }

  .item-text{
    font-size: 12px;
  }

  .items-container{
    padding-top: 33px;
  }

  .items-container h2.items-title{
    font-size: 22px;
  }

  .items-container.sale h2.items-title{
    font-size: 18px;
  }

  .items-items{
    padding: 0 20px;
  }

  .items-item p.item-name{
    font-size: 14px;
    letter-spacing: 1.87px;
  }

  .items-item p.item-price{
    font-size: 14px;
    letter-spacing: 1.87px;
  }

  .items-item p.item-saleprice{
    font-size: 14px;
    letter-spacing: 1.87px;
  }

  .guid-container{
    padding: 45px 0 50px;
  }

  .guid h2.guid-title{
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 38px;
  }

  .guid-item{
    display: block;
    width: calc(100% - 40px);
    min-width: none;
    margin: 0 auto;
    text-align: left;
    border-top: 1px solid #c6cad1;
  }

  .guid-item:last-child{
    border-bottom: 1px solid #c6cad1;
  }

  .guid-item a{
    display: block;
    background-image: url("../img/svg/angle_n.svg");
    background-repeat: no-repeat;
    background-position: right 33px;
    -webkit-background-size: 8px 13px;
            background-size: 8px 13px;
  }

  .guid-item img{
    display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    margin: 10px 5px 10px 0;
  }

  .guid-item-title{
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1.33px;
  }

  .guid-item-text{
    display: none;
  }
}

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

  body{
    min-height: 1px;
  }

  .ft-container{
    height: 375px;
  }

  .ft-item-box{
    height: 375px;
  }

  .ft-item-box .inner{
    height: 375px;
  }

  .ft-item.ft0 .ft-item-box .img_box.to_fluffy .arrow,
  .ft-item.ft0 .ft-item-box .img_box.to_tightly .arrow{
    font-size: 18px;
  }

  .ft-item.ft0 .ft-item-box .ft-title{
    letter-spacing: 1px;
    top: 15%;
    line-height: 28px;
  }

  .ft-item.ft0 .ft-item-box .ft-paragraph{
    top: 57.5%;
    font-size: 11px;
    line-height: 18px;
    padding: 0 30px;
  }

  .ft-item.ft1 .ft-item-box p,
  .ft-item.ft2 .ft-item-box p{
    font-size: 11px;
  }

  .ft-item.ft1 .ft-item-box .txt_main,
  .ft-item.ft2 .ft-item-box .txt_main{
    margin-top: 5px;
    font-size: 12px;
  }

  .ft-item.ft1 .ft-item-box .ft-item-title-wrapper .ft-item-title,
  .ft-item.ft2 .ft-item-box .ft-item-title-wrapper .ft-item-title{
    height: 24px;
  }

  .ft-item.ft1 .ft-item-box .for_sp_to_fluffy,
  .ft-item.ft2 .ft-item-box .for_sp_to_fluffy,
  .ft-item.ft1 .ft-item-box .for_sp_to_tightly,
  .ft-item.ft2 .ft-item-box .for_sp_to_tightly{
    padding: 10px 0 17px;
    font-size: 14px;
  }

  .ft-item.ft1 .ft-item-box .for_sp_to_fluffy svg,
  .ft-item.ft2 .ft-item-box .for_sp_to_fluffy svg,
  .ft-item.ft1 .ft-item-box .for_sp_to_tightly svg,
  .ft-item.ft2 .ft-item-box .for_sp_to_tightly svg{
    width: 9px;
    vertical-align: middle;
  }

  .about-text{
    padding: 0 20px;
    letter-spacing: 1.3px;
  }

  .about-text br{
    display: none;
  }

  .item-info .ib{
    display: block;
  }

  .item-info .ib:after{
    content: '';
  }

  .item-price{
    display: block;
    color: #616c82;
  }
}

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

  .ecHeader-link a{
    background-position: 9px 20px;
    padding-left: 25px;
  }

  .ecHeader-link-title{
    font-size: 14px;
  }

  .ecHeader-link-text{
    font-size: 13px;
  }
}

@media all and (-ms-high-contrast: none){

  *::-ms-backdrop,
  .slick-track{
    width: 300vw !important;
  }
}

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

  .guid-item a{
    background-position: right 20px;
  }

  .guid-item img{
    width: 30px;
    height: 30px;
  }
}

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

  .guid-item-text{
    font-size: 12px;
  }
}