/* ---------------------------
 * 202411
 * --------------------------- */
.aw-footer {
  background-color: #fefcf7;
}


/* ---------------------------
 * 202409
 * --------------------------- */

.sp{display:none!important;}
.pc{display:block!important;}  

.preload{
width: 0px;	
height: 0px;
background-image:url("../img/aw-head/andwine_banner-1-pc.jpg") ,url("../img/aw-head/andwine_banner-2-pc.jpg") ,url("../img/aw-head/andwine_banner-3-pc.jpg");}

#and-wine .aw-strength .aw-apple,
#and-wine .aw-strength .aw-limited
{
	padding-bottom: 76px;
}

/* ---------------------------
 * 202409-2
 * --------------------------- */

.aw-navigation__inner_banner {padding: 0 0 35px;}
.aw-navigation__inner_banner img {width: 100%; height: auto;}


/* ---------------------------
 * All
 * --------------------------- */

#and-wine {
  background-color: #FFF;
  overflow: hidden;
}
#and-wine img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#and-wine .aw-sponly {
  display: none !important;
}
#and-wine h2, #and-wine h3 {
  font-size: 100%;
  line-height: 1;
}

#and-wine h1 {
  font-size: 0;
  line-height: 0;
}

#and-wine .aw-head {
  position: relative;
  background-color: #FEFCF7;
  overflow: hidden;
}

#and-wine .aw-head:before {
  position: absolute;
  top: 0;
  left: 8px;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/aw-head/bg.png") no-repeat 50% 0;
  background-size: 100% auto;
  opacity: 0.5;
  z-index: 1;
}

#key-visual picture {
  display: block;
  line-height: 0; }

#key-visual img {
    width: 100%;
    max-width: 100%; }

.swiper {
  background-color: white; 
    margin:0;
}

.swiper-slide {
  width: 100% ;
  height: auto;
}

.swiper-pagination {
  position: relative !important;
  width: 100%;
  height: 18px;
  bottom: 0px !important;
  padding: 20px 0;
  background-size: cover;
  background-repeat: no-repeat;
 }

.swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  background-color: #EBADAD !important;
  opacity: 0.5;
  margin: 0px 12px !important; }
 
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #862020 !important;
  }

#key-visual .swiper-button-prev, #key-visual .swiper-button-next {
  width: 45px;
  margin-top: -35px;
  }

#key-visual .swiper-button-prev:after, #key-visual .swiper-button-next:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .6;
    transform: rotate(0deg);
    }
#key-visual .swiper-button-prev:before, #key-visual .swiper-button-next:before {
    content: "";
    width: 45px;
    height: 45px;
    margin-left:0px;
    border-radius: 50%;
    background-color: rgba(231, 199, 130, 0.5);
    }
#key-visual .swiper-button-prev:after {
   margin-left: -4px;
   transform: rotate(-180deg);
    }
#key-visual .swiper-button-next:after {
   margin-left: 3px;
    }
    
.swiper-button-prev:after, .swiper-button-next:after {
   display: none;
    }

#and-wine .aw-lead {
  position: relative;
  z-index: 3;
  background: #000;
    }
    
#and-wine .aw-lead__inner {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 22px 46px 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#and-wine .aw-lead__balloon {
  position: absolute;
  top: -97px;
  left: 77px;
  width: 374px;
}

#and-wine .aw-lead__text {
  width: 1043px;
  margin: 0 auto;
}

