/*==========================================
  Common
==========================================*/
/* base
==================================*/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol, dl, dd, tr {
  font-size: 16px;
}

.pc {
  display: none !important;
}

a {
  color: #54442a;
  text-decoration: none;
}

a:visited {
  color: #54442a;
}

a:hover {
  color: #54442a;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:active {
  color: #54442a;
}

/* main
==================================*/
main {
  display: block;
  padding: 48px 0 0;
}

/* header
==================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 888;
  background: #fff;
  width: 100%;
  height: 48px;
}

header .logo {
  margin: 15px 0 0;
  text-align: center;
}

header .logo img {
  width: 108px;
}

header .menu {
  position: fixed;
  top: 0;
  right: 10px;
  z-index: 900;
  width: 48px;
  height: 48px;
}

header .menu span {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  display: inline-block;
  background: #000;
  width: 18px;
  height: 2px;
  margin: auto;
  -webkit-transition: .3s;
  transition: .3s;
}

header .menu span.line-t.show {
  top: 23px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

header .menu span.line-m {
  top: 23px;
}

header .menu span.line-m.show {
  opacity: 0;
}

header .menu span.line-b {
  top: 31px;
}

header .menu span.line-b.show {
  top: 23px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

header .menu p {
  color: #fff;
  padding: 35px 0 0;
  font-size: 10px;
  text-align: center;
}

header nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  text-align: center;
}

header nav .logo {
  margin: 16px 0 0 25px;
  text-align: left;
}

header nav ul {
  margin: 60px 0 30px;
}

header nav ul li {
  margin: 0 0 27px;
}

header nav ul li a {
  color: #231815;
  font-size: 18px;
  letter-spacing: 0.15em;
}

header nav ul li.online {
  margin: 50px 0 0;
}

header nav ul li.online a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background: #ada07e;
  width: 213px;
  height: 50px;
  margin: 0 auto;
  padding: 15px 15px 15px 0;
  text-align: center;
}

header nav ul li.online a::after {
  content: "";
  position: absolute;
  top: 14px;
  left: auto;
  right: 15px;
  background: url(../images/svg/icon_exlink1_h.svg) no-repeat center/contain;
  width: 16px;
  height: 16px;
}

/* footer
==================================*/
footer {
  position: relative;
  padding: 50px 25px;
}

footer .footer_upper {
  margin: 0 0 30px;
}

footer .footer_upper .banner a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 64px;
  padding: 11px 0 0;
  border: 1px solid #ada07e;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

footer .footer_upper .banner a span {
  font-size: 16px;
  letter-spacing: 0.12em;
}

footer .footer_upper .banner a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

footer .footer_upper .banner a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/svg/arrow_banner.svg) no-repeat center/contain;
  width: 6px;
  height: 11px;
}

footer .footer_lower ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 155px;
  margin: 0 auto 16px;
}

footer .footer_lower ul li:last-child {
  margin-bottom: 0;
}

footer .footer_lower ul li:last-child a.ig {
  margin-right: 10px;
}

footer .footer_lower ul li p {
  display: inline-block;
  color: #3b3523;
  margin: 0 10px 0 0;
  font-size: 15px;
  letter-spacing: 0.15em;
}

footer .footer_lower ul li a {
  display: inline-block;
}

footer .footer_lower ul li a.ig {
  margin: 0 14px 0 0;
}

footer .footer_lower ul li a.ig img {
  width: 22px;
}

footer .footer_lower ul li a.fb img {
  width: 11px;
}

footer .footer_lower ul li a.tw img {
  width: 22px;
}

footer .footer_lower .copy {
  margin: 40px 0 0;
  text-align: center;
}

footer .footer_lower .copy a {
  display: block;
  margin: 0 0 7px;
}

footer .footer_lower .copy a img {
  width: 105px;
}

footer .footer_lower .copy small {
  font-size: 10px;
  letter-spacing: 0.15em;
}

footer .pageTop_home {
  position: absolute;
  top: -50px;
  right: 0;
  background: url("../images/bg_pattern.jpg");
  background-size: 640px 640px;
  width: 63px;
  height: 50px;
  overflow: hidden;
}

footer .pageTop_home::before {
  content: "";
  position: absolute;
  background: #fff;
  top: -12px;
  right: -6px;
  width: 35px;
  height: 20px;
  -webkit-transform: rotate(26deg);
          transform: rotate(26deg);
}

