@charset "UTF-8";
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
    font-family: YakuHanJP,'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.pcdis {display:block;}@media (max-width: 768px){.pcdis {display:none;}}
.pcdis2 {display:fixed;}@media (max-width: 768px){.pcdis {display:none;}}
.spdis {display:none;}@media (max-width: 768px){.spdis {display:block; }}

.txtc-001{color: #666;}

.masthead h1,
.masthead h2 {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 68%;
    line-height: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    @include sm {
        //~767px
        top: 1vw;
        width: 100%;
    }
}


.masthead h1 img{
width: 500px;	
}
@media (max-width: 768px){
.masthead h1 img{
width: 70vw;	
}
}



.tticket_menu2 ul li:first-of-type {
width:950px;
border-radius: 8px;	
}
.tticket_menu ul li:last-of-type{
display: none;
}

main{
background-image:url("../img/home_bg.jpg");
}
@media (max-width: 768px){
main{
background-image:url("../img/home_bg_sp.png");
}}


.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
width: 100% !important;
max-width: 1020px !important;    
}

.txt_c{
text-align: center;
}


.notify__txt_a, .notify__txt_b {
  color: #666;
    font-size: 24px;
    text-align: center;

    margin-top: 45px;
    line-height: 1.5;
  }
  .notify__txt_a span{
    text-decoration: underline;
    color: #eb7aab;
  }
  .notify__txt_b span{
    color: #7ecef4;
    text-decoration: underline;
  } 
  
  @media screen and (max-width: 991px) {
.notify__txt_a, .notify__txt_b {
      font-size: 22px;
    }
  }
  
  @media screen and (max-width: 767px) {
.notify__txt_a, .notify__txt_b {
      font-size: 17px;
    }
  }


  .space_tu{
	margin-top:-2px;
	}
/* ----------------------------------

mixinでメディアクエリーを定義/

------------------------------------- */
body {
  overflow: hidden;
}

header {
  position: relative;
}

