@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ===================================================================
CSS information
 file name  :campaign2.css
 style info :サイン色紙プレゼント企画のスタイル
=================================================================== */
/* ==========================================================
  BASE
========================================================== */
body {
  font-family: "Noto Serif JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background: url(/campaign2/img/shared/bg_body_repeat.jpg) repeat 0 0;
  line-height: 1.8;
}

body:focus {
  outline: none;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
section,
p,
a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  img {
    width: 100%;
  }
}

a,
a:visited,
a:hover {
  color: #000;
  text-decoration: none;
}

a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover img {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover img.hoverNone {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.frame_boder {
  border: 2px solid #000;
  border-radius: 10px;
}

@media screen and (min-width: 751px) {
  .pcNone {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .spNone {
    display: none !important;
  }
}

/* ==========================================================
    BASE
  ========================================================== */
@media screen and (min-width: 751px) {
  body {
    font-size: 16px;
    min-width: 1250px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 4vw;
  }
}
body #wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 751px) {
  body #wrap {
    min-width: 1260px;
  }
}
@media screen and (max-width: 750px) {
  body #wrap {
    overflow-x: hidden;
  }
}

/* ==========================================================
    HEADER
  ========================================================== */
header {
  width: 100%;
  position: relative;
  z-index: 9998;
  background: #000;
}
@media screen and (min-width: 751px) {
  header {
    height: 60px;
  }
}
header .inner {
  position: relative;
}
@media screen and (min-width: 751px) {
  header .inner {
    width: 1130px;
    margin: 0 auto;
    padding: 10px 0px 0px 20px;
  }
}
@media screen and (max-width: 750px) {
  header .inner {
    width: 100%;
    padding: 2% 2% 6% 2%;
  }
}
@media screen and (min-width: 751px) {
  header .inner #logo_l5 {
    width: 190px;
  }
}
@media screen and (max-width: 750px) {
  header .inner #logo_l5 {
    width: 40%;
  }
}

/* ==========================================================
    FOOTER
  ========================================================== */
