/*----------------------------------
	body
-----------------------------------*/
body#customerindex {display: none;}
/*==================
#loading
==================*/

#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #FFF;
  text-align: center;
  display: none;
}
#loading_text{
  width: 14%;
  margin: 29% auto 0 auto;
  position: relative;
}
@media (max-width: 1023px) {
  #loading_text .progressbar-text {
    font-size: 1.0rem !important;
  }
}

/*----------------------------------
	wrapper
-----------------------------------*/
#wrapper {
  position: relative;
  z-index: 2;
}
/*----------------------------------
	header
-----------------------------------*/
header {
  position: fixed;
  top: 0;
  width: 60%;
  height: fit-content;
  padding: 1rem 0;
  background: #fff;
  z-index: 10;
  height: 7rem;
}
/*----------------------------------
	container
-----------------------------------*/
.container {}
.contents {
  width: 100%;
  margin: 0 auto;
}
.section {}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.flex-rev {
  flex-wrap: wrap-reverse;
}
.mainBlock {
  padding: 0 1rem;
  margin-top: 18rem;
}
/*----------------------------------
	a img
-----------------------------------*/
a img:hover {}
/*----------------------------------
	aside
-----------------------------------*/
aside {}
/*----------------------------------
	footer
-----------------------------------*/
footer {}
footer ul#footer_gnavi {}
footer ul#footer_gnavi li {}
footer ul#footer_gnavi li i {}
/*----------------------------------
	sp pc
-----------------------------------*/
.PC {
  display: block;
}
.SP {
  display: none;
}
/*----------------------------------
	button
-----------------------------------*/
#spnav_bt {
  display: none;
}
/*----------------------------------
	h1,h2,h3,h4,h5,h6
-----------------------------------*/
h1 {
  display: none;
}
h1 img {}
h2 {text-align: center; font-size: 1.6rem; margin-bottom: 4rem; position: relative; width: 100%;}
h2.pageTitle:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #666666; /*下線の色*/
}
h3 {margin: 2rem 0 1rem; border-bottom:1px solid #ddd; }
h4.categoryTitle {text-align: center;}
/*----------------------------------
	nav
-----------------------------------*/
nav {}
nav ul#gnavi {}
nav ul#gnavi li {}
nav ul#gnavi li:nth-child(odd) {}
nav ul#gnavi li a {}
/*----------------------------------
	sideblock
-----------------------------------*/
.headerMenuBlock {
    display: flex;
    flex-wrap: nowrap;
    vertical-align: middle;
    justify-content: flex-start;
    flex-direction: row-reverse;
    padding-left: 30%;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 100;
}
.headerMenuBlock .headebtn {
    width: 55px;
    height: 60px;
    padding: 0.5rem 0;
    z-index: 30;
    text-align: center;
	margin: .1rem
}
.call-btn {
  display: block;
  border: none;
  background:blue;
  text-align: center;
  color: #fff;
}
.call-btn a{
  color: #fff;
}
.call-btn i {
    display: block;
    text-align: center;
    font-size: 3rem;
    font-weight: normal;
}
.search-btn {
  display: block;
  border: none;
  background: rgb(255 160 0);
	text-align: center;
	color: #fff;
}
.search-btn i {
    display: block;
    text-align: center;
    font-size: 3rem;
    font-weight: normal;
}
.blog-btn {
  display: block;
  border: none;
  background:green;
  text-align: center;
  color: #fff;
}
.burger-btn {
  display: block;
  border: none;
  background: red;
}
.burger-btn .open {
  display: block;

  color: #fff;
  position: relative;
  font-weight: bold;
}
.burger-btn .open i {
  display: block;
  text-align: center;
  font-size: 3rem;
  font-weight: lighter;
}
.burger-btn .open span {
  display: block;
  text-align: center;
}
.burger-btn.close {
  background: rgba(0, 0, 0, 1);
    transition: transform .3s;
    z-index: 100;

}
.burger-btn.close a {
    display: block;
    height: 100%;position: relative;
}
.burger-btn.close .open{
  display: none;
}
.burger-btn.close .bar{
  background-color: rgba(0,0,0,3);
}
.burger-btn.close .bar_top {
  transform: translate(-50%, 12px) rotate(45deg);
  background-color: #fff;
}
.burger-btn.close .bar_mid {
  opacity: 0;
}
.burger-btn.close .bar_bottom {
  transform: translate(-50%, -15px) rotate(-45deg);
  background-color: #fff;
}
.bar {
  width: 20px;
  height: 3px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0,0,0,0);
}
.bar_top {
  top: 10px;
}
.bar_mid {
  top: 50%;
  transform: translate(-50%, -50%);
}
.bar_bottom {
  bottom: 10px;
}

