.content-wrap {
  padding-bottom: 40px;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}

@media only screen and (max-width: 480px) {
  .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 8px;
  }
}

.main .l {
  max-width: 760px;
  margin-right: 24px;
  overflow: hidden;
}

@media only screen and (max-width: 480px) {
  .main .l {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.main .l img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.main .l a:hover {
  opacity: 0.8;
}

.main .l a:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.ranking {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 388px;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .ranking {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}

.ranking .rank-ttl {
  margin: auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}

@media only screen and (max-width: 480px) {
  .ranking .rank-ttl {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
    top: -27px;
  }
}

.ranking .rank-block {
  height: calc(100% - 40px);
  margin-top: 40px;
  padding: 24px;
  background: #0089cd;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .ranking .rank-block {
    height: auto;
    margin-top: 28px;
    padding: 20px;
  }
}

.ranking .rank-block::before {
  content: url(../images/top/rnk-txt.svg);
  display: block;
  width: 16px;
  height: auto;
  position: absolute;
  left: 4px;
  right: 0;
}

@media only screen and (max-width: 480px) {
  .ranking .rank-block::before {
    left: 2px;
  }
}

.ranking .rank-block::after {
  content: url(../images/top/rnk-txt.svg);
  display: block;
  width: 16px;
  height: auto;
  position: absolute;
  right: 4px;
  bottom: 24px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (max-width: 480px) {
  .ranking .rank-block::after {
    right: 2px;
    bottom: 20px;
  }
}

.ranking .rank-block dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 16px 16px 0;
  background: #fff;
}

.ranking .rank-block dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 46px;
  height: 33.3333%;
  margin-right: 16px;
}

@media only screen and (max-width: 480px) {
  .ranking .rank-block dl dt {
    width: 10vw;
    height: auto;
    min-height: 64px;
  }
}

.ranking .rank-block dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(100% - 46px - 16px);
  height: 33.3333%;
  border-bottom: 1px solid #4c4948;
}

@media only screen and (max-width: 480px) {
  .ranking .rank-block dl dd {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.4rem;
  }
}

.ranking .rank-block dl dd:last-child {
  border-bottom: none;
}

.ranking .rank-block dl dd a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  opacity: 0.8;
}

.ranking .rank-block span.name {
  display: block;
}

.sec-ttl-box {
  padding-bottom: 24px;
  background: url(../images/common/ttl-line.svg) 0 bottom repeat-x;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .sec-ttl-box {
    background-size: 200% auto;
    padding-bottom: 16px;
  }
}

.sec-ttl-box .sec-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 4px;
}

.sec-ttl-box .sec-ttl .icon {
  margin-right: 16px;
}

.sec-ttl-box .sec-ttl-en {
  margin: auto;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 24px;
  font-family: "Courier Prime", sans-serif;
}

@media only screen and (max-width: 480px) {
  .sec-ttl-box .sec-ttl-en {
    display: none;
  }
}

section.info .info-block {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  height: 160px;
  overflow-y: auto;
}

@media only screen and (max-width: 480px) {
  section.info .info-block {
    height: 180px;
  }
}

section.info .info-block dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.info .info-block dl dt,
section.info .info-block dl dd {
  padding: 8px;
}

@media only screen and (max-width: 480px) {
  section.info .info-block dl dt,
  section.info .info-block dl dd {
    font-size: 1.4rem;
  }
}

section.info .info-block dl dt {
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 24px;
  border-right: 4px solid #4c4948;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 1px;
}

@media only screen and (max-width: 480px) {
  section.info .info-block dl dt {
    width: 24%;
    padding-right: 0;
    font-size: 1.4rem;
  }
}

