@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@font-face {
    font-family: "Futura";
    src: url("./font/Futura Medium.otf");
  }

main#gw_recommend {
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
  letter-spacing: 0.2em;
}


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

state

================================================================================*/
/* 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;
  }
}

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



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

ここから

================================================================================*/
/* Project */
#gw_recommend.p-main {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  font-smoothing: antialiased;
  position: relative;
  color: #000000;
  overflow: hidden;
}

@media (min-width: 992px) {
  #gw_recommend.p-main {
    font-size: 15px;
  }
}

#gw_recommend.p-main * {
  box-sizing: border-box;
/*margin: 0 0 0;*/}

#gw_recommend.p-main p {
}

#gw_recommend.p-main a {
  transition: all .3s linear 0s;
}

#gw_recommend.p-main a:hover, #gw_recommend.p-main a:focus, #gw_recommend.p-main a:visited {
  opacity: .7;
}

#gw_recommend.p-main .p-header {
    text-align: center;
}
#gw_recommend.p-main .p-header .p-header__img {
   margin-bottom: 10px;
}
@media (min-width: 768px) {
  #gw_recommend.p-main .p-header .p-header__img {
    margin-bottom: 40px;
  }
  #gw_recommend.p-main .p-body .p-brands {
    padding-top: 120px !important;
    margin-bottom: 30px;
  }
}

#gw_recommend.p-main .p-body .p-brands .p-brands__item-image {
  margin-bottom: 0;
}

#gw_recommend.p-main .p-body .p-brands .p-brands__item-name {
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 5px;
}

#gw_recommend.p-main .p-body .p-brands .p-brands__item-price {
  line-height: 1.8;
  margin: 0 0 60px;
}


/* nav */
#gw_recommend .p-in-page-navigation__outer{
  width: 100%;
}
#gw_recommend .p-in-page-navigation {
    width: 100%;
    max-width: 1170px;margin: 0 auto;display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1px;
}
#gw_recommend .p-in-page-navigation li{
    width: calc(50% - 3px);
    margin: 1px;
    padding: 2px 2px;
}
@media screen and (min-width: 768px) {
  #gw_recommend .p-in-page-navigation li{
    width: calc(25% - 11px);
    margin: 1px;
    padding: 10px;
  }
}
#gw_recommend .p-in-page-navigation a {
    width: 100%;
    height: 30px;
    background: #fff;
    border: 1px solid #4d76a9;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 23px 5px 29px 5px;
    color: #4d76a9;
    transition: 0.3s ease-in-out;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    font-family: 'Futura';
}
@media screen and (min-width: 768px) {
  #gw_recommend .p-in-page-navigation a {
    width: 100%;
    height: 70px;
    background: #fff;
    border: 1px solid #4d76a9;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 5px 25px 15px 25px;
    color: #4d76a9;
    transition: 0.3s ease-in-out;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
  }
}
#gw_recommend .p-in-page-navigation a:after {
    content: "";
    position: absolute;
    top: 40px;
    left: 50%;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 4px;
    height: 4px;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
    transform: translateX(-50%) rotate(135deg);
}
@media screen and (min-width: 768px) {
  #gw_recommend .p-in-page-navigation a:after {
    content: "";
    position: absolute;
    top: 45px;
    left: 50%;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 8px;
    height: 8px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateX(-50%) rotate(135deg);
  }
}
#gw_recommend .p-in-page-navigation a:hover,
#gw_recommend .p-in-page-navigation a:active {
    background: #4d76a9;
    color: #FFF;
}
#gw_recommend .p-in-page-navigation a:hover:after {
    top: 40px;
}
@media screen and (min-width: 768px) {
  #gw_recommend .p-in-page-navigation a:hover:after {
    top: 47px;
  }
}
#gw_recommend .fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 1px;
    width: calc(100% - 4px);
    background: #fff;
}
@media (min-width: 768px) {
  #gw_recommend .fixed {
    width: 100%;
  }
}