/*body.noscroll {
  overflow: hidden;
}*/
#sidebar {
  display: none;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #00000059;
  box-sizing: border-box;
  z-index: 10;
}
#sidebar #sidebarContents {
  background: #fff;
  overflow: auto;
  padding: 2rem 1rem;
  height:100vh;
}

#sidebar ul {
  margin: 1rem 1rem 2rem 1rem;
}
#sidebar ul li {
  border-bottom: 1px solid #DDD;
  padding-left: 10px;
}
#sidebar ul li:first-child {
  border-top: 1px solid #DDD;
}
#sidebar ul li a {
  display: block;
  padding: 0.7rem 0;
  color: #171c61;
  font-size: 1.6rem;
}
#sidebar ul li a i {
  padding-right: 0.8em;
  font-size: 2rem;
  display: inline-block;
  width: 3rem;
}
/*----------------------------------
cart
----------------------------------*/
.cartBlock {
  padding: 2rem 1rem 0 1rem;
  margin-top: 7rem;
}


.cartBlock ul {
  margin: 1rem 1rem 2rem 1rem;
}
.cartBlock ul li {
  border-bottom: 1px solid #DDD;
  padding-left: 10px;
}
.cartBlock ul li:first-child {
  border-top: 1px solid #DDD;
}
.cartBlock ul li a {
  display: block;
  padding: 0.7rem 0;
  color: #171c61;
  font-size: 1.6rem;
}
.cartBlock ul li a i {
  padding-right: 0.8em;
  font-size: 2rem;
  display: inline-block;
  width: 3rem;
}
/*----------------------------------
#searchForm
-----------------------------------*/

#searchForm {
    position: fixed;
    top: -20rem;
    left: 5%;
    width: 90%;
    z-index: 9999;
    background: #ffa000;
    border-radius: 0.5rem;
    padding: 1rem;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 50%);
	transition: .5s all;
}
#searchForm.active {
	display: block;
	top: 7rem;
	transition: .5s all;
}
#searchForm input[type="text"] {
	width: 65%;
}
#searchForm input[type="submit"] {
	width: 30%;
}
/*----------------------------------
	dafaultTable
-----------------------------------*/
.dafaultTable {
  width: 100%;
  border: 1px solid #ddd;
}
.dafaultTable th {
  background: #ddd;
  border: 1px solid #ddd;
  padding: 0.5rem 0;
}
.dafaultTable td {
  border: 1px solid #ddd;
  padding: 0.5rem;background: #fff;
}
.cartIndafaultTableItem td:last-child input {
  width: 5rem;
}
/*----------------------------------
	keyv
-----------------------------------*/
.main-slider .slick-slide, .main-slider .slick-slide::before, .caption {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.main-slider .slick-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-slider {
  position: relative;
  width: 100%;
  height: 38vw;
  min-height: 8vw;
  margin-bottom: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
}
.main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.main-slider .slick-slide {
  position: relative;
  height: 38vw;
}
.main-slider .slick-slide::before {
  background-color: #000;
  opacity: .3;
  z-index: 1;
}
.main-slider .slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main-slider .slick-slide iframe {
  position: relative;
  pointer-events: none;
}
.main-slider .slick-slide figure {
  position: relative;
  height: 100%;
}
.main-slider .slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all .8s ease;
}
.main-slider .slick-slide .slide-image.show {
  opacity: 1;
}
.main-slider .slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.main-slider .slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}
.main-slider .slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.main-slider .slick-slide.slick-active {
  z-index: 1;
}
.main-slider .slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.main-slider .slick-slide.slick-active .caption {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}
.main-slider .caption {
  position: absolute;
  top: 44%;
  left: 5%;
  text-align: center;
  padding: 20px;
  border: 3px solid;
  color: #fff;
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: .02em;
  opacity: 0;
  z-index: 1;
  transition: all .3s ease;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}
