@charset "UTF-8";
main#skywater.top > section {
  overflow: auto; }
main#skywater.top section.visual {
  position: relative;
  z-index: 1;
  background-color: #EEEFEE; }
  main#skywater.top section.visual .container {
    position: relative;
    display: flex;
    justify-content: flex-end;
    max-width: 1480px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      main#skywater.top section.visual .container {
        display: block; } }
    main#skywater.top section.visual .container:before {
      pointer-events: none;
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: calc(50% - 120px);
      background-color: transparent;
      display: block;
      z-index: 100; }
      @media screen and (max-width: 767px) {
        main#skywater.top section.visual .container:before {
          display: none; } }
    main#skywater.top section.visual .container .content {
      position: absolute;
      z-index: 3;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 767px) {
        main#skywater.top section.visual .container .content {
          position: relative;
          top: auto;
          left: auto;
          right: auto;
          bottom: auto;
          display: block;
          width: 100%; } }
      main#skywater.top section.visual .container .content .site {
        position: relative;
        margin: 0 auto;
        width: calc(100% - 40px);
        max-width: 1280px; }
        @media screen and (max-width: 767px) {
          main#skywater.top section.visual .container .content .site {
            position: relative; } }
        main#skywater.top section.visual .container .content .site .swiper-pagination {
          position: absolute;
          width: 320px;
          bottom: -200px;
          left: calc(90 / 1280 * 100%); }
          @media screen and (max-width: 767px) {
            main#skywater.top section.visual .container .content .site .swiper-pagination {
              position: relative;
              left: auto;
              bottom: auto;
              width: auto;
              margin-top: calc(30 / 320 * 100vw); } }
          main#skywater.top section.visual .container .content .site .swiper-pagination .swiper-pagination-bullet {
            opacity: 1 !important;
            width: 14px;
            height: 14px;
            margin: 0 14px;
            background-color: #fff; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.visual .container .content .site .swiper-pagination .swiper-pagination-bullet {
                width: calc(12 / 320 * 100vw);
                height: calc(12 / 320 * 100vw);
                margin: 0 calc(12 / 320 * 100vw); } }
          main#skywater.top section.visual .container .content .site .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #FFD500; }
        main#skywater.top section.visual .container .content .site p {
          position: absolute;
          top: 10px;
          left: calc(90 / 1280 * 100%);
          width: 375px;
          transform: translateY(-50%); }
          @media screen and (max-width: 767px) {
            main#skywater.top section.visual .container .content .site p {
              position: relative;
              transform: none;
              top: auto;
              left: auto;
              width: auto;
              width: calc(254 / 320 * 100vw);
              margin: 0 auto;
              margin-top: calc(32 / 320 * 100vw); } }
          main#skywater.top section.visual .container .content .site p img {
            width: 100%; }
    main#skywater.top section.visual .container .slider {
      position: relative;
      z-index: 1;
      order: 2;
      width: calc(50% + 120px); }
      @media screen and (max-width: 767px) {
        main#skywater.top section.visual .container .slider {
          width: 100%;
          height: calc(260 / 320 * 100vw); } }
      main#skywater.top section.visual .container .slider img {
        width: 100%;
        height: 620px;
        object-fit: cover; }
        @media screen and (max-width: 767px) {
          main#skywater.top section.visual .container .slider img {
            height: calc(260 / 320 * 100vw); } }
      main#skywater.top section.visual .container .slider .img {
        width: 100%;
        height: 620px;
        background-size: cover; }
        @media screen and (max-width: 767px) {
          main#skywater.top section.visual .container .slider .img {
            height: calc(260 / 320 * 100vw); } }
      main#skywater.top section.visual .container .slider .swiper-slide {
        transition: all ease-in-out .3s .5s !important;
        transform: scale(0.85); }
        main#skywater.top section.visual .container .slider .swiper-slide.swiper-slide-duplicate-active, main#skywater.top section.visual .container .slider .swiper-slide.swiper-slide-active {
          transform: scale(1); }
    main#skywater.top section.visual .container .scroll {
      position: absolute;
      z-index: 3;
      left: 30px;
      bottom: 120px;
      transform: rotate(-90deg); }
      @media screen and (max-width: 767px) {
        main#skywater.top section.visual .container .scroll {
          display: none; } }
      main#skywater.top section.visual .container .scroll a {
        display: block;
        font-family: 'Quicksand', sans-serif;
        font-weight: bold;
        position: absolute;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: .06em;
        text-align: right;
        padding-left: 104px;
        color: #565225;
        text-decoration: none; }
        main#skywater.top section.visual .container .scroll a .bar {
          content: "";
          display: block;
          width: 90px;
          height: 1px;
          overflow: hidden;
          background-color: #999999;
          position: absolute;
          top: 50%;
          left: 0; }
          main#skywater.top section.visual .container .scroll a .bar:after {
            content: "";
            position: absolute;
            left: 100%;
            top: 0;
            width: 100%;
            height: 1px;
            background-color: #000;
            position: absolute;
            animation-name: animate-scroll-bar;
            animation-duration: 3s;
            animation-timing-function: ease;
            animation-delay: 0s;
            animation-iteration-count: infinite;
            animation-direction: normal;
            animation-fill-mode: both;
            animation-play-state: running; }
@keyframes animate-scroll-bar {
  0% {
    left: 100%; }
  100% {
    left: -100%; } }
main#skywater.top section.intro {
  background-color: #EEEFEE;
  position: relative;
  z-index: 2;
  padding-top: 1px;
  padding-top: 68px;
  padding-bottom: 36px; }
  @media screen and (max-width: 767px) {
    main#skywater.top section.intro {
      padding-top: calc(30 / 320 * 100vw);
      padding-bottom: calc(60 / 320 * 100vw); } }
  main#skywater.top section.intro .site {
    position: relative;
    width: calc(100% - 40px);
    max-width: 980px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      main#skywater.top section.intro .site {
        width: calc(280 / 320 * 100vw); } }
    main#skywater.top section.intro .site .copy {
      font-family: 'Zen Maru Gothic', sans-serif;
      font-weight: bold;
      font-size: 26px;
      line-height: 46px;
      text-align: center;
      letter-spacing: .06em; }
      @media screen and (max-width: 767px) {
        main#skywater.top section.intro .site .copy {
          font-size: calc(18 / 320 * 100vw);
          line-height: calc(32 / 320 * 100vw); } }
    main#skywater.top section.intro .site section.intro-ca {
      position: relative;
      margin: 0 auto;
      max-width: 600px;
      margin-top: 82px;
      padding: 28px 0 45px;
      border: 1px solid #238EC3;
      border-radius: 20px; }
      @media screen and (max-width: 767px) {
        main#skywater.top section.intro .site section.intro-ca {
          max-width: none;
          border: none;
          padding: calc(34 / 320 * 100vw) calc(44 / 320 * 100vw) calc(48 / 320 * 100vw);
          background-image: url("../images/top/intro_ca_bg_sp.png");
          background-size: 100% 100%;
          width: calc(314 / 320 * 100vw);
          height: calc(232 / 320 * 100vw);
          margin: 0 calc(-16 / 320 * 100vw);
          margin-top: calc(40 / 320 * 100vw); } }
      main#skywater.top section.intro .site section.intro-ca:before {
        content: "";
        display: block;
        position: absolute;
        background-image: url("../images/top/intro_ca_deco_01.png");
        background-size: 100% 100%;
        width: 166px;
        height: 128px;
        top: -27px;
        left: -71px; }
        @media screen and (max-width: 767px) {
          main#skywater.top section.intro .site section.intro-ca:before {
            display: none; } }
      main#skywater.top section.intro .site section.intro-ca:after {
        content: "";
        display: block;
        position: absolute;
        background-image: url("../images/top/intro_ca_deco_02.png");
        background-size: 100% 100%;
        width: 166px;
        height: 128px;
        top: -27px;
        right: -40px; }
        @media screen and (max-width: 767px) {
          main#skywater.top section.intro .site section.intro-ca:after {
            display: none; } }
      main#skywater.top section.intro .site section.intro-ca .copy {
        font-family: 'Zen Maru Gothic', sans-serif;
        font-weight: bold;
        font-size: 24px;
        text-align: center;
        line-height: 1.444444;
        margin-bottom: 10px;
        letter-spacing: .06em; }
        @media screen and (max-width: 767px) {
          main#skywater.top section.intro .site section.intro-ca .copy {
            padding: 0 calc(26 / 320 * 100vw);
            font-size: calc(18 / 320 * 100vw);
            line-height: calc(26 / 320 * 100vw);
            margin-bottom: calc(15 / 320 * 100vw); } }
        main#skywater.top section.intro .site section.intro-ca .copy .marker {
          display: inline-block;
          background-image: linear-gradient(transparent 80%, #bedae9 0%); }
      main#skywater.top section.intro .site section.intro-ca p {
        text-align: center;
        font-size: 15px;
        line-height: 26px;
        letter-spacing: .06em; }
        @media screen and (max-width: 767px) {
          main#skywater.top section.intro .site section.intro-ca p {
            text-align: left;
            font-size: calc(12 / 320 * 100vw);
            line-height: calc(19 / 320 * 100vw); } }
      main#skywater.top section.intro .site section.intro-ca .action {
        position: absolute;
        bottom: -22px;
        left: 50%;
        transform: translateX(-50%);
        padding: 0 21px;
        background-color: #EEEFEE; }
        @media screen and (max-width: 767px) {
          main#skywater.top section.intro .site section.intro-ca .action {
            bottom: calc(-3 / 320 * 100vw);
            padding: 0 calc(21 / 320 * 100vw); } }
        main#skywater.top section.intro .site section.intro-ca .action a {
          transition: all ease .3s;
          position: relative;
          display: block;
          width: 168px;
          line-height: 44px;
          border-radius: 22px;
          background-color: #306FB2;
          font-size: 14px;
          font-weight: bold;
          color: #fff;
          text-align: center;
          text-decoration: none; }
          main#skywater.top section.intro .site section.intro-ca .action a:hover {
            opacity: .6; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.intro .site section.intro-ca .action a {
              font-size: calc(12 / 320 * 100vw);
              width: calc(168 / 320 * 100vw);
              line-height: calc(38 / 320 * 100vw);
              border-radius: calc(19 / 320 * 100vw); } }
          main#skywater.top section.intro .site section.intro-ca .action a:after {
            content: "";
            display: block;
            background-image: url("../images/top/btn_arrow.png");
            background-size: 100% 100%;
            width: 6px;
            height: 11px;
            position: absolute;
            right: 14px;
            top: calc(50% - 5px); }
