@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  min-height: 100%;
}
html, body {
  overflow-x: hidden;
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
body {
  -webkit-overflow-scrolling: auto;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  min-height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  line-height: 1.5;

}
hr {
  display: none;
}
a {
  text-decoration: none;
}
a:hover img{
  opacity: 0.8;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media (max-width: 1279px) {}/* スクリーンサイズが1279px以下の場合に適用 */
@media (max-width: 767px) {}/* スクリーンサイズが767px以下の場合に適用 */


/* トップへもどる */
.pagetop_1 {
  position: fixed;
  right: 10%;
  z-index: 199;
  overflow: visible;
}
.pagetop_1 div {
  position: absolute;
  bottom: 0;
  width: 100px;
  text-align: center;
}
.pagetop_1 a {
  transition: opacity .5s;
  text-decoration: none;
  color: #920101;
}
.pagetop_1 a img {
  filter: drop-shadow(3px 3px 3px #aaa);
}
@media (max-width: 767px) {
  .pagetop_1 {
    right: 25vw;
  }
  .pagetop_1 div {
    width: 20vw;
  }
  .pagetop_1 a span {
    font-size: 2.8vw;
  }
}

/* アニメーション */
.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 0.8s;
  }

.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
  }


/* Top,Main共通 */
#Top, #Main {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 600;
  color: #920101;
  position: relative;
}
#Top header, #Top article, #Main article {
  max-width: 1400px;
  margin: 0 auto;
}
#Top {
  position: relative;
  background-image: url(../img/LIPTON_LP_back.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
#Main{
  background-color: #FFDF01;
}

/* Top-header */
.header {
  width: 100%;
  height: 100%;
  position: relative;
}
.Top_logo {
  position: absolute;
  top: 32px;
  left: 2.8%;
}
@media (max-width: 1279px) {
  .Top_logo {
    width: 20%;
    top: 12px;
    left: 4%;
    z-index: 1;
  }
}
.LiptonDay {
  position: absolute;
  top: 57px;
  right: 6.6%;
}
@media (max-width: 1279px) {
  .LiptonDay {
    width: 13.4vw;
    z-index: 10;
    top: 23px;
    right: 4%;
  }
}
/* Top-EventInfo */
#EventInfo {
  position: relative;
  height: 2307px;
}
@media (max-width: 767px) {
  #EventInfo {
    height: 1670px;
  }
}
#EventInfo .outer01 {
  background-color: #fff;
  max-width: 610px;
  width: 80%;
  margin: 0 auto;
  padding: 77px 36px 0;
  box-sizing: border-box;
  text-align: center;
  min-height: 935px;
}
@media (max-width: 1279px) {
  #EventInfo .outer01 {
    padding: 100px 25px 0;
    min-height: 480px;
  }
}
@media (max-width: 767px) {
  #EventInfo .outer01 {
    padding: 80px 25px 0;
  }
}
#EventInfo .outer01 .Event_desc01 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #EventInfo .outer01 .Event_desc01 {
    margin-top: 30px;
  }
    #EventInfo .outer01 .Event_desc01 img{
  }
}
#EventInfo .outer01 .Event_desc02 {
  margin-top: 5px;
}
#EventInfo .outer01 .Event_period {
  margin: 40px calc(50% - 417px) 0;
  width: 834px;
}
@media (max-width: 767px) {
  #EventInfo .outer01 .Event_period {
    margin: 40px calc(50% - 65%) 130px;
    width: 130%;
  }
  #EventInfo .outer01 .Event_desc02 {
    margin-top: 10px;
  }
  #EventInfo .outer01 .Event_desc02 img {
    width: 85%;
  }
}
#EventInfo .outer02 {
  background-color: #fff;
  max-width: 1150px;
  margin: 2px auto;
  padding: 30px 60px 42px;
  border-radius: 40px;
}
#EventInfo .outer02 ul.PART_Co {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  #EventInfo .outer02 {
    padding: 20px 0;
    border-radius: 25px;
    width: 88%;
    margin-bottom: 1px;
  }
  #EventInfo .outer02 ul.PART_Co {
    justify-content: space-around;
    flex-wrap: wrap;
    width: 86%;
    margin: 0 auto;
}
  #EventInfo .outer02 ul.PART_Co li {
    width: 25%;
    text-align: center;
    margin-bottom: 17px;
  }
}
.heading_ornament {
  display: flex;
  width: 95%;
  margin: 0 auto 28px;
  background-image: url(../img/maru_yel.png), url(../img/maru_yel.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center left, center right;
  align-items: center;
}
.heading_ornament span {
  text-align: center;
  background-color: #FFDF01;
  border-radius: 40px;
  display: block;
  width: 36.5%;
  padding: 13px 0;
  font-size: 25px;
  line-height: 1;
}
.heading_ornament span.none {
  width: 0;
}
@media (max-width: 1279px) {
  .heading_ornament span {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .heading_ornament {
    background-size: 18px;
    width: 87%;
    margin-bottom: 23px;
  }
  .heading_ornament span {
    width: 60%;
    font-size: 3.9vw;
    padding: 6px 0;
  }
}
.heading_ornament::before, .heading_ornament::after {
  content: '';
  flex-grow: 1;
  height: 3px;
  background: #FFDF01;
}
#EventInfo .outer03 {
  text-align: center;
}
#EventInfo .outer03 .Event_detail00 {
  position: relative;
  max-width: 610px;
  margin: 0 auto;
  height: 135px;
  background-color: #fff;
  margin-bottom: 128px;
}
#EventInfo .outer03 .Event_detail00:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-width: 108px 305px 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
#EventInfo .outer03 .Event_detail00 img {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 767px) {
  #EventInfo .outer03 .Event_detail00 {
    width: 80%;
    margin-bottom: 170px;
  }
  #EventInfo .outer03 .Event_detail00:after {
    border-width: 45px 40vw 0;
  }
  #EventInfo .outer03 .Event_detail00 img {
    top: 35px;
    width: 70%;
  }
}

