@charset "utf-8";
#shop_top_content {
  line-height: 1;
}
/*****************************************************************************
.section
*****************************************************************************/
.section {
  padding: 60px 0;
  position: relative;
}
.section::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.section.items::after {
  background: rgba(0, 42, 94, 0.6);
}
.section > .inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .section {
    padding: 50px 0;
  }
  .section > .inner {
    width: auto;
  }
}
/*****************************************************************************
.topSectionWrapper
*****************************************************************************/

/* セールバナー北関東　非表示
.topSectionWrapper {
	display:none;
	padding: 60px 0;
}*/

/* セールバナー北関東　表示 */
.topSectionWrapper {
  display: block;
  padding: 30px 0 60px;
}

/* セールバナーValor　非表示*/
body.vlr .topSectionWrapper {
	display:none;
	padding: 60px 0;
}

/* セールバナーValor　表示
body.vlr .topSectionWrapper {
  display: block;
  padding: 30px 0 60px;
} */

/* セールバナー千葉貝塚　非表示
body.szk .topSectionWrapper {
  display: none;
  padding: 60px 0;
}
/* セールバナー千葉貝塚　表示 */
body.szk .topSectionWrapper {
	display: block;
  padding: 30px 0 60px;
  }

/* セールバナー千葉ニュータウン　非表示
body.wk_body .topSectionWrapper {
  display: none;
  padding: 60px 0;
} */

/* セールバナー千葉ニュータウン　表示 */
body.wk_body .topSectionWrapper {
	display: block;
  padding: 30px 0 60px;
  }

/* セールバナー東京　非表示*/
body.snx .topSectionWrapper {
  display: none;
  padding: 60px 0;
} 

/* セールバナー東京　表示
  body.snx .topSectionWrapper {
	display: block;
  padding: 30px 0 60px;
  } */

  /* セールバナー東京　西大島表示
  body.snx.nishiojima .topSectionWrapper {
	display: block;
  padding: 30px 0 60px;
  } */

/* セールバナー東京　西大島のみ非表示
body.snx.nishiojima .topSectionWrapper {
  display: none;
  padding: 60px 0;
} */

/* セールバナー東京　江東砂町のみ表示*/
body.snx.kotosunamachi .topSectionWrapper {
  display: block;
  padding: 30px 0 60px;
  } 


/*
body.takasakimidoricho .topSectionWrapper {
	display:block;
}
*/

/* セールバナー鶴岡インター　表示 */
body.tsuruokainter .topSectionWrapper {
  display: block;
} 

/* セールバナー鶴岡インター　非表示
body.tsuruokainter .topSectionWrapper {
  display: none;
  padding: 60px 0;
}  */

/* セールバナー愛媛　表示  */
body.ehime .topSectionWrapper {
  display: block;
}

/* セールバナー愛媛　非表示
body.ehime .topSectionWrapper {
  display: none;
  padding: 60px 0;
}  */

/* ↑　セールバナー　非表示*/



