@charset "UTF-8";
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  color: #3C3C3C;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 880px) {
    html {
      font-size: 14px; } }

body::after {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  z-index: 100;
  pointer-events: none;
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms; }
  .wf-active body::after {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }

body,
body *,
body *:before,
body *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  box-sizing: inherit;
  vertical-align: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  outline: none; }

html,
body {
  height: 100%; }

a,
a img,
button {
  outline: none;
  border: none;
  cursor: pointer; }

button {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none; }

input,
textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }

input[type="text"]:focus,
textarea:focus {
  outline: 0; }

sup {
  vertical-align: super;
  font-size: smaller; }

sub {
  vertical-align: baseline;
  font-size: 0.7em; }

img,
video,
svg {
  vertical-align: bottom;
  height: auto;
  width: 100%; }

a,
button {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

a:hover,
button:hover {
  outline: none; }

a:disabled,
button:disabled,
input:disabled {
  pointer-events: none; }

table {
  width: 100%;
  border-collapse: collapse; }

main {
  display: block;
  position: relative;
  overflow: hidden; }

section {
  position: relative; }

small {
  font-size: 15px; }
  @media screen and (max-width: 880px) {
    small {
      font-size: 13px; } }

strong {
  font-weight: bold; }

.text {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2; }

.lead {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2.2;
  font-size: 18px; }
  @media screen and (max-width: 880px) {
    .lead {
      font-size: 16px; } }

.movie {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative; }
  .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.mds1 {
  position: relative;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #FF6969;
  padding-bottom: 15px; }
  .mds1 i {
    display: inline-block;
    border-bottom: 1px solid #FF6969;
    padding-bottom: 5px; }
  @media screen and (max-width: 880px) {
    .mds1 {
      font-size: 16px;
      padding-bottom: 10px; } }

.mds2 {
  padding-bottom: 40px;
  text-align: center;
  font-weight: 900;
  font-size: 35px;
  line-height: 1.5; }
  .mds2 i {
    display: block; }
  .mds2 b {
    display: block;
    font-size: 40px; }
  @media screen and (max-width: 880px) {
    .mds2 {
      padding-bottom: 30px;
      font-size: 20px; }
      .mds2 b {
        font-size: 22px; } }

.btn1 {
  color: #fff;
  background: #FF6969;
  border-radius: 50px;
  display: block;
  text-align: center;
  color: #fff;
  padding: 15px; }
  .btn1 i {
    display: block;
    font-weight: 900;
    font-size: 25px;
    padding-top: 5px; }
  @media screen and (max-width: 880px) {
    .btn1 i {
      font-size: 20px; } }

.btn2 {
  color: #FF6969;
  background: #fff;
  border: 2px solid #FF6969;
  border-radius: 50px;
  display: block;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  padding: 20px; }
  @media print, screen and (min-width: 881px) {
    .btn2:hover {
      opacity: 1;
      background: #fff1f1; } }
  @media screen and (max-width: 880px) {
    .btn2 {
      padding: 15px;
      font-size: 18px; } }

@media print, screen and (min-width: 881px) {
  .effect1 {
    opacity: 0; }
    .effect1.on {
      -webkit-animation: ef1 1.0s forwards;
      animation: ef1 1.0s forwards; }
  .effect3 {
    opacity: 0; }
    .effect3.on {
      -webkit-animation: ef3 0.7s forwards;
      animation: ef3 0.7s forwards; } }

@-webkit-keyframes ef1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@keyframes ef1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@-webkit-keyframes ef2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes ef2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes ef3 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes ef3 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 30px 10px 25px;
  outline: 0;
  border: 1px solid #B4B4B4;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/arrow1.png") #F5F5F5 no-repeat right 15px center;
  background-size: 20px;
  font-weight: bold;
  font-size: 20px; }
  select::-ms-expand {
    display: none; }
  @media screen and (max-width: 880px) {
    select {
      background: url("../img/arrow1.png") #F5F5F5 no-repeat right 5px center;
      background-size: 14px;
      padding: 10px 20px 10px 10px;
      font-size: 18px; } }

@media screen and (max-width: 880px) {
  .none, .pc {
    display: none; }
  a {
    color: #3C3C3C; }
  .container {
    margin: 0 15px; }
  header {
    position: absolute;
    line-height: 1;
    top: 5px;
    left: 10px;
    z-index: 1; }
    header h1 {
      font-size: 9px;
      padding-bottom: 10px; }
    header .logo {
      width: 130px; }
  #menubtn {
    position: fixed;
    top: 0;
    right: 0;
    width: 70px;
    height: 60px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 1000; }
    #menubtn .set {
      background: #FF6969;
      border-radius: 20px 0 20px 20px;
      height: 60px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .hm_button * {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    font: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: left;
    text-decoration: none;
    list-style: none; }
  .hm_button {
    display: block;
    padding: 0;
    width: 40px;
    height: 13px;
    position: relative;
    background: none;
    border: none;
    text-align: center;
    letter-spacing: 0.1em;
    cursor: pointer;
    outline: none; }
  .hm_button .hm_bar {
    display: block;
    width: 40px;
    height: 3px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0; }
  .hm_button .hm_bar1 {
    top: 0; }
  .hm_button .hm_bar2 {
    top: 50%;
    display: none; }
  .hm_button .hm_bar3 {
    top: 100%; }
  .hm_button.active .hm_bar {
    width: 42.06px;
    left: 0px; }
  .hm_button.active .hm_bar1 {
    -webkit-transform: rotate(0.31423rad) translateY(-50%);
    -ms-transform: rotate(0.31423rad) translateY(-50%);
    transform: rotate(0.31423rad) translateY(-50%);
    top: 0px; }
  .hm_button.active .hm_bar2 {
    opacity: 0; }
  .hm_button.active .hm_bar3 {
    -webkit-transform: rotate(-0.31423rad) translateY(-50%);
    -ms-transform: rotate(-0.31423rad) translateY(-50%);
    transform: rotate(-0.31423rad) translateY(-50%);
    top: calc(100% - 0px); }
  .hm_text.active {
    opacity: 0; }
  .hm_button .hm_bar {
    background-color: #fff; }
  #menu {
    position: fixed;
    top: 0px;
    right: 0px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 0;
    line-height: 1;
    pointer-events: none;
    overflow-y: auto;
    background: #FF6969;
    border-radius: 30px 0 30px 30px; }
    #menu.on {
      opacity: 1;
      pointer-events: auto;
      z-index: 999; }
    #menu .in {
      padding: 60px 15px 30px; }
    #menu .nav {
      border-bottom: 1px solid #fff; }
      #menu .nav > li {
        border-top: 1px solid #fff; }
        #menu .nav > li a {
          display: block;
          font-size: 16px;
          font-weight: bold;
          padding: 15px;
          color: #fff; }
        #menu .nav > li .outlink {
          padding: 0px 15px 15px; }
          #menu .nav > li .outlink i {
            font-size: 14px;
            font-weight: 500;
            margin-left: 15px;
            background: url("../img/outlink.png") no-repeat right center;
            background-size: 20px;
            padding-right: 25px; }
  footer {
    background: #FF6969;
    color: #fff;
    position: relative;
    padding: 15px; }
    footer .in .link {
      font-size: 12px;
      padding-bottom: 10px; }
      footer .in .link a {
        color: #fff;
        font-weight: bold; }
    footer .in .copyright {
      font-family: "Barlow", sans-serif;
      font-size: 11px; }
  #pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    cursor: pointer; }
    #pagetop img {
      width: 40px; }
  #fix {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10; }
    #fix #pop {
      position: relative; }
      #fix #pop .popbtn {
        background: url("../img/popbtn1.png");
        background-size: 30px;
        position: absolute;
        top: -27px;
        left: 0px;
        display: block;
        width: 30px;
        height: 30px;
        cursor: pointer; }
      #fix #pop .in {
        width: 250px;
        border-top: 3px solid #ff4b4b;
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
        background: #fff; }
      #fix #pop.active .popbtn {
        background: url("../img/popbtn2.png");
        background-size: 32px; }
      #fix #pop.active .in a {
        display: none; }
  #toppage header h1 {
    color: #fff; }
  #toppage #zone1 .in {
    position: absolute;
    top: 40%;
    left: 2%;
    z-index: 1;
    width: 96%; }
    #toppage #zone1 .in .btn {
      margin-top: 10px; }
  #toppage #zone1 .sc {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 1; }
    #toppage #zone1 .sc a img {
      width: 20px; }
  #toppage #zone1 .swiper-custom-parent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #toppage #zone1 .swiper-custom-parent .topmain {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: -1; }
      #toppage #zone1 .swiper-custom-parent .topmain .slide-img {
        width: 100%;
        height: 100%; }
      #toppage #zone1 .swiper-custom-parent .topmain .s1 {
        background: url("../img/kv1_sp.jpg") no-repeat center top;
        background-size: cover; }
      #toppage #zone1 .swiper-custom-parent .topmain .s2 {
        background: url("../img/kv2_sp.jpg") no-repeat center center;
        background-size: cover; }
      #toppage #zone1 .swiper-custom-parent .topmain .s3 {
        background: url("../img/kv3_sp.jpg") no-repeat center center;
        background-size: cover; }
      #toppage #zone1 .swiper-custom-parent .topmain .s4 {
        background: url("../img/kv4_sp.jpg") no-repeat center center;
        background-size: cover; }
    #toppage #zone1 .swiper-custom-parent .swiper-pagination {
      position: absolute;
      bottom: 15px;
      right: 10px; }
    #toppage #zone1 .swiper-custom-parent .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      display: inline-block;
      background: #fff;
      margin: 0 7px;
      border-radius: 5px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      opacity: 1; }
    #toppage #zone1 .swiper-custom-parent .swiper-pagination-bullet-active {
      background: #FF6969; }
  #toppage #zone2 {
    padding: 50px 0; }
    #toppage #zone2 .lead {
      padding-bottom: 40px; }
      #toppage #zone2 .lead.ex {
        text-align: center;
        padding: 40px 0 20px; }
    #toppage #zone2 .t2 {
      font-size: 20px;
      line-height: 1.5;
      font-weight: bold;
      text-align: center;
      color: #FF6969; }
    #toppage #zone2 ul li {
      background: #FFF0F0;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5;
      padding: 15px;
      border-radius: 20px;
      margin-bottom: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      #toppage #zone2 ul li img {
        width: 80px; }
      #toppage #zone2 ul li .t1 {
        width: calc(100% - 100px);
        text-align: center; }
        #toppage #zone2 ul li .t1 i {
          color: #FF6969; }
  #toppage #zone3 {
    background: #F5F5F5;
    border-radius: 0 50px 0 50px;
    padding: 70px 0;
    position: relative; }
    #toppage #zone3::before {
      position: absolute;
      top: 0;
      left: calc(50% - 35px);
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 35px 0 35px;
      border-color: #fff transparent transparent transparent; }
    #toppage #zone3 .set1 {
      margin: 0 15px;
      padding-bottom: 100px;
      position: relative; }
      #toppage #zone3 .set1::before {
        position: absolute;
        bottom: 35px;
        left: calc(50% - 60px);
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 60px 0 60px;
        border-color: #FF6969 transparent transparent transparent; }
    #toppage #zone3 .set2 {
      padding: 30px;
      position: relative; }
      #toppage #zone3 .set2::after {
        position: absolute;
        top: 0;
        left: -15px;
        content: '';
        width: 100%;
        height: 100%;
        background: #fff;
        border-radius: 0 50px 50px 0; }
      #toppage #zone3 .set2 .t1 {
        position: relative;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
        padding-bottom: 30px;
        z-index: 1; }
        #toppage #zone3 .set2 .t1 i {
          font-size: 25px;
          color: #FF6969; }
      #toppage #zone3 .set2 figure {
        position: relative;
        z-index: 1; }
    #toppage #zone3 .set3 {
      padding: 100px 15px 70px; }
      #toppage #zone3 .set3 li {
        padding-bottom: 30px; }
        #toppage #zone3 .set3 li .num {
          width: 75px;
          margin: auto; }
        #toppage #zone3 .set3 li .in {
          margin-top: -37px;
          background: #fff;
          border-radius: 30px;
          padding: 50px 30px 30px; }
          #toppage #zone3 .set3 li .in h3 {
            font-weight: bold;
            font-size: 18px;
            line-height: 1.5;
            text-align: center; }
          #toppage #zone3 .set3 li .in figure {
            padding: 20px 0; }
          #toppage #zone3 .set3 li .in b {
            font-weight: bold; }
    #toppage #zone3 .set4 {
      padding: 30px;
      position: relative; }
      #toppage #zone3 .set4::after {
        position: absolute;
        top: 0;
        right: -15px;
        content: '';
        width: 100%;
        height: 100%;
        background: #fff;
        border-radius: 50px 0 0 50px; }
      #toppage #zone3 .set4 h3 {
        text-align: center;
        font-size: 20px;
        font-weight: 900;
        line-height: 1.5;
        padding-bottom: 10px;
        position: relative;
        z-index: 1; }
        #toppage #zone3 .set4 h3 figure {
          width: 70px;
          margin: auto;
          padding-bottom: 10px; }
      #toppage #zone3 .set4 ul {
        position: relative;
        z-index: 1; }
        #toppage #zone3 .set4 ul li {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          padding-top: 10px;
          line-height: 1.5; }
          #toppage #zone3 .set4 ul li figure {
            width: 140px; }
          #toppage #zone3 .set4 ul li p {
            width: calc(100% - 150px);
            font-size: 15px; }
  #toppage #special {
    position: relative;
    padding: 150px 15px 40px; }
    #toppage #special .m1 {
      font-family: "Barlow", sans-serif;
      font-weight: bold;
      color: #FFF0F0;
      font-size: 80px;
      position: absolute;
      top: 20px;
      left: 5px;
      z-index: -1; }
    #toppage #special .m2 {
      text-align: center;
      font-size: 16px;
      padding-bottom: 15px; }
    #toppage #special ul {
      padding-top: 40px; }
      #toppage #special ul li {
        position: relative;
        margin-bottom: 60px; }
        #toppage #special ul li figure {
          padding-bottom: 15px;
          margin-right: -15px; }
        #toppage #special ul li .set h3 {
          font-weight: bold;
          font-size: 20px;
          padding-bottom: 10px;
          line-height: 1.5; }
          #toppage #special ul li .set h3 i {
            color: #FF6969; }
        #toppage #special ul li:nth-of-type(2n) figure {
          margin-left: -15px;
          margin-right: 0; }
  #toppage #recommend {
    background: #F5F5F5;
    border-radius: 0 50px 0 50px;
    padding: 50px 0; }
    #toppage #recommend .box {
      padding-top: 20px; }
      #toppage #recommend .box li {
        margin-bottom: 100px; }
        #toppage #recommend .box li h3 {
          text-align: center;
          color: #FF6969;
          font-weight: bold;
          font-size: 16px; }
          #toppage #recommend .box li h3 b {
            display: block;
            font-size: 25px;
            color: #3C3C3C;
            padding-top: 10px; }
        #toppage #recommend .box li figure {
          padding: 20px 0; }
        #toppage #recommend .box li .btn {
          padding-top: 20px; }
          #toppage #recommend .box li .btn a {
            margin-bottom: 10px; }
    #toppage #recommend .yt {
      margin-top: 50px; }
      #toppage #recommend .yt h2 {
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        background: #fff;
        padding: 20px 5px;
        border: 2px solid #FFB1B1;
        border-radius: 50px;
        position: relative;
        margin-bottom: 40px; }
        #toppage #recommend .yt h2::before {
          content: "";
          position: absolute;
          bottom: -40px;
          left: 50%;
          margin-left: -20px;
          border: 20px solid transparent;
          border-top: 20px solid #FFF;
          z-index: 2; }
        #toppage #recommend .yt h2::after {
          content: "";
          position: absolute;
          bottom: -45px;
          left: 50%;
          margin-left: -22px;
          border: 22px solid transparent;
          border-top: 22px solid #FFB1B1;
          z-index: 1; }
      #toppage #recommend .yt .in {
        padding-top: 30px; }
        #toppage #recommend .yt .in figure {
          padding-bottom: 20px; }
        #toppage #recommend .yt .in .set .text {
          font-size: 16px; }
        #toppage #recommend .yt .in .set .btn {
          padding-top: 10px; }
          #toppage #recommend .yt .in .set .btn a {
            margin-bottom: 20px; }
  #toppage #comparison {
    padding: 50px 0 100px; }
    #toppage #comparison .box {
      margin-bottom: 50px; }
      #toppage #comparison .box .t1 {
        text-align: center;
        font-size: 16px;
        padding-bottom: 10px; }
    #toppage #comparison .switch {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #toppage #comparison .switch .sec {
        width: calc(50% - 3px); }
        #toppage #comparison .switch .sec .pic {
          padding: 20px 10px; }
        #toppage #comparison .switch .sec .in {
          border: 1px solid #CECECE; }
          #toppage #comparison .switch .sec .in h3 {
            text-align: center;
            color: #fff;
            font-weight: 900;
            font-size: 18px;
            padding: 10px;
            background: #FF6969;
            letter-spacing: 0.1em; }
          #toppage #comparison .switch .sec .in ul li {
            border-bottom: 1px solid #CECECE;
            text-align: center;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 10px 5px; }
            #toppage #comparison .switch .sec .in ul li .t1 {
              line-height: 1.5; }
            #toppage #comparison .switch .sec .in ul li .t2 {
              font-weight: 900;
              font-size: 18px; }
              #toppage #comparison .switch .sec .in ul li .t2 b {
                font-size: 40px; }
            #toppage #comparison .switch .sec .in ul li img {
              width: 70px; }
            #toppage #comparison .switch .sec .in ul li:last-child {
              border-bottom: 0; }
          #toppage #comparison .switch .sec .in .set1 li {
            height: 120px; }
            #toppage #comparison .switch .sec .in .set1 li .t2 {
              padding-top: 10px; }
          #toppage #comparison .switch .sec .in .set2 li {
            height: 160px;
            background: #F8F8F8; }
            #toppage #comparison .switch .sec .in .set2 li .t2 {
              padding-top: 10px; }
            #toppage #comparison .switch .sec .in .set2 li.ex {
              background: #fff; }
              #toppage #comparison .switch .sec .in .set2 li.ex .t1 {
                font-size: 13px;
                padding-bottom: 10px; }
              #toppage #comparison .switch .sec .in .set2 li.ex .btn1 {
                font-size: 10px; }
                #toppage #comparison .switch .sec .in .set2 li.ex .btn1 i {
                  font-size: 15px; }
  #toppage #faq {
    background: #F5F5F5;
    border-radius: 0 50px 0 0;
    padding: 50px 0 50px; }
    #toppage #faq dl {
      border: 2px solid #CECECE;
      margin-bottom: 20px; }
      #toppage #faq dl dt {
        position: relative;
        background: #FFDEDE;
        padding: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        cursor: pointer; }
        #toppage #faq dl dt figure {
          width: 30px; }
        #toppage #faq dl dt .text {
          width: calc(100% - 45px);
          font-size: 15px;
          font-weight: 900;
          padding-right: 30px; }
        #toppage #faq dl dt::before {
          content: "";
          position: absolute;
          top: calc(50% - 10px);
          right: 10px;
          width: 20px;
          height: 20px;
          background: url("../img/arrow1.png") no-repeat center center;
          background-size: 20px;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
        #toppage #faq dl dt.active::before {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
      #toppage #faq dl dd {
        background: #fff;
        padding: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #toppage #faq dl dd small {
          display: inline-block;
          padding-top: 10px; }
        #toppage #faq dl dd a {
          text-decoration: underline; }
  #toppage .btnbox {
    text-align: center;
    padding: 0 20px 80px; }
    #toppage .btnbox .t1 {
      font-weight: bold;
      font-size: 18px;
      line-height: 1.4;
      padding-bottom: 10px; }
    #toppage .btnbox .btn .btn1 {
      background-color: #52D8AB; }
    #toppage .btnbox.ex {
      background: url("../img/bg1.jpg") no-repeat center center;
      background-size: cover;
      padding: 60px 20px; }
      #toppage .btnbox.ex .t1 {
        color: #fff; }
      #toppage .btnbox.ex .btn .btn1 {
        background-color: #fff;
        color: #FF6969;
        border: 3px solid #FF6969; }
  #toppage footer {
    padding-bottom: 180px; }
  #download {
    position: relative;
    padding-bottom: 100px; }
    #download .title_bg {
      background: #F5F5F5;
      height: 220px;
      padding-top: 110px; }
    #download #zone1 {
      padding: 50px 20px; }
      #download #zone1 .text {
        padding-bottom: 30px; }
      #download #zone1 .set {
        padding: 30px 10px;
        border-top: 1px solid #FF6969;
        border: 1px solid #FF6969;
        border-radius: 30px;
        margin-bottom: 50px; }
        #download #zone1 .set figure {
          width: 140px;
          margin: auto; }
        #download #zone1 .set .pos {
          padding-top: 20px; }
          #download #zone1 .set .pos ul li {
            font-weight: bold;
            padding: 10px 0 10px 20px;
            position: relative;
            line-height: 1.4; }
            #download #zone1 .set .pos ul li::before {
              position: absolute;
              top: 10px;
              left: 0;
              content: '●';
              color: #FF6969; }
    #download #formzone {
      max-width: 1000px;
      margin: auto; }
    #download #thanks {
      padding: 50px 20px 0; }
      #download #thanks .t1 {
        text-align: center;
        font-weight: bold;
        color: #FF6969;
        font-size: 40px;
        font-family: "Barlow", sans-serif;
        padding-bottom: 20px; }
      #download #thanks figure {
        padding-bottom: 40px; }
      #download #thanks .text {
        padding-bottom: 20px; }
      #download #thanks .btn .btn1 {
        font-size: 18px;
        font-weight: bold;
        padding: 20px; } }

