@charset "UTF-8";
/* function が使える */
/*------------------------------------------------------------
#Mv_area
------------------------------------------------------------*/
#Mv_area {
  margin-top: 120px;
  position: relative;
  background-size: 1920px 1083px;
  height: 1083px;
  width: 100%;
  margin-bottom: 70px; }
  #Mv_area p {
    width: 1031px;
    position: absolute;
    left: 50%;
    margin-left: -515px;
    top: 170px; }
    #Mv_area p img {
      width: 100%;
      height: auto; }

.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out 6s;
  animation: kenburns ease-out 6s; }

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.1) translate(0);
    transform: scale(1.1) translate(0); } }
@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.1) translate(0);
    transform: scale(1.1) translate(0); } }
@media screen and (max-width: 736px) {
  #Mv_area {
    margin-top: 55px;
    background-size: cover;
    height: calc(60vh - 55px);
    margin-bottom: 25px; }
    #Mv_area p {
      width: 100%;
      padding: 0 8.3%;
      box-sizing: border-box;
      left: 0;
      margin-left: 0;
      top: auto;
      bottom: 40px; }
      #Mv_area p img {
        width: 201px;
        height: auto; } }
/*------------------------------------------------------------
#cap_area
------------------------------------------------------------*/
#cap_area {
  margin-bottom: 130px; }
  #cap_area p {
    width: 650px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.5;
    text-align: center; }
    #cap_area p br.sp_only {
      display: none; }

@media screen and (max-width: 736px) {
  #cap_area {
    margin-bottom: 50px; }
    #cap_area p {
      width: 100%;
      font-size: 1.1rem;
      text-align: left; }
      #cap_area p br {
        display: none; }
        #cap_area p br.sp_on, #cap_area p br.sp_only {
          display: block; }
      #cap_area p .tume {
        letter-spacing: -0.02em; }
      #cap_area p .tume2 {
        letter-spacing: -0.03em; } }
/*------------------------------------------------------------
#Service_area
------------------------------------------------------------*/
#Service_area {
  margin-bottom: 200px; }
  #Service_area .inner {
    width: 680px; }
  #Service_area h2 {
    margin-bottom: 100px; }
  #Service_area ul li:first-child {
    margin-bottom: 40px;
    padding-bottom: 70px;
    position: relative; }
    #Service_area ul li:first-child:before {
      display: block;
      content: '';
      width: 37px;
      height: 37px;
      background: url("../images/icon_plus.png") left top no-repeat;
      background-size: 37px 37px;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -19px; }
  #Service_area ul li.is_show dt img {
    opacity: 1;
    animation: animScale 0.5s  ease-out;
    transform-origin: 50% 50%;
    -webkit-animation: animScale 0.5s ease-out;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: animScale 0.5s ease-out;
    -moz-transform-origin: 50% 50%; }
  #Service_area dl {
    display: flex;
    justify-content: space-between; }
    #Service_area dl dt img {
      opacity: 0; }
    #Service_area dl dd {
      width: 478px; }
      #Service_area dl dd h3 {
        color: #23c3a0;
        font-size: 2.2rem;
        font-weight: bold;
        margin-bottom: 15px; }
  #Service_area .tume {
    letter-spacing: -0.04em; }

@keyframes animScale {
  0% {
    transform: scale(0.8, 0.8); }
  40% {
    transform: scale(1.2, 1.2); }
  60% {
    transform: scale(1, 1); }
  80% {
    transform: scale(1.1, 1.1); }
  100% {
    transform: scale(1, 1); } }
@-webkit-keyframes animScale {
  0% {
    transform: scale(0.8, 0.8); }
  40% {
    transform: scale(1.2, 1.2); }
  60% {
    transform: scale(1, 1); }
  80% {
    transform: scale(1.1, 1.1); }
  100% {
    transform: scale(1, 1); } }
@-moz-keyframes animScale {
  0% {
    transform: scale(0.8, 0.8); }
  40% {
    transform: scale(1.2, 1.2); }
  60% {
    transform: scale(1, 1); }
  80% {
    transform: scale(1.1, 1.1); }
  100% {
    transform: scale(1, 1); } }
