@charset "utf-8";

/* ===================================================================
css information

File Name  : top.css
Author     :
Style Info :
=================================================================== */
main {
  font-family: "Noto Serif CJK JP", serif;
}

.top-base-padding {
  padding-top: 95px;
  padding-bottom: 140px;
}

/* SP --------------------------------*/
@media (max-width: 767px) {
  .top-base-padding {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

/*********************************************************************

#top-main

*********************************************************************/

#top-main {
  width: 100%;
  min-width: 1024px;
}
#top-main .fullpage-inner {
  padding: 140px 0 50px 0;
}
.top-main--head {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  max-width: 1079px;
  padding: 0 50px;
  margin-right: auto;
  margin-left: auto;
}
.top-main--head .top-main--logo {
  margin-right: auto;
}
/* .top-main--head .top-main--logo img { width: 250px; } */
.top-main--head .top-main--shop {
  font-size: 15px;
  padding-right: auto;
  margin-right: auto;
  margin-left: auto;
}
/* .top-main--head .top-main--shop p { padding-right: 135px; } */
.top-main--head .top-main--shop p:last-child {
  padding-right: 0;
}
.top-main--slide-base-width {
  width: 804px;
  margin: 0 auto 35px auto;
}
.top-main--slide-wrap {
  padding-top: 57.08%;
}
.top-main--nav {
  font-size: 20px;
  color: #757575;
  margin-bottom: 40px;
}
.top-main--nav li a {
  display: block;
  padding: 10px 24px;
  line-height: 1.3;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  text-align: center;
}
.top-main--reserve .cmn-btn-2 {
  font-size: 14px;
  height: 60px;
  max-width: 250px;
}
.top-main--reserve .cmn-btn-2--text > * {
  display: block;
}
.top-main--reserve .cmn-btn-2--text .text-1 {
  font-size: 15px;
}

/* hover */
.top-main--nav li a:hover {
  opacity: 0.5;
}

/* SP --------------------------------*/
@media (max-width: 767px) {
  #top-main {
    min-width: 320px;
  }
  #top-main .fullpage-inner {
    padding: 20px 30px 20px 30px;
  }
  .top-main--container {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
  }
  .top-main--head {
    width: auto;
    position: static;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
  }
  .top-main--head .top-main--logo {
    width: 160px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .top-main--head .top-main--logo img {
    width: 100%;
  }

  .top-main--head .top-main--shop > .row:after {
    content: "";
    display: block;
    clear: both;
  }
  .top-main--head .top-main--shop p {
    padding-right: 0;
  }
  .top-main--head .top-main--shop p:first-child {
    float: left;
  }
  .top-main--head .top-main--shop p:last-child {
    float: right;
    padding-right: 0;
  }
  .top-main--slide-base-width {
    width: 100%;
    margin-bottom: 10px;
  }
  .top-main--slide-wrap {
    padding-top: 57.41%;
  }
  .top-main--nav {
    flex-direction: column;
  }
  .top-main--nav li {
    display: inline-block;
    letter-spacing: normal;
  }
  .top-main--nav li.list-br {
    display: block;
    clear: both;
  }
  .top-main--nav li.list-1,
  .top-main--nav li.list-3,
  .top-main--nav li.list-6 {
    float: left;
  }
  .top-main--nav li.list-2,
  .top-main--nav li.list-4 {
    float: right;
  }
  .top-main--nav li a {
    padding: 0;
    line-height: 38px;
  }
  .top-main--nav .text-wrap {
    white-space: nowrap;
  }

  .top-main--reserve .cmn-btn-2 {
    font-size: 12px;
    height: 46px;
    max-width: 208px;
    line-height: 1.2;
  }
  .top-main--reserve .cmn-btn-2--text {
    margin-top: -1px;
  }
  .top-main--reserve .cmn-btn-2--text .text-1 {
    font-size: 13px;
    margin-bottom: 1px;
  }

  /* hover */
  .top-main--nav li a:hover {
    opacity: 1;
  }

  /* wf-active */
  .wf-active .top-main--shop .f-en-1,
  .wf-active .top-main--nav li .f-en-1 {
    letter-spacing: 0.1em;
  }
}
@media (max-width: 350px) {
  #top-main .fullpage-inner {
    padding: 15px;
  }
  .top-main--logo {
    width: 154px;
    margin-bottom: 15px;
  }
  .top-main--slide-base-width {
    margin-bottom: 10px;
  }
}

