@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
body#top .content-wrap {
  padding: 69px 0 0;
}
@media print, screen and (min-width: 1023px) {
  body#top .content-wrap {
    padding: 100px 0 0;
  }
}

body.login .content-wrap {
  padding: 0 !important;
}
@media print, screen and (min-width: 1023px) {
  body.login .content-wrap {
    padding: 0 !important;
  }
}

.slick-prev,
.slick-next {
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 7px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(227, 166, 1, 0.2);
          box-shadow: 0px 3px 10px 0px rgba(227, 166, 1, 0.2);
  opacity: 1;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 7px;
}
.slick-prev::before,
.slick-next::before {
  content: none;
}

.slick-prev {
  background-image: url(../img/icon_prev.svg);
  left: 0;
}
.slick-prev:hover {
  background-image: url(../img/icon_prev.svg);
}

.slick-next {
  background-image: url(../img/icon_next.svg);
  right: 0;
}
.slick-next:hover {
  background-image: url(../img/icon_next.svg);
}

.slick-dots li.slick-active button::before {
  color: #FFC73D;
  opacity: 1;
}

.slick-dots {
  bottom: -20px;
}
.slick-dots li {
  margin: 0 4px;
  width: 10px;
  height: 10px;
}
.slick-dots li button::before {
  width: 10px;
  height: 10px;
  line-height: 10px;
  font-size: 10px;
  color: #ddd;
  opacity: 1;
}