footer {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  width: 100%;
  color: #fff;
  background-image: url(/campaign2/img/shared/bg_footer.png), url(/campaign2/img/shared/bg_footer_repeat.jpg);
  background-repeat: no-repeat, repeat;
  background-position: center top, 0 0;
}
@media screen and (min-width: 751px) {
  footer {
    padding: 30px 0px 80px;
  }
}
@media screen and (max-width: 750px) {
  footer {
    padding-bottom: 2%;
  }
}
@media screen and (min-width: 751px) {
  footer #pageTop_pc {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
  }
}
@media screen and (max-width: 750px) {
  footer #pageTop_pc {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  footer #pageTop_sp {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  footer #pageTop_sp a {
    display: block;
    background: #3a0035;
    padding: 4%;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  footer #pageTop_sp a img {
    width: 20%;
  }
}
footer .inner {
  margin: 0 auto;
  width: 96%;
}
@media screen and (min-width: 751px) {
  footer .inner {
    width: 1200px;
  }
}
footer .inner #snsArea {
  border-bottom: solid 2px #2c435c;
}
@media screen and (min-width: 751px) {
  footer .inner #snsArea {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #snsArea {
    padding: 4% 0%;
  }
}
footer .inner #snsArea #snsF {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 751px) {
  footer .inner #snsArea #snsF {
    width: 510px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #snsArea #snsF li {
    width: 32%;
  }
}
footer .inner #prudctArea {
  border-top: solid 2px #527aa2;
  border-bottom: solid 2px #2c435c;
  text-shadow: 2px 2px 0px #253d54;
}
@media screen and (min-width: 751px) {
  footer .inner #prudctArea {
    padding: 30px 0px 30px 90px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #prudctArea {
    padding: 4% 0%;
  }
}
@media screen and (min-width: 751px) {
  footer .inner #prudctArea figure {
    width: 154px;
    float: left;
    margin-right: 30px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #prudctArea figure {
    width: 46%;
    margin: 0% auto 4%;
  }
}
footer .inner #prudctArea figure img {
  width: 100%;
}
@media screen and (min-width: 751px) {
  footer .inner #prudctArea div {
    float: left;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #prudctArea div {
    width: 90%;
    margin: 0 auto;
  }
}
footer .inner #prudctArea div h1 {
  font-weight: bolder;
}
@media screen and (min-width: 751px) {
  footer .inner #prudctArea div h1 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #prudctArea div h1 {
    font-size: 4.8vw;
    margin-bottom: 2%;
    line-height: 1.4;
    padding-left: 0.5em;
    text-indent: -0.5em;
    text-align: center;
  }
}
@media screen and (min-width: 751px) {
  footer .inner #prudctArea div ul {
    font-size: 14px;
    float: left;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #prudctArea div ul li dl {
    font-size: 3.2vw;
    margin-bottom: 1vw;
  }
}
footer .inner #prudctArea div ul li dl dt {
  float: left;
}
@media screen and (max-width: 750px) {
  footer .inner #prudctArea div ul li dl dt {
    width: 6em;
  }
}
footer .inner #prudctArea div ul li dl dd {
  padding-left: 1em;
  text-indent: -1em;
  float: left;
}
@media screen and (min-width: 751px) {
  footer .inner #prudctArea div ul li dl dd {
    width: 15em;
  }
}
footer .inner #prudctArea div ul li dl dd:before {
  content: "：";
  margin-right: 0.5em;
}
@media screen and (min-width: 751px) {
  footer .inner #prudctArea div ul.ulL {
    margin-right: 1em;
  }
}
@media screen and (min-width: 751px) {
  footer .inner #prudctArea div ul.ulL li dl dt {
    width: 4.5em;
  }
}
@media screen and (min-width: 751px) {
  footer .inner #prudctArea div ul.ulL li dl dd {
    width: 29em;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #prudctArea div ul.ulL li:nth-child(4) dl {
    line-height: 1.4;
  }
}
footer .inner #prudctArea div ul.ulL li:nth-child(4) dl dd {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 751px) {
  footer .inner #prudctArea div ul.ulR li dl dt {
    width: 10.5em;
  }
}
@media screen and (min-width: 751px) {
  footer .inner #prudctArea div ul.ulR li dl dd {
    width: 12em;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #prudctArea div ul.ulR li:nth-child(1) dl {
    line-height: 1.4;
  }
}
footer .inner #bottomArea {
  border-top: solid 2px #527aa2;
}
@media screen and (min-width: 751px) {
  footer .inner #bottomArea {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #bottomArea {
    padding: 4% 0%;
  }
}
@media screen and (min-width: 751px) {
  footer .inner #bottomArea ul#bnrArea {
    float: left;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #bottomArea ul#bnrArea {
    margin-bottom: 4%;
  }
}
@media screen and (min-width: 751px) {
  footer .inner #bottomArea ul#bnrArea li {
    float: left;
    margin-right: 10px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #bottomArea ul#bnrArea li {
    width: 70%;
    margin: 0% auto 2%;
  }
}
@media screen and (min-width: 751px) {
  footer .inner #bottomArea ul#linkArea {
    float: right;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #bottomArea ul#linkArea {
    margin-bottom: 4%;
  }
}
footer .inner #bottomArea ul#linkArea li {
  position: relative;
}
@media screen and (min-width: 751px) {
  footer .inner #bottomArea ul#linkArea li {
    float: left;
    margin-left: 10px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #bottomArea ul#linkArea li {
    width: 70%;
    margin: 0% auto 2%;
    margin-bottom: 2%;
  }
}
footer .inner #bottomArea ul#linkArea li a {
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
}
@media screen and (min-width: 751px) {
  footer .inner #bottomArea ul#linkArea li a {
    width: 240px;
    text-align: center;
    display: inline-block;
    padding: 0px 30px 0 20px;
    font-size: 15px;
    line-height: 40px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #bottomArea ul#linkArea li a {
    display: block;
    padding: 0.8% 2% 1.2%;
    font-size: 3.8vw;
    position: relative;
    text-align: center;
  }
}
footer .inner #bottomArea ul#linkArea li:after {
  content: "";
  border: 0px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 751px) {
  footer .inner #bottomArea ul#linkArea li:after {
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    width: 7px;
    height: 7px;
    right: 16px;
    margin-top: -5px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #bottomArea ul#linkArea li:after {
    border-top: solid 6px #fff;
    border-right: solid 6px #fff;
    width: 11px;
    height: 11px;
    top: 50%;
    right: 16px;
    margin-top: -9px;
  }
}
footer .inner #copyright {
  color: #fff;
}
@media screen and (min-width: 751px) {
  footer .inner #copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #copyright {
    font-size: 3vw;
  }
  footer .inner #copyright ul {
    line-height: 1.6;
    padding-left: 1em;
    text-indent: -1em;
  }
}
@media screen and (max-width: 750px) and (min-width: 751px) {
  footer .inner #copyright ul {
    float: left;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  footer .inner #copyright ul {
    margin-bottom: 4%;
  }
}
footer .inner #copyright small {
  color: #fff;
}
@media screen and (min-width: 751px) {
  footer .inner #copyright small {
    font-size: 12px;
    float: right;
  }
}
@media screen and (max-width: 750px) {
  footer .inner #copyright small {
    font-size: 3vw;
    display: block;
    text-align: center;
  }
}

