@charset "utf-8";

#main .pc-visible {
    display: block;
    margin: 0 auto;
}
#main .sp-visible {
    display: none;
}

#main .coffee2023 {
    max-width: 1200px;
    margin: 0 auto;
    color: #1D1D1D;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
#main .coffee2023mv {
    position: relative;
    z-index: 1;
}
#main .coffee2023mv span {
    display: block;
    position: absolute;
    left: 0;
    bottom: -110px;
    right: 0;
    width: 780px;
    margin: auto;
}
#main .coffee2023head {
    position: relative;
    margin: -175px 0 0;
    padding: 245px 0 140px;
    background: linear-gradient(to bottom, #B9E0AF, #D7DD95);
}
#main .coffee2023head::before,
#main .coffee2023head::after {
    content: '';
    position: absolute;
}
#main .coffee2023head::before {
    left: 0;
    bottom: 0;
    height: 0;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 160px 100vw 0 0;
}
#main .coffee2023head::after {
    left: 50%;
    bottom: -10px;
    width: 380px;
    height: 340px;
    margin-left: 285px;
    background: url(../../img/2023/img-coffee.png) no-repeat;
    background-size: 100%;
}
#main .coffee2023headLogo {
    margin: 0 0 30px;
    padding: 20px 0;
    background: linear-gradient(to right, transparent, rgba(255,255,255, .8) 49%, rgba(255,255,255, .8) 51%, transparent);
}
#main .coffee2023headTitle {
    margin: 0 0 30px;
    font-size: 24px;
}
#main .coffee2023headText {
    font-size: 16px;
}

#main .coffee2023anchor {
    display: flex;
    flex-wrap: wrap;
    max-width: 685px;
    margin: 65px auto 100px;
    border-left: solid 1px #D0D0D0;
    border-right: solid 1px #D0D0D0;
}
#main .coffee2023anchor li {
    width: calc( 100% / 3 );
}
#main .coffee2023anchor li + li {
    border-left: solid 1px #D0D0D0;
}
#main .coffee2023anchor li a {
    position: relative;
    display: block;
    height: 100%;
    padding: 15px 0 30px;
    color: #1D1D1D;
    font-size: 18px;
    text-decoration: none;
}
#main .coffee2023anchor li a::before,
#main .coffee2023anchor li a::after {
    content: '';
    display: block;
}
#main .coffee2023anchor li a::before {
    width: 50px;
    height: 40px;
    margin: -65px auto 25px;
}
#main .coffee2023anchor li:nth-child(1) a::before {
    background: url(../../img/2023/text-point01.svg) no-repeat;
    background-size: 100%;
}
#main .coffee2023anchor li:nth-child(2) a::before {
    background: url(../../img/2023/text-point02.svg) no-repeat;
    background-size: 100%;
}
#main .coffee2023anchor li:nth-child(3) a::before {
    background: url(../../img/2023/text-point03.svg) no-repeat;
    background-size: 100%;
}
#main .coffee2023anchor li a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 15px;
    height: 15px;
    margin: auto;
    background: url(../../img/2023/arrow-green.svg) no-repeat;
    background-size: 100%;
}
#main .coffee2023anchor li a small {
    display: block;
    margin: -1em 0 0;
    font-size: 10px;
}

#main .coffee2023pointBlock {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;
}
#main .coffee2023pointBlock--01,
#main .coffee2023pointBlock--03 {
    margin: 0 auto 80px;
}
#main .coffee2023pointBlock--02 {
    flex-direction: row-reverse;
    margin: 0 auto 150px;
}
#main .coffee2023pointBlock--02::before,
#main .coffee2023pointBlock--03::before {
    content: '';
    position: absolute;
}
#main .coffee2023pointBlock--02::before {
    top: -265px;
    left: -170px;
    width: 395px;
    height: 300px;
    background: url(../../img/2023/img-beans.png) no-repeat;
    background-size: 100%;
}
#main .coffee2023pointBlock--03::before {
    top: -170px;
    right: -115px;
    width: 260px;
    height: 320px;
    background: url(../../img/2023/img-coffeestain.svg) no-repeat;
    background-size: 100%;
}
#main .coffee2023pointBlockInner {
    width: 475px;
    padding: 0 0 0 60px;
}
#main .coffee2023pointBlock--02 .coffee2023pointBlockInner {
    padding: 0 30px 0 0;
}
#main .coffee2023pointBlockTitle {
    margin: 0 0 30px;
    font-size: 24px;
}
#main .coffee2023pointBlockTitle span {
    display: block;
    width: 95px;
    margin: 0 auto 30px;
}
#main .coffee2023pointBlockTitle small {
    display: block;
    font-size: 16px;
}
#main .coffee2023pointBlockText {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
}
#main .coffee2023pointBlock figure {
    position: relative;
    width: 370px;
    padding: 0 20px 20px 0;
}
#main .coffee2023pointBlock--02 figure {
    width: 440px;
}
#main .coffee2023pointBlock figure::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 95%;
    height: 95%;
    background: linear-gradient(to bottom, #B9E0AF, #D7DD95);
    z-index: -1;
}
#main .coffee2023pointBlock figure figcaption {
    position: absolute;
}
#main .coffee2023pointBlock--01 figure figcaption {
    top: 20px;
    left: -140px;
    width: 235px;
}
#main .coffee2023pointBlock--02 figure figcaption {
    top: 25px;
    right: -75px;
    width: 215px;
}
#main .coffee2023pointBlock--03 figure figcaption {
    top: 20px;
    left: -175px;
    width: 220px;
}