/*********************************************************************

#top-concept

*********************************************************************/

#top-concept {
  font-size: 18px;
}
/* .top-concept--logo-1 { width:274px; margin:0 auto 55px auto; } */
.top-concept--hl-1 {
  margin-bottom: 50px;
}
.top-concept--hl-2 {
  font-size: 18px;
  margin-bottom: 50px;
}
.top-concept--box-1 {
  line-height: 1.65;
}
.top-concept--box-1 p {
  margin-bottom: 30px;
  font-size: 16px;
}
.top-concept--box-1 p:last-child {
  margin-bottom: 0 !important;
}

/* SP --------------------------------*/
@media (max-width: 767px) {
  #top-concept {
    font-size: 13px;
  }
  /* .top-concept--logo-1 { width:170px; margin-bottom:42px; } */
  .top-concept--hl-1 {
    margin-bottom: 42px;
  }
  .top-concept--hl-2 {
    font-size: 15px;
    margin-bottom: 35px;
  }
  .top-concept--box-1 {
    line-height: 1.8;
  }
  .top-concept--box-1 p {
    margin-bottom: 24px;
    font-size: 14px;
  }
}

/*********************************************************************

#top-shop

*********************************************************************/

.top-shop--slide-wrap {
  padding-top: 69.19%;
}
.top-shop--list-items {
  letter-spacing: -0.4em;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 80px;
}
.top-shop--list-items .item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  letter-spacing: normal;
  margin-top: 60px;
}
.top-shop--list-items .item-1 {
  width: 80px;
  height: 102px;
  margin-right: 56px;
}
.top-shop--list-items .item-2 {
  width: 135px;
}
.top-shop--list-items .item-3 {
  width: 122px;
  margin-right: 72px;
}
.top-shop--list-items .item-4 {
  width: 134px;
  top: -4px;
}
.top-shop--list-items .item-5 {
  width: 81px;
  vertical-align: bottom;
  margin-right: 70px;
}
.top-shop--list-items .item-7 {
  width: 121px;
  margin-right: 70px;
}
.top-shop--list-items .item-10 {
  width: 72px;
}
.top-shop--list-items .item-br {
  display: block;
}
.top-shop--foot > * {
  position: relative;
}
.top-shop--btn-1 {
  z-index: 2;
}
.top-shop--btn-1 .shop__btn {
  font-size: 15px;
  max-width: 298px;
  height: 100%;
  display: block;
}
.top-shop--btn-1 .shop__btn img{
    border: 1px solid;
  }
.top-shop--foot .top-shop--text-2 {
  width: 806px;
  height: 40px;
  margin: -40px auto 0 auto;
  text-align: right;
  color: #757575;
  line-height: 1.4;
}

