@charset "utf-8";

/*#page-body{
  width:100%;
}*/
.disabled {
  cursor: default;
}
.element--hover {
  cursor: pointer;
  transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), -webkit-transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99);
  transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99);
  transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), -webkit-transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99);
}
.element--hover:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1), 8px 32px 32px rgba(0, 0, 0, 0.15), 8px 64px 64px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.03) translateY(-0.5rem);
      -ms-transform: scale(1.03) translateY(-0.5rem);
          transform: scale(1.03) translateY(-0.5rem);
}
.element--hover:active {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1), 8px 16px 16px rgba(0, 0, 0, 0.15), 8px 32px 32px rgba(0, 0, 0, 0.15);
}
a.btnNew {
  margin: 0 auto;
  max-width: 300px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  background-color: #000000;
  color: #FFFFFF !important;
}
a.btnNew:link, a.btnNew:active, a.btnNew:hover, a.btnNew:visited {
  color: inherit;
  text-decoration: none;
}
a.btnNew::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
      -ms-transform: rotate(45deg) translateX(-5px) translateY(5px);
          transform: rotate(45deg) translateX(-5px) translateY(5px);
}
.p-item-lists a img{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: 0.2s;
}
.p-item-lists a:hover img {
  transition: 0.5s;
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.p-item-lists:hover img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}


/* Project */
.main_contents {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  font-smoothing: antialiased;
  position: relative;
  font-size: 15px;
  letter-spacing: 2px;
}
.main_contents * {
  box-sizing: border-box;
  line-height: 1.6;
}
.main_contents a {
  transition: all .3s linear 0s;
}
.main_contents a:hover, .main_contents a:focus, .main_contents a:visited {
  /* color: inherit; */
  opacity: .7;
  text-decoration: none;
}
.main_contents a.p-btn {
  color: #363636;
  background-color: #d6dfd4;
  border-radius: 0;
  display: inline-block;
  padding: 5px;
  cursor: pointer;
  line-height: 1.44;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  padding: 20px;
  max-width: 420px;
}
.main_contents a.p-btn a, .main_contents a.p-btn:hover, .main_contents a.p-btn:focus,
.main_contents a.p-btn a:hover,
.main_contents a.p-btn a:focus {
  color: #363636;
}
.main_contents a.p-btn::before {
  content: "";
  display: block;
  margin-top: -4px;
}
.main_contents a.p-btn::after {
  content: "";
  display: block;
  margin-bottom: -4px;
}
.main_contents .main_header {
  margin-bottom: 8%;
  text-align: center;
}
.main_contents .main_body .main_body__text,
.main_contents .information_text,
.main_contents .gift_btn {
  font-size: 17px;
  line-height: 2em;
}
@media (max-width: 768px) {
  .main_contents .main_body .main_body__text,
  .main_contents .information_text,
  .main_contents .gift_btn {
    font-size: 13px;
  }
}
.main_contents .main_body .main_body__text {
  padding: 65px 0 45px;
  letter-spacing: 0.15em;
}
.main_contents .coupon__information{
  text-align:center;
  margin: 0 auto 4%;
}
.main_contents .information__title{
  border-bottom:1px solid #000;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.main_contents .information__title img{
  margin: 0 auto 2%;
  width: 40%;
  max-width: 419px;
}
.main_contents .information_text{
  padding: 4% 0;
  margin: 0 auto;
}
.main_contents .coupon__information .information__title{

  }
