@import url("reset.css");
@charset "UTF-8";
:root {
  --pink: rgba(228, 112, 142, 1);
  --pink2: rgba(228, 112, 142, 0.7);
  --navy: rgba(7, 43, 70, 1);
  --navy2: rgba(7, 43, 70, 0.7);
  --black: rgba(45, 45, 45, 1);
  --black2: rgba(43, 43, 43, 1);
  --black3: rgba(43, 43, 43, 0.7);
  --gold: rgba(155, 120, 0, 1);
  --brown: rgba(101, 80, 7, 1);
  --main:rgba(80, 164, 175, 1);
}
html {
  scroll-behavior: smooth;
}
.block-header-gnav, .page-event h1.block-event-page--header {
  position: relative;
  z-index: 10;
}
.block-header-gnav {
  z-index: 20;
}
/*_content ctrl_*/
.hideConte {
  display: none !important;
}
.wrapper {
  background: transparent !important;
}
.priConte {
  position: relative;
  z-index: 1;
}
#event-bgsonline {
  font-family:  'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ',Meiryo, sans-serif;
  color: #0c2a4b;
}
/*__main visual__*/
.img-Mv {
  display: block;
  width: 750px;
  margin: 0 auto;
}
.img-Mv img {
  position: relative;
  z-index: 7;
}
.upLink a{
  display: block;
  color: var(--pink);
  text-decoration: underline;
  font-size: 1.1em;
  font-weight: 900;
  margin-bottom: 1.5em;
  position: relative;
  z-index: 0;
}

a.attn {
  display: block;
  color: var(--pink);
  text-decoration: underline;
  font-size: 1.3em;
  font-weight: 900;
  margin-bottom: 1.5em;
  position: relative;
  z-index: 0;
}

.upLink {
  width: 100%;
  text-align: right;
  margin: 30px 0 0;
}

/*___________________________

	add-content
_____________________________*/
/*_itemLnk_*/
.itemLnk {
  width: 954px;
  margin: 0 auto;
}
.itemLnk a {
  display: block;
}
.itemLnk a:hover, a:focus {
  text-decoration: none;
}
.itemLnk ul {
  box-sizing: border-box;
  padding: 0 1em;
  margin: 50px auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  font-size: 1.5em;
}
.itemLnk ul > a li {
  color: rgba(108, 70, 63, 1);
  background: url("../../../../img/event/22/bg_01.png");
  background-attachment: fixed;
  line-height: 1.2;
  text-align: center;
  width: 238px;
  height: 123px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  position: relative;
  display: grid;
  place-items: center;
  align-content: space-around;
  z-index: -1;
}
.itemLnk ul > a li::before {
  content: "";
  width: 225px;
  height: 115px;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 6px;
  right: 6px;
  border: rgba(108, 70, 63, 1) solid 1px;
}
.itemLnk .small {
  font-size: 0.85em;
}
/* --------------------------------------------------------------------
	PC/	Common/
--------------------------------------------------------------------- */
/* H */
h3.bg-Ribon {
  display: inline-block;
  position: relative;
  /*height: 80px;*/
  height: auto;
  line-height: 3em;
  text-align: center;
  /*font-size: 1.8em;*/
  font-size: 2.1em;
  font-weight: 900;
  background-color: var(--main);
  background-position: 0 0, 8px 8px;
  background-repeat: repeat;
  -webkit-background-size: 8px 8px;
  box-sizing: border-box;
  width: 100%;
  margin: 1.4em auto 0;
  z-index: 15;
  color: #fff;
}
h4 {
  /*	color: rgb(91,72,60);*/
  color: var(--brown);
  font-size: 1.8em;
  font-weight: 900;
  text-align: center;
  margin: 0 auto 0.5em;
}
h4.underLine {
  background: linear-gradient(transparent 90%, #655007 60%);
  width: 136px;
  font-size: 1.4em;
}
/* text Ctrl*/
.mt_30px {
  margin-top: 30px;
}
.mb_15px {
  margin-bottom: 30px;
}
.mb_20px {
  margin-bottom: 30px;
}
.mb_30px {
  margin-bottom: 30px;
}
.p-Txt { /* Pink-text */
  color: rgba(228, 112, 142, 1);
}
.gr-Txt { /*Gray-text*/
  color: rgb(85, 85, 85);
}
.bl-Txt { /* Blue-text */
  color: rgba(35, 112, 184, 1);
}
.b-Txt {
  font-weight: 900;
}
.c-Txt { /* Centering */
  text-align: center;
}
.small-Txt { /* Small-text */
  /*font-weight: 500 !important;*/
  font-size: 0.8em !important;
}
.m-Txt { /* medium-text */
  font-weight: 400 !important;
  font-size: 1.2em !important;
}
.large-Txt { /* Large-text */
  font-weight: 900 !important;
  font-size: 1.3em !important;
}
.txt_indent {
  color: #2d2d2d;
}
.txt_1p2em {
  font-size: 1.2em !important;
}
.bold-Txt{/* Bold-text */
  font-weight: 900;
}
/* Container */
#content-bg {
  width: 1200px;
  margin: 50px auto;
  z-index: -2;
}
.wrap-Container {
  width: 1070px;
  margin: 50px auto;
  padding: 10px;
  position: relative;
}
/*_inf-Area_*/
.inf-Area {
  width: 750px;
  box-sizing: border-box;
  /*padding: 15px 10px 10px;*/
  margin: 2em auto;
  position: relative;
  z-index: 10;
}
.inf-Area.pConte {
  padding: 20px 30px;
}

