@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*================================================================
 site_default
================================================================*/
/* -------------------------------------------
 * initialize
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
}

/* For Android */
body * {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

*, *:before, *:after {
  box-sizing: border-box;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, main {
  display: block;
}

sup {
  font-size: 10px;
  vertical-align: super;
}

div {
  line-height: 0;
}

ul li {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

.hide {
  display: none;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

img {
  -ms-interpolation-mode: bicubic;
}

a {
  text-decoration: none;
}

@media (min-width: 1001px) {
  a:hover {
    opacity: 0.7;
  }
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.gothic {
  font-family: "Sawarabi Gothic", sans-serif;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",sans-serif;
}

.bold {
  font-weight: bold;
}

.allWrap {
  overflow-x: hidden;
}

.wrap {
  margin: 0 auto;
  width: 980px;
}

.pc {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

img.sp {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  a.tel {
    pointer-events: none;
  }
}

@media (max-width: 768px) {
  sup {
    font-size: 8px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .wrap {
    width: 84%;
  }
}

/*================================================================
 common_style
================================================================*/
main {
  padding-bottom: 160px;
  min-width: 1024px;
}

.fixedBanner {
  position: fixed;
  bottom: 10px;
  left: 50%;
  width: 778px;/*727*/
  transform: translate(-50%, 0);
  z-index: 100;
  transition: opacity 300ms, bottom 1ms;
}

.fixedBanner.hidden {
  bottom: -500px;
  opacity: 0;
  transition: opacity 300ms, bottom 1ms 300ms;
}

.fixedBanner .closeBtn {
  position: absolute;
  top: 4px;/*-18*/
  right: 10px;/*-27*/
  cursor: pointer;
}

.fixedBanner .inner {
  padding: 8px 2px;
  background: rgba(255, 255, 255, 1);
  border-radius: 5px;
  box-shadow: 0px 0px 16px 0px rgba(92, 92, 92, 0.4);
  text-align: center;
}

.fixedBanner .inner .bnrItem {
  display: inline-block;
  width: 349px;
  margin: 0 3px;
  vertical-align: top;
}

.movieModalArea {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.movieModalArea .wrap {
  max-width: 750px;
}

.movieModalArea .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -264px 0 0 -350px;
}

.movieModalArea .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.movieModalArea .closeBtn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 50%;
  margin: 200px -400px 0 0;
}

.commonActZoom .bg {
  -webkit-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.commonActZoom:hover {
  opacity: 1;
}

@media (min-width: 769px) {
  .commonActZoom:hover .bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.allWrap.tablet .commonActZoom:hover .bg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

@media (min-width: 769px) {
  .movieModalArea .closeBtn:hover {
    opacity: .7;
  }
}

/*================================================================
 siteHeader
================================================================*/
.siteHeader {
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}

.siteHeader h1 {
  width: 153px;
}


/*================================================================
 siteFooter
================================================================*/
.siteFooter {
  padding: 43px 20px;
  background-color: #ebebeb;
}

.siteFooter .copyright {
  font-size: 14px;
  color: #555251;
  text-align: right;
}

/*================================================================
 home_style
================================================================*/
#home .mv {
  position: relative;
}

#home .mv h1 {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 153px;
}

#home .mv img {
  width: 100%;
  height: auto;
}

#home .mv .cmBanner {
  display: block;
  position: absolute;
  /*top: 6.61%;*/
    top: 10%;
  right: calc(50% - 27%);
  width: 20.5%;
  max-width: 394px;
}


#home .sections {
  position: relative;
}

#home .information {
  margin-bottom: 40px;
  background-color: #06a9ce;
  color: #fff;
}

#home .information .wrap {
  position: relative;
  padding: 38px 0 36px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}

#home .information .tokkyo {
  position: absolute;
  top: -18px;
  right: 17px;
  width: 160px;
  height: auto;
}

#home .information .campaign {
  display: inline-block;
  max-width: 394px;
  padding-left: 25px;
}

