@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap);
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:100,300,400,500,700,800,900&display=swap");
/*  -------------------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------------------- */
* {
  padding: 0;
  margin: 0; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  color: #000000; }

@media print {
  body {
    width: 1200px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0; } }
#content {
  margin: 0 auto; }

.wrap {
  max-width: 1100px;
  margin: 0 auto; }
  @media (max-width: 1025px) {
    .wrap {
      max-width: 94%;
      padding: 0 0 0 0; }
      .wrap img {
        width: 100%; } }
  @media (max-width: 735px) {
    .wrap {
      max-width: 90%; } }

/*  -------------------------------------------------------------------------------------------------------- */
/* hタイトル */
/*  -------------------------------------------------------------------------------------------------------- */
.titleType_eg {
  font-size: 2rem;
  font-family: 'Century Gothic', 'Questrial' , sans-serif !important;
  color: #2c5064;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 30px;
  letter-spacing: 0.4rem; }
  @media (max-width: 1025px) {
    .titleType_eg {
      font-size: 1.8rem; } }
  @media (max-width: 735px) {
    .titleType_eg {
      font-size: 1.45rem;
      letter-spacing: 0.3rem;
      margin: 0 auto 20px; } }

.titleTxt {
  font-size: 1.8rem;
  color: #35bbb1;
  font-weight: 500;
  margin: 0 0 20px; }
  @media (max-width: 1025px) {
    .titleTxt {
      font-size: 1.6rem;
      margin: 0 0 15px; } }
  @media (max-width: 735px) {
    .titleTxt {
      font-size: 1.3rem;
      margin: 0 0 0.8rem; } }

.titleBlock {
  background: #e6edf5;
  width: 100%; }

.shape {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  width: 860px;
  padding: 40px 0; }
  @media (max-width: 1025px) {
    .shape {
      width: 70%;
      padding: 30px 0; } }
  @media (max-width: 735px) {
    .shape {
      width: 70%;
      padding: 20px 0; } }
  .shape:before {
    transform: skewX(-45deg);
    content: "";
    /*ボックスを作る*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #1e445b; }
    @media (max-width: 735px) {
      .shape:before {
        transform: skewX(-30deg); } }

.shapeTxt {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500; }
  .shapeTxt span.yellow {
    color: #ffff26; }
  .shapeTxt span.txtB_ {
    font-size: 150%; }
  @media (max-width: 1025px) {
    .shapeTxt {
      font-size: 1.5rem; } }
  @media (max-width: 735px) {
    .shapeTxt {
      font-size: 1.2rem; } }

.subT_sh {
  font-family: 'Century Gothic', 'Questrial' , sans-serif !important;
  font-size: 0.8rem;
  color: #fff;
  letter-spacing: 0.4rem;
  margin: 0 auto; }
  @media (max-width: 735px) {
    .subT_sh {
      font-size: 0.6rem; } }

/*  -------------------------------------------------------------------------------------------------------- */
/* ボタン */
/*  -------------------------------------------------------------------------------------------------------- */
.btn {
  margin: 0 auto 25px;
  position: relative;
  overflow: hidden;
  width: 260px;
  border-radius: 50px;
  transition: ease .2s;
  /*== 背景が流れる（斜め） */
  /*hoverした時のアニメーション*/ }
  @media (max-width: 1025px) {
    .btn {
      width: 180px;
      margin: 0 auto 15px; } }
  @media (max-width: 735px) {
    .btn {
      width: 48.5%;
      margin: 0 auto 0.5rem; } }
  .btn a {
    text-align: center;
    display: block;
    height: 75px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    background: #35bbb1;
    position: relative; }
    @media (max-width: 1025px) {
      .btn a {
        height: 60px;
        font-size: 94%; } }
    @media (max-width: 735px) {
      .btn a {
        width: 100%;
        height: 50px; } }
    .btn a:after {
      content: "";
      position: absolute;
      top: 50%;
      /* 縦軸をセンタリングする */
      right: 30px;
      transform: translateY(-50%);
      border-top: 7px solid #aee4e0;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent; }
      @media (max-width: 1025px) {
        .btn a:after {
          right: 20px; } }
      @media (max-width: 735px) {
        .btn a:after {
          right: 12px; } }
  .btn span {
    z-index: 300;
    position: sticky;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px; }
    @media (max-width: 1025px) {
      .btn span {
        height: 60px;
        line-height: 1.5; } }
    @media (max-width: 735px) {
      .btn span {
        height: 50px; } }
  .btn.bgskew a::before {
    content: '';
    /*絶対配置で位置を指定*/
    position: absolute;
    top: 0;
    left: -130%;
    /*色や形状*/
    background: #0f8d84;
    width: 120%;
    height: 100%;
    transform: skewX(-25deg); }
  .btn.bgskew a:hover::before {
    animation: skewanime .5s forwards;
    /*アニメーションの名前と速度を定義*/ }
@keyframes skewanime {
  100% {
    left: -10%;
    /*画面の見えていない左から右へ移動する終了地点*/ } }
  .btn.type2 {
    width: 300px; }
    .btn.type2 a {
      background: #c8ad57; }
      .btn.type2 a:after {
        content: "";
        position: absolute;
        top: 50%;
        /* 縦軸をセンタリングする */
        right: 30px;
        transform: translateY(-50%);
        border-left: 8px solid #fff;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent; }
        @media (max-width: 1025px) {
          .btn.type2 a:after {
            right: 20px; } }
        @media (max-width: 735px) {
          .btn.type2 a:after {
            right: 12px; } }
    .btn.type2.bgskew a::before {
      content: '';
      background: #c49e37; }
  .btn.type3 a:after {
    content: "";
    position: absolute;
    top: 50%;
    /* 縦軸をセンタリングする */
    right: 30px;
    transform: translateY(-50%);
    border-left: 8px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent; }
    @media (max-width: 1025px) {
      .btn.type3 a:after {
        right: 20px; } }
    @media (max-width: 735px) {
      .btn.type3 a:after {
        right: 12px; } }

/*  -------------------------------------------------------------------------------------------------------- */
#head {
  background: #fff;
  width: 100%;
  padding: 15px 0 10px; }
  @media (max-width: 1025px) {
    #head {
      padding: 10px 0 10px; } }
  #head .pcLogo {
    width: 30%;
    text-align: center;
    margin: auto; }
    #head .pcLogo img {
      width: 100%; }

/*  -------------------------------------------------------------------------------------------------------- */
#main {
  background: url("/img/usr/freepage/original_downket/mainImg.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 992px;
  background-position: center center;
  /*@media (min-width: 2000px) {min-height: 1200px;}
  @media (min-width: 2400px) {min-height: 1300px;}*/ }
  @media (max-width: 1200px) {
    #main {
      width: 100%; }
      #main img {
        width: 100%; } }
  @media (max-width: 1025px) {
    #main {
      height: 800px; } }
  @media (max-width: 735px) {
    #main {
      background: url("/img/usr/freepage/original_downket/mainImg_sp.jpg");
      max-width: 100%;
      background-size: 100%;
      height: 800px;
      min-height: 800px; } }
  @media (max-width: 550px) {
    #main {
      height: 790px;
      min-height: 790px; } }
  @media (max-width: 540px) {
    #main {
      height: 720px;
      min-height: 720px; } }
  @media (max-width: 500px) {
    #main {
      height: 700px;
      min-height: 700px; } }
  @media (max-width: 480px) {
    #main {
      height: 600px;
      min-height: 600px; } }
  @media (max-width: 400px) {
    #main {
      height: 540px;
      min-height: 540px; } }
  @media (max-width: 374px) {
    #main {
      height: 520px;
      min-height: 520px; } }
  #main .wrap {
    position: relative; }
  @media (max-width: 735px) {
    #main .spLogo {
      position: absolute;
      top: 0;
      left: inherit;
      background: #ffffff;
      padding: 13px 13px 8px 13px;
      box-sizing: border-box;
      width: 70px;
      right: 0; } }
  #main .mainTitle {
    position: absolute;
    left: 0%;
    top: 420px;
    max-width: 720px;
    z-index: 100; }
    @media (max-width: 1600px) {
      #main .mainTitle {
        left: 0%; } }
    @media (max-width: 1025px) {
      #main .mainTitle {
        top: 410px;
        width: 70%;
        left: 10%; }
        #main .mainTitle img {
          width: 100%; } }
    @media (max-width: 735px) {
      #main .mainTitle {
        max-width: 100%;
        width: 100%;
        top: 440px;
        left: 0%; } }
    @media (max-width: 500px) {
      #main .mainTitle {
        top: 310px; } }
    @media (max-width: 400px) {
      #main .mainTitle {
        top: 260px; } }
    @media (max-width: 374px) {
      #main .mainTitle {
        top: 260px; } }
    #main .mainTitle .mainBox01 {
      background: #e4d9cd;
      width: 565px;
      padding: 15px 15px 10px;
      border-radius: 10px;
      box-sizing: border-box;
      position: relative;
      color: #756155;
      text-align: center; }
      @media (max-width: 1025px) {
        #main .mainTitle .mainBox01 {
          width: 100%;
          padding: 15px 15px 10px 15px; } }
      @media (max-width: 735px) {
        #main .mainTitle .mainBox01 {
          padding: 10px 4% 5px 4%; } }
      #main .mainTitle .mainBox01 .subTxt {
        font-weight: 500;
        font-size: 160%;
        width: 100%;
        border-bottom: 1px solid #a59281;
        padding: 0 0 5px;
        margin: 0 auto 10px;
        text-align: center; }
        @media (max-width: 735px) {
          #main .mainTitle .mainBox01 .subTxt {
            font-size: 110%;
            margin: 0 auto 5px; } }
      #main .mainTitle .mainBox01 .color {
        color: #35bbb1; }
      #main .mainTitle .mainBox01 .flex_sub {
        display: flex;
        justify-content: center;
        align-items: center; }
      #main .mainTitle .mainBox01 .araeru {
        position: relative;
        font-size: 180%;
        margin-right: 10px; }
        @media (max-width: 1025px) {
          #main .mainTitle .mainBox01 .araeru {
            font-size: 160%; } }
        @media (max-width: 735px) {
          #main .mainTitle .mainBox01 .araeru {
            font-size: 150%; } }
        #main .mainTitle .mainBox01 .araeru:after {
          position: absolute;
          content: '';
          bottom: -22px;
          left: 0;
          display: block;
          width: 100%;
          height: 31px;
          background-image: url("/img/usr/freepage/original_downket/deco.png");
          background-size: contain;
          background-repeat: no-repeat; }
      #main .mainTitle .mainBox01 .subS {
        color: #a59281;
        font-size: 80%;
        margin: 10px auto; }
        @media (max-width: 1025px) {
          #main .mainTitle .mainBox01 .subS {
            font-size: 70%;
            margin: 5px auto; } }
        @media (max-width: 735px) {
          #main .mainTitle .mainBox01 .subS {
            font-size: 60%;
            margin: 2px auto; } }
      #main .mainTitle .mainBox01 .icon {
        position: absolute;
        left: -50px;
        top: -50px;
        z-index: 50;
        width: 146px;
        height: 146px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #35bbb1;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        font-weight: 500; }
        @media (max-width: 1215px) {
          #main .mainTitle .mainBox01 .icon {
            left: -50px;
            top: -50px;
            width: 20%; }
            #main .mainTitle .mainBox01 .icon img {
              width: 100%; } }
        @media (max-width: 1025px) {
          #main .mainTitle .mainBox01 .icon {
            width: 120px;
            height: 120px; }
            #main .mainTitle .mainBox01 .icon img {
              width: 100%; } }
        @media (max-width: 735px) {
          #main .mainTitle .mainBox01 .icon {
            width: 74px;
            height: 74px;
            left: -15px;
            top: -15px;
            font-size: 80%; }
            #main .mainTitle .mainBox01 .icon img {
              width: 100%; } }
      #main .mainTitle .mainBox01 .itemImg {
        text-align: center;
        margin: 20px auto 0px; }
        @media (max-width: 1215px) {
          #main .mainTitle .mainBox01 .itemImg {
            width: 50%; }
            #main .mainTitle .mainBox01 .itemImg img {
              width: 100%; } }
        @media (max-width: 1025px) {
          #main .mainTitle .mainBox01 .itemImg {
            width: 70%;
            margin: 10px auto 0px; }
            #main .mainTitle .mainBox01 .itemImg img {
              width: 100%; } }
      #main .mainTitle .mainBox01 .flex {
        width: 100%; }
        #main .mainTitle .mainBox01 .flex .child:nth-child(1) {
          width: 52%; }
          @media (max-width: 1025px) {
            #main .mainTitle .mainBox01 .flex .child:nth-child(1) {
              width: 47%;
              margin-right: 10px; } }
          @media (max-width: 735px) {
            #main .mainTitle .mainBox01 .flex .child:nth-child(1) {
              width: 48%;
              margin-right: 10px; } }
        #main .mainTitle .mainBox01 .flex .child:nth-child(2) {
          position: relative;
          width: 48%; }
          @media (max-width: 1025px) {
            #main .mainTitle .mainBox01 .flex .child:nth-child(2) {
              width: 50%; } }
          @media (max-width: 735px) {
            #main .mainTitle .mainBox01 .flex .child:nth-child(2) {
              width: 46%; } }
          #main .mainTitle .mainBox01 .flex .child:nth-child(2):before {
            content: "";
            display: inline-block;
            width: 1px;
            height: 110px;
            background-color: #b2b2b2;
            position: absolute;
            top: 10px;
            left: -15px; }
            @media (max-width: 1025px) {
              #main .mainTitle .mainBox01 .flex .child:nth-child(2):before {
                height: 75px; } }
            @media (max-width: 735px) {
              #main .mainTitle .mainBox01 .flex .child:nth-child(2):before {
                height: 50px; } }
      #main .mainTitle .mainBox01 .itemMainName {
        font-size: 265%;
        font-weight: 500; }
        @media (max-width: 1025px) {
          #main .mainTitle .mainBox01 .itemMainName {
            font-size: 200%; } }
        @media (max-width: 735px) {
          #main .mainTitle .mainBox01 .itemMainName {
            font-size: 180%; } }
    #main .mainTitle .box {
      display: flex;
      justify-content: space-between;
      margin: 10px 0 0 0px; }
      @media (max-width: 1025px) {
        #main .mainTitle .box {
          margin: 10px 0 0 0px; } }
      @media (max-width: 735px) {
        #main .mainTitle .box {
          margin: 5px 0 0 0px; } }
      #main .mainTitle .box .child {
        background: #fff;
        border-radius: 10px; }
      #main .mainTitle .box .colorBox {
        padding: 10px;
        box-sizing: border-box; }
        @media (max-width: 1025px) {
          #main .mainTitle .box .colorBox {
            padding: 10px; } }
        @media (max-width: 735px) {
          #main .mainTitle .box .colorBox {
            padding: 5px; } }
        #main .mainTitle .box .colorBox:nth-child(1) {
          width: 55%; }
          @media (max-width: 735px) {
            #main .mainTitle .box .colorBox:nth-child(1) {
              width: 50%; } }
        #main .mainTitle .box .colorBox:nth-child(2) {
          width: 43%;
          padding: 15px 10px 10px 10px; }
          @media (max-width: 735px) {
            #main .mainTitle .box .colorBox:nth-child(2) {
              width: 48%; } }
        #main .mainTitle .box .colorBox .txtT {
          text-align: center;
          font-size: 120%;
          line-height: 1.2;
          color: #35bbb1;
          margin: 0 0 1rem;
          position: relative; }
          @media (max-width: 1025px) {
            #main .mainTitle .box .colorBox .txtT {
              width: 100%;
              font-size: 110%;
              margin: 0 auto 0.8rem; } }
          @media (max-width: 735px) {
            #main .mainTitle .box .colorBox .txtT {
              width: 100%;
              background: none;
              font-size: 94%; } }
          #main .mainTitle .box .colorBox .txtT span {
            font-size: 150%; }
          #main .mainTitle .box .colorBox .txtT:after {
            content: '';
            width: 30px;
            height: 1px;
            display: inline-block;
            background-color: #35bbb1;
            position: absolute;
            bottom: -6px;
            left: calc(50% - 15px); }
        #main .mainTitle .box .colorBox .flex {
          align-items: center;
          justify-content: center; }
        #main .mainTitle .box .colorBox .circle {
          width: 86px;
          height: 86px;
          font-size: 14px;
          text-align: center; }
          @media (max-width: 1025px) {
            #main .mainTitle .box .colorBox .circle {
              width: 55px;
              height: 55px;
              font-size: 8px; } }
          @media (max-width: 735px) {
            #main .mainTitle .box .colorBox .circle {
              width: 45px;
              height: 45px; } }
      #main .mainTitle .box .sizeBox .txtT {
        background: #1e445b;
        color: #fff;
        text-align: center;
        padding: 5px;
        box-sizing: border-box; }
      #main .mainTitle .box .sizeBox .sizeWrap {
        padding: 20px 10px 10px 10px;
        box-sizing: border-box; }
        @media (max-width: 1025px) {
          #main .mainTitle .box .sizeBox .sizeWrap {
            padding: 10px; } }
        @media (max-width: 735px) {
          #main .mainTitle .box .sizeBox .sizeWrap {
            padding: 5px; } }
      #main .mainTitle .box .sizeBox .flex {
        justify-content: center;
        align-items: center; }
      #main .mainTitle .box .sizeBox .circle {
        text-align: center;
        font-size: 30px; }
        @media (max-width: 1025px) {
          #main .mainTitle .box .sizeBox .circle {
            font-size: 20px;
            width: 45px;
            height: 45px; } }
        @media (max-width: 735px) {
          #main .mainTitle .box .sizeBox .circle {
            font-size: 14px;
            width: 30px;
            height: 25px; } }
        @media (max-width: 450px) {
          #main .mainTitle .box .sizeBox .circle {
            font-size: 11px; } }

