@charset "utf-8";
body {
  font: 13px/1.231 Helvetica,Arial,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","モリサワ 新ゴ R","Droid Sans",メイリオ,sans-serif;
  font-family: Helvetica,Arial,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","モリサワ 新ゴ R","Droid Sans",メイリオ,sans-serif;
  line-height: 1.7;
}
#Cont, #Cont *, #Cont ::after, #Cont ::before {
  box-sizing: content-box;
}
#Cont #pageNav {
  position: absolute;
  top: 860px;
  left: 0;
  width: 100%;
  z-index: 7; }
  @media screen and (max-width: 640px) {
    #Cont #pageNav {
      display: none; } }
  #Cont #pageNav.fixed {
    position: fixed;
    top: 0 !important;
    left: 0;
    background: #0054A8;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); }
    #Cont #pageNav.fixed li {
      letter-spacing: 0.03em;
      filter: none;
    }
  #Cont #pageNav.bottom {
    top: inherit !important;
    bottom: 0;
    background: #0054A8; }
  #Cont #pageNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0 10px; }
    @media screen and (max-width: 1000px) {
      #Cont #pageNav ul {
        width: 100%; } }
      #Cont #pageNav ul li {
        font-size: 16px;
        letter-spacing: 0.09em;
        margin-right: 70px;
        filter: drop-shadow(1px 1px 2px rgb(0 0 0 / 60%)) drop-shadow(-1px -1px 2px rgb(0 0 0 / 60%));
      }
      #Cont #pageNav ul li:last-child {
        margin-right: 0;
      }
      @media screen and (max-width: 1000px) {
        #Cont #pageNav ul li {
          font-size: 13px;
        } }
      #Cont #pageNav ul li.current a {
        border-bottom: 4px dotted #fff; }
      #Cont #pageNav ul li a {
        color: #fff;
        padding: 0 0 5px;
        display: inline-block;
        text-decoration: none;
        border-bottom: 4px dotted transparent; }
        #Cont #pageNav ul li a:hover {
          text-decoration: none;
          border-bottom: 4px dotted #fff; }

#Cont #pageNavSp {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (max-width: 640px) {
    #Cont #pageNavSp {
      display: block; } }
  #Cont #pageNavSp.fixed {
    position: fixed;
    top: 49px; }
  #Cont #pageNavSp.active .openClose span {
    background: none; }
    #Cont #pageNavSp.active .openClose span::before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 0px; }
    #Cont #pageNavSp.active .openClose span::after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      bottom: 0px; }
  #Cont #pageNavSp.fixed {
    top: 0; }
  #Cont #pageNavSp .openClose {
    background: #0054A8;
    color: #fff;
    font-size: 18px;
    padding: 6px;
    height: 42px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer; }
    #Cont #pageNavSp .openClose span {
      width: 15px;
      height: 2px;
      background: #FFF;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      margin: -2px 0 0 10px; }
      #Cont #pageNavSp .openClose span::before, #Cont #pageNavSp .openClose span::after {
        content: "";
        display: block;
        position: absolute;
        background: #fff;
        width: 15px;
        height: 2px;
        left: 0;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
      #Cont #pageNavSp .openClose span::before {
        top: -5px; }
      #Cont #pageNavSp .openClose span::after {
        bottom: -5px; }
  #Cont #pageNavSp ul {
    background: #0091D6;
    padding: 20px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: none; }
    #Cont #pageNavSp ul li {
      font-size: 16px; }
      #Cont #pageNavSp ul li a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 10px; }
        #Cont #pageNavSp ul li a:hover {
          text-decoration: none; }

#Main {
  position: relative; }
  #Main:before {
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    height: 66px;
    background: #fff;
    left: 0;
    bottom: -66px;
    z-index: 3; }
    @media screen and (max-width: 640px) {
      #Main:before {
        bottom: -106px;
        height: 106px; } }

#Main_inner {
  padding: 0; }