.main-slider .slick-dots {
  text-align: center;
  padding-top: 15px;
}
.main-slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.main-slider .slick-dots li button {
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 0 transparent;
  vertical-align: middle;
  color: #fff;
  background-color: #fff;
  transition: all .3s ease;
  opacity: .4;
}
@-webkit-keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
}
@keyframes slideOut {
  from {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
}
/*----------------------------------
	button
-----------------------------------*/
.btn {
  background: transparent;
  border: 2px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0;
  margin: 1rem 1%;
  padding: 1.2rem 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  outline: none;
  position: relative;
  top: 0;
  width: 16rem;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.btnLarge {
  font-size: 1.8rem;
  width: 90%;
  padding: 2.2rem 0;
}
.btnSmall {
  padding: 0.5rem 2rem;
  margin: 0.5rem 0;
  width: auto;
}
.btnLong {
  width: auto;
  padding: 1.2rem 3rem;
}
.btnMaxLong {
  width: 100%;
  margin: 1rem 0;
}

.rounded {
  border-radius: 5px;
}
.full-rounded {
  border-radius: 20em;
}
.green {
  background: #00b645;
  color: #fff;
}
.green:hover {
  background: #25f17a;
}
.green:active, .green:focus {
  background: #25f17a;
}
.light-green {
  background: #87bc58;
  color: #fff;
}
.light-green:hover {
  background: #c0da82;
}
.light-green:active, .light-green:focus {
  background: #7fb84d;
}
.orange {
  background: #e77e22;
  color: #fff;
}
.orange:hover {
  background: #f6b417;
}
.orange:active, .orange:focus {
  background: #dd7418;
}
.blue {
  background: #3cbce1;
  color: #fff;
}
.blue:hover {
  background: #56d7ed;
}
.blue:active, .blue:focus {
  background: #2fb7df;
}
.purple {
  background: #9a59b5;
  color: #fff;
}
.purple:hover {
  background: #c472e6;
}
.purple:active, .purple:focus {
  background: #944fb0;
}
.yellow {
  background: #fac75a;
  color: #fff;
}
.yellow:hover {
  background: #fce17a;
}
.yellow:active, .yellow:focus {
  background: #fac24b;
}
.gray {
  background: #495056;
  color: #fff;
}
.gray:hover {
  background: #747373;
}
.gray:active, .gray:focus {
  background: #444444;
}
.red {
  background: #e84c3d;
  color: #fff;
}
.red:hover {
  background: #f57b8a;
}
.red:active, .red:focus {
  background: #e63b2b;
}
.dark-blue {
  background: #34495e;
  color: #fff;
}
.dark-blue:hover {
  background: #425c77;
}
.dark-blue:active, .dark-blue:focus {
  background: #2f4154;
}
.ash-grey {
  background: #bec3c7;
  color: #fff;
}
.ash-grey:hover {
  background: #d0d5d9;
}
.ash-grey:active, .ash-grey:focus {
  background: #b0b6bb;
}
.white {
  background: #fff;
  color: #495056;
  border: 2px solid #c3c6c8;
}
.white:hover {
  background: #d0d5d9;
}
.white:active, .white:focus {
  background: #b0b6bb;
}
.orderBtn {
  padding: 1.5rem 0;
  font-size: 3rem;
}
/*-----------------------------

-------------------------------*/
.headerNav {
    justify-content: flex-start;
    width: 59%;
    margin: 0 10% 0 5%;
}
.headerNav .shopName {
  font-weight: bold;
  padding: 1rem 0 0 2rem;
}
#slidemenu {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 7rem;
  background: #fff;
}
#itemNav {

}
#itemContents {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
}
.itemCategryContents {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}
.swiper-navigation {
  overflow: visible !important;
}
.swiper-navigation .swiper-slide {
  padding: .75rem 2rem;
  width: auto;
  position: relative;
  margin: 0.5rem;
  background: #bbb;
  transition: all .3s;
  color: #FFF;
}
.swiper-navigation .swiper-slide a {
  color: #fff;
  font-size: 1.6rem;
}
.swiper-navigation .swiper-slide.swiper-slide-active {
  font-weight: bold;
  color: #FFF;
  padding: 1rem 2rem .75rem;
  transform: translateY(4px) scale(1.2);
  z-index: 3;
  opacity: 1;
  transition: all .3s;
}
.swiper-contents .swiper-slide {
  background: #fff;
  padding: 1rem;
  box-sizing: border-box;
  justify-content: flex-start;
}
/*----------------------------------
	商品一覧
-----------------------------------*/
.itemList .itemListProducts {
  width: 50%;
  padding: 1%;
  position: relative;
}
.itemList .itemListProducts .soldoutMask{display:none;}
.itemList .itemListProducts.soldout .soldoutMask{
	display: block;position: absolute; z-index: 2;width: 100%;height: 100%;background: rgba(0,0,0,.6);color: #fff;}
.itemList .itemListProducts.soldout .soldoutMask span{
	display: block;font-weight: bold;font-size: 3rem; vertical-align: middle;text-align: center; font-size:3re;height: 100%; width: 100%;padding-top: 25%;}
.itemList .itemListProducts#data-scroll {
  position: relative;
}
.itemList .itemListProducts#data-scroll:after {
  content: 'LINE@でオススメ';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 1rem);
  background: #c2f9bb;
  padding: 0.25em 1rem;
  border-radius: 0.2rem;
  z-index: -1;
  text-align: right;
  color: #54c11d;
  font-weight: bold;
}
@media only screen and (min-width: 980px) {
  .itemList .itemListProducts {
    width: calc(100%/3);
    padding: 1%;
  }
}
@media only screen and (min-width: 1280px) {
  .itemList .itemListProducts {
    width: calc(100%/4);
    padding: 1%;
  }
}
.itemList .change > div {
  padding: 0.5rem 1.5rem;
}
.itemList .itemListProducts .list_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 0.5rem 0;
}
.itemList .itemListProducts .list_area .spIconBlock {
  width: 100%;
  margin: 0.5rem 0;
}
.itemList .itemListProducts .list_area .spIconBlock li {
  width: 30%;
  background: #333;
  color: #fff;
  padding: 0 0.25em;
  text-align: center;
}
.itemList .itemListProducts .list_area .spIconBlock li span {
  background: #333;
  color: #fff;
  padding: 0.25em .5rem;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 1.2rem;
}
.itemList .itemListProducts .list_area .listphoto {
  width: 45%;
}
.itemList .itemListProducts .list_area .listrightbloc {
  width: 55%;
  padding-left: 2%;
}
.itemList .itemListProducts .list_area .cart_area {
  padding: 0;
}
.itemList .itemListProducts .list_area h3 {
    font-size: 1.6rem;
    padding: 0rem 0 0.25rem 0;
    width: 100%;
}
.itemList .itemListProducts .list_area.normal_price, .itemList .itemListProducts .list_area .sale_price {
  margin-bottom: 0;
}
.itemList .itemListProducts .list_area .pricebox .price span {
  font-size: 1.9rem;
  font-weight: bold;
}
.itemList .itemListProducts .list_area .listcommentBlock {
  display: none;
}
.itemList .itemListProducts .list_area .listcommentBlock.open {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  padding: 1rem;
  background: rgba(0, 0, 0, .8);
  left: 0;
  top: 0;
  z-index: 2000;
}
.itemList .itemListProducts .list_area .listcommentBlock.open .listcommentTxt {
  background: #fff;
  padding: 4rem 3rem 3rem 3rem;
  overflow: scroll;
  border-radius: 1rem;
  height: fit-content;
  position: absolute;
  top: 50%;
  left: 1rem;
  margin-top: -50%;
  width: calc(100% - 2rem);
}
.itemList .itemListProducts .list_area .listcommentBlock.open .listcommentBtClose {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 2rem;
}
.itemList .spIconBlock, .itemList .listcomment {
  display: block;
}
.itemListProducts .cartin_btn {
  width: 100%;
}
.itemSelectlistBox {
  display: table;
  padding: .75rem 0;
  width: 100%;
}
.itemSelectlistBox div {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
}
/*----------------------------------
	商品詳細　products/detail
-----------------------------------*/
.detailpage {
  margin-top: 0;
  padding: 1rem;
}
#detailarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#detailarea h3 {
  width: 100%;
}
#detailarea h2.itemName {
  font-size: 2.4rem;
  text-align: left;
  margin-bottom:1rem;
}

