/* =============================================
 *
 * MAGNE RECOVERY SHIRTS
 *
 * ================================================== */


/*btn*/
.spOnly{
	display: none;
}
.pcOnly{
	display: block;
}

@media only screen and (max-width: 640px) {
	
	.spOnly{
	display: block;
}
.pcOnly{
	display: none;
}
	
}



.page-kv .purchase-btn {
  cursor: pointer;
}

.page-kv .purchase-btn{
  width: 180px;
  height: 55px;
  background: #d0121b;
  border-radius: 3px;
  position: absolute;
  text-align: center;
  bottom: 0;
  right: 0;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
@media only screen and (max-width: 640px) {
  .page-kv .purchase-btn{
    width: 120px;
    height: 45px;
  }
	.page-product-item-content__header .title h1{
		margin-bottom: 10px;
	}
	.page-product-item-content{
		margin-top: 0;
	}
	.page-product-item-content__header .title__lead-bottom{
		-webkit-text-stroke: 0.2px #EFECE6;
		text-stroke: 0.2px #EFECE6;
	}
}
.page-kv .purchase-btn::before{
  /* content: '';
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  bottom: 36%;
  left: 17%;
  transform: rotate(90deg); */
  font-size: 20px;
  color: #fff;
  content: "\f105";
  text-align: center;
  position: absolute;
  top: 50%;
  left: 17%;
  font-family: 'FontAwesome';
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 640px) {
  .page-kv .purchase-btn::before{
    font-size: 18px;
    top: 50%;
    left: 15%;
  }
}
.page-kv .purchase-btn a{
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 57px;
}
@media only screen and (max-width: 640px) {
  .page-kv .purchase-btn a{
    line-height: 47px;
    font-size: 13px;
    padding-left: 11%;
  }
}

/* page-kv */
.page-kv_magne-recovery-shirts {
    background:url(/img/products/magne-recovery-shirts/main_bg.jpg) center top no-repeat;
    height: 0;
    background-size: cover;
    padding-bottom: 38.5vw;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-width: 1580px) {
  .page-kv_magne-recovery-shirts {
    background:url(/img/products/magne-recovery-shirts/main_bg@2x.jpg) center top no-repeat;
    height: 0;
    background-size: cover;
    padding-bottom: 38.5vw;
  }
}
@media only screen and (max-width: 896px) {
  .page-kv_magne-recovery-shirts {
    background:url(/img/products/magne-recovery-shirts/sp_main_bg.jpg) center top no-repeat;
    padding-bottom: 63%;
    background-size: cover;
    }
}
#whats{
	/*width:1000px;*/
	margin: 0 auto;		
}
.page-kv_magne-recovery-shirts h1 img {
    position: absolute;
    display: block; 
    top: 40%;
    left: 50%;
    -webkit-ransform:translateX(-50%);
    transform:translateX(-50%);
    width: 60vw;
	color: #ff0000;
}
@media only screen and (max-width: 896px) {
    .page-kv_magne-recovery-shirts h1 img {
      width: 90vw;
  }
}

@media only screen and (max-width: 768px) {
  .products-magne-recovery-shirts_whats .products-supplement_hdr__lead h2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .products-magne-recovery-shirts_whats .products-supplement_hdr__lead h2 {
    font-size: 1.8rem;
  }
  .products-magne-recovery-shirts_whats .products-supplement_hdr__lead p {
    font-size: 1rem;
	margin-top: 50px;
  }
}
.movie-wrap iframe{
	width: 450px;
	height: 450px;
}
.products-supplement_hdr__lead{
	font-size: 1.4rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 100px;
	line-height: 1.8;
}
.products-magne-recovery-shirts_whats__hdr_title {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-medium) var(--unnamed-font-size-24)/74.78px var(--unnamed-font-family-montserrat);
	letter-spacing: var(--unnamed-character-spacing-3-96);
	color: var(--unnamed-color-0088a6);
}
@media only screen and (max-width: 640px) {
  .products-magne-recovery-shirts_whats__hdr_title {
    margin-top: 50px;
    margin-bottom: 45px;
	  line-height: 1.5;
  }
	.products-supplement_hdr__lead{
		margin-bottom: 50px;
	}
	.movie-wrap iframe{
	width: 100%;
	height: 350px;
}
}
.sec-bottom{
	display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 950px;
    margin: 0 auto 100px;
}
.sec-bottom .movie-wrap {
    position: relative;
    width: 47%;
	padding-top: 47%;
}
.sec-bottom .movie-wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.products-magne-recovery-shirts_whats__hdr_lead {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 18px;
	color: var(--unnamed-color-0088a6);
	width: 1000px;
	margin: 0 auto 30px;
}
@media only screen and (max-width: 640px) {
  .products-magne-recovery-shirts_whats__hdr_lead {
    font-size: 1.2rem;
    line-height: 1.8;
  }
	.sec-bottom{
	 flex-direction: column;
	    width: 80%;
	    margin: 0 auto;
}
	.sec-bottom .movie-wrap {
	    width: 100%;
	    padding-top: 100%;
	    margin-bottom: 50px;
	}

}
 .products-magne-recovery-shirts_whats__hdr .txt_img {
    display: flex;
	 width: 1000px;
	 margin: 0 auto;
  }