/* SP --------------------------------*/
@media (max-width: 767px) {
  #top-shop {
    text-align: center;
  }
  .top-shop--text-1 {
    font-size: 14px;
    display: inline-block;
    padding: 0 15px;
    line-height: 1.4;
  }
  .top-shop--slide-wrap {
    padding-top: 111.46%;
  }
  .top-shop--list-items {
    padding-top: 25px;
    margin-bottom: 55px;
  }
  .top-shop--list-items .item {
    margin-top: 45px;
  }
  .top-shop--list-items .item-1 {
    width: 50px;
    left: -8px;
    top: -8px;
    height: auto;
    margin-right: 40px;
  }
  .top-shop--list-items .item-2 {
    width: 84px;
    left: -8px;
    margin-right: 40px;
  }
  .top-shop--list-items .item-3 {
    width: 76px;
    margin-right: 0;
  }
  .top-shop--list-items .item-4 {
    width: 84px;
    top: 0;
    margin-right: 58px;
    vertical-align: top;
  }
  .top-shop--list-items .item-5 {
    width: 50px;
    margin-right: 0;
    vertical-align: top;
  }
  .top-shop--list-items .item-7 {
    width: 66px;
    margin-top: 40px;
    margin-right: 58px;
  }
  .top-shop--list-items .item-10 {
    width: 40px;
    margin-top: 40px;
  }
  .top-shop--list-items .item-br {
    display: block;
  }
  .top-shop--foot {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
  }
  .top-shop--foot .top-shop--btn-1 .cmn-btn-2 {
    font-size: 13px;
    line-height: 1.15;
    max-width: 170px;
    height: 46px;
    margin-left: 0;
    margin-right: 0;
  }
  .top-shop--foot .top-shop--text-2 {
    width: 100%;
    max-width: 290px;
    height: 46px;
    margin-top: -46px;
    font-size: 13px;
  }
}
@media (max-width: 350px) {
  .top-shop--text-1 {
    padding: 0;
  }
}

/*********************************************************************

#top-academy

*********************************************************************/

.top-academy--text-1 {
  margin-bottom: 95px;
}
.top-academy--image-1 {
  padding-top: 56.35%;
  margin-bottom: 10px;
}
.top-academy--text-2 {
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
}

/* SP --------------------------------*/
@media (max-width: 767px) {
  #top-academy {
    text-align: center;
  }
  .top-academy--text-1 {
    font-size: 14px;
    display: inline-block;
    padding: 0 15px;
    line-height: 1.4;
    margin-bottom: 45px;
  }
  .top-academy--image-1 {
    padding-top: 51.59%;
    margin-bottom: 6px;
  }
  .top-academy--text-2 {
    font-size: 10px;
  }
}
@media (max-width: 350px) {
  .top-academy--text-1 {
    padding: 0;
  }
}

/*********************************************************************

#top-instagram

*********************************************************************/

#top-instagram {
  padding-top: 25px;
  margin-top: -70px;
  margin-bottom: -25px;
}
.top-instagram--hl-1 a {
  display: block;
  margin: 0 auto;
  padding: 12px 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  color: #757575;
  display: flex;
  align-items: center;
}
.top-instagram--hl-1 a > img {
  width: 80px;
  padding-right: 10px;
}
.top-instagram--hl-1 a > span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.top-instagram--el {
  margin-bottom: 100px;
}
.top-instagram--el:last-child {
  margin-bottom: 0 !important;
}
.top-instagram--box-1 {
  width: 660px;
  margin: 0 auto;
  position: relative;
}
.top-instagram--box-1:before {
  content: "";
  display: block;
  width: 100%;
  height: 220px;
  background: #fff
    URL(/base/pc/store/special/bellesympathique/2018/img/common/spinner.gif)
    no-repeat center center;
  background-size: 100px;
  position: relative;
  z-index: 0;
}
.top-instagram--fead-items {
  width: 100%;
  letter-spacing: -0.4em;
  text-align: left;
  background: #fff;
  position: relative;
  z-index: 1;
}
.top-instagram--fead-items .item {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  padding: 25px;
}
.top-instagram--fead-items .item--inner {
  width: 170px;
  height: 0;
  padding-top: 170px;
  position: relative;
  overflow: hidden;
}
.top-instagram--fead-items .item--inner a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.top-instagram--fead-items .item--inner a:before,
.top-instagram--fead-items .item--inner a img {
  display: inline-block;
  vertical-align: middle;
}
.top-instagram--fead-items .item--inner a:before {
  content: "";
  width: 0;
  height: 100%;
}
.top-instagram--fead-items .item--inner a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.top-instagram--error {
  text-align: center;
  font-size: 14px;
}