.inf-Area.benefits {
  /*margin: 1em auto 0;
  width: calc(( 100% - 100px ) / 1);*/
  margin: 2em auto 2.9em;
}
.inf-Area.benefits .att_fr {
  border: 1px solid rgba(45,45,45,1);
  text-align: left;

}
.inf-Area.benefits .att_fr .txt_indent{
  color: rgba(45, 45, 45, 1);
}
.inf-Area.benefits .tokuten_Txt p{
  /*margin: 1em auto;*/
  text-align: center;
  font-size: 1.4em;
}
.inf-Area img{
	padding: 0;
	width: 770px;
}

.inf-Area.bG {
  border: 1px solid rgba(57, 57, 57, 1);
}
.inf-Area p {
  color: #2d2d2d;
  /*font-size: 1.2em;*/
  font-size: 1.5em;
  /*font-weight: 900;*/
  margin-bottom: 0.2em;
  line-height: 1.6em;
}
.txt-Catch {
  font-size: clamp(1.1rem, 1.5vw, 4rem); /*before1.55em*/
  font-weight: 600;
  text-align: center;
}
.txt-Catch:nth-of-type(2) {
  margin-top: 1.5em;
  color: var(--black);
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.6;
}
.Lttl {
  font-size: 2em !important;
  color: rgba(34, 34, 34, 1);
}
p.c-Txt.txt-Catch {
  color: rgba(1, 159, 196, 1);
}
.h3-Catch{
  font-size: 26px;
  color: var(--gold);
  font-weight: bold;
  width: 95%;
}
.h4-Catch{
  font-size: 25px;
  color: var(--gold);
  font-weight: bold;
  margin-top: 1.2em;
  width: 95%;
}

.saleDate {
	text-align: center;
}

