@charset "UTF-8";

/********************************************
年末年始！pixivコミック大感謝祭
********************************************/
html {
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  word-wrap: break-word; }

body {
  font-size: 1.6rem;
  background-color: #fff;
  margin: 0;
  padding: 0; }

*,
*::before,
*::after {
  box-sizing: border-box; }

h1, h2, h3, div, p, ul, li {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

img {
  max-width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: bottom; }

#ptop {
  margin: 0;
  position: fixed;
  right: -60px;
  bottom: 15px;
  z-index: 8888;
  text-align: right;
  width: 60px;
  height: 61px;
  transition: all 0.8s ease; }
  @media only screen and (min-width: 1025px) {
    #ptop {
      right: -120px;
      width: 120px;
      height: 122px; } }
  #ptop:hover {
    cursor: pointer; }
  #ptop.active {
    right: 10px; }
    @media only screen and (min-width: 1025px) {
      #ptop.active {
        right: 15px; } }

.pcOnly {
  display: none; }
  @media only screen and (min-width: 1025px) {
    .pcOnly {
      display: inline; } }

.spOnly {
  display: inline; }
  @media only screen and (min-width: 1025px) {
    .spOnly {
      display: none; } }

/*アニメーション*/
.zoomIn {
  animation: animation-zoomIn 1s linear both; }

.zoomInDray {
  animation: animation-zoomIn 1s linear .2s both; }

@keyframes animation-zoomIn {
  0% {
    z-index: auto;
    opacity: 0;
    transform: scale(2); }
  40% {
    opacity: 1;
    transform: scale(0.8); }
  70% {
    opacity: 1;
    transform: scale(1.1); }
  to {
    opacity: 1;
    transform: scale(1); } }
.fadeIn {
  animation: fadeIn .5s ease-out 0s both; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeInUp {
  animation: fadeInUp .5s ease-out 0s both; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0); }
  50% {
    opacity: .4; }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
.fadeRep {
  animation: fadeRep 1s ease-out infinite; }

@keyframes fadeRep {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*タイトル*/
#title {
  position: relative;
  height: 104.8vw;
  background-color: #ffc700;
  /*飾り*/
  /*インデックスボタン*/ }
  @media only screen and (min-width: 1025px) {
    #title {
      height: 690px; } }
  #title #corplogo {
    position: absolute;
    width: 30.666vw;
    top: 3.2vw;
    left: 3.2vw; }
    @media only screen and (min-width: 1025px) {
      #title #corplogo {
        width: 230px;
        top: 32px;
        left: 34px; } }
  #title .snsBtn {
    display: flex;
    position: absolute;
    top: 2.8vw;
    right: 2.933vw;
    z-index: 100; }
    @media only screen and (min-width: 1025px) {
      #title .snsBtn {
        top: 42px;
        right: 42px; } }
    #title .snsBtn img {
      width: 8.266vw;
      height: auto;
      margin-left: 3.466vw; }
      @media only screen and (min-width: 1025px) {
        #title .snsBtn img {
          width: 62px;
          margin-left: 25px; } }
  #title .wrap .mv_base {
    position: absolute;
    top: 9.066vw;
    width: 100vw;
    text-align: center; }
    @media only screen and (min-width: 1025px) {
      #title .wrap .mv_base {
        top: 49px;
        width: 100%; } }
    #title .wrap .mv_base img {
      width: 67.333vw; }
      @media only screen and (min-width: 1025px) {
        #title .wrap .mv_base img {
          width: 507px; } }
  #title .wrap h1 {
    position: absolute;
    line-height: 0; }
    #title .wrap h1 span {
      display: block;
      position: absolute; }
      #title .wrap h1 span img {
        max-width: none;
        width: 100%; }
      #title .wrap h1 span.t1 {
        top: 24.133vw;
        left: 34.666vw;
        width: 30vw; }
        @media only screen and (min-width: 1025px) {
          #title .wrap h1 span.t1 {
            top: 161px;
            left: calc(50vw - 123px);
            width: 226px; } }
      #title .wrap h1 span.t2 {
        top: 31.8vw;
        left: 30vw;
        width: 40vw; }
        @media only screen and (min-width: 1025px) {
          #title .wrap h1 span.t2 {
            top: 228px;
            left: calc(50vw - 160px);
            width: 302px; } }
      #title .wrap h1 span.t3 {
        top: 41.6vw;
        left: 29vw;
        width: 41.2vw; }
        @media only screen and (min-width: 1025px) {
          #title .wrap h1 span.t3 {
            top: 293px;
            left: calc(50vw - 163px);
            width: 311px; } }
  #title .wrap .ribbon {
    display: block;
    position: absolute;
    top: 53.866vw;
    left: 16vw;
    width: 68vw; }
    #title .wrap .ribbon img {
      max-width: none;
      width: 100%; }
    @media only screen and (min-width: 1025px) {
      #title .wrap .ribbon {
        top: 384px;
        left: calc(50vw - 255px);
        width: 510px; } }
  #title .crossLw {
    position: absolute;
    top: 14.133vw;
    left: 3.066vw;
    width: 8.266vw; }
    @media only screen and (min-width: 1025px) {
      #title .crossLw {
        top: 113px;
        left: calc(50vw - 359px);
        width: 64px; } }
  #title .crossLy {
    position: absolute;
    top: 10.133vw;
    left: 12.666vw;
    width: 8.266vw; }
    @media only screen and (min-width: 1025px) {
      #title .crossLy {
        top: 56px;
        left: calc(50vw - 282px);
        width: 64px; } }
  #title .crossLy2 {
    position: absolute;
    display: none; }
    @media only screen and (min-width: 1025px) {
      #title .crossLy2 {
        display: block;
        top: 205px;
        left: calc(50vw - 552px);
        width: 64px; } }
  #title .crossRw {
    position: absolute;
    top: 30.133vw;
    left: 89.333vw;
    width: 8.266vw; }
    @media only screen and (min-width: 1025px) {
      #title .crossRw {
        top: 200px;
        left: calc(50vw + 340px);
        width: 60px; } }
  #title .crossRw2 {
    position: absolute;
    display: none; }
    @media only screen and (min-width: 1025px) {
      #title .crossRw2 {
        display: block;
        top: 412px;
        left: calc(50vw + 424px);
        width: 60px; } }
  #title .crossRy {
    position: absolute;
    top: 13.866vw;
    left: 82.266vw;
    width: 8.266vw; }
    @media only screen and (min-width: 1025px) {
      #title .crossRy {
        top: 52px;
        left: calc(50vw + 256px);
        width: 60px; } }
  #title .crossRy2 {
    position: absolute;
    display: none; }
    @media only screen and (min-width: 1025px) {
      #title .crossRy2 {
        display: block;
        top: 358px;
        left: calc(50vw + 450px);
        width: 60px; } }
  #title .umeL {
    position: absolute;
    top: 26.4vw;
    left: 3.066vw;
    width: 10.266vw; }
    @media only screen and (min-width: 1025px) {
      #title .umeL {
        top: 180px;
        left: calc(50vw - 440px);
        width: 74px; } }
  #title .umeL2 {
    position: absolute;
    display: none;
    transform: scale(-1, 1); }
    @media only screen and (min-width: 1025px) {
      #title .umeL2 {
        display: block;
        top: 389px;
        left: calc(50vw - 534px);
        width: 74px; } }
  #title .umeR {
    position: absolute;
    top: 22.266vw;
    left: 85.066vw;
    width: 10.266vw;
    transform: scale(-1, 1); }
    @media only screen and (min-width: 1025px) {
      #title .umeR {
        top: 140px;
        left: calc(50vw + 305px);
        width: 74px; } }
  #title .umeR2 {
    position: absolute;
    display: none; }
    @media only screen and (min-width: 1025px) {
      #title .umeR2 {
        display: block;
        top: 215px;
        left: calc(50vw + 450px);
        width: 74px; } }
  #title .kobanL {
    position: absolute;
    top: 39.6vw;
    left: 3.866vw;
    width: 9.866vw; }
    @media only screen and (min-width: 1025px) {
      #title .kobanL {
        top: 280px;
        left: calc(50vw - 392px);
        width: 73px; } }
  #title .kobanR {
    position: absolute;
    top: 40.666vw;
    left: 86.266vw;
    width: 8.933vw; }
    @media only screen and (min-width: 1025px) {
      #title .kobanR {
        top: 280px;
        left: calc(50vw + 292px);
        width: 66px; } }
  #title .bream {
    position: absolute;
    top: 54.666vw;
    left: 4vw;
    width: 13.6vw; }
    @media only screen and (min-width: 1025px) {
      #title .bream {
        top: 390px;
        left: calc(50vw - 392px);
        width: 100px; } }
  #title .mallet {
    position: absolute;
    top: 53.466vw;
    left: 82.4vw;
    width: 14.4vw; }
    @media only screen and (min-width: 1025px) {
      #title .mallet {
        top: 382px;
        left: calc(50vw + 278px);
        width: 105px; } }
  #title #indexBtn {
    position: absolute;
    top: 74vw;
    left: 0;
    display: flex;
    justify-content: space-around;
    padding-left: 1.866vw; }
    @media only screen and (min-width: 1025px) {
      #title #indexBtn {
        top: 534px;
        left: calc(50vw - 544px);
        width: 1043px; } }
    #title #indexBtn li {
      margin: 0 0.866vw; }
      @media only screen and (min-width: 1025px) {
        #title #indexBtn li {
          margin: 0 19px; } }
      #title #indexBtn li a {
        display: block;
        text-indent: -9999px;
        width: 30.533vw;
        height: 28.666vw; }
        @media only screen and (min-width: 1025px) {
          #title #indexBtn li a {
            width: 322px;
            height: 140px; } }
        @media only screen and (min-width: 1025px) {
          #title #indexBtn li a:hover {
            opacity: 0.7; } }
      #title #indexBtn li:nth-child(1) a {
        background: url("../img/bt_intro01_sp.png") no-repeat;
        background-size: cover; }
        @media only screen and (min-width: 1025px) {
          #title #indexBtn li:nth-child(1) a {
            background: url("../img/bt_intro01_pc.png") no-repeat; } }
      #title #indexBtn li:nth-child(2) a {
        background: url("../img/bt_intro02_sp.png") no-repeat;
        background-size: cover; }
        @media only screen and (min-width: 1025px) {
          #title #indexBtn li:nth-child(2) a {
            background: url("../img/bt_intro02_pc.png") no-repeat; } }
      #title #indexBtn li:nth-child(3) a {
        background: url("../img/bt_intro03_sp.png") no-repeat;
        background-size: cover; }
        @media only screen and (min-width: 1025px) {
          #title #indexBtn li:nth-child(3) a {
            background: url("../img/bt_intro03_pc.png") no-repeat; } }

