@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
html {
  font-size: calc(10vw / 7.5);
  -webkit-font-smoothing: antialiased; }

body {
  color: #222222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-size: 2.8rem;
  line-height: 1;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

body.lock,
body.loading {
  overflow: hidden;
  width: 100vw;
  height: 100vh; }

@media screen and (min-width: 769px) {
  html {
    font-size: 10px; }

  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5; } }
* {
  -webkit-tap-highlight-color: transparent; }

a {
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

p, dt, dd, li {
  word-break: break-word;
  word-wrap: normal; }

img {
  max-width: 100%;
  vertical-align: top; }

.cf:after {
  content: "";
  display: block;
  clear: both; }

.fleft {
  float: left; }

.fright {
  float: right; }

.ib {
  display: inline-block;
  line-height: inherit;
  font-weight: inherit; }

.txtBold {
  font-weight: 700; }

.modalLink {
  cursor: pointer; }

.accordionTrigger {
  cursor: pointer;
  display: block; }

.accordionContent {
  display: none; }

.serif {
  font-family: sans-serif; }

.honorific {
  font-size: 0.8em; }

#ctSns .list {
  display: inline-block;
  min-width: 250px;
  margin: auto;
  padding: 25px 0 20px 0; }
  #ctSns .list .item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 10px 0; }
    #ctSns .list .item:first-child iframe {
      margin: 0 10px 0 0; }
    #ctSns .list .item:nth-child(2) {
      margin: 0 0 17px 0; }
    #ctSns .list .item iframe {
      margin: 0 10px; }

@media screen and (min-width: 769px) {
  .required {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1; }

  #ctSns {
    padding: 31px 0 34px 0; }
    #ctSns .list .item:nth-child(2) {
      margin: 0 0 10px 0; }

  /* mover */
  .mover {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
    .mover:hover {
      opacity: 0.8; }

  .moverContent > * {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
  .moverContent:hover > * {
    opacity: 0.8; } }
.mode_pc,
.mode_pc_ib {
  display: none; }
  .mode_pc.important,
  .mode_pc_ib.important {
    display: none !important; }

.mode_tb {
  display: none; }
  .mode_tb.important {
    display: none !important; }

.mode_sp {
  display: block; }
  .mode_sp.important {
    display: block !important; }

.mode_pctb {
  display: none; }
  .mode_pctb.important {
    display: none !important; }

.mode_pctb_ib {
  display: none; }
  .mode_pctb_ib.important {
    display: none !important; }

.mode_tbsp {
  display: block; }
  .mode_tbsp.important {
    display: block !important; }

.mode_tbsp_ib {
  display: inline-block; }
  .mode_tbsp_ib.important {
    display: inline-block !important; }

@media screen and (min-width: 641px) {
  .mode_pc,
  .mode_pc_ib {
    display: none; }
    .mode_pc.important,
    .mode_pc_ib.important {
      display: none !important; }

  .mode_tb {
    display: block; }
    .mode_tb.important {
      display: block !important; }

  .mode_sp {
    display: none; }
    .mode_sp.important {
      display: none !important; }

  .mode_pctb {
    display: block; }
    .mode_pctb.important {
      display: block !important; }

  .mode_pctb_ib {
    display: inline-block; }
    .mode_pctb_ib.important {
      display: inline-block !important; }

  .mode_tbsp {
    display: block; }
    .mode_tbsp.important {
      display: block !important; }

  .mode_tbsp_ib {
    display: inline-block; }
    .mode_tbsp_ib.important {
      display: inline-block !important; } }
@media screen and (min-width: 769px) {
  .mode_pc {
    display: block; }
    .mode_pc.important {
      display: block !important; }

  .mode_pc_ib {
    display: inline-block; }
    .mode_pc_ib.important {
      display: inline-block !important; }

  .mode_tb {
    display: none; }
    .mode_tb.important {
      display: none !important; }

  .mode_sp {
    display: none; }
    .mode_sp.important {
      display: none !important; }

  .mode_pctb {
    display: block; }
    .mode_pctb.important {
      display: block !important; }

  .mode_pctb_ib {
    display: inline-block; }
    .mode_pctb_ib.important {
      display: inline-block !important; }

  .mode_tbsp {
    display: none; }
    .mode_tbsp.important {
      display: none !important; }

  .mode_tbsp_ib {
    display: none; }
    .mode_tbsp_ib.important {
      display: none !important; } }
@keyframes bgMove {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  60% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes productMove {
  0% {
    transform: translateY(0); }
  5% {
    transform: translateY(-20px); }
  10% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }
@keyframes productMoveSP {
  0% {
    transform: translateY(0); }
  5% {
    transform: translateY(-15px); }
  10% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }
@keyframes badgeMove {
  0% {
    transform: scale(1.2); }
  70% {
    transform: scale(0.9); }
  80% {
    transform: scale(1.05); }
  90% {
    transform: scale(0.97); }
  100% {
    transform: scale(1);
    opacity: 1; } }
@keyframes balloonMove {
  0% {
    transform: scale(0); }
  30% {
    opacity: 1; }
  50% {
    transform: scale(1.2); }
  60% {
    transform: scale(0.9); }
  70% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.97); }
  90% {
    transform: scale(1.02); }
  100% {
    transform: scale(1);
    opacity: 1; } }