footer .pageTop_home::after {
  content: "";
  position: absolute;
  background: #fff;
  top: -12px;
  left: -6px;
  width: 35px;
  height: 20px;
  -webkit-transform: rotate(-26deg);
          transform: rotate(-26deg);
}

footer .pageTop_home p {
  color: #000;
  padding: 34px 0 0;
  font-size: 9px;
  text-align: center;
}

#pageTop {
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 888;
  -webkit-transition: .3s;
  transition: .3s;
}

#pageTop.active {
  opacity: 1;
}

#pageTop a {
  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;
  width: 63px;
  padding: 15px 0 23px;
}

#pageTop a img {
  width: 32px;
  height: 13px;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/bg_pattern.jpg);
  z-index: 1001;
  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;
}

#loader .wrap {
  text-align: center;
}

#loader .wrap .img {
  background: url(../images/loading.png) no-repeat;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  -webkit-animation: loading 1.2s infinite linear;
          animation: loading 1.2s infinite linear;
}

#loader .wrap p {
  color: #fff;
  margin: 10px 0 0;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Animation
==================================*/
.c-anim-load {
  opacity: 0;
  -webkit-transition: 2.5s linear;
  transition: 2.5s linear;
}

.c-anim-up,
.c-anim-intro01,
.c-anim-story02,
.c-anim-product03 {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.09, 0.46, 0.36, 1);
  transition: 1s cubic-bezier(0.09, 0.46, 0.36, 1);
}

.c-anim-fade,
.c-anim-intro02,
.c-anim-intro03,
.c-anim-para {
  opacity: 0;
  -webkit-transition: 2s cubic-bezier(0.4, 0.33, 0.37, 1);
  transition: 2s cubic-bezier(0.4, 0.33, 0.37, 1);
}

.move {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.move_fade {
  opacity: 1;
}

.storyIntro__logo span,
.c-anim-product02 span {
  opacity: 0;
}

.storyIntro__logo span:nth-of-type(1).move,
.c-anim-product02 span:nth-of-type(1).move {
  -webkit-animation: textIn 1s linear 0s forwards;
          animation: textIn 1s linear 0s forwards;
}

.storyIntro__logo span:nth-of-type(2).move,
.c-anim-product02 span:nth-of-type(2).move {
  -webkit-animation: textIn 1s linear .1s forwards;
          animation: textIn 1s linear .1s forwards;
}

.storyIntro__logo span:nth-of-type(3).move,
.c-anim-product02 span:nth-of-type(3).move {
  -webkit-animation: textIn 1s linear .2s forwards;
          animation: textIn 1s linear .2s forwards;
}

.storyIntro__logo span:nth-of-type(4).move,
.c-anim-product02 span:nth-of-type(4).move {
  -webkit-animation: textIn 1s linear .3s forwards;
          animation: textIn 1s linear .3s forwards;
}

.storyIntro__logo span:nth-of-type(5).move,
.c-anim-product02 span:nth-of-type(5).move {
  -webkit-animation: textIn 1s linear .4s forwards;
          animation: textIn 1s linear .4s forwards;
}

.storyIntro__logo span:nth-of-type(6).move,
.c-anim-product02 span:nth-of-type(6).move {
  -webkit-animation: textIn 1s linear .5s forwards;
          animation: textIn 1s linear .5s forwards;
}

.storyIntro__logo span:nth-of-type(7).move,
.c-anim-product02 span:nth-of-type(7).move {
  -webkit-animation: textIn 1s linear .6s forwards;
          animation: textIn 1s linear .6s forwards;
}

.storyIntro__logo span:nth-of-type(8).move,
.c-anim-product02 span:nth-of-type(8).move {
  -webkit-animation: textIn 1s linear .7s forwards;
          animation: textIn 1s linear .7s forwards;
}

.storyIntro__logo span:nth-of-type(9).move,
.c-anim-product02 span:nth-of-type(9).move {
  -webkit-animation: textIn 1s linear .8s forwards;
          animation: textIn 1s linear .8s forwards;
}

@-webkit-keyframes textIn {
  0% {
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
    opacity: 0;
  }
  10% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
  20% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  30% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  40% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
  50% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  60% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  70% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  80% {
    -webkit-transform: translate(0, -7px);
            transform: translate(0, -7px);
  }
  90% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
  }
}