#Cont {
  width: auto;
  margin-bottom: 20px;
  text-align: center;
  background: #0097d9;
  position: relative; }
  @media screen and (max-width: 640px) {
    #Cont {
      margin-bottom: 20px;
      padding-top: 42px; } }
  #Cont img, #Cont picture {
    margin: 0 auto; }
  #Cont .pc {
    display: block; }
    @media screen and (max-width: 640px) {
      #Cont .pc {
        display: none; } }
  #Cont .sp {
    display: none; }
    @media screen and (max-width: 640px) {
      #Cont .sp {
        display: block; } }
  #Cont .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #Cont .section {
    position: relative;
    padding: 33px 0 80px; }
    @media screen and (max-width: 640px) {
      #Cont .section {
        padding: 50px 0 40px; } }
    #Cont .section .inner {
      position: relative;
      z-index: 3; }
  #Cont #main {
    /*background: -webkit-gradient(linear, left top, left bottom, from(#00b7ff), to(#b1f4ff));
    background: -webkit-linear-gradient(top, #00b7ff 0%, #b1f4ff 130%);
    background: -o-linear-gradient(top, #00b7ff 0%, #b1f4ff 130%);
    background: linear-gradient(to bottom, #00b7ff 0%, #b1f4ff 130%);
    background-image: url(/alcohol/nonalcohol/karadafree/images/main_2_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 47px;
    padding-bottom: 0;
    position: relative;*/ }
    @media screen and (max-width: 640px) {
      #Cont #main {
        /*background: -webkit-gradient(linear, left top, left bottom, from(#00b7ff), to(#b1f4ff));
        background: -webkit-linear-gradient(top, #00b7ff 0%, #b1f4ff 85%);
        background: -o-linear-gradient(top, #00b7ff 0%, #b1f4ff 85%);
        background: linear-gradient(to bottom, #00b7ff 0%, #b1f4ff 85%);
        background-image: url(/alcohol/nonalcohol/karadafree/images/main_2_bg_sp.jpg);
        padding-top: 18px;
        padding-bottom: 1.8vw;*/ } }
    #Cont #main .inner {
      padding: 0;
      max-width: none;
      width: 100%; }
      @media screen and (max-width: 640px) {
        #Cont #main .inner {
          padding: 0; } }
    #Cont #main .img {/*
      -webkit-transform: translateX(21px);
      -ms-transform: translateX(21px);
      transform: translateX(21px);*/ }
      @media screen and (max-width: 640px) {
        #Cont #main .img {
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0); } }
  #Cont .headerNotes {
    padding: 70px 0 410px; }
    @media screen and (max-width: 640px) {
      #Cont .headerNotes {
        padding: 22vw 0 110px; } }
    #Cont .headerNotes .txt01 {
      text-align: left;
      font-size: 14px;
      color: #fff;
      margin-bottom: 300px; }
      @media screen and (max-width: 640px) {
        #Cont .headerNotes .txt01 {
          font-size: 11px;
          margin-bottom: 0; } }
      #Cont .headerNotes .txt01 dl dt {
        border: 1px solid #fff;
        display: inline-block;
        padding: 0 5px;
        margin-right: 10px;
        letter-spacing: 0.09em;
        filter: drop-shadow(1px 1px 2px rgb(0 0 0 / 60%)) drop-shadow(-1px -1px 2px rgb(0 0 0 / 60%));
      }
      #Cont .headerNotes .txt01 dl dd {
        display: inline;
        letter-spacing: 0.09em;
        filter: drop-shadow(1px 1px 2px rgb(0 0 0 / 60%)) drop-shadow(-1px -1px 2px rgb(0 0 0 / 60%));
      }
        #Cont .headerNotes .txt01 dl dd strong {
          color: #fff;
          font-weight: normal;
          display: inline;
          border-bottom: 1px solid #fff; }
      @media screen and (max-width: 640px) {
        #Cont .headerNotes .txt01 dl dt {
          letter-spacing: 0.03em;
        }
        #Cont .headerNotes .txt01 dl dd {
          letter-spacing: 0.03em;
        }
      }
  /*#Cont .mainTtl {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #Cont .mainTtl img {
    height: auto;
    width: 100%;
  }*/
  #Cont .headerNotes .txt01 .news {
    display: block;
    margin-top: 40px;
  }
  @media screen and (max-width: 640px) {
    #Cont .headerNotes .txt01 .news {
      margin-bottom: 60px;
    }
  }
  #Cont .mainTtl {
    position: absolute;
    bottom: 3.5vw;
    left: -5%;
    background-color: #fff;
    width: 110%;
    padding: 10px 0 13px;
    -webkit-transform: rotate(-4.15deg);
    -ms-transform: rotate(-4.15deg);
    transform: rotate(-4.15deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    z-index: 5; }
    @media screen and (min-width: 1520px) {
      #Cont .mainTtl {
        bottom: 3vw;
      }
    }
    @media screen and (min-width: 1900px) {
      #Cont .mainTtl {
        bottom: 2.4vw;
      }
    }
    @media screen and (max-width: 1140px) {
      #Cont .mainTtl {
        bottom: 3.2vw;
      }
    }
    @media screen and (max-width: 1070px) {
      #Cont .mainTtl {
        bottom: 2.5vw;
      }
    }
    @media screen and (max-width: 980px) {
      #Cont .mainTtl {
        bottom: 2vw;
      }
    }
    @media screen and (max-width: 860px) {
      #Cont .mainTtl {
        bottom: 1.5vw;
      }
    }
    @media screen and (max-width: 760px) {
      #Cont .mainTtl {
        bottom: 1vw;
      }
    }
    @media screen and (max-width: 640px) {
      #Cont .mainTtl {
        padding: 10px 0;
        bottom: -3vw; } }
    #Cont .mainTtl img {
      margin: 0 auto;
      -webkit-transform: translateX(-2px);
      -ms-transform: translateX(-2px);
      transform: translateX(-2px);
      max-width: 86vw; }
  #Cont .mainTtl::before {
    bottom: -9px;
    content: "";
    height: 10px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#e1aa0d), color-stop(53%, #fede74), color-stop(80%, #d9a10d), color-stop(100%, #f1e08b));
    background: -webkit-linear-gradient(left, #e1aa0d 0%, #fede74 53%, #d9a10d 80%, #f1e08b 100%);
    background: -o-linear-gradient(left, #e1aa0d 0%, #fede74 53%, #d9a10d 80%, #f1e08b 100%);
    background: linear-gradient(to right, #e1aa0d 0%, #fede74 53%, #d9a10d 80%, #f1e08b 100%);
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    z-index: 3;
  }
  #Cont #area01 {
    position: relative; }
    #Cont #area01 .box01 .ttl {
      margin-bottom: 50px; }
    @media screen and (max-width: 640px) {
      #Cont #area01 .box01 .ttl {
        margin-bottom: 40px; } }
    @media screen and (max-width: 640px) {
      #Cont #area01 .box01 .ttl img {
        max-height: 60px; } }
  #Cont #area02 {
    padding-top: 150px;
    padding-bottom: 60px; }
    @media screen and (max-width: 640px) {
      #Cont #area02 {
        padding-top: 140px;
        margin-top: -70px;
        padding-bottom: 30px; } }
  #Cont #area02 .ttl {
    margin-bottom: 55px;
    transform: translateX(2px); }
    @media screen and (max-width: 640px) {
      #Cont #area02 .ttl {
        margin-bottom: 41px; } }
    @media screen and (max-width: 640px) {
      #Cont #area02 .ttl img {
        max-height: 128px; } }
  #Cont #area02 .box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 120px; }
    @media screen and (max-width: 640px) {
      #Cont #area02 .box01 {
        display: block;
        margin-bottom: 60px; } }
    #Cont #area02 .box01 .txtbox {
      text-align: left; }
      @media screen and (max-width: 640px) {
        #Cont #area02 .box01 .txtbox {
          text-align: center; } }
      #Cont #area02 .box01 .txtbox .subttl {
        margin-bottom: 10px; }
      #Cont #area02 .box01 .txtbox .txt {
        color: #fff;
        margin-bottom: 30px;
        font-size: 20px; }
        @media screen and (max-width: 640px) {
          #Cont #area02 .box01 .txtbox .txt {
            font-size: 16px; } }
    #Cont #area02 .box01 .imgbox {
      padding-left: 20px; }
      @media screen and (max-width: 640px) {
        #Cont #area02 .box01 .imgbox img {
          max-width: 80%; } }
  #Cont #area02 .chartbox {
    background: #fff;
    -webkit-box-shadow: 5px 5px 0 0 #0158a9;
    box-shadow: 5px 5px 0 0 #0158a9;
    margin-bottom: 60px;
    padding: 35px; }
    @media screen and (max-width: 640px) {
      #Cont #area02 .chartbox {
        padding: 20px;
        margin-bottom: 30px; } }
    #Cont #area02 .chartbox .subttl {
      margin-bottom: 30px; }
      @media screen and (max-width: 640px) {
        #Cont #area02 .chartbox .subttl img {
          max-height: 100px; } }
    #Cont #area02 .chartbox .txt {
      color: #0054A8;
      font-size: 20px;
      margin-bottom: 30px; }
      @media screen and (max-width: 640px) {
        #Cont #area02 .chartbox .txt {
          font-size: 14px; } }
    #Cont #area02 .chartbox .img {
      margin-bottom: 40px; }
    #Cont #area02 .chartbox .note {
      font-size: 14px; }
      @media screen and (max-width: 640px) {
        #Cont #area02 .chartbox .note {
          font-size: 10px; } }
    #Cont #area02 .chartbox .tal {
      text-align: left; }
    #Cont #area02 .chartbox.box03 .box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  #Cont #area03 .ttl {
    margin-bottom: 40px; }
  #Cont #area03 .txt01 {
    color: #FFF;
    font-size: 20px;
    margin-bottom: 40px; }
    @media screen and (max-width: 640px) {
      #Cont #area03 .txt01 {
        margin-bottom: 20px;
        font-size: 14px; } }
  #Cont #area03 .txt02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    text-align: left;
    margin: 0 auto 22px; }
    @media screen and (max-width: 640px) {
      #Cont #area03 .txt02 {
        font-size: 12px;
        display: block;
        margin-bottom: 22px; } }
    #Cont #area03 .txt02 dt {
      width: 25%;
      margin-right: 2%;
      margin-bottom: 10px; }
      @media screen and (max-width: 640px) {
        #Cont #area03 .txt02 dt {
          width: 60%;
          margin: auto;
          margin-bottom: 8px; } }
    #Cont #area03 .txt02 dd {
      font-size: 16px;
      width: 73%;
      margin-bottom: 10px; }
      @media screen and (max-width: 640px) {
        #Cont #area03 .txt02 dd {
          color: #ffffff;
          font-size: 14px;
          width: 100%; } }
  #Cont #area03 .img01 {
    margin-bottom: 36px;
    transform: translateX(7px); }
    @media screen and (max-width: 640px) {
      #Cont #area03 .img01 {
        margin-bottom: 40px;
        transform: translateX(0); } }
    #Cont #area03 .img01 img {
      background: url(/alcohol/nonalcohol/karadafree/images/img03_2_photo.png) no-repeat;
      background-size: contain; }
      @media screen and (max-width: 640px) {
        #Cont #area03 .img01 img {
          background: url(/alcohol/nonalcohol/karadafree/images/img03_2_photo_sp.png) no-repeat;
          background-size: contain; } }
  #Cont #area03 .img02 {
    margin-bottom: 50px; }
    @media screen and (max-width: 640px) {
      #Cont #area03 .img02 {
        margin-bottom: 40px; } }
  @media screen and (max-width: 640px) {
    #Cont #area04 .inner {
      padding: 0; } }
  #Cont #area04 .ttl {
    margin-bottom: 50px; }
    @media screen and (max-width: 640px) {
      #Cont #area04 .ttl {
        max-width: 290px;
        margin: 0 auto 30px; } }
  #Cont #area04 .txt01 {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 40px; }
    @media screen and (max-width: 640px) {
      #Cont #area04 .txt01 {
        margin-bottom: 30px;
        font-size: 14px; } }
  #Cont #area04 .img02 {
    margin: 70px 0 30px; }
    @media screen and (max-width: 640px) {
      #Cont #area04 .img02 {
        padding: 0 20px;
        margin: 0 0 30px; } }
  #Cont #area04 .txt02 {
    text-align: left;
    font-size: 14px;
    margin: auto; }
    @media screen and (max-width: 640px) {
      #Cont #area04 .txt02 {
        font-size: 12px;
        margin: 0 20px;
        text-indent: -3em;
        padding-left: 3em; } }
  #Cont #area05 {
    padding-bottom: 287px; }
    @media screen and (max-width: 640px) {
      #Cont #area05 {
        padding-top: 90px;
        padding-bottom: 0; } }
  #Cont #area05 .ttl {
    margin-bottom: 50px; }
    @media screen and (max-width: 640px) {
      #Cont #area05 .ttl {
        margin-bottom: 40px; } }
    @media screen and (max-width: 640px) {
      #Cont #area05 .ttl img {
        max-height: 60px; } }
  #Cont #area05 .txt01 {
    color: #FFF;
    font-size: 20px;
    margin-bottom: 40px; }
    @media screen and (max-width: 640px) {
      #Cont #area05 .txt01 {
        margin-bottom: 30px;
        font-size: 16px; } }
  #Cont #area05 .sns {
    background: rgba(220, 255, 251, 0.5);
    padding: 40px 40px 0 40px; }
    @media screen and (max-width: 640px) {
      #Cont #area05 .sns {
        padding: 15px 0; } }
    #Cont #area05 .sns #timeline_list .box {
      width: 200px; }
  #Cont #area06 {
    padding-top: 150px;
  }
    @media screen and (max-width: 640px) {
      #Cont #area06 {
        padding-bottom: 30px;
        padding-top: 140px;
        margin-top: -70px;
      } }
  #Cont #area06 .ttl {
    margin-bottom: 60px; }
    @media screen and (max-width: 640px) {
      #Cont #area06 .ttl {
        margin-bottom: 30px; } }
    @media screen and (max-width: 640px) {
      #Cont #area06 .ttl img {
        max-height: 60px; } }
  #Cont #area06 .box01 {
    padding: 36px 40px; }
    @media screen and (max-width: 640px) {
      #Cont #area06 .box01 {
        background-color: rgba(220, 255, 251, 0.5);
        padding: 20px;} }
    #Cont #area06 .box01 dl {
      text-align: left;
      margin-bottom: 30px;
      position: relative; }
      @media screen and (max-width: 640px) {
        #Cont #area06 .box01 dl {
          margin-bottom: 15px; } }
      #Cont #area06 .box01 dl:last-child {
        margin-bottom: 0; }
      #Cont #area06 .box01 dl.active::before {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg); }
      #Cont #area06 .box01 dl.active::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      #Cont #area06 .box01 dl::before, #Cont #area06 .box01 dl::after {
        content: "";
        display: block;
        position: absolute;
        background: #0054A8;
        width: 16px;
        height: 1px;
        top: 28px;
        right: 20px;
        z-index: 1;
        pointer-events: none;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media screen and (max-width: 640px) {
          #Cont #area06 .box01 dl::before, #Cont #area06 .box01 dl::after {
            top: 14px;
            width: 10px;
            right: 10px; } }
      #Cont #area06 .box01 dl::before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
      #Cont #area06 .box01 dl dt {
        background: #fff;
        padding: 10px 50px;
        color: #0054A8;
        font-size: 20px;
        font-weight: bold;
        position: relative;
        cursor: pointer;
        border: 2px solid #0054a8;
        border-left: 4px solid #0054A8;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
        @media screen and (max-width: 640px) {
          #Cont #area06 .box01 dl dt {
            border: none;
            border-left: 4px solid #0054A8;
            font-size: 16px;
            padding: 5px 30px;
            line-height: 1.3; } }
        #Cont #area06 .box01 dl dt::before {
          content: "Q";
          position: absolute;
          top: 10px;
          left: 15px; }
          @media screen and (max-width: 640px) {
            #Cont #area06 .box01 dl dt::before {
              top: 5px;
              left: 10px; } }
        #Cont #area06 .box01 dl dt:hover {
          opacity: 0.7; }
      #Cont #area06 .box01 dl dd {
        margin-top: 10px;
        display: none;
        background: #0054A8;
        color: #fff;
        padding: 15px 30px;
        font-size: 20px; }
        @media screen and (max-width: 640px) {
          #Cont #area06 .box01 dl dd {
            font-size: 14px; } }
        #Cont #area06 .box01 dl dd .note {
          display: block;
          line-height: 1.5;
          font-size: 15px; }
          @media screen and (max-width: 640px) {
            #Cont #area06 .box01 dl dd .note {
              font-size: 11px; } }
  #Cont #area07 {
    padding-bottom: 238px; }
    @media screen and (max-width: 640px) {
      #Cont #area07 {
        padding-bottom: 80px;
    padding-top: 20px; } }
  #Cont #area07 .ttl {
    margin-bottom: 60px; }
    @media screen and (max-width: 640px) {
      #Cont #area07 .ttl {
        margin-bottom: 40px; } }
    @media screen and (max-width: 640px) {
      #Cont #area07 .ttl img {
        max-height: 60px; } }
  #Cont #area07 .movie .img {
    margin-bottom: 15px; }
    #Cont #area07 .movie .img.img01 img {
      background: url(/alcohol/nonalcohol/karadafree/images/img07_2_photo.png) no-repeat;
      background-size: contain; }
  #Cont #area07 .movie .txt {
    font-size: 20px;
    color: #0054A8;
    font-weight: bold; }
    @media screen and (max-width: 640px) {
      #Cont #area07 .movie .txt {
        font-size: 16px; } }
  #Cont #area08 {
    padding-top: 150px;
    padding-bottom: 50px; }
    @media screen and (max-width: 640px) {
      #Cont #area08 {
        padding-top: 140px;
        margin-top: -70px;
      } }
    #Cont #area08::before {
      height: 500px; }
    #Cont #area08 .ttl {
      margin-bottom: 40px; }
      @media screen and (max-width: 640px) {
        #Cont #area08 .ttl {
          margin-bottom: 30px; } }
      @media screen and (max-width: 640px) {
        #Cont #area08 .ttl img {
          max-height: 60px; } }
    #Cont #area08 .box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 30px 40px;
      margin-bottom: 35px; }
      @media screen and (max-width: 640px) {
        #Cont #area08 .box {
          background: rgba(220, 255, 251, 0.5);
          display: block;
          margin-bottom: 20px;
          padding: 30px 20px 20px; } }
      @media screen and (max-width: 640px) {
        #Cont #area08 .box .img {
          max-width: 120px;
          margin: 0 auto 15px; } }
      #Cont #area08 .box .txt {
        padding-left: 50px; }
        @media screen and (max-width: 640px) {
          #Cont #area08 .box .txt {
            padding: 0; } }
        #Cont #area08 .box .txt dl {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%; }
          #Cont #area08 .box .txt dl dt, #Cont #area08 .box .txt dl dd {
            font-size: 16px;
            color: #0054A8;
            text-align: left;
            margin-bottom: 5px; }
            @media screen and (max-width: 640px) {
              #Cont #area08 .box .txt dl dt, #Cont #area08 .box .txt dl dd {
                font-size: 13px; } }
          #Cont #area08 .box .txt dl dt {
            padding-top: 1px;
            width: 150px;
            font-weight: bold; }
            @media screen and (max-width: 640px) {
              #Cont #area08 .box .txt dl dt {
                padding: 0 10px 5px 0; } }
          #Cont #area08 .box .txt dl dd {
            line-height: 1.8;
          }
            @media screen and (max-width: 640px) {
              #Cont #area08 .box .txt dl dd {
                width: calc(100% - 7em - 10px);
              }
            }
  #Cont #area09 {
    padding-top: 150px;
  }
    @media screen and (max-width: 640px) {
      #Cont #area09 {
        padding-top: 140px;
        margin-top: -70px;
        padding-bottom: 50px; } }
    #Cont #area09 .ttl {
      margin-bottom: 61px;
      transform: translateX(2px); }
      @media screen and (max-width: 640px) {
        #Cont #area09 .ttl {
          margin-bottom: 36px;
          transform: translateX(2px);} }
      @media screen and (max-width: 640px) {
        #Cont #area09 .ttl img {
          max-height: 62px; } }