@keyframes balloonMove2 {
  0% {
    transform: scale(1); }
  5% {
    transform: scale(1.2); }
  10% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }
@keyframes balloonMove2SP {
  0% {
    transform: scale(1); }
  5% {
    transform: scale(1.4); }
  10% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }
.wrapper {
  overflow: hidden;
  position: relative;
  padding: 94px 0 0 0;
  transition: opacity 0.3s; }
  .load_complete .wrapper {
    opacity: 1; }

.contentWrap {
  margin: -94px 0 0 0;
  padding: 94px 0 0 0; }

.contentInner {
  width: calc(710 / 750 * 100%);
  margin: auto; }

.fadeContent {
  opacity: 0;
  transition: opacity 1.0s ease-out; }

.fadeContent.current {
  opacity: 1; }

.scrollPosition {
  margin: -94px 0 0 0;
  padding: 94px 0 0 0; }

@media screen and (min-width: 769px) {
  .wrapper {
    padding: 184px 0 0 0; }

  .contentWrap {
    margin: -184px 0 0 0;
    padding: 184px 0 0 0; }

  .contentInner {
    width: 1200px; } }
.breadcrumb {
  display: block;
  position: relative;
  z-index: 99;
  margin: 0; }
  .breadcrumb .list {
    font-size: 12px;
    font-size: 2.4rem;
    line-height: 1.33;
    text-align: left;
    padding: 5px 0 9px 0; }
  .breadcrumb .item {
    display: inline-block; }
    .breadcrumb .item > * {
      display: inline-block;
      color: #9c9c9c;
      font-size: 12px;
      font-size: 2.4rem;
      line-height: 1.33;
      padding: 5px 0; }
    .breadcrumb .item:before {
      content: ">";
      color: #111111;
      font-size: 12px;
      font-size: 2.4rem;
      line-height: 1.33;
      padding: 0 4px; }
    .breadcrumb .item:first-child:before {
      content: none; }

@media screen and (min-width: 769px) {
  .breadcrumb {
    width: 960px;
    margin: auto; }
    .breadcrumb .list {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.43;
      padding: 5px 0 9px 0; }
    .breadcrumb .item > * {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.43;
      letter-spacing: -0.01em; }
    .breadcrumb .item:before {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.43; } }
#introArea .titleWrap {
  text-align: center; }
#introArea .topicArea {
  background-color: #feefdc;
  padding: calc(18 / 750 * 100%) 0 0 0; }
  #introArea .topicArea .topicTitle {
    display: inline-block;
    float: left;
    position: relative;
    color: #ffffff;
    font-size: 11px;
    font-size: 2.2rem;
    line-height: 1.09;
    background-color: #9b7264;
    padding: 3px 0 3px 5px; }
    #introArea .topicArea .topicTitle:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 100%;
      width: 1em;
      height: calc(1em + 9px);
      background: url(../img/triangle.svg) left center no-repeat;
      background-size: contain; }
  #introArea .topicArea .topicWrap .row {
    padding: 0 0 calc(18 / 710 * 100%) 0; }
    #introArea .topicArea .topicWrap .row:not(:first-child) .date {
      margin-left: 0; }
    #introArea .topicArea .topicWrap .row .date {
      font-size: 12px;
      font-size: 2.4rem;
      line-height: 1;
      margin: 0 0 0 calc(4em + 5px);
      padding: 4px 0 5px 0; }
    #introArea .topicArea .topicWrap .row .cont {
      clear: both;
      font-size: 12px;
      font-size: 2.4rem;
      line-height: 1.33;
      text-decoration: underline; }
#introArea .intro {
  font-size: 14px;
  font-size: 2.8rem;
  line-height: 1.5;
  text-align: left;
  padding: calc(63 / 710 * 100%) 0; }
  #introArea .intro br.pc{
    display: none; }

@media screen and (min-width: 769px) {
  #introArea .titleWrap .title {
    max-width: 1090px;
    margin: auto;
    padding: 0 0 40px 0;
    /* padding: 0 0 0 0;*/ } 
  #introArea .topicArea {
    display: flex;
    align-items: center;
    padding: 0; }
    #introArea .topicArea .contentInner {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px 0; }
    #introArea .topicArea .topicTitle {
      float: none;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1;
      padding: 5px 5px 5px 10px; }
      #introArea .topicArea .topicTitle:after {
        width: 1em;
        height: calc(1em + 10px); }
    #introArea .topicArea .topicWrap .row {
      display: flex;
      align-items: center;
      padding: 0; }
      #introArea .topicArea .topicWrap .row:not(:first-child) .date {
        margin-left: 0; }
      #introArea .topicArea .topicWrap .row .date {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2;
        margin: 0 15px 0 15px;
        padding: 4px 0 5px 0; }
      #introArea .topicArea .topicWrap .row .cont {
        clear: none;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2; }
  #introArea .intro {
    max-width: 960px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
    margin: auto;
    padding: calc(49 / 1200 * 100%) 0 calc(54 / 1200 * 100%) 0; }
    #introArea .intro br.pc{
      display: block; } }