@media only screen and (max-width: 640px) {
  .products-magne-recovery-shirts_whats__hdr .txt_img {
    display: block;
	  width: 100%;
  }
	.sec-bottom{
		margin: 0 auto;
	}
}
.products-magne-recovery-shirts_whats__hdr{
	background: #ffffff;
	padding: 100px;
}
.products-magne-recovery-shirts_whats__hdr .txt_img small {
  display: block;
}

.products-magne-recovery-shirts_whats__hdr .txt_img .txt {
  width: 58%;
  line-height: 1.8;
  margin-bottom: 8px;
	padding-right: 50px;
}
@media only screen and (max-width: 640px) {
  .products-magne-recovery-shirts_whats__hdr .txt_img .txt {
    width: 100%;
    margin-bottom: 16px;
	  padding-right: 0;
  }
	.products-magne-recovery-shirts_whats__hdr{
	padding: 20px;
}
}

.products-magne-recovery-shirts_whats__hdr .txt_img .img {
  width: 40%;
}
@media only screen and (max-width: 640px) {
  .products-magne-recovery-shirts_whats__hdr .txt_img .img {
    width: 100%;
  }
}

.products-magne-recovery-shirts_whats__hdr .txt_img .img img {
  width: 100%;
}

.products-magne-recovery-shirts_whats__hdr .txt_img .img small {
  text-align: right;
  margin-top: 8px;
  font-weight: 200;
}



.products #contents .products-magne-recovery-shirts_whats__hdr .shirts {
  padding: 3em;
  box-sizing: border-box;
  background: #efefef;
  margin: 80px 0 5em;
}
  @media only screen and (max-width: 640px) {
    
	  .products #contents .movie-wrap {
	    width: 80%;
    padding-top: 80.4%;
    margin: auto;
}
.products #contents .movie-wrap iframe{
	    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
  }

.products-magne-recovery-shirts_whats__hdr .shirts .txt {
  margin-bottom: 2em;
}
.products-magne-recovery-shirts_whats__hdr .shirts .img {
  display: block;
  max-width: 960px;
  margin: 100px auto;
	background: #efefef;
}

.products-magne-recovery-shirts_whats__hdr .shirts .txt h4{
  font-size: 2.4rem;
  margin-bottom: 17px;
}
@media only screen and (max-width: 640px) {
	.products #contents .products-magne-recovery-shirts_whats__hdr .shirts {
      padding: 25px;
      margin: 40px 0 5em;
    }
  .products-magne-recovery-shirts_whats__hdr .shirts .txt h4{
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
}

.products-magne-recovery-shirts_whats__hdr .shirts .txt h4 span {
  font-size: 2rem;
}

@media only screen and (max-width: 640px) {
  .products-magne-recovery-shirts_whats__hdr .shirts .txt h4 span {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 750px) {
  #contents.products-magne-recovery-shirts .sw-compare {
    font-size: 5vw;
  }
}

.products-magne-recovery-shirts .fa-sort-down.fa-sw-compare {
  margin: 0 0 2em;
}
.products-magne-recovery-shirts .fa-sort-down {
  font-size: 3rem;
  text-align: center;
  display: block;
  margin: 60px 0;
}

@media only screen and (max-width: 640px) {
  .products-magne-recovery-shirts .fa-sort-down {
    margin: 20px 0;
  }
}

.products-magne-recovery-shirts_whats__hdr .compare_lists {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}

.products-magne-recovery-shirts_whats__hdr .compare_lists li {
  width: 450px;
}
@media only screen and (max-width: 640px) {
  ul.compare_lists.flex {
    flex-direction: column;
    width: 95.4%;
    margin: 0 auto 50px;
  }
  .products-magne-recovery-shirts_whats__hdr .compare_lists li {
    width: 100%;
  }
  .products-magne-recovery-shirts_whats__hdr .compare_lists li:first-of-type {
    margin-bottom: 4rem;
  }
}