/* loading */
.top-instagram--box-1 .top-instagram--fead-items {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.8s ease, visibility 0.8s ease, top 0.8s ease;
  transition: opacity 0.8s ease, visibility 0.8s ease, top 0.8s ease;
}
.top-instagram--box-1.loaded:before {
  display: none;
}
.top-instagram--box-1.loaded .top-instagram--fead-items {
  opacity: 1;
  visibility: visible;
}

/* error */
.top-instagram--box-1.error:before {
  display: none;
}

/* ----- android 4.x ----- */
.og-android.ov-4 .top-instagram--box-1 .top-instagram--fead-items {
  -webkit-transition: none;
  transition: none;
}

/* SP --------------------------------*/
@media (max-width: 767px) {
  #top-instagram {
    padding-top: 15px;
    margin-top: -50px;
    margin-bottom: -6px;
  }
  .top-instagram--hl-1 {
    margin-bottom: 25px;
  }
  .top-instagram--hl-1 a {
    max-width: 310px;
    font-size: 13px;
  }
  .top-instagram--hl-1 a > img {
    width: 20%;
    max-width: 60px;
  }
  .top-instagram--el {
    margin-bottom: 25px;
  }
  .top-instagram--box-1 {
    width: auto;
    padding: 0 9px;
  }
  .top-instagram--box-1:before {
    height: 0;
    padding-top: 33.333%;
    background-size: 100px;
  }
  .top-instagram--fead-items .item {
    width: 33.333%;
    padding: 6px;
  }
  .top-instagram--fead-items .item--inner {
    width: 100%;
    padding-top: 100%;
  }
  .top-instagram--error {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .top-instagram--box-1 {
    padding: 0;
    margin-left: -6px;
    margin-right: -6px;
  }
}

/*********************************************************************

#top-studio

*********************************************************************/

.top-studio--logo-1 {
  width: 288px;
  margin: 0 auto 75px auto;
}
.top-studio--hl-1 {
  font-size: 18px;
  margin-bottom: 70px;
}
.top-studio--box-1 {
  margin-bottom: 95px;
}
.top-studio--box-1 p {
  margin-bottom: 25px;
}
.top-studio--box-1 p:last-child {
  margin-bottom: 0 !important;
}
.top-studio--info-table-1 {
  width: 580px;
  margin: 0 auto 100px auto;
  line-height: 1.4;
}
.top-studio--info-table-1 .category {
  font-size: 11px;
  color: #757575;
  padding-left: 16px;
}
.top-studio--info-table-1 .minutes {
  color: #b58b5a;
}
.top-studio--info-table-1 .minutes .s-1,
.top-studio--info-table-1 .minutes .s-2 {
  font-size: 14px;
  padding-right: 0.2em;
}
.top-studio--info-table-1 .minutes .s-3 {
  font-size: 12px;
}
.top-studio--info-table-1 .d-table,
.top-studio--info-table-1 .d-md-table {
  width: 100%;
  table-layout: fixed;
}
.top-studio--info-table-1 .d-table-cell,
.top-studio--info-table-1 .d-md-table-cell {
  vertical-align: middle;
}
.top-studio--info-table-1 .lv-1 {
  margin-bottom: 20px;
}
.top-studio--info-table-1 .lv-1:last-child {
  margin-bottom: 0 !important;
}
.top-studio--info-table-1 .lv-1-1 {
  width: 122px;
  text-align: center;
}
.top-studio--info-table-1 .lv-1-2 {
  padding-left: 40px;
}
.top-studio--info-table-1 .lv-2-1 {
  width: 128px;
}
.top-studio--btn-1--wrap {
  margin-bottom: 16px;
}
.top-studio--btn-1--wrap .top-studio--btn-1 {
  padding: 0 40px;
}
.top-studio--btn-1--wrap .top-studio--btn-1 .cmn-btn-2 {
  width: 360px;
  height: 80px;
  font-size: 20px;
}
.top-studio--text-1 {
  margin-bottom: 50px;
}
.top-studio--text-1 span {
  display: block;
  font-size: 14px;
  margin-top: 8px;
}
.top-studio--btn-2--wrap {
  margin-bottom: 50px;
}
.top-studio--btn-2--wrap .top-studio--btn-2 {
  margin-top: 20px;
  padding: 0 40px;
}
.top-studio--btn-2--wrap .top-studio--btn-2 .cmn-btn-2 {
  width: 360px;
  height: 100px;
  font-size: 16px;
}
.top-studio--btn-2--wrap .top-studio--btn-2 .main,
.top-studio--btn-2--wrap .top-studio--btn-2 .sub {
  display: block;
}
.top-studio--btn-2--wrap .top-studio--btn-2 .main {
  font-size: 22px;
  margin-bottom: 6px;
}
.top-studio--btn-3--wrap {
  margin-bottom: 130px;
}
.top-studio--btn-3--wrap .top-studio--btn-3 {
  width: 240px;
}
.top-studio--box-2 {
  font-size: 16px;

}
.top-studio--box-2 .top-studio--box-2--col-1,
.top-studio--box-2 .top-studio--box-2--col-2 {
  padding: 0 15px;
}
.top-studio--box-2 .top-studio--box-2--col-2 img {
  width: 80px;
}