/*  -------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------- */
#concept {
  padding: 0px 0 60px;
  margin: 0 auto; }
  @media (max-width: 1025px) {
    #concept {
      padding: 0px 0 0; } }
  @media (max-width: 735px) {
    #concept {
      padding: 0 0 0; } }

.bg01 {
  background: url("/img/usr/freepage/original_downket/bg01.jpg") no-repeat left top;
  background-size: 100% auto; }
  @media (max-width: 735px) {
    .bg01 {
      background: url("/img/usr/freepage/original_downket/bg01_sp.jpg") no-repeat left top; } }
  .bg01 .wrap {
    padding: 0 0 110px; }
    @media (max-width: 1560px) {
      .bg01 .wrap {
        padding: 0 0 80px; } }
    @media (max-width: 1460px) {
      .bg01 .wrap {
        padding: 0 0 40px; } }
    @media (max-width: 1260px) {
      .bg01 .wrap {
        padding: 0 0 0px; } }
  .bg01 .flex:nth-child(1) {
    padding: 20px 0 0; }
    @media (max-width: 1025px) {
      .bg01 .flex:nth-child(1) {
        padding: 0px 0 0px; } }
    @media (max-width: 735px) {
      .bg01 .flex:nth-child(1) {
        padding: 10px 0 0px; } }
  @media (max-width: 1025px) {
    .bg01 .w820 {
      width: 80%;
      padding: 0 0 20px; } }
  @media (max-width: 735px) {
    .bg01 .w820 {
      width: 100%;
      padding: 0 0 20px; } }

.bgBe {
  background: #f3eee9; }

/*  -------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------- */
#size .wrap {
  padding: 80px 0;
  width: 1280px;
  margin: 0 auto; }
  @media (max-width: 1025px) {
    #size .wrap {
      width: 94%;
      padding: 20px 0 20px; } }
  @media (max-width: 735px) {
    #size .wrap {
      width: 94%;
      padding: 1.8rem 0; } }
#size .box01 {
  margin: 40px 0;
  position: relative; }
  @media (max-width: 735px) {
    #size .box01 {
      margin: 20px 0; } }
  @media (max-width: 1025px) {
    #size .box01 .img01 {
      width: 60%; } }
  @media (max-width: 735px) {
    #size .box01 .img01 {
      width: 80%; } }
  #size .box01 .img02 {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 50; }
    @media (max-width: 1025px) {
      #size .box01 .img02 {
        width: 50%; } }
#size .box02 {
  margin: 40px 0;
  position: relative; }
  @media (max-width: 735px) {
    #size .box02 {
      margin: 20px 0; } }
  @media (max-width: 1025px) {
    #size .box02 .img01 {
      width: 60%; } }
  @media (max-width: 735px) {
    #size .box02 .img01 {
      width: 80%; } }
  #size .box02 .img02 {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 50; }
    @media (max-width: 1025px) {
      #size .box02 .img02 {
        width: 50%; } }
#size .box03 {
  margin: 40px 0;
  position: relative; }
  @media (max-width: 735px) {
    #size .box03 {
      margin: 20px 0; } }
  @media (max-width: 1025px) {
    #size .box03 .img01 {
      width: 60%; } }
  @media (max-width: 735px) {
    #size .box03 .img01 {
      width: 80%; } }
  #size .box03 .img02 {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 50; }
    @media (max-width: 1025px) {
      #size .box03 .img02 {
        width: 50%; } }
#size .bubble {
  position: relative; }
#size .bubTxt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 80%; }
#size .text-span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }
  #size .text-span.typeB {
    position: static;
    transform: none; }
#size .text-span {
  text-align: center;
  color: #35bbb1;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 1.6px;
  overflow: hidden;
  opacity: 0; }
  @media (max-width: 1025px) {
    #size .text-span {
      font-size: 1.5rem; } }
  @media (max-width: 735px) {
    #size .text-span {
      font-size: 1.05rem; } }
#size .text-span.show {
  opacity: 1; }
#size .text-span span {
  display: inline-block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
#size .text-span.show span {
  transform: translate(0, 0); }
#size .text-span.show span:nth-child(2) {
  transition-delay: 0.06s; }
#size .text-span.show span:nth-child(3) {
  transition-delay: 0.12s; }
#size .text-span.show span:nth-child(4) {
  transition-delay: 0.18s; }
#size .text-span.show span:nth-child(5) {
  transition-delay: 0.24s; }
#size .text-span.show span:nth-child(6) {
  transition-delay: 0.30s; }
#size .text-span.show span:nth-child(7) {
  transition-delay: 0.36s; }
#size .text-span.show span:nth-child(8) {
  transition-delay: 0.42s; }
#size .text-span.show span:nth-child(9) {
  transition-delay: 0.48s; }
#size .text-span.show span:nth-child(10) {
  transition-delay: 0.54s; }
#size .text-span.show span:nth-child(11) {
  transition-delay: 0.7s; }
#size .text-span.show span:nth-child(12) {
  transition-delay: 0.8s; }
#size .text-span.show span:nth-child(13) {
  transition-delay: 0.86s; }
#size .text-span.show span:nth-child(14) {
  transition-delay: 0.92s; }
#size .text-span.show span:nth-child(15) {
  transition-delay: 1s; }
#size .text-span.show span:nth-child(16) {
  transition-delay: 1.06s; }
#size .text-span.show span:nth-child(17) {
  transition-delay: 1.15s; }
#size .text-span.show span:nth-child(18) {
  transition-delay: 1.22s; }
#size .text-span.show span:nth-child(19) {
  transition-delay: 1.28s; }
#size .text-span.type1 {
  width: 300px; }
  @media (max-width: 1025px) {
    #size .text-span.type1 {
      width: 65%; } }
#size .text-span.type2 {
  width: 340px; }
  @media (max-width: 1025px) {
    #size .text-span.type2 {
      width: 70%; } }
#size .text-span.type3 {
  margin: 0 auto 10px; }
  @media (max-width: 1025px) {
    #size .text-span.type3 {
      width: 100%; } }
  @media (max-width: 735px) {
    #size .text-span.type3 {
      margin: 0 auto 5px; } }
@media (max-width: 1025px) {
  #size .text-span.type4 {
    width: 100%; } }
#size .sizeTxtBlock {
  text-align: center;
  margin: 80px auto 60px; }
  @media (max-width: 1025px) {
    #size .sizeTxtBlock {
      margin: 60px auto 40px; } }
  @media (max-width: 735px) {
    #size .sizeTxtBlock {
      margin: 30px auto 0px; } }
  #size .sizeTxtBlock .txt {
    font-size: 200%;
    font-weight: 600;
    margin: 20px auto; }
    @media (max-width: 735px) {
      #size .sizeTxtBlock .txt {
        font-size: 140%; } }
    #size .sizeTxtBlock .txt span {
      font-size: 160%;
      background: linear-gradient(transparent 60%, #35bbb1 60%); }
      @media (max-width: 1025px) {
        #size .sizeTxtBlock .txt span {
          font-size: 120%; } }
      @media (max-width: 735px) {
        #size .sizeTxtBlock .txt span {
          font-size: 110%; } }

