* {
  margin: 0px;
  padding: 0px;
}


.header_inner {
    padding: 40px 10px 0;
    position: relative;
}

.header_logo {
max-width: 960px;
    margin: 0 auto;
  text-align: center;
}

#msxmas {
background-color: #fff;
  width: 80%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.pc { display: block !important; }
.sp { display: none !important; }

#msxmas .mg{
margin-bottom:40px;
}

#msxmas h2{
    display: block;
    font-size: 2em;
    line-height: 200%;
    font-weight: bold;
    letter-spacing: 1px;
    padding-top:60px;
}

#msxmas h3{
    display: block;
    font-size: 1.5em;
    line-height: 200%;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom:2rem;
}

#msxmas #heading .aisatsu{
    padding: 30px 0 50px;
    font-size: 18px;
    line-height: 2.5;
    color: #333;
    font-weight: bold;
}

#msxmas #aisatsu-box p{
    font-size: 100%;
    font-weight: 400;
    margin-block-start: 0.83em;
    margin-block-end: 3.2em;
    line-height: 200%;
}

#msxmas .cate{
    padding-bottom: 90px;
}

#msxmas .cate_img{
    margin-bottom: 60px;
}

#msxmas ul.menuBox {
  width: 85%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin:0 auto;
  padding-bottom:60px;
}

#msxmas ul.menuBox li {
    width: 32%;
    list-style-type: none;
    padding-bottom: 7px;
}

#msxmas ul.itemBox {
  width: 95%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin:0 auto;
}

#msxmas ul.itemBox li {
  width:30%;
  list-style-type: none;
  margin-bottom: 50px;
}


#msxmas ul.itemBox::after{
  content:"";
  display: block;
  width:32%;
}

#msxmas ul.itemBox li img {
    box-shadow: 0 0 8px #ccc;
}

#msxmas .itemBox .itemName{
  font-size: 14px;
  font-weight: normal;
  margin: 10px 0 0 0;
  line-height:1.2;
}

#msxmas .itemBox .priceArea .price{
  font-weight: bold;
  font-size: 20px;
  line-height:1.8;
}

#msxmas span.price:before{ 
  content: '￥ ';
  font-weight: 700;
}

#msxmas span.price:after{
  content: '（税込）';
  font-size: 70%;
}

#msxmas .btn_ichiran {
  display: inline-block;
  width: 90%;
  text-align: center;
  border: 2px solid #000;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 1px;
  transition: .2s;
  letter-spacing: 3px;
  margin: 30px 0;
}

#msxmas .btn_ichiran:hover {
  background-color: #000;
  border-color: #000;
  color: #FFF;
}

#msxmas .btn_buy{
  max-width: 145px;
    display: block;
    padding: 8px 20px;
    /* border: 2px solid #ccc; */
    /* border-radius: 8px; */
    font-size: 0.8rem;
    font-weight: bold;
    margin: 10px auto;
    background-color: #000;
    color: #fff;
}

#msxmas a , #msxmas a:hover , #msxmas a:link , #msxmas a:visited{
  text-decoration: none;
  color:#000;
}

#msxmas .fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1.5s;
}


#msxmas #otokomae{
  background-color:#f2f3f6;
  width:100%;

}

.page-top{
text-align:center;
padding-bottom:60px;
margin:0 auto;
    font-size: 20px;
    font-weight: bold;
  letter-spacing: 2px;

}

.page-top a , .page-top a:hover , .page-top a:link , .page-top a:visited{
color:#000;
text-decoration:none;
}


#msxmas .box {
  width: 100vw;
  height: auto;
  min-height: 100vh;
 background-size: cover;
  background-position: center;
  background-image: url('https://www.e-medistore.com/lp/2019aw/images/commingsoon.jpg');
  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;

}

.parent {
  height: 100vh; /* コンテナの高さ、ユニットとは無関係 */
  display: flex;
  align-items: center;
  justify-content: center;
}
.comming_txt {
    display: block;
    font-size: 2.25rem;
    letter-spacing: 1px;
    font-weight: bold;
}

.open{
   font-size:1rem;
   border:2px solid #231815; 
   padding: 8px 15px;
   letter-spacing:1px;
}


#msxmas .before {
    display: inline-block;
    border: 1px solid #c6b074;
    padding: 4px 8px;
    margin: 4px 0 10px;
    font-size: 11px;
    color: #c6b074;
}


/*スマホ*/

@media screen and (max-width:480px) {
  #msxmas {
    width: 100%;
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  }




.pc{ 
    display: none !important;
}
.sp{
    display: block !important;
}

#msxmas .mg{
    margin-bottom:20px;
}

.header_inner {
   width: 100%;
    padding: 10px 0 0;
    position: relative;
    text-align:center;
    margin:0 auto;
}

.header_logo img{
   width:180px;
}
	
#msxmas h2{
    font-size: 1.5em;
}

#msxmas #heading .aisatsu{
    padding: 10px 0 20px;
    font-size: 11px;
    line-height: 2;
}

	
#msxmas ul.menuBox {
  width: 100%;
  padding-bottom:40px;
}

#msxmas ul.menuBox {
    width: 95%;
  justify-content: space-between;
}

#msxmas ul.menuBox li {
    width: 49%;
    list-style-type: none;
    padding-bottom: 0;
    margin-bottom: 2px;
}

#msxmas .cate{
  padding-bottom: 40px;
}

#msxmas .cate_img{
  margin-bottom: 20px;
}

#msxmas ul.itemBox {
  margin: 30px auto 10px;
  width: 90%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

#msxmas ul.itemBox::after{
  content:"";
  display: block;
  width:47%;
}	

#msxmas ul.itemBox li {
  width: 47%;
  list-style-type: none;
  margin-bottom: 20px;
}
	
#msxmas .itemBox .itemName{
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 1;
  font-weight:normal;
}	
	
#msxmas .itemBox .priceArea .price{
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
}


#msxmas .btn{
  display:block;
  padding:8px 5px;
  border:1px solid #ccc;
  font-size: 1.2rem;
  width:50%;
  margin:0 auto;
}

#msxmas .btn_buy{
    font-size: 11px;
}

#msxmas .btn_ichiran {
  width: 90%;
  font-size: 11px;
  color: #000;
  padding: 8px 1px;
  transition: .2s;
  letter-spacing: 3px;
  margin: 0;
  border: 1px solid #000;
}

#msxmas .btn_ichiran:hover {
  background-color: #000;
  border-color: #000;
  color: #FFF;
}

#msxmas .box {
  width: 100vw;
  height: auto;
  min-height: 100vh;
 background-size: cover;
  background-position: center;
  background-image: url('https://www.e-medistore.com/lp/2019aw/images/commingsoon_sp.jpg');
  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;

}

.parent {
  height: 100vh; /* コンテナの高さ、ユニットとは無関係 */
  display: flex;
  align-items: center;
  justify-content: center;
}
.comming_txt {
  display: block;
   font-size: 1.875rem;
   letter-spacing:1.2px
   font-weight:bold;
}

.open{
   font-size:1rem;
   border:2px solid #231815; 
   padding: 6px 15px;
   letter-spacing:1px;
}


}