#main .coffee2023about {
    max-width: 700px;
    margin: 0 auto;
    padding: 40px 26px;
    background: repeating-linear-gradient(-45deg, #e5cdb3, #e5cdb3 2px, #ead8c2 2px, #ead8c2 9px);
}
#main .coffee2023about .coffee2023aboutInner {
    display: flex;
}
#main .coffee2023about .coffee2023aboutInner .coffee2023aboutLink {
    margin: 30px 0 0;
}
#main .coffee2023about .coffee2023aboutInner .coffee2023aboutLink a {
    display: inline-block;
    padding: 12px 50px;
    background: #2D6C1C;
    border-radius: 25px;
    color: #fff;
    line-height: 1;
    text-decoration: none;
}
#main .coffee2023about .coffee2023aboutInner .coffee2023aboutLink a:hover {
    opacity: .7;
}
#main .coffee2023about--ucc {
    margin: 0 auto 150px;
}
#main .coffee2023about--ucc .coffee2023aboutTitle {
    width: 115px;
    margin: -55px 0 25px;
}
#main .coffee2023about--ucc .coffee2023aboutInner {
    align-items: flex-start;
}
#main .coffee2023about--ucc .coffee2023aboutInner p,
#main .coffee2023about--ucc .coffee2023aboutInner figure {
    width: calc( 100% / 2 );
}
#main .coffee2023about--ucc .coffee2023aboutInner p {
    padding-right: 4%;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
}
#main .coffee2023about--ucc .coffee2023aboutInner figure {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 4%;
    border-left: solid 1px #BF9268;
}
#main .coffee2023about--ucc .coffee2023aboutInner figure img {
    width: 130px;
}
#main .coffee2023about--ucc .coffee2023aboutInner figure figcaption {
    width: 155px;
    margin-left: 20px;
    font-size: 20px;
    line-height: 1;
    text-align: left;
}
#main .coffee2023about--ucc .coffee2023aboutInner figure figcaption span {
    display: block;
    margin: 0 0 28px;
    font-size: 12px;
    line-height: 1.6;
}
#main .coffee2023about--feature {
    margin: 0 auto 60px;
    padding: 35px 30px;
}
#main .coffee2023about--feature .coffee2023aboutInner {
    align-items: center;
}
#main .coffee2023about--feature .coffee2023aboutInner figure {
    width: 30%;
    margin: 0 5% 0 0;
}
#main .coffee2023about--feature .coffee2023aboutInner figure img {
    width: 100px;
}
#main .coffee2023about--feature .coffee2023aboutInner figure figcaption {
    margin: 1em 0 0;
    font-size: 10px;
}
#main .coffee2023about--feature .coffee2023aboutInner div {
    width: 65%;
    text-align: left;
}
#main .coffee2023about--feature .coffee2023aboutTitle {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}
#main .coffee2023about--feature .coffee2023aboutInner p {
    font-size: 14px;
}
#main .coffee2023campaign {
    position: relative;
    margin: 0 0 110px;
    padding: 150px 0 60px;
    background: linear-gradient(to bottom, #B9E0AF, #D7DD95);
}
#main .coffee2023campaign::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 160px 100vw 0 0;
}
#main .coffee2023campaignTitle {
    margin: 0 0 30px;
    font-size: 40px;
    line-height: 1;
}
#main .coffee2023campaignTitle span {
    display: block;
    width: 135px;
    margin: 15px auto 0;
    font-size: 0;
}
#main .coffee2023campaignText {
    margin: 0 0 30px;
    font-size: 18px;
}
#main .coffee2023campaignBnr {
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto;
}
#main .coffee2023campaignBnr > li {
    width: calc( 100% / 2 - 15px );
}
#main .coffee2023campaignBnr > li a {
    display: block;
    border: solid 2px #fff;
    filter: drop-shadow(8px 8px 3px #bccb8b);
}
#main .coffee2023campaignBnr > .coffee2023campaignBnrComingsoon a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #F0F0F0;
    border: none;
    pointer-events: none;
}
#main .coffee2023campaignBnr > .coffee2023campaignBnrComingsoon a img {
    width: 270px;
}