.fade-in {
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.fade-in.is-scrollIn {
  opacity: 1;
}

.keyvisual {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 0 30px;
}
.keyvisual__slider {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.keyvisual .slick-prev {
  top: 50%;
  left: 5px;
}
.keyvisual .slick-next {
  top: 50%;
  right: 5px;
}
.keyvisual .slick-dots {
  bottom: -25px;
}
@media print, screen and (min-width: 1023px) {
  .keyvisual {
    padding: 30px 0;
  }
  .keyvisual__slider a {
    display: block;
    margin: 0 15px;
  }
  .keyvisual .slick-prev {
    left: 25%;
    margin-left: -5px;
  }
  .keyvisual .slick-next {
    right: 25%;
    margin-right: -5px;
  }
}

section {
  padding: 3em 0;
}
section h2 {
  margin-top: 0;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  color: #41474B;
  text-align: center;
}
section h2::after {
  content: " ";
  display: block;
  background: #FFC73D;
  width: 90px;
  height: 3px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}
section ul {
  list-style-type: none;
  padding: 0;
}
section a.anchor-link {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
}
section a.anchor-link::after {
  content: " ";
  display: inline-block;
  width: 5px;
  height: 10px;
  background: url(../img/icon_anchor.svg) 50% 50% no-repeat;
  background-size: 5px;
  margin-left: 0.5em;
}
section .slider,
section .no-slider {
  padding-bottom: 20px;
}
@media print, screen and (min-width: 1023px) {
  section .slider .slick-prev,
  section .no-slider .slick-prev {
    top: 35%;
    left: -54px;
  }
  section .slider .slick-next,
  section .no-slider .slick-next {
    top: 35%;
    right: -54px;
  }
}
section .title-area {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
}
section .title-area h2 {
  font-size: 20px;
  font-size: 2rem;
}
section .title-area.enjoy {
  background-image: url(../../top/img/title_enjoy.svg);
  padding: 1em 0;
}
section .title-area.service {
  background-image: url(../../top/img/title_service.svg);
  background-position: 50% 50%;
  padding: 1em 0 0;
}
section .title-area.campaign {
  background-image: url(../../top/img/title_campaign.svg);
  padding: 1.5em 0;
}
section .title-area.community {
  background-image: url(../../top/img/title_community.svg);
  padding: 1.5em 0;
  background-size: 100% auto;
  background-position: 50% 0;
}
section .title-area.recommend {
  background-image: url(../../top/img/title_cs.svg);
  padding: 1.5em 0 0;
  background-size: 100% auto;
  background-position: 50% 0;
}
section .title-area.sns {
  background-image: url(../../top/img/title_sns.svg);
  background-position: 50% 50%;
  padding: 1em 0;
}
section .top-menu {
  width: calc(100% - 20px);
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section .top-menu__item {
  width: calc(50% - 5px);
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 1em 10px;
  text-align: center;
}
section .top-menu__item .flex-center {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section .top-menu__item .flex-center .inner {
  max-width: 100%;
}
section .top-menu__item .flex-center .inner *:first-child {
  margin-top: 0;
}
section .top-menu__item p {
  margin: 15px 0 0 0;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.3;
}
section .top-menu__item p:first-child {
  margin: 0;
}
section .top-menu__item p.link {
  margin-top: 3px;
}
section .top-menu__item h3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 0;
  background: none;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
section .top-menu__item .btn::before {
  margin-right: 1em;
}
section .top-menu__item .btn.price::before {
  content: " ";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/icon_price.svg) 50% 50% no-repeat;
  background-size: 100%;
}
section .top-menu__item .btn.entry-n::before {
  content: " ";
  display: block;
  width: 18px;
  height: 23px;
  background: url(../img/icon_entry_w.svg) 50% 50% no-repeat;
  background-size: 100%;
}
section .top-menu__item .btn.mypage::before {
  content: " ";
  display: block;
  width: 14px;
  height: 23px;
  background: url(../img/icon_user.svg) 50% 50% no-repeat;
  background-size: 100%;
}
section .top-menu__item .btn.entry::before {
  content: " ";
  display: block;
  width: 20px;
  height: 26px;
  background: url(../img/icon_entry.svg) 50% 50% no-repeat;
  background-size: 100%;
}
section .top-menu__item .btn.btn-normal::after, section .top-menu__item .btn.btn-default::after {
  content: none;
}
section .enjoy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.8em;
}
section .enjoy-list__item {
  width: 100%;
  margin-top: 10px;
}
section .enjoy-list__item a {
  display: block;
  border: 4px solid #FFC73D;
  border-radius: 6px;
  color: #41474B;
}
section .enjoy-list__img {
  width: 100%;
}
section .enjoy-list__img img {
  width: 100%;
  margin: 0;
}
section .enjoy-list__txt {
  width: 100%;
  background: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
section .service-list {
  max-width: 635px;
  background: #fff;
  border-radius: 10px;
  padding: 1.5em;
  margin-top: 1.6em;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section .service-list__item {
  width: calc(33.3333333333% - 26px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section .service-list__item dl {
  margin: 0;
  text-align: center;
}
section .service-list__item dl dd {
  margin: 0;
}
section .service-list__item dl dd .lead {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.3;
}
section .service-list__item dl dd.img {
  margin-top: 10px;
}
section .service-list__item dl dd.img img {
  width: 67px;
}
section .service-list__item dl dt {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
section .service-list__item:nth-child(1) dl dt {
  color: #D01170;
}
section .service-list__item:nth-child(3) dl dt {
  color: #0A4E81;
}
section .service-list__item:nth-child(5) dl dt {
  color: #2B81C2;
}
section .service-list .icon_plus {
  width: 48px;
  text-align: center;
  padding: 2em 10px;
}
section .service-list .icon_plus img {
  width: 22px;
}
section .entry-list-thum {
  margin-top: 1.6em;
}
section .entry-list-thum__item {
  padding: 0 10px;
}
section .entry-list-thum__item a {
  display: block;
  color: #41474B;
}
section .entry-list-thum__item p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 10px;
}
section .entry-list-thum__img {
  border-radius: 5px;
  overflow: hidden;
}
section .entry-list-thum__img img {
  width: 100%;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}
section .program-list {
  margin-top: 1.6em;
}
section .program-list__item {
  padding: 0 10px;
}
section .program-list__item a {
  display: block;
}
section .program-list__item dl {
  margin: 0;
  line-height: 1.4;
}
section .program-list__item dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  color: #D69800;
  margin-top: 10px;
}
section .program-list__item dl dt.img {
  border-radius: 5px;
  overflow: hidden;
}
section .program-list__item dl dt.img img {
  width: 100%;
  aspect-ratio: 54/35;
  -o-object-fit: cover;
     object-fit: cover;
}
section .program-list__item dl dd {
  font-size: 13px;
  font-size: 1.3rem;
  color: #868686;
  margin: 10px 0 0 0;
}
section .program-link ul {
  padding: 0 10px;
}
section .program-link ul li {
  margin: 15px 0;
}
section .sns-list {
  margin-top: 1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section .sns-list__item {
  width: calc(50% - 7.5px);
  margin: 7.5px 0;
}
section .sns-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  color: #41474B;
  padding: 2em 0.75em;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(227, 166, 1, 0.2);
          box-shadow: 0px 5px 15px 0px rgba(227, 166, 1, 0.2);
}
section .sns-list__item .icon {
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
section .sns-list__item .icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section .sns-list__item .icon .img {
  width: 100%;
}
section .sns-list__item .icon .name {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  height: 30px;
  border-radius: 15px;
  padding: 0 1em;
}
section .sns-list__item p {
  margin-top: 15px;
  padding: 0 0.5em;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
}
section .sns-list__item:nth-child(1) .icon img {
  width: 22px;
}
section .sns-list__item:nth-child(1) .icon .name {
  background: #1977F2;
}
section .sns-list__item:nth-child(2) .icon img {
  width: 35px;
}
section .sns-list__item:nth-child(2) .icon .name {
  background: #3E3E3E;
}
section .sns-list__item:nth-child(3) .icon img {
  width: 47px;
}
section .sns-list__item:nth-child(3) .icon .name {
  background: #4CC764;
}
section .sns-list__item:nth-child(4) .icon img {
  width: 48px;
}
section .sns-list__item:nth-child(4) .icon .name {
  background: #FB1C19;
}
section .sns-list__item:nth-child(5) .icon img {
  width: 40px;
}
section .sns-list__item:nth-child(5) .icon .name {
  position: relative;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
}
section .sns-list__item:nth-child(5) .icon .name span {
  display: block;
  position: relative;
  z-index: 2;
}
section .sns-list__item:nth-child(5) .icon .name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  z-index: 1;
}
section .information-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section .information-list__item {
  width: 100%;
  padding: 0 1em;
  margin-top: 2em;
}
section .information-list__item:first-child {
  margin-top: 0;
}
section .information-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
section .information-list__title h3 {
  width: calc(100% - 130px);
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
section .information-list__title h3 .sub {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #FFC73D;
  margin-bottom: 10px;
}
section .information-list__title .index {
  width: 115px;
}
section .information-list__title .index .btn-index {
  height: 43px;
  padding: 0;
}
section .information-list__title .index .btn-index::after {
  right: 1.5em;
}
section .information-list ul {
  padding: 0;
}
section .information-list ul li {
  margin: 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
section .information-list ul li a {
  display: block;
  color: #41474B;
}
section .information-list ul li .date {
  font-size: 13px;
  font-size: 1.3rem;
  color: #868686;
}
section .information-list ul li .date::after {
  content: "\a";
  white-space: pre;
}
section .content-link ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2.5px;
}
section .content-link ul li {
  width: calc(50% - 7.5px);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 7.5px 0;
}
section .content-link ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  color: #41474B;
  padding: 1em 0;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(227, 166, 1, 0.2);
          box-shadow: 0px 5px 15px 0px rgba(227, 166, 1, 0.2);
}
section .content-link ul li a::before {
  content: " ";
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 0.5em;
}
section .content-link ul li:nth-child(1) a::before {
  width: 28px;
  height: 17px;
  background-image: url(../../top/img/icon_camera.svg);
  background-size: 28px;
}
section .content-link ul li:nth-child(2) a::before {
  width: 25px;
  height: 26px;
  background-image: url(../../top/img/icon_disaster.svg);
  background-size: 25px;
}
section .content-link ul li:nth-child(3) a::before {
  width: 28px;
  height: 19px;
  background-image: url(../../top/img/icon_ad.svg);
  background-size: 28px;
}
section .content-link ul li:nth-child(4) a::before {
  width: 20px;
  height: 26px;
  background-image: url(../../top/img/icon_interview.svg);
  background-size: 20px;
}
section .content-link ul li:nth-child(5) a::before {
  width: 20px;
  height: 25px;
  background-image: url(../../top/img/icon_present.svg);
  background-size: 20px;
}
section.important-notice {
  background: rgba(255, 203, 203, 0.27);
  padding: 1em 0;
}
section.important-notice h2 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #E62525;
  text-align: center;
  margin: 0;
  padding: 0;
}
section.important-notice h2::after {
  content: none;
}
section.important-notice ul {
  margin: 0.8em 0 0;
  padding: 0;
}
section.important-notice ul li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 10px 0;
}
section.important-notice ul li a {
  color: #E62525;
}
section.important-notice ul li a span.date {
  color: #000;
  margin-right: 1em;
}
section.important-notice ul li a span.title {
  text-decoration: underline;
}
section.sp-menu {
  display: none;
}
section.sec01 {
  background: rgb(255, 222, 31);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 222, 31)), to(rgb(255, 176, 0)));
  background: linear-gradient(90deg, rgb(255, 222, 31) 0%, rgb(255, 176, 0) 100%);
  padding: 1.25em 0;
}
section.sec02 {
  background: rgb(248, 236, 204);
  background: linear-gradient(135deg, rgb(248, 236, 204) 0%, rgb(253, 220, 130) 50%, rgb(252, 249, 244) 100%);
  padding: 2.5em 0 3.5em;
}
section.sec02 p {
  font-size: 16px;
  font-size: 1.6rem;
}
section.sec02 .link-list {
  margin-top: 1.6em;
  padding: 0 1em;
}
section.sec02 .link-list ul {
  margin: 0;
}
section.sec02 .link-list ul li {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  padding: 8px 0.5em;
  border-bottom: 1px solid #fff;
}
section.sec02 .link-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #41474B;
}
section.sec02 .link-list ul li a::before {
  content: " ";
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 19px;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 5px 12px 0px rgba(227, 166, 1, 0.2);
          box-shadow: 0px 5px 12px 0px rgba(227, 166, 1, 0.2);
  margin-right: 10px;
}
section.sec02 .link-list ul li:nth-child(1) a::before {
  background-image: url(../../top/img/icon_channel.svg);
  background-size: 16px;
}
section.sec02 .link-list ul li:nth-child(2) a::before {
  background-image: url(../../top/img/icon_support.svg);
  background-size: 18px;
}
section.sec02 .link-list ul li:nth-child(3) {
  border-bottom: none;
}
section.sec02 .link-list ul li:nth-child(3) a::before {
  background-image: url(../../top/img/icon_voice.svg);
  background-size: 17px;
}
section.sec02 .service-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.6em;
}
section.sec02 .service-link__item {
  margin: 0 20px;
  text-align: center;
}
section.sec02 .service-link__item p {
  margin: 0 0 5px;
}
section.sec02 .service-link__item .btn.price::before {
  content: " ";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/icon_price.svg) 50% 50% no-repeat;
  background-size: 100%;
  margin-right: 5px;
}
section.sec02 .service-link__item:last-child {
  margin-top: 1.6em;
}
section.sec03 .title-area .container {
  position: relative;
}
section.sec03 .title-area .index {
  width: 30%;
  max-width: 228px;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.75em;
}
section.sec04, section.sec06, section.sec08 {
  background: #FFF9EB;
}

