@charset "UTF-8";
/* -----------------------------------------------------------
reset
----------------------------------------------------------- */
* {
  margin: 0;
  padding: 0; }

/* scroll fix */
html {
  overflow-y: scroll;
  font-size: 62.5%;
  /* 10px */ }

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, a, span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

q:before, q:after {
  content: ''; }

object,
embed {
  vertical-align: top; }

hr, legend {
  display: none;
  border: none; }

abbr, acronym, fieldset {
  border: 0; }

tr, th, td, caption {
  vertical-align: top;
  font-style: normal;
  font-weight: normal;
  text-align: left; }

ol, ul {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 100%; }

/* clearfix
 * ------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

img {
  border: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  max-width: 100%; }

body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
  line-height: 1.6;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  color: #000; }

body {
  position: static;
  overflow: visible; }

@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
    font-size: 12px; } }
a {
  text-decoration: none; }

.lt {
  float: left; }

.rt {
  float: right; }

.center {
  text-align: center; }

.container-fluid {
  width: 100%;
  margin: 0 auto;
  padding: 0; }
  @media screen and (min-width: 992px) {
    .container-fluid {
      width: 980px; } }

.hidden-sm {
  display: none !important; }

@media screen and (min-width: 992px) {
  .hidden-sm {
    display: block !important; } }
.visible-sm-block {
  display: block !important; }

@media screen and (min-width: 992px) {
  .visible-sm-block {
    display: none !important; } }
/* [ utility ]
-----------------------------*/
.only-pc {
  display: none !important; }

.only-pci {
  display: none !important; }

.only-sp {
  display: block !important; }

.only-spi {
  display: inline-block !important; }

@media screen and (min-width: 992px) {
  .only-pc {
    display: block !important; }

  .only-pci {
    display: inline-block !important; }

  .only-sp {
    display: none !important; }

  .only-spi {
    display: none !important; } }
main {
  width: 100%; }
  @media screen and (min-width: 992px) {
    main {
      overflow: hidden; } }