main#skywater.top nav.banner1 {
  position: relative;
  background-color: #EEEFEE;
  background-image: url("../images/bg_wave_w.png");
  background-size: auto 118px;
  background-position: 50% 100%;
  background-repeat: repeat-x;
  padding-bottom: 20px;
  height: 158px;
  margin-bottom: -60px; }
  @media screen and (max-width: 767px) {
    main#skywater.top nav.banner1 {
      padding-bottom: 0;
      background-size: auto calc(30 / 320 * 100vw);
      background-position: 50% 50%;
      height: calc(30 / 320 * 100vw);
      margin-bottom: calc(0 / 320 * 100vw); } }
  @media screen and (max-width: 767px) {
    main#skywater.top nav.banner1:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: calc(50% - (15 / 320 * 100vw));
      background-color: #F8F8F8; } }
  main#skywater.top nav.banner1 .site {
    position: relative;
    width: calc(100% - 40px);
    max-width: 980px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      main#skywater.top nav.banner1 .site {
        width: calc(280 / 320 * 100vw); } }
    main#skywater.top nav.banner1 .site .banner a {
      transition: all ease .3s; }
      main#skywater.top nav.banner1 .site .banner a:hover {
        opacity: .6; }
      main#skywater.top nav.banner1 .site .banner a img {
        width: 100%; }
main#skywater.top section.feature {
  padding-top: 60px;
  padding-bottom: 195px;
  background-color: #F8F8F8;
  background-image: url("../images/bg_wave_g.png");
  background-size: auto 118px;
  background-position: 50% 100%;
  background-repeat: repeat-x; }
  @media screen and (max-width: 767px) {
    main#skywater.top section.feature {
      padding-top: calc(60 / 320 * 100vw);
      padding-bottom: calc(90 / 320 * 100vw);
      background-size: calc(320 / 320 * 100vw) calc(30 / 320 * 100vw); } }
  main#skywater.top section.feature .site {
    width: calc(100% - 40px);
    max-width: 980px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      main#skywater.top section.feature .site {
        width: calc(280 / 320 * 100vw); } }
    main#skywater.top section.feature .site header {
      position: relative;
      text-align: center;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        main#skywater.top section.feature .site header {
          margin-bottom: calc(35 / 320 * 100vw); } }
      main#skywater.top section.feature .site header p {
        font-family: 'Quicksand', sans-serif;
        font-weight: bold;
        font-size: 22px;
        margin-bottom: 24px;
        text-align: center;
        letter-spacing: .06em; }
      main#skywater.top section.feature .site header h2 {
        position: relative;
        font-family: 'Zen Maru Gothic', sans-serif;
        font-weight: bold;
        font-size: 36px;
        line-height: 44px;
        letter-spacing: .064em; }
        @media screen and (max-width: 767px) {
          main#skywater.top section.feature .site header h2 {
            font-size: calc(26 / 320 * 100vw);
            line-height: calc(45 / 320 * 100vw); } }
        main#skywater.top section.feature .site header h2:before {
          content: "";
          display: block;
          background-color: #c0bebe;
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          height: 1px; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.feature .site header h2:before {
              display: none; } }
        main#skywater.top section.feature .site header h2 .inner {
          position: relative;
          display: inline-block;
          padding: 0 64px;
          background-color: #F8F8F8; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.feature .site header h2 .inner {
              padding: 0; } }
          main#skywater.top section.feature .site header h2 .inner .no {
            display: inline-block;
            font-size: 40px;
            font-family: 'Quicksand', sans-serif;
            font-weight: bold; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.feature .site header h2 .inner .no {
                font-size: calc(26 / 320 * 100vw);
                line-height: calc(45 / 320 * 100vw); } }
          main#skywater.top section.feature .site header h2 .inner .marker {
            display: inline-block;
            background-image: linear-gradient(transparent 80%, #FCE363 0%);
            margin-right: 4px; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.feature .site header h2 .inner .marker {
                background-image: linear-gradient(transparent 90%, #FCE363 0%);
                height: calc(38 / 320 * 100vw);
                margin-right: 0; } }
          main#skywater.top section.feature .site header h2 .inner .dot {
            position: relative;
            display: inline-block; }
            main#skywater.top section.feature .site header h2 .inner .dot:after {
              content: "";
              border: 2px solid #707070;
              background-color: #fff;
              width: 7px;
              height: 7px;
              position: absolute;
              top: -8px;
              left: 50%;
              margin-left: -3px;
              display: block;
              border-radius: 50%; }
              @media screen and (max-width: 767px) {
                main#skywater.top section.feature .site header h2 .inner .dot:after {
                  width: calc(6 / 320 * 100vw);
                  height: calc(6 / 320 * 100vw);
                  top: calc(0 / 320 * 100vw); } }
    main#skywater.top section.feature .site > figure {
      width: 348px;
      margin: 0 auto;
      margin-top: 38px; }
      @media screen and (max-width: 767px) {
        main#skywater.top section.feature .site > figure {
          width: calc(266 / 320 * 100vw);
          margin-top: calc(35 / 320 * 100vw); } }
      main#skywater.top section.feature .site > figure img {
        width: 100%; }
    main#skywater.top section.feature .site .container {
      padding-top: 20px; }
      @media screen and (max-width: 767px) {
        main#skywater.top section.feature .site .container {
          padding-top: calc(10 / 320 * 100vw); } }
      main#skywater.top section.feature .site .container ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -18px; }
        @media screen and (max-width: 767px) {
          main#skywater.top section.feature .site .container ul {
            margin: 0;
            display: block; } }
        main#skywater.top section.feature .site .container ul li {
          margin-top: 60px; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.feature .site .container ul li {
              margin-top: calc(38 / 320 * 100vw); } }
          main#skywater.top section.feature .site .container ul li .wrapper {
            position: relative;
            border: 6px solid #FFD500;
            border-radius: 20px;
            background-color: #fff;
            padding: 30px 34px;
            height: 100%; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.feature .site .container ul li .wrapper {
                border: calc(4 / 320 * 100vw) solid #FFD500;
                border-radius: calc(20 / 320 * 100vw);
                padding: calc(20 / 320 * 100vw) calc(20 / 320 * 100vw); } }
            main#skywater.top section.feature .site .container ul li .wrapper .marker {
              position: absolute;
              top: -50px;
              left: 24px;
              width: 90px;
              height: 90px;
              border: 6px solid #FFD500;
              border-radius: 50%;
              display: flex;
              justify-content: center;
              align-items: center;
              flex-direction: column;
              background-color: #fff; }
              @media screen and (max-width: 767px) {
                main#skywater.top section.feature .site .container ul li .wrapper .marker {
                  top: calc(-22 / 320 * 100vw);
                  left: calc(-14 / 320 * 100vw);
                  width: calc(60 / 320 * 100vw);
                  height: calc(60 / 320 * 100vw);
                  border: calc(4 / 320 * 100vw) solid #FFD500; } }
              main#skywater.top section.feature .site .container ul li .wrapper .marker span:nth-child(1) {
                font-size: 15px;
                font-family: 'Zen Maru Gothic', sans-serif;
                font-weight: bold;
                line-height: 1.2; }
                @media screen and (max-width: 767px) {
                  main#skywater.top section.feature .site .container ul li .wrapper .marker span:nth-child(1) {
                    font-size: calc(10 / 320 * 100vw); } }
              main#skywater.top section.feature .site .container ul li .wrapper .marker span:nth-child(2) {
                font-size: 28px;
                line-height: 1.2;
                font-family: 'Roboto Slab', serif;
                font-weight: 600; }
                @media screen and (max-width: 767px) {
                  main#skywater.top section.feature .site .container ul li .wrapper .marker span:nth-child(2) {
                    font-size: calc(18 / 320 * 100vw); } }
            main#skywater.top section.feature .site .container ul li .wrapper .copy {
              font-family: 'Zen Maru Gothic', sans-serif;
              font-weight: bold;
              font-size: 26px;
              border-bottom: 3px solid #FFD500;
              text-align: center;
              padding-bottom: 25px;
              margin-bottom: 25px;
              letter-spacing: .03em; }
              @media screen and (max-width: 767px) {
                main#skywater.top section.feature .site .container ul li .wrapper .copy {
                  font-size: calc(15 / 320 * 100vw);
                  padding-bottom: calc(15 / 320 * 100vw);
                  margin-bottom: calc(15 / 320 * 100vw); } }
            main#skywater.top section.feature .site .container ul li .wrapper p {
              font-size: 15px;
              line-height: 24px;
              letter-spacing: .06em; }
              @media screen and (max-width: 767px) {
                main#skywater.top section.feature .site .container ul li .wrapper p {
                  font-size: calc(12 / 320 * 100vw);
                  line-height: calc(20 / 320 * 100vw); } }
            main#skywater.top section.feature .site .container ul li .wrapper .note {
              font-size: 12px;
              line-height: 20px;
              letter-spacing: 0;
              font-weight: 400; }
              @media screen and (max-width: 767px) {
                main#skywater.top section.feature .site .container ul li .wrapper .note {
                  font-size: calc(11 / 320 * 100vw);
                  line-height: calc(18 / 320 * 100vw); } }
        main#skywater.top section.feature .site .container ul li:nth-child(1) {
          width: calc(560 / 980 * 100%); }
          @media screen and (max-width: 767px) {
            main#skywater.top section.feature .site .container ul li:nth-child(1) {
              width: 100%; } }
          main#skywater.top section.feature .site .container ul li:nth-child(1) .cols {
            display: flex;
            margin-bottom: 15px; }
            main#skywater.top section.feature .site .container ul li:nth-child(1) .cols .col:nth-child(2) {
              flex: 0 0 114px;
              text-align: center; }
              @media screen and (max-width: 767px) {
                main#skywater.top section.feature .site .container ul li:nth-child(1) .cols .col:nth-child(2) {
                  flex: 0 0 calc(38 / 320 * 100vw);
                  margin-left: calc(17 / 320 * 100vw); } }
              main#skywater.top section.feature .site .container ul li:nth-child(1) .cols .col:nth-child(2) img {
                width: 64px; }
                @media screen and (max-width: 767px) {
                  main#skywater.top section.feature .site .container ul li:nth-child(1) .cols .col:nth-child(2) img {
                    width: 100%; } }
        main#skywater.top section.feature .site .container ul li:nth-child(2) {
          width: 50%;
          padding: 0 18px; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.feature .site .container ul li:nth-child(2) {
              width: 100%;
              padding: 0; } }
          main#skywater.top section.feature .site .container ul li:nth-child(2) .cols {
            display: flex; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.feature .site .container ul li:nth-child(2) .cols {
                display: block; } }
            main#skywater.top section.feature .site .container ul li:nth-child(2) .cols .col:nth-child(2) {
              flex: 0 0 188px;
              margin-left: 37px;
              text-align: center; }
              @media screen and (max-width: 767px) {
                main#skywater.top section.feature .site .container ul li:nth-child(2) .cols .col:nth-child(2) {
                  margin-top: calc(18 / 320 * 100vw);
                  margin-left: 0; } }
              main#skywater.top section.feature .site .container ul li:nth-child(2) .cols .col:nth-child(2) img {
                width: 180px; }
                @media screen and (max-width: 767px) {
                  main#skywater.top section.feature .site .container ul li:nth-child(2) .cols .col:nth-child(2) img {
                    width: calc(135 / 320 * 100vw); } }
          main#skywater.top section.feature .site .container ul li:nth-child(2) .action {
            margin-top: 25px; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.feature .site .container ul li:nth-child(2) .action {
                margin-top: calc(18 / 320 * 100vw); } }
            main#skywater.top section.feature .site .container ul li:nth-child(2) .action a {
              transition: all ease .3s;
              position: relative;
              text-decoration: none;
              display: inline-block;
              width: 188px;
              line-height: 44px;
              border-radius: 22px;
              background-color: #306FB2;
              color: #fff;
              text-align: center;
              font-size: 12px;
              letter-spacing: 0;
              font-weight: bold;
              padding-right: 8px; }
              main#skywater.top section.feature .site .container ul li:nth-child(2) .action a:hover {
                opacity: .6; }
              @media screen and (max-width: 767px) {
                main#skywater.top section.feature .site .container ul li:nth-child(2) .action a {
                  width: 100%;
                  font-size: calc(11 / 320 * 100vw);
                  line-height: calc(36 / 320 * 100vw);
                  border-radius: calc(18 / 320 * 100vw);
                  padding-right: 0; } }
              main#skywater.top section.feature .site .container ul li:nth-child(2) .action a:after {
                content: "";
                display: block;
                background-image: url("../images/top/btn_arrow.png");
                background-size: 100% 100%;
                width: 6px;
                height: 11px;
                position: absolute;
                right: 14px;
                top: calc(50%);
                margin-top: -5px; }
                @media screen and (max-width: 767px) {
                  main#skywater.top section.feature .site .container ul li:nth-child(2) .action a:after {
                    width: calc(4 / 320 * 100vw);
                    height: calc(7 / 320 * 100vw);
                    right: calc(13 / 320 * 100vw);
                    margin-top: calc(-3 / 320 * 100vw); } }
        main#skywater.top section.feature .site .container ul li:nth-child(3) {
          width: 50%;
          padding: 0 18px; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.feature .site .container ul li:nth-child(3) {
              width: 100%;
              padding: 0; } }
          main#skywater.top section.feature .site .container ul li:nth-child(3) .note {
            margin-top: 16px; }
          main#skywater.top section.feature .site .container ul li:nth-child(3) .cols {
            display: flex; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.feature .site .container ul li:nth-child(3) .cols {
                display: block; } }
            main#skywater.top section.feature .site .container ul li:nth-child(3) .cols .col:nth-child(2) {
              flex: 0 0 192px;
              margin-left: 28px;
              text-align: center; }
              @media screen and (max-width: 767px) {
                main#skywater.top section.feature .site .container ul li:nth-child(3) .cols .col:nth-child(2) {
                  margin-top: calc(18 / 320 * 100vw);
                  margin-left: 0; } }
              main#skywater.top section.feature .site .container ul li:nth-child(3) .cols .col:nth-child(2) img {
                width: 192px; }
                @media screen and (max-width: 767px) {
                  main#skywater.top section.feature .site .container ul li:nth-child(3) .cols .col:nth-child(2) img {
                    width: calc(172 / 320 * 100vw); } }
