* {
  margin: 0px;
  padding: 0px;
  color: #333;
}


.pagetop
    {
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index:1000;
    }
 
.pagetop a
    {
    display: block;
    text-decoration: none;
    }
 
.pagetop:hover
{
    opacity: 0.85 ;
}


/* coordinate */
.code_main_box{
    width: 720px;
    margin: 0 auto;
    overflow: hidden;
    clear:both;
    text-align: left;
margin-bottom:40px;
}

.code_mainimg01{
    width: 50%;
    box-sizing: border-box;
    padding-right: 7px;
    float: left;
clear:both;
}

.code_mainimg02{
    width: 50%;
    box-sizing: border-box;
    padding-right: 7px;
    float: right;
clear:both;
}

.code_comment {
    float: left;
    width: 50%;
}
.code_icon{
    width: 100%;
    margin-bottom: 10px;
}
.code_title{
    font-weight: bold;
    font-size: 1.5em;
    border-bottom: 2px solid #333;
    margin-bottom: 10px;
}
.code_txt01{
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
    text-align: left;
}
.code_use_item{
   
}

.code_use_item li{
  list-style-type:none;
  float:left;
    width: 100px;
    margin: 5px;
}

.code_txt02{
  clear:both;
  font-size: 0.5em;
}



.header_inner {
    padding: 40px 10px 0;
    position: relative;
}

.header_logo {
max-width: 960px;
    margin: 0 auto;
  text-align: center;
}

.header_logo img{
   width:240px;
}


#valentine2020 {
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; }

#valentine2020 .mg{
margin-bottom:40px;
}

#valentine2020 h2{
    display: block;
    font-size: 2em;
    line-height: 200%;
    font-weight: bold;
    letter-spacing: 1px;
    padding-top:60px;
}

#valentine2020 h3{
    display: block;
    font-size: 1.5em;
    line-height: 200%;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom:2rem;
}

#valentine2020 #heading .aisatsu{
    padding: 30px 0 50px;
    font-size: 18px;
    line-height: 2.5;
    color: #333;
    font-weight: bold;
}

#valentine2020 #aisatsu-box p{
    font-size: 100%;
    font-weight: 400;
    margin-block-start: 0.83em;
    margin-block-end: 3.2em;
    line-height: 200%;
}

#valentine2020 .cate{
    padding-bottom: 90px;
}

#valentine2020 .cate_img{
    width:320px;
    margin: 0 auto;
    padding: 60px 0;
}

#valentine2020 ul.menuBox {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin:0 auto;
  padding-bottom:60px;
}

#valentine2020 ul.menuBox li {
    width: 19%;
    list-style-type: none;
    padding-bottom: 7px;
}

#valentine2020 ul.itemBox {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin:0 auto;
}

#valentine2020 ul.itemBox li {
  width:24%;
  list-style-type: none;
  margin-bottom: 50px;
}


#valentine2020 ul.itemBox::after{
  content:"";
  display: block;
  width:32%;
}

#valentine2020 ul.itemBox li img {
   /* box-shadow: 0 0 8px #ccc;*/
}

#valentine2020 .itemBox .itemName{
font-size: 12px;
    letter-spacing: 0.5px;
  margin: 10px 0 0 0;
  line-height:1.2;
}

#valentine2020 .itemBox .priceArea .price{
  font-weight: bold;
    font-size: 16px;
  line-height:1.8;
}

#valentine2020 span.price:before{ 
  content: '￥ ';
  font-weight: 700;
}

#valentine2020 span.price:after{
  content: '（税込）';
  font-size: 70%;
}

#valentine2020 .btn_ichiran {
  display: inline-block;
  width: 50%;
  text-align: center;
  font-size: 16px;
  background-color: #333;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
    line-height: 3.5;
  transition: .2s;
  letter-spacing: 3px;
  margin: 30px 0;
}

#valentine2020 .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;
}

#valentine2020 a , #valentine2020 a:hover , #valentine2020 a:link , #valentine2020 a:visited{
  text-decoration: none;
  color:#000;
}

/*#valentine2020 .fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}*/


#valentine2020 #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;
}


#valentine2020 .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;
}


#valentine2020 .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) {
  #valentine2020 {
    width: 100%;
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  }

.pc{ 
    display: none !important;
}
.sp{
    display: block !important;
}

#valentine2020 .mg{
    margin-bottom:20px;
}

/* coordinate */
.code_main_box{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    clear:both;
    text-align: left;
margin-bottom:40px;
}

.code_mainimg01{
    width: 50%;
    box-sizing: border-box;
    padding-right: 7px;
    float: left;
clear:both;
}

.code_mainimg02{
    width: 50%;
    box-sizing: border-box;
    padding-right: 7px;
    float: right;
clear:both;
}

.code_comment {
}
.code_icon{
    margin-bottom: 0;
}
.code_title{
    font-weight: bold;
    font-size: 1em;
    border-bottom: 2px solid #333;
    margin-bottom: 10px;
}
.code_txt01{
    font-size: 14px;
    letter-spacing: 0em;
    margin-bottom: 5px;
    text-align: left;
}
.code_use_item{
   
}

.code_use_item li{
  list-style-type:none;
  float:left;
    width: 40%;
    margin: 5px;
}

.code_txt02{
  clear:both;
  font-size: 0.5em;
}




.header_inner {
   width: 100%;
    padding: 10px 0 0;
    position: relative;
    text-align:center;
    margin:0 auto;
}



.header_logo img{
   width:180px;
}
	
#valentine2020 h2{
    font-size: 1.5em;
}

#valentine2020 #heading .aisatsu{
    padding: 10px 0 20px;
    font-size: 11px;
    line-height: 2;
}

	
#valentine2020 ul.menuBox {
  width: 100%;
  padding-bottom:20px;

}

#valentine2020 ul.menuBox {
    width: 95%;
 
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

#valentine2020 ul.menuBox li {
    width: 33%;
    list-style-type: none;
    padding-bottom: 0;
    margin-bottom: 2px;
}

#valentine2020 .cate{
  padding-bottom: 40px;
}

#valentine2020 .cate_img {
    width: 70%;
    margin: 0 auto;
    padding: 0;
}

#valentine2020 ul.itemBox {
  margin: 30px auto 10px;
  width: 90%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

#valentine2020 ul.itemBox::after{
  content:"";
  display: block;
  width:31%;
}	

#valentine2020 ul.itemBox li {
  width: 31%;
  list-style-type: none;
  margin-bottom: 20px;
}
	
#valentine2020 .itemBox .itemName{
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 1;
  font-weight:normal;
}	
	
#valentine2020 .itemBox .priceArea .price{
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
}


#valentine2020 .btn{
  display:block;
  padding:8px 5px;
  border:1px solid #ccc;
  font-size: 1.2rem;
  width:50%;
  margin:0 auto;
}

#valentine2020 .btn_buy{
    font-size: 11px;
}

#valentine2020 .btn_ichiran {
  width: 50%;
  font-size: 14px;
  color: #fff;
line-height:3;
  transition: .2s;
  letter-spacing: 3px;
  margin: 0;
  border: 1px solid #000;
}



#valentine2020 .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;
}


}