@charset "UTF-8";
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
#share {
    bottom: 10% !important;
    left: 3% !important;
}

.lp-page {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  color: #6A1B17;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  z-index: 0;
  padding-bottom: 12rem;
  background: #ffffff;
  font-weight: 500;
}
.lp-page img,
.lp-page svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.lp-page picture {
  display: block;
}
.lp-page a {
  display: block;
  color: inherit;
}
.lp-page *:focus {
  outline: none;
}
.lp-page a,
.lp-page label {
  /* -webkit-tap-highlight-color: rgba(240, 164, 149, 0.6); */
}
.lp-page input {
  display: none;
}
.lp-page li,
.lp-page ol {
  list-style-type: none;
}


  main {
    max-width: 100vw;
  }
  #Wrap {
    width: auto;
  }
  .wrapTop,
.wrapBottom {
    width: 100%;
  }

  .lp-page a {
    cursor: pointer;
  }
  .lp-page .pcOnly {
    display: block;
  }
  .lp-page .spOnly {
    display: none;
  }

/* 追従メニュー */
.fixed-nav {
	display: none;
}
.fixed-nav.m_fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	font-weight: 700;
	/* border-bottom: 2px solid #F7B3A7; */
	width: 100%;
	animation: fadein 1s ease-out forwards;
	display: block;
	z-index: 20;
	font-family: "Noto Serif JP", serif;
}

.fixed-nav.m_fixed .nav-list {
    display: flex;
    align-items: center;
    height: 6rem;
    background: #FAE8CC;
    color: #C62900;
    /* font-family: "Marcellus", "Noto Sans JP", sans-serif; */
    justify-content: center;
    /* box-shadow: 0 0 6px #dddddd; */
    /* padding: 0 6rem; */
}

.fixed-nav.m_fixed .nav-list li a {
    align-items: center;
    height: 3.2rem;
    text-align: center;
    font-size: 1.4rem;
    /* opacity: 0.5; */
    display: flex;
    justify-content: center;
    position: relative;
}

.fixed-nav a.active {
    opacity: 1 !important;
    font-weight: 600;
}

/* 追従メニュー */
.fixed-bnr {
	display: none;
}
.fixed-bnr.m_fixed {
	position: fixed;
	bottom: 8rem;
	right: 0;
	border-radius: 0.5rem 0 0 0.5rem;
	/* max-width: 100rem; */
	width: 17.5rem;
	animation: fadein 1s ease-out forwards;
	display: block;
	z-index: 20;
	box-shadow: 0 0 6px #a2a2a2;
}

.fixed-bnr.m_fixed .nav-list {
    display: flex;
    align-items: center;
    height: 7rem;
    background: #FAF0E8;
    border-radius: 5px;
    font-family: "Marcellus", "Noto Sans JP", sans-serif;
    justify-content: space-between;
    box-shadow: 0 0 6px #dddddd;
    padding: 0 6rem;
}

.fixed-bnr.m_fixed .nav-list li a {
    width: 100%;
    /* display: block; */
    text-align: center;
    font-size: 1.4rem;
    opacity: 0.5;
    display: block;
}

.fixed-bnr a.active {
    opacity: 1 !important;
    font-weight: 600;
}

/* mv slick */
.lp-page .mv-container {
  margin: 5rem auto 0;
  max-width: 91rem;
  width: 100%;
}
.lp-page .slick-img img {
  height: auto;
  opacity: .5;
  transform: scale(.9);
  transition: opacity .6s, transform .6s;
  width: 100%;
}

.lp-page .slider .slick-center img {
  opacity: 1;
  transform: scale(1);
}
/*----------アニメーション----------*/
.fadein {
    opacity: 0;
    transform: translateY(0);
    transition: opacity 2s 0s, transform 2s 0s;
  }
  
  .fadein.fade-active {
    opacity: 1;
    transform: translateY(0) translateZ(0);
    transition: opacity 2s 0s, transform 2s 0s;
  }
  
  
  .fadeup {
    opacity: 0;
    transform: translateY(2rem);
    transition: opacity 1.3s 0s, transform 1.3s 0s;
  }
  
  .fadeup.fade-active {
    opacity: 1;
    transform: translateY(0) translateZ(0);
    transition: opacity 1.3s 0s, transform 1.3s 0s;
  }
  
  .fadein-load {
    opacity: 0;
    transition: opacity 1s;
  }
  
  .fadein-load.fade-active {
    opacity: 1;
    transition: opacity 1s;
  }
  
  .fadeup-load {
    opacity: 0;
    transform: translateY(5rem) translateZ(0);
    transition: opacity 1.3s 0s, transform 1.3s 0s;
  }
  
  .fadeup-load.fade-active {
    opacity: 1;
    transform: translateY(0) translateZ(0);
    transition: opacity 1.3s 0s, transform 1.3s 0s;
  }


.js-fixed-area {
  position: relative;
}
.js-fixed-elm {
  position: absolute;
  top: 0;
}
.js-fixed-elm.is-fixed {
  position: fixed;
}


.lp-page .main-area .intro-txt {
    text-align: center;
    line-height: 2;
    font-size: 1.6rem;
}

.lp-page .main-area .nav-list {
    display: flex;
    margin: 6rem auto 10rem;
    align-items: center;
    justify-content: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.fixed-nav.m_fixed .nav-list li {
    width: 20rem;
    border-left: 1px solid rgb(198 41 0 / 20%);
    /* height: 3.2rem; */
    /* border-left: 1px solid #111; */
    /* display: flex; */
    /* font-weight: 500; */
    /* margin: 0 6rem 0 0; */
}

.lp-page .cont-area h3 {
    text-align: center;
    color: #C62900;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 3.5rem;
    /* color: #BC9A64; */
    /* font-size: 1.6rem; */
    /* margin-bottom: 4rem; */
}


.lp-page .cont-area h3 span {font-size: 4.5rem;/* font-weight: 400; *//* display: block; */}
.lp-page * {
    box-sizing: border-box;
}

.lp-page .btn-detail {
    font-family: "Marcellus", serif;
    font-size: 1.1rem;
    text-align: center;
    border: 1px solid rgb(232 123 21 / 50%);
    border-radius: 10rem;
    width: 6rem;
    padding: 0.5rem 0;
    line-height: 1;
    color: #E87B15;
    letter-spacing: 0.05rem;
}


.lp-page .all-list a {
    background: #4A3E33;
    border: 1px solid;
    color: #fff;
    box-shadow: none;
    width: 55rem;
    padding: 3rem 0;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 8rem;
}


#FooterWrap {
    position: relative;
    z-index: 50;
}
.lp-page .main-area h2 span {
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 5.4rem;
    padding-top: 2rem;
    line-height: 1.4;
}

