@charset "utf-8";
/************************************************************************************************************
H3V1 HEAT UP
************************************************************************************************************/
.heatup.lazyloaded {}
/*.heatup {
  background: url(../images/pattern.png), url("../images/heatup-bg-2406.jpg");
  background-size: auto, cover;
  background-position: center, center;
  background-repeat: repeat, no-repeat;
  background-color: #fff;
}*/
.heatup {
  background: url(../images/h3v1/heatup-bg-default-on.png), url("../images/h3v1/heatup-bg-default-bg.jpg");
  background-size: 80%, cover;
  background-position: 50% 70%, center;
  background-repeat: no-repeat, no-repeat;
  background-color: #fff;
}
.heatup .heatup-on {
  width: 90%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.heatup .heatup-on .heatup-matsushita {
  width: 57%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.heatup .heatup-on .heatup-parts {
  width: 60%;
  text-align: center;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.heatup .heatup-on .heatup-parts .heatup-logo {
  width: 15%;
  margin: 0 auto;
}
.heatup .heatup-on .heatup-parts .heatup-name {
  width: 90%;
  margin: 1em auto 0;
  position: relative;
  color: #fff;
}
.heatup .heatup-on .heatup-parts .heatup-name img {
  width: 70%;
  mix-blend-mode: overlay;
}
.heatup .heatup-on .heatup-parts .heatup-name .catch {
  font-family: "BebasNeueRegular", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: rgb(255 245 0);
  font-size: 140%;
  margin-top: 2em;
  text-shadow: -1px -1px 3px rgba(255, 245, 0, 0.8), 1px 1px 3px rgb(1 55 85);
}
.heatup .heatup-on .heatup-parts .heatup-name .button a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 2em auto 0;
  border-radius: 9999px;
  max-width: 250px;
  padding: 10px 25px;
  color: #fff;
  line-height: 1.8;
  text-decoration: none;
  font-weight: 500;
  background: linear-gradient(270deg, #3bade3 0%, #086195 25%, #13a7b7 51%, #a0f304 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  border: 2px solid #fff;
  box-shadow: 3px 3px 6px -2px #555, 3px 3px 8px rgba(255, 255, 255, 0.4) inset;
  transition: all 0.3s ease-out;
}
.heatup .heatup-on .heatup-parts .heatup-name .button a:hover {
  color: #fff;
  background-position: 99% 50%;
}
.heatup .heatup-on .heatup-parts .heatup-name .button a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.heatup .heatup-on .heatup-parts .heatup-name .sub-title {
  color: #fff;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.heatup .heatup-on h3.title {
  font-size: 30px;
  line-height: 1;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-shadow: 1px 1px 3px rgba(0, 11, 16, .7);
  padding: 0 0 .3em;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
/*文字アニメ*/
.heatup h3.title {
  display: flex;
  overflow: hidden;
}
.heatup h3.title span {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.heatup .heatup-on .heatup-parts .heatup-name span img {
  width: 50px;
}
.heatup h3.title.-visible span {
  transform: translate(0, 0);
}
.heatup h3.title span:nth-child(2) {
  transition-delay: 0.08s;
}
.heatup h3.title span:nth-child(3) {
  transition-delay: 0.16s;
}
.heatup h3.title span:nth-child(4) {
  transition-delay: 0.24s;
}
.heatup h3.title span:nth-child(5) {
  transition-delay: 0.32s;
}
.heatup h3.title span:nth-child(6) {
  transition-delay: 0.40s;
}
.heatup h3.title span:nth-child(7) {
  transition-delay: 0.48s;
}
.heatup h3.title span:nth-child(8) {
  transition-delay: 0.56s;
}
.heatup h3.title span:nth-child(9) {
  transition-delay: 0.64s;
}
.heatup h3.title span:nth-child(10) {
  transition-delay: 0.72s;
}
.heatup h3.title span:nth-child(11) {
  transition-delay: 0.78s;
}
.heatup h3.title span:nth-child(12) {
  transition-delay: 0.86s;
}
.heatup h3.title span:nth-child(13) {
  transition-delay: 0.94s;
}
/*END文字アニメ*/
@media screen and (orientation: portrait) { /*縦画面の時*/
  .heatup {
    background-size: 200%, cover;
  }
  .heatup .heatup-on {
    width: 100%;
    right: 0;
  }
  .heatup .heatup-on .heatup-hatomi, .heatup .heatup-on .heatup-matsushita {
    width: 100%;
  }
  .heatup .heatup-on .heatup-parts {
    width: 100%;
    top: 15%;
  }
  .heatup .heatup-on .heatup-parts .heatup-name {
    margin: .5em auto 0;
  }
  .heatup .heatup-on .heatup-parts .heatup-logo {
    width: 20%;
  }
  .heatup .heatup-on .heatup-parts .heatup-name .sub-title {
    padding-top: .5em;
    bottom: 0;
    position: relative;
  }
  .heatup .heatup-on h3.title {
    font-size: 20px;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .heatup .heatup-on .heatup-parts .heatup-name .catch {
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  .heatup .heatup-on h3 {
    font-size: 28px;
  }
}
/*************************************
H3V2
**************************************/
.ps-h3v2 {
  overflow-y: scroll;
}
#sld-h3v2 {
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px 0 0;
}
#heatup-contents p {
  margin: 0 0 1em;
  padding: 0;
}
#heatup-contents .mds {
  display: block;
  width: 100%;
  color: #917599;
  font-size: 18px;
  border-bottom: 2px solid #917599;
  padding: 0 0 .5em 0;
  margin: 0 0 1em 0;
}
#heatup-contents .intro {
  margin: 2em 0;
  padding: 0;
}
#heatup-contents .intro .mds {
  text-align: center;
  font-size: 140%;
  color: #429821;
}
#heatup-contents .list .row {
  width: 100%;
  border-bottom: 1px dotted #999;
  padding: 2em 0 1em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#heatup-contents .list .row .cate {
  width: 25%;
  max-width: 120px;
}
#heatup-contents .list .row .cate p {
  background: #429821;
  color: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 1em;
  font-size: 80%;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#heatup-contents .list .row .name-wrapper {
  width: 75%;
  max-width: calc(100% - 120px);
  display: flex;
}
#heatup-contents .list .row .type {
  width: 15%;
  text-align: center;
}
#heatup-contents .list .row .type p {
  width: fit-content;
  text-align: center;
  font-size: 80%;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background: #9cc818;
  padding: .7em 1em;
  margin: 0 auto;
  border-radius: 5px;
}
#heatup-contents .list .row .name {
  width: 75%;
  font-size: 130%;
  font-weight: bold;
}
#heatup-contents .list .row .name a {
  color: #5a5353;
}
#heatup-contents .list .row .name a:hover {
  color: #fe8006;
}
#heatup-contents .flex-container img {
  width: 97%;
}
#heatup-contents .flex-container .left-box {
  text-align: left;
}
#heatup-contents .flex-container .right-box {
  text-align: right;
}
#heatup-contents .flex-container .left-box, #heatup-contents .flex-container .right-box {
  width: 50%;
}
#heatup-contents .backnum {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5em auto;
  border-radius: 9999px;
  width: fit-content;
  padding: 10px 25px;
  color: #fff;
  line-height: 1.8;
  text-decoration: none;
  font-weight: 500;
  background: linear-gradient(270deg, #3bade3 0%, #086195 25%, #13a7b7 51%, #a0f304 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  border: 2px solid #fff;
  box-shadow: 3px 3px 6px -2px #555, 3px 3px 8px rgba(255, 255, 255, 0.4) inset;
  transition: all 0.3s ease-out;
}
#heatup-contents .backnum:hover {
  color: #fff;
  background-position: 99% 50%;
}
#heatup-contents .backnum img {
  width: 50px;
}
#heatup-contents .backnum p {
  margin: 0 1em 0 0;
  padding: 0;
  font-size: 140%;
}
#heatup-contents .backnum p:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
#heatup-contents .talk-man {
  background: #c8bacc;
  color: #fff;
  line-height: 1;
  padding: .3em .5em .2em;
  margin: 0;
  display: inline-block;
}
#heatup-contents .talk-man::before {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 3px;
}
#heatup-contents .talk {
  position: relative;
  background: #fff;
  margin: .7em 0 1em;
  padding: 1em 1em 0;
  border: 1px solid #c8bacc;
  color: #666666;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#heatup-contents .talk:after, #heatup-contents .talk:before {
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  left: 20px;
}
#heatup-contents .talk:after {
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 7px;
  border-right-width: 7px;
  margin-left: -7px;
  border-bottom-color: #fff;
}
#heatup-contents .talk:before {
  border-top-width: 11px;
  border-bottom-width: 11px;
  border-left-width: 7px;
  border-right-width: 7px;
  margin-left: -7px;
  margin-bottom: 1px;
  border-bottom-color: #c8bacc;
}
#heatup-contents .next {
  position: relative;
  margin: 4em 0 0;
  padding: 0.5em 1em;
  border: solid 1px #4795b7;
  border-radius: 5px;
}
#heatup-contents .next .next-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  background: #FFF;
  color: #4795b7;
  font-weight: bold;
}
#heatup-contents .next p {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1179px) {
  #heatup-contents .list .row .cate {
    width: 15%;
    max-width: 120px;
  }
  #heatup-contents .list .row .name-wrapper {
    width: 85%;
  }
  #heatup-contents .list .row .type {
    width: 20%;
    overflow-wrap: anywhere;
  }
  #heatup-contents .list .row .type p {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  #heatup-contents .flex-container {
    display: block;
  }
  #heatup-contents .flex-container .left-box, #heatup-contents .flex-container .right-box {
    width: 100%;
    text-align: left;
  }
  #heatup-contents .flex-container img {
    width: 100%;
  }
  #heatup-contents .list .row .cate {
    width: 25%;
  }
  #heatup-contents .list .row .cate p {
    width: 70px;
    height: 70px;
    font-size: 70%;
  }
  #heatup-contents .list .row .name-wrapper {
    width: 75%;
    display: block;
  }
  #heatup-contents .list .row .type {
    width: 100%;
    margin-bottom: .3em;
  }
  #heatup-contents .list .row .type p {
    margin: 0;
  }
  #heatup-contents .list .row .name {
    width: 100%;
    font-size: 100%;
  }
  #heatup-contents .backnum p {
    font-size: 100%;
  }
}