main#skywater.top section.routine {
  background-color: #EEEFEE; }
  @media screen and (max-width: 767px) {
    main#skywater.top section.routine {
      padding-top: calc(50 / 320 * 100vw); } }
  main#skywater.top section.routine > .site {
    width: calc(100% - 40px);
    max-width: 980px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      main#skywater.top section.routine > .site {
        width: calc(280 / 320 * 100vw); } }
    main#skywater.top section.routine > .site header {
      position: relative;
      text-align: center;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        main#skywater.top section.routine > .site header {
          margin-bottom: calc(35 / 320 * 100vw); } }
      main#skywater.top section.routine > .site header p {
        font-family: 'Quicksand', sans-serif;
        font-weight: bold;
        font-size: 22px;
        margin-bottom: 24px;
        text-align: center;
        letter-spacing: .06em; }
      main#skywater.top section.routine > .site header h2 {
        position: relative;
        font-family: 'Zen Maru Gothic', sans-serif;
        font-weight: bold;
        font-size: 36px;
        line-height: 44px;
        letter-spacing: .064em; }
        @media screen and (max-width: 767px) {
          main#skywater.top section.routine > .site header h2 {
            font-size: calc(26 / 320 * 100vw);
            line-height: calc(45 / 320 * 100vw); } }
        main#skywater.top section.routine > .site header h2:before {
          content: "";
          display: block;
          background-color: #c0bebe;
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          height: 1px; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.routine > .site header h2:before {
              display: none; } }
        main#skywater.top section.routine > .site header h2 .inner {
          position: relative;
          display: inline-block;
          padding: 0 64px;
          background-color: #EEEFEE; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.routine > .site header h2 .inner {
              padding: 0; } }
          main#skywater.top section.routine > .site header h2 .inner .no {
            display: inline-block;
            font-size: 40px;
            font-family: 'Quicksand', sans-serif;
            font-weight: bold; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.routine > .site header h2 .inner .no {
                font-size: calc(26 / 320 * 100vw);
                line-height: calc(45 / 320 * 100vw); } }
          main#skywater.top section.routine > .site header h2 .inner .marker {
            display: inline-block;
            background-image: linear-gradient(transparent 80%, #bedae9 0%);
            margin-right: 4px; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.routine > .site header h2 .inner .marker {
                background-image: linear-gradient(transparent 90%, #bedae9 0%);
                height: calc(38 / 320 * 100vw);
                margin-right: 0; } }
          main#skywater.top section.routine > .site header h2 .inner .dot {
            position: relative;
            display: inline-block; }
            main#skywater.top section.routine > .site header h2 .inner .dot:after {
              content: "";
              border: 2px solid #707070;
              background-color: #fff;
              width: 7px;
              height: 7px;
              position: absolute;
              top: -8px;
              left: 50%;
              margin-left: -3px;
              display: block;
              border-radius: 50%; }
              @media screen and (max-width: 767px) {
                main#skywater.top section.routine > .site header h2 .inner .dot:after {
                  width: calc(6 / 320 * 100vw);
                  height: calc(6 / 320 * 100vw);
                  top: calc(0 / 320 * 100vw); } }
    main#skywater.top section.routine > .site .lead {
      margin-top: 35px;
      font-size: 15px;
      line-height: 26px;
      font-weight: bold;
      letter-spacing: .06em;
      text-align: center; }
      @media screen and (max-width: 767px) {
        main#skywater.top section.routine > .site .lead {
          text-align: left;
          margin-top: calc(30 / 320 * 100vw);
          font-size: calc(12 / 320 * 100vw);
          line-height: calc(20 / 320 * 100vw);
          padding: 0 calc(10 / 320 * 100vw); } }
  main#skywater.top section.routine section.routine-detail {
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      main#skywater.top section.routine section.routine-detail {
        margin-top: calc(64 / 320 * 100vw); } }
    main#skywater.top section.routine section.routine-detail .container {
      color: #fff;
      background-color: #306FB2;
      padding: 28px 0 40px; }
      @media screen and (max-width: 767px) {
        main#skywater.top section.routine section.routine-detail .container {
          padding-top: 0;
          padding-bottom: calc(30 / 320 * 100vw); } }
      main#skywater.top section.routine section.routine-detail .container .site {
        position: relative;
        margin: 0 auto;
        width: calc(100% - 120px);
        max-width: 780px; }
        @media screen and (max-width: 767px) {
          main#skywater.top section.routine section.routine-detail .container .site {
            width: calc(254 / 320 * 100vw);
            max-width: none;
            padding-top: 1px; } }
        main#skywater.top section.routine section.routine-detail .container .site .content {
          display: flex; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.routine section.routine-detail .container .site .content {
              display: block; } }
          main#skywater.top section.routine section.routine-detail .container .site .content figure {
            flex: 0 0 185px;
            margin-top: -58px; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.routine section.routine-detail .container .site .content figure {
                width: calc(156 / 320 * 100vw);
                margin-top: calc(-22 / 320 * 100vw); } }
            main#skywater.top section.routine section.routine-detail .container .site .content figure img {
              width: 100%; }
            main#skywater.top section.routine section.routine-detail .container .site .content figure p {
              font-size: 15px;
              line-height: 35px;
              margin-top: 28px;
              border: 1px solid #fff;
              border-radius: 10px;
              text-align: center;
              color: #fff; }
              @media screen and (max-width: 767px) {
                main#skywater.top section.routine section.routine-detail .container .site .content figure p {
                  font-size: calc(12 / 320 * 100vw);
                  line-height: calc(30 / 320 * 100vw);
                  margin-top: calc(20 / 320 * 100vw);
                  border-radius: calc(10 / 320 * 100vw); } }
          main#skywater.top section.routine section.routine-detail .container .site .content .body {
            width: calc(100% - 185px);
            padding-left: 58px; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.routine section.routine-detail .container .site .content .body {
                padding-left: 0;
                width: auto; } }
            main#skywater.top section.routine section.routine-detail .container .site .content .body > .copy {
              font-family: 'Zen Maru Gothic', sans-serif;
              font-weight: bold;
              font-size: 27px;
              margin-bottom: 10px;
              line-height: 52px;
              letter-spacing: .03em; }
              @media screen and (max-width: 767px) {
                main#skywater.top section.routine section.routine-detail .container .site .content .body > .copy {
                  margin-top: calc(20 / 320 * 100vw);
                  margin-right: calc(-5 / 320 * 100vw);
                  margin-bottom: calc(15 / 320 * 100vw);
                  font-size: calc(24 / 320 * 100vw);
                  line-height: calc(48 / 320 * 100vw);
                  text-align: center; } }
              main#skywater.top section.routine section.routine-detail .container .site .content .body > .copy .underline {
                display: inline-block;
                border-bottom: 1px solid #fff; }
              main#skywater.top section.routine section.routine-detail .container .site .content .body > .copy .note {
                font-size: 16px; }
                @media screen and (max-width: 767px) {
                  main#skywater.top section.routine section.routine-detail .container .site .content .body > .copy .note {
                    font-size: calc(14 / 320 * 100vw); } }
            main#skywater.top section.routine section.routine-detail .container .site .content .body .cols {
              display: flex; }
              @media screen and (max-width: 767px) {
                main#skywater.top section.routine section.routine-detail .container .site .content .body .cols {
                  display: block; } }
              main#skywater.top section.routine section.routine-detail .container .site .content .body .cols .col:nth-child(1) .lead {
                font-family: 'Zen Maru Gothic', sans-serif;
                font-weight: bold;
                font-size: 16px;
                line-height: 28px; }
                @media screen and (max-width: 767px) {
                  main#skywater.top section.routine section.routine-detail .container .site .content .body .cols .col:nth-child(1) .lead {
                    font-size: calc(14 / 320 * 100vw);
                    line-height: calc(26 / 320 * 100vw);
                    letter-spacing: .02em; } }
              main#skywater.top section.routine section.routine-detail .container .site .content .body .cols .col:nth-child(1) .note {
                font-weight: bold;
                font-size: 15px;
                line-height: 26px;
                margin-top: 12px; }
                @media screen and (max-width: 767px) {
                  main#skywater.top section.routine section.routine-detail .container .site .content .body .cols .col:nth-child(1) .note {
                    font-size: calc(12 / 320 * 100vw);
                    line-height: calc(20 / 320 * 100vw);
                    margin-top: calc(12 / 320 * 100vw); } }
              main#skywater.top section.routine section.routine-detail .container .site .content .body .cols .col:nth-child(2) {
                flex: 0 0 160px;
                text-align: center; }
                @media screen and (max-width: 767px) {
                  main#skywater.top section.routine section.routine-detail .container .site .content .body .cols .col:nth-child(2) .badge {
                    position: absolute;
                    top: calc(-35 / 320 * 100vw);
                    right: calc(-14 / 320 * 100vw); } }
                main#skywater.top section.routine section.routine-detail .container .site .content .body .cols .col:nth-child(2) .badge img {
                  width: 125px; }
                  @media screen and (max-width: 767px) {
                    main#skywater.top section.routine section.routine-detail .container .site .content .body .cols .col:nth-child(2) .badge img {
                      width: calc(110 / 320 * 100vw); } }
        main#skywater.top section.routine section.routine-detail .container .site .notice {
          margin-top: 30px;
          font-size: 13px;
          line-height: 22px; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.routine section.routine-detail .container .site .notice {
              margin-top: calc(20 / 320 * 100vw);
              font-size: calc(11 / 320 * 100vw);
              line-height: calc(20 / 320 * 100vw); } }
  main#skywater.top section.routine section.routine-ca {
    margin: 52px 0 78px;
    min-height: 260px; }
    @media screen and (max-width: 767px) {
      main#skywater.top section.routine section.routine-ca {
        margin: calc(44 / 320 * 100vw) 0; } }
    main#skywater.top section.routine section.routine-ca .site {
      width: calc(100% - 40px);
      max-width: 970px;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        main#skywater.top section.routine section.routine-ca .site {
          width: calc(280 / 320 * 100vw); } }
      main#skywater.top section.routine section.routine-ca .site .container {
        position: relative;
        display: flex;
        height: 114px;
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          main#skywater.top section.routine section.routine-ca .site .container {
            height: auto;
            margin-bottom: calc(15 / 320 * 100vw); } }
        main#skywater.top section.routine section.routine-ca .site .container:before {
          content: "";
          display: block;
          position: absolute;
          top: 113px;
          left: 20px;
          right: 0;
          border-bottom: 2px dashed rgba(112, 112, 112, 0.25); }
          @media screen and (max-width: 767px) {
            main#skywater.top section.routine section.routine-ca .site .container:before {
              top: calc(76 / 320 * 100vw); } }
        main#skywater.top section.routine section.routine-ca .site .container figure {
          position: relative;
          flex: 0 0 260px; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.routine section.routine-ca .site .container figure {
              flex: 0 0 calc(108 / 320 * 100vw); } }
          main#skywater.top section.routine section.routine-ca .site .container figure img {
            width: 100%; }
        main#skywater.top section.routine section.routine-ca .site .container header {
          position: relative;
          flex: 0 0 calc(100% - 260px);
          padding-left: 46px;
          padding-bottom: 15px; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.routine section.routine-ca .site .container header {
              flex: 0 0 calc(100% - calc(108 / 320 * 100vw));
              padding-left: calc(16 / 320 * 100vw);
              padding-bottom: calc(12 / 320 * 100vw); } }
          main#skywater.top section.routine section.routine-ca .site .container header p {
            font-family: 'Roboto Slab', serif;
            font-weight: 600;
            padding-top: 15px;
            font-size: 20px;
            margin-bottom: 18px;
            letter-spacing: .06em; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.routine section.routine-ca .site .container header p {
                padding-top: calc(20 / 320 * 100vw);
                font-size: calc(12 / 320 * 100vw);
                margin-bottom: calc(8 / 320 * 100vw); } }
          main#skywater.top section.routine section.routine-ca .site .container header h3 {
            font-family: 'Zen Maru Gothic', sans-serif;
            font-weight: bold;
            font-size: 34px;
            letter-spacing: .064em; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.routine section.routine-ca .site .container header h3 {
                font-size: calc(20 / 320 * 100vw);
                letter-spacing: 0; } }
      main#skywater.top section.routine section.routine-ca .site .content {
        padding-left: 306px; }
        @media screen and (max-width: 767px) {
          main#skywater.top section.routine section.routine-ca .site .content {
            padding-left: 0; } }
        main#skywater.top section.routine section.routine-ca .site .content p {
          font-size: 16px;
          line-height: 28px;
          letter-spacing: .02em;
          font-weight: bold; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.routine section.routine-ca .site .content p {
              font-size: calc(12 / 320 * 100vw);
              line-height: calc(20 / 320 * 100vw);
              letter-spacing: .06em; } }
  main#skywater.top section.routine section.routine-recommend {
    padding-bottom: 80px; }
    @media screen and (max-width: 767px) {
      main#skywater.top section.routine section.routine-recommend {
        padding-bottom: calc(50 / 320 * 100vw); } }
    main#skywater.top section.routine section.routine-recommend > .site {
      width: calc(100% - 40px);
      max-width: 980px;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        main#skywater.top section.routine section.routine-recommend > .site {
          width: calc(280 / 320 * 100vw); } }
      main#skywater.top section.routine section.routine-recommend > .site section.routine-recommend-01 {
        border: 6px solid #FFD500;
        border-radius: 20px;
        padding: 47px 15px 37px;
        position: relative; }
        @media screen and (max-width: 767px) {
          main#skywater.top section.routine section.routine-recommend > .site section.routine-recommend-01 {
            padding: calc(35 / 320 * 100vw) calc(16 / 320 * 100vw) calc(25 / 320 * 100vw);
            border-radius: calc(20 / 320 * 100vw); } }
        main#skywater.top section.routine section.routine-recommend > .site section.routine-recommend-01:after {
          content: "";
          display: block;
          background-image: url("../images/top/routine_recommend_01_deco.png");
          background-size: 38.5px 72px;
          background-color: #EEEFEE;
          background-repeat: no-repeat;
          background-position: 50% 50%;
          width: 64px;
          height: 72px;
          position: absolute;
          bottom: -54px;
          left: 50%;
          margin-left: -32px; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.routine section.routine-recommend > .site section.routine-recommend-01:after {
              border-width: calc(4 / 320 * 100vw);
              background-size: calc(21 / 320 * 100vw) calc(41 / 320 * 100vw);
              width: calc(37 / 320 * 100vw);
              height: calc(41 / 320 * 100vw);
              bottom: calc(-30 / 320 * 100vw);
              width: calc(37 / 320 * 100vw);
              height: calc(41 / 320 * 100vw); } }
        main#skywater.top section.routine section.routine-recommend > .site section.routine-recommend-01 .copy {
          font-family: 'Zen Maru Gothic', sans-serif;
          font-weight: bold;
          position: absolute;
          top: -20px;
          left: 50%;
          transform: translateX(-50%);
          white-space: nowrap;
          font-size: 28px;
          letter-spacing: .06em;
          padding: 0 35px;
          background-color: #EEEFEE; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.routine section.routine-recommend > .site section.routine-recommend-01 .copy {
              top: calc(-10 / 320 * 100vw);
              font-size: calc(15 / 320 * 100vw);
              letter-spacing: .025em;
              padding: 0 calc(8 / 320 * 100vw); } }
          main#skywater.top section.routine section.routine-recommend > .site section.routine-recommend-01 .copy .wave {
            color: #306FB2;
            display: inline-block;
            position: relative; }
            main#skywater.top section.routine section.routine-recommend > .site section.routine-recommend-01 .copy .wave:after {
              content: "";
              background-image: url("../images/top/routine_recommend_01_copy_wave.png");
              background-size: 100% 100%;
              position: absolute;
              bottom: -14px;
              left: 0;
              right: 0;
              display: block;
              height: 8px; }
              @media screen and (max-width: 767px) {
                main#skywater.top section.routine section.routine-recommend > .site section.routine-recommend-01 .copy .wave:after {
                  bottom: calc(-8 / 320 * 100vw);
                  height: calc(3 / 320 * 100vw); } }
        main#skywater.top section.routine section.routine-recommend > .site section.routine-recommend-01 ul {
          display: flex;
          flex-wrap: wrap;
          max-width: 923px;
          margin: 0 auto; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.routine section.routine-recommend > .site section.routine-recommend-01 ul {
              margin: 0 calc(-10 / 320 * 100vw) calc(-20 / 320 * 100vw); } }
          main#skywater.top section.routine section.routine-recommend > .site section.routine-recommend-01 ul li {
            width: 25%;
            padding: 0 25px; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.routine section.routine-recommend > .site section.routine-recommend-01 ul li {
                width: 50%;
                padding: 0 calc(10 / 320 * 100vw) calc(20 / 320 * 100vw); } }
            main#skywater.top section.routine section.routine-recommend > .site section.routine-recommend-01 ul li img {
              width: 100%;
              border-radius: 10px; }
            main#skywater.top section.routine section.routine-recommend > .site section.routine-recommend-01 ul li p {
              text-align: center;
              margin-top: 18px;
              font-family: 'Zen Maru Gothic', sans-serif;
              font-weight: bold;
              font-size: 15px;
              letter-spacing: .02em; }
              @media screen and (max-width: 767px) {
                main#skywater.top section.routine section.routine-recommend > .site section.routine-recommend-01 ul li p {
                  font-size: calc(12 / 320 * 100vw);
                  line-height: calc(20 / 320 * 100vw);
                  letter-spacing: .06em;
                  margin-top: calc(8 / 320 * 100vw); } }
      main#skywater.top section.routine section.routine-recommend > .site section.routine-recommend-02 {
        margin-top: 73px; }
        @media screen and (max-width: 767px) {
          main#skywater.top section.routine section.routine-recommend > .site section.routine-recommend-02 {
            margin-top: calc(40 / 320 * 100vw); } }
        main#skywater.top section.routine section.routine-recommend > .site section.routine-recommend-02 .copy {
          position: relative;
          font-family: 'Zen Maru Gothic', sans-serif;
          font-weight: bold;
          position: relative;
          text-align: center;
          font-size: 26px;
          line-height: 70px;
          border: 1px solid #306FB2;
          margin-bottom: 40px;
          border-radius: 20px;
          padding: 0 40px; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.routine section.routine-recommend > .site section.routine-recommend-02 .copy {
              font-size: calc(15 / 320 * 100vw);
              line-height: calc(26 / 320 * 100vw);
              padding: calc(25 / 320 * 100vw) calc(15 / 320 * 100vw) 0;
              margin-bottom: calc(20 / 320 * 100vw);
              border: none;
              background-image: url("../images/top/routine_recommend_02_bg.png");
              background-size: 100% 100%;
              height: calc(102 / 320 * 100vw); } }
          main#skywater.top section.routine section.routine-recommend > .site section.routine-recommend-02 .copy:before {
            content: "";
            display: block;
            background-image: url("../images/top/routine_recommend_02_chage.png");
            background-size: 100% 100%;
            width: 136px;
            height: 31px;
            position: absolute;
            top: -20px;
            right: 35px; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.routine section.routine-recommend > .site section.routine-recommend-02 .copy:before {
                display: none; } }
          main#skywater.top section.routine section.routine-recommend > .site section.routine-recommend-02 .copy:after {
            content: "";
            display: block;
            background-image: url("../images/top/routine_recommend_02_fukidashi.png");
            background-repeat: no-repeat;
            background-size: 21px 21px;
            width: 42px;
            height: 21px;
            position: absolute;
            left: calc(50% - 21px);
            bottom: -21px;
            background-color: #EEEFEE; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.routine section.routine-recommend > .site section.routine-recommend-02 .copy:after {
                display: none; } }
        main#skywater.top section.routine section.routine-recommend > .site section.routine-recommend-02 figure {
          margin: 0 auto;
          max-width: 945px; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.routine section.routine-recommend > .site section.routine-recommend-02 figure {
              width: calc(280 / 320 * 100vw); } }
          main#skywater.top section.routine section.routine-recommend > .site section.routine-recommend-02 figure img {
            width: 100%; }
    main#skywater.top section.routine section.routine-recommend section.routine-recommend-03 {
      position: relative;
      padding: 60px 0;
      margin-top: 73px; }
      @media screen and (max-width: 767px) {
        main#skywater.top section.routine section.routine-recommend section.routine-recommend-03 {
          margin-top: calc(40 / 320 * 100vw);
          padding: calc(45 / 320 * 100vw) 0 calc(25 / 320 * 100vw); } }
      main#skywater.top section.routine section.routine-recommend section.routine-recommend-03:before {
        content: "";
        width: calc(100% - 40px);
        max-width: 980px;
        margin: 0 auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 1px solid #306FB2;
        border-radius: 20px; }
      main#skywater.top section.routine section.routine-recommend section.routine-recommend-03 > p.copy {
        font-family: 'Zen Maru Gothic', sans-serif;
        font-weight: bold;
        letter-spacing: .02em;
        position: absolute;
        top: -22px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 26px;
        line-height: 45px;
        letter-spacing: .02em;
        text-align: center;
        padding: 0 56px;
        background-color: #fff;
        white-space: nowrap;
        background-color: #EEEFEE; }
        @media screen and (max-width: 767px) {
          main#skywater.top section.routine section.routine-recommend section.routine-recommend-03 > p.copy {
            font-size: calc(16 / 320 * 100vw);
            line-height: calc(26 / 320 * 100vw);
            letter-spacing: 0;
            padding: 0 calc(20 / 320 * 100vw);
            top: calc(-26 / 320 * 100vw); } }
      main#skywater.top section.routine section.routine-recommend section.routine-recommend-03 figure {
        background-color: #fff;
        background-image: url("../images/top/routine_recommend_03_bg.jpg");
        background-position: 100% 50%;
        background-repeat: no-repeat;
        background-size: auto 320px;
        height: 320px;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 767px) {
          main#skywater.top section.routine section.routine-recommend section.routine-recommend-03 figure {
            background-image: url("../images/top/routine_recommend_03_bg_sp.jpg");
            background-size: auto 100%;
            height: calc(158 / 320 * 100vw); } }
        main#skywater.top section.routine section.routine-recommend section.routine-recommend-03 figure .site {
          width: calc(100% - 140px);
          max-width: 824px; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.routine section.routine-recommend section.routine-recommend-03 figure .site {
              width: calc(100% - calc(64 / 320 * 100vw)); } }
          main#skywater.top section.routine section.routine-recommend section.routine-recommend-03 figure .site img {
            width: 451px; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.routine section.routine-recommend section.routine-recommend-03 figure .site img {
                width: calc(180 / 320 * 100vw); } }