#home .information h2{
    font-size: 35px;
    letter-spacing: 3px;
    margin-bottom: 30px;
    line-height: 1.2;
}
#home .information h2 .small{
    display: block;
    margin-bottom: 15px;
    font-size: 25px;
}
#home .information .txt{
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}
#home .information .tokkyoNum{
    max-width: 520px;
    height: auto;
}

#home .moreDetail {
  margin-bottom: 103px;
  padding: 30px;
  background-color: #ebebeb;
}

#home .moreDetail h2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 33px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

#home .moreDetail h2:before, #home .moreDetail h2:after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 1px;
  background: #aaaaaa;
}

#home .moreDetail h2:before {
  margin-right: 10px;
}

#home .moreDetail h2:after {
  margin-left: 10px;
}

#home .moreDetail .moreBtns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#home .moreDetail .moreBtns a {
  width: 48.91304%;
}

#home .lineup {
  margin-bottom: 120px;
  border-bottom: 1px solid #cccccc;
}

#home .lineup > section + section {
  margin-top: 10px;
}

#home .lineup .sectionHead {
  position: relative;
}

#home .lineup .sectionHead .wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

#home .lineup .sectionHead.pattern01 .wrap {
  -ms-flex-direction: row;
  flex-direction: row;
}

#home .lineup .sectionHead.pattern02 .wrap {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#home .lineup .sectionHead .text {
  width: 50%;
  padding: 60px 0 73px;
}

#home .lineup .sectionHead.pattern02 .text {
  padding-left: 80px;
}

#home .lineup .sectionHead .text h2 {
  margin-bottom: 20px;
    box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    display: inline-block;
}

#home .lineup .sectionHead .text h2 img{
    max-width: 400px;
    height: auto;
    width: 100%;
}

#home .lineup .sectionHead .emblem .new{
    width: 60px;
    height: 60px;
    top: -50px;
}
#home .lineup .sectionHead .emblem {
  width: 50%;
    position: relative;
}

#home .lineup .sectionHead.pattern01 .emblem {
  padding-left: 28px;
}

#home .lineup .sectionHead .accTrigger {
  position: absolute;
  bottom: 18px;
  left: 50%;
  width: 17.1%;
  padding: 30px 0;
  text-align: center;
  transform: translate(-50%, 0);
  cursor: pointer;
}

#home .lineup .sectionHead .accTrigger img {
  width: 63px;
}

#home .lineup .sectionHead .accTrigger:hover {
  opacity: 0.7;
}

#home .lineup .accTarget {
  display: none;
}

#home .lineup .innerDetails {
  padding: 100px 0 160px;
}

#home .lineup .innerDetails > h3 {
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
}

#home .lineup .innerDetails .spec {
  margin-bottom: 75px;
}

#home .lineup .innerDetails .spec h3 {
  margin: 0 0 40px -5px;
}

#home .lineup .innerDetails .spec .specBlock {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#home .lineup .innerDetails .spec .leftBox, #home .lineup .innerDetails .spec .rightBox {
  width: 45.91837%;
}

#home .lineup .innerDetails .flow {
  text-align: center;
}

#home .lineup .innerDetails .flow .notes {
  padding-top: 20px;
  font-size: 12px;
  color: #555555;
  line-height: 20px;
  text-align: left;
}

#home .lineupInfo {
  padding-top: 19px;
  height: 475px;
}

#home .lineupInfo:after {
  content: "";
  position: absolute;
  top: 16px;
  left: calc(50% - 182px);
  width: 1139px;
  height: 462px;
  background: url("../img/lineup_bg_img.png");
  background-size: cover;
}

#home .lineupInfo h2 {
  position: relative;
  z-index: 1;
}

#home .lineupInfo .lineupBnr {
  position: relative;
  display: inline-block;
  margin-top: 35px;
  z-index: 3;
}

#home .lineupInfo > section {
  margin-bottom: 10px;
}

#home .lineupAdvance .sectionHead {
  background: url("../img/advance_bg.jpg") no-repeat center;
  background-size: cover;
}

#home .lineupWater .sectionHead {
  background: url("../img/water_bg.jpg") no-repeat center;
  background-size: cover;
}