p.Event_detail01 {
    margin-bottom: 25px;
}

p.Event_detail02 {
    margin-bottom: 35px;
}
p.Event_detail03 {
    margin-bottom: 13px;
}
p.Event_detail04 {
    position: relative;
    height: 115px;
}
p.Event_detail04 img{
        position: absolute;
        top: 0;
        left: 44.3%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
}
p.Event_detail04 img:last-child{
        position: absolute;
        top: 45px;
        left: 66.3%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
}
@media (max-width: 1279px) {
p.Event_detail04 img:last-child{
top: 56px;
    left: 82.5%;
}
}
@media (max-width: 767px) {
  p.Event_detail01 {
    width: 80%;
    margin: 0 auto 25px;
  }
  p.Event_detail02 {
    width: 41%;
    margin: 0 auto 21px;
}
  p.Event_detail03 {
    width: 90%;
    margin: 0 auto 10px;
  }
  p.Event_detail04 {
    width: 51%;
    margin: 0 auto;
    height: 100px;
}
  p.Event_detail04 img {
    left: 50%;
  }
  p.Event_detail04 img:last-child {
    top: 56px;
    width: 30%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
  p.Event_detail05{
    width: 60%;
    margin: 0 auto;
  }
}

div[class^="item_"] {
  position: absolute;
}



.item_01 {
  top: 205px;
  left: 43px;
}
@media (max-width: 1279px) {
.item_01 {
    top: 180px;
    left: 10px;
    width: 25%;
}
}
@media (max-width: 767px) {
  .item_01 {
    top: 550px;
    left: 26%;
    width: 22%;
  }
}
.item_02 {
  top: 257px;
  right: 108px;
}
@media (max-width: 1279px) {
  .item_02 {
    top: 240px;
    right: 0;
    width: 22%;
    transform: rotate(45deg);
  }
}
@media (max-width: 767px) {
  .item_02 {
    top: 352px;
    right: auto;
    left: 1.3%;
    width: 20.5%;
  }
}
.item_03 {
  top: 460px;
  left: 82px;
}
@media (max-width: 1279px) {
  .item_03 {
    top: 460px;
    left: -4px;
    width: 25%;
  }
}
@media (max-width: 767px) {
  .item_03 {
    top: 404px;
    left: auto;
    right: 3%;
    width: 20%;
  }
}
.item_04 {
  top: 377px;
  right: 51px;
}
@media (max-width: 1279px) {
.item_04 {
    top: 419px;
    right: -3px;
    width: 21%;
}
}
@media (max-width: 767px) {
  .item_04 {
    top: 532px;
    right: 4%;
    width: 27%;
  }
}
.item_05 {
  top: 752px;
  left: 96px;
}
@media (max-width: 1279px) {
.item_05 {
    top: 675px;
    left: 12px;
    width: 15%;
}
}
@media (max-width: 767px) {
  .item_05 {
    top: 551px;
    left: 8.5%;
    width: 18%;
  }
}
.item_06 {
  top: 690px;
  right: 51px;
}
@media (max-width: 1279px) {
.item_06 {
    top: 606px;
    right: 8px;
    width: 19%;
}
}
@media (max-width: 767px) {
  .item_06 {
    top: 540px;
    right: 31%;
    width: 18.5%;
  }
}
.item_07 {
  top: 1142px;
  left: 60px;
}
@media (max-width: 1279px) {
  .item_07 {
    top: 1222px;
    left: 10px;
    width: 18%;
  }
}
@media (max-width: 767px) {
  .item_07 {
    top: 1045px;
    left: 5%;
    width: 21%;
  }
}
.item_08 {
  top: 1123px;
  right: 49px;
}
@media (max-width: 1279px) {
  .item_08 {
    top: 1196px;
    right: 6px;
    width: 20%;
  }
}
@media (max-width: 767px) {
  .item_08 {
    top: 1045px;
    right: 4%;
    width: 22%;
  }
}
.item_09 {
  bottom: 517px;
  left: 30px;
}
@media (max-width: 1279px) {
  .item_09 {
    bottom: 657px;
    left: 0px;
    width: 21%;
  }
}
@media (max-width: 767px) {
  .item_09 {
    bottom: auto;
    left: 43%;
    width: 18%;
    top: 1042px;
  }
}
.item_10 {
  bottom: 573px;
  right: 105px;
}
@media (max-width: 1279px) {
  .item_10 {
    bottom: 693px;
    right: 45px;
    width: 11%;
  }
}
@media (max-width: 767px) {
  .item_10 {
    top: 1057px;
    bottom: auto;
    right: auto;
    left: 28%;
    width: 12.5%;
  }
}
.item_11 {
    bottom: 149px;
    left: 3.3%;
}
@media (max-width: 1279px) {
.item_11 {
    bottom: 69px;
    left: 3.3%;
    width: 25%;
}
}
@media (max-width: 767px) {
  .item_11 {
    top: 1520px;
    left: 4%;
    width: 35%;
    bottom: auto;
  }
}
.item_12 {
    bottom: 147px;
    left: 512px;
}
@media (max-width: 1279px) {
  .item_12 {
    bottom: 61px;
    left: 31%;
    width: 17%;
}
}
@media (max-width: 767px) {
  .item_12 {
    bottom: auto;
    left: 42%;
    top: 1535px;
    width: 25%;
  }
}
.item_13 {
  bottom: 158px;
  right: 457px;
}
@media (max-width: 1279px) {

.item_13 {
    bottom: 70px;
    right: 32%;
    width: 15%;
}
}

@media (max-width: 767px) {
  .item_13 {
    bottom: auto;
    right: 24%;
    width: 18%;
    top: 1042px;
  }
}
.item_14 {
    bottom: 111px;
    right: 0;
}
@media (max-width: 1279px) {

.item_14 {
    bottom: 30px;
    right: 0;
    width: 28%;
}
}

@media (max-width: 767px) {
  .item_14 {
    bottom: 0;
    right: 0;
    width: 35%;
  }
}

#Overview {
  position: relative;
}
.OverviewTtl {
  background-color: #D90042;
  color: #fff;
  text-align: center;
  font-size: 50px;
  letter-spacing: 0.1em;
  line-height: 1.1;
  padding: 40px;
  margin: 0 auto 65px;
}
.OverviewTtl+h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 28px;
}
.OverviewTtl+h3+p {
  text-align: center;
  font-size: 41px;
  line-height: 1.9;
  margin-bottom: 10px;
}
.OverviewTtl+h3+p span {
  background-color: #D90042;
  color: #fff;
  border-radius: 25px;
  padding: 6px 23px;
  margin-right: 15px;
}
@media (max-width: 1279px) {
  .OverviewTtl {
    font-size: 7vw;
    padding: 20px;
    margin: 0 auto 40px;
  }
  .OverviewTtl+h3 {
    width: 90%;
    margin: 0 auto 20px;
  }
  .OverviewTtl+h3+p {
    font-size: 26px;
    width: 88%;
    margin: 0 auto;
    text-align: left;
    line-height: 2.3;
    text-align: center;
  }
  .OverviewTtl+h3+p span {
    padding: 6px 20px;
    border-radius: 10px;
    margin-right: 7px;
  }
}
@media (max-width: 767px) {
  .OverviewTtl+h3+p {
    font-size: 4vw;
  }
}
._10winners {
  position: absolute;
  top: 500px;
  right: 11%;
}
@media (max-width: 1279px) {
  ._10winners {
    top: 600px;
    right: 1%;
    z-index: 10;
    width: 25%;
  }
}
@media (max-width: 767px) {
  ._10winners {
    top: 344px;
    right: 3.9%;
    z-index: 10;
    width: 32%;
  }
}
.btn.TWblue {
  background-color: #1DA1F2;
  max-width: 600px;
  width: 80%;
  margin: 0 auto 10px;
  font-size: 24px;
  text-align: center;
  border-radius: 50px;
  line-height: 1;
  padding: 16px 0;
}
.btn.TWblue a{
    color: #fff;
}
.btn.TWblue span {
    margin: 0 15px 5px 0;
    padding: 0;
    color: #1DA1F2;
}
.btn.TWblue i {
    width: 65px;
    height: 65px;
    margin: 0;
    border-radius: 50%;
    background: #fff;
    line-height: 65px;
    text-align: center;
    font-size: 32.5px;
}
p.note {
    text-align: center;
    font-size: 15px;
    color: #6C3421;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
.btn.TWblue {
    width: 95%;
    margin: 0 auto 10px;
    font-size: 4.5vw;
}
.btn.TWblue span {
    margin: 0 10px 5px 0;
}
.btn.TWblue i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 4.5vw;
}
p.note {
    font-size: 2.5vw;
}
}