.main_contents .coupon__information .information_text{

}
.main_contents .main_body .main_block{
  background-color:#ffffff;
  padding-bottom:3%;
  margin-bottom:5%
}
.main_contents .coupon_block {
  position: relative;
  text-align: center;
  background-color: #a71919;
  padding:7px;
  max-width: 1024px;
  width: 90%;
  margin: 0 auto;
  /*background-image: url("//ds-assets.s3.amazonaws.com/e-look.jp/2019/elook/0419_mothers/coupon_top.png")/*, url("//ds-assets.s3.amazonaws.com/e-look.jp/2018/elook/2018_mothersday/campaign-ribon-under.png")*/
  background-position: top/*,bottom right*/;
  background-repeat: no-repeat;
  background-size: 88%;*/
}
.main_contents .coupon_block .coupon_block_outter{
  position:relative;
}
.main_contents .coupon_block .coupon_block_outter .coupon_subtitle{
  position:absolute;
  top:-1.4%;
  left: 7%;
  text-align: center;
  margin: 0 auto;
}
.main_contents .coupon_block .coupon_block_outter .coupon_subtitle img{
  width: 100%;
  margin:0 auto;
  text-align:center;
}
.main_contents .coupon_block .coupon_block_inner{
  border:2px solid #fff;
}
.main_contents .coupon_block .coupon_code{
  margin: 20% -0.5% 0;
  padding: 2% 0 0.3%;
  background-color:#fff;
  border-top: 4px #a71919 solid;
  border-bottom: 4px #a71919 solid;
  /* border-left: 0px #a71919 solid; */
  /* border-right: 0px #a71919 solid; */
}
.main_contents .coupon_block .coupon_code h4{
  font-size:14px;
}
.main_contents .coupon_block .coupon_code h4 img{
  width:2.5%;
}
.main_contents .coupon_block .coupon_code p{
  font-size:40px;
}
.main_contents .coupon_block .coupon_terms{
  color:#fff;
  margin: 4% auto;
}
.main_contents .coupon_block .coupon_terms p{
  font-size:18px;
  font-weight:500;
}
.main_contents .coupon_block .coupon_terms ul{
  font-size:11px;
  font-weight:100;
}
.main_contents .coupon_block .coupon_terms ul li{
  margin:0 auto 0.5%;
}
.main_contents .coupon__information .coupon__information__title {
  color: #685b00;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 75px;
}
.main_contents .main_body .coupon__information .information_text + .information_text {
  margin-top: 50px;
}
.main_contents .main_body .coupon__information .information_text .p-content-block-utility {
    margin: 30px 0 0 0;
    padding: 0;
}
.main_contents .main_body .coupon__information .information_text a {
  padding-bottom: 5px;
  border-bottom: 1px solid #333333;
}
.main_contents .main_body .coupon__information .information_text a:hover {
  text-decoration: none;
}
.main_contents .main_body .coupon__information .information_text-label {
  width: auto;
  position: absolute;
  top: -15px;
  left: 10px;
  margin-top: 0;
}
.main_contents .main_body .coupon__information .information_text__title {
  color: #d1243d;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 28px;
}
.main_contents .main_body .coupon__information .campaign__sub-title {
  margin-bottom: 15px;
}
.coupon_02 {
  border-top: 4px #d25e1a solid !important;
  border-bottom: 4px #d25e1a solid !important;
  border-left: 1px #d25e1a solid !important;
  border-right: 1px #d25e1a solid !important;
}

.couponcode_02{
  margin: 20% -0.5% 0;
  padding: 2% 0 0.3%;
  background-color: #d25e1a !important;
}
.autlet_btn a {
  display: block;
  width: 90%;
  max-width: 1024px;
  margin: 2% auto 0;
  padding: 1.2% 0 1.5%;
  background-color:#d25e1a;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff !important;
}
@media (max-width: 768px){
  .autlet_btn a {
    font-size: 14px;
  }
}
.coupon__info_02 {
}
span.bold {
  font-weight: bold;
}
#kt_navi_box {
    width: 100%;
    list-style: none;
    margin: 0 auto 0;
    overflow: hidden;
}
.dummy {
  display: none;
}
@media (max-width: 768px){
  #kt_navi_box {
  }
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
#kt_navi_box.fixed{
  background: #ffffff;
}
.fixed #fixedbox{
  max-width: 890px;
}
#fixedbox {
    max-width: 1170px;
    margin: auto;
    transition: 0.7s;
}
#fixedbox .p-header__navigation {
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
  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;
}
.fixed #fixedbox .p-header__navigation {
  width: 55%;
}
@media (max-width: 768px){
  #fixedbox .p-header__navigation {
    background: #ffffff;
    padding-bottom: 0%;
  }
}
#fixedbox .p-header__navigation li {
  width: 30%;
}
@media (max-width: 768px){
  #fixedbox .p-header__navigation li {
    margin-bottom: 2%;;
  }
}
#coupon__banner {
  position: fixed;
  bottom: -1px;
  right: 0;
  margin: 0;
  /* opacity: 0; */
  z-index: -1;
  border-top: 1px solid #ffffff;
}

@media (min-width: 768px) {
  #coupon__banner {
    bottom: 0;
    border: none;
  }
}

#coupon__banner a {
  opacity: 1;
}

