@charset "UTF-8";

html{
  margin-top: 0 !important;
  overflow-x: hidden;
}
#wpadminbar{
  display: none;
}

/*************************************************************
リセット
*************************************************************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html.is-locked{
  overflow: hidden;
}
body {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  color: #000;
  line-height: 1.25;
  overflow-x: hidden;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-height: 100vh;
}
main{
  -webkit-box-flex: 1;
  flex: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
a:hover{
  opacity: .8;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img{
  width: 100%;
  vertical-align: bottom;
}
a:hover{
  opacity: .8;
}
@media screen and (max-width: 767px){
  body{
    font-size: 14px;
  }
}


/*************************************************************
汎用
*************************************************************/
.c-mt-0{
  margin-top: 0 !important;
}
@media screen and (min-width: 768px){
  .pc-none{
    display: none !important;
  }
  .c-mt-10_pc{
    margin-top: 10px !important;
  }
  .c-mt-15_pc{
    margin-top: 15px !important;
  }
  .c-mt-20_pc{
    margin-top: 20px !important;
  }
  .c-mt-25_pc{
    margin-top: 25px !important;
  }
  .c-mt-30_pc{
    margin-top: 30px !important;
  }
  .c-mt-35_pc{
    margin-top: 35px !important;
  }
  .c-mt-40_pc{
    margin-top: 40px !important;
  }
  .c-mt-45_pc{
    margin-top: 45px !important;
  }
  .c-mt-50_pc{
    margin-top: 50px !important;
  }
  .c-mt-55_pc{
    margin-top: 55px !important;
  }
  .c-mt-60_pc{
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 767px){
  .sp-none{
    display: none !important;
  }
  .c-mt-10_sp{
    margin-top: 10px !important;
  }
  .c-mt-15_sp{
    margin-top: 15px !important;
  }
  .c-mt-20_sp{
    margin-top: 20px !important;
  }
  .c-mt-25_sp{
    margin-top: 25px !important;
  }
  .c-mt-30_sp{
    margin-top: 30px !important;
  }
}


/*************************************************************
header
*************************************************************/
.l-supporters-header{
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
}
.l-supporters-header-inner{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.l-supporters-header-logo{
  width: 50%;
  max-width: 200px;
  margin: 0 auto;
}
.l-supporters-header-logo a{
  display: inline-block;
  text-align: center;
}
.l-supporters-header-logo span{
  margin-top: 5px;
  display: inline-block;
  color: #bd202b;
  font-size: 10px;
}
@media screen and (max-width: 767px){
  .l-supporters-header-logo span{
    font-size: 9px;
  }
}


/*************************************************************
共通パーツ
*************************************************************/
.l-supporters-section{
  padding: 50px 20px 0 20px;
}
.l-supporters-section-inner{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.c-supporters-heading{
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  column-gap: 35px;
}
.c-supporters-heading:before,
.c-supporters-heading:after{
  content: "";
  flex: 1;
  height: 1px;
  background: #b5b5b6;
}
.c-supporters-heading h2{
  font-size: 25px;
  font-weight: bold;
  position: relative;
  padding-left: 35px;
}
.c-supporters-heading h2:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform:  translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-supporters-heading h2.c-supporters-heading-article:before{
  background: url(../img/supporters/shikoku/icon-heading-article.svg) no-repeat;
  width: 25px;
  height: 23px;
}
.c-supporters-heading h2.c-supporters-heading-gallery:before{
  background: url(../img/supporters/shikoku/icon-heading-gallery.svg) no-repeat;
  width: 25px;
  height: 23px;
}
.c-supporters-heading h2.c-supporters-heading-spot:before{
  background: url(../img/supporters/shikoku/icon-heading-spot.svg) no-repeat;
  width: 25px;
  height: 34px;
}
.c-supporters-heading h2.c-supporters-heading-facility:before{
  background: url(../img/supporters/shikoku/icon-heading-facility.svg) no-repeat;
  width: 25px;
  height: 24px;
}
.c-supporters-heading h2.c-supporters-heading-ranking:before{
  background: url(../img/supporters/shikoku/icon-heading-ranking.svg) no-repeat;
  width: 25px;
  height: 20px;
}
.c-supporters-heading h2.c-supporters-heading-course:before{
  background: url(../img/supporters/shikoku/icon-heading-course.svg) no-repeat;
  width: 25px;
  height: 26px;
}
.c-supporters-heading h2.c-supporters-heading-information:before{
  background: url(../img/supporters/shikoku/icon-heading-information.svg) no-repeat;
  width: 25px;
  height: 26px;
}
.c-supporters-heading h2.c-supporters-heading-food:before{
  background: url(../img/supporters/shikoku/icon-heading-food.svg) no-repeat;
  width: 25px;
  height: 23px;
}
.c-supporters-heading h2.c-supporters-heading-shopping:before{
  background: url(../img/sightseeing/icon_buy_rd.svg) no-repeat;
  width: 25px;
  height: 23px;
}
.c-supporters-heading h2.c-supporters-heading-sightsee:before{
  background: url(../img/supporters/shikoku/icon-heading-sightseeing.svg) no-repeat;
  width: 25px;
  height: 23px;
}
.c-supporters-heading h2.c-supporters-heading-hotel:before{
  background: url(../img/supporters/shikoku/icon-heading-stay.svg) no-repeat;
  width: 25px;
  height: 21px;
}
.c-content{
  margin-top: 40px;
}
.c-link{
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  text-align: right;
}
.c-link a{
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  padding-right: 25px;
}
.c-link a:after{
  content: "";
  box-sizing: border-box;
  border-top: 2px solid #c30d23;
  border-right: 2px solid #c30d23;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 50%;
  transform:  translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  margin-top: -1px;
}
@media screen and (max-width: 767px){
  .l-supporters-section{
    padding: 25px 20px 0 20px;
  }
  .c-supporters-heading{
    -webkit-box-pack: start;
    justify-content: flex-start;
    column-gap: 20px;
  }
  .c-supporters-heading:before{
    content: none;
  }
  .c-supporters-heading h2{
    font-size: 18px;
    padding-left: 30px;
  }
  .c-supporters-heading h2.c-supporters-heading-article:before{
    width: 20px;
    height: 18px;
  }
  .c-supporters-heading h2.c-supporters-heading-gallery:before{
    width: 20px;
    height: 18px;
  }
  .c-supporters-heading h2.c-supporters-heading-spot:before{
    width: 20px;
    height: 27px;
  }
  .c-supporters-heading h2.c-supporters-heading-facility:before{
    width: 20px;
    height: 19px;
  }
  .c-supporters-heading h2.c-supporters-heading-ranking:before{
    width: 20px;
    height: 16px;
  }
  .c-supporters-heading h2.c-supporters-heading-course:before{
    width: 20px;
    height: 21px;
  }
  .c-supporters-heading h2.c-supporters-heading-information:before{
    width: 20px;
    height: 21px;
  }
  .c-supporters-heading h2.c-supporters-heading-food:before{
    width: 20px;
    height: 19px;
  }
  .c-supporters-heading h2.c-supporters-heading-shopping:before{
    width: 20px;
    height: 19px;
  }
  .c-supporters-heading h2.c-supporters-heading-sightsee:before{
    width: 20px;
    height: 19px;
  }
  .c-supporters-heading h2.c-supporters-heading-hotel:before{
    width: 20px;
    height: 17px;
  }
  .c-content{
    margin-top: 15px;
  }
  .c-link{
    margin-top: 5px;
  }
  .c-link a{
    font-size: 14px;
    padding-right: 20px;
  }
}
/********* topLink *********/
.c-supporters-topLink{
  display: inline-block;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  background: #c30d23;
  text-align: center;
}
.c-supporters-topLink span{
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding: 0 25px 0 35px;
}
.c-supporters-topLink span:before,
.c-supporters-topLink span:after{
  content: "";
  background: url(../img/supporters/shikoku/icon-heading-megaphone.svg) no-repeat;
  width: 25px;
  height: 21px;
  position: absolute;
  top: 50%;
}
.c-supporters-topLink span:before{
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-supporters-topLink span:after{
  right: 0;
  transform: translateY(-50%) scaleX(-1);
  -webkit-transform: translateY(-50%) scaleX(-1);
  -ms-transform: translateY(-50%) scaleX(-1);
}
@media screen and (max-width: 767px){
  .c-supporters-topLink{
    padding: 10px;
  }
  .c-supporters-topLink span{
    font-size: 16px;
  }
}
/********* nav *********/
.l-supporters-nav{
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
  background: #efefef;
}
.l-supporters-nav-inner{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.l-supporters-nav-list{
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
.l-supporters-nav-list > li{
  width: 20%;
  height: 57.5px;
  border-left: 2px solid #c30d23;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.l-supporters-nav-list > li:first-child{
  border-left: none;
}
.l-supporters-nav-list > li > a{
  display: inline-block;
  width: 100%;
  color: #000;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: bold;
  cursor: pointer;
  position: relative;
  padding-top: 35px;
}
.l-supporters-nav-list > li > a:before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.l-supporters-nav-list > li > a.l-supporters-nav-area:before{
  background: url(../img/supporters/shikoku/icon-nav-area.svg) no-repeat;
  width: 30px;
  height: 30px;
}
.l-supporters-nav-list > li > a.l-supporters-nav-purpose:before{
  background: url(../img/supporters/shikoku/icon-nav-purpose.svg) no-repeat;
  width: 34.2px;
  height: 30px;
}
.l-supporters-nav-list > li > a.l-supporters-nav-genre:before{
  background: url(../img/supporters/shikoku/icon-nav-genre.svg) no-repeat;
  width: 27.2px;
  height: 30px;
}
.l-supporters-nav-list > li > a.l-supporters-nav-popular:before{
  background: url(../img/supporters/shikoku/icon-nav-popular.svg) no-repeat;
  width: 31.4px;
  height: 30px;
}
.l-supporters-nav-list > li > a.l-supporters-nav-course:before{
  background: url(../img/supporters/shikoku/icon-nav-course.svg) no-repeat;
  width: 30px;
  height: 30px;
}
.l-supporters-subNav-list{
  display: none;
  width: auto;
  min-width: 100%;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #c30d23;
  border-radius: 5px;
  box-sizing: border-box;
  position: absolute;
  top: 72.5px;
  left: 0;
  z-index: 15;
}
.l-supporters-subNav-list.is-open{
  display: block;
}
.l-supporters-subNav-list li{
  border-top: 1px solid #c30d23;
}
.l-supporters-subNav-list li:first-child{
  border-top: none;
}
.l-supporters-subNav-list li a{
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 767px){
  .l-supporters-nav{
    padding: 10px 0;
  }
  .l-supporters-nav-list > li{
    height: 57.5px;
    border-left: 1px solid #c30d23;
  }
  .l-supporters-nav-list > li > a{
    font-size: clamp(12px, 2vw, 15px);
    padding-top: 30px;
  }
  .l-supporters-nav-list > li > a.l-supporters-nav-area:before{
    background: url(../img/supporters/shikoku/icon-nav-area.svg) no-repeat;
    width: 25px;
    height: 25px;
  }
  .l-supporters-nav-list > li > a.l-supporters-nav-purpose:before{
    background: url(../img/supporters/shikoku/icon-nav-purpose.svg) no-repeat;
    width: 28.5px;
    height: 25px;
  }
  .l-supporters-nav-list > li > a.l-supporters-nav-genre:before{
    background: url(../img/supporters/shikoku/icon-nav-genre.svg) no-repeat;
    width: 22.7px;
    height: 25px;
  }
  .l-supporters-nav-list > li > a.l-supporters-nav-popular:before{
    background: url(../img/supporters/shikoku/icon-nav-popular.svg) no-repeat;
    width: 26.2px;
    height: 25px;
  }
  .l-supporters-nav-list > li > a.l-supporters-nav-course:before{
    background: url(../img/supporters/shikoku/icon-nav-course.svg) no-repeat;
    width: 25px;
    height: 25px;
  }
  .l-supporters-nav-list > li > a > span{
    display: block;
    font-size: 12px;
  }
  .l-supporters-subNav-list{
    width: auto;
    min-width: 200px;
    top: 67.5px;
  }
  .l-supporters-subNav-list li a{
    font-size: clamp(12px, 2vw, 15px);
  }
  .l-supporters-nav-popular + .l-supporters-subNav-list{
    left: auto;
    right: 0;
  }
}
/********* ranking *********/
.c-ranking{
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 25px 2.75%;
}
.c-ranking-item{
  width: 31.5%;
}
.c-ranking-img{
  position: relative;
}
.c-ranking-img img{
  width: 100%;
  height: auto;
}
.c-ranking-num{
  background: url(../img/supporters/shikoku/icon-ranking-bg.svg) no-repeat;
  width: 50px;
  height: 56px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 15px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
  padding-top: 5px;
}
.c-ranking-content{
  margin-top: 10px;
}
.c-ranking-tag,
.c-facility-tag,
.c-recommend-category{
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}
.c-ranking-tag span,
.c-facility-tag span,
.c-recommend-category span{
  padding: 7.5px 10px;
  background: #c30d23;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.c-ranking-heading,
.c-facility-ttl{
  margin-top: 10px;
}
.c-ranking-heading h3,
.c-facility-ttl p,
.c-recommend-ttl h3{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-ranking-place,
.c-facility-place,
.c-article-place{
  margin-top: 5px;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  gap: 5px;
  flex-wrap: wrap;
}
.c-ranking-place p,
.c-facility-place p,
.c-article-place p{
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-ranking .c-ranking-item:nth-child(4),
.c-ranking .c-ranking-item:nth-child(5){
  width: calc(50% - 2.75%);
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  column-gap: 10px;
}
.c-ranking .c-ranking-item:nth-child(4) .c-ranking-img,
.c-ranking .c-ranking-item:nth-child(5) .c-ranking-img{
  width: 45%;
}
.c-ranking .c-ranking-item:nth-child(4) .c-ranking-content,
.c-ranking .c-ranking-item:nth-child(5) .c-ranking-content{
  margin-top: 0;
  width: calc(55% - 10px);
}
.c-ranking_slider .slick-prev,
.c-ranking_slider .slick-next{
  width: 25px;
  height: 80px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10;
  top: 50%;
}
.c-ranking_slider .slick-prev{
  left: -20px;
}
.c-ranking_slider .slick-next{
  right: -20px;
}
.c-ranking_slider .slick-prev:after,
.c-ranking_slider .slick-next:after{
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.c-ranking_slider .slick-prev:after{
  transform: translate(-50%, -50%) scaleX(-1);
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
  -ms-transform: translate(-50%, -50%) scaleX(-1);
}
.c-ranking_slider .slick-next:after{
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.c-ranking_slider .slick-prev.slick-disabled,
.c-ranking_slider .slick-next.slick-disabled{
  opacity: .25;
}
.c-ranking_slider .slick-prev::before,
.c-ranking_slider .slick-next::before{
  display: none;
}
.c-ranking_slider .slick-slide{
  padding: 0 7.5px;
}
.c-ranking_slider .slick-list{
  margin: 0 -7.5px;
}
.c-ranking.c-ranking_service .c-ranking-item{
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-align: center;
  align-items: center;
  column-gap: 10px;
}
.c-ranking.c-ranking_service .c-ranking-item .c-ranking-img{
  width: 45%;
}
.c-ranking.c-ranking_service .c-ranking-item .c-ranking-content{
  margin-top: 0;
  width: calc(55% - 10px);
}
.c-ranking.c-ranking_service .c-ranking-item:nth-child(1),
.c-ranking.c-ranking_service .c-ranking-item:nth-child(2),
.c-ranking.c-ranking_service .c-ranking-item:nth-child(3){
  display: block;
}
.c-ranking.c-ranking_service .c-ranking-item:nth-child(1) .c-ranking-img,
.c-ranking.c-ranking_service .c-ranking-item:nth-child(2) .c-ranking-img,
.c-ranking.c-ranking_service .c-ranking-item:nth-child(3) .c-ranking-img{
  width: 100%;
}
.c-ranking.c-ranking_service .c-ranking-item:nth-child(1) .c-ranking-content,
.c-ranking.c-ranking_service .c-ranking-item:nth-child(2) .c-ranking-content,
.c-ranking.c-ranking_service .c-ranking-item:nth-child(3) .c-ranking-content{
  margin-top: 10px;
  width: 100%;
}
@media screen and (max-width: 767px){
  .c-ranking{
    gap: 10px 20px;
  }
  .c-ranking-item,
  .c-ranking .c-ranking-item:nth-child(4),
  .c-ranking .c-ranking-item:nth-child(5){
    width: calc(50% - 10px);
  }
  .c-ranking-num{
    width: 35px;
    height: 40px;
    font-size: 20px;
    right: 10px;
    padding-top: 2.5px;
  }
  .c-ranking-tag span,
  .c-facility-tag span,
  .c-recommend-category span{
    padding: 5px;
  }
  .c-ranking-heading h3,
  .c-facility-ttl p,
  .c-recommend-ttl h3{
    font-size: 15px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .c-ranking-place p,
  .c-facility-place p,
  .c-article-place p{
    font-size: 12px;
  }
  .c-ranking .c-ranking-item:nth-child(4),
  .c-ranking .c-ranking-item:nth-child(5){
    display: block;
  }
  .c-ranking .c-ranking-item:nth-child(4) .c-ranking-img,
  .c-ranking .c-ranking-item:nth-child(5) .c-ranking-img{
    width: 100%;
  }
  .c-ranking .c-ranking-item:nth-child(4) .c-ranking-content,
  .c-ranking .c-ranking-item:nth-child(5) .c-ranking-content{
    margin-top: 10px;
    width: 100%;
  }
  .c-ranking.c-ranking_service .c-ranking-item{
    width: 100%;
  }
  .c-ranking.c-ranking_service .c-ranking-item .c-ranking-img{
    width: 35%;
  }
  .c-ranking.c-ranking_service .c-ranking-item .c-ranking-content{
    width: calc(65% - 10px);
  }
  .c-ranking.c-ranking_service .c-ranking-item:nth-child(5),
  .c-ranking.c-ranking_service .c-ranking-item:nth-child(6),
  .c-ranking.c-ranking_service .c-ranking-item:nth-child(7),
  .c-ranking.c-ranking_service .c-ranking-item:nth-child(8),
  .c-ranking.c-ranking_service .c-ranking-item:nth-child(9),
  .c-ranking.c-ranking_service .c-ranking-item:nth-child(10){
    display: flex;
  }
  .c-ranking.c-ranking_service .c-ranking-item:nth-child(5) .c-ranking-img,
  .c-ranking.c-ranking_service .c-ranking-item:nth-child(6) .c-ranking-img,
  .c-ranking.c-ranking_service .c-ranking-item:nth-child(7) .c-ranking-img,
  .c-ranking.c-ranking_service .c-ranking-item:nth-child(8) .c-ranking-img,
  .c-ranking.c-ranking_service .c-ranking-item:nth-child(9) .c-ranking-img,
  .c-ranking.c-ranking_service .c-ranking-item:nth-child(10) .c-ranking-img{
    width: 45%;
  }
  .c-ranking.c-ranking_service .c-ranking-item:nth-child(5) .c-ranking-content,
  .c-ranking.c-ranking_service .c-ranking-item:nth-child(6) .c-ranking-content,
  .c-ranking.c-ranking_service .c-ranking-item:nth-child(7) .c-ranking-content,
  .c-ranking.c-ranking_service .c-ranking-item:nth-child(8) .c-ranking-content,
  .c-ranking.c-ranking_service .c-ranking-item:nth-child(9) .c-ranking-content,
  .c-ranking.c-ranking_service .c-ranking-item:nth-child(10) .c-ranking-content{
    width: calc(55% - 10px);
  }
  .c-ranking.c-ranking_service .c-ranking-item:nth-child(1),
  .c-ranking.c-ranking_service .c-ranking-item:nth-child(2),
  .c-ranking.c-ranking_service .c-ranking-item:nth-child(3),
  .c-ranking.c-ranking_service .c-ranking-item:nth-child(4){
    width: calc(50% - 10px);
  }
  .c-ranking.c-ranking_service .c-ranking-item:nth-child(1) .c-ranking-img,
  .c-ranking.c-ranking_service .c-ranking-item:nth-child(2) .c-ranking-img,
  .c-ranking.c-ranking_service .c-ranking-item:nth-child(3) .c-ranking-img,
  .c-ranking.c-ranking_service .c-ranking-item:nth-child(4) .c-ranking-img{
    width: 100%;
  }
  .c-ranking.c-ranking_service .c-ranking-item:nth-child(1) .c-ranking-content,
  .c-ranking.c-ranking_service .c-ranking-item:nth-child(2) .c-ranking-content,
  .c-ranking.c-ranking_service .c-ranking-item:nth-child(3) .c-ranking-content,
  .c-ranking.c-ranking_service .c-ranking-item:nth-child(4) .c-ranking-content{
    margin-top: 10px;
    width: 100%;
  }
}
/********* 周辺施設 *********/
.c-facility{
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 35px 30px;
}
.c-facility .c-facility-item{
  width: calc(50% - 15px);
}
.c-facility-item a{
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  column-gap: 15px;
}
.c-facility-img{
  width: 40%;
}
.c-facility-img img{
  width: 100%;
  height: auto;
}
.c-facility-content{
  width: calc(60% - 15px);
}
.c-facility .c-facility-item:first-child{
  width: 100%;
}
.c-facility .c-facility-item:first-child a{
  column-gap: 30px;
}
.c-facility .c-facility-item:first-child a .c-facility-content{
  width: calc(60% - 30px);
}
.c-facility-heading{
  margin-bottom: 15px;
}
.c-facility-heading h3{
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding-left: 35px;
}
.c-facility-heading h3:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-facility-heading h3.c-facility-heading-food:before{
  background: url(../img/supporters/shikoku/icon-heading-food.svg) no-repeat;
  width: 25px;
  height: 23px;
}
.c-facility-heading h3.c-facility-heading-hotel:before{
  background: url(../img/supporters/shikoku/icon-heading-stay.svg) no-repeat;
  width: 25px;
  height: 20px;
}
.c-facility-heading h3.c-facility-heading-sightsee:before{
  background: url(../img/supporters/shikoku/icon-heading-sightseeing.svg) no-repeat;
  width: 25px;
  height: 22px;
}
.c-facility-heading h3.c-facility-heading-article:before{
  background: url(../img/supporters/shikoku/icon-heading-article.svg) no-repeat;
  width: 25px;
  height: 23px;
}
.c-facility-heading h3.c-facility-heading-shopping:before{
  background: url(../img/sightseeing/icon_buy_rd.svg) no-repeat;
  width: 25px;
  height: 22px;
}
@media screen and (max-width: 767px){
  .c-facility{
    display: block;
  }
  .c-facility .c-facility-item{
    margin-top: 15px;
    width: 100%;
  }
  .c-facility-item a{
    column-gap: 10px;
  }
  .c-facility-img{
    width: 35%;
  }
  .c-facility-content{
    width: calc(65% - 10px);
  }
  .c-facility .c-facility-item:first-child{
    margin-top: 0;
  }
  .c-facility .c-facility-item:first-child a{
    column-gap: 15px;
  }
  .c-facility .c-facility-item:first-child a .c-facility-img{
    width: 40%;
  }
  .c-facility .c-facility-item:first-child a .c-facility-content{
    width: calc(60% - 15px);
  }
  .c-facility-heading{
    margin-bottom: 10px;
  }
  .c-facility-heading h3{
    font-size: 15px;
    padding-left: 30px;
  }
  .c-facility-heading h3.c-facility-heading-food:before{
    width: 20px;
    height: 19px;
  }
  .c-facility-heading h3.c-facility-heading-hotel:before{
    width: 20px;
    height: 17px;
  }
  .c-facility-heading h3.c-facility-heading-sightsee:before{
    width: 20px;
    height: 19px;
  }
  .c-facility-heading h3.c-facility-heading-article:before{
    width: 20px;
    height: 19px;
  }
  .c-facility-heading h3.c-facility-heading-shopping:before{
    width: 20px;
    height: 18px;
  }
}
/********* モデルコース *********/
.c-course{
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 2.75%;
}
.c-course-item{
  width: 31.5%;
}
.c-course-img img{
  width: 100%;
  height: auto;
}
.c-course-heading,
.c-information-heading{
  margin-bottom: 15px;
}
.c-course-heading h3,
.c-information-heading h3{
  font-size: 20px;
  font-weight: bold;
}
.c-course-ttl{
  margin-top: 15px;
}
.c-course-ttl p{
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-course-spots{
  margin-top: 10px;
}
.c-course-spots p{
  font-size: 14px;
}
.c-course_slider .slick-prev,
.c-course_slider .slick-next{
  width: 25px;
  height: 80px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10;
  top: 50%;
}
.c-course_slider .slick-prev{
  left: -20px;
}
.c-course_slider .slick-next{
  right: -20px;
}
.c-course_slider .slick-prev:after,
.c-course_slider .slick-next:after{
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.c-course_slider .slick-prev:after{
  transform: translate(-50%, -50%) scaleX(-1);
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
  -ms-transform: translate(-50%, -50%) scaleX(-1);
}
.c-course_slider .slick-next:after{
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.c-course_slider .slick-prev.slick-disabled,
.c-course_slider .slick-next.slick-disabled{
  opacity: .25;
}
.c-course_slider .slick-prev::before,
.c-course_slider .slick-next::before{
  display: none;
}
.c-course_slider .slick-slide{
  padding: 0 7.5px;
}
.c-course_slider .slick-list{
  margin: 0 -7.5px;
}
.c-course_top .c-course-item .c-course-tag{
  display: none;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}
.c-course_top .c-course-item .c-course-tag span{
  padding: 7.5px 10px;
  background: #c30d23;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.c-course_top .c-course-item:first-child{
  width: 100%;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  column-gap: 30px;
}
.c-course_top .c-course-item:first-child .c-course-tag{
  display: flex;
}
@media screen and (max-width: 767px){
  .c-course{
    display: block;
  }
  .c-course-item{
    margin-top: 15px;
    width: 100%;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    column-gap: 10px;
  }
  .c-course .c-course-item:first-child{
    margin-top: 0;
  }
  .c-course-img{
    width: 35%;
  }
  .c-course-content{
    width: calc(65% - 10px);
  }
  .c-course-heading,
  .c-information-heading{
    margin-bottom: 10px;
  }
  .c-course-heading h3,
  .c-information-heading h3{
    font-size: 15px;
  }
  .c-course-ttl{
    margin-top: 0;
  }
  .c-course-ttl p{
    font-size: 15px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .c-course-spots {
    margin-top: 5px;
  }
  .c-course-spots p {
    font-size: 12px;
  }
  .c-course.c-course_slider{
    display: flex;
    gap: 20px;
  }
  .c-course_slider .c-course-item{
    margin-top: 0;
    display: block;
    width: calc(50% - 10px);
  }
  .c-course_slider .c-course-img{
    width: 100%;
  }
  .c-course_slider .c-course-content{
    margin-top: 10px;
    width: 100%;
  }
  .c-course.c-course_top .c-course-item:first-child{
    display: block;
  }
  .c-course.c-course_top .c-course-item:first-child .c-course-img{
    width: 100%;
  }
  .c-course.c-course_top .c-course-item:first-child .c-course-content{
    margin-top: 15px;
    width: 100%;
  }
}
/********* 新着情報 *********/
.c-information{
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 2.75%;
}
.c-information-item{
  width: 31.5%;
}
.c-information-img img{
  width: 100%;
  height: auto;
}
.c-information-txt{
  margin-top: 15px;
}
.c-information-date{
  margin-bottom: 15px;
  color: #c30d23;
  font-size: 14px;
}
.c-information-tag{
  margin-bottom: 15px;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}
.c-information-tag span{
  padding: 7.5px 10px;
  background: #c30d23;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.c-information-ttl{
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px){
  .c-information{
    display: block;
  }
  .c-information .c-information-item{
    margin-top: 15px;
    width: 100%;
  }
  .c-information .c-information-item:first-child{
    margin-top: 0;
  }
  .c-information-content{
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    column-gap: 10px;
  }
  .c-information-img{
    width: 30%;
  }
  .c-information-txt{
    margin-top: 0;
    width: calc(70% - 10px);
  }
  .c-information-date{
    margin-bottom: 5px;
    font-size: 12px;
  }
  .c-information-tag{
    margin-bottom: 5px;
  }
  .c-information-tag span{
    padding: 5px;
  }
  .c-information-ttl{
    font-size: 16px;
  }
}
/********* 記事一覧 *********/
.c-article{
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 2.75%;
}
.c-article-item{
  width: 31.5%;
}
.c-article-img img{
  width: 100%;
  height: auto;
}
.c-article-tag{
  margin-top: 15px;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}
.c-article-tag span {
  padding: 7.5px 10px;
  background: #c30d23;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.c-article-ttl{
  margin-top: 15px;
}
.c-article-ttl h3{
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px){
  .c-article{
    gap: 20px;
  }
  .c-article-item{
    width: calc(50% - 10px);
  }
  .c-article-tag{
    margin-top: 10px;
  }
  .c-article-tag span{
    padding: 5px;
  }
  .c-article-ttl{
    margin-top: 10px;
  }
  .c-article-ttl h3{
    font-size: 15px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}
/********* pager *********/
.c-supporters-pagination{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.c-supporters-pagination .page-numbers{
  color: #b5b5b6;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.c-supporters-pagination .page-numbers.current{
  color: #c30d23;
}
.c-supporters-pagination .prev,
.c-supporters-pagination .next{
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.c-supporters-pagination .prev{
  border-right: 12px solid #c30d23;
}
.c-supporters-pagination .next{
  border-left: 12px solid #c30d23;
}
@media screen and (max-width: 767px){
  .c-supporters-pagination{
    margin-top: 20px;
    gap: 15px;
  }
  .c-supporters-pagination .page-numbers{
    font-size: 14px;
  }
}
/********* 下層ページ見出し *********/
.c-supporters-subPage-heading{
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  background: #c30d23;
  text-align: center;
}
.c-supporters-subPage-heading h2{
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px){
  .c-supporters-subPage-heading{
    padding: 10px;
  }
  .c-supporters-subPage-heading h2{
    font-size: 16px;
  }
}
/********* おすすめ記事 *********/
.c-article.c-article_recommend .c-article-item:nth-child(4),
.c-article.c-article_recommend .c-article-item:nth-child(5){
  width: calc(50% - 2.75%);
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  column-gap: 10px;
}
.c-article.c-article_recommend .c-article-item:nth-child(4) .c-article-img,
.c-article.c-article_recommend .c-article-item:nth-child(5) .c-article-img{
  width: 45%;
}
.c-article.c-article_recommend .c-article-item:nth-child(4) .c-article-content,
.c-article.c-article_recommend .c-article-item:nth-child(5) .c-article-content{
  width: calc(55% - 10px);
}
.c-article.c-article_recommend .c-article-item:nth-child(4) .c-article-content .c-article-tag,
.c-article.c-article_recommend .c-article-item:nth-child(5) .c-article-content .c-article-tag{
  margin-top: 0;
}
.c-article_slider .slick-prev,
.c-article_slider .slick-next{
  width: 25px;
  height: 80px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10;
  top: 50%;
}
.c-article_slider .slick-prev{
  left: -20px;
}
.c-article_slider .slick-next{
  right: -20px;
}
.c-article_slider .slick-prev:after,
.c-article_slider .slick-next:after{
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.c-article_slider .slick-prev:after{
  transform: translate(-50%, -50%) scaleX(-1);
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
  -ms-transform: translate(-50%, -50%) scaleX(-1);
}
.c-article_slider .slick-next:after{
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.c-article_slider .slick-prev.slick-disabled,
.c-article_slider .slick-next.slick-disabled{
  opacity: .25;
}
.c-article_slider .slick-prev::before,
.c-article_slider .slick-next::before{
  display: none;
}
.c-article_slider .slick-slide{
  padding: 0 7.5px;
}
.c-article_slider .slick-list{
  margin: 0 -7.5px;
}
@media screen and (max-width: 767px){
  .c-article.c-article_recommend .c-article-item:nth-child(4),
  .c-article.c-article_recommend .c-article-item:nth-child(5){
    display: block;
    width: calc(50% - 10px);
  }
  .c-article.c-article_recommend .c-article-item:nth-child(4) .c-article-img,
  .c-article.c-article_recommend .c-article-item:nth-child(5) .c-article-img{
    width: 100%;
  }
  .c-article.c-article_recommend .c-article-item:nth-child(4) .c-article-content,
  .c-article.c-article_recommend .c-article-item:nth-child(5) .c-article-content{
    width: 100%;
  }
  .c-article.c-article_recommend .c-article-item:nth-child(4) .c-article-content .c-article-tag,
  .c-article.c-article_recommend .c-article-item:nth-child(5) .c-article-content .c-article-tag{
    margin-top: 10px;
  }
}


/*************************************************************
TOP
*************************************************************/
/********* KV *********/
.c-top-kv{
  width: 100%;
}
/********* おすすめ記事 *********/
.c-recommend{
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
.c-recommend-item{
  width: calc(50% - 15px);
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  column-gap: 15px;
}
.c-recommend-img{
  width: 40%;
}
.c-recommend-img img{
  width: 100%;
  height: auto;
}
.c-recommend-content{
  width: calc(60% - 15px);
}
.c-recommend-ttl{
  margin-top: 15px;
}
.c-recommend-txt{
  display: none;
  margin-top: 20px;
}
.c-recommend-txt p{
  font-size: 16px;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-recommend-bottom{
  display: none;
  margin-top: 20px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  column-gap: 20px;
}
.c-recommend-tag{
  width: calc(100% - 20px - 120px);
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}
.c-recommend-tag span{
  padding: 7.5px 10px;
  background: #efefef;
  color: #c30d23;
  font-size: 11px;
  line-height: 1;
}
.c-recommend-date{
  width: 120px;
  text-align: right;
}
.c-recommend-date p{
  color: #b5b5b6;
  font-size: 14px;
  font-weight: bold;
}
.c-recommend .c-recommend-item:first-child{
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
  column-gap: 30px;
}
.c-recommend .c-recommend-item:first-child .c-recommend-img{
  width: 35%;
}
.c-recommend .c-recommend-item:first-child .c-recommend-content{
  width: calc(65% - 30px);
}
.c-recommend .c-recommend-item:first-child .c-recommend-txt{
  display: block;
}
.c-recommend .c-recommend-item:first-child .c-recommend-bottom{
  display: flex;
}
.c-recommend-sub{
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  column-gap: 2.75%;
}
.c-recommend-sub-item{
  width: 31.5%;
}
.c-recommend-sub-item a{
  display: block;
  position: relative;
}
.c-recommend-sub-item h3{
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px){
  .c-recommend{
    display: block;
  }
  .c-recommend-item{
    margin-top: 15px;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
  }
  .c-recommend-ttl{
    margin-top: 10px;
  }
  .c-recommend .c-recommend-item:first-child{
    margin-top: 0;
    display: block;
  }
  .c-recommend .c-recommend-item:first-child .c-recommend-img{
    width: 100%;
  }
  .c-recommend .c-recommend-item:first-child .c-recommend-content{
    margin-top: 15px;
    width: 100%;
  }
  .c-recommend .c-recommend-item:first-child .c-recommend-txt,
  .c-recommend .c-recommend-item:first-child .c-recommend-bottom{
    display: none;
  }
  .c-recommend-sub{
    display: block;
  }
  .c-recommend-sub .c-recommend-sub-item{
    margin-top: 10px;
    width: 100%;
  }
  .c-recommend-sub .c-recommend-sub-item:first-child{
    margin-top: 0;
  }
  .c-recommend-sub-item h3{
    padding: 5px 10px;
    font-size: 14px;
  }
}
/********* ギャラリー *********/
.c-gallery{
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}
.c-gallery li{
  width: calc((100% - 25px) / 6);
  aspect-ratio: 1 / 1;
}
.c-gallery li a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-gallery_slider .slick-prev,
.c-gallery_slider .slick-next{
  width: 25px;
  height: 80px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10;
  top: 50%;
}
.c-gallery_slider .slick-prev{
  left: -20px;
}
.c-gallery_slider .slick-next{
  right: -20px;
}
.c-gallery_slider .slick-prev:after,
.c-gallery_slider .slick-next:after{
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.c-gallery_slider .slick-prev:after{
  transform: translate(-50%, -50%) scaleX(-1);
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
  -ms-transform: translate(-50%, -50%) scaleX(-1);
}
.c-gallery_slider .slick-next:after{
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.c-gallery_slider .slick-prev.slick-disabled,
.c-gallery_slider .slick-next.slick-disabled{
  opacity: .25;
}
.c-gallery_slider .slick-prev::before,
.c-gallery_slider .slick-next::before{
  display: none;
}
.c-gallery_slider .slick-slide{
  padding: 0 7.5px;
}
.c-gallery_slider .slick-list{
  margin: 0 -7.5px;
}
@media screen and (max-width: 767px){
  .c-gallery li{
    width: calc((100% - 25px) / 3);
  }
  .c-gallery li:nth-child(10),
  .c-gallery li:nth-child(11),
  .c-gallery li:nth-child(12){
    display: none;
  }
  .c-gallery.c-gallery_slider li:nth-child(10),
  .c-gallery.c-gallery_slider li:nth-child(11),
  .c-gallery.c-gallery_slider li:nth-child(12){
    display: block;
  }
}


/*************************************************************
ranking
*************************************************************/
.l-supporters-section__ranking .c-ranking-item{
  width: calc(50% - 2.75%);
}
.l-supporters-section__ranking .c-ranking .c-ranking-item{
  width: calc(50% - 2.75%);
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  column-gap: 10px;
}
.l-supporters-section__ranking .c-ranking .c-ranking-item .c-ranking-img{
  width: 45%;
}
.l-supporters-section__ranking .c-ranking .c-ranking-item .c-ranking-content{
  margin-top: 0;
  width: calc(55% - 10px);
}
.l-supporters-section__ranking .c-ranking .c-ranking-item.c-ranking-item__1,
.l-supporters-section__ranking .c-ranking .c-ranking-item.c-ranking-item__2,
.l-supporters-section__ranking .c-ranking .c-ranking-item.c-ranking-item__3{
  display: block;
  width: 31.5%;
}
.l-supporters-section__ranking .c-ranking .c-ranking-item.c-ranking-item__1 .c-ranking-img,
.l-supporters-section__ranking .c-ranking .c-ranking-item.c-ranking-item__2 .c-ranking-img,
.l-supporters-section__ranking .c-ranking .c-ranking-item.c-ranking-item__3 .c-ranking-img{
  width: 100%;
}
.l-supporters-section__ranking .c-ranking .c-ranking-item.c-ranking-item__1 .c-ranking-content,
.l-supporters-section__ranking .c-ranking .c-ranking-item.c-ranking-item__2 .c-ranking-content,
.l-supporters-section__ranking .c-ranking .c-ranking-item.c-ranking-item__3 .c-ranking-content{
  margin-top: 10px;
  width: 100%;
}
@media screen and (max-width: 767px){
  .l-supporters-section__ranking .c-ranking .c-ranking-item,
  .l-supporters-section__ranking .c-ranking .c-ranking-item.c-ranking-item__2,
  .l-supporters-section__ranking .c-ranking .c-ranking-item.c-ranking-item__3{
    display: block;
    width: calc(50% - 10px);
  }
  .l-supporters-section__ranking .c-ranking .c-ranking-item .c-ranking-img{
    width: 100%;
  }
  .l-supporters-section__ranking .c-ranking .c-ranking-item .c-ranking-content{
    margin-top: 10px;
    width: 100%;
  }
  .l-supporters-section__ranking .c-ranking .c-ranking-item.c-ranking-item__1{
    width: 100%;
  }
}


/*************************************************************
footer
*************************************************************/
.l-supporters-footer{
  margin-top: 80px;
  width: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
}
.l-supporters-footer-inner{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  column-gap: 20px;
}
.l-supporters-footer-content{
  width: calc(100% - 20px - 160px);
  text-align: left;
}
.l-supporters-footer-about{
  font-size: 16px;
  font-weight: bold;
}
.l-supporters-footer-txt{
  margin-top: 10px;
  font-size: 14px;
}
.l-supporters-footer-link{
  margin-top: 10px;
  display: inline-block;
  padding: 3.5px 10px 2.5px;
  background: #c30d23;
  color: #fff;
  font-size: 14px;
}
.l-supporters-footer-link span{
  position: relative;
  padding-left: 15px;
}
.l-supporters-footer-link span:before{
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform:  translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.l-supporters-footer-copyright{
  width: 160px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 767px){
  .l-supporters-footer{
    margin-top: 40px;
    padding: 20px;
  }
  .l-supporters-footer-inner{
    display: block;
  }
  .l-supporters-footer-content{
    width: 100%;
  }
  .l-supporters-footer-about{
    font-size: 14px;
  }
  .l-supporters-footer-txt{
    margin-top: 5px;
    font-size: 12px;
  }
  .l-supporters-footer-link{
    margin-top: 5px;
    padding: 4px 5px 2.5px;
    font-size: 12px;
  }
  .l-supporters-footer-link span{
    padding-left: 10px;
  }
  .l-supporters-footer-link span:before{
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
  }
  .l-supporters-footer-copyright{
    margin-top: 20px;
    width: 100%;
    font-size: 11px;
    text-align: center;
  }
}