#main .coffee2023freedrink {
    position: relative;
    max-width: 900px;
    margin: 0 auto 60px;
    padding: 50px 0 60px;
    background: url(../../img/2023/bg-paper_pc.jpg) no-repeat;
    background-size: 100%;
}
#main .coffee2023freedrink::before,
#main .coffee2023freedrink::after {
    content: '';
    display: block;
    position: absolute;
}
#main .coffee2023freedrink::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../img/2023/bg_border_pc.png) no-repeat;
    background-size: 100% 100%;
}
#main .coffee2023freedrink::after {
    right: 40px;
    bottom: 40px;
    width: 230px;
    height: 127px;
    background: url(../../img/2023/img-drink.png) no-repeat;
    background-size: 100%;
}
#main .coffee2023freedrinkTitle {
    margin: 0 0 15px;
    font-size: 28px;
    font-weight: bold;
}
#main .coffee2023freedrinkTitle span {
    display: block;
    max-width: 405px;
    margin: 0 auto 7px;
    font-size: 0;
}
#main .coffee2023freedrink p {
    font-size: 14px;
}
#main .coffee2023freedrink p + p {
    margin: 2em 0 0;
}
#main .coffee2023freedrink p a {
    position: relative;
    color: #1D1D1D;
    z-index: 1;
}

