@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
.-pcOnly {
  display: block;
}

@media screen and (max-width: 767px) {
  .-pcOnly {
    display: none;
  }
}
.-spOnly {
  display: none;
}
.fs-c-productListCarousel {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    background-color: #f5f5f5;
            padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .-spOnly {
    display: block;
  }
}
.fs-l-header {
  padding-top: 0;
}

.welcome_msg {
  padding: 5px;
  background-color: #fffafa;
  font-family: "Crimson Text", "Yu Mincho Medium", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.welcome_msg_text {
  color: #000;
  text-align: center;
}

header {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 200px;
    background-color: #fff;

}

.header__contents {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.fs-p-logo img {
  width: 40%;
}

#fs_Top .fs-pt-carousel {
  margin-top: 200px;
}

.fs-l-page{
  margin-top: 200px;
}

.fs-l-pageMain{
  margin-top: 200px;
}

.gnv {
  font-family: "Crimson Text", "Yu Mincho Medium", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
  .gnv {
    display: none;
  }
}
.gnv .gnv_list {
  justify-content: center;
  position: relative;
  display: flex;
}

.gnv .gnv_list .gnv_list_item {
  height: 50px;
}

.gnv .gnv_list .gnv_list_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}

.gnv .gnv_list .gnv_list_item a:hover {
  background-color: #fefefe;
}

.gnv .gnv_list .gnv_list_item a:hover .gnv_sub_area {
  visibility: visible;
}

.gnv .gnv_list .gnv_list_item:hover .gnv_sub_area {
  visibility: visible;
}

.gnv .gnv_list .gnv_sub_area {
  visibility: hidden;
  position: absolute;
  width: 100%;
  padding: 20px 0;
  top: 7px;
  left: 0;
  background-color: #fff9de;
  z-index: 100;
}

.gnv .gnv_list .gnv_sub_area .gnv_sub_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px 2%;
  flex-wrap: wrap;
  max-width: 1216px;
  width: 100%;
  margin: 0 auto;
}

.gnv .gnv_list .gnv_sub_area .gnv_sub_list .gnv_sub_list_item {
  width: 23%;
  height: 50px;
}

.gnv .gnv_list .gnv_sub_area .gnv_sub_list .gnv_sub_list_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff9de;
  border-radius: 5px;
}

.gnv .gnv_list .gnv_sub_area .gnv_sub_list .gnv_sub_list_item a:hover {
  background-color: #fff9de;
  color: #fff9de;
}

.gnv ul {
  margin: 0;
  width: 100%;
  list-style:none;
  display:flex;
}
 
ul.gnv_list li {
  width: 300px;
  padding: 10px;
  margin-left:10px;
  text-align: center;
  background: #eccf4b;
  display: inline-block;
}
 
ul.gnv_list li a{
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.about {
  margin-top: 200px;
  background-color: #f5f5ef;
}

.about_head, .about_foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .about_head, .about_foot {
    flex-direction: column-reverse;
  }
}
.about_head figure, .about_foot figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.about_head > figure, .about_foot > figure {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .about_head > figure, .about_foot > figure {
    width: 100%;
  }
}
.about_head .text, .about_foot .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 50%;
  font-family: "Crimson Text", "Yu Mincho Medium", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  line-height: 1.8;
}

.about_head .text figure, .about_foot .text figure {
  margin-bottom: 10px;
}

.fs-c-subgroupList{
  margin: 0;
  width: 100%;
  list-style:none;
  display:flex;
}

.fs-pt-carousel__slide{
  width: 100%;
  margin:0;
}

.fs-c-subgroupList__item{
  width: 100%;
  margin:1px;
  padding: 0.5em 0.5em;
  line-height: 1.5;
}
.carousel_bnr img{
  width: 50%;
}

ul.categoryBnr{
  margin: 0;
  width: 100%;
  list-style:none;
  display:flex;
}

ul.categoryBnr img{
  width: 100%;
  margin:5px;
  padding:5px;
}

@media screen and (max-width: 767px) {
  .about_head .text, .about_foot .text {
  width: 50%;
    padding: 30px 0;
  }
}
.about_foot {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .about_foot {
    flex-direction: column-reverse;
  }
}
.-disabled {
  pointer-events: none;
  opacity: 0.4;
}



.fs-p-heading--lv2.-information, .fs-p-heading--lv2.-recommend, .fs-p-heading--lv2.-new, .fs-p-heading--lv2.-member {
  border-bottom: 0;
  font-family: "Crimson Text", "Yu Mincho Medium", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #000;
  font-size: 1.8rem;
}

.fs-p-heading--lv2.-information:before, .fs-p-heading--lv2.-recommend:before, .fs-p-heading--lv2.-new:before, .fs-p-heading--lv2.-member:before {
  margin-right: 20px;
  font-size: 3.2rem;
}

.fs-p-heading--lv2.-information:before {
  content: "INFORMATION";
}

.fs-p-heading--lv2.-recommend:before {
  content: "RECOMMEND";
}

.fs-p-heading--lv2.-new:before {
  content: "NEW ITEMS";
}

.fs-p-heading--lv2.-member:before {
  content: "SIGN UP";
}

.about_its {
  font-family: "Crimson Text", "Yu Mincho Medium", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
}