#foot_wrap_share_area {
  z-index: 4;
  background: #fff;
  margin-bottom: 0; }

#Foot1 {
  position: relative;
  z-index: 5; }

/* 2021.01.12 add */
#Cont .inlineBlock {
  display: inline-block;
}
#Cont .section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
}
#Cont .section-hop {
  padding-top: 0;
  padding-bottom: 197px;
}
@media screen and (max-width: 640px) {
  #Cont .section-hop {
    padding-top: 0;
    padding-bottom: 100px;
  }
}
#Cont .section-point2 {
  padding-top: 21px;
}
@media screen and (max-width: 640px) {
  #Cont .section-point2 {
    padding-bottom: 30px;
  }
}
#Cont .section-img {
  background-image: url(/alcohol/nonalcohol/karadafree/images/bg03.jpg);
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 640px) {
  #Cont .section-img {
    background-image: url(/alcohol/nonalcohol/karadafree/images/bg03.jpg);
  }
}
#Cont .section-img1::before {
  background-image: url(/alcohol/nonalcohol/karadafree/images/section-img1_bg.png);
  background-position: left bottom;
}
@media screen and (max-width: 640px) {
  #Cont .section-img1::before {
    background: none;
  }
}
#Cont .section-sky {
  background-color: #a9f2ff;
  background: -webkit-linear-gradient(-4.5deg,  #a9f2ff 0%,#e9f8ff 50%,#00a1e3 90%,#00a3e4 100%);
  background: -o-linear-gradient(-4.5deg,  #a9f2ff 0%, #e9f8ff 50%, #00a1e3 90%, #00a3e4 100%);
  background: linear-gradient(175.5deg,  #a9f2ff 0%,#e9f8ff 50%,#00a1e3 90%,#00a3e4 100%);
}
#Cont .section-sky::before {
  background-color: #a9f2ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#a9f2ff), to(rgba(169, 242, 255, 0)));
  background: -webkit-linear-gradient(top, #a9f2ff 50%, rgba(169, 242, 255, 0) 100%);
  background: -o-linear-gradient(top, #a9f2ff 50%, rgba(169, 242, 255, 0) 100%);
  background: linear-gradient(to bottom, #a9f2ff 50%, rgba(169, 242, 255, 0) 100%);
}
#Cont .section-top::before {
  top: -46px;
}
@media screen and (max-width: 640px) {
  #Cont .section-top::before {
    top: 10px;
  }
}
#Cont .section-top::after {
  display: none;
}
#Cont .section-hop::before {
  background-color: #a9f2ff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(169, 242, 255,0)), color-stop(20%, #a9f2ff), color-stop(60%, #a9f2ff), to(rgba(169, 242, 255,0)));
  background: -webkit-linear-gradient(top, rgba(169, 242, 255,0), #a9f2ff 20%, #a9f2ff 60%, rgba(169, 242, 255,0) 100%);
  background: -o-linear-gradient(top, rgba(169, 242, 255,0),#a9f2ff 20%, #a9f2ff 60%, rgba(169, 242, 255,0) 100%);
  background: linear-gradient(to bottom, rgba(169, 242, 255,0),#a9f2ff 20%, #a9f2ff 60%, rgba(169, 242, 255,0) 100%);
  height: 500px;
  top: -270px;
}
#Cont .section-hop::after {
  display: none;
}
@media screen and (max-width: 640px) {
  #Cont .boxSubTtl {
    margin-bottom: 40px;
  }
}
#Cont .contBox {
  background-color: #fff;
  margin-bottom: 64px;
  padding: 50px 25px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #Cont .contBox,
  #Cont #area08 .box {
    padding: 30px 25px;
  }
}
#Cont .contBox-chart {
  margin-bottom: 69px;
  padding-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #Cont .contBox-chart {
    padding: 35px 0 10px;
    margin-bottom: 50px;
  }
}
#Cont .contBox-sns {
  padding-bottom: 0;
}
#Cont .contBox::after {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #Cont .contBox-sp {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
  }
  #Cont .contBox-sp::before,
  #Cont .contBox-sp::after {
    display: none;
  }
}
#Cont .boxTtl {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  #Cont .boxTtl {
    margin-bottom: 30px;
  }
}
#Cont .boxTtl-chartMovie {
  margin-bottom: 51px;
}
@media screen and (max-width: 640px) {
  #Cont .boxTtl-chartMovie {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  #Cont .boxTtl img {
    max-height: 60px;
  }
}
#Cont .contBox_subttl {
  margin-bottom: 42px;
}
@media screen and (max-width: 640px) {
  #Cont .contBox_subttl {
    margin-bottom: 36px;
  }
}
#Cont .contBox_subttl-point2 {
  margin-bottom: 31px;
}
@media screen and (max-width: 640px) {
  #Cont .contBox_subttl-point2 img {
    max-height: 128px;
  }
}
#Cont .contBox_txt {
  color: #0054a8;
  font-size: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #Cont .contBox_txt {
    color: #ffffff;
    font-size: 16px;
    text-align: left;
    line-height: 1.7;
    margin-bottom: 32px;
  }
}
#Cont .contBox_txt-hop {
  margin-bottom: 27px;
}
#Cont .contBox_txt-point2 {
  margin-bottom: 48px;
}
@media screen and (max-width: 640px) {
  #Cont .contBox_txt-chart {
    color: #0054a8;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  #Cont .contBox_txt-point2 {
    color: #0054a8;
    text-align: center;
    margin-bottom: 33px;
  }
}
#Cont .contBox_txt-movie {
  margin: 12px 0 0 0;
}
@media screen and (max-width: 640px) {
  #Cont .contBox_txt-movie {
    margin-top: 10px;
  }
}
#Cont .contBox_txt-sns {
  margin: 0;
}
#Cont .contBox_btn {
  background-color: #0158a9;
  border-radius: 3px;
  display: block;
  margin: 15px auto 0;
  padding: 25px;
  width: 450px;
}
@media screen and (max-width: 640px) {
  #Cont .contBox_btn {
    background-color: #fff;
    border-radius: 0;
    margin-top: 7px;
    padding: 15px;
    position: relative;
    width: auto;
  }
  #Cont .contBox_btn::before {
    background-color: #0054a8;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 100%;
    z-index: -1;
  }
  #Cont .btn_txt {
    max-height: 19.5px;
  }
}
#Cont .commentNote {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 70px;
  letter-spacing: 0.09em;
  filter: drop-shadow(1px 1px 2px rgb(0 0 0 / 60%)) drop-shadow(-1px -1px 2px rgb(0 0 0 / 60%));

}
@media screen and (max-width: 640px) {
  #Cont .commentNote {
    font-size: 10px;
    margin-bottom: 25px;
    margin-top: 27px;
  }
}
#Cont .arrow {
  position: relative;
}
#Cont .arrow::after {
  background-image: url(./../images/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  height: 25px;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
@media screen and (max-width: 640px) {
  #Cont .arrow::after {
    background-color: transparent;
    background-image: url(./../images/icon_arrow_sp.png);
    height: 12.5px;
    right: 18px;
    width: 8px;
  }
}
#Cont .box-point3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#Cont .box-point3 .inner {
  position: relative;
  z-index: 3;
}
#Cont .box-point3 .img {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #Cont .box-point3 .img {
    margin-bottom: 25px;
  }
}
#Cont .box-point3 .note {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  #Cont .box-point3 .note {
    color: #fff;
    font-size: 10px;
  }
}
#Cont .point3_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 11px;
}
@media screen and (max-width: 640px) {
  #Cont .point3_list {
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
    flex-direction: row;
    margin-top: 40px;
  }
}
#Cont .point3_item {
  margin-bottom: 40px;
  width: calc(100% / 2);
}
@media screen and (max-width: 640px) {
  #Cont .point3_item {
    margin-bottom: 0;
    width: auto;
  }
  #Cont .point3_item:not(:first-of-type) {
    margin-top: 20px;
  }
}
#Cont .point3_note {
  color: #ffffff;
  font-size: 14px;
  margin: 30px auto 0;
  text-align: left;
  max-width: 600px;
  padding-left: 15px;
  letter-spacing: 0.09em;
  filter: drop-shadow(1px 1px 2px rgb(0 0 0 / 60%)) drop-shadow(-1px -1px 2px rgb(0 0 0 / 60%));
}
@media screen and (max-width: 640px) {
  #Cont .point3_note {
    font-size: 10px;
    margin-top: 40px;
    padding-left: 36px;
  }
}
@media screen and (max-width: 640px) {
  #Cont .hop_txt {
    max-width: 194px;
  }
}
@media screen and (max-width: 640px) {
  #Cont .img-chart {
    max-width: 379px;
    margin: 0 auto;
    padding: 0 5px;
  }
}
@media screen and (max-width: 640px) {
  #Cont .chartCaption {
    font-size: 11px;
    margin-top: 18px;
    text-align: left;
  }
}
#Cont .video {
  margin: 0 auto;
  max-width: 840px;
}
#Cont .video a {
  display: block;
  position: relative;
}
#Cont .video .imgCover {
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
@media screen and (max-width: 640px) {
  #Cont .mainlead_item:not(:first-of-type) {
    margin-top: 7px;
  }
}
@media screen and (max-width: 640px) {
  #Cont .mainlead_item img {
    max-height: 60px;
  }
}
#Cont .move_wrap {
  position: relative;
  height: 0;
}
#Cont .move_cont {
  position: absolute;
  width: 100%;
}
#Cont .move_wrap-comment {
  height: 0;
  padding-bottom: 70.7%;
}
@media screen and (max-width: 640px) {
  #Cont .move_wrap-comment {
    padding-bottom: 255.9%;
  }
}
#Cont .move_wrap-main {
  box-sizing: border-box;
  height: 0;
  min-height: 375px;
  padding-bottom: 39.1%;
}
@media screen and (max-width: 640px) {
  #Cont .move_wrap-main {
    min-height: 348px;
    padding-bottom: 40px;
    margin-top: 40px;
  }
}

