@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Halant&family=M+PLUS+Rounded+1c:wght@100;300;400;500&display=swap');


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
common 2022.02.02
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
* {
  box-sizing: border-box;
}


#suntoryCommonWrapper {
  animation: pagenation 1s forwards;
}

@keyframes pagenation {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

html,
body {
  position: relative;
  width: 100%;
  margin: 0;
  font-family: 'Shippori Mincho B1', serif;
}

picture {
  display: block;
  line-height: 0;
}

@media screen and (max-width: 767px) {

  html,
  body {
    position: relative;
    width: 100%;
    min-width: 375px;
    min-height: 100vh;
  }
}

.wrapper {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

main {
  position: relative;
  min-width: 1080px;
  min-height: 100vh;
}
@media screen and (max-width: 1080px) {
  main {
    position: relative;
    min-width: 100%;
    min-height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  main {
    min-width: 375px;
    overflow: hidden;
  }
}

.fallback-image {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

a {
  text-decoration: none;
  overflow: hidden;
}

img {
  border: none;
  vertical-align: middle;
  /* image-rendering: -webkit-optimize-contrast; */
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
}

hr {
  display: none;
  clear: both;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl {
  margin: 0;
  padding: 0;
}

dt {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
  font-feature-settings: "palt" 1;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

* {
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}



.content {
  position: relative;
  max-width: 1000px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content {
    width: 90%;
    margin: 0 auto;
  }
}


@media screen and (min-width: 768px) {
  .pc--blank {
    display: block;
  }
  .sp--only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp--blank {
    display: block;
  }
  .pc--only {
    display: none !important;
  }
}

.bg-a {
  background-image: url(../images/bg-01.png);
  background-size: 40%;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .bg-a {
    background-size: 95%;
  }
}

.bg-b {
  background-image: url(../images/bg-02.png);
  background-size: 40%;
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .bg-b {
    background-size: 70%;
  }
}

.bg-c {
  background-image: url(../images/bg-03.png);
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
}


.wk__fadeanime-a_set {
  opacity: 0;
  transform: translate(-70px, -70px);
  transition: all 1s ease-in-out;
  transition-delay: 0.2s;
}

.wk__fadeanime-a_reset {
  opacity: 1;
  transform: translate(0, 0);
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
#mv
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#mv img {
  width: 100%;
  object-fit: contain;
}


.mv__wrap {
  position: relative;
}

.mv__note {
  position: absolute;
  top: 5%;
  left: 10%;
  width: 28%;
}
@media screen and (max-width: 768px) {
  .mv__note {
    position: absolute;
    top: 5%;
    left: 18%;
    width: 40%;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
COMMON
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.ttl {
  margin: 0 auto 40px;
  padding-top: 60px;
  text-align: center;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .ttl {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .ttl {
    width: 100%;
  }
}

.txt__wrap {
  width: 80%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .txt__wrap {
    width: 100%;
    margin: 0 auto 40px;
  }
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
#about
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#about {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #about {
    padding-bottom: 80px;
  }
}

.about__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about__wrap {
    display: flex;
    flex-direction: column;
  }
}

.about__main-img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .about__main-img {
    width: 90%;
    margin: 0 auto 40px;
  }
}

.about__note-img {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .about__note-img {
    width: 100%;
  }
}

.about__note-img img {
  box-shadow: 11px 11px 15px rgba(86, 86, 86, 0.4);
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
#enjoy
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#enjoy {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #enjoy {
    padding-bottom: 80px;
  }
}

.enjoy__var-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .enjoy__var-wrap {
    flex-wrap: wrap;
    gap: 12px 12px;
  }
}

.enjoy__var-img {
  width: 24%;
}
@media screen and (max-width: 768px) {
  .enjoy__var-img {
    width: calc(50% - 6px);
  }
}

.enjoy__var-img img {
  box-shadow: 8px 8px 10px rgba(86, 86, 86, 0.4);
}

.enjoy__note img,
.enjoy__note source {
  box-shadow: 8px 8px 10px rgba(86, 86, 86, 0.4);
}

.enjoy__note-txt {
  text-align: right;
  margin-top: 40px;
  color: #43403f;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
#footer
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#footer {
  padding-top: 80px;
}

.footer__bnr {
  max-width: 800px;
  margin: 0 auto 80px;
}

.footer__bnr img,
.footer__bnr source {
  box-shadow: 8px 8px 10px rgba(86, 86, 86, 0.4);
}

.footer__bg-img img {
  vertical-align:bottom;
  width: 100%;
}


/*# sourceMappingURL=common.css.map */