@media screen and (min-width: 1000px) {
.pc_show {
  display: block;
  text-align: center;
}
.m_show {
  display: none;
  text-align: center;
}

.momo_WRAPPER .bg1-p{
  background-image: url(Boutique1-PC.jpg?t=1750300303535);
  margin-top: 1%;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #d50209;
}
.momo_WRAPPER .bg2-p{
  background-image: url(Boutique2-PC.jpg?t=1750300303535);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #e8e4df;
}
.momo_WRAPPER .bg3-p{
  background-image: url(Boutique3-PC.jpg?t=1750300303535);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #e9e9e9;
}
.momo_WRAPPER .bg4-p{
  background-image: url(Boutique4-PC.jpg?t=1750300303535);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fefaf9;
}
.momo_WRAPPER .bg5-p{
  background-image: url(Boutique5-PC.jpg?t=1750300303535);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #da0109;
}
.momo_WRAPPER .bg6-p{
  background-image: url(Boutique6-PC.jpg?t=1750300303535);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fffeef;
  margin-bottom: 1%;
}

}

@media screen and (max-width: 1300px) {
.momo_WRAPPER .bg1{
  background-image: url(Boutique1.jpg?t=1750300303535);
  margin-top: 2%;
}
.momo_WRAPPER .bg2{
  background-image: url(Boutique2.jpg?t=1750300303535);
}
.momo_WRAPPER .bg3{
  background-image: url(Boutique3.jpg?t=1750300303535);
}
.momo_WRAPPER .bg4{
  background-image: url(Boutique4.jpg?t=1750300303535);
}
.momo_WRAPPER .bg5{
  background-image: url(Boutique5.jpg?t=1750300303535);
}
.momo_WRAPPER .bg6{
  background-image: url(Boutique6.jpg?t=1750300303535);
  margin-bottom: 2%;
}


}

@media screen and (max-width: 999px) {
.pc_show {
  display: none;  
}
.m_show {
  display: block;  
}
.momo_WRAPPER {
  padding-left: 0px;
  padding-right: 0px;
}


}

body {
	margin: 0;
	padding: 0;
}
.momo_WRAPPER img {
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
  height: auto;
  border: 0;
}
.momo_WRAPPER {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  background-color: #FFFFFF;
}
.momo_WRAPPER .menu{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2%;
}
.momo_WRAPPER .menu a{
  flex: 0 32%;
  width: 100%;
  margin: 0 0 1% 1%;
  display: flex;
  align-items: flex-start;
  color: white;
  font-size: 1rem;
  justify-content: center;
}
.momo_WRAPPER .swiper-container {
  --swiper-navigation-size: 25px;
	--swiper-theme-color: #606060;
}
/* 解決在Safari中閃爍 */
.momo_WRAPPER .swiper-slide{
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
}
.momo_WRAPPER .swiper-wrapper{
  -webkit-transform-style: preserve-3d;
}
.momo_WRAPPER .m_banner{
  margin-bottom: 1%;
}
.momo_WRAPPER .main a{
  transition: all 0.5s ease 0s;
  display: inline-block;
}
.momo_WRAPPER .main a:hover{
  transform: translateY(-20px);
}
.momo_WRAPPER .bg{
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  background-position: center top;
  background-size: contain;
  justify-content: space-evenly;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
.momo_WRAPPER .bg a:nth-child(1n+2) {
  flex: 0 45%;
  width: 100%;
  margin-top: 0;
  margin-right: 2%;
  margin-left: 2%;
  margin-bottom: 2%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.momo_WRAPPER .pc_menu{
  display: flex;
  justify-content: center;
  background-color: #cf0e2d;
}
.momo_WRAPPER .main_p{
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.swiper-container img {
  width: 100%;
}