main {
  padding: 40px 0 110px;
  background-image: url(../img/home_bg.jpg);
  background-size: 100%;
  background-position: 50% 0;
  background-repeat: repeat-y;
}
@media screen and (max-width: 991px) {
  main {
    padding: 30px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  main {
    padding: 0 0 40px;
    background-image: url(../img/home_bg_sp.png);
    background-position: 0 1050px;
    padding: 20px 0;
  }
}

main img {
  width: 100%;
}

main a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main a:hover img {
  opacity: 0.7;
}

.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.footer {
  margin-bottom: 100px;
  background-color: #70c7da;
}

@media screen and (max-width: 767px) {
  .footer {
    margin-bottom: 85px;
  }
}

.footer__output {
  padding: 20px 0 45px;
  text-align: center;
}

.footer__img {
  width: 220px;
  margin: 0 auto;
}

.footer__img a img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__img a:hover img {
  opacity: 0.7;
}

.footer__txx {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05rem;
}

.masthead {
  position: relative;
  width: 100vw !important;
  height: 65vw !important;
}

@media screen and (max-width: 767px) {
  .masthead {
    position: relative;
    min-width: 100vw;
    height: 120vw !important;
  }
}

.masthead-video {
  z-index: 0;
}

.masthead-overlay {
  background-color: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vw;
}

.aw_logo {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  opacity: 0.6;
  padding-left: 2rem;
  padding-top: 2rem;
  text-decoration: none;
  text-align: right;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

@media screen and (max-width: 767px) {
  .aw_logo {
    text-align: center;
    padding-left: 1.2rem;
    padding-top: 1.2rem;
  }
}

.aw_logo:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .aw_logo img {
    width: 35vw;
  }
}

.aw_logo span {
  display: block;
}

.masthead-arrow {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 30px;
  height: 30px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0.4;
}

.masthead h1,
.masthead h2 {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 50%;
  line-height: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .masthead h1,
  .masthead h2 {
    top: 1vw;
    width: 100%;
    height: 50%;
  }
}

.masthead h1 span {
  display: block;
  font-size: 18px;
  letter-spacing: 0.43em;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 7px;
  opacity: 0.5;
}

.masthead h1 img {
  width: 500px;
}

@media screen and (max-width: 767px) {
  .masthead h1 img {
    width: 70%;
  }
}

.masthead h2 img {
  width: 95vw;
}

@media screen and (max-width: 767px) {
  .masthead h2 img {
    width: 100%;
  }
}

.fanfan_r img {
  width: 100vw;
  height: auto;
}

.tticket_menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: #eb7aab;
  z-index: 999;
  /* border-top: 2px solid #18425e; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          box-shadow: rgba(10,10,10,0.02);
}

@media screen and (max-width: 767px) {
  .tticket_menu {
    height: auto;
    padding: 1rem 0;
  }
}

.tticket_menu ul {
  text-align: center;
  width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media screen and (max-width: 991px) {
  .tticket_menu ul {
    width: 94%;
  }
}

.tticket_menu ul li {
  display: inline-block;
  vertical-align: bottom;
  padding: 15px 0;
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .tticket_menu ul li {
    font-size: 14px;
  }
}

.tticket_menu ul li:first-of-type {
  width: 750px;
  color: #18425e;
  background: #ffffff;
  text-align: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .tticket_menu ul li:first-of-type {
    width: 79.6811302%;
    line-height: 1.2;
  }
}

.tticket_menu ul li:last-of-type {
  width: 200px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #18425e;
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .tticket_menu ul li:last-of-type {
    width: 20.1816347%;
    line-height: 1.2;
  }
}

.tticket_menu ul li:last-of-type a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tticket_menu ul li:last-of-type a:hover {
  color: #FFC500;
}

.infectioncontrol {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .infectioncontrol {
    margin-top: 0;
  }
}

.infectioncontrol__output {
  width: 890px;
  margin: 0 auto;
  background-color: #ffe228;
  padding: 30px 30px 0;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
@media screen and (max-width: 991px) {
  .infectioncontrol__output {
    width: 94%;
  }
}

@media screen and (max-width: 767px) {
  .infectioncontrol__output {
    padding: 20px 0 0;
    width: 100%;
    margin: 0% auto;
    text-align: center;
  }
  .atc_bnr img{
   width: 92%; 
  }
}

.reserve {
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .reserve {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .reserve {
    margin-top: 20px;
  }
}

.reserve__output {
  width: 950px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .reserve__output {
    width: 94%;
  }
}

@media screen and (max-width: 767px) {
  .reserve__output {
    width: 90%;
  }
}

.reserve__ttl {
  color: #eb7aab;
  font-size: 26px;
  text-align: center;
  font-weight: 700;
}
.reserve__ttl .scnd{
  /* text-decoration: underline; */
}
.reserve__ttl .scnd2{
  font-size: 22px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .reserve__ttl {
    margin: 0 auto;
    width: 94%;
    font-size: 18px;
  }
  .reserve__ttl .scnd2{
    font-size: 16px;
  }
}

.reserve__btn {
  margin-top: 25px;
}

