@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
@font-face {
  font-family: "ampersand";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../fonts/ampersand.otf") format("opentype"), url("../fonts/ampersand.woff") format("woff"), url("../fonts/ampersand.woff2") format("woff2");
}
/*--------------------------------
   Media Queries (1400px ~ 1400px)
 --------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: calc(10 * (100vw/1400));
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: calc(10 * (100vw/600));
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
html {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100svh;
  scrollbar-width: none;
  -webkit-appearance: none;
  -ms-overflow-style: none;
}
html::-webkit-scrollbar {
  display: none;
}
html:has(.snap-off) {
  position: static;
  overflow: auto;
}

#header_bottom:not(#header_bottom.active) {
  display: none;
}

.lp_omamoribox {
  color: var(--color-text);
  font-family: var(--font-en), var(--font-jp), sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: calc(430 * 60rem/390);
}
.lp_omamoribox img,
.lp_omamoribox svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.lp_omamoribox picture {
  display: block;
}
.lp_omamoribox a {
  display: block;
  color: inherit;
}
.lp_omamoribox a:hover {
  opacity: 1;
}
.lp_omamoribox *:focus {
  outline: none;
}
.lp_omamoribox a,
.lp_omamoribox label {
  -webkit-tap-highlight-color: rgba(242, 238, 231, 0.5);
}
.lp_omamoribox input {
  display: none;
}
.lp_omamoribox li,
.lp_omamoribox ol {
  list-style-type: none;
}
.lp_omamoribox .spOnly {
  display: block;
}
.lp_omamoribox .pcOnly {
  display: none;
}
.lp_omamoribox ::-moz-selection {
  background-color: rgba(242, 238, 231, 0.8);
}
.lp_omamoribox ::selection {
  background-color: rgba(242, 238, 231, 0.8);
}
.lp_omamoribox sup {
  font-size: 0.6em;
}
.lp_omamoribox #share img {
  display: block;
  margin: auto;
}
.lp_omamoribox .doubleQuotation {
  font-family: ivypresto-display, serif;
  font-weight: 400;
}
.lp_omamoribox .js-action .inner {
  opacity: 0;
}
.lp_omamoribox .js-action .border::after {
  width: 0;
}
.lp_omamoribox .move {
  opacity: 0;
}
.lp_omamoribox .js-action_enable .--inner1 {
  -webkit-animation: opaAmin 1.4s 0.4s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
          animation: opaAmin 1.4s 0.4s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
}
.lp_omamoribox .js-action_enable .--inner2 {
  -webkit-animation: opaAmin 1.4s 0.8s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
          animation: opaAmin 1.4s 0.8s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
}
.lp_omamoribox .js-action_enable .--border1::after {
  -webkit-animation: borderAmin 1.4s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
          animation: borderAmin 1.4s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
}
.lp_omamoribox .js-action_enable .--border2::after {
  -webkit-animation: borderAmin 1.4s 0.4s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
          animation: borderAmin 1.4s 0.4s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
}
.lp_omamoribox .js-action_enable.copy .border:nth-of-type(1)::after {
  -webkit-animation: borderAmin2 1.7s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
          animation: borderAmin2 1.7s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
}
.lp_omamoribox .js-action_enable.copy .border:nth-of-type(2)::after {
  -webkit-animation: borderAmin2 1.7s 0.3s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
          animation: borderAmin2 1.7s 0.3s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
}
.lp_omamoribox .js-action_enable.copy .border:nth-of-type(3)::after {
  -webkit-animation: borderAmin2 1.7s 0.7s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
          animation: borderAmin2 1.7s 0.7s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
}
.lp_omamoribox .js-action_enable.copy .border:nth-of-type(4)::after {
  -webkit-animation: borderAmin2 1.7s 1.1s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
          animation: borderAmin2 1.7s 1.1s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
}
.lp_omamoribox .js-action_enable.copy .border:nth-of-type(5)::after {
  -webkit-animation: borderAmin2 1.7s 1.5s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
          animation: borderAmin2 1.7s 1.5s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
}
.lp_omamoribox .move_enable {
  -webkit-animation: opaAmin 1.4s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
          animation: opaAmin 1.4s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
}
.lp_omamoribox .contents__item.anim_enable {
  -webkit-animation: opaAmin2 1s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
          animation: opaAmin2 1s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
}
@-webkit-keyframes opaAmin {
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opaAmin {
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes borderAmin {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes borderAmin {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes borderAmin2 {
  0% {
    width: 0;
  }
  100% {
    width: 104%;
  }
}
@keyframes borderAmin2 {
  0% {
    width: 0;
  }
  100% {
    width: 104%;
  }
}
@-webkit-keyframes opaAmin2 {
  10% {
    transform: translateY(3%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes opaAmin2 {
  10% {
    transform: translateY(3%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.lp_omamoribox .section--titleWrap {
  position: relative;
  margin-bottom: calc(3 * 60rem/390);
  z-index: 0;
}
.lp_omamoribox .section--titleWrap .border {
  position: absolute;
  -webkit-mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, #000 40%, #000);
          mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, #000 40%, #000);
  -webkit-mask-size: 100% max(100%, 100vh);
          mask-size: 100% max(100%, 100vh);
  margin: auto;
  left: 0;
  right: 0;
  z-index: -1;
}
.lp_omamoribox .section--titleWrap .border.--1 {
  transition: mask-position 2.6s 0.2s linear, -webkit-mask-position 2.6s 0.2s linear;
  bottom: calc(22 * 60rem/390);
  left: calc(30 * 60rem/390);
  width: calc(212 * 60rem/390);
}
.lp_omamoribox .section--titleWrap .border.--2 {
  transition: mask-position 2.6s 0.5s linear, -webkit-mask-position 2.6s 0.5s linear;
  transform: rotate(-1deg);
  bottom: calc(16 * 60rem/390);
  left: calc(30 * 60rem/390);
  width: calc(333 * 60rem/390);
}

/* .lp_omamoribox : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.lp_omamoribox {
  --color-text: #6F6F6F;
  --color-primary: #245F47;
  --color-secondary: #F3F9C9;
  --color-tertiary: #46B78B;
  --color-quaternary: #76BFA2;
  --font-jp: "Zen Kaku Gothic New";
  --font-en: "brandon-grotesque";
  --font-CrimsonText: "Crimson Text";
  --font-ZenOldMincho: "Zen Old Mincho";
  /*----------mvArea----------*/
  /*----------part-mv----------*/
  /*----------part-contents----------*/
}
.lp_omamoribox .section {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  z-index: 0;
}
.lp_omamoribox .section__inner {
  display: grid;
  place-content: center;
  position: absolute;
  top: -5.6svh;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.lp_omamoribox .section .all-button {
  display: inline-block;
  position: relative;
  margin: 2.9svh auto 0;
  padding: calc(8 * 60rem/390) calc(40 * 60rem/390) calc(6 * 60rem/390);
  background-color: var(--color-primary);
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  width: calc(310 * 60rem/390);
  z-index: 0;
}
.lp_omamoribox .section .all-button p {
  font-size: calc(14 * 60rem/390);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.025em;
}
.lp_omamoribox .section .all-button::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: calc(14 * 60rem/390);
  bottom: 0;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: calc(4 * 60rem/390);
  height: calc(9 * 60rem/390);
  z-index: 0;
}
.lp_omamoribox .section .all-button .strong {
  font-size: calc(15 * 60rem/390);
  font-weight: bold;
}
.lp_omamoribox .lp_contents_inner {
  position: relative;
  z-index: 1;
  overflow: auto;
  overflow-x: hidden;
  height: 100svh;
}
.lp_omamoribox .snap-off {
  overscroll-behavior: auto;
  scroll-behavior: auto;
  touch-action: auto;
}
.lp_omamoribox .scroll_snap {
  height: 100svh;
}
.lp_omamoribox .snap-disable {
  height: auto;
  scroll-snap-align: none;
  flex-shrink: 0;
}
.lp_omamoribox .mvArea {
  display: grid;
  place-content: center;
  background-color: #398271;
  height: calc(550 * 60rem/390);
}
.lp_omamoribox .part-mv {
  background-color: var(--color-primary);
  color: var(--color-secondary);
  text-align: center;
}
.lp_omamoribox .part-mv__partText {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding-top: calc(34 * 60rem/390);
  padding-bottom: calc(34 * 60rem/390);
  padding-left: calc(14 * 60rem/390);
  color: #fff;
  font-size: calc(12 * 60rem/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  writing-mode: vertical-rl;
  z-index: 1;
}
.lp_omamoribox .part-mv__hadding {
  margin-bottom: 8.7svh;
  font-family: var(--font-CrimsonText), var(--font-ZenOldMincho), serif;
  font-size: calc(13 * 60rem/390);
  line-height: 1;
  letter-spacing: 0.1em;
}
.lp_omamoribox .part-mv__hadding .en {
  font-size: calc(15 * 60rem/390);
}
.lp_omamoribox .part-mv__title {
  margin-bottom: 1.4svh;
  font-size: calc(25 * 60rem/390);
  line-height: 1.92;
  letter-spacing: 0.12em;
}
.lp_omamoribox .part-mv__title .border {
  position: relative;
  z-index: 0;
}
.lp_omamoribox .part-mv__title .border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  border-bottom: 1px solid var(--color-secondary);
  z-index: 0;
}
.lp_omamoribox .part-mv__img {
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 1.9svh;
  width: calc(390 * 60rem/390);
}
.lp_omamoribox .part-mv__img img {
  width: auto;
  height: calc(80 * 100vh/390);
}
.lp_omamoribox .part-mv__text {
  font-size: calc(13 * 60rem/390);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.12em;
}
.lp_omamoribox .part-contents.part01-1 {
  margin-top: -56.4svh;
}
.lp_omamoribox .part-contents.part02-1 {
  margin-top: -52.1svh;
}
.lp_omamoribox .part-contents.part03-1 {
  margin-top: -32.4svh;
}
.lp_omamoribox .part-contents__partText {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  margin-left: auto;
  margin-right: 0;
  padding-top: calc(30 * 60rem/390);
  padding-bottom: calc(30 * 60rem/390);
  padding-right: calc(11 * 60rem/390);
  text-decoration: underline;
  text-underline-offset: 1px;
  color: #C9C5BF;
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(20 * 60rem/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  z-index: 1;
}
.lp_omamoribox .part-contentsWrap {
  background-color: var(--color-secondary);
}
.lp_omamoribox .part-contents__item:nth-of-type(1) {
  margin-bottom: 6.3svh;
}
.lp_omamoribox .part-contents__item:nth-of-type(1) .part-contents__item__inner {
  margin-right: calc(10 * 60rem/390);
}
.lp_omamoribox .part-contents__item:nth-of-type(2) .part-contents__item__inner {
  margin-left: calc(10 * 60rem/390);
}
.lp_omamoribox .part-contents__item__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: calc(26 * 60rem/390);
       column-gap: calc(26 * 60rem/390);
  margin-bottom: 1.8svh;
}
.lp_omamoribox .part-contents .image {
  height: calc(74 * 100vh/390);
}
.lp_omamoribox .part-contents .image img {
  width: auto;
  height: 100%;
}
.lp_omamoribox .part-contents .credit {
  width: calc(134 * 60rem/390);
}
.lp_omamoribox .part-contents .credit .brand {
  margin-bottom: 1.1svh;
  font-size: calc(13 * 60rem/390);
  font-weight: bold;
  letter-spacing: 0.075em;
}
.lp_omamoribox .part-contents .credit .brand.jp {
  font-size: calc(11 * 60rem/390);
  line-height: 1.7;
}
.lp_omamoribox .part-contents .credit .name {
  margin-bottom: 0.7svh;
  font-size: calc(13 * 60rem/390);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.025em;
}
.lp_omamoribox .part-contents .credit .price {
  margin-bottom: 0.6svh;
  font-size: calc(14 * 60rem/390);
  font-weight: 500;
  letter-spacing: 0.025em;
}
.lp_omamoribox .part-contents .credit .price .yen {
  font-size: calc(13 * 60rem/390);
}
.lp_omamoribox .part-contents .credit .price .tax {
  font-size: calc(11 * 60rem/390);
}
.lp_omamoribox .part-contents .credit .button {
  display: inline-block;
  padding: calc(7 * 60rem/390) calc(8 * 60rem/390) calc(6 * 60rem/390) calc(7 * 60rem/390);
  background-color: var(--color-quaternary);
  border-radius: calc(2 * 60rem/390);
  color: #fff;
}
.lp_omamoribox .part-contents .credit .button p {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(5 * 60rem/390);
       column-gap: calc(5 * 60rem/390);
  font-size: calc(11 * 60rem/390);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.025em;
}
.lp_omamoribox .part-contents .credit .button p::before {
  content: "";
  width: calc(11 * 60rem/390);
  height: calc(12 * 60rem/390);
  background-image: url(../img/cart.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.lp_omamoribox .part-contents .copy {
  color: var(--color-tertiary);
  font-size: calc(14 * 60rem/390);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.075em;
  text-align: center;
}
.lp_omamoribox .part-contents .copy .border {
  position: relative;
  z-index: 0;
}
.lp_omamoribox .part-contents .copy .border::after {
  content: "";
  position: absolute;
  top: calc(-1 * 60rem/390);
  left: -2%;
  width: 0%;
  height: calc(21 * 60rem/390);
  background-color: #F8FFFC;
  z-index: -1;
}

/* .lp_omamoribox SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 769px) {
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ S e t U p  PC ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  main {
    max-width: 100vw;
  }
  #FooterWrap {
    position: relative;
    z-index: 1;
  }
  #Wrap {
    width: auto;
  }
  .wrapTop,
.wrapBottom,
#Contents {
    width: 100%;
  }
  /*  set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .lp_omamoribox {
    margin: 0 auto;
    max-width: 100vw;
    min-height: 100svh;
  }
  .lp_omamoribox a {
    cursor: pointer;
  }
  .lp_omamoribox .pcOnly {
    display: block;
  }
  .lp_omamoribox .spOnly {
    display: none;
  }
  .lp_omamoribox .fixed_area {
    grid-template-columns: 1fr 60rem 1fr;
    width: 100%;
    height: 100%;
  }
  .lp_omamoribox .fixed_area .fixed_nav {
    place-items: center;
    height: 100vh;
    pointer-events: all;
  }
  .lp_omamoribox .fixed_area .fixed_left {
    top: 0;
    grid-column: 1;
  }
  .lp_omamoribox .fixed_area .fixed_left__inner {
    text-align: center;
    width: 42rem;
  }
  .lp_omamoribox .fixed_area .fixed_right {
    top: 0;
    grid-column: 3;
    text-align: center;
  }
  .lp_omamoribox .mvArea {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .lp_omamoribox .mvArea .scroll_snap__inner {
    margin: auto;
    width: 100%;
  }
  .lp_omamoribox .scroll_snap {
    box-sizing: border-box;
  }
  .lp_omamoribox .scroll_snap__inner {
    margin: auto;
    left: 0;
    right: 0;
  }
  .lp_omamoribox .part-mv__img {
    overflow: visible;
  }
  .lp_omamoribox .part-contents .section__inner:not(.part03-2 .section__inner) {
    display: flex;
    align-items: center;
    -moz-column-gap: 10vw;
         column-gap: 10vw;
  }
  .lp_omamoribox .part-contents__item {
    height: 48rem;
  }
  .lp_omamoribox .part-contents__item:nth-of-type(1) {
    margin-bottom: 0;
  }
  .lp_omamoribox .part-contents.part01-1,
.lp_omamoribox .part-contents.part02-1,
.lp_omamoribox .part-contents.part03-1 {
    margin-top: 0;
  }
  .lp_omamoribox .part-contents__item:nth-of-type(1) .part-contents__item__inner {
    margin-right: 0;
  }
  .lp_omamoribox .part-contents__item:nth-of-type(2) .part-contents__item__inner {
    flex-direction: row-reverse;
    margin-left: 0;
  }
  /* .lp_omamoribox PC*/
}
/*# sourceMappingURL=style.css.map */