#and-wine .aw-navigation {
  margin: 0;
}
#and-wine .aw-navigation__inner {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 33px;
}
#and-wine .aw-navigation__lead {
  width: 604px;
  margin: 0 auto 50px;
  text-align: center;
}
#and-wine .aw-navigation__list {
  max-width: 693px;
  list-style: none;
  margin: 0 auto 65px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 130px;
}
#and-wine .aw-navigation__item {
  width: 280px;
  text-align: center;
}
#and-wine .aw-navigation__item:nth-child(5) {
  margin-left: 20%;
  margin-right: 20%;
}
#and-wine .aw-navigation__item.is-comingSoon a {
  pointer-events: none;
}
#and-wine .aw-navigation__item a {
  position: relative;
  display: inline-block;
}
#and-wine .aw-navigation__item a img {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-box-shadow: 10px 10px 0 rgba(201, 202, 202, 0.3);
          box-shadow: 10px 10px 0 rgba(201, 202, 202, 0.3);
}
#and-wine .aw-navigation__item a:hover img {
  -webkit-transform: translate(10px, 10px);
          transform: translate(10px, 10px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

#and-wine .aw-types__inner {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#and-wine .aw-types__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#and-wine .aw-types__item {
  width: 50%;
}
#and-wine .aw-types__item.is-wide {
  width: 100%;
}

#and-wine .aw-strength {
  overflow: hidden;
}
#and-wine .aw-strength__inner {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 65px;
  padding-bottom: 56px;
  z-index: 1;
  background: #000;
}
#and-wine .aw-strength__inner:before {
  position: absolute;
  top: 82px;
  left: 176px;
  display: block;
  content: "";
  width: 260px;
  height: 248px;
  background: url("../img/aw-strength/bg-and.png") no-repeat 50% 50%;
  background-size: 100% auto;
  z-index: -1;
}
#and-wine .aw-strength__inner:after {
  position: absolute;
  top: 355px;
  left: 207px;
  display: block;
  content: "";
  width: 254px;
  height: 490px;
  background: url("../img/aw-strength/bg-glass.png") no-repeat 50% 50%;
  background-size: 100% auto;
  z-index: -1;
}
#and-wine .aw-strength__heading {
  margin: 0 auto 70px;
  width: 374px;
  padding-left: 10px;
}
#and-wine .aw-strength__lead {
  margin: 0 auto 47px;
  width: 570px;
}
#and-wine .aw-strength__profile {
  width: 330px;
  margin-left: auto;
  margin-right: 296px;
  margin-bottom: 55px;
}
#and-wine .aw-strength__sns {
  margin-left: auto;
  margin-right: 203px;
  width: 524px;
}
#and-wine .aw-strength__snsTitle {
  margin-bottom: 18px;
}
#and-wine .aw-strength__snsButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 38px;
  padding: 0 25px 0 23px;
}
#and-wine .aw-strength__snsButton {
  position: relative;
  width: 323px;
}
#and-wine .aw-strength__snsButton a {
  position: relative;
  display: block;
}
#and-wine .aw-strength__snsButton a:before {
  position: absolute;
  top: 6px;
  left: 5px;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  border: 1px solid #FFF;
  z-index: -1;
  border-radius: 35px;
}
#and-wine .aw-strength__snsButton a:hover img {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translate(6px, 7px);
          transform: translate(6px, 7px);
}
#and-wine .aw-strength__lineup {
  position: relative;
  margin: 87px auto 43px;
  width: 735px;
  z-index: 1;
}
#and-wine .aw-strength__lineup:before {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  content: "";
  border: 4px solid #E8C98E;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
#and-wine .aw-strength__lineupTitle, #and-wine .aw-strength__shopsTitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-34%);
          transform: translateY(-34%);
  margin: 0;
  text-align: center;
  z-index: 3;
}
#and-wine .aw-strength__lineupTitle img, #and-wine .aw-strength__shopsTitle img {
  width: 530px;
}
#and-wine .aw-strength__lineupItem {
  margin-top: -1px;
}
#and-wine .aw-strength__shops {
  position: relative;
  background: url("../img/aw-strength/bg-shops.png") no-repeat 50% 0;
  background-size: 100% auto;
  width: 746px;
  margin: 0 auto;
  padding-top: 202px;
  height: 0;
}
#and-wine .aw-strength__shopsTitle img {
  width: 673px;
}
#and-wine .aw-strength__shopsText01, #and-wine .aw-strength__shopsText02 {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#and-wine .aw-strength__shopsText01 {
  top: 50px;
  padding-left: 8px;
}
#and-wine .aw-strength__shopsText01 img {
  width: 645px;
}
#and-wine .aw-strength__shopsText02 {
  top: 130px;
  padding-right: 38px;
}
#and-wine .aw-strength__shopsText02 img {
  width: 378px;
}