/*_LINEUP_*/
#lineUp {
  width: 1200px;
  margin: 3em auto 1.5em;
}
/*_list-Frame_*/
.itemlist {
  box-sizing: border-box;
  padding: 0 1em;
  width: 1200px;
  /*margin: 0 auto;*/
  margin: 4em auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.itemlist > li {
  line-height: 1.5;
  text-align: center;
  max-width: 372px;
  width: calc((100% - 20px) / 3);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  position: relative;
  /*	border-radius: 10px;*/
  padding: 32px 40px 25px;
  margin: 0 27px 20px 0;
}
.itemlist > li.LimiBg {
  background: rgba(243, 240, 234, 1);
  border: rgba(137, 113, 53, 1) solid 1px;
}
.itemlist > li:nth-child(3n) {
  margin-right: 0;
}
.itemlist > li.OrdeBg {
  background: rgba(255, 255, 255, 1);
  border: rgba(45, 45, 45, 1) solid 1px;

}
/*_older_color-tag_*/
.tagOlder, .tagLimited {
  font-weight: 900;
  color: #fff;
  padding: 0.1em 0;
  text-align: center;
  font-size: 1.8em;
  letter-spacing: 0.1em;
}
.tagLimited {
  background: var(--gold);
}
.tagOlder {
  background: var(--black2);
}
/*_buy_*/
.buy, .name {
  color: var(--black);
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 1em;
}
.name {
  font-size: 1.1em;
  margin-top: 1.5em;
}
.name.tTl {
  font-size: 1.3em;
}
.limit {
  font-size: 1.15em;
  font-weight: 900;
}
.limit span, .price {
  font-size: 1.5rem;
  font-weight: 900;
}
.limit {
  color: var(--pink);
}
.price {
  color: var(--black);
}
.price::after { /*default-setting*/
 /*   font-size: 0.667em;
    font-weight: 500;
    content: "（税込）";*/
}
.so {
  color: #634114 !important;
  font-size: 1.8em;
  font-weight: 900;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  margin-top: 1em;
}
/*_btn_*/

/*_add-size_*/
ul.btn_cuatro {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	margin-top: 1.2em;
}
ul.btn_cuatro li {
    width: calc(( 100% - 10px ) / 2);
}
ul.btn_cuatro li a {
	background-color: var(--black2);
	width: 100% !important;
	padding: 0.5em !important;
	margin-top: 0.3em;
}
ul.btn_cuatro_olDer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
ul.btn_cuatro_olDer li {
    width: calc(( 100% - 10px ) / 2);
}
ul.btn_cuatro_olDer li a {
	background-color: var(--black2);
	width: 100% !important;
	padding: 0.5em !important;
	margin-top: 0.3em;
}
ul.btn_cuatro li a,
.btn_cuatro_olDer li a {
	color: #fff;/*<---color chenge */
	font-size: 1.45em;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	box-sizing: border-box;
	width: 215px;
	padding: 10px;
}
ul.btn_cuatro li a:hover {
	background-color: var(--black3);
}
ul.btn_cuatro li a {
	-webkit-transform: translate(2px, 2px);
	transform: translate(2px, 2px);
}

/*-order-*/
.btn-order_limted {
  margin: 1em auto 0;
  background-color: var(--gold);
  display: grid;
  justify-content: center;
  align-content: center;
  width: 220px;
}
.btn-order_limted:hover {
  background-color: var(--gold2);
}
.btn-order_limted a {
  color: #fff; /*<---color chenge */
  font-size: 1.45em;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  box-sizing: border-box;
  /*	border: 1px solid #fff;*/ /*<---color chenge */
  width: 215px;
  padding: 10px;
}
.btn-order_limted a span {
  font-weight: 900;
  line-height: 1.5;
}
.btn-order a:active {
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}
.btn-order_order {
  margin: 1em auto 0;
  background-color: var(--black2);
  display: grid;
  justify-content: center;
  align-content: center;
  width: 220px;
}
.btn-order_order:hover {
  background-color: var(--black3);
}
.btn-order_order a {
  color: #fff; /*<---color chenge */
  font-size: 1.45em;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  box-sizing: border-box;
  /*	border: 1px solid #fff;*/ /*<---color chenge */
  width: 215px;
  padding: 10px;
}
.btn-order_order a span {
  font-weight: 900;
  line-height: 1.5;
}
.btn-order_order a:active {
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}
/*_about-15th_anniversary-colle_*/
.about-15th_anniversary,.about-limited {
  /*margin: 1em auto 2em;
  margin: 2em auto 0;*/
}
.about-15th_anniversary p,.about-limited p {
  font-size: 1.4em;
  /*font-weight: 600;*/
  line-height: 1.6em;
  text-align: center;
  color: var(--black);
}
.about-15th_anniversary h4{
	text-align: center;
	color: var(--gold);
}
.about-15th_anniversary .logo img{
	width: 20%;
	height: auto;
	margin: auto 40%;
}
.about-15th_anniversary .about-explanation{
	width: 750px;
	margin: auto;
}
.about-explanation span{
	font-size: 0.9em;
}
.about-15th_anniversary .usage {
	width: 100%;
	margin-top: 2.2em;
}
.usage .attn{
	color:#ff0000;
	font-size: 1.25em;
}
.usage_cap{
	margin: 1.5em auto;
	width: 80%;
	text-align: center;
}
.usage_cap p{
	margin: 1.6em auto;
}
.usage_cap img{
	max-width: 750px;
	/*width: 60%;
	padding-right: 30px;
	vertical-align: top;*/
}
/*.usage_cap img:first-child{
	padding-right: 0;
}*/
.about-15th_anniversary p a{
	text-decoration: underline;
	color: var(--pink);
}
.about-atten{
	/*border-top: 1px solid #2d2d2d;*/
	width: 780px;
	margin: 1.65em auto 0;
	clear: both;
}
.about-atten p{
	margin-top: 1.5em;
}

/*_up-utapri-Bnr_*/
  .up-utapri-Bnr {
    margin: 50px auto;
  }
  
  .up-utapri-Bnr, .up-utapri-Bnr a img {
    display: block;
  }
  .up-utapri-Bnr a img {
    margin: 2em auto 0;
    width: 325px;
  }
.upLink-list {
  display: flex;
  justify-content: center;
  width: 750px;
  margin: 0 auto;
}
.upLink-list a img {
  display: block;
}
.upLink-list a img:hover {
  opacity: 0.7;
}
.conteLink {
  width: 98%;
  margin: 1.5em auto 85px;
  border: #707070 solid 1px;
}
/*_Attention_*/
.attention-Area {
  font-size: 1.1em;
  width: 1000px;
  margin: 0 auto;
  padding: 40px;
  border: #2d2d2d solid 1px;
  color: #53493f;
}
.attention-Area dl {
  text-align: center;
  margin-bottom: 2em;
}
.attention-Area a {
  text-decoration: none !important;
  /*	text-decoration: underline !important;*/
}
.attention-Area .br-Underline, .attention-Area .bu-Underline, .attention-Area .r-Underline {
  color: rgba(228, 112, 142, 1);
  border-bottom: rgba(228, 112, 142, 1) solid 1px;
  margin: 0 auto;
  width: 30%;
}
.attention-Area .br-Underline {
  color: rgba(184, 169, 106, 1);
  border-bottom: rgba(184, 169, 106, 0.9) solid 1px;
}
.attention-Area p {
  font-size: 1.2em;
  margin: 10px 0;
  color: var(--black);
}
.attention-Area ul {
  margin-bottom: 2em;
}
/*_Copyright_*/
.txt-Copyright {
  color: var(--black);
  text-align: center;
  width: 100%;
  padding: 1em 1em 0;
  margin: 0 auto;
  font-size: 1.1em;
  border-top: #e3e3e3 solid 1px;
}
.sma {
  display: none;
}
.pc {
  display: block;
}

.btn_order-All {
    margin: 40px auto 70px;
    width: 450px;
}
.btn-order a.olDer {
    background-color: var(--black2);
}
.btn-order a.olDer:hover {
    background-color: var(--black3);
}
.btn_order-All a {
    font-size: 3.2em;
    letter-spacing: .1em;
    width: 450px;
    padding: 1rem 3rem;
	color: #fff;
	display: grid;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.block-page-top{
	z-index: 19;
}

/* --------------------------------------------------------------------
	SP/
--------------------------------------------------------------------- */
/*@media screen and (max-width: 600px) {*/
@media only screen and (max-width: 768px) {
  h4{
    font-size: 1.35em;
  }
  /*__Content__*/
  #content-bg {
    width: 100%;
    margin: 2em auto;
  }
  dl.about-Item, .inf-Area {
    width: 95%;
  }
  .conteLink {
    width: 98%;
    margin: 1.5em auto 2em;
  }
  /*__H__*/
  .page-event h1.block-event-page--header {
    /*	    text-align: center;*/
    /*	    letter-spacing: -0.08em;*/
    padding-bottom: 1em;
    width: 100%;
    margin: 0 auto;
  }
  h3.bg-Ribon {
    margin: 1em auto 0;
    font-size: 1.4em;
    height: 3em;
  }
  .small-Txt { /* Small-text */
    font-size: 0.8em !important;
  }
  /*__main visual__*/
  .img-Mv {
    width: 100%;
  }
  /*__info Area__*/
  .inf-Area {
    /*padding: 1em !important;
    margin: 2em auto 0;*/
	margin: 0 auto;  
  }
  .inf-Area img{
    width: 100%;
	margin: 1em auto;
  }
  .inf-Area.benefits {
    display: block;
    width: 95%;
	margin: auto;
  }
	
  .inf-Area.benefits .tokuten_Txt p{
    font-size: 1.25em;
	padding: 0 1em;
	margin: 1em auto 0;
  }
	
  .inf-Area p {
    font-size: 1.3em;
  }
  .inf-Area p.saleDate {
    text-indent: -3.0em;
    padding-left: 3.0em;
  }
  .inf-Area p.txt-Catch {
    letter-spacing: -0.06em;
  }
  .txt-Catch {
    width: 96%;
    margin: 0 auto;
	text-align: center;
  }
  .txt-Catch:nth-of-type(2) {
    width: 90%;
    margin: 0 auto;
    font-size: 1em;
  }
	
  .indent-Txt {
    text-indent: -1.2em;
    padding-left: 1.2em;
    text-align: center;
    margin: 0 1em;
    font-size: 1em;
  }
  /*__item__*/
  .item-bg {
    background-position: center bottom;
  }
  a.attn {
    font-size: 1.2em;
  }
  /*_img-xxBox_*/
  .img_xxBox {
    width: 100%;
    margin: 0 auto;
  }
  /*_itemLnk_*/
  .itemLnk {
    width: 98%;
    margin: 0 auto;
  }
  .itemLnk ul {
    width: 96%;
    display: block;
  }
  .itemLnk ul > a li {
    width: 100%;
    margin: 0 auto 25px;
  }
  .itemLnk ul > a li::before {
    width: 96%;
    height: auto;
  }
  .itemLnk ul > a li p {
    line-height: 1.5;
    letter-spacing: -0.06em;
  }
  /*-list-Frame-*/
  #lineUp {
    width: 98%;
    margin: 1.5em auto;
  }
  .itemlist {
    /*width: 100%;*/
	width: 95%;
    display: block;
    margin: 1.5em auto 1em;
  }
  .itemlist > li {
    padding: 20px 10px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 25px;
  }
  .buy, .name {
    margin-bottom: 0;
  }
  .name {
    font-size: 1.3em;
    margin-top: 0;
  }
  .name.posTer {
    margin-top: 1.5em;
  }
  .name.tTl {
    font-size: 1.2em;
  }
  .limit {
    /*font-size: 0.85em;*/
    font-size: 1em;
  }
  .limit span, .price {
    /*font-size: 1.6em;*/
    font-size: 1.4em;
  }
  /*_btn_*/
  .btn-order {
    margin-top: 1.2em;
  }
  .btn_order-All {
	margin: 35px auto 30px;
    width: 80%;
  }
  .btn-order.btn_order-All a {
    font-size: 2.5em;
	margin: 15px auto; 
	width: 300px;  
  }
  .btn-order.btn_order-All a span:after {
    width: 70px !important;
  }
  /*_about-15th_anniversary-colle_*/
  .about-15th_anniversary {
    width: 95%;
    padding: 0 0.2em;
	margin: auto;
  }
  .about-15th_anniversary .logo img{
    width: 50%;
    margin: auto 25%;
  }
  .about-15th_anniversary .about-explanation{
	width: 100%;
	margin: auto;
  }
  .about-explanation span{
	font-size: 0.85em;
	line-height: 1;
  }
  .about-15th_anniversary .usage {
	width: 100%;
	margin: 2em auto 0;
  }
  .usage_cap{
	margin: 1em auto;
	width: 100%;
  }
  .usage_cap img{
	width: 100%;
	/*padding-left: 0;*/
  }
  .usage_cap img:first-child{
	/*margin-bottom: 1em;*/
  }
  .about-atten{
	width: 100%;
	/*margin: 1.65em auto 0;*/
  }
  .about-atten p{
	/*margin-top: 1.5em;*/
  }
	
  .about-15th_anniversary p {
    margin:1em 0;
    font-size: 1.25em;
  }
  .about-limited {
    width: 100%;
	margin: 0 1em;
  }
  .about-limited p {
    font-size: 1em;
  }
  .usage .attn {
    font-size: 1.05em;
	margin: 0 auto 1em;
  }
  /*_Attention_*/
  .attention-Area {
    width: 95%;
    padding: 1.1em;
    font-size: 1.0em;
  }
  .attention-Area .br-Underline, .attention-Area .bu-Underline, .attention-Area .r-Underline {
    width: 80%;
    font-size: 0.95rem;
  }
  /*_up-utapri-Bnr_*/
  .up-utapri-Bnr {
	width: 100%;
    margin: 20px auto 30px;
  }
  .up-utapri-Bnr a {
    max-width: 500px;
  }
  .upLink-list a, .upLink-list {
    display: block;
    width: 90%;
	margin: 0 auto;  
  }
  .upLink-list a {
    margin-bottom: 1em;
  }
  .upLink-list a img {
    padding: 0;
  }
  .txt-Copyright {
    font-size: 0.8rem !important;
  }
  .Lttl {
    font-size: 1.2rem !important;
  }
  .upLink {
    margin: 2em -1.1em 0;
  }
  .h3-Catch {
    font-size: 1.2rem !important;
  }
  .h4-Catch {
    font-size: 1.2rem !important;
	margin-top: 1.2em;
  }
  .inf-Area.benefits .att_fr {
    padding: 0.5em;
	margin: 10px auto 25px;
  }
  /*_add-textCTRL_*/
  .splarge-Txt { /* Large-text */
    font-size: 1.2em !important;
    width: 98%;
    margin: 0 auto;
    padding-left: 1.5em;
  }

/*SPﾍﾑ･ｿ･ﾖﾉｽｼｨ*/
/*@media screen and (max-width: 600px) {*/
@media only screen and (max-width: 768px) {
  .sma {
    display: block;
  }
	
  .pc {
    display: none;
  }	
  .proBox {
    display: flex;
    column-gap: 1.2em;
  }
  .proImg {
    width: 40%;
    display: grid;
    align-items: center;
  }
  .proImg img {
    margin: 10px auto;
  }
  .proTxt {
    width: 60%;
    display: grid;
    align-items: center;
    grid-row-gap: 0.5em;
  }
  .btn-order_order a, .btn-order_limted a{
    width: 180px;
    font-size: 1.2em;
    padding: 0.3em;
  }
  ul.btn_cuatro li a{
    font-size: 1em;
  }
	
  .tagOlder, .tagLimited {
    font-size: 1.3em;
  }
  /*.itemlist>li:nth-child(3n) {
		margin-bottom: 0;
	}*/
  .btn-order_limted, .btn-order_order {
    width: 90%;
  }
}