#keywordArea .content {
  position: relative;
  background: url(../img/bg_keyword_bottom_sp.png) center bottom no-repeat;
  background-size: cover;
  background-color: #feefdc; }
  /* #keywordArea .content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(../img/bg_keyword_top_sp.png) center top no-repeat;
    background-size: contain;
    padding: calc(300 / 750 * 100%) 0 0 0; } */
#keywordArea .contentInner {
  position: relative; }
#keywordArea .title {
  padding: calc(116 / 710 * 100%) 0 calc(50 / 710 * 100%) 0; }
#keywordArea .list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 calc(140 / 710 * 100%) 0; }
  #keywordArea .list .item {
    flex-basis: calc(346 / 710 * 100%);
    margin: 0 0 calc(28 / 710 * 100%) calc(18 / 710 * 100%); }
    #keywordArea .list .item:nth-child(2n+1) {
      margin-left: 0; }
    #keywordArea .list .item:nth-child(1) a .box .text:before {
      background: url(../img/img_keyword_fame_training.png) center center no-repeat;
      background-size: contain; }
    #keywordArea .list .item:nth-child(2) a .box .text:before {
      background: url(../img/img_keyword_beauty.png) center center no-repeat;
      background-size: contain; }
    #keywordArea .list .item:nth-child(3) a .box .text:before {
      background: url(../img/img_keyword_conditioning.png) center center no-repeat;
      background-size: contain; }
    #keywordArea .list .item:nth-child(4) a .box .text:before {
      background: url(../img/img_keyword_time_performance.png) center center no-repeat;
      background-size: contain; }
    #keywordArea .list .item:nth-child(5) a .box .text:before {
      background: url(../img/img_keyword_ai_health.png) center center no-repeat;
      background-size: contain; }
    #keywordArea .list .item:nth-child(6) a .box .text:before {
      background: url(../img/img_keyword_fitness.png) center center no-repeat;
      background-size: contain; }
    #keywordArea .list .item:nth-child(7) a .box .text:before {
      background: url(../img/img_keyword_balance.png) center center no-repeat;
      background-size: contain; }
    #keywordArea .list .item:nth-child(8) a .box .text:before {
      background: url(../img/img_keyword_immunity.png) center center no-repeat;
      background-size: contain; }
    #keywordArea .list .item.new a .box:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: calc(112 / 334 * 100%);
      background: url(../img/icon_new.png) center center no-repeat;
      background-size: contain;
      margin: calc(-17 / 334 * 100%) calc(-15 / 334 * 100%) 0 0;
      padding: calc(100 / 334 * 100%) 0 0 0; }
    #keywordArea .list .item a .box {
      display: block;
      position: relative;
      background-color: #ffffff;
      padding: 5px;
      border-radius: 6px; }
      #keywordArea .list .item a .box:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 4px;
        border: 1px solid #c8aa8c;
        border-radius: 6px; }
      #keywordArea .list .item a .box .text {
        font-size: 11px;
        font-size: 2.2rem;
        line-height: 2.12;
        font-weight: 700;
        letter-spacing: -0.05em;
        text-align: center;
        margin: 0 0 calc(7 / 334 * 100%) 0; }
        #keywordArea .list .item a .box .text:before {
          content: "";
          display: block;
          width: calc(150 / 334 * 100%);
          height: 0;
          margin: 0 auto;
          padding: calc(165 / 334 * 100%) 0 0 0; }
        #keywordArea .list .item a .box .text .icon:after {
          content: "";
          display: inline-block;
          width: 1em;
          height: 1em;
          vertical-align: middle;
          background: url(../img/icon_arrow.png) center center no-repeat;
          background-size: contain;
          margin: 0 0 0.3em 0.7em; }

