body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas {
    margin: 0;
    padding: 0;
}
article, aside, figure, figcaption, footer, h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
    display: block;
}
html,body {
    height: 100%;
    width: 100%;
    color: #111111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
}
a {
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
a:link, a:visited {
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
li {
    list-style: none;
}
fieldset {
    border: none;
}
input, textarea, select, label {
    font-family: inherit;
    font-size: 100%;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: middle;
}
textarea {
    overflow: auto;
}
legend {
    display: none;
}
img {
    border: none;
    vertical-align: top;
}
object {
    outline: none;
    vertical-align: middle;
}
em, strong {
    font-style: normal;
    font-weight: bold;
}
small {
    font-size: 100%;
}
abbr, acronym {
    border: none;
    font-variant: normal;
}
.boxRight {
    float: right !important;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
}
body {
    background-color:#e6e6e6;
    color: #000;
    font-size: 13px;
    line-height: 1.7;
    -webkit-text-size-adjust: none;
    word-break: break-all;
}
.main {

}
body {
	max-width: 100% !important;
}

/*-------- main  -------*/
/* header */
.header {
  position: relative;
  padding: 0px;
}
/* bg */
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
}
.bg img {
    position: relative;
    z-index: 1;
}
.bg img.bg-main {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.bg img.bg-logo {
    width: 100px;
    position: absolute;
    left: 3%;
    top: 3%;
    z-index: 3;
}
.bg img.bg-text {
    width: 270px;
    position: absolute;
    left: 3%;
    top: 8%;
    z-index: 3;
}
.bg img.bg-img-01 {
    width: 18%;
    position: absolute;
    left: 10%;
    top: 40%;
    z-index: 3;
}
.bg img.bg-img-02 {
    width: 18%;
    position: absolute;
    right: 10%;
    top: 25%;
    z-index: 3;
}
.main {
    max-width: min(100vw,500px);
    background: #fff;
    height: auto;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    background-color: #fff;
}
.content {
	position: relative;
}

/* header */
.fv {
    position: relative;
    margin: 0 0 80px;
}
body #mainHeader {
    position: fixed;
    z-index: 51;
    background-color: #ff7849;
    padding: 40px 15px;
    width: 150px;
    text-align: center;
    transition: 0.5s;
}
body #mainHeader.scroll-header {
    padding: 10px;
    width: 100px;
    transition: 0.5s;
}
body #mainHeader.scroll-header h1 img{
    width: 50px;
    transition: 0.5s;
}
body h1 img {
    /*max-width: 960px;*/
    width: 80px;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    body h1 {
        left: 10px;
        top: 15px;
    }
    body h1 img {
        width: 95px;
    }
    body #mainHeader {
        padding: 30px 15px;
    }
}
/* pc fixparts */
.fix-nav {
    position: fixed;
    top: 50px;
    right: auto;
    margin-left: 350px;
    line-height: 2.7;
    color: #fff;
    text-align: right;
    z-index: 99;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
    transition: .5s;
}

.fix-nav a {
    color: #000;
    transition: .5s;
    font-weight: 500;
    font-size: 1rem;
    position: relative;
}
}
}
.fix-nav a:hover {
    transition: .5s;
    color: #F87F52;
}
.fix-nav a img {
  color: #F87F52;
  position: absolute;
  top: 5px;
  left: -10px;
}
.fix-nav.scroll-nav  {
	top: 10px;
	transition: .5s;
    margin-left: 375px;
}
.fix-nav.scroll-nav a {
    font-size: .8rem;
}

