@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 {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer; }

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

/*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/gouketsu/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/gouketsu/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/gouketsu/chara3.png") right bottom no-repeat, url("../../images/gouketsu/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 .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 .block3 .block3_slider {
      background: url("../../images/gouketsu/bg8.jpg") center center repeat;
      background-size: contain;
      padding: 20px 0 30px;
      /*スライダー------------------------------------------*/ }
      main .block3 .block3_slider .slider {
        padding: 10px; }
        main .block3 .block3_slider .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;
          max-width: 800px; }
          main .block3 .block3_slider .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 .block3 .block3_slider .slider .slid_item h3::before {
              content: "";
              position: absolute;
              top: 28px;
              right: 0;
              width: 90px;
              height: 60px;
              background: url("../../images/gouketsu/icon1.png") top right no-repeat;
              background-size: contain; }
          main .block3 .block3_slider .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 .block3 .block3_slider .slider .slid_item div span {
              -webkit-box-flex: 0;
              -ms-flex: 0 0 55%;
              flex: 0 0 55%; }
            main .block3 .block3_slider .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 .block3 .block3_slider .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 .block3 .block3_slider .slick-dots {
        text-align: center;
        width: 90%;
        padding: 10px 0;
        margin: 0 auto; }
        main .block3 .block3_slider .slick-dots li button::before {
          color: rgba(255, 255, 255, 0.4); }
        main .block3 .block3_slider .slick-dots .slick-active button[id^="slick-slide"]::before {
          color: #fff; }
  main .block4 {
    background: url("../../images/gouketsu/bg4.jpg") center top no-repeat;
    background-size: cover;
    padding: 30px 0; }
  main .block5 {
    background: url("../../images/gouketsu/bg6.jpg") repeat;
    background-size: 50%; }
    main .block5 .block5_bg1 {
      background: url("../../images/gouketsu/bg5.jpg") repeat;
      padding: 20px 10px;
      font-weight: 900;
      font-size: 1.3rem; }
    main .block5 .block5_box1 {
      padding: 10px; }
  main .block6 {
    background: url("../../images/gouketsu/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/gouketsu/bg8.jpg") center center repeat;
    background-size: 100% auto; }
  main .block9 {
    background: url("../../images/gouketsu/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/gouketsu/parts2_1.png") left top no-repeat;
      background-size: 80% auto; }
    main .block9::after {
      background: url("../../images/gouketsu/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: 20px 10px;
    background: url("../../images/gouketsu/bg13.jpg") center center repeat; }
    main .block11 ul li {
      margin-bottom: 10px; }
  main .block12 {
    background: url("../../images/gouketsu/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/gouketsu/bg1.png") center center no-repeat, url("../../images/gouketsu/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/gouketsu/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; }
  main .support_contact {
    background: url("../../images/gouketsu/bg8.jpg");
    background-size: contain; }
    main .support_contact .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; }
      main .support_contact .h2_style1 img {
        width: 80%; }
    main .support_contact article {
      max-width: 800px;
      margin: 0 auto 10px; }
    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: #7d400b; }
          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 20px; }
      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/gouketsu/bg13.jpg");
    background-size: 100% auto; }
    main .support_faq .h2_style1,
    main .support_privacy .h2_style1,
    main .support_company .h2_style1,
    main .support_promise .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; }
      main .support_faq .h2_style1 img,
      main .support_privacy .h2_style1 img,
      main .support_company .h2_style1 img,
      main .support_promise .h2_style1 img {
        width: 80%; }
    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: #a6a411; }
        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;
        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; }

/*------------------------------------------*/
/*footer------------------------------------*/
footer {
  width: 100%; }
  footer .footer_menu a {
    display: block;
    background: url("../../images/gouketsu/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; }

/*スマホ・タブレット共有--------------*/
/*タブレット--------------------------------*/
@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 .block3 .block3_slider .slider .slid_item h3::before {
    content: "";
    position: absolute;
    top: 28px;
    right: 0;
    width: 150px;
    height: 120px;
    background: url("../../images/gouketsu/icon1.png") top right no-repeat;
    background-size: contain; }
  main .block9 {
    padding: 80px 0; }
  main .block11 article .step_txt {
    left: 50px; }
  main .block15 p {
    background: url("../../images/gouketsu/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; }
  main .support_contact {
    padding-bottom: 20px; }
    main .support_contact .chat {
      margin-bottom: 20px; }
      main .support_contact .chat .chat_support p span,
      main .support_contact .chat .chat_user p span {
        font-size: .6rem; } }

/*------------------------------------------*/
/*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/gouketsu/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; } }
