@charset "UTF-8";
.sp {
  display: none; }

.pc {
  display: block; }

@media only screen and (max-width: 750px) {
  .pc {
    display: none; }

  .sp {
    display: block; } }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

li {
  list-style: none; }

html {
  width: 100%; }

body {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, Verdana, sans-serif;
  background-color: #000;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 16px;
  height: 100%;
  -webkit-animation: bodyIn 1s ease both;
  animation: bodyIn 1s ease both; }

/*****************************************/
.wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .wrapper p {
    max-height: 999999px; }
  @media only screen and (max-width: 750px) {
    .wrapper .wrap_right {
      display: none; } }
  @media only screen and (min-width: 751px) {
    .wrapper {
      min-width: 1180px; }
      .wrapper .wrap_left {
        position: relative;
        width: calc(100% - 120px); }
      .wrapper .wrap_right {
        position: fixed;
        z-index: 900;
        right: 0;
        width: 120px;
        height: 100vh;
        background: #fff; }
        .wrapper .wrap_right::before, .wrapper .wrap_right::after {
          content: "";
          display: block;
          width: 8px;
          height: 75px;
          position: absolute;
          z-index: 900;
          left: 0;
          -webkit-transform: translateX(-100%);
          -moz-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
          -o-transform: translateX(-100%);
          transform: translateX(-100%); }
        .wrapper .wrap_right::before {
          background: url(../img/menu_base_top_pc.png) top no-repeat;
          top: 0; }
        .wrapper .wrap_right::after {
          background: url(../img/menu_base_btm_pc.png) bottom no-repeat;
          bottom: 0; }
        .wrapper .wrap_right .head_cap {
          width: 90px;
          margin: 20px auto 0; }
        .wrapper .wrap_right .txt_sao {
          width: 50px;
          margin: 20px auto 0; } }

/*****************************************/
.wrap_bg {
  background: url(../img/main_sp.jpg) top center no-repeat;
  background-size: cover;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .wrap_bg .pattern {
    display: block;
    background: rgba(0, 0, 0, 0.8) url(../img/bg_pattern.png);
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  .wrap_bg.scroll .pattern {
    opacity: 1; }
  .wrap_bg .particle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    height: 200%;
    transition: -webkit-transform 10s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 10s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 10s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 10s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: -webkit-transform 10s cubic-bezier(0.19, 1, 0.22, 1); }
  .wrap_bg .particle1 {
    background: url(../img/particle01_sp.png) repeat-y;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto; }
  .wrap_bg .particle2 {
    background: url(../img/particle02_sp.png) repeat-y;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto; }
  @media only screen and (min-width: 751px) {
    .wrap_bg {
      width: calc(100% - 120px);
      min-width: 1100px;
      background: url(../img/main_pc.jpg) top center no-repeat;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
      .wrap_bg .particle1 {
        background: url(../img/particle01_pc.png) repeat-y;
        -webkit-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto; }
      .wrap_bg .particle2 {
        background: url(../img/particle02_pc.png) repeat-y;
        -webkit-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto; } }

.icon_scroll {
  z-index: 100;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  overflow: hidden;
  width: 42px;
  height: 42px;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  transition: opacity .2s ease; }
  .icon_scroll.scroll {
    opacity: 0; }
  .icon_scroll a {
    display: block;
    background: #000 url(../img/point_btm.png) center no-repeat;
    -webkit-background-size: 12px auto;
    -o-background-size: 12px auto;
    background-size: 12px auto;
    width: 100%;
    height: 100%; }
  @media only screen and (max-width: 750px) {
    .icon_scroll {
      bottom: 2.5%; } }
  @media only screen and (min-width: 751px) {
    .icon_scroll {
      width: 60px;
      height: 60px;
      bottom: 20px; }
      .icon_scroll a {
        background: #000 url(../img/point_btm.png) center no-repeat;
        -webkit-background-size: 16px auto;
        -o-background-size: 16px auto;
        background-size: 16px auto; } }

/*****************************************/
.header {
  position: relative;
  z-index: 50;
  padding-top: 25px;
  height: 100vh; }
  .header .head_cap {
    width: 57.86%;
    margin: 0 auto; }
  .header h1 {
    position: relative;
    width: 91.46%;
    margin: 12px auto 0; }
  .header .head_txt {
    margin: 12px 0 0 3%;
    width: 16%; }
  @media only screen and (min-width: 751px) {
    .header {
      padding-top: 80px;
      max-width: 1280px;
      margin: 0 auto; }
      .header h1 {
        width: 75.78%;
        max-width: 970px;
        margin: 0 auto; }
      .header .head_txt {
        width: 9%;
        max-width: 118px;
        position: absolute;
        margin: 0;
        top: 11%; }
        .header .head_txt.ch {
          right: 14%; }
        .header .head_txt.en {
          right: 6%; } }

/*****************************************/
.contents {
  position: relative;
  z-index: 50;
  padding: 60px 4%; }
  .contents h2 {
    width: 100%;
    margin: 60px auto 0; }
  .contents .block {
    position: relative;
    margin: 15px auto 0; }
    .contents .block::before, .contents .block::after {
      content: "";
      display: block;
      width: 100%;
      padding-top: 5%; }
    .contents .block::before {
      background: url(../img/base_top_sp.png) bottom no-repeat/contain; }
    .contents .block::after {
      background: url(../img/base_btm_sp.png) top no-repeat/contain; }
    .contents .block .block_in {
      background: #22bfe2;
      color: #000;
      padding: 15px 6.5%; }
    .contents .block .txt {
      line-height: 1.6;
      font-size: 14px;
      font-size: 3.8vw; }
  .contents .period {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 30px; }
    .contents .period dt, .contents .period dd {
      font-size: 16px;
      font-size: 4.6vw;
      font-weight: bold;
      padding: 8px 3.8%; }
    .contents .period dt {
      background: #22bfe2;
      color: #fff; }
    .contents .period dd {
      background: #fff;
      color: #000; }
  .contents .btn_b {
    display: inline-block;
    background: #000;
    padding: 15px 0;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    width: 68.65%;
    margin: 20px auto 0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: center; }
    .contents .btn_b::before {
      content: "";
      display: block;
      -webkit-transition: all 0.85s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 0.85s cubic-bezier(0.165, 0.84, 0.44, 1);
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00518a+1,7db9e8+100&1+0,0+100 */
      background: -moz-linear-gradient(45deg, #00518a 0%, rgba(0, 81, 138, 0.99) 1%, rgba(125, 185, 232, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(45deg, #00518a 0%, rgba(0, 81, 138, 0.99) 1%, rgba(125, 185, 232, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(45deg, #00518a 0%, rgba(0, 81, 138, 0.99) 1%, rgba(125, 185, 232, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00518a', endColorstr='#007db9e8',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: -80%;
      z-index: 50;
      opacity: 0.8; }
    .contents .btn_b:hover::before {
      left: 0; }
  .contents .btn_b_play::after {
    content: "";
    display: block;
    background: url(../img/btn_play.png) no-repeat;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s all ease-in;
    -moz-transition: .3s all ease-in;
    -ms-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in; }
  .contents .btn_b_play:hover::after {
    opacity: 0.7; }
  .contents .btn_b_play p {
    position: relative;
    z-index: 100; }
  .contents .btn_b_play .btn_play {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 150;
    top: 0;
    left: 0;
    background: none; }
  .contents .btn_back {
    position: relative;
    width: 42.66%;
    margin: 25px auto 0;
    background: #007891;
    cursor: pointer;
    overflow: hidden; }
    .contents .btn_back::before {
      content: "";
      display: block;
      -webkit-transition: all 0.85s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 0.85s cubic-bezier(0.165, 0.84, 0.44, 1);
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3fa1e6+0,7db9e8+100&1+0,0+66 */
      background: -moz-linear-gradient(45deg, #3fa1e6 0%, rgba(104, 177, 231, 0) 66%, rgba(125, 185, 232, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(45deg, #3fa1e6 0%, rgba(104, 177, 231, 0) 66%, rgba(125, 185, 232, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(45deg, #3fa1e6 0%, rgba(104, 177, 231, 0) 66%, rgba(125, 185, 232, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fa1e6', endColorstr='#007db9e8',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: -80%;
      z-index: 50;
      opacity: 0.8; }
    .contents .btn_back:hover::before {
      left: 0; }
    .contents .btn_back a {
      position: relative;
      z-index: 100;
      display: block;
      padding: 15px 0;
      color: #FFF;
      line-height: 1;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none; }
      .contents .btn_back a::after {
        content: "";
        display: block;
        background: url(../img/point_right.png) center no-repeat;
        -webkit-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
        -webkit-transform: scale(-1, 1);
        -moz-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        -o-transform: scale(-1, 1);
        transform: scale(-1, 1);
        position: absolute;
        left: 7%;
        top: 0;
        width: 6px;
        height: 100%; }
  .contents .att_list li {
    color: #FFF;
    text-indent: -1em;
    margin-left: 1em;
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.4;
    text-align: left; }
  .contents .common_att {
    margin: 15px auto 0;
    text-align: left; }
    .contents .common_att .att_sound, .contents .common_att .att_suppport {
      margin-top: 15px;
      padding-top: 15px;
      border-top: 1px solid #8e97a0;
      font-size: 13px;
      line-height: 1.4; }
      .contents .common_att .att_sound dt, .contents .common_att .att_suppport dt {
        padding-left: 5px;
        border-left: 3px solid #fefefe; }
      .contents .common_att .att_sound dd, .contents .common_att .att_suppport dd {
        padding-left: 8px;
        margin-top: 5px; }
        .contents .common_att .att_sound dd a, .contents .common_att .att_suppport dd a {
          color: #22bfe2;
          -ms-word-break: break-all;
          word-break: break-all; }
  @media only screen and (min-width: 751px) {
    .contents {
      padding-bottom: 100px; }
      .contents h2 {
        width: 700px;
        margin-top: 90px; }
      .contents .block {
        width: 980px; }
        .contents .block::before {
          background: url(../img/base_top_pc.png) bottom no-repeat/contain; }
        .contents .block::after {
          background: url(../img/base_btm_pc.png) top no-repeat/contain; }
        .contents .block .txt {
          font-size: 16px;
          line-height: 1.8; }
      .contents .period dt, .contents .period dd {
        font-size: 24px;
        padding: 8px 18px; }
      .contents .btn_b {
        margin-top: 25px;
        margin-right: 10px;
        width: 260px;
        font-size: 15px;
        padding: 20px 0; }
      .contents .btn_play::after {
        width: 32px;
        height: 32px; }
      .contents .btn_back {
        width: 320px;
        margin-top: 70px; }
        .contents .btn_back a {
          padding: 25px 0;
          font-size: 20px; }
          .contents .btn_back a::after {
            width: 9px; }
      .contents .common_att {
        width: 850px; }
        .contents .common_att .att_sound, .contents .common_att .att_suppport {
          margin-top: 30px;
          padding-top: 30px; }
          .contents .common_att .att_sound dt, .contents .common_att .att_suppport dt {
            border-width: 5px; }
          .contents .common_att .att_sound dd, .contents .common_att .att_suppport dd {
            margin-left: 5px; } }

/*****************************************/
.top .lead {
  line-height: 1.8;
  font-size: 14px;
  font-size: 4vw; }
.top .login .login_error {
  color: #fd0000;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.4; }
.top .login .login_list {
  text-align: left;
  margin-top: 20px; }
  .top .login .login_list dt {
    padding: 3px 0 3px 5px;
    border-left: 3px solid #000;
    font-weight: bold;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    font-size: 4vw; }
    .top .login .login_list dt span {
      font-size: 12px;
      font-size: 3vw; }
  .top .login .login_list .input {
    margin-top: 8px; }
  .top .login .login_list .att li {
    font-size: 12px;
    line-height: 1.3; }
.top .login input {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.top .login .login_btn {
  cursor: pointer;
  padding: 0;
  margin-top: 25px; }
  .top .login .login_btn input {
    cursor: pointer;
    position: relative;
    z-index: 100;
    background: none;
    color: #FFF;
    padding: 15px 0;
    font-size: 14px;
    line-height: 1; }
@media only screen and (min-width: 751px) {
  .top .lead {
    font-size: 19px; }
  .top .login .login_error {
    margin-bottom: 45px;
    font-size: 16px; }
  .top .login .login_list {
    width: 680px;
    margin: 25px auto 0; }
    .top .login .login_list dt {
      font-size: 16px;
      padding: 2px 0 2px 8px;
      border-width: 5px; }
      .top .login .login_list dt span {
        font-size: 12px; }
  .top .login .login_btn {
    margin-top: 45px; }
    .top .login .login_btn input {
      font-size: 15px; } }

/*****************************************/
.play .audio_list {
  margin-top: 45px;
  text-align: left; }
  .play .audio_list li {
    position: relative;
    overflow: hidden;
    background: #22bfe2;
    margin-top: 5px;
    padding: 14px 10px;
    font-size: 14px;
    font-size: 3.8vw; }
    .play .audio_list li::after {
      content: "";
      display: block;
      background: url(../img/btn_play.png) no-repeat;
      -webkit-background-size: 100% auto;
      -o-background-size: 100% auto;
      background-size: 100% auto;
      width: 18px;
      height: 18px;
      position: absolute;
      z-index: 100;
      top: 50%;
      right: 5%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .play .audio_list li::before {
      content: "";
      display: block;
      -webkit-transition: all 0.85s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 0.85s cubic-bezier(0.165, 0.84, 0.44, 1);
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3fa1e6+0,7db9e8+100&1+0,0+66 */
      background: -moz-linear-gradient(45deg, #3fa1e6 0%, rgba(104, 177, 231, 0) 66%, rgba(125, 185, 232, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(45deg, #3fa1e6 0%, rgba(104, 177, 231, 0) 66%, rgba(125, 185, 232, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(45deg, #3fa1e6 0%, rgba(104, 177, 231, 0) 66%, rgba(125, 185, 232, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fa1e6', endColorstr='#007db9e8',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: -80%;
      z-index: 50;
      opacity: 0.8; }
    .play .audio_list li:hover::before {
      left: 0; }
    .play .audio_list li p {
      position: relative;
      z-index: 100; }
    .play .audio_list li span {
      display: inline-block;
      padding-right: 4px; }
    .play .audio_list li .btn_play {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 150;
      top: 0;
      left: 0;
      background: none;
      padding: 0; }
  .play .audio_list dl {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .play .audio_list dl:not(:first-of-type) {
      margin-top: 10px; }
  .play .audio_list dt {
    width: calc(100% - 47px);
    position: relative;
    display: block;
    background: #22bfe2;
    font-size: 15px;
    font-size: 4.2vw;
    padding: 14px 38px 14px 0.5em;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .play .audio_list dt::after {
      content: "";
      display: block;
      background: url(../img/point_btm.png) center no-repeat;
      -webkit-background-size: 100% auto;
      -o-background-size: 100% auto;
      background-size: 100% auto;
      width: 13px;
      height: 100%;
      position: absolute;
      z-index: 100;
      right: 14px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .play .audio_list dt::before {
      content: "";
      display: block;
      -webkit-transition: all 0.85s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 0.85s cubic-bezier(0.165, 0.84, 0.44, 1);
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3fa1e6+0,7db9e8+100&1+0,0+100 */
      background: -moz-linear-gradient(45deg, #3fa1e6 0%, rgba(125, 185, 232, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(45deg, #3fa1e6 0%, rgba(125, 185, 232, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(45deg, #3fa1e6 0%, rgba(125, 185, 232, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fa1e6', endColorstr='#007db9e8',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      width: 80%;
      height: 100%;
      position: absolute;
      top: 0;
      left: -80%;
      z-index: 50;
      opacity: 0.8; }
    .play .audio_list dt:hover::before {
      left: 0; }
    .play .audio_list dt p {
      position: relative;
      z-index: 100; }
    .play .audio_list dt span {
      display: inline-block;
      padding-right: 5px; }
  .play .audio_list .audio_btn {
    position: relative;
    overflow: hidden;
    width: 45px;
    background: #22bfe2;
    cursor: pointer; }
    .play .audio_list .audio_btn::before {
      content: "";
      display: block;
      -webkit-transition: all 0.85s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 0.85s cubic-bezier(0.165, 0.84, 0.44, 1);
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3fa1e6+0,7db9e8+100&1+0,0+66 */
      background: -moz-linear-gradient(45deg, #3fa1e6 0%, rgba(104, 177, 231, 0) 66%, rgba(125, 185, 232, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(45deg, #3fa1e6 0%, rgba(104, 177, 231, 0) 66%, rgba(125, 185, 232, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(45deg, #3fa1e6 0%, rgba(104, 177, 231, 0) 66%, rgba(125, 185, 232, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fa1e6', endColorstr='#007db9e8',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: -80%;
      z-index: 50;
      opacity: 0.8; }
    .play .audio_list .audio_btn:hover::before {
      left: 0; }
    .play .audio_list .audio_btn .btn_play {
      background: url(../img/btn_play.png) center center no-repeat;
      -webkit-background-size: 40% auto;
      -o-background-size: 40% auto;
      background-size: 40% auto;
      height: 100%;
      padding: 0;
      position: relative;
      z-index: 100; }
      .play .audio_list .audio_btn .btn_play:hover {
        opacity: 1; }
    .play .audio_list .audio_btn:hover .btn_play {
      opacity: 0.7; }
  .play .audio_list .audio_txt {
    position: relative;
    display: none;
    background: #FFF;
    color: #000;
    width: calc(100% - 47px);
    padding: 20px;
    line-height: 1.6;
    font-size: 14px;
    font-size: 3.8vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .play .audio_list .audio_txt .img_dm {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 200; }
      .play .audio_list .audio_txt .img_dm img {
        width: 100%;
        height: 100%; }
  .play .audio_list .open dt::after {
    -webkit-transform: scale(1, -1) translateY(50%);
    -moz-transform: scale(1, -1) translateY(50%);
    -ms-transform: scale(1, -1) translateY(50%);
    -o-transform: scale(1, -1) translateY(50%);
    transform: scale(1, -1) translateY(50%); }
.play .lang_list {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 25px auto 0; }
  .play .lang_list .btn_back {
    margin: 0; }
    .play .lang_list .btn_back a::after {
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
      left: auto;
      right: 7%; }
    .play .lang_list .btn_back a span {
      font-size: 11px;
      font-size: 2vw; }
.play .footer {
  padding-bottom: 180px; }
@media only screen and (max-width: 750px) {
  .play .lang_list .btn_back {
    width: 47.76%; } }
@media only screen and (min-width: 751px) {
  .play .audio_list {
    width: 680px;
    margin: 100px auto 0; }
    .play .audio_list li {
      font-size: 16px;
      padding: 22px 20px;
      line-height: 1; }
      .play .audio_list li::after {
        width: 32px;
        height: 32px;
        right: 20px; }
    .play .audio_list dt {
      font-size: 16px;
      padding: 22px 40px 22px 20px;
      width: calc(100% - 62px); }
    .play .audio_list .audio_btn {
      width: 60px; }
      .play .audio_list .audio_btn .btn_play {
        width: 100%;
        -webkit-background-size: 48% auto;
        -o-background-size: 48% auto;
        background-size: 48% auto; }
    .play .audio_list .audio_txt {
      width: calc(100% - 62px);
      padding: 35px 40px;
      font-size: 13px;
      line-height: 1.8; }
  .play .lang_list {
    width: 680px;
    margin-top: 70px; }
    .play .lang_list .btn_back a span {
      font-size: 14px; }
  .play .footer {
    padding-bottom: 180px; } }

#player {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  #player.show {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

/*****************************************/
.trial .product {
  margin: 60px auto 0; }
  .trial .product .product_img {
    width: 55%;
    margin: 0 auto; }
  .trial .product .product_txt {
    margin-top: 25px;
    padding: 25px 0;
    border-top: 1px solid #8e97a0;
    border-bottom: 1px solid #8e97a0;
    text-align: left;
    line-height: 1.3; }
    .trial .product .product_txt .name1 {
      font-size: 10px;
      font-size: 3vw; }
    .trial .product .product_txt .name2 {
      font-size: 14px;
      font-size: 4vw; }
      .trial .product .product_txt .name2 span {
        font-size: 17px;
        font-size: 5.5vw;
        font-weight: bold; }
    .trial .product .product_txt .detail {
      font-size: 14px;
      font-size: 4vw;
      line-height: 1.5;
      margin-top: 12px; }
.trial .product_add {
  margin-top: 25px;
  text-align: left;
  line-height: 1.8;
  font-size: 14px;
  font-size: 4vw;
  font-weight: 600; }
@media only screen and (min-width: 751px) {
  .trial .product {
    display: flex;
    width: 980px; }
    .trial .product .product_img {
      width: 400px; }
    .trial .product .product_txt {
      margin: 0 0 0 35px;
      padding: 30px 0;
      width: calc(100% - 430px); }
      .trial .product .product_txt .name1 {
        font-size: 14px; }
      .trial .product .product_txt .name2 {
        margin-top: 7px;
        font-size: 18px;
        line-height: 1.5; }
        .trial .product .product_txt .name2 span {
          font-size: 28px; }
      .trial .product .product_txt .detail {
        font-size: 14px;
        margin-top: 25px;
        line-height: 1.8; }
  .trial .product_add {
    font-size: 16px;
    text-align: center; } }

/*****************************************/
.footer {
  position: relative;
  z-index: 10;
  background: #22bfe2;
  padding: 30px 0;
  font-size: 12px;
  font-size: 3vw; }
  .footer .bnr_list {
    width: 84%;
    margin: 0 auto; }
    .footer .bnr_list li {
      position: relative;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      cursor: pointer; }
      .footer .bnr_list li:hover {
        opacity: 0.7; }
      .footer .bnr_list li:not(:first-of-type) {
        margin-top: 10px; }
      .footer .bnr_list li a {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 100%; }
  .footer .anx_link {
    display: flex;
    margin-top: 35px;
    -webkit-justify-content: center;
    justify-content: center; }
    .footer .anx_link li:nth-of-type(2) {
      margin: 0 1em; }
    .footer .anx_link a {
      position: relative;
      color: #fff;
      display: block;
      font-weight: bold;
      padding-right: 1em;
      text-decoration: none;
      background: url(../img/point_right.png) right center no-repeat;
      -webkit-background-size: auto 60%;
      -o-background-size: auto 60%;
      background-size: auto 60%; }
      .footer .anx_link a:before {
        content: "";
        display: block;
        width: 0;
        height: 2px;
        background: #FFF;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: width 0.85s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: width 0.85s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .footer .anx_link a:hover::before {
        width: 100%; }
  .footer .law {
    margin-top: 30px;
    line-height: 1.4; }
  .footer .copy {
    margin: 5px 5% 0;
    line-height: 1.4; }
  @media only screen and (min-width: 751px) {
    .footer {
      padding: 70px 0 180px; }
      .footer .bnr_list {
        display: flex;
        -webkit-justify-content: center;
        justify-content: center; }
        .footer .bnr_list li {
          width: 420px; }
          .footer .bnr_list li:not(:first-of-type) {
            margin: 0 0 0 20px; }
      .footer .anx_link {
        margin-top: 50px; }
        .footer .anx_link a {
          font-size: 13px; }
      .footer .law {
        margin-top: 40px;
        font-size: 11px; }
      .footer .copy {
        font-size: 11px;
        line-height: 1.8; } }

/*****************************************/
@-webkit-keyframes bodyIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes bodyIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes bodyIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes bodyIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes pointBtm {
  0% {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  100% {
    -webkit-transform: translate(-5%, -50%);
    -moz-transform: translate(-5%, -50%);
    -ms-transform: translate(-5%, -50%);
    -o-transform: translate(-5%, -50%);
    transform: translate(-5%, -50%); } }
@-o-keyframes pointBtm {
  0% {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  100% {
    -webkit-transform: translate(-5%, -50%);
    -moz-transform: translate(-5%, -50%);
    -ms-transform: translate(-5%, -50%);
    -o-transform: translate(-5%, -50%);
    transform: translate(-5%, -50%); } }
@-moz-keyframes pointBtm {
  0% {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  100% {
    -webkit-transform: translate(-5%, -50%);
    -moz-transform: translate(-5%, -50%);
    -ms-transform: translate(-5%, -50%);
    -o-transform: translate(-5%, -50%);
    transform: translate(-5%, -50%); } }
@keyframes pointBtm {
  0% {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  100% {
    -webkit-transform: translate(-5%, -50%);
    -moz-transform: translate(-5%, -50%);
    -ms-transform: translate(-5%, -50%);
    -o-transform: translate(-5%, -50%);
    transform: translate(-5%, -50%); } }
