@charset "UTF-8";
.cont__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont__center > * {
  min-height: 0%;
}

.cont__container {
  box-sizing: content-box !important;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .cont__container {
    max-width: 89.3333333333vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.special__bnr, .steps__tab-item, .link, .cont__nav-item:last-child {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.special__bnr:hover, .steps__tab-item:hover, .link:hover, .cont__nav-item:hover:last-child {
  opacity: 0.7;
}

/* common:start */
[v-cloak] {
  display: none;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

body {
  overflow: hidden;
  min-width: auto;
}
body.is-unlocked {
  overflow: auto;
}

#content_wrap {
  overflow: visible !important;
}

.cont__contents {
  position: relative;
}
.cont__nav {
  background-color: #351f19;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: sticky;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 1240px) {
  .cont__nav {
    height: 7.2580645161vw;
  }
}
@media screen and (max-width: 767px) {
  .cont__nav {
    height: 19.0666666667vw;
  }
}
.cont__nav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont__nav-item {
  display: flex;
  align-items: center;
  padding: 0 58px;
  height: 50px;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 1240px) {
  .cont__nav-item {
    padding: 0 4.6774193548vw;
    height: 4.0322580645vw;
    font-size: 1.6129032258vw !important;
  }
}
@media screen and (max-width: 767px) {
  .cont__nav-item {
    display: block;
    padding: 0 3.7333333333vw;
    height: 11.0666666667vw;
    font-size: 3.4666666667vw !important;
    line-height: 1.3846153846;
    text-align: center;
  }
}
.cont__nav-item:hover {
  color: #a88d44 !important;
}
.cont__nav-item:nth-child(n+2) {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .cont__nav-item:nth-child(n+2) {
    border-width: 0.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .cont__nav-item:first-child {
    padding-left: 4.2666666667vw;
  }
}
.cont__nav-item:last-child {
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .cont__nav-item:last-child {
    padding-right: 5.3333333333vw;
  }
}
.cont__nav-item-num {
  letter-spacing: 0.07em;
  padding: 0 3px;
}
@media screen and (max-width: 1240px) {
  .cont__nav-item-num {
    padding: 0 0.4vw;
  }
}
.cont picture {
  display: block;
}
.cont img {
  pointer-events: none;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .cont img {
    width: 100%;
  }
}
.cont p,
.cont h1,
.cont h2,
.cont h3,
.cont h4,
.cont h5,
.cont h6,
.cont a,
.cont li,
.cont span,
.cont caption,
.cont td,
.cont th,
.cont dt,
.cont dd,
.cont input,
.cont textarea,
.cont select,
.cont address {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
}
.cont *:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

/* common:end */
/* js-fade:start */
:root {
  --fade-translate-x: 0px;
  --fade-translate-y: 0px;
  --fade-duration: 500ms;
}

/* 表示方向 */
.up {
  --fade-translate-y: 50px;
}

.down {
  --fade-translate-y: -50px;
}

.fromLeft {
  --fade-translate-x: -50px;
}

.fromRight {
  --fade-translate-x: 50px;
}

.jsScroll {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
  transition-delay: 0ms;
  transform: translate(var(--fade-translate-x), var(--fade-translate-y));
}

.jsScrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

.jsFvHide {
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: opacity, transform;
  transition-delay: 0s;
}
.jsFvHide.jsFvShow {
  opacity: 1;
}

.fade-enter-active {
  transition: opacity 1s;
}
.fade-leave-active {
  transition: opacity 1s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}

/* js-fade:end */
/* kv:start */
.kv__ttl {
  max-width: 1920px;
  margin: auto;
}
@media screen and (max-width: 1240px) {
  .kv__ttl-image {
    max-width: 71.935483871vw;
  }
}
@media screen and (max-width: 767px) {
  .kv__ttl-image {
    max-width: 100%;
  }
}
.kv__movie {
  display: none;
  width: 985px;
  height: auto;
  margin: auto;
  object-fit: cover;
  opacity: 1;
  pointer-events: auto;
  position: absolute;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  transition: opacity 1s ease;
}
@media screen and (max-width: 1240px) {
  .kv__movie {
    width: 79.435483871vw;
  }
}
@media screen and (max-width: 767px) {
  .kv__movie {
    width: 90.2666666667vw;
  }
}
.kv__movie.is-visible {
  display: flex;
}
.kv__movie.fade-out {
  opacity: 0;
  pointer-events: none;
}
.kv__container {
  background-image: url(/products/brand/mchoco/anniversary/images/kv_bg.jpg);
  background-size: cover;
  background-position: top center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kv__container {
    background-image: url(/products/brand/mchoco/anniversary/images/sp/kv_bg.jpg);
  }
}
.kv__contents {
  box-sizing: content-box !important;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .kv__contents {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.kv__main {
  position: relative;
}
.kv__ttl, .kv__book, .kv__item {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 2s ease, transform 1.5s ease, filter 1.5s ease;
}
.kv__ttl.show, .kv__book.show, .kv__item.show {
  opacity: 1;
  filter: blur(0);
}
.kv__item {
  position: absolute;
  top: 0;
  left: 0;
}

/* kv:end */
/* lead:start */
.lead__container {
  background-image: url(/products/brand/mchoco/anniversary/images/cont_bg.jpg);
  background-size: 100%;
  background-position: top center;
  padding-top: 120px;
}
@media screen and (max-width: 1240px) {
  .lead__container {
    padding-top: 9.6774193548vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__container {
    background-image: url(/products/brand/mchoco/anniversary/images/sp/cont_bg.jpg);
    padding-top: 16vw;
  }
}
.lead__ttl {
  width: 43.6666666667%;
}
@media screen and (max-width: 767px) {
  .lead__ttl {
    width: 100%;
  }
}
.lead__contents {
  position: relative;
}
.lead__contents::before {
  content: "";
  background-image: url(/products/brand/mchoco/anniversary/images/lead_bg_hand.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 654px;
  height: 253px;
  position: absolute;
  top: 6px;
  right: 0;
}
@media screen and (max-width: 1240px) {
  .lead__contents::before {
    width: 52.7419354839vw;
    height: 20.4032258065vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__contents::before {
    background-image: url(/products/brand/mchoco/anniversary/images/sp/lead_bg_hand.png);
    width: 100%;
    height: 34.5333333333vw;
    top: auto;
    bottom: 16vw;
  }
}
.lead__top {
  padding-top: 7.0833333333%;
}
@media screen and (max-width: 767px) {
  .lead__top {
    padding-top: 11.9402985075%;
  }
}
.lead__bottom {
  margin: -9.8333333333% 0 0 auto;
  max-width: 43.3333333333%;
  padding-bottom: 9.1666666667%;
}
@media screen and (max-width: 767px) {
  .lead__bottom {
    margin-top: 8.9552238806%;
    max-width: 100%;
    padding-bottom: 70.1492537313%;
  }
}
.lead__txt {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 2.2222222222;
  letter-spacing: -0.02em;
  color: #351f19;
}
@media screen and (max-width: 1240px) {
  .lead__txt {
    font-size: 1.4516129032vw !important;
  }
}
@media screen and (max-width: 767px) {
  .lead__txt {
    font-size: 3.7333333333vw !important;
    line-height: 2;
  }
}
.lead__txt + .lead__txt {
  margin-top: 30px;
}
@media screen and (max-width: 1240px) {
  .lead__txt + .lead__txt {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__txt + .lead__txt {
    margin-top: 6.1333333333vw;
  }
}
.lead__txt-num {
  letter-spacing: 0.07em;
  padding: 0 3px;
}
@media screen and (max-width: 1240px) {
  .lead__txt-num {
    padding: 0 0.4vw;
  }
}
.lead__loop {
  width: 100%;
  overflow: hidden;
  display: flex;
}
.lead__loop-txt {
  display: flex;
  min-width: 100%;
  animation: loop 30s linear infinite;
  padding: 0 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .lead__loop-txt {
    padding: 0 2vw;
  }
}
.lead__loop-txt-img {
  width: 100%;
}
@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* lead:end */
/* steps:start */
.steps {
  overflow: hidden;
}
.steps__container {
  background-color: #351f19;
  padding-top: 120px;
}
@media screen and (max-width: 1240px) {
  .steps__container {
    padding-top: 9.6774193548vw;
  }
}
@media screen and (max-width: 767px) {
  .steps__container {
    padding: 16vw 0;
  }
}
.steps__ttl {
  text-align: center;
}
.steps__top {
  margin-top: 5%;
}
@media screen and (max-width: 767px) {
  .steps__top {
    margin-top: 8.9552238806%;
  }
}
.steps__top-txt {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 2;
  letter-spacing: -0.02em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .steps__top-txt {
    font-size: 3.7333333333vw !important;
    line-height: 2;
  }
}
.steps__top-txt + .steps__top-txt {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .steps__top-txt + .steps__top-txt {
    margin-top: 6.7164179104%;
  }
}
.steps__tab {
  display: flex;
  align-items: flex-start;
  margin-top: 6.25%;
}
@media screen and (max-width: 767px) {
  .steps__tab {
    display: block;
    margin-top: 12.6865671642%;
  }
}
.steps__tab-time {
  width: 12.0833333333%;
}
@media screen and (max-width: 767px) {
  .steps__tab-time {
    width: 100%;
  }
}
.steps__tab-click {
  width: 100%;
  height: 37px;
  border: 2px solid #c2a160;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1;
  color: #c2a160;
}
@media screen and (max-width: 1240px) {
  .steps__tab-click {
    height: 2.9838709677vw;
    border-width: 0.1612903226vw;
    font-size: 1.4516129032vw !important;
  }
}
@media screen and (max-width: 767px) {
  .steps__tab-click {
    width: 29.4666666667vw;
    height: 7.7333333333vw;
    border-width: 0.5333333333vw;
    margin: auto;
    font-size: 3.7333333333vw !important;
  }
}
.steps__tab-list {
  position: relative;
  list-style: none;
  margin-top: 20.6896551724%;
  padding-bottom: 106.8965517241%;
}
@media screen and (max-width: 767px) {
  .steps__tab-list {
    display: flex;
    margin-top: 5.9701492537%;
    padding-bottom: 7.4626865672%;
  }
}
.steps__tab-item {
  position: relative;
  padding-left: 13.7931034483%;
  margin-bottom: 60.6896551724%;
  cursor: pointer;
  line-height: 1;
  background: none;
  border: none;
  height: 19px;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 1240px) {
  .steps__tab-item {
    height: 1.5322580645vw;
  }
}
@media screen and (max-width: 767px) {
  .steps__tab-item {
    padding-left: 0;
    padding-bottom: 5.7333333333vw;
    margin-right: 6.8vw;
    margin-bottom: 0;
    width: 9.7333333333vw;
    height: 8.2666666667vw;
    box-sizing: content-box;
    padding-right: 0;
  }
}
.steps__tab-item::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #3a2314;
  border: 2px solid #c2a160;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 1240px) {
  .steps__tab-item::before {
    width: 0.6451612903vw;
    height: 0.6451612903vw;
    border-width: 0.1612903226vw;
    top: 0.2419354839vw;
  }
}
@media screen and (max-width: 767px) {
  .steps__tab-item::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-width: 0.5333333333vw;
    top: auto;
    bottom: 0;
    left: 3.3333333333vw;
  }
}
.steps__tab-item::after {
  content: "";
  background: #c2a160;
  width: 2px;
  height: 97px;
  position: absolute;
  top: 14px;
  left: 5px;
}
@media screen and (max-width: 1240px) {
  .steps__tab-item::after {
    width: 0.1612903226vw;
    height: 7.8225806452vw;
    top: 1.1290322581vw;
    left: 0.4032258065vw;
  }
}
@media screen and (max-width: 767px) {
  .steps__tab-item::after {
    width: 13.3333333333vw;
    height: 0.5333333333vw;
    top: auto;
    bottom: 1.3333333333vw;
    left: 6.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .steps__tab-item:first-child {
    margin-right: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .steps__tab-item:first-child::before {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .steps__tab-item:first-child::after {
    left: 3.2vw;
  }
}
.steps__tab-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .steps__tab-item:last-child {
    margin-right: 0;
  }
}
.steps__tab-item:last-child::after {
  height: 160px;
}
@media screen and (max-width: 1240px) {
  .steps__tab-item:last-child::after {
    height: 12.9032258065vw;
  }
}
@media screen and (max-width: 767px) {
  .steps__tab-item:last-child::after {
    height: 0.5333333333vw;
  }
}
.steps__tab-item.active::before {
  background: #c2a160;
}
.steps__tab-contents {
  flex: 1;
  background-image: url(/products/brand/mchoco/anniversary/images/steps_bg_book.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 86.1666666667%;
  height: 655px;
  color: #333;
  margin-left: 1.75%;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .steps__tab-contents {
    height: 52.8225806452vw;
  }
}
@media screen and (max-width: 767px) {
  .steps__tab-contents {
    background-image: url(/products/brand/mchoco/anniversary/images/sp/steps_bg_book.png);
    width: 100vw;
    height: 162.1333333333vw;
    margin-left: calc(50% - 50vw);
  }
}
.steps__tab-content {
  display: none;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.steps__tab-content.active {
  display: flex;
  align-items: center;
  pointer-events: auto;
  animation: panel-show 0.5s ease-in-out forwards;
}
@media screen and (max-width: 767px) {
  .steps__tab-content.active {
    display: block;
  }
}
.steps__tab-img {
  width: 49.5164410058%;
}
@media screen and (max-width: 767px) {
  .steps__tab-img {
    width: 100%;
  }
}
.steps__tab-txts {
  margin-left: 57px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1240px) {
  .steps__tab-txts {
    margin-left: 4.5967741935vw;
    padding-bottom: 1.2096774194vw;
  }
}
@media screen and (max-width: 767px) {
  .steps__tab-txts {
    padding-bottom: 0;
    width: 68.6666666667vw;
    margin: 6.6666666667vw 14.6666666667vw 0 auto;
  }
}
.steps__tab-txt {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 2;
  letter-spacing: -0.01em;
  color: #351f19;
}
@media screen and (max-width: 1240px) {
  .steps__tab-txt {
    font-size: 1.1290322581vw !important;
  }
}
@media screen and (max-width: 767px) {
  .steps__tab-txt {
    font-size: 3.2vw !important;
    line-height: 1.6666666667;
    white-space: nowrap;
  }
}
.steps__tab-txt + .steps__tab-txt {
  margin-top: 18px;
}
@media screen and (max-width: 1240px) {
  .steps__tab-txt + .steps__tab-txt {
    margin-top: 1.4516129032vw;
  }
}
@media screen and (max-width: 767px) {
  .steps__tab-txt + .steps__tab-txt {
    margin-top: 4vw;
  }
}
.steps__tab-txt-num {
  letter-spacing: 0.07em;
  padding: 0 3px;
}
@media screen and (max-width: 1240px) {
  .steps__tab-txt-num {
    padding: 0 0.4vw;
  }
}
.steps__tab-caution {
  margin-top: 20px;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 2;
  letter-spacing: -0.02em;
  color: #351f19;
}
@media screen and (max-width: 1240px) {
  .steps__tab-caution {
    margin-top: 1.6129032258vw;
    font-size: 0.9677419355vw !important;
  }
}
@media screen and (max-width: 767px) {
  .steps__tab-caution {
    margin-top: 4.6666666667vw;
    font-size: 2.6666666667vw !important;
    line-height: 1.7;
    white-space: nowrap;
  }
}
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* steps:end */
/* special:start */
.special__container {
  background-image: url(/products/brand/mchoco/anniversary/images/cont_bg.jpg);
  background-size: 100%;
  background-position: top center;
  padding: 120px 0 160px;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .special__container {
    padding: 9.6774193548vw 0 12.9032258065vw;
  }
}
@media screen and (max-width: 767px) {
  .special__container {
    padding: 16vw 0 21.3333333333vw;
  }
}
.special__ttl {
  height: 41px;
}
@media screen and (max-width: 1240px) {
  .special__ttl {
    height: 3.3064516129vw;
  }
}
@media screen and (max-width: 767px) {
  .special__ttl {
    height: 7.6vw;
  }
}
.special__bnr {
  display: inline-block;
  margin-top: 5.8333333333%;
}
@media screen and (max-width: 767px) {
  .special__bnr {
    margin-top: 11.9402985075%;
  }
}

/* special:end */