@charset "utf-8";
/*#page-body{

  width:100%;

}*/

#main_contents {
  font-family: 'Noto Sans JP', 'Open Sans', sans-serif;
}
.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 * {
  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 {
  background-color: #7fbbf5;
  border-radius: 0;
  display: inline-block;
  padding: 5px;
  cursor: pointer;
  line-height: 1.44;
  border: none;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  padding: 25px;
  max-width: 420px;
  color: #fff;
}
#main_contents a.p-btn.p-btn-all {
  margin-top: 40px;
}
/*#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: #ffffff;

  background-color: #ff6c77;

}*/
#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 {
  width: 100vw;
  margin: 0 calc(52.4% - 52vw);
  background-color: #F5F9FA;

  /* margin-bottom: 60px; */
}
#main_contents .main_body .main_body__text, #main_contents .information_text, #main_contents .gift_btn {
  /* font-size: 16px; */
  line-height: 2em;
}
#main_contents .main_body .main_body_text {
  padding: 10% 0 10%;
  font-size: 17px;
  letter-spacing: 0.15em;
  text-align: center;
}
#main_contents .coupon__information {
  text-align: center;
  margin: 0 auto 7.5%;
}
#main_contents .information__title {
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.13em;
}

#coupon__banner{
  position: fixed;
  right: 0;
  z-index: 5;
}
#coupon__banner .coupon_pc{
  display: block;
  top: 80%;
}
#coupon__banner .coupon_smp{
  display: none;
}

#main_contents .text{
  line-height: 26px;
}

#main_contents .lp_item_title p{
  line-height: 26px;
}


@media (max-width: 768px) {
  #main_contents *{
    line-height: 1.3;
  }
  #main_contents .main_body {
    padding: 0 4% !important;
}
  #main_contents .information__title {
    font-size: 48px;
    margin-top: 100px;
  }
  #main_contents .main_body .main_body_text {
  padding: 12.5% 0 12.5%;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 1.8;
}
#main_contents .text{
  line-height: 22px;
}
#main_contents .lp_item_title p{
  line-height: 22px;
}
}

#main_contents .information__title img {
  margin: 0 auto 2%;
  width: 40%;
  max-width: 419px;
}
#main_contents .information_text {
  padding: 0.7% 0 3%;
  margin: 0 auto;
  font-size: 17px;
  letter-spacing: 0.15em;
}
#main_contents .coupon__information .information__title {}
#main_contents .coupon__information .information_text {}
#main_contents .main_body {
  text-align: center;
  padding: 0 2%;
}
#main_contents .main_body .main_block {
  background-color: #ffffff;
  padding-bottom: 0%;
  margin-bottom: 0%
}
#main_contents .coupon_block {
  position: relative;
  text-align: center;
  background-color: #8bc6ff;
  padding: 10px;
  max-width: 772px;
  width: 90%;
  margin: 0 auto 1%;
  /*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: 14%;
  left: 8%;
  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 #F9DCFF;
}
#main_contents .coupon_block .coupon_code {
  margin: 26% -1.6% 0;
  padding: 4% 0 2%;
  background-color: #fff;
  /*border-top: 4px #fdb7b6 solid;*/
  /*border-bottom: 4px #fdb7b6 solid;*/
  /* border-left: 0px #fdb7b6 solid; */
  /* border-right: 0px #fdb7b6 solid; */
}
#main_contents .coupon_block .coupon_code h4 {
  font-size: 17px;
  font-weight: 500;
}
#main_contents .coupon_block .coupon_code h4 img {
  width: 2.5%;
}
#main_contents .coupon_block .coupon_code p {
  font-size: 40px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.15em;
  line-height: 1.3;
}
#main_contents .coupon_block .coupon_terms {
  color: #fff;
  margin: 3% auto 4%;
}
#main_contents .coupon_block .coupon_terms p {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: 0.12em;
}
#main_contents .coupon_block .coupon_terms span {
  font-size: 20px;
}
#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%;
  font-size: 14px;
  color: #000000;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
#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;
}
#main_contents .gift_btn a {
  color: #363636;
  background-color: #b0e5f6;
  border-radius: 2px;
  border: none;
  display: inline-block;
  padding: 5px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 12px;
  max-width: 420px;
  font-size: 14px;
  letter-spacing: 0.2em;
}
.p-category ul.category_link li:last-of-type {
  margin-right: 0;
}
.category_link p{
  font-weight: normal;
  font-family: 'Noto Sans JP';
  font-size: 15px;
}

.lp_viewsmp_inline{
  display: none;
}
.lp_viewsmp_inline-block{
  display: none;
}

.lp_item{
  margin-bottom: 70px;
}
.lp_item h3{
  margin-bottom: 20px;
  margin-top: 10%;
}