main#skywater.top nav.banner2 {
  position: relative;
  background-color: #EEEFEE;
  padding-bottom: 20px;
  background-image: url("../images/bg_wave_w.png");
  background-size: auto 118px;
  background-position: 50% 100%;
  background-repeat: repeat-x;
  height: 158px;
  margin-bottom: -60px; }
  @media screen and (max-width: 767px) {
    main#skywater.top nav.banner2 {
      padding-bottom: 0;
      background-size: auto calc(30 / 320 * 100vw);
      background-position: 50% 50%;
      height: calc(30 / 320 * 100vw);
      margin-bottom: calc(0 / 320 * 100vw); } }
  @media screen and (max-width: 767px) {
    main#skywater.top nav.banner2:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: calc(50% - (15 / 320 * 100vw));
      background-color: #F8F8F8; } }
  main#skywater.top nav.banner2 > .site {
    position: relative;
    width: calc(100% - 40px);
    max-width: 980px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      main#skywater.top nav.banner2 > .site {
        width: calc(280 / 320 * 100vw); } }
    main#skywater.top nav.banner2 > .site .banner a {
      transition: all ease .3s; }
      main#skywater.top nav.banner2 > .site .banner a:hover {
        opacity: .6; }
      main#skywater.top nav.banner2 > .site .banner a img {
        width: 100%; }