@media print, screen and (min-width: 881px) {
  .none, .sp {
    display: none; }
  a[href^="tel:"] {
    cursor: default;
    color: #3C3C3C;
    text-decoration: none; }
    a[href^="tel:"]:hover {
      opacity: 1; }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #3C3C3C; }
    a:hover {
      opacity: 0.7; }
  .container {
    max-width: 1100px;
    margin: auto; }
  @-webkit-keyframes zoomUp {
    0% {
      -webkit-transform: translate(50px, 0px);
      transform: translate(50px, 0px); }
    100% {
      -webkit-transform: translate(-50px, 0px);
      transform: translate(-50px, 0px); } }
  @keyframes zoomUp {
    0% {
      -webkit-transform: translate(50px, 0px);
      transform: translate(50px, 0px); }
    100% {
      -webkit-transform: translate(-50px, 0px);
      transform: translate(-50px, 0px); } }
  .swiper-slide-active .slide-img,
  .swiper-slide-duplicate-active .slide-img,
  .swiper-slide-prev .slide-img {
    -webkit-animation: zoomUp 8s linear 0s 1 normal both;
    animation: zoomUp 8s linear 0s 1 normal both; }
  _:-ms-lang(x)::-ms-backdrop, .swiper-slide-active .slide-img,
  _:-ms-lang(x)::-ms-backdrop, .swiper-slide-duplicate-active .slide-img,
  _:-ms-lang(x)::-ms-backdrop, .swiper-slide-prev .slide-img {
    animation: none; }
  header {
    position: absolute;
    line-height: 1;
    z-index: 1000;
    top: 15px;
    left: 35px; }
    header .in h1 {
      font-size: 10px;
      padding-bottom: 15px; }
    header .in .logo {
      width: 130px; }
  #menubtn {
    position: fixed;
    top: 0;
    right: 0;
    width: 90px;
    height: 80px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 1000; }
    #menubtn .set {
      background: #FF6969;
      border-radius: 20px 0 20px 20px;
      height: 80px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .hm_button * {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    font: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: left;
    text-decoration: none;
    list-style: none; }
  .hm_button {
    display: block;
    padding: 0;
    width: 40px;
    height: 13px;
    position: relative;
    background: none;
    border: none;
    text-align: center;
    letter-spacing: 0.1em;
    cursor: pointer;
    outline: none; }
  .hm_button .hm_bar {
    display: block;
    width: 40px;
    height: 3px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0; }
  .hm_button .hm_bar1 {
    top: 0; }
  .hm_button .hm_bar2 {
    top: 50%;
    display: none; }
  .hm_button .hm_bar3 {
    top: 100%; }
  .hm_button.active .hm_bar {
    width: 42.06px;
    left: 0px; }
  .hm_button.active .hm_bar1 {
    -webkit-transform: rotate(0.31423rad) translateY(-50%);
    -ms-transform: rotate(0.31423rad) translateY(-50%);
    transform: rotate(0.31423rad) translateY(-50%);
    top: 0px; }
  .hm_button.active .hm_bar2 {
    opacity: 0; }
  .hm_button.active .hm_bar3 {
    -webkit-transform: rotate(-0.31423rad) translateY(-50%);
    -ms-transform: rotate(-0.31423rad) translateY(-50%);
    transform: rotate(-0.31423rad) translateY(-50%);
    top: calc(100% - 0px); }
  .hm_text.active {
    opacity: 0; }
  .hm_button .hm_bar {
    background-color: #fff; }
  #menu {
    position: fixed;
    top: 0px;
    right: 0px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 0;
    line-height: 1;
    pointer-events: none;
    overflow-y: auto;
    background: #FF6969;
    border-radius: 30px 0 30px 30px;
    width: 475px; }
    #menu.on {
      opacity: 1;
      pointer-events: auto;
      z-index: 999; }
    #menu .in {
      padding: 80px 20px 60px; }
    #menu .nav {
      border-bottom: 1px solid #fff; }
      #menu .nav > li {
        border-top: 1px solid #fff; }
        #menu .nav > li a {
          display: block;
          font-size: 20px;
          font-weight: bold;
          padding: 20px;
          color: #fff; }
        #menu .nav > li .outlink {
          padding: 0px 20px 20px; }
          #menu .nav > li .outlink i {
            font-size: 16px;
            font-weight: 500;
            margin-left: 15px;
            background: url("../img/outlink.png") no-repeat right center;
            background-size: 20px;
            padding-right: 25px; }
  footer {
    background: #FF6969;
    color: #fff;
    position: relative;
    padding: 0 30px; }
    footer .in {
      max-width: 1200px;
      margin: auto;
      height: 70px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      footer .in .link {
        font-size: 14px; }
        footer .in .link a {
          color: #fff;
          font-weight: bold; }
      footer .in .copyright {
        font-family: "Barlow", sans-serif;
        font-size: 12px; }
  #pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    cursor: pointer; }
    #pagetop img {
      width: 50px; }
  #fix {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10; }
    #fix #pop {
      position: relative; }
      #fix #pop .popbtn {
        background: url("../img/popbtn1.png");
        background-size: 32px;
        position: absolute;
        top: -29px;
        left: 0px;
        display: block;
        width: 32px;
        height: 32px;
        cursor: pointer; }
      #fix #pop .in {
        width: 350px;
        border-top: 4px solid #ff4b4b;
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
        background: #fff; }
      #fix #pop.active .popbtn {
        background: url("../img/popbtn2.png");
        background-size: 32px; }
      #fix #pop.active .in a {
        display: none; }
  #toppage header h1 {
    color: #fff; }
  #toppage #zone1 {
    height: 100vh; }
    #toppage #zone1 .in {
      position: absolute;
      bottom: calc(50% - 120px);
      left: calc(50% - 290px);
      z-index: 1;
      width: 580px; }
      #toppage #zone1 .in .btn {
        margin-top: 20px; }
    #toppage #zone1 .sc {
      position: absolute;
      bottom: 20px;
      left: 25px;
      z-index: 1; }
      #toppage #zone1 .sc a img {
        width: 20px; }
    #toppage #zone1 .swiper-custom-parent {
      position: relative;
      width: calc(100% + 100px);
      height: 100vh;
      overflow: hidden; }
      #toppage #zone1 .swiper-custom-parent .topmain {
        position: absolute;
        top: 0px;
        left: -50px;
        width: 100%;
        height: 100%;
        z-index: -1; }
        #toppage #zone1 .swiper-custom-parent .topmain .slide-img {
          width: 100%;
          height: 100%; }
        #toppage #zone1 .swiper-custom-parent .topmain .s1 {
          background: url("../img/kv1.jpg") no-repeat center top;
          background-size: cover; }
        #toppage #zone1 .swiper-custom-parent .topmain .s2 {
          background: url("../img/kv2.jpg") no-repeat center center;
          background-size: cover; }
        #toppage #zone1 .swiper-custom-parent .topmain .s3 {
          background: url("../img/kv3.jpg") no-repeat center center;
          background-size: cover; }
      #toppage #zone1 .swiper-custom-parent .swiper-pagination {
        position: absolute;
        bottom: 20px;
        right: 150px; }
      #toppage #zone1 .swiper-custom-parent .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        display: inline-block;
        background: #fff;
        margin: 0 7px;
        border-radius: 5px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 1; }
      #toppage #zone1 .swiper-custom-parent .swiper-pagination-bullet-active {
        background: #FF6969; }
  #toppage #zone2 {
    padding: 80px 0 100px; }
    #toppage #zone2 .lead {
      text-align: center;
      padding-bottom: 50px; }
      #toppage #zone2 .lead.ex {
        padding: 40px 0 20px; }
    #toppage #zone2 .t2 {
      text-align: center;
      font-weight: bold;
      font-size: 30px;
      color: #FF6969;
      line-height: 1.5; }
    #toppage #zone2 ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #toppage #zone2 ul li {
        width: calc(100% / 2 - 30px);
        background: #FFF0F0;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
        padding: 20px 30px;
        border-radius: 30px;
        margin-bottom: 35px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        #toppage #zone2 ul li img {
          width: 160px; }
        #toppage #zone2 ul li .t1 {
          width: calc(100% - 190px);
          text-align: center; }
          #toppage #zone2 ul li .t1 i {
            color: #FF6969; }
  #toppage #zone3 {
    background: #F5F5F5;
    border-radius: 0 130px 0 130px;
    position: relative;
    padding: 120px 0; }
    #toppage #zone3::before {
      position: absolute;
      top: 0;
      left: calc(50% - 75px);
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 65px 75px 0 75px;
      border-color: #fff transparent transparent transparent; }
    #toppage #zone3 .set1 {
      max-width: 900px;
      margin: auto;
      padding-bottom: 150px;
      position: relative; }
      #toppage #zone3 .set1::before {
        position: absolute;
        bottom: 65px;
        left: calc(50% - 90px);
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 50px 90px 0 90px;
        border-color: #FF6969 transparent transparent transparent; }
    #toppage #zone3 .set2 {
      padding: 60px 0;
      position: relative; }
      #toppage #zone3 .set2::after {
        position: absolute;
        top: 0;
        right: calc(50% - 600px);
        content: '';
        width: 200%;
        height: 100%;
        background: #fff;
        border-radius: 0 400px 400px 0;
        z-index: -1; }
      #toppage #zone3 .set2 .t1 {
        text-align: center;
        font-size: 35px;
        font-weight: bold;
        line-height: 1.5;
        padding-bottom: 30px; }
        #toppage #zone3 .set2 .t1 i {
          font-size: 40px;
          color: #FF6969; }
      #toppage #zone3 .set2 figure {
        max-width: 715px;
        margin: auto; }
    #toppage #zone3 .set3 {
      padding: 100px 0 70px;
      max-width: 1200px;
      margin: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #toppage #zone3 .set3 li {
        width: 31%; }
        #toppage #zone3 .set3 li:nth-of-type(2) {
          margin-top: 75px; }
        #toppage #zone3 .set3 li:nth-of-type(3) {
          margin-top: 150px; }
        #toppage #zone3 .set3 li .num {
          width: 75px;
          margin: auto; }
        #toppage #zone3 .set3 li .in {
          margin-top: -37px;
          background: #fff;
          border-radius: 30px;
          padding: 50px 30px 30px; }
          #toppage #zone3 .set3 li .in h3 {
            font-weight: bold;
            font-size: 25px;
            line-height: 1.5;
            text-align: center; }
          #toppage #zone3 .set3 li .in figure {
            padding: 20px 0; }
          #toppage #zone3 .set3 li .in b {
            font-weight: bold; }
    #toppage #zone3 .set4 {
      padding: 60px 0;
      position: relative; }
      #toppage #zone3 .set4::after {
        position: absolute;
        top: 0;
        left: calc(50% - 600px);
        content: '';
        width: 200%;
        height: 100%;
        background: #fff;
        border-radius: 400px 0 0 400px;
        z-index: -1; }
      #toppage #zone3 .set4 h3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 35px;
        font-weight: 900;
        padding-bottom: 30px; }
        #toppage #zone3 .set4 h3 figure {
          width: 86px;
          margin-right: 25px; }
      #toppage #zone3 .set4 ul {
        max-width: 900px;
        margin: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #toppage #zone3 .set4 ul li {
          width: 30%; }
          #toppage #zone3 .set4 ul li p {
            text-align: center;
            padding-top: 15px;
            font-size: 18px; }
  #toppage #special {
    position: relative;
    padding: 150px 0; }
    #toppage #special .m1 {
      font-family: "Barlow", sans-serif;
      font-weight: bold;
      color: #FFF0F0;
      font-size: 130px;
      position: absolute;
      top: 60px;
      left: 30px;
      z-index: -1; }
    #toppage #special .m2 {
      text-align: center;
      font-size: 20px;
      padding-bottom: 15px; }
    #toppage #special .lead {
      text-align: center; }
    #toppage #special ul {
      max-width: 1000px;
      margin: auto;
      padding-top: 75px; }
      #toppage #special ul li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        margin-bottom: 40px; }
        #toppage #special ul li figure {
          width: calc(50% - 50px); }
          #toppage #special ul li figure img {
            width: 635px;
            border-radius: 0 50px 50px 0; }
        #toppage #special ul li .set {
          width: 50%; }
          #toppage #special ul li .set h3 {
            font-weight: bold;
            font-size: 30px;
            padding-bottom: 25px;
            line-height: 1.5; }
            #toppage #special ul li .set h3 i {
              color: #FF6969; }
        #toppage #special ul li:nth-of-type(2n) {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row; }
          #toppage #special ul li:nth-of-type(2n) figure {
            margin-left: -185px; }
            #toppage #special ul li:nth-of-type(2n) figure img {
              border-radius: 50px 0 0 50px; }
  #toppage #recommend {
    background: #F5F5F5;
    border-radius: 0 130px 0 130px;
    padding: 100px 0 150px; }
    #toppage #recommend .box {
      padding-top: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #toppage #recommend .box li {
        width: calc(50% - 50px);
        padding-bottom: 200px; }
        #toppage #recommend .box li h3 {
          text-align: center;
          color: #FF6969;
          font-weight: bold;
          font-size: 20px; }
          #toppage #recommend .box li h3 b {
            display: block;
            font-size: 40px;
            color: #3C3C3C;
            padding-top: 10px; }
        #toppage #recommend .box li figure {
          padding: 20px 0; }
        #toppage #recommend .box li .text {
          min-height: 100px; }
        #toppage #recommend .box li .btn {
          padding-top: 20px; }
          #toppage #recommend .box li .btn a {
            margin-bottom: 20px; }
    #toppage #recommend .yt h2 {
      text-align: center;
      font-weight: bold;
      font-size: 30px;
      background: #fff;
      padding: 20px;
      border: 2px solid #FFB1B1;
      border-radius: 80px;
      position: relative;
      margin-bottom: 55px; }
      #toppage #recommend .yt h2::before {
        content: "";
        position: absolute;
        bottom: -40px;
        left: 50%;
        margin-left: -20px;
        border: 20px solid transparent;
        border-top: 20px solid #FFF;
        z-index: 2; }
      #toppage #recommend .yt h2::after {
        content: "";
        position: absolute;
        bottom: -45px;
        left: 50%;
        margin-left: -22px;
        border: 22px solid transparent;
        border-top: 22px solid #FFB1B1;
        z-index: 1; }
    #toppage #recommend .yt .in {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding-top: 50px; }
      #toppage #recommend .yt .in figure {
        width: 460px; }
      #toppage #recommend .yt .in .set {
        width: calc(100% - 550px); }
        #toppage #recommend .yt .in .set .text {
          font-size: 20px; }
        #toppage #recommend .yt .in .set .btn {
          padding-top: 10px; }
          #toppage #recommend .yt .in .set .btn a {
            margin-bottom: 20px; }
  #toppage #comparison {
    padding: 100px 0 150px; }
    #toppage #comparison .box {
      margin-bottom: 100px; }
      #toppage #comparison .box .t1 {
        text-align: center;
        padding-bottom: 15px; }
      #toppage #comparison .box .text {
        text-align: center;
        font-size: 13px; }
    #toppage #comparison .switch {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #toppage #comparison .switch .sec {
        width: calc(50% - 50px); }
        #toppage #comparison .switch .sec .pic {
          padding: 30px; }
        #toppage #comparison .switch .sec .in {
          border: 1px solid #CECECE; }
          #toppage #comparison .switch .sec .in h3 {
            text-align: center;
            color: #fff;
            font-weight: 900;
            font-size: 25px;
            padding: 15px;
            background: #FF6969;
            letter-spacing: 0.4em; }
          #toppage #comparison .switch .sec .in ul li {
            border-bottom: 1px solid #CECECE;
            text-align: center;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 20px; }
            #toppage #comparison .switch .sec .in ul li .t2 {
              font-weight: 900;
              font-size: 20px; }
              #toppage #comparison .switch .sec .in ul li .t2 b {
                font-size: 45px; }
            #toppage #comparison .switch .sec .in ul li img {
              width: 100px; }
            #toppage #comparison .switch .sec .in ul li:last-child {
              border-bottom: 0; }
          #toppage #comparison .switch .sec .in .set1 li {
            height: 160px; }
            #toppage #comparison .switch .sec .in .set1 li .t2 {
              padding-top: 25px; }
          #toppage #comparison .switch .sec .in .set2 li {
            height: 210px;
            background: #F8F8F8; }
            #toppage #comparison .switch .sec .in .set2 li .t2 {
              padding-top: 15px; }
            #toppage #comparison .switch .sec .in .set2 li.ex {
              background: #fff;
              display: block;
              padding-top: 45px; }
              #toppage #comparison .switch .sec .in .set2 li.ex .t1 {
                font-size: 18px;
                padding-bottom: 20px; }
  #toppage #faq {
    background: #F5F5F5;
    border-radius: 0 130px 0 0;
    padding: 100px 0; }
    #toppage #faq dl {
      border: 2px solid #CECECE;
      margin-bottom: 35px; }
      #toppage #faq dl dt {
        position: relative;
        background: #FFDEDE;
        padding: 20px 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer; }
        #toppage #faq dl dt figure {
          width: 56px; }
        #toppage #faq dl dt .text {
          width: calc(100% - 85px);
          font-size: 18px;
          font-weight: 900;
          padding-right: 50px; }
        #toppage #faq dl dt::before {
          content: "";
          position: absolute;
          top: calc(50% - 10px);
          right: 40px;
          width: 20px;
          height: 20px;
          background: url("../img/arrow1.png") no-repeat center center;
          background-size: 20px;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
        #toppage #faq dl dt.active::before {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
      #toppage #faq dl dd {
        padding: 20px 50px;
        background: #fff; }
        #toppage #faq dl dd small {
          display: inline-block;
          padding-top: 15px; }
        #toppage #faq dl dd a {
          text-decoration: underline; }
  #toppage .btnbox {
    text-align: center;
    padding-bottom: 160px; }
    #toppage .btnbox .t1 {
      font-weight: bold;
      font-size: 40px;
      padding-bottom: 30px; }
    #toppage .btnbox .btn {
      max-width: 700px;
      margin: auto; }
      #toppage .btnbox .btn .btn1 {
        background-color: #52D8AB;
        font-size: 20px;
        padding: 20px; }
        #toppage .btnbox .btn .btn1 i {
          font-size: 35px; }
    #toppage .btnbox.ex {
      background: url("../img/bg1.jpg") no-repeat center center;
      background-size: cover;
      padding: 120px 0; }
      #toppage .btnbox.ex .t1 {
        color: #fff; }
      #toppage .btnbox.ex .btn .btn1 {
        background-color: #fff;
        color: #FF6969;
        border: 3px solid #FF6969; }
  #download {
    position: relative;
    padding-bottom: 100px; }
    #download .title_bg {
      background: #F5F5F5;
      height: 320px;
      padding-top: 130px; }
    #download #zone1 {
      padding: 70px 0 50px; }
      #download #zone1 .text {
        text-align: center;
        padding-bottom: 60px; }
      #download #zone1 .set {
        width: 1000px;
        margin: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px 50px;
        border: 1px solid #FF6969;
        border-radius: 30px;
        margin-bottom: 70px; }
        #download #zone1 .set figure {
          width: 185px; }
        #download #zone1 .set .pos {
          width: calc(100% - 250px); }
          #download #zone1 .set .pos ul li {
            font-size: 18px;
            font-weight: bold;
            padding: 10px 0 10px 30px;
            position: relative; }
            #download #zone1 .set .pos ul li::before {
              position: absolute;
              top: 10px;
              left: 0;
              content: '●';
              color: #FF6969; }
    #download #formzone {
      max-width: 1000px;
      margin: auto; }
    #download #thanks {
      padding: 70px 0 100px; }
      #download #thanks .t1 {
        text-align: center;
        font-weight: bold;
        color: #FF6969;
        font-size: 64px;
        font-family: "Barlow", sans-serif;
        padding-bottom: 20px; }
      #download #thanks figure {
        width: 790px;
        margin: auto;
        padding-bottom: 50px; }
      #download #thanks .text {
        text-align: center;
        font-size: 18px;
        padding-bottom: 50px; }
      #download #thanks .btn {
        width: 500px;
        margin: auto; }
        #download #thanks .btn .btn1 {
          font-size: 25px;
          font-weight: bold;
          padding: 30px; } }

@media print {
  body {
    -webkit-print-color-adjust: exact;
    width: 1300px;
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0; }
  .effect1, .effect4 {
    opacity: 1; } }

/*# sourceMappingURL=style.css.map */