@media screen and (max-width: 736px) {
  #Service_area {
    margin-bottom: 95px; }
    #Service_area .inner {
      width: 100%; }
    #Service_area h2 {
      margin-bottom: 40px; }
    #Service_area ul li:first-child {
      margin-bottom: 30px;
      padding-bottom: 44px; }
      #Service_area ul li:first-child:before {
        width: 19px;
        height: 19px;
        background: url("../images/icon_plus.png") left top no-repeat;
        background-size: 19px 19px;
        margin-left: -10px; }
    #Service_area dl {
      display: block; }
      #Service_area dl dt {
        text-align: center;
        margin-bottom: 15px; }
        #Service_area dl dt img {
          width: 50px;
          height: auto; }
      #Service_area dl dd {
        width: 100%; }
        #Service_area dl dd h3 {
          font-size: 1.1rem;
          margin-bottom: 10px;
          text-align: center; }
        #Service_area dl dd br {
          display: none; }
    #Service_area .tume {
      letter-spacing: 0; } }
/*------------------------------------------------------------
#Trip_area
------------------------------------------------------------*/
#Trip_area {
  margin-bottom: 190px; }
  #Trip_area h2 {
    margin-bottom: 30px; }
  #Trip_area ul {
    margin-bottom: 20px; }
    #Trip_area ul li {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center; }
      #Trip_area ul li.is_show:before {
        opacity: 0.4; }
      #Trip_area ul li:before {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background: #000;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 15;
        opacity: 0;
        transition: all .6s .0s ease-in-out; }
      #Trip_area ul li h3 {
        color: #FFF;
        font-size: 5.0rem;
        text-align: center;
        font-weight: bold;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 20;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        left: 0; }
      #Trip_area ul li img {
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
        top: 0;
        z-index: 10; }
  #Trip_area h4 {
    color: #23c3a0;
    font-size: 2.2rem;
    text-align: center;
    font-weight: bold; }

@media screen and (max-width: 736px) {
  #Trip_area {
    margin-bottom: 75px; }
    #Trip_area .inner {
      padding: 0; }
    #Trip_area h2 {
      margin-bottom: 25px; }
    #Trip_area ul {
      margin-bottom: 10px; }
      #Trip_area ul li h3 {
        font-size: 1.7rem; }
    #Trip_area h4 {
      font-size: 1.1rem; } }
/*------------------------------------------------------------
#Flow_area
------------------------------------------------------------*/
#Flow_area {
  margin-bottom: 220px; }
  #Flow_area .ttl_style {
    margin-bottom: 50px; }
  #Flow_area ul {
    margin-bottom: 55px; }
    #Flow_area ul li {
      width: 515px;
      box-sizing: border-box;
      padding: 0 0 20px 15px;
      box-sizing: border-box;
      margin-bottom: 20px;
      position: relative;
      cursor: pointer;
      transition: all .6s .0s ease-in-out;
      opacity: 0;
      transform: translateX(-10%); }
      #Flow_area ul li.is_show {
        opacity: 1;
        transform: translateX(0); }
        #Flow_area ul li.is_show:before {
          background: #23c3a0;
          transition: all .6s .2s ease-in-out; }
        #Flow_area ul li.is_show dl dt h3 {
          color: #23c3a0;
          transition: all .6s .2s ease-in-out; }
      #Flow_area ul li:before {
        display: block;
        content: '';
        width: 400px;
        height: 2px;
        background: #666666;
        position: absolute;
        bottom: 0;
        right: 0; }
      #Flow_area ul li:nth-of-type(1) {
        width: 500px;
        padding: 0 0 20px 0; }
      #Flow_area ul li:nth-of-type(2) {
        margin-left: 100px; }
      #Flow_area ul li:nth-of-type(3) {
        margin-left: 215px; }
      #Flow_area ul li:nth-of-type(4) {
        margin-left: 330px; }
      #Flow_area ul li:nth-of-type(5) {
        margin-left: 445px; }
    #Flow_area ul.btm li {
      display: flex;
      align-items: center;
      padding: 0 0 20px 0;
      width: 700px; }
      #Flow_area ul.btm li:before {
        width: 100%; }
      #Flow_area ul.btm li dl {
        align-items: center; }
        #Flow_area ul.btm li dl dt {
          margin-top: 0;
          margin-right: 20px; }
      #Flow_area ul.btm li.is_show .go_area .web_font {
        color: #23c3a0;
        transition: all .4s .2s ease-in-out; }
    #Flow_area ul.btm .go_area {
      display: flex;
      align-items: center;
      margin-right: 40px; }
      #Flow_area ul.btm .go_area.sp {
        display: none; }
      #Flow_area ul.btm .go_area .web_font {
        font-size: 10.0rem; }
      #Flow_area ul.btm .go_area span {
        display: block; }
        #Flow_area ul.btm .go_area span:first-child {
          margin-right: 40px; }
  #Flow_area dl {
    display: flex;
    justify-content: space-between; }
    #Flow_area dl dt {
      margin-top: 30px;
      font-size: 2.2rem;
      line-height: 1.5;
      display: flex;
      font-weight: bold; }
      #Flow_area dl dt h3 {
        font-size: 3.0rem;
        color: #666666;
        margin-right: 20px;
        line-height: 1.2; }