.products-magne-recovery-shirts_whats__hdr .compare_lists li h4 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .products-magne-recovery-shirts_whats__hdr .compare_lists li h4 {
    font-size: 5vw;
    text-align: left;
  }
}

.products-magne-recovery-shirts_whats__hdr .compare_lists li h4 small {
  display: block;
  font-size: 1.6rem;
  color: #000;
}

@media only screen and (max-width: 640px) {
  .products-magne-recovery-shirts_whats__hdr .compare_lists li h4 small {
    font-size: 1.6rem;
  }
}

.products-magne-recovery-shirts_whats__hdr .compare_lists li .flex {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 150px;
}
@media only screen and (max-width: 750px) {
  .products-magne-recovery-shirts_whats__hdr .compare_lists li .flex {
    display: block;
    min-height: 450px;
  }
}
@media only screen and (max-width: 568px) {
  .products-magne-recovery-shirts_whats__hdr .compare_lists li .flex {
    min-height: 440px;
  }
}

.products-magne-recovery-shirts_whats__hdr .compare_lists li .flex figure {
  display: block;
  width: 30%;
  text-align: center;
}
@media only screen and (max-width: 896px) {
  .products-magne-recovery-shirts_whats__hdr .compare_lists li .flex figure {
    width: 25%;
  }
}
@media only screen and (max-width: 750px) {
  .products-magne-recovery-shirts_whats__hdr .compare_lists li .flex figure {
    width: 100%;
    margin-bottom: 18px;
  }

  .products-magne-recovery-shirts_whats__hdr .compare_lists li .flex figure:nth-child(2) img {
    width: 100px;
  }
}

.products-magne-recovery-shirts_whats__hdr .compare_lists li .flex figure figcaption {
  font-size: 1.5rem;
  margin-top: 6px;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 896px) {
  .products-magne-recovery-shirts_whats__hdr .compare_lists li .flex figure figcaption {
    font-size: 1.3rem;
  }
}

.products-magne-recovery-shirts_whats__hdr .compare_lists li .flex figure:first-child {
  width: 40%;
}

@media only screen and (max-width: 750px) {
  .products-magne-recovery-shirts_whats__hdr .compare_lists li .flex figure:first-child {
    width: 100%;
  }
}

.products-magne-recovery-shirts_whats__hdr .compare_lists li .thermography {
  margin-top: 40px;
}

@media only screen and (max-width: 640px) {
  .products-magne-recovery-shirts_whats__hdr .compare_lists li .thermography {
    margin-top: 30px;
  }
}

.products-magne-recovery-shirts_whats__hdr .compare_lists li .thermography.height-adjustment::before {
  content: "";
  display: block;
  height: 30px;
}

.products-magne-recovery-shirts_whats__hdr .compare_lists li .thermography .fa-sort-down {
  margin: 30px 0;
}
@media only screen and (max-width: 640px) {
  .products-magne-recovery-shirts_whats__hdr .compare_lists li .thermography .fa-sort-down {
    margin: 10px 0 20px;
  }
}

.products-magne-recovery-shirts_whats__hdr .compare_lists li .thermography_title {
  font-size: 1.3rem;
  margin-bottom: 10px;
  min-height: 20px;
}