/* wf-active */
.wf-active .top-studio--hl-1 {
  letter-spacing: -0.02em;
}
.wf-active .top-studio--info-table-1 .minutes > * {
  letter-spacing: normal !important;
}

.top-studio--btn-2--wrap .top-studio--btn-2-txt {
    font-size: 20px;
    margin-bottom: 16px;
  }



/* SP --------------------------------*/
@media (max-width: 767px) {
  .top-studio--logo-1 {
    width: 180px;
    margin-bottom: 60px;
  }
  .top-studio--hl-1 {
    font-size: 15px;
    margin-bottom: 60px;
  }
  .top-studio--box-1 {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 60px;
  }
  .top-studio--box-1 p {
    margin-bottom: 22px;
  }
  .top-studio--info-table-1 {
    width: 100%;
    max-width: 350px;
    margin-bottom: 60px;
    font-size: 14px;
  }
  .top-studio--info-table-1 .category,
  .top-studio--info-table-1 .minutes {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
  }
  .top-studio--info-table-1 .category {
    font-size: 12px;
    padding-left: 1em;
    float: right;
  }
  .top-studio--info-table-1 .minutes {
    float: left;
  }
  .top-studio--info-table-1 .minutes .s-1,
  .top-studio--info-table-1 .minutes .s-2 {
    font-size: 13px;
  }
  .top-studio--info-table-1 .lv-1-1 {
    width: 84px;
  }
  .top-studio--info-table-1 .lv-1-2 {
    padding-left: 15px;
  }
  .top-studio--info-table-1 .lv-2-1 {
    width: auto;
  }
  .top-studio--info-table-1 .lv-2-1:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
  }
  .top-studio--btn-1--wrap {
    margin-bottom: 45px;
    padding: 0 15px;
  }
  .top-studio--btn-1--wrap .top-studio--btn-1 {
    padding: 0;
    margin-bottom: 35px;
  }
  .top-studio--btn-1--wrap .top-studio--btn-1:last-child {
    margin-bottom: 0 !important;
  }
  .top-studio--btn-1--wrap .top-studio--btn-1 .cmn-btn-2 {
    width: 100%;
    max-width: 310px;
    height: 60px;
    font-size: 15px;
  }
  .top-studio--text-1 {
    font-size: 13px;
    margin-bottom: 45px;
  }
  .top-studio--text-1 span {
    font-size: 12px;
    margin-top: 8px;
  }
  .top-studio--btn-2--wrap {
    margin-bottom: 45px;
    padding: 0 15px;
  }
  .top-studio--btn-2--wrap .top-studio--btn-2-txt {
    font-size: 13px;
  }
  .top-studio--btn-2--wrap .top-studio--btn-2 {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 35px;
  }
  .top-studio--btn-2--wrap .top-studio--btn-2:last-child {
    margin-bottom: 0 !important;
  }
  .top-studio--btn-2--wrap .top-studio--btn-2 .cmn-btn-2 {
    width: 100%;
    max-width: 310px;
    height: 90px;
    font-size: 14px;
  }
  .top-studio--btn-2--wrap .top-studio--btn-2 .main {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .top-studio--btn-3--wrap {
    margin-bottom: 45px;
  }
  .top-studio--btn-3--wrap .top-studio--btn-3-txt {
    font-size: 13px;
  }
  .top-studio--btn-3--wrap .top-studio--btn-3 {
    width: 50%;
    max-width: 240px;
  }
  .top-studio--box-2 {
    font-size: 14px;
    text-align: center;
  }
  .top-studio--box-2 .top-studio--box-2--col-1,
  .top-studio--box-2 .top-studio--box-2--col-2 {
    padding: 0;
  }
  .top-studio--box-2 .top-studio--box-2--col-1 {
    margin-bottom: 12px;
  }
  .top-studio--box-2 .top-studio--box-2--col-2 img {
    width: 76px;
  }
}