/*  -------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------- */
#secret {
  background: #e4d9cd;
  position: relative; }
  #secret:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background-image: url(/img/usr/freepage/original_downket/secret_bgHead.jpg);
    background-size: contain;
    background-repeat: no-repeat; }
    @media (max-width: 735px) {
      #secret:before {
        background-image: url(/img/usr/freepage/original_downket/secret_bgHead_sp.jpg); } }
  #secret .titleBox {
    position: absolute;
    left: 50%;
    margin: 0 auto 60px; }
    @media (max-width: 1025px) {
      #secret .titleBox {
        transform: translateX(-30%); } }
    @media (max-width: 735px) {
      #secret .titleBox {
        left: 40%;
        transform: translateX(-30%); } }
  #secret .secretTitle {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 2rem;
    font-weight: 600;
    margin: 20px auto 60px;
    padding: 0 0 1rem;
    border-bottom: 1px solid #fff;
    width: 360px; }
    @media (max-width: 1025px) {
      #secret .secretTitle {
        font-size: 1.6rem;
        margin: 20px auto 40px; } }
    @media (max-width: 735px) {
      #secret .secretTitle {
        font-size: 1.2rem;
        margin: 10px auto 25px;
        width: 100%;
        padding: 0 0 0.4rem; } }
    #secret .secretTitle:before {
      position: absolute;
      content: '';
      top: -40px;
      left: -280px;
      display: block;
      width: 263px;
      height: 125px;
      background-image: url(/img/usr/freepage/original_downket/secretTitle_bubble_pc.png);
      background-size: contain;
      background-repeat: no-repeat; }
      @media (max-width: 1025px) {
        #secret .secretTitle:before {
          width: 160px;
          height: 80px;
          top: -10px;
          left: -120px; } }
      @media (max-width: 735px) {
        #secret .secretTitle:before {
          background-image: url(/img/usr/freepage/original_downket/secretTitle_bubble_sp.png);
          top: -50px;
          left: 50%;
          transform: translateX(-50%); } }
  #secret .wrap {
    padding: 150px 0 20px;
    max-width: 1900px;
    margin: 0 auto; }
    @media (max-width: 1025px) {
      #secret .wrap {
        width: 94%;
        padding: 60px 0 20px; } }
    @media (max-width: 735px) {
      #secret .wrap {
        width: 94%;
        padding: 5.5rem 0 1.8rem; } }
  #secret .inner {
    position: relative;
    width: 1200px;
    margin: 0 auto; }
    @media (max-width: 1025px) {
      #secret .inner {
        width: 94%; } }
  #secret .box01 {
    background: url("/img/usr/freepage/original_downket/bg02_1.jpg") no-repeat;
    margin: 160px auto 40px; }
    @media (max-width: 1025px) {
      #secret .box01 {
        margin: 140px auto 40px;
        background: none; } }
    @media (max-width: 735px) {
      #secret .box01 {
        margin: 70px 0 20px; } }
    @media (max-width: 1025px) {
      #secret .box01 .img01 {
        width: 60%; } }
    @media (max-width: 735px) {
      #secret .box01 .img01 {
        width: 57%; } }
    #secret .box01 .nm {
      position: absolute;
      top: 50px;
      right: 180px; }
      @media (max-width: 1025px) {
        #secret .box01 .nm {
          top: 80px;
          right: 90px;
          width: 12%; }
          #secret .box01 .nm img {
            width: 100%; } }
      @media (max-width: 735px) {
        #secret .box01 .nm {
          width: 50%;
          top: 5px;
          right: -20px;
          z-index: 200; } }
    #secret .box01 .img02 {
      position: absolute;
      right: 0px;
      bottom: 0px;
      z-index: 50; }
      @media (max-width: 1025px) {
        #secret .box01 .img02 {
          width: 44%;
          right: -20px;
          bottom: 0px; } }
      @media (max-width: 735px) {
        #secret .box01 .img02 {
          width: 50%;
          right: -10px;
          bottom: 120px; } }
  #secret .box02 {
    background: url("/img/usr/freepage/original_downket/bg02_2.jpg") no-repeat;
    margin: 100px auto 40px; }
    @media (max-width: 1025px) {
      #secret .box02 {
        margin: 70px auto 40px;
        background: none; } }
    @media (max-width: 735px) {
      #secret .box02 {
        margin: 20px 0; } }
    @media (max-width: 1025px) {
      #secret .box02 .img01 {
        width: 60%; } }
    @media (max-width: 735px) {
      #secret .box02 .img01 {
        width: 60%; } }
    #secret .box02 .nm {
      position: absolute;
      top: 50px;
      left: 180px; }
      @media (max-width: 1025px) {
        #secret .box02 .nm {
          top: 40px;
          left: 90px;
          width: 12%; }
          #secret .box02 .nm img {
            width: 100%; } }
      @media (max-width: 735px) {
        #secret .box02 .nm {
          width: 50%;
          top: 5px;
          left: -40px;
          z-index: 200; } }
    #secret .box02 .img02 {
      position: absolute;
      left: 0px;
      bottom: 0px;
      z-index: 50; }
      @media (max-width: 1025px) {
        #secret .box02 .img02 {
          width: 48%;
          left: -20px;
          bottom: 10px; } }
      @media (max-width: 735px) {
        #secret .box02 .img02 {
          width: 50%;
          left: -10px;
          bottom: 90px; } }
  #secret .box03 {
    background: url("/img/usr/freepage/original_downket/bg02_1.jpg") no-repeat;
    margin: 100px auto 40px; }
    @media (max-width: 1025px) {
      #secret .box03 {
        margin: 70px auto 40px;
        background: none; } }
    @media (max-width: 735px) {
      #secret .box03 {
        margin: 20px 0; } }
    @media (max-width: 1025px) {
      #secret .box03 .img01 {
        width: 60%; } }
    @media (max-width: 735px) {
      #secret .box03 .img01 {
        width: 57%; } }
    #secret .box03 .nm {
      position: absolute;
      top: 50px;
      right: 180px; }
      @media (max-width: 1025px) {
        #secret .box03 .nm {
          top: 80px;
          right: 90px;
          width: 12%; }
          #secret .box03 .nm img {
            width: 100%; } }
      @media (max-width: 735px) {
        #secret .box03 .nm {
          width: 50%;
          top: 5px;
          right: -20px;
          z-index: 200; } }
    #secret .box03 .img02 {
      position: absolute;
      right: 0px;
      bottom: 60px;
      z-index: 50; }
      @media (max-width: 1025px) {
        #secret .box03 .img02 {
          width: 44%;
          right: -20px;
          bottom: 0px; } }
      @media (max-width: 735px) {
        #secret .box03 .img02 {
          width: 50%;
          right: -10px;
          bottom: 120px; } }
  #secret .box04 {
    background: url("/img/usr/freepage/original_downket/bg02_2.jpg") no-repeat;
    margin: 100px auto 40px; }
    @media (max-width: 1025px) {
      #secret .box04 {
        margin: 70px auto 40px;
        background: none; } }
    @media (max-width: 735px) {
      #secret .box04 {
        margin: 30px 0; } }
    @media (max-width: 1025px) {
      #secret .box04 .img01 {
        width: 60%; } }
    @media (max-width: 735px) {
      #secret .box04 .img01 {
        width: 60%; } }
    #secret .box04 .nm {
      position: absolute;
      top: 50px;
      left: 120px; }
      @media (max-width: 1025px) {
        #secret .box04 .nm {
          top: 0px;
          left: 90px;
          width: 12%; }
          #secret .box04 .nm img {
            width: 100%; } }
      @media (max-width: 735px) {
        #secret .box04 .nm {
          width: 50%;
          top: -25px;
          left: -40px;
          z-index: 200; } }
    #secret .box04 .img02 {
      position: absolute;
      left: 0px;
      bottom: -60px;
      z-index: 50; }
      @media (max-width: 1025px) {
        #secret .box04 .img02 {
          width: 48%;
          left: -20px;
          bottom: 10px; } }
      @media (max-width: 735px) {
        #secret .box04 .img02 {
          width: 55%;
          left: -10px;
          bottom: 130px; } }
  #secret .box05 {
    background: url("/img/usr/freepage/original_downket/bg02_1.jpg") no-repeat;
    margin: 140px auto 40px; }
    @media (max-width: 1025px) {
      #secret .box05 {
        margin: 70px auto 40px;
        background: none; } }
    @media (max-width: 735px) {
      #secret .box05 {
        margin: 20px 0; } }
    @media (max-width: 1025px) {
      #secret .box05 .img01 {
        width: 60%; } }
    @media (max-width: 735px) {
      #secret .box05 .img01 {
        width: 65%; } }
    #secret .box05 .nm {
      position: absolute;
      top: 10px;
      right: 180px; }
      @media (max-width: 1025px) {
        #secret .box05 .nm {
          top: 0px;
          right: 100px;
          width: 12%; }
          #secret .box05 .nm img {
            width: 100%; } }
      @media (max-width: 735px) {
        #secret .box05 .nm {
          width: 14%;
          top: 5px;
          right: 40px;
          z-index: 200; } }
    #secret .box05 .img02 {
      position: absolute;
      right: 0px;
      bottom: 0px;
      z-index: 50; }
      @media (max-width: 1025px) {
        #secret .box05 .img02 {
          width: 44%;
          right: -20px;
          bottom: 0px; } }
      @media (max-width: 735px) {
        #secret .box05 .img02 {
          width: 50%;
          right: -10px;
          bottom: 80px; } }
  #secret .box06 {
    margin: 60px auto 40px; }
    @media (max-width: 1025px) {
      #secret .box06 {
        margin: 40px auto 40px;
        background: none; } }
    @media (max-width: 735px) {
      #secret .box06 {
        margin: 20px 0; } }
    #secret .box06 .img01 {
      text-align: center;
      margin: 0px auto 15px;
      padding: 280px 0 0 100px;
      position: inherit;
      z-index: 2; }
      @media (max-width: 1025px) {
        #secret .box06 .img01 {
          width: 60%;
          padding: 180px 0 0 0; } }
      @media (max-width: 735px) {
        #secret .box06 .img01 {
          width: 100%;
          padding: 180px 0 0 0; } }
    #secret .box06 .nm {
      position: absolute;
      top: 10px;
      right: 240px; }
      @media (max-width: 1025px) {
        #secret .box06 .nm {
          top: 0px;
          right: 140px;
          width: 12%; }
          #secret .box06 .nm img {
            width: 100%; } }
      @media (max-width: 735px) {
        #secret .box06 .nm {
          width: 62%;
          top: 0px;
          left: 50%;
          transform: translateX(-20%);
          z-index: 200; } }
    #secret .box06 .img02 {
      position: absolute;
      left: 40px;
      top: 10px;
      z-index: 1; }
      @media (max-width: 1025px) {
        #secret .box06 .img02 {
          width: 44%;
          right: -20px;
          top: 0px; } }
      @media (max-width: 735px) {
        #secret .box06 .img02 {
          width: 75%;
          left: 50%;
          transform: translateX(-50%);
          top: 60px; } }
  #secret .bubble {
    position: relative; }
  #secret .bubTxt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 80%; }
  #secret .text-span2 {
    text-align: center;
    color: #282728;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 1.6px;
    overflow: hidden;
    opacity: 0; }
    @media (max-width: 1025px) {
      #secret .text-span2 {
        font-size: 1.5rem; } }
    @media (max-width: 735px) {
      #secret .text-span2 {
        font-size: 1.05rem; } }
  #secret .text-span2.show {
    opacity: 1; }
  #secret .text-span2 span {
    display: inline-block;
    transform: translate(0, 105%);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
  #secret .text-span2.show span {
    transform: translate(0, 0); }
  #secret .text-span2.show span:nth-child(2) {
    transition-delay: 0.06s; }
  #secret .text-span2.show span:nth-child(3) {
    transition-delay: 0.12s; }
  #secret .text-span2.show span:nth-child(4) {
    transition-delay: 0.18s; }
  #secret .text-span2.show span:nth-child(5) {
    transition-delay: 0.24s; }
  #secret .text-span2.show span:nth-child(6) {
    transition-delay: 0.30s; }
  #secret .text-span2.show span:nth-child(7) {
    transition-delay: 0.36s; }
  #secret .text-span2.show span:nth-child(8) {
    transition-delay: 0.42s; }
  #secret .text-span2.show span:nth-child(9) {
    transition-delay: 0.48s; }
  #secret .text-span2.show span:nth-child(10) {
    transition-delay: 0.54s; }
  #secret .text-span2.show span:nth-child(11) {
    transition-delay: 0.7s; }
  #secret .text-span2.show span:nth-child(12) {
    transition-delay: 0.8s; }
  #secret .text-span2.show span:nth-child(13) {
    transition-delay: 0.86s; }
  #secret .text-span2.show span:nth-child(14) {
    transition-delay: 0.92s; }
  #secret .text-span2.show span:nth-child(15) {
    transition-delay: 1s; }
  #secret .text-span2.show span:nth-child(16) {
    transition-delay: 1.06s; }
  #secret .text-span2.show span:nth-child(17) {
    transition-delay: 1.15s; }
  #secret .text-span2.show span:nth-child(18) {
    transition-delay: 1.22s; }
  #secret .text-span2.show span:nth-child(19) {
    transition-delay: 1.28s; }
  #secret .text-span2 {
    color: #5a4d43; }
    #secret .text-span2.type1 {
      width: 300px;
      font-size: 280%;
      font-weight: 600;
      margin: 0 auto 1rem; }
      @media (max-width: 1025px) {
        #secret .text-span2.type1 {
          width: 60%;
          font-size: 180%;
          margin: 0 auto 10px; } }
      @media (max-width: 735px) {
        #secret .text-span2.type1 {
          font-size: 160%;
          width: 70%;
          margin: 0 auto 8px; } }
      @media (max-width: 360px) {
        #secret .text-span2.type1 {
          font-size: 140%; } }
    #secret .text-span2.type2 {
      width: 340px;
      margin: 0 auto 20px; }
      @media (max-width: 1025px) {
        #secret .text-span2.type2 {
          width: 90%;
          font-size: 120%;
          margin: 0 auto 10px; } }
      @media (max-width: 735px) {
        #secret .text-span2.type2 {
          font-size: 82%;
          letter-spacing: 0; } }
    #secret .text-span2.type3 {
      width: 160px;
      margin: 0 auto 0.4rem; }
      @media (max-width: 1025px) {
        #secret .text-span2.type3 {
          width: 50%;
          font-size: 120%; } }
      @media (max-width: 735px) {
        #secret .text-span2.type3 {
          font-size: 100%;
          width: 80%;
          margin: 0 auto; } }
    #secret .text-span2.type4 {
      width: 300px;
      margin: 0 auto 20px; }
      @media (max-width: 1025px) {
        #secret .text-span2.type4 {
          width: 80%;
          font-size: 120%;
          margin: 0 auto 10px; } }
      @media (max-width: 735px) {
        #secret .text-span2.type4 {
          font-size: 90%;
          width: 100%;
          letter-spacing: 0; } }
    #secret .text-span2.type5 {
      width: 340px;
      margin: 0 auto 20px; }
      @media (max-width: 1025px) {
        #secret .text-span2.type5 {
          width: 100%;
          width: 90%;
          font-size: 120%; } }
      @media (max-width: 735px) {
        #secret .text-span2.type5 {
          font-size: 94%; } }
    @media (max-width: 735px) {
      #secret .text-span2.type5_s, #secret .text-span2.type5_2s {
        font-size: 94%; } }
    #secret .text-span2.type6 {
      width: 380px;
      margin: 0 auto 10px; }
      @media (max-width: 1025px) {
        #secret .text-span2.type6 {
          width: 100%;
          font-size: 110%; } }
      @media (max-width: 735px) {
        #secret .text-span2.type6 {
          font-size: 94%;
          letter-spacing: 0;
          margin: 0 auto 0.2rem; } }
    #secret .text-span2.type7 {
      width: 320px;
      margin: 0 auto 20px; }
      @media (max-width: 1025px) {
        #secret .text-span2.type7 {
          width: 75%;
          font-size: 120%;
          margin: 0 auto 10px; } }
      @media (max-width: 735px) {
        #secret .text-span2.type7 {
          font-size: 94%;
          width: 100%;
          letter-spacing: 0; } }
    #secret .text-span2.type8 {
      width: 380px;
      margin: 0 auto; }
      @media (max-width: 1025px) {
        #secret .text-span2.type8 {
          width: 100%;
          font-size: 110%; } }
      @media (max-width: 735px) {
        #secret .text-span2.type8 {
          font-size: 94%;
          width: 100%; } }
    #secret .text-span2.type9 {
      width: 380px;
      margin: 0 auto 20px; }
      @media (max-width: 1025px) {
        #secret .text-span2.type9 {
          width: 100%;
          font-size: 110%;
          margin: 0 auto 10px; } }
      @media (max-width: 735px) {
        #secret .text-span2.type9 {
          font-size: 94%;
          width: 100%; } }
    #secret .text-span2.type10 {
      width: 430px;
      margin: 0 auto 20px;
      font-size: 1.6rem; }
      @media (max-width: 1025px) {
        #secret .text-span2.type10 {
          width: 100%;
          font-size: 100%; } }
      @media (max-width: 735px) {
        #secret .text-span2.type10 {
          font-size: 94%;
          width: 100%; } }
    @media (max-width: 735px) {
      #secret .text-span2.type10_s, #secret .text-span2 .type10_2s {
        font-size: 90%;
        width: 100%;
        letter-spacing: 0; } }
    #secret .text-span2.type11 {
      width: 300px;
      margin: 0 auto 10px;
      font-size: 240%;
      font-weight: 600; }
      @media (max-width: 1025px) {
        #secret .text-span2.type11 {
          width: 80%;
          font-size: 160%;
          margin: 0 auto 10px; } }
    @media (max-width: 735px) {
      #secret .text-span2.type11_s {
        font-size: 140%;
        width: 80%;
        margin: 0 auto;
        letter-spacing: 0; } }
    @media (max-width: 735px) {
      #secret .text-span2.type11_2s {
        font-size: 150%;
        width: 70%;
        margin: -5px auto 6px;
        letter-spacing: 0; } }
    #secret .text-span2.type12 {
      width: 380px;
      margin: 0 auto 20px;
      font-size: 1.6rem; }
      @media (max-width: 1025px) {
        #secret .text-span2.type12 {
          width: 70%;
          font-size: 120%; } }
      @media (max-width: 735px) {
        #secret .text-span2.type12 {
          font-size: 94%;
          width: 100%; } }
    #secret .text-span2.type13 {
      width: 380px;
      margin: 0 auto 20px;
      font-size: 2rem; }
      @media (max-width: 1025px) {
        #secret .text-span2.type13 {
          width: 70%;
          font-size: 120%; } }
      @media (max-width: 735px) {
        #secret .text-span2.type13 {
          font-size: 94%;
          width: 100%;
          text-align: center;
          margin: 0 auto; } }
    @media (max-width: 735px) {
      #secret .text-span2.type13_s {
        width: 70%;
        margin: 0 auto;
        letter-spacing: 0;
        font-size: 120%; } }
    @media (max-width: 735px) {
      #secret .text-span2.type13_2s {
        width: 70%;
        margin: 0 auto 10px;
        letter-spacing: 0;
        font-size: 120%; } }
  #secret .txt_a {
    font-size: 94%; }
    @media (max-width: 1025px) {
      #secret .txt_a {
        font-size: 80%; } }
  #secret .block2 {
    background: #f3eee9;
    position: relative; }
    #secret .block2:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100vh;
      background-image: url(/img/usr/freepage/original_downket/bg03.jpg);
      background-size: contain;
      background-repeat: no-repeat; }
      @media (max-width: 735px) {
        #secret .block2:before {
          background-image: url(/img/usr/freepage/original_downket/bg03_sp.jpg); } }
    #secret .block2 h2 {
      margin: 60px auto 60px;
      color: #fff;
      font-size: 1.94rem;
      text-align: center;
      font-weight: 600;
      background: #69d4cc;
      border-radius: 80px;
      width: 380px;
      padding: 24px 0; }
      @media (max-width: 1025px) {
        #secret .block2 h2 {
          font-size: 1.45rem;
          width: 300px;
          padding: 14px 0; } }
      @media (max-width: 735px) {
        #secret .block2 h2 {
          font-size: 94%;
          width: 70%;
          margin: 60px auto 1.8rem; } }
    @media (max-width: 735px) {
      #secret .block2 .wrap {
        padding: 0.5rem 0 0.2rem; } }
    #secret .block2 .graphTxt {
      text-align: center;
      font-size: 120%; }
      @media (max-width: 735px) {
        #secret .block2 .graphTxt {
          text-align: left;
          font-size: 100%; }
          #secret .block2 .graphTxt br {
            display: none; } }
    #secret .block2 .bgImg {
      background: url("/img/usr/freepage/original_downket/block2_bg3.png") no-repeat left top 400px; }
      @media (max-width: 1025px) {
        #secret .block2 .bgImg {
          background: none; } }
    #secret .block2 .box01 {
      background: none;
      margin: 40px auto 40px; }
      @media (max-width: 1025px) {
        #secret .block2 .box01 {
          margin: 30px auto 40px;
          background: none; } }
      @media (max-width: 735px) {
        #secret .block2 .box01 {
          margin: 30px 0 20px; } }
      @media (max-width: 1025px) {
        #secret .block2 .box01 .img01 {
          width: 60%; } }
      @media (max-width: 735px) {
        #secret .block2 .box01 .img01 {
          width: 65%; } }
      #secret .block2 .box01 .img03 {
        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: 50; }
        @media (max-width: 1025px) {
          #secret .block2 .box01 .img03 {
            width: 52%;
            right: -20px;
            bottom: 0px; } }
        @media (max-width: 735px) {
          #secret .block2 .box01 .img03 {
            width: 55%;
            right: -10px;
            bottom: 140px; } }
    #secret .block2 .box02 {
      background: none;
      margin: 40px auto 140px; }
      @media (max-width: 1025px) {
        #secret .block2 .box02 {
          margin: 30px auto 80px;
          background: none; } }
      @media (max-width: 735px) {
        #secret .block2 .box02 {
          margin: 30px 0 2.85rem; } }
      @media (max-width: 1025px) {
        #secret .block2 .box02 .img01 {
          width: 60%; } }
      @media (max-width: 735px) {
        #secret .block2 .box02 .img01 {
          width: 65%; } }
      #secret .block2 .box02 .img03 {
        position: absolute;
        right: -30px;
        bottom: 60px;
        z-index: 50; }
        @media (max-width: 1025px) {
          #secret .block2 .box02 .img03 {
            width: 52%;
            right: -20px;
            bottom: 0px; } }
        @media (max-width: 735px) {
          #secret .block2 .box02 .img03 {
            width: 55%;
            right: -10px;
            bottom: 140px; } }
    #secret .block2 .wh_Box {
      background: #fff;
      border-radius: 40px;
      padding: 50px 55px 55px 55px;
      margin: 0 auto 80px;
      box-sizing: border-box;
      position: relative; }
      @media (max-width: 1025px) {
        #secret .block2 .wh_Box {
          padding: 35px 40px 40px 40px;
          border-radius: 30px; } }
      @media (max-width: 735px) {
        #secret .block2 .wh_Box {
          padding: 28px 5% 28px 5%;
          border-radius: 20px;
          margin: 0 auto 50px; } }
      #secret .block2 .wh_Box.type2 {
        padding: 0; }
        @media (max-width: 1025px) {
          #secret .block2 .wh_Box.type2 {
            margin: 0 auto 40px; } }
        @media (max-width: 735px) {
          #secret .block2 .wh_Box.type2 {
            margin: 0 auto 20px; } }
        #secret .block2 .wh_Box.type2 .img {
          line-height: 0;
          width: 48%; }
          #secret .block2 .wh_Box.type2 .img img {
            width: 100%; }
          @media (max-width: 735px) {
            #secret .block2 .wh_Box.type2 .img {
              width: 100%; } }
        #secret .block2 .wh_Box.type2 .txtBlock {
          width: 52%;
          padding: 60px 40px 30px 40px;
          box-sizing: border-box; }
          @media (max-width: 1025px) {
            #secret .block2 .wh_Box.type2 .txtBlock {
              padding: 35px 30px 30px 30px; } }
          @media (max-width: 735px) {
            #secret .block2 .wh_Box.type2 .txtBlock {
              width: 100%;
              padding: 20px 5%; } }
          @media (max-width: 735px) {
            #secret .block2 .wh_Box.type2 .txtBlock {
              width: 100%;
              padding: 20px 5%; } }
          #secret .block2 .wh_Box.type2 .txtBlock .title {
            font-size: 1.8rem;
            font-weight: 500;
            color: #5a4d43;
            margin: 0 0 20px; }
            #secret .block2 .wh_Box.type2 .txtBlock .title span {
              background: linear-gradient(transparent 60%, #9be2dd 60%); }
            @media (max-width: 1025px) {
              #secret .block2 .wh_Box.type2 .txtBlock .title {
                font-size: 1.3rem; } }
            @media (max-width: 735px) {
              #secret .block2 .wh_Box.type2 .txtBlock .title {
                font-size: 1.2rem;
                margin: 0 auto 0.6rem;
                text-align: center; } }
      #secret .block2 .wh_Box h3 {
        font-weight: 500; }
        #secret .block2 .wh_Box h3.type1 {
          width: 100%;
          text-align: center;
          font-size: 2.2rem;
          color: #5a4d43;
          padding: 0 8px;
          position: absolute;
          top: -35px;
          left: 50%;
          transform: translateX(-50%); }
          #secret .block2 .wh_Box h3.type1 span {
            background: linear-gradient(transparent 60%, #9be2dd 60%); }
          @media (max-width: 1025px) {
            #secret .block2 .wh_Box h3.type1 {
              font-size: 1.6rem; } }
          @media (max-width: 735px) {
            #secret .block2 .wh_Box h3.type1 {
              font-size: 1.3rem;
              letter-spacing: 0rem;
              top: -22px; } }
        #secret .block2 .wh_Box h3.type2 {
          background: #69d4cc;
          border-radius: 10px;
          color: #fff;
          font-size: 1.85rem;
          padding: 10px;
          width: 685px;
          text-align: center;
          position: absolute;
          top: -35px;
          left: 50%;
          transform: translateX(-50%); }
          @media (max-width: 1025px) {
            #secret .block2 .wh_Box h3.type2 {
              font-size: 1.55rem;
              width: 70%;
              padding: 6px; } }
          @media (max-width: 735px) {
            #secret .block2 .wh_Box h3.type2 {
              font-size: 1.15rem;
              letter-spacing: 0rem;
              top: -25px;
              padding: 4px; } }
      #secret .block2 .wh_Box .gr_box {
        background: #69d4cc;
        padding: 30px 85px;
        margin: 0 auto 30px;
        border-radius: 16px;
        box-sizing: border-box;
        font-size: 1.4rem;
        color: #fff; }
        @media (max-width: 1025px) {
          #secret .block2 .wh_Box .gr_box {
            font-size: 1.3rem;
            padding: 30px 40px;
            margin: 0 auto 20px; } }
        @media (max-width: 735px) {
          #secret .block2 .wh_Box .gr_box {
            font-size: 1rem;
            padding: 20px 5%;
            margin: 0 auto 14px; } }
        #secret .block2 .wh_Box .gr_box .title {
          width: 100%;
          font-size: 110%;
          text-align: center;
          padding-bottom: 0.8rem;
          border-bottom: 1px solid #fff;
          margin: 0 auto 15px; }
          @media (max-width: 1025px) {
            #secret .block2 .wh_Box .gr_box .title {
              padding-bottom: 0.6rem; } }
          @media (max-width: 735px) {
            #secret .block2 .wh_Box .gr_box .title {
              padding-bottom: 0.45rem; } }
        #secret .block2 .wh_Box .gr_box dl dt {
          width: 15%;
          font-size: 108%;
          font-weight: 500; }
          @media (max-width: 1025px) {
            #secret .block2 .wh_Box .gr_box dl dt {
              width: 22%; } }
          @media (max-width: 735px) {
            #secret .block2 .wh_Box .gr_box dl dt {
              width: 34%; } }
        #secret .block2 .wh_Box .gr_box dl dd {
          width: 85%; }
          @media (max-width: 1025px) {
            #secret .block2 .wh_Box .gr_box dl dd {
              width: 78%; } }
          @media (max-width: 735px) {
            #secret .block2 .wh_Box .gr_box dl dd {
              width: 66%; } }