@media screen and (min-width: 769px) {
  #keywordArea .content {
    position: relative;
    background: url(../img/bg_keyword.png) center top no-repeat;
    background-size: cover;
    background-color: #feefdc; }
    /* #keywordArea .content:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background: url(../img/bg_keyword_top.png) center top no-repeat;
      background-size: contain;
      padding: calc(480 / 1400 * 100%) 0 0 0; }*/
  #keywordArea .contentInner {
    position: relative; }
  #keywordArea .title {
    padding: calc(138 / 1200 * 100%) 0 calc(34 / 1200 * 100%) 0; }
  #keywordArea .list {
    width: calc(960 / 1200 * 100%);
    margin: auto;
    padding: 0 0 calc(102 / 1200 * 100%) 0; }
    #keywordArea .list .item {
      flex-basis: calc(460 / 960 * 100%);
      margin: 0 0 calc(38 / 960 * 100%) calc(40 / 960 * 100%); }
      #keywordArea .list .item:nth-child(2n+1) {
        margin-left: 0; }
      #keywordArea .list .item.new a .box:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: calc(104 / 460 * 100%);
        background: url(../img/icon_new.png) center center no-repeat;
        background-size: contain;
        margin: calc(-35 / 460 * 100%) calc(14 / 460 * 100%) 0 0;
        padding: calc(100 / 460 * 100%) 0 0 0; }
      #keywordArea .list .item a .box {
        padding: 5px;
        border-radius: 50px; }
        #keywordArea .list .item a .box:before {
          margin: 6px;
          border-radius: 50px; }
        #keywordArea .list .item a .box .text {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 102px;
          font-size: 20px;
          font-size: 2rem;
          line-height: 1;
          letter-spacing: -0.05em;
          margin: 0 0 0 3rem; }
          #keywordArea .list .item a .box .text:before {
            position: absolute;
            top: 0;
            left: 0;
            width: calc(100 / 460 * 100%);
            margin: 0 0 0 calc(20 / 460 * 100%);
            padding: calc(100 / 460 * 100%) 0 0 0; }
          #keywordArea .list .item a .box .text .icon:after {
            position: absolute;
            right: 0;
            margin: 0 calc(35 / 460 * 100%) 0.3em 0; } }
#leaderArea .title {
  padding: calc(125 / 710 * 100%) 0 calc(45 / 710 * 100%) 0; }
#leaderArea .list {
  display: flex;
  flex-wrap: wrap;
  width: calc(646 / 710 * 100%);
  margin: auto;
  padding: 0 0 calc(70 / 710 * 100%) 0; }
  #leaderArea .list .item {
    flex-basis: calc(190 / 646 * 100%);
    margin: 0 0 calc(38 / 646 * 100%) calc(38 / 646 * 100%); }
    #leaderArea .list .item:nth-child(3n+1) {
      margin-left: 0; }
    #leaderArea .list .item .name {
      font-size: 14px;
      font-size: 2.8rem;
      line-height: 1.14;
      font-weight: 700;
      letter-spacing: -0.02em;
      text-align: center;
      padding: 2px 0; }
    #leaderArea .list .item .job {
      font-size: 12px;
      font-size: 2.4rem;
      line-height: 1.33;
      letter-spacing: -0.02em;
      text-align: center; }

@media screen and (min-width: 769px) {
  #leaderArea .title {
    padding: calc(132 / 1200 * 100%) 0 calc(45 / 1200 * 100%) 0; }
  #leaderArea .list {
    width: calc(962 / 1200 * 100%);
    padding: 0 0 calc(65 / 1200 * 100%) 0; }
    #leaderArea .list .item {
      flex-basis: calc(166 / 962 * 100%);
      margin: 0 0 calc(42 / 962 * 100%) calc(33 / 962 * 100%); }
      #leaderArea .list .item:nth-child(3n+1) {
        margin-left: calc(33 / 962 * 100%); }
      #leaderArea .list .item:nth-child(5n+1) {
        margin-left: 0; }
      #leaderArea .list .item .image {
        margin: 0 0 calc(15 / 166 * 100%) 0; }
      #leaderArea .list .item .name {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.33;
        letter-spacing: -0.05em; }
      #leaderArea .list .item .job {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5; } }
@media screen and (min-width: 769px) {
  #snsArea .contentInner {
    max-width: 960px; } }
#keywordDetailArea .titleWrap .inner {
      background: url(../img/bg_keyword_detail_sp.jpg) center center no-repeat;
      background-size: cover;}
#keywordDetailArea .titleWrap .title {
  color: #f5a7c4;
  font-size: 25px;
  font-size: 5rem;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  padding: calc(80 / 750 * 100%) 0 calc(70 / 750 * 100%) 0; }
  #keywordDetailArea .titleWrap .title:before {
    content: "";
    display: block;
    width: calc(387 / 750 * 100%);
    margin: 0 auto calc(18 / 750 * 100%) auto;
    padding: calc(387 / 750 * 100%) 0 0 0; }
  #keywordDetailArea .titleWrap .title .textWrap {
    display: inline;
    position: relative; }
    #keywordDetailArea .titleWrap .title .textWrap .text {
      color: #fc7fad; }
    #keywordDetailArea .titleWrap .title .textWrap .before {
      position: absolute;
      right: 100%; }
    #keywordDetailArea .titleWrap .title .textWrap .after {
      position: absolute;
      left: 100%; }
#keywordDetailArea .titleWrap .intro {
  width: calc(710 / 750 * 100%);
  font-size: 14px;
  font-size: 2.8rem;
  line-height: 1.5;
  margin: auto;
  padding: calc(33 / 710 * 100%) 0 calc(80 / 710 * 100%) 0; }
.fame_training #keywordDetailArea .titleWrap .title:before {
  background: url(../img/img_keyword_fame_training.png) center center no-repeat;
  background-size: contain; }
.beauty #keywordDetailArea .titleWrap .title:before {
  background: url(../img/img_keyword_beauty.png) center center no-repeat;
  background-size: contain; }
.conditioning #keywordDetailArea .titleWrap .title:before {
  background: url(../img/img_keyword_conditioning.png) center center no-repeat;
  background-size: contain; }
