@charset "UTF-8";
/* CSS Document */
#heiwajima {
  display: none;
}

#motor .tit {
  background: url(../images/motor_tit.png) no-repeat center;
  background-size: contain;
  width: 70.8rem;
  height: 16rem;
  margin: auto;
}
#motor .lead {
  background: url(../images/choco_mint.svg) repeat left bottom, #84E7E1;
  background-size: 13rem auto;
  padding-top: 3rem;
}
#motor .lead p {
  color: #6C321C;
  font-weight: 700;
  margin-top: 2.3rem;
  margin-right: auto;
  margin-left: auto;
}
#motor .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
  margin-bottom: 6rem;
}
#motor .mot_btn {
  display: flex;
  position: relative;
  z-index: 2;
  margin-top: 3rem;
  margin-bottom: -3rem;
}
#motor .mot_btn li {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/mot_seal.svg) no-repeat center;
  background-size: contain;
  width: 18rem;
  height: 18rem;
  position: relative;
}
#motor .mot_btn li .num {
  display: flex;
  align-items: flex-end;
  color: #fff;
  line-height: 8rem;
  position: relative;
  top: -0.2rem;
  filter: drop-shadow(0.3rem 0.3rem 0 rgba(0, 61, 131, 0.5019607843));
  margin-top: -1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 8.8rem;
}
#motor .mot_btn li .num span {
  display: flex;
  flex-direction: column;
  line-height: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.7rem;
}
#motor .mot_btn .active {
  order: -1 !important;
  background: url(../images/mot_seal_on.svg) no-repeat center;
  background-size: contain;
  width: 26rem;
  height: 26rem;
  margin-top: 0;
}
#motor .mot_btn .active .num {
  font-size: 12.7rem;
  line-height: 12rem;
}
#motor .mot_btn .active .num span {
  line-height: 4.2rem;
  font-size: 3.9rem;
}
#motor .mot_btn .active::after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 3.5rem;
  height: 2rem;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  position: absolute;
  bottom: 3.5rem;
}
#motor .mot_nav {
  background: #fff;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  display: none;
  position: relative;
}
#motor .mot_nav::before {
  content: "";
  display: inline-block;
  background: url(../images/mot_back.png) no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
