@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*================================================================
 site_default
================================================================*/
/*================================================================
 common_style
================================================================*/
.allWrap img {
  max-width: 100%;
  height: auto;
}

main {
  padding-bottom: 60px;
  min-width: 0;
}

.fixedBanner {
  bottom: 10px;
  left: 50%;
  width: 92%;
}

.fixedBanner .closeBtn {
  top: 5px;/*-20*/
  right: 10px;/*-12*/
  width: 9.86667%;
}

.fixedBanner .inner {
  padding: 5px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.3);
}

.fixedBanner .inner .bnrItem {
  display: block;
  width: 100%;
  margin: 0;
}

.fixedBanner .inner .bnrItem + .bnrItem {
  margin-top: 5px;
}

.modalArea {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.modalArea.opened {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

.modalArea .modalBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.zoomer_wrapper {
  overflow: hidden;
  display: block;
  position: absolute;
  width: 100%;
  height: 400px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 20;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}

.zoomer {
  background: none;
}

.zoomer .zoomer-controls-bottom {
  bottom: 20px;
}

.movieModalArea .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8%;
  margin: auto;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.movieModalArea iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movieModalArea .closeBtn {
  top: auto;
  right: 3%;
  bottom: 10%;
  margin: 0;
  width: 30px;
}
.movieModalArea .image img {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 3%;
  margin: auto;
  width: 94%;
}

/*================================================================
 siteHeader
================================================================*/
.siteHeader {
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
}

.siteHeader h1 {
  width: 36%;
}

/*================================================================
 siteFooter
================================================================*/
.siteFooter {
  padding: 20px 18px;
}

.siteFooter .copyright {
  font-size: 10px;
  text-align: center;
}

/*================================================================
 home_style
================================================================*/
#home .mv {
  padding-bottom: 20%;
  background: #eaeaea;
}

#home .mv h1 {
  top: 13px;
  left: 20px;
  width: 36%;
}

#home .mv .cmBanner {
  position: absolute;
  top: 80.5%;
  right: 0;
  left: 0;
  width: 84%;
  margin: 0 auto;
  max-width: 84%;
}

#home .mv h1{
    position: static;
    margin-right: 3%;
}
#home .mv .title_area .cmBnner.sp{
    width: auto;
}
#home .mv .title_area{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3%;
    background: #f6f6f6;
}
#home .information {
  margin-bottom: 0;
}

#home .information .wrap {
  padding: 35px 0 30px;
    
    -ms-flex-direction: column;
flex-direction: column;
}

#home .information h2 {
  width: 100%;
  margin-bottom: 23px;
  font-size: 22px;
  line-height: 1.77;
}

#home .information h2 .small {
  font-size: 18px;
    line-height: 1.5;
    margin-bottom: 5px;
}
#home .information .txt{
    font-size: 14px;
}
@media (max-width: 370px) {
  #home .information h2 {
    margin-top: 15px;
    font-size: 19px;
    line-height: 30px;
  }

  #home .information h2 .small {
    font-size: 15px;
  }
}

#home .information p {
  font-size: 14px;
  line-height: 1.78;
}

#home .information .tokkyo {
  top: 45px;
  right: 0;
  width: 100px;
}

#home .information .tokkyoNum {
  margin-top: 15px;
    width: 100%;
}

#home .information .campaign {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-top: 28px;
}

#home .moreDetail {
  width: 100%;
  padding: 19px 8% 15px;
  margin-bottom: 88px;
}

#home .moreDetail h2 {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.03em;
  line-height: 1.5;
}

#home .moreDetail h2:before, #home .moreDetail h2:after {
  content: "";
  display: none;
}

#home .moreDetail h2 span {
  display: inline-block;
}

#home .moreDetail .moreBtns {
  display: block;
}

#home .moreDetail .moreBtns a {
  display: block;
  width: 100%;
}

#home .moreDetail .moreBtns a + a {
  margin-top: 10px;
}

#home .lineup {
  margin-bottom: 50px;
}

#home .lineup > section + section {
  margin-top: 5px;
}

#home .lineup .sectionHead {
  padding: 40px 0 0;
}

#home .lineup .sectionHead.pattern01 .wrap {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

#home .lineup .sectionHead.pattern02 .wrap {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

#home .lineup .sectionHead .text {
  width: 100%;
  padding: 0px 0 32px;
}

#home .lineup .sectionHead.pattern02 .text {
  padding-left: 0;
}

#home .lineup .sectionHead .emblem img{
    display: none;
}
#home .lineup .sectionHead .emblem {
  width: 100%;
  text-align: center;
}
#home .lineup .sectionHead .emblem .new {
    width: 40px;
    height: 40px;
    top: -30px;
    font-size: 80%;
}