/*宝くじキャンペーン*/
#takarakujiCP {
  background-color: #fa3e01;
  padding: 3.2vw 2.666vw;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 1025px) {
    #takarakujiCP {
      padding: 32px 0 20px; } }
  #takarakujiCP .wrap {
    border: 2px solid #ff017e;
    background-color: #fff; }
    @media only screen and (min-width: 1025px) {
      #takarakujiCP .wrap {
        width: 1046px;
        margin: 0 auto;
        border: 5px solid #ff017e; } }
    #takarakujiCP .wrap .mvTitle {
      position: relative;
      background: url("../img/lottery_bg_ani_sp.gif") no-repeat;
      background-size: cover;
      height: 82.666vw; }
      @media only screen and (min-width: 1025px) {
        #takarakujiCP .wrap .mvTitle {
          height: 862px;
          background: url("../img/lottery_bg_ani_pc.gif") no-repeat; } }
      #takarakujiCP .wrap .mvTitle .cushion {
        position: absolute;
        top: 26vw;
        left: 26vw;
        width: 20vw;
        opacity: 0;
        transition: all .5s ease; }
        @media only screen and (min-width: 1025px) {
          #takarakujiCP .wrap .mvTitle .cushion {
            top: 250px;
            left: 250px;
            width: 250px; } }
        #takarakujiCP .wrap .mvTitle .cushion.on {
          top: 3.733vw;
          left: 1.066vw;
          width: 44.6vw;
          opacity: 1; }
          @media only screen and (min-width: 1025px) {
            #takarakujiCP .wrap .mvTitle .cushion.on {
              top: 43px;
              left: 15px;
              width: 507px; } }
      #takarakujiCP .wrap .mvTitle .eyemask {
        position: absolute;
        top: 30vw;
        right: 25vw;
        width: 10vw;
        opacity: 0;
        transition: all .5s ease; }
        @media only screen and (min-width: 1025px) {
          #takarakujiCP .wrap .mvTitle .eyemask {
            top: 460px;
            right: 350px;
            width: 123px; } }
        #takarakujiCP .wrap .mvTitle .eyemask.on {
          top: 29.733vw;
          right: 2.266vw;
          width: 22.4vw;
          opacity: 1; }
          @media only screen and (min-width: 1025px) {
            #takarakujiCP .wrap .mvTitle .eyemask.on {
              top: 330px;
              right: 20px;
              width: 246px; } }
      #takarakujiCP .wrap .mvTitle .wagyu {
        position: absolute;
        top: 30vw;
        left: 20vw;
        width: 20vw;
        opacity: 0;
        transition: all .5s ease; }
        @media only screen and (min-width: 1025px) {
          #takarakujiCP .wrap .mvTitle .wagyu {
            top: 300px;
            left: 320px;
            width: 222px; } }
        #takarakujiCP .wrap .mvTitle .wagyu.on {
          top: 40.4vw;
          left: 5.333vw;
          width: 39.733vw;
          opacity: 1; }
          @media only screen and (min-width: 1025px) {
            #takarakujiCP .wrap .mvTitle .wagyu.on {
              top: 445px;
              left: 60px;
              width: 444px; } }
      #takarakujiCP .wrap .mvTitle .ham {
        position: absolute;
        top: 20vw;
        right: 30vw;
        width: 25vw;
        opacity: 0;
        transition: all .5s ease; }
        @media only screen and (min-width: 1025px) {
          #takarakujiCP .wrap .mvTitle .ham {
            top: 260px;
            right: 500px;
            width: 260px; } }
        #takarakujiCP .wrap .mvTitle .ham.on {
          top: 1.46vw;
          right: 0;
          width: 51vw;
          opacity: 1; }
          @media only screen and (min-width: 1025px) {
            #takarakujiCP .wrap .mvTitle .ham.on {
              top: 20px;
              right: 0;
              width: 571px; } }
      #takarakujiCP .wrap .mvTitle .ticket {
        position: absolute;
        top: 22vw;
        right: 26vw;
        width: 16vw;
        opacity: 0;
        transition: all .5s ease; }
        @media only screen and (min-width: 1025px) {
          #takarakujiCP .wrap .mvTitle .ticket {
            top: 250px;
            right: 290px;
            width: 175px; } }
        #takarakujiCP .wrap .mvTitle .ticket.on {
          top: 44.933vw;
          right: 12.933vw;
          width: 33.2vw;
          opacity: 1; }
          @media only screen and (min-width: 1025px) {
            #takarakujiCP .wrap .mvTitle .ticket.on {
              top: 495px;
              right: 145px;
              width: 371px; } }
      #takarakujiCP .wrap .mvTitle .lotteryTitle {
        position: absolute;
        top: 24.933vw;
        left: 23.2vw;
        width: 46vw; }
        @media only screen and (min-width: 1025px) {
          #takarakujiCP .wrap .mvTitle .lotteryTitle {
            top: 226px;
            left: 270px;
            width: 526px; } }
      #takarakujiCP .wrap .mvTitle .balloon {
        position: absolute;
        top: 19.866vw;
        left: 8.466vw;
        width: 22.266vw; }
        @media only screen and (min-width: 1025px) {
          #takarakujiCP .wrap .mvTitle .balloon {
            top: 209px;
            left: 150px;
            width: 223px; } }
      #takarakujiCP .wrap .mvTitle .period {
        position: absolute;
        top: 74.4vw;
        left: 5.333vw;
        width: 82.133vw; }
        @media only screen and (min-width: 1025px) {
          #takarakujiCP .wrap .mvTitle .period {
            top: 778px;
            left: 141px;
            width: 766px; } }
      #takarakujiCP .wrap .mvTitle .present_note {
        position: absolute;
        top: 70vw;
        right: 6vw;
        font-size: 1rem; }
        @media only screen and (min-width: 1025px) {
          #takarakujiCP .wrap .mvTitle .present_note {
            top: 750px;
            right: 10px;
            font-size: 1.4rem; } }
    #takarakujiCP .wrap .subTitle {
      position: relative;
      padding: 6.133vw 0; }
      @media only screen and (min-width: 1025px) {
        #takarakujiCP .wrap .subTitle {
          padding: 32px 0; } }
      #takarakujiCP .wrap .subTitle .text {
        width: 73.066vw;
        margin: 0 auto 5.6vw; }
        @media only screen and (min-width: 1025px) {
          #takarakujiCP .wrap .subTitle .text {
            width: 703px;
            margin: 0 auto 54px; } }
      #takarakujiCP .wrap .subTitle .crossTwoL {
        position: absolute;
        top: 19.066vw;
        left: 0;
        width: 11.466vw; }
        @media only screen and (min-width: 1025px) {
          #takarakujiCP .wrap .subTitle .crossTwoL {
            top: 167px;
            left: 70px;
            width: 108px; } }
      #takarakujiCP .wrap .subTitle .crossTwoR {
        position: absolute;
        top: 17.6vw;
        right: 0;
        width: 11.466vw; }
        @media only screen and (min-width: 1025px) {
          #takarakujiCP .wrap .subTitle .crossTwoR {
            top: 146px;
            right: 70px;
            width: 108px; } }
    #takarakujiCP .wrap .prize {
      width: 72vw;
      margin: 0 auto 8.266vw;
      font-size: 1.3rem;
      line-height: 1.3; }
      @media only screen and (min-width: 1025px) {
        #takarakujiCP .wrap .prize {
          width: 900px;
          margin: 0 auto 50px;
          font-size: 2.1rem; } }
      @media only screen and (min-width: 1025px) {
        #takarakujiCP .wrap .prize .prizeWrap {
          width: 420px;
          margin: 50px auto; } }
      #takarakujiCP .wrap .prize .prizeWrap table {
        width: 100%; }
        @media only screen and (min-width: 1025px) {
          #takarakujiCP .wrap .prize .prizeWrap table {
            width: 410px; } }
        #takarakujiCP .wrap .prize .prizeWrap table th, #takarakujiCP .wrap .prize .prizeWrap table td {
          padding: 3px 0; }
        #takarakujiCP .wrap .prize .prizeWrap table th {
          width: 10.4vw;
          text-align: left; }
          #takarakujiCP .wrap .prize .prizeWrap table th span {
            font-weight: normal; }
          @media only screen and (min-width: 1025px) {
            #takarakujiCP .wrap .prize .prizeWrap table th {
              width: 64px; } }
        #takarakujiCP .wrap .prize .prizeWrap table td:nth-child(3),
        #takarakujiCP .wrap .prize .prizeWrap table td.last {
          text-align: right; }
        #takarakujiCP .wrap .prize .prizeWrap table td.sub {
          padding-left: 1em; }
    #takarakujiCP .wrap .note {
      font-size: 1.1rem;
      margin: 3vw 0; }
      @media only screen and (min-width: 1025px) {
        #takarakujiCP .wrap .note {
          font-size: 1.3rem;
          width: 420px;
          margin-top: -60px; } }
    #takarakujiCP .wrap .entry {
      width: 78vw;
      margin: 0 auto 10vw;
      padding: 8vw 0;
      background-color: #f3f3f3;
      border-radius: 10px; }
      @media only screen and (min-width: 1025px) {
        #takarakujiCP .wrap .entry {
          width: 964px;
          margin: 0 auto 58px;
          padding: 32px; } }
      #takarakujiCP .wrap .entry h2 {
        width: 24vw;
        margin: 0 auto 8.4vw;
        padding: 1.6vw 4.5vw;
        background-color: #ff0080;
        border-radius: 1.333vw;
        color: #fff;
        font-size: 1.2rem;
        text-align: center; }
        @media only screen and (min-width: 1025px) {
          #takarakujiCP .wrap .entry h2 {
            width: 180px;
            margin: 0 auto;
            padding: 13px 42px;
            border-radius: 13px;
            font-size: 2.4rem; } }
      #takarakujiCP .wrap .entry .stepWrap {
        margin: 8.266vw 0 0;
        text-align: center; }
        @media only screen and (min-width: 1025px) {
          #takarakujiCP .wrap .entry .stepWrap {
            display: flex;
            align-items: flex-start;
            margin: 45px 0 0; } }
        #takarakujiCP .wrap .entry .stepWrap div {
          background: url("../img/flow_caret_sp.png") center bottom no-repeat;
          background-size: 5.6vw 4.4vw;
          padding: 0 0 8.4vw;
          margin: 0 0 4vw; }
          @media only screen and (min-width: 1025px) {
            #takarakujiCP .wrap .entry .stepWrap div {
              height: 168px;
              background: url("../img/flow_caret_pc.png") right center no-repeat;
              padding: 0 35px 0 0;
              margin: 0; } }
          #takarakujiCP .wrap .entry .stepWrap div:last-child {
            background-image: none;
            padding: 0; }
        #takarakujiCP .wrap .entry .stepWrap h3 {
          margin: 0 auto 5.066vw;
          text-indent: -9999px; }
          @media only screen and (min-width: 1025px) {
            #takarakujiCP .wrap .entry .stepWrap h3 {
              margin: 0 auto 28px; } }
          #takarakujiCP .wrap .entry .stepWrap h3 img {
            width: 25.333vw; }
            @media only screen and (min-width: 1025px) {
              #takarakujiCP .wrap .entry .stepWrap h3 img {
                height: 34px;
                width: auto; } }
        #takarakujiCP .wrap .entry .stepWrap p {
          font-size: 1.3rem; }
          @media only screen and (min-width: 1025px) {
            #takarakujiCP .wrap .entry .stepWrap p {
              font-size: 1.6rem; } }
          #takarakujiCP .wrap .entry .stepWrap p.step_note {
            font-size: 1.1rem;
            font-weight: normal;
            margin: 1vw 0; }
        @media only screen and (min-width: 1025px) {
          #takarakujiCP .wrap .entry .stepWrap .step1 {
            width: 233px; } }
        #takarakujiCP .wrap .entry .stepWrap .step1 h3 {
          width: 25.2vw;
          height: 6.533vw;
          background: url("../img/lottery_step01.png") no-repeat;
          background-size: cover; }
          @media only screen and (min-width: 1025px) {
            #takarakujiCP .wrap .entry .stepWrap .step1 h3 {
              width: 120px;
              height: 32px; } }
        @media only screen and (min-width: 1025px) {
          #takarakujiCP .wrap .entry .stepWrap .step2 {
            width: 274px; } }
        #takarakujiCP .wrap .entry .stepWrap .step2 h3 {
          width: 68vw;
          height: 19.333vw;
          background: url("../img/lottery_step02_sp.png") no-repeat;
          background-size: cover; }
          @media only screen and (min-width: 1025px) {
            #takarakujiCP .wrap .entry .stepWrap .step2 h3 {
              width: 243px;
              height: 66px;
              background: url("../img/lottery_step02_pc.png") no-repeat;
              background-size: cover;
              margin-top: -17px; } }
        #takarakujiCP .wrap .entry .stepWrap .step2 h3 + p {
          margin-top: -13vw; }
          @media only screen and (min-width: 1025px) {
            #takarakujiCP .wrap .entry .stepWrap .step2 h3 + p {
              margin-top: -17px; } }
        @media only screen and (min-width: 1025px) {
          #takarakujiCP .wrap .entry .stepWrap .step3 {
            width: 231px; } }
        #takarakujiCP .wrap .entry .stepWrap .step3 h3 {
          width: 26vw;
          height: 6.533vw;
          background: url("../img/lottery_step03.png") no-repeat;
          background-size: cover; }
          @media only screen and (min-width: 1025px) {
            #takarakujiCP .wrap .entry .stepWrap .step3 h3 {
              width: 124px;
              height: 32px; } }
        @media only screen and (min-width: 1025px) {
          #takarakujiCP .wrap .entry .stepWrap .step4 {
            width: 151px; } }
        #takarakujiCP .wrap .entry .stepWrap .step4 h3 {
          width: 26.666vw;
          height: 6.533vw;
          background: url("../img/lottery_step04.png") no-repeat;
          background-size: cover; }
          @media only screen and (min-width: 1025px) {
            #takarakujiCP .wrap .entry .stepWrap .step4 h3 {
              width: 126px;
              height: 32px; } }