.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;
}
.is-nav-on {
  display: table-cell !important;
  vertical-align: middle;
  height: 100vh;
  padding: 20vh 0;
}
.is-fixed {
  display: none;top: 0;
  z-index: 1;
  width: 98%;
  width: calc(100% - 10px);
}
@media (min-width: 768px) {
  .is-fixed {
    width: 100%;
  }
}
.is-nav-on {
  display: block !important;
  vertical-align: middle;
  height: 100vh;
}
.is-hidden {
  overflow: hidden;
}


/* main-text */
#gw_recommend .main-text {
    text-align:center;
    font-size:13px;
    margin: 40px 0px 80px;
    line-height: 180%;
}
@media screen and (min-width: 768px){
  #gw_recommend .main-text {
    text-align:center;
    font-size:18px;
    margin: 85px 0px;
    line-height: 180%;
  }
}



/* present */
#gw_recommend .present{
    max-width: 825px;
    width: 90%;
    margin: 0 auto 17%;
}
#gw_recommend .present ul{
    display: flex;
    justify-content: space-between;
    background-color: #e6f6fd;
    padding: 6% 3% 3% 3%;
    font-size: 16px;
    color: #000;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}
#gw_recommend .present li:first-child{
    width: 100%;
    line-height: 1.6em;
    padding: 0 0% 0 0% ;
}
#gw_recommend .present li:first-child img{
    display: block;
    margin: 0 auto 2%;
    max-width: 100px;
}
#gw_recommend .present h2 {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 2%;
    line-height: 1em;
    text-align: center;
    font-family: 'Futura';
}
#gw_recommend .present h2 span {
    font-size: 15px;
    display: block;
}
#gw_recommend .present p{
    font-size: 13px;
    line-height: 1.7em;
    text-align: center;
}
#gw_recommend .present div{
    background-color: #099edc;
    /* border: 1px solid #099edc; */
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 2% 0;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
    position: relative;
}
#gw_recommend .present div a{
    color: #ffffff;
    display: inline-block;
  
}
#gw_recommend .present div a:hover,
#gw_recommend .present div a:focus{
    text-decoration: none;
}
#gw_recommend .present div:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    top: 47%;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    transform: translateY(-50%) rotate(135deg);
    margin:0 10px;
}
@media screen and (min-width: 768px) {
  #gw_recommend .present{
    max-width: 825px;
    width: 100%;
    margin: 0 auto 5%;
  }
  #gw_recommend .present ul{
    padding: 4% 8% 2% 8%; 
  }
  #gw_recommend .present li:first-child{
    width: 83%;
    padding: 0 7% 0 0;
  }
  #gw_recommend .present h2{
    font-size: 28px;
    text-align: left;}
  #gw_recommend .present h2 span{
    font-size: 16px;
    display: contents;
  }
  #gw_recommend .present p{
    font-size: 15px;
    line-height: 1.7em;
    text-align: left;
  }
}



/* present_0428 */
#gw_recommend .present_0428{
    max-width: 825px;
    width: 90%;
    margin: 0 auto 17%;
}
#gw_recommend .present_0428 ul{
    display: flex;
    justify-content: space-between;
    background-color: #099edc;
    padding: 6% 3% 3% 3%;
    font-size: 16px;
    color: #ffffff;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}