/*  -------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------- */
#season {
  background: #e4d9cd;
  position: relative; }
  #season:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background-image: url(/img/usr/freepage/original_downket/season_bg01.jpg);
    background-size: contain;
    background-repeat: no-repeat; }
    @media (max-width: 735px) {
      #season:before {
        background-image: url(/img/usr/freepage/original_downket/season_bg01_sp.jpg); } }
  #season .wrap {
    padding: 150px 0 60px;
    margin: 0 auto; }
    @media (max-width: 1025px) {
      #season .wrap {
        width: 94%;
        padding: 60px 0 30px; } }
    @media (max-width: 735px) {
      #season .wrap {
        width: 94%;
        padding: 5.5rem 0 1.8rem; } }
  #season h2 {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 2rem;
    font-weight: 600;
    margin: 20px auto 60px;
    padding: 0 0 0.8rem;
    border-bottom: 1px solid #fff;
    width: 440px; }
    @media (max-width: 1025px) {
      #season h2 {
        font-size: 1.8rem;
        margin: 20px auto 40px; } }
    @media (max-width: 735px) {
      #season h2 {
        font-size: 1.28rem;
        margin: 0px auto 20px;
        width: 80%; } }
  #season .globalBlock {
    width: 100%; }

/*  -------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------- */
#item2 {
  position: relative; }
  #item2:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background-image: url(/img/usr/freepage/original_downket/season_bg02.png);
    background-size: contain;
    background-repeat: no-repeat; }
    @media (max-width: 735px) {
      #item2:before {
        background-image: url(/img/usr/freepage/original_downket/season_bg02_sp.jpg); } }
  #item2 .wrap {
    padding: 150px 0 80px;
    margin: 0 auto; }
    @media (max-width: 1025px) {
      #item2 .wrap {
        width: 94%;
        padding: 100px 0 30px; } }
    @media (max-width: 735px) {
      #item2 .wrap {
        width: 94%;
        padding: 5.5rem 0 1.8rem; } }
  #item2 h2 {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 2rem;
    font-weight: 600;
    margin: 20px auto 60px;
    padding: 0 0 0.8rem;
    border-bottom: 1px solid #fff;
    width: 440px; }
    @media (max-width: 1025px) {
      #item2 h2 {
        font-size: 1.8rem;
        margin: 20px auto 40px; } }
    @media (max-width: 735px) {
      #item2 h2 {
        font-size: 1.28rem;
        margin: 0px auto 20px;
        width: 80%; } }
  #item2 .globalBlock {
    width: 100%; }
  #item2.type2:before {
    content: none; }
  #item2.type2 .wrap {
    padding: 100px 0 100px;
    margin: 0 auto; }
    @media (max-width: 1025px) {
      #item2.type2 .wrap {
        width: 94%;
        padding: 60px 0 60px; } }
    @media (max-width: 735px) {
      #item2.type2 .wrap {
        width: 94%;
        padding: 2rem 0 2rem; } }