#and-wine .aw-footer {
  padding: 60px 20px 80px 20px;
  text-align: center;
}
#and-wine .aw-footer img {
  width: 908px;
}

@media screen and (max-width: 767px) {
  /* ---------------------------
   * Mobile
   * --------------------------- */
	
/* ---------------------------
 * 202409
 * --------------------------- */

.sp{display:block!important;}
.pc{display:none!important;}  


.preload{
width: 0px;	
height: 0px;
background-image:url("../img/aw-head/andwine_banner-1-sp.jpg") ,url("../img/aw-head/andwine_banner-2-sp.jpg") ,url("../img/aw-head/andwine_banner-3-sp.jpg");}


#and-wine .aw-strength .aw-apple, 
#and-wine .aw-strength .aw-limited {
	padding-bottom: 30px;
}
	
	
/* ---------------------------
 * 202409-2
 * --------------------------- */

.aw-navigation__inner_banner {padding: 0 15px 25px;}


/* ---------------------------
 * --------------------------- */

  #and-wine .aw-sponly {
    display: block !important;
  }
  #and-wine .aw-pconly {
    display: none !important;
  }
  .swiper-pagination {
    height: 26px;
    padding: 3px 0;
  }
  .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    margin: 0px 6px !important; 
   } 
  #and-wine .aw-lead__inner {
    padding: 1.8vw 3.125vw 1.8vw;
  }
  #and-wine .aw-lead__balloon {
    position: absolute;
    top: -8.59375vw;
    left: 2.0875vw;
    width: 35.255vw;
  }
  #and-wine .aw-lead__text {
    width: 89.9137vw;
  }
  #and-wine .aw-navigation__inner {
    padding-top: 18px;
    padding-bottom: 35px;
  }
  #and-wine .aw-navigation__lead {
    margin-bottom: 20px;
    width: 83.75vw;
  }
  #and-wine .aw-navigation__list {
    margin: 0;
    gap: 20px 10px;
    padding: 0 25px 0 16px;
  }
  #and-wine .aw-navigation__item {
    width: 40.404040404%;
  }
  #and-wine .aw-navigation__item a img {
    width: 220px;
    height: auto;
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: 4px 4px 0 rgba(201, 202, 202, 0.3);
            box-shadow: 4px 4px 0 rgba(201, 202, 202, 0.3);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #and-wine .aw-navigation__item a:hover img {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #and-wine .aw-strength__inner {
    padding-top: 5.6034482759vw;
    padding-bottom: 5.8551617874vw;
  }
  #and-wine .aw-strength__inner:before {
    top: 0.3448275862%;
    left: -3.1034482759%;
    width: 31.5517241379%;
    height: 0;
    padding-top: 30.1724137931%;
  }
  #and-wine .aw-strength__inner:after {
    position: absolute;
    top: 36.63793103vw;
    left: 3.4375%;
    width: 32.0689655172%;
    height: 0;
    padding-top: 60.3448275862%;
  }
  #and-wine .aw-strength__heading {
    margin-bottom: 5.4310344828%;
    width: 56.724137931%;
  }
  #and-wine .aw-strength__lead {
    margin-bottom: 3.7931034483%;
    width: 87.0689655172%;
  }
  #and-wine .aw-strength__profile {
    margin-right: 15.3125%;
    margin-bottom: 4.0625vw;
    width: 40.3125vw;
  }
  #and-wine .aw-strength__sns {
    margin-right: 3.8793103448%;
    width: 64.4827586207%;
  }
  #and-wine .aw-strength__snsTitle {
    margin-bottom: 2.1875vw;
  }
  #and-wine .aw-strength__snsButtons {
    gap: 20px;
    padding: 0;
  }
  #and-wine .aw-strength__snsButton {
    width: 43.9839572193%;
  }
  #and-wine .aw-strength__lineup {
    width: 91.1206896552%;
    margin-top: 8.125vw;
    margin-bottom: 6.4375vw;
  }
  #and-wine .aw-strength__lineup:before {
    top: 6px;
    left: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    border-width: 3px;
    border-radius: 2px;
  }
  #and-wine .aw-strength__lineupTitle img {
    width: 72.0411663808%;
  }
  #and-wine .aw-strength__shops {
    width: 91.1206896552%;
    padding-top: 24.7413793103%;
  }
  #and-wine .aw-strength__shops {
    padding-top: 24.7413793103%;
  }
  #and-wine .aw-strength__shopsTitle img {
    width: 89.8799313894%;
  }
  #and-wine .aw-strength__shopsText01 {
    top: 25.7839721254%;
  }
  #and-wine .aw-strength__shopsText01 img {
    width: 86.66%;
  }
  #and-wine .aw-strength__shopsText02 {
    top: 55.45%;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #and-wine .aw-strength__shopsText02 img {
    width: 50.5603430532%;
    padding-right:3.5%;
  }
  #and-wine .aw-footer {
    padding: 42px 0;
  }
  #and-wine .aw-footer img {
    width: 85.3125%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  /* ---------------------------
   * Mobile Large
   * --------------------------- */
  #and-wine .aw-sponly {
    display: none !important;
  }
  #and-wine .aw-pconly {
    display: block !important;
  }

  #and-wine .aw-lead__inner {
    padding: 1.8% 3.9655172414% 1.8%;
  }
  #and-wine .aw-lead__balloon {
    position: absolute;
    top: -51.0526315789%;
    left: 6.6379310345%;
    width: 32.2413793103%;
  }
  #and-wine .aw-lead__text {
    width: 89.9137%;
    margin: 0 auto;
  }
  #and-wine .aw-navigation__lead {
    width: 52.0689655172%;
  }
  #and-wine .aw-navigation__item {
    width: 40.404040404%;
  }
  #and-wine .aw-strength__inner {
    padding-top: 5.6034482759vw;
    padding-bottom: 4.8275862069vw;
  }
  #and-wine .aw-strength__inner:before {
    top: 7.0689655172vw;
    left: 15.1724137931%;
    width: 22.4137931034%;
    height: 0;
    padding-top: 21.3793103448vw;
  }
  #and-wine .aw-strength__inner:after {
    top: 30.6034482759vw;
    left: 17.8448275862%;
    width: 21.8965517241%;
    height: 0;
    padding-top: 42.2413793103vw;
  }
  #and-wine .aw-strength__heading {
    margin-bottom: 6.0344827586vw;
    width: 32.2413793103%;
  }
  #and-wine .aw-strength__lead {
    margin-bottom: 4.0517241379vw;
    width: 49.1379310345%;
  }
  #and-wine .aw-strength__profile {
    margin-right: 25.5172413793%;
    margin-bottom: 4.7413793103vw;
    width: 28.4482758621%;
  }
  #and-wine .aw-strength__sns {
    margin-right: 17.5%;
    width: 45.1724137931%;
  }
  #and-wine .aw-strength__snsTitle {
    margin-bottom: 1.5517241379vw;
  }
  #and-wine .aw-strength__snsButton {
    width: 61.641221374%;
  }
  #and-wine .aw-strength__lineup {
    width: 63.3620689655%;
    margin-top: 7.9310344828vw;
    margin-bottom: 5.4310344828vw;
  }
  #and-wine .aw-strength__lineupTitle img {
    width: 72.1088435374%;
  }
  #and-wine .aw-strength__shops {
    width: 64.3103448276%;
    padding-top: 17.4137931034%;
  }
  #and-wine .aw-strength__shopsTitle img {
    width: 90.2144772118%;
  }
  #and-wine .aw-strength__shopsText01 {
    top: 4.5689655172vw;
    padding-left: 1.072386059%;
  }
  #and-wine .aw-strength__shopsText01 img {
    width: 86.4611260054%;
  }
  #and-wine .aw-strength__shopsText02 {
    top: 11.2068965517vw;
    padding-right: 5.0938337802%;
  }
  #and-wine .aw-strength__shopsText02 img {
    width: 50.6702412869%;
  }
  #and-wine .aw-footer {
    padding: 4.1379310345vw 0 4.3103448276vw;
  }
  #and-wine .aw-footer img {
    width: 78.275862069%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1164px) {
  /* ---------------------------
   * PC
   * --------------------------- */
  #and-wine .aw-sponly {
    display: none !important;
  }

  #and-wine .aw-lead__inner {
    padding: 1.8% 3.9655172414% 1.8%;
  }

  #and-wine .aw-lead__text {
    width: 89.9137%;
    margin: 0 auto;
  }
  #and-wine .aw-navigation__lead {
    width: 52.0689655172%;
  }
  #and-wine .aw-navigation__item {
    width: 40.404040404%;
  }
  #and-wine .aw-strength__inner {
    padding-top: 5.6034482759vw;
    padding-bottom: 4.8275862069vw;
  }
  #and-wine .aw-strength__inner:before {
    top: 7.0689655172vw;
    left: 15.1724137931%;
    width: 22.4137931034%;
    height: 0;
    padding-top: 21.3793103448vw;
  }
  #and-wine .aw-strength__inner:after {
    top: 30.6034482759vw;
    left: 17.8448275862%;
    width: 21.8965517241%;
    height: 0;
    padding-top: 42.2413793103vw;
  }
  #and-wine .aw-strength__heading {
    margin-bottom: 6.0344827586vw;
    width: 32.2413793103%;
  }
  #and-wine .aw-strength__lead {
    margin-bottom: 4.0517241379vw;
    width: 49.1379310345%;
  }
  #and-wine .aw-strength__profile {
    margin-right: 25.5172413793%;
    margin-bottom: 4.7413793103vw;
    width: 28.4482758621%;
  }
  #and-wine .aw-strength__sns {
    margin-right: 17.5%;
    width: 45.1724137931%;
  }
  #and-wine .aw-strength__snsTitle {
    margin-bottom: 1.5517241379vw;
  }
  #and-wine .aw-strength__snsButton {
    width: 61.641221374%;
  }
  #and-wine .aw-strength__lineup {
    width: 63.3620689655%;
    margin-top: 7.9310344828vw;
    margin-bottom: 5.4310344828vw;
  }
  #and-wine .aw-strength__lineupTitle img {
    width: 72.1088435374%;
  }
  #and-wine .aw-strength__shops {
    width: 64.3103448276%;
    padding-top: 17.4137931034%;
  }
  #and-wine .aw-strength__shopsTitle img {
    width: 90.2144772118%;
  }
  #and-wine .aw-strength__shopsText01 {
    top: 4.5689655172vw;
    padding-left: 1.072386059%;
  }
  #and-wine .aw-strength__shopsText01 img {
    width: 86.4611260054%;
  }
  #and-wine .aw-strength__shopsText02 {
    top: 11.2068965517vw;
    padding-right: 5.0938337802%;
  }
  #and-wine .aw-strength__shopsText02 img {
    width: 50.6702412869%;
  }
  #and-wine .aw-footer {
    padding-top: 5.1724137931vw;
    padding-bottom: 6.8965517241vw;
  }
  #and-wine .aw-footer img {
    width: 78.275862069vw;
    height: auto;
  }
}