@charset "UTF-8";
@font-face {
  font-family: "latoregular";
  src: url("../fonts/lato/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato/lato-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.row:after, .row-no-gutters:after {
  display: table;
  content: " ";
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row-flex {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  align-content: flex-start;
}

[class*=col-] {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-md-1 {
  width: 8.3333333333%;
}

.col-md-2 {
  width: 16.6666666667%;
}

.col-md-3 {
  width: 25%;
}

.col-md-4 {
  width: 33.3333333333%;
}

.col-md-5 {
  width: 41.6666666667%;
}

.col-md-6 {
  width: 50%;
}

.col-md-7 {
  width: 58.3333333333%;
}

.col-md-8 {
  width: 66.6666666667%;
}

.col-md-9 {
  width: 75%;
}

.col-md-10 {
  width: 83.3333333333%;
}

.col-md-11 {
  width: 91.6666666667%;
}

.col-md-12 {
  width: 100%;
}

@media (max-width: 480px) {
  .col-xs-1 {
    width: 8.3333333333%;
  }

  .col-xs-2 {
    width: 16.6666666667%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-4 {
    width: 33.3333333333%;
  }

  .col-xs-5 {
    width: 41.6666666667%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-7 {
    width: 58.3333333333%;
  }

  .col-xs-8 {
    width: 66.6666666667%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-10 {
    width: 83.3333333333%;
  }

  .col-xs-11 {
    width: 91.6666666667%;
  }

  .col-xs-12 {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 1248px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }
}
.pull-right {
  float: right;
}

.pull-right-sm {
  float: right;
}
@media screen and (max-width: 480px) {
  .pull-right-sm {
    float: none;
  }
}

.pull-right-md {
  float: right;
}
@media screen and (max-width: 768px) {
  .pull-right-md {
    float: none;
  }
}

@media screen and (min-width: 769px) {
  .col-md-6-5 {
    width: 53%;
  }

  .col-md-5-5 {
    width: 47%;
  }
}
@media screen and (max-width: 480px) {
  .xs100img {
    max-width: 100%;
  }

  .xs90img {
    max-width: 90%;
  }

  .xs80img {
    max-width: 80%;
  }

  .xs70img {
    max-width: 70%;
  }

  .xs60img {
    max-width: 60%;
  }

  .xs53img {
    max-width: 53%;
  }

  .xs50img {
    max-width: 50%;
  }

  .xs40img {
    max-width: 40%;
  }

  .xs30img {
    max-width: 30%;
  }

  .xs20img {
    max-width: 20%;
  }

  .xs15img {
    max-width: 15%;
  }

  .xs10img {
    max-width: 10%;
  }

  .line2txt {
    height: 55px;
    width: auto;
    max-width: none;
  }

  .line3txt {
    height: 95px;
    width: auto;
    max-width: none;
  }
}
.comment.comment1 .comment-title-container {
  margin-bottom: -10px;
}
@media only screen and (max-width: 617px) {
  .comment.comment1 .comment-title-container {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 540px) {
  .comment.comment1 .comment-title-container {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .comment.comment1 .comment-box .comment-text-container {
    margin-left: 5px;
  }
}
.comment.comment2 {
  margin-bottom: 60px;
}
.comment.comment2 .comment-title-container {
  margin-bottom: -30px;
}
@media only screen and (max-width: 663px) {
  .comment.comment2 .comment-title-container {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 660px) {
  .comment.comment2 .comment-img-container {
    max-width: 30%;
  }
}
@media only screen and (max-width: 480px) {
  .comment.comment2 .comment-img-container img {
    height: 160px;
  }
}
.comment.comment3 {
  margin-bottom: 55px;
}
.comment.comment3 .comment-title-container {
  margin-bottom: -30px;
}
@media only screen and (max-width: 620px) and (min-width: 480px) {
  .comment.comment3 .comment-title-container {
    margin-bottom: 0;
  }
}
.comment .comment-title-container {
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .comment .comment-title-container {
    margin-bottom: 15px !important;
  }
}
.comment .comment-title-container .baristas-point {
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .comment .comment-title-container .baristas-point {
    margin-bottom: 10px;
  }
}
.comment .comment-box {
  border-bottom: #462a00 solid 1px;
  padding-left: 40px;
  padding-right: 60px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, HiraKakuProN-W3, "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
  overflow: hidden;
}
@media only screen and (max-width: 650px) {
  .comment .comment-box {
    line-height: 20px;
    font-size: 13px;
  }
}
.comment .comment-box:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .comment .comment-box {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 320px) {
  .comment .comment-box .comment-img-container {
    flex-shrink: 0;
  }
}
.comment .comment-box .comment-img-container img {
  max-width: none;
}
@media only screen and (max-width: 651px) {
  .comment .comment-box .comment-img-container img {
    height: 135px;
  }
}
.comment .comment-box .comment-text-container {
  position: relative;
  margin-bottom: 20px;
  padding: 20px 30px;
  background-color: #462a00;
  border-radius: 15px;
  margin-left: 40px;
}
@media only screen and (max-width: 700px) {
  .comment .comment-box .comment-text-container {
    padding: 20px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .comment .comment-box .comment-text-container {
    margin-left: 20px;
  }
}
.comment .comment-box .comment-text-container:before {
  content: "";
  display: block;
  width: 25px;
  height: 15px;
  position: absolute;
  background-image: url("../images/main/comment-shape.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: -20px;
  bottom: 25px;
}
@media only screen and (max-width: 480px) {
  .comment .comment-box .comment-text-container:before {
    bottom: auto;
    top: 30px;
  }
}

.block-menu {
  padding: 105px 0;
}
@media only screen and (max-width: 480px) {
  .block-menu {
    padding: 45px 0;
  }
}

.bnr {
  background-image: url("../images/main/bnr-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  min-height: 700px;
  background-color: #000;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .bnr {
    background-position: right 50% bottom 0;
  }
}
@media only screen and (max-width: 768px) {
  .bnr {
    background-image: url("../images/main/bnr-mobile.jpg");
    height: auto;
    background-position: center bottom;
  }
}
@media only screen and (min-width: 1920px) {
  .bnr {
    height: 900px;
    padding-top: 150px;
  }
}
@media only screen and (orientation: portrait) and (max-height: 700px) {
  .bnr {
    max-height: 100%;
    min-height: 100%;
    height: 100vh;
  }
}
@media only screen and (max-width: 480px) {
  .bnr {
    height: auto;
    min-height: auto;
  }
}
.bnr .caption {
  padding-top: 170px;
  padding-right: 50px;
  padding-left: 30px;
  width: 40%;
  text-align: right;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .bnr .caption {
    padding-top: 200px;
  }
}
@media only screen and (orientation: portrait) and (max-height: 700px) {
  .bnr .caption {
    padding-top: 250px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 860px) and (min-width: 768px) {
  .bnr .caption {
    padding-top: 270px;
  }
}
@media only screen and (max-width: 768px) {
  .bnr .caption {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    padding-top: 200px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .bnr .caption {
    width: 60%;
    padding-bottom: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .bnr .caption {
    padding-top: 90px;
    padding-bottom: 180px;
    width: 80%;
  }
}
@media only screen and (max-width: 320px) {
  .bnr .caption {
    padding-top: 115px !important;
    padding-bottom: 135px !important;
  }
}

.block {
  padding: 70px 0;
}
@media only screen and (max-width: 480px) {
  .block {
    padding: 45px 0 !important;
  }
}

.cup-menu {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .cup-menu {
    display: block;
  }
}
.cup-menu .circle-box {
  display: block;
  position: relative;
  margin: 0 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 480px) {
  .cup-menu .circle-box {
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 480px) {
  .cup-menu .circle-box img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .cup-menu .circle-box:hover {
    transform: translate(0, -20px);
  }
  .cup-menu .circle-box:hover .hover {
    visibility: visible;
    opacity: 1;
  }
}
.cup-menu .circle-box .hover {
  position: absolute;
  left: 0;
  right: -10px;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.cup-header {
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  color: #fff;
  padding: 70px 30px 30px 30px;
  min-height: 500px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .cup-header {
    padding: 45px 32px 70px 32px;
    min-height: auto;
  }
}
.cup-header.cup-header3 .cup3-sm-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .cup-header.cup-header3 .cup3-sm-bg {
    display: block;
  }
}
.cup-header.cup-header3 .cup3-header-caption {
  position: relative;
  z-index: 2;
}
.cup-header .container-580 {
  padding-left: 0;
  padding-right: 0;
}
.cup-header .block2-container {
  width: 580px;
  margin: 0 auto;
}
@media only screen and (max-width: 580px) {
  .cup-header .block2-container {
    width: 100%;
  }
}
.cup-header .icon-header {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .cup-header .icon-header img {
    max-width: 70px;
  }
}
.cup-header .title {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .cup-header .title {
    margin-bottom: 20px;
  }
}
.cup-header p {
  text-align: justify;
  font-size: 17px;
  line-height: 32px;
}
@media screen and (max-width: 480px) {
  .cup-header p {
    font-size: 14px;
    line-height: 28px;
  }
}

.slideWidth {
  position: relative;
  width: 0.0001%;
  overflow: hidden;
  transition: width 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.slideWidth.go {
  width: 100%;
}
.slideWidth img {
  max-width: none;
}

.slide-width-js-container {
  position: relative;
}
.slide-width-js-container .slide-width-left-control {
  visibility: hidden;
}
.slide-width-js-container .slide-left-js {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 0.0001%;
  overflow: hidden;
  transition: width 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.slide-width-js-container .slide-left-js.go {
  width: 100%;
}

#cup1 {
  background-color: #f0e9d5;
}

.cup1 {
  background-color: #fff;
}

.block2 {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 180px;
}
@media only screen and (max-width: 480px) {
  .block2 {
    padding-bottom: 60px !important;
  }
}
.block2 .sub-container-60 {
  width: 1080px;
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 1080px) {
  .block2 .sub-container-60 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .block2 .sub-container-60 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .block2 .sub-container-60 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.block2 .row-60 {
  margin-left: -60px;
  margin-right: -60px;
}
@media only screen and (max-width: 1024px) {
  .block2 .row-60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 768px) {
  .block2 .row-60 {
    padding-left: -30px;
    padding-right: -30px;
  }
}
.block2 .row-60:first-of-type {
  margin-bottom: 100px;
}
@media only screen and (max-width: 480px) {
  .block2 .row-60:first-of-type {
    margin-bottom: 20px;
  }
}
.block2 .row-60 [class*=col-] {
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 1024px) {
  .block2 .row-60 [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.block2 .caption p {
  line-height: 32px;
  margin-bottom: 25px;
}
.block2 .caption span {
  font-size: 11px;
  line-height: 17px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .block2 .barista .mobile-half-container {
    padding: 0;
    width: 60%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .block2 .barista .mobile-half-container {
    padding: 0;
    width: 80%;
    margin: 0 auto;
  }
}
.block2 .barista img {
  margin-bottom: 25px;
}
.block2 .barista .barista-title {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
.block2 .barista .barista-title img {
  margin-bottom: 10px;
}
.block2 .barista p {
  font-size: 12px;
  line-height: 22px;
}
.block2 .barista p a {
  display: block;
  text-decoration: underline;
  margin-top: 10px;
}
.block2 .block3-right-content {
  position: relative;
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .block2 .block3-right-content {
    padding-top: 0;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .block2 .block3-right-content {
    margin-top: 0;
  }
}
.block2 .block3-right-content h2 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 480px) {
  .block2 .block3-right-content h2 {
    margin-bottom: 15px;
  }
}
.block2 .block3-right-content .speciality {
  position: static;
  max-width: none;
  width: 150%;
  margin-bottom: -50px;
}
@media only screen and (max-width: 900px) {
  .block2 .block3-right-content .speciality {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .block2 .block3-right-content .speciality {
    width: 130%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 480px) {
  .block2 .block3-right-content .speciality {
    width: 50%;
    position: absolute;
    right: 0;
    top: -70px;
  }
}
@media only screen and (max-width: 480px) {
  .block2 .block3-right-content .speciality {
    margin-bottom: -20px;
    margin-top: 30px;
    width: 125%;
  }
}
@media only screen and (max-width: 350px) {
  .block2 .block3-right-content .speciality {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .block2 .block3-left-content {
    padding-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .block2 .block3-left-content {
    margin-top: 30px;
  }
}
.block2 .block3-left-content h2 {
  margin-bottom: 45px;
}
@media only screen and (max-width: 480px) {
  .block2 .block3-left-content h2 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 960px) {
  .block2 .block3-caption-col {
    width: 100%;
    margin-top: 30px;
  }
}

.block3 {
  background-color: #f0e9d5;
  padding-top: 0;
}
@media only screen and (max-width: 480px) {
  .block3 {
    padding-bottom: 0;
  }
}
.block3.block-relation {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 480px) {
  .block3.block-relation {
    padding-bottom: 70px;
    padding-top: 80px;
  }
}
.block3.block-relation .links {
  margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .block3.block-relation .links {
    margin-bottom: 0;
  }
}
.block3 .movie-box {
  padding: 70px 0 30px 0;
  background-image: url("../images/cup1/movie/movie-left-bg.png"), url("../images/cup1/movie/movie-right-bg.png"), url("../images/main/light-bg.jpg");
  background-size: auto, auto, cover;
  background-position: left 8% bottom 30%, right 8% top 30%, top center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
@media only screen and (max-width: 960px) {
  .block3 .movie-box {
    background-position: left 2% bottom 30%, right 2% top 30%, top center;
  }
}
@media only screen and (max-width: 768px) {
  .block3 .movie-box {
    background-image: url("../images/main/light-bg.jpg");
    background-position: center;
    background-size: cover;
  }
}
@media only screen and (max-width: 480px) {
  .block3 .movie-box {
    margin-bottom: 60px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 50px 0 30px 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.block3 .movie-box .movie-icon {
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 480px) {
  .block3 .movie-box .movie-icon {
    top: -47px;
    width: 200px;
  }
}
.block3 .movie-box .movie-container {
  width: 650px;
  padding: 0 15px;
  margin: 0 auto;
}
@media only screen and (max-width: 650px) {
  .block3 .movie-box .movie-container {
    width: 100%;
  }
}
.block3 .movie-box .movie-container h2 {
  margin-bottom: 40px;
  text-align: center;
}
.block3 .movie-box .movie-container .player {
  margin-bottom: 10px;
  position: relative;
}
.block3 .movie-box .movie-container .player P{
  text-align: right;
  font-size:0.8em;
}
.block3 .movie-box .movie-container .player iframe {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .block3 .movie-box .movie-container .movie-text {
    text-align: center;
  }
}
.block3 .movie-box .movie-container .movie-text h3 {
  font-size: 19px;
  text-align: center;
  line-height: 49px;
  border-bottom: #fff solid 1px;
  font-weight: normal;
  margin-bottom: 15px;
}
.block3 .movie-box .movie-container .movie-text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  .block3 .movie-box .movie-container .movie-text ul {
    display: inline-block;
    text-align: left;
    min-width: 90%;
  }
}
@media only screen and (max-width: 350px) {
  .block3 .movie-box .movie-container .movie-text ul {
    display: block;
    width: 100%;
  }
}
.block3 .movie-box .movie-container .movie-text ul li {
  position: relative;
  padding-left: 20px;
}
.block3 .movie-box .movie-container .movie-text ul li:before {
  content: "●";
  position: absolute;
  left: 0;
}
.block3 .movie-box .movie-container .movie-text ul li .lato {
  font-family: "latoregular";
  font-weight: normal;
}
.block3 .relation {
  background-color: #fff;
  margin-bottom: 235px;
  position: relative;
  text-align: right;
}
@media only screen and (min-width: 740px) and (max-width: 1040px) {
  .block3 .relation {
    margin-left: 90px;
  }
}
@media only screen and (max-width: 960px) {
  .block3 .relation {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .block3 .relation {
    margin-bottom: 160px;
  }
}
.block3 .relation .relation-box {
  padding: 100px 90px 0 225px;
  text-align: left;
}
@media only screen and (max-width: 740px) {
  .block3 .relation .relation-box {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 480px) {
  .block3 .relation .relation-box {
    padding: 0 15px;
  }
}
.block3 .relation .relation-img-side {
  position: absolute;
  top: -30px;
  left: -115px;
  z-index: 1;
}
@media only screen and (max-width: 890px) {
  .block3 .relation .relation-img-side {
    left: -80px;
  }
}
@media only screen and (max-width: 740px) {
  .block3 .relation .relation-img-side {
    position: static;
    text-align: center;
    transform: translate(0, -55px);
  }
}
@media only screen and (max-width: 480px) {
  .block3 .relation .relation-img-side {
    transform: translate(0, -30px);
  }
}
@media only screen and (max-width: 890px) {
  .block3 .relation .relation-img-side img {
    max-width: 80%;
  }
}
@media only screen and (max-width: 740px) {
  .block3 .relation .relation-img-side img {
    max-width: 50%;
  }
}
.block3 .relation .relation-footer-img {
  display: inline-block;
  transform: translate(80px, 75px);
}
@media only screen and (max-width: 960px) {
  .block3 .relation .relation-footer-img {
    transform: translate(0, 75px);
    max-width: 90%;
  }
}
.block3 .relation h3 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 480px) {
  .block3 .relation h3 {
    margin-bottom: 20px;
  }
}
.block3 .point-box {
  background-image: url("../images/cup1/point/point-left-bg.png"), url("../images/cup1/point/point-right-bg.png"), url("../images/main/light-bg.jpg");
  background-size: auto, auto, cover;
  background-position: left 1% top 20%, right 1% bottom 10%, top center;
  background-repeat: no-repeat;
  padding: 45px 15px;
  position: relative;
  margin: 0 0 75px 0;
}
@media only screen and (max-width: 1024px) {
  .block3 .point-box {
    background-size: 100px, 100px, cover;
    background-position: left 1% top 2%, right 1% bottom 2%, top center;
  }
}
@media only screen and (max-width: 768px) {
  .block3 .point-box {
    background-image: url("../images/main/light-bg.jpg");
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  .block3 .point-box {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .block3 .point-box {
    padding: 40px 15px 30px 15px;
    margin: 0 -15px 50px -15px;
  }
}
.block3 .point-box .point-header {
  color: #fff;
  text-align: center;
}
.block3 .point-box .point-header .point-header-icon {
  position: absolute;
  top: -125px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 480px) {
  .block3 .point-box .point-header .point-header-icon {
    top: -70px;
  }
}
@media only screen and (max-width: 320px) {
  .block3 .point-box .point-header .point-header-icon {
    top: -60px;
  }
}
@media only screen and (max-width: 480px) {
  .block3 .point-box .point-header .point-header-icon img {
    width: 200px;
  }
}
.block3 .point-box .point-header h2 {
  margin-bottom: 20px;
}
.block3 .point-box .point-header .caption {
  margin-bottom: 25px;
}
.block3 .point-box .points {
  background-color: #fff;
  padding: 50px 60px;
  font-size: 14px;
  line-height: 27px;
}
@media only screen and (max-width: 768px) {
  .block3 .point-box .points {
    padding: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .block3 .point-box .points {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 480px) {
  .block3 .point-box .points .point-image {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .block3 .point-box .points .point-image img {
    max-width: 50%;
  }
}
.block3 .point-box .points .point-right {
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .block3 .point-box .points .point-right {
    padding-left: 0;
  }
}
.block3 .point-box .points .point-right h2 {
  margin-bottom: 20px;
  margin-top: 5px;
  font-size: 17px;
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "ＭＳ ゴシック", "MS Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, HiraKakuProN-W3, "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
}
.block3 .point-box .points .point-right p {
  text-align: justify;
}
.block3 .point-box .points .row:first-child {
  margin-bottom: 50px;
}

.cup2 {
  background-image: url("../images/cup2/cup2bg.jpg");
  background-attachment: fixed;
  overflow-x: hidden;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .cup2 {
    background-size: 250px;
  }
}
.cup2 .block {
  padding: 0 15px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 480px) {
  .cup2 .block {
    padding: 0 !important;
  }
}
.cup2 .block.cup2bg {
  position: relative;
}
.cup2 .block.cup2bg .bean-left {
  position: absolute;
  top: -120px;
  left: -230px;
  width: 430px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cup2 .block.cup2bg .bean-left {
    top: -600px;
  }
}
@media only screen and (max-width: 1060px) {
  .cup2 .block.cup2bg .bean-left {
    width: 400px;
    top: -180px;
  }
}
@media only screen and (max-width: 580px) {
  .cup2 .block.cup2bg .bean-left {
    width: 300px;
    left: -170px;
    top: -180px;
  }
}
@media only screen and (max-width: 480px) {
  .cup2 .block.cup2bg .bean-left {
    width: 190px;
    left: -120px;
    top: -65px;
  }
}
@media only screen and (max-width: 480px) {
  .cup2 .block.cup2bg .bean-left {
    left: -125px;
  }
}
.cup2 .block.cup2bg .bean-right {
  position: absolute;
  right: 70px;
  top: 50px;
  width: 120px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cup2 .block.cup2bg .bean-right {
    top: -700px;
  }
}
@media only screen and (max-width: 700px) {
  .cup2 .block.cup2bg .bean-right {
    width: 100px;
    right: 15px;
  }
}
@media only screen and (max-width: 580px) {
  .cup2 .block.cup2bg .bean-right {
    width: 60px;
    top: 15px;
    right: 0;
  }
}
.cup2 .block.cup2bg .left-flower {
  width: 390px;
  position: absolute;
  left: -240px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cup2 .block.cup2bg .left-flower {
    top: -500px;
  }
}
@media only screen and (max-width: 900px) {
  .cup2 .block.cup2bg .left-flower {
    top: -120px;
    width: 350px;
  }
}
@media only screen and (max-width: 480px) {
  .cup2 .block.cup2bg .left-flower {
    width: 120px;
    top: -50px;
    left: -50px;
  }
}
@media only screen and (max-width: 374px) {
  .cup2 .block.cup2bg .left-flower {
    width: 100px;
    top: 0;
  }
}
.cup2 .block.cup2bg .flower-right {
  width: 300px;
  position: absolute;
  right: -130px;
  top: 50px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cup2 .block.cup2bg .flower-right {
    top: -600px;
  }
}
@media only screen and (max-width: 1070px) {
  .cup2 .block.cup2bg .flower-right {
    width: 200px;
    right: -80px;
  }
}
@media only screen and (max-width: 790px) {
  .cup2 .block.cup2bg .flower-right {
    top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .cup2 .block.cup2bg .flower-right {
    width: 120px;
    right: -60px;
    top: 10px;
  }
}
@media only screen and (max-width: 374px) {
  .cup2 .block.cup2bg .flower-right {
    width: 100px;
  }
}
.cup2 .cup2bnr-container {
  margin-top: 90px;
}
@media only screen and (max-width: 480px) {
  .cup2 .cup2bnr-container {
    margin-top: 40px;
  }
}
.cup2.last {
  margin-top: 110px;
}
.cup2 .cup2bnr {
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 490px;
}
@media only screen and (max-width: 768px) {
  .cup2 .cup2bnr {
    height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .cup2 .cup2bnr {
    height: 220px;
  }
}
.cup2 .cup2bnr.scene1bnr {
  background-image: url("../images/cup2/scene1/scene1bnr.jpg");
}
.cup2 .cup2bnr.scene2bnr {
  background-image: url("../images/cup2/scene2/scene2bnr.jpg");
}
.cup2 .cup2bnr .bnr-flower {
  position: absolute;
  right: -100px;
  bottom: -90px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .cup2 .cup2bnr .bnr-flower {
    right: -80px;
  }
}
@media only screen and (max-width: 480px) {
  .cup2 .cup2bnr .bnr-flower {
    width: 135px;
    bottom: -90px;
    right: -60px;
  }
}
@media only screen and (max-width: 768px) {
  .cup2 .cup2bnr .bnr-flower img {
    width: 180px;
  }
}
.cup2 .cup2header {
  text-align: center;
  transform: translateY(-40px);
}
@media only screen and (max-width: 768px) {
  .cup2 .cup2header {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 480px) {
  .cup2 .cup2header {
    padding: 0 15px;
    transform: translateY(-25px);
    text-align: left;
  }
}
.cup2 .cup2header .cup2header-icon {
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .cup2 .cup2header .cup2header-icon {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .cup2 .cup2header .cup2header-icon img {
    max-width: 150px;
  }
}
.cup2 .cup2header h2 {
  margin-bottom: 28px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .cup2 .cup2header h2 {
    margin-bottom: 15px;
  }
}
.cup2 .recommend {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/main/dark-bg.jpg");
  color: #fff;
  padding: 0 15px;
  margin-bottom: 100px;
  margin: 0 -15px 100px -15px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .cup2 .recommend {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .cup2 .recommend {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) and (min-width: 480px) {
  .cup2 .recommend .recommend-img {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .cup2 .recommend .recommend-img {
    position: relative;
  }
}
@media only screen and (max-width: 480px) {
  .cup2 .recommend .recommend-img img {
    max-width: 63%;
  }
}
.cup2 .recommend .recommend-content {
  position: relative;
  padding: 30px 0;
}
@media only screen and (max-width: 480px) {
  .cup2 .recommend .recommend-content {
    position: relative;
  }
}
.cup2 .recommend .recommend-content [class*=col-] {
  position: static;
}
.cup2 .recommend .recommend-content h4 {
  font-size: 19px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .cup2 .recommend .recommend-content h4 {
    margin-top: 15px;
  }
}
.cup2 .recommend .recommend-content h5 {
  font-size: 17px;
  margin-bottom: 5px;
}
.cup2 .recommend .recommend-content p {
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 15px;
}
.cup2 .recommend .recommend-content .reccomend-barista {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .cup2 .recommend .recommend-content .reccomend-barista {
    right: 0;
    bottom: -30px;
    max-width: 35%;
  }
}
@media only screen and (max-width: 480px) {
  .cup2 .recommend .recommend-content .reccomend-barista {
    bottom: 0;
    right: 0;
    max-width: none;
    height: 160px;
  }
}
@media only screen and (max-width: 390px) {
  .cup2 .recommend .recommend-content .reccomend-barista {
    height: 130px;
  }
}
@media only screen and (max-width: 370px) {
  .cup2 .recommend .recommend-content .reccomend-barista {
    height: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  .cup2 .recommend .recommend-content .col-recommend-text {
    width: 100%;
    margin-top: 15px;
  }
}
.cup2 .recommend .recommend-content .col-recommend-text > div {
  padding-right: 220px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cup2 .recommend .recommend-content .col-recommend-text > div {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .cup2 .recommend .recommend-content .col-recommend-text > div {
    padding-right: 0;
    position: static;
  }
}
@media only screen and (min-width: 768px) {
  .cup2 .recommend .recommend-content .col-recommend-text > div img {
    max-width: 90%;
  }
}
.cup2 .scene-content {
  position: relative;
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .cup2 .scene-content {
    padding: 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .cup2 .scene-content {
    padding: 0 15px;
  }
}
.cup2 .scene-content.scene1-content {
  position: relative;
}
.cup2 .scene-content.scene1-content p {
  text-align: justify;
}
.cup2 .scene-content.scene1-content .scene1txt {
  padding-left: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .cup2 .scene-content.scene1-content .scene1txt {
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .cup2 .scene-content.scene1-content .scene1txt {
    padding-left: 0;
  }
}
.cup2 .scene-content.scene1-content.scene1-content2 {
  padding-top: 100px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .cup2 .scene-content.scene1-content.scene1-content2 {
    padding-bottom: 50px;
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .cup2 .scene-content.scene1-content.scene1-content2 {
    padding-top: 60px;
    padding-bottom: 25px;
  }
}
.cup2 .scene-content.scene1-content.scene1-content2 .scene1txt2 {
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .cup2 .scene-content.scene1-content.scene1-content2 .scene1txt2 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .cup2 .scene-content.scene1-content.scene1-content2 .scene1txt2 {
    margin-top: 120px;
  }
}
@media screen and (max-width: 480px) {
  .cup2 .scene-content.scene1-content.scene1-content2 .scene1txt2 {
    margin-top: 0;
  }
}
.cup2 .scene-content.scene2-content {
  padding-bottom: 70px;
}
@media screen and (max-width: 480px) {
  .cup2 .scene-content.scene2-content {
    padding-bottom: 50px;
    padding-top: 45px;
  }
}
.cup2 .scene-content.scene2-content h3 {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .cup2 .scene-content.scene2-content h3 {
    margin-top: 0;
  }
}
.cup2 .scene-content h3 {
  margin-bottom: 25px;
}
@media screen and (max-width: 350px) {
  .cup2 .scene-content h3 {
    margin-top: 50px;
  }
}
.cup2 .scene-content h3.spoon-container {
  position: relative;
  display: inline-block;
}
.cup2 .scene-content h3.spoon-container .spoon {
  position: absolute;
  left: 100%;
  bottom: 0;
}
@media screen and (max-width: 940px) {
  .cup2 .scene-content h3.spoon-container .spoon {
    left: 60%;
    bottom: 80%;
  }
}
@media screen and (max-width: 768px) {
  .cup2 .scene-content h3.spoon-container .spoon {
    left: 100%;
    bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .cup2 .scene-content h3.spoon-container .spoon {
    left: 90%;
    bottom: 10%;
  }
}
@media screen and (max-width: 350px) {
  .cup2 .scene-content h3.spoon-container .spoon {
    left: 60%;
    bottom: 80%;
  }
}
.cup2 .scene-content h3.spoon-container .spoon img {
  max-width: none;
}
@media screen and (max-width: 1160px) {
  .cup2 .scene-content h3.spoon-container .spoon img {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .cup2 .scene-content h3.spoon-container .spoon img {
    max-width: none;
  }
}
@media screen and (max-width: 590px) {
  .cup2 .scene-content h3.spoon-container .spoon img {
    max-width: 400px;
  }
}
@media screen and (max-width: 520px) {
  .cup2 .scene-content h3.spoon-container .spoon img {
    max-width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .cup2 .scene-content h3.spoon-container .spoon img {
    max-width: 280px;
  }
}
.cup2 .scene-content h4 {
  margin-bottom: 25px;
  font-size: 19px;
}
@media screen and (max-width: 480px) {
  .cup2 .scene-content h4 {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .cup2 .scene-content .scene1row1 {
    text-align: center;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .cup2 .scene-content .scene1row1 img {
    max-width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .cup2 .scene-content .scene1row1 img {
    max-width: 70%;
  }
}
.cup2 .scene-content .scene1row2 {
  transform: translate(-80px, 0);
  max-width: none;
}
@media screen and (max-width: 1024px) {
  .cup2 .scene-content .scene1row2 {
    transform: translate(0, 0);
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .cup2 .scene-content .scene1row2 {
    max-width: 50%;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    margin-bottom: 0;
    max-width: 70%;
  }
}
.cup2 .scene-content .scene2row1container {
  margin-bottom: 60px;
}
.cup2 .scene-content .scene2row1container .scene1txt {
  padding-right: 50px;
}
@media screen and (max-width: 920px) {
  .cup2 .scene-content .scene2row1container .scene1txt {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .cup2 .scene-content .scene2row1container .scene2row1 {
    text-align: center;
    margin-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .cup2 .scene-content .scene2row1container .scene2row1 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cup2 .scene-content .scene2row1container .scene2row1 img {
    max-width: 80%;
  }
}
.cup2 .scene-content .scene2row2 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .cup2 .scene-content .scene2row2 {
    text-align: center;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .cup2 .scene-content .scene2row2 {
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .cup2 .scene-content .scene2row2 {
    margin-top: 30px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .cup2 .scene-content .scene2row2 img {
    max-width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .cup2 .scene-content .scene2row2 img {
    max-width: 80%;
  }
}
.cup2 .scene-content .scene2row2 .scene2easy {
  position: absolute;
  top: 20px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .cup2 .scene-content .scene2row2 .scene2easy {
    left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .cup2 .scene-content .scene2row2 .scene2easy {
    width: 120px;
  }
}
@media screen and (max-width: 320px) {
  .cup2 .scene-content .scene2row2 .scene2easy {
    width: 100px;
  }
}
.cup2 .scene-content .scene2row2txt {
  padding-left: 50px;
  position: relative;
  z-index: 2;
  margin-top: 80px;
}
@media screen and (max-width: 920px) {
  .cup2 .scene-content .scene2row2txt {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .cup2 .scene-content .scene2row2txt {
    margin-top: 0;
  }
}
.cup2 .scene-content .stick-img {
  position: absolute;
  bottom: 65px;
  right: -90px;
  z-index: 1;
}
@media screen and (max-width: 1145px) {
  .cup2 .scene-content .stick-img {
    bottom: -70px;
  }
}
@media screen and (max-width: 1024px) {
  .cup2 .scene-content .stick-img {
    max-width: 220px;
  }
}
@media screen and (max-width: 850px) {
  .cup2 .scene-content .stick-img {
    bottom: -100px;
  }
}
@media screen and (max-width: 480px) {
  .cup2 .scene-content .stick-img {
    max-width: 150px;
    right: -50px;
    bottom: -30px;
  }
}
.cup2 .links {
  margin: 110px 0 100px 0;
}
@media screen and (max-width: 480px) {
  .cup2 .links {
    margin: 45px 0 60px 0;
  }
}

.cup3 {
  background-color: #fff;
}
.cup3 .spoon {
  padding-top: 110px;
  padding-bottom: 135px;
}
@media only screen and (max-width: 480px) {
  .cup3 .spoon {
    padding-bottom: 40px;
    padding-top: 35px;
  }
}
@media only screen and (min-width: 480px) {
  .cup3 .spoon {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .cup3 .spoon .spoon-cup-image.last {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .cup3 .spoon .spoon-cup-image {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .cup3 .spoon .spoon-cup-image {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .cup3 .spoon .spoon-cup-image img {
    width: 80%;
  }
}
.cup3 .spoon h2 {
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 480px) {
  .cup3 .spoon h2 {
    margin-bottom: 30px;
  }
}
.cup3 .spoon h4 {
  margin-top: 50px;
  margin-bottom: 20px;
}
.cup3 .spoon h3 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 350px) {
  .cup3 .spoon h3.title-xs img {
    display: none;
  }
}
.cup3 .spoon h3.title-xs img.xs-title-img {
  display: none;
}
@media only screen and (max-width: 350px) {
  .cup3 .spoon h3.title-xs img.xs-title-img {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .cup3 .spoon h4, .cup3 .spoon h3 {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.cup3 .spoon p {
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .cup3 .spoon p {
    margin-top: 20px;
  }
}
.cup3 .spoon .row {
  margin-bottom: 50px;
}
.cup3 .spoon .row:last-of-type {
  margin-bottom: 0;
}
.cup3 .spoon .row.row-flex {
  align-items: center;
}
.cup3 .spoon .right-spoon {
  float: right;
}
.cup3 .spoon .spoon-right-text {
  padding-left: 30px;
}
@media only screen and (max-width: 480px) {
  .cup3 .spoon .spoon-right-text {
    padding-left: 0;
  }
}
.cup3 .spoon .spoon-left-text {
  padding-right: 30px;
}
@media only screen and (max-width: 480px) {
  .cup3 .spoon .spoon-left-text {
    padding-right: 0;
  }
}
.cup3 .brand-site {
  text-align: center;
  margin-bottom: 180px;
}
@media only screen and (max-width: 768px) {
  .cup3 .brand-site {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .cup3 .brand-site {
    margin-bottom: 70px;
  }
}
.cup3 .brand-site h5 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .cup3 .brand-site h5 {
    margin-bottom: 8px;
  }
}
.cup3 .brand-site h4 {
  margin-bottom: 20px;
}
.cup3 .product {
  background-color: #fffec7;
  padding: 50px 0 100px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cup3 .product {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .cup3 .product {
    padding: 50px 0;
  }
}
.cup3 .product h4 {
  margin-bottom: 25px;
}
.cup3 .product h3 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 480px) {
  .cup3 .product h3 {
    margin-bottom: 15px;
  }
}
.cup3 .product p {
  margin-bottom: 45px;
}
@media only screen and (max-width: 480px) {
  .cup3 .product p {
    margin-bottom: 30px;
  }
}
.cup3 .product .products {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.cup3 .product .products div {
  margin: 0 10px;
}
@media only screen and (max-width: 480px) {
  .cup3 .product .products div {
    margin: 0 5px;
  }
}
.cup3 .product .products div .product5 {
  transform: translate(0, 10px);
}

/*# sourceMappingURL=style.css.map */
