/*全体を括っている枠*/
@keyframes TopToBottom {
  0% {
    opacity: 0;/* 透明 */
  }
  100% {
    opacity: 1;/* 不透明 */
  }
}

.trivia_sp {
  display: none;
}

@media screen and (max-width: 640PX) {
  .trivia_sp {
    display: block;
  }
  .trivia_pc {
    display: none;
  }
}

/* 「TopToBottom」を適用する箇所 */
.feature_contents {
  width:100%;
  overflow:hidden;
}
.feature_contents img {
  max-width: 100%;
  height:auto;
}

/*メインビジュアル*/
.mvArea {
  height:800px;
  position: relative;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u15435900/pc/special/airconawards/css/../img/MV_bg_pc_W1500.jpg) no-repeat center top;
  background-size: cover;
  margin: auto auto -70px;
  z-index: 1;
}

.mvArea h1 {
  text-align: center;
  max-width: 100%;
  height:auto;
  padding: 50px 0 0;
}

.top_title {
  padding: 30px;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 50px);
}

.award_title {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 50px);
  z-index: 10;
  position: relative;
}

h1 {
  margin: 0;
}


/*PCで無効*/
.pc_hid{
  display: none;
}


/*ふきだし*/
.balloon5 {
  width: 90%;
  margin: 25px auto;
  padding: 0;
  overflow: hidden;
  text-align:center;
  max-width: 800px;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 95px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
}

.balloon5 .chatting {
  width: 100%;
  text-align:left;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #ffffff;
  border: 2px solid #d6d354;
  max-width: 650px;
  font-size: 15px;
}

.says::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d6d354;
}

.says::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -21px;
  border: 12px solid transparent;
  border-right: 12px solid #ffffff;
}

.says p {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-align:start;
}

.say-strong {
  font-size: 100%;
}
/*ふきだし*/


/*キャラ会話*/
.charatalk {
  padding: 5px 0 10px;
}
/*キャラ会話*/


#special-content {
  padding: 0 !important;
  border: none !important;
  width:100%; /*canvas対策*/
  position:relative;/*canvas対策*/
  overflow:hidden;/*canvas対策*/
}



/*見出し部分h2*/
.sectiontitle_sbtitle {
  text-align: center;
  margin: 25px auto;
  padding: 0;
  max-width: 400px;
}

.sectiontitle_sbtitle h2 {
  border-bottom: dotted 4px #ff0082;
  color: #ff0082;
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}
/*見出し部分h2*/


/*責任者*/
.sekininsyaarea h3 {
  color: #FFF;
  font-weight: bold;
  margin-left: 15%;
  width: 90%;
  padding: 20px 0;
  text-align: left;
  background: linear-gradient(#1d5292, #1d2060);
}
.sekininsya {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 20px auto 50px 15%;
  padding: 0 ;
}
.sekininsya-img {
  padding: 10px 5% 10px 10px;
  width: 50%;
}
.sekininsya-p {
  font-size: 15px;
  text-align: left;
  padding: 10px 10px 10px 0;
  width: 50%;
  color: #000;
}
.sekininsya-p p {
  margin-bottom: 15px;
}
/*責任者*/

.feature_contents section {
  background-size: contain;
  background-attachment: fixed;
  background-repeat: repeat;
}

.settikouzi {
  margin: 10px;
}

/*ボタン*/

.bnrArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  text-align: center;
  margin: auto;
  max-width: 1000px;
  padding: 0;
}

.bnrArea img {
  width: 100%;
  height: 100%;
  padding: 10px;
}

.bnrArea-icon {
  padding: 0;
}
.bnrArea-icon a:hover {
  opacity: .7;
}
/*ボタン*/


.bg01 {
  background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u15435900/pc/special/airconawards/css/../img/back_glitter.jpg);
  text-align: center;
}

.bg03 {
  background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u15435900/pc/special/airconawards/css/../img/back_blue.jpg);
  padding: 20px;
}

