@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media (min-width: 751px) {
  html {
    font-size: 85%;
  }
}

#main {
  position: relative;
}
@media (min-width: 751px) {
  #main {
    background: #e9eaea;
  }
  #main #container {
    position: relative;
    background: #fff;
    z-index: 2;
    border-left: solid 1px #646464;
    border-right: solid 1px #646464;
  }
  #main::before {
    display: block;
    content: "";
    width: 16vw;
    aspect-ratio: 422/562;
    background: url(../img/260203/body_bg-01.webp) no-repeat center/cover;
    position: fixed;
    top: calc(50% - 10vw);
    right: calc(50% + 28vw);
  }
  #main::after {
    display: block;
    content: "";
    width: 29vw;
    aspect-ratio: 743/762;
    background: url(../img/260203/body_bg-02.webp) no-repeat center/100%;
    position: fixed;
    top: calc(50% - 10vw);
    left: calc(50% + 25vw);
  }
}

#contents {
  margin: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  color: #505050;
  overflow: hidden;
}
#contents img {
  width: 100%;
}

/* ---------------------------------------*/
/* wrapper */
/* ---------------------------------------*/
.wrapper, .wrapper--ig {
  padding: 0 20px;
}
@media (min-width: 751px) {
  .wrapper, .wrapper--ig {
    max-width: 830px;
    padding: 0 40px;
  }
}

/* ---------------------------------------*/
/* campaign */
/* ---------------------------------------*/
#campaign {
  padding: 0 25px;
  margin: 75px 0;
}

/* ---------------------------------------*/
/* navigation  */
/* ---------------------------------------*/
#navigation {
  padding: 50px 75px 50px;
  background: #e9eaea;
  position: relative;
}
#navigation .to_top {
  margin: 40px 20px;
  position: relative;
  z-index: 2;
}
@media (min-width: 751px) {
  #navigation {
    padding: 110px 19%;
  }
  #navigation .to_top {
    margin: 50px;
  }
}

.navigation-list__item {
  padding: 20px 0;
  border-bottom: solid 1px #505050;
}
@media (min-width: 751px) {
  .navigation-list__item {
    padding: 30px 0;
  }
}

.navigation-list-heading-01 {
  display: block;
  width: 52.6%;
  margin: 0 auto 15px;
}
@media (min-width: 751px) {
  .navigation-list-heading-01 {
    margin: 15px auto 30px !important;
  }
}

/* ---------------------------------------*/
/* to_top  */
/* ---------------------------------------*/
#to_top {
  padding: 0 40px;
}

/* ---------------------------------------*/
/* batter_sleep  */
/* ---------------------------------------*/
#better_sleep {
  padding: 0 40px;
  margin: 75px 0 73px;
}

/* ---------------------------------------*/
/* ig */
/* ---------------------------------------*/
.wrapper--ig {
  padding: 0 50px;
  margin: 0 0 100px;
}

.ig-heading {
  width: 20%;
  margin: 0 auto 14px;
}

.ig-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20%;
}

.ig-list__item {
  display: block;
}
.ig-list__item:first-child {
  width: 41px;
  height: 41px;
}
.ig-list__item:nth-child(2) {
  width: 44px;
  height: 42px;
}

.ig-list__heading {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  margin: 0 0 15px;
}

.campaign-icon--ig {
  width: 41px !important;
  margin: 0 auto;
}

/* ---------------------------------------*/
/* notes */
/* ---------------------------------------*/
#notes {
  padding: 0 0 20px;
}

.notes-list_item {
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  padding: 0 0 0 1em;
  position: relative;
}
.notes-list_item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.header-hamburger {
  position: fixed;
  background: #e9eaea;
  z-index: 99;
  top: 43px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100svh;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  overflow: auto;
}
.header-hamburger ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.header-hamburger ul li {
  width: 100%;
}
.header-hamburger ul li a {
  display: block;
  height: 100%;
}
.header-hamburger.active {
  opacity: 1;
  pointer-events: auto;
}
.header-hamburger::after {
  display: block;
  content: "";
  aspect-ratio: 422/562;
  width: 100px !important;
  background: url(../img/260203/body_bg-01.webp) no-repeat center/100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 43px;
  margin: auto;
}
@media (min-width: 751px) {
  .header-hamburger {
    max-width: 750px !important;
    margin: 0 auto;
    overflow: auto; /* または scroll */
    -ms-overflow-style: none; /* IE / Edge(旧) */
    scrollbar-width: none; /* Firefox */
  }
  .header-hamburger::after {
    display: none;
  }
  .header-hamburger #navigation {
    padding-bottom: 42px;
  }
}

.header-navToggle {
  display: block;
  position: fixed;
  right: 10px;
  top: 58px;
  width: 42px;
  height: 42px;
  z-index: 100;
  border: solid 1px #1e644a;
  border-radius: 99px;
  text-align: center;
}
.header-navToggle span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 22px;
  height: 1px;
  background: #1e644a;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.header-navToggle span:nth-child(1) {
  top: 30%;
}
.header-navToggle span:nth-child(2) {
  top: calc(50% - 1px);
}
.header-navToggle span:nth-child(3) {
  bottom: 30%;
}
.header-navToggle.active span:nth-child(1) {
  top: 49%;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.header-navToggle.active span:nth-child(2) {
  opacity: 0;
}
.header-navToggle.active span:nth-child(3) {
  top: 27%;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
@media (min-width: 751px) {
  .header-navToggle {
    top: 70px;
    right: auto;
    left: calc(50% + 290px);
  }
}

#page-top {
  z-index: 10;
}

.g-nav-flower {
  display: none;
}
@media (min-width: 751px) {
  .g-nav-flower {
    display: block;
    width: 132px;
    margin: 0 auto;
  }
}