.cmpn_recm_wrap {
  box-sizing: border-box;
}
#Cont .cmpn_recm_inr {
  background: url(/alcohol/nonalcohol/karadafree/images/cmpn_recm_bg.png) center 55px / 340px auto no-repeat;
  box-sizing: border-box;
  height: 760px;
  margin: 0 auto 120px;
  padding: 100px 0 0;
  position: relative;
  width: 880px;
}
#Cont .cmpn_recm_inr .attn {
  bottom: -40px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 640px) {
  #Cont .cmpn_recm_inr {
    background-position: center 10px;
    background-size: 165px auto;
    height: 355px;
    margin: 0 auto 50px;
    max-width: 335px;
    width: 100%;
  }
  #Cont .cmpn_recm_inr .attn {
    bottom: -15px;
    font-size: 10px;
  }
}
.cmpn_recm_inr .txt {
  position: absolute;
}
@media screen and (max-width: 640px) {
  #Cont .cmpn_recm_inr .txt {
    -webkit-transform: scale(.5, .5);
    transform: scale(.5, .5);
  }
}
.cmpn_recm_inr .txt-01 {
  left: 0;
  top: 20px;
}
.cmpn_recm_inr .txt-02 {
  right: -12px;
  top: 240px;
}
.cmpn_recm_inr .txt-03 {
  bottom: 150px;
  left: 25px;
}
.cmpn_recm_inr .txt-04 {
  bottom: 20px;
  right: -20px;
}
@media screen and (max-width: 640px) {
  .cmpn_recm_inr .txt-01 {
    top: 15px;
    -webkit-transform-origin:0 0;
    transform-origin:0 0;
  }
  .cmpn_recm_inr .txt-02 {
    right: 0;
    top: 130px;
    -webkit-transform-origin:100% 0;
    transform-origin:100% 0;
  }
  .cmpn_recm_inr .txt-03 {
    left: 0;
    top: 234px;
    -webkit-transform-origin:0 0;
    transform-origin:0 0;
  }
  .cmpn_recm_inr .txt-04 {
    top: 280px;
    right: 0;
    -webkit-transform-origin:100% 0;
    transform-origin:100% 0;
  }
}
.cmpn_bnr {
  margin: 0 auto 60px;
  width: auto;
}
@media screen and (max-width: 640px) {
  .cmpn_bnr {
    margin-bottom: 40px;
    width: 100%;
  }
}

