* {
  box-sizing: border-box;
  word-break: break-all;
}
*:focus {
    outline: none;
}
body,
html {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  font-family: "Helvetica Neue", "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
body {
  overflow: auto;
}
body.no-scroll {
  overflow: hidden;
}
img {
  max-width: 100%; /* 初期値 */
  height: auto;
  vertical-align: bottom;
}

/* main_container */
  .main_container {
    display: flex;
  }

/*bg_wrap*/
  .bg_wrap {
    flex: 1 1 auto;
  }
  .bg_wrap.left {
  }
  .bg_wrap.right {
  }

/* maincontens */
  .main_contents {
    position: relative;
    max-width: 100%;
    width: 100%;
    flex: 1 1 100%;
    margin: auto;
  }

  .seen {
    position: relative;
    overflow: hidden;
  }
  .bg_img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .before {
    animation-delay: -1s;
    -webkit-animation: -1s;
  }
  .after {
    position: absolute;
    top: 0;
    left: 0;

    animation-delay: -2s;
    -webkit-animation: -2s;
  }
  .hide {
    display: none;
  }

  /* loading */
  #loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 9999;
  }
  #loader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 2;
  }

  /* top */
  .logo {
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    transition: .7s;
  }

  .bloc-logo,
  #logo-canvas {
    width: 100%;
  }

  .top_back_image {
    height: 0;
    padding-top: calc(1920 / 1920 * 100%);
    background: url("../images/top/seen_1_back.png") 0 0 no-repeat;
    background-size: cover;
  }
  .top_back {
    top: 0;
    left: 0;
  }
  .back_ani1 {
    animation: AnimateSwitch_Top1 1s linear infinite 0s forwards;
    -webkit-animation: AnimateSwitch_Top1 1s linear infinite 0s forwards;
  }
  .back_ani2 {
    animation: AnimateSwitch_Top2 1s linear infinite 0s forwards;
    -webkit-animation: AnimateSwitch_Top2 1s linear infinite 0s forwards;
  }
  .back_ani3 {
    animation: AnimateSwitch_Top3 1s linear infinite 0s forwards;
    -webkit-animation: AnimateSwitch_Top3 1s linear infinite 0s forwards;
  }

  /* animation : AnimateSwitch_TOP */
  @keyframes AnimateSwitch_Top1 {
    0% { visibility: visible; }
    50% { visibility: hidden; }
    100% { visibility: hidden }
  }
  @-webkit-keyframes AnimateSwitch_Top1 {
    0% { visibility: visible; }
    50% { visibility: visible; }
    100% { visibility: visible }
  }
  @keyframes AnimateSwitch_Top2 {
    0% { visibility: hidden; }
    50% { visibility: visible; }
    100% { visibility: visible }
  }
  @-webkit-keyframes AnimateSwitch_Top2 {
    0% { visibility: hidden; }
    50% { visibility: visible; }
    100% { visibility: visible }
  }
  @keyframes AnimateSwitch_Top3 {
    0% { visibility: hidden; }
    50% { visibility: hidden; }
    100% { visibility: visible }
  }
  @-webkit-keyframes AnimateSwitch_Top3 {
    0% { visibility: hidden; }
    50% { visibility: hidden; }
    100% { visibility: visible }
  }



  .gradation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .gradation {
    background: radial-gradient(20% 20% at 33% 63%  ,#B18FF7,#B18FF7,#F2A254, #90F882, #ffffff, #ffffff);
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-size: 100% 100%;
    -webkit-animation: Animategradation 6s ease infinite;
    animation: Animategradation 6s ease infinite;
  }

  /* animation : Animategradation */
  @-webkit-keyframes Animategradation {
    0%{
    background-size:0% 0%;
    background-position:33% 63%;
    }
    50%{
    background-size:400% 400%;
    background-position:33% 63%;
    }
    100%{
    background-size:0% 0%;
    background-position:33% 63%;
    }
  }
  @keyframes Animategradation {
    0%{
    background-size:0% 0%;
    background-position:33% 63%;
    }
    50%{
    background-size:400% 400%;
    background-position:33% 63%;
    }
    100%{
    background-size:0% 0%;
    background-position:33% 63%;
    }
  }


  /* news */
  .news {
    width: 100%;
    height: 0;
    padding-top: calc(1920 / 1920 * 100%);
    background: url("../images/news/seen_2_back.png") 0 0 no-repeat;
    background-size: cover;
  }

  .news .bg_img {
    visibility: hidden;
  }

  .news .contents_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .news_logo {
    position: absolute;
    width: 20%;
    right: 20%;
    top: 13%;
    z-index: 90;
  }
  .news_logo img.before {
    visibility: visible;
    animation: AnimateSwitch_before 1s linear infinite 0s forwards;
    -webkit-animation: AnimateSwitch_before 1s linear infinite 0s forwards;
  }
  .news_logo img.after {
    visibility: hidden;
    animation: AnimateSwitch_after 1s linear infinite 0s forwards;
    -webkit-animation: AnimateSwitch_after 1s linear infinite 0s forwards;
  }

  .back_member {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .member_img {
    position: absolute;
    width: 20%;
  }
  .member_img.member_img_1 {
    bottom: 19%;
    width: 33%;
    z-index: 1;
    left: 0;
  }
  .member_img.member_img_2 {
    bottom: 36%;
    left: 0;
    width: 16%;
  }
  .member_img.member_img_3 {
    bottom: 15%;
    right: 10%;
    width: 25%;
  }
  .member_img.move img.before {
    visibility: visible;
    animation: AnimateMember_before 1s linear infinite 0s forwards;
    -webkit-animation: AnimateMember_before 1s linear infinite 0s forwards;
  }
  .member_img.move img.after {
    visibility: hidden;
    animation: AnimateMember_after 1s linear infinite 0s forwards;
    -webkit-animation: AnimateMember_after 1s linear infinite 0s forwards;
  }
  /* animation : AnimateMember */
  @keyframes AnimateMember_before {
    0% { visibility: visible; }
    50% { visibility: hidden; }
    100% { visibility: hidden }
  }
  @-webkit-keyframes AnimateMember_before {
    0% { visibility: visible; }
    50% { visibility: hidden; }
    100% { visibility: hidden }
  }
  @keyframes AnimateMember_after {
    0% { visibility: hidden; }
    50% { visibility: hidden; }
    100% { visibility: visible }
  }
  @-webkit-keyframes AnimateMember_after {
    0% { visibility: hidden; }
    50% { visibility: hidden; }
    100% { visibility: visible }
  }

  .move_member {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .front_image {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

  .front_image img {
    position: absolute;
    width: 20%;
    bottom: 23%;
    left: 35%;
    visibility: visible;
  }


  /* live */
  .live {
    width: 100%;
    height: 0;
    padding-top: calc(1920 / 1920 * 100%);
    background: url("../images/live/seen3_back.png") 0 0 no-repeat;
    background-size: cover;
  }

  .live-inner {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
  }
  .move_images {
    position: relative;
    flex: 1 1 33.3%;
    z-index: auto;
  }
  .dog_anime {
    z-index: 1;
  }

  .move_images .switch_img {
    position: relative;
    margin: auto;
    transition: .3s all;

    position: absolute;
    top: 7%;
    left: 50%;
    width: 20%;
    transform: translate(-50%, 0%) scale(1, 1);
  }
  .car_anime .switch_img {
    width: 50%;
    margin: 0 0 0 auto;
  }
  .skate_anime .switch_img {
    width: 50%;
    margin: 0 auto 0 0;
  }

  .move_images img {
    width: 100%;
  }

  .live_logo,
  .media_logo {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .media_logo .switch_img,
  .live_logo .switch_img {
    position: absolute;
    width: 30%;
    z-index: 90;
  }
  .media_logo .switch_img {
    bottom: 44%;
    left: 0;
  }
  .live_logo .switch_img {
    bottom: 20%;
    right: 0;
  }
  .move_images img.before {
    visibility: visible;
    animation: AnimateSwitch_before 1s linear infinite 0s forwards;
    -webkit-animation: AnimateSwitch_before 1s linear infinite 0s forwards;
  }
  .move_images img.after {
    visibility: hidden;
    animation: AnimateSwitch_after 1s linear infinite 0s forwards;
    -webkit-animation: AnimateSwitch_after 1s linear infinite 0s forwards;
  }

  .live_logo img.before {
    visibility: visible;
    animation: AnimateSwitch_before 1s linear infinite 0s forwards;
    -webkit-animation: AnimateSwitch_before 1s linear infinite 0s forwards;
  }
  .live_logo img.after {
    visibility: hidden;
    animation: AnimateSwitch_after 1s linear infinite 0s forwards;
    -webkit-animation: AnimateSwitch_after 1s linear infinite 0s forwards;
  }

  .media_logo img.before {
    visibility: visible;
    animation: AnimateSwitch_before 1s linear infinite 0s forwards;
    -webkit-animation: AnimateSwitch_before 1s linear infinite 0s forwards;
  }
  .media_logo img.after {
    visibility: hidden;
    animation: AnimateSwitch_after 1s linear infinite 0s forwards;
    -webkit-animation: AnimateSwitch_after 1s linear infinite 0s forwards;
  }

  /* animation : AnimateSwitch */
  @keyframes AnimateSwitch_before {
    0% { visibility: visible; }
    50% { visibility: hidden; }
    100% { visibility: hidden }
  }
  @-webkit-keyframes AnimateSwitch_before {
    0% { visibility: visible; }
    50% { visibility: hidden; }
    100% { visibility: hidden }
  }
  @keyframes AnimateSwitch_after {
    0% { visibility: hidden; }
    50% { visibility: hidden; }
    100% { visibility: visible }
  }
  @-webkit-keyframes AnimateSwitch_after {
    0% { visibility: hidden; }
    50% { visibility: hidden; }
    100% { visibility: visible }
  }


  /* media */
  .media {
    width: 100%;
    height: 0;
    padding-top: calc(1920 / 1920 * 100%);
    background-size: cover;
  }
  .media_bak {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .canvas_media_bak {
    width: 100%;
    height: 100%;
    background-size: cover;
  }

  .disc_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .disc_img_inner {
    position: absolute;
    width: 30%;
    left: 10%;
    top: 30%;
    z-index: 91;
  }
  .media_disc_img {
    width: 100%;
    z-index: 90;
  }
  .media_disc_img.before {
    visibility: visible;
    animation: AnimateSwitch_before 1s linear infinite 0s forwards;
    -webkit-animation: AnimateSwitch_before 1s linear infinite 0s forwards;
  }
  .media_disc_img.after {
    visibility: hidden;
    animation: AnimateSwitch_after 1s linear infinite 0s forwards;
    -webkit-animation: AnimateSwitch_after 1s linear infinite 0s forwards;
  }

  .media_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .media_video_inner {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 90;
  }
  .media_video_link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 90;
    top: 0;
    left: 0;
  }
  .media_video_link .media_video_img {
    position: absolute;
    width: 30%;
    right: 3%;
    bottom: 21%;
    -webkit-animation: none;
    animation: none;
  }
  .media_video_img {
    position: absolute;
    width: 30%;
    right: 3%;
    bottom: 21%;

    animation: AnimateSwitch_after 1s linear infinite 0s forwards;
    -webkit-animation: AnimateSwitch_after 1s linear infinite 0s forwards;
  }



  /* video */
  .video  {
    width: 100%;
    height: 0;
    padding-top: calc(1920 / 1920 * 100%);
    background: url("../images/video/seen5_back.png") 0 0 no-repeat;
    background-size: cover;
    z-index: 1;
  }
  .fan_img {
    position: absolute;
    top: 25%;
    right: 5%;
    width: 20%;
    z-index: 2;
  }
  .fan_img_inner {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .video_fan_img {
    width: 100%;
  }
  .video_fan_img.before {
    visibility: visible;
    animation: AnimateSwitch_before 1s linear infinite 0s forwards;
    -webkit-animation: AnimateSwitch_before 1s linear infinite 0s forwards;
  }
  .video_fan_img.after {
    visibility: hidden;
    animation: AnimateSwitch_after 1s linear infinite 0s forwards;
    -webkit-animation: AnimateSwitch_after 1s linear infinite 0s forwards;
  }

  .video_img {
    position: absolute;
    width: 100%;
    top: 0;
  }



  /* goods */
  .goods {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    padding-top: calc(1920 / 1920 * 100%);
    background: url("../images/goods/seen7_back.png") 0 0 no-repeat;
    background-size: cover;
    transition: .7s;
  }
  .goods .goods_logo {
    position: absolute;
    top: 10%;
    width: 30%;
    right: 21%;
    z-index: 90;
  }

  /* profile */
  .profile {
    width: 100%;
    height: 0;
    padding-top: calc(1920 / 1920 * 100%);
    background: url("../images/profile/seen6_back.png") 0 0 no-repeat;
    background-size: cover;
    top: 0;
    transition: .7s;
  }


  .profile_inner {
    position: absolute;
    width: 30%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .profile_img {
    position: relative;
    width: 100%;
  }
  .profile_img img.before {
    visibility: visible;
    animation: AnimateSwitch_before 1s linear infinite 0s forwards;
    -webkit-animation: AnimateSwitch_before 1s linear infinite 0s forwards;
  }
  .profile_img img.after {
    visibility: hidden;
    animation: AnimateSwitch_after 1s linear infinite 0s forwards;
    -webkit-animation: AnimateSwitch_after 1s linear infinite 0s forwards;
  }
  .profile_inner.profile_inner_emi {
    left: 46%;
    transform: translateX(-50%);
    bottom: 10%;
    top: auto;
  }
  .profile_inner.profile_inner_hiro {
    left: 0;
    bottom: 10%;
    top: auto;
  }
  .profile_inner.profile_inner_taro {
    right: 0;
    bottom: 10%;
    top: auto;
    left: auto;
    z-index: 0;
  }
  .profile_inner.profile_inner_ryo {
    top: 20%;
    left: 5%;
    z-index: 0;
  }
  .profile_inner.profile_inner_rui {
    right: 10%;
    top: 20%;
    left: auto;
    z-index: 0;
  }


  .profile_inner.profile_logo {
    width: 35%;
    left: 45%;
    transform: translateX(-50%);
  }
  .profile_logo_img {
    position: relative;
    width: 100%;
  }
  .profile_logo_img img.before {
    visibility: visible;
    animation: AnimateSwitch_before 1s linear infinite 0s forwards;
    -webkit-animation: AnimateSwitch_before 1s linear infinite 0s forwards;
  }
  .profile_logo_img img.after {
    visibility: hidden;
    animation: AnimateSwitch_after 1s linear infinite 0s forwards;
    -webkit-animation: AnimateSwitch_after 1s linear infinite 0s forwards;
  }

  .light {
    position: absolute;
    width: 10%;
    bottom: 0;
    right: 0;
  }
  .light.light_1 {
    bottom: 30%;
    right: auto;
    left: 2%;
    width: 20%;

    animation: AnimateSwing_light_1 linear 5s infinite;
    -webkit-animation: AnimateSwing_light_1 linear 5s infinite;
    transform-origin: bottom center;
  }
  .light.light_2 {
    right: -10%;
    bottom: 25%;
    width: 20%;

    animation: AnimateSwing_light_1 linear 5s infinite;
    -webkit-animation: AnimateSwing_light_1 linear 5s infinite;
    transform-origin: bottom center;
  }
  .light.light_3 {
    bottom: 10%;
    left: 29%;
    right: auto;
    width: 14%;
    z-index: 2;

    animation: AnimateSwing_light_2 linear 5s infinite;
    -webkit-animation: AnimateSwing_light_2 linear 5s infinite;
    transform-origin: bottom center;
  }

  /* animation : AnimateSwing_light_1 */
  @keyframes AnimateSwing_light_1 {
    0% { transform: rotate(0deg); }
    50% { transform: rotate(-30deg); }
    100% { transform: rotate(0deg); }
  }
  @-webkit-keyframes AnimateSwing_light_1 {
    0% { transform: rotate(0deg); }
    50% { transform: rotate(-30deg); }
    100% { transform: rotate(0deg); }
  }
  /* animation : AnimateSwing_light_2 */
  @keyframes AnimateSwing_light_2 {
    0% { transform: rotate(0deg); }
    50% { transform: rotate(30deg); }
    100% { transform: rotate(0deg); }
  }
  @-webkit-keyframes AnimateSwing_light_2 {
    0% { transform: rotate(0deg); }
    50% { transform: rotate(30deg); }
    100% { transform: rotate(0deg); }
  }

  /* contact */
  .contact  {
    width: 100%;
    height: 0;
    padding-top: calc(1920 / 1920 * 100%);
    background: url("../images/contact/seen8_back.png") 0 0 no-repeat;
    background-size: cover;
    z-index: 1;
  }

  .contact_img {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%,-170%);
    width: 30%;
    z-index: 2;
    transition: transform .7s;
  }

  .emi_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .emi_img_inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .emi {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    width: 35%;

    -webkit-animation: AnimateMove_emi 2s infinite linear;
    animation: AnimateMove_emi 2s infinite linear;
  }

  /* animation : AnimateMove_emi */
  @keyframes AnimateMove_emi {
    0% {
      transform: translate(-50%,0);
    }
    50% {
      transform: translate(-50%,10px);
    }
    100% {
      transform: translate(-50%,0);
    }
  }
  @-webkit-keyframes AnimateMove_emi {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(10px);
    }
    100% {
      transform: translateY(0);
    }
  }


  .cloud_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .cloud_img_inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .cloud {
    position: absolute;
  }
  .cloud-1 {
    width: 20%;
    right: 2%;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation: AnimateMove_cloud 10s infinite linear;
    animation: AnimateMove_cloud 10s infinite linear;
  }
  .cloud-2 {
    width: 20%;
    right: 2%;
    bottom: 20%;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation: AnimateMove_cloud 10s infinite linear;
    animation: AnimateMove_cloud 10s infinite linear;
    -webkit-animation-delay: 5s;
    animation-delay: 5;
  }
  .cloud-3 {
    width: 20%;
    right: 2%;
    bottom: 40%;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation: AnimateMove_cloud 15s infinite linear;
    animation: AnimateMove_cloud 15s infinite linear;
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
  }

  /* animation : AnimateMove_cloud */
  @keyframes AnimateMove_cloud {
    0% {
      transform: translateX(100%);
    }
    100% {
      right: 100%;
    }
  }
  @-webkit-keyframes AnimateMove_cloud {
    0% {
      transform: translateX(100%);
    }
    100% {
      right: 100%;
    }
  }

  .star_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .star_img_inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .star {
    position: absolute;
    width: 10%;

    animation: AnimateSwing linear 2s infinite;
    -webkit-animation: AnimateSwing linear 2s infinite;
    transform-origin: center -10px 0;
  }
  .star-1 {
    right: 10%;
  }
  .star-2 {
    top: 20%;
  }
  .star-3 {
    left: 20%;
    top: 30%;
  }

  /* animation : AnimateSwing */
  @keyframes AnimateSwing {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(10deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(-10deg); }
    100% { transform: rotate(0deg); }
  }
  @-webkit-keyframes AnimateSwing {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(10deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(-10deg); }
    100% { transform: rotate(0deg); }
  }



/* second page */

  /* errors style */

    .errors_style {
      color: #98311c;
    }
  /* errors style end */

  /* center button style */
    .main_contents.second_page .center_button {
      text-align: center;
    }
    .main_contents.second_page .center_button a {
      margin: 0 10px;
      display: inline-block;
      transition: all .3s;
      border: 1px solid #01bd36;
      border-radius: 5px;
      padding: 7px 20px;
      background: #01bd36;
      color: #fff;
      transition: all .3s;
    }
    .main_contents.second_page .center_button a:hover {
      color: #fff;
      opacity: .8;
    }
    .center_button button {
      border: none;
      background: inherit;
    }
    .main_contents.second_page .center_button a:last-child {
      margin: 0;
    }
  /* normal button style end */

  /* both button style */
  .main_contents.second_page .both_button {
    display: block;
  }
  .main_contents.second_page .both_button:after {
    content: "";
    display: block;
    clear: both;
  }
  .main_contents.second_page .both_button .pos_button_right {
    float: right;
  }
  /* both button style end */

  /* default */

  .main_contents.second_page a {
    color: #01bd36;
    transition: color .3s;
  }
  .main_contents.second_page a:hover {
    color: #ffe139;
  }

  div.second_page {
    margin-top: 30px;
    color: #444444;
  }

  div.second_page a {
    color: #444444;
    text-decoration: none;
  }

  div.second_page .inner {
    max-width: 100%;
    margin: 0 auto;
  }

  @media (min-width: 768px){
    div.second_page .inner {
      width: 700px;
      max-width: 100%;
      margin: 0 auto;
    }
  }
  @media (min-width: 992px){
    div.second_page .inner {
      width: 900px;
      max-width: 100%;
      margin: 0 auto;
    }
  }
  @media (min-width: 1200px){
    div.second_page .inner {
      width: 1000px;
      max-width: 100%;
      margin: 0 auto;
    }
  }

  @media (max-width: 768px){
    div.second_page .inner {
      padding-left: 15px;
      padding-right: 15px;
    }
    .second_page div.contents-title span {
      font-size: 6vw;
      font-size: 5.8vw;
      padding: 0 4px 8px;
    }
  }

  /* default end */

  .second_page .contents-title {
    text-align: center;
  }
  .second_page h2.title {
    font-size: 36px;
    line-height: 1.4;
  }
  .second_page h2 span {
    padding: 0 40px 8px;
    border-bottom: 3px solid #eee;
  }

  .second_page .contents-body {

  }

  .second_page .contents-body .content-list.list-unstyled {
    list-style: none;
    padding: 0;
  }
  .article_list,
  .embedded {
    margin-bottom: 40px;
  }
  .second_page .contents-body .content-inner {
    margin: 30px 10px;
  }
  .second_page .contents-body .content-list-block {
    padding-bottom: 15px;
    border-bottom: 1px dotted #444;
  }
  .second_page .contents-body .content-list-block h3 {
    margin-bottom: 0;
    font-size: 18px;
    color: #00c204;
    line-height: 1.3;
    transition: color .3s;
  }

  .second_page .contents-body .content-list-block .meta {
    font-size: 14px;
    margin: 5px 0;
    color: #444444;
    transition: color .3s;
  }
  .second_page .contents-body .meta .date {
    display: inline-block;
    margin: 0;
  }
  .second_page .contents-body .meta .date:after {
    display: inline-block;
    content: "/";
    padding: 0 2px;
  }
  .second_page .contents-body .meta p {
    display: inline-block;
    margin: 0;
  }
  .second_page .contents-body .meta p:after {
    content: "/";
    padding: 0 2px;
  }
  .second_page .contents-body .meta p:last-child:after {
    content: "";
  }
  .second_page .contents-body .meta p.members {
    color: #ff45b1;
  }

  .second_page .contents-body .content-list-block .tag {
  }

  .second_page .contents-body .tag ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .second_page .contents-body .tag li {
    display: inline-block;
    font-size: 12px;

    padding: 1px 2px;
    border: 1px solid #444;
    border-radius: 5px;
  }

  .second_page .contents-body .tag a {
    color: #444444;
  }

  .second_page .contents-body .content-list-block a:hover h3,
  .second_page .contents-body .content-list-block a:hover .meta {
    color: #ffe139;
  }

  .list_empty {
    font-size: 28px;
    text-align: center;
    margin: 18px;
  }

  .member_content_alert {
    font-size: 28px;
    text-align: center;
    margin: 18px;
  }

.contents_regist_button {
    text-align: center;
    margin: 28px 0 0;
}

  .second_page .prev,
  .second_page .next {
    font-size: 14px;
    display: inline-block;
    border: 1px solid #444;
  }
  .second_page .prev a,
  .second_page .next a {
    display: block;
    padding: 1px 5px;
  }

  .second_page .pagination {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
  }
  .second_page .pagination,
  .second_page .pagination li {
    list-style: none;
    padding: 0;
  }
  .second_page .pagination li {
    display: inline-block;
    border: 1px solid #eee;
    margin: 0 2px 1px;
    width: 30px;
    height: 30px;
  }
  .second_page .pagination li.disabled {
    border: none;
  }
  .second_page .pagination li:first-of-type {
    border: 1px solid #eee;
  }
  .second_page .pagination a,
  .second_page .pagination span {
    display: inline-block;
    padding: 1px 7px;
    color: #00c204;
    line-height: 28px;
    width: 100%;
    text-align: center;
    font-size: 90%;
  }
  .second_page .pagination a:hover {
    background: #00c204;
    color: #fff;
    opacity: 0.7;
  }

  /* 該当ページの場合　active　を付与 */
  .second_page .pagination li.active {
    background: #00c204;
  }
  .second_page .pagination li.active a,
  .second_page .pagination li.active span {
    color: #fff;
  }

/* second- page detail */
  .second_detail_page .contents-title {
    margin-bottom: 40px;
  }
  .second_detail_page .contents-title h2{
    margin-bottom: 0;
  }

  .second_detail_page .contents-body .content-list-block {
    padding-bottom: 20px;
    border-bottom: 3px double #444;
  }
  .second_detail_page .contents-body .content-inner {
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .second_detail_page .contents-body .embedded {
    text-align: right;
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
  .second_detail_page .contents-body .embedded .embedded_sns{
    display: inline-block;
    margin: 0;
    font-size: 13px;
  }

  .sns {
    text-align: right;
  }
  .sns_icon {
    position: relative;
    display: inline-block;
    margin: 0;
    width: 40px;
    height: 40px;
    border-radius: 50px;
  }
  .sns_icon.line {
    background: #00b800;
  }

  .sns_icon.twitter {
    background: #00a3ea;
  }

  .sns_icon.facebook {
    background: #344f8d;
  }



  .sns_icon.line:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f3c0";
    font-size: 21px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
  }
  .sns_icon.twitter:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f099";
    font-weight: 900;
    font-size: 21px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
  }
  .sns_icon.facebook:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f39e";
    font-weight: 900;
    font-size: 21px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
  }

  /*.sns_icon i {*/
  /*  font-family: "Font Awesome 5 Free";
    content: '\f3c0';
    font-weight: 900;*/
  /*  font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/
  /*}*/

  .list-inline {
      margin-left: -5px;
  }
  .list-unstyled, .list-inline {
      padding-left: 0;
      list-style: none;
  }
  .pull-right {
      float: right;
  }
  .embedded .pull-right {
    float: none;
    margin-left: 0;
    text-align: right;
  }

  .list-inline li {
      vertical-align: top;
  }

  .list-inline>li {
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px;
  }
  ul.list-inline.pull-right a {
      color: #444444;
  }
  /* detail table layout */
  table.live_kiji,
  table.live_kiji th,
  table.live_kiji td {
    border-collapse: collapse;
    border: 1px solid #444444;
  }
  table.live_kiji {
    width: 100%;
  }
  table.live_kiji th,
  table.live_kiji td {
    padding: 10px 5px;
  }
  table.live_kiji th {
    background: #eee;
    text-align: center;
  }



/* info-page */
  .contents-body section h3{
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 1px solid #444444;
  }
  .contents-body section h4{
    font-size: 15px;
  }
  .contents-body section:last-of-type {
    padding-bottom: 40px;
  }
  .contents-body .center_headline > h3 {
    text-align: center;
    border-bottom: none;
    font-size: 23px;
  }
  @media (max-width: 768px){
    .contents-body .center_headline > h3 {
      font-size: 19px;
    }
  }
  .contents-body .center_headline > h3 span {
    display: inline-block;
    line-height: 1.3em;
  }
  .contents-body .center_headline > p {
    font-size: 15px;
  }
  h4.headline_border {
    padding-bottom: 5px;
    border-bottom: 1px solid #444444;
    margin-top: 18px;
    margin-bottom: 9px;
  }
  table.table_inner {
    width: 100%;
  }
  .table_inner th,
  .table_inner td {
    padding: 8px 10px;
  }

  @media (max-width: 768px){
    .table_inner th{
      width: 25%;
    }
  }

/* info-page about-site */
  .C100 h2.title {
    display: none;
  }

  .service_contents section {
    padding-top: 10px;
  }

  .attention p{
    padding-left: 1em;
    text-indent: -1em;
  }
  .attention p span {
    padding-right: 2px;
  }

  .service_process {
    padding-left: 1em;
    margin-bottom: 30px;
  }
  a.button {
    display: inline-block;
    width: 49%;
    height: 40px;
    margin-bottom: 10px;
    transition: opacity 0.4s;
  }
  a.button:hover,
  button.reg_button:hover,
  button.login_button:hover {
    opacity: .8;
  }
  a.button .reg_button,
  a.button .login_button {
    width: 100%;
    height: 100%;
  }
  @media (max-width: 768px){
    a.button {
        width: 100%;
    }
  }

  .about_button_inner {
    text-align: center;
  }
  p.about_button_inner {
    margin-bottom: 3px;
  }
  .main_contents.second_page .about_button_inner a {
    transition: all .3s;
  }
  .about_button_inner a.button {
    width: 30%;
  }
  @media (max-width: 768px){
    .about_button_inner a.button {
      width: 100%;
    }
  }


/* about-account */
  div.contents-body section .no_border {
    padding-bottom: 5px;
    margin-top: 18px;
    border: none;
  }

  .about_account_section {
    margin-bottom: 25px;
  }
  h3.no_border {
    color: #429a5b;
    margin-bottom: 6px;
  }

/* about-payment */
  h4.no_border {
    margin-bottom: 6px;
      color: #01bd36;
      color: #3c754e;
    color: #429a5b;
    font-weight: bold;
  }
  .to_register a {
    display: inline-block;
  }
  .to_register button {
    padding: 10px;
    transition: all .3s;
  }
  .about_credit_section {
    margin-top: 50px;
  }
  .about_payment_section li {
    margin-bottom: 25px;
  }
  .about_credit_section > div {
    margin-bottom: 30px;
  }
  .contents-body .center_headline.about_storepay_section > p {
    font-size: 13px;
  }


/* agreement */
  .agreement_section ul > li,
  .privacy_section ul > li {
    padding-left: 1em;
    text-indent: -1em;
  }

  .agreement_section > ul > li {
    counter-increment: increment;
    margin: 5px 0;
  }
  .agreement_section > ul > li:before {
    content: counter(increment)".";
  }
  .agreement_section > ul > li ul > li {
    counter-increment: second_increment;
    margin-left: 1em;
  }
  .agreement_section > ul > li ul > li:before {
    content: "("counter(second_increment)")";
  }


/* privacy */
  .privacy_section p {
    margin: 5px 0;
  }
  .privacy_section > ul > li {
    counter-increment: increment;
    margin-left: 1em;
  }
  .privacy_section > ul > li:before {
    content: "("counter(increment)")";
  }
  .privacy_section > ul > li > ul > li {
    counter-increment: second_increment;
  }
  .privacy_section > ul > li > ul > li:before {
    content: counter(second_increment)".";
  }
  .privacy_section > ul > li > ul > li > ul > li {
    counter-increment: third_increment;
  }
  .privacy_section > ul > li > ul > li > ul > li:before {
    content: "("counter(third_increment)")";
  }

/* trade */
  .table_responsive th {
    width: 25%;
  }
  .tabele_trade th {
    background: #eee;
    display: table-cell;
    vertical-align: top;
  }

  @media (max-width: 768px){
    .table_responsive th,
    .table_responsive td {
      width: 100%;
      display: block;
    }
  }


/* discography */

  @media (min-width: 768px){
    .disco_kiji .disco_box {
        background: #fff;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        max-width: 33%;
        width: 100%;
        height: 400px;
        float: left;
        margin-bottom: 30px;
    }
  }

  @media (max-width: 768px){
    .disco_kiji .disco_box {
        background: #fff;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }
  }

  .cf:before, .cf:after {
      content: "";
      display: table;
  }

  .cf:after {
      clear: both;
  }

  .cf:before, .cf:after {
      content: "";
      display: table;
  }

  .disco_kiji a {
      display: block;
      padding: 20px 5px;
      line-height: 20px;
      text-decoration: none;
  }
  .main_contents.second_page .disco_kiji a {
    transition: all .3s;
  }
  .main_contents.second_page .disco_kiji a:hover {
    color: inherit;
  }
  .disco_kiji .disco_box a:hover {
    background: #eee;
  }
  .disco_kiji .disco_box span {
    display: block;
  }
  .cdtype {
    display: inline-block;
    font-size: 10px;
    color: #fff;
    background: #01bd36;
    border-radius: 4px;
    padding: 0px 5px;
    margin: 5px 0;
  }
  .disco_kiji .disco_box .title {
    font-size: 1.2em;
    font-weight: bold;
    margin: 5px 0;
    color: #01bd36;
  }
  .disco_kiji .disco_box .date {
    font-size: 11px;
    color: #444444;
  }
/* discography details */
  .disco_details .cdtype {
    padding: 0 20px;
  }
  .disco_details h2{
    margin-top: 9px;
    font-weight: bold;
  }
  section.disco_post {
    display: flex;
  }
  .disco_left {
    flex: 1 1 40%;
    padding-right: 15px;
    text-align: center;
  }
  .disco_left img {
    width: auto;
  }

  .disco_right {
    flex: 1 1 auto;
    padding-left: 15px;
  }
  @media (max-width: 768px){
    section.disco_post {
      display: block;
    }
    .disco_left {
      flex: 1 1 100%;
      padding-right: 0;
    }
    .disco_right {
      flex: 1 1 100%;
      padding-left: 0;
    }
    .disco_right .cddata {
      text-align: center;
      padding-top: 10px;
    }
    .disco_right .music_video {
      text-align: center;
    }
  }
  .disco_right .tracklist {
    margin: 20px 0;
  }
  .disco_right .tracklist p {
    margin: 0;
  }
  .disco_right .tracklist span {
    display: block;
    margin-bottom: 9px;
  }
  .disco_right .tracklist span:last-child {
    margin-bottom: 0;
  }

  .disco_right .buy.text2 p:first-child {
    font-size: 1.2em;
  }
  .disco_right .buy.text2 .shop_link {
    font-size: 1.2em;
  }

  .disco_details #prevnext {
    border-top: 1px solid #eee;
    padding-top: 10px;
  }
  .disco_details #prevnext li {
    border: none;
  }
  .disco_details #prevnext li.next {
    float: right;
  }

/* faq */
  .contents-body section.faq_section h3 {
    color: #fff;
    background: #429a5b;
    padding: 10px;
    border: none;
    font-weight: bold;
  }
  .faq_section li {
    padding: 5px 10px;
    margin: 5px 0;
  }

/* mypage */
  .member_card {
    width: 470px;
    margin: auto;
    border: 1px solid;
    border-radius: 5px;
    max-width: 100%;
    text-align: center;
    padding: 10px;

    background: #fcffef;
    border: 3px solid #b1b59e;
  }
  @media (max-width: 768px){
    .member_card {
    }
  }
  .contents-body section.member_card h3 {
    border-bottom: none;
    text-align: center;
    margin-top: 9px;
    padding-bottom: 0;
  }

  section.member_card .member_data{
    padding: 0 20px 9px 20px;

  }
  section.member_card .member_data p {
    font-size: 1.2em;
    margin-bottom: 0;
    text-align: left;
  }
  section.member_card .member_data span:before {
    content: ":";
    padding: 0 5px;
  }

  section.member_card .date {
    display: flex;
    justify-items: center;
    justify-content: center;
  }
  section.member_card .date > p {
    line-height: 20px;
  }
  section.member_card .date > p span#RealtimeClockArea2 {
    margin-left: 5px;
  }
  section.member_card .date .spinner-wrapper {
    display: inline-block;
    padding-right: 8px;
  }
  section.member_card .date .spinner {
    width: 20px;
    height: 20px;
    background-color: #eee;

    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
  }

  @-webkit-keyframes sk-rotateplane {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
  }

  @keyframes sk-rotateplane {
    0% {
      transform: perspective(120px) rotateX(0deg) rotateY(0deg);
      -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    } 50% {
      transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
      -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    } 100% {
      transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
      -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
  }
  .member_data_list li p {
    display: inline-block;
  }
  .member_data_list li p:first-child {
    vertical-align: top;
    font-weight: bold;
  }

  section.mypage_section {
    margin-bottom: 36px;
  }

  @media (max-width: 768px){
    .member_data_list li p {
      display: block;
    }
  }

  .mypage_button {
    text-align: center;
    margin: 28px 0 0;
  }
  .mypage_button a {
    padding: 10px;
    border: 1px solid;
    border-radius: 5px;
    display: block;
    width: 300px;
    margin: auto;
  }
  @media (max-width: 768px){
    .mypage_button a {
      width: 200px;
      padding: 12px 10px;
    }
  }

  .status_section .member_data_list li p:first-child {
    width: 15%;
  }
  .reginfo_section .member_data_list li p:first-child {
    width: 35%;
  }
  .mailsetting_section .member_data_list li p:first-child {
    width: 35%;
  }
  @media (max-width: 768px){
    .mailsetting_section .member_data_list li p:first-child {
      width: 100%;
    }
  }

  .mypage_button_section {
    padding-top: 69px;
  }
  .mypage_button_section .mypage_button {
    margin: 0;
  }
  .mypage_button_section .mypage_button:last-child {
    margin-top: 16px;
  }
  .main_contents.second_page .mypage_button_section .mypage_button a {
    margin-right: 0;
    width: 200px;
  }
  .main_contents.second_page .mypage_button_section .mypage_button a.cancel_a_button {
    margin-right: 0;
    display: block;
  }
  .main_contents.second_page .mypage_button_section .mypage_button a.logout_a_button {
    display: block;
  }

  .main_contents.second_page a.logout_a_button {
    display: inline-block;
    color: #fff;
    border: 1px solid #01bd36;
    background: #01bd36;
    transition: all .3s;
    border-radius: 5px;
    padding: 10px;
  }
  @media (max-width: 768px){
    .main_contents.second_page a.logout_a_button {
      padding: 12px 10px;
    }
  }

  .main_contents.second_page .mypage_section a.logout_a_button:hover {
    opacity: .8;
  }


/* mypage form */
  .form_style {

  }
  .form_style > ul,
  .form_style ul.second_input {
    margin-bottom: 40px;
  }
  .form_style > ul li,
  .form_style ul.second_input li {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .form_style > ul li > label,
  .form_style ul.second_input li > label {
    flex: 0 1 20%;
    padding-top: 10px;
  }
  .form_style > ul li > .required,
  .form_style ul.second_input li > .required {
    flex: 0 1 6%;
    padding: 10px 5px 0 0;
  }
  .form_style > ul li > .input_wrapper,
  .form_style ul.second_input li > .input_wrapper {
    flex: 1 1 74%;
  }

  @media (max-width: 768px){
    .form_style > ul li,
    .form_style ul.second_input li {
      display: flex;
      flex-wrap: wrap;
    }
    .form_style > ul li > label,
    .form_style ul.second_input li > label {
      width: auto;
      flex: 0 0 auto;
    }
    .form_style > ul li > .required,
    .form_style ul.second_input li > .required {
      flex: 0 1 10%;
      padding: 10px 0px 0 5px;
      text-align: left;
    }
    .form_style > ul li > .input_wrapper,
    .form_style ul.second_input li > .input_wrapper {
      width: 100%;
      flex: 1 1 100%;
    }
  }

  .form_style > ul li > .required span,
  .form_style ul.second_input li > .required span {
    display: block;
    font-size: 12px;
  }
  .form_style > ul li > .required span.second_label_text,
  .form_style ul.second_input li > .required span.second_label_text {
    height: 44px;
  }
  @media (max-width: 768px){
    .form_style > ul li > .required span,
    .form_style ul.second_input li > .required span {
      display: inline-block;
      vertical-align: bottom;
    }
    .form_style > ul li > .required span.second_label_text,
    .form_style ul.second_input li > .required span.second_label_text {
      display: none;
    }
  }

  .form_style .input_wrapper input,
  .form_style .second_label .second_label_inner > div span,
  .form_style .second_label .second_label_inner > div input {
    padding: 7px;
    border: 1px solid #eee;
    border-radius: 5px;
  }

  .form_style .input_wrapper p {
    font-size: 12px;
    margin: 2px 0 9px;
  }

  .form_style .input_wrapper.adj_span span {
    padding: 0 5px;
  }

  .form_style .input_wrapper a {
    display: inline-block;
  }
  .form_style .input_wrapper a:hover {
    color: inherit;
  }
  .form_style .input_wrapper button  {
    display: inline-block;
    transition: all .3s;
    border: 1px solid #01bd36;
    color: #01bd36;
    border-radius: 5px;
    padding: 7px 10px;
  }
  .form_style .input_wrapper > button:hover,
  .form_style .input_wrapper a:hover button  {
    opacity: .8;
  }


  @media (max-width: 768px){
    .form_style input[type="email"],
    .form_style input[name="nickname"],
    .form_style select[name="pref"],
    .form_style input[name="address_1"],
    .form_style input[name="address_2"],
    .form_style input[name="address_3"]
     {
      width: 100%;
    }
    .form_style input[name="telno_1"],
    .form_style input[name="telno_2"],
    .form_style input[name="telno_3"] {
      width: 30%;
    }
    .form_style .input_wrapper .postno_button,
    .form_style .input_wrapper .address_button {
      margin-top: 10px;
    }
  }

  .form_style .input_wrapper .no-drop {
    cursor: no-drop;
  }

  .form_style .input_wrapper select {
    height: 34px;
    border: 1px solid #eee;
    background: #fff;
  }
  .form_style .input_wrapper select.select_color_gray {
    background: #eee;
  }

  .form_style .input_wrapper.radio_inner label {
    padding-right: 10px;
  }
  .form_style .input_wrapper.radio_inner label:last-child {
    padding-right: 0;
  }
  .form_style .input_wrapper.radio_inner label input {
    margin-right: 5px;
  }

  .form_style .input_wrapper.second_label .second_label_inner {
    display: flex;
    margin-bottom: 10px;
  }
  .form_style .input_wrapper.second_label .second_label_inner:last-child {
    margin-bottom: 0;
  }
  .form_style .input_wrapper.second_label > span.second_label_text {
    display: none;
    font-size: 12px;
  }
  .form_style .input_wrapper.second_label .second_label_inner > div:not(.form_errors) {
    flex: 1 1 48%;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
  .form_style .input_wrapper.second_label .second_label_inner > div:first-child {
    margin-right: 1%;
  }
  .form_style .input_wrapper.second_label .second_label_inner > div:last-child {
    margin-right: 0;
    margin-left: 1%;
  }
  .form_style .input_wrapper.second_label .second_label_inner > div span {
    display: inline-block;
    font-size: 13px;
    text-align: center;
    background: #eee;
    border: 1px solid #eee;
    border-right: none;
    flex: 1 1 13%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .form_style .input_wrapper.second_label .second_label_inner.kana_name > div span {
    flex: 1 1 20%;
  }
  .form_style .input_wrapper.second_label .second_label_inner > div input {
    border: none;
    border: 1px solid #eee;
    background: #fff;
    flex: 1 1 87%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .form_style .input_wrapper.second_label .second_label_inner.kana_name > div input {
    flex: 1 1 80%;
  }
  @media (max-width: 768px){
    .form_style .input_wrapper.second_label > span.second_label_text {
      display: inline-block;
    }
    .form_style .input_wrapper.second_label .second_label_inner > div span,
    .form_style .input_wrapper.second_label .second_label_inner.kana_name > div span {
      flex: 0 0 30%;
    }
    .form_style .input_wrapper.second_label .second_label_inner > div input,
    .form_style .input_wrapper.second_label .second_label_inner.kana_name > div input {
      flex: 0 0 70%;
      width: 100%;
    }
  }

  .form_button_right {
    text-align: right;
  }
  .form_style .form_button_right {
    margin-bottom: 40px;
  }
  button.cancel_button {
    color: #444444;
    border: 1px solid #444444;
    display: inline-block;
    transition: all .3s;
    border-radius: 5px;
    padding: 7px 20px;
    transition: all .3s;
  }
  button.save_button {
    display: inline-block;
    transition: all .3s;
    border: 1px solid #01bd36;
    border-radius: 5px;
    padding: 7px 20px;
    background: #01bd36;
    color: #fff;
    transition: all .3s;
  }
  button.cancel_button:hover,
  button.save_button:hover {
    opacity: .8;
  }

  .form_style .form_errors {
    color: #98311c;
    width: 74%;
    margin: 0 0 0 auto;
  }
  @media (max-width: 768px){
    .form_style .form_errors {
      width: 100%;
    }
  }

/* register / login */
  .reg_attn {
    padding: 12px 10px;
    border: 1px solid #daa8a8;
    border-radius: 5px;
    background: #fbe3e3;
    color: #98311c;
  }

  .fanid_section form {
    margin: 20px 0;
  }
   .fanid_section form ul {
    margin: 0;
   }
  .fanid_section form li {
    margin-bottom: 15px;
  }

  .fanid_section form > ul label,
  .fanid_section form > ul input {
    display: block;
    width: 100%;
  }
  .fanid_section form > ul label span {
    font-size: .8em;
  }
  .fanid_section form > ul input {
    border: none;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 35px;
    padding: 0 10px;
    font-size: 14px;
  }

  .fanid_section form > label input {
    margin-right: 10px;
  }

  .fanid_section .reg_button_inner,
  .fanid_section .login_button_inner {
    display: block;
    text-align: right;
  }
  .fanid_section .reg_button_inner button.reg_button,
  .fanid_section .login_button_inner button.login_button {
    transition: opacity .3s;
    padding: 10px 40px;
  }

  .reg_desc {
    padding: 12px 10px;
    border: 1px solid #dad7a8;
    border-radius: 5px;
    background: #fbfae3;
    color: #86620a;
  }

  .fanid_section .registered_button {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 14px;
    background: #01bd36;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
  }
  .fanid_section .registered_button:hover {
    opacity: .8;
  }

  .fanid_section .toregistered_button {
    background: #01bd36;
  }
  .fanid_section .toregistered_button a {
    color: #fff;
    display: block;
    padding: 12px 10px;
  }
  .fanid_section .toregistered_button a:hover {
    color: #fff;
  }

  .fanid_section .to-nonregistered_button {
    background: #ffe139;
  }
  .fanid_section .to-nonregistered_button a {
    color: #ff59af;
    display: block;
    padding: 12px 10px;
  }
  .fanid_section .to-nonregistered_button a:hover {
    color: #ff59af;
  }

  .fanid_section .toregistered_button,
  .fanid_section .to-nonregistered_button {
    width: 43%;
    margin: 0 auto;
    margin-right: 0;
  }
  @media (max-width: 768px){
    .fanid_section .toregistered_button,
    .fanid_section .to-nonregistered_button {
      width: 82%;
    }
  }

  .mypage_profile_button a {
    display: inline-block;
    width: 107px;
  }
  .mypage_profile_button button {
    width: 107px;
  }

  /* subscription register */
  section.register_flow {
  }
  section.register_flow ul {
    text-align: center;
  }
  section.register_flow ul li {
    display: inline-block;
    padding: 10px 0px;
    text-align: center;
    width: 17%;
    margin-right: 20px;
    border-right: none;
    position: relative;
    background: #eee;
  }
  section.register_flow ul li:before {
    content: "";
    position: absolute;
    right: -19px;
    top: 0px;
    border-left: 10px solid #eee;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-width: 19px;
  }
  section.register_flow ul li.current {
    background: #ca0909;
    color: #fff;
  }
  section.register_flow ul li.current:before {
    border-left-color: #ca0909;
  }
  section.register_flow ul li:last-child {
    margin-right: 0;
  }
  section.register_flow ul li:last-child:before {
    border: none;
  }
  section.register_flow ul li p {
    margin: 0;
    padding: 0;
  }
  section.register_flow ul li p span {
    display: inline-block;
  }

  @media (max-width: 768px){
    section.register_flow ul {
      display: flex;
      align-items: center;
    }
    section.register_flow ul li {
      flex: 1 1 20%;
      margin-right: 5px;
      align-self: stretch;
    }
    section.register_flow ul li:before {
      border: none;
    }
    section.register_flow ul li {
      position: relative;
      height: 55px;
    }
    section.register_flow ul li p {
      position: absolute;
      padding: 0 5px;
      width: 100%;
      left: 50%;
      transform: translateX(-50%);
      top: 50%;
      transform: translate(-50%,-50%);
    }
  }

  .form_title {
    font-weight: bold;
    font-size: 15px;
  }
  .both_button_responsive {
  }
  .both_button_responsive .cancel_button,
  .both_button_responsive .save_button {
    width: 200px;
    text-align: center;
  }
  @media (max-width: 768px){
    .both_button_responsive .cancel_button,
    .both_button_responsive .save_button {
      width: 40%;
    }
  }
  /* subscription select-course */
    .current_course {
      text-align: center;
      padding-top: 20px;
    }
    .current_course p {
      padding-top: 10px;
      font-weight: bold;
      font-size: 14px;
    }
    p.attention_text {
      margin: 15px 0;
      color: #98311c;
      text-align: center;
    }

    .select_course_input input {
      margin-right: 5px;
    }
    .select_course_input p {
      display: inline-block;
      margin: 0;
      font-size: 14px;
    }

    .form_style .select_course_desc p {
      font-size: 13px;
      margin-bottom: 0;
    }

    section.select_course_seciton .form_errors,
    section.select_method_section .form_errors {
      margin: 10px;
    }

  /* subscription select-method */
    section.select_method_section .table_inner {
      margin: 20px 0;
    }
    section.select_method_section .table_inner th {
      width: 20%;
      text-align: center;
      padding: 0;
      vertical-align: top;
    }
    section.select_method_section .table_inner td {
      width: 80%;
      padding: 0;
    }
    @media (max-width: 768px){
      section.select_method_section .table_inner th,
      section.select_method_section .table_inner td {
        display: block;
        width: 100%;
      }
    }

    section.select_method_section .form_style > ul > li {
      border-bottom: 1px solid #eee;
      padding-bottom: 10px;
    }
     section.select_method_section .form_style > ul > li > .input_wrapper {
      flex: 1 1 80%;
    }
    .payment_img {
      display: flex;
      align-items: center;
      margin: 5px 0;
    }
    .payment_img .credit_img {
      flex: 1 1 20%;
      text-align: center;
    }
    .form_style .form_errors.credit_form_error,
    .form_style .form_errors.register_form_errors {
      width: auto;
      margin-left: 0;
    }
    .payment_img .carrier_img {
      flex: 0 1 20%;
      text-align: center;
    }
    @media (max-width: 768px){
      .payment_img .carrier_img {
        flex: 0 1 auto;
        text-align: center;
      }
      .payment_img .carrier_img img {
        width: 145px;
      }
      section.select_method_section .form_style > ul > li > .input_wrapper {
        width: 100%;
        flex: 1 1 100%;
      }
      .form_style > ul > li ul.second_form > li {
        margin: 0;
      }
    }

    section.select_method_section .second_form input {
      width: 60%;
    }

    .form_style > ul li.carrier_charge > label,
    .form_style > ul li.carrier_charge > .input_wrapper {
      flex: 1 1 100%;
    }

  /* subscription confirm */
  section.register_confirm_section .table_inner th {
    width: 20%;
  }
  section.register_confirm_section .table_inner td {
    width: 80%
  }

  @media (max-width: 768px){
    section.register_confirm_section .table_inner th {
      width: 36%;
    }
    section.register_confirm_section .table_inner td {
      width: 64%;
    }
  }
  section.register_confirm_button {
    margin-top: 20px;
  }
  section.register_confirm_button .reg_attn{
    margin-bottom: 30px;
  }

  /* subscription cancel */
  section.member_cansel_section .member_cansel_inner > p {
    margin: 10px 0 30px;
    color: #98311c;
  }


  /* reset / change */
  .psreset_section .both_button a,
  .hasboth .both_button a,
  .hasboth .form_button_right a {
    display: inline-block;
  }
  .psreset_section .both_button a button,
  .hasboth .both_button a button,
  .hasboth .form_button_right a button {
    padding: 7px 20px;
  }
  .mail_change .both_button {
    margin-top: 20px;
  }
  .main_contents.second_page a.cancel_a_button {
    color: #444444;
    border: 1px solid #444444;
    display: inline-block;
    transition: all .3s;
    border-radius: 5px;
    padding: 7px 20px;
    transition: all .3s;
  }
  .main_contents.second_page a.cancel_a_button:hover {
    opacity: .8;
    color: #444444;
  }

  section.mail_sent .center_button,
  section.comp_section .center_button {
    margin: 20px 0;
  }
  section.mail_sent .center_button a,
  section.comp_section .center_button a {
    min-width: 100px;
  }

  .profile_change_text {
    text-align: center;
    padding-top: 16px;
  }

/* mailling */
  section.mailing_section .form_style > ul li {
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
  }
  section.mailing_section .form_style > ul li:last-of-type {
    border: none;
  }
  section.mailing_section .form_style > ul li label {
    margin: 0;
    text-align: center;
    padding: 0 5px;
    flex: 1 1 20%;
  }
  section.mailing_section .form_style > ul li label span {
    display: block;
    padding-top: 5px;
  }


  section.mailing_section .form_style > ul li .input_wrapper {
    flex: 1 1 80%;
  }
  section.mailing_section .form_style > ul li .input_wrapper h4 {
    margin-top: 0;
    display: inline-block;
  }
  section.mailing_section .form_style > ul li .input_wrapper p {
    margin: 0;
  }
  @media (max-width: 768px){
    section.mailing_section .form_style > ul li label {
      flex: 1 1 25%;
    }
    section.mailing_section .form_style > ul li .input_wrapper {
      flex: 1 1 75%;
    }
  }

/* contact */
  section.contact_section .contact_body {
    width: 40%;
    margin: auto;
    text-align: center;
    padding: 20px;
    font-size: 15px;
  }
  section.contact_section .contact_body span {
    margin: 3px 0 10px;
    display: block;
  }
  @media (max-width: 768px){
    section.contact_section .contact_body {
      width: 70%;
    }
  }