#coupon__banner.fadeIn {
  z-index: 1;
}
.main_contents .gift_btn a{
color: #fff;
background-color: #000;
border-radius: 2px;
border:1px #000 solid;
display: inline-block;
padding: 5px;
cursor: pointer;
display: block;
margin: 0 auto;
text-align: center;
padding: 20px;
max-width: 380px;
}
.p-items{
  margin:0 auto;
}
.main_contents .main_body .p-item {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto 20%;
}
.main_contents .main_body #p-item-03 {
  margin-bottom: 0;
}
.main_contents .main_body .p-item .w1110 {
  width: 95%;
  max-width: 1110px;
  margin: 0 auto 0;
  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;
}
.main_contents .main_body .p-item .w1110 > div {
  margin: 0 auto 1%;
}
.main_contents .main_body .p-item .item_main_text {
  width: 50%;
  max-width: 550px;
}
.main_contents .main_body .p-item .item_main_text > * {
  margin-bottom: 5%;
}
.main_contents .main_body .p-item .p-item__title {
  width: 100%;
  max-width: 550px;
  text-align: left;
  padding-bottom: 5%;
  border-bottom: solid 1px #c0c0c3;
}
.main_contents .main_body .p-item .p-item__title img {
  width: 100%;
  max-width: 545px;
}
.main_contents .main_body .p-item ul.item_check {
  list-style-position: inside;
  list-style-image: url(//ds-assets.store-image.jp/e-look.jp/2020/keith/weblimitedcolor_2020basic/check_icon_1.gif);
  list-style-position: outside;
  margin-left: 5%;
}
.main_contents .main_body .p-item .item_check li {
  margin-bottom: 2%;
}
.main_contents .main_body .p-item .item_link.smp_view {
  width: 90%;
  margin: 10% auto 0;
}
.main_contents .main_body .p-item .item_link .item_name {
  width: 63%;
  width : -webkit-calc(100% - 200px) ;
  width : calc(100% - 200px) ;
  float: left;
  padding-top: 1.5%;
  font-size: 0.95em;
}
.main_contents .main_body .p-item .item_link .btn_size a {
  display: block;
  width: 96px;
  float: right;
  background: #998b14;
  padding: 1% 0;
  color: #fff;
  text-align: center;
}
.main_contents .main_body .p-item .item_link .no_link a {
  background: #cccccc;
}
.main_contents .main_body .p-item .item_link .no_link a:hover {
  opacity: 1;
}
.main_contents .main_body .p-item .item_link .size_m a {
  margin-right: 1%;
  float: left;
}
.main_contents .main_body .p-item .item_point_box {
  width: 47%;
  max-width: 514px;
  padding: 5% 0;
  text-align: center;
}
.main_contents .main_body .p-item .item_point {
  position: relative;
  margin-top: 1em;
  padding: 1em 2em;
  border: 1px solid #c0c0c3;
}
.main_contents .main_body .p-item .item_point h4 {
  width: 60%;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.main_contents .main_body .p-item .item_point img.point_img {
  margin: 7% auto;
}
.main_contents .main_body .p-item .item_color {
  text-align: center;
}
.main_contents .main_body .p-item .item_color h4 {
  margin: 0 auto 5%;
}
.main_contents .main_body .p-item .item_coord {
  width: 100%;
  max-width: 1170px;
  background-image: url("//ds-assets.store-image.jp/e-look.jp/2020/keith/weblimitedcolor_2020basic/back_boord_2.gif");
  background-repeat: repeat-x;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main_contents .main_body .p-item .item_coord .coord_img {
  width: 50%;
  max-width: 360px;
  margin-right: 6%;
}
.main_contents .main_body .p-item .item_coord .item_link_list {
  width: 50%;
}
.main_contents .main_body .p-item .item_coord .item_link_list li {
  position: relative;
  margin: 6% 0;
}
.main_contents .main_body .p-item .item_coord .item_link_list li .item_price {
  position: absolute;
  right: 120px;
}
.main_contents .main_body .p-item .item_coord .item_link_list a.btn_detail {
  display: block;
  width: 96px;
  position: absolute;
  right: 0;
  top: -5px;
  background: #998b14;
  padding: 1% 0;
  color: #fff;
  text-align: center;
}
.main_contents .main_body .p-item .item_coord .item_link_list a.no_link {
  background: #cccccc;
}
.main_contents .main_body .p-item .item_coord .item_link_list a.no_link:hover {
  opacity: 1;
} 
.category_link {
  width: 100%;
  max-width: 1070px;
  margin: 5% auto 0;
  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;
}
.category_link a {
  display: block;
  width: 49.5%;
  max-width: 530px;
  padding: 3.2% 0;
  background: #343434;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
}


@media (max-width: 992px) {
  
}


img.pc_view,
br.pc_view {
  display: inline;
}
div.pc_view,
span.pc_view,
p.pc_view,
h4.pc_view {
  display: block;
}
img.smp_view,
br.smp_view,
div.smp_view,
span.smp_view,
p.smp_view,
h4.smp_view {
  display: none;
} 


@media (max-width: 1200px) {
  .main_contents{
    font-size: 14px;
  }
}


@media (max-width: 768px) {
  .main_contents {
    font-size: 13px;
    letter-spacing: 2px;
  }
  .main_contents .main_body .main_block{
    margin-bottom: 0%;
 }
  .main_contents .main_body .main_body__text{
    padding: 10% 0 0 0;
  }
  .main_contents .main_body .p-item{
    margin:0 auto 40px;
  }
  .main_contents .main_body .p-item {
    display:block
  }
  .main_contents .main_body .p-item .w1110 > div {
    margin-bottom: 10%;
  }
  .main_contents .main_body .p-item .p-item__title img {
    width: 90%;
  }
  .main_contents .main_body .p-item .item_main_text,
  .main_contents .main_body .p-item .item_point_box {
    width: 100%;
    margin-top: 10% !important;
  }
  .main_contents .main_body .p-item ul.item_check {
    margin-left: 8%;
  }
  .main_contents .main_body .p-item .item_link .item_name {
    width: 100%;
    float: none;
    margin-bottom: 3%;
  }
  .main_contents .main_body .p-item .item_link .btn_size a {
    width: 48%;
  }
  .main_contents .main_body .p-item .item_coord .coord_img,
  .main_contents .main_body .p-item .item_coord .item_link_list {
    width: 90%;
  }
  .main_contents .main_body .p-item .item_coord .coord_img {
    text-align: center;
  }
  .main_contents .main_body .p-item .item_color h4 {
    width: 65%;
  }
  .main_contents .main_body .p-item .item_coord {
    margin-top: 10%;
  }
  .main_contents .main_body .p-item .item_coord .coord_img h4 {
    width: 80%;
    margin: 0 auto 5%;
  } 
  .main_contents .main_body .p-item .item_coord .coord_img img {
    width: 75%;
  }
  .main_contents .main_body .p-item .item_coord .item_link_list li .item_price {
    position: static;
  }
  .main_contents .main_body .p-item .item_coord .item_link_list a.btn_detail {
    top: 2px;
    padding: 3% 0;
  }
  .category_link {
    display:block;
    margin: 15% auto 0;
  }
  .category_link a {
    width: 90%;
    margin: 0 auto 2%;
    font-size: 1.2em;
  }
  div.pc_view,
  span.pc_view,
  p.pc_view,
  img.pc_view,
  br.pc_view,
  h4.pc_view {
    display: none;
  }
  div.smp_view,
  p.smp_view,
  h4.smp_view {
    display: block;
  }
  img.smp_view,
  span.smp_view,
  br.smp_view {
    display: inline;
  }
}  


@media (max-width: 544px) {
}


@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}



/* Utility */
.u-hide_text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.u-clearfix:after,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.u-clear,
.clear {
  clear: both;
}
.u-fluid_img,
.fluid_img {
  max-width: 100%;
  height: auto;
}
.u-flo--left {
  float: left;
}
.u-flo--right {
  float: right;
}
.u-text--left {
  text-align: left;
}
.u-text--_right {
  text-align: right;
}
.u-text--center {
  text-align: center;
}
.u-font--xs {
  font-size: 60%;
}
.u-font--s {
  font-size: 80%;
}
.u-none {
  display: none;
}

@media (min-width: 768px) {
  .u-sm-inline {
    display: inline;
  }
}

@media (min-width: 992px) {
  .u-md-inline {
    display: inline;
  }
}

@media (min-width: 768px) {
  .u-sm-block {
    display: block;
  }
}

@media (min-width: 992px) {
  .u-md-block {
    display: block;
  }
}

@media (min-width: 768px) {
  .u-sm-table {
    display: table;
  }
}

@media (min-width: 992px) {
  .u-md-table {
    display: table;
  }
}

@media (min-width: 544px) {
  .u-xs-none {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-sm-none {
    display: none;
  }
}

@media (min-width: 992px) {
  .u-md-none {
    display: none;
  }
}

@media (min-width: 1280px) {
  .u-lg-none {
    display: none;
  }
}

.u-font-xs {
  font-size: 60%;
}
.u-font-sm {
  font-size: 80%;
}
.u-font-md {
  font-size: 100%;
}
.u-font-lg {
  font-size: 120%;
}
.u-font-xl {
  font-size: 140%;
}
.u-pos-relative {
  position: relative;
}

/*================================================================================

state

================================================================================*/
.is-fade-in {
  transition: opacity 0.2s linear;
  opacity: 1;
}

.is-fade-out {
  transition: opacity 0.6s ease-in-out;
  opacity: 0;
}

.is-fade-out--long {
  transition: opacity 1s ease-in-out;
  opacity: 0;
}
