@charset "UTF-8";
/* CSS Document */
/*=====================================

 BRAST NOTE

=====================================*/
.note-page {
  padding-top: 0px !important;
}

/*-----------------
MV
------------------*/
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.mv {
  width: 100%;
  height: 100svh;
  position: relative;
  top: 0;
  z-index: -1;
}

.mv .mv__slide {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mv__slide .swiper-slide {
  overflow: hidden;
  height: 100%;
}

.mv__slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.mv__slide .swiper-slide-active img,
.mv__slide .swiper-slide-duplicate-active img,
.mv__slide .swiper-slide-prev img {
  -webkit-animation: zoomUp 12s linear 0s;
          animation: zoomUp 12s linear 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/*
 note-intro (bg-change)
-----------------*/
.note-brand {
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 1024px) {
  .note-brand {
    top: 30px;
  }
}
@media (max-width: 540px) {
  .note-brand {
    top: 50px;
  }
}
.note-brand img {
  width: 534px;
  max-width: 90%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 840px) {
  .note-brand img {
    width: 460px;
  }
}
@media (max-width: 540px) {
  .note-brand img {
    width: 320px;
  }
}

.note-content-wrap--bg {
  position: relative;
}

.note-content-wrap--bg002 {
  padding-top: 0 !important;
}

.note-content-wrap--bg::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: -1;
}

.note-content-wrap--bg.show::before {
  opacity: 1;
}

.note-content-wrap--bg001::before {
  background: #f1ede7;
}

.note-content-wrap--bg002::before {
  background: #e2e8dc;
}

.note-sticky-container {
  height: auto;
  width: 100%;
  position: relative;
  padding-bottom: 50px;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.note-sticky-container .note-stick-img {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: sticky;
  top: 0;
  z-index: 2;
}
.note-sticky-container .note-stick-img img {
  width: auto;
  height: 80%;
}
@media (max-width: 1024px) {
  .note-sticky-container .note-stick-img img {
    height: 70%;
  }
}
@media (max-width: 840px) {
  .note-sticky-container .note-stick-img img {
    height: 65%;
  }
}
@media (max-width: 540px) {
  .note-sticky-container .note-stick-img img {
    width: 76%;
    height: auto;
  }
}
.note-sticky-container .note-text-container {
  width: 88%;
  max-width: 700px;
  min-height: 100vh;
  margin: 0 auto;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
  color: #000;
}
.note-sticky-container .note-text-container h2 {
  margin-bottom: 60px;
}
@media (max-width: 540px) {
  .note-sticky-container .note-text-container h2 {
    margin-bottom: 30px;
  }
}
.note-sticky-container .note-text-container p {
  line-height: 2.6;
  margin-bottom: 3.4rem;
  font-size: 1.7rem;
  font-weight: 700;
}
@media (max-width: 540px) {
  .note-sticky-container .note-text-container p {
    letter-spacing: 0.1rem;
    font-size: 1.5rem;
    line-height: 2.2;
    margin-bottom: 2rem;
  }
}
.note-sticky-container .note-text-container .note-button {
  display: inline-block;
  margin-top: 50px;
}
.note-sticky-container .note-text-container .note-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 340px;
  max-width: 100%;
  height: 50px;
  line-height: 1;
  background-color: #333;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 540px) {
  .note-sticky-container .note-text-container .note-button a {
    height: 45px;
  }
}

/*
 howto (NOTE)
-----------------*/
.note-howto {
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 18px 18px;
  background-repeat: repeat;
  background-position: center center;
}

.note-howto .note-i-menu {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 540px) {
  .note-howto .note-i-menu {
    margin-bottom: 30px;
  }
}
.note-howto .note-i-menu span {
  font-weight: 700;
  background: #e4e7ea;
  color: #4d4d4d;
  display: inline-block;
  border-radius: 16px;
  padding: 8px 12px 8px 12px;
  margin: 0 8px 16px 8px;
  line-height: 1;
  min-width: 140px;
}
@media (max-width: 540px) {
  .note-howto .note-i-menu span {
    font-size: 1.5rem;
  }
}

.note-howto .note-howto-img {
  margin-bottom: 100px;
}
@media (max-width: 540px) {
  .note-howto .note-howto-img {
    margin-bottom: 50px;
  }
}

.note-howto .note-jirei li img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.note-howto .note-jirei li p {
  text-align: left;
}

/*
 特徴 (NOTE)
-----------------*/
.note-tokucho {
  position: relative;
  background-color: #ecece7;
}

.p-top__flowcopy {
  position: absolute;
  z-index: 0;
  width: 100%;
  top: 30px;
  left: 0;
  overflow: hidden;
}

@-webkit-keyframes flowL {
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes flowL {
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-top__flowcopy__str {
  --flow-time: 150s;
  color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(10vw, 70px);
  font-weight: 500;
  line-height: 1;
  margin: 0;
  position: relative;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-top__flowcopy__str._r2l {
  -webkit-animation: flowL var(--flow-time) linear infinite;
          animation: flowL var(--flow-time) linear infinite;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.tokucho-wrap .tokucho-title {
  position: relative;
  letter-spacing: 0.05rem;
  padding-left: 45px;
  margin-bottom: 20px;
}
@media (max-width: 540px) {
  .tokucho-wrap .tokucho-title {
    padding-left: 38px;
    padding-top: 1px;
    margin-bottom: 15px;
  }
}
.tokucho-wrap .tokucho-title .ic {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: #838f8f;
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 540px) {
  .tokucho-wrap .tokucho-title .ic {
    width: 30px;
    height: 30px;
    font-weight: 500;
  }
}

.tokucho-wrap .tokucho-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 841px) {
  .tokucho-wrap .tokucho-flex > div {
    width: 50%;
  }
  .tokucho-wrap .tokucho-flex:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .tokucho-wrap .tokucho-flex:nth-child(odd) .tokucho-txt {
    padding-right: 4%;
  }
  .tokucho-wrap .tokucho-flex:nth-child(even) .tokucho-txt {
    padding-left: 4%;
  }
}
@media screen and (max-width: 840px) {
  .tokucho-wrap {
    margin-bottom: 100px;
  }
  .tokucho-wrap .tokucho-flex:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .tokucho-wrap .tokucho-flex .tokucho-img {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 540px) {
  .tokucho-wrap .tokucho-flex:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.note-details {
  background-color: #fff;
}

.note-details-tbl {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}
.note-details-tbl th,
.note-details-tbl td {
  border-bottom: 1px dotted #b6b6b6;
  font-weight: 400;
  vertical-align: top;
  padding: 25px 30px;
  text-align: left;
}
@media (max-width: 540px) {
  .note-details-tbl th,
  .note-details-tbl td {
    padding: 20px 8px;
  }
}
.note-details-tbl th {
  width: 150px;
}
@media (max-width: 540px) {
  .note-details-tbl th {
    width: 105px;
  }
}
@media (max-width: 540px) {
  .note-details-tbl td {
    padding-left: 0;
  }
}

/*
 note-item gift
-----------------*/
.note-item {
  background-color: #f6f6f6;
}

/*
 note-item
-----------------*/
.note-item-wrap {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.note-item-wrap ul li {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.note-item-wrap ul li:not(:last-of-type) {
  margin-bottom: 70px;
}
@media (max-width: 840px) {
  .note-item-wrap ul li:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
@media (max-width: 540px) {
  .note-item-wrap ul li:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.note-item-wrap ul li .note-item-img {
  width: 50%;
}
@media (max-width: 540px) {
  .note-item-wrap ul li .note-item-img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.note-item-wrap ul li .note-item-img img {
  width: 100%;
  height: auto;
  display: block;
}
.note-item-wrap ul li .note-item-txt {
  width: 40%;
}
@media (max-width: 840px) {
  .note-item-wrap ul li .note-item-txt {
    width: 45%;
  }
}
@media (max-width: 540px) {
  .note-item-wrap ul li .note-item-txt {
    width: 100%;
  }
}
.note-item-wrap .item-name {
  font-size: 20px;
}
@media (max-width: 540px) {
  .note-item-wrap .item-name {
    font-size: 18px;
  }
}
.note-item-wrap .price {
  margin-top: 15px;
}
@media (max-width: 840px) {
  .note-item-wrap .price {
    margin-top: 8px;
  }
}
.note-item-wrap .price .en {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.15rem;
}
@media (max-width: 540px) {
  .note-item-wrap .price .en {
    font-size: 20px;
  }
}
.note-item-wrap .price small {
  margin-left: 5px;
}
.note-item-wrap .item-coment {
  margin-top: 15px;
}
@media (max-width: 840px) {
  .note-item-wrap .item-coment {
    margin-top: 8px;
  }
}
.note-item-wrap .item-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 230px;
  max-width: 100%;
  height: 40px;
  line-height: 1;
  background-color: #838f8f;
  color: #fff;
  border-radius: 20px;
  font-size: 1.4rem;
  margin-top: 30px;
}
@media (max-width: 840px) {
  .note-item-wrap .item-button {
    margin-top: 15px;
  }
}
@media (max-width: 540px) {
  .note-item-wrap .item-button {
    margin-top: 20px;
    width: 100%;
  }
}
.note-item-wrap .soldout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 230px;
  max-width: 100%;
  height: 40px;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #838f8f;
  color: #6e6e6e;
  border-radius: 20px;
  font-size: 1.5rem;
  margin-top: 30px;
}
@media (max-width: 840px) {
  .note-item-wrap .soldout {
    margin-top: 15px;
  }
}
@media (max-width: 540px) {
  .note-item-wrap .soldout {
    margin-top: 20px;
    width: 100%;
  }
}

/*
 note-btn
-----------------*/
.note-btn {
  position: fixed;
  right: 3vw;
  bottom: 5vh;
  z-index: 5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.note-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  color: #fff;
  background-color: #838f8f;
  font-weight: 700;
}
@media (max-width: 840px) {
  .note-btn {
    display: none;
  }
}

/*=====================================

 THANKS PAGE

=====================================*/
.thanks-note-intro {
  padding-top: 250px;
  padding-bottom: 60px;
}
.thanks-note-intro .thanks-txt {
  max-width: 650px;
  margin: 0 auto;
}
.thanks-note-intro .thanks-txt h3 {
  font-size: 2rem;
  margin-bottom: 30px;
}