.time_performance #keywordDetailArea .titleWrap .title:before {
  background: url(../img/img_keyword_time_performance.png) center center no-repeat;
  background-size: contain; }
.ai_health #keywordDetailArea .titleWrap .title:before {
  background: url(../img/img_keyword_ai_health.png) center center no-repeat;
  background-size: contain; }
.fitness #keywordDetailArea .titleWrap .title:before {
  background: url(../img/img_keyword_fitness.png) center center no-repeat;
  background-size: contain; }
.balance #keywordDetailArea .titleWrap .title:before {
  background: url(../img/img_keyword_balance.png) center center no-repeat;
  background-size: contain; }
.immunity #keywordDetailArea .titleWrap .title:before {
  background: url(../img/img_keyword_immunity.png) center center no-repeat;
  background-size: contain; }

@media screen and (min-width: 769px) {
  #keywordDetailArea .content {
    background: url(../img/bg_keyword.png) center top no-repeat;
    background-size: cover; }
  #keywordDetailArea .titleWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto ;
    padding: 65px 0 80px 0; }
    #keywordDetailArea .titleWrap:before {
      content: "";
      display: block;
      width: calc(360 / 920 * 100%);
      margin: 0 auto calc(18 / 860 * 100%) auto;
      padding: calc(360 / 920* 100%) 0 0 0; }
    #keywordDetailArea .titleWrap .inner {
      background-image: none;
      flex-basis: calc(445 / 920 * 100%); }
      #keywordDetailArea .titleWrap .inner .title {
        font-size: 50px;
        font-size: 5rem;
        line-height: 1.1;
        background: none;
        padding: 0; }
        #keywordDetailArea .titleWrap .inner .title:before {
          display: none; }
      #keywordDetailArea .titleWrap .inner .intro {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2;
        letter-spacing: 0.025em;
        padding: calc(15 / 445 * 100%) 0 0 0; }
  .fame_training #keywordDetailArea .titleWrap:before {
    background: url(../img/img_keyword_fame_training.png) center center no-repeat;
    background-size: contain; }
  .beauty #keywordDetailArea .titleWrap:before {
    background: url(../img/img_keyword_beauty.png) center center no-repeat;
    background-size: contain; }
  .conditioning #keywordDetailArea .titleWrap:before {
    background: url(../img/img_keyword_conditioning.png) center center no-repeat;
    background-size: contain; }
  .time_performance #keywordDetailArea .titleWrap:before {
    background: url(../img/img_keyword_time_performance.png) center center no-repeat;
    background-size: contain; }
  .ai_health #keywordDetailArea .titleWrap:before {
    background: url(../img/img_keyword_ai_health.png) center center no-repeat;
    background-size: contain; }
  .fitness #keywordDetailArea .titleWrap:before {
    background: url(../img/img_keyword_fitness.png) center center no-repeat;
    background-size: contain; }
  .balance #keywordDetailArea .titleWrap:before {
    background: url(../img/img_keyword_balance.png) center center no-repeat;
    background-size: contain; }
  .immunity #keywordDetailArea .titleWrap:before {
    background: url(../img/img_keyword_immunity.png) center center no-repeat;
    background-size: contain; } }
#commentArea .content {
  background-color: #fbd8d4; }
#commentArea .title {
  padding: calc(100 / 710 * 100%) 0 calc(40 / 710 * 100%) 0; }
#commentArea .list {
  padding: 0 0 calc(135 / 710 * 100%) 0; }
  #commentArea .list .item {
    background-color: #ffffff;
    margin: 0 0 calc(15 / 710 * 100%) 0;
    padding: calc(25 / 710 * 100%);
    border-radius: 5px; }
    #commentArea .list .item .box {
      display: flex;
      justify-content: space-between; }
      #commentArea .list .item .box .image {
        flex-basis: calc(141 / 660 * 100%); }
      #commentArea .list .item .box .textWrap {
        flex-basis: calc(494 / 660 * 100%); }
        #commentArea .list .item .box .textWrap .name {
          font-size: 15px;
          font-size: 3rem;
          line-height: 1.13;
          padding: calc(19 / 494 * 100%) 0 0 0; }
        #commentArea .list .item .box .textWrap .job {
          color: #8c8c8c;
          font-size: 12px;
          font-size: 2.4rem;
          line-height: 1.5;
          margin: 0 0 calc(15 / 494 * 100%) 0; }
        #commentArea .list .item .box .textWrap .text {
          font-size: 14px;
          font-size: 2.8rem;
          line-height: 1.5;
          margin: 0 0 calc(12 / 494 * 100%) 0; }