/*********************************************************************

#top-cafe

*********************************************************************/

#top-cafe {
  padding-bottom: 60px;
}
.top-cafe--image-1 {
  padding-top: 56.33%;
  margin-bottom: 85px;
}
.top-cafe--box-1 {
  font-size: 15px;
  line-height: 2;
  margin-top: -25px;
  margin-bottom: 90px;
}

/* wf-active */
.wf-active .top-cafe--box-1 {
  letter-spacing: -0.02em;
}

/* SP --------------------------------*/
@media (max-width: 767px) {
  #top-cafe {
    text-align: center;
  }
  .top-cafe--image-1 {
    padding-top: 52.59%;
    margin-bottom: 45px;
  }
  .top-cafe--box-1 {
    font-size: 14px;
    display: inline-block;
    padding: 0 15px;
    line-height: 1.4;
    margin-top: -10px;
    margin-bottom: 60px;
  }
}
@media (max-width: 350px) {
  .top-cafe--box-1 {
    padding: 0;
  }
}

/*********************************************************************

#top-access

*********************************************************************/

#top-access {
  padding-top: 25px;
}
.top-access--hl-1 {
  font-size: 20px;
  color: #757575;
  margin-bottom: 35px;
}
.top-access--box-1 {
  font-size: 15px;
  line-height: 2;
}
.top-access--box-1 p {
  margin-bottom: 30px;
}
.top-access--box-1 p:last-child {
  margin-bottom: 0 !important;
}

/* wf-active */
.wf-active .top-access--box-1 {
  letter-spacing: -0.02em;
}

/* SP --------------------------------*/
@media (max-width: 767px) {
  #top-access {
    padding-top: 15px;
  }
  .top-access--hl-1 {
    font-size: 15px;
    margin-bottom: 60px;
  }
  .top-access--box-1 {
    font-size: 14px;
    line-height: 1.4;
  }
  .top-access--box-1 p {
    margin-bottom: 20px;
  }
}

/*********************************************************************
20260207 add
*********************************************************************/

.top-base-padding {
  padding-top: 72px;
  padding-bottom: 140px;
}

/* SP --------------------------------*/
@media (max-width: 767px) {
  .top-base-padding {
    padding-top: 64px;
    padding-bottom: 65px;
  }
}

.head__kyoto {
  padding-top: 1.3em;
  display: block;
}

