.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.display-block {
  display: block;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

.clear {
  clear: both;
}

/* show only  SP/PC
-------------------------------*/
.sp-only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-only {
    /* sp */
    display: block !important;
  }
}

.sp-only-2 {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-only-2 {
    /* sp */
    display: inline-block !important;
  }
}

.pc-only {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc-only {
    /* sp */
    display: none !important;
  }
}

.pc-only-2 {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  .pc-only-2 {
    /* sp */
    display: none !important;
  }
}

.xl-only {
  display: none;
}
@media screen and (min-width: 1481px) {
  .xl-only {
    /* xl */
    display: block;
  }
}

/* font
-------------------------------*/
.bold {
  font-weight: bold;
}

/* margin
-------------------------------*/
/* padding
-------------------------------*/
/* modules */





/*------------------------------------------
mv
------------------------------------------*/


.mv {
  position: relative;
  background: #F8F6E7;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 0 140px;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .mv {
    padding: 0 0 60px;
  }

}


/*------------------------------------------
lead
------------------------------------------*/

.lead {
  padding: 40px 0;
  position: relative;
}

@media screen and (max-width: 769px) {
  .lead {
    padding: 40px 0 80px;
    position: relative;
  }
}

.lead .l-wrapper{
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  .lead .l-wrapper{
    display: block;
  }
}

.lead-txt-area {
  width: 40%;
}
@media screen and (max-width: 769px) {
  .lead-txt-area {
    width: 100%;
  }
}


.ttl-lead {
  font-size:2.6rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 1em;
  line-height: 1.4;
  background: #FFF;
  margin-top: -2em;
  position: relative;
  z-index: 2;
  width: 100%;
  letter-spacing: .1em;
}
@media screen and (max-width: 769px) {
  .ttl-lead {
    font-size:2rem;
  }
}

.ttl-lead:before {
  content: "";
  display: block;
  position: absolute;
  background: #FFF;
  width: 1200px;
  height: 2.5em;
  bottom: 90%;
  right: 0;
  z-index: -1;
}
.ttl-lead span{
  background: linear-gradient(transparent 60%, #FFFF00 40%);
  line-height: 1.4;
}

.txt-lead {
  line-height: 2;
  letter-spacing: .1em;
  font-size: 1.7rem;
  width: 150%;
}
@media screen and (max-width: 769px) {
  .txt-lead {
    font-size: 1.4rem;
    width: 100%;
    margin-bottom: 20px;
  }
}
.txt-lead a {
  text-decoration: underline;
}

.txt-lead a:hover {
  text-decoration: none;
}



.lead-img-area {
  width: 55%;
  display: flex;
  margin-top: -4em;
}

@media screen and (max-width: 769px) {
  .lead-img-area {
    width: 100%;
    margin-top: 0;
  }
}

.lead-img-area li a {
  display: block;
}

.lead-img-area .info a {
  transform: rotate(10deg);
  transform-origin: center;
}

.lead-img-area .present a {
  position: relative;
  z-index: 10;
  transform: translateY(40px);
}

.lead-img-area .events a {
  transform: rotate(-10deg);
  transform-origin: center;

}







/*------------------------------------------
おでかけ日和　mailmagazine
------------------------------------------*/


.mailmagazine {
  position: relative;
  padding: 0 0 4rem;
  background: #FFEFF2;
}
.mailmagazine:before {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 0;
  padding-top: 7.8%;
  background: url(../img/top/bg_mailmagazine_top.svg);
  background-size: cover;
  z-index: -1;
}

.mailmagazine:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  height: 0;
  padding-top: 7.8%;
  background: url(../img/top/bg_mailmagazine_bottom.svg);
  background-size: cover;
  z-index: 1;
}



.mailmagazine__content {
  min-height: 500px;
}
.mailmagazine__heading {
  position: relative;
  padding-left: 10px;
  width: 42.2%;
    margin-left: auto;
    margin-bottom: 40px;
    padding-left: 0;
}

@media screen and (max-width: 769px) {
  .mailmagazine__heading {
    width: 100%;
    margin: 0 auto 20px;
    padding-left: 0;
  }
}

.mailmagazine_ttl {
  transform: translateY(-40px);
}
@media screen and (max-width: 769px) {
  .mailmagazine_ttl {
    transform: translateY(0px);
  }
}

.mailmagazine_area {
  display: flex;
  justify-content: center;
}

.mailmagazine_area dt {
  font-size: 2.6rem;
  font-weight: bold;
  padding: .5em .75em;
}