.content h2{
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 23px;
  letter-spacing: 3px;
}
.itemname{
  font-weight: bold;
  margin-top: 8px;
}
#main_contents .sub_bnr {
  border-top: 1px solid #999999;
  padding: 80px 120px 60px;
}
#main_contents .sub_bnr a {
  display: block;
  width: 50%;
  margin: 0 auto;
}








@media (max-width: 768px){

.content h2{
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 8px;
  letter-spacing: 3px;
}

.lp_item img{
  margin-top: 15%;
  width: 75%;
}
.lp_item{
  margin-bottom: 0px;
}

.itemname{
  font-weight: bold;
  margin-top: 20px;
}
#coupon__banner{
  position: fixed;
  bottom: 0%;
  right: 0;
  top: unset;
}
#coupon__banner .coupon_pc{
  display: none;
}
#coupon__banner .coupon_smp{
  display: block;
  margin: 0 auto;
}
#coupon__banner .coupon_smp img{
  width: 100%;
}
.lp_viewsmp_inline{
  display: inline;
}
.lp_viewsmp_inline-block{
  display: inline-block;
}
}

@media screen and (min-width: 980px) {
  #main_contents .gift_btn a {
    padding: 15px;
    font-size: 15px;
  }
}
.content h2{
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: bold;
  font-size: 27px;
  margin-bottom: 15px;
}
.p-items {
  margin: 90px auto 0;
}
#main_contents .main_body .p-item {
  margin-bottom: 10%;
  padding-bottom: 0px;
}
#main_contents .main_body .p-item .p-item__title {
  text-align: center;
  margin-bottom: 15px;
}
#main_contents .main_body .p-item .p-item__sub-title {
  background-color: #fdb7b6;
  text-align: center;
  color: #fff;
  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: 459px;
}
#main_contents .main_body .p-item--ca .p-item__sub-title {
  max-width: 312px;
}
#main_contents .main_body .p-item--to .p-item__sub-title {
  max-width: 151px;
}
#main_contents .main_body .p-item--ba .p-item__sub-title {
  max-width: 118px;
}
#main_contents .main_body .p-item--go .p-item__sub-title {
  max-width: 212px;
}
#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 120px 60px;
}
#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: #f3faf3;
  padding: 4% 70px;
  margin: 0 auto 5%;
}
#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;
}
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;
}




#main_contents article .cont2 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  margin-bottom: 100px;
}
#main_contents article .cont2 .img{
  width: 54%;
  margin: 0 0 0 0;
}
#main_contents article .cont2 .img img{
  width: auto;
}
#main_contents article .cont2 .description{
  width: 41%;
  padding: 5% 0 0 5%;
  letter-spacing: 1.8px;
  text-align: left;
}
#main_contents article .cont2.cont3 {
  flex-direction: row;
  margin-bottom: 100px;
}
#main_contents article .cont2.cont3 .description {
  padding: 5% 5% 0 0;
  text-align: left;
}

@media (max-width: 767px) {
#main_contents article .cont2 {
  max-width: 1170px;
  margin: 0 auto 10%;
  display: flex;
  flex-wrap: wrap-reverse;;
  flex-direction: row-reverse;
}
#main_contents article .cont2.cont3 {
  flex-direction: row;
  margin-bottom: 24px;
}

#main_contents article .cont2 .img{
  width: 100%;
  margin: 6% auto;
}
#main_contents article .cont2 .img img{
  width: auto;
}
#main_contents article .cont2 .description{
  width: 100%;
  padding: 0%;
}
#main_contents article .cont2.cont3 .description {
  padding: 0% 0% 0 0;
  text-align: left;
}


}


/*price*/
span.msize,
span.lsize,
span.hidden-size{
  margin: 0 1.5% 0 0;
}

span.msize a{
  border-bottom: 1px solid #000000;
}

span.lsize a{
  border-bottom: 1px solid #000000;
}

span.hidden-size a{
  border-bottom: 1px solid #000000;
}

span.hidden-size::before{
  border: 1px solid #000000;
  text-align: center;
  padding: 4px 2px 2px 4px;
  line-height: 1;
  display: inline-block;
  margin-right: 7px;
  min-width: 12px;
}

span.msize::before {
  content: "M";
  border: 1px solid #000000;
  text-align: center;
  padding: 4px 2px 2px 4px;
  line-height: 1;
  display: inline-block;
  margin-right: 7px;
  min-width: 12px;
}
span.lsize::before {
    content: "L";
    border: 1px solid #000000;
  text-align: center;
    padding: 4px 2px 2px 4px;
    line-height: 1;
    display: inline-block;
    margin-right: 7px;
    min-width: 12px;
}