#detailphotobloc {
  width: 35%;
}
#detailphotobloc a img {
  width: 100%;
}
#detailrightbloc {
  width: 100%;
}
.product_code {
  font-size: 1rem;
}
.normal_price, .sale_price {
  margin-bottom: 1rem;
}
.normal_price #price01_default, .sale_price #price02_default {
  font-size: 2.3rem;
}
#detailrightbloc .status_icon {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 1rem;
}
#detailrightbloc .status_icon li {
  width: 15%;
  padding: 0 1% 0 0;
  line-height: normal;
}
#detailrightbloc .status_icon li a img {
  width: 100%;
}
.itemSelectlistBox {
  display: table;
  padding: 1rem 0;
  width: 100%;
}
.itemSelectlistBox div {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
}
.itemDetailListTag {
  padding: 0.1rem 0;
  font-size: 1.6rem;
}
.itemDetailListTagIndex {
  display: inline-block;
  padding: 0.25rem 1rem;
  margin-right: 1rem;
  background: #E4A844;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5em
}
.main_comment {
  max-height: 30rem;
  padding: 0 0.5rem;
  margin: 2rem 0;
}
.cart_area {
  border-top: 1px solid #ddd;
  padding: 2rem 0;
}
.sub_area {
  padding: 3rem 0;
}
.sub_area h3 {
  font-size: 2.4rem;
  padding: 0rem 0 2rem 0;
}
.subphotoimg {}
.subtext {
  padding: 2rem 0;
}
.favorite_btn {
  margin-bottom: 2rem;
}
/*-----------------------------
cart
-------------------------------*/
#cart {
  padding: .5rem 1rem 3rem ;
  background: #f5f8fb;
  border-radius: 0.5rem;
}
#cart input[name="quantity"] {
  width: 5rem;
}
.cancel {
  font-size: 2rem;
}
.thanksTxt {text-align: center; padding: 5rem 0;}

.orderSending {
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  background: url('../images/image_processing.gif') no-repeat top center #fff;
}
.orderThanks {text-align: center; font-size:2.4rem; padding: 3rem 0 0 0;}
.orderThanks span {display: block; text-align: center; font-size: 1.4rem; padding: 0 0 3rem 0;}
/*-----------------------------
history
-------------------------------*/
.historyTextarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box;
  background: #fff;
  max-width: 100%;
}
/*-----------------------------
staff
-------------------------------*/
.stuffList {
}
.stuffList article{
	border-bottom: 1px solid #999;
	padding: 2rem 1rem;
	justify-content: space-between;
}
.stuffList .staffPhoto {
	max-width: 15rem;
}
.stuffList .staffText {
    width: calc(100% - 17rem);
}
.staffName {
	font-size: 1.4em;
	border-bottom: none;
}
.staffName rt {
    font-size: .5em;
    font-weight: normal;
}
.stuffList .telBlock {
    display: block;
    background: #f80004;
    color: #f6f6f6;
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
    width: fit-content;
    padding: 0.5em 0.75em;
    margin: 1rem 0;
    border-radius: 0.5rem;
}