#home .lineupEnergy .sectionHead {
  background: url("../img/energy_bg.jpg") no-repeat center;
  background-size: cover;
}

#home .lineupValue .sectionHead {
  background: url("../img/value_bg.jpg") no-repeat center;
  background-size: cover;
}
#home .lineupValue3 .sectionHead {
  background: url("../img/value3_bg.jpg") no-repeat center;
  background-size: cover;
}
#home .lineupWater_st .sectionHead {
  background: url("../img/water_st_bg.jpg") no-repeat center;
  background-size: cover;
}

#home .option {
  margin-bottom: 120px;
  padding: 43px 30px 20px;
  background-color: #ebebeb;
  text-align: center;
}

#home .option:before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 50%;
  width: 400px;
  height: 160px;
  background: url("../img/option_emblem.png") no-repeat center;
  background-size: 100% auto;
  transform: translate(-50%, 0);
}

#home .option h2 {
  position: relative;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 56px;
  z-index: 1;
}

#home .option p {
  position: relative;
  font-size: 15px;
  line-height: 35px;
  z-index: 1;
}

#home .option p a {
  color: #0078f0;
  text-decoration: underline;
}

#home .option h3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px 0 20px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

#home .option h3:before, #home .option h3:after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 1px;
  background: #aaaaaa;
}

#home .option h3:before {
  margin-right: 10px;
}

#home .option h3:after {
  margin-left: 10px;
}

#home .campaign .top-column {
  padding: 81px 0 38px;
  background: url("../img/campaign_bg.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
}

#home .campaign .top-column h2 {
  margin-bottom: 77px;
}

#home .campaign .top-column .inner img {
  display: inline-block;
  vertical-align: top;
}

#home .campaign .top-column .inner img:first-child {
  width: 470px;
  margin-right: 30px;
}

#home .campaign .top-column .inner img:last-child {
  width: 508px;
}

#home .campaign .top-column .notes {
  padding-top: 20px;
  font-size: 12px;
  text-align: left;
}

#home .campaign .bottom-column {
  padding: 100px 0;
  text-align: center;
  background: -moz-linear-gradient(0deg, #3491c9 0%, #46c8a0 100%);
  background: -webkit-linear-gradient(0deg, #3491c9 0%, #46c8a0 100%);
  background: -ms-linear-gradient(0deg, #3491c9 0%, #46c8a0 100%);
}

#home .campaign .bottom-column a {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
}

#home .campaign .bottom-column a:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 24px;
  vertical-align: top;
  background: url("../img/icon_arrow.png") no-repeat center;
  background-size: cover;
}

#home .campaign .bottom-column-tel {
  padding: 50px 0;
  text-align: center;
  background-color: #004ea2;
}

#home .campaign .bottom-column-tel a {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  line-height: 20px;
}

#home .campaign .bottom-column-tel a span {
  text-decoration: underline;
}

/*================================================================
 movie_style
================================================================*/
#movie main {
  padding: 130px 0 60px;
}

#movie section.gallery .movieHead {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

#movie section.gallery .movieHead:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  border-bottom: 1px solid #000;
  transform: translateX(-50%);
}

#movie section.gallery .movieTitle {
  padding-bottom: 30px;
  text-align: center;
}

#movie section.gallery .lead {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.12em;
}

#movie section.gallery {
  padding-bottom: 100px;
}

#movie section.gallery .movieList {
  text-align: center;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

#movie section.gallery .movieList li {
  width: 480px;
  margin: 0 10px;
}

#movie section.gallery .movieList li .thumb {
  margin-bottom: 20px;
  height: 270px;
  overflow: hidden;
}

#movie section.gallery .movieList li .thumb a {
  display: block;
  position: relative;
  height: 100%;
}

#movie section.gallery .movieList li .thumb a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  background: url("../img/icon_play.png") no-repeat;
  background-size: cover;
  z-index: 2;
  transform: translate(-50%, -50%);
}

#movie section.gallery .movieList li .thumb .bg {
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#movie section.gallery .movieList li:last-child {
  padding-bottom: 0;
}

