@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #333; /* RGB */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
  background: linear-gradient(#FFEDA6 10%, #fff 100%);
}

.pc_display {
  display: block;
}

.sp_display {
  display: none;
}

.tx_en{
  font-family: "kaushan-script", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.tx_12{
  font-size: 1.2rem;
  }

.tx_16{
font-size: 1.6rem;
}
.tx_20{
font-size: 2.0rem;
}
.tx_32{
  font-size: 3.2rem;
}

.tx_48{
  font-size: 4.8rem;
}


img{
  width: 100%;
}

@media only screen and (max-width: 1250px) {

}


@media only screen and (max-width: 900px) {
  .pc_display {
    display: none;
}

.sp_display {
    display: display;
}
}