@media screen and (max-width: 767px) {
    .fix-nav {
    margin-left: 62%;
    }
    .fix-nav.scroll-nav {
    margin-left: 68%;
    }
    .fix-nav a {
        /*font-size: 1.1rem;*/
    }
}
/* MV */
.content-Mv {
    position: relative;
    padding: 40px 8% 0;
}
.content-Mv .mv-bg {
    width: 100%;
}
.content-Mv .mv-mask {
    position: absolute;
    padding: 0 8%;
    right: 0;
    left: 0;
    bottom: 0px;
    width: 100%;
    z-index: 1;
}
.content-Mv .mv-logo {
    position: absolute;
    right: 0;
    left: 12%;
    bottom: 100px;
    width: 86%;
    z-index: 2;
}
.btn.mv-btn {
    position: absolute;
    position: absolute;
    right: 0;
    bottom: -30px;
    z-index: 3;
    width: 86%;
}
.btn.mv-btn a {
    font-weight: bold;
    background-image: linear-gradient(90deg, #f06633, #f87f52);
    width: 100%;
    margin: 0;
    cursor: pointer;
    transition: .5s;
      position: relative;
      z-index: 0;
}
.btn.mv-btn a:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: linear-gradient(90deg, #f87f52, #f06633);
  opacity: 0;
  transition: .3s;
}
.btn.mv-btn a:hover:after {
  opacity: 1;
}

button {
  color: #000;
}
@media only screen and (max-width: 599px) {
    .content-Mv .mv-mask {
    position: absolute;
    padding: 0 8%;
    right: 0;
    left: 0;
    bottom: 0px;
    width: 100%;
    }
    .swiper-wrapper {
        height: 80vh !important;
    }
}

/*----- all layout -----*/
.text-or {
	background: linear-gradient(to top, #ffcfbe 0% 70%, rgba(0,0,0,0) 70% 100%)
}
.content-title {
    text-align: center;
    color: #F87F52;
    padding: 40px 0;
    background-image: linear-gradient(90deg, #ffffff, #ffffff 50%, #fdf4eb 50% 100%);
}
.content-title.content-title-re {
    background-image: linear-gradient(90deg, #fdf4eb, #fdf4eb 50%, #fff 50% 100%);
}
.content-title .title-ruby {
    margin: 0 0 0px;
}
.content-title h2 {
    font-size: 4rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}
/*----- CONCEPT -----*/
.concept {
    background-color: #fdf4eb;
}
.concept-box {
    padding: 0 0 60px;
    position: relative;
}
.concept-box img {
    width: 100%;
}
.concept-box .img-text {
    width: 40px;
    position: absolute;
    right: 10px;
    top: 60px;
    z-index: 2;
}
.concept-box.concept-box-02 .img-text {
    left: 10px;
    right: auto;
    top: 100px;
}
.concept-box .img {
    width: 94%;
}
.concept-box.concept-box-02 .img {
    margin: 0 0 0 6%;
}
.concept-box .text {
    background-color: #fff;
    padding: 50px;
    margin: -30px 0 0 30px;
    position: relative;
    z-index: 1;
}
.concept-box.concept-box-02 .text {
    margin: -30px 30px 0 0px;
}
.concept-box .text .ruby {
    font-size: .8rem;
    color: #F87F52;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.concept-box .text h3 {
    font-weight: normal;
    font-size: 1.8rem;
    margin: 15px 0 20px;
}

@media only screen and (max-width: 599px) {
    .concept-box .img-text {
        width: 30px;
    }
    .concept-box.concept-box-02 .img-text {
        top: 80px;
    }
}

/*----- PRICE -----*/
.price {}
.price-nail {
    padding: 0 30px;
}
.price .content-title {
    padding: 100px 0 90px
}
.price-nail-title-n {
    margin-top: -30px;
}
.price-nail-02 {
    margin: 70px 0;
}
.price-nail .price-nail-title .title-ruby {
    font-size: .8rem;
    color: #F87F52;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.price-nail .price-nail-title h3 {
    font-weight: normal;
    font-size: 1.8rem;
    margin: 15px 0 20px;
}
.price-nail .text {
    margin: 0 0 30px;
}

.price-nail dl {
    display: flex;
    justify-content: space-between;
    background-color: #FDF4EB;
    align-content: center;
    align-items: center;
    padding: 20px;
    margin: 0 0 10px;
}
.price-nail dl dt {
    width: 43%;
}
.price-nail dl dt img {
    width: 100%;
}
.price-nail dl dd {
    width: 52%;
}

.price-nail dl dd .ruby {
    font-size: .8rem;
    color: #F87F52;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.price-nail dl dd .price {
    font-size: 1.3rem;
    margin: 0 0 10px;
}
.price-nail dl dd .price span {
    font-size: 1rem;
}
.price-option {
    padding: 0 30px;
}
.price-option .price-option-title {
    background-color: #CE9567;
    color: #fff;
    padding: 40px 20px 30px;
}
.price-option .price-option-title .title-ruby {
    font-size: .8rem;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.price-option .price-option-title h3 {
    font-weight: normal;
    font-size: 1.8rem;
    margin: 10px 0 0px;
}
.price-option ul {
    margin: 0 0 60px;
}
.price-option li {
    padding: 20px;
    background-color: #FDF4EB;
    margin: 0 0 1px;
}
.price-option li:nth-child(2n) {
    background-color: #FEF0E3;
}
.price-option li dl {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.price-option li dl dt span {
    font-size: .8rem;
    display: block;
}
.price-option li dl dd {
    font-size: 1.3rem;
    color: #593C23;
    width: 40%;
    text-align: right;
}
.price-option li dl dd span {
    font-size: .8rem;
}
@media only screen and (max-width: 599px) {
.price-option li dl {
    font-size: .7rem;
}
.price-option li dl dt span {
    font-size: .7rem;
    display: block;
}
}


.price-caution {
    padding: 60px 30px 20px;
    background-color: #CE9567;
    color: #fff;
    margin: 0 0 100px;
}
.price-caution dl {
    margin: 0 0 40px;
}
.price-caution dt {
    border-left: 2px solid #fff;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
}
.price-caution dd {
    font-size: .8rem;
}

/*----- ACCESS -----*/
.access {
    background-color: #FDF4EB;
    padding: 0 0 100px;
    margin: 0 0 85px;
}
.access .content-title {
    margin: 0 0 60px;
}
.access .shop {
    margin: 0 30px 15px;
    padding: 40px 30px;
    background-color: #fff;
}

.access .shop .title-ruby {
    font-size: .8rem;
    color: #F87F52;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.access .shop .shop-title h3 {
    font-size: 1.3rem;
    margin: 0 0 10px;
    font-weight: normal;
}

.access .shop .shop-title {
    margin: 0 0 40px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid #D9D9D9;/*右：薄ピンク*/
}
.access .shop .shop-title::before {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 10%;
  height: 1px;
  background: #F87F52;/*左：ピンク*/
}

.access .shop .shop-text {
    margin: 0 0 35px;
}
.access .shop .shop-text h3 {
    font-size: 1rem;
    margin: 0 0 10px;
    font-weight: normal;
}
.access .shop .shop-text ul {
    display: flex;
    flex-wrap: wrap;
}
.access .shop .btn a {
    padding: 20px 0;
}
/*----- RULE -----*/
.rule {
    margin: 0 0 120px;
}
.rule .text {
    background-image: linear-gradient(90deg, #fdf4eb, #fdf4eb 50%, #fff 50% 100%);
    padding: 0 30px 30px;
}
.rule .detail h4 {
    font-weight: normal;
    margin: 0 0 30px;
}
.rule .detail dl {
    margin: 0 0 35px;
}
.rule .detail dl dt {
    margin: 0 0 10px;
}
.rule .detail dd {
    font-size: .8rem;
}

/*----- BANNER -----*/
.banner {
    padding: 30px 30px 0;
    background-image: linear-gradient(90deg, #fdf4eb, #fdf4eb 50%, #fff 50% 100%);
}
.banner img {
    width: 100%;
}



/*----- footer -----*/
#mainFooter {
    background-color: #ff7849;
    text-align: center;
    color: #fff;
}
#mainFooter .footerMenu img {
    width: 15%;
    padding: 80px 0;
}
.footerCopy {
    padding: 30px 0;
    border-top: 1px solid #ff9065;
    font-size: 12px;
}

/*----- btn -----*/
.btn a {
    display: block;
    background-color: #F87F52;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 25px 0;
    line-height: 1.3em;
    transition: .5s;
}
.btn a img {
    position: absolute;
    right: 20px;
    top: 42%;
}
.btn a .btn-ruby {
    font-size: .8rem;
    margin: 0 0 5px;
}
.btn a .btn-text {
    font-size: 1.5rem;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 4px;
}
.btn a:hover {
    background-color: #CE9567;
}

@media only screen and (max-width: 599px) {
    .btn a .btn-text {
        font-size: 1.2rem;
    }
}

/*----- ANIME -----*/
/*.is-animate {
  animation: blur-anime 2s ease-out forwards;
  filter: blur(10px);
  opacity: 0;
}
@keyframes blur-anime {
  0% {opacity:0;}
  100% {  filter: blur(0); opacity:1;}
}
@keyframes sizeScale {
  0% {
    transform: scale(1) rotate(1deg);
  }
  100% {
    transform: scale(1.1) rotate(1deg);
  }
}*/

/*----- JS setting -----*/
/* モーダル */
.modal-overlay {
  align-items: center;
  background: rgba(0,0,0,.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.modal-container {
  background-color: #FDF4EB;
  max-height: 100vh;
  max-width: 660px;
  overflow-y: auto;
  padding: 30px;
  width: 100%;
}
.modal-bottom {
    margin: 10px 0 0;
    text-align: center;
    font-size: 1rem;
    olor: rgb(0, 0, 0);
}

.modal-close {
  background: transparent;
  border: 0;
  text-align: center;
  cursor: pointer;
}

.modal-close::before {
  content: "\2715";
  color: #F87F52;
  margin: 0 10px 0 0;
}

.modal-content {
  line-height: 1.5;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.modal-open {
  display: block;
  margin: 100px auto;
}

.box01 {
  background-color: #ccc;
  height: 200px;
  margin: 0 auto;
  width: 80%;
}

.box02 {
  background-color: #ccc;
  height: 200px;
  margin: 0 auto;
  width: 80%;
}

/* モーダルアニメーション */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal-overlay {
  animation: mmfadeIn .3s cubic-bezier(.0, .0, .2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal-container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal-overlay {
  animation: mmfadeOut .3s cubic-bezier(.0, .0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal-container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

.modal-content dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    background-color: #fff;
    padding: 30px;
    margin: 0 0 2px;
}
.modal-content dl dt {
    width: 50%;
    font-size: 1.2rem;
}
.modal-content dl dt span {
    display: block;
    font-size: .8rem;
    color: #F87F52;
}
.modal-content dl dd {
    width: 50%;
}
.modal-content dl dd .btn a {
    padding: 10px 0;
}
.modal-content .btn a .btn-ruby {
    font-size: .7rem;
    margin: 0px;
}
.modal-content .btn a img {
    top: 36%;
}

.modal-content dl dd .btn a .btn-text {
    font-size: 1rem;
}
    .modal-content {
        margin: 0;
    }
@media only screen and (max-width: 599px) {
    .modal-container {
        padding: 15px;
    }

    .modal-content dl {
        padding: 10px;
    }
    .modal-content dl dt span,.modal-content .btn a .btn-ruby {
        font-size: .6rem;
    }
    .modal-content dl dt,.modal-content dl dd .btn a .btn-text {
        font-size: .8rem;
    }
    .modal-content .btn a img {
        right: 10px;
    }
}

.accordion {
  list-style: none;
}
.accordion-q-icon {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
	right: 40px;
	width: 16px;
	height: 16px;
}
.accordion-q-icon::before,
.accordion-q-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
@media print, (min-width: 768px) {
  .accordion-q-icon::before,
  .accordion-q-icon::after {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .accordion-q-icon::before,
  .accordion-q-icon::after {
    top: 7px;
  }
}
.accordion-q-icon::after {
  transform: rotate(90deg);
  transition: transform 400ms;
}
.accordion-q button {
  display: block;
  position: relative;
  padding: 20px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  border: none;
  background: none;
  color: inherit;
  font-weight: normal;
  appearance: none;
  font-size: 1.1rem;
  cursor: pointer;
  transition: opacity 400ms;
  background-color: #ce9667;
  color: #fff;
}
@media print, (min-width: 768px) {
  .accordion-q button:hover,
  .accordion-q button:active {
    /*opacity: 0.5;*/
  }
}
.accordion-a {
  display: none;
  overflow: hidden;
  background-color: #f8f3ef;
}
.accordion-a-inner {
  position: relative;
  padding: 40px;
}
.accordion > li {
	background-color: #fff;
}
.accordion > li.is-open {
}
.accordion > li.is-open .accordion-q-icon::after {
  transform: rotate(0deg);
}


@media print, (max-width: 375px) {
.fix-nav {
        margin-left: 230px;
    }
}




.swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
    }
.content-Mv .l-inner {
    padding-bottom: 0;
}
.content-Mv .swiper-fade .swiper-slide {
    -webkit-transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, transform !important;
    transition-property: opacity, transform, -webkit-transform !important;
    pointer-events: none;
}
.content-Mv .swiper-fade .swiper-slide-active {
    pointer-events: auto;
}
.content-Mv .slide-media {
    height: 725px;
}
.content-Mv .slide-media img {
    -webkit-transition: 7s 1s ease-out;
    transition: 7s 1s ease-out;
    width: 100%;
}
.content-Mv .swiper-slide[class*=-active] .slide-media img {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}

@-webkit-keyframes content-Mv-fadeIn {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      opacity: 0;
      -webkit-filter: blur(300px);
              filter: blur(300px);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
      -webkit-filter: blur(0);
              filter: blur(0);
    }
}
@keyframes content-Mv-fadeIn {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      opacity: 0;
      -webkit-filter: blur(300px);
              filter: blur(300px);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
      -webkit-filter: blur(0);
              filter: blur(0);
}
}

@media only screen and (max-width: 1024px) {
html {
  -webkit-text-size-adjust: 100%;
}
.l-inner {
  padding: 0 4rem;
}
.content-Mv .slide-media {
  height: max(70vh, 70vw);
}
}
@media only screen and (max-width: 599px) {

}