.topSectionWrapper > .inner {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
.topSectionWrapper .sale {
  width: 790px;
}
.topSectionWrapper .staffLink {
  margin-left: 80px;
  flex: 1;
}
.topSectionWrapper .staffLink .box {
  display: block;
  height: 425px;
}
@media screen and (max-width: 600px) {
  .topSectionWrapper {
    padding: 50px 0;
  }
  .topSectionWrapper > .inner {
    display: block;
    width: auto;
  }
  .topSectionWrapper .sale,
  .topSectionWrapper .staffLink {
    width: auto;
  }
  .topSectionWrapper .staffLink {
    width: 80%;
    margin: 50px auto 0;
  }
  .topSectionWrapper .staffLink .box {
    height: 329px;
  }
}
/*bnrNav before 2019/4/16
------------------------*/
.bnrWrapper {
  border: 1px solid #dddddd;
}
.bnrWrapper a {
  display: block;
}
.bnrWrapper img {
  width: 100%;
}
/*bnrWrapper
------------------------*/
.bnrWrapper {
  padding: 8px;
  background: #fff;
  border: 1px solid #dddddd;
}
.bnrWrapper .slide {
  overflow: hidden;
}
.bnrWrapper img {
  width: 100%;
}
.bnrWrapper .swiper-slide a {
  display: block;
}
.bnrWrapper .swiper-slide a:hover {
}
.bnrWrapper .noBanners {
  height: 322px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.bnrWrapper .noBanners .text {
  font-size: 1.1rem;
}
.bnrWrapper .noBanners .btn {
  margin-top: 15px;
}
.bnrWrapper .noBanners .btn a {
  display: block;
  line-height: 48px;
  border: 1px solid #dc0002;
  background: #dc0002;
  border-radius: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 0 80px;
}
.bnrWrapper .noBanners .btn a::after {
  content: "\f0a9";
  font-family: FontAwesome;
  font-size: 30px;
  vertical-align: middle;
  color: #fff;
  position: absolute;
  top: 0;
  right: 14px;
  z-index: 1;
}
.bnrWrapper .gallery-thumbs ul {
  margin-top: 8px;
  display: flex;
  background: #ffffff;
}
.bnrWrapper .gallery-thumbs li {
  width: calc((100% - 24px) / 4);
  margin-left: 8px;
  cursor: pointer;
}
.bnrWrapper .gallery-thumbs li:nth-child(1) {
  margin-left: 0;
}
.bnrWrapper .gallery-thumbs .inactive {
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .bnrWrapper {
    padding: 4px;
  }
  .bnrWrapper .gallery-thumbs ul {
    margin-top: 4px;
  }
  .bnrWrapper .gallery-thumbs li {
    width: calc((100% - 12px) / 4);
    margin-left: 4px;
    cursor: pointer;
  }
}
/*staffLink
------------------------*/
.topSectionWrapper .staffLink .box {
  display: block;
  position: relative;
  border: 1px solid #dddddd;
}
.topSectionWrapper .staffLink .box .img {
  height: 100%;
  overflow: hidden;
}
.topSectionWrapper .staffLink .box .img img {
  height: auto;
  width: 100%;
}
.topSectionWrapper .staffLink .box .layer {
  position: absolute;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 10%,
    rgba(0, 0, 0, 1)
  );
  color: #ffffff;
  padding: 80px 20px 20px;
  bottom: 0;
  left: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.topSectionWrapper .staffLink .box .layer .text {
  font-size: 1.1rem;
  line-height: 1.3;
}
.topSectionWrapper .staffLink .box .layer .btn {
  margin-top: 15px;
  text-align: center;
}
.topSectionWrapper .staffLink .box .layer .btn span {
  display: inline-block;
  border: 1px solid #ffffff;
  line-height: 30px;
  padding: 0 45px;
  border-radius: 16px;
  position: relative;
}
.topSectionWrapper .staffLink .box .btn span::after {
  content: "\f0a9";
  font-family: FontAwesome;
  font-size: 20px;
  vertical-align: middle;
  color: #fff;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 1;
}
/*****************************************************************************
items
*****************************************************************************/
.items {
  background: url("../images/home/201902/itemBg.jpg") 50% 0 no-repeat;
  background-size: cover;
}
/*****************************************************************************
service
*****************************************************************************/
.service {
  background: #fff;
}
.service .list ul {
  display: flex;
  justify-content: center;
}
.service .list li {
  width: calc((100% - 100px) / 6);
  margin-left: 20px;
  position: relative;
}
.service .list li.wYoyaku {
  padding-bottom: 45px;
}
.service .list li:nth-child(1) {
  margin-left: 0;
}
.service .list li a {
  display: block;
  text-decoration: none;
}
.service .list li span {
  display: block;
  text-align: center;
}
.service .list li .img {
  border-radius: 16px;
}
.service .list li img {
  width: 100%;
  backface-visibility: hidden;
}
.service .list li .capt {
  padding: 3px 0 0;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 500;
  color: #dc0002;
}
.service .list li .yoyaku {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.3s;
}

.service .list li .yoyaku:hover {
  transform: scale(1.06);
}
.service .list li .yoyaku::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #d9d9d9;
  position: absolute;
  z-index: -1;
  bottom: -3px;
  right: -3px;
}
.service .list li .yoyaku a {
  display: block;
  color: #fff;
  background: #222;
  text-align: center;
  padding: 7px 0;
  line-height: 1.2;
  font-size: 13px;
}
/*.service .list li .yoyaku a::before {
	content: "\f274";
	font-family: FontAwesome;
	color: #fff;
	margin-right: 2px;
	opacity: 0.75;
}*/

.service .list li .yoyaku a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(https://www.taiyaichiba.com/share/images/shopSub/touch-icon.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 2px;
}

.service .list li .yoyaku a::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #222;
  position: absolute;
  right: 50%;
  top: 0;
  transform-origin: 100% 0;
  transform: translateX(75%) rotate(45deg);
}
.service .list li.disabled {
  pointer-events: none;
}
.service .list li.disabled img {
  opacity: 0.5;
}
.service .list li.disabled .capt {
  color: #888;
}
.service .list li.disabled .yoyaku {
  opacity: 0.5;
}
.service .list li:not(.disabled) > a {
  transition: all 0.3s;
}
.service .list li:not(.disabled) > a:hover {
  transform: scale(1.06);
}
.service .listBtmBtn {
  margin-top: 40px;
}
.service .listBtmBtn ul {
  display: flex;
  justify-content: center;
}
.service .listBtmBtn li {
  width: 80%;
  max-width: 400px;
}
@media screen and (max-width: 600px) {
  .service .list ul {
    flex-wrap: wrap;
    margin: 0 5%;
    margin-top: -15px;
  }
  .service .list li {
    width: calc((100% - 30px) / 3);
    margin-left: 15px;
    margin-top: 15px;
  }
  .service .list li.wYoyaku {
    padding-bottom: 59px;
  }
  .service .list li:nth-child(3n + 1) {
    margin-left: 0;
  }
}
/*****************************************************************************
access
*****************************************************************************/
.access .shopMap {
  height: 500px;
}
.access .shopMap iframe,
.access .shopMap amp-iframe {
  height: 500px;
  width: 100%;
}
.access .guide {
  margin-top: 30px;
  display: flex;
}
.access .guide dl {
  flex: 1;
}
.access .guide dl:not(:nth-child(1)) {
  margin-left: 30px;
}
.access .guide dt {
  font-size: 1.125rem;
  color: #4d6a79;
  border-top: 5px solid #4d6a79;
  border-bottom: 1px dashed #4d6a79;
  padding: 15px 0;
  line-height: 1.2;
}
.access .guide dd {
  margin: 10px 0 0;
}
.access .guide dd .hd {
  color: #4d6a79;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin: 15px 0 10px;
}
.access .guide li {
  line-height: 1.6;
  margin-top: 8px;
  padding-left: 20px;
  position: relative;
}
.access .guide li::before {
  content: "";
  width: 6px;
  padding: 6px;
  background: #cccccc;
  border-radius: 100%;
  position: absolute;
  top: 4px;
  left: 0;
}
.access .guide li.notice {
  color: #dc0002;
}
@media screen and (max-width: 600px) {
  .access > .inner {
    padding: 0 10px;
  }
  .access .guide {
    display: block;
  }
  .access .guide dl:not(:nth-child(1)) {
    margin-left: 0;
    margin-top: 20px;
  }
  .access .guide dt {
    font-size: 1rem;
    padding: 10px 0;
  }
  .access .guide dd {
    padding: 10px 0 0;
  }
}
/*****************************************************************************
infoWrapper
*****************************************************************************/
section.news::after {
  background: rgba(0, 0, 0, 0.5);
}
section.diary::after {
  background: rgba(255, 255, 255, 0.6);
}
.infoWrapper > section > .inner {
  padding: 0 8%;
  position: relative;
  z-index: 2;
}
/*****************************************************************************
news
*****************************************************************************/
.news {
  background: url("../images/home/201902/heroBg.jpg") 50% 0 no-repeat;
  background-size: cover;
}
.news::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.news .list {
  background: #fff;
  line-height: 1.3;
  height: 400px;
  padding: 40px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.news .list ul::after {
  display: block;
  content: "";
  height: 40px;
  width: 1px;
}
.news .list ul {
  border-top: 1px dashed #dddddd;
}
.news .list li {
  display: flex;
  padding: 15px;
  border-bottom: 1px dashed #dddddd;
}
.news .list li .date {
  width: 9em;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  color: #959596;
}
.news .list li .title {
  /*	flex: 1;*/
}
@media screen and (max-width: 600px) {
  .news .list {
    margin: 0 3%;
    height: 300px;
    padding: 15px;
  }
  .news .list li {
    display: block;
    padding: 3%;
  }
}
/*****************************************************************************
diary
*****************************************************************************/
.diary {
  display: flex;
  background: url("../images/home/201902/heroBg.jpg") 50% 0 no-repeat;
  background-size: cover;
}
.diary::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.diary .list {
  line-height: 1.3;
}
.diary .list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -3px;
  position: relative;
}
.diary .list li {
  width: calc((100% - 7px) / 3);
  margin-left: 3px;
  margin-top: 3px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.diary .list li:nth-child(3n + 1) {
  margin-left: 0;
}
.diary .list li a {
  display: block;
  padding: 10px 20px 10px 145px;
  position: relative;
  min-height: 140px;
  background: #fff;
  text-decoration: none;
}
.diary .list li a .img {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 10px;
  left: 10px;
  overflow: hidden;
}
.diary .list li a .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  max-height: 100%;
}
.diary .list li a .date {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  color: #959596;
}
.diary .list li a .title {
  margin-top: 10px;
  color: #333;
  transition: all 0.4s;
}
@media screen and (min-width: 601px) {
  .diary .list li:hover {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    z-index: 2;
  }
  .diary .list li:hover a .title {
    color: #dc0002;
  }
}
.diary .listBtmBtn {
  margin-top: 30px;
}
.diary .listBtmBtn ul {
  display: flex;
  justify-content: center;
}
.diary .listBtmBtn li {
  width: 80%;
  max-width: 400px;
}
@media screen and (max-width: 600px) {
  .diary .list ul {
    display: block;
    padding: 0 10px;
  }
  .diary .list li,
  .diary .list li:nth-child(2n + 1) {
    width: auto;
    margin: 5px 0 0;
  }
  .diary .list li a {
    display: block;
    padding: 5px 20px 5px 120px;
    position: relative;
    min-height: 110px;
    background: #fff;
    text-decoration: none;
  }
  .diary .list li a .img {
    width: 100px;
    height: 100px;
    top: 5px;
    left: 5px;
  }
}
/*****************************************************************************
rsvPrompt
*****************************************************************************/
#rsvPrompt {
  position: fixed;
  z-index: 111;
  /*left: 0;*/
  right: 0;
  top: 200px;
  transition: all 0.3s;
  line-height: 1;
  cursor: pointer;
}
#rsvPrompt .panel {
  background: #dc0002;
  font-size: 0.82rem;
  position: relative;
}
#rsvPrompt .panel .close {
  background: #000;
  height: 28px;
  width: 28px;
  border-radius: 14px;
  position: absolute;
  z-index: 999;
  top: -12px;
  /*right: -12px;*/
  left: -12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#rsvPrompt .panel .badge {
  background: #ffe100;
  width: 50px;
  height: 50px;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 100%;
  position: absolute;
  z-index: 999;
  top: -25px;
  left: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #dc0002;
  visibility: hidden;
}
#rsvPrompt .panel .close::after {
  content: "\f00d";
  display: block;
  font-family: FontAwesome;
  font-size: 20px;
  color: #fff;
  margin-top: -2px;
}
@media screen and (min-width: 601px) {
  #rsvPrompt {
    transform: translateX(150%);
  }
  #rsvPrompt.active {
    transform: translateX(0);
    transition: all 0.8s cubic-bezier(0.38, 0.99, 0.62, 1.02);
  }
  #rsvPrompt.off {
    transform: translateX(calc(100% - 105px));
    transition: all 0.6s cubic-bezier(0.64, -0.36, 0.1, 1);
  }
  #rsvPrompt.off .panel .badge {
    visibility: visible;
  }
  #rsvPrompt.off .panel .close {
    visibility: hidden;
  }
}
#rsvPrompt .panel .inner {
  display: flex;
  height: 85px;
}
#rsvPrompt .panel a {
  white-space: nowrap;
  text-decoration: none;
  flex: 1;
  padding: 0 10px 0;
  color: #fff;
  display: flex;
  align-items: center;
}
#rsvPrompt .panel .staff {
  width: 95px;
  position: relative;
}
#rsvPrompt .panel .staff img {
  width: 70px;
  position: absolute;
  bottom: 0;
  left: 25px;
}
#rsvPrompt .panel .staff:hover img {
  animation: bump 0.05s infinite alternate linear;
}
#rsvPrompt .panel .ln02 {
  font-size: 1rem;
  font-weight: bold;
  margin: 5px 0 0;
}
#rsvPrompt .panel .ln03 {
  margin: 7px 0 0;
}
#rsvPrompt .panel .ln03 .btn {
  display: inline-block;
  background: #ffe100;
  font-weight: bold;
  line-height: 22px;
  border-radius: 11px;
  color: #dc0002;
  padding: 0 20px;
  transition: all 0.3s;
}