#movie section.gallery .movieList li.movieItem01 .thumb .bg {
  background-image: url("../img/movie/movie_thumbnail01.jpg");
}

#movie section.gallery .movieList li.movieItem02 .thumb .bg {
  background-image: url("../img/movie/movie_thumbnail02.jpg");
}

#movie section.gallery .movieList li.movieItem03 .thumb .bg {
  background-image: url("../img/movie/movie_thumbnail03.jpg");
}

#movie section.gallery .movieList li.movieItem04 .thumb .bg {
  background-image: url("../img/movie/movie_thumbnail04.jpg");
}

#movie section.gallery .movieList li .caption {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.12em;
}

#movie section.gallery .profile {
  padding-top: 80px;
  text-align: center;
  line-height: 1;
}

#movie section.gallery .profile a {
  color: #004ea2;
  text-decoration: underline;
}

#movie section.gallery .profile a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background: url("../img/icon_link_arrow.png");
  background-size: 100% auto;
  vertical-align: top;
}

/*================================================================
 campaign_style
================================================================*/
#campaign.allWrap {
  min-width: 1200px;
  overflow-x: auto;
}

#campaign main {
  padding: 0;
  min-width: 0;
}

#campaign .wrap {
  width: 1080px;
}

#campaign .mainvisual {
  height: 736px;
  background: url("../img/campaign/bg_top_parts.png") repeat-x bottom left;
}

#campaign .mainvisual .wrap {
  position: relative;
}

#campaign .mainvisual h1 {
  position: absolute;
  top: 22px;
  right: 0;
  width: 229px;
}

#campaign .mainvisual .mvCopy {
  padding: 51px 0 29px 41px;
}

#campaign .mainvisual .mvLogo {
  padding: 0 0 25px;
}

#campaign .mainvisual .mvCpText {
  padding: 0 0 15px;
}

#campaign .mainvisual .mvCpApply {
  background: url("../img/campaign/bg_apply.png") no-repeat;
  position: relative;
  z-index:1;
  top: 0px;
  right: 0px;
  padding: 6px 0 25px 53px;
}
#campaign .mainvisual .mvCpApply img {
  /*box-shadow: 0px 0px 16px 0px rgba(92, 92, 92, 0.9);*/
}

#campaign .mainvisual .mvCpPeriod {
  padding: 0 0 0 50px;
}

#campaign .mainvisual .mvCpMovBox {
  width:560px;
  height:315px;
  margin: 0 auto;
  position: relative;
  z-index:1;
  top: -80px;
}
#campaign .mainvisual .mvCpMov {
  width:560px;
  height:315px;
  margin: 0 auto;
  position: relative;
  z-index:2;
  top: 20px;
  left: 20px;
  /*box-shadow: 10px 10px rgba(0,0,0,0.6);*/
  background: url("../img/campaign/shadow.png") repeat;
}
#campaign .mainvisual .mvCpMov iframe {
  width:560px;
  height:315px;
  position: relative;
  z-index:3;
  top: -20px;
  left: -20px;
}

#campaign .contents {
  position: relative;
  padding: 415px 0 50px;
  background: url("../img/campaign/bg_contents.png");
}

#campaign .contents > div img {
  position: relative;
}

#campaign .contents .award {
  text-align: center;
}

#campaign .contents .awardSpecial {
  padding: 0 39px 0 0;
}

#campaign .contents .awardSpecial img.headline {
  margin-top: -378px;
}

#campaign .contents .awardOts {
  padding: 0 0 0 11px;
}

#campaign .contents .awardOts img.headline {
  margin-top: 63px;
}

#campaign .contents .present {
  margin: 80px 0 42px;
  text-align: center;
}

#campaign .contents .conditions dl {
  display:-ms-flexbox;
  display: flex;
  -ms-flex-flow:row wrap;
	flex-flow:row wrap;
  margin-bottom: 29px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: -0.04em;
  font-weight: 600;
}

#campaign .contents .conditions dl dt {
  width: 19.9%;
  padding-right: 25px;
  font-size: 22px;
  line-height: 35px;
}

