@charset "UTF-8";
/* 沖縄物語ファンコミュニティ */
@media screen and (max-width: 767px) {
  .p-fun-section-ranking, .p-fun-section-feature {
    margin-bottom: 0;
  }
}
.p-fun-section__title {
  background-repeat: no-repeat;
  text-align: center;
  background-position: center top;
  padding-top: 50px;
  margin-bottom: 2rem;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 800;
  color: #006dba;
}
@media screen and (max-width: 767px) {
  .p-fun-section__title {
    font-size: 1.8rem;
    padding-top: 3.5rem;
    margin-bottom: 1rem;
  }
}
.p-fun-section__title--ranking {
  background-image: url(/feature/okinawa_fun/image/icon_fun_ranking_01.svg);
}
.p-fun-section__title--feature {
  background-image: url(/feature/okinawa_fun/image/icon_fun_feature_01.svg);
}
.p-fun-section__title--post {
  background-image: url(/feature/okinawa_fun/image/icon_fun_post_01.svg);
}
.p-fun-section__title--questionnaire {
  background-image: url(/feature/okinawa_fun/image/icon_fun_questionnaire_01.svg);
}
@media screen and (max-width: 767px) {
  .p-fun-section__title--ranking, .p-fun-section__title--feature, .p-fun-section__title--post, .p-fun-section__title--questionnaire {
    background-size: 2.2rem;
  }
}
.p-fun-section__lead {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-fun-section__lead {
    text-align: left;
    margin-bottom: 3rem;
  }
}
.p-fun-section__lead--feature {
  white-space: pre-wrap;
}
.p-fun-section--questionnaire {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fun-section--questionnaire {
    margin-top: 4.5rem;
  }
}
.p-fun-section--bnr {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-fun-section--bnr {
    margin-top: 3.5rem;
  }
}