.lp-page .nav-list li:last-child {
    /* border-right: 1px solid #111; */
}

.lp-page .nav-list li .menu-txt span {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
}

.lp-page .cate-menu .nav-list li a::after {
    content:'';
    position: absolute;
    background: url(../img/arrow_brown.svg) no-repeat;
    width: 1.2rem;
    height: 1.2rem;
    bottom: 0.5rem;
    left: 50%;
    /* background-size: 100%; */
    transform: translate(-50%,0);
}

.lp-page .nav-list li .ico-txt {
    font-family: "oculi-display", sans-serif;
    text-align: center;
    font-size: 1rem;
    color: #6C6055;
    padding-right: 1.2rem;
    padding-top: 0.2rem;
}

.lp-page .nav-list li .ico-txt span {
    font-size: 3rem;
    display: block;
}

.lp-page .nav-list li .menu-txt {
    font-size: 1.4rem;
    line-height: 1.5;
}


.fixed-nav.m_fixed .nav-list li:last-child {
    border-right: 1px solid rgb(198 41 0 / 20%);
    /* margin-right: 0; */
}

.fixed-nav.m_fixed .nav-list li a::after {
    content: none;
}

.lp-page .m_fixed .nav-list li .ico-txt span {
    font-size: 2.8rem;
}

.lp-page .m_fixed .nav-list li .menu-txt {
    font-size: 1.3rem;
}

.lp-page .m_fixed .nav-list li .menu-txt span {
    font-size: 1.5rem;
}

.fixed-nav.m_fixed .nav-list li a:hover {
    /* opacity: 1 !important; */
    /* font-weight: 600; */
}
.lp-page .main-area .ttl-txt picture {
    width: 79rem;
    margin: 0 auto;
    padding: 0.5rem 0;
}



.lp-page .intro-area h3 {
    color: #C62900;
    text-align: center;
    font-size: 4rem;
    /* letter-spacing: 0.15em; */
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
}

.lp-page .intro-area h3 span {
    font-size: 4.8rem;
    letter-spacing: 1rem;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.lp-page .intro-area .slider {
    max-width: 100rem;
    margin: 5rem auto 10rem;
    display: flex;
    justify-content: space-between;
}
.lp-page .intro-area .slider .img {
    width: 14rem;
}


.lp-page .en-txt {
    font-family: "mestiza", sans-serif;
}

.lp-page .tax {
    font-size: 1.1rem !important;
}

.lp-page .jp-txt {
    font-family: "Noto Sans JP", sans-serif;
}



.lp-page .all-btn a {
    /* background: #E87B15; */
    /* font-size: 1.6rem; */
    /* color: #fff; */
    /* width: 50rem; */
    /* margin: 0 auto; */
    /* padding: 3rem 0; */
    /* border-radius: 0.4rem; */
    /* text-align: center; */
    /* position: relative; */
}

.lp-page .all-btn a span {
    font-size: 1.8rem;
    font-family: "Marcellus", serif;
}

.lp-page .all-btn a::before {
    /* right: 0; */
    /* width: 8px; */
    /* height: 8px; */
    /* border-top: 1.5px solid #fff; */
    /* border-right: 1.5px solid #fff; */
    /* -webkit-transform: rotate(45deg); */
    /* transform: rotate(45deg); */
    /* top: 0.2rem; */
}

.lp-page .all-btn a::before, .lp-page .all-btn a::after {
    /* position: absolute; */
    /* top: 0; */
    /* bottom: 0; */
    right: 3rem;
    /* margin: auto; */
    /* content: ""; */
    /* vertical-align: middle; */
}

.lp-page .lp_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background: url(../img/bg.png) center center / cover no-repeat;
}

.lp-page .main-area {
    /* background: rgb(255 255 255 / 30%); */
}

.cont-area .ttl-area h3 {
    color: #F26F59;
    font-size: 4.5rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-align: center;
    position: relative;
    z-index: 10;
}

.lp-page .ttl-txt .img {
    width: 53rem;
    margin-right: 5rem;
}

.lp-page section {
    padding: 0 0 10rem;
    position: relative;
    width: 105rem;
    margin: 0 auto;
}

.lp-page .intro-area .txt-area {
    text-align: center;
    font-size: 2.2rem;
    margin-top: 1.5rem;
    line-height: 2;
}

.lp-page .menu-area .nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.lp-page .menu-area .nav-list li a {
    /* width: 54rem; */
    text-align: center;
    /* font-size: 2.2rem; */
    color: #C62900;
    border: 1px solid #C62900;
    background: rgb(255 255 255 / 20%);
    /* border-radius: 10rem; */
    /* padding: 2.2rem 0; */
    /* position: relative; */
    /* line-height: 1; */
    /* margin: 0 1rem; */
    /* font-weight: 500; */
    /* height: 10rem; */
    position: relative;
}

.lp-page .menu-area .nav-list li span {
    /* font-size: 2rem; */
    /* display: block; */
}


.lp-page .fl-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lp-page .intro-area {
    padding: 5rem 0 7rem;
}


.lp-page .list-btn a {
    border-radius: 10rem;
    background: rgb(255 255 255 / 30%);
    border: 1.5px solid;
    color: #C62900;
    width: 50rem;
    height: 8rem;
    line-height: 8rem;
    text-align: center;
    position: relative;
    font-size: 2rem;
    margin: 6rem auto 0;
    font-weight: 600;
    /* box-shadow: 0 0 5px #aaa; */
}

.lp-page .list-btn a::after {
    content: '';
    position: absolute;
    background: url(../img/arrow.svg) no-repeat;
    width: 1.4rem;
    height: 1.4rem;
    top: 3rem;
    right: 2rem;
    background-size: 100%;
    /* transform: translate(0, -50%); */
    transform: rotate(-90deg);
}

.lp-page .all-btn a {
    width: 50rem;
    height: 8rem;
    line-height: 8rem;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    color: #fff;
    background: #C62900;
    border: none;
    box-shadow: 0 5px 0 #861C00;
}

.lp-page .all-btn img {
    width: 13.8rem;
    margin-right: 1rem;
}

.lp-page .all-btn a::after {
    background: url(../img/arrow_white.svg) no-repeat;
    transform: rotate(0);
    width: 1.4rem;
    height: 1.4rem;
    background-size: 60%;
    top: 3.4rem;
    right: 2.5rem;
}

