@charset "utf-8";

body {background-color:#f4ffea; color:#250d00; text-align: center;}
img {vertical-align:top;}
.test-flex-container {display:grid; justify-items:center; align-items:center; position:fixed; bottom:-30px; background:transparent; border:none; opacity:0.9;}
.bg{background: linear-gradient(-231deg, #f4ffea 0%, #fff4ea 56%, #fff4ea 100%); width="1200" height="1636"}

@media (min-width:801px){
body *{width:91%; justify-items:center; align-items:center;}
.resizeimage img {width:91%;}
.pc:after{content:"ver.PC"; color:#ffcc99; position:absolute; right:0;}
}

@media (max-width:800px){
body *{width:99%; justify-items:center; align-items:center;}
.resizeimage img {width:99%;}
.sp:after{content:"ver.SP"; color:#99ccff; position:absolute; right:0;}
}