/*受賞者～お客様の声*/
.bg02 {
  background: linear-gradient(#1d5292, #1d2060);
  border-top: 8px solid #b37e10;
  border-bottom: 8px solid #b37e10;
  border-image: linear-gradient(to right, #b37e10 0%, #f8dd7b 25%, #b37e10 50%, #f8dd7b 75%, #b37e10 100%);
  border-image-slice: 1;
  position: relative;
  z-index: 5;
}
.bg02 .bg02-Area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
  margin: 0 auto;
  max-width: 1200px;
  align-items: center;
}
.bg02-img {
  width: 37%;
  padding: 10px;
}
.bg02 p {
  color: #FFF;
}
.bigfont {
  color: #FFF;
  font-weight: bold;
  font-size: x-large;
}
.bg02-text {
  padding: 30px 0 0;
  width: 55%;
}
.midashi {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.comment {
  background-color: #fff;
  border-radius: 20px;
  border: medium solid #b38800;
  text-align: left;
  padding: 25px;
  margin: 5px;
  max-width: 760px;
  min-height: unset;
  display: flex;
  align-items: center;
  font-size: 15px;
}
.comment p {
  color: #b38800;
  border-bottom: medium solid #b38800;
}

.colorfont {
  font-weight: 600;
  color: #ff1aa1;
}
/*受賞者～お客様の声*/


/*人気のエアコンモール用*/
.Ninki_aircon {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto 50px;
  padding: 15px;
  background-color: #fff;
  text-align: start;
  border-radius: 20px;
}

.Ninki_aircon>.row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
}

.Ninki_aircon>.row>div:nth-child(1) {
  padding-bottom: 10px;
}

.ninkimall_aircon_img img {
  width: 400px;
  max-width: 100%;
  text-align: center;
  padding: 15px 5px 5px;
}

.ninkimall_aircon_name {
  font-weight: 600;
  padding: 0 5px 10px 5px;
  margin-bottom: 0;
}

.ninkimall_aircon_btn {
  width: 100%;
  background-color: #9b0000;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 0;
}

.ninkimall_aircon_price::before {
  content: "￥";
}

.ninkimall_aircon_price::after {
  content: "（税込）";
  font-size: 12px;
}

.ninkimall_aircon_price {
  font-family: 'Impact', 'Oswald', sans-serif, "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  color: #ff0c0c;
  font-size: 35px;
  padding: 0 5px;
  margin-bottom: 0;
  white-space: nowrap;
}
/*人気のエアコンモール用*/


.section-inner {
  position:relative;
  z-index:1;
  max-width: 1000px;
  width: 95%;
  margin: 10px auto;
  background-color: #fff;
  padding: 20px 40px 40px;
  text-align: center;
  border-radius: 20px;
}

.ninki_aircon {
  padding: 15px 0 20px;
}

.makerArea {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 30px;
}
.makerArea li {
  margin:5px 0;
}
.makerArea li:hover {
  opacity:.8;
  transition-duration: 0.8s;
}


.trivia img {
  text-align: center;
  padding: 20px 0 50px;
}


.rec_item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  margin: auto;
  max-width: 1000px;
  width: 100%;
  justify-content: center;
}

.loadCon {
  margin-bottom: 30px;
}

.loadCon img {
  max-width: 100%;
}

.loadCon a:hover {
  opacity: .7;
}

.feature_contents p {
  line-height: 1.4 !important;
}

.item_nm {
  max-height: 54px;
  overflow: hidden;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  text-align:left;
  margin: 10px 0 5px;
}

.item_ex {
  color: #000;
  font-size:12px;
  text-align:left;
}

.txt-price {
  font-size: 24px !important;
  color: #E60000;
  text-align:left;
}

.sold.txt-price {
  color: #666;
}

.feature_contents .btn {
  display: block;
  width: 300px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #000;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
}



a.cate_btn {
  display: block;
  max-width: 440px;
  width: 100%;
  margin:0 auto 10px;
  padding:10px 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  text-align: center;
  border-radius: 30px;
}
a.cate_btn span{
  color: #FFF;
  position: relative;
}
a.cate_btn span::before{
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -6px;
}

.rec_item a:hover *, .feature_bn:hover {
  opacity: .7;
}

a.cate_btn:hover {
  opacity: .7;
  transform: translateY(3px);
}


#btmnavi a {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 1 !important;
  background-color: #481f09;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #fff;
  position: fixed;
  padding: 11px 0 0;
  z-index: 9999;
  text-align: center;
}

#btmnavi .topnavi a {
  bottom: 10px;
  right: 25px;
}

