

.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("../../images/common/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;

# for PAINT
#  color: #fff;
#  color: #352c2c;

# for PAINT
#  background-image: url("../../images/common/svg/angle.svg");
#  background-image: url("../../images/common/svg/angle_n.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);

# for PAINT
#  border: 1px solid #fff;

#  border: 1px solid #352c2c;
#  -webkit-box-sizing: border-box;
#          box-sizing: border-box;
#  -webkit-transition: all 0.3s ease;
#  transition: all 0.3s ease;
}
.linkBtn.bgw {
  background-color: #fff;
}

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

.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("../../images/common/svg/angle_n.svg");
}

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

.keySlide-sec {
  position: relative;
  background: url("/jp/common/img/ec/makinomiya_sp_sp.jpg") no-repeat top center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}

.keyContent-title {
  position: absolute;
  top: 28%;
  left: 0;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 8.62px;
  width: 100%;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.keyContent-text {
  position: absolute;
  top: 55%;
  left: 0;
  font-size: 33px;
  line-height: 1;
  letter-spacing: 3.55px;
  width: 100%;
  text-align: center;
}

.keyContent-text img.keylogo {
  vertical-align: top;
  display: inline-block !important;
}

.keyContent-btn {
  margin-top: 10px;
  font-size: 16px;
  position: absolute;
  top: 80%;
  left: calc(50% - 100px);
  width: 200px;
}

.key-container {
  opacity: 0;
}

.key img.keyimg {
  width: 100%;
}

.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%;
  max-height: 780px;
  overflow: hidden;
  min-height: 1px;
  display: none;
}