.fixed-nav.m_fixed .nav-list li span {
    font-size: 1.8rem;
    /* display: block; */
    /* font-weight: 600; */
}
.fixed-nav.m_fixed .nav-list li img {
    width: 8rem;
}

.fixed-nav.m_fixed .nav-list li:nth-child(2) img {
    width: 5.4rem;
}

.fixed-nav.m_fixed .nav-list li p {
    font-size: 1.8rem;
    padding-left: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
}

.lp-page .menu-area .nav-list li img {
    position: absolute;
    top: 50%;
    left: 4rem;
    transform: translate(0, -50%);
    width: auto;
    height: 5.7rem;
}

.lp-page .menu-area .nav-list li span {
    font-size: 2.2rem;
    /* font-weight: 600; */
}

.lp-page .menu-area .nav-list li p {
    line-height: 1.5;
}
.lp-page .menu-area .nav-list li:nth-child(2) img {
    height: 5rem;
}

.lp-page .menu-area .nav-list li:nth-child(2) p {
    padding-left: 2.5rem;
}

.lp-page .menu-area .nav-list li a::after {
    content: '';
    position: absolute;
    background: url(../img/arrow.svg) no-repeat;
    /* width: 1.2rem; */
    /* height: 1rem; */
    /* bottom: 1rem; */
    /* left: 50%; */
    background-size: 100%;
    /* transform: translate(-50%, 0); */
}

.cont-area .intro-txt {
    text-align: center;
    font-size: 1.8rem;
    margin: 1.5rem auto 4rem;
    line-height: 2;
}

.lp-page .menu-area {
    margin: 0 auto 10rem;
    background: rgb(239 199 133 / 30%);
    width: 76rem;
    padding: 5rem 0 5rem;
    position: relative;
}

.lp-page .cate-menu .nav-list li a {
    width: 21rem;
    height: 7rem;
    font-size: 1.8rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    border-radius: .5rem;
    margin: 0  .5rem;
    padding-top: 1.5rem;
}

.lp-page .word-menu .nav-list li a::after {
    left: auto;
    right: 1rem;
    transform: rotate(-90deg);
    width: 1.1rem;
    height: .8rem;
    top: 1.5rem;
}

.lp-page .word-menu .nav-list li a {
    font-size: 1.6rem;
    padding: 1rem 3rem 0.8rem 2.5rem;
    border-radius: 10rem;
    margin: 0 .4rem;
}

.lp-page .menu-area h4 {
    text-align: center;
    font-size: 2rem;
    position: relative;
    padding-left: 2.6rem;
    width: fit-content;
    margin: 0 auto 1.5rem;
}

.lp-page .cate-menu {
    margin-bottom: 3rem;
}

.lp-page .menu-area h4::before {
    content: '';
    background: url(../img/search.svg) no-repeat;
    width: 2rem;
    height: 2rem;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: .4rem;
}

.lp-page .cont-area .item-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.lp-page .cont-area .item-inner {
    border: 1px solid;
    padding: 2rem 2.5rem 2.5rem;
    width: 35rem;
}

.lp-page .cont-area .item-inner:nth-child(1) {
    margin-right: -.1rem;
}

.lp-page .cont-area .item-inner:nth-child(3) {
    margin-left: -.1rem;
}

.lp-page .cont-area .item-inner h4 {
    text-align: center;
    font-size: 2rem;
    margin: 0 -1rem;
    position: relative;
}

.lp-page .cont-area .item-inner h4 span {
    display: block;
    color: #C62900;
    font-size: 1.4rem;
}

.lp-page .cont-area .img-area {
    margin: 1.5rem 0;
    position: relative;
}

.lp-page .cont-area .item-inner h5 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
	margin: 0 -2rem;
}

.lp-page .cont-area .item-inner h5 span {
    display: block;
    padding-bottom: .8rem;
}

.lp-page .cont-area .item-inner .ico-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lp-page .cont-area .item-inner .ico-list li {
    border: 1px solid;
    font-size: 1.2rem;
    padding: 0 .6rem;
    margin: 1.2rem .2rem 1.5rem;
}

.lp-page .cont-area .item-inner .item-txt {
    font-size: 1.4rem;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.lp-page .cont-area .item-inner .item-price {
    font-size: 2rem;
    font-weight: bold;
}

.lp-page .cont-area .item-inner .item-price span {
    font-size: 1.2rem;
}

.lp-page .cv-btn {
    background: #892621;
    color: #fff;
    width: 9rem;
    height: 3rem;
    border-radius: 10rem;
    position: relative;
    text-align: center;
    line-height: 3.2rem;
    padding-left: 1.8rem;
    box-shadow: 0 3px 0 #6A1B17;
    -webkit-box-shadow: 0 3px 0 #6A1B17;
}

.lp-page .cv-btn::before {
    content: '';
    position: absolute;
    background: url(../img/cart.svg) no-repeat;
    width: 1.4rem;
    height: 1.5rem;
    background-size: 100%;
    left: 2.1rem;
    top: 52%;
    transform: translate(0, -50%);
}

.lp-page .cont-area .item-inner .price-area .ttl {
    color: #C62900;
    font-size: 1.3rem;
    text-align: center;
    margin-top: 1.5rem;
}

.lp-page .cont-area .item-inner .item-type {
    font-size: 1.8rem;
    line-height: 1.2;
    width: 6.5rem;
}

.lp-page .cont-area .item-inner .item-type span {
    font-size: 1rem;
    letter-spacing: 0;
    margin-top: -.5rem;
    display: block;
}

.lp-page .cont-area .item-inner .price-list li {
    margin-top: 1rem;
    border-top: 1px dotted;
    padding-top: .8rem;
}

.lp-page .cont-area .item-inner .price-list li:first-child {
    border-top: none;
    margin-top: .5rem;
}

#Profile {
    width: 80rem;
    background: rgb(255 255 255 / 30%);
    padding: 3rem;
    margin-top: 8rem;
    display: flex;
    align-items: center;
	position: relative;
}

#Profile .prof-img {
    width: 12rem;
    margin-right: 2.5rem;
}

#Profile .txt-area {
    width: 59.5rem;
}

#Profile .prof-name p {
    color: #C62900;
    font-size: 1.5rem;
}

#Profile .prof-name p span {
    font-size: 1.1rem;
}

#Profile .prof-name a {
    font-size: 1.2rem;
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
}

#Profile .prof-name a::before {
    content: '';
    position: absolute;
    background: url(../img/insta.svg) no-repeat;
    width: 1.2rem;
    height: 1.2rem;
    background-size: 100%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

