@import url("https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&display=swap");
.SP {
  display: none; }
  @media only screen and (max-width: 768px) {
    .SP {
      display: block; } }

.PC {
  display: block; }
  @media only screen and (max-width: 768px) {
    .PC {
      display: none; } }

#santa_message {
  background-image: url("../img/news/santa_message/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px; }
  @media only screen and (max-width: 768px) {
    #santa_message {
      padding: 15px 0; } }
  #santa_message .txt01 {
    font-family: 'Mochiy Pop One', sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 2;
    margin-bottom: 50px; }
    @media only screen and (max-width: 768px) {
      #santa_message .txt01 {
        font-size: 16px;
        margin-bottom: 30px; } }
  #santa_message .txt02 {
    font-family: 'Mochiy Pop One', sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 2;
    margin-bottom: 50px; }
    @media only screen and (max-width: 768px) {
      #santa_message .txt02 {
        font-size: 16px;
        margin-bottom: 30px; } }
  #santa_message .box_message {
    width: 1000px;
    box-sizing: border-box;
    margin: 0 auto 50px;
    padding: 25px;
    border: 6px solid #fff000;
    background-color: #fff;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.5;
    text-align: left; }
    @media only screen and (max-width: 768px) {
      #santa_message .box_message {
        width: 100%;
        margin: 0 0 30px 0;
        font-size: 14px;
        padding: 10px; } }
    #santa_message .box_message .title1 {
      font-size: 24px;
      margin-bottom: 20px;
      font-weight: bold; }
      @media only screen and (max-width: 768px) {
        #santa_message .box_message .title1 {
          font-size: 18px; } }
    #santa_message .box_message .title2 {
      font-size: 20px;
      margin-bottom: 20px;
      font-weight: bold;
      color: #DA5019; }
      @media only screen and (max-width: 768px) {
        #santa_message .box_message .title2 {
          font-size: 16px; } }
    #santa_message .box_message .txt1 {
      margin-bottom: 20px; }
    #santa_message .box_message .txt2 {
      padding: 20px 0;
      text-align: center;
      margin-bottom: 20px; }
    #santa_message .box_message .txt3 {
      padding: 10px;
      background-color: #FCF1D3;
      font-size: 14px;
      font-weight: normal;
      margin-bottom: 20px; }
      #santa_message .box_message .txt3 h4 {
        font-weight: bold;
        margin-bottom: 15px; }
      #santa_message .box_message .txt3 p {
        margin-bottom: 15px; }
  #santa_message .bottom_btn li {
    margin-bottom: 30px; }
    #santa_message .bottom_btn li a {
      font-family: 'Mochiy Pop One', sans-serif;
      display: inline-block;
      background-color: #004A20;
      color: #fff;
      border-radius: 10px;
      padding: 10px 30px;
      width: 600px;
      box-sizing: border-box;
      font-size: 20px;
      text-decoration: none;
      border: 2px solid #009250; }
      @media only screen and (max-width: 768px) {
        #santa_message .bottom_btn li a {
          width: 100%;
          font-size: 16px; } }
      #santa_message .bottom_btn li a:hover {
        opacity: 0.7; }

/*# sourceMappingURL=common.css.map */
