.t-bgTokyofm {
  position: relative;
}
.t-bgTokyofm::before, .t-bgTokyofm::after {
  content: "";
  display: block;
  width: calc( ( 100vw - 1200px ) / 2 );
  min-width: 300px;
  height: calc(100%);
  position: absolute;
  top: 200px;
  background-image: url(../img/radio/bg_tokyofm.png);
}
.t-bgTokyofm::before {
  right: 50%;
  transform: translate(-600px, 0);
  background-position: right top;
}
.t-bgTokyofm::after {
  left: 50%;
  transform: translate(600px, 0);
  background-position: left top;
}

@media screen and (max-width: 767px) {
  .t-spc.m-btn {
    margin-top: 2em;
  }
}
@media screen and (min-width: 768px) {
  .t-spc.m-btn {
    margin-top: 3em;
  }
}

.t-grid.m-flex__wrap, .t-grid.m-flex__wrap_reverse, .t-grid.m-flex__column, .t-grid.m-flex__column_reverse, .t-grid.m-flex__row, .t-grid.m-flex__row_reverse {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
}
.t-grid.m-flex__wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.t-grid.m-flex__wrap_reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.t-grid.m-flex__column {
  flex-direction: column;
  -ms-flex-direction: column;
}
.t-grid.m-flex__column_reverse {
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
}
.t-grid.m-flex__row {
  flex-direction: row;
  -ms-flex-direction: row;
}
.t-grid.m-flex__row_reverse {
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.t-grid.m-flex__left {
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
.t-grid.m-flex__center {
  -ms-flex-pack: center;
  justify-content: center;
}
.t-grid.m-flex__right {
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.t-grid.m-flex__between {
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.t-grid.m-flex__around {
  -ms-flex-pack: space-around;
  justify-content: space-around;
}
.t-grid.m-flex__align_top {
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}
.t-grid.m-flex__align_middle {
  -ms-grid-row-align: center;
  align-items: center;
}
.t-grid.m-flex__align_bottom {
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}
.t-grid.m-spc_lr__5 {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.t-grid.m-spc_lr__5 > * {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.t-grid.m-spc_b__10 {
  margin-bottom: -10px;
}
.t-grid.m-spc_b__10 > * {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .t-grid.m-flex__sp_wrap, .t-grid.m-flex__sp_wrap_reverse, .t-grid.m-flex__sp_column, .t-grid.m-flex__sp_column_reverse, .t-grid.m-flex__sp_row, .t-grid.m-flex__sp_row_reverse {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
  }
  .t-grid.m-flex__sp_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .t-grid.m-flex__sp_wrap_reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .t-grid.m-flex__sp_column {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .t-grid.m-flex__sp_column_reverse {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
  .t-grid.m-flex__sp_row {
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .t-grid.m-flex__sp_row_reverse {
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }
  .t-grid.m-flex__sp_left {
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  .t-grid.m-flex__sp_center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .t-grid.m-flex__sp_right {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
  .t-grid.m-flex__sp_between {
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .t-grid.m-flex__sp_around {
    -ms-flex-pack: space-around;
    justify-content: space-around;
  }
  .t-grid.m-flex__sp_align_top {
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .t-grid.m-flex__sp_align_middle {
    -ms-grid-row-align: center;
    align-items: center;
  }
  .t-grid.m-flex__sp_align_bottom {
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }
  .t-grid.m-col__sp_1-2_w > * {
    flex: 0 1 50%;
    max-width: 50%;
  }
  .t-grid.m-col__sp_1-2_w > * > * {
    height: 100%;
  }
  .t-grid.m-spc_lr__sp_10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .t-grid.m-spc_lr__sp_10 > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .t-grid.m-spc_b__sp_30 {
    margin-bottom: -30px;
  }
  .t-grid.m-spc_b__sp_30 > * {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .t-grid.m-flex__pc_wrap, .t-grid.m-flex__pc_wrap_reverse, .t-grid.m-flex__pc_column, .t-grid.m-flex__pc_column_reverse, .t-grid.m-flex__pc_row, .t-grid.m-flex__pc_row_reverse {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
  }
  .t-grid.m-flex__pc_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .t-grid.m-flex__pc_wrap_reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .t-grid.m-flex__pc_column {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .t-grid.m-flex__pc_column_reverse {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
  .t-grid.m-flex__pc_row {
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .t-grid.m-flex__pc_row_reverse {
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }
  .t-grid.m-flex__pc_left {
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  .t-grid.m-flex__pc_center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .t-grid.m-flex__pc_right {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
  .t-grid.m-flex__pc_between {
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .t-grid.m-flex__pc_around {
    -ms-flex-pack: space-around;
    justify-content: space-around;
  }
  .t-grid.m-flex__pc_align_top {
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .t-grid.m-flex__pc_align_middle {
    -ms-grid-row-align: center;
    align-items: center;
  }
  .t-grid.m-flex__pc_align_bottom {
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }
  .t-grid.m-col__pc_1-2_w > * {
    flex: 0 1 50%;
    max-width: 50%;
  }
  .t-grid.m-col__pc_1-2_w > * > * {
    height: 100%;
  }
  .t-grid.m-col__pc_1-3_w > * {
    flex: 0 1 33.33333%;
    max-width: 33.33333%;
  }
  .t-grid.m-col__pc_1-3_w > * > * {
    height: 100%;
  }
  .t-grid.m-col__pc_1-4_w > * {
    flex: 0 1 25%;
    max-width: 25%;
  }
  .t-grid.m-col__pc_1-4_w > * > * {
    height: 100%;
  }
  .t-grid .m-col__pc_2-3 {
    flex: 0 1 66.66667%;
    max-width: 66.66667%;
  }
  .t-grid .m-col__pc_2-3 > * {
    position: relative;
    display: block;
    height: 100%;
  }
  .t-grid.m-spc_lr__pc_30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .t-grid.m-spc_lr__pc_30 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .t-grid.m-spc_b__pc_60 {
    margin-bottom: -60px;
  }
  .t-grid.m-spc_b__pc_60 > * {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .t-grid.m-col__tb_1-2_w > * {
    flex: 0 1 50%;
    max-width: 50%;
  }
  .t-grid.m-col__tb_1-2_w > * > * {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-artFront {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .p-artFront_h {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .p-artFront {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .p-artFront_h {
    padding-bottom: 200px;
  }
}

.p-artLower_h {
  margin-bottom: 50px;
  position: relative;
}
.p-artLower_h .lg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-artLower {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .p-artLower {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

.p-boxEmbed {
  position: relative;
  z-index: 2;
}
.p-boxEmbed .txt {
  margin-top: .7em;
}
@media screen and (max-width: 767px) {
  .p-boxEmbed {
    margin-bottom: 50px;
  }
  .p-boxEmbed > * + * {
    margin-top: 20px;
  }
  .p-boxEmbed .youtube iframe {
    width: 100%;
    height: 60vw;
  }
  .p-boxEmbed .spotify iframe {
    width: 100%;
    height: 152px;
  }
}
@media screen and (min-width: 768px) {
  .p-boxEmbed {
    margin-left: -20px;
    margin-right: -20px;
  }
  .p-boxEmbed > * {
    padding: 0 20px;
  }
  .p-boxEmbed .youtube {
    width: calc(100% - 40px - 300px);
    flex: 1;
  }
  .p-boxEmbed .youtube iframe {
    width: 100%;
    height: 352px;
    vertical-align: bottom;
  }
  .p-boxEmbed .spotify {
    width: 340px;
  }
  .p-boxEmbed .spotify iframe {
    vertical-align: bottom;
    width: 100%;
    height: 352px;
  }
}

@media screen and (max-width: 767px) {
  .p-boxEmbed2 {
    margin-bottom: 50px;
  }
  .p-boxEmbed2 > * + * {
    margin-top: 20px;
  }
  .p-boxEmbed2 .txtbox {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #DCDCDC;
    height: 357px;
    font-size: 1.8rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-boxEmbed2 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .p-boxEmbed2 > * {
    padding: 0 20px;
  }
  .p-boxEmbed2 .youtube {
    width: calc(100% - 40px - 300px);
    flex: 1;
  }
  .p-boxEmbed2 .spotify {
    width: 340px;
  }
  .p-boxEmbed2 .txtbox {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #DCDCDC;
    height: 100%;
    font-size: 2.5rem;
    text-align: center;
  }
}

.p-boxX .inner {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-boxX .inner iframe {
    max-height: 60vh;
  }
}
@media screen and (min-width: 768px) {
  .p-boxX {
    text-align: center;
    padding-top: 10vh;
    padding-bottom: 10vh;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
}
.p-modal_i {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: 96vw;
  max-height: 96vh;
  background-color: #fff;
}
.p-modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
}

.p-secFront + .p-secFront {
  margin-top: 30px;
}
.p-secFront .txtbox {
  padding-left: 8%;
}
.p-secFront_i {
  position: relative;
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
.p-secFront_h {
  padding-bottom: 1.5em;
}
.p-secFront_c > * + * {
  margin-top: 2em;
}
.p-secFront .arrow {
  opacity: 0;
  width: 76px;
  height: 76px;
  border-radius: 999px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: -25%;
  transform: translate(0, -50%);
  transition: all 300ms ease-out 0s;
}
.p-secFront .arrow::before, .p-secFront .arrow::after {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 999px;
}
.p-secFront .arrow::before {
  transform: translate(-40%, -50%) rotate(45deg);
  margin-top: -7.8125px;
}
.p-secFront .arrow::after {
  transform: translate(-40%, -50%) rotate(-45deg);
  margin-top: 7.8125px;
}
.p-secFront .imgbox .img {
  overflow: hidden;
  position: relative;
  border-radius: 9px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  width: 190%;
  margin-left: -90%;
  height: 0;
  padding-top: 124.40197%;
  position: relative;
}
.p-secFront .imgbox .img img {
  transition: all 300ms ease-out 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-secFront:nth-child(2n+1) .imgbox .img {
  transform: rotate(-4deg);
}
.p-secFront:nth-child(2n+1) a {
  z-index: 2;
}
.p-secFront:nth-child(2n+1) a:hover .imgbox .img img {
  transform: scale(1.2) rotate(5deg);
}
.p-secFront:nth-child(2n) .imgbox .img {
  transform: rotate(4deg);
}
.p-secFront:nth-child(2n) a {
  z-index: 2;
}
.p-secFront:nth-child(2n) a:hover .imgbox .img img {
  transform: scale(1.2) rotate(-5deg);
}
.p-secFront a {
  position: relative;
  text-decoration: none;
  color: #175539;
}
.p-secFront a:hover {
  opacity: 1;
  z-index: 3;
}
.p-secFront a:hover .txtbox {
  opacity: .7;
}
.p-secFront a:hover .arrow {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-secFront + .p-secFront {
    margin-top: 100px;
  }
  .p-secFront .txtbox {
    padding-left: 0;
  }
  .p-secFront .imgbox {
    margin-bottom: 2em;
  }
  .p-secFront .imgbox .img {
    width: 110%;
    height: auto;
    padding-top: 0;
    margin-left: -10%;
  }
  .p-secFront .imgbox .img img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .p-secFront .btn {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-secLower01 {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .p-secLower01_h {
    display: block;
    text-align: center;
    margin-bottom: 2em;
  }
  .p-secLower01_c .c_w {
    padding-top: 170px;
    margin-top: -170px;
  }
}
@media screen and (min-width: 768px) {
  .p-secLower01 {
    margin-top: -10vh;
  }
  .p-secLower01_h {
    text-align: center;
  }
  .p-secLower01_h > .h_w {
    height: 100vh;
    position: relative;
  }
  .p-secLower01_h > .h_w > .h {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: normal;
    display: inline-block;
    text-align: left;
    height: fit-content !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .p-secLower01_h > .h_w > .h span {
    display: block;
    white-space: nowrap;
  }
  .p-secLower01_h > .h_w > .h .sm {
    font-size: 1.8rem;
    font-weight: 400;
    margin-left: .5em;
  }
  .p-secLower01_h > .h_w > .h .lg {
    font-size: 3.6rem;
  }
  .p-secLower01_c {
    padding-top: 50vh;
  }
  .p-secLower01_c .c_w {
    min-height: 100vh;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-secPersonality_h {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .p-secPersonality {
    padding-top: 20vh;
    padding-bottom: 10vh;
  }
  .p-secPersonality_h {
    margin-bottom: 3em;
  }
}

@media screen and (max-width: 767px) {
  .p-secSimple {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-secSimple_h {
    margin-bottom: 2em;
  }
  .p-secSimple_c > * + * {
    margin-top: 3em;
  }
  .p-secSimple_c .btn {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-secSimple {
    padding-top: 10vh;
    padding-bottom: 10vh;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-secSimple_h {
    margin-bottom: 4em;
  }
  .p-secSimple_c > * + * {
    margin-top: 3em;
  }
}

.c-btn a, .c-btn .a, .c-btn label, .c-btn button {
  line-height: 1.3;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: all 300ms ease-out 0s;
  cursor: pointer;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}
.c-btn a:hover, .c-btn .a:hover, .c-btn label:hover, .c-btn button:hover {
  opacity: .7;
}
.c-btnRound a, .c-btnRound .a, .c-btnRound label, .c-btnRound button {
  border-radius: 999px;
  font-weight: 700;
}
.c-btnRound a .s, .c-btnRound .a .s, .c-btnRound label .s, .c-btnRound button .s {
  font-size: .8em;
}
.c-btnRound.m-wide a, .c-btnRound.m-wide .a, .c-btnRound.m-wide label, .c-btnRound.m-wide button {
  width: 100%;
  padding: .4em 1em;
  white-space: nowrap;
}
.c-btnRound.m-gn a, .c-btnRound.m-gn .a, .c-btnRound.m-gn label, .c-btnRound.m-gn button {
  background-color: #05674a;
  border: solid 1px #05674a;
  color: #fff;
}
.c-btnRound.m-wt a, .c-btnRound.m-wt .a, .c-btnRound.m-wt label, .c-btnRound.m-wt button {
  background-color: #fff;
  border: solid 1px #fff;
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-btnRound a, .c-btnRound .a, .c-btnRound label, .c-btnRound button {
    font-size: 1.4rem;
    min-height: 45px;
    padding: .4em 3em;
  }
}
@media screen and (min-width: 768px) {
  .c-btnRound a, .c-btnRound .a, .c-btnRound label, .c-btnRound button {
    font-size: 2rem;
    min-height: 63px;
    padding: .4em 3em;
  }
}

.c-linkProgram a {
  position: fixed;
  top: 15vh;
  right: -10px;
  z-index: 100;
  transform: rotate(2deg);
  border-radius: 12px;
  display: block;
  overflow: hidden;
  box-shadow: 10px 9px 10px rgba(0, 0, 0, 0.16);
}
.c-linkProgram a img {
  transition: all 300ms ease-out 0s;
}
.c-linkProgram a:hover {
  opacity: 1;
}
.c-linkProgram a:hover img {
  transform: scale(1.2) rotate(-2deg);
}
@media screen and (max-width: 767px) {
  .c-linkProgram a {
    top: auto;
    bottom: 15vh;
  }
  .c-linkProgram a img {
    width: 99.2px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  .c-linkProgram a img {
    width: 198.4px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .c-linkProgram a img {
    width: 198.4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .c-linkProgram a {
    top: auto;
    bottom: 10vh;
  }
  .c-linkProgram a img {
    width: 173.6px;
  }
}

.c-ttlFront .sm {
  font-weight: 700;
}
.c-ttlFront .lg {
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .c-ttlFront .sm {
    font-size: 1.3rem;
    margin-bottom: 1.5em;
  }
  .c-ttlFront .sm img.tokyofm {
    width: 90.3px;
    height: auto;
  }
  .c-ttlFront .sm img.musicbird {
    width: 189px;
  }
  .c-ttlFront .sm .sp_right {
    text-align: right;
  }
  .c-ttlFront .lg {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .c-ttlFront .sm {
    font-size: 1.5rem;
    margin-bottom: 2em;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .c-ttlFront .lg {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ttlProfile .img {
    margin-bottom: 2em;
  }
  .c-ttlProfile .lg {
    font-size: 2.1rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 768px) {
  .c-ttlProfile .img {
    margin-bottom: 3em;
  }
  .c-ttlProfile .lg {
    font-size: 3rem;
    line-height: 1.25;
  }
}
.c-ttlSimple .lg {
  line-height: 1.25;
  display: block;
  letter-spacing: .135em;
}
@media screen and (max-width: 767px) {
  .c-ttlSimple .lg {
    text-align: center;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .c-ttlSimple .lg {
    font-size: 5rem;
  }
}

.c-txt {
  line-height: 1.72222;
}
.c-txt p + p {
  margin-top: 1.72222em;
}
@media screen and (max-width: 767px) {
  .c-txt p + p {
    margin-top: 1.72222em;
  }
}
@media screen and (min-width: 768px) {
  .c-txt {
    font-size: 1.8rem;
  }
  .c-txt .xs {
    font-size: 1.2rem;
  }
}

.c-listFrontDetails {
  font-weight: 700;
}
.c-listFrontDetails dt, .c-listFrontDetails dd {
  letter-spacing: normal;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-listFrontDetails dt + dd {
    margin-left: 1em;
  }
  .c-listFrontDetails dt, .c-listFrontDetails dd {
    font-size: 1.5rem;
  }
  .c-listFrontDetails dt {
    width: 4em;
  }
}
@media screen and (min-width: 768px) {
  .c-listFrontDetails {
    letter-spacing: -.4em;
  }
  .c-listFrontDetails dl > div {
    display: inline-block;
  }
  .c-listFrontDetails dl > div + div {
    margin-left: 3em;
  }
  .c-listFrontDetails dt + dd {
    margin-left: 1em;
  }
  .c-listFrontDetails dt, .c-listFrontDetails dd {
    font-size: 2rem;
  }
}

.js-hovers {
  cursor: pointer;
}

.js-move {
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: #05674a;
  position: fixed;
  top: 100vh;
  left: 0;
  z-index: 9999;
}