.c-fun-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.4%;
     -moz-column-gap: 2.4%;
          column-gap: 2.4%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-fun-tile {
    -webkit-column-gap: 2.5%;
       -moz-column-gap: 2.5%;
            column-gap: 2.5%;
  }
}
@media screen and (max-width: 767px) {
  .c-fun-tile {
    -webkit-column-gap: calc(4.438% - 0.1rem);
       -moz-column-gap: calc(4.438% - 0.1rem);
            column-gap: calc(4.438% - 0.1rem);
    padding: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-fun-tile--pc {
    display: none;
  }
}
.c-fun-tile figure {
  position: relative;
  overflow: hidden;
  padding-top: 65%;
}
.c-fun-tile figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-fun-tile__unit {
  -webkit-box-shadow: 0rem 0.4rem 0.8rem rgba(0, 0, 0, 0.08);
          box-shadow: 0rem 0.4rem 0.8rem rgba(0, 0, 0, 0.08);
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-fun-tile__unit {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-fun-tile__unit:hover {
    -webkit-box-shadow: 0rem 0.4rem 0.8rem rgba(0, 109, 186, 0.3);
            box-shadow: 0rem 0.4rem 0.8rem rgba(0, 109, 186, 0.3);
  }
}
@media screen and (max-width: 1024px) {
  .c-fun-tile__unit:active {
    -webkit-box-shadow: 0rem 0.4rem 0.8rem rgba(0, 109, 186, 0.3);
            box-shadow: 0rem 0.4rem 0.8rem rgba(0, 109, 186, 0.3);
  }
}
.c-fun-tile__unit--clm3 {
  width: 31.25%;
}
@media screen and (max-width: 767px) {
  .c-fun-tile__unit--clm3 {
    width: 100%;
  }
}
.c-fun-tile__unit--clm4 {
  width: 23.2%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-fun-tile__unit--clm4 {
    width: 23%;
  }
}
@media screen and (max-width: 767px) {
  .c-fun-tile__unit--clm4 {
    width: 47.826%;
  }
}
.c-fun-tile a {
  color: inherit;
}
.c-fun-tile a::link {
  color: inherit;
}
.c-fun-tile a:hover {
  color: inherit;
}

@media screen and (max-width: 767px) {
  .c-fun-slide {
    margin: auto;
  }
}
.c-fun-slide--sp {
  margin-bottom: 0rem;
}
@media screen and (min-width: 1025px) {
  .c-fun-slide--sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-fun-slide--sp {
    display: none;
  }
}
.c-fun-slide .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.c-fun-slide .slick-track > div {
  margin: 0 1rem 2rem 1rem;
}
.c-fun-slide .slick__list {
  margin: 0 -24px;
  padding: 24px;
}
.c-fun-slide__dot {
  position: relative;
  display: inline-block !important;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 2.3rem;
}
.c-fun-slide__dot li {
  display: inline-block;
  width: 1.15rem;
  height: 1.15rem;
  margin: 0 0.6rem;
}
.c-fun-slide__dot li button {
  position: relative;
  text-indent: -9999px;
  background: none;
  border: none;
  outline: none;
  padding: 0 2.3rem;
}
.c-fun-slide__dot li button::before {
  border-radius: 50%;
  content: "";
  cursor: pointer;
  height: calc(1.15rem - 2px);
  width: calc(1.15rem - 2px);
  top: 0;
  left: 0;
  position: absolute;
  border: solid 1px #006dba;
  opacity: 1;
}
.c-fun-slide__dot li.slick-active button::before {
  background-color: #006dba;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-fun-slide__dot {
    margin-top: 0;
  }
}
.c-fun-slide__unit {
  -webkit-box-shadow: 0rem 0.4rem 0.8rem rgba(0, 0, 0, 0.08);
          box-shadow: 0rem 0.4rem 0.8rem rgba(0, 0, 0, 0.08);
  margin-bottom: 4rem;
}
@media screen and (min-width: 1025px) {
  .c-fun-slide__unit:hover {
    -webkit-box-shadow: 0rem 0.4rem 0.8rem rgba(0, 109, 186, 0.3);
            box-shadow: 0rem 0.4rem 0.8rem rgba(0, 109, 186, 0.3);
  }
}
@media screen and (max-width: 1024px) {
  .c-fun-slide__unit:active {
    -webkit-box-shadow: 0rem 0.4rem 0.8rem rgba(0, 109, 186, 0.3);
            box-shadow: 0rem 0.4rem 0.8rem rgba(0, 109, 186, 0.3);
  }
}
@media screen and (max-width: 767px) {
  .c-fun-slide__unit {
    margin-bottom: 0;
  }
}
.c-fun-slide__unit img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fun-mv {
  position: relative;
  background-image: url(/feature/okinawa_fun/image/bg_fun_mv_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 462px;
  margin-bottom: 6rem;
  text-align: center;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fun-mv {
    background-image: url(/feature/okinawa_fun/image/bg_fun_mv_sp_01.jpg);
    min-height: 384px;
  }
}
.p-fun-mv::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  background: url(/feature/okinawa_fun/image/bg_fun_mv_cover_01.svg) center top/cover no-repeat;
  width: 808px;
  min-height: 371px;
}
@media screen and (max-width: 767px) {
  .p-fun-mv::before {
    top: 16px;
    background: url(/feature/okinawa_fun/image/bg_fun_mv_cover_sp_01.svg) center top/cover no-repeat;
    width: 317px;
    min-height: 329px;
  }
}
.p-fun-mv::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  background: url(/feature/okinawa_fun/image/bg_fun_mv_cover_02.svg) center bottom/cover repeat-x;
  width: 100%;
  max-width: 1280px;
  min-height: 40px;
}
@media screen and (max-width: 767px) {
  .p-fun-mv::after {
    background: url(/feature/okinawa_fun/image/bg_fun_mv_cover_sp_02.svg) center bottom/inherit repeat-x;
    bottom: -11px;
    width: 100%;
    min-height: 24px;
  }
}
.p-fun-mv__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 470px;
  margin: auto;
  text-align: center;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-fun-mv__inner {
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-top: 74px;
  }
}
.p-fun-mv__title {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-fun-mv__title {
    width: 24rem;
  }
}
.p-fun-mv__lead {
  width: 100%;
  text-align: center;
  color: #fff;
  margin: 3rem auto 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fun-mv__lead {
    font-size: 1.2rem;
  }
}
.p-fun-mv__btn-post {
  text-align: center;
  width: 20.8rem;
  height: 6.4rem;
  padding-left: 12px;
  padding-top: 0.5rem;
  background-color: #fff;
  border-radius: 9999px;
  font-size: 1.8rem;
  color: #006dba;
  font-weight: bold;
  border: #fff 1px solid;
}
@media screen and (max-width: 767px) {
  .p-fun-mv__btn-post {
    width: 16rem;
    height: 4.4rem;
    font-size: 1.4rem;
    padding-top: 0.5rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1025px) {
  .p-fun-mv__btn-post:hover {
    background-color: #006dba;
    color: #fff;
    border: #fff 1px solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .p-fun-mv__btn-post:hover::before {
    background-image: url(/feature/okinawa_fun/image/icon_fun_post_01_on.svg);
  }
}
@media screen and (max-width: 1024px) {
  .p-fun-mv__btn-post:hover {
    color: #006dba;
  }
  .p-fun-mv__btn-post:active {
    background-color: #006dba;
    color: #fff;
    border: #fff 1px solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .p-fun-mv__btn-post:active::before {
    background-image: url(/feature/okinawa_fun/image/icon_fun_post_01_on.svg);
  }
}
.p-fun-mv__btn-post::before {
  content: "";
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  background-image: url(/feature/okinawa_fun/image/icon_fun_post_01.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  left: -1rem;
  top: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-fun-mv__btn-post::before {
    width: 2.3rem;
    height: 2.3rem;
    left: -0.8rem;
    top: 0.5rem;
  }
}
.p-fun-mv__qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 218px;
  height: 65px;
  border: dashed 1px #fff;
  padding: 1rem 1.5rem;
  color: #fff;
  font-size: 1.2rem;
}
.p-fun-mv__qr img {
  width: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-fun-mv__qr {
    display: none;
  }
}
.p-fun-mv__qr P {
  text-align: left;
  padding-left: 1.2rem;
  letter-spacing: 0;
}

.p-fun-viewmore {
  text-align: center;
}
.p-fun-viewmore__btn {
  position: relative;
  border-radius: 9999px;
  color: #006dba;
  max-width: 24rem;
  width: 100%;
  height: 48px;
  font-size: 1.8rem;
  font-weight: bold;
  border: #006dba 1px solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* padding: 1.6rem 7.2rem; */
  line-height: 1;
	display: grid;
	place-items: center;
	margin: 0 auto;
	transition: color .2s, background-color .2s;
}
@media screen and (max-width: 767px) {
  .p-fun-viewmore__btn {
    max-width: 16rem;
    width: 100%;
    height: 40px;
    font-size: 1.2rem;
    padding: 1rem 1.8rem;
  }
}
.p-fun-viewmore__btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-bottom: solid 2px #006dba;
  border-right: solid 2px #006dba;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.8rem;
  height: 0.8rem;
  top: 35%;
  right: 1.8rem;
  -webkit-transition: top .3s, border-color 0.2s;
  transition: top .3s, border-color 0.2s;
}
@media screen and (max-width: 767px) {
  .p-fun-viewmore__btn::after {
    border-bottom: solid 1px #006dba;
    border-right: solid 1px #006dba;
    width: 0.6rem;
    height: 0.6rem;
    top: 38%;
    right: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-fun-viewmore__btn:hover {
    background-color: #006dba;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .p-fun-viewmore__btn:hover::after {
    top: 39%;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}
@media screen and (min-width: 1025px) and (max-width: 767px) {
  .p-fun-viewmore__btn:hover::after {
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
  }
}
@media screen and (max-width: 1024px) {
  .p-fun-viewmore__btn:active {
    background-color: #006dba;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .p-fun-viewmore__btn:active::after {
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .p-fun-viewmore__btn:active::after {
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
  }
}

.p-fun-questionnaire {
  position: relative;
  text-align: center;
  max-width: inherit auto;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fun-questionnaire {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-fun-questionnaire a {
  font-size: 2rem;
  position: relative;
  color: #fff;
  padding: 1.7rem 6rem;
  display: inline-block;
  border-radius: 9999px;
  background-color: #006dba;
  border: #006dba 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-fun-questionnaire a {
    font-size: 1.2rem;
    padding: 1.1rem 6rem;
  }
}
.p-fun-questionnaire a::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 1rem;
  height: 1rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 26px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fun-questionnaire a::after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    width: 0.6rem;
    height: 0.6rem;
    right: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .p-fun-questionnaire a:hover {
    color: #006dba;
    background-color: #fff;
  }
  .p-fun-questionnaire a:hover::after {
    right: 23px;
    border-top: solid 2px #006dba;
    border-right: solid 2px #006dba;
  }
}
@media screen and (max-width: 1024px) {
  .p-fun-questionnaire a:active {
    color: #006dba;
    background-color: #fff;
  }
  .p-fun-questionnaire a:active::after {
    right: 14px;
    border-top: solid 1px #006dba;
    border-right: solid 1px #006dba;
  }
}

.p-fun-post-sticky {
  background-image: url(/feature/okinawa_fun/image/btn_fun_post_01.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 140px;
  position: fixed;
  bottom: 110px;
  right: 22px;
  z-index: 1000;
}
@media screen and (min-width: 1025px) {
  .p-fun-post-sticky:hover {
    -webkit-animation: 0.8s boing linear forwards;
            animation: 0.8s boing linear forwards;
    opacity: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .p-fun-post-sticky:active {
    -webkit-animation: 0.8s boing linear forwards;
            animation: 0.8s boing linear forwards;
    opacity: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-post-sticky {
    width: 140px;
    height: 100px;
    left: calc(100vw - 142px);
    right: auto;
    bottom: 80px;
  }
}

@-webkit-keyframes boing {
  10% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  40% {
    -webkit-transform: scale(1.1, 0.8);
            transform: scale(1.1, 0.8);
  }
  50% {
    -webkit-transform: scale(0.85, 1.15);
            transform: scale(0.85, 1.15);
  }
  60% {
    -webkit-transform: scale(1.1, 0.9);
            transform: scale(1.1, 0.9);
  }
  70% {
    -webkit-transform: scale(0.95, 1.08);
            transform: scale(0.95, 1.08);
  }
  90% {
    -webkit-transform: scale(0.98, 1.02);
            transform: scale(0.98, 1.02);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes boing {
  10% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  40% {
    -webkit-transform: scale(1.1, 0.8);
            transform: scale(1.1, 0.8);
  }
  50% {
    -webkit-transform: scale(0.85, 1.15);
            transform: scale(0.85, 1.15);
  }
  60% {
    -webkit-transform: scale(1.1, 0.9);
            transform: scale(1.1, 0.9);
  }
  70% {
    -webkit-transform: scale(0.95, 1.08);
            transform: scale(0.95, 1.08);
  }
  90% {
    -webkit-transform: scale(0.98, 1.02);
            transform: scale(0.98, 1.02);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.p-fun-campaign {
  padding: 40px calc(50vw - 50% + 0px) 0;
  margin-inline: calc(50% - 50vw);
  background-color: #ebf2f6;
  border-top: 2px solid;
  -o-border-image: linear-gradient(to right, #006dba, #52dae2) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#006dba), to(#52dae2)) 1;
     border-image: linear-gradient(to right, #006dba, #52dae2) 1;
}
@media screen and (max-width: 767px) {
  .p-fun-campaign {
    padding: 30px calc(50vw - 50% + 10px) 0;
    margin-bottom: 4rem !important;
  }
}
.p-fun-campaign::after {
  content: "";
  padding: 0 calc(50vw - 50% + 0px) 40px;
  margin-inline: calc(50% - 50vw);
  display: block;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(to left, #006dba, #52dae2) 1;
     border-image: -webkit-gradient(linear, right top, left top, from(#006dba), to(#52dae2)) 1;
     border-image: linear-gradient(to left, #006dba, #52dae2) 1;
}
.p-fun-campaign__inner {
  position: relative;
}
.p-fun-campaign__inner::before {
  content: "";
  position: absolute;
  top: -55px;
  left: 60px;
  width: 161px;
  height: 94px;
  display: block;
  background: url(/feature/okinawa_fun/image/bg_fun_campaign_02.svg) left top/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fun-campaign__inner::before {
    top: -45px;
    left: 0;
    width: 85px;
    height: 50px;
  }
}
.p-fun-campaign__inner::after {
  content: "";
  position: absolute;
  bottom: -70px;
  right: 20px;
  width: 108px;
  height: 137px;
  display: block;
  background: url(/feature/okinawa_fun/image/bg_fun_campaign_03.svg) left top/contain no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fun-campaign__inner::after {
    bottom: -70px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-campaign__inner::after {
    bottom: -75px;
    right: 0;
    width: 53px;
    height: 68px;
  }
}
.p-fun-campaign__title {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 800;
  color: #006dba;
  margin-bottom: 30px;
}
.p-fun-campaign__title::before {
  content: "";
  height: 24px;
  display: block;
  background: url(/feature/okinawa_fun/image/bg_fun_campaign_01.svg) center top/contain no-repeat;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-fun-campaign__title::before {
    height: 14px;
    top: -25px;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-campaign__title {
    font-size: 1.8rem;
  }
}
.p-fun-campaign__lead {
  position: relative;
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fun-campaign__lead {
    width: 70%;
    margin: 30px auto 0;
  }
}
.p-fun-campaign__lead::before {
  content: "";
  width: 40px;
  position: absolute;
  height: 2px;
  border-top: 2px solid;
  -o-border-image: linear-gradient(to right, #006dba, #52dae2) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#006dba), to(#52dae2)) 1;
     border-image: linear-gradient(to right, #006dba, #52dae2) 1;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-fun-campaign__lead::before {
    top: -25px;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-campaign__lead {
    text-align: left;
    margin-top: 25px;
  }
}
.p-fun-campaign__articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fun-campaign__articles {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-column-gap: 2.9rem;
       -moz-column-gap: 2.9rem;
            column-gap: 2.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-campaign__articles {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
.p-fun-campaign__article {
  max-width: 296px;
  width: 23.5%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fun-campaign__article {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-campaign__article {
    max-width: 100%;
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-campaign__article:nth-child(-n+2) {
    margin-bottom: 20px;
  }
}
.p-fun-campaign__article-figure {
  padding-bottom: 10px;
}
.p-fun-campaign__article-figcaption {
  font-size: 1.1rem;
  text-align: center;
  color: #999;
}
@media screen and (min-width: 1025px) {
  .p-fun-campaign__article-figcaption a:hover {
    color: #22bcb8;
  }
}
@media screen and (max-width: 1024px) {
  .p-fun-campaign__article-figcaption a:active {
    color: #22bcb8;
  }
}

.p-fun-modal__outer {
  background-color: #fff;
  border-radius: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-fun-modal__outer {
    border-radius: 0.8rem;
  }
}
.p-fun-modal__outer .p-fun-modal__close {
  padding: 1rem 1rem 0 0;
  color: #006dba;
}
.p-fun-modal__outer .p-fun-modal__close .c-fun-icon-close::before, .p-fun-modal__outer .p-fun-modal__close .c-fun-icon-close::after {
  background-color: #006dba;
}
.p-fun-modal__inner {
  color: #353535;
  padding: 1.75% 6.25% 0 6.25%;
}
.p-fun-modal__close {
  text-align: right;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.p-fun-modal__close button {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-fun-modal__close button {
    font-size: 1.4rem;
  }
}
.p-fun-modal__close .c-fun-icon-close {
  top: 0.8rem;
  right: 0.8rem;
  margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fun-modal__close .c-fun-icon-close {
    margin-left: 1rem;
  }
}
.p-fun-modal__close .c-fun-icon-close::before, .p-fun-modal__close .c-fun-icon-close::after {
  background-color: #fff;
}
.p-fun-modal.fancybox-content {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-fun-modal.fancybox-content {
    padding: 0;
    overflow: hidden;
  }
}

.p-fun-form {
  max-width: 1250px;
}
@media screen and (max-width: 767px) {
  .p-fun-form {
    font-size: 1.2rem;
  }
}
.p-fun-form__header {
  position: relative;
  display: block;
  border-bottom: 1px solid #006dba;
  margin-top: -1rem;
  padding-bottom: 0.8rem;
}
.p-fun-form__header::before {
  position: absolute;
  content: "";
  width: 24rem;
  left: 0;
  bottom: -2px;
  border-bottom: 3px solid #006dba;
}
@media screen and (max-width: 767px) {
  .p-fun-form__header::before {
    width: 10rem;
  }
}
.p-fun-form__title {
  display: inline;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: bold;
  color: #006dba;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fun-form__title {
    font-size: 1.8rem;
    padding-right: 0.6rem;
  }
}
.p-fun-form__info {
  position: relative;
  display: inline-block;
  margin: auto;
  bottom: 0.4rem;
}
.p-fun-form__info::before {
  content: "▶";
  font-size: 1rem;
  color: #006dba;
  opacity: 0.6;
  position: relative;
  top: -0.1rem;
}
.p-fun-form__info:hover::before {
  color: #22bcb8;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .p-fun-form__info {
    bottom: 0.1rem;
  }
}
.p-fun-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-fun-form-field__name {
  width: 22%;
  max-width: 138px;
  font-weight: bold;
  padding-top: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-fun-form-field__name {
    width: 100%;
    padding: 0 0 0.4rem;
  }
}
.p-fun-form-field__name.is--required::after {
  content: "*";
  color: #c8161d;
  padding-left: 0.5rem;
}
.p-fun-form-field__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  row-gap: 2rem;
}
.p-fun-form-photo {
  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;
  gap: 0.5rem;
  width: 47%;
  margin-bottom: 2rem;
}
.p-fun-form-photo__img {
  width: 220px;
  height: 142px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-fun-form-photo__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.p-fun-form-photo__select.is--error {
  background: #ffe9ea;
}
.p-fun-form-photo figure {
  position: relative;
  overflow: hidden;
  padding-top: 65%;
  width: 100%;
}
.p-fun-form-photo figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-fun-form-btns {
  width: 100%;
  margin: 3rem auto;
  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;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  padding-bottom: 6.75%;
}
@media screen and (max-width: 767px) {
  .p-fun-form-btns {
    padding-bottom: 10%;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
.p-fun-form-btns button {
  border-radius: 9999px;
  width: 100%;
  height: 56px;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-fun-form-btns button {
    height: 44px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-form-btns__close {
    margin: 5px auto;
  }
}
.p-fun-form-btns__cancel, .p-fun-form-btns__back, .p-fun-form-btns__close {
  color: #999;
  max-width: 20rem;
  border: #999 1px solid;
  padding: 1.9rem 4.6rem;
}
@media screen and (min-width: 1025px) {
  .p-fun-form-btns__cancel:hover, .p-fun-form-btns__back:hover, .p-fun-form-btns__close:hover {
    background-color: #999;
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .p-fun-form-btns__cancel:active, .p-fun-form-btns__back:active, .p-fun-form-btns__close:active {
    background-color: #999;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-form-btns__cancel, .p-fun-form-btns__back, .p-fun-form-btns__close {
    max-width: 12.8rem;
    height: 44px;
    font-size: 1.4rem;
    padding: 1.2rem 2rem;
  }
}
.p-fun-form-btns__confirm:disabled {
  opacity: 0.65;
}
.p-fun-form-btns__confirm:disabled:hover {
  background-color: #006dba;
  color: #fff;
}
.p-fun-form-btns__post, .p-fun-form-btns__confirm {
  color: #fff;
  max-width: 28rem;
  border: #006dba 1px solid;
  padding: 1.9rem 11.8rem;
  background-color: #006dba;
}
.p-fun-form-btns__post:hover, .p-fun-form-btns__confirm:hover {
  color: #006dba;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-fun-form-btns__post, .p-fun-form-btns__confirm {
    max-width: 17.5rem;
    height: 44px;
    font-size: 1.4rem;
    padding: 1.2rem 4rem;
    margin: auto 5px;
  }
}
.p-fun-form__error {
  border: 1px solid #c8161d;
  color: #c8161d;
  margin: 3rem 1rem 1rem 0rem;
  padding: 2rem;
  border-radius: 8px;
}
.p-fun-form-annotation__list {
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  .p-fun-form-annotation__list {
    margin: 2rem 0;
  }
}
.p-fun-form-annotation__item {
  margin-left: 1.5rem;
  text-indent: -1.5rem;
}
.p-fun-form-annotation__item::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  display: inline-block;
  background-color: #006dba;
  border-radius: 50%;
  position: relative;
  top: -0.25rem;
  margin-right: 1rem;
}
.p-fun-form-field__input {
  width: 78%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-fun-form-field__input {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-fun-form-field__input text,
.p-fun-form-field__input textarea {
  letter-spacing: 0.1em;
  width: 100%;
  padding: 0.9rem 2rem 0.7rem;
  background: #ebf2f6;
  border-radius: 8px;
}
.p-fun-form-field__input text::-webkit-input-placeholder, .p-fun-form-field__input textarea::-webkit-input-placeholder {
  color: #adbfca;
}
.p-fun-form-field__input text::-moz-placeholder, .p-fun-form-field__input textarea::-moz-placeholder {
  color: #adbfca;
}
.p-fun-form-field__input text:-ms-input-placeholder, .p-fun-form-field__input textarea:-ms-input-placeholder {
  color: #adbfca;
}
.p-fun-form-field__input text::-ms-input-placeholder, .p-fun-form-field__input textarea::-ms-input-placeholder {
  color: #adbfca;
}
.p-fun-form-field__input text::placeholder,
.p-fun-form-field__input textarea::placeholder {
  color: #adbfca;
}
.p-fun-form-field__input textarea {
  max-width: 700px;
  resize: vertical;
}
.p-fun-form-field__input input[type=file] {
  display: none;
}
.p-fun-form-field__input input:focus, .p-fun-form-field__input select:focus, .p-fun-form-field__input textarea:focus {
  background-color: #e2edf9;
}
.p-fun-form-field__input-select {
  width: 100%;
  max-width: 400px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-fun-form-field__input-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #353535;
  border-left: 1px solid #353535;
  pointer-events: none;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.p-fun-form-field__input-select select {
  width: 100%;
  max-width: 400px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: 1px solid #999999;
  border-radius: 8px;
  background-color: #fff;
  color: #353535;
  font-size: 1em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-fun-form-field__input-select select {
    height: 3.6em;
    padding: 1em calc(0.8em + 30px) 1em 0.8em;
  }
}
@media screen and (min-width: 1025px) {
  .p-fun-form-field__input-select select:hover {
    background: #e2edf9;
  }
}
@media screen and (max-width: 1024px) {
  .p-fun-form-field__input-select select:active {
    background: #e2edf9;
  }
}
.p-fun-form-field__input-select.is--error select {
  border: 1px solid #c8161d;
  background-color: #ffe9ea;
}
.p-fun-form-field__input-select select::-ms-expand {
  display: none;
}
.p-fun-form-field__input-text {
  letter-spacing: 0.1em;
  max-width: 400px;
  width: 100%;
  padding: 0.9rem 2rem 0.7rem;
  background: #ebf2f6;
  border-radius: 8px;
}
.p-fun-form-field__input-text.is--error {
  border: 1px solid #c8161d;
  background-color: #ffe9ea;
}
.p-fun-form-field__notes {
  font-size: 1.2rem;
  padding-top: 14px;
  color: #999;
}
@media screen and (max-width: 767px) {
  .p-fun-form-field__notes {
    padding-top: 10px;
  }
}
.p-fun-form-field__notes.is--error {
  color: #c8161d;
  font-weight: bold;
  padding-top: 6px;
}
.p-fun-form-check:nth-child(n+2) {
  margin-top: 0.2rem;
}
.p-fun-form-check__title {
  font-size: 1.4rem;
  padding-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-fun-form-check__title {
    font-size: 1rem;
  }
}
.p-fun-form-check__info {
  width: 1.8rem;
  position: relative;
  top: -0.2rem;
  left: 40px;
  margin-top: -24px;
}
@media screen and (max-width: 767px) {
  .p-fun-form-check__info {
    top: -0.1rem;
    left: 30px;
    margin-top: -1.8rem;
  }
}
.p-fun-form-check input[type=checkbox],
.p-fun-form-check input[type=radio] {
  display: none;
}
.p-fun-form-check label {
  display: inline-block;
  color: #006dba;
  font-size: 1.2rem;
  border: 1px solid #006dba;
  border-radius: 9999px;
  padding: 0.4rem 1.5rem 0.3rem;
  margin: 0.4rem 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-fun-form-check label {
    margin: 0.4rem 0.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-fun-form-check label:hover {
    background-color: #e2edf9;
  }
}
@media screen and (max-width: 1024px) {
  .p-fun-form-check label:active {
    background-color: #e2edf9;
  }
}
.p-fun-form-check input[type=checkbox]:checked + label,
.p-fun-form-check input[type=radio]:checked + label {
  color: #fff;
  background-color: #006dba;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.p-fun-form-tos__lead {
  width: 100%;
  height: 150px;
  border: 1px solid #ccc;
  padding: 2.4rem 1rem 2.4rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-fun-form-tos__lead {
    padding: 1.5rem 0.6rem 1.3rem 1.5rem;
  }
}
.p-fun-form-tos__box {
  width: 100%;
  height: 100%;
  padding-right: 1rem;
  overflow-x: auto;
}
.p-fun-form-tos__box--scrollbar::-webkit-scrollbar {
  width: 0.8rem;
}
.p-fun-form-tos__box--scrollbar::-webkit-scrollbar-track {
  border-radius: 0.4rem;
  background-color: #f0f0f0;
}
.p-fun-form-tos__box--scrollbar::-webkit-scrollbar-thumb {
  border-radius: 0.4rem;
  background-color: #999;
}
.p-fun-form-tos__title {
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 1rem;
}
.p-fun-form-tos__text {
  font-size: 1.2rem;
  line-height: 2rem;
}
.p-fun-form-tos__text ol,
.p-fun-form-tos__text ul {
  margin: 1em 0 1em 1.6em;
  counter-reset: cnt 0;
}
.p-fun-form-tos__text ol li {
  counter-increment: cnt;
}
.p-fun-form-tos__text ol li::before {
  content: counter(cnt) ". ";
  display: inline-block;
  margin-left: -1.6em;
  width: 1.6em;
}
.p-fun-form-tos__text dt {
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 0.5rem;
}
.p-fun-form-tos__text dd {
  margin-bottom: 2rem;
}
.p-fun-form-tos__check {
  text-align: center;
  margin-top: 2rem;
}
.p-fun-form-tos__check input[type=checkbox] {
  display: none;
}
.p-fun-form-tos__check input[type=checkbox] + label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1);
  transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1);
}
.p-fun-form-tos__check input[type=checkbox] + label > span {
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 0.25rem;
  background: #ebf2f6;
  cursor: pointer;
  -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1);
  transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1);
}
@media screen and (min-width: 1025px) {
  .p-fun-form-tos__check input[type=checkbox] + label:hover > span {
    background: #e2edf9;
  }
}
@media screen and (max-width: 1024px) {
  .p-fun-form-tos__check input[type=checkbox] + label:active > span {
    background: #e2edf9;
  }
}
.p-fun-form-tos__check input[type=checkbox]:focus + label > span {
  background: #e2edf9;
}
.p-fun-form-tos__check input[type=checkbox]:checked + label > span {
  border: 1rem solid #006dba;
  -webkit-animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1);
          animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1);
}
.p-fun-form-tos__check input[type=checkbox]:not(:checked) + label > span {
  border: 1rem solid #ebf2f6;
  -webkit-animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1);
          animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1);
}
.p-fun-form-tos__check input[type=checkbox]:checked + label > span:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0.15em;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  -webkit-animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
          animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
}
@-webkit-keyframes shrink-bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  33% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes shrink-bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  33% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #fff;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
            transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.4em;
    height: 0;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
            transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.4em;
    height: 1em;
    border-color: #fff;
    -webkit-transform: translate3d(0, -0.5em, 0) rotate(45deg);
            transform: translate3d(0, -0.5em, 0) rotate(45deg);
  }
}
@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #fff;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
            transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.4em;
    height: 0;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
            transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.4em;
    height: 1em;
    border-color: #fff;
    -webkit-transform: translate3d(0, -0.5em, 0) rotate(45deg);
            transform: translate3d(0, -0.5em, 0) rotate(45deg);
  }
}
.p-fun-form-tos__ul {
  list-style: disc;
}

.u-fun-required {
  color: #c8161d;
}
.p-fun-confirm__header {
  position: relative;
  display: block;
  border-bottom: 1px solid #006dba;
  margin-top: -1rem;
  padding-bottom: 0.8rem;
}
.p-fun-confirm__header::before {
  position: absolute;
  content: "";
  width: 24rem;
  left: 0;
  bottom: -2px;
  border-bottom: 3px solid #006dba;
}
@media screen and (max-width: 767px) {
  .p-fun-confirm__header::before {
    width: 10rem;
  }
}
.p-fun-confirm__title {
  display: inline;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: bold;
  color: #006dba;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fun-confirm__title {
    font-size: 1.8rem;
    padding-right: 0.6rem;
  }
}
.p-fun-confirm__info {
  position: relative;
  display: inline-block;
  margin: auto;
  bottom: 0.4rem;
}
.p-fun-confirm__info::before {
  content: "▶";
  font-size: 1rem;
  color: #006dba;
  opacity: 0.6;
  position: relative;
  top: -0.1rem;
}
.p-fun-confirm__info:hover::before {
  color: #22bcb8;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .p-fun-confirm__info {
    bottom: 0.1rem;
  }
}
.p-fun-confirm-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-fun-confirm-field__name {
  width: 22%;
  max-width: 138px;
  font-weight: bold;
  padding-top: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-fun-confirm-field__name {
    width: 100%;
    padding: 0 0 0.4rem;
  }
}
.p-fun-confirm-field__name.is--required::after {
  content: "*";
  color: #c8161d;
  padding-left: 0.5rem;
}
.p-fun-confirm-field__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  row-gap: 2rem;
}
.p-fun-confirm-photo {
  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;
  gap: 0.5rem;
  width: 47%;
  margin-bottom: 2rem;
}
.p-fun-confirm-photo__img {
  width: 220px;
  height: 142px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-fun-confirm-photo__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.p-fun-confirm-photo__select.is--error {
  background: #ffe9ea;
}
.p-fun-confirm-photo figure {
  position: relative;
  overflow: hidden;
  padding-top: 65%;
  width: 100%;
}
.p-fun-confirm-photo figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* .p-fun-confirm-btns {
  width: 100%;
  margin: 3rem auto;
  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;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  padding-bottom: 6.75%;
}
@media screen and (max-width: 767px) {
  .p-fun-confirm-btns {
    padding-bottom: 10%;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
.p-fun-confirm-btns button {
  border-radius: 9999px;
  width: 100%;
  height: 56px;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-fun-confirm-btns button {
    height: 44px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-confirm-btns__close {
    margin: 5px auto;
  }
}
.p-fun-confirm-btns__cancel, .p-fun-confirm-btns__back, .p-fun-confirm-btns__close {
  color: #999;
  max-width: 20rem;
  border: #999 1px solid;
  padding: 1.9rem 4.6rem;
}
@media screen and (min-width: 1025px) {
  .p-fun-confirm-btns__cancel:hover, .p-fun-confirm-btns__back:hover, .p-fun-confirm-btns__close:hover {
    background-color: #999;
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .p-fun-confirm-btns__cancel:active, .p-fun-confirm-btns__back:active, .p-fun-confirm-btns__close:active {
    background-color: #999;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-confirm-btns__cancel, .p-fun-confirm-btns__back, .p-fun-confirm-btns__close {
    max-width: 12.8rem;
    height: 44px;
    font-size: 1.4rem;
    padding: 1.2rem 2rem;
  }
} */
/* .p-fun-confirm-btns__confirm:disabled {
  opacity: 0.65;
}
.p-fun-confirm-btns__confirm:disabled:hover {
  background-color: #006dba;
  color: #fff;
}
.p-fun-confirm-btns__post, .p-fun-confirm-btns__confirm {
  color: #fff;
  max-width: 28rem;
  border: #006dba 1px solid;
  padding: 1.9rem 11.8rem;
  background-color: #006dba;
}
.p-fun-confirm-btns__post:hover, .p-fun-confirm-btns__confirm:hover {
  color: #006dba;
  background-color: #fff;
} */
/* @media screen and (max-width: 767px) {
  .p-fun-confirm-btns__post, .p-fun-confirm-btns__confirm {
    max-width: 17.5rem;
    height: 44px;
    font-size: 1.4rem;
    padding: 1.2rem 4rem;
    margin: auto 5px;
  }
} */
.p-fun-confirm__error {
  border: 1px solid #c8161d;
  color: #c8161d;
  margin: 3rem 1rem 1rem 0rem;
  padding: 2rem;
  border-radius: 8px;
}
.p-fun-confirm-field {
  row-gap: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-fun-confirm-field {
    row-gap: 1.5rem;
  }
}
.p-fun-confirm-field__name {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-fun-confirm-field__name {
    margin-bottom: -0.6rem;
  }
}
.p-fun-confirm-field__value {
  width: 78%;
}
.p-fun-confirm-field__value--pre {
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .p-fun-confirm-field__value {
    margin-bottom: 1rem;
    width: 100%;
  }
}
.p-fun-confirm-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1.8rem;
}
.p-fun-confirm-tags dt {
  -ms-flex-preferred-size: 10rem;
      flex-basis: 10rem;
}
@media screen and (max-width: 767px) {
  .p-fun-confirm-tags dt {
    -ms-flex-preferred-size: 9rem;
        flex-basis: 9rem;
  }
}
.p-fun-confirm-tags dd {
  -ms-flex-preferred-size: calc(100% - 10rem);
      flex-basis: calc(100% - 10rem);
}
@media screen and (max-width: 767px) {
  .p-fun-confirm-tags dd {
    -ms-flex-preferred-size: calc(100% - 9rem);
        flex-basis: calc(100% - 9rem);
  }
}

.p-fun-error__inner {
  position: relative;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fun-error__inner {
    padding: 1rem 5px 0;
  }
}
.p-fun-error__title {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 800;
  color: #006dba;
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  .p-fun-error__title {
    font-size: 1.4rem;
    line-height: 2rem;
    padding-top: 13.5rem;
  }
}
.p-fun-error__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 103px;
  height: 115px;
  display: block;
  background: url(/feature/okinawa_fun/image/bg_fun_error_01.svg) center top/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fun-error__title::before {
    width: 97px;
    height: 108px;
  }
}
.p-fun-error__lead {
  text-align: center;
  margin: 2.5rem auto 4.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fun-error__lead {
    margin: 2.5rem auto 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-error__lead {
    text-align: left;
    margin: 2.5rem auto 3.5rem;
  }
}
.p-fun-error__link {
  position: relative;
  text-align: center;
  max-width: inherit auto;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-fun-error__link {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-fun-error__link a {
  position: relative;
  padding: 1rem 6rem;
  display: inline-block;
  border-radius: 9999px;
  color: #fff !important;
  background-color: #006dba;
}
.p-fun-error__link a::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 22px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-fun-error__link a::after {
    right: 17px;
  }
}
@media screen and (min-width: 1025px) {
  .p-fun-error__link a:hover::after {
    right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-fun-error__link a:active::after {
    right: 20px;
  }
}

.p-fun-thanks {
  max-width: 1250px;
}
@media screen and (max-width: 767px) {
  .p-fun-thanks {
    font-size: 1.2rem;
  }
}
.p-fun-thanks__header {
  position: relative;
  display: block;
  border-bottom: 1px solid #006dba;
  margin-top: -1rem;
  padding-bottom: 0.8rem;
}
.p-fun-thanks__header::before {
  position: absolute;
  content: "";
  width: 24rem;
  left: 0;
  bottom: -2px;
  border-bottom: 3px solid #006dba;
}
@media screen and (max-width: 767px) {
  .p-fun-thanks__header::before {
    width: 10rem;
  }
}
.p-fun-thanks__title {
  display: inline;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: bold;
  color: #006dba;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fun-thanks__title {
    font-size: 1.8rem;
    padding-right: 0.6rem;
  }
}
.p-fun-thanks__info {
  position: relative;
  display: inline-block;
  margin: auto;
  bottom: 0.4rem;
}
.p-fun-thanks__info::before {
  content: "▶";
  font-size: 1rem;
  color: #006dba;
  opacity: 0.6;
  position: relative;
  top: -0.1rem;
}
.p-fun-thanks__info:hover::before {
  color: #22bcb8;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .p-fun-thanks__info {
    bottom: 0.1rem;
  }
}
.p-fun-thanks-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-fun-thanks-field__name {
  width: 22%;
  max-width: 138px;
  font-weight: bold;
  padding-top: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-fun-thanks-field__name {
    width: 100%;
    padding: 0 0 0.4rem;
  }
}
.p-fun-thanks-field__name.is--required::after {
  content: "*";
  color: #c8161d;
  padding-left: 0.5rem;
}
.p-fun-thanks-field__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  row-gap: 2rem;
}
.p-fun-thanks-photo {
  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;
  gap: 0.5rem;
  width: 47%;
  margin-bottom: 2rem;
}
.p-fun-thanks-photo__img {
  width: 220px;
  height: 142px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-fun-thanks-photo__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.p-fun-thanks-photo__select.is--error {
  background: #ffe9ea;
}
.p-fun-thanks-photo figure {
  position: relative;
  overflow: hidden;
  padding-top: 65%;
  width: 100%;
}
.p-fun-thanks-photo figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-fun-thanks-btns {
  width: 100%;
  margin: 3rem auto;
  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;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  padding-bottom: 6.75%;
}
@media screen and (max-width: 767px) {
  .p-fun-thanks-btns {
    padding-bottom: 10%;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
.p-fun-thanks-btns button {
  border-radius: 9999px;
  width: 100%;
  height: 56px;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-fun-thanks-btns button {
    height: 44px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-thanks-btns__close {
    margin: 5px auto;
  }
}
.p-fun-thanks-btns__cancel, .p-fun-thanks-btns__back, .p-fun-thanks-btns__close {
  color: #999;
  max-width: 20rem;
  border: #999 1px solid;
  padding: 1.9rem 4.6rem;
}
@media screen and (min-width: 1025px) {
  .p-fun-thanks-btns__cancel:hover, .p-fun-thanks-btns__back:hover, .p-fun-thanks-btns__close:hover {
    background-color: #999;
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .p-fun-thanks-btns__cancel:active, .p-fun-thanks-btns__back:active, .p-fun-thanks-btns__close:active {
    background-color: #999;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-thanks-btns__cancel, .p-fun-thanks-btns__back, .p-fun-thanks-btns__close {
    max-width: 12.8rem;
    height: 44px;
    font-size: 1.4rem;
    padding: 1.2rem 2rem;
  }
}
.p-fun-thanks-btns__confirm:disabled {
  opacity: 0.65;
}
.p-fun-thanks-btns__confirm:disabled:hover {
  background-color: #006dba;
  color: #fff;
}
.p-fun-thanks-btns__post, .p-fun-thanks-btns__confirm {
  color: #fff;
  max-width: 28rem;
  border: #006dba 1px solid;
  padding: 1.9rem 11.8rem;
  background-color: #006dba;
}
.p-fun-thanks-btns__post:hover, .p-fun-thanks-btns__confirm:hover {
  color: #006dba;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-fun-thanks-btns__post, .p-fun-thanks-btns__confirm {
    max-width: 17.5rem;
    height: 44px;
    font-size: 1.4rem;
    padding: 1.2rem 4rem;
    margin: auto 5px;
  }
}
.p-fun-thanks__error {
  border: 1px solid #c8161d;
  color: #c8161d;
  margin: 3rem 1rem 1rem 0rem;
  padding: 2rem;
  border-radius: 8px;
}
.p-fun-thanks__fields {
  padding-top: 3.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fun-thanks__fields {
    padding-top: 2rem;
    text-align: left;
  }
}
.p-fun-thanks__fields .p-fun-thanks__title {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-fun-thanks__fields .p-fun-thanks__title {
    font-size: 1.4rem;
  }
}
.p-fun-thanks__title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #006dba;
}
@media screen and (max-width: 767px) {
  .p-fun-thanks__title {
    font-size: 1.8rem;
  }
}
.p-fun-thanks__lead {
  margin: 2.5rem auto 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fun-thanks__lead {
    margin: 1.5rem auto;
    text-align: left;
  }
}
.p-fun-thanks__note {
  color: #777777;
}
@media screen and (max-width: 767px) {
  .p-fun-thanks__note {
    text-align: left;
  }
}
.p-fun-thanks-campaign {
  background-color: #ebf2f6;
  border-radius: 1rem;
  margin-top: 3.5rem;
  padding: 3.5rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-fun-thanks-campaign {
    margin-top: 2rem;
    padding: 2.5rem 2rem;
  }
}
.p-fun-thanks-campaign__title {
  font-size: 2rem;
  font-weight: bold;
  color: #006dba;
}
@media screen and (max-width: 767px) {
  .p-fun-thanks-campaign__title {
    text-align: center;
    font-size: 1.4rem;
  }
}
.p-fun-thanks-campaign__lead {
  text-align: left;
  margin: 1.5em auto 2rem;
}
.p-fun-thanks-campaign__apply {
  position: relative;
  text-align: center;
  max-width: inherit auto;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-fun-thanks-campaign__apply {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-fun-thanks-campaign__apply a {
  position: relative;
  color: #fff;
  padding: 1rem 6rem;
  display: inline-block;
  border-radius: 9999px;
  background-color: #006dba;
  border: #006dba 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-fun-thanks-campaign__apply a::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 40%;
  right: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .p-fun-thanks-campaign__apply a:hover {
    color: #006dba;
    background-color: #fff;
  }
  .p-fun-thanks-campaign__apply a:hover::after {
    right: 14px;
    border-top: solid 1px #006dba;
    border-right: solid 1px #006dba;
  }
}
@media screen and (max-width: 1024px) {
  .p-fun-thanks-campaign__apply a:active {
    color: #006dba;
    background-color: #fff;
  }
  .p-fun-thanks-campaign__apply a:active::after {
    right: 14px;
    border-top: solid 1px #006dba;
    border-right: solid 1px #006dba;
  }
}

.p-fun-search {
  margin-bottom: 4rem;
}
.p-fun-search__header {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  background-color: #006dba;
  padding: 1rem 3.5rem;
  border-radius: 1rem 1rem 1rem 1rem;
}
.p-fun-search__header.is--active {
  border-radius: 1rem 1rem 0 0;
}
.p-fun-search__header.is--active .p-fun-search__toggle {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@media screen and (max-width: 767px) {
  .p-fun-search__header {
    padding: 1rem 1.5rem;
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  }
  .p-fun-search__header.is--active {
    border-radius: 0.5rem 0.5rem 0 0;
  }
}
.p-fun-search__title {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: bold;
}
.p-fun-search__title::before {
  content: "\f002";
  font-family: "fontawesome";
  font-size: 4rem;
  display: inline-block;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fun-search__title {
    font-size: 1.4rem;
  }
  .p-fun-search__title::before {
    font-size: 2rem;
  }
}
.p-fun-search__toggle {
  display: block;
  width: 42px;
  height: 42px;
  background-image: url(/feature/okinawa_fun/image/btn_fun_search_toggle_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
@media screen and (max-width: 767px) {
  .p-fun-search__toggle {
    width: 24px;
    height: 24px;
    background-size: cover;
  }
}
.p-fun-search__body {
  color: #006dba;
  background-color: #ebf2f6;
  font-size: 1.6rem;
  padding: 2.5rem 3rem 3rem 3rem;
  border-radius: 0 0 1rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-fun-search__body {
    padding: 2rem 1.5rem 3rem 1.5rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
}
.p-fun-search__note {
  font-size: 1.4rem;
  margin-bottom: -1rem;
}
@media screen and (max-width: 767px) {
  .p-fun-search__note {
    font-size: 1.2rem;
    line-height: 2;
    margin-bottom: 0.5rem;
  }
}
.p-fun-search__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0.8rem;
  border-bottom: solid 1px #006dba;
}
.p-fun-search__clear {
  display: block;
  color: #006dba;
  border: solid 1px #006dba;
  padding: 0.4rem 3rem;
  border-radius: 4px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-fun-search__clear {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .p-fun-search__clear:hover {
    color: #fff;
    background-color: #006dba;
  }
}
@media screen and (max-width: 1024px) {
  .p-fun-search__clear:active {
    color: #fff;
    background-color: #006dba;
  }
}
.p-fun-search__clear-sp {
  font-size: 1.2rem;
  display: block;
  color: #006dba;
  border: solid 1px #006dba;
  padding: 10px 3rem;
  margin: -0.5rem auto 0;
}
.p-fun-search__tags {
  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;
}
.p-fun-search__tag {
  border-bottom: dashed 1px #006dba;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .p-fun-search__tag:last-child {
    border: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fun-search__tag:last-child {
    border: none;
  }
}
.p-fun-search__tags-left {
  width: 54.687%;
}
@media screen and (max-width: 767px) {
  .p-fun-search__tags-left {
    width: 100%;
  }
}
.p-fun-search__tags-right {
  width: 38.281%;
}
@media screen and (max-width: 767px) {
  .p-fun-search__tags-right {
    width: 100%;
  }
}
.p-fun-search__tags-bottom {
  width: 100%;
  padding-top: 3rem;
}
@media screen and (min-width: 1025px) {
  .p-fun-search__tags-bottom {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fun-search__tags-bottom {
    display: none;
  }
}
.p-fun-search__tag-title {
  margin: 2rem 0 0.8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.p-fun-search__tag-title::before {
  content: "";
  display: inline-block;
  margin-top: -0.3rem;
  margin-right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 2.5rem;
}
.p-fun-search__tag-title--area::before {
  background-image: url(/feature/okinawa_fun/image/icon_fun_area_01.svg);
}
.p-fun-search__tag-title--category::before {
  background-image: url(/feature/okinawa_fun/image/icon_fun_category_01.svg);
}
.p-fun-search__tag-title--season::before {
  background-image: url(/feature/okinawa_fun/image/icon_fun_season_01.svg);
}
.p-fun-search__tag-title--emotion::before {
  background-image: url(/feature/okinawa_fun/image/icon_fun_emotion_01.svg);
}
.p-fun-search__tag-title--style::before {
  background-image: url(/feature/okinawa_fun/image/icon_fun_travel_style_01.svg);
}
.p-fun-search__tag-title--default::before {
  background-image: url(/feature/okinawa_fun/image/icon_fun_general_purpose_01.svg);
}
.p-fun-search__tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-fun-search__tag-list--area {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 0.5rem 1.5rem 0.5rem;
}
.p-fun-search__tag-item {
  border-radius: 9999px;
  background-color: #fff;
  color: #006dba;
  padding: 0.6rem 1.5rem 0.4rem;
  margin: 0.3rem;
  font-size: 1.2rem;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.p-fun-search__tag-item.is--active {
  color: #fff;
  background-color: #006dba;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (min-width: 1025px) {
  .p-fun-search__tag-item:hover {
    color: #fff;
    background-color: #006dba;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
}
@media screen and (max-width: 1024px) {
  .p-fun-search__tag-item:active {
    color: #fff;
    background-color: #006dba;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
}
.p-fun-search__tag-item--area {
  text-align: center;
  min-width: 12rem;
  border: solid 1px #006dba;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.2rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-fun-search__tag-item--area {
    font-size: 1.2rem;
  }
}
.p-fun-search__map {
  background-color: #fff;
  border: solid 1px #006dba;
}

@media screen and (max-width: 767px) {
  .p-fun-alllist .p-fun-tile__header {
    display: none;
  }
}
.p-fun-alllist .p-fun-tile__location {
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-fun-alllist .p-fun-tile__location {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-alllist .c-fun-taglist {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-alllist .p-fun-tile__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-alllist .p-fun-tile__title-like {
    display: block;
  }
}
.p-fun-alllist .p-fun-tile__title-like::before {
  display: inline-block;
  content: "";
  background-image: url(/feature/okinawa_fun/image/icon_fun_heart_01.svg);
  width: 2.2rem;
  height: 2.2rem;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.8rem;
}
.p-fun-alllist .p-fun-tile__title-like.is--active::before {
  background-image: url(/feature/okinawa_fun/image/icon_fun_heart_02.svg);
}
.p-fun-alllist-found {
  font-size: 1.6rem;
  color: #353535;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fun-alllist-found {
    margin-bottom: 0.5rem;
  }
}
.p-fun-alllist-found__total {
  font-size: 2.8rem;
  color: #006dba;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-fun-alllist-found__total {
    font-size: 1.8rem;
  }
}
.p-fun-alllist-found__total::after {
  content: "件 ";
  font-weight: bold;
  color: #353535;
  font-size: 1.6rem;
}
.p-fun-alllist-notfound__body {
  color: #006dba;
  font-size: 2.8rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-fun-alllist-notfound__body {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}
.p-fun-alllist-notfound__note {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-fun-alllist-notfound__note {
    font-size: 1.2rem;
  }
}

.c-fun-popup {
  display: inline-block;
  position: fixed;
  left: 50%;
  top: 50%;
  color: #22bcb8;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: solid 1px #22bcb8;
  border-radius: 2rem;
  padding: 1rem 2rem;
  opacity: 0.9;
  z-index: 99995;
}

.c-fun-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99995;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  background: #fdfdfd;
  opacity: 0.6;
}
.c-fun-loading.is--hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
.c-fun-loading__circle {
  position: relative;
  top: 50%;
  left: 50%;
}
.c-fun-loading__circle > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.c-fun-loading__circle > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.c-fun-loading__circle > div {
  background-color: #006dba;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
  left: -30px;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.p-fun-modal-small {
  width: 100%;
  max-width: 560px;
  border: 1px solid #006dba;
  -webkit-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.15);
  z-index: 1;
  background-color: #fff;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-fun-modal-small {
    max-width: 90%;
    margin-top: 2rem;
  }
}
.p-fun-modal-small--emotion {
  max-width: 540px;
  left: auto;
  right: calc(44px + 6.25%);
}
@media screen and (max-width: 767px) {
  .p-fun-modal-small--emotion {
    right: auto;
    max-width: 90%;
  }
}
.p-fun-modal-small__inner--title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #006dba;
  position: relative;
  top: -3.6rem;
  padding: 1rem 35px 0.8rem 3rem;
  z-index: 2;
}
.p-fun-modal-small__inner--lead {
  position: static;
  margin-top: -1rem;
  padding: 0 3rem;
}
.p-fun-modal-small__inner--text {
  margin-top: 2.5rem;
  padding: 0 3rem;
}
.p-fun-modal-small__inner--text dl {
  counter-reset: number;
}
.p-fun-modal-small__inner--text dt {
  color: #006dba;
  font-size: 1.6rem;
  font-weight: bold;
  counter-increment: number;
  position: relative;
  padding-left: 35px;
  margin-bottom: 1rem;
}
.p-fun-modal-small__inner--text dt::before {
  width: 2.4rem;
  height: 2.4rem;
  font-weight: normal;
  font-size: 1.4rem;
  color: #fff;
  content: counter(number);
  background-color: #006dba;
  border: 1px solid;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  line-height: 1;
  position: absolute;
  padding-top: 0.2rem;
  top: -0.1rem;
  left: 0;
}
.p-fun-modal-small__inner--text dd {
  margin-bottom: 3rem;
  line-height: 2.5rem;
}
.p-fun-modal-small__inner ul {
  margin-bottom: 2rem;
}
.p-fun-modal-small__inner li {
  margin: 0 0 0.6rem 1.5rem;
  text-indent: -1.5rem;
  line-height: 2.5rem;
}
.p-fun-modal-small__inner li::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  display: inline-block;
  background-color: #006dba;
  border-radius: 50%;
  position: relative;
  top: -0.25rem;
  margin-right: 1rem;
}
.p-fun-modal-small__inner p {
  margin-bottom: 3rem;
}
.p-fun-modal-small__inner p a {
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .p-fun-modal-small__inner p a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  .p-fun-modal-small__inner p a:after {
    text-decoration: none;
    opacity: 0.7;
  }
}
.p-fun-modal-small__inner p small {
  font-size: 1.2rem;
  color: #999;
}

@media screen and (min-width: 1025px) {
  .p-fun-bnr a:hover {
    opacity: 0.65;
  }
  .p-fun-bnr--sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fun-bnr--sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-bnr--pc {
    display: none;
  }
}

.p-fun-hotel-plan-mv {
  position: relative;
  background-image: url(/feature/okinawa_fun/image/bg_fun_mv_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 462px;
  margin-bottom: 9rem;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fun-hotel-plan-mv {
    margin-bottom: 6.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-hotel-plan-mv {
    background-image: url(/feature/okinawa_fun/image/bg_fun_mv_sp_01.jpg);
    min-height: 384px;
    margin-bottom: 3rem;
  }
}
.p-fun-hotel-plan-mv::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  background: url(/feature/okinawa_fun/image/bg_fun_mv_cover_01.svg) center top/cover no-repeat;
  width: 808px;
  min-height: 371px;
}
@media screen and (max-width: 767px) {
  .p-fun-hotel-plan-mv::before {
    top: 16px;
    background: url(/feature/okinawa_fun/image/bg_fun_mv_cover_sp_01.svg) center top/cover no-repeat;
    width: 317px;
    min-height: 329px;
  }
}
.p-fun-hotel-plan-mv::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  background: url(/feature/okinawa_fun/image/bg_fun_mv_cover_02.svg) center bottom/cover repeat-x;
  width: 100%;
  max-width: 1280px;
  min-height: 40px;
}
@media screen and (max-width: 767px) {
  .p-fun-hotel-plan-mv::after {
    background: url(/feature/okinawa_fun/image/bg_fun_mv_cover_sp_02.svg) center bottom/inherit repeat-x;
    bottom: -11px;
    width: 100%;
    min-height: 24px;
  }
}
.p-fun-hotel-plan-mv__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 470px;
  margin: auto;
  text-align: center;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-fun-hotel-plan-mv__inner {
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-top: 110px;
  }
}
.p-fun-hotel-plan-mv__title {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-fun-hotel-plan-mv__title {
    width: 24rem;
  }
}
.p-fun-hotel-plan-mv__lead {
  width: 100%;
  text-align: center;
  color: #fff;
  margin: 4rem auto 2.5rem;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-fun-hotel-plan-mv__lead {
    font-size: 1.4rem;
    margin: 2.6rem auto 0;
  }
}

/* セクション
====================================================*/
@media screen and (max-width: 767px) {
  .p-fun-hotel-plan-section-preamble {
    margin-bottom: 0;
  }
}
.p-fun-hotel-plan-section-preamble .p-fun-hotel-plan-section__lead {
  margin-bottom: 7rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fun-hotel-plan-section-preamble .p-fun-hotel-plan-section__lead {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-hotel-plan-section-preamble .p-fun-hotel-plan-section__lead {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fun-hotel-plan-section-list {
    margin-bottom: 5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-hotel-plan-section-list {
    margin-bottom: 2rem !important;
  }
}
.p-fun-hotel-plan-section-list .c-fun-tile {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  /* 各社一覧リンク=======================*/
}
.p-fun-hotel-plan-section-list .c-fun-tile__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* タイルボディー=============================*/
}
@media screen and (min-width: 1025px) {
  .p-fun-hotel-plan-section-list .c-fun-tile__unit:hover {
    -webkit-box-shadow: 0rem 0.4rem 0.8rem rgba(0, 0, 0, 0.08);
            box-shadow: 0rem 0.4rem 0.8rem rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 1024px) {
  .p-fun-hotel-plan-section-list .c-fun-tile__unit:active {
    -webkit-box-shadow: 0rem 0.4rem 0.8rem rgba(0, 0, 0, 0.08);
            box-shadow: 0rem 0.4rem 0.8rem rgba(0, 0, 0, 0.08);
  }
}
.p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__body {
  margin: 1.5rem 2rem 2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__body {
    margin: 1rem 1.5rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__body {
    margin: 1.5rem;
  }
}
.p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__title {
  margin: 0 0 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__title {
    margin: 0 0 0.4rem;
  }
}
.p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__title h2 {
  color: #006dba;
  font-size: 1.8rem;
  line-height: 1.778;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__title h2 {
    font-size: 1.4rem;
    line-height: 1.429;
  }
}
.p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__title h3 {
  font-size: 1.6rem;
  line-height: 1.438;
  color: #353535;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__title h3 {
    font-size: 1.2rem;
    line-height: 1.429;
    text-indent: -1rem;
    padding-left: 1rem;
  }
}
.p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__title h3::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  display: inline-block;
  background-color: #006dba;
  border-radius: 50%;
  position: relative;
  top: -0.3rem;
  margin-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__title h3::before {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.6rem;
  }
}
.p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__desc {
  margin-bottom: 2rem;
  word-break: break-all;
  color: #353535;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__desc {
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__desc {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
}
.p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__picture {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__link {
    min-height: 102px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__link {
    min-height: 88px;
  }
}
.p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__link a {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.778;
  font-weight: bold;
  position: relative;
  display: inline-block;
  border-radius: 9999px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.8rem 2rem 0.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__link a {
    font-size: 1.4rem;
    padding: 0.8rem 2.6rem 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__link a {
    font-size: 1.2rem;
    padding: 0.9rem 6rem 0.7rem;
  }
}
.p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__link a:nth-child(2) {
  margin-top: 1rem;
}
.p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__link--rakuten::after, .p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__link--jalan::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 51%;
  right: 21px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__link--rakuten::after, .p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__link--jalan::after {
    width: 0.6rem;
    height: 0.6rem;
    right: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__link--rakuten:hover, .p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__link--jalan:hover {
    color: #fff;
  }
  .p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__link--rakuten:hover::after, .p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__link--jalan:hover::after {
    right: 19px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
}
@media screen and (max-width: 1024px) {
  .p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__link--rakuten:active::after, .p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__link--jalan:active::after {
    right: 14px;
  }
}
.p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__link--rakuten {
  color: #00b900;
  border: #00b900 1px solid;
}
.p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__link--rakuten::after {
  border-top: solid 1px #00b900;
  border-right: solid 1px #00b900;
}
@media screen and (min-width: 1025px) {
  .p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__link--rakuten:hover {
    background-color: #00b900;
  }
}
@media screen and (max-width: 1024px) {
  .p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__link--rakuten:hover {
    color: #00b900;
  }
  .p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__link--rakuten:active {
    color: #fff;
    background-color: #00b900;
  }
  .p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__link--rakuten:active::after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
}
.p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__link--jalan {
  color: #ff5800;
  border: #ff5800 1px solid;
}
.p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__link--jalan::after {
  border-top: solid 1px #ff5800;
  border-right: solid 1px #ff5800;
}
@media screen and (min-width: 1025px) {
  .p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__link--jalan:hover {
    background-color: #ff5800;
  }
}
@media screen and (max-width: 1024px) {
  .p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__link--jalan:hover {
    color: #ff5800;
  }
  .p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__link--jalan:active {
    color: #fff;
    background-color: #ff5800;
  }
  .p-fun-hotel-plan-section-list .c-fun-tile__unit .p-fun-tile__link--jalan:active::after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
}
.p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link {
    width: 100%;
    display: block;
  }
}
.p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link a {
  width: 42rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  border-radius: 9999px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.4rem 2rem 1.7rem;
  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;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link a {
    font-size: 1.4rem;
    padding: 0.8rem 2rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link a {
    width: 100%;
    font-size: 1.4rem;
    padding: 1rem 1rem 0.9rem;
    margin-top: 0.4rem;
    margin-bottom: 1.4rem;
  }
}
.p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link a span {
  display: inline-block;
  padding-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link a span {
    padding-top: 0.2rem;
  }
}
.p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link img {
  display: inline-block;
  margin-top: 0.6rem;
  margin-right: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link img {
    margin-top: 0rem;
  }
}
.p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link--rakuten {
  color: #00b900;
  border: #00b900 1px solid;
}
.p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link--rakuten img {
  width: 175px;
}
@media screen and (max-width: 767px) {
  .p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link--rakuten img {
    width: 119px;
  }
}
.p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link--rakuten::after {
  border-top: solid 1px #00b900;
  border-right: solid 1px #00b900;
}
@media screen and (max-width: 1024px) {
  .p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link--rakuten:hover, .p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link--rakuten:active {
    color: #00b900;
  }
}
.p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link--jalan {
  color: #ff5800;
  border: #ff5800 1px solid;
}
.p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link--jalan img {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link--jalan img {
    width: 67px;
  }
}
.p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link--jalan::after {
  border-top: solid 1px #ff5800;
  border-right: solid 1px #ff5800;
}
@media screen and (max-width: 1024px) {
  .p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link--jalan:hover, .p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link--jalan:active {
    color: #ff5800;
  }
}
.p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link--rakuten::after, .p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link--jalan::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 51%;
  right: 26px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link--rakuten::after, .p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link--jalan::after {
    width: 0.6rem;
    height: 0.6rem;
    right: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link--rakuten::after, .p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link--jalan::after {
    right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link--rakuten:hover, .p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link--jalan:hover {
    opacity: 0.65;
  }
  .p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link--rakuten:hover::after, .p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link--jalan:hover::after {
    right: 23px;
  }
}
@media screen and (max-width: 1024px) {
  .p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link--rakuten:active::after, .p-fun-hotel-plan-section-list .c-fun-tile .p-fun-hotel-plan__link--jalan:active::after {
    right: 14px;
  }
}
.p-fun-hotel-plan-section__title--list01 {
  background-image: url(/feature/okinawa_fun/image/icon_fun_hotel_plan_01.svg);
}
.p-fun-hotel-plan-section__title--list02 {
  background-image: url(/feature/okinawa_fun/image/icon_fun_hotel_plan_02.svg);
}
.p-fun-hotel-plan-section__title--list03 {
  background-image: url(/feature/okinawa_fun/image/icon_fun_hotel_plan_03.svg);
}
.p-fun-hotel-plan-section__title--list04 {
  background-image: url(/feature/okinawa_fun/image/icon_fun_hotel_plan_04.svg);
}
@media screen and (max-width: 767px) {
  .p-fun-hotel-plan-section__title--list01, .p-fun-hotel-plan-section__title--list02, .p-fun-hotel-plan-section__title--list03, .p-fun-hotel-plan-section__title--list04 {
    background-size: 2.5rem;
  }
}
.p-fun-hotel-plan-section__lead {
  text-align: center;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fun-hotel-plan-section__lead {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-hotel-plan-section__lead {
    text-align: left;
    margin-bottom: 2rem;
  }
}

/* 沖縄FUNに戻る
====================================================*/
.p-fun-hotel-plan-for-top__link {
  position: relative;
  text-align: center;
  max-width: inherit auto;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 767px) {
  .p-fun-hotel-plan-for-top__link {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 0 auto 1rem;
  }
}
.p-fun-hotel-plan-for-top__link a {
  position: relative;
  padding: 1rem 6rem;
  display: inline-block;
  border-radius: 9999px;
  color: #fff !important;
  background-color: #006dba;
}
.p-fun-hotel-plan-for-top__link a::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 22px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-fun-hotel-plan-for-top__link a::after {
    right: 17px;
  }
}
@media screen and (min-width: 1025px) {
  .p-fun-hotel-plan-for-top__link a:hover::after {
    right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-fun-hotel-plan-for-top__link a:active::after {
    right: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-br {
    display: none;
  }
  .pc-br {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .sp-br {
    display: none;
  }
  .pc-br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .os-l-content__column {
    /* overflow: hidden; */
  }
  .sp-br {
    display: block;
  }
  .pc-br {
    display: none;
  }
}
a,
button,
labe,
select {
  /* -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; */
}
@media screen and (min-width: 1025px) {
  a:hover,
  button:hover,
  labe:hover,
  select:hover {
    /* -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; */
  }
}
@media screen and (max-width: 1024px) {
  a:after,
  button:after,
  labe:after,
  select:after {
    /* -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; */
  }
}

.p-fun-content {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #353535;
  /* letter-spacing: 0.2rem; */
}
@media screen and (max-width: 767px) {
  .p-fun-content {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .p-fun-tile--slide {
    margin: auto;
    padding-bottom: 0.5rem;
  }
}
.p-fun-tile__header {
  padding: 0.6rem 2rem 0.4rem;
  border: 1px solid #f0f0f0;
  border-width: 0 0 1px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fun-tile__header {
    padding: 0.6rem 1.5rem 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-tile__header {
    padding: 0.6rem 1.1rem 0.4rem;
  }
}
.p-fun-tile__author {
  color: #999;
  max-width: calc(100% - 3rem);
}
.p-fun-tile__author::after {
  content: " さん";
}
.p-fun-tile__body {
  margin: 1.2rem 2rem 1rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fun-tile__body {
    margin: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-tile__body {
    margin: 1.1rem;
  }
}
.p-fun-tile__title {
  font-size: 1.6rem;
  line-height: 1.438;
  font-weight: bold;
  color: #006dba;
  margin: 1rem 0 0.8rem;
}
.p-fun-tile__title h3 {
  font-size: 1.6rem;
  line-height: 1.438;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-fun-tile__title h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-tile__title {
    font-size: 1.4rem;
    margin: 1rem 0 0.4rem;
  }
  .p-fun-tile__title h3 {
    font-size: 1.4rem;
  }
}
.p-fun-tile__title-like {
  display: none;
}
.p-fun-tile__desc {
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  color: #353535;
}
@media screen and (max-width: 767px) {
  .p-fun-tile__desc {
    font-size: 1.2rem;
  }
}
.p-fun-tile__picture {
  position: relative;
}
.p-fun-tile__rank {
  position: absolute;
  display: block;
  top: -1rem;
  left: 1rem;
  width: 72px;
  height: 72px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fun-tile__rank {
    top: -0.7rem;
    left: 0.7rem;
    width: 50px;
    height: 50px;
  }
}
.p-fun-tile__rank::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-fun-tile__rank--rank1::before {
  background-image: url(/feature/okinawa_fun/image/bg_ranking_rank_01.svg);
  background-size: cover;
}
.p-fun-tile__rank--rank2::before {
  background-image: url(/feature/okinawa_fun/image/bg_ranking_rank_02.svg);
  background-size: cover;
}
.p-fun-tile__rank--rank3::before {
  background-image: url(/feature/okinawa_fun/image/bg_ranking_rank_03.svg);
  background-size: cover;
}
.p-fun-tile__location {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #006dba;
  word-break: break-all;
  margin-bottom: 1rem;
}
.p-fun-tile__location::before {
  position: relative;
  content: "\f041";
  font-family: "fontawesome";
  font-size: 2rem;
  margin-right: 5px;
  top: 0.2rem;
}

.p-fun-modal-detail__title {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.8;
  color: #006dba;
  padding: 2rem 0 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-fun-modal-detail__title {
    font-size: 1.8rem;
    line-height: 1.6;
    padding: 2rem 0 1rem 0;
  }
}
.p-fun-modal-detail__row {
  padding-bottom: 3rem;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-fun-modal-detail__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 1.5rem;
  }
}
.p-fun-modal-detail__body {
  white-space: pre-wrap;
  margin-bottom: -0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fun-modal-detail__body {
    font-size: 1.2rem;
  }
}
.p-fun-modal-detail__tag {
  font-size: 1.4rem;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
.p-fun-modal-detail__tag--pc li {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fun-modal-detail__tag--pc {
    display: none;
  }
}
.p-fun-modal-detail__tag--sp {
  padding-bottom: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  row-gap: 1rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 1025px) {
  .p-fun-modal-detail__tag--sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fun-modal-detail__tag--sp {
    display: none;
  }
}
.p-fun-modal-detail__tag--sp dl dt {
  min-width: 10rem;
}
.p-fun-modal-detail__tag dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fun-modal-detail__tag dl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-fun-modal-detail__tag dl dt {
  color: #006dba;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-fun-modal-detail__tag dl dt::before {
  display: inline-block;
  margin-right: 0.8rem;
  width: 1.8rem;
  height: 1.8rem;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  margin-top: -0.1rem;
}
.p-fun-modal-detail__tag-item--area dt::before {
  background-image: url(/feature/okinawa_fun/image/icon_fun_area_01.svg);
}
.p-fun-modal-detail__tag-item--category dt::before {
  background-image: url(/feature/okinawa_fun/image/icon_fun_category_01.svg);
}
.p-fun-modal-detail__tag-item--emotion dt::before {
  background-image: url(/feature/okinawa_fun/image/icon_fun_emotion_01.svg);
}
.p-fun-modal-detail__tag-item--season dt::before {
  background-image: url(/feature/okinawa_fun/image/icon_fun_season_01.svg);
}
.p-fun-modal-detail__tag-item--style dt::before {
  background-image: url(/feature/okinawa_fun/image/icon_fun_travel_style_01.svg);
}
.p-fun-modal-detail__tag-item--default dt::before {
  background-image: url(/feature/okinawa_fun/image/icon_fun_general_purpose_01.svg);
}
.p-fun-modal-detail__slide.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.p-fun-modal-detail__slide-ctl {
  position: relative;
  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;
}
@media screen and (max-width: 767px) {
  .p-fun-modal-detail__slide-ctl.is--hidden {
    display: block;
    visibility: hidden;
    display: none;
  }
}
.p-fun-modal-detail__slide-dot {
  position: relative;
  display: inline-block !important;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform: none;
          transform: none;
  left: auto;
}
.p-fun-modal-detail__slide-dot li {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.p-fun-modal-detail__slide-dot li button {
  position: relative;
  text-indent: -9999px;
  background: none;
  border: none;
  outline: none;
  padding: 0 1.5rem;
}
.p-fun-modal-detail__slide-dot li button::before {
  border-radius: 50%;
  content: "";
  cursor: pointer;
  height: calc(1rem - 2px);
  width: calc(1rem - 2px);
  top: 0;
  left: 0;
  position: absolute;
  border: solid 1px #006dba;
  opacity: 1;
}
.p-fun-modal-detail__slide-dot li.slick-active button::before {
  background-color: #006dba;
  opacity: 1;
}
.p-fun-modal-detail__slide-dot .slick-dots {
  position: relative;
  bottom: auto;
}
@media screen and (max-width: 767px) {
  .p-fun-modal-detail__slide-prev, .p-fun-modal-detail__slide-next {
    display: none;
  }
}
.p-fun-modal-detail__slide-prev::before, .p-fun-modal-detail__slide-next::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-fun-modal-detail__slide-prev {
  margin-right: 0.4rem;
}
.p-fun-modal-detail__slide-prev::before {
  border-bottom: solid 1px #006dba;
  border-left: solid 1px #006dba;
}
.p-fun-modal-detail__slide-next {
  margin-left: 0.4rem;
}
.p-fun-modal-detail__slide-next::before {
  border-top: solid 1px #006dba;
  border-right: solid 1px #006dba;
}
.p-fun-modal-detail__slide figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-fun-modal-detail__spot {
  position: relative;
  word-break: break-all;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #999;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fun-modal-detail__spot {
    margin-bottom: 0;
  }
}
.p-fun-modal-detail__spot::before {
  position: relative;
  content: "\f041";
  font-family: "fontawesome";
  display: inline-block;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  font-size: 2.2rem;
  margin-right: 1rem;
  top: 0.2rem;
}

.is--hidden {
  display: none;
}

.p-fun-detail-comment {
  padding-top: 3.5rem;
  padding-bottom: 6.75%;
  border-top: dashed 1px #d2d2d2;
}
@media screen and (max-width: 767px) {
  .p-fun-detail-comment {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.p-fun-detail-comment__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #006dba;
  color: #fff;
  font-size: 1.6rem;
  line-height: 3;
  font-weight: bold;
  padding: 0 2rem 0 2rem;
  -webkit-clip-path: polygon(0% 100%, 0% 0%, 95% 0%, 100% 100%);
          clip-path: polygon(0% 100%, 0% 0%, 95% 0%, 100% 100%);
  width: 31rem;
}
.p-fun-detail-comment__header::before {
  background-image: url("/feature/okinawa_fun/image/icon_fun_staff_01.svg");
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fun-detail-comment__header {
    width: 22rem;
    padding: 0.4rem 2rem 0.4rem 1rem;
    font-size: 1.2rem;
    line-height: 2;
  }
  .p-fun-detail-comment__header::before {
    width: 2rem;
    height: 2rem;
    background-size: contain;
    margin-right: 1rem;
  }
}
.p-fun-detail-comment__body {
  padding: 3rem;
  background-color: #ebf2f6;
}
@media screen and (max-width: 767px) {
  .p-fun-detail-comment__body {
    padding: 2rem;
  }
}
.p-fun-detail-comment__body h3 {
  margin: 0 0 1.5rem 0;
  color: #006dba;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-fun-detail-comment__body h3 {
    font-size: 1.4rem;
    margin: 0 0 1rem 0;
  }
}
.p-fun-detail-comment__body p {
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .p-fun-detail-comment__body p {
    font-size: 1.2rem;
  }
}
.p-fun-detail-comment__link {
  position: relative;
  padding: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-fun-detail-comment__link {
    padding: 1rem 0 0;
  }
}
.p-fun-detail-comment__link a {
  position: relative;
  padding: 1rem 6rem;
  display: inline-block;
  border-radius: 9999px;
  color: #fff !important;
  background-color: #006dba;
}
@media screen and (max-width: 767px) {
  .p-fun-detail-comment__link a {
    padding: 1rem 3rem;
    font-size: 1.2rem;
  }
}
.p-fun-detail-comment__link a::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 40%;
  right: 1.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fun-detail-comment__link a::after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    width: 0.6rem;
    height: 0.6rem;
    right: 16px;
    top: 42%;
  }
}
@media screen and (min-width: 1025px) {
  .p-fun-detail-comment__link a:hover::after {
    right: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .p-fun-detail-comment__link a:active::after {
    right: 14px;
  }
}

.p-fun-detail-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .p-fun-detail-head {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fun-detail-head {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-detail-head {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2rem;
  }
}
.p-fun-detail-info {
  text-align: right;
  font-size: 1.2rem;
  line-height: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fun-detail-info {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fun-detail-info {
    display: none;
  }
}
.p-fun-detail-share {
  width: 20rem;
  height: 4rem;
  border: solid 1px #cccccc;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2% 3%;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-fun-detail-share {
    width: 50%;
    font-size: 1rem;
    padding: 1rem 1.2rem;
    border-radius: 2px;
  }
  .p-fun-detail-share a {
    margin-top: 0;
  }
  .p-fun-detail-share button {
    margin-top: -0.5rem;
  }
}
.p-fun-detail-date {
  color: #999;
}
.p-fun-detail-date--sp {
  font-size: 1.2rem;
  line-height: 1.8;
  padding-top: 0.7rem;
}
@media screen and (min-width: 1025px) {
  .p-fun-detail-date--sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fun-detail-date--sp {
    display: none;
  }
}
.p-fun-detail-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-fun-detail-author--sp {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: -0.2rem;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.8;
}
@media screen and (min-width: 1025px) {
  .p-fun-detail-author--sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fun-detail-author--sp {
    display: none;
  }
}
.p-fun-detail-author__name {
  white-space: nowrap;
}
.p-fun-detail-author__name::after {
  content: " さん";
}
.p-fun-detail-author__account {
  padding-left: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .p-fun-detail-author__account {
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fun-detail-author__account {
    white-space: nowrap;
  }
}
.p-fun-detail-author__account img {
  width: 1.5rem;
  position: relative;
  top: -0.3rem;
}
.p-fun-detail-like {
  background-color: #cccccc;
  color: #fff;
  font-size: 1.6rem;
  height: 4.8rem;
  width: 14.4rem;
  border-radius: 9999px;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-fun-detail-like {
    height: 4.2rem;
    width: 12.5rem;
    font-size: 1.4rem;
  }
}
.p-fun-detail-like::before {
  content: "\f004";
  position: relative;
  font-family: "fontawesome";
  display: inline-block;
  font-size: 2rem;
  border-radius: 50%;
  color: #cccccc;
  background-color: #fff;
  padding: 0.7rem;
  left: -2.4rem;
}
@media screen and (max-width: 767px) {
  .p-fun-detail-like::before {
    left: -2rem;
  }
}
.p-fun-detail-like.is--active {
  background-color: #c8161d;
}
.p-fun-detail-like.is--active::before {
  color: #c8161d;
}

.c-fun-icon-close {
  display: inline-block;
  position: relative;
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  .c-fun-icon-close {
    width: 2rem;
    height: 2rem;
  }
}
.c-fun-icon-close:hover {
  opacity: 0.75;
}
.c-fun-icon-close::before, .c-fun-icon-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 3.5rem;
  background: #333;
}
@media screen and (max-width: 767px) {
  .c-fun-icon-close::before, .c-fun-icon-close::after {
    height: 2.5rem;
    top: 0.5rem;
    left: 1.5rem;
  }
}
.c-fun-icon-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-fun-icon-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.c-fun-icon-close-small {
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 2rem;
  z-index: 3;
  top: -0.5rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
}
.c-fun-icon-close-small:hover {
  opacity: 0.75;
}
.c-fun-icon-close-small::before, .c-fun-icon-close-small::after {
  content: "";
  position: absolute;
  top: 1.2rem;
  right: 1rem;
  width: 1px;
  height: 2.6rem;
  background: #fff;
}
.c-fun-icon-close-small::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-fun-icon-close-small::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.c-fun-taglist {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-fun-taglist {
    margin-bottom: 0;
  }
}
.c-fun-taglist__item:nth-last-child(n+2):after {
  content: "/";
  padding: 0 0.3rem;
}
.c-fun-taglist--tag::before {
  content: "\f02b";
  font-family: "fontawesome";
  display: inline-block;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  font-size: 2rem;
  margin-right: 0.5rem;
  margin-top: -0.2rem;
}
@media screen and (max-width: 767px) {
  .c-fun-taglist--tag::before {
    font-size: 1.7rem;
    margin-top: -0.4rem;
  }
}
.c-fun-taglist--spot {
  word-break: break-all;
}
.c-fun-taglist--spot::before {
  content: "\f041";
  font-family: "fontawesome";
  display: inline-block;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  font-size: 2.2rem;
  margin-right: 1rem;
}

.c-fun-btn-like.is--active {
  cursor: default;
}

.c-fun-note {
  font-size: 1.2rem;
  text-align: center;
  margin: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-fun-note {
    font-size: 1.2rem;
  }
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.6;
}