main#skywater.top section.diagnosis {
  padding-top: 60px;
  padding-bottom: 180px;
  background-image: url("../images/bg_wave_g.png");
  background-size: auto 118px;
  background-position: 50% 100%;
  background-repeat: repeat-x; }
  @media screen and (max-width: 767px) {
    main#skywater.top section.diagnosis {
      padding-top: calc(60 / 320 * 100vw);
      background-size: auto calc(30 / 320 * 100vw);
      padding-top: calc(60 / 320 * 100vw);
      padding-bottom: calc(96 / 320 * 100vw); } }
  main#skywater.top section.diagnosis .site {
    width: calc(100% - 40px);
    max-width: 980px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      main#skywater.top section.diagnosis .site {
        width: calc(280 / 320 * 100vw); } }
    main#skywater.top section.diagnosis .site header {
      position: relative;
      text-align: center;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        main#skywater.top section.diagnosis .site header {
          margin-bottom: calc(35 / 320 * 100vw); } }
      main#skywater.top section.diagnosis .site header p {
        font-family: 'Quicksand', sans-serif;
        font-weight: bold;
        font-size: 22px;
        margin-bottom: 24px;
        text-align: center;
        letter-spacing: .06em; }
      main#skywater.top section.diagnosis .site header h2 {
        position: relative;
        font-family: 'Zen Maru Gothic', sans-serif;
        font-weight: bold;
        font-size: 36px;
        line-height: 44px;
        letter-spacing: .064em; }
        @media screen and (max-width: 767px) {
          main#skywater.top section.diagnosis .site header h2 {
            font-size: calc(26 / 320 * 100vw);
            line-height: calc(45 / 320 * 100vw); } }
        main#skywater.top section.diagnosis .site header h2:before {
          content: "";
          display: block;
          background-color: #c0bebe;
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          height: 1px; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.diagnosis .site header h2:before {
              display: none; } }
        main#skywater.top section.diagnosis .site header h2 .inner {
          position: relative;
          display: inline-block;
          padding: 0 64px;
          background-color: #F8F8F8; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.diagnosis .site header h2 .inner {
              padding: 0; } }
          main#skywater.top section.diagnosis .site header h2 .inner .no {
            display: inline-block;
            font-size: 40px;
            font-family: 'Quicksand', sans-serif;
            font-weight: bold; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.diagnosis .site header h2 .inner .no {
                font-size: calc(26 / 320 * 100vw);
                line-height: calc(45 / 320 * 100vw); } }
          main#skywater.top section.diagnosis .site header h2 .inner .marker {
            display: inline-block;
            background-image: linear-gradient(transparent 80%, #FCE363 0%);
            margin-right: 4px; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.diagnosis .site header h2 .inner .marker {
                background-image: linear-gradient(transparent 90%, #FCE363 0%);
                height: calc(38 / 320 * 100vw);
                margin-right: 0; } }
          main#skywater.top section.diagnosis .site header h2 .inner .dot {
            position: relative;
            display: inline-block; }
            main#skywater.top section.diagnosis .site header h2 .inner .dot:after {
              content: "";
              border: 2px solid #707070;
              background-color: #fff;
              width: 7px;
              height: 7px;
              position: absolute;
              top: -8px;
              left: 50%;
              margin-left: -3px;
              display: block;
              border-radius: 50%; }
              @media screen and (max-width: 767px) {
                main#skywater.top section.diagnosis .site header h2 .inner .dot:after {
                  width: calc(6 / 320 * 100vw);
                  height: calc(6 / 320 * 100vw);
                  top: calc(0 / 320 * 100vw); } }
    main#skywater.top section.diagnosis .site .lead {
      margin-top: 35px;
      font-size: 15px;
      line-height: 26px;
      font-weight: bold;
      letter-spacing: .06em;
      text-align: center; }
      @media screen and (max-width: 767px) {
        main#skywater.top section.diagnosis .site .lead {
          margin-top: calc(30 / 320 * 100vw);
          font-size: calc(12 / 320 * 100vw);
          line-height: calc(20 / 320 * 100vw);
          text-align: left; } }
    main#skywater.top section.diagnosis .site figure {
      max-width: 680px;
      margin: 0 auto;
      margin-top: 40px; }
      @media screen and (max-width: 767px) {
        main#skywater.top section.diagnosis .site figure {
          margin: 0 calc(-10 / 320 * 100vw);
          margin-top: calc(25 / 320 * 100vw);
          max-width: none; } }
      main#skywater.top section.diagnosis .site figure img {
        width: 100%; }
    main#skywater.top section.diagnosis .site ul.result {
      display: flex;
      margin: 0 -12px;
      margin-top: 64px; }
      @media screen and (max-width: 767px) {
        main#skywater.top section.diagnosis .site ul.result {
          display: block;
          margin: 0;
          margin-top: calc(64 / 320 * 100vw); } }
      main#skywater.top section.diagnosis .site ul.result li {
        width: 33.333333%;
        padding: 0 12px; }
        @media screen and (max-width: 767px) {
          main#skywater.top section.diagnosis .site ul.result li {
            margin-top: calc(56 / 320 * 100vw);
            padding: 0;
            width: 100%; } }
        main#skywater.top section.diagnosis .site ul.result li .wrapper {
          position: relative;
          border: 6px solid #306FB2;
          border-radius: 20px;
          padding: 57px 24px 24px;
          height: 100%;
          background-color: #FFFFFF; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.diagnosis .site ul.result li .wrapper {
              border: calc(6 / 320 * 100vw) solid #306FB2;
              border-radius: calc(20 / 320 * 100vw);
              padding: calc(50 / 320 * 100vw) calc(20 / 320 * 100vw) calc(28 / 320 * 100vw); } }
          main#skywater.top section.diagnosis .site ul.result li .wrapper p.marker {
            position: absolute;
            width: 90px;
            top: -48px;
            left: 50%;
            margin-left: -45px; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.diagnosis .site ul.result li .wrapper p.marker {
                width: calc(80 / 320 * 100vw);
                top: calc(-43 / 320 * 100vw);
                margin-left: calc(-40 / 320 * 100vw); } }
            main#skywater.top section.diagnosis .site ul.result li .wrapper p.marker img {
              width: 100%; }
          main#skywater.top section.diagnosis .site ul.result li .wrapper p.subcopy {
            font-family: 'Zen Maru Gothic', sans-serif;
            font-weight: bold;
            font-size: 14px;
            line-height: 1;
            letter-spacing: .02em;
            margin-bottom: 16px;
            text-align: center; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.diagnosis .site ul.result li .wrapper p.subcopy {
                font-size: calc(12 / 320 * 100vw);
                margin-bottom: calc(10 / 320 * 100vw); } }
          main#skywater.top section.diagnosis .site ul.result li .wrapper p.copy {
            font-family: 'Zen Maru Gothic', sans-serif;
            font-weight: bold;
            font-size: 22px;
            line-height: 1;
            letter-spacing: 0;
            text-align: center; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.diagnosis .site ul.result li .wrapper p.copy {
                font-size: calc(20 / 320 * 100vw); } }
          main#skywater.top section.diagnosis .site ul.result li .wrapper p.icon {
            line-height: 1;
            margin: 16px 0;
            height: 40px;
            position: relative; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.diagnosis .site ul.result li .wrapper p.icon {
                margin: calc(10 / 320 * 100vw);
                height: calc(36 / 320 * 100vw); } }
            main#skywater.top section.diagnosis .site ul.result li .wrapper p.icon:before {
              content: "";
              display: block;
              background-color: #306FB2;
              height: 3px;
              position: absolute;
              top: calc(50% - 1px);
              left: 0;
              right: 0; }
            main#skywater.top section.diagnosis .site ul.result li .wrapper p.icon span {
              position: relative;
              margin: 0 auto;
              display: flex;
              justify-content: center;
              align-items: center;
              height: 40px;
              width: 78px;
              background-color: #FFFFFF; }
              @media screen and (max-width: 767px) {
                main#skywater.top section.diagnosis .site ul.result li .wrapper p.icon span {
                  height: calc(36 / 320 * 100vw);
                  width: calc(70 / 320 * 100vw); } }
          main#skywater.top section.diagnosis .site ul.result li .wrapper p {
            font-size: 15px;
            line-height: 26px;
            letter-spacing: .02em; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.diagnosis .site ul.result li .wrapper p {
                font-size: calc(12 / 320 * 100vw);
                line-height: calc(20 / 320 * 100vw); } }
        main#skywater.top section.diagnosis .site ul.result li:nth-child(1) .icon img {
          width: 29.14px; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.diagnosis .site ul.result li:nth-child(1) .icon img {
              width: calc(26 / 320 * 100vw); } }
        main#skywater.top section.diagnosis .site ul.result li:nth-child(2) .icon img {
          width: 29.5px; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.diagnosis .site ul.result li:nth-child(2) .icon img {
              width: calc(26 / 320 * 100vw); } }
        main#skywater.top section.diagnosis .site ul.result li:nth-child(3) .icon img {
          width: 28px; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.diagnosis .site ul.result li:nth-child(3) .icon img {
              width: calc(26 / 320 * 100vw); } }
