@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;
  font-feature-settings: "palt" 1;
}
.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 .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}
.main_contents a.p-btn {
  color: #ed7d31;
  background-color: #FFFFFF;
  border-radius: 0;
  display: inline-block;
  padding: 5px;
  cursor: pointer;
  line-height: 1.44;
  border: 1px solid #ed7d31;
  display: block;
  margin: 0 1%;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  padding: 20px;
  -webkit-flex: 0 1 45%;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
  -webkit-flex: 0 1 calc((100% / 2)- 5%);
      -ms-flex: 0 1 calc((100% / 2)- 5%);
          flex: 0 1 calc((100% / 2)- 5%);
  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: #b66986;
}
.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 {
  text-align: center;
}
.main_contents .main_header .main_header__img {
   /* margin-bottom: 60px; */
}
.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: 7% 0;
}
.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{
  text-align:center;
}
.main_contents .main_body .main_block{
  background-color:#ffffff;
  padding-bottom:3%;
  margin-bottom:7%
}
.main_contents .coupon_block {
  position: relative;
  text-align: center;
  background-color: #ec6941;
  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 #ec6941 solid;
  border-bottom: 4px #ec6941 solid;
  /* border-left: 0px #ec6941 solid; */
  /* border-right: 0px #ec6941 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;
}
.haloween_coupon {
  margin: 0 auto 7%;
}

.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;
}
@media (max-width: 768px){p-header__navigation
  #kt_navi_box {
    height: 298px;
    padding-bottom: 3px;
  }
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
#kt_navi_box.fixed {
  background: #ffffff;
}
@media (max-width: 768px){
  #kt_navi_box.fixed{
    background: transparent;
  }
}
.fixed #fixedbox {
  max-width: 890px;
  margin-top: 0;
}
#fixedbox {
    max-width: 1170px;
    margin: auto;
    transition: 0.7s;
}
#fixedbox .p-header__navigation {
  width: 100%;
  max-width: 1170px;
  margin: 2% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}
@media (max-width: 768px){
  #fixedbox .p-header__navigation {
    background: #ffffff;
  }
}
#fixedbox .p-header__navigation li {
  font-family: 游明朝,"Yu Mincho",YuMincho,Ryumin Medium KL,"リュウミン M-KL","Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,HiraMinProN-W3,HiraMinPro-W3,"ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W3","ＭＳ 明朝","Sawarabi Mincho",serif,Didot,Didot LT STD,Hoefler Text,Garamond,Times New Roman;
  font-size: 3em;
  font-weight: bold;
  color: #ed7d31;
  border-top: solid 2px #d7d7d7;
  -webkit-flex: 0 1 33%;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
  -webkit-flex: 0 1 calc(100% / 3);
      -ms-flex: 0 1 calc(100% / 3);
          flex: 0 1 calc(100% / 3);
  max-width: 300px;
  height: 90px;
  margin: 0 1%;
}
@media (max-width: 768px) {
  #fixedbox .p-header__navigation li {
    font-size: 1.5em;
    height: 40px;
    margin: 0 1%;
  }
}
#fixedbox .p-header__navigation a {
  position: relative;
}
#fixedbox .p-header__navigation a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 65px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ed7d31 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
@media (max-width: 768px) {
  #fixedbox .p-header__navigation a:after {
    top: 25px;
    border-width: 10px 10px 0 10px;
  }
}

#fixedbox .p-header__navigation li a {
  color: #ed7d31;
}

.fixed #fixedbox .p-header__navigation {
  margin: 0 auto 0;
}

.fixed #fixedbox .p-header__navigation li {
  font-size: 2em;
  -webkit-flex: 0 1 33%;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
  -webkit-flex: 0 1 calc(80% / 3);
      -ms-flex: 0 1 calc(80% / 3);
          flex: 0 1 calc(80% / 3);
  height: 60px;
}
@media (max-width: 768px) {
  .fixed #fixedbox .p-header__navigation li {
    font-size: 1em;
    height: 30px;
  }
}

.fixed #fixedbox .p-header__navigation a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 35px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ed7d31 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}
@media (max-width: 768px) {
  .fixed #fixedbox .p-header__navigation a:after {
    top: 20px;
    border-width: 5px 5px 0 5px;
  }
}

/*#fixedbox .p-header__navigation li a:before {/* ハンガー画像 */
  content: url(//ds-assets.s3.amazonaws.com/e-look.jp/2019/elook/0913_autumnclothes/huger.png); 
  position: relative;
  top: 30px;
}*/
@media (max-width: 768px){
  /*#fixedbox .p-header__navigation li a:before {/* ハンガー画像 */*/
    content: url(//ds-assets.s3.amazonaws.com/e-look.jp/2019/elook/0913_autumnclothes/huger_smp.png); 
    top: 18px;
  /*}*/
}
#fixedbox .p-header__navigation li a:hover:before {
  display: inline-block;
  animation: hurueru .5s  infinite;
}
/*@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}*/
@media (max-width: 768px){
  #fixedbox .p-header__navigation li {
    -webkit-flex: 0 1 30%;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    -webkit-flex: 0 1 calc(90% / 3);
        -ms-flex: 0 1 calc(90% / 3);
            flex: 0 1 calc(90% / 3);
  }
}
#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 {
  margin-bottom: 10%;
}
.main_contents .main_body .p-item .p-item__title {
  text-align: center;
  margin-bottom: 15px;
  font-family: 游明朝,"Yu Mincho",YuMincho,Ryumin Medium KL,"リュウミン M-KL","Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,HiraMinProN-W3,HiraMinPro-W3,"ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W3","ＭＳ 明朝","Sawarabi Mincho",serif,Didot,Didot LT STD,Hoefler Text,Garamond,Times New Roman;
  font-size: 3.5em;
  font-weight: bold;
  color: #ed7d31;
}
.main_contents .main_body .p-item .p-item__sub-title {
  padding: 0.1% 0 0.2%;
  text-align: center;
  color: #333333;
  margin-bottom: 35px;
  font-weight: 500;
  border-radius: 2px;
  margin: 0 auto 3%;
}
.main_contents .main_body .p-item--ss .p-item__sub-title{
  max-width:90%;
}
.main_contents .main_body .p-item .p-item-list {
  margin-bottom: 3%;
}
.main_contents .main_body .p-item .p-item-list__img {
  margin-bottom: 25px;
}
.main_contents .main_body .p-item .p-item-list__img img.withshadow{
  box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
}
.main_contents .main_body .p-item .p-item-list__img img.withshadow:hover,
.main_contents .main_body .p-item .p-item-list__img img.withshadow:active,
.main_contents .main_body .p-item .p-item-list__img img.withshadow:visited{
    box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
}
.main_contents .main_body .p-item .p-item-list__brand {
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
.main_contents .main_body .p-item .p-item-list__name {
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
.main_contents .main_body .p-item .p-item-list__price {
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
.main_contents .main_body ul.p-item-lists {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
}
.main_contents .main_body ul.p-item-lists > * {
  text-align: center;
}
.main_contents .main_body ul.p-item-lists > * {
  -webkit-flex: 0 1 24%;
      -ms-flex: 0 1 24%;
          flex: 0 1 24%;
  -webkit-flex: 0 1 calc( 25% - 10px);
      -ms-flex: 0 1 calc( 25% - 10px);
          flex: 0 1 calc( 25% - 10px);
}
.main_contents .main_body .gift-selection {
  background-color: #ffffff;
  padding: 6% 0 0;
  margin: 0 auto 0;
  border-top: solid 1px #aaaaaa;
}
.main_contents .main_body .gift-selection .bnr_area ul {
  width:50%;
  margin-left:auto;
  margin-right: auto;
}
.main_contents .main_body .gift-selection .gift-selection__title span {
  display: block;
  padding: 0 35px;
}
.main_contents .main_body .gift-selection .gift-selection__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_contents .main_body .gift-selection .gift-selection__title:before, .main_contents .main_body .gift-selection .gift-selection__title:after {
  display: block;
  width: 37px;
  height: 61px;
}
.main_contents .main_body .gift-selection .gift-selection__title:before {
  /* content: url("//ds-assets.s3.amazonaws.com/e-look.jp/2018/elook/2018_mothersday/gift-selection-flower-left.png"); */
}
.main_contents .main_body .gift-selection .gift-selection__title:after {
  /* content: url("//ds-assets.s3.amazonaws.com/e-look.jp/2018/elook/2018_mothersday/gift-selection-flower-right.png"); */
}
.main_contents .main_body .gift-selection .gift-selection__title {
  text-align: center;
  /* color: #d1243d; */
  font-weight: 500;
  font-size: 20px;
  margin: 0 auto 5%;
}
.main_contents .main_body .gift-selection .p-brand {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.main_contents .main_body .gift-selection .p-brand > * {
  text-align: center;
  -webkit-flex: 0 1 25%;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}
.main_contents .main_body .gift-selection .p-brand li {
    margin: 0 0 25px 0;
    padding: 15px;
}
.main_contents .main_body .gift-selection .p-brand li + li {
  border-left: 1px solid #685b00;
}
.main_contents .main_body .gift-selection .p-brand li:nth-child(odd) {
  border-left: 1px solid #685b00;
}
.main_contents .main_body .gift-selection .p-brand li:nth-child(4n+1) {
  border: none;
}
.main_contents .p-footer *:last-child {
  margin-bottom: 0;
}
.main_contents .p-footer .p-footer {
  font-weight: 500;
  text-align: center;
}
.banner_area{
  background-color: #ffffff
}
section.campaign__giftwrapping{
  margin: 0 auto 10%;
  text-align: center;
}
div.gift_description p {
  text-align: center;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0.25em;
  padding: 0;
  margin: 2% auto 3% auto;
}
div.gift_description_sub p{
  text-align: center;
  font-size: 1.1em;
  line-height: 1.8;
  letter-spacing: 0.25em;
  padding: 0;
  margin: 2% auto 6% auto;
}
div.gift_description_sub .gift_ttl{
  text-align: center;
  font-size: 1.3em;
}
div.gift_description div.a_title {
  font-size: 1.8em;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0.8% 0;
}
div.gift_description_more {
  border: solid 1px #ccc;
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
}
div.gift_description_more ul {
  list-style: none;
  padding: 3% 6%;
  margin: 0 auto;
}
div.gift_description_more ul li {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  font-size: 0.8em;
}
div.gift_attention {
  max-width: 700px;
  width: 90%;
  margin: 5% auto 1%;
}
div.gift_attention div.a_title {
  font-size: 1.4em;
  text-align: center;
  padding: 2% 0;
  border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}
div.gift_attention div.a_content {
  margin: 0.8% auto;
  padding: 3% 0;
  overflow: hidden;
}
div.gift_attention div.a_content dl {
  width: 100%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
div.gift_attention div.a_content dl dt {
  margin: 0;
  padding: 0;
  max-width: 20px;
  width: 4.5%;
  float: left;
}
div.gift_attention div.a_content dl dd {
  margin: 0 0 2% 1%;
  padding: 0;
  max-width: 790px;
  width: 94%;
  float: left;
  font-size: 0.9em;
}
div.gift_attention div.a_content dl:nth-child(3) dd,
div.gift_attention div.a_content dl:nth-child(9) dd {
  margin: 0 0 0 1%;
}
div.gift_sub {
  display: block;
  text-align:center;
  margin: 0 auto 5%;
}
img.pc_view,
br.pc_view {
  display: inline;
}
div.pc_view,
span.pc_view,
p.pc_view {
  display: block;
}
img.smp_view,
br.smp_view,
div.smp_view,
span.smp_view,
p.smp_view {
  display: none;
} 




@media (max-width: 1200px) {
  .main_contents{
    font-size: 14px;
  }
  .main_contents .coupon_block .coupon_block_outter .coupon_subtitle{
    top:-1.5%;
    left: 0;
  }
  .main_contents .coupon_block .coupon_block_outter .coupon_subtitle img{
  width: 83%;
  }
}




@media (max-width: 992px) {
  .main_contents a.p-btn {
    max-width: 380px;
  }
  .main_contents .main_body ul.p-item-lists > * {
    -webkit-flex: 0 1 49%;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
    -webkit-flex: 0 1 calc( 50% - 10px);
    -ms-flex: 0 1 calc( 50% - 10px);
    flex: 0 1 calc( 50% - 10px);
  }
  .main_contents .main_body .gift-selection .gift-selection__title span {
    padding: 2% 0 5%;
    font-size: 15px;
    font-weight: bold;
  }
}




@media (max-width: 768px) {
  .main_contents {
    font-size: 13px;
    letter-spacing: 2px;
  }
  .main_contents .main_body .main_block{
    margin-bottom: 5%;
  }
  .main_contents .main_body .main_body__text{
    padding: 10% 0;
  }
  .main_contents .information__title img{
    width: 80%;
  }
  .main_contents .coupon__information .information__title{}
  .main_contents .information_text{width: 90%;text-align: justify;padding: 5% 0;}
  .main_contents a.p-btn {
    font-size: 12px;
    padding: 15px 10px;
    max-width: 300px;
  }
  .main_contents .main_header .main_header__img {
    /* margin-bottom: 30px; */
  }
  .main_contents .main_body__text {
    /* font-size: 12px; */
  }
  .main_contents .coupon__information{
    margin:0 auto 18%; 
  }
  .main_contents .coupon_block .coupon_block_outter .coupon_subtitle{
    top: -1.8%;
  }
  .main_contents .coupon_block .coupon_block_outter .coupon_subtitle img{
    width: 90%;
  }
  .main_contents .coupon_block .coupon_code{
    padding: 5% 0 0;
    border-top: 4px #ec6941 solid;
    border-bottom: 4px #ec6941 solid;
    border-left: 1px #ec6941 solid;
    border-right: 1px #ec6941 solid;
    margin: 35% -1% 0;
  }
  .main_contents .coupon_block .coupon_code h4{
    font-size:12px;
  }
  .main_contents .coupon_block .coupon_code h4 img{
    width: 6%;
  }
  .main_contents .coupon_block .coupon_code p{
    font-size: 24px;
  }
  .main_contents .coupon_block .coupon_terms{
    margin:3% auto 6%;
  }
  .main_contents .coupon_block .coupon_terms p{
    font-size: 14px;
  }
  .main_contents .coupon_block .coupon_terms ul{
    font-size:11px;
    font-weight: normal;
    text-align:left;
    width:90%;
    margin:0 auto;
  }
  .main_contents .coupon_block .coupon_terms ul li{
    margin:0 auto 0.5%;
    padding-left:1em;
    text-indent:-1.5em;
  }
  .main_contents .main_body .coupon__information {
    padding: 0;
  }
  .main_contents .main_body .coupon__information .coupon__information__title {
    margin-bottom: 35px;
  }
  .main_contents .main_body .coupon__information .information_text-label {
    margin: -140px auto 30px auto;
    width: 140px;
    top: initial;
    left: initial;
    position: initial;
  }
  .main_contents .main_body .coupon__information .information_text__title {
    font-size: 22px;
  }
  .main_contents .gift_btn a{
    width:80%;
  }
  .main_contents .main_body .p-item{
    margin:0 auto 25%;
  }
  .main_contents .main_body .p-item .p-item__sub-title{
    margin:0 auto 5%;
  }
  .main_contents .main_body .p-item .p-item-list {
    margin-bottom: 6%;
  }
  .main_contents .main_body .p-item .p-item-list__img {
    margin-bottom: 10px;
  }
  .main_contents .main_body ul.p-item-lists {
    margin-bottom: 50px;
  }
  .main_contents .main_body .gift-selection {
    padding: 30px 0px;
  }
  .main_contents .main_body .gift-selection .p-brand > * {
    -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .main_contents .main_body .gift-selection .p-brand li {
    margin: 0 0 25px 0;
    padding: 10px 15px;
  }
  .main_contents .main_body .gift-selection .p-brand li + li {
  border-left: 1px solid #685b00;
  }
  .main_contents .main_body .gift-selection .p-brand li:nth-child(odd) {
    border: none;
  }
.main_contents .main_body .gift-selection .bnr_area ul {
  width:70%;
}
  div.gift_description div.a_title {
    font-size: 1.5em;
    text-align: center;
    letter-spacing: 0.1em;
    padding:2%;
  }
  div.gift_description_sub p {
    text-align: center;
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0.25em;
    padding: 0;
    margin: 2% auto 6% auto;
  }
div.pc_view,
span.pc_view,
p.pc_view,
img.pc_view,
br.pc_view {
  display: none;
}
div.smp_view,
p.smp_view {
  display: block;
}
img.smp_view,
span.smp_view,
br.smp_view {
  display: inline;
}
}


@media (max-width: 544px) {
  .main_contents .main_body .coupon__information .information_text .p-content-block-utility {
  margin: 10px 0 0 0;
  padding: 15px 0;
  }
  .main_contents .main_body ul.p-item-lists {
    margin-bottom: 0;
  }
  .main_contents .coupon_block .coupon_code{
    padding: 5% 0 0;
    border-top: 4px #ec6941 solid;
    border-bottom: 4px #ec6941 solid;
    border-left: 1px #ec6941 solid;
    border-right: 1px #ec6941 solid;
    margin: 30% -2% 0;
  }
}

.size_block{
  margin:0 auto;
  width:100%;
}
.clearfix{
  min-height:1%;
  display:block;
}
.size_chart{
  margin: 5% auto 16%;
  text-align:  center;
  background-color: #eeeeee;
  padding: 8% 0 12% 0;
  }
.size_chart .size_chart_title{
  width: 47%;
  margin: 0 auto 7%;
  }
.size_area{
  zoom: 65%;
  }
.size_chart ul.list_size{
  font-size:100%;
  overflow:hidden;
  }
.size_chart ul.size_sc{
  }
.size_chart ul.size_kt{
  margin: 6% auto;
  }
.size_chart ul.list_size li{
  float:  left;
  /* max-width:100%; */
  /* width: 17%; */
  text-align:  left;
  padding:  0;
  display:inline-block;
  vertical-align:bottom;
  }
  
.size_chart ul.list_size li:nth-child(6){
  margin-top: 8%;
}
.size_chart ul.list_size li img{
  vertical-align: bottom;
  border:none;
  text-align:left;
}

@media screen and (min-width: 980px) {
  .size_chart {
  margin: 0 auto;
  padding: 3% 0 5% 0;
  text-align:  center;
  margin-bottom: 60px;
  }
  .size_area >ul li{
    display:inline-block;
    margin:0 auto;
  }
  .size_chart ul.size_sc{
    }
  .size_chart ul.size_kt{
    }
  .size_chart .size_chart_title{
  margin: 0 auto 3% auto;
  /* padding-bottom: 3%; */
  text-align:  center;
  }
  .size_chart ul.list_size{
  text-align: left;
  margin:  0 auto;
  max-width:  100%;
  }
  .size_chart ul.list_size li.size{
  float: left;
  padding:  0;
  text-align:  left;
  /* width: 12%; */
  display:  inline-block;
  height:  auto;
  margin:  0 auto;
  }
}

.size_area_smp{
  margin:  0 auto;
  padding-left: 0;
  display: inline-block;
  zoom: 50%;
  text-align:  left;
  padding-left: 5%;
  }
@media screen and (min-width: 321px) and (max-width: 360px){
.size_area_smp{
  zoom: 73%;
  text-align:left;
  padding-left:5%;
  }
}
@media screen and (min-width: 360px) and (max-width: 375px){
.size_area_smp{
  zoom: 72%;
  text-align:left;
  padding-left:5%;
  }
}
@media screen and (min-width: 375px) and (max-width: 415px){
.size_area_smp{
  zoom: 58%;
  text-align:left;
  padding-left: 4%;
  }
}
@media screen and (min-width: 414px) and (max-width: 515px){
.size_area_tablet{
  zoom: 57%;
  padding-left:2%;
  }
}
@media screen and (min-width: 515px) and (max-width: 576px){
.size_area_tablet{
  zoom: 80%;
  padding-left: 1%;
  }
}
@media screen and (min-width: 576px) and (max-width: 640px){
.size_area_tablet{
  zoom: 91%;
  padding-left: 3%;
  }
}

@media screen and (min-width: 640px) and (max-width: 668px){
.size_area_tablet{
  zoom: 95%;
  }
}
@media screen and (max-width: 768px) and (min-width: 669px){
.size_area_tablet{
  zoom: 102%;
  text-align'center;
  margin:0 auto;
  padding-left: 4%;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px){
.size_area_tablet{
  zoom: 112%;
  padding-left:5%;
  }
}
@media screen and (min-width: 980px) and (max-width: 1025px){
.size_area_pc{
  padding-left:2%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1025px){
.size_area_pc{
  zoom: 100%;
  padding-left:2%;
  }
}
@media screen and (min-width: 1200px){
.size_area_pc{
  zoom: 100%;
  margin:  0 auto;
  text-align:  center;
  padding-left: 10%;
  }
}

.link-campgaign{
  margin: 20% auto;
  background-color: #f5f5f5;
  padding: 20px;
}
@media (min-width: 768px) {
  .link-campgaign {
  display: flex;
  padding: 40px;
  margin: 4% auto;
  }
  .link-archive ul li:first-child{
    margin-right:1%;
  }
}

.link-campgaign div{
}
@media (min-width: 768px) {
  .link-campgaign div{
 width: 49%;
 }
}

.link-campgaign .p-coupon{
  margin-bottom:5%
}
@media (min-width: 768px) {
  .link-campgaign .p-coupon{
    margin: 0 2% 0 auto;
  }
}

.p-coupon {
  text-align: center;
  /* max-width: 517px; */
  background: #ed7d31;
  color: #fff;
  padding: 40px 0 25px;
}
@media (min-width: 768px) {
  .p-coupon{
    padding: 20px 0 10px;
  }
}
@media (min-width: 1060px) {
  .p-coupon{
    padding: 40px 0 10px;
  }
}

.p-coupon .p-coupon__title {
  margin-bottom: 50px;
  margin: auto;
  padding: 0px 12%;
}
@media (min-width: 768px) {
  .p-coupon .p-coupon__title {
    max-width: 370px;
    padding: 0 0;
    width: 65%;
  }
}
@media (min-width: 1024px) {
  .p-coupon .p-coupon__title {
    max-width: 370px;
    padding: 15px 0;
    width: 65%;
  }
}
@media (min-width: 1060px) {
  .p-coupon .p-coupon__title {
    max-width: 370px;
    padding: 0 0;
  }
}

.p-coupon .p-coupon__code {
  font-size: 16px;
  text-align: center;
  padding: 10px;
  background-color: #fff;
  margin: 20px 4%;
  color: #ed7d31;
  font-weight: bold;
  line-height: 1.65;
}
@media (min-width: 768px) {
 .p-coupon .p-coupon__code {
  font-size: 20px;
  padding: 2px;
  font-size: 16px;
  margin: 8px 4%;
  }
}
@media (min-width: 1024px) {
 .p-coupon .p-coupon__code {
  font-size: 20px;
  padding: 2px;
  font-size: 16px;
  margin: 21px 4%;
  }
}
@media (min-width: 1060px) {
 .p-coupon .p-coupon__code {
  font-size: 20px;
  padding: 14px;
  font-size: 20px;
  margin: 20px 4%;
  }
}

.p-coupon .p-couppon__txt {
  padding: 0 5%;
  font-size: 10px;
}
@media (min-width: 768px) {
  .p-coupon .p-couppon__txt {
    font-size: 10px;
  }  
}
@media (min-width: 1024px) {
  .p-coupon .p-couppon__txt {
    font-size: 10px;
  }  
}
@media (min-width: 1060px) {
  .p-coupon .p-couppon__txt {
    font-size: 12px;
    letter-spacing: 1px;
  }  
}

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

.item_list2{
  margin-top: 50px;
  margin-bottom: 10px;
}

.main_contents a.p-btn2{
  max-width: 100%;
}

/* couponここから */
.main_contents .coupon__information{
  width: 100%;
  max-width: 772px;
  background: #7b5b3f;
  text-align: center;
  margin: 0 auto 12%;
  padding: 1% 0 2%;
  color: #ffffff;
}
.main_contents .main_body .coupon__information h3 {
  width: 100%;
  max-width: 772px;
  margin: 0 auto 0;
  text-align: center;
}
.coupon__information .coupon_code{
  width: 85%;
  max-width: 700px;
  background-color: #ffffff;
  margin: 5% auto 5%;
  padding: 3% 0 1%;
  color: #7b5b3f;
  font-size: 17px;
  line-height: 0.6em;
}
.coupon__information .coupon_code span.btn-clipboard {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.coupon__information .coupon_terms {
  margin: 0 auto 4%;
}
.coupon__information .coupon_terms p {
  font-size: 23px;
  font-weight: bold;;
}
.coupon__information .coupon_terms ul {
  width: 100%;
  font-size: 13px;
  font-weight: 300;
}
.coupon__information .coupon_terms ul li {
  margin:0 auto 0.5%;
}
.coupon__information .coupon_terms ul li span{
  font-weight: bold;
}
@media (max-width: 768px) {
  .main_contents .coupon__information {
    padding: 7% 0 3%;
  }
  .coupon__information .coupon_code {
    font-size: 12px;
  }
  .coupon__information .coupon_code span.btn-clipboard {
    font-size: 25px;
  }
  .coupon__information .coupon_terms p {
    font-size: 14px;
  }
  .coupon__information .coupon_terms ul {
    font-size: 10px;
  }
}

/* クリップボードにコピー */
.btn-clipboard {
  display: inline-block;
}
.btn-clipboard:hover {
  cursor:pointer;
  color: #f78aa4;
}
.clipboard-success {
  display: none;
  margin: 0 0 0 8px;
  font-size: .9em;
}
@media (max-width: 767px) {
.main_contents .coupon__information{
  margin: 0 auto 17%;
}
}
.coupon__information .coupon_code span.btn-clipboard {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  .coupon__information .coupon_code span.btn-clipboard {
    font-size: 25px;
  }
}