#gw_recommend .present_0428 li:first-child{
    width: 100%;
    line-height: 1.6em;
    padding: 0 0% 0 0% ;
}
#gw_recommend .present_0428 li:first-child img{
    display: block;
    margin: 0 auto 2%;
    max-width: 100px;
}
#gw_recommend .present_0428 h2 {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 2%;
    line-height: 1em;
    text-align: center;
    font-family: 'Futura';
}
#gw_recommend .present_0428 h2 span {
    font-size: 15px;
    display: block;
}
#gw_recommend .present_0428 p{
    font-size: 13px;
    line-height: 1.7em;
    text-align: center;
}
#gw_recommend .present_0428 div{
    background-color: #e6f6fd;
    border: 1px solid #099edc;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 2% 0;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
    position: relative;
}
#gw_recommend .present_0428 div a{
    color: #099edc;
    display: inline-block;
  
}
#gw_recommend .present_0428 div a:hover,
#gw_recommend .present_0428 div a:focus{
    text-decoration: none;
}
#gw_recommend .present_0428 div:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    top: 47%;
    border-top: solid 1px #099edc;
    border-right: solid 1px #099edc;
    transform: translateY(-50%) rotate(135deg);
    margin:0 10px;
}
@media screen and (min-width: 768px) {
  #gw_recommend .present_0428{
    max-width: 825px;
    width: 100%;
    margin: 0 auto 5%;
  }
  #gw_recommend .present_0428 ul{
    padding: 4% 8% 2% 8%; 
  }
  #gw_recommend .present_0428 li:first-child{
    width: 83%;
    padding: 0 7% 0 0;
  }
  #gw_recommend .present_0428 h2{
    font-size: 28px;
    text-align: left;}
  #gw_recommend .present_0428 h2 span{
    font-size: 16px;
    display: contents;
  }
  #gw_recommend .present_0428 p{
    font-size: 15px;
    line-height: 1.7em;
    text-align: left;
  }
}


/* p-brands */
#gw_recommend .p-brands {margin-top: -100px;padding-top: 100px;}
#gw_recommend .item-title-container {
    /* border-bottom: solid 2px #363636; */
    display: block;
    width: 100%;
    max-width: 1170px;
    
}
#gw_recommend .item-title {
    width: 99%;
    margin: 0px 0 40px 0;
    display: inline-block;
    text-align: center;
}
#gw_recommend .font-title-lg{
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 0 20px;
    letter-spacing: 0.15em;font-family: 'Futura';
}
#gw_recommend .font-title-md{
    font-size: 12px;
    margin:0px;
}
@media screen and (min-width: 768px) {
#gw_recommend .item-title-container{
    display: flex;
    width: 100%;
    max-width: 1170px;
    margin-bottom: 20px;
  }
  #gw_recommend .item-title{
    width: 65%;
    display: inline-block;
    text-align: left;
  }
  #gw_recommend .font-title-lg{
    font-size: 42px;
    font-weight: bold;
    line-height: 98%;
    margin: 0 0 20px;
  }
  #gw_recommend .font-title-md{
    font-size: 17px;
    padding-bottom: 13px;
    line-height: 150%;
  }
}


/* title-btn */
#gw_recommend .title-btn{
  width: 100%;
  margin: 0 auto 24%;
}
#gw_recommend .title-btn a {
    width: 100%;
    max-width: 280px;float: none;background: #fff;
    border: 1px solid #4d76a9;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 15px 10px 15px 30px;
    color: #4d76a9;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Futura';
}
#gw_recommend .title-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 1rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 8px;
  height: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
#gw_recommend .title-btn a:hover,
#gw_recommend .title-btn a:active {
  background: #4d76a9;
  color: #FFF;
}
#gw_recommend .title-btn a:hover:after {
  left: 1.1rem;
}
@media screen and (min-width: 768px) {
  #gw_recommend .title-btn{
    width: 35%;
    margin: 0 auto 0;
  }
  #gw_recommend .title-btn a {
    width: 100%;
    max-width: 310px;float: right;background: #fff;
    border: 1px solid #4d76a9;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 20px 25px 20px 50px;
    color: #4d76a9;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
  }
  #gw_recommend .title-btn a:after {}
  #gw_recommend .title-btn a:hover,
  #gw_recommend .title-btn a:active {}
  #gw_recommend .title-btn a:hover:after {}
}

/* p-slide */
#gw_recommend .p-slide {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
#gw_recommend .p-slide li {
    width: 49%;
    margin: 0 1% 0 0;
}
#gw_recommend .p-slide li:nth-child(2n) {
    margin: 0 0 0 0;
}