@media screen and (min-width: 769px) {
  #commentArea .title {
    padding: calc(129 / 1200 * 100%) 0 calc(40 / 1200 * 100%) 0; }
  #commentArea .list {
    width: calc(960 / 1200 * 100%);
    margin: auto;
    padding: 0 0 calc(80 / 1200 * 100%) 0; }
    #commentArea .list .item {
      margin: 0 0 calc(20 / 960 * 100%) 0;
      padding: calc(30 / 960 * 100%);
      border-radius: 8px; }
      #commentArea .list .item .box .image {
        flex-basis: calc(135 / 900 * 100%); }
      #commentArea .list .item .box .textWrap {
        flex-basis: calc(740 / 900 * 100%); }
        #commentArea .list .item .box .textWrap .name {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1.67;
          padding: 0; }
        #commentArea .list .item .box .textWrap .job {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.57;
          margin: 0 0 calc(7 / 740 * 100%) 0; }
        #commentArea .list .item .box .textWrap .text {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.88;
          letter-spacing: 0.02em;
          margin: 0; } }
#contentsArea .content {
  background-color: #feefdc; }
#contentsArea .title {
  padding: calc(113 / 710 * 100%) 0 calc(43 / 710 * 100%) 0; }
#contentsArea .list {
  padding: 0 0 calc(150 / 710 * 100%) 0; }
  #contentsArea .list .item {
    margin: 0 0 calc(18 / 710 * 100%) 0; }
    #contentsArea .list .item a .box {
      display: block;
      position: relative;
      background-color: #ffffff;
      padding: calc(50 / 710 * 100%) 0;
      border-radius: 6px; }
      #contentsArea .list .item a .box:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 4px;
        border: 1px solid #fa727b;
        border-radius: 6px; }
      #contentsArea .list .item a .box .image {
        width: calc(610 / 710 * 100%);
        margin: auto; }
      #contentsArea .list .item a .box .headline {
        width: calc(610 / 710 * 100%);
        height: 6em;
        font-size: 16px;
        font-size: 3.2rem;
        line-height: 1.5;
        font-weight: 700;
        margin: auto;
        padding: calc(25 / 710 * 100%) 0 calc(13 / 710 * 100%) 0; }
      #contentsArea .list .item a .box .date {
        width: calc(610 / 710 * 100%);
        color: #343434;
        font-size: 14px;
        font-size: 2.8rem;
        line-height: 1;
        text-align: right;
        margin: auto; }
#contentsArea .comingsoon {
  padding: 0 0 calc(160 / 710 * 100%) 0; }
  #contentsArea .comingsoon:before {
    content: "";
    display: block;
    width: calc(387 / 710 * 100%);
    margin: 0 auto calc(20 / 710 * 100%) auto;
    padding: calc(387 / 710 * 100%) 0 0 0; }
  #contentsArea .comingsoon .textCS {
    width: calc(372 / 710 * 100%);
    margin: 0 auto calc(10 / 710 * 100%) auto; }
  #contentsArea .comingsoon .text {
    font-size: 14px;
    font-size: 2.8rem;
    line-height: 1.21;
    text-align: center; }
.fame_training #contentsArea .comingsoon:before {
  background: url(../img/img_keyword_fame_training.png) center top no-repeat;
  background-size: contain; }
.beauty #contentsArea .comingsoon:before {
  background: url(../img/img_keyword_beauty.png) center top no-repeat;
  background-size: contain; }
.conditioning #contentsArea .comingsoon:before {
  background: url(../img/img_keyword_conditioning.png) center top no-repeat;
  background-size: contain; }
.time_performance #contentsArea .comingsoon:before {
  background: url(../img/img_keyword_time_performance.png) center top no-repeat;
  background-size: contain; }
.ai_health #contentsArea .comingsoon:before {
  background: url(../img/img_keyword_ai_health.png) center top no-repeat;
  background-size: contain; }
.fitness #contentsArea .comingsoon:before {
  background: url(../img/img_keyword_fitness.png) center top no-repeat;
  background-size: contain; }
.balance #contentsArea .comingsoon:before {
  background: url(../img/img_keyword_balance.png) center top no-repeat;
  background-size: contain; }
.immunity #contentsArea .comingsoon:before {
  background: url(../img/img_keyword_immunity.png) center top no-repeat;
  background-size: contain; }

#contentsArea .specialBanner {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 calc(120 / 710 * 100%) 0; }
@media screen and (min-width: 769px) {
  #contentsArea .specialBanner {
    padding: 0 0 calc(120 / 1200 * 100%) 0; }
}