/*Twitterキャンペーン*/
#twitterCP {
  background-color: #fa3e01;
  padding: 3.2vw 2.666vw;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 1025px) {
    #twitterCP {
      padding: 20px 0; } }
  #twitterCP .wrap {
    border: 2px solid #74baff;
    background-color: #fff; }
    @media only screen and (min-width: 1025px) {
      #twitterCP .wrap {
        width: 1046px;
        margin: 0 auto;
        border: 5px solid #74baff; } }
    #twitterCP .wrap .mvTitle {
      position: relative;
      height: 48vw; }
      @media only screen and (min-width: 1025px) {
        #twitterCP .wrap .mvTitle {
          height: 510px; } }
      #twitterCP .wrap .mvTitle h2 span {
        display: block;
        position: absolute; }
        #twitterCP .wrap .mvTitle h2 span.t1 {
          top: 5.333vw;
          left: 30.133vw;
          width: 32.8vw; }
          @media only screen and (min-width: 1025px) {
            #twitterCP .wrap .mvTitle h2 span.t1 {
              top: 77px;
              left: 384px;
              width: 342px; } }
        #twitterCP .wrap .mvTitle h2 span.t2 {
          top: 14.933vw;
          left: 26.4vw;
          width: 42.8vw; }
          @media only screen and (min-width: 1025px) {
            #twitterCP .wrap .mvTitle h2 span.t2 {
              top: 176px;
              left: 306px;
              width: 443px; } }
        #twitterCP .wrap .mvTitle h2 span.t3 {
          top: 26.4vw;
          left: 36.266vw;
          width: 20.133vw; }
          @media only screen and (min-width: 1025px) {
            #twitterCP .wrap .mvTitle h2 span.t3 {
              top: 294px;
              left: 409px;
              width: 210px; } }
        #twitterCP .wrap .mvTitle h2 span.t4 {
          top: 37.733vw;
          left: 23.2vw;
          width: 48vw; }
          @media only screen and (min-width: 1025px) {
            #twitterCP .wrap .mvTitle h2 span.t4 {
              top: 413px;
              left: 272px;
              width: 499px; } }
      #twitterCP .wrap .mvTitle div {
        position: absolute; }
        #twitterCP .wrap .mvTitle div.illustLt {
          top: 3.066vw;
          left: 3.6vw;
          width: 19.466vw; }
          @media only screen and (min-width: 1025px) {
            #twitterCP .wrap .mvTitle div.illustLt {
              top: 58px;
              left: 72px;
              width: 199px; } }
        #twitterCP .wrap .mvTitle div.illustRt {
          top: 3.333vw;
          right: 2.133vw;
          width: 20.533vw; }
          @media only screen and (min-width: 1025px) {
            #twitterCP .wrap .mvTitle div.illustRt {
              top: 52px;
              right: 67px;
              width: 208px; } }
        #twitterCP .wrap .mvTitle div.illustLb {
          top: 24.933vw;
          left: 3.866vw;
          width: 18.133vw; }
          @media only screen and (min-width: 1025px) {
            #twitterCP .wrap .mvTitle div.illustLb {
              top: 284px;
              left: 64px;
              width: 199px; } }
        #twitterCP .wrap .mvTitle div.illustRb {
          top: 26.133vw;
          right: 2.466vw;
          width: 18.133vw; }
          @media only screen and (min-width: 1025px) {
            #twitterCP .wrap .mvTitle div.illustRb {
              top: 288px;
              right: 60px;
              width: 200px; } }
    #twitterCP .wrap .mvPrize {
      position: relative;
      height: 79.066vw;
      background: url("../img/cry_bg_ani_sp.gif") no-repeat;
      background-size: cover; }
      @media only screen and (min-width: 1025px) {
        #twitterCP .wrap .mvPrize {
          height: 780px;
          background: url("../img/cry_bg_ani_pc.gif") no-repeat; } }
      #twitterCP .wrap .mvPrize .period {
        position: absolute;
        top: 0;
        left: 4.533vw;
        width: 85.066vw; }
        @media only screen and (min-width: 1025px) {
          #twitterCP .wrap .mvPrize .period {
            top: -15px;
            left: 140px;
            width: 767px; } }
      #twitterCP .wrap .mvPrize div {
        position: absolute; }
        #twitterCP .wrap .mvPrize div.hanaseCeleb {
          top: 11.2vw;
          left: 4.4vw;
          width: 84.933vw; }
          @media only screen and (min-width: 1025px) {
            #twitterCP .wrap .mvPrize div.hanaseCeleb {
              top: 90px;
              left: 79px;
              width: 880px; } }
        #twitterCP .wrap .mvPrize div.ribbon {
          top: 57.066vw;
          left: 8.266vw;
          width: 77.066vw; }
          @media only screen and (min-width: 1025px) {
            #twitterCP .wrap .mvPrize div.ribbon {
              top: 554px;
              left: 122px;
              width: 800px; } }
        #twitterCP .wrap .mvPrize div.text01 {
          top: 62.533vw;
          left: 21.733vw;
          width: 20.8vw; }
          @media only screen and (min-width: 1025px) {
            #twitterCP .wrap .mvPrize div.text01 {
              top: 612px;
              left: 265px;
              width: 215px; } }
        #twitterCP .wrap .mvPrize div.text02 {
          top: 60vw;
          left: 44.4vw;
          width: 28vw; }
          @media only screen and (min-width: 1025px) {
            #twitterCP .wrap .mvPrize div.text02 {
              top: 585px;
              left: 496px;
              width: 290px; } }
        #twitterCP .wrap .mvPrize div.balloon {
          top: 12.666vw;
          left: 4.266vw;
          width: 22vw; }
          @media only screen and (min-width: 1025px) {
            #twitterCP .wrap .mvPrize div.balloon {
              top: 103px;
              left: 77px;
              width: 228px; } }
        #twitterCP .wrap .mvPrize div.count_note {
          top: 76vw;
          left: 8.266vw;
          width: 77.066vw;
          text-align: center;
          font-size: 1rem; }
          @media only screen and (min-width: 1025px) {
            #twitterCP .wrap .mvPrize div.count_note {
              top: 750px;
              left: 123px;
              width: 800px;
              font-size: 1.8rem; } }
    #twitterCP .wrap .entryTitle {
      width: 75.2vw;
      margin: 6vw auto; }
      @media only screen and (min-width: 1025px) {
        #twitterCP .wrap .entryTitle {
          width: 775px;
          margin: 55px auto 45px; } }
    #twitterCP .wrap .entry {
      width: 78vw;
      margin: 0 auto 10vw;
      padding: 8vw 0;
      background-color: #f3f3f3;
      border-radius: 10px; }
      @media only screen and (min-width: 1025px) {
        #twitterCP .wrap .entry {
          width: 964px;
          margin: 0 auto 58px;
          padding: 32px; } }
      #twitterCP .wrap .entry h2 {
        width: 24vw;
        margin: 0 auto 8.4vw;
        padding: 1.6vw 4.5vw;
        background-color: #1da1f3;
        border-radius: 1.333vw;
        color: #fff;
        font-size: 1.2rem;
        text-align: center; }
        @media only screen and (min-width: 1025px) {
          #twitterCP .wrap .entry h2 {
            width: 180px;
            margin: 0 auto;
            padding: 13px 42px;
            border-radius: 13px;
            font-size: 2.4rem; } }
      #twitterCP .wrap .entry .stepWrap {
        margin: 8.266vw 0 0;
        text-align: center; }
        @media only screen and (min-width: 1025px) {
          #twitterCP .wrap .entry .stepWrap {
            width: 880px;
            margin: 45px auto 0;
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            justify-content: center; } }
        #twitterCP .wrap .entry .stepWrap div {
          background: url("../img/flow_caret_sp.png") center bottom no-repeat;
          background-size: 5.6vw 4.4vw;
          padding: 0 0 8.4vw;
          margin: 0 0 4vw; }
          @media only screen and (min-width: 1025px) {
            #twitterCP .wrap .entry .stepWrap div {
              height: 168px;
              background: url("../img/flow_caret_pc.png") right center no-repeat;
              padding: 0 35px 0 0;
              margin: 0; } }
          #twitterCP .wrap .entry .stepWrap div:last-child {
            background-image: none;
            padding: 0; }
          @media only screen and (min-width: 1025px) {
            #twitterCP .wrap .entry .stepWrap div:nth-child(1) {
              width: 395px; }
            #twitterCP .wrap .entry .stepWrap div:nth-child(2) {
              width: 410px;
              background-image: none;
              padding: 0; }
            #twitterCP .wrap .entry .stepWrap div:nth-child(3) {
              width: 360px; }
            #twitterCP .wrap .entry .stepWrap div:nth-child(4) {
              width: 277px; }
            #twitterCP .wrap .entry .stepWrap div:last-child {
              width: 220px; } }
        #twitterCP .wrap .entry .stepWrap h3 {
          margin: 0 auto 5.066vw;
          text-indent: -9999px; }
          @media only screen and (min-width: 1025px) {
            #twitterCP .wrap .entry .stepWrap h3 {
              margin: 0 auto 28px; } }
          #twitterCP .wrap .entry .stepWrap h3 img {
            width: 25.333vw; }
            @media only screen and (min-width: 1025px) {
              #twitterCP .wrap .entry .stepWrap h3 img {
                height: 34px;
                width: auto; } }
        #twitterCP .wrap .entry .stepWrap p {
          font-size: 1.3rem; }
          @media only screen and (min-width: 1025px) {
            #twitterCP .wrap .entry .stepWrap p {
              font-size: 1.6rem; } }
          #twitterCP .wrap .entry .stepWrap p.step_note {
            font-size: 1.1rem;
            font-weight: normal;
            margin: 1vw 0; }
        @media only screen and (min-width: 1025px) {
          #twitterCP .wrap .entry .stepWrap .step1 {
            width: 233px; } }
        #twitterCP .wrap .entry .stepWrap .step1 h3 {
          width: 25.2vw;
          height: 6.533vw;
          background: url("../img/cry_step01.png") no-repeat;
          background-size: cover; }
          @media only screen and (min-width: 1025px) {
            #twitterCP .wrap .entry .stepWrap .step1 h3 {
              width: 120px;
              height: 32px; } }
        @media only screen and (min-width: 1025px) {
          #twitterCP .wrap .entry .stepWrap .step2 {
            width: 274px; } }
        #twitterCP .wrap .entry .stepWrap .step2 h3 {
          width: 26.666vw;
          height: 6.533vw;
          background: url("../img/cry_step02.png") no-repeat;
          background-size: cover; }
          @media only screen and (min-width: 1025px) {
            #twitterCP .wrap .entry .stepWrap .step2 h3 {
              width: 126px;
              height: 32px; } }
        @media only screen and (min-width: 1025px) {
          #twitterCP .wrap .entry .stepWrap .step3 {
            width: 231px; } }
        #twitterCP .wrap .entry .stepWrap .step3 h3 {
          width: 68vw;
          height: 19.333vw;
          background: url("../img/cry_step03_sp.png") no-repeat;
          background-size: cover; }
          @media only screen and (min-width: 1025px) {
            #twitterCP .wrap .entry .stepWrap .step3 h3 {
              width: 243px;
              height: 66px;
              background: url("../img/cry_step03_pc.png") no-repeat;
              background-size: cover;
              margin-top: -17px; } }
        #twitterCP .wrap .entry .stepWrap .step3 h3 + p {
          margin-top: -12vw; }
          @media only screen and (min-width: 1025px) {
            #twitterCP .wrap .entry .stepWrap .step3 h3 + p {
              margin-top: -17px; } }
        @media only screen and (min-width: 1025px) {
          #twitterCP .wrap .entry .stepWrap .step4 {
            width: 151px; } }
        #twitterCP .wrap .entry .stepWrap .step4 h3 {
          width: 26.666vw;
          height: 6.533vw;
          background: url("../img/cry_step04.png") no-repeat;
          background-size: cover; }
          @media only screen and (min-width: 1025px) {
            #twitterCP .wrap .entry .stepWrap .step4 h3 {
              width: 126px;
              height: 32px; } }
        @media only screen and (min-width: 1025px) {
          #twitterCP .wrap .entry .stepWrap .step5 {
            width: 151px; } }
        #twitterCP .wrap .entry .stepWrap .step5 h3 {
          width: 26.666vw;
          height: 6.533vw;
          background: url("../img/cry_step05.png") no-repeat;
          background-size: cover; }
          @media only screen and (min-width: 1025px) {
            #twitterCP .wrap .entry .stepWrap .step5 h3 {
              width: 126px;
              height: 32px; } }