@media screen and (max-width: 736px) {
  #Flow_area {
    margin-bottom: 50px; }
    #Flow_area h2 {
      font-size: 1.7rem;
      margin-bottom: 35px;
      text-align: center; }
    #Flow_area ul {
      margin-bottom: 20px; }
      #Flow_area ul li {
        width: 100%;
        padding: 0 0 20px 8.3%;
        margin-bottom: 15px; }
        #Flow_area ul li:before {
          width: 100%; }
        #Flow_area ul li:nth-of-type(1) {
          width: 100%;
          padding: 0 0 20px 8.3%; }
          #Flow_area ul li:nth-of-type(1) dd {
            text-align: center; }
            #Flow_area ul li:nth-of-type(1) dd img {
              width: calc(100% - 25px); }
        #Flow_area ul li:nth-of-type(2) {
          margin-left: 0; }
        #Flow_area ul li:nth-of-type(3) {
          margin-left: 0; }
        #Flow_area ul li:nth-of-type(4) {
          margin-left: 0; }
        #Flow_area ul li:nth-of-type(5) {
          margin-left: 0; }
      #Flow_area ul.btm li {
        display: block;
        padding: 0 0 20px 8.3%;
        width: 100%; }
        #Flow_area ul.btm li dl dt {
          margin-right: 0; }
      #Flow_area ul.btm .go_area {
        justify-content: center;
        margin-right: 0;
        margin-bottom: 20px; }
        #Flow_area ul.btm .go_area.sp {
          display: flex; }
        #Flow_area ul.btm .go_area.pc {
          display: none; }
        #Flow_area ul.btm .go_area .web_font {
          font-size: 2.5rem; }
        #Flow_area ul.btm .go_area span:first-child {
          margin-right: 15px; }
    #Flow_area dl {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #Flow_area dl dt {
        font-size: 1.3rem;
        display: block;
        width: 50%;
        margin-top: 0; }
        #Flow_area dl dt h3 {
          font-size: 1.5rem;
          margin-right: 20px;
          margin-bottom: 13px; }
      #Flow_area dl dd {
        width: 50%; }
        #Flow_area dl dd img {
          width: 100%;
          height: auto; } }
/*------------------------------------------------------------
#Merit_area
------------------------------------------------------------*/
#Merit_area {
  margin-bottom: 190px; }
  #Merit_area .ttl_style {
    margin-bottom: 100px; }
  #Merit_area ul li {
    position: relative;
    height: auto;
    min-height: 406px;
    margin-bottom: 130px;
    display: flex;
    align-items: center; }
    #Merit_area ul li:hover .img_area:before {
      opacity: 1; }
    #Merit_area ul li:nth-of-type(1) .img_area {
      background: url("../images/img_marit1.png") right center no-repeat;
      background-size: cover; }
      #Merit_area ul li:nth-of-type(1) .img_area:before {
        background: url("../images/img_marit1_on.png") right center no-repeat;
        background-size: cover; }
    #Merit_area ul li:nth-of-type(2) .img_area {
      right: auto;
      left: 0;
      background: url("../images/img_marit2.png") center center no-repeat;
      background-size: cover; }
      #Merit_area ul li:nth-of-type(2) .img_area:before {
        background: url("../images/img_marit2_on.png") right center no-repeat;
        background-size: cover; }
    #Merit_area ul li:nth-of-type(2) .txt_area {
      margin-left: 50%; }
    #Merit_area ul li:nth-of-type(3) {
      margin-bottom: 0; }
      #Merit_area ul li:nth-of-type(3) .img_area {
        background: url("../images/img_marit3.png") right center no-repeat;
        background-size: cover; }
        #Merit_area ul li:nth-of-type(3) .img_area:before {
          background: url("../images/img_marit3_on.png") right center no-repeat;
          background-size: cover; }
    #Merit_area ul li .img_area {
      position: absolute;
      width: 42%;
      height: 100%;
      opacity: 0;
      transform: translateY(10%);
      transition: all .9s 0s ease-in-out;
      box-sizing: border-box;
      margin-left: auto;
      top: 0;
      right: 0;
      z-index: 20; }
      #Merit_area ul li .img_area img {
        width: 100%;
        height: auto;
        opacity: 0; }
      #Merit_area ul li .img_area:before {
        transition: all .3s 0s ease-in-out;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 30; }
    #Merit_area ul li .txt_area {
      width: 50%; }
      #Merit_area ul li .txt_area h3 {
        margin-bottom: 20px;
        font-size: 3.0rem;
        opacity: 0;
        transform: translateX(-5%);
        transition: all .9s 0s ease-in-out; }
      #Merit_area ul li .txt_area p {
        font-size: 3.0rem;
        font-weight: bold;
        opacity: 0;
        transform: translateX(-5%);
        transition: all .6s .3s ease-in-out; }
    #Merit_area ul li.is_show .img_area {
      opacity: 1;
      transform: translateY(0); }
    #Merit_area ul li.is_show .txt_area h3 {
      opacity: 1;
      transform: translateX(0); }
    #Merit_area ul li.is_show .txt_area p {
      opacity: 1;
      transform: translateX(0); }