main#skywater.top section.type {
  position: relative;
  background-color: #EEEFEE;
  background-image: url("../images/bg_wave_w.png");
  background-size: auto 118px;
  background-position: 50% calc(100% - 176px);
  background-repeat: repeat-x;
  padding-bottom: 90px; }
  @media screen and (max-width: 767px) {
    main#skywater.top section.type {
      background-size: auto calc(30/ 320 * 100vw);
      background-position: 50% calc(100% - (112 / 320 * 100vw));
      padding-top: calc(50 / 320 * 100vw);
      padding-bottom: 0; } }
  main#skywater.top section.type:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 176px;
    background-color: #F8F8F8;
    display: block; }
    @media screen and (max-width: 767px) {
      main#skywater.top section.type:before {
        height: calc(112 / 320 * 100vw); } }
  main#skywater.top section.type .site {
    position: relative;
    width: calc(100% - 40px);
    max-width: 980px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      main#skywater.top section.type .site {
        width: calc(280 / 320 * 100vw); } }
    main#skywater.top section.type .site header {
      position: relative;
      text-align: center;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        main#skywater.top section.type .site header {
          margin-bottom: calc(35 / 320 * 100vw); } }
      main#skywater.top section.type .site header p {
        font-family: 'Quicksand', sans-serif;
        font-weight: bold;
        font-size: 22px;
        margin-bottom: 24px;
        text-align: center;
        letter-spacing: .06em; }
      main#skywater.top section.type .site header h2 {
        position: relative;
        font-family: 'Zen Maru Gothic', sans-serif;
        font-weight: bold;
        font-size: 36px;
        line-height: 44px;
        letter-spacing: .064em; }
        @media screen and (max-width: 767px) {
          main#skywater.top section.type .site header h2 {
            font-size: calc(26 / 320 * 100vw);
            line-height: calc(45 / 320 * 100vw); } }
        main#skywater.top section.type .site header h2:before {
          content: "";
          display: block;
          background-color: #c0bebe;
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          height: 1px; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.type .site header h2:before {
              display: none; } }
        main#skywater.top section.type .site header h2 .inner {
          position: relative;
          display: inline-block;
          padding: 0 64px;
          background-color: #EEEFEE; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.type .site header h2 .inner {
              padding: 0; } }
          main#skywater.top section.type .site header h2 .inner .no {
            display: inline-block;
            font-size: 40px;
            font-family: 'Quicksand', sans-serif;
            font-weight: bold; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.type .site header h2 .inner .no {
                font-size: calc(26 / 320 * 100vw);
                line-height: calc(45 / 320 * 100vw); } }
          main#skywater.top section.type .site header h2 .inner .marker {
            display: inline-block;
            background-image: linear-gradient(transparent 80%, #FCE363 0%);
            margin-right: 4px; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.type .site header h2 .inner .marker {
                background-image: linear-gradient(transparent 90%, #FCE363 0%);
                height: calc(38 / 320 * 100vw);
                margin-right: 0; } }
          main#skywater.top section.type .site header h2 .inner .dot {
            position: relative;
            display: inline-block; }
            main#skywater.top section.type .site header h2 .inner .dot:after {
              content: "";
              border: 2px solid #707070;
              background-color: #fff;
              width: 7px;
              height: 7px;
              position: absolute;
              top: -8px;
              left: 50%;
              margin-left: -3px;
              display: block;
              border-radius: 50%; }
              @media screen and (max-width: 767px) {
                main#skywater.top section.type .site header h2 .inner .dot:after {
                  width: calc(6 / 320 * 100vw);
                  height: calc(6 / 320 * 100vw);
                  top: calc(0 / 320 * 100vw); } }
    main#skywater.top section.type .site .lead {
      margin-top: 35px;
      font-size: 15px;
      line-height: 26px;
      letter-spacing: .06em;
      font-weight: bold;
      text-align: center; }
      @media screen and (max-width: 767px) {
        main#skywater.top section.type .site .lead {
          margin-top: calc(30 / 320 * 100vw);
          font-size: calc(12 / 320 * 100vw);
          line-height: calc(20 / 320 * 100vw);
          padding: 0 calc(10 / 320 * 100vw);
          text-align: left; } }
    main#skywater.top section.type .site section.product {
      max-width: 768px;
      margin: 0 auto;
      margin-top: 50px; }
      @media screen and (max-width: 767px) {
        main#skywater.top section.type .site section.product {
          max-width: none;
          margin-top: calc(40 / 320 * 100vw); } }
      main#skywater.top section.type .site section.product .wrapper {
        border-radius: 20px;
        padding: 33px 50px 45px;
        color: #fff; }
        @media screen and (max-width: 767px) {
          main#skywater.top section.type .site section.product .wrapper {
            border-radius: calc(20 / 320 * 100vw);
            margin-top: calc(40 / 320 * 100vw);
            padding: calc(35 / 320 * 100vw) calc(15 / 320 * 100vw) calc(25 / 320 * 100vw); } }
        main#skywater.top section.type .site section.product .wrapper .purpose {
          position: relative;
          font-family: 'Zen Maru Gothic', sans-serif;
          font-weight: bold;
          font-size: 26px;
          font-weight: bold;
          letter-spacing: .04em;
          text-align: center; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.type .site section.product .wrapper .purpose {
              font-size: calc(14 / 320 * 100vw);
              letter-spacing: .06em;
              margin: 0 calc(-15 / 320 * 100vw); } }
          main#skywater.top section.type .site section.product .wrapper .purpose:before {
            content: "";
            display: block;
            height: 2px;
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            margin-top: -1px;
            background-color: #fff;
            border-radius: 1px; }
          main#skywater.top section.type .site section.product .wrapper .purpose .inner {
            position: relative;
            padding: 0 35px;
            display: inline-block; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.type .site section.product .wrapper .purpose .inner {
                min-width: calc(240 / 320 * 100vw);
                padding: 0 calc(20 / 320 * 100vw);
                margin: 0 auto; } }
        main#skywater.top section.type .site section.product .wrapper .skywater {
          margin-top: 23px;
          text-align: center; }
          main#skywater.top section.type .site section.product .wrapper .skywater img {
            width: 359px; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.type .site section.product .wrapper .skywater img {
                width: calc(230 / 320 * 100vw); } }
        main#skywater.top section.type .site section.product .wrapper .taste {
          position: relative;
          line-height: 48px;
          border-radius: 24px;
          background-color: #fff;
          font-size: 22px;
          font-weight: bold;
          text-align: center;
          margin-top: 20px; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.type .site section.product .wrapper .taste {
              font-size: calc(12 / 320 * 100vw);
              line-height: calc(28 / 320 * 100vw);
              border-radius: calc(14 / 320 * 100vw);
              margin-top: calc(20 / 320 * 100vw); } }
          main#skywater.top section.type .site section.product .wrapper .taste span {
            display: block;
            width: 145px;
            border: 1px solid transparent;
            border-radius: 13px;
            line-height: 24px;
            font-size: 14px;
            text-align: center;
            right: 12px;
            position: absolute;
            top: 50%;
            margin-top: -13px; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.type .site section.product .wrapper .taste span {
                font-size: calc(9 / 320 * 100vw);
                width: calc(86 / 320 * 100vw);
                line-height: calc(14 / 320 * 100vw);
                right: calc(6 / 320 * 100vw);
                margin-top: calc(-8 / 320 * 100vw); } }
        main#skywater.top section.type .site section.product .wrapper .content {
          position: relative;
          padding-right: 254px;
          margin-top: 25px; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.type .site section.product .wrapper .content {
              padding-right: 0;
              margin-top: calc(20 / 320 * 100vw); } }
          main#skywater.top section.type .site section.product .wrapper .content .point {
            display: flex;
            justify-content: center; }
            main#skywater.top section.type .site section.product .wrapper .content .point li {
              position: relative;
              width: 96px;
              height: 96px;
              margin: 0 5px;
              display: flex;
              justify-content: center;
              align-items: center;
              text-align: center;
              border: 1px solid #fff;
              border-radius: 50%;
              font-family: 'Zen Maru Gothic', sans-serif;
              font-weight: bold;
              font-size: 14px;
              line-height: 19px; }
              @media screen and (max-width: 767px) {
                main#skywater.top section.type .site section.product .wrapper .content .point li {
                  font-size: calc(9 / 320 * 100vw);
                  line-height: calc(11 / 320 * 100vw);
                  width: calc(58 / 320 * 100vw);
                  height: calc(58 / 320 * 100vw);
                  margin: 0 calc(4 / 320 * 100vw); } }
              main#skywater.top section.type .site section.product .wrapper .content .point li.badge {
                border: none; }
                main#skywater.top section.type .site section.product .wrapper .content .point li.badge img {
                  width: 101px; }
                  @media screen and (max-width: 767px) {
                    main#skywater.top section.type .site section.product .wrapper .content .point li.badge img {
                      width: calc(60 / 320 * 100vw); } }
          main#skywater.top section.type .site section.product .wrapper .content .description {
            font-size: 15px;
            line-height: 24px;
            letter-spacing: .06em;
            margin-top: 18px; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.type .site section.product .wrapper .content .description {
                font-size: calc(12 / 320 * 100vw);
                line-height: calc(20 / 320 * 100vw);
                margin-top: calc(10 / 320 * 100vw); } }
            main#skywater.top section.type .site section.product .wrapper .content .description .small {
              font-size: 12px; }
              @media screen and (max-width: 767px) {
                main#skywater.top section.type .site section.product .wrapper .content .description .small {
                  font-size: calc(10 / 320 * 100vw); } }
          main#skywater.top section.type .site section.product .wrapper .content figure {
            position: absolute;
            top: 10px;
            right: 0;
            width: 230px;
            text-align: center; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.type .site section.product .wrapper .content figure {
                position: relative;
                top: auto;
                right: auto;
                width: calc(198 / 320 * 100vw);
                margin: 0 auto;
                margin-top: calc(10 / 320 * 100vw); } }
            main#skywater.top section.type .site section.product .wrapper .content figure img:nth-child(1) {
              width: 100%; }
            main#skywater.top section.type .site section.product .wrapper .content figure img:nth-child(2) {
              width: 195px;
              margin-top: 40px; }
              @media screen and (max-width: 767px) {
                main#skywater.top section.type .site section.product .wrapper .content figure img:nth-child(2) {
                  width: calc(148 / 320 * 100vw);
                  margin-top: calc(16 / 320 * 100vw); } }
          main#skywater.top section.type .site section.product .wrapper .content .composition {
            margin-top: 18px;
            font-size: 12px;
            line-height: 18px; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.type .site section.product .wrapper .content .composition {
                margin-top: calc(20 / 320 * 100vw);
                font-size: calc(10 / 320 * 100vw);
                line-height: calc(14 / 320 * 100vw); } }
            main#skywater.top section.type .site section.product .wrapper .content .composition .small {
              font-size: 9px;
              line-height: 1; }
              @media screen and (max-width: 767px) {
                main#skywater.top section.type .site section.product .wrapper .content .composition .small {
                  font-size: calc(8 / 320 * 100vw); } }
            main#skywater.top section.type .site section.product .wrapper .content .composition > p {
              font-size: 14px;
              line-height: 1;
              margin-bottom: 8px; }
              @media screen and (max-width: 767px) {
                main#skywater.top section.type .site section.product .wrapper .content .composition > p {
                  font-size: calc(11 / 320 * 100vw);
                  margin-bottom: calc(5 / 320 * 100vw); } }
            main#skywater.top section.type .site section.product .wrapper .content .composition .cols {
              display: flex;
              padding-top: 1px;
              padding-left: 1px; }
              main#skywater.top section.type .site section.product .wrapper .content .composition .cols .col {
                width: 50%; }
                main#skywater.top section.type .site section.product .wrapper .content .composition .cols .col dl {
                  border: 1px solid #fff;
                  padding: 5px 10px;
                  margin-top: -1px;
                  margin-left: -1px; }
                  @media screen and (max-width: 767px) {
                    main#skywater.top section.type .site section.product .wrapper .content .composition .cols .col dl {
                      padding: calc(2.5 / 320 * 100vw) calc(5 / 320 * 100vw); } }
                  main#skywater.top section.type .site section.product .wrapper .content .composition .cols .col dl:after {
                    content: "";
                    display: block;
                    clear: both; }
                  main#skywater.top section.type .site section.product .wrapper .content .composition .cols .col dl dt {
                    float: left;
                    clear: both; }
                  main#skywater.top section.type .site section.product .wrapper .content .composition .cols .col dl dd {
                    float: right; }
                main#skywater.top section.type .site section.product .wrapper .content .composition .cols .col dl + dl {
                  border: 1px solid transparent; }
      main#skywater.top section.type .site section.product section {
        position: relative;
        margin-top: 44px;
        border: 1px solid #fff;
        border-radius: 20px;
        padding: 35px 40px 30px; }
        @media screen and (max-width: 767px) {
          main#skywater.top section.type .site section.product section {
            margin-top: calc(38 / 320 * 100vw);
            padding: calc(20 / 320 * 100vw) calc(30 / 320 * 100vw); } }
        main#skywater.top section.type .site section.product section .title {
          position: absolute;
          font-family: 'Zen Maru Gothic', sans-serif;
          font-weight: bold;
          font-size: 18px;
          color: #fff;
          padding: 0 26px;
          background-color: #0082CA;
          left: 50%;
          top: -10px;
          transform: translateX(-50%); }
          @media screen and (max-width: 767px) {
            main#skywater.top section.type .site section.product section .title {
              font-size: calc(18 / 320 * 100vw);
              padding: 0 calc(26 / 320 * 100vw);
              top: calc(-10 / 320 * 100vw); } }
        main#skywater.top section.type .site section.product section dl {
          margin-bottom: -5px; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.type .site section.product section dl {
              margin-bottom: calc(-15 / 320 * 100vw); } }
          main#skywater.top section.type .site section.product section dl dt {
            float: left;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: .06em;
            width: 155px;
            position: relative; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.type .site section.product section dl dt {
                float: none;
                width: auto;
                font-size: calc(13 / 320 * 100vw); } }
            main#skywater.top section.type .site section.product section dl dt:after {
              content: "：";
              position: absolute;
              top: 0;
              right: 0; }
              @media screen and (max-width: 767px) {
                main#skywater.top section.type .site section.product section dl dt:after {
                  position: relative;
                  top: auto;
                  right: auto; } }
          main#skywater.top section.type .site section.product section dl dd {
            padding-left: 166px;
            font-size: 14px;
            line-height: 24px;
            letter-spacing: .06em;
            padding-bottom: 5px; }
            @media screen and (max-width: 767px) {
              main#skywater.top section.type .site section.product section dl dd {
                padding-left: 0;
                font-size: calc(12 / 320 * 100vw);
                line-height: calc(19 / 320 * 100vw);
                margin-top: calc(4 / 320 * 100vw);
                padding-bottom: calc(15 / 320 * 100vw); } }
    main#skywater.top section.type .site section.type-01 .wrapper {
      background-color: #0082CA; }
      main#skywater.top section.type .site section.type-01 .wrapper .purpose .inner {
        background-color: #0082CA; }
      main#skywater.top section.type .site section.type-01 .wrapper .taste {
        color: #0082CA;
        text-align: left;
        padding-left: calc(24 / 320 * 100vw); }
        main#skywater.top section.type .site section.type-01 .wrapper .taste span {
          border-color: #0082CA; }
    main#skywater.top section.type .site section.type-02 .wrapper {
      background-color: #AF5FB9; }
      main#skywater.top section.type .site section.type-02 .wrapper .purpose .inner {
        background-color: #AF5FB9; }
      main#skywater.top section.type .site section.type-02 .wrapper .taste {
        color: #AF5FB9; }
    main#skywater.top section.type .site section.type-03 .wrapper {
      background-color: #F273AF; }
      main#skywater.top section.type .site section.type-03 .wrapper .purpose .inner {
        background-color: #F273AF; }
      main#skywater.top section.type .site section.type-03 .wrapper .taste {
        color: #F273AF; }
      main#skywater.top section.type .site section.type-03 .wrapper .content .composition .cols {
        display: flex; }
        main#skywater.top section.type .site section.type-03 .wrapper .content .composition .cols .col {
          width: 33.333333%; }
          @media screen and (max-width: 767px) {
            main#skywater.top section.type .site section.type-03 .wrapper .content .composition .cols .col {
              width: 50%; } }