@keyframes textIn {
  0% {
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
    opacity: 0;
  }
  10% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
  20% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  30% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  40% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
  50% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  60% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  70% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  80% {
    -webkit-transform: translate(0, -7px);
            transform: translate(0, -7px);
  }
  90% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
  }
}

.c-anim-story01::after {
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: 1s cubic-bezier(0.06, 0.38, 0.21, 1);
  transition: 1s cubic-bezier(0.06, 0.38, 0.21, 1);
}

#story02 .c-anim-story01::after {
  -webkit-transform-origin: left;
          transform-origin: left;
}

.c-anim-story01.move::after {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.c-anim-product01 {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.7s cubic-bezier(0.06, 0.38, 0.21, 1);
  transition: 0.7s cubic-bezier(0.06, 0.38, 0.21, 1);
}

#piedip .c-anim-product01 {
  -webkit-transform-origin: right;
          transform-origin: right;
}

.c-anim-product01.move {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media (max-width: 850px) {
  .c-anim-story01 {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
    opacity: 0;
    -webkit-transition: 1s cubic-bezier(0.09, 0.46, 0.36, 1);
    transition: 1s cubic-bezier(0.09, 0.46, 0.36, 1);
  }
  .c-anim-story01.move {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

/*==========================================
  Layout
==========================================*/
/*==================================
  Top
==================================*/
#Top main img {
  max-width: 100%;
  height: auto;
}

#Top main h1, #Top main h2, #Top main h3, #Top main h4 {
  font-weight: normal;
}

#Top main #storyIntro,
#Top main #chocolate,
#Top main #news,
#Top main #shop {
  position: relative;
}

#Top main #storyIntro > a,
#Top main #chocolate > a,
#Top main #news > a,
#Top main #shop > a {
  position: absolute;
  top: -48px;
}

#Top main #heroArea {
  position: relative;
  max-height: calc(100vh - 48px);
  overflow: hidden;
}

#Top main #heroArea #slide_wrap .slide_item {
  position: relative;
  width: 100%;
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: opacity 4800ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms, -webkit-transform 11s linear;
  transition: opacity 4800ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms, -webkit-transform 11s linear;
  transition: opacity 4800ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms, transform 11s linear;
  transition: opacity 4800ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms, transform 11s linear, -webkit-transform 11s linear;
}

#Top main #heroArea #slide_wrap .slide_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

#Top main #heroArea #slide_wrap .slide_item.show {
  opacity: 1;
}

#Top main #heroArea #slide_wrap .slide_item.zoom {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

#Top main #heroArea #slide_wrap .slide_item img {
  width: 100%;
}

#Top main #heroArea .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#Top main #heroArea .title h2 {
  text-indent: -9999em;
  background: url(../images/main_catch.png) no-repeat center/contain;
  width: 84vw;
  max-width: 315px;
  height: 144px;
}

#Top main #intro {
  position: relative;
  z-index: 2;
  padding: 72px 10px 55px;
  text-align: center;
  overflow: hidden;
}

#Top main #intro .intro__decoLeft {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 175px;
}

#Top main #intro .intro__decoRight {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 106px;
}

#Top main #intro .intro__title {
  color: #ada07e;
  padding: 0 0 14px;
  font-size: 18px;
  letter-spacing: 0.2em;
}

#Top main #intro .intro__catch {
  font-size: 25px;
  line-height: 35px;
}

#Top main #intro .intro__text {
  padding: 23px 0 0;
  line-height: 25px;
}

@media (max-width: 340px) {
  #Top main #intro .intro__decoLeft {
    left: -20px;
  }
}

#Top main #paraArea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#Top main #paraArea .parallax {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  height: 215px;
  overflow: hidden;
}

#Top main #paraArea .parallax .wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#Top main #paraArea .parallax.paraArea_ph01 .wrap {
  top: 0;
  bottom: auto;
}

#Top main #storyIntro {
  background: #fff;
  padding: 55px 25px;
}

#Top main #storyIntro .inner .storyIntro__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 38px;
}

#Top main #storyIntro .inner .storyIntro__logo span img {
  height: 24px;
}

#Top main #storyIntro .inner p {
  line-height: 27px;
}

