@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Work+Sans");

a, a img {
  transition-duration: 0.5s;
}
a:hover, a img:hover {
  transition-duration: 0.5s;
}
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes auto-fade_kf {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Utility */
.u-none {
  display: none;
}
@media screen and (min-width: 980px) {
  .u-md-block {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .u-sm-block {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .u-sm-inline {
    display: inline;
  }
}
@media screen and (min-width: 980px) {
  .u-md-inline {
    display: inline;
  }
}
.u-table {
  display: table;
}
@media screen and (min-width: 980px) {
  .u-md-table {
    display: table;
  }
}
@media screen and (min-width: 480px) {
  .u-xs-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-sm-none {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .u-md-none {
    display: none;
  }
}

/* PageDesign */
body {
  overflow-x: hidden;
}
.p-main h2 {
  margin: 0;
}
.p-main h2 img {
  width: 100%;
}
.p-main h3 {
  margin: 0 0 6%;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.5em;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.08em;
}
.p-main h3 span {
  color: #98d12b;
  font-size: 1.1em;
}
@media screen and (min-width: 980px) {
  .p-main h3 {
    font-size: 2.15em;
    margin: 0 0 3.5%;
  }
}
.contents_wrap {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 11%;
  color: #4a4a4a;
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.8em;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 980px) {
  .contents_wrap {
    text-align: center;
    font-size: 15px;
  }
}
.contents_wrap p {
  margin: 3% 0 3%;
}
.contents_wrap.lead_area {
  margin: 10% auto 10%;
}
.lead_area p {
  margin: 0 auto 0;
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  letter-spacing: 0.05em;
  line-height: 1.9em;
}
.lead_area p span {
  color: #98d12b;
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  .contents_wrap.lead_area {
    margin: 6% auto 5%;
  }
  .lead_area p {
    font-size: 1.35em;
  }
}
.contents_wrap.item_detail {
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 10%;
  padding: 10% 0 0;
  background: #f5f5f5;
}
.contents_wrap .item_detail_inner {
  width: 95%;
  max-width: 1170px;
  margin: 0 auto;
}
.item_detail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
.item_detail li {
  width: 80%;
  margin: 0 auto 10%;
}
.item_detail li .point_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
  margin: 3% 0 0;
}
.item_detail li .point_text h4 {
  width: 20%;
  margin: 1% 0 0;
  text-align: center;
}
.item_detail li .point_text p {
  width: 75%;
  margin: 0;
  text-align: left;
  line-height: 1.8em;
}
@media screen and (min-width: 980px) {
  .contents_wrap.item_detail {
    padding: 5% 0;
  }
  .item_detail li {
    width: 48%;
    max-width: 560px;
    margin: 0 0 5%;
  }
  .item_detail li .point_text p {
    width: 80%;
  }
}
.contents_wrap.variation ul {
  width: 70%;
  margin: 8% auto;
  display: flex;
  justify-content: space-between;
}
.contents_wrap.variation ul li {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents_wrap.variation ul {
    width: 100%;
    margin: 0 auto;
  }
  .contents_wrap.variation ul li {
    width: 30%;
    max-width: 300px;
  }
}
.contents_wrap.variation ul li a {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.2em;
  color: #4a4a4a;
}
.contents_wrap.variation ul li a:hover {
  text-decoration: none;
}
.contents_wrap.variation ul li a span {
  display: block;
  margin-top: 5%;
}
.contents_wrap.variation ul li a span:hover {
  opacity: .7;
}
@media screen and (min-width: 980px) {
  .contents_wrap.variation ul li a {
    font-size: 1.45em;
  }
}
.contents_wrap.lineup ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.contents_wrap.lineup ul li {
  width: 48%;
  max-width: 470px;
}
.contents_wrap.lineup ul li .item_img {
  position: relative;
}
.contents_wrap.lineup ul li .web_icon:after{
  content: '';
  display: block;
  position: absolute;
  top: -6%;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url(//ds-assets.store-image.jp/e-look.jp/2021/koret/2021ss_web_limited_pants/web_icon.png);
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .contents_wrap.lineup ul li .web_icon:after {
    width: 90px;
    height: 90px;
  }
}
@media screen and (min-width: 980px) {
  .contents_wrap.lineup ul li .web_icon:after {
    width: 130px;
    height: 130px;
  }
}
.contents_wrap .item_link {
  width: 100%;
  margin: 10% 0 0;
}
.contents_wrap .item_link .item_text {
  font-size: 0.88em;
  letter-spacing: 0;
  line-height: 1.5em;
}
.contents_wrap .item_link .link_btn a {
  display: block;
  width: 100%;
  max-width: 160px;
  background: #98d12b;
  margin: 8% auto 0;
  padding: 2% 0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 1.05em;
  line-height: 2.8em;
}
.contents_wrap .item_link .link_btn a:hover {
  background: #4a4a4a;
  text-decoration: none;
}
@media screen and (min-width: 980px) {
  .contents_wrap .item_link {
    margin: 2.5% 0 0;
  }
  .contents_wrap .item_link .item_text {
    letter-spacing: 0.13em;
    line-height: 1.8em;
  }
  .contents_wrap .item_link .link_btn a {
    margin: 3% auto 0;
    padding: 0;
  }
}
/* バーチャサイズここから */
.virtusiz {
  width: 100%;
  max-width: 1050px;
  background: #333333;
  color: #ffffff;
  text-align: center;
  padding: 10% 0 8%;
}
.virtusiz h3 {
  margin: 0 0 3%;
}
.virtusiz > p {
  width: 90%;
  margin: 0 auto;
  font-size: 1.1em;
  line-height: 1.4em;
}
.virtusiz > div {
  margin: 2% auto 2%;
}
.virtusiz > div p {
  width: 90%;
  margin: 3% auto 3%;
  text-align: left;
  font-size: 1em;
  letter-spacing: 0.15em;
  line-height: 1.8em;
}
.virtusiz_btn a {
  display: block;
  width: 80%;
  max-width: 320px;
  position: relative;
  margin: 0 auto 1%;
  padding: 4.5% 0;
  background-color: #16c6b9;
  border-radius: 5px;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  border: 1px solid #16c6b9;
}
.virtusiz_btn a:hover{
  border: 1px solid #16c6b9;
  background-color: #ffffff;
  color: #16c6b9;
  opacity: 1;
}
.virtusiz_btn a:before {        /*白い丸 */ 
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;        /* CSS3草案 */  
    -webkit-border-radius: 50%;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50%;   /* Firefox用 */  
  background: #fff;
}
.virtusiz_btn a:after {        /*「after要素」で三角 */ 
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;        /*top right bottom を透明化 */ 
  border-left: 5px solid #16c6b9;
}
.virtusiz_btn a:hover:before {        /*「before要素」のマウスオーバー（カラーを合わせる） */  
  background: #16c6b9;
}
.virtusiz_btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
  border-left: 5px solid #fff;
}
@media screen and (min-width: 980px) {
  .virtusiz {
    padding: 5% 0 3%;
  }
  .virtusiz > p {
    font-size: 1.5em;
  }
  .virtusiz > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
  }
  .virtusiz > div p {
    width: auto;
    margin: 3% 0;
    text-align: center;
    font-size: 1.1em;
  }
  .virtusiz_btn a {
    padding: 1.5% 0;
    font-size: 0.8em;
  }
}
/* バーチャサイズここまで */
/* slickここから */
.slick-prev, .slick-next{
    position: absolute;
    top: 45%;
    z-index: 99999;
}
.slick-prev {
    left: -25px;
}
.slick-next {
    right: -25px;
}
.slick-next:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.slick-prev:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.slick-prev:before, .slick-next:before{
  color: #000000;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 auto;
    border-top: solid 1px #000000;
    border-right: solid 1px #000000;
}
/* slickここまで */

/* 動画ここから */
.p-main video {
  width: 100%;
  max-width: 500px;
}
/* 動画ここまで */