#motor .mot_nav.active {
  display: flex;
}
#motor .mot_nav#no2 .photo {
  background: url(../images/motor_photo02.png) no-repeat top center;
  background-size: contain;
}
#motor .mot_nav#no3 .photo {
  background: url(../images/motor_photo03.png) no-repeat top center;
  background-size: contain;
}
#motor .mot_nav#no4 .photo {
  background: url(../images/motor_photo04.png) no-repeat top center;
  background-size: contain;
}
#motor .mot_nav#no5 .photo {
  background: url(../images/motor_photo05.png) no-repeat top center;
  background-size: contain;
}
#motor .mot_nav .photo {
  filter: drop-shadow(0.3rem 0.3rem 0 rgba(108, 50, 28, 0.5019607843));
  width: 56rem;
  height: 36rem;
  border-radius: 1rem 1rem 0 0;
  margin-bottom: 2rem;
  background: url(../images/motor_photo01.png) no-repeat top center;
  background-size: contain;
}
#motor .mot_nav .photo .label_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#motor .mot_nav .photo .label_wrap .label {
  width: 30rem;
  height: 4rem;
  background: #6ACDC6;
  transform: rotate(-30deg);
  text-align: center;
  color: #6C321C;
  position: absolute;
  top: 3rem;
  left: -7.5rem;
  font-size: 2.6rem;
  font-weight: 700;
}
#motor .mot_nav .photo .name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 6rem;
  text-align: center;
  background: #6C321C;
  color: #FFF6E4;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 4rem;
}
#motor .mot_nav .photo .name span {
  margin-right: 3rem;
  font-size: 2.6rem;
}
#motor .mot_nav .memo {
  position: relative;
  color: #6C321C;
  background: #FFF6E4;
  filter: drop-shadow(0.3rem 0.3rem 0 rgba(108, 50, 28, 0.5019607843));
  width: 58rem;
  padding-top: 7.5rem;
  padding-bottom: 0.5rem;
}
#motor .mot_nav .memo h4 {
  background: url(../images/mot_ribon.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  width: 40.5rem;
  height: 5rem;
  top: 1rem;
  left: -0.5rem;
  padding-left: 3.5rem;
  font-size: 3rem;
  font-weight: 700;
}
#motor .mot_nav .memo h4.h4_2 {
  top: 19rem;
}
#motor .mot_nav .txt p {
  font-size: 1.9rem;
  text-align: justify;
  line-height: 5rem;
  background: url(../images/mot_memo_line.svg) repeat top left;
  background-size: 1.4rem 5rem;
}
#motor .mot_nav .parameter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -1rem;
  font-weight: 700;
  font-size: 2.6rem;
}
#motor .mot_nav .parameter li {
  width: 51rem;
  padding: 1rem 0.5rem;
  position: relative;
}
#motor .mot_nav .parameter li:not(:last-child) {
  border-bottom: solid 0.2rem #6ACDC6;
}
#motor .mot_nav .parameter li .meter {
  width: 44.5rem;
  height: 3.5rem;
  background: url(../images/meter_1.svg) no-repeat center;
  background-size: contain;
  float: left;
  margin-top: 0.5rem;
  margin-right: 2.5rem;
}
#motor .mot_nav .parameter li .meter.me_2 {
  background: url(../images/meter_2.svg) no-repeat center;
  background-size: contain;
}
#motor .mot_nav .parameter li .meter.me_3 {
  background: url(../images/meter_3.svg) no-repeat center;
  background-size: contain;
}
#motor .mot_nav .parameter li .meter.me_4 {
  background: url(../images/meter_4.svg) no-repeat center;
  background-size: contain;
}
#motor .mot_nav .parameter li .meter.me_5 {
  background: url(../images/meter_5.svg) no-repeat center;
  background-size: contain;
}
#motor .mot_nav .parameter li .meter.me_6 {
  background: url(../images/meter_6.svg) no-repeat center;
  background-size: contain;
}
#motor .mot_nav .parameter li .meter.me_7 {
  background: url(../images/meter_7.svg) no-repeat center;
  background-size: contain;
}
#motor .mot_nav .parameter li .meter.me_8 {
  background: url(../images/meter_8.svg) no-repeat center;
  background-size: contain;
}
#motor .mot_nav .parameter li .meter.me_9 {
  background: url(../images/meter_9.svg) no-repeat center;
  background-size: contain;
}
#motor .mot_nav .parameter li .meter.me_10 {
  background: url(../images/meter_10.svg) no-repeat center;
  background-size: contain;
}
#motor .mot_nav .parameter li .num {
  position: absolute;
  width: 4.5rem;
  color: #FF7FA5;
  bottom: 0;
  right: 0.5rem;
  text-align: center;
  font-size: 5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
#motor .mot_nav .score ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#motor .mot_nav .score ul * {
  font-family: "Noto Serif JP", serif;
}
#motor .mot_nav .score li {
  width: 13rem;
  height: 10rem;
  background: url(../images/mot_score_bg.svg) no-repeat center;
  background-size: contain;
  color: #FFF6E4;
  text-align: center;
  font-size: 3.8rem;
  font-weight: 900;
}
#motor .mot_nav .score li.large {
  background: url(../images/mot_score_bg_l.svg) no-repeat center;
  background-size: contain;
  width: 27rem;
  height: 10rem;
}
#motor .mot_nav .score li:nth-child(2)::after {
  content: "%";
  font-size: 1.7rem;
  margin-left: -0.8rem;
}
#motor .mot_nav .score li:nth-child(n+3)::after {
  content: "回";
  font-size: 1.8rem;
  margin-left: -0.8rem;
}
#motor .mot_nav .score li:not(:last-child) {
  margin-right: 1rem;
}
#motor .mot_nav .score li h5 {
  position: relative;
  padding: 0.3rem 0;
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 0.5rem;
  margin-bottom: -0.8rem;
}
#motor .mot_nav .score .zenkai {
  margin-top: 8rem;
  margin-bottom: 1rem;
}
#motor .mot_nav .score .zenkai li::after {
  display: none;
}
#motor .mot_nav .score .zenkai .small {
  font-size: 2.5rem;
}
#motor .mot_nav .jun {
  color: #82BCF1;
}
#motor .mot_nav .yu {
  color: #FF7FA5;
}
#motor .mot_nav .kome {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  text-align: right;
  color: #6C321C;
  font-size: 1.8rem;
  font-weight: 500;
}
#motor .mot_nav .kome span {
  font-size: 2rem;
}
#motor .mot_nav .photo,
#motor .mot_nav .memo {
  opacity: 0;
}
#motor .mot_nav.mov .photo,
#motor .mot_nav.mov .memo {
  animation: opc_anime 0.3s ease-out forwards;
}

