@charset "UTF-8";
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
#share {
    bottom: 10% !important;
    left: 3% !important;
}
.slider {
	display: none;
}

.slider.slick-initialized {
	display: block; 
}	
.lp-page {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  color: #111;
  font-family: "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: #FAF3E4;
}
.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 .lp_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background: url(../img/bg.jpg) center center / cover no-repeat;
  }
  .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;
	width: 100%;
	animation: fadein 1s ease-out forwards;
	display: block;
	z-index: 20;
}

.fixed-nav.m_fixed .nav-list {
    display: flex;
    align-items: center;
    height: 6rem;
    background: #FBF3E3;
    border-top: 1px solid;
    border-bottom: 1px solid;
    justify-content: center;
}

.fixed-nav.m_fixed .nav-list li a {
    border-left: none;
    width: auto;
    padding: 0.7rem 0;
    margin: 0 4rem;
    opacity: 0.5;
}

.fixed-nav a.active {
	border-bottom: 0.2rem solid;
    opacity: 1 !important;
}

/* 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;
  }

/* コンテンツエリアタイトル追従 */
.lp-page .cont-area .cont-nav {
    color: #6C6055;
    font-family: "oculi-display", sans-serif;
    font-size: 2rem;
    width: 16rem;
    transform: rotate(90deg);
    /* padding-left: 4rem; */
    padding-top: 4rem;
    /* transition: all 0.5s 0s ease;
    transition-property: all;
    transition-duration: 0.8s;
    transition-delay: 0s;
    transition-timing-function: ease-out; */
}

.lp-page .cont-area .cont-nav span {
    font-size: 5rem;
}

.lp-page .cont-area .cont-nav::before {
    /* content: ''; */
    height: 0.1rem;
    width: 3rem;
    top: 10rem;
    position: absolute;
    background: #6C6055;
    left: 0;
}

.js-fixed-area {
  position: relative;
}
.js-fixed-elm.is-fixed {
    position: fixed;
    top: 13rem;
}
.js-fixed-elm {
    position: absolute;
    top: -2rem;
}
/*--------------------------------
            rotate
 --------------------------------*/

.lp-page .rotate{
  opacity: 0;
  transition: all 1s;
}

.lp-page .rotate.active{
  opacity: 1;
}

.lp-page .rotate img {
  transform: rotate(2deg);
  transition: all 1s;
  transition-delay: 0.5s;
}

.lp-page .rotate::before{
  transform: rotate(-2deg);
  transition: all 1s;
  transition-delay: 0.5s;
}

.lp-page .rotate.active img{
  transform: rotate(-2deg);
}

.lp-page .rotate.active::before{
  transform: rotate(2deg);
}

.lp-page .rotate.mv-area{
  /* position: relative; */
  /* width: 48rem; */
  /* margin: 0 auto; */
}

