@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Sawarabi+Mincho);
.wf-sawarabimincho {
  font-family: "Sawarabi Mincho";
}

@font-face {
  font-family: harenosoraMin;
  src: url("Harenosora.woff") format("woff");
}
.hareMin {
  font-family: "harenosoraMin", serif;
  font-weight: normal !important;
}

.imgTtl {
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .imgTtl {
    margin: 0 auto 20px;
  }
}
.imgTtl em {
  color: #44713c;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  font-style: normal;
  line-height: 1;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .imgTtl em {
    font-size: 22px;
    line-height: 1.3;
  }
}

h1.imgTtl {
  display: table;
  width: 100%;
  max-width: 480px;
  background: url(../../img/ttl_bg_anv.png) no-repeat center center;
  height: 120px;
}
@media screen and (max-width: 768px) {
  h1.imgTtl {
    max-width: 384px;
    background-size: 384px auto;
    height: 96px;
  }
}

h2 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}

.wrapper .contents > .inner .icnOmoi {
  font-size: 30px;
}
.wrapper .contents > .inner .lead {
  font-size: 22px;
  font-weight: bold;
  line-height: 2.5;
  padding: 25px 0 35px;
}
.wrapper .contents > .inner .lead span {
  color: #e75061;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .wrapper .contents > .inner .lead {
    font-size: 15px;
    line-height: 2;
    padding: 20px 3%;
  }
}
.wrapper .contents > .inner ul.prize li {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .wrapper .contents > .inner ul.prize {
    padding: 0 6% 20px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .contents > .inner .btnSample {
    padding: 0 6% 20px;
  }
}
.wrapper .contents > .inner .btnUnspecified {
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .wrapper .contents > .inner .btnUnspecified {
    padding: 0 3% 30px;
  }
}
.wrapper .contents > .inner .btnUnspecified > li {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .wrapper .contents > .inner .btnUnspecified > li {
    margin-bottom: 20px;
  }
}
.wrapper .contents .calendarBox {
  background-size: 100% auto;
  text-align: left;
}
.wrapper .contents .calendarBox .bg {
  /*background:url(/gcawards/common/img/bg_op_white.png) left top repeat;*/
}
.wrapper .contents .calendarBox .bg > .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .wrapper .contents .calendarBox .bg > .inner {
    width: 100%;
  }
}
.wrapper .contents .calendarBox .bg .omoi {
  font-weight: bold;
  margin: 15px 0 35px;
  font-size: 17px;
}
.wrapper .contents .calendarBox .bg .omoi .heart {
  display: inline-block;
  margin-left: 5px;
}
.wrapper .contents .calendarBox .bg .omoi .heart:before {
  content: "";
  background-image: url("../img/icn_heart.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 3px 5px -2px 0;
}
.wrapper .contents .calendarBox .bg .omoi .flower {
  display: inline-block;
  margin-left: 5px;
}
.wrapper .contents .calendarBox .bg .omoi .flower:before {
  content: "";
  background-image: url("../img/icn_flower.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 3px 5px -2px 0;
}
@media screen and (max-width: 768px) {
  .wrapper .contents .calendarBox .bg .omoi {
    margin: 0 3% 20px;
    font-size: 15px;
  }
}
.wrapper .contents .calendarBox ul.anchor {
  margin-bottom: 60px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .wrapper .contents .calendarBox ul.anchor {
    margin-bottom: 30px;
  }
}
.wrapper .contents .calendarBox ul.anchor li {
  width: 16%;
  max-width: 160px;
  height: 46px;
  border-radius: 25px;
  margin-bottom: 12px;
  display: table;
  background-color: #ffffff;
  border: #44713c 2px solid;
}
@media screen and (max-width: 768px) {
  .wrapper .contents .calendarBox ul.anchor li {
    height: 36px;
    width: 23.5%;
    border: #44713c 1px solid;
  }
}
.wrapper .contents .calendarBox ul.anchor li a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
  font-family: "Sawarabi Mincho", serif;
  line-height: 1.2;
  font-weight: bold;
  color: #44713c;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .wrapper .contents .calendarBox ul.anchor li a {
    font-size: 20px;
  }
}
.wrapper .contents .calendarBox ul.anchor li a span {
  font-size: 24px;
  display: inline-block;
  margin-left: 3px;
}
@media screen and (max-width: 768px) {
  .wrapper .contents .calendarBox ul.anchor li a span {
    font-size: 16px;
  }
}
.wrapper .contents .calendarBox ul.anchor li:hover {
  background-color: rgba(206, 225, 214, 0.5);
}
.wrapper .contents .calendarBox ul.calendar {
  width: 1000px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .wrapper .contents .calendarBox ul.calendar {
    width: 100%;
    margin: 0 0 30px;
    display: block;
  }
}
.wrapper .contents .calendarBox ul.calendar > li {
  width: 48%;
  background-color: #cee1d6;
  /*background-color:#fefbec;*/
}
.wrapper .contents .calendarBox ul.calendar > li:nth-child(2n-1) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .wrapper .contents .calendarBox ul.calendar > li:nth-child(2n-1) {
    margin-bottom: 30px;
  }
}
.wrapper .contents .calendarBox ul.calendar > li:nth-child(2n) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .wrapper .contents .calendarBox ul.calendar > li:nth-child(2n) {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .contents .calendarBox ul.calendar > li {
    width: 94%;
    margin: 0 3% !important;
    float: none;
  }
}
.wrapper .contents .calendarBox ul.calendar > li .ttl {
  text-align: center;
  line-height: 1;
  text-align: center;
  padding: 20px;
}
.wrapper .contents .calendarBox ul.calendar > li .ttl em {
  display: block;
  max-width: 160px;
  margin: 0 auto;
  background: -moz-linear-gradient(top, rgba(68, 113, 60, 0) 0%, rgba(68, 113, 60, 0) 48%, #44713c 49%, rgba(68, 113, 60, 0) 50%, rgba(68, 113, 60, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(68, 113, 60, 0) 0%, rgba(68, 113, 60, 0) 48%, #44713c 49%, rgba(68, 113, 60, 0) 50%, rgba(68, 113, 60, 0) 100%);
  background: linear-gradient(to bottom, rgba(68, 113, 60, 0) 0%, rgba(68, 113, 60, 0) 48%, #44713c 49%, rgba(68, 113, 60, 0) 50%, rgba(68, 113, 60, 0) 100%);
}
.wrapper .contents .calendarBox ul.calendar > li .ttl em span {
  display: inline-block;
  font-size: 50px;
  font-family: "Sawarabi Mincho", serif;
  line-height: 1;
  font-weight: bold;
  background-color: #cee1d6;
  padding: 0 15px 0 10px;
}
.wrapper .contents .calendarBox ul.calendar > li .ttl > span {
  display: block;
  color: #333333;
  font-family: "Sawarabi Mincho", serif;
  font-size: 18px;
}
.wrapper .contents .calendarBox ul.calendar > li ul.dayList {
  width: 472px;
  height: 336px;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .wrapper .contents .calendarBox ul.calendar > li ul.dayList {
    background-size: 100% auto;
    height: auto;
    width: 99% !important;
    margin: 0 0 30px 1% !important;
  }
}
.wrapper .contents .calendarBox ul.calendar > li ul.dayList li {
  width: 64px;
  height: 64px;
  float: left;
  margin: 0 4px 4px 0;
  position: relative;
}
.wrapper .contents .calendarBox ul.calendar > li ul.dayList li:nth-child(7n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .wrapper .contents .calendarBox ul.calendar > li ul.dayList li {
    width: 13.3%;
    height: 15%;
    margin: 0 1% 1% 0;
  }
}
.wrapper .contents .calendarBox ul.calendar > li ul.dayList li img {
  width: 100% !important;
  max-width: auto !important;
}
.wrapper .contents .calendarBox ul.calendar > li ul.dayList li .heart {
  position: absolute;
  top: 0;
  left: 0;
}

.prizeArea ul {
  width: 100%;
  max-width: 382px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .prizeArea ul {
    margin: 0 auto 30px;
  }
}
.prizeArea ul > li {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .prizeArea ul > li {
    margin-bottom: 10px;
  }
}

.contact {
  background: none !important;
  padding: 0 0 8% !important;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 0 3% 8% !important;
  }
}

/*---------------------------------*/
.linkBtn {
  max-width: 480px;
  margin: 0 auto;
  width: 90%;
  display: table;
  height: 44px;
  border-radius: 22px;
  background-color: #ffffff;
  border: #e40b20 2px solid;
  margin: 0 auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .linkBtn {
    height: 38px;
    border-radius: 19px;
    margin-bottom: 6px;
  }
}
.linkBtn:hover {
  background-color: rgba(228, 11, 32, 0.2);
}
.linkBtn a {
  display: table-cell;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  text-decoration: none;
  padding: 5px 40px;
  color: #e40b20;
}
@media screen and (max-width: 768px) {
  .linkBtn a {
    font-size: 16px;
  }
}
.linkBtn a:after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: '▼';
  display: inline-block;
  transform: translateY(-12px) rotate(-90deg);
  font-size: 14px;
  color: #e40b20;
}
@media screen and (max-width: 768px) {
  .linkBtn a:after {
    font-size: 12px;
  }
}
