@charset "utf-8";
/*----------------------- recet -----------------------*/ 
#moflin_petrobot :where(#kv, #lead, #recommend, #questionnaire, #heart, #qa) p {
  margin: 0px;
}
#moflin_petrobot :where(#kv, #lead, #recommend, #questionnaire, #heart, #qa) a {
  text-decoration: none;
}
#moflin_petrobot :where(#kv, #lead, #recommend, #questionnaire, #heart, #qa) ul {
  margin: 0;
  padding: 0;
}
#moflin_petrobot :where(#kv, #lead, #recommend, #questionnaire, #heart, #qa) li:before {
  content: none;
}
/*----------------------- common -----------------------*/ 
#moflin_petrobot :where(#kv, #lead, #recommend, #questionnaire, #heart, #qa) p {
  font-size: 18px;
  line-height: 1.5;
}
#moflin_petrobot a {
    text-decoration: none;
}
#moflin_petrobot_inner {
  overflow-x: hidden;
  margin-top: min(6vw, 90px);
}
#moflin_petrobot .center {
  display: flex;
  justify-content: center;
}
#kv, #lead, #recommend, #heart {
  background-color: #f5e8df;
}
#qa, #exh, #support {
  background-color: #ffffff;
}
/*------------ ボタン -------------*/
#moflin_petrobot .moflin_btn {
  font-size: 18px;
  color: var(--moflin_grey_color);
  display: block;
  position: relative;
  background: #ffffff;
  width: 300px;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  border-radius: 28px;
  border: solid 3px;
  transition: .3s ease-out;
}
#moflin_petrobot .moflin_btn::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 20px;
  aspect-ratio: 1;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-mask-image: url(/content/dam/casio/global/moflin/feature/petrobot/img/icon_arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(/content/dam/casio/global/moflin/feature/petrobot/img/icon_arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  transition: .3s ease-out;
  background: var(--moflin_grey_color);
}
#moflin_petrobot .moflin_btn:hover {
  color: #ffffff;
  background: var(--moflin_theme_color);
  border-color: var(--moflin_grey_color);
}
#moflin_petrobot .moflin_btn:hover::after {
  background-color: #ffffff;
  background: #ffffff;
}
/*------------ ボタンorange -------------*/
#moflin_petrobot .moflin_btn.moflincolor {
  color: #ffffff;
  background: var(--moflin_theme_color);
  border-color: var(--moflin_grey_color);
}
#moflin_petrobot .moflin_btn.moflincolor::after {
  background-color: #ffffff;
}
#moflin_petrobot .moflin_btn.moflincolor:hover {
  opacity: .8;
}
/*------------ 演出 -------------*/
[id*="js-fade"], [id*="js-fade_child"] > * > * {
  opacity: 0;
}
[id*="js-fade-up"], [id*="js-fade-up_child"] > * > * {
  opacity: 0;
  transform: translateY(50px);
}
[id*="js-fade-left"], [id*="js-fade-left_child"] > * > * {
  opacity: 0;
  transform: translateX(50px);
}
[id*="js-fade-down"], [id*="js-fade-down_child"] > * > * {
  opacity: 0;
  transform: translateY(-50px);
}
[id*="js-fade-right"], [id*="js-fade-right_child"] > * > * {
  opacity: 0;
  transform: translateX(-50px);
}
[id*="js-fade"].is-active, [id*="js-fade"] .is-active {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.8s, opacity 1s;
}
[class*="js-fade"] {
  opacity: 0;
}
[class*="js-fade-up"] {
  opacity: 0;
  transform: translateY(50px);
}
[class*="js-fade"].is-active {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.8s, opacity 1s;
}
/*----------------------- kv -----------------------*/
#kv_inner {
  width: 90%;
  margin-bottom: 100px;
}
.movie_youtube {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  position: relative;	
}
.movie_youtube_inner {
  padding-top: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
  pointer-events: none;	
  border-bottom-right-radius: 80px;
}
.movie_youtube_inner iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 200%;
}
.bgmovie.mute::after {
    content: "";
    display: block;
    width: 1.5em;
    height: 1.5em;
    background: url(/content/dam/casio/global/moflin/mv_btn-mute-off.svg) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
/*----------------------- lead -----------------------*/
#lead_inner {
  margin-bottom: 100px;
}
#lead .lead__title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1rem;
}
#lead .lead__strong {
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
}
#lead_row {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 100px;
}
#lead_row > .aem-Grid {
  display: flex;
  width: 90%;
}
#lead_row > .aem-Grid > .container:first-child {
  width: 60%;
  margin-right: 50px;
}
#lead_row_reverce > .aem-Grid {
  display: flex;
  width: 90%;
}
#lead .lead__about {
  margin-left: 30px;
}
#lead .lead__img {
  width: 200px;
  margin: 50px 0;
}
#lead_row > .aem-Grid > .container:last-child img {
  border-radius: 80px 0 0 80px;
}
#lead_row_reverce > .aem-Grid > .container:first-child img {
  border-radius: 0 80px 80px 0;
}
/*----------------------- recommend -----------------------*/
#recommend_inner {
  width: min(85%, 1300px);
  margin: 0px auto 100px auto;
}
#recommend h2 {
  font-size: 20px;
  width: fit-content;
  font-weight: bold;
  color: #ffffff;
  background: var(--moflin_theme_color);
  padding: 10px 40px;
  border-radius: 20px 0px 20px 0px;
  border: solid 3px var(--moflin_grey_color);
  margin: 0px 40px 40px 40px;
}
#recommend [id*="recommend_row"] > .aem-Grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#recommend [id*="recommend_row"] > .aem-Grid > .container {
  width: 400px;
  margin: 50px 10px;
}
#recommend .reco__container {
  position: relative;
}
#recommend .reco__img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}
#recommend .reco__txt {
  text-align: center;
  background: #ffffff;
  padding: 50px 30px 30px 30px;
  border-radius: 20px;
  min-height: 430px;
}
#recommend .reco__title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
#recommend .reco__answer {
  position: relative;
  font-weight: bold;
  color: var(--moflin_theme_color);
  font-size: 20px;
  margin-top: 50px;
}
#recommend .reco__answer::before {
  position: absolute;
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  aspect-ratio: 1;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/content/dam/casio/global/moflin/feature/petrobot/img/icon_arrow_triangle.svg);
}
/*----------------------- questionnaire -----------------------*/
#questionnaire_inner {
  width: min(85%, 1200px);
  margin: 100px auto;
  border: solid 3px var(--moflin_theme_color);
  padding: 0px 20px 20px 20px;
  text-align: center;
  background-color: #ffffffa8;
  background-blend-mode: lighten;
  background-image: url(/content/dam/casio/global/moflin/feature/petrobot/img/bg_grid.svg);
}
#questionnaire .questionnaire_title {
  font-weight: bold;
  font-size: 25px;
  color: #ffffff;
  background: var(--moflin_theme_color);
  width: fit-content;
  margin: 0 auto;
  padding: 10px 30px;
  border-radius: 0px 0px 20px 20px;
}
#questionnaire .questionnaire_title_op {
  position: relative;
  color: var(--moflin_theme_color);
  font-size: 25px;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
}
#questionnaire .questionnaire_title_op::before, #questionnaire .questionnaire_title_op::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: var(--moflin_theme_color);
  position: absolute;
  top: 50%;
}
#questionnaire .questionnaire_title_op::before {
  left: -2em;
  transform: translateY(-50%) rotate(60deg);
}
#questionnaire .questionnaire_title_op::after {
  right: -2em;
  transform: translateY(-50%) rotate(-60deg);
}
#questionnaire .questionnaire_title_op span {
  font-size: 2em;
}
#questionnaire .questionnaire__strong {
  font-weight: bold;
  font-size: 20px;
}
#questionnaire #grath {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#questionnaire #grath .grath__container {
  width: 48%;
  margin: 1%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#questionnaire #grath .grath__img img {
  width: 100%;
  aspect-ratio: 1.2;
}
#questionnaire .grath__title {
  position: relative;
  padding: 0.5rem 2rem;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#questionnaire .grath__title::before, #questionnaire .grath__title::after {
  position: absolute;
  top: -3px;
  width: 20px;
  height: 100%;
  content: '';
  border-top: solid;
  border-bottom: solid;
  border-width: 3px;
  border-color: #b8b8bc;
}
#questionnaire .grath__title::before {
  left: 0;
  border-left: solid;
  border-color: #b8b8bc;
}
#questionnaire .grath__title::after {
  right: 0;
  border-right: solid;
  border-color: #b8b8bc;
}
#questionnaire .grath__img {
  width: 100%;
  margin: 0px auto 30px auto;
}
#questionnaire #grath .grath__last {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
#questionnaire #grath .grath__last_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 35%;
}
#questionnaire #grath .grath__last .grath__strong {
  font-size: 25px;
  font-weight: bold;
  margin-top: 1rem;
}
#questionnaire #grath .grath__last .grath__img {
  width: 60%;
  margin: 0px 0px 0px 5%;
}
#questionnaire #grath .grath__last .grath__img img {
  aspect-ratio: 1.4;
}
#questionnaire .questionnaire__note {
  font-size: 15px;
  text-align: right;
}
/*----------------------- heart -----------------------*/
#heart_inner {
  width: min(85%, 1200px);
  margin: 100px auto;
}
#heart .heart__title p {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
}
#heart .heart__title .note {
  font-size: 18px;
}
#heart .emotions__container, .growth__container {
  display: flex;
  background: #ffffff;
  border-radius: 0 30px;
}
#heart .heart__mcolor_title {
  color: #ffffff;
  background: var(--moflin_theme_color);
  width: 200px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px 10px 0 0;
  padding: 8px;
}
#heart .emotions__txt {
  display: flex;
  width: 60%;
  margin: 50px;
  flex-direction: column;
  justify-content: space-between;
}
#heart .emotions__img {
  width: 40%;
  aspect-ratio: 1;
  margin: 50px 50px 50px 0px;
}
#heart .emotions__note {
  display: flex;
  margin-top: 30px;
  font-size: 25px;
}
#heart .emotions__note li {
  font-size: 20px;
  display: flex;
  text-align: center;
  width: 50%;
  aspect-ratio: 2.3;
  padding: 30px;
  align-items: center;
  position: relative;
}
#heart .emotions__note li::after, #heart .emotions__note li::before {
  position: absolute;
  top: -3px;
  width: 20px;
  height: 100%;
  content: '';
  border-top: solid;
  border-bottom: solid;
  border-color: #b8b8bc;
  border-width: 3px;
}
#heart .emotions__note li::before {
  border-left: solid;
  border-color: #b8b8bc;
  border-radius: 10px 0 0 10px;
  left: 20px;
}
#heart .emotions__note li::after {
  border-right: solid;
  border-color: #b8b8bc;
  border-radius: 0 10px 10px 0;
  right: 0;
}
#heart .emotions__note li:first-child {
  margin-right: 25px;
}
#heart .growth_note {
  font-size: 14px;
}
#heart .storng {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
#heart .heart__container {
  margin: 50px 0;
}
#heart .growth__txt {
  display: flex;
  width: 60%;
  margin: 50px;
  flex-direction: column;
  justify-content: space-between;
}
#heart .growth__img {
  display: flex;
  width: 40%;
  text-align: center;
  margin: 0px 50px 50px 0px;
  flex-direction: column;
  justify-content: space-between;
}
#heart h3 {
  font-size: 20px;
  text-align: center;
  padding: 0px;
}
#heart h3 span {
  position: relative;
}
#heart h3 span::before, #heart h3 span::after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: var(--moflin_grey_color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#heart h3 span::before {
  left: -2em;
  transform: translateY(-50%) rotate(45deg);
}
#heart h3 span::after {
  right: -2em;
  transform: translateY(-50%) rotate(-45deg);
}
#heart .growth__imglist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#heart .growth__imglist li {
  width: 40%;
  margin: 10px;
}
#heart .growth__mainimg {
  margin-bottom: 20px;
  border-radius: 0 0 20px 20px;
}
#heart .date_tl {
  font-weight: bold;
  font-size: 15px;
}
/*----------------------- qa -----------------------*/
#qa {
  padding-top: 100px;
}
#qa_img {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 100px;
}
#qa_img > .aem-Grid {
  display: flex;
  width: 100%;
}
#qa #qa_mainimg img {
  border-radius: 20px 0 0 20px;
}
#qa .qa_photos {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: 2%;
}
#qa .qa_photos li {
  width: 40%;
  margin: 1%;
}
#qa_main {
  width: min(85%, 1200px);
  margin: 0 auto;
}
#qa .qa__title {
  font-size: 30px;
}
#qa .qa__title p {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
}
#qa .qa__title .note {
  font-size: 18px;
}
#qa .qa_list {
  display: flex;
  font-weight: bold;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