@media screen and (max-width: 767px) {
  section a.anchor {
    font-size: 15px;
    font-size: 1.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  section .title-area.campaign .index {
    width: 70px;
    margin-top: -1.5em;
  }
  section .title-area.campaign .index .btn-index {
    width: 100%;
    height: 43px;
    padding: 0.75em 0;
  }
  section .title-area.campaign .index .btn-index::after {
    right: 8px;
  }
  section .top-menu__item .btn::before {
    margin-right: 3px;
  }
  section .top-menu__item .btn-default, section .top-menu__item .btn-normal {
    border-radius: 15px;
    height: 62px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  section .enjoy-list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section .enjoy-list__img {
    width: 50%;
  }
  section .enjoy-list__txt {
    width: 50%;
  }
  section.important-notice ul li a span.date::after {
    content: "\a";
    white-space: pre;
  }
  section.sp-menu {
    display: block;
    padding: 0;
  }
  section.sp-menu .sp-menu-list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.sp-menu .sp-menu-list li {
    width: 25%;
    border-top: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.4;
    text-align: center;
    margin: 0;
  }
  section.sp-menu .sp-menu-list li a {
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    gap: 5px 0;
    color: #41474B;
  }
  section.sp-menu .sp-menu-list li a::before {
    content: " ";
    display: block;
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  section.sp-menu .sp-menu-list li a:hover {
    text-decoration: none;
  }
  section.sp-menu .sp-menu-list li:nth-child(4n) {
    border-right: none;
  }
  section.sp-menu .sp-menu-list li:nth-child(1) a::before {
    height: 29px;
    background-image: url(../img/icon_service.svg);
    background-size: 38px;
  }
  section.sp-menu .sp-menu-list li:nth-child(2) a::before {
    height: 25px;
    background-image: url(../img/icon_campaign.svg);
    background-size: 27px;
  }
  section.sp-menu .sp-menu-list li:nth-child(3) a::before {
    height: 23px;
    background-image: url(../img/icon_community.svg);
    background-size: 25px;
  }
  section.sp-menu .sp-menu-list li:nth-child(4) a::before {
    height: 29px;
    background-image: url(../img/icon_entry.svg);
    background-size: 23px;
  }
  section.sp-menu .sp-menu-list li:nth-child(5) a::before {
    height: 28px;
    background-image: url(../img/icon_support02.svg);
    background-size: 25px;
  }
  section.sp-menu .sp-menu-list li:nth-child(6) a::before {
    height: 22px;
    background-image: url(../img/icon_mail.svg);
    background-size: 27px;
  }
  section.sp-menu .sp-menu-list li:nth-child(7) a::before {
    height: 19px;
    background-image: url(../img/icon_webcamera.svg);
    background-size: 34px;
  }
  section.sp-menu .sp-menu-list li:nth-child(8) a::before {
    height: 24px;
    background-image: url(../img/icon_price.svg);
    background-size: 24px;
  }
  section.sec08 {
    padding: 2em 0;
  }
}
@media print, screen and (min-width: 768px) {
  section .title-area h2 {
    font-size: 30px;
    font-size: 3rem;
  }
  section .title-area.enjoy {
    padding: 3em 0;
  }
  section .title-area.service {
    background-position: 50% 100%;
    padding: 3em 0 0.5em;
  }
  section .title-area.campaign {
    padding: 3em 0;
  }
  section .title-area.community {
    padding: 3em 0;
    background-position: 50% 50%;
    background-size: auto 100%;
  }
  section .title-area.recommend {
    background-size: auto 100%;
    background-position: 50% 100%;
    padding: 3.5em 0 0;
  }
  section .title-area.sns {
    background-position: 50% 100%;
    padding: 3em 0;
  }
  section .top-menu__item {
    width: calc(50% - 20px);
    padding: 1.5em 3em;
  }
  section .top-menu__item p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  section .top-menu__item h3 {
    font-size: 20px;
    font-size: 2rem;
  }
  section .enjoy-list {
    margin-top: 1.6em;
  }
  section .enjoy-list__item {
    width: calc(33.3333333333% - 20px);
  }
  section .enjoy-list__item a {
    display: block;
    border: 4px solid #FFC73D;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(227, 166, 1, 0.2);
            box-shadow: 0px 5px 15px 0px rgba(227, 166, 1, 0.2);
  }
  section .enjoy-list__txt {
    height: 4em;
    font-size: 18px;
    font-size: 1.8rem;
  }
  section .service-list {
    margin-top: 2.4em;
  }
  section .service-list__item {
    width: calc(33.3333333333% - 40px);
  }
  section .service-list__item dl dd .lead {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #FFC73D));
    background: linear-gradient(transparent 65%, #FFC73D 0%);
  }
  section .service-list .icon_plus {
    width: 60px;
    padding: 2em 19px;
  }
  section .program-list.no-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  section .program-list.no-slider .program-list__item {
    padding: 0;
    width: calc(25% - 24px);
    margin-right: 32px;
  }
  section .program-list.no-slider .program-list__item:nth-child(4n) {
    margin-right: 0;
  }
  section .program-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  section .program-link ul li {
    margin: 0 1em;
  }
  section .sns-list {
    margin-top: 2.4em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section .sns-list__item {
    width: 170px;
    margin: 15px 20px;
  }
  section .sns-list__item a {
    padding: 2em 1em;
  }
  section .sns-list__item:first-child {
    margin-left: 0;
  }
  section .sns-list__item:last-child {
    margin-right: 0;
  }
  section .information-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section .information-list__item {
    width: 33.3333333333%;
    padding: 0 1.5em;
    border-right: 1px solid #FFC73D;
    margin-top: 0;
  }
  section .information-list__item:last-child {
    border-right: none;
  }
  section .information-list__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  section .information-list__title h3 {
    width: calc(100% - 130px);
    margin: 0;
    font-size: 20px;
    font-size: 2rem;
    background: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
  section .information-list__title h3 .sub {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #FFC73D;
    margin-bottom: 10px;
  }
  section .information-list__title .index {
    width: 115px;
  }
  section .information-list__title .index .btn-index {
    height: 43px;
    padding: 0;
  }
  section .information-list__title .index .btn-index::after {
    right: 1.5em;
  }
  section .information-list ul {
    padding: 0;
  }
  section .information-list ul li {
    margin: 10px 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  section .information-list ul li a {
    display: block;
    color: #41474B;
  }
  section .information-list ul li .date {
    font-size: 13px;
    font-size: 1.3rem;
    color: #868686;
  }
  section .information-list ul li .date::after {
    content: "\a";
    white-space: pre;
  }
  section .content-link ul {
    padding: 0;
  }
  section .content-link ul li {
    width: calc(20% - 24px);
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
  }
  section.important-notice {
    padding: 2em 0;
  }
  section.important-notice ul {
    padding: 0 3em;
  }
  section.sec01 {
    padding: 2.5em 0;
  }
  section.sec02 .link-list {
    padding: 0;
  }
  section.sec02 .link-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.sec02 .link-list ul li {
    font-size: 20px;
    font-size: 2rem;
    margin: 0.75em;
    padding: 0;
    border-bottom: none;
  }
  section.sec02 .link-list ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #41474B;
  }
  section.sec02 .link-list ul li a::before {
    width: 59px;
    height: 59px;
    border-radius: 30px;
    margin-right: 10px;
  }
  section.sec02 .link-list ul li:nth-child(1) a::before {
    background-size: 25px;
  }
  section.sec02 .link-list ul li:nth-child(2) a::before {
    background-size: 25px;
  }
  section.sec02 .link-list ul li:nth-child(3) a::before {
    background-size: 26px;
  }
  section.sec02 .service-link__item:last-child {
    margin-top: 0;
  }
}