/*  -------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------- */
.mainBox01 .box_be {
  background: #e4d9cd;
  width: 420px;
  padding: 15px 15px 10px;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
  position: relative;
  color: #756155;
  text-align: center; }
  @media (max-width: 1025px) {
    .mainBox01 .box_be {
      width: 55%;
      padding: 15px 10px 10px 10px; } }
  @media (max-width: 735px) {
    .mainBox01 .box_be {
      width: 100%;
      padding: 10px 4% 5px 4%; } }
  .mainBox01 .box_be .subTxt {
    font-weight: 500;
    font-size: 140%;
    width: 100%;
    border-bottom: 1px solid #a59281;
    padding: 0 0 5px;
    margin: 0 auto 10px;
    text-align: center; }
    @media (max-width: 735px) {
      .mainBox01 .box_be .subTxt {
        font-size: 120%;
        padding: 0 0 5px 10px; } }
  .mainBox01 .box_be .color {
    color: #35bbb1; }
  .mainBox01 .box_be .flex_sub {
    display: flex;
    justify-content: center;
    align-items: center; }
  .mainBox01 .box_be .araeru {
    position: relative;
    font-size: 160%;
    margin-right: 10px; }
    .mainBox01 .box_be .araeru:after {
      position: absolute;
      content: '';
      bottom: -22px;
      left: 0;
      display: block;
      width: 100%;
      height: 31px;
      background-image: url("/img/usr/freepage/original_downket/deco.png");
      background-size: contain;
      background-repeat: no-repeat; }
.mainBox01 .box_wh {
  background: #fff;
  width: 420px;
  padding: 15px 15px 10px;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
  position: relative;
  color: #756155;
  text-align: center; }
  @media (max-width: 1025px) {
    .mainBox01 .box_wh {
      width: 55%;
      padding: 15px 10px 10px 10px; } }
  @media (max-width: 735px) {
    .mainBox01 .box_wh {
      width: 100%;
      padding: 0; } }
.mainBox01 .subS {
  color: #a59281;
  font-size: 75%;
  margin: 0px auto 6px; }
.mainBox01 .icon {
  position: absolute;
  left: -50px;
  top: -50px;
  z-index: 50;
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #35bbb1;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: 500; }
  @media (max-width: 1215px) {
    .mainBox01 .icon {
      left: -50px;
      top: -50px;
      width: 20%; }
      .mainBox01 .icon img {
        width: 100%; } }
  @media (max-width: 1025px) {
    .mainBox01 .icon {
      width: 90px;
      height: 90px;
      left: -20px;
      top: -20px; }
      .mainBox01 .icon img {
        width: 100%; } }
  @media (max-width: 735px) {
    .mainBox01 .icon {
      width: 74px;
      height: 74px;
      left: -15px;
      top: -15px;
      font-size: 80%; }
      .mainBox01 .icon img {
        width: 100%; } }
.mainBox01 .itemImg {
  text-align: center;
  margin: 20px auto 0px; }
  @media (max-width: 1215px) {
    .mainBox01 .itemImg {
      width: 50%; }
      .mainBox01 .itemImg img {
        width: 100%; } }
  @media (max-width: 1025px) {
    .mainBox01 .itemImg {
      width: 70%;
      margin: 10px auto 0px; }
      .mainBox01 .itemImg img {
        width: 100%; } }
.mainBox01 .flex {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  .mainBox01 .flex .child {
    border: 1px solid #35bbb1;
    border-radius: 8px;
    box-sizing: border-box; }
    .mainBox01 .flex .child .fontSS {
      line-height: 0.9;
      margin: -0.2rem auto 0; }
  .mainBox01 .flex .child:nth-child(1) {
    width: 52%; }
    @media (max-width: 1025px) {
      .mainBox01 .flex .child:nth-child(1) {
        width: 52%; } }
    .mainBox01 .flex .child:nth-child(1) .flex {
      padding: 5px 10px;
      box-sizing: border-box;
      margin: auto; }
  .mainBox01 .flex .child:nth-child(2) {
    width: 46%; }
    @media (max-width: 1025px) {
      .mainBox01 .flex .child:nth-child(2) {
        width: 46%; } }
    .mainBox01 .flex .child:nth-child(2) .flex {
      padding: 5px 15px;
      box-sizing: border-box;
      margin: auto; }
    .mainBox01 .flex .child:nth-child(2) .circle:last-child {
      margin-right: 0; }
.mainBox01 .itemMainName {
  font-size: 230%;
  font-weight: 500; }
  @media (max-width: 1025px) {
    .mainBox01 .itemMainName {
      font-size: 200%; } }
  @media (max-width: 735px) {
    .mainBox01 .itemMainName {
      font-size: 180%; } }
.mainBox01 .txtT {
  text-align: center;
  margin: auto;
  font-size: 106%;
  font-weight: 500;
  color: #35bbb1;
  position: relative; }
  @media (max-width: 735px) {
    .mainBox01 .txtT {
      width: 92%;
      font-size: 100%; } }
@media (max-width: 1025px) {
  .mainBox01 .circle {
    margin-right: 0; } }

.itemBox {
  padding: 20px;
  box-sizing: border-box;
  background-size: contain; }
  @media (max-width: 1025px) {
    .itemBox {
      background-size: cover;
      padding: 14px; } }
  @media (max-width: 735px) {
    .itemBox {
      background: none;
      padding: 0; } }
  .itemBox.type2 {
    background-size: contain; }
    @media (max-width: 1025px) {
      .itemBox.type2 {
        background-size: cover; } }
  .itemBox .whBox {
    width: 380px;
    padding: 30px 20px;
    box-sizing: border-box;
    background: #fff;
    text-align: center; }
    @media (max-width: 1025px) {
      .itemBox .whBox {
        width: 340px;
        padding: 24px 15px; } }
    @media (max-width: 735px) {
      .itemBox .whBox {
        width: 100%;
        padding: 0; } }
  .itemBox .iconBox {
    display: flex;
    justify-content: center;
    margin: 10px auto; }
    @media (max-width: 735px) {
      .itemBox .iconBox {
        width: 100%;
        justify-content: space-between; } }
    .itemBox .iconBox .colorBox {
      margin-right: 15px; }
      @media (max-width: 735px) {
        .itemBox .iconBox .colorBox {
          border: 1px solid #95a7b1;
          margin: 0 auto;
          width: 48%; } }
  @media (max-width: 1025px) {
    .itemBox .icon {
      margin: 0 auto; }
      .itemBox .icon img {
        width: 100%; } }
  @media (max-width: 1025px) {
    .itemBox .icon.img01 {
      width: 60%; } }
  @media (max-width: 1025px) {
    .itemBox .icon.img02 {
      width: 50%; } }
  @media (max-width: 1025px) {
    .itemBox .icon.imgName {
      width: 80%; } }
  @media (max-width: 735px) {
    .itemBox .icon.imgName {
      width: 90%; } }

.itemName {
  font-size: 260%;
  font-weight: 500;
  text-align: center;
  line-height: 1.3; }
  .itemName span {
    font-size: 60%; }
  @media (max-width: 1025px) {
    .itemName {
      font-size: 230%; } }
  @media (max-width: 735px) {
    .itemName {
      margin: 0 auto 0.8rem;
      font-size: 154%; }
      .itemName span {
        font-size: 60%; } }

.circle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  margin-right: 8px;
  font-size: 11px;
  border-radius: 200px; }
  @media (max-width: 735px) {
    .circle {
      height: 45px;
      width: 45px;
      margin-right: 5px;
      font-size: 8px; } }
  .circle._gr {
    background: #e1e4e6; }
  .circle._be {
    background: #eed5b5; }
  .circle._wh {
    background: #fff;
    border: 1px solid #e1e4e6; }
  .circle._mint {
    background: #fff;
    border: 1px solid #35bbb1;
    color: #35bbb1; }

.sizeBox .circle {
  font-size: 15px;
  font-weight: 500;
  line-height: 1; }
  .sizeBox .circle span {
    font-size: 8px; }

.price {
  font-size: 180%;
  font-weight: 500;
  margin: 20px auto; }
  .price span {
    font-size: 70%; }
  @media (max-width: 735px) {
    .price {
      margin: 10px auto 14px;
      font-size: 160%; }
      .price span {
        font-size: 60%; } }

@media (max-width: 735px) {
  .itemBox .spFlex {
    display: flex; }
    .itemBox .spFlex .icon.img01 {
      width: 65%;
      margin-right: 5px; }
    .itemBox .spFlex .icon.img02 {
      width: 38%; }

  .spWrap {
    width: 100%;
    padding: 0.5rem;
    box-sizing: border-box; }
    .spWrap .flex {
      justify-content: center; } }
.itemBg {
  background: #fff; }
  .itemBg .wrap {
    margin: 40px auto 0; }
    @media (max-width: 735px) {
      .itemBg .wrap {
        margin: 0px auto; } }
  .itemBg .itemBox {
    background: url("/img/usr/freepage/original_downket/itemBg_pc.jpg") no-repeat left center; }
    @media (max-width: 1025px) {
      .itemBg .itemBox {
        background-position: right -80px center; } }
    @media (max-width: 735px) {
      .itemBg .itemBox {
        background: none; } }

/*  -------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------- */
#care {
  background: #34b6ac;
  position: relative;
  color: #fff; }
  #care:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background-image: url(/img/usr/freepage/original_downket/bg04.jpg);
    background-size: contain;
    background-repeat: no-repeat; }
    @media (max-width: 735px) {
      #care:before {
        background-image: url(/img/usr/freepage/original_downket/bg04_sp.jpg); } }
  #care .wrap {
    padding: 150px 0 60px;
    max-width: 1900px;
    margin: 0 auto; }
    @media (max-width: 1025px) {
      #care .wrap {
        width: 94%;
        padding: 60px 0 30px; } }
    @media (max-width: 735px) {
      #care .wrap {
        width: 94%;
        padding: 7.5rem 0 1.8rem; } }
  #care .bgImg {
    background: url("/img/usr/freepage/original_downket/bg04_inner.jpg") no-repeat center top 80px; }
    @media (max-width: 1025px) {
      #care .bgImg {
        background: none; } }
  #care .inner {
    width: 1100px;
    margin: 0 auto; }
    @media (max-width: 1025px) {
      #care .inner {
        width: 94%; } }
  #care .titleBox {
    margin: 0 auto 60px; }
    @media (max-width: 1025px) {
      #care .titleBox {
        margin: 0 auto 40px; } }
    @media (max-width: 735px) {
      #care .titleBox {
        margin: 0 auto 30px; } }
  #care .careTitle {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 2rem;
    font-weight: 600;
    margin: 20px auto 60px;
    padding: 0 0 1rem;
    border-bottom: 1px solid #fff;
    width: 360px; }
    @media (max-width: 1025px) {
      #care .careTitle {
        font-size: 1.6rem;
        margin: 20px auto 40px; } }
    @media (max-width: 735px) {
      #care .careTitle {
        font-size: 1.4rem;
        margin: 10px auto 25px;
        width: 100%;
        padding: 0 0 0.4rem; } }
    #care .careTitle:before {
      position: absolute;
      content: '';
      top: -40px;
      left: -280px;
      display: block;
      width: 263px;
      height: 125px;
      background-image: url(/img/usr/freepage/original_downket/care_bubble_pc.png);
      background-size: contain;
      background-repeat: no-repeat; }
      @media (max-width: 1025px) {
        #care .careTitle:before {
          width: 160px;
          height: 80px;
          top: -10px;
          left: -120px; } }
      @media (max-width: 735px) {
        #care .careTitle:before {
          background-image: url(/img/usr/freepage/original_downket/care_bubble_sp.png);
          top: -50px;
          left: 50%;
          transform: translateX(-50%); } }
  #care .block1 {
    margin: 100px auto 40px; }
    @media (max-width: 1025px) {
      #care .block1 {
        margin: 50px auto 40px; } }
    @media (max-width: 735px) {
      #care .block1 {
        background: url("/img/usr/freepage/original_downket/wave_s.png") no-repeat right -20px top 20px;
        background-size: 50% auto;
        margin: 2rem auto 1rem; } }
    #care .block1 .img {
      width: 58%; }
      #care .block1 .img img {
        width: 100%; }
      @media (max-width: 1025px) {
        #care .block1 .img {
          width: 50%; } }
      @media (max-width: 735px) {
        #care .block1 .img {
          width: 100%; } }
    #care .block1 .txtBlock {
      width: 38%; }
      @media (max-width: 1025px) {
        #care .block1 .txtBlock {
          width: 47%; } }
      @media (max-width: 735px) {
        #care .block1 .txtBlock {
          width: 100%;
          margin: 0 auto 1rem; } }
  #care .wh_Box {
    background: #fff;
    color: #000;
    border-radius: 10px; }
    #care .wh_Box .head {
      background: #e1d4c8;
      border-radius: 10px 10px 0 0;
      padding: 10px;
      box-sizing: border-box;
      color: #fff;
      font-size: 110%;
      font-weight: 500;
      text-align: center; }
    #care .wh_Box .inner {
      width: 1000px;
      margin: 30px auto;
      padding: 0 0 30px; }
      @media (max-width: 1025px) {
        #care .wh_Box .inner {
          width: 94%;
          margin: 20px auto;
          padding: 0 0 20px; } }
    #care .wh_Box .wash div {
      width: 15%;
      text-align: center;
      margin: 0 auto; }
      @media (max-width: 735px) {
        #care .wh_Box .wash div {
          width: 48%; } }
      #care .wh_Box .wash div .spFlex {
        width: 100%; }
        @media (max-width: 735px) {
          #care .wh_Box .wash div .spFlex {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between; } }
      @media (max-width: 735px) {
        #care .wh_Box .wash div .img {
          width: 36%; }
          #care .wh_Box .wash div .img img {
            width: 100%; } }
      #care .wh_Box .wash div .txt {
        font-size: 94%; }
        @media (max-width: 735px) {
          #care .wh_Box .wash div .txt {
            font-size: 90%;
            width: 60%;
            text-align: left; } }
    #care .wh_Box .box_be {
      background: #f3eee9;
      padding: 30px;
      box-sizing: border-box;
      margin: 0 auto 20px; }
      @media (max-width: 735px) {
        #care .wh_Box .box_be {
          padding: 0.8rem 5%; } }
      #care .wh_Box .box_be .left {
        width: 48%; }
        @media (max-width: 735px) {
          #care .wh_Box .box_be .left {
            width: 100%; } }
      #care .wh_Box .box_be .right {
        width: 48%; }
        @media (max-width: 735px) {
          #care .wh_Box .box_be .right {
            width: 100%; } }
      #care .wh_Box .box_be p {
        font-size: 110%;
        position: relative;
        padding: 0 0 0 36px; }
        @media (max-width: 735px) {
          #care .wh_Box .box_be p {
            font-size: 104%; } }
        #care .wh_Box .box_be p:before {
          position: absolute;
          left: 0;
          top: 5px;
          content: '';
          width: 31px;
          height: 24px;
          background-image: url(/img/usr/freepage/original_downket/care_icon2.png);
          background-size: contain; }
          @media (max-width: 1025px) {
            #care .wh_Box .box_be p:before {
              width: 27px;
              height: 20px; } }
          @media (max-width: 735px) {
            #care .wh_Box .box_be p:before {
              width: 18px;
              height: 14px;
              margin-right: 2px;
              top: 7px; } }
        #care .wh_Box .box_be p:not(:last-child) {
          padding-bottom: 0.8rem;
          margin-bottom: 0.8rem;
          border-bottom: 1px solid #e1d4c8; }
        @media (max-width: 735px) {
          #care .wh_Box .box_be p.last {
            padding-bottom: 0.8rem;
            margin-bottom: 0.8rem;
            border-bottom: 1px solid #e1d4c8; } }
  #care .block2 {
    margin: 100px auto 40px; }
    @media (max-width: 1025px) {
      #care .block2 {
        margin: 70px auto 40px; } }
    @media (max-width: 735px) {
      #care .block2 {
        background: url("/img/usr/freepage/original_downket/wave_s.png") no-repeat right -20px top -20px;
        background-size: 50% auto;
        margin: 2rem auto 1rem; } }
    #care .block2 .img {
      width: 58%; }
      #care .block2 .img img {
        width: 100%; }
      @media (max-width: 1025px) {
        #care .block2 .img {
          width: 50%; } }
      @media (max-width: 735px) {
        #care .block2 .img {
          width: 100%; } }
    #care .block2 .txtBlock {
      width: 38%; }
      @media (max-width: 1025px) {
        #care .block2 .txtBlock {
          width: 47%; } }
      @media (max-width: 735px) {
        #care .block2 .txtBlock {
          width: 100%;
          margin: 0 auto 1rem; } }
  #care .wh_Box2 {
    background: #fff;
    color: #000;
    border-radius: 10px;
    padding: 40px;
    box-sizing: border-box; }
    @media (max-width: 1025px) {
      #care .wh_Box2 {
        padding: 30px; } }
    @media (max-width: 735px) {
      #care .wh_Box2 {
        padding: 1.4rem 5% 1rem; } }
    #care .wh_Box2 .title {
      text-align: center;
      margin: 0 auto 20px;
      width: 32%; }
      @media (max-width: 1025px) {
        #care .wh_Box2 .title {
          width: 46%; } }
      @media (max-width: 735px) {
        #care .wh_Box2 .title {
          width: 70%;
          margin: 0 auto 0.8rem; } }
      #care .wh_Box2 .title img {
        width: 100%; }
    #care .wh_Box2 .txtBlock {
      width: 48%; }
      @media (max-width: 735px) {
        #care .wh_Box2 .txtBlock {
          width: 100%;
          margin: 0 auto 1rem; } }
      #care .wh_Box2 .txtBlock .box {
        color: #fff;
        font-size: 118%;
        background: #69d4cc;
        position: relative;
        padding: 15px;
        text-align: center;
        box-sizing: border-box;
        border-radius: 20px;
        margin: 0 auto 30px; }
        @media (max-width: 735px) {
          #care .wh_Box2 .txtBlock .box {
            margin: 0 auto 20px; } }
        #care .wh_Box2 .txtBlock .box:after {
          position: absolute;
          left: 50%;
          bottom: -10px;
          content: '';
          width: 30px;
          height: 20px;
          background-image: url(/img/usr/freepage/original_downket/huki_box_after.png);
          background-size: contain; }
          @media (max-width: 1025px) {
            #care .wh_Box2 .txtBlock .box:after {
              width: 30px;
              height: 20px; } }
          @media (max-width: 735px) {
            #care .wh_Box2 .txtBlock .box:after {
              width: 24px;
              height: 16px;
              margin-right: 2px; } }
    #care .wh_Box2 .img {
      width: 48%; }
      #care .wh_Box2 .img img {
        width: 100%; }
      @media (max-width: 735px) {
        #care .wh_Box2 .img {
          width: 100%; } }
  #care .block3 {
    margin: 100px auto 40px; }
    @media (max-width: 1025px) {
      #care .block3 {
        margin: 70px auto 40px; } }
    @media (max-width: 735px) {
      #care .block3 {
        background: url("/img/usr/freepage/original_downket/wave_s.png") no-repeat right -20px top 20px;
        background-size: 50% auto;
        margin: 2rem auto 1rem; } }
    #care .block3 .img {
      width: 58%; }
      #care .block3 .img img {
        width: 100%; }
      @media (max-width: 1025px) {
        #care .block3 .img {
          width: 50%; } }
      @media (max-width: 735px) {
        #care .block3 .img {
          width: 100%; } }
    #care .block3 .txtBlock {
      width: 38%; }
      @media (max-width: 1025px) {
        #care .block3 .txtBlock {
          width: 47%; } }
      @media (max-width: 735px) {
        #care .block3 .txtBlock {
          width: 100%;
          margin: 0 auto 1rem; } }
  #care .block4 {
    margin: 100px auto 40px; }
    @media (max-width: 1025px) {
      #care .block4 {
        margin: 70px auto 40px; } }
    @media (max-width: 735px) {
      #care .block4 {
        background: url("/img/usr/freepage/original_downket/wave_s.png") no-repeat right -20px top -20px;
        background-size: 50% auto;
        margin: 2rem auto 1rem; } }
    #care .block4 .img {
      width: 58%; }
      #care .block4 .img img {
        width: 100%; }
      @media (max-width: 1025px) {
        #care .block4 .img {
          width: 50%; } }
      @media (max-width: 735px) {
        #care .block4 .img {
          width: 100%; } }
    #care .block4 .txtBlock {
      width: 38%; }
      @media (max-width: 1025px) {
        #care .block4 .txtBlock {
          width: 47%; }
          #care .block4 .txtBlock h3 {
            font-size: 128%; } }
      @media (max-width: 735px) {
        #care .block4 .txtBlock {
          width: 100%;
          margin: 0 auto 1rem; } }
  #care .block5 {
    margin: 100px auto 40px; }
    @media (max-width: 1025px) {
      #care .block5 {
        margin: 70px auto 40px; } }
    @media (max-width: 735px) {
      #care .block5 {
        margin: 2rem auto 1rem;
        background: url("/img/usr/freepage/original_downket/wave_s.png") no-repeat right -20px top;
        background-size: 50% auto; } }
    #care .block5 h3.type2 {
      margin: 0 auto 20px;
      max-width: 300px; }
      @media (max-width: 1025px) {
        #care .block5 h3.type2 {
          width: 70%; } }
      @media (max-width: 735px) {
        #care .block5 h3.type2 {
          max-width: 70%; } }
    #care .block5 .txt {
      text-align: center;
      margin: 0 auto 38px; }
      @media (max-width: 1025px) {
        #care .block5 .txt {
          margin: 0 auto 28px; } }
      @media (max-width: 735px) {
        #care .block5 .txt {
          text-align: left; } }
    #care .block5 .img {
      margin: 0 auto;
      text-align: center; }
  #care h3 {
    font-size: 160%;
    padding: 0 0 0.8rem;
    border-bottom: 1px solid #fff;
    margin: 0 0 30px; }
    @media (max-width: 1025px) {
      #care h3 {
        font-size: 140%;
        margin: 0 0 20px; } }
    @media (max-width: 735px) {
      #care h3 {
        font-size: 128%;
        padding: 0 0 0.4rem;
        margin: 0 0 1rem; } }
    #care h3:before {
      content: '';
      display: inline-block;
      width: 50px;
      height: 50px;
      background-image: url(/img/usr/freepage/original_downket/care_icon.png);
      background-size: contain;
      vertical-align: middle;
      margin-right: 18px; }
      @media (max-width: 1025px) {
        #care h3:before {
          width: 30px;
          height: 30px; } }
      @media (max-width: 735px) {
        #care h3:before {
          width: 20px;
          height: 20px;
          margin-right: 10px; } }
    #care h3.type2 {
      padding: 0 0 0.8rem 65px;
      position: relative; }
      @media (max-width: 1025px) {
        #care h3.type2 {
          font-size: 140%;
          margin: 0 0 20px;
          padding: 0 0 0.8rem 42px; } }
      @media (max-width: 735px) {
        #care h3.type2 {
          font-size: 128%;
          padding: 0 0 0.4rem 30px;
          margin: 0 0 1rem; } }
      #care h3.type2:before {
        display: block;
        position: absolute;
        left: 0;
        top: 5px; }