@media screen and (min-width: 769px) {
  #contentsArea .title {
    padding: calc(76 / 710 * 100%) 0 calc(28 / 710 * 100%) 0; }
  #contentsArea .list {
    display: flex;
    flex-wrap: wrap;
    width: calc(960 / 1200 * 100%);
    margin: auto;
    padding: 0 0 calc(80 / 1200 * 100%) 0; }
    #contentsArea .list .item {
      flex-basis: calc(470 / 960 * 100%);
      margin: 0 0 calc(20 / 960 * 100%) calc(20 / 960 * 100%); }
      #contentsArea .list .item:nth-child(2n+1) {
        margin-left: 0; }
      #contentsArea .list .item a .box {
        padding: calc(30 / 470 * 100%) 0 calc(34 / 470 * 100%) 0;
        border-radius: 6px; }
        #contentsArea .list .item a .box:before {
          margin: 6px;
          border-radius: 6px; }
        #contentsArea .list .item a .box .image {
          width: calc(410 / 470 * 100%); }
        #contentsArea .list .item a .box .headline {
          width: calc(410 / 470 * 100%);
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.5;
          letter-spacing: 0;
          padding: calc(17 / 470 * 100%) 0 calc(9 / 470 * 100%) 0; }
        #contentsArea .list .item a .box .date {
          width: calc(410 / 470 * 100%);
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1; }
  #contentsArea .comingsoon {
    padding: 0 0 calc(160 / 1200 * 100%) 0; }
    #contentsArea .comingsoon:before {
      content: "";
      display: block;
      width: calc(320 / 1200 * 100%);
      margin: 0 auto calc(20 / 710 * 100%) auto;
      padding: calc(320 / 1200 * 100%) 0 0 0; }
    #contentsArea .comingsoon .textCS {
      width: calc(372 / 1200 * 100%);
      margin: 0 auto calc(10 / 1200 * 100%) auto; }
    #contentsArea .comingsoon .text {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.33; } }
#keywordNav.contentWrap {
  margin: -40px 0 0 0;
  padding: 40px 0 0 0;}
#keywordNav .content {
  background-color: #ebe1f3; }
#keywordNav .title {
  font-size: 19px;
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  padding: calc(101 / 710 * 100%) 0 calc(62 / 710 * 100%) 0; }
#keywordNav .list {
  display: flex;
  flex-wrap: wrap; }
  #keywordNav .list .item {
    flex-basis: calc(346 / 710 * 100%);
    margin: 0 0 calc(45 / 710 * 100%) calc(18 / 710 * 100%); }
    #keywordNav .list .item:nth-child(2n+1) {
      margin-left: 0; }
    #keywordNav .list .item.new a .box:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: calc(104 / 346 * 100%);
      background: url(../img/icon_new.png) center center no-repeat;
      background-size: contain;
      margin: calc(-52 / 346 * 100%) calc(-10 / 346 * 100%) 0 0;
      padding: calc(100 / 346 * 100%) 0 0 0; }
    #keywordNav .list .item a .box {
      display: block;
      position: relative;
      background-color: #ffffff;
      border-radius: 30px; }
      #keywordNav .list .item a .box .text {
        font-size: 12px;
        font-size: 2.4rem;
        line-height: 1;
        font-weight: 700;
        letter-spacing: -0.05em;
        text-align: center;
        padding: calc(35 / 346 * 100%) 1em calc(32 / 346 * 100%) 0; }
        #keywordNav .list .item a .box .text:after {
          content: "";
          display: block;
          position: absolute;
          top: 0.1em;
          bottom: 0;
          right: 0;
          width: 1.1em;
          height: 1.1em;
          background: url(../img/icon_arrow.png) center center no-repeat;
          background-size: contain;
          margin: auto calc(27 / 346 * 100%) auto 0; }
#keywordNav .toHome {
  margin: 0 0 calc(100 / 710 * 100%) 0;
  padding: 0 0 calc(85 / 710 * 100%) 0; }
  #keywordNav .toHome a {
    display: block;
    font-size: 14px;
    font-size: 2.8rem;
    line-height: 1;
    text-decoration: underline;
    padding: 5px 0; }
    #keywordNav .toHome a:before {
      content: "<";
      display: inline-block;
      margin: 0 4px 0 0; }

@media screen and (min-width: 769px) {
  #keywordNav.contentWrap{
    margin: -80px 0 0 0;
    padding: 80px 0 0 0;}
  #keywordNav .title {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
    padding: calc(53 / 710 * 100%) 0 calc(24 / 710 * 100%) 0; }
  #keywordNav .list {
    width: calc(960 / 1200 * 100%);
    margin: auto; }
    #keywordNav .list .item {
      flex-basis: calc(312 / 960 * 100%);
      margin: 0 0 calc(32 / 960 * 100%) calc(12 / 960 * 100%); }
      #keywordNav .list .item:nth-child(2n+1) {
        margin-left: calc(12 / 960 * 100%); }
      #keywordNav .list .item:nth-child(3n+1) {
        margin-left: 0; }
      #keywordNav .list .item.new a .box:after {
        top: 0;
        right: 0;
        width: calc(81 / 312 * 100%);
        margin: calc(-29 / 312 * 100%) calc(-2 / 312 * 100%) 0 0;
        padding: calc(60 / 312 * 100%) 0 0 0; }
      #keywordNav .list .item a .box {
        border-radius: 40px; }
        #keywordNav .list .item a .box .text {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1;
          letter-spacing: 0;
          padding: calc(25 / 312 * 100%) 0 calc(25 / 312 * 100%) 0; }
          #keywordNav .list .item a .box .text:after {
            top: 0.1em;
            bottom: 0;
            right: 0;
            width: 0.9em;
            height: 0.9em;
            margin: auto calc(18 / 312 * 100%) auto 0; }
  #keywordNav .toHome {
    width: calc(960 / 1200 * 100%);
    margin: 0 auto calc(92 / 1200 * 100%) auto;
    padding: 0 0 calc(80 / 1200 * 100%) 0; }
    #keywordNav .toHome a {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1;
      padding: 5px 0; }
      #keywordNav .toHome a:before {
        margin: 0 4px 0 0; } }