.bnr_dime {
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .bnr_dime {
    padding-bottom: 50px;
  }
}
.bnr_monitor {
  display: none;
  padding: 0 20px 20px 20px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 8;
}
.bnr_monitor a {
  display: block;
}
@media screen and (max-width: 640px) {
  .bnr_monitor {
    background: rgba(255,255,255,.7);
    box-sizing: border-box;
    padding: 0;
    right: 0;
    bottom: 50px;
    text-align: center;
    width: 100%;
  }
  .bnr_monitor a {

  }
  .bnr_monitor img {
    height: auto;
    margin: 0 auto;
    width: 100%;
  }
}
.bnr a:hover img {

}

#Cont .user .contBox {
  margin-bottom: 20px;
}
#Cont .user .user_source {
  color: #ffffff;
  text-align: left;
  margin-left: 10px;
  letter-spacing: 0.09em;
  filter: drop-shadow(1px 1px 2px rgb(0 0 0 / 60%)) drop-shadow(-1px -1px 2px rgb(0 0 0 / 60%));

}
@media screen and (max-width: 640px) {
  #Cont .user .mainlead_list {
    padding-bottom: 3vw;
  }
  #Cont .user .user_source.pc {
    display: none;
  }
  #Cont .user .user_source {
    display: inline-block;
    font-size: 9px;
    text-align: center;
    width: auto;
  }
}

