@charset "UTF-8";
section.mainVisual .images {
  margin: 0 auto;
  width: 1200px;
  text-align: center;
}
section.mainVisual .images .images {
  width: 1200px;
}
section.mainVisual .images ul {
  margin: 0 -100px;
}

section.section {
  padding: 50px 0;
}
section.section h3, section.section p {
  margin: 0;
  font-weight: normal;
}
section.section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.section a {
  color: #333;
  transition: 0.2s ease-in-out;
}
section.section a:hover {
  opacity: 0.7;
  text-decoration: none;
}
section.section a.listBtn {
  position: relative;
  margin-top: 20px;
  padding-right: 15px;
  text-align: right;
}
section.section a.listBtn::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  font-family: FontAwesome;
  content: '\f054';
  color: #333;
  font-size: 92%;
}
section.section .head {
  margin: 0 0 45px;
  text-align: center;
}
section.section .head strong {
  display: block;
  position: relative;
  margin: 0;
  padding: 25px 0 0;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 3px;
  font-family: 'Lato', sans-serif;
}
section.section .head strong:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 18px;
  margin-left: -10px;
  font-size: 18px;
  line-height: 18px;
  content: "◆";
}
section.section .head h2 {
  margin: 0;
  padding: 0;
  font-size: 26px;
}
section.section .head .copy {
  font-size: 16px;
}
section.section.pickup {
  padding-bottom: 20px;
}
section.section.pickup .sectionBody ul {
  display: flex;
  flex-wrap: wrap;
}
section.section.pickup .sectionBody ul li {
  width: calc(33.3% - 20px);
  margin: 0 30px 30px 0;
  border-bottom: 3px solid #ff8000;
}
section.section.pickup .sectionBody ul li:nth-of-type(3n) {
  margin-right: 0;
}
section.section.pickup .sectionBody ul li img {
  max-width: 100%;
  height: auto;
}
section.section.pickup .sectionBody ul li .textBox {
  position: relative;
  padding: 13px 40px 13px 22px;
  background-color: #f3f3f3;
  color: #333;
}
section.section.pickup .sectionBody ul li .textBox::after {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  display: block;
  font-family: FontAwesome;
  content: '\f054';
  color: #ff8000;
  font-size: 150%;
}
section.section.pickup .sectionBody ul li .textBox h3, section.section.pickup .sectionBody ul li .textBox p {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
section.section.ranking {
  padding: 0;
}
section.section.ranking .sectionBody ul {
  display: flex;
  flex-wrap: wrap;
}
section.section.ranking .sectionBody ul li {
  position: relative;
  z-index: 0;
  width: calc(20% - 20px);
  margin: 0 25px 60px 0;
}
section.section.ranking .sectionBody ul li:nth-of-type(5n) {
  margin-right: 0;
}
section.section.ranking .sectionBody ul li:nth-of-type(1)::before {
  border-top-color: #6dd900;
}
section.section.ranking .sectionBody ul li:nth-of-type(1)::after {
  content: '1';
  color: #fff;
}
section.section.ranking .sectionBody ul li:nth-of-type(2)::before {
  border-top-color: #6dd900;
}
section.section.ranking .sectionBody ul li:nth-of-type(2)::after {
  content: '2';
  color: #fff;
}
section.section.ranking .sectionBody ul li:nth-of-type(3)::before {
  border-top-color: #6dd900;
}
section.section.ranking .sectionBody ul li:nth-of-type(3)::after {
  content: '3';
  color: #fff;
}
section.section.ranking .sectionBody ul li:nth-of-type(4)::after {
  content: '4';
}
section.section.ranking .sectionBody ul li:nth-of-type(5)::after {
  content: '5';
}
section.section.ranking .sectionBody ul li:nth-of-type(6)::after {
  content: '6';
}
section.section.ranking .sectionBody ul li:nth-of-type(7)::after {
  content: '7';
}
section.section.ranking .sectionBody ul li:nth-of-type(8)::after {
  content: '8';
}
section.section.ranking .sectionBody ul li:nth-of-type(9)::after {
  content: '9';
}
section.section.ranking .sectionBody ul li:nth-of-type(10)::after {
  content: '10';
  left: 0;
}
section.section.ranking .sectionBody ul li img {
  max-width: 100%;
  height: auto;
}
section.section.ranking .sectionBody ul li h3 {
  display: block;
  padding: 5px 3px;
  width: 100%;
  background-color: #f3f3f3;
  font-size: 108%;
  text-align: center;
}
section.section.ranking .sectionBody ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  content: '';
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-right: 30px solid transparent;
  border-bottom: none;
  border-left: none;
}
section.section.ranking .sectionBody ul li::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 5px;
  z-index: 20;
  color: #333;
  font-size: 100%;
  font-weight: bold;
}
section.section.event {
  padding-top: 0;
}
section.section.event ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
section.section.event ul li {
  width: calc(50% - 20px);
  margin-right: 40px;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
section.section.event ul li:nth-of-type(2n) {
  margin-right: 0;
}
section.section.event ul li:nth-last-child(1), section.section.event ul li:nth-last-child(2) {
  border-bottom: none;
}
section.section.event ul li a {
  display: flex;
}
section.section.event ul li a .imageBox {
  width: 210px;
  height: 140px;
  margin-right: 30px;
}
section.section.event ul li a .imageBox img {
  max-width: 100%;
  height: auto;
}
section.section.event ul li a .textBox {
  position: relative;
  width: calc(100% - 240px);
  padding-right: 30px;
}
section.section.event ul li a .textBox::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
  font-family: FontAwesome;
  content: '\f054';
  color: #333;
  font-size: 100%;
}
section.section.event ul li a .textBox p.date {
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
section.section.event ul li a .textBox h3 {
  margin: 5px 0;
  color: #525260;
  font-size: 123%;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
section.section.event ul li a .textBox p {
  color: #525260;
  line-break: 1.6;
}
section.section.news {
  background-color: #F5F5F1;
}
section.section.news .sectionBody {
  border-top: 1px solid #ddd;
}
section.section.news .sectionBody dl {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
}
section.section.news .sectionBody dl dt {
  width: 170px;
  font-weight: normal;
}
section.section.news .sectionBody dl dt .label {
  margin: 0 15px;
  background-color: #ff8000;
  border-radius: 0;
  font-weight: normal;
}
section.section.news .sectionBody dl dd {
  width: 1000px;
}
section.section.news .sectionBody dl dd a {
  color: #525260;
  font-size: 123%;
  font-weight: 600;
}
section.section.news .sectionBody dl dd p {
  color: #52525f;
}
section.section.sns {
  max-width: 1020px;
  margin: 0 auto;
  padding-top: 100px;
}
section.section.sns ul {
  display: flex;
  justify-content: space-between;
}
section.section.sns ul li {
  max-width: 500px;
  height: 500px;
}
section.section.sns ul li iframe {
  width: 500px;
}
section.section .sectionBody {
  max-width: 1200px;
  margin: 0 auto;
}
section.section .sectionBody a {
  display: block;
}
section.section.pickup strong {
  color: #ff8000;
}
section.section.ranking strong {
  color: #6dd900;
}
section.section.event strong {
  color: #f459ac;
}
section.section.news strong {
  color: #444444;
}

/*# sourceMappingURL=style.css.map */