.lp-page .rotate.mv-area:before{
  content: "";
  /* width: 49rem; */
  /* height: 49rem; */
  background: transparent linear-gradient(135deg, #F6F4EE 0%, #C7C5B8 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}


.lp-page .main-area h2 {
    text-align: center;
    margin: 6rem auto 2.5rem;
    font-size: 2.8rem;
}

.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;
    /* width: 86rem; */
    align-items: center;
    justify-content: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.lp-page .nav-list li a {
    width: 36.6rem;
    padding: 1.6rem 1.5rem 1.7rem;
    position: relative;
    border-left: 1px solid #111;
    display: flex;
    font-weight: 500;
}

.lp-page .cont-area h3 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    text-align: center;
    font-size: 5rem;
    position: relative;
}


.lp-page .cont-area {
    margin: 0 auto 4rem;
    background: #FDF9EF;
    max-width: 111rem;
    padding: 8rem 5.5rem;
    display: flex;
}

.lp-page .cont-area .intro-txt {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2;
    margin: 2rem auto 5rem;
}

.lp-page .cont-area .mv-area {
    width: 56rem;
    margin: 0 auto 7rem;
    position: relative;
}

.lp-page .cont-area .mv-area .img-line {
    position: absolute;
    top: 0;
    left: 0;
}

.lp-page .cont-area .mv-area .img-heart {
    position: absolute;
    width: 12rem;
    right: -20rem;
    bottom: 5rem;
}

.lp-page .cont-area .pickup-area {
    background: #FFFBF7;
    width: 110rem;
    margin: 0 auto 8rem;
    border-radius: 0.2rem;
    box-shadow: 0 0 6px #dddddd;
    position: relative;
    padding: 7rem 12rem 8rem;
}

.lp-page .cont-area .pickup-area .img-ico {
    position: absolute;
    width: 18rem;
    top: -4rem;
    left: -4rem;
}

.lp-page * {
    box-sizing: border-box;
}

.lp-page .cont-area .pickup-area h4 {
    text-align: center;
    font-weight: 500;
    font-size: 2.2rem;
}

.lp-page .cont-area .pickup-area h4 .en-txt {
    font-family: 'Bodoni Moda', serif;
}

.lp-page .cont-area .pickup-area h4 span {
    font-size: 3rem;
}

.lp-page .cont-area .pickup-area .intro-txt {
    font-size: 1.4rem;
    margin: 1.5rem auto 3.5rem;
}

.lp-page .cont-area .pickup-area .item-area {
    display: flex;
    align-items: center;
}

.lp-page .cont-area .pickup-area .item-area .img-item {
    width: 39rem;
    margin-right: 4rem;
}

.lp-page .cont-area .pickup-area .item-area .item-name dt {
    font-size: 1.4rem;
}

.lp-page .cont-area .pickup-area .item-area .item-name dd {
    font-size: 1.6rem;
    padding: 0.5rem 0 1.5rem;
}

.lp-page .cont-area .pickup-area .item-area .item-name .tax {
    font-size: 1.1rem;
}

.lp-page .cont-area .pickup-area .item-area .item-name .ico {
    font-size: 1.2rem;
    border: 1px solid;
    padding: 0 0.3rem;
    margin-right: 0.3rem;
    border-radius: 0.1rem;
}
.lp-page .cont-area .img-line {
    position: relative;
}

.lp-page .cont-area .img-line li {
    position: absolute;
    width: 40%;
    top: 4rem;
}

.lp-page .cont-area .img-line li:nth-child(1) {
    left: 0;
}

.lp-page .cont-area .img-line li:nth-child(2) {
    right: 0;
}

.lp-page .cont-area .img-line img {
    height: 50rem;
}

.lp-page .cont-area .item-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100rem;
    margin: 0 auto 6rem;
}

.lp-page .cont-area .item-inner {
    width: 32rem;
    box-shadow: 0 0 6px #dddddd;
    background: #fff;
    border-radius: 0.2rem;
    padding: 2.5rem 0;
}

.lp-page .cont-area .item-inner .item-name dt {
    font-family: "oculi-display", sans-serif;
    font-size: 2rem;
    padding: 0 2.5rem 0.2rem;
}

.lp-page .cont-area .item-inner .item-name dd {
    font-size: 1.4rem;
    padding: 0 2.5rem;
    line-height: 1.5;
}

.lp-page .cont-area .item-inner .fl-area {
    display: flex;
    padding: 0 2.5rem;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 1.5rem;
}

.lp-page .cont-area .item-inner .tax {
    font-size: 1.1rem;
}

.lp-page .cont-area .item-inner .item-price {
    font-size: 1.6rem;
}

.lp-page .btn-detail {
    font-family: "oculi-display", sans-serif;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    background: #6C6055;
    border-radius: 10rem;
    width: 8rem;
    padding: 0.8rem 0 1rem;
    line-height: 1;
    box-shadow: 0 0 4px #aaa;
    margin: 0 0 0.4rem auto;
}
@-moz-document url-prefix(){
	.lp-page .btn-detail {
		padding: 1rem 0 0.8rem;
	}
}
@supports (-ms-ime-align:auto) {
	.lp-page .btn-detail {
		padding: 0.9rem 0;
	}
}
.lp-page .btn-list a {
    width: 45rem;
    background: #6C6055;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    margin: 0 auto;
    padding: 1.5rem 0;
    border-radius: 10rem;
    box-shadow: 0 0 4px #aaa;
    position: relative;
}

