@charset "UTF-8";
/*--------------------------------------------------------*/
/*　普通の特集　*/
/*--------------------------------------------------------*/
.wrap-pnkz {
  background-color: rgba(252, 219, 69, 0.3);
}
@media only screen and (min-width: 1024px) {
  .wrap-pnkz {
    background-color: #fcdb45;
  }
}

.list-pnkz {
  padding: 1em 1.5em;
}
.list-pnkz li {
  position: relative;
  display: inline-block;
  margin-right: 1.5em;
  font-size: 13px;
  font-size: 1.3rem;
}
.list-pnkz li:last-child {
  display: none;
}
.list-pnkz li:last-child:after {
  content: none;
}
.list-pnkz li:after {
  position: absolute;
  top: 50%;
  right: -1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\e6600";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  font-size: 1.1rem;
}
.list-pnkz li a {
  color: #454545;
}
@media only screen and (min-width: 1024px) {
  .list-pnkz {
    padding: 1em 0;
  }
  .list-pnkz li:last-child {
    display: inline-block;
  }
  .list-pnkz li a {
    text-decoration: none;
  }
  .list-pnkz li a:hover {
    text-decoration: underline;
  }
}

.promotion-note {
  position: fixed;
  padding: 1.5em 1.5em;
  font-size: 10px;
  font-size: 1rem;
  border-radius: 0.3em;
  opacity: 0.9;
  width: 4.1em;
  overflow: hidden;
  -webkit-transition: width 1s;
  transition: width 1s;
  /*---customize---*/
  bottom: 1em;
  left: 1em;
  background: #002E72;
  color: #FFF;
  /*---customize---*/
}
.promotion-note.is-open {
  width: 26.5em;
  -webkit-transition: width 1s;
  transition: width 1s;
}
.promotion-note.is-open p span {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.promotion-note.is-close {
  width: 4.1em;
  -webkit-transition: width 1s;
  transition: width 1s;
}
.promotion-note.is-close p span {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.promotion-note p {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  position: relative;
}
.promotion-note p span {
  display: block;
  position: absolute;
  top: 0;
  left: 1.54545em;
  width: 21em;
  opacity: 0;
}
.promotion-note p::before {
  content: "";
  display: inline-block;
  vertical-align: -0.2em;
  margin-right: 0.5em;
  height: 1em;
  width: 1em;
  background: url("data:image/svg+xml;utf8,<svg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'><path d='M17.003,13.636c-.351-.232-.775-.348-1.271-.348h-2.997v9.925h2.997c.48,0,.895-.112,1.247-.335,.351-.224,.623-.552,.816-.983,.192-.432,.287-.943,.287-1.534v-4.1c0-.623-.092-1.159-.276-1.606-.184-.447-.452-.787-.803-1.019Z' style='fill:%23fff;'/><path d='M37.555,13.564c-.375-.2-.819-.3-1.331-.3h-3.116v8.727h3.116c.512,0,.956-.092,1.331-.276,.376-.184,.66-.448,.851-.792,.192-.344,.288-.755,.288-1.234v-3.884c0-.528-.096-.983-.288-1.367-.191-.384-.475-.675-.851-.875Z' style='fill:%23fff;'/><path d='M45,0H5C2.25,0,0,2.25,0,5V45c0,2.75,2.25,5,5,5H45c2.75,0,5-2.25,5-5V5c0-2.75-2.25-5-5-5ZM24.1,21.272c0,1.615-.324,2.993-.971,4.135-.647,1.143-1.586,2.015-2.817,2.614-1.231,.599-2.701,.899-4.411,.899h-3.165v13.521H6.791V7.583H15.901c1.726,0,3.204,.304,4.435,.911,1.231,.608,2.166,1.498,2.805,2.673,.639,1.175,.959,2.585,.959,4.231v5.873Zm15.313,21.169l-4.311-14.744h-1.994v14.744h-5.826V7.559h8.583c1.886,0,3.496,.308,4.83,.923,1.334,.615,2.353,1.518,3.057,2.709,.703,1.191,1.055,2.618,1.055,4.279v4.076c0,1.71-.352,3.176-1.055,4.4-.704,1.222-1.726,2.153-3.069,2.792-.015,.007-.032,.012-.047,.019l5.155,15.685h-6.377Z' style='fill:%23fff;'/></svg>") center/cover no-repeat;
}

@media only screen and (min-width: 1024px) {
  .promotion-note {
    /*---customize---*/
    top: 0.5em;
    left: 0.5em;
    bottom: auto;
    /*---customize---*/
  }
}
/*--------------------------------------------------------*/
/*　タイアップ特集　*/
/*--------------------------------------------------------*/
/* 全体指定 */
body.ct_special {
  font-family: "Roboto", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color: #454545;
}

body.ct_special a {
  color: #1a0dab;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
body.ct_special a:link {
  color: #1a0dab;
  text-decoration: underline;
}
body.ct_special a:visited {
  color: #609;
  text-decoration: underline;
}
body.ct_special a:hover, body.ct_special a:active {
  color: #b5522e;
  text-decoration: none;
}

.ct_special input[type=text],
.ct_special input[type=password],
.ct_special textarea,
.ct_special select,
.ct_special *:focus {
  outline: none;
}

.ct_special p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}

.ct_special li,
.ct_special dt,
.ct_special dd {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}

button, input, select, textarea {
  font-family: "Roboto", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

/* 横幅指定 */
@media only screen and (min-width: 1024px) {
  .ct_special .row .orig_col {
    display: block;
    float: left;
    margin-left: 3%;
  }
  .ct_special .row .orig_col:first-child {
    margin-left: 0;
  }
  .ct_special .row .orig_col_r {
    display: block;
    float: right;
    margin-right: 3%;
  }
  .ct_special .row .orig_col_r:first-child {
    margin-right: 0;
  }
  .ct_special .row .orig_col_nomargin {
    display: block;
    float: left;
  }
  .ct_special .row .span_32 {
    width: 28%;
    max-width: 300px;
    margin-bottom: 5em;
    float: right;
  }
  .ct_special .row .span_32_left {
    width: 28%;
    max-width: 300px;
    margin-bottom: 5em;
  }
  .ct_special .row .span_64 {
    width: 69%;
    max-width: 750px;
    margin-bottom: 5em;
  }
  .ct_special .row .span_64_right {
    width: 69%;
    max-width: 750px;
    margin-bottom: 5em;
    float: right;
  }
}
@media only screen and (min-width: 1024px) {
  .ct_special .wrap {
    display: block;
    margin: 0 auto;
    max-width: 1126px;
    padding: 0 0.995%;
  }
}
body.ct_special > header {
  padding: 1em;
  position: relative;
}
body.ct_special > header h1 {
  display: none;
}
body.ct_special > header .logo-img img {
  height: 2em;
  vertical-align: top;
}
body.ct_special > header .logo-label {
  display: inline-block;
  padding: 0 0.5em;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  background-color: #d6ae00;
  border-radius: 3px;
}
@media only screen and (min-width: 768px) {
  body.ct_special > header {
    height: 5em;
  }
  body.ct_special > header h1 {
    display: block;
    padding: 0.5em 10em 0.5em 15em;
    font-size: 12px;
    font-size: 1.2rem;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  body.ct_special > header .logo-img {
    position: absolute;
    top: 50%;
    left: 0.7em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1024px) {
  body.ct_special > header {
    display: block;
    margin: 0 auto;
    max-width: 1126px;
    padding: 0 0.995%;
  }
  body.ct_special > header h1 {
    padding: 1.3em 10em 1.3em 15em;
  }
}

.ct_special footer .footer-pnkz li {
  font-size: 12px;
  font-size: 1.2rem;
}
.ct_special footer .footer-pnkz a:visited,
.ct_special footer .footer-pnkz a:link {
  color: #999;
}
.ct_special footer .footer-pnkz a:hover {
  text-decoration: none;
}
.ct_special footer .footer-c {
  padding: 0 1.5em 2em;
}
.ct_special footer .footer-c p {
  font-size: 11px;
  font-size: 1.1rem;
}
.ct_special footer .footer-c .footer-note {
  display: block;
}
@media only screen and (min-width: 768px) {
  .ct_special footer .footer-c .footer-note {
    display: inline-block;
    margin-left: 1em;
  }
}
@media only screen and (min-width: 1024px) {
  .ct_special footer {
    padding: 1em 0;
    background-color: rgba(252, 219, 69, 0.5);
  }
  .ct_special footer .footer-pnkz a {
    color: #1a0dab;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .ct_special footer .footer-pnkz a:link {
    color: #1a0dab;
    text-decoration: underline;
  }
  .ct_special footer .footer-pnkz a:visited {
    color: #609;
    text-decoration: underline;
  }
  .ct_special footer .footer-pnkz a:hover, .ct_special footer .footer-pnkz a:active {
    color: #b5522e;
    text-decoration: none;
  }
  .ct_special footer .footer-c {
    padding: 0 0 2em;
  }
}

.promotion-note p {
  font-size: 1.1rem !important;
  font-size: 1.1em !important;
  line-height: 1 !important;
}