.reserve .lnav {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media screen and (max-width: 767px) {
  .reserve .lnav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.reserve .lnav__item:first-of-type {
  width: 455px;
  margin-top: 13px;
}

@media screen and (max-width: 991px) {
  .reserve .lnav__item:first-of-type {
    width: 45.913219%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .reserve .lnav__item:first-of-type {
    width: 100%;
    margin-top: 15px;
  }
}

.reserve .lnav__item:last-of-type {
  width: 484px;
  height: 172px;
}

@media screen and (max-width: 991px) {
  .reserve .lnav__item:last-of-type {
    width: 48.839556%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .reserve .lnav__item:last-of-type {
    margin-top: 15px;
    width: 100%;
  }
}

.notify {
  background-image: url(../img/fandan_mid.png);
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .notify {
    background-image: url(../img/fandan_mid_sp.png);
    background-position: 50% 0px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.notify__output {
  width: 950px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .notify__output {
    width: 94%;
  }
}

@media screen and (max-width: 767px) {
  .notify__output {
    width: 90%;
  }
}

.notify__logo {
  position: relative;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .notify__logo {
    margin-top: 20px;
  }
}

.notify__logo__inner {
  width: 360px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .notify__logo__inner {
    width: 73%;
    padding-top: 30px;
  }
}

.notify__txt {
  color: #eb7aab;
  font-size: 26px;
  text-align: center;
  text-decoration: underline;
  margin-top: 45px;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .notify__txt {
    font-size: 23px;
  }
}

@media screen and (max-width: 767px) {
  .notify__txt {
    font-size: 20px;
  }
}

.notify__arrow {
  display: none;
}

@media screen and (max-width: 767px) {
  .notify__arrow {
    margin: 20px auto 30px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 20px;
    display: block;
    height: 20px;
    border-right: 2px solid #18425e;
    border-bottom: 2px solid #18425e;
  }
}

.notify .ticket {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media screen and (max-width: 767px) {
  .notify .ticket {
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.notify .ticket__item {
  width: 455px;
}

@media screen and (max-width: 991px) {
  .notify .ticket__item {
    width: 47.5%;
  }
}

@media screen and (max-width: 767px) {
  .notify .ticket__item {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .notify .ticket__item:last-of-type {
    margin-top: 20px;
  }
}

.notify .detaile {
  margin-top: 20px;
}

.notify .detaile__btn {
  z-index: 1;
  position: relative;
  border: 3px solid #70c7da;
  border-radius: 20px;
  background-color: #fff;
  padding: 30px 0;
  text-align: center;
  cursor: pointer;
  color: #233942;
  font-weight: 500;
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .notify .detaile__btn {
    padding: 20px 0;
    border-radius: 10px;
    font-size: 18px;
  }
}

.notify .detaile__btn img {
  display: inline-block;
  width: auto;
  height: 30px;
}

@media screen and (max-width: 991px) {
  .notify .detaile__btn img {
    height: 20px;
  }
}

.notify .detaile__btn::before, .notify .detaile__btn::after {
  content: '';
  width: 16px;
  height: 3px;
  background: #18425e;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.notify .detaile__btn::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.notify .detaile__btn.active:after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.notify .detaile__inner {
  display: none;
  background-color: #efefef;
  border: 3px solid #70c7da;
  border-top: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 35px 30px;
  position: relative;
  top: -15px;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .notify .detaile__inner {
    padding: 25px 8px 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}

.notify .detaile .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

.notify .detaile .tab__item {
  width: 436px;
  height: 80px;
  background-color: #dcdddd;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notify .detaile .tab__item span.one, .notify .detaile .tab__item span.two_b{
text-align: center;
font-size: 26px;
font-weight: 800;
color: #233942;

}
.notify .detaile .tab__item span.two, .notify .detaile .tab__item span.one_b{
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: block;
  }

.notify .detaile .tab__item span.top{
margin-top: -6px;
display: block;
}



@media screen and (max-width: 767px) {
  .notify .detaile .tab__item {
    width: 48.5%;
    height: 60px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }

  .notify .detaile .tab__item span.one, .notify .detaile .tab__item span.two_b{
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
}
.notify .detaile .tab__item span.two, .notify .detaile .tab__item span.one_b{
font-size: 12px;
}
    
.notify .detaile .tab__item span.top{
    margin-top: -2px;
    display: block;
}
}

.notify .detaile .tab__item span img {
  width: auto;
}

.notify .detaile .tab__item:first-of-type.active {
  background-color: #eb7aab;
}

.notify .detaile .tab__item:first-of-type span img {
  height: 27px;
}

@media screen and (max-width: 991px) {
  .notify .detaile .tab__item:first-of-type span img {
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .notify .detaile .tab__item:first-of-type span img {
    height: 30px;
  }
}

.notify .detaile .tab__item:last-of-type.active {
  background-color: #8fd2ed;
}

.notify .detaile .tab__item:last-of-type span img {
  height: 54px;
}

@media screen and (max-width: 991px) {
  .notify .detaile .tab__item:last-of-type span img {
    height: 44px;
  }
}

@media screen and (max-width: 767px) {
  .notify .detaile .tab__item:last-of-type span img {
    height: 30px;
  }
}

.notify .detaile .tab__content {
  display: none;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.notify .detaile .tab__content:first-of-type {
  border: 3px solid #eb7aab;
}

.notify .detaile .tab__content:last-of-type {
  border: 3px solid #70c7da;
}

.notify .detaile .tab__content.show {
  display: block;
}

@media screen and (max-width: 767px) {
  .notify .detaile .tab__content {
    padding: 10px 8px;
  }
}

.notify .detaile .tab__btn {
  margin: 50px auto 0;
  width: 94%;
}

@media screen and (max-width: 767px) {
  .notify .detaile .tab__btn {
    margin-top: 15px;
  }
}

.nightcontents {
  margin-top: 120px;
}

@media screen and (max-width: 991px) {
  .nightcontents {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .nightcontents {
    margin-top: 50px;
  }
}

.nightcontents__output {
  width: 950px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .nightcontents__output {
    width: 94%;
  }
}

@media screen and (max-width: 767px) {
  .nightcontents__output {
    width: 90%;
  }
}

.nightcontents__btn {
  margin-top: 20px;
}

.spectator {
  margin-top: 60px;
}

.spectator__output {
  width: 950px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .spectator__output {
    width: 94%;
  }
}

@media screen and (max-width: 767px) {
  .spectator__output {
    width: 90%;
  }
}

.spectator__btn {
  background-color: #52aeb7;
  padding: 15px 0 65px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media screen and (max-width: 991px) {
  .spectator__btn {
    padding: 21px 0 48px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .spectator__btn {
    padding: 10px 0 20px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}

.spectator__btn a {
  width: 777px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .spectator__btn a {
    width: 82%;
  }
}

@media screen and (max-width: 767px) {
  .spectator__btn a {
    width: 90%;
  }
}



.ready_txt{
text-align: center;
  color: #18425e;
  font-size: 18px;
}
@media (max-width: 768px){
  .ready_txt{
    width: 90%;
    margin: 1rem auto 0;
    text-align: justify;
      font-size: 14px;
    }
}




.act_text{
  width: 870px;
  padding: 30px 40px;    
  text-align: center;
  font-size: 18px;
  font-weight: 400;    
  color: #595758;    
  background-color:#ffe228;
  border-top-right-radius:20px;
  border-top-left-radius:20px; 
  margin: 0 auto;
  }
  .act_text.foot{
      width: 890px;
  padding: 10px 30px 15px;    
      font-size: 13px;
      text-align: justify;
      border-top-right-radius:0px;
      border-top-left-radius:0px; 
      border-bottom-right-radius:20px;
      border-bottom-left-radius:20px;
      letter-spacing: -0.2px;
      }
  .act_text a{  
  color: #595758; 
  font-weight: 600;
   border-bottom: solid 2px #595758;    
  }
  
  .act_text .txt_are{   
  font-size: 13px;
      }
  
  
  @media (max-width: 768px){
  .act_text,  .act_text.foot{
  width: 100%; 	
  font-size: 14px;
  line-height: 1.75;	
  text-align: justify;
  border-top-right-radius:0px;
  border-top-left-radius:0px; 
  padding: 0.5rem  0; 
  }
  .act_text,  .act_text.foot{
    font-size: 13px;
    text-indent: -12px;
    padding-left: 12px;
    }

  .act_text p{  
  margin: 0.5rem 2rem;
  line-height: 1.5;	
  }
  }


  .notify_bnr{
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    margin: 60px auto 40px; 
    background: #eb7aab;
    padding: 1rem 0rem;
    width: calc(100% - 10px);
    border-radius: 10px;
    border: 5px solid #e55291;
    line-height: 1.6;
  }  
.notify__att{
  text-align: center;
  margin: 0.5rem auto 3rem; 
  background: #7ecef4;
  padding: 0.5rem 1rem;
  width: 62%;
  border-radius: 6px;
} 
.notify__att  strong{
     font-size: 16px;
     margin-top: 10px;
     color: #fff;
     border-radius: 8px;
}
@media (max-width: 768px){
.notify__att{	
     width: 100%;
     padding: 0.5rem 0rem;
     margin: 1rem auto 0rem; 
 font-size:14px;	
}
.notify_bnr{
  font-size: 14px;
  margin: 30px auto 20px;
  border: 3px solid #e55291;
}  
.notify__att  strong{
  font-size: 14px;
}
}

.loves_bnr{
margin: 40px auto;
}
@media (max-width: 768px){
.loves_bnr{
  margin: 20px auto 40px;
}  
}