@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);

/* ========== hidden ========== */
@media only screen and (min-width:641px) {
  .c-hide-pc {
    display: none;
  }
}
@media only screen and (max-width:640px) {
  .c-hide-sp {
    display: none;
  }
}

/* ========== kv ========== */
.kv-inner{
  padding: 30px 54px 54px 54px;
}
.kv-bg_01{
  background-color: #fffbdd;
}
.kv-bg_02{
  background-color: #ffea79;
}
@media only screen and (max-width: 640px){
  .kv-inner{
    padding: 16px 10px;
  }
}

/* ========== anc ========== */
ul.c-anc-pmi{
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
}
ul.c-anc-pmi li.c-anc-pmi-item{
  width: 24.1%;
  margin-left: 1.2%;
}
ul.c-anc-pmi li.c-anc-pmi-item:first-child{
  margin-left: 0;
}
@media only screen and (max-width: 640px){
  ul.c-anc-pmi{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.c-anc-pmi li.c-anc-pmi-item{
    width: 49%;
  }
  ul.c-anc-pmi li.c-anc-pmi-item:nth-child(odd){
    margin-left: 0;
  }
  ul.c-anc-pmi li.c-anc-pmi-item:nth-child(even){
    margin-left: 2%;
  }
  ul.c-anc-pmi li.c-anc-pmi-item:nth-child(3),
  ul.c-anc-pmi li.c-anc-pmi-item:nth-child(4){
    margin-top: 0.75em;
  }
}

/* ========== c-figure-tit ========== */
.c-figure-01.c-figure-tit {
  margin: -31px -54px 0 -54px;
}
@media only screen and (max-width:640px) {
  .c-figure-01.c-figure-tit {
    margin: -16px -10px 0 -10px;
  }
}

/* ========== c-col-01 ========== */
.c-col-01{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-col-01 .c-col-01_inner{
  width: 48.85%;
  margin-top: 1.25em;
}
.c-col-01 .c-col-01_inner:nth-child(even){
  margin-left: 2.3%;
}
.c-col-01.c-col-col3 .c-col-01_inner{
  width: 32%;
  margin-left: 2%;
}
.c-col-01.c-col-col3 .c-col-01_inner:first-child,
.c-col-01.c-col-col3 .c-col-01_inner:nth-of-type(4n){
  margin-left: 0;
}
@media only screen and (max-width: 640px){
  .c-col-01{
    display: block;
  }
  .c-col-01 .c-col-01_inner,
  .c-col-01.c-col-col3 .c-col-01_inner{
    width: 100%;
    border-top: 2px solid #bcbdbd;
    margin-top: 1.5em;
    padding-top: 1.5em;
  }
  .c-col-01 .c-col-01_inner:first-child{
    border-top: none;
    padding-top: 0;
  }
  .c-col-01 .c-col-01_inner:nth-child(even),
  .c-col-01.c-col-col3 .c-col-01_inner{
    margin-left: 0;
  }
}

/* ========== sns ========== */
.c-share__column {
  margin: 40px auto 0;
  max-width: 600px;
  white-space: nowrap;
}
.c-share__column .c-share__column--link {
  padding: 8px 0px;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  width: 48%;
  border-bottom: 3px solid;
}
.c-share__column .c-share__column--link.__facebook {
  margin-right: 3%;
  border-color: #4f95ef;
  background-color: #1877F2;
}
.c-share__column .c-share__column--link.__facebook .c-share__column .c-share__column--icon {
  margin-top: -5px;
}
.c-share__column .c-share__column--link.__twitter {
  border-color: #555555;
  background-color: #000;
}
.c-share__column .c-share__column--icon {
  width: 35px;
  margin-right: 5px;
  margin-left: -5px;
}
.c-share__column .c-share__column--text__pc {
  display: inline;
}
@media screen and (max-width: 767px) {
  .c-share__column {
    width: 100%;
  }
  .c-share__column .c-share__column--icon {
    width: 25px;
    margin-left: -7%;
  }
  .c-share__column .c-share__column--text__pc {
    display: none;
    }
  .c-share__column .c-share__column--link {
    font-size: 12px;
    padding: 10px 0;
    border-radius: 5px;
    border-width: 2px;
  }
  .c-share__column .c-share__column--link.__facebook {
    margin-right: 2%;
  }
}

/* ========== movie ========== */
.c-col-01_movie .c-col-01_inner .c-figure-01 a{
  position: relative;
  overflow: hidden;
  opacity: 1;
  display: inline-block;
}
.c-col-01_movie .c-col-01_inner .c-figure-01 a img{
  transition: all 0.15s linear;
}
.c-col-01_movie .c-col-01_inner .c-figure-01 a:hover{
  opacity: 0.6;
}
.c-col-01_movie .c-col-01_inner .c-figure-01 a:before{
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background-image: url(/landing/money_guide/img/img_thumbs_play.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin: auto;
}
.c-col-01_movie .c-col-01_inner .c-figure-01 a:hover img{
  transform: scale(1.1);
}

/* ========== movie ========== */
.c-back-button {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 11;
}
.c-back-button .c-back-button--link {
  text-decoration: none;
  color: #fff;
}
.c-back-button .c-back-button--link:before {
  content: '';
  background: url(/assets/img/marker_07_@2x.png) right top no-repeat;
  background-size: 64px;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

/* ========== filter ========== */
.c-searchList {
  display: block;
  list-style: none;
  margin-bottom: 0;
  margin-top: 1px;
  padding: 0;
}
.c-searchList::after {
  clear: both;
  content: "";
  display: block;
}
.c-searchList-item {
  background-color: #fff;
  float: left;
  margin-top: 6px;
  opacity: 0;
  width: 32.92433537832311%;
  will-change: transform;
}
@media screen and (max-width: 640px) {
  .c-searchList-item {
    float: none;
    width: 100%;
  }
}
.c-searchList-item-loading {
  background-image: url(/campaign/img/icon_loading.gif);
  background-repeat: no-repeat;
  background-size: 100px;
  content: "";
  display: block;
  height: 100px;
  margin: 100px auto;
  position: relative;
  text-align: center;
  width: 100px;
}
.c-searchList-item-show {
  -webkit-animation: scaleUp 0.4s;
  animation: scaleUp 0.4s;
  display: block;
  opacity: 1;
}
.c-searchList-item-hide {
  display: none;
}
.c-searchList-item:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .c-searchList-item:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
.c-searchList-item:not(:nth-child(3n+1)) {
  margin-left: -webkit-calc(6 / 978 * 100%);
  margin-left: calc(6 / 978 * 100%);
}
@media screen and (max-width: 640px) {
  .c-searchList-item:not(:nth-child(3n+1)) {
    margin-left: 0 !important;
  }
}
.c-searchItem {
  color: #535252;
  display: block;
  height: 100%;
  -webkit-text-emphasis: none;
  text-emphasis: none;
}
.c-searchItem:hover {
  color: #535252;
}
.c-searchItem:focus {
  outline: none;
}
@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.c-searchNone {
  display: none;
  padding: 80px 0;
  text-align: center;
}
.c-searchNone-show {
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
  display: block;
}
.c-searchNone-mainText {
  font-size: 112.5%;
  font-weight: bold;
}
.c-searchNone-subText {
  font-size: 87.5%;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-filter {
  background: #ffea79;
  display: block;
  list-style: none;
  padding: 15px -webkit-calc(30 / 998 *100% - 6px) 15px -webkit-calc(30 / 998 *100%);
  padding: 15px calc(30 / 998 *100% - 6px) 15px calc(30 / 998 *100%);
}
.c-filter::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (max-width: 640px) {
  .c-filter {
    padding: 0;
  }
}
.c-filter-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-filter-inner::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (max-width: 640px) {
  .c-filter-inner {
    display: block;
  }
}
.c-filter-title {
  color: #333;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 100%;
}
@media screen and (max-width: 1150px) {
  .c-filter-title {
    white-space: nowrap;
    font-size: 87.5%;
  }
}
@media screen and (max-width: 640px) {
  .c-filter-title {
    font-size: 100%;
  }
}
.c-filter-titleWrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  margin-right: 17px;
}
@media screen and (max-width: 640px) {
  .c-filter-titleWrap {
    display: block;
    float: none;
    margin-right: 0;
    padding: 12px 0;
    position: relative;
    text-align: center;
  }
  .c-filter-titleWrap::before {
    border-top: 2px solid #333;
    content: "";
    height: 20px;
    position: absolute;
    right: 15px;
    top: 20px;
    width: 20px;
  }
  .c-filter-titleWrap::after {
    border-top: 2px solid #333;
    content: "";
    height: 20px;
    position: absolute;
    right: 24px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 20px;
  }
}
.c-filter-titleWrap-open::after {
  content: none;
}
.c-filter-button {
  background: transparent;
  border: 1px solid #333;
  border-radius: 40px;
  color: #333;
  cursor: pointer;
  line-height: inherit;
  margin-top: 10px;
  padding: 7px 10px;
  text-align: center;
  font-size: 81.25%;
  font-weight: bold;
}
.c-filter-buttonWrap-col7 .c-filter-button {
  min-width: -webkit-calc(14.28% - 4.3px);
  min-width: calc(14.28% - 4.3px);
}
.c-filter-buttonWrap-col8 .c-filter-button {
  min-width: -webkit-calc(12.5% - 4.4px);
  min-width: calc(12.5% - 4.4px);
}
.c-filter-buttonWrap-col9 .c-filter-button {
  min-width: -webkit-calc(11.11% - 5.9px);
  min-width: calc(11.11% - 5.9px);
}
.c-filter-buttonWrap-col10 .c-filter-button {
  min-width: -webkit-calc(10% - 6.8px);
  min-width: calc(10% - 6.8px);
}
@media screen and (max-width: 768px) {
  .c-filter-button {
    font-size: 78.57143%;
    min-width: -webkit-calc((100% / 4) - 5px);
    min-width: calc((100% / 4) - 5px);
  }
}
@media screen and (max-width: 640px) {
  .c-filter-button {
    margin-bottom: 5px;
    margin-top: 0;
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    font-size: 92.85714%;
  }
}
.c-filter-button:not(:last-of-type) {
  margin-right: 5px;
}
@media screen and (max-width: 640px) {
  .c-filter-button:not(:last-of-type) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-filter-button:nth-of-type(n + 5) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .c-filter-button:nth-of-type(n + 5) {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .c-filter-button:nth-of-type(2n) {
    margin-left: 5px;
  }
}
.c-filter-button-active {
  background: #eb7000;
  border: 1px solid #eb7000;
  color: #fff;
  font-weight: bold;
}
.c-filter-button:focus {
  outline: none;
}
.c-filter-buttonWrap {
  float: left;
  margin-left: auto;
  margin-top: -10px;
  width: 84%;
}
.c-filter-buttonWrap::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (max-width: 640px) {
  .c-filter-buttonWrap {
    display: none;
    float: none;
    margin-top: 0;
    padding: 0 10px 5px 10px;
    width: 100%;
  }
}
.heading-group {
  margin-bottom: 7px;
}
.heading-group .c-heading1-01 h1 {
  font-size: 187.5%;
}
@media screen and (max-width: 640px) {
  .heading-group .c-heading1-01 h1 {
    font-size: 150%;
  }
}
.c-searchList-item{
  padding: 1em 0.5em;
  border: 2px solid #e6e6e6;
}
.c-tag-01{
  margin-top: 1.25em;
}
.c-tag-01 span{
  background: #e6e6e6;
  border: 1px solid #999;
  border-radius: 5px;
  color: #666;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
  margin-right: 5px;
  min-width: 60px;
  padding: 2.5px 5px;
  text-align: center;
  width: auto;
  font-size: 80%;
}
.c-tag-01 span:last-child{
  margin-right: 0;
}

/* ========== c-ground-anc ========== */
.c-ground-01.c-ground-anc{
  padding: 0.5em 0;
}
@media screen and (min-width: 641px) {
  .c-ground-anc {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .c-ground-01.c-ground-anc .c-column-group .col-unit-1\/2 {
    display: flex;
    width: 50%;
    margin: 0;
    float: left;
  }
}
/* .c-ground-anc .c-anc-01{
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.5em 31px;
}
@media screen and (min-width: 641px) {
  .c-ground-anc .c-anc-01 .c-anc-item:first-child {
    width: calc(233/914*100%);
  }
  .c-ground-anc .c-anc-01 .c-anc-item:nth-child(2) {
    width: calc(377/914*100%);
  }
  .c-ground-anc .c-anc-01 .c-anc-item:last-child {
    width: calc(304/914*100%);
  }
  .c-ground-anc .c-anc-01 .c-anc-item:not(:first-child){
    border-left: 1px solid #bcbdbd;
  }
}
@media screen and (max-width: 640px) {
  .c-ground-anc .c-anc-01 .c-anc-item:not(:last-child){
    width: 50%;
  }
  .c-ground-anc .c-anc-01 .c-anc-item:last-child{
    width: 100%;
  }
  .c-ground-anc .c-anc-01 .c-anc-item:nth-child(2){
    border-left: 1px solid #bcbdbd;
  }
  .c-ground-anc .c-anc-01 .c-anc-item:last-child{
    border-top: 1px solid #bcbdbd;
    padding-top: 18px;
  }
} */

/* ========== txt_link ========== */
.relative {
  position: relative;
}
.txt_link {
  position: absolute;
  content: "";
}
  .table-pc .txt_link {
    left: 1.5%;
  }
  .txt_link img {
    width: 100%;
  }
  .table-pc .txt_link01 {
    top: 12%;
    width: calc(176/768*100%);
  }
  .table-pc .txt_link02 {
    top: 30%;
    width: calc(209/768*100%);
  }
  .table-pc .txt_link03 {
    top: 51%;
    width: calc(191/768*100%);
  }
  .table-pc .txt_link04 {
    top: 73%;
    width: calc(212/768*100%);
  }

  .table-sp .txt_link {
    left: 2%;
  }
  .table-sp .txt_link01 {
    top: 10%;
    width: calc( 176 / 640 * 100% );
  }
  .table-sp .txt_link02 {
    top: 23%;
    width: calc( 209 / 640 * 100% );
  }
  .table-sp .txt_link03 {
    top: 40%;
    width: calc( 191 / 640 * 100% );
  }
  .table-sp .txt_link04 {
    top: 56%;
    width: calc( 212 / 640 * 100% );
  }