@media (min-width: 768px) {
  #gw_recommend .p-slide {
    width: 100%;
  }
  #gw_recommend .p-slide li {
    width: 24%;
    margin: 0 1% 0 0;
  }
  #gw_recommend .p-slide li:nth-child(2n) {
    margin: 0 1% 0 0;
  }
  #gw_recommend .p-slide li:nth-child(4n) {
    margin: 0 0 0 0;
  }
}

/* coupon 0428 */
#gw_recommend .marker{
  font-weight: 600;
  color: #53b9d1;
}
#gw_recommend .coupon_0428 .coupon_ttl_main {
  margin: 0 auto;
  text-align: center;
}
#gw_recommend .coupon_0428 .coupon_ttl_main h4 {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 600;
}
#gw_recommend .coupon_0428 .coupon__information {
  width: 100%;
  max-width: 640px;
  background: #099edc;
  border-radius: 10px;
  text-align: center;
  margin: 20px auto;
  padding: 40px;
  color: #ffffff;
}
#gw_recommend .coupon_0428 .coupon__information img {
  margin: 0 auto;
}
#gw_recommend .coupon_0428 .coupon__information .coupon_code {
  width: 90%;
  max-width: 452px;
  background-color: #e6f6fd;
  margin: 5% auto;
  padding: 12px 0;
  color: #099edc;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#gw_recommend .coupon_0428 .coupon__information .coupon_code span.btn-clipboard {
  padding: 0 0 0 10px;
  font-size: 21px;
}
#gw_recommend .coupon_0428 .coupon__information .coupon_terms {
  margin: 0 auto;
}
#gw_recommend .coupon_0428 .coupon__information .coupon_terms p {
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 3%;
}
#gw_recommend .coupon_0428 .coupon__information .coupon_terms ul {
  font-weight: 300;
}
#gw_recommend .coupon_0428 .coupon__information .coupon_terms ul li {
  margin: 0 auto 0.7%;
  font-size: 14px;
  letter-spacing: 0.08em;
}
#gw_recommend .coupon_0428 .coupon_attention h5 {
  margin: 0 auto 8%;
  font-size: 1.15em;
  text-align: center;
}
@media (max-width: 768px) {
  #gw_recommend .coupon_0428 .coupon_ttl_main {margin: 0 auto 0;}
  #gw_recommend .coupon_0428 .coupon_ttl_main h4 {}
  #gw_recommend .coupon_0428 .coupon__information {
    width: 90%;
    padding: 7% 0 3%;
  }
  #gw_recommend .coupon_0428 .coupon__information img {
    width: 75%;
  max-width: 342px;}
  #gw_recommend .coupon_0428 .coupon__information .coupon_code {
    font-size: 12px;
  }
  #gw_recommend .coupon_0428 .coupon__information .coupon_code span.btn-clipboard {
    font-size: 25px;
  }
  #gw_recommend .coupon_0428 .coupon__information .coupon_terms p {
    font-size: 14px;
  }
  #gw_recommend .coupon_0428 .coupon__information .coupon_terms ul {}
  #gw_recommend .coupon_0428 .coupon__information .coupon_terms ul li {
    font-size: 12px;
  }
  #gw_recommend .coupon_0428 .coupon_attention h5{
    margin: 5% auto 60px;
    font-size: 1em;
  }
}

/* クリップボードにコピー */
.btn-clipboard {
  display: inline-block;
}
.btn-clipboard:hover {
  cursor:pointer;
  opacity: 0.7;
}
.clipboard-success {
  display: none;
  margin: 0 0 0 8px;
  font-size: .9em;
}

/* クーポン固定バナー */
#coupon__banner{
  position: fixed;
  top: 35%;
  right: 0;
  z-index: 20;
}
@media (max-width: 768px) {
  #coupon__banner{
    position: fixed;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    z-index: 20;
}
}
/* coupon */