#LiptonFriendsSet {
  max-width: 1157px;
  border: 5px solid #D90042;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 45px;
  position: relative;
  padding: 40px 35px 30px;
}
#LiptonFriendsSet::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 335px solid transparent;
  border-left: 335px solid #c12748;
  border-top-left-radius: 40px;
  position: absolute;
  z-index: 100;
}
.prizes_title {
  position: absolute;
  top: 40px;
  left: 35px;
  z-index: 101;
}
@media (max-width: 1279px) {
  #LiptonFriendsSet {
    width: 91%;
    margin: 0 auto 20px;
    padding: 135px 20px 20px;
  }
  #LiptonFriendsSet::before {
    border-bottom: 160px solid transparent;
    border-left: 160px solid #c12748;
  }
  .prizes_title {
    top: 25px;
    left: 13px;
    width: 20%;
  }
}
ul.prizes_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
}
ul.prizes_list li {
  text-align: center;
  margin-bottom: 25px;
  margin-right: 40px;
}
ul.prizes_list li:nth-child(n+6):nth-child(-n+7) {
  margin-right: 0;
}
@media (max-width: 1279px) {
  ul.prizes_list {
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: space-around;
  }
  ul.prizes_list li {
    margin-right: 0;
    text-align: center;
  }
}
.prizes_list dt {
  display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: center;
}
.prizes_list dd {
  text-align: center;
}
.prizes_list .tiny {
  font-size: 13px;
}
.prizes_list .xs {
  font-size: 10px;
}
.prizes_notice {
  font-size: 12px;
  text-align: center;
}
.JoinNow {
    position: relative;
    max-width: 610px;
    margin: 0 auto;
    height: 95px;
    background-color: #fff;
    margin-bottom: 152px;
}
.JoinNow:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 108px 305px 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.JoinNow img {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 10;
}
@media (max-width: 767px) {
  .JoinNow  {
    height: 80px;
    width: 80%;
    margin-bottom: 70px;
  }
  .JoinNow::after {
    border-width: 50px 40vw 0;
  }
  .JoinNow  img {
    top: 30px;
    width: 70%;
  }
}
#HowtoJoin {
  max-width: 980px;
  border: 5px solid #D90042;
  margin: 0 auto 140px;
  background-color: #fff;
  border-radius: 45px;
  padding: 60px 25px 15px;
  text-align: center;
}
@media (max-width: 767px) {
  #HowtoJoin {
    width: 95%;
    margin: 0 auto 70px;
    padding: 30px 10px 15px;
  }
}
.scrollArea {
  height: 600px;
  overflow-y: scroll;
  overflow-x: clip;
}
.scrollArea::-webkit-scrollbar {
  width: 15px;
  margin-right: 5px;
}
.scrollArea::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f2f2f2;
}
.scrollArea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #930000;
}
div[class^="step_"] h3 {
  margin-bottom: 45px;
}
div[class^="step_"] p {
  font-size: 33px;
  margin-bottom: 35px;
}
@media (max-width: 1279px) {
  div[class^="step_"] h3 {
    width: 50%;
    margin: 0 auto 25px;
  }
  div[class^="step_"] p {
    font-size: 4.4vw;
    margin-bottom: 20px;
  }
}
#HowtoJoin .btn.TWblue {
  margin-bottom: 125px;
}
#HowtoJoin .retweet {
  margin: 0 auto 80px;
}
@media (max-width: 1279px) {
  #HowtoJoin .btn.TWblue {
    margin-bottom: 50px;
  }
  #HowtoJoin .retweet {
    width: 50%;
    margin: 0 auto 50px;
  }
}
#HowtoJoin .news_box {
  max-width: 580px;
  margin: 0 auto;
  background-color: #fff;
  padding: 48px 40px;
  border-radius: 40px;
  box-sizing: border-box;
  min-height: 225px;
  margin: 0 auto 45px;
  border: 2px solid #FFDF01;
}
@media (max-width: 1279px) {
  #HowtoJoin .news_box {
    padding: 35px 25px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #HowtoJoin .news_box {
    width: 95%;
    background-color: #fff;
    padding: 15px 10px 10px;
  }
}
#HowtoJoin .news_box .scrollArea {
  height: 640px;
  overflow-y: scroll;
  overflow-x: clip;
}
@media (max-width: 767px) {
  #HowtoJoin .news_box .scrollArea {
    height: 460px;
  }
}
#HowtoJoin .news_box h3 {
  text-align: center;
  color: #930000;
  font-size: 24px;
  margin-bottom: 20px;
}
#HowtoJoin .news_box h3 span {
  margin: 0 25px 5px 0;
  padding: 0;
  color: #fff;
}
#HowtoJoin .news_box h3 i {
  width: 55px;
  height: 55px;
  margin: 0;
  border-radius: 50%;
  background: #930000;
  line-height: 55px;
  text-align: center;
  font-size: 28px;
}
@media (max-width: 1279px) {
  #HowtoJoin .news_box h3 {
    font-size: 20px;
  }
  #HowtoJoin .news_box h3 {
    text-align: center;
    width: 100%;
    margin: 0 auto 10px;
  }
  #HowtoJoin .news_box h3 span {
    margin: 0 15px 5px;
  }
}
@media (max-width: 767px) {
  #HowtoJoin .news_box h3 {
    font-size: 4.5vw;
  }
  #HowtoJoin .news_box h3 span {
    margin: 0 10px 5px 0;
  }
  #HowtoJoin .news_box h3 i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
}
#TermsofUse {
  background-image: url(../img/TermsofUse_bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 115px 0 115px;
}
@media (max-width: 767px) {
  #TermsofUse {
    padding: 50px 0;
  }
}
.TermsofUse_box {
    background-color: #fff;
    border-radius: 45px;
    padding: 70px 50px 55px;
    max-width: 1150px;
    margin: 0 auto;
}
@media (max-width: 767px) {
  .TermsofUse_box {
    width: 95%;
    margin: 0 auto;
    padding: 30px 10px;
  }
}
.TermsofUse_box .scrollArea {
  padding: 22px 40px;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .TermsofUse_box .scrollArea {
    padding: 0 15px;
  }
}
.TermsofUse_box h4, .TermsofUse_box h5, .TermsofUse_box p, .TermsofUse_box dl {
  color: #000;
}
.TermsofUse_box h4 {
  font-size: 26px;
  margin-bottom: 10px;
}
.TermsofUse_box h5 {
  font-size: 20px;
  margin-bottom: 5px;
}
.TermsofUse_box dl {
  font-size: 18px;
  margin-bottom: 10px;
}
.ornament {
  text-align: center;
}
@media (max-width: 767px) {
  .TermsofUse_box h4 {
    font-size: 5.5vw;
    margin-bottom: 10px;
  }
  .TermsofUse_box h5 {
    font-size: 4.5vw;
  }
  .TermsofUse_box dl {
    font-size: 3.5vw;
  }
}
#footer {
  background-color: #FFDF01;
  padding: 95px 0;
}
.footer_logo {
  width: 30%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #footer {
    padding: 50px 0;
  }
  .footer_logo {
    width: 75%;
  }
}

.closing {
    position: absolute;
    top: 41vh;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: rgba(75, 133, 226, 0.9);
    color: #fff;
    border-radius: 30px;
    width: 60%;
    height: 385px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.closing h3 {
  font-size: 34px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.closing p {
  font-size: 23px;
  text-align: center;
}
@media (max-width: 767px) {
  .closing {
      top: 35vh;
      width: 85%;
      height: 230px;
  }
  .closing h3 {
    font-size: 7.8vw;
  }
  .closing p {
    font-size: 5vw;
  }
}