#Profile .prof-txt {
    line-height: 1.8;
    font-size: 1.4rem;
}

.lp-page .cv-btn:hover {
    opacity: 1;
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
    -webkit-box-shadow: 0 1px 0#6A1B17;
    box-shadow: 0 1px 0#6A1B17;
}

.lp-page .list-btn a:hover {
    background: #C62900;
    color: #fff;
    opacity: 1;
    border: 1px solid #C62900;
}

.lp-page .list-btn a:hover::after {
    background: url(../img/arrow_white.svg) no-repeat;
    transform: rotate(0deg);
    background-size: 60%;
}
.lp-page .all-btn a:hover {
    opacity: 1;
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
    -webkit-box-shadow: 0 2px 0#861C00;
    box-shadow: 0 2px 0#861C00;
    border: none;
}
#Category02 .item-inner .item-type {
    font-size: 1.6rem;
}

#Category02 .item-inner .item-type span {
    display: inline-block;
}

.lp-page .cont-area .item-inner h4 .notes {
    font-size: 1rem;
    position: absolute;
    right: 1rem;
    bottom: -.5rem;
    color: #6A1B17;
}

.fixed-nav.m_fixed .nav-list li a.active::after {
    content: '';
    position: absolute;
    background: #C62900;
    width: 100%;
    height: .3rem;
    bottom: -1.4rem;
    left: 0;
}
/*--------------------------------
PC  Only
--------------------------------*/
@media (min-width: 769px) {
.lp-page .main-area h2 {
	width: 100rem;
	margin: 6rem auto 0;
}

#Category01 .intro-txt {
    position: relative;
}

#Category01 .intro-txt::before {
    top: -16rem;
    left: -2rem;
    background: url(../img/leaf02.png) no-repeat;
    width: 10rem;
    height: 12rem;
    transform-origin: center bottom;
    animation: yurayura 5s linear infinite;
}

#Category01 .intro-txt::before, #Category01 .intro-txt::after {
    content: '';
    position: absolute;
    background-size: 100% !important;
    z-index: 10;
}	
#Category01 .intro-txt::after {
    bottom: -4rem;
    right: -6rem;
    background: url(../img/leaf03.png) no-repeat;
    width: 15rem;
    height: 12rem;
    transform-origin: center bottom;
    animation: yurayura 5s linear infinite;
}

.lp-page .menu-area::before {
    content: '';
    position: absolute;
    top: -10rem;
    right: -11rem;
    background: url(../img/leaf01.png) no-repeat;
    background-size: 100%;
    width: 8rem;
    height: 9rem;
    transform-origin: center bottom;
    animation: yurayura2 5s linear infinite;
}
#Category04 {
    border: solid 1px #C62900;
    padding-top: 0;
    margin-top: 3rem;
    padding-bottom: 6rem;
}

#Category04 h3 span {
    font-size: 3.5rem;
    position: relative;
    z-index: 10;
}

#Category04 h3 {
    position: relative;
    width: fit-content;
    margin: -3rem auto 0;
    display: block;
}

#Category04 h3::after {
    position: absolute;
    content: '';
    height: 4px;
    width: 110%;
    background: #f9e2c1;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#Category04 .item-inner {
    border: none;
    display: flex;
    width: 66rem;
    align-items: center;
    padding: 0;
}

#Category04 .intro-txt {
    margin-bottom: 2rem;
}

#Category04.cont-area .img-area {
    width: 30rem;
    margin: 0 3rem 0 0;
}

#Category04.cont-area .txt-area {
    width: 33rem;
}

#Category04.cont-area .txt-area h5 {
    text-align: left;
	margin: 0;
}

#Category04.cont-area .txt-area h5 span {
    display: inline-block;
}

#Category04.cont-area .item-inner .ico-list {
    justify-content: flex-start;
    margin-top: -.5rem;
}	

#Category01 .list-btn {
    position: relative;
}

#Category01 .list-btn::before, #Category01 .list-btn::after {
    content: '';
    position: absolute;
}

#Category01 .list-btn::before {
    top: -9rem;
    left: -2rem;
    background: url(../img/leaf04.png) no-repeat;
    background-size: 100%;
    width: 6rem;
    height: 8rem;
    transform-origin: center bottom;
    animation: yurayura 5s linear infinite;
}

#Category01 .list-btn::after {
    bottom: -8rem;
    right: -4rem;
    background: url(../img/leaf05.png) no-repeat;
    background-size: 100%;
    width: 6rem;
    height: 5rem;
    transform-origin: center bottom;
    animation: yurayura 5s linear infinite;
}

#Category02 .item-list {
    position: relative;
}

#Category02 .item-list::before, #Category02 .item-list::after {
    position: absolute;
    content: '';
    z-index: 10;
}

#Category02 .item-list::before {
    top: -7rem;
    left: -2rem;
    background: url(../img/leaf01.png) no-repeat;
    background-size: 100%;
    width: 8rem;
    height: 9rem;
    transform-origin: center bottom;
    animation: yurayura3 5s linear infinite;
}

#Category02 .item-list::after {
    bottom: -8rem;
    right: -6rem;
    background: url(../img/leaf03.png) no-repeat;
    background-size: 100%;
    width: 15rem;
    height: 12rem;
    transform-origin: center bottom;
    animation: yurayura 5s linear infinite;
}

#Category03 .intro-txt {
    position: relative;
}

#Category03 .intro-txt::before, #Category03 .intro-txt::after {
    position: absolute;
    content: '';
}

#Category03 .intro-txt::before {
    top: -13rem;
    left: 6rem;
    background: url(../img/leaf02.png) no-repeat;
    background-size: 100%;
    width: 9rem;
    height: 11rem;
    transform-origin: center bottom;
    animation: yurayura 5s linear infinite;
}

#Category03 .intro-txt::after {
    bottom: -2rem;
    right: 3rem;
    background: url(../img/leaf08.png) no-repeat;
    background-size: 100%;
    width: 5rem;
    height: 6.5rem;
    transform-origin: center bottom;
    animation: yurayura2 5s linear infinite;
}

#Category03 .list-btn {
    position: relative;
}

#Category03 .list-btn::before, #Category03 .list-btn::after {
    position: absolute;
    content: '';
}

#Category03 .list-btn::before {
    top: 10rem;
    left: -4rem;
    background: url(../img/leaf06.png) no-repeat;
    background-size: 100%;
    width: 11rem;
    height: 15rem;
    transform-origin: center bottom;
    animation: yurayura 5s linear infinite;
}