/*ランキングページ誘導*/
#ranking {
  background-color: #fa3e01;
  padding: 3.2vw 2.666vw; }
  @media only screen and (min-width: 1025px) {
    #ranking {
      padding: 32px 0; } }
  #ranking .wrap {
    border: 2px solid #ff732c;
    background-color: #fff; }
    @media only screen and (min-width: 1025px) {
      #ranking .wrap {
        width: 1046px;
        margin: 0 auto;
        border: 5px solid #ff732c; } }
    #ranking .wrap .rankingTitle {
      position: relative;
      width: auto;
      height: 33.733vw;
      background: url("../img/rankblock_bg_sp.png") no-repeat;
      background-size: cover; }
      @media only screen and (min-width: 1025px) {
        #ranking .wrap .rankingTitle {
          width: 1036px;
          height: 309px;
          background: url("../img/rankblock_bg_pc.png") no-repeat;
          background-size: cover; } }
      #ranking .wrap .rankingTitle .text {
        position: absolute;
        top: 8vw;
        left: 15.333vw;
        width: 63.733vw; }
        @media only screen and (min-width: 1025px) {
          #ranking .wrap .rankingTitle .text {
            top: 72px;
            left: 224px;
            width: 597px; } }
      #ranking .wrap .rankingTitle .balloon {
        position: absolute;
        top: 6.533vw;
        left: 64.266vw;
        width: 14.933vw; }
        @media only screen and (min-width: 1025px) {
          #ranking .wrap .rankingTitle .balloon {
            top: 56px;
            left: 683px;
            width: 140px; } }
    #ranking .wrap .carouselRtoL {
      display: flex;
      width: 100%;
      height: 26.4vw;
      max-height: 198px;
      overflow: hidden;
      margin-top: 11.6vw; }
      @media only screen and (min-width: 1025px) {
        #ranking .wrap .carouselRtoL {
          height: 198px;
          margin-top: 54px; } }
      #ranking .wrap .carouselRtoL img {
        height: 100%;
        width: auto;
        max-width: none; }
        @media only screen and (min-width: 1200px) {
          #ranking .wrap .carouselRtoL img {
            height: 100%;
            max-height: none; } }
        #ranking .wrap .carouselRtoL img:first-child.active {
          animation: loop 100s -50s linear infinite; }
        #ranking .wrap .carouselRtoL img:last-child.active {
          animation: loop2 100s linear infinite; }
    #ranking .wrap .carouselLtoR {
      display: flex;
      width: 100%;
      height: 26.4vw;
      max-height: 198px;
      overflow: hidden;
      margin: 9.733vw 0 11.466vw; }
      @media only screen and (min-width: 1025px) {
        #ranking .wrap .carouselLtoR {
          height: 198px;
          margin: 68px 0 68px; } }
      #ranking .wrap .carouselLtoR img {
        height: 100%;
        width: auto;
        max-width: none; }
        @media only screen and (min-width: 1200px) {
          #ranking .wrap .carouselLtoR img {
            height: 100%;
            max-height: none; } }
        #ranking .wrap .carouselLtoR img:first-child.active {
          animation: loopL 100s -50s linear infinite; }
        #ranking .wrap .carouselLtoR img:last-child.active {
          animation: loopL2 100s linear infinite; }