/*================================================================*/
/* 2023年1月16日公開分 追記
/*================================================================*/
.cpBnrArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 750px;
  margin: 0 auto;
  padding: 0 20px;
}
.cpBnrArea .column1 {
  margin-bottom: 25px;
}
.cpBnrArea .column2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cpBnrAreaWrap:first-child {
  margin-right: 50px;
}
.cpBnr_note {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  margin-top: 5px;
}
.cpBnr_note img {
  margin: 0 !important;
}
@media screen and (max-width: 640px) {
  .cpBnrArea {
    align-items: center;
    margin-bottom: 100px;
  }
  .cpBnrArea .column1 {
    margin-bottom: 20px;
  }
  .cpBnrAreaWrap:first-child {
    margin-right: 20px;
  }
  .cpBnr_note img {
    max-width: 60px;
    margin: 0 !important;
  }
}

@media screen and (max-width: 640px) {
  #area02 .sp_inner {
    padding: 11.45% 0;
    background: #fff;
  }
  #area02 .sp_inner .note {
    color: #000;
  }
}
.contBox_txt-chart_note {
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .contBox_txt-chart_note {
    display: block;
    font-size: 12px;
    line-height: 1.6;
  }
}
.ownlyUgcsetPostComment {
  color: #fff !important;
}
#area08 .contBox .img {
  max-width: 193px;
}