/***********************************************************************
ミディアムデバイス (スマートフォン) のスタイル
**********************************************************************/
@media screen and (max-width: 750px) {
  #motor .content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #motor .tit {
    background-size: contain;
  }
  #motor .lead {
    padding-bottom: 3rem;
  }
  #motor .lead p {
    background: url(../images/mot_lead_sp.svg) no-repeat center;
    background-size: contain;
    width: 60rem;
    height: 16rem;
    text-align: center;
    font-size: 2.4rem;
    margin-top: 2rem;
    padding-top: 2rem;
  }
  #motor .mot_btn li {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
  #motor .mot_btn .up {
    right: 3rem;
    margin-top: 0;
  }
  #motor .mot_btn .down {
    margin-top: 18rem;
  }
  #motor .mot_nav {
    max-height: 185rem;
    width: 58rem;
    padding-top: 4rem;
    padding-left: 6.5rem;
    padding-right: 6.5rem;
    padding-bottom: 7rem;
  }
  #motor .mot_nav::before {
    background: url(../images/mot_back_sp.png) no-repeat center;
    background-size: contain;
    width: 84rem;
    height: 194.5rem;
    top: -5.1rem;
    left: -6.5rem;
  }
  #motor .mot_nav .photo {
    width: 58rem;
    margin-right: 3rem;
  }
  #motor .mot_nav .txt {
    width: 51.6rem;
    padding: 1rem 3.2rem 2rem;
    height: 45rem;
    margin-right: 3rem;
  }
  #motor .mot_nav .memo {
    margin-bottom: 2rem;
  }
  #motor .mot_nav .score {
    margin-bottom: 0;
  }
  #motor .mot_nav .kome {
    right: 6.5rem;
  }
}
/***********************************************************************
ラージデバイス (デスクトップ) のスタイル
**********************************************************************/
@media screen and (min-width: 751px) {
  #motor .lead {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
  #motor .lead p {
    background: url(../images/mot_lead.svg) no-repeat center;
    background-size: contain;
    width: 76.5rem;
    height: 8.5rem;
    padding-top: 1.5rem;
    padding-left: 3.5rem;
    font-size: 2.3rem;
  }
  #motor .mot_btn li {
    cursor: pointer;
    transition: transform ease 0.3s;
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }
  #motor .mot_btn li:hover {
    opacity: 0.75;
    transform: scale(0.95);
  }
  #motor .mot_btn li.active {
    pointer-events: none;
  }
  #motor .mot_nav {
    max-height: 95rem;
    padding-top: 4rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 7rem;
  }
  #motor .mot_nav::before {
    width: 129.4rem;
    height: 103.4rem;
    top: -3.7rem;
    left: -3.3rem;
  }
  #motor .mot_nav .photo {
    width: 56rem;
    margin-right: 3rem;
  }
  #motor .mot_nav .txt {
    width: 49.6rem;
    padding: 1rem 3.2rem 2rem;
    height: 45rem;
    margin-right: 3rem;
  }
}
@keyframes opc_anime {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  20% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}/*# sourceMappingURL=motor.css.map */