.top-main--head .top-main--logo img {
  max-width: 250px;
}
.top-main--head .top-main--shop {
  width: 100%;
}
.top-main--head .top-main--shop p {
  width: 33.3%;
}
.top-main--head {
  max-width: 804px;
  /* position: relative; */
  top: 0;
  padding-bottom: 1em;
}
.top-main--head .top-main--logo {
  margin-right: auto;
  margin-left: auto;
}

.top-main--head .top-main--logo img {
  width: 250px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .top-main--head .top-main--logo img {
    max-width: 250px;
    width: 22vw;
    min-width: 160px;
  }
}

@media (max-width: 767px) {
  .top-main--head {
    position: inherit;
  }
  .top-main--head .top-main--logo {
    position: inherit;
    margin-right: auto;
  }
  .top-main--container .top-main--head .top-main--shop {
    position: inherit;
    font-size: 14px;
    line-height: 1.3;
    padding-right: 0;
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .top-main--container .top-main--head .top-main--shop .row {
    justify-content: space-evenly;
    flex-direction: column;
  }
  .top-main--container .top-main--head .top-main--shop .row .head__kyoto {
    padding-top: 0;
    display: inline-block;
    margin-right: 0.5em;
  }
}

.cmn-hl-1 {
  font-size: 30px;
}
.cmn-hl-1.concept__title {
  font-size: 30px;
  margin-bottom: 32px;
}

.brandlist__title {
    font-size: 30px;
    line-height: 1.4;
    color: #757575;
    margin-bottom: 16px;
    text-align: center;
  }

@media (max-width: 767px) {
  .cmn-hl-1 {
    font-size: 28px;
  }
  .cmn-hl-1.concept__title {
    font-size: 28px;
  }
.brandlist__title {
    font-size: 28px;
  }
}

.top-concept--logo-1 {
  width: 274px;
  margin: 0 auto 10px auto;
}
@media (max-width: 767px) {
  .top-concept--logo-1 {
    width: 170px;
    margin-bottom: 10px;
  }
}

/*----------------------------
Brand list
------------------------------*/
@media (max-width: 750px) {
  .secondary-nav li:nth-of-type(4) {
    color: #aaa;
  }
}

.sec-list {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 4;
}
.sec-list .brands {
  max-width: 930px;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.sec-list .brands article {
  margin: 0 1%;
  flex: 0 1 23%;
  text-align: center;
}

.sec-list .brands article:nth-child(n + 5) {
  margin-top: 60px;
}
.sec-list .brands article figure a {
  display: block;
  transition: all 0.3s;
}
.sec-list .brands article figure img {
  border: 1px solid #c7c7c7;
}
.sec-list .brands article h3 {
  margin: 5px 0px 0;
  font-family: "Lora", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 15px;
  letter-spacing: 0.03em;
  font-weight: normal;
}
.sec-list .brands article h3 + p {
  font-size: 12px;
  color: #505050;
}
.sec-list .brands article ul {
  margin: 5px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 11px;

  color: #fff;
}
.sec-list .brands article li {
  margin: 2px;
  background: #969696;
  padding: 0 6px;
}
.sec-list a:hover {
  opacity: 0.6;
}
.sec-list .btn {
  display: block;
  max-width: 13rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  margin: 2.4rem auto 0;
  border: 1px solid #000;
  border-radius: 1000px;
  transition: all 0.3s;
}
@media (max-width: 750px) {
  .sec-list {
    padding: 6rem 1rem;
  }
  .sec-list .brands {
    margin-top: 4rem;
    padding: 0;
    flex-wrap: wrap;
    font-size: clamp( 10px, calc(4.8vw - 5.36px), 0.9rem );
    justify-content: space-between;
  }
  .sec-list .brands:before,
  .sec-list .brands::after {
    display: none;
  }
  .sec-list .brands article {
    flex: 0 1 48%;
    margin: 0 0 4rem !important;
  }
  .sec-list .brands article figure img {
  border: 1px solid #999999;
  }
  .sec-list .brands article h3 {
    margin: 0.5rem 0 0;
    /* font-size: 2.3rem; */
    font-size: clamp( 10px, calc(4.8vw - 5.36px), 0.9rem );
  }
  .sec-list .brands article h3 + p {
    /* font-size: 1.8rem; */
    font-size: clamp( 10px, calc(4.8vw - 5.36px), 0.9rem );
  }
  .sec-list .brands article ul {
    margin: 1rem 0 0;
    /* font-size: 1.7rem; */
    font-size: clamp( 10px, calc(4.8vw - 5.36px), 0.9rem );
  }
  .sec-list .brands article li {
    margin: 0 0.3rem 0.3rem;
    padding: 0 1rem;
  }
  .sec-list .btn {
    margin: 0 auto;
    max-width: 33rem;
    height: 7rem;
    line-height: 7rem;
    border: 1px solid #000;
  }
}

.top-base-padding.brand__wrap {
  padding-top: 0px;
}

.brandlist__note {
  text-align: center;
  font-size: 13px;
  /* font-family: "Noto Sans CJK JP"; */
  font-weight: 300;
}

.brandlist__note__bottom {
  max-width: 930px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  text-align: justify;
}
.brandlist__more {
  display: block;
  max-width: 13rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  margin: 3rem auto 0;
  border: 1px solid #000;
  border-radius: 1000px;
  transition: all 0.3s;
}
.top__studio {
  font-family: "Noto Serif CJK JP", serif;
}
/* 打ち消し */
.device-mobile {
  cursor: auto;
}

@media (max-width: 767px) {
  .top-studio--box-1 {
    padding: 0 0.5em;
  }
}
.top-shop {
  font-family: "Noto Serif CJK JP", serif;
  padding-bottom: 14rem;
}
.shop__title {
  font-size: 30px;
  color: #757575;
  margin-bottom: 64px;
  line-height: 1.5;
}
.shop__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}
.shoplist__wrap {
  text-align: center;
}
.shopbtn__wrap {
  max-width: 840px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: auto;
  justify-items: center;
}
.shoplist__txt {
  margin-bottom: 2em;
}
.shoplist__txt__open {
  display: block;
  margin-top: 0;
  font-size: 14px;
}
.g-footer--box-1 .shoplist__txt p.shoplist__txt__open--mb {
  margin-bottom: 51px;
}
.insta img {
  width: 56px;
  height: auto;
  margin: 0 auto 1em;
  display: block;
}
@media (max-width: 767px) {
  .shop__list {
    display: grid;
    grid-template-columns: 1fr;
  }
  .shopbtn__wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em;
    padding: 0 1em;
  }
  .g-footer--box-1 .shoplist__txt p.shoplist__txt__open--mb {
    margin-bottom: 20px;
  }
}
.whatsnew-title {
  text-align: center;
}

.bottom__txt {
  max-width: 980px;
  margin: 0 auto 2em;
  text-align: justify;
  padding: 0 1em;
  font-size: 13px;
  font-family: "Noto Serif CJK JP", serif;
}
.g-footer--box-1 .shoplist__txt p {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .bottom__txt p {
    font-size: 12px;
  }
}

.head__kyoto{
    padding-top: 1.3em;
    display: block;
}
.reservebtn__wrap {
    position: relative;
}

.close {
    max-width: 310px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 35px;
    margin-top: -20px;
    font-size: 12px;
}

/* SP --------------------------------*/
@media (min-width:768px) {
    .close {
        margin-top: 0.5em;
    }
}

@media (min-width:879px) {
    .reservebtn__wrap {
        display: flex;
        flex-direction: row;
    }

    .close {
        position: absolute;
        top: 130px;
        max-width: 100%;
        font-size: 14px;
        left: 10%;
    }

}
figure{
    margin: 0;
}
@media (hover: hover) {
a:hover{
    opacity: 0.7;
}
}