.about_its .copy {
  font-size: 3.2rem;
  line-height: 1.6;
}

.about_its .text {
  font-size: 1.6rem;
  line-height: 1.6;
}

.about_its figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.about_its figure.ph01 {
  margin: 40px auto;
}

.message {
  margin-top: 60px;
  padding: 40px;
  background-color: #f5f3ee;
}

.message_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .message_inner {
    flex-direction: column;
  }
}
.message .sbj {
  margin: 0 auto 30px auto;
  font-size: 2.4rem;
  line-height: 1.6;
}

.message .text {
  width: 60%;
  text-align: left;
}

.message .text strong {
  display: block;
  margin-bottom: 10px;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .message .text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .message .ph {
    margin-top: 20px;
  }
}
.message .ph img {
  line-height: 0;
}

.message .ph figcaption {
  margin-top: 20px;
}

.interview {
  overflow: hidden;
  padding: 40px 0;
  background-color: #ede8dc;
}

@media screen and (max-width: 767px) {
  .interview {
    padding-bottom: 0;
  }
}
.interview .sbj {
  margin: 0 auto 30px auto;
  font-size: 2.4rem;
  line-height: 1.6;
}

.interview iframe {
  width: 600px;
  margin: 0 auto;
  aspect-ratio: 16/9;
}

@media screen and (max-width: 767px) {
  .interview iframe {
    width: 100%;
  }
}
.fs-p-drawer.fs-l-sideArea {
  padding: 0;
}

.fs-p-drawer.fs-l-sideArea .fs-p-drawer__heading {
  margin-bottom: 0;
}

.fs-p-drawer.fs-l-sideArea .fs-clientInfo.is-ready {
  padding: 10px;
}

.fs-p-drawer.fs-l-sideArea .fs-clientInfo.is-ready .fs-p-drawer__loginLogout + div {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
  padding: 0;
}

.fs-p-drawer.fs-l-sideArea .fs-clientInfo.is-ready .fs-p-drawer__loginLogout + div a {
  width: 33.3%;
  text-align: center;
}

.fs-p-drawer.fs-l-sideArea .fs-pt-menu__item.fs-pt-menu__item--lv1 {
  margin-top: 0 !important;
  border: 0;
}

.fs-p-drawer.fs-l-sideArea .fs-pt-menu__item.fs-pt-menu__item--lv1 .fs-pt-menu__heading.fs-pt-menu__heading--lv1 {
  border: 0;
  background-color: #f2f2f2;
  border-bottom: 1px solid #dfdfdf;
  padding: 15px 10px;
}

.fs-p-drawer.fs-l-sideArea .fs-p-sideMenu .fs-pt-menu__heading--lv2 {
  padding: 15px 10px;
  border-bottom: 1px solid #dfdfdf;
}

.fs-l-pageMain{
  margin-top: 50px;
}

h2{
padding-top:10px;
}
h4{	
font-size: 1.5em;
font-weight: bold;
padding: 10px;
margin-bottom: 1em;
border-left: 7px solid #eccf4b;
}

/* FAQ設定CSS */
ul.faq{
display: table;
margin: 0 auto;
padding: 0;
width: 100%;
text-align: center;
}
ul.faq li{
min-width: 30px;
}
ul.faq li a{
display: block;
width: 100%;
padding: 10px 0;
text-decoration: none;
color: #555;
font-weight: bold;
}
ul.faq li.current{
background-color: #DEEBF7;
}
ul.faq li.current a{
color: #555;
}
ul.faq li:hover{
background-color: #FFD700;
}
h3#item{
padding: 10px 0;
}
h3#Cash{
padding: 10px 0;
}
h3#delivery{
padding: 10px 0;
}
h3#cancel{
padding: 10px 0;
}
h3#site{
padding: 10px 0;
}

.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

/* color検索メニュー設定 */

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 60%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  width: 150px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 2rem;
  margin: 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #000;
  border-radius: 0.5rem;
}
.btn--orange,
a.btn--orange {
  color: #000;
  background-color: #fffafa;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #000;
  background: #fff;
}
ul{
  padding-left:0;
}

li{
  list-style:none;
}
.color_memu li{
  display: inline;
}

.color_memu li img{
  width: 50%;
}

/* nail_design_gallery設定 */

* {
    margin:0;
    padding: 0;
}
.contantTitle{
    margin: 0 auto;
    padding: 50px;
    list-style: none;
    font-size: 14px;
    text-align: center;
}

.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 5px;
}
.characterinfo {
    text-align: center;
    padding: 10px;
}
ul.gallery {
    list-style: none;
    font-size: 0;
    text-align: center;
}
li.item {
    width: 350px;
    height: 500px;
    margin: 5px;
    display: inline-block;
    background-color:floralwhite;
}
h3 img {
    width: 300px;
    height: 300px;
    padding-top: 20px;
}
figcaption {
    padding-top: 10px;
    font-size: 12px;

    text-align: center;
}
figcaption img{
    width: 10%;
    height: 10%;
}
figcaption h4{
    font-weight: bold;
    padding-top: 10px;
}

/* 店舗紹介ページ設定 */

iframe{
  width: 80%;
  margin: 0 auto;
}
.s-l-col__item img{
  width: 600px;
  margin: 0 auto;
}

/*# sourceMappingURL=fs_original.css.map */