[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";

.feature {
  position: relative;
  background-color: #fff;
}

.feature-container {
  width: 100%;
  max-width: 1315px;
  margin: 0 auto;
  padding: 40px 0;
}

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

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

.feature-item img {
  display: block;
  width: 100%;
}

.feature-item a {
  display: inline-block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.desktop .feature-item a:hover {
  opacity: 0.7;
}

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

.feature-men {
  display: none;
}

.shouhinlist-link {
  display: block;
  margin: 24px auto 0 auto;
}

@charset "UTF-8";

.search-container {
  padding: 80px 20px 70px;
  background-color: #1a262a;
}

.search-form {
  width: 100%;
  display: block;
  border-bottom: 1px solid #3b464b;
  padding-bottom: 12px;
  margin-bottom: 23px;
}

.search-form .inner {
  max-width: 1315px;
  margin: 0 auto;
}

.search-input {
  color: #fff;
  background-color: transparent;
  border: none;
  border-left: 1px solid #979797;
  font-size: 36px;
  letter-spacing: -0.82;
  max-width: 1084px;
  width: 100%;
  height: 90px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  border-radius: 0;
}

.search-input:focus {
  outline: none;
}

.search-input-label {
  position: relative;
  display: inline-block;
  margin-right: 28px;
  width: calc(100% - 201px - 40px);
}

.search-input-label:after {
  content: '';
  display: block;
  width: 24px;
  height: 50px;
  background: url("/jp/common/img/ec/search-angle.svg") no-repeat 0 0;
  -webkit-background-size: 24px 50px;
          background-size: 24px 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 0;
}

.search-link {
  width: 201px;
  vertical-align: super;
}

.search-notice {
  font-size: 20px;
  letter-spacing: -0.53px;
  display: block;
  width: 100%;
  max-width: 1315px;
  margin: 0 auto;
  color: #929899;
}

.search-notice .forSp {
  display: none;
}

@charset "UTF-8";

.gender-select {
  width: 100%;
  height: 115px;
  background-color: #f9f9fa;
}

.gender-select .inner {
  width: 100%;
  padding: 17px 20px 0;
  max-width: 1315px;
  margin: 0 auto;
  height: 115px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gender-select .inner div {
  color: #8f9596;
  font-size: 40px;
  width: 180px;
  height: 98px;
  line-height: 98px;
  display: inline-block;
  margin-right: 30px;
  text-align: center;
  position: relative;
  cursor: pointer;
  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;
}

.desktop .gender-select .inner div:hover {
  color: #e1002b;
}

.gender-select .inner div:after {
  content: '';
  width: 100%;
  margin: 0 auto;
  height: 7px;
  display: block;
  background-color: #e1002b;
  position: absolute;
  bottom: 0;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.gender-select .inner div.active,
.desktop .gender-select .inner div:hover {
  color: #e1002b;
}

.gender-select .inner div.active:after,
.desktop .gender-select .inner div:hover:after {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.desktop .gender-select .inner div.active:after,
.desktop .desktop .gender-select .inner div:hover:after {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

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

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

.items-item a {
  text-decoration: none;
}

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

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

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

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

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

.ranking h2.items-title {
  margin-bottom: 0;
}

.ranking .last-update {
  text-align: center;
  margin-bottom: 10px;
}

.ranking .items-item a {
  display: block;
  position: relative;
}

.ranking .items-item a:after {
  display: block;
  width: 67px;
  height: 29px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.ranking .items-item.no1 a:after {
  content: url("/jp/common/img/ec/mk_no1.png");
}

.ranking .items-item.no2 a:after {
  content: url("/jp/common/img/ec/mk_no2.png");
}

.ranking .items-item.no3 a:after {
  content: url("/jp/common/img/ec/mk_no3.png");
}

.ranking .items-item.no4 a:after {
  content: url("/jp/common/img/ec/mk_no4.png");
}

.ranking .items-item.no5 a:after {
  content: url("/jp/common/img/ec/mk_no5.png");
}

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

@charset "UTF-8";

.tile-container {
  margin: 0 0;
  padding: 0 0;
  font-size: 0;
  width: 100%;
  display: block;
  background-color: #f9f9fa;
}

.tile-container li {
#  font-size: 16px;
#  display: inline-block;
#  list-style: none;
#  margin: 0 0;
#  padding: 0 0;
#  vertical-align: top;
#  width: 49.9%;
#  -webkit-box-sizing: border-box;
#          box-sizing: border-box;
}

.tile-container li.tile-big {
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.tile-container li.tile-big a {
  display: block;
  color: #3a4763;
  text-decoration: none;
  padding-top: 69px;
  padding-bottom: 90px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.desktop .tile-container li.tile-big a:hover .img-container {
  opacity: 0.7;
}

.tile-container li.tile-big h2.tile-title {
  text-align: center;
  font-size: 43px;
  letter-spacing: 5.97px;
  line-height: 52px;
  margin-bottom: 70px;
}

.tile-container li.tile-big .inner {
  width: 69%;
  max-width: 620px;
  margin: 0 auto;
}

.tile-container li.tile-big .inner .img-container {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.tile-container li.tile-big .tile-box {
  padding: 60px 0;
  background-color: #fff;
  height: 316px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tile-container li.tile-big .tile-box .subtitle {
  font-size: 20px;
  color: #616c82;
  letter-spacing: -0.4px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 0px;
  height: 90px;
  padding: 0 20px;
}

.tile-container li.tile-big .tile-box .subtitle span {
  display: inline-block;
}

.tile-container li.tile-big .tile-box .date {
  text-align: center;
  font-size: 18px;
  color: #d3d6db;
  letter-spacing: 3px;
  line-height: 26px;
}

.tile-container li.tile-big .tile-box .date:before {
  content: '';
  display: block;
  width: 38px;
  height: 2px;
  background-color: #616c82;
  margin: 30px auto;
}
/*
.tile-container li.tile-weekly {
  background-image: url("/jp/common/img/ec/weekly_bg.jpg");
}

.tile-container li.tile-snap {
  background-image: url("/jp/common/img/ec/snap_bg.jpg");
}
*/
.half-tile-container {
  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;
}

.half-tile-container.half-tile2 {
  border-bottom: 1px solid #d3d6db;
}

.half-tile-container 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%;
}

.half-tile-container li a {
  display: block;
  width: 100%;
}

.desktop .half-tile-container li a:hover img {
  opacity: 0.7;
}

.half-tile-container li img {
  width: 100%;
}

.half-tile-container li.tile-box-small .text-wrapper {
  width: 100%;
  height: auto;
}

.half-tile-container li.tile-box-small .subtitle {
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 26px;
  margin-bottom: 17px;
}

.half-tile-container li.tile-box-small .text {
  font-size: 16px;
  letter-spacing: 2.67px;
  line-height: 26px;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #616c82;
}

@charset "UTF-8";

.information {
  background-color: #f9f9fa;
}

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

.information-items {
  text-align: center;
  font-size: 0;
  margin: 0 0 63px;
  padding: 0 0;
}

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

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

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

.information-item img {
  display: block;
  width: 57px;
  height: 57px;
  margin: 0 auto 18px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.information-item-title {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 36px;
  margin-bottom: 19px;
  font-weight: 400;
}

.information .info-text {
  width: 96%;
  max-width: 1315px;
  margin: 0 auto;
  padding: 0 0;
  font-size: 0;
}

.information .info-text li {
  display: inline-block;
  width: 48.7%;
  height: 280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  margin: 0 0 30px;
  padding: 24px 24px;
  border: 14px solid #d3d6db;
  font-size: 18px;
}

.information .info-text li:nth-child(odd) {
  margin-right: 30px;
}

.information .info-text-title {
  font-size: 14.5px;
  letter-spacing: 2px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 22px;
}

.information .info-text p {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 24px;
}

.information .info-text a {
  color: #3a4763;
  text-decoration: none;
  cursor: text;
}

.msie10 .linkBtn {
  -webkit-background-size: auto 13px;
          background-size: auto 13px;
}

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

.msie9 .half-tile-container {
  font-size: 0;
}

.msie9 .half-tile-container li {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  height: 18.15vw;
}

.msie9 .half-tile-container li img {
  display: block;
}

.msie9 .text-wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ver2.gender-select .inner {
  max-width: none;
}

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

  body{
    min-height: 1px;
  }

  .keyContent-title{
    font-size: 60px;
  }

  .keyContent-text{
    font-size: 22px;
  }

  .keyContent-text img.keylogo{
    width: 60px;
    height: auto;
    vertical-align: -8%;
  }

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

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

  .half-tile-container li.tile-box-small .subtitle{
    font-size: 20px;
    letter-spacing: 3px;
  }

  .half-tile-container li.tile-box-small .text{
    font-size: 14px;
    letter-spacing: 1px;
  }

  .information-item-title{
    font-size: 18px;
    letter-spacing: 1px;
  }

  .information .info-text li{
    width: 49.4%;
    padding: 15px 15px;
    height: 300px;
  }

  .information .info-text li:nth-child(odd){
    margin-right: 1%;
  }

  .information .info-text-title{
    font-size: 14px;
    letter-spacing: -0.3px;
    margin-bottom: 18px;
  }
}

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

  body{
    min-height: 1px;
  }

  .keyContent-title{
    top: 30%;
  }

  .keyContent-text{
    top: 60%;
  }
}

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

  body{
    min-height: 1px;
  }
}

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

  body{
    min-height: 1px;
  }
}

@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;
  }

  .keyContent-title{
    font-size: 48px;
    letter-spacing: 5px;
  }

  .keyContent-text{
    top: 58%;
  }

  .keyContent-btn{
    top: 80%;
    margin-top: 4px;
    display: none;
  }

  .search-input{
    font-size: 24px;
  }

  .gender-select{
    height: 92px;
  }

  .gender-select .inner{
    height: 92px;
  }

  .gender-select .inner div{
    font-size: 36px;
    height: 74px;
    line-height: 74px;
  }

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

  .tile-container li.tile-big h2.tile-title{
    font-size: calc((43px + 22px) / 2);
    letter-spacing: calc((5.97px + 3.06px) / 2);
    margin-bottom: 52px;
  }

  .tile-container li.tile-big .inner{
    width: calc(100% - 40px);
  }

  .tile-container li.tile-big .tile-box .subtitle{
    height: auto;
    margin-bottom: 30px;
  }

  .half-tile-container{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .half-tile-container.half-tile2 li:nth-child(1){
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .half-tile-container.half-tile2 li:nth-child(2){
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .half-tile-container.half-tile2 li:nth-child(3){
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .half-tile-container.half-tile2 li:nth-child(4){
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .half-tile-container li{
    width: 50%;
  }

  .half-tile-container li:nth-child(1){
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .half-tile-container li:nth-child(2){
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .half-tile-container li:nth-child(3){
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .half-tile-container li:nth-child(4){
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .information-item{
    width: 30%;
  }

  .information .info-text li{
    width: calc(100% - 40px);
    display: block;
    margin: 0 auto 30px;
    height: auto;
  }

  .information .info-text li:nth-child(odd){
    margin-right: auto;
  }

  .msie9 .half-tile-container li{
    width: 50%;
    height: 36.3vw;
  }
}

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

  body{
    min-height: 1px;
  }
}

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

  body{
    min-height: 1px;
  }

.container {
/*帯バナー*/
  margin-top: 75px;
}

/*  .keySlide-sec{
    #height: calc(100vw / 640 * 800);
    height: calc(100vw / 640 * 273);
  }
*/
  .keyContent-text{
    top: 58%;
    font-size: 18px;
    letter-spacing: 2px;
  }

  .keyContent-text img.keylogo{
    width: 50px;
    vertical-align: -20%;
  }

  .key img.keyimg{
    /*display: none;*/
    opacity:0;
  }

  .search-container{
    padding: 36px 0px 106px;
    position: relative;
  }

  .search-form{
    margin-bottom: 10px;
  }

  .search-form .inner{
    padding: 0 20px;
  }

  .search-input{
    font-size: 18px;
    height: 40px;
    padding: 10px;
    width: 100%;
  }

  .search-input-label{
    width: 100%;
    margin-right: 0;
  }

  .search-input-label:after{
    width: 12px;
    height: 25px;
    -webkit-background-size: 12px 25px;
            background-size: 12px 25px;
    margin-top: -14px;
  }

  .search-link{
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -100px;
  }

  .search-notice{
    font-size: 12px;
    padding-left: 20px;
    margin: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .gender-select{
    height: 67px;
  }

  .gender-select .inner{
    padding: 0 20px;
    height: 67px;
    font-size: 0;
  }

  .gender-select .inner div{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 49%;
    max-width: 180px;
    height: 67px;
    line-height: 80px;
    padding: 0 20px;
    font-size: 24px;
    margin-right: 0;
  }

  .gender-select .inner div:after{
    left: 0;
    height: 4px;
  }

  .ranking .items-item a:after{
    top: 8px;
    left: 8px;
  }
}

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

  body{
    min-height: 1px;
  }

  .keyContent-title{
    top: 35%;
    font-size: 32px;
  }

  .keyContent-text{
    top: 68%;
    font-size: 18px;
    letter-spacing: 2px;
  }

  .feature-item{
    width: 47%;
    margin-bottom: 20px;
    max-width: none;
  }

  .search-notice .forPc{
    display: none;
  }

  .search-notice .forSp{
    display: inline;
  }

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

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

  .tile-container li{
#    width: 100%;
  }

  .tile-container li.tile-big a{
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .tile-container li.tile-big h2.tile-title{
    font-size: 22px;
    letter-spacing: 3.06px;
    line-height: 26px;
    margin-bottom: 36px;
  }

  .tile-container li.tile-big .inner{
    width: calc(100% - 40px);
  }

  .tile-container li.tile-big .tile-box{
    height: auto;
    padding: 34px 0;
  }

  .tile-container li.tile-big .tile-box .subtitle{
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 32px;
  }

  .tile-container li.tile-big .tile-box .date{
    font-size: 14px;
    letter-spacing: 2.33px;
    margin-bottom: 0;
  }

  .half-tile-container{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .half-tile-container.half-tile2 li:nth-child(1){
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .half-tile-container.half-tile2 li:nth-child(2){
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .half-tile-container.half-tile2 li:nth-child(3){
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .half-tile-container.half-tile2 li:nth-child(4){
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .half-tile-container li{
    width: 100%;
  }

  .half-tile-container li:nth-child(1){
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .half-tile-container li:nth-child(2){
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .half-tile-container li:nth-child(3){
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .half-tile-container li:nth-child(4){
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .half-tile-container li.tile-box-small .text-wrapper{
    padding: 50px 0;
  }

  .half-tile-container li.tile-box-small .subtitle{
    color: #616c82;
    font-size: 18px;
  }

  .half-tile-container li.tile-box-small .subtitle:after{
    content: '';
    display: block;
    width: 38px;
    height: 2px;
    background-color: #616c82;
    margin: 20px auto;
  }

  .information-container{
    padding: 26px 0 30px;
  }

  .information-items{
    margin-bottom: 0;
  }

  .information-item{
    display: block;
    max-width: none;
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: left;
  }

  .information-item img{
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin: 10px 20px 10px 0;
  }

  .information-item-title{
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1.3px;
    width: 70%;
    vertical-align: middle;
    margin-bottom: 0;
  }

  .information-item-title br{
    display: none;
  }

  .information .info-text{
    display: none;
  }

  .msie9 .half-tile-container li{
    width: 100%;
    height: 72.6vw;
    display: block;
  }

  .msie9 .text-wrapper{
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .msie9 .half-tile-container li.tile-box-small{
    height: auto;
    padding: 20px 0;
  }
}

@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;
  }

  .keyContent-title{
    top: 30%;
    font-size: 24px;
    letter-spacing: 2.58px;
    line-height: 30px;
  }

  .keyContent-text{
    top: 68%;
    font-size: 10px;
    letter-spacing: 1.08px;
  }

  .keyContent-text img.keylogo{
    width: 30px;
    vertical-align: -5%;
  }

  .slick-dots{
    bottom: 15px;
  }

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

  .feature-item{
    width: 45%;
  }

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

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

  .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("../../images/common/svg/angle_n.svg");
    background-repeat: no-repeat;
    background-position: right 42px;
    -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;
    width: 70%;
    vertical-align: middle;
    margin-bottom: 0;
      }

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

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

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

@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 screen and (max-width: 320px){

  .keyContent-title{
    font-size: 20px;
    letter-spacing: 1.5px;
  }

  .keyContent-text{
    font-size: 9px;
    letter-spacing: 0;
  }

  .keyContent-text img.keylogo{
    width: 25px;
    vertical-align: -2%;
  }

  .search-input{
    font-size: 16px;
  }

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

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

  .tile-container li.tile-big .tile-box .subtitle{
    font-size: 15px;
  }

  .information-item img{
    margin: 10px 10px 10px 0;
  }
}

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

  .information-item-title{
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}