.lp-page .btn-list span {
    font-weight: bold;
    font-size: 1.8rem;
    display: block;
}

.lp-page .btn-list a::after {
    content: '';
    position: absolute;
    background: url(../img/ico_arrow.svg) no-repeat;
    width: 2.2rem;
    height: 1.1rem;
    background-size: 100%;
    right: 3rem;
    top: 50%;
    transform: translate(0, -50%);
}
.lp-page #FORYOU .mv-area .img-heart {
    right: auto;
    left: -20rem;
}

.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 .nav-list li a::after {
    content:'';
    position: absolute;
    background: url(../img/ico_nav.svg) no-repeat;
    width: 2.8rem;
    height: 2.8rem;
    top: 50%;
    right: 1.5rem;
    background-size: 100%;
    transform: translate(0, -50%);
}

.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;
}

.lp-page .cont-area .sub-ttl span {
    position: relative;
    z-index: 5;
    padding: 0.8rem 2rem;
    border: 1px solid;
    line-height: 1;
    border-radius: 2px;
    display: block;
    height: 5rem;
}

.lp-page .cont-area .sub-ttl::before {
    position: absolute;
    top: 98%;
    left: 45%;
    transform: skew(-45deg);
    height: 1.8rem;
    width: 1rem;
    border-right: 0.15rem solid;
    background-color: #fdf9ef;
    content: "";
    z-index: 10;
}

.lp-page .cont-area .sub-ttl::after {
    content: '';
    background: #EAE2D3;
    width: 100%;
    height: 100%;
    background-size: 100%;
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    z-index: 1;
    border-radius: 2px;
}

.lp-page .cont-area .sub-ttl {
    position: relative;
    width: auto;
    display: table;
    text-align: center;
    margin: 0 auto 1rem;
    background: #fdf9ef;
    border-radius: 2px;
    font-size: 2.5rem;
    font-weight: 600;
}



.lp-page .cont-area .item-inner .item-ttl {
    color: #6D6055;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
}

.lp-page .cont-area .item-inner .item-img {
    width: 27rem;
    margin: 1.5rem auto 0.5rem;
}

.lp-page .cont-area .item-inner .notes {
    font-size: 1.1rem;
    padding: 2rem 2.5rem 0;
}

.lp-page .cont-area .item-inner .variation {
    font-size: 1.4rem;
    display: block;
}

.lp-page .cont-area .item-inner .small-txt {
    font-size: 1.2rem;
}

.lp-page .btn-review {
    color: #6C6055;
    text-decoration: underline;
    font-size: 1.2rem;
    font-weight: 500;
    position: relative;
    padding-left: 2rem;
}

.lp-page .btn-review::before {
    content: '';
    position: absolute;
    background: url(../img/ico_review.svg) no-repeat;
    background-size: 100%;
    height: 1.5rem;
    width: 1.5rem;
    top: 0.4rem;
    left: 0;
}

