html {
  background-color: #606060;
}

body {
	margin: 0;
	    font-family: "Noto Serif JP",serif;
				color:#2E2E2E;
				letter-spacing: 1px;
        margin:0 auto;
      text-align: center;
    -webkit-filter: drop-shadow(0px 0px 6px rgba(0,0,0,.9));
    filter: drop-shadow(0px 0px 6px rgba(0,0,0,.9));
}

header{
}

header img{
  margin:0 auto;
  display: block;
}

ul {
  list-style-type: none;
    padding: 0;
}

.goodsinfo{
  margin-bottom: 50px;
}

.webshop_to{

    color: black;
    text-decoration: none;
    letter-spacing: 1px;
    background-color: #e6e6e6;
    padding: 18px;
    border-radius: 7px;
    font-size: 12px;
    display: flow-root;
    width: 250px;
    margin: 20px auto;
    text-align: center;
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,.3));
    filter: drop-shadow(0px 3px 6px rgba(0,0,0,.3));
}

a{
  color:#555;
}

a:hover{
  opacity:0.7;
}

.illust_area{
  margin-bottom:50px;
}


.shadow{
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,.3));
  filter: drop-shadow(0px 3px 6px rgba(0,0,0,.3));
}

.flex{
    flex-wrap: wrap;
    justify-content: space-around;
    display: flex;
    width: 80%;
    margin: 0 auto;
}

.a4{
    padding-top: 20px;
}

.a4 li{
  width: 33%;
}

.a4 img{
    transform: rotate(-2deg);
    width: 100%;
}

.a4 {
  justify-content: center;
}

.link {
    margin: 0;
    margin-block-start: 0;
    padding-inline-start: 0;
}

.link li{

    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 0;
    text-align: center;
}

footer{
  background-color: #222;
    padding: 20px;
    color: white;
}

footer a{
  color: white;
}

.goods_area p{
  font-size: 16px;
}

.goods_info{
  border-top: 1px solid #777;
  padding: 10px;
  border-bottom: 1px solid #777;
  width: 40%;
  display: block;
  margin: 20px auto;
}

.shikishi{
    width: 85%;
    margin: 30px auto;
    margin-bottom: 0;
}

.shikishi li{
  margin-bottom:30px;
}

.tenpo li{
  margin-bottom: 5px;
}

.tenpo a{
  text-decoration: none;
}

.shikishi img{
    transform: rotate(-2deg);
    width: 90%;
}

.nezu{
  font-family: Noto serif TC;
}

.role{
    font-size: 14px;
    margin-top: -0.1rem;
    display: block;
}

.a4 li{
  margin-bottom:10px;
}

.acril li{
  width: 33%;
}

.acril img{
  width: 100%;
}

.line{
    border-top: 1px solid #333;
    display: block;
    width: 320px;
    margin: 30px auto;
}
h5{
    font-size: 23px;
    margin-bottom: -7px;
    margin-top: 22px;
}


.illust_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 95%;
    margin: 0 auto;

}

.illust_area li{
  margin-bottom: 25px;
  width: 21%;
}

.goods_area img{
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0,0,0,.5));
  filter: drop-shadow(0px 0px 6px rgba(0,0,0,.5));

}

.illust_area img{
  width: 100%;
    -webkit-filter: drop-shadow(0px 0px 6px rgba(0,0,0,.3));
    filter: drop-shadow(0px 0px 6px rgba(0,0,0,.3));
}

.illust_area p{
  margin-top: 0;
  display: block;
  margin: 4px 0;
  padding: 5px;
  background-color: whitesmoke;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0,0,0,.3));
  filter: drop-shadow(0px 0px 6px rgba(0,0,0,.3));}

.wrapper{
  width: 960px;
  margin:0 auto;
  margin-top: -20px;
  background-color: #2E2E2E;
  padding: 30px 0;
  padding-bottom:10px;
}

h4{
    padding: 10px;
    width: 90%;
    margin: 10px auto;
    font-size: 20px;
    font-weight: normal;
    background-color: #EEE;
    display: block;
}

p{
  margin: 1rem 0;
  font-size: 16px;
  padding: 0 8%;
  color: white;
  line-height: 1.7;
}

.notice{
  font-size: 13px!important;
}

.goods_area h3.midashi{
    width: 45%;
    margin: 0 auto;
    border: 1px solid #666;
    padding: 10px;
    color: white;
}

h3.midashi {

    font-size: 28px;
    font-weight: normal;
    display: block;
    width: 50%;
    margin: 0 auto;
    border-bottom: 1px solid #333333;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

    #page_top{
	  width: 50px;
	  height: 50px;
	  position: fixed;
	  right: 20px;
	  bottom: 20px;
	  background: #666;
	  opacity: 0.6;
	  border-radius: 50%;
	}
	#page_top a{
	  position: relative;
	  display: block;
	  width: 50px;
	  height: 50px;
	  text-decoration: none;
	}
	#page_top a::before{
	  font-family: 'Font Awesome 5 Free';
	  font-weight: 900;
	  content: '\f106';
	  font-size: 25px;
	  color: white;
	  position: absolute;
	  width: 25px;
	  height: 25px;
	  top: -5px;
	  bottom: 0;
	  right: 0;
	  left: 0;
	  margin: auto;
	  text-align: center;
	}