@keyframes loop {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
@keyframes loop2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }
@keyframes loopL {
  0% {
    transform: translateX(-100%); }
  to {
    transform: translateX(100%); } }
@keyframes loopL2 {
  0% {
    transform: translateX(-200%); }
  to {
    transform: translateX(0%); } }
/*応募規約*/
.kiyaku {
  margin: 9.066vw 0; }
  @media only screen and (min-width: 1025px) {
    .kiyaku {
      margin: 56px 0; } }
  .kiyaku h2 {
    width: 24vw;
    margin: 0 auto 3.866vw;
    padding: 1.6vw 4.5vw;
    background-color: #000;
    border-radius: 1.333vw;
    color: #fff;
    font-size: 1.2rem;
    text-align: center; }
    @media only screen and (min-width: 1025px) {
      .kiyaku h2 {
        width: 180px;
        margin: 0 auto 42px;
        padding: 13px 42px;
        border-radius: 13px;
        font-size: 2.4rem; } }
  .kiyaku .kiyaku_cont {
    width: 86.666vw;
    height: 72.666vw;
    overflow: auto;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #ebebeb; }
    @media only screen and (min-width: 1025px) {
      .kiyaku .kiyaku_cont {
        width: 840px;
        height: 362px;
        padding: 30px 40px; } }
    .kiyaku .kiyaku_cont h3 {
      font-size: 1.3rem;
      font-weight: normal;
      margin: 10px 0 7px 0;
      border-bottom: 1px solid #bfbfbf; }
      @media only screen and (min-width: 1025px) {
        .kiyaku .kiyaku_cont h3 {
          font-size: 2rem; } }
    .kiyaku .kiyaku_cont h4 {
      font-size: 1.3rem;
      font-weight: normal;
      margin: 0 0 7px 0; }
      @media only screen and (min-width: 1025px) {
        .kiyaku .kiyaku_cont h4 {
          font-size: 1.6rem; } }
    .kiyaku .kiyaku_cont p {
      font-size: 1.1rem;
      margin-bottom: 7px;
      padding-left: 1em;
      text-indent: -1em; }
      @media only screen and (min-width: 1025px) {
        .kiyaku .kiyaku_cont p {
          font-size: 1.4rem; } }
    .kiyaku .kiyaku_cont ul {
      margin-bottom: 7px;
      padding: 0 1em; }
    .kiyaku .kiyaku_cont li {
      font-size: 1.1rem;
      list-style: disc; }
      @media only screen and (min-width: 1025px) {
        .kiyaku .kiyaku_cont li {
          font-size: 1.4rem; } }
    .kiyaku .kiyaku_cont ol {
      margin-bottom: 7px;
      padding: 0 1em; }
      .kiyaku .kiyaku_cont ol li {
        font-size: 1.1rem;
        list-style: decimal; }
        @media only screen and (min-width: 1025px) {
          .kiyaku .kiyaku_cont ol li {
            font-size: 1.4rem; } }
    .kiyaku .kiyaku_cont .noac {
      padding-left: 0;
      text-indent: 0; }

/*マンガを買うボタン*/
.mangaBtn {
  width: 70vw;
  margin: 0 auto; }
  @media only screen and (min-width: 1025px) {
    .mangaBtn {
      width: 382px; } }
  .mangaBtn a {
    position: relative;
    width: 70vw;
    height: 14vw;
    overflow: hidden;
    border-radius: 14vw;
    display: block;
    background: #ffc200 url("../img/bt_buy_off.png") center center no-repeat;
    background-size: 27.466vw 4.266vw;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
    transition: color 0.3s cubic-bezier(0.23, 0.76, 0.37, 0.99); }
    @media only screen and (min-width: 1025px) {
      .mangaBtn a {
        width: 382px;
        height: 77px;
        border-radius: 77px;
        background-image: none; }
        .mangaBtn a:hover {
          border: 2px solid #ffc200; }
        .mangaBtn a::before {
          position: absolute;
          top: 24px;
          left: 110px;
          z-index: 100;
          content: '';
          display: inline-block;
          width: 176px;
          height: 30px;
          background-image: url("../img/bt_buy_off.png");
          background-size: contain;
          background-repeat: no-repeat;
          vertical-align: middle; }
        .mangaBtn a::after {
          position: absolute;
          top: 0;
          left: -100%;
          background: #fff;
          display: block;
          content: "";
          width: 380px;
          height: 75px;
          border-radius: 75px;
          transition: left 0.3s cubic-bezier(0.23, 0.76, 0.37, 0.99); }
        .mangaBtn a:hover::before {
          background-image: url("../img/bt_buy_on.png");
          top: 22px;
          left: 108px; }
        .mangaBtn a:hover::after {
          left: 0; } }

/*泣けるマンガを読むボタン*/
.mangaReadBtn {
  width: 70vw;
  margin: 0 auto; }
  @media only screen and (min-width: 1025px) {
    .mangaReadBtn {
      width: 448px; } }
  .mangaReadBtn a {
    position: relative;
    width: 70vw;
    height: 14vw;
    overflow: hidden;
    border-radius: 14vw;
    display: block;
    background: #ffc200 url("../img/bt_cry_read_off.png") center center no-repeat;
    background-size: 39.2vw 4.266vw;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
    transition: color 0.3s cubic-bezier(0.23, 0.76, 0.37, 0.99); }
    @media only screen and (min-width: 1025px) {
      .mangaReadBtn a {
        width: 448px;
        height: 77px;
        border-radius: 77px;
        background-image: none; }
        .mangaReadBtn a:hover {
          border: 2px solid #ffc200; }
        .mangaReadBtn a::before {
          position: absolute;
          top: 24px;
          left: 102px;
          z-index: 100;
          content: '';
          display: inline-block;
          width: 249px;
          height: 30px;
          background-image: url("../img/bt_cry_read_off.png");
          background-size: contain;
          background-repeat: no-repeat;
          vertical-align: middle; }
        .mangaReadBtn a::after {
          position: absolute;
          top: 0;
          left: -100%;
          background: #fff;
          display: block;
          content: "";
          width: 446px;
          height: 75px;
          border-radius: 75px;
          transition: left 0.3s cubic-bezier(0.23, 0.76, 0.37, 0.99); }
        .mangaReadBtn a:hover::before {
          background-image: url("../img/bt_cry_read_on.png");
          top: 22px;
          left: 100px; }
        .mangaReadBtn a:hover::after {
          left: 0; } }

/*ランキングページへボタン*/
.rankingBtn {
  width: 70vw;
  margin: 0 auto; }
  @media only screen and (min-width: 1025px) {
    .rankingBtn {
      width: 448px; } }
  .rankingBtn a {
    position: relative;
    width: 70vw;
    height: 14vw;
    overflow: hidden;
    border-radius: 14vw;
    display: block;
    background: #ffc200 url("../img/bt_result_off.png") center center no-repeat;
    background-size: 27.066vw 4.266vw;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
    transition: color 0.3s cubic-bezier(0.23, 0.76, 0.37, 0.99); }
    @media only screen and (min-width: 1025px) {
      .rankingBtn a {
        width: 448px;
        height: 77px;
        border-radius: 77px;
        background-image: none; }
        .rankingBtn a:hover {
          border: 2px solid #ffc200; }
        .rankingBtn a::before {
          position: absolute;
          top: 24px;
          left: 136px;
          z-index: 100;
          content: '';
          display: inline-block;
          width: 174px;
          height: 28px;
          background-image: url("../img/bt_result_off.png");
          background-size: contain;
          background-repeat: no-repeat;
          vertical-align: middle; }
        .rankingBtn a::after {
          position: absolute;
          top: 0;
          left: -100%;
          background: #fff;
          display: block;
          content: "";
          width: 446px;
          height: 75px;
          border-radius: 75px;
          transition: left 0.3s cubic-bezier(0.23, 0.76, 0.37, 0.99); }
        .rankingBtn a:hover::before {
          background-image: url("../img/bt_result_on.png");
          top: 22px;
          left: 134px; }
        .rankingBtn a:hover::after {
          left: 0; } }

/*公式Twitterリンクボタン*/
.twBtn {
  width: 70vw;
  margin: 0 auto 7.5vw; }
  @media only screen and (min-width: 1025px) {
    .twBtn {
      width: 448px;
      margin: 0 auto 40px; } }
  .twBtn a {
    position: relative;
    width: 70vw;
    height: 14vw;
    overflow: hidden;
    border-radius: 14vw;
    display: block;
    background: #1da1f3 url("../img/bt_twi_off.png") center center no-repeat;
    background-size: 61.6vw 6.533vw;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
    transition: color 0.3s cubic-bezier(0.23, 0.76, 0.37, 0.99); }
    @media only screen and (min-width: 1025px) {
      .twBtn a {
        width: 448px;
        height: 77px;
        border-radius: 77px;
        background-image: none; }
        .twBtn a:hover {
          border: 2px solid #1da1f3; }
        .twBtn a::before {
          position: absolute;
          top: 18px;
          left: 28px;
          z-index: 100;
          content: '';
          display: inline-block;
          width: 390px;
          height: 40px;
          background-image: url("../img/bt_twi_off.png");
          background-size: contain;
          background-repeat: no-repeat;
          vertical-align: middle; }
        .twBtn a::after {
          position: absolute;
          top: 0;
          left: -100%;
          background: #fff;
          display: block;
          content: "";
          width: 446px;
          height: 75px;
          border-radius: 75px;
          transition: left 0.3s cubic-bezier(0.23, 0.76, 0.37, 0.99); }
        .twBtn a:hover::before {
          background-image: url("../img/bt_twi_on.png");
          top: 16px;
          left: 26px; }
        .twBtn a:hover::after {
          left: 0; } }

/*SNSシェアボタン*/
.snsBtnWrap {
  margin: 6vw auto 4vw; }
  @media only screen and (min-width: 1025px) {
    .snsBtnWrap {
      margin: 40px auto; } }
  .snsBtnWrap p {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 3.333vw; }
    @media only screen and (min-width: 1025px) {
      .snsBtnWrap p {
        font-size: 1.6rem;
        margin-bottom: 10px; } }
  .snsBtnWrap .snsBtn {
    display: flex;
    justify-content: center; }
    .snsBtnWrap .snsBtn li {
      width: 10.666vw;
      height: auto;
      margin: 0 2vw; }
      @media only screen and (min-width: 1025px) {
        .snsBtnWrap .snsBtn li {
          width: 56px;
          margin: 0 11px; } }

/*フッター*/
#footer {
  width: 100%;
  background-color: #ffc900; }
  #footer .wrap {
    margin: 0 auto;
    padding: 6vw 0;
    width: 62.666vw; }
    @media only screen and (min-width: 1025px) {
      #footer .wrap {
        padding: 68px 0;
        width: 470px; } }
    #footer .wrap .logo {
      width: 50vw;
      margin: 0 auto 13.333vw; }
      @media only screen and (min-width: 1025px) {
        #footer .wrap .logo {
          width: 376px;
          margin: 0 auto 100px; } }
    #footer .wrap .contact_privacy {
      display: flex;
      justify-content: space-around; }
      #footer .wrap .contact_privacy li {
        font-size: 1.2rem; }
        @media only screen and (min-width: 1025px) {
          #footer .wrap .contact_privacy li {
            font-size: 1.6rem; } }
        #footer .wrap .contact_privacy li a {
          color: #000;
          text-decoration: underline;
          font-weight: bold; }
          #footer .wrap .contact_privacy li a:hover {
            color: #767676; }

/*# sourceMappingURL=thanksgiving.css.map */