@media only screen and (max-width: 600px) {
  #main .pc-visible {
      display: none;
  }
  #main .sp-visible {
      display: block;
  }

  #main .coffee2023 {
      width: 100%;
  }
  #main .coffee2023mv span {
      bottom: -23%;
      width: 100%;
  }
  #main .coffee2023head {
      margin: 0;
      padding: 13.5% 0 26%;
  }
  #main .coffee2023head::before {
      content: none;
  }
  #main .coffee2023head::after {
      left: 0;
      bottom: -19%;
      right: 0;
      width: 52%;
      height: 40%;
      margin: auto;
  }
  #main .coffee2023headLogo {
      margin: 0 0 10.5%;
      padding: 3% 0;
  }
  #main .coffee2023headLogo img {
      width: 65%;
  }
  #main .coffee2023headTitle {
      margin: 0 0 5.5%;
      font-size: 19px;
      line-height: 1.6;
  }
  #main .coffee2023headText {
      font-size: 14px;
      line-height: 1.5;
  }

  #main .coffee2023anchor {
      position: relative;
      display: block;
      width: 85%;
      margin: 14% auto 16%;
      border-top: solid 1px #D0D0D0;
      border-left: none;
      border-bottom: solid 1px #D0D0D0;
      border-right: none;
      z-index: 1;
  }
  #main .coffee2023anchor li {
      width: 100%;
  }
  #main .coffee2023anchor li + li {
      border-top: solid 1px #D0D0D0;
      border-left: none;
  }
  #main .coffee2023anchor li a {
      padding: 19% 0 13%;
      background: #fff;
  }
  #main .coffee2023anchor li a::before {
      margin: -13% auto 4%;
  }
  #main .coffee2023anchor li a::after {
      bottom: 12%;
      width: 12px;
      height: 12px;
  }
  #main .coffee2023anchor li a small {
      margin: 0;
      font-size: 11px;
  }

  #main .coffee2023point {
      padding: 14% 0 0;
      border-top: solid 4px #CFE3CA;
  }
  #main .coffee2023pointBlock {
      display: block;
  }
  #main .coffee2023pointBlock--01,
  #main .coffee2023pointBlock--03 {
      margin: 0 auto 21%;
  }
  #main .coffee2023pointBlock--02 {
      margin: 0 auto 16%;
  }
  #main .coffee2023pointBlock--02::before {
        top: -25.5%;
        left: -36px;
        width: 240px;
        height: 180px;
  }
  #main .coffee2023pointBlock--03::before {
        top: -9%;
        right: -46px;
        width: 165px;
        height: 205px;
  }
  #main .coffee2023pointBlockInner {
      width: 100%;
      padding-left: 0;
  }
  #main .coffee2023pointBlock--02 .coffee2023pointBlockInner {
      padding-right: 0;
  }
  #main .coffee2023pointBlockTitle {
      margin: 0 0 20px;
  }
  #main .coffee2023pointBlockTitle span {
      width: 58px;
  }
  #main .coffee2023pointBlockText {
      width: 85%;
      margin: 0 auto;
  }
  #main .coffee2023pointBlock figure {
      width: 72%;
      margin: 11% auto 0;
      padding: 0 4.5% 4.5% 0;
  }
  #main .coffee2023pointBlock--02 figure {
      width: 85%;
  }
  #main .coffee2023pointBlock figure::after {
      width: 94%;
      height: 94%;
  }
  #main .coffee2023pointBlock--01 figure figcaption {
      top: 0;
      left: -15%;
      width: 60%;
  }
  #main .coffee2023pointBlock--02 figure figcaption {
      top: 6%;
      right: -6%;
      width: 49%;
  }
  #main .coffee2023pointBlock--03 figure figcaption {
      top: 1%;
      left: -12%;
      width: 55%;
  }
  
  #main .coffee2023about {
      padding: 12%;
  }
  #main .coffee2023about .coffee2023aboutInner {
      display: block;
  }
  #main .coffee2023about .coffee2023aboutInner .coffee2023aboutLink {
      margin: 25px 0 0;
  }
  #main .coffee2023about .coffee2023aboutInner .coffee2023aboutLink a {
      padding: 6% 16%;
  }
  #main .coffee2023about--ucc {
      margin: 0 auto 15%;
  }
  #main .coffee2023about--ucc .coffee2023aboutTitle {
      width: 40%;
      margin: -21% 0 10%;
  }
  #main .coffee2023about--ucc .coffee2023aboutInner p,
  #main .coffee2023about--ucc .coffee2023aboutInner figure {
      width: 100%;
  }
  #main .coffee2023about--ucc .coffee2023aboutInner p {
      padding-right: 0;
  }
  #main .coffee2023about--ucc .coffee2023aboutInner figure {
      display: block;
      margin: 8% 0 0;
      padding-left: 0;
      border-left: none;
  }
  #main .coffee2023about--ucc .coffee2023aboutInner figure img {
      width: 45%;
  }
  #main .coffee2023about--ucc .coffee2023aboutInner figure figcaption {
      width: 100%;
      margin: 5.5% 0 0;
      text-align: center;
  }
  #main .coffee2023about--ucc .coffee2023aboutInner figure figcaption span {
      margin: 0 0 7%;
  }
  #main .coffee2023about--feature {
      margin: 0 auto 4%;
      padding: 15% 12%;
  }
  #main .coffee2023about--feature .coffee2023aboutInner figure,
  #main .coffee2023about--feature .coffee2023aboutInner div {
      width: 100%;
  }
  #main .coffee2023about--feature .coffee2023aboutInner figure {
      margin: -34% 0 9%;
  }
  #main .coffee2023about--feature .coffee2023aboutInner figure img {
      width: 88px;
  }
  #main .coffee2023about--feature .coffee2023aboutInner figure figcaption {
      font-size: 12px;
  }
  #main .coffee2023about--feature .coffee2023aboutTitle,
  #main .coffee2023about--feature .coffee2023aboutLink {
      text-align: center;
  }
  #main .coffee2023about--feature .coffee2023aboutInner p {
      line-height: 1.7;
  }

  #main .coffee2023campaign {
      margin: 0 0 16%;
      padding: 10% 0;
  }
  #main .coffee2023campaign::before {
      content: none;
  }
  #main .coffee2023campaignTitle {
      font-size: 35px;
  }
  #main .coffee2023campaignTitle span {
      width: 100px;
      height: 11px;
  }
  #main .coffee2023campaignText {
      margin: 0 0 10%;
      font-size: 14px;
      line-height: 1.7;
  }
  #main .coffee2023campaignBnr {
      display: block;
      width: 80%;
  }
  #main .coffee2023campaignBnr > li {
      width: 100%;
  }
  #main .coffee2023campaignBnr > li + li {
      margin: 8% 0 0;
  }
  #main .coffee2023campaignBnr > .coffee2023campaignBnrComingsoon a {
      height: 55.5vw;
      padding: 0 14vw;
  }

  #main .coffee2023freedrink {
      margin: 0 auto 5%;
      padding: 17.5% 0 56.5%;
      background: url(../../img/2023/bg-paper_sp.jpg) no-repeat;
      background-size: 100%;
  }
  #main .coffee2023freedrink::before {
      background: url(../../img/2023/bg_border_sp.png) no-repeat;
      background-size: 100% 100%;
  }
  #main .coffee2023freedrink::after {
      left: 0;
      bottom: 12%;
      right: 0;
      width: 200px;
      height: 110px;
      margin: auto;
  }
  #main .coffee2023freedrinkTitle {
      margin: 0 0 5%;
      font-size: 24px;
      line-height: 1.2;
  }
  #main .coffee2023freedrinkTitle span {
      width: 65%;
      margin: 0 auto 3%;
  }
  #main .coffee2023freedrink p {
      font-size: 13px;
      line-height: 1.6;
  }

}