/* header
-----------------------------*/
header {
  padding: 0 2%;
  height: 60px;
  line-height: 60px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 4px solid #eb5505; }
  @media screen and (min-width: 992px) {
    header {
      height: 75px;
      background: #fff;
      line-height: 75px;
      padding: 0; } }
  header .logo img {
    width: 117px; }
    @media screen and (min-width: 992px) {
      header .logo img {
        width: 135px;
        height: 29px;
        margin-top: 3px; } }
  header .icon-wrap a {
    float: left;
    margin: 0 5px;
    width: 43px;
    display: inline-block; }
    @media screen and (min-width: 992px) {
      header .icon-wrap a {
        margin: 0 10px;
        float: none; } }
    header .icon-wrap a img {
      width: 80%; }
      @media screen and (min-width: 992px) {
        header .icon-wrap a img {
          width: 100%; } }

/* banner
-----------------------------*/
.banner-wrap {
  margin-top: 60px;
  text-align: center;
  background: url("../img/banner-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 55px 0 10px; }
  .banner-wrap img {
    margin: 0 auto; }
  @media screen and (max-width: 992px) {
    .banner-wrap {
      margin-top: 60px;
      padding: 5% 0 0; } }
  @media screen and (max-width: 320px) {
    .banner-wrap {
      margin-top: 50px; } }

/* sec01
-----------------------------*/
.sec01 {
  background: #fbf9f0;
  padding-bottom: 50px; }
  @media screen and (max-width: 992px) {
    .sec01 {
      padding: 0 1rem 6% 1rem; } }
  .sec01 .sec01-wrap .hd {
    padding-top: 65px; }
    @media screen and (max-width: 992px) {
      .sec01 .sec01-wrap .hd {
        padding-top: 6.5%; } }
    .sec01 .sec01-wrap .hd h3 {
      width: 140px;
      margin: 0 auto; }
      @media screen and (max-width: 568px) {
        .sec01 .sec01-wrap .hd h3 {
          width: 91px; } }
      .sec01 .sec01-wrap .hd h3 img {
        display: block;
        margin: 0 auto; }
  .sec01 .sec01-wrap .bd {
    margin-top: 35px; }
    @media screen and (max-width: 992px) {
      .sec01 .sec01-wrap .bd {
        margin-top: 3%;
        padding: 0 2%; } }
    .sec01 .sec01-wrap .bd dt h4 {
      font-size: 2rem;
      line-height: 1;
      color: #ea5404;
      font-weight: bold;
      width: 100%; }
      @media screen and (max-width: 992px) {
        .sec01 .sec01-wrap .bd dt h4 {
          font-size: 1.8rem; } }
    .sec01 .sec01-wrap .bd dd {
      padding: 10px 0 25px;
      border-bottom: 1px dashed #bcbbb4;
      margin-bottom: 22px; }
      @media screen and (max-width: 992px) {
        .sec01 .sec01-wrap .bd dd {
          padding: 1% 0 3%; } }
      .sec01 .sec01-wrap .bd dd:last-child {
        border-bottom: none; }
      .sec01 .sec01-wrap .bd dd p {
        font-size: 1.6rem;
        color: #333333;
        font-weight: 500;
        line-height: 1.75; }
        @media screen and (max-width: 992px) {
          .sec01 .sec01-wrap .bd dd p {
            margin: 1.5rem 0;
            font-size: 1.5rem;
            line-height: 1.2; } }
        .sec01 .sec01-wrap .bd dd p b {
          font-size: 2rem; }
          @media screen and (max-width: 992px) {
            .sec01 .sec01-wrap .bd dd p b {
              font-size: 1.8rem;
              line-height: 1.28; } }
        .sec01 .sec01-wrap .bd dd p.ti2 {
          text-indent: -1em;
          margin-left: 1em; }
        .sec01 .sec01-wrap .bd dd p.pl2 {
          padding-left: 1em; }
      .sec01 .sec01-wrap .bd dd ul li {
        font-size: 1.6rem;
        color: #000;
        line-height: 1.75;
        text-indent: -1em;
        margin-left: 1em;
        font-weight: 500; }
        @media screen and (max-width: 992px) {
          .sec01 .sec01-wrap .bd dd ul li {
            font-size: 1.5rem;
            line-height: 1.2; } }
        .sec01 .sec01-wrap .bd dd ul li.ti2 {
          text-indent: -1em;
          margin-left: 1em; }
        .sec01 .sec01-wrap .bd dd ul li.pl2 {
          padding-left: 1em; }

/* sec02
-----------------------------*/
.sec02 {
  background: #FFEBEB url("../img/sec02-bg.png") no-repeat right top;
  box-sizing: border-box; }
  @media screen and (max-width: 992px) {
    .sec02 {
      background-size: contain; } }
  .sec02 .sec02-wrap {
    padding: 65px 0 80px;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 992px) {
      .sec02 .sec02-wrap {
        padding: 6% 2% 12%; } }
    .sec02 .sec02-wrap .pos-l {
      position: absolute;
      left: 23px;
      top: 86px;
      z-index: 1;
      width: 210px; }
      @media screen and (max-width: 992px) {
        .sec02 .sec02-wrap .pos-l {
          left: 3%;
          top: 23%; } }
      @media screen and (max-width: 568px) {
        .sec02 .sec02-wrap .pos-l {
          left: 4%;
          top: 48%;
          width: 22%;
          z-index: 1; } }
      @media screen and (max-width: 768px) {
        .sec02 .sec02-wrap .pos-l img {
          width: 180px; } }
      @media screen and (max-width: 568px) {
        .sec02 .sec02-wrap .pos-l img {
          width: 100px; } }
      @media screen and (max-width: 320px) {
        .sec02 .sec02-wrap .pos-l img {
          width: 80px; } }
    .sec02 .sec02-wrap .pos-r {
      position: absolute;
      right: 22px;
      top: 98px;
      z-index: 1;
      width: 193px;
      height: 206px; }
      @media screen and (max-width: 992px) {
        .sec02 .sec02-wrap .pos-r {
          right: 6%;
          top: 26%; } }
      @media screen and (max-width: 568px) {
        .sec02 .sec02-wrap .pos-r {
          right: 6%;
          top: 53%;
          width: 19%;
          z-index: 1; } }
      @media screen and (max-width: 768px) {
        .sec02 .sec02-wrap .pos-r img {
          width: 150px; } }
      @media screen and (max-width: 568px) {
        .sec02 .sec02-wrap .pos-r img {
          width: 83.5px; } }
      @media screen and (max-width: 320px) {
        .sec02 .sec02-wrap .pos-r img {
          width: 70px; } }
    .sec02 .sec02-wrap h3 {
      margin-bottom: 20px; }
      @media screen and (max-width: 992px) {
        .sec02 .sec02-wrap h3 {
          margin-bottom: 3%; } }
      @media screen and (max-width: 992px) {
        .sec02 .sec02-wrap h3 img {
          width: 194.5px; } }
    .sec02 .sec02-wrap .btn {
      transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      width: 600px;
      padding: 10px;
      height: 80px;
      line-height: 60px;
      border-radius: 10px;
      background: #ff5a59;
      box-shadow: 0 5px 0 #d63a39;
      color: #fffc00;
      font-size: 3rem;
      text-align: center;
      display: block;
      margin: 0 auto;
      box-sizing: border-box;
      font-weight: bold; }
      .sec02 .sec02-wrap .btn i {
        margin-left: 6px;
        vertical-align: middle;
        width: 32px;
        height: 32px;
        background: #fff;
        text-align: center;
        border-radius: 32px;
        margin-top: -3px;
        display: -webkit-box;
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .sec02 .sec02-wrap .btn i:after {
          content: '';
          width: 0;
          height: 0;
          display: inline-block;
          border-top: 5px solid transparent;
          border-left: 7px solid #ff5a59;
          border-bottom: 5px solid transparent;
          margin-left: 3px; }
      .sec02 .sec02-wrap .btn:hover {
        opacity: .7; }
      @media screen and (max-width: 992px) {
        .sec02 .sec02-wrap .btn {
          line-height: 1.2;
          padding: 2% 0;
          height: auto;
          width: 70%;
          font-size: 2.5rem; } }
      @media screen and (max-width: 568px) {
        .sec02 .sec02-wrap .btn {
          width: 100%;
          padding: 4% 0;
          height: auto;
          line-height: 1.24;
          border-radius: 5px;
          box-shadow: 0 2px 0 #d63a39;
          font-size: 2.1rem;
          font-weight: bold; }
          .sec02 .sec02-wrap .btn .only-pc {
            display: none !important; }
          .sec02 .sec02-wrap .btn i {
            width: 21px;
            height: 21px;
            border-radius: 21px;
            margin: 0 0 0 2%;
            display: inline-flex;
            line-height: 1; }
            .sec02 .sec02-wrap .btn i:after {
              content: '';
              width: 0;
              height: 0;
              display: inline-block;
              border-top: 4px solid transparent;
              border-left: 6px solid #ff5a59;
              border-bottom: 4px solid transparent;
              margin-left: 2px; } }
      @media screen and (max-width: 320px) {
        .sec02 .sec02-wrap .btn {
          padding: 4% 1%;
          font-size: 1.2rem; }
          .sec02 .sec02-wrap .btn i {
            width: 20px;
            height: 20px;
            border-radius: 15px;
            margin: 0 0 0 2%;
            line-height: 20px; }
            .sec02 .sec02-wrap .btn i:after {
              border-top: 4px solid transparent;
              border-left: 8px solid #ff5a59;
              border-bottom: 4px solid transparent;
              margin-left: 2px; } }

/* sec03
-----------------------------*/
.sec03 {
  background-image: linear-gradient(135deg, #FFF0F0 25%, #FFEAEA 0, #FFEAEA 50%, #FFF0F0 0, #FFF0F0 75%, #FFEAEA 0);
  background-size: 30px 30px; }
  .sec03 .sec03-wrap {
    padding: 50px 0 60px;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 992px) {
      .sec03 .sec03-wrap {
        padding: 5% 2% 6%; } }
    .sec03 .sec03-wrap h3 {
      width: 140px;
      margin: 0 auto 25px; }
      @media screen and (max-width: 568px) {
        .sec03 .sec03-wrap h3 {
          width: 91px;
          margin: 0 auto 2.5%; } }
    .sec03 .sec03-wrap p {
      font-size: 1.4rem;
      font-weight: 500;
      text-align: center;
      margin-bottom: 5px; }
      @media screen and (max-width: 992px) {
        .sec03 .sec03-wrap p {
          font-size: 1rem;
          margin-bottom: 10px; } }
    .sec03 .sec03-wrap .btn {
      transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      width: 600px;
      padding: 10px;
      height: 80px;
      line-height: 60px;
      border-radius: 10px;
      background: #ff5a59;
      box-shadow: 0 5px 0 #d63a39;
      color: #fffc00;
      font-size: 3rem;
      text-align: center;
      display: block;
      margin: 0 auto;
      box-sizing: border-box;
      font-weight: bold; }
      .sec03 .sec03-wrap .btn i {
        margin-left: 6px;
        vertical-align: middle;
        width: 32px;
        height: 32px;
        background: #fff;
        text-align: center;
        margin-top: -3px;
        border-radius: 32px;
        display: -webkit-box;
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .sec03 .sec03-wrap .btn i:after {
          content: '';
          width: 0;
          height: 0;
          display: inline-block;
          border-top: 5px solid transparent;
          border-left: 7px solid #ff5a59;
          border-bottom: 5px solid transparent;
          margin-left: 3px; }
      .sec03 .sec03-wrap .btn:hover {
        opacity: .7; }
      @media screen and (max-width: 992px) {
        .sec03 .sec03-wrap .btn {
          line-height: 1.2;
          padding: 2% 0;
          height: auto;
          width: 70%;
          font-size: 2.5rem; } }
      @media screen and (max-width: 568px) {
        .sec03 .sec03-wrap .btn {
          width: 100%;
          padding: 4% 0;
          height: auto;
          line-height: 1;
          border-radius: 5px;
          box-shadow: 0 2px 0 #d63a39;
          font-size: 2.1rem;
          font-weight: bold; }
          .sec03 .sec03-wrap .btn .only-pc {
            display: none !important; }
          .sec03 .sec03-wrap .btn i {
            width: 21px;
            height: 21px;
            border-radius: 21px;
            margin: 0 0 0 2%;
            display: inline-flex;
            line-height: 1;
            vertical-align: super; }
            .sec03 .sec03-wrap .btn i:after {
              content: '';
              width: 0;
              height: 0;
              display: inline-block;
              border-top: 4px solid transparent;
              border-left: 6px solid #ff5a59;
              border-bottom: 4px solid transparent;
              margin-left: 2px; } }
      @media screen and (max-width: 320px) {
        .sec03 .sec03-wrap .btn {
          padding: 4% 1%;
          font-size: 1.2rem; }
          .sec03 .sec03-wrap .btn i {
            width: 20px;
            height: 20px;
            border-radius: 15px;
            margin: 0 0 0 2%;
            line-height: 20px; }
            .sec03 .sec03-wrap .btn i:after {
              border-top: 4px solid transparent;
              border-left: 8px solid #ff5a59;
              border-bottom: 4px solid transparent;
              margin-left: 2px; } }
    .sec03 .sec03-wrap .bg {
      position: absolute;
      top: 16.3%;
      right: -9%; }
      @media screen and (min-width: 992px) and (max-width: 1170px) {
        .sec03 .sec03-wrap .bg {
          top: 117px;
          right: -9px; } }
    .sec03 .sec03-wrap .main .hd-h4 {
      margin: auto;
      width: 74%; }
      @media screen and (min-width: 992px) {
        .sec03 .sec03-wrap .main .hd-h4 {
          margin: auto;
          width: 702px; } }
      @media screen and (min-width: 992px) and (max-width: 1170px) {
        .sec03 .sec03-wrap .main .hd-h4 {
          width: 570px; } }
      .sec03 .sec03-wrap .main .hd-h4 img {
        margin: auto; }
    .sec03 .sec03-wrap .main .bd {
      margin-top: 5%; }
      @media screen and (min-width: 992px) {
        .sec03 .sec03-wrap .main .bd {
          margin-top: 30px;
          position: relative; } }
      .sec03 .sec03-wrap .main .bd ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto; }
        .sec03 .sec03-wrap .main .bd ul li {
          margin: auto;
          width: 78%;
          padding: 0 2%;
          float: left; }
          @media screen and (min-width: 992px) {
            .sec03 .sec03-wrap .main .bd ul li {
              margin: 0;
              width: 35.5%;
              padding: 0;
              float: left; } }
          @media screen and (min-width: 992px) and (max-width: 1170px) {
            .sec03 .sec03-wrap .main .bd ul li {
              width: 35.5%; } }
          @media screen and (min-width: 992px) {
            .sec03 .sec03-wrap .main .bd ul li:first-child {
              margin-right: 60px; } }
          @media screen and (min-width: 992px) and (max-width: 1170px) {
            .sec03 .sec03-wrap .main .bd ul li:first-child {
              margin-right: 0; } }
          .sec03 .sec03-wrap .main .bd ul li .img {
            width: 100%;
            height: auto;
            background-color: #FF5A59;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 1rem;
            position: relative; }
            @media screen and (min-width: 992px) {
              .sec03 .sec03-wrap .main .bd ul li .img {
                width: 350px;
                height: 350px;
                float: none; } }
            @media screen and (min-width: 992px) and (max-width: 1170px) {
              .sec03 .sec03-wrap .main .bd ul li .img {
                width: 310px;
                height: 310px; } }
            .sec03 .sec03-wrap .main .bd ul li .img img {
              width: 90%;
              margin: 5% 0; }
              @media screen and (min-width: 992px) {
                .sec03 .sec03-wrap .main .bd ul li .img img {
                  width: 300px;
                  margin: 0; } }
              @media screen and (min-width: 992px) and (max-width: 1170px) {
                .sec03 .sec03-wrap .main .bd ul li .img img {
                  width: 260px; } }
              .sec03 .sec03-wrap .main .bd ul li .img img.bubble {
                position: absolute;
                width: 194px;
                top: 154px;
                right: -66px; }
                @media screen and (max-width: 991px) {
                  .sec03 .sec03-wrap .main .bd ul li .img img.bubble {
                    width: 54%;
                    top: 40%;
                    right: -18%; } }
                @media screen and (min-width: 992px) and (max-width: 1170px) {
                  .sec03 .sec03-wrap .main .bd ul li .img img.bubble {
                    width: 174px;
                    top: 140px;
                    right: -58px; } }
          .sec03 .sec03-wrap .main .bd ul li .con {
            width: 100%;
            margin: 0;
            position: relative; }
            @media screen and (min-width: 992px) {
              .sec03 .sec03-wrap .main .bd ul li .con {
                margin: -16px 0 10px;
                float: none;
                width: auto; } }
            .sec03 .sec03-wrap .main .bd ul li .con h4 {
              font-size: 1.5rem;
              margin: -5px 0 2% 0;
              text-align: center;
              color: #7e1111;
              line-height: 1;
              font-weight: 500; }
              @media screen and (min-width: 992px) {
                .sec03 .sec03-wrap .main .bd ul li .con h4 {
                  font-size: 2rem;
                  margin: 0;
                  margin-top: 1%; } }
              @media screen and (max-width: 991px) {
                .sec03 .sec03-wrap .main .bd ul li .con h4 {
                  width: 69%;
                  margin: -10% auto 0 auto; } }
              .sec03 .sec03-wrap .main .bd ul li .con h4 img.img1 {
                max-width: 60%; }
                @media screen and (min-width: 992px) {
                  .sec03 .sec03-wrap .main .bd ul li .con h4 img.img1 {
                    width: 111px;
                    max-width: 100%; } }
              .sec03 .sec03-wrap .main .bd ul li .con h4 img.img2 {
                max-width: 68%;
                padding-bottom: 1%; }
                @media screen and (min-width: 992px) {
                  .sec03 .sec03-wrap .main .bd ul li .con h4 img.img2 {
                    width: 129px;
                    max-width: 100%; } }
              .sec03 .sec03-wrap .main .bd ul li .con h4 img.img3 {
                max-width: 90%; }
                @media screen and (min-width: 992px) {
                  .sec03 .sec03-wrap .main .bd ul li .con h4 img.img3 {
                    width: 196px;
                    max-width: 100%; } }
            .sec03 .sec03-wrap .main .bd ul li .con p {
              color: #362828;
              font-weight: bold;
              font-size: 2.2rem;
              line-height: 1.7;
              text-align: center;
              margin: 10% auto; }
              @media screen and (max-width: 455px) {
                .sec03 .sec03-wrap .main .bd ul li .con p {
                  font-size: 1.8rem; } }
              @media screen and (max-width: 320px) {
                .sec03 .sec03-wrap .main .bd ul li .con p {
                  font-size: 1.5rem; } }
            @media screen and (max-width: 320px) {
              .sec03 .sec03-wrap .main .bd ul li .con p.prize03 {
                width: 202px;
                margin-left: -36px; } }

.scroll-btn {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 80px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  width: 160px;
  padding: 20px 10px 10px 15px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #ff5a59;
  box-shadow: 0 5px 0 #d63a39;
  color: #fffc00;
  font-size: 1.8rem;
  text-align: center; }
  .scroll-btn b {
    font-size: 2rem; }
  .scroll-btn span {
    width: 32px;
    height: 32px;
    background: #fff;
    text-align: center;
    border-radius: 32px;
    margin: 10px auto 0;
    line-height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .scroll-btn span:after {
      content: '';
      width: 0;
      height: 0;
      display: inline-block;
      border-top: 5px solid transparent;
      border-left: 7px solid #ff5a59;
      border-bottom: 5px solid transparent;
      margin-left: 3px; }
  .scroll-btn:hover {
    opacity: .7; }
  @media screen and (max-width: 992px) {
    .scroll-btn {
      display: block;
      right: auto;
      left: 0;
      top: auto;
      bottom: 0;
      width: 100%;
      padding: 2% 0;
      border-radius: 0;
      box-shadow: 0 2px 0 #d63a39;
      margin-bottom: 2px;
      font-size: 1.8rem;
      font-weight: bold; }
      .scroll-btn .only-pc {
        display: none !important; }
      .scroll-btn b {
        font-size: 1.6rem; }
      .scroll-btn span {
        width: 21px;
        height: 21px;
        border-radius: 21px;
        margin: 0 0 0 2%;
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
        line-height: 1;
        vertical-align: super; }
        .scroll-btn span:after {
          content: '';
          width: 0;
          height: 0;
          display: inline-block;
          border-top: 4px solid transparent;
          border-left: 6px solid #ff5a59;
          border-bottom: 4px solid transparent;
          margin-left: 2px; } }
  @media screen and (max-width: 320px) {
    .scroll-btn {
      padding: 4% 1%;
      font-size: 1.2rem; }
      .scroll-btn b {
        font-size: 1.4rem; }
      .scroll-btn span {
        width: 20px;
        height: 20px;
        border-radius: 15px;
        margin: 0 0 0 2%;
        line-height: 20px; }
        .scroll-btn span:after {
          border-top: 4px solid transparent;
          border-left: 8px solid #ff5a59;
          border-bottom: 4px solid transparent;
          margin-left: 2px; } }

/* footer
-----------------------------*/
footer {
  background: #fff;
  height: 80px;
  line-height: 80px;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    footer {
      margin-bottom: 6%; } }
  @media screen and (max-width: 768px) {
    footer {
      margin-bottom: 8%;
      height: auto;
      line-height: 1; } }
  footer .ft-logo {
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 768px) {
      footer .ft-logo {
        width: 200px;
        margin: auto; } }
    footer .ft-logo img {
      width: 245px; }
      @media screen and (max-width: 768px) {
        footer .ft-logo img {
          width: 100%; } }
  footer .ft-wrap {
    position: relative; }
    @media screen and (max-width: 768px) {
      footer .ft-wrap {
        position: static;
        padding: 6% 2% 8%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media screen and (max-width: 320px) {
      footer .ft-wrap {
        padding: 6% 2% 12%; } }
    footer .ft-wrap .ft-text {
      position: absolute;
      right: 0;
      top: 35px;
      font-weight: 500;
      font-size: 1.3rem;
      color: #000;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        footer .ft-wrap .ft-text {
          position: static;
          font-size: 1rem; } }

/* close
-----------------------------*/
.close {
  width: 80%;
  margin: 2% auto 8%;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .close {
      margin: 2% auto 20%; } }

.is-hidden {
  display: none !important; }

.is-hiddens {
  display: none !important; }

/* break
-----------------------------*/
br.only-pc {
  display: none; }
  @media screen and (max-width: 768px) {
    br.only-pc {
      display: block; } }
br.only-pc {
  display: block; }
  @media screen and (max-width: 768px) {
    br.only-pc {
      display: none; } }

/*# sourceMappingURL=style.css.map */