/*  -------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------- */
#history {
  background: #f5f3f2; }
  #history .titleBox {
    background: #f5f3f2;
    margin: 0px auto 60px;
    padding: 80px 0 0 0; }
    @media (max-width: 1025px) {
      #history .titleBox {
        margin: 0px auto 40px;
        padding: 30px 0 0 0; } }
    @media (max-width: 735px) {
      #history .titleBox {
        margin: 0px auto;
        padding: 70px 0 0 0; } }
  #history .historyTitle {
    color: #c7b09d;
    text-align: center;
    position: relative;
    font-size: 2rem;
    font-weight: 600;
    margin: 20px auto 60px;
    padding: 0 0 1rem;
    border-bottom: 1px solid #c7b09d;
    width: 300px; }
    @media (max-width: 1025px) {
      #history .historyTitle {
        font-size: 1.6rem;
        margin: 20px auto 40px;
        width: 230px; } }
    @media (max-width: 735px) {
      #history .historyTitle {
        font-size: 1.4rem;
        margin: 10px auto 25px;
        width: 70%;
        padding: 0 0 0.4rem; } }
    #history .historyTitle:before {
      position: absolute;
      content: '';
      top: -40px;
      left: -240px;
      display: block;
      width: 263px;
      height: 125px;
      background-image: url(/img/usr/freepage/original_downket/history_bubble_pc.png);
      background-size: contain;
      background-repeat: no-repeat; }
      @media (max-width: 1025px) {
        #history .historyTitle:before {
          width: 160px;
          height: 80px;
          top: -10px;
          left: -150px; } }
      @media (max-width: 735px) {
        #history .historyTitle:before {
          background-image: url(/img/usr/freepage/original_downket/history_bubble_sp.png);
          top: -50px;
          left: 50%;
          transform: translateX(-50%); } }

.content01 {
  margin: auto;
  max-width: 1400px;
  width: 100%;
  box-sizing: border-box; }

.content02 {
  margin: auto;
  max-width: 1100px;
  width: 100%;
  box-sizing: border-box; }

.color01 {
  color: #654e41; }

.sec010Cont01 {
  padding-top: 90px;
  height: 600px;
  background: url("/img/usr/freepage/original_downket/sec10Img01.png") center;
  background-size: cover; }

.sec010Cont01--text01 {
  font-size: 35px;
  margin-bottom: 30px;
  text-align: center; }

.sec010Cont01--text02 {
  font-size: 16px;
  line-height: 2.25em;
  text-align: center; }

.sec010Cont02 {
  padding: 80px 0; }

.sec010Cont02 .content02 {
  display: flex;
  justify-content: space-between; }

.sec010Cont02__box01 {
  width: 780px; }

.sec010Cont02__box02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 780px); }

.sec010Cont02--text01 {
  font-size: 32px;
  margin-bottom: 30px;
  text-align: left; }

.sec010Cont02--text02 {
  font-size: 16px;
  line-height: 2.25em;
  text-align: left; }

.sec010Cont03 {
  background: #f5f3f2;
  padding: 0px 30px 150px;
  background-image: url("/img/usr/freepage/original_downket/sec10back01.png");
  background-position: 550px bottom;
  background-repeat: no-repeat;
  position: relative; }

.sec010Cont03:before {
  content: " ";
  width: 96vw;
  position: absolute;
  top: 484px;
  height: 3px;
  background: #a99a8d; }

.sec010Cont03List {
  display: flex;
  justify-content: space-between; }

.sec010Cont03List li {
  width: calc((100% - 40px) / 5);
  margin-bottom: 10px;
  list-style: none;
  box-sizing: border-box; }

.sec010Cont03List--text01 {
  font-size: 25px;
  color: #a99a8d;
  margin-bottom: 10px; }

.sec010Cont03List--textBox01 {
  background: #ffffff;
  position: relative;
  height: 300px; }

.sec010Cont03List--textBox01in {
  padding: 10px;
  font-size: 14px; }

.sec010Cont03List--text02 {
  font-size: 50px;
  margin-top: 60px;
  text-align: center;
  color: #cec6be;
  margin-bottom: 30px;
  position: relative; }

.sec010Cont03List--text02:before {
  content: " ";
  background: #a99a8d;
  height: 15px;
  width: 15px;
  border-radius: 50px;
  position: absolute;
  top: -20px;
  left: calc(50% - 7.5px); }

.sec010Cont03List--text02:after {
  content: " ";
  background: #a99a8d;
  height: 50px;
  width: 3px;
  position: absolute;
  top: -60px;
  left: calc(50% - 1.5px); }

.sec010Cont03List--textBox02 {
  padding: 10px;
  background: #ffffff;
  font-size: 14px;
  position: relative; }

.sec010Cont03List--textBox02:before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -10px;
  left: calc(50% - 5px); }

.sec010Cont03List--Img01 {
  margin-top: 30px; }

.sec010Cont03List--Img02 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }

.sec010Cont04 {
  background: url("/img/usr/freepage/original_downket/sec10back02.png") center;
  background-size: cover;
  height: 550px;
  padding-top: 210px;
  padding-left: 50px;
  box-sizing: border-box; }

.sec010Cont04Text01 {
  color: #ffffff;
  font-size: 35px;
  margin-bottom: 30px; }

.sec010Cont04Text02 {
  color: #ffffff;
  font-size: 16px;
  line-height: 2.25em; }

@media (max-width: 1025px) {
  .sec010Cont01 img {
    width: 100%; }

  .sec010Cont03 {
    background-position: 130px bottom; }

  .sec010Cont02--text01 {
    font-size: 3vw; }

  .sec010Cont02--text02 {
    font-size: 1.5vw; }

  .sec010Cont03List--textBox01in,
  .sec010Cont03List--textBox02 {
    line-height: 1.25em; }

  .sec010Cont03List--text02 {
    font-size: 30px; }

  .sec010Cont02__box01 {
    width: calc(100% - 200px); }

  .sec010Cont02__box02 {
    width: 200px; } }
