@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
/*---------------------------------------------------------
設定
---------------------------------------------------------*/
/*コンテナサイズ設定
 --------------------------------------------------*/
.content_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 90%; }

.pc_box {
  min-width: 1000px; }

/*その他の設定
 --------------------------------------------------*/
.pc {
  display: block; }

.sp {
  display: none; }

.color_c {
  color: #0099e2; }

.color_m {
  color: #dd007f; }

.color_y {
  color: #ffd900; }

.color_k {
  color: #000; }

@media screen and (max-width: 768px) {
  .pc {
    display: none; }

  .sp {
    display: block; } }
/*---------------------------------------------------------
コンテンツエリア
---------------------------------------------------------*/
#content {
  /*文字詰め*/
  font-feature-settings: "palt";
  /*スマホの文字サイズ自動変更無効*/
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-rendering: optimizeSpeed;
  /*フォントセット*/
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
  display: block; }
  #content h2 {
    border: none !important;
    border-radius: 0 !important; }
  #content h4 {
    border: none !important; }
  #content img {
    width: 100%; }

/*---------------------------------------------------------
アイキャッチ
---------------------------------------------------------*/
#eye_catch-box {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  overflow: hidden; }
  #eye_catch-box .title {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 90%;
    width: 100%;
    background-color: transparent; }
  #eye_catch-box .stars span {
    position: absolute; }
    #eye_catch-box .stars span:nth-child(1) {
      left: 66%;
      top: -8%;
      animation: star-anim 8s 0s infinite; }
    #eye_catch-box .stars span:nth-child(2) {
      left: 2%;
      top: 7%;
      width: 19%;
      animation: star-anim 6s 1s infinite; }
    #eye_catch-box .stars span:nth-child(3) {
      left: -4%;
      top: 38%;
      width: 20%;
      animation: star-anim 5s 2s infinite; }
    #eye_catch-box .stars span:nth-child(4) {
      left: 68%;
      top: 52%;
      width: 15%;
      animation: star-anim 7s 3s infinite; }
    #eye_catch-box .stars span:nth-child(5) {
      left: 84%;
      top: 38%;
      width: 18%;
      animation: star-anim 7s 4s infinite; }

@keyframes star-anim {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  10% {
    opacity: 0; }
  55% {
    opacity: 0; }
  60% {
    opacity: 1; }
  95% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*---------------------------------------------------------
リード
---------------------------------------------------------*/
#read {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  padding: 100px 0; }

@media screen and (max-width: 768px) {
  #read {
    font-size: 16px;
    padding: 50px 0; } }
/*---------------------------------------------------------
ラインナップ
---------------------------------------------------------*/
#lineup {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%; }
  #lineup h2 {
    background-color: #646464 !important;
    background: #646464 !important;
    display: block;
    text-align: center;
    padding: 20px 0;
    border: none !important;
    border-radius: 0 !important; }
    #lineup h2 img {
      max-width: 250px;
      width: 25%; }
  #lineup ul li:nth-child(1) {
    background-color: #009ce5; }
  #lineup ul li:nth-child(2) {
    background-color: #e0007f; }
  #lineup ul li:nth-child(3) {
    background-color: #ffdc00; }
  #lineup ul li:nth-child(4) {
    background-color: #323232; }

/*---------------------------------------------------------
スコープ
---------------------------------------------------------*/
#magnifying_glass {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%; }
  #magnifying_glass .scoop {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px; }
    #magnifying_glass .scoop .zoom {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      width: 100%;
      text-align: center; }
      #magnifying_glass .scoop .zoom img {
        width: 100%; }
    #magnifying_glass .scoop h2 {
      position: absolute;
      z-index: 4;
      display: block;
      text-align: center;
      width: 100%;
      padding-top: 8%;
      border: none !important;
      border-radius: 0 !important;
      background: none !important; }
      #magnifying_glass .scoop h2 img {
        width: 45%;
        max-width: 425px; }
    #magnifying_glass .scoop h3 {
      position: absolute;
      text-align: center;
      padding-top: 32%;
      z-index: 3;
      width: 100%;
      border: none !important;
      background-color: rgba(0, 0, 0, 0) !important;
      background: none !important; }
      #magnifying_glass .scoop h3 img {
        width: 45%;
        max-width: 425px; }
    #magnifying_glass .scoop .magnifying_glass {
      display: block;
      position: absolute;
      width: 100%;
      z-index: 1;
      top: -500px;
      right: -500px; }
  #magnifying_glass .point li {
    background-color: #000;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px; }

@media screen and (max-width: 768px) {
  #magnifying_glass .point li {
    width: 10px;
    height: 10px;
    margin-bottom: 30px; } }