#home .lineup .sectionHead.pattern01 .emblem {
  padding-left: 0;
}

#home .lineup .sectionHead .emblem img {
  width: 65.07937%;
}

#home .lineup .sectionHead .accTrigger {
  position: relative;
  bottom: 0;
  left: 0;
  width: 49.3%;
  margin: 0 auto;
  text-align: center;
  transform: translate(0, 0);
}

#home .lineup .sectionHead .accTrigger img {
  width: 64px;
}

#home .lineup .sectionHead .accTrigger:hover {
  opacity: 1;
}

#home .lineup .innerDetails {
  padding: 55px 0 45px;
}

#home .lineup .innerDetails > h3 {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
}

#home .lineup .innerDetails .spec {
  margin-bottom: 50px;
}

#home .lineup .innerDetails .spec h3 {
  margin: 0 0 21px;
}

#home .lineup .innerDetails .spec .specBlock {
  display: block;
}

#home .lineup .innerDetails .spec .leftBox, #home .lineup .innerDetails .spec .rightBox {
  width: 100%;
}

#home .lineup .innerDetails .spec .rightBox {
  margin-top: 50px;
}

#home .lineup .innerDetails .flow {
  text-align: center;
}

#home .lineup .innerDetails .flow .modalTrigger {
  cursor: pointer;
}

#home .lineup .innerDetails .flow .notes {
  padding-top: 30px;
  font-size: 10px;
  line-height: 1.8;
}

#home .lineupInfo {
  padding: 0 0 30px;
  height: auto;
}

#home .lineupInfo:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  width: 100%;
  height: 287px;
  background: url("../img/lineup_bg_img_sp.png") no-repeat right;
  background-size: auto 100%;
    transform: none;
}

#home .lineupInfo h2 {
  width: 71.74603%;
}

#home .lineupInfo .lineupBnr {
  margin: 30px auto 0;
  width: 100%;
}

#home .lineupInfo > section {
  margin-bottom: 10px;
}

#home .lineupAdvance .sectionHead {
  background: url("../img/advance_bg_sp.jpg") no-repeat center;
  background-size: cover;
}

#home .lineupWater .sectionHead {
  background: url("../img/water_bg_sp.jpg") no-repeat center;
  background-size: cover;
}

#home .lineupEnergy .sectionHead {
  background: url("../img/energy_bg_sp.jpg") no-repeat center;
  background-size: cover;
}

#home .lineupValue3 .sectionHead {
  background: url("../img/value_bg_sp.jpg") no-repeat center;
  background-size: cover;
}

#home .option {
  margin-bottom: 45px;
  padding: 40px 15px 15px;
}

#home .option:before {
  content: "";
  top: 10px;
  left: 50%;
  width: 258px;
  height: 104px;
  transform: translate(-50%, 0);
}

#home .option h2 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.875;
}

#home .option p {
  font-size: 12px;
  line-height: 2;
}

#home .option h3 {
  margin: 30px 0 16px;
  font-size: 15px;
}

#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: 34px 0 20px;
  background: url("../img/campaign_bg_sp.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
}

#home .campaign .top-column h2 {
  width: 92%;
  margin: 0 auto 30px;
}

#home .campaign .top-column .inner {
  padding-left: 6%;
}

#home .campaign .top-column .inner img {
  display: block;
  margin: 0;
}

#home .campaign .top-column .inner img:first-child {
  width: 91.21813%;
  margin-bottom: 19px;
}

#home .campaign .top-column .inner img:last-child {
  width: 98.44193%;
}

#home .campaign .top-column .notes {
  padding-top: 15px;
  font-size: 10px;
}

#home .campaign .bottom-column {
  margin-top: 5px;
  padding: 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 {
  display: block;
  padding: 30px 0 20px;
  font-size: 19px;
  line-height: 1.2;
}

#home .campaign .bottom-column a:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: 21px auto 0;
  background: url("../img/icon_arrow.png");
  background-size: cover;
}

#home .campaign .bottom-column-tel {
  padding: 0;
  text-align: center;
  background-color: #004ea2;
}

#home .campaign .bottom-column-tel a {
  display: block;
  padding: 25px 0 25px;
  font-size: 18px;
  line-height: 1.4;
}

#home .campaign .bottom-column-tel a span {
  text-decoration: underline;
}

/*================================================================
 movie_style
================================================================*/
#movie main {
  padding: 80px 0 60px;
}

#movie section.gallery .movieHead {
  margin-bottom: 20px;
  padding-bottom: 30px;
}

#movie section.gallery .movieHead:after {
  width: 60px;
}