#btmnavi .ranknavi a {
  bottom: 80px;
  right: 25px;
}

#btmnavi a:hover {
  background-color: #9E5240;
  transform: translateY(-3px);
}

#special-content a:focus {
  text-decolation: none;
}


.aircon_slider {
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

canvas#canvas.fixed{
  top:0;/*位置指定*/
}

/*追加変更----------------------------------------------*/
/* アコーディオン */
.accordion{
  padding: 20px 0;
}
.past_awards {
  padding: 40px 0;
}

.acd-label:hover{
  cursor: pointer;
  cursor: hand;
}
.acd-label{
  background: -moz-linear-gradient(to top, #c6972f 0%, #b37e10 50%, #c6972f 100%);
  background: -webkit-linear-gradient(to top, #c6972f 0%, #b37e10 50%, #c6972f 100%);
  background: linear-gradient(to top, #c6972f 0%, #b37e10 50%, #c6972f 100%);
  border-radius: 10px;
  color: #fff !important;
  display: block;
  margin: 0 auto 1px;
  padding: 10px;
  position: relative;
  font-size: 20px;
  max-width: 1200px;
}
.acd-label:after{
  box-sizing: border-box;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 22px;
  content: "\f054";
  display: block;
  padding: 8px 20px;
  position: absolute;
  right: 0;
  top: 0px;
}
.acd-content{
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  visibility: hidden;
}

/*他にも感謝の声*/
.other_title {
  padding: 50px 10px 15px;
}
.other_comments .balloon5 {
  margin: 10px auto;
}

.work-date {
  font-size: small;
  text-align: end;
}
/*追加変更----------------------------------------------*/

/*自社設置工事*/
.TOPother_title {
  padding: 50px 10px 0;
  z-index: 10;
  position: relative;
}
.top_title2025 {
  padding: 0 10px 0;
  width: 650px;
  margin: 0 auto;
  z-index: 10;
  position: relative;
  transform: translate(0, 0);
   -webkit-transform: translate(0, 20px);
}

/*自社設置工事取り組み*/
.attempt {
  margin: 0 0 40px;
}
.attempt h2 {
  max-width: 650px;
  height: auto;
  margin: auto;
}
.attempt ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 770px;
  margin: 0 auto;
}
.attempt li {
  width: 50%;
  padding: 10px;
}
.attempt p {
  margin: 10px;
  font-weight: bold;
  font-size: medium;
}

/* トップページへ戻る */
footer > a {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff !important;
  background: #222;
  padding: 1em 0;
  transition: 0.2s;
}

/*スマートフォンで有効*/


@media (max-width:991px) {
  .mvArea {
    padding: 10%;
    height: 991px;
    margin: auto auto -120px;
    position: relative;
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u15435900/pc/special/airconawards/css/../img/MV_bg_sp.png) no-repeat center top;
    background-size: cover;
  }
  .mvArea h1 {
    max-width: 100%;
    padding: 45px 0 0;
  }
  .award_title {
    transform: translate(0, 0);
  -webkit-transform: translate(0, 30px);
  }
  .award_title img {
    max-width: 98%;
  }
  .feature_nav {
    width: 90%;
  }
  .says p {
    font-size: 100%;
  }
  .says {
    margin: 5px 0 0 80px;
    max-width: 510px;
  }
  .balloon5 {
    max-width: 600px;
  }
  .balloon5 .faceicon {
    width: 70px;
  }
  .feature_nav>div span {
    min-height:60px;
  }
  .sekininsyaarea h3 {
    width: 100%;
    margin-left: 0;
  }
  .sekininsya {
    width: 100%;
    margin-left: 5%;
  }
  .bg02-text {
    padding: 0;
    width: auto;
  }
  .bg02-img {
    width: auto;
  }
  .bg03 {
    padding: 10px;
  }
}

@media (max-width:820px) {
  .mvArea {
    padding: 10%;
    height: 870px;
    margin: auto auto -120px;
    position: relative;
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u15435900/pc/special/airconawards/css/../img/MV_bg_sp.png) no-repeat center top;
    background-size: cover;
    }
  .top_title2025 {
  padding: 0 5px 0;
  }
}

