@charset "utf-8";
/* CSS Document */
/*#d .Col2{display:flex; flex-wrap:wrap-reverse;}*/
.dX{display:none!important;}
/*.Col2{width:18em;}*/
.Col2{width:80%;}
#d .dOnly{position:relative; height:200px!important;}
#d .dOnly::before{content:"●"; position:absolute; animation: blinking 0.75s ease-in-out infinite alternate; line-height:1em;}
@keyframes blinking{0%{opacity: 0;}	100%{opacity:1;}}
#d .Noki:nth-of-type(2){display:none!important;}
#d .Noki:nth-of-type(3)::after{content:"通常発送 商品";}
/*#d .Col2:nth-of-type(2)::before {content:"イベント限定・通常商品 共通";}*/
#d .Col2:nth-of-type(1)::before {content:"";}
#d .Col2:nth-of-type(2)::before {content:"";}

textarea{font-size:13.5px;}

@media screen and (min-width:600px){
#d .dOnly::before{left:1.3em; font-size:1em;}
#d #Ev05Box .dOnly::before{top:3.2em;}
#d #Ev06Box .dOnly::before{top:4.2em;}
#d #Ev07Box .dOnly::before{top:5.2em;}
#d #Ev09Box .dOnly::before{top:6.2em;}
#d #Ev12Box .dOnly::before{top:7.2em;}
#d #Ev01Box .dOnly::before{top:8.2em;}
#d #Ev02Box .dOnly::before{top:9.2em;}
#d #Ev03Box .dOnly::before{top:10.2em;}
/*-------------------------------*/}
@media screen and (max-width:599px){
#d .dOnly::before{left:1.3em; font-size:1em;}
#d #Ev05Box .dOnly::before{top:3.2em;}
#d #Ev06Box .dOnly::before{top:4.2em;}
#d #Ev07Box .dOnly::before{top:5.2em;}
#d #Ev09Box .dOnly::before{top:6.2em;}
#d #Ev12Box .dOnly::before{top:7.2em;}
#d #Ev01Box .dOnly::before{top:8.2em;}
#d #Ev02Box .dOnly::before{top:9.2em;}
#d #Ev03Box .dOnly::before{top:10.2em;}
/*-------------------------------*/}



.textarea{
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none!important;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none!important;
}
/*スクロールバー非表示（Chrome・Safari）*/
.textarea::-webkit-scrollbar{
display:none!important;
}