#rsvPrompt .panel a:hover .btn {
  background: rgba(255, 255, 255, 1);
}

@media screen and (max-width: 600px) {
  #rsvPrompt {
    width: 100%;
    top: auto;
    bottom: 0;
  }
  #rsvPrompt .panel {
    width: 100%;
  }
  #rsvPrompt .panel .close,
  #rsvPrompt .panel .close {
    display: none;
  }
  #rsvPrompt .panel .inner {
    height: 60px;
  }
  #rsvPrompt .panel .spFlex {
    /* flex:1;
		display: flex;
		align-items: center;
		justify-content: center; */
  }
  #rsvPrompt .panel .staff {
    width: 50px;
  }

  #rsvPrompt .panel .staff img {
    width: 45px;
    left: 5px;
  }
  #rsvPrompt .panel .ln01 {
    font-size: 11px;
  }
  #rsvPrompt .panel .ln02 {
    margin-top: 2px;
    font-size: 15px;
  }
  #rsvPrompt .panel .ln03 {
    margin: 3px 0 0 0;
  }
  #rsvPrompt .panel .ln03 .btn {
    padding: 0 10px;
    line-height: 18px;
  }
  #rsvPrompt .panel .ln03 .btn .spHidden {
    display: none;
  }
}
@keyframes bump {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(5px);
  }
}
@keyframes appear {
  0% {
    transform: translateX(110%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
.yoyaku a {
	animation: myAnim 1s ease-in-out infinite alternate;

}

@keyframes myAnim {
   0% {opacity:0;}
    100% {opacity:1;}
}
*/

.shop_chuko-bnr {
  background-image: url("/share/images/chuko/chuko_bnr_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover, 100%;
  padding: 50px 0;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
}

.shop_chuko-bnr:after {
  content: "";
  display: block;
  width: 1141px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url("/share/images/chuko/chuko_logo02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 2;
}

.shop_chuko-bnr .shop_chuko-bnr_logo img {
  width: 100%;
  height: auto;
}

.shop_chuko-bnr .shop_chuko-bnr_logo {
  max-width: 553px;
  width: 100%;
  margin: auto;
  padding: 50px 20px 10px;
  position: relative;
}

.shop_chuko-bnr .shop_chuko-bnr_txt {
  font-size: 20px;
  font-weight: 600;
  color: #292929;
  text-align: center;
  margin-bottom: 18px;
  margin-top: 10px;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}

.shop_chuko-bnr .BtnType01 a {
  display: block;
  max-width: 400px;
  width: 80%;
  margin: auto;
}

.shop_chuko-bnr_inner {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 600px) {
  .shop_chuko-bnr:after {
    width: 780px;
  }
  .shop_chuko-bnr:after {
    right: -30%;
    left: inherit;
  }
  .shop_chuko-bnr {
    padding: 30px 0;
  }
  .shop_chuko-bnr .shop_chuko-bnr_txt {
    font-size: 17px;
  }
  .shop_chuko-bnr .shop_chuko-bnr_logo {
    max-width: 400px;
    padding-top: 35px;
  }
}

@media screen and (max-width: 450px) {
  .shop_chuko-bnr:after {
    right: -70%;
    left: inherit;
  }
}

/*****************************************************************************
.202306追加
*****************************************************************************/
.shopRecruitBanner {
  background: #ababac;
  padding: 30px 0;
}

.shopRecruitBanner .hd {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}

.shopRecruitBanner .bnr {
  margin: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shopRecruitBanner .bnr a {
  max-width: 450px;
  width: 100%;
  height: 118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: url(../images/bnrRecruit3.jpg) 100% 100% no-repeat #08195f;
  background-size: cover;
}

.shopRecruitBanner .bnr a .text {
  width: 110px;
}

.shopRecruitBanner .bnr a .logo {
  width: 20%;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.shopRecruitBanner .i-amphtml-layout-size-defined .i-amphtml-fill-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 600px) {
  .shopRecruitBanner {
    padding: 30px 10px;
  }
}
