@charset "UTF-8";
/*----- sweetmeltcollection_2511winter -----*/
/* ------------------------------------------------
  color
------------------------------------------------ */
#stage #header {
  background-color: transparent !important;
}
#stage #header .logo a {
  background-color: #f7e4dd;
  -webkit-mask: url(../images/common/header_logo.svg) 0 0 no-repeat;
          mask: url(../images/common/header_logo.svg) 0 0 no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
#stage #header .logo a img {
  opacity: 0;
}

#wrapper {
  color: #f7e4dd;
  background-color: #531d1a;
  background-image: linear-gradient(180deg, #531d1a 1%, #ad6b2f 51%, #612d07 98%);
}

#article .inner h1,
#article .inner .date,
#article .inner .txt,
#article .inner .btn_back a {
  color: inherit;
}
#article .inner .btn_back a::after {
  background-color: #f7e4dd;
  background-image: none;
  -webkit-mask: url(../images/common/link_arrow0.svg) 0 0 no-repeat;
          mask: url(../images/common/link_arrow0.svg) 0 0 no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
#article .inner .btn_back a:hover {
  background-color: rgba(247, 228, 221, 0.1) !important;
}

#footer {
  background-color: #4f141a;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  #btn_menu .ico .open svg path {
    fill: #f7e4dd;
  }
  #btn_menu .state .open {
    background-color: #f7e4dd;
    -webkit-mask: url(../images/common/sp/menu_open.svg) 0 0 no-repeat;
            mask: url(../images/common/sp/menu_open.svg) 0 0 no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    display: block;
  }
  #btn_menu .state .open img {
    opacity: 0;
  }
}
/* ------------------------------------------------
 etc
------------------------------------------------ */
#bubbles_bg {
  z-index: 0 !important;
}

#article .txt .package {
  margin: 0 auto 0;
  max-width: 640px;
  box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 641px) {
  #article .inner h1 {
    margin-left: -3em;
    margin-right: -3em;
  }
}
/* ------------------------------------------------
 menu
------------------------------------------------ */
@media screen and (min-width: 641px) {
  #menu li a {
    position: relative;
  }
  #menu li a object {
    opacity: 0;
  }
  #menu li a::before {
    content: "";
    background-color: #f7e4dd;
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  #menu li a::after {
    background-color: #f7e4dd !important;
  }
  #menu li:nth-child(1) a::before {
    -webkit-mask-image: url(../images/common/m0.svg);
            mask-image: url(../images/common/m0.svg);
  }
  #menu li:nth-child(2) a::before {
    -webkit-mask-image: url(../images/common/m1.svg);
            mask-image: url(../images/common/m1.svg);
  }
  #menu li:nth-child(3) a::before {
    -webkit-mask-image: url(../images/common/m2.svg);
            mask-image: url(../images/common/m2.svg);
  }
  #menu li:nth-child(4) a::before {
    -webkit-mask-image: url(../images/common/m3.svg);
            mask-image: url(../images/common/m3.svg);
  }
  #menu li:nth-child(5) a::before {
    -webkit-mask-image: url(../images/common/m4.svg);
            mask-image: url(../images/common/m4.svg);
  }
  #menu li:nth-child(6) a::before {
    -webkit-mask-image: url(../images/common/m5.svg);
            mask-image: url(../images/common/m5.svg);
  }
}
/* ------------------------------------------------
 本文
------------------------------------------------ */
#article .inner h1 {
  text-align: center;
}
#article .inner h1 span.small {
  text-align: center;
  margin-bottom: 1em;
}
#article .inner #collection h2 .sub1 {
  margin-bottom: 1.3em;
}
#article .inner #meltpowder {
  border-width: 1px;
  border-style: solid;
  margin-top: 17rem;
  padding: 7.75rem 11rem 9rem;
}
#article .inner #meltpowder h2 {
  margin-top: 0;
  margin-bottom: 2.5rem;
}
#article .inner #meltpowder .summary {
  font-size: 1.15em;
  font-weight: bold;
  text-align: center;
}
#article .inner #meltpowder .content {
  margin-top: 6.45rem;
  display: flex;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
#article .inner #meltpowder .content .txt {
  font-size: 1em;
  flex-grow: 1;
  flex-basis: 0;
}
#article .inner #meltpowder .content .txt .annotation {
  margin-top: 1.5em;
}
#article .inner #meltpowder .content .img {
  margin-top: 0.5em;
  width: 18.58rem;
}
@media screen and (min-width: 641px) {
  #article .inner #concept h2 {
    margin-bottom: 6.45rem;
  }
  #article .inner #concept h2 .sub1 {
    margin-bottom: 6.45rem;
  }
}
@media screen and (max-width: 640px) {
  #article .inner h1 {
    margin-left: -1em;
    margin-right: -1em;
  }
  #article .inner .txt.wide {
    margin-left: -3.6rem;
    margin-right: -3.6rem;
  }
  #article .inner #collection h2 .sub1 {
    margin-bottom: 0.5em;
  }
  #article .inner #meltpowder {
    margin-top: 7rem;
    padding: 2rem 2rem 2rem;
  }
  #article .inner #meltpowder h2 {
    font-size: 1.6rem;
    margin-bottom: 1.25rem;
  }
  #article .inner #meltpowder .summary {
    font-size: 1em;
  }
  #article .inner #meltpowder .content {
    margin-top: 1.5rem;
    flex-direction: column-reverse;
    row-gap: 2rem;
  }
  #article .inner #meltpowder .content .img {
    align-self: center;
    width: 7rem;
  }
}