@media (max-width: 767px) {
  #contents .container, #main {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .loadCon {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .loadCon img {
    width: 100%;
  }
  .p_25 {
    padding: 0px !important;
  }

  .b1 {
    border: 0 !important;
  }

  #special-content .row {
    overflow: hidden;
  }

  .feature_contents section {
    padding: 10px;
  }
  
  h3 {
    font-size: 20px;
  }
  .item_nm {
    max-height: 50px;
    font-size: 12px;
    text-align:left;
  }
  .item_ex {
    font-size: 12px;
    text-align:left;
    max-width: 350px;
  }
  a.cate_btn {
    width:90%;
    font-size: 14px !important;
  }
  .feature_nav {
    padding:10px;
  }
  .feature_nav img {
    padding:5px;
  }
  .feature_contents section.bg01 {
    padding:20px 0 30px 0;
  }
  .feature_contents section.bg02 {
    padding:20px 0 30px 0;
  }
  
  #rankinglist .txt-price {
    font-size: 24px !important;
  }
  .section-inner li:nth-child(n+1) {
    margin-bottom:10px;
  }
  .ninkimall_aircon_name {
    font-size: 14px;
    padding: 0;
    margin-bottom: 0;
  }
  .ninkimall_aircon_img img {
    padding: 0;
  }
  .ninkimall_aircon {
    border: none;
  }
  .ninkimall_aircon_name {
    font-size: 14px;
    padding: 0;
    margin-bottom: 0;
  }
  .ninkimall_aircon_price {
    font-size: 29px;
    padding: 0;
    text-align: left;
    margin-bottom: 0;
  }
  .ninkimall_aircon_price::before {
    font-size: 18px;
  }
  .ninkimall_aircon_price::after {
    font-size: 10px;
  }
  .ninkimall_aircon_img img {
    padding: 0;
  }
  .ninkimall_aircon_price {
    text-align: left;
  }
  /*追加変更----------------------------------------------*/
  .other_comments .charatalk {
    padding: 0 0 5px;
  }
  #contents .container {
    padding: 0 !important;
  }
  .attempt li {
  padding: 3px;
  }
  .attempt {
  margin: 0 5px 10px;
  }
  .attempt p {
    margin: 5px;
  font-size: small;
  }
}

@media (max-width: 480px) {
  #special-content a {
    font-size: 100%;
  }
  .mvArea {
    padding: 10%;
    margin: auto;
    height:auto;
    position: relative;
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u15435900/pc/special/airconawards/css/../img/MV_bg_sp.png) no-repeat center top;
    background-size: cover;
  }
  .midashi img {
    width: 40px;
  }
  .midashi h2 {
    font-size: 150%;
    font-weight: bold;
  }
  .comment {
    font-size: 14px;
  }
  .feature_contents section .section-inner{
    padding: 20px 10px;
    }
    .says {
      margin: 5px 0 0 75px;
      max-width: 330px;
      font-size: 14px;
    }
    .bigfont {
      font-size: large;
    }
    .bg02-p {
      width: auto;
    }
    .sectiontitle_sbtitle {
      max-width: 85%;
    }
    .section-inner {
      width: 100%;
      padding: 5px;
    }
    .makerArea li {
      margin:5px 0;
      padding: 5px;
    }
    .top_title {
      padding: 10px;
      transform: translate(0, 0);
      -webkit-transform: translate(0, 70px);
    }
    .sekininsya-img {
      padding: 10px;
      width: auto;
    }
    .sekininsya-p {
      padding: 10px;
      width: auto;
      font-size: 14px;
    }
    .sekininsya {
      width: 100%;
      margin: auto;
    }
    .Ninki_aircon {
      width: 100%;
      max-width: 400px;
      margin: auto;
      padding: 20px 0px 0px;
      border-radius: 0px;
    }
    .Ninki_aircon>.row>div {
      margin-bottom: 20px;
    }
    /*追加変更----------------------------------------------*/
    .faceicon p {
      font-size: 12px;
    }
    .work-date {
      font-size: x-small;
    }
    .top_title {
      padding: 10px;
      transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
    }
    .TOPother_title {
    padding: 10px 10px 0;
    }
    .top_title2025 {
      width: 100%;
    }
}
/*追加変更----------------------------------------------*/
@media screen and (max-width:540px) {
  .pc_hid{
      display: block;
  }
}

/*スマートフォンで有効*/