.mailmagazine_area dd {
  border-radius: 20px;
  font-size: 2rem;
  padding: .5em 1em;
  background: #D10536;
  color: #FFF;
  margin: 5px;
}
@media screen and (max-width: 769px) {
  .mailmagazine_area dt {
    font-size: 1.8rem;
    padding: .5em .75em .5em 0;
  }
  
  .mailmagazine_area dd {
    font-size: 1.4rem;
    margin: 5px;
  }
}

.mailmagazine__heading__main {
  display: block;
  margin-top: -5px;
  padding-bottom: 5px;
  font-size: 2.3rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .mailmagazine__heading__main {
    /* pc */
    font-size: 4.6rem;
  }
}
.mailmagazine__heading__main span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFFF00));
  background: linear-gradient(transparent 50%, #FFFF00 50%);
}
.mailmagazine__image {
  border-radius: 0 40px 0 0;
  overflow: hidden;
  position: absolute;
  top: 4rem;
  left: 0;
  width: 49.2%;
  height: 800px;
  margin-bottom: 0;
  border-radius: 0 80px 0 0;
}

@media screen and (max-width: 769px) {
  .mailmagazine__image {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% - 25px);
    margin-bottom: 17px;
    height: auto;
  }

}




.mailmagazine__image img {
  display: block;
}
@media screen and (min-width: 768px) {
  .mailmagazine__image img {
    /* pc */
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
@media screen and (min-width: 768px) {
  .mailmagazine__inner {
    /* pc */
    width: 42.2%;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .mailmagazine__text {
    /* pc */
    padding-right: 30px;
  }
}
@media screen and (max-width: 769px) {
  .mailmagazine__text {
    margin-bottom: 20px;
  }

}


.mailmagazine__button {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .mailmagazine__button {
    /* pc */
    margin-top: 60px;
  }
}
.mailmagazine__button a:first-child {
  margin-bottom: 0.5em;
}
.mailmagazine__vertical-text {
  position: absolute;
  top: -6px;
  right: 24px;
  font-size: 1rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .mailmagazine__vertical-text {
    /* pc */
    top: 97px;
    right: 55px;
    font-size: 1.7rem;
  }
}
.mailmagazine__vertical-text span {
  display: inline-block;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .mailmagazine__vertical-text span {
    /* pc */
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}



/*------- 共通タイトルスタイル-------*/

.sec-ttl-area {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.sec-ttl-area .sec-pct{
  max-width: 52px;
}

.sec-ttl-area .sec-en{
  position: absolute;
  font-family: "Caveat", cursive;
  font-size: 8rem;
  display: inline-block;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  .sec-ttl-area .sec-en{
    font-size: 4rem;
  }
}

.sec-ttl-area .sec-ttl{
  font-size: 3.0rem;
  padding: 1em 1.5em 1.5em;
  background: url(../img/top/bg_ttl_present.svg) no-repeat center bottom;
  background-size: contain;
  min-width: 340px;
  font-weight: bold; 
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 769px) {
  .sec-ttl-area .sec-ttl{
    font-size: 2.0rem;
    min-width:auto;
    margin-bottom: 20px;
  }
}

.sec-ttl-area .sec-chara {
  position: absolute;
}

.sec-lead-text {
  text-align: center;
  line-height: 1.6;
  margin-bottom:60px;
  font-size: 1.7rem;
}

@media screen and (max-width: 769px) {
  .sec-lead-text {
    text-align: left;
    margin-bottom:30px;
    font-size: 1.4rem;
  }

}



/*------------------------------------------
今月のプレゼント　monthly-present
------------------------------------------*/


.monthly-present {
  background: url(../img/top/bg_illust.png) repeat-y center center #FFFFDF;
  background-size: contain;
  padding:4rem 0 16rem;
  margin-bottom: -5px;
}
@media screen and (max-width: 769px) {
  .monthly-present {
    padding:4rem 0 8rem;
  }
}


.monthly-present .sec-ttl-area .sec-en{
  top: -80px;
  right: 0;
  color: #F56BAD;
  transform: rotate(10deg);
}
@media screen and (max-width: 769px) {
  .monthly-present .sec-ttl-area .sec-en{
    top: -60px;
  }
}



.monthly-present .sec-ttl-area .sec-chara {
  position: absolute;
  max-width: 162px;
  top: 40px;
  left: 200px;
}

@media screen and (max-width: 769px) {
  .monthly-present .sec-ttl-area .sec-chara {
    position: absolute;
    max-width: 81px;
    top: 0px;
    left: 0;
  }
  
}

.present_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .present_list {
    margin-bottom: 20px;
  }

}

.present_list li{
  width: 31.3%;
  margin-left: 2%;
  margin-bottom: 2%;
  height: 0;
  padding-top: 14.9%;
  background: #DBC8C8;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 769px) {
  .present_list li{
    width: 100%;
    padding-top: 48%;
    margin-bottom: 5%;
  }

}



.present_list li:before{
  content: "";
  display: block;
  position: absolute;
  width: 150%;
  height: 2px;
  background: #FFFFDF;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%) rotate(-25deg);
}

.present_list li a{
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .25s;
}

.present_list li a[href="javascript:void(0)"]  {
  pointer-events: none;
}

.present_list li a:hover{
  opacity: .8;
}





/*------------------------------------------
イベント情報　 event-info
 ------------------------------------------*/

.event-info{
  position: relative;
  background: url(../img/top/bg_illust.png) repeat-y center center #FEEBE7;
  background-size: contain;
  padding:0 0 10rem;
}

@media screen and (max-width: 769px) {
  .event-info{
    padding:0 0 6rem;
  }
}
.event-info:before {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 0;
  padding-top: 7.8%;
  background: url(../img/top/bg_events_top.svg);
  background-size: cover;
  z-index: 1;
}


.event-info .sec-ttl-area .sec-en{
  top: -40px;
  left: 0;
  color: #F56BAD;
  transform: rotate(-10deg);
}

@media screen and (max-width: 769px) {
  .event-info .sec-ttl-area .sec-en{
    top: -20px;
    left: 0;
    color: #F56BAD;
    transform: rotate(-10deg);
  }
}


.event-info .sec-ttl-area .sec-chara {
  position: absolute;
  max-width: 162px;
  top: 40px;
  right: 180px;
  left: auto;
}

@media screen and (max-width: 769px) {
  .event-info .sec-ttl-area .sec-chara {
    max-width: 81px;
    top: 20px;
    right: 0;
    left: auto;
  }
}




/*------------------------------------------
BBIQ LIFEマガジン　magazine
------------------------------------------*/

 .magazine{
  position: relative;
  background: #E0F1EC;
  background-size: contain;
  padding:10rem 0;
}

@media screen and (max-width: 769px) {
  .magazine{
    padding:6rem 0;
  }
}

.magazine-header {
  display: flex;
  align-items: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 769px) {
  .magazine-header {
    display: block;
    margin-bottom: 2rem;
  }
}

.magazine-ttl-area {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .magazine-ttl-area {
    margin: 0 auto 2rem;
  }
}


.magazine-ttl-area .magazine-ttl-img {
  max-width: 126px;
}
@media screen and (max-width: 769px) {
  .magazine-ttl-area .magazine-ttl-img {
    max-width: 64px;
  }
}

.magazine-ttl-area .magazine-ttl {
  font-size: 3.0rem;
  font-weight: bold;
  white-space:nowrap;
  margin: 0 2em 0 1em;
  letter-spacing: .15em;
}
@media screen and (max-width: 769px) {
  .magazine-ttl-area .magazine-ttl {
    font-size: 2.0rem;
  }
}

.magazine_lead {
  width: 50%;
  font-size: 1.7rem;
  line-height: 1.8;
}
@media screen and (max-width: 769px) {
  .magazine_lead {
    width: 100%;
    font-size: 1.4rem;
  }
}


.magazine-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-bottom: 40px;
}

.magazine-list li{
  width: 31.3%;
  margin-left: 2%;
  margin-bottom: 2%;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 769px) {
  .magazine-list {
    margin-left: 0;
    margin-bottom: 20px;
  }

  .magazine-list li{
    width: 100%;
    margin-left: 0;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
  }
}



/*------------------------------------------
特選ショップ　shop
------------------------------------------*/


.shop{
  position: relative;
  background: #F9F4C9;
  padding:6rem 0;
}

.shop-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 769px) {
  .shop-header {
    display: block;
  }
}

.shop-ttl-area {
  text-align: center;  
  display: flex;
  flex-direction: column;
  margin-right: 5rem;
}
@media screen and (max-width: 769px) {
  .shop-ttl-area {
    margin-right: 0;
    margin-bottom: 4rem;
  }
}

.shop-ttl-area .shop-ttl {
  font-size: 1.4rem;
  font-weight: bold;
  white-space:nowrap;
  margin: 0 2em 0 1em;
  letter-spacing: .15em;
}

.shop-ttl-area .shop-ttl img{
  width: 1.6rem;
  margin-right: .5em;
}

.shop-ttl-area .shop-en {
  font-size: 5.6rem;
  color: #272626;
  font-family: "Caveat", cursive;
}

.shop_lead {
  width: 50%;
  font-size: 1.7rem;
  line-height: 1.8;
}

@media screen and (max-width: 769px) {
  .shop_lead {
    width: 100%;
    font-size: 1.4rem;
  }
}


.shop_slider {
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 769px) {
  .shop_slider {
    margin-bottom: 30px;
  }
}


.shop_slider .swiper-button-next,
.shop_slider .swiper-button-prev {
  width: 54px !important;
  height: 54px !important;
  display: block !important;
  transform: translate(0 , -25%) !important;
  top: 50% !important;
}
.shop_slider .swiper-button-prev {
  left: -27px;

}

.shop_slider .swiper-button-next {
  right: -27px;
}


@media screen and (max-width: 769px) {
  .shop_slider .swiper-button-next,
  .shop_slider .swiper-button-prev {
    width: 48px !important;
    height: 48px !important;
    display: block !important;
    transform: translate(0 ,0) !important;
    top: 50% !important;
  }
}




.shop_slider .swiper-button-next::before,
.shop_slider .swiper-button-prev::before {
  width: 54px !important;
  height: 54px !important;
  display: block !important;
  font-family: none;
  content: "";
}
@media screen and (max-width: 769px) {
  .shop_slider .swiper-button-next::before,
  .shop_slider .swiper-button-prev::before {
    width: 48px !important;
    height: 48px !important;
  }
}

.shop_slider .swiper-button-prev::before {
  background: url(../img/common/icon_slide_prev.svg) no-repeat center center;
  background-size: cover;
}

.shop_slider .swiper-button-next::before {
  background: url(../img/common/icon_slide_next.svg) no-repeat center center;
  background-size: cover;
}

.shop_slider .swiper-button-next::after,
.shop_slider .swiper-button-prev::after {
  display: none;
}




/*------------------------------------------
BBIQ Club Off
------------------------------------------*/


.cluboff {
  background: #F5DDDD;
  padding: 60px 0;
}
@media screen and (max-width: 769px) {
  .cluboff {
    padding: 60px 0;
  }
}

.cluboff-header {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 769px) {
  .cluboff-header {
    display: block;
    margin: 0 auto 20px;
  }
}

.cluboff-ttl {
  width: 440px;
  padding: 2rem 4rem 1.5rem 4rem;
  background: #D0121B;
  border-radius: 0 20px 0 20px;
  margin-right: 4rem;
}
@media screen and (max-width: 769px) {
  .cluboff-ttl {
    width: auto;
    max-width: 320px;
    margin-right: 0;
    margin: 0 auto 2rem;
    text-align: center;
  }
}


.cluboff_lead {
  width: 50%;
  font-size: 1.7rem;
  line-height: 1.8;
}
@media screen and (max-width: 769px) {
  .cluboff_lead {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}


.cluboff-head__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  max-width: 1000px;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  .cluboff-head__inner {
    display: block;
    position: relative;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    max-width: 1000px;
    justify-content: space-between;
  }
}


.cluboff-head__item {
  color: #D0121B;
  display: flex;
}
@media screen and (max-width: 769px) {
  .cluboff-head__item {
    color: #D0121B;
    display: flex;
    width: 100%;
    margin-bottom: 2rem;
    justify-content: center;
  }
}




.cluboff-head__item__head {
  font: 700 1.7rem "Caveat", cursive;
  text-align: center;
  margin-bottom: 8px;
  position: relative;
  width: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 769px) {
  .cluboff-head__item__head {
    margin-bottom: 2px;
    font-size: 2.7rem;
    width: 100px;
  }
}

.cluboff-head__item__head::before {
  content: "";
  width: 125px;
  height: 59px;
  display: block;
  background: url(../img/top/deco_cluboff_head.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50% ,-50%);
          transform: translate(-50% ,-50%);
}





.cluboff-head__item__text {
  font-size: 1.6rem;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: #272626;
  background: #FCF9DB;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  margin-left: 20px;
  position: relative;
}

@media screen and (max-width: 769px) {
  .cluboff-head__item__text {
    font-size: 1.4rem;
    width: 50%;
  }
  .cluboff-head__item__text br{
    display: none
  }
}




.cluboff-head__item__text:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 16px solid #FCF9DB;
  border-left: 0;
}

.cluboff a.button-1 {
  border: 1px solid #D0121B;

}