@media (max-width: 735px) {
  .sec010Cont01 {
    width: 100%; }
    .sec010Cont01 img {
      max-width: 100% !important; }

  .content01, .content02 {
    width: 90%;
    margin: 0 5%; }

  .sec010Cont01--text01 {
    font-size: 6vw;
    margin-bottom: 20px; }

  .sec010Cont01--text02 {
    font-size: 4vw;
    line-height: 1.5em;
    text-align: center;
    padding: 0 40px; }

  .sec010Cont02 .content02 {
    display: block;
    position: relative; }

  .sec010Cont02__box01 {
    width: 100%; }

  .sec010Cont02--text01 {
    font-size: 6vw;
    margin-bottom: 30px;
    text-align: center;
    padding-top: 100px; }

  .sec010Cont02--text02 {
    font-size: 3.5vw;
    line-height: 1.5em;
    text-align: left; }

  .sec010Cont02__box02 {
    display: block;
    justify-content: center;
    align-items: center;
    width: 100px;
    position: absolute;
    top: -20px;
    left: calc(50% - 50px); }

  .sec010Cont03:before {
    content: " ";
    width: 2px;
    position: absolute;
    top: 0;
    height: 100%;
    background: #a99a8d;
    left: 20px; }

  .sec010Cont03List {
    display: block;
    padding-left: 30px; }

  .sec010Cont03List li {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    background: #ffffff;
    padding: 10px; }

  .sec010Cont03List--textBox01in {
    padding: 0;
    font-size: 3.5vw; }

  .sec010Cont03List--text02 {
    font-size: 5vw;
    margin-top: 0;
    text-align: center;
    color: #a99a8d;
    margin-bottom: 0;
    position: absolute;
    padding-left: 30px;
    top: -35px;
    left: -25px; }

  .sec010Cont03List--text02:before {
    content: " ";
    background: #a99a8d;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    position: absolute;
    top: 7px;
    left: -10px; }

  .sec010Cont03List--text02:after {
    content: " ";
    background: #a99a8d;
    height: 2px;
    width: 25px;
    position: absolute;
    top: 13px;
    left: -5px; }

  .sec010Cont03List--textBox01 {
    height: auto; }

  .sec010Cont03List--textBox02 {
    background: #f5f3f2; }

  .sec010Cont03List li:nth-child(3) .sec010Cont03List--textBox01 {
    width: 150px;
    position: initial; }

  .sec010Cont03List li:nth-child(4) .sec010Cont03List--textBox01 {
    width: calc(100% - 130px);
    position: initial; }

  .sec010Cont03List li:nth-child(5) .sec010Cont03List--textBox01 {
    position: initial; }

  .sec010Cont03List li:nth-child(3),
  .sec010Cont03List li:nth-child(4) {
    position: relative; }

  .sec010Cont03List--Img01 {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 100px;
    margin: 0; }
    .sec010Cont03List--Img01 img {
      width: 100%; }

  .sec010Cont03List li:nth-child(4) .sec010Cont03List--Img02 {
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    margin: 0;
    height: 100%;
    bottom: initial;
    left: initial;
    display: flex;
    align-items: center;
    background: #0f090f; }

  .sec010Cont03List li:nth-child(5) {
    position: relative;
    padding-bottom: 200px; }

  .sec010Cont03List li:nth-child(5) .sec010Cont03List--Img02 {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0; }

  .sec010Cont03 {
    background: #f5f3f2;
    padding: 50px 0 150px;
    background-image: url(/img/usr/freepage/original_downket/sec10back01.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    background-size: 650px; }

  .sec010Cont04 {
    background: url(/img/usr/freepage/original_downket/sec10back02.png) center;
    background-size: cover;
    height: auto;
    padding: 50px 0;
    background-position: right; }

  .sec010Cont04Text01 {
    color: #ffffff;
    font-size: 5vw;
    margin-bottom: 30px;
    text-align: center; }

  .sec010Cont04Text02 {
    color: #ffffff;
    font-size: 4vw;
    line-height: 1.5em; } }
/*  -------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------- */
#question {
  background: #34b6ac;
  color: #fff;
  padding: 100px 0 80px; }
  @media (max-width: 1025px) {
    #question {
      padding: 60px 0 40px; } }
  @media (max-width: 735px) {
    #question {
      padding: 5rem 0 2rem; } }
  #question .titleBox {
    margin: 0 auto 60px; }
    @media (max-width: 1025px) {
      #question .titleBox {
        margin: 0 auto 40px; } }
    @media (max-width: 735px) {
      #question .titleBox {
        margin: 0 auto 30px; } }
  #question .questionTitle {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 2rem;
    font-weight: 600;
    margin: 20px auto 60px;
    padding: 0 0 1rem;
    border-bottom: 1px solid #fff;
    width: 300px; }
    @media (max-width: 1025px) {
      #question .questionTitle {
        font-size: 1.6rem;
        margin: 20px auto 40px;
        width: 300px; } }
    @media (max-width: 735px) {
      #question .questionTitle {
        font-size: 1.4rem;
        margin: 10px auto 25px;
        width: 70%;
        padding: 0 0 0.4rem; } }
    #question .questionTitle:before {
      position: absolute;
      content: '';
      top: -40px;
      left: -240px;
      display: block;
      width: 263px;
      height: 125px;
      background-image: url(/img/usr/freepage/original_downket/qa_bubble_pc.png);
      background-size: contain;
      background-repeat: no-repeat; }
      @media (max-width: 1025px) {
        #question .questionTitle:before {
          width: 160px;
          height: 80px;
          top: -10px;
          left: -120px; } }
      @media (max-width: 735px) {
        #question .questionTitle:before {
          background-image: url(/img/usr/freepage/original_downket/qa_bubble_sp.png);
          top: -50px;
          left: 50%;
          transform: translateX(-50%); } }
  #question .wrap {
    margin: 80px auto 0; }
    @media (max-width: 1025px) {
      #question .wrap {
        margin: 60px auto 0; } }
    @media (max-width: 735px) {
      #question .wrap {
        margin: 1.5rem auto 0; } }
  #question .faqBox {
    padding: 30px;
    box-sizing: border-box; }
    @media (max-width: 1025px) {
      #question .faqBox {
        padding: 24px; } }
    @media (max-width: 735px) {
      #question .faqBox {
        padding: 16px; } }
    #question .faqBox._q {
      background: #fff;
      border-radius: 8px; }
    @media (max-width: 735px) {
      #question .faqBox._a {
        padding: 16px 16px 16px 5px; } }
  #question .faq {
    padding: 0 0 0 40px;
    box-sizing: border-box;
    position: relative; }
    @media (max-width: 1025px) {
      #question .faq {
        padding: 0 0 0 34px; } }
    @media (max-width: 735px) {
      #question .faq {
        padding: 0 0 0 25px; } }
    #question .faq:before {
      content: ' ';
      position: absolute;
      left: 0;
      top: -10px;
      font-size: 26px; }
      @media (max-width: 1025px) {
        #question .faq:before {
          font-size: 22px;
          top: -5px; } }
      @media (max-width: 735px) {
        #question .faq:before {
          font-size: 18px;
          top: 0px; } }
    #question .faq._q {
      font-size: 120%;
      font-weight: 500;
      color: #756155; }
      @media (max-width: 1025px) {
        #question .faq._q {
          font-size: 114%; } }
      @media (max-width: 735px) {
        #question .faq._q {
          font-size: 110%; } }
    #question .faq._a {
      padding: 0 0 0 55px; }
      @media (max-width: 1025px) {
        #question .faq._a {
          padding: 0 0 0 50px; } }
      @media (max-width: 735px) {
        #question .faq._a {
          padding: 0 0 0 45px; } }
  #question .faq._q:before {
    content: "Q.";
    color: #756155; }
  #question .faq._a:before {
    position: absolute;
    left: -10px;
    top: -5px;
    content: '';
    width: 50px;
    height: 50px;
    background-image: url(/img/usr/freepage/original_downket/qa_a.png);
    background-size: contain; }
    @media (max-width: 1025px) {
      #question .faq._a:before {
        width: 45px;
        height: 45px; } }
    @media (max-width: 735px) {
      #question .faq._a:before {
        width: 35px;
        height: 35px;
        left: 0px;
        top: 5px; } }

/*  -------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------- */
#color {
  background: #f3eee9;
  padding: 100px 0 40px; }
  @media (max-width: 1025px) {
    #color {
      padding: 60px 0 20px; } }
  @media (max-width: 735px) {
    #color {
      padding: 5rem 0 2rem; } }
  #color .titleBox {
    margin: 0 auto 60px; }
    @media (max-width: 1025px) {
      #color .titleBox {
        margin: 0 auto 40px; } }
    @media (max-width: 735px) {
      #color .titleBox {
        margin: 0 auto 30px; } }
  #color .colorTitle {
    color: #c6b09d;
    text-align: center;
    position: relative;
    font-size: 2rem;
    font-weight: 600;
    margin: 20px auto 60px;
    padding: 0 0 1rem;
    border-bottom: 1px solid #c6b09d;
    width: 300px; }
    @media (max-width: 1025px) {
      #color .colorTitle {
        font-size: 1.6rem;
        margin: 20px auto 40px;
        width: 230px; } }
    @media (max-width: 735px) {
      #color .colorTitle {
        font-size: 1.4rem;
        margin: 10px auto 25px;
        width: 70%;
        padding: 0 0 0.4rem; } }
    #color .colorTitle:before {
      position: absolute;
      content: '';
      top: -40px;
      left: -240px;
      display: block;
      width: 263px;
      height: 125px;
      background-image: url(/img/usr/freepage/original_downket/color_bubble_pc.png);
      background-size: contain;
      background-repeat: no-repeat; }
      @media (max-width: 1025px) {
        #color .colorTitle:before {
          width: 160px;
          height: 80px;
          top: -10px;
          left: -120px; } }
      @media (max-width: 735px) {
        #color .colorTitle:before {
          background-image: url(/img/usr/freepage/original_downket/color_bubble_sp.png);
          top: -50px;
          left: 50%;
          transform: translateX(-50%); } }
  #color .wrap {
    margin: 80px auto 0; }
    @media (max-width: 1025px) {
      #color .wrap {
        margin: 60px auto 0; } }
    @media (max-width: 735px) {
      #color .wrap {
        margin: 1.5rem auto 0; } }
  #color .box {
    margin: 0 auto 80px; }
    @media (max-width: 1025px) {
      #color .box {
        margin: 0 auto 60px; } }
    @media (max-width: 735px) {
      #color .box {
        margin: 0 auto 1.8rem; } }
  #color .left {
    width: 30%;
    text-align: center; }
    #color .left .inner {
      width: 100%; }
  #color .right {
    width: 65%; }
    @media (max-width: 735px) {
      #color .right {
        width: 100%; } }
  #color .img {
    max-width: 100%; }
    #color .img img {
      width: 100%; }
  #color .circle {
    width: 120px;
    height: 120px;
    font-size: 16px;
    text-align: center;
    margin: 0 auto 40px; }
    @media (max-width: 1025px) {
      #color .circle {
        width: 100px;
        height: 100px;
        font-size: 14px;
        margin: 0 auto 30px; } }
    #color .circle._wh {
      border: none; }