#modalArea {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000; }
  #modalArea .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7); }
  #modalArea .modalContent {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(670 / 750 * 100%);
    max-width: 670px;
    max-height: 80vh;
    background-color: #ffffff;
    margin: auto;
    box-sizing: border-box; }
    #modalArea .modalContent .box {
      overflow: auto;
      width: 100%;
      height: 100%;
      -webkit-overflow-scrolling: touch; }
  #modalArea .closeButtonWrap {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10000;
    width: 40px;
    height: 40px; }
    #modalArea .closeButtonWrap .closeButton {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      cursor: pointer;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 1000;
      width: 40px;
      height: 40px; }
      #modalArea .closeButtonWrap .closeButton .wrap {
        position: relative;
        width: 60%;
        margin: auto; }
        #modalArea .closeButtonWrap .closeButton .wrap span {
          position: absolute;
          left: 0;
          right: 0;
          height: 2px;
          background-color: #fa727b;
          margin: auto;
          transition: all 0.2s; }
          #modalArea .closeButtonWrap .closeButton .wrap span:nth-of-type(1) {
            top: 0;
            bottom: 0;
            left: 0;
            transform: translateY(50%) translateY(-1px) rotate(-45deg); }
          #modalArea .closeButtonWrap .closeButton .wrap span:nth-of-type(2) {
            top: 0;
            bottom: 0;
            left: 0;
            transform: translateY(-50%) translateY(1px) rotate(45deg); }
  #modalArea.close .bg {
    display: none; }
  #modalArea .profileArea {
    display: none;
    padding: calc(70 / 690 * 100%) calc(40 / 690 * 100%) calc(20 / 690 * 100%) calc(40 / 690 * 100%); }
    #modalArea .profileArea .image {
      width: calc(205 / 610 * 100%);
      margin: 0 auto calc(24 / 610 * 100%) auto; }
    #modalArea .profileArea .name {
      font-size: 15px;
      font-size: 3rem;
      line-height: 1.2;
      font-weight: 700;
      text-align: center; }
    #modalArea .profileArea .job {
      font-size: 12px;
      font-size: 2.4rem;
      line-height: 1.33;
      text-align: center;
      margin: 0 0 calc(24 / 610 * 100%) 0; }
    #modalArea .profileArea .text {
      margin: 0 0 calc(10 / 610 * 100%) 0; }
    #modalArea .profileArea .link {
      font-size: 14px;
      font-size: 2.8rem;
      line-height: 1.5;
      font-weight: 700; }
      #modalArea .profileArea .link a {
        display: inline-block;
        color: #fa727b;
        font-weight: 400; }
  #modalArea[data-no="1"] #profile1 {
    display: block; }
  #modalArea[data-no="2"] #profile2 {
    display: block; }
  #modalArea[data-no="3"] #profile3 {
    display: block; }
  #modalArea[data-no="4"] #profile4 {
    display: block; }
  #modalArea[data-no="5"] #profile5 {
    display: block; }
  #modalArea[data-no="6"] #profile6 {
    display: block; }
  #modalArea[data-no="7"] #profile7 {
    display: block; }
  #modalArea[data-no="8"] #profile8 {
    display: block; }
  #modalArea[data-no="9"] #profile9 {
    display: block; }
  #modalArea[data-no="10"] #profile10 {
    display: block; }
  #modalArea[data-no="11"] #profile11 {
    display: block; }
  #modalArea[data-no="12"] #profile12 {
    display: block; }
  #modalArea[data-no="13"] #profile13 {
    display: block; }
  #modalArea[data-no="14"] #profile14 {
    display: block; }
  #modalArea[data-no="15"] #profile15 {
    display: block; }
  #modalArea[data-no="16"] #profile16 {
    display: block; }
  #modalArea[data-no="17"] #profile17 {
    display: block; }
  #modalArea[data-no="18"] #profile18 {
    display: block; }
  #modalArea[data-no="19"] #profile19 {
    display: block; }
  #modalArea[data-no="20"] #profile20 {
    display: block; }

@media screen and (min-width: 769px) {
  #modalArea .profileArea .name {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.22; }
  #modalArea .profileArea .job {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57; }
  #modalArea .profileArea .text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.88; }
  #modalArea .profileArea .link {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.88; } }
/* titleType01 */
.titleType01 {
  text-align: center; }
  .titleType01 .ja {
    display: block;
    font-size: 12px;
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
    margin: 0 0 calc(15 / 710 * 100%) 0; }
  .titleType01 .en {
    display: block;
    width: calc(470 / 710 * 100%);
    margin: auto; }

@media screen and (min-width: 769px) {
  .titleType01 .ja {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    margin: 0 0 calc(5 / 1200 * 100%) 0; }
  .titleType01 .en {
    width: calc(475 / 1200 * 100%); } }
