@import url("global.css");
@import url("lineup_global.css");
#toparea #toptitle-lineup #topimg-lineup {
  background-image: url("../superwall/img/main.jpg"); }

sup {
  font-size: 60%; }

.swbf_bnr {
  margin-bottom: 100px; }
  .swbf_bnr .bnr {
    padding: 0 20px; }
    .swbf_bnr .bnr a {
      transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
      -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden; }
      .swbf_bnr .bnr a .sp_bnr {
        display: none; }
      .swbf_bnr .bnr a:hover {
        opacity: .7; }

#intro .textarea .lead span {
  font-size: 80%; }

#features .list li p span {
  background: linear-gradient(transparent 60%, rgba(0, 47, 104, 0.2) 60%); }
#features .list li p small {
  font-size: 80%; }

.textarea p {
  margin-bottom: 15px; }
  .textarea p:last-child {
    margin-bottom: 0; }

#section1 {
  margin-top: 120px; }
  #section1 .inner {
    padding: 60px 0;
    position: relative; }
    #section1 .inner .textarea {
      position: relative;
      z-index: 2;
      background-color: rgba(255, 255, 255, 0.8);
      padding: 80px 0 80px 50px;
      margin-left: 45%;
      width: 55%;
      box-sizing: border-box; }
      #section1 .inner .textarea h3 {
        font-size: 20px;
        font-weight: bold; }
    #section1 .inner figure {
      position: absolute;
      left: 0;
      top: 0;
      width: 55%;
      height: 100%;
      border: 1px solid #EEE;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      #section1 .inner figure img.objectfit {
        object-fit: contain;
        font-family: 'object-fit: contain;';
        object-position: center center; }

#section2 {
  margin-top: 120px; }
  #section2 .bgarea {
    background: url("../superwall/img/bg.jpg") no-repeat center center;
    background-size: cover;
    color: #fff;
    padding: 120px 0 400px; }
    #section2 .bgarea .common-title {
      margin-bottom: 5px; }
      #section2 .bgarea .common-title + h3 {
        font-size: 21px;
        font-weight: bold;
        text-align: center; }
    #section2 .bgarea .textarea {
      max-width: 1000px;
      margin: 0 auto; }
      #section2 .bgarea .textarea p {
        margin-top: 15px; }
  #section2 .list {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-top: -300px; }
    #section2 .list li {
      width: 30%;
      box-sizing: border-box;
      border: 1px solid #C8C8C8;
      background-color: #fff;
      padding: 35px; }
      #section2 .list li .title {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
        line-height: 1.6; }
        #section2 .list li .title i {
          display: block;
          font-style: normal;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
      #section2 .list li .text {
        text-align: justify; }
      #section2 .list li span {
        display: block;
        margin-top: 10px;
        font-size: 80%;
        color: #666; }

#section3 {
  margin-top: 120px; }
  #section3 .inner .textarea figure {
    float: right;
    width: 50%;
    margin-left: 30px; }

#section4 {
  margin-top: 120px; }
  #section4 .inner {
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    #section4 .inner .textarea {
      width: 60%;
      box-sizing: border-box;
      padding-left: 5%; }
      #section4 .inner .textarea .common-title {
        text-align: left; }
      #section4 .inner .textarea dl dt {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 10px; }
      #section4 .inner .textarea dl + dl {
        margin-top: 40px; }
    #section4 .inner figure {
      -webkit-order: -1;
      order: -1;
      width: 40%; }

#section5 {
  margin-top: 120px; }
  #section5 .box .inner {
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    #section5 .box .inner:nth-child(even) .image {
      order: 0; }
    #section5 .box .inner .image {
      order: 2;
      width: 50%; }
    #section5 .box .inner .textarea {
      box-sizing: border-box;
      width: 50%;
      padding: 100px;
      order: 1; }
      #section5 .box .inner .textarea .title {
        font-size: 27px;
        margin-bottom: 20px;
        font-weight: bold; }
      #section5 .box .inner .textarea span {
        display: block;
        margin-top: 10px;
        font-size: 80%;
        color: #666; }

#section6 {
  margin: 120px 0; }
  #section6 ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    /*
    &::before, &::after {
    	content: "";
    	position: absolute;
    	left: 33.333%;
    	top: 20px;
    	bottom: 20px;
    	width: 1px;
    	background-color: #BBB;
    }
    &::after {
    	left: auto;
    	right: 33.333%;
    }
    */ }
    #section6 ul li {
      width: 50%;
      padding: 0 30px;
      margin-bottom: 50px;
      text-align: center;
      box-sizing: border-box; }
      #section6 ul li p {
        font-weight: bold;
        font-size: 18px;
        border-top: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        padding: 13px;
        margin-bottom: 40px; }
      #section6 ul li span {
        margin-top: 10px;
        display: block;
        text-align: justify;
        line-height: 1.5;
        font-size: 14px;
        color: #555; }
      #section6 ul li:last-child {
        width: 100%; }
        #section6 ul li:last-child figure img {
          max-width: 50%; }

