@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;900&display=swap');
:root {
  --vh: 100%;
}
html {
  overflow-y: scroll!important;
  overflow-x:hidden;
}
body {
  width: 100%;s
  font-size: 15px;
  font-size: 1.5rem;
  margin: auto;
}
a,
a:before,
a:after,
button,
button:before,
button:after {
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}
a img {
  transition: all 1.5s;
}
button {
  touch-action: manipulation;
  cursor: pointer;
  background: none;
  outline: none;
}
picture {
  display: block;
}

@media screen and (min-width: 769px) {
  .u-show_media {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-hide_media {
    display: none !important;
  }
}
sup {
  font-size: 0.8em;
  vertical-align: top;
}

.motion_op {
  opacity: 0;
  transition: all 0.5s;
}
.motion_Ym20 {
  transform: translateY(20px);
}
.motion_Ym50 {
  transform: translateY(50px);
}
.motion_Y10 {
  transform: translateY(10px);
  transition: all 0.5s;
}
.motion_Y2 {
  transform: translateY(20px);
}
.motion_Xm6 {
  transform: translateX(60px);
}
.motion_Z {
  transform: scale(0.8, 0.8);
}
.is_motion {
  transform: translateX(0);
  transform: translateY(0);
  opacity: 1;
  transform: scale(1, 1);
}
.motion_dly2 {
  transition-delay: 0.2s;
}
.motion_dly4 {
  transition-delay: 0.4s;
}


a .u-hoverImg {
  margin: 0 auto;
  overflow: hidden;
}
a .u-hoverImg img {
  transition: 0.3s all;
}
@media screen and (min-width: 769px) {
  a:hover .u-hoverImg img {
    transform: scale(1.2, 1.2);
    transition: 0.3s all;
    opacity: 1;
  }
}

.zen-medium {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-black {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.l-header {
  z-index: 9;
}
.l-root {
  padding-top: 0;
}
.l-root .l-main {
  transition: 0.3s all;
  overflow: hidden;
  position: relative;
  display: block;
  color: #743e2a;
  background-color: #ffd200;
  font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.p-share {
  background-color: #d70c25;
}
.l-root.is-productsPattern::after {
  display: none;
}
.l-footer,
.p-recommended {
  background-color: #ffdb41;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .l-root .l-main {
    background-color: #fbbf00;
  }
  .p-share__list img {
      width: auto;
  }
}

/* SECTION　bace
//* -------------------------------------------------- */

.l-main {
  margin-top: 0;
}
.l-main:before {
  display: none;
}

.l-main img {
  width: 100%;
  overflow: hidden;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  border: none;
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-recommended img,
.p-share img {
  width: auto;
}
/* contants
//* -------------------------------------------------- */

.kv {
  background: #FFDF48;
  background: linear-gradient(0deg,rgba(255, 223, 72, 1) 0%, rgba(255, 223, 72, 1) 60%, rgba(255, 243, 109, 1) 100%);
}
.kv:before {
  position: absolute;
  display: block;
  content: '';
  top: calc(160vw / 16);
  left: 0;
  background: url(../img/products/banana_softcream/kv_shape.png) no-repeat;
  background-size: 100% auto;
  width: calc(552vw / 16);
  height: calc(427vw / 16);
}
.kv-logo {
  position: absolute;
  top: calc(210vw / 16);
  left: 55%;
  width: calc(420vw / 16);
  animation: kv-logo 0.6s 0.8s ease forwards;
  opacity: 0;
}
@keyframes kv-logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.kv-block {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  padding: calc(150vw / 16) 0 calc(20vw / 16);
}
.kv-img {
  width: calc(441vw / 16);
  position: relative;
  animation: kv-img 0.8s 0.3s ease forwards;
  transform: scale(0.7);
  opacity: 0;
}
@keyframes kv-img {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    transform: scale(1.0);
    opacity: 1;
  }
}
.kv-text {
  width: calc(315vw / 16);
  position: relative;
  padding-bottom: calc(30vw / 16);
  margin-left: calc(90vw / 16);
  animation: kv-logo 0.6s 1s ease forwards;
  opacity: 0;
}
.kv-text_02 {
  text-align: center;
  font-size: calc(13.8vw / 16);
  margin-top: calc(10vw / 16);
  color: #fff;
}
.kv-text_03 {
  text-align: center;
  font-size: calc(8.4vw / 16);
  margin-top: 0;
  color: #fff;
}
.kv-block:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  width: 100%;
  background: #d70c25;
  height: calc(270vw / 16);
  border-top: 10px solid #f47373;
  border-bottom: 10px solid #f47373;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
.kv {
  background: linear-gradient(0deg,rgba(255, 223, 72, 1) 0%, rgba(255, 223, 72, 1) 60%, rgba(255, 243, 109, 1) 100%);
}
.kv:before {
  background: url(../img/products/banana_softcream/kv_shape_sp.png) no-repeat;
  background-size: 100% auto;
  top: calc(515vw / 7.5);
  width: calc(253vw / 7.5);
  height: calc(434vw / 7.5);
}
.kv-logo {
  top: calc(50vw / 7.5);
  left: calc(80vw / 7.5);
  width: calc(647vw / 7.5);
}
.kv-block {
  display: block;
  padding: calc(260vw / 7.5) 0 calc(20vw / 7.5);
}
.kv-img {
  width: calc(600vw / 7.5);
  margin: 0 auto;
  padding-left: calc(30vw / 7.5);
}
.kv-text {
  width: 90%;
  padding-bottom: calc(20vw / 7.5);
  margin: calc(20vw / 7.5) auto 0;
}
.kv-text_01 {
  width: calc(527vw / 7.5);
  margin: 0 auto;
}
.kv-text_02 {
  font-size: calc(23vw / 7.5);
  margin-top: calc(20vw / 7.5);
}
.kv-text_03 {
  font-size: calc(14vw / 7.5);
  margin-top: calc(0vw / 7.5);
}
.kv-block:before {
  height: calc(530vw / 7.5);
  border-bottom: 5px solid #f47373;
}

}

.product {
  background: linear-gradient(0deg,rgba(255, 209, 0, 1) 0%, rgba(255, 209, 0, 1) 30%, rgba(255, 203, 34, 1) 70%, rgba(255, 203, 34, 1) 100%);
  padding-top: calc(60vw / 16);
  position: relative;
}
.product-ttl {
  width: calc(1086vw / 16);
  margin: 0 auto;
  text-align: center;
}
.product-lead {
  text-align: center;
  width: calc(520vw / 16);
  margin: calc(60vw / 16) auto 0;
}
.stack-container {
  height: 100vh;
  position: relative;
  overflow: hidden;
  /*background: url(../img/products/banana_softcream/product_bg.png) center -11vw no-repeat;
  background-size: 100% auto;*/
}
.stack-container:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  left: 0;
  background: url(../img/products/banana_softcream/product_bg.png) center bottom 0vw no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: calc(1350vw / 16);
}
.stack-nav {
  position: absolute;
  z-index: 10;
  bottom: 0;
  top: -10%;
  margin: auto;
  height: fit-content;
  width: calc(15vw / 16);
  text-align: center;
  left: 30%;
}
.stack-nav button {
  display: block;
  margin: 15px auto;
  padding: 0;
  width: calc(9vw / 16);
  height: calc(9vw / 16);
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.stack-nav button.active {
  background: #743e2a;
  width: calc(15vw / 16);
  height: calc(15vw / 16);
}
.stack-wrapper {
  position: relative;
  width: calc(568vw / 16);
  height: calc(514vw / 16);
  margin: auto;
  top: 35%;
  overflow: hidden;
  transform: translateY(-35%);
  /*max-width: 568px;
  max-height: 514px;*/
}
.stack-item {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(568vw / 16);
  height: calc(514vw / 16);
  clip-path: inset(0% 0% 0% 0%);
  /*max-width: 568px;
  max-height: 514px;*/
}
.stack-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.text-wrapper {
  position: absolute;
  top: 45%;
  right: 11%;
  transform: translateY(-45%);
  z-index: 20;
}
.stack-text {
  position: absolute;
  right: 10%;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0;
  transition: opacity 0.5s ease;
  width: calc(286vw / 16);
  text-align: center;
  letter-spacing: -1px;
}
.stack-text {
  text-align: center;
}
.stack-text_01 img {
  width: calc(197vw / 16);
}
.stack-text_02 img {
  width: calc(225vw / 16);
}
.stack-text_03 img {
  width: calc(286vw / 16);
}
.stack-text.active {
  opacity: 1;
}
.stack-text_txt {
  font-size: calc(16vw / 16);
  margin-top: 0.5em;
  line-height: 2;
}
.product-info {
  margin-top: calc(100vw / 16);
  position: absolute;
  text-align: center;
  font-weight: 900;
  bottom: calc(50vw / 16);
/*  top: calc(12% + 36.714vw + 1em);*/
  width: fit-content;
  left: 0;
  right: 0;
  margin: auto;
}
.product-info_ttl {
  font-size: calc(25vw / 16);
  line-height: 1.2;
}
.product-info_txt {
  font-size: calc(9.6vw / 16);
  font-weight: normal;
}
.product-info_price {
  font-size: calc(31vw / 16);
  line-height: 1;
  margin-top: calc(10vw /16);
}
.product-info_price span {
  font-size: calc(15vw / 16);
}
.product-info_mate {
  font-weight: normal;
  font-size: calc(12vw / 16);
  margin-top: 15px;
}
.specialMaterial {
  background: #fff;
  color: #97bb68;
  border: 1px solid #97bb68;
  border-radius: 15px;
  font-weight: bold;
  font-size: calc(13.2vw / 16);
  margin: 0 calc(10vw / 16);
  padding: 0 1em;
  line-height: 1;
}
.product-info_atn {
  margin-top: 1em;
  font-weight: normal;
  font-size: calc(10vw / 16);
}

@media screen and (min-width: 1px) and (max-width: 768px) {
.product {
  background: #ffcb22;
  padding: calc(50vw / 7.5) 0 calc(120vw / 7.5);
  position: relative;
}
.product-bg {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  background: url(../img/products/banana_softcream/product_bg_sp.png) center bottom -50vw no-repeat;
  background-size: 100% auto;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.product-ttl {
  width: calc(650vw / 7.5);
}
.product-lead {
  width: calc(700vw / 7.5);
  margin: calc(50vw / 7.5) auto 0;
}
.stack-container {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.stack-container:before {
  /*background: url(../img/products/banana_softcream/product_bg_sp.png) center bottom -11vw no-repeat;
  background-size: 100% auto;
  height: calc(1465vw / 7.5);*/
  display: none;
}
.stack-nav {
  bottom: inherit;
  top: 30%;
  width: calc(19vw / 7.5);
  left: 5%;
}
.stack-nav button {
  margin: 19px auto;
  width: calc(11vw / 7.5);
  height: calc(11vw / 7.5);
}
.stack-nav button.active {
  width: calc(19vw / 7.5);
  height: calc(19vw / 7.5);
}
.text-wrapper {
  top: calc(103.6vw + 3em);
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  transform: translateY(-45%);
  z-index: 20;
}
.stack-text {
  right: 0;
  top: 1em;
  transform: translateY(0%);
  width: 100%;
  letter-spacing: 0px;
}
.stack-text_01 img {
  width: calc(380vw / 7.5);
}
.stack-text_02 img {
  width: calc(447vw / 7.5);
}
.stack-text_03 img {
  width: calc(570vw / 7.5);
}
.stack-wrapper {
  width: calc(710vw / 7.5);
  height: calc(777vw / 7.5);
  top: calc(70vw / 7.5);
  transform: translateY(0%);
}
.stack-item {
  width: calc(710vw / 7.5);
  height: calc(777vw / 7.5);
}
.stack-text_txt {
  font-size: 1.6rem;
  margin-top: 0.5em;
}
.product-info {
  font-weight: 900;
  bottom: inherit;
  position: relative;
  width: 100%;
  margin-top: 15vw;
}
.product-info_ttl {
  font-size: calc(42vw / 7.5);
  position: relative;
}
.product-info_txt {
  font-size: calc(16vw / 7.5);
}
.product-info_bl {
  display: block;
  position: relative;
}
.product-info_price {
  font-size: calc(40vw / 7.5);
}
.product-info_price span {
  font-size: calc(22vw / 7.5);
}
.product-info_mate {
  font-size: calc(20vw / 7.5);
  margin-top: 15px;
}
.specialMaterial {
  border: 1px solid #97bb68;
  border-radius: 15px;
  font-size: calc(22vw / 7.5);
}
.product-info_atn {
  margin-top: 1em;
  font-size: calc(18vw / 7.5);
}

}



.flavor {
  margin-top: calc(185vw / 16);
  padding: calc(45vw / 16) 0 calc(100vw / 16);
  background: #fdfbe0;
  position: relative;
  border-radius: 0 0 30px 30px;
  position: relative;
  z-index: 1;
}
.flavor:before {
  pointer-events: none;
  position: absolute;
  display: block;
  content: '';
  top: calc(-305vw / 16);
  left: 0;
  background: url(../img/products/banana_softcream/flavor_bg.png) top no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: calc(305vw / 16);
}
.flavor-heading {
  margin: 0 auto;
  width: calc(252vw / 16);
}
.flavor-lists {
  margin-top: calc(100vw / 16);
  display: flex;
  justify-content: center;
}
.flavor-lists li {
  margin: 0 40px;
  text-align: center;
}
.flavor-img {
  width: calc(326vw / 16);
  margin: 0 auto;
  max-width: 326px;
  clip-path: circle(0px at center);
}
.is_motion .flavor-img {
  animation: haa 2s ease forwards;
  clip-path: circle(0px at center);
}
@keyframes haa {
  0% {
    clip-path: circle(0px at center);
  }
  100% {
    clip-path: circle(100% at center);
  }
}
.flavor-name {
  margin-top: 0.8em;
  font-weight: 900;
  font-size: 2.1rem;
  font-size: max(min(1.5vw, 2.1rem), 11px);
  line-height: 1;
}
.flavor-price {
  font-weight: 900;
  font-size: 2.1rem;
  font-size: max(min(1.5vw, 2.1rem), 11px);
}
.flavor-price span {
  font-size: 1.1rem;
  font-size: max(min(0.786vw, 1.1rem), 10px);
}
.flavor-txt {
  margin-top: 1em;
  font-size: 1.4rem;
  font-size: max(min(1vw, 1.4rem), 10px);
}
.flavor .product-info_bl {
  text-align: center;
  margin: 60px auto 0;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
.flavor {
  margin-top: calc(400vw / 7.5);
  padding: calc(45vw / 7.5) 0 calc(150vw / 7.5);
  border-radius: 0 0 30px 30px;
}
.flavor:before {
  top: calc(-470vw / 7.5);
  background: url(../img/products/banana_softcream/flavor_bg_sp.png) top no-repeat;
  background-size: 100% auto;
  height: calc(480vw / 7.5);
}
.flavor-heading {
  width: calc(363vw / 7.5);
}
.flavor-lists {
  margin-top: 0;
  display: block;
}
.flavor-lists li {
  margin: calc(100vw / 7.5) auto 0;
}
.flavor-img {
  width: calc(652vw / 7.5);
  max-width: 652px;
}
.flavor-name {
  margin-top: 0.8em;
  font-size: 2.1rem;
}
.flavor-price {
  font-size: 2.1rem;
}
.flavor-price span {
  font-size: 1.1rem;
}
.flavor-txt {
  font-size: 1.3rem;
}
}




.shop {
  position: relative;
  z-index: 0;
  padding: 100px 0;
  background: #ffdb41;
}
.shop:before {
  position: absolute;
  display: block;
  content: '';
  top: calc(-65vw / 16);
  left: 0;
  background: url(../img/products/banana_softcream/shop_bg.png) top no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: calc(631vw / 16);
  z-index: 0;
}
.shop-inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop-img {
  position: relative;
  max-width: 550px;
  width: calc(550vw /16);
}
.shop-img img {
  width: 100%;
}
.shop-img img:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
}
.is_motion.shop-img img {
  animation: stn 0.5s 0.3s ease forwards;
  transform: translateY(-20px);
  opacity: 0;
}
.is_motion.shop-img img:nth-child(2) {
  animation-delay: 0.4s;
}
.is_motion.shop-img img:nth-child(3) {
  animation-delay: 0.5s;
}
.is_motion.shop-img img:nth-child(4) {
  animation-delay: 0.6s;
}
@keyframes stn {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.shop-signboard {
  border: 5px solid #fff;
  background: #e20823;
  border-radius: 20px;
  box-shadow: 7px 6px 0px 1px #c47d0d;
  width: 325px;
  height: fit-content;
  margin-left: 75px;
  transform: translateX(60px);
  opacity: 0;
}
.shop-signboard.is_motion {
  animation: kbk 0.5s 0.5s ease forwards;
}
@keyframes kbk {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
.shop-signboard01 {
  width: 227px;
  text-align: center;
  padding: 27px 0 13px;
  margin: 0 auto;
}
.shop-signboard02 a {
  background: #fff;
  padding: 10px 0;
  line-height: 1;
  position: relative;
  display: block;
  text-align: center;
  transition: all .3s;
}
.shop-signboard02 a:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  bottom: 0;
  right: 30px;
  background: url(../img/products/banana_softcream/arrow_topred.png) top no-repeat;
  background-size: 100% auto;
  width: 34px;
  height: 28px;
  margin: auto;
}
.shop-signboard02 img {
  width: 187px;
  margin-left: -25px;
}
.shop-signboard04 a,
.shop-signboard03 a {
  padding: 30px 0;
  display: block;
  position: relative;
  transition: all .3s;
}
.shop-signboard03 a:before {
  position: absolute;
  display: block;
  content: '';
  left: 30px;
  background: url(../img/products/banana_softcream/shop_kitkat.png) top no-repeat;
  background-size: 100% auto;
  width: 33px;
  height: 64px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.shop-signboard04 a:before {
  position: absolute;
  display: block;
  content: '';
  left: 12px;
  background: url(../img/products/banana_softcream/shop_melonpan.png) top no-repeat;
  background-size: 100% auto;
  width: 60px;
  height: 57px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.shop-signboard04 a:after,
.shop-signboard03 a:after {
  position: absolute;
  display: block;
  content: '';
  right: 20px;
  background: url(../img/products/banana_softcream/arrow_white.png) top no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 24px;
}
.shop-signboard03 a:after {
  top: 30px;
}
.shop-signboard04 a:after {
  top: 50px;
}
.shop-signboard03 img {
  width: 207px;
  margin-left: 85px;
}
.shop-signboard04 a {
  border-top: 5px solid #fff;
}
.shop-signboard04 img {
  width: 210px;
  margin-left: 85px;
}

.shop-info {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 85px;
}
.shop-info_text01 {
  text-align: center;
  font-size: 1.4rem;
}
.shop-info_lists {
  text-align: left;
  font-size: 1rem;
  padding-left: 1em;
  margin-left: 50px;
}
.shop-info_lists li {
  position: relative;
}
.shop-info_lists li:before {
  content: '※';
  display: block;
  position: absolute;
  top: 0;
  left: -1em;
  width: 1em;
  height: 1em;
}
.shop-info_lists a {
  color: #743e2a;
}

@media screen and (min-width: 769px) {
.shop-signboard02 a:hover:after {
  top: -5px;
  right: 40px;
}
.shop-signboard04 a:hover:after,
.shop-signboard03 a:hover:after {
  right: 10px;
}
.shop-signboard03 a:hover:before,
.shop-signboard04 a:hover:before {
  transform: scale(1.1);
}
}

@media screen and (min-width: 1px) and (max-width: 768px) {
.shop {
  padding: 30px 0 60px;
}
.shop:before {
  top: calc(-317vw / 7.5);
  background: url(../img/products/banana_softcream/shop_bg_sp.png) top no-repeat;
  background-size: 100% auto;
  height: calc(1190vw / 7.5);
}
.shop-inner {
  display: block;
  margin-top: 50px;
}
.shop-img {
  max-width: 660px;
  width: calc(660vw / 7.5);
  margin: 0 auto;
}
.shop-signboard {
  border-radius: 18px;
  box-shadow: 3.5px 3px 0px 1px #c47d0d;
  width: calc(640vw / 7.5);
  margin: 50px auto 0;
}
.shop-signboard01 {
  width: calc(455vw / 7.5);
  padding: 25px 0 15px;
}
.shop-signboard02 a {
  padding: 15px 0;
}
.shop-signboard02 a:after {
  right: calc(68vw / 7.5);
  width: calc(68vw / 7.5);
  height: calc(55vw / 7.5);
}
.shop-signboard02 img {
  width: calc(366vw / 7.5);
  margin-left: calc(-50vw / 7.5);
}
.shop-signboard03 a:before {
  left: calc(54vw / 7.5);
  width: calc(64vw / 7.5);
  height: calc(133vw / 7.5);
}
.shop-signboard04 a:before {
  left: calc(20vw / 7.5);
  width: calc(121vw / 7.5);
  height: calc(118vw / 7.5);
}
.shop-signboard04 a:after,
.shop-signboard03 a:after {
  right: calc(40vw / 7.5);
  width: calc(80vw / 7.5);
  height: calc(45vw / 7.5);
}
.shop-signboard03 a:after {
  top: calc(60vw / 7.5);
}
.shop-signboard04 a:after {
  top: calc(90vw / 7.5);
}
.shop-signboard03 img {
  width: calc(410vw / 7.5);
  margin-left: calc(166vw / 7.5);
}
.shop-signboard04 img {
  width: calc(414vw / 7.5);
  margin-left: calc(166vw / 7.5);
}

.shop-info {
  display: block;
  margin: 20px auto 0;
  width: 80%;
}
.shop-info_text01 {
  font-size: 1.3rem;
}
.shop-info_text01 span {
  font-size: 1rem;
}
.shop-info_lists {
  font-size: 1rem;
  margin: 20px auto 0;
}

}