#Top main #story01, #Top main #story02 {
  background: #fff;
  text-align: center;
}

#Top main #story01 .textWrap, #Top main #story02 .textWrap {
  position: relative;
  z-index: 2;
  margin: -55px 0 0;
  padding: 40px 25px 55px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(90%, #fff), color-stop(97%, rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 0.88)));
  background: linear-gradient(0deg, #fff 90%, rgba(255, 255, 255, 0.85) 97%, rgba(255, 255, 255, 0.88) 100%);
}

#Top main #story01 .textWrap p.head, #Top main #story02 .textWrap p.head {
  color: #ada07e;
  padding: 0 0 10px;
  font-size: 10px;
  letter-spacing: 0.18em;
}

#Top main #story01 .textWrap h3.title, #Top main #story02 .textWrap h3.title {
  font-size: 21px;
  line-height: 30px;
}

#Top main #story01 .textWrap p.text, #Top main #story02 .textWrap p.text {
  padding: 20px 0 0;
  line-height: 27px;
  text-align: left;
}

#Top main #chocolate, #Top main #piedip {
  position: relative;
}

#Top main #chocolate .inbox, #Top main #piedip .inbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #e9e2d8;
  padding: 40px 25px 46px;
  text-align: center;
}

#Top main #chocolate .inbox h3, #Top main #piedip .inbox h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 10px;
  font-size: 23px;
  letter-spacing: 0.2em;
}

#Top main #chocolate .inbox .wrap h4, #Top main #piedip .inbox .wrap h4 {
  font-size: 10px;
  margin: 0 0 25px;
}

#Top main #chocolate .inbox .wrap p, #Top main #piedip .inbox .wrap p {
  line-height: 27px;
  text-align: left;
}

#Top main #chocolate .inbox .wrap a.btn, #Top main #piedip .inbox .wrap a.btn {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 224px;
  height: 48px;
  margin: 20px auto 0;
  padding: 15px 0;
  border: 1px solid #ada07e;
  font-size: 14px;
  letter-spacing: 0.2em;
}

#Top main #chocolate .inbox .wrap a.btn::after, #Top main #piedip .inbox .wrap a.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/svg/arrow_wh.svg) no-repeat;
  width: 16px;
  height: 5px;
}

#Top main #chocolate * {
  color: #fff;
}

#Top main #chocolate .inbox {
  background: #281209;
}

#Top main #piedip .inbox .wrap a.btn::after {
  background: url(../images/svg/arrow_br.svg) no-repeat;
}

#Top main #news {
  background: #edece6;
  padding: 50px 25px 10px;
}

#Top main #news .inner p.head {
  color: #ada07e;
  font-size: 20px;
  letter-spacing: 0.2em;
  text-align: center;
}

#Top main #news .inner .c-box {
  padding: 40px 0 35px;
  border-bottom: 1px solid #e2dfce;
  position: relative;
}

#Top main #news .inner .c-box:last-child {
  border-bottom: none;
}

#Top main #news .inner .c-box .ph {
  width: 120px;
  position: absolute;
  top: 40px;
  left: 0;
}

#Top main #news .inner .c-box .con {
  padding: 0 0 0 140px;
  min-height: 140px;
}

#Top main #news .inner .c-box .c-day {
  color: #8d815f;
  padding: 0 0 4px;
  font-size: 10px;
  letter-spacing: 0.15em;
}

#Top main #news .inner .c-box .c-title {
  color: #3b3523;
  padding: 0 0 14px;
  font-size: 20px;
  line-height: 1.3;
}

#Top main #news .inner .c-box .c-text {
  color: #3b3523;
  font-size: 14px;
  line-height: 2;
}

#Top main #shop {
  background: #fff;
  padding: 50px 25px 70px;
}

#Top main #shop p.head {
  color: #ada07e;
  margin: 0 0 22px;
  font-size: 20px;
  letter-spacing: 0.2em;
  text-align: center;
}

#Top main #shop ul li {
  margin: 0 0 12px;
}

#Top main #shop ul li:last-child {
  margin-bottom: 0;
}




/* ADD 2022.03
========================================*/
html, body {
  color: black;
}

footer .pageTop_home::before, footer .pageTop_home::after {
  background: #edece6;
}
#Top footer .pageTop_home::before, #Top footer .pageTop_home::after {
  background: #fff;
}