.linkbanner {
  background: url("../superwall/img/bannerbg.jpg") no-repeat center center;
  background-size: cover; }

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1400px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1400px) {
  #section5 .box .inner {
    align-items: stretch; }
    #section5 .box .inner .textarea {
      padding: 100px 30px; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .swbf_bnr {
    margin-bottom: 60px; }
    .swbf_bnr .bnr {
      padding: 0 80px; }
      .swbf_bnr .bnr a .pc_bnr {
        display: none; }
      .swbf_bnr .bnr a .sp_bnr {
        display: inline-block; }

  #toparea #toptitle-lineup .title .logo img {
    width: 70vw; }

  #section1 {
    margin-top: 80px; }
    #section1 .inner {
      padding: 0;
      position: static; }
      #section1 .inner .textarea {
        position: static;
        background-color: transparent;
        padding: 0 0 20px;
        margin-left: 0;
        width: auto; }
        #section1 .inner .textarea h3 {
          text-align: center; }
          #section1 .inner .textarea h3 + p {
            text-align: center; }
      #section1 .inner figure {
        position: static;
        width: 80%;
        margin: 0 auto;
        height: auto;
        border: none; }

  #section2 {
    margin-top: 80px; }
    #section2 .bgarea {
      padding: 80px 0 140px; }
      #section2 .bgarea .common-title + h3 {
        font-size: 18px; }
    #section2 .list {
      margin-top: -90px;
      display: block; }
      #section2 .list li {
        width: auto;
        margin-bottom: 30px; }

  #section3 {
    margin-top: 80px; }
    #section3 .inner .textarea figure {
      width: 60%;
      margin-left: 20px; }

  #section4 {
    margin-top: 80px;
    display: block; }
    #section4 .inner {
      align-items: stretch; }
      #section4 .inner .textarea {
        width: 60%;
        padding-left: 5%; }
        #section4 .inner .textarea .common-title {
          text-align: left; }
        #section4 .inner .textarea dl dt {
          font-size: 20px; }
        #section4 .inner .textarea dl + dl {
          margin-top: 40px; }
      #section4 .inner figure {
        width: 40%; }

  #section5 {
    margin-top: 80px; }
    #section5 .box .inner .textarea .title {
      font-size: 20px; }
      #section5 .box .inner .textarea .title br {
        display: none; }

  #section6 {
    margin: 80px 0; }
    #section6 ul {
      display: block; }
      #section6 ul li {
        width: 100%;
        position: relative; }
        #section6 ul li p {
          font-weight: bold;
          font-size: 18px;
          padding: 10px;
          margin-bottom: 30px; }
        #section6 ul li span {
          display: block;
          text-align: justify;
          font-size: 14px;
          color: #555; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .swbf_bnr {
    margin-top: 40px;
    margin-bottom: 40px; }
    .swbf_bnr .bnr {
      padding: 0 40px; }

  #section1 {
    margin-top: 60px; }
    #section1 .inner .textarea {
      padding-bottom: 15px; }
      #section1 .inner .textarea h3 {
        font-size: 16px;
        margin-bottom: 5px; }
        #section1 .inner .textarea h3 + p {
          text-align: left; }
    #section1 .inner figure {
      width: 100%; }

  #section2 {
    margin-top: 50px; }
    #section2 .bgarea {
      padding: 50px 0 120px; }
      #section2 .bgarea .common-title {
        margin-bottom: 3px; }
        #section2 .bgarea .common-title + h3 {
          font-size: 16px; }
    #section2 .list li {
      padding: 25px;
      margin-bottom: 20px; }
      #section2 .list li .title {
        font-size: 18px;
        margin-bottom: 15px; }

  #section3 {
    margin-top: 60px; }
    #section3 .inner .common-title {
      font-size: 17px;
      margin-bottom: 25px; }
    #section3 .inner .textarea figure {
      float: none;
      width: 100%;
      margin: 0 0 20px; }

  #section4 {
    margin-top: 60px; }
    #section4 .inner .textarea {
      width: 70%;
      padding-left: 5%; }
      #section4 .inner .textarea .common-title {
        margin-bottom: 15px; }
      #section4 .inner .textarea dl dt {
        font-size: 17px; }
      #section4 .inner .textarea dl + dl {
        margin-top: 20px; }
    #section4 .inner figure {
      width: 30%; }

  #section5 {
    margin-top: 60px; }
    #section5 .box .inner {
      display: block; }
      #section5 .box .inner:last-child .image {
        margin-bottom: 0; }
      #section5 .box .inner .textarea {
        padding: 0;
        width: auto; }
        #section5 .box .inner .textarea .title {
          font-size: 16px;
          text-align: center;
          margin-bottom: 15px;
          line-height: 1.4; }
          #section5 .box .inner .textarea .title br {
            display: block; }
      #section5 .box .inner .image {
        width: auto;
        margin: 30px 0 40px; }

  #section6 {
    margin: 60px 0; }
    #section6 ul li {
      padding: 0;
      margin-bottom: 35px; }
      #section6 ul li p {
        font-size: 16px;
        margin-bottom: 25px; }
      #section6 ul li figure {
        margin: 15px auto 0;
        width: 100%; }
      #section6 ul li span {
        font-size: 13px; }

  .linkbanner {
    background-image: url("../superwall/img/bannerbg_sp.jpg"); } }