.products-magne-recovery-shirts_whats__hdr .compare_lists li .thermography figure img {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

.products-magne-recovery-shirts_whats__hdr .compare_lists li .thermography figure figcaption {
  font-size: 1.3rem;
  margin-top: 6px;
  text-align: center;
  font-weight: 400;
  display: block;
  letter-spacing: .1em;
}

@media only screen and (max-width: 640px) {
  .products-magne-recovery-shirts_whats__hdr .compare_lists li .thermography figure figcaption {
    text-align: left;
    min-height: 60px;
  }
}

.products-magne-recovery-shirts_whats__hdr .compare_lists li .thermography_lead {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .products-magne-recovery-shirts_whats__hdr .compare_lists li .thermography_lead {
    text-align: left;
  }
}

.products-magne-recovery-shirts_whats__hdr .compare_lists li .thermography_lead i {
  font-size: 2.4rem;
  display: block;
  font-style: normal;
}
@media only screen and (max-width: 640px) {
  .products-magne-recovery-shirts_whats__hdr .compare_lists li .thermography_lead i {
    font-size: 4.5vw;
  }
}

.products-magne-recovery-shirts_whats__hdr .compare_lists li .thermography_lead span {
  font-size: 1.8rem;
  margin-bottom: 6px;
  display: block;
}
@media only screen and (max-width: 640px) {
  .products-magne-recovery-shirts_whats__hdr .compare_lists li .thermography_lead span {
    font-size: 3.7vw;
    line-height: 1.8;
  }
}

.products-magne-recovery-shirts_whats__hdr .compare_lists li:last-child .thermography_lead i {
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  .products-magne-recovery-shirts_whats__hdr .compare_lists li:last-child .flex figure:last-child {
    margin-top: 22px;
  }
}

.products-magne-recovery-shirts_whats__ftr {
  padding: 100px 0;
  background: #F0EDE7;
}

@media only screen and (max-width: 640px) {
  .products-magne-recovery-shirts_whats__ftr {
    padding: 20px;
	  margin: 50px auto 0;
  }
}

.products-magne-recovery-shirts_whats__ftr .wrapper {
  max-width: 1000px;
	margin: 0 auto;
}

.products-magne-recovery-shirts_whats__ftr .wrapper h3 {
  font-size: 1.4rem;
  margin-bottom: 20px;
	color: var(--unnamed-color-0088a6);
}

@media only screen and (max-width: 640px) {
  .products-magne-recovery-shirts_whats__ftr .wrapper h3 {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 12px;
  }
}

.products-magne-recovery-shirts_whats__ftr .wrapper p {
  margin-bottom: 30px;
  line-height: 2;
}

.products-magne-recovery-shirts_whats__ftr .wrapper p a {
  display: block;
  color: #0087a5;
  line-height: 1;
  padding-top: 10px;
}

.products-magne-recovery-shirts_whats__ftr .wrapper p a i {
  font-size: 3rem;
  display: inline-block;
  vertical-align: -4px;
  color: #0087a5;
  line-height: .5;
  padding-right: 5px;
}

.products-magne-recovery-shirts_whats__ftr_mid-img {
  margin-bottom: 30px;
}

.products-magne-recovery-shirts_whats__ftr .more_btn-products {
  margin: 80px auto 0;
}

@media only screen and (max-width: 640px) {
  .products-magne-recovery-shirts_whats__ftr .more_btn-products {
    margin: 50px auto 0;
  }
}

.products-magne-recovery-shirts_whats__ftr-1 .b-img {
  position: relative;
}
.products-magne-recovery-shirts_whats__ftr-1 .b-img .nanofine_icon01,
.products-magne-recovery-shirts_whats__ftr-1 .b-img .nanofine_icon02 {
  width: 24%;
  position: absolute;
  left: 3%;
}
@media only screen and (max-width: 640px) {
  .products-magne-recovery-shirts_whats__ftr-1 .b-img .nanofine_icon01,
  .products-magne-recovery-shirts_whats__ftr-1 .b-img .nanofine_icon02 {
    width: 40%;
  }
}

.products-magne-recovery-shirts_whats__ftr-1 .b-img .nanofine_icon01 {
  top: 10%;
}
.products-magne-recovery-shirts_whats__ftr-1 .b-img .nanofine_icon02 {
  bottom: 5%;
}

.products-magne-recovery-shirts_whats__add {
	padding: 100px;
	background: #ffffff;
}
.tencel{
	width: 1000px;
	margin: 50px auto 0;
}
.products-magne-recovery-shirts_whats__add .cot-ttl2 {
    font-size: 1.4rem;
    margin-bottom: 0.5em;
	    color: var(--unnamed-color-0088a6);
	width: 1000px;
	margin: 0 auto;
}
.products-magne-recovery-shirts_whats__add p {
  margin-bottom: 30px;
  line-height: 2;
	width: 1000px;
	margin: 0 auto;
}
@media only screen and (max-width: 640px) {
	.products-magne-recovery-shirts_whats__add {
	padding: 20px;
}
  .products-magne-recovery-shirts_whats__add .cot-ttl2 {
    font-size: 1.2rem;
	  margin-top: 50px;
  }
	.products-magne-recovery-shirts_whats__add p {
	width: 100%;
	}
	.tencel{
	width: 100%;
		margin-top: 50px;
}
}



.products-magne-recovery-shirts_whats__ftr .pickup{
	display: flex;
	justify-content: space-between;
}
.products-magne-recovery-shirts_whats__ftr .pickup li {
  width: calc(100% / 3 - 22px);
}
@media screen and (max-width: 767px) {
  .products-magne-recovery-shirts_whats__ftr .pickup li {
    width: calc(100% / 3 - 12px);
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 568px) {
  .products-magne-recovery-shirts_whats__ftr .pickup {
    display: block;
  }
  .products-magne-recovery-shirts_whats__ftr .pickup li {
    width: 100%;
    margin: 0 auto 2em;
  }
}

.products-magne-recovery-shirts_whats__ftr .pickup span.img {
  display: block;
  margin-bottom: 16px;
}
.products-magne-recovery-shirts_whats__ftr .pickup .features-txt dl {
  color: #333;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.products-magne-recovery-shirts_whats__ftr .pickup .features-txt dt {
  font-size: 0.9rem;
  font-weight: bold;
  padding-bottom: 0.5em;
  color: #0087a5;
  line-height: 1.5;
  letter-spacing: .05em;
}
.products-magne-recovery-shirts_whats__ftr .pickup .features-txt dd {
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
}

.products-magne-recovery-shirts_whats__add .scene_list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products-magne-recovery-shirts_whats__add .scene_list li {
  width: calc(100% / 4 - 5px);
}
@media screen and (max-width: 640px) {
  .products-magne-recovery-shirts_whats__add .scene_list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .products-magne-recovery-shirts_whats__add .scene_list li {
    width: 50%;
  }
}
.product_detail{
	display: flex;
	width: 1000px;
	margin: 0 auto;
}
.product_detail .product_text{
	width: 600px;
}
.product_detail .product_img{
	width:400px;
	
}
.section-bottom{
	background: #ffffff;
	padding: 100px;
}
.section-bottom h3 {
  font-size: 2em;
  font-weight: 400;
  margin-bottom: 14px;
}
.section-bottom h3 span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}

.section-bottom .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.section-bottom .flex .img {
  width: 45%;
  overflow: hidden;
}
.section-bottom .flex .img img {
  max-width: 104%;
  margin-left: -2%;
}

.section-bottom .flex .name {
  width: 52%;
}
.price {
  margin-bottom: 4px;
}
.sku {
  border: 1px solid #231815;
  display: inline-block;
  line-height: 1;
  padding: 3px;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}

.spec {
  /*font-size: 1.6rem;*/
  line-height: 1.6;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 896px) {
  .section-bottom .flex {
    display: block;
  }
.section-bottom .flex .img,
 .section-bottom .flex .name {
    width: 100%;
  }
	.product_detail{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
}
	.section-bottom{
	padding: 20px;
}
	.product_detail .product_text{
	width: 100%;
		order: 2;
}
	.product_detail .product_img{
	width:100%;	
		order: 1;
}
}

.section-bottom .flex .name .size .unit {
  position: relative;
}
.section-bottom .flex .name .size .unit span {
  font-size: 75%;
  position: absolute;
  right: 0;
  bottom: 2px;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 1em;
}
table th,
table td {
  border: 1px solid #aaa;
  padding: 6px 10px;
  /*font-size: 1.4rem;*/
  text-align: center;
  letter-spacing: .025em;
}
table th {
  background-color: #eee;
  font-weight: normal;
}

.laundry-symbol li {
  display: inline-block;
  padding: 15px 10px 0 0;
}

.mag {
    position: relative;
}
.mag::after {
    content: "";
    position: absolute;
	width: 100%;
	height: 100%;
    top: 0;
    left: 0;
    background: url(/img/products/magne-recovery-shirts/mag_magne_pc.png) no-repeat;
    background-size: cover;
}
.btn-products-buy a{
	    width: 40%;
    height: 50px;
    line-height: 53px;
    color: #fff;
    display: block;
    background: #0087a5;
    font-size: 1.2rem;
    position: relative;
    text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.button-purchase.wp-block-button .wp-block-button__link {
    width: 235px;
    height: 50px;
    padding-left: 20px;
    padding-right: 11px;
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-16)/var(--unnamed-line-spacing-16) var(--unnamed-font-family-yugothic);
    letter-spacing: var(--unnamed-character-spacing-1-12);
	margin-top: 30px;
}
.button-purchase.wp-block-button .wp-block-button__link::after {
    content: "";
    width: 22px;
    height: 21px;
    background-image: url(/images/common/icon-cart-beige.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.footer{
	margin-top: 0 !important;
}

@media only screen and (max-width: 640px) {
    .mag::after {
        background: url(/img/products/magne-recovery-shirts/mag_magne_sp.png) no-repeat;
        background-size: cover;
    }
	.btn-products-buy a{
		width: 100%;
	}
	.button-purchase.wp-block-button .wp-block-button__link{
		width: 315px;
		margin:50px auto;
	}
}