@media (max-width: 768px) {
  span.msize,
  span.lsize{
    margin: 0 3% 0 0;
  }
  span.msize::before,
  span.lsize::before{
    line-height: 1;
    min-width: 12px;
    margin-right: 4px;
  }

}



/*btn_bottom*/

#main_contents .btn_bottom a,#main_contents .btn_bottom a:visited,#main_contents .btn_bottom a:link{
  max-width: 880px;
  width: 100%;
  border: 1px solid #3d3935;
  background: #3d3935; 
  color: #fff;
  margin: 0 auto 1%;
  padding: 21px 10px;
  display: block;
  text-align: center;
  transition: 0.5s;
  text-decoration: none;
  box-sizing: border-box;
}
#main_contents .btn_bottom a:hover{
  background: #fff;
  color: #3d3935; 
  border: 1px solid #3d3935;
}
#main_contents .btn_bottom.featureditem a,#main_contents .btn_bottom.featureditem a:hover,#main_contents .btn_bottom.featureditem a:visited,#main_contents .btn_bottom.featureditem a:link{
/*  max-width: 790px;
  width: 100%;
*/  border: 1px solid #3d3935;
  background: #3d3935;
  color: #ffffff;
  margin: auto;
  padding: 20px 10px;
  display: block;
  text-align: center;
  transition: 0.5s;
  text-decoration: none;
}
#main_contents .btn_bottom.featureditem a:hover{
  background: #ffffff;
  color: #3d3935; 
}
#main_contents .btn_bottom_ttl{
  display: block;
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 1.5px;
}
#main_contents .btn_bottom_sub{
  font-size: 15px;
  display: block;
  letter-spacing: 1.5px;
}
@media (max-width: 768px) {
#main_contents .btn_bottom a,#main_contents .btn_bottom a:hover,#main_contents .btn_bottom a:visited,#main_contents .btn_bottom a:link{
  width: 100%;
  margin: 0 auto 2%;
  padding: 4%;
}
#main_contents .btn_bottom a:hover{
}
#main_contents .btn_bottom_ttl{
  font-size: 18px;
  letter-spacing: 1.5px;
}
#main_contents .btn_bottom_sub{
  font-size: 13px;
  letter-spacing: 1.5px;
}
#main_contents .all_btn{
  margin-top: 40px;;
}

}