/*================================================================*/
/* 2023年4月1日公開分 追記
/*================================================================*/
#area09 .inner {
  max-width: 100%;
}
.twitter-wrap {
  position: relative;
  margin: 0 auto;
  max-width: none;
  width: min(calc((1040 / 1200) * 100vw), 1040px);
  background: #fff;
  padding: calc((20 / 1200) * 100vw);
  box-sizing: content-box;
}
.twitter-inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.tweet-link:hover {
  text-decoration: none;
  font-style: normal;
  opacity: 0.7;
}
.twitter-wrap .img-area {
  width: min(calc((310 / 1200) * 100vw), 310px);
  height: min(calc((310 / 1200) * 100vw), 310px);
  position: relative;
}
.tweet-img img {
  width: min(calc((310 / 1200) * 100vw), 310px);
  height: min(calc((310 / 1200) * 100vw), 310px);
  object-fit: cover;
}
.tweet-name {
  color: #fff;
  font-size: 10px;
  word-break: break-all;
  position: absolute;
  bottom: 11px;
  left: 10px;
}
.twitter-logo {
  line-height: 1;
  width: 20px;
  position: absolute;
  bottom: 15px;
  right: 11px;
}
.twitter-wrap .text-area {
  color: #0054a8;
  font-size: 12px;
  text-align: left;
  margin: 8px 10px;
}
.voice_annotation {
  color: #fff;
  font-size: clamp(10px, calc((14 / 1200) * 100vw), 14px);
  letter-spacing: 0.04em;
  text-align: left;
  width: min(calc((1080 / 1200) * 100vw), 1080px);
  margin: min(calc((20 / 1200) * 100vw), 20px) auto 0;
  filter: drop-shadow(1px 1px 2px rgb(0 0 0 / 60%)) drop-shadow(-1px -1px 2px rgb(0 0 0 / 60%));
}