#Category03 .list-btn::after {
    top: -9rem;
    right: -8rem;
    background: url(../img/leaf07.png) no-repeat;
    background-size: 100%;
    width: 6rem;
    height: 14rem;
    transform-origin: center bottom;
    animation: yurayura2 5s linear infinite;
}

.lp-page .all-btn {
    position: relative;
    width: 110rem;
    margin: 0 auto;
}
	
.lp-page .all-btn::before, .lp-page .all-btn::after {
    position: absolute;
    content: '';
}
	
.lp-page .all-btn::before {
    top: -4rem;
    left: 6rem;
    background: url(../img/leaf01.png) no-repeat;
    background-size: 100%;
    width: 7rem;
    height: 8rem;
    transform-origin: center bottom;
    animation: yurayura3 5s linear infinite;
}	
	
.lp-page .all-btn::after {
    bottom: 13rem;
    right: -1rem;
    background: url(../img/leaf05.png) no-repeat;
    background-size: 100%;
    width: 7rem;
    height: 6rem;
    transform-origin: center bottom;
    animation: yurayura 5s linear infinite;
}	
#Profile::before {
    content: '';
    position: absolute;
    bottom: -4rem;
    right: -7rem;
    background: url(../img/leaf03.png) no-repeat;
    background-size: 100%;
    width: 15rem;
    height: 12rem;
    transform-origin: center bottom;
    animation: yurayura 5s linear infinite;
}
}
/*--------------------------------
SP  Only
--------------------------------*/
@media (max-width: 768px) {
.lp-page .spOnly {
  display: block;
}
.lp-page .pcOnly {
  display: none;
}


.lp-page .main-area .nav-list {
    /* width: calc(350 * (100vw / 390)); */
    margin: calc(40 * (100vw / 390)) auto calc(60 * (100vw / 390));
    display: block;
}


.lp-page .nav-list li .ico-txt span {
    font-size: calc(28 * (100vw / 390));
    /* display: block; */
}


.lp-page .btn-list a {
    width: calc(320 * (100vw / 390));
    font-size: calc(12 * (100vw / 390));
    padding: calc(13 * (100vw / 390)) 0 calc(15 * (100vw / 390));
}

.lp-page .btn-list span {
    font-size: calc(16 * (100vw / 390));
}

.lp-page .btn-list a::after {
    right: calc(20 * (100vw / 390));
}
	
.fixed-nav.m_fixed .nav-list li {
    /* width: 50%; */
    /* position: relative; */
    /* letter-spacing: 0.05rem; */
    /* padding-left: calc(10 * (100vw / 390)); */
    /* height: calc(36 * (100vw / 390)); */
    /* line-height: 1.4; */
    width: calc(100% / 4);
}

.lp-page {
    padding-bottom: calc(60 * (100vw / 390));
    /* letter-spacing: 0.05em; */
}
.lp-page .main-area h2 span {
    font-size: calc(30 * (100vw / 390));
    padding-top: calc(10 * (100vw / 390));
}

.lp-page .main-area .intro-txt {
    font-size: calc(14 * (100vw / 390));
}

.lp-page .mv-container {
    margin-top: calc(30 * (100vw / 390));
    max-width: none;
}

.fixed-nav.m_fixed .nav-list {
    overflow-x: scroll;
    overflow-y: hidden;
    height: calc(50 * (100vw / 390));
    justify-content: flex-start;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: calc(12 * (100vw / 390)) 0;
    /* letter-spacing: 0.05em; */
}

.fixed-nav.m_fixed .nav-list::-webkit-scrollbar {
    display: none;
} 
.lp-page .all-list a {
    padding: calc(25 * (100vw / 390)) 0;
    font-size: calc(16 * (100vw / 390));
    width: calc(350 * (100vw / 390));
    margin-top: calc(50 * (100vw / 390));
}

.fixed-nav.m_fixed .nav-list li a {
    line-height: 1.5;
    font-size: calc(11 * (100vw / 390));
    height: calc(30 * (100vw / 390));
}
.js-fixed-elm.is-fixed {
    top: calc(80 * (100vw / 390));
}
	
.lp-page .main-area .ttl-txt picture {
    width: calc(376 * (100vw / 390));
    padding-left: 1rem;
}

.lp-page .intro-area h3 {
    font-size: calc(20 * (100vw / 390));
    /* letter-spacing: 0.1em; */
}

.lp-page .intro-area h3 span {
    font-size: calc(28 * (100vw / 390));
    letter-spacing: 0.6rem;
}

.lp-page .intro-area .slider .img {
    width: calc(90 * (100vw / 390));
    margin: 0 calc(10 * (100vw / 390));
}



#FooterWrap {
    margin-top: calc(-20 * (100vw / 390));
}


.fixed-nav.m_fixed {
    width: 100%;
    bottom: 0;
}

.fixed-nav.m_fixed .nav-list li:nth-child(2) a {
    /* width: calc(150 * (100vw / 390)); */
}

.fixed-nav.m_fixed .nav-list li:nth-child(3) a {
    /* width: calc(80 * (100vw / 390)); */
}

.fixed-nav.m_fixed .nav-list li a {
    /* width: calc(70 * (100vw / 390)); */
}

.fixed-nav.m_fixed .nav-list li:nth-child(4) a, .fixed-nav.m_fixed .nav-list li:nth-child(5) a {
    /* width: calc(160 * (100vw / 390)); */
}

.lp-page .main-area h2 {
    /* width: 100%; */
    /* padding: calc(50 * (100vw / 390)) 2% calc(50 * (100vw / 390)) 8%; */
}

.lp-page .ttl-txt .img {
    width: calc(320 * (100vw / 390));
    margin-right: calc(30 * (100vw / 390));
}

.cont-area .ttl-area .ttl-txt {
    margin-top: calc(-65 * (100vw / 390));
}

.lp-page section {
    padding: 0 0 calc(60 * (100vw / 390));
    width: 100%;
}

.lp-page .intro-area .txt-area {
    margin-top: calc(12 * (100vw / 390));
    font-size: calc(15 * (100vw / 390));
    /* line-height: 2; */
}

.lp-page .intro-area {
    padding: calc(30 * (100vw / 390)) 0 calc(40 * (100vw / 390));
    width: 100%;
}

.lp-page .word-menu .nav-list {
    margin: 0 calc(20 * (100vw / 390));
}