/*---------------------------------------------------------
念力
---------------------------------------------------------*/
#telekinesis {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  background-image: url(/-/media/BOL/campaign/TwitterCP_2023_Apr/img/telekinesis_bg); }
  #telekinesis h2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: -moz-linear-gradient(top, white 0%, white 88%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, white 0%, white 88%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, white 0%, white 88%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    text-align: center;
    margin-bottom: 100px; }
    #telekinesis h2 img {
      width: 90%; }
  #telekinesis h3 {
    display: block;
    width: 50%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-top: 80px;
    border: none !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background: none !important; }
  #telekinesis h4 {
    display: block;
    width: 45%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }
  #telekinesis h5 {
    display: block;
    width: 90%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    border: none !important; }
  #telekinesis h6 {
    display: block;
    width: 100%;
    padding: 20px 0;
    background-color: #ff0000;
    font-size: 40px;
    color: #fff;
    text-align: center;
    font-weight: 700; }
  #telekinesis p {
    font-size: 30px;
    font-weight: 700; }
    #telekinesis p small {
      display: block;
      text-align: right;
      font-size: 15px; }
  #telekinesis dl {
    margin-bottom: 60px; }
    #telekinesis dl dt {
      position: relative; }
      #telekinesis dl dt .frame-box {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        animation: katakata 4s infinite ease-in-out alternate; }
@keyframes katakata {
  0% {
    transform: translate(0, 0) rotate(0deg); }
  21% {
    transform: translate(0, 0) rotate(0deg); }
  22% {
    transform: translate(0, 0) rotate(-3deg); }
  23% {
    transform: translate(0, -1px) rotate(0deg); }
  24% {
    transform: translate(0, -1px) rotate(3deg); }
  25% {
    transform: translate(1px, 0) rotate(-2deg); }
  26% {
    transform: translate(0, 1px) rotate(0deg); }
  27% {
    transform: translate(0, 0) rotate(3deg); }
  28% {
    transform: translate(0, 0) rotate(0deg); }
  100% {
    transform: translate(0, 0) rotate(0deg); } }
    #telekinesis dl dd strong {
      display: block;
      text-align: center;
      font-size: 36px; }
  #telekinesis .point li {
    background-color: #000;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px; }

@media screen and (max-width: 768px) {
  #telekinesis {
    background-size: 200px auto; }
    #telekinesis h2 {
      margin-bottom: 30px; }
    #telekinesis h3 {
      padding-top: 40px; }
    #telekinesis h6 {
      padding: 15px;
      font-size: 18px; }
    #telekinesis p {
      font-size: 15px; }
      #telekinesis p small {
        font-size: 12px; }
    #telekinesis dl {
      margin-bottom: 30px; }
      #telekinesis dl dd strong {
        font-size: 16px; }
    #telekinesis .point li {
      width: 10px;
      height: 10px;
      margin-bottom: 30px; } }
/*---------------------------------------------------------
網走ビール
---------------------------------------------------------*/
#abashiri_beer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  padding-bottom: 100px; }
  #abashiri_beer h2 {
    display: block;
    width: 50%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
  #abashiri_beer p {
    font-size: 30px; }
  #abashiri_beer dl {
    margin-bottom: 70px; }
    #abashiri_beer dl dt {
      position: relative; }
    #abashiri_beer dl dd strong {
      display: block;
      text-align: center;
      font-size: 50px; }
      #abashiri_beer dl dd strong span {
        font-size: 70px; }
    #abashiri_beer dl.line {
      border-bottom: 1px solid #000;
      padding-bottom: 40px;
      margin-bottom: 50px; }
  #abashiri_beer .notes {
    display: block;
    font-size: 24px;
    margin-bottom: 60px; }
  #abashiri_beer .annotation {
    display: block;
    font-size: 31px;
    margin-bottom: 20px;
    border: 3px solid #ff0000;
    color: #ff0000;
    text-align: center;
    font-weight: 700;
    padding: 20px;
    line-height: 2; }
  #abashiri_beer .annotation_small {
    display: block;
    font-size: 26px;
    margin-bottom: 40px;
    color: #ff0000;
    text-align: center;
    font-weight: 400; }
  #abashiri_beer .btn {
    display: block; }
    #abashiri_beer .btn a {
      display: block;
      font-size: 38px;
      margin-bottom: 25px;
      background-color: #ff0000;
      color: #fff;
      text-align: center;
      font-weight: 700;
      padding: 20px;
      border-radius: 60px;
      -moz-border-radius: 60px;
      -webkit-border-radius: 60px;
      -khtml-border-radius: 60px;
      position: relative;
      text-decoration: none !important; }

@media screen and (max-width: 768px) {
  #abashiri_beer {
    padding-bottom: 50px; }
    #abashiri_beer p {
      font-size: 15px; }
    #abashiri_beer dl {
      margin-bottom: 35px; }
      #abashiri_beer dl dd strong {
        font-size: 25px; }
        #abashiri_beer dl dd strong span {
          font-size: 35px; }
      #abashiri_beer dl.line {
        padding-bottom: 35px;
        margin-bottom: 30px; }
    #abashiri_beer .notes {
      font-size: 12px;
      margin-bottom: 30px; }
    #abashiri_beer .annotation {
      font-size: 13px;
      margin-bottom: 25px;
      padding: 12px; }
    #abashiri_beer .annotation_small {
      font-size: 12px;
      margin-bottom: 20px; }
    #abashiri_beer .btn {
      margin-bottom: 50px; }
      #abashiri_beer .btn a {
        font-size: 18px;
        margin-bottom: 25px;
        padding: 15px; } }