/*  -------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------- */
#order {
  padding: 100px 0 40px; }
  @media (max-width: 1025px) {
    #order {
      padding: 60px 0 20px; } }
  @media (max-width: 735px) {
    #order {
      padding: 5rem 0 2rem; } }
  #order .titleBox {
    margin: 0 auto 60px; }
    @media (max-width: 1025px) {
      #order .titleBox {
        margin: 0 auto 40px; } }
    @media (max-width: 735px) {
      #order .titleBox {
        margin: 0 auto 30px; } }
  #order .orderTitle {
    color: #68d3cc;
    text-align: center;
    position: relative;
    font-size: 2rem;
    font-weight: 600;
    margin: 20px auto 60px;
    padding: 0 0 1rem;
    border-bottom: 1px solid #68d3cc;
    width: 300px; }
    @media (max-width: 1025px) {
      #order .orderTitle {
        font-size: 1.6rem;
        margin: 20px auto 40px;
        width: 230px; } }
    @media (max-width: 735px) {
      #order .orderTitle {
        font-size: 1.4rem;
        margin: 10px auto 25px;
        width: 70%;
        padding: 0 0 0.4rem; } }
    #order .orderTitle:before {
      position: absolute;
      content: '';
      top: -40px;
      left: -240px;
      display: block;
      width: 263px;
      height: 125px;
      background-image: url(/img/usr/freepage/original_downket/order_bubble_pc.png);
      background-size: contain;
      background-repeat: no-repeat; }
      @media (max-width: 1025px) {
        #order .orderTitle:before {
          width: 160px;
          height: 80px;
          top: -10px;
          left: -150px; } }
      @media (max-width: 735px) {
        #order .orderTitle:before {
          background-image: url(/img/usr/freepage/original_downket/order_bubble_sp.png);
          top: -50px;
          left: 50%;
          transform: translateX(-50%); } }
  #order .wrap {
    margin: 80px auto 0; }
    @media (max-width: 1025px) {
      #order .wrap {
        margin: 50px auto 0; } }
    @media (max-width: 735px) {
      #order .wrap {
        margin: 1.5rem auto 0; } }
  #order .mainBox01.type2 {
    margin: 0 auto 20px; }
    #order .mainBox01.type2 .left {
      width: 63%; }
      @media (max-width: 1025px) {
        #order .mainBox01.type2 .left {
          width: 70%; } }
      @media (max-width: 735px) {
        #order .mainBox01.type2 .left {
          width: 100%; } }
    #order .mainBox01.type2 .right {
      width: 34%; }
      @media (max-width: 1025px) {
        #order .mainBox01.type2 .right {
          width: 27%; } }
      @media (max-width: 735px) {
        #order .mainBox01.type2 .right {
          width: 100%; } }
    #order .mainBox01.type2 .box_be {
      width: 100%;
      border-radius: 10px;
      padding: 15px; }
      @media (max-width: 1025px) {
        #order .mainBox01.type2 .box_be {
          padding: 10px; } }
      @media (max-width: 735px) {
        #order .mainBox01.type2 .box_be {
          border-radius: 10px 10px 0 0; } }
    #order .mainBox01.type2 .icon {
      left: 20px;
      top: -20px;
      width: 145px;
      height: 145px; }
      @media (max-width: 1025px) {
        #order .mainBox01.type2 .icon {
          width: 100px;
          height: 100px;
          left: 15px; } }
      @media (max-width: 735px) {
        #order .mainBox01.type2 .icon {
          width: 80px;
          height: 80px;
          left: -5px; } }
    #order .mainBox01.type2 .inner {
      width: 70%;
      padding: 0 0 0 170px; }
      @media (max-width: 1025px) {
        #order .mainBox01.type2 .inner {
          width: 68%;
          padding: 0 0 0 120px; } }
      @media (max-width: 735px) {
        #order .mainBox01.type2 .inner {
          width: 100%;
          padding: 0; } }
    #order .mainBox01.type2 .subTxt {
      font-size: 150%; }
      @media (max-width: 1025px) {
        #order .mainBox01.type2 .subTxt {
          font-size: 140%; } }
      @media (max-width: 735px) {
        #order .mainBox01.type2 .subTxt {
          font-size: 110%;
          padding: 0 0 5px 20px;
          width: 90%; } }
    #order .mainBox01.type2 .subS {
      margin: 0 0 0 10px; }
  #order .box_wh {
    width: 100%;
    padding: 0; }
    #order .box_wh .flex .child:nth-child(1) {
      width: 100%; }
      @media (max-width: 735px) {
        #order .box_wh .flex .child:nth-child(1) {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; } }
      #order .box_wh .flex .child:nth-child(1) .flex {
        padding: 5px 30px; }
        @media (max-width: 1025px) {
          #order .box_wh .flex .child:nth-child(1) .flex {
            padding: 5px 18px; } }
        @media (max-width: 735px) {
          #order .box_wh .flex .child:nth-child(1) .flex {
            width: 52%;
            padding: 8px 0; } }
    #order .box_wh .circle {
      width: 86px;
      height: 86px; }
      @media (max-width: 1025px) {
        #order .box_wh .circle {
          width: 50px;
          height: 50px; } }
    #order .box_wh .txtT {
      text-align: center;
      font-size: 120%;
      line-height: 1.2;
      color: #35bbb1;
      margin: 0 0 1rem;
      position: relative; }
      @media (max-width: 1025px) {
        #order .box_wh .txtT {
          width: 100%;
          font-size: 110%;
          margin: 0 auto 0.8rem; } }
      @media (max-width: 735px) {
        #order .box_wh .txtT {
          background: none;
          font-size: 90%;
          width: 35%;
          margin: 0 auto;
          display: flex;
          justify-content: center;
          align-items: center; } }
      #order .box_wh .txtT span {
        font-size: 150%; }
      #order .box_wh .txtT:after {
        content: '';
        width: 30px;
        height: 1px;
        display: inline-block;
        background-color: #35bbb1;
        position: absolute;
        bottom: -6px;
        left: calc(50% - 15px); }
        @media (max-width: 735px) {
          #order .box_wh .txtT:after {
            content: none; } }
  #order .orderBlock {
    margin: 30px auto 80px; }
    @media (max-width: 1025px) {
      #order .orderBlock {
        margin: 30px auto 70px; } }
    @media (max-width: 735px) {
      #order .orderBlock {
        margin: 20px auto 2em; } }
    #order .orderBlock .left, #order .orderBlock .right {
      width: 49%; }
      @media (max-width: 735px) {
        #order .orderBlock .left, #order .orderBlock .right {
          width: 100%; } }
    #order .orderBlock .item {
      width: 100%;
      margin: 30px 0 0; }
      @media (max-width: 735px) {
        #order .orderBlock .item {
          margin: 20px 0 0; } }
    #order .orderBlock dl {
      line-height: 1.3;
      align-items: center; }
      #order .orderBlock dl dt {
        margin-right: 15px; }
        @media (max-width: 1025px) {
          #order .orderBlock dl dt {
            margin-right: 12px; } }
        @media (max-width: 735px) {
          #order .orderBlock dl dt {
            margin-right: 10px; } }
      #order .orderBlock dl dd {
        font-size: 120%;
        font-weight: 500; }
        #order .orderBlock dl dd span {
          font-size: 70%;
          font-weight: 400; }
    #order .orderBlock .sizeIcon {
      width: 60px;
      height: 60px;
      color: #fff;
      background: #69d4cc;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 108%;
      font-weight: 500; }
      @media (max-width: 1025px) {
        #order .orderBlock .sizeIcon {
          width: 50px;
          height: 50px; } }
      @media (max-width: 735px) {
        #order .orderBlock .sizeIcon {
          width: 40px;
          height: 40px; } }
    #order .orderBlock .price {
      display: flex;
      width: 29%;
      font-size: 220%;
      margin: 5px 0 !important; }
      @media (max-width: 1025px) {
        #order .orderBlock .price {
          width: 29%;
          font-size: 160%; } }
      @media (max-width: 735px) {
        #order .orderBlock .price {
          width: 29%;
          font-size: 140%; } }
      #order .orderBlock .price .yen {
        margin: 5px 0 0 5px;
        line-height: 1;
        font-size: 60%; }
        #order .orderBlock .price .yen span {
          font-size: 40%;
          margin: 0 0 0 -5px; }
    #order .orderBlock .btn.type2 {
      width: 100%; }
      #order .orderBlock .btn.type2 a {
        height: 60px; }
        @media (max-width: 735px) {
          #order .orderBlock .btn.type2 a {
            height: 50px; } }
      #order .orderBlock .btn.type2 span {
        height: 60px; }
        @media (max-width: 735px) {
          #order .orderBlock .btn.type2 span {
            height: 50px; } }

/*  -------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------- */
#spec {
  border-top: 1px solid #000; }
  #spec .wrap {
    margin: 100px auto 80px; }
    @media (max-width: 1025px) {
      #spec .wrap {
        margin: 80px auto; } }
    @media (max-width: 735px) {
      #spec .wrap {
        margin: 2.4rem auto 2rem; } }
  #spec .box {
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 50px;
    box-sizing: border-box;
    margin: 0 0 40px; }
    @media (max-width: 1025px) {
      #spec .box {
        background-position: right center !important; } }
    @media (max-width: 735px) {
      #spec .box {
        background: none !important;
        padding: 0;
        margin: 0 0 20px; } }
    #spec .box.pad {
      background: url("/img/usr/freepage/original_downket/specImg01_pc.jpg"); }
    #spec .box.towel {
      background: url("/img/usr/freepage/original_downket/specImg02_pc.jpg"); }
    #spec .box .ditail {
      background-color: rgba(255, 255, 255, 0.8);
      padding: 30px 30px 30px 30px;
      box-sizing: border-box;
      width: 450px; }
      @media (max-width: 1025px) {
        #spec .box .ditail {
          width: 380px;
          padding: 14px 20px 20px 20px; } }
      @media (max-width: 735px) {
        #spec .box .ditail {
          width: 100%;
          padding: 0.8rem 5%;
          background: #eeeeee; } }
      #spec .box .ditail .itemName {
        font-size: 180%;
        text-align: left;
        margin: 0 0 1.8rem; }
        @media (max-width: 1025px) {
          #spec .box .ditail .itemName {
            font-size: 156%; } }
        @media (max-width: 735px) {
          #spec .box .ditail .itemName {
            font-size: 110%;
            margin: 0 0 1.5rem; } }
      #spec .box .ditail dl {
        display: flex;
        font-size: 94%;
        margin: 0 0 13px; }
        #spec .box .ditail dl dt {
          width: 18%;
          font-weight: 500; }
          @media (max-width: 1025px) {
            #spec .box .ditail dl dt {
              width: 20%; } }
          @media (max-width: 735px) {
            #spec .box .ditail dl dt {
              width: 23%; } }
        #spec .box .ditail dl dd {
          position: relative;
          width: 80%; }
          @media (max-width: 1025px) {
            #spec .box .ditail dl dd {
              width: 78%; } }
          @media (max-width: 735px) {
            #spec .box .ditail dl dd {
              width: 75%; } }
          #spec .box .ditail dl dd:before {
            content: "";
            display: inline-block;
            width: 1px;
            height: 100px;
            background-color: #7f7f7f;
            position: absolute;
            top: 0px;
            left: -15px; }
            @media (max-width: 1025px) {
              #spec .box .ditail dl dd:before {
                height: 100px; } }
            @media (max-width: 735px) {
              #spec .box .ditail dl dd:before {
                height: 120px; } }
          #spec .box .ditail dl dd.type2:before {
            height: 30px; }
            @media (max-width: 1025px) {
              #spec .box .ditail dl dd.type2:before {
                height: 30px; } }
            @media (max-width: 735px) {
              #spec .box .ditail dl dd.type2:before {
                height: 25px; } }
    @media (max-width: 735px) {
      #spec .box .itemName.spV {
        font-size: 110%;
        text-align: left; } }

/*  -------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------- */
#menu .wrap {
  margin: 30px auto 80px; }
  @media (max-width: 1025px) {
    #menu .wrap {
      margin: 30px auto 60px; } }
  @media (max-width: 735px) {
    #menu .wrap {
      width: 100%;
      max-width: 100%;
      margin: 1.8rem auto 2rem; } }
@media (max-width: 735px) {
  #menu .btn {
    width: 100%;
    border-radius: 0;
    margin: 0 0 2px; } }
@media (max-width: 735px) {
  #menu .btn a {
    text-align: left;
    color: #000; } }
@media (max-width: 735px) {
  #menu .btn span {
    justify-content: start;
    padding-left: 15px; } }

/*  -------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------- */
#footer h2 {
  text-align: center;
  margin: 0 auto 30px; }
  @media (max-width: 1025px) {
    #footer h2 {
      width: 40%; }
      #footer h2 img {
        width: 100%; } }
  @media (max-width: 735px) {
    #footer h2 {
      margin: 0 auto 40px;
      width: 43%; } }
#footer .foot {
  width: 100%;
  background: #69d4cc; }
#footer .copy {
  padding: 40px 0;
  text-align: center;
  font-size: 90%; }
  @media (max-width: 1025px) {
    #footer .copy {
      padding: 30px 0;
      font-size: 80%; } }
  @media (max-width: 735px) {
    #footer .copy {
      padding: 14px 0; } }

#pagetop {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 10px;
  padding-bottom: 10px;
  width: 7%;
  z-index: 99999; }
  #pagetop img {
    width: 100%; }
  @media (max-width: 1025px) {
    #pagetop {
      width: 12%; } }
  @media (max-width: 735px) {
    #pagetop {
      width: 25%; } }

#pagetop img {
  cursor: pointer; }

/*  -------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------- */
.invisible {
  transition: opacity 0.5s ease;
  opacity: 0.0; }

.visible {
  transition: opacity 0.5s ease;
  opacity: 1.0; }

/*  -------------------------------------------------------------------------------------------------------- */
.pcVew {
  display: block; }

.spVew {
  display: none; }

@media (max-width: 735px) {
  .spVew {
    display: block; }

  .pcVew {
    display: none; } }
@media (max-width: 1025px) {
  .img100 img {
    width: 100%; } }
.mb0 {
  margin-bottom: 0 !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mr10 {
  margin-right: 10px !important; }

.lineH0 {
  line-height: 0; }

@media (max-width: 735px) {
  .spmb0 {
    margin-bottom: 0 !important; }

  .spmb10 {
    margin-bottom: 10px !important; }

  .spmb20 {
    margin-bottom: 20px !important; }

  .spmb30 {
    margin-bottom: 30px !important; }

  .spmb40 {
    margin-bottom: 40px !important; }

  .spmb50 {
    margin-bottom: 50px !important; }

  .spmb60 {
    margin-bottom: 60px !important; }

  .spmb70 {
    margin-bottom: 70px !important; }

  .spmb80 {
    margin-bottom: 80px !important; }

  .spmt10 {
    margin-top: 10px !important; }

  .spmt20 {
    margin-top: 20px !important; }

  .spmt30 {
    margin-top: 30px !important; }

  .spmr5 {
    margin-right: 5px !important; } }
.color_mint {
  color: #35bbb1; }

/*a:hover{ opacity:0.8;}
a img:hover{ opacity:0.9;}*/
.alignC {
  text-align: center; }

.alignL {
  text-align: left; }

.alignR {
  text-align: right; }

.lineM {
  line-height: 1.5; }

.flex {
  display: flex;
  flex-wrap: wrap; }
  .flex._sb {
    justify-content: space-between; }
  .flex._cn {
    justify-content: center; }
  .flex._row {
    flex-direction: row-reverse; }

.fontB {
  font-size: 108%;
  font-weight: 500; }

.fontL {
  font-size: 120%; }

.fontLL {
  font-size: 138%; }

.fontS {
  font-size: 90%; }

.fontSS {
  font-size: 75%; }

.w820 {
  width: 820px;
  margin: 0 auto; }
  @media (max-width: 1025px) {
    .w820 {
      width: 100%; } }

/*  -------------------------------------------------------------------------------------------------------- */
/*========================================================= */
/* オプション用 */
/*========================================================= */
.invisible {
  transition: opacity 0.2s ease;
  opacity: 0.0; }

.poyo {
  animation: poyo 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards; }

@keyframes poyo {
  0% {
    transform: translateX(140px);
    opacity: 0; }
  50% {
    transform: translateX(0); }
  65% {
    transform: translateX(30px); }
  100% {
    transform: translateX(0); }
  20%,100% {
    opacity: 1; } }
.delay-time005 {
  animation-delay: 0.05s; }

.delay-time01 {
  animation-delay: 0.1s; }

.delay-time03 {
  animation-delay: 0.3s; }

.delay-time05 {
  animation-delay: 0.5s; }

.delay-time07 {
  animation-delay: 0.7s; }

.delay-time08 {
  animation-delay: 0.8s; }

.delay-time09 {
  animation-delay: 0.9s; }

.delay-time1 {
  animation-delay: 1s; }

.delay-time102 {
  animation-delay: 1.2s; }

.delay-time105 {
  animation-delay: 1.5s; }

/*========================================================= */
/* ページトップ */
/*========================================================= */
#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  bottom: 2%;
  right: 2%;
  display: none;
  cursor: pointer;
  width: 120px; }
  @media (max-width: 1025px) {
    #pagetop {
      width: 100px; } }
  @media (max-width: 735px) {
    #pagetop {
      width: 80px; } }

#pagetop img {
  cursor: pointer; }

#pagetop img:hover {
  opacity: 0.7; }

/*--------------------------------------*/
/*movie*/
/*--------------------------------------*/
.movie {
  position: relative;
  width: 100%;
  padding-top: 56.27705627705628%;
  margin: 80px auto 0; }
  @media (max-width: 1025px) {
    .movie {
      margin: 40px auto 30px; } }
  @media (max-width: 735px) {
    .movie {
      margin: 1.8rem auto 0; } }

.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100%	!important; }

/*--------------------------------------*/
/*fade*/
/*--------------------------------------*/
.js-fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s; }

.js-fadein.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px); }

.center {
  margin: 0 auto;
  text-align: center; }

/************************************
 * アニメーション用
 ***********************************/
.span-line {
  position: absolute;
  top: 65%;
  left: -100%;
  z-index: 1;
  width: 100%;
  height: 2rem;
  background-color: #9be2dd;
  transform: translateX(100%);
  transition: all 1s; }

.line-text {
  position: relative; }

.line-text span {
  position: relative;
  z-index: 10; }