.lp-page .cate-menu .nav-list li a {
    margin: 0 calc(3 * (100vw / 390));
    /* margin: 0; */
    /* border-right: none; */
    /* border-left: none; */
    font-size: calc(14 * (100vw / 390));
    width: calc(116 * (100vw / 390));
    /* text-align: left; */
    padding-top: calc(10 * (100vw / 390));
    height: calc(56 * (100vw / 390));
}

.lp-page .menu-area .nav-list li span {
    /* display: inline; */
    font-size: calc(16 * (100vw / 390));
    /* display: block; */
}

.lp-page .menu-area .nav-list li a::after {
    width: calc(12 * (100vw / 390));
    height: calc(10 * (100vw / 390));
    /* right: calc(20 * (100vw / 390)); */
}

.lp-page .cont-area h3 {
    font-size: calc(26 * (100vw / 390));
    position: relative;
}

.lp-page .cont-area h3 span {
    font-size:  calc(36 * (100vw / 390));
}


.fixed-bnr.m_fixed {
    width: calc(90 * (100vw / 390));
    bottom: calc(70 * (100vw / 390));
}

.lp-page .all-btn img {
    width: calc(100 * (100vw / 390));
}

.fixed-nav.m_fixed .nav-list li:first-child {
    border-left: none;
}

.fixed-nav.m_fixed .nav-list li:last-child {
    border-right: none;
}

.fixed-nav.m_fixed .nav-list li span {
    font-size: calc(14 * (100vw / 390));
}	
.fixed-nav.m_fixed .nav-list li p {
    padding: 0;
    font-size: calc(13 * (100vw / 390));
    letter-spacing: 0.05em;
    line-height: 1.6;
}


.lp-page .all-btn a {
    /* width: calc(350*(100vw / 390)); */
    /* height: calc(65*(100vw / 390)); */
    margin-top: calc(50*(100vw / 390)) !important;
    box-shadow: 0 4px 0 #861C00;
}

.lp-page .all-btn a::after {
    width: calc(14*(100vw / 390));
    height: calc(14*(100vw / 390));
    background-size: 55%;
}
.lp-page .menu-area .nav-list li:last-child a {
    /* border-top: none; */
}

.lp-page .menu-area .nav-list li img {
    height: calc(38 * (100vw / 390));
    left: calc(20 * (100vw / 390));
}

.lp-page .menu-area .nav-list li p {
    padding-left: calc(100 * (100vw / 390)) !important;
}

.lp-page .menu-area .nav-list li:nth-child(2) img {
    height: calc(36 * (100vw / 390));
    left: calc(30 * (100vw / 390));
}

.cont-area .intro-txt {
    font-size: calc(15 * (100vw / 390));
    margin: calc(15 * (100vw / 390)) auto calc(25 * (100vw / 390));
}

.lp-page .list-btn a {
    width: calc(330 * (100vw / 390));
    font-size: calc(16 * (100vw / 390));
    line-height: calc(56 * (100vw / 390));
    height: calc(56 * (100vw / 390));
    /* padding:  calc(10 * (100vw / 390)) 0; */
    margin-top: calc(40 * (100vw / 390));
}

.lp-page .list-btn a span {
    display: block;
    font-size: calc(15 * (100vw / 390));
}
.lp-page .lp_bg {
    background: url(../img/bg_sp.png) center center / cover no-repeat;
}

.lp-page .menu-area {
    width: 100%;
    padding: calc(40 * (100vw / 390)) 0;
    margin-bottom: calc(40 * (100vw / 390));
    position: relative;
}

.lp-page .menu-area h4 {
    font-size: calc(18 * (100vw / 390));
    padding-left: calc(24 * (100vw / 390));
}

.lp-page .word-menu .nav-list li a {
    font-size: calc(14 * (100vw / 390));
    padding: calc(5 * (100vw / 390)) calc(30 * (100vw / 390)) calc(4 * (100vw / 390)) calc(25 * (100vw / 390));
    margin: calc(3 * (100vw / 390)) calc(3 * (100vw / 390));
}

.lp-page .word-menu .nav-list li a::after {
    width: calc(10 * (100vw / 390));
    height: calc(8 * (100vw / 390));
    top: calc(11 * (100vw / 390));
}

.lp-page .menu-area h4::before {
    width: calc(18 * (100vw / 390));
    height: calc(18 * (100vw / 390));
    top: calc(3 * (100vw / 390));
}

.lp-page .cont-area .item-list {
    display: block;
}

.lp-page .cont-area .item-inner {
    border: none;
    padding: 0;
    margin-bottom: calc(35 * (100vw / 390));
    width: 100%;
}

.lp-page .cont-area .item-inner h4 {
    font-size: calc(20 * (100vw / 390));
}

.lp-page .cont-area .item-inner h4 span {
    font-size: calc(14 * (100vw / 390));
}

.lp-page .cont-area .img-area {
    width: calc(330 * (100vw / 390));
    margin: calc(18 * (100vw / 390)) auto;
    position: relative;
}

.lp-page .cont-area .item-inner h5 {
    font-size: calc(18 * (100vw / 390));
}

.lp-page .cont-area .item-inner .ico-list li {
    font-size: calc(12 * (100vw / 390));
    padding: calc(2 * (100vw / 390)) calc(6 * (100vw / 390)) 0;
    margin: calc(12 * (100vw / 390)) calc(3 * (100vw / 390));
}

.lp-page .cont-area .item-inner .item-txt {
    font-size: calc(14 * (100vw / 390));
    margin: 0 auto calc(10 * (100vw / 390));
}

.lp-page .cont-area .item-inner .txt-area {
    width: calc(330 * (100vw / 390));
    margin: 0 auto;
}

.lp-page .cont-area .item-inner .price-area {
    background: rgb(255 255 255 / 30%);
    padding: calc(15 * (100vw / 390));
}

.lp-page .cont-area .item-inner .price-area .ttl {
    font-size: calc(13 * (100vw / 390));
    margin-top: 0;
}

.lp-page .cv-btn {
    width: calc(86 * (100vw / 390));
    height: calc(30 * (100vw / 390));
    font-size: calc(13 * (100vw / 390));
}

.lp-page .cv-btn::before {
    width: calc(13 * (100vw / 390));
    height: calc(14 * (100vw / 390));
}

.lp-page .cont-area .item-inner .item-price {
    font-size: calc(20 * (100vw / 390));
}

.lp-page .cont-area .item-inner .item-type {
    font-size: calc(18 * (100vw / 390));
}

