@charset "utf-8";
/*----------------------- common font -----------------------*/
#moflin h2.title-h2 {
  font-size: min(11vw, 60px);
  font-weight: bold;
  line-height: 1.2;
  padding: 50px 0 20px 0;
  width: 90%;
  margin: 0 auto;
  color: var(--moflin_theme_color);
  text-align: center;
}
#moflin h3.title-h3 {
  font-size: min(6vw, 30px);
  margin-bottom: 1em;
  padding: 0;
  text-align: center;
}
#moflin p:not(#review p) {
  font-weight: bold;
  font-size: min(4.0vw, 18px);
  color: #717279;
}
#moflin p.note {
  font-size: min(3.5vw, 14px);
  font-weight: normal;
}
.icon-flower {
  display: inline-block;
  position: relative;
}
.icon-flower::before, .icon-flower::after {
  position: absolute;
  content: "";
  top: 0;
  display: inline-block;
  width: 50px;
  aspect-ratio: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-flower::before {
  left: -10px;
  transform: translateX(-100%);
  background-image: url(/content/dam/casio/global/moflin/review/img/icon-flower1.svg);
}
.icon-flower::after {
  right: -10px;
  transform: translateX(100%);
  background-image: url(/content/dam/casio/global/moflin/review/img/icon-flower2.svg);
}
.icon-note {
  display: inline-block;
  position: relative;
}
.icon-note::before, .icon-note::after {
  position: absolute;
  content: "";
  top: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-note::before {
  left: -20px;
  transform: translateX(-100%);
  background-image: url(/content/dam/casio/global/moflin/review/img/icon-note1.svg);
}
.icon-note::after {
  right: -20px;
  transform: translateX(100%);
  background-image: url(/content/dam/casio/global/moflin/review/img/icon-note2.svg);
}
/*----------------------- btn-----------------------*/
.moflin-btn {
  color: #ffffff;
  background-color: var(--moflin_cam_subtheme_color);
  border: solid 2px var(--moflin_cam_subtheme_color);
  position: relative;
  font-size: min(4vw, 18px);
  font-weight: bold;
  border-radius: 2em;
  padding: 0 30px 0 20px;
  width: auto;
  min-width: auto;
  transition: all .3s ease-out;
}
.moflin-btn:hover {
  color: var(--moflin_cam_subtheme_color);
  background-color: #ffffff;
  border: solid 2px var(--moflin_cam_subtheme_color);
}
.moflin-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: .8em;
  height: .8em;
  font-size: 1rem;
  min-height: auto;
  margin-top: -2px;
  margin-left: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg) translateY(-50%);
}
.yotpo-load-btn {
  background: var(--moflin_cam_subtheme_color);
  padding: 10px;
  font-weight: bold;
  color: #ffffff;
  margin: 10px;
}
/*----------------------- common layout -----------------------*/
[id*="layout-row"] > .aem-Grid {
  display: flex;
}
/*----------------------- yotpo -----------------------*/
#moflin .yotpo-star-container path, .yotpo-sr-bottom-line-summary path,.yotpo-star-rating.yotpo-review-star-rating path {
  stroke: #ffcc00 !important;
}
#moflin stop {
  stop-color: #ffcc00 !important;
}
#moflin .yotpo-progress-bar .yotpo-progress-bar-score {
  background: #ffcc00 !important;
}
#moflin-yoppo span.yotpo-sr-bottom-line-left-panel.yotpo-sr-bottom-line-score {
  font-size: min(10vw, 30px) !important;
}
#moflin-yoppo button.yotpo-sr-bottom-line-summary.yotpo-sr-bottom-line-button {
  display: flex;
  align-items: center !important;
}
#moflin-yoppo button.yotpo-sr-bottom-line-summary.yotpo-sr-bottom-line-button > span {
  display: flex;
  align-items: center !important;
}
/*----------------------- kv -----------------------*/
#kv {
  margin-top: 89px;
}
/*----------------------- intro -----------------------*/
#intro {
  text-align: center;
}
#intro-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 50px;
}
#intro-lead {
  margin-bottom: 50px;
}
#intro .sub-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 1rem;
}
#intro #intro-layout-row > .aem-Grid {
  display: flex;
  justify-content: center;
}
#intro #intro-layout-row > .aem-Grid > .container {
  width: 50%;
  max-width: 250px;
}
#intro #intro-layout-row .yotpo-reviews-star-ratings-widget {
  justify-content: center !important;
}
#moflin-yoppo .image img {
  width: 50% !important;
  margin: 0 auto 20px;
}
/*----------------------- life -----------------------*/
#life {
  background: #f3eee7;
  position: relative;
}
#life::before, #life::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100px;
  aspect-ratio: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#life::before {
  top: -30px;
  left: 20%;
  background-image: url(/content/dam/casio/global/moflin/review/img/bg-flower1.svg);
}
#life::after {
  bottom: -45px;
  right: 20%;
  background-image: url(/content/dam/casio/global/moflin/review/img/bg-moflin1.svg);
}
#life-inner {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto;
}
#life #life-lead {
  text-align: center;
  margin-bottom: 50px;
}
/*kinarino*/
.created-by {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 65%;
  max-width: 1200px;
  margin: 0 auto;
}
.created-by p {
  margin: 0;
  display: flex;
  align-items: center;
}
.created-by img {
  width: 100px;
  margin-left: 10px;
}
#kinarino p {
  font-size: min(3.5vw, 16px);
}
#btn-grp > .aem-Grid {
  display: flex;
  justify-content: center;
}
#btn-grp > .aem-Grid > .container {
  width: 300px;
  text-align: center;
  margin: 10px;
}
#kinarino__layout-row > .aem-Grid {
  display: flex;
  justify-content: center;
}
#kinarino__layout-row > .aem-Grid > .container {
  width: calc((100% - 90px) / 3);
  margin: 10px 10px 20px;
}
#kinarino__layout-row > .aem-Grid > .container .image {
  border-radius: 10px;
  overflow: hidden;
}
#kinarino__layout-row > .aem-Grid > .container .image img {
  transition: .3s ease-out;
}
#kinarino__layout-row > .aem-Grid > .container .image img:hover {
  transform: scale(1.1);
}
/*----------------------- review -----------------------*/
#review-inner {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto 0;
}
#review-lead {
  text-align: center;
  margin-bottom: 50px;
}
#btn-grp > .aem-Grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#btn-grp .icon__pe-m10gd, #btn-grp .icon__pe-m10sr {
  position: relative;
}
#btn-grp .icon__pe-m10gd::before, #btn-grp .icon__pe-m10sr::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 50px;
  aspect-ratio: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  background-repeat: no-repeat;
  background-position: center;
}
#btn-grp .icon__pe-m10gd::before {
  background-image: url(/content/dam/casio/global/moflin/review/img/bg-moflin-gold.svg);
}
#btn-grp .icon__pe-m10sr::before {
  background-image: url(/content/dam/casio/global/moflin/review/img/bg-moflin-silver.svg);
}
#review h4 {
  text-align: center;
  font-size: min(10vw, 25px);
  margin-top: 20px;
}
#prodeuct-image {
    width: 20%;
    margin: 100px auto 50px;
}
#review .yotpo-head {
  margin: 10px;
}
/*----------------------- owners-voice -----------------------*/
#owners-voice_inner {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto;
  background-image: url(/content/dam/casio/global/moflin/review/img/bg-nikoniko.jpg), url(/content/dam/casio/global/moflin/review/img/bg-yorokobi.jpg), url(/content/dam/casio/global/moflin/review/img/bg-jamp.jpg);
  background-repeat: no-repeat;
  background-position: top 10% right 0, top 50% left 0, bottom 0 right 0;
  background-size: 20%;
}
.owners-voice_title {
  display: flex;
  align-items: flex-end;
  line-height: 1.0;
}
#owners-voice .owners-voice_title h3 {
  margin: 0 10px 0 0;
  line-height: 1;
}
.owners-voice_title p {
  line-height: 1;
}
.voice-grp {
  text-align: center;
}
.voice-grp__left {
  display: flex;
  justify-content: flex-start;
}
.voice-grp__right {
  display: flex;
  justify-content: flex-end;
}
#owners-voice .voices {
  position: relative;
  text-align: center;
  max-width: 400px;
  border: solid 3px var(--moflin_theme_color);
  border-radius: 50%;
  margin: 30px;
  padding: 30px 60px;
  height: fit-content;
}
#owners-voice .voices::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: var(--moflin_theme_color) transparent transparent;
  translate: -50% 100%;
  transform: skew(-25deg);
  transform-origin: top;
}
#owners-voice .voices::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15.2px 15.2px 0 0;
  border-color: #ffffff transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
  transform: skew(-25deg);
  transform-origin: top;
}
#owners-voice .voices:nth-child(1)::before {
  bottom: 0;
  left: 50%;
  border-width: 20px 0 0 20px;
  translate: -50% 100%;
  transform: skew(7deg);
}
#owners-voice .voices:nth-child(1)::after {
  bottom: 0;
  left: 50%;
  border-width: 15.2px 0 0 15.2px;
  translate: calc(-50% + 0.4px) 100%;
  transform: skew(7deg);
}
.voices h4 {
  color: var(--moflin_theme_color);
  font-size: min(5vw, 22px);
  display: inline;
  padding: 0 20px;
  position: relative;
}
.voices h4::before, .voices h4::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 2px;
  height: 1em;
  background: var(--moflin_theme_color);
}
.voices h4::before {
  transform: rotate(335deg) translateY(-50%);
  left: 0;
}
.voices h4::after {
  transform: rotate(25deg) translateY(-50%);
  right: 0;
}
/*----------------------- questionnaire -----------------------*/
#questionnaire_inner {
  width: min(85%, 1200px);
  margin: 100px auto 250px;
  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 !important;
  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;
}
@media (max-width: 767px) {
  /*----------------------- common font -----------------------*/
  .icon-flower::before, .icon-flower::after {
    top: 60%;
    width: 30px;
    height: 30px;
  }
  .icon-flower::before {
    left: 10%;
  }
  .icon-flower::after {
    right: 10%;
  }
  .icon-note::before, .icon-note::after {
    top: 60%;
    width: 30px;
    height: 30px;
  }
  .icon-note::before {
    left: 10%;
  }
  .icon-note::after {
    right: 10%;
  }
  /*----------------------- intro -----------------------*/
  #intro #intro-layout-row > .aem-Grid {
    flex-direction: column;
  }
  #intro #intro-layout-row > .aem-Grid > .container {
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
  }
  /*----------------------- life -----------------------*/
  #life::before, #life::after {
    width: 25%;
  }
  /*kinarino*/
  .created-by {
    width: 100%;
  }
  .created-by img {
    width: 30vw;
  }
  #kinarino__layout-row > .aem-Grid > .container {
    width: calc((100% - 40px) / 2);
  }
  /*----------------------- review -----------------------*/
  #review-layout-row {
    width: 90%;
    margin: 0 auto 30px;
  }
  #review-layout-row > .aem-Grid {
    display: flex;
    gap: 10%;
  }
    #prodeuct-image {
    width: 60%;
    margin: 10vw auto 5vw;
}
  /*----------------------- voice -----------------------*/
  .owners-voice_title {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #owners-voice .owners-voice_title h3 {
    margin: 0 0 10px 0;
  }
  #owners-voice_inner {
    margin: 10vw auto;
    background-image: url(/content/dam/casio/global/moflin/review/img/bg-nikoniko.jpg), url(/content/dam/casio/global/moflin/review/img/bg-yorokobi.jpg), url(/content/dam/casio/global/moflin/review/img/bg-jamp.jpg);
    background-position: bottom 0 left 0, bottom 0 left 50%, bottom 0 right 0;
    background-size: 20%;
    padding-bottom: 20vw;
  }
  .voice-grp__left {
    display: block;
  }
  .voice-grp__right {
    display: block;
  }
  #owners-voice .voices {
    max-width: none;
    width: 100%;
    margin: 5vw 0 10vw;
    padding: 5vw;
  }
  /*----------------------- 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;
  }
}