@media screen and (max-width: 736px) {
  #Merit_area {
    margin-bottom: 50px; }
    #Merit_area .ttl_style {
      margin-bottom: 25px; }
    #Merit_area ul li {
      position: relative;
      min-height: auto;
      margin-bottom: 25px;
      display: block; }
      #Merit_area ul li:nth-of-type(1) .img_area {
        background: none; }
        #Merit_area ul li:nth-of-type(1) .img_area:before {
          background: url("../images/img_marit1_on_sp.png") right center no-repeat;
          background-size: cover; }
      #Merit_area ul li:nth-of-type(2) .img_area {
        right: auto;
        left: 0;
        background: none; }
        #Merit_area ul li:nth-of-type(2) .img_area:before {
          background: url("../images/img_marit2_on_sp.png") right center no-repeat;
          background-size: cover; }
      #Merit_area ul li:nth-of-type(2) .txt_area {
        margin-left: 0; }
      #Merit_area ul li:nth-of-type(3) {
        margin-bottom: 0; }
        #Merit_area ul li:nth-of-type(3) .img_area {
          background: none; }
          #Merit_area ul li:nth-of-type(3) .img_area:before {
            background: url("../images/img_marit3_on_sp.png") right center no-repeat;
            background-size: cover; }
      #Merit_area ul li .img_area {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 15px; }
        #Merit_area ul li .img_area img {
          width: 100%;
          height: auto;
          opacity: 1; }
      #Merit_area ul li .txt_area {
        width: 100%; }
        #Merit_area ul li .txt_area h3 {
          margin-bottom: 5px;
          text-align: center;
          font-size: 1.3rem; }
          #Merit_area ul li .txt_area h3 img {
            height: 8px;
            width: auto; }
        #Merit_area ul li .txt_area p {
          font-size: 1.0rem;
          text-align: center;
          font-weight: 100; }
          #Merit_area ul li .txt_area p.zizume {
            letter-spacing: -0.03em; } }
/*------------------------------------------------------------
#Img_area
------------------------------------------------------------*/
#Img_area4 {
  margin-bottom: 250px; }
  #Img_area4 h2 {
    margin-bottom: 50px; }
  #Img_area4 .frame {
    width: 100%;
    height: 300px;
    border: 0;
    margin: 0;
    padding: 0; }

@media screen and (max-width: 736px) {
  #Img_area4 {
    margin-bottom: 50px; }
    #Img_area4 h2 {
      margin-bottom: 25px; } }