/* swiper */
.swiper-wrapper {
  align-items: stretch;
}
.twitter-swiper {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}
.swiper-slide {
  width: min(calc((310 / 1200) * 100vw), 310px);
  height: auto;
  background: #fff;
}
.swiper-slide + .swiper-slide {
  margin-left: 10px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 0;
  margin-top: 0;
  width: 4.5%;
  height: 100%;
  background: rgba(0, 0, 0, 50%);
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  transition: 0.3s;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-button-prev svg,
.swiper-button-next svg {
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: square;
  stroke-linejoin: miter;
  fill: none;
  color: #fff;
}

@media screen and (max-width: 640px) {
  #area09 .inner {
    padding: 0;
  }
  .twitter-wrap {
    width: calc((600 / 640) * 100vw);
    max-width: none;
    padding-bottom: 0;
    overflow: visible;
    box-sizing: border-box;
  }
  .twitter-inner {
    width: 100%;
    max-width: none;
  }
  .twitter-wrap .img-area {
    width: max(calc((155 / 640) * 100vw), 155px);
    height: max(calc((155 / 640) * 100vw), 155px);
  }
  .tweet-img img {
    width: max(calc((155 / 640) * 100vw), 155px);
    height: max(calc((155 / 640) * 100vw), 155px);
  }
  .tweet-name {
    bottom: 3px;
    left: 6px;
  }
  .twitter-logo {
    bottom: 9px;
    right: 9px;
  }
  .twitter-wrap .text-area {
    font-size: 12px;
    text-align: left;
    width: max(calc((155 / 640) * 100vw), 155px);
    height: 109px;
    margin: 0;
    overflow: hidden;
  }
  .twitter-wrap .tweet-text {
    margin: 8px calc((10 / 640) * 100vw);
  }
  .voice_annotation {
    font-size: clamp(10px, calc((20 / 640) * 100vw), 16px);
    width: calc((600 / 640) * 100vw);
    margin: min(calc((20 / 640) * 100vw), 20px) auto 0;
  }
  .twitter-swiper {
    width: 100%;
    max-width: none;
  }
  .swiper-slide {
    width: max(calc((155 / 640) * 100vw), 155px);
    padding-bottom: 10px;
  }
  .swiper-slide + .swiper-slide {
    margin-left: calc((10 / 640) * 100vw);
  }
}