.fixed-nav.m_fixed .nav-list li:last-child {
    border: none;
    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 {
    border-bottom: 0.2rem solid;
}

@media (min-width: 767px) {
.pd-11 {
	padding: 1.1rem 0;
}
.pd-22 {
	padding: 2.2rem 0;
}
}
/*--------------------------------
SP  Only
--------------------------------*/
@media (max-width: 768px) {
.lp-page .spOnly {
  display: block;
}
.lp-page .pcOnly {
  display: none;
}

.lp-page .main-area h2 {
    font-size: calc(20 * (100vw / 390));
    margin: calc(30 * (100vw / 390)) auto calc(20 * (100vw / 390));
}

.lp-page .main-area p {
    font-size: calc(14 * (100vw / 390));
}

.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 {
    /* font-size: calc(12 * (100vw / 390)); */
    /* line-height: 1.4; */
    border-bottom: 1px solid;
    /* padding: calc(12 * (100vw / 390)) 0; */
    /* height: auto; */
}

.lp-page .nav-list li .ico-txt span {
    font-size: calc(28 * (100vw / 390));
    /* display: block; */
}

.lp-page .cont-area {
    margin: 0 auto calc(20 * (100vw / 390));
    width: calc(350 * (100vw / 390));
    padding: calc(40 * (100vw / 390)) calc(16 * (100vw / 390));
}

.lp-page .cont-area h3 {
    font-size: calc(28 * (100vw / 390));
    /* padding-top: calc(20 * (100vw / 390)); */
}

.lp-page .cont-area h3::before {
    width: calc(18 * (100vw / 390));
    height: calc(20 * (100vw / 390));
}

.lp-page .cont-area .intro-txt {
    font-size: calc(14 * (100vw / 390));
    margin: calc(15 * (100vw / 390)) calc(-15 * (100vw / 390)) calc(30 * (100vw / 390));
}

.lp-page .cont-area .img-line {
    display: none;
}

.lp-page .cont-area .mv-area {
    width: calc(300 * (100vw / 390));
    /* height: calc(270 * (100vw / 390)); */
    margin: 0 auto calc(45 * (100vw / 390));
}

.lp-page .cont-area .mv-area .img-heart {
    display: none;
}

.lp-page .cont-area .pickup-area {
    width: calc(350 * (100vw / 390));
    padding: calc(30 * (100vw / 390)) calc(30 * (100vw / 390)) calc(15 * (100vw / 390));
    margin-bottom: calc(20 * (100vw / 390));
}

.lp-page .cont-area .pickup-area .img-ico {
    width: calc(90 * (100vw / 390));
    top: calc(-20 * (100vw / 390));
    left: calc(-15 * (100vw / 390));
}

.lp-page .cont-area .pickup-area h4 {
    font-size: calc(15 * (100vw / 390));
    line-height: 2;
}

.lp-page .cont-area .pickup-area h4 span {
    font-size: calc(22 * (100vw / 390));
    line-height: 1.2;
}

.lp-page .cont-area .pickup-area .intro-txt {
    text-align: left;
    font-size: calc(13 * (100vw / 390));
    margin: calc(15 * (100vw / 390)) auto calc(25 * (100vw / 390));
}

.lp-page .cont-area .pickup-area .item-area {
    display: block;
}

.lp-page .cont-area .pickup-area .item-area .img-item {
    width: 100%;
    margin: 0 0 calc(25 * (100vw / 390)) 0;
}

.lp-page .cont-area .pickup-area .item-area .item-name dt {
    font-size: calc(13 * (100vw / 390));
}

dt {}

.lp-page .cont-area .pickup-area .item-area .item-name dd {
    font-size: calc(15 * (100vw / 390));
}

.lp-page .cont-area .pickup-area .item-area .item-name .tax {
    font-size: calc(10 * (100vw / 390));
}

.lp-page .cont-area .pickup-area .item-area .item-name .ico {
    font-size: calc(11 * (100vw / 390));
}

.pickup-area {}

.lp-page .cont-area .item-list {
    display: block;
    width: calc(320 * (100vw / 390));
    margin: 0 auto calc(30 * (100vw / 390));
}

.lp-page .cont-area .item-inner {
    width: 100%;
    padding: calc(25 * (100vw / 390)) 0;
    /* align-items: center; */
    margin-bottom: calc(15 * (100vw / 390));
}

.lp-page .cont-area .item-inner .item-img {
    width: calc(200 * (100vw / 390));
    margin: calc(15 * (100vw / 390)) auto calc(10 * (100vw / 390));
}

.lp-page .cont-area .item-inner .item-txt {
    /* width: calc(170 * (100vw / 390)); */
    /* margin-left: calc(15 * (100vw / 390)); */
}

.lp-page .cont-area .item-inner .item-name dt {
    font-size: calc(18 * (100vw / 390));
    padding: 0 calc(20 * (100vw / 390)) calc(5 * (100vw / 390));
}

.lp-page .cont-area .item-inner .item-name dd {
    font-size: calc(13 * (100vw / 390));
    padding: 0 calc(20 * (100vw / 390));
}

.lp-page .cont-area .item-inner .fl-area {
    padding: calc(10 * (100vw / 390)) calc(20 * (100vw / 390)) 0;
    margin-top: 0;
}

.lp-page .cont-area .item-inner .item-price {
    font-size: calc(15 * (100vw / 390));
}

.lp-page .cont-area .item-inner .tax {
    font-size: calc(10 * (100vw / 390));
}

.lp-page .btn-detail {
    font-size: calc(12 * (100vw / 390));
    width: calc(90 * (100vw / 390));
    /* height: calc(28 * (100vw / 390)); */
    /* line-height: calc(28 * (100vw / 390)); */
}

.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 {
    border-bottom: none;
    margin-right: calc(10 * (100vw / 390));
}

.lp-page {
    padding-bottom: calc(60 * (100vw / 390));
}
.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;
}
.lp-page .nav-list li a {
    border-left: none;
    padding: calc(12 * (100vw / 390)) calc(20 * (100vw / 390));
    width: 100%;
}

.lp-page .nav-list li:last-child {
    border-right: none;
    border-bottom: none;
}

.lp-page .nav-list li .menu-txt {
    font-size: calc(12 * (100vw / 390));
}

.lp-page .nav-list li .menu-txt span {
    font-size: calc(16 * (100vw / 390));
}

.lp-page .nav-list li .ico-txt {
    font-size: calc(10 * (100vw / 390));
    padding-top: 0;
    /* width: calc(70 * (100vw / 390)); */
    /* padding-right: 0; */
}

.lp-page .cont-area .sub-ttl {
    font-size: calc(16 * (100vw / 390));
}

.lp-page .cont-area .sub-ttl span {
    height: calc(38 * (100vw / 390));
    padding: calc(8 * (100vw / 390)) calc(16 * (100vw / 390));
}

.lp-page .cont-area .sub-ttl::before {
    height: calc(14 * (100vw / 390));
    top: 97%;
}

.lp-page .cont-area .item-inner .item-ttl {
    font-size: calc(14 * (100vw / 390));
}

.lp-page .cont-area .item-inner .variation {
    font-size: calc(13 * (100vw / 390));
}

.lp-page .cont-area .item-inner .small-txt {
    font-size: calc(10 * (100vw / 390));
}

.lp-page .cont-area .item-inner .notes {
    font-size: calc(10 * (100vw / 390));
    padding: calc(15 * (100vw / 390)) calc(20 * (100vw / 390)) 0;
}

.fixed-nav.m_fixed .nav-list {
    overflow-x: scroll;
	overflow-y: hidden;
    height: calc(60 * (100vw / 390));
    justify-content: flex-start;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.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 {
    width: 100%;
    margin: 0;
    padding: calc(9 * (100vw / 390)) 0;
}

.lp-page .m_fixed .nav-list li .ico-txt span {
    font-size: calc(26 * (100vw / 390));
}

.lp-page .m_fixed .nav-list li .menu-txt {
    font-size: calc(11 * (100vw / 390));
}

.lp-page .m_fixed .nav-list li .menu-txt span {
    font-size: calc(14 * (100vw / 390));
}

.lp-page .m_fixed .nav-list li:nth-child(1) .menu-txt {
    width: calc(120 * (100vw / 390));
}

.lp-page .m_fixed .nav-list li:nth-child(2) .menu-txt {
    width: calc(190 * (100vw / 390));
}

.lp-page .m_fixed .nav-list li:nth-child(3) .menu-txt {
    width: calc(160 * (100vw / 390));
}
	
.lp-page .m_fixed .nav-list li .ico-txt {
    width: calc(70 * (100vw / 390));
    padding-right: 0;
}
.fixed-nav a.active {
    border-bottom: calc(4 * (100vw / 390)) solid;
}
.fixed-nav.m_fixed .nav-list li a:hover {
    border-bottom: calc(4 * (100vw / 390)) solid;
}
.lp-page .cont-area .cont-nav {
    width: calc(110 * (100vw / 390));
    font-size: calc(11 * (100vw / 390));
    padding-top: calc(70 * (100vw / 390));
}

.lp-page .cont-area .cont-nav span {
    font-size: calc(25 * (100vw / 390));
}

.js-fixed-elm.is-fixed {
    top: calc(80 * (100vw / 390));
}
}