section.info .info-block dl dd {
  width: calc(100% - 120px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 24px;
}

section.info .info-block dl dd a {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 2px;
}

section.info .info-block dl dd a:hover {
  opacity: 0.8;
}

section.pickup {
  margin-top: 0;
}

section.pickup a:hover {
  opacity: 0.8;
}

section.content {
  padding: 20px;
  background: #fff100;
}

@media only screen and (max-width: 480px) {
  section.content {
    padding-left: 0;
    padding-right: 0;
  }
}

section.content .con-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 480px) {
  section.content .con-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.content .con-block .desc {
  width: 50%;
  background: url(../images/top/con01-bg.jpg) left center no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 480px) {
  section.content .con-block .desc {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

section.content .con-block .desc dl {
  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;
  height: 70%;
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}

@media only screen and (max-width: 480px) {
  section.content .con-block .desc dl {
    height: auto;
    -webkit-transform: none;
            transform: none;
  }
}

@media only screen and (max-width: 480px) {
  section.content .con-block .desc dl dt {
    width: 16%;
  }
}

section.content .con-block .desc dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 400px;
  height: 130px;
  margin-left: 40px;
  padding-bottom: 24px;
  background: url(../images/common/fuki-r.svg) center center no-repeat;
  background-size: auto 100%;
  font-size: 2rem;
}

@media only screen and (max-width: 480px) {
  section.content .con-block .desc dl dd {
    width: 70%;
    height: 100px;
    margin-left: 8px;
    padding-bottom: 16px;
    font-size: 1.4rem;
    background-size: contain;
  }
}

section.content .con-block .desc .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 30%;
}

@media only screen and (max-width: 480px) {
  section.content .con-block .desc .link {
    height: auto;
    padding-top: 12px;
    padding-bottom: 8px;
  }
}

section.content .con-block .desc .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 16px;
  background: #0089cd;
  color: #fff;
  line-height: 1;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

@media only screen and (max-width: 480px) {
  section.content .con-block .desc .link a {
    width: 80%;
    font-size: 1.4rem;
  }
}

section.content .con-block .desc .link a .icon {
  margin-right: 16px;
}

section.content .con-block .photo {
  width: 50%;
}

@media only screen and (max-width: 480px) {
  section.content .con-block .photo {
    width: 100%;
  }
}

section.content .con-block:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 480px) {
  section.content .con-block:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.content .con-block:nth-of-type(even) .desc dl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}

@media only screen and (max-width: 480px) {
  section.content .con-block:nth-of-type(even) .desc dl {
    -webkit-transform: none;
            transform: none;
  }
}

section.content .con-block:nth-of-type(even) .desc dl dd {
  margin-right: 40px;
  margin-left: 0;
  background-image: url(../images/common/fuki-l.svg);
}

@media only screen and (max-width: 480px) {
  section.content .con-block:nth-of-type(even) .desc dl dd {
    margin-right: 8px;
  }
}

section.content .con-block.con01 .desc {
  background-image: url(../images/top/con01-bg.jpg);
}

section.content .con-block.con01 .desc .link a {
  background: #0089cd;
}

section.content .con-block.con01 .desc .link a:hover {
  background-color: #01abff;
}

section.content .con-block.con02 .desc {
  background-image: url(../images/top/con02-bg.jpg);
}

section.content .con-block.con02 .desc .link a {
  background: #eb637c;
}

section.content .con-block.con02 .desc .link a:hover {
  background-color: #f190a2;
}

section.content .con-block.con03 .desc {
  background-image: url(../images/top/con03-bg.jpg);
}

section.content .con-block.con03 .desc .link a {
  background: #f7ae26;
}

section.content .con-block.con03 .desc .link a:hover {
  background-color: #f9c057;
}

@media only screen and (max-width: 480px) {
  section.voice .sec-ttl .ttl-txt {
    width: 200px;
  }
}

section.voice .splide .splide__track {
  padding-top: 40px;
}

section.voice .splide .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 220px;
  height: 160px;
  padding-left: 32px;
  padding-right: 20px;
  padding-bottom: 20px;
  background: url(../images/common/voice-fuki-pink.svg) center center no-repeat;
  background-size: contain;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

section.voice .splide dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 270px;
  margin-top: -48px;
}

/*  noslide zone  */
.noslide .splide__list {
  display: flex!important;
  justify-content: space-around;
}
@media only screen and (max-width: 480px) {
  .noslide .splide__list {
    display: block!important;
  }
}

section.voice .splide dl dt {
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 20px;
  font-size: 1.4rem;
}

section.voice .splide dl dd.person {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 151px;
  text-align: right;
}

section.voice .splide dl dd.person img {
  height: 100%;
  width: auto;
}

section.voice .splide dl dd.lower {
  width: 100%;
  margin-top: 16px;
  text-align: center;
}

section.voice .splide dl dd.lower .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 8px 4px 16px;
  border-radius: 100px;
  background: #eb637c;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

section.voice .splide dl dd.lower .btn::after {
  content: "";
  display: block;
  left: 3px;
  width: 4px;
  height: 4px;
  margin-left: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

section.voice .splide li.pink .comment {
  background-image: url(../images/common/voice-fuki-pink.svg);
}

section.voice .splide li.pink dl dd.lower .btn {
  background: #eb637c;
}

section.voice .splide li.blue .comment {
  background-image: url(../images/common/voice-fuki-blue.svg);
}

section.voice .splide li.blue dl dd.lower .btn {
  background: #0089cd;
}

section.voice .splide li.green .comment {
  background-image: url(../images/common/voice-fuki-green.svg);
}

section.voice .splide li.green dl dd.lower .btn {
  background: #3db04d;
}

section.voice .splide li.orange .comment {
  background-image: url(../images/common/voice-fuki-orange.svg);
}

section.voice .splide li.orange dl dd.lower .btn {
  background: #f7ae26;
}

section.voice .splide a:hover .comment {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

section.voice .splide a:hover dl dd.lower .btn {
  opacity: 0.7;
}

.splide .splide__arrow {
  background: transparent;
}

@media only screen and (max-width: 480px) {
  .splide .splide__arrow--prev {
    left: 0;
  }
}

@media only screen and (max-width: 480px) {
  .splide .splide__arrow--next {
    right: 0;
  }
}

@media only screen and (max-width: 480px) {
  .splide .splide__slide {
    width: 78%;
  }
}

section.page-bottom {
  margin-bottom: 40px;
}

section.page-bottom .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-right: 4px solid #0068b7;
}

@media only screen and (max-width: 480px) {
  section.page-bottom .links ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-right: none;
    border-bottom: 4px solid #0068b7;
  }
}