/* ==========================================================
    VISUAL
  ========================================================== */
#topVisual {
  width: 100%;
  position: relative;
  z-index: 9999;
}
@media screen and (min-width: 751px) {
  #topVisual {
    background: url(/campaign2/img/top/bg_visual_pc_190606.jpg) no-repeat center top;
  }
}
@media screen and (max-width: 750px) {
  #topVisual {
    background: url(/campaign2/img/top/bg_visual_sp_190606.jpg) no-repeat center top;
  }
}
#topVisual .inner {
  position: relative;
}
@media screen and (min-width: 751px) {
  #topVisual .inner {
    width: 1250px;
    height: 842px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  #topVisual .inner {
    padding-bottom: 197vw;
  }
}
#topVisual .inner h1 {
  position: absolute;
}
@media screen and (min-width: 751px) {
  #topVisual .inner h1 {
    top: 10px;
    left: 50px;
  }
}
@media screen and (max-width: 750px) {
  #topVisual .inner h1 {
    width: 35%;
    top: 0vw;
    left: 1vw;
  }
}

/* ==========================================================
      CONTENT
    ========================================================== */
#content {
  text-align: center;
}
@media screen and (min-width: 751px) {
  #content {
    padding-top: 56px;
  }
}
@media screen and (max-width: 750px) {
  #content {
    padding-top: 4vw;
  }
}
@media screen and (min-width: 751px) {
  #content #mainArea {
    margin-bottom: 60px;
  }
}
#content #mainArea h2 {
  color: #ffe17b;
  font-weight: bolder;
  background: url(/campaign2/img/top/bg_date.png) no-repeat center top;
}
@media screen and (min-width: 751px) {
  #content #mainArea h2 {
    font-size: 27px;
    height: 71px;
    line-height: 65px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #content #mainArea h2 {
    font-size: 5.6vw;
    line-height: 1.5;
    margin-bottom: 4vw;
    background-size: cover;
    padding-bottom: 2vw;
  }
}
@media screen and (min-width: 751px) {
  #content #mainArea p {
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  }
}
@media screen and (max-width: 750px) {
  #content #mainArea p {
    text-shadow: #fff 4px 0px, #fff -4px 0px, #fff 0px -4px, #fff 0px 4px, #fff 4px 4px, #fff -4px 4px, #fff 4px -4px, #fff -4px -4px, #fff 2px 4px, #fff -2px 4px, #fff 2px -4px, #fff -2px -4px, #fff 4px 2px, #fff -4px 2px, #fff 4px -2px, #fff -4px -2px;
  }
}
#content #mainArea p.sTxt {
  font-weight: bolder;
}
@media screen and (min-width: 751px) {
  #content #mainArea p.sTxt {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  #content #mainArea p.sTxt {
    font-size: 4.4vw;
    margin-bottom: 4vw;
    line-height: 1.6;
  }
}
#content #mainArea p.bTxt {
  font-weight: bolder;
  line-height: 1.4;
}
@media screen and (min-width: 751px) {
  #content #mainArea p.bTxt {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #content #mainArea p.bTxt {
    font-size: 6vw;
    margin-bottom: 4vw;
  }
}
#content #mainArea p em {
  font-weight: bolder;
  color: #c3056c;
}
@media screen and (min-width: 751px) {
  #content #mainArea figure {
    padding-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  #content #mainArea figure {
    width: 96%;
    margin: 0 auto 8vw;
  }
}
@media screen and (min-width: 751px) {
  #content #mainArea ul {
    width: 1160px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  #content #mainArea ul {
    width: 96%;
    margin: 0 auto 4vw;
  }
}
@media screen and (min-width: 751px) {
  #content #mainArea ul li {
    margin-bottom: 40px;
  }
  #content #mainArea ul li:nth-child(odd) {
    float: left;
  }
  #content #mainArea ul li:nth-child(even) {
    float: right;
  }
}
@media screen and (max-width: 750px) {
  #content #mainArea ul li {
    margin-bottom: 3vw;
  }
}