#campaign .contents .conditions dl dd {
  width: 80.1%;
  font-size: 16px;
}

#campaign .contents .conditions li {
  list-style: none;
  line-height: 26px;
}

#campaign .contents .bannerArea .bnrItem + .bnrItem {
  display: block;
  margin-top: 24px;
}

#campaign .contents .bannerArea .bnrItem img {
  width: 100%;
}




                    #page_nav{
                        margin: 120px auto 60px auto;
                    }
                    .box:first-child,
.box:nth-child(2){
    background: #fff7e1;
}
                    .box{
                        display: -webkit-flex;
                        display: -ms-flexbox;
                        display: flex;
                        -ms-flex-align: center;
                        align-items: center;
                        box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
                        padding: 20px;
                        border-left:5px solid #fa6565;
                        position: relative;
                        margin-bottom: 20px;
                    }
                    .box .blue{
                        color: #1ba8cd;
                    }
                    .box .orange{
                        color: #e6a300;
                    }
                    .box .tl .mincho{
                        font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
                    }
                    .box .tl{
                        font-size: 30px;
                        color: #555555;
                        width: 50%;
                        padding-right: 20px;
                        line-height: 1.8;
                    }
                    .box .tl small{
                        font-size: 18px;
                    }
                    .box .tl .sub{
                        font-size: 16px;
                        display: block;
                    }
                    .box .fig{
                        width: 25%;
                        padding-right: 25px;
                    }
                    .new{
                        border-radius: 50%;
                        background: #ffc207;
                        width: 50px;
                        height: 50px;
                        display: -webkit-flex;
                        display: -ms-flexbox;
                        display: flex;
                        -ms-flex-align: center;
                        align-items: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        color: #fff;
                        position: absolute;
                        top: -15px;
                        margin: auto;
                        left: -20px;
                        font-weight: bold;
                    }
.box .red{
    color: #e60214;
}
                    .box .fig img{
                        width: 100%;
                        height: auto;
                        max-width: 230px;
                    }
                    .box::after{
                        content:"";
                        position: absolute;
                        bottom: -35px;
                        right: -35px;
                        z-index: 1;
                        bottom: -30px;
                        right: -30px;
                        z-index: 1;
                        transform: rotate(45deg);
                        width: 0;
                        height: 0;
                        border-top: 30px solid transparent;
                        border-right: 30px solid transparent;
                        border-bottom: 30px solid transparent;
                        border-left: 30px solid #fa6565;
                    }
                    .box::before{
                        content:"";
                        width: 0;
                        height: 0;
                        width: 10px;
                        height: 10px;
                        border-bottom: 2px solid #fff;
                        border-right: 2px solid #fff;
                        position: absolute;
                        bottom: 10px;
                        right: 10px;
                        z-index: 2;
                        transform: rotate(45deg);
                    }
                    .box:nth-child(2){
                        border-left-color: #faa865;
                    }
                    .box:nth-child(2)::after{
                        border-left-color: #faa865;
                    }
                    .box:nth-child(3){
                        border-left-color: #fac765;
                    }
                    .box:nth-child(3)::after{
                        border-left-color: #fac765;
                    }
                    .box:nth-child(4){
                        border-left-color: #94e08c;
                    }
                    .box:nth-child(4)::after{
                        border-left-color: #94e08c;
                    }
                    .box:nth-child(5){
                        border-left-color: #8ce0c9;
                    }
                    .box:nth-child(5)::after{
                        border-left-color: #8ce0c9;
                    }
                    .box:nth-child(6){
                        border-left-color: #acbaeb;
                    }
                    .box:nth-child(6)::after{
                        border-left-color: #acbaeb;
                    }


@media (max-width: 1200px) {
#home .lineupInfo:after{
    
    transform: scale(.8) translate(-5% ,10%);
}
}@media (max-width: 1100px) {
#home .lineupInfo:after{
    
    transform: scale(.7) translate(-5% ,10%);
}
}
                    
/* キャンペーン終了対応 */
.fixedBanner{
  display: none;
}