@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section, main, canvas {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

select, option, button {
  font-family: inherit;
  font-size: inherit;
}

input.styleReset, button.styleReset, textarea.styleReset, select.styleReset {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

/* pcsp
----------------------*/
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}
/* function
----------------------*/
/* mixin
----------------------*/
/* common
----------------------*/
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  margin: auto;
}
body.active {
  overflow: hidden;
}

#suntoryCommonHeader::after {
  display: none !important;
  position: relative;
}

#suntory_contents {
  width: 100%;
  min-width: 960px;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 768px) {
  #suntory_contents {
    min-width: 100%;
    overflow-x: clip;
  }
}
.top-content::after {
  content: "";
  display: block;
  background-color: #000;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-content::after {
    width: 2.8645833333vw;
    height: 0.1041666667vw;
    margin-top: 3.4375vw;
  }
}
@media screen and (max-width: 767px) {
  .top-content::after {
    width: 6.6666666667vw;
    height: 0.2666666667vw;
    margin-top: 6.4vw;
  }
}

@media screen and (min-width: 768px) {
  .header-anchor {
    width: 100vw;
    min-width: 960px;
    position: sticky;
    z-index: 99;
    top: 0;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .header-anchor {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-anchor.active {
    display: block;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    background-color: rgba(196, 131, 22, 0.95);
    z-index: 10;
  }
}

@media screen and (min-width: 768px) {
  .header-anchor-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.875vw 0 1.40625vw;
  }
}
@media screen and (max-width: 767px) {
  .header-anchor-list {
    width: 32.1333333333vw;
    margin: 0 auto;
    margin-top: 43.7333333333vw;
  }
}

.header-anchor-list__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .header-anchor-list__item {
    padding: 0 4.1666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .header-anchor-list__item::after {
    content: "";
    display: block;
    width: 1px;
    height: 1.0416666667vw;
    background-color: #CB020A;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.header-anchor-list__item a {
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .header-anchor-list__item a {
    padding: 0px 0.0520833333vw 0.3645833333vw 0.0520833333vw;
    border-bottom: solid 2px #fff;
  }
}
@media screen and (max-width: 767px) {
  .header-anchor-list__item a {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .header-anchor-list__item a:hover {
    border-bottom: solid 2px #CB020A;
  }
}
.header-anchor-list__item--01 {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .header-anchor-list__item--01 {
    padding-bottom: 7.7333333333vw;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .header-anchor-list__item--01 a {
    width: 31.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .header-anchor-list__item--01 a img {
    width: 4.9479166667vw;
  }
}
@media screen and (max-width: 767px) {
  .header-anchor-list__item--01 a img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header-anchor-list__item--02 {
    padding: 8vw 0;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .header-anchor-list__item--02 a {
    width: 14.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .header-anchor-list__item--02 a img {
    width: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .header-anchor-list__item--02 a img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header-anchor-list__item--03 {
    padding: 8vw 0;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .header-anchor-list__item--03 a {
    width: 31.2vw;
  }
}
@media screen and (min-width: 768px) {
  .header-anchor-list__item--03 a img {
    width: 4.84375vw;
  }
}
@media screen and (max-width: 767px) {
  .header-anchor-list__item--03 a img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header-anchor-list__item--04 {
    padding: 8vw 0;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .header-anchor-list__item--04 a {
    width: 28.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .header-anchor-list__item--04 a img {
    width: 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .header-anchor-list__item--04 a img {
    width: 100%;
  }
}
.header-anchor-list__item--05 {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .header-anchor-list__item--05 {
    padding-top: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .header-anchor-list__item--05 a {
    width: 30.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .header-anchor-list__item--05 a img {
    width: 4.6354166667vw;
  }
}
@media screen and (max-width: 767px) {
  .header-anchor-list__item--05 a img {
    width: 100%;
  }
}
.header-anchor-list__item--05::after {
  display: none;
}

/* kv
----------------------*/
@media screen and (min-width: 768px) {
  .kv {
    width: 100vw;
    min-width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .kv {
    width: 100%;
    margin-top: -16.8vw;
  }
}
.kv img {
  width: 100%;
}
.kv .kv-pagination {
  width: 100%;
  background: #911B12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .kv .kv-pagination {
    height: 3.75vw;
    margin-top: -0.15625vw;
  }
}
@media screen and (max-width: 767px) {
  .kv .kv-pagination {
    height: 10.4vw;
    margin-top: -0.8vw;
  }
}
.kv .kv-pagination_bullet {
  background-color: #DFBC88;
  display: block;
  border-radius: 200px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .kv .kv-pagination_bullet {
    width: 0.7291666667vw;
    height: 0.7291666667vw;
  }
}
@media screen and (max-width: 767px) {
  .kv .kv-pagination_bullet {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .kv .kv-pagination_bullet + .kv-pagination_bullet {
    margin-left: 1.4583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .kv .kv-pagination_bullet + .kv-pagination_bullet {
    margin-left: 5.8666666667vw;
  }
}
.kv .kv-pagination_bullet.is-active {
  background-color: #F2E2C5;
}

@media screen and (min-width: 768px) {
  .topics {
    padding: 6.25vw 0;
    width: 100vw;
    min-width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .topics {
    padding: 13.3333333333vw 0;
  }
}
.topics-top {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .topics-top {
    width: 14.5833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .topics-top {
    width: 34.4vw;
  }
}

@media screen and (min-width: 768px) {
  .topics__title {
    margin: 0 auto;
    width: 14.375vw;
  }
}
@media screen and (max-width: 767px) {
  .topics__title {
    margin: 0 auto;
    width: 33.8666666667vw;
  }
}
.topics__title img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .topics__subtitle {
    margin: 1.40625vw auto 0;
    width: 6.9791666667vw;
  }
}
@media screen and (max-width: 767px) {
  .topics__subtitle {
    width: 20.2666666667vw;
    margin: 10px auto 0;
  }
}
.topics__subtitle img {
  width: 100%;
}

.topics-banner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .topics-banner {
    width: 72.9166666667vw;
    margin-top: 1.1458333333vw;
  }
}
@media screen and (max-width: 767px) {
  .topics-banner {
    width: 93.3333333333vw;
    margin-top: 13.6vw;
  }
}
.topics-banner__item img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .topics-banner__item + .topics-banner__item {
    margin-top: 4.3229166667vw;
  }
}
@media screen and (max-width: 767px) {
  .topics-banner__item + .topics-banner__item {
    margin-top: 10.6666666667vw;
  }
}

.about {
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .about {
    background-image: url(/wine/original/mutenkasp/img/about_bg_pc.jpg);
    width: 100vw;
    min-width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .about {
    background-image: url(/wine/original/mutenkasp/img/about_bg_sp.jpg);
  }
}

@media screen and (min-width: 768px) {
  .about-container {
    width: 49.4791666667vw;
    padding: 6.25vw 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .about-container {
    padding: 13.6vw 0 13.0666666667vw;
  }
}
.about-container img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .about-top::after {
    margin-top: 5.6vw;
  }
}

.about__title {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about__title {
    width: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .about__title {
    width: 15.7333333333vw;
  }
}

.about__subtitle {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about__subtitle {
    width: 6.9270833333vw;
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .about__subtitle {
    width: 20.2666666667vw;
    margin-top: 3.7333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .about-bottom {
    margin-top: 10px;
  }
}

.about__statement {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about__statement--01 {
    width: 73.4895833333vw;
    margin-top: 9.6875vw;
    margin-left: -12.0052083333vw;
  }
}
@media screen and (max-width: 767px) {
  .about__statement--01 {
    width: 89.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .about__statement--02 {
    width: 45.6770833333vw;
    margin-top: 5.2083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .about__statement--02 {
    width: 85.8666666667vw;
    margin-top: 9.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .about__statement--03 {
    width: 49.1666666667vw;
    margin-top: 5.2083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .about__statement--03 {
    width: 92.5333333333vw;
    margin-top: 9.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .about__statement--04 {
    width: 48.125vw;
    margin-top: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .about__statement--04 {
    width: 90.4vw;
    margin-top: 11.7333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .about__annotation {
    width: 48.5708333333vw;
    margin-top: 5.2083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .about__annotation {
    width: 90.8266666667vw;
    margin: 0 auto;
    margin-top: 11.7333333333vw;
  }
}

.lineup {
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .lineup {
    background-image: url(/wine/original/mutenkasp/img/lineup_bg_pc.png);
    width: 100vw;
    min-width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .lineup {
    background-image: url(/wine/original/mutenkasp/img/lineup_bg_sp.png);
  }
}
.lineup img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .lineup-container {
    padding: 6.25vw 0 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup-container {
    padding: 10.6666666667vw 0 15.7333333333vw;
  }
}

.lineup-top {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lineup-top {
    width: 14.5833333333vw;
  }
}

.lineup__title {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lineup__title {
    width: 14.2708333333vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup__title {
    width: 33.6vw;
  }
}

.lineup__subtitle {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lineup__subtitle {
    width: 10.625vw;
    margin-top: 1.4583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup__subtitle {
    width: 31.2vw;
    margin-top: 3.2vw;
  }
}

@media screen and (min-width: 768px) {
  .lineup-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5.2083333333vw;
       -moz-column-gap: 5.2083333333vw;
            column-gap: 5.2083333333vw;
    width: 70.3125vw;
    margin: 3.6458333333vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .lineup-content {
    margin: 10.1333333333vw auto 0;
    width: 88vw;
  }
}
.lineup-content img {
  width: 100%;
}
.lineup-content__title {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lineup-content__title {
    width: 29.84375vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup-content__title {
    width: 84.8vw;
  }
}
.lineup-content__img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lineup-content__img {
    width: 30.78125vw;
    margin-top: 1.1458333333vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup-content__img {
    width: 78.1333333333vw;
    margin-top: 15.4666666667vw;
  }
}
.lineup-content__label {
  background-size: cover;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .lineup-content__label {
    width: 16.09375vw;
    height: 2.5520833333vw;
    font-size: 1.5625vw;
    margin-top: 1.875vw;
    background-image: url(/wine/original/mutenkasp/img/lineup_label_pc.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 767px) {
  .lineup-content__label {
    font-size: 4.5333333333vw;
    width: 53.3333333333vw;
    height: 8.5333333333vw;
    margin-top: 1.3333333333vw;
    background-image: url(/wine/original/mutenkasp/img/lineup_label_sp.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}
.lineup-content__txt {
  color: #000000;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lineup-content__txt {
    font-size: 1.5625vw;
    text-align: center;
    margin-top: 1.9791666667vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup-content__txt {
    font-size: 5.3333333333vw;
    margin-top: 6.9333333333vw;
  }
}
.lineup-content__description {
  color: #000000;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lineup-content__description {
    font-size: 1.8229166667vw;
    line-height: 1.5714285714;
    text-align: center;
    margin-top: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup-content__description {
    font-size: 5.3333333333vw;
    margin-top: 3.7333333333vw;
    line-height: 1.5;
  }
}

.lineup-content-left {
  position: relative;
}
@media screen and (min-width: 768px) {
  .lineup-content-left {
    width: 32.5520833333vw;
    padding-bottom: 6.25vw;
  }
}
@media screen and (min-width: 768px) {
  .lineup-content-left .lineup-content__label img {
    width: 12.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup-content-left .lineup-content__label img {
    width: 39.2vw;
  }
}

.lineup-content-right {
  position: relative;
}
@media screen and (min-width: 768px) {
  .lineup-content-right {
    width: 32.5520833333vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup-content-right {
    margin-top: 10.4vw;
  }
}
@media screen and (min-width: 768px) {
  .lineup-content-right .lineup-content__img {
    width: 30.0520833333vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup-content-right .lineup-content__img {
    width: 78.5333333333vw;
    margin-top: 5.6vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup-content-right .lineup-content__label {
    margin-top: -1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .lineup-content-right .lineup-content__label img {
    width: 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup-content-right .lineup-content__label img {
    width: 39.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup-content-right .lineup-content__txt {
    margin-top: 6.9333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .lineup-content__button {
    position: absolute;
    bottom: 0;
    left: 3.3333333333vw;
    width: 26.0416666667vw;
    height: 4.4270833333vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup-content__button {
    width: 100%;
    height: 14.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .lineup-content__button .ec-imp-target {
    width: 26.0416666667vw;
    height: 4.4270833333vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup-content__button .ec-imp-target {
    width: 100%;
    height: 14.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .lineup-content__button a {
    display: block;
    width: 26.0416666667vw;
    height: 4.4270833333vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup-content__button a {
    width: 100%;
    height: 14.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .lineup-content__button img {
    width: 26.0416666667vw;
    height: 4.4270833333vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup-content__button img {
    width: 100%;
    height: 14.6666666667vw;
  }
}

.lineup__annotation {
  color: #000;
}
@media screen and (min-width: 768px) {
  .lineup__annotation {
    font-size: 1.25vw;
    text-align: right;
    width: 65.1041666667vw;
    margin: 0 auto;
    margin-top: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup__annotation {
    width: 88vw;
    font-size: 3.2vw;
    margin: 5.8666666667vw auto 0;
    text-align: right;
  }
}

.lineup__shop {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .lineup__shop {
    width: 26.0416666667vw;
    margin-top: 5.2083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup__shop {
    width: 87.7333333333vw;
    margin-top: 10.6666666667vw;
  }
}

.rose {
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .rose {
    background-image: url(/wine/original/mutenkasp/img/rose_bg_pc.png);
    width: 100vw;
    min-width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .rose {
    background-image: url(/wine/original/mutenkasp/img/rose_bg_sp.png);
  }
}

@media screen and (min-width: 768px) {
  .rose-container {
    padding: 1.3020833333vw 0 4.4270833333vw;
  }
}
@media screen and (max-width: 767px) {
  .rose-container {
    padding: 5.6vw 0 10.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .rose-content {
    width: 79.1666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin: 0 auto;
  }
}
.rose-content img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .rose-content-left {
    width: 37.4479166667vw;
    position: relative;
    z-index: -1;
    margin-top: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  .rose-content-left {
    margin-left: 9.6vw;
    width: 86.4vw;
  }
}

.rose-content-right {
  border: solid 1px #D89331;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .rose-content-right {
    width: 39.5833333333vw;
    padding: 0.5208333333vw;
    margin-top: 7.7083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .rose-content-right {
    width: 88vw;
    margin: 0 auto;
    margin-top: 9.3333333333vw;
    padding: 2.6666666667vw;
  }
}

.rose-content-right-inner {
  border: solid 1px #D89331;
}
@media screen and (min-width: 768px) {
  .rose-content-right-inner {
    padding: 2.0833333333vw 0 1.5104166667vw;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .rose-content-right-inner {
    padding: 4.8vw 0 5.6vw;
  }
}

.rose-content__txt {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .rose-content__txt {
    width: 33.9583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .rose-content__txt {
    width: 60vw;
  }
}

.rose-content__date {
  color: #BF3F24;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .rose-content__date {
    font-size: 2.34375vw;
    margin-top: 1.1979166667vw;
    letter-spacing: 0.085em;
  }
}
@media screen and (max-width: 767px) {
  .rose-content__date {
    letter-spacing: 0.08em;
    font-size: 5.3333333333vw;
    margin-top: 3.7333333333vw;
  }
}

.rose-content__name {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .rose-content__name {
    width: 32.1875vw;
    margin-top: 2.2916666667vw;
  }
}
@media screen and (max-width: 767px) {
  .rose-content__name {
    width: 75.4666666667vw;
  }
}
.rose-content__name {
  margin-top: 5.8666666667vw;
}

.rose-content__description {
  color: #000000;
}
@media screen and (min-width: 768px) {
  .rose-content__description {
    font-size: 1.8229166667vw;
    line-height: 1.5714285714;
    text-align: center;
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .rose-content__description {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    margin-top: 5.0666666667vw;
    margin-left: 1.8666666667vw;
  }
}

.rose-content__button {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .rose-content__button {
    width: 26.0416666667vw;
    height: 4.4270833333vw;
    margin-top: 1.9270833333vw;
    position: absolute;
    bottom: 4.5833333333vw;
    left: 6.25vw;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .rose-content__button {
    width: 76vw;
    height: 14.6666666667vw;
    margin-top: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .rose-content__button .ec-imp-target {
    width: 26.0416666667vw;
    height: 4.4270833333vw;
  }
}
@media screen and (max-width: 767px) {
  .rose-content__button .ec-imp-target {
    width: 76vw;
    height: 14.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .rose-content__button a {
    width: 26.0416666667vw;
    height: 4.4270833333vw;
  }
}
@media screen and (max-width: 767px) {
  .rose-content__button a {
    width: 76vw;
    height: 14.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .rose-content__button img {
    width: 26.0416666667vw;
    height: 4.4270833333vw;
  }
}
@media screen and (max-width: 767px) {
  .rose-content__button img {
    width: 76vw;
    height: 14.6666666667vw;
  }
}

.rose-content__annotation {
  color: #000;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .rose-content__annotation {
    font-size: 1.0416666667vw;
    margin-top: 7.0833333333vw;
    margin-right: 2.03125vw;
  }
}
@media screen and (max-width: 767px) {
  .rose-content__annotation {
    font-size: 4vw;
    margin-top: 6.1333333333vw;
    margin-right: 2.9333333333vw;
  }
}

.point {
  position: relative;
  z-index: 2;
  margin-top: -100vh;
}
@media screen and (min-width: 768px) {
  .point {
    width: 100vw;
    min-width: 960px;
  }
}
.point img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .point-container {
    padding: 6.40625vw 0 6.0416666667vw;
    width: 71.25vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .point-container {
    padding: 11.2vw 0 14.4vw;
  }
}

.point__title {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .point__title {
    width: 13.0729166667vw;
  }
}
@media screen and (max-width: 767px) {
  .point__title {
    width: 30.9333333333vw;
  }
}

.point__subtitle {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .point__subtitle {
    width: 5.9895833333vw;
    margin-top: 1.40625vw;
  }
}
@media screen and (max-width: 767px) {
  .point__subtitle {
    width: 17.6vw;
    margin-top: 3.4666666667vw;
  }
}

.point__txt {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .point__txt {
    width: 45.1041666667vw;
    margin-top: 6.1458333333vw;
  }
}
@media screen and (max-width: 767px) {
  .point__txt {
    width: 88vw;
    margin-top: 12.5333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .point-content {
    margin-top: 10.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .point-content {
    width: 84.8vw;
    margin-top: 24.2666666667vw;
    margin-left: 6.1333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .point-content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
}

.point-content-frame01 {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .point-content-frame01 {
    width: 34.5833333333vw;
    padding: 0.5208333333vw;
  }
}
@media screen and (max-width: 767px) {
  .point-content-frame01 {
    width: 87.7333333333vw;
    padding: 1.3866666667vw;
  }
}
@media screen and (max-width: 767px) {
  .point-content-frame01 + .point-content-frame01 {
    margin-top: 22.9333333333vw;
  }
}

.point-content-frame02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .point-content-frame02 {
    width: 71.25vw;
  }
}
@media screen and (max-width: 767px) {
  .point-content-frame02 {
    width: 87.7333333333vw;
  }
}

.point-content-block01 {
  border: solid 1px #D89331;
}
@media screen and (min-width: 768px) {
  .point-content-block01 {
    width: 33.4375vw;
  }
}
@media screen and (min-width: 768px) {
  .point-content-block01 .point-content__img {
    width: 20.6770833333vw;
    margin: -6.09375vw auto 0;
    margin-left: 5.7291666667vw;
  }
}
@media screen and (max-width: 767px) {
  .point-content-block01 .point-content__img {
    width: 38.4vw;
    margin: -18.4vw auto 0;
  }
}
@media screen and (min-width: 768px) {
  .point-content-block01 .point-content-inner {
    margin-top: 1.3020833333vw;
    padding-bottom: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .point-content-block01 .point-content-inner {
    margin-top: 2.1333333333vw;
    padding-bottom: 1.8666666667vw;
  }
}
.point-content-block01 .point-content__txt01 {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .point-content-block01 .point-content__txt01 {
    width: 23.4713541667vw;
    margin-left: 5.515625vw;
  }
}
@media screen and (max-width: 767px) {
  .point-content-block01 .point-content__txt01 {
    width: 60.6373333333vw;
    margin-left: 12vw;
  }
}
.point-content-block01 .point-content__border {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .point-content-block01 .point-content__border {
    width: 29.8958333333vw;
    height: 2px;
    margin-top: 2.5520833333vw;
    margin-bottom: 2.6041666667vw;
    margin-left: 1.7708333333vw;
  }
}
@media screen and (max-width: 767px) {
  .point-content-block01 .point-content__border {
    width: 74.6666666667vw;
    height: 1px;
    margin: 5.3333333333vw auto;
  }
}
@media screen and (min-width: 768px) {
  .point-content-block01 .point-content__txt02 {
    width: 27.6260416667vw;
    margin: 0 auto;
    margin-left: 4.0625vw;
  }
}
@media screen and (max-width: 767px) {
  .point-content-block01 .point-content__txt02 {
    width: 66.7173333333vw;
    margin: 0 auto;
    margin-left: 12.8vw;
  }
}

.point-content-block02 {
  border: solid 1px #D89331;
}
@media screen and (min-width: 768px) {
  .point-content-block02 {
    width: 33.4375vw;
  }
}
@media screen and (min-width: 768px) {
  .point-content-block02 .point-content__img {
    width: 15.625vw;
    margin: 0 auto;
    margin-top: -6.4583333333vw;
    margin-left: 9.375vw;
  }
}
@media screen and (max-width: 767px) {
  .point-content-block02 .point-content__img {
    width: 28.5333333333vw;
    margin: 0 auto;
    margin-top: -19.2vw;
  }
}
@media screen and (min-width: 768px) {
  .point-content-block02 .point-content-inner {
    margin-top: 2.65625vw;
    padding-bottom: 2.1875vw;
  }
}
@media screen and (max-width: 767px) {
  .point-content-block02 .point-content-inner {
    margin-top: 5.0666666667vw;
    padding-bottom: 4.8vw;
  }
}
.point-content-block02 .point-content__txt01 {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .point-content-block02 .point-content__txt01 {
    width: 28.3854166667vw;
  }
}
@media screen and (max-width: 767px) {
  .point-content-block02 .point-content__txt01 {
    width: 73.3333333333vw;
  }
}
.point-content-block02 .point-content__border {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .point-content-block02 .point-content__border {
    width: 29.8958333333vw;
    height: 2px;
    margin-top: 2.65625vw;
    margin-bottom: 2.6041666667vw;
    margin-left: 1.7708333333vw;
  }
}
@media screen and (max-width: 767px) {
  .point-content-block02 .point-content__border {
    width: 74.6666666667vw;
    height: 1px;
    margin: 5.3333333333vw auto;
  }
}
@media screen and (min-width: 768px) {
  .point-content-block02 .point-content__txt02 {
    width: 26.3020833333vw;
    margin: 0 auto;
    margin-left: 2.9166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .point-content-block02 .point-content__txt02 {
    width: 63.8784vw;
    margin: 0 auto;
    margin-left: 8.2666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .point-content-bottom {
    margin-top: 3.8020833333vw;
  }
}
@media screen and (max-width: 767px) {
  .point-content-bottom {
    margin-top: 6.9333333333vw;
  }
}
.point-content-bottom__txt {
  color: #000;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .point-content-bottom__txt {
    font-size: 2.34375vw;
    line-height: 1.6888888889;
  }
}
@media screen and (max-width: 767px) {
  .point-content-bottom__txt {
    font-size: 5.3333333333vw;
    line-height: 1.85;
  }
}
.point-content-bottom__txt span {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #C78E2D;
}
@media screen and (min-width: 768px) {
  .point-content-bottom__txt span {
    text-underline-offset: 0.6770833333vw;
  }
}
@media screen and (max-width: 767px) {
  .point-content-bottom__txt span {
    text-underline-offset: 1.6vw;
  }
}
.point-content-bottom__txt sup {
  vertical-align: super;
}
@media screen and (min-width: 768px) {
  .point-content-bottom__txt sup {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .point-content-bottom__txt sup {
    font-size: 2.1333333333vw;
  }
}

.point-content-bottom__annotation {
  font-weight: bold;
  text-align: right;
  color: #000000;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .point-content-bottom__annotation {
    font-size: 1.25vw;
    margin-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .point-content-bottom__annotation {
    font-size: 4.2666666667vw;
    letter-spacing: 0.02em;
    margin-top: 8vw;
  }
}

.brand {
  position: relative;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .brand {
    background-image: url(/wine/original/mutenkasp/img/brand_bg_pc.png);
    width: 100vw;
    min-width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .brand {
    background-image: url(/wine/original/mutenkasp/img/brand_bg_sp.png);
  }
}
.brand img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .brand-container {
    padding-top: 6.3541666667vw;
    padding-bottom: 5.3645833333vw;
  }
}
@media screen and (max-width: 767px) {
  .brand-container {
    padding-top: 11.4666666667vw;
    padding-bottom: 8vw;
    width: 87.7333333333vw;
    margin: 0 auto;
  }
}

.brand__title {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .brand__title {
    width: 13.8020833333vw;
  }
}
@media screen and (max-width: 767px) {
  .brand__title {
    width: 32.5333333333vw;
  }
}

.brand__subtitle {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .brand__subtitle {
    width: 7.2916666667vw;
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .brand__subtitle {
    width: 21.3333333333vw;
    margin-top: 3.4666666667vw;
  }
}

.brand-content {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .brand-content {
    width: 71.25vw;
    margin-top: 2.7604166667vw;
  }
}
@media screen and (max-width: 767px) {
  .brand-content {
    margin-top: 7.7333333333vw;
  }
}

.brand-content__img01 {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .brand-content__img01 {
    width: 26.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .brand-content__img01 {
    width: 41.3333333333vw;
  }
}

.brand-content__txt01 {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .brand-content__txt01 {
    width: 50vw;
    margin-top: 1.6145833333vw;
  }
}
@media screen and (max-width: 767px) {
  .brand-content__txt01 {
    width: 75.4666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.brand-content__txt02 {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .brand-content__txt02 {
    width: 52.1354166667vw;
    margin-top: 5.2604166667vw;
  }
}
@media screen and (max-width: 767px) {
  .brand-content__txt02 {
    width: 87.7333333333vw;
    margin-top: 11.2vw;
  }
}

@media screen and (min-width: 768px) {
  .brand-content__txt03 {
    margin: 0 auto;
    width: 40.3125vw;
    margin-top: 4.2708333333vw;
  }
}
@media screen and (max-width: 767px) {
  .brand-content__txt03 {
    width: 82.4vw;
    margin-top: 14.9333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .brand-content-list {
    margin-top: 5.2083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .brand-content-list {
    margin-top: 10.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .brand-content-list__item {
    width: 48.8020833333vw;
  }
}
@media screen and (max-width: 767px) {
  .brand-content-list__item {
    width: 86.9333333333vw;
  }
}

.brand-content__img02 {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .brand-content__img02 {
    margin-top: 4.1666666667vw;
    width: 70.4166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .brand-content__img02 {
    width: 96.2666666667vw;
    margin-left: -4.2666666667vw;
    margin-top: 12.8vw;
  }
}

.bg {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bg {
    width: 100%;
  }
}
.bg img {
  width: 100%;
}

.bg__item01 {
  position: sticky;
  z-index: 1;
  top: 0;
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .bg__item01 {
    width: 100vw;
    min-width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .bg__item01 {
    width: 100%;
  }
}
.bg__item01 img {
  height: 100%;
}

.bg__item02 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .bg__item02 {
    width: 100vw;
    min-width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .bg__item02 {
    width: 100%;
  }
}

.block04 {
  background: url(/wine/original/mutenkasp/img/block04_bg.jpg) no-repeat top left;
  background-size: 100% 100%;
  padding: 5.2083333333vw 0;
}
@media screen and (min-width: 768px) {
  .block04 {
    width: 100vw;
    min-width: 960px;
  }
}
.block04 .block04_bnr {
  width: 78.125vw;
  max-width: 1500px;
  min-width: 750px;
  margin: auto;
}
.block04 .block04_bnr img {
  width: 100%;
}
.block04 a {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.block04 a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1920px) {
  .block04 {
    padding: 100px 0;
  }
}
@media screen and (max-width: 960px) {
  .block04 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .block04 {
    background: url(/wine/original/mutenkasp/img/block04_bg_sp.jpg) no-repeat top left;
    background-size: auto 100%;
    padding: 10.6666666667vw 0;
  }
  .block04 .block04_bnr {
    width: 87.7333333333vw;
    min-width: 87.7333333333vw;
  }
}
.js-Scene {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transform: translateY(5vw);
          transform: translateY(5vw);
}
@media screen and (max-width: 768px) {
  .js-Scene {
    -webkit-transform: translateY(10vw);
            transform: translateY(10vw);
  }
}

.js-Scene.-fadeIn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (min-width: 768px) {
  .openbtn-flame {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .openbtn-flame {
    position: sticky;
    width: 13.3333333333vw;
    z-index: 11;
    margin-left: auto;
    margin-right: 3.2vw;
    margin-top: 3.4666666667vw;
    top: 2.9333333333vw;
  }
}

.openbtn {
  position: relative;
  background: #C48315;
  cursor: pointer;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  border-radius: 50%;
}
.openbtn.active {
  background: #fff;
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 3.7333333333vw;
  height: 0.8vw;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 4vw;
}

.openbtn span:nth-of-type(2) {
  top: 6.1333333333vw;
}

.openbtn span:nth-of-type(3) {
  top: 8.2666666667vw;
}

.openbtn.active span:nth-of-type(1) {
  top: 4.5333333333vw;
  left: 2.4vw;
  -webkit-transform: translateY(1.6vw) rotate(-45deg);
          transform: translateY(1.6vw) rotate(-45deg);
  width: 65%;
  background-color: #C48315;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 7.7333333333vw;
  left: 2.4vw;
  -webkit-transform: translateY(-1.6vw) rotate(45deg);
          transform: translateY(-1.6vw) rotate(45deg);
  width: 65%;
  background-color: #C48315;
}

.sparkling3 {
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sparkling3 {
    background-image: url(/wine/original/mutenkasp/img/sparkling3_bg_pc.jpg);
    width: 100vw;
    min-width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .sparkling3 {
    background-image: url(/wine/original/mutenkasp/img/sparkling3_bg_sp.jpg);
  }
}

@media screen and (min-width: 768px) {
  .sparkling3-container {
    padding: 2.2916666667vw 0 4.53125vw;
  }
}
@media screen and (max-width: 767px) {
  .sparkling3-container {
    padding: 0 0 12.8vw;
  }
}

.sparkling3-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .sparkling3-content {
    width: 90vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .sparkling3-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.sparkling3-content img {
  width: 100%;
}

.sparkling3-content-left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sparkling3-content-left {
    width: 38.5984375vw;
    margin-top: 8.5416666667vw;
    margin-left: 10.2604166667vw;
  }
}
@media screen and (max-width: 767px) {
  .sparkling3-content-left {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .sparkling3-content-right {
    width: 43.1770833333vw;
    position: relative;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .sparkling3-content-right {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .sparkling3-content__txt {
    width: 33.9770833333vw;
    margin-left: 1.71875vw;
  }
}
@media screen and (max-width: 767px) {
  .sparkling3-content__txt {
    width: 60vw;
    margin: 9.6vw auto 0;
  }
}

.sparkling3-content__name {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sparkling3-content__name {
    width: 38.5984375vw;
    margin-top: 0.2604166667vw;
  }
}
@media screen and (max-width: 767px) {
  .sparkling3-content__name {
    width: 92.8vw;
  }
}

.sparkling3-content__date {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sparkling3-content__date {
    width: 32.96875vw;
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .sparkling3-content__date {
    width: 71.7333333333vw;
    margin-top: 1.0666666667vw;
  }
}

.sparkling3-content__description {
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .sparkling3-content__description {
    width: 100%;
    font-size: 1.8229166667vw;
    line-height: 1.5714285714;
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .sparkling3-content__description {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    margin-top: 5.3333333333vw;
  }
}

.sparkling3-content__button {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sparkling3-content__button {
    width: 26.0416666667vw;
    height: 4.4270833333vw;
    margin-top: 1.9270833333vw;
    position: absolute;
    bottom: 2.2916666667vw;
    right: 6.7708333333vw;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .sparkling3-content__button {
    width: 76vw;
    height: 14.6666666667vw;
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .sparkling3-content__button .ec-imp-target {
    width: 26.0416666667vw;
    height: 4.4270833333vw;
  }
}
@media screen and (max-width: 767px) {
  .sparkling3-content__button .ec-imp-target {
    width: 76vw;
    height: 14.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .sparkling3-content__button a {
    width: 26.0416666667vw;
    height: 4.4270833333vw;
  }
}
@media screen and (max-width: 767px) {
  .sparkling3-content__button a {
    width: 76vw;
    height: 14.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .sparkling3-content__button img {
    width: 26.0416666667vw;
    height: 4.4270833333vw;
  }
}
@media screen and (max-width: 767px) {
  .sparkling3-content__button img {
    width: 76vw;
    height: 14.6666666667vw;
  }
}

.sparkling3-content__annotation {
  color: #FFFFFF;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .sparkling3-content__annotation {
    font-size: 1.0416666667vw;
    margin-top: 7.0833333333vw;
    margin-right: 2.03125vw;
  }
}
@media screen and (max-width: 767px) {
  .sparkling3-content__annotation {
    font-size: 4vw;
    margin-top: 4.2666666667vw;
    margin-right: 12vw;
  }
}

.muscat {
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .muscat {
    background-image: url(/wine/original/mutenkasp/img/muscat_bg_pc.jpg);
    width: 100vw;
    min-width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .muscat {
    background-image: url(/wine/original/mutenkasp/img/muscat_bg_sp.jpg);
  }
}

@media screen and (min-width: 768px) {
  .muscat-container {
    padding: 2.2916666667vw 0 4.53125vw;
  }
}
@media screen and (max-width: 767px) {
  .muscat-container {
    padding: 0 0 12.8vw;
  }
}

.muscat-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .muscat-content {
    width: 92.0833333333vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .muscat-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.muscat-content img {
  width: 100%;
}

.muscat-content-left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 768px) {
  .muscat-content-left {
    width: 42.3255208333vw;
    margin-top: 4.3229166667vw;
    margin-left: 6.40625vw;
  }
}
@media screen and (max-width: 767px) {
  .muscat-content-left {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .muscat-content-right {
    width: 43.1770833333vw;
    position: relative;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .muscat-content-right {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .muscat-content__txt {
    width: 42.3255208333vw;
    margin-left: 1.71875vw;
  }
}
@media screen and (max-width: 767px) {
  .muscat-content__txt {
    width: 93.0666666667vw;
    margin: 9.8666666667vw auto 0;
  }
}

.muscat-content__name {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .muscat-content__name {
    width: 42.3255208333vw;
    margin-top: 0.2604166667vw;
  }
}
@media screen and (max-width: 767px) {
  .muscat-content__name {
    width: 93.0666666667vw;
    margin-top: -2.6666666667vw;
  }
}

.muscat-content__date {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .muscat-content__date {
    width: 29.9479166667vw;
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .muscat-content__date {
    width: 64.9333333333vw;
    margin-top: 2.9333333333vw;
  }
}

.muscat-content__description {
  color: #004929;
  text-align: center;
  font-weight: 500;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .muscat-content__description {
    width: 100%;
    font-size: 1.8229166667vw;
    line-height: 1.5714285714;
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .muscat-content__description {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    margin-top: 5.3333333333vw;
  }
}

.muscat-content__button {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .muscat-content__button {
    width: 26.0416666667vw;
    height: 4.4270833333vw;
    margin-top: 1.9270833333vw;
    position: absolute;
    bottom: 2.2916666667vw;
    right: 6.7708333333vw;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .muscat-content__button {
    width: 76vw;
    height: 14.6666666667vw;
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .muscat-content__button .ec-imp-target {
    width: 26.0416666667vw;
    height: 4.4270833333vw;
  }
}
@media screen and (max-width: 767px) {
  .muscat-content__button .ec-imp-target {
    width: 76vw;
    height: 14.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .muscat-content__button a {
    width: 26.0416666667vw;
    height: 4.4270833333vw;
  }
}
@media screen and (max-width: 767px) {
  .muscat-content__button a {
    width: 76vw;
    height: 14.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .muscat-content__button img {
    width: 26.0416666667vw;
    height: 4.4270833333vw;
  }
}
@media screen and (max-width: 767px) {
  .muscat-content__button img {
    width: 76vw;
    height: 14.6666666667vw;
  }
}

.muscat-content__annotation {
  color: #004929;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .muscat-content__annotation {
    font-size: 1.0416666667vw;
    margin-top: 7.0833333333vw;
    margin-right: 2.03125vw;
  }
}
@media screen and (max-width: 767px) {
  .muscat-content__annotation {
    font-size: 4vw;
    margin-top: 4.2666666667vw;
    margin-right: 12vw;
  }
}