/* novelty */
#gw_recommend #coupon_area {
    margin-top: -90px;
    padding-top: 90px;
}
#gw_recommend #coupon_area h3{
    font-size: 35px;
    font-weight: bold;
    margin: 0 auto 8%;
    line-height: 1em;
    text-align: center;
    font-family: 'Futura';
}
#gw_recommend #coupon_area h3 span{
    display: block;
    font-size: 16px;
    font-weight: 600
    text-align: center;
}
#gw_recommend .novelty{
    margin: 0 auto 60px;
    max-width: 640px;
    width: 90%;
    text-align: center;
    background-color: #e6f6fd;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    padding: 10% 0;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}
#gw_recommend .novelty h5{
    font-size: 21px;
    font-weight: 500;
    display: inline-block;
    padding: 0 0 0 0;
    margin-bottom: 4%;
    color: #099edc;
    font-family: 'Futura';
}
#gw_recommend .novelty h4 img{
    margin: 0 auto;
}
#gw_recommend .novelty p {
    font-size: 18px;
}
#gw_recommend .novelty p span {
    font-size: 16px;
}
#gw_recommend .novelty span {
    font-size: 10px;
}
#gw_recommend .novelty img{
    width: 90%;
    margin: 2% auto;
}
#gw_recommend .novelty p.text1{
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}
#gw_recommend .novelty p.text2{
    width: 95%;
    margin: 0 auto 2%;
    font-size: 17px;
    line-height: 1.5em;
}
#gw_recommend .novelty p.text2 span{
  font-size: 15px;
}
#gw_recommend .novelty p.text3{
    width: 95%;
    margin: auto;
}
#gw_recommend .novelty p.text3 span{
  font-size: 11px;
  font-weight: normal;
}
#gw_recommend .novelty p.border{
  border: 1px solid #000000;
  border-radius: 31px;
  font-size: 11px;
  font-weight: normal;
  margin: 0 2% 10px;
  padding: 1% 1%;
}
#gw_recommend .noveltyattention{
  font-size: 14px;
  text-align: center;
  margin-bottom: 7.5%;
}

@media screen and (min-width: 768px) {
  #gw_recommend #coupon_area {
    margin-top: -90px;
    padding-top: 170px;
  }
  #gw_recommend #coupon_area h3{
    font-size: 50px;
    font-weight: 500;
    margin: 0 auto 4%;
    line-height: 1em;
    text-align: center;
  }
  #gw_recommend #coupon_area h3 span{
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }
  #gw_recommend .novelty{
  margin: 0 auto 1%;
  max-width: 640px;
  width: 100%;
  text-align: center;
  background-color: #e6f6fd;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  padding: 4% 0;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  }
  #gw_recommend .novelty h5{
    color: #099edc;
    font-size: 40px;
    font-weight: 500;
    display: inline-block;
    padding: 0 0 0 0;
    margin-bottom: 4%;
  }
  #gw_recommend .novelty h4 img{
    margin: 0 auto;
  }
  #gw_recommend .novelty img{
    margin: 5% auto;
  }
  #gw_recommend .novelty p.text1{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
  }
  #gw_recommend .novelty p.text2{
    font-size: 25px;
    line-height: 1.5em;
  }
  #gw_recommend .novelty p.text2 span{
    font-size: 18px;
  }
  #gw_recommend .novelty p.text3{
    width: 95%;
    margin: auto;
  }
  #gw_recommend .novelty p.text3 span{
    font-size: 12px;
    font-weight: normal;
  }
  #gw_recommend .novelty p.border{
    border: 1px solid #000000;
    border-radius: 31px;
    font-size: 15px;
    font-weight: normal;
    margin: 0 15% 10px;
    padding: 1% 1%;
  }
  #gw_recommend .noveltyattention{
    font-size: 16px;
    text-align: center;
    margin-bottom: 3.5%;
  }
}

/* クーポン固定バナー */
#gw_recommend.p-main #coupon__banner{
    position: fixed;
    top: 60%;
    right: 0;
    z-index: 20;
}
@media (max-width: 768px) {
  #gw_recommend.p-main #coupon__banner{
    position: fixed;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    z-index: 20;
}
}