/*------------------------------------------------------------
#Review_area
------------------------------------------------------------*/
#Review_area {
  height: auto;
  display: block;
  margin-bottom: 140px; }
  #Review_area h2 {
    position: relative;
    text-align: left;
    left: 0;
    top: 0;
    line-height: 1;
    margin-bottom: 20px; }
  #Review_area .ttl_area_pc {
    margin-bottom: 60px;
    line-height: 1; }
    #Review_area .ttl_area_pc h3 {
      font-size: 2.5rem; }
  #Review_area .people.is_show .face_img {
    opacity: 1;
    transform: translateY(0%); }
  #Review_area .people.is_show .img_area p {
    opacity: 1;
    transform: translateY(0%); }
  #Review_area .people .inner_top {
    width: 720px;
    margin: 0 auto 0;
    position: relative; }
  #Review_area .people .ttl_area {
    position: absolute;
    left: 0;
    top: -50px; }
    #Review_area .people .ttl_area h3 {
      font-size: 2.5rem; }
  #Review_area .people .face_img {
    transition: all .4s 0s ease-in-out;
    opacity: 0;
    transform: translateY(5%);
    padding-left: 45px; }
    #Review_area .people .face_img img {
      width: 388px;
      height: auto; }
  #Review_area .people .detail {
    position: absolute;
    right: 0;
    top: 260px;
    line-height: 1; }
    #Review_area .people .detail dt {
      margin-bottom: 20px; }
    #Review_area .people .detail dd {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 1.3rem;
      font-weight: bold; }
      #Review_area .people .detail dd.name {
        font-size: 2.7rem;
        font-weight: bold;
        margin-bottom: 20px; }
      #Review_area .people .detail dd .age {
        font-size: 1.3rem;
        font-weight: 100;
        padding-right: 40px; }
  #Review_area .people .inner_in {
    width: 720px;
    margin: 55px auto 0;
    position: relative; }
  #Review_area .people h4 {
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 30px; }
  #Review_area .people .img_area {
    margin-top: 65px;
    display: flex;
    justify-content: space-between; }
    #Review_area .people .img_area p {
      opacity: 0;
      transform: translateY(5%); }
      #Review_area .people .img_area p:nth-of-type(1) {
        transition: all .4s .6s ease-in-out; }
      #Review_area .people .img_area p:nth-of-type(2) {
        transition: all .4s .9s ease-in-out; }
  #Review_area .nav_area_wrap {
    margin-top: 40px;
    text-align: center; }
  #Review_area .nav_area {
    position: relative;
    padding: 0 35px;
    display: inline-block; }
    #Review_area .nav_area .prev_wrap, #Review_area .nav_area .next_wrap {
      position: absolute;
      top: 50%;
      width: 7px;
      height: 13px;
      margin-top: -7px; }
      #Review_area .nav_area .prev_wrap:before, #Review_area .nav_area .next_wrap:before {
        display: block;
        content: '';
        width: 7px;
        height: 13px;
        background: url("../images/icon_next.png") left top no-repeat;
        background-size: 7px 13px;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 1; }
    #Review_area .nav_area .prev_wrap {
      left: 0; }
      #Review_area .nav_area .prev_wrap:before {
        background: url("../images/icon_prev.png") left top no-repeat;
        background-size: 7px 13px; }
    #Review_area .nav_area .next_wrap {
      right: 0; }
    #Review_area .nav_area .prev, #Review_area .nav_area .next {
      position: absolute;
      left: 0;
      top: 0;
      width: 7px;
      height: 13px;
      opacity: 0; }
    #Review_area .nav_area .peager {
      color: #9fa0a0; }
      #Review_area .nav_area .peager > div {
        display: flex;
        justify-content: center;
        align-items: center; }
        #Review_area .nav_area .peager > div > div {
          padding: 0 15px; }
          #Review_area .nav_area .peager > div > div .active {
            color: #23c3a0; }