#qa .qa_list_title {
  font-size: 35px !important;
}
#qa .question {
  color: #717279;
}
#qa .answer {
  color: var(--moflin_theme_color);
}
#qa .qa_list li {
  cursor: pointer;
  position: relative;
  width: 350px;
  margin: 10px;
  aspect-ratio: 1.2;
  text-align: center;
  background: #ffffff;
  border: solid 3px #d4d5d7;
  border-radius: 48% 48% 46% 46%/46% 46% 45% 45%;
}
#qa .qa_list p {
  font-size: 20px;
  line-height: 1.5;
}
.question, .answer {
  position: absolute;
  width: 80%;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity .4s ease-out;
  border-radius: 30px;
}
.answer {
  opacity: 0;
}
#qa .qa_list li:hover .question {
  opacity: 0;
}
#qa .qa_list li:hover .answer {
  opacity: 1;
}
#qa_btn {
  display: flex;
}
@media (max-width: 767px) {
  /*----------------------- common -----------------------*/
  #moflin_petrobot .moflin_btn {
    font-size: 4vw;
    margin: 0 auto;
    width: 80%;
    border-width: 2px;
  }
  :where(#kv, #lead, #recommend, #questionnaire, #heart, #qa) p {
    font-size: 4vw;
  }
  /*----------------------- kv -----------------------*/
  #moflin_petrobot_inner {
    margin-top: 65px;
  }
  #kv_inner {
    width: 100%;
    margin-bottom: 20px;
  }
  .movie_youtube_inner {
    border-bottom-right-radius: 0px;
  }
  /*----------------------- lead -----------------------*/
  #lead .lead__title {
    font-size: 7vw;
  }
  #lead .lead__strong {
    font-size: 4vw;
  }
  #lead_row {
    justify-content: center;
  }
  #lead_row > .aem-Grid {
    flex-direction: column;
  }
  #lead_row > .aem-Grid > .container:first-child {
    width: 100%;
    margin: 0 0 50px 0;
  }
  #lead_row > .aem-Grid > .container:last-child img {
    border-radius: 10px;
  }
  #lead .lead__about {
    width: 100%;
    margin: 0 0 50px 0;
  }
  #lead .lead__img {
    margin: 50px auto;
  }
  #lead_row_reverce {
    width: 90%;
    margin: 0 auto;
  }
  #lead_row_reverce > .aem-Grid > .container:first-child img {
    border-radius: 10px;
  }
  #lead_row_reverce > .aem-Grid {
    width: 100%;
    flex-direction: column-reverse;
  }
  /*----------------------- recommend -----------------------*/
  #recommend h2 {
    font-size: 4vw;
    margin: 0px auto 40px auto;
    border-width: 2px;
  }
  #recommend .reco__title {
    font-size: 5vw;
  }
  #recommend .reco__title, #recommend .reco__answer {
    font-size: 4vw;
  }
  #recommend [id*="recommend_row"] > .aem-Grid {
    flex-direction: column;
  }
  #recommend [id*="recommend_row"] > .aem-Grid > .container {
    width: 100%;
    margin: 50px 0;
  }
  #recommend .reco__txt {
    min-height: auto;
  }
  /*----------------------- questionnaire -----------------------*/
  #questionnaire .questionnaire_title {
    font-size: 4vw;
    width: 100%;
    border-radius: 0;
  }
  #questionnaire_inner {
    padding: 0 0 20px 0;
    border-radius: 10px;
  }
  #questionnaire .questionnaire_title_op {
    font-size: 5vw;
  }
  #questionnaire .questionnaire_title_op::before, #questionnaire .questionnaire_title_op::after {
    width: 30px;
  }
  #questionnaire .grath__title {
    font-size: 4vw;
    width: 90%;
    padding: 0.5em 1.0em;
  }
  #questionnaire #grath {
    margin-top: 30px;
    flex-direction: column;
  }
  #questionnaire #grath .grath__container {
    width: 100%;
  }
  #questionnaire .grath__title::before, #questionnaire .grath__title::after {
    border-width: 2px;
  }
  #questionnaire #grath .grath__last .grath__strong {
    font-size: 4vw;
  }
  #questionnaire #grath .grath__last_txt {
    width: 100%;
  }
  #questionnaire #grath .grath__last .grath__img {
    width: 100%;
    margin: 0px;
  }
  #questionnaire #grath .grath__last .grath__img img {
    aspect-ratio: 1.5;
  }
  #questionnaire .questionnaire__note {
    font-size: 3vw;
    width: 50%;
    margin: 0 auto;
  }
  /*----------------------- heart -----------------------*/
  #heart .heart__title p {
    font-size: 8vw;
  }
  #heart .u-mq-sp-xs {
    aspect-ratio: 0.3;
  }
  #heart h3 {
    font-size: 5vw;
  }
  #heart .heart__title .note {
    font-size: 4vw;
  }
  #heart .storng {
    font-size: 5vw;
  }
  #heart .growth__mainimg {
    border-radius: 0;
  }
  #heart .emotions__container, .growth__container {
    flex-direction: column;
    border-radius: 0 10px 10px 10px;
  }
  #heart .emotions__txt, #heart .emotions__img, #heart .growth__txt, #heart .growth__img {
    width: 90%;
    margin: 20px auto;
  }
  #heart .emotions__note {
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 20px 0 0 0 !important;
  }
  #heart .emotions__note li {
    font-size: 4.5vw;
    width: 100%;
    aspect-ratio: 4.0;
    margin: 20px 0 !important;
    padding: 10px 30px;
  }
  #heart .growth__bar {
    width: 90%;
    margin: 0 auto;
  }
  #heart .growth__imglist li {
    width: 48%;
    margin: 1%;
  }
  #heart .date_tl, #heart .growth_note {
    font-size: 4.0vw;
  }
  /*----------------------- qa -----------------------*/
  #qa .qa__title p {
    font-size: 5vw;
  }
  #qa_img {
    margin: 0 auto 30px auto;
  }
  #qa_img > .aem-Grid {
    flex-direction: column-reverse;
    width: 100%;
  }
  #qa #qa_mainimg {
    width: 95%;
    margin: 0 auto 5px auto;
  }
  #qa #qa_mainimg img {
    border-radius: 10px;
  }
  #qa .qa_photos {
    justify-content: center;
    margin: 0 auto;
  }
  #qa .qa_photos li {
    width: 49%;
  }
  #qa .qa_photos li:nth-child(2n) {
    margin: 0 0 1% 0%;
  }
  #qa .qa_photos li:nth-child(2n-1) {
    margin: 0 1% 1% 0%;
  }
  #qa .qa_list li {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    margin: 20px 0;
    border: solid 2px var(--moflin_theme_color);
    border-radius: 20px;
    padding: 20px;
  }
  #qa .qa_list_title {
    font-size: 8vw !important;
    line-height: 0.8 !important;
    margin-right: 10px;
  }
  #qa_main {
    width: 90%;
  }
  #qa .qa_list p {
    font-size: 4vw;
    line-height: 1.5;
  }
  #qa .question, #qa .answer {
    width: 100%;
    display: flex;
    text-align: left;
    position: static;
    transform: none;
  }
  #qa .question {
    margin-bottom: 30px;
    opacity: 1;
  }
  #qa .answer {
    opacity: 1;
  }
  #qa .qa_list li:hover .question {
    opacity: 1;
  }
}