/*freeshipping*/
#gw_recommend.p-main #freeshipping {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 8%;
}
@media (max-width: 768px) {
  #gw_recommend.p-main #freeshipping {
    width: 90%;
    max-width: 640px;
    margin: 0 auto 60px;
}
}


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

クーポン箇所

================================================================================*/
.coupon_block {
  position: relative;
  text-align: center;
  background-color: #4d76a9;
  padding:10px;
  max-width: 772px;
  width: 90%;
  margin: 0 auto 1%;
  background-repeat: no-repeat;
  background-size: 88%;
}
.coupon_block .coupon_block_outter{
  position:relative;
}
.coupon_block .coupon_block_inner{
  border:2px solid #fff;
}
.coupon_block .coupon_code{
  margin: 0 -12px;
  padding: 5% 0;
  background-color: #fff;
}
.coupon_subtitle {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.coupon_block .coupon_block_outter .coupon_subtitle{
  text-align: center;
  margin: 7% auto 5%;
}
.coupon_block .coupon_block_outter .coupon_subtitle img{
  width: 90%;
  margin:0 auto;
  text-align:center;
}
.coupon_block .coupon_code h4{
  font-size:17px;
  font-weight: 500;
  color: #4d76a9;
}
.coupon_block .coupon_code h4 img{
  width:2.5%;
}
.coupon_block .coupon_code p{
  font-size:34px;
  font-weight: bold;
  color: #4d76a9;
  letter-spacing:0.15em;
  line-height: 1.3;
  margin-bottom: 0;
}
.coupon_block .coupon_terms{
  color: #4d76a9;
  margin: 3% auto 4%;
}
.coupon_block .coupon_terms p{
  font-size:22px;
  font-weight:bold;
  color: #FFF;
  margin-bottom: 16px;
}
.coupon_block .coupon_terms ul{
  font-size:11px;
  font-weight:100;
  width: 90%;
  margin: 0 auto;
}
.coupon_block .coupon_terms ul li{
  margin:0 auto 0.5%;
  font-size: 14px;
  color: #FFF;
}
.coupon__information .coupon__information__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 75px;
}
.p-main .main_body .coupon__information .information_text + .information_text {
  margin-top: 50px;
}
.p-main .main_body .coupon__information .information_text .p-content-block-utility {
  margin: 30px 0 0 0;
  padding: 0;
}
.p-main .main_body .coupon__information .information_text a {
  padding-bottom: 5px;
  border-bottom: 1px solid #333333;
}
.p-main .main_body .coupon__information .information_text a:hover {
  text-decoration: none;
}
.p-main .main_body .coupon__information .information_text-label {
  width: auto;
  position: absolute;
  top: -15px;
  left: 10px;
  margin-top: 0;
}
.p-main .main_body .coupon__information .information_text__title {
  color: #d1243d;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 28px;
}
.p-main .main_body .coupon__information .campaign__sub-title {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .coupon_block .coupon_block_outter .coupon_subtitle img {
    width: 95%;
  }
  .coupon_block .coupon_code {
    padding: 6% 0;
  }
  .coupon_block .coupon_code p {
    font-size: 21px;
  }
  .coupon_block .coupon_terms p {
    font-size: 16px;
    line-height: 1.8em;
  }
  .coupon_block .coupon_terms ul li{
    margin: 0 auto 2%;
    text-align: center;
    font-size: 10px;
  }
  .p-main h5 {
    font-size: 10px;
  }
  .coupon_block .coupon_code h4{
    font-size:13px;
  }
}

.p-main h5 {
  text-align: center;
  margin: 3% 0 0;
}

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

クリップボードにコピー

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

.btn-clipboard {
  display: inline-block;
}

.btn-clipboard:hover {
  cursor: pointer;
  color: #4d76a9;
}

.clipboard-success {
  display: none;
  margin: 0;
  font-size: .4em;
}