@media screen and (max-width: 736px) {
  #Review_area {
    margin-bottom: 60px; }
    #Review_area h2 {
      position: relative;
      left: 0;
      top: 0;
      text-align: center;
      margin-bottom: 25px; }
    #Review_area .people .inner_top {
      width: 100%;
      position: relative;
      display: flex;
      justify-content: space-between; }
    #Review_area .people .ttl_area {
      position: absolute;
      left: 0;
      top: 10px;
      width: 50%;
      padding-left: 10px;
      box-sizing: border-box;
      margin-left: 50%; }
      #Review_area .people .ttl_area h3 {
        font-size: 1.3rem; }
    #Review_area .people .face_img {
      width: 50%;
      padding: 0 5%;
      box-sizing: border-box; }
      #Review_area .people .face_img img {
        width: 100%;
        height: auto; }
    #Review_area .people .detail {
      position: relative;
      right: 0;
      top: 55px;
      line-height: 1;
      width: 50%;
      padding-left: 10px;
      box-sizing: border-box; }
      #Review_area .people .detail dt {
        font-size: 0.9rem;
        margin-bottom: 10px; }
      #Review_area .people .detail dd {
        display: block;
        font-size: 0.7rem; }
        #Review_area .people .detail dd.name {
          font-size: 1.4rem;
          margin-bottom: 8px; }
        #Review_area .people .detail dd .age {
          font-size: 0.7rem;
          padding-right: 0;
          margin-bottom: 8px; }
    #Review_area .people .inner_in {
      width: 100%;
      margin: 30px auto 0; }
    #Review_area .people h4 {
      font-size: 1.4rem;
      margin-bottom: 20px; }
    #Review_area .people .img_area {
      margin-top: 50px;
      display: flex;
      justify-content: space-between; }
      #Review_area .people .img_area p {
        width: 48%; }
        #Review_area .people .img_area p img {
          width: 100%;
          height: auto; }
    #Review_area .nav_area_wrap {
      margin-top: 20px; }
    #Review_area .nav_area {
      padding: 0 20px;
      line-height: 1; }
      #Review_area .nav_area .prev, #Review_area .nav_area .next {
        top: 0;
        margin-top: 0; }
        #Review_area .nav_area .prev img, #Review_area .nav_area .next img {
          height: 10px;
          width: auto; }
      #Review_area .nav_area .peager {
        font-size: 0.8rem; }
        #Review_area .nav_area .peager > div > div {
          padding: 0 10px; } }
/*------------------------------------------------------------
#Legal_area
------------------------------------------------------------*/
#Legal_area {
  text-align: center;
  padding: 55px 0 65px; }
  #Legal_area .ttl {
    font-weight: bold;
    margin-bottom: 15px;
    color: #000000;
    font-size: 1.8rem; }
  #Legal_area .btn {
    width: 575px;
    height: 70px;
    border: 1px solid #221815;
    border-radius: 100px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 10;
    margin: 0 auto; }
    #Legal_area .btn .on {
      display: none; }
    #Legal_area .btn img {
      z-index: 50;
      position: relative; }
    #Legal_area .btn a {
      display: flex;
      height: 100%;
      width: 100%;
      align-items: center;
      justify-content: center;
      z-index: 60;
      left: 0;
      top: 0;
      position: absolute; }
    #Legal_area .btn:before {
      display: block;
      content: '';
      width: 110%;
      height: 100%;
      background: #aaaaaa;
      position: absolute;
      top: 0;
      left: -115%;
      transform: skewX(-25deg);
      opacity: 0;
      z-index: 10; }
    #Legal_area .btn:hover {
      border: 1px solid #aaaaaa;
      transition: all .2s 0s ease-in-out; }
      #Legal_area .btn:hover:before {
        left: -5%;
        transition: all .3s 0s ease-in-out;
        opacity: 1; }
      #Legal_area .btn:hover .off {
        display: none; }
      #Legal_area .btn:hover .on {
        display: block; }

@media screen and (max-width: 736px) {
  #Legal_area {
    padding: 25px 0 35px; }
    #Legal_area .ttl {
      margin-bottom: 8px;
      font-size: .9rem; }
    #Legal_area .btn {
      width: 100%;
      height: 35px;
      overflow: hidden; }
      #Legal_area .btn img {
        height: 15px;
        width: auto; }
      #Legal_area .btn:before {
        opacity: 1;
        overflow: hidden; }
      #Legal_area .btn:hover {
        border: 1px solid #aaaaaa; }
        #Legal_area .btn:hover:before {
          left: -115%;
          opacity: 1; }
        #Legal_area .btn:hover .off {
          display: block; }
        #Legal_area .btn:hover .on {
          display: none; }
      #Legal_area .btn.is_show {
        border: 1px solid #aaaaaa; }
        #Legal_area .btn.is_show:before {
          left: -5%;
          transition: all .2s 0s ease-in-out; }
        #Legal_area .btn.is_show .off {
          display: none; }
        #Legal_area .btn.is_show .on {
          display: block; } }
/*------------------------------------------------------------
.line_btn
------------------------------------------------------------*/
.line_btn {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 1000; }

@media screen and (max-width: 736px) {
  .line_btn {
    margin-bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 8.3%;
    right: 0; }
    .line_btn img {
      width: 100%;
      height: auto; } }