@media (max-width: 1200px) {
  #main_contents {
    font-size: 14px;
  }
  #main_contents .coupon_block .coupon_block_outter .coupon_subtitle {
    top: 15%;
    left: 11%;
  }
  #main_contents .coupon_block .coupon_block_outter .coupon_subtitle img {
    width: 83%;
  }
}
@media (max-width: 979px) {
  #main_contents .coupon_block .coupon_block_outter .coupon_subtitle {
    top: 13%;
    left: 6%;
  }
}
@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 {
  }
  #main_contents .main_body .main_body__text {
    padding: 10% 0;
    font-size: 15px;
  }
  #main_contents .information__title img {
    width: 80%;
  }
  #main_contents .coupon__information .information__title {}
  #main_contents .information_text {
    text-align: center;
    padding: 3% 4% 5%;
    font-size: 15px;
    line-height: 28px;
  }
  #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;
  }
  #main_contents .coupon_block .coupon_block_outter .coupon_subtitle {
    top: 10%;
    left: 3%;
  }
  #main_contents .coupon_block .coupon_block_outter .coupon_subtitle img {
    width: 73%;
  }
  #main_contents .coupon_block .coupon_code {
    /*padding: 5% 0 0;

    border-top: 4px #fff4f5 solid;

    border-bottom: 4px #fff4f5 solid;

    border-left: 1px #fff4f5 solid;

    border-right: 1px #fff4f5 solid;*/
    margin: 26% -5% 0;
  }
  #main_contents .coupon_block .coupon_code h4 {
    font-size: 13px;
    color: #4f2e06;
    letter-spacing: 0.15em;
  }
  #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 span {
	font-size: 14px;
  }
  #main_contents .coupon_block .coupon_terms {
    margin: 3% auto 6%;
  }
  #main_contents .coupon_block .coupon_terms p {
    font-size: 15px;
  }
  #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;
    text-align: center;
    font-size: 12px;
  }
  #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 15%;
    padding-bottom: 0px;
  }
  #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;
    padding: 0 10px;
  }
  #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;
  }
  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: 10px;
  }
  #main_contents .coupon_block .coupon_code {
    margin: 26% -4.6% 0;
  }
  .p-category ul.category_link.price li {
    -webkit-flex: 0 0 calc(50% - 5px);
  }
  #main_contents .sub_bnr {
    padding: 40px 20px 60px;
  }
  #main_contents .sub_bnr a{
    width: 100%;
  }
}
@-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-up {
  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;
}
/*================================================================================



state



================================================================================*/
.p-category {
  text-align: center;
  margin-bottom: 70px;
  /* border: 5px solid #b0e5f6; */
}
@media screen and (min-width: 690px) {
  .p-category {
    margin-bottom: 30px;
  }
}
.campaign__giftwrapping .category__title, .p-category .category__title {
  margin-bottom: 30px;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 15px;
  line-height: 25px;
  text-align: center;
}
@media screen and (min-width: 690px) {
  .campaign__giftwrapping .category__title, .p-category .category__title {
    margin-bottom: 20px;
    text-align: center;
    color: #333333;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 55px;
  }
}
.campaign__giftwrapping .category__sub__title, .p-category .category__sub__title {
  font-family: 'Open Sans', sans-serif;
  margin-top: 40px;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3.5px;
  color: #7fbbf5;
  line-height: 0.4;
}
@media (max-width: 768px) {
  .p-category{
	margin-bottom: 20px;
  }
  .campaign__giftwrapping .category__sub__title, .p-category .category__sub__title {
    font-size: 40px;
    line-height: 0.6;
    margin-top: 20px;
  }
  .campaign__giftwrapping .category__title, .p-category .category__title {
    margin-bottom: 10px;
  }
}
.p-category ul.category_link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  margin: 0px 20px 30px;
}
@media screen and (min-width: 980px) {
  .p-category ul.category_link {
    margin: 0px 100px 30px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: center;
  }
}
.p-category ul.category_link li {
  -webkit-flex: 0 0 46%;
  -ms-flex: 0 0 46%;
  flex: 0 0 46%;
  -webkit-flex: 0 0 calc(46% - 5px);
  -ms-flex: 0 0 calc(46% - 5px);
  flex: 0 0 calc(48% - 10px);
  margin-bottom: 10px;
  background-color: #ffffff;
  font-size: 16px;
}
.p-category ul.category_link.price li {
  -webkit-flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  -webkit-flex: 0 0 calc(50% - 5px);
  -ms-flex: 0 0 calc(50% - 5px);
  flex: 0 0 calc(50% - 10px);
  margin-bottom: 10px;
  background-color: #ffffff;
  font-size: 16px;
  flex: 0 0 calc((100% / 4.2) - 0px);
  margin-right: 1%;
}
@media screen and (min-width: 768px) {
  .p-category ul.category_link li {
    -webkit-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    -webkit-flex: 0 0 calc((100% / 5) - 10px);
    -ms-flex: 0 0 calc((100% / 5) - 10px);
    flex: 0 0 calc((100% / 5.2) - 0px);
    margin-right: 4%;
    margin-bottom: 4%;
  }
}
.p-category ul.category_link li a {
  display: block;
  padding: 5px 0px;
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
@media screen and (min-width: 980px) {
  .p-category ul.category_link li a {
    font-size: 17px;
  }
}
.category__img {
  margin-bottom: 10px;
}
.p-item-text-m {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.p-item-text-lg {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  line-height: 26px;
  color: #7fbbf5;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  padding: 0 0 70px 0;
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 768px) {
  .p-item-text-lg {
    font-size: 40px;
    padding: 0 0 30px 0;
  }
  .p-category ul.category_link {
    justify-content: space-evenly;
	 margin: 0px auto 0;
    width: 60%;
  }
}
.p-item-text-s {
  text-align: center;
  font-size: 14px;
  margin: 6% 2% 8%;
}
@media screen and (min-width: 980px) {
  .p-item-text-m {
    font-size: 25px;
  }
  .p-item-text-lg {
    font-size: 50px;
    line-height: 60px;
  }
  .p-item-text-s {
    margin: 0 0 65px;
    font-size: 16px;
  }
  .bnr_area {
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 30px
  }
}
@media (min-width: 980px) {
  .bnr_area {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 30px
  }
}
@media (max-width: 544px){
  .p-category ul.category_link {
    justify-content: space-between;
	width: 70%;
  }
  .p-category ul.category_link.price li {
    -webkit-flex: 0 0 calc(50% - 5px);
  }
}
/*================================================================================

クリップボードにコピー

================================================================================*/
.btn-clipboard {
  display: inline-block;
}
.btn-clipboard:hover {
  cursor: pointer;
  color: #F9DCFF;
}
.clipboard-success {
  display: none;
  margin: 0;
  font-size: .4em;
}
/*================================================================================

固定COUPONバナー

================================================================================*/
@media screen and (min-width: 769px) {
  #coupon__banner {
    position: fixed;
    top: 80%;
    right: 0;
    z-index: 20;
  }
}
@media (max-width: 768px) {
  #coupon__banner {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
    z-index: 20;
  }
}