.lp-page .list-btn a::after {
    width: calc(12 * (100vw / 390));
    height: calc(10 * (100vw / 390));
    top: calc(22 * (100vw / 390));
    right: calc(20 * (100vw / 390));
}
	
	
.lp-page .cont-area .img-area .border {
    content: "";
    position: absolute;
    opacity: 0;
}

.lp-page .cont-area .img-area .border.top, .lp-page .cont-area .img-area .border.bottom {
    width: 100%;
}

.lp-page .cont-area .img-area .border.top {
    border-top: 1px solid;
    left: 0;
    top: 0;
}

.lp-page .cont-area .img-area .border.bottom {
    border-bottom: 1px solid;
    right: 0;
    bottom: 0;
}

.lp-page .cont-area .img-area .border.left, .lp-page .cont-area .img-area .border.right {
    height: 100%;
}

.lp-page .cont-area .img-area .border.right {
    border-right: 1px solid;
    left: 0;
    top: 0;
}

.lp-page .cont-area .img-area .border.left {
    border-left: 1px solid;
    right: 0;
    bottom: 0;
}
.lp-page .cont-area .img-area.is-animated .border {
  opacity: 1;
}
 
.lp-page .cont-area .img-area.is-animated .border.top,
.lp-page .cont-area .img-area.is-animated .border.bottom {
  animation: stroke-width 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.lp-page .cont-area .img-area.is-animated .border.right,
.lp-page .cont-area .img-area.is-animated .border.left {
  animation: stroke-height 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
	
#Category04 h3 span {
    font-size: calc(26*(100vw / 390));
}

#Category04 {
    padding-bottom: 0;
}

#Profile {
    width: calc(350 * (100vw / 390));
    margin-top: calc(50 * (100vw / 390));
    display: block;
    padding: calc(15 * (100vw / 390));
}

#Profile .prof-img {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 0 0 calc(10 * (100vw / 390));
}

#Profile .prof-img img {
    width: calc(80 * (100vw / 390));
    margin-right: calc(10 * (100vw / 390));
}

#Profile .prof-name p span {
    /* display: inline-block; */
}

#Profile .prof-name p {
    font-size: calc(15 * (100vw / 390));
    line-height: 1.6;
}

#Profile .prof-name a {
    margin: calc(2 * (100vw / 390)) 0 0;
}

#Profile .prof-txt {
    font-size: calc(12 * (100vw / 390));
}

#Profile .txt-area {
    width: 100%;
}
.fixed-nav.m_fixed .nav-list li a.active::after {
    bottom: calc(-10 * (100vw / 390));
    height: calc(3 * (100vw / 390));
}

.lp-page .cont-area .item-inner h4 .notes {
    right: calc(30 * (100vw / 390));
}
.lp-page .menu-area::before {
    content: '';
    position: absolute;
    top: calc(-30 * (100vw / 390));
    right: calc(-20 * (100vw / 390));
    background: url(../img/leaf01.png) no-repeat;
    background-size: 100%;
    width: calc(60 * (100vw / 390));
    height: calc(70 * (100vw / 390));
    transform-origin: center bottom;
    animation: yurayura2 5s linear infinite;
}

#Category01 h3::before {
    content: '';
    position: absolute;
    top: calc(-30*(100vw / 390));
    left: calc(0*(100vw / 390));
    background: url(../img/leaf02.png) no-repeat;
    background-size: 100%;
    width: calc(70*(100vw / 390));
    height: calc(80*(100vw / 390));
    transform-origin: center bottom;
    animation: yurayura 5s linear infinite;
}

#Category01 .item-inner:nth-child(1) .img-area::after {
    content: '';
    position: absolute;
    bottom: calc(-55*(100vw / 390));
    right: calc(-40*(100vw / 390));
    background: url(../img/leaf03.png) no-repeat;
    background-size: 100%;
    width: calc(100*(100vw / 390));
    height: calc(80*(100vw / 390));
    transform-origin: center bottom;
    animation: yurayura 5s linear infinite;
}

#Category01 .item-inner:nth-child(2) .img-area::after {
    content: '';
    position: absolute;
    bottom: calc(-75*(100vw / 390));
    left: calc(-25*(100vw / 390));
    background: url(../img/leaf04.png) no-repeat;
    background-size: 100%;
    width: calc(40*(100vw / 390));
    height: calc(60*(100vw / 390));
    transform-origin: center bottom;
    animation: yurayura 5s linear infinite;
}

#Category01 .item-inner:nth-child(3) .img-area::after {
    content: '';
    position: absolute;
    top: calc(-120*(100vw / 390));
    right: calc(-30*(100vw / 390));
    background: url(../img/leaf05.png) no-repeat;
    background-size: 100%;
    width: calc(60*(100vw / 390));
    height: calc(50*(100vw / 390));
    transform-origin: center bottom;
    animation: yurayura 5s linear infinite;
}

#Category02 h3::before {
    content: '';
    position: absolute;
    top: calc(-50*(100vw / 390));
    left: calc(-10*(100vw / 390));
    background: url(../img/leaf01.png) no-repeat;
    background-size: 100%;
    width: calc(50*(100vw / 390));
    height: calc(60*(100vw / 390));
    transform-origin: center bottom;
    animation: yurayura3 5s linear infinite;
}

#Category02 .item-inner:nth-child(1) .img-area::after {
    content: '';
    position: absolute;
    bottom: calc(-55*(100vw / 390));
    right: calc(-40*(100vw / 390));
    background: url(../img/leaf03.png) no-repeat;
    background-size: 100%;
    width: calc(100*(100vw / 390));
    height: calc(80*(100vw / 390));
    transform-origin: center bottom;
    animation: yurayura 5s linear infinite;
}

#Category02 .item-inner:nth-child(2) .img-area::after {
    content: '';
    position: absolute;
    bottom: calc(-50*(100vw / 390));
    left: calc(-30*(100vw / 390));
    background: url(../img/leaf02.png) no-repeat;
    background-size: 100%;
    width: calc(60*(100vw / 390));
    height: calc(80*(100vw / 390));
    transform-origin: center bottom;
    animation: yurayura 5s linear infinite;
}

#Category02 .item-inner:nth-child(3) .img-area::after {
    content: '';
    position: absolute;
    bottom: calc(-50*(100vw / 390));
    right: calc(-32*(100vw / 390));
    background: url(../img/leaf07.png) no-repeat;
    background-size: 100%;
    width: calc(50*(100vw / 390));
    height: calc(120*(100vw / 390));
    transform-origin: center bottom;
    animation: yurayura 5s linear infinite;
}

