/* ****************************************************
    mixin
**************************************************** */
/* ****************************************************
    list
**************************************************** */
ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

/* ****************************************************
    link
**************************************************** */
a {
  color: #017bbc; }
  a:visited {
    text-decoration: none;
    color: #017bbc; }
  a:hover {
    text-decoration: none;
    color: #aaa; }
  a:hover, a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )"; }
  a:active {
    text-decoration: none;
    color: #aaa; }

/* ****************************************************
    basic
**************************************************** */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased; }

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #333; }

img {
  max-width: 100%;
  height: auto; }

p {
  padding: 0;
  margin: 0; }

@media screen and (max-width: 480px) {
  .br:before {
    content: "\A";
    white-space: pre; } }

/* ****************************************************
    selection
**************************************************** */
::-moz-selection {
  background: #ececec;
  /* Safari */
  color: #fff; }
::selection {
  background: #ececec;
  /* Safari */
  color: #fff; }

::-moz-selection {
  background: #ececec;
  /* Firefox */
  color: #fff; }

/* ****************************************************
    header
**************************************************** */
header {
  padding: 430px 0 0 0;
  margin: 0;
  width: 100%;
  height: 310px;
  background: url(../img/header_back.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff; }
  header .header_detail {
    margin: 0 auto;
    width: 600px;
    height: 197px;
    background: url(../img/h1_back.jpg); }
    header .header_detail h1 {
      padding-top: 8rem;
      font-size: 42px;
      font-size: 4.2rem;
      line-height: 0.38095;
      color: #000; }
  header.sp {
    display: none; }

@media screen and (max-width: 800px) {
  header {
    display: none;
    background: none;
    height: 0;
    padding: 0; }
    header.sp {
      display: block;
      width: 100%;
      height: 100%; }
      header.sp p {
        width: 100%; }
        header.sp p img {
          width: 100%; }
      header.sp button, header.sp button:hover {
        width: 3rem;
        background: #fff;
        opacity: 0.9;
        filter: alpha(opacity=90);
        -ms-filter: "alpha( opacity=90 )";
        margin: 1rem 1rem;
        padding: 1rem 1rem 2rem 1rem;
        -moz-border-radius: 0.5rem;
        -webkit-border-radius: 0.5rem;
        border-radius: 0.5rem; }
      header.sp nav {
        background: #fff;
        opacity: 0.9;
        filter: alpha(opacity=90);
        -ms-filter: "alpha( opacity=90 )";
        padding-top: 2rem; }
        header.sp nav ul li a {
          text-align: left;
          padding-left: 2rem;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.25;
          color: #333; } }

/* ****************************************************
contents
**************************************************** */
section.lp01 {
  position: relative;
  padding: 1rem 0 0 0;
  margin: 0;
  width: 100%; }
  section.lp01 .lp01_detail {
    width: 1000px;
    margin: 0 auto;
    text-align: center; }
    section.lp01 .lp01_detail img {
      margin-left: -14rem; }
    section.lp01 .lp01_detail h2 {
      margin-top: 0;
      font-size: 50px;
      font-size: 5rem;
      line-height: 1; }
      section.lp01 .lp01_detail h2 span {
        display: block;
        font-size: 31px;
        font-size: 3.1rem;
        line-height: 1.6129; }
    section.lp01 .lp01_detail p {
      font-size: 3rem; }
      section.lp01 .lp01_detail p.bb {
        width: 80%;
        margin: 0 auto 1rem auto;
        background: #36f;
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 1.6;
        color: #fff; }
    section.lp01 .lp01_detail .howto {
      width: 1000px;
      margin: 2rem auto;
      -js-display: flex;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -o-flexbox;
      display: flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center; }
      section.lp01 .lp01_detail .howto p img {
        margin: 0 2rem; }

section.lp02 .ask01 .title {
  background-size: 2000px;
  height: 225px;
  background-position: 50%;
  background: url(../img/ask01_bg.jpg) no-repeat center top;
  text-align: center;
  padding-top: 55px; }

section.lp02 .ask01 .title_sp {
  display: none; }

section.lp02 .ask01 .contents {
  background-size: 2000px;
  height: 720px;
  background-position: 50%;
  background: url(../img/ask01_contents_bg.jpg) no-repeat center top; }
  section.lp02 .ask01 .contents .inner {
    width: 1000px;
    margin: 0 auto; }
    section.lp02 .ask01 .contents .inner dl {
      width: 46%;
      float: left;
      background: rgba(255, 255, 255, 0.8);
      padding: 2% 2% 0 2%;
      margin: 4.5rem 0 0 1rem;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5; }
      section.lp02 .ask01 .contents .inner dl dt {
        padding-bottom: 1.0rem; }
      section.lp02 .ask01 .contents .inner dl dd {
        margin-left: 0;
        padding-bottom: 2.5rem; }
        section.lp02 .ask01 .contents .inner dl dd p {
          margin-bottom: 3.0rem; }

section.lp03 .ask02 .title {
  background-size: 2000px;
  height: 202px;
  background-position: 50%;
  background: url(../img/ask02_bg.jpg) no-repeat center top;
  text-align: center;
  padding-top: 40px; }

section.lp03 .ask02 .title_sp {
  display: none; }

section.lp03 .ask02 .contents {
  background: #dff; }
  section.lp03 .ask02 .contents .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 2rem 0;
    -js-display: flex;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    section.lp03 .ask02 .contents .inner dl {
      width: 46%; }
      section.lp03 .ask02 .contents .inner dl dd {
        margin-left: 0; }
    section.lp03 .ask02 .contents .inner p {
      width: 100%;
      margin: 1rem 0;
      text-align: center; }
      section.lp03 .ask02 .contents .inner p span {
        display: block;
        font-size: 30px;
        font-size: 3rem;
        line-height: 2;
        color: #6cc; }
    section.lp03 .ask02 .contents .inner ul {
      width: 100%;
      margin: 1rem auto;
      -js-display: flex;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -o-flexbox;
      display: flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center; }
      section.lp03 .ask02 .contents .inner ul li {
        width: 32%;
        display: inline;
        text-align: center; }
      section.lp03 .ask02 .contents .inner ul.sp {
        display: none; }

section.lp04 {
  width: 100%;
  background: #36f; }
  section.lp04 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 1rem 0;
    text-align: center;
    -js-display: flex;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    section.lp04 .inner h3 {
      width: 100%;
      font-size: 30px;
      font-size: 3rem;
      line-height: 1;
      color: #fff;
      font-weight: normal; }
    section.lp04 .inner dl {
      width: 20%;
      background: #fff;
      margin: 0; }
      section.lp04 .inner dl dt {
        background: #66cccc;
        line-height: 3.0rem;
        color: #fff; }
      section.lp04 .inner dl dd {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 1rem 2rem;
        text-align: left; }
    section.lp04 .inner p {
      width: 30px;
      margin: 3rem 0 0 0;
      padding: 0; }
    section.lp04 .inner .button {
      width: 50%;
      margin-bottom: 5rem;
      background: #66cccc;
      -webkit-box-shadow: 0 0.4rem 0 #399;
      box-shadow: 0 0.4rem 0 #399;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem; }
      section.lp04 .inner .button a {
        display: block;
        font-size: 20px;
        font-size: 2rem;
        line-height: 2;
        color: #fff;
        text-decoration: none; }
        section.lp04 .inner .button a i {
          margin-left: 1rem; }
  section.lp04 .sp {
    display: none; }

section.lp05 {
  position: relative;
  width: 100%;
  padding: 1rem 0;
  text-align: center; }
  section.lp05 h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 0.53333; }
    section.lp05 h3 span {
      font-size: 40px;
      font-size: 4rem;
      line-height: 1.8;
      padding-bottom: 0;
      border-bottom: 5px solid yellow; }
      section.lp05 h3 span br {
        display: none; }

section.lp06 {
  overflow: hidden;
  width: 100%;
  background: url(../img/lp06_back.jpg) no-repeat center center;
  padding-top: 3rem;
  text-align: center; }
  section.lp06 ul {
    width: 800px;
    margin: 0 auto 8rem auto; }
    section.lp06 ul li {
      width: 800px;
      height: 110px;
      margin-bottom: 3rem;
      padding-top: 7rem;
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.4;
      font-weight: 500; }
      section.lp06 ul li.advantage1 {
        background: url(../img/lp06_li1_back.png) no-repeat; }
      section.lp06 ul li.advantage2 {
        background: url(../img/lp06_li2_back.png) no-repeat; }
      section.lp06 ul li.advantage3 {
        background: url(../img/lp06_li3_back.png) no-repeat; }
    section.lp06 ul.sp {
      display: none; }

section.lp07 .ask03 .title {
  background-size: 2000px;
  height: 200px;
  background-position: 50%;
  background: url(../img/ask03_bg.jpg) no-repeat center top;
  text-align: center;
  padding-top: 20px; }

section.lp07 .ask03 .title_sp {
  display: none; }

section.lp07 .ask03 .contents {
  background-size: 2000px;
  background-position: 50%;
  background: url(../img/lp07_contents_back.jpg) no-repeat top center; }
  section.lp07 .ask03 .contents .inner {
    width: 1000px;
    margin: 0 auto; }
    section.lp07 .ask03 .contents .inner .right_side {
      float: right;
      width: 50%; }
      section.lp07 .ask03 .contents .inner .right_side h4 {
        width: 79%;
        background: #66cccc;
        text-align: right;
        margin-top: 10rem;
        padding: 5% 3% 3% 3%;
        color: #fff;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.2; }
        section.lp07 .ask03 .contents .inner .right_side h4 span.big {
          font-size: 40px;
          font-size: 4rem;
          line-height: 1.3; }
        section.lp07 .ask03 .contents .inner .right_side h4 span.middle {
          font-size: 30px;
          font-size: 3rem;
          line-height: 1.4; }
      section.lp07 .ask03 .contents .inner .right_side h5, section.lp07 .ask03 .contents .inner .right_side p {
        width: 85%; }
      section.lp07 .ask03 .contents .inner .right_side h5 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.5; }
      section.lp07 .ask03 .contents .inner .right_side p {
        margin-bottom: 2rem;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.625; }
    section.lp07 .ask03 .contents .inner dl {
      clear: both;
      width: 85%;
      margin: 0 auto 7rem auto;
      z-index: 100; }
      section.lp07 .ask03 .contents .inner dl dt {
        background: url(../img/down.png) no-repeat right #66cccc;
        text-align: center;
        color: #fff;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.6;
        cursor: pointer; }
      section.lp07 .ask03 .contents .inner dl dd {
        display: none;
        padding: 2rem 0 6rem 0;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.625; }
        section.lp07 .ask03 .contents .inner dl dd h6 {
          font-size: 22px;
          font-size: 2.2rem;
          line-height: 1.09091;
          margin: 2rem 0 1rem 0;
          padding: 0; }

section.lp08 {
  position: relative;
  width: 100%;
  background: #66cccc; }
  section.lp08 ul {
    width: 800px;
    margin: 0 auto;
    padding: 3rem 0; }
    section.lp08 ul li a {
      display: block;
      background: url(../img/right.png) no-repeat right #fff;
      margin-bottom: 3rem;
      text-align: center;
      text-decoration: none;
      font-size: 30px;
      font-size: 3rem;
      line-height: 2;
      color: #66cccc;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      -webkit-box-shadow: 0 4px 0 #399;
      box-shadow: 0 4px 0 #399; }

section.lp09 .voice {
  background: #dff;
  -js-display: flex;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  section.lp09 .voice p.title {
    width: 100%;
    background-size: 2000px;
    height: 83px;
    background-position: 50%;
    background: url(../img/voice_bg.jpg) no-repeat center top;
    text-align: center;
    padding-top: 55px; }
  section.lp09 .voice p.title_sp {
    display: none; }
  section.lp09 .voice dl {
    width: 400px;
    margin: 100px 60px; }
    section.lp09 .voice dl dd {
      margin: 0;
      padding-top: 50px; }

section.lp10 {
  width: 100%;
  background: #fff; }
  section.lp10 .inner {
    width: 1000px;
    text-align: center;
    margin: 0 auto;
    padding: 1rem 0; }
    section.lp10 .inner h3 {
      width: 100%;
      font-size: 30px;
      font-size: 3rem;
      line-height: 1;
      color: #333;
      font-weight: normal; }
    section.lp10 .inner p {
      margin-bottom: 20px; }

@media screen and (max-width: 800px) {
  section {
    width: 100%; }
    section.lp01 .lp01_detail {
      width: 96%;
      margin: 0 auto;
      padding: 0; }
      section.lp01 .lp01_detail p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.57143; }
        section.lp01 .lp01_detail p img {
          width: 96%;
          margin: 0 auto; }
        section.lp01 .lp01_detail p.bb {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 2; }
      section.lp01 .lp01_detail h2 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.25; }
        section.lp01 .lp01_detail h2 span {
          font-size: 1.4rem;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1; }
      section.lp01 .lp01_detail .howto {
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        section.lp01 .lp01_detail .howto p {
          width: 90%;
          margin: 0 auto; }
          section.lp01 .lp01_detail .howto p img {
            width: 100%;
            margin: 0 0 1rem 0; }
    section.lp02 .ask01 p.title {
      display: none; }
    section.lp02 .ask01 p.title_sp {
      display: block;
      width: 100%;
      overflow: hidden; }
      section.lp02 .ask01 p.title_sp img {
        width: 100%;
        display: block; }
    section.lp02 .ask01 .contents {
      padding: 0;
      margin: 0;
      background: #66cccc;
      height: auto; }
      section.lp02 .ask01 .contents .inner {
        overflow: hidden;
        width: 90%;
        margin: 0 auto; }
        section.lp02 .ask01 .contents .inner dl {
          width: 86%;
          margin: 0;
          padding: 7%; }
          section.lp02 .ask01 .contents .inner dl dt img {
            width: auto; }
          section.lp02 .ask01 .contents .inner dl dd {
            padding-bottom: 0;
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.5; }
            section.lp02 .ask01 .contents .inner dl dd p {
              margin-bottom: 2rem; }
    section.lp03 .ask02 p.title {
      display: none; }
    section.lp03 .ask02 p.title_sp {
      display: block;
      width: 100%;
      overflow: hidden; }
      section.lp03 .ask02 p.title_sp img {
        width: 100%;
        display: block; }
    section.lp03 .ask02 .contents .inner {
      overflow: hidden;
      width: 100%;
      margin: 0 auto;
      padding: 0;
      margin: 0;
      background: #dff;
      height: auto;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center; }
      section.lp03 .ask02 .contents .inner dl {
        width: 80%;
        margin: 2rem auto; }
        section.lp03 .ask02 .contents .inner dl dt img {
          width: auto; }
        section.lp03 .ask02 .contents .inner dl dd {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1.5; }
      section.lp03 .ask02 .contents .inner p {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1; }
        section.lp03 .ask02 .contents .inner p span {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 2; }
          section.lp03 .ask02 .contents .inner p span.br {
            line-height: 0.4; }
      section.lp03 .ask02 .contents .inner ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        section.lp03 .ask02 .contents .inner ul li {
          width: 34%;
          margin: 0 2rem; }
    section.lp04 .inner {
      width: 100%; }
      section.lp04 .inner dl {
        width: 42%;
        margin: 2%;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5; }
      section.lp04 .inner p {
        display: none; }
        section.lp04 .inner p.button {
          display: block;
          width: 88%;
          margin: 1rem auto; }
          section.lp04 .inner p.button a {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 2.28571; }
    section.lp05 {
      padding: 0.5rem 0; }
      section.lp05 h3 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 0.8; }
        section.lp05 h3 span {
          font-size: 30px;
          font-size: 3rem;
          line-height: 1.8; }
          section.lp05 h3 span br {
            display: block; }
    section.lp06 {
      background: url(../img/sp/lp06_back_sp.png); }
      section.lp06 ul {
        display: none;
        margin: 0 0 1rem 0; }
        section.lp06 ul.sp {
          display: block;
          width: 100%; }
          section.lp06 ul.sp li {
            width: 90%;
            height: auto;
            margin: 0 auto;
            padding: 0; }
            section.lp06 ul.sp li img {
              width: 100%; }
    section.lp07 .ask03 p.title {
      display: none; }
    section.lp07 .ask03 p.title_sp {
      display: block;
      width: 100%;
      overflow: hidden; }
      section.lp07 .ask03 p.title_sp img {
        width: 100%;
        display: block; }
    section.lp07 .ask03 .contents {
      height: auto;
      background: none; }
      section.lp07 .ask03 .contents .inner {
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        margin: 0; }
        section.lp07 .ask03 .contents .inner .right_side {
          float: none;
          width: 90%;
          margin: 0 auto; }
          section.lp07 .ask03 .contents .inner .right_side h4 {
            width: 94%;
            margin: 2rem auto 0 auto;
            padding: 5% 3% 3% 3%;
            background: #66cccc;
            text-align: right;
            color: #fff;
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1; }
            section.lp07 .ask03 .contents .inner .right_side h4 span.big {
              font-size: 28px;
              font-size: 2.8rem;
              line-height: 1.5; }
            section.lp07 .ask03 .contents .inner .right_side h4 span.middle {
              font-size: 20px;
              font-size: 2rem;
              line-height: 1.2; }
          section.lp07 .ask03 .contents .inner .right_side h5, section.lp07 .ask03 .contents .inner .right_side p {
            width: 94%; }
          section.lp07 .ask03 .contents .inner .right_side h5 {
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1.55556;
            margin: 1rem auto; }
          section.lp07 .ask03 .contents .inner .right_side p {
            margin: 0 auto 1rem auto;
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.625; }
        section.lp07 .ask03 .contents .inner dl {
          clear: both;
          width: 85%;
          margin: 0 auto 5rem auto;
          z-index: 100; }
          section.lp07 .ask03 .contents .inner dl dt {
            background: url(../img/down.png) no-repeat right #66cccc;
            text-align: center;
            color: #fff;
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1.77778;
            cursor: pointer; }
          section.lp07 .ask03 .contents .inner dl dd {
            display: none;
            margin: 0;
            padding: 2rem 0 6rem 0;
            font-size: 1.6rem;
            line-height: 1.6; }
    section.lp08 ul {
      width: 90%;
      margin: 0 auto;
      padding-bottom: 1rem; }
      section.lp08 ul li a {
        width: 94%;
        margin-bottom: 2rem;
        padding: 3%;
        text-align: left;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.33333; }
    section.lp09 .voice p.title {
      display: none; }
    section.lp09 .voice p.title_sp {
      display: block;
      width: 100%;
      overflow: hidden; }
      section.lp09 .voice p.title_sp img {
        width: 100%;
        display: block; }
    section.lp09 .voice dl {
      width: 90%;
      margin: 50px auto 20px auto; }
      section.lp09 .voice dl dd {
        margin: 0;
        padding-top: 20px; }
    section.lp10 .inner {
      width: 100%; }
      section.lp10 .inner p {
        width: 90%;
        margin: 0 auto; }
        section.lp10 .inner p img {
          width: 100%; } }

/* ****************************************************
footer
**************************************************** */
footer {
  width: 900px;
  margin: 0 auto;
  padding: 5rem 0;
  -js-display: flex;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between; }
  footer .left_side {
    padding-top: 5.3rem; }
  footer .right_side {
    text-align: right; }
    footer .right_side .address {
      margin-bottom: 1rem; }
      footer .right_side .address span {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.6; }
        footer .right_side .address span.sp {
          display: none; }
    footer .right_side .copy {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.33333; }
  footer .sp {
    display: none; }

@media screen and (max-width: 800px) {
  footer {
    width: 100%;
    margin-top: 1rem;
    padding: 1rem 0 2rem 0;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    footer .left_side {
      display: none; }
    footer .sp {
      display: block;
      width: 100%; }
      footer .sp p {
        width: 100%;
        margin: 0 auto; }
        footer .sp p img {
          width: 100%; }
    footer .right_side {
      width: 90%;
      text-align: center; }
      footer .right_side .address span {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.6; }
        footer .right_side .address span.pc {
          display: none; }
        footer .right_side .address span.sp {
          display: inline-block; }
      footer .right_side .copy {
        text-align: left; } }

/* ****************************************************
    wave
**************************************************** */
@-webkit-keyframes animeWave {
  0% {
    background-position: 0 0,0 100%; }
  100% {
    background-position: 600px 0,600px 100%; } }

@keyframes animeWave {
  0% {
    background-position: 0 0,0 100%; }
  100% {
    background-position: 600px 0,600px 100%; } }

section.lp05::before {
  position: absolute;
  background: url(../img/wave.png) left top repeat-x;
  top: -20px;
  left: 0;
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  -webkit-animation: animeWave 6.5s linear 0s infinite normal;
  animation: animeWave 6.5s linear 0s infinite normal; }

section.lp08::before {
  position: absolute;
  background: url(../img/wave2.png) left top repeat-x;
  top: -20px;
  left: 0;
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  -webkit-animation: animeWave 6.5s linear 0s infinite normal;
  animation: animeWave 6.5s linear 0s infinite normal; }

section.lp08::after {
  position: absolute;
  background: url(../img/wave3.png) left top repeat-x;
  bottom: -20px;
  left: 0;
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  -webkit-animation: animeWave 6.5s linear 0s infinite normal;
  animation: animeWave 6.5s linear 0s infinite normal; }

@media screen and (max-width: 800px) {
  section.lp01::before {
    background: url(../img/wave.png) left top repeat-x;
    top: -24px;
    height: 30px; }
  section.lp08::before {
    background: url(../img/wave2.png) left top repeat-x;
    top: -20px;
    height: 30px; } }