section.page-bottom .links ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33.3333%;
  border-left: 4px solid #0068b7;
}

@media only screen and (max-width: 480px) {
  section.page-bottom .links ul li {
    width: 100%;
    border-left: none;
    border-top: 4px solid #0068b7;
    position: relative;
  }
}

section.page-bottom .links ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding: 4px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (max-width: 480px) {
  section.page-bottom .links ul li a {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

section.page-bottom .links ul li a:hover {
  background: rgba(0, 104, 183, 0.05);
}

@media only screen and (max-width: 480px) {
  section.page-bottom .links ul li .icon {
    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;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 32px;
    height: 100%;
    position: absolute;
    top: 0;
  }
}

@media only screen and (max-width: 480px) {
  section.page-bottom .links ul li .icon img {
    width: 32px;
  }
}

section.page-bottom .links ul li .sub {
  margin-top: 8px;
}

@media only screen and (max-width: 480px) {
  section.page-bottom .links ul li .sub {
    margin-top: 0;
    font-size: 1.2rem;
  }
}

section.page-bottom .links ul li .txt {
  font-size: 2.4rem;
  font-weight: 600;
}

@media only screen and (max-width: 480px) {
  section.page-bottom .links ul li .txt {
    font-size: 1.8rem;
  }
}
/*# sourceMappingURL=top.css.map */



/* トップのみスマホのグロナビ */
.top-gnavi{
  width: 94%;
  margin: 0 auto 20px;
}
.top-gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-gnavi ul li {
  width: 33%;
  position: relative;
}
.top-gnavi ul li:nth-child(1)::after,
.top-gnavi ul li:nth-child(2)::after,
.top-gnavi ul li:nth-child(4)::after,
.top-gnavi ul li:nth-child(5)::after{
  content: "";
  display: inline-block;
  width: 1px;
  height: 62px;
  background-color:#dcdddd;
  position:absolute;
  top:10px;
  right:0;
}
.top-gnavi ul li:nth-child(1)::before,
.top-gnavi ul li:nth-child(2)::before,
.top-gnavi ul li:nth-child(3)::before{
  content:"";
  display:block;
  width:94%;
  height:1px;
  background-color:#dcdddd;
  position:absolute;
  bottom:0;
  left: 2%
  /* left:calc(100% - 15px); */
}


.top-gnavi ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  font-size: 3vw;
  overflow: hidden;
  position: relative;
}

/* .top-gnavi ul li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 230px;
  margin: auto;
  background: #0089cd;
  border-radius: 5000px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
} */
.top-gnavi ul li a .icon {
  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;
  height: 30px;
  margin-bottom: 4px;
}
.top-gnavi ul li:nth-of-type(1) a .icon img{
  width: 24.9px;
  height: 27.1px;
}
.top-gnavi ul li:nth-of-type(2) a .icon img{
  width: 24.5px;
  height: 19.5px;
}
.top-gnavi ul li:nth-of-type(3) a .icon img{
  width: 24.4px;
  height: 24.7px;
}
.top-gnavi ul li:nth-of-type(4) a .icon img{
  width: 23.2px;
  height: 26.4px;
}
.top-gnavi ul li:nth-of-type(5) a .icon img{
  width: 20.9px;
  height: 24.6px;
}
.top-gnavi ul li:nth-of-type(6) a .icon img{
  width: 20.1px;
  height: 223.6px;
}
.top-gnavi ul li:nth-of-type(1) a {color: #0089cd;}
.top-gnavi ul li:nth-of-type(2) a {color: #3db04d;}
.top-gnavi ul li:nth-of-type(3) a {color: #eb637c;}
.top-gnavi ul li:nth-of-type(4) a {color: #f7ae26;}
.top-gnavi ul li:nth-of-type(5) a {color: #18b8d1;}
.top-gnavi ul li:nth-of-type(6) a {color: #98519c;}


