@charset "UTF-8";
@-webkit-keyframes view {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes view {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes left-in {
  0% {
    left: -100vw;
    opacity: 0; }
  100% {
    left: 0;
    opacity: 1; } }

@keyframes left-in {
  0% {
    left: -100vw;
    opacity: 0; }
  100% {
    left: 0;
    opacity: 1; } }

@-webkit-keyframes right-in {
  0% {
    right: -100vw;
    opacity: 0; }
  100% {
    right: 0;
    opacity: 1; } }

@keyframes right-in {
  0% {
    right: -100vw;
    opacity: 0; }
  100% {
    right: 0;
    opacity: 1; } }

@-webkit-keyframes fv_chara {
  0% {
    opacity: 0;
    -webkit-filter: brightness(0);
    filter: brightness(0); }
  50% {
    opacity: 1;
    -webkit-filter: brightness(0);
    filter: brightness(0); }
  100% {
    opacity: 1;
    -webkit-filter: brightness(1);
    filter: brightness(1); } }

@keyframes fv_chara {
  0% {
    opacity: 0;
    -webkit-filter: brightness(0);
    filter: brightness(0); }
  50% {
    opacity: 1;
    -webkit-filter: brightness(0);
    filter: brightness(0); }
  100% {
    opacity: 1;
    -webkit-filter: brightness(1);
    filter: brightness(1); } }

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes scale-up {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.opacity {
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.left_in {
  position: relative;
  overflow: hidden; }
  .left_in .left_in_content {
    position: relative;
    left: -100%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }

.bottom_in {
  position: relative;
  overflow: hidden; }
  .bottom_in .bottom_in_content {
    position: absolute;
    top: 100%;
    opacity: 0;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s; }

/*共有クラス------------------------------------------*/
.sorting_left {
  text-align: left;
  display: inline-block;
  margin: auto; }

.font_s80 {
  font-size: .8rem; }

.font_s90 {
  font-size: .9rem; }

.font_s110 {
  font-size: 1.1rem; }

.font_s120 {
  font-size: 1.2rem; }

.font_s160 {
  font-size: 1.6rem; }

.font_s180 {
  font-size: 1.8rem; }

.font_w300 {
  font-weight: 300; }

.font_w500 {
  font-weight: 500; }

.font_w900 {
  font-weight: 900; }

.txt_c {
  text-align: center; }

.txt_shd_red1 {
  text-shadow: 0 0 2px #a60000, 0 0 5px #a60000, 0 0 5px #a60000, 0 0 10px #a60000, 0 0 15px #a60000, 0 0 15px #a60000, 0 0 20px #a60000; }

.txt_shd_blk1 {
  text-shadow: 0 0 2px #000,
 0 0 5px #000,
 0 0 10px #000; }

.pd_20_10 {
  padding: 20px 10px; }

.mg_10_auto {
  margin: 10px auto; }

.width80 {
  width: 80%; }

.width90 {
  width: 90%; }

@media screen and (min-width: 800px) {
  .pc_content {
    max-width: 800px;
    margin: auto; } }

* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  list-style: none;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  word-break: break-word;
  line-height: inherit;
  font: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  overflow-y: scroll;
  height: 100%;
  font-size: 16px; }

body {
  height: 100%;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
  text-align: center;
  background: #000;
  color: #fff; }

input[type=checkbox] {
  display: none; }

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

b {
  font-weight: bold; }

a,
button {
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer; }

.wrapp {
  width: 100%;
  min-height: 100%;
  position: relative; }

.ftxt{
  background: #000000;
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
}

.ftxt2{
  text-align: center;
  font-size: 10px;
  line-height: 16px;
}

/*header------------------------------------*/
header section {
  width: 1000px;
  max-width: 96%;
  margin: 0 auto;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  header section h1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: left; }
    header section h1 img {
      width: 250px; }
  header section p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: right; }
    header section p a img {
      width: 140px; }

/*------------------------------------------*/
/*main--------------------------------------*/
main {
  max-width: 1000px;
  overflow: hidden;
  margin: 0 auto; }
  main .firstview {
    width: 100%;
    position: relative; }
    main .firstview .fv_bg1 {
      position: relative;
      z-index: 1; }
    main .firstview .fv_txt1 {
      position: absolute;
      top: 5px;
      right: -100vw;
      z-index: 20;
      max-width: 70%; }
    main .firstview .fv_txt2 {
      position: absolute;
      top: 90px;
      right: -100vw;
      z-index: 20;
      max-width: 80%; }
    main .firstview .fv_txt3 {
      position: absolute;
      bottom: 0;
      left: 50%;
      z-index: 20;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      opacity: 0; }
    main .firstview .fv_chara {
      position: absolute;
      bottom: -1px;
      right: 0;
      z-index: 10;
      opacity: 0; }
  main .fv-view .fv_txt1 {
    -webkit-animation: right-in .5s ease .5s 1 normal forwards;
    animation: right-in .5s ease .5s 1 normal forwards; }
  main .fv-view .fv_txt2 {
    -webkit-animation: right-in .5s ease 1s 1 normal forwards;
    animation: right-in .5s ease 1s 1 normal forwards; }
  main .fv-view .fv_txt3 {
    -webkit-animation: view 3s ease 3s 1 normal forwards;
    animation: view 3s ease 3s 1 normal forwards; }
  main .fv-view .fv_chara {
    -webkit-animation: fv_chara 2s ease 1s 1 normal forwards;
    animation: fv_chara 2s ease 1s 1 normal forwards; }
  main .block1 {
    text-align: center;
    position: relative; }
    main .block1 p {
      position: absolute;
      left: 50%;
      top: 50%;
      padding-top: 10px;
      width: 100%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-weight: 900;
      font-size: 1.3rem;
      color: #ffea00;
      text-shadow: 2px 2px 0 #000; }
  main .line_block {
    text-align: center;
    background: url("../images/line_bg.gif") center center no-repeat;
    background-size: cover;
    padding: 10px 10px 20px; }
    main .line_block .line_txt {
      width: 80%; }
    main .line_block a {
      display: inline-block;
      margin-top: 15px; }
      main .line_block a img {
        -webkit-animation: scale-up .8s ease 0s infinite normal;
        animation: scale-up .8s ease 0s infinite normal; }
  main .form_block {
    background: url("../images/bg2.jpg") left top repeat; }
    main .form_block .form_block_txt3 {
      padding: 20px;
      overflow: hidden; }
      main .form_block .form_block_txt3 img {
        display: inline-block;
        max-width: 90%;
        margin-bottom: 20px;
        position: relative;
        left: -100vw; }
    main .form_block .frame_in .form_block_txt3_animation1 {
      -webkit-animation: left-in .5s ease 0s 1 forwards;
      animation: left-in .5s ease 0s 1 forwards; }
    main .form_block .frame_in .form_block_txt3_animation2 {
      -webkit-animation: left-in .5s ease .5s 1 forwards;
      animation: left-in .5s ease .5s 1 forwards; }
    main .form_block .frame_in .form_block_txt3_animation3 {
      -webkit-animation: left-in .5s ease 1s 1 forwards;
      animation: left-in .5s ease 1s 1 forwards; }
    main .form_block .form_block_txt4 {
      display: inline-block; }
    main .form_block form {
      padding: 10px 10px 20px; }
      main .form_block form input[type=email] {
        background: #fff;
        border: 2px solid #eee;
        display: block;
        width: 96%;
        padding: 10px 5px;
        margin: 20px auto 10px;
        font-weight: 300;
        font-size: .8rem; }
  main .block2 {
    background: url("../images/chara3.png") right bottom no-repeat, url("../images/bg3.jpg") center center no-repeat;
    background-size: 65% auto, 100% auto; }
    main .block2 .block2_box1 {
      text-align: left;
      margin: 0 auto;
      position: relative;
      z-index: 1;
      padding: 10px; }
      main .block2 .block2_box1 ::before {
        content: "";
        position: absolute;
        z-index: 10;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 50px 100vw;
        border-color: transparent transparent #000 transparent; }
      main .block2 .block2_box1 p {
        font-size: 1.1rem;
        display: inline-block;
        padding-bottom: 30px;
        text-shadow: 0 0 2px #000, 0 0 5px #000, 0 0 10px #000; }
      main .block2 .block2_box1 img {
        width: 60vw;
        max-width: 600px; }
  main .block3 {
    margin-top: -50px; }
    main .block3 .block3_box1 {
      position: relative;
      padding-bottom: 300px;
      overflow: hidden; }
      main .block3 .block3_box1 .block3_txt1,
      main .block3 .block3_box1 .block3_txt2 {
        position: relative;
        z-index: 100; }
      main .block3 .block3_box1 .chara6,
      main .block3 .block3_box1 .chara5 {
        position: absolute;
        bottom: 0;
        max-height: 400px; }
      main .block3 .block3_box1 .chara6 {
        left: -10px;
        max-width: 45%;
        z-index: 10; }
      main .block3 .block3_box1 .chara5 {
        right: -10px;
        max-width: 80%;
        z-index: 1; }
    main .block3 div {
      padding: 30px 10px; }
  main .block4 {
    background: url("../images/bg4.jpg") center top no-repeat;
    background-size: cover;
    padding: 30px 0; }
  main .block5 {
    background: url("../images/bg6.jpg") repeat;
    background-size: 50%; }
    main .block5 .block5_bg1 {
      background: url("../images/bg5.jpg") repeat;
      padding: 20px 10px;
      font-weight: 900;
      font-size: 1.3rem; }
    main .block5 .block5_box1 {
      padding: 10px; }
  main .block6 {
    background: url("../images/bg7.jpg") center bottom no-repeat;
    background-size: 100% auto;
    padding: 40px 0; }
  main .block7 li {
    position: relative; }
    main .block7 li p {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: left;
      padding: 0 20px;
      font-size: 1.4rem;
      text-shadow: 0 0 2px #000,
 0 0 5px #000,
 0 0 10px #000; }
  main .block7 li:nth-child(even) p {
    text-align: right; }
  main .block8 {
    background: url("../images/bg8.jpg") center center repeat;
    background-size: 100% auto; }
  main .block9 {
    background: url("../images/bg9.jpg") center top no-repeat;
    background-size: cover;
    padding: 40px 0;
    position: relative; }
    main .block9::before, main .block9::after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1; }
    main .block9::before {
      background: url("../images/parts2_1.png") left top no-repeat;
      background-size: 80% auto; }
    main .block9::after {
      background: url("../images/parts2_2.png") right bottom no-repeat;
      background-size: 80% auto; }
    main .block9 .block9_box1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      z-index: 10; }
      main .block9 .block9_box1 p {
        width: 50%; }
      main .block9 .block9_box1 .chara2 {
        margin-top: -50px; }
  main .block10 {
    position: relative;
    height: 50vh; }
    main .block10 video {
      max-height: 100%; }
    main .block10 img {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      max-height: 100%; }
  main .block11 article {
    position: relative; }
    main .block11 article .step_txt {
      position: absolute;
      bottom: 10px;
      left: 10px;
      max-width: 60%;
      -webkit-animation: scale-up .8s ease 0s infinite normal;
      animation: scale-up .8s ease 0s infinite normal; }
  main .block11 ul {
    padding: 10px; }
    main .block11 ul li {
      margin-bottom: 10px;
      background: rgba(255, 255, 255, 0.2); }
  main .block12 {
    background: url("../images/bg11.jpg") center top no-repeat;
    background-size: cover;
    padding: 10px; }
    main .block12 .block12_box1 {
      background: rgba(0, 0, 0, 0.6);
      padding: 20px;
      margin: 10px auto; }
  main .block13 ul {
    padding: 10px; }
  main .block15 {
    background: url("../images/bg1.png") center center no-repeat, url("../images/bg12.jpg") center top repeat;
    background-size: 100% auto,auto;
    padding: 10px 0; }
    main .block15 h3 {
      font-size: 1.5rem;
      font-weight: 900;
      margin: 20px auto; }
    main .block15 p {
      background: url("../images/chara4.png") right top no-repeat;
      background-size: auto 70%;
      text-align: left;
      text-shadow: 0 0 2px #000,
 0 0 5px #000,
 0 0 10px #000;
      padding: 10px;
      margin-top: 30px;
      font-size: 1.2rem; }
      main .block15 p img {
        display: block;
        width: 60vw;
        max-width: 500px;
        margin-bottom: 40px; }
  main .block16 {
    background: #a60000; }
    main .block16 img {
      display: inline-block;
      margin-bottom: -30px;
      position: relative;
      z-index: 100; }

/*------------------------------------------*/
/*footer------------------------------------*/
footer {
  width: 100%; }
  footer .footer_menu a {
    display: block;
    background: url("../images/bg1.jpg") center center repeat;
    background-size: auto 100%;
    padding: 10px;
    color: #000;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7); }
  footer p {
    text-align: left;
    padding: 10px;
    font-weight: 300; }
  footer small {
    color: #eee; }

  .center{
    text-align:center;
    margin:0 auto;
  }

  h1, h2, h3, h4, h5, h6, p {
    margin: 0;
  }

  p {
      margin-top: 0;
  }

  .tx,
  .contact{
    margin:0 2% 2%;
    padding: 10px;
    text-align: center;
  }

  .tx dl{
    line-height:1.5
  }

  .tx dt{
    font-size:16px;
    font-weight:bold;
    margin:24px 0 8px
  }

  .tx dd{
    padding:0 1em

  }
  .tx dl p{
    margin-bottom:1em
  }

  .tx dl ul{
    margin:16px 0
  }

  .tx dl li{
    list-style-type:none
  }

  .tx dl li:before{
    content:"・"
  }

  .tx table{
    width:100%;
    border:	1px solid #000;
    background: #fff;
  }

  .tx table th,.tx table td{
    padding:5px 5px;
    border:1px solid #000;
    vertical-align:middle
  }

  .tx table th{
    width:34%;
    background:#eee;
    color: #333;
    text-align: left;
  }

  .tx table td{
    width:66%
  }

  .setting_input {
    height: 20px;
    padding: 15px 5px;
    margin: 0px auto;
    text-align: left;
    border: 1px solid #bababa;
    width: 100%;
  }

  .setting {
    margin:0 auto;
    text-align: left;
    padding: 2%;
    font-size: 3.5vmin;
    line-height: 4.5vmin;
  }
  
  
  .setting table{
    width:100%;
    border:#000 1px solid;
    background-color:#fff;
    margin:4px 0%;
  }
  
  .setting th{
    width:100%;
    height:22px;
    text-align:center;
    padding:10px;
    border:#000 1px solid;
    background:#eee;
    vertical-align: middle;
  }
  
  
  .setting td{
    padding:10px;
    width:50%;
    height:22px;
    text-align:left;
    border:#000 1px solid;
    vertical-align: middle;
    word-break: break-all;
  }
  
  .setting_input {
    height: 20px;
    padding: 15px 5px;
    margin: 0px auto;
    text-align: left;
    border: 1px solid #bababa;
    width: 100%;
  }

  .mail-sub, .mail-sub2 {
    margin: 4% auto;
    text-align: center;
    background-size: 12px auto ,100% 100%;
    font-size: 4.8vmin;
    line-height: 5.8vmin;
    font-weight: bold;
    color: #fff;
    padding: 5% 0;
    line-height: 22px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
      
  }
  
  .mail-sub {
    background: url("../images/arrow.svg")no-repeat 98%, #ae1d20;
  }
  
  .mail-sub2 {
    background: url("../images/arrow.svg")no-repeat 98%, #32cd32;
  }
  
  .mail-sub:hover, .mail-sub2:hover, .mail-sub:disabled, .mail-sub2:disabled {
    background: url("../images/arrow.svg")no-repeat 98%, #999;
    background-size: 12px auto ,100% 100%;
    border: none;
  }

  main .top_hit {
    background: url("../../images/member/bg3.jpg") center center repeat;
    padding: 0 0 20px; }
    main .top_hit .block3_bg1 {
      background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(20%, #222), color-stop(40%, #353535), color-stop(60%, #353535), color-stop(80%, #222), to(#000));
      background: -webkit-linear-gradient(right, #000, #222 20%, #353535 40%, #353535 60%, #222 80%, #000 100%);
      background: -o-linear-gradient(right, #000, #222 20%, #353535 40%, #353535 60%, #222 80%, #000 100%);
      background: linear-gradient(to left, #000, #222 20%, #353535 40%, #353535 60%, #222 80%, #000 100%);
      border-top: 8px solid #dfbf58;
      border-bottom: 8px solid #dfbf58;
      -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#dfbf58), color-stop(30%, #f3f4ca), color-stop(60%, #d0a942), color-stop(80%, #f3f4ca), to(#dfbf58));
      -webkit-border-image: -webkit-linear-gradient(left, #dfbf58 0%, #f3f4ca 30%, #d0a942 60%, #f3f4ca 80%, #dfbf58 100%);
      -o-border-image: -o-linear-gradient(left, #dfbf58 0%, #f3f4ca 30%, #d0a942 60%, #f3f4ca 80%, #dfbf58 100%);
      border-image: -webkit-gradient(linear, left top, right top, from(#dfbf58), color-stop(30%, #f3f4ca), color-stop(60%, #d0a942), color-stop(80%, #f3f4ca), to(#dfbf58));
      border-image: linear-gradient(to right, #dfbf58 0%, #f3f4ca 30%, #d0a942 60%, #f3f4ca 80%, #dfbf58 100%);
      border-image-slice: 1;
      padding: 10px; }
  /*スライダー------------------------------------------*/
  main .top_hit .slider {
    padding: 10px; }
    main .top_hit .slider .slid_item {
      border: 2px solid #c7710a;
      border-radius: 5px;
      background: -webkit-gradient(linear, left top, left bottom, from(#fbcd21), color-stop(49%, #fff4a5), color-stop(50%, #fcc918), to(#b95a0f));
      background: -webkit-linear-gradient(#fbcd21 0%, #fff4a5 49%, #fcc918 50%, #b95a0f 100%);
      background: -o-linear-gradient(#fbcd21 0%, #fff4a5 49%, #fcc918 50%, #b95a0f 100%);
      background: linear-gradient(#fbcd21 0%, #fff4a5 49%, #fcc918 50%, #b95a0f 100%);
      margin-bottom: 10px;
      text-align: left;
      color: #222; }
      main .top_hit .slider .slid_item h3 {
        border-radius: 5px 5px 0 0;
        background: -webkit-gradient(linear, left top, left bottom, from(#fbcd21), color-stop(49%, #fff4a5), color-stop(50%, #fcc918), to(#b95a0f));
        background: -webkit-linear-gradient(#fbcd21 0%, #fff4a5 49%, #fcc918 50%, #b95a0f 100%);
        background: -o-linear-gradient(#fbcd21 0%, #fff4a5 49%, #fcc918 50%, #b95a0f 100%);
        background: linear-gradient(#fbcd21 0%, #fff4a5 49%, #fcc918 50%, #b95a0f 100%);
        text-shadow: 1px 1px 0 #fff4a5;
        padding: 5px;
        font-size: 1.15rem;
        position: relative; }
        main .top_hit .slider .slid_item h3::before {
          content: "";
          position: absolute;
          top: 28px;
          right: 0;
          width: 90px;
          height: 60px;
          background: url("../../images/member/icon1.png") top right no-repeat;
          background-size: contain; }
      main .top_hit .slider .slid_item div {
        border-radius: 0 0 5px 5px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px; }
        main .top_hit .slider .slid_item div .image {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 55%;
          flex: 0 0 55%; }
        main .top_hit .slider .slid_item div p {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 45%;
          flex: 1 1 45%;
          padding: 10px 5px;
          font-size: .9rem; }
          main .top_hit .slider .slid_item div p b {
            display: block;
            color: #ed1c24;
            text-align: center;
            font-size: 1.4rem;
            text-shadow: 0 0 3px #fff,
0 0 3px #fff,
0 0 3px #fff,
0 0 3px #fff,
0 0 3px #fff,
0 0 3px #fff,
0 0 3px #fff,
0 0 3px #fff,
0 0 3px #fff,
0 0 3px #fff,
0 0 3px #fff,
0 0 3px #fff,
0 0 3px #fff,
0 0 3px #fff,
0 0 3px #fff,
0 0 3px #fff,
3px 3px 0 #000; }
  main .top_hit .slick-dots {
    text-align: center;
    width: 90%;
    padding: 10px 0;
    margin: 0 auto; }
    main .top_hit .slick-dots li button::before {
      color: rgba(255, 255, 255, 0.4); }
    main .top_hit .slick-dots .slick-active button[id^="slick-slide"]::before {
      color: #fff; }
      main .top_tab {
        padding: 20px 0 0; }
        main .top_tab .tab_switch {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
          -ms-flex-pack: distribute;
          justify-content: space-around;
          -webkit-box-align: bottom;
          -ms-flex-align: bottom;
          align-items: bottom; }
          main .top_tab .tab_switch h2 {
            margin-bottom: 0;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 46%;
            flex: 0 0 46%;
            -webkit-filter: grayscale(80%);
            filter: grayscale(80%); }
            main .top_tab .tab_switch h2 img {
              max-width: 100%; }
          main .top_tab .tab_switch h2.clear {
            -webkit-filter: grayscale(0%);
            filter: grayscale(0%); }
        main .top_tab .tab1_block,
        main .top_tab .tab2_block {
          display: none;
          padding: 5px; }
          main .top_tab .tab1_block h3,
          main .top_tab .tab2_block h3 {
            margin: 20px auto; }
          main .top_tab .tab1_block h4,
          main .top_tab .tab2_block h4 {
            font-size: 16px;
            background: -webkit-repeating-linear-gradient(#222, #000);
            background: -o-repeating-linear-gradient(#222, #000);
            background: repeating-linear-gradient(#222, #000);
            padding: 2px;
            color: #d6cdcd; }
          main .top_tab .tab1_block ul,
          main .top_tab .tab2_block ul {
            padding-left: 0;
            padding-bottom: 10px; }
            main .top_tab .tab1_block ul li,
            main .top_tab .tab2_block ul li {
              background: #fff;
              color: #59460f;
              margin-bottom: 15px; }
              main .top_tab .tab1_block ul li dl,
              main .top_tab .tab2_block ul li dl {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 5px; }
                main .top_tab .tab1_block ul li dl dt,
                main .top_tab .tab2_block ul li dl dt {
                  -webkit-box-flex: 0;
                  -ms-flex: 0 0 50%;
                  flex: 0 0 50%; }
                main .top_tab .tab1_block ul li dl dd,
                main .top_tab .tab2_block ul li dl dd {
                  -webkit-box-flex: 1;
                  -ms-flex: 1 1 50%;
                  flex: 1 1 50%;
                  text-align: left;
                  padding: 5px; }
                  main .top_tab .tab1_block ul li dl dd p,
                  main .top_tab .tab2_block ul li dl dd p {
                    font-size: .7rem;
                    margin-bottom: 3px;
                    position: relative;
                    padding-left: 110px;
                    line-height: 1.2rem; }
                    main .top_tab .tab1_block ul li dl dd p span,
                    main .top_tab .tab2_block ul li dl dd p span {
                      color: #fff;
                      background: #be9532;
                      display: inline-block;
                      text-align: center;
                      width: 100px;
                      position: absolute;
                      left: 0;
                      top: 0;
                      font-size: .5rem; }
                    main .top_tab .tab1_block ul li dl dd p:first-child span,
                    main .top_tab .tab2_block ul li dl dd p:first-child span {
                      background: #fff url("../../images/member/icon2.png") center center no-repeat;
                      background-size: contain; }
                    main .top_tab .tab1_block ul li dl dd p b,
                    main .top_tab .tab2_block ul li dl dd p b {
                      font-size: 1.15rem;
                      font-weight: 900;
                      color: #ed1c24;
                      display: inline-block;
                      margin-right: 5px; }
              main .top_tab .tab1_block ul li .cost,
              main .top_tab .tab2_block ul li .cost {
                margin: 5px;
                background: url("../../images/member/bg2.jpg");
                background-size: cover;
                color: #fff;
                text-shadow: 0 0 10px #000;
                font-size: .55rem;
                line-height: 30px; }
                main .top_tab .tab1_block ul li .cost b,
                main .top_tab .tab2_block ul li .cost b {
                  font-size: 1.1rem;
                  font-weight: normal; }
                main .top_tab .tab1_block ul li .cost img,
                main .top_tab .tab2_block ul li .cost img {
                  height: 25px; }
              main .top_tab .tab1_block ul li .btn_area,
              main .top_tab .tab2_block ul li .btn_area {
                padding: 5px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 5px; }
                main .top_tab .tab1_block ul li .btn_area a,
                main .top_tab .tab2_block ul li .btn_area a {
                  -webkit-box-flex: 0;
                  -ms-flex: 0 0 49%;
                  flex: 0 0 49%; }
        main .top_tab .tab1_block {
          background: #c99d1b; }
        main .top_tab .tab2_block {
          background: #ad1a1a; }
        main .top_tab .visible {
          display: block !important; }

    main .support_contact {
      background: url("../images/member/bg3.jpg"); }
      main .support_contact .support_txt {
        text-align: left;
        padding: 20px 20px 0; }
        main .support_contact .support_txt b {
          display: block;
          padding: 10px 0;
          color: #ed1c24; }
      main .support_contact .chat {
        background: rgba(255, 255, 255, 0.2);
        padding: 30px 10px;
        max-height: 80vh;
        overflow-y: scroll; }
        main .support_contact .chat .chat_support,
        main .support_contact .chat .chat_user {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding-bottom: 40px; }
          main .support_contact .chat .chat_support p,
          main .support_contact .chat .chat_user p {
            padding: 10px;
            border-radius: 10px;
            position: relative;
            color: #553900; }
            main .support_contact .chat .chat_support p span,
            main .support_contact .chat .chat_user p span {
              font-size: .7rem;
              position: absolute;
              bottom: -22px;
              right: 0;
              display: block;
              min-width: 100px;
              color: #ccc; }
        main .support_contact .chat .chat_support {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
          main .support_contact .chat .chat_support p {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 60%;
            flex: 0 0 60%;
            -ms-flex-item-align: start;
            align-self: flex-start;
            background: #ccc; }
            main .support_contact .chat .chat_support p::before {
              content: "";
              position: absolute;
              left: 10px;
              top: -20px;
              width: 0;
              height: 0;
              border-style: solid;
              border-right: 9px solid transparent;
              border-left: 9px solid transparent;
              border-bottom: 33px solid #ccc;
              border-top: 0;
              -webkit-transform: rotate(330deg);
              -ms-transform: rotate(330deg);
              transform: rotate(330deg); }
        main .support_contact .chat .chat_user {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; }
          main .support_contact .chat .chat_user p {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 60%;
            flex: 0 0 60%;
            -ms-flex-item-align: end;
            align-self: flex-end;
            background: #f9f1cc; }
            main .support_contact .chat .chat_user p:before {
              content: "";
              position: absolute;
              right: 10px;
              top: -20px;
              width: 0;
              height: 0;
              border-style: solid;
              border-right: 9px solid transparent;
              border-left: 9px solid transparent;
              border-bottom: 30px solid #f9f1cc;
              border-top: 0;
              -webkit-transform: rotate(25deg);
              -ms-transform: rotate(25deg);
              transform: rotate(25deg); }
      main .support_contact form {
        padding: 10px 10px 0;
        text-align: left; }
        main .support_contact form textarea {
          background: #fff;
          border: 2px solid #999;
          padding: 5px;
          width: 100%;
          display: block;
          margin: 5px auto 5px; }
          main .support_contact form input {
            background: #fff;
            border: 2px solid #999;
            padding: 5px;
            width: 100%;
            display: block;
            margin: 5px auto 5px; }
        main .support_contact form button {
          width: 200px;
          display: block;
          margin: 20px auto; }
    main .support_faq,
    main .support_privacy,
    main .support_company,
    main .support_promise {
      background: url("../images/member/bg5.jpg");
      background-size: 100% auto; }
      main .support_faq article,
      main .support_privacy article,
      main .support_company article,
      main .support_promise article {
        text-align: left;
        padding: 10px; }
        main .support_faq article .support_txt,
        main .support_privacy article .support_txt,
        main .support_company article .support_txt,
        main .support_promise article .support_txt {
          padding: 10px;
          margin: 20px 0;
          background: rgba(255, 255, 255, 0.4);
          text-shadow: 0 0 5px #000,
   0 0 10px #000,
   0 0 10px #000; }
        main .support_faq article dl,
        main .support_privacy article dl,
        main .support_company article dl,
        main .support_promise article dl {
          margin: 20px 0;
          padding: 10px; }
          main .support_faq article dl dt,
          main .support_privacy article dl dt,
          main .support_company article dl dt,
          main .support_promise article dl dt {
            color: #d0ad42; }
          main .support_faq article dl dd,
          main .support_privacy article dl dd,
          main .support_company article dl dd,
          main .support_promise article dl dd {
            font-weight: 400; }
            main .support_faq article dl dd ul,
            main .support_faq article dl dd ol,
            main .support_privacy article dl dd ul,
            main .support_privacy article dl dd ol,
            main .support_company article dl dd ul,
            main .support_company article dl dd ol,
            main .support_promise article dl dd ul,
            main .support_promise article dl dd ol {
              padding: 10px 10px 10px 20px;
              margin: 20px 0 0; }
            main .support_faq article dl dd ul li,
            main .support_privacy article dl dd ul li,
            main .support_company article dl dd ul li,
            main .support_promise article dl dd ul li {
              list-style: outside disc; }
            main .support_faq article dl dd ol li,
            main .support_privacy article dl dd ol li,
            main .support_company article dl dd ol li,
            main .support_promise article dl dd ol li {
              list-style: outside decimal; }
        main .support_faq article table,
        main .support_privacy article table,
        main .support_company article table,
        main .support_promise article table {
          border-spacing: 5px;
          border-collapse: separate;
          font-size: .9rem;
          font-weight: 400;
          width: 100%; }
          main .support_faq article table th,
          main .support_faq article table td,
          main .support_privacy article table th,
          main .support_privacy article table td,
          main .support_company article table th,
          main .support_company article table td,
          main .support_promise article table th,
          main .support_promise article table td {
            margin-bottom: 20px;
            padding: 5px; }
          main .support_faq article table th,
          main .support_privacy article table th,
          main .support_company article table th,
          main .support_promise article table th {
            font-size: .8rem;
            width: 30%;
            background: #be9532;
            color: #000;
            text-align: center; }
    main .support_faq article {
      margin: 10px auto 0;
      padding: 10px; }
      main .support_faq article label {
        position: relative;
        background: #fff;
        border: 2px solid #be9532;
        font-size: 1.1rem;
        color: #000;
        padding: 10px 30px 10px 25px;
        display: block;
        margin: 0 0 2px 10px; }
        main .support_faq article label::before {
          content: "+";
          width: 20px;
          height: 20px;
          border-radius: 50%;
          border: 2px solid #a60000;
          position: absolute;
          right: 5px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          line-height: 20px;
          text-align: center; }
        main .support_faq article label b {
          content: "";
          width: 70px;
          height: 70px;
          display: block;
          color: #fff;
          position: absolute;
          left: -20px;
          top: -20px;
          background: url(../images/member/icon_q1.png) left top no-repeat;
          background-size: 100% auto;
          padding: 5px 0 0 10px; }
      main .support_faq article div {
        max-height: 0;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.2);
        font-weight: 300;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        text-shadow: 0 0 5px #000,
   0 0 5px #000,
   0 0 10px #000;
        position: relative;
        margin: 0 0 2px 10px; }
        main .support_faq article div p {
          padding: 10px; }
      main .support_faq article input:checked + label + div {
        max-height: 999px; }

        .h2_style1 {
          background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(#484848), to(#000));
          background: -webkit-linear-gradient(left, #000, #484848, #000);
          background: -o-linear-gradient(left, #000, #484848, #000);
          background: linear-gradient(to right, #000, #484848, #000);
          font-size: 1.3rem;
          border-top: 4px solid #ae7e2a;
          border-bottom: 4px solid #ae7e2a;
          -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#ae7e2a), color-stop(#f4e3a3), to(#ae7e2a));
          -webkit-border-image: -webkit-linear-gradient(left, #ae7e2a, #f4e3a3, #ae7e2a);
          -o-border-image: -o-linear-gradient(left, #ae7e2a, #f4e3a3, #ae7e2a);
          border-image: -webkit-gradient(linear, left top, right top, from(#ae7e2a), color-stop(#f4e3a3), to(#ae7e2a));
          border-image: linear-gradient(to right, #ae7e2a, #f4e3a3, #ae7e2a);
          border-image-slice: 1;
          padding: 10px; }
          .h2_style1 img {
            width: 80%; }

/*スマホ・タブレット共有--------------*/
/*タブレット--------------------------------*/
@media screen and (min-width: 500px) {
  main .firstview .fv_txt1 {
    max-height: 170px; }
  main .firstview .fv_txt2 {
    top: 110px;
    max-height: 170px; } }

/*------------------------------------------*/
/*タブレット/PC----------------------------------------*/
@media screen and (min-width: 768px) {
  html {
    font-size: 26px; }
  main .max_800 {
    max-width: 800px;
    margin: auto; }
  main .firstview .fv_txt1 {
    max-height: 250px; }
  main .firstview .fv_txt2 {
    top: 170px;
    max-height: 250px; }
  main .block1 p {
    font-size: 1.8rem; }
  main .block3 .block3_box1 {
    padding-bottom: 500px; }
    main .block3 .block3_box1 .chara6,
    main .block3 .block3_box1 .chara5 {
      max-height: 600px; }
    main .block3 .block3_box1 .chara6 {
      bottom: -50px; }
    main .block3 .block3_box1 .chara5 {
      right: -10px; }
  main .block9 {
    padding: 80px 0; }
  main .block11 article .step_txt {
    left: 50px; }
  main .block15 p {
    background: url("../images/chara4.png") right 50px no-repeat;
    background-size: contain;
    padding: 20px;
    text-shadow: 0 0 2px #000,
 0 0 5px #000,
 0 0 10px #000;
    font-size: 1.2rem; }
    main .block15 p img {
      margin: 0 auto 40px; } }
      
  .ftxt{
    background: #000000;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
  }
  
  .ftxt2{
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

/*------------------------------------------*/
/*PC----------------------------------------*/
@media screen and (min-width: 1024px) {
  footer {
    width: 1000px;
    margin: 30px auto; }
    footer .footer_menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      footer .footer_menu a {
        font-size: 16px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        border: 1px solid #000;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: url("../images/bg1.jpg") center center repeat;
        background-size: auto 100%;
        padding: 10px;
        color: #000;
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7); }
    footer p {
      text-align: left;
      padding: 10px;
      font-weight: 300;
      font-size: 16px; }
    footer small {
      color: #eee;
      font-weight: 300;
      font-size: 12px; } }
    
      .tx,
      .contact{
        font-size: 14px;
        line-height: 24px;
      }

      .setting {
        font-size: 16px;
        line-height: 28px;
      }
      
      .mail-sub, .mail-sub2 {
        background-size: 16px auto ,100% 100%;
        font-size: 26px;
        line-height: 20px;
      }
      
      .mail-sub:hover, .mail-sub2:hover {
        background-size: 16px auto ,100% 100%;
      }

      .support_company table td table th {
          width: 20%;
      }
      
      .support_company table td table td {
          width: 30%;
      }
      
      .support_company table td a {
        color:#29abe2;
        text-decoration:underline;
          -webkit-tap-highlight-color:transparent;
      }
      
      .support_company table td a:hover {
          cursor: pointer;
        text-decoration:none!important;
      }