#Category03 h3::before {
    content: '';
    position: absolute;
    top: calc(-50*(100vw / 390));
    left: calc(0*(100vw / 390));
    background: url(../img/leaf06.png) no-repeat;
    background-size: 100%;
    width: calc(70*(100vw / 390));
    height: calc(100*(100vw / 390));
    transform-origin: center bottom;
    animation: yurayura 5s linear infinite;
}

#Category03 .item-inner:nth-child(1) .img-area::after {
    content: '';
    position: absolute;
    bottom: calc(-25*(100vw / 390));
    right: calc(0*(100vw / 390));
    background: url(../img/leaf08.png) no-repeat;
    background-size: 100%;
    width: calc(50*(100vw / 390));
    height: calc(60*(100vw / 390));
    transform-origin: center bottom;
    animation: yurayura3 5s linear infinite;
}

#Category03 .item-inner:nth-child(2) .img-area::after {
    content: '';
    position: absolute;
    top: calc(-115*(100vw / 390));
    left: calc(-55*(100vw / 390));
    background: url(../img/leaf01.png) no-repeat;
    background-size: 100%;
    width: calc(50*(100vw / 390));
    height: calc(60*(100vw / 390));
    transform-origin: center bottom;
    animation: yurayura3 5s linear infinite;
}

#Category03 .item-inner:nth-child(3) .img-area::after {
    content: '';
    position: absolute;
    bottom: calc(-50*(100vw / 390));
    left: calc(-30*(100vw / 390));
    background: url(../img/leaf02.png) no-repeat;
    background-size: 100%;
    width: calc(70*(100vw / 390));
    height: calc(90*(100vw / 390));
    transform-origin: center bottom;
    animation: yurayura 5s linear infinite;
}

#Category03 .item-inner:nth-child(2) .img-area::before {
    content: '';
    position: absolute;
    bottom: calc(-60*(100vw / 390));
    right: calc(-30*(100vw / 390));
    background: url(../img/leaf05.png) no-repeat;
    background-size: 100%;
    width: calc(60*(100vw / 390));
    height: calc(80*(100vw / 390));
    transform-origin: center bottom;
    animation: yurayura 5s linear infinite;
    z-index: 10;
}

#Category04 h3::before {
    content: '';
    position: absolute;
    top: calc(-50*(100vw / 390));
    right: calc(0*(100vw / 390));
    background: url(../img/leaf07.png) no-repeat;
    background-size: 100%;
    width: calc(45*(100vw / 390));
    height: calc(110*(100vw / 390));
    transform-origin: center bottom;
    animation: yurayura 5s linear infinite;
}

#Category04 .item-inner:nth-child(1) .img-area::after {
    content: '';
    position: absolute;
    bottom: calc(-60*(100vw / 390));
    left: calc(-30*(100vw / 390));
    background: url(../img/leaf06.png) no-repeat;
    background-size: 100%;
    width: calc(90*(100vw / 390));
    height: calc(120*(100vw / 390));
    transform-origin: center bottom;
    animation: yurayura 5s linear infinite;
}

#Profile::before {
    content: '';
    position: absolute;
    top: calc(-20*(100vw / 390));
    right: calc(-30*(100vw / 390));
    background: url(../img/leaf01.png) no-repeat;
    background-size: 100%;
    width: calc(60*(100vw / 390));
    height: calc(70*(100vw / 390));
    transform-origin: center bottom;
    animation: yurayura2 5s linear infinite;
}
#Category02 .item-inner .price-area {
    padding-top: calc(1 * (100vw / 390));
}
}



/* モーダルエリア調整 */
body.no_scroll {
  height: 100vh;
  overflow: hidden;
}

.lp-page .modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1004;
	background: rgb(255 241 219 / 90%);
	/* transition: opacity .3s; */
	--webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

.lp-page .modal *{
    z-index: 1004;
}

.lp-page .modal__content {
    position: relative;
    width: 70vh;
    margin: 0 auto;
    padding: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    box-sizing: border-box;
    overflow: scroll;
    /* filter: drop-shadow(0 0 1rem rgba(0, 0, 0, .16)); */
    top: 54%;
    transform: translate(0, -50%);
}

.lp-page .modal__content::-webkit-scrollbar {
  display: none;
}

.lp-page .modal_blk_inner{
  position: relative;
}

.lp-page .btn-close {
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    transition: .3s;
    top: 2rem;
    right: 2rem;
    z-index: 1005;
    cursor: pointer;
}
.item-list .modal-btn {
    width: 3.2rem;
    height: 3.2rem;
    position: absolute;
    background: #C62900;
    /* opacity: .5; */
    /* content: ""; */
    animation: dots-anime 2.5s ease-in-out infinite;
    /* transform: translate(-50%, -50%); */
    border-radius: 50%;
    bottom: -.5rem;
    right: -.5rem;
}

.lp-page .btn-close::before,
.lp-page .btn-close::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 2.7rem;
	height: 2px;
	background: #C62900;
	content: "";
	transition: .3s;
}

.lp-page .btn-close::after {
  width: 2px;
  height: 2.7rem;
}

.item-list .modal-btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/plus.svg) no-repeat;
    width: 2rem;
    height: 2rem;
    transform: translate(-50%, -50%);
    background-size: 100%;
    content:"";
}
@media (max-width: 768px) {
.lp-page .modal__content {
    width: 90%;
}

.lp-page .btn-close {
    top: calc(10 * (100vw / 390));
    right: calc(10 * (100vw / 390));
}

.lp-page .btn-close::before {
    width: calc(24 * (100vw / 390));
    height: calc(2 * (100vw / 390));
}

.lp-page .btn-close::after {
    width: calc(2 * (100vw / 390));
    height: calc(24 * (100vw / 390));
}
}


/*----------点滅アニメーション----------*/
@keyframes dots-anime {
  0%{
    transform: translate(-50%, -50%) scale(90%);
    opacity: .6;
  }

  50% {
    opacity: .8;
  }

  100% {
    transform: translate(-50%, -50%) scale(100%);
    opacity: 1;
  }
}

/*----------揺れるアニメーション----------*/
@keyframes yurayura {
  0% , 100%{
      transform: rotate(5deg);
  }
  50%{
      transform: rotate(-5deg);
  }
}

@keyframes yurayura2 {
0%, 100% {
    transform: rotate(-20deg);
}

50% {
    transform: rotate(-30deg);
}
}

@keyframes yurayura3 {
0%, 100% {
    transform: rotate(55deg);
}
50% {
    transform: rotate(45deg);
}
}
 
@keyframes stroke-width {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
 
@keyframes stroke-height {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}
 