#movie section.gallery .movieTitle {
  padding-bottom: 20px;
}

#movie section.gallery .movieTitle01 img {
  width: 23.125%;
}

#movie section.gallery .movieTitle02 img {
  width: 71.25%;
}

#movie section.gallery .movieTitle03 img {
  width: 41.56%;
}

#movie section.gallery .lead {
  font-size: 16px;
  line-height: 1.75;
}

#movie section.gallery {
  padding-bottom: 80px;
}

#movie section.gallery .movieList {
  display: block;
}

#movie section.gallery .movieList li {
  width: 100%;
  margin: 0;
  padding-bottom: 40px;
}

#movie section.gallery .movieList li .thumb {
  position: relative;
  margin-bottom: 15px;
  padding-top: 56.25%;
  height: 0;
}

#movie section.gallery .movieList li .thumb a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#movie section.gallery .movieList li .thumb a:before {
  width: 40px;
  height: 40px;
  background-size: 100% auto;
}

#movie section.gallery .movieList li .caption {
  font-size: 15px;
}

#movie section.gallery .profile {
  padding-top: 40px;
}

#movie section.gallery .profile a:before {
  margin-right: 8px;
}

/*================================================================
 campaign_style
================================================================*/
#campaign.allWrap {
  min-width: 0;
}

#campaign .wrap {
  width: 89.33%;
}

#campaign .mainvisual {
  height: auto;
  padding-bottom: 14.38%;
  background: url("../img/campaign/bg_top_parts_sp.png") repeat-x bottom 200px left;
  background-size: 100% auto;
}

#campaign .mainvisual .wrap {
  width: 100%;
}

#campaign .mainvisual h1 {
  position: absolute;
  top: 10px;
  right: 5.33%;
  width: 30.53%;
}

#campaign .mainvisual .mvCopy {
  padding: 18.89% 5.33% 18px;
}

#campaign .mainvisual .mvLogo {
  padding: 0 5.33% 20px;
}

#campaign .mainvisual .mvCpText {
  padding: 0 2% 5px;
}

#campaign .mainvisual .mvCpApply {
  width: 100%;
  height: 0;
  padding: calc(238 / 720 * 84%) 0 10px 0;
  background: url("../img/campaign/bg_apply_sp.png") center center / 94% no-repeat;
}
#campaign .mainvisual .mvCpApply img {
  width: 87.6%;
  margin: -22.8% auto 0;
}

#campaign .mainvisual .mvCpPeriod {
  padding: 0 0 0 5.33%;
  width: 55.6%;
}

#campaign .mainvisual .mvCpMovBox {
  width:87.6%;
  margin: 0 auto;
  position: relative;
  z-index:1;
  top: 30px;
}
#campaign .mainvisual .mvCpMov {
  width:100%;
  height: 0px;
  position: relative;
  padding-bottom: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
#campaign .mainvisual .mvCpMov iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

#campaign .contents {
  padding: 0 0 20px;
}

#campaign .contents .awardSpecial {
  padding: 0;
  padding-top: 25%;
  margin-top: -200px;
}

#campaign .contents .awardSpecial img.headline {
  margin-top: 0;
  /*transform: translateY(-22%);*/
  z-index: 1;
}

#campaign .contents .awardOts {
  padding: 0;
}

#campaign .contents .awardOts img.headline {
  margin-top: 6%;
}

#campaign .contents .present {
  margin: 9% 0 60px;
  padding: 0 5.33% 0 1.46%;
}

#campaign .contents .conditions dl {
  margin-bottom: 25px;
  padding-top: 29px;
  border-top: 1px solid #f4edc1;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  letter-spacing: 0;
  font-weight: 500;
}

#campaign .contents .conditions dl + dl {
  padding-top: 25px;
  border-top: 1px dashed #f4edc1;
}

#campaign .contents .conditions dl dt {
  width: 100%;
  padding: 0 0 13px;
  font-size: 16px;
  line-height: 1.125;
  font-weight: 600;
}

#campaign .contents .conditions dl dd {
  width: 100%;
  font-size: 14px;
}

#campaign .contents .conditions li {
  line-height: 1.8;
}

#campaign .contents .bannerArea .bnrItem + .bnrItem {
  margin-top: 20px;
}
#page_nav {
    margin: 20px auto;
}
.box{
    padding: 10px 15px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left-width:3px;
}
.box .tl{
    width:100%;
    font-size: 20px;
    margin-bottom: 3%;
    padding-right: 0;
}
.box .tl small {
    font-size: 14px;
}
.box .fig {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2%;
}
.box .new{
    
    margin: auto;
    left: -30px;
    bottom: auto;
    top: -25px;
    transform: scale(0.6);
}